:root {
  --color: #548083;
  --color-5: #fff6ef;
  --color-6: #333332;
  --cta: #c5c5c5;
  --white: white;
  --grey: #6e6e6e;
  --color-3: #e3b093;
  --color-4: #fccb82;
  --hover-dark: #0009;
  --black: #222;
  --color-2: #c27a56;
  --light: #f4f4f4;
  --hover-light: #fffc;
  --hover: #0000;
  --transparent: #0000;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--color);
  font-family: bilo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

h1 {
  color: var(--color-5);
  text-align: center;
  letter-spacing: .3rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Cormorant, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  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-6);
  max-width: 530px;
  margin-bottom: 0;
  line-height: 1.5;
}

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

label {
  line-height: 1.3;
  display: block;
}

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 0;
}

.to-delete {
  z-index: 100;
  text-align: left;
  background-color: #ffe837;
  max-width: none;
  margin-bottom: 0;
  padding: 40px 15%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

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

.to-delete strong {
  font-weight: 800;
}

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

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

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

.form_link {
  color: var(--color-3);
  text-align: left;
  font-size: 14px;
  transition: color .35s;
}

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

.checkbox_txt {
  font-size: 11px;
  line-height: 1.4;
}

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

.nav_component.is-gdpr {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff6efe6;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 5px #0003;
}

.header_component {
  z-index: 21;
  background-color: var(--hover-dark);
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 80vh;
  padding: 260px 100px 80px;
  display: flex;
  position: relative;
}

.nav_logo_wrap {
  z-index: 2;
  flex: none;
  width: 400px;
  height: 120px;
  position: relative;
}

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

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

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

.nav_link_line.is-promo {
  display: none;
}

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

.section.bg_img {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 36vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.bg_img._16-9 {
  aspect-ratio: 16 / 9;
}

.section.nav-page {
  min-height: 80vh;
  padding-top: 280px;
}

.section.bg-color5 {
  background-image: linear-gradient(#fff6ef99, #fff6ef99), url('../images/65411ea48140cd078ae272b2_iStock-1165498300-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: flex;
}

.section.bg-color5.z-index {
  z-index: 1;
  padding-bottom: 140px;
}

.section.bg-color5.flex-vertical {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
}

.section.bg-color {
  background-color: var(--color);
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#548083e6, #548083e6), url('../images/65411ea48140cd078ae272b2_iStock-1165498300-copia.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  overflow: hidden;
}

.section.bg-color.pre-contatti {
  align-items: flex-start;
  height: 280px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.bg-color.news-cantiere {
  padding-top: 0;
  padding-bottom: 40px;
  overflow: visible;
}

.section.bg_img_gallery {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.is-gallery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 60vh;
  min-height: 600px;
  padding: 0;
  display: grid;
}

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

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

.section.no-margin-bottom.bg-pink {
  background-color: var(--color-5);
  padding-top: 80px;
  padding-bottom: 100px;
}

.section.no-pad {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  padding: 0;
  overflow: hidden;
}

.section.is-serv-slider {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

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

.section.bg-color3 {
  background-color: var(--color-5);
  background-image: linear-gradient(#fff6efb3, #fff6efb3), url('../images/65411ea48140cd078ae272b2_iStock-1165498300-copia.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heading-xsmall {
  color: var(--color-2);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-image: url('../images/quadratini---02.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50px;
  margin-bottom: 24px;
  padding-left: 60px;
  font-size: 14px;
  font-weight: 500;
}

.heading-xsmall.bg-white {
  font-size: 1rem;
}

.heading-xsmall.light {
  color: var(--color-3);
}

.heading-xsmall.centred {
  background-position: 50% 0;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-left: 0;
}

.heading-xsmall.centred.no-triangoli {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 0;
}

.heading-xsmall.centred.margin-40 {
  margin-bottom: 40px;
}

.heading-xsmall.is-promo {
  color: var(--color-2);
  background-image: url('../images/Rombo-giallo.svg');
  background-position: 0%;
  background-size: 12px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 25px;
}

.heading-large {
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 4px;
  margin-bottom: 20px;
  font-family: haboro-contrast-condensed, sans-serif;
  font-size: 40px;
  line-height: 1.2;
}

.heading-large.light {
  color: var(--color-4);
}

.heading-large.news-cantiere {
  margin-top: 30px;
  margin-bottom: 0;
}

.heading-large.capslock {
  text-transform: none;
  max-width: 700px;
}

.heading-large.is-promo {
  margin-top: 20px;
  margin-bottom: 10px;
}

.heading-large.subtitle {
  max-width: 660px;
  font-size: 27px;
  font-weight: 400;
}

.heading-medium {
  color: var(--color);
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-family: haboro-contrast-condensed, sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

.heading-medium.is-gallery {
  color: var(--color-5);
  margin-bottom: 40px;
  margin-left: 40px;
}

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

.container.small {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.container.intro {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.header_home {
  z-index: 3;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

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

.container.card.is-promo {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
}

.container.margin-up {
  margin-top: 100px;
}

.container.horizontal-gap-60px {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
}

.container.horizontal-gap-60px.reverse {
  flex-flow: row-reverse;
}

.container.horizontal-gap-60px.news-cantiere {
  background-color: var(--light);
  padding-left: 60px;
}

.container.horizontal-gap-60px.news-cantiere.reverse {
  padding-left: 0;
  padding-right: 60px;
}

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

.container.large.news-cantiere {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  top: -40px;
}

.container.mobile-show {
  display: none;
}

.container.is-slider-capitolato {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.container.is-big {
  max-width: 1300px;
}

.container.header_promo {
  z-index: 3;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.flex-horizontal {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.flex-horizontal.reverse {
  flex-flow: row-reverse;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.card-big_item {
  flex: 1;
}

.card-big_mask {
  width: 100%;
  height: 30vw;
  min-height: 250px;
  max-height: 450px;
  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 {
  background-color: var(--white);
  text-align: center;
  align-items: center;
  padding: 40px;
}

.half_img {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 50%;
  height: 50vw;
  max-height: 520px;
  display: flex;
  overflow: hidden;
}

.half_img.half_more {
  align-self: center;
  align-items: stretch;
  width: 75%;
}

.half_img.half_more.square {
  aspect-ratio: 1;
  height: auto;
  max-height: none;
}

.half_img.relative {
  position: relative;
  overflow: visible;
}

.half_img.square {
  height: auto;
  max-height: none;
}

.half_img.half_less {
  aspect-ratio: 3 / 4;
  width: auto;
}

.half_txt {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

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

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

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

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

.button_tertiary {
  color: var(--grey);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .9rem;
  line-height: 1;
}

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

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

.button_wrap {
  margin-top: 48px;
  text-decoration: none;
  position: relative;
}

.button_wrap.contatti {
  margin-top: 0;
}

.form_wrap {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 700px;
  max-width: 50vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.slide_dida {
  z-index: 2;
  border-top: 1px solid var(--color-5);
  color: var(--color-5);
  letter-spacing: 1px;
  text-transform: uppercase;
  object-position: 0% 50%;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 9px 32px;
  font-size: 14px;
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide_dida.small {
  line-height: 1.4;
  bottom: 10px;
}

.footer_logo {
  height: 80px;
}

.footer_logo.opacity-90 {
  opacity: .9;
  background-image: url('../images/Logo---Torre-SGR.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer_logo.opacity-90.torre-sgr {
  opacity: .85;
  filter: saturate(0%);
  background-image: url('../images/Logo-torre-sgr-nobg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 60px;
  transition: all .35s;
}

.footer_logo.opacity-90.torre-sgr:hover {
  filter: saturate();
}

.footer_logo.opacity-90.gabetti {
  opacity: 1;
  filter: saturate(0%);
  background-image: url('../images/gabetti_home_value_new_pos.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 60px;
  transition: all .35s;
}

.footer_logo.opacity-90.gabetti:hover {
  filter: saturate();
}

.footer_logo.residenze-chigi {
  height: 150px;
}

.footer_column {
  grid-row-gap: 16px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.footer_column.logo {
  flex-direction: column;
}

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

.nav_link {
  color: var(--color-5);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 4px;
  padding-bottom: 10px;
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-size: .7rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  transition: color .35s;
}

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

.nav_link.w--current {
  margin-bottom: 2px;
  padding-bottom: 10px;
}

.nav_link.is-promo {
  background-color: var(--color-2);
  margin-top: 0;
  padding: 5px 10px 2px;
  transition: background-color .35s, color .35s;
}

.nav_link.is-promo:hover {
  background-color: var(--color-4);
  color: #222 !important;
}

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

.header_par {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  max-width: 570px;
  font-family: bilo, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.header_par.margin-top {
  color: var(--color-3);
  text-transform: uppercase;
  margin-top: 20px;
  transition: color .35s;
}

.header_par.margin-top:hover {
  color: var(--color);
}

.header_par.mb-0 {
  margin-bottom: 0;
}

.button_primary {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  padding: 16px 40px;
  font-size: .85rem;
  line-height: 1;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

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

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

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form_component {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin: 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: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.header_img.hide {
  background-image: url('../images/AC1104_roma_vialesomalia_VPext06_rev08-copia.webp');
  background-position: 50%;
  background-size: cover;
}

.header_img.progetto {
  background-image: url('../images/AC1104F_Roma_Viale-Somalia_VPExt_03.webp');
  background-position: 50%;
  background-size: cover;
}

.header_img.apt {
  background-image: url('../images/AC1104_VP06_Interior_Living_rev02-copia.webp');
  background-position: 50%;
  background-size: cover;
}

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

.header_img.servizi {
  background-image: url('../images/AC1104F_Roma_VialeSomalia_VPInt_11_rev01-copia.webp');
  background-position: 50%;
  background-size: cover;
}

.header_img.location {
  background-image: url('../images/23_MG_2809-1-copia.webp');
  background-position: 50%;
  background-size: cover;
}

.header_img.promo {
  background-image: url('../images/AC1104_VP01_Interior_Living_rev02-copia.webp');
  background-position: 50% 70%;
}

.header_img.promo-coming-soon {
  background-image: url('../images/AC1104_VP01_Interior_Living_rev02-copia.webp');
}

.header_img.news-cantiere {
  background-image: url('../images/iStock-947830954.webp');
  background-position: 50%;
  background-size: cover;
}

.heading-small {
  color: var(--color-2);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: haboro-contrast-condensed, sans-serif;
  font-size: 21px;
  line-height: 1.2;
}

.heading-small.services_heading {
  color: var(--color-4);
  margin-bottom: 0;
  font-size: 15px;
}

.list_grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.list_grid.icon-services-wrap {
  display: flex;
}

.list_grid_item {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list_grid_icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.card_wrap {
  color: var(--color);
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.display-none {
  display: none;
}

.header_container {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
  display: flex;
  position: relative;
}

.header_container.home {
  text-align: left;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.header_container.promo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  align-items: center;
  max-width: 640px;
  margin-left: 0;
  margin-right: 0;
}

.flags_wrap {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
}

.fixed_flags {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40vh;
  display: flex;
  position: fixed;
  top: -87px;
  right: 40px;
}

.footer_wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  display: flex;
}

.footer_wrap.justify-start {
  border-top: 1px solid var(--color);
  justify-content: flex-start;
  padding-top: 60px;
}

.footer_wrap.is-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
}

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

.header_hover.is-home, .header_hover.is-location {
  background-color: #0006;
}

.nav_links {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1500px;
  display: flex;
}

.flag_line {
  background-color: #ffffff80;
  flex: none;
  width: 1px;
  height: 60%;
}

.flag_component {
  background-color: var(--color-2);
  color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  box-shadow: 0 0 6px 1px #0000001a;
}

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

.flag_component.promo {
  background-color: var(--cta);
}

.flag_component.promo:hover {
  background-color: var(--black);
}

.flag_icon_wrap {
  z-index: 2;
  background-color: var(--color-2);
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flag_txt_wrap {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flag_txt {
  color: var(--color-5);
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
}

.nav_background {
  z-index: 1;
  background-color: var(--white);
  opacity: 0;
  padding: 0;
  display: none;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 6px 2px #0000001a;
}

.nav_hamburger {
  display: none;
}

.card_img_wrap {
  z-index: 1;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_component {
  z-index: 6;
  background-color: var(--color-5);
  background-image: linear-gradient(#fff6efa6, #fff6efa6), url('../images/iStock-635733538-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 100px 60px 50px;
  position: relative;
}

.style_guide {
  z-index: 300;
  color: var(--white);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #0091ff;
  background-clip: border-box;
  margin-bottom: 0;
  padding: 40px 4rem;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  display: block;
  position: relative;
}

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

.style_guide strong {
  font-weight: 800;
}

.style_guide sub {
  border-bottom: 1px solid var(--white);
  font-size: 18px;
  bottom: -.5px;
}

.button_component {
  background-color: var(--color);
  color: var(--color-5);
  letter-spacing: .5px;
  cursor: pointer;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.style_container {
  border: 1px solid #00000029;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: flex-start start;
  padding: 2rem;
  display: flex;
}

.style_label {
  color: #0009;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.style_elements {
  grid-column-gap: 2rem;
  border-radius: .5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-around;
  place-items: flex-start start;
  width: 100%;
  margin-bottom: 3rem;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 12px #0000001a;
}

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

.style_wrap.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.style_wrap.left {
  justify-items: start;
}

.style_wrap.none {
  opacity: 0;
}

.style_header {
  color: #0009;
  border-bottom: 1px solid #00000029;
  width: 100%;
  margin-bottom: 2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: .9;
}

.style_header h2 {
  color: var(--cta);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
}

.style_header p {
  max-width: none;
  margin-bottom: 10px;
}

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

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

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

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

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

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

.popup-area_title {
  max-width: 400px;
  font-size: 1.7em;
  line-height: 1.2;
}

.popup-area_title.small {
  max-width: 260px;
}

.area_row {
  align-items: center;
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
}

.area_icon-row {
  width: 60px;
  height: 60px;
  margin-right: 30px;
}

.color {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  line-height: 1.1;
  display: flex;
}

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

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

.color.hover-dark {
  background-color: var(--hover-dark);
}

.color.hover-light {
  background-color: var(--hover-light);
  color: var(--black);
}

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

.background_hover {
  z-index: 1;
  background-color: var(--hover-dark);
  position: absolute;
  inset: 0;
}

.background_hover.darker {
  background-image: linear-gradient(to bottom, var(--hover), var(--hover));
}

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

.background_img._3-cols {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background_img._3-cols.bicolor {
  background-image: linear-gradient(180deg, #fff6ef, var(--color-5) 74.99%, white 75%);
}

.full_img {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 500px;
  max-height: 40vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.full_img._16-9 {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  max-height: none;
}

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

.lightbox_icon.video {
  background-image: url('../images/icon_play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.lightbox_icon.image {
  background-image: url('../images/icon_plus-white.svg');
}

.form_title {
  color: var(--color-5);
  max-width: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.2;
}

.top_icon {
  color: var(--color-5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.top_txt {
  color: var(--color-5);
  letter-spacing: 1px;
  margin-top: 20px;
  font-size: 18px;
}

.top_link {
  color: var(--grey);
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.heading_header-home {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: kudryashev-d-contrast, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.4;
}

.heading_header-home.margin-bottom-0 {
  margin-bottom: 0;
}

.heading_header-home.margin-bottom-0.is-promo {
  text-shadow: 1px 1px 3px #0000004d;
  margin-top: 15px;
  margin-bottom: 20px;
}

.heading_header-home.margin-bottom-0.is-promo_coming-soon {
  background-color: var(--color);
  color: var(--white);
  text-shadow: 1px 1px 3px #0000004d;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 28px;
  line-height: 1;
}

.txt-italic {
  color: var(--grey);
  margin-bottom: 30px;
  font-family: Cormorant, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.txt-italic.light {
  color: var(--cta);
  max-width: 370px;
  margin-bottom: 0;
  font-size: 1.7rem;
}

.moodboard {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1.25fr .4fr 1.25fr 1fr;
  height: 50vw;
  min-height: 500px;
  max-height: 730px;
}

.moodboard._w-space {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: 1fr 1.5fr;
  grid-template-columns: 1.25fr 1fr 1.25fr 1fr;
  height: 30vw;
}

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

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

.txt_wrap.center.margin-btn {
  margin-bottom: 100px;
}

.txt_wrap.serv_slider-text_wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 40vw;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.card_txt_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

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

.card_title {
  text-transform: uppercase;
  font-family: haboro-contrast-condensed, sans-serif;
  font-size: 30px;
  line-height: 1.3;
}

.card_title.is-negative {
  color: var(--color-5);
  margin-bottom: 20px;
}

.slide_button_wrap {
  color: var(--black);
  text-transform: uppercase;
  align-items: center;
  margin-top: 20px;
  font-size: .8rem;
  line-height: 1;
  display: flex;
}

.slide_button_wrap:where(.w-variant-5fcf9736-3847-4e17-8a1f-22f7d170061b) {
  color: var(--color-4);
}

.slide_button_icon {
  border: 1px solid #000;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  padding: 6px;
}

.slide_button_icon:where(.w-variant-5fcf9736-3847-4e17-8a1f-22f7d170061b) {
  border-color: var(--white);
  color: var(--white);
}

.image_hover {
  z-index: 2;
  background-color: var(--hover);
  justify-content: center;
  align-items: flex-end;
  transition: opacity .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  inset: 0;
}

.image_hover.is-gradient {
  background-image: linear-gradient(0deg, #000000b0, #8a8a8a38 39%, #fff0 89%);
}

.par-large {
  max-width: 700px;
}

.accordion_head {
  border-bottom: 1px solid var(--grey);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  transition: background-color .4s;
  display: flex;
}

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

.lightbox_icon_wrap {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 13px;
  display: flex;
}

.list_grid_par {
  max-width: 260px;
}

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

.nav_logo {
  background-image: url('../images/tecma_logo.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.nav_logo.positive {
  opacity: 0;
  background-image: url('../images/logo-orizzontale-positivo.svg');
  background-size: contain;
}

.nav_logo.negative {
  background-image: url('../images/logo-orizzontale.svg');
}

.button_tertiary_line {
  background-color: var(--black);
  align-self: center;
  height: 1px;
}

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

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

.heading-serif {
  color: var(--color-5);
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}

.heading-serif.dark {
  color: var(--color);
}

.top_anchor {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}

.policy-flags {
  align-self: stretch;
  margin-top: 8px;
  margin-bottom: 8px;
}

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

.note-legali {
  max-width: 1300px;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}

.note_txt p {
  max-width: none;
}

.note_txt h2 {
  font-size: 1.8em;
}

.note_txt h1 {
  letter-spacing: 0;
  font-size: 2.1em;
}

.note_txt a {
  color: var(--grey);
  text-decoration: none;
}

.button01 {
  background-color: var(--color);
  color: var(--color-5);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 10px;
  padding-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  transition: background-color .35s;
}

.button01:hover {
  background-color: var(--color-2);
}

.button01.secondary {
  background-color: var(--color-2);
  margin-top: 60px;
  padding-bottom: 11px;
  font-family: bilo, sans-serif;
  font-weight: 500;
}

.button01.secondary:hover {
  background-color: var(--color);
}

.button01.secondary.no-margin, .button01.secondary.news-cantiere {
  margin-top: 0;
}

.button01.form-cta {
  background-color: var(--color-2);
  cursor: pointer;
  margin-top: 60px;
  padding-bottom: 11px;
  font-family: bilo, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.button01.form-cta:hover {
  background-color: var(--color);
}

.button01.form-cta.is-promo.no-margin {
  margin-top: 0;
}

.html-embed {
  color: var(--color-5);
}

.html-embed.test {
  color: var(--color-6);
}

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

.image_wrapper {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 50%;
  height: 50vw;
  max-height: 520px;
  display: flex;
  position: relative;
}

.image_wrapper.news-cantiere {
  flex: none;
}

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

.text_container.is-left {
  text-align: left;
  align-items: flex-start;
  width: 50%;
}

.text_container.is-slider {
  background-color: var(--color-5);
  text-align: left;
  background-image: linear-gradient(#fff6ef66, #fff6ef66), url('../images/65411ea48140cd078ae272b2_iStock-1165498300-copia.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-self: auto;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  position: relative;
  bottom: -50px;
  left: -50px;
}

.quadratini {
  width: 50px;
  height: 100%;
}

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

.quadratini.margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.quadratini.mt-30 {
  margin-top: 30px;
}

.quadratini.mb-30 {
  margin-bottom: 30px;
}

.quadratini.with-margin {
  margin-bottom: 20px;
}

.text_partner {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 22px;
}

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

.form_wrapper {
  align-self: stretch;
}

.form_text {
  color: #fff6ef;
  flex-direction: column;
  align-items: flex-start;
  font-family: bilo, sans-serif;
  display: flex;
}

.policy-flag {
  color: #fff6ef;
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  font-size: 14px;
  display: flex;
}

.form_field-2 {
  color: #fff6ef;
  letter-spacing: 1px;
  background-color: #0000;
  border-top: 1px solid #0000;
  border-bottom: 1px solid #fff6ef80;
  border-left: 1px solid #0000;
  border-right: 1px #0000;
  border-radius: 0;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  font-family: kudryashev-d-contrast-sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.form_field-2:active {
  border-style: none none solid;
  border-color: #000 #000 #e3b093;
}

.form_field-2:focus {
  background-color: var(--color);
  border-style: none none solid;
  border-color: #000 #000 #e3b093;
}

.form_field-2::placeholder {
  color: #fff6ef;
}

.form_field-2.is-message {
  max-width: 100%;
}

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

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

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

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

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  cursor: pointer;
  background-color: #a39bff;
  border: 1px solid #a39bff;
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none;
  transition: color .35s cubic-bezier(.25, .46, .45, .94), border-color .35s cubic-bezier(.25, .46, .45, .94), background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button:hover {
  background-color: #5b4dff;
  border-color: #5b4dff;
}

.button.is-submit {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #c27a56;
  border: 0 #a39bff00;
  border-radius: 10px;
  justify-content: center;
  width: 200px;
  margin-top: 20px;
  padding: 17px 20px 15px;
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  transition: color .35s, background-color .35s cubic-bezier(.25, .46, .45, .94);
}

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

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

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

.mappa_container {
  z-index: 0;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.mappa_container.is-contatti {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  min-height: 500px;
}

.mappa_container.news-cantiere {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  min-height: 600px;
}

.embed-mappa {
  flex: 1;
  width: 100%;
  height: 100%;
}

.embed-mappa.mobile-show {
  display: none;
}

.embed-mappa.is-contatti, .embed-mappa.news-cantiere {
  display: flex;
  position: absolute;
}

.embed-mappa.news-cantiere-mobile {
  display: none;
}

.quadrato {
  z-index: 3;
  opacity: .8;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -50px;
  left: -50px;
}

.quadrato.sx-top {
  opacity: .8;
  top: -50px;
  bottom: auto;
}

.quadrato.sx-top.is-popup {
  top: 17px;
  left: 18px;
}

.quadrato.dx-top {
  opacity: .8;
  inset: -50px -50px auto auto;
  transform: rotate(90deg);
}

.quadrato.dx-btn {
  left: auto;
  right: -50px;
}

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

.button-4.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color-2);
  letter-spacing: 1px;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.button-4.is-icon:hover {
  color: var(--color);
  transform: translate(10px);
}

.button-4.is-icon.hide {
  display: none;
}

.button_icon {
  color: var(--color-2);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.cookie-prefs_name {
  color: #e3b093;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
}

.cookie-prefs_wrapper {
  z-index: 997;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000026;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 60px 32px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.cookie-prefs_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #e3b093;
  background-image: url('../images/check_dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #e3b093;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.cookie-prefs_checkbox.w--redirected-checked {
  background-color: #c27a56;
  background-image: url('../images/check_dot.svg');
  background-position: 100%;
  background-size: contain;
  border-color: #c27a56;
}

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

.cookie-prefs_description {
  color: #548083;
  font-size: 14px;
  line-height: 22px;
  transition: height .25s cubic-bezier(.455, .03, .515, .955);
}

.cookie-banner_close_icon {
  color: #424b54;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.cookie-prefs_text {
  color: #548083;
  line-height: 1.4;
  transition: height .25s cubic-bezier(.455, .03, .515, .955);
  overflow: hidden;
}

.cookie-prefs_title {
  color: #c27a56;
  margin-bottom: 12px;
  font-family: kudryashev-d-contrast, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

.cookie-banner_title_wrap {
  grid-row-gap: 20px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.cookie-prefs_checkbox-label {
  display: none;
}

.banner_close {
  opacity: 1;
  cursor: pointer;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: 10px;
  display: flex;
}

.banner_close.is-x {
  z-index: 3;
  padding: 6px;
  position: absolute;
  top: 0;
  right: 0;
}

.cookie-prefs_trigger {
  display: none;
}

.cookie-prefs_open-txt {
  opacity: .5;
  color: #000;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  height: 24px;
  display: flex;
  position: absolute;
  top: 0;
  right: 70px;
}

.cookie-prefs_open-txt.is-first {
  top: 0;
}

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

.banner_title {
  color: #c27a56;
  font-family: kudryashev-d-contrast, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

.cookie-prefs_buttons-wrapper {
  margin-bottom: 40px;
}

.cookie-prefs_buttons-wrapper.is-pref {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 24px;
  font-size: 14px;
  display: flex;
}

.cookie-banner_link {
  color: #c27a56;
  text-decoration: none;
  transition: color .35s;
}

.cookie-banner_link:hover {
  color: #548083;
}

.cookie-prefs_label {
  color: #548083;
  font-weight: 700;
}

.cookie-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.cookie-banner_close_txt {
  letter-spacing: .5px;
  border-bottom: 1px solid #548083;
  font-size: 13px;
  transition: border-color .35s;
}

.cookie-banner_close_txt:hover {
  border-bottom-color: #0000;
}

.cookie-banner_wrapper {
  z-index: 998;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000001a;
  flex-direction: column;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.cookie-prefs_option {
  border-bottom: 1px solid #e3b093;
  padding-bottom: 16px;
  position: relative;
}

.cookie-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 24px;
  margin-bottom: 16px;
  display: flex;
}

.cookie-banner_text {
  font-size: 14px;
  line-height: 20px;
}

.manager_trigger {
  display: none;
}

.button-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #c27a56;
  border-radius: 10px;
  padding-top: 11px;
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  transition: background-color .35s;
}

.button-2:hover {
  background-color: #548083;
}

.button-2.is-banner {
  align-self: flex-end;
}

.button-2.is-secondary {
  color: #548083;
  background-color: #0000;
  border: 1px solid #548083;
  transition: color .35s, background-color .35s;
}

.button-2.is-secondary:hover {
  color: #fff6ef;
  background-color: #548083;
}

.button-2.is-text {
  color: #c27a56;
  background-color: #0000;
  padding-bottom: 9px;
  text-decoration: none;
  transition-property: color;
}

.button-2.is-text:hover {
  color: #548083;
}

.cookie-prefs_nascondi {
  display: none;
}

.cookie_close_icon {
  color: #424b54;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.cookie-banner {
  background-color: #fff6ef;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  margin: auto;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 0 14px 3px #0000001a;
}

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

.cookie-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.cookie-banner_trigger {
  display: none;
}

.cookie-prefs_arrow {
  background-image: url('../images/freccia.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-left: 6px;
  display: flex;
  transform: rotate(0);
}

.cookie-prefs_container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  background-color: #fff6ef;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 48px 40px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  position: relative;
}

.cookie-prefs_checkbox-field {
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.note-legali-2 {
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.4;
  position: relative;
}

.note-legali-2 p {
  max-width: none;
}

.gdpr_richtext h1 {
  color: var(--color);
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 0;
  font-family: haboro-contrast-condensed, sans-serif;
  font-size: 35px;
}

.gdpr_richtext p {
  width: 100%;
  max-width: none;
}

.gdpr_richtext h2 {
  font-size: 24px;
  font-weight: 600;
}

.gdpr_richtext h3 {
  font-size: 21px;
  font-weight: 600;
}

.gdpr_richtext a {
  color: var(--color-2);
  transition: color .35s;
}

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

.gdpr_richtext.is-client {
  margin-top: 5px;
  margin-bottom: 5px;
}

.gdpr_richtext li, .gdpr_richtext ol, .gdpr_richtext ul {
  color: var(--color-6);
}

.section-3.is-technical {
  background-image: url('../images/AC1104F_Roma_Viale-Somalia_VPExt_02_Rev02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-3.is-technical.bg-white {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-4.is-technical {
  background-image: url('../images/AC1104F_Roma_Viale-Somalia_VPExt_02_Rev02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-4.is-technical.bg-white {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.gtm {
  display: none;
}

.footer-01_link_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid var(--color);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.footer-01_link {
  color: var(--color-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .35s;
}

.footer-01_link:hover {
  color: #c27a56;
}

.footer-01_link.is-credits {
  margin-left: 0;
}

.footer-01_link.is-classe-energetica {
  color: var(--color);
  cursor: default;
  font-style: italic;
}

.footer-01_link.is-classe-energetica:hover {
  color: #548083;
}

.footer-01_line {
  background-color: var(--color);
  flex: none;
  width: 1px;
  height: 15px;
}

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

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

.footer_txt {
  font-size: 14px;
}

.footer_link-2 {
  color: #c27a56;
  cursor: pointer;
  text-decoration: none;
  transition: color .35s;
}

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

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

.slider-05_slide {
  width: 100%;
  height: auto;
  margin-right: 6%;
}

.slider-05_mask {
  width: 32%;
  height: auto;
  overflow: visible;
}

.slider-05_lightbox_x {
  z-index: 10;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.slider-05_wrapper {
  overflow: hidden;
}

.slide-05_item {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slider-05_arrow {
  z-index: 1;
  color: #2b2b2b;
  background-color: #fff;
  width: 60px;
  height: 40px;
}

.slider-05_arrow.is-right {
  right: 0;
}

.slider-05_arrow.is-left {
  left: 0;
}

.slider-05_component {
  background-color: #0000;
  align-self: stretch;
  height: auto;
  position: relative;
  overflow: visible;
}

.section-5.is-technical {
  background-image: url('../images/AC1104F_Roma_Viale-Somalia_VPExt_03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

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

.container-2.is-technical {
  background-color: #fff6efe6;
  align-items: center;
  padding: 40px;
}

.heading-3 {
  color: var(--color-2);
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 20px;
}

.text-block-2 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

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

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

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

.button-6.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #548083;
  letter-spacing: 1px;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  transition: color .35s;
  display: flex;
}

.button-6.is-icon:hover {
  color: #c27a56;
}

.link-block {
  background-image: url('../images/logo-orizzontale-positivo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 90px;
}

.icon {
  font-size: 24px;
}

.quote-txt {
  max-width: none;
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 30px;
}

.quote-txt.news-cantiere {
  margin-top: 10px;
  margin-bottom: 30px;
}

.quote-txt.white {
  color: var(--light);
}

.quote-txt.promo {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
}

.quote-txt.promo.no-margin {
  margin-bottom: 0;
  line-height: .7;
}

.quote-txt.promo.txt-bold {
  color: var(--color-2);
  text-transform: none;
  margin-top: 0;
  font-size: 23px;
  font-weight: 500;
}

.quote-txt.promo.max-660 {
  max-width: 660px;
  margin-top: 40px;
  line-height: 1.3;
}

.quote-txt.promo2 {
  color: var(--grey);
  text-align: center;
  max-width: 270px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.quote-txt.txt_piani {
  color: var(--color-2);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-image: url('../images/Rombo-giallo.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.arrow_disable {
  z-index: 2;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
}

.arrow_disable.right {
  display: none;
}

.dot_wrap {
  background-image: linear-gradient(0deg, #0009, #0000);
  flex-flow: row;
  justify-content: space-around;
  height: auto;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.hide {
  display: none;
}

.form-popup {
  z-index: 30;
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#548083e6, #548083e6), url('../images/marta-matyszczyk-1DKAUjCIBEA-unsplash-mod-copia.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.close-popup {
  cursor: pointer;
  background-image: url('../images/icon_plus-white.svg');
  background-position: 0 0;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotate(45deg);
}

.tour-03_par {
  margin-left: 100px;
  line-height: 1.6;
}

.tour-03_tab_link {
  background-color: var(--color-5);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: color .2s, background-color .2s;
}

.tour-03_tab_link:hover {
  background-color: var(--color);
  color: var(--white);
}

.tour-03_tab_link.w--current {
  background-color: var(--color);
  color: #fff;
}

.tour-03_heading {
  font-size: 2.4em;
  font-weight: 700;
}

.tour-03_image {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-height: 80vh;
  display: flex;
  overflow: hidden;
}

.tour-03_content {
  width: 100%;
}

.tour-03_content-floor {
  width: 70%;
}

.tour-03_pane-floor {
  height: 100%;
}

.tour-03_number {
  color: #fff;
  background-color: #2b2b2b;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 1.6rem;
  display: flex;
}

.tour-03_tab-link {
  background-color: var(--color-4);
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: all .2s;
  display: flex;
  position: absolute;
  transform: rotate(45deg);
}

.tour-03_tab-link.w--current {
  background-color: var(--color-2);
}

.tour-03_tab-link._03 {
  top: 41%;
  left: 27%;
}

.tour-03_tab-link._01 {
  top: 61%;
  left: 8%;
}

.tour-03_tab-link._02 {
  bottom: 15%;
  left: 40%;
}

.tour-03_tab-link._04 {
  top: 43%;
  left: 17%;
}

.tour-03_tab-link._05 {
  top: 46%;
  left: 60%;
}

.tour-03_tab-link._06 {
  top: 25%;
  left: 58%;
}

.tour-03_tab-link._07 {
  top: 61%;
  left: 59%;
}

.tour-03_tab-link._09 {
  top: 43%;
  left: 20%;
}

.tour-03_tab-link._10 {
  top: 23%;
  left: 8%;
}

.tour-03_tab-link._11 {
  top: 29%;
  left: 57%;
}

.tour-03_tab-link._12 {
  top: 43%;
  left: 10%;
}

.tour-03_tab-link._08 {
  bottom: 19%;
  left: 17%;
}

.tour-03_tab {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  padding: 20px;
  display: flex;
}

.tour-03_pane-floor_wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.tour-03_text_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-direction: column;
  padding: 40px 60px;
  display: flex;
}

.tour-03_heading_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.tour-03_tab-floor {
  aspect-ratio: 4 / 5;
  background-image: url('../images/plani_bilocale.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 20px solid #0000;
  width: 30%;
  margin-right: 40px;
}

.tour-03_tab-floor.trilo {
  aspect-ratio: 4 / 6;
  background-image: url('../images/plani_trilo.png');
  max-height: 100%;
}

.tour-03_tab-floor.quadri {
  aspect-ratio: 4 / 6;
  background-image: url('../images/plani_quadrilocale.png');
  max-height: 100%;
}

.tour-03 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tour-03_floor_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tour-03_pane {
  width: 100%;
}

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

.int_tour_wrapper {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.int_tour_wrapper._16-9 {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  max-height: none;
}

.light {
  color: var(--color-5);
}

.icon-services {
  z-index: 3;
  opacity: .8;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -40px;
  left: -40px;
}

.icon-services.sx-top {
  opacity: .8;
  top: -50px;
  bottom: auto;
}

.icon-services.dx-top {
  opacity: .8;
  inset: -50px -50px auto auto;
  transform: rotate(90deg);
}

.icon-services.dx-bottom {
  left: auto;
  right: -40px;
}

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

.trigger-navbar {
  width: 20px;
  height: 20px;
}

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

.gallery-thumb {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.gallery_hover {
  z-index: 1;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  transition: all .8s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gallery_hover:hover {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.gallery-line {
  background-color: var(--color-5);
  width: 90%;
  height: 1px;
  margin-bottom: 20px;
}

.grid_rifiniture {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  min-height: 100%;
  display: grid;
}

.slider_rifiniture {
  aspect-ratio: 1;
  background-color: var(--transparent);
  width: 55%;
  height: auto;
  transform: rotate(45deg);
}

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

.partner-wrap {
  border-top: 1px solid var(--color-6);
  padding-top: 20px;
}

.logo-cdg {
  width: 100%;
  max-width: 200px;
  margin-top: 40px;
}

.partner-grid-loghi {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.partner-logo {
  width: 100%;
  max-width: 120px;
  height: 100%;
  max-height: 150px;
}

.partner-grid-imgs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 80px;
  display: grid;
}

.img_partner {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.img_partner.scavolini {
  background-image: url('../images/AC1104_VP05_Interior_Bathroom_rev05-copia.webp');
  background-position: 50%;
  background-size: cover;
}

.img_partner.bg_logo {
  background-color: var(--hover-light);
  background-image: none;
}

.img_partner.samsung {
  background-image: url('../images/samsung.webp');
}

.img_partner.novaoldi {
  background-image: url('../images/novamobili.webp');
}

.img_partner.cesana {
  background-image: url('../images/cesana.webp');
}

.img_partner.vermobil {
  background-image: url('../images/vermobil.webp');
}

.img_partner.bg_logo_popup {
  aspect-ratio: 1;
  background-color: var(--hover-light);
  background-image: none;
  height: auto;
}

.img_partner.novamobili {
  background-image: url('../images/novamobili.webp');
}

.logo_partner-grid {
  width: 80%;
}

.mirino {
  border: 2px solid var(--white);
  cursor: pointer;
  background-image: url('../images/icon_plus-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  bottom: 14%;
}

.mirino.samsung {
  bottom: 25%;
  right: 30%;
}

.mirino.novamobili {
  top: 33%;
  bottom: auto;
  left: 33%;
}

.mirino.cesana {
  top: 50%;
  bottom: auto;
}

.mirino.vermobil {
  top: 35%;
  bottom: auto;
}

.popup-partner-bg {
  z-index: 40;
  background-color: var(--hover-dark);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-partner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color-5);
  grid-template-rows: auto;
  grid-template-columns: 130px 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 600px;
  padding: 40px;
  display: grid;
}

.popup-partner-hide {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color-5);
  grid-template-rows: auto;
  grid-template-columns: 130px 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 600px;
  padding: 40px;
  display: none;
}

.close-popup-partner {
  cursor: pointer;
  background-image: url('../images/icon_plus-white.svg');
  background-position: 0 0;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotate(45deg);
}

.info-partner {
  pointer-events: none;
  color: var(--white);
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 var(--black);
  font-size: 12px;
  position: absolute;
}

.slider-capitolato {
  background-color: var(--transparent);
  height: auto;
}

.maschera-capitolato, .slide-capitolato {
  height: auto;
}

.logo_capitolato {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 150px;
  height: auto;
  min-height: 150px;
  max-height: 150px;
  display: flex;
  position: absolute;
  top: 30px;
  right: 100px;
}

.logo_capitolato-img {
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  max-height: none;
}

.capitolato-arrow {
  border: 2px solid var(--color-4);
  width: 40px;
  height: 40px;
  transition: transform .5s cubic-bezier(.165, .84, .44, 1);
  transform: translate(0)rotate(45deg);
}

.capitolato-arrow:hover {
  transform: translate(10px)rotate(45deg);
}

.capitolato-arrow.is-left:hover {
  transform: translate(-10px)rotate(45deg);
}

.arrow-icon {
  color: var(--color-4);
}

.arrow-icon.is-left {
  transform: translate(-3px, 3px)scale(.7)rotate(-45deg);
}

.arrow-icon.is-right {
  transform: translate(1px, -1px)scale(.7)rotate(-45deg);
}

.form_dropdown {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
}

.dropdown-label, .icon-2 {
  color: var(--light);
}

.select-source {
  display: none;
}

.dropdown-list {
  background-color: var(--color-3);
}

.dropdown-list.w--open {
  background-color: var(--color);
}

.dropdown-link {
  color: var(--light);
  transition: background-color .2s cubic-bezier(.215, .61, .355, 1);
}

.dropdown-link:hover {
  background-color: var(--color-3);
}

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

.popup01_subtitle-2 {
  color: #fff;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  display: flex;
}

.popup-01_logo {
  width: 40px;
  height: 60px;
  margin-bottom: 20px;
}

.popup-01_title {
  font-size: 1.7em;
}

.popup-01_title.bg {
  color: #fff6ef;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #548083;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: kudryashev-d-contrast-sans, sans-serif;
  font-size: 25px;
  line-height: 1.2;
}

.popup-01_title.small {
  margin-top: 10px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}

.popup-01_subtitle {
  color: #c27a56;
  text-transform: none;
  border-bottom: 1px solid #c27a56;
  margin-top: 20px;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color .35s;
}

.popup-01_subtitle:hover {
  border-bottom-color: #0000;
}

.popup-01_container {
  text-align: center;
  background-color: #fff6ef;
  flex-direction: column;
  align-items: center;
  padding: 60px 80px;
  display: flex;
}

.popup-01_text {
  text-transform: none;
  max-width: 350px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.3;
}

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

.x-01_asta._2 {
  transform: rotate(-45deg);
}

.date {
  color: #548083;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 40px;
  font-weight: 600;
}

.popup-01_x {
  cursor: pointer;
  background-color: #fff6ef;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
  position: absolute;
  bottom: 100%;
  right: 0;
}

.text-span-5 {
  color: #548083;
  letter-spacing: 3px;
  font-size: 14px;
}

.popup_component {
  z-index: 50;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.button01-2 {
  color: #fff6ef;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #548083;
  border-radius: 10px;
  padding-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  transition: background-color .35s;
}

.button01-2:hover {
  background-color: #c27a56;
}

.button01-2.secondary {
  background-color: #c27a56;
  margin-top: 60px;
  font-family: bilo, sans-serif;
  font-weight: 500;
}

.button01-2.secondary:hover {
  background-color: #548083;
}

.popup-01_wrapper {
  background-image: linear-gradient(#c27a56, #c27a56);
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
  padding: 30px;
  position: relative;
}

.slider-capitolato_content {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.slider-capitolato_content.reverse {
  flex-flow: row-reverse;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.flag-03_lottie {
  z-index: 1;
  flex: none;
  width: 60px;
  height: 56px;
  position: relative;
  top: 2px;
}

.flag-03_lottie.is-call {
  width: 80px;
  height: 80px;
  margin-top: 10px;
}

.flag-03_lottie.is-acquista {
  width: 70px;
  height: 70px;
}

.flag-05_popup_row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  align-items: center;
  max-width: 370px;
  margin-bottom: 16px;
  line-height: 1.2;
  display: flex;
}

.flag-03_mask {
  background-color: var(--color-3);
  justify-content: center;
  width: 0;
  height: 40px;
  margin-right: -30px;
  display: flex;
  overflow: hidden;
}

.flag-03_text {
  z-index: 1;
  text-transform: none;
  white-space: nowrap;
  background-color: #fff;
  min-width: 130px;
  height: auto;
  padding: 2px 40px 2px 10px;
  font-family: bilo, sans-serif;
  font-weight: 500;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.flag-03_text.is-scegli {
  color: #424b54;
}

.flag-03_text.is-zoom {
  color: #4071e3;
}

.flag-03_text.is-acquista {
  height: 100%;
  font-size: 14px;
  line-height: 1;
}

.flag-03_popup_box {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  min-width: 350px;
  padding: 40px 40px 60px;
  display: flex;
  position: relative;
  box-shadow: 0 0 3px 2px #0000001a;
}

.flag-03_popup_box.is-acquista {
  background-color: #ececec;
}

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

.flag-03_popup_icon {
  object-fit: contain;
  flex: none;
  width: 80px;
  height: 80px;
}

.flag-03_popup_x {
  z-index: 2;
  border: 1px solid var(--color-2);
  opacity: 1;
  cursor: pointer;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.flag-03_popup_x:hover {
  opacity: .5;
}

.flag-03_popup_x.mobile_show {
  display: none;
}

.flag-03_popup {
  z-index: 51;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #23201bd9;
  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-03_icon {
  z-index: 2;
  border-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-bottom: 3px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flag-03_icon.is-acquista {
  background-color: #a39bff;
}

.flag-03_icon.is-scegli {
  background-color: #424b54;
}

.flag-03_icon.is-call {
  background-color: #4071e3;
}

.flag-03_popup_asta {
  background-color: #2b2b2b;
  flex: none;
  width: 1px;
  height: 70%;
  position: absolute;
  transform: rotate(45deg);
}

.flag-03_popup_asta._2 {
  transform: rotate(-45deg);
}

.flag-03_container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 358px;
  right: 40px;
}

.flag-03_container.display-none {
  display: flex;
}

.flag-03_popup_row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  align-items: center;
  max-width: 370px;
  margin-bottom: 16px;
  line-height: 1.2;
  display: flex;
}

.flag-03_component {
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  min-width: 40px;
  height: 40px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.flag-03_component.is-zoom {
  margin-top: 60px;
}

.button_text {
  color: #222;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}

.arrow_icon {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.heading-medium-2 {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Droid Serif, serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4;
}

.heading-medium-2.is-news {
  margin-bottom: 0;
}

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

.press_cta_component {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-6 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  padding: 100px 60px;
  display: flex;
  position: relative;
}

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

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

.arrow {
  z-index: 1;
  color: #9da392;
  cursor: pointer;
  border: 1px solid #9da392;
  border-radius: 200px;
  flex: none;
  width: 50px;
  height: 50px;
  padding: 12px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.arrow:hover {
  color: #faf2e5;
  background-color: #9da392;
}

.arrow.is-news {
  position: absolute;
  top: 0;
  right: 0;
}

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

.button_component-2 {
  cursor: pointer;
  flex-direction: column;
  margin-top: 32px;
  text-decoration: none;
  display: flex;
}

.image_wrapper-2 {
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 50%;
  height: 50vw;
  max-height: 520px;
  display: flex;
  overflow: hidden;
}

.image_wrapper-2.is-card-big {
  width: 100%;
  height: 30vw;
  min-height: 250px;
}

.heading-medium-3 {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Droid Serif, serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4;
}

.sizing-grow {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.text_container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.text_container-2.is-card {
  flex: 1;
  align-items: flex-start;
}

.text_container-2.is-left {
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
}

.video_component {
  line-height: 0;
}

.section-7 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  padding: 100px 60px;
  display: flex;
  position: relative;
}

.button-7 {
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #cc7d44;
  border: 1px solid #cc7d44;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.button-7:hover {
  color: #cc7d44;
  background-color: #0000;
}

.button-7.is-secondary {
  color: #cc7d44;
  background-color: #2220;
}

.button-7.is-secondary:hover {
  color: #fff;
  background-color: #cc7d44;
}

.heading-small-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2;
}

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

.container-4.is-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #cc7d44;
  flex-flow: row;
}

.container-4.is-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
}

.titolo-promo {
  max-width: 900px;
  margin-top: 24px;
  margin-bottom: 20px;
  font-family: haboro-contrast-condensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.titolo-promo.medium {
  font-weight: 500;
}

.titolo-promo.small {
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
}

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

.text-span-6 {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-3 {
  background-color: var(--color-2);
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

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

.slider_serv-text {
  background-color: var(--transparent);
  pointer-events: none;
  width: 82svh;
  min-width: 600px;
  max-width: 600px;
  height: 100%;
  max-height: 600px;
  transform: rotate(90deg);
}

.slide_serv-text_base {
  background-color: var(--color-5);
  background-image: linear-gradient(#fff6efcc, #fff6efcc), url('../images/texture-4.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  max-height: 600px;
  padding-left: 40px;
  padding-right: 40px;
}

.slide_serv-text_base.slide_02 {
  background-image: linear-gradient(#fff6efcc, #fff6efcc), url('../images/texture-3.webp');
}

.slide_serv-text_base.slide_03 {
  background-image: linear-gradient(#fff6efcc, #fff6efcc), url('../images/texture-1.webp');
}

.slide_serv-text_base.slide_04 {
  background-image: linear-gradient(#fff6efe6, #fff6efe6), url('../images/texture-2.webp');
}

.slide_serv-text_cont {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 600px;
  display: flex;
}

.slide_serv-text02 {
  background-color: var(--color-5);
  background-image: linear-gradient(#fff6ef99, #fff6ef99), url('../images/texture-1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 100px 40px;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide_serv-text_cont-in {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  transform: rotate(-90deg);
}

.slide_serv-text_cont-in.serv_img_01 {
  background-image: url('../images/serv_01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(90deg);
}

.slide_serv-text_cont-in.serv_img_02 {
  background-image: url('../images/serv_02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(90deg);
}

.slide_serv-text_cont-in.serv_img_03 {
  background-image: url('../images/iStock-1193467666-copia_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(90deg);
}

.slide_serv-text_cont-in.serv_img_04 {
  background-image: url('../images/serv_04.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(90deg);
}

.slider_serv-col {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mask {
  min-width: 80vh;
  max-height: 600px;
}

.slider_serv-img {
  background-color: var(--transparent);
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100svh;
  height: 50vw;
  display: flex;
  transform: rotate(-90deg);
}

.slide_serv-text_base-img.slide_02 {
  background-image: linear-gradient(#fff6efcc, #fff6efcc), url('../images/texture-3.webp');
}

.slide_serv-text_base-img.slide_03 {
  background-image: linear-gradient(#fff6efcc, #fff6efcc), url('../images/texture-1.webp');
}

.slide_serv-text_base-img.slide_04 {
  background-image: linear-gradient(#fff6efe6, #fff6efe6), url('../images/texture-2.webp');
}

.slider_ser_arrows {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 170px;
  height: 70px;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  inset: auto auto 20px 50%;
  transform: translate(-50%);
}

.serv_arrow {
  background-color: var(--color-3);
  color: var(--color-6);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.serv_arrow:hover {
  background-color: var(--color-2);
  color: var(--color-5);
}

.serv_arrow.is-left:hover {
  transform: translate(-10px)rotate(45deg);
}

.arrow-icon_serv {
  color: var(--color-4);
  position: absolute;
}

.arrow-icon_serv.is-left {
  transform: translate(-3px, 3px)scale(1.6)rotate(-45deg);
}

.arrow-icon_serv.is-right {
  transform: translate(1px, -1px)scale(1.6)rotate(-45deg);
}

.hidden_serv_arrow_left, .hidden_serv_arrow_right {
  display: none;
}

.slider-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 80vh;
  min-height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  z-index: 999;
  font-size: 15px;
  inset: -50px 0% auto;
}

.bg-image-slide-3 {
  background-image: url('../images/serv_03-copia-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.right-arrow {
  display: none;
}

.bg-image-slide-2 {
  background-image: url('../images/serv_02-copia-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.left-arrow {
  display: none;
}

.bg-image-slide-1 {
  background-image: url('../images/serv_01_low-copia-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.mask-2 {
  width: 80vh;
  min-width: 600px;
}

.container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: grid;
  position: relative;
}

.slider {
  width: 80vh;
  height: 100%;
  max-height: 600px;
  position: relative;
  transform: rotate(-90deg);
}

.bg-image-slide-4 {
  background-image: url('../images/serv_5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section-slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 90%;
  max-width: 1200px;
  height: 80vh;
  min-height: 600px;
  display: grid;
  position: relative;
}

.section-slider-mobile {
  display: none;
}

.serv_mob-arrow {
  border: 2px solid var(--color-4);
  width: 40px;
  height: 40px;
  transition: transform .5s cubic-bezier(.165, .84, .44, 1);
  transform: translate(0)rotate(45deg);
}

.serv_mob-arrow:hover {
  transform: translate(10px)rotate(45deg);
}

.serv_mob-arrow.is-left:hover {
  transform: translate(-10px)rotate(45deg);
}

.slider-06_arrow {
  z-index: 1;
  background-color: var(--color-3);
  color: var(--color-6);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.slider-06_arrow:hover {
  background-color: var(--color-2);
  color: var(--color-5);
}

.slider-06_arrow.is-right {
  right: 0;
}

.slider-06_arrow.is-left {
  left: 0;
}

.todelete {
  background-color: #ffe837;
  padding: 40px 15%;
  display: none;
}

.todelete.is-code {
  color: #0c474b;
  text-align: center;
  background-image: linear-gradient(45deg, #2ae0ba, #cdc9fe);
  border-radius: 4px;
  align-self: stretch;
  padding: 4px 16px;
  font-weight: 700;
  display: block;
}

.btn_lightbox {
  margin-top: 60px;
  text-decoration: none;
}

.countdown-01_container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.countdown-01_column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #4071e3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 54px;
  display: flex;
}

.countdown-01_number {
  color: #fff;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1;
}

.countdown-01_text {
  color: var(--color-4);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .8em;
}

.countdown-01_line {
  background-color: #fff6;
  align-self: stretch;
  width: 1px;
}

.showroom {
  font-size: 24px;
}

.promo_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  width: 100%;
  max-width: 500px;
  display: grid;
}

.plus {
  background-color: var(--color-2);
  background-image: url('../images/icon_plus-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 15px;
  width: 30px;
  height: 30px;
}

.promo_block {
  aspect-ratio: 1;
  background-color: var(--color);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.promo_title {
  background-color: var(--color);
  color: var(--color-4);
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 2.3rem;
  line-height: 1.1;
}

.highlight {
  color: var(--color-3);
  font-size: 25px;
  font-weight: 700;
}

.scadenza {
  margin-top: 60px;
}

.link_showroom {
  color: var(--color-3);
  background-image: url('../images/pin.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 30px;
  text-decoration: none;
}

.promo_img {
  aspect-ratio: 1;
  width: 100%;
}

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

.icon_nuovi-tagli {
  width: 35px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.icon_interior {
  width: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.subtitle {
  color: var(--color-2);
  font-size: 32px;
}

.par_big_white {
  color: var(--color-5);
  font-size: 20px;
}

.loader-bg {
  border: 1px solid var(--color-2);
  background-color: #c27a560d;
  border-radius: 20px;
  align-items: center;
  width: 250px;
  height: 30px;
  margin-top: 2vw;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  overflow: hidden;
}

.loader {
  background-color: var(--color-4);
  border-radius: 30px;
  width: 0%;
  height: 20px;
}

.par_big {
  color: var(--color-6);
  font-size: 20px;
}

.label-01b_component {
  z-index: 50;
  background-color: var(--color-2);
  cursor: pointer;
  width: 220px;
  display: flex;
  position: fixed;
  bottom: 10vh;
  left: 0;
  box-shadow: 1px 1px 5px #0000004d;
}

.label-01b_component.for-style {
  position: absolute;
  top: auto;
}

.label-01b_component.is-promo {
  background-color: var(--color-4);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.label-01b_text_wrapper {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex: 1;
  padding: 10px 20px;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}

.label-01b_text_wrapper.is-promo {
  color: var(--color-2);
}

.label-01b_title {
  color: var(--color-6);
  text-transform: uppercase;
  border-bottom: 1px solid #f2efe9;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
}

.label-01b_title.is-gradient {
  background-color: var(--color);
  color: var(--white);
  letter-spacing: 1px;
  text-shadow: 0 1px 4px #00000057;
  border-bottom-style: none;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: kudryashev-d-contrast, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.label-01b_text {
  color: #fff;
  padding-bottom: 2px;
  text-decoration: none;
}

.label-01b_text.is-promo {
  border-top: 1px solid var(--white);
  color: var(--color-6);
  margin-top: 10px;
  padding-top: 10px;
}

.label-01bis_x {
  z-index: 2;
  cursor: pointer;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-left: -10px;
  display: flex;
  position: relative;
}

.label-01b_lottie {
  filter: brightness(0%) invert();
  flex: none;
  width: 90px;
  height: 90px;
  transform: rotate(-90deg);
}

.background-video_hero {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.prezzi {
  background-color: var(--color-2);
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.6;
}

.prezzi.is-color3 {
  background-color: var(--color-3);
}

.prezzi.without-color {
  background-color: var(--transparent);
}

.prezzi.is-yellow {
  background-color: var(--color-4);
  color: #315658;
  text-align: center;
  line-height: 1.5;
}

.card-promo_container {
  border: 1px solid var(--color-2);
  width: 100%;
  padding: 20px;
}

.card-promo_wrap {
  aspect-ratio: 1 / 3;
  background-color: var(--white);
  min-width: 250px;
  max-width: 300px;
  max-height: 300px;
  padding: 20px 10px;
  box-shadow: 0 2px 5px #0003;
}

.card-wrap {
  background-color: var(--white);
  border-radius: 15px;
  flex: 1;
  min-width: 300px;
  min-height: 300px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 6px 1px #0003;
}

.card-txt-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 90%;
  margin-bottom: 40px;
  padding: 40px 60px;
  display: flex;
  position: relative;
}

.card-txt-wrap.is-tipo {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.icon-wrap {
  border: 3px solid var(--color-4);
  border-radius: 10px;
  width: 85px;
  height: 85px;
  margin-bottom: 40px;
}

.card-promo_title {
  color: var(--color-2);
  text-align: center;
  text-transform: uppercase;
  font-family: haboro-contrast-condensed, sans-serif;
  font-size: 30px;
  line-height: 1.3;
}

.heading-medium_promo {
  color: var(--grey);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: haboro-contrast-condensed, sans-serif;
  font-size: 28px;
  line-height: 1.2;
}

.heading-medium_promo.is-gallery {
  color: var(--color-5);
  margin-bottom: 40px;
  margin-left: 40px;
}

.box-promo {
  background-image: linear-gradient(270deg, var(--color-3), #edcab3 52%, #f6e2d1);
  justify-content: center;
  align-items: center;
  padding: 10px 3vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.box-promo.onorario-notarile {
  background-color: var(--color-2);
  background-image: linear-gradient(270deg, var(--color-2), var(--color-3));
}

.box-promo.cantine-soffitte {
  background-image: linear-gradient(90deg, var(--color-2), #7c3a1d);
}

.piani {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 600;
}

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

.piani-icon {
  z-index: 3;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  width: 35px;
  display: flex;
  position: absolute;
  inset: 5% 5% auto auto;
}

.piani-icon.no-absolute {
  position: static;
}

.piani-icon-box {
  background-color: var(--color-3);
  opacity: .4;
  width: 100%;
  height: 5px;
}

.piani-icon-box.opacit--100 {
  opacity: 1;
}

.bold-text {
  color: var(--color-3);
  text-transform: none;
  font-size: 25px;
  font-weight: 600;
}

.div-block-3 {
  border: 3px solid var(--color-4);
  background-color: var(--white);
  border-radius: 15px;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -40px;
  right: -40px;
}

.div-block-3.is-left {
  left: -40px;
  right: auto;
}

.box-promo-tipo {
  background-color: var(--color);
  justify-content: center;
  align-items: center;
  padding: 10px 3vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.box-promo-tipo.onorario-notarile {
  background-color: var(--color-2);
  background-image: linear-gradient(270deg, var(--color-2), var(--color-3));
}

.box-promo-tipo.cantine-soffitte {
  background-image: linear-gradient(90deg, var(--color-2), #7c3a1d);
}

.box-promo-tipo.no-absolute {
  flex-flow: column;
  position: static;
}

.lightbox-link {
  width: 100%;
  height: 400px;
  padding: 3vw;
}

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

.text-block-5:where(.w-variant-5fcf9736-3847-4e17-8a1f-22f7d170061b) {
  color: var(--white);
}

.text-span-7 {
  text-transform: uppercase;
  font-weight: 700;
}

.margin-40 {
  margin-bottom: 40px;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
  position: absolute;
  inset: auto auto 30px;
}

.capitalize {
  text-transform: uppercase;
  font-weight: 700;
}

.text-span-8 {
  text-transform: none;
}

.bold-text-2 {
  background-image: linear-gradient(326deg, var(--color-2), var(--color-3));
  color: var(--white);
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 100px;
  display: flex;
}

.verticale {
  background-image: url('../images/23_SYRE-store-copia.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 49%;
  height: 100%;
}

.verticale._09 {
  background-image: url('../images/12_SYRE-store-copia.webp');
  background-position: 100% 100%;
}

.verticale._01 {
  width: 49%;
}

.verticale._02 {
  background-image: url('../images/21_SYRE-store-copia.webp');
  background-position: 100%;
  width: 49%;
}

.verticale._12 {
  background-image: url('../images/33_SYRE-store-copia.webp');
  background-position: 100% 60%;
}

.verticale._06 {
  background-image: url('../images/26_SYRE-store-copia.webp');
  background-position: 50% 0;
}

.verticale._04 {
  background-image: url('../images/13_SYRE-store-copia.webp');
  width: 49%;
}

.verticale._10 {
  background-image: url('../images/22_SYRE-store-copia.webp');
  background-position: 100% 100%;
}

.verticale._07 {
  background-image: url('../images/31_SYRE-store-copia.webp');
  background-position: 100%;
}

.verticale._03 {
  background-image: url('../images/14_SYRE-store-copia.webp');
  width: 49%;
}

.verticale._08 {
  background-image: url('../images/32_SYRE-store-copia.webp');
  background-position: 100%;
}

.verticale._13 {
  background-image: url('../images/03_SYRE-store-copia.webp');
  background-position: 100% 100%;
}

.verticale._11 {
  background-image: url('../images/27_SYRE-store-copia.webp');
}

.verticale._05 {
  background-image: url('../images/17_SYRE-store-copia.webp');
  background-position: 100%;
}

.verticale._14 {
  background-image: url('../images/02_SYRE-store-copia.webp');
  background-position: 100%;
}

.slider-wrap {
  flex-direction: column;
  align-items: center;
  padding: 10vw 40px;
  display: flex;
}

.slider-wrap.store {
  padding-top: 0;
  padding-bottom: 0;
}

.slider-2 {
  z-index: 0;
  background-color: #0000;
  width: 50vw;
  height: 40vw;
  margin-right: 5vw;
}

.slider-2.store {
  z-index: 2;
  width: 70vw;
  height: 40vw;
  margin-right: 0;
}

.icon-3 {
  color: #fff;
  font-size: 24px;
}

.icon-3.dx {
  color: var(--light);
  margin-left: 15px;
  margin-right: auto;
}

.icon-3.sx {
  color: var(--light);
  margin-left: auto;
  margin-right: 15px;
}

.left-arrow-2 {
  background-color: var(--color);
  border: 1px #f9d1b8;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: all .4s;
  display: flex;
  top: 0;
  bottom: 0%;
  left: auto;
}

.left-arrow-2:hover {
  width: 60px;
}

.store_16 {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

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

.img.store_08 {
  background-image: url('../images/_Z9A9856.webp');
}

.img.store_09 {
  background-image: url('../images/_Z9A9959.webp');
  background-position: 50% 100%;
}

.img.store_04 {
  background-image: url('../images/_Z9A9870.webp');
}

.img.store_verticale {
  background-image: none;
}

.img.store_05 {
  background-image: url('../images/_Z9A9934.webp');
  background-position: 50% 0;
}

.img.store_17 {
  background-image: url('../images/08_SYRE-store-copia.webp');
}

.img.store_18 {
  background-image: url('../images/25_SYRE-store-copia.webp');
}

.img.store_12 {
  background-image: url('../images/35_SYRE-store-copia.webp');
  background-position: 50% 100%;
}

.img.store_01 {
  background-image: url('../images/_Z9A9852.webp');
}

.img.store_03 {
  background-image: url('../images/_Z9A9920.webp');
  background-position: 50% 90%;
}

.img.store_06 {
  background-image: url('../images/_Z9A9901.webp');
}

.img.store_07 {
  background-image: url('../images/_Z9A9877.webp');
}

.img.store_21 {
  background-image: url('../images/24_SYRE-store-copia.webp');
  background-position: 50% 100%;
}

.img.store_10 {
  background-image: url('../images/_Z9A9881.webp');
  background-position: 50% 100%;
}

.img.store_20 {
  background-image: url('../images/30_SYRE-store-copia.webp');
}

.img.store_11 {
  background-image: url('../images/_Z9A9982.webp');
}

.img.store_15 {
  background-image: url('../images/29_SYRE-store-copia.webp');
}

.img.store_19 {
  background-image: url('../images/20_SYRE-store-copia.webp');
  background-position: 50% 0;
}

.img.store_02 {
  background-image: url('../images/_Z9A9898.webp');
  background-size: cover;
}

.right-arrow-2 {
  background-color: var(--color);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 50px;
  height: 50px;
  transition: all .4s;
  top: 0;
  bottom: 0;
}

.right-arrow-2:hover {
  width: 60px;
}

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

  .nav_component {
    flex-direction: row;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 27px;
    display: flex;
  }

  .header_component {
    padding-bottom: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav_logo_wrap {
    z-index: 3;
    width: 300px;
    height: 90px;
  }

  .nav_link_line, .nav_link_line.w--current {
    background-color: var(--color);
  }

  .section {
    padding: 50px 32px;
  }

  .section.bg_img {
    min-height: 60vw;
  }

  .section.bg_img._16-9 {
    min-height: auto;
  }

  .section.nav-page {
    padding-top: 140px;
  }

  .section.bg-color5.z-index {
    padding-bottom: 100px;
  }

  .section.bg_img_gallery {
    min-height: 60vw;
  }

  .section.news-cantiere {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading-xsmall.centred {
    max-width: 500px;
  }

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

  .container.small {
    max-width: none;
  }

  .container.header_home {
    flex-direction: column;
  }

  .container.card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .container.margin-up {
    margin-top: 50px;
  }

  .container.horizontal-gap-60px, .container.horizontal-gap-60px.reverse {
    flex-flow: column;
  }

  .container.horizontal-gap-60px.news-cantiere {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.horizontal-gap-60px.news-cantiere.reverse {
    padding-right: 0;
  }

  .container.header_promo {
    flex-direction: column;
  }

  .flex-horizontal {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-self: stretch;
  }

  .flex-horizontal.reverse {
    flex-direction: column;
    align-self: stretch;
  }

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

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

  .half_img {
    width: 100%;
    height: 70vw;
    max-height: none;
  }

  .half_img.half_more {
    width: 100%;
  }

  .half_txt {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button_wrap {
    align-self: auto;
  }

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

  .slide_dida {
    height: 90px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.6;
  }

  .slide_dida.small {
    bottom: 0;
  }

  .footer_column {
    order: 3;
  }

  .footer_column.logo {
    order: 1;
  }

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

  .nav_link {
    color: var(--color);
    text-transform: none;
    margin-top: 0;
    padding-bottom: 4px;
    font-size: 1.5rem;
  }

  .nav_link:hover {
    color: var(--color);
  }

  .nav_link.w--current {
    border-bottom-color: var(--white);
    margin-bottom: 0;
    padding-bottom: 4px;
  }

  .nav_link.is-promo {
    color: var(--white);
    padding-bottom: 10px;
  }

  .nav_link.is-promo.w--current {
    background-color: var(--color-4);
    color: var(--black);
  }

  .form_component {
    flex-direction: column;
    width: 100%;
  }

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

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

  .list_grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .list_grid_item {
    min-width: 40%;
  }

  .card_wrap {
    height: auto;
  }

  .header_container.home {
    align-self: flex-start;
  }

  .fixed_flags {
    margin-top: 0;
    top: auto;
    bottom: 50px;
    right: 27px;
  }

  .footer_wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
  }

  .footer_wrap.justify-start {
    justify-content: space-around;
    align-items: stretch;
  }

  .footer_wrap.is-vertical {
    width: 80%;
  }

  .nav_links {
    z-index: 2;
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-top: 220px;
    padding-bottom: 80px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
  }

  .nav_background {
    display: none;
  }

  .nav_hamburger {
    z-index: 3;
    background-color: var(--color-2);
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: auto;
    padding: 8px;
    display: flex;
    position: relative;
  }

  .nav_lottie {
    filter: invert();
    flex: none;
  }

  .card_img_wrap {
    flex: none;
    height: 380px;
  }

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

  .popup-area_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .popup-area_container {
    flex-direction: column;
    position: static;
  }

  .popup-area_box {
    flex: none;
    position: static;
  }

  .popup-area_box.iscriviti {
    margin-top: 60px;
    margin-left: 0;
  }

  .full_img {
    max-height: 60vw;
  }

  .moodboard {
    grid-template-columns: 1fr 1fr 1fr;
    align-self: stretch;
  }

  .moodboard._w-space {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .txt_wrap.center.margin-btn {
    margin-bottom: 50px;
  }

  .image_hover {
    height: 90px;
    top: auto;
  }

  .image_hover.is-gradient {
    height: 100%;
  }

  .accordion_img_wrap {
    height: 30vw;
  }

  .nav_logo {
    background-position: 0%;
  }

  .nav_logo.positive {
    opacity: 1;
    background-position: 0 0;
    display: block;
  }

  .nav_logo.negative {
    background-position: 0 0;
    display: none;
  }

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

  .heading-serif {
    font-size: 35px;
  }

  .note-legali {
    max-width: 100%;
    margin-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image_wrapper {
    width: 100%;
    height: 70vw;
    max-height: none;
  }

  .text_container.is-left {
    text-align: center;
    order: -1;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    width: auto;
  }

  .text_container.is-left.news-cantiere {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text_container.is-slider {
    align-self: stretch;
    width: 50%;
    margin-top: 140px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
  }

  .quadratini.is-menu {
    margin-bottom: auto;
    display: inline-flex;
  }

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

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

  .flex-block {
    flex-direction: column;
    width: 100%;
  }

  .mappa_container {
    flex-direction: column;
    width: 100%;
    height: 600px;
  }

  .quadrato {
    top: 36px;
    bottom: auto;
    left: -12px;
  }

  .quadrato.sx-top {
    inset: auto -12px -12px auto;
  }

  .quadrato.dx-top {
    top: 36px;
    right: -12px;
  }

  .button-4.is-icon:hover {
    transform: none;
  }

  .note-legali-2 {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-01_link_wrap {
    padding-top: 40px;
  }

  .footer-01_line {
    width: 3px;
    height: 3px;
  }

  .slider-05_mask {
    width: 49%;
  }

  .slider-05_component {
    flex: 0 auto;
    order: -1;
    width: 100%;
  }

  .container-2.is-technical {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .quote-txt {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 1.4;
  }

  .tour-03_image {
    flex: none;
    height: 100%;
  }

  .tour-03_content-floor {
    aspect-ratio: 16 / 9;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .tour-03_tab {
    align-items: center;
  }

  .tour-03_tab-floor {
    border-style: none;
    width: 30vw;
    max-width: none;
    max-height: none;
    margin: 20px auto 40px;
  }

  .tour-03 {
    flex-direction: column;
  }

  .tour-03_floor_container {
    flex-direction: column;
    height: auto;
    min-height: auto;
  }

  .image-fit-cover {
    position: absolute;
  }

  .icon-services {
    top: 36px;
    bottom: auto;
    left: -12px;
  }

  .icon-services.sx-top {
    inset: auto -12px -12px auto;
  }

  .icon-services.dx-top {
    left: -50px;
    right: auto;
  }

  .icon-services.dx-bottom {
    right: -12px;
  }

  .grid_rifiniture {
    width: 100%;
    min-width: auto;
    max-width: 400px;
  }

  .info-partner {
    margin-top: 70px;
  }

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

  .maschera-capitolato {
    width: 80%;
  }

  .logo_capitolato {
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
    top: 0;
    right: 0;
  }

  .popup_component {
    padding: 40px;
  }

  .slider-capitolato_content {
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
  }

  .slider-capitolato_content.reverse {
    flex-direction: column;
    align-self: stretch;
  }

  .flag-03_popup_box {
    align-self: center;
    max-width: 100%;
  }

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

  .flag-03_popup_x {
    border-right-style: solid;
    border-radius: 5px;
    flex: none;
    position: fixed;
    top: 140px;
    right: 10px;
  }

  .flag-03_popup {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .flag-03_popup_asta {
    background-color: #fff;
  }

  .flag-03_container {
    margin-top: 0;
    top: 140px;
  }

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

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

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

  .arrow.is-news {
    top: auto;
    bottom: 0;
  }

  .image_wrapper-2 {
    order: -1;
    width: 100%;
    height: 70vw;
    max-height: none;
  }

  .text_container-2.is-left {
    align-self: stretch;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .video_component {
    align-self: stretch;
  }

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

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

  .container-4.is-horizontal {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .container-4.is-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .slider_ser_arrows {
    bottom: 0;
  }

  .slider {
    min-width: auto;
  }

  .label-01b_component.is-promo {
    z-index: 29;
  }

  .label-01b_text {
    padding-bottom: 0;
  }

  .label-01bis_x {
    z-index: 50;
  }

  .prezzi {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
    line-height: 1.2;
  }

  .div-block-3 {
    right: 10px;
  }

  .div-block-3.is-left {
    left: 10px;
  }

  .slider-2.store {
    width: 80vw;
    height: 52vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.4rem;
  }

  .form_field {
    margin-bottom: 15px;
  }

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

  .header_component {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    color: var(--black);
    background-color: #0000;
    flex-direction: column-reverse;
    min-height: 88vh;
    padding: 80px 0 60px;
  }

  .header_component.gap-50 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: var(--color-3);
  }

  .nav_logo_wrap {
    z-index: 5;
    width: 250px;
    height: 75px;
  }

  .section.bg_img {
    max-height: 700px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.bg-color5.flex-vertical {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.bg_img_gallery {
    max-height: 700px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.no-margin-bottom.bg-pink {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.is-video-location {
    background-color: var(--light);
  }

  .heading-large {
    font-size: 30px;
  }

  .heading-large.subtitle {
    max-width: 600px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.3;
  }

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

  .container.card {
    flex-direction: column;
    display: flex;
  }

  .container.card.is-promo {
    flex-flow: column;
  }

  .container.mobile-show {
    display: block;
  }

  .container.header_promo {
    margin-top: 30px;
  }

  .container.header_promo.no-pad-top {
    margin-top: 0;
  }

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

  .image-cover.max400 {
    width: 300px;
    height: 400px;
  }

  .slide_dida {
    height: 60px;
  }

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

  .nav_link {
    color: var(--black);
    font-size: 1rem;
  }

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

  .nav_link.is-promo.w--current {
    padding-bottom: 10px;
  }

  .grid_img_wrap.exclude-landscape {
    display: none;
  }

  .header_par {
    color: var(--color);
    margin-bottom: 0;
  }

  .header_par.margin-top {
    color: var(--color-2);
  }

  .header_par.is-black {
    color: var(--color-6);
  }

  .header_img {
    flex: none;
    width: 100%;
    height: 80vw;
    position: static;
  }

  .list_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .header_container {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 1.2rem;
  }

  .header_container.home, .header_container.promo {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 500px;
  }

  .flags_wrap {
    z-index: 25;
  }

  .fixed_flags {
    z-index: 4;
    height: 200px;
    top: 150px;
  }

  .footer_wrap {
    grid-column-gap: 32px;
  }

  .footer_wrap.justify-start {
    grid-column-gap: 50px;
  }

  .header_hover {
    display: none;
  }

  .nav_links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 160px;
    display: none;
  }

  .flag_component {
    top: 28px;
  }

  .nav_background {
    z-index: 4;
    background-color: var(--white);
    opacity: 1;
    display: flex;
  }

  .nav_hamburger {
    z-index: 5;
    filter: none;
    height: 40px;
  }

  .card_img_wrap.maxh {
    justify-content: center;
    align-items: center;
    height: auto;
  }

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

  .style_container, .style_elements {
    padding: 1.75rem;
  }

  .popup-area_box.iscriviti {
    margin-top: 40px;
  }

  .form_title {
    font-size: 30px;
    line-height: 1.2;
  }

  .heading_header-home {
    color: var(--color);
    font-size: 30px;
    line-height: 1.3;
  }

  .heading_header-home.margin-bottom-0.is-promo {
    color: var(--color-2);
    text-shadow: none;
  }

  .heading_header-home.margin-bottom-0.is-promo_coming-soon {
    color: var(--color-5);
    text-shadow: none;
  }

  .moodboard {
    grid-template-columns: 1fr 1fr;
    height: 150vw;
    max-height: none;
  }

  .moodboard._w-space {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: 1fr 2fr;
    grid-template-columns: 1fr 1fr;
    height: 130vw;
  }

  .txt_wrap.serv_slider-text_wrap {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 40px 120px;
  }

  .card_txt_wrap.is-center {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .card_title.is-negative {
    margin-bottom: 10px;
    font-size: 27px;
  }

  .image_hover {
    height: 60px;
  }

  .accordion_img_wrap {
    height: 44vw;
  }

  .lightbox_slide {
    margin-right: 10px;
  }

  .nav_logo.positive {
    opacity: 1;
  }

  .nav_logo.negative {
    display: none;
  }

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

  .heading-serif {
    font-size: 30px;
  }

  .text_container.is-left.news-cantiere {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text_container.is-slider {
    width: 70%;
    margin-left: -90px;
    position: relative;
    top: -20px;
    bottom: auto;
  }

  .form_wrapper {
    width: 100%;
  }

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

  .mappa_container {
    height: 550px;
  }

  .cookie-prefs_title {
    font-size: 20px;
  }

  .cookie-banner_title_wrap {
    align-items: center;
  }

  .banner_title {
    font-size: 20px;
  }

  .cookie-banner_text {
    margin-right: 0;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: center;
  }

  .footer-01_link_wrap {
    width: 100%;
  }

  .footer-01_line {
    width: 3px;
    height: 3px;
  }

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

  .slider-05_mask {
    width: 100%;
    max-width: none;
  }

  .slider-05_wrapper {
    z-index: 2;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    position: relative;
  }

  .slider-05_arrow {
    background-color: var(--color-3);
    background-image: none;
    border-radius: 10px;
    display: block;
  }

  .slider-05_arrow.is-right {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    margin-left: 50px;
    position: absolute;
    right: auto;
  }

  .slider-05_arrow.is-left {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    margin-right: 8px;
    display: block;
    left: auto;
  }

  .slider-05_component {
    padding-bottom: 60px;
  }

  .heading-3 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }

  .quote-txt {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 26px;
  }

  .quote-txt.promo {
    margin-top: 0;
  }

  .quote-txt.promo.no-margin {
    font-size: 20px;
    line-height: 1.2;
  }

  .quote-txt.promo.max-660 {
    margin-top: 20px;
    font-size: 20px;
  }

  .quote-txt.promo.size-small {
    font-size: 20px;
  }

  .quote-txt.promo2 {
    max-width: none;
  }

  .arrow_disable.left {
    z-index: 3;
    background-color: #ffffff80;
  }

  .arrow_disable.right {
    z-index: 3;
    background-color: #ffffff80;
    margin-left: 50px;
    display: none;
  }

  .form-popup {
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .tour-03_par {
    margin-left: 80px;
  }

  .tour-03_number {
    width: 60px;
    height: 60px;
  }

  .tour-03_text_wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid_rifiniture {
    max-width: 300px;
  }

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

  .mirino.samsung {
    right: 40%;
  }

  .mirino.novamobili {
    left: 40%;
  }

  .info-partner {
    margin-top: 50px;
    font-size: 10px;
  }

  .maschera-capitolato {
    width: 100%;
  }

  .logo_capitolato {
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
  }

  .capitolato-arrow {
    margin-bottom: 0;
    margin-left: 0;
    bottom: 0;
    left: 70px;
  }

  .capitolato-arrow.is-left {
    left: 0;
  }

  .popup_component {
    padding: 80px 20px 20px;
  }

  .flag-05_popup_row {
    max-width: 100%;
  }

  .flag-03_popup_box {
    z-index: 3;
    text-align: center;
    width: 100%;
    min-width: auto;
  }

  .flag-03_popup_x {
    top: 130px;
    right: auto;
  }

  .flag-03_popup_x.mobile_show {
    z-index: 0;
    display: flex;
    position: relative;
    top: 0;
  }

  .flag-03_popup_x.mobile_display-none {
    display: none;
  }

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

  .flag-03_container {
    top: 100px;
  }

  .flag-03_popup_row {
    max-width: 100%;
  }

  .flag-03_component {
    top: 28px;
  }

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

  .press_cta_component {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .arrow {
    background-image: none;
  }

  .arrow.is-news {
    align-self: flex-end;
    position: relative;
  }

  .sizing-grow {
    flex-direction: column;
  }

  .container-4.is-horizontal {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .container-4.is-card {
    flex-flow: column;
  }

  .titolo-promo {
    font-size: 30px;
    line-height: 1.2;
  }

  .titolo-promo.small {
    color: var(--color);
    font-size: 26px;
  }

  .titolo-promo.small.is-white {
    color: var(--color-6);
    margin-top: 10px;
  }

  .slider_serv-col {
    z-index: 10;
    position: relative;
  }

  .slider_ser_arrows {
    left: 30%;
  }

  .serv_arrow {
    margin-bottom: 0;
    margin-left: 0;
    bottom: 0;
    left: 70px;
  }

  .serv_arrow.is-left {
    bottom: 0;
    left: 0;
  }

  .slider-wrapper {
    width: 100%;
    height: auto;
    min-height: 100vh;
  }

  .slide-nav {
    inset: 0% -100px 0% auto;
    transform: rotate(-90deg);
  }

  .container-5 {
    flex-direction: column;
    height: auto;
  }

  .slider {
    width: auto;
    min-width: 100vh;
  }

  .section-slider {
    flex-direction: column;
    grid-template-columns: 60% 40%;
    height: auto;
    display: none;
  }

  .section-slider-mobile {
    width: 100%;
    padding: 0;
    display: flex;
  }

  .slider_serv-mob {
    background-color: var(--transparent);
    width: 100%;
    height: auto;
    position: relative;
  }

  .serv-mob_slide-cont {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--color-5);
    background-image: linear-gradient(#fff6efcc, #fff6efcc), url('../images/texture-4.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    grid-template-rows: auto;
    grid-template-columns: 60% 40%;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
  }

  .mask-3 {
    height: auto;
  }

  .serv_mob-arrow {
    background-color: var(--color-3);
    color: var(--color-6);
    border-style: none;
    border-radius: 10px;
    margin-bottom: 0;
    margin-left: 0;
    bottom: 25px;
    left: calc(30% + 20px);
    transform: none;
  }

  .serv_mob-arrow:hover {
    background-color: var(--color-2);
    color: var(--color-5);
    transform: none;
  }

  .serv_mob-arrow.is-left {
    left: calc(30% - 70px);
  }

  .serv_mob-arrow.is-left:hover {
    transform: none;
  }

  .slider-06_arrow {
    background-color: var(--color-3);
    background-image: none;
    border-radius: 10px;
    display: block;
  }

  .slider-06_arrow.is-right {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    margin-left: 50px;
    position: absolute;
    left: 0;
    right: auto;
  }

  .slider-06_arrow.is-left {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    margin-right: 8px;
    display: block;
    left: 0;
  }

  .countdown-01_container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .countdown-01_column {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .countdown-01_number {
    font-size: 2.6em;
  }

  .countdown-01_text.txt-blu {
    color: var(--color);
    font-weight: 600;
  }

  .showroom.is-white {
    color: var(--color);
    font-weight: 500;
  }

  .label-01b_component {
    border-radius: 0;
    width: auto;
    inset: auto 0 0;
  }

  .label-01b_component.is-promo {
    border-radius: 0;
    display: flex;
  }

  .label-01b_text_wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
    display: flex;
  }

  .label-01b_text_wrapper.is-promo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .label-01b_title {
    border-bottom-style: none;
    margin-bottom: 0;
    margin-right: 10px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .label-01b_title.is-gradient {
    margin-right: 0;
    padding-bottom: 5px;
  }

  .label-01b_text.is-promo {
    border-top-style: none;
    padding-top: 0;
  }

  .label-01bis_x {
    margin-left: 0;
    margin-right: -10px;
    display: none;
  }

  .label-01b_lottie {
    transform: rotate(90deg);
  }

  .background-video_hero {
    justify-content: center;
    align-items: center;
    height: 80vw;
    position: relative;
    overflow: hidden;
  }

  .prezzi.is-yellow {
    font-size: 19px;
  }

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

  .piani {
    font-size: 19px;
  }

  .div-block-3 {
    width: 65px;
    height: 65px;
  }

  .lightbox-link {
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 20px 40px;
    display: flex;
  }

  .image-3 {
    width: 320px;
    height: 300px;
  }

  .div-block-5 {
    margin-bottom: 80px;
  }

  .div-block-6 {
    padding-top: 5px;
  }

  .div-block-7 {
    border-radius: 0;
  }

  .slider-2.store {
    width: 90vw;
    height: 60vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.1rem;
  }

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

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

  .header_component {
    min-height: auto;
  }

  .nav_logo_wrap {
    width: 200px;
    height: 60px;
  }

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

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

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

  .section.bg-color.pre-contatti {
    height: 100px;
  }

  .section.is-gallery {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .heading-xsmall {
    letter-spacing: 1px;
    font-size: 12px;
  }

  .heading-xsmall.mobile-centred {
    background-position: 50% 0;
    padding-top: 25px;
    padding-left: 0;
  }

  .heading-xsmall.centred {
    font-size: 14px;
  }

  .heading-large.subtitle {
    font-size: 24px;
  }

  .heading-medium {
    font-size: 26px;
  }

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

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

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

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

  .footer_logo.opacity-90.torre-sgr {
    width: 134px;
    height: 50px;
  }

  .footer_logo.opacity-90.gabetti {
    width: 100px;
    height: 37px;
  }

  .footer_logo.residenze-chigi {
    height: 100px;
  }

  .footer_column, .footer_column.logo {
    order: 0;
  }

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

  .header_par {
    font-size: 16px;
    line-height: 1.4;
  }

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

  .header_img {
    min-height: 40vh;
  }

  .heading-small {
    text-transform: none;
  }

  .list_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column wrap;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .list_grid_item {
    flex: 1;
    min-width: auto;
  }

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

  .header_container {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.1rem;
  }

  .header_container.home, .header_container.promo {
    padding-right: 20px;
  }

  .fixed_flags {
    z-index: 4;
    height: 200px;
    right: 15px;
  }

  .footer_wrap {
    grid-row-gap: 60px;
    flex-direction: column;
    width: 100%;
  }

  .footer_wrap.justify-start {
    grid-row-gap: 32px;
    width: 100%;
    padding-top: 32px;
  }

  .footer_wrap.is-vertical {
    width: 100%;
  }

  .nav_links {
    display: none;
  }

  .flag_component {
    top: auto;
    bottom: 0;
    left: 0;
  }

  .nav_background {
    display: none;
  }

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

  .style_container, .style_elements {
    border-style: none;
    padding: 0;
  }

  .style_header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .popup-area_wrap {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-area_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-area_box.iscriviti {
    margin-top: 20px;
  }

  .popup-area_box.accedi {
    align-self: stretch;
    max-width: none;
  }

  .area_row {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
  }

  .form_title {
    font-size: 26px;
  }

  .heading_header-home {
    font-size: 28px;
  }

  .heading_header-home.margin-bottom-0.is-promo, .heading_header-home.margin-bottom-0.is-promo_coming-soon {
    font-size: 24px;
  }

  .moodboard._w-space {
    min-height: 400px;
  }

  .txt_wrap.serv_slider-text_wrap {
    width: 100vw;
  }

  .card_title {
    font-size: 26px;
  }

  .card_title.is-negative {
    margin-bottom: 0;
    font-size: 26px;
  }

  .list_grid_par {
    max-width: 200px;
    font-size: 14px;
  }

  .heading-serif {
    font-size: 26px;
  }

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

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

  .text_container.is-left.news-cantiere {
    padding-top: 30px;
  }

  .text_container.is-slider {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    position: static;
  }

  .quadratini.is-menu {
    justify-content: center;
    align-items: center;
    max-height: 20px;
  }

  .mappa_container {
    height: 400px;
  }

  .mappa_container.news-cantiere {
    min-height: 500px;
  }

  .embed-mappa {
    display: none;
  }

  .embed-mappa.mobile-show {
    display: block;
  }

  .embed-mappa.news-cantiere {
    display: none;
  }

  .embed-mappa.news-cantiere-mobile {
    display: block;
  }

  .quadrato {
    width: 60px;
    height: 60px;
    top: 25px;
    left: -7px;
  }

  .quadrato.sx-top {
    inset: auto -10px -29px auto;
  }

  .quadrato.dx-top {
    top: 30px;
    left: auto;
    right: -15px;
  }

  .quadrato.dx-btn.news-cantiere {
    inset: 25px auto 0% -7px;
  }

  .cookie-prefs_wrapper {
    padding: 24px;
  }

  .cookie-banner_title_wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cookie-prefs_open-txt {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }

  .cookie-prefs_buttons-wrapper.is-pref {
    flex-wrap: wrap;
  }

  .cookie-banner_buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .cookie-banner_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookie-banner_text {
    margin-right: 0;
  }

  .cookie-banner {
    padding: 20px;
  }

  .cookie-prefs_container {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .footer-01_link_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-01_line {
    display: none;
  }

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

  .slider-05_slide {
    margin-right: 10px;
  }

  .container-2.is-technical {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    text-align: center;
  }

  .quote-txt {
    font-size: 21px;
  }

  .quote-txt.promo.no-margin {
    font-size: 18px;
    line-height: 1.3;
  }

  .quote-txt.promo.max-660 {
    font-size: 20px;
    line-height: 1.4;
  }

  .quote-txt.promo.size-small {
    font-size: 18px;
    line-height: 1.3;
  }

  .quote-txt.promo2 {
    max-width: none;
  }

  .dot_wrap {
    justify-content: space-between;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tour-03_par {
    margin-left: 0;
  }

  .tour-03_number {
    font-size: 1.3rem;
  }

  .tour-03_tab {
    flex-flow: column;
  }

  .tour-03_heading_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .tour-03_tab-floor {
    width: 80vw;
    max-width: 200px;
  }

  .tour-03_floor_container {
    align-items: center;
  }

  .icon-services {
    width: 60px;
    height: 60px;
    top: 25px;
    left: -7px;
  }

  .icon-services.sx-top {
    inset: auto -7px -29px auto;
  }

  .icon-services.dx-top {
    top: 30px;
    left: auto;
    right: -30px;
  }

  .gallery_tile {
    min-height: 250px;
  }

  .partner-grid-loghi {
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
  }

  .partner-grid-imgs {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .img_partner.bg_logo {
    aspect-ratio: 1;
  }

  .img_partner.bg_logo_popup {
    max-width: 120px;
  }

  .mirino {
    bottom: 29%;
    left: auto;
  }

  .popup-partner-bg {
    display: none;
  }

  .popup-partner {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    place-items: start center;
  }

  .logo_capitolato {
    position: static;
  }

  .popup01_subtitle-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .popup-01_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .date {
    font-size: 30px;
  }

  .popup-01_wrapper {
    padding: 10px;
  }

  .slider-capitolato_content {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: .4fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo-scavolini-popup {
    width: 100%;
    max-width: 120px;
  }

  .flag-05_popup_row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }

  .flag-03_popup_box {
    text-align: center;
    align-self: auto;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flag-03_popup_container {
    align-items: center;
  }

  .flag-03_popup_icon {
    width: 60px;
    height: 60px;
  }

  .flag-03_popup_x {
    top: 120px;
  }

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

  .flag-03_popup_row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }

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

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text_container-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titolo-promo {
    max-width: 280px;
    font-size: 1.6rem;
  }

  .slider-wrapper {
    margin-top: 10px;
  }

  .slider {
    height: 90vw;
  }

  .serv-mob_slide-cont {
    flex-flow: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    display: flex;
  }

  .serv-mob_img-wrap {
    flex: 1;
    width: 100%;
  }

  .serv-mob_slide {
    height: 100%;
  }

  .serv_mob-arrow {
    left: calc(50% + 20px);
  }

  .serv_mob-arrow.is-left {
    left: calc(50% - 70px);
  }

  .countdown-01_container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .countdown-01_number {
    font-size: 2.2em;
  }

  .countdown-01_text {
    font-size: .8em;
  }

  .countdown-01_text.txt-blu {
    font-size: .7em;
  }

  .showroom.is-white {
    font-size: 23px;
    line-height: 1.1;
  }

  .subtitle.is-small {
    font-size: 30px;
    line-height: 1;
  }

  .par_big {
    line-height: 1.4;
  }

  .label-01b_text_wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .background-video_hero {
    min-height: 40vh;
  }

  .prezzi, .prezzi.is-yellow {
    font-size: 19px;
  }

  .card-wrap {
    min-width: 200px;
  }

  .card-txt-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon-wrap {
    width: 65px;
    height: 65px;
  }

  .card-promo_title, .heading-medium_promo {
    font-size: 26px;
  }

  .piani {
    font-size: 16px;
  }

  .image-3 {
    height: 200px;
  }

  .div-block-5 {
    margin-bottom: 80px;
  }

  .slider-wrap.store {
    padding-bottom: 0;
  }

  .slider-2.store {
    height: 62vw;
  }

  .icon-3.dx, .icon-3.sx {
    font-size: 18px;
  }

  .left-arrow-2 {
    width: 40px;
    height: 40px;
  }

  .left-arrow-2:hover {
    width: 50px;
  }

  .right-arrow-2 {
    width: 40px;
    height: 40px;
  }

  .right-arrow-2:hover {
    width: 50px;
  }
}

#w-node-_74fa16ff-fe1a-837b-1457-ae07deb162cb-ffe2b0f7 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_74fa16ff-fe1a-837b-1457-ae07deb162cd-ffe2b0f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74fa16ff-fe1a-837b-1457-ae07deb162d1-ffe2b0f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9d5eb334-4b21-c955-0106-375b23252388-5e3e10ec, #w-node-_61bbd8e8-9fdf-5948-2191-e09857bd352b-5e3e10ec, #w-node-_4b8e36e7-0a04-bfd9-7956-384406c307af-06c307af, #w-node-c507c20d-a35c-8943-e7f7-d1c7640df9f7-ffe2b14f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#btn-form1.w-node-db76b314-7b5d-a6d6-783a-ec4465ce9412-ffe2b14f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-da795edf-163e-e298-b8fd-1e52442b14be-ffe2b14f, #w-node-_93a4f95b-575f-f860-cead-da5012078548-ffe2b14f, #w-node-b852fefb-80f4-8c5a-1833-d3cb023cde01-ffe2b14f, #w-node-_782a28b0-cf7b-b9f4-7af3-470c9c16aad9-ffe2b14f, #w-node-a886372d-b1a8-19b1-0dec-0f3cc258fa95-ffe2b14f, #w-node-_4bca9eee-4d81-403f-506f-e6e79c561651-ffe2b14f, #w-node-_3b234101-1866-783c-6959-4d343fedf415-3fedf415, #w-node-_60c2d3e4-fb1d-415a-e0d6-f51c69e82ef7-de049a7d, #w-node-_70f8469a-a346-e4b5-3eb0-7e08fa298bab-de049a7d, #w-node-be87572d-d46f-4385-2547-2e186558c6c5-de049a7d, #w-node-f61e0a35-c09e-8943-fbeb-12256be82eb8-de049a7d, #w-node-_98634bcc-df69-5686-a4d4-619ba9088311-de049a7d, #w-node-ce17a4a4-5d07-0a94-adc3-59aa9138aeb0-de049a7d, #w-node-_7ec7b4a7-22c1-23b7-eeac-51fe861435ea-de049a7d, #w-node-_551af1d5-cd3d-a15d-ed4c-5f9a9556e6d2-de049a7d, #w-node-_65dbcfa4-b32a-bfb8-644d-2c016062dd0f-de049a7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42723c26-149e-1513-f318-627aff294d0e-de049a7d {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-d3c7e582-47d9-1640-3dfd-d91cec63c0ff-de049a7d {
  grid-area: 2 / 5 / 4 / 7;
}

#w-node-dcb6cbc0-f108-2c61-3c05-0aeaf49697a2-de049a7d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_79af7450-1bf2-b62d-b175-ae17952a1174-de049a7d {
  grid-area: 3 / 1 / 6 / 3;
}

#w-node-_850e10ff-3689-6614-9ae6-1029f7e3ddba-de049a7d {
  grid-area: 3 / 3 / 5 / 5;
}

#w-node-_1ac1d0ac-e5c0-9b3b-e812-caf809a4a6f5-de049a7d {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-bb31ac15-94dd-dc70-99fa-ed2870fce77e-de049a7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adabf52f-1751-2e4a-23bc-c0171d2f1246-de049a7d {
  justify-self: end;
}

#w-node-d242acc9-813b-8721-35a5-dd0a0756239c-de049a7d {
  justify-self: start;
}

#w-node-_7d1a7157-740f-3f27-4415-1cef63098939-a7ecaded {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_7d1a7157-740f-3f27-4415-1cef63098944-a7ecaded {
  grid-area: 2 / 5 / 4 / 7;
}

#w-node-_7d1a7157-740f-3f27-4415-1cef6309894e-a7ecaded {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7d1a7157-740f-3f27-4415-1cef63098950-a7ecaded {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_7d1a7157-740f-3f27-4415-1cef6309895a-a7ecaded {
  grid-area: 3 / 3 / 5 / 5;
}

#w-node-_7d1a7157-740f-3f27-4415-1cef63098964-a7ecaded {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-_43809ac0-c479-8dbd-c5c8-e481fb58be70-a7ecaded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_74fa16ff-fe1a-837b-1457-ae07deb162cb-ffe2b0f7 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #btn-form1.w-node-db76b314-7b5d-a6d6-783a-ec4465ce9412-ffe2b14f {
    grid-column: span 1 / span 1;
  }

  #w-node-e905e4c4-85f2-7c55-3def-6692f4cdfa1a-de049a7d, #w-node-_3e74f23d-ac72-546b-05a0-bbd6a0252bd2-de049a7d, #w-node-_00f42795-e798-7a29-3917-817f34a63371-de049a7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42723c26-149e-1513-f318-627aff294d0e-de049a7d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_16c87ba9-9023-c636-4c42-89734c08244f-de049a7d {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-d3c7e582-47d9-1640-3dfd-d91cec63c0ff-de049a7d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-dcb6cbc0-f108-2c61-3c05-0aeaf49697a2-de049a7d {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_79af7450-1bf2-b62d-b175-ae17952a1174-de049a7d, #w-node-_850e10ff-3689-6614-9ae6-1029f7e3ddba-de049a7d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_1ac1d0ac-e5c0-9b3b-e812-caf809a4a6f5-de049a7d {
    grid-area: 7 / 3 / 8 / 4;
  }

  #w-node-_21949915-7262-4f02-3e66-8879c188ed0a-de049a7d {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_5db18011-c3a1-92a4-ff9b-e2c910f60bd5-de049a7d {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_2508bfea-0538-ebf8-4a39-ecc941972118-de049a7d {
    grid-area: 2 / 2 / 4 / 4;
  }

  #w-node-d4a75613-1147-76bc-ae6d-bfc1c917dbaf-de049a7d {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_740b7411-28a0-87f8-9447-dba34aecb929-de049a7d {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-d4a75613-1147-76bc-ae6d-bfc1c917dbb1-de049a7d {
    grid-area: 2 / 2 / 4 / 4;
  }

  #w-node-b37bf3f2-a995-3b99-7e02-036c938cd4ab-de049a7d {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_773c7296-bf42-591f-4a3e-4713d7ecece4-de049a7d {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-b37bf3f2-a995-3b99-7e02-036c938cd4ad-de049a7d {
    grid-area: 2 / 2 / 4 / 4;
  }

  #w-node-a717520f-28ee-191e-6ec4-55b42d3eabf3-de049a7d {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_0f499e08-6fc8-7dee-7ee5-2ce8f19771c5-de049a7d {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-a717520f-28ee-191e-6ec4-55b42d3eabf5-de049a7d {
    grid-area: 2 / 2 / 4 / 4;
  }

  #w-node-_9bedc31b-0841-35a6-c06f-102f8a03e6bc-de049a7d {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_357ba268-1cba-c661-1143-90acfd09d831-de049a7d {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_9bedc31b-0841-35a6-c06f-102f8a03e6be-de049a7d {
    grid-area: 2 / 2 / 4 / 4;
  }

  #w-node-_6f1276b4-8b3b-3d1e-4ace-bd84ff3842ea-de049a7d {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_7f3ae5b0-380e-4061-12de-cb12c6c3dcb2-de049a7d {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_6f1276b4-8b3b-3d1e-4ace-bd84ff3842ec-de049a7d {
    grid-area: 2 / 2 / 4 / 4;
  }

  #w-node-_47fb8297-d215-dca5-2db8-113eeb15f0ef-de049a7d {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_18b57d03-075e-af7c-c54a-656352c9ce48-de049a7d {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_47fb8297-d215-dca5-2db8-113eeb15f0f1-de049a7d {
    grid-area: 2 / 2 / 4 / 4;
  }

  #w-node-_7bd5bdbe-ff30-d8be-367b-cf19b92e54f0-de049a7d {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_3e27276f-d4ca-9cac-c1a3-7648518ee52e-de049a7d {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_7bd5bdbe-ff30-d8be-367b-cf19b92e54f2-de049a7d {
    grid-area: 2 / 2 / 4 / 4;
  }

  #w-node-_3cc612f7-0807-6712-6610-01acd7f53e7e-de049a7d {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_8d59f3e8-2731-692e-d609-18672aec02d6-de049a7d {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_3cc612f7-0807-6712-6610-01acd7f53e80-de049a7d {
    grid-area: 2 / 2 / 4 / 4;
  }

  #w-node-_33e2ca03-7123-f6c8-9a56-e1641ff5dfbb-de049a7d {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_33e2ca03-7123-f6c8-9a56-e1641ff5dfc4-de049a7d {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_33e2ca03-7123-f6c8-9a56-e1641ff5dfbd-de049a7d {
    grid-area: 2 / 2 / 4 / 4;
  }

  #w-node-_7d1a7157-740f-3f27-4415-1cef63098933-a7ecaded, #w-node-_7d1a7157-740f-3f27-4415-1cef63098934-a7ecaded, #w-node-_7d1a7157-740f-3f27-4415-1cef63098935-a7ecaded {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7d1a7157-740f-3f27-4415-1cef63098939-a7ecaded {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_7d1a7157-740f-3f27-4415-1cef63098942-a7ecaded {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_7d1a7157-740f-3f27-4415-1cef63098944-a7ecaded {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_7d1a7157-740f-3f27-4415-1cef6309894e-a7ecaded {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_7d1a7157-740f-3f27-4415-1cef63098950-a7ecaded, #w-node-_7d1a7157-740f-3f27-4415-1cef6309895a-a7ecaded {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_7d1a7157-740f-3f27-4415-1cef63098964-a7ecaded {
    grid-area: 7 / 3 / 8 / 4;
  }
}


