@font-face {
  font-family: 'FoundersGroteskXSemiBold';
  src: url("../tour/fonts/Founders Grotesk - X-Condensed SmBd.otf"); }

@font-face {
  font-family: "FoundersGroteskRegular";
  src: url("../tour/fonts/Founders Grotesk - Regular.otf"); }

@font-face {
  font-family: "FoundersGroteskMedium";
  src: url("../tour/fonts/Founders Grotesk - Medium.otf"); }

@font-face {
  font-family: "FoundersGroteskXMedium";
  src: url("../tour/fonts/Founders Grotesk - X-Condensed Med.otf"); }

@font-face {
  font-family: "FoundersGroteskCondensedRegular";
  src: url("../tour/fonts/Founders Grotesk - Condensed Reg.otf"); }

@font-face {
  font-family: "FoundersGroteskCondensedMedium";
  src: url("../tour/fonts/Founders Grotesk - Condensed Med.otf"); }

@font-face {
  font-family: "FoundersGroteskSemiBold";
  src: url("../tour/fonts/Founders Grotesk - Semibold.otf"); }

@font-face {
  font-family: "FoundersGroteskCondensedSemiBold";
  src: url("../tour/fonts/Founders Grotesk - Condensed SmBd.otf"); }

.copymodal {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 24px;
  position: absolute;
  height: 100%;
  width: 100%; }
  .copymodal__mask {
    background: #1b1b1b;
    height: 100%;
    opacity: 0.75;
    position: absolute;
    width: 100%; }
  .copymodal__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 600px;
    position: absolute;
    text-align: left;
    width: 80%; }
  .copymodal__content {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    height: auto;
    justify-content: center;
    line-height: 24px;
    max-height: calc(100% - 100px);
    padding: 0px 20px;
    width: 100%; }
    @media (min-width: 1025px) {
      .copymodal__content--video {
        height: 42.22vw;
        width: 75vw; } }
    @media (max-width: 1024px) {
      .copymodal__content--video {
        height: 56.25vw;
        width: 100vw; } }
    .copymodal__content a {
      text-decoration: underline; }
    .copymodal__content img {
      max-width: 100%; }
  .copymodal__innercontent--centered {
    text-align: center; }
  .copymodal__button {
    margin-top: 20px !important; }
  .copymodal h1 {
    text-align: center; }

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

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

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

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

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

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

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

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

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

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

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

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

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

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

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

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

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

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

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

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

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

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

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

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

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

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

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

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

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

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

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

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

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

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

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

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

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

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

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

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

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

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

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

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

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

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

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

html.os-html, html.os-html > .os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important; }

html.os-html > .os-host > .os-padding {
  position: absolute; }

body.os-dragging, body.os-dragging * {
  cursor: default; }

.os-host, .os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start; }

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important; }

.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.os-host-flexbox > .os-size-auto-observer, .os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px; }

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0; }

#os-dummy-scrollbar-size, .os-viewport {
  -ms-overflow-style: scrollbar !important; }

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size, .os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important; }

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar, .os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar, .os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner, .os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  background: 0 0 !important; }

.os-content-glue {
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.os-padding {
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 1; }

.os-host-overflow > .os-padding {
  overflow: hidden; }

.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: 0 !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none; }

.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible; }

.os-content:before, .os-content:after {
  content: '';
  display: table;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0; }

.os-content > .os-textarea {
  box-sizing: border-box !important;
  direction: inherit !important;
  background: 0 0 !important;
  outline: 0 transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: 0 !important;
  resize: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0; }

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important; }

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none; }

.os-content > .os-textarea[wrap=off] {
  white-space: pre !important;
  margin: 0 !important; }

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text; }

.os-resize-observer, .os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box; }

.os-resize-observer-host:after {
  content: ''; }

.os-resize-observer-host > .os-resize-observer, .os-resize-observer-host:after {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  box-sizing: content-box; }

.os-resize-observer.observed, object.os-resize-observer {
  box-sizing: border-box !important; }

.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0; }

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px; }

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important; }

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important; }

.os-resize-observer {
  -webkit-animation-duration: .001s;
  animation-duration: .001s;
  -webkit-animation-name: hs-resize-observer-dummy-animation;
  animation-name: hs-resize-observer-dummy-animation; }

.os-host-transition > .os-scrollbar, .os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity .3s,visibility .3s,top .3s,right .3s,bottom .3s,left .3s;
  transition: opacity .3s,visibility .3s,top .3s,right .3s,bottom .3s,left .3s; }

html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  z-index: 999999; }

.os-scrollbar, .os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  z-index: 1; }

.os-scrollbar-corner {
  bottom: 0;
  right: 0; }

.os-scrollbar {
  pointer-events: none; }

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: 0 !important; }

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%; }

.os-scrollbar-handle-off, .os-scrollbar-track-off {
  pointer-events: none; }

.os-scrollbar.os-scrollbar-unusable, .os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important; }

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important; }

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0; }

.os-scrollbar-vertical {
  top: 0;
  right: 0; }

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0; }

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0; }

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0; }

.os-scrollbar-auto-hidden, .os-padding + .os-scrollbar-corner, .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner, .os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal, .os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner, .os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical, .os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner, .os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner, .os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize; }

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize; }

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize; }

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize; }

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default; }

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0; }

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal, .os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0; }

.os-scrollbar:hover, .os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important; }

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important; }

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.os-host-overflow {
  overflow: hidden !important; }

@-webkit-keyframes hs-resize-observer-dummy-animation {
  0% {
    z-index: 0; }
  to {
    z-index: -1; } }

@keyframes hs-resize-observer-dummy-animation {
  0% {
    z-index: 0; }
  to {
    z-index: -1; } }

.os-theme-none > .os-scrollbar-horizontal, .os-theme-none > .os-scrollbar-vertical, .os-theme-none > .os-scrollbar-corner {
  display: none !important; }

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px; }

.os-theme-dark > .os-scrollbar-horizontal, .os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px; }

.os-theme-dark > .os-scrollbar-vertical, .os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px; }

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal, .os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0; }

.os-theme-dark > .os-scrollbar-corner, .os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px; }

.os-theme-dark > .os-scrollbar-corner, .os-theme-light > .os-scrollbar-corner {
  background-color: transparent; }

.os-theme-dark > .os-scrollbar, .os-theme-light > .os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: 0 0; }

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable, .os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: 0 0; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track, .os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: 0 0; }

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px; }

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px; }

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color .3s;
  transition: background-color .3s; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-dark > .os-scrollbar > .os-scrollbar-track, .os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4); }

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4); }

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55); }

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55); }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7); }

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7); }

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block; }

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none; }

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px; }

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px; }

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px; }

/*
os-theme-minimal-light
*/
.os-theme-minimal-light > .os-scrollbar {
  padding: 0px; }

.os-theme-minimal-light > .os-scrollbar-horizontal {
  right: 16px;
  height: 16px; }

.os-theme-minimal-light > .os-scrollbar-vertical {
  bottom: 16px;
  width: 16px; }

.os-theme-minimal-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 16px;
  right: 0; }

.os-theme-minimal-light > .os-scrollbar-corner {
  height: 16px;
  width: 16px;
  background-color: transparent; }

.os-theme-minimal-light > .os-scrollbar > .os-scrollbar-track,
.os-theme-minimal-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: transparent; }

.os-theme-minimal-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0.48;
  border-radius: 10px; }

.os-theme-minimal-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:hover:before {
  opacity: 0.68; }

.os-theme-minimal-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active:before {
  opacity: 0.7; }

.os-theme-minimal-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 15px; }

.os-theme-minimal-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 15px; }

.os-theme-minimal-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:before {
  height: 6px;
  bottom: 0;
  top: auto; }

.os-theme-minimal-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
  width: 6px;
  right: 0;
  left: auto; }

.os-theme-minimal-light.os-host-rtl > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
  left: 0;
  right: auto; }

.os-theme-minimal-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:hover:before,
.os-theme-minimal-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle.active:before {
  height: 100%; }

.os-theme-minimal-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:hover:before,
.os-theme-minimal-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle.active:before {
  width: 100%; }

.os-theme-minimal-light.os-host-transition > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:before {
  transition: opacity 0.3s, height 0.3s; }

.os-theme-minimal-light.os-host-transition > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
  transition: opacity 0.3s, width 0.3s; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  padding: 0px; }

html {
  height: 100%; }

body {
  background-color: #FFB36D;
  color: #FFF;
  font-family: "FoundersGroteskRegular";
  font-weight: normal;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0; }

a {
  color: #FFF;
  text-decoration: none; }

iframe {
  height: 100%;
  width: 100%; }

h1, h2 {
  font-weight: normal; }

input:focus {
  outline: none; }

.disabled {
  pointer-events: none; }

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

.fullscreen {
  height: 100%;
  position: absolute;
  width: 100%; }

.video-container-ar-169 {
  padding-bottom: 56.25%;
  position: relative; }

.video-ar {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

@media (max-width: 1024px) {
  .desktop-only {
    display: none !important; } }

@media (min-width: 1025px) {
  .mobile-only {
    display: none !important; } }

.pointer {
  cursor: pointer !important;
  pointer-events: all !important; }

.nav-element {
  transition: opacity 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  .nav-element--disabled {
    opacity: 0.5;
    pointer-events: none; }

.bc-nav {
  align-items: center;
  cursor: default;
  display: flex;
  flex-direction: row;
  font-family: "FoundersGroteskCondensedSemiBold";
  font-size: 16px;
  line-height: 18px;
  pointer-events: all;
  text-transform: uppercase;
  z-index: 1; }
  @media (min-width: 1025px) {
    .bc-nav {
      margin: 8px 0px 16px; } }
  .bc-nav__back {
    cursor: pointer;
    margin-right: 10px; }
    .bc-nav__back--disabled {
      display: none; }
  .bc-nav__path {
    margin-top: 2px;
    width: 100%; }
  .bc-nav__section {
    cursor: pointer; }
    .bc-nav__section--empty {
      cursor: default;
      pointer-events: none; }
    .bc-nav__section--home {
      cursor: default;
      pointer-events: none; }
      @media (min-width: 1025px) {
        .bc-nav__section--home {
          margin-right: 8px; } }
      @media (max-width: 1024px) {
        .bc-nav__section--home {
          margin-right: 4px; } }
    .bc-nav__section--last {
      display: none; }
    .bc-nav__section img {
      pointer-events: none; }
    .bc-nav__section:hover {
      text-decoration: underline; }
  @media (min-width: 1025px) {
    .bc-nav__separator {
      margin: 0px 10px; } }
  @media (max-width: 1024px) {
    .bc-nav__separator {
      margin: 0px 8px; } }
  .bc-nav__separator--first, .bc-nav__separator--last {
    display: none; }
  .bc-nav__separator:last-of-type {
    display: none; }

.button {
  background: #FFB36D;
  background: linear-gradient(to right, #56607A 50%, #FFB36D 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #FFF;
  cursor: pointer;
  display: table;
  font-family: "FoundersGroteskMedium";
  font-size: 12px;
  line-height: 29px;
  padding: 8px 40px 4px;
  pointer-events: all;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
  .button:hover {
    animation: background-on 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards; }
  .button--animation-ready {
    animation: background-off 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards; }

.copyright {
  bottom: 48px;
  font-family: "FoundersGroteskRegular";
  font-size: 14px;
  line-height: 29px;
  opacity: 0.6;
  position: absolute;
  right: -36px;
  transform: rotate(-90deg);
  transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: opacity;
  z-index: 3; }
  .copyright:hover {
    opacity: 1; }

.gui-pano {
  height: 100%;
  display: none;
  width: 100%; }
  .gui-pano--hidden {
    display: none; }

.gui-stage {
  background: #FFF;
  box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.25);
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: 100%; }

.gui-static {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1; }
  .gui-static__bottom-shadow {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    bottom: 0px;
    height: 330px;
    position: absolute;
    width: 100%; }

.hotspot-v2 {
  height: 60px;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  width: 60px; }
  .hotspot-v2__icon {
    display: flex;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: 2; }
    .hotspot-v2__icon img {
      height: 20px;
      width: 20px; }
  .hotspot-v2__shape-1 {
    background: #FFB36D;
    border-radius: 50%;
    height: 60px;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    width: 60px;
    z-index: 2; }
  .hotspot-v2__subtitle {
    color: #57617A;
    font-family: "FoundersGroteskCondensedMedium";
    font-size: 16px;
    left: 72px;
    line-height: 17px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    white-space: nowrap; }
    .hotspot-v2__subtitle img {
      margin-right: 5px; }
  .hotspot-v2__title {
    color: #57617A;
    font-family: "FoundersGroteskCondensedMedium";
    font-size: 20px;
    left: 72px;
    line-height: 22px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    text-align: center;
    text-transform: uppercase;
    top: 26px;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    white-space: nowrap; }
  .hotspot-v2__title-container {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 179, 109, 0.5);
    border-radius: 200px;
    box-sizing: border-box;
    height: 60px;
    left: 0px;
    position: absolute;
    pointer-events: none;
    top: 0px;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    width: 60px;
    overflow: hidden; }
  .hotspot-v2:hover .hotspot-v2__subtitle, .hotspot-v2--opened .hotspot-v2__subtitle, .hotspot-v2--tapped .hotspot-v2__subtitle {
    opacity: 1;
    pointer-events: all; }
  .hotspot-v2:hover .hotspot-v2__title, .hotspot-v2--opened .hotspot-v2__title, .hotspot-v2--tapped .hotspot-v2__title {
    opacity: 1;
    pointer-events: all; }
  .hotspot-v2:hover .hotspot-v2__title-container, .hotspot-v2--opened .hotspot-v2__title-container, .hotspot-v2--tapped .hotspot-v2__title-container {
    pointer-events: all; }
  .hotspot-v2--minified {
    transform: scale(0.01); }

.mapspot {
  height: 56px;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  width: 56px; }
  .mapspot__icon {
    display: flex;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: 2; }
  .mapspot__shape-1 {
    background: #57617A;
    border: 2px solid #FFF;
    border-radius: 50%;
    height: 56px;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    width: 56px;
    z-index: 2; }
  .mapspot__shape-2 {
    background: #FFF;
    border-radius: 80px;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    width: 20px;
    z-index: 1; }
    @media (max-width: 1024px) {
      .mapspot__shape-2 {
        display: none; } }
  .mapspot__title {
    color: #57617A;
    font-family: "FoundersGroteskMedium";
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px;
    opacity: 0;
    padding: 10px 12px;
    pointer-events: none;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    white-space: nowrap; }
  .mapspot:hover .mapspot__icon {
    transform: scale(1.2); }
  .mapspot:hover .mapspot__shape-1 {
    transform: scale(0.8); }
  .mapspot:hover .mapspot__title {
    opacity: 1; }
  .mapspot--minified {
    transform: scale(0.01); }

.info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  text-align: left;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 1; }
  @media (min-width: 1025px) {
    .info {
      bottom: 32px;
      left: 38px;
      width: 100%; } }
  @media (max-width: 1024px) {
    .info {
      bottom: 12px;
      left: 16px;
      width: calc(100% - 32px); } }
  .info--hidden {
    opacity: 0; }
  .info__description {
    font-family: "FoundersGroteskRegular";
    font-size: 18px;
    line-height: 22px;
    max-width: 600px; }
    @media (max-width: 1024px) {
      .info__description {
        display: none; } }
  .info__show-more-button {
    border-bottom: 1px solid #FFB36D;
    color: #FFB36D;
    font-family: "FoundersGroteskCondensedSemiBold";
    font-size: 18px;
    line-height: 20px;
    pointer-events: all;
    width: fit-content; }
    @media (min-width: 1025px) {
      .info__show-more-button {
        margin: 8px 0px 11px; } }
    @media (max-width: 1024px) {
      .info__show-more-button {
        margin: 4px 0px 11px; } }
  .info__title {
    font-family: "FoundersGroteskXSemiBold"; }
    @media (min-width: 1025px) {
      .info__title {
        font-size: 40px;
        line-height: 53px; } }
    @media (max-width: 1024px) {
      .info__title {
        font-size: 40px;
        line-height: 53px;
        max-width: calc(100% - 36px); } }
  .info .local-cta-container {
    margin-top: 16px; }
    @media (max-width: 1024px) {
      .info .local-cta-container {
        display: none; } }
    .info .local-cta-container .button {
      font-family: "FoundersGroteskXSemiBold" !important;
      font-size: 28px !important;
      padding: 11px 40px 15px;
      text-transform: uppercase; }

.info-more {
  align-items: center;
  background: #FFF;
  bottom: 0px;
  box-sizing: border-box;
  color: #57617A;
  display: flex;
  padding: 60px 0px 30px 14px;
  pointer-events: all;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 11; }
  @media (max-width: 1024px) {
    .info-more {
      height: 100%;
      width: 100%; } }
  .info-more--hidden {
    bottom: -105%; }
  .info-more__container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow: auto;
    padding-right: 14px;
    width: 100%; }
  .info-more__close-button {
    background: #57617A;
    color: #FFF;
    cursor: pointer;
    font-size: 22px;
    right: 0px;
    padding: 13px 16.5px;
    position: absolute;
    top: 0px;
    z-index: 2; }
  .info-more__description {
    font-family: "FoundersGroteskRegular";
    font-weight: normal;
    font-size: 20px;
    line-height: 24px; }
  .info-more__title {
    font-family: "FoundersGroteskXSemiBold";
    margin-bottom: 16px;
    text-transform: uppercase;
    word-break: break-word; }
    @media (max-width: 1024px) {
      .info-more__title {
        font-size: 30px;
        line-height: 22px;
        max-width: calc(100% - 32px); } }
  .info-more .local-cta-container {
    align-items: flex-end;
    display: flex;
    flex: 100;
    margin-top: 15px;
    width: 100%; }
    .info-more .local-cta-container .button {
      font-family: "FoundersGroteskXSemiBold" !important;
      font-size: 28px !important;
      padding: 11px 20px 15px;
      text-transform: uppercase; }

.landing {
  background: #000;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
  z-index: 14; }
  @media (max-width: 1024px) {
    .landing {
      flex-direction: column; } }
  .landing__logo {
    flex-direction: column;
    max-width: 300px;
    position: absolute;
    z-index: 1; }
    @media (min-width: 1025px) {
      .landing__logo {
        top: 15vh; } }
    @media (max-width: 1024px) {
      .landing__logo {
        left: 16px;
        top: 8px; } }
    @media (min-width: 1025px) {
      .landing__logo img {
        width: 290px; } }
    @media (max-width: 1024px) {
      .landing__logo img {
        width: 95px; } }
  .landing__mask {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    bottom: 0px;
    height: 450px;
    position: absolute;
    width: 100%;
    z-index: 1; }
  .landing__summer, .landing__winter {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%; }
  @media (max-width: 1024px) {
    .landing__summer {
      background: url("/tour/img/landing-summer.jpg");
      background-size: cover; } }
  .landing__summer:hover video {
    transform: scale(1.1); }
  .landing__summer:hover h1.filled {
    animation: landing-h1 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards; }
  .landing__summer--animation-ready h1.filled {
    animation: landing-h1-rev 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards; }
  .landing__summer--animation-ready.landing__summer:hover h1.filled {
    animation: landing-h1 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards; }
  .landing__title {
    flex-direction: column;
    width: 100%;
    z-index: 2; }
    @media (min-width: 1025px) {
      .landing__title {
        bottom: 30vh;
        position: absolute; } }
    @media (max-width: 1024px) {
      .landing__title {
        height: 100%; } }
    .landing__title * {
      pointer-events: none; }
    .landing__title h2 {
      color: #FFB36D;
      font-family: "FoundersGroteskXSemiBold";
      text-transform: uppercase; }
      @media (min-width: 1025px) {
        .landing__title h2 {
          font-size: 60px;
          margin-bottom: 100px;
          margin-top: -100px; } }
  @media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1250px) {
    .landing__title h2 {
      font-size: 50px;
      margin-bottom: 80px;
      margin-top: -80px; } }
      @media (max-width: 1024px) {
        .landing__title h2 {
          font-size: 30px;
          margin-bottom: 50px;
          margin-top: -50px; } }
  .landing__title-headings {
    pointer-events: all;
    width: 100%; }
    .landing__title-headings h1 {
      color: transparent;
      font-family: "FoundersGroteskXSemiBold";
      position: absolute;
      text-transform: uppercase; }
      @media (min-width: 1025px) {
        .landing__title-headings h1 {
          -webkit-text-stroke: 2px #FFF;
          font-size: 225px; } }
      @media (min-width: 1025px) and (max-width: 1250px) {
        .landing__title-headings h1 {
          font-size: 180px; } }
      @media (max-width: 1024px) {
        .landing__title-headings h1 {
          -webkit-text-stroke: 1px #FFF;
          font-size: 100px; } }
      .landing__title-headings h1:nth-of-type(2) {
        clip-path: polygon(-2% 0%, 0% 0%, 0% 100%, 0% 100%);
        -webkit-clip-path: polygon(-2% 0%, 0% 0%, 0% 100%, 0% 100%);
        color: #FFB36D;
        -webkit-text-stroke: 3px #FFB36D; }
  .landing__video {
    height: 100%;
    pointer-events: all;
    position: absolute;
    top: 0px;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media (max-width: 1024px) {
    .landing__winter {
      background: url("/tour/img/landing-winter.jpg");
      background-size: cover; } }
  .landing__winter:hover video {
    transform: scale(1.1); }
  .landing__winter:hover h1.filled {
    animation: landing-h1 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards; }
  .landing__winter--animation-ready h1.filled {
    animation: landing-h1-rev 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards; }
  .landing__winter--animation-ready.landing__winter:hover h1.filled {
    animation: landing-h1 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards; }
  .landing--hidden {
    opacity: 0;
    pointer-events: none; }

.lang-list {
  position: absolute;
  z-index: 6; }
  @media (min-width: 1025px) {
    .lang-list {
      left: 114px;
      top: 56px; } }
  .lang-list img {
    display: none; }
  .lang-list__item {
    font-family: "FoundersGroteskMedium";
    font-size: 14px;
    margin-right: 8px;
    opacity: 0.5;
    pointer-events: all; }
    .lang-list__item:hover, .lang-list__item--active {
      opacity: 1.0; }
      .lang-list__item:hover:after, .lang-list__item--active:after {
        opacity: 0.5; }
    .lang-list__item:after {
      content: '-';
      margin-left: 8px; }
    .lang-list__item:last-of-type:after {
      content: ''; }

@media (min-width: 1025px) {
  .links {
    height: 68px;
    position: absolute;
    right: 130px;
    top: 31px;
    width: fit-content; } }

@media (max-width: 1024px) {
  .links {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    height: 100%;
    width: 100%; } }

@media (min-width: 1025px) {
  .links__link {
    height: 68px;
    margin: 0px 3px;
    width: 68px; } }

.links a {
  flex-direction: column;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
  @media (min-width: 1025px) {
    .links a {
      background: rgba(255, 255, 255, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 100%;
      flex-shrink: 0;
      height: 60px;
      margin: 0px 5px;
      width: 60px; } }
  @media (max-width: 1024px) {
    .links a {
      border-left: 1px solid rgba(0, 0, 0, 0.15);
      flex: 1;
      height: 100%;
      justify-content: flex-start; } }
  @media (max-width: 1024px) {
    .links a:first-of-type {
      border-left: none; } }
  @media (min-width: 1025px) {
    .links a img, .links a svg {
      width: 16px; } }
  @media (max-width: 1024px) {
    .links a img, .links a svg {
      height: 20px;
      margin-top: 20px; } }
  @media (max-width: 1024px) {
    .links a svg path {
      fill: #FFB36D; } }
  @media (max-width: 1024px) {
    .links a svg rect {
      stroke: #FFB36D; } }
  .links a span {
    color: #FFB36D;
    text-transform: uppercase;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
    @media (min-width: 1025px) {
      .links a span {
        font-family: "FoundersGroteskMedium";
        font-size: 14px;
        opacity: 0;
        position: absolute;
        top: 85px; } }
    @media (max-width: 1024px) {
      .links a span {
        font-family: "FoundersGroteskRegular";
        font-size: 10px;
        margin-top: 10px;
        top: 55px; } }
  @media (min-width: 1025px) {
    .links a:hover {
      border: 1px solid #ffb36d;
      height: 68px;
      width: 68px; }
      .links a:hover span {
        opacity: 1;
        top: 75px; } }

.logo {
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0px;
  transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
  z-index: 2; }
  @media (min-width: 1025px) {
    .logo {
      top: 36px; } }
  @media (max-width: 1024px) {
    .logo {
      top: 24px; } }
  @media (min-width: 1025px) {
    .logo__img {
      width: 215px; } }
  @media (max-width: 1024px) {
    .logo__img {
      width: 144px; } }

.map-button {
  background: #FFB36D;
  border-radius: 100%;
  height: 60px;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  width: 60px;
  z-index: 7; }
  @media (min-width: 1025px) {
    .map-button {
      margin-top: -30px;
      right: 38px;
      top: 50%; } }
  @media (max-width: 1024px) {
    .map-button {
      bottom: 14px;
      right: 14px; } }
  @media (min-width: 1025px) {
    .map-button:hover {
      height: 64px;
      margin-top: -32px;
      right: 35px;
      width: 64px; } }

.map {
  background-color: rgba(51, 48, 45, 0.8);
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 1;
  overflow: hidden;
  pointer-events: all;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
  z-index: 12; }
  .map--hidden {
    opacity: 0;
    pointer-events: none; }
  .map--hidden .map__close-button {
    pointer-events: none !important; }
  .map__close-button {
    background: #FFB36D;
    position: absolute;
    pointer-events: all; }
    @media (min-width: 1025px) {
      .map__close-button {
        border-radius: 100%;
        height: 56px;
        margin-top: -28px;
        top: 50%;
        right: 38px;
        width: 56px; } }
    @media (max-width: 1024px) {
      .map__close-button {
        height: 72px;
        right: 0px;
        top: 0px;
        width: 72px; } }
  .map__constraint {
    overflow: hidden;
    position: absolute; }
    @media (max-width: 1024px) {
      .map__constraint {
        height: 100%;
        left: 0px;
        top: 0px;
        width: 100%; } }
  .map__container {
    transform: scale(1); }
  .map__image {
    cursor: move;
    z-index: 1; }
  .map__zoom-controls {
    align-items: center;
    background-color: #FFF;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    font-family: "FoundersGroteskRegular";
    font-size: 16px;
    height: 80px;
    justify-content: space-evenly;
    position: absolute;
    width: 40px;
    z-index: 2; }
    @media (max-width: 1024px) {
      .map__zoom-controls {
        bottom: 15px;
        right: 15px; } }
    .map__zoom-controls__separator {
      background: rgba(51, 48, 45, 0.1);
      height: 1px;
      width: 100%; }
    .map__zoom-controls svg:hover path {
      fill: #000; }
  .map__zoom-button {
    cursor: pointer;
    display: flex;
    height: 20px;
    width: 20px; }

.nav-button {
  height: 60px;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  width: 60px;
  z-index: 10; }
  @media (min-width: 1025px) {
    .nav-button {
      right: 35px;
      top: 35px; } }
  @media (max-width: 1024px) {
    .nav-button {
      right: 14px;
      top: 14px; } }
  .nav-button__background {
    background: #FFB36D;
    background: linear-gradient(to right, #56607A 50%, #FFB36D 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    height: 100%;
    width: 100%; }
    .nav-button__background--animation-ready {
      animation: background-off 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards; }
  .nav-button__close {
    height: 16px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    top: 50%;
    transform: scale(0.01);
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    width: 16px; }
    .nav-button__close:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -1px;
      margin-left: 3px;
      width: 14px;
      height: 3px;
      background: #fff;
      transform: scaleX(0);
      transform-origin: 100% 100%;
      transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .nav-button__close-inner:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    top: 7px;
    transform: rotate(-45deg);
    transition: transform .5s; }
  .nav-button__close-inner:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    top: 7px;
    transform: rotate(45deg);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .nav-button__icon {
    height: 20px;
    left: 50%;
    margin-top: -10px;
    margin-left: -2px;
    position: absolute;
    top: 50%;
    transform: scale(1) rotate(0deg);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.35s;
    width: 20px; }
    .nav-button__icon--1 {
      background: #fff;
      content: "";
      display: block;
      height: 4px;
      position: absolute;
      top: 0;
      transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
      width: 4px; }
      .nav-button__icon--1:before {
        background: #fff;
        content: "";
        display: block;
        left: -8px;
        position: absolute;
        height: 4px;
        transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
        width: 4px; }
      .nav-button__icon--1:after {
        background: #fff;
        content: "";
        display: block;
        height: 4px;
        position: absolute;
        right: -8px;
        transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
        width: 4px; }
    .nav-button__icon--2 {
      background: #fff;
      content: "";
      display: block;
      height: 4px;
      position: absolute;
      top: 8px;
      transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
      width: 4px; }
      .nav-button__icon--2:before {
        background: #fff;
        content: "";
        display: block;
        left: -8px;
        position: absolute;
        height: 4px;
        transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
        width: 4px; }
      .nav-button__icon--2:after {
        background: #fff;
        content: "";
        display: block;
        height: 4px;
        position: absolute;
        right: -8px;
        transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
        width: 4px; }
    .nav-button__icon--3 {
      background: #fff;
      bottom: 0;
      content: "";
      display: block;
      height: 4px;
      position: absolute;
      transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
      width: 4px; }
      .nav-button__icon--3:before {
        background: #fff;
        content: "";
        display: block;
        left: -8px;
        position: absolute;
        height: 4px;
        transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
        width: 4px; }
      .nav-button__icon--3:after {
        background: #fff;
        content: "";
        display: block;
        height: 4px;
        position: absolute;
        right: -8px;
        transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
        width: 4px; }
  .nav-button:hover .nav-button__background {
    animation: background-on 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards; }
  @media (min-width: 1025px) {
    .nav-button:hover .nav-button__close:before {
      transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0s;
      transform: scaleX(1);
      transform-origin: 0 0; } }
  @media (min-width: 1025px) {
    .nav-button:hover .nav-button__close-inner:before {
      transform: rotate(-45deg) translateY(-5px) scaleX(0.7) !important;
      transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1); } }
  @media (min-width: 1025px) {
    .nav-button:hover .nav-button__close-inner:after {
      transform: rotate(45deg) translateY(5px) scaleX(0.7) !important;
      transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1); } }
  @media (min-width: 1025px) {
    .nav-button:hover .nav-button__icon--1 {
      transform: translate3d(-10px, -2px, 0); } }
  @media (min-width: 1025px) {
    .nav-button:hover .nav-button__icon--1:before {
      transform: translate3d(8px, 10px, 0); } }
  @media (min-width: 1025px) {
    .nav-button:hover .nav-button__icon--1:after {
      transform: translate3d(2px, 0, 0); } }
  @media (min-width: 1025px) {
    .nav-button:hover .nav-button__icon--2:before {
      transform: translate3d(-2px, 10px, 0); } }
  @media (min-width: 1025px) {
    .nav-button:hover .nav-button__icon--2:after {
      transform: translate3d(2px, -10px, 0); } }
  @media (min-width: 1025px) {
    .nav-button:hover .nav-button__icon--3 {
      transform: translate3d(10px, 2px, 0); } }
  @media (min-width: 1025px) {
    .nav-button:hover .nav-button__icon--3:before {
      transform: translate3d(-2px, 0, 0); } }
  @media (min-width: 1025px) {
    .nav-button:hover .nav-button__icon--3:after {
      transform: translate3d(-8px, -10px, 0); } }
  .nav-button--animation-ready {
    animation: close 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards; }
  .nav-button--nav-open {
    animation: open 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards !important; }
  .nav-button--nav-open .nav-button__close {
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.35s; }
  .nav-button--nav-open .nav-button__icon {
    transform: scale(0.01) rotate(45deg);
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1); }

.nav {
  background: #2A354B;
  color: #000;
  font-size: 20px !important;
  pointer-events: all;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.85s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 9; }
  @media (min-width: 1025px) {
    .nav {
      height: 100%;
      width: 100%; } }
  @media (max-width: 1024px) {
    .nav {
      height: 100%;
      width: 100%; } }
  .nav__background {
    align-items: center;
    background: #FFF;
    display: flex;
    height: 72px;
    justify-content: flex-start;
    width: calc(100% - 72px); }
  .nav__back-button {
    border-right: 1px solid #E5E5E5;
    flex-shrink: 0;
    height: 72px;
    width: 72px; }
  .nav__container {
    display: flex;
    flex-direction: column;
    margin: 0px;
    position: absolute; }
    @media (min-width: 1025px) {
      .nav__container {
        align-items: center;
        height: 100%;
        justify-content: center;
        left: 50%;
        width: 50%; } }
    @media (max-width: 1024px) {
      .nav__container {
        background: #2A354B;
        height: calc(100% - 72px);
        left: 100%;
        opacity: 1;
        transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
        width: 100%;
        z-index: 2; } }
    .nav__container--visible {
      left: 0%; }
  .nav__container-background {
    background-size: cover;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    transform-origin: top left;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    width: 100%; }
  .nav__copyright {
    bottom: 10px;
    font-family: "FoundersGroteskRegular";
    font-size: 14px;
    position: absolute; }
  .nav__copyright-container {
    align-items: flex-end;
    background: #FFF;
    display: flex;
    justify-content: center; }
    @media (max-width: 1024px) {
      .nav__copyright-container {
        background: #33302D;
        color: #FFF;
        bottom: 0px;
        height: 40px;
        position: absolute;
        width: 100%;
        z-index: 2; } }
  .nav__footer {
    background: #FFB36D;
    bottom: 40px;
    height: 48px;
    position: absolute;
    width: 100%;
    z-index: 2; }
    .nav__footer .social {
      right: 14px; }
      .nav__footer .social a {
        margin: 0px;
        margin-left: 20px;
        opacity: 1.0; }
    .nav__footer .lang-list {
      background: #FFF;
      color: #57617A;
      height: 100%;
      padding-left: 10px;
      width: 120px; }
      .nav__footer .lang-list div {
        padding-top: 6px; }
  .nav__header {
    align-items: center;
    background: #FFF;
    display: flex;
    height: 72px;
    left: 100%;
    justify-content: flex-start;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    width: calc(100% - 72px); }
    .nav__header h1 {
      color: #FFB36D; }
    .nav__header--visible {
      left: 0%; }
  .nav__list {
    list-style: none;
    margin: 0px;
    overflow-x: hidden;
    padding: 0px;
    pointer-events: all; }
    @media (min-width: 1025px) {
      .nav__list {
        margin: 0px auto;
        max-width: 300px; } }
    .nav__list--root {
      overflow: hidden; }
      @media (min-width: 1025px) {
        .nav__list--root {
          display: flex;
          flex-direction: column;
          justify-content: center;
          min-height: 100%; } }
      @media (max-width: 1024px) {
        .nav__list--root {
          margin-left: 22px;
          padding-bottom: 20px;
          width: calc(100% - 44px); } }
    .nav__list--sub {
      display: none;
      overflow: hidden; }
      @media (min-width: 1025px) {
        .nav__list--sub {
          margin-left: 35px;
          margin-top: 10px; } }
      @media (max-width: 1024px) {
        .nav__list--sub {
          margin-left: 28px;
          margin-top: 5px; } }
  .nav__list-container {
    margin: 0px;
    overflow-y: scroll;
    width: 100%; }
    @media (min-width: 1025px) {
      .nav__list-container {
        height: inherit;
        max-height: calc(100% - 200px); } }
    @media (max-width: 1024px) {
      .nav__list-container {
        height: calc(100% - 108px);
        padding-top: 20px; } }
  .nav__list-item {
    color: #FFF;
    cursor: pointer;
    width: fit-content; }
    .nav__list-item:hover {
      color: #FFB36D; }
    .nav__list-item--always-expanded {
      cursor: default; }
    .nav__list-item--active {
      color: #FFB36D;
      cursor: default; }
    .nav__list-item:hover .nav__list-item-bullet:before, .nav__list-item--active .nav__list-item-bullet:before {
      opacity: 0;
      transform: scale(1.8);
      transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .nav__list-item:hover .nav__list-item-bullet:after, .nav__list-item--active .nav__list-item-bullet:after {
      opacity: 1;
      transform: scale(1);
      transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s; }
    .nav__list-item--level-1 {
      font-family: "FoundersGroteskXSemiBold";
      font-size: 30px;
      line-height: 40px;
      opacity: 0;
      position: relative;
      text-transform: uppercase; }
    .nav__list-item--level-1.nav__list-item--spot {
      align-items: center;
      display: flex; }
      @media (min-width: 1025px) {
        .nav__list-item--level-1.nav__list-item--spot {
          margin-bottom: 15px;
          margin-top: 15px; } }
      @media (max-width: 1024px) {
        .nav__list-item--level-1.nav__list-item--spot {
          margin-bottom: 5px;
          margin-top: 5px; } }
      .nav__list-item--level-1.nav__list-item--spot:after {
        content: '';
        background: #FFB36D;
        height: 100%;
        right: 0px;
        position: absolute;
        top: 0px;
        width: 100%; }
    @media (min-width: 1025px) {
      .nav__list-item--level-1.nav__list-item--category {
        margin-bottom: 15px;
        margin-top: 15px; } }
    @media (max-width: 1024px) {
      .nav__list-item--level-1.nav__list-item--category {
        margin: 5px 0px;
        margin-left: 22px; } }
    .nav__list-item--level-2 {
      font-family: "FoundersGroteskRegular";
      font-size: 20px;
      line-height: 27px;
      padding: 3px 0px;
      text-transform: none; }
      .nav__list-item--level-2 .nav__list-item-bullet {
        display: none; }
    .nav__list-item--slide-in {
      animation: nav-list-item 0.75s forwards; }
      .nav__list-item--slide-in:after {
        animation: nav-list-item-after 0.75s forwards; }
      .nav__list-item--slide-in .nav__list-item-header:before {
        animation: nav-list-item-after 0.75s forwards; }
    .nav__list-item img {
      display: none; }
  .nav__list-item:last-of-type {
    margin-bottom: 0px; }
  .nav__list-item-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-family: "FoundersGroteskXSemiBold";
    font-size: 30px;
    line-height: 40px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
    .nav__list-item-header:hover:after, .nav__list-item-header--active:after {
      width: 100% !important; }
    .nav__list-item-header:hover .nav__list-item-bullet:before, .nav__list-item-header--active .nav__list-item-bullet:before {
      opacity: 0;
      transform: scale(1.8);
      transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .nav__list-item-header:hover .nav__list-item-bullet:after, .nav__list-item-header--active .nav__list-item-bullet:after {
      opacity: 1;
      transform: scale(1);
      transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s; }
    .nav__list-item-header:after {
      color: #FFB36D;
      content: attr(data-text);
      left: 28px;
      overflow: hidden;
      position: absolute;
      transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
      white-space: nowrap;
      width: 0%; }
    .nav__list-item-header:before {
      content: '';
      background: #FFB36D;
      height: 100%;
      right: 0px;
      position: absolute;
      top: 0px;
      width: 100%; }
  .nav__list-item-bullet {
    display: table;
    margin-bottom: 6px;
    position: relative;
    width: 28px; }
    .nav__list-item-bullet:before {
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      content: '';
      display: inline-block;
      height: 8px;
      margin-bottom: 3px;
      position: absolute;
      transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      width: 8px; }
    .nav__list-item-bullet:after {
      background: #FFB36D;
      border-radius: 50%;
      content: '';
      display: inline-block;
      height: 8px;
      left: 1px;
      opacity: 0;
      position: absolute;
      top: 1px;
      transform: scale(0);
      transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      width: 8px; }
  .nav__list-item-toggle {
    display: none;
    /*
        margin-left: auto;
        margin-right: 40px;
		pointer-events: none;
		text-align: center;
		width: 15px;
        
        @media ($mobile) {
            margin-right: 38px;
        }
        */ }
  .nav__overview {
    align-items: flex-start;
    background: url("/tour/img/nav-background.jpg");
    cursor: default;
    flex-direction: column;
    position: absolute; }
    @media (min-width: 1025px) {
      .nav__overview {
        animation: nav-overview 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.25s forwards;
        height: 100%;
        left: -50%;
        width: 50%;
        z-index: 2; } }
    @media (max-width: 1024px) {
      .nav__overview {
        height: calc(100% - 160px);
        left: 0px;
        top: 72px;
        width: 100%; } }
    .nav__overview--summer, .nav__overview--winter {
      max-height: 100%;
      position: absolute;
      width: 100%; }
    .nav__overview--hidden {
      display: none; }
  .nav__overview-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%; }
  .nav__overview-item {
    cursor: pointer;
    justify-content: flex-start;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
    @media (min-width: 1025px) {
      .nav__overview-item {
        margin: 30px 0px;
        margin-right: 67px;
        max-width: calc(100% - 67px); } }
    @media (max-width: 1024px) {
      .nav__overview-item {
        margin: 15px 0px 15px 36px; } }
    .nav__overview-item h1 {
      -webkit-background-clip: text !important;
      -webkit-text-fill-color: transparent;
      background: linear-gradient(to left, #000, #000 50%, #FFB36D 50%);
      background-clip: text;
      background-position: 100%;
      background-size: 200% 100%;
      transition: background-position 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
      @media (min-width: 1025px) {
        .nav__overview-item h1 {
          font-family: "FoundersGroteskXSemiBold";
          font-size: 100px;
          line-height: 100px; } }
      @media (max-width: 1024px) {
        .nav__overview-item h1 {
          font-family: "FoundersGroteskXSemiBold";
          font-size: 50px;
          line-height: 50px; } }
    .nav__overview-item img {
      margin: 0px;
      margin-top: 10px;
      transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
      @media (min-width: 1025px) {
        .nav__overview-item img {
          width: 0px; } }
      @media (max-width: 1024px) {
        .nav__overview-item img {
          display: none; } }
    @media (min-width: 1025px) {
      .nav__overview-item--active {
        cursor: default;
        pointer-events: none; } }
    .nav__overview-item:hover, .nav__overview-item--active {
      margin-right: 0px; }
      @media (min-width: 1025px) {
        .nav__overview-item:hover img, .nav__overview-item--active img {
          margin-right: 16px;
          width: 48px; } }
      .nav__overview-item:hover h1, .nav__overview-item--active h1 {
        background-position: 0% 100%; }
    @media (min-width: 1025px) {
      .nav__overview-item:nth-of-type(1) {
        animation: nav-overview-item 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s forwards; } }
    @media (max-width: 1024px) {
      .nav__overview-item:nth-of-type(1) {
        animation: nav-overview-item-mobile 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s forwards; } }
    @media (min-width: 1025px) {
      .nav__overview-item:nth-of-type(2) {
        animation: nav-overview-item 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.6s forwards; } }
    @media (max-width: 1024px) {
      .nav__overview-item:nth-of-type(2) {
        animation: nav-overview-item-mobile 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.6s forwards; } }
    @media (min-width: 1025px) {
      .nav__overview-item:nth-of-type(3) {
        animation: nav-overview-item 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards; } }
    @media (max-width: 1024px) {
      .nav__overview-item:nth-of-type(3) {
        animation: nav-overview-item-mobile 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards; } }
    @media (min-width: 1025px) {
      .nav__overview-item:nth-of-type(4) {
        animation: nav-overview-item 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.8s forwards; } }
    @media (max-width: 1024px) {
      .nav__overview-item:nth-of-type(4) {
        animation: nav-overview-item-mobile 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.8s forwards; } }
    @media (min-width: 1025px) {
      .nav__overview-item:nth-of-type(5) {
        animation: nav-overview-item 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.9s forwards; } }
    @media (max-width: 1024px) {
      .nav__overview-item:nth-of-type(5) {
        animation: nav-overview-item-mobile 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.9s forwards; } }
  .nav__overview-item-title {
    position: relative; }
  .nav__title {
    font-family: "FoundersGroteskXSemiBold";
    font-size: 24px;
    text-align: center;
    width: 100%; }
  .nav--mobile .nav__list-container {
    margin-bottom: 20px; }
  .nav--mobile .nav__copyright {
    bottom: 10px; }
  @media (min-width: 1025px) {
    .nav--hidden {
      left: -100%; } }
  @media (max-width: 1024px) {
    .nav--hidden {
      left: -200%; } }
  @media (min-width: 1025px) {
    .nav--hidden .nav__container {
      transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0s; } }
  @media (max-width: 1024px) {
    .nav--hidden .nav__container {
      opacity: 0;
      transition: opacity 0s 0s; } }
  .nav--hidden .nav__header {
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0s; }
    @media (max-width: 1024px) {
      .nav--hidden .nav__header {
        opacity: 0; } }
  @media (min-width: 1025px) {
    .nav--hidden .nav__overview {
      animation: nav-overview2 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards; } }
  @media (min-width: 1025px) {
    .nav--hidden .nav__overview-item:nth-of-type(1), .nav--hidden .nav__overview-item:nth-of-type(2), .nav--hidden .nav__overview-item:nth-of-type(3), .nav--hidden .nav__overview-item:nth-of-type(4), .nav--hidden .nav__overview-item:nth-of-type(5) {
      animation: nav-overview-item2 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards; } }
  @media (max-width: 1024px) {
    .nav--hidden .nav__overview-item:nth-of-type(1), .nav--hidden .nav__overview-item:nth-of-type(2), .nav--hidden .nav__overview-item:nth-of-type(3), .nav--hidden .nav__overview-item:nth-of-type(4), .nav--hidden .nav__overview-item:nth-of-type(5) {
      animation: nav-overview-item2-mobile 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards; } }
  .nav .os-theme-minimal-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
    background: #FFB36D;
    border-radius: 0px;
    opacity: 1; }

.season-switch {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 80px;
  height: 30px;
  position: absolute;
  transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  width: 60px;
  z-index: 5; }
  @media (min-width: 1025px) {
    .season-switch {
      left: 36px;
      top: 48px; } }
  @media (max-width: 1024px) {
    .season-switch {
      left: 14px;
      top: 28px; } }
  .season-switch__active-background {
    background: #FFF;
    border-radius: 100%;
    height: 24px;
    pointer-events: none;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    top: 3px;
    width: 24px; }
    .season-switch__active-background--winter {
      left: 4px; }
    .season-switch__active-background--summer {
      left: 32px; }
  .season-switch__button {
    pointer-events: none;
    position: absolute;
    z-index: 1; }
    .season-switch__button svg {
      height: auto;
      width: 11px; }
      .season-switch__button svg path {
        fill: #FFF; }
    .season-switch__button--active svg path {
      fill: #000; }
    .season-switch__button--summer {
      left: 39px;
      top: 9px; }
    .season-switch__button--winter {
      left: 10px;
      top: 8px; }
  .season-switch:hover .season-switch__active-background {
    transform: scale(1.1); }

.social {
  bottom: 8px;
  position: absolute;
  right: 26px;
  z-index: 4; }
  .social a {
    margin-right: 18px;
    opacity: 0.7;
    transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
    .social a:hover {
      opacity: 1; }

.tutorial {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  display: none;
  pointer-events: none;
  z-index: 13; }
  .tutorial * {
    pointer-events: none; }
  .tutorial__step {
    position: absolute;
    transition: all 1s cubic-bezier(0.65, 0, 0.35, 1);
    width: 100%; }
    @media (max-width: 1024px) {
      .tutorial__step {
        width: calc(100% - 48px); } }
    .tutorial__step--fade-1 {
      opacity: 0;
      padding-top: 150px; }
    .tutorial__step--fade-2 {
      opacity: 0;
      padding-bottom: 150px; }
    .tutorial__step img {
      margin-right: 10px; }
    .tutorial__step p {
      font-family: "FoundersGroteskXMedium";
      padding-bottom: 4px; }
      @media (min-width: 1025px) {
        .tutorial__step p {
          font-size: 30px;
          line-height: 22px; } }
      @media (max-width: 1024px) {
        .tutorial__step p {
          font-size: 24px;
          line-height: 22px; } }

.video-controls {
  justify-content: center;
  z-index: 8; }
  @media (min-width: 1025px) {
    .video-controls {
      flex-direction: column;
      height: 100%;
      margin-left: 38px;
      transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
      width: 68px; } }
  @media (max-width: 1024px) {
    .video-controls {
      flex-direction: row;
      height: 68px;
      justify-content: flex-start;
      width: 100%; } }
  .video-controls--hidden {
    opacity: 0;
    pointer-events: none; }
    .video-controls--hidden * {
      pointer-events: none !important; }
  .video-controls > div {
    align-items: center;
    display: flex;
    height: 68px;
    justify-content: center;
    width: 68px; }
    @media (min-width: 1025px) {
      .video-controls > div {
        margin: 3px 0px; } }
    @media (max-width: 1024px) {
      .video-controls > div {
        margin: 0px 3px; } }
    .video-controls > div div {
      pointer-events: all;
      transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
      @media (min-width: 1025px) {
        .video-controls > div div {
          background: rgba(255, 255, 255, 0.2);
          border: 1px solid rgba(255, 255, 255, 0.5);
          border-radius: 100%;
          height: 60px;
          width: 60px; } }
      @media (max-width: 1024px) {
        .video-controls > div div {
          background: rgba(255, 255, 255, 0.2);
          border: 1px solid rgba(255, 255, 255, 0.5);
          border-radius: 100%;
          height: 60px;
          width: 60px; } }
      .video-controls > div div img {
        height: 24px;
        pointer-events: none;
        width: 24px; }
      @media (max-width: 1024px) {
        .video-controls > div div:first-of-type {
          margin-left: 0px; } }
      @media (min-width: 1025px) {
        .video-controls > div div:hover {
          border: 1px solid #ffb36d;
          height: 68px;
          width: 68px; } }
  .video-controls__toggle-playback-button img {
    width: 19px !important; }
  @media (min-width: 1025px) {
    .video-controls--no-user-interaction {
      margin-left: 0px;
      width: 100%; } }
  @media (max-width: 1024px) {
    .video-controls--no-user-interaction {
      height: 100%;
      left: 0px;
      justify-content: center;
      position: fixed;
      top: 0px;
      width: 100%; } }
  .video-controls--no-user-interaction > div:nth-of-type(2) {
    display: none; }

.video-preloader {
  background: rgba(0, 0, 0, 0.35);
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
  z-index: 15; }
  .video-preloader--hidden {
    opacity: 0;
    pointer-events: none; }
  .video-preloader .spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px; }
  .video-preloader .spinner > div {
    background-color: #FFF;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }
  .video-preloader .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .video-preloader .spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
  .video-preloader .spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s; }
  .video-preloader .spinner .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 100%, 40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.os-theme-minimal-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  background: #57617A;
  border-radius: 0px;
  opacity: 1; }

* {
  scrollbar-width: thin;
  scrollbar-color: #FFF #57617A; }

*::-webkit-scrollbar {
  border-radius: 3px;
  height: 6px;
  width: 6px; }

*::-webkit-scrollbar-track {
  background: #FFF; }

*::-webkit-scrollbar-thumb {
  background-color: #57617A;
  border: none; }

@media (max-width: 1024px) {
  @keyframes open {
    0% {
      height: 60px;
      right: 14px;
      top: 14px;
      width: 60px;
      transform: skew(0deg, 0deg); }
    50% {
      transform: skew(-10deg, -10deg); }
    100% {
      height: 72px;
      right: 0px;
      top: 0px;
      width: 72px;
      transform: skew(0deg, 0deg); } }
  @keyframes close {
    0% {
      height: 72px;
      right: 0px;
      top: 0px;
      width: 72px;
      transform: skew(0deg, 0deg); }
    50% {
      transform: skew(-10deg, -10deg); }
    100% {
      height: 60px;
      right: 14px;
      top: 14px;
      width: 60px;
      transform: skew(0deg, 0deg); } } }

@media (min-width: 1025px) {
  @keyframes open {
    0% {
      right: 35px;
      top: 35px;
      transform: skew(0deg, 0deg); }
    50% {
      transform: skew(-10deg, -10deg); }
    100% {
      right: 0px;
      top: 0px;
      transform: skew(0deg, 0deg); } }
  @keyframes close {
    0% {
      right: 0px;
      top: 0px;
      transform: skew(0deg, 0deg); }
    50% {
      transform: skew(-10deg, -10deg); }
    100% {
      right: 35px;
      top: 35px;
      transform: skew(0deg, 0deg); } }
  @keyframes background-on {
    0% { }
    100% {
      background: linear-gradient(to right, #56607A 50%, #FFB36D 50%);
      background-size: 200% 100%;
      background-position: left bottom; } }
  @keyframes background-off {
    0% {
      background: linear-gradient(to right, #FFB36D 50%, #56607A 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    100% {
      background: linear-gradient(to right, #FFB36D 50%, #56607A 50%);
      background-size: 200% 100%;
      background-position: left bottom; } }
  @keyframes background-on2 {
    0% {
      background: linear-gradient(to right, #56607A 50%, rgba(255, 255, 255, 0.1) 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    100% {
      background: linear-gradient(to right, #56607A 50%, rgba(255, 255, 255, 0.1) 50%);
      background-size: 200% 100%;
      background-position: left bottom; } }
  @keyframes background-off2 {
    0% {
      background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 50%, #56607A 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    100% {
      background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 50%, #56607A 50%);
      background-size: 200% 100%;
      background-position: left bottom; } } }

@keyframes nav-overview-item {
  0% {
    margin-left: 0px;
    opacity: 0; }
  100% {
    margin-left: 72px;
    opacity: 1; } }

@keyframes nav-overview-item2 {
  0% {
    margin-left: 72px;
    opacity: 1; }
  100% {
    margin-left: 0px;
    opacity: 0; } }

@keyframes nav-overview-item-mobile {
  0% {
    margin-left: 0px;
    opacity: 0; }
  100% {
    margin-left: 25px;
    opacity: 1; } }

@keyframes nav-overview-item2-mobile {
  0% {
    margin-left: 25px;
    opacity: 1; }
  100% {
    margin-left: 0px;
    opacity: 0; } }

@keyframes nav-overview {
  0% {
    left: -50%; }
  100% {
    left: 0%; } }

@keyframes nav-overview2 {
  0% {
    left: 0%; }
  100% {
    left: -50%; } }

@keyframes nav-container-background {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes nav-list-item {
  0% {
    margin-left: -25px;
    opacity: 0; }
  100% {
    margin-left: 0px;
    opacity: 1; } }

@keyframes nav-list-item-after {
  0% {
    left: 0px;
    right: auto;
    width: 0%; }
  50% {
    left: 0px;
    right: auto;
    width: 100%; }
  51% {
    left: auto;
    right: 0px;
    width: 100%; }
  100% {
    left: auto;
    right: 0px;
    width: 0%; } }

@keyframes landing-h1 {
  0% {
    clip-path: polygon(-2% 0%, 0% 0%, 0% 100%, 0% 100%);
    -webkit-clip-path: polygon(-2% 0%, 0% 0%, 0% 100%, 0% 100%); }
  100% {
    clip-path: polygon(-2% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(-2% 0%, 100% 0%, 100% 100%, 0% 100%); } }

@keyframes landing-h1-rev {
  0% {
    clip-path: polygon(-2% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(-2% 0%, 100% 0%, 100% 100%, 0% 100%); }
  100% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%); } }
