@font-face {
  font-family: "VivaBeautifulBRegular";
  src: url("../tour/fonts/VivaBeautifulB-Regular.ttf"); }

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

@font-face {
  font-family: "NeutrifStudioSemiBold";
  src: url("../tour/fonts/NeutrifStudio-SemiBold.otf"); }

@font-face {
  font-family: "HelveticaNeue";
  src: url("../tour/fonts/HelveticaNeue.ttf"); }

@font-face {
  font-family: "NeutrifStudioBold";
  src: url("../tour/fonts/NeutrifStudio-Bold.otf"); }

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

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

html {
  height: 100%; }
  @media (max-width: 1024px) and (orientation: landscape) {
    html {
      height: 100vh; } }

body {
  background-color: #F07D5A;
  color: #fff;
  font-family: "NeutrifStudioMedium";
  font-weight: normal;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  @media (max-width: 1024px) and (orientation: landscape) {
    body {
      height: 100vh; } }

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; }

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

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

.flex-start-v {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

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

.flex-end-v {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

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

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

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

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

.truly-hidden {
  opacity: 0 !important;
  pointer-events: none !important; }
  .truly-hidden * {
    pointer-events: none !important; }

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

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

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

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

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

.bc-nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-family: "NeutrifStudioMedium";
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 18px;
  pointer-events: all;
  position: absolute;
  z-index: 2; }
  @media (min-width: 1025px) {
    .bc-nav {
      bottom: 24px;
      left: 48px; } }
  @media (max-width: 1024px) {
    .bc-nav {
      display: none; } }
  .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--last {
      cursor: default;
      font-family: "NeutrifStudioRegular";
      opacity: 0.8;
      pointer-events: none; }
    .bc-nav__section--empty {
      cursor: default;
      pointer-events: none; }
  .bc-nav__separator {
    color: #F07D5A;
    font-size: 10px;
    padding: 0px 5px; }
    .bc-nav__separator--first {
      display: none; }

.button {
  align-items: center;
  background: #F07D5A;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: "NeutrifStudioSemiBold";
  font-size: 17px;
  justify-content: center;
  line-height: 20px;
  padding: 14px 28px;
  pointer-events: all;
  text-align: center; }
  .button--no-fill {
    background: none; }
  .button--no-border {
    border: 1px solid #F07D5A; }
  .button i {
    margin-right: 10px; }
  .button:hover {
    background: #F29072; }
  .button:hover.button--no-fill {
    background: #fff;
    color: #F07D5A; }

input {
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #DFE2E6;
  border-radius: 24px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  padding: 17px 30px; }

.copymodal__container {
  max-width: 800px; }

.copymodal__content {
  max-width: 600px; }
  .copymodal__content iframe {
    height: 100%;
    width: 100%; }

.copymodal__mask {
  display: none; }

.global-cta-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  pointer-events: all;
  transition: all 0.35s ease-in-out;
  z-index: 3;
  /*&--nav-open,*/
  /*
    .button:nth-of-type(2) {
        @media ($mobile) {
            margin: 0px;
            width: 90%
            //min-width: 130px;
            //width: calc(100% - 50px) !important;
        }
    }
    */ }
  @media (max-width: 1024px) {
    .global-cta-container--landscape {
      display: none; } }
  .global-cta-container--portrait {
    width: calc(50% - 16px); }
    @media (min-width: 1025px) {
      .global-cta-container--portrait {
        display: none; } }
  @media (min-width: 1025px) {
    .global-cta-container--pano {
      justify-content: flex-end;
      position: absolute;
      right: 110px;
      top: 61px; } }
  @media (max-width: 1024px) {
    .global-cta-container--full, .global-cta-container--stage {
      width: calc(100% - 48px); } }
  @media (max-width: 1024px) {
    .global-cta-container--stage {
      margin-left: 24px; } }
  .global-cta-container--map-open {
    display: none; }
  @media (min-width: 1025px) {
    .global-cta-container .button {
      margin-right: 8px; } }
  @media (max-width: 1024px) {
    .global-cta-container .button {
      width: 100%; } }
  @media (max-width: 1024px) {
    .global-cta-container .button:nth-of-type(1) {
      display: none; } }

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

.gui-stage {
  background: #FFF;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: 100%; }

.gui-pano {
  display: none;
  height: 100%;
  width: 100%; }
  .gui-pano--hidden {
    display: none; }
  @media (min-width: 1025px) {
    .gui-pano--no-description .info {
      bottom: 60px; } }
  @media (max-width: 1024px) {
    .gui-pano--no-description .info {
      bottom: 20px; } }

.hotspot-v2 {
  border: 4px solid white;
  border-radius: 24px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
  height: 24px;
  margin-left: calc(-24px * 0.5);
  margin-top: calc(-24px * 0.5);
  position: absolute;
  transition: all 0.2s ease-in-out;
  width: 24px; }
  .hotspot-v2--copy-modal, .hotspot-v2--video {
    border: none;
    height: 32px;
    width: 32px; }
  .hotspot-v2--copy-modal .hotspot-v2__center {
    height: 32px;
    width: 32px; }
  .hotspot-v2--copy-modal .hotspot-v2__icon {
    left: 13px;
    top: 7px;
    width: 16px; }
  .hotspot-v2--copy-modal .hotspot-v2__ring {
    background: #FFF;
    height: 32px;
    width: 32px; }
  .hotspot-v2--video .hotspot-v2__center {
    height: 32px;
    width: 32px; }
  .hotspot-v2--video .hotspot-v2__icon {
    left: 12px;
    top: 7px;
    width: 16px; }
  .hotspot-v2--video .hotspot-v2__ring {
    background: #FFF;
    height: 32px;
    width: 32px; }
  .hotspot-v2__center {
    background: #FFF;
    border-radius: calc(24px / 3);
    height: calc(24px / 3);
    left: 50%;
    margin-left: calc(-24px / 6);
    margin-top: calc(-24px / 6);
    position: absolute;
    top: 50%;
    transition: all 0.2s ease-in-out;
    width: calc(24px / 3); }
  .hotspot-v2__icon {
    left: 2px;
    position: absolute;
    top: 2px;
    width: 20px; }
  .hotspot-v2__ring {
    background: #F07D5A;
    border-radius: 24px;
    height: 24px;
    opacity: 1;
    position: absolute;
    transition: border-radius 0.2s ease-in-out, height 0.2s ease-in-out, width 0.2s ease-in-out, opacity 0s;
    width: 24px; }
  .hotspot-v2__preview {
    border: 5px solid rgba(0, 0, 0, 0);
    border-radius: 24px;
    height: 24px;
    left: -2px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -2px;
    transition: all 0.2s ease-in-out;
    width: 24px; }
    .hotspot-v2__preview img {
      border-radius: 100%;
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .hotspot-v2__title {
    font-family: "NeutrifStudioMedium";
    font-size: 20px;
    line-height: 17px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
    transition: opacity 0s;
    top: 90px; }
  .hotspot-v2__video-icon {
    height: 12px;
    left: -2px;
    position: fixed;
    top: -6px;
    transform: scaleX(0.65);
    width: 12px;
    z-index: 1; }
    .hotspot-v2__video-icon svg {
      fill: #000;
      height: 100%;
      width: 100%; }
  .hotspot-v2--invisible {
    opacity: 0; }
  .hotspot-v2--mapspot .hotspot-v2__title {
    background: #FFF;
    color: #000;
    left: -20px;
    text-shadow: none;
    top: 90px; }
  .hotspot-v2--minified {
    transform: scale(0.01); }
  @media (hover: hover) and (pointer: fine) {
    .hotspot-v2:hover {
      border: 6px solid white;
      border-radius: 78px;
      height: 78px;
      margin-left: calc(-78px * 0.5);
      margin-top: calc(-78px * 0.5);
      width: 78px; }
    .hotspot-v2:hover .hotspot-v2__center {
      opacity: 0; }
    .hotspot-v2:hover .hotspot-v2__ring {
      border-radius: 78px;
      height: 78px;
      opacity: 0;
      width: 78px; }
    .hotspot-v2:hover .hotspot-v2__preview {
      border: 5px solid #F07D5A;
      border-radius: calc(78px - 6px);
      height: calc(78px - 6px);
      left: -2px;
      opacity: 1;
      top: -2px;
      width: calc(78px - 6px); }
      .hotspot-v2:hover .hotspot-v2__preview--empty {
        background: #F07D5A; }
    .hotspot-v2:hover .hotspot-v2__title {
      opacity: 1;
      transition: opacity 0.2s ease-in-out 0.25s; }
    .hotspot-v2:hover .hotspot-v2__video-icon {
      opacity: 1; } }
  .hotspot-v2--tapped {
    border: 6px solid white;
    border-radius: 78px;
    height: 78px;
    margin-left: calc(-78px * 0.5);
    margin-top: calc(-78px * 0.5);
    width: 78px; }
  .hotspot-v2--tapped .hotspot-v2__center {
    opacity: 0; }
  .hotspot-v2--tapped .hotspot-v2__ring {
    border-radius: 78px;
    height: 78px;
    opacity: 0;
    width: 78px; }
  .hotspot-v2--tapped .hotspot-v2__preview {
    border: 5px solid #F07D5A;
    border-radius: calc(78px - 6px);
    height: calc(78px - 6px);
    left: -2px;
    opacity: 1;
    top: -2px;
    width: calc(78px - 6px); }
    .hotspot-v2--tapped .hotspot-v2__preview--empty {
      background: #F07D5A; }
  .hotspot-v2--tapped .hotspot-v2__title {
    opacity: 1;
    transition: opacity 0.2s ease-in-out 0.25s; }
  .hotspot-v2--tapped .hotspot-v2__video-icon {
    opacity: 1; }
  .hotspot-v2[class*="mezzanine"] .hotspot-v2__thumb {
    border: 5px solid #86BE50; }
  .hotspot-v2[class*="mezzanine"] .hotspot-v2__ring {
    background: #86BE50; }
  .hotspot-v2[class*="main"] .hotspot-v2__thumb {
    border: 5px solid #FF5722; }
  .hotspot-v2[class*="main"] .hotspot-v2__ring {
    background: #FF5722; }
  .hotspot-v2[class*="roof"] .hotspot-v2__thumb {
    border: 5px solid #E62E88; }
  .hotspot-v2[class*="roof"] .hotspot-v2__ring {
    background: #E62E88; }
  .hotspot-v2[class*="utility"] .hotspot-v2__thumb {
    border: 5px solid #00AAFF; }
  .hotspot-v2[class*="utility"] .hotspot-v2__ring {
    background: #00AAFF; }

.info {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  text-align: left;
  transition: all 0.35s ease-in-out;
  z-index: 1; }
  @media (min-width: 1025px) {
    .info {
      bottom: 64px;
      width: 100%; } }
  @media (max-width: 1024px) {
    .info {
      bottom: 0px; } }
  .info--hidden {
    opacity: 0; }
  .info--stage {
    position: relative;
    top: 20px;
    overflow-y: scroll;
    padding-bottom: 24px;
    pointer-events: all; }
  .info--stage .info__description, .info--stage .info__title {
    color: #000; }
  .info--stage .info__description {
    margin-bottom: 10px;
    margin-left: 25px;
    width: calc(100% - 50px); }
  .info--stage .info__title {
    margin: 14px 0px 20px 25px;
    max-width: calc(100% - 48px);
    word-break: break-word; }
  @media (min-width: 1025px) {
    .info--pano {
      max-width: 40%; } }
  .info__description {
    font-family: "NeutrifStudioMedium";
    font-size: 18px;
    line-height: 28px;
    overflow-y: hidden; }
    @media (max-width: 1024px) {
      .info__description {
        background: #fff;
        color: #000;
        max-height: 0vh;
        transition: all 0.35s ease-in-out; } }
  .info__hide-more-button {
    background: #fff;
    color: #000;
    cursor: pointer;
    font-size: 25px;
    padding: 9px 15px;
    pointer-events: all;
    position: absolute;
    right: 0px;
    top: -48px;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  .info__show-more-button {
    max-height: 50px;
    margin-bottom: 20px;
    pointer-events: all;
    transition: all 0.35s ease-in-out;
    width: calc(50% - 16px); }
    @media (min-width: 1025px) {
      .info__show-more-button {
        display: none !important; } }
    .info__show-more-button--hidden {
      display: none; }
  .info__spacer {
    flex-shrink: 0;
    min-height: 30px;
    width: 300px; }
    @media (max-width: 1024px) {
      .info__spacer {
        display: none; } }
  .info__subcontainer {
    align-items: flex-start;
    display: flex;
    justify-content: space-evenly;
    position: relative;
    transition: all 0.35s ease-in-out; }
    @media (min-width: 1025px) {
      .info__subcontainer {
        flex-direction: column;
        margin-bottom: 2px;
        margin-top: 10px;
        padding: 0px 48px; } }
    @media (max-width: 1024px) {
      .info__subcontainer {
        flex-direction: column;
        margin-top: 10px;
        padding: 0px 24px; } }
    .info__subcontainer--hidden {
      display: none; }
  .info__title {
    font-family: "NeutrifStudioSemiBold";
    transition: all 0.35s ease-in-out; }
    @media (min-width: 1025px) {
      .info__title {
        font-size: 64px;
        line-height: 64px;
        padding: 0px 48px; } }
    @media (max-width: 1024px) {
      .info__title {
        font-size: 46px;
        line-height: 42px;
        padding: 10px 24px;
        width: calc(100% - 24px);
        word-wrap: break-word; } }
  .info--expanded .local-cta-container {
    padding-top: 10px; }
  .info--expanded .info__description {
    max-height: 50vh;
    padding: 20px 0px; }
  .info--expanded .info__show-more-button {
    margin: 0px;
    max-height: 0px;
    padding: 0px;
    transition: all 0.175s ease-in-out; }
  .info--expanded .info__subcontainer {
    background: #fff; }

.intro {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1; }
  @media (min-width: 1025px) {
    .intro {
      font-size: 24px;
      line-height: 36px; } }
  .intro__container {
    min-height: 100%;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .intro__description {
    line-height: 28px;
    margin: 0px auto;
    margin-bottom: 30px;
    max-width: 800px;
    padding: 0px;
    padding-right: 10px;
    pointer-events: all;
    width: 80%; }
    @media (min-width: 1025px) {
      .intro__description {
        font-size: 18px; } }
  .intro__icon {
    display: block;
    margin-bottom: 5px; }
    @media (min-height: 360px) {
      .intro__icon {
        margin-bottom: 20px; } }
  .intro__logo {
    margin-top: 20px;
    width: 150px; }
    @media (min-width: 1025px) {
      .intro__logo {
        margin-bottom: 30px; } }
  .intro__mask {
    background: #1b1b1b;
    height: 100%;
    opacity: 0.75;
    position: absolute;
    width: 100%; }
  .intro__tutorial {
    font-size: 18px; }
  .intro__wrapper {
    height: 100%;
    width: 100%; }
  .intro h1 {
    font-family: "VivaBeautifulBRegular";
    margin: 0px;
    margin-top: 30px;
    padding: 0px; }
    @media (min-width: 1025px) {
      .intro h1 {
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 30px; } }
    @media (max-width: 1024px) {
      .intro h1 {
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 30px; } }
    @media (max-width: 400px) {
      .intro h1 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 10px; } }
  .intro h2 {
    font-family: "NeutrifStudioMedium";
    font-weight: 400;
    padding: 0px; }
    @media (min-width: 1025px) {
      .intro h2 {
        font-size: 18px;
        line-height: 24px; } }
    @media (max-width: 1024px) {
      .intro h2 {
        font-size: 18px;
        line-height: 24px; } }
    @media (max-width: 400px) {
      .intro h2 {
        margin-bottom: 10px; } }
  .intro .button {
    margin: 10px auto;
    max-width: 280px; }

.lang-switcher {
  align-items: center;
  background: #F9F9FA;
  color: #000;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  font-family: "NeutrifStudioMedium";
  font-size: 15px;
  height: 40px;
  justify-content: flex-start;
  opacity: 1;
  pointer-events: all;
  position: absolute;
  width: 240px;
  z-index: 10; }
  @media (min-width: 1025px) {
    .lang-switcher {
      bottom: 16px;
      left: 24px;
      width: 160px; } }
  @media (max-width: 1024px) {
    .lang-switcher {
      bottom: 16px;
      left: 24px;
      width: 160px; } }
  .lang-switcher--hidden {
    pointer-events: none;
    opacity: 0;
    transition: all 0.15s ease-in-out 0s; }
  .lang-switcher__flag {
    margin: 0px 10px;
    width: 16px; }
  .lang-switcher__arrow {
    flex: 10 0 auto;
    font-size: 20px;
    margin-right: 20px;
    text-align: right; }

.lang-list {
  background: #F9F9FA;
  border-radius: 5px;
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  justify-content: space-evenly;
  position: absolute;
  width: 160px;
  z-index: 11; }
  @media (min-width: 1025px) {
    .lang-list {
      bottom: 16px;
      left: 24px;
      width: 160px; } }
  @media (max-width: 1024px) {
    .lang-list {
      bottom: 16px;
      left: 24px;
      width: 160px; } }
  .lang-list__flag {
    display: flex;
    margin: 0px 10px;
    width: 16px; }
  .lang-list__item {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    padding: 8px 0px 12px;
    pointer-events: all; }
  .lang-list--hidden {
    display: none;
    bottom: -50px; }

.local-cta-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  pointer-events: all;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1; }
  @media (max-width: 1024px) {
    .local-cta-container {
      align-items: center;
      bottom: 0px;
      flex-direction: column;
      width: 100%; } }
  @media (max-width: 1024px) {
    .local-cta-container--info-more {
      display: flex; } }
  .local-cta-container--stage .button {
    width: calc(100% - 50px) !important; }
  @media (min-width: 1025px) {
    .local-cta-container .button {
      margin-top: 25px; } }
  @media (max-width: 1024px) {
    .local-cta-container .button {
      margin: 8px 0px;
      width: 100%; } }

.logo {
  cursor: pointer;
  opacity: 1;
  pointer-events: all;
  position: absolute;
  transition: opacity 0.35s ease-in-out;
  z-index: 2; }
  @media (min-width: 1025px) {
    .logo {
      left: 48px;
      top: 42px; } }
  @media (max-width: 1024px) {
    .logo {
      left: 24px;
      top: 24px; } }
  .logo--hidden {
    opacity: 0; }
  @media (min-width: 1025px) {
    .logo__img {
      width: 200px; } }
  @media (max-width: 1024px) {
    .logo__img {
      width: 172px; } }

.map {
  background-color: #b1cf79;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 1;
  pointer-events: all;
  position: absolute;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 9; }
  .map--hidden {
    opacity: 0;
    pointer-events: none; }
  .map__close-button {
    cursor: pointer;
    padding: 5px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2; }
    .map__close-button i {
      font-size: 25px;
      color: #000; }
  .map__container {
    height: 100%;
    transform: scale(1);
    width: 100%; }
  .map__image {
    cursor: move;
    z-index: 1; }
  .map__zoom-controls {
    align-items: center;
    background-color: #F07D5A;
    border-radius: 5px;
    bottom: 30px;
    display: flex;
    flex-direction: row;
    font-family: "NeutrifStudioMedium";
    font-size: 16px;
    height: 64px;
    justify-content: space-evenly;
    position: absolute;
    right: 60px;
    width: 220px;
    z-index: 2; }
    @media (max-width: 1024px) {
      .map__zoom-controls {
        bottom: 25px;
        right: auto; } }
  .map__zoom-button {
    cursor: pointer;
    display: flex;
    height: 20px;
    width: 20px; }

.menu {
  display: flex;
  flex-direction: row;
  position: absolute;
  z-index: 7; }
  @media (min-width: 1025px) {
    .menu {
      align-items: flex-end;
      bottom: 24px;
      justify-content: flex-end;
      position: absolute;
      right: 44px; } }
  @media (max-width: 1024px) {
    .menu {
      bottom: 82px;
      position: absolute;
      width: 100%;
      align-items: flex-start;
      justify-content: space-around; } }
  @media (max-width: 1024px) {
    .menu--desktop {
      display: none; } }
  .menu--mobile {
    color: #3B4559; }
    @media (min-width: 1025px) {
      .menu--mobile {
        display: none; } }
  @media (min-width: 1025px) {
    .menu--nav-open {
      display: none; } }
  @media (max-width: 1024px) {
    .menu--nav-open {
      left: 0px; } }
  .menu--hidden {
    bottom: -90px; }
  .menu__gyro {
    opacity: 0.5; }
  .menu__menuItem {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    pointer-events: all;
    text-align: center;
    font-size: 20px;
    /*
        padding: 0px 6px;
        margin: 0px 12px;
        */ }
    @media (min-width: 1025px) {
      .menu__menuItem {
        width: 64px; } }
    @media (max-width: 1024px) {
      .menu__menuItem {
        width: 32px; } }
    .menu__menuItem img {
      margin-bottom: 5px; }
    .menu__menuItem span {
      font-family: "NeutrifStudioRegular";
      font-size: 11px;
      line-height: 12px;
      opacity: 0;
      pointer-events: none;
      transition: all 0.35s ease-in-out; }
      @media (min-width: 1025px) {
        .menu__menuItem span {
          color: #fff;
          position: absolute;
          bottom: 24px; } }
      @media (max-width: 1024px) {
        .menu__menuItem span {
          color: #3B4559;
          margin-top: 3px;
          opacity: 1; } }
    .menu__menuItem svg {
      height: 24px;
      width: 24px; }
      @media (min-width: 1025px) {
        .menu__menuItem svg path {
          fill: #fff; } }
      @media (max-width: 1024px) {
        .menu__menuItem svg path {
          fill: #3B4559; } }
    .menu__menuItem:hover {
      opacity: 0.8; }
      .menu__menuItem:hover span {
        opacity: 1; }
        @media (min-width: 1025px) {
          .menu__menuItem:hover span {
            bottom: 32px; } }
      @media (min-width: 1025px) {
        .menu__menuItem:hover svg path {
          fill: #fff; } }
      @media (max-width: 1024px) {
        .menu__menuItem:hover svg path {
          fill: #3B4559; } }
  .menu__aerial svg {
    width: 36px; }
  .menu__fullscreen {
    font-size: 25px; }
  .menu__gyro {
    opacity: 0.5; }
  .menu__vr svg {
    width: 32px; }
    @media (min-width: 1025px) {
      .menu__vr svg {
        margin-top: 4px; } }

.nav-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 2px 9px;
  pointer-events: all;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.5s ease-in-out;
  z-index: 5; }
  @media (min-width: 1025px) {
    .nav-button {
      right: 48px;
      top: 61px; } }
  @media (max-width: 1024px) {
    .nav-button {
      right: 24px;
      top: 34px; } }
  .nav-button--hidden {
    opacity: 0; }
  .nav-button--nav-open {
    display: none; }
  .nav-button__label {
    font-family: "NeutrifStudioSemiBold";
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 12px;
    margin-top: 4px; }
  .nav-button i {
    font-size: 28px;
    line-height: 29px; }

.nav-close-button {
  align-items: center;
  cursor: pointer;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: all;
  position: absolute;
  text-align: center;
  z-index: 2; }
  @media (min-width: 1025px) {
    .nav-close-button {
      height: 120px;
      right: 0px;
      width: 120px; } }
  @media (max-width: 1024px) {
    .nav-close-button {
      height: 48px;
      right: 24px;
      top: 34px;
      width: 48px; } }
  .nav-close-button i {
    font-size: 24px;
    width: 24px; }
  .nav-close-button span {
    font-family: "NeutrifStudioMedium";
    font-size: 10px;
    line-height: 12px;
    margin-top: 4px; }
  .nav-close-button:hover i, .nav-close-button:hover span {
    opacity: 0.8; }

.nav-mask {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0%;
  position: absolute;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 6; }
  .nav-mask--hidden {
    left: 100%; }

.nav {
  background: #FFF;
  color: #3D4246;
  font-size: 20px !important;
  pointer-events: all;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.35s ease-in-out;
  z-index: 8; }
  @media (min-width: 1025px) {
    .nav {
      box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.2), -10px 0 30px 0 rgba(0, 0, 0, 0.3);
      height: 100%;
      width: 500px; } }
  @media (max-width: 1024px) {
    .nav {
      height: 100%;
      width: 100%; } }
  .nav--hidden {
    right: -100%; }
  .nav__background {
    background: #F07D5A;
    overflow: hidden; }
    @media (min-width: 1025px) {
      .nav__background {
        height: 120px; } }
    @media (max-width: 1024px) {
      .nav__background {
        height: 120px; } }
    .nav__background img {
      margin-left: -24px;
      margin-top: 16px;
      opacity: 0.2;
      width: 128px; }
  .nav__container {
    color: #F07D5A;
    display: flex;
    flex-direction: column;
    margin: 0px;
    position: absolute;
    width: 100%; }
    @media (min-width: 1025px) {
      .nav__container {
        height: calc(100% - 120px); } }
    @media (max-width: 1024px) {
      .nav__container {
        height: calc(100% - 120px); } }
  .nav__copyright {
    color: #3B4559;
    font-family: "NeutrifStudioRegular";
    font-size: 12px;
    line-height: 14px;
    text-align: center; }
    .nav__copyright:hover {
      opacity: 0.85; }
    @media (min-width: 1025px) {
      .nav__copyright {
        bottom: 30px;
        position: absolute;
        right: 24px; } }
    @media (max-width: 1024px) {
      .nav__copyright {
        bottom: 30px;
        position: absolute;
        right: 16px; } }
  .nav__footer {
    align-items: center;
    background: #FFF;
    display: flex;
    justify-content: flex-end; }
    @media (min-width: 1025px) {
      .nav__footer {
        bottom: 0px;
        height: 70px;
        position: absolute;
        width: 100%;
        z-index: 2; } }
    @media (max-width: 1024px) {
      .nav__footer {
        bottom: 0px;
        height: 162px;
        position: absolute;
        width: 100%;
        z-index: 2; } }
  .nav__list {
    list-style: none;
    margin: 0px;
    overflow-x: hidden;
    padding: 0px;
    pointer-events: all; }
    .nav__list--root {
      overflow: hidden; }
    .nav__list--sub {
      display: none;
      margin-top: 8px;
      overflow: hidden; }
  .nav__list-container {
    background: #fff;
    height: 100%;
    margin: 0px;
    overflow-y: scroll;
    width: 100%; }
    @media (min-width: 1025px) {
      .nav__list-container {
        height: calc(100% - 70px); } }
    @media (max-width: 1024px) {
      .nav__list-container {
        height: calc(100% - 162px); } }
  .nav__list-item {
    cursor: pointer;
    opacity: 1; }
    .nav__list-item--always-expanded {
      cursor: default; }
    .nav__list-item--current {
      color: #F07D5A !important;
      cursor: default; }
    .nav__list-item--spot:hover {
      color: #F07D5A !important; }
    .nav__list-item--level-1 {
      color: #3B4559;
      font-family: "NeutrifStudioSemiBold"; }
      @media (min-width: 1025px) {
        .nav__list-item--level-1 {
          font-size: 22px;
          line-height: 22px;
          padding: 22px 0px 22px 24px; } }
      @media (max-width: 1024px) {
        .nav__list-item--level-1 {
          font-size: 18px;
          line-height: 18px;
          padding: 18px 0px 18px 24px; } }
    .nav__list-item--level-2 {
      color: #3B4559;
      font-family: "NeutrifStudioMedium"; }
      @media (min-width: 1025px) {
        .nav__list-item--level-2 {
          font-size: 16px;
          line-height: 20px;
          padding: 12px 0px 12px 12px; } }
      @media (max-width: 1024px) {
        .nav__list-item--level-2 {
          font-size: 14px;
          line-height: 18px;
          padding: 10px 0px 10px 12px; } }
    .nav__list-item--level-3 {
      color: #3B4559;
      font-family: "NeutrifStudioRegular"; }
      @media (min-width: 1025px) {
        .nav__list-item--level-3 {
          font-size: 14px;
          line-height: 16px;
          padding: 10px 0px 10px 12px; } }
      @media (max-width: 1024px) {
        .nav__list-item--level-3 {
          font-size: 12px;
          line-height: 14px;
          padding: 8px 0px 8px 12px; } }
    .nav__list-item--level-4 {
      color: #3B4559;
      font-family: "NeutrifStudioRegular"; }
      @media (min-width: 1025px) {
        .nav__list-item--level-4 {
          font-size: 14px;
          line-height: 16px;
          padding: 10px 0px 10px 12px; } }
      @media (max-width: 1024px) {
        .nav__list-item--level-4 {
          font-size: 12px;
          line-height: 14px;
          padding: 8px 0px 8px 12px; } }
    .nav__list-item--level-5 {
      color: #3B4559;
      font-family: "NeutrifStudioRegular"; }
      @media (min-width: 1025px) {
        .nav__list-item--level-5 {
          font-size: 14px;
          line-height: 16px;
          padding: 10px 0px 10px 12px; } }
      @media (max-width: 1024px) {
        .nav__list-item--level-5 {
          font-size: 12px;
          line-height: 14px;
          padding: 8px 0px 8px 12px; } }
    .nav__list-item svg {
      fill: #fff;
      pointer-events: none;
      transition: all 0.35s ease-in-out; }
  .nav__list-item:last-of-type {
    margin-bottom: 0px; }
  .nav__list-item-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    transition: all 0.35s ease-in-out; }
    .nav__list-item-header:hover {
      color: #F07D5A !important; }
  .nav__list-item-toggle {
    color: #F07D5A;
    font-size: 25px;
    margin-left: auto;
    pointer-events: none;
    text-align: center; }
    @media (min-width: 1025px) {
      .nav__list-item-toggle {
        margin-right: 24px; } }
    @media (max-width: 1024px) {
      .nav__list-item-toggle {
        margin-right: 32px !important; } }
    .nav__list-item-toggle i {
      padding: 4px;
      transition: all 0.35s ease-in-out; }
    .nav__list-item-toggle--level-1 {
      font-size: 18px;
      line-height: 18px; }
    .nav__list-item-toggle--level-2, .nav__list-item-toggle--level-3, .nav__list-item-toggle--level-4 {
      font-size: 14px;
      line-height: 14px; }
  .nav--mobile .nav__list-container {
    margin-bottom: 20px; }
  .nav--mobile .nav__copyright {
    bottom: 10px; }

.video-controls {
  align-items: center;
  background: rgba(61, 66, 70, 0.55);
  border-radius: 5px;
  display: flex;
  justify-content: space-evenly;
  z-index: 1; }
  @media (max-width: 1024px) {
    .video-controls--landscape {
      display: none; } }
  @media (min-width: 1025px) {
    .video-controls--portrait {
      display: none; } }
  @media (min-width: 1025px) {
    .video-controls {
      bottom: auto;
      flex-direction: column;
      height: 100px;
      margin-top: -50px;
      position: absolute;
      right: 40px;
      top: 50%;
      width: 48px; } }
  @media (max-width: 1024px) {
    .video-controls {
      flex-direction: row;
      height: 48px;
      margin: 0px 0px 25px 25px;
      width: 100px;
      /*
        bottom: 182px;
        left: 25px;
        */ } }
  .video-controls--hidden {
    opacity: 0;
    pointer-events: none; }
  .video-controls--info-more {
    bottom: 15px;
    left: 50%;
    margin-left: -50px;
    top: auto !important; }
  .video-controls__toggle-playback-button {
    cursor: pointer;
    pointer-events: all; }
  .video-controls__toggle-audio-button {
    cursor: pointer;
    pointer-events: all; }

.intro {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }

.intro-hidden {
  opacity: 0 !important; }
  .intro-hidden * {
    opacity: 0 !important;
    pointer-events: none; }

* {
  scrollbar-width: thin;
  scrollbar-color: #fff #C1C1C1; }

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

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

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