:root {
  --palette--azzurro-light: #f2f5fb;
  --black-2\<deleted\|variable-6898e30b\>: #2e2e2e;
  --palette--sky: #92adde;
  --palette--red: #f5674e;
  --palette--orange: #f38e52;
  --palette--orange-light: #fcbd9d;
  --palette--white: white;
  --hover--hover-medium: #00000080;
  --palette--blue: #1c1e2d;
  --palette--azzurro: #c9daf2;
  --line\<deleted\|variable-9bb782cc\>: #0003;
  --hover--hover-dark: #000000b3;
  --hover--hover-light: #0003;
  --font--acumin-pro: acumin-pro, sans-serif;
  --font--halogen: halogen, sans-serif;
  --palette--color: #000;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

body {
  background-color: var(--palette--azzurro-light);
  color: var(--palette--azzurro-light);
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}

h1 {
  color: var(--palette--azzurro-light);
  letter-spacing: .02rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: halogen, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

h2 {
  color: var(--black-2\<deleted\|variable-6898e30b\>);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Droid Serif, serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--palette--sky);
  max-width: 450px;
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: lower-alpha;
}

img {
  object-fit: contain;
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 0;
}

.todelete {
  z-index: 300;
  text-align: left;
  background-color: #ffe837;
  max-width: none;
  padding: 40px 15%;
  display: none;
  position: relative;
}

.todelete p {
  max-width: none;
  margin-bottom: 0;
}

.todelete strong {
  font-weight: 800;
}

.form_checkbox {
  color: var(--palette--azzurro-light);
  flex: none;
  margin-top: 2px;
  margin-right: 10px;
}

.form_checkbox.w--redirected-checked {
  border-color: var(--black-2\<deleted\|variable-6898e30b\>);
  background-color: var(--black-2\<deleted\|variable-6898e30b\>);
}

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

.form_field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--palette--sky);
  color: var(--palette--sky);
  background-color: #0000;
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}

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

.form_field::placeholder {
  color: var(--palette--sky);
  font-size: 14px;
  line-height: 1;
}

.form_field.message {
  border-style: solid;
  min-height: 100px;
  padding: 10px;
}

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

.form_field.capitalize::placeholder {
  text-transform: none;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: var(--palette--sky);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_link {
  color: var(--palette--azzurro-light);
}

.form_text {
  font-size: .78em;
  line-height: 1.4;
}

.form_text.space {
  margin-top: 16px;
}

.footer_link {
  color: var(--palette--azzurro-light);
  cursor: pointer;
  border-bottom: 1px solid #0000;
  padding: 4px;
  font-size: .88em;
  text-decoration: none;
}

.footer_link:hover {
  color: #000;
}

.footer_link.w--current {
  border-bottom-color: var(--palette--azzurro-light);
  color: var(--black-2\<deleted\|variable-6898e30b\>);
}

.footer_link.w--current:hover {
  transform: none;
}

.nav_component {
  z-index: 30;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 164px;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header_component {
  z-index: 21;
  color: var(--palette--red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.header_component.apt-dinamici {
  height: 70vh;
  min-height: 0;
}

.nav_logo_wrap {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 140px;
  display: flex;
  position: absolute;
  top: 0;
}

.nav_logo_wrap.mobile {
  display: none;
}

.nav_link_wrap {
  z-index: 2;
  cursor: default;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav_link_line {
  background-color: var(--palette--orange);
  flex: none;
  height: 1px;
  margin-top: 2px;
}

.nav_link_line.w--current {
  background-color: var(--palette--red);
  width: 100%;
  display: none;
}

.nav_link_line.active {
  display: none;
}

.section {
  padding: 8vw 10vw;
  position: relative;
}

.section.no-padding-bottom.bg-azzurro {
  background-color: #c9daf2d9;
}

.section.quote {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--palette--azzurro-light);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.section.quote.no-padding-top-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.bg-light {
  background-color: var(--palette--orange-light);
}

.section.gap100 {
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.section.bg-orange {
  background-color: var(--palette--orange);
  background-image: linear-gradient(#f38e52cc, #f38e52cc), url('../images/Pittogramma-orange3.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 30vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.section.no-padding {
  padding: 0;
}

.section.no-padding.bg-white, .section.is-white {
  background-color: var(--palette--white);
}

.section.bg-gallery {
  background-image: linear-gradient(to bottom, var(--hover--hover-medium), var(--hover--hover-medium)), url('../images/AC2147_VP02_Exterior_Teaser_Dettaglio_Rev00.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 35vw;
  display: flex;
}

.section.bg-orange-light {
  background-color: var(--palette--orange-light);
}

.section.bg-blue {
  background-color: var(--palette--blue);
}

.section.bg-blue.padding-smaller {
  padding: 5vw 3vw;
}

.section.bg-gradient {
  background-image: url('../images/Gradient.webp');
  background-position: 50%;
  background-size: cover;
}

.section.bg-gradient.is-vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.no-padding-top {
  padding-top: 0;
}

.section.bg-azzurro {
  background-color: var(--palette--azzurro);
}

.section.bg-interni {
  background-image: linear-gradient(to bottom, var(--hover--hover-medium), var(--hover--hover-medium)), url('../images/AC2147_VP03_Interior_Living_Rev03.webp.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 35vw;
  display: flex;
}

.section.bg-image-quote {
  background-image: url('../images/texture.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 20vw;
  padding: 0;
}

.section.no-padding-lateral {
  padding-left: 0;
  padding-right: 0;
}

.section.bg-sky {
  background-color: var(--palette--sky);
}

.section.bg-light-orange {
  background-color: var(--palette--azzurro);
}

.section.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.is-tec {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.bg-contesto {
  background-image: linear-gradient(to bottom, var(--hover--hover-medium), var(--hover--hover-medium)), url('../images/_Z9A0903.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 35vw;
  display: flex;
}

.heading-xsmall {
  color: var(--black-2\<deleted\|variable-6898e30b\>);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.4;
}

.heading-large {
  color: var(--palette--azzurro-light);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: halogen, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.heading-large.positive {
  color: var(--palette--blue);
  max-width: 600px;
  margin-bottom: 20px;
}

.heading-large.positive.is-margin {
  margin-bottom: 20px;
}

.heading-large.positive.capitalize {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 30px;
}

.heading-large.hero {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}

.heading-large.smaller {
  font-size: 28px;
  line-height: 35px;
}

.heading-large.tecnical {
  color: var(--palette--blue);
  font-weight: 500;
}

.heading-large.tecnical.smaller {
  color: var(--palette--blue);
  font-size: 25px;
  line-height: 30px;
}

.heading-large.is-partner {
  color: var(--palette--blue);
  font-size: 30px;
  line-height: 35px;
}

.heading-medium {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2;
}

.heading-medium.gallery {
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: halogen, sans-serif;
}

.heading-medium.is-positive {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--palette--blue);
  flex-flow: column;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.container {
  z-index: 2;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.intro {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.container.no-gap {
  grid-row-gap: 0px;
}

.container.no-gap.max-width-1300 {
  max-width: 1300px;
}

.container.slider {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  align-items: flex-end;
  max-width: 1300px;
}

.container.overlying {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none none solid solid;
  border-width: 60px;
  border-color: var(--palette--orange);
  background-color: var(--palette--orange-light);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
}

.container.overlying.double {
  background-color: #0000;
  border-style: solid;
  border-width: 40px;
  max-width: 1100px;
}

.container.overlying.reverse-hor {
  border-left-style: none;
  border-right-style: solid;
  flex-direction: row-reverse;
}

.container.overlying.reverse-ver {
  border-top-style: solid;
  border-bottom-style: none;
}

.container.direction-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.container.direction-horizontal.reverse {
  flex-direction: row-reverse;
}

.container.quote {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
}

.container.large {
  max-width: 1300px;
}

.container.large.no-gap {
  max-width: 1330px;
}

.container.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1300px;
}

.container.padding-bottom {
  margin-bottom: 100px;
}

.container.boxes {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  max-width: 1300px;
  margin-bottom: 100px;
}

.container.tecnical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f2f5fb99;
  padding-top: 60px;
  padding-bottom: 80px;
}

.container.contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.container.video {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.container.txt-slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.container.full {
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.container.full.gradient-right {
  background-image: linear-gradient(90deg, var(--palette--azzurro-light), var(--palette--azzurro-light) 80%, #f2f5fb00 80%), url('../images/Gradient-01.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 8vw;
}

.container.full.gradient-left {
  background-image: linear-gradient(90deg, #f2f5fb00 20%, var(--palette--azzurro-light) 20%, var(--palette--azzurro-light)), url('../images/Gradient-flip.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 8vw;
}

.container.full.interior-tour {
  align-items: stretch;
}

.container.full.max-height {
  height: 60vw;
}

.container.full.quote {
  justify-content: center;
  align-items: center;
}

.container.full-gradient {
  background-image: url('../images/Gradient-01.svg');
  background-position: 100%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 900px;
  margin-left: 0;
  margin-right: 0;
  padding: 5vw;
}

.container.full-gradient.is-right {
  justify-content: flex-end;
  align-items: center;
}

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

.container.max-width-large {
  max-width: 100%;
}

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

.container.is-gdpr {
  max-width: none;
}

.card-big_item {
  flex: 1;
  max-width: 490px;
}

.card-big_mask {
  width: 100%;
  height: 25vw;
  min-height: 250px;
  max-height: 400px;
  overflow: hidden;
}

.card-big_mask.bg-white {
  height: 24vw;
  max-height: 320px;
}

.card-big_txt {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.card-big_txt.bg-white {
  align-items: center;
  padding: 40px;
}

.video_componen {
  align-self: stretch;
}

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

.image-cover.left {
  object-position: 40% 50%;
}

.image-cover.top-cover {
  object-position: 50% 0%;
}

.image-cover.position {
  object-position: 50% 50%;
}

.image-cover.position-copy {
  object-position: 50% 85%;
}

.image-cover.position-left {
  object-position: 100% 50%;
}

.image-cover.position-bottom {
  object-position: 50% 0%;
}

.image-cover.position-right {
  object-position: 21% 50%;
}

.button_tertiary {
  border-bottom: 1px solid var(--line\<deleted\|variable-9bb782cc\>);
  color: var(--black-2\<deleted\|variable-6898e30b\>);
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  padding: 6px 4px;
  font-size: 1em;
  line-height: 1;
  transition: border-color .5s cubic-bezier(.455, .03, .515, .955), letter-spacing .5s cubic-bezier(.455, .03, .515, .955), padding .5s cubic-bezier(.455, .03, .515, .955);
}

.button_tertiary:hover {
  border-bottom-color: var(--black-2\<deleted\|variable-6898e30b\>);
  letter-spacing: .5px;
  padding-left: 10px;
  padding-right: 10px;
}

.button_secondary {
  border: 1px solid var(--palette--azzurro-light);
  color: var(--palette--azzurro-light);
  background-color: #2220;
  border-radius: 50px;
  padding: 14px 40px;
  font-size: .9em;
  line-height: 1.4;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.button_secondary:hover {
  color: #fff;
  background-color: #222;
}

.form_wrap {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.footer_title {
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.nav_link {
  color: var(--palette--azzurro-light);
  letter-spacing: 3.5px;
  text-transform: uppercase;
  flex: 1;
  padding: 10px;
  font-family: halogen, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.nav_link.w--current {
  font-weight: 700;
}

.button_primary {
  border: 1px solid var(--palette--azzurro-light);
  background-color: var(--palette--azzurro);
  color: var(--palette--red);
  text-transform: capitalize;
  border-radius: 50px;
  padding-left: 32px;
  padding-right: 36px;
  font-family: halogen, sans-serif;
  font-size: .9em;
  line-height: 1;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.button_primary:hover {
  border-color: var(--palette--sky);
  color: var(--palette--sky);
  background-color: #0000;
}

.button_primary.submit {
  background-color: var(--palette--azzurro-light);
  color: var(--palette--red);
  margin-top: 16px;
}

.button_primary.submit:hover {
  letter-spacing: .5px;
}

.button_primary.negative {
  border-color: var(--palette--red);
  background-color: var(--palette--blue);
}

.button_primary.negative:hover {
  background-color: var(--palette--red);
  color: var(--black-2\<deleted\|variable-6898e30b\>);
}

.button_primary.sort {
  margin-bottom: 0;
  padding-left: 0;
}

.button_primary.dropdown {
  background-color: var(--palette--azzurro-light);
  color: var(--palette--sky);
  min-width: 270px;
  margin-bottom: 10px;
  padding: 8px 40px;
  font-size: .7em;
}

.button_primary.dropdown.w--open {
  z-index: 10000;
}

.button_primary.input {
  color: var(--palette--orange-light);
  margin-bottom: 0;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: .7em;
}

.button_primary.input::placeholder {
  color: var(--palette--sky);
}

.button-icon {
  border: 2px solid var(--palette--orange);
  background-color: var(--palette--orange);
  color: var(--palette--red);
  text-transform: uppercase;
  align-items: center;
  padding: 10px 20px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-icon:hover {
  color: var(--palette--orange);
  background-color: #8764b800;
}

.image-fullscreen {
  object-fit: cover;
  width: 100%;
  height: 60vw;
}

.form_component {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.x_wrap {
  z-index: 10;
  background-color: var(--palette--azzurro-light);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.x_asta {
  background-color: var(--palette--azzurro-light);
  flex: none;
  width: 2px;
  height: 40%;
  position: absolute;
  transform: rotate(45deg);
}

.x_asta._2 {
  transform: rotate(-45deg);
}

.x_asta.negative {
  background-color: var(--palette--red);
}

.header_img {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0;
}

.header_img.interni {
  background-image: linear-gradient(to bottom, var(--hover--hover-medium), var(--hover--hover-medium)), url('../images/AC2147_VP03_Interior_Living_Rev03.webp.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header_img.progetto {
  background-image: linear-gradient(to bottom, var(--hover--hover-medium), var(--hover--hover-medium)), url('../images/AC2147_VP05_Exterior_Generale_Rev02.webpAC2147_VP05_Exterior_Generale_Rev00.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header_img.contesto {
  background-image: linear-gradient(to bottom, var(--hover--hover-dark), var(--hover--hover-dark)), url('../images/_Z9A0468.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header_img.hero {
  background-image: none;
}

.header_img.gallery {
  background-image: linear-gradient(to bottom, var(--hover--hover-medium), var(--hover--hover-medium)), url('../images/AC2147_VP09_Exterior_Loggia_Rev05.webp.webp');
  background-position: 0 0, 50% 85%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header_img.thankyou {
  background-image: linear-gradient(to bottom, var(--hover--hover-medium), var(--hover--hover-medium)), url('../images/AC2147_VP03_Exterior_Giardino_Rev02.webp.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header_img.error {
  background-image: linear-gradient(to bottom, var(--hover--hover-medium), var(--hover--hover-medium)), url('../images/AC2147_VP02_Exterior_Teaser_Dettaglio_Rev00.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header_img.appartamenti {
  background-image: linear-gradient(to bottom, var(--hover--hover-medium), var(--hover--hover-medium)), url('../images/AC2147_VP01_Interior_Living_Rev02.webp.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-small {
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: acumin-pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.slider_mask {
  width: 32%;
  height: auto;
  overflow: visible;
}

.slider_mask.small {
  width: 19%;
}

.slider_arrow {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 40px;
}

.slider_arrow.left {
  background-image: url('../images/arrow-left.svg');
  margin-top: 0;
  inset: 100% 0% auto -10%;
}

.slider_arrow.left.bottom {
  margin-top: 0;
  margin-left: 15px;
}

.slider_arrow.right {
  background-image: url('../images/arrow-right.svg');
  inset: 100% 0% auto 10%;
}

.slider_arrow.right.bottom {
  margin-top: 0;
  margin-right: 15px;
}

.interior_tile {
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.slider_component {
  background-color: #0000;
  flex: 1;
  align-self: stretch;
  height: auto;
  margin-top: 32px;
  overflow: visible;
}

.slider_component.overflow-hidden {
  overflow: hidden;
}

.slider_slide {
  width: 100%;
  height: auto;
  margin-right: 6%;
}

.display-none {
  display: none;
}

.poi_column {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: stretch;
  width: 1100px;
  margin-top: 60px;
  display: grid;
}

.header_container {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: auto auto 119px;
  display: flex;
  position: relative;
}

.header_container.is-thank-you {
  border: 6px solid var(--palette--orange);
  background-color: #f2f5fbbf;
  width: auto;
  min-width: 600px;
  margin-top: auto;
  margin-bottom: auto;
}

.nav_buttons {
  z-index: 3;
  justify-content: space-between;
  min-width: 100px;
  display: flex;
  position: relative;
}

.footer_row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--palette--sky);
  border-bottom: 1px solid var(--palette--sky);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 100px;
  line-height: 1;
  display: flex;
}

.footer_row.last {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .75;
  border-top: 1px #000;
  border-bottom: 1px #000;
  padding-bottom: 100px;
}

.header_hover {
  z-index: 2;
  background-color: var(--palette--azzurro);
  display: none;
  position: absolute;
  inset: 0;
}

.nav_links {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.flag_component {
  color: var(--palette--red);
  cursor: pointer;
  flex-direction: row-reverse;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 24px;
  height: 24px;
  line-height: 1;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.nav_line {
  z-index: 1;
  background-color: var(--palette--orange);
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: -132px;
  right: -132px;
}

.nav_hamburger {
  display: none;
}

.contact_column {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.slide_img_wrap {
  z-index: 1;
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_component {
  background-color: var(--palette--orange-light);
  padding-left: 60px;
  padding-right: 60px;
}

.button_component {
  border: 1px solid var(--palette--azzurro-light);
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 50px;
  flex-direction: column;
  margin-top: 48px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.button_component.negative {
  border-color: var(--palette--red);
}

.button_component.tertiary {
  border-style: none;
  border-radius: 0;
  padding: 0;
}

.button_component.select {
  color: var(--palette--sky);
  margin-top: 0;
  font-family: halogen, sans-serif;
}

.popup-area_wrap {
  z-index: 50;
  background-image: linear-gradient(to bottom, var(--palette--azzurro), var(--palette--azzurro));
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.popup-area_container {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  position: relative;
}

.popup-area_box {
  background-color: var(--palette--red);
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  padding: 40px;
  font-size: 15px;
  display: flex;
  position: relative;
}

.popup-area_box.iscriviti {
  max-width: 600px;
  margin-left: 60px;
}

.popup-area_icon-box {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}

.popup-area_line {
  background-color: var(--palette--orange);
  flex: none;
  width: 80%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.popup-area_title {
  font-size: 2em;
  line-height: 1.2;
}

.area_row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  max-width: 440px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
}

.banners_wrap {
  width: 0;
  height: 0;
}

.header_wrap {
  width: 100%;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}

.container_image {
  object-fit: cover;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 570px;
  max-height: 50vw;
  display: flex;
}

.form_title {
  color: var(--palette--azzurro-light);
  text-transform: capitalize;
  margin-bottom: 32px;
  font-size: 2em;
  line-height: 1;
}

.form_par {
  text-align: left;
  max-width: 310px;
  margin-bottom: 40px;
}

.checkbox_wrap {
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.txt_wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.txt_wrap.bg_light {
  background-color: var(--palette--orange-light);
  align-self: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
}

.txt_wrap.horizontal {
  background-color: var(--palette--orange-light);
  text-align: center;
  justify-content: center;
  align-self: stretch;
  width: auto;
  max-width: 420px;
}

.txt_wrap.quote {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--palette--orange);
  color: #989898;
  text-align: left;
  background-image: linear-gradient(#f38e52bf, #f38e52bf), url('../images/Pittogramma-orange3.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: flex-start;
  width: auto;
  max-width: 50vw;
  padding: 5vw;
  position: absolute;
  inset: 0%;
}

.txt_wrap.quote.blue {
  background-color: var(--palette--blue);
  background-image: linear-gradient(#1c1e2de6, #1c1e2de6), url('../images/Pittogramma-azzurro.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.txt_wrap._2col {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  margin-bottom: -52px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.slide_txt_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.slide_title {
  color: var(--palette--azzurro-light);
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 1.5;
}

.slide_button_wrap {
  text-transform: uppercase;
  align-items: center;
  margin-top: 16px;
  font-size: .85em;
  line-height: 1;
  display: flex;
}

.slide_button_icon {
  border: 1px solid var(--palette--orange);
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  padding: 6px;
}

.txt-uppercase {
  text-transform: uppercase;
}

.floorplan_txt_wrap {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 37vw;
  min-width: 33vw;
  max-width: 73vh;
  height: 76px;
  padding-left: 60px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.floorplan_txt_wrap.reverse {
  left: auto;
  right: 0;
}

.floorplan_img_wrap {
  flex: 1;
  align-self: stretch;
  min-width: 50vw;
  max-width: 106vh;
  margin-left: auto;
}

.floorplan_component {
  z-index: 1;
  align-items: flex-end;
  width: 100%;
  height: 40vw;
  min-height: 450px;
  max-height: 60vh;
  display: flex;
  position: relative;
}

.floorplan_component.reverse {
  flex-direction: row-reverse;
}

.floorplan_txt {
  color: var(--palette--red);
  text-transform: uppercase;
  font-family: acumin-pro, sans-serif;
  font-size: 1.9em;
  line-height: 1;
}

.floorplan_plan {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: stretch;
  width: 37vw;
  min-width: 33vw;
  max-width: 73vh;
  height: 23vw;
  min-height: 20.5vw;
  max-height: 45vh;
  margin-top: auto;
  margin-right: 32px;
  position: relative;
}

.floorplan_plan.reverse {
  margin-left: 32px;
  margin-right: 0;
}

.floorplan_icon_wrap {
  -webkit-text-fill-color: inherit;
  background-color: #f5f5f5;
  background-clip: border-box;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  position: absolute;
  box-shadow: 0 0 14px #0003;
}

.floorplan_icon_wrap.w--current {
  background-color: var(--palette--azzurro-light);
  color: var(--palette--red);
}

.floorplan_icon_wrap.plans01 {
  top: 63%;
  left: 24%;
}

.floorplan_icon_wrap.plans02 {
  top: 26%;
  left: 49%;
}

.floorplan_icon_wrap.plans03 {
  top: 49%;
  left: 54%;
}

.floorplan_icon_wrap.plans04 {
  top: 69%;
  left: 47%;
}

.floorplan_icon_wrap.plans05 {
  top: 66%;
  left: 84%;
}

.floorplan_icon_wrap.show01 {
  top: 72%;
  left: 42%;
}

.floorplan_icon_wrap.show02 {
  top: 26%;
  left: 49%;
}

.floorplan_icon_wrap.show03 {
  top: 63%;
  left: 75%;
}

.floorplan_icon_wrap.show04 {
  top: 32%;
  left: 64%;
}

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

.tab_img_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.image_hover {
  z-index: 2;
  background-color: var(--palette--azzurro);
  opacity: 0;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  transition: background-color .4s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  inset: 0;
}

.poi_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.poi_number {
  background-color: var(--palette--orange);
  color: var(--palette--azzurro-light);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 0;
  display: flex;
}

.poi_number.absolute {
  letter-spacing: .5px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  font-size: 10px;
  position: absolute;
}

.poi_number.absolute._05 {
  top: 77%;
  left: 59%;
}

.poi_number.absolute._01 {
  top: 64%;
  left: 56%;
}

.poi_number.absolute._03 {
  top: 52%;
  left: 67%;
}

.poi_number.absolute._02 {
  top: 55%;
  left: 51%;
}

.poi_number.absolute._04 {
  top: 54%;
  left: 42%;
}

.poi_number.absolute._06 {
  top: 83%;
  left: 42%;
}

.poi_number.absolute._07 {
  top: 40%;
  left: 65%;
}

.poi_number.absolute._08 {
  top: 34%;
  left: 76%;
}

.poi_number.absolute._09 {
  top: 27%;
  left: 79%;
}

.poi_number.absolute._10 {
  top: 40%;
  left: 58%;
}

.poi_number.absolute._11 {
  top: 33%;
  left: 56%;
}

.poi_number.absolute._12 {
  top: 21%;
  left: 73%;
}

.poi_txt {
  color: var(--palette--azzurro-light);
  text-align: left;
  text-transform: uppercase;
  font-family: acumin-pro, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.poi_distance {
  color: var(--palette--azzurro);
  font-size: .8em;
}

.accordion_img_wrap {
  color: var(--palette--red);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow_box {
  flex: none;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 60px;
  height: 40px;
  display: flex;
  position: relative;
}

.arrow_disable {
  z-index: 2;
  background-color: var(--palette--orange);
  opacity: .7;
  position: absolute;
  inset: 0;
}

.arrow_disable.left.bottom {
  background-color: #fff0;
  width: 60px;
  height: 40px;
  margin-left: 15px;
  bottom: auto;
  right: auto;
}

.arrow_disable.right {
  display: none;
}

.arrow_disable.right.bottom {
  width: 60px;
  height: 30px;
  margin-right: 15px;
  bottom: auto;
  left: auto;
}

.download_component {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border-bottom: 60px solid var(--palette--orange);
  border-left: 60px solid var(--palette--orange);
  background-color: var(--palette--orange-light);
  text-align: left;
  align-items: flex-end;
  padding-top: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.download_column {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.download_anchor {
  width: 0;
  height: 0;
  position: absolute;
  top: -220px;
}

.lightbox_component {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000e6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.lightbox_component.no-tab {
  padding-bottom: 80px;
}

.lightbox_x {
  z-index: 10;
  background-color: var(--palette--azzurro-light);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.lightbox_x.transparent {
  background-color: #0000;
  width: 60px;
  height: 60px;
  top: 10px;
  right: 10px;
}

.lightbox_slider {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox_slider_mask {
  width: 74vw;
  max-width: 120vh;
  height: 100%;
  position: relative;
  overflow: visible;
}

.lightbox_slide, .slider_container {
  width: 100%;
  height: 100%;
}

.lightbox_slider_arrow {
  border: 1px solid var(--palette--red);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  left: 60px;
}

.lightbox_slider_arrow.right {
  left: auto;
  right: 60px;
}

.arrow_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.card-big_wrap {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  display: flex;
  position: relative;
}

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

.flag_icon.small {
  padding: 1px;
}

.lightbox_grid_total {
  text-align: left;
  text-transform: uppercase;
  margin-right: auto;
  font-size: .9em;
  font-weight: 700;
}

.lightbox_grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-columns: 1fr min-content min-content;
  place-items: center;
  line-height: 1;
}

.lightbox_grid_title {
  text-align: left;
  margin-right: auto;
}

.apartment_txt {
  text-transform: capitalize;
  font-size: 2.1em;
  font-style: italic;
  line-height: 1;
}

.lightbox_list {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.lightbox_txt {
  grid-row-gap: 40px;
  background-color: #f4f4f4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.lightbox_logo {
  background-image: url('../images/placeholder-effective.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 140px;
  height: 60px;
}

.lightbox_apartment {
  grid-row-gap: 6px;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox_grid_line {
  background-color: #c5c5c5;
  height: 1px;
}

.lightbox_wrap {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.lightbox_column {
  text-align: left;
  align-self: stretch;
}

.lightbox_container {
  z-index: 1;
  background-color: #fff;
  flex: none;
  width: 100%;
  max-width: 1500px;
  min-height: 500px;
  max-height: 80vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.lightbox_img_wrap {
  flex: 1;
  align-self: stretch;
  padding: 40px;
  position: relative;
}

.lightbox_img {
  flex: none;
  width: 100%;
  height: 100%;
}

.gallery_image-preview {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.form_link-2 {
  color: #222;
}

.download_wrap {
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.form_checkbox-2 {
  color: #222;
  flex: none;
  margin-top: 2px;
  margin-right: 10px;
}

.form_checkbox-2.w--redirected-checked {
  background-color: #222;
  border-color: #222;
}

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

.download_form {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #6e6e6e;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.nav_links_wrap {
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: auto;
  max-width: 1036px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.nav_lang {
  color: var(--palette--red);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: -124px;
}

.par_line {
  background-color: var(--line\<deleted\|variable-9bb782cc\>);
  flex: none;
  width: 170px;
  height: 1px;
  margin-top: 14px;
  margin-bottom: 48px;
}

.overlying_image {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 60px;
  margin-bottom: -60px;
  margin-left: -60px;
  display: flex;
  overflow: hidden;
}

.overlying_image.double {
  margin: 100px -40px -40px;
  position: relative;
}

.overlying_image.double.right {
  margin-top: -40px;
  margin-bottom: 100px;
}

.overlying_image.reverse-hor {
  margin-left: 0;
  margin-right: -60px;
}

.overlying_image.reverse-ver {
  margin-top: -60px;
  margin-bottom: 60px;
}

.dida_txt {
  text-align: center;
  line-height: 1.4;
}

.dida_title {
  color: var(--palette--azzurro);
  font-size: .9em;
  font-weight: 700;
}

.nav-bottom {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-top: 70px;
}

.nav-bottom_mask {
  width: 25%;
  height: 280px;
  position: relative;
  overflow: visible;
}

.nav-bottom_slide {
  padding-left: 15px;
  padding-right: 15px;
}

.slider02_container {
  opacity: 1;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2em;
  text-decoration: none;
  transition: opacity .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.slider02_container.w--current {
  opacity: .4;
  position: relative;
}

.bg_txt_wrap {
  z-index: 1;
  background-image: url('../images/bg_txt.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 10% 5%;
}

.bg_txt_wrap.slider {
  background-image: none;
}

.footer_links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.txt_align-left {
  color: var(--palette--blue);
  text-align: left;
}

.txt_align-left.is-orange {
  color: var(--palette--orange);
}

.boxes_wrap {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  width: 100%;
  display: flex;
}

.box {
  cursor: pointer;
  flex-direction: column;
  display: flex;
}

.box_mask {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 18vw;
  min-height: 180px;
  max-height: 260px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box_dida {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.box_dida.small {
  text-align: left;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 19px;
}

.footer_margin {
  color: var(--palette--azzurro);
  text-align: left;
  width: 100%;
  margin-left: 4px;
  font-size: .8em;
  line-height: 1.3;
}

.nav_space {
  height: 70px;
}

.quote_wrap {
  background-image: url('../images/quote-right.svg'), url('../images/quote-left.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 60px, 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -15px;
  padding: 60px;
  display: flex;
}

.quote_txt {
  max-width: 770px;
  font-size: 32px;
  line-height: 1.2;
}

.quote_par {
  color: var(--palette--azzurro-light);
  border-left-style: none;
  max-width: 500px;
  margin-bottom: 40px;
  padding: 0;
  font-family: halogen, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.quote_img-full {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quote_img-frame {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.image-contain {
  background-color: var(--palette--azzurro-light);
  flex: none;
  width: 100%;
  height: 100%;
}

.overlying_txt_wrap {
  background-color: var(--palette--orange-light);
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 540px;
  padding: 100px;
  display: flex;
}

.overlying_txt_wrap.no-subtitle {
  align-items: flex-start;
}

.h2-nosubtitle {
  margin-top: 0;
  margin-bottom: 100px;
}

.partner_img {
  width: 100%;
  max-height: 80vh;
}

.partner_icon {
  z-index: 2;
  border: 1px solid var(--palette--red);
  cursor: pointer;
  background-color: #e27b14;
  background-image: url('../images/quintosole_piu.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 100%;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.partner_icon:hover {
  background-color: #f7d15f;
}

.partner_button {
  cursor: pointer;
  background-color: #1414141a;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  box-shadow: 0 0 30px 6px #0003;
}

.partner_button:hover {
  opacity: 1;
}

.partner_button._1 {
  top: 21%;
  left: 26%;
}

.partner_button._2 {
  top: 66%;
  left: 38%;
}

.partner_button._3 {
  top: 41%;
  left: 52%;
}

.partner_box {
  z-index: 1;
  background-color: var(--palette--red);
  cursor: default;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 0;
  height: 0;
  margin-left: 10px;
  display: flex;
  position: absolute;
  left: 100%;
  overflow: hidden;
  box-shadow: 0 0 12px 2px #0003;
}

.partner_dot {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
}

.box_content {
  z-index: 1;
  text-transform: uppercase;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 230px;
  height: 150px;
  padding: 20px;
  font-size: 1.1em;
  display: flex;
}

.partner_cross {
  z-index: 2;
  background-image: url('../images/icon_cross.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0;
  height: 0;
  position: absolute;
}

.partner_logo {
  opacity: .6;
  flex: none;
  height: 24px;
}

.partner_line {
  background-color: var(--line\<deleted\|variable-9bb782cc\>);
  flex: none;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.partner_dida {
  text-transform: none;
}

.slide_wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slide_wrap.open-lightbox {
  background-color: var(--palette--azzurro-light);
  cursor: pointer;
}

.slide_wrap.open-lightbox.down {
  margin-top: 24px;
}

.slide_txt {
  color: var(--palette--azzurro);
  text-transform: uppercase;
}

.no-margin-top {
  margin-top: 0;
}

.slide_icon_wrap {
  z-index: 1;
  flex: 1;
  width: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide_dida {
  font-size: .85em;
}

.first-letter {
  font-size: 2.6em;
  line-height: 0;
}

.accordion_img_wrap-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox_x-2 {
  z-index: 10;
  cursor: pointer;
  background-color: #222;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.header_component_nav-small {
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 160px 100px 60px;
  display: flex;
}

.lightbox_tab {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.lightbox_tab_menu {
  margin-bottom: 32px;
}

.lightbox_tab_content {
  flex: 1;
}

.lightbox_tab_pane {
  height: 100%;
}

.lightbox_tab_link {
  color: #fff9;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-right: 1px solid #fff9;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0 8px 0 0;
  font-size: 18px;
  line-height: 1;
  transform: skew(-14deg);
}

.lightbox_tab_link.w--current {
  color: #fff;
  background-color: #0000;
}

.lightbox_tab_link.last {
  border-right-style: none;
}

.lightbox_tab_link-txt {
  transform: skew(14deg);
}

.slider-thumb-wrap {
  opacity: .3;
  cursor: pointer;
  flex: none;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .6s;
}

.slider-thumb-wrap.first {
  margin-left: auto;
}

.slider-thumb-wrap.last {
  margin-right: auto;
}

.slider-thumb-wrap.active {
  opacity: .8;
}

.gallery_image-thumbnail {
  object-fit: cover;
  width: 11vh;
  height: 11vh;
}

.download_txt {
  margin-left: 60px;
}

.h1-technichal {
  max-width: 100%;
}

.par-tecnichal {
  max-width: none;
}

.download_image {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 60px;
  margin-bottom: -60px;
  margin-left: -60px;
  display: flex;
  overflow: hidden;
}

.logo-tecnical {
  opacity: .6;
  height: 24px;
  margin-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.slider_wrap {
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.slider_thumbs {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: auto;
}

.nav_lang_txt {
  border: 1px solid var(--palette--red);
  color: var(--palette--red);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.nav_background {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

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

.error_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.error_contact {
  color: var(--palette--azzurro-light);
  text-align: left;
  font-size: 1.4em;
  text-decoration: none;
}

.txt-inline {
  display: inline-block;
}

.partner_logo-par {
  opacity: .75;
  flex: none;
  align-self: flex-start;
  height: 32px;
  margin-top: 48px;
}

.h2-2col {
  margin-bottom: 0;
}

.lightbox_icon {
  background-color: var(--palette--orange-light);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding-left: 7px;
  padding-right: 7px;
  line-height: 1;
  display: flex;
}

.gallery_hover {
  z-index: 2;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  transition: background-color .4s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  inset: 0;
}

.gallery_hover:hover {
  -webkit-text-fill-color: inherit;
  background-color: #00000080;
  background-clip: border-box;
}

.partner_title {
  color: var(--palette--azzurro);
  font-weight: 700;
}

.floorplan_icon {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding-left: 7px;
  padding-right: 7px;
  line-height: 1;
  display: flex;
}

.slide_fake {
  background-color: var(--palette--orange);
  width: 530%;
  margin-left: 6%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
}

.image-quote {
  object-fit: cover;
  object-position: 50% 0%;
  flex: none;
  align-self: center;
  width: 100%;
  height: 100%;
  padding: 5vw 5vw 0;
  display: block;
  position: absolute;
}

.image-quote.fit {
  object-position: 50% 50%;
}

.map_wrap {
  position: relative;
}

.section-gallery {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-top: 5vw;
  display: grid;
}

.label_flag {
  color: var(--palette--red);
  white-space: nowrap;
  background-color: #070707;
  margin-top: 10px;
  padding: 4px;
  font-size: .8em;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}

.box-scroll {
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.boxes_wrap-scroll {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 20%;
  height: 60px;
  list-style-type: none;
}

.splide__slide.is-width-auto {
  width: auto;
  display: block;
}

.splide__slide.brand {
  width: 30%;
  height: auto;
}

.img-contain-wrap {
  object-position: 50% 50%;
  height: 60px;
  margin-bottom: auto;
}

.img-contain-wrap.filter-invert {
  filter: invert();
}

.img-contain-wrap.smaller {
  height: 45px;
}

.img-contain-wrap.smaller2 {
  height: 50px;
}

.splide__list {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.text-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 100%;
  padding: 5vw;
  display: flex;
}

.text-wrap.no-padding {
  max-width: none;
  padding: 0;
}

.text-wrap.no-padding-top-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.text-wrap.tecnical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 3vw;
}

.text-wrap.partner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  height: 20vw;
  min-height: 300px;
  max-height: 350px;
  padding: 20px;
}

.text-wrap.central, .text-wrap.hero {
  max-width: 800px;
}

.text-wrap.full {
  max-width: none;
  padding: 0;
}

.text-wrap.central {
  max-width: 800px;
}

.text-wrap.central-copy {
  max-width: none;
}

.text-wrap.large {
  max-width: 700px;
}

.text-wrap.central-large {
  max-width: 800px;
}

.text-wrap.central-large.is-hero {
  color: var(--palette--red);
  max-width: none;
}

.splide__arrow {
  background-color: #a39bff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 55px;
  height: 45px;
}

.splide__arrow.splide__arrow--prev {
  background-image: url('../images/icon_search02-white.svg');
  background-size: 13px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/icon_cross.svg');
  background-size: 13px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.splide__track {
  width: 100%;
}

.splide__pagination {
  width: 0;
  height: 0;
  display: none;
  overflow: hidden;
}

.image-wrap {
  width: 100%;
  height: 50vw;
  min-height: 700px;
  max-height: 750px;
  overflow: hidden;
}

.image-wrap.full {
  width: 100%;
  height: auto;
  min-height: auto;
}

.image-wrap.full.map {
  height: auto;
  margin-bottom: 60px;
}

.image-wrap.quote-left {
  width: 100%;
  max-height: 750px;
  padding-left: 10vw;
}

.image-wrap.quote-left-copy {
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 700px;
}

.image-wrap.quote-right {
  width: 100%;
  height: 100%;
  min-height: 350px;
  max-height: 400px;
  padding-left: 10vw;
  padding-right: 10vw;
}

.image-wrap.grid {
  width: auto;
  height: auto;
  min-height: 0;
}

.image-wrap.grid.display-none {
  display: flex;
}

.image-wrap.vertical {
  width: 45vw;
  height: 50vw;
  min-height: 700px;
  max-height: 750px;
}

.image-wrap.max-height {
  max-height: 870px;
}

.image-wrap.partner {
  height: 20vw;
  min-height: 250px;
  max-height: 300px;
}

.image-wrap.bg {
  height: 60vw;
  min-height: 850px;
  max-height: 950px;
}

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

.splide {
  z-index: 1;
  width: 100%;
  position: relative;
}

.splide.slider-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px none var(--palette--sky);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.splide__arrows {
  z-index: 50;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  height: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.slider-10_component {
  width: 100%;
  overflow: hidden;
}

.slide-10_title {
  color: var(--palette--blue);
  text-transform: uppercase;
  margin-bottom: auto;
  font-family: acumin-pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.splide_embed {
  line-height: 1;
}

.splide_embed.red {
  color: var(--palette--red);
}

.slide-content {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

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

.body {
  background-color: var(--palette--azzurro-light);
  font-family: acumin-pro, sans-serif;
}

.heading {
  letter-spacing: normal;
  text-transform: none;
  font-family: halogen, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.text_wrapper {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.orange {
  color: #f38e52;
}

.azzurro-light {
  color: #f2f5fb;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 100px;
  font-family: halogen, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.heading-subitle {
  color: #1c1e2d;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: acumin-pro, sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 22px;
}

.button_component-2 {
  color: #1c1e2d;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f38e52;
  border: 2px solid #f38e52;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-family: halogen, sans-serif;
  text-decoration: none;
  transition: color .35s, background-color .35s;
  display: flex;
  position: relative;
}

.button_component-2:hover {
  color: var(--palette--orange);
  background-color: #f38e5200;
}

.button_component-2.page-btn {
  height: 20px;
  padding: 15px;
  font-size: 10px;
  line-height: 10px;
}

.button_component-2.page-btn.tag-2 {
  border-color: var(--palette--azzurro);
  background-color: var(--palette--white);
  color: var(--palette--sky);
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--palette--white);
  padding: 8px;
}

.button_component-2.page-btn.reset-filters {
  border-color: var(--palette--azzurro);
  background-color: var(--palette--white);
  color: var(--palette--sky);
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--palette--white);
  margin-left: 30px;
  margin-right: 30px;
  padding: 15px;
}

.text_button {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: halogen, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
}

.text_button:where(.w-variant-ceef396d-5abd-f11a-66d9-7dba7e9ed7c2) {
  text-align: center;
}

.scroll_component {
  opacity: .5;
  justify-content: center;
  align-items: flex-start;
  width: 35px;
  height: 50px;
  margin-top: 20px;
  transition: opacity .5s;
  display: flex;
  position: relative;
  bottom: auto;
}

.scroll_component:hover {
  opacity: 1;
}

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

.body-2 {
  background-color: var(--palette--azzurro-light);
}

.container-gradient {
  background-image: url('../images/Gradient-01.svg');
  background-position: 80%;
  background-size: cover;
  width: 250px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

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

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

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

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

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

.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-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

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

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

.wrap_50 {
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.heading-large-2 {
  text-transform: none;
}

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

.button_component-3 {
  color: #1c1e2d;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f38e52;
  border: 2px solid #f38e52;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  text-decoration: none;
  transition: color .35s, background-color .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_component-3:hover {
  color: #f2f5fb;
  background-color: #f38e5200;
}

.button_component-3.hover-blue {
  border-style: none;
}

.button_component-3.hover-blue:hover {
  background-color: #1c1e2d;
  border-style: none;
  border-color: #1c1e2d;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
  font-family: acumin-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text_container {
  z-index: 1;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.text_container.is-10gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.pittogramma {
  z-index: 1;
  flex: none;
  width: 65px;
  height: 65px;
  margin-bottom: 10px;
  position: relative;
}

.pittogramma.is-gallery {
  width: 50px;
  height: auto;
  margin-bottom: 40px;
}

.text-container {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.text-container.full {
  background-color: var(--palette--azzurro-light);
  width: 100%;
}

.paragraph-2 {
  font-size: 14px;
  line-height: 24px;
}

.paragraph-3 {
  color: var(--palette--blue);
  max-width: none;
  font-size: 14px;
  line-height: 24px;
}

.is-positive {
  color: var(--palette--blue);
  max-width: none;
  line-height: 24px;
}

.is-positive.max-width {
  max-width: 700px;
}

.is-positive.align-left {
  text-align: left;
  font-size: 16px;
}

.is-positive.tipologici {
  font-size: 15px;
  font-style: italic;
}

.is-positive.plan-floor, .is-positive.tecma-surface, .is-positive.tecma-typology {
  font-weight: 700;
}

.subtitle {
  color: var(--palette--orange);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: acumin-pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.subtitle.is-negative {
  color: var(--palette--azzurro-light);
}

.subtitle.cta {
  color: var(--palette--orange);
  line-height: 20px;
}

.subtitle.red {
  color: var(--palette--red);
}

.subtitle.sky {
  color: var(--palette--orange-light);
}

.subtitle.is-hero {
  color: var(--palette--orange);
  letter-spacing: 4px;
  font-family: halogen, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.subtitle.page-numbers {
  letter-spacing: 2px;
}

.form-link {
  color: #f38e52;
  text-align: left;
  text-decoration: none;
}

.form-link:hover {
  color: #1c1e2d;
}

.dropdown_list-2 {
  font-weight: 400;
}

.dropdown_list-2.w--open {
  background-color: #f3eadb;
  border-bottom: 1px solid #8a8a8a66;
  border-left: 1px solid #8a8a8a66;
  border-right: 1px solid #8a8a8a66;
  margin-top: -1px;
}

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

.ancor {
  position: absolute;
  inset: -80px auto auto 0%;
}

.dropdown_choice-2 {
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.dropdown_choice-2.w--current {
  color: #f3eadb;
  background-color: #403333;
}

.title_div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.title_div.is-form {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  margin-bottom: 80px;
}

.stylesheet {
  grid-column-gap: 0px;
  grid-row-gap: 1.5rem;
  background-color: #00000029;
  border: 1px solid #00000029;
  border-radius: 0 .5rem .5rem;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: center;
  min-width: 30%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 40px;
  display: none;
  position: relative;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2.is-contact {
  flex-flow: row;
  padding: 0;
}

.section-2.is-technical {
  background-color: #f2f5fb;
  min-height: 100vh;
  padding-bottom: 10vw;
  padding-left: 5vw;
  padding-right: 5vw;
}

.container-right {
  align-self: stretch;
  width: 50%;
}

.container-right.is-logo {
  background-color: var(--palette--sky);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.heading-large-3 {
  color: #1c1e2d;
  text-align: left;
  font-family: halogen, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.form_text-2 {
  color: #1c1e2d80;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: acumin-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.heading-small-2 {
  letter-spacing: 2px;
  text-transform: none;
  font-weight: 500;
  line-height: 20px;
}

.heading-small-2.capitalize {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.heading-small-2.capitalize.orange {
  color: #f5674e;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.div-block-11 {
  z-index: 2;
  width: 250px;
  position: relative;
}

.policy-flag {
  color: #1c1e2d80;
  flex-direction: row;
  align-items: flex-start;
  font-family: acumin-pro, sans-serif;
  font-size: 14px;
  display: flex;
}

.dropdown_close-2 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f2be1c;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 15px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-2.is-submit {
  color: var(--palette--azzurro-light);
  letter-spacing: 2px;
  background-color: #f38e52;
  border-radius: 50px;
  min-width: auto;
  font-family: halogen, sans-serif;
  font-size: 12px;
  transition: background-color .25s;
}

.button-2.is-submit:hover {
  background-color: #1c1e2d;
}

.form_label-2 {
  color: #1c1e2d;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: halogen, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

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

.form_field_wrapper-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.form_field-2 {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #92adde;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
}

.form_field-2:focus {
  border-bottom-style: solid;
  border-bottom-color: #1c1e2d;
}

.form_field-2::placeholder {
  color: #1c1e2d80;
}

.form_field-2.is-message {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 200px;
}

.form_component-2 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: #c9daf2;
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  padding: 5vw;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.form_wrapper-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form_container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
}

.footer_component-2 {
  z-index: 4;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  background-color: #1c1e2d;
  border-top: 1px solid #ffe2bf33;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 5vw 10vw;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.footer_heading {
  color: #f38e52;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: acumin-pro, sans-serif;
  font-size: 12px;
  display: flex;
}

.footer_item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  grid-template-rows: min-content auto;
  grid-template-columns: min-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-end start;
  display: flex;
}

.button_icon {
  color: #92adde;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

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

.div-block-13 {
  justify-content: space-between;
  display: flex;
}

.icon {
  color: #fcbd9d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-14 {
  width: 200px;
}

.contact_link {
  color: #fcbd9d;
  letter-spacing: 1px;
  font-family: halogen, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: color .35s;
}

.contact_link:hover {
  color: #f38e52;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.footer_text {
  text-align: left;
  letter-spacing: .5px;
  font-family: acumin-pro, sans-serif;
  font-size: 11px;
  font-weight: 200;
}

.footer_text.margin20 {
  margin-top: 20px;
}

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

.logo-partner_wrapper.width100 {
  width: 165px;
}

.footer_gdpr {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f2f5fb;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 850px;
  display: flex;
}

.footer_partner_container {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  text-align: left;
  border-top: 1px solid #92adde66;
  border-bottom: 1px solid #92adde66;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 0;
  display: flex;
}

.footer_link_2 {
  color: var(--palette--orange-light);
  letter-spacing: .5px;
  text-transform: none;
  transition: color .35s;
}

.footer_link_2:hover {
  color: #f38e52;
}

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

.partner__container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 110px;
  display: flex;
  position: relative;
}

.gdpr_divider {
  opacity: .5;
  background-color: #f2f5fb;
  width: 1px;
  height: 15px;
}

.footer_row-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  align-items: center;
  font-family: halogen, sans-serif;
  font-size: 11px;
  display: flex;
}

.form_text-3 {
  color: #1c1e2d80;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: acumin-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.heading-small-3 {
  letter-spacing: 2px;
  text-transform: none;
  font-weight: 500;
  line-height: 20px;
}

.heading-small-3.capitalize {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.heading-small-3.capitalize.orange {
  color: #f5674e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: halogen, sans-serif;
  font-weight: 600;
}

.div-block-15 {
  z-index: 2;
  width: 250px;
  position: relative;
}

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

.button_component-4 {
  color: #1c1e2d;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f38e52;
  border: 2px solid #f38e52;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  text-decoration: none;
  transition: color .35s, background-color .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_component-4:hover {
  color: #f2f5fb;
  background-color: #f38e5200;
}

.button_component-4.hover-blue {
  border-style: solid;
  border-width: 3px;
  width: auto;
  height: 44px;
  padding: 15px 25px;
  transition: border-color, color .15s, background-color .15s;
}

.button_component-4.hover-blue:where(.w-variant-ceef396d-5abd-f11a-66d9-7dba7e9ed7c2) {
  border-color: var(--palette--blue);
  background-color: var(--palette--blue);
  color: var(--palette--azzurro-light);
}

.button_component-4.hover-blue:where(.w-variant-8333d819-8b00-0f4e-4c88-6038b9967a7c) {
  background-color: #fff0;
}

.button_component-4.hover-blue:where(.w-variant-340dd774-3ec5-262b-80c7-00da016a1d79) {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.button_component-4.hover-blue:where(.w-variant-9b46f2e5-a452-225b-bdce-a696ef6e9626) {
  width: auto;
}

.button_component-4.hover-blue:where(.w-variant-a2e22f10-086f-37fc-99d3-937c58a70c5c) {
  color: var(--palette--white);
  background-color: #f38e5200;
  border-style: solid;
}

.button_component-4.hover-blue:hover {
  border-color: var(--palette--blue);
  background-color: #1c1e2d;
}

.button_component-4.hover-blue:hover:where(.w-variant-ceef396d-5abd-f11a-66d9-7dba7e9ed7c2) {
  color: var(--palette--blue);
  background-color: #1c1e2d00;
}

.button_component-4.hover-blue:hover:where(.w-variant-8333d819-8b00-0f4e-4c88-6038b9967a7c) {
  outline-color: var(--palette--orange);
  outline-offset: -3px;
  color: var(--palette--blue);
  background-color: #f7cfbbcc;
  outline-width: 3px;
  outline-style: solid;
}

.button_component-4.hover-blue:hover:where(.w-variant-a2e22f10-086f-37fc-99d3-937c58a70c5c) {
  border-color: var(--palette--orange);
  background-color: var(--palette--orange);
}

.button_component-4.hover-blue.margin {
  margin-top: 20px;
}

.button_component-4.hover-blue.outline-orange {
  background-color: #fff0;
}

.button_component-4.hover-blue.outline-orange:hover {
  outline-color: var(--palette--orange);
  outline-offset: -3px;
  color: var(--palette--blue);
  background-color: #f7cfbbcc;
  outline-width: 3px;
  outline-style: solid;
}

.button_component-4.hover-blue.richiedi-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.heading-large-hero {
  color: var(--palette--azzurro-light);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: halogen, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.heading-large-hero.positive {
  color: var(--palette--blue);
}

.heading-large-hero.positive.is-margin {
  margin-bottom: 40px;
}

.cta-tipologici {
  color: var(--palette--white);
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.heading-3 {
  color: var(--palette--blue);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-family: halogen, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.price-wrap {
  align-self: flex-start;
  font-size: 25px;
  line-height: 25px;
}

.tipologici-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.price {
  color: var(--palette--red);
  letter-spacing: 2px;
  font-family: halogen, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.txt-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.txt-wrap.tipologici, .txt-wrap.plan-card-body {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.image_cover {
  background-color: var(--palette--azzurro-light);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.icon-embed-xxsmall-6 {
  color: var(--palette--orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.is-negative {
  color: #f7f9f7;
}

.txt-wrap-cta {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.tipo-image-wrap {
  width: 100%;
  height: auto;
  min-height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.icon-scopri {
  background-color: var(--palette--azzurro);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% -25px;
}

.tipologici-wrap {
  background-color: var(--palette--white);
  filter: drop-shadow(0px 2px 6px var(--palette--sky));
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px 15px;
  display: flex;
  position: relative;
}

.body-3 {
  background-color: var(--palette--azzurro-light);
}

.text-block {
  color: var(--palette--orange);
  letter-spacing: 2px;
  font-family: acumin-pro, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.container-interior-tour {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-4 {
  background-color: var(--palette--azzurro-light);
}

.gallery-wrap {
  width: 100%;
}

.gallery-slider {
  width: 100%;
  height: 100%;
}

.gallery-img_wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-image: url('../images/Gradient.webp');
  background-position: 0%;
  background-size: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.img-gallery {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.left-arrow {
  background-color: #f38e52;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-size: 15px;
  transition: background-color .2s;
  inset: auto 0% 2% -9%;
}

.left-arrow:hover {
  background-color: #fcbd9d;
}

.right-arrow {
  background-color: #f38e52;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-size: 15px;
  transition: background-color .2s;
  inset: auto -9% 2% 0;
}

.right-arrow:hover {
  background-color: #fcbd9d;
}

.scroll_wrap {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.scroll-txt {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: halogen, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.scroll_animation-2 {
  height: 40px;
}

.subtitle-hero {
  color: var(--palette--orange);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: halogen, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.subtitle-hero.azzurro {
  color: var(--palette--red);
}

.subtitle-hero.tecnical {
  color: var(--palette--blue);
  margin-bottom: 20px;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 1px auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 15vw 15vw 15vw;
  grid-template-columns: 1fr 2fr 1fr;
  width: 100%;
}

.image-3 {
  object-fit: cover;
  width: 100%;
}

.body-5 {
  background-color: var(--palette--azzurro-light);
}

.text-block-2, .text-block-3, .text-block-4 {
  color: var(--palette--white);
  font-family: halogen, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.lightbox-link, .image-4 {
  width: 100%;
  height: 100%;
}

.lightbox_container-copy {
  z-index: 1;
  background-color: #fff;
  flex: none;
  width: 100%;
  max-width: 1500px;
  min-height: 500px;
  max-height: 80vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.lightbox-gallery-wrap {
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.lightbox-grid-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 40vw;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.lightbox-gallery {
  width: 100%;
  height: 100%;
}

.hover-gallery {
  background-color: var(--hover--hover-medium);
  position: absolute;
  inset: 0%;
}

.text-gallery-wrap {
  position: absolute;
  inset: 0%;
}

.text-block-5 {
  position: absolute;
}

.text-lightbox {
  z-index: 20;
  color: var(--palette--white);
  letter-spacing: 2px;
  font-family: halogen, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.text-gallery-wrap2 {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.body-6 {
  background-color: var(--palette--azzurro-light);
}

.text-tecnical {
  color: var(--palette--blue);
  font-family: acumin-pro, sans-serif;
}

.link-tecnical {
  color: var(--palette--blue);
  font-family: acumin-pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.body-7 {
  background-color: var(--palette--azzurro-light);
}

.slide_txt-2 {
  color: var(--palette--blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: acumin-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.arrow_disable-2 {
  z-index: 2;
  opacity: .7;
  background-color: #e1e1e1;
  position: absolute;
  inset: 0;
}

.arrow_disable-2.right {
  display: none;
}

.x_asta-2 {
  background-color: #474747;
  flex: none;
  width: 2px;
  height: 40%;
  position: absolute;
  transform: rotate(45deg);
}

.x_asta-2.negative {
  background-color: #fff;
}

.section-3 {
  padding: 100px 60px;
  position: relative;
}

.section-3.overflow-hidden {
  overflow: hidden;
}

.heading-xsmall-2 {
  color: #2e2e2e;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.4;
}

.txt_wrap-3 {
  flex-direction: column;
  align-self: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.image_hover-2 {
  z-index: 2;
  opacity: 0;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  transition: background-color .4s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  inset: 0;
}

.lightbox_icon-2 {
  background-color: #ececec;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding-left: 7px;
  padding-right: 7px;
  line-height: 1;
  display: flex;
}

.slide_title-2 {
  color: #474747;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 1.5;
}

.lightbox_x-3 {
  z-index: 10;
  cursor: pointer;
  background-color: #474747;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.lightbox_x-3.transparent {
  background-color: #0000;
  width: 60px;
  height: 60px;
  top: 10px;
  right: 10px;
}

.x_asta-3 {
  background-color: #474747;
  flex: none;
  width: 2px;
  height: 40%;
  position: absolute;
  transform: rotate(45deg);
}

.x_asta-3.negative {
  background-color: #fff;
}

.section-4 {
  padding: 100px 60px;
  position: relative;
}

.section-4.overflow-hidden {
  overflow: hidden;
}

.lightbox_icon-3 {
  background-color: #ececec;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding-left: 7px;
  padding-right: 7px;
  line-height: 1;
  display: flex;
}

.slide_title-3 {
  color: #474747;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 1.5;
}

.lightbox_x-4 {
  z-index: 10;
  cursor: pointer;
  background-color: #474747;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.lightbox_x-4.transparent {
  background-color: #0000;
  width: 60px;
  height: 60px;
  top: 10px;
  right: 10px;
}

.image-wrap-2 {
  height: 15vw;
  min-height: 200px;
}

.slider-10_component-2 {
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  overflow: hidden;
}

.slider-10_component-2.is-capitolato {
  margin-top: 40px;
}

.heading-xs {
  letter-spacing: .5px;
  text-transform: uppercase;
  background-image: url('../images/Line_Title_01.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 2px;
  padding-left: 70px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.heading-xs.is-slider {
  background-image: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}

.splide__list-2 {
  flex-direction: row;
  width: auto;
  min-height: 100px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.logo_partners {
  width: 100%;
}

.logo_partners.is-contain {
  object-fit: contain;
  height: 100%;
}

.splide__arrow-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 0;
  width: 45px;
  height: 45px;
}

.splide__arrow-2.splide__arrow--prev {
  background-color: #f2f7f7;
  background-image: url('../images/bliss_arrow_left.svg');
  background-size: contain;
}

.splide__arrow-2.splide__arrow--next {
  background-color: #f2f7f7;
  background-image: url('../images/bliss_arrow_right.svg');
  background-size: contain;
}

.text-wrap-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.splide__arrows-2 {
  z-index: 50;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slide-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.slide-content-2.is-center {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
}

.logo-partners_wrapper {
  justify-content: center;
  align-items: center;
  max-width: 120px;
  display: flex;
}

.logo-partners_wrapper.is-partner-fix {
  max-width: 150px;
  max-height: 35px;
  margin-bottom: 20px;
}

.x_asta-4 {
  background-color: #474747;
  flex: none;
  width: 2px;
  height: 40%;
  position: absolute;
  transform: rotate(45deg);
}

.x_asta-4.negative {
  background-color: #fff;
}

.lightbox_icon-4 {
  background-color: #ececec;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding-left: 7px;
  padding-right: 7px;
  line-height: 1;
  display: flex;
}

.slide_title-4 {
  color: #474747;
  text-transform: uppercase;
  font-family: acumin-pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.lightbox_x-5 {
  z-index: 10;
  cursor: pointer;
  background-color: #474747;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.lightbox_x-5.transparent {
  background-color: #0000;
  width: 60px;
  height: 60px;
  top: 10px;
  right: 10px;
}

.logo-partner-wrap {
  background-color: var(--palette--blue);
  width: 100px;
  height: 50px;
}

.image-wrap-3 {
  height: 15vw;
  min-height: 200px;
}

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

.image-fit-contain-5.smaller {
  height: 80%;
}

.slide-content-3 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: flex;
}

.text-wrap-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 146px;
  padding: 20px 25px 30px 30px;
  display: flex;
}

.splide__arrow-3 {
  background-color: #a39bff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 55px;
  height: 45px;
}

.splide__arrow-3.splide__arrow--prev {
  background-color: #fff0;
  background-image: url('../images/arrow-left-red.svg');
  background-size: auto;
  border-radius: 100px;
  width: 50px;
  height: 20px;
}

.splide__arrow-3.splide__arrow--next {
  background-color: #fff0;
  background-image: url('../images/arrow-right-red.svg');
  background-size: auto;
  width: 50px;
  height: 20px;
}

.splide__arrows-3 {
  z-index: 50;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.map-wrap {
  width: 100%;
  margin-bottom: 100px;
}

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

.grid-wrap-partner {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.box-2 {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.box_mask-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 18vw;
  min-height: 180px;
  max-height: 260px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box_mask-2.h {
  height: 25vw;
  min-height: 230px;
  max-height: 350px;
}

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

.box_dida-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.partner-wrap {
  width: 50%;
  height: 50px;
  margin-bottom: 20px;
  overflow: hidden;
}

.h3 {
  color: #cc6947;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.box-container-partner {
  background-color: var(--palette--azzurro-light);
  filter: drop-shadow(0px 2px 6px var(--palette--sky));
}

.image-wrap-partner {
  height: 30vw;
  max-height: 400px;
}

.text-wrap-partner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--palette--azzurro-light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding: 3vw;
  display: flex;
}

.subtitle-partner {
  color: var(--palette--sky);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: acumin-pro, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}

.subtitle-partner.is-negative {
  color: var(--palette--azzurro-light);
}

.subtitle-partner.cta {
  color: var(--palette--orange);
  line-height: 20px;
}

.subtitle-partner.red {
  color: var(--palette--red);
}

.logo {
  z-index: 1;
  flex: none;
  height: 70px;
  margin-bottom: 10px;
  position: relative;
}

.logo.is-gallery {
  width: 50px;
  height: auto;
  margin-bottom: 40px;
}

.grid-3 {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.image-wrap-quote {
  width: 100%;
  max-height: 800px;
  display: flex;
}

.image-wrap-quote.right {
  min-height: auto;
  padding-bottom: 20vw;
  padding-left: 10vw;
  padding-right: 10vw;
}

.text-container-quote {
  z-index: 20;
  background-color: var(--palette--orange);
  background-image: linear-gradient(#f38e52bf, #f38e52bf), url('../images/Pittogramma-orange3.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  max-width: 50vw;
  display: flex;
  position: absolute;
}

.image-fullscreen-copy {
  object-fit: cover;
  width: 100%;
  height: 60vw;
}

.icon-wrap-planimetrie {
  cursor: pointer;
  width: 100%;
  position: absolute;
  inset: auto 0% -25px;
}

.icon-embed-xxsmall {
  color: var(--palette--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-4 {
  grid-column-gap: 3vw;
  grid-row-gap: 2vw;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-wrap-map {
  margin-bottom: 60px;
  overflow: hidden;
}

.image-wrap-map.full {
  width: 100%;
  height: auto;
  min-height: auto;
}

.image-wrap-map.full.map {
  height: auto;
  margin-bottom: 60px;
}

.image-wrap-map.quote-left {
  width: 100%;
  height: 100%;
  min-height: 700px;
  max-height: 800px;
}

.image-wrap-map.quote-left-copy {
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 700px;
}

.image-wrap-map.quote-right {
  width: 100%;
  height: 100%;
  min-height: 350px;
  max-height: 400px;
  padding-left: 10vw;
  padding-right: 10vw;
}

.image-wrap-map.grid {
  width: auto;
  height: auto;
  min-height: 0;
}

.image-wrap-map.vertical {
  width: 45vw;
  height: 45vw;
  min-height: 700px;
}

.image-wrap-map.max-height {
  max-height: 900px;
}

.image-wrap-map.partner {
  height: 30vw;
  max-height: 400px;
}

.line {
  background-color: var(--palette--sky);
  width: 100%;
  height: 1px;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video.apt-page {
  height: 100%;
}

.hover {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.botton-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.icon-embed-xxsmall-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 100%;
  display: none;
}

.icon-embed-xxsmall-7:where(.w-variant-340dd774-3ec5-262b-80c7-00da016a1d79), .icon-embed-xxsmall-7.richiedi-info-2 {
  width: 20px;
  height: 20px;
  display: flex;
}

.icon-btn:where(.w-variant-340dd774-3ec5-262b-80c7-00da016a1d79), .icon-btn.richiedi-info-3 {
  width: 100%;
  height: 100%;
}

.tour-01 {
  flex-direction: row-reverse;
  width: 100%;
  height: 40vw;
  min-height: 650px;
  max-height: 700px;
  display: flex;
}

.tour-01_tab {
  background-color: var(--palette--white);
  background-image: url('../images/2.7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 500px;
  height: 100%;
}

.tour-01_tab.quadrilocale {
  background-image: url('../images/2.4.png');
}

.tour-01_tab.quadri {
  background-image: url('../images/quadrilocale-2.4.png');
  background-size: contain;
}

.tour-01_tab_link {
  background-color: #0000;
  background-image: url('../images/icone-interior-tour-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 0;
  display: flex;
  position: absolute;
}

.tour-01_tab_link.w--current {
  background-image: url('../images/icone-interior-tour-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-color: #a39bff;
}

.tour-01_tab_link._01 {
  top: 53%;
  left: 57%;
  transform: rotate(170deg);
}

.tour-01_tab_link._01.w--current {
  background-color: #0000;
}

.tour-01_tab_link._01.bilo {
  top: 42%;
  left: 55%;
  transform: rotate(-26deg);
}

.tour-01_tab_link._02 {
  top: 53%;
  left: 22%;
  transform: rotate(134deg);
}

.tour-01_tab_link._02.w--current {
  background-color: #0000;
}

.tour-01_tab_link._02.bilo {
  top: 46%;
  left: 34%;
  transform: rotate(23deg);
}

.tour-01_tab_link._03 {
  background-color: #ddd0;
  top: 53%;
  left: 70%;
  transform: rotate(-130deg);
}

.tour-01_tab_link._03.bilo {
  top: 44%;
  left: 45%;
  transform: rotate(0);
}

.tour-01_content {
  flex: 1;
  height: auto;
}

.tour-01_pane {
  height: 100%;
}

.tour-01_pane._01 {
  background-image: url('../images/AC2147_VP06_Interior_Living_Rev04.webp.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.tour-01_pane._01.quadri {
  background-image: url('../images/AC2147_VP03_Interior_Living_Rev03.webp.webp');
}

.tour-01_pane._02 {
  background-image: url('../images/AC2147_VP07_Interior_MasterBedroom_Rev02.webp.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.tour-01_pane._02.quadri {
  background-image: url('../images/AC2147_VP04_Interior_MasterBedroom_Rev02.webp.webp');
}

.tour-01_pane._03 {
  background-image: url('../images/AC2147_VP08_Interior_Bagno_Rev02.webp.webp');
  background-position: 50%;
  background-size: cover;
}

.tour-01_pane._03.quadri {
  background-image: url('../images/AC2147_VP05_Interior_Cameretta_Rev04.webp.webp');
}

.div-block-16 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-17 {
  width: 200px;
}

.gdpr {
  text-align: left;
  width: 100%;
  font-family: halogen, sans-serif;
}

.gdpr h1 {
  color: var(--palette--orange);
  text-transform: none;
}

.container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-2.is-gdpr {
  margin-left: auto;
  margin-right: auto;
}

.footer_row-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  align-items: center;
  font-size: 11px;
  display: flex;
}

.page_wrapper-2 {
  background-color: #f2f5fb;
}

.body-8, .body-9 {
  background-color: var(--palette--azzurro-light);
}

.div-block-18 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-19 {
  justify-content: space-between;
  display: flex;
}

.div-block-20 {
  width: 200px;
}

.div-block-21 {
  width: 170px;
  margin-bottom: 100px;
}

.gdpr-2 {
  text-align: left;
  width: 100%;
  min-width: 100%;
}

.container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-3.is-gdpr {
  margin-left: auto;
  margin-right: auto;
}

.footer_row-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  align-items: center;
  font-size: 11px;
  display: flex;
}

.page_wrapper-3 {
  background-color: #f2f5fb;
}

.gdpr-3 {
  text-align: left;
  width: 100%;
}

.gdpr-3 a {
  color: #f38e52;
  transition: color .35s;
}

.gdpr-3 a:hover {
  color: #c9daf2;
}

.gdpr-3 ul, .gdpr-3 ol, .gdpr-3 h5 {
  text-align: left;
}

.gdpr-3 p {
  color: var(--palette--blue);
  text-align: left;
  max-width: none;
  font-family: acumin-pro, sans-serif;
  font-size: 14px;
}

.gdpr-3 li {
  color: var(--palette--blue);
  font-family: acumin-pro, sans-serif;
  font-size: 14px;
}

.gdpr-3 h1 {
  color: #f38e52;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: halogen, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.gdpr-3 blockquote, .gdpr-3 h6 {
  text-align: left;
}

.gdpr-3 h2 {
  color: #1c1e2d;
  text-align: left;
  font-family: halogen, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.gdpr-3 h4 {
  text-align: left;
}

.gdpr-3 h3 {
  text-align: left;
  margin-top: 0;
  font-size: 21px;
  font-weight: 400;
}

.logo-pos, .div-block-23 {
  width: 170px;
  margin-bottom: 100px;
}

.gdpr-4 {
  text-align: left;
  width: 100%;
}

.gdpr-4 a {
  color: #f38e52;
  transition: color .35s;
}

.gdpr-4 a:hover {
  color: #c9daf2;
}

.gdpr-4 ul, .gdpr-4 ol, .gdpr-4 h5 {
  text-align: left;
}

.gdpr-4 p {
  text-align: left;
  max-width: none;
  font-size: 14px;
}

.gdpr-4 li {
  font-family: acumin-pro, sans-serif;
  font-size: 14px;
}

.gdpr-4 h1 {
  color: #f38e52;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: halogen, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.gdpr-4 blockquote, .gdpr-4 h6 {
  text-align: left;
}

.gdpr-4 h2 {
  color: #1c1e2d;
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.gdpr-4 h4 {
  text-align: left;
}

.gdpr-4 h3 {
  text-align: left;
  margin-top: 0;
  font-size: 21px;
  font-weight: 400;
}

.image-wrap-4 {
  height: 15vw;
  min-height: 200px;
}

.slider-10_component-3 {
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  overflow: hidden;
}

.slider-10_component-3.is-capitolato {
  margin-top: 40px;
}

.splide__list-3 {
  flex-direction: row;
  width: auto;
  min-height: 100px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.splide__slide-2 {
  flex: none;
  width: 20%;
  list-style-type: none;
}

.splide__slide-2.is-width-auto {
  width: auto;
  display: block;
}

.slide-10_title-2 {
  font-weight: 700;
}

.splide__arrows-4 {
  z-index: 50;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-wrap-partner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.slider-11 {
  background-color: #1c1e2d00;
  width: 100%;
}

.logo-partner-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  display: flex;
}

.carousel-01_component {
  flex-direction: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.carousel-01_wrapper {
  backface-visibility: hidden;
  flex: none;
  display: flex;
  transform: perspective(1px);
}

.carousel-01_container {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.carousel-01_link {
  filter: invert();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.carousel-01_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.carousel-01_clone {
  width: 100%;
  list-style-type: none;
  overflow: hidden;
}

.wrap_sec {
  justify-content: center;
  width: auto;
  min-width: auto;
  max-width: 1300px;
  max-height: 900px;
  display: flex;
}

.wrap_sec.vt {
  justify-content: flex-end;
  min-width: 800px;
  max-width: 1200px;
}

.wrap_sec.vt.bg-verde-pallido {
  min-width: auto;
  max-width: none;
}

.tour02_tabs {
  width: 100%;
  margin: 10px;
}

.tab-link {
  background-color: var(--palette--sky);
  flex-direction: column;
  align-items: center;
  min-width: 200px;
  display: flex;
}

.tab-link.w--current {
  background-color: var(--palette--red);
  border-bottom-style: none;
}

.tab-link.border-left {
  background-color: var(--palette--sky);
  border-style: none;
}

.tab-link.border-left.w--current {
  background-color: var(--palette--red);
}

.div-block-35 {
  border-top: 1px solid #314013;
  border-bottom: 1px solid #314013;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.capitalize {
  text-transform: uppercase;
}

.virtual-tour {
  width: 100%;
}

.tour02 {
  z-index: 1;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tour02_cones {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 20px solid #0000;
  flex: none;
  width: 400px;
  height: 50vw;
  max-height: 500px;
  margin-top: 70px;
  margin-bottom: 50px;
}

.tour02_cones.bilocale {
  background-image: url('../images/B3-A3.3.webp');
  background-size: contain;
}

.tour02_cones.quadrilocale {
  background-image: url('../images/D3-B3.3.webp');
  background-size: contain;
}

.tour02_cones.trilocale {
  background-image: url('../images/D3-A3.1.webp');
  background-size: contain;
}

.wrap-vt-info {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  width: 400px;
  height: 71px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tour02_tab {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.tour02_tab.bilocale_02 {
  background-image: url('../images/Novate_VPInterior_08_Bedroom_REV04.webp');
}

.tour02_tab.quadrilocale_03 {
  background-image: url('../images/Milano_Novate_VP-Int-03_Kitchen_REV00_RR.webp');
}

.tour02_tab.bilocale_03 {
  background-image: url('../images/Novate_VPInterior_09_Bathroom_REV02.webp');
}

.tour02_tab.bilocale_01 {
  background-image: url('../images/Novate_-VPInterior_Livignroom_07_REV01.webp');
  background-size: cover;
}

.tour02_tab.quadrilocale_01 {
  background-image: url('../images/Novate_-VPInterior_Bedroom_06_REV03.webp');
}

.tour02_tab.trilocale_04 {
  background-image: url('../images/Novate_VPInterior_Living_10_rev01.webp');
  background-size: cover;
}

.tour02_tab.quadrilocale_04 {
  background-image: url('../images/Novate_-VPInterior_Master-Bedroom_04_REV04.webp');
}

.tour02_tab.trilocale_01 {
  background-image: url('../images/Novate_VPInterior_Double_Bedroom_10_rev01.webp');
  background-position: 40%;
  background-size: cover;
}

.tour02_tab.quadrilocale_05 {
  background-image: url('../images/Novate_-VPInterior_Living_02_Rev-01.webp');
}

.tour02_tab.quadrilocale_6 {
  background-image: url('../images/Novate_VPInterior_Bathroom_05_REV03.webp');
}

.tour02_tab.quadrilocale_02 {
  background-image: url('../images/Novate_VPExterior_02_REV03.webp');
}

.tabs-menu {
  color: var(--palette--blue);
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  font-family: halogen, sans-serif;
  display: flex;
}

.tour02_cone {
  background-color: #0000;
  background-image: url('../images/vt-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  padding: 0;
  transition: all .2s;
  position: absolute;
}

.tour02_cone.w--current {
  background-color: #0000;
  background-image: url('../images/vt-active-2.svg');
  border-color: #8764b8;
}

.tour02_cone.quadrilocale_06 {
  top: 28%;
  left: 50%;
  transform: rotate(180deg);
}

.tour02_cone.quadrilocale_01 {
  top: 29%;
  left: 17%;
  transform: rotate(148deg);
}

.tour02_cone.quadrilocale_03 {
  top: 63%;
  left: 58%;
  transform: rotate(-90deg);
}

.tour02_cone.bilocale_03 {
  background-image: url('../images/vt-2.svg');
  top: 34%;
  left: 56%;
  transform: rotate(90deg);
}

.tour02_cone.bilocale_03.w--current {
  background-image: url('../images/vt-active-2.svg');
}

.tour02_cone.trilocale_04 {
  top: 54%;
  left: 33%;
  transform: rotate(0);
}

.tour02_cone.quadrilocale_05 {
  top: 43%;
  left: 15%;
  transform: rotate(-39deg);
}

.tour02_cone.bilocale_02 {
  background-image: url('../images/vt-2.svg');
  top: 12%;
  left: 68%;
  transform: rotate(90deg);
}

.tour02_cone.bilocale_02.w--current {
  background-image: url('../images/vt-active-2.svg');
}

.tour02_cone.trilocale_01 {
  background-color: #0000;
  top: 31%;
  left: 36%;
  transform: rotate(90deg);
}

.tour02_cone.trilocale_01.w--current {
  background-color: #0000;
  background-image: url('../images/vt-active-2.svg');
}

.tour02_cone.bilocale_01 {
  background-color: #0000;
  top: 51%;
  left: 60%;
  transform: rotate(0);
}

.tour02_cone.bilocale_01.w--current {
  background-color: #0000;
  background-image: url('../images/vt-active-2.svg');
}

.tour02_cone.quadrilocale_04 {
  top: 18%;
  left: 59%;
  transform: rotate(-90deg);
}

.tour02_cone.quadrilocale_02 {
  top: 83%;
  left: 21%;
  transform: rotate(-90deg);
}

.tabs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-content {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.heading-4 {
  margin-bottom: 0;
}

.label_wrap {
  z-index: 10;
  background-color: var(--palette--orange);
  cursor: pointer;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: background-color .3s, opacity .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.label_wrap:where(.w-variant-eb7f490e-6c5e-08ad-7b61-a7311cc9a021), .label_wrap:hover, .label_wrap.fp {
  background-color: var(--palette--sky);
}

.label_wrap.fp:hover {
  background-color: var(--palette--orange);
}

.label_icon_wrap {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  padding-left: 5px;
  display: flex;
}

.image-7 {
  filter: invert();
  width: 30px;
  height: 30px;
}

.label_txt {
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 110px;
  font-family: acumin-pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.lightbox-link-2 {
  width: 100%;
  position: relative;
}

.icon-zoom {
  background-color: var(--palette--blue);
  color: var(--palette--azzurro-light);
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.nav_pitto {
  display: none;
}

.pitto-contain {
  object-fit: cover;
  object-position: 50% 100%;
  flex: none;
  width: 100%;
  height: 100%;
}

.pitto-contain.left {
  object-position: 40% 50%;
}

.pitto-contain.top-cover {
  object-position: 50% 0%;
}

.pitto-contain.position {
  object-position: 50% 50%;
}

.pitto-contain.position-copy {
  object-position: 50% 85%;
}

.pitto-contain.position-left {
  object-position: 100% 50%;
}

.pitto-contain.position-bottom {
  object-position: 50% 0%;
}

.pitto-contain.position-right {
  object-position: 21% 50%;
}

.div-block-36 {
  position: absolute;
  inset: 0%;
}

.heading-6 {
  margin-bottom: 10px;
}

.data_text_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-2 {
  color: var(--palette--blue);
  text-transform: uppercase;
  font-family: halogen, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.data_text_wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.point {
  background-color: var(--palette--azzurro);
  border-radius: 100px;
  width: 10px;
  height: 10px;
}

.no-wrap {
  white-space: nowrap;
}

.listing-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100svh;
  display: flex;
}

.filters-wrapper {
  background-color: var(--palette--azzurro);
  color: var(--palette--azzurro);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 300px;
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  box-shadow: 3px 2px 13px -3px #0003;
}

.list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--palette--azzurro);
  color: var(--palette--sky);
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  padding: 50px 8%;
}

.tecma-template {
  border: 1px solid var(--palette--azzurro);
  background-color: var(--palette--azzurro-light);
  filter: drop-shadow(0px 1px 1px var(--hover--hover-light));
  border-radius: 3px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-height: 550px;
  padding: 40px 15px;
  display: flex;
  position: relative;
}

.plan-img {
  background-color: var(--palette--azzurro-light);
  flex: none;
  width: 100%;
  height: 100%;
}

.plan-card-header {
  display: flex;
}

.tecma-title {
  color: var(--palette--blue);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  margin-right: 10px;
  font-family: halogen, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.plan-code {
  color: var(--palette--blue);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-family: halogen, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.tecma-price {
  color: var(--palette--red);
  letter-spacing: 2px;
  font-family: halogen, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.tecma-price.hidden {
  display: none;
}

.plan-info-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: acumin-pro, sans-serif;
  display: flex;
}

.plans-card-template {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.img_bss {
  background-color: var(--palette--azzurro-light);
  flex: none;
}

.dynamics-list-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--palette--azzurro-light);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 2rem 60px;
  display: grid;
}

.img {
  background-color: var(--palette--azzurro-light);
  width: 100%;
  height: 350px;
}

.pagination {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: none;
}

.sorting-wrapper {
  justify-content: space-between;
  display: flex;
}

.sorting-counter_wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-right: 2rem;
  display: flex;
}

.code-embed-3 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.filter-block {
  border-bottom: 1px solid var(--palette--sky);
  flex-flow: column;
  margin-bottom: 40px;
  padding-bottom: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.filter-label {
  color: var(--palette--orange);
  font-family: halogen, sans-serif;
}

.div-block-38 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  height: 100%;
  display: flex;
}

.section-5 {
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

.selected-chips {
  margin-left: 4px;
  margin-right: 4px;
}

.selected-chips_wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.filters-reset-container {
  margin-left: 4px;
  margin-right: 4px;
}

.filter-field {
  border-bottom: 1px solid var(--palette--sky);
  flex-flow: column;
  margin-bottom: 40px;
  padding-bottom: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.section-6 {
  background-color: var(--palette--white);
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.heading-l {
  margin-bottom: 0;
  line-height: 40px;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-84 {
  justify-content: center;
  align-items: center;
  margin-bottom: -30px;
  display: flex;
}

.sort-controls {
  justify-content: flex-start;
  display: flex;
}

.header_container-2 {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.header_txt {
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 18px;
}

.search_box {
  margin-bottom: 40px;
}

.search_head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--palette--sky);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 1;
}

.text {
  margin-top: 10px;
}

.text.big {
  color: #143b3d;
  font-size: 20px;
  font-weight: 600;
}

.search_label {
  color: var(--palette--red);
  margin-right: 10px;
  font-family: halogen, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.search_fields {
  flex-flow: column;
}

.div-block-82 {
  display: flex;
}

.collection-item-7 {
  border: 1px solid #000;
  width: 100%;
  padding: 0;
}

.header_component-2 {
  z-index: 12;
  color: #fff;
  background-image: linear-gradient(0deg, #0000004a, #fff0), url('../images/Via-Capecelatro-esterna-01_rev04-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 80svh;
  padding-bottom: 26px;
  padding-left: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.search_wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.search_wrap._1 {
  z-index: 10000000;
  position: relative;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}

.select-field {
  color: #081a1a;
  background-color: #fff;
  border: 1px solid #081a1a;
  margin: 3px;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 3px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter-image {
  background-color: var(--palette--azzurro-light);
  max-height: 300px;
}

.section-7 {
  display: flex;
}

.search_fields-copy {
  flex-flow: column;
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: sticky;
  top: 70px;
}

.search_result {
  justify-content: flex-start;
  width: 96.6667%;
  max-width: 1100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.66667%;
  padding-right: 1.66667%;
  display: flex;
}

.search_result.tags {
  margin-top: 20px;
  margin-bottom: 0;
}

.tag-2 {
  color: #8ecfb9;
  text-align: center;
  letter-spacing: .5px;
  white-space: nowrap;
  border: 1px solid #8ecfb9;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 2px 4px;
  font-size: 10px;
  text-decoration: none;
  transition: background-color .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.tag-2.search {
  color: #b6b9c2;
  background-color: #f0f1f3;
  border-color: #f0f1f3;
  border-radius: 4px;
  padding: 6px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.text-block-9 {
  color: #363b4c;
}

.tag_x {
  color: #363b4c;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: 6px;
}

.checkbox-field {
  border-bottom: 1px solid var(--palette--sky);
  margin-bottom: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.checkbox {
  margin-right: 10px;
}

.lable-title {
  color: var(--palette--red);
  font-family: halogen, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.fs-selectcustom_message-text {
  color: #797979;
  text-align: right;
  max-width: 16rem;
  margin-top: -4rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.select-field-2 {
  color: #111;
  border-radius: .25rem;
  position: absolute;
  top: -3.5rem;
  right: -20rem;
  overflow: hidden;
}

.fs-selectcustom_message {
  background-color: #313131;
  border: 1px dashed #828282;
  border-radius: .25rem;
  width: 18rem;
  height: 4rem;
  margin-top: -4.25rem;
  margin-left: 19rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fs-selectcustom_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #111;
  border: 1px solid #fff0;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding: .75rem 1rem;
  text-decoration: none;
  display: flex;
}

.fs-selectcustom_link:focus {
  border-color: #6e30f7;
}

.fs-selectcustom_link:visited, .fs-selectcustom_link.w--current {
  color: #fff;
  background-color: #6e30f7;
}

.fs-selectcustom_icon {
  margin-right: 0;
}

.fs-selectcustom_message-icon {
  opacity: .4;
  filter: grayscale();
  width: 2rem;
  margin-top: -1rem;
  margin-right: -3rem;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(60deg);
}

.fs-selectcustom_dropdown-list {
  background-color: #fff;
  border-radius: .25rem;
  margin-top: 1rem;
  padding: .5rem 1rem;
  box-shadow: 0 2px 20px #0000001a;
}

.fs-selectcustom_dropdown {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: .25rem;
  width: 16rem;
  padding: .5rem;
}

.fs-selectcustom_dropdown-toggle {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .5rem 0 .5rem .5rem;
  display: flex;
}

.fs-rangeslider_handle-span {
  border-radius: .25rem;
}

.fs-rangeslider_input {
  border-radius: .25rem;
  display: block;
}

.fs-message {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #171717;
  background-color: #f6f6f6;
  border: 1px dashed #ababab;
  border-radius: .5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.fs-rangeslider_form-wrapper {
  width: 100%;
  max-width: 48rem;
  margin-bottom: 0;
}

.fs-rangeslider_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 3rem;
  display: grid;
  position: relative;
}

.fs-rangeslider_handle-value {
  color: var(--palette--orange);
  text-align: center;
  margin-bottom: -1.3rem;
  margin-left: -.75rem;
  font-family: halogen, sans-serif;
  font-size: .9rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.fs-rangeslider_handle {
  z-index: 1;
  cursor: grab;
  background-color: #6e30f7;
  border-radius: 100rem;
  flex: none;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 12px #0003;
}

.fs-rangeslider_handle:focus {
  background-color: #5c2aff;
}

.fs-rangeslider_handle.helper {
  background-color: var(--palette--orange);
  width: 20px;
  height: 20px;
}

.fs-rangeslider_fill {
  background-color: #6e30f7;
  border-radius: 999px;
  width: 20%;
  height: 100%;
  position: absolute;
}

.fs-rangeslider_fill.helper {
  background-color: var(--palette--orange);
}

.fs-rangeslider_track {
  background-color: #e1e1e1;
  border-radius: 999rem;
  width: 100%;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs-rangeslider_track.helper {
  background-color: var(--palette--azzurro-light);
  height: 10px;
}

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

.div-block-85 {
  padding-left: 30px;
  padding-right: 30px;
}

.dropdown-2 {
  z-index: 1000;
}

.dropdown-list {
  z-index: 1000000;
}

.dropdown-list.w--open {
  z-index: 2;
  background-color: var(--palette--azzurro-light);
  margin-top: 3px;
  padding: 27px 10px 13px 13px;
  box-shadow: 0 4px 12px -1px #0003;
}

.collection-list-wrapper-2 {
  z-index: 2147483647;
  position: relative;
  inset: 0% auto auto 0%;
}

.fs-rangeslider_wrapper-1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10px 30px;
  display: flex;
  position: relative;
}

.fs-rangeslider_track-1 {
  background-color: var(--palette--azzurro-light);
  border-radius: 999rem;
  width: 100%;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs-rangeslider_handle-1 {
  z-index: 1;
  background-color: var(--palette--orange);
  cursor: grab;
  border: 1px #01061e;
  border-radius: 100rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 10px #0000001a;
}

.fs-rangeslider_handle-1:focus {
  background-color: #501aff;
  border-color: #501aff;
}

.fs-rangeslider_handle-1:focus-visible, .fs-rangeslider_handle-1[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-rangeslider_fill-1 {
  background-color: var(--palette--orange);
  border-radius: 999px;
  width: 20%;
  height: 100%;
  position: absolute;
}

.fs-rangeslider_input-1 {
  border-radius: 6px;
  margin-bottom: 0;
}

.fs-rangeslider_input-1.hidden {
  display: none;
}

.text-box-valore {
  color: #323232;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 10px;
}

.div-block-86 {
  flex-flow: row;
  margin-left: -9px;
  margin-right: -9px;
  display: flex;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: 10px;
}

.div-block-87 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.collection-list-5 {
  overflow: scroll;
}

.tecma-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tecma-image {
  background-color: var(--palette--azzurro-light);
  width: 100%;
  height: 350px;
}

.code-embed-4 {
  display: flex;
}

.div-block-88 {
  z-index: 10;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
  position: fixed;
  top: 30vh;
  right: 0;
}

@media screen and (min-width: 1280px) {
  .nav_component {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .collection-list-4 {
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1920px) {
  .button_primary.dropdown {
    margin-bottom: 10px;
  }

  .heading-l {
    font-size: 52px;
    line-height: 52px;
  }

  .header_txt {
    font-size: 22px;
    line-height: 22px;
  }

  .header_background__wrap {
    height: 100vh;
    min-height: 750px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 22px;
    line-height: 35px;
  }

  .form_field {
    line-height: 20px;
  }

  .nav_component {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    height: 82px;
    padding: 16px 32px;
  }

  .header_component {
    justify-content: center;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav_logo_wrap {
    z-index: 3;
    display: none;
    position: relative;
  }

  .nav_logo_wrap.display-none {
    display: flex;
  }

  .nav_logo_wrap.mobile {
    margin-top: auto;
    display: flex;
  }

  .nav_link_wrap {
    align-self: auto;
  }

  .nav_link_line {
    background-color: var(--black-2\<deleted\|variable-6898e30b\>);
  }

  .section {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section.quote {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .section.bg-gallery, .section.bg-interni {
    height: 50vw;
  }

  .section.bg-image-quote {
    height: 35vw;
  }

  .section.no-padding-lateral {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section.bg-contesto {
    height: 50vw;
  }

  .heading-large {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-large.positive.is-margin {
    max-width: none;
  }

  .heading-large.smaller {
    font-size: 20px;
    line-height: 30px;
  }

  .container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
    max-width: 650px;
  }

  .container.slider {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .container.overlying {
    border-style: solid none solid solid;
    border-width: 48px;
    flex-direction: column;
  }

  .container.overlying.double {
    background-color: var(--palette--orange-light);
    border-width: 48px;
    flex-direction: column;
  }

  .container.overlying.reverse-hor {
    border-bottom-style: none;
    flex-direction: column;
  }

  .container.direction-horizontal, .container.direction-horizontal.reverse {
    flex-direction: column-reverse;
  }

  .container.large {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .container.tecnical {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.contact {
    flex-direction: column;
  }

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

  .container.full.gradient-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-image: linear-gradient(90deg, var(--palette--azzurro-light), var(--palette--azzurro-light) 90%, #f2f5fb00 90%), url('../images/Gradient-01.svg');
    background-position: 0 0, 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container.full.gradient-left {
    background-image: linear-gradient(90deg, #f2f5fb00 10%, var(--palette--azzurro-light) 10%, var(--palette--azzurro-light)), url('../images/Gradient-flip.svg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .card-big_mask {
    flex: none;
    align-self: stretch;
  }

  .card-big_txt {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .video_componen {
    align-self: stretch;
  }

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

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .nav_link {
    color: var(--palette--blue);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 0;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
  }

  .nav_link.w--current {
    border-bottom-color: var(--black-2\<deleted\|variable-6898e30b\>);
    font-weight: 900;
  }

  .image-fullscreen.map {
    object-position: 70% 50%;
    height: 50vw;
  }

  .form_component {
    flex-direction: column;
  }

  .x_wrap {
    background-color: #0000;
    width: 60px;
    height: 60px;
  }

  .x_asta {
    background-color: var(--palette--red);
  }

  .slider_mask {
    width: 49%;
  }

  .slider_mask.small {
    width: 25%;
  }

  .slider_component {
    flex: 0 auto;
    order: -1;
    width: 100%;
  }

  .poi_column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    width: 100%;
  }

  .header_container {
    max-width: 600px;
  }

  .nav_buttons {
    z-index: 4;
    flex-direction: row-reverse;
  }

  .nav_buttons.lang {
    display: none;
  }

  .footer_row {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_row.last {
    justify-content: flex-start;
  }

  .nav_links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    max-width: 100%;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_line {
    display: none;
  }

  .nav_hamburger {
    z-index: 3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: relative;
  }

  .nav_lottie {
    filter: invert();
    width: 100%;
    height: 100%;
  }

  .contact_column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: 100%;
  }

  .slide_img_wrap {
    flex: none;
  }

  .footer_component {
    padding-left: 32px;
    padding-right: 32px;
  }

  .popup-area_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .popup-area_container {
    flex-direction: column;
    position: static;
  }

  .popup-area_box {
    flex: none;
    position: static;
  }

  .popup-area_box.iscriviti {
    margin-top: 60px;
    margin-left: 0;
  }

  .container_image {
    max-height: 60vw;
  }

  .txt_wrap {
    padding-left: 48px;
    padding-right: 48px;
  }

  .txt_wrap.bg_light {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .txt_wrap.horizontal {
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .txt_wrap.horizontal.mobile-first {
    order: 1;
  }

  .txt_wrap.quote {
    max-width: 70vw;
    padding-left: 60px;
    padding-right: 60px;
  }

  .txt_wrap._2col {
    margin-bottom: 0;
  }

  .floorplan_txt_wrap {
    align-items: center;
    width: auto;
    position: static;
  }

  .floorplan_img_wrap {
    flex: none;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 52vw;
    min-height: 350px;
  }

  .floorplan_component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-self: stretch;
    height: auto;
    max-height: none;
  }

  .floorplan_component.reverse {
    flex-direction: column;
  }

  .floorplan_plan {
    flex: none;
    width: 80%;
    min-width: auto;
    max-width: none;
    height: 46vw;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .floorplan_plan.reverse {
    margin-left: auto;
    margin-right: auto;
  }

  .poi_item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .poi_number.absolute._05 {
    left: 50%;
  }

  .poi_number.absolute._01 {
    left: 45%;
  }

  .poi_number.absolute._03 {
    left: 64%;
  }

  .poi_number.absolute._02 {
    left: 38%;
  }

  .poi_number.absolute._04 {
    left: 22%;
  }

  .poi_number.absolute._06 {
    left: 21%;
  }

  .poi_number.absolute._07 {
    left: 61%;
  }

  .poi_number.absolute._08 {
    left: 79%;
  }

  .poi_number.absolute._09 {
    left: 85%;
  }

  .poi_number.absolute._10 {
    left: 47%;
  }

  .poi_number.absolute._11 {
    left: 45%;
  }

  .poi_number.absolute._12 {
    left: 75%;
  }

  .accordion_img_wrap {
    height: 30vw;
    min-height: auto;
  }

  .arrow_box {
    height: 40px;
  }

  .download_component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border: 1px #000;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 32px 32px;
  }

  .download_column {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .lightbox_slider_arrow {
    left: 32px;
  }

  .lightbox_slider_arrow.right {
    right: 32px;
  }

  .card-big_wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .flag_icon {
    filter: invert();
  }

  .lightbox_list {
    justify-content: space-around;
  }

  .lightbox_logo {
    display: none;
  }

  .lightbox_wrap {
    grid-column-gap: 40px;
    grid-row-gap: 45px;
    justify-content: space-around;
    align-self: stretch;
    display: flex;
  }

  .lightbox_container {
    flex-direction: column;
    min-height: auto;
    max-height: none;
  }

  .lightbox_img_wrap {
    flex: none;
    height: 60vw;
  }

  .download_wrap {
    height: auto;
  }

  .download_form {
    margin-bottom: 0;
  }

  .nav_links_wrap {
    z-index: 1;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: var(--palette--orange);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(#f38e52d9, #f38e52d9), url('../images/Pittogramma-orange3.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 80%;
    width: 100%;
    height: 100vh;
    padding: 100px 32px 60px;
    display: none;
    position: fixed;
    inset: 0;
    overflow: auto;
  }

  .nav_lang {
    margin-top: 60px;
    position: static;
  }

  .overlying_image {
    flex: none;
    height: 64vw;
    margin: -48px 48px 0 -48px;
  }

  .overlying_image.double {
    margin: -48px 48px 0 -48px;
  }

  .overlying_image.double.right {
    margin: 0 -48px -48px 48px;
  }

  .overlying_image.reverse-hor {
    margin-bottom: 0;
    margin-left: 48px;
    margin-right: -48px;
  }

  .overlying_image.reverse-ver {
    margin-top: -48px;
    margin-bottom: 0;
  }

  .nav-bottom_mask {
    width: 33.33%;
    height: 29vw;
  }

  .slider02_container {
    flex: 1;
  }

  .bg_txt_wrap {
    background-size: cover;
    left: 0%;
    right: 0%;
  }

  .footer_links {
    flex-wrap: wrap;
  }

  .boxes_wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .box {
    flex: none;
    width: 40%;
    max-width: 370px;
  }

  .box_mask {
    height: 30vw;
    min-height: 200px;
  }

  .box_dida.small {
    align-items: center;
  }

  .nav_space {
    display: none;
  }

  .quote_par {
    max-width: none;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .quote_img-full {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .quote_img-frame {
    display: none;
  }

  .overlying_txt_wrap {
    max-width: 100%;
    padding: 60px 48px;
  }

  .slide_icon_wrap {
    flex: none;
  }

  .accordion_img_wrap-2 {
    height: 30vw;
  }

  .header_component_nav-small {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .download_txt {
    margin-left: 0;
  }

  .download_image {
    order: -1;
    margin: 0 -32px;
  }

  .logo-tecnical {
    flex: none;
    margin-bottom: 60px;
    position: static;
  }

  .nav_lang_txt {
    border-color: var(--black-2\<deleted\|variable-6898e30b\>);
    color: var(--black-2\<deleted\|variable-6898e30b\>);
  }

  .nav_background {
    z-index: 0;
    opacity: 1;
    display: block;
    position: absolute;
    inset: 0;
  }

  .section-gallery {
    grid-row-gap: 4px;
    grid-template-rows: min-content auto auto auto;
    grid-template-columns: 1fr;
  }

  .box-scroll {
    flex: none;
    width: 40%;
    max-width: 370px;
  }

  .boxes_wrap-scroll {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: stretch;
    width: auto;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
    overflow: auto;
  }

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

  .img-contain-wrap {
    height: 50px;
  }

  .text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .text-wrap.hero, .text-wrap.central {
    max-width: 650px;
  }

  .text-wrap.central-large {
    max-width: none;
  }

  .image-wrap {
    width: 100%;
    height: 45vw;
    min-height: 500px;
    max-height: 550px;
  }

  .image-wrap.quote-left {
    height: 100%;
    min-height: auto;
    max-height: none;
    padding-left: 0;
  }

  .image-wrap.quote-right {
    min-height: auto;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrap.vertical {
    width: 100%;
    min-height: 500px;
    max-height: 550px;
    overflow: hidden;
  }

  .image-wrap.bg {
    height: 60vw;
    min-height: 650px;
    max-height: 700px;
  }

  .text_wrapper {
    margin-bottom: 40px;
  }

  .img_wrap {
    width: 100%;
  }

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

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

  .wrap_50 {
    width: auto;
  }

  .heading-large-2.align-center {
    text-align: center;
    max-width: 530px;
    font-size: 33px;
  }

  .text_container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .text_container.is-10gap {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .text-container {
    width: 100%;
    height: auto;
  }

  .text-container.full {
    height: auto;
  }

  .title_div {
    max-width: 90%;
  }

  .title_div.is-form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 40px;
  }

  .section-2.is-technical {
    min-height: auto;
    padding-top: 140px;
  }

  .container-right, .container-right.is-logo, .container-right.is-logo {
    width: 100%;
  }

  .heading-large-3 {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11 {
    width: 230px;
  }

  .form_field-2 {
    line-height: 20px;
  }

  .form_component-2 {
    width: 100%;
    padding: 60px 50px;
  }

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

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

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

  .footer_item {
    background-image: none;
  }

  .button_icon {
    width: 25px;
    height: 25px;
  }

  .contact_link {
    text-align: left;
    font-size: 13px;
  }

  .footer_gdpr {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_partner_container {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .partner__container {
    justify-content: space-between;
    width: auto;
  }

  .gdpr_divider {
    display: flex;
  }

  .footer_row-2 {
    grid-column-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_row-2.is-policy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-small-3.capitalize.orange {
    font-family: acumin-pro, sans-serif;
    font-weight: 500;
  }

  .div-block-15 {
    width: 230px;
  }

  .tipologici-container {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .tipo-image-wrap {
    border-radius: 10px;
  }

  .tipologici-wrap {
    width: 50vw;
  }

  .left-arrow, .right-arrow {
    bottom: 20px;
  }

  .subtitle-hero {
    font-size: 18px;
  }

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

  .lightbox_container-copy {
    flex-direction: column;
    min-height: auto;
    max-height: none;
  }

  .text-lightbox {
    font-size: 18px;
  }

  .x_asta-2 {
    background-color: #fff;
  }

  .section-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .txt_wrap-3 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .x_asta-3 {
    background-color: #fff;
  }

  .section-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-xs {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .text-wrap-2 {
    height: 150px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .x_asta-4 {
    background-color: #fff;
  }

  .text-wrap-3 {
    height: 150px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .box-2 {
    flex: none;
  }

  .box_mask-2 {
    height: 30vw;
    min-height: 250px;
    max-height: 350px;
  }

  .box_dida-2 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
  }

  .h3 {
    text-align: center;
  }

  .logo {
    height: 60px;
  }

  .grid-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    grid-template-rows: 450px;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .text-container-quote {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 8px;
    position: static;
  }

  .image-fullscreen-copy.map {
    object-position: 70% 50%;
    height: 50vw;
  }

  .tour-01 {
    flex-direction: column;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .tour-01_tab {
    background-size: contain;
    border-style: none;
    width: 100%;
    height: 50vw;
    min-height: 400px;
    max-height: 450px;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(0);
  }

  .tour-01_tab_link {
    background-size: contain;
    width: 40px;
    height: 40px;
  }

  .tour-01_tab_link._01.quadri {
    left: 53%;
  }

  .tour-01_tab_link._02.quadri {
    left: 30%;
  }

  .tour-01_tab_link._02.bilo {
    left: 39%;
  }

  .tour-01_tab_link._02.bilo.w--current {
    background-image: url('../images/icone-interior-tour-02.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .tour-01_tab_link._03.quadri {
    left: 62%;
  }

  .tour-01_content {
    flex: 0 auto;
    width: 100%;
    height: 50vw;
    min-height: 400px;
    max-height: 450px;
  }

  .footer_row-3 {
    grid-column-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_row-3.is-policy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_row-4 {
    grid-column-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_row-4.is-policy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

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

  .wrap_sec {
    flex-direction: column;
    width: 100%;
    min-width: auto;
    max-height: none;
  }

  .wrap_sec.vt {
    min-width: auto;
  }

  .tour02_tabs {
    width: auto;
    height: 400px;
  }

  .div-block-35 {
    margin-right: 0;
  }

  .tour02 {
    flex-direction: column;
  }

  .tour02_cones {
    border-style: none;
    height: 500px;
    max-height: none;
    margin: 70px auto 20px;
  }

  .wrap-vt-info {
    width: 100%;
  }

  .label_wrap {
    background-color: #f38e52;
  }

  .icon-zoom {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .nav_pitto {
    z-index: 3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: relative;
  }

  .pitto-contain {
    object-fit: contain;
  }

  .no-wrap {
    white-space: nowrap;
  }

  .filters-wrapper {
    width: 250px;
  }

  .list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .tecma-template {
    width: 50vw;
  }

  .plans-card-template {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: none;
  }

  .sorting-counter_wrapper {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .div-block-37 {
    margin-left: 250px;
  }

  .header_container-2 {
    justify-content: center;
    align-items: center;
  }

  .header_component-2 {
    justify-content: center;
    height: 50svh;
    padding-left: 0;
  }

  .search_wrap {
    margin-top: 20px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .select-field-2, .fs-selectcustom_message {
    display: none;
  }

  .fs-message {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-rangeslider_handle-1 {
    width: 2rem;
    height: 2rem;
  }

  .div-block-88 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    top: 20vh;
  }
}

@media screen and (max-width: 767px) {
  body {
    text-align: left;
    font-size: 14px;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .footer_link {
    padding-left: 0;
    padding-right: 0;
  }

  .header_component {
    color: var(--black-2\<deleted\|variable-6898e30b\>);
    justify-content: center;
    align-items: center;
    min-height: 101vh;
    padding-left: 0;
    padding-right: 0;
  }

  .section.overflow-hidden.no-padding-bottom {
    padding-top: 48px;
  }

  .section.contact {
    padding-top: 89px;
  }

  .section.bg-orange {
    display: flex;
  }

  .section.bg-orange.central {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section.bg-image-quote {
    background-position: 50%;
  }

  .heading-large, .heading-large.smaller {
    text-align: center;
  }

  .heading-medium.gallery {
    font-size: 2rem;
  }

  .container.overlying {
    border-style: none solid;
    border-width: 32px;
    flex-direction: column;
  }

  .container.overlying.double {
    border-width: 32px;
  }

  .container.overlying.reverse-hor {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    flex-direction: column;
  }

  .container.overlying.reverse-ver {
    border-top-style: none;
  }

  .container.direction-horizontal, .container.direction-horizontal.reverse {
    flex-direction: column;
  }

  .container.quote {
    justify-content: center;
    align-items: center;
  }

  .container.tecnical {
    text-align: center;
  }

  .container.video {
    width: auto;
    margin-left: -32px;
    margin-right: -32px;
  }

  .container.txt-slider {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .container.full {
    grid-row-gap: 20px;
  }

  .container.full.quote {
    grid-row-gap: 8px;
  }

  .card-big_item {
    flex-direction: column;
  }

  .card-big_mask {
    width: 100%;
    height: 56vw;
  }

  .card-big_txt {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .button_primary.negative {
    border-color: var(--black-2\<deleted\|variable-6898e30b\>);
    color: var(--black-2\<deleted\|variable-6898e30b\>);
    background-color: #0000;
  }

  .header_img {
    order: -1;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-bottom: 60px;
  }

  .header_img.home {
    min-height: 80vw;
    margin-bottom: 57px;
  }

  .header_img.thankyou {
    background-image: linear-gradient(to bottom, null, null), url('../images/AC2147_VP03_Interior_Living_Rev03.webp.webp');
  }

  .header_img.appartamenti {
    background-image: linear-gradient(to bottom, var(--hover--hover-dark), var(--hover--hover-dark)), url('../images/AC2147_VP01_Interior_Living_Rev02.webp.webp');
  }

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

  .slider_mask.small {
    width: 33%;
  }

  .slider_arrow {
    background-size: 100%;
  }

  .slider_arrow.left {
    margin-right: 8px;
    top: auto;
    bottom: 0%;
    right: 50%;
  }

  .slider_arrow.left.bottom {
    z-index: 50;
    inset: 0% auto auto 0%;
  }

  .slider_arrow.right {
    margin-left: 8px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 50%;
  }

  .slider_arrow.right.bottom {
    inset: 0% 0% auto auto;
  }

  .slider_component.overflow-hidden {
    margin-top: 32px;
    padding-bottom: 40px;
  }

  .poi_column {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 1;
    grid-template-columns: 1fr 1fr;
    min-width: 40%;
    margin-bottom: 40px;
  }

  .header_container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .header_container.is-thank-you {
    justify-content: center;
    align-items: center;
    min-width: auto;
  }

  .footer_row {
    grid-column-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav_hamburger {
    height: 40px;
  }

  .contact_column {
    width: 100%;
  }

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

  .button_component.negative {
    border-color: var(--black-2\<deleted\|variable-6898e30b\>);
    margin-top: 16px;
  }

  .popup-area_box.iscriviti {
    margin-top: 40px;
  }

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

  .container_image.mobile-full {
    width: auto;
    max-width: none;
    margin-left: -32px;
    margin-right: -32px;
  }

  .form_par {
    width: 100%;
    max-width: 100%;
  }

  .txt_wrap {
    align-items: flex-start;
    padding-left: 32px;
    padding-right: 32px;
  }

  .txt_wrap.horizontal {
    text-align: left;
    width: 100%;
    max-width: none;
    padding: 48px 32px;
  }

  .txt_wrap.quote {
    max-width: 72vw;
    padding: 48px 32px;
  }

  .txt_wrap.slider {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .txt_wrap._2col {
    align-items: flex-start;
    display: flex;
  }

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

  .floorplan_component {
    min-height: auto;
  }

  .poi_item {
    text-align: center;
  }

  .poi_number.absolute {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
  }

  .accordion_img_wrap {
    height: 50vw;
  }

  .arrow_box {
    order: 1;
    align-self: auto;
    display: none;
  }

  .arrow_box.right {
    order: 3;
    display: none;
  }

  .lightbox_slide {
    margin-right: 10px;
  }

  .slider_container {
    flex-direction: column;
  }

  .card-big_wrap {
    flex-direction: column;
    align-self: stretch;
  }

  .lightbox_grid {
    grid-column-gap: 16px;
  }

  .lightbox_list {
    flex-direction: column;
    justify-content: flex-start;
  }

  .nav_links_wrap {
    display: none;
  }

  .overlying_image {
    margin: 0 -32px;
  }

  .overlying_image.double {
    margin: -32px 32px 0 -32px;
  }

  .overlying_image.double.right {
    margin: 0 -32px -32px 32px;
  }

  .overlying_image.reverse-hor {
    margin-bottom: 0;
    margin-left: -32px;
    margin-right: -32px;
  }

  .overlying_image.reverse-ver {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-bottom_mask {
    width: 50%;
    height: 39vw;
  }

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

  .txt_align-left {
    text-align: left;
  }

  .boxes_wrap {
    grid-row-gap: 48px;
    flex-direction: column;
  }

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

  .box_mask {
    height: 60vw;
    max-height: 430px;
  }

  .box_dida {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer_margin {
    margin-top: 40px;
  }

  .quote_par {
    font-size: 22px;
    line-height: 32px;
  }

  .overlying_txt_wrap {
    text-align: left;
    align-items: flex-start;
    padding: 32px;
  }

  .overlying_txt_wrap.no-subtitle {
    width: 100%;
    max-width: none;
  }

  .h2-nosubtitle {
    margin-bottom: 48px;
  }

  .accordion_img_wrap-2 {
    height: 44vw;
  }

  .header_component_nav-small {
    padding-top: 20px;
  }

  .text-span {
    display: inline-block;
  }

  .h2-2col {
    margin-bottom: 16px;
  }

  .section-gallery {
    margin-top: 80px;
  }

  .box-scroll {
    width: 70%;
    max-width: none;
  }

  .boxes_wrap-scroll {
    grid-row-gap: 48px;
    flex-direction: row;
  }

  .splide__slide {
    width: 50%;
  }

  .text-wrap {
    text-align: center;
  }

  .text-wrap.central-large {
    text-align: center;
    height: auto;
  }

  .image-wrap {
    height: 40vw;
    min-height: 400px;
    max-height: 450px;
  }

  .image-wrap.vertical {
    min-height: 400px;
    max-height: 450px;
  }

  .image-wrap.bg {
    height: 60vw;
    min-height: 450px;
    max-height: 500px;
  }

  .azzurro-light {
    font-size: 38px;
  }

  .heading-subitle.azzurro-light {
    font-size: 12px;
  }

  .scroll_component {
    display: flex;
  }

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

  .pittogramma {
    width: 55px;
    height: 55px;
  }

  .text-container.full {
    padding-top: 0;
    padding-bottom: 0;
  }

  .title_div.is-form {
    max-width: 700px;
  }

  .section-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-2.is-contact {
    background-color: #c9daf2;
    flex-flow: column;
  }

  .container-right.is-logo {
    order: -1;
    width: 100%;
    height: 500px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-small-2 {
    font-size: 14px;
  }

  .form_field-2 {
    margin-bottom: 15px;
  }

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

  .footer_column {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer_component-2 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    justify-content: center;
    align-items: stretch;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer_item {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

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

  .div-block-13 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }

  .contact_link {
    width: auto;
    font-size: 12px;
  }

  .footer_text {
    text-align: center;
  }

  .logo-partner_wrapper {
    width: 130px;
  }

  .logo-partner_wrapper.width100 {
    width: 151px;
  }

  .footer_gdpr {
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
  }

  .footer_partner_container {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .partner__container {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .gdpr_divider {
    display: none;
  }

  .footer_row-2 {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-small-3 {
    font-size: 14px;
  }

  .heading-large-hero {
    font-size: 2rem;
  }

  .tipologici-container {
    width: 80%;
  }

  .txt-wrap.tipologici, .txt-wrap.plan-card-body {
    margin-top: 20px;
  }

  .tipo-image-wrap {
    height: 250px;
    min-height: auto;
  }

  .tipologici-wrap {
    width: 100%;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    left: -15%;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    right: -15%;
  }

  .lightbox-gallery-wrap {
    max-height: 300px;
  }

  .lightbox-grid-container {
    grid-template-columns: 1fr;
    grid-auto-rows: 40vw;
  }

  .section-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .txt_wrap-3 {
    align-items: flex-start;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .heading-xs {
    margin-bottom: 20px;
  }

  .text-wrap-2, .text-wrap-3 {
    height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .box-2 {
    width: 100%;
    max-width: none;
  }

  .box-2.reverse {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .box_mask-2 {
    height: 60vw;
    max-height: 430px;
  }

  .box_dida-2 {
    text-align: center;
    background-color: #f2ece6;
    order: -1;
    padding: 32px;
  }

  .box_dida-2.is-brand {
    background-color: #0000;
  }

  .partner-wrap {
    width: 70%;
  }

  .subtitle-partner.red {
    text-align: center;
  }

  .logo {
    height: 45px;
  }

  .grid-3 {
    grid-template-rows: 400px;
  }

  .text-container-quote {
    margin-bottom: 0;
  }

  .background-video {
    height: 101vh;
  }

  .hover {
    height: 100%;
  }

  .tour-01_tab {
    background-size: contain;
  }

  .tour-01_tab_link {
    width: 40px;
    height: 40px;
  }

  .footer_row-3 {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-19 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }

  .footer_row-4 {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .splide__slide-2 {
    width: 50%;
  }

  .tour02_tabs {
    height: 350px;
  }

  .div-block-35 {
    width: 100%;
    margin-right: 0;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .tour02_cone.quadrilocale_02 {
    top: 10%;
  }

  .tabs {
    width: 100%;
  }

  .nav_pitto {
    height: 40px;
  }

  .data_text_container {
    margin-left: auto;
    margin-right: auto;
  }

  .tecma-template {
    width: 100%;
  }

  .plans-card-template {
    width: 80%;
  }

  .section-6 {
    margin-top: 20px;
  }

  .heading-l {
    max-width: 400px;
  }

  .collection-list-4 {
    flex-flow: row;
  }

  .header_container-2 {
    text-align: center;
    align-items: center;
    padding-top: 100px;
  }

  .search_box {
    margin-bottom: 20px;
  }

  .header_component-2 {
    flex-direction: column-reverse;
    height: 50svh;
  }

  .search_wrap {
    flex: 0 auto;
    margin-right: auto;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .div-block-88 {
    top: 20vh;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    width: 100%;
    font-size: 20px;
    line-height: 32px;
  }

  h2 {
    margin-top: 0;
    font-size: 2em;
  }

  p {
    font-size: 13px;
  }

  .todelete {
    display: none;
  }

  .form {
    grid-template-columns: 1fr;
  }

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

  .section {
    padding: 10vw;
  }

  .section.overflow-hidden.slider_home {
    height: auto;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .section.bg-light {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.gap100 {
    grid-row-gap: 48px;
  }

  .section.contact {
    padding-top: 38px;
  }

  .section.bg-orange {
    background-image: linear-gradient(to bottom, null, null), url('../images/Pittogramma-orange3.svg');
    background-size: auto, cover;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .section.no-padding.bg-orange {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.bg-gallery {
    min-height: 350px;
    max-height: 400px;
  }

  .section.bg-interni {
    height: auto;
    min-height: 300px;
  }

  .section.bg-image-quote {
    background-position: 50% 100%;
    height: 50vw;
  }

  .section.bg-contesto {
    height: auto;
    min-height: 300px;
  }

  .heading-xsmall.txt_align-left {
    text-align: left;
  }

  .heading-large {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-large.positive {
    margin-bottom: 10px;
  }

  .heading-large.smaller {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-large.tecnical.smaller {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-medium {
    font-size: 1.8rem;
  }

  .heading-medium.gallery {
    font-size: 1.7rem;
  }

  .heading-medium.is-positive {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .container {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    align-items: flex-start;
  }

  .container.overlying {
    border-bottom-style: solid;
    border-bottom-width: 20px;
    border-left-style: solid;
    border-left-width: 20px;
    border-right-style: solid;
    border-right-width: 20px;
  }

  .container.overlying.double {
    border-width: 20px;
  }

  .container.overlying.reverse-ver {
    border-top-style: none;
  }

  .container.quote {
    margin-bottom: 20px;
  }

  .container.large {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    justify-content: center;
    align-items: center;
  }

  .container.large.no-gap {
    align-items: center;
  }

  .container.large.no-gap.slider-home {
    max-width: none;
    height: 100%;
    top: 32px;
  }

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

  .container.tecnical {
    align-items: center;
    padding-top: 61px;
  }

  .container.video {
    margin-left: -20px;
    margin-right: -20px;
  }

  .container.txt-slider {
    grid-row-gap: 0px;
  }

  .container.full.gradient-right {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .container.full.quote {
    grid-row-gap: 5px;
    margin-bottom: 0;
  }

  .card-big_txt {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer_title {
    margin-bottom: 20px;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .button_primary.submit {
    margin-top: 20px;
  }

  .image-fullscreen.map {
    height: 80vw;
  }

  .header_img {
    object-position: 50% 50%;
  }

  .header_img.home {
    margin-bottom: 32px;
  }

  .slider_mask.small {
    width: 50%;
  }

  .slider_arrow.left.bottom {
    z-index: 300;
    top: auto;
    bottom: -20px;
  }

  .slider_arrow.right.bottom {
    top: auto;
    bottom: -20px;
  }

  .slider_component {
    max-height: 130vw;
    margin-top: 8px;
  }

  .slider_component.overflow-hidden {
    z-index: 50;
  }

  .slider_slide {
    margin-right: 10px;
  }

  .poi_column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 20px;
    padding-bottom: 20px;
    display: flex;
    overflow: auto;
  }

  .header_container {
    padding-left: 0;
    padding-right: 0;
  }

  .contact_column {
    flex-direction: column;
    display: flex;
  }

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

  .button_component {
    margin-top: 32px;
  }

  .popup-area_wrap {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-area_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-area_box.iscriviti {
    margin-top: 20px;
  }

  .popup-area_box.accedi {
    align-self: stretch;
    max-width: none;
  }

  .area_row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    margin-top: 40px;
  }

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

  .container_image.mobile-full {
    margin-left: -20px;
    margin-right: -20px;
  }

  .txt_wrap {
    padding: 16px 0;
  }

  .txt_wrap.bg_light {
    padding: 40px 16px;
  }

  .txt_wrap.bg_light.center-allign {
    align-items: center;
  }

  .txt_wrap.horizontal {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .txt_wrap.quote {
    padding: 32px 24px;
  }

  .txt_wrap.slider {
    padding: 8px 16px;
  }

  .floorplan_txt_wrap {
    align-self: flex-start;
    margin-right: auto;
  }

  .floorplan_img_wrap {
    height: 80vw;
    min-height: 250px;
  }

  .image_hover {
    font-size: 9vw;
  }

  .poi_item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    min-width: 100px;
  }

  .poi_txt {
    text-align: center;
  }

  .accordion_img_wrap {
    height: auto;
    min-height: 70vw;
  }

  .arrow_box {
    display: none;
  }

  .arrow_disable.left.bottom {
    background-color: #0000;
    margin-left: 0;
    margin-right: 10px;
    display: none;
    inset: auto 50% 76px auto;
  }

  .arrow_disable.right.bottom {
    margin-left: 10px;
    margin-right: 0;
    inset: auto auto 76px 50%;
  }

  .download_component {
    padding: 0 20px 40px;
  }

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

  .slider_container {
    align-items: center;
  }

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

  .lightbox_wrap {
    flex-direction: column;
  }

  .lightbox_img_wrap {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .download_form {
    grid-template-columns: 1fr;
  }

  .nav_links_wrap {
    display: none;
  }

  .par_line {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .overlying_image {
    height: 70vw;
    margin-left: -20px;
    margin-right: -20px;
  }

  .overlying_image.double {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: 20px;
  }

  .overlying_image.double.right {
    margin-bottom: -20px;
    margin-left: 20px;
    margin-right: -20px;
  }

  .overlying_image.reverse-hor {
    margin-left: -20px;
    margin-right: -20px;
  }

  .overlying_image.reverse-ver {
    margin-top: 0;
    margin-bottom: 0;
  }

  .dida_txt {
    width: 100%;
  }

  .nav-bottom {
    justify-content: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 79px;
    padding-left: 0;
    display: flex;
  }

  .nav-bottom.slider_home {
    height: auto;
    padding-bottom: 18px;
  }

  .nav-bottom_mask {
    width: 100%;
    height: 78vw;
  }

  .nav-bottom_slide, .slider02_container {
    margin-right: 10px;
  }

  .bg_txt_wrap {
    background-position: 50% 100%;
    background-size: contain;
  }

  .bg_txt_wrap.slider {
    filter: invert(14%);
    width: 100%;
    height: 24vw;
    position: static;
    top: -1%;
  }

  .boxes_wrap {
    grid-row-gap: 60px;
  }

  .box_dida {
    padding-bottom: 0;
  }

  .quote_wrap {
    background-size: 48px, 48px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quote_txt {
    font-size: 28px;
  }

  .quote_par {
    font-size: 18px;
    line-height: 25px;
  }

  .overlying_txt_wrap {
    padding: 40px 24px;
  }

  .overlying_txt_wrap.left {
    align-items: flex-start;
  }

  .h2-nosubtitle {
    margin-bottom: 32px;
  }

  .slide_dida {
    font-size: .9em;
  }

  .header_component_nav-small {
    padding-top: 60px;
  }

  .lightbox_tab_menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .lightbox_tab_link {
    border-right-style: none;
    padding-right: 0;
    transform: none;
  }

  .lightbox_tab_link-txt {
    transform: none;
  }

  .h1-technichal {
    font-size: 1.8em;
  }

  .download_image {
    min-height: 240px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .error_contact {
    font-size: 18px;
  }

  .txt-inline {
    display: inline;
  }

  .gallery_hover {
    font-size: 9vw;
  }

  .section-gallery {
    margin-top: 60px;
  }

  .box-scroll {
    width: 90%;
  }

  .boxes_wrap-scroll {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .splide__slide, .splide__slide.is-width-auto {
    width: 100%;
  }

  .text-wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .text-wrap.tecnical {
    padding: 8vw;
  }

  .text-wrap.central-large.no-padding {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-wrap.central-large.is-bg-white {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .image-wrap {
    min-height: 300px;
    max-height: 350px;
  }

  .image-wrap.quote-left, .image-wrap.quote-right {
    min-height: auto;
    max-height: none;
  }

  .image-wrap.grid.display-none {
    display: none;
  }

  .image-wrap.vertical {
    min-height: 300px;
    max-height: 350px;
  }

  .image-wrap.bg {
    min-height: 350px;
    max-height: 400px;
  }

  .orange {
    font-size: 14px;
  }

  .azzurro-light {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-subitle.azzurro-light {
    letter-spacing: 2px;
    line-height: 25px;
  }

  .button_component-2 {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text_button {
    font-size: 10px;
  }

  .scroll_component {
    z-index: 1;
    width: 30px;
    margin-left: 10px;
  }

  .scroll_animation {
    position: absolute;
  }

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

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

  .heading-large-2.align-center {
    font-size: 27px;
    line-height: 34px;
  }

  .button_component-3 {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph {
    letter-spacing: .5px;
  }

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

  .pittogramma {
    width: 120px;
    height: 50px;
  }

  .pittogramma.is-gallery {
    width: 40px;
  }

  .is-positive {
    font-size: 13px;
    line-height: 20px;
  }

  .subtitle {
    font-size: 12px;
    line-height: 16px;
  }

  .title_div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

  .title_div.is-form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 40px;
  }

  .section-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-2.is-technical {
    justify-content: center;
    align-items: flex-end;
    padding-top: 120px;
  }

  .section-2.is-technical.is-central {
    justify-content: center;
    align-items: center;
  }

  .container-right.is-logo {
    height: 350px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-large-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-small-2.capitalize.orange {
    font-size: 14px;
  }

  .div-block-11 {
    width: 170px;
  }

  .button-2.is-submit {
    margin-top: 20px;
  }

  .form_label-2 {
    font-size: 11px;
  }

  .form_field_wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .form_field-2 {
    font-size: 13px;
  }

  .form_component-2 {
    padding: 40px 30px 60px;
  }

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

  .footer_column {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-12 {
    flex-flow: column;
  }

  .footer_item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: start;
  }

  .info_wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .div-block-13 {
    justify-content: center;
    align-items: center;
  }

  .div-block-14 {
    width: 170px;
  }

  .contact_link {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
  }

  .footer_text {
    text-align: center;
  }

  .footer_partner_container {
    grid-row-gap: 100px;
    text-align: center;
    flex-flow: column;
    grid-template: ". Area"
    / 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .partner__container {
    justify-content: space-between;
    align-items: center;
  }

  .heading-small-3.capitalize.orange {
    font-size: 14px;
  }

  .div-block-15 {
    width: 170px;
  }

  .button_component-4 {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button_component-4.hover-blue {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-large-hero {
    font-size: 1.8rem;
  }

  .heading-3 {
    font-size: 15px;
  }

  .tipologici-container {
    width: 100%;
  }

  .price {
    font-size: 18px;
  }

  .txt-wrap.tipologici, .txt-wrap.plan-card-body {
    margin-top: 20px;
  }

  .tipo-image-wrap {
    height: 200px;
  }

  .tipologici-wrap {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gallery-slider {
    height: 50vw;
    min-height: 300px;
    max-height: 350px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    left: -20%;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    right: -20%;
  }

  .subtitle-hero.tecnical {
    font-size: 15px;
  }

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

  .lightbox-gallery-wrap {
    max-height: none;
  }

  .lightbox-grid-container {
    grid-template-rows: 50vw;
    grid-auto-rows: 50vw;
  }

  .section-3 {
    padding: 60px 20px;
  }

  .txt_wrap-3 {
    padding: 16px 0;
  }

  .image_hover-2 {
    font-size: 9vw;
  }

  .section-4 {
    padding: 60px 20px;
  }

  .text-wrap-2 {
    padding-top: 30px;
  }

  .slide-content-2 {
    width: 100%;
  }

  .text-wrap-3 {
    padding-top: 30px;
  }

  .box_dida-2 {
    flex: 1;
    padding: 32px 20px;
  }

  .subtitle-partner.red {
    font-size: 12px;
  }

  .logo {
    width: 120px;
    height: 50px;
  }

  .grid-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: 300px;
    grid-template-columns: 2fr 1fr;
  }

  .text-container-quote {
    margin-bottom: 0;
  }

  .image-fullscreen-copy.map {
    height: 80vw;
  }

  .image-wrap-map {
    margin-bottom: 20px;
  }

  .background-video.is-responsive {
    object-position: 100% 50%;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .botton-wrap {
    margin-top: 20px;
  }

  .icon-embed-xxsmall-7:where(.w-variant-340dd774-3ec5-262b-80c7-00da016a1d79), .icon-embed-xxsmall-7.richiedi-info-2 {
    width: 18px;
    height: 18px;
  }

  .tour-01_tab {
    background-position: 50%;
    background-size: 130%;
  }

  .tour-01_tab.quadri {
    background-size: contain;
  }

  .tour-01_tab_link {
    width: 40px;
    height: 40px;
  }

  .tour-01_tab_link._01.bilo {
    left: 58%;
  }

  .tour-01_tab_link._02.quadri {
    left: 23%;
  }

  .tour-01_tab_link._02.bilo {
    left: 30%;
  }

  .tour-01_tab_link._03.quadri {
    top: 54%;
    left: 67%;
  }

  .div-block-16 {
    flex-flow: column;
  }

  .div-block-17 {
    width: 170px;
  }

  .div-block-18 {
    flex-flow: column;
  }

  .div-block-19 {
    justify-content: center;
    align-items: center;
  }

  .div-block-20 {
    width: 170px;
  }

  .splide__slide-2, .splide__slide-2.is-width-auto {
    width: 100%;
  }

  .carousel-01_link {
    height: 80px;
  }

  .wrap_sec.bg-verde-pallido.vt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrap_sec.vt.bg-verde-pallido {
    padding-left: 0;
    padding-right: 0;
  }

  .tour02_tabs {
    width: 100%;
    height: 300px;
  }

  .div-block-35 {
    margin-right: 0;
  }

  .tour02 {
    align-items: center;
  }

  .tour02_cones {
    width: 280px;
    height: 300px;
  }

  .tour02_cones.bilocale {
    background-size: 280px;
    height: 500px;
  }

  .tour02_cones.quadrilocale {
    background-size: 300px;
    height: 400px;
  }

  .tour02_cones.trilocale {
    background-size: 300px;
    height: 500px;
  }

  .wrap-vt-info {
    font-size: 14px;
  }

  .tabs-menu {
    flex-direction: column;
  }

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

  .tour02_cone.quadrilocale_01 {
    top: 29%;
    left: 16%;
  }

  .tour02_cone.quadrilocale_03 {
    left: 60%;
  }

  .tour02_cone.bilocale_03 {
    top: 35%;
    left: 61%;
  }

  .tour02_cone.trilocale_04 {
    top: 54%;
    left: 29%;
  }

  .tour02_cone.quadrilocale_05 {
    left: 13%;
  }

  .tour02_cone.bilocale_02 {
    left: 77%;
  }

  .tour02_cone.trilocale_01 {
    top: 31%;
    left: 32%;
  }

  .tour02_cone.bilocale_01 {
    left: 61%;
  }

  .tour02_cone.quadrilocale_02 {
    top: 82%;
  }

  .tabs {
    width: 100%;
  }

  .div-block-36 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .heading-5 {
    width: 100%;
  }

  .data_text_container {
    text-align: center;
  }

  .no-wrap {
    white-space: nowrap;
  }

  .tecma-template {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tecma-title, .plan-code {
    font-size: 15px;
  }

  .tecma-price {
    font-size: 18px;
  }

  .plans-card-template {
    width: 100%;
  }

  .heading-l {
    max-width: 350px;
    font-size: 30px;
    line-height: 30px;
  }

  .collection-list-4 {
    flex-flow: column;
  }

  .search_label {
    font-size: 20px;
  }

  .header_component-2 {
    padding-left: 0;
  }

  .lable-title {
    font-size: 20px;
  }

  .fs-selectcustom_dropdown {
    width: 100%;
  }

  .fs-message {
    padding: 1rem;
  }

  .fs-rangeslider_wrapper {
    padding: 2rem;
  }

  .div-block-88 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}

#w-node-_71f062db-e352-c0af-4fa6-dc1bef35ab50-ef35ab4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_71f062db-e352-c0af-4fa6-dc1bef35ab55-ef35ab4b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_71f062db-e352-c0af-4fa6-dc1bef35ab59-ef35ab4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_71f062db-e352-c0af-4fa6-dc1bef35ab5e-ef35ab4b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_88648c23-6b79-aa7c-e0c9-b4c83975d792-3975d774, #w-node-_88648c23-6b79-aa7c-e0c9-b4c83975d79e-3975d774, #w-node-_88648c23-6b79-aa7c-e0c9-b4c83975d7a2-3975d774, #policyFlagsContainer.w-node-_88648c23-6b79-aa7c-e0c9-b4c83975d7a5-3975d774 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88648c23-6b79-aa7c-e0c9-b4c83975d7a8-3975d774 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-deda7516-ef6f-548d-0bb2-8a93413b66c3-1de9f0e0 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_99487c9b-5de6-1ed6-380b-3b2e1c0207fb-1de9f0e1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8c30538c-e985-7c5e-f4dd-463c01275641-1de9f0e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d30ab2e6-3d36-83f9-3b70-c1f2e1941c40-1de9f0e1, #w-node-_6cb04407-8da1-2c8d-2749-98b351ba7eb5-1de9f0e1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_64b5cc8d-2f23-8425-33aa-f79904e5847c-1de9f0e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f39a1290-6558-b1ad-c809-3be5e8a4dd56-1de9f0e5 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_71f062db-e352-c0af-4fa6-dc1bef35ab50-ef35ab4b, #w-node-_71f062db-e352-c0af-4fa6-dc1bef35ab59-ef35ab4b {
    grid-column: span 1 / span 1;
  }

  #w-node-deda7516-ef6f-548d-0bb2-8a93413b66c3-1de9f0e0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_63bf5310-c827-1d70-192c-68da9b95a6d9-1de9f0e1 {
    align-self: stretch;
  }

  #w-node-f39a1290-6558-b1ad-c809-3be5e8a4dd56-1de9f0e5 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_71f062db-e352-c0af-4fa6-dc1bef35ab50-ef35ab4b, #w-node-_71f062db-e352-c0af-4fa6-dc1bef35ab59-ef35ab4b, #w-node-_88648c23-6b79-aa7c-e0c9-b4c83975d792-3975d774, #w-node-_88648c23-6b79-aa7c-e0c9-b4c83975d79e-3975d774, #w-node-_88648c23-6b79-aa7c-e0c9-b4c83975d7a2-3975d774, #policyFlagsContainer.w-node-_88648c23-6b79-aa7c-e0c9-b4c83975d7a5-3975d774 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_71f062db-e352-c0af-4fa6-dc1bef35ab50-ef35ab4b, #w-node-_71f062db-e352-c0af-4fa6-dc1bef35ab59-ef35ab4b {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-_53cf1a35-9676-a0cb-6d3a-152d5dffc57e-1de9f0e1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_64b5cc8d-2f23-8425-33aa-f79904e5847c-1de9f0e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


