:root {
  --color-1: #273f47;
  --color-7: #605a55;
  --black: #474747;
  --black-2: #2e2e2e;
  --grey-2: #6e6e6e;
  --white: white;
  --color-11: #bb553f;
  --light: #ececec;
  --color-2: #4c6a72;
  --grey: #e1e1e1;
  --color-8: #c9bfb6;
  --line: transparent;
  --hover-dark: #0006;
  --color-9: #fafafa;
  --color-4: #7f7b78;
  --color-3: #ebf3f7;
  --color-5: #ccc7c4;
  --color-6: #f5f4f3;
  --color-10: #c3a587;
}

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

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

body {
  color: var(--color-1);
  text-align: center;
  font-family: retail-variable, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}

h2 {
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: grand-central, sans-serif;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.3;
}

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(--color-7);
  max-width: 500px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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(--black);
  flex: none;
  margin-top: 2px;
  margin-right: 10px;
}

.form_checkbox.w--redirected-checked {
  border-color: var(--black-2);
  background-color: var(--black-2);
}

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

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

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

.form_field::placeholder {
  color: var(--grey-2);
  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: 20px;
  color: var(--grey-2);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form_link {
  color: var(--white);
  font-size: 13px;
  text-decoration: underline;
  transition: color .35s;
}

.form_link:hover {
  color: var(--color-11);
}

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

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

.footer_link {
  color: var(--color-1);
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 4px;
  font-size: 13px;
  text-decoration: none;
  transition: color .35s;
}

.footer_link:hover, .footer_link.w--current {
  color: var(--color-11);
}

.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;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav_component.tech {
  position: absolute;
}

.header_component {
  z-index: 21;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  padding: 220px 100px 60px;
  display: flex;
  position: relative;
}

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

.nav_logo_wrap.tech {
  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(--white);
  flex: none;
  height: 1px;
  margin-top: 2px;
}

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

.nav_link_line.active {
  display: none;
}

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

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

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

.section.bg-light {
  padding-left: 0;
  padding-right: 0;
}

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

.section.hide {
  display: none;
}

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

.section.is-intro.home {
  background-image: linear-gradient(#273f47eb, #273f47eb), url('../images/iStock-172133223-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.is-intro.progetto {
  background-image: linear-gradient(#273f47ed, #273f47ed), url('../images/iStock-1172450570-copia.webp');
}

.section.is-intro.interni {
  background-image: linear-gradient(#273f47d9, #273f47d9), url('../images/iStock-538335868-copia-2.webp');
}

.section.is-intro.contesto {
  background-image: linear-gradient(#273f47eb, #273f47eb), url('../images/iStock-1323990529-copia2.webp');
}

.section.is-intro.lifestyle {
  background-image: linear-gradient(#273f47f2, #273f47f2), url('../images/iStock-464583084-copia.webp');
  background-position: 0 0, 50%;
}

.section.is-contact {
  background-image: linear-gradient(0deg, var(--color-1), transparent 33%), linear-gradient(to bottom, #273f47e6, #273f47e6), url('../images/iStock-505336374-copia.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.gradient {
  background-image: url('../images/iStock-537953173-copia.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0;
}

.heading-xsmall {
  color: var(--color-2);
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.heading-large {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1.2;
}

.heading-medium {
  color: var(--black-2);
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2;
}

.heading-medium.gallery {
  color: var(--color-1);
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: grand-central, sans-serif;
  font-weight: 300;
}

.heading-medium.gallery.white {
  color: var(--white);
  margin-bottom: 0;
}

.container {
  z-index: 2;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  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-column-gap: 0px;
  grid-row-gap: 0px;
}

.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(--grey) var(--grey) var(--white) var(--white);
  background-color: var(--color-8);
  outline-color: var(--white);
  outline-offset: -1px;
  background-image: linear-gradient(#f5f4f380, #f5f4f380);
  outline-width: 10px;
  outline-style: solid;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
}

.container.overlying.double {
  border-style: solid;
  border-width: 40px;
  border-top-color: var(--white);
  border-right-color: var(--white);
  background-color: var(--color-8);
  outline-color: var(--white);
  outline-offset: -1px;
  background-image: linear-gradient(#f5f4f380, #f5f4f380);
  outline-width: 10px;
  outline-style: solid;
  max-width: 1100px;
}

.container.overlying.reverse-hor {
  border-right-style: solid;
  border-right-color: var(--white);
  border-left-style: none;
  flex-direction: row-reverse;
}

.container.overlying.reverse-hor.reverse-ver {
  border-top-color: var(--white);
}

.container.overlying.reverse-ver {
  border-top-style: solid;
  border-top-color: var(--white);
  border-bottom-style: none;
}

.container.overlying.reverse-ver.middle {
  border-bottom: 1px solid #fff;
  border-top-color: var(--white);
}

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

.container.direction-horizontal.large {
  flex-flow: row;
}

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

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

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

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

.container.large.no-gap.hide {
  display: none;
}

.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;
  color: var(--white);
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 80px;
}

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

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

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

.container.full {
  max-width: 1700px;
}

.container.hide {
  display: 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;
  line-height: 0;
}

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

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

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

.button_tertiary {
  border-bottom: 1px solid var(--line);
  color: var(--black-2);
  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);
  letter-spacing: .5px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.footer_title {
  color: var(--color-2);
  text-transform: uppercase;
  margin-right: 20px;
  font-family: grand-central, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1;
}

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

.nav_link {
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  flex: 1;
  padding: 10px;
  line-height: 1;
  text-decoration: none;
}

.nav_link.w--current {
  border-bottom: 1px solid var(--white);
  font-weight: 700;
}

.button_primary {
  border: 1px solid var(--black);
  background-color: var(--hover-dark);
  color: var(--white);
  text-transform: capitalize;
  border-radius: 50px;
  padding: 16px 32px;
  font-size: .9em;
  line-height: 1;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.button_primary:hover {
  color: var(--black);
  background-color: #0000;
}

.button_primary.submit {
  background-color: var(--black);
  color: var(--white);
  margin-top: 16px;
}

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

.button-icon {
  border: 2px solid var(--grey);
  background-color: var(--grey);
  color: var(--white);
  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(--grey);
  background-color: #8764b800;
}

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

.image-fullscreen.map {
  height: 45vw;
}

.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(--black);
  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(--black);
  flex: none;
  width: 2px;
  height: 40%;
  position: absolute;
  transform: rotate(45deg);
}

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

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

.header_img {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--hover-dark), var(--hover-dark)), url('../images/placeholder-effective.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0;
}

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

.header_img.progetto {
  background-image: linear-gradient(0deg, #0003 27%, transparent 61%), linear-gradient(to bottom, var(--hover-dark), var(--hover-dark)), url('../images/AC1662_VP01_Exterior_Rev02-copia.webp');
  background-position: 0 0, 0 0, 50% 80%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

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

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

.header_img.lifestyle {
  background-image: linear-gradient(to bottom, var(--hover-dark), var(--hover-dark)), url('../images/AC1662_VP02_Interior_Terrazzo_rev01-copia.webp');
  background-position: 0 0, 50% 55%;
}

.heading-small {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 1.2;
}

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

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

.slider_arrow.right {
  background-image: url('../images/arrow-right.svg');
}

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

.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: 32px;
  grid-row-gap: 32px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 20px;
  display: grid;
}

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

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

.footer_row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--grey-2);
  flex-wrap: wrap;
  justify-content: center;
  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;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer_row.padding-sx-0 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
}

.footer_row.padding-sx-0.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer_row.flex-vertical {
  flex-flow: column;
}

.header_hover {
  z-index: 2;
  background-color: var(--hover-dark);
  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: -124px;
  margin-right: -124px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav_links.tech {
  margin-left: auto;
  margin-right: auto;
}

.flag_component {
  color: var(--white);
  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;
}

.flag_component.small {
  width: 20px;
  height: 20px;
}

.nav_line {
  z-index: 1;
  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: 60%;
  display: flex;
}

.contact_column._40 {
  width: 40%;
}

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

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

.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: 100%;
  min-height: 500px;
  display: flex;
}

.container_image.full {
  height: 100%;
  max-height: none;
}

.container_image.position_left-100 {
  object-position: 100% 50%;
}

.form_title {
  color: var(--white);
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 32px;
  font-family: grand-central, sans-serif;
  font-size: 2em;
  line-height: 1;
}

.form_par {
  color: var(--white);
  text-align: left;
  max-width: 280px;
  margin-bottom: 40px;
}

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

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

.txt_wrap.bg_light {
  background-color: var(--color-8);
  background-image: linear-gradient(#f5f4f380, #f5f4f380);
  align-self: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.txt_wrap.horizontal {
  background-color: var(--color-8);
  text-align: center;
  background-image: linear-gradient(#f5f4f380, #f5f4f380);
  justify-content: center;
  align-self: stretch;
  width: 100%;
  max-width: 450px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.txt_wrap.quote {
  z-index: 2;
  background-color: var(--grey);
  color: #989898;
  text-align: left;
  align-items: flex-start;
  width: auto;
  max-width: 60vw;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 100px;
  position: relative;
}

.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 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.slide_title {
  color: var(--black);
  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 #000;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  padding: 6px;
}

.txt-uppercase {
  text-transform: uppercase;
  max-width: 600px;
  line-height: 1.3;
}

.txt-uppercase.no-margin-top {
  color: var(--color-1);
  font-family: grand-central, sans-serif;
}

.floorplan_txt_wrap {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 37vw;
  min-width: 33vw;
  max-width: 73vh;
  height: 76px;
  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;
  margin-right: 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 {
  text-transform: uppercase;
  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(--black);
  color: var(--white);
}

.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(--hover-dark);
  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(--black);
  color: var(--white);
  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(--black);
  text-align: left;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
}

.poi_distance {
  color: var(--hover-dark);
  font-size: .8em;
}

.accordion_img_wrap {
  color: var(--white);
  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(--grey);
  opacity: .7;
  position: absolute;
  inset: 0;
}

.arrow_disable.left.bottom {
  background-color: var(--white);
  width: 60px;
  height: 40px;
  margin-left: 15px;
  bottom: auto;
  right: auto;
}

.arrow_disable.right {
  display: none;
}

.arrow_disable.right.bottom {
  background-color: var(--white);
  width: 60px;
  height: 40px;
  margin-right: 15px;
  display: none;
  bottom: auto;
  left: auto;
}

.download_component {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border-bottom: 60px solid var(--grey);
  border-left: 60px solid var(--grey);
  background-color: var(--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(--black);
  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(--white);
  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(--white);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 0;
  left: -124px;
}

.par_line {
  background-color: var(--color-4);
  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;
  position: relative;
  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(--hover-dark);
  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 {
  text-align: left;
}

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

.box {
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  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;
}

.nav_space {
  height: 140px;
}

.quote_wrap {
  background-image: url('../images/pittogramma-oro.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
}

.quote_txt {
  color: var(--white);
  max-width: 770px;
  font-family: beaufort-pro, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
}

.quote_txt.medium {
  font-weight: 500;
}

.quote_par {
  color: var(--black);
  border-left-style: none;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 0;
  font-size: 32px;
  line-height: 1.2;
}

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

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

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

.overlying_txt_wrap {
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 540px;
  padding: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.partner_icon {
  z-index: 2;
  border: 1px solid var(--white);
  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(--white);
  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);
  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 {
  cursor: pointer;
}

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

.slide_txt {
  color: var(--hover-dark);
  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: flex-start;
  align-items: stretch;
  min-height: 100vh;
  padding: 160px 100px 40px;
  display: flex;
}

.header_component_nav-small.bg-color {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#273f47e6, #273f47e6), url('../images/iStock-505336374-copia.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.header_component_nav-small.bg-color-technical {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#273f47e6, #273f47e6), url('../images/AC1662_VPExt_03_Dettaglio01_rev01-copia.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

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

.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(--white);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.nav_lang_txt:hover {
  background-color: #fff3;
}

.nav_background {
  background-color: var(--color-1);
  display: none;
}

.nav_background.tech {
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.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(--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: #00000080;
  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: #0003;
  background-clip: border-box;
}

.partner_title {
  color: var(--hover-dark);
  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(--grey);
  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: 3vw;
  display: block;
  position: absolute;
}

.map_wrap {
  height: 550px;
  position: relative;
}

.section-gallery {
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.section-gallery._2-columns {
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.label_flag.show {
  background-color: var(--white);
  color: var(--color-1);
  display: flex;
}

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

.scroll_component {
  width: 60px;
  height: 60px;
  margin-top: 24px;
}

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

.hero-title {
  color: var(--white);
  letter-spacing: .5px;
  max-width: 700px;
  margin-bottom: 10px;
  font-family: grand-central, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}

.text-color-white {
  color: #fff;
}

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

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

.color_item._01 {
  background-color: var(--color-1);
}

.color_item._02 {
  background-color: var(--color-2);
}

.color_item._03 {
  background-color: var(--color-3);
}

.color_item._04 {
  background-color: var(--color-4);
}

.color_item._05 {
  background-color: var(--color-5);
}

.color_item._06 {
  background-color: var(--color-6);
}

.color_item._07 {
  background-color: var(--color-7);
}

.color_item._08 {
  background-color: var(--color-8);
}

.color_item._09 {
  background-color: var(--color-9);
}

.color_item._10 {
  background-color: var(--color-10);
}

.color_item.cta {
  background-color: var(--color-11);
}

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

.button-01 {
  background-color: var(--color-11);
  outline-color: var(--color-11);
  outline-offset: -1px;
  color: #fff;
  text-align: center;
  letter-spacing: .025rem;
  text-transform: uppercase;
  border-left: 32px solid #0000;
  border-right: 32px solid #0000;
  border-radius: 10px;
  outline-width: 2px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 20px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.button-01:hover {
  outline-color: var(--color-11);
  background-color: #0000;
  border-right-width: 24px;
  outline-width: 2px;
  outline-style: solid;
  padding-right: 28px;
}

.button-01.negative {
  color: var(--color-11);
  background-color: #fff;
  outline-color: #fff;
}

.button-01.negative:hover {
  outline-offset: -1px;
  color: #fff;
  background-color: #fff0;
  outline: 2px solid #fff;
}

.button-01-text {
  color: var(--color-11);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-right: 8px solid #0000;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  position: relative;
}

.button-01-text:hover {
  color: var(--color-1);
  border-right: 1px solid #0000;
  padding-right: 27px;
}

.button-01-text.negative {
  color: #fff;
}

.button-01-text.negative:hover {
  color: var(--color-11);
}

.button-01-secondary {
  outline-color: var(--color-11);
  outline-offset: -1px;
  color: var(--color-11);
  text-align: center;
  letter-spacing: .025rem;
  text-transform: uppercase;
  border-left: 32px solid #0000;
  border-right: 32px solid #0000;
  border-radius: 10px;
  outline-width: 2px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 20px;
  text-decoration: none;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.button-01-secondary:hover {
  background-color: var(--color-11);
  outline-color: var(--color-11);
  color: var(--white);
  border-right-width: 24px;
  outline-width: 2px;
  outline-style: solid;
  padding-right: 28px;
}

.button-01-secondary.negative {
  color: #fff;
  background-color: #0000;
  outline-color: #fff;
}

.button-01-secondary.negative:hover {
  outline-color: var(--color-11);
  color: var(--color-11);
}

.button-01_icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  right: 0;
}

.button-01_text {
  margin-top: 3px;
  margin-right: 10px;
}

.button-wrap {
  z-index: 1;
  margin-top: 40px;
  position: relative;
}

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

.footer_link-2 {
  color: var(--color-1);
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 13px;
  text-decoration: none;
  transition: color .35s;
}

.footer_link-2:hover {
  color: var(--color-11);
}

.footer_link-2.capitalize-none {
  text-transform: none;
  font-size: 12px;
  text-decoration: underline;
}

.footer_text {
  color: var(--color-1);
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

.footer_text.is-classe-energetica {
  margin-bottom: 10px;
  font-size: 14px;
}

.mail {
  width: 70px;
  height: 60px;
}

.contact_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
}

.contact_txt {
  color: var(--white);
  text-align: center;
  text-transform: none;
  max-width: 770px;
  font-size: 30px;
  line-height: 40px;
}

.slider-09_component {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  height: 100%;
  line-height: 1.8;
  overflow: hidden;
}

.slide-09_sub {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
}

.slide-09_container {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 140px 15%;
  display: flex;
}

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

.image-fit-cover.is-relative {
  z-index: -1;
  position: relative;
}

.header {
  z-index: 21;
  color: #fff;
  background-color: #000000a1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  min-height: 100vh;
  padding: 220px 4vw 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header.black {
  background-color: #363b4a;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: row;
  align-items: stretch;
  padding-top: 160px;
  padding-bottom: 50px;
}

.header.black.no-padding {
  padding: 0 0;
}

.slider-09_nav {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.slide-09_text_container {
  z-index: 2;
  display: none;
  position: relative;
}

.arrow-gallery {
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  margin-bottom: 140px;
  margin-right: 30px;
  transition: background-color .35s;
  right: 0;
}

.arrow-gallery:hover {
  background-color: #f2f0e780;
}

.arrow-gallery.left {
  border-radius: 1005px;
  margin-bottom: 190px;
  bottom: 0;
}

.arrow-gallery.right {
  border-radius: 100%;
  bottom: 0;
}

.slide-09_image_wrapper {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.slide-09_heading {
  color: var(--white);
  margin-bottom: 0;
  font-family: grand-central, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.background_hover {
  z-index: 1;
  background-color: #000000a1;
  position: absolute;
  inset: 0;
}

.background_hover.light {
  background-color: #0000;
  background-image: linear-gradient(90deg, #0006, #0000 50%, #0006);
}

.container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-2.full {
  max-width: none;
}

.icon-2 {
  font-size: 20px;
}

.slider-09_text_mask {
  position: relative;
  overflow: hidden;
}

.video {
  width: 100%;
  height: 100%;
  line-height: 0;
}

.pittogramma-outline {
  z-index: 0;
  opacity: .2;
  background-image: url('../images/pittogramma-outline05.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 950px;
  height: 286px;
  position: absolute;
  top: auto;
  bottom: -130px;
  left: -180px;
}

.pittogramma-outline.is-white {
  opacity: .5;
  background-image: url('../images/pittogramma-white-outline05.svg');
}

.form_link-3 {
  color: var(--color-11);
  transition: color .35s;
}

.form_link-3:hover {
  color: var(--white);
}

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

.dropdown_choice:active, .dropdown_choice:focus, .dropdown_choice:visited {
  color: var(--color-11);
}

.dropdown_close {
  color: #fff6;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.stylesheet {
  grid-column-gap: 0px;
  grid-row-gap: 1.5rem;
  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;
}

.dropdown_list {
  font-weight: 400;
}

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

.policy-flag {
  color: var(--color-5);
  flex-direction: row;
  align-items: flex-start;
  font-size: 13px;
  display: flex;
}

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

.display-none-3 {
  display: none;
}

.form_field-2 {
  color: var(--white);
  background-color: #ffffff1a;
  border: 1px #000;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.form_field-2:focus {
  color: var(--color-1);
  background-color: #fffc;
}

.form_field-2.text-capitalize-everyword::placeholder, .form_field-2.text-capitalize-lowercase::placeholder {
  text-transform: none;
}

.form_field-2.is-message {
  min-height: 100px;
}

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

.form_label {
  color: var(--white);
  margin-bottom: 0;
  font-family: grand-central, sans-serif;
  font-weight: 300;
}

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

.button.is-submit {
  border: 1px solid var(--color-11);
  background-color: var(--color-11);
  letter-spacing: .025rem;
  text-transform: uppercase;
  border-radius: 10px;
  align-self: flex-start;
  padding: 14px 40px;
  font-size: 16px;
  transition: background-color .35s;
}

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

.button.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  color: var(--color-11);
  border-radius: 10px;
  align-items: center;
  padding: 7px 10px 5px;
  transition: background-color .35s;
  display: flex;
}

.button.is-icon:hover {
  background-color: #0000;
}

.button.is-text {
  text-decoration: underline;
}

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

.form_text-2 {
  color: var(--color-5);
  font-size: 13px;
}

.footer-policy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.partner-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partner-wrap {
  width: 100px;
  height: 80px;
}

.partner-wrap.ad83 {
  width: 100px;
}

.line {
  background-color: var(--grey-2);
  flex: none;
  align-self: stretch;
  width: 1px;
  height: 80px;
}

.image-wrap {
  width: 100%;
  height: 100%;
  display: flex;
}

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

.container-3 {
  flex-direction: column;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-3.is-technical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white);
  align-items: center;
}

.button_component {
  cursor: pointer;
  text-decoration: none;
}

.header-techinal {
  color: var(--white);
  font-family: grand-central, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.header-techinal.margin-top {
  margin-top: 40px;
}

.container-4 {
  flex-direction: column;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-4.is-technical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  align-items: center;
}

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

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

.button_component-3 {
  cursor: pointer;
  text-decoration: none;
}

.gtm {
  display: none;
}

.no-wrap {
  white-space: nowrap;
}

.note-legali {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

.gdpr_richtext h1 {
  text-align: left;
  font-size: 30px;
  font-weight: 400;
}

.gdpr_richtext h2 {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 1.5em;
}

.gdpr_richtext h3 {
  text-align: left;
}

.gdpr_richtext p {
  max-width: none;
}

.gdpr_richtext a {
  color: var(--color-11);
  font-weight: 400;
  transition: color .35s;
}

.gdpr_richtext a:hover {
  color: var(--color-10);
}

.list-2 {
  padding-left: 20px;
}

.list-3, .list-4 {
  list-style-type: decimal;
}

.image-wrap-2 {
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.container_image-2.height {
  align-items: stretch;
  height: 100%;
  max-height: none;
}

.link-logo {
  display: none;
}

.header_component_nav-gallery {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  padding: 160px 100px 40px;
  display: flex;
}

.header_component_nav-gallery.bg-color {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#273f47e6, #273f47e6), url('../images/iStock-505336374-copia.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.header_component_nav-gallery.bg-color-technical {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#273f47e6, #273f47e6), url('../images/AC1662_VPExt_03_Dettaglio01_rev01-copia.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.header_component_nav-contatti {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  padding: 160px 100px 40px;
  display: flex;
}

.header_component_nav-contatti.bg-color {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#273f47e6, #273f47e6), url('../images/iStock-505336374-copia.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.header_component_nav-contatti.bg-color-technical {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#273f47e6, #273f47e6), url('../images/AC1662_VPExt_03_Dettaglio01_rev01-copia.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.header_component_nav-tech {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  padding: 160px 100px 40px;
  display: flex;
}

.header_component_nav-tech.bg-color {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#273f47e6, #273f47e6), url('../images/iStock-505336374-copia.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.header_component_nav-tech.bg-color-technical {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#273f47e6, #273f47e6), url('../images/AC1662_VPExt_03_Dettaglio01_rev01-copia.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.header_component_nav-technical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  padding: 160px 100px 40px;
  display: flex;
}

.header_component_nav-technical.bg-color {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#273f47e6, #273f47e6), url('../images/iStock-505336374-copia.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.header_component_nav-technical.bg-color-technical {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#273f47e6, #273f47e6), url('../images/AC1662_VPExt_03_Dettaglio01_rev01-copia.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.div-block {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_logo_wrap_tech {
  z-index: 2;
  filter: saturate(0%) brightness(200%);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 30px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .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: space-between;
    padding-bottom: 110px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav_logo_wrap {
    z-index: 3;
    filter: invert();
    position: relative;
  }

  .nav_logo_wrap.tech {
    display: flex;
  }

  .nav_link_wrap {
    align-self: auto;
  }

  .nav_link_line {
    background-color: var(--black-2);
  }

  .section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section.quote {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .section.is-contact {
    justify-content: center;
    display: flex;
  }

  .container {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    align-items: center;
  }

  .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;
    border-top-color: var(--white);
    flex-direction: column;
  }

  .container.overlying.double {
    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.tecnical {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.contact {
    flex-direction: column;
    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(--black-2);
    text-transform: none;
    margin-top: 0;
    padding-bottom: 8px;
    font-size: 1rem;
  }

  .nav_link.w--current {
    border-bottom-color: var(--black-2);
  }

  .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(--white);
  }

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

  .nav_buttons {
    z-index: 4;
    flex-direction: row-reverse;
    position: relative;
    top: auto;
    right: auto;
  }

  .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: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    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 {
    flex: none;
  }

  .contact_column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 600px;
  }

  .contact_column._40 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .slide_img_wrap {
    flex: none;
  }

  .footer_component {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container_image {
    max-height: 60vw;
  }

  .form_title {
    text-align: center;
  }

  .form_par {
    text-align: center;
    max-width: 500px;
  }

  .txt_wrap {
    padding-left: 48px;
    padding-right: 48px;
  }

  .txt_wrap.bg_light {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .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;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fffc;
    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_img-full {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .quote_img-frame {
    display: none;
  }

  .overlying_txt_wrap {
    padding: 60px 48px;
  }

  .slide_icon_wrap {
    flex: none;
  }

  .accordion_img_wrap-2 {
    height: 30vw;
  }

  .header_component_nav-small {
    padding-top: 120px;
    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);
    color: var(--black-2);
  }

  .nav_background {
    z-index: 0;
    background-color: var(--light);
    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;
  }

  .slide-09_container {
    padding-left: 10%;
    padding-right: 10%;
  }

  .header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .header.black {
    height: auto;
    padding-top: 190px;
    padding-bottom: 60px;
  }

  .slider-09_nav {
    display: none;
    bottom: 0;
  }

  .arrow-gallery.left, .arrow-gallery.right {
    margin-right: 3vw;
  }

  .pittogramma-outline {
    width: 450px;
    height: 140px;
    bottom: -40px;
    left: -125px;
  }

  .form_field-2 {
    line-height: 20px;
  }

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

  .note-legali {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container_image-2 {
    max-height: 60vw;
  }

  .link-logo {
    z-index: 3;
    width: 230px;
    height: 96px;
    display: block;
    position: relative;
  }

  .header_component_nav-gallery, .header_component_nav-contatti {
    padding-top: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .header_component_nav-contatti.bg-color {
    padding-left: 32px;
    padding-right: 32px;
  }

  .header_component_nav-tech, .header_component_nav-technical {
    padding-top: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav_logo_wrap_tech {
    z-index: 3;
    filter: invert();
    display: none;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  body {
    text-align: left;
    font-size: 14px;
  }

  h1 {
    color: var(--color-7);
    line-height: 26px;
  }

  h2 {
    text-align: center;
    font-size: 2em;
  }

  p {
    text-align: center;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .footer_link {
    padding-left: 0;
    padding-right: 0;
  }

  .header_component {
    background-color: var(--light);
    color: var(--black-2);
    justify-content: flex-start;
    min-height: 88vh;
    padding: 82px 0 32px;
  }

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

  .section.overflow-hidden.no-padding-bottom {
    padding-top: 48px;
  }

  .section.overflow-hidden.slider_home {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-large {
    font-size: 2rem;
  }

  .heading-medium.gallery {
    text-align: center;
  }

  .container.overlying {
    border-style: none;
    border-width: 32px;
    flex-direction: column;
  }

  .container.overlying.double {
    border-width: 32px;
    border-left-style: none;
    border-right-style: none;
  }

  .container.overlying.reverse-hor {
    border-right-style: none;
    flex-flow: column-reverse;
  }

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

  .container.direction-horizontal, .container.direction-horizontal.reverse {
    flex-direction: column;
  }

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

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

  .header_img {
    flex: 1;
    order: -1;
    width: 100%;
    height: 70vw;
    min-height: 250px;
    margin-bottom: 60px;
    position: static;
  }

  .header_img.interni {
    background-image: url('../images/AC1662_VP01_Interior_Living_rev02-copia.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .header_img.progetto {
    background-image: url('../images/AC1662_VP01_Exterior_Rev02-copia.webp');
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .header_img.home {
    background-image: url('../images/AC1662_VPExt_03_Dettaglio01_rev01-copia.webp');
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80vw;
    margin-bottom: 57px;
  }

  .header_img.contesto {
    background-image: url('../images/iStock-1269934827-copia.webp'), url('../images/pexels-stywo-1054218-copia.webp');
    background-position: 50% 20%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .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;
    background-size: contain;
    width: 20px;
    inset: 0% auto auto 0%;
  }

  .slider_arrow.right {
    margin-left: 8px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 50%;
  }

  .slider_arrow.right.bottom {
    background-size: contain;
    width: 20px;
    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 {
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer_row {
    justify-content: center;
    align-items: center;
  }

  .nav_hamburger {
    height: 40px;
  }

  .contact_column {
    width: 100%;
  }

  .footer_component, .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 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .txt_wrap.horizontal {
    text-align: left;
    width: 100%;
    max-width: none;
    padding: 60px 32px;
  }

  .txt_wrap.quote {
    max-width: 72vw;
    padding: 48px 32px;
  }

  .txt_wrap.slider {
    text-align: center;
    align-items: center;
    width: 100%;
  }

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

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

  .txt-uppercase.no-margin-top {
    text-align: center;
  }

  .floorplan_component {
    min-height: auto;
  }

  .poi_item {
    text-align: center;
  }

  .poi_number.absolute {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
  }

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

  .overlying_image, .overlying_image.double {
    margin: 0;
  }

  .overlying_image.double.right {
    margin: 0 0 -32px;
  }

  .overlying_image.reverse-hor {
    height: 120vw;
    margin-left: 0;
    margin-right: 0;
  }

  .overlying_image.reverse-ver {
    height: 120vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-bottom_mask {
    width: 50%;
    height: 39vw;
  }

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

  .footer_links {
    justify-content: center;
  }

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

  .quote_txt {
    text-align: center;
    font-size: 35px;
  }

  .overlying_txt_wrap {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    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;
  }

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

  .scroll_component {
    opacity: .65;
    filter: invert();
  }

  .hero-title {
    color: var(--color-7);
    margin-bottom: 10px;
  }

  .footer_link-2.capitalize-none {
    white-space: nowrap;
  }

  .footer_text {
    line-height: 1.5;
  }

  .contact_txt {
    text-align: center;
  }

  .slide-09_container {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .header.black {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .arrow-gallery.left {
    margin-bottom: 60px;
  }

  .arrow-gallery.right {
    margin-bottom: 10px;
  }

  .background_hover {
    background-color: #000000a1;
  }

  .pittogramma-outline {
    width: 350px;
    height: 100px;
    bottom: -26px;
    left: -102px;
  }

  .form_field-2 {
    margin-bottom: 15px;
  }

  .note-legali {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gdpr_richtext p {
    text-align: left;
  }

  .link-logo {
    opacity: .62;
    filter: invert();
    margin-bottom: 40px;
  }

  .link-logo.w--current {
    opacity: .65;
    filter: invert();
    margin-bottom: 40px;
  }

  .header_component_nav-gallery, .header_component_nav-contatti {
    padding-top: 20px;
  }

  .header_component_nav-contatti.bg-color {
    padding-top: 120px;
  }

  .header_component_nav-technical {
    padding-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 14px;
    line-height: 24px;
  }

  h2 {
    margin-top: 0;
    font-size: 25px;
  }

  p {
    font-size: 14px;
    line-height: 26px;
  }

  .todelete {
    display: none;
  }

  .form {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

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

  .section {
    padding: 60px 20px;
  }

  .section.overflow-hidden.slider_home {
    height: auto;
  }

  .section.gap100 {
    grid-row-gap: 48px;
  }

  .heading-xsmall.txt_align-left {
    text-align: left;
  }

  .heading-large, .heading-medium {
    font-size: 1.8rem;
  }

  .heading-medium.gallery {
    font-size: 1.7rem;
  }

  .container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-items: flex-start;
  }

  .container.overlying.double {
    border-width: 20px;
  }

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

  .container.quote {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .container.video {
    margin-left: -20px;
    margin-right: -20px;
  }

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

  .card-big_txt {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_title {
    margin-bottom: 20px;
  }

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

  .button_primary.submit {
    margin-top: 20px;
  }

  .image-fullscreen.map {
    height: 80vw;
  }

  .header_img.interni {
    background-image: url('../images/AC1662_VP01_Interior_Living_rev02-copia.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .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;
    grid-template-columns: 1fr;
  }

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

  .contact_column {
    flex-direction: column;
    display: flex;
  }

  .footer_component, .header_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container_image {
    min-height: 300px;
  }

  .container_image.mobile-full {
    margin-left: -20px;
    margin-right: -20px;
  }

  .txt_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .txt_wrap.bg_light {
    padding: 40px 20px;
  }

  .txt_wrap.bg_light.center-allign {
    align-items: center;
  }

  .txt_wrap.horizontal {
    padding: 40px 20px;
  }

  .txt_wrap.quote {
    padding: 32px 24px;
  }

  .txt_wrap.slider {
    padding: 8px 16px;
  }

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

  .txt-uppercase.no-margin-top {
    font-size: 25px;
  }

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

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

  .par_line {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .overlying_image, .overlying_image.double {
    height: 120vw;
  }

  .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: 50px;
  }

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

  .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: 26px;
  }

  .quote_par {
    margin-bottom: 32px;
    font-size: 25px;
  }

  .overlying_txt_wrap {
    padding: 40px 20px;
  }

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

  .download_image {
    min-height: 240px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .txt-inline {
    display: inline;
  }

  .gallery_hover {
    font-size: 9vw;
  }

  .section-gallery {
    margin-top: 60px;
  }

  .section-gallery._2-columns {
    grid-template-rows: min-content auto auto;
    grid-template-columns: 1fr;
  }

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

  .hero-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .contact_wrap {
    background-size: 48px, 48px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact_txt {
    font-size: 28px;
  }

  .slide-09_container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .header {
    min-height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pittogramma-outline {
    width: 250px;
    height: 60px;
    bottom: -4px;
    left: -81px;
  }

  .header-techinal {
    line-height: 32px;
  }

  .gdpr_richtext h1 {
    font-size: 24px;
  }

  .gdpr_richtext p {
    font-size: 14px;
    line-height: 26px;
  }

  .mbile-no-margin {
    margin-bottom: 0;
  }

  .header_component_nav-gallery, .header_component_nav-contatti {
    padding-top: 60px;
  }

  .header_component_nav-contatti.bg-color {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header_component_nav-tech, .header_component_nav-technical {
    padding-top: 60px;
  }
}

#w-node-_6f24dbd2-31a2-4f71-7670-f1d20d354b46-a7e0d36e, #w-node-_6f24dbd2-31a2-4f71-7670-f1d20d354b52-a7e0d36e, #w-node-_6f24dbd2-31a2-4f71-7670-f1d20d354b8a-a7e0d36e, #policyFlagsContainer.w-node-_6f24dbd2-31a2-4f71-7670-f1d20d354b8d-a7e0d36e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f24dbd2-31a2-4f71-7670-f1d20d354b90-a7e0d36e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_6f24dbd2-31a2-4f71-7670-f1d20d354b91-a7e0d36e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e61fe464-3d7e-7b7e-3021-1b7629d9c835-8a13d262 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1cfbd556-5901-2c24-504f-efa5cd6d627e-8a13d262 {
  justify-self: end;
}

#w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a6d-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a6f-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a71-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a73-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a75-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a77-39656a5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a79-39656a5c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a7a-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a7c-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a7e-39656a5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a80-39656a5c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a81-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a83-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a85-39656a5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a87-39656a5c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a88-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a8a-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a8c-39656a5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a8e-39656a5c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a8f-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a91-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a94-39656a5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03ad4206-e02b-d65b-d67c-1b6cf705c0f7-8a13d267 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-a3df2a46-0da5-212c-a08e-d7334f4b881c-8a13d267 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c83d7ee5-c089-d69c-b188-90c6adcd0474-8a13d267 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2af26474-f3a3-8883-cb6c-7f8015e7c137-a3f5f7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4dda31b-a7e0-632c-0cc1-920df7ed3240-a3f5f7fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_03ad4206-e02b-d65b-d67c-1b6cf705c0f7-8a13d267, #w-node-a3df2a46-0da5-212c-a08e-d7334f4b881c-8a13d267 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c83d7ee5-c089-d69c-b188-90c6adcd0474-8a13d267 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a621ee6f-d8c1-686c-f6d9-9300db7a6de9-a3f5f7fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a4dda31b-a7e0-632c-0cc1-920df7ed3240-a3f5f7fb {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6f24dbd2-31a2-4f71-7670-f1d20d354b46-a7e0d36e, #w-node-_6f24dbd2-31a2-4f71-7670-f1d20d354b52-a7e0d36e, #w-node-_6f24dbd2-31a2-4f71-7670-f1d20d354b8a-a7e0d36e, #policyFlagsContainer.w-node-_6f24dbd2-31a2-4f71-7670-f1d20d354b8d-a7e0d36e, #w-node-_6f24dbd2-31a2-4f71-7670-f1d20d354b90-a7e0d36e {
    grid-column: span 1 / span 1;
  }
}


