@font-face {
  font-family: Elarent;
  src: url('../fonts/Elarent.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --crystal-blue: #6b9eab;
  --color-2\<deleted\|variable-250e47ac\>: #5b4dff;
  --white: white;
  --yankees-blue: #143640;
  --black: #000;
  --color-1\<deleted\|variable-317fa1e1\>: #a39bff;
  --dark-gunmetal: #172030;
  --white-smoke\<deleted\|variable-d3253bc5\>: whitesmoke;
  --gainsboro\<deleted\|variable-fe1d1273\>: #dedede;
  --silver\<deleted\|variable-534a5d4e\>: #bababa;
  --bright-gray: #ededed;
}

body {
  color: #333;
  height: 100vh;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.page_wrapper {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5vh;
  display: flex;
  position: relative;
}

.page_wrapper.is-floor {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page_wrapper.is-padding10px {
  padding: 10px;
}

.page_wrapper.is-disambiguation {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page_wrapper.is-main {
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 0 0 10vh;
}

.page_wrapper.is-nopadding {
  padding: 0;
}

.page_wrapper.is-virtual-photo {
  padding-top: 0;
  padding-bottom: 0;
  overflow: auto;
}

.page_wrapper.is-material-board {
  justify-content: flex-start;
  align-items: center;
  padding-top: 12vh;
  padding-bottom: 12vh;
}

.page_wrapper.is-map {
  padding: 5vh;
}

.navigator {
  z-index: 52;
  background-color: var(--crystal-blue);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.nav_logo {
  z-index: 20;
  width: 45px;
  height: 80px;
  position: relative;
}

.index_wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  right: 66px;
}

.index_wrapper.is-fullscreen {
  grid-column-gap: 20px;
  background-color: #000000e6;
  flex-flow: wrap;
  place-content: center;
  width: auto;
  margin-left: 0;
  display: flex;
  position: fixed;
  inset: 0% 0 0% 0%;
}

.index_wrapper.is-lateral {
  height: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.index_wrapper.is-responsive {
  background-image: linear-gradient(#6b9eabb3, #edededcc 50%, #b6b3a7b3), url('../images/index-bg-2.webp');
  background-position: 0 0, 87%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
  display: flex;
  position: relative;
  right: 0;
  overflow: hidden;
}

.index_wrapper.is-responsive.is-vr {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: auto;
}

.index_button {
  z-index: 49;
  background-color: var(--color-2\<deleted\|variable-250e47ac\>);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  min-width: 150px;
  max-width: 190px;
  min-height: 40px;
  padding: 16px 20px;
  text-decoration: none;
  position: fixed;
  top: 10px;
  right: 76px;
}

.index_button-page {
  z-index: 15;
  cursor: pointer;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.index_button-page.is-lateral {
  margin-left: 50px;
  margin-right: 50px;
}

.index_button-page.is-responsive {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--yankees-blue);
  flex-flow: column;
  margin-left: 50px;
  margin-right: 50px;
}

.touch_overlay {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #000;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav_button_container {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  display: flex;
  position: absolute;
  top: 10px;
}

.embed-video {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.vr_container {
  background-color: var(--black);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.interior_tab {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.plan_container {
  max-height: 100%;
  display: flex;
  position: relative;
}

.plan_button {
  background-color: var(--color-1\<deleted\|variable-317fa1e1\>);
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  display: flex;
  position: absolute;
}

.plan_button.is-01a {
  top: 50%;
  left: 50%;
}

.device_overlay {
  z-index: 100;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  color: var(--white);
  text-align: center;
  background-color: #131313e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  display: none;
  position: fixed;
  inset: 0%;
}

.cartiglio-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.cartiglio-wrapper.is-pop-up {
  display: none;
}

.cartiglio-quadrato {
  background-color: var(--color-1\<deleted\|variable-317fa1e1\>);
  width: 60px;
  height: 45px;
  margin-right: 12px;
}

.cartiglio-text {
  color: var(--color-1\<deleted\|variable-317fa1e1\>);
  text-transform: uppercase;
  font-size: 12px;
}

.cartiglio-text.bottom {
  z-index: 10;
  color: var(--color-1\<deleted\|variable-317fa1e1\>);
  font-size: 7px;
  line-height: 10px;
  display: flex;
  position: fixed;
  bottom: 12px;
  left: 16px;
}

.card_text {
  z-index: 2;
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 5px #ffffff80;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 4px 15px;
  font-family: Elarent, Arial, sans-serif;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.card_text.is-orise {
  z-index: 3;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  position: absolute;
  inset: auto 0% 60px;
}

.card_text.is-tile {
  letter-spacing: 2.5px;
  width: auto;
  padding-bottom: 5px;
  text-decoration: none;
  position: static;
}

.card_text.is-download {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.main_image {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  height: 100%;
  padding-left: 5vh;
  padding-right: 5vh;
  display: flex;
  position: relative;
}

.main_logo {
  justify-content: center;
  align-items: center;
  width: 25vw;
  min-width: 200px;
  max-width: 100%;
  display: flex;
}

.icon {
  z-index: 1;
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 7px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon.is-vp {
  position: relative;
}

.icon.is-card {
  border-width: 2px;
  padding: 0;
}

.icon.is-disamb {
  padding: 8px;
}

.icon.is-rotate {
  padding: 7px;
}

.icon.is-touch {
  z-index: 3;
  background-image: url('../images/touch-bar.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon.is-home {
  background-image: url('../images/HeroiconsHome.svg');
  background-position: 50% 44%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.main_grid {
  z-index: 2;
  grid-column-gap: 1.5vh;
  grid-row-gap: 1.5vh;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.main_grid.is-horizontal {
  grid-template-columns: auto auto auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.main_grid.is-download {
  grid-template-columns: auto auto auto 1fr;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.card {
  border-radius: 30px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-width: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 14px 3px #0000000d;
}

.card.is-medium {
  width: 20vw;
  min-width: 300px;
  min-height: 300px;
  max-height: 20vw;
  box-shadow: 0 0 20px 3px #ffffff4d;
}

.card.is-coming-soon {
  cursor: default;
}

.card.is-small {
  width: 20vw;
  min-width: 200px;
  max-width: 300px;
  max-height: 320px;
  box-shadow: 0 0 20px 3px #ffffff4d;
}

.vp_grid {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  border-radius: 5px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 10px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 0 14px 3px #0000001a;
}

.vp_grid.is-1column {
  grid-template-columns: 1fr;
}

.interior_cone {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #000;
  width: 50px;
  height: 60px;
  position: absolute;
}

.interior_cone._2 {
  top: 21%;
}

.interior_cone._3 {
  top: 42%;
}

.interior_cone._4 {
  top: 65%;
}

.interior_component {
  z-index: 1;
  border: 0 #fff;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.interior_content {
  z-index: 2;
  flex: 1;
  height: 100%;
}

.interior_menu {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 30vw;
  height: 30vw;
  margin-left: 40px;
  display: flex;
}

.vp_cover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 160px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vp_background {
  z-index: 0;
  filter: blur(5px);
  object-fit: cover;
  object-position: 50% 50%;
  width: 150%;
  max-width: none;
  height: 150%;
  position: absolute;
}

.vp_cover_line {
  z-index: 1;
  background-color: var(--white);
  width: 80%;
  height: 1px;
  position: relative;
}

.vp_heading {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.vp_lightbox {
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.vp_lightbox_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.iframe {
  border: 1px #000;
  width: 100%;
  height: 100%;
  position: relative;
}

.vr_embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.index_button_text {
  letter-spacing: 2.5px;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  font-family: Elarent, Arial, sans-serif;
  font-size: 12px;
  display: flex;
}

.index_button_text.close-lateral, .index_button_text.asdasd, .index_button_text.close-fullscreen {
  display: none;
}

.index_button_text.download, .index_button_text.open-resposive {
  position: static;
}

.index_button_text.close-fullscreen {
  display: flex;
  position: static;
}

.vr_button {
  z-index: 15;
  border: 5px solid var(--color-2\<deleted\|variable-250e47ac\>);
  opacity: .7;
  filter: grayscale();
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  width: 200px;
  min-height: 100px;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 10px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.vr_button.w--current {
  border-color: var(--white);
  opacity: 1;
  filter: none;
  background-image: linear-gradient(to top, #00000038, #0000 50%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.vr_button.is-first {
  margin-top: auto;
}

.vr_button.is-last {
  margin-bottom: auto;
}

.vr_tab {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.poi_button {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  text-decoration: none;
}

.tab_panel {
  width: 100%;
  height: 100%;
}

.tab_nav {
  justify-content: center;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.tab_content {
  background-color: #0000;
  flex: 1;
}

.interior_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.button_wrapper {
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  max-width: 750px;
  height: 60%;
  max-height: 400px;
  display: flex;
  position: relative;
}

.button_wrapper.full {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  display: grid;
}

.disamb_button {
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 14px 3px #0000001a;
}

.disamb_button.is-full {
  box-shadow: none;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.disamb_text {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 10px 20px;
  font-size: 12px;
  display: flex;
}

.disamb_text.is-full {
  color: var(--white);
  text-transform: none;
  background-color: #0000;
  width: auto;
  margin-top: 0;
  padding: 0;
  font-size: 20px;
}

.disamb_image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.disamb_mask {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.disamb_hover {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  background-color: #0006;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.index_component {
  z-index: 2;
  display: none;
}

.slide_image {
  object-fit: contain;
  height: 100%;
  transition: all .5s;
}

.card_image {
  z-index: 1;
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.card_image_wrapper {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay_lottie {
  filter: brightness(200%);
  width: 100px;
}

.text-capitalize-allcaps {
  text-transform: uppercase;
}

.guideline {
  z-index: 700;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #a39bff1a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 140px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.guideline_wrapper {
  color: #fff;
  background-color: #a39bff;
  border-radius: 5px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px;
  line-height: 1.6;
  display: flex;
}

.splide__list {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.splide__list.is-hc {
  flex-direction: row;
  height: 100%;
}

.stylesheet {
  z-index: 100;
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.splide__track {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.splide__track.is-hc {
  z-index: 1;
  height: 100%;
  margin-top: 40px;
  position: relative;
}

.splide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.splide__arrow {
  background-color: var(--dark-gunmetal);
  cursor: pointer;
  background-image: url('../images/IcRoundKeyboardArrowRight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 34%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.splide__arrow.splide__arrow--prev {
  margin-right: auto;
  padding: 0;
  transform: rotate(180deg);
}

.splide__arrow.splide__arrow--next {
  margin-left: auto;
}

.splide__pagination {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 10px 40px;
  display: flex;
  overflow: hidden;
}

.splide__arrows {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-top: -35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.splide__arrows.is-hc {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  inset: auto 0 20px auto;
}

.splide__slide {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  list-style-type: none;
  display: flex;
}

.splide__pagination__page {
  background-color: var(--crystal-blue);
  border-radius: 100%;
  flex: none;
  width: 12px;
  height: 12px;
}

.splide__pagination__page.is-active {
  background-color: var(--dark-gunmetal);
}

.index_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.index_text {
  letter-spacing: 2px;
  white-space: nowrap;
  font-family: Elarent, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.contents_container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 140vh;
  height: 100%;
  max-height: 70vw;
}

.contents_container.is-vp {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contents_container.is-poi {
  flex-direction: column;
  display: flex;
}

.vr_button_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.vr_button_gradient {
  z-index: 2;
  background-image: linear-gradient(#0000 50%, #00000038);
  position: absolute;
  inset: 0%;
}

.vr_button_text {
  z-index: 3;
  position: relative;
}

.black_wrapper {
  background-color: #010001;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.black_wrapper.is-video {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: stretch;
}

.floor_button {
  z-index: 15;
  background-color: var(--color-1\<deleted\|variable-317fa1e1\>);
  cursor: pointer;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  display: flex;
  position: relative;
}

.floor_button_container {
  grid-column-gap: 1dvw;
  grid-row-gap: 1dvw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link_button {
  z-index: 2;
  opacity: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.display-none {
  display: none;
}

.interior_image_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.card_hover {
  z-index: 3;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card_hover.is-card {
  background-image: linear-gradient(180deg, #fff0 60%, var(--yankees-blue));
}

.card_coming-soon {
  z-index: 3;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  cursor: default;
  background-color: #0000004d;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.planimetria {
  max-height: 100%;
}

.home_wrapper {
  width: 100%;
  height: 100%;
}

.fullscreen_overlay {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: var(--white);
  text-align: center;
  background-color: #131313d9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fullscreen_button {
  border: 1px solid var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 4px;
  padding: 14px 20px 10px;
  font-family: Elarent, Arial, sans-serif;
}

.fullscreen_button:hover {
  color: var(--black);
  background-color: #fff;
}

.touch_button {
  z-index: 130;
  display: flex;
  position: relative;
}

.index_container {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: auto;
}

.rotate_button {
  z-index: 130;
  display: none;
  position: relative;
}

.body-hc {
  overflow: visible;
}

.page_heading {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: 10%;
  line-height: 1.2;
  display: flex;
}

.choice_image {
  z-index: 1;
  object-fit: cover;
  object-position: 80% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.button_next {
  grid-column-gap: 2px;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  margin: 10px -10px -10px;
  padding: 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button_next:hover {
  grid-column-gap: 6px;
}

.step_heading_text {
  flex-wrap: wrap;
  display: flex;
}

.page-wrapper {
  flex: 1;
  margin-bottom: 0;
}

.dida2 {
  text-align: center;
}

.choice_image_mask {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.step_results {
  display: none;
}

.form_container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.step_slider_wrapper {
  background-color: var(--white-smoke\<deleted\|variable-d3253bc5\>);
  flex: 1;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.step_choice_container {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.step_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--gainsboro\<deleted\|variable-fe1d1273\>);
  background-color: var(--white-smoke\<deleted\|variable-d3253bc5\>);
  color: var(--silver\<deleted\|variable-534a5d4e\>);
  cursor: pointer;
  border-radius: 4px;
  flex: none;
  grid-template: "Heading" min-content
                 "Body"
                 / 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
}

.step_wrapper.is-active {
  color: var(--color-2\<deleted\|variable-250e47ac\>);
  cursor: auto;
  background-color: #fff;
}

.step_wrapper.is-done {
  color: var(--black);
  background-color: #ffffff80;
}

.step_progress_flag {
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.step_heading {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-transform: uppercase;
  align-items: center;
  line-height: 1;
  display: flex;
  position: relative;
}

.step_heading.w--current {
  opacity: 1;
  color: #292929;
}

.form_step {
  background-color: var(--white-smoke\<deleted\|variable-d3253bc5\>);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0;
}

.step_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: none;
  min-height: 660px;
  margin-bottom: auto;
  display: flex;
}

.onboarding_form-success {
  color: #f1eee5;
  background-color: #715d4a;
}

.choice_radio {
  z-index: 4;
  opacity: 0;
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 0;
  display: none;
  position: absolute;
  bottom: 0;
  right: 2px;
}

.choice_radio.w--redirected-checked {
  opacity: .2;
  background-image: url('../images/FeCheck.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: none;
  display: block;
}

.choice_radio.w--redirected-focus {
  box-shadow: none;
}

.result_container {
  text-transform: uppercase;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  font-size: .85em;
  display: flex;
}

.chioce_text {
  margin: 16px 14px;
}

.step_progress_number {
  z-index: 2;
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  height: 20px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
}

.step_body {
  z-index: 2;
  color: var(--black);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  max-width: 100%;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.step_body.is-results {
  grid-row-gap: 24px;
  margin-top: 32px;
  margin-bottom: 22px;
}

.button_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.button_icon.is-refresh {
  transform-style: preserve-3d;
  margin-right: 2px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.button_refresh {
  grid-column-gap: 2px;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: -20px;
  padding: 10px 10px 12px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button_refresh:hover {
  grid-column-gap: 6px;
}

.step_content {
  flex-direction: column;
  flex: none;
  align-self: stretch;
  width: 319px;
  margin-left: auto;
  margin-right: auto;
  padding: 2vw 1vw;
  display: flex;
  overflow: auto;
}

.value {
  text-transform: none;
  margin-left: 32px;
  font-style: italic;
  font-weight: 400;
}

.value.is-results {
  margin-left: 0;
  font-size: 1.3rem;
}

.step_choice {
  box-shadow: none;
  opacity: .6;
  filter: saturate(0%);
  text-align: center;
  cursor: pointer;
  border: 1px solid #dedede;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  line-height: 1.2;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.step_choice.is-active {
  opacity: 1;
  filter: none;
  font-weight: 700;
  box-shadow: 0 0 14px #0000001a;
}

.slide_container {
  width: 100%;
  height: 100%;
  transition: opacity 1.5s cubic-bezier(.25, .46, .45, .94);
}

.step_name {
  font-weight: 700;
}

.step_active {
  display: none;
}

.heading_text {
  text-transform: uppercase;
}

.icon-2 {
  z-index: 1;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-2.is-home {
  background-image: url('../images/HeroiconsHome.svg');
  background-position: 50% 44%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.icon-2.is-back {
  background-image: url('../images/back.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.icon-2.is-refresh {
  background-image: url('../images/ico-refresh.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 7px;
}

.icon-2.is-touch {
  z-index: 3;
  background-image: url('../images/ico-no-tap.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.nav_button_container-2 {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: 10px;
}

.device_overlay-2 {
  z-index: 100;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  color: #fff;
  text-align: center;
  background-color: #131313e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav_logo-2 {
  z-index: 20;
  width: 45px;
  height: 45px;
  position: absolute;
}

.nav_logo_image {
  width: 100%;
  height: 100%;
}

.touch_overlay-2 {
  z-index: 1;
  background-color: #000;
  display: none;
  position: fixed;
  inset: 0%;
}

.navigator-2 {
  z-index: 11;
  background-color: #d9b398;
  border-left: 3px solid #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.icon-3 {
  z-index: 1;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 7px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-3.is-button {
  border-style: none;
  border-width: 0;
  border-radius: 0%;
  width: 20px;
  height: 20px;
  padding: 0;
}

.index_button-responsive {
  z-index: 51;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--dark-gunmetal);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  min-width: 140px;
  max-width: 190px;
  min-height: 40px;
  padding: 0 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.index_button-responsive.is-close {
  display: none;
}

.index_button-responsive.is-sound {
  border-radius: 50%;
  min-width: 40px;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 10px;
}

.index_button-responsive.is-menu {
  justify-content: center;
  align-items: center;
  position: relative;
}

.index_button-responsive.is-download {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  padding: 0 20px;
  display: flex;
}

.index_button-responsive.is-vr {
  justify-content: center;
  align-items: center;
  min-width: 160px;
  position: relative;
}

.index_button-responsive.is-alert {
  background-color: #5b4dff00;
  display: none;
  left: 55px;
  right: auto;
}

.rotate-display_overlay {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  text-align: center;
  background-color: #131313d9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  display: none;
  position: fixed;
  inset: 0%;
}

.device_information {
  display: none;
}

.main_grid_wrapper {
  z-index: 2;
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  max-width: 70vh;
  margin-top: 12vh;
  margin-bottom: 12vh;
  display: flex;
  position: relative;
}

.main_grid_wrapper.is-page {
  flex-flow: wrap;
  max-width: none;
}

.main_grid_wrapper.is-download {
  flex-flow: wrap;
  max-width: none;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.icon-main {
  z-index: 1;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 7px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-main.is-button {
  border-style: none;
  border-width: 0;
  border-radius: 0%;
  width: 15px;
  height: 15px;
  padding: 0;
}

.icon-main.is-button.is-sound {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.index_button-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.index_button-wrapper.is-close {
  display: none;
}

.index_button-wrapper.is-open {
  display: flex;
}

.index_component_buttons {
  z-index: 4;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  position: fixed;
  top: 10px;
  bottom: auto;
  right: 80px;
}

.text-popup-alert {
  opacity: 0;
  color: #fff;
  text-transform: none;
  background-color: #bababa;
  border-radius: 5px;
  min-width: auto;
  padding: 5px;
  font-size: 12px;
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  box-shadow: 0 2px 5px #0003;
}

.text-popup-alert.is-singolo {
  z-index: 17;
  max-width: 50%;
  top: 10px;
  left: 10px;
}

.audio-control {
  cursor: pointer;
  background-image: url('../images/ico-sound.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  flex: none;
  width: 20px;
  height: 20px;
}

.audio-control.pause {
  background-image: url('../images/ico-sound-off.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50% 0 0 50%;
  transition: background-color .2s;
}

.icon-4 {
  z-index: 1;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 7px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-4.is-button {
  border-style: none;
  border-width: 0;
  border-radius: 0%;
  width: 20px;
  height: 20px;
  padding: 0;
}

.icon-4.is-information {
  background-image: url('../images/ico-information.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  display: none;
  overflow: visible;
}

.nav_button_wrapper_responsive {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-button_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #131313;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: relative;
}

.icon-button_wrap.is-absolute {
  background-color: var(--yankees-blue);
  border-radius: 100%;
  padding: 10px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.icon-button_wrap.is-download-card {
  background-color: var(--dark-gunmetal);
  text-decoration: none;
}

.text-span {
  margin-bottom: 5px;
  font-size: 12px;
}

.card_image_wrapper-2 {
  z-index: 1;
  background-color: #000000b3;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_hover-2 {
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card_hover-2.is-gradient {
  background-image: linear-gradient(358deg, #0000006b, #0000 40%);
}

.card-2 {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-width: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 14px 3px #0000000d;
}

.section-title_wrap {
  z-index: 2;
  color: var(--dark-gunmetal);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Elarent, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  position: relative;
  top: -30px;
}

.pittogram-small {
  width: 20px;
  height: 20px;
}

.background-responsive {
  z-index: -2;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-fit-cover {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.image_hover {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.slider-08_component {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.slider_arrow_icon {
  width: 50%;
  height: 100%;
}

.slider_arrow {
  background-color: var(--dark-gunmetal);
  color: #fff;
  cursor: pointer;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.slider_arrow.swiper-prev {
  transform: rotate(180deg);
}

.slider_nav_container {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.slider-08 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide.slider-08_slide {
  width: 100%;
  height: 100%;
}

.slide-08_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  display: flex;
}

.tab_wrap {
  z-index: 2;
  width: 70vw;
  min-width: 800px;
  max-width: 1200px;
  margin-top: 5vh;
  margin-bottom: 12vh;
}

.tab-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
}

.tab-link {
  background-color: var(--crystal-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  padding-top: 12px;
  font-family: Elarent, Arial, sans-serif;
}

.tab-link.w--current {
  background-color: var(--yankees-blue);
}

.image-fit-contain {
  object-fit: contain;
  flex: none;
  width: 100%;
  height: 100%;
}

.map_container {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.map_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: none;
}

.map_image.is-responsive {
  display: block;
}

.index_button_text-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cartiglio-wrapper-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.cartiglio-wrapper-2.is-popup {
  opacity: 0;
  position: absolute;
  inset: auto auto 10px 10px;
}

.cartiglio-text-2 {
  color: #a39bff;
  text-transform: uppercase;
  font-size: 12px;
}

.cartiglio-text-2.bottom {
  z-index: 10;
  color: #a39bff;
  font-size: 7px;
  line-height: 10px;
  display: flex;
  position: static;
  bottom: 12px;
  left: 16px;
}

.icon-homepage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.developer-logo {
  width: 130px;
  position: absolute;
  inset: auto auto 12vh;
}

.background-video {
  width: 100%;
  height: 100%;
}

.background-video.is-tablet {
  display: none;
}

.nav_logo_image__mobile {
  width: 100%;
  height: 100%;
  display: none;
}

.background-section {
  background-image: url('../images/Passo_background-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-section.is-map {
  background-image: url('../images/Passo_background-image_map.webp');
  background-position: 20%;
  background-size: cover;
}

.background-section.is-material-board {
  background-image: url('../images/Passo_background-image_material-board.webp');
  background-position: 50% 100%;
}

.background-section.is-floorplans {
  background-image: url('../images/Passo_background-image_floorplans.webp');
  background-position: 50%;
  background-size: cover;
}

.background-section.is-download {
  background-image: url('../images/Passo_background-image_download.webp');
  background-position: 50%;
  background-size: cover;
}

.blur-div {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(0deg, #fff0 20%, #c0dae0);
  position: absolute;
  inset: 0%;
}

.video_component {
  width: 100%;
}

.video_wrapper {
  width: 100%;
  padding-top: 56.2%;
}

.video_frame {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.text-block-3 {
  letter-spacing: 3px;
  text-transform: uppercase;
  align-self: flex-start;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 9px;
  font-style: italic;
}

.text-block-3.pag {
  align-self: flex-end;
}

.text-span-2 {
  text-transform: none;
}

.section-sub_txt {
  text-transform: none;
  margin-top: 10px;
  font-size: 25px;
}

.text-span-3 {
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  body {
    max-width: 100%;
  }

  .page_wrapper {
    overflow: auto;
  }

  .page_wrapper.is-main {
    flex-flow: row-reverse;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .page_wrapper.is-virtual-photo {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    flex-flow: row;
    padding-right: 0;
  }

  .navigator {
    z-index: 200;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav_logo {
    order: -1;
  }

  .index_wrapper.is-responsive {
    width: 100%;
    padding-right: 60px;
    display: none;
    position: absolute;
    left: 0;
    overflow: auto;
  }

  .index_wrapper.is-responsive.is-vr {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: wrap;
    place-content: center;
    align-items: stretch;
    display: none;
  }

  .index_button-page.is-responsive {
    margin-left: 0;
    margin-right: 0;
  }

  .nav_button_container {
    padding-top: 0;
    position: static;
  }

  .device_overlay {
    display: flex;
  }

  .cartiglio-wrapper {
    display: none;
  }

  .cartiglio-wrapper.is-pop-up {
    background-color: var(--crystal-blue);
    padding: 5px;
    inset: auto 66px 10px auto;
  }

  .cartiglio-text.bottom {
    display: none;
  }

  .main_image {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding-top: 12vh;
    padding-bottom: 12vh;
  }

  .main_logo {
    min-width: 230px;
    height: auto;
  }

  .icon {
    width: 40px;
    height: 40px;
  }

  .icon.is-touch, .icon.is-refresh {
    display: none;
  }

  .main_grid {
    flex-flow: row;
    min-width: 300px;
    max-height: 70vh;
    padding-right: 7vw;
    display: flex;
    overflow: auto;
  }

  .main_grid.is-horizontal, .main_grid.is-download {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: auto;
  }

  .card {
    min-width: 250px;
  }

  .card.is-medium {
    box-shadow: none;
    flex: 0 auto;
    width: 40vw;
    min-width: 350px;
    max-height: none;
  }

  .card.is-small {
    flex: 0 auto;
    width: 40vw;
    min-width: 350px;
    max-width: none;
    max-height: none;
  }

  .index_button_text, .index_button_text.download, .index_button_text.open-resposive, .index_button_text.close-fullscreen {
    display: none;
  }

  .index_button_text.map {
    display: flex;
  }

  .vr_button {
    flex: 0 auto;
    width: 100%;
    max-width: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .overlay_lottie {
    width: 100px;
  }

  .splide__arrow {
    width: 60px;
    height: 60px;
  }

  .splide__arrow.splide__arrow--prev {
    right: 33.7%;
  }

  .splide__arrow.splide__arrow--next {
    left: 67.2%;
  }

  .splide__arrows {
    height: 60px;
    bottom: 170px;
  }

  .splide__slide {
    flex: none;
    width: 33.333%;
  }

  .index_text {
    font-size: 40px;
  }

  .fullscreen_overlay {
    display: flex;
  }

  .index_container {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: center;
    display: flex;
  }

  .device_overlay-2 {
    display: flex;
  }

  .navigator-2 {
    z-index: 200;
  }

  .icon-3 {
    width: 40px;
    height: 40px;
  }

  .icon-3.is-button.is-open {
    flex: none;
  }

  .index_button-responsive {
    border-radius: 50%;
    width: 40px;
    min-width: auto;
    max-width: none;
    height: 40px;
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    inset: auto 0% 0% auto;
  }

  .index_button-responsive.is-sound {
    position: static;
  }

  .index_button-responsive.is-menu {
    display: flex;
  }

  .index_button-responsive.is-menu.is-orise {
    display: none;
  }

  .index_button-responsive.is-download {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .index_button-responsive.is-vr {
    min-width: auto;
  }

  .index_button-responsive.is-vr.is-orise {
    display: none;
  }

  .index_button-responsive.is-alert {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: 20px 80px auto auto;
  }

  .main_grid_wrapper {
    min-width: 300px;
    max-width: 50vw;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    display: block;
  }

  .main_grid_wrapper.is-page {
    flex-flow: row;
    width: auto;
    max-width: 70vw;
  }

  .main_grid_wrapper.is-download {
    flex-flow: row;
    align-self: center;
    width: auto;
    max-width: 70vw;
  }

  .icon-main {
    width: 40px;
    height: 40px;
  }

  .icon-main.is-button.is-open {
    flex: none;
  }

  .index_button-wrapper {
    border-radius: 50%;
    width: 40px;
    min-width: auto;
    max-width: none;
    height: 40px;
    min-height: auto;
    position: static;
    inset: auto 0% 0% auto;
  }

  .index_component_buttons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
    position: static;
    inset: auto auto 20px;
  }

  .text-popup-alert {
    opacity: 0;
    min-width: 120px;
    display: none;
    top: auto;
    left: auto;
    right: 105%;
  }

  .text-popup-alert.is-singolo {
    min-width: 50px;
    max-width: 70%;
    inset: 10px auto auto 10px;
  }

  .icon-4 {
    width: 40px;
    height: 40px;
  }

  .icon-4.is-button.is-open {
    flex: none;
  }

  .icon-4.is-information {
    background-image: url('../images/ico-information.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav_button_wrapper_responsive {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .card-2 {
    min-height: 200px;
  }

  .section-title_wrap {
    text-align: center;
    top: 0;
  }

  .image_hover {
    background-image: linear-gradient(#00000026, #00000026);
  }

  .body-emotions {
    display: flex;
  }

  .tab_wrap {
    width: 75vw;
    min-width: 600px;
    margin: auto;
  }

  .tab-link {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .map_container {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }

  .map_image.is-responsive {
    object-fit: cover;
    min-width: 700px;
  }

  .index_button_text-2.alert {
    min-width: auto;
    position: static;
  }

  .cartiglio-wrapper-2 {
    display: none;
    left: auto;
  }

  .cartiglio-wrapper-2.is-popup {
    background-color: #a39bff;
    min-width: 300px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
    inset: 80px 65px auto auto;
  }

  .cartiglio-text-2.bottom {
    color: #fff;
    text-align: center;
    left: auto;
  }

  .developer-logo {
    width: 100px;
    position: relative;
    top: 0;
    bottom: 0;
  }

  .background-video.is-tablet {
    display: flex;
  }

  .background-video.is-desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .page_wrapper.is-material-board {
    padding-top: 10vh;
  }

  .index_wrapper.is-responsive {
    min-height: 100vh;
    padding-top: 60px;
  }

  .index_button-page.is-responsive.is-last {
    margin-left: auto;
    margin-right: auto;
  }

  .main_image {
    max-height: 250px;
    padding: 0 20px;
  }

  .main_logo {
    width: 30vw;
    min-width: auto;
  }

  .main_grid {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    max-height: 80vh;
  }

  .card.is-medium {
    flex: 1;
  }

  .splide__arrow.splide__arrow--prev {
    right: 50.5%;
  }

  .splide__arrow.splide__arrow--next {
    left: 50.5%;
  }

  .splide__arrows {
    bottom: 140px;
  }

  .splide__slide {
    width: 50%;
  }

  .index_container {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form_step.is-active {
    max-width: 100%;
  }

  .main_grid_wrapper {
    min-height: 250px;
  }

  .icon-4.is-information {
    display: flex;
  }

  .card-2 {
    min-width: 200px;
    min-height: auto;
  }

  .section-title_wrap {
    font-size: 30px;
  }

  .section-title_wrap.mobile-hidden {
    display: none;
  }

  .slider_arrow {
    width: 30px;
    height: 30px;
  }

  .slider_nav_container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    bottom: 10px;
    right: 10px;
  }

  .tab_wrap {
    width: 70vw;
    min-width: auto;
    max-width: none;
  }

  .tab-link {
    white-space: nowrap;
    padding: 10px 10px 7px;
    font-size: .6rem;
  }

  .tab-content {
    width: 100%;
  }

  .map_container {
    justify-content: flex-start;
    align-items: center;
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: auto;
  }

  .map_image.is-responsive {
    min-width: 700px;
    min-height: 600px;
    margin-right: -201px;
  }

  .cartiglio-wrapper-2 {
    display: none;
  }

  .developer-logo {
    width: 13vw;
    top: 0;
  }
}

@media screen and (max-width: 479px) {
  .page_wrapper.is-main {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100vw;
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .page_wrapper.is-virtual-photo {
    flex-flow: column;
    padding-top: 100px;
    padding-left: 0;
  }

  .page_wrapper.is-material-board {
    padding: 100px 0 5vh;
  }

  .navigator {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 10px;
    position: absolute;
  }

  .nav_logo {
    flex: none;
  }

  .nav_logo.is-mobile {
    width: 70px;
    height: 25px;
  }

  .index_wrapper.is-responsive {
    min-height: auto;
    padding-right: 0;
  }

  .nav_button_container {
    flex-flow: row;
    padding-top: 0;
  }

  .card_text {
    padding-bottom: 20px;
    font-size: 14px;
  }

  .main_image {
    width: 100%;
    max-width: none;
  }

  .main_logo {
    width: 85vw;
  }

  .main_grid {
    max-height: none;
    margin-left: auto;
    padding-left: 7vw;
  }

  .main_grid.is-horizontal, .main_grid.is-download {
    width: 100%;
    height: auto;
    max-height: none;
    padding-right: 0;
  }

  .card {
    min-width: 70vw;
  }

  .card.is-medium {
    flex: 0 auto;
    width: auto;
    min-width: 70vw;
  }

  .card.is-small {
    width: auto;
    min-width: 70vw;
  }

  .splide__arrow.splide__arrow--prev {
    right: 50%;
  }

  .splide__arrow.splide__arrow--next {
    left: 50%;
  }

  .splide__arrows {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 130px;
  }

  .splide__slide {
    width: 100%;
  }

  .index_container {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_logo_image.is-vert {
    display: none;
  }

  .icon-3 {
    width: 40px;
    height: 40px;
  }

  .index_button-responsive.is-close {
    background-color: #fff0;
    border-radius: 0%;
    display: flex;
    position: absolute;
    inset: 10px 10px auto auto;
  }

  .index_button-responsive.is-alert {
    display: none;
    top: 70px;
    right: 10px;
  }

  .rotate-display_overlay {
    display: flex;
  }

  .device_information {
    flex-flow: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .main_grid_wrapper {
    width: 95%;
    min-width: auto;
    max-width: none;
  }

  .main_grid_wrapper.is-page {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    width: 95%;
    max-width: none;
    margin-left: 0;
  }

  .main_grid_wrapper.is-download {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    width: 95%;
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
  }

  .icon-main {
    width: 40px;
    height: 40px;
  }

  .index_button-wrapper.is-close {
    background-color: #fff0;
    border-radius: 0%;
    position: absolute;
    inset: auto;
  }

  .index_component_buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    position: static;
    bottom: auto;
    right: 10px;
  }

  .text-popup-alert {
    min-width: 100px;
    max-width: 70%;
    top: 106%;
    right: 0;
  }

  .audio-control {
    width: 35px;
    height: 35px;
  }

  .icon-4 {
    width: 40px;
    height: 40px;
  }

  .nav_button_wrapper_responsive {
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .card-2 {
    min-width: auto;
    max-height: 150px;
  }

  .section-title_wrap {
    max-width: 200px;
    top: 7vh;
  }

  .section-title_wrap.mobile-hidden {
    display: flex;
  }

  .slider_arrow {
    width: 40px;
    height: 40px;
  }

  .slider_nav_container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tab_wrap {
    flex-flow: column;
    width: 90vw;
  }

  .tab-menu {
    flex-flow: column;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .tab-link {
    font-size: 14px;
  }

  .map_container {
    justify-content: center;
    align-items: center;
    min-width: auto;
    min-height: auto;
    margin-top: 55px;
    overflow: hidden;
  }

  .map_image.is-responsive {
    min-width: auto;
    margin-right: 0;
  }

  .index_button_text-2.alert {
    min-width: auto;
  }

  .cartiglio-wrapper-2.is-popup {
    width: 100vw;
    min-width: auto;
    top: 55px;
    right: auto;
  }

  .developer-logo {
    width: 30vw;
  }

  .nav_logo_image__mobile {
    display: block;
  }

  .section-title_txt {
    font-size: 35px;
  }
}

#w-node-aafb4ca7-4857-5a52-48af-0839f9defdaa-e2451bca {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-aa0f4fc6-a1df-f2e7-bdfd-c8441830c8ea-e2451bca, #w-node-_3752579c-5c50-e977-5473-8550ad928b29-e2451bca, #w-node-de1bb9da-249f-918d-bf20-83ea9e3e6428-e2451bca, #w-node-_15614a93-5a9d-7787-08dc-243273bf91bf-e2451bca, #w-node-_1ed38934-91a5-1e8e-a913-00c928a4f2e6-e2451bca, #w-node-ee47a873-b970-8c04-5f77-b2d1b5789832-e2451bca, #w-node-_529a7504-c5f2-81c1-fc29-9c905bd4cc7c-e2451bca, #w-node-_45675450-676f-27e3-9edb-722d383552dc-e2451bca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_4a5a2da7-c0da-b771-eb54-f336765967fa-e2451bca {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_03a23c78-1796-f80b-5aca-8eff893de9f3-e2451bca {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_4efea4d4-7720-c1f5-b442-5b1b178095c3-e2451bca, #w-node-d2010f99-dec4-3eb5-f355-8db65a2faad3-e2451bca, #w-node-_685a0c54-a982-287f-6833-32e52b6a4075-e2451bca, #w-node-_19238f4a-f6bb-36ec-79b4-dbff3ffa9c26-e2451bca, #w-node-_76a7ad59-3210-0063-87e0-d639382c4806-e2451bca, #w-node-c57e6903-ee49-6fd9-d93d-131204a0f1b5-e2451bca, #w-node-_09188335-18ae-d315-b258-95fb620ef381-e2451bca, #w-node-df713278-3737-fcd2-c2bc-211b102d7e0c-e2451bca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_97b9ea40-9945-82b0-9ab4-88dfbbae90f1-e2451bca {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e8c9f71b-be93-8802-5b57-acfd5f2b143c-e2451bca {
  align-self: stretch;
}

#w-node-_1dc7212d-cd9d-5825-7943-221dde84d0d2-e2451bca {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_3cf15af3-75c0-c42b-0f53-9bedfa1a78e5-e2451bca, #w-node-e011b661-ff8e-89dd-2221-d7e88754a383-e2451bca, #w-node-ca10b926-00ce-2120-ac33-c4adf3d5e883-e2451bca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-c38a6e8d-3302-9ff5-4eb1-aaedea8a79b1-e2451bca {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 767px) {
  #button05.w-node-c833b6fa-981f-0104-a0c3-a0f31c15cf82-1c15cf70, #button05.w-node-_69d3ddd0-89d9-597b-227b-24aa11e3fde8-e2451be4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9676d8d8-1d45-01b8-bd5b-4a0951407392-e2451bd5, #w-node-c940558b-db82-d5d4-fece-c51e4cf074df-e2451bd5, #w-node-_1e40f1b5-f56a-7308-5b95-803fc0077fb9-e2451bd5, #w-node-_34c61152-1a5d-9818-82d1-a5ec74ae2360-74ae2360, #w-node-_9676d8d8-1d45-01b8-bd5b-4a0951407392-e2451be3, #w-node-c940558b-db82-d5d4-fece-c51e4cf074df-e2451be3, #w-node-_1e40f1b5-f56a-7308-5b95-803fc0077fb9-e2451be3, #w-node-_9676d8d8-1d45-01b8-bd5b-4a0951407392-e2451be5, #w-node-c940558b-db82-d5d4-fece-c51e4cf074df-e2451be5, #w-node-_9676d8d8-1d45-01b8-bd5b-4a0951407392-e2451be7, #w-node-c940558b-db82-d5d4-fece-c51e4cf074df-e2451be7, #w-node-_6d04593a-6cee-b520-1e57-a3aac665ebd0-e2451be7 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Elarent';
  src: url('../fonts/Elarent.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}