:root {
  --color-1: #214d57;
  --color_white: white;
  --light-slate-grey\<deleted\|variable-f8b6c3e2\>: #728796;
  --dim-grey\<deleted\|variable-beedbb02\>: #494d50;
  --color_white-smoke: #f5f4f4;
  --color-2: #789499;
  --color-4: #f0e8e3;
  --silver-2\<deleted\|variable-7da25d1f\>: #becad3;
  --color-3: #d4c9b8;
  --silver\<deleted\|variable-43fdf193\>: #b9b7b4;
  --color-5: #c78f7a;
  --color_grey\<deleted\|variable-1269218a-bf93-0917-8c79-69034dd2732f\>: #b9b9bb;
  --color_medium\<deleted\|variable-bd2b25f3-6b94-f08c-0a3e-177543c6bb0d\>: #baa89d;
  --color_black: #353535;
  --color_grey-dark\<deleted\|variable-5c2ed7eb-1242-ac90-b402-ed39ccbbfec1\>: #535353;
  --color_grey-light\<deleted\|variable-15b25a44-addf-28f2-c9c9-ffe79478c508\>: #e0e0e0;
  --color_dark\<deleted\|variable-047e6a3d-ac3c-2a4a-d24e-b5261f34ced7\>: #8e7a6c;
  --color_cta\<deleted\|variable-94b6b5df-837c-4789-8b3b-c776d4a00ce7\>: #e8bba6;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: var(--color-1);
  font-family: semplicitapro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  color: var(--color_white);
  max-width: 640px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

h2 {
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: ivymode, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  color: var(--color-1);
  letter-spacing: .2px;
  max-width: 700px;
  margin-bottom: 40px;
  font-size: 14px;
}

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 {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: 500;
}

.note_txt h1 {
  font-size: 1.7em;
  line-height: 1;
}

.note_txt h3 {
  margin-bottom: 5px;
  font-size: 1.1em;
  line-height: 1;
}

.note_txt li {
  margin-bottom: 5px;
}

.note_txt ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
}

.note_txt h2 {
  font-family: goldenbook;
}

.note_txt a {
  color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
}

.note_txt.cliente {
  margin-top: -10px;
  margin-bottom: -10px;
}

.note-legali {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 12vh 20px 40px;
  line-height: 1.4;
  position: relative;
  overflow: visible;
}

.note-legali h1 {
  color: var(--color-1);
  margin-top: 60px;
  font-family: ivymode, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.note-legali h3 {
  margin-bottom: 5px;
  font-size: 1.1em;
  line-height: 1;
}

.note-legali li {
  margin-bottom: 5px;
}

.note-legali ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
  list-style-type: disc;
}

.to-delete {
  z-index: 700;
  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;
  position: static;
  inset: 0% 0% auto;
}

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

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

.checkbox {
  border-color: var(--dim-grey\<deleted\|variable-beedbb02\>);
  color: #000;
  background-color: #0000;
  border-radius: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  background-color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  background-size: contain;
}

.checkbox.w--redirected-focus {
  border-color: var(--dim-grey\<deleted\|variable-beedbb02\>);
  background-color: var(--dim-grey\<deleted\|variable-beedbb02\>);
  box-shadow: none;
  color: var(--color_white-smoke);
}

.form-block {
  background-color: var(--color_white-smoke);
  flex: none;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.form_field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--color-2);
  color: var(--color-1);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
}

.form_field:focus {
  background-color: var(--color-4);
  border-color: #0000;
}

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

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

.form_field.message.capitalize {
  text-transform: none;
  min-height: 80px;
  margin-bottom: 50px;
}

.form_field.capitalize {
  border-style: solid;
  border-color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  text-transform: capitalize;
  background-color: #0000;
}

.form_field.capitalize:hover {
  background-color: #0000;
}

.form_field.capitalize:focus-visible {
  border-style: solid;
  border-width: .5px .5px .5px 4px;
  border-color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  background-color: var(--color_white-smoke);
}

.form_field.capitalize[data-wf-focus-visible] {
  border-style: solid;
  border-width: .5px .5px .5px 4px;
  border-color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  background-color: var(--color_white-smoke);
}

.form_field.capitalize::placeholder {
  color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  letter-spacing: .5px;
  font-family: omnes-pro;
  font-size: 15px;
}

.form_field.capitalize.last {
  margin-bottom: 50px;
}

.form {
  color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrapper_contact-form {
  z-index: 60;
  background-color: var(--color_white-smoke);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 45%;
  height: 100vh;
  padding: 70px 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-submit {
  border: 1px solid var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  background-color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  letter-spacing: 1px;
  align-self: flex-end;
  min-width: 20%;
  margin-top: 30px;
  font-family: omnes-pro;
  font-size: 14px;
  transition: all .5s;
}

.button-submit:hover {
  color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  background-color: #0000;
}

.form_link {
  color: var(--color-2);
  text-decoration: underline;
  transition: color .35s;
}

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

.checkbox_label.txt_base.txt_xs {
  line-height: 15px;
}

.footer {
  border-top: 1px solid var(--silver-2\<deleted\|variable-7da25d1f\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer.color_black {
  background-color: var(--color-1);
  padding-bottom: 50px;
}

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

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

.footer_link.capitalize {
  color: var(--color-2);
  text-align: center;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 13px;
}

.footer_link.capitalize.banner_text-link {
  color: var(--dim-grey\<deleted\|variable-beedbb02\>);
  border-bottom-style: none;
  text-decoration: none;
}

.footer_link.underlined {
  color: var(--color-4);
  text-transform: none;
  font-size: 12px;
  text-decoration: underline;
  transition: color .35s;
}

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

.footer_link.no-link {
  cursor: default;
}

.footer_link.no-link:hover {
  color: var(--color-3);
}

.navbar {
  background-color: var(--color_white);
  align-items: center;
  max-width: 100%;
  display: flex;
}

.banner_text-link {
  color: #4353ff;
  cursor: pointer;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.banner_text-link:hover {
  color: #707cff;
  border-bottom-color: #707cff;
}

.banner_trigger {
  display: none;
}

.prefs_open-txt {
  opacity: .5;
  color: #000;
  cursor: pointer;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 22px;
  right: 70px;
}

.prefs_open-txt.first {
  top: 17px;
}

.prefs_trigger {
  display: none;
}

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

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

.footer_row.note {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 10px;
}

.footer_row._w-border {
  border-top: 1px solid var(--color-4);
  text-align: center;
  flex-wrap: wrap;
  margin-top: 4%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer_txt {
  color: var(--color-4);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.3;
}

.wrapper_navbar-main {
  background-color: var(--color_white);
  transform-origin: 50% 100%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 20%;
  min-width: 100%;
  max-width: 100%;
  height: 12vh;
  padding-left: 20px;
  padding-right: 30px;
  transition: all .4s;
  display: flex;
}

.logo_main-navbar {
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 65px;
  display: flex;
  position: relative;
}

.logo_main-navbar.w--current {
  background-position: 100%;
  flex: none;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 0;
}

.container_nav-link {
  color: var(--color-1);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  transition: color .35s;
  display: flex;
}

.container_nav-link:hover {
  color: var(--color-2);
}

.container_nav-link.w--current {
  color: var(--color-5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container_nav-link.w--current:hover {
  text-decoration: none;
}

.container_nav-link.link_lang.w--current {
  border-bottom-style: solid;
  border-bottom-color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  margin-bottom: 0;
  padding-bottom: 1px;
  text-decoration: none;
}

.container_nav-link.link_lang.w--current:hover {
  border-bottom: 1px solid #0000;
}

.container_nav-link.is-fix {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--color-1);
  color: var(--color-1);
  flex-flow: row;
  width: 130px;
  padding: 5px 8px;
  transition: background-color .35s, color .35s;
  position: absolute;
  left: auto;
  right: 40px;
}

.container_nav-link.is-fix:hover {
  background-color: var(--color-1);
  color: var(--color_white);
}

.container_nav-link.is-fix.w--current {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.container_nav-link.is-home.w--current {
  color: var(--color-1);
}

.container_nav-link.is-home.w--current:hover {
  border-bottom-width: 0;
}

.container_nav-link.is-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--color-4);
  flex-flow: row;
  padding-top: 5px;
  padding-bottom: 5px;
}

.container_nav-link.is-contact:hover {
  color: var(--color-2);
}

.txt_nav-link {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 400;
  text-decoration: none;
}

.hero-section {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  height: 101vh;
  min-height: 850px;
  padding: 100px 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.is-technical {
  background-image: linear-gradient(355deg, var(--color-2) 13%, #0000), linear-gradient(to bottom, #0000005c, #0000005c), url('../images/Cortina_hero-03.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.navbar-section {
  z-index: 50;
  background-color: var(--color_white);
  transform-origin: 0 100%;
  border-bottom: .5px solid #becad39e;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  transition: all .4s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-section.is-technical {
  border-bottom-color: var(--color-2);
}

.container_txt-hero {
  z-index: 2;
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  text-align: center;
  flex-flow: column;
  align-items: center;
  font-style: normal;
  display: flex;
  position: static;
}

.container_scroll-down {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 40px;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.info-section {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .1s;
  display: flex;
}

.info-section._w-margin {
  align-items: center;
  margin-top: 3%;
  margin-bottom: 3%;
  padding-left: 33%;
  padding-right: 33%;
}

.info-section._w-margin.no-padding {
  height: 40vh;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-top: 0%;
  padding-bottom: 0%;
}

.info-section.no-padding {
  align-items: center;
  margin-top: 3%;
  margin-bottom: 3%;
  padding-left: 10%;
  padding-right: 10%;
}

.section-wrapper {
  width: 100%;
  padding: 80px;
  transition: all .1s;
  position: relative;
  overflow: hidden;
}

.section-wrapper.full-wd {
  max-width: 100%;
  padding-bottom: 5%;
  overflow: hidden;
}

.section-wrapper.full-wd.no-padding {
  margin-top: 0%;
  padding-bottom: 0%;
}

.section-wrapper.no-padding {
  padding: 0;
  overflow: visible;
}

.section-wrapper.is-pad-bot-0 {
  padding-bottom: 0;
}

.section-wrapper.is-pad-side-0px {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.txt-quote {
  color: var(--dim-grey\<deleted\|variable-beedbb02\>);
  text-align: left;
  flex-direction: column;
  align-items: center;
  font-family: goldenbook;
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
  display: block;
}

.txt-quote.centered {
  color: var(--dim-grey\<deleted\|variable-beedbb02\>);
  text-align: center;
  margin-bottom: 5%;
  line-height: 1.3;
}

.wrapper-quote {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  display: flex;
}

.container_full-wd-pic {
  background-image: url('../images/AC1125B-ITA-Roma-Camilluccia_VPExterior04_rev00_dettaglio_post.webp');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vw;
  transition: all .1s;
}

.focus-section {
  z-index: 2;
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 800px;
  max-width: 75%;
  min-height: 25vh;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.focus-section.inverted {
  flex-direction: row-reverse;
}

.focus-section_left {
  object-fit: cover;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 36vw;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-wrapper.is-width-50 {
  width: 50%;
}

.text-wrapper.is-width-50.color_light {
  background-color: var(--color-4);
  color: #535353;
}

.text-wrapper.align-center {
  justify-content: center;
  align-items: center;
}

.text-wrapper.is-auto {
  padding: 0;
}

.text-wrapper.is-border {
  border: 1px solid var(--color_medium\<deleted\|variable-bd2b25f3-6b94-f08c-0a3e-177543c6bb0d\>);
}

.text-wrapper.is-border.align-center.text-align-center {
  border-color: var(--color-3);
}

.text-wrapper.pad-bot-0px {
  padding-bottom: 0;
}

.subtitle {
  z-index: 3;
  color: var(--color-5);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: semplicitapro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.subtitle.sub_footer {
  color: var(--color-4);
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
  position: static;
}

.subtitle.text-color-medium {
  color: var(--color-5);
}

.txt_base {
  color: var(--dim-grey\<deleted\|variable-beedbb02\>);
  letter-spacing: .2px;
  font-family: omnes-pro;
  font-size: 16px;
  font-style: normal;
  line-height: 1.4;
}

.txt_base.info_focus-section {
  color: var(--dim-grey\<deleted\|variable-beedbb02\>);
  letter-spacing: .2px;
  margin-top: 2%;
  margin-bottom: 8%;
}

.txt_base.info_focus-section.info_txt-partners {
  margin-top: 0%;
  margin-bottom: 0%;
  font-size: 15px;
  line-height: 1.3;
}

.txt_base.info-footer {
  color: var(--dim-grey\<deleted\|variable-beedbb02\>);
  text-align: center;
  font-size: 15.5px;
}

.txt_base.txt_xs {
  font-size: 13px;
}

.title_section {
  color: var(--dim-grey\<deleted\|variable-beedbb02\>);
  margin-bottom: 10px;
  font-family: goldenbook;
  font-size: 38px;
  font-style: normal;
  line-height: 1.2;
}

.title_section.title_contact-form {
  color: var(--dim-grey\<deleted\|variable-beedbb02\>);
  margin-bottom: 40px;
}

.title_section.contact-padding {
  text-align: center;
}

.button_secondary {
  border: 1px solid var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  font-family: omnes-pro;
  transition: all .4s;
}

.button_secondary:hover {
  border-color: var(--silver-2\<deleted\|variable-7da25d1f\>);
  background-color: var(--silver-2\<deleted\|variable-7da25d1f\>);
  color: var(--color_white);
}

.button_secondary.primary_cta {
  border-color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  background-color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  color: var(--color_white);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button_secondary.primary_cta:hover {
  border-color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  background-color: #0000;
}

.wrapper_language-switcher {
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0%;
  display: flex;
}

.lang_divider {
  background-color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  color: var(--dim-grey\<deleted\|variable-beedbb02\>);
  width: 1px;
  height: 20px;
  margin-bottom: 3px;
}

.container_navbar-links {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 12vh;
  margin-left: 0%;
  padding-left: 0%;
  display: flex;
}

.bg-full-wd_section {
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/TStock_Recina_Living_03_kitchen_rev01.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 40vw;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 2fr 1.25fr .25fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  height: auto;
  max-height: 850px;
  display: grid;
}

.dot_active-link {
  background-color: var(--color-5);
  border-radius: 100px;
  width: 5px;
  height: 5px;
}

.contact-section {
  background-color: var(--color_white-smoke);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.wrapper_contact-section-txt {
  z-index: 2;
  background-image: url('../images/camilluccia_pianta.webp');
  background-position: 10% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 30vw;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container_contact-txt {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40%;
  height: 60%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.dot-decor {
  background-color: var(--silver-2\<deleted\|variable-7da25d1f\>);
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-top: 7%;
}

.footer_info {
  grid-column-gap: 60px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  display: flex;
}

.footer-section {
  flex: 1;
  text-decoration: none;
}

.footer-section_logos {
  grid-column-gap: 60px;
  border-top: 1px none var(--silver-2\<deleted\|variable-7da25d1f\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  display: flex;
}

.wrapper_logo-footer {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container_logo-footer {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.container_logo-footer.promoter {
  background-image: url('../images/savills-logo.png');
  background-position: 50% 0;
  width: 60px;
}

.container_logo-footer.rep {
  background-image: url('../images/MAXAM.svg');
  background-position: 50% -10%;
  width: 130px;
}

.container_logo-footer.studio {
  background-image: url('../images/logo_studio-transit.svg');
  background-position: 50% 18%;
  width: 130px;
  font-style: italic;
}

.container_logo-footer.is-small {
  width: 100px;
  height: 100px;
}

.divider_loghi-footer {
  background-color: var(--color-4);
  width: 1px;
  height: 110px;
}

.popup_contact-form {
  z-index: 55;
  background-color: #0000;
  background-image: url('../images/camilluccia_pianta.webp'), linear-gradient(to bottom, var(--color_white-smoke), var(--color_white-smoke));
  background-position: 30px 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 400px, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  transition: all .4s;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.x_close-form {
  z-index: 61;
  background-color: var(--color_white-smoke);
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 70px;
  height: 70px;
  padding-top: 0%;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 3% 0% auto auto;
}

.container_x-close {
  cursor: pointer;
  background-image: url('../images/x_chiusura_camilluccia.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.right-arrow {
  background-color: #e7e7e7;
  width: 40px;
  height: 7%;
}

.left-arrow {
  background-color: var(--color_white-smoke);
  outline-color: var(--color_white-smoke);
  outline-offset: 3px;
  border-radius: 100px;
  outline-width: 1px;
  outline-style: solid;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 2%;
  transition: all .5s;
  display: block;
}

.left-arrow:hover {
  background-color: #f5f4f4e0;
  outline-width: .8px;
  outline-color: #b9b7b4d1;
}

.button_lightbox {
  z-index: 1;
  border: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 7%;
  display: flex;
  position: static;
  inset: auto auto 42%;
}

.button_lightbox:hover {
  border-style: solid;
  border-color: var(--color_white);
  background-color: #0000;
  width: 99%;
  height: 99%;
}

.container_gallery-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  display: flex;
}

.moodboard {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 450px;
  display: grid;
}

.moodboard._4-col {
  grid-column-gap: 6px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  height: auto;
  min-height: 30vw;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.moodboard_img {
  flex: 1;
  align-self: stretch;
}

.moodboard_img.prog04 {
  filter: brightness(125%);
  background-image: url('../images/moodboard-progetto_1.webp');
  background-position: 50% 70%;
  background-size: cover;
  display: none;
}

.moodboard_img.prog02 {
  filter: brightness(98%) saturate(110%);
  background-image: url('../images/Roma_Camilluccia_VPInterior_06_Dettaglio_02_rev00.webp');
  background-position: 50% 75%;
}

.moodboard_img.prog01 {
  filter: contrast(85%) saturate(86%);
  background-image: url('../images/moodboard-progetto_3.webp');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.moodboard_img.prog03 {
  filter: brightness(92%) saturate(155%);
  background-image: url('../images/moodboard-progetto_2.webp');
  background-position: 50% 100%;
}

.section_bg {
  background-color: var(--color-4);
  max-width: 100%;
  height: 70%;
  margin-bottom: 0%;
  position: absolute;
  inset: auto 0 0;
}

.section_bg.inverted {
  height: 75%;
}

.image_element {
  object-fit: cover;
  width: 100%;
  height: 70%;
  min-height: 600px;
  display: block;
  overflow: visible;
}

.image_element.prog_logge {
  object-fit: cover;
  max-width: 85%;
  height: 60%;
  min-height: 450px;
}

.section_automatic-tabs {
  align-items: flex-start;
  max-width: 100%;
  margin-top: 5%;
  margin-bottom: 0%;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: all .1s;
  display: none;
}

.info-partner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 30px 30px;
  display: flex;
}

.container_logo-partner {
  background-image: url('../images/logo_bticino.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 80%;
  height: 16px;
  margin-top: 0;
  margin-bottom: 15px;
}

.container_logo-partner.flaminia {
  background-image: url('../images/logo_flaminia.svg');
  min-height: .75vw;
}

.container_logo-partner.zucchetti {
  background-image: url('../images/logo_zucchetti.svg');
  min-height: .8vw;
}

.container_logo-partner.novellini {
  filter: invert();
  background-image: url('../images/logo_novellini.png');
}

.container_logo-partner.berti {
  filter: brightness(0%) contrast(200%) grayscale();
  background-image: url('../images/logo-berti.svg');
}

.container_logo-partner.florim {
  background-image: url('../images/logo_florim.svg');
  height: 20px;
  margin-top: -2px;
  margin-bottom: 13px;
}

.container_logo-partner.linvisibile {
  background-image: url('../images/logo_linvisibile.png');
  min-height: .9vw;
  max-height: .9vw;
}

.container_logo-partner.anaunia {
  filter: grayscale();
  background-image: url('../images/logo_anaunia.webp');
}

.container_logo-partner.kos {
  background-image: url('../images/logo-kos.svg');
}

.container_logo-partner.listone-giordano {
  background-image: url('../images/listone-giordano.svg');
  min-height: .9vw;
}

.container_logo-partner.gessi {
  background-image: url('../images/gessi.svg');
  height: 20px;
  margin-top: -2px;
  margin-bottom: 13px;
}

.foto_copertina-partner {
  background-image: url('../images/Camilluccia_Roma_VPInterior_05_Dettaglio_rev01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 100%;
  min-height: 200px;
}

.foto_copertina-partner.zucchetti {
  filter: contrast(88%);
  background-image: url('../images/partner_zucchetti.webp');
}

.foto_copertina-partner.flaminia {
  filter: contrast(90%) brightness(122%);
  background-image: url('../images/partner_flaminia.webp');
  background-position: 50%;
}

.foto_copertina-partner.novellini {
  background-image: url('../images/partner_novellini.webp');
  background-position: 100% 100%;
  background-size: cover;
}

.foto_copertina-partner.berti {
  background-image: url('../images/partner_berti.webp');
  background-position: 50% 45%;
  background-size: cover;
}

.foto_copertina-partner.bticino {
  filter: contrast(76%) saturate(78%) brightness(108%);
  background-image: url('../images/partner_bticino.jpg');
}

.foto_copertina-partner.florim {
  background-image: url('../images/partner_florim.webp');
  background-position: 50% 75%;
}

.foto_copertina-partner.kos {
  background-image: url('../images/AC1125B-ITA-Roma-Camilluccia_VPExterior03_dett_post.webp');
}

.foto_copertina-partner.invisibile {
  background-image: url('../images/partner_invisibile.webp');
  background-position: 100% 40%;
}

.foto_copertina-partner.anaunia {
  background-image: url('../images/partner_anaunia.webp');
}

.foto_copertina-partner.listone-giordano {
  background-image: url('../images/listone-giordano_2.webp');
}

.foto_copertina-partner.gessi {
  background-image: url('../images/gessi-2.webp');
  background-position: 0%;
}

.container_footer-info {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.display-none {
  display: none;
}

.slider02_container {
  box-shadow: 1px 1px 10px -3px var(--silver\<deleted\|variable-43fdf193\>);
  opacity: 1;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: auto;
  min-height: 100%;
  margin-right: 0;
  font-size: 2em;
  text-decoration: none;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

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

.wrapper_hero-animation {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.italic-text {
  font-style: normal;
}

.bold-text-25, .bold-text-26 {
  font-weight: 600;
}

.intro_title {
  color: var(--color-1);
  letter-spacing: 0;
  text-transform: none;
  font-family: ivymode, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.intro_title.text-color-grey-dark.pad-bot {
  color: var(--color-1);
  margin-bottom: 20px;
  font-family: ivymode, sans-serif;
  display: block;
}

.intro_title.pad-bot {
  margin-bottom: 20px;
  display: block;
}

.pattern_footer.sx {
  background-image: url('../images/pattern-C.webp');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  flex: 1;
  align-self: stretch;
}

.pattern_footer.dx {
  background-image: url('../images/pattern-C.webp');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  flex: 1;
  align-self: stretch;
}

.pop-up-form_capitolato {
  z-index: 55;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/camilluccia_pianta.webp'), linear-gradient(to bottom, var(--color_white-smoke), var(--color_white-smoke));
  background-position: 30px 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 400px, auto;
  background-attachment: scroll, scroll;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  transition: all .4s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.x-menu, .burger-menu_logo {
  display: none;
}

.wrapper_navbar-links {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper_burger-logo, .manager_trigger {
  display: none;
}

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

.prefs_buttons-wrapper.pref {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

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

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

.banner_text {
  font-size: 13px;
  line-height: 1.3;
}

.banner_link {
  color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
}

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

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

.prefs_label {
  color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  text-align: right;
  width: 60px;
  font-weight: 700;
}

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

.prefs_nascondi {
  display: none;
}

.banner_close_txt {
  border-bottom: 1px solid #000;
  font-size: 12px;
}

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

.banner_text-link-2 {
  color: var(--dim-grey\<deleted\|variable-beedbb02\>);
  cursor: pointer;
  border-bottom: 1px solid #000;
  font-weight: 400;
  text-decoration: none;
}

.banner_text-link-2:hover {
  border-bottom-color: var(--silver-2\<deleted\|variable-7da25d1f\>);
  color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
}

.prefs_name {
  color: #5c5c5c;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-family: omnes-pro;
  font-size: 16px;
  font-weight: 500;
}

.banner_title {
  color: #383838;
  font-family: goldenbook;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

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

.banner_close.pref {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}

.banner_close.x {
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.prefs_title {
  color: #383838;
  margin-bottom: 12px;
  font-family: goldenbook;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

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

.banner_description {
  margin-bottom: 12px;
  line-height: 1.4;
  transition: height .25s cubic-bezier(.455, .03, .515, .955);
}

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

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

.prefs_checkbox.w--redirected-checked {
  border-color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  background-color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  background-image: url('../images/check_dot.svg');
  background-position: 100%;
  background-size: contain;
}

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

.prefs_checkbox-label {
  display: none;
}

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

.prefs_option.hide {
  display: none;
}

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

.banner_btn {
  background-color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  text-align: center;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.banner_btn:hover {
  background-color: var(--silver-2\<deleted\|variable-7da25d1f\>);
  border-color: #707cff;
}

.banner_btn.banner {
  background-color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 400;
}

.banner_btn.banner:hover {
  border: 1px solid var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  color: var(--light-slate-grey\<deleted\|variable-f8b6c3e2\>);
  background-color: #0000;
}

.banner_btn.submit {
  align-self: flex-end;
  margin-top: 40px;
}

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

.prefs_form {
  flex: none;
  width: 100%;
  max-width: 600px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  box-shadow: 0 0 14px 3px #0000001a;
}

.banner-prefs {
  z-index: 1;
  color: #333;
  background-color: #fff;
  flex-direction: column;
  padding: 48px 40px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  position: relative;
}

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

.banner_component {
  z-index: 998;
  flex-direction: column;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: auto;
}

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

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

.video_component {
  margin-top: 20px;
}

.sb {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

.container {
  flex-flow: column;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.container.is-large.margin-top {
  margin-top: 60px;
}

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

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

.container.is-tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1300px;
  padding-top: 0;
}

.container.is-gap {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  max-width: none;
}

.image_wrapper {
  width: 100%;
  position: relative;
}

.image_wrapper.is-width-50 {
  width: 50%;
}

.image_wrapper.is-detail {
  width: 250px;
}

.image_wrapper.is-absolute {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image_wrapper.is-map {
  background-color: #e4dfd4;
  flex: 1;
  padding: 40px;
}

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

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

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

.contact_component {
  padding: 60px;
}

.contact_component.is-bg-image {
  background-image: linear-gradient(to bottom, #214d57cc, #214d57cc), linear-gradient(0deg, var(--color-1), transparent), url('../images/Tavola-disegno-2.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  position: relative;
}

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

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

.color_grey-dark {
  background-color: var(--color_grey-dark\<deleted\|variable-5c2ed7eb-1242-ac90-b402-ed39ccbbfec1\>);
}

.color_grey {
  background-color: var(--color_grey\<deleted\|variable-1269218a-bf93-0917-8c79-69034dd2732f\>);
}

.color_grey-light {
  background-color: var(--color_grey-light\<deleted\|variable-15b25a44-addf-28f2-c9c9-ffe79478c508\>);
}

.color_medium {
  background-color: var(--color_medium\<deleted\|variable-bd2b25f3-6b94-f08c-0a3e-177543c6bb0d\>);
}

.color_dark {
  background-color: var(--color_dark\<deleted\|variable-047e6a3d-ac3c-2a4a-d24e-b5261f34ced7\>);
}

.color_cta {
  background-color: var(--color_cta\<deleted\|variable-94b6b5df-837c-4789-8b3b-c776d4a00ce7\>);
}

.button-06 {
  border: 1px solid var(--color_dark\<deleted\|variable-047e6a3d-ac3c-2a4a-d24e-b5261f34ced7\>);
  color: var(--color_dark\<deleted\|variable-047e6a3d-ac3c-2a4a-d24e-b5261f34ced7\>);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  line-height: 1;
  text-decoration: none;
  transition: color .5s linear;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.button-06.is-negative {
  background-color: var(--color_white);
  border-style: none;
}

.button-06.is-plus {
  border-style: solid;
  border-color: var(--color-1);
  background-color: var(--color_white);
  color: var(--color-1);
  width: 45px;
  height: 45px;
  padding: 0;
  position: absolute;
  inset: auto 60px 30px auto;
  overflow: visible;
}

.button-06.is-plus:hover {
  color: var(--color-5);
  font-size: 25px;
}

.button-06_text {
  z-index: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-end;
  margin-top: 2px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.button-06_text.is-contatti {
  background-color: var(--color-5);
  align-self: flex-start;
  margin-top: 20px;
  padding: 15px 30px;
  font-family: semplicitapro, sans-serif;
  transition: background-color .35s;
}

.button-06_text.is-contatti:hover {
  background-color: var(--color-1);
}

.button-06_bg {
  z-index: 0;
  background-color: var(--color_dark\<deleted\|variable-047e6a3d-ac3c-2a4a-d24e-b5261f34ced7\>);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

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

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

.logo_wrap {
  width: 350px;
}

.text-color-black {
  color: var(--color_black);
}

.text-color-grey-dark {
  color: var(--color_grey-dark\<deleted\|variable-5c2ed7eb-1242-ac90-b402-ed39ccbbfec1\>);
}

.text-color-grey {
  color: var(--color_grey\<deleted\|variable-1269218a-bf93-0917-8c79-69034dd2732f\>);
}

.text-color-grey-light {
  color: var(--color_grey-light\<deleted\|variable-15b25a44-addf-28f2-c9c9-ffe79478c508\>);
}

.text-color-medium {
  color: var(--color_medium\<deleted\|variable-bd2b25f3-6b94-f08c-0a3e-177543c6bb0d\>);
}

.text-color-dark {
  color: var(--color_dark\<deleted\|variable-047e6a3d-ac3c-2a4a-d24e-b5261f34ced7\>);
}

.text-color-cta {
  color: var(--color_cta\<deleted\|variable-94b6b5df-837c-4789-8b3b-c776d4a00ce7\>);
}

.flex {
  z-index: 1;
  flex-flow: wrap;
  align-items: stretch;
  position: relative;
}

.flex.gap-large {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.flex.gap-large-copy {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

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

.text-inizitiva {
  color: var(--color-1);
  text-align: center;
  min-width: 150px;
  padding: 10px 10px 14px;
  font-family: ivymode, sans-serif;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
}

.text-inizitiva.text-color-white {
  color: var(--color_white);
}

.image-hover {
  background-color: #35353580;
  position: absolute;
  inset: 0%;
}

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

.card_container.is-width-50 {
  flex: none;
  align-self: stretch;
  width: 50%;
}

.card_container.is-width-50-copy {
  flex: none;
  align-self: stretch;
  width: 50%;
  height: 70vw;
  max-height: 700px;
  margin-right: auto;
}

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

.lightbox_image_wrapper {
  flex: 1;
  align-self: stretch;
  min-width: 350px;
  padding: 40px;
  position: relative;
}

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

.slider-05_lightbox_container {
  z-index: 1;
  flex-flow: wrap;
  width: 100%;
  max-width: 1500px;
  min-height: 500px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
  display: flex;
  position: relative;
}

.slider-05_lightbox_container.is-vertical {
  flex-flow: column;
}

.slider-05_lightbox_container.is-vertical.height {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color-5);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color-5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color-5);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--color-5);
  justify-content: flex-end;
  align-items: center;
  height: calc(100vh - 90px);
  max-height: 750px;
}

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

.apartment_text {
  text-transform: capitalize;
  font-style: italic;
  line-height: 1;
}

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

.lightbox_text {
  grid-row-gap: 40px;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--color_grey\<deleted\|variable-1269218a-bf93-0917-8c79-69034dd2732f\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.lightbox_text.padding {
  z-index: 3;
  border-style: none;
  padding: 20px;
  position: absolute;
  inset: auto auto 5px 20px;
}

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

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

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

.slider-05_lightbox_component.is-static {
  background-color: var(--color_white);
  flex: none;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}

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

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

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

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

.lightbox_grid_title {
  text-align: left;
  text-transform: none;
  font-size: 14px;
}

.slider-04_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
  position: relative;
}

.slider04 {
  background-color: #ddd0;
  flex: 1;
  min-width: 600px;
  height: auto;
}

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

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

.slider-04_button_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.slider-04_button {
  opacity: .7;
  color: var(--color-1);
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  flex: none;
  min-width: 30px;
  min-height: 23px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: inline-block;
}

.slider-04_button:hover {
  opacity: 1;
  background-color: #f0e8e34d;
}

.slider-04_button.w--current {
  color: var(--color_cta\<deleted\|variable-94b6b5df-837c-4789-8b3b-c776d4a00ce7\>);
  background-color: #ddd0;
}

.slider-04_button.is-active {
  border-bottom-color: var(--color-5);
  opacity: 1;
  background-color: #0000;
  padding-top: 0;
}

.slider04_arrow {
  color: #2b2b2b;
  display: none;
}

.tabs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.tabs.is-sections {
  width: 100%;
  display: block;
}

.tabs-menu {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu.is-sections {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  margin-bottom: 60px;
}

.tab_wrapper {
  width: 100%;
  padding: 40px;
  display: flex;
}

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

.tab_wrapper.is-sections {
  padding: 40px 0 0;
}

.h2-heading {
  max-width: 800px;
  font-family: ivymode, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.h2-heading.text-color-brown {
  color: var(--color-5);
}

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

.h2-heading.align-center.color-5, .h2-heading.color-5 {
  color: var(--color-5);
}

.h2-heading.is-large {
  max-width: 880px;
}

.flex-horizontal {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.flex-horizontal.color_rose-light {
  background-color: #e4dfd4;
}

.partner_wrap {
  justify-content: center;
  align-items: center;
  min-width: 130px;
  max-width: 200px;
  min-height: 50px;
  display: flex;
}

.partner_wrap.is-small {
  width: 160px;
  min-width: auto;
  max-width: none;
}

.logo-partner {
  flex: 1;
}

.logo-partner.filter-invert {
  filter: invert();
}

.item-line {
  width: 20px;
  height: 1px;
  padding-right: 0;
}

.item-line.is-space {
  background-color: var(--color-3);
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.logo-hero {
  position: absolute;
  inset: 0%;
}

.logo-hero.is-logo {
  flex: none;
  width: 100%;
  height: 100%;
  inset: auto;
}

.header_hover {
  z-index: 1;
  background-color: #0003;
  background-image: radial-gradient(circle at 50% 100%, #00000080, #0000 60%);
  position: absolute;
  inset: 0%;
}

.ancora {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}

.form_message {
  background-color: #0000;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

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

.contact-container.is-form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color_white);
  justify-content: center;
  align-items: stretch;
  padding: 40px;
}

.button01 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #cc7d45;
  border-radius: 0;
  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;
  position: relative;
}

.button01:hover {
  background-color: #fff;
  border-color: #fdc786;
}

.footer-info_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_flex {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.footer_logo_wrapper {
  margin-bottom: 8px;
}

.contact_link {
  color: var(--color-4);
  line-height: 1.5;
  text-decoration: none;
  transition: color .35s;
}

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

.footer_logo {
  height: 50px;
}

.footer_logo.is-large {
  height: 130px;
}

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

.form_wrapper {
  width: 100%;
}

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

.policy-flag {
  color: var(--color-1);
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.form_label {
  color: var(--color-2);
  margin-bottom: 0;
  font-weight: 400;
}

.dropdown_choice {
  color: var(--color_dark\<deleted\|variable-047e6a3d-ac3c-2a4a-d24e-b5261f34ced7\>);
  border-top: 1px solid #ddcdc361;
  font-size: 14px;
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.dropdown_choice:hover {
  background-color: #f0e9e5;
}

.dropdown_choice.w--current {
  color: var(--color_dark\<deleted\|variable-047e6a3d-ac3c-2a4a-d24e-b5261f34ced7\>);
}

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

.form_link-2 {
  color: var(--color-2);
  text-decoration: underline;
  transition: color .35s;
}

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

.dropdown_close {
  color: var(--color-1);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

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

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

.form_text {
  color: var(--color-2);
}

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

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-map_div {
  background-color: var(--color-3);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
}

.icon-map_div.color-01 {
  background-color: #79949a;
}

.icon-map_div.color-02 {
  background-color: #afbfc2;
}

.icon-map_div.color-03 {
  background-color: #d7b1a3;
}

.icon-map_div.color-04 {
  background-color: #cc9a88;
}

.text-numero {
  color: var(--color_white);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.text-contesto {
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  font-size: 12px;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20px;
  display: flex;
}

.arrow-down {
  width: 50px;
  height: 50px;
}

.div-block-13 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

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

.icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

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

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

.text-span {
  color: var(--color_cta\<deleted\|variable-94b6b5df-837c-4789-8b3b-c776d4a00ce7\>);
  font-weight: 400;
}

.slider-04_button-wrapper {
  flex-flow: column;
  display: flex;
}

.tabs-content {
  aspect-ratio: 16 / 9;
  min-height: 400px;
}

.tabs-content.is-sections {
  aspect-ratio: auto;
  aspect-ratio: auto;
  height: auto;
  min-height: 550px;
  overflow: visible;
}

.tabs-content.is-sections-copy {
  aspect-ratio: auto;
  min-height: auto;
  overflow: visible;
}

.div-block-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--color-2);
  letter-spacing: .5px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.icon-embed-xxsmall-3 {
  color: var(--color-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.gdpr_richtext strong {
  font-weight: 500;
}

.gdpr_richtext a {
  color: var(--color_dark\<deleted\|variable-047e6a3d-ac3c-2a4a-d24e-b5261f34ced7\>);
}

.gdpr_richtext h2 {
  font-size: 28px;
}

.gdpr_richtext p {
  max-width: none;
}

.gdpr_info {
  display: none;
}

.text-botton-tab {
  letter-spacing: 1px;
  text-transform: capitalize;
}

.pitto_wrap-2 {
  width: 60px;
}

.pitto_wrap-2.is-absolute {
  position: absolute;
  inset: -20px auto auto -30px;
}

.pittogramma-contain-2 {
  width: 60px;
}

.container-6 {
  flex-flow: column;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-6.is-large {
  max-width: 1600px;
}

.container-6.is-tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: none;
  padding-top: 0;
}

.subtitle-2 {
  z-index: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: semplicitapro, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.button-06_text-2 {
  z-index: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-end;
  margin-top: 2px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.tab_wrapper-2 {
  padding: 40px;
  display: flex;
}

.tab_wrapper-2.is-sections {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.text-inizitiva-2 {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  min-width: 150px;
  padding: 10px 10px 14px;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
}

.text-inizitiva-2.is-static {
  color: #fff;
  border-style: none;
  border-color: #000;
}

.text-inizitiva-2.is-static:hover {
  border-style: none;
}

.section_bg-2 {
  max-width: 100%;
  height: 80%;
  margin-bottom: 0%;
  position: absolute;
  inset: auto 0 0;
}

.section_bg-2.color_white-milk-medium {
  background-color: var(--color-4);
  height: 70%;
}

.button-06_bg-2 {
  z-index: 0;
  background-color: var(--color-1);
  color: var(--color-5);
  width: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.button-06-2 {
  border: 1.5px solid var(--color-1);
  color: var(--color-1);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  line-height: 1;
  text-decoration: none;
  transition: color .5s linear;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-06-2:hover {
  color: #fff;
}

.button-06-2.is-negative {
  background-color: #fff;
  border-style: none;
}

.tab-button-2 {
  opacity: .7;
  color: var(--color-2);
  background-color: #0000;
  border-bottom: 1px solid #0000;
  flex-flow: column;
  align-items: center;
  padding: 0;
  transition: background-color .35s, color .35s;
  display: flex;
}

.tab-button-2:hover {
  color: var(--color-1);
  background-color: #f0e8e34d;
}

.tab-button-2.w--current {
  border-bottom-color: var(--color-5);
  opacity: 1;
  color: var(--color-1);
  background-color: #0000;
}

.text-span-2 {
  letter-spacing: .5px;
}

.heading-h1 {
  color: var(--color-5);
  text-align: center;
  font-family: ivymode, sans-serif;
}

.heading-h1.text-color-white {
  color: var(--color_white);
}

.button-wrap {
  margin-top: 60px;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
}

.text-01 {
  font-size: 20px;
  font-weight: 400;
}

.h2-heading-2 {
  color: #643345;
  -webkit-text-stroke-width: .2px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #643345;
  letter-spacing: .5px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

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

.text-inizitiva-3 {
  color: #a33a64;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  border: 1px solid #ddcdc300;
  border-bottom-color: #96878580;
  min-width: 150px;
  padding: 10px 10px 14px;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
}

.text-inizitiva-3:hover {
  border: 1px solid #96878580;
}

.text-inizitiva-3.is-static {
  color: #fff;
  border-style: none;
  border-color: #000;
}

.text-inizitiva-3.is-static:hover {
  border-style: none;
}

.button-06_bg-3 {
  z-index: 0;
  background-color: #643345;
  width: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.text-contesto-2 {
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  font-size: 12px;
  font-weight: 500;
}

.button-06-3 {
  color: #643345;
  text-align: center;
  border: 1.5px solid #643345;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  line-height: 1;
  text-decoration: none;
  transition: color .5s linear;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-06-3:hover {
  color: #fff;
}

.button-06-3.is-negative {
  background-color: #fff;
  border-style: none;
}

.tab-button {
  opacity: .5;
  color: #a33a64;
  background-color: #ddd0;
  flex-flow: column;
  align-items: center;
  padding: 0;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  background-color: #ddd0;
}

.tab {
  width: 100%;
}

.gtm {
  display: none;
}

.paragraph-large {
  max-width: 53em;
}

.text-color-beige {
  color: var(--color-3);
}

.text-zoom {
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  bottom: -20px;
}

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

.color_light-dark {
  background-color: #e4dfd4;
}

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .note-legali {
    max-width: 100%;
  }

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

  .form_field {
    line-height: 20px;
  }

  .wrapper_contact-form {
    max-width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    overflow: auto;
  }

  .button-submit {
    margin-bottom: 30px;
  }

  .footer {
    max-width: 100vw;
    height: 100%;
    overflow: hidden;
  }

  .footer_link.capitalize {
    margin-top: 3px;
    margin-bottom: 6px;
  }

  .footer_row._w-border {
    grid-row-gap: 10px;
    flex-flow: column wrap;
  }

  .footer_txt {
    max-width: 90%;
  }

  .wrapper_navbar-main {
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: none;
    position: fixed;
    inset: 80px 0% 0%;
    overflow: auto;
  }

  .logo_main-navbar {
    background-image: none;
    width: 40px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0%;
    display: flex;
  }

  .logo_main-navbar.w--current {
    background-image: none;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .logo_main-navbar.tablet_display-none {
    display: none;
  }

  .container_nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container_nav-link.is-fix {
    position: static;
  }

  .txt_nav-link {
    font-size: 15px;
  }

  .hero-section {
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    position: relative;
  }

  .hero-section.is-technical {
    background-image: linear-gradient(355deg, var(--color_grey\<deleted\|variable-1269218a-bf93-0917-8c79-69034dd2732f\>) 13%, #0000), linear-gradient(to bottom, #00000082, #00000082), url('../images/TStock_Recina_Living_02_rev01.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .navbar-section {
    border-bottom-width: 1px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: flex;
    inset: 0% 0% auto;
  }

  .container_scroll-down {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .info-section._w-margin {
    padding-left: 10%;
    padding-right: 10%;
  }

  .info-section.no-padding {
    margin-top: 8%;
    margin-bottom: 8%;
  }

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

  .section-wrapper.full-wd {
    margin-bottom: 5%;
    padding-bottom: 0%;
  }

  .section-wrapper.full-wd.no-padding {
    margin-bottom: 0%;
  }

  .txt-quote.centered {
    font-size: 35px;
  }

  .wrapper-quote {
    max-width: 500px;
    line-height: 1.3;
  }

  .container_full-wd-pic {
    height: 65vw;
  }

  .focus-section {
    grid-column-gap: 0%;
    flex-direction: column;
    align-items: center;
    min-width: 700px;
    max-width: 80%;
  }

  .focus-section.inverted {
    grid-column-gap: 1%;
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin-right: auto;
    overflow: visible;
  }

  .focus-section_left {
    object-fit: cover;
    justify-content: center;
    align-self: center;
    min-width: 600px;
    max-width: 95%;
    max-height: 400px;
  }

  .text-wrapper {
    text-align: center;
    flex: none;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 40px;
  }

  .text-wrapper.inverted {
    max-width: 80%;
    margin-bottom: 40px;
  }

  .text-wrapper.is-width-50 {
    width: 100%;
    max-width: none;
  }

  .text-wrapper.is-auto {
    margin: auto;
  }

  .text-wrapper.is-border {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-wrapper.is-legenda {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle {
    top: 2%;
    left: 16%;
  }

  .subtitle.sub_contact-section {
    text-align: left;
  }

  .txt_base.info_focus-section {
    margin-bottom: 8%;
    font-size: 15px;
  }

  .txt_base.info_focus-section.contact-section_txt {
    text-align: left;
  }

  .title_section {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 38px;
  }

  .title_section.contact-padding {
    text-align: left;
  }

  .wrapper_language-switcher {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: 0%;
  }

  .container_navbar-links {
    grid-row-gap: 35px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-top: 50px;
    margin-left: 0%;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: auto;
  }

  .bg-full-wd_section {
    height: auto;
    min-height: auto;
  }

  .grid-section {
    height: auto;
  }

  .wrapper_contact-section-txt {
    background-position: 0 100%;
    align-items: flex-start;
    padding: 70px 20% 70px 35%;
  }

  .container_contact-txt {
    align-items: flex-start;
    max-width: 100%;
  }

  .dot-decor {
    margin-top: 5%;
  }

  .footer_info {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    border-bottom: 1px solid var(--silver\<deleted\|variable-43fdf193\>);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding: 50px 20px;
  }

  .footer-section_logos {
    grid-column-gap: 35px;
    grid-row-gap: 50px;
    flex-flow: column wrap;
    align-items: center;
    margin-top: 12%;
    padding-bottom: 20px;
  }

  .container_logo-footer {
    height: auto;
  }

  .container_logo-footer.promoter {
    width: 170px;
  }

  .container_logo-footer.rep {
    background-position: 50% -5%;
    width: 120px;
    height: 60px;
  }

  .container_logo-footer.studio {
    background-position: 50% 10%;
    width: 120px;
  }

  .divider_loghi-footer {
    display: none;
  }

  .popup_contact-form {
    background-color: var(--color_white-smoke);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
    inset: 0%;
    overflow: auto;
  }

  .x_close-form {
    position: fixed;
    inset: 20px 40px auto auto;
  }

  .left-arrow {
    outline-color: #0000;
  }

  .moodboard {
    min-height: 400px;
  }

  .moodboard._4-col {
    min-height: 35vw;
  }

  .section_bg {
    z-index: -1;
    height: auto;
    inset: 0%;
  }

  .section_bg.inverted {
    top: 0;
    bottom: 100px;
  }

  .image_element.prog_logge {
    max-width: 95%;
  }

  .container_logo-partner.flaminia, .container_logo-partner.zucchetti {
    min-height: 1.8vw;
    max-height: 3vw;
  }

  .container_logo-partner.novellini {
    min-height: 2.6vw;
    max-height: 3vw;
  }

  .container_logo-partner.berti {
    min-height: 1.8vw;
  }

  .container_logo-partner.florim {
    min-height: 3vw;
  }

  .container_logo-partner.linvisibile {
    min-height: 1.9vw;
    max-height: 3vw;
  }

  .container_logo-partner.kos {
    min-height: 2.2vw;
    max-height: 3vw;
  }

  .container_footer-info {
    max-width: 70%;
    height: 100%;
  }

  .slider02_container {
    flex: 1;
  }

  .pattern_footer.sx {
    background-position: 100%;
    background-repeat: repeat-x;
    background-attachment: fixed;
    align-self: stretch;
  }

  .pattern_footer.dx {
    background-position: 0%;
    background-attachment: fixed;
  }

  .pop-up-form_capitolato {
    background-image: linear-gradient(#becad3e8, #becad3e8);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
  }

  .x-menu {
    cursor: pointer;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 0;
    padding: 0;
    display: flex;
    position: absolute;
    left: auto;
    right: 40px;
    overflow: hidden;
  }

  .lottie-animation {
    align-self: flex-end;
    width: 30px;
    height: 30px;
  }

  .burger-menu_logo {
    height: 100%;
    display: block;
  }

  .wrapper_navbar-links {
    grid-row-gap: 20px;
    background-color: var(--color_white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .wrapper_burger-logo {
    height: 40px;
    display: flex;
  }

  .banner_text {
    line-height: 1.3;
  }

  .banner_title {
    font-size: 2.1em;
  }

  .banner_btn {
    margin-left: 5px;
    margin-right: 5px;
  }

  .banner_component {
    display: none;
  }

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

  .image_wrapper.is-width-50 {
    width: 100%;
  }

  .image_wrapper.is-detail {
    margin-bottom: 20px;
  }

  .image_wrapper.is-map {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .flex, .flex.gap-large, .flex.gap-large {
    flex-flow: column;
  }

  .flex.gap-large.is-tablet-reverse {
    flex-flow: column-reverse;
  }

  .flex.gap-large-copy {
    flex-flow: column;
  }

  .text-inizitiva {
    font-size: 24px;
  }

  .card_container.is-width-50 {
    width: 100%;
    height: 500px;
  }

  .card_container.is-width-50-copy {
    width: 100%;
    height: 600px;
  }

  .lightbox_image_wrapper {
    flex: none;
  }

  .slider-05_lightbox_container {
    min-height: auto;
    max-height: none;
  }

  .slider-05_lightbox_container.is-vertical.height {
    height: calc(70vh - 90px);
    min-height: 500px;
  }

  .lightbox_list {
    justify-content: space-around;
  }

  .lightbox_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 45px;
    justify-content: space-around;
    align-self: stretch;
    display: flex;
  }

  .slider-04_wrapper {
    flex-flow: column;
    width: 100%;
  }

  .slider04_container {
    flex: 1;
  }

  .slider-04_button {
    border-bottom-color: #c78f7a80;
  }

  .tabs {
    flex-flow: column;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .tabs-menu.is-sections {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .tab_wrapper.is-sections {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .flex-horizontal.is-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-container {
    align-items: center;
    width: 100%;
  }

  .footer-info_wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .footer_flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: center;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: stretch;
    place-items: start stretch;
    max-width: none;
    display: grid;
  }

  .footer_logo_wrapper {
    width: 100%;
  }

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

  .div-block-11 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .navbar-wrapper {
    z-index: 2;
    background-color: var(--color_white);
    justify-content: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: relative;
  }

  .nav_links_wrapper {
    flex-flow: column;
    margin-top: auto;
    margin-bottom: auto;
  }

  .slider-04_button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .tabs-content {
    aspect-ratio: 16 / 9;
    min-height: auto;
  }

  .div-block-15 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .subtitle-2 {
    top: 2%;
    left: 16%;
  }

  .section_bg-2 {
    z-index: -1;
    height: auto;
    inset: 0%;
  }

  .tab-button-2 {
    border-bottom-color: #c78f7a80;
  }

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

  .text-contesto-2, .text-zoom {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .note_txt h1, .note_txt h2 {
    font-family: goldenbook;
    font-weight: 600;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .banner_text-link {
    margin-right: 8px;
  }

  .footer_row._w-border {
    border-bottom: 1px solid var(--silver\<deleted\|variable-43fdf193\>);
    min-width: 80%;
  }

  .footer_txt {
    max-width: 80%;
  }

  .hero-section {
    justify-content: center;
    min-height: 650px;
  }

  .container_scroll-down {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .info-section._w-margin {
    padding-top: 10%;
  }

  .section-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .txt-quote.centered {
    font-size: 30px;
  }

  .wrapper-quote {
    max-width: 450px;
  }

  .focus-section {
    min-width: 300px;
    max-width: 100%;
  }

  .focus-section_left {
    min-width: 450px;
  }

  .text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subtitle {
    font-size: 14px;
  }

  .subtitle.sub_contact-section, .txt_base.info_focus-section.contact-section_txt {
    text-align: center;
  }

  .title_section {
    margin-bottom: 10px;
  }

  .title_section.contact-padding {
    text-align: center;
  }

  .grid-section {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: 400px minmax(300px, auto) 100px 250px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-height: none;
  }

  .wrapper_contact-section-txt {
    background-size: 170px;
    padding: 60px 20% 110px;
  }

  .container_contact-txt {
    align-items: center;
  }

  .footer_info {
    width: 80%;
  }

  .footer-section_logos {
    grid-column-gap: 60px;
    align-content: center;
    align-items: center;
    max-width: 80%;
    margin-top: 60px;
  }

  .popup_contact-form {
    display: none;
  }

  .container_gallery-card {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .moodboard {
    min-height: 300px;
  }

  .moodboard._4-col {
    grid-row-gap: 6px;
    min-height: 85vw;
  }

  .moodboard_img.prog02 {
    min-width: 250px;
  }

  .moodboard_img.prog01 {
    min-width: 500px;
    max-width: 100%;
  }

  .moodboard_img.prog03 {
    min-width: 250px;
  }

  .container_logo-partner.flaminia {
    min-height: 2.3vw;
  }

  .container_logo-partner.zucchetti {
    min-height: 2.5vw;
  }

  .container_logo-partner.novellini {
    min-height: 3.5vw;
    max-height: 4vw;
  }

  .container_logo-partner.berti {
    min-height: 2.6vw;
    max-height: 3vw;
  }

  .container_logo-partner.florim {
    min-height: 3.7vw;
    max-height: 4vw;
  }

  .container_logo-partner.linvisibile {
    min-height: 2.6vw;
  }

  .container_logo-partner.anaunia {
    min-height: 2.7vw;
  }

  .container_logo-partner.kos {
    min-height: 2.8vw;
  }

  .container_footer-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .wrapper_hero-animation {
    margin-bottom: 20px;
  }

  .intro_title {
    font-size: 26px;
    line-height: 38px;
  }

  .pattern_footer.sx, .pattern_footer.dx, .pop-up-form_capitolato {
    display: none;
  }

  .burger-menu_logo {
    max-width: 90%;
  }

  .wrapper_navbar-links {
    display: none;
  }

  .prefs_buttons-wrapper.pref {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: center;
  }

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

  .banner_text {
    margin-right: 0;
  }

  .prefs_component {
    display: none;
  }

  .banner_text-link-2 {
    margin-right: 8px;
    font-size: 15px;
  }

  .banner_title {
    font-size: 2em;
  }

  .banner_close.pref {
    margin-left: 0;
    left: auto;
  }

  .prefs_title {
    font-size: 20px;
  }

  .banner_btn {
    flex: 1;
  }

  .banner_btn.banner {
    flex: 0 auto;
  }

  .banner_title_wrap {
    align-items: center;
  }

  .banner_component {
    display: none;
  }

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

  .contact_component {
    padding: 40px;
  }

  .button-06.is-plus {
    width: 35px;
    height: 35px;
  }

  .text-inizitiva {
    font-size: 20px;
  }

  .card_container.is-width-50, .card_container.is-width-50-copy {
    height: 400px;
  }

  .slider-05_lightbox_container.is-vertical.height {
    height: calc(40vh - 90px);
    min-height: 550px;
    padding-bottom: 100px;
  }

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

  .lightbox_text.padding {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    left: 5px;
  }

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

  .slider04 {
    min-width: auto;
  }

  .slider04_container {
    max-width: 100%;
  }

  .slider-04_button {
    flex: 1;
    min-width: 10px;
  }

  .slider-04_button.is-active {
    flex: none;
  }

  .tabs-menu, .tabs-menu.is-sections {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h2-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .contact-container {
    flex-direction: column;
    align-items: center;
  }

  .navbar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-04_button-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .subtitle-2 {
    font-size: 14px;
  }

  .tab-button-2 {
    border-bottom-color: var(--color-5);
  }

  .text-inizitiva-3 {
    min-width: 120px;
  }
}

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

  h2 {
    font-size: 22px;
    line-height: 30px;
  }

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

  .form-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-submit {
    margin-bottom: 30px;
  }

  .footer_link.capitalize.banner_text-link {
    margin-bottom: 0;
  }

  .banner_text-link {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .prefs_open-txt {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }

  .footer_row.note {
    max-width: 98%;
  }

  .footer_row._w-border {
    grid-row-gap: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 0%;
  }

  .footer_txt {
    max-width: 95%;
    margin-bottom: 0;
    line-height: 1.4;
  }

  .wrapper_navbar-main {
    display: none;
    top: 60px;
  }

  .logo_main-navbar {
    width: 30px;
    height: 40px;
  }

  .hero-section {
    justify-content: flex-end;
    align-items: center;
  }

  .navbar-section {
    height: 60px;
    display: flex;
  }

  .info-section._w-margin.no-padding {
    margin-top: 10%;
  }

  .section-wrapper {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt-quote.centered {
    line-height: 1.2;
  }

  .wrapper-quote {
    max-width: 450px;
  }

  .container_full-wd-pic {
    height: 80vw;
  }

  .focus-section {
    min-width: 300px;
    max-width: 95%;
  }

  .focus-section_left {
    min-width: 340px;
  }

  .text-wrapper.inverted {
    min-width: 300px;
    max-width: 95%;
  }

  .text-wrapper.is-legenda {
    justify-content: center;
    align-items: flex-start;
  }

  .text-wrapper.pad-bot-0px.align-center.text-align-center {
    padding-left: 0;
    padding-right: 0;
  }

  .subtitle.sub_contact-section {
    text-align: center;
  }

  .txt_base.info_focus-section.contact-section_txt {
    text-align: center;
    max-width: 80%;
  }

  .title_section {
    font-size: 30px;
  }

  .wrapper_language-switcher {
    margin-top: 15px;
  }

  .grid-section {
    grid-template-rows: 250px minmax(300px, auto) 100px 100px;
    grid-template-columns: 1fr;
  }

  .wrapper_contact-section-txt {
    background-size: 150px;
    padding-top: 50px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .container_contact-txt {
    text-align: center;
    align-items: center;
  }

  .footer_info {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
    width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-section_logos {
    flex-direction: column;
  }

  .popup_contact-form {
    display: none;
  }

  .moodboard {
    min-height: 200px;
  }

  .moodboard._4-col {
    grid-row-gap: 6px;
    min-height: 45vh;
  }

  .moodboard_img.prog02 {
    min-width: 120px;
  }

  .moodboard_img.prog01 {
    min-width: 350px;
  }

  .moodboard_img.prog03 {
    min-width: 120px;
  }

  .info-partner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container_logo-partner.flaminia, .container_logo-partner.zucchetti {
    min-height: 4vw;
    max-height: 4vw;
  }

  .container_logo-partner.novellini {
    min-height: 6vw;
    max-height: 6vw;
  }

  .container_logo-partner.berti {
    min-height: 4vw;
    max-height: 4vw;
  }

  .container_logo-partner.florim {
    min-height: 6.5vw;
    max-height: 7vw;
  }

  .container_logo-partner.linvisibile {
    min-height: 4.3vw;
    max-height: 5vw;
  }

  .container_logo-partner.anaunia {
    min-height: 5.2vw;
    max-height: 5.5vw;
  }

  .container_logo-partner.kos {
    min-height: 5vw;
    max-height: 5vw;
  }

  .container_footer-info {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .slider02_container {
    width: 260px;
    margin-right: 0;
  }

  .page-wrap {
    padding-top: 12%;
  }

  .pattern_footer.sx, .pattern_footer.dx, .pop-up-form_capitolato {
    display: none;
  }

  .x-menu {
    right: 20px;
  }

  .burger-menu_logo {
    max-width: 75%;
    height: 95%;
  }

  .prefs_buttons-wrapper.pref {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .banner_wrap {
    padding: 20px;
  }

  .banner_text {
    margin-right: 0;
    line-height: 1.3;
  }

  .prefs_component {
    padding: 24px;
    display: none;
  }

  .banner_container {
    grid-row-gap: 15px;
  }

  .banner_text-link-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .banner_title {
    font-size: 2em;
  }

  .banner_buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

  .banner_btn {
    margin-top: 5px;
  }

  .banner_btn.submit {
    align-self: auto;
  }

  .banner_title_wrap {
    grid-row-gap: 15px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .banner-prefs {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .banner_component {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .image_wrapper {
    line-height: 1.4px;
  }

  .image_wrapper.is-detail {
    width: auto;
  }

  .image_wrapper.is-map {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .contact_component.is-bg-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-06 {
    padding: 10px 20px;
  }

  .button-06.is-plus {
    flex-flow: row;
    width: 25px;
    height: 25px;
    bottom: 10px;
    left: auto;
    right: auto;
  }

  .logo_wrap {
    width: 200px;
  }

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

  .slider-05_lightbox_container.is-vertical.height {
    min-height: 400px;
  }

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

  .lightbox_wrapper {
    flex-direction: column;
  }

  .lightbox_grid_title {
    font-size: 12px;
  }

  .slider-04_button_container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .slider-04_button.is-active {
    flex: 1;
    font-size: 0;
  }

  .tabs-menu {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .tabs-menu.is-sections {
    grid-template-columns: 1fr;
  }

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

  .h2-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .header_hover {
    background-image: radial-gradient(circle at 50% 100%, #00000080, #0000 60%);
    font-size: 9vw;
  }

  .contact-container {
    width: 100%;
  }

  .contact-container.is-form {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .form_wrapper {
    width: 100%;
  }

  .slider-04_button-wrapper {
    flex-flow: column;
    display: flex;
  }

  .div-block-15 {
    display: flex;
  }

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

  .text-botton-tab {
    font-size: 18px;
  }

  .pitto_wrap-2.is-absolute {
    width: 40px;
    left: -20px;
  }

  .pittogramma-contain-2 {
    width: 40px;
  }

  .button-06-2 {
    padding: 10px 20px;
  }

  .text-inizitiva-3 {
    min-width: 80px;
  }

  .button-06-3 {
    padding: 10px 20px;
  }

  .text-zoom {
    bottom: auto;
    left: 35px;
  }
}

#w-node-a9e65601-3dbd-45eb-4724-54c95e026c1c-ca45957b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6b99073-6fb9-9155-8a4a-125155124e95-ca45957b {
  grid-area: 1 / 1 / 5 / 2;
}

#w-node-_55112b14-e7c8-740b-9ad7-8ed4f2cb3f0d-ca45957b {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_83d885af-8b95-2153-e61a-42a3bcc9451c-ca45957b {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_58bf5022-7faf-b327-a7fd-32db4bfe9629-ca45957b {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-_833238ca-19f6-7447-3c0c-e8e22947f4aa-ca45957b {
  grid-area: 3 / 3 / 5 / 5;
}

#w-node-a4eae9af-4adb-d8b6-35ec-edcdaeb1431f-aeb1430d, #w-node-a4eae9af-4adb-d8b6-35ec-edcdaeb1432b-aeb1430d, #w-node-a4eae9af-4adb-d8b6-35ec-edcdaeb14363-aeb1430d, #policyFlagsContainer.w-node-a4eae9af-4adb-d8b6-35ec-edcdaeb14366-aeb1430d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a4eae9af-4adb-d8b6-35ec-edcdaeb14369-aeb1430d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-a4eae9af-4adb-d8b6-35ec-edcdaeb1436a-aeb1430d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_83d885af-8b95-2153-e61a-42a3bcc9451c-ca45957b {
    grid-column-end: 5;
  }

  #w-node-_95412bb6-3219-51c1-63c3-c6546b343b18-6b343b0c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5edfb0b0-3299-7480-cd51-7120c62e83b3-6b343b0c {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e6b99073-6fb9-9155-8a4a-125155124e95-ca45957b {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_55112b14-e7c8-740b-9ad7-8ed4f2cb3f0d-ca45957b {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_83d885af-8b95-2153-e61a-42a3bcc9451c-ca45957b {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_58bf5022-7faf-b327-a7fd-32db4bfe9629-ca45957b {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_833238ca-19f6-7447-3c0c-e8e22947f4aa-ca45957b {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-a4eae9af-4adb-d8b6-35ec-edcdaeb1431f-aeb1430d, #w-node-a4eae9af-4adb-d8b6-35ec-edcdaeb1432b-aeb1430d, #w-node-a4eae9af-4adb-d8b6-35ec-edcdaeb14363-aeb1430d, #policyFlagsContainer.w-node-a4eae9af-4adb-d8b6-35ec-edcdaeb14366-aeb1430d, #w-node-a4eae9af-4adb-d8b6-35ec-edcdaeb14369-aeb1430d {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e6b99073-6fb9-9155-8a4a-125155124e95-ca45957b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_55112b14-e7c8-740b-9ad7-8ed4f2cb3f0d-ca45957b {
    grid-column-end: 2;
  }

  #w-node-_83d885af-8b95-2153-e61a-42a3bcc9451c-ca45957b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_58bf5022-7faf-b327-a7fd-32db4bfe9629-ca45957b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_833238ca-19f6-7447-3c0c-e8e22947f4aa-ca45957b {
    grid-area: 4 / 1 / 5 / 2;
  }
}


