@font-face {
  font-family: 'Montserrat';
  font-weight: 900;
  src: url("../tour/fonts/Montserrat-Black.ttf"); }

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  src: url("../tour/fonts/Montserrat-Bold.ttf"); }

@font-face {
  font-family: 'Montserrat';
  font-weight: 300;
  src: url("../tour/fonts/Montserrat-Light.ttf"); }

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  src: url("../tour/fonts/Montserrat-Medium.ttf"); }

@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  src: url("../tour/fonts/Montserrat-Regular.ttf"); }

@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  src: url("../tour/fonts/Montserrat-SemiBold.ttf"); }

@font-face {
  font-family: 'Spartan';
  font-weight: 600;
  src: url("../tour/fonts/Spartan-SemiBold.ttf"); }

* {
  -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: #469447;
  color: #fff;
  font-family: "Montserrat";
  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;
  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; }

.button {
  align-items: center;
  background: #469447;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
  line-height: 24px;
  padding: 16px 32px;
  pointer-events: all; }
  @media (max-width: 1024px) {
    .button {
      width: 100%; } }

.copy-modal-v5-wrapper {
  align-items: center;
  cursor: default;
  height: 100%;
  justify-content: center;
  pointer-events: all;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  z-index: 7; }
  .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 {
    cursor: default;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2; }
  .copy-modal-v5-wrapper__content {
    cursor: default;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .copy-modal-v5-wrapper__mask {
    display: none; }
  .copy-modal-v5-wrapper--hidden {
    opacity: 0;
    pointer-events: none; }

.copy-modal-v5 {
  background: #fff;
  box-sizing: border-box;
  color: #35493D;
  pointer-events: all;
  position: absolute; }
  @media (min-width: 1025px) {
    .copy-modal-v5 {
      max-height: 400px;
      max-width: 550px; } }
  @media (max-width: 1024px) {
    .copy-modal-v5 {
      margin: 0px 16px; } }
  .copy-modal-v5__close-button {
    background: #35493D;
    box-sizing: border-box;
    height: 14px;
    padding: 18px;
    position: absolute;
    width: 14px; }
    @media (min-width: 1025px) {
      .copy-modal-v5__close-button {
        border-radius: 100%; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__close-button {
        right: 0px; } }
  .copy-modal-v5__main {
    align-items: flex-start;
    box-sizing: border-box;
    height: 100%;
    max-height: 400px; }
    @media (min-width: 1025px) {
      .copy-modal-v5__main {
        padding: 32px 0px 64px 32px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__main {
        padding: 32px 0px 40px 32px; } }
  .copy-modal-v5__text {
    height: 100%;
    padding-right: 32px;
    overflow-y: auto; }
  .copy-modal-v5 h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px; }
  .copy-modal-v5 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 10px 0px; }
  .copy-modal-v5--to-left .copy-modal-v5__close-button {
    right: -18px; }
  .copy-modal-v5--to-right .copy-modal-v5__close-button {
    left: -18px; }
  .copy-modal-v5--to-top .copy-modal-v5__close-button {
    bottom: -18px; }
  .copy-modal-v5--to-bottom .copy-modal-v5__close-button {
    top: -18px; }
  .copy-modal-v5--to-center .copy-modal-v5__close-button {
    margin-top: -17px;
    top: 50%; }
  .copy-modal-v5--to-left.copy-modal-v5--to-bottom {
    transform-origin: top right; }
  .copy-modal-v5--to-left.copy-modal-v5--to-top {
    transform-origin: bottom right; }
  .copy-modal-v5--to-right.copy-modal-v5--to-bottom {
    transform-origin: top left; }
  .copy-modal-v5--to-right.copy-modal-v5--to-top {
    transform-origin: bottom left; }

.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-pano {
  height: 100%;
  width: 100%; }
  .gui-pano--hidden {
    display: none; }

.gui-static {
  height: 100%;
  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: 140px;
    position: absolute;
    width: 100%; }

.hotspot-v2 {
  height: 40px;
  margin: -20px 0px 0px -20px;
  position: relative;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 40px; }
  .hotspot-v2__icon, .hotspot-v2__icon-default {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
    position: absolute; }
  .hotspot-v2__shape {
    background: #fff;
    border-radius: 40px;
    box-shadow: 0px 0px 50px rgba(132, 180, 70, 0.15), 0px 0px 20px rgba(132, 180, 70, 0.25);
    height: 40px;
    left: 0px;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 40px; }
  .hotspot-v2__title {
    color: #35493D;
    font-family: "Spartan";
    font-size: 12px;
    left: 40px;
    line-height: 12px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 15px;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    white-space: nowrap; }
  .hotspot-v2:hover .hotspot-v2__title, .hotspot-v2--tapped .hotspot-v2__title {
    opacity: 1; }
  .hotspot-v2--custom-icon {
    height: 36px;
    margin: -18px 0px 0px -18px;
    width: 36px; }
  .hotspot-v2--custom-icon .hotspot-v2__icon-default {
    display: none; }
  .hotspot-v2--custom-icon .hotspot-v2__shape {
    background: #66AC73;
    border-radius: 36px;
    box-shadow: 0px 0px 50px rgba(132, 180, 70, 0.5), 0px 0px 20px rgba(132, 180, 70, 0.45);
    height: 36px;
    width: 36px; }
  .hotspot-v2--custom-icon .hotspot-v2__title {
    color: #fff;
    top: 13px; }
  .hotspot-v2--minified {
    transform: scale(0.01); }

.info {
  bottom: 0px;
  cursor: default;
  left: 0px;
  pointer-events: all;
  position: absolute;
  z-index: 2; }
  @media (min-width: 1025px) {
    .info {
      backdrop-filter: blur(50px);
      background: rgba(53, 73, 61, 0.5);
      box-sizing: border-box;
      padding: 20px 0px 24px;
      width: 450px; } }
  @media (max-width: 1024px) {
    .info {
      align-items: flex-start;
      flex-direction: column;
      width: 100%; } }
  .info__category {
    color: #BACB53; }
    @media (min-width: 1025px) {
      .info__category {
        font-size: 16px;
        font-weight: 700;
        line-height: 18px; } }
    @media (min-width: 1025px) {
      .info__category {
        font-size: 14px;
        font-weight: 600;
        line-height: 15px; } }
  .info__description {
    display: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    overflow-y: auto;
    padding-right: 24px; }
    @media (min-width: 1025px) {
      .info__description {
        margin: 16px 0px 76px 0px;
        max-height: 400px; } }
    @media (max-width: 1024px) {
      .info__description {
        margin: 16px 0px 40px 0px;
        max-height: 250px; } }
  .info__hide-more-button {
    opacity: 0;
    padding: 10px 0px;
    pointer-events: none;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 2; }
    @media (min-width: 1025px) {
      .info__hide-more-button {
        right: 24px;
        top: 22px; } }
    @media (max-width: 1024px) {
      .info__hide-more-button {
        right: 24px;
        top: 79px; } }
    .info__hide-more-button__inside {
      background: #fff;
      border-radius: 5px;
      height: 2px;
      width: 20px; }
  .info__show-more-button {
    align-self: flex-end;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    position: absolute;
    right: 24px;
    text-decoration: underline;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    white-space: nowrap; }
    @media (max-width: 1024px) {
      .info__show-more-button {
        bottom: 25px; } }
  .info__text {
    align-items: flex-start; }
    @media (min-width: 1025px) {
      .info__text {
        flex: 1;
        margin-left: 88px; } }
    @media (max-width: 1024px) {
      .info__text {
        backdrop-filter: blur(50px);
        background: rgba(53, 73, 61, 0.5);
        box-sizing: border-box;
        padding: 25px 24px 26px;
        width: 100%; } }
  .info__title {
    font-weight: 700;
    margin-right: 80px; }
    @media (min-width: 1025px) {
      .info__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 2px; } }
    @media (max-width: 1024px) {
      .info__title {
        font-size: 20px;
        line-height: 25px; } }
  .info .button {
    background: none;
    padding: 0px;
    display: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: underline;
    white-space: nowrap; }
  @media (min-width: 1025px) {
    .info .local-cta-container {
      align-self: flex-end;
      position: absolute;
      right: 24px; } }
  .info--more .button {
    display: block; }
  .info--more .nav-button {
    bottom: 28px;
    margin-bottom: 0px; }
  .info--more .info__gotoweb {
    display: block; }
  .info--more .info__hide-more-button {
    opacity: 1;
    pointer-events: all; }
  .info--more .info__show-more-button {
    display: none; }

.landing {
  align-items: flex-start;
  background-color: #FCFCF6;
  background-image: url("/tour/img/landing.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  box-sizing: border-box;
  color: #35493D;
  height: 100%;
  left: 0px;
  pointer-events: all;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 6; }
  @media (min-width: 1025px) {
    .landing {
      padding: 0px 80px;
      width: 660px; } }
  @media (max-width: 1024px) {
    .landing {
      background-size: calc(100% - 100px);
      justify-content: flex-start;
      overflow-y: auto;
      padding: 24px;
      width: 100%; } }
  .landing__button {
    margin-top: 40px; }
  .landing h1 {
    color: #469447; }
    @media (min-width: 1025px) {
      .landing h1 {
        font-size: 64px;
        font-weight: 700;
        line-height: 77px; } }
    @media (max-width: 1024px) {
      .landing h1 {
        font-size: 32px;
        font-weight: 800;
        line-height: 38px; } }
  @media (min-width: 1025px) {
    .landing img {
      left: 32px;
      position: absolute;
      top: 32px; } }
  @media (max-width: 1024px) {
    .landing img {
      margin-bottom: 16px; } }
  .landing p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 16px; }
  .landing--hidden {
    left: -100%; }

.logo {
  pointer-events: all;
  position: absolute;
  z-index: 3; }
  @media (min-width: 1025px) {
    .logo {
      left: 32px;
      top: 32px; } }
  @media (max-width: 1024px) {
    .logo {
      left: 16px;
      top: 20px; } }
  @media (min-width: 1025px) {
    .logo img {
      width: 205px; } }
  @media (max-width: 1024px) {
    .logo img {
      width: 130px; } }

.nav-button {
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  @media (min-width: 1025px) {
    .nav-button {
      bottom: 50%;
      left: 0px;
      margin-bottom: -9px;
      padding: 0px 32px; } }
  @media (max-width: 1024px) {
    .nav-button {
      right: 16px;
      top: 30px; } }

.nav-close-button {
  color: #35493D;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  position: absolute; }
  @media (min-width: 1025px) {
    .nav-close-button {
      bottom: 24px;
      left: 32px; } }
  @media (max-width: 1024px) {
    .nav-close-button {
      right: 18px;
      top: 26px; } }
  @media (min-width: 1025px) {
    .nav-close-button img {
      margin-right: 24px;
      width: 16px; } }
  @media (max-width: 1024px) {
    .nav-close-button img {
      width: 20px; } }
  @media (max-width: 1024px) {
    .nav-close-button span {
      display: none; } }

.nav {
  pointer-events: all;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 5; }
  @media (max-width: 1024px) {
    .nav {
      color: #35493D; } }
  .nav__category-display {
    z-index: -1;
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    left: 80px;
    line-height: 80px;
    opacity: 0.15;
    position: absolute;
    top: 80px; }
  .nav__container {
    box-sizing: border-box;
    cursor: default;
    height: 100%;
    justify-content: flex-start;
    width: 100%; }
    @media (min-width: 1025px) {
      .nav__container {
        background: rgba(53, 73, 61, 0.75);
        backdrop-filter: blur(25px);
        padding: 80px 0px 80px 256px; } }
    @media (max-width: 1024px) {
      .nav__container {
        background: #FCFCF6; } }
  .nav__copyright {
    font-size: 12px;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (min-width: 1024px) {
      .nav__copyright {
        bottom: 24px;
        opacity: 0.8;
        right: 32px; } }
    @media (max-width: 1024px) {
      .nav__copyright {
        bottom: 12px;
        color: #35493D;
        left: 0px;
        text-align: center;
        width: 100%; } }
    @media (hover: hover) and (pointer: fine) {
      .nav__copyright:hover {
        opacity: 1; } }
  .nav__list--root {
    overflow: hidden; }
    @media (max-width: 1024px) {
      .nav__list--root {
        margin-top: -30px; } }
  .nav__list--sub {
    display: none;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .nav__list--sub {
        margin-left: 24px;
        margin-top: -8px; } }
  .nav__list-container {
    max-height: 100%;
    overflow-y: auto;
    width: 100%; }
    @media (min-width: 1025px) {
      .nav__list-container {
        padding-right: 32px; } }
    @media (max-width: 1024px) {
      .nav__list-container {
        height: calc(100% - 172px);
        margin-top: 100px;
        padding: 0px 16px; } }
  .nav__list-item {
    cursor: pointer;
    margin: 20px 0px; }
    @media (min-width: 1025px) {
      .nav__list-item {
        font-size: 28px;
        font-weight: 600;
        line-height: 37px;
        margin: 20px 0px; } }
    @media (max-width: 1024px) {
      .nav__list-item {
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        margin: 40px 0px 0px; } }
    @media (max-width: 1024px) {
      .nav__list-item--level-1 {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px; } }
    @media (max-width: 1024px) {
      .nav__list-item--level-2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 21px;
        margin: 24px 0px 0px; } }
    .nav__list-item--level-3 {
      font-size: 8px;
      color: red; }
  .nav__list-item-header {
    cursor: pointer;
    margin: 20px 0px; }
    @media (min-width: 1025px) {
      .nav__list-item-header {
        font-size: 28px;
        font-weight: 600;
        line-height: 37px;
        margin: 20px 0px;
      }

      .nav__list-item, .nav__list-item-header {
        transition: opacity 0.2s ease;
      }
      
      .nav__list-item:hover, .nav__list-item-header:hover {
        opacity: 0.6;
      }
      }
    @media (max-width: 1024px) {
      .nav__list-item-header {
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        margin: 40px 0px 0px; } }
    @media (max-width: 1024px) {
      .nav__list-item-header--level-1 {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px; } }
    @media (max-width: 1024px) {
      .nav__list-item-header--level-1.nav__list-item-header--active {
        font-weight: 700; } }
    @media (max-width: 1024px) {
      .nav__list-item-header--level-1.nav__list-item-header--active .nav__list-item-bullet {
        background: #BACB53;
        border-radius: 1000px;
        display: inline-block;
        height: 24px;
        margin-right: 16px;
        position: relative;
        top: 5px;
        width: 6px; } }
    @media (max-width: 1024px) {
      .nav__list-item-header--level-2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 21px;
        margin: 24px 0px 0px; } }
    @media (max-width: 1024px) {
      .nav__list-item-header--level-2.nav__list-item-header--active {
        font-weight: 600; } }
  .nav__list-item-toggle {
    display: none; }
  .nav__logo {
    position: absolute; }
    @media (min-width: 1025px) {
      .nav__logo {
        left: 32px;
        top: 32px; } }
    @media (max-width: 1024px) {
      .nav__logo {
        left: 16px;
        top: 22px;
        width: 130px; } }
  .nav__must-see {
    background: #469447;
    border-radius: 4px;
    color: #fff;
    display: inline;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    margin-left: 10px;
    padding: 4px 6px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap; }
  .nav__overview-container {
    background: #FCFCF6;
    box-sizing: border-box;
    height: 100%;
    padding: 125px 0px; }
  .nav__overview {
    align-items: flex-start;
    background: #FCFCF6;
    justify-content: flex-start;
    max-height: 100%;
    overflow-y: auto;
    padding: 0px 62px;
    width: 500px; }
  .nav__overview-item {
    color: #35493D;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    margin: 32px 0px;
    opacity: 0.6;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    .nav__overview-item--active, .nav__overview-item:hover {
      color: #469447;
      opacity: 1; }
    @media (min-width: 1025px) and (max-height: 900px) {
      .nav__overview-item {
        font-size: 24px;
        margin: 24px 0px; } }
  .nav--hidden {
    opacity: 0;
    pointer-events: none !important; }
    .nav--hidden * {
      pointer-events: none !important; }

.pano-steppers {
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 4; }
  @media (min-width: 1025px) {
    .pano-steppers {
      bottom: 0px;
      position: absolute;
      right: 12px; } }
  @media (max-width: 1024px) {
    .pano-steppers {
      justify-content: space-between;
      width: 100%; } }
  .pano-steppers__next {
    transform: scaleX(-1); }

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

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

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

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