:root {
  --slate-grey: #a2ad6e;
  --navigatori: #8d5757;
  --black: black;
  --white: white;
  --dark-slate-grey: #223730;
  --white-smoke: #efefef;
  --lightgreen-30: #ede0b3;
  --light-green: #8e284f;
  --navigatori-40: #e7c2b4;
}

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Karla, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: minerva-modern, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

h4 {
  color: var(--slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: minerva-modern, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

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 {
  z-index: 10;
  max-width: 100%;
  display: inline-block;
  position: relative;
}

strong {
  font-weight: bold;
}

.tech_background {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding: 80px 20px;
  display: flex;
}

.tech_wrap {
  text-align: center;
  background-color: #00000014;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 800px;
  max-width: 100%;
  min-height: 600px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px;
  display: flex;
}

.page_contatto {
  color: #422020;
  background-image: url('../images/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 45px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.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 {
  color: var(--navigatori);
  font-family: minerva-modern, sans-serif;
  font-size: 24px;
}

.note_txt a {
  color: var(--navigatori);
}

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

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

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

.note-legali h3 {
  color: var(--navigatori);
  margin-bottom: 5px;
  font-size: 16px;
  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 {
  text-align: left;
  background-color: #ffe837;
  flex-direction: column;
  margin-bottom: 0;
  padding: 40px 15%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  display: none;
}

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

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

.checkbox {
  color: var(--black);
}

.form-block {
  width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form_field {
  background-color: var(--white);
  border: 1px solid #000;
}

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

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

.esempio-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.button-submit {
  align-self: center;
  min-width: 30%;
}

.footer {
  flex-direction: column;
  align-items: center;
  padding: 40px 150px 80px;
  display: flex;
}

.footer.en {
  padding-bottom: 0px;
}

.footer_link {
  color: var(--navigatori);
  cursor: pointer;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
}

.footer_link:hover {
  color: var(--dark-slate-grey);
}

.navbar {
  z-index: 50;
  justify-content: flex-end;
  align-items: stretch;
  height: 80px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.navbar-sticky {
  z-index: 100;
  border-bottom: 1px solid var(--dark-slate-grey);
  background-color: #a2ad6e;
  justify-content: space-between;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
}

.navbar.navbar-sticky.nav-ty {
  display: flex;
}

.tabella {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab_cell {
  border: 1px #333;
  border-style: none none solid solid;
  padding: 10px 20px;
}

.tab_cell.last {
  border-right-style: solid;
}

.tab_cell.head {
  color: #fff;
  background-color: #c16544;
  border-style: solid;
  border-color: #e7c2b4;
}

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

.tab_wrap {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab_link {
  color: #4353ff;
}

.tab_link:hover {
  color: #707cff;
}

.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 {
  margin-top: 10px;
}

.footer_row.footer_links {
  margin-top: 40px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer_txt {
  color: var(--dark-slate-grey);
  font-size: .8em;
}

.check-txt {
  color: #fff;
  margin-bottom: 10px;
  font-size: 12px;
}

.check-txt.campi-obb {
  margin-top: 20px;
  margin-bottom: 20px;
}

.background-video {
  background-image: linear-gradient(#0000004d, #0000), radial-gradient(circle, #0000004d, #0000);
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: absolute;
  inset: 0%;
}

.logo-foro {
  width: 100%;
  max-width: 120px;
  margin-bottom: 30px;
}

.heading-hero {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: minerva-modern, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 35px;
}

.heading-hero.hh-int {
  margin-bottom: 75px;
}

.heading-hero.hh-int.is-promo {
  background-color: var(--dark-slate-grey);
  white-space: nowrap;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
}

.heading-hero.hh-int.is-promo.bg-arancio {
  background-color: var(--navigatori);
}

.heading-hero.hh-int.is-promo.comfort-style {
  border: 1px solid var(--lightgreen-30);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #22373000;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 55px;
}

.heading-hero.hh-int.is-promo.comfort-style.in-promo {
  background-color: var(--white);
  color: var(--navigatori);
  border-style: none;
}

.heading-hero.hh-int.is-promo.comfort-style.in-promo.is-hide {
  display: none;
}

.heading-hero.hh-int.is-promo.small {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 21px;
  line-height: 30px;
}

.heading-hero.is-promo01 {
  background-color: var(--navigatori);
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 50px;
  margin-bottom: 40px;
  padding: 5px 20px;
}

.heading-hero.is-promo01.is-small {
  margin-bottom: 20px;
  font-size: 28px;
}

.form_link-2 {
  color: #f3dfda;
}

.hero-col-right {
  z-index: 2;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

.hero-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 350px;
  padding-bottom: 60px;
  display: flex;
}

.hero-content.is-promo {
  z-index: 5;
  max-width: 500px;
  padding-bottom: 40px;
}

.hero-content.is-promo.comfort-style {
  max-width: none;
}

.hero-content.is-promo._w-00 {
  max-width: 600px;
}

.close-btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 50px;
  display: flex;
  position: absolute;
  inset: 0% 50px auto auto;
}

.hero-p {
  font-size: 15px;
  line-height: 20px;
}

.intro_form {
  color: #fff;
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
  font-family: minerva-modern, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.form_field-2 {
  color: #fff;
  background-color: #0000;
}

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

.form-block-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.checkbox-2 {
  color: #000;
}

.checkbox-2.w--redirected-checked {
  background-color: #e7c2b4;
  border-color: #e7c2b4;
}

.cta-light {
  color: #c16544;
  letter-spacing: 2px;
  background-color: #fff;
  align-self: center;
  min-width: 30%;
  font-weight: 700;
  transition: all .2s;
}

.cta-light:hover {
  background-color: #e7c2b4;
}

.form-wrapper {
  z-index: 50;
  background-image: linear-gradient(#c16544eb, #c16544eb), url('../images/Navigatori_VPExterior_15_Rev08-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  max-width: 900px;
  padding: 120px 40px 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.hero-txt {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.stick {
  background-color: #fff;
  width: 30px;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
}

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

.hero {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  display: flex;
}

.hero.hero-progetto {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Navigatori_VPExterior_15_Rev08-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.hero-appartamenti {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Navigatori_VPInterior_06_REV002-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.hero-interni {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Navigatori_VPInt10_LivingQuadri_REV02-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.hero-servizi {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Navigatori_VPInterior_01_rev04-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.hero-contesto {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_7747-copia.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.hero-gallery {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Navigatori_VPExterior_13_Rev07-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.hero-contatti {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Navigatori_VPexterior_terrazzo_Post-copia.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.hero-promo {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Navigatori_VP-Exterior_02_Rev08_rosso-copia_1920.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.promo_comfort-style {
  background-image: linear-gradient(0deg, #000c, #fff0 67%), linear-gradient(#0003, #0003), url('../images/Navigatori_VPInterior_05_REV002-copia.webp'), url('../images/Impreme-Navigatori-Moodboard-B2C_rev12_32-copia.webp');
  background-position: 0 0, 0 0, 50% 100%, 50% 90%;
  background-repeat: repeat, repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover, cover;
}

.hero.exclusive-promotion {
  background-image: linear-gradient(0deg, #00000080, #fff0), linear-gradient(#00000080, #fff0 50%), linear-gradient(#0003, #0003), url('../images/Navigatori_VPInterior_05_REV002-copia.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
}

.hero.hero-news {
  background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1400503993-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.promo_coming-soon {
  background-image: linear-gradient(0deg, #000c, #fff0 69%), linear-gradient(#0000004d, #0000004d), url('../images/Navigatori_VPInterior_05_REV002-copia.webp'), url('../images/Impreme-Navigatori-Moodboard-B2C_rev12_32-copia.webp');
  background-position: 0 0, 0 0, 50% 100%, 50% 90%;
  background-repeat: repeat, repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover, cover;
}

.hero.promo_02 {
  background-image: linear-gradient(0deg, #000c, #fff0 67%), linear-gradient(#0003, #0003), url('../images/Navigatori_VPInterior_06_REV002-copia.webp');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  min-height: 800px;
}

.cta-form {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #c16544;
  margin-top: 30px;
  padding: 10px 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.cta-form:hover {
  color: #c16544;
  background-color: #e7c2b4;
}

.checkbox_label-2 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

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

.banner_text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
}

.banner_buttons-wrapper {
  flex-direction: column;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.close-asta {
  z-index: 1;
  background-color: #c16544;
  width: 2px;
  height: 50%;
  position: absolute;
  transform: rotate(45deg);
}

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

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

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

.banner_container {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner_component {
  z-index: 998;
  background-color: #fff;
  flex-direction: column;
  max-width: 350px;
  padding: 24px 32px;
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  box-shadow: 0 0 14px 3px #0000001a;
}

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

.banner_close.pref {
  top: 0;
  right: 0;
}

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

.banner_link {
  color: #c16544;
}

.banner_link:hover {
  color: #f3dfda;
}

.banner_btn {
  text-align: center;
  background-color: #c16544;
  border: 2px solid #c16544;
  border-radius: 500px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.banner_btn:hover {
  background-color: #f3dfda;
  border-color: #f3dfda;
}

.banner_btn.alt {
  color: #c16544;
  background-color: #fff;
}

.banner_btn.alt:hover {
  color: #f3dfda;
}

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

.prefs_checkbox-label {
  display: none;
}

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

.prefs_label {
  text-align: right;
  width: 60px;
  font-weight: 700;
}

.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 {
  background-color: #c16544;
  background-image: url('../images/check_dot.svg');
  background-position: 100%;
  background-size: contain;
  border-color: #c16544;
}

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

.prefs_nascondi {
  display: none;
}

.prefs_form {
  flex: none;
  width: 100%;
  max-width: 600px;
  margin-top: auto;
  margin-bottom: auto;
  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;
}

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

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

.banner_title {
  color: #383838;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.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-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_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_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

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

.prefs_title {
  color: #5c5c5c;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
}

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

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

.sub-title-hero {
  color: var(--white-smoke);
  font-family: minerva-modern, sans-serif;
  font-weight: 400;
}

.scroll-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  height: 40px;
  margin-top: 60px;
  text-decoration: none;
  display: flex;
}

.scroll-container.w--current {
  width: 130px;
  margin-top: 50px;
}

.scroll-container.is-promo {
  height: 70px;
  margin-top: 60px;
}

.scroll-container.exclusive-promo {
  margin-top: 10px;
}

.arrow-sdp {
  max-width: 35px;
  margin-top: -5px;
}

.arrow-sdp.arrow-3.is-small, .arrow-sdp.arrow-2.is-small, .arrow-sdp.arrow-1.is-small {
  max-width: 20px;
}

.partner_role {
  border-bottom: 1px solid #c16544;
  margin-bottom: 20px;
  padding-bottom: 2px;
}

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

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

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

.logo-footer {
  width: 100%;
  max-width: 200px;
  max-height: 45px;
}

.logo-footer.savills {
  max-height: 60px;
}

.logo-footer.beliving {
  width: auto;
  max-width: none;
  height: 60px;
  max-height: 65px;
}

.logo-footer.mca {
  max-height: 30px;
}

.logo-footer.lumi {
  max-height: 60px;
}

.break-section {
  background-color: #a56363;
  background-image: url('../images/break-bg.svg');
  background-position: 10% 100%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 150px;
  display: flex;
}

.break-section.is-promo {
  background-image: url('../images/FoRoLiving_green-texture.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
}

.break-deco {
  width: 70px;
  margin-bottom: 10px;
}

.break-txt {
  color: #e7c2b4;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 380px;
  font-family: minerva-modern, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.break-high {
  color: var(--white-smoke);
}

.section-img-txt {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 140px 150px;
  display: grid;
  position: relative;
  overflow: hidden;
}



.section-img-txt-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 40px 150px;
  display: grid;
  position: relative;
  overflow: hidden;
}


.section-img-txt.grey-bg {
  background-color: #f9f9f9;
}

.section-img-txt.grey-bg.is-flex {
  flex-flow: column;
  display: flex;
}

.section-img-txt.grey-bg.is-logo-partners {
  flex-flow: column;
  padding-top: 100px;
  display: flex;
}

.section-img-txt.no-pad-dx {
  grid-template-columns: 1fr 2.5fr;
  padding-right: 0;
}

.section-img-txt.no-pad-dx.lgreen-bg {
  background-color: var(--lightgreen-30);
}

.section-img-txt.no-pad-dx.lgreen-bg.padding-sx-40 {
  padding-left: 40px;
}

.section-img-txt.no-pad-dx.section-gallery {
  display: flex;
}

.section-img-txt.green-bg {
  background-color: var(--lightgreen-30);
}

.section-img-txt.centred {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-img-txt.centred.dgreen-bg.is-promo {
  padding-left: 60px;
  padding-right: 60px;
}

.section-img-txt.centred.hide {
  display: none;
}

.section-img-txt.centred.promo {
  background-image: url('../images/deco01.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 400px;
}

.section-img-txt.centred.promo.padding-dx-sx {
  padding-left: 100px;
  padding-right: 100px;
}

.section-img-txt.centred.pad-0px {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-img-txt.centred.pad-bot-0px {
  padding: 0;
}

.section-img-txt.centred.pad-small {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
}

.section-img-txt.no-pad-sx {
  grid-template-columns: 2.5fr 1fr;
  padding-left: 0;
}

.section-img-txt.no-pad-sx.lgreen-bg {
  background-color: var(--lightgreen-30);
}

.section-img-txt.no-pad-sx.grey-bg.no-pad-btn {
  padding-bottom: 0;
}

.section-img-txt.no-pad-sx.int-tour {
  grid-column-gap: 0px;
}

.section-img-txt.no-pad-sx.no-pad-btn {
  padding-bottom: 0;
  padding-right: 40px;
}

.section-img-txt.pb-0 {
  padding-bottom: 0;
}

.section-img-txt.section-map {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #a2ad6e;
  background-position: 50px 100%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  grid-template-columns: 3fr 1fr;
}

.section-img-txt.section-map.big-section-contatti {
  grid-column-gap: 60px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 3fr;
}

.section-img-txt.lgreen-bg {
  background-color: var(--lightgreen-30);
}

.section-img-txt.dgreen-bg {
  background-color: #dddddd;
}

.section-img-txt._3-cols {
  grid-template-columns: 1fr 1fr 1fr;
}

.section-img-txt._3-cols.lgreen-bg.gallery-section {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
}

.section-img-txt.home-section.no-pad-sx.lgreen-bg {
  align-items: center;
}

.section-img-txt.is-logo-partners {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.section-img-txt.is-logo-partners.lgreen-bg.pad-small {
  padding-top: 0;
  padding-bottom: 60px;
}

.text-col {
  z-index: 11;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 275px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.text-col.lgreen-bg {
  background-color: var(--lightgreen-30);
}

.text-col.lgreen-bg.int-tour-text-col {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-col.gallery-txt-col {
  min-height: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-col.text-centred {
  margin-bottom: 60px;
}

.text-col.text-centred.margin-0px {
  margin-bottom: 0;
}

.text-col.col-promo {
  background-color: var(--lightgreen-30);
  text-align: center;
  padding: 60px 60px 40px;
}

.section-name-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 140px;
  height: 65px;
  display: flex;
  position: absolute;
  top: 140px;
  left: 0;
}

.section-name-wrap.sn-right {
  align-items: flex-start;
  left: auto;
  right: 0;
}

.line-section-name {
  background-color: var(--navigatori);
  width: 140px;
  height: 1px;
  position: absolute;
}

.line-section-name.line-top {
  top: 0;
}

.line-section-name.line-bottom {
  bottom: 0;
}

.section-name {
  z-index: 5;
  background-color: #ffdbd6;
  color: var(--slate-grey);
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  position: relative;
}

.section-name.grey-bg {
  background-color: #f9f9f9;
}

.section-name.lgreen-bg {
  background-color: var(--lightgreen-30);
}

.section-name.dgreen-bg {
  background-color: #a2ad6e;
  color: var(--lightgreen-30);
}

.text-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.text-wrap.service-gallery-txt {
  width: 200px;
}

.text-wrap.in-promo {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.text-wrap.is-auto {
  max-width: none;
}

.text-wrap.is-medium {
  max-width: 600px;
}

.title {
  color: var(--dark-slate-grey);
  margin-top: 0;
}

.title.is-orange {
  color: var(--navigatori);
  white-space: normal;
}

.title.is-white {
  color: var(--white);
}

.title.is-green-light {
  color: #ffffff;
  white-space: nowrap;
  font-size: 26px;
}

.title.breaking-normal {
  white-space: normal;
}

.subtitle {
  margin-top: 0;
}

.subtitle.title-service-gallery {
  color: #c2ccbb;
  text-transform: uppercase;
  text-transform: uppercase;
  font-style: normal;
}

.subtitle.is-promo02 {
  font-size: 22px;
  line-height: 30px;
}

.subtitle.in-promo {
  margin-bottom: 40px;
}

.par {
  color: var(--dark-slate-grey);
  margin-top: 25px;
}

.par.service-par {
  color: var(--lightgreen-30);
  margin-top: 10px;
}

.par.mt-0 {
  margin-top: 0;
}

.par.in-promo {
  margin-top: 0;
  margin-bottom: 0;
}

.par.in-promo.is-last {
  margin-bottom: 20px;
}

.par.break {
  color: var(--white-smoke);
  text-align: center;
  max-width: 600px;
}

.cta {
  background-color: var(--navigatori);
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-image: url('../images/2.png');
  background-position: -13px -15px;
  background-repeat: no-repeat;
  background-size: auto 70px;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-top: 40px;
  padding: 10px 40px;
  font-family: minerva-modern, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

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

.cta.cta-gallery-lb {
  margin-top: 0;
}

.cta.cta-form {
  font-weight: 400;
}

.cta.cta-submit {
  background-color: var(--navigatori-40);
  color: var(--navigatori);
  background-image: none;
  align-self: center;
  width: 200px;
}

.cta.cta-submit:hover {
  background-color: var(--lightgreen-30);
}

.cta.is-negative {
  background-color: var(--dark-slate-grey);
}

.cta.is-negative:hover {
  background-color: var(--slate-grey);
}

.cta.is-negative.margin-bot {
  margin-top: 0;
  margin-bottom: 40px;
}

.fullimg-section {
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 56.25%;
}

.fullimg-section.full-hp-01 {
  background-image: url('../images/Image1_sky.webp');
}

.fullimg-section.full-hp-02 {
  background-image: url('../images/Image1_005.webp');
}

.fullimg-section.full-prog-01 {
  background-image: url('../images/Navigatori_VPInterior_01_rev04-copia.webp');
}

.fullimg-section.full-prog-02 {
  background-image: url('../images/Navigatori_VPExterior_17_Rev05-copia.webp');
}

.fullimg-section.full-apt-01 {
  background-image: url('../images/Navigatori_VPInterior_05_REV002-copia.webp');
}

.fullimg-section.full-mosaic {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  padding-bottom: 0%;
  display: grid;
}

.fullimg-section.full-apt-02 {
  border-top: 5px solid var(--white);
  border-bottom: 5px solid var(--white);
  background-image: url('../images/Impreme-Navigatori-Moodboard-B2C_rev11_27-copia.webp');
}

.fullimg-section.full-int-01 {
  background-image: url('../images/Navigatori_VPInt11_Cucina-Pranzo-Quadrilocale_REV02-copia.webp');
}

.fullimg-section.full-int-02 {
  background-image: url('../images/Navigatori_VPInterior_07_REV001-copia.webp');
}

.fullimg-section.full-serv-01 {
  background-image: url('../images/Navigatori_VPexterior_terrazzo_Post-copia.webp');
}

.fullimg-section.full-serv-02 {
  background-image: url('../images/Navigatori_VPInterior_02_rev00-copia.webp');
}

.fullimg-section.full-cont-01 {
  border-bottom: 5px solid var(--white);
  background-image: url('../images/Impreme-Navigatori_FORO-living_Moodboard-Contesto_B2C_rev02_01-copia.webp');
}

.fullimg-section.full-promo {
  background-image: url('../images/Navigatori_VPInterior_Bilocale_01_rev00-copia.webp');
}

.fullimg-section.full-promo-01 {
  background-image: url('../images/Navigatori_VPInterior_05_REV002-copia.webp');
}

.fullimg-section.exclusive-promo {
  background-image: none;
  height: 50vw;
  margin-bottom: 20px;
  padding-bottom: 0%;
}

.deco {
  width: 300px;
  position: absolute;
  bottom: 0;
  left: 100px;
}

.deco.deco02 {
  opacity: .36;
  left: auto;
  right: -150px;
}

.deco.deco03 {
  z-index: -1;
  opacity: .35;
  bottom: 52vh;
  left: -40px;
}

.deco.deco-serv01 {
  z-index: 0;
  width: 200px;
  bottom: auto;
  left: -49px;
}

.inner-gallery-section {
  width: 100%;
  display: flex;
}

.slider-servizi {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 165px;
  display: flex;
  overflow: hidden;
}

.mask01 {
  width: 74%;
  height: 600px;
  max-height: 60vh;
  overflow: visible;
}

.slider01_container {
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  padding-right: 60px;
  display: flex;
}

.slider01_container.golf {
  background-image: linear-gradient(to right, #0000, #0006), url('../images/golf_closeup-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider01_container.palestra {
  background-image: linear-gradient(to right, #0000, #0006), url('../images/Palestra_donna-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider01_container.palestra.is-center {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.slider01_container.area-relax {
  background-image: linear-gradient(90deg, #0000, #0006), url('../images/iStock-2168983876.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider01_container.lockers {
  background-image: linear-gradient(to right, #0000, #0006), url('../images/Lockers-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider01_container.area-living {
  background-image: linear-gradient(to right, #0000, #0006), url('../images/iStock-1308264891_mod-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider01_container.cowork {
  background-image: linear-gradient(to right, #0000, #0006), url('../images/iStock-1128415729_mod-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider01_container.cowork.is-center {
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
}

.slider01_container.rooftop {
  background-image: linear-gradient(to right, #0000, #0006), url('../images/rooftop_originale-copia_mod.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider01_container.rooftop.is-center {
  justify-content: flex-end;
  align-items: center;
}

.slider01_container.is-center {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 40px;
  padding-right: 0;
}

.slider01_container.coworking {
  background-image: linear-gradient(to right, #0000, #0006), url('../images/iStock-1128415729_mod-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider01_arrow {
  background-color: var(--navigatori);
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 10px;
  transition: all .2s;
  display: flex;
  bottom: 140px;
  left: 70%;
}

.slider01_arrow.right {
  margin-left: 10px;
  margin-right: 0;
  transform: translate(60px);
}

.display-none, .hide {
  display: none;
}

.mask {
  height: auto;
}

.mask.mask-it {
  width: 100%;
  height: 100%;
}

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

.slider.slider_it {
  height: 100%;
}

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

.img_gallery {
  background-image: url('../images/Image4.webp');
  background-position: 50%;
  background-size: cover;
  flex: 1;
}

.icon-slide-servizi {
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.icon-slide-servizi.rooftop {
  background-image: url('../images/Icons_Rooftop Garden.png');
  background-position: 50%;
  background-size: cover;
}

.icon-slide-servizi.coworking {
  background-image: url('../images/Icons_Coworking.png');
}

.icon-slide-servizi.living {
  background-image: url('../images/Icons_Living Room.png');
}

.icon-slide-servizi.palestra {
  background-image: url('../images/Icons_GYM.png');
}

.icon-slide-servizi.relax {
  background-image: url('../images/Icons_Relaxtion Area.png');
}

.icon-slide-servizi.lockers {
  background-image: url('../images/Icons_Locker.png');
}

.icon-slide-servizi.golf {
  background-image: url('../images/Icons_Putting green.png');
}

.col-contatti {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.col-contatti.big-col-contatti {
  align-items: center;
}

.contact-container {
  align-items: stretch;
  width: 100%;
  min-width: 310px;
  margin-right: 10px;
  display: flex;
}

.contact-container.big-contact-container {
  flex-direction: column;
}

.contact-logo {
  border-right: 1px solid var(--white-smoke);
  flex: none;
  width: auto;
  margin-right: 30px;
  padding-right: 30px;
}

.contact-logo.big-contact-logo {
  text-align: center;
  border-right-style: none;
  margin-bottom: 60px;
  margin-right: 0;
  padding-right: 0;
}

.contact-txt.big-contact-txt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  display: grid;
}

.contact-link {
  color: #fff;
  margin-bottom: 40px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.contact-link:hover {
  color: var(--white-smoke);
}

.contact-link.last-contact-link {
  margin-bottom: 0;
}

.contact-link.big-contact-link {
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.logo-bianco-contatti {
  object-fit: contain;
  min-width: 88px;
  height: 100%;
}

.logo-bianco-contatti.big-logo-contatti {
  width: 100%;
  max-width: 110px;
}

.lb-gallery {
  margin-top: 40px;
  text-decoration: none;
}

.navlinks_wrapper {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.navlink {
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  background-image: url('../images/nav-hover.svg');
  background-position: 50% -100px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 60px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.navlink:hover {
  background-position: 50% -60px;
}

.navlink.w--current {
  color: #8d5757;
  background-image: url('../images/nav-sel.svg');
  background-position: 50% -30px;
  background-repeat: no-repeat;
  background-size: auto;
}

.navlink.is-promo {
  background-color: var(--dark-slate-grey);
  color: var(--white-smoke);
  background-image: none;
  border-radius: 15px;
  height: 30px;
  margin-top: 55px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
}

.navlink.is-promo:hover {
  background-color: var(--light-green);
  color: var(--dark-slate-grey);
}

.navlink.is-promo.w--current {
  background-color: var(--navigatori);
}

.navlink.is-promo.w--current:hover {
  color: var(--white-smoke);
}

.navlink-sticky {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-image: url('../images/navsticky-hover.svg');
  background-position: 50% -100px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 20px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.navlink-sticky:hover {
  background-position: 50% -50px;
}

.navlink-sticky.w--current {
  color: #8d5757;
  background-image: url('../images/navsticky-sel.svg');
  background-position: 50% -45px;
  background-repeat: no-repeat;
  background-size: auto;
}

.navlink-sticky.contact-sticky.w--current {
  color: var(--dark-slate-grey);
  background-image: url('../images/navsticky-sel.svg');
  background-position: 50% -100px;
  background-repeat: no-repeat;
  background-size: auto;
}

.navlink-sticky.is-promo {
  background-color: var(--dark-slate-grey);
  color: var(--white-smoke);
  background-image: none;
  border-radius: 15px;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
}

.navlink-sticky.is-promo:hover {
  background-color: var(--light-green);
  color: var(--dark-slate-grey);
}

.navlink-sticky.is-promo.w--current {
  background-color: var(--navigatori);
}

.navlink-sticky.is-promo.w--current:hover {
  color: var(--white-smoke);
}

.logo-sticky {
  width: 110px;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  display: none;
}

.logo-wrap.logo-sticky-wrap {
  display: flex;
}

.navbar-trigger {
  width: 10px;
  height: 100vh;
  min-height: 600px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.html-embed {
  min-width: 350px;
}

.nowrap {
  white-space: nowrap;
}

.hamburger-wrapper, .mobile-menu {
  display: none;
}

.form-bg {
  z-index: 150;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0009;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.tab_link-2 {
  color: #c16544;
}

.tab_link-2:hover {
  color: #f3dfda;
}

.navbar-privacy {
  border-bottom: 1px solid var(--dark-slate-grey);
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.image-2 {
  width: 80px;
}

.tech_background-2 {
  background-image: url('../images/Navigatori_VP-Exterior_02_DETTAGLIO-rev02_rev02.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding: 80px 20px;
  display: flex;
}

.tech_wrap-2 {
  color: var(--dark-slate-grey);
  text-align: center;
  background-color: #fffc;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 800px;
  max-width: 100%;
  min-height: 600px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px;
  display: flex;
}

.text-block-3 {
  font-size: 18px;
}

.cta-form-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #c16544;
  margin-top: 30px;
  padding: 10px 20px;
  font-family: Karla, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.cta-form-2:hover {
  color: #c16544;
  background-color: #e7c2b4;
}

.tech_wrap-3 {
  color: var(--dark-slate-grey);
  text-align: center;
  background-color: #fffc;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 800px;
  max-width: 100%;
  min-height: 600px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px;
  display: flex;
}

.text-block-2 {
  color: #000;
  font-size: 20px;
}

.italic-text {
  color: #c16544;
  font-family: Cormorant, sans-serif;
  font-style: normal;
}

.page_contatto-2 {
  background-color: var(--white-smoke);
  color: var(--navigatori);
  border: 1px solid #c16544;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.page_contatto-2:hover {
  border-color: var(--navigatori);
  color: #c16544;
  background-color: #f3dfda;
}

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

.heading {
  font-family: minerva-modern, sans-serif;
  font-size: 34px;
  line-height: 36px;
}

.tech_wrap-4 {
  color: var(--dark-slate-grey);
  text-align: center;
  background-color: #fffc;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 800px;
  max-width: 100%;
  min-height: 600px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px;
  display: flex;
}

._404 {
  color: #c16544;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.author {
  text-transform: capitalize;
  font-family: Karla, sans-serif;
  font-size: 16px;
}

.italic-text-3 {
  text-align: center;
  margin-top: 10px;
  display: block;
}

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

.mosaic-2imgs.in-promo {
  grid-template-columns: .5fr 1fr;
  min-height: 500px;
}

.mosaic-2imgs.in-promo-reverse {
  grid-template-columns: 1fr .5fr;
  min-height: 500px;
}

.mosaic-2imgs.is-2col {
  grid-template-columns: .5fr .5fr;
  height: 550px;
}

.mos-img-01 {
  background-image: url('../images/Navigatori_VPInterior-04_Master-Bedroom-Trilocale_Rev06-copia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mos-img-02 {
  background-image: url('../images/Navigatori_VPInterior-04_Master-Bedroom-Trilocale_Dettaglio_Rev01-copia.webp');
  background-position: 50%;
  background-size: cover;
}

.full-apt02-img {
  padding-bottom: 56.25vw;
}

.full-apt02-img._01 {
  background-image: url('../images/Navigatori_VPinterior_13_rev01-copia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-apt02-img._02 {
  background-image: url('../images/Navigatori_VPinterior_13_Dettaglio01_rev00-copia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo-molteni {
  max-width: 230px;
  margin-bottom: 20px;
}

.logo-mca {
  max-width: 250px;
  margin-bottom: 20px;
}

.icona-servizi {
  width: 60px;
  margin-bottom: 20px;
  display: none;
}

.gal-thumb {
  color: var(--white-smoke);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: linear-gradient(to top, #00000080, #0000), url('../images/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 40vw;
  min-height: 450px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: minerva-modern, sans-serif;
  font-size: 24px;
  font-weight: 700;
  transition: all 1s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.gal-thumb:hover {
  background-size: auto, auto 130%;
}

.gal-thumb.gal-prog {
  background-image: linear-gradient(to top, #00000080, #0000), url('../images/Navigaori_VPExterior_01_rev04-copia.webp');
}

.gal-thumb.gal-int {
  background-image: linear-gradient(to top, #00000080, #0000), url('../images/Navigatori_VPInterior-04_Master-Bedroom-Trilocale_Dettaglio_Rev01-copia.webp');
}

.gal-thumb.gal-cont {
  background-image: linear-gradient(to top, #00000080, #0000), url('../images/IMG_7647-copia.webp');
  background-size: auto, auto 110%;
}

.gal-thumb.gal-cont:hover {
  background-size: auto, auto 140%;
}

.gallery {
  text-decoration: none;
}

.grid-imgs {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 2fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 80vh;
  min-height: 450px;
  display: grid;
}

.grid-img {
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img.grid-img-01 {
  background-image: url('../images/Navigatori_VPInterior-03-Living-Trilocale_Rev03-copia.webp');
  background-position: 50%;
}

.grid-img.grid-img-02 {
  background-image: url('../images/Navigatori_VPInterior_Bilocale_01_dettaglio_rev00-copia.webp');
  background-position: 50% 30%;
}

.grid-img.grid-img-03 {
  background-image: url('../images/Navigatori_VPInterior-03-Living-Trilocale_Dettaglio_Rev00-copia_1.webp');
}

.grid-img.grid-img-04 {
  background-image: url('../images/Navigatori_VPinterior_12_pentalocale_Dettaglio02_rev00-copia.webp');
}

.grid-img.grid-img-05 {
  background-image: url('../images/Navigatori_VPinterior_13_Dettaglio01_rev00-copia.webp');
}

.plan-wrapper {
  background-image: url('../images/trilocale-planimetria-VT.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 30vw;
  position: relative;
}

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

.slide-it.sala {
  background-image: url('../images/Navigatori_VPInterior_05_REV002-copia.webp');
}

.slide-it.camera {
  background-image: url('../images/Navigatori_VPInterior-04_Master-Bedroom-Trilocale_Rev06-copia.webp');
}

.slide-it.terrazza {
  background-image: url('../images/Image1_sky.webp');
}

.vt-button {
  cursor: pointer;
  background-image: url('../images/icona_cono.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  transition: all .2s linear;
  position: absolute;
  top: 0%;
  left: 0%;
}

.vt-button.vtb-01 {
  top: 63%;
  left: 15%;
  transform: rotate(-90deg);
}

.vt-button.active {
  background-image: url('../images/icona_cono-active.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.vt-button.vtb-03 {
  top: 10%;
  left: 58%;
  transform: rotate(125deg);
}

.vt-button.vtb-02 {
  top: 32%;
  left: 50%;
  transform: rotate(180deg);
}

.embed-video {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.infinite-slider {
  width: 100%;
  height: 65vh;
  margin-top: 110px;
  margin-bottom: 140px;
  overflow: hidden;
}

.infinite-slider.is-small {
  display: none;
}

.text-wrap-gallery {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.text-wrap-gallery.service-gallery-txt {
  width: 200px;
}

.par-2 {
  color: #223730;
  margin-top: 25px;
}

.par-2.service-par {
  color: #f3f5f2;
  margin-top: 10px;
}

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

.splide__arrows {
  z-index: 29;
  flex-direction: row;
  justify-content: flex-end;
  width: 100vw;
  padding-right: 15vw;
  display: flex;
  position: absolute;
  bottom: -25px;
}

.splide__arrows.pos-02 {
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
  bottom: 0;
}

.splide.slider1 {
  align-items: center;
  width: 100%;
  height: auto;
  position: relative;
}

.splide.splide_style {
  display: none;
}

.splide__slide {
  flex: none;
  height: 50vh;
  min-height: 400px;
  max-height: 500px;
  margin-top: 5vh;
  margin-bottom: 5vh;
  list-style-type: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.splide__slide.is-active {
  height: 55vh;
  max-height: 550px;
  margin-top: 0;
  margin-bottom: 0;
}

.embed-arrow {
  width: 70px;
  height: 50px;
  display: inline-block;
}

.splide__list {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  display: flex;
}

.splide__arrow {
  background-color: #c16544;
  background-image: url('../images/chevron.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 30px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: #e7c2b4;
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(180deg);
}

.splide__pagination__item {
  list-style-type: none;
  display: inline-block;
}

.flags04_components {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  top: 100px;
  right: 0;
  overflow: hidden;
}

.flags04_components.for-style {
  position: absolute;
  top: auto;
  bottom: auto;
}

.flags04_components.is-promo {
  top: 180px;
  left: 0;
  right: auto;
  overflow: visible;
}

.flags04_popup_logo {
  background-image: url('../images/logo-foro-bianco-nopayoff.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  height: 130px;
  margin-top: 20px;
  display: flex;
}

.flag04_txt-small {
  text-transform: uppercase;
  font-size: .7em;
  line-height: 0;
}

.flags04_popup_line {
  background-color: #c1c0bb;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 1px;
  height: 2px;
  display: flex;
  position: relative;
}

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

.flags04_popup_box {
  background-color: var(--white-smoke);
  text-align: center;
  flex-direction: column;
  align-items: center;
  min-width: 350px;
  max-width: 600px;
  padding: 40px 40px 60px;
  display: flex;
  position: relative;
  box-shadow: 0 0 3px 2px #0000001a;
}

.flags04_popup_box.acquista {
  background-color: var(--white-smoke);
  max-width: 400px;
}

.flag04 {
  z-index: 1;
  background-color: #788033;
  color: #fff;
  border-radius: 60px 0 0 60px;
  flex-direction: row;
  align-items: center;
  min-width: 180px;
  font-family: minerva-modern, sans-serif;
  text-decoration: none;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  transform: translate(110px);
  box-shadow: 0 0 3px 2px #0003;
}

.flag04:hover {
  background-color: #2b2b2b;
  transform: translate(0);
}

.flag04.w--current {
  box-shadow: 0 0 3px 2px #0003;
}

.flag04.scegli {
  background-color: #b9364b8;
  display: flex;
}

.flag04.scegli:hover {
  background-color: var(--dark-slate-grey);
}

.flag04.acquista {
  background-color: #8d5757;
  display: flex;
}

.flag04.acquista:hover {
  background-color: #b9364b8;
}

.flag04.promo {
  background-color: var(--navigatori);
  border-radius: 0 60px 60px 0;
  justify-content: flex-end;
  align-items: center;
  min-width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  transform: translate(0);
}

.flag04.promo:hover {
  background-color: var(--slate-grey);
  transform: translate(0);
}

.flags_popup_x {
  z-index: 2;
  opacity: 1;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.flags_popup_x:hover {
  opacity: .5;
}

.flag04_icon {
  border-radius: 100%;
  width: 70px;
  height: 70px;
  padding: 10px;
}

.flag04_icon.is-promo {
  border-radius: 0;
  width: 50px;
  height: 50px;
}

.flag04_txt {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 18px;
  display: block;
  overflow: hidden;
}

.flag04_txt.is-promo {
  color: var(--white-smoke);
}

.flag04_txt.desktop-display-none {
  display: none;
}

.flags04_popup_heading {
  flex-direction: column;
  flex: none;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.flags04_popup_icon {
  object-fit: contain;
  flex: none;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.flags04_popup_asta {
  background-color: var(--navigatori);
  flex: none;
  width: 1px;
  height: 70%;
  position: absolute;
  transform: rotate(45deg);
}

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

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

.flags04_button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #8764b8;
  margin-top: 20px;
  padding: 13px 20px 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.flags04_popup_label {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 1.4;
}

.flags_popup {
  z-index: 120;
  background-color: #23201bd9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
  box-shadow: inset 0 0 3px 2px #0003;
}

.full-progetto {
  width: 100%;
}

.lang-wrapper {
  align-items: flex-end;
  margin-left: 20px;
  display: flex;
  position: relative;
  top: 6px;
}

.lang-wrapper.lang-wrap-sticky {
  align-items: center;
  position: static;
}

.lang {
  color: #efefef;
  text-align: center;
  text-transform: uppercase;
  object-fit: fill;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  line-height: 30px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.lang:hover {
  background-color: #c2ccbb;
}

.lang.w--current {
  border: 1px solid var(--dark-slate-grey);
  background-color: #0000;
}

.lang.l-st {
  color: #223730;
}

.break-txt-2 {
  color: #c2ccbb;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 380px;
  font-family: minerva-modern, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.break-high-2 {
  color: #efefef;
}

.footer_txt-2 {
  color: #223730;
  font-size: .8em;
}

.footer_link-2 {
  color: #c16544;
  cursor: pointer;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
}

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

.banner_title-2 {
  color: #c16544;
  font-family: minerva-modern, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.prefs_checkbox-2 {
  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-2.w--redirected-checked {
  background-color: #465844;
  background-image: url('../images/check_dot.svg');
  background-position: 100%;
  background-size: contain;
  border-color: #465844;
}

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

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

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

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

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

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

.banner_text-link-2 {
  color: #223730;
  cursor: pointer;
  border-bottom: 1px solid #223730;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
}

.banner_text-link-2:hover {
  color: #465844;
  border-bottom-color: #465844;
}

.banner_close_txt {
  color: #223730;
  border-bottom: 1px solid #223730;
  font-size: 12px;
  transition: all .25s;
}

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

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

.manager_trigger {
  display: none;
}

.banner_link-2 {
  color: #c16544;
  transition: opacity .25s;
}

.banner_link-2:hover {
  color: #e7c2b4;
}

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

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

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

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

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

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

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

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

.banner_btn-2 {
  text-align: center;
  background-color: #c16544;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.banner_btn-2:hover {
  background-color: #e7c2b4;
  border-color: #707cff;
}

.banner_btn-2.submit {
  background-color: #c16544;
  border-radius: 20px;
  align-self: flex-end;
  margin-top: 40px;
  line-height: 20px;
}

.banner_btn-2.submit:hover {
  background-color: #e7c2b4;
}

.banner_btn-2.banner {
  background-color: #c16544;
  border-radius: 20px;
}

.banner_btn-2.banner:hover {
  background-color: #e7c2b4;
}

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

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

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

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

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

.cookie_tab_cell.last {
  border-right-style: solid;
}

.cookie_tab_cell.head {
  color: #fff;
  background-color: #c16544;
  border-style: solid;
  border-color: #efefef;
  align-items: center;
  display: flex;
}

.cookie_tab_cell.is-title {
  background-color: var(--navigatori);
  color: #fff;
  border-top-style: solid;
  align-items: center;
  display: flex;
}

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

.cookie_tab_link {
  color: #c16544;
}

.cookie_tab_link:hover {
  color: #707cff;
}

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

.cookie_tab_wrap {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-2 {
  font-weight: 400;
}

.popup_title-area {
  font-size: 2em;
  line-height: 1.2;
}

.popup_line-area {
  background-color: #c16544;
  flex: none;
  width: 80%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.popup_row-area {
  text-align: left;
  align-items: center;
  max-width: 86%;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
}

.popup_row_icon-area {
  width: 41px;
  max-width: none;
  height: 60px;
  margin-right: 20px;
  display: block;
}

.contaxct-title {
  color: var(--navigatori-40);
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
}

.sorry {
  font-size: 22px;
  line-height: 26px;
}

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

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

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

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.popup03_title {
  background-color: var(--dark-slate-grey);
  color: var(--white-smoke);
  text-transform: uppercase;
  padding: 5px 20px;
  font-family: minerva-modern, sans-serif;
  font-size: 30px;
}

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

.popup03_wrap {
  z-index: 2;
  background-color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 50px;
  flex-direction: row;
  flex: none;
  align-items: stretch;
  width: 90vw;
  max-width: 1000px;
  height: auto;
  min-height: 30vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.popup_txt {
  z-index: 1;
  background-color: var(--lightgreen-30);
  border-radius: 0 50px 50px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  padding: 50px 5% 40px;
  display: flex;
  position: relative;
}

.popup_img {
  background-image: url('../images/Navigatori_VPinterior_12_pentalocale_Dettaglio01_rev01-copia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.popup_component {
  z-index: 101;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0009;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 60px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

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

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

.popup03_button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #a39bff;
  margin-top: 20px;
  padding: 13px 20px 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.popup03_subtitle {
  color: var(--slate-grey);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: minerva-modern, sans-serif;
  font-weight: 700;
}

.popup_title_high {
  color: var(--light-green);
}

.promo_icon {
  width: 100%;
  max-width: 100px;
  margin-bottom: 20px;
}

.promo_wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 40px;
  background-color: var(--white);
  outline-offset: 2px;
  outline: 2px solid #333;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px;
  display: grid;
}

.promo-title {
  color: #223730;
  text-align: center;
  text-transform: uppercase;
  font-family: minerva-modern, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.plus-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.promo-col {
  background-color: var(--light-green);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-molteni-2 {
  width: 100%;
  max-width: 120px;
  margin-top: 0;
}

.plus {
  color: #c16544;
  width: auto;
  font-family: minerva-modern, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.green {
  color: #465844;
}

.label02_component {
  z-index: 30;
  background-color: var(--navigatori);
  color: var(--white-smoke);
  cursor: pointer;
  background-image: linear-gradient(#c16544b3, #c16544b3), url('../images/break-decoration.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 30%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 20px 10px 40px;
  font-family: minerva-modern, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 35px;
  transform: translate(0, 20px);
  box-shadow: 0 -2px 5px #0000004d;
}

.label02_txt {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.promo_components {
  z-index: 30;
}

.cifre-countdown {
  border-left: 1px solid #c16544;
  border-right: 1px solid #c16544;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cifre-countdown._2 {
  border-left-color: #c16544;
  border-right-width: 0;
}

.cifre-countdown._1 {
  border: 0 solid #000;
  margin-left: 0;
}

.cifre-countdown._4 {
  border: 0 solid #000;
  margin-right: 0;
}

.unitamisura-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Karla, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.titolo-countdown {
  color: #fff;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  width: 90%;
  margin-top: 0;
  margin-bottom: 2%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1vw;
}

.titolo-countdown._2 {
  letter-spacing: 4px;
  line-height: 18px;
}

.titolo-countdown._3 {
  letter-spacing: 4px;
  margin-top: 5%;
  margin-bottom: 0%;
  line-height: 18px;
}

.cifre-2 {
  color: #e7c2b4;
  letter-spacing: 0;
  text-transform: none;
  font-family: Karla, sans-serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 2vw;
}

.countdown-wrapper-2 {
  margin-top: 10px;
  display: flex;
}

.div-countdown {
  opacity: 1;
  background-color: #223730cc;
  border: 0 solid #000;
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 30px 20px 40px;
  display: flex;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.scroll {
  display: none;
}

.scadenza-promozione {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  line-height: 20px;
}

.scadenza-promo {
  color: #efefef;
  padding-left: 20px;
  font-family: minerva-modern, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
}

.scadenza {
  color: #e7c2b4;
  font-size: 16px;
  font-style: italic;
}

.text-span-2 {
  font-style: italic;
}

.springday {
  font-size: 25px;
  line-height: 35px;
}

.data-spring {
  font-size: 18px;
  line-height: 20px;
}

.hero-par {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}

.hero-par.capitalize-none {
  text-transform: none;
}

.hero-par.capitalize-none.size {
  font-size: 18px;
}

.scopri-la-promo {
  color: #efefef;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: minerva-modern, sans-serif;
  text-decoration: none;
}

.div-countdown-2 {
  opacity: 1;
  background-color: #223730;
  border: 0 solid #000;
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 20px 20px 25px;
  display: flex;
  position: static;
  bottom: 60px;
  right: 40px;
}

.cifre-countdown-2 {
  border-left: 1px solid #c16544;
  border-right: 1px solid #c16544;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cifre-countdown-2._2 {
  border-left-color: #c16544;
  border-right-width: 0;
}

.cifre-countdown-2._1 {
  border: 0 solid #000;
  margin-left: 0;
}

.cifre-countdown-2._4 {
  border: 0 solid #000;
  margin-right: 0;
}

.cta-2 {
  color: #efefef;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #c16544;
  background-image: url('../images/cta-bg.svg');
  background-position: -13px -15px;
  background-repeat: no-repeat;
  background-size: auto 70px;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-top: 40px;
  padding: 10px 40px;
  font-family: minerva-modern, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.cta-2:hover {
  background-color: #e7c2b4;
}

.cta-2.cta-form {
  font-weight: 400;
}

.promo_icon-2 {
  object-fit: cover;
  width: 150px;
  max-width: none;
  height: 150px;
  margin-bottom: 20px;
}

.par-3 {
  color: #223730;
  text-transform: uppercase;
  margin-top: 25px;
}

.promo_wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
}

.promo-title-2 {
  color: #223730;
  text-align: center;
  text-transform: uppercase;
  font-family: minerva-modern, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
}

.promo-title-2.white {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.promo-title-2.white.font-minerva {
  letter-spacing: 1px;
  font-family: minerva-modern, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.title-2 {
  color: #223730;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: minerva-modern, sans-serif;
}

.title-2.promo-name {
  color: #efefef;
  background-color: #223730;
  padding: 5px 20px;
  font-size: 39px;
  line-height: 49px;
}

.subtitle-2 {
  margin-top: 0;
}

.text-col-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  padding: 60px;
  display: flex;
}

.text-col-2.col-promo {
  box-shadow: none;
  outline-offset: 3px;
  text-align: center;
  background-color: #f3f5f2;
  outline: 2px solid #333;
  margin-bottom: 60px;
}

.promo-col-2 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.high-title {
  color: #c2ccbb;
  white-space: nowrap;
}

.logo-molteni-3 {
  width: 100%;
  max-width: 170px;
  margin-top: 5px;
}

.text-wrap-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  display: flex;
}

.par-4 {
  color: #223730;
  margin-top: 25px;
}

.par-4.light {
  color: #efefef;
  margin-top: 5px;
}

.promo-title-3 {
  color: #223730;
  text-align: center;
  text-transform: uppercase;
  font-family: minerva-modern, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
}

.promo-title-3.light {
  color: #efefef;
}

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

.title-3 {
  color: #223730;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: minerva-modern, sans-serif;
}

.title-3.light {
  color: #efefef;
}

.pacchetto-arredo {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1000px;
  display: grid;
}

.section-img-txt-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 140px 150px;
  display: grid;
  position: relative;
}

.section-img-txt-2.centred {
  background-image: url('../images/deco01.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 400px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-img-txt-2.centred.interior-pack {
  background-image: linear-gradient(#223730cc, #223730cc), url('../images/Navigatori_VPInterior-04_Master-Bedroom-Trilocale_Rev06-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-img-txt-2.centred.interior-pack.hide {
  display: none;
}

.section-img-txt-2.centred.no-deco {
  z-index: 1;
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/break-decoration.svg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50vw;
}

.section-img-txt-2.grey-bg {
  background-color: #efefef;
  grid-template-rows: auto;
  align-items: center;
}

.logo-molteni-4 {
  width: 100%;
  max-width: 170px;
  margin-top: 5px;
}

.logo-molteni-4.molteni-title {
  max-width: 210px;
  margin-bottom: 10px;
}

.subtitle-3 {
  margin-top: 0;
}

.cta-3 {
  color: #efefef;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #c16544;
  background-image: url('../images/cta-bg.svg');
  background-position: -13px -15px;
  background-repeat: no-repeat;
  background-size: auto 70px;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-top: 40px;
  padding: 10px 40px;
  font-family: minerva-modern, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.cta-3:hover {
  background-color: #e7c2b4;
}

.cta-3.cta-form {
  font-weight: 400;
}

.tipologici-text-wrapper {
  z-index: 1;
  align-items: flex-start;
  display: flex;
}

.tipologici-box {
  background-color: var(--white);
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #223730;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 25vw;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.tipologici-box.bilocale {
  background-image: linear-gradient(to top, #000c, #0000 65%), url('../images/plan_Bilocale.webp');
  background-position: 0 0, 50%;
  background-size: auto, contain;
}

.tipologici-box.monolocale {
  background-image: linear-gradient(to top, #000c, #0000 65%), url('../images/plan_Monolocale.webp');
  background-position: 0 0, 50%;
  background-size: auto, contain;
}

.tipologici-box.trilocale {
  background-image: linear-gradient(to top, #000c, #0000 65%), url('../images/plan_Trilocale.webp');
  background-position: 0 0, 50%;
  background-size: auto, contain;
}

.tipologici-box.quadrilocale {
  background-image: linear-gradient(to top, #000c, #0000 65%), url('../images/plan_Quadrilocale.webp');
  background-position: 0 0, 50%;
  background-size: auto, contain;
}

.tipologici-box.attico {
  background-image: linear-gradient(#0009, #0009), url('../images/Image4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.text-col-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-col-3.tipologici-text-col {
  width: 100%;
}

.prezzo {
  text-transform: none;
  font-size: 16px;
  font-style: italic;
}

.prezzo.barrato {
  text-decoration: line-through;
}

.prezzo.finale {
  color: #e7c2b4;
  font-size: 20px;
}

.text-wrap-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.tipologici-text {
  color: #efefef;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: minerva-modern, sans-serif;
  font-size: 18px;
}

.title-4 {
  color: #223730;
  margin-top: 0;
}

.tipologici-line-2 {
  background-color: #efefef;
  width: 15px;
  height: 1px;
  margin-top: 10px;
  margin-right: 10px;
}

.tipologici-wrapper {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
  position: relative;
}

.text-higlighted {
  background-color: var(--navigatori);
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  display: inline-block;
}

.link-partner {
  flex: 1;
  align-items: center;
  display: flex;
}

.promo-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--navigatori);
  background-image: linear-gradient(#c16544d9, #c16544d9), url('../images/Navigatori_VPInterior_05_REV002-copia.webp');
  background-position: 0 0, 50% 64%;
  background-size: auto, cover;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 100px 150px;
  display: flex;
}

.promo-section.hide {
  display: none;
}

.promo-section.comfort-style {
  background-color: var(--light-green);
  background-image: linear-gradient(#22373099, #22373099), url('../images/iStock-1308264891_mod-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.promo-desc {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 25px;
}

.promo-desc.capitalize-none {
  text-transform: none;
  width: 360px;
  margin-bottom: 20px;
  line-height: 25px;
}

.promo-desc.comfort-style {
  margin-bottom: 10px;
}

.promo-higlighted {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  display: inline-block;
}

.promo-higlighted.is-negative {
  background-color: var(--white-smoke);
  color: var(--navigatori);
  margin-top: 5px;
}

.promo-txt {
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.promo_disclaimer {
  text-transform: none;
  font-size: 12px;
}

.div-block {
  background-color: var(--slate-grey);
  height: 5vh;
}

.div-block-2 {
  background-color: #223730;
}

.popup-01_text {
  border-bottom: 1px solid var(--white-smoke);
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 3px;
  font-family: minerva-modern, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: border-color .35s;
}

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

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

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

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

.popup-01_title {
  font-family: minerva-modern, sans-serif;
  font-size: 1.7em;
  line-height: 30px;
}

.popup-01_subtitle {
  text-transform: uppercase;
  margin-top: 0;
}

.popup-01_wrapper {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
  padding: 60px;
  position: relative;
}

.popup-01_component {
  z-index: 121;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #2237302e;
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

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

.popup-01_line {
  background-color: var(--white-smoke);
  flex: none;
  width: 80%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.popup-01_container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  background-color: #0c0c0c73;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.popup-01_container.text-color-bianco {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0c0c0c30;
}

.button-brand {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #223730;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 14px 22px;
  font-size: 15px;
  line-height: 17px;
  text-decoration: none;
  transition: color .35s cubic-bezier(.25, .46, .45, .94), border-color .35s cubic-bezier(.25, .46, .45, .94), background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-brand:hover {
  background-color: #76857d;
}

.button-brand.is-text {
  border-style: none none solid;
  border-bottom-color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  padding: 0 0 5px;
}

.button-brand.is-text:hover {
  border-bottom-color: var(--light-green);
  color: var(--light-green);
}

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

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

.label02_component-2 {
  z-index: 30;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--dark-slate-grey);
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#223730e0, #223730e0), url('../images/iStock-1266554767.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  padding: 20px 10px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 35px;
}

.label02_component-2:hover {
  background-color: var(--slate-grey);
}

.label02_title_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.label02_title {
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: minerva-modern, sans-serif;
  font-size: 20px;
}

.label02_line {
  background-color: #fff;
  flex: none;
  width: 90%;
  height: 1px;
}

.label02_txt-2 {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.label02_capslock {
  text-transform: uppercase;
}

.label02_text {
  text-transform: uppercase;
  font-size: 16px;
}

.label02_text.is-btn {
  border: 1px solid var(--white);
  padding: 5px 10px;
  transition: background-color .4s;
}

.label02_text.is-btn:hover {
  background-color: #828f7a;
}

.cta-4 {
  color: #efefef;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #c16544;
  background-image: url('../images/cta-bg.svg');
  background-position: -13px -15px;
  background-repeat: no-repeat;
  background-size: auto 70px;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-top: 40px;
  padding: 10px 40px;
  font-family: minerva-modern, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.cta-4:hover {
  background-color: #e7c2b4;
}

.cta-4.cta-form {
  font-weight: 400;
}

.par-5 {
  color: #223730;
  margin-top: 25px;
}

.logo-molteni-5 {
  width: 100%;
  max-width: 170px;
  margin-top: 5px;
}

.logo-molteni-5.molteni-title {
  max-width: 210px;
  margin-bottom: 10px;
}

.text-wrap-4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.text-col-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-col-4.tipologici-text-col {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.tipologici-box-2 {
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #223730;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 30vw;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.tipologici-box-2.bilocale {
  background-image: linear-gradient(to top, #000c, #0000 65%), url('../images/plan_Bilocale.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.tipologici-box-2.monolocale {
  z-index: 1;
  background-image: linear-gradient(to top, #000c, #0000 65%), url('../images/plan_Monolocale.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.tipologici-box-2.trilocale {
  background-image: linear-gradient(to top, #000c, #0000 65%), url('../images/plan_Trilocale.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.tipologici-box-2.quadrilocale {
  background-image: linear-gradient(to top, #000c, #0000 65%), url('../images/plan_Quadrilocale.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.tipologici-box-2.attico {
  cursor: default;
  background-image: linear-gradient(#0009, #0009), url('../images/Image4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.tipologici-wrapper-2 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.div-block-3 {
  z-index: 2;
  width: 50px;
  height: 50px;
  position: relative;
}

.deadline-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--slate-grey);
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  display: none;
}

.deadline-wrap.margin-bottom {
  margin-bottom: 30px;
  display: none;
}

.deadline-wrap.margin-bottom.no-bg-color {
  background-color: #0000;
}

.deadline-wrap.margin-botto-60 {
  margin-bottom: 60px;
  display: none;
}

.text-span-3 {
  font-weight: 700;
}

.lottie-container {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}

.lottie-container.rotate {
  transform: rotate(-90deg);
}

.popup-01_x-2 {
  border: 1px solid var(--white-smoke);
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  transition: background-color .35s;
  display: flex;
  position: absolute;
  bottom: 100%;
  right: 0;
}

.popup-01_x-2:hover {
  background-color: var(--white-smoke);
}

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

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

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

.popup-01_subtitle-2 {
  background-color: var(--slate-grey);
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-bottom: 40px;
  padding: 5px 10px;
  font-size: 20px;
}

.popup-01_wrapper-2 {
  z-index: 0;
  background-image: linear-gradient(#223730cc, #223730cc), url('../images/Image1_sky.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
  padding: 60px 40px 40px;
  position: relative;
}

.popup-01_component-2 {
  z-index: 120;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0009;
  flex-direction: column;
  align-items: center;
  padding: 100px 60px;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.popup-01_logo-2 {
  width: 83.0156px;
  height: 150px;
  margin-bottom: 20px;
  display: none;
}

.popup-01_container-2 {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.pittogramma-absolute {
  z-index: 1;
  opacity: .15;
  background-image: url('../images/Pittogramma.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 276px;
  position: absolute;
  inset: auto auto 0% 3%;
}

.cta-5 {
  color: #efefef;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #c16544;
  background-image: url('../images/cta-bg.svg');
  background-position: -13px -15px;
  background-repeat: no-repeat;
  background-size: auto 70px;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-top: 20px;
  padding: 10px 40px;
  font-family: minerva-modern, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.cta-5:hover {
  background-color: #e7c2b4;
}

.cta-5.is-negative {
  background-color: #223730;
}

.cta-5.is-negative:hover {
  background-color: #465844;
}

.deadline-wrap-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #465844;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  display: flex;
}

.deadline-wrap-2.margin-bottom {
  margin-bottom: 30px;
}

.promo-title-4 {
  color: #223730;
  text-align: center;
  text-transform: uppercase;
  font-family: minerva-modern, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
}

.promo-title-4.white {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.text-span-4 {
  font-size: 30px;
}

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

.text-block-4 {
  color: var(--light-green);
  margin-bottom: 20px;
  font-family: minerva-modern, sans-serif;
  font-size: 18px;
}

.text-span-6, .text-span-7, .text-span-8 {
  color: var(--lightgreen-30);
  font-style: italic;
}

.text-span-9 {
  color: var(--navigatori);
  font-weight: 700;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
  position: relative;
}

.promo_icon-3 {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px;
}

.icon-promo, .image-3 {
  width: 100px;
  height: 100px;
}

.text-block-5 {
  color: var(--slate-grey);
  text-align: center;
  text-transform: uppercase;
  max-width: 160px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: minerva-modern, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-5.width-auto, .text-block-5.is-auto {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-6 {
  background-color: #c2ccbb33;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 25vw;
  max-width: 320px;
  padding: 30px;
  display: flex;
  position: relative;
}

.div-block-6.grey {
  background-color: #c2ccbb66;
  margin-right: 0;
}

.div-block-6.grey-2 {
  background-color: #c2ccbb33;
  margin-right: 20px;
}

.div-block-6.second-block {
  background-color: #c2ccbb66;
  align-self: stretch;
  min-width: 2px;
}

.div-block-6.third-block {
  background-color: #c2ccbb66;
  margin-left: -15px;
}

.div-block-6.width-100 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
}

.div-block-6.width-auto {
  width: 100%;
  max-width: none;
}

.text-block-6 {
  color: var(--dark-slate-grey);
  font-family: minerva-modern, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.text-span-10 {
  color: var(--navigatori);
}

.text-span-10.is-promo02 {
  font-size: 22px;
}

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

.div-block-8 {
  z-index: 10;
  background-color: var(--lightgreen-30);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto -35px auto auto;
  box-shadow: 0 2px 5px #0003;
}

.div-block-8.small {
  background-color: var(--slate-grey);
  width: 35px;
  height: 35px;
  right: -22px;
}

.div-block-8.small.position-centred {
  position: static;
  left: 0;
  right: 0;
}

.text-block-7 {
  color: var(--navigatori);
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.italic-text-4 {
  color: var(--navigatori);
}

.text-block-8 {
  color: var(--navigatori);
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
}

.icon-embed-xxsmall {
  color: var(--slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xxsmall-2 {
  color: var(--lightgreen-30);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.text-span-11 {
  font-weight: 700;
}

.text-span-12 {
  color: var(--navigatori);
}

.scroll-container-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-sdp-2 {
  width: 35px;
  margin-top: -5px;
}

.scopri-la-promo-2 {
  color: #efefef;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: minerva-modern, sans-serif;
  text-decoration: none;
}

.div-block-9 {
  background-color: var(--light-green);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-9 {
  background-color: var(--slate-grey);
  color: var(--lightgreen-30);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 15px;
  font-family: minerva-modern, sans-serif;
  font-size: 18px;
  position: absolute;
  top: -20px;
  left: auto;
  right: auto;
}

.text-block-10 {
  border: 1px solid var(--white);
  color: var(--lightgreen-30);
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: minerva-modern, sans-serif;
  font-size: 35px;
  line-height: 50px;
}

.text-block-11 {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

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

.div-block-10 {
  z-index: 8;
  flex-flow: column;
  display: flex;
}

.text-block-12 {
  background-color: var(--white-smoke);
  color: var(--navigatori);
  margin-bottom: 20px;
  padding: 10px 20px;
  font-family: minerva-modern, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-13 {
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: minerva-modern, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.text-block-14 {
  color: var(--light-green);
  text-align: center;
  margin-top: 10px;
  font-family: minerva-modern, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 35px;
}

.text-block-15 {
  color: var(--white-smoke);
  text-align: center;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.grid-moodboard {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: 33.3% 33.3% 33.3%;
  grid-template-columns: 1fr 10%;
  width: 100%;
  min-width: 1200px;
  height: 100%;
}

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

.grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border-top: 1px solid var(--light-green);
  border-bottom: 1px solid var(--light-green);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.logo-div {
  width: 150px;
  height: 150px;
  padding: 20px;
}

.logo-div.gessi, .logo-div.small {
  padding-left: 40px;
  padding-right: 40px;
}

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

.text-block-16 {
  color: var(--white-smoke);
  max-width: 340px;
  font-family: minerva-modern, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-17 {
  color: var(--white);
  max-width: 500px;
  font-family: minerva-modern, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.text-block-17.small {
  color: var(--navigatori-40);
  letter-spacing: .5px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-block-17.is-dark {
  color: var(--dark-slate-grey);
  max-width: 600px;
}

.text-span-13 {
  color: var(--navigatori-40);
  font-weight: 700;
}

.div-block-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  background-image: linear-gradient(#e7c2b480, #e7c2b480);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 8px 10px;
  display: flex;
}

.text-block-18 {
  color: var(--navigatori);
  font-family: minerva-modern, sans-serif;
  font-size: 30px;
}

.text-block-18.big {
  font-size: 40px;
  line-height: 40px;
}

.dot {
  background-color: #c16544cc;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.line {
  background-color: var(--white-smoke);
  width: 10%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.barra_avanzamento {
  background-color: var(--white-smoke);
  border-radius: 13px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 26px;
  margin-top: 20px;
  display: none;
  position: relative;
  overflow: hidden;
}

.barra-percentuale {
  background-color: var(--light-green);
  border-radius: 13px;
  justify-content: flex-end;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
}

.percentuale_txt {
  color: var(--dark-slate-grey);
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.bgvideo {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.storyline_line {
  background-color: var(--navigatori);
  width: 100%;
  height: 1px;
  margin-bottom: 100px;
}

.storyline {
  color: var(--dark-slate-grey);
}

.coverimg_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 80vh;
  display: flex;
  overflow: hidden;
}

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

.section-img-txt_rev {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 140px 150px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.section-img-txt_rev.grey-bg {
  background-color: var(--white-smoke);
}

.section-img-txt_rev.grey-bg.is-flex {
  flex-flow: column;
  display: flex;
}

.section-img-txt_rev.grey-bg.is-logo-partners {
  flex-flow: column;
  padding-top: 100px;
  display: flex;
}

.section-img-txt_rev.no-pad-dx {
  grid-template-columns: 1fr 2.5fr;
  padding-right: 0;
}

.section-img-txt_rev.no-pad-dx.lgreen-bg {
  background-color: var(--lightgreen-30);
}

.section-img-txt_rev.no-pad-dx.section-gallery {
  display: flex;
}

.section-img-txt_rev.green-bg {
  background-color: var(--lightgreen-30);
}

.section-img-txt_rev.centred {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-img-txt_rev.centred.hide {
  display: none;
}

.section-img-txt_rev.centred.promo {
  background-image: url('../images/deco01.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 400px;
}

.section-img-txt_rev.no-pad-sx {
  grid-template-columns: 2.5fr 1fr;
  padding-left: 0;
}

.section-img-txt_rev.no-pad-sx.lgreen-bg {
  background-color: var(--lightgreen-30);
}

.section-img-txt_rev.no-pad-sx.grey-bg.no-pad-btn {
  padding-bottom: 0;
}

.section-img-txt_rev.no-pad-sx.int-tour {
  grid-column-gap: 0px;
}

.section-img-txt_rev.pb-0 {
  padding-bottom: 0;
}

.section-img-txt_rev.section-map {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #a2ad6e;
  background-image: url('../images/map-decoration.svg');
  background-position: 50px 100%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  grid-template-columns: 3fr 1fr;
}

.section-img-txt_rev.section-map.big-section-contatti {
  grid-column-gap: 60px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 3fr;
}

.section-img-txt_rev.lgreen-bg {
  background-color: var(--lightgreen-30);
}

.section-img-txt_rev.dgreen-bg {
  background-color: #a2ad6e;
}

.section-img-txt_rev._3-cols {
  grid-template-columns: 1fr 1fr 1fr;
}

.section-img-txt_rev._3-cols.lgreen-bg.gallery-section {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
}

.section-img-txt_rev.home-section.no-pad-sx.lgreen-bg {
  align-items: center;
}

.cards-big_wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-big_wrap.big {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}



.cards-big_wrap1.big {
  grid-column-gap: 60px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.card_component {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-width: 300px;
  padding: 2.5vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card_component.max-width {
  flex: 1;
  min-width: 300px;
  max-width: 300px;
}

.card_component.max-width.height-fix {
  height: 420px;
}



.card_component1 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-width: 300px;
  padding: 2.5vw;
  text-decoration: none;
  display: flex;
  position: relative;
}





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

.icon-line-vertical {
  background-color: #fff;
  width: 2px;
  height: 18px;
  position: absolute;
}

.image_hover {
  z-index: 1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.image_hover.is-card {
  background-image: linear-gradient(355deg, #00000082 18%, #22212100 46%);
  height: 100%;
}

.icon-piu_wrapper {
  background-color: #ffffff4d;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
}

.icon-piu_wrapper.is-absolute {
  z-index: 2;
  cursor: pointer;
  background-color: #0000;
  border: 1.5px solid #fff;
  border-radius: 3px;
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: auto;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 2.5vw 2.5vw auto auto;
}

.icon-piu_wrapper.is-absolute:hover {
  background-color: #000000bf;
}

.icon-piu_wrapper.is-absolute.hide {
  display: none;
}

.icon-line-horizontal {
  background-color: #fff;
  width: 18px;
  height: 2px;
  position: absolute;
}

.image_wrapper {
  position: relative;
}

.image_wrapper.absolute {
  z-index: 0;
  inset: 0%;
}

.image_wrapper.absolute.overflow-hidden {
  position: absolute;
  overflow: hidden;
}

.image_wrapper.is-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text_wrapper {
  grid-row-gap: 25px;
}

.text_wrapper.width-100 {
  width: 100%;
}

.text_wrapper.width-100.relative {
  flex-direction: column;
}

.text_wrapper.width-100.relative.gap-10 {
  grid-row-gap: 10px;
  border-bottom: 1px solid #fff;
  justify-content: flex-end;
  padding: 10px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.icon-tipologia {
  z-index: 2;
  flex: none;
  position: relative;
}

.line-horizontal_item {
  width: 100%;
  height: 1px;
}

.line-horizontal_item.bianco.hide {
  display: none;
}

.card_wrapper {
  grid-row-gap: 10vw;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.card_wrapper.text-color-bianco {
  z-index: 2;
  position: relative;
}

.par-small {
  color: #666;
  max-width: 300px;
  margin-bottom: 40px;
  line-height: 24px;
}

.par-small.white {
  color: #fff;
}

.par-small.white.margin-bottom-0 {
  margin-bottom: 0;
}

.par-small.white.margin-bottom-0.is-barrato {
  text-decoration: line-through;
}

.par-small.is-promo {
  background-color: var(--navigatori);
  color: var(--white);
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 17px;
}

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

.list_grid_icon.bg-white {
  background-color: #fff;
}

.div-block-5-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
  position: relative;
}

.div-block-13 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  outline-color: var(--dark-slate-grey);
  outline-offset: 10px;
  outline-width: 1px;
  outline-style: solid;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.div-block-15 {
  margin-top: 10px;
  display: none;
}

.dic-placeholder {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 25vw;
  max-width: 320px;
  padding: 30px;
  display: flex;
  position: relative;
}

.dic-placeholder.grey {
  background-color: #c2ccbb66;
  margin-right: 0;
}

.dic-placeholder.grey-2 {
  background-color: #c2ccbb33;
  margin-right: 20px;
}

.dic-placeholder.second-block {
  background-color: #c2ccbb66;
  align-self: stretch;
}

.dic-placeholder.third-block {
  background-color: #c2ccbb66;
  margin-left: -15px;
}

.text-elite-promotion {
  background-color: var(--navigatori);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 15px;
  font-family: minerva-modern, sans-serif;
  font-size: 18px;
  position: absolute;
  top: -15px;
  left: auto;
  right: auto;
}

.flags05_components {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  top: 180px;
  right: 0;
  overflow: hidden;
}

.flags05_components.for-style {
  position: absolute;
  top: auto;
  bottom: auto;
}

.flags05_components.is-promo {
  top: 180px;
  left: 0;
  right: auto;
  overflow: visible;
}

.flag05_icon {
  border-radius: 0%;
  width: 70px;
  height: 70px;
  padding: 20px 10px;
  display: none;
}

.flag05_icon.is-promo {
  border-radius: 0;
}

.flag05 {
  z-index: 1;
  background-color: var(--slate-grey);
  color: #fff;
  border-radius: 60px 0 0 60px;
  flex-direction: row;
  align-items: center;
  min-width: 180px;
  font-family: minerva-modern, sans-serif;
  text-decoration: none;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  transform: translate(110px);
  box-shadow: 0 0 3px 2px #0003;
}

.flag05:hover {
  background-color: #2b2b2b;
  transform: translate(0);
}

.flag05.w--current {
  box-shadow: 0 0 3px 2px #0003;
}

.flag05.scegli {
  background-color: var(--slate-grey);
  display: none;
}

.flag05.scegli:hover {
  background-color: var(--dark-slate-grey);
}

.flag05.acquista {
  background-color: var(--navigatori);
  display: flex;
}

.flag05.acquista:hover {
  background-color: var(--dark-slate-grey);
}

.flag05.promo {
  background-color: var(--navigatori);
  border-radius: 0 60px 60px 0;
  justify-content: flex-end;
  align-items: center;
  min-width: 200px;
  transform: translate(0);
}

.flag05.promo:hover {
  background-color: var(--slate-grey);
  transform: translate(0);
}

.flag05.is_promo {
  background-color: var(--dark-slate-grey);
  transition: background-color .25s cubic-bezier(.455, .03, .515, .955), transform .25s cubic-bezier(.455, .03, .515, .955);
  display: none;
}

.flag05.is_promo:hover {
  background-color: var(--slate-grey);
}

.flag05.is_promo.is_show {
  transform: translate(0);
}

.flag05.is-promo-open {
  background-color: var(--navigatori);
  padding: 10px 20px 10px 40px;
  position: fixed;
  inset: 200px 0% auto auto;
  transform: translate(0);
}

.text-span-14 {
  color: var(--navigatori-40);
}

.text-span-15 {
  color: var(--navigatori-40);
  font-weight: 700;
}

.flag-05_icon {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  padding: 10px;
}

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

.countdown-01_column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.countdown-01_number {
  color: var(--light-green);
  font-size: 2.2em;
  line-height: 1;
}

.countdown-01_text {
  text-transform: uppercase;
  font-size: .9em;
}

.countdown-01_line {
  background-color: var(--navigatori-40);
  align-self: stretch;
  width: 1px;
}

.text-didascalia-2 {
  opacity: .5;
  color: #eaeeef;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.text-didascalia-2.in-promo {
  opacity: .8;
  position: absolute;
  inset: auto 10px 10px auto;
}

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

.apt_txt-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 0;
  display: flex;
}

.section-promo {
  background-color: #002425;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10vw 5vw;
  display: flex;
  position: relative;
}

.section-promo.is-bg {
  background-image: linear-gradient(#eaeeef, #fff0), linear-gradient(#eaeeefb3, #eaeeefb3), url('../images/iStock-500667749-mod.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.line_01-2 {
  background-color: #fff;
  width: 70%;
  height: 1px;
  position: absolute;
}

.line_01-2.is-horizontal {
  width: 40%;
}

.line_01-2.is-horizontal.is-negative {
  background-color: var(--dark-slate-grey);
  height: 2px;
}

.line_01-2.is-vertical {
  opacity: 0;
  width: 1px;
  height: 60%;
}

.line_01-2.is-vertical.is-opacity-100 {
  opacity: 1;
  height: 40%;
}

.line_01-2.is-vertical.is-opacity-100.is-negative {
  background-color: var(--dark-slate-grey);
  width: 2px;
}

.btn_wrap {
  cursor: pointer;
  background-color: #002425;
  background-image: linear-gradient(149deg, #f9d1b8, #ac7d66 47%, #9e7966 77%, #c49e88 100%, #f9d1b8 104%);
  border: 1px #ffe2bf80;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 14px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ic-style-2 {
  background-color: var(--dark-slate-grey);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-promo-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
}

.icona_txt-copy {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  min-width: 18vw;
  margin-top: 0;
  font-weight: 400;
}

.icona_txt-copy.text-color-green {
  color: #275052;
}

.icona_txt-copy.white-txt.width-auto {
  min-width: auto;
}

.bold-text-19 {
  color: #ac7d66;
}

.btn_gradient-4 {
  cursor: pointer;
  background-color: #002425;
  background-image: linear-gradient(149deg, #f9d1b8, #ac7d66 24%, #c49e88 38%, #f9d1b8 47%, #ac7d66 79%, #9e7966 95%, #d89e79);
  width: 500px;
  height: 60px;
  padding: 12px 35px;
  position: absolute;
  inset: -7px 0% 0% -2px;
}

.btn_gradient-4.is-large {
  width: auto;
  height: auto;
  padding: 0;
  top: 0;
  left: 0;
}

.icone__wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  margin: 25px;
  display: flex;
}

.icone__wrap.is-promo {
  width: auto;
  margin: 0;
}

.icone__wrap.is-promo.margin-bot {
  margin-bottom: 20px;
}

.div-block-85 {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.btn_txt {
  z-index: 1;
  color: #002425;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.div-block-86 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-4 {
  color: #eaeeef;
  margin-bottom: 80px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-4.margin-0px {
  margin-bottom: 0;
}

.paragraph-4.margin-0px.text-color-green.is-promo {
  color: #275052;
  font-weight: 500;
}

.apt-tagli {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-width: 230px;
  display: flex;
  position: relative;
}

.apt-tagli.is-promo-summer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--dark-slate-grey);
  background-color: #c2ccbb33;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 2vw;
}

.apt-tagli.is-promo-summer.is-abs {
  z-index: 12;
  background-color: #c2ccbb;
  width: auto;
  min-width: 250px;
  position: absolute;
}

.popup-03_title-2 {
  color: #c49e88;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #ac7d66, #f9d1b8 70%, #ac7d66);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 45px;
}

.popup-03_title-2.is-san-serif {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 500;
  position: relative;
}

.title-promo-2 {
  background-color: var(--navigatori);
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 8px 20px 10px;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: -20px;
  left: auto;
  right: auto;
}

.sezione-2img-text__wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 600px;
  height: 45vw;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.sezione-2img-text__wrap.promo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0 solid #c49e88;
  flex: 1;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.sezione-2img-text__wrap.promo.pad-0px {
  padding-top: 20px;
  padding-bottom: 40px;
}

.sezione-2img-text__wrap.is-promo-estate {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 0 solid #c49e88;
  flex: 1;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.text-color-orange {
  color: var(--navigatori);
}

.timbro-wrap {
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 30px 30px auto auto;
}

.line-item {
  background-color: #27505280;
  width: 1px;
}

.line-item.is-50px {
  background-color: var(--dark-slate-grey);
  height: 50px;
}

.line-item.is-50px.green {
  background-color: #275052;
}

.line-item.is-horizontal {
  background-color: var(--dark-slate-grey);
  width: 100%;
  height: 1px;
}

.txt-end-promo {
  color: #fff;
  background-color: #275052;
  border-radius: 5px;
  margin-bottom: 40px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.txt-end-promo.is-negative {
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

.txt-end-promo.margin-top {
  margin-top: 20px;
  margin-bottom: 0;
}

.ic-promo {
  object-fit: contain;
  width: 55px;
}

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

.grid_img_wrap.is-round {
  border-radius: 10px;
}

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

.btn_gradient {
  cursor: pointer;
  background-color: #002425;
  background-image: linear-gradient(149deg, #f9d1b8, #ac7d66 24%, #c49e88 38%, #f9d1b8 47%, #ac7d66 79%, #9e7966 95%, #d89e79);
  width: 520px;
  height: 60px;
  padding: 12px 35px;
  position: absolute;
  inset: -7px 0% 0% -2px;
}

.tagli-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

.tagli-grid.is-promo-grid {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--lightgreen-30);
  border-radius: 10px;
  grid-template-rows: auto minmax(auto, 300px) 250px auto minmax(auto, 300px) 500px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 40px;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.h1-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.h1-2.h1_intro {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-27 {
  color: #275052;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
}

.icon-piu {
  background-color: var(--dark-slate-grey);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px;
  display: flex;
  position: relative;
  bottom: auto;
  overflow: hidden;
}

.icon-piu:hover {
  opacity: 1;
}

.icon-piu.is-download {
  background-color: #fff0;
  border: 1px solid #275052;
  width: 30px;
  height: 30px;
  padding: 6px;
}

.icon-piu.is-download.is-pos {
  cursor: pointer;
  background-color: #275052;
}

.icon-piu.is-download.is-pos:hover {
  background-color: #002425;
}

.icon-piu.is-download.is-pos.no-hover:hover {
  background-color: #275052;
}

.h5 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

.h5.is-promo {
  color: #f9d1b8;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.h1_section {
  z-index: 1;
  color: #fcdfc7;
  text-align: center;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 38px;
  font-style: italic;
  line-height: 40px;
  position: relative;
}

.h1_section.color-txt {
  color: #275052;
  font-style: normal;
}

.h1_section.color-txt.margin-btm {
  margin-top: 30px;
  margin-bottom: 40px;
  line-height: 30px;
}

.h1_section.color-txt.margin-btm.is-promo {
  color: #275052;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 35px;
  line-height: 40px;
}

.h1_section.is-promo {
  color: #fff;
  font-weight: 400;
}

.flex-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-top: 10px;
  font-size: 14px;
}

.flex-block-2.in-promo {
  font-size: 16px;
}

.flex-block-2.is-space {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.btn_wrap-2 {
  cursor: pointer;
  background-color: #002425;
  background-image: linear-gradient(149deg, #f9d1b8, #ac7d66 47%, #9e7966 77%, #c49e88 100%, #f9d1b8 104%);
  border: 1px #ffe2bf80;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 14px 35px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn_txt-2 {
  z-index: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

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

.text-promo01.is-large {
  font-size: 26px;
}

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

.text-paragraph-promo {
  max-width: 600px;
  font-size: 18px;
  line-height: 26px;
}

.item-circle {
  background-color: #c2ccbb4d;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: auto auto -78% -64%;
}

.div-block-87 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span-17 {
  letter-spacing: 1px;
  font-size: 13px;
}

.text-span-17.text-color-orange-light {
  color: #fff0abf7;
}

.text-color-orange-light {
  color: var(--navigatori-40);
}

.div-block-88 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-89 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

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

.icon-plus {
  background-color: var(--dark-slate-grey);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.icon-plus.is-negative {
  background-color: #fff0;
  width: 40px;
  height: 40px;
}

.text-block-28 {
  width: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.title-5 {
  color: #223730;
  margin-top: 0;
}

.subtitle-4 {
  margin-top: 0;
}

.text-col-5 {
  z-index: 11;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 275px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.text-col-5.text-centred {
  margin-bottom: 60px;
}

.text-col-5.text-centred.margin-0px {
  margin-bottom: 0;
}

.text-wrap-5 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.text-wrap-5.is-auto {
  max-width: none;
}

.section-img-txt-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 140px 150px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.section-img-txt-3.centred {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-img-txt-3.centred.pad-small {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
}

.promo_link-2 {
  color: #f9eaa8;
  transition: color .35s;
}

.promo_link-2:hover {
  color: #9fc8ba;
}

.button_component {
  cursor: pointer;
  text-decoration: none;
  transition: all .35s;
}

.button_component.is-round-peach {
  border: 1px solid #d9b398;
  border-radius: 70px;
}

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

.text-span-46 {
  color: #d9b398;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: minerva-modern, sans-serif;
}

.popup-04_txt_container {
  z-index: 1;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #00000029;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 50px 5% 60px;
  display: flex;
  position: relative;
}

.popup-04_txt_container.text-color-white {
  background-color: #2d524f;
  background-image: linear-gradient(#223730e6, #223730e6), url('../images/iStock-1266554767.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.promo_heading-small {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.4;
}

.promo_heading-small.is-dark {
  border-top-color: var(--dark-slate-grey);
  border-bottom-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.popup_component-2 {
  z-index: 50;
  background-color: #0009;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.popup_component-2.is-evento {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: flex;
}

.div-block-74 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.popup-04_cointainer {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  flex-direction: row;
  flex: none;
  align-items: stretch;
  width: 80vw;
  min-width: 700px;
  max-width: 1100px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.popup-04_slide_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-72 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--navigatori);
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.promo_heading {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
  line-height: 29px;
}

.promo_heading.title {
  color: #d9b398;
  font-family: minerva-modern, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.popup-04_slider_wrapper {
  z-index: 1;
  background-color: #00000029;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.text-promozione-name {
  text-transform: uppercase;
  font-family: minerva-modern, sans-serif;
  font-size: 35px;
}

.text-promozione-name.text-color-yellow {
  color: #fff0abf7;
}

.header_title-home {
  color: var(--navigatori);
  text-align: center;
  font-family: minerva-modern, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.header_title-home.is-promo-small {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 36px;
}

.promo_icon-4 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: auto;
  margin-bottom: 4px;
  display: flex;
}

.text-block-29 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  font-style: italic;
}

.arrow-lottie {
  opacity: .64;
  filter: invert();
  width: 30px;
  height: 30px;
}

.arrow-lottie.dx {
  transform: rotate(90deg);
}

.arrow-lottie.sx {
  transform: rotate(-90deg);
}

.button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  background-color: #d9b398;
  border: 5px solid #fff;
  border-radius: 70px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .35s cubic-bezier(.25, .46, .45, .94), border-color .35s cubic-bezier(.25, .46, .45, .94), background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-2:hover {
  color: #d9b398;
  background-color: #fff;
  border-color: #d9b398;
}

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

.x-04_linea.is-white {
  background-color: #fff;
}

.x-04_linea._2 {
  transform: rotate(-45deg);
}

.text-block-30 {
  color: #fff;
  max-width: 300px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

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

.text-color-yellow {
  color: #fae4a4;
}

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

@media screen and (min-width: 1280px) {
  .popup-01_title {
    font-family: minerva-modern, sans-serif;
  }

  .popup-01_logo {
    height: 100px;
  }

  .button-brand.is-text {
    border-bottom-color: var(--white);
    color: var(--white);
    padding-bottom: 5px;
  }

  .popup-01_container-2 {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: minerva-modern, sans-serif;
    font-size: 30px;
  }

  h4 {
    color: var(--slate-grey);
    font-family: minerva-modern, sans-serif;
    font-style: italic;
    font-weight: 400;
  }

  .footer_row.footer_links {
    margin-top: 40px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero.promo_comfort-style, .hero.exclusive-promotion, .hero.promo_coming-soon, .hero.promo_02 {
    background-position: 0 0, 50% 75%;
  }

  .banner_component, .prefs_component {
    display: none;
  }

  .footer_partner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    max-width: 900px;
  }

  .section-img-txt {
    flex-direction: row;
    grid-auto-columns: 1fr;
  }

  .section-img-txt.no-pad-dx {
    grid-template-columns: 1fr 2fr;
    padding-bottom: 155px;
    padding-right: 0;
  }

  .section-img-txt.green-bg {
    background-color: var(--lightgreen-30);
  }

  .section-img-txt.centred {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-img-txt.no-pad-sx {
    grid-template-columns: 2fr 1fr;
    padding-left: 0;
  }

  .text-col.lgreen-bg {
    background-color: var(--lightgreen-30);
  }

  .text-wrap.in-promo {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .title {
    text-align: center;
    margin-top: 0;
  }

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

  .subtitle {
    margin-top: 0;
  }

  .subtitle.in-promo {
    text-align: left;
    font-size: 22px;
    line-height: 26px;
  }

  .fullimg-section.full-hp-02 {
    background-image: url('../images/Image1_004.webp');
  }

  .deco {
    width: 300px;
    position: absolute;
    bottom: 0;
    left: 100px;
  }

  .inner-gallery-section {
    display: flex;
  }

  .slider01_container.golf.is-center {
    background-image: linear-gradient(#0000, #0009), url('../images/golf_closeup-copia.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider01_container.palestra.is-center {
    background-image: linear-gradient(#0000, #0009), url('../images/Palestra_donna-copia.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider01_container.area-relax.is-center {
    background-image: linear-gradient(#0000, #0009), url('../images/iStock-2168983876.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider01_container.lockers.is-center {
    background-image: linear-gradient(#0000, #0009), url('../images/Lockers-copia.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider01_container.cowork.is-center {
    background-image: linear-gradient(#0000, #0009), url('../images/iStock-1128415729_mod-copia.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider01_container.area-living.is-center {
    background-image: linear-gradient(#0000, #0009), url('../images/iStock-1308264891_mod-copia.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider01_container.rooftop.is-center {
    background-image: linear-gradient(#0000, #0009), url('../images/rooftop_originale-copia_mod.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider01_container.coworking.is-center {
    background-image: linear-gradient(#0000, #0009), url('../images/iStock-1128415729_mod-copia.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .contact-link.last-contact-link {
    margin-bottom: 0;
  }

  .to-delete-2 {
    display: none;
  }

  .mosaic-2imgs.is-2col {
    grid-template-rows: 550px;
  }

  .title-2 {
    text-align: center;
    margin-top: 0;
  }

  .subtitle-2 {
    margin-top: 0;
  }

  .title-3 {
    text-align: center;
    margin-top: 0;
  }

  .section-img-txt-2 {
    flex-direction: row;
    grid-auto-columns: 1fr;
  }

  .section-img-txt-2.centred {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .subtitle-3 {
    margin-top: 0;
  }

  .title-4 {
    text-align: center;
    margin-top: 0;
  }

  .popup-01_component-2 {
    display: flex;
  }

  .div-block-9 {
    background-color: var(--light-green);
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-span-13 {
    color: #f8eaa7;
    font-weight: 400;
  }

  .section-img-txt_rev {
    flex-direction: row;
    grid-auto-columns: 1fr;
  }

  .section-img-txt_rev.no-pad-dx {
    grid-template-columns: 1fr 2fr;
    padding-bottom: 155px;
    padding-right: 0;
  }

  .section-img-txt_rev.green-bg {
    background-color: var(--lightgreen-30);
  }

  .section-img-txt_rev.centred {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-img-txt_rev.no-pad-sx {
    grid-template-columns: 2fr 1fr;
    padding-left: 0;
  }

  .card_component {
    height: auto;
    padding: 2vw;
  }

  .image_wrapper.is-wrapper {
    width: 100%;
    height: 100%;
  }

  .title-5 {
    text-align: center;
    margin-top: 0;
  }

  .subtitle-4 {
    margin-top: 0;
  }

  .section-img-txt-3 {
    flex-direction: row;
    grid-auto-columns: 1fr;
  }

  .section-img-txt-3.centred {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .promo_link-2 {
    color: #f8e9a7;
  }

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

  .promo_heading-small {
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    color: var(--white);
  }

  .popup_component-2.is-evento {
    display: none;
  }

  .div-block-72 {
    background-color: var(--white);
  }

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

  .promo_icon-4 {
    margin-top: 20px;
  }

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

@media screen and (max-width: 991px) {
  .tech_background {
    padding-top: 90px;
  }

  .tech_wrap {
    flex: 0 auto;
  }

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

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

  .form_field {
    line-height: 20px;
  }

  .footer {
    padding-bottom: 120px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .footer_link {
    text-align: center;
  }

  .footer_link.credits {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navbar {
    z-index: 120;
    background-color: #a2ad6e;
    border-bottom: 1px solid #0000;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding-left: 40px;
    padding-right: 40px;
    position: fixed;
  }

  .footer_row.footer_links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .footer_txt {
    text-align: center;
  }

  .heading-hero {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .hero-col-right {
    padding-right: 0;
  }

  .hero-content {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-right: 0;
  }

  .close-btn {
    right: auto;
  }

  .hero-p {
    color: #fff;
    text-align: center;
    max-width: none;
  }

  .intro_form {
    text-align: center;
  }

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

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

  .form-wrapper {
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    padding-left: 100px;
    padding-right: 100px;
  }

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

  .cta-form {
    margin-top: 10px;
  }

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

  .banner_btn {
    margin: 5px;
  }

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

  .footer_partner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .break-section {
    background-position: 5% 100%;
    background-size: auto 60%;
    padding: 100px;
  }

  .section-img-txt {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
    padding: 100px;
    display: flex;
  }

  .section-img-txt.grey-bg {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .section-img-txt.no-pad-dx {
    padding-right: 100px;
  }

  .section-img-txt.no-pad-dx.lgreen-bg.padding-sx-40 {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-right: 40px;
  }

  .section-img-txt.centred {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-img-txt.centred.promo {
    background-size: 300px;
  }

  .section-img-txt.centred.promo.padding-dx-sx {
    padding: 140px 40px;
  }

  .section-img-txt.no-pad-sx {
    padding-left: 100px;
  }

  .section-img-txt.no-pad-sx.int-tour {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-img-txt.no-pad-sx.no-pad-btn.tablet-reverse {
    flex-flow: column-reverse;
    padding-top: 140px;
    padding-left: 40px;
  }

  .section-img-txt.section-map {
    background-size: auto 40%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 160px;
  }

  .section-img-txt.section-map.big-section-contatti {
    padding-top: 100px;
  }

  .section-img-txt.home-section {
    padding-top: 160px;
  }

  .text-col {
    padding-left: 0;
    padding-right: 0;
  }

  .text-col.lgreen-bg.int-tour-text-col {
    order: -1;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-col.gallery-txt-col.lgreen-bg {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-col.service-first {
    order: -1;
  }

  .text-col.col-promo {
    min-width: auto;
  }

  .section-name-wrap {
    align-items: center;
    width: 100%;
    height: 30px;
    top: 100px;
  }

  .section-name-wrap.sn-right {
    align-items: center;
  }

  .line-section-name {
    width: 100%;
  }

  .line-section-name.line-top, .line-section-name.line-bottom {
    display: none;
  }

  .section-name {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-wrap.in-promo {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .subtitle.is-promo02 {
    width: 450px;
  }

  .cta {
    margin-top: 20px;
  }

  .deco {
    width: 250px;
    left: 40px;
  }

  .inner-gallery-section {
    flex-direction: column;
  }

  .slider-servizi {
    padding-bottom: 125px;
  }

  .slider01_container.cowork {
    background-image: linear-gradient(to right, #0000, #0006), url('../images/iStock-1128415729_mod-copia.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider01_container.rooftop {
    background-image: linear-gradient(to right, #0000, #0009 75%), url('../images/rooftop_originale-copia_mod.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider01_arrow {
    bottom: 105px;
  }

  .mask.mask-it {
    height: 40vw;
  }

  .slider {
    order: 1;
  }

  .img_gallery {
    padding-top: 56.25%;
  }

  .col-contatti {
    align-items: center;
  }

  .contact-container {
    justify-content: center;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .contact-logo {
    display: flex;
  }

  .contact-logo.big-contact-logo {
    justify-content: center;
  }

  .contact-txt {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .logo-bianco-contatti {
    width: 100px;
  }

  .navlinks_wrapper {
    display: none;
  }

  .logo-wrap {
    opacity: 0;
    display: flex;
  }

  .navbar-trigger {
    height: 10px;
    min-height: auto;
  }

  .image {
    order: 1;
  }

  .html-embed {
    width: 100%;
  }

  .nowrap {
    white-space: nowrap;
  }

  .hamburger-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 60px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    position: relative;
  }

  .hamb-line {
    background-color: var(--white-smoke);
    width: 35px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamb-line.line02 {
    width: 45px;
  }

  .mobile-menu {
    z-index: 119;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white-smoke);
    grid-template-rows: auto;
    grid-template-columns: 300px 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 0;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .mobile-navlinks-col {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    display: flex;
    position: relative;
  }

  .mobile-menu-img {
    background-image: url('../images/Navigatori_VPInterior_01_rev04-copia.webp');
    background-position: 50%;
    background-size: cover;
    flex: 1;
  }

  .mobile-navlinks-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 60px;
    display: flex;
  }

  .mobile-navlink {
    color: #ffffff;
    text-transform: uppercase;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-navlink.w--current {
    color: #00000;
    background-image: url('../images/mobile-sel.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .mobile-navlink.contatti-mobile.w--current {
    color: #a2ad6e;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .mobile-navlink.is-promo {
    background-color: var(--dark-slate-grey);
    color: var(--white-smoke);
    background-image: none;
    border-radius: 20px;
    margin-left: 40px;
    padding: 5px 10px;
  }

  .mobile-navlink.is-promo.w--current {
    background-color: var(--navigatori);
  }

  .logo-menu-mobile {
    position: absolute;
    inset: 20px auto auto 50px;
  }

  .logo-mm-img {
    width: 80px;
  }

  .form-bg {
    display: none;
  }

  .tech_background-2 {
    padding-top: 90px;
  }

  .tech_wrap-2 {
    flex: 0 auto;
  }

  .cta-form-2 {
    margin-top: 10px;
  }

  .tech_wrap-3, .tech_wrap-4 {
    flex: 0 auto;
  }

  .mosaic-2imgs.is-2col {
    height: 400px;
  }

  .gal-thumb.gal-prog {
    background-size: auto, cover;
  }

  .gal-thumb.gal-int, .gal-thumb.gal-cont {
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .gallery {
    width: 100%;
  }

  .plan-wrapper {
    background-image: url('../images/trilocale-planimetria-VT-orizz.png');
    padding-bottom: 40vw;
  }

  .vt-button.vtb-01 {
    top: 77%;
    left: 64%;
    transform: rotate(180deg);
  }

  .vt-button.vtb-03 {
    top: 23%;
    left: 12%;
    transform: rotate(35deg);
  }

  .vt-button.vtb-02 {
    top: 34%;
    left: 35%;
    transform: rotate(90deg);
  }

  .infinite-slider {
    min-height: 550px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .infinite-slider.is-small {
    height: 80vh;
    min-height: 650px;
  }

  .text-wrap-gallery {
    margin-bottom: 60px;
  }

  .text-wrap-gallery.service-gallery-txt.margin-0px {
    margin-bottom: 0;
  }

  .splide__track {
    min-height: 600px;
  }

  .splide__slide {
    width: 80%;
    min-height: 400px;
    max-height: 700px;
  }

  .splide__slide.is-active {
    min-height: 500px;
  }

  .splide__list {
    height: 70vh;
  }

  .flags04_components {
    width: 70px;
    margin-top: 0;
    top: 140px;
    overflow: visible;
  }

  .flags04_popup_box {
    align-self: center;
    max-width: 100%;
  }

  .flag04.scegli {
    transform: translate(0);
  }

  .flag04.scegli:hover {
    transform: translate(-110px);
  }

  .flag04.acquista {
    transform: translate(0);
  }

  .flag04.acquista:hover {
    transform: translate(-110px);
  }

  .flags_popup_x {
    flex: none;
    position: fixed;
    top: 90px;
    right: 45px;
  }

  .flag04_txt {
    margin-left: 0;
  }

  .flags04_popup_asta {
    background-color: #fff;
  }

  .flags04_popup_container {
    flex-direction: column;
  }

  .flags_popup {
    padding-top: 100px;
  }

  .mob-lang_wrapper {
    margin-top: 10vh;
  }

  .mobile-navlink-2 {
    color: #a2ad6e;
    text-transform: uppercase;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-navlink-2.w--current {
    color: #a2ad6e;
    background-image: url('../images/mobile-sel.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .mobile-navlink-2.mob-lang {
    flex-direction: column;
    display: flex;
  }

  .mobile-navlink-2.mob-lang.w--current {
    color: #c16544;
    background-image: none;
  }

  .footer_txt-2, .footer_link-2 {
    text-align: center;
  }

  .popup03_wrap {
    flex-direction: column-reverse;
    height: auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .popup_txt {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 0;
    width: 100%;
    max-width: none;
  }

  .popup_img {
    border-top-left-radius: 0;
    border-bottom-right-radius: 40px;
    flex: none;
    justify-content: center;
    width: 100%;
    min-height: 50vw;
  }

  .popup_component {
    padding: 80px 40px 40px;
  }

  .popup03_subtitle {
    white-space: normal;
    margin-top: 5px;
    font-size: 19px;
  }

  .promo_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .label02_txt {
    padding-bottom: 0;
  }

  .promo_components {
    z-index: 30;
  }

  .cifre-countdown, .cifre-countdown._1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cifre-2 {
    font-size: 25px;
    line-height: 25px;
  }

  .div-countdown {
    position: static;
  }

  .scadenza-promozione {
    color: #fff;
    text-align: center;
    max-width: none;
  }

  .div-countdown-2 {
    margin-bottom: 40px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .cifre-countdown-2, .cifre-countdown-2._1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .promo_wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .title-2.promo-name {
    font-size: 33px;
    line-height: 43px;
  }

  .text-col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-col-2.col-promo {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-wrap-2 {
    margin-bottom: 60px;
  }

  .pacchetto-arredo {
    margin-top: 40px;
  }

  .section-img-txt-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    padding: 160px 100px 100px;
    display: flex;
  }

  .section-img-txt-2.centred {
    background-size: 300px;
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-img-txt-2.centred.interior-pack {
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-img-txt-2.grey-bg {
    flex-direction: column;
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .tipologici-box {
    height: 35vw;
  }

  .tipologici-box.attico {
    background-image: linear-gradient(to top, #000c, #0000), url('../images/Image4.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .text-col-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrap-3 {
    margin-bottom: 60px;
  }

  .tipologici-wrapper {
    margin-top: 0;
  }

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

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

  .popup-01_component {
    padding-left: 40px;
    padding-right: 40px;
  }

  .label02_component-2 {
    border-style: solid solid none;
  }

  .label02_title {
    border-bottom-style: none;
  }

  .label02_txt-2 {
    padding-bottom: 0;
  }

  .text-wrap-4 {
    margin-bottom: 60px;
  }

  .text-col-4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tipologici-box-2.attico {
    background-image: linear-gradient(to top, #000c, #0000), url('../images/Image4.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .tipologici-wrapper-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .popup-01_component-2 {
    justify-content: flex-start;
    padding: 100px 40px;
  }

  .popup-01_container-2 {
    padding: 20px 0;
  }

  .pittogramma-absolute {
    width: 70px;
    height: 243px;
  }

  .cta-5 {
    margin-top: 20px;
  }

  .div-block-5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .image-3 {
    width: 70px;
    height: 70px;
  }

  .text-block-5 {
    max-width: none;
  }

  .div-block-6 {
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-6.third-block {
    margin-top: -15px;
    margin-left: 0;
    padding-bottom: 40px;
  }

  .div-block-6.width-100 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-8 {
    inset: auto auto -25px;
  }

  .div-block-8.small {
    bottom: -22px;
    right: auto;
  }

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

  .icon-embed-xxsmall-2 {
    transform: rotate(90deg);
  }

  .text-block-14 {
    max-width: 500px;
  }

  .grid-moodboard {
    grid-template-rows: auto 15%;
    grid-template-columns: 1fr 1fr 1fr;
    min-width: auto;
    height: 60vw;
  }

  .image-cover {
    order: 1;
  }

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

  .logo-div {
    height: 110px;
  }

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

  .storyline_line {
    margin-bottom: 50px;
  }

  .news_title {
    order: 1;
    width: 100%;
  }

  .section-img-txt_rev {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
    align-items: center;
    padding: 100px;
    display: flex;
  }

  .section-img-txt_rev.grey-bg {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .section-img-txt_rev.no-pad-dx {
    padding-right: 100px;
  }

  .section-img-txt_rev.green-bg {
    flex-flow: column-reverse;
  }

  .section-img-txt_rev.centred {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-img-txt_rev.centred.promo {
    background-size: 300px;
  }

  .section-img-txt_rev.no-pad-sx {
    padding-left: 100px;
  }

  .section-img-txt_rev.no-pad-sx.int-tour {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-img-txt_rev.section-map {
    background-size: auto 40%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 160px;
  }

  .section-img-txt_rev.section-map.big-section-contatti {
    padding-top: 100px;
  }

  .section-img-txt_rev.home-section {
    padding-top: 160px;
  }

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

  .cards-big_wrap.big {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .card_component.max-width.height-fix {
    max-width: none;
    height: 400px;
    margin-right: 10px;
  }

  .icon-piu_wrapper {
    flex: none;
  }

  .icon-piu_wrapper.is-absolute.hide {
    display: none;
  }

  .par-small {
    max-width: 100%;
  }

  .div-block-5-copy {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-13 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .dic-placeholder {
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dic-placeholder.third-block {
    margin-top: -15px;
    margin-left: 0;
    padding-bottom: 40px;
  }

  .flags05_components {
    width: 70px;
    margin-top: 0;
    top: 140px;
    overflow: visible;
  }

  .flag05.scegli {
    transform: translate(0);
  }

  .flag05.scegli:hover {
    transform: translate(-110px);
  }

  .flag05.acquista {
    transform: translate(0);
  }

  .flag05.acquista:hover {
    transform: translate(-110px);
  }

  .flag05.is_promo {
    transform: translate(0);
  }

  .flag05.is_promo:hover {
    transform: translate(-110px);
  }

  .flag05.is-promo-open {
    top: 230px;
  }

  .flag-05_icon {
    width: 50px;
    height: 50px;
  }

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

  .apt_txt-2 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .section-promo {
    padding: 75px 60px 60px;
  }

  .ic-style-2 {
    width: 80px;
    height: 80px;
  }

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

  .btn_txt, .paragraph-4 {
    text-align: center;
  }

  .popup-03_title-2.is-san-serif {
    font-size: 30px;
    line-height: 35px;
  }

  .title-promo-2 {
    font-size: 23px;
  }

  .sezione-2img-text__wrap {
    height: auto;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .sezione-2img-text__wrap.promo {
    padding-left: 0;
    padding-right: 0;
  }

  .ic-promo {
    width: 40px;
  }

  .grid_img_wrap.is-round.tablet_display-none {
    display: none;
  }

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

  .tagli-grid.is-promo-grid {
    grid-template-rows: auto auto 250px auto auto 400px minmax(auto, 150fr);
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }

  .h1-2.h1_intro {
    z-index: 2;
    width: 80vw;
    position: relative;
  }

  .h1-2.h1_intro.is-serif-capitalize {
    width: auto;
    font-size: 30px;
    line-height: 35px;
  }

  .h5.is-promo {
    font-size: 18px;
    line-height: 22px;
  }

  .h1_section {
    max-width: 500px;
  }

  .h1_section.color-txt.margin-btm {
    margin-bottom: 20px;
  }

  .h1_section.color-txt.margin-btm.is-promo {
    max-width: none;
    font-size: 30px;
    line-height: 35px;
  }

  .h1_section.is-promo {
    font-size: 30px;
    line-height: 35px;
  }

  .btn_wrap-2 {
    padding: 16px 29px;
  }

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

  .item-circle {
    width: 100px;
    height: 100px;
    bottom: -63%;
    left: -42%;
  }

  .text-col-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-img-txt-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
    padding: 100px;
    display: flex;
  }

  .section-img-txt-3.centred {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .popup_component-2 {
    padding: 40px;
  }

  .popup-04_cointainer {
    flex-direction: column-reverse;
    width: 100%;
    min-width: auto;
    max-width: 80vw;
    height: auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .promo_heading {
    text-align: center;
    line-height: 32px;
  }

  .popup-04_slider_wrapper {
    width: 100%;
    min-height: 300px;
    max-height: 400px;
  }

  .button-2 {
    min-width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-30 {
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .tech_background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tech_wrap {
    padding: 20px;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .footer {
    padding-bottom: 120px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .navbar {
    height: 50px;
    padding-left: 50px;
  }

  .tabella {
    min-width: 750px;
  }

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

  .background-video {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .logo-foro {
    max-width: 80px;
  }

  .logo-foro.is-promo {
    max-width: 100px;
  }

  .heading-hero {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-hero.hh-int.is-promo.bg-arancio {
    font-size: 26px;
  }

  .heading-hero.hh-int.is-promo.comfort-style {
    font-size: 30px;
    line-height: 50px;
  }

  .heading-hero.is-promo01 {
    white-space: normal;
    max-width: 350px;
  }

  .hero-content {
    margin-top: 0;
  }

  .hero-p {
    color: #fff;
  }

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

  .form-wrapper {
    width: 100vw;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-txt {
    margin-top: 20px;
  }

  .hero {
    align-items: center;
    padding: 40px;
  }

  .cta-form {
    margin-top: 20px;
  }

  .banner_text {
    margin-right: 0;
  }

  .banner_buttons-wrapper {
    margin-top: 20px;
  }

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

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

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

  .banner_title {
    font-size: 20px;
  }

  .footer_partner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .break-section, .section-img-txt {
    padding: 60px;
  }

  .section-img-txt.grey-bg.is-logo-partners {
    padding-top: 60px;
  }

  .section-img-txt.no-pad-dx {
    padding-right: 60px;
  }

  .section-img-txt.no-pad-dx.lgreen-bg.padding-sx-40 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-img-txt.centred.dgreen-bg.is-promo {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-img-txt.centred.promo.padding-dx-sx {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-img-txt.no-pad-sx {
    padding-left: 60px;
  }

  .section-img-txt.no-pad-sx.int-tour {
    background-color: var(--lightgreen-30);
    flex-direction: row;
    padding: 0;
  }

  .section-img-txt.no-pad-sx.no-pad-btn.tablet-reverse {
    padding-top: 100px;
  }

  .section-img-txt.section-map.big-section-contatti {
    padding-top: 60px;
  }

  .section-img-txt.home-section {
    padding-top: 140px;
  }

  .text-col.lgreen-bg.int-tour-text-col {
    order: 0;
    width: auto;
    padding-left: 20px;
    padding-right: 60px;
  }

  .text-col.gallery-txt-col.lgreen-bg {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-name-wrap {
    top: 80px;
  }

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

  .subtitle {
    font-size: 14px;
  }

  .subtitle.is-promo02 {
    width: auto;
  }

  .subtitle.in-promo {
    font-size: 18px;
  }

  .cta {
    margin-top: 40px;
  }

  .slider-servizi {
    padding-top: 60px;
    padding-bottom: 85px;
  }

  .mask01 {
    height: 400px;
    max-height: none;
  }

  .slide-servizi {
    margin-right: 10px;
  }

  .slider01_container {
    flex-direction: column;
  }

  .slider01_container.rooftop {
    background-image: linear-gradient(to right, #0000, #0000004d 33%, #0009 80%), url('../images/rooftop_originale-copia_mod.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider01_arrow {
    bottom: 65px;
  }

  .mask.mask-it {
    height: 60vw;
  }

  .slider {
    order: 0;
  }

  .contact-txt.big-contact-txt {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .logo-sticky {
    width: 100px;
  }

  .hamburger-wrapper {
    transform: scale(.7);
  }

  .mobile-menu {
    grid-template-columns: 220px 1fr;
  }

  .logo-menu-mobile.w--current {
    top: 10px;
    left: 50px;
  }

  .logo-mm-img {
    width: 60px;
  }

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

  .tech_wrap-2 {
    padding: 20px;
  }

  .cta-form-2 {
    margin-top: 20px;
  }

  .tech_wrap-3, .tech_wrap-4 {
    padding: 20px;
  }

  .mosaic-2imgs.in-promo {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: .5fr 1fr;
    min-height: 400px;
  }

  .mosaic-2imgs.in-promo-reverse {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    min-height: 400px;
  }

  .mosaic-2imgs.is-2col {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-rows: 350px 250px;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    height: auto;
    min-height: auto;
    display: grid;
  }

  .plan-wrapper {
    background-image: url('../images/trilocale-planimetria-VT.png');
    margin-top: 10px;
  }

  .vt-button.vtb-01 {
    top: 58%;
    left: 10%;
    transform: rotate(-90deg);
  }

  .vt-button.vtb-03 {
    top: 4%;
    left: 51%;
    transform: rotate(125deg);
  }

  .vt-button.vtb-02 {
    top: 30%;
    left: 43%;
    transform: rotate(180deg);
  }

  .infinite-slider {
    height: 550px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .infinite-slider.is-small {
    height: auto;
    min-height: auto;
  }

  .splide__track {
    height: 500px;
  }

  .splide__arrows.pos-02 {
    bottom: 0;
  }

  .splide.slider1 {
    padding-bottom: 60px;
  }

  .splide__slide {
    height: 400px;
  }

  .splide__slide.is-active, .splide__slide.is-active02 {
    height: 500px;
  }

  .embed-arrow {
    width: 60px;
    height: 40px;
  }

  .splide__list {
    min-height: 400px;
  }

  .splide__arrow {
    background-position: 55%;
    background-size: auto 20px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
  }

  .flags04_components {
    top: 100px;
  }

  .flags04_components.is-promo {
    border-top: 1px solid var(--white);
    justify-content: center;
    align-items: stretch;
    width: 50%;
    height: 50px;
    padding-bottom: 0;
    inset: auto 0 0 auto;
  }

  .flags04_popup_logo {
    top: 51px;
  }

  .flags04_popup_row {
    max-width: 100%;
  }

  .flags04_popup_box {
    text-align: center;
    min-width: auto;
  }

  .flag04 {
    box-shadow: 0 0 2px 1px #0000001a;
  }

  .flag04:hover {
    background-color: #a2ad6e;
  }

  .flag04.promo {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flags_popup_x {
    top: 60px;
    right: 5px;
  }

  .flag04_icon {
    width: 70px;
    height: 70px;
  }

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

  .flag04_txt {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: none;
  }

  .flag04_txt.desktop-display-none {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .flags_popup {
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
    padding-left: 50px;
    padding-right: 50px;
  }

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

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

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

  .banner_container-2 {
    grid-auto-columns: 1fr;
  }

  .banner_text-2 {
    margin-right: 0;
  }

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

  .banner_btn-2 {
    flex: 1;
  }

  .banner_btn-2.banner {
    flex: 0 auto;
  }

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

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

  .cookie_tab {
    min-width: 750px;
  }

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

  .cookie_tab-2 {
    min-width: 750px;
  }

  .popup_img {
    height: 250px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .popup_component {
    padding: 60px 20px 20px;
  }

  .popup03_subtitle {
    font-size: 18px;
  }

  .plus-wrapper {
    line-height: 14px;
  }

  .plus {
    padding-bottom: 10px;
    line-height: 50px;
  }

  .label02_component {
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .cifre-countdown, .cifre-countdown._1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll.w--current {
    display: none;
  }

  .scadenza-promozione {
    color: #fff;
  }

  .div-countdown-2 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .cifre-countdown-2, .cifre-countdown-2._1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .promo_icon-2 {
    width: 100px;
    height: 100px;
  }

  .par-3 {
    margin-top: 5px;
  }

  .promo_wrapper-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .promo-title-2.white {
    font-size: 18px;
  }

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

  .title-2.promo-name {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    line-height: 35px;
  }

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

  .text-col-2.molteni {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-molteni-3 {
    margin-bottom: 10px;
  }

  .text-wrap-2 {
    margin-bottom: 40px;
  }

  .ip-col {
    max-width: 300px;
  }

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

  .pacchetto-arredo {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .section-img-txt-2 {
    padding: 140px 60px 60px;
  }

  .section-img-txt-2.centred, .section-img-txt-2.centred.interior-pack {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-img-txt-2.centred.no-deco {
    background-image: linear-gradient(to bottom, null, null), url('../images/break-decoration.svg');
    background-size: auto, 75vw;
  }

  .section-img-txt-2.grey-bg {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .subtitle-3 {
    font-size: 16px;
  }

  .tipologici-box {
    height: 40vw;
  }

  .tipologici-box.attico {
    height: 30vw;
  }

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

  .tipologici-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .promo-section {
    padding: 60px;
  }

  .promo-desc.capitalize-none {
    font-size: 18px;
    line-height: 25px;
  }

  .promo-txt {
    margin-top: 20px;
  }

  .popup-01_wrapper {
    align-items: flex-start;
    display: flex;
  }

  .popup-01_component {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-01_logo {
    width: 70px;
    height: 70px;
  }

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

  .label02_component-2 {
    z-index: 20;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    width: 50%;
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .label02_title_wrap {
    display: none;
  }

  .label02_title {
    font-size: 16px;
  }

  .label02_title.display-none {
    display: flex;
  }

  .label02_text.is-btn {
    font-size: 14px;
  }

  .text-wrap-4 {
    margin-bottom: 40px;
  }

  .tipologici-box-2 {
    height: 40vw;
  }

  .tipologici-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .deadline-wrap.margin-botto-60 {
    align-items: center;
  }

  .popup-01_component-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .promo-title-4.white {
    font-size: 18px;
  }

  .text-block-10 {
    font-size: 30px;
    line-height: 45px;
  }

  .text-block-12 {
    font-size: 30px;
    line-height: 35px;
  }

  .grid-moodboard {
    min-height: 400px;
  }

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

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

  .text-block-16 {
    font-size: 24px;
  }

  .section-img-txt_rev {
    padding: 60px;
  }

  .section-img-txt_rev.grey-bg.is-logo-partners {
    padding-top: 60px;
  }

  .section-img-txt_rev.no-pad-dx {
    padding-right: 60px;
  }

  .section-img-txt_rev.no-pad-sx {
    padding-left: 60px;
  }

  .section-img-txt_rev.no-pad-sx.int-tour {
    background-color: var(--lightgreen-30);
    flex-direction: row;
    padding: 0;
  }

  .section-img-txt_rev.section-map.big-section-contatti {
    padding-top: 60px;
  }

  .section-img-txt_rev.home-section {
    padding-top: 140px;
  }

  .cards-big_wrap.big {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .card_component {
    padding: 6vw;
  }

  .card_component.max-width.height-fix {
    max-width: none;
    padding: 3vw;
  }

  .icon-piu_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-piu_wrapper.is-absolute {
    top: 189px;
  }

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

  .div-block-13 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flags05_components {
    top: 100px;
  }

  .flag05_icon {
    width: 70px;
    height: 70px;
  }

  .flag05 {
    box-shadow: 0 0 2px 1px #0000001a;
  }

  .flag05:hover {
    background-color: #a74736;
  }

  .flag05.is-promo-open {
    z-index: 20;
    border-top: 1px solid var(--white);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 50%;
    min-width: auto;
    height: 50px;
    top: auto;
    bottom: 0;
    right: 0%;
  }

  .apt_txt-2 {
    padding-bottom: 10px;
  }

  .section-promo {
    flex-direction: column;
    padding: 80px 40px 40px;
  }

  .icone__wrap {
    width: 110px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .apt-tagli.is-promo-summer {
    min-width: auto;
    margin-top: 0;
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .popup-03_title-2 {
    font-size: 3em;
  }

  .title-promo-2 {
    font-size: 21px;
    line-height: 20px;
  }

  .sezione-2img-text__wrap {
    width: 90%;
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .sezione-2img-text__wrap.promo {
    margin-top: 0;
  }

  .sezione-2img-text__wrap.is-promo-estate {
    margin-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .line-item.is-50px.green.is-promo {
    width: 1px;
    height: 50px;
  }

  .grid_img_wrap.is-round.mobile_display-none {
    display: none;
  }

  .tagli-grid {
    height: auto;
  }

  .tagli-grid.is-promo-grid {
    flex-flow: column;
    grid-template-rows: auto auto auto 250px auto auto auto 250px auto;
    grid-template-columns: minmax(auto, auto);
    grid-auto-rows: 250px;
    align-items: center;
    margin-top: 20px;
  }

  .h1-2.h1_intro {
    width: 85vw;
    font-size: 30px;
    line-height: 40px;
  }

  .icon-piu {
    width: 40px;
    height: 40px;
  }

  .icon-piu.w--current {
    padding-right: 0;
  }

  .icon-piu.is-download.is-pos.no-hover {
    width: 25px;
    height: 25px;
  }

  .h1_section.color-txt.margin-btm {
    font-size: 35px;
    line-height: 40px;
  }

  .h1_section.color-txt.margin-btm.is-promo {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 30px;
  }

  .h1_section.is-promo {
    margin-top: 0;
  }

  .flex-block-2.in-promo {
    flex-flow: row;
  }

  .italic-text-5 {
    font-size: 12px;
  }

  .div-block-87 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

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

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

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

  .section-img-txt-3 {
    padding: 60px;
  }

  .promo_heading-small {
    font-size: 1rem;
  }

  .popup_component-2 {
    padding: 20px;
  }

  .promo_heading {
    font-size: 18px;
    line-height: 25px;
  }

  .header_title-home {
    font-size: 30px;
  }

  .arrow-lottie.dx, .arrow-lottie.sx {
    display: none;
  }

  .text-span-48 {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .tech_background {
    padding: 65px 5px 122px;
  }

  .tech_wrap {
    padding: 20px 15px;
  }

  .page_contatto {
    font-size: 18px;
  }

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

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

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

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

  .background-video {
    background-image: linear-gradient(#000000b3, #000000b3);
    flex: none;
    height: 90vh;
    position: absolute;
  }

  .logo-foro {
    max-width: 100px;
  }

  .logo-foro.is-promo {
    max-width: 80px;
  }

  .heading-hero {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-hero.hh-int.is-promo {
    white-space: normal;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 34px;
  }

  .heading-hero.hh-int.is-promo.bg-arancio {
    white-space: normal;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 21px;
    line-height: 30px;
  }

  .heading-hero.hh-int.is-promo.comfort-style {
    white-space: nowrap;
  }

  .heading-hero.hh-int.is-promo.comfort-style.in-promo {
    font-size: 28px;
  }

  .heading-hero.is-promo01 {
    white-space: normal;
    max-width: 280px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-hero.is-promo01.is-small {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-content {
    justify-content: center;
    min-height: 55vh;
    padding: 40px 20px;
  }

  .hero-p {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .checkbox-2.w--redirected-checked {
    background-color: var(--slate-grey);
  }

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

  .hero-txt {
    justify-content: center;
    margin-top: 0;
  }

  .hero {
    background-image: none;
    background-position: 0 0;
    height: 90vh;
    padding: 0;
    position: relative;
  }

  .hero.hero-promo, .hero.promo_comfort-style {
    height: auto;
    min-height: 90vh;
  }

  .hero.exclusive-promotion {
    background-image: linear-gradient(0deg, #00000080, #fff0), linear-gradient(#00000080, #fff0 50%), linear-gradient(#0003, #0003), url('../images/Navigatori_VPExterior_17_Rev05-copia.webp');
    background-position: 0 0, 0 0, 0 0, 46%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    height: auto;
    min-height: 90vh;
  }

  .hero.promo_coming-soon {
    background-image: linear-gradient(0deg, #000c 16%, #fff0 78%), linear-gradient(#0000004d, #0000004d), url('../images/Navigatori_VPInterior_05_REV002-copia.webp'), url('../images/Impreme-Navigatori-Moodboard-B2C_rev12_32-copia.webp');
    background-position: 0 0, 0 0, 50% 100%, 50% 90%;
    background-repeat: repeat, repeat, no-repeat, no-repeat;
    background-size: auto, auto, cover, cover;
    height: auto;
    min-height: 90vh;
  }

  .hero.promo_02 {
    height: auto;
    min-height: 90vh;
  }

  .banner_text {
    margin-right: 0;
  }

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

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

  .banner_btn {
    margin-bottom: 8px;
  }

  .prefs_form {
    max-height: 86vh;
  }

  .prefs_buttons-wrapper.pref {
    flex-wrap: wrap;
  }

  .banner-prefs, .prefs_component {
    padding: 24px;
  }

  .break-section {
    background-image: linear-gradient(#223730b3, #223730b3), url('../images/break-bg.svg');
    background-position: 0 0, 5% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .break-txt {
    font-size: 16px;
    line-height: 24px;
  }

  .section-img-txt {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px 20px;
  }

  .section-img-txt.no-pad-dx {
    padding-right: 20px;
  }

  .section-img-txt.centred {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-img-txt.centred.dgreen-bg.is-promo {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-img-txt.centred.promo {
    background-size: 50vw;
    padding: 60px 40px;
  }

  .section-img-txt.centred.promo.padding-dx-sx {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-img-txt.no-pad-sx {
    padding-left: 20px;
  }

  .section-img-txt.no-pad-sx.int-tour {
    flex-direction: column;
    padding: 40px;
  }

  .section-img-txt.section-map {
    background-position: 20px 100%;
    background-size: auto 40%;
  }

  .section-img-txt.section-map.big-section-contatti {
    padding-top: 40px;
  }

  .section-img-txt._3-cols.lgreen-bg {
    grid-row-gap: 40px;
  }

  .text-col {
    min-width: auto;
  }

  .text-col.lgreen-bg.int-tour-text-col {
    order: -1;
    width: 100%;
    padding: 0 0 40px;
  }

  .text-col.gallery-txt-col.lgreen-bg {
    padding: 40px 20px;
  }

  .text-col.text-centred {
    margin-bottom: 40px;
  }

  .text-col.col-promo {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-wrap.in-promo {
    max-width: none;
  }

  .subtitle.is-promo02 {
    width: auto;
    font-size: 20px;
    line-height: 24px;
  }

  .cta {
    text-align: center;
  }

  .cta.cta-form.in-promo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .deco {
    width: 150px;
  }

  .slider-servizi {
    padding-bottom: 65px;
  }

  .slider01_container {
    align-items: center;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .slider01_container.golf {
    background-image: linear-gradient(#0000, #0009), url('../images/golf_closeup-copia.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider01_container.palestra {
    background-image: linear-gradient(#0000, #0009), url('../images/Palestra_donna-copia.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider01_container.area-relax {
    background-image: linear-gradient(#0000, #0009), url('../images/relax-copia.webp');
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider01_container.area-living {
    background-image: linear-gradient(#0000, #000), url('../images/areaLiving-copia.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider01_container.lockers {
    background-image: linear-gradient(#0000, #0009), url('../images/Lockers-copia.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider01_container.area-living {
    background-image: linear-gradient(#0000, #000), url('../images/iStock-1308264891_mod-copia.webp');
  }

  .slider01_container.cowork {
    background-image: linear-gradient(#0000, #0009), url('../images/iStock-1128415729_mod-copia.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider01_container.rooftop {
    background-image: linear-gradient(#0000, #0009 77%), url('../images/rooftop_originale-copia_mod.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider01_container.coworking {
    background-image: linear-gradient(#0000, #0009), url('../images/cowork-copia.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider01_arrow {
    margin-right: 0;
    bottom: 45px;
    left: auto;
    right: 50%;
    transform: translate(-10px);
  }

  .slider01_arrow.right {
    margin-left: 0;
    left: 50%;
    right: auto;
    transform: translate(10px);
  }

  .contact-container {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .contact-container.big-contact-container {
    min-width: auto;
  }

  .contact-logo {
    border-right-style: none;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 0;
    padding-right: 0;
  }

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

  .contact-link {
    margin-bottom: 20px;
  }

  .html-embed {
    min-width: auto;
  }

  .mobile-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/Navigatori_VPInterior_01_rev04-copia.webp');
    background-position: 50%;
    background-size: cover;
    grid-template-rows: auto;
    grid-template-columns: 1fr 90px;
    grid-auto-columns: 1fr;
  }

  .mobile-navlinks-col {
    background-color: #7f8d3e57;
  }

  .mobile-menu-img {
    display: none;
  }

  .tech_background-2 {
    padding: 65px 5px 122px;
  }

  .tech_wrap-2, .tech_wrap-3 {
    padding: 20px 15px;
  }

  .page_contatto-2 {
    font-size: 18px;
  }

  .tech_wrap-4 {
    padding: 20px 15px;
  }

  .mosaic-2imgs {
    height: 56vw;
  }

  .mosaic-2imgs.in-promo, .mosaic-2imgs.in-promo-reverse {
    height: 200px;
    min-height: auto;
  }

  .mos-img-02, .grid-img.grid-img-02 {
    display: none;
  }

  .plan-wrapper {
    background-image: url('../images/trilocale-planimetria-VT-orizz.png');
    margin-top: 40px;
    padding-bottom: 45vw;
  }

  .vt-button.vtb-01 {
    top: 75%;
    left: 62%;
    transform: rotate(180deg);
  }

  .vt-button.vtb-03 {
    top: 20%;
    left: 12%;
    transform: rotate(35deg);
  }

  .vt-button.vtb-02 {
    left: 32%;
    transform: rotate(90deg);
  }

  .infinite-slider {
    height: 65vh;
    min-height: auto;
    margin-bottom: 40px;
  }

  .splide__track {
    height: 60vh;
    min-height: auto;
  }

  .splide__arrows {
    bottom: -18px;
  }

  .splide.slider1 {
    padding-bottom: 20px;
  }

  .splide__slide {
    height: 50vh;
    min-height: auto;
  }

  .splide__slide.is-active, .splide__slide.is-active02 {
    height: 60vh;
    min-height: auto;
  }

  .splide__list {
    height: 60vh;
  }

  .flags04_components {
    width: 70px;
  }

  .flags04_popup_line {
    height: 60px;
  }

  .flags04_popup_row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }

  .flags04_popup_box {
    text-align: center;
    align-self: auto;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flag04 {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 0;
    bottom: 0;
    left: 10px;
  }

  .flag04.promo {
    flex-flow: row-reverse wrap;
    width: 100%;
    min-width: auto;
    bottom: auto;
    left: auto;
    transform: translate(0);
  }

  .flag04_icon {
    width: 60px;
    height: 60px;
  }

  .flag04_txt {
    text-align: center;
  }

  .flag04_txt.desktop-display-none {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    font-size: 15px;
  }

  .flags04_popup_icon {
    width: 60px;
    height: 60px;
  }

  .flags04_popup_container {
    align-items: stretch;
  }

  .flags04_popup_label {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .break-txt-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .banner_buttons-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .banner_close-2 {
    height: 32px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .banner_title_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

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

  .prefs_component-2 {
    padding: 24px;
  }

  .banner_text-2 {
    margin-right: 0;
  }

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

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

  .banner_wrap {
    padding: 20px;
  }

  .popup_row-area {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
  }

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

  .popup03_wrap {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .popup_img {
    background-position: 50%;
    flex: none;
  }

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

  .promo_icon {
    max-width: 90px;
  }

  .promo_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .cifre-countdown, .cifre-countdown._1 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .unitamisura-2 {
    letter-spacing: 2px;
    margin-top: 15px;
    font-size: 10px;
  }

  .titolo-countdown._2, .titolo-countdown._3 {
    margin-bottom: 0%;
  }

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

  .countdown-wrapper-2 {
    margin-top: 20px;
  }

  .div-countdown {
    border-radius: 15px;
  }

  .scroll {
    color: #fff;
    text-transform: uppercase;
    width: 25px;
    height: 41px;
    text-decoration: none;
    position: absolute;
    bottom: 30px;
  }

  .scadenza-promozione {
    max-width: 90%;
    font-size: 15px;
    line-height: 20px;
  }

  .div-countdown-2 {
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cifre-countdown-2, .cifre-countdown-2._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cifre-countdown-2._1 {
    padding-left: 0;
    padding-right: 10px;
  }

  .cifre-countdown-2._4 {
    padding-right: 0;
  }

  .promo-title-2 {
    line-height: 32px;
  }

  .promo-title-2.white {
    line-height: 20px;
  }

  .promo-title-2.white.font-minerva {
    max-width: 230px;
    font-size: 21px;
    line-height: 26px;
  }

  .title-2.promo-name {
    font-size: 21px;
    line-height: 31px;
  }

  .text-col-2.col-promo {
    margin-bottom: 0;
    padding: 40px 20px;
  }

  .section-img-txt-2 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-img-txt-2.centred {
    background-size: 50vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-img-txt-2.centred.interior-pack, .section-img-txt-2.grey-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tipologici-box {
    height: 40vh;
  }

  .tipologici-box.attico {
    height: 20vh;
  }

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

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

  .promo-desc.capitalize-none {
    width: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .promo-txt {
    justify-content: center;
    max-width: none;
    margin-top: 0;
  }

  .popup-01_wrapper {
    padding: 40px;
  }

  .popup-01_container.text-color-bianco {
    padding: 20px;
  }

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

  .label02_title {
    flex-flow: column;
    font-size: 16px;
    display: flex;
  }

  .label02_text.is-btn {
    font-size: 14px;
  }

  .tipologici-box-2 {
    height: 50vw;
  }

  .tipologici-wrapper-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .deadline-wrap.margin-botto-60 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-container.rotate.mobile-hide, .lottie-container.mobile-hide {
    display: none;
  }

  .popup-01_wrapper-2 {
    width: 100%;
    padding: 20px 10px;
  }

  .popup-01_component-2 {
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pittogramma-absolute {
    width: 50px;
    height: 174px;
  }

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

  .deadline-wrap-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .promo-title-4 {
    line-height: 32px;
  }

  .promo-title-4.white {
    line-height: 20px;
  }

  .promo_icon-3 {
    max-width: 120px;
  }

  .text-block-5 {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 24px;
  }

  .div-block-6 {
    padding: 40px 20px;
  }

  .div-block-6.third-block {
    padding-bottom: 20px;
  }

  .div-block-8 {
    width: 40px;
    height: 40px;
    bottom: -15px;
  }

  .div-block-8.small {
    width: 30px;
    height: 30px;
  }

  .text-block-7 {
    font-size: 30px;
    line-height: 30px;
  }

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

  .text-block-10 {
    font-size: 25px;
    line-height: 40px;
  }

  .text-block-12 {
    min-width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-14 {
    line-height: 32px;
  }

  .grid-moodboard {
    height: 400px;
    min-height: auto;
  }

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

  .logo-div {
    width: 120px;
    height: 120px;
    padding: 10px;
  }

  .logo-div.gessi, .logo-div.small {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-16 {
    max-width: 250px;
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-17 {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-17.small {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-18 {
    font-size: 24px;
  }

  .bgvideo.video01 {
    min-height: 300px;
  }

  .section-img-txt_rev {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px 20px;
  }

  .section-img-txt_rev.no-pad-dx {
    padding-right: 20px;
  }

  .section-img-txt_rev.centred {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-img-txt_rev.centred.promo {
    background-size: 50vw;
    padding: 60px 40px;
  }

  .section-img-txt_rev.no-pad-sx {
    padding-left: 20px;
  }

  .section-img-txt_rev.no-pad-sx.int-tour {
    flex-direction: column;
    padding: 40px;
  }

  .section-img-txt_rev.section-map {
    background-position: 20px 100%;
    background-size: auto 40%;
  }

  .section-img-txt_rev.section-map.big-section-contatti {
    padding-top: 40px;
  }

  .section-img-txt_rev._3-cols.lgreen-bg {
    grid-row-gap: 40px;
  }

  .cards-big_wrap.big {
    grid-template-columns: 1fr;
  }

  .card_component.max-width.height-fix {
    width: 100%;
    height: 400px;
  }

  .icon-piu_wrapper.is-absolute {
    top: 170px;
  }

  .par-small {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.7;
  }

  .div-block-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    outline-offset: 5px;
  }

  .dic-placeholder {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dic-placeholder.third-block {
    padding-bottom: 20px;
  }

  .flags05_components {
    width: 70px;
  }

  .flags05_components.is-promo {
    top: 239px;
    left: auto;
    right: 0;
  }

  .flag05_icon {
    width: 60px;
    height: 60px;
  }

  .flag05 {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 0;
    bottom: 0;
    left: 10px;
  }

  .flag05.promo {
    border-radius: 60px 0 0 60px;
    flex-flow: row-reverse wrap;
    transform: translate(0);
  }

  .flag05.promo:hover {
    transform: translate(-140px);
  }

  .text-didascalia-2 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .container-promo {
    width: 100%;
  }

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

  .btn_wrap {
    margin-left: 0;
    margin-right: 0;
    padding: 12px 20px;
  }

  .ic-style-2 {
    width: 80px;
    height: 80px;
  }

  .icona_txt-copy, .icona_txt-copy.white-txt {
    min-width: auto;
  }

  .btn_gradient-4 {
    height: 80px;
  }

  .icone__wrap {
    margin: 15px;
  }

  .btn_txt {
    text-align: center;
  }

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

  .paragraph-4.margin-0px.text-color-green.is-promo {
    max-width: 220px;
    line-height: 22px;
  }

  .apt-tagli.is-promo-summer {
    min-width: auto;
    padding: 20px;
  }

  .popup-03_title-2 {
    font-size: 2.5em;
    line-height: 33px;
  }

  .popup-03_title-2.is-san-serif {
    font-size: 22px;
    line-height: 25px;
  }

  .title-promo-2 {
    text-align: center;
    width: 80%;
    font-size: 18px;
  }

  .sezione-2img-text__wrap {
    width: 80vw;
  }

  .sezione-2img-text__wrap.promo {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 10px;
  }

  .sezione-2img-text__wrap.is-promo-estate {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .timbro-wrap {
    width: 40px;
    top: 15px;
    left: 15px;
    right: auto;
  }

  .line-item.is-50px {
    width: 50px;
    height: 1px;
  }

  .line-item.is-50px.green.is-promo {
    width: 50px;
    height: 1px;
    display: none;
  }

  .txt-end-promo.is-negative {
    background-color: var(--white);
    color: var(--dark-slate-grey);
  }

  .ic-promo {
    width: 45px;
  }

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

  .tagli-grid.is-promo-grid {
    grid-template-columns: auto;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 80px 20px 40px;
  }

  .h1-2 {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .h1-2.h1_intro.is-serif-capitalize.in-promo {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .icon-piu {
    z-index: 1;
  }

  .h5 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .h1_section {
    margin-top: 30px;
    font-size: 30px;
    line-height: 35px;
  }

  .h1_section.color-txt.margin-btm {
    font-size: 30px;
    line-height: 30px;
  }

  .h1_section.color-txt.margin-btm.is-promo {
    font-size: 22px;
    line-height: 26px;
  }

  .h1_section.is-promo {
    font-size: 25px;
    line-height: 30px;
  }

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

  .flex-block-2.in-promo {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 10px;
  }

  .btn_wrap-2 {
    margin-left: 15px;
    margin-right: 15px;
    padding: 12px 25px;
  }

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

  .text-col-5 {
    min-width: auto;
  }

  .text-col-5.text-centred {
    margin-bottom: 40px;
  }

  .section-img-txt-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px 20px;
  }

  .section-img-txt-3.centred {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup_component-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .popup-04_cointainer {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 5px;
  }

  .div-block-72.mobile {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .promo_heading {
    font-size: 17px;
    line-height: 23px;
  }

  .promo_heading.title {
    font-size: 26px;
    line-height: 30px;
  }

  .popup-04_slider_wrapper {
    max-height: 250px;
  }

  .text-promozione-name {
    font-size: 28px;
  }

  .header_title-home {
    font-size: 30px;
    line-height: 35px;
  }

  .header_title-home.is-promo-small.mobile-size {
    font-size: 18px;
  }

  .arrow-lottie.dx {
    display: none;
  }

  .arrow-lottie.dx.mobile-size {
    width: 20px;
    height: 20px;
  }

  .arrow-lottie.sx {
    display: none;
  }

  .arrow-lottie.sx.mobile-size {
    width: 20px;
    height: 20px;
  }

  .text-block-30 {
    font-size: 16px;
  }
}

#w-node-_1d863e1f-0f64-a690-934c-d6f73c4b1445-c6493aa9, #w-node-d5858d9b-da3e-be07-d553-f9102a4d2829-15658029, #w-node-d5858d9b-da3e-be07-d553-f9102a4d282d-15658029, #w-node-d5858d9b-da3e-be07-d553-f9102a4d282e-15658029, #w-node-d5858d9b-da3e-be07-d553-f9102a4d2832-15658029, #w-node-b2666701-3d96-1135-6380-2a5a13fdec4c-15658029, #w-node-b2666701-3d96-1135-6380-2a5a13fdec50-15658029, #w-node-d5858d9b-da3e-be07-d553-f9102a4d2833-15658029, #w-node-d5858d9b-da3e-be07-d553-f9102a4d2839-15658029, #w-node-_5e73737c-bf20-27f6-27c4-255ed2af6c90-d2af6c8f, #w-node-_5e73737c-bf20-27f6-27c4-255ed2af6c97-d2af6c8f, #w-node-_2c33dbb8-b5a8-f248-2569-4efe1d27672c-1d27672a, #w-node-_2c33dbb8-b5a8-f248-2569-4efe1d276730-1d27672a, #w-node-_2c33dbb8-b5a8-f248-2569-4efe1d276731-1d27672a, #w-node-_2c33dbb8-b5a8-f248-2569-4efe1d276735-1d27672a, #w-node-_4cbc8392-fed5-c063-6869-612baff79db2-1d27672a, #w-node-_4cbc8392-fed5-c063-6869-612baff79db6-1d27672a, #w-node-_2c33dbb8-b5a8-f248-2569-4efe1d276736-1d27672a, #w-node-_2c33dbb8-b5a8-f248-2569-4efe1d27673c-1d27672a, #w-node-_9a8092e4-c599-6c2e-d392-d009123e451d-123e451c, #w-node-_9a8092e4-c599-6c2e-d392-d009123e4524-123e451c, #w-node-_6d296999-dd0a-f1ff-b0af-b0478ddde41e-c6493ab3, #w-node-d0a27f6a-80db-a6e0-b57b-2f87914e8feb-c6493ab3, #w-node-_6d296999-dd0a-f1ff-b0af-b0478ddde41e-c6493ab4, #w-node-d0a27f6a-80db-a6e0-b57b-2f87914e8feb-c6493ab4, #w-node-c23005d7-8b1d-e43b-9148-cefb059e0d19-c6493ab6, #w-node-c23005d7-8b1d-e43b-9148-cefb059e0d1e-c6493ab6, #w-node-c23005d7-8b1d-e43b-9148-cefb059e0d25-c6493ab6, #w-node-c23005d7-8b1d-e43b-9148-cefb059e0d2a-c6493ab6, #w-node-c23005d7-8b1d-e43b-9148-cefb059e0d32-c6493ab6, #w-node-ab32cb33-00c2-466f-9ccc-51e4fbcfccd1-c6493ab7, #w-node-_179fdd3b-b553-3c45-3637-3761c71e7fae-c6493ab7, #w-node-_5a1c5c32-1772-6cbd-5bfc-d2a16d6b9d33-c6493ab7, #w-node-_66fc2995-4632-92f0-e971-11b79a929de9-c6493ab7, #w-node-_662046cd-da14-16f6-f4c6-0dbc9a219b80-c6493ab7, #w-node-_1875fb10-bda4-5f79-c9d1-61d7d9e0ca49-c6493abf, #w-node-_6ad0114e-c6c1-e3f4-9d7e-87c4ed7650c7-c6493abf, #w-node-e95ecab1-b7be-8a15-04b1-e11ebcf2f7d5-c6493abf, #w-node-_67df71e5-d94a-0ca0-e917-ff1e348d1c73-c6493ac0, #w-node-_67df71e5-d94a-0ca0-e917-ff1e348d1c77-c6493ac0, #w-node-_67df71e5-d94a-0ca0-e917-ff1e348d1c7b-c6493ac0, #w-node-_1d863e1f-0f64-a690-934c-d6f73c4b1445-c6493ac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_265e68ab-197d-c2cf-3abe-4505affe9d62-c6493ac4 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_3ee6ce57-e086-cb09-e122-9bb545e42976-c6493ac4 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_9750ea03-de52-0747-9970-f68e1f92f76f-c6493ac4 {
  grid-area: 3 / 2 / 7 / 4;
}

#w-node-_2c09109c-3dd7-4aaf-019d-04c60543d347-c6493ac4 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-ce8b74a8-9d39-e0b4-aef3-e4fbc574c15e-c6493ac4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_265e68ab-197d-c2cf-3abe-4505affe9d62-c6493ac5 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_3ee6ce57-e086-cb09-e122-9bb545e42976-c6493ac5 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_9750ea03-de52-0747-9970-f68e1f92f76f-c6493ac5 {
  grid-area: 3 / 2 / 7 / 4;
}

#w-node-_2c09109c-3dd7-4aaf-019d-04c60543d347-c6493ac5 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-ce8b74a8-9d39-e0b4-aef3-e4fbc574c15e-c6493ac5 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_121ee8ee-e210-e210-947a-d7f5ea8b888a-c6493ac5, #w-node-_1d863e1f-0f64-a690-934c-d6f73c4b1445-c6493ac8, #w-node-_1d863e1f-0f64-a690-934c-d6f73c4b1445-c6493ac9, #w-node-_662046cd-da14-16f6-f4c6-0dbc9a219b80-c6493aca, #w-node-ab32cb33-00c2-466f-9ccc-51e4fbcfccd1-c6493aca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69913ff3-762b-a75d-27cd-e89c6d447751-0edeec4e {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_6e9d8da6-583f-d2b4-16af-1e5d63ccd423-0edeec4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15985887-9928-23b2-abdb-fad7bba51341-43105a29 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6e8997c3-3be7-30a3-e5af-ce0c703d53f7-1b718371 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6e8997c3-3be7-30a3-e5af-ce0c703d5412-1b718371 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_6e8997c3-3be7-30a3-e5af-ce0c703d5417-1b718371 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_3f10a6cf-f0bb-7b80-787d-e52b4ea37f41-1b718371, #w-node-ee6000e0-92ff-7321-9487-5163f7228350-1b718371, #w-node-_662046cd-da14-16f6-f4c6-0dbc9a219b80-1b718371, #w-node-ab32cb33-00c2-466f-9ccc-51e4fbcfccd1-1b718371 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ecb2c69-fe83-8664-ad9c-fa5cd5e47385-77923a30 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2ecb2c69-fe83-8664-ad9c-fa5cd5e47379-77923a30, #w-node-_23b8271e-8685-e63a-0d76-ad8b97d02331-77923a30 {
  justify-self: center;
}

#w-node-_287c3bca-78cb-feaa-f038-74268e54e11b-77923a30 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4ce0f746-7eb7-7d82-366f-4a99eae7a021-77923a30 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-c800eb47-5a92-c75c-ec5f-110183a0f828-77923a30 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2ecb2c69-fe83-8664-ad9c-fa5cd5e4739b-77923a30, #w-node-_2ecb2c69-fe83-8664-ad9c-fa5cd5e473a7-77923a30 {
  justify-self: center;
}

#w-node-_2ecb2c69-fe83-8664-ad9c-fa5cd5e473b1-77923a30, #w-node-_2ecb2c69-fe83-8664-ad9c-fa5cd5e473b8-77923a30 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3f10a6cf-f0bb-7b80-787d-e52b4ea37f41-77923a30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da25a72b-c5ca-90a8-abc7-6dc495f5c409-77923a30 {
  justify-self: center;
}

#w-node-_5d3eef54-b44b-ce38-8697-ce449e1be3e6-77923a30, #w-node-_662046cd-da14-16f6-f4c6-0dbc9a219b80-77923a30, #w-node-ab32cb33-00c2-466f-9ccc-51e4fbcfccd1-77923a30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_917e1185-6e9e-9664-b417-4de1fd634857-c6493aa9, #w-node-_3e88373c-1942-76e9-1d2c-71cf51faa4a9-c6493aa9, #w-node-f38cfff0-d2e4-860a-e10e-0ebcb661d348-c6493aa9, #w-node-_1a52a338-ff8c-87ab-805c-30fbcaf2db09-c6493aa9, #w-node-_9c0476e3-b317-316f-e93a-ff37d722a692-c6493aa9, #w-node-_744c8cd9-227a-e6e2-5cd0-5f691028e8a0-c6493aa9, #w-node-_9963245b-caa5-0ecd-3515-4b35d69c1307-c6493aa9, #w-node-_5e73737c-bf20-27f6-27c4-255ed2af6c91-d2af6c8f, #w-node-dfe405de-f7d1-c56d-338b-842b8c84f971-c6493ab2, #w-node-_3354b87b-55be-d7ba-5563-d4ed7fc72f53-c6493ab2, #w-node-bbfd73ef-b1bb-3090-04d5-7d9dc807ccca-c6493ab2, #w-node-_9a8092e4-c599-6c2e-d392-d009123e451e-123e451c, #w-node-_78345cd3-965d-4ea0-8deb-5f69fd4a377b-c6493ab3, #w-node-_78345cd3-965d-4ea0-8deb-5f69fd4a377b-c6493ab4, #w-node-ad4941b6-e932-5a1a-2471-abb3e58c534d-c6493ab8, #w-node-_917e1185-6e9e-9664-b417-4de1fd634857-c6493ac1, #w-node-_3e88373c-1942-76e9-1d2c-71cf51faa4a9-c6493ac1, #w-node-f38cfff0-d2e4-860a-e10e-0ebcb661d348-c6493ac1, #w-node-_1a52a338-ff8c-87ab-805c-30fbcaf2db09-c6493ac1, #w-node-_9c0476e3-b317-316f-e93a-ff37d722a692-c6493ac1, #w-node-_744c8cd9-227a-e6e2-5cd0-5f691028e8a0-c6493ac1, #w-node-_9963245b-caa5-0ecd-3515-4b35d69c1307-c6493ac1, #w-node-ad4941b6-e932-5a1a-2471-abb3e58c534d-c6493ac6, #w-node-_78345cd3-965d-4ea0-8deb-5f69fd4a377b-c6493ac8, #w-node-_78345cd3-965d-4ea0-8deb-5f69fd4a377b-c6493ac9, #w-node-_542294e4-fffc-6289-32ea-aefa9edcde85-c6493aca, #w-node-dfe405de-f7d1-c56d-338b-842b8c84f971-c6493ae1, #w-node-_3354b87b-55be-d7ba-5563-d4ed7fc72f53-c6493ae1, #w-node-bbfd73ef-b1bb-3090-04d5-7d9dc807ccca-c6493ae1, #w-node-_406354a3-9da3-c9fe-99b4-be7c3cf297cb-0edeec4e, #w-node-_4d6d8dd1-7e00-4a88-5557-eb596e6200fe-1b718371, #w-node-_542294e4-fffc-6289-32ea-aefa9edcde85-1b718371, #w-node-_542294e4-fffc-6289-32ea-aefa9edcde85-77923a30 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d5858d9b-da3e-be07-d553-f9102a4d2829-15658029 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_770cde9f-ab83-502e-a0c5-a48fbb47a651-15658029 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5e73737c-bf20-27f6-27c4-255ed2af6c97-d2af6c8f, #w-node-_2c33dbb8-b5a8-f248-2569-4efe1d27672c-1d27672a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2c33dbb8-b5a8-f248-2569-4efe1d276747-1d27672a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9a8092e4-c599-6c2e-d392-d009123e4524-123e451c, #w-node-c23005d7-8b1d-e43b-9148-cefb059e0d19-c6493ab6, #w-node-ab32cb33-00c2-466f-9ccc-51e4fbcfccd1-c6493ab7, #w-node-ab32cb33-00c2-466f-9ccc-51e4fbcfccd1-c6493aca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_69913ff3-762b-a75d-27cd-e89c6d447751-0edeec4e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ab32cb33-00c2-466f-9ccc-51e4fbcfccd1-1b718371 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ecb2c69-fe83-8664-ad9c-fa5cd5e47385-77923a30 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2ecb2c69-fe83-8664-ad9c-fa5cd5e47379-77923a30, #w-node-_23b8271e-8685-e63a-0d76-ad8b97d02331-77923a30 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-c800eb47-5a92-c75c-ec5f-110183a0f828-77923a30 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2ecb2c69-fe83-8664-ad9c-fa5cd5e4739b-77923a30, #w-node-_2ecb2c69-fe83-8664-ad9c-fa5cd5e473a7-77923a30 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2ecb2c69-fe83-8664-ad9c-fa5cd5e473b1-77923a30, #w-node-_2ecb2c69-fe83-8664-ad9c-fa5cd5e473b8-77923a30 {
    grid-column: span 2 / span 2;
  }

  #w-node-da25a72b-c5ca-90a8-abc7-6dc495f5c409-77923a30 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-ab32cb33-00c2-466f-9ccc-51e4fbcfccd1-77923a30 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d5858d9b-da3e-be07-d553-f9102a4d2829-15658029, #w-node-_2c33dbb8-b5a8-f248-2569-4efe1d27672c-1d27672a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3f10a6cf-f0bb-7b80-787d-e52b4ea37f42-1b718371, #w-node-ee6000e0-92ff-7321-9487-5163f7228352-1b718371 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2ecb2c69-fe83-8664-ad9c-fa5cd5e47385-77923a30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2ecb2c69-fe83-8664-ad9c-fa5cd5e47379-77923a30 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_2ecb2c69-fe83-8664-ad9c-fa5cd5e47377-77923a30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_23b8271e-8685-e63a-0d76-ad8b97d02331-77923a30 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_287c3bca-78cb-feaa-f038-74268e54e11b-77923a30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_4ce0f746-7eb7-7d82-366f-4a99eae7a021-77923a30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c800eb47-5a92-c75c-ec5f-110183a0f828-77923a30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_2ecb2c69-fe83-8664-ad9c-fa5cd5e4739b-77923a30 {
    grid-area: 6 / 1 / 6 / 2;
    justify-self: center;
  }

  #w-node-_2ecb2c69-fe83-8664-ad9c-fa5cd5e473a7-77923a30 {
    grid-area: 7 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-_2ecb2c69-fe83-8664-ad9c-fa5cd5e473b1-77923a30 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_2ecb2c69-fe83-8664-ad9c-fa5cd5e473b8-77923a30 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_2256ce2b-0fee-06b8-1d58-495a563392d4-77923a30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-da25a72b-c5ca-90a8-abc7-6dc495f5c409-77923a30 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_2ded70d1-cd1b-6ef4-9d59-bd9a353d4474-77923a30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5d3eef54-b44b-ce38-8697-ce449e1be3e7-77923a30 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d3eef54-b44b-ce38-8697-ce449e1be3fb-77923a30 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_770cde9f-ab83-502e-a0c5-a48fbb47a651-15658029, #w-node-_2c33dbb8-b5a8-f248-2569-4efe1d276747-1d27672a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fc1a5949-867a-7a83-5d93-d31599f54613-c6493ab3, #w-node-fc1a5949-867a-7a83-5d93-d31599f54613-c6493ab4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_265e68ab-197d-c2cf-3abe-4505affe9d62-c6493ac4 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_9750ea03-de52-0747-9970-f68e1f92f76f-c6493ac4 {
    grid-row: 2 / 5;
    grid-column-start: 1;
  }

  #w-node-_2c09109c-3dd7-4aaf-019d-04c60543d347-c6493ac4 {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-ce8b74a8-9d39-e0b4-aef3-e4fbc574c15e-c6493ac4 {
    grid-area: span 2 / span 6 / span 2 / span 6;
  }

  #w-node-_265e68ab-197d-c2cf-3abe-4505affe9d62-c6493ac5 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_9750ea03-de52-0747-9970-f68e1f92f76f-c6493ac5 {
    grid-row: 2 / 5;
    grid-column-start: 1;
  }

  #w-node-_2c09109c-3dd7-4aaf-019d-04c60543d347-c6493ac5 {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-ce8b74a8-9d39-e0b4-aef3-e4fbc574c15e-c6493ac5 {
    grid-area: 5 / 1 / 7 / 7;
  }
}
