@font-face {
  font-family: 'Topol';
  font-weight: 700;
  src: url("../tour/fonts/topol-bold.otf"); }

@font-face {
  font-family: 'Topol';
  font-weight: 400;
  src: url("../tour/fonts/topol-regular.otf"); }

@font-face {
  font-family: 'Topol';
  font-weight: 100;
  src: url("../tour/fonts/topol-thin.otf"); }


* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  list-style: none;
  margin: 0px;
  padding: 0px; }

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

body {
  background-color: #A1D0A8;
  color: #FFF;
  font-family: Helvetica, Arial;
  font-weight: normal;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
   }
  @media (max-width: 1024px) and (orientation: landscape) {
    body {
      height: 100vh;
       } } }

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

h1, h2 {
  font-weight: normal; }

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; }

input:focus {
  outline: none; }

#tour-container {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1; }

 
  
/*
@mixin flex-centered {
	align-items: center;
	display: flex;
	justify-content: center;
}

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

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

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

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

@mixin flex-end-v {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
*/
.tour-gui {
  height: 100%;
  position: absolute;
  width: 100%;
  pointer-events: none;
  position: fixed;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  z-index: 4; }
  @media (max-width: 1024px) and (orientation: landscape) {
    .tour-gui {
      height: 100vh; } }
  @media (min-width: 1025px) {
    .tour-gui .mobile-only {
      display: none; } }
  @media (max-width: 1024px) {
    .tour-gui .desktop-only {
      display: none; } }

.modal *, .popup *, .button * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.button {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  background: #FFF;
  border: 1px solid #e5bb89;
  border-radius: 100%;
  flex-shrink: 0;
  height: 32px;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  width: 32px; }
  .button:after {
    content: '';
    background: #e5bb89;
    border-radius: 100%;
    height: 26px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
    width: 26px;
    z-index: 1; }
  .button--lang {
    border-radius: 32px;
    box-sizing: border-box;
    height: 32px;
    padding: 0px 12px 0px 18px;
    width: 64px; }
    .button--lang img {
      height: 12px;
      margin-right: 8px;
      transform: rotate(90deg);
      transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
    .button--lang span {
      color: #18213B;
      font-size: 14px;
      font-weight: 400;
      transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
  @media (min-width: 1025px) {
    .button--large {
      height: 40px;
      width: 40px; } }
  .button--large.button:after {
    height: 32px;
    width: 32px; }
  @media (min-width: 1025px) {
    .button--map {
      margin-right: 44px; } }
  .button--map img.over {
    opacity: 0;
    position: absolute; }
  .button img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(11%) saturate(5779%) hue-rotate(199deg) brightness(97%) contrast(91%);
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
    z-index: 2; }

@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .button--map.button:hover img:not(.over), .button--map.hovered img:not(.over) {
    opacity: 0; }
  .button--map.button:hover img.over, .button--map.hovered img.over {
    opacity: 1; } }
  @media (hover: hover) and (pointer: fine) {
    .button--simple.button:hover, .button--simple.hovered {
      background: transparent;
      border: 1px solid #e5bb89;
      color: #FFF; }
      .button--simple.button:hover img, .button--simple.hovered img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(192deg) brightness(101%) contrast(101%); }
    .button--large.button:hover, .button--large.hovered {
      background: transparent;
      border: 1px solid #e5bb89;
      color: #FFF; }
      .button--large.button:hover img, .button--large.hovered img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(192deg) brightness(101%) contrast(101%); }
    .button--large.button:hover.button:after, .button--large.hovered:after {
      opacity: 1; }
    .button--simple.button:hover.button:after, .button--simple.hovered:after {
      opacity: 1; }
    .button--copy.button:hover {
      border: 1px solid #e5bb89;
      color: #e5bb89; }
    .button--lang.button:hover img {
      filter: brightness(0) saturate(100%) invert(27%) sepia(86%) saturate(2064%) hue-rotate(348deg) brightness(97%) contrast(87%); }
    .button--lang.button:hover span {
      color: #e5bb89; } }

.gallery-nav {
  position: absolute;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  z-index: 4; }
  @media (min-width: 1025px) {
    .gallery-nav {
      bottom: 10px;
      left: 30px; } }
  @media (max-width: 1024px) {
    .gallery-nav {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: center;
      height: 100%;
      position: absolute;
      width: 100%;
      left: 0px;
      top: 0px; } }
  @media (min-width: 1025px) {
    .gallery-nav__controls {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 18px; } }
  @media (max-width: 1024px) {
    .gallery-nav__controls {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: center;
      width: 100%; } }
  .gallery-nav__controls span {
    font-family: Topol;
    font-size: 16px;
    font-weight: 600; }
  @media (min-width: 1025px) {
    .gallery-nav__steppers {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: center; } }
  @media (max-width: 1024px) {
    .gallery-nav__steppers {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: calc(100% - 32px);
      z-index: 1; } }
  .gallery-nav__stepper {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    cursor: pointer;
    pointer-events: all; }
    @media (min-width: 1025px) {
      .gallery-nav__stepper {
        margin-left: 12px; } }
    .gallery-nav__stepper--prev img {
      margin-left: -1px;
      transform: rotate(180deg); }
  .gallery-nav__thumbs-container {
    z-index: 20; }
    @media (min-width: 1025px) {
      .gallery-nav__thumbs-container {
        margin-top: -100px;
        position: relative;
        padding: 100px 0px 18px;
        overflow-x: auto;
        overflow-y: hidden; } }
    @media (max-width: 1024px) {
      .gallery-nav__thumbs-container {
        background: #FFF;
        border-radius: 12px;
        box-sizing: border-box;
        height: calc(100% - 88px);
        left: 16px;
        padding: 12px 0px;
        pointer-events: all;
        position: absolute;
        top: 72px;
        transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
        width: calc(100% - 32px); } }
  @media (min-width: 1025px) {
    .gallery-nav__thumbs {
      display: inline-flex;
      padding: 0px 15px; } }
  @media (max-width: 1024px) {
    .gallery-nav__thumbs {
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      height: calc(100% - 24px);
      overflow-y: auto;
      position: absolute;
      top: 12px;
      width: calc(100% - 4px); } }
  .gallery-nav__thumb {
    cursor: pointer;
    pointer-events: all;
    /*
        &:last-of-type & {
            &__image-wrapper {
                @media ($desktop) {
                    margin: 0px;
                }
            }
        }
        */ }
    @media (min-width: 1025px) {
      .gallery-nav__thumb {
        position: relative;
        transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); } }
    @media (max-width: 1024px) {
      .gallery-nav__thumb {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        box-sizing: border-box;
        padding: 4px 8px;
        width: 100%; } }
    .gallery-nav__thumb__img {
      border: 3px solid #18213B;
      border-radius: 100%;
      height: 34px;
      position: absolute;
      width: 34px;
      z-index: 3; }
    .gallery-nav__thumb__image-wrapper {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: center;
      background: none;
      border-radius: 100%;
      height: 48px;
      margin: 0px 5px;
      pointer-events: none;
      width: 48px; }
    .gallery-nav__thumb__middle {
      background: #A1D0A8;
      border-radius: 100%;
      height: 40px;
      position: absolute;
      transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
      width: 40px;
      z-index: 2; }
      
    .gallery-nav__thumb__title {
      font-family: Topol;
      font-weight: 400;
      line-height: 14px; }
      @media (max-width: 1024px) {
        .gallery-nav__thumb__title {
          color: #18213B;
          font-size: 12px; } }
      .gallery-nav__thumb__title span {
        position: relative;
        z-index: 2; }
    .gallery-nav__thumb__visited {
      opacity: 0;
      position: absolute;
      transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
      z-index: 3; }
      @media (min-width: 1025px) {
        .gallery-nav__thumb__visited {
          bottom: -7px; } }
      @media (max-width: 1024px) {
        .gallery-nav__thumb__visited {
          left: 10px; } }
    @media (max-width: 1024px) {
      .gallery-nav__thumb--active {
        background: rgba(161, 208, 168, 0.2); } }
    .gallery-nav__thumb--active .gallery-nav__thumb__middle {
      background: #e5bb89; }
    .gallery-nav__thumb--active .gallery-nav__thumb__title {
      font-weight: 600; }
    .gallery-nav__thumb--visited .gallery-nav__thumb__visited {
      opacity: 1; }

@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .gallery-nav__thumb:hover {
    transform: scale(1.45); }
  .gallery-nav__thumb:hover .gallery-nav__thumb__middle {
    background: #e5bb89; }
  .gallery-nav__thumb:hover .gallery-nav__thumb__title {
    opacity: 1; } }
  .gallery-nav__tooltip {
    background: #A1D0A8;
    border-radius: 32px;
    bottom: 100px;
    color: #0A2E1E;
    font-family: Topol;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
    padding: 8px 12px;
    pointer-events: none;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
    white-space: nowrap;
    z-index: 500; }
    .gallery-nav__tooltip:after {
      content: '';
      background: #A1D0A8;
      border-radius: 2px;
      bottom: -3px;
      height: 20px;
      left: 14px;
      position: absolute;
      transform: rotate(45deg);
      width: 20px; }
    .gallery-nav__tooltip span {
      position: relative;
      z-index: 2; }

.header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  height: 40px;
  left: 0px;
  position: absolute;
  width: 100%;
  z-index: 2; }
  @media (min-width: 1025px) {
    .header {
      padding: 0px 32px;
      top: 32px; } }
  @media (max-width: 1024px) {
    .header {
      padding: 0px 16px;
      top: 22px; } }
  @media (min-width: 1025px) {
    .header__left {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: center; } }
  @media (max-width: 1024px) {
    .header__left {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      width: 25%; } }
  @media (min-width: 1025px) {
    .header__left .button {
      margin: 0px 8px; } }
  @media (max-width: 1024px) {
    .header__left .button {
      margin-right: 12px; } }
  .header__left .button--map {
    margin-left: 0px; }
  .header__left .button--close {
    display: none; }
  .header__link {
    display: none;
    font-size: 14px;
    font-weight: 700; }
  .header__location {
    display: none; }
  @media (min-width: 1025px) {
    .header__right {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: center; } }
  @media (max-width: 1024px) {
    .header__right {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      width: 25%;
      line-height: 20px; } } 
  @media (min-width: 1025px) {
    .header__right .button {
      margin: 0px 4px; } }
  @media (max-width: 1024px) {
    .header__right .button {
      margin-left: 12px; } }
  .header__right .button--fullscreen {
    margin-right: 0px; }
    .header__right a:hover {
    color: #e5bb89 !important;
      }
  .header a {
    cursor: pointer;
    pointer-events: all;
    font-size: 14px;
    font-weight: 700;
    margin-right: 16px;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
    .header a:hover {
      color: #e5bb89; }
  .header--alt .button--map, .header--alt .button--info, .header--alt .button--close, .header--alt .button--nav {
    display: none; }
  .header--alt .button--close {
    display: flex; }
  .header--alt .button--menu {
    display: none;
    pointer-events: none; }
  .header--alt .header__link {
    display: block; }
  .header--alt .header__location {
    display: block; }
  .header--alt .header__logo {
    display: none; }

.hotspot {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  height: 38px;
  margin: -19px 0px 0px -19px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  width: 38px; }
  .hotspot__preview {
    border-radius: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
    width: 100%; }
    .hotspot__preview img {
      height: 100%;
      width: 100%; }
  .hotspot__shape-1, .hotspot__shape-2, .hotspot__shape-3 {
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
  .hotspot__shape-1 {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    box-sizing: border-box;
    height: 38px;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
    width: 38px; }
  .hotspot__shape-2 {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #FFF;
    border-radius: 100%;
    box-sizing: border-box;
    height: 22px;
    position: relative;
    width: 22px; }
    .hotspot__shape-1_mapopen {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: center;
      border: 1px solid #e5bb89;
      border-radius: 100%;
      box-sizing: border-box;
      height: 38px;
      transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
      width: 38px; }
   
  .hotspot__title {
    background: #A1D0A8;
    border-radius: 32px;
    color: #0A2E1E;
    font-family: Topol;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    padding: 8px 12px;
    pointer-events: none;
    position: absolute;
    top: -50px;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
    white-space: nowrap; }
  .hotspot--contracted.hotspot:not(.hotspot--traversal) .hotspot__shape-2 {
    height: 32px;
    width: 32px; }
  .hotspot--traversal {
    height: 64px;
    margin: -32px 0px 0px -32px;
    width: 64px; }
    .hotspot--traversal img.icon-modal {
      display: none; }
  .hotspot--traversal .hotspot__shape-1 {
    background: rgba(255, 255, 255, 0.15);
    height: 64px;
    width: 64px; }
  .hotspot--traversal .hotspot__shape-2 {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 34px;
    width: 34px; }
    .hotspot--traversal_mapopen .hotspot__shape-2_mapopen {
      background: rgba(255, 255, 255, 0.15);
      border: 1px solid #e5bb89;
      height: 34px;
      width: 34px; }
  .hotspot:not(.hotspot--traversal) img.icon-traversal {
    display: none; }
  .hotspot:not(.hotspot--traversal) .hotspot__shape-3 {
    background: #FFF; }
  .hotspot:not(.hotspot--traversal) .hotspot__title {
    display: none; }
  .hotspot--traversal.hotspot--tapped {
    height: 120px;
    margin: -60px 0px 0px -60px;
    width: 120px; }
  .hotspot--traversal.hotspot--tapped .hotspot__preview {
    opacity: 1; }
  .hotspot--traversal.hotspot--tapped .hotspot__shape-1 {
    background: transparent;
    border: 1px solid #A1D0A8;
    height: 120px;
    width: 120px; }
  .hotspot--traversal.hotspot--tapped .hotspot__shape-2 {
    border: 2px solid #A1D0A8;
    height: 100px;
    width: 100px; }
  .hotspot--traversal.hotspot--tapped .hotspot__title {
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85) 0.3s; }
  .hotspot--landing {
    transform: scale(0.01); }
  .hotspot--map {
    position: absolute;
    transition: height 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85), width 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85), margin 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
  .hotspot--map .hotspot__shape-1 {
    transform: scale(0.65); }
  .hotspot--map .hotspot__title {
    top: -30px; }
  .hotspot--map.hotspot--active {
    pointer-events: none; }
  .hotspot--map.hotspot--active .hotspot__shape-1 {
    background: rgba(232, 65, 44, 0.5); }
  .hotspot--map.hotspot--active .hotspot__shape-2 {
    background: transparent; }
  .hotspot--map.hotspot--active .hotspot__title {
    background: transparent;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.7;
    top: 50px; }
  @media (hover: hover) and (pointer: fine) {
    .hotspot:not(.hotspot--traversal).hotspot:hover .hotspot__shape-2 {
      height: 32px;
      width: 32px; }
    .hotspot--traversal.hotspot:hover {
      height: 120px;
      margin: -60px 0px 0px -60px;
      width: 120px; }
    .hotspot--traversal.hotspot:hover .hotspot__preview {
      opacity: 1; }
    .hotspot--traversal.hotspot:hover .hotspot__shape-1 {
      background: transparent;
      border: 1px solid #A1D0A8;
      height: 120px;
      width: 120px; }
    .hotspot--traversal.hotspot:hover .hotspot__shape-2 {
      border: 2px solid #A1D0A8;
      height: 100px;
      width: 100px; }
    .hotspot--traversal.hotspot:hover .hotspot__title {
      opacity: 1;
      pointer-events: all;
      transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85) 0.3s; } }

.hotspot-list {
  background: #FFF;
  border-radius: 16px;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  z-index: 2; }
  @media (min-width: 1025px) {
    .hotspot-list {
      left: 170px;
      padding: 8px 0px;
      top: 80px; } }
  @media (max-width: 1024px) {
    .hotspot-list {
      right: 60px;
      top: 70px;
      width: 135px; } }
  .hotspot-list ul {
    list-style: none;
    width: 100%; }
    .hotspot-list ul li {
      cursor: pointer;
      pointer-events: all;
      color: #18213B;
      font-size: 14px;
      padding: 10px 16px;
      transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
      .hotspot-list ul li--active {
        background: rgba(161, 208, 168, 0.2); }
      @media (hover: hover) and (pointer: fine) {
        .hotspot-list ul li:hover {
          background: rgba(161, 208, 168, 0.2); } }

.landing {
  /* align-items: center;
  display: flex; */
  flex-direction: row;
  justify-content: center;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none
  position: absolute;
  width: 100%;
  cursor: pointer;
  pointer-events: all;
  cursor: default;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  z-index: 7; }
  /* .landing__button {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    background: rgba(255, 255, 255, 0.15);
    border: 0.7px solid #FFF;
    border-radius: 100%;
    bottom: calc(42vh - min(40vw,40vh));
    height: min(28vw, 28vh);
    left: 50%;
    margin-left: max(-14vw, -14vh);
    position: absolute;
    width: min(28vw, 28vh);
    z-index: 5; }
    @media (min-width: 1025px) {
      .landing__button {
        margin-bottom: 10vh; } }
    .landing__button__inside {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: center;
      background: #A7BEAE;
      border: 0.7px solid #FFF;
      border-radius: 100%;
      color: #0A2E1E;
      font-family: Topol;
      font-size: min(5vw, 5vh);
      font-weight: 600;
      height: min(20vw, 20vh);
      width: min(20vw, 20vh); }
  .landing__header {
    pointer-events: none;
    position: absolute;
    z-index: 6; }
    @media (min-width: 1025px) {
      .landing__header {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        top: 48px;
        width: calc(100% - 128px); } }
    @media (max-width: 1024px) {
      .landing__header {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100% - 80px); } }
  .landing__logo {
    width: 103px; }
  .landing__rim {
    background: rgba(255, 255, 255, 0.15);
    border: 0.7px solid #FFF;
    border-radius: 100%;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
    z-index: 3; }
    @media (min-width: 1025px) {
      .landing__rim {
        height: min(50vw,50vh);
        margin-bottom: 10vh;
        width: min(50vw,50vh); } }
    @media (max-width: 1024px) {
      .landing__rim {
        height: min(80vw,80vh);
        width: min(80vw,80vh); } }
    .landing__rim--hovered {
      transform: scale(1.2); }
    .landing__rim--closed {
      opacity: 0;
      transform: scale(5); }
  .landing__shadow {
    background: rgba(0, 0, 0, 0.2);
    height: 100vh;
    position: absolute;
    width: 100vw;
    z-index: 1; }
  .landing__text {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
    z-index: 4; }
    @media (min-width: 1025px) {
      .landing__text {
        bottom: 40vh;
        color: #FFF;
        margin-bottom: 10vh;
        max-width: min(50vw,50vh); } }
    @media (max-width: 1024px) {
      .landing__text {
        color: #0A2E1E;
        top: calc(46vh - min(50vw,50vh)); } }
    .landing__text h1 {
      font-family: Topol;
      font-weight: 600; }
      @media (min-width: 1025px) {
        .landing__text h1 {
          font-size: min(7vw,7vh); } }
      @media (max-width: 1024px) {
        .landing__text h1 {
          font-size: min(12vw,12vh); } }
    .landing__text span {
      font-family: Topol;
      text-transform: uppercase; }
      @media (min-width: 1025px) {
        .landing__text span {
          font-size: min(2.5vw,2.5vh); } }
      @media (max-width: 1024px) {
        .landing__text span {
          font-size: min(4vw,4vh); } }
    .landing__text--hovered {
      bottom: 42vh; }
    @media (min-width: 1025px) {
      .landing__text--closed {
        bottom: 46vh;
        opacity: 0; } }
    @media (max-width: 1024px) {
      .landing__text--closed {
        opacity: 0; } }
  .landing svg {
    height: 100vh;
    width: 100vw;
    z-index: 2; }
    @media (min-width: 1025px) {
      .landing svg {
        transform: scale(2.5);
        margin-bottom: 10vh; } }
    @media (max-width: 1024px) {
      .landing svg {
        transform: scale(3); } }
    .landing svg circle {
      cursor: pointer;
      pointer-events: all;
      transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
  .landing .lang-menu {
    cursor: pointer;
    pointer-events: all;
    z-index: 7; }
    @media (min-width: 1025px) {
      .landing .lang-menu {
        right: 64px !important;
        top: 90px !important; } }
    @media (max-width: 1024px) {
      .landing .lang-menu {
        bottom: 80px !important; } } */

.lang-menu {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 16px;
  background: #FFF;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  width: 64px;
  z-index: 2; }
  @media (min-width: 1025px) {
    .lang-menu {
      padding: 8px 0px;
      right: 156px;
      top: 80px; } }
  .lang-menu__item {
    cursor: pointer;
    pointer-events: all;
    color: #18213B;
    font-size: 14px;
    padding: 10px 16px;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
    .lang-menu__item--active {
      background: rgba(161, 208, 168, 0.2); }
    @media (hover: hover) and (pointer: fine) {
      .lang-menu__item:hover {
        background: rgba(161, 208, 168, 0.2); } }
  .lang-menu ul {
    list-style: none;
    width: 100%; }
    .lang-menu ul li {
      text-align: center; }

.logo {
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  width: 55px; }
  @media (hover: hover) and (pointer: fine) {
    .logo:hover {
      filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(0%) hue-rotate(209deg) brightness(106%) contrast(101%); } }
  .logo--disabled {
    pointer-events: none; }

.map {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  z-index: 6; }
  @media (max-width: 1024px) {
    .map {
      background: linear-gradient(180deg, #393939 -7.09%, rgba(57, 57, 57, 0.48) 6.45%, rgba(57, 57, 57, 0) 20.61%, rgba(57, 57, 57, 0.34) 35.42%, rgba(57, 57, 57, 0.48) 100.29%, #393939 108.98%); } }
  .map__close {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    cursor: pointer;
    pointer-events: all; }
    @media (max-width: 1024px) {
      .map__close span {
        font-size: 12px; } }
    .map__close span {
      margin-left: 12px; }
  .map__container {
    cursor: pointer;
    pointer-events: all;
    box-sizing: border-box;
    cursor: move;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    @media (min-width: 1025px) {
      .map__container {
        border-radius: 16px;
        height: calc(100% - 120px);
        width: calc(100% - 64px); } }
    @media (max-width: 1024px) {
      .map__container {
        border-radius: 12px;
        height: calc(100% - 92px);
        width: calc(100% - 32px); } }
    .map__container > img {
      pointer-events: all;
      position: absolute;
     }
  .map__controls {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: start;
    position: absolute;
    z-index: 2; }
    @media (min-width: 1025px) {
      .map__controls {
        height: 100%;
        left: 56px; } }
    @media (max-width: 1024px) {
      .map__controls {
        bottom: 36px;
        right: 32px; } }
  .map__header {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%; }
    @media (min-width: 1025px) {
      .map__header {
        height: 74px;
        margin-top: 14px;
        padding: 0px 32px; } }
    @media (max-width: 1024px) {
      .map__header {
        height: 72px;
        padding: 20px 16px 10px; } }
  .map__hotspots {
    height: 100%;
    position: absolute;
    width: 100%;
    pointer-events: none;
    z-index: 2; }
  .map__zoom {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #18213B;
    border: 1px solid #39435D;
    border-radius: 4px; }
    .map__zoom__in {
      cursor: pointer;
      pointer-events: all;
      padding: 10px 10px;
      transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
      .map__zoom__in:hover {
        background-color: #39435D; }
    .map__zoom__out {
      cursor: pointer;
      pointer-events: all;
      padding: 17px 10px;
      transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
      .map__zoom__out--disabled {
        cursor: default;
        opacity: 0.5; }
      .map__zoom__out:not(.map__zoom__out--disabled).map__zoom__out:hover {
        background-color: #39435D; }

.menu {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 10px;
  background: #FFF;
  padding: 5px 0px;
  position: absolute;
  right: 16px;
  top: 70px;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  width: 80px;
  z-index: 2; }
  .menu__item {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    cursor: pointer;
    pointer-events: all;
    color: #18213B;
    font-size: 12px;
    padding: 5px 12px;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
    .menu__item img {
      filter: brightness(0) saturate(100%) invert(9%) sepia(11%) saturate(5779%) hue-rotate(199deg) brightness(97%) contrast(91%); }
    .menu__item span {
      margin: 0px 6px; }
    .menu__item--active {
      background: rgba(161, 208, 168, 0.2); }
    .menu__item--lang img:first-of-type {
      height: 14px; }
    .menu__item--lang img:last-of-type {
      transform: rotate(90deg);
      transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
      width: 4px; }
    .menu__item--lang-item {
      cursor: pointer;
      pointer-events: all; }
    .menu__item--share img {
      width: 18px; }
  .menu__languages {
    margin-left: 22px;
    max-height: 0px;
    opacity: 0.3;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
  .menu ul {
    list-style: none;
    width: 100%; }
  .menu--open .menu__item--lang img:last-of-type {
    transform: rotate(-90deg); }
  .menu--open .menu__languages {
    max-height: 1000px; }

.modal {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: all;
  position: absolute;
  transition: opacity 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  width: 250px;
  z-index: 5; }
  .modal__content {
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: start;
    background: #FFF;
    border-radius: 16px;
    box-sizing: border-box;
    color: #18213B;
    height: 100%;
    overflow: hidden;
    width: 100%;
    z-index: 2; }
    @media (min-width: 1025px) {
      .modal__content > img {
        width: 100%; } }
    @media (max-width: 1024px) {
      .modal__content > img {
        max-height: 150px;
        object-fit: cover;
        object-position: center;
        width: calc(100vw - 52px); } }
  .modal__cta {
    align-items: start;
    display: flex;
    flex-direction: row;
    justify-content: start; }
  .modal__scrollable {
    box-sizing: border-box;
    height: 100%;
    margin: 16px 0px;
    overflow-y: auto;
    padding: 0px 16px;
    width: calc(100%); }
    @media (max-width: 1024px) {
      .modal__scrollable {
        width: calc(100% - 4px); } }
    .modal__scrollable a {
      color: #18213B;
      text-decoration: underline;
      transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
      @media (hover: hover) and (pointer: fine) {
        .modal__scrollable a:hover {
          color: #e5bb89; } }
    .modal__scrollable h1 {
      font-family: Topol;
      font-size: 16px;
      font-weight: 600; }
    .modal__scrollable p {
      line-height: 16px;
      margin: 8px 0px; }
      @media (min-width: 1025px) {
        .modal__scrollable p {
          font-size: 14px;
          font-weight: 400; } }
  .modal:after {
    content: '';
    background: #FFF;
    border-radius: 4px;
    bottom: -5px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    transform: rotate(45deg);
    width: 30px; }
  .modal--hidden {
    opacity: 0 !important;
    pointer-events: none !important; }
    .modal--hidden * {
      pointer-events: none !important; }

.scene-info {
  pointer-events: all;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  z-index: 3; }
  @media (min-width: 1025px) {
    .scene-info {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: center;
      bottom: 32px;
      right: 32px; } }
  @media (max-width: 1024px) {
    .scene-info {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: center;
      bottom: 16px;
      left: 16px;
      width: calc(100% - 32px); } }
  .scene-info__close {
    position: absolute;
    
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
    @media (min-width: 1025px) {
      .scene-info__close {
       
        right: 0px;
        top: -45px; } }
  .scene-info__description {
    font-size: 15px;
    line-height: 25px;
    max-height: 200px;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
    @media (min-width: 1025px) {
      .scene-info__description {
        max-width: 608px; } }
    @media (max-width: 1024px) {
      .scene-info__description {
        padding-right: 8px;
        padding-top: 5px; } }
  .scene-info__expand {
    filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(7476%) hue-rotate(333deg) brightness(93%) contrast(105%);
    position: absolute;
    transform: rotate(-90deg);
    z-index: 999;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
    @media (min-width: 1025px) {
      .scene-info__expand {
        opacity: 0;
        pointer-events: none;
        right: 14px;
        top: 6px;
        width: 10px;
        z-index: 999; } }
    @media (max-width: 1024px) {
      .scene-info__expand {
        right: 20px;
        top: 17px;
        transform: rotate(90deg);
        width: 7px;
        z-index: 999; } }
  .scene-info__portrait {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 100%;
    flex-shrink: 0;
    position: absolute;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
    @media (min-width: 1025px) {
      .scene-info__portrait {
        left: -2px;
        top: -62px; } }
    @media (max-width: 1024px) {
      .scene-info__portrait {
        left: -4px;
        top: -54px; } }
    .scene-info__portrait__inside {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: center;
      background: #FFF;
      border: 3px solid #e5bb89;
      border-radius: 100%; }
      @media (min-width: 1025px) {
        .scene-info__portrait__inside {
          height: 68px;
          width: 68px; } }
      @media (max-width: 1024px) {
        .scene-info__portrait__inside {
          height: 56px;
          width: 56px; } }
    .scene-info__portrait img {
      
      border-radius: 100%; }
      @media (min-width: 1025px) {
        .scene-info__portrait img {
          height: 60px;
          width: 60px; } }
      @media (max-width: 1024px) {
        .scene-info__portrait img {
          height: 48px;
          width: 48px; } }
  .scene-info__pp {
    position: absolute;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
    @media (min-width: 1025px) {
      .scene-info__pp {
        left: 75px;
        top: -44px; } }
    @media (max-width: 1024px) {
      .scene-info__pp {
        left: 64px;
        height: 24px;
        top: -32px;
        width: 24px; } }
  .scene-info__soundwave {
    border-radius: 16px;
    box-sizing: border-box;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
    @media (min-width: 1025px) {
      .scene-info__soundwave {
        left: 115px;
        top: -44px; } }
    @media (max-width: 1024px) {
      .scene-info__soundwave {
        left: 100px;
        top: -32px; } }
    .scene-info__soundwave canvas {
      transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
      @media (min-width: 1025px) {
        .scene-info__soundwave canvas {
          margin-top: -3px; } }
      @media (max-width: 1024px) {
        .scene-info__soundwave canvas {
          margin-top: -2px; } }
  .scene-info__text-container {
    background: #A1D0A8;
    box-sizing: border-box;
    color: #0A2E1E;
    /* max-height: 300px; */
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
    @media (min-width: 1025px) {
      .scene-info__text-container {
        border-radius: 16px;
        padding: 17px 0px 24px;
        max-width: 710px; 
      } }
    @media (max-width: 1024px) {
      .scene-info__text-container {
        border-radius: 12px;
        min-height: 52px;
        max-height: 320px;
        padding-top: 20px;
        width: 100%; } }
    .scene-info__text-container a {
      color: #0A2E1E;
      text-decoration: underline; }
      .scene-info__description b {
        font-weight: 700!important; }

    .scene-info__text-container p {
      margin: 4px 0px;
      transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
  .scene-info__text {
    overflow-y: auto;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85); }
    @media (min-width: 1025px) {
      .scene-info__text {
        margin: 0px 6px 0px 24px;
        max-height: 220px;
        padding-right: 18px;
        max-width: 1000px; } }
    @media (max-width: 1024px) {
      .scene-info__text {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: 25px 4px 16px 16px;
        max-height: 150px;
        overflow-y: scroll; } }
  .scene-info__title {
    font-family: Topol;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
    width: fit-content; }
    @media (min-width: 1025px) {
      .scene-info__title {
        font-size: 18px;
        padding: 0px 40px 10px 22px;
        white-space: break-spaces; } }
    @media (max-width: 1024px) {
      .scene-info__title {
        font-size: 16px;
        left: 16px;
        right: 35px;
        position: absolute;
        top: 8px; 
        line-height: 17px;} }
  @media (max-width: 1024px) {
    .scene-info--compact {
      /* left: 88px; */
      width: calc(100% - 36px); } }
      @media (max-width: 600px) {
        .scene-info__close {
          opacity: 0;
        }}
  .scene-info--compact .scene-info__close {
    opacity: 0; }
  .scene-info--compact .scene-info__description {
    max-height: 0px; }
    @media (min-width: 1025px) {
      .scene-info--compact .scene-info__description {
        opacity: 0; } }
  .scene-info--compact .scene-info__expand {
    cursor: pointer;
    pointer-events: all;
    opacity: 1;
    z-index: 999; }
    @media (max-width: 1024px) {
      .scene-info--compact .scene-info__expand {
        right: 14px;
        top: 5px;
        transform: rotate(-90deg);
        z-index: 999; } }
  @media (min-width: 1025px) {
    .scene-info--compact .scene-info__portrait {
      left: -78px;
      top: 0px; } }
  @media (max-width: 1024px) {
    .scene-info--compact .scene-info__portrait {
      left: -72px;
      top: -5px; } }
  @media (min-width: 1025px) {
    .scene-info--compact .scene-info__pp {
      left: 8px;
      top: 32px; } }
  @media (max-width: 1024px) {
    .scene-info--compact .scene-info__pp {
      left: 6px;
      top: 22px; } }
  @media (min-width: 1025px) {
    .scene-info--compact .scene-info__soundwave {
      left: 50px;
      top: 32px; } }
  @media (max-width: 1024px) {
    .scene-info--compact .scene-info__soundwave {
      left: 38px;
      top: 23px; } }
  .scene-info--compact .scene-info__text {
    margin: 16px 64px 28px 10px;
    overflow-y: hidden;
    padding: 0px; }
    @media (min-width: 1025px) {
      .scene-info--compact .scene-info__text {
        margin: 0px;
        max-width: 0px; } }
    @media (max-width: 1024px) {
      .scene-info--compact .scene-info__text {
        overflow-y: hidden; } }
  @media (min-width: 1025px) {
    .scene-info--compact .scene-info__text-container {
      min-width: 200px;
      padding: 6px 0px 24px; } }
  @media (max-width: 1024px) {
    .scene-info--compact .scene-info__text-container {
      padding-top: 0px; } }
  .scene-info--compact .scene-info__text-container p {
    margin: 6px; }
  @media (min-width: 1025px) {
    .scene-info--compact .scene-info__title {
      padding: 0px 40px 20px 12px; } }
  @media (max-width: 1024px) {
    .scene-info--compact .scene-info__title {
      left: 40px;
      top: 5px; } }

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

.share {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #FFF;
  box-sizing: border-box;
  color: #18213B;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  z-index: 2; }
  @media (min-width: 1025px) {
    .share {
      border-radius: 16px;
      padding: 22px;
      right: 72px;
      top: 84px;
      width: 390px; } }
  @media (max-width: 1024px) {
    .share {
      border-radius: 14px;
      left: 16px;
      padding: 16px;
      top: 74px;
      width: calc(100% - 32px); } }
  .share__container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 7px;
    width: 100%; }
  .share__success {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #FFF;
    border-radius: 16px;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
    width: 100%; }
  .share input {
    border-radius: 8px;
    margin-right: 12px;
    opacity: 0.2;
    padding: 12px 16px;
    width: 100%; }
  .share span {
    color: #18213B; }
    @media (min-width: 1025px) {
      .share span {
        font-size: 14px;
        font-weight: 400; } }
    @media (max-width: 1024px) {
      .share span {
        font-size: 16px;
        font-weight: 600; } }
  .share .button {
    border-radius: 8px;
    border: 1px solid #18213B;
    height: 38px;
    width: 85px; }

img.inverted {
  transform: rotate(180deg); }

.info-button, .map-button {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
  pointer-events: all; }
  .info-button span, .map-button span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 4px !important;
    margin-right: 44px; }

.tour-gui--lang-lv .landing__text h1, .tour-gui--lang-lt .landing__text h1 {
  font-size: min(5vw,5vh); }

.tour-gui--lang-lv .landing__button__inside, .tour-gui--lang-lt .landing__button__inside {
  font-size: min(4vw, 4vh); }

/* * {
  scrollbar-width: thin;
  scrollbar-color: #E5BB87 #CCC5B7; } */

*::-webkit-scrollbar {
  height: 2px;
  width: 3px; }

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

*::-webkit-scrollbar-thumb {
  background-color: #e5bb89;
  border: none;
  border-radius: 3px; }

.hidden {
  opacity: 0 !important;
  pointer-events: none !important; }
  .hidden * {
    pointer-events: none !important; }
/* video background */
#background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
