:root {
  --font--sans-serif: acumin-variable, sans-serif;
  --color-1: #1a554d;
  --gainsboro: #f9936b;
  --white-smoke: #f5f9ef;
  --color-2: #cedfb1;
  --black: #131313;
  --white: white;
  --font--serif: minerva-modern, sans-serif;
  --hover: #000000b3;
  --silver: #8db1d9;
}

body {
  height: 100vh;
  font-family: var(--font--sans-serif);
  color: var(--color-1);
  letter-spacing: .5px;
  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 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AC1893_VP01_Exterior_General_Rev00.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 0 0 10vh;
}

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

.page_wrapper.is-vp {
  background-image: linear-gradient(#cedfb1e6, #cedfb1e6), url('../images/flau-living_backgorund.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.navigator {
  z-index: 11;
  background-color: var(--color-1);
  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;
}

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

.index_wrapper {
  z-index: 50;
  background-color: var(--color-1);
  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_button {
  z-index: 49;
  background-color: var(--gainsboro);
  min-width: 150px;
  max-width: 190px;
  min-height: 40px;
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 16px 20px;
  font-weight: 400;
  text-decoration: none;
  position: fixed;
  top: 10px;
  right: 76px;
}

.index_button-page {
  z-index: 15;
  background-color: var(--color-2);
  text-transform: uppercase;
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  display: flex;
  position: relative;
}

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

.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);
  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: none;
  position: fixed;
  top: 0;
  left: 0;
}

.cartiglio-quadrato {
  background-color: var(--color-1);
  width: 60px;
  height: 45px;
  margin-right: 12px;
}

.cartiglio-text {
  color: var(--color-1);
  text-transform: uppercase;
  font-size: 12px;
}

.cartiglio-text.bottom {
  z-index: 10;
  color: var(--color-1);
  font-size: 7px;
  line-height: 10px;
  display: none;
  position: fixed;
  bottom: 12px;
  left: 16px;
}

.card_text {
  background-color: var(--white-smoke);
  width: 100%;
  color: var(--color-1);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 10px 4px;
  font-size: 13px;
  display: flex;
}

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

.main_logo {
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 50%;
  height: 200px;
  display: flex;
}

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

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

.icon.is-card {
  background-color: var(--color-2);
  color: var(--color-1);
  border-style: none;
  border-radius: 0 15px 0%;
  justify-content: center;
  align-items: center;
  padding: 0;
  box-shadow: 2px 2px 5px #0003;
}

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

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

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

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

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

.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: 2vh;
  grid-row-gap: 2vh;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 70vh;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: grid;
  position: relative;
}

.card {
  background-color: var(--white);
  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: 5px 5px 14px 3px #0000001a;
}

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

.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-smoke);
  width: 80%;
  height: 1px;
  position: relative;
}

.vp_heading {
  z-index: 1;
  font-family: var(--font--serif);
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  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 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.vr_button {
  z-index: 15;
  border: 5px solid var(--color-2);
  opacity: .7;
  filter: grayscale();
  width: 200px;
  min-height: 100px;
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  margin: .5vw 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_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 {
  width: 100%;
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 10px 20px;
  font-size: 12px;
  display: flex;
}

.disamb_text.is-full {
  width: auto;
  color: var(--white);
  text-transform: none;
  background-color: #0000;
  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;
}

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

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

.card_image_wrapper {
  z-index: 1;
  background-color: var(--hover);
  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(--color-1);
  cursor: pointer;
  background-image: url('../images/IcRoundKeyboardArrowRight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 34%;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  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(--color-2);
  border-radius: 100%;
  flex: none;
  width: 12px;
  height: 12px;
}

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

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

.index_text {
  white-space: nowrap;
}

.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;
  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);
  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;
  background-color: #0003;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px 20px 10px 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card_coming-soon {
  z-index: 3;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  font-family: var(--font--serif);
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 1px;
  cursor: default;
  background-color: #0000004d;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 17px;
  font-style: italic;
  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: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 4px;
  padding: 10px 20px;
}

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

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

.index_container {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  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);
  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);
  background-color: var(--white-smoke);
  color: var(--silver);
  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);
  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);
  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;
  height: 20px;
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
}

.step_body {
  z-index: 2;
  max-width: 100%;
  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;
  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;
}

@media screen and (max-width: 991px) {
  .navigator {
    z-index: 200;
  }

  .device_overlay {
    display: flex;
  }

  .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%;
  }

  .fullscreen_overlay, .device_overlay-2 {
    display: flex;
  }

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

@media screen and (max-width: 767px) {
  .splide__arrow.splide__arrow--prev {
    right: 50.5%;
  }

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

  .splide__arrows {
    bottom: 140px;
  }

  .splide__slide {
    width: 50%;
  }

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

@media screen and (max-width: 479px) {
  .splide__arrow.splide__arrow--prev {
    right: 50%;
  }

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

  .splide__arrows {
    bottom: 130px;
  }

  .splide__slide {
    width: 100%;
  }
}

#w-node-_47c6c857-e666-3dd8-bc06-82beb786ab22-ea9e847e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fdee2077-08af-c4e4-a815-48410cf7c4cf-ea9e847e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-aa0f4fc6-a1df-f2e7-bdfd-c8441830c8ea-ea9e84a6 {
  grid-area: 5 / 1 / 10 / 2;
}

#w-node-_3752579c-5c50-e977-5473-8550ad928b29-ea9e84a6 {
  grid-area: 10 / 1 / 13 / 2;
}

#w-node-de1bb9da-249f-918d-bf20-83ea9e3e6428-ea9e84a6 {
  grid-area: 13 / 1 / 16 / 2;
}

#w-node-_15614a93-5a9d-7787-08dc-243273bf91bf-ea9e84a6 {
  grid-area: 1 / 2 / 6 / 3;
}

#w-node-_1ed38934-91a5-1e8e-a913-00c928a4f2e6-ea9e84a6 {
  grid-area: 6 / 2 / 12 / 3;
}

#w-node-ee47a873-b970-8c04-5f77-b2d1b5789832-ea9e84a6 {
  grid-area: 12 / 2 / 16 / 3;
}

#w-node-_03a23c78-1796-f80b-5aca-8eff893de9f3-ea9e84a6 {
  grid-area: 1 / 1 / 5 / 2;
}

#w-node-_4efea4d4-7720-c1f5-b442-5b1b178095c3-ea9e84a6 {
  grid-area: 5 / 1 / 10 / 2;
}

#w-node-d2010f99-dec4-3eb5-f355-8db65a2faad3-ea9e84a6 {
  grid-area: 10 / 1 / 16 / 2;
}

#w-node-_685a0c54-a982-287f-6833-32e52b6a4075-ea9e84a6 {
  grid-area: 1 / 2 / 7 / 3;
}

#w-node-_19238f4a-f6bb-36ec-79b4-dbff3ffa9c26-ea9e84a6 {
  grid-area: 7 / 2 / 12 / 3;
}

#w-node-_76a7ad59-3210-0063-87e0-d639382c4806-ea9e84a6 {
  grid-area: 12 / 2 / 16 / 3;
}

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

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

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

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


