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

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

@font-face {
  font-family: "CeraProRegular";
  src: url("../tour/fonts/CeraPRO-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: #d8554f;
  color: #F2F2F2;
  font-family: "CeraProBold";
  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: #F2F2F2;
  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;
  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; }

.bc-nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-family: "CeraProMedium";
  font-size: 16px;
  height: 24px;
  letter-spacing: 0.2px;
  line-height: 18px;
  pointer-events: all;
  position: absolute;
  z-index: 1; }
  @media (min-width: 1025px) {
    .bc-nav {
      bottom: 24px;
      left: 48px; } }
  @media (max-width: 1024px) {
    .bc-nav {
      display: none; } }
  .bc-nav__back {
    cursor: pointer;
    font-size: 18px;
    margin-right: 10px; }
    .bc-nav__back--disabled {
      display: none; }
  .bc-nav__path {
    margin-top: 2px;
    width: 100%; }
  .bc-nav__section {
    cursor: pointer;
    text-decoration: underline; }
    .bc-nav__section--last {
      cursor: default;
      pointer-events: none;
      text-decoration: none; }
    .bc-nav__section--empty {
      cursor: default;
      pointer-events: none; }
  .bc-nav__separator {
    color: #d8554f;
    font-size: 10px;
    margin: 0px 3px; }

.button {
  align-items: center;
  background: #d8554f;
  background-size: 200% 100%;
  background-position: right bottom;
  border: 2px solid #F2F2F2;
  border-radius: 24px;
  box-sizing: border-box;
  color: #F2F2F2;
  cursor: pointer;
  display: flex;
  font-family: "CeraProMedium";
  font-size: 16px;
  height: 48px;
  justify-content: center;
  padding: 0px 32px;
  text-align: center;
  transition: all 0.35s ease-in-out; }

.copy-modal-v5-wrapper {
  align-items: center;
  height: 100%;
  justify-content: center;
  pointer-events: all;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%; }
  .copy-modal-v5-wrapper__bottom-shadow {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    bottom: 0px;
    height: 40px;
    position: absolute;
    width: 100%;
    z-index: 2; }
  .copy-modal-v5-wrapper__container {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2; }
  .copy-modal-v5-wrapper__content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .copy-modal-v5-wrapper__mask {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1; }
    @media (min-width: 1025px) {
      .copy-modal-v5-wrapper__mask {
        background: rgba(0, 0, 0, 0.85);
        display: none; } }
    @media (max-width: 1024px) {
      .copy-modal-v5-wrapper__mask {
        background: rgba(0, 0, 0, 0.35); } }
  .copy-modal-v5-wrapper--hidden {
    opacity: 0;
    pointer-events: none; }

.copy-modal-v5 {
  color: black;
  pointer-events: all;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  @media (max-width: 1024px) {
    .copy-modal-v5 {
      bottom: 0px;
      height: calc(100% - 140px); } }
  .copy-modal-v5 * {
    cursor: default; }
  .copy-modal-v5__close-button {
    font-size: 24px;
    position: absolute;
    right: 32px;
    top: 40px; }
  .copy-modal-v5__main {
    background: #F2F2F2;
    box-sizing: border-box;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__main {
        border-radius: 5px 50px 5px 50px;
        max-height: 40%;
        max-width: 800px;
        padding: 48px 96px 60px 48px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__main {
        border-radius: 5px 50px 0px 0px;
        height: 100%;
        padding: 64px 32px 60px 24px; } }
  .copy-modal-v5__text {
    box-sizing: border-box;
    height: 100%; }
  .copy-modal-v5 h1 {
    font-family: "CeraProMedium";
    color: #E94848;
    font-size: 32px;
    letter-spacing: 0.1px;
    line-height: 32px;
    margin: 0px;
    max-width: 80%; }
  .copy-modal-v5 p {
    font-family: "CeraProRegular";
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    margin-top: 14px;
    padding: 0px; }
  .copy-modal-v5 .copy-scrollable {
    overflow-y: auto; }

.gallery-button {
  align-items: center;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  font-family: "CeraProBold";
  font-size: 16px;
  line-height: 20px;
  justify-content: center;
  position: absolute;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 15; }
  .gallery-button i {
    cursor: pointer;
    font-size: 25px;
    margin-bottom: 8px;
    padding: 4px;
    pointer-events: all;
    transition: all 0.35s ease-in-out; }
  @media (min-width: 1025px) {
    .gallery-button--gallery-opened {
      bottom: 130px; } }
  .gallery-button--gallery-opened .gallery-button__title--close {
    display: block; }
  .gallery-button--gallery-opened .gallery-button__title--open {
    display: none; }
  .gallery-button__title {
    cursor: pointer;
    pointer-events: all; }
    .gallery-button__title--close {
      display: none; }
    .gallery-button__title--open {
      display: block; }

.gallery-wrapper {
  background: rgba(0, 0, 0, 0.6);
  cursor: default;
  height: 100%;
  opacity: 1;
  pointer-events: all;
  position: absolute;
  top: 0px;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 12; }
  .gallery-wrapper--hidden {
    opacity: 0;
    top: 100%; }

.gallery {
  cursor: default;
  height: 100%;
  opacity: 1;
  pointer-events: all;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 2; }
  @media (min-width: 1025px) {
    .gallery {
      overflow-y: scroll; } }
  @media (max-width: 1024px) {
    .gallery {
      overflow-y: scroll; } }
  .gallery__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 28px;
    pointer-events: all;
    position: absolute;
    z-index: 1; }
    @media (min-width: 1025px) {
      .gallery__list {
        bottom: 8px;
        padding: 0px 4px; } }
    @media (max-width: 1024px) {
      .gallery__list {
        flex-wrap: wrap;
        margin-bottom: 100px; } }
  .gallery__list-item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.35s ease-in-out; }
    @media (min-width: 1025px) {
      .gallery__list-item {
        margin: 4px;
        opacity: 0.5;
        width: 160px; } }
    @media (max-width: 1024px) {
      .gallery__list-item {
        margin: 8px;
        max-height: 150px;
        max-width: 240px;
        width: 40vw; } }
    .gallery__list-item:hover {
      opacity: 1; }
    .gallery__list-item--active {
      opacity: 1; }
    .gallery__list-item img {
      object-fit: none;
      object-position: center; }
      @media (min-width: 1025px) {
        .gallery__list-item img {
          height: 80px; } }
      @media (max-width: 1024px) {
        .gallery__list-item img {
          height: 20vw;
          max-height: 120px; } }
  .gallery__list-item-title {
    font-family: "CeraProMedium";
    font-size: 12px;
    line-height: 15px;
    margin-top: 8px;
    letter-spacing: 0.2px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); }
    .gallery__list-item-title--active {
      font-family: "CeraProBold"; }
    .gallery__list-item-title--active.gallery__list-item-title:before {
      background-color: #E94848;
      border-radius: 400px;
      content: '';
      display: inline-block;
      height: 4px;
      margin-bottom: 2px;
      margin-right: 5px;
      width: 4px; }
      @media (min-width: 1025px) {
        .gallery__list-item-title--active.gallery__list-item-title:before {
          display: none; } }
  .gallery__mask {
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    bottom: 0px;
    height: 150px;
    position: absolute;
    width: 100%;
    z-index: 1;
    pointer-events: none; }
  .gallery__mask-bottom {
    display: none;
    background: linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 80%, black 100%);
    bottom: 0px;
    height: 115px;
    position: absolute;
    width: 100%;
    z-index: 3;
    pointer-events: none; }
    @media (max-width: 1024px) {
      .gallery__mask-bottom {
        display: none; } }
  .gallery__mask-bottom-2 {
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    bottom: 0px;
    height: 200px;
    position: absolute;
    width: 100%;
    pointer-events: none; }
    @media (min-width: 1025px) {
      .gallery__mask-bottom-2 {
        z-index: 2; } }
    @media (max-width: 1024px) {
      .gallery__mask-bottom-2 {
        z-index: 3; } }

.global-cta-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  pointer-events: all;
  z-index: 2; }
  .global-cta-container--pano {
    position: absolute; }
    @media (min-width: 1025px) {
      .global-cta-container--pano {
        justify-content: flex-end;
        right: 125px;
        top: 67px; } }
    @media (max-width: 1024px) {
      .global-cta-container--pano {
        bottom: 20px;
        justify-content: center;
        margin-top: 70px;
        right: 0;
        width: 50%; } }
  @media (max-width: 1024px) {
    .global-cta-container--full, .global-cta-container--stage {
      width: 100%; } }
  @media (max-width: 1024px) {
    .global-cta-container--visitor-path {
      bottom: 70px; } }
  .global-cta-container--nav-open, .global-cta-container--map-open {
    display: none; }
  .global-cta-container .button:nth-of-type(1) {
    font-family: "CeraProMedium"; }
    @media (max-width: 1024px) {
      .global-cta-container .button:nth-of-type(1) {
        display: none; } }
  @media (max-width: 1024px) {
    .global-cta-container .button:nth-of-type(2) {
      margin: 0px;
      min-width: 130px;
      width: calc(100% - 50px) !important; } }

.gui-stage {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAC9SURBVHjarJLbasNADETPSGtj//9XFtqHQIJd2JX6YNwkDvSyyT6JHTRoLjpdzglQSqHWyrquAEzT9P13xM2MUgqlFHRL0FpjWRYA5nnG3e8IdnwcR9wdSejyuSZAa43M5PZJwt054pIws23eL/hp4YhHBGZGRKC3j/f8TfMRlwTwIoIeCa01zIzM7DMxM7cIpfsY/9oDd2cYhi3Knh6Y2ZWgR0JEPEr4bw8kbSb2xLi3sNb6AoKnJTxr4tcAshUe+EPfCsoAAAAASUVORK5CYII=");
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: 100%; }

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

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

.hotspot-v2 {
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  position: absolute;
  transition: all 0.35s ease-in-out;
  width: 24px; }
  .hotspot-v2__icon {
    height: 12px;
    left: 6px;
    position: absolute;
    top: 5px;
    width: 12px; }
    .hotspot-v2__icon img {
      height: 100%;
      width: 100%; }
  .hotspot-v2__preview {
    border-radius: 100%;
    height: calc(100% - 8px);
    left: 4px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 4px;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: calc(100% - 8px); }
    .hotspot-v2__preview img {
      height: 100%;
      object-position: center;
      width: 100%; }
  .hotspot-v2__shape-1 {
    background: #0294D1;
    border-radius: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    transition: border-radius 0.35s cubic-bezier(0.86, 0, 0.07, 1), height 0.35s cubic-bezier(0.86, 0, 0.07, 1), width 0.35s cubic-bezier(0.86, 0, 0.07, 1), opacity 0s;
    width: 100%; }
  .hotspot-v2__shape-2 {
    background: white;
    border-radius: 100%;
    height: 8px;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 8px; }
  .hotspot-v2__title {
    font-family: "CeraProMedium";
    font-size: 14px;
    line-height: 17px;
    min-width: 120px;
    pointer-events: none;
    position: fixed;
    text-align: center;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.85);
    top: 24px;
    transition: opacity 0s; }
  .hotspot-v2--custom-icon .hotspot-v2__shape-2 {
    display: none; }
  .hotspot-v2--inline-info {
    /*
        cursor: default;
        pointer-events: none !important;

        * {
            cursor: default;
            pointer-events: none !important;
        }
        */ }
  .hotspot-v2--traversal .hotspot-v2__shape-1 {
    background: #d8554f; }
  .hotspot-v2--traversal .hotspot-v2__icon {
    display: none; }
  .hotspot-v2--traversal .hotspot-v2__title {
    opacity: 0;
    top: 60px; }
  .hotspot-v2__video-icon {
    height: 24px;
    left: -5px;
    opacity: 0;
    position: fixed;
    top: -5px;
    transform: scaleX(0.65);
    width: 24px;
    z-index: 1; }
    .hotspot-v2__video-icon svg {
      fill: white;
      height: 100%;
      width: 100%; }
  .hotspot-v2--invisible {
    opacity: 0; }
  .hotspot-v2--mapspot .hotspot-v2__title {
    left: -20px;
    top: 90px; }
  .hotspot-v2--minified {
    transform: scale(0.01); }
  .hotspot-v2--minified .hotspot-v2__title {
    width: 0px; }
  @media (hover: hover) and (pointer: fine) {
    .hotspot-v2--traversal.hotspot-v2:hover {
      border: 6px solid rgba(255, 255, 255, 0.5);
      height: 78px;
      margin-left: -39px;
      margin-top: -39px;
      width: 78px; }
    .hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__preview {
      opacity: 1; }
      .hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__preview--empty {
        background: #d8554f; }
    .hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__title {
      opacity: 1;
      transition: opacity 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.25s; }
    .hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__shape-2 {
      opacity: 0; }
    .hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__video-icon {
      opacity: 1; } }
  .hotspot-v2--inline-video .hotspot-v2__icon {
    height: 10px;
    left: 7px;
    position: absolute;
    top: 6px;
    width: 10px;
    z-index: 3; }

.info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  text-align: left;
  transition: all ease-out 0.25s;
  z-index: 1; }
  @media (min-width: 1025px) {
    .info {
      bottom: 75px;
      left: 48px;
      width: 100%; } }
  @media (max-width: 1024px) {
    .info {
      bottom: 100px;
      width: 100%; } }
  .info--gallery-open {
    opacity: 0; }
  .info--hidden {
    opacity: 0; }
  .info--stage {
    position: relative;
    top: 20px; }
  .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: 0px 0px 20px 25px; }
    @media (max-width: 400px) {
      .info--stage .info__title {
        font-size: 30px; } }
  @media (min-width: 1025px) {
    .info--visitor-path {
      left: 160px; } }
  @media (max-width: 1024px) {
    .info--visitor-path {
      bottom: 70px; } }
  @media (min-width: 1025px) {
    .info--pano {
      max-width: 500px; } }
  @media (max-width: 1024px) {
    .info--pano .info__description {
      display: none; } }
  .info__description {
    font-family: "CeraProMedium";
    font-size: 18px;
    line-height: 24px;
    max-width: 600px; }
  .info__hide-more-button {
    cursor: pointer;
    height: 32px;
    pointer-events: all;
    position: absolute;
    right: 24px;
    top: 5px;
    width: 32px; }
  .info__show-more-button {
    margin: 0px !important;
    pointer-events: all;
    width: 50%; }
    @media (min-width: 1025px) {
      .info__show-more-button {
        display: none !important; } }
    @media (max-width: 1024px) {
      .info__show-more-button {
        margin-left: 25px !important;
        min-width: 130px;
        width: calc(100% - 37px); } }
    .info__show-more-button--hidden {
      opacity: 0; }
    .info__show-more-button--single {
      width: auto; }
  .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;
    flex-direction: column;
    justify-content: flex-end; }
    @media (min-width: 1025px) {
      .info__subcontainer {
        margin-bottom: 2px;
        margin-top: 10px; } }
    @media (max-width: 1024px) {
      .info__subcontainer {
        bottom: 0px;
        left: 0px;
        position: absolute;
        width: 50%; } }
    .info__subcontainer--hidden {
      display: none; }
  .info__title {
    font-family: "CeraProBold";
    text-transform: uppercase; }
    @media (min-width: 1025px) {
      .info__title {
        font-size: 52px;
        line-height: 52px; } }
    @media (max-width: 1024px) {
      .info__title {
        font-size: 32px;
        line-height: 32px;
        padding: 0px 24px;
        text-align: center;
        word-break: break-word; } }
  .info--info-more .info__hide-more-button {
    display: block;
    height: 24px;
    pointer-events: all;
    position: absolute;
    right: 25px;
    top: 40px;
    width: 24px; }
  .info--info-more .info__description {
    display: block;
    height: 100%;
    padding-right: 10px;
    width: 100%; }
  .info--info-more .info__show-more-button {
    display: none; }
  .info--info-more .info__spacer {
    min-height: 100px; }
  .info--info-more .info__subcontainer {
    height: 100%;
    left: 25px;
    margin: 20px 25px 80px 25px;
    position: initial;
    width: calc(100% - 50px); }
  .info--info-more .info__title {
    margin: 34px 0px 0px 25px;
    max-width: calc(100% - 90px); }

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

.lang-switcher {
  align-items: center;
  background: rgba(61, 66, 70, 0.05);
  border: 1px solid rgba(0, 0, 0, 0);
  color: #3D4246;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  font-family: "CeraProMedium";
  font-size: 15px;
  height: 40px;
  justify-content: flex-start;
  opacity: 1;
  pointer-events: all;
  position: absolute;
  width: 240px;
  z-index: 9; }
  @media (min-width: 1025px) {
    .lang-switcher {
      bottom: 30px;
      right: 130px; } }
  @media (max-width: 1024px) {
    .lang-switcher {
      bottom: 30px;
      left: 50%;
      margin-left: -120px; } }
  .lang-switcher--active {
    border: 1px solid #F2F2F2;
    border-radius: 0px 0px 5px 5px; }
  .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 {
  border: 1px solid #F2F2F2;
  border-radius: 5px 5px 0px 0px;
  color: #3D4246;
  display: flex;
  flex-direction: column;
  font-family: "CeraProMedium";
  font-size: 16px;
  justify-content: space-evenly;
  position: absolute;
  width: 240px;
  z-index: 10; }
  @media (min-width: 1025px) {
    .lang-list {
      bottom: 75px;
      right: 130px; } }
  @media (max-width: 1024px) {
    .lang-list {
      bottom: 75px;
      left: 50%;
      margin-left: -120px; } }
  .lang-list__item {
    align-items: center;
    background: #FFF;
    border: 1px solid #F8F8F8;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: flex-start;
    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;
  width: 100%;
  z-index: 1; }
  @media (max-width: 1024px) {
    .local-cta-container {
      align-items: center;
      bottom: 0px;
      display: none;
      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 {
      background: linear-gradient(to right, #fa8d2a 50%, #d8554f 50%);
      background-size: 200% 100%;
      background-position: right bottom;
      border: none;
      margin: 8px 0px;
      width: 100%; } }

.logo {
  cursor: pointer;
  left: 25px;
  opacity: 1;
  pointer-events: all;
  position: absolute;
  top: 25px;
  transition: opacity 0.35s ease-in-out;
  z-index: 2; }
  @media (min-width: 1025px) {
    .logo {
      left: 40px;
      top: 53px; } }
  @media (max-width: 1024px) {
    .logo {
      left: 24px;
      top: 24px; } }
  .logo--hidden {
    opacity: 0; }
  .logo--nav-open {
    display: none; }
  @media (min-width: 1025px) {
    .logo__img {
      width: 100px; } }
  @media (max-width: 1024px) {
    .logo__img {
      width: 86px; } }

.map {
  background-color: #c7e0a6;
  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: 8; }
  .map--hidden {
    opacity: 0;
    pointer-events: none; }
  .map__close-button {
    cursor: pointer;
    height: 24px;
    position: absolute;
    z-index: 3; }
    @media (min-width: 1025px) {
      .map__close-button {
        fill: #3D4246;
        right: 60px;
        top: 60px; } }
    @media (max-width: 1024px) {
      .map__close-button {
        fill: #FFF;
        right: 24px;
        top: 25px; } }
  .map__container {
    transform: scale(1); }
  .map__header {
    display: none; }
    @media (max-width: 1024px) {
      .map__header {
        box-shadow: inset 0px 100px 50px -50px rgba(0, 0, 0, 0.45);
        display: block;
        height: 200px;
        position: absolute;
        width: 100%;
        z-index: 3; } }
  .map__image {
    cursor: move;
    z-index: 1; }
  .map__zoom-controls {
    align-items: center;
    background-color: #85ba58;
    border-radius: 5px;
    bottom: 30px;
    display: flex;
    flex-direction: row;
    font-family: "CeraProMedium";
    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 {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  position: absolute;
  transition: all 0.35s ease-in-out 0.35s;
  z-index: 7; }
  @media (min-width: 1025px) {
    .menu {
      bottom: 24px;
      justify-content: flex-end;
      position: absolute;
      right: 48px;
      width: 240px; } }
  @media (max-width: 1024px) {
    .menu {
      background: #d8554f;
      bottom: 40px;
      height: 72px;
      justify-content: space-evenly;
      left: 100%;
      position: absolute;
      width: 100%; } }
  @media (max-width: 1024px) {
    .menu--desktop {
      display: none; } }
  .menu--mobile {
    background: #F9F9F9;
    color: #474747; }
    @media (min-width: 1025px) {
      .menu--mobile {
        display: none; } }
  .menu--nav-open {
    transition: none; }
    @media (min-width: 1025px) {
      .menu--nav-open {
        display: none; } }
    @media (max-width: 1024px) {
      .menu--nav-open {
        left: 0px; } }
  .menu--hidden {
    bottom: -90px; }
  .menu__menuItem {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    pointer-events: all;
    text-align: center; }
    .menu__menuItem i {
      font-size: 24px; }
    .menu__menuItem img {
      margin-bottom: 5px; }
    .menu__menuItem span {
      font-family: "CeraProMedium";
      font-size: 12px;
      opacity: 0;
      position: absolute;
      bottom: 32px; }
      @media (min-width: 1025px) {
        .menu__menuItem span {
          transition: all 0.25s ease-in-out; } }
      @media (max-width: 1024px) {
        .menu__menuItem span {
          opacity: 1;
          top: 45px; } }
    .menu__menuItem svg {
      height: 24px;
      width: 24px; }
      @media (min-width: 1025px) {
        .menu__menuItem svg path {
          fill: #F2F2F2; } }
      @media (max-width: 1024px) {
        .menu__menuItem svg path {
          fill: #474747; } }
    .menu__menuItem:hover span {
      opacity: 1; }
      @media (min-width: 1025px) {
        .menu__menuItem:hover span {
          bottom: 36px; } }
      @media (max-width: 1024px) {
        .menu__menuItem:hover span {
          color: #d8554f;
          top: 45px; } }
    @media (min-width: 1025px) {
      .menu__menuItem:hover svg path {
        fill: #F2F2F2; } }
    @media (max-width: 1024px) {
      .menu__menuItem:hover svg path {
        fill: #d8554f; } }
  .menu__aerial svg {
    width: 36px; }
  .menu__gyro {
    opacity: 0.5; }
  .menu__vr svg {
    width: 32px; }
    @media (min-width: 1025px) {
      .menu__vr svg {
        margin-top: 4px; } }

.social-sidebar {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  right: 48px;
  pointer-events: all;
  position: absolute;
  width: 32px; }
  @media (min-width: 1025px) {
    .social-sidebar {
      display: flex; } }
  @media (max-width: 1024px) {
    .social-sidebar {
      display: none; } }
  .social-sidebar__element {
    background: #FFF;
    border-radius: 500px;
    height: 32px;
    margin-bottom: 20px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .social-sidebar__element img {
      height: 14px;
      width: 14px; }

.video-controls {
  align-items: center;
  background: rgba(61, 66, 70, 0.55);
  border-radius: 5px;
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  z-index: 1; }
  @media (min-width: 1025px) {
    .video-controls {
      bottom: auto;
      flex-direction: column;
      height: 100px;
      margin-top: -50px;
      right: 40px;
      top: 50%;
      width: 48px; } }
  @media (max-width: 1024px) {
    .video-controls {
      bottom: 182px;
      flex-direction: row;
      height: 48px;
      left: 25px;
      width: 100px; } }
  .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; }

.visitor-path {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 3; }
  .visitor-path--hidden {
    display: none; }
  .visitor-path .visitor-path-counter {
    position: absolute;
    text-align: right; }
    @media (min-width: 1025px) {
      .visitor-path .visitor-path-counter {
        bottom: 110px;
        right: 160px; } }
    @media (max-width: 1024px) {
      .visitor-path .visitor-path-counter {
        background: rgba(0, 0, 0, 0.35);
        bottom: 0px;
        height: 50px;
        left: 50px;
        width: calc(100% - 100px);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; } }
    @media (min-width: 1025px) {
      .visitor-path .visitor-path-counter__title {
        font-family: "CeraProMedium";
        font-size: 50px; } }
    @media (max-width: 1024px) {
      .visitor-path .visitor-path-counter__title {
        font-family: "CeraProMedium";
        font-size: 16px; } }
    .visitor-path .visitor-path-counter__separator {
      font-size: 24px; }
      @media (min-width: 1025px) {
        .visitor-path .visitor-path-counter__separator {
          display: none; } }
    @media (min-width: 1025px) {
      .visitor-path .visitor-path-counter__subtitle {
        font-family: "CeraProMedium";
        font-size: 18px; } }
    @media (max-width: 1024px) {
      .visitor-path .visitor-path-counter__subtitle {
        font-family: "CeraProMedium";
        font-size: 16px; } }
  .visitor-path .visitor-path-end {
    transition: all 0.35s ease-in-out; }
    .visitor-path .visitor-path-end--hidden {
      opacity: 0;
      pointer-events: none; }
  .visitor-path .visitor-path-steppers {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    width: 100%; }
    @media (min-width: 1025px) {
      .visitor-path .visitor-path-steppers {
        bottom: 110px; } }
    @media (max-width: 1024px) {
      .visitor-path .visitor-path-steppers {
        bottom: 0px; } }
    .visitor-path .visitor-path-steppers__prev, .visitor-path .visitor-path-steppers__next {
      align-items: center;
      background: rgba(0, 0, 0, 0.5);
      cursor: pointer;
      display: flex;
      justify-content: center;
      pointer-events: all; }
      @media (min-width: 1025px) {
        .visitor-path .visitor-path-steppers__prev, .visitor-path .visitor-path-steppers__next {
          height: 200px;
          width: 120px; } }
      @media (max-width: 1024px) {
        .visitor-path .visitor-path-steppers__prev, .visitor-path .visitor-path-steppers__next {
          height: 50px;
          width: 50px; } }
    @media (min-width: 1025px) {
      .visitor-path .visitor-path-steppers svg {
        margin: 0px 40px;
        max-height: 80px; } }
    @media (max-width: 1024px) {
      .visitor-path .visitor-path-steppers svg {
        max-height: 24px; } }

.copy-modal {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: all;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 25; }
  .copy-modal--hidden {
    display: none; }
  .copy-modal__mask {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: absolute;
    width: 100%; }
  .copy-modal__close-button {
    color: #000;
    cursor: pointer;
    font-size: 25px;
    padding: 12px 4.5px;
    pointer-events: all;
    position: absolute;
    z-index: 2; }
    @media (min-width: 1025px) {
      .copy-modal__close-button {
        right: 24px;
        top: 30px; } }
    @media (max-width: 1024px) {
      .copy-modal__close-button {
        right: 24px;
        top: 24px; } }
  .copy-modal__container {
    align-items: center;
    background: #FFF;
    color: #000;
    cursor: default;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    text-align: left;
    font-family: "CeraProRegular";
    font-size: 16px;
    line-height: 28px; }
    @media (min-width: 1025px) {
      .copy-modal__container {
        border-radius: 5px 50px 5px 50px;
        max-height: 40%;
        max-width: 600px;
        padding: 48px 38px 60px 48px;
        width: 100%; } }
    @media (max-width: 1024px) {
      .copy-modal__container {
        bottom: 0px;
        border-radius: 0px 50px 0px 0px;
        height: calc(100% - 140px);
        width: 100%; } }
  @media (min-width: 1025px) {
    .copy-modal__content {
      min-height: 100%;
      overflow-y: auto;
      padding: 0px 38px;
      width: 100%; } }
  @media (max-width: 1024px) {
    .copy-modal__content {
      height: 100%;
      margin: 72px;
      overflow-y: auto;
      padding: 0px 25px;
      width: calc(100% - 50px); } }
  .copy-modal h1 {
    color: #E94848;
    font-family: "CeraProMedium";
    font-size: 32px;
    letter-spacing: 0.1px;
    line-height: 32px;
    margin: 0px;
    max-width: 80%; }
  .copy-modal img {
    max-width: 100%; }
  .copy-modal p {
    margin: 0px;
    margin-top: 14px;
    padding: 0px; }
  .copy-modal .os-theme-minimal-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
    background: rgba(77, 78, 83, 0.5); }

.os-theme-minimal-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  background: #E94848; }

* {
  scrollbar-color: #FFF #d8554f; }
  @media (min-width: 1025px) {
    * {
      scrollbar-width: auto; } }
  @media (max-width: 1024px) {
    * {
      scrollbar-width: thin; } }

*::-webkit-scrollbar {
  border-radius: 0px;
  height: 6px; }
  @media (min-width: 1025px) {
    *::-webkit-scrollbar {
      width: 10px; } }
  @media (max-width: 1024px) {
    *::-webkit-scrollbar {
      width: 6px; } }

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

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