:root {
  --old-burgundy: #403333;
  --eggshell: #f3eadb;
  --margin--padding-x: 7vw;
  --orange-yellow: #f2be1c;
  --margin--padding-y: 100px;
  --white: white;
  --dark-vanilla: #ccbba3;
  --black: #000;
}

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

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

body {
  color: var(--old-burgundy);
  font-family: work-sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: quiche-sans, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

h2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: agenda, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

h3 {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: agenda, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

h4 {
  color: var(--eggshell);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: quiche-sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

a {
  text-decoration: underline;
}

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

.nav_component {
  z-index: 10;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.header_component {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 101vh;
  display: flex;
  position: relative;
}

.header_component.is-technical {
  justify-content: center;
  align-items: center;
}

.header-background {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.hero-img.position-center {
  object-position: 50% 50%;
}

.header-hover {
  z-index: 1;
  background-image: linear-gradient(0deg, #0006, #fff0 40%), linear-gradient(#00000080, #fff0 40%), linear-gradient(#0000004d, #0000004d);
  display: flex;
  position: absolute;
  inset: 0%;
}

.header-hover.is-technical {
  background-image: linear-gradient(#00000080, #fff0 30%), linear-gradient(#0006, #0006);
}

.header_container {
  z-index: 3;
  padding-right: var(--margin--padding-x);
  padding-left: var(--margin--padding-x);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--eggshell);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
  position: absolute;
  bottom: 10vh;
}

.nav-logo {
  width: 180px;
}

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

.list {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex: 1;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list.left {
  justify-content: flex-end;
  align-items: center;
}

.list-item {
  justify-content: center;
  align-items: center;
  min-width: 80px;
  display: flex;
}

.nav_link {
  color: var(--eggshell);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: agenda, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.nav_link.w--current {
  color: var(--orange-yellow);
}

.page_wrapper {
  background-color: #f3eadb80;
  min-height: 100vh;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section.is-intro {
  padding: var(--margin--padding-y) var(--margin--padding-x);
  background-image: linear-gradient(#f2be1c80, #f2be1c80), url('../images/background-yellow.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

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

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

.section.purple-bg.yellow_hover {
  padding: var(--margin--padding-y) var(--margin--padding-x);
  grid-column-gap: var(--margin--padding-x);
  grid-row-gap: var(--margin--padding-x);
  background-image: linear-gradient(90deg, var(--orange-yellow) 33%, #0000 33.1%), url('../images/background-purple.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: row;
}

.section.purple-bg.yellow_hover.reverse {
  background-image: linear-gradient(270deg, var(--orange-yellow) 33%, #0000 33.1%), url('../images/background-purple.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.purple-bg.half-yellow {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

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

.section.is-intro-copy {
  background-color: var(--eggshell);
  background-image: linear-gradient(#0006, #0006), url('../images/AC1307_VP02_Interior_Bedroom_dettaglio_rev01.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 10vw;
  position: relative;
}

.section.is-intro-sscopy {
  padding: var(--margin--padding-y) var(--margin--padding-x);
  background-image: url('../images/background-purple.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section.is-techbau {
  background-color: var(--eggshell);
  background-image: linear-gradient(#0006, #0006), url('../images/AC1307_VP02_Interior_Bedroom_dettaglio_rev01.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 10vw;
  position: relative;
}

.section.is-interni {
  padding: var(--margin--padding-y) var(--margin--padding-x);
  position: relative;
}

.section.is-tagli {
  padding: var(--margin--padding-y) var(--margin--padding-x);
  grid-column-gap: var(--margin--padding-y);
  grid-row-gap: var(--margin--padding-y);
  background-image: linear-gradient(#f2be1c80, #f2be1c80), url('../images/background-yellow.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.section.is-double-box {
  padding: var(--margin--padding-x);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(#f2be1c80, #f2be1c80), url('../images/background-yellow.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.section.is-news {
  padding: var(--margin--padding-y) var(--margin--padding-x);
  grid-column-gap: var(--margin--padding-y);
  grid-row-gap: var(--margin--padding-y);
  position: relative;
}

.section.is-img-pattern {
  padding-top: 5vw;
}

.section.texture_container {
  padding: 0;
}

.section.is-video {
  padding: var(--margin--padding-y) var(--margin--padding-x);
  background-image: linear-gradient(#f2be1c80, #f2be1c80), url('../images/background-yellow.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.container {
  z-index: 2;
  padding-top: var(--margin--padding-y);
  padding-bottom: var(--margin--padding-y);
  padding-left: var(--margin--padding-x);
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.container.is-vertical {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  padding-left: 7vw;
  padding-right: 7vw;
}

.container.inverse {
  padding: var(--margin--padding-y) var(--margin--padding-x) var(--margin--padding-y) 0vw;
}

.txt_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 750px;
  display: flex;
}

.txt_wrap.align-center {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
}

.txt_wrap.align-center.is-gold {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gold-texture.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.txt_wrap.align-center.is-white {
  color: var(--eggshell);
}

.txt_wrap.is-technical {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
}

.txt_wrap.is-absolute {
  z-index: 1;
  color: var(--white);
  z-index: 2;
  padding-right: var(--margin--padding-x);
  padding-left: var(--margin--padding-x);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  position: absolute;
  inset: 8vw auto auto;
}

.txt_wrap.is_half {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.txt_wrap.is_half.is-gold {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gold-texture.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.txt_wrap.is_half.is-white {
  color: var(--eggshell);
}

.txt_wrap.is_half.full-width {
  width: 100%;
}

.scroll {
  height: 50px;
  margin-top: 20px;
  text-decoration: none;
}

.scrolldown {
  height: 100%;
}

.line-gold {
  background-image: linear-gradient(90deg, #ccbf99, #fef1cb 50%, #b2a16b 75%, #ccbf99);
  width: 100%;
  height: 10px;
  display: flex;
}

.semibold-span {
  font-weight: 600;
}

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

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

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

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

.par-title {
  letter-spacing: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.par-title.is-sub {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
}

.par-title.is-light {
  color: var(--eggshell);
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gold-texture.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 150%;
  -webkit-background-clip: text;
  background-clip: text;
}

.main-title {
  font-family: quiche-sans, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.main-title.is-intro {
  font-style: italic;
}

.main-title.max-w {
  max-width: 650px;
}

.title_wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title_wrap.align-center {
  max-width: 800px;
}

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

.par_wrap.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.slide-interni {
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}

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

.image-vert_wrap {
  width: 50%;
  height: 60vw;
  min-height: 700px;
  max-height: 1200px;
  position: relative;
}

.medium-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: quiche-sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.medium-title.is-tile {
  margin-bottom: 20px;
}

.medium-title.is-vision {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 30px;
  line-height: 1;
}

.medium-title.is-tagli {
  margin-top: 10px;
  margin-bottom: 0;
}

.par_div {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--orange-yellow);
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 15px 20px;
  font-family: agenda, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.is-news {
  margin-top: 20px;
}

.btn-txt {
  color: var(--old-burgundy);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: agenda, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.button_container {
  white-space: nowrap;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.btn-arrow {
  color: var(--old-burgundy);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: .8rem;
  display: flex;
}

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

.container-right.is-logo {
  background-image: url('../images/BOMBAY---Carta-fondo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.img_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img_wrap.is-tile {
  width: 20vw;
  height: 20vw;
}

.img_wrap.placeholder {
  background-color: var(--eggshell);
}

.img_wrap.display-none-tablet {
  display: flex;
}

.img_wrap.is_half, .img_wrap.is_gri {
  aspect-ratio: 4 / 5;
  position: relative;
}

.button_negative {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--orange-yellow);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 15px 20px;
  display: flex;
}

.monogramma {
  width: 30px;
}

.image-full_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.location-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 15vw 20vw 10vw 15vw;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 10px;
  display: grid;
}

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

.location-slide._01 {
  background-image: url('../images/_Z9A5020_b.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-slide._02 {
  background-image: url('../images/_Z9A4915.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-slide._03 {
  background-image: url('../images/_Z9A3888.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-slide._04 {
  background-image: url('../images/_Z9A3953.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-slide._05 {
  background-image: url('../images/_Z9A3625.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-slide._06 {
  background-image: url('../images/_Z9A3739.webp');
  background-position: 0 0;
  background-size: auto;
}

.location-slide._07 {
  background-image: url('../images/_Z9A4849.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-slide._08 {
  background-image: url('../images/_Z9A4354.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-slide._09 {
  background-image: url('../images/_Z9A3358.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-slide._10 {
  background-image: url('../images/_Z9A3544.webp');
  background-position: 50%;
  background-size: cover;
}

.map {
  height: 600px;
}

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

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

.form_link {
  color: var(--old-burgundy);
  text-decoration: underline;
}

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

.dropdown_choice.w--current {
  background-color: var(--old-burgundy);
  color: var(--eggshell);
}

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

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

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

.dropdown_list {
  font-weight: 400;
}

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

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

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

.display-none {
  display: none;
}

.form_field {
  border-style: solid;
  border-width: 1px;
  border-color: #0000 #0000 var(--old-burgundy);
  color: var(--old-burgundy);
  background-color: #fff0;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.form_field:focus {
  border-top-style: none;
  border-top-width: 0;
  border-right-style: none;
  border-right-width: 0;
  border-bottom-color: var(--old-burgundy);
  border-left-style: none;
  border-left-width: 0;
}

.form_field::placeholder {
  color: var(--old-burgundy);
}

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

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

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

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

.form_label {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: agenda, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

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

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

.form_text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
}

.form_component {
  padding: var(--margin--padding-y) var(--margin--padding-x);
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: var(--eggshell);
  flex-flow: column;
  justify-content: space-between;
  width: 60%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.ancor.is-progetto, .ancor.is-location {
  top: 6vw;
}

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

.title_div.is-technical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--eggshell);
}

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

.title_div.is-gold {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gold-texture.webp');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
}

.timbro {
  z-index: 1;
  opacity: .15;
  background-image: url('../images/timbro.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: -93px 0% auto 174px;
}

.timbro.is-menu {
  display: none;
}

.timbro.is-tab {
  z-index: 1;
  opacity: .1;
  filter: invert();
  background-image: url('../images/timbro.svg');
  width: 180px;
  height: 180px;
  inset: auto -30px -30px auto;
}

.flex-horizontal {
  justify-content: center;
  display: flex;
}

.flex-horizontal.justify-space-between {
  border-bottom: 1px solid #ccbba380;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}

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

.footer_wrap {
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_link {
  color: #f3eadb;
  cursor: pointer;
  text-decoration: none;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  transform: translate(0);
}

.footer_link:hover {
  transform: translate(-10px);
}

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

.footer_link.no-link:hover {
  margin-left: 0;
  margin-right: 0;
}

.footer_link.is-disclaimer {
  text-decoration: underline;
}

.link {
  color: var(--old-burgundy);
  transition: color .35s;
}

.footer_title {
  color: var(--dark-vanilla);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: agenda, sans-serif;
  font-weight: 500;
}

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

.footer_title.no-margin-bottom.margin-dx {
  margin-right: 40px;
}

.footer_logo {
  width: 190px;
}

.div-block-21 {
  background-color: #ccbba380;
  width: 1px;
  height: 100%;
}

.contact_wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_column {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  font-style: normal;
  display: flex;
}

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

.footer_column.width-225 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: flex-end;
}

.logo-partner {
  object-fit: contain;
  object-position: 0% 50%;
  width: 200px;
  height: 90px;
}

.logo-partner.gabetti {
  width: 130px;
}

.tecma_txt {
  color: #000000a1;
  text-align: right;
  width: 100%;
  font-size: 11px;
}

.tecma_txt.is-last {
  color: var(--eggshell);
  max-width: 800px;
  margin-top: 20px;
  font-size: 12px;
}

.footer_component {
  background-color: #f3eadb66;
  background-image: url('../images/background-purple.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5vw 5vw 0;
}

.section-legal {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 250px 30px 100px;
}

.note-legali h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
}

.note-legali h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

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

.note-legali a {
  color: var(--old-burgundy);
}

.note-legali ul {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  font-weight: 300;
}

.note-legali li {
  margin-bottom: 0;
  line-height: 26px;
}

.reason-grid {
  color: var(--eggshell);
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: none;
}

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

.tile-txt_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 350px;
  display: flex;
}

.legal-logo {
  width: 180px;
  margin-bottom: 100px;
}

.div-block-22 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.text-block {
  color: var(--eggshell);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.nav_technical {
  z-index: 10;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-2 {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 300;
}

.div-block-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.contact_link {
  color: var(--eggshell);
  font-weight: 400;
  text-decoration: none;
}

.cookiebot {
  width: 100%;
}

.button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--orange-yellow);
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 15px 20px;
  font-family: agenda, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-2.is-submit {
  background-color: var(--old-burgundy);
  letter-spacing: 2px;
  transition: background-color .25s;
}

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

.list_wrap {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.menu-open, .menu-close {
  display: none;
}

.nav-lmobile-logo {
  width: 230px;
  display: none;
}

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

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

.div-block-24 {
  color: var(--eggshell);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #f3eadb80;
  min-width: 200px;
  padding: 15px 20px;
  font-family: agenda, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  transition: all .3s;
}

.div-block-24:hover {
  border-color: var(--orange-yellow);
  background-color: var(--orange-yellow);
  color: var(--old-burgundy);
}

.vp_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr .5fr;
  width: 100%;
  height: 55vw;
  min-height: 600px;
  margin-top: 10px;
}

.div-block-25 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 450px;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

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

.div-block-27 {
  width: 50%;
  height: 550px;
  display: flex;
}

.tabs {
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.tab_link {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #ddd0;
  background-image: url('../images/gold-texture.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  width: 200px;
  font-family: quiche-sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.tab_link.w--current {
  border-bottom: 1px solid var(--dark-vanilla);
}

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

.div-block-28 {
  background-color: var(--eggshell);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-image_hover {
  z-index: 1;
  background-image: linear-gradient(#0009 33%, #fff0 77%);
  position: absolute;
  inset: 0%;
}

.full-image_hover.darker {
  background-image: linear-gradient(#000c 25%, #fff0 85%);
}

.vp_grid_v2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr .8fr;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.techbau-logo {
  width: 200px;
  margin-top: 10px;
}

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

.vision_tile {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35vw;
  display: flex;
  position: relative;
}

.tile_vision-content {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gold-texture.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  display: flex;
  position: absolute;
}

.tile_vision-hover {
  z-index: 1;
  background-image: linear-gradient(#0006, #0006);
  position: absolute;
  inset: 0%;
}

.hero-video_mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.texture {
  z-index: 1;
  opacity: .4;
  background-image: url('../images/pattern-xl.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 80%;
  height: 5vw;
  position: absolute;
  inset: auto 0% 0%;
}

.texture-quare {
  z-index: 1;
  background-image: url('../images/pattern.svg');
  background-position: 0%;
  background-repeat: repeat;
  background-size: 200%;
  width: 13vw;
  height: 13vw;
  display: flex;
  position: absolute;
  inset: -6.5vw -6.5vw auto auto;
}

.texture-quare.align-left {
  left: -6.5vw;
  right: auto;
}

.consegna_txt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--old-burgundy);
  white-space: nowrap;
  background-image: url('../images/background-purple.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 25px;
  display: flex;
}

.img_wrap-static {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img_wrap-static.is-tile {
  width: 20vw;
  height: 20vw;
}

.img_wrap-static.placeholder {
  background-color: var(--eggshell);
}

.img_wrap-static.display-none {
  display: flex;
}

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

.image-fit-cover_static.position-btn {
  object-position: 50% 92%;
}

.image-fit-cover_static.position-right {
  object-position: 65% 50%;
}

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

.hero-img_hover {
  z-index: 2;
  background-image: linear-gradient(0deg, #000000b3 33%, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-video {
  margin-top: var(--margin--padding-y);
  width: 100%;
}

.tagli-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: auto;
  max-width: 100%;
  display: grid;
  overflow: auto;
}

.tile_tagli-hover {
  z-index: 1;
  background-image: linear-gradient(0deg, #0009 21%, #0000 49%), linear-gradient(#0006, #0006);
  position: absolute;
  inset: 0%;
}

.tagli_tile {
  text-align: center;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  min-width: 250px;
  max-width: 280px;
  height: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tile_tagli-content {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gold-texture.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
}

.planimetrie {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.planimetrie.is-sub {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
}

.planimetrie.is-light {
  color: var(--eggshell);
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gold-texture.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 150%;
  -webkit-background-clip: text;
  background-clip: text;
}

.box_gal_news {
  background-image: url('../images/background-purple.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 5vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.golden_txt {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gold-texture.webp');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
}

.leed-gold {
  width: 100px;
}

.techbau_logo {
  width: 180px;
}

.datas_overlay {
  padding: var(--margin--padding-x);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.datas_overlay.align-bottom {
  justify-content: flex-end;
}

.percentage {
  font-family: quiche-sans, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.percentage.is-intro {
  font-style: italic;
}

.percentage.max-w {
  max-width: 650px;
}

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

.data_block.is-technical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--eggshell);
}

.data_block.is-form {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  margin-bottom: 80px;
}

.data_block.is-gold {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gold-texture.webp');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
}

.detail_percentage {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.detail_percentage.is-sub {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
}

.detail_percentage.is-light {
  color: var(--eggshell);
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gold-texture.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 150%;
  -webkit-background-clip: text;
  background-clip: text;
}

.mosaic_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  width: 60%;
  min-height: 80vh;
  display: grid;
  position: relative;
}

.half_img {
  padding: var(--margin--padding-x);
  background-color: var(--orange-yellow);
}

.half_text {
  padding: var(--margin--padding-x);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contatti_flag {
  z-index: 5;
  background-color: var(--orange-yellow);
  color: var(--old-burgundy);
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: color .4s;
  display: flex;
  position: fixed;
  top: 15px;
  right: 20px;
}

.contatti_flag:hover {
  color: var(--eggshell);
}

.envelope {
  width: 60%;
  padding-top: 5px;
}

.gallery-video {
  width: 100%;
}

.gallery_tile {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35vw;
  display: flex;
  position: relative;
}

.tile_gallery-hover {
  z-index: 1;
  background-image: linear-gradient(#0009, #0009);
  position: absolute;
  inset: 0%;
}

.texture_gal {
  z-index: 1;
  opacity: .6;
  background-image: url('../images/pattern-xl.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 169%;
  height: 5vw;
  position: absolute;
  inset: auto 0% 0%;
}

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

.logo_partner {
  background-color: var(--old-burgundy);
  width: 120px;
  height: 40px;
}

.vp_grid_materials {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: minmax(300px, 40vh) minmax(300px, 40vh);
  grid-template-columns: 1fr .25fr .75fr 1fr 2fr .25fr 1fr;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.barra_avanzamento_cantiere {
  border: 1px solid var(--old-burgundy);
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  max-width: 300px;
  height: 88%;
  padding: 3px;
  display: flex;
}

.barra {
  background-image: url('../images/gold-texture.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 0%;
}

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

.news_block {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.news_media {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.news_title {
  font-family: quiche-sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.news_title.is-intro {
  font-style: italic;
}

.news_title.max-w {
  max-width: 650px;
}

.video-news_popup {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  flex-direction: column;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.video-01_x {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.video-01_x_asta {
  background-color: #fff;
  flex: none;
  width: 60%;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
}

.video-01_x_asta._2 {
  transform: rotate(-45deg);
}

.video_component-2 {
  z-index: 1;
  flex: none;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.prezzi-tagli {
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 500;
}

.prezzi-tagli.is-sub {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
}

.prezzi-tagli.is-light {
  color: var(--eggshell);
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gold-texture.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 150%;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: agenda, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.hero-main-title {
  text-transform: uppercase;
  font-family: quiche-sans, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.tile_home-content {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gold-texture.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  text-decoration: none;
  display: flex;
}

.avanzamento-cantiere {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 900px;
  display: grid;
}

.step-1 {
  text-align: right;
}

.step-2 {
  text-align: left;
}

.step-3 {
  text-align: right;
}

.avanzamento-title {
  color: var(--old-burgundy);
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gold-texture.webp');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
}

.avanzamento-title.is-sub {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
}

.avanzamento-title.is-light {
  color: var(--eggshell);
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gold-texture.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 150%;
  -webkit-background-clip: text;
  background-clip: text;
}

.avanzamento-text {
  font-size: 14px;
  line-height: 1.6;
}

.navbar_trigger {
  width: 5px;
  height: 10vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.last-footer-block {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    --old-burgundy: #403333;
    --eggshell: #f3eadb;
    --margin--padding-x: 7vw;
    --orange-yellow: #f2be1c;
    --margin--padding-y: 100px;
    --white: white;
    --dark-vanilla: #ccbba3;
    --black: #000;
  }

  .nav_container {
    height: 230px;
  }

  .header_component {
    min-height: 700px;
  }

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

  .nav-logo {
    display: none;
  }

  .nav-logo.is-technical {
    display: flex;
  }

  .list {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    flex-flow: column;
    flex: none;
    margin-bottom: auto;
  }

  .list.left {
    flex: 0 auto;
    margin-top: auto;
    margin-bottom: 0;
  }

  .nav_link {
    -webkit-text-fill-color: transparent;
    background-image: url('../images/gold-texture.webp');
    background-position: 0 0;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
  }

  .nav_link.w--current {
    border-bottom: 1px solid var(--orange-yellow);
  }

  .section.is-contact {
    grid-row-gap: 0vw;
    flex-flow: column;
  }

  .section.purple-bg.yellow_hover {
    background-image: linear-gradient(0deg, var(--orange-yellow) 33%, #0000 33.1%), url('../images/background-purple.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column-reverse;
  }

  .section.purple-bg.yellow_hover.reverse {
    background-image: linear-gradient(0deg, var(--orange-yellow) 33%, #0000 33.1%), url('../images/background-purple.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
  }

  .section.purple-bg.half-yellow {
    flex-flow: column-reverse;
    display: flex;
  }

  .section.is-intro-copy, .section.is-techbau, .section.is-news {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.is-img-pattern {
    padding-top: 0;
  }

  .container {
    padding-right: var(--margin--padding-x);
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
  }

  .container.is-vertical {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .container.inverse {
    padding-left: var(--margin--padding-x);
    flex-flow: wrap-reverse;
  }

  .txt_wrap {
    width: auto;
  }

  .txt_wrap.is-absolute {
    margin: 10vw;
    top: auto;
  }

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

  .title_wrap {
    width: 90%;
  }

  .par_wrap, .par_wrap.align-center {
    max-width: 550px;
  }

  .slide-interni {
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-vert_wrap {
    width: 80vw;
    height: 85vw;
    min-height: auto;
    max-height: none;
  }

  .medium-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .medium-title.is-vision {
    font-size: 18px;
  }

  .container-right {
    width: 100%;
  }

  .container-right.is-logo {
    width: 100%;
    height: 50vw;
  }

  .img_wrap.is-tile {
    width: 250px;
    height: 250px;
  }

  .img_wrap.display-none-tablet {
    display: none;
  }

  .image-full_wrap {
    height: 80vw;
  }

  .image-full_wrap.is-location {
    height: auto;
  }

  .location-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: 15vw 20vw 10vw 15vw;
    margin-bottom: 5px;
  }

  .map {
    height: 500px;
  }

  .div-block-11 {
    width: 230px;
  }

  .form_field {
    line-height: 20px;
  }

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

  .form_component {
    width: 100%;
  }

  .ancor.is-progetto, .ancor.is-location {
    top: -80px;
  }

  .timbro {
    width: 130px;
    height: 130px;
    top: -82px;
  }

  .timbro.is-menu {
    background-position: 100% 0;
    background-size: 105%;
    width: 30vw;
    height: 25vw;
    display: flex;
    inset: auto auto 0 0;
  }

  .timbro.is-tab {
    width: 150px;
    height: 150px;
  }

  .flex-horizontal {
    flex-direction: column;
  }

  .flex-horizontal.justify-space-between {
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
  }

  .footer_wrap {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
  }

  .footer_link:hover {
    transform: none;
  }

  .footer_link.is-contact {
    font-size: 18px;
    line-height: 24px;
  }

  .footer_logo {
    align-self: center;
    margin-bottom: 40px;
  }

  .div-block-21 {
    flex: 1;
    height: 126px;
  }

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

  .footer_column.is-centred {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_column.width-225 {
    align-items: center;
  }

  .tecma_txt.is-last {
    text-align: center;
  }

  .footer_component {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 10vw;
    display: flex;
  }

  .section-legal {
    padding-left: 60px;
    padding-right: 60px;
  }

  .reason-grid {
    grid-row-gap: 10vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: auto;
  }

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

  .tile-txt_wrap.is-tab {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 500px;
  }

  .link-block {
    margin-bottom: 0;
  }

  .list_wrap {
    z-index: 15;
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #403333e6;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .menu-open {
    z-index: 1;
    border: 1px solid #f3eadb80;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: auto 5vw auto auto;
  }

  .menu-close {
    z-index: 15;
    border: 1px solid var(--eggshell);
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 25px 5vw auto auto;
  }

  .icon-close, .icon-menu {
    color: var(--eggshell);
    width: 20px;
    height: 20px;
  }

  .nav-lmobile-logo {
    display: flex;
  }

  .vp_grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
  }

  .div-block-25 {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-27 {
    width: 100%;
    height: 300px;
  }

  .tabs {
    max-width: 700px;
  }

  .tab_link {
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 18px;
    display: flex;
  }

  .tabs-menu {
    justify-content: space-around;
    margin-bottom: 30px;
  }

  .div-block-28 {
    width: 100%;
    padding: 60px;
  }

  .full-image_hover {
    background-image: linear-gradient(#0006, #fff0 50%), linear-gradient(#000000bf, #000000bf);
  }

  .texture {
    background-size: 120%;
    height: 10vw;
  }

  .texture-quare.align-left {
    width: 25vw;
    height: 25vw;
  }

  .img_wrap-static.is-tile {
    width: 250px;
    height: 250px;
  }

  .img_wrap-static.display-none {
    display: none;
  }

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

  .tagli_tile {
    height: 50vw;
    max-height: 400px;
  }

  .planimetrie {
    width: 100%;
  }

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

  .data_block {
    max-width: 90%;
  }

  .mosaic_grid {
    width: 100%;
  }

  .contatti_flag.is-desktop {
    display: none;
  }

  .contatti_flag.is-mobile {
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    top: auto;
    right: calc(5vw + 65px);
  }

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

@media screen and (max-width: 767px) {
  body {
    --old-burgundy: #403333;
    --eggshell: #f3eadb;
    --margin--padding-x: 50px;
    --orange-yellow: #f2be1c;
    --margin--padding-y: 80px;
    --white: white;
    --dark-vanilla: #ccbba3;
    --black: #000;
  }

  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .nav_container {
    justify-content: flex-start;
    align-items: center;
    height: 80px;
  }

  .nav_link {
    font-size: 30px;
  }

  .section.purple-bg.yellow_hover.reverse {
    background-image: linear-gradient(0deg, var(--orange-yellow) 45%, #0000 45.1%), url('../images/background-purple.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .txt_wrap.is-absolute {
    margin: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .main-title.is-intro {
    font-size: 30px;
    line-height: 36px;
  }

  .main-title.max-w {
    font-size: 35px;
    line-height: 40px;
  }

  .img_wrap.is-tile {
    width: 230px;
    height: 230px;
  }

  .form_field {
    margin-bottom: 15px;
  }

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

  .timbro {
    width: 120px;
    height: 120px;
    top: -77px;
    left: 201px;
  }

  .flex-horizontal {
    align-items: center;
  }

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

  .link {
    white-space: nowrap;
  }

  .footer_title {
    margin-bottom: 40px;
  }

  .footer_title.no-margin-bottom.margin-dx {
    margin-right: 30px;
  }

  .footer_logo {
    margin-bottom: 100px;
  }

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

  .contact_wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer_column {
    min-width: 50%;
  }

  .footer_column.is-centred {
    flex-direction: column;
    align-items: center;
  }

  .tecma_txt {
    margin-top: 0;
  }

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

  .section-legal {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-lmobile-logo.w--current {
    width: 160px;
  }

  .texture {
    height: 90px;
  }

  .texture-quare {
    width: 150px;
    height: 150px;
  }

  .img_wrap-static.is-tile {
    width: 230px;
    height: 230px;
  }

  .tagli_tile {
    min-width: auto;
    height: 300px;
  }

  .box_gal_news {
    min-height: 250px;
  }

  .percentage.max-w {
    font-size: 35px;
    line-height: 40px;
  }

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

  .half_text {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .news_title.max-w {
    font-size: 35px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --old-burgundy: #403333;
    --eggshell: #f3eadb;
    --margin--padding-x: 30px;
    --orange-yellow: #f2be1c;
    --margin--padding-y: 60px;
    --white: white;
    --dark-vanilla: #ccbba3;
    --black: #000;
  }

  h1 {
    font-size: 34px;
    line-height: 39px;
  }

  h4 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .nav_container {
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav_container.is-tecnhical {
    justify-content: center;
  }

  .header-hover {
    background-image: linear-gradient(0deg, #0009, #fff0 50%), linear-gradient(#00000080, #fff0 40%), linear-gradient(#0000004d, #0000004d);
  }

  .header_container {
    padding-right: var(--margin--padding-x);
    padding-left: var(--margin--padding-x);
    width: 100%;
  }

  .nav-logo.is-technical {
    width: 180px;
  }

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

  .section {
    padding: var(--margin--padding-y) var(--margin--padding-x);
    overflow: hidden;
  }

  .section.purple-bg.yellow_hover {
    grid-column-gap: var(--margin--padding-y);
    grid-row-gap: var(--margin--padding-y);
  }

  .section.purple-bg.half-yellow {
    padding: 0;
  }

  .section.is-techbau {
    padding: 80px 30px;
  }

  .section.is-vision {
    padding: 0;
  }

  .section.is-double-box {
    display: flex;
  }

  .section.is-news {
    padding: 80px 30px;
  }

  .section.is-img-pattern {
    padding-top: var(--margin--padding-y);
  }

  .section.texture_container {
    overflow: visible;
  }

  .section.is-video {
    padding: 0;
  }

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

  .container.is-vertical {
    padding: 0 0;
  }

  .container.inverse {
    padding: 0;
  }

  .txt_wrap, .txt_wrap.align-center {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .txt_wrap.is-absolute {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .scroll {
    margin-top: 10px;
  }

  .par-title {
    font-size: 12px;
  }

  .par-title.is-sub {
    line-height: 1.4;
  }

  .main-title {
    font-size: 25px;
    line-height: 30px;
  }

  .main-title.is-intro {
    font-size: 24px;
    line-height: 35px;
  }

  .main-title.max-w {
    font-size: 30px;
    line-height: 35px;
  }

  .title_wrap {
    width: auto;
  }

  .par_wrap {
    max-width: none;
  }

  .par_wrap.align-center {
    margin-top: 20px;
  }

  .image-vert_wrap {
    width: 100%;
    height: auto;
  }

  .medium-title {
    font-size: 20px;
    line-height: 26px;
  }

  .container-right.is-logo {
    height: 250px;
  }

  .img_wrap.is-tile {
    width: 250px;
    height: 250px;
  }

  .img_wrap.is_half {
    aspect-ratio: 4 / 6;
  }

  .image-full_wrap {
    height: 300px;
  }

  .image-full_wrap.with-par {
    height: 180vw;
  }

  .location-grid {
    grid-template-rows: 25vw 30vw 20vw 25vw;
    margin-bottom: 5px;
  }

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

  .form_component {
    padding: 60px 30px;
  }

  .title_div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

  .timbro {
    width: 100px;
    height: 100px;
    top: -63px;
    left: 155px;
  }

  .timbro.is-menu {
    width: 50vw;
    height: 50vw;
    left: -3.5vw;
  }

  .timbro.is-tab {
    width: 130px;
    height: 130px;
  }

  .div-block-20 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer_title {
    margin-bottom: 20px;
  }

  .footer_title.no-margin-bottom.margin-dx {
    margin-right: 20px;
  }

  .footer_logo {
    margin-bottom: 60px;
  }

  .footer_column {
    min-width: 100%;
  }

  .logo-partner {
    width: 150px;
    height: 60px;
  }

  .logo-partner.gabetti {
    width: 100px;
  }

  .tecma_txt {
    margin-top: 60px;
  }

  .footer_component {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-legal {
    padding: 60px 30px;
  }

  .note-legali h1 {
    font-size: 22px;
    line-height: 27px;
  }

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

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

  .tile-txt_wrap {
    max-width: 300px;
  }

  .legal-logo {
    width: 180px;
  }

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

  .menu-open {
    width: 40px;
    height: 40px;
  }

  .nav-lmobile-logo {
    width: 180px;
  }

  .nav-lmobile-logo.w--current {
    width: 140px;
  }

  .hero-video {
    display: none;
  }

  .vp_grid {
    margin-top: 0;
  }

  .div-block-25 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .tabs-menu {
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
  }

  .div-block-28 {
    padding: 40px 30px;
  }

  .vp_grid_v2 {
    min-height: 300px;
  }

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

  .vision_tile {
    height: 300px;
  }

  .hero-video_mobile {
    display: flex;
  }

  .texture {
    background-size: 600px;
    height: 50px;
  }

  .img_wrap-static.is-tile {
    width: 250px;
    height: 250px;
  }

  .div-block-36 {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .tagli-grid {
    flex-flow: column;
    display: flex;
  }

  .tagli_tile {
    height: 350px;
  }

  .planimetrie {
    font-size: 12px;
  }

  .planimetrie.is-sub {
    line-height: 1.4;
  }

  .percentage {
    font-size: 25px;
    line-height: 30px;
  }

  .percentage.is-intro, .percentage.max-w {
    font-size: 30px;
    line-height: 35px;
  }

  .data_block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

  .detail_percentage {
    font-size: 12px;
  }

  .detail_percentage.is-sub {
    line-height: 1.4;
  }

  .mosaic_grid {
    grid-template-rows: 400px 200px;
    min-height: auto;
  }

  .half_text {
    padding: 80px 30px;
  }

  .contatti_flag.is-mobile {
    width: 40px;
    height: 40px;
    right: calc(5vw + 50px);
  }

  .gallery_tile {
    height: 300px;
  }

  .texture_gal {
    background-size: cover;
  }

  .vp_grid_materials {
    grid-template-rows: minmax(100px, 30vh) minmax(100px, 30vh);
    min-height: 300px;
  }

  .news_video_media {
    display: none;
  }

  .news_title {
    font-size: 25px;
    line-height: 30px;
  }

  .news_title.is-intro, .news_title.max-w {
    font-size: 30px;
    line-height: 35px;
  }

  .prezzi-tagli {
    font-size: 12px;
  }

  .prezzi-tagli.is-sub {
    line-height: 1.4;
  }

  .hero-main-title {
    font-size: 35px;
    line-height: 48px;
  }

  .avanzamento-cantiere {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: auto 1fr;
  }

  .step-1, .step-3 {
    text-align: left;
  }

  .avanzamento-title {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .avanzamento-title.is-sub {
    line-height: 1.4;
  }
}

#w-node-d83e1a42-3ab4-5572-34b9-2715d3c32b63-98c3fbcb, #w-node-_3d8cddb8-1832-f9ff-d134-d421bdb28b24-bdb28b02, #w-node-_3d8cddb8-1832-f9ff-d134-d421bdb28b30-bdb28b02, #w-node-_3d8cddb8-1832-f9ff-d134-d421bdb28b34-bdb28b02, #policyFlagsContainer.w-node-_3d8cddb8-1832-f9ff-d134-d421bdb28b37-bdb28b02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d8cddb8-1832-f9ff-d134-d421bdb28b3a-bdb28b02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d8cddb8-1832-f9ff-d134-d421bdb28b3b-bdb28b02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_545604ad-5efe-c3b4-d794-5591edbce0c0-5db103e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7b816d0-5829-09d4-978d-75a502a2d071-5db103e7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b3e2905f-3d84-fcf4-c0f8-c431f35ef30a-5db103e7, #w-node-f5ead668-2cc0-bc77-0ef0-030adde437a8-5db103e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9defecb1-3e3c-6543-b16b-0f53863ff3be-5db103e7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3e5db22e-b9b7-5b87-85c7-286d00222980-5db103e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d83e1a42-3ab4-5572-34b9-2715d3c32b63-a5823dd5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b47b1ca7-25aa-bc8b-8b50-ff065946a6ec-a5823dd5, #w-node-cdb443dd-3287-5f4d-b9ec-7608d0dbf44b-a5823dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdb443dd-3287-5f4d-b9ec-7608d0dbf44d-a5823dd5, #w-node-db80b742-08b5-0c8a-058a-99a6d0cc71eb-a5823dd5, #w-node-_10311bf7-9c50-78ea-800c-e98df2e692bc-a5823dd5, #w-node-_01fb8490-fb1e-8185-3e7a-2a5a0e35b2fa-a5823dd5, #w-node-e812db3e-8020-fb7c-bfeb-ae7ae7a61155-a5823dd5, #w-node-_7b906ec0-e273-c598-e576-657e296003bd-a5823dd5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7969abda-f7e6-8f89-a003-c1118b445dbf-a5823dd5, #w-node-a20ef149-9ea9-56cf-ca7f-d4b7e996b926-a5823dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a20ef149-9ea9-56cf-ca7f-d4b7e996b928-a5823dd5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a20ef149-9ea9-56cf-ca7f-d4b7e996b92a-a5823dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a859dc5b-3d38-f1eb-da1b-2b8ddd547d0d-ea27a681 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a859dc5b-3d38-f1eb-da1b-2b8ddd547d1b-ea27a681, #w-node-a859dc5b-3d38-f1eb-da1b-2b8ddd547d29-ea27a681 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a859dc5b-3d38-f1eb-da1b-2b8ddd547d2c-ea27a681 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a859dc5b-3d38-f1eb-da1b-2b8ddd547d3a-ea27a681 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-a859dc5b-3d38-f1eb-da1b-2b8ddd547d48-ea27a681, #w-node-a859dc5b-3d38-f1eb-da1b-2b8ddd547d56-ea27a681 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a859dc5b-3d38-f1eb-da1b-2b8ddd547d59-ea27a681 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_98931bd0-9a58-4dc5-adc1-db30c5b12dfc-ba3ca225 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-ca5c6b51-89ac-9954-1e25-58edff7d4903-ba3ca225 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8fbf6de2-1f9e-64a5-2b52-9ce1a7467aa8-ba3ca225 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_1993c089-9121-6ecb-36be-9c4e44fa69a2-ba3ca225 {
  grid-area: 4 / 3 / 5 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-d83e1a42-3ab4-5572-34b9-2715d3c32b63-98c3fbcb, #w-node-d83e1a42-3ab4-5572-34b9-2715d3c32b63-a5823dd5, #w-node-cdb443dd-3287-5f4d-b9ec-7608d0dbf44b-a5823dd5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f9c13310-33f0-8bd5-902a-e534d7a8e0ea-ba3ca225 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3d8cddb8-1832-f9ff-d134-d421bdb28b24-bdb28b02, #w-node-_3d8cddb8-1832-f9ff-d134-d421bdb28b30-bdb28b02, #w-node-_3d8cddb8-1832-f9ff-d134-d421bdb28b34-bdb28b02, #policyFlagsContainer.w-node-_3d8cddb8-1832-f9ff-d134-d421bdb28b37-bdb28b02, #w-node-_3d8cddb8-1832-f9ff-d134-d421bdb28b3b-bdb28b02 {
    grid-column: span 1 / span 1;
  }

  #w-node-f7b816d0-5829-09d4-978d-75a502a2d071-5db103e7, #w-node-_9defecb1-3e3c-6543-b16b-0f53863ff3be-5db103e7, #w-node-a20ef149-9ea9-56cf-ca7f-d4b7e996b928-a5823dd5 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_56784121-da12-c040-c765-45fcd65f8ff5-ba3ca225 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_98931bd0-9a58-4dc5-adc1-db30c5b12dfc-ba3ca225 {
    grid-area: 1 / 1 / 5 / 2;
  }

  #w-node-ca5c6b51-89ac-9954-1e25-58edff7d4903-ba3ca225 {
    grid-column: 2 / 3;
    grid-row-start: 2;
  }

  #w-node-_8fbf6de2-1f9e-64a5-2b52-9ce1a7467aa8-ba3ca225 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_1993c089-9121-6ecb-36be-9c4e44fa69a2-ba3ca225 {
    grid-area: 4 / 2 / 5 / 3;
  }
}


