:root {
  --black: #474747;
  --black-2: #2e2e2e;
  --color: #01555f;
  --grey-2: #6e6e6e;
  --color-5: #bc936f;
  --white: white;
  --color-7: #f4d7bd;
  --line: #0003;
  --color-4: #e8f9f6;
  --hover-dark: #0006;
  --white-2: #fff6;
  --grey: #e1e1e1;
  --color-6: #e1b78d;
  --color-2: #6fc7ba;
  --light: #ececec;
  --color-3: #abf3e8;
  --color-8: #7f9ffe;
  --color-9: #b2c5fe;
}

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

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

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

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

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

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

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

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

.w-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(--black);
  text-align: center;
  font-family: new-hero, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

h1 {
  letter-spacing: .5px;
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  color: var(--black-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.1;
}

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

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

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

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

p {
  color: var(--color);
  text-align: left;
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

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

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

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

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 0;
}

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

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

.todelete strong {
  font-weight: 800;
}

.todelete.is-gdpr {
  display: none;
}

.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-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: 0px;
  color: var(--grey-2);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_link {
  color: var(--color-5);
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
}

.form_link:hover {
  text-decoration: none;
}

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

.footer_link {
  color: var(--color);
  cursor: pointer;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: border-color .35s;
}

.footer_link:hover {
  border-bottom-color: var(--color);
}

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

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

.footer_link.small {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.footer_link.small.no-link {
  cursor: default;
  font-style: italic;
  transition-property: none;
}

.footer_link.small.no-link:hover {
  border-bottom-color: #0000;
}

.footer_link.medium {
  text-transform: none;
  font-size: 14px;
  line-height: 1;
}

.footer_link.no-link {
  cursor: default;
  transition-property: none;
}

.footer_link.no-link:hover {
  border-bottom-color: #0000;
}

.footer_link.is-link {
  color: var(--color-5);
}

.footer_link.is-link:hover {
  border-bottom-color: var(--color-5);
}

.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: absolute;
  top: 0;
  left: 0;
  right: 0;
}

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

.header_component.is-contatti {
  height: 50vh;
}

.header_component.is-gallery {
  flex-flow: row;
  align-items: stretch;
  height: 90vh;
  padding: 0;
}

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

.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 {
  background-color: #0000;
  padding: 100px 60px;
  position: relative;
}

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

.section.bg-light {
  background-color: #f4d7bd80;
}

.section.bg-image {
  color: var(--white);
  min-height: 300px;
}

.section.quote {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.section.quote.padding-bottom {
  padding-bottom: 100px;
}

.section.quote.padding-top-bottom {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.quote.padding-top {
  padding-top: 100px;
}

.section.hide {
  display: none;
}

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

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

.section.margin-bottom-0 {
  padding-bottom: 0;
}

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

.heading-medium {
  color: var(--color);
  text-align: left;
  max-width: 750px;
  margin-bottom: 20px;
  font-family: quiche-sans, sans-serif;
  font-size: 35px;
  line-height: 1.2;
}

.heading-medium.color {
  color: var(--color);
}

.heading-medium.color-7 {
  color: var(--color-7);
  margin-top: 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.no-gap, .container.quote {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

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

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

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

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

.container.boxes {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  max-width: 1100px;
}

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

.container.is-technical {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color-7);
  padding: 40px;
  font-weight: 300;
}

.container.is-gdpr {
  align-items: stretch;
}

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

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

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

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

.image-cover.hide {
  display: none;
}

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

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

.image-cover.position-left {
  object-position: 40% 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;
}

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

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

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

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

.nav_link {
  color: var(--color-4);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 1;
  padding: 10px;
  font-size: .85em;
  font-weight: 300;
  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.negative {
  border-color: var(--white);
  background-color: var(--white-2);
}

.button_primary.negative:hover {
  background-color: var(--white);
  color: var(--black-2);
}

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

.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.home {
  background-image: linear-gradient(to bottom, var(--hover-dark), var(--hover-dark)), url('../images/AC1575_VP01_Exterior_Teaser_rev01.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 200%;
  inset: auto auto -50%;
}

.header_img.architettura {
  background-image: linear-gradient(to bottom, var(--hover-dark), var(--hover-dark)), url('../images/AC1575_VP03_Exterior_General_rev01.webp');
  background-position: 0 0, 100% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.header_img.appartamenti {
  background-image: linear-gradient(to bottom, var(--hover-dark), var(--hover-dark)), url('../images/AC1575_VP02_Interior_Living_rev02-copia.webp');
}

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

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

.heading-small {
  color: var(--color-6);
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-image: url('../images/disegno1_ocra.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 45px;
  margin-bottom: 20px;
  padding-left: 55px;
  font-size: 13px;
  line-height: 16px;
}

.heading-small.color-5 {
  color: var(--color-5);
  background-image: url('../images/disegno1_ocra-scuro.svg');
  line-height: 16px;
}

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

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

.display-none {
  display: none;
}

.header_container {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.header_container.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.footer_row.last {
  grid-column-gap: 30px;
  grid-row-gap: 5px;
  opacity: .75;
  border-top: 1px #000;
  border-bottom: 1px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 60px;
}

.footer_row.vertical {
  border-top-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

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

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

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

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

.contact_column.space-between {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 500px;
}

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

.footer_component.no-padding {
  padding-left: 0;
  padding-right: 0;
}

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

.button_component:hover {
  letter-spacing: .5px;
}

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

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

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

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

.form_title {
  color: var(--color-2);
  text-transform: capitalize;
  font-family: quiche-sans, sans-serif;
  font-size: 35px;
  line-height: 1;
}

.form_par {
  color: var(--color);
  text-align: left;
}

.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: #f4d7bd80;
  background-image: none;
  background-position: 0 0;
  align-self: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
}

.txt_wrap.padding-0 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.txt_wrap._2column {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  background-color: #f4d7bd80;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.slide_txt_wrap {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

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

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

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

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

.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_component.show {
  display: flex;
}

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

.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-rows: .25fr .25fr .25fr .25fr .25fr .25fr .25fr;
  grid-template-columns: 1fr .75fr;
  place-items: center;
  line-height: 1;
}

.lightbox_grid_title {
  color: var(--color);
  text-align: left;
  margin-right: auto;
  font-weight: 500;
}

.apartment_txt {
  color: var(--color);
  text-transform: none;
  font-family: quiche-sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.lightbox_list {
  grid-column-gap: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  height: 90px;
  margin-top: 40px;
  display: flex;
}

.lightbox_list.bilo {
  background-image: url('../images/bilocale-keyplan.webp');
  margin-top: 40px;
}

.lightbox_list.trilo {
  background-image: url('../images/trilocale-keyplan.webp');
}

.lightbox_list.quadri {
  background-image: url('../images/quadrilocale-keyplan.webp');
}

.lightbox_list.pluri {
  background-image: url('../images/plurilocale-keyplan.webp');
}

.lightbox_txt {
  grid-row-gap: 40px;
  background-color: var(--color-4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.lightbox_logo {
  background-image: url('../images/pittogramma-verde.svg');
  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;
  margin-bottom: 40px;
  display: flex;
}

.lightbox_grid_line {
  background-color: var(--color-2);
  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 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

.boxes_wrap.margin-top-bottom {
  margin-top: 80px;
  margin-bottom: 20px;
}

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

.box_mask {
  z-index: 0;
  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;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.box_dida.align-center.padding {
  padding-top: 20px;
}

.footer_margin {
  color: var(--color);
  text-align: left;
  width: 100%;
  font-size: 12px;
}

.nav_space {
  height: 150px;
}

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

.quote_txt {
  color: var(--color-6);
  text-align: center;
  max-width: 770px;
  font-family: quiche-sans, sans-serif;
  font-size: 32px;
  font-style: italic;
  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%;
}

.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._2 {
  top: 66%;
  left: 38%;
}

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

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

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

.slide_wrap.open-lightbox {
  cursor: pointer;
}

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

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

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

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

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

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

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

.logo-img.is-positive {
  display: none;
}

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

.image-quote {
  background-color: var(--white);
  object-fit: cover;
  flex: none;
  align-self: center;
  width: 100%;
  height: 100%;
  padding: 5vw;
  display: block;
  position: absolute;
}

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

.boxes_wrap-scroll.display-none {
  display: none;
}

.txt_hero {
  margin-bottom: 20px;
  font-family: quiche-sans, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

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

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

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

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

.button-11 {
  grid-column-gap: 16px;
  color: var(--color-6);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

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

.button-11.secondary {
  white-space: nowrap;
  line-height: 1;
}

.button-11.secondary.negative, .button-11.negative {
  color: var(--color-2);
}

.button-11_icon-wrap {
  border: 5px solid var(--color-6);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.button-11_icon-wrap.negative {
  border-color: var(--color-2);
}

.button-11_icon {
  width: 50%;
}

.button-11_line {
  background-image: url('../images/disegno2_ocra.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 45px;
  height: 8px;
  margin-bottom: 3px;
}

.button-11_line.negative {
  background-image: url('../images/disegno2_verde-acqua.svg');
}

.container-2 {
  z-index: 3;
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button_component-3 {
  grid-column-gap: 16px;
  color: #b80000;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  margin-top: 32px;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button_component-3:hover {
  color: #fff;
}

.button_component-3.secondary {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
}

.button_component-3.secondary:hover {
  color: #242424;
}

.square_mask {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.container-3 {
  z-index: 3;
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button_component-4 {
  grid-column-gap: 16px;
  color: #b80000;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  margin-top: 32px;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button_component-4:hover {
  color: #fff;
}

.button_component-4.secondary {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
}

.button_component-4.secondary:hover {
  color: #242424;
}

.square_card {
  flex: 1;
  text-decoration: none;
  position: relative;
}

.square_wrap {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: 1.5fr 1fr 1fr 1fr 1fr 1.5fr;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 50vw;
  min-height: 400px;
  max-height: 70vh;
  padding-top: 0;
  display: grid;
}

.square_wrap._2columns {
  grid-template-rows: .5fr 2.5fr .5fr 2.5fr 1fr;
  grid-template-columns: 2fr .5fr;
}

.square_wrap._2columns.reverse {
  grid-template-rows: .5fr 2.5fr 1fr 1fr 2fr;
  grid-template-columns: .5fr 2fr;
}

.square_wrap._2columns.mod {
  grid-template-rows: 1fr 2.5fr .5fr 2.5fr .25fr;
}

.square_wrap.is-block {
  display: block;
}

.paragraph.small {
  max-width: 650px;
}

.paragraph.small.centred {
  text-align: center;
}

.paragraph.small.centred.style-italic {
  font-style: italic;
}

.paragraph.super-small {
  max-width: 200px;
}

.container_img {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-height: 40vw;
  display: flex;
  overflow: hidden;
}

.container_img.card-small-brand {
  object-fit: contain;
  width: 100%;
  height: 218px;
  max-height: none;
  display: block;
  overflow: hidden;
}

.container-4 {
  z-index: 3;
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.brand-card_container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-small-brand_item {
  background-color: #fff;
  flex: 1;
  align-self: flex-start;
  min-width: 225px;
  max-width: 226px;
}

.txt_wrap-5 {
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.txt_wrap-5.white {
  background-color: #fff;
  width: 70%;
  max-width: 900px;
  margin-top: -100px;
  padding: 48px 60px;
  box-shadow: 2px 2px 44px #00000040;
}

.txt_wrap-5.white.descriprion-brand-card {
  box-shadow: none;
  background-color: #f4d7bd80;
  flex-direction: row;
  width: 100%;
  height: 113px;
  margin-top: 0;
  padding: 24px;
}

.content_card {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.heading-h2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 32px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

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

.background_img {
  z-index: 0;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.footer_space {
  height: 100px;
}

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

.contatti {
  color: var(--color-2);
  text-align: left;
  margin-bottom: 10px;
  line-height: 1;
}

.partner-logo {
  background-image: url('../images/chianese-agency-copia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 104px;
  height: 100px;
}

.heading {
  color: var(--color);
  text-align: left;
  font-family: quiche-sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.heading.align-left {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 10px;
}

.heading.small {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: new-hero, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

.button_component-5 {
  grid-column-gap: 16px;
  color: #b80000;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  margin-top: 32px;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button_component-5:hover {
  color: #fff;
}

.button_component-5.secondary {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
}

.button_component-5.secondary:hover {
  color: #242424;
}

.disegno3 {
  background-image: url('../images/disegno3_verde-acqua.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 18px;
}

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

.form_wrapper {
  width: 100%;
}

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

.policy-flag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color);
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  font-size: 12px;
  line-height: 18px;
  display: flex;
}

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

.button.is-submit {
  background-color: var(--color);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: flex-start;
  padding-top: 11px;
  padding-left: 30px;
  padding-right: 30px;
  transition: background-color .35s;
}

.button.is-submit:hover {
  background-color: var(--color-2);
}

.button.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #121212;
  align-items: center;
  transition: color .35s;
  display: flex;
}

.button.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  align-items: center;
  display: flex;
}

.button.is-icon:hover {
  color: var(--color-6);
}

.button.is-submit {
  align-self: flex-start;
  min-width: 200px;
}

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

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

.form_field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--color);
  color: var(--color);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
}

.form_field-2:active {
  border-bottom-color: var(--color);
  color: var(--color);
  font-weight: 500;
}

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

.form_field-2::placeholder {
  color: var(--color);
  font-weight: 300;
  line-height: 1;
}

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

.form_field-2.is-message {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 200px;
}

.dropdown_close {
  color: var(--color);
  width: 100%;
  padding: 8px 12px;
  font-weight: 300;
}

.form_field_wrapper {
  color: var(--color);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.form_text-2 {
  text-align: left;
  font-size: 12px;
}

.container-5 {
  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-5.overlying {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f4d7bd80;
  border-top: 60px #e1e1e1;
  border-bottom: 60px solid #fff;
  border-left: 60px solid #fff;
  border-right: 60px #e1e1e1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
}

.button-06 {
  color: #2e2e2e;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #eabb6b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 32px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color .5s linear;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-06:hover {
  color: #f7f6f5;
}

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

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

.overlying_txt_wrap-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: auto;
  max-width: 540px;
  padding: 100px;
  display: flex;
}

.section-2 {
  z-index: 1;
  position: relative;
}

.section-2.is-technical {
  background-image: linear-gradient(#00000080, #00000080), url('../images/image-02-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 700px;
  min-height: 100vh;
  display: flex;
}

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

.title-centred {
  color: var(--color-6);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  align-self: center;
  margin-bottom: 20px;
  font-family: quiche-sans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

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

.container-7.is-gdpr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.button-technical_wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav_sticky {
  z-index: 20;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffc;
  padding: 15px 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 6px #0000001a;
}

.nav_links-sticky {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav_link_wrap-sticky {
  z-index: 2;
  cursor: default;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.nav_link_wrap-sticky.is-first {
  margin-bottom: 40px;
}

.nav_link-sticky {
  color: var(--color);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.nav_link-sticky.w--current {
  border-bottom: 1px solid var(--color-2);
}

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

.pittogramma.w--current {
  background-image: url('../images/pittogramma-verde.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.flag-02_component {
  background-color: var(--color-5);
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  transition: background-color .6s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  box-shadow: 0 0 6px 1px #0000001a;
}

.flag-02_component.is-open {
  background-color: var(--color);
}

.flag-02_component.is-open:hover {
  background-color: var(--color);
  background-image: linear-gradient(#0003, #0003);
}

.flag-02_component.is-close {
  background-color: var(--color);
  position: absolute;
  inset: 150px 20px auto auto;
}

.flag-02_container {
  z-index: 20;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 150px;
  right: 20px;
}

.flag-02_popup {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
  box-shadow: inset 0 0 3px 2px #0003;
}

.flag-02_icon_wrapper {
  z-index: 2;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flag-02_text_wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 0;
  display: flex;
  overflow: hidden;
}

.flag-02_text {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  flex: none;
  width: 134px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
}

.flag-02_popup_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.nav_technical {
  z-index: 25;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  padding: 15px 60px 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-nav {
  width: 200px;
  height: 84px;
}

.disegno2 {
  background-image: url('../images/disegno2_verde-acqua.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 10px;
}

.disegno2.beige {
  background-image: url('../images/disegno2_ocra.svg');
}

.gdpr_info {
  display: none;
}

.cookie_tab_link {
  color: var(--color-5);
  text-decoration: underline;
}

.cookie_tab_link:hover {
  text-decoration: none;
}

.gdpr_richtext h2 {
  color: var(--color-5);
  text-align: left;
  font-size: 18px;
}

.gdpr_richtext p {
  color: var(--black);
  font-size: 12px;
  line-height: 24px;
}

.gdpr_richtext ul, .gdpr_richtext ol {
  color: var(--black);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 24px;
  list-style-type: decimal;
}

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

.gdpr_richtext a:hover {
  text-decoration: none;
}

.gdpr_richtext h3 {
  color: var(--color-5);
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.gdpr_richtext h4 {
  color: var(--color-5);
  text-align: left;
}

.gdpr_richtext h1 {
  color: var(--color-5);
  text-align: left;
  max-width: none;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
}

.gdpr_richtext li {
  margin-bottom: 10px;
}

.cookie_tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cookie_tab_cell {
  border: 1px #2b2b2b;
  border-style: none none solid solid;
  padding: 10px 20px;
}

.cookie_tab_cell.is-heading {
  color: #fff;
  background-color: #4071e3;
  border-top-style: solid;
  align-items: center;
  display: flex;
}

.todelete-2 {
  text-align: left;
  background-color: #a39bff;
  margin-bottom: 0;
  padding: 40px 15%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.todelete-2.is-gdpr {
  display: block;
}

.cookie_tab_wrapper {
  max-width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.image-fullscreen.position {
  object-position: 50% 30%;
}

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

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

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

.container-9, .container-10 {
  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;
}

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

.txt_wrap-8.horizontal {
  text-align: center;
  justify-content: center;
  align-self: stretch;
  width: auto;
  max-width: 420px;
}

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

.slide {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.gallery_txt {
  color: var(--color-3);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.4;
}

.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 5vw 100px;
  display: flex;
  position: relative;
}

.header.is-gallery {
  flex-direction: row;
  align-items: stretch;
  padding: 0;
}

.arrow {
  border: 5px solid var(--color-7);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.heading-xsmall-4 {
  color: var(--color-3);
  margin-bottom: 40px;
  font-family: quiche-sans, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.gallery_img {
  z-index: 1;
  color: #fff;
  background-image: url('../images/placeholder-push.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

.gallery_img.interni {
  background-image: url('../images/AC1575_VP06_Interior_Living_Rev03-copia.webp');
  background-position: 0%;
}

.gallery_img.esterni {
  background-image: url('../images/AC1575_VP01_Exterior_Teaser_rev01.webp');
}

.gallery_img.contesto {
  background-image: url('../images/_Z9A3130-copia.webp');
}

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

.container-11.width-auto {
  max-width: none;
}

.gallery_hover {
  z-index: 2;
  color: #fff;
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

.gallery_item {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #000000a1;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 20px 100px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery_wrap {
  justify-content: center;
  height: 100%;
  display: flex;
}

.gallery_txt_wrap {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact_space {
  background-color: var(--color);
  width: 100%;
  height: 300px;
  margin-bottom: 50px;
}

.left-arrow {
  border: 5px solid var(--color-2);
  background-color: var(--color-4);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  transition: background-color .35s;
  display: flex;
}

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

.slider-arrow {
  width: 50%;
}

.slider-arrow.left {
  transform: rotate(180deg);
}

.right-arrow {
  border: 5px solid var(--color-2);
  background-color: var(--color-4);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  transition: background-color .35s;
  display: flex;
}

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

.runner {
  border: 4px solid var(--color-2);
  background-color: var(--color-4);
  background-image: url('../images/double-arrow-verde-acqua.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  width: 45px;
  height: 45px;
  position: absolute;
}

.devider-line {
  background-color: var(--color-4);
  justify-content: center;
  align-items: center;
  width: 2px;
  margin-left: -2px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.after-wrapper {
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.before-wrapper {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.after-image-inner {
  background-image: url('../images/_Z9A1949-2-copia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.after-image-inner.interior {
  background-image: url('../images/AC1575_VP07_Interior_Kitchen_Rev02-copia.webp');
}

.container--full {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slider--comparison {
  position: absolute;
  inset: 0%;
}

.before-image {
  background-image: url('../images/_Z9A2158-copia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.before-image.interior {
  background-image: url('../images/AC1575_Salerno_ViaIrno_VPInt_03_rev02-copia.webp');
}

.after-image {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.background-video.greyscale {
  filter: grayscale();
}

.video-hover {
  z-index: 4;
  background-color: #01555fcc;
  background-image: linear-gradient(#0003, #0003);
  position: absolute;
  inset: 0%;
}

.video-hover.dark {
  background-color: #01555fe6;
}

.div-block {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
  position: relative;
}

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

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

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

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

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

.button_component-6 {
  letter-spacing: 0;
  cursor: pointer;
  border: 1px solid #474747;
  border-radius: 50px;
  flex-direction: column;
  margin-top: 48px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.button_component-6:hover {
  letter-spacing: .5px;
}

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

.overlying_txt_wrap {
  background-color: #f4d7bd80;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: auto;
  max-width: 540px;
  padding: 100px;
  display: flex;
}

.container-12 {
  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-12.overlying {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ececec;
  border: 60px #e1e1e1;
  border-style: none none solid solid;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
}

.container-12.overlying.double {
  border: 40px solid var(--white);
  background-color: var(--white);
  max-width: 1100px;
}

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

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

.heading-xsmall-5 {
  color: var(--color-5);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}

.button_tertiary-2 {
  color: #2e2e2e;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #0003;
  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-2:hover {
  letter-spacing: .5px;
  border-bottom-color: #2e2e2e;
  padding-left: 10px;
  padding-right: 10px;
}

.par_line {
  background-color: #0003;
  flex: none;
  width: 170px;
  height: 1px;
  margin-top: 14px;
  margin-bottom: 48px;
}

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

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

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

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

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

.partner_box {
  z-index: 1;
  cursor: default;
  background-color: #fff;
  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;
}

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

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

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

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

.button_component-7 {
  letter-spacing: 0;
  cursor: pointer;
  border: 1px solid #474747;
  border-radius: 50px;
  flex-direction: column;
  margin-top: 48px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.button_component-7:hover {
  letter-spacing: .5px;
}

.overlying_txt_wrap-3 {
  background-color: #ececec;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 540px;
  padding: 100px;
  display: flex;
}

.dida_title {
  color: #0006;
  font-size: .9em;
  font-weight: 700;
}

.container-13 {
  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-13.overlying {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ececec;
  border: 60px #e1e1e1;
  border-style: none none solid solid;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
}

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

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

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

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

.partner_title {
  color: #0006;
  font-weight: 700;
}

.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_dot {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
}

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

.partner_line {
  background-color: #0003;
  flex: none;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

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

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

.partner_dida {
  text-transform: none;
}

.div-block-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.slider-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

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

.slide_txt {
  color: var(--color-5);
  text-transform: uppercase;
  margin-top: 10px;
}

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

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

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

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

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

.x_asta-2.negative._2 {
  background-color: var(--white);
  transform: rotate(-45deg);
}

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

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

.text-span {
  font-size: 22px;
  font-weight: 500;
}

.splide__arrows {
  z-index: 50;
  justify-content: flex-end;
  align-items: center;
  width: 250px;
  margin-left: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
  position: relative;
}

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

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

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

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

.splide__arrow.splide__arrow--next {
  background-image: url('../images/icon_arrow-right.svg');
}

.splide__arrow.splide__arrow--prev {
  background-image: url('../images/icon_arrow-left.svg');
}

.splide__slide-2 {
  flex: none;
  width: 20%;
  list-style-type: none;
}

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

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

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

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

.splide.slider-10 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.img-contain-wrap-2 {
  height: 30px;
}

.slide-10_title-2 {
  font-weight: 700;
}

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

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

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

.image-wrap-2 {
  height: 18vw;
  min-height: 276px;
}

.text-block {
  color: var(--color-5);
  font-size: 21px;
  font-weight: 600;
}

.text-block-2 {
  color: var(--color-5);
  letter-spacing: .5px;
}

.nord {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 30px;
  display: none;
  position: static;
  inset: auto auto 40px 40px;
}

.nord.bilo {
  background-image: url('../images/trilocale-nord.webp');
  background-position: 50% 100%;
}

.nord.quadri {
  background-image: url('../images/quadrilocale-nord.webp');
}

.lightbox_grid_subtitle {
  color: var(--color);
  text-align: center;
  margin-right: auto;
  font-weight: 400;
}

.flex-horizontal {
  flex-flow: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 60px;
  display: flex;
}

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

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.icona {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #e8f9f6cc;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
}

.icona.parco {
  background-image: url('../images/icona_parco---no-bg.svg');
}

.icona.shopping {
  background-image: url('../images/icona_shopping---no-bg.svg');
}

.icona.uffici {
  background-image: url('../images/icona_uffici---no-bg.svg');
}

.icona.piazza {
  background-image: url('../images/icona_piazza---no-bg.svg');
}

.text-capitalize {
  letter-spacing: .5px;
  text-transform: uppercase;
  line-height: 20px;
}

.returnbtn {
  z-index: 1000;
  background-color: #fff;
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 2px solid #000;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  inset: 10px auto auto 10px;
}

.footer_link-2 {
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #0000;
  line-height: 1.2;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.footer_link-2:hover {
  color: #e2c1ae;
}

.footer_link-2.w--current {
  border-bottom-color: #c2afa7;
}

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

.footer_container {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.footer_row-2 {
  grid-column-gap: 20px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_link-3 {
  cursor: pointer;
}

.footer_text {
  color: var(--color);
  font-size: 12px;
  line-height: 1.4;
}

.footer_text.is-small {
  font-size: 11px;
  line-height: 16px;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  display: flex;
}

.div-block-7.margin-btn {
  margin-bottom: 20px;
}

.video_componen {
  align-self: stretch;
  line-height: 0;
}

.form_link-2 {
  color: var(--color-5);
}

.form_checkbox-2 {
  color: #000;
  background-color: #fff;
  width: 14px;
  height: 14px;
  margin-top: 0;
}

.form_checkbox-2.w--redirected-checked {
  border: 1px solid var(--color-5);
  background-color: var(--color-5);
}

.phone-error {
  color: #e34040;
}

.form_field-3 {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

.form_checkbox_wrapper {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 16px;
}

.form_checkbox_wrapper.da-confermare {
  color: #e34040;
}

.form_label {
  margin-bottom: 0;
  font-weight: 600;
}

.form_container-2 {
  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-3 {
  font-size: 11px;
  line-height: 16px;
}

.tabs {
  display: none;
}

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

.slider-par {
  display: none;
}

@media screen and (max-width: 991px) {
  .form_field {
    line-height: 20px;
  }

  .nav_component {
    padding: 16px 32px;
  }

  .header_component {
    justify-content: flex-end;
    min-height: 500px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .header_component.is-gallery {
    height: auto;
  }

  .nav_logo_wrap {
    z-index: 3;
    height: 84px;
    position: relative;
  }

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

  .heading-medium, .heading-medium.color {
    text-align: center;
  }

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

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

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

  .card-big_mask {
    flex: none;
    align-self: stretch;
  }

  .card-big_txt {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .form_component {
    flex-direction: column;
  }

  .x_wrap {
    background-color: #0000;
    width: 60px;
    height: 60px;
  }

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

  .header_img.home {
    height: 100%;
    inset: 0%;
  }

  .header_img.architettura {
    background-image: linear-gradient(to bottom, null, null), url('../images/AC1575_VP03_Exterior_General_rev01.webp');
    background-position: 0 0, 50%;
  }

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

  .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;
    display: none;
  }

  .nav_line {
    display: none;
  }

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

  .contact_column.space-between {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    width: 100%;
    min-height: auto;
  }

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

  .container_image {
    max-height: 60vw;
  }

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

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

  .accordion_img_wrap {
    height: 30vw;
    min-height: auto;
  }

  .download_component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border: 1px #000;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 32px 32px;
  }

  .lightbox_slider_arrow {
    left: 32px;
  }

  .lightbox_slider_arrow.right {
    right: 32px;
  }

  .card-big_wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .nav_links_wrap {
    z-index: 1;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-bottom: 0;
    overflow: auto;
  }

  .nav-bottom_mask {
    width: 33.33%;
    height: 29vw;
  }

  .slider02_container {
    flex: 1;
  }

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

  .nav_space {
    display: none;
  }

  .quote_wrap {
    padding: 0;
  }

  .quote_txt {
    width: 100%;
    font-size: 28px;
  }

  .quote_img-full {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .quote_img-frame {
    display: none;
  }

  .slide_icon_wrap {
    flex: none;
  }

  .accordion_img_wrap-2 {
    height: 30vw;
  }

  .header_component_nav-small {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-tecnical {
    flex: none;
    margin-bottom: 60px;
    position: static;
  }

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

  .container-2, .container-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-items: center;
  }

  .square_card {
    flex: 1;
  }

  .square_card.tablet-hide {
    display: none;
  }

  .square_wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    min-height: 750px;
  }

  .square_wrap.is-block {
    min-height: 600px;
  }

  .square_wrap.is-block.tablet_height-auto {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .paragraph.small {
    text-align: center;
  }

  .container_img {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column-reverse;
    max-height: 600px;
  }

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

  .brand-card_container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .card-small-brand_item {
    min-width: 200px;
    max-width: none;
  }

  .txt_wrap-5.white.descriprion-brand-card {
    padding: 16px;
  }

  .form_container {
    width: 100%;
  }

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

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

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

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

  .overlying_image-2 {
    flex: none;
    margin: 0;
  }

  .overlying_image-2.reverse {
    margin-top: 0;
    margin-bottom: 0;
  }

  .overlying_txt_wrap-2 {
    order: -1;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding: 60px 48px;
  }

  .title-centred {
    max-width: 450px;
  }

  .container-7.is-gdpr {
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav_links-sticky {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    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_link_wrap-sticky {
    align-self: auto;
  }

  .nav_link-sticky {
    margin-top: 0;
    padding-bottom: 8px;
  }

  .flag-02_component.is-close {
    top: 140px;
    right: 20px;
  }

  .flag-02_container {
    z-index: 100;
    margin-top: 0;
    top: 140px;
  }

  .flag-02_popup_container {
    flex-direction: column;
    flex: none;
  }

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

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

  .txt_wrap-7.quote {
    max-width: 70vw;
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .txt_wrap-8.horizontal {
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .header.is-gallery {
    height: auto;
    padding-top: 150px;
    padding-bottom: 0;
  }

  .gallery_item {
    min-width: 100%;
    height: 500px;
    margin-bottom: 2px;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .gallery_wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

  .container--full {
    height: 55vw;
  }

  .container--full.mobile-hide {
    display: none;
  }

  .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_txt_wrap {
    max-width: 100%;
    padding: 60px 48px;
  }

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

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

  .container-12.overlying.double {
    background-color: #ececec;
    border-width: 48px;
    flex-direction: column;
  }

  .container-12.overlying.double.bg-transparent {
    background-color: #ececec00;
  }

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

  .overlying_image-3 {
    flex: none;
    height: 64vw;
    margin: -48px 48px 0 -48px;
  }

  .overlying_image-3.reverse-hor {
    margin-bottom: 0;
    margin-left: 48px;
    margin-right: -48px;
  }

  .overlying_txt_wrap-3 {
    max-width: 100%;
    padding: 60px 48px;
  }

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

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

  .container-13.overlying.reverse-hor {
    border-bottom-style: none;
    flex-direction: column;
  }

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

  .slide_img_wrap {
    flex: none;
  }

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

  .slider-10_component {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .text-wrap-2 {
    height: 150px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

  .form_checkbox_wrapper {
    max-width: 90%;
  }

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

  .tabs {
    width: 100%;
    display: block;
  }

  .tabs-content {
    height: 55vw;
  }

  .tab-pane {
    height: 100%;
  }

  .tab-icon {
    width: 20px;
    height: 20px;
  }

  .tab-link {
    border: 1px solid var(--color);
    color: var(--color);
    background-color: #ddd0;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 60px;
    line-height: 1;
    display: flex;
  }

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

  .tabs-menu {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .slider-par {
    width: 100%;
    height: 55vw;
    display: block;
  }

  .slide-par {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-par.contesto-01 {
    background-image: url('../images/_Z9A1949-2-copia.webp');
  }

  .slide-par.contesto-02 {
    background-image: url('../images/_Z9A2158-copia.webp');
  }
}

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

  h1 {
    margin-bottom: 16px;
    line-height: 1.5;
  }

  .form_field {
    margin-bottom: 15px;
  }

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

  .footer_link.small.no-link {
    margin-bottom: 20px;
  }

  .header_component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    color: var(--color);
    background-color: #e8f9f680;
    min-height: 800px;
    padding-top: 122px;
    padding-left: 0;
    padding-right: 0;
  }

  .header_component.is-gallery {
    background-color: var(--white);
    padding-top: 122px;
  }

  .header_component.no-color {
    background-color: var(--white);
  }

  .nav_logo_wrap {
    height: 90px;
  }

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

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

  .heading-medium {
    text-align: center;
    font-size: 32px;
  }

  .container.is-technical {
    text-align: center;
  }

  .card-big_item {
    flex-direction: column;
  }

  .card-big_mask {
    width: 100%;
    height: 56vw;
  }

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

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

  .button_primary.negative {
    border-color: var(--black-2);
    color: var(--black-2);
    background-color: #0000;
  }

  .header_img {
    background-image: url('../images/placeholder-effective.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
    order: -1;
    width: 100%;
    min-height: 300px;
    position: static;
  }

  .header_img.home {
    background-image: url('../images/AC1575_VP01_Exterior_Teaser_rev01.webp');
    background-position: 50% 45%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
  }

  .header_img.architettura {
    background-image: url('../images/AC1575_VP03_Exterior_General_rev01.webp');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    margin-bottom: 0;
  }

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

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

  .slider_arrow {
    background-size: 100%;
  }

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

  .slider_arrow.left.bottom {
    z-index: 50;
    inset: 0% auto auto 0%;
  }

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

  .slider_arrow.right.bottom {
    inset: 0% 0% auto auto;
  }

  .header_container {
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .footer_row {
    grid-column-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact_column {
    width: 100%;
  }

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

  .button_component.negative {
    border-color: var(--black-2);
    margin-top: 16px;
  }

  .container_image.mobile-h-auto {
    max-height: none;
  }

  .form_par {
    width: 100%;
    max-width: 100%;
  }

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

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

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

  .accordion_img_wrap {
    height: 50vw;
  }

  .lightbox_slide {
    margin-right: 10px;
  }

  .slider_container {
    flex-direction: column;
  }

  .card-big_wrap {
    flex-direction: column;
    align-self: stretch;
  }

  .lightbox_grid {
    grid-column-gap: 16px;
  }

  .lightbox_list {
    flex-direction: column;
    justify-content: flex-start;
  }

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

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

  .boxes_wrap {
    grid-row-gap: 48px;
    flex-direction: column;
  }

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

  .box_mask {
    height: 60vw;
    max-height: 430px;
  }

  .box_dida {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer_margin {
    margin-top: 40px;
    line-height: 1.5;
  }

  .quote_txt {
    text-align: center;
  }

  .accordion_img_wrap-2 {
    height: 44vw;
  }

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

  .logo-img.is-positive {
    display: block;
  }

  .logo-img.is-negative {
    display: none;
  }

  .box-scroll {
    width: 70%;
    max-width: none;
  }

  .boxes_wrap-scroll {
    grid-row-gap: 48px;
    flex-direction: row;
  }

  .txt_hero {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
  }

  .container-2, .container-3 {
    grid-row-gap: 0px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .square_wrap {
    flex-direction: row;
    min-height: 600px;
    padding-top: 0;
    padding-right: 0;
  }

  .container-4 {
    grid-row-gap: 0px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .brand-card_container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .card-small-brand_item {
    flex-direction: column;
    min-width: 180px;
  }

  .txt_wrap-5.white.descriprion-brand-card {
    padding: 8px;
  }

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

  .form_wrapper {
    width: 100%;
  }

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

  .form_field-2.text-capitalize-everyword {
    margin-bottom: 0;
  }

  .container-5.overlying {
    flex-direction: column;
  }

  .overlying_txt_wrap-2 {
    text-align: left;
    padding-left: 32px;
    padding-right: 32px;
  }

  .title-centred {
    font-size: 35px;
    line-height: 40px;
  }

  .container-7.is-gdpr {
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flag-02_component.is-close {
    position: fixed;
  }

  .flag-02_popup {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cookie_tab {
    min-width: 750px;
  }

  .cookie_tab_wrapper {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .txt_wrap-7 {
    align-items: flex-start;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .txt_wrap-8 {
    align-items: flex-start;
    padding-left: 32px;
    padding-right: 32px;
  }

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

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

  .header.is-gallery {
    background-color: var(--white);
    padding-bottom: 40px;
  }

  .gallery_item {
    height: 400px;
  }

  .container--full {
    height: 50vw;
    min-height: auto;
  }

  .overlying_image {
    margin: 0 -32px;
  }

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

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

  .overlying_txt_wrap {
    text-align: left;
    align-items: flex-start;
    padding: 32px;
  }

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

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

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

  .overlying_image-3 {
    margin: 0 -32px;
  }

  .overlying_image-3.reverse-hor {
    margin-bottom: 0;
    margin-left: -32px;
    margin-right: -32px;
  }

  .overlying_txt_wrap-3 {
    text-align: left;
    align-items: flex-start;
    padding: 32px;
  }

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

  .container-13.overlying.reverse-hor {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    flex-direction: column;
  }

  .txt_wrap-9 {
    align-items: flex-start;
    padding-left: 32px;
    padding-right: 32px;
  }

  .slider-10_component {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .text-wrap-2 {
    height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .splide__slide-2 {
    width: 50%;
  }

  .div-block-7 {
    flex-flow: column;
  }

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

@media screen and (max-width: 479px) {
  h2 {
    margin-top: 0;
    font-size: 2em;
  }

  .todelete {
    display: none;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .footer_link.medium {
    line-height: 26px;
  }

  .nav_component {
    background-color: var(--white);
    padding-left: 20px;
    padding-right: 20px;
  }

  .header_component {
    height: auto;
    min-height: auto;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .header_component.is-gallery {
    padding-top: 112px;
  }

  .nav_logo_wrap {
    width: 180px;
    height: 80px;
  }

  .section {
    padding: 60px 20px;
  }

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

  .section.quote.padding-bottom {
    padding-bottom: 60px;
  }

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

  .heading-medium.color-7 {
    text-align: left;
  }

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

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

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

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

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

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

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

  .header_img.home {
    background-image: url('../images/AC1575_VP01_Exterior_Teaser_rev01.webp');
    background-position: 50% 55%;
    min-height: 320px;
    margin-bottom: 0;
  }

  .heading-small {
    text-align: center;
    background-position: 50% 0;
    padding-top: 20px;
    padding-left: 0;
  }

  .heading-small.color-5 {
    margin-bottom: 40px;
  }

  .heading-small.is-gallery {
    background-position: 0%;
    padding-top: 5px;
    padding-left: 53px;
  }

  .slider_arrow.left.bottom {
    z-index: 300;
    top: auto;
    bottom: -20px;
  }

  .slider_arrow.right.bottom {
    top: auto;
    bottom: -20px;
  }

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

  .footer_row.last {
    grid-row-gap: 10px;
    padding-bottom: 40px;
  }

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

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

  .button_component {
    margin-top: 32px;
  }

  .container_image.h-auto {
    max-height: none;
  }

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

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

  .image_hover {
    font-size: 9vw;
  }

  .accordion_img_wrap {
    height: auto;
    min-height: 70vw;
  }

  .download_component {
    padding: 0 20px 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;
    padding: 0;
  }

  .nav-bottom {
    justify-content: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 79px;
    padding-left: 0;
    display: flex;
  }

  .nav-bottom.slider_home {
    height: auto;
    padding-bottom: 18px;
  }

  .nav-bottom_mask {
    width: 100%;
    height: 78vw;
  }

  .nav-bottom_slide, .slider02_container {
    margin-right: 10px;
  }

  .boxes_wrap {
    grid-row-gap: 60px;
  }

  .box_dida {
    padding-bottom: 0;
  }

  .footer_margin {
    text-align: left;
    line-height: 1.5;
  }

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

  .quote_txt {
    font-size: 28px;
  }

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

  .header_component_nav-small {
    padding-top: 60px;
  }

  .box-scroll {
    width: 90%;
  }

  .boxes_wrap-scroll {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt_hero {
    margin-bottom: 30px;
    line-height: 35px;
  }

  .container-2, .container-3 {
    min-height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .square_wrap {
    flex-direction: column;
    min-height: 400px;
  }

  .square_wrap.is-block {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .container_img {
    flex-direction: column-reverse;
    flex: 1;
  }

  .container-4 {
    min-height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .brand-card_container {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .card-small-brand_item {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .txt_wrap-5.white.descriprion-brand-card {
    padding: 16px 24px;
  }

  .heading-h2 {
    margin-top: 32px;
  }

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

  .form_field-2.text-capitalize-everyword {
    margin-bottom: 0;
  }

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

  .overlying_txt_wrap-2 {
    padding: 40px 24px;
  }

  .title-centred {
    align-self: center;
    font-size: 28px;
    line-height: 33px;
  }

  .container-7.is-gdpr {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flag-02_component {
    top: auto;
    bottom: 0;
    left: 0;
  }

  .flag-02_component.is-close {
    right: 20px;
  }

  .flag-02_popup {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flag-02_icon_wrapper {
    width: 40px;
    height: 40px;
  }

  .flag-02_popup_container {
    align-items: stretch;
  }

  .gdpr_richtext {
    font-size: .9em;
  }

  .gdpr_richtext h2 {
    margin-top: 20px;
    line-height: 1.5;
  }

  .gdpr_richtext ul, .gdpr_richtext ol {
    padding-left: 20px;
  }

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

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

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

  .txt_wrap-7 {
    padding: 16px 0;
  }

  .txt_wrap-7.quote {
    max-width: none;
    margin-left: 30px;
    margin-right: 30px;
    padding: 32px 24px;
  }

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

  .txt_wrap-8 {
    padding: 16px 0;
  }

  .txt_wrap-8.horizontal {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery_txt {
    margin-bottom: 0;
  }

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

  .arrow {
    margin-top: 10px;
  }

  .heading-xsmall-4 {
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .gallery_img.interni {
    background-position: 50% 30%;
  }

  .gallery_item {
    flex: 0 auto;
    height: 350px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gallery_wrap {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .container--full {
    min-height: 400px;
  }

  .overlying_image {
    height: 70vw;
    margin-left: -20px;
    margin-right: -20px;
  }

  .overlying_image.double {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: 20px;
  }

  .overlying_image.double.right {
    margin-bottom: -20px;
    margin-left: 20px;
    margin-right: -20px;
  }

  .button_component-6 {
    margin-top: 32px;
  }

  .overlying_txt_wrap {
    justify-content: flex-start;
    align-items: center;
    padding: 40px 24px;
  }

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

  .container-12.overlying {
    border-bottom-style: solid;
    border-bottom-width: 20px;
    border-left-style: solid;
    border-left-width: 20px;
    border-right-style: solid;
    border-right-width: 20px;
  }

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

  .section-3 {
    padding: 60px 20px;
  }

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

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

  .button_secondary-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dida_txt {
    width: 100%;
  }

  .overlying_image-3 {
    height: 70vw;
    margin-left: -20px;
    margin-right: -20px;
  }

  .overlying_image-3.reverse-hor {
    margin-left: -20px;
    margin-right: -20px;
  }

  .button_component-7 {
    margin-top: 32px;
  }

  .overlying_txt_wrap-3 {
    padding: 40px 24px;
  }

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

  .container-13.overlying {
    border-bottom-style: solid;
    border-bottom-width: 20px;
    border-left-style: solid;
    border-left-width: 20px;
    border-right-style: solid;
    border-right-width: 20px;
  }

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

  .txt_wrap-9 {
    padding: 16px 0;
  }

  .quote_txt-2 {
    font-size: 28px;
  }

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

  .slider-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image_hover-2 {
    font-size: 9vw;
  }

  .slider-10_component {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .text-wrap-2 {
    padding-top: 30px;
  }

  .splide__slide-2 {
    width: 100%;
  }

  .text-capitalize {
    margin-bottom: 0;
  }

  .footer_text {
    font-size: 11px;
    line-height: 1.3;
  }

  .tabs-content {
    height: 400px;
  }

  .tab-link {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider-par {
    min-height: 400px;
  }
}

#w-node-_670b4915-0885-f357-7eda-1b8b381c09f3-452d8013 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_670b4915-0885-f357-7eda-1b8b381c09f9-452d8013 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_670b4915-0885-f357-7eda-1b8b381c09f6-452d8013 {
  grid-area: 3 / 1 / 6 / 2;
}

#w-node-_55d3cb32-c9df-7cb0-481f-3885b7a6a251-452d8013 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_670b4915-0885-f357-7eda-1b8b381c09fc-452d8013 {
  grid-area: 1 / 2 / 7 / 3;
}

#w-node-_5d40123d-a034-c763-ff6b-ee580c8ff150-452d8013 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_81c7e852-51bd-def0-c353-3e2ffa89a906-452d8013 {
  grid-area: 2 / 3 / 5 / 4;
}

#w-node-_50e6b05e-b319-080f-92bf-12256a149ede-452d8013 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-d4b02e15-6fdd-f2e5-bc99-dfa680779e3c-452d8013 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-_15f834a1-60ff-d0a9-27ca-b3d40a12164c-539dcbeb, #w-node-_15f834a1-60ff-d0a9-27ca-b3d40a121650-539dcbeb, #w-node-_15f834a1-60ff-d0a9-27ca-b3d40a121654-539dcbeb, #w-node-_15f834a1-60ff-d0a9-27ca-b3d40a121656-539dcbeb, #w-node-_15f834a1-60ff-d0a9-27ca-b3d40a12165d-539dcbeb, #w-node-_15f834a1-60ff-d0a9-27ca-b3d40a121667-539dcbeb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#btn-form.w-node-_15f834a1-60ff-d0a9-27ca-b3d40a121669-539dcbeb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_38d3e7a6-fba8-fca1-d9d1-77bf2380f641-1cfce91a {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-dc5233e8-8b82-eaaf-d3c1-b15ee49ae335-1cfce91a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dc5233e8-8b82-eaaf-d3c1-b15ee49ae337-1cfce91a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5aed23d5-a974-8709-b298-788b3e362ec0-37552101 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-_5aed23d5-a974-8709-b298-788b3e362ecc-37552101 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ae8045ff-3811-d50b-9105-8e597f1691f0-37552101 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-ae8045ff-3811-d50b-9105-8e597f1691f3-37552101 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ae8045ff-3811-d50b-9105-8e597f1691f6-37552101 {
  grid-area: 4 / 1 / 6 / 2;
}

#w-node-ae8045ff-3811-d50b-9105-8e597f1691f9-37552101 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-ae8045ff-3811-d50b-9105-8e597f1691fc-37552101 {
  grid-area: 1 / 2 / 7 / 3;
}

#w-node-ae8045ff-3811-d50b-9105-8e597f1691ff-37552101 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-ae8045ff-3811-d50b-9105-8e597f169202-37552101 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-ae8045ff-3811-d50b-9105-8e597f169205-37552101 {
  grid-area: 4 / 3 / 6 / 4;
}

#w-node-ae8045ff-3811-d50b-9105-8e597f169208-37552101 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-_2ae076e2-0741-aead-75d2-0b6faad37a72-37552101 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_2ae076e2-0741-aead-75d2-0b6faad37a79-37552101 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2ae076e2-0741-aead-75d2-0b6faad37a7b-37552101 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_98e020fd-2d91-bcbf-f219-91eb5d9aaa1c-5d9aa9fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98e020fd-2d91-bcbf-f219-91eb5d9aaa1e-5d9aa9fa, #w-node-_98e020fd-2d91-bcbf-f219-91eb5d9aaa23-5d9aa9fa, #w-node-_98e020fd-2d91-bcbf-f219-91eb5d9aaa28-5d9aa9fa, #w-node-_98e020fd-2d91-bcbf-f219-91eb5d9aaa51-5d9aa9fa, #w-node-_98e020fd-2d91-bcbf-f219-91eb5d9aaa56-5d9aa9fa, #w-node-_98e020fd-2d91-bcbf-f219-91eb5d9aaa5b-5d9aa9fa, #w-node-_98e020fd-2d91-bcbf-f219-91eb5d9aaa84-5d9aa9fa, #w-node-_98e020fd-2d91-bcbf-f219-91eb5d9aaa89-5d9aa9fa, #w-node-_98e020fd-2d91-bcbf-f219-91eb5d9aaa8e-5d9aa9fa, #w-node-_98e020fd-2d91-bcbf-f219-91eb5d9aaab7-5d9aa9fa, #w-node-_98e020fd-2d91-bcbf-f219-91eb5d9aaabc-5d9aa9fa, #w-node-_98e020fd-2d91-bcbf-f219-91eb5d9aaac1-5d9aa9fa, #w-node-_98e020fd-2d91-bcbf-f219-91eb5d9aaaea-5d9aa9fa, #w-node-_98e020fd-2d91-bcbf-f219-91eb5d9aaaef-5d9aa9fa, #w-node-_98e020fd-2d91-bcbf-f219-91eb5d9aaaf4-5d9aa9fa {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-fa909f52-a116-0da4-0985-13e84800fd3c-ad20dede {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-fa909f52-a116-0da4-0985-13e84800fd3f-ad20dede {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_93f17b47-1100-a061-3721-529a0e458aca-ad20dede {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_93f17b47-1100-a061-3721-529a0e458acd-ad20dede {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_93f17b47-1100-a061-3721-529a0e458ad0-ad20dede {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_93f17b47-1100-a061-3721-529a0e458abd-ad20dede {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-ed099478-c261-08f2-d030-ad85f44a44ba-ad20dede {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-ed099478-c261-08f2-d030-ad85f44a44c8-ad20dede {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ed099478-c261-08f2-d030-ad85f44a44ca-ad20dede {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fb6e1fb5-9ba8-57ac-a242-773c3e991b6a-ad20dede {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-fb6e1fb5-9ba8-57ac-a242-773c3e991b77-ad20dede {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_670b4915-0885-f357-7eda-1b8b381c09fc-452d8013 {
    grid-area: 1 / 1 / 7 / 4;
  }

  #w-node-_38d3e7a6-fba8-fca1-d9d1-77bf2380f641-1cfce91a, #w-node-dc5233e8-8b82-eaaf-d3c1-b15ee49ae335-1cfce91a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dc5233e8-8b82-eaaf-d3c1-b15ee49ae337-1cfce91a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5aed23d5-a974-8709-b298-788b3e362ec0-37552101, #w-node-ae8045ff-3811-d50b-9105-8e597f1691fc-37552101 {
    grid-area: 1 / 1 / 7 / 4;
  }

  #w-node-_2ae076e2-0741-aead-75d2-0b6faad37a72-37552101, #w-node-_2ae076e2-0741-aead-75d2-0b6faad37a79-37552101 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2ae076e2-0741-aead-75d2-0b6faad37a7b-37552101 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_98e020fd-2d91-bcbf-f219-91eb5d9aaa2e-5d9aa9fa {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fa909f52-a116-0da4-0985-13e84800fd3c-ad20dede {
    grid-area: 1 / 1 / 7 / 4;
  }

  #w-node-_93f17b47-1100-a061-3721-529a0e458abd-ad20dede {
    grid-area: 1 / -2 / 6 / 4;
  }

  #w-node-ed099478-c261-08f2-d030-ad85f44a44ba-ad20dede, #w-node-ed099478-c261-08f2-d030-ad85f44a44c8-ad20dede {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ed099478-c261-08f2-d030-ad85f44a44ca-ad20dede {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fb6e1fb5-9ba8-57ac-a242-773c3e991b6a-ad20dede {
    grid-area: 1 / 1 / 7 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_15f834a1-60ff-d0a9-27ca-b3d40a12164c-539dcbeb, #w-node-_15f834a1-60ff-d0a9-27ca-b3d40a121650-539dcbeb, #w-node-_15f834a1-60ff-d0a9-27ca-b3d40a121654-539dcbeb, #w-node-_15f834a1-60ff-d0a9-27ca-b3d40a121656-539dcbeb, #w-node-_15f834a1-60ff-d0a9-27ca-b3d40a12165d-539dcbeb, #w-node-_15f834a1-60ff-d0a9-27ca-b3d40a121667-539dcbeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #btn-form.w-node-_15f834a1-60ff-d0a9-27ca-b3d40a121669-539dcbeb {
    grid-column: span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_15f834a1-60ff-d0a9-27ca-b3d40a12164c-539dcbeb, #w-node-_15f834a1-60ff-d0a9-27ca-b3d40a121650-539dcbeb, #w-node-_15f834a1-60ff-d0a9-27ca-b3d40a121654-539dcbeb, #w-node-_15f834a1-60ff-d0a9-27ca-b3d40a121656-539dcbeb, #w-node-_15f834a1-60ff-d0a9-27ca-b3d40a12165d-539dcbeb, #w-node-_15f834a1-60ff-d0a9-27ca-b3d40a121667-539dcbeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


