@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 500;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Layout
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
*/
/* Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.container.fluid {
  width: 100%;
  max-width: 100%;
}

.col {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.row {
  width: 100%;
  margin: 0;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-vertical-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.align-vertical-wrapper .flex-item button {
  align-items: center;
}

.align-center .btn {
  margin-left: auto;
  margin-right: auto;
}

.baseline {
  display: none;
}

img {
  max-width: 100%;
  margin: 0;
}

/* ------ Box ------ */
.box {
  display: block;
  min-height: 10px;
  padding: 1px 0;
  margin: 10px;
}

.bxs {
  margin: 5px;
}

.bs {
  margin: 10px;
}

.bm {
  margin: 15px;
}

.bl {
  margin: 20px;
}

.bxl {
  margin: 30px;
}

.bxxl {
  margin: 50px;
}

.bn {
  margin: 0;
}

.blr {
  margin-top: 0;
  margin-bottom: 0;
}

.btb {
  margin-left: 0;
  margin-right: 0;
}

.no-mobile {
  display: none;
}

.mobile-only {
  display: block;
}

.centered {
  margin: auto;
}

.object-fit_fill img {
  object-fit: fill;
}

.object-fit_contain img {
  object-fit: contain;
}

.object-fit_cover img {
  object-fit: cover;
}

.object-fit_none img {
  object-fit: none;
}

.object-fit_scale-down img {
  object-fit: scale-down;
}

.wrapper {
  display: block;
}

.vertical-center-align {
  display: block;
  align-items: inherit;
  justify-content: inherit;
}

.padding-top-10 {
  padding-top: 0.3em;
}

.padding-top-20 {
  padding-top: 0.6em;
}

.padding-top-30 {
  padding-top: 1.6em;
}

.padding-top-40 {
  padding-top: 2.6em;
}

.padding-bottom-10 {
  padding-bottom: 0.3em;
}

.padding-bottom-20 {
  padding-bottom: 0.6em;
}

.padding-bottom-30 {
  padding-bottom: 1.6em;
}

.padding-bottom-40 {
  padding-bottom: 2.6em;
}

@media (max-height: 700px) {
  .baseline {
    position: absolute;
    bottom: auto;
  }
}
/* For devices larger than 550px */
@media (min-width: 560px) {
  .container {
    width: 100%;
    padding: 0;
  }
  .padding-top-10 {
    padding-top: 1em;
  }
  .padding-top-20 {
    padding-top: 2em;
  }
  .padding-top-30 {
    padding-top: 3em;
  }
  .padding-top-40 {
    padding-top: 4em;
  }
  .padding-bottom-10 {
    padding-bottom: 1em;
  }
  .padding-bottom-20 {
    padding-bottom: 2em;
  }
  .padding-bottom-30 {
    padding-bottom: 3em;
  }
  .padding-bottom-40 {
    padding-bottom: 4em;
  }
  .mobile-only {
    display: none;
  }
  .no-mobile {
    display: block;
  }
  .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .vertical-center-align {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* For devices larger than 1000px */
@media (min-width: 1024px) {
  .container {
    width: 98%;
  }
  .col {
    margin: 0;
  }
  .full-height {
    height: 100vh;
  }
  .fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
  }
  .scroll {
    overflow-y: scroll;
  }
  .baseline {
    display: block;
    position: absolute;
    bottom: 0;
  }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 100%;
}

body {
  font-size: 100%; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 130%;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
}

img[svg] {
  font-family: Helvetica, Arial, sans-serif;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

/* Larger than phablet */
p {
  margin-top: 0;
}

strong {
  font-weight: 500;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #000000;
}

a:hover {
  color: #000000;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #000000;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  color: #666666;
  border-color: #999999;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary {
  color: #FFFFFF;
  background-color: red;
  border-color: red;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type=submit].button-primary:hover,
input[type=reset].button-primary:hover,
input[type=button].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type=submit].button-primary:focus,
input[type=reset].button-primary:focus,
input[type=button].button-primary:focus {
  color: #FFFFFF;
  background-color: #666666;
  border-color: #666666;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid red;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: normal;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ol, ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5em 0 1.5em 1em;
  font-size: 100%;
}

li {
  margin-bottom: 1em;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2em 0.5em;
  margin: 0 0.2em;
  font-size: 90%;
  white-space: nowrap;
  background: #999999;
  border: 1px solid #666666;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1em 1.5em;
  white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #666666;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button,
input,
textarea,
select,
fieldset,
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1em;
  clear: both;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin: 1.2em 0;
  border-width: 0;
  border-top: 2px solid #000000;
}
hr.short {
  width: 50px;
  /*position: relative;
  left:0;*/
}
hr.short.center {
  margin: 1.2em auto;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

/* Visibles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.noprint,
.nodisplay,
.desktop-only {
  display: none;
}

.mobile-only {
  display: block;
}

/* Medium size (Tablet portrait and higher) */
/* Large size (Tablet landscape and higher) */
@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
}
/* Large size (Tablet landscape and higher) */
/* Grid 12
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#grid12 {
  /* Offsets */
  /* Outsets */
  /* For devices larger than 550px */
  /* For devices larger than 1025px */
}
#grid12 .s1 {
  width: 8.333%;
}
#grid12 .s2 {
  width: 16.666%;
}
#grid12 .s3 {
  width: 25%;
}
#grid12 .s4 {
  width: 33.333%;
}
#grid12 .s5 {
  width: 41.666%;
}
#grid12 .s6 {
  width: 50%;
}
#grid12 .s7 {
  width: 58.333%;
}
#grid12 .s8 {
  width: 66.666%;
}
#grid12 .s9 {
  width: 75%;
}
#grid12 .s10 {
  width: 83.333%;
}
#grid12 .s11 {
  width: 91.666%;
}
#grid12 .s12 {
  width: 100%;
}
#grid12 .offset-s1 {
  margin-left: 8.333%;
}
#grid12 .offset-s2 {
  margin-left: 16.666%;
}
#grid12 .offset-s3 {
  margin-left: 25%;
}
#grid12 .offset-s4 {
  margin-left: 33.333%;
}
#grid12 .offset-s5 {
  margin-left: 41.666%;
}
#grid12 .offset-s6 {
  margin-left: 50%;
}
#grid12 .offset-s7 {
  margin-left: 58.333%;
}
#grid12 .offset-s8 {
  margin-left: 66.666%;
}
#grid12 .offset-s9 {
  margin-left: 75%;
}
#grid12 .offset-s10 {
  margin-left: 83.333%;
}
#grid12 .offset-s11 {
  margin-left: 91.666%;
}
#grid12 .outset-s1 {
  margin-right: 8.333%;
}
#grid12 .outset-s2 {
  margin-right: 16.666%;
}
#grid12 .outset-s3 {
  margin-right: 25%;
}
#grid12 .outset-s4 {
  margin-right: 33.333%;
}
#grid12 .outset-s5 {
  margin-right: 41.666%;
}
#grid12 .outset-s6 {
  margin-right: 50%;
}
#grid12 .outset-s7 {
  margin-right: 58.333%;
}
#grid12 .outset-s8 {
  margin-right: 66.666%;
}
#grid12 .outset-s9 {
  margin-right: 75%;
}
#grid12 .outset-s10 {
  margin-right: 83.333%;
}
#grid12 .outset-s11 {
  margin-right: 91.666%;
}
@media (min-width: 480px) {
  #grid12 {
    /* Offsets */
    /* Outsets */
  }
  #grid12 .m1 {
    width: 8.333%;
  }
  #grid12 .m2 {
    width: 16.666%;
  }
  #grid12 .m3 {
    width: 25%;
  }
  #grid12 .m4 {
    width: 33.333%;
  }
  #grid12 .m5 {
    width: 41.666%;
  }
  #grid12 .m6 {
    width: 50%;
  }
  #grid12 .m7 {
    width: 58.333%;
  }
  #grid12 .m8 {
    width: 66.666%;
  }
  #grid12 .m9 {
    width: 75%;
  }
  #grid12 .m10 {
    width: 83.333%;
  }
  #grid12 .m11 {
    width: 91.666%;
  }
  #grid12 .m12 {
    width: 100%;
  }
  #grid12 .offset-m0 {
    margin-left: 0;
  }
  #grid12 .offset-m1 {
    margin-left: 8.333%;
  }
  #grid12 .offset-m2 {
    margin-left: 16.666%;
  }
  #grid12 .offset-m3 {
    margin-left: 25%;
  }
  #grid12 .offset-m4 {
    margin-left: 33.333%;
  }
  #grid12 .offset-m5 {
    margin-left: 41.666%;
  }
  #grid12 .offset-m6 {
    margin-left: 50%;
  }
  #grid12 .offset-m7 {
    margin-left: 58.333%;
  }
  #grid12 .offset-m8 {
    margin-left: 66.666%;
  }
  #grid12 .offset-m9 {
    margin-left: 75%;
  }
  #grid12 .offset-m10 {
    margin-left: 83.333%;
  }
  #grid12 .offset-m11 {
    margin-left: 91.666%;
  }
  #grid12 .outset-m0 {
    margin-right: 0;
  }
  #grid12 .outset-m1 {
    margin-right: 8.333%;
  }
  #grid12 .outset-m2 {
    margin-right: 16.666%;
  }
  #grid12 .outset-m3 {
    margin-right: 25%;
  }
  #grid12 .outset-m4 {
    margin-right: 33.333%;
  }
  #grid12 .outset-m5 {
    margin-right: 41.666%;
  }
  #grid12 .outset-m6 {
    margin-right: 50%;
  }
  #grid12 .outset-m7 {
    margin-right: 58.333%;
  }
  #grid12 .outset-m8 {
    margin-right: 66.666%;
  }
  #grid12 .outset-m9 {
    margin-right: 75%;
  }
  #grid12 .outset-m10 {
    margin-right: 83.333%;
  }
  #grid12 .outset-m11 {
    margin-right: 91.666%;
  }
}
@media (min-width: 1024px) {
  #grid12 {
    /* Offsets */
    /* Outsets */
  }
  #grid12 .l1 {
    width: 8.333%;
  }
  #grid12 .l2 {
    width: 16.666%;
  }
  #grid12 .l3 {
    width: 25%;
  }
  #grid12 .l4 {
    width: 33.333%;
  }
  #grid12 .l5 {
    width: 41.666%;
  }
  #grid12 .l6 {
    width: 50%;
  }
  #grid12 .l7 {
    width: 58.333%;
  }
  #grid12 .l8 {
    width: 66.666%;
  }
  #grid12 .l9 {
    width: 75%;
  }
  #grid12 .l10 {
    width: 83.333%;
  }
  #grid12 .l11 {
    width: 91.666%;
  }
  #grid12 .l12 {
    width: 100%;
  }
  #grid12 .offset-l0 {
    margin-left: 0;
  }
  #grid12 .offset-l1 {
    margin-left: 8.333%;
  }
  #grid12 .offset-l2 {
    margin-left: 16.666%;
  }
  #grid12 .offset-l3 {
    margin-left: 25%;
  }
  #grid12 .offset-l4 {
    margin-left: 33.333%;
  }
  #grid12 .offset-l5 {
    margin-left: 41.666%;
  }
  #grid12 .offset-l6 {
    margin-left: 50%;
  }
  #grid12 .offset-l7 {
    margin-left: 58.333%;
  }
  #grid12 .offset-l8 {
    margin-left: 66.666%;
  }
  #grid12 .offset-l9 {
    margin-left: 75%;
  }
  #grid12 .offset-l10 {
    margin-left: 83.333%;
  }
  #grid12 .offset-l11 {
    margin-left: 91.666%;
  }
  #grid12 .outset-l0 {
    margin-right: 0;
  }
  #grid12 .outset-l1 {
    margin-right: 8.333%;
  }
  #grid12 .outset-l2 {
    margin-right: 16.666%;
  }
  #grid12 .outset-l3 {
    margin-right: 25%;
  }
  #grid12 .outset-l4 {
    margin-right: 33.333%;
  }
  #grid12 .outset-l5 {
    margin-right: 41.666%;
  }
  #grid12 .outset-l6 {
    margin-right: 50%;
  }
  #grid12 .outset-l7 {
    margin-right: 58.333%;
  }
  #grid12 .outset-l8 {
    margin-right: 66.666%;
  }
  #grid12 .outset-l9 {
    margin-right: 75%;
  }
  #grid12 .outset-l10 {
    margin-right: 83.333%;
  }
  #grid12 .outset-l11 {
    margin-right: 91.666%;
  }
}

/* Grid 16
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#grid16 {
  /* Offsets */
  /* Outsets */
  /* For devices larger than 550px */
  /* For devices larger than 1025px */
}
#grid16 .s1 {
  width: 6.25%;
}
#grid16 .s2 {
  width: 12.5%;
}
#grid16 .s3 {
  width: 18.75%;
}
#grid16 .s4 {
  width: 25%;
}
#grid16 .s5 {
  width: 31.25%;
}
#grid16 .s6 {
  width: 37.5%;
}
#grid16 .s7 {
  width: 43.75%;
}
#grid16 .s8 {
  width: 50%;
}
#grid16 .s9 {
  width: 56.25%;
}
#grid16 .s10 {
  width: 62.5%;
}
#grid16 .s11 {
  width: 68.75%;
}
#grid16 .s12 {
  width: 75%;
}
#grid16 .s13 {
  width: 81.25%;
}
#grid16 .s14 {
  width: 87.5%;
}
#grid16 .s15 {
  width: 93.75%;
}
#grid16 .s16 {
  width: 100%;
}
#grid16 .s1-3 {
  width: 33.333333%;
}
#grid16 .s2-3 {
  width: 66.666666%;
}
#grid16 .offset-s1 {
  margin-left: 6.25%;
}
#grid16 .offset-s2 {
  margin-left: 12.5%;
}
#grid16 .offset-s3 {
  margin-left: 18.75%;
}
#grid16 .offset-s4 {
  margin-left: 25%;
}
#grid16 .offset-s5 {
  margin-left: 31.25%;
}
#grid16 .offset-s6 {
  margin-left: 37.5%;
}
#grid16 .offset-s7 {
  margin-left: 43.75%;
}
#grid16 .offset-s8 {
  margin-left: 50%;
}
#grid16 .offset-s9 {
  margin-left: 56.25%;
}
#grid16 .offset-s10 {
  margin-left: 62.5%;
}
#grid16 .offset-s11 {
  margin-left: 68.75%;
}
#grid16 .offset-s12 {
  margin-left: 75%;
}
#grid16 .offset-s13 {
  margin-left: 81.25%;
}
#grid16 .offset-s14 {
  margin-left: 87.5%;
}
#grid16 .offset-s15 {
  margin-left: 93.75%;
}
#grid16 .offset-s1-3 {
  margin-left: 33.333333%;
}
#grid16 .offset-s2-3 {
  margin-left: 66.666666%;
}
#grid16 .outset-s1 {
  margin-right: 6.25%;
}
#grid16 .outset-s2 {
  margin-right: 12.5%;
}
#grid16 .outset-s3 {
  margin-right: 18.75%;
}
#grid16 .outset-s4 {
  margin-right: 25%;
}
#grid16 .outset-s5 {
  margin-right: 31.25%;
}
#grid16 .outset-s6 {
  margin-right: 37.5%;
}
#grid16 .outset-s7 {
  margin-right: 43.75%;
}
#grid16 .outset-s8 {
  margin-right: 50%;
}
#grid16 .outset-s9 {
  margin-right: 56.25%;
}
#grid16 .outset-s10 {
  margin-right: 62.5%;
}
#grid16 .outset-s11 {
  margin-right: 68.75%;
}
#grid16 .outset-s12 {
  margin-right: 75%;
}
#grid16 .outset-s13 {
  margin-right: 81.25%;
}
#grid16 .outset-s14 {
  margin-right: 87.5%;
}
#grid16 .outset-s15 {
  margin-right: 93.75%;
}
#grid16 .outset-s1-3 {
  margin-right: 33.333333%;
}
#grid16 .outset-s2-3 {
  margin-right: 66.666666%;
}
@media (min-width: 480px) {
  #grid16 {
    /* Offsets */
    /* Outsets */
  }
  #grid16 .m1 {
    width: 6.25%;
  }
  #grid16 .m2 {
    width: 12.5%;
  }
  #grid16 .m3 {
    width: 18.75%;
  }
  #grid16 .m4 {
    width: 25%;
  }
  #grid16 .m5 {
    width: 31.25%;
  }
  #grid16 .m6 {
    width: 37.5%;
  }
  #grid16 .m7 {
    width: 43.75%;
  }
  #grid16 .m8 {
    width: 50%;
  }
  #grid16 .m9 {
    width: 56.25%;
  }
  #grid16 .m10 {
    width: 62.5%;
  }
  #grid16 .m11 {
    width: 68.75%;
  }
  #grid16 .m12 {
    width: 75%;
  }
  #grid16 .m13 {
    width: 81.25%;
  }
  #grid16 .m14 {
    width: 87.5%;
  }
  #grid16 .m15 {
    width: 93.75%;
  }
  #grid16 .m16 {
    width: 100%;
  }
  #grid16 .m1-3 {
    width: 33.333333%;
  }
  #grid16 .m2-3 {
    width: 66.666666%;
  }
  #grid16 .offset-m1 {
    margin-left: 6.25%;
  }
  #grid16 .offset-m2 {
    margin-left: 12.5%;
  }
  #grid16 .offset-m3 {
    margin-left: 18.75%;
  }
  #grid16 .offset-m4 {
    margin-left: 25%;
  }
  #grid16 .offset-m5 {
    margin-left: 31.25%;
  }
  #grid16 .offset-m6 {
    margin-left: 37.5%;
  }
  #grid16 .offset-m7 {
    margin-left: 43.75%;
  }
  #grid16 .offset-m8 {
    margin-left: 50%;
  }
  #grid16 .offset-m9 {
    margin-left: 56.25%;
  }
  #grid16 .offset-m10 {
    margin-left: 62.5%;
  }
  #grid16 .offset-m11 {
    margin-left: 68.75%;
  }
  #grid16 .offset-m12 {
    margin-left: 75%;
  }
  #grid16 .offset-m13 {
    margin-left: 81.25%;
  }
  #grid16 .offset-m14 {
    margin-left: 87.5%;
  }
  #grid16 .offset-m15 {
    margin-left: 93.75%;
  }
  #grid16 .offset-s1-3 {
    margin-left: 33.333333%;
  }
  #grid16 .offset-s2-3 {
    margin-left: 66.666666%;
  }
  #grid16 .outset-m1 {
    margin-right: 6.25%;
  }
  #grid16 .outset-m2 {
    margin-right: 12.5%;
  }
  #grid16 .outset-m3 {
    margin-right: 18.75%;
  }
  #grid16 .outset-m4 {
    margin-right: 25%;
  }
  #grid16 .outset-m5 {
    margin-right: 31.25%;
  }
  #grid16 .outset-m6 {
    margin-right: 37.5%;
  }
  #grid16 .outset-m7 {
    margin-right: 43.75%;
  }
  #grid16 .outset-m8 {
    margin-right: 50%;
  }
  #grid16 .outset-m9 {
    margin-right: 56.25%;
  }
  #grid16 .outset-m10 {
    margin-right: 62.5%;
  }
  #grid16 .outset-m11 {
    margin-right: 68.75%;
  }
  #grid16 .outset-m12 {
    margin-right: 75%;
  }
  #grid16 .outset-m13 {
    margin-right: 81.25%;
  }
  #grid16 .outset-m14 {
    margin-right: 87.5%;
  }
  #grid16 .outset-m15 {
    margin-right: 93.75%;
  }
  #grid16 .outset-m1-3 {
    margin-right: 33.333333%;
  }
  #grid16 .outset-m2-3 {
    margin-right: 66.666666%;
  }
}
@media (min-width: 1024px) {
  #grid16 {
    /* Offsets */
    /* Outsets */
  }
  #grid16 .l1 {
    width: 6.25%;
  }
  #grid16 .l2 {
    width: 12.5%;
  }
  #grid16 .l3 {
    width: 18.75%;
  }
  #grid16 .l4 {
    width: 25%;
  }
  #grid16 .l5 {
    width: 31.25%;
  }
  #grid16 .l6 {
    width: 37.5%;
  }
  #grid16 .l7 {
    width: 43.75%;
  }
  #grid16 .l8 {
    width: 50%;
  }
  #grid16 .l9 {
    width: 56.25%;
  }
  #grid16 .l10 {
    width: 62.5%;
  }
  #grid16 .l11 {
    width: 68.75%;
  }
  #grid16 .l12 {
    width: 75%;
  }
  #grid16 .l13 {
    width: 81.25%;
  }
  #grid16 .l14 {
    width: 87.5%;
  }
  #grid16 .l15 {
    width: 93.75%;
  }
  #grid16 .l16 {
    width: 100%;
  }
  #grid16 .l1-3 {
    width: 33.333333%;
  }
  #grid16 .l2-3 {
    width: 66.666666%;
  }
  #grid16 .offset-l1 {
    margin-left: 6.25%;
  }
  #grid16 .offset-l2 {
    margin-left: 12.5%;
  }
  #grid16 .offset-l3 {
    margin-left: 18.75%;
  }
  #grid16 .offset-l4 {
    margin-left: 25%;
  }
  #grid16 .offset-l5 {
    margin-left: 31.25%;
  }
  #grid16 .offset-l6 {
    margin-left: 37.5%;
  }
  #grid16 .offset-l7 {
    margin-left: 43.75%;
  }
  #grid16 .offset-l8 {
    margin-left: 50%;
  }
  #grid16 .offset-l9 {
    margin-left: 56.25%;
  }
  #grid16 .offset-l10 {
    margin-left: 62.5%;
  }
  #grid16 .offset-l11 {
    margin-left: 68.75%;
  }
  #grid16 .offset-l12 {
    margin-left: 75%;
  }
  #grid16 .offset-l13 {
    margin-left: 81.25%;
  }
  #grid16 .offset-l14 {
    margin-left: 87.5%;
  }
  #grid16 .offset-l15 {
    margin-left: 93.75%;
  }
  #grid16 .offset-l1-3 {
    margin-left: 33.333333%;
  }
  #grid16 .offset-l2-3 {
    margin-left: 66.666666%;
  }
  #grid16 .outset-l1 {
    margin-right: 6.25%;
  }
  #grid16 .outset-l2 {
    margin-right: 12.5%;
  }
  #grid16 .outset-l3 {
    margin-right: 18.75%;
  }
  #grid16 .outset-l4 {
    margin-right: 25%;
  }
  #grid16 .outset-l5 {
    margin-right: 31.25%;
  }
  #grid16 .outset-l6 {
    margin-right: 37.5%;
  }
  #grid16 .outset-l7 {
    margin-right: 43.75%;
  }
  #grid16 .outset-l8 {
    margin-right: 50%;
  }
  #grid16 .outset-l9 {
    margin-right: 56.25%;
  }
  #grid16 .outset-l10 {
    margin-right: 62.5%;
  }
  #grid16 .outset-l11 {
    margin-right: 68.75%;
  }
  #grid16 .outset-l12 {
    margin-right: 75%;
  }
  #grid16 .outset-l13 {
    margin-right: 81.25%;
  }
  #grid16 .outset-l14 {
    margin-right: 87.5%;
  }
  #grid16 .outset-l15 {
    margin-right: 93.75%;
  }
  #grid16 .outset-l1-3 {
    margin-right: 33.333333%;
  }
  #grid16 .outset-l2-3 {
    margin-right: 66.666666%;
  }
}

/* Grid 16
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#grid24 {
  /* Offsets */
  /* Outsets */
  /* For devices larger than 550px */
  /* For devices larger than 1025px */
}
#grid24 .s1 {
  width: 4.166666667%;
}
#grid24 .s2 {
  width: 8.333333333%;
}
#grid24 .s3 {
  width: 12.5%;
}
#grid24 .s4 {
  width: 16.66666667%;
}
#grid24 .s5 {
  width: 20.83333333%;
}
#grid24 .s6 {
  width: 25%;
}
#grid24 .s7 {
  width: 29.16666666%;
}
#grid24 .s8 {
  width: 33.33333333%;
}
#grid24 .s9 {
  width: 37.5%;
}
#grid24 .s10 {
  width: 41.66666667%;
}
#grid24 .s11 {
  width: 45.83333333%;
}
#grid24 .s12 {
  width: 50%;
}
#grid24 .s13 {
  width: 54.16666667%;
}
#grid24 .s14 {
  width: 58.33333333%;
}
#grid24 .s15 {
  width: 62.5%;
}
#grid24 .s16 {
  width: 66.66666667%;
}
#grid24 .s17 {
  width: 70.83333334%;
}
#grid24 .s18 {
  width: 75%;
}
#grid24 .s19 {
  width: 79.16666667%;
}
#grid24 .s20 {
  width: 83.33333333%;
}
#grid24 .s21 {
  width: 87.5%;
}
#grid24 .s22 {
  width: 91.66666667%;
}
#grid24 .s23 {
  width: 95.83333333%;
}
#grid24 .s24 {
  width: 100%;
}
#grid24 .offset-s1 {
  margin-left: 4.166666667%;
}
#grid24 .offset-s2 {
  margin-left: 8.333333333%;
}
#grid24 .offset-s3 {
  margin-left: 12.5%;
}
#grid24 .offset-s4 {
  margin-left: 16.66666667%;
}
#grid24 .offset-s5 {
  margin-left: 20.83333333%;
}
#grid24 .offset-s6 {
  margin-left: 25%;
}
#grid24 .offset-s7 {
  margin-left: 29.16666666%;
}
#grid24 .offset-s8 {
  margin-left: 33.33333333%;
}
#grid24 .offset-s9 {
  margin-left: 37.5%;
}
#grid24 .offset-s10 {
  margin-left: 41.66666667%;
}
#grid24 .offset-s11 {
  margin-left: 45.83333333%;
}
#grid24 .offset-s12 {
  margin-left: 50%;
}
#grid24 .offset-s13 {
  margin-left: 54.16666667%;
}
#grid24 .offset-s14 {
  margin-left: 58.33333333%;
}
#grid24 .offset-s15 {
  margin-left: 62.5%;
}
#grid24 .offset-s16 {
  margin-left: 66.66666667%;
}
#grid24 .offset-s17 {
  margin-left: 70.83333334%;
}
#grid24 .offset-s18 {
  margin-left: 75%;
}
#grid24 .offset-s19 {
  margin-left: 79.16666667%;
}
#grid24 .offset-s20 {
  margin-left: 83.33333333%;
}
#grid24 .offset-s21 {
  margin-left: 87.5%;
}
#grid24 .offset-s22 {
  margin-left: 91.66666667%;
}
#grid24 .offset-s23 {
  margin-left: 95.83333333%;
}
#grid24 .outset-s1 {
  margin-right: 4.166666667%;
}
#grid24 .outset-s2 {
  margin-right: 8.333333333%;
}
#grid24 .outset-s3 {
  margin-right: 12.5%;
}
#grid24 .outset-s4 {
  margin-right: 16.66666667%;
}
#grid24 .outset-s5 {
  margin-right: 20.83333333%;
}
#grid24 .outset-s6 {
  margin-right: 25%;
}
#grid24 .outset-s7 {
  margin-right: 29.16666666%;
}
#grid24 .outset-s8 {
  margin-right: 33.33333333%;
}
#grid24 .outset-s9 {
  margin-right: 37.5%;
}
#grid24 .outset-s10 {
  margin-right: 41.66666667%;
}
#grid24 .outset-s11 {
  margin-right: 45.83333333%;
}
#grid24 .outset-s12 {
  margin-right: 50%;
}
#grid24 .outset-s13 {
  margin-right: 54.16666667%;
}
#grid24 .outset-s14 {
  margin-right: 58.33333333%;
}
#grid24 .outset-s15 {
  margin-right: 62.5%;
}
#grid24 .outset-s16 {
  margin-right: 66.66666667%;
}
#grid24 .outset-s17 {
  margin-right: 70.83333334%;
}
#grid24 .outset-s18 {
  margin-right: 75%;
}
#grid24 .outset-s19 {
  margin-right: 79.16666667%;
}
#grid24 .outset-s20 {
  margin-right: 83.33333333%;
}
#grid24 .outset-s21 {
  margin-right: 87.5%;
}
#grid24 .outset-s22 {
  margin-right: 91.66666667%;
}
#grid24 .outset-s23 {
  margin-right: 95.83333333%;
}
@media (min-width: 480px) {
  #grid24 {
    /* Offsets */
    /* Outsets */
  }
  #grid24 .m1 {
    width: 4.166666667%;
  }
  #grid24 .m2 {
    width: 8.333333333%;
  }
  #grid24 .m3 {
    width: 12.5%;
  }
  #grid24 .m4 {
    width: 16.66666667%;
  }
  #grid24 .m5 {
    width: 20.83333333%;
  }
  #grid24 .m6 {
    width: 25%;
  }
  #grid24 .m7 {
    width: 29.16666666%;
  }
  #grid24 .m8 {
    width: 33.33333333%;
  }
  #grid24 .m9 {
    width: 37.5%;
  }
  #grid24 .m10 {
    width: 41.66666667%;
  }
  #grid24 .m11 {
    width: 45.83333333%;
  }
  #grid24 .m12 {
    width: 50%;
  }
  #grid24 .m13 {
    width: 54.16666667%;
  }
  #grid24 .m14 {
    width: 58.33333333%;
  }
  #grid24 .m15 {
    width: 62.5%;
  }
  #grid24 .m16 {
    width: 66.66666667%;
  }
  #grid24 .m17 {
    width: 70.83333334%;
  }
  #grid24 .m18 {
    width: 75%;
  }
  #grid24 .m19 {
    width: 79.16666667%;
  }
  #grid24 .m20 {
    width: 83.33333333%;
  }
  #grid24 .m21 {
    width: 87.5%;
  }
  #grid24 .m22 {
    width: 91.66666667%;
  }
  #grid24 .m23 {
    width: 95.83333333%;
  }
  #grid24 .m24 {
    width: 100%;
  }
  #grid24 .offset-m1 {
    margin-left: 4.166666667%;
  }
  #grid24 .offset-m2 {
    margin-left: 8.333333333%;
  }
  #grid24 .offset-m3 {
    margin-left: 12.5%;
  }
  #grid24 .offset-m4 {
    margin-left: 16.66666667%;
  }
  #grid24 .offset-m5 {
    margin-left: 20.83333333%;
  }
  #grid24 .offset-m6 {
    margin-left: 25%;
  }
  #grid24 .offset-m7 {
    margin-left: 29.16666666%;
  }
  #grid24 .offset-m8 {
    margin-left: 33.33333333%;
  }
  #grid24 .offset-m9 {
    margin-left: 37.5%;
  }
  #grid24 .offset-m10 {
    margin-left: 41.66666667%;
  }
  #grid24 .offset-m11 {
    margin-left: 45.83333333%;
  }
  #grid24 .offset-m12 {
    margin-left: 50%;
  }
  #grid24 .offset-m13 {
    margin-left: 54.16666667%;
  }
  #grid24 .offset-m14 {
    margin-left: 58.33333333%;
  }
  #grid24 .offset-m15 {
    margin-left: 62.5%;
  }
  #grid24 .offset-m16 {
    margin-left: 66.66666667%;
  }
  #grid24 .offset-m17 {
    margin-left: 70.83333334%;
  }
  #grid24 .offset-m18 {
    margin-left: 75%;
  }
  #grid24 .offset-m19 {
    margin-left: 79.16666667%;
  }
  #grid24 .offset-m20 {
    margin-left: 83.33333333%;
  }
  #grid24 .offset-m21 {
    margin-left: 87.5%;
  }
  #grid24 .offset-m22 {
    margin-left: 91.66666667%;
  }
  #grid24 .offset-m23 {
    margin-left: 95.83333333%;
  }
  #grid24 .outset-m1 {
    margin-right: 4.166666667%;
  }
  #grid24 .outset-m2 {
    margin-right: 8.333333333%;
  }
  #grid24 .outset-m3 {
    margin-right: 12.5%;
  }
  #grid24 .outset-m4 {
    margin-right: 16.66666667%;
  }
  #grid24 .outset-m5 {
    margin-right: 20.83333333%;
  }
  #grid24 .outset-m6 {
    margin-right: 25%;
  }
  #grid24 .outset-m7 {
    margin-right: 29.16666666%;
  }
  #grid24 .outset-m8 {
    margin-right: 33.33333333%;
  }
  #grid24 .outset-m9 {
    margin-right: 37.5%;
  }
  #grid24 .outset-m10 {
    margin-right: 41.66666667%;
  }
  #grid24 .outset-m11 {
    margin-right: 45.83333333%;
  }
  #grid24 .outset-m12 {
    margin-right: 50%;
  }
  #grid24 .outset-m13 {
    margin-right: 54.16666667%;
  }
  #grid24 .outset-m14 {
    margin-right: 58.33333333%;
  }
  #grid24 .outset-m15 {
    margin-right: 62.5%;
  }
  #grid24 .outset-m16 {
    margin-right: 66.66666667%;
  }
  #grid24 .outset-m17 {
    margin-right: 70.83333334%;
  }
  #grid24 .outset-m18 {
    margin-right: 75%;
  }
  #grid24 .outset-m19 {
    margin-right: 79.16666667%;
  }
  #grid24 .outset-m20 {
    margin-right: 83.33333333%;
  }
  #grid24 .outset-m21 {
    margin-right: 87.5%;
  }
  #grid24 .outset-m22 {
    margin-right: 91.66666667%;
  }
  #grid24 .outset-m23 {
    margin-right: 95.83333333%;
  }
}
@media (min-width: 1024px) {
  #grid24 {
    /* Offsets */
    /* Outsets */
  }
  #grid24 .l1 {
    width: 4.166666667%;
  }
  #grid24 .l2 {
    width: 8.333333333%;
  }
  #grid24 .l3 {
    width: 12.5%;
  }
  #grid24 .l4 {
    width: 16.66666667%;
  }
  #grid24 .l5 {
    width: 20.83333333%;
  }
  #grid24 .l6 {
    width: 25%;
  }
  #grid24 .l7 {
    width: 29.16666666%;
  }
  #grid24 .l8 {
    width: 33.33333333%;
  }
  #grid24 .l9 {
    width: 37.5%;
  }
  #grid24 .l10 {
    width: 41.66666667%;
  }
  #grid24 .l11 {
    width: 45.83333333%;
  }
  #grid24 .l12 {
    width: 50%;
  }
  #grid24 .l13 {
    width: 54.16666667%;
  }
  #grid24 .l14 {
    width: 58.33333333%;
  }
  #grid24 .l15 {
    width: 62.5%;
  }
  #grid24 .l16 {
    width: 66.66666667%;
  }
  #grid24 .l17 {
    width: 70.83333334%;
  }
  #grid24 .l18 {
    width: 75%;
  }
  #grid24 .l19 {
    width: 79.16666667%;
  }
  #grid24 .l20 {
    width: 83.33333333%;
  }
  #grid24 .l21 {
    width: 87.5%;
  }
  #grid24 .l22 {
    width: 91.66666667%;
  }
  #grid24 .l23 {
    width: 95.83333333%;
  }
  #grid24 .l24 {
    width: 100%;
  }
  #grid24 .offset-l1 {
    margin-left: 4.166666667%;
  }
  #grid24 .offset-l2 {
    margin-left: 8.333333333%;
  }
  #grid24 .offset-l3 {
    margin-left: 12.5%;
  }
  #grid24 .offset-l4 {
    margin-left: 16.66666667%;
  }
  #grid24 .offset-l5 {
    margin-left: 20.83333333%;
  }
  #grid24 .offset-l6 {
    margin-left: 25%;
  }
  #grid24 .offset-l7 {
    margin-left: 29.16666666%;
  }
  #grid24 .offset-l8 {
    margin-left: 33.33333333%;
  }
  #grid24 .offset-l9 {
    margin-left: 37.5%;
  }
  #grid24 .offset-l10 {
    margin-left: 41.66666667%;
  }
  #grid24 .offset-l11 {
    margin-left: 45.83333333%;
  }
  #grid24 .offset-l12 {
    margin-left: 50%;
  }
  #grid24 .offset-l13 {
    margin-left: 54.16666667%;
  }
  #grid24 .offset-l14 {
    margin-left: 58.33333333%;
  }
  #grid24 .offset-l15 {
    margin-left: 62.5%;
  }
  #grid24 .offset-l16 {
    margin-left: 66.66666667%;
  }
  #grid24 .offset-l17 {
    margin-left: 70.83333334%;
  }
  #grid24 .offset-l18 {
    margin-left: 75%;
  }
  #grid24 .offset-l19 {
    margin-left: 79.16666667%;
  }
  #grid24 .offset-l20 {
    margin-left: 83.33333333%;
  }
  #grid24 .offset-l21 {
    margin-left: 87.5%;
  }
  #grid24 .offset-l22 {
    margin-left: 91.66666667%;
  }
  #grid24 .offset-l23 {
    margin-left: 95.83333333%;
  }
  #grid24 .outset-l1 {
    margin-right: 4.166666667%;
  }
  #grid24 .outset-l2 {
    margin-right: 8.333333333%;
  }
  #grid24 .outset-l3 {
    margin-right: 12.5%;
  }
  #grid24 .outset-l4 {
    margin-right: 16.66666667%;
  }
  #grid24 .outset-l5 {
    margin-right: 20.83333333%;
  }
  #grid24 .outset-l6 {
    margin-right: 25%;
  }
  #grid24 .outset-l7 {
    margin-right: 29.16666666%;
  }
  #grid24 .outset-l8 {
    margin-right: 33.33333333%;
  }
  #grid24 .outset-l9 {
    margin-right: 37.5%;
  }
  #grid24 .outset-l10 {
    margin-right: 41.66666667%;
  }
  #grid24 .outset-l11 {
    margin-right: 45.83333333%;
  }
  #grid24 .outset-l12 {
    margin-right: 50%;
  }
  #grid24 .outset-l13 {
    margin-right: 54.16666667%;
  }
  #grid24 .outset-l14 {
    margin-right: 58.33333333%;
  }
  #grid24 .outset-l15 {
    margin-right: 62.5%;
  }
  #grid24 .outset-l16 {
    margin-right: 66.66666667%;
  }
  #grid24 .outset-l17 {
    margin-right: 70.83333334%;
  }
  #grid24 .outset-l18 {
    margin-right: 75%;
  }
  #grid24 .outset-l19 {
    margin-right: 79.16666667%;
  }
  #grid24 .outset-l20 {
    margin-right: 83.33333333%;
  }
  #grid24 .outset-l21 {
    margin-right: 87.5%;
  }
  #grid24 .outset-l22 {
    margin-right: 91.66666667%;
  }
  #grid24 .outset-l23 {
    margin-right: 95.83333333%;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

body {
  background-color: #000000;
}

.bg-red {
  background-color: #F55C63;
}

.bg-teal {
  background-color: #177D8A;
}

.bg-orange {
  background-color: #FFA800;
}

.bg-pink {
  background-color: #FAE0D9;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-black {
  background-color: #000000;
}

.bg-black-transparent {
  background-color: rgba(0, 0, 0, 0.8);
}

section {
  background-repeat: no-repeat;
  background-color: #000000;
}

.page_one {
  background-image: url("../../assets/img/nest-189-exterior-image.jpg");
}

.page_three {
  background-image: url("../../assets/img/nest-118-reception-image.jpg");
}

.page_four {
  background-image: url("../../assets/img/nest-149-floor-2-image.jpg");
}

.page_five {
  background-image: url("../../assets/img/pix-ready_view-03_internal-view_4th-floor-office-looking-notrh-revision-4.jpg");
}

.page_six {
  background-image: url("../../assets/img/nest-157-floor-3-image.jpg");
}

.page_seven {
  background-image: url("../../assets/img/pix-ready_view-02_internal-view_typical-office-floor-plate-entrance-2nd-floor-revision-3.jpg");
}

@media only screen and (min-width: 560px) {
  section {
    background-size: cover;
  }
}
/* Layout */
section {
  background-position: center;
  position: relative;
  min-height: 30vh;
  width: 100vw;
  margin-bottom: 80px;
}
section.page_one {
  background-position: 70%;
  height: 100vh;
}
section.page_seven {
  margin-bottom: 20px;
}
section.page_eight {
  padding-top: 50px;
  background-color: #D6A473;
}

.row.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.row.flex-pad {
  padding: 0 5vw 200px 5vw;
  width: 100%;
}
.row .w-100 {
  width: 100%;
}
.row .main-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px;
}
.row .content {
  flex: 1 1 400px;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  padding: 0;
}
.row .content p {
  font-size: 24px;
  line-height: 120%;
  margin: 20px 0;
}
.row .awards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 90%;
  max-width: 1000px;
  margin: 30px auto;
}
.row .award {
  flex: 1 1 120px;
}
.row .award-img {
  margin-bottom: 20px;
}
.row .tagline {
  padding: 3px 0;
  border-bottom: 2px solid #FFFFFF;
  font-size: 12px;
}
.row .flex-center {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100px;
}

.nc_logo_white {
  padding-bottom: 30px;
}
.nc_logo_white img {
  width: 90%;
  max-width: 700px;
}

.nc_logo img {
  width: 120px;
  margin: 20px 5vw;
}

.middle {
  position: fixed;
  bottom: 3vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.mouse {
  width: 30px;
  height: 60px;
  border: 2px solid #FFFFFF;
  border-radius: 15px;
}

.mouse:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  background: #FFFFFF;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
  opacity: 1;
  animation: mouse 2s infinite;
}

@keyframes mouse {
  from {
    opacity: 1;
    top: 10px;
  }
  to {
    opacity: 0;
    top: 45px;
  }
}
.cg_image {
  position: relative;
  bottom: 0;
  right: 0;
  width: 300px;
  margin: auto;
}

.caption {
  position: absolute;
  top: -5vh;
  right: 5vw;
}

.lrg-caption {
  position: relative;
  top: 0;
  right: auto;
  width: 100%;
  text-align: center;
}
.lrg-caption p {
  font-size: 24px;
}

.contact_box {
  padding-bottom: 30px;
}

.logo_img img {
  width: 210px;
  margin-bottom: 10px;
}

.developer {
  position: absolute;
  bottom: auto;
  right: 5vw;
  z-index: 9999;
}
.developer p {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.developer img {
  width: 200px;
}

.button_download {
  position: absolute;
  top: 4vh;
  right: 5vw;
  z-index: 100;
}

.btn-tan {
  color: #FFFFFF;
  font-size: 18px;
  background-color: #D6A473;
}

.carousel {
  background: #000000;
}

.carousel img {
  display: block;
  height: auto;
  margin-right: 0;
  margin-bottom: 20px;
}

.flickity-button {
  background: none;
  color: #FFFFFF;
}
.flickity-button:hover {
  background: none;
  color: #eeeeee;
}

@media screen and (min-width: 768px) {
  .carousel img {
    height: 500px;
  }
}
/* Medium size (Tablet portrait and higher) */
@media (min-width: 560px) {
  section {
    height: 100vh;
    margin-bottom: 4px;
  }
  section.page_eight {
    padding-top: 0;
    background-color: #000000;
  }
  .nc_logo img {
    width: 200px;
    margin: 20px 5vw;
  }
  .button_download {
    top: 50px;
  }
  .row.flex-pad {
    padding: 0;
  }
  .row .content {
    padding: 0 10px;
    margin: 0 50px;
  }
  .row .content p {
    font-size: 36px;
    text-align: left;
  }
  .row .flex-wide {
    margin-top: 200px;
  }
  .developer {
    bottom: 5vh;
  }
  .developer img {
    width: 250px;
  }
  .cg_image {
    position: absolute;
    bottom: 20vh;
    right: 80px;
    width: 300px;
    margin: auto;
  }
  .caption {
    top: 5vh;
  }
  .lrg-caption {
    position: absolute;
    top: -6vh;
    right: 5vw;
    width: auto;
    text-align: right;
  }
  .lrg-caption p {
    font-size: 20px;
  }
  .carousel img {
    height: 500px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .main-flex, .contact_box {
    padding: 0 5vw;
  }
}
/* Large size (Tablet landscape and higher) */
/* Desktop and larger */
.bg-black,
.black-bordered-box {
  color: #FFFFFF;
}
.bg-black a,
.black-bordered-box a {
  color: #FFFFFF;
}
.bg-black nav a,
.black-bordered-box nav a {
  color: #FFFFFF;
}

.bg-white a,
.white-bordered-box a {
  color: #000000;
}
.bg-white nav a,
.white-bordered-box nav a {
  color: #000000;
}

.logo_img p, .logo_img a {
  color: #666666;
}
.logo_img a {
  text-decoration: underline;
}

/* Text */
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 130%;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 0.1em;
}

h1 {
  font-size: 1.7rem;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.2rem;
  padding: 10px 0;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1.2rem;
}

.align-left h1, .align-left h2, .align-left h3, .align-left h4, .align-left h5, .align-left h6 {
  text-align: left !important;
}

.align-right h1, .align-right h2, .align-right h3, .align-right h4, .align-right h5, .align-right h6 {
  text-align: left !important;
}

.align-center h1, .align-center h2, .align-center h3, .align-center h4, .align-center h5, .align-center h6 {
  text-align: center !important;
}

p {
  font-size: 1rem;
  line-height: 130%;
  margin-bottom: 15px;
}

b, strong {
  font-weight: bold;
}

a {
  color: #000000;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

/* Lists */
ul, ol {
  margin-left: 20px;
}

ul {
  list-style-type: none;
  margin-left: 0;
}
ul li {
  list-style: none;
  padding-left: 15px;
}
ul.social li {
  display: inline-block;
}

/* Special */
/* Medium size (Tablet portrait and higher) */
@media (min-width: 560px) {
  h1 {
    font-size: 1.7rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  h4 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.9rem;
  }
  p {
    font-size: 1rem;
  }
}
/* Large size (Tablet landscape and higher) */
/* Large size (Tablet landscape and higher) */
/* Buttons */
.btn {
  border-radius: 40px;
  padding: 10px 15px 8px;
  text-transform: none;
  line-height: 100%;
  height: auto;
}
.btn a {
  font-style: normal;
  text-decoration: none;
}
.btn.btn-primary {
  color: #FFFFFF;
  background-color: #000000;
  transition: background-color 500ms;
}
.btn.btn-primary:hover {
  color: #FFFFFF;
  background-color: #666666;
}

@media only screen and (min-width: 560px) {
  .btn {
    padding: 16px 30px 16px;
  }
}
table {
  width: 100%;
}

td, th {
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  vertical-align: top;
}

td:last-child, th:last-child {
  border-right: none;
}

tr:last-child td, tr:last-child th {
  border-bottom: none;
}

/* Medium size (Tablet portrait and higher) */
/* Large size (Tablet landscape and higher) */
/* Large size (Tablet landscape and higher) */
form {
  display: block;
  width: 100%;
}

input,
input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=submit],
input[type=reset] {
  width: 100%;
  color: #666D70;
  border: none;
  border-radius: 0;
  margin: 0;
  font-size: 14px;
}

input:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=color]:focus,
input[type=submit]:focus,
input[type=reset]:focus {
  border: none;
}

select {
  width: 100%;
}

textarea {
  width: 100%;
}

input {
  font-family: Helvetica, Arial, sans-serif;
}

::-webkit-input-placeholder { /* Chrome */
  color: #A3A7A9;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #A3A7A9;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #A3A7A9;
  opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
  color: #A3A7A9;
  opacity: 1;
}

input#dev-table-filter {
  width: 80% !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* Medium size (Tablet portrait and higher) */
/* Large size (Tablet landscape and higher) */
@media (min-width: 1024px) {
  .cms_form input {
    padding: 18px 5px;
    height: auto;
    width: 85%;
    font-size: 20px;
  }
}
/* Desktop and larger */
@media (min-width: 1250px) {
  input {
    color: #000000;
  }
}
nav {
  position: relative;
}

button.menu-btn {
  position: fixed;
  top: 15px;
  right: 5px;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 1s;
  z-index: 9999;
}
button.menu-btn.is-active {
  z-index: 9999;
  position: fixed;
}

.sticky .menu-btn {
  top: 15px;
}

.hamburger-box {
  height: 40px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #000000 !important;
  height: 7px;
  width: 43px;
  border-radius: 0;
}

.hamburger--collapse .hamburger-inner {
  top: 15px;
}
.hamburger--collapse .hamburger-inner::before {
  top: -15px;
}
.hamburger--collapse .hamburger-inner::after {
  top: 15px;
}
.hamburger--collapse.is-active .hamburger-box {
  margin-top: 10px;
}

.is-active .hamburger-inner, .is-active .hamburger-inner::before, .is-active .hamburger-inner::after {
  background-color: #FFFFFF !important;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.menu-container {
  width: 70vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -70vw;
  z-index: 400;
  background: #000000;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  height: 100vh;
}
.menu-nav ul {
  max-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 50vh;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.menu-nav ul li {
  background: none;
  padding-left: 0;
  margin-bottom: 0;
}
.menu-nav ul li:before {
  display: none;
}
.menu-nav ul li a {
  font-size: 20px;
  color: #FFFFFF;
  text-decoration: none;
  min-width: 150px;
  text-align: right;
  display: block;
  padding: 5px 5px 5px 25px;
}

.menu-open .menu-container {
  right: 0 !important;
  box-shadow: 0 0 40px hsl(0, 0%, 10%);
}
.menu-open ul.main-menu li.menu-item a {
  opacity: 1;
  padding: 5px 25px 5px 5px;
  transform: translateX(0);
}
.menu-open ul.main-menu li.menu-item:nth-child(1) a {
  -webkit-transition: all 0.5s ease 100ms;
  transition: all 0.5s ease 100ms;
}
.menu-open ul.main-menu li.menu-item:nth-child(2) a {
  -webkit-transition: all 0.5s ease 200ms;
  transition: all 0.5s ease 200ms;
}
.menu-open ul.main-menu li.menu-item:nth-child(3) a {
  -webkit-transition: all 0.5s ease 300ms;
  transition: all 0.5s ease 300ms;
}
.menu-open ul.main-menu li.menu-item:nth-child(4) a {
  -webkit-transition: all 0.5s ease 400ms;
  transition: all 0.5s ease 400ms;
}
.menu-open ul.main-menu li.menu-item:nth-child(5) a {
  -webkit-transition: all 0.5s ease 500ms;
  transition: all 0.5s ease 500ms;
}
.menu-open ul.main-menu li.menu-item:nth-child(6) a {
  -webkit-transition: all 0.5s ease 600ms;
  transition: all 0.5s ease 500ms;
}
.menu-open ul.main-menu li.menu-item:nth-child(7) a {
  -webkit-transition: all 0.5s ease 700ms;
  transition: all 0.5s ease 700ms;
}
.menu-open ul.main-menu li.menu-item:nth-child(8) a {
  -webkit-transition: all 0.5s ease 800ms;
  transition: all 0.5s ease 800ms;
}
.menu-open ul.main-menu li.menu-item:nth-child(9) a {
  -webkit-transition: all 0.5s ease 900ms;
  transition: all 0.5s ease 900ms;
}
.menu-open ul.main-menu li.menu-item:nth-child(10) a {
  -webkit-transition: all 0.5s ease 1000ms;
  transition: all 0.5s ease 1000ms;
}
.menu-open ul.main-menu li.menu-item:nth-child(11) a {
  -webkit-transition: all 0.5s ease 1100ms;
  transition: all 0.5s ease 1100ms;
}

.footer-nav {
  text-align: right;
}
.footer-nav li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.footer-nav li a {
  border-left: 1px solid #FFFFFF;
  padding: 0 4px 0 7px;
}
.footer-nav li:first-child a {
  border-left: none;
}
.footer-nav li:last-child a {
  padding: 0 0 0 5px;
}

#footer-menu li {
  float: right;
  margin-left: 20px;
}

/* General animation and filters */
.animate-all, .pseudo-animate::before, .pseudo-animate::after, .menu-item a {
  -webkit-transition: all 300ms;
  -ms-transition: all 300ms;
  transition: all 300ms;
}

.animate-all-slow, .pseudo-animate-slow::before, .pseudo-animate-slow::after {
  -webkit-transition: all 600ms;
  -ms-transition: all 600ms;
  transition: all 600ms;
}

.animate-height {
  -webkit-transition: height 300ms;
  -ms-transition: height 300ms;
  transition: height 300ms;
}

.accelerate {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/* Large size (Tablet landscape and higher) */
@media (min-width: 1024px) {
  .menu-btn {
    top: 33px;
    right: 100px;
  }
  .login-btn {
    top: 45px;
    right: 190px;
  }
  .special-btn {
    top: 53px;
    right: 255px;
    font-size: 2rem;
  }
  .menu-container {
    width: 33vw;
    right: -33vw;
  }
}