@font-face {
  font-family: 'ITCAvantGardeStdBold';
  src: url("../tour/fonts/ITCAvantGardeStdBold.otf"); }

@font-face {
  font-family: 'ITCAvantGardeStdBold';
  src: url("../tour/fonts/ITCAvantGardeStdBold.otf"); }

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

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

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

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

@font-face {
  font-family: 'PublicSans';
  font-weight: 500;
  src: url("../tour/fonts/PublicSans-Medium.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: #000;
  color: #fff;
  font-family: "Roboto";
  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 {
  background: #E36539;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 24px;
  pointer-events: all;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  @media (min-width: 1025px) {
    .button {
      white-space: nowrap; } }
  @media (hover: hover) and (pointer: fine) {
    .button:hover {
      background: #3161C3; } }

.copyright {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 29px;
  transition: opacity 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  will-change: opacity;
  z-index: 4; }
  @media (min-width: 1025px) {
    .copyright {
      bottom: 88px;
      opacity: 0.6;
      position: absolute;
      right: -9px;
      transform: rotate(-90deg); } }
  @media (max-width: 1024px) {
    .copyright {
      background: #fff;
      color: #000;
      display: block;
      height: 38px;
      padding-left: 42px;
      width: 100%; } }
  .copyright:hover {
    opacity: 1; }

.copy-modal-v5-wrapper {
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0%;
  pointer-events: all;
  position: absolute;
  top: 0px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  z-index: 9; }
  .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%; }
    @media (min-width: 1025px) {
      .copy-modal-v5-wrapper__mask {
        background: rgba(0, 0, 0, 0.5); } }
    @media (max-width: 1024px) {
      .copy-modal-v5-wrapper__mask {
        background: rgba(0, 0, 0, 0.8); } }
  .copy-modal-v5-wrapper--hidden {
    opacity: 0;
    pointer-events: none; }
    .copy-modal-v5-wrapper--hidden * {
      pointer-events: none !important; }

.copy-modal-v5 {
  background: #E8F2F2;
  color: #333;
  overflow: hidden;
  pointer-events: all;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  @media (min-width: 1025px) {
    .copy-modal-v5 {
      max-height: 80vh;
      position: relative;
      width: 670px; } }
  @media (max-width: 1024px) {
    .copy-modal-v5 {
      bottom: 0px;
      height: 100%;
      position: absolute;
      width: 100%; } }
  .copy-modal-v5__close-button {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1; }
    @media (max-width: 1024px) {
      .copy-modal-v5__close-button {
        width: 48px; } }
  .copy-modal-v5__cta {
    gap: 8px;
    justify-content: flex-start;
    margin-top: 24px; }
    @media (max-width: 1024px) {
      .copy-modal-v5__cta {
        align-items: flex-start;
        flex-direction: column; } }
  .copy-modal-v5__first {
    box-sizing: border-box;
    flex-direction: column;
    position: relative;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__first {
        height: 380px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__first {
        height: 200px; } }
    .copy-modal-v5__first video {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .copy-modal-v5__gallery {
    align-items: center;
    background: #E36539;
    display: flex;
    justify-content: center;
    position: relative; }
    @media (min-width: 1025px) {
      .copy-modal-v5__gallery {
        height: 380px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__gallery {
        height: 200px; } }
    .copy-modal-v5__gallery > img {
      height: 100%; }
  .copy-modal-v5__gallery-controls {
    bottom: 0px;
    height: 40px;
    position: absolute;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__gallery-controls {
        justify-content: space-between; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__gallery-controls {
        justify-content: center; } }
  .copy-modal-v5__gallery-main {
    height: 100%;
    object-fit: cover;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 100%; }
    .copy-modal-v5__gallery-main--hidden {
      opacity: 0; }
  .copy-modal-v5__gallery-next {
    transform: scaleX(-1); }
    @media (max-width: 1024px) {
      .copy-modal-v5__gallery-next {
        bottom: 80px;
        position: absolute;
        right: 0px; } }
  @media (max-width: 1024px) {
    .copy-modal-v5__gallery-prev {
      bottom: 80px;
      left: 0px;
      position: absolute; } }
  .copy-modal-v5__gallery-thumbnail {
    background: #fff;
    cursor: pointer;
    height: 8px;
    margin: 0px 8px;
    pointer-events: all;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 8px; }
    .copy-modal-v5__gallery-thumbnail img {
      display: none; }
    .copy-modal-v5__gallery-thumbnail:hover, .copy-modal-v5__gallery-thumbnail--active {
      background: #E36539; }
  .copy-modal-v5__main {
    box-sizing: border-box;
    cursor: default;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    right: 0px;
    top: 0px;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__main {
        height: 100%;
        max-height: 80vh; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__main {
        height: 100%; } }
  .copy-modal-v5__second {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start; }
    @media (min-width: 1025px) {
      .copy-modal-v5__second {
        padding: 40px;
        width: 100%; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__second {
        box-sizing: border-box;
        height: calc(100% - 200px);
        padding: 40px 24px 24px;
        width: 100%; } }
  .copy-modal-v5__scrollable {
    height: 100%;
    overflow-y: auto;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__scrollable {
        max-height: calc(80vh - min(50vh,500px) - 80px);
        padding-right: 40px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__scrollable {
        padding-right: 24px; } }
  .copy-modal-v5 h1 {
    color: #223F7A;
    font-size: 26px;
    font-weight: 700;
    line-height: 31px; }
  .copy-modal-v5 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px; }
  .copy-modal-v5 video {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%; }
  @media (max-width: 1024px) {
    .copy-modal-v5 .button {
      width: 100%; } }
  @media (min-width: 1025px) {
    .copy-modal-v5--text-only .copy-modal-v5__second {
      padding: 80px 40px 40px; } }
  @media (max-width: 1024px) {
    .copy-modal-v5--text-only .copy-modal-v5__second {
      height: 100%; } }
  @media (min-width: 1025px) {
    .copy-modal-v5--text-only .copy-modal-v5__scrollable {
      max-height: 360px; } }
  @media (min-width: 1025px) {
    .copy-modal-v5--video-only {
      height: calc(min(1280px, 90vw) / 16 * 9);
      width: calc(min(1280px, 90vw)); } }
  .copy-modal-v5--video-only .copy-modal-v5__close-button {
    position: fixed; }
  .copy-modal-v5--video-only .copy-modal-v5__first {
    height: 100%; }

.gui-pano {
  height: 100%;
  width: 100%; }
  .gui-pano--hidden {
    display: none; }
  .gui-pano--no-description .info__more {
    display: none; }
  @media (min-width: 1025px) {
    .gui-pano--no-description .info__title {
      margin: 24px 0px 55px; } }
  @media (max-width: 1024px) {
    .gui-pano--no-description .info__title {
      margin: 16px 0px 32px; } }

.gui-static {
  height: 100%;
  position: absolute;
  width: 100%; }
  .gui-static__bottom-shadow {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 51, 153, 0.7) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background-blend-mode: multiply;
    bottom: 0px;
    height: 265px;
    position: absolute;
    width: 100%; }
  .gui-static__top-shadow {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    height: 88px;
    position: absolute;
    top: 0px;
    width: 100%; }

.hotspot-v2 {
  background: #E36539;
  border: 3px solid #E36539;
  box-sizing: border-box;
  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__title {
    background: #fff;
    color: #000;
    left: 37px;
    opacity: 0;
    padding: 6px 28px 6px 18px;
    pointer-events: none;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    white-space: nowrap; }
  @media (hover: hover) and (pointer: fine) {
    .hotspot-v2:hover {
      border: 3px solid #FF9853; }
    .hotspot-v2:hover .hotspot-v2__title {
      opacity: 1;
      pointer-events: all; } }
  .hotspot-v2--tapped {
    border: 3px solid #FF9853; }
  .hotspot-v2--tapped .hotspot-v2__title {
    opacity: 1;
    pointer-events: all; }
  .hotspot-v2--minified {
    transform: scale(0.01); }
  .hotspot-v2--no-title .hotspot-v2__title {
    display: none; }

.info {
  position: absolute;
  z-index: 2; }
  @media (min-width: 1025px) {
    .info {
      bottom: 40px;
      left: 40px; } }
  @media (max-width: 1024px) {
    .info {
      bottom: 24px;
      box-sizing: border-box;
      padding: 0px 24px;
      width: 100%; } }
  .info__more {
    text-transform: uppercase; }
    @media (min-width: 1025px) {
      .info__more {
        margin: 24px 0px 55px; } }
    @media (max-width: 1024px) {
      .info__more {
        margin: 16px 0px 32px; } }
    .info__more svg {
      margin-left: 16px; }
  .info__title {
    font-family: "ITCAvantGardeStdBold";
    font-size: 32px;
    font-weight: 700;
    line-height: 34px; }

.info-more {
  background: #E8F2F2;
  box-sizing: border-box;
  height: 100%;
  left: 0px;
  pointer-events: all;
  position: absolute;
  top: 0px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 600px;
  z-index: 6; }
  @media (min-width: 1025px) {
    .info-more {
      padding: 90px 80px 80px; } }
  @media (max-width: 1024px) {
    .info-more {
      box-sizing: border-box;
      padding: 72px 24px 24px;
      width: 100%; } }
  .info-more__close {
    padding: 33.5px 31.5px;
    position: absolute;
    right: 0px;
    top: 0px; }
  .info-more__content {
    height: 100%;
    overflow-y: auto;
    width: 100%; }
    @media (min-width: 1025px) {
      .info-more__content {
        padding-right: 80px; } }
    @media (max-width: 1024px) {
      .info-more__content {
        padding-right: 24px; } }
  .info-more .info__description {
    color: #000;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; }
  .info-more .info__title {
    color: #223F7A;
    margin-bottom: 10px; }
  .info-more .local-cta-container {
    margin-top: 40px; }
  .info-more--hidden {
    left: 100%; }

.landing {
  background: #fff;
  box-sizing: border-box;
  cursor: default;
  overflow-y: auto;
  pointer-events: all;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 5; }
  @media (min-width: 1025px) {
    .landing {
      justify-content: flex-end;
      padding: 88px 40px 0px;
      justify-content: flex-start; } }
  @media (max-width: 1024px) {
    .landing {
      padding: 120px 16px 0px; } }
  .landing__1, .landing__2, .landing__3 {
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    text-align: center; }
    @media (min-width: 1025px) {
      .landing__1, .landing__2, .landing__3 {
        flex: 1;
        height: 480px;
        margin: 0px 20px 40px; } }
    @media (max-width: 1024px) {
      .landing__1, .landing__2, .landing__3 {
        filter: drop-shadow(0px 8px 14px rgba(0, 0, 0, 0.2));
        height: 220px;
        margin-bottom: 16px;
        width: 100%; } }
    @media (hover: hover) and (pointer: fine) {
      .landing__1:hover .button, .landing__2:hover .button, .landing__3:hover .button {
        background: #3161C3; }
      .landing__1:hover .landing__1__overlay, .landing__2:hover .landing__1__overlay, .landing__3:hover .landing__1__overlay, .landing__1:hover .landing__2__overlay, .landing__2:hover .landing__2__overlay, .landing__3:hover .landing__2__overlay, .landing__1:hover .landing__3__overlay, .landing__2:hover .landing__3__overlay, .landing__3:hover .landing__3__overlay {
        opacity: 1; } }
    .landing__1 h1, .landing__2 h1, .landing__3 h1 {
      font-family: "ITCAvantGardeStdBold";
      font-weight: 700;
      max-width: 90%;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
      z-index: 2; }
      @media (min-width: 1025px) {
        .landing__1 h1, .landing__2 h1, .landing__3 h1 {
          font-size: 32px;
          line-height: 34px;
          text-align: center; } }
      @media (max-width: 1024px) {
        .landing__1 h1, .landing__2 h1, .landing__3 h1 {
          font-size: 22px;
          line-height: 26px;
          margin-bottom: 24px;
          text-align: left;
          width: 100%; } }
  .landing__1 {
    background-image: url("../tour/img/landing/hse.jpg"); }
    @media (min-width: 1025px) {
      .landing__1 {
        margin-left: 0px; } }
  .landing__2 {
    background-image: url("../tour/img/landing/photonics.jpg"); }
  .landing__3 {
    background-image: url("../tour/img/landing/health.jpg"); }
    @media (min-width: 1025px) {
      .landing__3 {
        margin-right: 0px; } }
  .landing__logo {
    position: absolute;
    top: 16px; }
    @media (min-width: 1025px) {
      .landing__logo {
        left: 40px; } }
    @media (max-width: 1024px) {
      .landing__logo {
        left: 20px; } }
  .landing__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 1; }
  .landing__sections {
    width: 100%; }
    @media (max-width: 1024px) {
      .landing__sections {
        flex-direction: column; } }
  .landing__spacer {
    flex: 1; }
  .landing .button {
    margin: 40px 0px 24px;
    width: calc(100% - 48px);
    z-index: 2; }
    .landing .button svg {
      margin-left: 20px; }
  .landing .nav-button {
    background: transparent !important; }
  .landing > h1 {
    color: #223F7A;
    font-family: "ITCAvantGardeStdBold";
    font-weight: 700;
    margin-bottom: 40px;
    text-align: left;
    z-index: 2; }
    @media (min-width: 1025px) {
      .landing > h1 {
        font-size: 56px;
        line-height: 67px;
        max-width: 680px; } }
    @media (max-width: 1024px) {
      .landing > h1 {
        font-size: 32px;
        line-height: 34px; } }

.lang-switcher-container {
  /*
    @media ($desktop) {
        bottom: 24px;
        left: 28px;
    }
    
    @media ($mobile) {
        color: $color-5;
        bottom: 16px;
        width: 100%;
    }
    */ }

.lang-switcher {
  display: none;
  color: #000;
  font-family: "PublicSans";
  font-size: 14px;
  font-weight: 500;
  z-index: 2; }
  @media (max-width: 1024px) {
    .lang-switcher {
      color: #223F7A; } }
  .lang-switcher__flag {
    border-radius: 24px;
    height: 24px;
    margin-right: 12px;
    overflow: hidden;
    width: 24px; }
    .lang-switcher__flag img {
      transform: scale(1.5); }

.lang-list {
  background: #fff;
  color: #000;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 3;
  /*
    &--hidden {
        opacity: 0;
        pointer-events: none;

        * {
            pointer-events: none;
        }
    }
    
    &:after {
        background: $color-2;
        border-bottom: 1px solid $color-5;
        border-right: 1px solid $color-5;
        bottom: 0px;
        content: '';
        height: 16px;
        left: 50%;
        margin-bottom: -9px;
        margin-left: -8px;
        position: absolute;
        transform: rotate(45deg);
        width: 16px;
        
        @media ($mobile) {
            display: none;
        }
    }
    */ }
  @media (min-width: 1025px) {
    .lang-list {
      bottom: 8px;
      box-sizing: border-box;
      padding: 8px 16px;
      position: absolute;
      width: 100%; } }
  @media (max-width: 1024px) {
    .lang-list {
      align-items: flex-start;
      bottom: 0px;
      display: flex;
      font-size: 14px;
      font-weight: 400;
      justify-content: flex-start;
      padding: 7px;
      width: 100%; } }
  .lang-list__flag {
    border-radius: 24px;
    height: 24px;
    margin-right: 12px;
    overflow: hidden;
    width: 24px; }
    .lang-list__flag img {
      transform: scale(1.5); }
  .lang-list__item {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-family: "PublicSans";
    font-size: 14px;
    font-weight: 400;
    justify-content: flex-start; }
    @media (min-width: 1025px) {
      .lang-list__item {
        margin: 0px 16px; } }
    @media (max-width: 1024px) {
      .lang-list__item {
        background: #fff;
        padding: 16px 32px 10px; } }

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

.map-button {
  border-bottom: 3px solid #fff;
  bottom: 40px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 21px;
  padding: 6px 0px;
  position: absolute;
  right: 40px;
  text-transform: uppercase;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  @media (hover: hover) and (pointer: fine) {
    .map-button:hover {
      border-bottom: 3px solid #E36539; } }

.map {
  background: linear-gradient(0deg, rgba(49, 97, 195, 0.05), rgba(49, 97, 195, 0.05)), #FFFFFF;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 8; }
  .map__base {
    cursor: default;
    pointer-events: all;
    width: 100%;
    z-index: 1; }
  .map__close-button {
    pointer-events: all;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100; }
  .map__overlays {
    width: 100%;
    z-index: 2; }
  .map__overlay {
    left: 0px;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 100%; }
    .map__overlay--hidden {
      opacity: 0; }
  .map__title {
    background: #3161C3;
    border-radius: 20px 20px 20px 0px;
    color: #fff;
    display: inline;
    font-family: "ITCAvantGardeStdBold";
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 8px 20px;
    position: absolute;
    transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1); }
    .map__title:after {
      background: #3161C3;
      content: '';
      height: 88px;
      left: 0px;
      position: absolute;
      top: 34px;
      width: 2px; }
  .map__title.truly-hidden {
    transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1); }
  .map__title-container {
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 2; }

.nav-button {
  -moz-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background: rgba(68, 76, 94, 0.5);
  padding: 33.5px 30px;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  .nav-button--hidden {
    opacity: 0; }

.nav {
  cursor: default;
  left: 0px;
  pointer-events: all;
  top: 0px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 7; }
  .nav__back {
    box-sizing: border-box;
    color: #223F7A;
    height: 64px;
    font-family: "ITCAvantGardeStdBold";
    font-size: 18px;
    font-weight: 700;
    justify-content: flex-start;
    line-height: 22px;
    padding: 0px 20px 10px;
    width: 100%; }
    .nav__back svg {
      margin-right: 16px;
      transform: scaleX(-1); }
  .nav__bottom {
    justify-content: space-between; }
    @media (min-width: 1025px) {
      .nav__bottom {
        bottom: 24px;
        left: 0px;
        padding: 0px 32px 0px 36px;
        position: absolute; } }
    @media (max-width: 1024px) {
      .nav__bottom {
        padding: 0px 32px 0px 40px; } }
  @media (min-width: 1025px) {
    .nav__categories {
      height: 100%; } }
  @media (max-width: 1024px) {
    .nav__categories {
      height: calc(100% - 88px); } }
  .nav__category {
    background: #fff;
    box-sizing: border-box;
    font-family: "ITCAvantGardeStdBold";
    font-size: 18px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 22px;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 100%; }
    @media (min-width: 1025px) {
      .nav__category {
        padding: 40px 45px 40px 40px; } }
    @media (max-width: 1024px) {
      .nav__category {
        padding: 45px 40px; } }
    @media (hover: hover) and (pointer: fine) {
      .nav__category:hover {
        background: #223F7A;
        color: #fff; }
        .nav__category:hover h1 {
          color: #fff; }
        .nav__category:hover svg path {
          fill: #fff; } }
    .nav__category h1 {
      color: #223F7A;
      font-family: "ITCAvantGardeStdBold";
      font-size: 18px;
      font-weight: 700;
      line-height: 22px;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    .nav__category svg {
      flex-shrink: 0;
      margin-left: 16px;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
      .nav__category svg path {
        transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (min-width: 1025px) {
      .nav__category--active {
        background: #223F7A; }
        .nav__category--active h1 {
          color: #fff; }
        .nav__category--active svg {
          opacity: 0; } }
  .nav__close-button {
    backdrop-filter: blur(40px);
    -moz-backdrop-filter: blur(40px);
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100; }
  .nav__container {
    justify-content: flex-start;
    max-height: 100%;
    overflow-y: auto;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (min-width: 1025px) {
      .nav__container {
        flex-wrap: wrap; } }
    @media (max-width: 1024px) {
      .nav__container {
        flex-direction: column;
        height: calc(100% - 64px); } }
    .nav__container--hidden {
      opacity: 0; }
  .nav__header {
    background: #fff;
    height: 88px;
    width: 100%; }
  .nav__item {
    position: relative; }
    @media (min-width: 1025px) {
      .nav__item {
        height: 320px;
        width: 50%; } }
    @media (max-width: 1024px) {
      .nav__item {
        flex-shrink: 0;
        height: 220px;
        width: 100%; } }
    @media (hover: hover) and (pointer: fine) {
      .nav__item:hover .nav__item__title {
        font-size: 28px; } }
    .nav__item__overlay {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
      z-index: 2; }
    .nav__item__title {
      font-family: "ITCAvantGardeStdBold";
      font-size: 28px;
      line-height: 28px;
      text-align: center;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
      z-index: 3; }
      @media (min-width: 1025px) {
        .nav__item__title {
          padding: 0px 20px; } }
    .nav__item img {
      height: 100%;
      object-fit: cover;
      position: absolute;
      width: 100%; }
  .nav__level-1 {
    background: #fff;
    left: 0px;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 1; }
    @media (min-width: 1025px) {
      .nav__level-1 {
        height: 100%;
        width: 360px; } }
    @media (max-width: 1024px) {
      .nav__level-1 {
        height: calc(100% - 126px);
        width: 100%; } }
  .nav__level-2 {
    background: #fff;
    left: 0px;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 2; }
    @media (min-width: 1025px) {
      .nav__level-2 {
        height: 100%;
        left: 360px;
        width: calc(100% - 360px); } }
    @media (max-width: 1024px) {
      .nav__level-2 {
        box-sizing: border-box;
        height: calc(100% - 88px);
        width: 100%; } }
    @media (max-width: 1024px) {
      .nav__level-2--hidden {
        left: 100%; } }
  .nav__logo {
    pointer-events: all;
    position: absolute;
    top: 16px; }
    @media (min-width: 1025px) {
      .nav__logo {
        left: 40px; } }
    @media (max-width: 1024px) {
      .nav__logo {
        left: 16px; } }
  .nav__vr {
    width: 32px; }
  .nav--hidden {
    pointer-events: none; }
    @media (max-width: 1024px) {
      .nav--hidden {
        top: -100%; } }
  .nav--hidden .nav__level-1 {
    /*
            @media ($mobile) {
                opacity: 0;
            }
            */ }
    @media (min-width: 1025px) {
      .nav--hidden .nav__level-1 {
        left: -360px; } }
  .nav--hidden .nav__level-2 {
    /*
            @media ($mobile) {
                opacity: 0;
            }
            */ }
    @media (min-width: 1025px) {
      .nav--hidden .nav__level-2 {
        left: 100%; } }

.pano-stepper {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 21px; }
  @media (min-width: 1025px) {
    .pano-stepper {
      justify-content: flex-start; } }
  @media (max-width: 1024px) {
    .pano-stepper {
      justify-content: space-between; } }
  .pano-stepper__next, .pano-stepper__prev {
    opacity: 0.75;
    text-transform: uppercase;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (hover: hover) and (pointer: fine) {
      .pano-stepper__next:hover, .pano-stepper__prev:hover {
        opacity: 1; } }
  .pano-stepper__next img {
    margin-left: 6px;
    transform: scaleX(-1); }
  .pano-stepper__prev img {
    margin-right: 6px; }
  .pano-stepper__separator {
    text-align: center;
    width: 68px; }

.tutorial {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  pointer-events: none;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 10; }
  .tutorial__container {
    height: 300px;
    width: 300px; }
  .tutorial__bottom {
    margin-top: 35px;
    position: relative;
    width: 100%; }
  .tutorial__dots {
    gap: 10px;
    position: absolute; }
  .tutorial__dot {
    background: #fff;
    border-radius: 4px;
    height: 4px;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 4px; }
    .tutorial__dot--red {
      background: #E36539;
      transform: scale(1.25); }
  .tutorial__middle {
    height: 100px;
    width: 200px; }
    .tutorial__middle svg {
      position: absolute;
      width: 200px; }
      .tutorial__middle svg:last-child {
        opacity: 0.75; }
  .tutorial__slider {
    background: #170F0A;
    border: 2px solid #fff;
    border-radius: 32px;
    gap: 8px;
    height: 52px;
    position: absolute;
    width: 80px; }
    .tutorial__slider svg:first-child {
      transform: scaleX(-1); }
  .tutorial h1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 21.5px;
    text-align: center; }

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

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

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

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