@import url(https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i);/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: System;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}

/**
 * Susy v2.2.x
 */

*,
*:before,
*:after {
  box-sizing: border-box;
}

/**
 * Convert px to rem units
 * Don't use string interpolation
 *
 * @params $size
 */

/**
 * Get speed from config/grid.scss
 *
 * @requires $breakpoints
 * @params $breakpoint
 */

/**
 * Get color from config/colors.scss
 *
 * @requires $colors
 * @params $color, $tone
 */

/**
 * Get transition ease from config/transitions.scss
 *
 * @requires $easing
 * @params $ease
 */

/**
 * Get min-value font-size from config/font-sizes.scss
 *
 * @requires $font-sizes
 * @params $font-size
 */

/**
 * Get z-index from config/layers.scss
 *
 * @requires $layers
 * @params $layer
 */

/**
 * Get transition speed from config/transitions.scss
 *
 * @requires $speeds
 * @params $speed
 */

/**
 * Output props from a config map
 *
 * @params $map
 */

/**
 * Get min-value font-size from config/spacings.scss
 *
 * @requires $spacings
 * @params $spacing
 */

/**
 * Get unitless value
 *
 * @params $value
 */

/**
 * Output ratio
 *
 * @link https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/
 * @params $width, $height
 */

/**
 * Output fluid sizing using calc values and 100vw.
 *
 * @requires functions/calc-rem
 * @requires functions/get-unitless
 * @params $props, $min-vw, $max-vw, $min-value, $max-value
 * @link http://www.sassmeister.com/gist/7f22e44ace49b5124eec
 */

/**
 * Output fluid font size calcs from config
 *
 * @requires mixins/fluid
 * @params $font-size
 */

/**
 * Output font stack props from config
 *
 * @requires functions/get-props
 * @params $font-stack
 */

/**
 * Output media queries based on breakpoint or custom rem/px value
 *
 * @params $breakpoint
 */

/**
 * Output fluid spacing calcs from config
 *
 * @requires mixins/fluid
 * @params $spacing
 */

/**
 * Blocks
 *
 * Recommended:
 * article, aside, details, figcaption, figure, footer, header, hgroup, main, mark, menu, nav, section, summary, time
 */

html {
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

body {
  /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
  font-size: 0.875rem;
  font-family: Muli;
  font-weight: 700;
  background: #000;
  color: #fff;
  line-height: 1.6;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 20rem) {
  body {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 100rem) {
  body {
    font-size: 1rem;
  }
}

figure {
  margin: 0;
}

/**
 * Formatting
 *
 * Recommended:
 * em, small, strong, ins, del, mark, p, pre, code, blockquote, q, address, cite
 */

p {
  margin: 0;
}

p + p {
  margin-top: 1em;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

/**
 * Forms
 *
 * Recommended:
 * form, input, textarea, label, fieldset, legend, select, optgroup, option, button, datalist, keygen, output
 */

button,
button:active,
button:focus,
button:hover,
input,
input:active,
input:focus,
input:hover,
optgroup,
optgroup:active,
optgroup:focus,
optgroup:hover,
select,
select:active,
select:focus,
select:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
  outline: none;
}

/**
 * Headings
 *
 * Recommended:
 * h1, h2, h3, h4, h5, h6, hr
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

h1,
.tera {
  /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
  font-size: 2.25rem;
}

@media (min-width: 20rem) {
  h1,
  .tera {
    font-size: calc(2.25rem + 0.375 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 100rem) {
  h1,
  .tera {
    font-size: 2.625rem;
  }
}

h2,
.giga {
  /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
  font-size: 1.6875rem;
}

@media (min-width: 20rem) {
  h2,
  .giga {
    font-size: calc(1.6875rem + 0.5625 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 100rem) {
  h2,
  .giga {
    font-size: 2.25rem;
  }
}

h3,
.mega {
  /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
  font-size: 1.5rem;
}

@media (min-width: 20rem) {
  h3,
  .mega {
    font-size: calc(1.5rem + 0.1875 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 100rem) {
  h3,
  .mega {
    font-size: 1.6875rem;
  }
}

h4,
.kilo {
  /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
  font-size: 1.3125rem;
}

@media (min-width: 20rem) {
  h4,
  .kilo {
    font-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 100rem) {
  h4,
  .kilo {
    font-size: 1.5rem;
  }
}

h5,
.hecto {
  /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
  font-size: 1rem;
}

@media (min-width: 20rem) {
  h5,
  .hecto {
    font-size: calc(1rem + 0.3125 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 100rem) {
  h5,
  .hecto {
    font-size: 1.3125rem;
  }
}

h6,
.deca {
  /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
  font-size: 0.875rem;
}

@media (min-width: 20rem) {
  h6,
  .deca {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 100rem) {
  h6,
  .deca {
    font-size: 1.125rem;
  }
}

/**
 * Links
 *
 * Recommended:
 * a:link, a:visited, a:hover, a:active
 */

a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:not([class]),
a:not([class]):active,
a:not([class]):focus,
a:not([class]):hover {
  color: #fff;
}

/**
 * Lists
 *
 * Recommended:
 * dl, dt, dd, ol, ul, li
 */

ol[class],
ul[class] {
  list-style: none;
}

/**
 * Media
 *
 * Recommended:
 * img, audio, embed, source, track, video
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Tables
 *
 * Recommended:
 * table, tbody, tfoot, thead, tr, th, td
 */

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

/**
 * Container
 *
 * Recommended:
 * .container, .row
 */

.container {
  padding: 0 6.52174%;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.container-max {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.container-max:after {
  content: " ";
  display: block;
  clear: both;
}

.container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.main {
  /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
  font-size: 0.875rem;
}

@media (min-width: 20rem) {
  .main {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 100rem) {
  .main {
    font-size: 1.125rem;
  }
}

@media (min-width: 62rem) {
  .main {
    /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
    font-size: 1rem;
  }
}

@media (min-width: 62rem) and (min-width: 20rem) {
  .main {
    font-size: calc(1rem + 0.3125 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 62rem) and (min-width: 100rem) {
  .main {
    font-size: 1.3125rem;
  }
}

.main-background {
  position: relative;
  background: #000;
  z-index: 1001;
  -webkit-transition: color 0.6s, background 0.6s;
  -o-transition: color 0.6s, background 0.6s;
  transition: color 0.6s, background 0.6s;
}

.main-space {
  padding: 10vh 0 12.5vh 0;
  /*
  @include respond-up(md) {
    padding: 10vh 0 15vh 0;
  }
  */
}

@media (min-width: 62rem) {
  .main-space {
    padding: 12.5vh 0 25vh 0;
  }
}

.main-space a,
.footer-col a {
  position: relative;
  padding-bottom: 5px;
  /*
  @include respond-up(md) {
    padding-bottom: 5px;
  }
  */
}

.main-space a::before,
.footer-col a::before {
  display: inline-block;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #eeeeee;
}

.main-space a:hover::before,
.main-space a:active::before,
.footer-col a:hover::before,
.footer-col a:active::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}

.is-loaded .wrap {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}

/*
.is-nav .wrap {
  transform: translateX(20%);
  transition: transform get-speed(slowx) get-ease(in-out);
  backface-visibility: hidden;
}
*/

.carousel-contain {
  position: relative;
}

@media (min-width: 48rem) {
  .carousel-contain {
    padding: 0 2.5rem;
  }
}

@media (min-width: 62rem) {
  .carousel-contain {
    padding: 0 5rem;
  }
}

.carousel-item {
  height: 32.5vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 48rem) {
  .carousel-item {
    height: calc(75vh - 15rem);
  }
}

@media (min-width: 62rem) {
  .carousel-item {
    height: calc(89vh - 15rem);
    max-height: 50rem;
    min-height: 36.75rem;
  }
}

/**
 * Slick.js
 * Doc: Remove CSS from bower.json
 * Essentials
 */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0 solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  width: 10%;
  height: 100%;
  top: 0;
  z-index: 4000;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media (min-width: 48rem) {
  .slick-prev,
  .slick-next {
    opacity: 0.25;
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-prev:active,
.slick-prev:hover,
.slick-next:hover,
.slick-next:focus,
.slick-next:active,
.slick-next:hover {
  outline: none !important;
  background: transparent !important;
  color: transparent !important;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-next:before,
.slick-prev:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  content: '';
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem 2rem;
}

@media (min-width: 62rem) {
  .slick-next:before,
  .slick-prev:before {
    background-size: 3rem 3rem;
  }
}

@media (min-width: 75rem) {
  .slick-next:before,
  .slick-prev:before {
    background-size: 4rem 4rem;
  }
}

.slick-prev::before {
  background-image: url(../images/left.svg);
  background-position: left center;
  left: 0.25rem;
}

@media (min-width: 48rem) {
  .slick-prev::before {
    left: -3rem;
  }
}

@media (min-width: 62rem) {
  .slick-prev::before {
    left: -6rem;
  }
}

.is-light .slick-prev::before {
  background-image: url(../images/left-alt.svg);
}

.slick-next:before {
  background-image: url(../images/right.svg);
  background-position: right center;
  right: 0.25rem;
}

@media (min-width: 48rem) {
  .slick-next:before {
    right: -3rem;
  }
}

@media (min-width: 62rem) {
  .slick-next:before {
    right: -6rem;
  }
}

.is-light .slick-next::before {
  background-image: url(../images/right-alt.svg);
}

/*
.slick-next:hover:before,
.slick-prev:hover:before {
   width: 0;
}
*/

/*
.slick-dots {
  position: absolute;
  width: 100%;
  text-align: right;
  padding-top: get-baseline(1);
  z-index: 9999;
  bottom: 1rem;
  padding-right: 2rem;
}

.slick-dots > li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 0.25rem;
  cursor: pointer;
}

.slick-dots > li > button {
  border: 0;
  padding: 0;
  background: get-color(secondary);
  display: block;
  opacity: 0.5;
  outline: none;
  cursor: pointer;
  transition: opacity get-speed(fast);
  color: $brand-primary;
  border-radius: 100%;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.3rem 0.25rem;
  border: 1px solid rgba(0,0,0,0.25);
  @include font-size(deci);
  //color: #666;
  text-indent: -9999px;
  //@include font-plus1;
  @include media-breakpoint-up(sm) {
    //@include font-plus2;
  }
}

.slick-dots > li.slick-active > button {
  opacity: 1;
}

.slick-dots > li > button:hover,
.slick-dots > li > button:focus {
  outline: none;
}
*/

.collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.collection-item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 8.69565%;
}

@media (min-width: 48rem) {
  .collection-item {
    -ms-flex-preferred-size: 47.82609%;
        flex-basis: 47.82609%;
    margin-bottom: 4.34783%;
  }
}

.collection-item > figure {
  background-color: #eeeeee;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 0.25rem;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

.collection-item > figure::before {
  display: block;
  content: '';
  width: 100%;
  padding-bottom: 66.66667%;
}

@media (min-width: 48rem) {
  .collection-item > figure {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 62rem) {
  .collection-item > figure {
    margin-bottom: 1rem;
  }
}

.collection-item > figcaption {
  /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
  font-size: 0.875rem;
}

@media (min-width: 20rem) {
  .collection-item > figcaption {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 100rem) {
  .collection-item > figcaption {
    font-size: 1.125rem;
  }
}

@media (min-width: 48rem) {
  .collection-item > figcaption {
    text-align: right;
  }
}

@media (min-width: 62rem) {
  .collection-item > figcaption {
    /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
    font-size: 1rem;
  }
}

@media (min-width: 62rem) and (min-width: 20rem) {
  .collection-item > figcaption {
    font-size: calc(1rem + 0.3125 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 62rem) and (min-width: 100rem) {
  .collection-item > figcaption {
    font-size: 1.3125rem;
  }
}

.collection-item-hero {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.collection-item-hero > figure {
  position: relative;
}

.collection-item-hero > figure::before {
  display: block;
  content: '';
  width: 100%;
  padding-bottom: 75%;
}

@media (min-width: 48rem) {
  .collection-item-hero > figure {
    position: relative;
  }

  .collection-item-hero > figure::before {
    display: block;
    content: '';
    width: 100%;
    padding-bottom: 47.61905%;
  }
}

/*
 * Component
 * Contact Form 7
 */

/*
.wpcf7 {
  padding: 10px 0 50px 0;
}
*/

.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .ajax-loader {
  display: none;
}

/*
.wpcf7 .form__half {
  padding: 0 15px;
  @include respond-up(sm) {
    float: left;
    width: 50%;
    padding: 0 20px;
  }
  @include min-md {
      padding: 0 50px;
  }
}

.wpcf7 .form__full {
  padding: 0 15px;
  @include min-sm {
    float: none;
    padding: 0 20px;
  }
  @include min-md {
    padding: 0 50px;
  }
}
*/

.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  max-width: 25rem;
  border: 0;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #fff;
  padding: 6px 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  background: #000;
  /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
  font-size: 0.875rem;
  font-family: Muli;
}

@media (min-width: 20rem) {
  .wpcf7 input,
  .wpcf7 textarea {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 100rem) {
  .wpcf7 input,
  .wpcf7 textarea {
    font-size: 1.125rem;
  }
}

@media (min-width: 48rem) {
  .wpcf7 input,
  .wpcf7 textarea {
    /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
    font-size: 1rem;
    margin-bottom: 0.75rem;
    padding: 8px 0;
  }
}

@media (min-width: 48rem) and (min-width: 20rem) {
  .wpcf7 input,
  .wpcf7 textarea {
    font-size: calc(1rem + 0.3125 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 48rem) and (min-width: 100rem) {
  .wpcf7 input,
  .wpcf7 textarea {
    font-size: 1.3125rem;
  }
}

@media (min-width: 62rem) {
  .wpcf7 input,
  .wpcf7 textarea {
    margin-bottom: 1.5rem;
  }
}

.wpcf7 input[type="submit"] {
  width: auto;
  display: inline-block;
  background: transparent;
  font-family: Muli;
  font-weight: 700;
  /*
  @include font-size(deca);
  @include respond-up(md) {
    @include font-size(hecto);
  }
  */
}

.wpcf7 input[type="file"] {
  font-family: Muli;
  border: 0;
  margin-bottom: 0.5rem;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

/*
.wpcf7 .form--align {
  text-align: center;
  @include min-md {
    text-align: right;
  }
}
*/

.wpcf7 textarea {
  width: 100%;
  height: 10rem;
  float: none;
  max-width: 35rem;
}

.wpcf7 .wpcf7-not-valid {
  border-color: #000;
  color: #fff;
}

.wpcf7 .wpcf7-response-output {
  color: #fff;
  border: 0;
  padding: 0;
  margin: 0;
  /*
  @extend .font--primary;
  @extend .content;
  color: $brand-primary;
  text-align: center;
  background: $brand-primary;
  padding: 20px;
  @include min-md {
      margin: 50px;
  }
  */
}

.wpcf7 ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #494949;
}

.wpcf7 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #494949;
  opacity: 1;
}

.wpcf7 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #494949;
  opacity: 1;
}

.wpcf7 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #494949;
}

.wpcf7 .wpcf7-display-none {
  display: none;
}

.hero {
  width: 100%;
  position: relative;
  z-index: 1000;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
       -o-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
       -o-animation-name: fadeIn;
          animation-name: fadeIn;
  background-color: #000;
  -webkit-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
  height: calc(65vh - 4rem);
}

@media (min-width: 48rem) {
  .hero {
    height: calc(80vh - 4.5rem);
  }
}

@media (min-width: 62rem) {
  .hero {
    height: calc(100vh - 6rem);
  }
}

.hero-background {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-position: center center;
  opacity: 0;
  z-index: 2;
  background-size: cover;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
  height: 65vh;
  /*
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  */
}

@media (min-width: 48rem) {
  .hero-background {
    height: 80vh;
  }
}

@media (min-width: 62rem) {
  .hero-background {
    height: 100vh;
  }
}

.is-complete .hero-background {
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.hero-background.is-changing {
  opacity: 0 !important;
}

.hero-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}

.hero-icon {
  display: none;
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, -42.5%);
       -o-transform: translate(-50%, -42.5%);
          transform: translate(-50%, -42.5%);
  z-index: 3;
  -webkit-transition: opacity 0.4s, -webkit-transform 1s;
  transition: opacity 0.4s, -webkit-transform 1s;
  -o-transition: opacity 0.4s, -o-transform 1s;
  transition: transform 1s, opacity 0.4s;
  transition: transform 1s, opacity 0.4s, -webkit-transform 1s, -o-transform 1s;
  top: 35%;
  width: 5rem;
  height: 5rem;
}

@media (min-width: 48rem) {
  .hero-icon {
    display: block;
    top: 40%;
    width: 7rem;
    height: 7rem;
  }
}

@media (min-width: 62rem) {
  .hero-icon {
    top: 50%;
    width: 9rem;
    height: 9rem;
  }
}

.hero.is-complete .hero-icon {
  -webkit-transform: translate(-50%, -47.5%);
       -o-transform: translate(-50%, -47.5%);
          transform: translate(-50%, -47.5%);
}

.hero.is-complete .hero-icon.is-complete {
  opacity: 0 !important;
}

.hero-icon > object {
  width: 100%;
  height: 100%;
}

.hero-down {
  position: absolute;
  width: 50px;
  height: 30px;
  bottom: 1rem;
  background-image: url(../images/arrow-down.svg);
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  left: 50%;
  margin-left: -25px;
  z-index: 3;
  cursor: pointer;
}

@media (min-width: 62rem) {
  .hero-down {
    width: 80px;
    height: 60px;
    bottom: 2rem;
    background-size: 80px auto;
    margin-left: -40px;
  }
}

.hero.is-complete {
  height: calc(65vh - 5rem);
}

@media (min-width: 48rem) {
  .hero.is-complete {
    height: calc(80vh - 6rem);
  }
}

@media (min-width: 62rem) {
  .hero.is-complete {
    height: calc(100vh - 8rem);
  }
}

.hero.is-ready .hero-background {
  opacity: 1;
}

.is-leaving .hero.is-complete {
  -webkit-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
}

.is-leaving .hero.is-complete::before {
  display: none;
}

/*
@keyframes fadeInUpIcon {
  from {
    opacity: 0;
    transform: translate3d(0, 1rem, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
*/

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.image-g-item {
  line-height: 0;
}

.image-g-left,
.image-g-right {
  margin-bottom: 2rem;
}

.image-g-item:last-of-type > div:last-child {
  margin-bottom: 0;
}

@media (min-width: 48rem) {
  .image-g-left,
  .image-g-item.is-reverse-1 .image-g-right {
    width: 62.5%;
  }
}

@media (min-width: 62rem) {
  .image-g-left,
  .image-g-item.is-reverse-1 .image-g-right {
    width: 57.5%;
  }
}

@media (min-width: 48rem) {
  .image-g-right,
  .image-g-item.is-reverse-1 .image-g-left {
    width: 37.5%;
  }
}

@media (min-width: 62rem) {
  .image-g-right,
  .image-g-item.is-reverse-1 .image-g-left {
    width: 32.5%;
  }
}

@media (min-width: 48rem) {
  .image-g-item.is-even-1 .image-g-right,
  .image-g-item.is-even-1 .image-g-left {
    width: 42.5%;
  }
}

@media (min-width: 62rem) {
  .image-g-item.is-even-1 .image-g-right,
  .image-g-item.is-even-1 .image-g-left {
    width: 37.5%;
  }
}

@media (min-width: 48rem) {
  .is-offset-xs {
    margin-top: 4rem;
  }
}

@media (min-width: 48rem) {
  .is-offset-sm {
    margin-top: 4rem;
  }
}

@media (min-width: 62rem) {
  .is-offset-sm {
    margin-top: 6rem;
  }
}

@media (min-width: 48rem) {
  .is-offset-md {
    margin-top: 6rem;
  }
}

@media (min-width: 62rem) {
  .is-offset-md {
    margin-top: 8rem;
  }
}

@media (min-width: 48rem) {
  .is-offset-lg {
    margin-top: 8rem;
  }
}

@media (min-width: 62rem) {
  .is-offset-lg {
    margin-top: 10rem;
  }
}

@media (min-width: 48rem) {
  .is-offset-xl {
    margin-top: 10rem;
  }
}

@media (min-width: 62rem) {
  .is-offset-xl {
    margin-top: 14rem;
  }
}

@media (min-width: 48rem) {
  .is-offset-xxl {
    margin-top: 14rem;
  }
}

@media (min-width: 62rem) {
  .is-offset-xxl {
    margin-top: 18rem;
  }
}

.js-lazy {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.js-lazy.b-loaded {
  opacity: 1;
}

.google-map {
  width: 99%;
  height: 50vh;
}

@media (min-width: 48rem) {
  .google-map {
    height: 20rem;
  }
}

@media (min-width: 62rem) {
  .google-map {
    height: 35rem;
  }
}

.google-map img {
  max-width: inherit !important;
}

.nav-exit {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 7000;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  /*
  @include respond-up(md) {
    background: transparent;
  }
  */
}

.is-nav .nav-exit {
  visibility: visible;
  opacity: 1;
}

.nav-icon {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}

@media (min-width: 75rem) {
  .nav-icon {
    display: none;
  }
}

.nav-icon span {
  display: block;
  background: #eeeeee;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.icon-hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}

.icon-hamburger > span {
  width: 30px;
  height: 1px;
  position: relative;
  top: 10px;
  margin: 8px 0;
}

.icon-hamburger > span:nth-child(1) {
  margin-top: 0;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.icon-hamburger > span:nth-child(2) {
  -webkit-transition-delay: 0.625s;
       -o-transition-delay: 0.625s;
          transition-delay: 0.625s;
}

.icon-hamburger > span:nth-child(3) {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

@media (min-width: 48rem) {
  .icon-hamburger > span {
    width: 40px;
    margin: 10px 0;
    top: 8px;
  }
}

.icon-close {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icon-close > span:nth-child(1) {
  position: absolute;
  width: 1px;
  height: 0%;
  top: 0;
  left: 20px;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.icon-close > span:nth-child(2) {
  position: absolute;
  width: 0%;
  height: 1px;
  left: 0;
  top: 20px;
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.is-nav .icon-hamburger > span {
  width: 0%;
}

.is-nav .icon-hamburger > span:nth-child(1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.is-nav .icon-hamburger > span:nth-child(2) {
  -webkit-transition-delay: 0.125s;
       -o-transition-delay: 0.125s;
          transition-delay: 0.125s;
}

.is-nav .icon-hamburger > span:nth-child(3) {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.is-nav .icon-close > span:nth-child(1) {
  height: 100%;
  -webkit-transition-delay: 0.625s;
       -o-transition-delay: 0.625s;
          transition-delay: 0.625s;
}

.is-nav .icon-close > span:nth-child(2) {
  width: 100%;
  -webkit-transition-delay: 0.375s;
       -o-transition-delay: 0.375s;
          transition-delay: 0.375s;
}

.tabs {
  position: relative;
  display: block;
}

.tab-hrefs {
  position: relative;
  margin: 0 -2.5%;
}

@media (min-width: 48rem) {
  .tab-hrefs {
    margin: 0;
  }
}

.tab-hrefs > div {
  display: inline-block;
  width: calc(45% - 4px);
  margin-right: 2.5%;
  margin-left: 2.5%;
}

@media (min-width: 48rem) {
  .tab-hrefs > div {
    display: block;
    width: 100%;
    margin: 0;
  }
}

.tab-href {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #494949;
}

@media (min-width: 48rem) {
  .tab-href {
    width: auto;
    border: 0;
  }
}

.is-light .tab-href {
  border-bottom: 1px solid #e6f0fd;
}

@media (min-width: 48rem) {
  .is-light .tab-href {
    border: 0;
  }
}

/*
.tab-href > span {
  position: relative;
  padding-bottom: 5px;

  &::before {
    @include pseudo-base;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: lighten(get-color(greyscale), 20%);
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: center left;
    transition: all get-speed(fast) get-ease(in-out);
    background: get-color(greyscale, light);
  }

  &:hover, &:active {
    &::before {
      visibility: visible;
      transform: scaleX(1);
      opacity: 1;
    }
  }
}
*/

.tab-href.is-active::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}

.tab {
  position: absolute;
  opacity: 0;
  z-index: 0;
  display: none;
}

.tab-rel {
  position: relative;
  height: 1px;
  display: block;
}

.tab-rel.is-active {
  height: 35rem;
}

.tab.is-active {
  display: block;
  position: relative;
  opacity: 1;
  width: 100%;
  height: auto;
  float: left;
  z-index: 3;
  -webkit-animation-name: fadeInUpTabs;
       -o-animation-name: fadeInUpTabs;
          animation-name: fadeInUpTabs;
  -webkit-animation-duration: 0.6s;
       -o-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

.tab.is-active.is-exiting {
  -webkit-animation-name: fadeOut;
       -o-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 0.4s;
       -o-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

@-webkit-keyframes fadeInUpTabs {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5rem, 0);
            transform: translate3d(0, 5rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-o-keyframes fadeInUpTabs {
  from {
    opacity: 0;
    transform: translate3d(0, 5rem, 0);
  }

  to {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}

@keyframes fadeInUpTabs {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5rem, 0);
            transform: translate3d(0, 5rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.visits_counter_widget {
  margin-top: 1rem;
}

.visits_counter_widget h3 {
  display: none;
}

.animated {
  -webkit-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

.wow {
  -webkit-animation-name: fadeInUp;
       -o-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 6rem, 0);
            transform: translate3d(0, 6rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 6rem, 0);
  }

  to {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 6rem, 0);
            transform: translate3d(0, 6rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

/**
 * WordPress Generated Classes
 * http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

.alignnone {
  max-width: 100%;
  height: auto;
  margin-right: 0;
  margin-left: 0;
}

.aligncenter {
  display: block;
  height: auto;
  margin: 4.34783% auto;
}

.alignleft,
.alignright {
  height: auto;
  margin-bottom: 4.34783%;
}

@media (min-width: 36rem) {
  .alignleft {
    float: left;
  }
}

@media (min-width: 36rem) {
  .alignright {
    float: right;
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.screen-reader-text:active,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.wysiwyg {
  margin-bottom: 10vh;
  /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
  font-size: 0.875rem;
}

@media (min-width: 20rem) {
  .wysiwyg {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 100rem) {
  .wysiwyg {
    font-size: 1.125rem;
  }
}

@media (min-width: 62rem) {
  .wysiwyg {
    /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
    font-size: 1rem;
    margin-bottom: 15vh;
  }
}

@media (min-width: 62rem) and (min-width: 20rem) {
  .wysiwyg {
    font-size: calc(1rem + 0.3125 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 62rem) and (min-width: 100rem) {
  .wysiwyg {
    font-size: 1.3125rem;
  }
}

.banner {
  position: relative;
  width: 100%;
  z-index: 9000;
  background: #000;
  /*
  padding: 0.5rem 1rem;
  @include respond-up(md) {
    padding: 1.5rem 1rem;
  }
  */
  padding: 0.5rem 0rem !important;
}

@media (min-width: 48rem) {
  .banner {
    padding: 1rem 0rem !important;
  }
}

.banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/*
.banner-holder {
  position: relative;
  height: 9.75rem;
}
*/

.banner.is-compact {
  position: fixed;
  top: 0;
  padding: 0.5rem 1rem;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  background: #000;
}

.is-loaded .banner.is-compact {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: -o-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear, -o-transform 200ms linear;
}

.banner-logo {
  position: relative;
  width: 10rem;
  height: 3.5rem;
}

@media (min-width: 48rem) {
  .banner-logo {
    width: 15rem;
    height: 3.25rem;
  }
}

@media (min-width: 62rem) {
  .banner-logo {
    width: 15rem;
    height: 4rem;
  }
}

@media (min-width: 48rem) {
  .page-template-template-home-blade .banner-logo {
    opacity: 1;
  }
}

.page-template-template-home-blade .banner-icon {
  opacity: 1;
}

.banner-logo-svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-position: left center;
  background-image: url(../images/icon.svg);
}

@media (min-width: 48rem) {
  .banner-logo-svg {
    background-image: url(../images/logo.svg);
  }
}

.banner-icon {
  height: 3.5rem;
}

@media (min-width: 48rem) {
  .banner-icon {
    height: 4rem;
  }
}

.banner-icon .banner-logo-svg {
  background-image: url(../images/icon.svg);
}

.banner-logo img,
.banner-logo svg {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.banner-name {
  /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
  font-size: 0.875rem;
}

@media (min-width: 20rem) {
  .banner-name {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 100rem) {
  .banner-name {
    font-size: 1.125rem;
  }
}

.banner-nav {
  /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
  font-size: 0.875rem;
  text-transform: uppercase;
  display: none;
}

@media (min-width: 20rem) {
  .banner-nav {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 100rem) {
  .banner-nav {
    font-size: 1rem;
  }
}

@media (min-width: 75rem) {
  .banner-nav {
    display: block;
  }
}

.banner-nav li {
  display: inline-block;
  margin: 0 0.5rem;
}

.banner-nav-m {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  top: 0;
  bottom: 0;
  width: 75%;
  background: #000;
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 8000;
  /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
  font-size: 1rem;
  line-height: 2;
}

@media (min-width: 20rem) {
  .banner-nav-m {
    font-size: calc(1rem + 0.3125 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 100rem) {
  .banner-nav-m {
    font-size: 1.3125rem;
  }
}

@media (min-width: 36rem) {
  .banner-nav-m {
    width: 60%;
  }
}

@media (min-width: 48rem) {
  .banner-nav-m {
    width: 40%;
  }
}

@media (min-width: 75rem) {
  .banner-nav-m {
    display: none;
  }
}

.banner-nav-m a {
  color: #fff;
}

.is-loaded .banner-nav-m {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}

.is-nav .banner-nav-m {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
}

.banner.headroom {
  will-change: transform;
}

.banner.headroom--pinned {
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
}

/*
.banner.headroom--not-top {
  transform: translateY(0%);
}
*/

.banner.headroom--top {
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2;
  padding-bottom: 5vh;
}

@media (min-width: 62rem) {
  .footer-container {
    padding-bottom: 10vh;
  }
}

.footer-logo {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 4rem;
  background-image: url(../images/icon.svg);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  /*
  @include respond-up(md) {
    height: 5.5rem;
    margin-bottom: 1.5rem;
  }
  */
}

@media (min-width: 48rem) {
  .footer-logo {
    height: 4.5rem;
  }
}

@media (min-width: 62rem) {
  .footer-logo {
    margin-bottom: 1.5rem;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin-bottom: 0;
    height: 6.5rem;
    background-position: left center;
  }
}

.footer-col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  margin-bottom: 0.75rem;
  /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
  font-size: 0.75rem;
}

@media (min-width: 20rem) {
  .footer-col {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 100rem) {
  .footer-col {
    font-size: 0.875rem;
  }
}

@media (min-width: 62rem) {
  .footer-col {
    /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
    font-size: 0.875rem;
    text-align: left;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media (min-width: 62rem) and (min-width: 20rem) {
  .footer-col {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 62rem) and (min-width: 100rem) {
  .footer-col {
    font-size: 1.125rem;
  }
}

@media (min-width: 62rem) {
  .footer-col-end {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}

.footer-social {
  margin-top: 3px;
}

.footer-social a::before {
  display: none !important;
}

.footer-social svg {
  width: 100%;
  height: auto;
  fill: #fff;
}

.footer-social-item {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 5px;
}

.is-light .footer-social svg {
  fill: #0B51A6 !important;
}

/*
.footer-col a {
  position: relative;
  padding-bottom: 5px;

  &::before {
    @include pseudo-base;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: center left;
    transition: all get-speed(fast) get-ease(in-out);
    background: get-color(greyscale, light);
  }

  &:hover, &:active {
    &::before {
      visibility: visible;
      transform: scaleX(1);
      opacity: 1;
    }
  }
}
*/

.column-left {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (min-width: 48rem) {
  .column-left {
    -ms-flex-preferred-size: 32.5%;
        flex-basis: 32.5%;
  }
}

@media (min-width: 62rem) {
  .column-left {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

.column-right {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-top: 7.5vh;
  overflow: hidden;
  min-height: 50vh;
}

@media (min-width: 48rem) {
  .column-right {
    -ms-flex-preferred-size: 67.5%;
        flex-basis: 67.5%;
    padding-top: 0;
  }
}

@media (min-width: 62rem) {
  .column-right {
    padding-right: 5rem;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}

@media (min-width: 48rem) {
  .column-right {
    min-height: 20rem;
  }
}

@media (min-width: 62rem) {
  .column-right {
    min-height: 35rem;
  }
}

.column-right table {
  margin: 2rem 0;
}

@media (min-width: 62rem) {
  .column-right table {
    margin: 4rem 0;
  }
}

.column-right table td {
  padding: 0.5rem 0;
  border-bottom: 1px solid;
}

@media (min-width: 62rem) {
  .column-right table td {
    padding: 0.75rem 0;
  }
}

.column-right table tr:last-child td {
  border-bottom: 0px;
}

@media (min-width: 48rem) {
  .award-items {
    max-width: 68.5rem;
    margin: 0 auto;
  }
}

.award-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.award-year {
  padding: 0.75rem 0;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

@media (min-width: 48rem) {
  .award-year {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    padding: 1rem 0;
  }
}

@media (min-width: 62rem) {
  .award-year {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}

.award-name {
  padding: 0.75rem 0;
  border-bottom: 1px solid;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

@media (min-width: 48rem) {
  .award-name {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
  }
}

@media (min-width: 62rem) {
  .award-name {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    padding: 1rem 0;
  }
}

.press-item {
  margin-bottom: 4rem;
}

.press-item:last-of-type {
  margin-bottom: 0;
}

.press-item-name {
  /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
  font-size: 1rem;
  margin-bottom: 0.25em;
}

@media (min-width: 20rem) {
  .press-item-name {
    font-size: calc(1rem + 0.3125 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 100rem) {
  .press-item-name {
    font-size: 1.3125rem;
  }
}

@media (min-width: 62rem) {
  .press-item-name {
    /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
    font-size: 1.3125rem;
    margin-bottom: 0.5em;
  }
}

@media (min-width: 62rem) and (min-width: 20rem) {
  .press-item-name {
    font-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 62rem) and (min-width: 100rem) {
  .press-item-name {
    font-size: 1.5rem;
  }
}

.press-item-link {
  /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
  font-size: 0.875rem;
}

@media (min-width: 20rem) {
  .press-item-link {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 100rem) {
  .press-item-link {
    font-size: 1rem;
  }
}

@media (min-width: 62rem) {
  .press-item-link {
    /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
    font-size: 0.875rem;
  }
}

@media (min-width: 62rem) and (min-width: 20rem) {
  .press-item-link {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 62rem) and (min-width: 100rem) {
  .press-item-link {
    font-size: 1.125rem;
  }
}

/*
.press-item-link > a {
  border-bottom: 1px solid;
  padding-bottom: 4px;
}
*/

.press-item-content {
  margin-top: 2rem;
}

@media (min-width: 62rem) {
  .press-item-content {
    margin-top: 4rem;
  }
}

.dineplan-widget {
  margin-top: 2rem;
}

.booking-countdown {
  margin-top: 1em;
}

.booking-countdown-timer {
  /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
  font-size: 1.3125rem;
}

@media (min-width: 20rem) {
  .booking-countdown-timer {
    font-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 100rem) {
  .booking-countdown-timer {
    font-size: 1.5rem;
  }
}

.builder > div {
  margin-bottom: 2rem;
}

.builder > div:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 48rem) {
  .builder > div {
    margin-bottom: 5rem;
  }
}

@media (min-width: 48rem) {
  .builder-editor {
    max-width: 70%;
  }
}

@media (min-width: 48rem) {
  .builder-editor.is-1 {
    margin-left: 30%;
  }
}

.builder-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 48rem) {
  .builder-image-img {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}

.builder-image-caption {
  padding-top: 2rem;
  font-style: italic;
}

@media (min-width: 48rem) {
  .builder-image-caption {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    padding: 3rem;
    text-align: center;
  }
}

/*
.introduction-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6rem;
  margin-top: -6rem;
  width: 12rem;
  transition: opacity get-speed(slow);
  transform: translate3d(0, 0, 0);
}
*/

#tinymce {
  margin: 1rem !important;
}

.home-layout > section {
  margin-bottom: 7.5vh;
}

.home-layout > section:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 48rem) {
  .home-layout > section {
    margin-bottom: 12.5vh;
  }
}

.home-layout header {
  /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
  font-size: 1rem;
  margin-bottom: 1em;
}

@media (min-width: 20rem) {
  .home-layout header {
    font-size: calc(1rem + 0.3125 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 100rem) {
  .home-layout header {
    font-size: 1.3125rem;
  }
}

@media (min-width: 48rem) {
  .home-layout header {
    /*
  $units: rem, em;
  @if index($units, unit($min-value)) != null {
    $min-vw: calc-rem($min-vw);
    $max-vw: calc-rem($max-vw);
  }
  */
    font-size: 1.3125rem;
  }
}

@media (min-width: 48rem) and (min-width: 20rem) {
  .home-layout header {
    font-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}

@media (min-width: 48rem) and (min-width: 100rem) {
  .home-layout header {
    font-size: 1.5rem;
  }
}

.home-chef-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-bottom: 10%;
}

@media (min-width: 48rem) {
  .home-chef-content {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding-right: 15%;
    padding-bottom: 5%;
  }
}

.home-chef-visual {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 48rem) {
  .home-chef-visual {
    padding-left: 0;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

.home-layout > .home-intro {
  margin-bottom: 7.5vh;
}

@media (min-width: 48rem) {
  .home-layout > .home-intro {
    margin-bottom: 17.5vh;
  }
}

.home-intro-content {
  padding-left: 20%;
  margin-bottom: 7.5vh;
}

@media (min-width: 48rem) {
  .home-intro-content {
    padding-left: 35%;
    padding-right: 5%;
    margin-bottom: 12.5vh;
  }
}

.home-intro-visual {
  max-width: 80%;
}

@media (min-width: 48rem) {
  .home-intro-visual {
    max-width: 75%;
  }
}

.home-dark-content {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-bottom: 10%;
}

@media (min-width: 48rem) {
  .home-dark-content {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    padding-bottom: 5%;
  }
}

.home-dark-visual {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-left: 20%;
}

@media (min-width: 48rem) {
  .home-dark-visual {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding-left: 0;
  }
}

.home-light-content {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 10%;
}

@media (min-width: 48rem) {
  .home-light-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    padding-top: 10%;
  }
}

.home-light-visual {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-left: 20%;
}

@media (min-width: 48rem) {
  .home-light-visual {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
  }
}

.is-light {
  background: #EEF2F8;
}

.is-light .main-background {
  background: #EEF2F8;
}

.is-light .main-background,
.is-light .main-background a,
.is-light .main-background .tab-href > span {
  color: #0B51A6;
}

.is-light .main-background::before,
.is-light .main-background a::before,
.is-light .main-background .tab-href > span::before {
  background: #0B51A6;
}

.is-light .footer-logo {
  background-image: url(../images/icon-light.svg);
}


/*# sourceMappingURL=main.css.map*/