:root {
  --color-4: #48372f;
  --color-5: #f2eee4;
  --color-1: #a5c4cf;
  --white: white;
  --color-2: #a9d4c3;
  --black: #131313;
  --hover: #000000b3;
  --white-smoke: whitesmoke;
  --gainsboro: #dedede;
  --silver: #bababa;
  --color-4-dark: #362923;
  --color-3: #86a36c;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--color-4);
  font-family: ivymode, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

h1 {
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ivymode, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 100;
  line-height: 60px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
  font-family: ivyepic, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 20px;
}

.page_wrapper {
  z-index: 1;
  background-color: var(--color-5);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  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 10vh 0 0;
}

.page_wrapper.is-main.is-left {
  flex-flow: row-reverse;
  padding-left: 10vh;
  padding-right: 0;
}

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

.page_wrapper.is-virtual-photo {
  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;
  overflow: auto;
}

.page_wrapper.is-material-board {
  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-map {
  padding: 0;
}

.page_wrapper.is-downloads-large {
  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;
  justify-content: flex-start;
  align-items: center;
  overflow: auto;
}

.navigator {
  z-index: 52;
  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_wrapper.is-responsive {
  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);
  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;
  background-color: var(--color-2);
  cursor: pointer;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  display: flex;
  position: relative;
}

.index_button-page.is-lateral, .index_button-page.is-responsive {
  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);
  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);
  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: flex;
  position: fixed;
  bottom: 12px;
  left: 16px;
}

.card_text {
  color: #6b6b6b;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 4px;
  font-size: 12px;
  display: flex;
}

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

.main_image {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  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: 200px;
  max-width: none;
  height: 200px;
  display: flex;
}

.icon {
  z-index: 1;
  border: 2px 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-back {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

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

.icon.is-information {
  background-image: url('../images/ico-information-small.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  display: none;
}

.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 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-horizontal.is-scroll {
  flex-flow: row;
  display: flex;
  overflow: auto;
}

.main_grid.is-horizontal.is-grid4x4 {
  grid-template-columns: auto auto auto 1fr;
}

.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: 0 0 14px 3px #0000000d;
}

.card.is-medium {
  width: 15vw;
  min-width: 250px;
  max-height: 250px;
}

.card.is-medium.is-lightbox {
  width: 25vw;
  min-width: auto;
  max-width: 400px;
  height: 30vw;
  max-height: 450px;
}

.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 {
  justify-content: center;
  align-items: center;
  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);
  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;
  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-2);
  cursor: pointer;
  background-image: url('../images/IcRoundKeyboardArrowRight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 34%;
  border-radius: 5px;
  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 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);
  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: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.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: 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;
  justify-content: center;
  align-items: flex-start;
  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: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  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;
  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: 14px;
  height: 14px;
  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;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #5b4dff;
  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: 10px;
  grid-row-gap: 10px;
  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: 10vh;
  margin-bottom: 10vh;
  display: flex;
  position: relative;
}

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

.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: 20px;
  height: 20px;
  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;
  background-color: #a39bff;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: relative;
}

.icon-button_wrap.is-absolute {
  border-radius: 5px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.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 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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;
  background-color: #00000080;
  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: 70%;
  height: 100%;
}

.slider_arrow {
  background-color: var(--color-2);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  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 {
  width: 70vw;
}

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

.tab-link {
  background-color: var(--color-1);
  color: var(--white);
  text-align: center;
  width: 100%;
}

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

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

.map_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.map_image {
  object-fit: cover;
  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;
}

.main_logo-developer {
  justify-content: center;
  align-items: center;
  width: 100px;
  max-width: none;
  height: 100px;
  display: flex;
}

.main_logo_wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.main_logo_wrapper.is-small {
  max-width: 30%;
}

.icon-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon_mail {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.data-sheet {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.header_component {
  background-color: var(--color-5);
  background-image: linear-gradient(to bottom, var(--color-5), var(--color-5)), linear-gradient(to bottom, #f2eee480, #f2eee480), url('../images/BG_03.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-txt {
  font-size: 14px;
  line-height: 20px;
}

.header_container {
  z-index: 3;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.scroll_animation {
  opacity: .8;
  filter: invert();
  height: 60px;
}

.header_hover {
  z-index: 2;
  background-color: #0000004d;
  display: none;
  position: absolute;
  inset: 0%;
}

.subtitle-m {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: ivyepic, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}

.subtitle-m.is-drag {
  background-color: var(--color-5);
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  display: flex;
}

.txt_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.txt_wrap.is-center {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 80px;
  display: flex;
  position: relative;
}

.txt_wrap.is-hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--color-5);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px 80px 100px;
  display: flex;
}

.txt_wrap.max400 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  max-width: 450px;
  position: sticky;
}

.txt_wrap.is-realtive {
  max-width: 600px;
  position: relative;
}

.txt_wrap.max600 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  max-width: 600px;
  position: sticky;
}

.txt_wrap.is-horiz {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 90%;
  max-width: 1200px;
  position: sticky;
}

.txt_wrap.is-form {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 450px;
  position: sticky;
}

.txt_wrap.is-technical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
  display: flex;
}

.title-l {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 60px;
}

.title-l.is-hero {
  max-width: 500px;
  font-size: 60px;
}

.header_background {
  z-index: 1;
  background-color: var(--color-5);
  background-image: url('../images/13-TM1989_VP10_Exterior_General_rev04.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

.scroll_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  text-decoration: none;
  display: flex;
}

.img_wrap {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img_wrap.is-hero {
  width: 40vw;
  height: 100%;
}

.img_wrap.is-intro {
  z-index: 1;
  width: 17vw;
  position: absolute;
}

.img_wrap.is-intro-02 {
  z-index: -1;
  width: 17vw;
  position: absolute;
}

.img_wrap.is-full {
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.img_wrap.is-full.is-center {
  justify-content: center;
  align-items: center;
}

.img_wrap.is-main {
  z-index: -1;
  width: 65vw;
  height: 30vw;
}

.img_wrap.is-main._02 {
  left: -18vw;
  right: auto;
}

.img_wrap.is-project-02 {
  width: 37vw;
  height: 44vw;
  min-height: 600px;
}

.img_wrap.is-relative {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 45vw;
  height: 45vw;
  overflow: visible;
}

.img_wrap._01 {
  z-index: 1;
  width: 20vw;
  margin-bottom: 10vw;
  margin-right: 30vw;
  position: absolute;
}

.img_wrap._02 {
  z-index: 2;
  width: 20vw;
  margin-top: 10vw;
  margin-right: 5vw;
  position: absolute;
}

.img_wrap._03 {
  z-index: 3;
  width: 20vw;
  margin-left: 20vw;
  position: absolute;
}

.img_wrap._04 {
  z-index: 2;
  width: 30vw;
  margin-top: 10vw;
  margin-right: 5vw;
  position: absolute;
}

.img_wrap._05 {
  z-index: 1;
  width: 25vw;
  height: 30vw;
  margin-bottom: 10vw;
  margin-left: 20vw;
  position: absolute;
}

.img_wrap._06 {
  z-index: 3;
  width: 17vw;
  margin-top: 15vw;
  margin-right: 10vw;
  position: absolute;
}

.img_wrap._07 {
  z-index: 1;
  width: 17vw;
  margin-top: -20vw;
  margin-left: 0;
  position: absolute;
}

.img_wrap._08 {
  z-index: 2;
  width: 17vw;
  margin-bottom: 10vw;
  margin-right: 30vw;
  position: absolute;
}

.img_wrap._09 {
  z-index: 4;
  width: 17vw;
  margin-left: 20vw;
  position: absolute;
}

.img_wrap.is-logo {
  z-index: 2;
  background-image: url('../images/BG_06.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.img_wrap.is-logo-bg {
  background-image: url('../images/BG_05.webp');
  background-position: 0%;
  background-size: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  overflow: visible;
}

.img_wrap.is-map {
  width: 100%;
  height: 57vw;
}

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

.img-cover.align-top-right {
  object-position: 100% 0%;
}

.img-cover.align-top {
  object-position: 50% 50%;
}

.img-cover.is-color {
  background-color: var(--color-4);
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-cover.is-invert {
  filter: invert();
}

.img-cover.is-logo {
  object-fit: contain;
  max-width: 150px;
}

.img_overlay {
  z-index: 2;
  background-image: linear-gradient(#fff3, #fff3);
  position: absolute;
  inset: 0%;
}

.div-block {
  width: 50%;
  height: 100%;
}

.subtitle-l {
  letter-spacing: 1px;
  text-transform: none;
  max-width: 500px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-2 {
  height: 300vh;
}

.cta_wrap {
  color: #131313;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #d5f0fa;
  border: 1px solid #96daf2;
  padding: 7px 25px;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.cta_wrap:hover {
  background-color: #edd5cc;
}

.section {
  justify-content: center;
  align-items: center;
  padding: 160px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.is-intro {
  background-color: #e5c5b8;
  background-image: linear-gradient(to bottom, var(--color-5), var(--color-5)), linear-gradient(to bottom, #ffffff4d, #ffffff4d), linear-gradient(to bottom, #ffffff80, #ffffff80), url('../images/BG_10.webp');
  background-position: 0 0, 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 200px;
}

.section.img-full {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 600px;
  padding: 0;
  display: flex;
  position: relative;
}

.section.bg-01 {
  background-image: url('../images/Logo_Lia_BG01.svg'), linear-gradient(180deg, var(--color-5), #f2eee400 10%), linear-gradient(to bottom, #f2eee480, #f2eee480), url('../images/BG_04.webp');
  background-position: 100% 110%, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: 50vw, auto, auto, cover;
  padding-top: 0;
  padding-bottom: 80px;
}

.section.bg-02 {
  background-image: url('../images/Logo_Lia_BG01.svg'), linear-gradient(180deg, var(--color-5), #f2eee400 10%), linear-gradient(to bottom, #f2eee480, #f2eee480), url('../images/BG_04.webp');
  background-position: 0 110%, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: 50vw, auto, auto, cover;
  padding-top: 80px;
  padding-bottom: 160px;
}

.section.bg-03 {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  background-image: linear-gradient(180deg, #36292300 75%, var(--color-4-dark) 75%), linear-gradient(180deg, var(--color-5), #f2eee400 10%), linear-gradient(to bottom, #f2eee480, #f2eee480), url('../images/BG_04.webp');
  text-align: center;
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  flex-flow: column;
  padding: 180px 0 20px;
}

.section.bg-04 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-image: linear-gradient(180deg, var(--color-4-dark), #362923b3 66%), url('../images/BG_07.webp');
  color: var(--color-1);
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  padding: 80px 0 0;
}

.section.bg-05 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  color: var(--color-4-dark);
  background-image: url('../images/BG_01.webp');
  background-position: 0%;
  background-size: auto;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 80px;
}

.section.is-dev {
  background-image: url('../images/BG_01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 700px;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.section.is-form {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: linear-gradient(180deg, var(--color-5), #f2eee400 10%), linear-gradient(to bottom, #f2eee480, #f2eee480), url('../images/BG_04.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  align-items: stretch;
  padding: 80px 0 0;
}

.section.is-technical {
  background-image: linear-gradient(#f2eee44d, #f2eee44d), url('../images/BG_04.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 80px;
}

.text-block-3 {
  line-height: 20px;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.max-870 {
  width: 60vw;
  padding: 0 0;
}

.container.is-oriz {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.container.is-oriz.is-absolute {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  align-items: stretch;
  padding-right: 5vw;
  position: absolute;
}

.container.is-oriz.is-50right {
  padding-right: 50px;
}

.container.is-abs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color-5);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 80vw;
  padding-left: 0;
}

.container.is-abs.is-absolute {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  align-items: stretch;
  padding-right: 5vw;
  position: absolute;
}

.container.is-center {
  text-align: center;
  background-image: linear-gradient(#f2eee400, #f2eee4);
  justify-content: flex-start;
  align-items: center;
  padding: 80px 80px 60px;
}

.txt_wrap-2 {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.txt_wrap-2.is-center {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-l-2 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.is-corsive {
  text-transform: none;
}

.par-s {
  font-size: 18px;
  font-weight: 400;
}

.par-s.max-400 {
  max-width: 400px;
}

.par-m {
  font-family: ivyepic, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 20px;
}

.par-m.max-400 {
  max-width: 400px;
  margin-top: 5vw;
}

.par-m.max350 {
  max-width: 350px;
  overflow: visible;
}

.par-m.max350.a {
  margin-top: 40px;
}

.par-m.is-hero {
  max-width: 400px;
  margin-bottom: 30px;
  overflow: visible;
}

.par-m.is-hero.a {
  margin-top: 40px;
}

.par-m.max270 {
  max-width: 270px;
  overflow: visible;
}

.par-m.max270.a {
  margin-top: 40px;
}

.subtitle-m-2 {
  z-index: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 500px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.txt_wrap_color {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--color-5);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 460px;
  padding: 60px;
  display: flex;
  position: absolute;
  bottom: 5vw;
  right: 5vw;
}

.txt_wrap_color.is-left {
  position: static;
  bottom: auto;
  left: 5vw;
  right: 0;
}

.title-m {
  text-transform: uppercase;
  font-size: 40px;
  font-style: italic;
  font-weight: 200;
  line-height: 45px;
}

.title-m.max250 {
  max-width: 250px;
}

.title-m.max300 {
  max-width: 300px;
}

.hamburger_wrap {
  border: 1px solid #f2ebd5;
  width: 40px;
  height: 40px;
  display: none;
}

.logo_wrap {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.logo_nav_black {
  object-fit: contain;
  height: 100%;
  position: absolute;
}

.nav-list {
  z-index: 1;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  margin-bottom: 0;
  padding-left: 0;
  font-family: ivyepic, sans-serif;
  font-size: 10px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.logo_nav_white {
  position: absolute;
}

.nav-link_wrap {
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav_bg {
  z-index: -1;
  background-color: var(--color-5);
  box-shadow: none;
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  position: absolute;
  inset: 0%;
}

.nav_link {
  color: var(--color-4);
  letter-spacing: 2px;
  border: 1px solid #48372f00;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 9px;
  line-height: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav_link:hover {
  border: 1px solid #48372f4d;
}

.nav_link.w--current {
  background-color: #48372f1a;
  border: 1px solid #48372f4d;
}

.nav_component {
  z-index: 10;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: fixed;
  top: 0;
}

.item-nav {
  list-style-type: none;
}

.nav-link-line {
  z-index: -1;
  background-color: var(--color-1);
  opacity: .5;
  width: 0%;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.nav-link-line.w--current {
  width: 100%;
}

.btn_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color-4);
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 30px;
  font-family: ivyepic, sans-serif;
  font-size: 9px;
  line-height: 14px;
  display: flex;
}

.div-block-4 {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--color-1);
  width: 100%;
  height: 30px;
  position: absolute;
}

.menu_cta_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--color-4-dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid #48372f4d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 40px;
  font-family: ivyepic, sans-serif;
  font-size: 9px;
  line-height: 14px;
  transition: all .3s;
  display: flex;
}

.menu_cta_wrap:hover {
  background-color: var(--color-4);
  color: var(--color-5);
}

.par-l {
  font-family: ivyepic, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 25px;
}

.par-l.max-400 {
  max-width: 400px;
  margin-top: 5vw;
}

.par-l.max350 {
  max-width: 350px;
  overflow: visible;
}

.par-l.is-hero {
  max-width: 500px;
  margin-top: 50px;
}

.text-block-4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: ivyepic, sans-serif;
  font-size: 10px;
  font-weight: 200;
}

.spacer {
  flex: none;
  width: 80px;
  height: 80px;
}

.div-block-6 {
  width: 100%;
  height: 100%;
  display: flex;
}

.scroll_box {
  z-index: 5;
  background-color: var(--color-5);
  color: var(--color-4);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
  position: absolute;
  bottom: 90px;
  right: 90px;
}

.scroll_box.is-static {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #48372f4d;
  border-radius: 50px;
  flex-flow: row;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: ivyepic, sans-serif;
  font-size: 9px;
  position: static;
}

.scroll_box.is-static:hover {
  background-color: var(--color-4-dark);
  color: var(--color-5);
}

.scroll_animation-2 {
  filter: invert();
  height: 60px;
}

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

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xxsmall._90 {
  transform: rotate(90deg);
}

.background-video {
  z-index: 1;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.loader_logo {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  margin-top: -100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-avenew-loader {
  height: 55px;
  position: absolute;
  inset: auto auto 5vw;
}

.logotipo_wrap {
  justify-content: center;
  align-items: flex-start;
  width: 180px;
  display: flex;
}

.payoff {
  max-width: 90%;
}

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

.beyond_div {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 120px;
  display: flex;
  position: absolute;
  inset: auto auto 7vw;
}

.payoff_wrap {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: none;
}

.loader-hover {
  z-index: 2;
  background-color: var(--color-4-dark);
  position: absolute;
  inset: 0%;
}

.loader {
  z-index: 20;
  background-color: var(--color-4-dark);
  background-image: url('../images/BG_05.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.subtitle-m-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.img_wrap-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img_wrap-2.is-project-02 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 45vw;
  height: 45vw;
  min-height: 700px;
}

.container-2 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: center;
  align-items: center;
  padding: 5vw;
  display: flex;
}

.container-2.is-right {
  justify-content: flex-end;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 5vw;
  padding-right: 5vw;
}

.btn {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn.btn-thirteen {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ca5a10;
  padding: 10px 30px 13px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
}

.txt_wrap-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.txt_wrap-3.max560 {
  max-width: 560px;
}

.anchor_box {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: -80px auto auto 0%;
}

.title-m-2 {
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 100px;
  font-size: 50px;
  font-weight: 100;
  line-height: 60px;
}

.hover_color_01 {
  z-index: 19;
  background-color: #ca5a10;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.hover_color_01.is-absolute {
  z-index: 2;
  height: 0%;
}

.hover_color_02 {
  z-index: 18;
  background-color: #f09925;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.hover_color_02.is-absolute {
  z-index: 1;
  height: 0%;
}

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

.wrap_50.is-full {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 80px;
  padding-bottom: 100px;
}

.icon-download {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: 5px;
  display: flex;
  position: relative;
}

.section-2 {
  background-color: #fff;
  position: relative;
}

.section-2.is-gradient {
  background-image: linear-gradient(90deg, #fdf6f7, #fdf6f7 80%, #fdf6f700 80%), linear-gradient(#fae1e4, #f09925 33%, #ca5a10 66%, #321e06);
}

.animation_left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.animation_left.is-center {
  justify-content: flex-start;
  align-items: center;
}

.animation_left.max-500 {
  max-width: 500px;
}

.animation_right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.animation_right.max-500 {
  max-width: 500px;
}

.slider-11_component {
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em;
  display: none;
  position: relative;
  overflow: hidden;
}

.slider-11_container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.slider-11_slide {
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38%;
  height: 60vh;
  max-height: 80vw;
  margin-right: 40px;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-11_slide.display-none {
  display: none;
}

.slider-11_image {
  z-index: 1;
  object-fit: cover;
  width: 200%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: auto auto auto 0%;
}

.slider-11_image.is-blur {
  filter: blur(10px);
}

.slider-11_image.align-bot {
  object-position: 50% 100%;
}

.slider-11_text {
  z-index: 3;
  color: var(--color-5);
  text-transform: uppercase;
  width: 100%;
  padding: 15px 30px;
  font-size: 30px;
  font-style: italic;
  line-height: 1;
  position: relative;
}

.slider-11_progress {
  background-color: #f2eee41a;
  width: 80%;
  height: 1.5px;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.slider-11_progress-fill {
  background-color: var(--color-5);
  width: 0%;
  height: 100%;
  position: relative;
}

.slide_hover {
  z-index: 2;
  background-color: var(--color-4);
  opacity: .5;
  position: absolute;
  inset: 0%;
}

.div-block-7 {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color-5);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-7-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color-5);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  inset: 0%;
}

.custom-cursor {
  z-index: 5000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  min-height: 100vh;
  position: fixed;
  inset: 0%;
}

.div-block-9 {
  z-index: 50;
  width: 100vw;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.div-block-10 {
  z-index: 100;
  cursor: none;
  position: absolute;
  inset: 0%;
}

.testimonial-wrap {
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  overflow: hidden;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.testimonial-strip {
  will-change: transform;
  display: flex;
  position: relative;
}

.card-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  outline-offset: -.0625px;
  background-color: #161a1d;
  border-radius: .75rem;
  outline: .0625rem solid #bcd6f00a;
  flex-flow: column;
  align-self: stretch;
  min-width: 30vw;
  max-width: 15rem;
  padding: 1.5rem 1.25rem;
  display: flex;
}

.div-block-11 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-wrap {
  outline-offset: -.0625rem;
  background-color: #a1bdd914;
  border-radius: .5rem;
  outline: .0625rem solid #a1bdd914;
  width: 3.5rem;
  height: 3.5rem;
}

.div-block-12 {
  width: 100%;
  height: 600px;
}

.button_wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--color-4);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #48372f00;
  border: 1px solid #48372f4d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: ivyepic, sans-serif;
  font-size: 9px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button_wrap:hover {
  background-color: #48372f1a;
}

.button_wrap.is-130 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.button_wrap.is-light {
  color: var(--color-1);
  border-color: #a5c4cf4d;
}

.button_wrap.is-light:hover {
  background-color: #a5c4cf1a;
}

.button_wrap.is-dark {
  color: var(--color-5);
  background-color: #362923;
}

.button_wrap.is-dark:hover {
  background-color: #362923b3;
}

.form_label {
  margin-bottom: 0;
  display: none;
}

.form_component {
  width: 100%;
  min-width: 600px;
}

.div-block-38 {
  display: none;
}

.form_container-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.form_field_wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button {
  cursor: pointer;
  font-size: 14px;
}

.button.is-submit {
  color: #321e06;
  text-transform: uppercase;
  background-color: #fff;
  align-self: flex-start;
  min-width: 300px;
  margin-top: 20px;
  padding-bottom: 12px;
  font-weight: 700;
  transition: all .5s;
}

.button.is-submit:hover {
  color: #fff;
  background-color: #f09925;
}

.form_field {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: white white var(--color-1);
  color: var(--color-4-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffffff4d;
  border-radius: 0;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: ivyepic, sans-serif;
  font-size: 12px;
}

.form_field:focus {
  border-bottom-color: var(--color-4);
}

.form_field:focus-visible, .form_field[data-wf-focus-visible] {
  border-bottom-style: solid;
  border-bottom-color: var(--color-4);
}

.form_field::placeholder {
  color: var(--color-4-dark);
  letter-spacing: 1px;
}

.form_field.text-capitalize-everyword {
  text-transform: uppercase;
}

.policyflagscontainer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.form_message {
  opacity: 0;
  background-color: #0000;
  padding: 0;
}

.form_text {
  text-align: left;
  letter-spacing: 0;
  font-size: 12px;
}

.policy-flag {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.stylesheet-2 {
  z-index: 100;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.icon-embed-xxsmall-2 {
  color: #fdf6f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_component {
  grid-row-gap: 10px;
  background-color: var(--color-4-dark);
  background-image: linear-gradient(#36292380, #36292380), url('../images/BG_07.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 5vw;
  display: flex;
}

.footer_wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #f5f5f5;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  display: flex;
}

.footer_wrap.is-center {
  width: auto;
}

.footer_wrap.is-right {
  justify-content: flex-end;
  align-items: center;
}

.image {
  height: 53px;
}

.footer_link {
  color: #fdf6f7;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: ivyepic, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
}

.footer_link:hover {
  color: #fff;
  font-weight: 400;
}

.footer_link.no-hover:hover {
  color: #be787d;
}

.footer_link.no-hover.is-phone {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 1px solid #f2eee44d;
  width: 190px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

.footer_icon_link {
  color: #f2ccc9;
  width: 20px;
  height: 20px;
  text-decoration: none;
}

.footer_icon_link:hover {
  color: #fff;
}

.footer_icon_link:visited {
  color: #be787d;
}

.link-footer {
  color: #fff;
  text-decoration: none;
}

.logo_footer {
  justify-content: flex-end;
  align-items: center;
  width: 190px;
  height: 53.0625px;
  display: flex;
}

.wip {
  z-index: 2;
  background-color: var(--color-1);
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-family: ivyepic, sans-serif;
  position: absolute;
  inset: 20px 20px auto auto;
}

.img-map__landscape {
  object-fit: contain;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.img-map__landscape.align-top-right {
  object-position: 100% 0%;
}

.img-map__landscape.align-top {
  object-position: 50% 50%;
}

.img-map__landscape.is-color {
  background-color: var(--color-4);
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-map__landscape.is-invert {
  filter: invert();
}

.img-map__landscape.is-logo {
  object-fit: contain;
  max-width: 150px;
}

.map-zoom {
  display: none;
}

.img-map__tablet {
  object-fit: contain;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.img-map__tablet.align-top-right {
  object-position: 100% 0%;
}

.img-map__tablet.align-top {
  object-position: 50% 50%;
}

.img-map__tablet.is-color {
  background-color: var(--color-4);
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-map__tablet.is-invert {
  filter: invert();
}

.img-map__tablet.is-logo {
  object-fit: contain;
  max-width: 150px;
}

.img-map__mobile {
  object-fit: contain;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: none;
}

.img-map__mobile.align-top-right {
  object-position: 100% 0%;
}

.img-map__mobile.align-top {
  object-position: 50% 50%;
}

.img-map__mobile.is-color {
  background-color: var(--color-4);
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-map__mobile.is-invert {
  filter: invert();
}

.img-map__mobile.is-logo {
  object-fit: contain;
  max-width: 150px;
}

.menu-open_wrap {
  display: none;
}

.logo-technical {
  width: 130px;
  margin-bottom: 40px;
}

.section_technical {
  background-image: linear-gradient(#f2eee44d, #f2eee44d), url('../images/BG_04.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 50px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_technical.is-intro {
  background-color: #e5c5b8;
  background-image: linear-gradient(to bottom, var(--color-5), var(--color-5)), linear-gradient(to bottom, #ffffff4d, #ffffff4d), linear-gradient(to bottom, #ffffff80, #ffffff80), url('../images/BG_10.webp');
  background-position: 0 0, 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 200px;
}

.section_technical.img-full {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 600px;
  padding: 0;
  display: flex;
  position: relative;
}

.section_technical.bg-01 {
  background-image: url('../images/Logo_Lia_BG01.svg'), linear-gradient(180deg, var(--color-5), #f2eee400 10%), linear-gradient(to bottom, #f2eee480, #f2eee480), url('../images/BG_04.webp');
  background-position: 100% 110%, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: 50vw, auto, auto, cover;
  padding-top: 0;
  padding-bottom: 80px;
}

.section_technical.bg-02 {
  background-image: url('../images/Logo_Lia_BG01.svg'), linear-gradient(180deg, var(--color-5), #f2eee400 10%), linear-gradient(to bottom, #f2eee480, #f2eee480), url('../images/BG_04.webp');
  background-position: 0 110%, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: 50vw, auto, auto, cover;
  padding-top: 80px;
  padding-bottom: 160px;
}

.section_technical.bg-03 {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  background-image: linear-gradient(180deg, #36292300 75%, var(--color-4-dark) 75%), linear-gradient(180deg, var(--color-5), #f2eee400 10%), linear-gradient(to bottom, #f2eee480, #f2eee480), url('../images/BG_04.webp');
  text-align: center;
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  flex-flow: column;
  padding: 180px 0 20px;
}

.section_technical.bg-04 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-image: linear-gradient(180deg, var(--color-4-dark), #362923b3 66%), url('../images/BG_07.webp');
  color: var(--color-1);
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  padding: 80px 0 0;
}

.section_technical.bg-05 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  color: var(--color-4-dark);
  background-image: url('../images/BG_01.webp');
  background-position: 0%;
  background-size: auto;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 80px;
}

.section_technical.is-dev {
  background-image: url('../images/BG_01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 700px;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.section_technical.is-form {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: linear-gradient(180deg, var(--color-5), #f2eee400 10%), linear-gradient(to bottom, #f2eee480, #f2eee480), url('../images/BG_04.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  align-items: stretch;
  padding: 80px 0 0;
}

.section_technical.is-technical {
  background-image: linear-gradient(#f2eee44d, #f2eee44d), url('../images/BG_04.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 80px;
}

.link-technical {
  color: var(--color-4);
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.btn-icon {
  color: #dde6ed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

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

  .page_wrapper {
    overflow: auto;
  }

  .page_wrapper.is-main {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    justify-content: space-between;
    padding-right: 0;
  }

  .page_wrapper.is-main.is-left {
    flex-flow: row;
    padding-left: 0;
  }

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

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

  .nav_logo {
    order: -1;
  }

  .index_wrapper.is-responsive {
    width: 100%;
    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(--color-2);
    min-width: 300px;
    padding: 5px;
    display: none;
    inset: auto 66px 10px auto;
  }

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

  .main_image {
    flex-flow: column;
    max-height: 300px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .main_logo {
    width: auto;
    max-width: 200px;
    height: auto;
  }

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

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

  .icon.is-information {
    width: 25px;
    height: 25px;
    display: flex;
  }

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

  .main_grid.is-horizontal {
    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 {
    flex: 0 auto;
    width: 40vw;
    max-height: none;
  }

  .card.is-medium.is-lightbox {
    min-width: 250px;
    max-width: none;
    height: auto;
    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.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, .fullscreen_button {
    display: none;
  }

  .index_container {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 100px;
    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%;
    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: auto 0 auto auto;
    display: block;
  }

  .main_grid_wrapper.is-page {
    flex-flow: row;
    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;
  }

  .background-responsive {
    filter: blur(2px);
  }

  .body-emotions {
    height: 100%;
    display: flex;
  }

  .tab_wrap {
    width: 100%;
    margin: auto;
    display: flex;
  }

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

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

  .main_logo-developer {
    width: auto;
    max-width: 80px;
    height: auto;
  }

  .main_logo_wrapper {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-flow: column;
    align-items: center;
    min-width: 150px;
    display: flex;
  }

  .txt_wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .txt_wrap.is-hero {
    padding: 60px 40px 80px 80px;
  }

  .txt_wrap.max400 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .txt_wrap.is-horiz {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: 450px;
  }

  .title-l {
    font-size: 30px;
    line-height: 40px;
  }

  .title-l.is-hero {
    font-size: 50px;
    line-height: 50px;
  }

  .img_wrap.is-full {
    min-height: auto;
  }

  .img_wrap.is-relative {
    flex: 0 auto;
  }

  .img_wrap._01 {
    width: 30vw;
    margin-right: 45vw;
  }

  .img_wrap._02 {
    width: 30vw;
    margin-right: 10vw;
  }

  .img_wrap._03 {
    width: 30vw;
    margin-left: 35vw;
  }

  .img_wrap._04 {
    width: 40vw;
    margin-right: 15vw;
  }

  .img_wrap._05 {
    width: 30vw;
    height: 45vw;
    margin-left: 30vw;
  }

  .img_wrap._06 {
    width: 30vw;
    margin-top: 20vw;
  }

  .img_wrap._07 {
    width: 30vw;
    margin-top: -40vw;
  }

  .img_wrap._08 {
    width: 30vw;
    margin-right: 40vw;
  }

  .img_wrap._09 {
    width: 30vw;
    margin-left: 45vw;
  }

  .img_wrap.is-logo-bg {
    width: 100%;
    height: 350px;
  }

  .img_wrap.is-map {
    height: 88vw;
  }

  .section {
    padding: 100px 40px;
  }

  .section.img-full {
    height: 80vw;
    min-height: auto;
  }

  .section.bg-01 {
    background-image: url('../images/Logo_Lia_BG01.svg'), linear-gradient(180deg, var(--color-5), #f2eee400 10%), linear-gradient(to bottom, #f2eee480, #f2eee480), url('../images/BG_04.webp');
    background-position: 100% 110%, 0 0, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-size: 70vw, auto, auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.bg-02 {
    background-image: url('../images/Logo_Lia_BG01.svg'), linear-gradient(180deg, var(--color-5), #f2eee400 10%), linear-gradient(to bottom, #f2eee480, #f2eee480), url('../images/BG_04.webp');
    background-position: 0 110%, 0 0, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-size: 70vw, auto, auto, cover;
  }

  .section.bg-03 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.bg-04 {
    padding-top: 100px;
  }

  .section.is-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .container {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .container.is-oriz {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
  }

  .container.is-oriz.is-50right {
    padding-right: 0;
  }

  .container.is-abs {
    flex-flow: column;
  }

  .container.is-center {
    width: 100%;
    height: 100%;
    padding: 100px 40px;
  }

  .par-m {
    line-height: 22px;
  }

  .txt_wrap_color {
    width: 350px;
    padding: 40px;
    bottom: 40px;
    right: 40px;
  }

  .title-m {
    font-size: 30px;
    line-height: 35px;
  }

  .hamburger_wrap {
    border-color: #022601;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    display: flex;
  }

  .hamburger_wrap.is-close {
    z-index: 2;
    color: #f2ebd5;
    border-color: #f2ebd5;
    position: absolute;
    top: 15px;
    right: 32px;
  }

  .nav-container {
    z-index: 9;
    background-color: var(--color-5);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
    position: fixed;
    inset: 80px 0% auto;
  }

  .nav-list {
    z-index: 1;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    justify-content: space-around;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    position: static;
  }

  .logo_nav_white {
    filter: invert();
    width: 100px;
  }

  .nav_component {
    background-color: #f2ebd5;
    flex-direction: row;
    height: 80px;
    padding-left: 40px;
    padding-right: 40px;
    position: fixed;
  }

  .item-nav {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .item-nav.is-first {
    width: auto;
    margin-top: auto;
  }

  .item-nav.is-last {
    margin-bottom: auto;
  }

  .nav-link-line {
    max-width: 60px;
  }

  .par-l {
    font-size: 15px;
    line-height: 22px;
  }

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

  .icon-embed-xxsmall {
    width: 20px;
    height: 20px;
  }

  .loader_logo {
    width: 120px;
  }

  .logo-avenew-loader {
    height: 50px;
  }

  .logotipo_wrap {
    width: 100%;
  }

  .beyond_div {
    width: 100px;
    bottom: 80px;
  }

  .img_wrap-2 {
    width: 100%;
  }

  .img_wrap-2.is-project-02 {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .container-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding: 100px 50px;
  }

  .container-2.is-right {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 50px;
  }

  .title-m-2 {
    margin-bottom: 30px;
  }

  .wrap_50 {
    width: auto;
  }

  .wrap_50.is-full {
    width: 100%;
  }

  .animation_right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .slider-11_component {
    padding-left: 4em;
    padding-right: 4em;
  }

  .slider-11_slide {
    width: 48%;
    height: 50vw;
    max-height: none;
    margin-right: 2em;
  }

  .slider-11_progress {
    margin-top: 30px;
  }

  .form_component {
    max-width: 500px;
  }

  .form_wrapper {
    margin-top: 0;
    margin-bottom: auto;
  }

  .form_field {
    line-height: 20px;
  }

  .footer_component {
    border-top: 1px solid #000;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .footer_wrap.is-center {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer_link {
    font-size: 10px;
  }

  .logo_footer {
    width: 100px;
  }

  .img-map__landscape {
    display: none;
  }

  .map-zoom {
    z-index: 5;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: var(--color-4-dark);
    color: var(--color-1);
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #a5c4cfb3;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: ivyepic, sans-serif;
    font-size: 9px;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 8vw auto auto 40px;
  }

  .icon-zoom {
    width: 14px;
    height: 14px;
  }

  .open-menu {
    color: var(--color-4);
    border: 1px solid #48372f4d;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .open-menu.is-close {
    background-color: #f2eee4;
  }

  .menu-open_wrap {
    z-index: 10;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    justify-content: flex-start;
    align-items: center;
    font-family: ivyepic, sans-serif;
    font-size: 9px;
    display: flex;
    position: relative;
  }

  .mobile-menu_container {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    display: flex;
  }

  .nav_lottie {
    color: var(--color-4-dark);
    flex: none;
    width: 50%;
    height: 50%;
  }

  .section_technical {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_technical.img-full {
    height: 80vw;
    min-height: auto;
  }

  .section_technical.bg-01 {
    background-image: url('../images/Logo_Lia_BG01.svg'), linear-gradient(180deg, var(--color-5), #f2eee400 10%), linear-gradient(to bottom, #f2eee480, #f2eee480), url('../images/BG_04.webp');
    background-position: 100% 110%, 0 0, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-size: 70vw, auto, auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_technical.bg-02 {
    background-image: url('../images/Logo_Lia_BG01.svg'), linear-gradient(180deg, var(--color-5), #f2eee400 10%), linear-gradient(to bottom, #f2eee480, #f2eee480), url('../images/BG_04.webp');
    background-position: 0 110%, 0 0, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-size: 70vw, auto, auto, cover;
  }

  .section_technical.bg-03 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_technical.bg-04 {
    padding-top: 100px;
  }

  .section_technical.is-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .menu_close {
    z-index: 20;
    background-color: red;
    justify-content: flex-end;
    align-items: flex-start;
    width: 85.1406px;
    height: 40px;
    display: flex;
    position: absolute;
  }

  .menu-hamb {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .main_image {
    max-width: 40%;
  }

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

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

  .body-emotions {
    height: 100%;
  }

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

  .tab_wrap {
    margin: auto;
  }

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

  .title-l.is-hero {
    max-width: 450px;
    font-size: 40px;
    line-height: 45px;
  }

  .logo-avenew-loader {
    height: 40px;
  }

  .title-m-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .wrap_50.is-full {
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .form_component {
    min-width: auto;
  }

  .form_container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .footer_component {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer_wrap {
    width: 90px;
    margin-left: auto;
  }

  .footer_wrap.is-policy {
    width: auto;
    margin-left: 0;
  }

  .footer_wrap.is-center {
    flex-flow: column;
    order: -1;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .footer_wrap.is-right {
    width: auto;
    margin-left: 0;
  }

  .footer_link.no-hover.is-phone {
    border-left-style: none;
    padding-left: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .footer_icon_link {
    margin-top: 10px;
  }
}

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

  .page_wrapper.is-main.is-left {
    flex-flow: column;
  }

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

  .navigator {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 3px solid var(--white);
    border-left-style: none;
    border-left-width: 0;
    flex-flow: row;
    align-items: stretch;
    width: 100%;
    height: 60px;
    position: absolute;
  }

  .nav_logo {
    flex: none;
  }

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

  .cartiglio-wrapper.is-pop-up {
    inset: 60px 0 auto;
  }

  .main_image {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    justify-content: center;
    width: 100%;
    max-width: none;
    max-height: 280px;
  }

  .main_logo {
    width: 120px;
    max-height: 110px;
  }

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

  .main_grid.is-horizontal {
    width: 100%;
    height: auto;
    max-height: none;
    padding-right: 12vw;
  }

  .card {
    min-width: 70vw;
  }

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

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

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

  .splide__arrows {
    bottom: 130px;
  }

  .splide__slide {
    width: 100%;
  }

  .index_container {
    padding-right: 40px;
  }

  .form_container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .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;
    margin-top: 0;
  }

  .main_grid_wrapper.is-page {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    align-self: flex-end;
    width: 95%;
    max-width: none;
    margin-top: auto;
    margin-left: 0;
  }

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

  .index_button-wrapper.is-close {
    background-color: #fff0;
    border-radius: 0%;
    position: absolute;
    bottom: auto;
    left: 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 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
  }

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

  .section-title_wrap {
    width: 95%;
  }

  .tab_wrap {
    flex-flow: column;
  }

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

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

  .main_logo-developer {
    width: 120px;
    max-height: 50px;
  }

  .main_logo_wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

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

  .txt_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .txt_wrap.is-hero {
    padding: 60px 40px 80px;
  }

  .txt_wrap.is-horiz {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .txt_wrap.is-technical {
    padding: 40px 0 60px;
  }

  .title-l {
    font-size: 25px;
    line-height: 35px;
  }

  .title-l.is-hero {
    max-width: 350px;
    font-size: 30px;
    line-height: 35px;
  }

  .header_background {
    background-position: 60% 80px;
    background-size: 85vh;
  }

  .img_wrap.is-full {
    height: 300px;
  }

  .img_wrap._02 {
    margin-top: 20vw;
  }

  .img_wrap._03 {
    width: 40vw;
  }

  .img_wrap._04 {
    width: 50vw;
    margin-right: 20vw;
  }

  .img_wrap._05 {
    width: 35vw;
    height: 50vw;
    margin-left: 35vw;
  }

  .img_wrap.is-logo-bg {
    height: 300px;
  }

  .img_wrap.is-map {
    height: 134vw;
  }

  .img-cover.is-logo {
    max-width: 120px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.img-full {
    flex-flow: column;
    height: auto;
  }

  .section.bg-01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.bg-02 {
    padding-bottom: 80px;
  }

  .section.bg-03 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.bg-04 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 80px;
  }

  .section.is-dev {
    padding: 40px 20px;
  }

  .container, .container.is-oriz {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .container.is-oriz.is-50right {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.is-abs {
    width: 100%;
  }

  .container.is-center {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .txt_wrap_color {
    background-image: linear-gradient(180deg, #fff0 30%, var(--color-5)), linear-gradient(to bottom, #f2eee499, #f2eee499), url('../images/BG_10.webp');
    background-position: 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    width: auto;
    position: static;
  }

  .title-m.max250 {
    max-width: none;
  }

  .title-m.is-hero {
    font-size: 40px;
    line-height: 45px;
  }

  .hamburger_wrap.is-close {
    right: 20px;
  }

  .logo_wrap {
    width: 50px;
    height: 50px;
  }

  .nav-container {
    height: auto;
    padding: 20px;
  }

  .nav-list {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-flow: column;
    align-items: flex-start;
  }

  .nav_link {
    height: 35px;
    font-size: 10px;
  }

  .nav_component {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spacer {
    width: 20px;
    height: 20px;
  }

  .spacer.is-top {
    display: none;
  }

  .logo-avenew-loader {
    margin-top: 100px;
    position: relative;
    bottom: 0;
  }

  .beyond_div {
    width: 80px;
    bottom: 30vw;
  }

  .img_wrap-2.is-project-02 {
    width: 100%;
    height: 90vw;
  }

  .container-2 {
    padding: 60px 20px;
  }

  .container-2.is-right {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 20px;
  }

  .title-m-2 {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .wrap_50.is-full {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slider-11_slide {
    width: 80%;
    height: 300px;
    max-height: 130vw;
    margin-right: 2em;
  }

  .slider-11_text {
    font-size: 25px;
  }

  .form_container-2 {
    grid-template-columns: 1fr;
  }

  .button.is-submit {
    min-width: 100%;
  }

  .form_field {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer_component {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .footer_wrap.is-policy {
    margin-top: 30px;
  }

  .footer_wrap.is-center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .footer_wrap.is-right {
    justify-content: center;
    align-items: center;
  }

  .footer_link.no-hover.is-phone {
    text-align: center;
  }

  .logo_footer {
    opacity: .8;
    order: -1;
    width: 100px;
    margin-bottom: 20px;
  }

  .img-map__tablet {
    display: none;
  }

  .img-map__mobile {
    display: inline-block;
  }

  .menu-txt {
    display: none;
  }

  .section_technical {
    padding-bottom: 100px;
  }

  .section_technical.img-full {
    flex-flow: column;
    height: auto;
  }

  .section_technical.bg-01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section_technical.bg-02 {
    padding-bottom: 80px;
  }

  .section_technical.bg-03 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section_technical.bg-04 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 80px;
  }

  .section_technical.is-dev {
    padding: 40px 20px;
  }
}

#w-node-_89a14e15-67de-a80c-64c1-b86919478504-ff40a0a4, #w-node-_89a14e15-67de-a80c-64c1-b86919478507-ff40a0a4, #policyFlagsContainer.w-node-_89a14e15-67de-a80c-64c1-b8691947850a-ff40a0a4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89a14e15-67de-a80c-64c1-b8691947850d-ff40a0a4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_89a14e15-67de-a80c-64c1-b8691947850e-ff40a0a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  #w-node-_89a14e15-67de-a80c-64c1-b86919478507-ff40a0a4 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #policyFlagsContainer.w-node-_89a14e15-67de-a80c-64c1-b8691947850a-ff40a0a4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_89a14e15-67de-a80c-64c1-b8691947850d-ff40a0a4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_89a14e15-67de-a80c-64c1-b86919478504-ff40a0a4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_89a14e15-67de-a80c-64c1-b86919478507-ff40a0a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89a14e15-67de-a80c-64c1-b8691947850d-ff40a0a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_9676d8d8-1d45-01b8-bd5b-4a0951407392-ff40a11a, #w-node-c940558b-db82-d5d4-fece-c51e4cf074df-ff40a11a, #w-node-_1e40f1b5-f56a-7308-5b95-803fc0077fb9-ff40a11a, #w-node-_34c61152-1a5d-9818-82d1-a5ec74ae2360-74ae2360, #w-node-_63cd8873-a896-763e-a924-4791989bbb01-989bbb01 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


