@font-face {
  font-family: 'MetricWeb';
  font-weight: 300;
  src: url("../tour/fonts/metricweb-light.woff2"); }

@font-face {
  font-family: 'MetricWeb';
  font-weight: 400;
  src: url("../tour/fonts/metricweb-regular.woff2"); }

@font-face {
  font-family: 'MetricWeb';
  font-weight: 500;
  src: url("../tour/fonts/metricweb-medium.woff2"); }

@font-face {
  font-family: 'MetricWeb';
  font-weight: 600;
  src: url("../tour/fonts/metricweb-semibold.woff2"); }

@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"); }

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

html {
  height: 100%; }

body {
  background-color: #CF132F;
  color: #fff;
  font-family: "MetricWeb";
  font-weight: normal;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0; }

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: #CF132F;
  border-radius: 40px;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 16px;
  padding: 11px 24px;
  pointer-events: all;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  .button:hover {
    background: #99021E; }

.contact {
  color: #0E1414;
  font-family: "Roboto";
  height: 100%;
  left: 0px;
  pointer-events: all;
  top: 0px;
  z-index: 10; }
  .contact__close-button {
    position: absolute; }
    @media (min-width: 1025px) {
      .contact__close-button {
        right: 29px;
        top: 29px; } }
    @media (max-width: 1024px) {
      .contact__close-button {
        right: 0px;
        top: 0px; } }
  .contact__content {
    background: #fff;
    box-sizing: border-box;
    cursor: default;
    height: 100%;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 2; }
    @media (min-width: 1025px) {
      .contact__content {
        padding: 80px;
        right: 0px;
        width: 560px; } }
    @media (max-width: 1024px) {
      .contact__content {
        padding: 64px 24px 24px;
        left: 0px;
        width: 100%; } }
  .contact__datetime {
    gap: 16px; }
  .contact__form {
    pointer-events: all; }
  .contact__form > div {
    margin: 20px 0px; }
  .contact__mask {
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  .contact__scrollable {
    overflow-y: auto;
    position: absolute; }
    @media (min-width: 1025px) {
      .contact__scrollable {
        height: calc(100% - 160px);
        padding-right: 80px;
        width: calc(100% - 160px); } }
    @media (max-width: 1024px) {
      .contact__scrollable {
        height: calc(100% - 88px);
        padding-right: 24px;
        width: calc(100% - 48px); } }
  .contact h1 {
    font-size: 20px;
    font-weight: 700; }
  .contact input[type=text], .contact input[type=email] {
    border: 1px solid rgba(190, 190, 190, 0.5);
    border-radius: 6px;
    box-sizing: border-box;
    color: #7E858B;
    font-size: 14px;
    font-weight: 400;
    margin: 6px 0px;
    padding: 14px 16px;
    width: 100%; }
  .contact label {
    font-size: 14px;
    font-weight: 400; }
    .contact label:after {
      content: '*';
      color: #CF132F;
      font-size: 12px;
      margin-left: 4px; }
  .contact p {
    color: #7E858B;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 16px 0px 12px; }
  .contact select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(190, 190, 190, 0.5);
    border-radius: 6px;
    box-sizing: border-box;
    color: #7E858B;
    font-size: 14px;
    font-weight: 400;
    margin: 6px 0px;
    padding: 14px 16px;
    width: 100%; }
  .contact textarea {
    border: 1px solid rgba(190, 190, 190, 0.5);
    border-radius: 6px;
    box-sizing: border-box;
    color: #7E858B;
    font-size: 14px;
    font-weight: 400;
    min-height: 100px;
    padding: 14px 16px;
    width: 100%; }
  .contact .button {
    margin-top: 12px; }
  .contact--hidden {
    pointer-events: none; }
  @media (min-width: 1025px) {
    .contact--hidden .contact__content {
      right: -560px; } }
  @media (max-width: 1024px) {
    .contact--hidden .contact__content {
      left: 100%; } }
  .contact--hidden .contact__mask {
    opacity: 0; }

.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: #fff;
  color: #0E1414;
  overflow: hidden;
  pointer-events: all;
  right: 0px;
  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: 550px; } }
  @media (max-width: 1024px) {
    .copy-modal-v5 {
      bottom: 0px;
      height: 100%;
      position: absolute;
      width: 100%; } }
  .copy-modal-v5__close-button {
    z-index: 1; }
    @media (min-width: 1025px) {
      .copy-modal-v5__close-button {
        position: absolute;
        right: 0px;
        top: 0px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__close-button {
        position: fixed;
        right: 0px;
        top: 0px; } }
  .copy-modal-v5__cta {
    justify-content: space-between;
    margin-top: 32px; }
  .copy-modal-v5__first {
    box-sizing: border-box;
    flex-direction: column;
    position: relative;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__first {
        height: 40vh; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__first {
        height: 240px; } }
    .copy-modal-v5__first video {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .copy-modal-v5__gallery {
    height: 100%;
    position: relative; }
  .copy-modal-v5__gallery-controls {
    bottom: 0px;
    height: 40px;
    justify-content: space-between;
    position: absolute;
    width: 100%; }
  .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); }
  .copy-modal-v5__gallery-thumbnail {
    background: radial-gradient(circle, white 0%, white 24%, rgba(255, 255, 255, 0.35) 25%, rgba(255, 255, 255, 0.35) 55%, white 60%, white 100%);
    border-radius: 10px;
    cursor: pointer;
    height: 10px;
    margin: 0px 10px;
    pointer-events: all;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 10px; }
    .copy-modal-v5__gallery-thumbnail img {
      display: none; }
    .copy-modal-v5__gallery-thumbnail--active {
      background: radial-gradient(circle, white 0%, white 60%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%); }
  .copy-modal-v5__logo {
    margin-bottom: 4px;
    width: 65px; }
  .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: 56px;
        width: 100%; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__second {
        box-sizing: border-box;
        height: calc(100% - 240px);
        padding: 32px;
        width: 100%; } }
  .copy-modal-v5__scrollable {
    height: 100%;
    overflow-y: auto;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__scrollable {
        max-height: calc(40vh - 112px);
        padding-right: 56px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__scrollable {
        padding-right: 32px; } }
  .copy-modal-v5 a {
    border-bottom: 2px solid #CF132F;
    color: #0E1414;
    font-size: 16px;
    font-weight: 400; }
  .copy-modal-v5 h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
    word-break: break-word; }
  .copy-modal-v5 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px; }
  .copy-modal-v5 video {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    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: radial-gradient(81.97% 81.97% at 6.18% 84.84%, #0E1414 0%, rgba(14, 20, 20, 0) 100%), linear-gradient(180deg, rgba(74, 74, 76, 0) 0%, rgba(14, 20, 20, 0.5) 100%);
    bottom: 0px;
    position: absolute;
    width: 100%; }
    @media (min-width: 1025px) {
      .gui-static__bottom-shadow {
        height: 372px; } }
    @media (max-width: 1024px) {
      .gui-static__bottom-shadow {
        height: 200px; } }
  .gui-static__top-shadow {
    position: absolute;
    top: 0px;
    width: 100%; }
    @media (min-width: 1025px) {
      .gui-static__top-shadow {
        background: linear-gradient(180deg, rgba(14, 20, 20, 0.8) 0%, rgba(74, 74, 76, 0) 100%);
        height: 96px; } }
    @media (max-width: 1024px) {
      .gui-static__top-shadow {
        background: #0E1414;
        height: 80px; } }

.hotspot-v2 {
  height: 48px;
  margin: -24px 0px 0px -24px;
  position: relative;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 48px;
  /*
    &__pin {
        background: $color-2;
        border-radius: 5px;
        bottom: 40px;
        height: 5px;
        position: absolute;
        width: 5px;
    }
    */
  /*
    &__tail {
        background: $color-2;
        bottom: 16px;
        height: 24px;
        position: absolute;
        width: 1px;
    }
    */ }
  .hotspot-v2__icon {
    position: absolute;
    top: 11px;
    z-index: 2; }
  .hotspot-v2__shape-1 {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 100%;
    height: 100%;
    position: absolute;
    width: 100%; }
  .hotspot-v2__shape-2 {
    background: #fff;
    border-radius: 48px;
    height: 48px;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 48px; }
  .hotspot-v2__title {
    font-size: 20px;
    font-weight: 400;
    left: 60px;
    position: absolute;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    white-space: nowrap;
    /*
        &:after {
            background: $color-4;
            content: '';
            filter: blur(8px);
            height: 4px;
            left: 0px;
            opacity: 0.6;
            position: absolute;
            top: 38px;
            transition: all $duration $easing;
            width: 100%;
        }
        */ }
  .hotspot-v2--custom-icon .hotspot-v2 {
    /*
        &__pin, &__shadow {
            display: none;
        }
        */ }
    .hotspot-v2--custom-icon .hotspot-v2__title {
      opacity: 0;
      pointer-events: none;
      /*
            &:after {
                display: none;
            }
            */ }
  .hotspot-v2--custom-icon.hotspot-v2:hover .hotspot-v2__shape-2, .hotspot-v2--custom-icon.hotspot-v2--tapped .hotspot-v2__shape-2 {
    border-radius: 38px;
    height: 38px;
    width: 38px; }
  .hotspot-v2--custom-icon.hotspot-v2:hover .hotspot-v2__tail, .hotspot-v2--custom-icon.hotspot-v2--tapped .hotspot-v2__tail {
    display: none; }
  .hotspot-v2--custom-icon.hotspot-v2:hover .hotspot-v2__title, .hotspot-v2--custom-icon.hotspot-v2--tapped .hotspot-v2__title {
    opacity: 1;
    pointer-events: all; }
  .hotspot-v2--minified {
    transform: scale(0.01); }
  .hotspot-v2--traversal {
    height: 30px;
    margin: -15px 0px 0px -15px;
    width: 30px; }
  .hotspot-v2--traversal .hotspot-v2__icon {
    display: none; }
  .hotspot-v2--traversal .hotspot-v2__shape-1 {
    background: #CF132F;
    border: none;
    border-radius: 30px;
    height: 30px;
    width: 30px; }
  .hotspot-v2--traversal .hotspot-v2__shape-2 {
    background: #fff;
    border-radius: 7px;
    height: 7px;
    top: 11px;
    width: 7px; }
  .hotspot-v2--traversal .hotspot-v2__title {
    left: 40px; }
  .hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__shape-2, .hotspot-v2--traversal.hotspot-v2--tapped .hotspot-v2__shape-2 {
    transform: scale(1.35); }
  .hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__title, .hotspot-v2--traversal.hotspot-v2--tapped .hotspot-v2__title {
    left: 44px; }

.info {
  align-items: flex-start;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 2; }
  @media (min-width: 1025px) {
    .info {
      bottom: 64px;
      left: 120px;
      max-width: 600px; } }
  @media (max-width: 1024px) {
    .info {
      bottom: 24px;
      box-sizing: border-box;
      left: 0px;
      padding: 0px 24px;
      width: 100%; } }
  .info__description {
    font-family: "Roboto";
    font-weight: 400;
    margin: 8px 0px;
    max-height: 500px;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (min-width: 1025px) {
      .info__description {
        font-size: 16px;
        line-height: 23px; } }
    .info__description--hidden {
      margin: 0px;
      max-height: 0px;
      opacity: 0; }
  .info__title {
    font-weight: 600; }
    @media (min-width: 1025px) {
      .info__title {
        font-size: 48px;
        line-height: 60px; } }
    @media (max-width: 1024px) {
      .info__title {
        font-size: 40px;
        line-height: 50px; } }
  .info__toggle {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
    opacity: 0.6;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    text-decoration: underline; }
    .info__toggle:hover {
      opacity: 1; }
  @media (max-width: 1024px) {
    .info .button {
      box-sizing: border-box;
      width: 100%; } }

.landing {
  background-color: #0c0e0e;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 8; }
  @media (min-width: 1025px) {
    .landing {
      padding-bottom: 42px; } }
  .landing__content {
    cursor: default;
    height: 100vh;
    overflow-y: auto;
    pointer-events: all;
    z-index: 3; }
  .landing__cta a:last-child {
    margin-left: 16px;
    text-decoration: underline; }
  .landing__first {
    align-items: flex-start;
    z-index: 2; }
    @media (min-width: 1025px) {
      .landing__first {
        height: calc(100% - 272px);
        padding-left: 140px;
        max-width: 560px; } }
    @media (max-width: 1024px) {
      .landing__first {
        padding: 240px 24px 0px; } }
  .landing__gradient {
    z-index: 2; }
    @media (min-width: 1025px) {
      .landing__gradient {
        background: linear-gradient(90deg, #0c0e0e 25%, rgba(0, 0, 0, 0) 100%); } }
    @media (max-width: 1024px) {
      .landing__gradient {
        background: linear-gradient(0deg, #0c0e0e 25%, rgba(0, 0, 0, 0) 100%);
        height: 50vh; } }
  @media (min-width: 1025px) {
    .landing__logo {
      width: 170px; } }
  @media (max-width: 1024px) {
    .landing__logo {
      width: 130px; } }
  .landing h1 {
    font-weight: 400;
    text-transform: uppercase; }
    @media (min-width: 1025px) {
      .landing h1 {
        font-size: 40px;
        margin-top: 8px; } }
    @media (max-width: 1024px) {
      .landing h1 {
        font-size: 32px;
        line-height: 40px; } }
  .landing p {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 400; }
    @media (min-width: 1025px) {
      .landing p {
        line-height: 28px;
        margin: 24px 0px 40px; } }
    @media (max-width: 1024px) {
      .landing p {
        line-height: 25px;
        margin: 24px 0px; } }
  .landing video {
    object-fit: cover;
    z-index: 1; }
    @media (max-width: 1024px) {
      .landing video {
        height: 50vh; } }
  @media (min-width: 1025px) {
    .landing__menu {
      justify-content: flex-start;
      overflow-x: auto;
      padding-bottom: 36px;
      padding-left: 140px;
      pointer-events: all;
      position: absolute;
      width: calc(100% - 140px);
      z-index: 2; } }
  @media (max-width: 1024px) {
    .landing__menu {
      flex-direction: column;
      padding: 52px 24px 20px; } }
  .landing__menu-item {
    cursor: pointer;
    filter: drop-shadow(0px 8px 28px rgba(0, 0, 0, 0.35));
    pointer-events: all; }
    @media (min-width: 1025px) {
      .landing__menu-item {
        margin-right: 24px; } }
    @media (max-width: 1024px) {
      .landing__menu-item {
        margin: 4px 0px;
        position: relative; } }
    .landing__menu-item__text {
      box-sizing: border-box;
      padding: 40px 48px; }
      @media (min-width: 1025px) {
        .landing__menu-item__text {
          align-items: flex-start;
          background: #0E1414;
          height: 230px;
          width: 375px; } }
      @media (max-width: 1024px) {
        .landing__menu-item__text {
          position: absolute;
          text-align: center;
          width: 100%; } }
    @media (min-width: 1025px) {
      .landing__menu-item h1 {
        font-size: 26px;
        font-weight: 400;
        text-transform: uppercase; } }
    @media (max-width: 1024px) {
      .landing__menu-item h1 {
        font-family: "Roboto";
        font-size: 24px;
        font-weight: 500; } }
    .landing__menu-item img {
      object-fit: cover; }
      @media (min-width: 1025px) {
        .landing__menu-item img {
          height: 230px;
          width: 160px; } }
      @media (max-width: 1024px) {
        .landing__menu-item img {
          height: calc(50vw - 24px);
          width: 100%; } }
    .landing__menu-item p {
      font-family: "Roboto";
      font-size: 16px;
      font-weight: 400;
      line-height: 22.5px;
      letter-spacing: 2%;
      margin: 8px 0px 20px; }
      @media (max-width: 1024px) {
        .landing__menu-item p {
          display: none; } }
    .landing__menu-item span {
      border-bottom: 2px solid #CF132F;
      font-size: 16px;
      font-weight: 400;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
      @media (max-width: 1024px) {
        .landing__menu-item span {
          display: none; } }
      .landing__menu-item span:hover {
        border-bottom: 2px solid #fff; }
    @media (min-width: 1025px) {
      .landing__menu-item:last-child {
        padding-right: 24px; } }
  .landing__scroll {
    bottom: 180px;
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 700;
    left: 28px;
    line-height: 14px;
    max-width: 80px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-transform: uppercase; }
  .landing .button {
    font-size: 16px; }

.lang-list {
  align-items: flex-start;
  color: #fff;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 7; }
  @media (min-width: 1025px) {
    .lang-list {
      right: 60px;
      top: 64px; } }
  @media (max-width: 1024px) {
    .lang-list {
      right: 51px;
      top: 56px; } }
  .lang-list__item {
    align-items: center;
    display: flex;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    justify-content: flex-start;
    margin: 8px 0px;
    pointer-events: all; }
  .lang-list--hidden {
    opacity: 0;
    pointer-events: none; }

.lang-switcher {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  pointer-events: all;
  position: absolute;
  text-transform: uppercase;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 7; }
  @media (min-width: 1025px) {
    .lang-switcher {
      right: 30px;
      top: 38px; } }
  @media (max-width: 1024px) {
    .lang-switcher {
      right: 22px;
      top: 30px; } }
  .lang-switcher__arrow {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    margin-left: 10px;
    width: 20px; }
  .lang-switcher__flag {
    display: none; }

.logo {
  position: absolute;
  z-index: 5; }
  @media (min-width: 1025px) {
    .logo {
      left: 50%;
      margin-left: -54px;
      top: 28px; } }
  @media (max-width: 1024px) {
    .logo {
      right: 16px;
      top: 23px; } }
  @media (min-width: 1025px) {
    .logo__img {
      width: 108px; } }
  @media (max-width: 1024px) {
    .logo__img {
      width: 90px; } }

.nav-button {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  z-index: 3; }
  @media (min-width: 1025px) {
    .nav-button {
      left: 25px;
      top: 41px; } }
  @media (max-width: 1024px) {
    .nav-button {
      left: 16px;
      top: 33px; } }
  .nav-button img {
    margin-right: 9px; }

.nav-close-button {
  position: absolute; }
  @media (min-width: 1025px) {
    .nav-close-button {
      left: 24px;
      top: 38px; } }
  @media (max-width: 1024px) {
    .nav-close-button {
      left: 17px;
      top: 33px; } }
  .nav-close-button img {
    margin-right: 13px; }
  .nav-close-button span {
    font-family: "Roboto";
    font-size: 14px;
    margin-top: 2px; }

.nav {
  background: #0E1414;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  @media (min-width: 1025px) {
    .nav {
      z-index: 4; } }
  @media (max-width: 1024px) {
    .nav {
      z-index: 6; } }
  .nav__container {
    align-items: flex-start;
    box-sizing: border-box;
    cursor: default;
    height: 100%;
    pointer-events: all; }
    @media (min-width: 1025px) {
      .nav__container {
        padding: 220px 0px 3px 200px; } }
    @media (max-width: 1024px) {
      .nav__container {
        height: calc(100% - 160px);
        overflow-y: auto;
        padding: 80px 45px 0px;
        position: absolute;
        top: 80px;
        width: 100%; } }
  @media (max-width: 1024px) {
    .nav__cta {
      margin-top: 80px; } }
  .nav__cta__item {
    margin-right: 24px;
    position: relative; }
    @media (min-width: 1025px) {
      .nav__cta__item {
        height: 190px;
        width: 190px; } }
    @media (max-width: 1024px) {
      .nav__cta__item {
        height: calc(50vw - 52px);
        width: calc(50vw - 52px); } }
  .nav__cta img {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .nav__cta span {
    bottom: 16px;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 500;
    left: 16px;
    position: absolute; }
  .nav__first {
    align-items: flex-start; }
    @media (min-width: 1025px) {
      .nav__first {
        margin-right: 140px; } }
    @media (max-width: 1024px) {
      .nav__first {
        width: 100%; } }
  .nav__list-item {
    cursor: pointer;
    justify-content: flex-start;
    margin-bottom: 50px;
    pointer-events: all; }
    .nav__list-item span {
      font-size: 31px;
      font-weight: 400;
      line-height: 38px;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    .nav__list-item svg {
      margin-right: 25px;
      width: 32px; }
      .nav__list-item svg path {
        transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    .nav__list-item:hover span, .nav__list-item--active span {
      color: #CF132F; }
    .nav__list-item:hover svg path, .nav__list-item--active svg path {
      fill: #CF132F; }
    .nav__list-item--active {
      cursor: default;
      pointer-events: none; }
  .nav__second {
    height: 100%;
    width: 560px; }
    @media (max-width: 1024px) {
      .nav__second {
        display: none; } }
    .nav__second img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .nav .button {
    bottom: 20px;
    box-sizing: border-box;
    left: 40px;
    position: absolute;
    width: calc(100% - 80px);
    z-index: 2; }
  .nav--hidden {
    opacity: 0; }
    .nav--hidden * {
      pointer-events: none !important; }

.pano-stepper {
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  @media (min-width: 1025px) {
    .pano-stepper {
      bottom: 40px;
      right: 40px; } }
  .pano-stepper__next, .pano-stepper__prev {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 40px;
    margin: 0px 8px;
    padding: 27.5px 26px;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    .pano-stepper__next:hover, .pano-stepper__prev:hover {
      background: rgba(255, 255, 255, 0.2); }
  .pano-stepper__prev img {
    transform: scaleX(-1); }

.tutorial {
  pointer-events: none;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 11; }
  .tutorial__container {
    backdrop-filter: blur(40px);
    -moz-backdrop-filter: blur(40px);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    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: #CF132F;
      transform: scale(1.25); }
  .tutorial__middle {
    height: 100px;
    width: 200px; }
    .tutorial__middle img {
      position: absolute;
      width: 200px; }
      .tutorial__middle img: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 img:first-child {
      transform: scaleX(-1); }
  .tutorial h1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
    text-transform: uppercase; }

.tutorial-hidden {
  bottom: -100% !important; }

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

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

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

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

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