/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
@import "https://fonts.googleapis.com/css?family=Advent+Pro:400,600|Playfair+Display&subset=latin-ext";
/* line 2, ../scss/_reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

/* line 2, ../scss/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 2, ../scss/_reset.scss */
body {
  line-height: 1;
}

/* line 2, ../scss/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 2, ../scss/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 2, ../scss/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

/* line 2, ../scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 3, ../scss/_reset.scss */
ul,
ol {
  list-style: none;
}

/* Media queries */
/* line 1, ../scss/_layout.scss */
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 992px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1200px) {
  /* line 1, ../scss/_layout.scss */
  .container {
    max-width: 1200px;
  }
}

/* line 12, ../scss/_layout.scss */
.container-medium {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 992px) {
  /* line 12, ../scss/_layout.scss */
  .container-medium {
    max-width: 992px;
  }
}

/* line 23, ../scss/_layout.scss */
.container-small {
  margin: 0 auto;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 620px;
}

/* line 31, ../scss/_layout.scss */
.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 38, ../scss/_layout.scss */
.container-txt {
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 430px;
}

/* line 46, ../scss/_layout.scss */
.row {
  margin-left: -30px;
  margin-right: -30px;
}

/* line 51, ../scss/_layout.scss */
.island-top, .island {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  /* line 51, ../scss/_layout.scss */
  .island-top, .island {
    padding-top: 75px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 51, ../scss/_layout.scss */
  .island-top, .island {
    padding-top: 105px;
  }
}

/* line 60, ../scss/_layout.scss */
.island-bottom, .island {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  /* line 60, ../scss/_layout.scss */
  .island-bottom, .island {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 60, ../scss/_layout.scss */
  .island-bottom, .island {
    padding-bottom: 105px;
  }
}

/* line 80, ../scss/_layout.scss */
.island-top-small, .island-small {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  /* line 80, ../scss/_layout.scss */
  .island-top-small, .island-small {
    padding-top: 37.5px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 80, ../scss/_layout.scss */
  .island-top-small, .island-small {
    padding-top: 52.5px;
  }
}

/* line 89, ../scss/_layout.scss */
.island-bottom-small, .island-small {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  /* line 89, ../scss/_layout.scss */
  .island-bottom-small, .island-small {
    padding-bottom: 37.5px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 89, ../scss/_layout.scss */
  .island-bottom-small, .island-small {
    padding-bottom: 52.5px;
  }
}

/* line 109, ../scss/_layout.scss */
.island-top-big, .island-big {
  padding-top: 120px;
}
@media screen and (min-width: 768px) {
  /* line 109, ../scss/_layout.scss */
  .island-top-big, .island-big {
    padding-top: 210px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 109, ../scss/_layout.scss */
  .island-top-big, .island-big {
    padding-top: 240px;
  }
}

/* line 118, ../scss/_layout.scss */
.island-bottom-big, .island-big {
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  /* line 118, ../scss/_layout.scss */
  .island-bottom-big, .island-big {
    padding-bottom: 210px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 118, ../scss/_layout.scss */
  .island-bottom-big, .island-big {
    padding-bottom: 240px;
  }
}

/* line 32, ../scss/_typography.scss */
.font-sans {
  font-family: "Advent Pro", sans-serif;
}

/* line 35, ../scss/_typography.scss */
.font-serif {
  font-family: "Playfair Display", serif;
}

/* line 39, ../scss/_typography.scss */
html {
  font-size: 10px;
}
@media screen and (min-width: 480px) {
  /* line 39, ../scss/_typography.scss */
  html {
    font-size: 16px;
  }
}

/* line 47, ../scss/_typography.scss */
body {
  font-family: "Advent Pro", sans-serif;
  font-size: inherit;
  line-height: 1.2;
}

/* line 54, ../scss/_typography.scss */
.font-bold {
  font-weight: 700;
}

/* line 57, ../scss/_typography.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  display: block;
}

/* line 67, ../scss/_typography.scss */
.text-center {
  text-align: center;
}

/* line 71, ../scss/_typography.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 2, ../scss/parts/_pop-up.scss */
/* line 77, ../scss/_typography.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.666);
}

/* line 13, ../scss/parts/_pop-up.scss */
/* line 89, ../scss/_typography.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 99999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 24, ../scss/parts/_pop-up.scss */
/* line 101, ../scss/_typography.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 36, ../scss/parts/_pop-up.scss */
/* line 114, ../scss/_typography.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 43, ../scss/parts/_pop-up.scss */
/* line 122, ../scss/_typography.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 47, ../scss/parts/_pop-up.scss */
/* line 127, ../scss/_typography.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 9999;
}

/* line 57, ../scss/parts/_pop-up.scss */
/* line 137, ../scss/_typography.scss */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 61, ../scss/parts/_pop-up.scss */
/* line 143, ../scss/_typography.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 64, ../scss/parts/_pop-up.scss */
/* line 148, ../scss/_typography.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 69, ../scss/parts/_pop-up.scss */
/* line 155, ../scss/_typography.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 75, ../scss/parts/_pop-up.scss */
/* line 163, ../scss/_typography.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 78, ../scss/parts/_pop-up.scss */
/* line 168, ../scss/_typography.scss */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 83, ../scss/parts/_pop-up.scss */
/* line 175, ../scss/_typography.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 86, ../scss/parts/_pop-up.scss */
/* line 180, ../scss/_typography.scss */
.mfp-hide {
  display: none !important;
}

/* line 89, ../scss/parts/_pop-up.scss */
/* line 185, ../scss/_typography.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 99, ../scss/parts/_pop-up.scss */
/* line 198, ../scss/_typography.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 101, ../scss/parts/_pop-up.scss */
/* line 203, ../scss/_typography.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 104, ../scss/parts/_pop-up.scss */
/* line 208, ../scss/_typography.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 107, ../scss/parts/_pop-up.scss */
/* line 213, ../scss/_typography.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 110, ../scss/parts/_pop-up.scss */
/* line 218, ../scss/_typography.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 9999;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 121, ../scss/parts/_pop-up.scss */
/* line 232, ../scss/_typography.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, ../scss/parts/_pop-up.scss */
/* line 238, ../scss/_typography.scss */
.mfp-close {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../images/pop-up-close.png) no-repeat center transparent;
}

/* line 136, ../scss/parts/_pop-up.scss */
/* line 251, ../scss/_typography.scss */
.no_cookie .mfp-close {
  background: url(../images/pop-up-close-2.png) no-repeat center transparent;
  right: 20px;
  left: initial;
}

/* line 142, ../scss/parts/_pop-up.scss */
/* line 258, ../scss/_typography.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 146, ../scss/parts/_pop-up.scss */
/* line 264, ../scss/_typography.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 149, ../scss/parts/_pop-up.scss */
/* line 269, ../scss/_typography.scss */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: 0;
  text-align: right;
  width: 30px;
}

/* line 155, ../scss/parts/_pop-up.scss */
/* line 277, ../scss/_typography.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 164, ../scss/parts/_pop-up.scss */
/* line 288, ../scss/_typography.scss */
.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -17px;
  padding: 0;
  width: 40px;
  height: 40px;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
}

/* line 177, ../scss/parts/_pop-up.scss */
/* line 301, ../scss/_typography.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 180, ../scss/parts/_pop-up.scss */
/* line 307, ../scss/_typography.scss */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  /*content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;*/
}

/* line 192, ../scss/parts/_pop-up.scss */
/* line 321, ../scss/_typography.scss */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  /*border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;*/
}

/* line 197, ../scss/parts/_pop-up.scss */
/* line 328, ../scss/_typography.scss */
.mfp-arrow:before, .mfp-arrow .mfp-b {
  /*border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;*/
}

/* line 203, ../scss/parts/_pop-up.scss */
/* line 335, ../scss/_typography.scss */
.mfp-arrow-left {
  background: url(../images/arrow-prev.png) no-repeat center transparent;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  left: 7.5px;
}

/* line 208, ../scss/parts/_pop-up.scss */
/* line 345, ../scss/_typography.scss */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 211, ../scss/parts/_pop-up.scss */
/* line 351, ../scss/_typography.scss */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 215, ../scss/parts/_pop-up.scss */
/* line 357, ../scss/_typography.scss */
.mfp-arrow-right {
  background: url(../images/arrow-next.png) no-repeat center transparent;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  right: 7.5px;
}

/* line 220, ../scss/parts/_pop-up.scss */
/* line 367, ../scss/_typography.scss */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 227, ../scss/parts/_pop-up.scss */
/* line 373, ../scss/_typography.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 230, ../scss/parts/_pop-up.scss */
/* line 379, ../scss/_typography.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1280px;
  /*max-width: 900px;*/
}

/* line 235, ../scss/parts/_pop-up.scss */
/* line 387, ../scss/_typography.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 238, ../scss/parts/_pop-up.scss */
/* line 392, ../scss/_typography.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 243, ../scss/parts/_pop-up.scss */
/* line 400, ../scss/_typography.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

/* Main image in popup */
/* line 253, ../scss/parts/_pop-up.scss */
/* line 412, ../scss/_typography.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 266, ../scss/parts/_pop-up.scss */
/* line 427, ../scss/_typography.scss */
.mfp-figure {
  line-height: 0;
}

/* line 268, ../scss/parts/_pop-up.scss */
/* line 432, ../scss/_typography.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 281, ../scss/parts/_pop-up.scss */
/* line 448, ../scss/_typography.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 286, ../scss/parts/_pop-up.scss */
/* line 456, ../scss/_typography.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 289, ../scss/parts/_pop-up.scss */
/* line 461, ../scss/_typography.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 297, ../scss/parts/_pop-up.scss */
/* line 471, ../scss/_typography.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 304, ../scss/parts/_pop-up.scss */
/* line 480, ../scss/_typography.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 307, ../scss/parts/_pop-up.scss */
/* line 485, ../scss/_typography.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 314, ../scss/parts/_pop-up.scss */
  /* line 494, ../scss/_typography.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 317, ../scss/parts/_pop-up.scss */
  /* line 500, ../scss/_typography.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 319, ../scss/parts/_pop-up.scss */
  /* line 505, ../scss/_typography.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 322, ../scss/parts/_pop-up.scss */
  /* line 511, ../scss/_typography.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 325, ../scss/parts/_pop-up.scss */
  /* line 517, ../scss/_typography.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 335, ../scss/parts/_pop-up.scss */
  /* line 530, ../scss/_typography.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 337, ../scss/parts/_pop-up.scss */
  /* line 535, ../scss/_typography.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 340, ../scss/parts/_pop-up.scss */
  /* line 541, ../scss/_typography.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 352, ../scss/parts/_pop-up.scss */
  /* line 554, ../scss/_typography.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 356, ../scss/parts/_pop-up.scss */
  /* line 560, ../scss/_typography.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 360, ../scss/parts/_pop-up.scss */
  /* line 566, ../scss/_typography.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 364, ../scss/parts/_pop-up.scss */
  /* line 572, ../scss/_typography.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 369, ../scss/parts/_pop-up.scss */
/* line 578, ../scss/_typography.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 371, ../scss/parts/_pop-up.scss */
/* line 583, ../scss/_typography.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 377, ../scss/parts/_pop-up.scss */
/* line 592, ../scss/_typography.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 379, ../scss/parts/_pop-up.scss */
/* line 597, ../scss/_typography.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 381, ../scss/parts/_pop-up.scss */
/* line 602, ../scss/_typography.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* overlay at start */
/* line 387, ../scss/parts/_pop-up.scss */
/* line 610, ../scss/_typography.scss */
.mfp-animate.mfp-bg {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/* overlay animate in */
/* line 392, ../scss/parts/_pop-up.scss */
/* line 621, ../scss/_typography.scss */
.mfp-animate.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
/* line 396, ../scss/parts/_pop-up.scss */
/* line 627, ../scss/_typography.scss */
.mfp-animate.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
/* line 401, ../scss/parts/_pop-up.scss */
/* line 633, ../scss/_typography.scss */
.mfp-animate.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/* content animate it */
/* line 406, ../scss/parts/_pop-up.scss */
/* line 644, ../scss/_typography.scss */
.mfp-animate.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
/* line 410, ../scss/parts/_pop-up.scss */
/* line 650, ../scss/_typography.scss */
.mfp-animate.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* line 413, ../scss/parts/_pop-up.scss */
/* line 655, ../scss/_typography.scss */
.mfp-content {
  max-width: 540px;
}

/* line 418, ../scss/parts/_pop-up.scss */
/* line 660, ../scss/_typography.scss */
.mfp-content > div #homeslider {
  padding: 90px 60px;
}

/* line 423, ../scss/parts/_pop-up.scss */
/* line 665, ../scss/_typography.scss */
.magnific_popup {
  font-family: "akzidenz-grotesk_bq_condensMd", sans-serif;
  background: #fff;
  color: #002945;
  font-size: 1.675rem;
  line-height: 1.9rem;
  text-transform: uppercase;
  text-align: center;
  padding: 30px 30px;
}

@media screen and (min-width: 992px) {
  /* line 423, ../scss/parts/_pop-up.scss */
  /* line 677, ../scss/_typography.scss */
  .magnific_popup {
    padding: 30px 40px;
  }
}
/* line 435, ../scss/parts/_pop-up.scss */
/* line 682, ../scss/_typography.scss */
.magnific_popup .btn {
  font-family: "Cambay", Helvetica, arial, sans-serif;
}

/* line 439, ../scss/parts/_pop-up.scss */
/* line 686, ../scss/_typography.scss */
.magnific_popup input {
  color: #002945 !important;
  border: 2px solid #002945 !important;
  outline: 0 none !important;
}

/* line 444, ../scss/parts/_pop-up.scss */
/* line 692, ../scss/_typography.scss */
.magnific_popup .input-cont {
  margin: 0 auto;
}

/* line 447, ../scss/parts/_pop-up.scss */
/* line 696, ../scss/_typography.scss */
.magnific_popup a {
  color: #002945 !important;
}

/* line 451, ../scss/parts/_pop-up.scss */
/* line 700, ../scss/_typography.scss */
.magnific_popup input[type="checkbox"] + label::before {
  border: 2px solid #002945 !important;
}

/* line 455, ../scss/parts/_pop-up.scss */
/* line 704, ../scss/_typography.scss */
.magnific_popup #form_email {
  font-family: "Cambay", Helvetica, arial, sans-serif;
  font-size: 1rem;
  text-transform: none;
  text-align: center;
}

/* line 460, ../scss/parts/_pop-up.scss */
/* line 711, ../scss/_typography.scss */
.magnific_popup #form_email #btn_form_addEmail {
  border: 2px solid #002945 !important;
  color: #002945 !important;
}

/* line 470, ../scss/parts/_pop-up.scss */
/* line 717, ../scss/_typography.scss */
.mfp-fullscreen + .mfp-wrap .mfp-container:before {
  content: none;
}

/* line 473, ../scss/parts/_pop-up.scss */
/* line 721, ../scss/_typography.scss */
.mfp-fullscreen + .mfp-wrap .mfp-container .mfp-content {
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  /* line 473, ../scss/parts/_pop-up.scss */
  /* line 726, ../scss/_typography.scss */
  .mfp-fullscreen + .mfp-wrap .mfp-container .mfp-content {
    position: relative;
    padding-bottom: 50px;
  }
}
/* line 484, ../scss/parts/_pop-up.scss */
/* line 733, ../scss/_typography.scss */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 487, ../scss/parts/_pop-up.scss */
/* line 739, ../scss/_typography.scss */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* line 493, ../scss/parts/_pop-up.scss */
/* line 745, ../scss/_typography.scss */
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* line 500, ../scss/parts/_pop-up.scss */
/* line 750, ../scss/_typography.scss */
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

/* line 504, ../scss/parts/_pop-up.scss */
/* line 755, ../scss/_typography.scss */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 512, ../scss/parts/_pop-up.scss */
/* line 759, ../scss/_typography.scss */
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

/* line 516, ../scss/parts/_pop-up.scss */
/* line 764, ../scss/_typography.scss */
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 1, ../scss/_animations.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
  animation-direction: normal;
  -webkit-animation-direction: normal;
}

/* line 10, ../scss/_animations.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 15, ../scss/_animations.scss */
.animable-hide {
  opacity: 0;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 87, ../scss/_animations.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.45, 0.45, 0.45);
    transform: scale3d(0.45, 0.45, 0.45);
  }
  20% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  80% {
    -webkit-transform: scale3d(0.99, 0.99, 0.99);
    transform: scale3d(0.99, 0.99, 0.99);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 172, ../scss/_animations.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
/* line 204, ../scss/_animations.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

@-webkit-keyframes zoomOutEntrance {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomOutEntrance {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    opacity: 1;
  }
}
/* line 235, ../scss/_animations.scss */
.zoomOutEntrance {
  -webkit-animation-name: zoomOutEntrance;
  animation-name: zoomOutEntrance;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 308, ../scss/_animations.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 381, ../scss/_animations.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 454, ../scss/_animations.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 533, ../scss/_animations.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 592, ../scss/_animations.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 653, ../scss/_animations.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes jello {
  0%, 11.1%, 100% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  0%, 11.1%, 100% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
/* line 742, ../scss/_animations.scss */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 805, ../scss/_animations.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 832, ../scss/_animations.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 873, ../scss/_animations.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 912, ../scss/_animations.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 990, ../scss/_animations.scss */
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1017, ../scss/_animations.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 1042, ../scss/_animations.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1075, ../scss/_animations.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1108, ../scss/_animations.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1141, ../scss/_animations.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1174, ../scss/_animations.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1207, ../scss/_animations.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1240, ../scss/_animations.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1273, ../scss/_animations.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1306, ../scss/_animations.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1377, ../scss/_animations.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1450, ../scss/_animations.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 1509, ../scss/_animations.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 1540, ../scss/_animations.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1573, ../scss/_animations.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1604, ../scss/_animations.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1635, ../scss/_animations.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1666, ../scss/_animations.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 1707, ../scss/_animations.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 1748, ../scss/_animations.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 1789, ../scss/_animations.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes smoke {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
}
@keyframes smoke {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 1877, ../scss/_animations.scss */
.smoke {
  -webkit-animation-name: smoke;
  animation-name: smoke;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg);
    transform: rotate3d(0, 0, 1, 20deg);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg);
    transform: rotate3d(0, 0, 1, 20deg);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 1955, ../scss/_animations.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* line 1960, ../scss/_animations.scss */
.transformScaleIn {
  -webkit-animation-name: transformScaleIn;
  animation-name: transformScaleIn;
  /*-webkit-animation-fill-mode: both;
  animation-fill-mode: both;*/
}

@-webkit-keyframes transformScaleIn {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes transformScaleIn {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
/* line 1987, ../scss/_animations.scss */
.transformScaleOut {
  -webkit-animation-name: transformScaleOut;
  animation-name: transformScaleOut;
  /*-webkit-animation-fill-mode: both;
  animation-fill-mode: both;*/
}

@-webkit-keyframes transformScaleOut {
  0% {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes transformScaleOut {
  0% {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 18, ../scss/style.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 24, ../scss/style.scss */
img {
  max-width: 100%;
}

/* line 28, ../scss/style.scss */
#loading {
  display: none;
}
/* line 30, ../scss/style.scss */
body.loading #loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9;
}
/* line 39, ../scss/style.scss */
body.loading #loading #loader {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}

/* line 50, ../scss/style.scss */
#header .logo {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: absolute;
  z-index: 9999;
  width: 60px;
  bottom: 15px;
  right: 30px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  /* line 50, ../scss/style.scss */
  #header .logo {
    width: 80px;
  }
}
/* line 61, ../scss/style.scss */
#header .logo svg {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  fill: white;
}
/* line 65, ../scss/style.scss */
[data-section='4'] #header .logo, [data-section='1'] #header .logo {
  right: initial;
  bottom: initial;
  top: 40px;
  left: 50%;
  margin-left: -30px;
}
@media screen and (min-width: 480px) {
  /* line 65, ../scss/style.scss */
  [data-section='4'] #header .logo, [data-section='1'] #header .logo {
    margin-left: 0;
    left: 60px;
  }
}
@media screen and (min-width: 768px) {
  /* line 65, ../scss/style.scss */
  [data-section='4'] #header .logo, [data-section='1'] #header .logo {
    top: 60px;
  }
}
/* line 80, ../scss/style.scss */
[data-section='5'] #header .logo {
  opacity: 0;
}
/* line 83, ../scss/style.scss */
[data-section='menu'] #header .logo {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 83, ../scss/style.scss */
  [data-section='menu'] #header .logo {
    display: block;
  }
}
/* line 89, ../scss/style.scss */
[data-section='6'] #header .logo {
  display: none;
}

/* line 95, ../scss/style.scss */
a {
  text-decoration: none;
}

/* line 99, ../scss/style.scss */
#section_1 {
  background-color: black;
  color: white;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 106, ../scss/style.scss */
#section_1 a {
  color: white;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: .1em;
  border-bottom: 1px solid white;
  overflow: hidden;
  /*&:after{
    content: "::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::";
    position: absolute;
    bottom: -1.1em;
    left: 0;
    font-size: .4em;
  }*/
}
/* line 125, ../scss/style.scss */
#section_1 .text_1 {
  font-size: 24px;
  position: relative;
}
@media screen and (min-width: 480px) {
  /* line 125, ../scss/style.scss */
  #section_1 .text_1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  /* line 125, ../scss/style.scss */
  #section_1 .text_1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  /* line 125, ../scss/style.scss */
  #section_1 .text_1 {
    font-size: 60px;
  }
}
/* line 128, ../scss/style.scss */
#section_1 .text_1 img {
  display: inline;
  width: .5em;
}

/* line 137, ../scss/style.scss */
#section_2 {
  background-color: white;
  color: black;
  min-height: 100vh;
  position: relative;
}
/* line 142, ../scss/style.scss */
#section_2 #slider_1,
#section_2 #slider_1 .slides,
#section_2 #slider_1 .slides > li {
  position: relative;
}
/* line 150, ../scss/style.scss */
#section_2 .section-footer {
  position: absolute;
  bottom: 0;
  right: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 3;
}
/* line 157, ../scss/style.scss */
#section_2 .section-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 162, ../scss/style.scss */
#section_2 .section-footer li {
  display: inline-block;
}
/* line 165, ../scss/style.scss */
#section_2 .section-footer li:not(:last-child):after {
  content: " | ";
  margin: 0 7.5px;
}
/* line 170, ../scss/style.scss */
#section_2 .section-footer li a {
  color: black;
}
/* line 174, ../scss/style.scss */
#section_2 .section-footer li #audio_toggle .on {
  display: none;
}
/* line 178, ../scss/style.scss */
#section_2 .section-footer li #audio_toggle.on .off {
  display: none;
}
/* line 181, ../scss/style.scss */
#section_2 .section-footer li #audio_toggle.on .on {
  display: inline;
}
/* line 185, ../scss/style.scss */
#section_2 .section-footer li #audio_toggle span {
  color: #868686;
  font-weight: bold;
}

/* line 195, ../scss/style.scss */
.flexslider .flex-prev,
.flexslider .flex-next {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  margin-top: -25px;
}
/* line 207, ../scss/style.scss */
.flexslider .flex-prev {
  background-image: url(../images/arrow-left.svg);
}
/* line 210, ../scss/style.scss */
.flexslider .flex-next {
  background-image: url(../images/arrow-right.svg);
}

/* line 216, ../scss/style.scss */
#slider_1 .image-content, #slider_2 .image-content {
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 0;
  right: 30px;
  overflow: hidden;
}
/* line 224, ../scss/style.scss */
#slider_1 .image, #slider_2 .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  /* line 224, ../scss/style.scss */
  #slider_1 .image, #slider_2 .image {
    background-size: cover;
  }
}
/* line 240, ../scss/style.scss */
#slider_1 .slides li.prevented .image, #slider_2 .slides li.prevented .image {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
/* line 253, ../scss/style.scss */
#slider_1 .slides li:nth-child(even).prevented .image, #slider_2 .slides li:nth-child(even).prevented .image {
  -webkit-animation-name: transformScaleIn;
  animation-name: transformScaleIn;
}
/* line 261, ../scss/style.scss */
#slider_1 .slides li:nth-child(odd).prevented .image, #slider_2 .slides li:nth-child(odd).prevented .image {
  -webkit-animation-name: transformScaleOut;
  animation-name: transformScaleOut;
}
/* line 269, ../scss/style.scss */
#slider_1 .flex-nav-prev,
#slider_1 .flex-nav-next, #slider_2 .flex-nav-prev,
#slider_2 .flex-nav-next {
  z-index: 2;
  width: 50px;
  position: absolute;
  top: 30px;
  bottom: 0;
}
/* line 277, ../scss/style.scss */
#slider_1 .flex-nav-prev, #slider_2 .flex-nav-prev {
  left: 30px;
}
/* line 280, ../scss/style.scss */
#slider_1 .flex-nav-next, #slider_2 .flex-nav-next {
  right: 30px;
}
@media screen and (min-width: 768px) {
  /* line 284, ../scss/style.scss */
  #slider_1 .flex-nav-prev, #slider_2 .flex-nav-prev {
    left: 60px;
  }
  /* line 287, ../scss/style.scss */
  #slider_1 .flex-nav-next, #slider_2 .flex-nav-next {
    right: 60px;
  }
}

/* line 293, ../scss/style.scss */
#slider_2 .image {
  background-size: cover;
}
/* line 297, ../scss/style.scss */
#slider_2 li .image {
  filter: none;
  -webkit-filter: none;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
}
/* line 305, ../scss/style.scss */
#slider_2 li.prevented .image {
  filter: brightness(90%);
  -webkit-filter: brightness(90%);
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
}

/* line 315, ../scss/style.scss */
#slider_1 .flex-nav-prev,
#slider_1 .flex-nav-next {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 315, ../scss/style.scss */
  #slider_1 .flex-nav-prev,
  #slider_1 .flex-nav-next {
    display: block;
  }
}

/* line 324, ../scss/style.scss */
#carousel_2 {
  padding: 0 30px;
  position: relative;
}
/* line 328, ../scss/style.scss */
#carousel_2 li.flex-active-slide {
  opacity: .7;
}
/* line 333, ../scss/style.scss */
#carousel_2 .slides img {
  display: block;
}
/* line 337, ../scss/style.scss */
#carousel_2 .flex-nav-prev,
#carousel_2 .flex-nav-next {
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 9999;
  width: 20px;
}
/* line 345, ../scss/style.scss */
#carousel_2 .flex-nav-prev {
  left: 40px;
}
/* line 348, ../scss/style.scss */
#carousel_2 .flex-nav-next {
  right: 40px;
}

/* line 352, ../scss/style.scss */
#carousel_1 {
  padding: 0 30px;
  position: relative;
}
/* line 355, ../scss/style.scss */
#carousel_1 li {
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
/* line 358, ../scss/style.scss */
#carousel_1 .flex-active-slide {
  opacity: .5;
}
/* line 361, ../scss/style.scss */
#carousel_1 img {
  display: block;
}
/* line 364, ../scss/style.scss */
#carousel_1 .flex-nav-prev,
#carousel_1 .flex-nav-next {
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 9999;
  width: 20px;
}
/* line 372, ../scss/style.scss */
#carousel_1 .flex-nav-prev {
  left: 40px;
}
/* line 375, ../scss/style.scss */
#carousel_1 .flex-nav-next {
  right: 40px;
}

/* line 381, ../scss/style.scss */
#section_3 {
  background-color: white;
  color: black;
  min-height: 100vh;
  position: relative;
  z-index: 9;
}
/* line 387, ../scss/style.scss */
#section_3 .menu {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  /* line 387, ../scss/style.scss */
  #section_3 .menu {
    flex-direction: row;
    width: 100%;
  }
}
/* line 396, ../scss/style.scss */
#section_3 .menu li {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  flex-basis: 0;
  flex-grow: 1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (max-width: 768px) {
  /* line 396, ../scss/style.scss */
  #section_3 .menu li {
    animation-name: none !important;
    -webkit-animation-name: none !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 396, ../scss/style.scss */
  #section_3 .menu li {
    flex-basis: 0;
    flex-basis: initial;
    width: 25%;
  }
  /* line 412, ../scss/style.scss */
  #section_3 .menu li .txt {
    width: 100%;
    display: block;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    opacity: 0;
  }
  /* line 418, ../scss/style.scss */
  #section_3 .menu li .txt .inner {
    width: 100%;
    display: block;
  }
  /* line 423, ../scss/style.scss */
  #section_3 .menu li .desc {
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    transition-delay: .2s;
  }
  /* line 429, ../scss/style.scss */
  #section_3 .menu li:hover {
    width: 50%;
  }
  /* line 431, ../scss/style.scss */
  #section_3 .menu li:hover .desc {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  /* line 435, ../scss/style.scss */
  #section_3 .menu li:hover .txt {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* line 441, ../scss/style.scss */
#section_3 .menu li a {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  color: black;
}
@media screen and (min-width: 768px) {
  /* line 441, ../scss/style.scss */
  #section_3 .menu li a {
    flex-basis: 0;
    justify-content: flex-start;
    align-items: stretch;
  }
}
/* line 455, ../scss/style.scss */
#section_3 .menu li .img {
  flex-grow: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: grayscale(1) brightness(100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (min-width: 768px) {
  /* line 455, ../scss/style.scss */
  #section_3 .menu li .img {
    position: static;
  }
}
/* line 473, ../scss/style.scss */
#section_3 .menu li:hover .img, #section_3 .menu li:active .img {
  filter: grayscale(0) brightness(66.66%);
  /*transition-delay: .2s;
  -webkit-transition-delay: .2s;*/
}
/* line 480, ../scss/style.scss */
#section_3 .menu li:nth-child(1) .img {
  background-image: url(../images/menu/menu3.jpg);
  background-position: top center;
}
/* line 486, ../scss/style.scss */
#section_3 .menu li:nth-child(2) .img {
  background-image: url(../images/menu/menu2.jpg);
}
/* line 491, ../scss/style.scss */
#section_3 .menu li:nth-child(3) .img {
  background-image: url(../images/menu/menu1.jpg);
  background-position: top center;
}
/* line 497, ../scss/style.scss */
#section_3 .menu li:nth-child(4) .img {
  background-image: url(../images/menu/menu4.jpg);
}
/* line 502, ../scss/style.scss */
#section_3 .menu .txt {
  padding: 30px;
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  margin: 15px;
}
@media screen and (min-width: 768px) {
  /* line 502, ../scss/style.scss */
  #section_3 .menu .txt {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    color: white;
  }
}
/* line 518, ../scss/style.scss */
#section_3 .menu .txt .title {
  font-family: "Playfair Display", serif;
  margin-bottom: 5px;
  font-size: 18px;
}
@media screen and (min-width: 480px) {
  /* line 518, ../scss/style.scss */
  #section_3 .menu .txt .title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  /* line 518, ../scss/style.scss */
  #section_3 .menu .txt .title {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  /* line 518, ../scss/style.scss */
  #section_3 .menu .txt .title {
    font-size: 28px;
  }
}
/* line 523, ../scss/style.scss */
#section_3 .menu .txt .desc {
  font-family: "Advent Pro", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 523, ../scss/style.scss */
  #section_3 .menu .txt .desc {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  /* line 523, ../scss/style.scss */
  #section_3 .menu .txt .desc {
    display: block;
  }
}

/* line 536, ../scss/style.scss */
#section_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

/* line 546, ../scss/style.scss */
#section_4 #slider_2 .content {
  cursor: pointer;
  font-family: "Playfair Display", serif;
  color: #fff;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 30px;
  right: 30px;
}
@media screen and (min-width: 480px) {
  /* line 546, ../scss/style.scss */
  #section_4 #slider_2 .content {
    left: initial;
    top: initial;
    bottom: 60px;
    right: 60px;
  }
}
/* line 561, ../scss/style.scss */
#section_4 #slider_2 .content .name {
  width: 100%;
  text-align: center;
  opacity: 0;
  font-size: 24px;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  transition-delay: 2.5s;
}
@media screen and (min-width: 480px) {
  /* line 561, ../scss/style.scss */
  #section_4 #slider_2 .content .name {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  /* line 561, ../scss/style.scss */
  #section_4 #slider_2 .content .name {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  /* line 561, ../scss/style.scss */
  #section_4 #slider_2 .content .name {
    font-size: 60px;
  }
}
/* line 569, ../scss/style.scss */
#section_4 #slider_2 .content .txt {
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  font-family: "Advent Pro", sans-serif;
  font-size: 14px;
  max-width: 720px;
  padding: 0 15px;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  transition-delay: 3.5s;
}
@media screen and (min-width: 768px) {
  /* line 569, ../scss/style.scss */
  #section_4 #slider_2 .content .txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  /* line 569, ../scss/style.scss */
  #section_4 #slider_2 .content .txt {
    font-size: 22px;
  }
}
@media screen and (min-width: 480px) {
  /* line 581, ../scss/style.scss */
  #section_4 #slider_2 .content .name {
    text-align: right;
  }
  /* line 584, ../scss/style.scss */
  #section_4 #slider_2 .content .txt {
    text-align: right;
    padding-right: 0;
  }
}
/* line 592, ../scss/style.scss */
#section_4 #slider_2 .prevented .name,
#section_4 #slider_2 .flex-active-slide .name {
  opacity: 1;
}
/* line 595, ../scss/style.scss */
#section_4 #slider_2 .prevented .txt,
#section_4 #slider_2 .flex-active-slide .txt {
  opacity: 1;
}
/* line 603, ../scss/style.scss */
#section_4 .section-footer {
  position: absolute;
  bottom: 0;
  right: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 3;
}
/* line 610, ../scss/style.scss */
#section_4 .section-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 615, ../scss/style.scss */
#section_4 .section-footer li {
  display: inline-block;
}
/* line 618, ../scss/style.scss */
#section_4 .section-footer li:not(:last-child):after {
  content: " | ";
  margin: 0 7.5px;
}
/* line 623, ../scss/style.scss */
#section_4 .section-footer li a {
  color: black;
}
/* line 627, ../scss/style.scss */
#section_4 .section-footer li #audio_toggle .on {
  display: none;
}
/* line 631, ../scss/style.scss */
#section_4 .section-footer li #audio_toggle.on .off {
  display: none;
}
/* line 634, ../scss/style.scss */
#section_4 .section-footer li #audio_toggle.on .on {
  display: inline;
}
/* line 638, ../scss/style.scss */
#section_4 .section-footer li #audio_toggle span {
  color: #868686;
  font-weight: bold;
}
/* line 646, ../scss/style.scss */
#section_4 #audio_toggle_2 .on {
  display: none;
}
/* line 650, ../scss/style.scss */
#section_4 #audio_toggle_2.on .off {
  display: none;
}
/* line 653, ../scss/style.scss */
#section_4 #audio_toggle_2.on .on {
  display: inline;
}
/* line 657, ../scss/style.scss */
#section_4 #audio_toggle_2 span {
  color: #868686;
  font-weight: bold;
}

/* line 664, ../scss/style.scss */
#section_5 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*@include bp($sm){
    top: $gutter;
    left: $gutter;
    right: $gutter;
    bottom: $gutter;  
  }*/
  z-index: 2;
}
/* line 670, ../scss/style.scss */
#section_5 #close_section_5 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-image: url(../images/close-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  z-index: 9;
}
/* line 689, ../scss/style.scss */
#section_5 iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

/* line 696, ../scss/style.scss */
#section_6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
/* line 703, ../scss/style.scss */
#section_6 .data-content {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  padding: 30px 15px 15px 15px;
  background-image: url(../images/bigdata_bg_mobile.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  /* line 703, ../scss/style.scss */
  #section_6 .data-content {
    background-image: url(../images/bigdata_bg.jpg);
    background-position: left center;
  }
}
@media screen and (min-width: 768px) {
  /* line 703, ../scss/style.scss */
  #section_6 .data-content {
    padding: 30px;
  }
}
/* line 725, ../scss/style.scss */
#section_6 .data-content .title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
  /* line 725, ../scss/style.scss */
  #section_6 .data-content .title {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  /* line 725, ../scss/style.scss */
  #section_6 .data-content .title {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  /* line 725, ../scss/style.scss */
  #section_6 .data-content .title {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) {
  /* line 725, ../scss/style.scss */
  #section_6 .data-content .title {
    text-align: left;
    max-width: 590px;
  }
  /* line 734, ../scss/style.scss */
  #section_6 .data-content .title:before {
    content: "//";
  }
}
/* line 740, ../scss/style.scss */
#section_6 .data {
  color: white;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
  flex-basis: 0;
  flex-grow: 1;
  align-content: space-around;
}
/* line 750, ../scss/style.scss */
#section_6 .data li {
  width: 100%;
  padding: 7.5px;
}
@media screen and (min-width: 992px) {
  /* line 740, ../scss/style.scss */
  #section_6 .data {
    /*position: absolute;
    bottom: 80px;
    right: 0;
    width: 100%;
    margin: 0;
    max-width: 720px;*/
  }
  /* line 761, ../scss/style.scss */
  #section_6 .data li {
    max-width: 240px;
    position: absolute;
  }
  /* line 764, ../scss/style.scss */
  #section_6 .data li:nth-child(1) {
    bottom: 120px;
    right: 60px;
  }
  /* line 768, ../scss/style.scss */
  #section_6 .data li:nth-child(2) {
    bottom: 30px;
    right: 350px;
  }
  /* line 772, ../scss/style.scss */
  #section_6 .data li:nth-child(3) {
    bottom: 210px;
    right: 570px;
  }
}
/* line 778, ../scss/style.scss */
#section_6 .data .number {
  font-size: 28px;
}
@media screen and (min-width: 480px) {
  /* line 778, ../scss/style.scss */
  #section_6 .data .number {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  /* line 778, ../scss/style.scss */
  #section_6 .data .number {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  /* line 778, ../scss/style.scss */
  #section_6 .data .number {
    font-size: 72px;
  }
}
/* line 781, ../scss/style.scss */
#section_6 .data .text {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  /* line 781, ../scss/style.scss */
  #section_6 .data .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  /* line 781, ../scss/style.scss */
  #section_6 .data .text {
    font-size: 18px;
  }
}
/* line 789, ../scss/style.scss */
#section_6 .data li .desc {
  opacity: 0;
  display: block;
  min-height: 2.2em;
}
/* line 796, ../scss/style.scss */
#section_6 .section-footer {
  position: absolute;
  bottom: 0;
  right: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 3;
}
/* line 803, ../scss/style.scss */
#section_6 .section-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 808, ../scss/style.scss */
#section_6 .section-footer li {
  display: inline-block;
}
/* line 811, ../scss/style.scss */
#section_6 .section-footer li:not(:last-child):after {
  content: " | ";
  margin: 0 7.5px;
}
/* line 816, ../scss/style.scss */
#section_6 .section-footer li a {
  color: black;
}

/* line 823, ../scss/style.scss */
.toggle_fullscreen {
  display: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (min-width: 992px) {
  /* line 823, ../scss/style.scss */
  .toggle_fullscreen {
    display: block;
    position: absolute;
    top: 45px;
    right: 45px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    z-index: 9;
    background-image: url(../images/full-icon.png);
  }
  /* line 838, ../scss/style.scss */
  [data-section='menu'] .toggle_fullscreen {
    top: 15px;
    right: 15px;
  }
  /* line 842, ../scss/style.scss */
  .toggle_fullscreen.fullscreen {
    background-image: url(../images/full-icon-close.png);
  }
}
