.tooltip-wrapper {
  visibility: hidden;
  position: absolute;
  top: -91px;
  width: 350px;
  height: 75px;
  background: #348ce7; }
  .tooltip-wrapper__section1 {
    width: 140px;
    height: 65px;
    top: -83px;
    left: 5px;
    padding-top: 7px;
    cursor: pointer; }
  .tooltip-wrapper__section2 {
    left: -100px;
    cursor: pointer; }
  .tooltip-wrapper__arrow {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    bottom: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #348ce7; }
  .tooltip-wrapper__text {
    font-family: 'IBMPlexSansLightItalic';
    text-transform: none;
    padding: 15px;
    color: #fff;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
/*********************
BREAKPOINTS
*********************/
.sidebar {
  opacity: 0;
  position: absolute;
  right: -10px;
  top: 60px;
  width: 100px !important;
  height: 80%;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media (min-width: 1024px) {
    .sidebar {
      right: 15px; } }
  .sidebar .sidebar_copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    line-height: normal;
    opacity: 0.75;
    text-align: right; }
    .sidebar .sidebar_copy > p span {
      font-size: 0.7rem;
      line-height: 1rem; }
    .sidebar .sidebar_copy .sidebar_text {
      margin: 0; }
      .sidebar .sidebar_copy .sidebar_text span {
        display: block;
        background-color: rgba(1, 1, 1, 0); }
    .sidebar .sidebar_copy.temperature {
      top: 50%; }
    .sidebar .sidebar_copy.altitude {
      top: 32%; }
    .sidebar .sidebar_copy.groundspeed {
      top: 10%; }
/*********************
BREAKPOINTS
*********************/
#audio-btn {
  visibility: hidden;
  z-index: 1000;
  position: absolute;
  right: 2%;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: 0.5s bottom ease-in-out;
  transition: 0.5s bottom ease-in-out;
  cursor: pointer; }
  #audio-btn .bar {
    width: 3.5px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.75);
    margin-left: 2.5px; }
  #audio-btn:hover .bar {
    background-color: rgba(169, 169, 169, 0.75); }
  #audio-btn.up {
    bottom: 75px;
    -webkit-transition: 0.5s bottom ease-in-out;
    transition: 0.5s bottom ease-in-out; }
/*********************
BREAKPOINTS
*********************/
.dotmask {
  position: fixed;
  cursor: pointer; }

.airplane-main-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px; }
  .airplane-main-container .airplane-wrapper {
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .airplane-main-container .airplane-wrapper__airplane-image {
      width: 2500px;
      height: 2500px; }
    .airplane-main-container .airplane-wrapper__pulsing-panel-dot {
      visibility: hidden;
      top: 0;
      left: 0;
      position: absolute;
      width: 250px;
      height: 250px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .airplane-main-container .airplane-wrapper__pulsing-panel-dot .circ {
        position: absolute;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        background: #348be7; }
    .airplane-main-container .airplane-wrapper__blinking-top-light {
      position: absolute;
      width: 35px;
      height: 23px;
      top: 421px;
      left: 1229px; }
    .airplane-main-container .airplane-wrapper .img {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 100%;
      height: auto;
      background-image: url(../assets/images/airplane/airplane-m.png);
      width: 2500px;
      height: 2500px;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (min-width: 1024px) {
        .airplane-main-container .airplane-wrapper .img {
          background-image: url(../assets/images/airplane/airplane-d.png); } }
    .airplane-main-container .airplane-wrapper__intro-btn {
      visibility: hidden;
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      width: 180px;
      height: 180px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .airplane-main-container .airplane-wrapper__intro-btn .bg {
        opacity: 0.8;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: #fff; }
      .airplane-main-container .airplane-wrapper__intro-btn .icon {
        position: absolute;
        left: 54px;
        top: 71px;
        color: #348ce7;
        font-size: 125px;
        font-weight: 100; }
        .airplane-main-container .airplane-wrapper__intro-btn .icon:before {
          content: '+'; }
      .airplane-main-container .airplane-wrapper__intro-btn.visited .bg {
        opacity: 0.3; }
      .airplane-main-container .airplane-wrapper__intro-btn.visited .icon {
        opacity: 0.6;
        color: gray; }
    .airplane-main-container .airplane-wrapper__intro-btn0 {
      left: 1120px;
      top: -20px; }
    .airplane-main-container .airplane-wrapper__intro-btn1 {
      left: 980px;
      top: 1500px; }
    .airplane-main-container .airplane-wrapper__intro-btn2 {
      left: 1480px;
      top: 675px; }
    .airplane-main-container .airplane-wrapper__big-dot {
      visibility: hidden;
      position: absolute;
      width: 600px;
      height: 600px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      cursor: pointer; }
    .airplane-main-container .airplane-wrapper__dot {
      position: absolute;
      border-radius: 50%;
      width: 600px;
      height: 600px;
      background-color: #348be7; }
    .airplane-main-container .airplane-wrapper__dot1 {
      opacity: 0.8; }
    .airplane-main-container .airplane-wrapper.plane-z-index-below {
      z-index: -1; }
.video-container video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  -webkit-transition: 1s -webkit-filter;
  transition: 1s -webkit-filter;
  transition: 1s filter;
  transition: 1s filter, 1s -webkit-filter; }
  .video-container video.blurry {
    -webkit-filter: blur(50px);
            filter: blur(50px); }
/*********************
BREAKPOINTS
*********************/
#nav-blur-panel {
  position: absolute;
  display: block;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 18px;
  opacity: 1;
  color: #272727;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8); }
  #nav-blur-panel.hide {
    display: none; }
  #nav-blur-panel .panel-container {
    position: relative;
    width: 100%;
    height: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    left: 15px; }
    #nav-blur-panel .panel-container .top {
      position: absolute;
      top: 21px;
      width: 85%; }
    #nav-blur-panel .panel-container .title {
      position: absolute;
      top: 44%; }
      @media (min-width: 1024px) {
        #nav-blur-panel .panel-container .title {
          top: 46%; } }
    #nav-blur-panel .panel-container .panel {
      position: absolute;
      top: 50%;
      text-align: left;
      left: 8px;
      width: 90%; }
      #nav-blur-panel .panel-container .panel h1 {
        padding-left: 0;
        line-height: 0.9em; }
      @media (min-width: 1024px) {
        #nav-blur-panel .panel-container .panel {
          width: auto; } }
    @media (min-width: 1024px) {
      #nav-blur-panel .panel-container {
        width: 50%; } }
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: $header-font-family;
    font-weight: $header-font-weight;
    font-style: $header-font-style;
    color: $header-color;
    text-rendering: $header-text-rendering;*/
  margin-top: 0;
  /*margin-bottom: $header-margin-bottom;
    line-height: $header-lineheight;*/ }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    /*color: $header-small-font-color;
      line-height: 0;*/ }

/*********************
BREAKPOINTS
*********************/
.row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding: 0 15px; }
  .row .row {
    padding: 0; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: none; }
  .col-1.mobile-full,
  .col-2.mobile-full,
  .col-3.mobile-full,
  .col-4.mobile-full,
  .col-5.mobile-full,
  .col-6.mobile-full,
  .col-7.mobile-full,
  .col-8.mobile-full,
  .col-9.mobile-full,
  .col-10.mobile-full,
  .col-11.mobile-full,
  .col-12.mobile-full {
    padding-left: 0;
    padding-right: 0; }

.col-1 {
  width: 100%; }

.col-2 {
  width: 100%; }

.col-3 {
  width: 100%; }

.col-4 {
  width: 100%; }

.col-5 {
  width: 100%; }

.col-6 {
  width: 100%; }

.col-7 {
  width: 100%; }

.col-8 {
  width: 100%; }

.col-9 {
  width: 100%; }

.col-10 {
  width: 100%; }

.col-11 {
  width: 100%; }

.col-12 {
  width: 100%; }

@media (min-width: 1024px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left; }
    .col-1.mobile-full,
    .col-2.mobile-full,
    .col-3.mobile-full,
    .col-4.mobile-full,
    .col-5.mobile-full,
    .col-6.mobile-full,
    .col-7.mobile-full,
    .col-8.mobile-full,
    .col-9.mobile-full,
    .col-10.mobile-full,
    .col-11.mobile-full,
    .col-12.mobile-full {
      padding-left: 15px;
      padding-right: 15px; }
  .col-1 {
    width: 8.33333%; }
  .col-2 {
    width: 16.66667%; }
  .col-3 {
    width: 25%; }
  .col-4 {
    width: 33.33333%; }
  .col-5 {
    width: 41.66667%; }
  .col-6 {
    width: 50%; }
  .col-7 {
    width: 58.33333%; }
  .col-8 {
    width: 66.66667%; }
  .col-9 {
    width: 75%; }
  .col-10 {
    width: 83.33333%; }
  .col-11 {
    width: 91.66667%; }
  .col-12 {
    width: 100%; }
  .col-push-1 {
    left: 8.33333%; }
  .col-push-2 {
    left: 16.66667%; }
  .col-push-3 {
    left: 25%; }
  .col-push-4 {
    left: 33.33333%; }
  .col-push-5 {
    left: 41.66667%; }
  .col-push-6 {
    left: 50%; }
  .col-push-7 {
    left: 58.33333%; }
  .col-push-8 {
    left: 66.66667%; }
  .col-push-9 {
    left: 75%; }
  .col-push-10 {
    left: 83.33333%; }
  .col-push-11 {
    left: 91.66667%; }
  .col-push-12 {
    left: 100%; }
  .col-pull-1 {
    right: 8.33333%; }
  .col-pull-2 {
    right: 16.66667%; }
  .col-pull-3 {
    right: 25%; }
  .col-pull-4 {
    right: 33.33333%; }
  .col-pull-5 {
    right: 41.66667%; }
  .col-pull-6 {
    right: 50%; }
  .col-pull-7 {
    right: 58.33333%; }
  .col-pull-8 {
    right: 66.66667%; }
  .col-pull-9 {
    right: 75%; }
  .col-pull-10 {
    right: 83.33333%; }
  .col-pull-11 {
    right: 91.66667%; }
  .col-pull-12 {
    right: 100%; } }

.container, .container-full {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

@media (min-width: 1024px) {
  .container {
    width: 960px; } }

@font-face {
  font-family: 'IBMPlexSansLight';
  src: url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-light.eot");
  /* IE9 Compat Modes */
  src: url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-light.eot?#iefix") format("embedded-opentype"), url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-light.woff2") format("woff2"), url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-light.woff") format("woff"), url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-light.ttf") format("truetype"); }

@font-face {
  font-family: 'IBMPlexSansLightItalic';
  src: url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-italic.eot");
  /* IE9 Compat Modes */
  src: url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-italiceot?#iefix") format("embedded-opentype"), url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-italic.woff2") format("woff2"), url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-italic.woff") format("woff"), url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-italic.ttf") format("truetype"); }

@font-face {
  font-family: 'IBMPlexSansMedium';
  src: url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-medium.eot");
  /* IE9 Compat Modes */
  src: url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-medium.eot?#iefix") format("embedded-opentype"), url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-medium.woff2") format("woff2"), url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-medium.woff") format("woff"), url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-medium.ttf") format("truetype"); }

@font-face {
  font-family: 'IBMPlexSansMediumItalic';
  src: url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-italic.eot");
  /* IE9 Compat Modes */
  src: url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-italic.eot?#iefix") format("embedded-opentype"), url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-italic.woff2") format("woff2"), url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-italic.woff") format("woff"), url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-italic.ttf") format("truetype"); }

@font-face {
  font-family: 'IBMPlexSansBold';
  src: url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-bold.eot");
  /* IE9 Compat Modes */
  src: url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-bold.eot?#iefix") format("embedded-opentype"), url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-bold.woff2") format("woff2"), url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-bold.woff") format("woff"), url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-bold.ttf") format("truetype"); }

@font-face {
  font-family: 'IBMPlexSansItalic';
  src: url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-italic.eot");
  /* IE9 Compat Modes */
  src: url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-italic.eot?#iefix") format("embedded-opentype"), url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-italic.woff2") format("woff2"), url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-italic.woff") format("woff"), url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-italic.ttf") format("truetype"); }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

* {
  -webkit-tap-highlight-color: transparent; }

html,
body {
  padding: 0;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

a {
  color: #348ce7;
  text-decoration: none; }

img {
  border-style: none; }

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

body,
span {
  margin: 0;
  font-family: "IBMPlexSansLight", Helvetica, Arial, sans-serif;
  line-height: 23px;
  color: #333333;
  background-color: #ffffff; }

video {
  background: #FFF;
  width: 100%; }

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
  opacity: 0;
  pointer-events: none;
  width: 5px; }

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

li {
  line-height: 20px; }

.col_copy {
  line-height: 23px;
  -webkit-transition: font-size 0.25s linear;
  transition: font-size 0.25s linear;
  margin: 0;
  padding-bottom: 34px; }
  @media (min-width: 1600px) {
    .col_copy {
      font-size: 20px;
      line-height: 28px; } }
  .col_copy.bold {
    font-family: IBMPlexSansBold;
    padding-bottom: 10px; }
  .col_copy span {
    display: block;
    font-family: IBMPlexSansBold;
    padding-bottom: 20px; }
    @media (min-width: 1600px) {
      .col_copy span {
        font-size: 20px;
        line-height: 28px; } }
  .col_copy.kitchen-sink_quote_p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem; }

.white_copy {
  color: #fff; }

h1 {
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  margin-top: 0; }
  @media (min-width: 768px) {
    h1 {
      font-size: 34px;
      line-height: 40px; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 40px;
      line-height: 48px; } }
  @media (min-width: 1600px) {
    h1 {
      font-size: 44px;
      line-height: 52px; } }
  h1.large {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    line-height: 3.125rem; }
    @media (min-width: 1024px) {
      h1.large {
        font-size: 80px;
        font-size: 5rem;
        line-height: 90px;
        line-height: 5.625rem; } }
    @media (min-width: 1279px) {
      h1.large {
        font-size: 106px;
        font-size: 6.625rem;
        line-height: 120px;
        line-height: 7.5rem; } }

.no-margin {
  margin: 0 !important; }

.sub-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem; }

.section-padding {
  padding-top: 40px;
  padding-bottom: 0; }

.grey-bg {
  background-color: #f4f4f4; }

.electric-blue-bg {
  background-color: #5596e6; }

.mobile-only {
  display: block; }
  @media (min-width: 1024px) {
    .mobile-only {
      display: none; } }

button {
  background-color: transparent;
  border: none; }
  button:focus {
    outline: 0; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  -webkit-transition: all 0.5s linear 0.5s;
  transition: all 0.5s linear 0.5s;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .videoWrapper.fadeVideoIn {
    opacity: 1; }
  .videoWrapper iframe {
    position: absolute;
    top: 40%;
    left: 50%;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    width: 65%;
    height: 65%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -22.1%;
  padding-bottom: 43.3%;
  height: 0;
  overflow: hidden; }

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-container {
  position: relative;
  background-size: cover;
  padding: 0;
  cursor: pointer; }
  .video-container:hover .playbutton {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2); }

.pb-100 {
  padding-bottom: 200px; }

.padding_top_40 {
  padding-top: 40px !important; }

@media (min-width: 1024px) {
  .plr-40 {
    padding-left: 40px;
    padding-right: 40px; } }

.margin0 {
  margin: 0; }

.mobile .mobile-iframe-container {
  width: 70px;
  height: 60px; }
  .mobile .mobile-iframe-container:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 10px;
    border-color: transparent transparent transparent #348ce7;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    left: 37%;
    -webkit-transform: translate(-37%, -50%);
            transform: translate(-37%, -50%); }
  .mobile .mobile-iframe-container:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border: 2px solid #348ce7;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-radius: 50%; }
  .mobile .mobile-iframe-container iframe {
    width: 100%;
    height: 100%;
    opacity: 0; }

body {
  overflow: hidden; }

.full-img {
    width: 100%;
}
.wrapper {
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%; }
  .wrapper .youtube-mobile {
    z-index: -1; }
  .wrapper .landscape {
    z-index: 100;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    padding-left: 40px;
    padding-top: 30px;
    background: #FFF;
    color: #272727; }
    .wrapper .landscape h1 {
      margin-top: -10px; }
    .wrapper .landscape .img {
      background-image: url(../assets/images/mobile-landscape-icon.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 220px;
      height: 150px; }
    @media all and (max-device-width: 767px) and (orientation: landscape) {
      .wrapper .landscape {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.sprite {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: -1; }

.share {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 30px;
  background: white;
  cursor: pointer;
  z-index: 100; }

.contents {
  height: 100%;
  -webkit-filter: blur(0);
          filter: blur(0); }
  @media (min-width: 1024px) {
    .contents {
      -webkit-transition: -webkit-filter 0.3s ease-out;
      transition: -webkit-filter 0.3s ease-out;
      transition: filter 0.3s ease-out;
      transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out; } }
  .contents .section {
    z-index: 0;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute; }
    .contents .section.active {
      display: block; }
      .contents .section.active.zoomed {
        z-index: 0; }
    .contents .section.section1 .col_copy {
      max-width: 80%; }
  .contents.blurry {
    -webkit-filter: blur(10px);
            filter: blur(10px); }
    @media (min-width: 1024px) {
      .contents.blurry {
        -webkit-transition: -webkit-filter 0.1s ease-out 0s;
        transition: -webkit-filter 0.1s ease-out 0s;
        transition: filter 0.1s ease-out 0s;
        transition: filter 0.1s ease-out 0s, -webkit-filter 0.1s ease-out 0s; } }

.share-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media all and (max-device-width: 767px) and (orientation: landscape) {
    .share-btns {
      visibility: hidden; } }
  .share-btns a p {
    max-width: 100% !important;
    color: #348ce7;
    text-decoration: none;
    position: relative; }
    @media (min-width: 1024px) {
      .share-btns a p::after {
        position: absolute;
        top: 46%;
        left: 0;
        width: 100%;
        height: 1.5px;
        background: rgba(52, 140, 231, 0.5);
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translateY(10px);
                transform: translateY(10px); } }
  @media (min-width: 768px) {
    .share-btns a:hover p::after,
    .share-btns a:hover p::after {
      opacity: 1;
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px); } }
  .share-btns .action {
    margin-top: 0; }
    .share-btns .action:nth-child(even) {
      margin: 0 5px; }

/*********************
BREAKPOINTS
*********************/
.playbutton {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 17px;
  border-color: transparent transparent transparent #fff;
  cursor: pointer;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  overflow: visible; }
  .playbutton:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    border: 2px solid white;
    top: 50%;
    left: -51px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%; }
    @media (min-width: 1024px) {
      .playbutton:after {
        width: 120px;
        height: 120px;
        left: -75px; } }
  @media (min-width: 1024px) {
    .playbutton {
      border-width: 16px 0 16px 23px; } }
  .playbutton:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  .playbutton.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .playbutton.centered:hover {
      -webkit-transform: translate(-50%, -50%) scale(1.2);
              transform: translate(-50%, -50%) scale(1.2); }
  .playbutton.blue {
    border-color: transparent transparent transparent #348ce7; }
    .playbutton.blue:after {
      position: absolute;
      content: '';
      width: 55px;
      height: 55px;
      border: 2px solid #348ce7;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-73%, -50%);
              transform: translate(-73%, -50%);
      border-radius: 50%; }
      @media (min-width: 1024px) {
        .playbutton.blue:after {
          width: 60px;
          height: 60px; } }
    .playbutton.blue:hover {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }
  .playbutton.snapshot_playbutton {
    border-width: 9px 0 9px 14px;
    left: 30px; }
    .playbutton.snapshot_playbutton:after {
      left: 4px; }
    @media (min-width: 1024px) {
      .playbutton.snapshot_playbutton {
        border-width: 12px 0 12px 17px;
        left: 33px; } }

.quickview {
  background: white;
  height: 100vh; }
  .quickview .container-full {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    height: 100%;
    margin-bottom: 200px; }
    .quickview .container-full .video-container {
      cursor: pointer;
      height: 50%;
      margin-bottom: 100px; }
      @media (min-width: 768px) {
        .quickview .container-full .video-container {
          overflow: hidden; } }
      .quickview .container-full .video-container:hover .playbutton {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
                transform: translate(-50%, -50%) scale(1.2); }
      .quickview .container-full .video-container .embed-responsive {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin-top: 0;
        padding-bottom: 43.3%;
        height: 0;
        overflow: hidden; }
        .quickview .container-full .video-container .embed-responsive iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0; }
      .quickview .container-full .video-container.isPlaying .embed-responsive iframe {
        display: block; }
    .quickview .container-full .video-container-quickview {
      position: relative;
      background: url(../assets/images/section1/poster_frame_S.jpg) no-repeat;
      background-size: cover;
      padding: 0;
      cursor: pointer; }
      @media (min-width: 768px) {
        .quickview .container-full .video-container-quickview {
          height: 100%; } }
    .quickview .container-full .video_image {
      height: 200px;
      width: 100%; }
      @media (min-width: 480px) {
        .quickview .container-full .video_image {
          height: auto; } }
    .quickview .container-full .video__col {
      position: relative;
      text-align: left;
      -webkit-transition: -webkit-transform .25s ease-out;
      transition: -webkit-transform .25s ease-out;
      transition: transform .25s ease-out;
      transition: transform .25s ease-out, -webkit-transform .25s ease-out;
      padding-top: 20px;
      height: 200px; }
      @media (min-width: 1024px) {
        .quickview .container-full .video__col {
          height: auto; } }
    .quickview .container-full .video_col_p {
      cursor: pointer; }
    .quickview .container-full .intro-text {
      padding-top: 40px; }
      .quickview .container-full .intro-text .first {
        padding-bottom: 30px; }
    @media (min-width: 1024px) {
      .quickview .container-full {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: strecth;
            -ms-flex-align: strecth;
                align-items: strecth; }
        .quickview .container-full .video-container {
          height: 90%; }
        .quickview .container-full .video__col {
          height: auto; }
        .quickview .container-full .video_col_p {
          position: absolute;
          bottom: 0;
          cursor: pointer; } }

/*********************
BREAKPOINTS
*********************/
/*********************
BREAKPOINTS
*********************/
.snapshot-btns {
  visibility: hidden;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 60px;
  width: 190px;
  height: 50px;
  z-index: 100; }
  .snapshot-btns__btn {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer; }
  .snapshot-btns .prev:after,
  .snapshot-btns .next:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg id='arrows' data-name='arrows' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 138 70.57'%3E %3Cdefs%3E %3Cstyle%3E.arrows%7Bfill:%23fff;%7D%3C/style%3E %3C/defs%3E %3Ctitle%3Earrows%3C/title%3E %3Cpolygon class='arrows left' points='35.28 0 0 35.28 35.28 70.57 41.36 64.49 12.16 35.28 41.36 6.08 35.28 0'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 100%;
    height: 100%; }
  .snapshot-btns .next {
    right: 0; }
    .snapshot-btns .next:after {
      -webkit-transform: rotate(180deg) scale(0.5);
              transform: rotate(180deg) scale(0.5);
      top: 0;
      left: -7px; }
  .snapshot-btns .prev:after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    top: 0;
    left: 7px; }
  .snapshot-btns__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #348ce7; }
  .snapshot-btns__icon {
    position: absolute;
    color: white;
    font-size: 18px;
    top: 13px;
    left: 17px; }
  .snapshot-btns .close {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .snapshot-btns .close .snapshot-btns__bg {
      background-color: #f4f4f4; }
    .snapshot-btns .close .snapshot-btns__icon {
      color: #348ce7; }

.snapshot {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .snapshot .copy-above-cloud {
    color: red; }
  .snapshot .iframe-container {
    width: 70px;
    height: 60px; }
  .snapshot .info-panels {
    height: 100vh; }
    .snapshot .info-panels #site-title {
      line-height: 1.3em; }
    .snapshot .info-panels .trends-btn:hover {
      border-bottom: 1.5px solid rgba(52, 140, 231, 0.65);
      padding-bottom: .8px; }
    .snapshot .info-panels__mobile-btn {
      padding-top: 40px;
      position: absolute;
      visibility: hidden;
      width: 80%;
      cursor: pointer; }
      .snapshot .info-panels__mobile-btn p {
        text-decoration: underline;
        color: #348be7; }
    .snapshot .info-panels__main-panel {
      position: absolute;
      top: 40px;
      visibility: hidden;
      height: auto;
      max-width: 80%; }
      @media (min-width: 768px) {
        .snapshot .info-panels__main-panel {
          overflow: hidden;
          height: auto; } }
    .snapshot .info-panels__panel {
      visibility: hidden;
      position: absolute;
      max-width: 80%;
      top: 0; }
    .snapshot .info-panels .scroll {
      height: 225px;
      overflow-x: hidden;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
      .snapshot .info-panels .scroll .col_copy {
        padding-bottom: 30px;
        max-width: 100%; }
      @media (min-width: 768px) {
        .snapshot .info-panels .scroll {
          height: auto;
          overflow: hidden; } }
    .snapshot .info-panels .bottom-buttons {
      margin-top: 34px; }
      @media screen and (max-width: 320px) {
        .snapshot .info-panels .bottom-buttons {
          margin-top: 24px; } }
      @media (min-width: 1024px) {
        .snapshot .info-panels .bottom-buttons {
          margin-top: 0; } }
  .snapshot .button-holder {
    width: 70px;
    height: 60px;
    position: relative;
    margin-bottom: 52px;
    top: 17px; }
  .snapshot .bottom {
    background: white;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 75px;
    position: relative; }
    .snapshot .bottom .row {
      margin-bottom: 10%; }
      .snapshot .bottom .row .col-2 .col_copy {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 35px;
        line-height: 2.1875rem;
        padding-bottom: 40px; }
      .snapshot .bottom .row .col-3 .col_copy {
        font-size: 24px;
        line-height: 2rem; }
      .snapshot .bottom .row .pr {
        padding-right: 40px; }
  .snapshot.zoomed {
    overflow: hidden; }

/*********************
BREAKPOINTS
*********************/
/*********************
BREAKPOINTS
*********************/
.fullpicture .video {
  margin-top: 100px;
  margin-bottom: 40px; }

.fullpicture.active {
  background: #fff; }
  .fullpicture.active .content-wrapper {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 150px; }

.fullpicture iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.fullpicture .swiper-slide_video {
  cursor: pointer; }
  .fullpicture .swiper-slide_video p {
    display: none; }
  .fullpicture .swiper-slide_video .swiper-slide_video_cover {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #CCC; }
    .fullpicture .swiper-slide_video .swiper-slide_video_cover:hover .slide_video_cover_arrow {
      -webkit-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      -webkit-transform: scale(1.25);
              transform: scale(1.25); }
    .fullpicture .swiper-slide_video .swiper-slide_video_cover .slide_video_cover_arrow {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 35px;
      border-color: transparent transparent transparent #fff;
      border-left-style: solid;
      border-right-width: 0;
      position: absolute;
      top: calc(50% - 35px);
      left: calc(50% - 35px);
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 200ms ease-in;
      transition: all 200ms ease-in; }
      .fullpicture .swiper-slide_video .swiper-slide_video_cover .slide_video_cover_arrow:after {
        content: '';
        width: 100px;
        height: 100px;
        border: 2px solid white;
        position: absolute;
        top: calc(50% - 50px);
        left: calc(50% - 75px);
        border-radius: 50%; }

.fullpicture .trends .trend .video {
  position: relative;
  cursor: pointer; }
  .fullpicture .trends .trend .video img {
    display: block;
    width: 100%; }

@media (min-width: 1024px) {
  .fullpicture .trends .pt-undervid {
    padding-top: 100px; } }

.fullpicture .trends .pb {
  padding-bottom: 100px; }

.fullpicture .grey-bg-pb {
  padding-bottom: 70px; }

.fullpicture .fullpicture__bottom .row {
  padding-bottom: 50px; }

.thewholestory {
  height: 100%; }
  .thewholestory ul, .thewholestory ol {
    padding-bottom: 34px !important; }
    .thewholestory ul.exception, .thewholestory ol.exception {
      padding-bottom: 0px !important; }
  .thewholestory .title {
    margin-bottom: 20px; }
  .thewholestory .content-wrapper {
    padding-top: 40px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 50px) !important; }
  .thewholestory .flex-centered-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .thewholestory .flex-centered-col img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .thewholestory p {
    line-height: 1.7em; }
  .thewholestory li {
    line-height: 1.7em; }
  .thewholestory .bold {
    font-weight: bolder; }
  .thewholestory .arrow {
    margin: 50px auto auto;
    display: block; }
  .thewholestory .kitchen-sink_video {
    cursor: pointer;
    padding: 43.3% 0 0 0;
    margin-bottom: 40px; }
    .thewholestory .kitchen-sink_video:hover .playbutton {
      -webkit-transform: translate(-50%, -50%) scale(1.2);
              transform: translate(-50%, -50%) scale(1.2); }
    .thewholestory .kitchen-sink_video .embed-responsive iframe {
      display: none; }
    .thewholestory .kitchen-sink_video.isPlaying .embed-responsive iframe {
      display: block;
      z-index: 1; }
  .thewholestory .video_image {
    width: 100%;
    height: auto; }
  @media (min-width: 1024px) {
    .thewholestory .container-full {
      height: 90%; } }
  .thewholestory .kitchen-sink_quote {
    padding-top: 40px; }
    .thewholestory .kitchen-sink_quote.pb50 {
      padding-bottom: 50px; }
    .thewholestory .kitchen-sink_quote.pb35 {
      padding-bottom: 35px; }
    .thewholestory .kitchen-sink_quote.pb60 {
      padding-bottom: 70px; }
    .thewholestory .kitchen-sink_quote span {
      margin-top: 20;
      margin-right: 0;
      margin-bottom: 20;
      margin-left: 0;
      display: block; }
    .thewholestory .kitchen-sink_quote .kitchen-sink_quote_p {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 35px;
      line-height: 2.1875rem;
      font-weight: 600; }
  .thewholestory .kitchensink-aside_p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem; }
  @media (max-width: 1024px) {
    .thewholestory img.graph {
      margin: 0 auto;
      display: block; } }
  @media (max-width: 768px) {
    .thewholestory img.graph {
      width: 75%; } }
  @media (max-width: 414px) {
    .thewholestory img.graph {
      width: 100%; } }
  .thewholestory #how-to-execute {
    display: grid;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    grid-column-gap: 2%; }
    .thewholestory #how-to-execute .col {
      color: #fff;
      font-weight: bold;
      padding: 10px 0 30px; }
      .thewholestory #how-to-execute .col:nth-child(1) {
        background-color: #00aad3; }
      .thewholestory #how-to-execute .col:nth-child(2) {
        background-color: #0085b7; }
      .thewholestory #how-to-execute .col:nth-child(3) {
        background-color: #006197; }
      .thewholestory #how-to-execute .col:nth-child(4) {
        background-color: #003b64; }
      .thewholestory #how-to-execute .col h5 {
        margin-top: 0;
        font-size: 1.1em;
        margin: 0px 10px 20px; }
      .thewholestory #how-to-execute .col p {
        font-size: .8em;
        margin: 0 10px; }
    @media (max-width: 414px) {
      .thewholestory #how-to-execute {
        display: inline; }
        .thewholestory #how-to-execute .col {
          margin-bottom: 15px; } }
  .thewholestory #how-to-execute-2 {
    display: grid;
    grid-template-columns: 40% 60%; }
    .thewholestory #how-to-execute-2 .cell {
      padding: 15px 0;
      margin-bottom: 2.5px; }
      .thewholestory #how-to-execute-2 .cell:nth-child(-n+2) {
        margin-bottom: 0; }
    .thewholestory #how-to-execute-2 .left {
      background-color: #f4f4f4; }
      .thewholestory #how-to-execute-2 .left:nth-child(1) {
        background-color: #0086b8;
        color: #fff; }
    .thewholestory #how-to-execute-2 .right.title {
      background-color: #003c65;
      color: #fff; }
    .thewholestory #how-to-execute-2 p {
      margin: auto 30px; }
  .thewholestory .row-margin-top {
    margin-top: 70px; }
  .thewholestory .row-margin-top-less {
    margin-top: 25px; }
  .thewholestory .kitchen-bottom {
    padding: 35px 0 100px;
    background-color: #348ce7; }
    .thewholestory .kitchen-bottom p, .thewholestory .kitchen-bottom a {
      color: #fff; }
  .thewholestory hr {
    width: 90px;
    margin-top: 50px;
    margin-right: 0;
    margin-bottom: 50px;
    margin-left: 0; }

#nav-disable {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #FFF;
  height: 50px;
  width: 100%;
  z-index: 2000;
  opacity: 0.4; }
  #nav-disable.disable {
    display: block; }

.scroll-to-top {
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 0;
  display: none;
  -webkit-transition: all .25s linear .3s;
  transition: all .25s linear .3s;
  opacity: 0; }
  @media (min-width: 768px) {
    .scroll-to-top {
      right: 25px; } }
  @media all and (max-device-width: 767px) and (orientation: landscape) {
    .scroll-to-top {
      visibility: hidden; } }
  .scroll-to-top button {
    display: block; }
  .scroll-to-top .scroll-btn {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-color: #348ce7;
    position: relative;
    cursor: pointer; }
    .scroll-to-top .scroll-btn:hover {
      opacity: .85; }
    .scroll-to-top .scroll-btn:before {
      content: '';
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg id='arrows' data-name='arrows' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 138 70.57'%3E %3Cdefs%3E %3Cstyle%3E.arrows%7Bfill:%23fff;%7D%3C/style%3E %3C/defs%3E %3Ctitle%3Earrows%3C/title%3E %3Cpolygon class='arrows left' points='35.28 0 0 35.28 35.28 70.57 41.36 64.49 12.16 35.28 41.36 6.08 35.28 0'/%3E %3C/svg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      width: 100%;
      height: 100%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -30%) rotate(90deg) scale(0.5);
              transform: translate(-50%, -30%) rotate(90deg) scale(0.5); }

.scroll-to-top.fadeIn {
  display: block;
  opacity: 1;
  -webkit-transition: all .25s linear .3s;
  transition: all .25s linear .3s; }
  .scroll-to-top.fadeIn.noDelay {
    -webkit-transition: opacity .25s linear 0s;
    transition: opacity .25s linear 0s; }

.scroll-to-top.fadeOut {
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear; }

*:focus {
  outline: none;
  background: transparent; }

.debug {
  background: rgba(0, 0, 0, 0.2); }

.footer-nav,
.header-nav {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  height: auto;
  background: rgba(255, 255, 255, 0.85);
  -webkit-transition: -webkit-transform 0.75s;
  transition: -webkit-transform 0.75s;
  transition: transform 0.75s;
  transition: transform 0.75s, -webkit-transform 0.75s; }

.footer-nav.hide {
  -webkit-transform: translateY(110%);
          transform: translateY(110%); }

.header-nav.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.header-nav {
  top: 0; }

.footer-nav {
  bottom: 0; }

@-webkit-keyframes pulse-outer {
  0% {
    opacity: 0.5;
    width: 20px;
    height: 20px; }
  100% {
    opacity: 0;
    width: 40px;
    height: 40px; } }

@keyframes pulse-outer {
  0% {
    opacity: 0.5;
    width: 20px;
    height: 20px; }
  100% {
    opacity: 0;
    width: 40px;
    height: 40px; } }

@-webkit-keyframes pulse-inner {
  0% {
    opacity: 0.5;
    width: 20px;
    height: 20px; }
  100% {
    opacity: 0;
    width: 6px;
    height: 6px; } }

@keyframes pulse-inner {
  0% {
    opacity: 0.5;
    width: 20px;
    height: 20px; }
  100% {
    opacity: 0;
    width: 6px;
    height: 6px; } }

.section-slider {
  position: relative;
  height: 50px;
  width: 100%;
  margin: 0 auto;
  max-width: 750px; }
  .section-slider .slider-btn-next,
  .section-slider .slider-btn-prev {
    position: absolute;
    width: 65px;
    height: 100%;
    top: 0;
    font-size: 14px;
    line-height: 15px;
    color: #272727;
    text-align: center;
    cursor: pointer;
    -webkit-transition: color 0.25s;
    transition: color 0.25s; }
    .section-slider .slider-btn-next:before,
    .section-slider .slider-btn-prev:before {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .section-slider .slider-btn-next.end, .section-slider .slider-btn-next.start,
    .section-slider .slider-btn-prev.end,
    .section-slider .slider-btn-prev.start {
      color: #a3a4a3; }
    @media only screen and (max-width: 500px) {
      .section-slider .slider-btn-next,
      .section-slider .slider-btn-prev {
        font-size: 13px; } }
  .section-slider .slider-btn-prev {
    left: 0; }
    @media (min-width: 1024px) {
      .section-slider .slider-btn-prev {
        left: -15px; } }
    .section-slider .slider-btn-prev:before {
      content: "Less"; }
      @media (min-width: 1024px) {
        .section-slider .slider-btn-prev:before {
          content: "Less info"; } }
  .section-slider .slider-btn-next {
    right: 0; }
    @media (min-width: 1024px) {
      .section-slider .slider-btn-next {
        right: -15px; } }
    .section-slider .slider-btn-next:before {
      content: "More"; }
      @media (min-width: 1024px) {
        .section-slider .slider-btn-next:before {
          content: "More info"; } }
  .section-slider .slider-range {
    position: absolute;
    top: 0;
    right: 50px;
    left: 50px;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .section-slider .slider-range .slider-handle {
      position: absolute;
      z-index: 10;
      width: 50px;
      height: 100%; }
      .section-slider .slider-range .slider-handle:before {
        content: '';
        position: absolute;
        background-color: #348ce7;
        background-image: url("data:image/svg+xml,%3Csvg id='arrows' data-name='arrows' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 138 70.57'%3E %3Cdefs%3E %3Cstyle%3E.arrows%7Bfill:%23fff;%7D%3C/style%3E %3C/defs%3E %3Ctitle%3Earrows%3C/title%3E %3Cpolygon class='arrows left' points='35.28 0 0 35.28 35.28 70.57 41.36 64.49 12.16 35.28 41.36 6.08 35.28 0'/%3E %3Cpolygon class='arrows right' points='102.17 0 138 35.28 102.17 70.57 96 64.49 125.65 35.28 96 6.08 102.17 0'/%3E %3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 50%;
        width: 100%;
        height: 100%;
        -webkit-transition: background-size 0.25s, -webkit-transform 0.25s;
        transition: background-size 0.25s, -webkit-transform 0.25s;
        transition: transform 0.25s, background-size 0.25s;
        transition: transform 0.25s, background-size 0.25s, -webkit-transform 0.25s; }
      .section-slider .slider-range .slider-handle:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 50%;
        background-color: #348ce7;
        opacity: 0;
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s;
        -webkit-transform-origin: right center;
                transform-origin: right center;
        -webkit-transform: scale(0.8, 0.8);
                transform: scale(0.8, 0.8); }
      .section-slider .slider-range .slider-handle.start:after {
        opacity: 0.5; }
      .section-slider .slider-range .slider-handle.end:after {
        -webkit-transform: scale(-0.8, -0.8);
                transform: scale(-0.8, -0.8);
        opacity: 0.5; }
    .section-slider .slider-range .slider-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 100%;
      width: 100%; }
      .section-slider .slider-range .slider-track .slider-tick {
        position: relative;
        z-index: 1;
        width: 7.69%;
        height: 100%; }
        .section-slider .slider-range .slider-track .slider-tick:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          width: 6px;
          height: 1px;
          background: #348ce7;
          opacity: 0.75;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
          transition: opacity 0.25s, -webkit-transform 0.25s;
          transition: transform 0.25s, opacity 0.25s;
          transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s; }
        .section-slider .slider-range .slider-track .slider-tick.anchor {
          width: 50px;
          min-width: 50px;
          cursor: pointer; }
          .section-slider .slider-range .slider-track .slider-tick.anchor:before {
            height: 6px; }
          .section-slider .slider-range .slider-track .slider-tick.anchor.hilite:before {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            -webkit-transition: none;
            transition: none;
            -webkit-animation: 'pulse-inner' 1s infinite ease-out;
                    animation: 'pulse-inner' 1s infinite ease-out; }
          .section-slider .slider-range .slider-track .slider-tick.anchor.hilite:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #348ce7;
            opacity: 0.5;
            -webkit-transition: none;
            transition: none;
            -webkit-animation: 'pulse-outer' 1s infinite ease-out;
                    animation: 'pulse-outer' 1s infinite ease-out; }
          .section-slider .slider-range .slider-track .slider-tick.anchor.select:before {
            opacity: 1;
            -webkit-transform: translate(-50%, -50%) scale(1.5, 1.5);
                    transform: translate(-50%, -50%) scale(1.5, 1.5); }
      .section-slider .slider-range .slider-track[data-items="3"] .slider-tick {
        width: 11.11%; }
      .section-slider .slider-range .slider-track[data-items="4"] .slider-tick {
        width: 7.69%; }
      .section-slider .slider-range .slider-track[data-items="5"] .slider-tick {
        width: 5.88%; }
    .section-slider .slider-range.active .slider-handle:before {
      -webkit-transform: scale(0.9, 0.9);
              transform: scale(0.9, 0.9);
      background-size: 55%; }
    .section-slider .slider-range.active .slider-track .slider-tick:before {
      opacity: 1; }
    @media only screen and (max-width: 768px) {
      .section-slider .slider-range .slider-track[data-items="3"] .slider-tick:nth-child(4n+2):before {
        left: 30%; }
      .section-slider .slider-range .slider-track[data-items="3"] .slider-tick:nth-child(4n+4):before {
        left: 70%; }
      .section-slider .slider-range .slider-track[data-items="4"] .slider-tick:nth-child(4n+2):before {
        left: -3px; }
      .section-slider .slider-range .slider-track[data-items="4"] .slider-tick:nth-child(4n+4):before {
        left: calc(100% + 3px); }
      .section-slider .slider-range .slider-track[data-items="5"] .slider-tick:nth-child(4n+2):before {
        left: -8px; }
      .section-slider .slider-range .slider-track[data-items="5"] .slider-tick:nth-child(4n+4):before {
        left: calc(100% + 8px); }
      .section-slider .slider-range .slider-handle:before {
        height: 200%;
        background-position: 50% 21%; }
      .section-slider .slider-range .slider-handle:after {
        height: 200%;
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
        transition: opacity 0.25s, -webkit-transform 0.25s;
        transition: transform 0.25s, opacity 0.25s;
        transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s; }
      .section-slider .slider-range .slider-handle.end:after {
        left: 25px;
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 0.5; }
      .section-slider .slider-range.active .slider-handle:before {
        -webkit-transform: translateY(-50px);
                transform: translateY(-50px); }
      .section-slider .slider-range.active .slider-handle:after {
        -webkit-transform: translateY(-50px);
                transform: translateY(-50px); } }
    @media only screen and (max-width: 411px) {
      .section-slider .slider-range .slider-track[data-items="3"] .slider-tick:nth-child(4n+2):before {
        left: 15%; }
      .section-slider .slider-range .slider-track[data-items="3"] .slider-tick:nth-child(4n+4):before {
        left: 85%; }
      .section-slider .slider-range .slider-track[data-items="4"] .slider-tick:nth-child(4n+2):before {
        left: -6px; }
      .section-slider .slider-range .slider-track[data-items="4"] .slider-tick:nth-child(4n+4):before {
        left: calc(100% + 6px); }
      .section-slider .slider-range .slider-track[data-items="5"] .slider-tick:nth-child(4n+2):before {
        left: -10px; }
      .section-slider .slider-range .slider-track[data-items="5"] .slider-tick:nth-child(4n+4):before {
        left: calc(100% + 10px); } }
    @media only screen and (max-width: 359px) {
      .section-slider .slider-range .slider-track[data-items="3"] .slider-tick:nth-child(4n+2):before {
        left: -3px; }
      .section-slider .slider-range .slider-track[data-items="3"] .slider-tick:nth-child(4n+4):before {
        left: calc(100% + 3px); }
      .section-slider .slider-range .slider-track[data-items="4"] .slider-tick:nth-child(4n+2):before {
        left: -11px; }
      .section-slider .slider-range .slider-track[data-items="4"] .slider-tick:nth-child(4n+4):before {
        left: calc(100% + 11px); }
      .section-slider .slider-range .slider-track[data-items="5"] .slider-tick:nth-child(4n+2):before {
        left: -10px; }
      .section-slider .slider-range .slider-track[data-items="5"] .slider-tick:nth-child(4n+4):before {
        left: calc(100% + 10px); } }

/*********************
BREAKPOINTS
*********************/
.close-btn {
  visibility: hidden;
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 50px;
  left: 50%;
  bottom: 9%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 5; }
  .close-btn__icon {
    position: absolute;
    font-size: 18px;
    top: 13px;
    left: 17px;
    color: #FFF; }
  .close-btn__bg {
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #348ce7; }

.site-overlay {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  display: none;
  opacity: 0;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8); }
  .site-overlay.white {
    background: white; }
  .site-overlay.showing {
    display: block;
    opacity: 1; }
  .site-overlay .site-overlay-title {
    width: 90%;
    max-width: 600px;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 34px; }
  .site-overlay .site-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .site-overlay .site-overlay-content .video-section {
      width: 75%;
      height: auto;
      margin: 0 auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .site-overlay .site-overlay-content .video-section .col_copy {
        margin-left: 15px;
        padding-bottom: 15px; }
    .site-overlay .site-overlay-content #youtube .embed-responsive {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      margin-top: -22.1%;
      /* video height / video width */
      padding-bottom: 43.3%;
      height: 0;
      overflow: hidden; }
      .site-overlay .site-overlay-content #youtube .embed-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .site-overlay .site-overlay-content .share-section {
      width: 90%;
      max-width: 600px;
      height: 200px;
      margin: 25% auto auto; }
      @media (max-width: 768px) {
        .site-overlay .site-overlay-content .share-section {
          margin: 50% auto auto; } }
      .site-overlay .site-overlay-content .share-section .share-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer; }
        .site-overlay .site-overlay-content .share-section .share-icons .share-icon {
          margin-right: 35px; }
  .site-overlay .close-btn {
    visibility: visible;
    bottom: 3%; }

/*********************
BREAKPOINTS
*********************/
.loading-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff; }
  .loading-screen__wrapper {
    opacity: 0;
    overflow: visible;
    margin: 28px auto; }
  .loading-screen__title {
    margin-top: 3px; }
    .loading-screen__title h1 {
      width: 350px;
      margin: 0; }
  .loading-screen__icon-container {
    position: fixed;
    bottom: 0px; }
    .loading-screen__icon-container #loading-icon {
      width: 50px;
      height: 50px;
      background-color: #348ce7;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .loading-screen__icon-container #loading-icon .dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #fff;
        margin: auto 2.5px; }
        @media (max-width: 414px) {
          .loading-screen__icon-container #loading-icon .dot {
            width: 7px;
            height: 7px;
            border-radius: 3.5px; } }
      .loading-screen__icon-container #loading-icon span {
        position: absolute;
        left: 75px;
        font-size: 14px;
        background-color: transparent; }
  .loading-screen.below {
    z-index: -1; }

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