:root {
  --white: white;
  --blue-violet: #63f;
  --dark-grey: #333;
  --red: #ff2802;
  --silver: #b6b5b1;
  --eggplant: #38133c;
  --black: black;
  --red-2: #e73c1e;
  --gainsboro: #e7e6e2;
}

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

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

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

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

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

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

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

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

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

h1 {
  color: var(--white);
  text-align: center;
  text-shadow: 2px 0 6px #000000bf;
  max-width: 750px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: omnes-pro, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
  display: flex;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: omnes-pro, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 26px;
}

h3 {
  color: var(--blue-violet);
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: omnes-pro, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 42px;
}

h4 {
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: omnes-pro, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  color: var(--blue-violet);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 21px;
}

p {
  max-width: 285px;
  margin-bottom: 10px;
  font-family: omnes-pro, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}

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

strong {
  font-weight: bold;
}

blockquote {
  text-align: center;
  border-left: 1px #000;
  max-width: 750px;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: omnes-pro, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.page_contatto {
  color: var(--dark-grey);
  background-image: url('../images/icona-tel.png');
  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;
  transition: all .575s;
}

.page_contatto:hover {
  color: var(--red);
}

.page_contatto.mail {
  background-image: url('../images/icona-mail.png');
}

.note_txt h1 {
  color: var(--blue-violet);
  text-align: left;
  text-shadow: none;
  max-width: none;
  font-size: 27px;
  font-weight: 600;
  line-height: 32px;
  display: block;
}

.note_txt h3 {
  color: var(--dark-grey);
  margin-top: 35px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

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

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

.note_txt h2 {
  margin-top: 35px;
  font-weight: 600;
}

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

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

.note_txt p {
  max-width: none;
}

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

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

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

.banner_trigger {
  display: none;
}

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

.prefs_trigger {
  display: none;
}

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

.footer {
  z-index: 4;
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 60px 15px 50px;
  display: flex;
  position: relative;
}

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

.footer_link {
  color: #38133c;
  letter-spacing: 1px;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
}

.footer_link:hover {
  color: #b3b3b3;
}

.footer_link.is-static {
  color: var(--blue-violet);
  cursor: auto;
}

.footer_link.is-static:hover {
  color: var(--blue-violet);
}

.partner__wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  text-decoration: none;
  display: flex;
}

.partner_txt {
  color: #38133c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.sezione_vert {
  background-color: var(--silver);
  background-image: url('../images/TheMORE_segni-outline_nero_RIFLESSI.svg');
  background-position: 110% 220%;
  background-repeat: no-repeat;
  background-size: 33%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35vw;
  min-height: 400px;
  padding-top: 3vw;
  padding-bottom: 7vw;
  display: flex;
  position: relative;
}

.sezione_vert.mappa {
  height: 25vw;
  padding-top: 0;
  padding-bottom: 0;
}

.sezione_vert.sfumatura-capovolta {
  cursor: pointer;
  background-image: url('../images/sfumatura_capovolta.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7vw;
  padding-bottom: 3vw;
}

.sezione_vert.sfumatura-capovolta.is-contatti-footer {
  background-image: url('../images/sfumatura.png');
  height: auto;
  min-height: auto;
}

.sezione_vert.bg-viola {
  background-color: var(--blue-violet);
  background-image: url('../images/TheMORE_segni-outline_bianco_RIFLESSI.svg');
  background-position: -10% 450%;
  display: none;
}

.sezione_vert.bg-viola.less-padding-btm {
  padding-bottom: 3vw;
  display: flex;
}

.sezione_vert.bg-viola.appartamenti {
  height: 35vw;
  min-height: 400px;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.sezione_vert.bg-viola.appartamenti.height-medium {
  height: auto;
}

.sezione_vert.bg-viola.less-padding-btm-copy {
  padding-bottom: 3vw;
  display: flex;
}

.sezione_vert.height {
  z-index: 1;
  height: auto;
  min-height: auto;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.sezione_vert.height.padding-laterale {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.sezione_vert.height-auto {
  height: auto;
  padding-top: 5vw;
}

.sezione_vert.sfumatura {
  background-color: #0000;
  background-image: url('../images/sfumatura.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: auto;
  padding-bottom: 10vw;
}

.sezione_vert.sfumatura.off {
  display: none;
}

.sezione_vert.sfumatura.small {
  height: 15vw;
  min-height: 150px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.sezione_vert.sfumatura.promo {
  padding-top: 7vw;
}

.sezione_vert.bg-white {
  background-color: #0000;
  background-image: url('../images/TheMORE_segni-outline_nero_RIFLESSI.svg');
  background-position: 110% 220%;
  background-repeat: no-repeat;
  background-size: 33%;
  padding-bottom: 3vw;
}

.sezione_vert.bg-white.hide {
  display: flex;
}

.sezione_vert.bg-white.padding {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  height: auto;
  min-height: auto;
  padding-top: 10vw;
  padding-bottom: 5vw;
}

.sezione_vert.sfumatura-2 {
  background-color: #0000;
  background-image: url('../images/sfumatura_mobile3.png'), url('../images/sfumatura.png');
  background-position: 50% 0, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  height: auto;
  min-height: auto;
  padding-bottom: 10vw;
  display: none;
}

.sezione_vert.sfumatura-2.off {
  display: none;
}

.sezione_vert.sfumatura-2.small {
  height: 15vw;
  min-height: 150px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.sezione_vert.sfumatura-2.promo {
  padding-top: 7vw;
}

.sezione_vert.mappa-statica {
  background-image: url('../images/Tavola-disegno-1-rev05.webp');
  background-position: 50%;
  background-size: cover;
  height: 56vw;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.sezione_vert.mappa-statica.is-footer {
  height: 100%;
}

.sezione_vert.padding-bottom3 {
  background-color: #c2c2c2;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: auto;
  min-height: auto;
  padding-bottom: 3vw;
}

.sezione_vert.padding-bottom3.padding-dx-sx {
  padding-left: 80px;
  padding-right: 80px;
}

.sezione_vert.bg-sec-promo {
  background-color: var(--white);
  background-image: url('../images/sfumatura.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: auto;
}

.sezione_vert.is-contatti-footer {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  background-image: linear-gradient(316deg, var(--eggplant), var(--blue-violet) 10%, #38133c00 46%), linear-gradient(358deg, var(--white), #fff0), url('../images/sfumatura_mobile3.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: row;
  align-items: stretch;
  height: auto;
  min-height: auto;
  padding-top: 7vw;
  padding-left: 7vw;
  padding-right: 7vw;
}

.sezione_vert.is-footer {
  background-color: #b6b5b100;
  background-image: none;
  height: 100%;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.sezione_vert.is-apertura {
  background-color: var(--blue-violet);
  background-image: linear-gradient(#000, #fff);
  height: auto;
  min-height: auto;
}

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

.map.mobile {
  display: none;
}

.txt_center {
  text-align: center;
  max-width: none;
  margin-bottom: 10px;
}

.icona_contattaci {
  background-image: url('../images/icona-mail_bianco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 65px;
  height: 65px;
  margin-bottom: 15px;
}

.white_txt {
  color: #fff;
}

.white_txt.max-w {
  max-width: 650px;
  padding-bottom: 0;
  font-size: 26px;
  line-height: 32px;
}

.white_txt.max-w.normal {
  font-weight: 400;
}

.white_txt.prezzo {
  margin-top: 10px;
}

.link-form {
  color: #63f;
  transition: all .575s;
}

.link-form:hover {
  color: #38133c;
}

.form-block {
  width: 70%;
  margin-bottom: 0;
  position: static;
  inset: auto 5% 0% auto;
}

.chiudi {
  z-index: 5;
  background-color: #63f;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: background-color .6s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: -17.5px;
}

.chiudi:hover {
  background-color: #38133c;
}

.segno-grafico_onda__wrap {
  z-index: 1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 4px;
  width: 100px;
  height: 13px;
  position: relative;
  overflow: hidden;
}

.segno-grafico_onda__wrap.form {
  position: absolute;
  top: -45px;
  left: 53px;
}

.text-field {
  color: #4d4d4d;
  letter-spacing: 1px;
  border: 0 solid #000;
  border-bottom: 1px solid #63f;
  border-radius: 5px;
  flex: none;
  margin-bottom: 10px;
  padding: 25px 15px;
  font-family: omnes-pro, sans-serif;
  font-size: 14px;
  transition: all .525s;
}

.text-field:hover {
  background-color: #ffffffb3;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.text-field:active {
  border-bottom-color: #63f;
}

.text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-top-style: none;
  border-bottom-color: #63f;
  border-left-style: none;
  border-right-style: none;
}

.text-field::placeholder {
  color: gray;
}

.text-field.first-caps {
  text-transform: capitalize;
}

.bottone {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  background-image: linear-gradient(45deg, #f30, #63f 90%);
  border-radius: 100px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: omnes-pro, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .575s;
}

.bottone:hover {
  padding-left: 45px;
  padding-right: 45px;
}

.bottone.form {
  background-image: linear-gradient(45deg, #f30, #63f 90%);
  margin-top: 25px;
  padding: 12px 50px;
}

.bottone.form:hover {
  padding-left: 65px;
  padding-right: 65px;
}

.bottone.white {
  background-color: var(--white);
  color: var(--red);
  background-image: none;
  font-weight: 600;
}

.bottone.nav {
  border-radius: 36px;
  margin-top: 0;
  margin-bottom: 9px;
  margin-left: 5px;
  padding: 8px 15px;
  font-size: 14px;
  transition-duration: .3s;
}

.bottone.nav:hover {
  font-weight: 600;
}

.bottone.nav.hidden-mobile, .bottone.nav.big-desktop-mobile_show, .bottone.nav.navbar-scroll {
  display: none;
}

.checkbox {
  border-color: #f30;
  border-radius: 100px;
  margin-top: 0;
}

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

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--red);
}

.h2-form {
  color: #38133c;
  letter-spacing: 1px;
  flex: none;
  align-self: center;
  width: 70%;
  margin-top: 0;
  margin-bottom: 8%;
  font-family: omnes-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  position: static;
  inset: -20% auto auto 0%;
}

._18px-semibold {
  color: #38133c;
  font-size: 21px;
  font-weight: 600;
}

.text-form {
  width: 100%;
  margin-top: 15px;
  font-family: omnes-pro, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
}

.image-4 {
  width: 15px;
}

.form_container__wrap {
  z-index: 11;
  background-color: #e7e6e2;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 350px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.segno-grafico_lungo {
  background-image: url('../images/TheMORE_ondina_arancio_lunga-animazione.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 190px;
  height: 100%;
  display: block;
  position: absolute;
}

.checkbox-field {
  margin-top: 10px;
  margin-bottom: 0;
}

.form__wrap {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.form__wrap.is-static {
  margin-top: 50px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  overflow: visible;
}

.checkbox-label {
  margin-bottom: 0;
  font-family: omnes-pro, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
}

.form__container {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.sezione {
  flex-direction: column;
  align-items: center;
  width: 80vw;
  max-width: 1350px;
  margin-top: 150px;
  margin-bottom: 150px;
  display: flex;
}

.sezione.oriz {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.sezione.oriz.no-margin-top {
  margin-top: 0;
}

.sezione.oriz.no-margin-top.wrap {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 0;
}

.sezione.oriz.no-margin-top.reverse_mobile {
  margin-bottom: 150px;
}

.sezione.oriz.relative {
  margin-top: 0;
  position: relative;
}

.sezione.oriz.relative.marginn {
  margin-top: 150px;
}

.sezione.oriz.reverse {
  flex-direction: row-reverse;
}

.sezione.gallery {
  column-count: 3;
  column-gap: 1vw;
  margin-top: 75px;
  margin-bottom: 75px;
  display: block;
}

.sezione.gallery.off {
  display: none;
}

.sezione.no-margin-btm {
  margin-bottom: 0;
}

.sezione.no-margin-btm.align-left {
  align-items: flex-start;
  display: none;
  position: relative;
}

.sezione.relative {
  position: relative;
}

.sezione.relative.padding-bottom {
  margin-top: 100px;
  margin-bottom: 60px;
}

.sezione.mappa {
  margin-top: 60px;
  margin-bottom: 40px;
}

.sezione.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.sezione.is-apertura {
  background-image: radial-gradient(circle, #b3b3b378 17%, #fff0 60%);
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 20px;
}

.sezione.is-apertura.no-margin-bot {
  padding-bottom: 0;
}

.sezione.is-fullscreen {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}

.body {
  flex-direction: column;
  align-items: center;
  font-family: omnes-pro, sans-serif;
  display: flex;
}

.sezione_img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-width: 450px;
  height: 45vw;
  min-height: 600px;
  position: relative;
}

.sezione_img.progetto {
  background-image: url('../images/The-More_VPexterior_01-Dettaglio01-Alternativa_Rev02_RICAMPIONATA-copia-2.webp');
}

.sezione_img.contesto {
  background-image: url('../images/14_MG_8755-1-copia.webp');
  background-position: 50% 100%;
}

.sezione_img.progetto1 {
  background-image: url('../images/The-More_VPexterior_02-Fotoinserimento_Rev01_MOD-copia-2.webp');
  background-position: 0%;
}

.sezione_img.progetto2 {
  background-image: url('../images/The-More_VPexterior_05_Rev01-copia.webp');
  background-position: 50%;
}

.sezione_img.apt1 {
  background-image: url('../images/TheMore_VPinterior_04_Dettaglio_02_Rev00-copia.webp');
}

.sezione_img.apt1.giardini {
  background-image: url('../images/TheMore_VPinterior_09_Rev01-copia.webp');
}

.sezione_img.interni1 {
  background-image: url('../images/The-More_VPinterior_02_CloseUp03_Rev00-copia.webp');
}

.sezione_img.interni2 {
  background-image: url('../images/TheMore_VPinterior_01_dettaglio01_rev02.webp');
  background-position: 50% 0;
}

.sezione_img.comfort1 {
  background-image: url('../images/TheMore_VPinterior_01_dettaglio02_rev02.webp');
  background-position: 50%;
}

.sezione_img.location1 {
  background-image: url('../images/04_MG_8610-1-copia.webp');
}

.sezione_img.promo {
  background-image: url('../images/The-More_VPexterior06_dettaglio-01_REV00-copia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 80%;
  min-height: 500px;
  margin: 100px 120px;
}

.sezione_img.progetto-3 {
  background-image: url('../images/The-More_VPexterior_03_Rev01-copia.webp');
}

.sezione_img.height-auto {
  height: auto;
}

.img_elem-grafico {
  z-index: 1;
  background-image: url('../images/TheMORE_C_arancio.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -45px;
  right: -45px;
}

.img_elem-grafico.sx {
  left: -45px;
  right: auto;
  transform: rotate(-90deg);
}

.img_elem-grafico.sx.is-z-index {
  z-index: 2;
}

.img_elem-grafico.sx_tablet-vers {
  left: -45px;
  right: auto;
  transform: rotate(-90deg);
}

.sezione_text__wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 650px;
  margin-left: 5vw;
  display: flex;
}

.sezione_text__wrap.reverse {
  width: 40%;
  margin-left: 0;
  margin-right: 5vw;
}

.sezione_text__wrap.reverse.bg-sfumatura {
  background-image: url('../images/sfumatura_mobile_capovolta.png');
  background-position: 20% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  height: 45vw;
  min-height: 600px;
  padding-left: 40px;
}

.sezione_text__wrap.vers-sezione3-4 {
  width: 100%;
  max-width: 350px;
  margin-left: 0;
}

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

.sottotitolo__wrap {
  align-items: center;
  display: flex;
}

.sottotitolo__wrap.vertical {
  flex-direction: column;
}

.segno-grafico_onda {
  z-index: 1;
  background-image: url('../images/TheMORE_ondina_arancio.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 13px;
  position: relative;
  overflow: hidden;
}

.segno-grafico_onda.small {
  width: 89px;
  margin-right: 10px;
}

.segno-grafico_onda.small.popup {
  margin-top: 0;
  margin-right: 0;
}

.segno-grafico_onda.small.popup.margin {
  margin-top: 25px;
  margin-bottom: 10px;
}

.segno-grafico_onda.small.no-margin-dx {
  margin-right: 0;
}

.segno-grafico_onda.navbar_link {
  background-image: none;
  width: auto;
  height: 9px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 0;
}

.segno-grafico_onda.extra-small {
  flex: none;
  width: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
}

.segno-grafico_onda.extra-small.popup {
  margin-top: 0;
  margin-right: 0;
}

.segno-grafico_onda.extra-small.no-margin-dx {
  margin-right: 0;
}

.sezione3-4 {
  z-index: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: flex-end;
  width: 90vw;
  max-width: 1630px;
  height: 55vw;
  min-height: 600px;
  position: relative;
}

.sezione3-4.dx {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.sezione3-4.dx.int05 {
  background-image: url('../images/TheMore_VPInterior_05_rev02-copia.webp');
}

.sezione3-4.dx.comfort2 {
  background-image: url('../images/TheMore_VPinterior_01_rev04.webp');
}

.sezione3-4.dx.location2 {
  background-image: url('../images/iStock-1305114443-copia.webp');
  background-position: 0 100%;
}

.sezione3-4.sx {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.sezione3-4.sx.int03 {
  background-image: url('../images/iStock-1331795324.webp');
  background-position: 50% 100%;
}

.sezione3-4.sx.int03.appartamenti {
  background-image: url('../images/The-More_VPinterior_03_Rev00.jpg');
}

.sezione3-4.sx.promo {
  background-image: url('../images/TheMore_VPinterior_01_rev04.webp');
}

.no-margin-top {
  margin-top: 0;
}

.sezione-fullscreen-dx {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.sezione-fullscreen-dx.margin-btm {
  margin-bottom: 100px;
}

.sezione-fullscreen-dx.margin-btm.overflow-hidden {
  overflow: hidden;
}

.sezione-fullscreen-dx.margin-btm.overflow-hidden.hero {
  height: 100vh;
  min-height: 600px;
  margin-bottom: 0;
}

.sezione3-4_text__wrap {
  background-color: #ffffffd9;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 30px;
  display: flex;
  position: relative;
  top: 0%;
  left: 0%;
  right: 0%;
}

.sezione3-4_text__wrap.hide {
  display: none;
}

.linea-sfumatura {
  background-image: linear-gradient(to right, var(--red), var(--blue-violet));
  width: 100%;
  height: 7px;
  position: absolute;
  inset: 0% 0% auto;
}

.linea-sfumatura.navbar-scroll {
  background-image: linear-gradient(to right, var(--red), var(--blue-violet) 82%);
  height: 3px;
  inset: auto 0% 0%;
}

.linea-sfumatura.btm {
  inset: auto 0% 0%;
}

.linea-sfumatura.btm.small {
  background-image: linear-gradient(270deg, var(--red), var(--blue-violet));
}

.linea-sfumatura.small {
  height: 3px;
}

.linea-sfumatura.small.btm {
  background-image: linear-gradient(270deg, var(--red), var(--blue-violet));
}

.linea-sfumatura.verticale {
  background-image: linear-gradient(to bottom, var(--red), var(--blue-violet));
  width: 3px;
  height: 100%;
  bottom: 0%;
  right: auto;
}

.linea-sfumatura.verticale.dx {
  background-image: linear-gradient(to top, var(--red), var(--blue-violet));
  left: auto;
  right: 0%;
}

.linea-sfumatura.relative {
  z-index: 2;
  position: relative;
}

.sezione-fullscreen-sx {
  width: 100%;
  display: flex;
}

.sezione-fullscreen-sx.mappa {
  background-image: none;
  justify-content: space-around;
  align-items: stretch;
  width: 90%;
  min-height: 35vw;
  margin-bottom: 220px;
  display: flex;
}

.sezione-fullscreen-sx.margin-bottom {
  margin-bottom: 150px;
}

.sezione-fullscreen-sx.margin-top {
  margin-top: 150px;
}

.sezione-fullscreen-sx.margin-top.hide {
  display: none;
}

.video {
  width: 100%;
}

.hero__wrap {
  z-index: 2;
  background-image: linear-gradient(#0006, #0000 46%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero__wrap.home {
  z-index: 5;
  background-image: linear-gradient(#0009, #0000 29% 41%, #0006 90%);
}

.hero__wrap.progetto {
  background-image: none;
  background-position: 0 0;
}

.hero__wrap.apt {
  background-image: linear-gradient(#0009, #0000 29% 46%, #00000080 77%), url('../images/The-More_VPinterior_03_Rev00-copia.webp');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero__wrap.interni {
  background-image: linear-gradient(#00000080, #0000 29% 46%, #00000073 80%), url('../images/TheMore_VPinterior_08_Rev00-copia.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero__wrap.comfort {
  background-image: linear-gradient(#0009, #0000 26% 47%, #00000080 79%), url('../images/TheMore_VPInterior_05_rev02-copia.webp');
}

.hero__wrap.location {
  background-image: linear-gradient(#0003, #0003), linear-gradient(#0000 57%, #0006), url('../images/21_MG_8769-1-copia.webp');
  background-position: 0 0, 0 0, 50% 65%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.hero__wrap.gallery {
  background-image: linear-gradient(#0006, #0000 26% 49%, #00000080 77%), url('../images/TheMore_VPInterior_07_rev01-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero__wrap.showroom {
  background-image: linear-gradient(#0006, #0000 29% 53%, #0006 85%), url('../images/_MG_2575-HDR_post-copia.webp');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero__wrap.promo {
  z-index: 5;
  background-image: none;
  background-position: 0 0;
}

.hero__wrap.promozione {
  background-image: linear-gradient(#0006, #0000 24%), url('../images/The-More_VPexterior06_REV00-copia.webp');
}

.navbar {
  z-index: 3;
  justify-content: flex-end;
  align-items: center;
  height: 125px;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.scroll {
  z-index: 4;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffc;
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 17vw;
  position: fixed;
}

.navbar_link {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #000000b3;
  margin-left: 10px;
  margin-right: 10px;
  font-family: omnes-pro, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .55s;
}

.navbar_link.w--current {
  color: #b98043;
  font-weight: 500;
}

.navbar_link.scroll {
  color: var(--dark-grey);
  text-shadow: none;
}

.navbar_link.is-promo {
  background-color: var(--red);
  color: var(--white);
  text-shadow: none;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar_link.is-promo:hover {
  background-color: var(--red);
  color: var(--white);
}

.scroll-link {
  z-index: 2;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: -10px;
  font-family: omnes-pro, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.scroll-gif {
  z-index: 2;
  justify-content: center;
  width: 100px;
  height: 75px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.navbar-logo {
  background-image: url('../images/TheMore_logo_neg_payoff-spesso_OMBRA.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12vw;
  max-width: 150px;
  height: 8vw;
  max-height: 100px;
  position: absolute;
  left: 35px;
}

.navbar-logo.scroll {
  background-image: url('../images/TheMore_logo_pos_no-payoff.svg');
  width: 12vw;
  max-width: 150px;
  height: 7vw;
  max-height: 85px;
}

.hero-text__wrap {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.navbar_link__wrap {
  flex-direction: column;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  display: flex;
}

.navbar_link__wrap.margin-btm {
  margin-bottom: 30px;
}

.navbar_link__wrap.hide {
  display: none;
}

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

.navbar_link__wrap.is-responsive {
  display: none;
}

.bottone-secondario__wrap {
  z-index: 1;
  color: var(--dark-grey);
  align-items: center;
  height: 50px;
  margin-top: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bottone-secondario__wrap.absolute {
  display: none;
  position: absolute;
  bottom: -75px;
  right: 0;
}

.bottone-secondario {
  z-index: 0;
  background-image: linear-gradient(135deg, var(--red), var(--blue-violet));
  border-radius: 100px;
  align-items: center;
  min-width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.bottone-secondario.arancio {
  background-color: var(--white);
  background-image: none;
}

.bottone-secondario_text {
  z-index: -1;
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.bottone-secondario_text.white {
  color: var(--white);
  position: absolute;
}

.bottone-secondario_text.white.apt {
  width: 225px;
}

.bottone-secondario_text.white.interni {
  color: var(--red);
}

.bottone-secondario_text.apt {
  width: 225px;
}

.bottone-secondario_text.comfort {
  width: 220px;
}

.bottone-secondario_text.interni {
  color: var(--white);
  width: 165px;
}

.sezione_img_gradient-blend {
  opacity: .85;
  mix-blend-mode: color;
  background-image: url('../images/Gradiente.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.sezione_img_gradient-blend.position-centrale {
  background-image: url('../images/Gradiente.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

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

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

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

.before-image._2 {
  background-image: linear-gradient(#0006, #0000 26% 49%, #00000080 77%), url('../images/TheMore_VPInterior_07_rev01-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.runner {
  background-color: var(--red);
  background-image: url('../images/TheMORE_piu_bianco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
}

.container--full {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  display: flex;
  position: relative;
}

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

.after-image-inner._2 {
  background-image: linear-gradient(#0006, #0000 26% 49%, #00000080 77%), url('../images/TheMore_VPinterior_09_Rev01-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

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

.img-grid {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 1;
  width: 100%;
  max-width: none;
  height: 100%;
}

.img-grid.top0-hero {
  z-index: -1;
  object-position: 50% 0%;
  flex: none;
  height: 200%;
  position: absolute;
  top: -45%;
}

.img-grid.is-home {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.gradient {
  z-index: 0;
  background-image: linear-gradient(#0009, #0000 32% 63%, #0006 92%);
  position: absolute;
  inset: 0%;
}

.gradient.promo {
  z-index: 0;
  background-image: linear-gradient(#0000004d, #0000004d);
}

.gradient.promo02 {
  z-index: 0;
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#0009, #0000 32% 63%, #0006 92%);
}

.apt-scheda__wrap {
  flex: 1;
  justify-content: center;
  margin-top: 7px;
  margin-bottom: 7px;
  display: flex;
}

.apt-scheda__wrap.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.apt-scheda__wrap.no-margin.gap {
  grid-column-gap: 20px;
  background-color: var(--white);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 80px;
  position: relative;
}

.apt-scheda__wrap.is-card {
  max-width: 950px;
  margin-top: 50px;
}

.apt_scheda-txt {
  color: var(--dark-grey);
  text-align: left;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.apt_scheda-txt.size-txt {
  font-size: 18px;
}

.apt_scheda-txt.hide {
  display: none;
}

.apt_scheda-txt.is-center {
  text-align: center;
}

.apt_scheda {
  flex-direction: column;
  flex: 1;
  width: 17vw;
  min-width: 225px;
  max-width: 275px;
  height: 365px;
  margin-left: 7px;
  margin-right: 7px;
  display: flex;
  position: relative;
}

.apt_scheda.is-medium {
  flex: 1;
  width: auto;
  max-width: 400px;
  height: auto;
  max-height: none;
}

.apt_scheda-txt__wrap {
  background-color: var(--silver);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 160px;
  padding: 20px 20px 0;
  display: flex;
  position: relative;
}

.apt_scheda-txt__wrap.align-center {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
}

.apt_scheda-txt__wrap.align-center.hide {
  display: flex;
}

.apt_scheda-txt__wrap.align-center.height {
  z-index: 2;
  height: 100px;
}

.apt_scheda-txt__wrap.is-content {
  background-color: var(--silver);
  text-align: center;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.apt_scheda_img {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 200px;
}

.apt_scheda_img.bilo {
  background-image: url('../images/TheMore_VPinterior_02_Dettaglio_01_Rev00-copia.webp');
  background-position: 0%;
}

.apt_scheda_img.trilo {
  background-image: url('../images/TheMore_VPinterior_04_Dettaglio_02_Rev00-copia.webp');
  background-position: 50% 65%;
}

.apt_scheda_img.quadri {
  background-image: url('../images/AQ0755E-ITA-Milano_TheMore_Q02_VPInt_01_rev00-copia.webp');
  background-position: 100%;
}

.apt_scheda_img.penta {
  background-image: url('../images/The-More_VPexterior_04_Rev01-copia.webp');
  background-position: 50% 100%;
}

.apt_scheda_img.is-square {
  aspect-ratio: 1;
  object-fit: fill;
  background-image: none;
  flex: none;
  max-width: none;
  min-height: auto;
  max-height: 300px;
}

.apt_scheda_img.is-sold-out {
  filter: grayscale(50%);
}

._16px {
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 500;
}

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

.partner_interior__wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 35px;
  display: flex;
}

.logo_partner {
  height: 35px;
}

.logo_partner.less-height {
  height: 28px;
}

.logo_partner.margin {
  margin-left: 50px;
  margin-right: 50px;
}

.img {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 100%;
  max-width: none;
  height: 100%;
}

.img.int_griglia1 {
  background-image: url('../images/TheMore_VPinterior_08_Dettaglio_01_Rev00-copia.webp');
}

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

.img.int_griglia3 {
  background-image: url('../images/TheMore_VPinterior_06_Rev00-copia.webp');
}

.img.int_griglia4 {
  background-image: url('../images/TheMore_VR_Interior_3_Dett02-copia.webp');
}

.img.int_griglia5 {
  background-image: url('../images/TheMore_VPinterior_04_Rev00-copia.webp');
}

.img.int_griglia6 {
  background-image: url('../images/TheMore_VPinterior_02_Dettaglio_02_Rev00-copia.webp');
  background-position: 0%;
}

.img.int_griglia7 {
  background-image: url('../images/TheMore_VPinterior_04_Dettaglio_01_Rev00-copia.webp');
}

.img.comf_griglia1 {
  background-image: url('../images/The-More_VPexterior_04_Rev01-copia.webp');
  background-position: 0 48%;
  background-size: auto;
}

.img.comf_griglia2 {
  background-image: url('../images/The-More_VPexterior_03_Rev01-copia.webp');
}

.img.comf_griglia3 {
  background-image: url('../images/141_MG_9844-1-copia.webp');
  background-position: 50% 65%;
}

.img.comf_griglia4 {
  background-image: url('../images/pexels-photo-1302883.jpeg-copia.webp');
}

.img.loc_griglia1 {
  background-image: url('../images/00_MG_8653-1-copia.webp');
  background-position: 50% 100%;
}

.img.loc_griglia2 {
  background-image: url('../images/14_MG_8755-1-copia.webp');
}

.img.loc_griglia3 {
  background-image: url('../images/19_MG_8681-1-copia.webp');
  background-position: 50% 100%;
}

.img.loc_griglia4 {
  background-image: url('../images/23_MG_8777-1-copia.webp');
}

.img.loc_griglia5 {
  background-image: url('../images/26_MG_8696-1-copia.webp');
  background-position: 50% 20%;
}

.img.loc_griglia6 {
  background-image: url('../images/02_MG_8608-1-copia.webp');
  background-position: 50%;
}

.img.loc_griglia7 {
  background-image: url('../images/06_MG_8629-1-copia.webp');
}

.img.griglia-promo-1 {
  background-image: url('../images/TheMore_VPinterior_08_Rev00-copia.webp');
}

.img.griglia-promo-2 {
  background-image: url('../images/The-More_VPexterior_04_Rev01-copia.webp');
}

.img.griglia-promo-3 {
  background-image: url('../images/iStock-1297084456.webp');
}

.img.griglia-promo-3.hide {
  display: none;
}

.img.griglia-promo-4 {
  background-image: url('../images/nordwood-themes-q8U1YgBaRQk-unsplash.webp');
  background-position: 100%;
}

.img.griglia-promo-4.hide {
  display: none;
}

.img.griglia-promo-5 {
  background-image: url('../images/TheMore_VPinterior_01_rev04.webp');
}

.img__griglia {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80vh;
  min-height: 500px;
  max-height: 750px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.img__griglia.margin-top {
  grid-column-gap: 1vw;
  grid-template-rows: 1fr .5fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 75px;
}

.img__griglia.margin-bottom {
  margin-bottom: 75px;
}

.img__griglia.is-full {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: 1fr;
  height: 70vh;
  margin-left: 0;
  margin-right: 0;
}

.icone__wrap {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

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

.icona_text_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 130px;
  display: flex;
}

.icona {
  width: 75px;
  height: 75px;
}

.icona_text {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}

.icone__wrap_container {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 80vw;
  max-width: 1350px;
  margin-top: 50px;
  display: flex;
}

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

.gallery_item__wrap {
  margin-bottom: 1vw;
  transition: all .4s;
  position: relative;
  overflow: hidden;
}

.gallery_item__wrap.hide {
  display: none;
}

.gallery_item {
  transition: all .45s;
}

.gallery_item:hover {
  transform: scale(1.04);
}

.gallery_image {
  width: 100%;
  max-width: none;
  height: 100%;
}

.gallery_tile-zoom {
  background-color: #fff;
  background-image: url('../images/TheMORE_piu_arancio.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.gallery_tile-zoom.tagli {
  background-size: 15px;
  width: 20px;
  height: 20px;
  position: static;
}

.margin-btm {
  margin-bottom: 20px;
}

.themore {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
}

.p_vers-sezione3-4_mobile.white {
  max-width: 450px;
}

.p_vers-sezione3-4_mobile.text-align-center {
  text-align: center;
}

.p_vers-sezione3-4_mobile.is-medium {
  text-align: center;
  min-width: auto;
  max-width: none;
  font-size: 20px;
  line-height: 30px;
}

.p_vers-sezione3-4_mobile.is-medium.max-width {
  max-width: 287%;
}

.p_vers-sezione3-4_mobile.max-width {
  max-width: 80%;
}

.menu_hamburger__wrap {
  z-index: 2;
  background-color: var(--blue-violet);
  cursor: pointer;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .4s;
  display: none;
}

.menu_linea {
  background-color: #fdfff9;
  width: 30px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.hamburger_container__wrap {
  z-index: 5;
  background-color: #e7e6e2;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 350px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.hamburger_navlink__container {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.hamburger_navlink__wrap {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

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

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

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

.tab_cell.head {
  border-style: solid;
  border-color: var(--white);
  background-color: var(--blue-violet);
  color: #fff;
}

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

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

.tab_link {
  color: var(--blue-violet);
}

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

.separatore {
  width: 100%;
  height: 150px;
}

.page_background {
  background-image: url('../images/The-More_VPinterior_02_Rev00.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  padding: 100px 20px 80px;
  display: flex;
}

.page_wrap {
  text-align: center;
  background-color: #e7e6e2e6;
  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;
  position: relative;
}

.segno-grafico__wrap {
  background-image: url('../images/TheMORE_ondina_arancio.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 13px;
  position: absolute;
  top: -45px;
  left: 53px;
  overflow: hidden;
}

.segno-grafico__wrap.width-sottile {
  background-image: url('../images/TheMORE_ondina_arancio-sottile.svg');
  width: 150px;
  height: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: static;
  top: -25px;
  left: auto;
}

.text {
  margin-top: 10px;
  font-family: omnes-pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.purple-h1 {
  color: var(--blue-violet);
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}

.purple-h1.margin {
  margin-top: 10px;
  margin-bottom: 15px;
}

.error-page_link {
  color: var(--blue-violet);
  margin-top: 15px;
  font-family: omnes-pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .575s;
}

.error-page_link:hover {
  color: var(--red);
}

.btn-link {
  z-index: 3;
  background-color: var(--blue-violet);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px 8px 10px;
  font-weight: 500;
  text-decoration: none;
  transition: all .575s;
  display: flex;
  position: fixed;
  inset: 240px 0% auto auto;
  box-shadow: 1px 1px 5px #0000004d;
}

.btn-link.hero {
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--red), var(--blue-violet) 85%);
  border-radius: 32px;
  justify-content: space-between;
  margin-bottom: 45px;
  position: static;
}

.btn-link.hero:hover {
  padding-left: 25px;
  padding-right: 35px;
}

.btn-link.hero.promo {
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
  right: auto;
}

.btn-link.promo {
  position: static;
}

.recommerce-icon {
  background-color: #0000003d;
  border-radius: 25px;
  width: 38px;
  margin-right: 10px;
}

.acquistaonline-txt {
  color: #fff;
  width: 120px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 16px;
}

.acquistaonline-txt.hero {
  width: auto;
}

.popup_txt01 {
  margin-top: 10px;
  font-weight: 500;
}

.popup_txt01.size-18 {
  font-size: 18px;
  line-height: 25px;
}

.popup_x01 {
  background-color: var(--blue-violet);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
  transition: all .35s;
  display: flex;
  position: absolute;
  bottom: 100%;
  right: 0;
}

.popup_title01 {
  color: var(--blue-violet);
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.popup_subtitle01 {
  color: var(--red);
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

.popup_component {
  z-index: 20;
  background-color: #0009;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.popup_component.for-style {
  z-index: 15;
  background-color: #000000a6;
  display: flex;
}

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

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

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

.popup_container01 {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.popup_wrap01 {
  background-image: linear-gradient(45deg, var(--red), var(--blue-violet) 90%);
  flex: none;
  width: 600px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 60px;
  position: relative;
}

.txt_center-mobile.mw {
  color: var(--blue-violet);
  max-width: 350px;
  line-height: 47px;
}

.txt_center-mobile.mw-copy {
  color: var(--white);
  max-width: 350px;
}

.txt_center-mobile.arancio {
  color: var(--red-2);
  max-width: 350px;
  line-height: 47px;
}

.txt_center-mobile.text-align-center {
  text-align: center;
  max-width: none;
}

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

.heading.hashtag {
  color: #333;
  text-shadow: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.heading.hashtag.hide {
  display: none;
}

.heading.promo {
  color: var(--white);
  margin-bottom: 30px;
}

.block-quote {
  max-width: 700px;
}

.block-quote.maxw {
  width: 100%;
  max-width: none;
  font-size: 24px;
}

.block-quote.maxw.tablet {
  display: none;
}

.block-quote.white {
  font-size: 34px;
  line-height: 42px;
}

.white {
  color: var(--white);
  text-align: center;
}

.white.align-left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.white.align-left.red {
  color: var(--red-2);
}

.text-span-3, .text-span-4, .text-span-5, .text-span-7 {
  font-weight: 600;
}

.h3-centrato {
  color: #333;
  text-align: center;
  max-width: 650px;
  margin-bottom: 0;
  display: none;
}

.white_txt-2 {
  color: #fff;
}

.white_txt-2.promo {
  color: var(--white);
  max-width: 700px;
  font-size: 24px;
}

.white_txt-2.promo.size {
  color: var(--red-2);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
}

.white_txt-2.hide {
  display: none;
}

.txt_mappa {
  text-align: center;
  max-width: 750px;
  margin-bottom: 10px;
  font-style: italic;
}

.tabs {
  flex-direction: column;
  padding-left: 0;
  display: flex;
}

.map_panel {
  background-image: url('../images/TheMore_mappa_rev01_trasporti.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.map_panel.food-e-beverage {
  background-image: url('../images/TheMore_mappa_rev01_ristoranti.webp');
  background-position: 50% 0;
}

.map_panel.punti-di-interesse {
  background-image: url('../images/TheMore_mappa_rev01_punti-di-interesse.webp');
  background-position: 50% 0;
  background-size: contain;
}

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

.text-block {
  text-transform: uppercase;
  font-weight: 500;
}

.map_tab_link {
  background-color: var(--gainsboro);
  color: var(--black);
  border-radius: 20px;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.map_tab_link.w--current {
  border: 1.5px solid var(--silver);
  background-color: var(--gainsboro);
  background-image: none;
  font-weight: 600;
}

.tabs-content {
  flex: 1;
}

.heading-7.no-margin {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 35px;
}

.heading-7.no-margin.purple {
  color: var(--blue-violet);
}

.heading-7.margin {
  color: var(--dark-grey);
  text-align: center;
  max-width: none;
  margin-top: 35px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 35px;
}

.heading-7.margin.centred {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-7.margin.size {
  margin-top: 20px;
  font-size: 24px;
}

.heading-7.no-margin-top-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.piu_linea {
  background-color: #f30;
  border-radius: 20px;
  width: 35px;
  height: 3px;
  position: absolute;
}

.piu_linea.vert {
  width: 3px;
  height: 35px;
}

.piu_linea.vert.h-100 {
  height: 100%;
}

.piu_linea._w-100 {
  width: 100%;
}

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

.piu__wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.piu__wrap.absolute {
  background-color: var(--white);
  width: 100px;
  height: 100px;
  position: absolute;
}

.text-span-9 {
  z-index: 0;
  color: var(--eggplant);
  font-size: 28px;
  position: relative;
}

.linea-obliqua {
  z-index: 1;
  background-color: #f30;
  border-radius: 20px;
  width: 3px;
  height: 90px;
  position: absolute;
  top: -16px;
  left: 47px;
  transform: rotate(69deg);
}

.sezione_text__wrap-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 650px;
  margin-left: 5vw;
  margin-right: 0;
  display: flex;
}

.sezione_text__wrap-2.centred {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 0;
}

._16px-2 {
  margin-top: 20px;
  font-size: 16px;
}

._16px-2.purple_text {
  color: #333;
  max-width: 320px;
  margin-bottom: 0;
  font-style: normal;
  line-height: 22px;
  display: block;
}

._16px-2.purple_text.promo {
  color: var(--eggplant);
  text-transform: uppercase;
  margin-top: 20px;
}

.no-margin-top-2 {
  color: var(--dark-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 28px;
  line-height: 35px;
  display: flex;
}

.sezione-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 7vw;
  padding-bottom: 7vw;
  display: flex;
  position: relative;
}

.sezione-2.padding-btm-mobile {
  width: 80vw;
  max-width: 1350px;
  padding-top: 3vw;
  padding-bottom: 150px;
}

.sezione-2.padding-btm-mobile.reverse {
  flex-direction: row-reverse;
}

.sezione-2.padding-btm-mobile.reverse.margin-top {
  padding-top: 0;
}

.sezione-2.verticale {
  grid-row-gap: 40px;
  flex-direction: column;
  padding-top: 0;
}

.txt_centrato {
  text-align: center;
  max-width: 650px;
}

.par__wrap.boxed {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 5vw;
  display: flex;
}

.par__wrap.boxed._2 {
  align-items: flex-start;
  padding: 46px 30px 50px;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 7vw;
  padding-bottom: 7vw;
  display: flex;
}

.small {
  font-size: 20px;
  line-height: 20px;
}

.separator {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
}

.separator.aereoporti {
  background-image: url('../images/Risorsa-2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-end;
  height: 20px;
  padding-left: 30px;
  display: flex;
}

.separator.metro {
  background-image: url('../images/Risorsa-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-end;
  height: 20px;
  padding-left: 30px;
  display: flex;
}

.separator.stazioni {
  background-image: url('../images/Icon_Stazione.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-end;
  height: 20px;
  padding-left: 30px;
  display: flex;
}

.sep_legenda {
  background-color: var(--silver);
  width: 100%;
  height: 1px;
}

.grid-2-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  width: 100%;
  margin-bottom: 20px;
}

.grid-2-copy._3colonne {
  grid-template-rows: auto auto auto;
}

.txt_legenda {
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.icona-tabs {
  background-color: var(--red);
  border-radius: 100%;
  flex: none;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.icona-tabs.parchi-e-trasporti {
  width: 20px;
  height: 20px;
}

.icona-tabs.food-e-beverage {
  background-color: var(--blue-violet);
  width: 20px;
  height: 20px;
}

.icona-tabs.punti-di-interesse {
  background-color: #0000;
  background-image: linear-gradient(45deg, var(--red), var(--blue-violet) 90%);
  width: 20px;
  height: 20px;
}

.interior-tour_img {
  height: 100%;
}

.interior-tour_content {
  width: 80%;
  min-width: 850px;
  max-width: 1350px;
  height: 600px;
}

.interior-tour_content.showroom {
  width: 90%;
  min-width: auto;
  max-width: none;
  height: 600px;
}

.interior-tour_menu {
  background-image: url("https://cdn.prod.website-files.com/6290e69c4ea43a1a2e7aaf82/6295f86fff14a557beeadaee_UNITA'-0.3_interior-tour.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 700px;
  height: 500px;
}

.interior-tour_menu.showroom {
  background-image: url('../images/themore-pianta_rev02.png');
  background-position: 0%;
  width: 215px;
  height: 400px;
  margin-bottom: 65px;
}

.interior-tour_menu.quadri {
  background-image: url("https://cdn.prod.website-files.com/6290e69c4ea43a1a2e7aaf82/65391daade14577de6e7b96c_UNITA'-0.2_interior-tour%20copia.png");
}

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

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

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

.interior-tour {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  display: flex;
}

.cono {
  background-color: #0000;
  background-image: url('../images/icona_cono.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  transition: all .2s;
  position: absolute;
}

.cono.w--current {
  background-color: #0000;
  background-image: url('../images/icona_cono-active.svg');
}

.cono._1 {
  bottom: 77px;
  right: 345px;
  transform: rotate(270deg);
}

.cono._3 {
  top: 292px;
  right: 293px;
  transform: rotate(135deg);
}

.cono._2 {
  bottom: 76px;
  right: 250px;
  transform: rotate(90deg);
}

.cono._6 {
  top: 65px;
  right: 305px;
  transform: rotate(270deg);
}

.cono._4 {
  bottom: 156px;
  right: 365px;
  transform: rotate(180deg);
}

.cono._5 {
  top: 85px;
  right: 345px;
  transform: rotate(115deg);
}

.cono._7 {
  top: 274px;
  left: 224px;
  transform: rotate(-47deg);
}

.cono._8 {
  top: 402px;
  left: 331px;
  transform: rotate(-42deg);
}

.cono._9 {
  top: 307px;
  left: 398px;
  transform: rotate(-31deg);
}

.cono._10 {
  top: 101px;
  left: 305px;
  transform: rotate(90deg);
}

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

.showroom_grid_image._8 {
  background-image: url('../images/_MG_2688_post-copia.webp');
}

.showroom_grid_image._2 {
  background-image: url('../images/_MG_2565-HDR_post-copia.webp');
}

.showroom_grid_image._14 {
  background-image: url('../images/_MG_2679-HDR_post-copia.webp');
}

.showroom_grid_image._5 {
  background-image: url('../images/_MG_2575-HDR_post-copia.webp');
}

.showroom_grid_image._17 {
  background-image: url('../images/_MG_2981-HDR_post-copia.webp');
  background-position: 50% 75%;
}

.showroom_grid_image._16 {
  background-image: url('../images/_MG_2748_post-copia.webp');
  background-position: 50%;
}

.showroom_grid_image._15 {
  background-image: url('../images/_MG_2630-HDR_post-copia.webp');
}

.showroom_grid_image._13 {
  background-image: url('../images/_MG_2663-HDR_post-copia.webp');
  background-position: 50% 75%;
}

.showroom_grid_image._19 {
  background-image: url('../images/_MG_2971-HDR_post-copia-2.webp');
}

.showroom_grid_image._18 {
  background-image: url('../images/_MG_2985-HDR_post-copia.webp');
}

.showroom_grid_image._6 {
  background-image: url('../images/_MG_2601-HDR_post-copia.webp');
}

.showroom_grid_image._7 {
  background-image: url('../images/_MG_2592-HDR_post-copia.webp');
}

.showroom_grid_image._1 {
  background-image: url('../images/_MG_2557_post-copia.webp');
  background-position: 50% 0;
}

.showroom_grid_image._3 {
  background-image: url('../images/_MG_2579-HDR_post-copia.webp');
}

.showroom_grid_image._11 {
  background-image: url('../images/_MG_2618-HDR_post-copia.webp');
}

.showroom_grid_image._10 {
  background-image: url('../images/_MG_2621_post-copia.webp');
}

.showroom_grid_image._9 {
  background-image: url('../images/_MG_2583-HDR_post-copia.webp');
  background-position: 50%;
}

.showroom_grid_image._12 {
  background-image: url('../images/_MG_2659-HDR_post-copia.webp');
  background-position: 50%;
}

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

.cono-showroom {
  background-color: #63f;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
  position: absolute;
}

.cono-showroom.w--current {
  background-color: #ff2802;
}

.cono-showroom._6-showroom {
  bottom: -30px;
  right: 88px;
}

.cono-showroom._2-showroom {
  bottom: 89px;
  right: 40px;
  transform: rotate(90deg);
}

.cono-showroom._1-showroom {
  bottom: 60px;
  right: 123px;
}

.cono-showroom._3-showroom {
  bottom: 129px;
  left: 53px;
}

.cono-showroom._5-showroom {
  top: 133px;
  left: 55px;
}

.maxw {
  max-width: 650px;
}

.block-quote-4 {
  color: var(--dark-grey);
  font-weight: 500;
}

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

.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_toggle-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.banner_text-link {
  border-bottom: 1px solid var(--blue-violet);
  color: var(--blue-violet);
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.banner_text-link:hover {
  border-bottom-color: var(--eggplant);
  color: var(--eggplant);
}

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

.banner_btn {
  background-color: #0000;
  background-image: linear-gradient(45deg, var(--red), var(--blue-violet) 90%);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.banner_btn:hover {
  background-color: #707cff;
  border-color: #707cff;
  padding-right: 25px;
}

.banner_btn.banner {
  background-color: #0000;
  background-image: linear-gradient(45deg, var(--red), var(--blue-violet) 90%);
  text-transform: uppercase;
  border-radius: 20px;
}

.banner_btn.banner:hover {
  padding-left: 25px;
  padding-right: 25px;
}

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

.banner_text {
  color: var(--dark-grey);
  font-size: 13px;
  line-height: 1.6;
}

.banners_wrap {
  display: block;
}

.banner_close_txt {
  border-bottom: 1px solid var(--red);
  color: var(--red);
  margin-top: 10px;
  font-size: 12px;
}

.banner_close_txt:hover {
  border-bottom-color: var(--blue-violet);
  color: var(--blue-violet);
}

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

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

.banner_link {
  color: var(--blue-violet);
}

.banner_link:hover {
  color: var(--eggplant);
}

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

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

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

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

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

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

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

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

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

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

.banner_title {
  color: var(--dark-grey);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

.banner_wrap {
  grid-row-gap: 32px;
  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_x {
  color: var(--blue-violet);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

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

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

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

.prefs_checkbox-label, .prefs_nascondi {
  display: none;
}

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

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

.manager_trigger {
  display: none;
}

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

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

.link {
  color: var(--blue-violet);
}

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

.txt_hero {
  color: var(--white);
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  max-width: 750px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.txt_hero.no-margin-top {
  margin-top: 0;
}

.txt_hero.no-margin-top.is-promo {
  font-size: 25px;
  line-height: 34px;
  display: block;
}

.txt_hero.is-promo {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-shadow: 3px 3px 10px #000;
  font-weight: 400;
  display: block;
}

.txt_hero.is-home {
  max-width: 800px;
  margin-bottom: 40px;
}

.txt_hero.is-small {
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 18px;
  line-height: 22px;
}

.text-span-27 {
  font-weight: 600;
}

.text-span-28 {
  color: var(--red-2);
  text-shadow: none;
}

.text-span-29 {
  font-weight: 600;
}

.text-span-30 {
  color: var(--red-2);
  text-shadow: none;
}

.text-span-32 {
  font-weight: 600;
}

.text-span-33 {
  color: var(--red-2);
  text-shadow: none;
}

.text-span-34 {
  font-weight: 600;
}

.text-span-35 {
  color: var(--red-2);
  text-shadow: none;
}

.text-span-36 {
  font-weight: 600;
}

.text-span-37 {
  color: var(--red-2);
  text-shadow: none;
}

.text-span-38 {
  font-weight: 600;
}

.text-span-39 {
  color: var(--red-2);
  text-shadow: none;
}

.text-span-40 {
  font-weight: 600;
}

.text-span-41 {
  color: var(--red-2);
  text-shadow: none;
}

.text-span-42 {
  font-weight: 600;
}

.text-span-43 {
  color: var(--red-2);
  text-shadow: none;
}

.text-span-44 {
  font-weight: 600;
}

.torna-al-sito {
  z-index: 10;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-image: linear-gradient(45deg, #f30, #63f 90%);
  border-radius: 32px 0 0 32px;
  justify-content: center;
  align-items: center;
  margin-right: -142px;
  padding: 8px 20px 8px 10px;
  font-weight: 500;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: 240px 0 auto auto;
  box-shadow: 1px 1px 5px #0000004d;
}

.torna-al-sito.casa {
  background-image: linear-gradient(237deg, #f30, #63f 90%);
  top: 300px;
}

.icon {
  background-color: #0000003d;
  border-radius: 25px;
  width: 38px;
  margin-left: 0;
  margin-right: 10px;
}

.text-span-45 {
  color: var(--blue-violet);
}

.promo {
  color: var(--red-2);
}

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

.background-video.hide {
  display: none;
}

.bold-text-3 {
  color: var(--blue-violet);
}

.bold-text-3.white {
  color: var(--red-2);
}

.loader {
  z-index: 40;
  width: 100%;
  height: 100%;
  line-height: 25px;
  display: none;
  position: absolute;
}

.sezione_vert-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 35vw;
  min-height: 400px;
  padding-top: 3vw;
  padding-bottom: 7vw;
  display: flex;
  position: relative;
}

.sezione_vert-2.sfumatura {
  background-image: url('../images/sfumatura.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.sezione_vert-2.h-auto {
  height: auto;
  min-height: auto;
}

.segno-grafico_onda-2 {
  z-index: 1;
  background-image: url('../images/TheMORE_ondina_arancio.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 13px;
  position: relative;
  overflow: hidden;
}

.text-block-18 {
  color: #63f;
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.promo-2 {
  color: #e73c1e;
}

.modal-01_popup_image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 350px;
  min-height: 200px;
  display: flex;
}

.modal-01_popup_image.trilocali {
  background-image: url('../images/TheMore_VPinterior_04_Dettaglio_02_Rev00-copia.webp');
}

.modal-01_popup_image.quadrilocali {
  background-image: url('../images/TheMore_VR_Interior_3_Dett02-copia.webp');
}

.wrap-logo-partner {
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 15px 10px 10px;
  display: flex;
}

.popup-01_component {
  z-index: 100;
  background-color: #1f2320cc;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.popup-01_component.show {
  display: flex;
}

.unitamisura {
  color: var(--blue-violet);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 500;
  line-height: 12px;
}

.popup-01_x {
  transform: scale3d(1none, 1none, 1none);
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #63f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  transition: all .35s;
  display: flex;
  position: absolute;
  bottom: 100%;
  right: 0;
}

.popup-01_x:hover {
  transform: scale(1.1);
}

.sezione_text__wrap-3 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.apt_scheda-txt-2 {
  color: #333;
  text-align: left;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.cifre {
  color: var(--eggplant);
  letter-spacing: 0;
  text-transform: none;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 2vw;
}

.brand-partner-wrap {
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 150px;
  padding-top: 10px;
  transition: all .35s;
  display: flex;
  box-shadow: 0 0 6px 4px #0000000d;
}

.brand-partner-wrap:hover {
  width: 210px;
}

.brand-partner-wrap.quadrilocali {
  background-image: url('../images/TheMore_VR_Interior_3_Dett02-copia.webp');
}

.brand-partner-wrap.trilocali {
  background-image: url('../images/TheMore_VPinterior_04_Dettaglio_02_Rev00-copia.webp');
}

.popup-01_container {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

._16px-3 {
  margin-top: 20px;
  font-size: 16px;
}

._16px-3.purple_text {
  color: #333;
  max-width: 320px;
  margin-bottom: 0;
  font-style: normal;
  line-height: 22px;
  display: block;
}

._16px-3.purple_text.promo {
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-top: 0;
}

._16px-3.purple_text.centred {
  text-align: center;
}

._16px-3.purple_text.hide {
  display: none;
}

._16px-3.white_txt {
  text-transform: uppercase;
  font-size: 22.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

._16px-3.white_txt.no-margin-bottom {
  margin-bottom: 0;
}

._16px-3.white_txt.no-capit {
  text-transform: none;
  max-width: 420px;
}

.div-countdown {
  border: 0 solid #000;
  border-radius: 30px;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.div-countdown._1 {
  align-self: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.div-countdown._2 {
  grid-row-gap: 30px;
  border-radius: 0;
  flex-flow: wrap;
  margin-top: 35px;
  padding: 0;
}

.linea-sfumatura-2 {
  background-image: linear-gradient(to right, #ff2802, #63f);
  width: 100%;
  height: 7px;
  position: absolute;
  inset: 0% 0% auto;
}

.linea-sfumatura-2.verticale {
  background-image: linear-gradient(147deg, #ff2802, #63f);
  width: 4px;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
  position: static;
}

.discover-more {
  grid-column-gap: 10px;
  background-color: #b6b5b1;
  justify-content: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-txt {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.div-txt._2 {
  align-self: flex-end;
  align-items: center;
  height: auto;
  margin-bottom: 20px;
}

.text-span-46 {
  font-weight: 600;
}

.tagli {
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.popup-01_wrapper {
  background-color: #e7e6e2;
  border: 1px solid #6f6aae;
  flex-direction: row;
  flex: none;
  width: 100%;
  max-width: 800px;
  max-height: 700px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

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

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

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

.cifre-countdown {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cifre-countdown._4 {
  border-right-style: none;
  width: 100px;
  margin-right: 0;
}

.cifre-countdown._1 {
  margin-left: 0;
}

.text-block-19 {
  color: var(--dark-grey);
  text-align: left;
  margin-top: 40px;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
}

.text-span-47 {
  color: var(--red-2);
  font-size: 24px;
  font-weight: 700;
}

.sezione-promo {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 80vw;
  max-width: 1350px;
  display: grid;
}

.wrap-tagli {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.sezione_img-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  min-width: 450px;
  height: 45vw;
  min-height: 600px;
  position: relative;
}

.sezione_img-2.piscina {
  background-image: url('../images/TheMore_VPinterior_08_Rev00-copia_1.webp');
  background-position: 50%;
}

.sezione_img-2.domotica {
  background-image: url('../images/TheMore_VPinterior_01_dettaglio01_rev02.webp');
  width: 50%;
}

.heading-8.no-margin {
  color: var(--dark-grey);
  max-width: 320px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 35px;
}

.heading-8.no-margin.hide {
  display: none;
}

.heading-8.margin {
  color: var(--dark-grey);
  max-width: 320px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 35px;
}

.heading-8.no-margin, .heading-8.margin {
  margin-bottom: 0;
}

.orange-txt {
  color: #f30;
}

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

.piu__wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.piu__wrap-2.hide {
  display: none;
}

.bottone-2 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(45deg, #f30, #63f 90%);
  border-radius: 100px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: omnes-pro, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .575s;
}

.bottone-2:hover {
  color: #fff;
  padding-left: 45px;
  padding-right: 45px;
}

.bottone-2.promo {
  margin-top: 0;
}

.bottone-2.cta-promo {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 15px;
  transition-property: background-color;
  transition-duration: .45s;
}

.bottone-2.cta-promo:hover {
  background-image: linear-gradient(to bottom, var(--red-2), var(--red-2));
}

.bottone-2.cta-promo.w--current {
  margin-left: 5px;
}

.img_elem-grafico-2 {
  z-index: 1;
  background-image: url('../images/TheMORE_C_arancio.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -45px;
  right: -45px;
}

.text-span-8 {
  z-index: 1;
  color: #333;
  font-size: 28px;
  position: relative;
}

.text-span-48 {
  font-weight: 600;
}

.linea-obliqua-2 {
  z-index: 2;
  background-color: #f30;
  border-radius: 20px;
  width: 3px;
  height: 90px;
  position: absolute;
  top: -20px;
  left: 48px;
  transform: rotate(69deg);
}

.segno-grafico_onda-3 {
  z-index: 1;
  background-image: url('../images/TheMORE_ondina_arancio.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 13px;
  position: relative;
  overflow: hidden;
}

.segno-grafico_onda-3.small {
  width: 89px;
  margin-right: 10px;
}

.sezione_text__wrap-4 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 650px;
  margin-right: 5vw;
  display: flex;
}

._16px-4 {
  margin-top: 20px;
  font-size: 16px;
}

._16px-4.purple_text {
  color: #333;
  max-width: 320px;
  margin-bottom: 0;
  font-style: normal;
  line-height: 22px;
  display: block;
}

._16px-4.purple_text.centred {
  text-align: center;
  margin-top: 10px;
}

._16px-4.purple_text.centred.white {
  color: var(--white);
}

.text-span-49 {
  color: var(--red-2);
}

.bold-text-4 {
  color: var(--blue-violet);
  font-size: 30px;
}

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

.bottone-3 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(45deg, #f30, #63f 90%);
  border-radius: 100px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: omnes-pro, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .575s;
}

.bottone-3:hover {
  color: #fff;
  padding-left: 45px;
  padding-right: 45px;
}

.img_elem-grafico-3 {
  background-image: url('../images/TheMORE_C_arancio.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -45px;
  right: -45px;
}

.text-span-50 {
  z-index: 1;
  color: #333;
  font-size: 28px;
  position: relative;
}

.text-span-51 {
  font-weight: 600;
}

.linea-obliqua-3 {
  z-index: 2;
  background-color: #f30;
  border-radius: 20px;
  width: 3px;
  height: 90px;
  position: absolute;
  top: -20px;
  left: 48px;
  transform: rotate(69deg);
}

.segno-grafico_onda-4 {
  z-index: 1;
  background-image: url('../images/TheMORE_ondina_arancio.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 13px;
  position: relative;
  overflow: hidden;
}

.segno-grafico_onda-4.small {
  width: 89px;
  margin-right: 10px;
}

.italic-text-2 {
  color: var(--red-2);
}

.slider {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.left-arrow, .right-arrow {
  display: none;
}

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

.img-promo.piscina {
  background-image: url('../images/The-More_VPexterior_04_Rev01-copia.webp');
}

.img-promo.cucina {
  background-image: url('../images/TheMore_VPinterior_08_Rev00-copia_1.webp');
}

.img-promo.domotica {
  background-image: url('../images/TheMore_VPinterior_01_dettaglio01_rev02.webp');
}

.img-promo.alexa {
  background-image: url('../images/iStock-1297084456.webp');
}

.img-promo.appbticino {
  background-image: url('../images/nordwood-themes-q8U1YgBaRQk-unsplash.webp');
  background-position: 100%;
}

.wrap-icona {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.promo-container {
  grid-column-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 626px;
  padding: 40px 60px;
  display: flex;
  position: relative;
}

.label-03_logo {
  object-fit: contain;
  flex: none;
  height: 60px;
}

.label-03 {
  z-index: 1;
  background-image: linear-gradient(to right, var(--red-2), var(--blue-violet));
  color: var(--white);
  cursor: pointer;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 200px;
  padding-left: 2px;
  font-size: 16px;
  transition: all .45s;
  display: flex;
  position: absolute;
  top: 140px;
  right: 0;
  box-shadow: 1px 1px 5px #0000004d;
}

.label-03:hover {
  background-color: #fff;
  width: 55px;
}

.label-03_x_wrapper {
  z-index: 10;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.label-03_slide_container {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.button_component {
  cursor: pointer;
  text-decoration: none;
}

.label-03_wrapper {
  z-index: 10;
  position: fixed;
  top: 180px;
  right: 0;
}

.label-03_wrapper.for-style {
  position: absolute;
}

.label-03_popup {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000a1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.label-03_slide {
  background-color: #a39bff;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-top: 0;
  font-size: 8px;
  display: flex;
}

.label-03_popup_text {
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  margin-top: 20px;
  font-size: 18px;
  display: flex;
}

.label-03_label {
  color: #a39bff;
  background-image: url('../images/promo_label.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 76px 14px 9px;
  font-size: 36px;
  display: flex;
  position: absolute;
  top: -1px;
}

.display-none {
  display: none;
}

.label-03_text {
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  transform: rotate(90deg);
}

.label-03_popup_heading {
  font-size: 30px;
}

.label-03_popup_text_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  max-width: 320px;
  margin-top: 100px;
  margin-right: 7vw;
  display: flex;
}

.label-03_popup_container {
  background-color: #a39bff;
  flex: none;
  margin: auto;
  padding: 100px 7vw;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.label-03_image {
  mix-blend-mode: multiply;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.label-03_image._01, .label-03_image._02, .label-03_image._03 {
  mix-blend-mode: multiply;
}

.label-03_slider {
  background-color: #0000;
  width: 30vw;
  max-width: 500px;
  height: 100%;
}

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

.label-03_x_asta._2 {
  transform: rotate(-45deg);
}

.text-span-53 {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
}

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

.text-span-55 {
  color: var(--blue-violet);
}

.text-span-56 {
  text-transform: uppercase;
  font-weight: 600;
}

.text-span-57 {
  font-weight: 600;
}

.text-span-58 {
  font-style: italic;
  font-weight: 600;
}

.txt-tagli.small {
  font-size: 18px;
}

.txt-tagli.center {
  text-align: center;
  font-size: 24px;
}

.text-span-59 {
  font-size: 18px;
}

.text-span-60 {
  color: var(--red-2);
  font-size: 21px;
  font-weight: 700;
}

.text-span-61 {
  color: var(--red-2);
}

.link_centrato {
  color: var(--blue-violet);
  text-align: center;
  cursor: pointer;
  max-width: 650px;
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 34px;
  font-weight: 600;
  line-height: 42px;
  text-decoration: none;
  transition: color .35s;
}

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

.link_centrato.align-sx {
  text-align: left;
}

.text-span-62 {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
}

.italic-text-3 {
  font-weight: 500;
}

.text-span-63 {
  color: var(--red-2);
}

.text-span-64 {
  font-weight: 600;
}

.text-span-65 {
  color: var(--red-2);
  font-size: 18px;
  font-weight: 700;
}

.wrap-txt-1 {
  height: 159px;
}

.text-span-66 {
  text-transform: uppercase;
  font-weight: 600;
}

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

.ancora-promo {
  z-index: 0;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 114px;
}

.apt_scheda-promo {
  flex-direction: column;
  width: 50%;
  min-width: 225px;
  max-width: 350px;
  height: 450px;
  margin-left: 7px;
  margin-right: 7px;
  display: flex;
  position: relative;
}

.sezione-tagli-copy {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 80vw;
  max-width: 1350px;
  display: flex;
}

.sezione-tagli-copy.vertical {
  flex-direction: column;
}

.text-span-67 {
  color: var(--red-2);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  display: block;
}

.div-block-74 {
  background-image: url('../images/Testo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 90px;
  margin-top: 10px;
}

.text-scroll {
  color: var(--red-2);
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  display: block;
}

.text-span-68 {
  font-style: italic;
  font-weight: 600;
}

.div-block-75 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 350px;
  height: 450px;
  display: flex;
  position: relative;
}

.div-block-75.trilo {
  z-index: 0;
  cursor: pointer;
  background-image: url('../images/TheMore_VPinterior_04_Dettaglio_02_Rev00-copia.webp');
}

.div-block-75.quadri {
  cursor: pointer;
  background-image: url('../images/TheMore_VR_Interior_3_Dett02-copia.webp');
  background-position: 50%;
}

.hover {
  z-index: 1;
  background-color: #0003;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-block-20 {
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  display: none;
}

.piu-absolute {
  background-color: var(--white);
  background-image: url('../images/THW-MORE_piu_arancione.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 3% auto auto 3%;
}

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

.flex-block-2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  align-items: center;
}

.div-block-76 {
  position: absolute;
}

.div-block-77 {
  background-image: url('../images/THE-MORE_doppia-linea-arancio.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 100px;
  position: absolute;
  inset: -6% auto auto 4%;
}

.sezione-full {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-container-50 {
  background-image: url('../images/sfumatura_mobile_capovolta.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vw;
  min-height: 750px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.linea-vert {
  background-color: var(--white);
  width: 1px;
  height: 100%;
}

.linea-vert.h-50 {
  background-color: #33333380;
  height: 50px;
}

.text-span-69 {
  color: var(--blue-violet);
  cursor: pointer;
  background-color: #ffffff80;
  padding-left: 5px;
  padding-right: 5px;
  font-style: normal;
  text-decoration: none;
}

.link-2, .link-3 {
  text-decoration: none;
}

.text-span-70 {
  font-style: italic;
  text-decoration: none;
}

.opacity-60 {
  opacity: .6;
}

.text_wrapper {
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.swiper-slide.slider-08_slide {
  height: 50vw;
  min-height: 600px;
}

.slider_arrow_icon {
  color: var(--white);
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}

.slide-09_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-09_image.position_50-100 {
  object-position: 50% 100%;
}

.slide-09_image.position_50-80 {
  object-position: 50% 80%;
}

.slider_nav_container {
  z-index: 4;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 20%;
  right: 22%;
}

.slider_arrow {
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.swiper-wrapper.slider-08_container {
  z-index: 1;
  position: relative;
}

.slider-09 {
  z-index: 2;
  width: 100%;
  height: 50vw;
  min-height: 600px;
  position: relative;
}

.nav_number {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--white);
  justify-content: center;
  font-size: 20px;
  display: flex;
}

.text_list {
  z-index: 30;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 100px;
}

.slider-09_heading {
  text-shadow: 3px 3px 10px #00000080;
  max-width: none;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 70px;
  transform: translate(0, 100%);
}

.slider-09_heading.is-first {
  max-width: none;
  transform: none;
}

.slider-09_sub {
  opacity: 0;
  color: var(--white);
  text-shadow: 3px 3px 10px #00000080;
  max-width: 450px;
  margin-top: 10px;
  font-size: 20px;
}

.slider-09_sub.is-first {
  opacity: 1;
  max-width: 450px;
  line-height: 25px;
}

.slider-09_component {
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  height: 50vw;
  min-height: 600px;
  padding-right: 100px;
  line-height: 1.8;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-09_text_container {
  z-index: 1;
  display: block;
  position: absolute;
  left: 5vw;
}

.slider-09_text_container.show {
  display: block;
  left: -1vw;
}

.div-block-78 {
  z-index: 0;
  opacity: .5;
  background-image: url('../images/sfumatura_mobile_capovolta.png');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block-79 {
  grid-column-gap: 10px;
  flex-direction: row;
  display: flex;
}

.orver-absolute {
  z-index: 3;
  display: block;
  position: absolute;
  inset: 0%;
}

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

.text-block-21 {
  z-index: 3;
  color: var(--white);
  font-size: 34px;
  font-weight: 600;
  position: absolute;
  top: 3vw;
  left: 15vw;
}

.text-span-71 {
  color: var(--red-2);
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
}

.text-span-72 {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
}

.text-span-73 {
  font-size: 24px;
  font-weight: 600;
}

.text-span-74 {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
}

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

.text-span-76 {
  color: var(--red-2);
}

.div-block-82 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  height: 50vw;
  min-height: 750px;
  padding: 100px;
  display: flex;
}

.image-promo {
  z-index: 0;
  background-image: url('../images/The-More_VPexterior06_dettaglio-01_REV00-copia.webp');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-83 {
  background-image: url('../images/THE-MORE_doppia-linea-arancio.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 100px;
  position: absolute;
  inset: -9% auto auto 4%;
}

.txt-black {
  color: var(--dark-grey);
  max-width: 700px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
}

.text-span-77 {
  color: var(--red-2);
}

.slider-10 {
  display: none;
}

.text-span-78 {
  color: var(--red-2);
}

.tabs-2 {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

.tabs-menu-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.menu-appartamenti {
  background-color: var(--silver);
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 176px;
  font-size: 16px;
  display: flex;
}

.menu-appartamenti.w--current {
  background-color: var(--blue-violet);
  color: var(--white);
}

.div-block-84 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.div-block-86 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-5 {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.text-block-22 {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  max-width: 90px;
  font-weight: 500;
  line-height: 18px;
}

.countdown {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  max-width: 550px;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.countdown._2 {
  align-self: flex-end;
  align-items: center;
  height: auto;
  margin-bottom: 20px;
}

.promo-flag {
  z-index: 10;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-image: linear-gradient(45deg, #38133c, #63f 55%);
  border-radius: 32px 0 0 32px;
  justify-content: center;
  align-items: center;
  margin-right: -142px;
  padding: 8px 20px 8px 10px;
  font-weight: 500;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: 180px 0 auto auto;
  box-shadow: 1px 1px 5px #0000004d;
}

.promo-flag.casa {
  background-image: linear-gradient(237deg, #f30, #63f 90%);
  top: 300px;
}

.promo-card_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #116069;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 4vw 2vw;
  transition: background-color .5s;
  display: flex;
  position: relative;
}

.promo-card_wrapper:hover {
  background-color: #c7ffd6;
  box-shadow: 0 2px 6px #00000040;
}

.promo-card_wrapper.is-slider {
  background-image: linear-gradient(135deg, var(--blue-violet), var(--red));
  border-style: none;
  width: 100%;
  height: 100%;
  padding: 0;
}

.promo-card_wrapper.is-slider:hover {
  background-color: #fff;
}

.img-mood {
  position: relative;
}

.img-mood.height-fix {
  width: 100%;
  height: 400px;
}

.splide__slide {
  border-radius: 20px;
  flex: none;
  width: 100%;
  list-style-type: none;
  overflow: hidden;
}

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

.promo-item_wrapper.is-slider {
  width: 80%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.slider-10_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
  overflow: hidden;
}

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

.splide.slider-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pittogramma-placeholder {
  object-fit: contain;
  width: 30px;
  height: 30px;
}

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

.splide__list {
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.dark-green-txt {
  color: #116069;
}

.splide__arrows {
  z-index: 50;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-top: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
}

.splide_embed {
  line-height: 1;
}

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

.splide__arrow.splide__arrow--prev {
  background-image: url('../images/arrow-left.svg');
  background-size: 13px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/arrow-right.svg');
  background-size: 13px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.promo-text {
  color: #116069;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.promo-text.is-number-static {
  color: var(--red);
  margin-bottom: 20px;
  font-size: 34px;
  position: static;
  top: 15px;
  right: 15px;
}

.promo-text.is-button {
  text-align: center;
  border-bottom: 1px solid #116069;
  font-size: 12px;
  transition: color .35s, border-color .35s;
}

.promo-text.is-button:hover {
  color: #40ab85;
  border-bottom-color: #40ab85;
}

.img-elemento {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}

.img-elemento.tram {
  object-position: 50% 80%;
}

.splide__track {
  width: 100%;
  max-width: 700px;
}

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

.end-date {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  display: block;
}

.plus-promo {
  width: auto;
  max-width: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.txt_coneiner {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.text-span-79 {
  text-transform: uppercase;
}

.text-span-80 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 16px;
}

.text-span-81 {
  letter-spacing: .5px;
  font-size: 30px;
}

.div-block-87 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.gtm {
  display: none;
}

.ty-h1 {
  color: var(--blue-violet);
  text-shadow: none;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  display: flex;
}

.ty-h1.margin {
  margin-top: 10px;
  margin-bottom: 15px;
}

.footer-contatti_wrapper {
  flex-flow: column;
  align-items: center;
  width: 50%;
  display: flex;
}

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

.embed-map.is-mobile {
  display: none;
}

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

.card-title {
  font-size: 22px;
}

.container {
  grid-column-gap: 10vw;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.gap {
  grid-row-gap: 10px;
}

.list_grid_icon {
  height: 42px;
}

.h2-heading {
  color: var(--eggplant);
  text-align: center;
  text-transform: uppercase;
  max-width: 800px;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
}

.h2-heading.is-card {
  max-width: none;
}

.list_grid_item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  min-width: 140px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.list_grid_item.width-auto {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: auto;
}

.list_grid_item.width-auto.align-center {
  justify-content: center;
  align-items: center;
}

.txt-xl {
  letter-spacing: 1px;
  max-width: 70%;
  font-size: 40px;
  line-height: 40px;
}

.txt-xl.max-width-var01 {
  max-width: 900px;
}

.txt-l {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 38px;
}

.text-promo02 {
  color: var(--dark-grey);
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
}

.icon-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.icon-container.is-large {
  background-color: var(--red-2);
  background-image: linear-gradient(331deg, var(--eggplant), var(--blue-violet) 8%, #fff0 77%);
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.ancora {
  width: 0;
  height: 0;
  position: absolute;
  top: -100px;
}

.heading-l {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.button_component-2 {
  cursor: pointer;
  margin-top: 40px;
  margin-right: auto;
  text-decoration: none;
}

.button_component-2.is-center {
  margin-left: auto;
  margin-right: auto;
}

.card_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_component.is-50 {
  width: 50%;
  min-width: 250px;
  height: auto;
}

.flex-card {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.txt__wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  min-width: 400px;
  max-width: 500px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.txt__wrap.width-auto {
  min-width: auto;
  max-width: none;
}

.txt__wrap.width-auto.align-center {
  text-align: center;
  align-items: center;
}

.text-color-green-cta {
  color: #61b0a6;
  font-style: italic;
}

.section-promo {
  background-image: url('../images/sfumatura.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
}

.section-promo.bg_04-promo {
  background-image: linear-gradient(359deg, #61b0a6ba, #143b3d00 55%), linear-gradient(#143b3df0, #143b3df0), none;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

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

.slide_button_icon.is-promo {
  border-style: none;
  border-radius: 0%;
  flex: 1;
  width: 50px;
  height: 50px;
  margin-right: 0;
}

.card_wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.card_wrapper.pad-40 {
  grid-row-gap: 0vw;
  border-radius: 20px;
  flex: 1;
  justify-content: flex-start;
  height: auto;
  padding: 40px;
}

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

.flex-space-gap-10.children-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.flex-space-gap-10.children-wrap.is-stretch {
  flex-flow: row;
  max-width: 90%;
  margin: 40px auto 4vw;
}

.text-span-82 {
  color: #61e1d1;
  font-style: italic;
}

.plus-wrap {
  text-transform: uppercase;
  align-items: center;
  font-size: .8rem;
  line-height: 1;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #143b3d;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 400;
  text-decoration: none;
  transition: color .35s cubic-bezier(.25, .46, .45, .94), border-color .35s cubic-bezier(.25, .46, .45, .94), background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button:hover {
  background-color: #61b0a6;
  border-color: #61b0a6;
}

.button.is-text-cta {
  color: #fff;
  background-color: #61b0a6;
  border-radius: 5px;
  flex-flow: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 5px 10px;
}

.button.is-text-cta:hover {
  color: #fff;
  background-color: #3b9d91;
  border-bottom-color: #61b0a6;
}

.button.is-text-cta.is-negative {
  color: #143b3d;
  background-color: #fff;
  border-bottom-color: #fff;
}

.button.is-text-cta.is-negative:hover {
  color: #143b3d;
  background-color: #bcd6d6;
  border-bottom-color: #61b0a6;
}

.title-width-medium {
  max-width: 700px;
}

.title-width-medium.margin-0px {
  margin-top: 0;
  margin-bottom: 0;
}

.text-color-gradient {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/sfumatura_mobile3.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-color-gradient.width-auto {
  max-width: none;
}

.text-color-gradient.width-auto.txt_centrato.popup {
  margin-bottom: 0;
}

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

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

.text-status {
  background-color: var(--blue-violet);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.text-status.is-soldout {
  background-color: var(--red);
}

.nome-progetto {
  font-style: italic;
}

.titolo-paragrafo {
  line-height: 40px;
}

.distanze-icon-embed {
  filter: invert();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-distance {
  text-align: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.section-2 {
  width: 100%;
  padding: 7vw;
}

.section-2.pad-top-bot {
  padding-top: 7vw;
  padding-bottom: 7vw;
}

.flex-center-gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  order: 1;
  justify-content: flex-start;
  align-items: center;
}

.flex-horizontal-2 {
  justify-content: space-between;
  width: 100%;
}

.flex-horizontal-2.is-icon {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: wrap;
  justify-content: center;
}

.container_01 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container_01.vertical {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  flex-direction: column;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.container_01.vertical.gap-small {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
}

.container_01.is-felx {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: center;
}

.flex-block-5 {
  justify-content: center;
  align-items: center;
}

.text-medium-2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.icon-distance {
  background-color: var(--blue-violet);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 5px;
  display: flex;
}

.txt-wrap {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.txt-wrap.align-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

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

.section_card {
  width: 100%;
  display: flex;
}

.text-color-accent {
  color: #ffac9e;
  text-shadow: 6px 6px 10px #000;
}

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

.text-promo01.is-large {
  font-size: 26px;
  line-height: 27px;
}

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

.text-subtitle {
  color: #414d32bd;
  letter-spacing: .5px;
  text-transform: none;
  font-size: 21px;
  font-style: italic;
  line-height: 28px;
}

.text-subtitle.is-commerc {
  color: #414d32;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  font-style: normal;
}

.text-subtitle.is-commerc.text-color-white {
  color: #fff;
}

.text-subtitle.is-pin {
  color: #c2701f;
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/pin_indirizzo_verde.svg');
  background-position: 0 26%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  font-style: normal;
  font-weight: 500;
}

.text-subtitle.is-pin.text-color-white {
  color: var(--dark-grey);
  background-image: url('../images/pin_indirizzo_bianco.svg');
  background-position: 0 65%;
}

.text-apertura {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.distanze_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-italic-medium {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

.div-block-91 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.slider-horizontal {
  background-color: #fff;
  flex: none;
  width: 100%;
  min-height: 650px;
}

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

.left-arrow-slider {
  background-color: var(--blue-violet);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-right: 5px;
  display: flex;
}

.icon-embed-arrow {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.icon-embed-arrow.is-reverse {
  transform: rotate(180deg);
}

.right-arrow-slider {
  background-color: var(--blue-violet);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-left: 5px;
  display: flex;
}

.slide-nav-8 {
  display: none;
}

.h2-title-heading {
  max-width: none;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

.h2-title-heading.text-color-white.margi-0px {
  margin-top: 0;
  margin-bottom: 0;
}

.text-color-violet {
  color: var(--blue-violet);
}

.loader-bg {
  background-color: #fff3;
  border: 1px solid #fff6;
  border-radius: 20px;
  align-items: center;
  width: 250px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  overflow: hidden;
}

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

.navbar_list-links {
  display: flex;
}

.code-embed {
  display: none;
}

.navbar_link-promo {
  background-color: var(--red);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: omnes-pro, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .55s;
}

.navbar_link-promo.w--current {
  color: #b98043;
  font-weight: 500;
}

.navbar_link-promo.scroll {
  color: var(--dark-grey);
  text-shadow: none;
}

.navbar_link-promo.is-promo {
  background-color: var(--red);
  color: var(--white);
  text-shadow: none;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar_link-promo.is-promo:hover {
  background-color: var(--red);
  color: var(--white);
}

.bold-text-6, .semi-bold {
  font-weight: 600;
}

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

.popup_logo02 {
  width: 150px;
  height: 80px;
  margin-bottom: 40px;
}

.text-span-83 {
  text-transform: uppercase;
}

.label-01c_component {
  z-index: 8;
  cursor: pointer;
  background-color: #a39bff;
  background-image: url('../images/sfumatura_mobile3.png');
  background-position: 78% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 220px;
  display: flex;
  position: fixed;
  bottom: 140px;
  right: 0;
  box-shadow: 1px 1px 5px #0000004d;
}

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

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

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

.label-01c_title {
  letter-spacing: .5px;
  border-bottom: 1px solid #f2efe9;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.label-01c_text {
  background-color: var(--white);
  color: var(--eggplant);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.text-span-84 {
  text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
  .sezione_vert.mappa-statica {
    background-position: 50% 0;
  }

  .sezione_vert.padding-bottom3.padding-dx-sx {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bottone.nav.hidden-mobile, .bottone.nav.big-desktop-mobile_show, .bottone.nav.navbar-scroll {
    display: block;
  }

  .sezione.oriz.no-margin-top.wrap {
    width: auto;
  }

  .sezione.less-margin-top {
    color: var(--black);
  }

  .sezione.is-apertura {
    background-image: radial-gradient(circle, #b3b3b378 17%, #fff0 91%);
  }

  .sezione_img.contesto {
    background-image: url('../images/14_MG_8755-1.jpg');
    background-position: 50% 100%;
  }

  .sezione_img.apt1 {
    background-image: url('../images/TheMore_VPinterior_04_Dettaglio_02_Rev00.jpg');
  }

  .sezione_img.apt1.giardini {
    background-image: url('../images/TheMore_VPinterior_09_Rev01.jpg');
  }

  .sezione_img.interni1 {
    background-image: url('../images/The-More_VPinterior_02_CloseUp03_Rev00.jpg');
  }

  .sezione_img.interni2 {
    background-image: url('../images/TheMore_VPinterior_01_dettaglio01_rev02.webp');
  }

  .sezione_img.comfort1 {
    background-image: url('../images/TheMore_VPinterior_01_dettaglio02_rev02.webp');
    background-position: 50%;
  }

  .sezione_img.location1 {
    background-image: url('../images/04_MG_8610-1.jpg');
  }

  .sezione_img.promo {
    min-width: auto;
    height: 40vw;
    margin-left: 150px;
    margin-right: 150px;
  }

  .hero__wrap.apt {
    background-image: linear-gradient(#0009, #0000 29% 46%, #00000080 77%), url('../images/The-More_VPinterior_03_Rev00.jpg');
  }

  .hero__wrap.promozione {
    background-image: linear-gradient(#0006, #0000 46%), url('../images/The-More_VPexterior06_REV00-copia.webp');
    background-position: 0 0, 50% 0;
  }

  .apt_scheda.is-medium {
    flex: 1;
    max-width: 700px;
  }

  .apt_scheda-txt__wrap.is-content {
    flex: 1;
  }

  .apt_scheda_img.is-square {
    flex: none;
    min-height: 280px;
    max-height: 200px;
  }

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

  .white_txt-2 {
    max-width: 700px;
  }

  .map_tab_link {
    border-radius: 43px;
  }

  .heading-7 {
    max-width: 356px;
  }

  .interior-tour_content {
    flex: 1;
    min-width: auto;
    max-width: none;
    height: 100%;
  }

  .interior-tour_menu {
    background-position: 0%;
    width: 400px;
    position: relative;
  }

  .interior-tour_menu.showroom {
    background-position: 0%;
    width: 350px;
    height: 500px;
  }

  .interior-tour_menu.quadri {
    background-position: 0%;
  }

  .interior-tour {
    flex-direction: row;
    height: 650px;
    margin-top: 0;
  }

  .interior-tour.showroom {
    height: 750px;
    margin-top: 35px;
  }

  .cono {
    position: absolute;
  }

  .cono._1 {
    right: 254px;
  }

  .cono._3 {
    right: 204px;
  }

  .cono._2 {
    right: 164px;
  }

  .cono._6 {
    right: 215px;
  }

  .cono._4 {
    right: 280px;
  }

  .cono._5 {
    top: 89px;
    right: 250px;
  }

  .cono._7 {
    left: 13px;
  }

  .cono._8 {
    left: 120px;
  }

  .cono._9 {
    left: 188px;
    overflow: hidden;
  }

  .cono._10 {
    left: 87px;
  }

  .showroom_grid_image._8 {
    background-position: 50% 65%;
  }

  .showroom_grid_image._5 {
    background-image: url('../images/_MG_2575-HDR_post.jpg');
    background-position: 50% 85%;
    display: block;
  }

  .showroom_grid_image._15 {
    display: block;
  }

  .showroom_grid_image._19 {
    background-position: 50% 20%;
    display: block;
  }

  .showroom_grid_image._11 {
    background-position: 50% 65%;
  }

  .cono-showroom {
    position: absolute;
  }

  .cono-showroom._6-showroom {
    right: 193px;
  }

  .cono-showroom._2-showroom {
    bottom: 117px;
    right: 138px;
  }

  .cono-showroom._1-showroom {
    bottom: 76px;
    right: 242px;
  }

  .cono-showroom._3-showroom {
    bottom: 174px;
    left: 69px;
  }

  .cono-showroom._5-showroom {
    top: 173px;
    left: 71px;
  }

  .txt_hero.is-home {
    margin-bottom: 40px;
  }

  .torna-al-sito {
    background-color: #0000;
    background-image: linear-gradient(135deg, #ff2802, #63f 85%);
  }

  .heading-8 {
    max-width: 356px;
  }

  .label-03_wrapper {
    display: flex;
  }

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

  .div-block-77 {
    top: -3%;
  }

  .slider_nav_container {
    right: 25%;
  }

  .nav_number {
    font-size: 25px;
  }

  .slider-09_component {
    padding-right: 180px;
  }

  .div-block-82 {
    padding: 140px 180px;
  }

  .div-block-83 {
    top: -6%;
  }

  .txt-black {
    max-width: 700px;
  }

  .tabs-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

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

  .tabs-content-2 {
    width: 100%;
    height: 100%;
  }

  .tab-appartamenti {
    width: 100%;
    height: 100%;
    min-height: 650px;
  }

  .menu-appartamenti {
    background-color: var(--silver);
    color: var(--black);
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 170px;
    font-size: 16px;
    display: flex;
  }

  .menu-appartamenti.w--current {
    background-color: var(--blue-violet);
    color: var(--white);
    letter-spacing: .5px;
    text-transform: uppercase;
  }

  .div-block-85 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .promo-card_wrapper {
    width: 30vw;
    max-width: 350px;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .promo-card_wrapper.is-slider {
    max-width: none;
  }

  .promo-item_wrapper.is-slider {
    width: 80%;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .splide__list {
    width: 100%;
    padding-left: 0;
  }

  .promo-text {
    letter-spacing: 1px;
    font-weight: 700;
  }

  .promo-text.is-number-static {
    font-size: 34px;
    position: static;
    inset: 15px 15px auto auto;
  }

  .slide-content {
    background-color: #fff0;
  }

  .txt_coneiner {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 800px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .card-title.is-medium {
    font-size: 26px;
    line-height: 29px;
  }

  .loader-bg {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .loader-2 {
    background-color: var(--red);
  }
}

@media screen and (min-width: 1920px) {
  .sezione.oriz.no-margin-top.wrap {
    flex-flow: row;
    max-width: none;
  }

  .apt_scheda.is-medium {
    max-width: 700px;
  }

  .txt-xl {
    max-width: 950px;
    font-size: 60px;
    line-height: 70px;
  }

  .txt-xl.max-width-var01 {
    max-width: 1000px;
  }

  .txt__wrap {
    width: auto;
    min-width: auto;
    max-width: 900px;
  }

  .txt__wrap.width-auto {
    width: auto;
  }

  .section-promo {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section_card {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
  }

  blockquote {
    font-size: 26px;
    line-height: 34px;
  }

  .note_txt h1 {
    text-shadow: none;
  }

  .footer {
    border-top: 1px solid #673f6b;
    flex-direction: column-reverse;
    padding: 25px 0;
  }

  .footer_link__wrap {
    flex-direction: column;
  }

  .footer_link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .partner__wrap {
    margin-bottom: 20px;
  }

  .sezione_vert.sfumatura-capovolta {
    padding-bottom: 0;
  }

  .sezione_vert.height.padding-laterale {
    padding-left: 40px;
  }

  .sezione_vert.padding-bottom3 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .sezione_vert.padding-bottom3.padding-dx-sx {
    padding-left: 120px;
    padding-right: 120px;
  }

  .sezione_vert.is-contatti-footer {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--white), #fff0 64%), linear-gradient(316deg, var(--eggplant), var(--blue-violet) 10%, #38133c00 46%), linear-gradient(358deg, var(--white), #fff0), url('../images/sfumatura_mobile3.png');
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    flex-flow: column;
  }

  .white_txt.max-w.normal {
    max-width: 500px;
  }

  .chiudi:hover {
    background-color: #63f;
  }

  .bottone {
    white-space: normal;
    flex-direction: column;
  }

  .bottone:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bottone.nav.hidden-mobile, .bottone.nav.big-desktop-mobile_show, .bottone.nav.navbar-scroll {
    display: none;
  }

  .bottone.nav.menu-mobile_show {
    display: block;
  }

  .form_container__wrap {
    z-index: 11;
  }

  .sezione {
    width: auto;
    max-width: none;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .sezione.oriz {
    flex-flow: wrap;
    width: 100%;
  }

  .sezione.oriz.no-margin-top {
    margin-top: 0;
  }

  .sezione.oriz.reverse {
    margin-top: 80px;
  }

  .sezione.gallery {
    column-gap: 1.5vw;
    width: 85vw;
    margin-top: 50px;
  }

  .sezione.no-margin-btm.align-left {
    width: 85vw;
  }

  .sezione_img {
    min-width: 400px;
    min-height: 550px;
  }

  .img_elem-grafico {
    inset: auto auto -45px -45px;
    transform: rotate(180deg);
  }

  .img_elem-grafico.sx, .img_elem-grafico.sx_tablet-vers {
    transform: rotate(180deg);
  }

  .img_elem-grafico.sx_tablet-vers.reverse {
    left: auto;
    right: -45px;
    transform: rotate(90deg);
  }

  .sezione_text__wrap {
    min-width: 350px;
    margin-left: 2vw;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sezione_text__wrap.reverse {
    margin-right: 2vw;
  }

  .sezione_text__wrap.vers-sezione3-4 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .segno-grafico_onda.navbar_link {
    display: none;
  }

  .sezione3-4 {
    width: 95vw;
    height: 55vw;
    min-height: 500px;
  }

  .sezione3-4_text__wrap {
    padding: 30px 15px;
  }

  .sezione-fullscreen-sx.mappa {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    margin-bottom: 150px;
  }

  .hero__wrap {
    min-height: 500px;
    position: relative;
  }

  .hero__wrap.home {
    background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#0009, #0000 29% 41%, #0006 90%);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .hero__wrap.apt {
    background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#0009, #0000 29% 46%, #00000080 77%), url('../images/The-More_VPinterior_03_Rev00.jpg');
    background-position: 0 0, 0 0, 50% 80%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .hero__wrap.interni {
    background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00000080, #0000 29% 46%, #00000073 80%), url('../images/TheMore_VPinterior_08_Rev00.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .hero__wrap.comfort {
    background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#0009, #0000 26% 47%, #00000080 79%), url('../images/TheMore_VPInterior_05_rev02.jpg');
    background-position: 0 0, 0 0, 32%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .hero__wrap.location {
    background-image: linear-gradient(#0003, #0003), linear-gradient(to top, #0000008c 14%, #0000 62%), url('../images/21_MG_8769-1.jpg');
    background-position: 0 0, 0 0, 50% 65%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .hero__wrap.gallery {
    background-image: linear-gradient(#0003, #0003), linear-gradient(#0006, #0000 26% 49%, #00000080 77%), url('../images/TheMore_moodboard_rev0518.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .hero__wrap.showroom {
    background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#0006, #0000 29% 53%, #0006 85%), url('../images/_MG_2575-HDR_post.jpg');
    background-position: 0 0, 0 0, 50% 80%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .navbar {
    display: none;
  }

  .navbar.scroll {
    z-index: 10;
    justify-content: space-between;
    height: auto;
    padding: 15px 25px;
    display: flex;
  }

  .navbar_link {
    color: var(--dark-grey);
    text-shadow: none;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar_link.is-promo {
    background-color: var(--red);
    color: var(--white);
  }

  .navbar-logo.scroll {
    width: 125px;
    max-width: none;
    height: 65px;
    max-height: none;
    position: static;
  }

  .hero-text__wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar_link__wrap {
    padding-left: 10px;
    display: flex;
  }

  .navbar_link__wrap.w--current {
    background-image: url('../images/Scuole-e-Università.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto 5px;
    padding-left: 10px;
    font-weight: 600;
  }

  .navbar_link__wrap.hidden_mobile, .navbar_link__wrap.margin-btm {
    display: none;
  }

  .navbar_link__wrap.is-responsive {
    display: flex;
  }

  .bottone-secondario__wrap.absolute {
    bottom: -50px;
  }

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

  .img-grid.top0-hero {
    width: 100%;
    height: 100%;
    top: auto;
  }

  .gradient {
    background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(to top, #00000080 9%, #0000 80%);
  }

  .apt-scheda__wrap {
    flex-flow: wrap;
  }

  .apt-scheda__wrap.is-card.responsive-scroll {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: scroll;
  }

  .apt_scheda {
    flex: 0 auto;
    width: 45%;
    min-width: 300px;
    max-width: 500px;
    min-height: 350px;
    margin-bottom: 2vw;
    margin-right: 2vw;
  }

  .img__griglia {
    width: 92vw;
    min-height: 350px;
    max-height: 550px;
    margin-bottom: 35px;
    overflow: hidden;
  }

  .img__griglia.is-full {
    margin-bottom: 0;
  }

  .img__griglia.is-full.is-responsive {
    width: 100%;
    height: 50vh;
  }

  .gallery_item__wrap {
    margin-bottom: 1.5vw;
  }

  .themore {
    white-space: nowrap;
  }

  .p_vers-sezione3-4_mobile.is-medium {
    max-width: 80%;
  }

  .menu_hamburger__wrap {
    cursor: pointer;
    flex-direction: column;
    width: 50px;
    height: 50px;
    display: flex;
  }

  .menu_linea {
    background-color: #fff;
    width: 30px;
    height: 1px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger_container__wrap {
    z-index: 11;
    display: none;
  }

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

  .page_background {
    padding-top: 90px;
  }

  .page_wrap {
    flex: 0 auto;
    width: 650px;
  }

  .purple-h1 {
    text-shadow: none;
  }

  .btn-link {
    top: 175px;
  }

  .txt_center-mobile.mw {
    text-align: center;
  }

  .block-quote {
    max-width: 600px;
  }

  .block-quote.maxw.tablet {
    max-width: 520px;
    display: block;
  }

  .block-quote.maxw.tab-hide {
    display: none;
  }

  .white.align-left {
    text-align: center;
    max-width: none;
  }

  .txt_mappa {
    max-width: 700px;
    font-size: 32px;
  }

  .tabs {
    width: 100%;
  }

  .map_panel, .map_panel.punti-di-interesse {
    min-height: 440px;
  }

  .tabs-content {
    min-height: 340px;
  }

  .heading-7.margin {
    margin-top: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .piu__wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    position: static;
  }

  .sezione_text__wrap-2 {
    min-width: 350px;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  ._16px-2.purple_text {
    margin-top: 0;
  }

  ._16px-2.purple_text.promo {
    margin-top: 10px;
  }

  .no-margin-top-2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .sezione-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sezione-2.padding-btm-mobile {
    width: auto;
    max-width: none;
  }

  .par__wrap.boxed {
    align-items: center;
    padding: 50px;
  }

  .par__wrap.boxed._2 {
    align-items: center;
    padding-bottom: 0;
  }

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

  .small {
    font-size: 22px;
  }

  .grid-2-copy {
    grid-column-gap: 20px;
    grid-template-columns: .5fr 1fr .5fr;
  }

  .interior-tour_content {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 550px;
    margin-left: 0;
  }

  .interior-tour_menu {
    width: 400px;
    height: auto;
    min-height: 400px;
  }

  .interior-tour_menu.showroom {
    width: 220px;
    margin-bottom: 50px;
  }

  .interior-tour {
    flex-direction: column;
  }

  .interior-tour.showroom {
    flex-direction: column;
    height: auto;
  }

  .cono._1 {
    bottom: 46px;
    right: 189px;
  }

  .cono._3 {
    top: 225px;
    right: 152px;
  }

  .cono._2 {
    bottom: 46px;
    right: 114px;
  }

  .cono._6 {
    top: 36px;
    right: 152px;
    transform: rotate(290deg);
  }

  .cono._4 {
    bottom: 125px;
    right: 209px;
  }

  .cono._5 {
    top: 57px;
    right: 190px;
  }

  .cono._7 {
    top: 216px;
    left: 100px;
  }

  .cono._8 {
    top: 319px;
    left: 188px;
  }

  .cono._9 {
    top: 244px;
    left: 235px;
  }

  .cono._10 {
    top: 76px;
    left: 157px;
  }

  .showroom_grid {
    width: 700px;
    height: 550px;
  }

  .cono-showroom._6-showroom {
    right: 91px;
  }

  .cono-showroom._2-showroom {
    bottom: 90px;
    right: 40px;
  }

  .cono-showroom._1-showroom {
    bottom: 55px;
    right: 130px;
  }

  .cono-showroom._3-showroom {
    bottom: 126px;
    left: 52px;
  }

  .cono-showroom._5-showroom {
    top: 133px;
    left: 55px;
  }

  .block-quote-2 {
    max-width: 600px;
  }

  .block-quote-3 {
    max-width: 700px;
  }

  .block-quote-5, .block-quote-6 {
    max-width: 600px;
  }

  .txt_hero.no-margin-top.is-promo.max-width {
    max-width: 500px;
    line-height: 30px;
  }

  .txt_hero.size {
    font-size: 36px;
    line-height: 40px;
  }

  .txt_hero.is-home {
    max-width: 600px;
  }

  .torna-al-sito {
    margin-right: -33px;
    top: 237px;
  }

  .text-span-45 {
    font-size: 34px;
  }

  .bold-text-2, .italic-text, .bold-text-3 {
    font-size: 32px;
  }

  .loader {
    height: 100%;
  }

  .sezione_vert-2.sfumatura {
    background-size: cover;
    height: 50vw;
    padding-top: 0;
  }

  .modal-01_popup_image {
    min-height: 300px;
  }

  .popup-01_component {
    padding: 40px;
  }

  .popup-01_x {
    top: 0;
    bottom: auto;
  }

  .sezione_text__wrap-3 {
    min-width: 350px;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .popup-01_container {
    grid-row-gap: 20px;
    padding: 40px;
  }

  ._16px-3.purple_text {
    margin-top: 0;
  }

  ._16px-3.purple_text.promo {
    margin-top: 10px;
  }

  .div-countdown._1 {
    align-self: center;
  }

  .div-txt {
    align-self: center;
    align-items: center;
  }

  .popup-01_wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
  }

  .sezione-promo {
    grid-column-gap: 20px;
    align-items: stretch;
    width: 90vw;
  }

  .sezione_img-2 {
    min-width: 400px;
    min-height: 550px;
  }

  .bottone-2 {
    white-space: nowrap;
  }

  .bottone-2:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .img_elem-grafico-2 {
    width: 80px;
    height: 80px;
    inset: auto auto -31px -23px;
    transform: rotate(180deg);
  }

  .sezione_text__wrap-4 {
    min-width: 350px;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  ._16px-4.purple_text {
    margin-top: 0;
  }

  .bottone-3 {
    white-space: nowrap;
  }

  .bottone-3:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .img_elem-grafico-3 {
    width: 80px;
    height: 80px;
    inset: auto auto -31px -23px;
    transform: rotate(180deg);
  }

  .promo-container {
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .label-03 {
    margin-top: 0;
    top: 140px;
  }

  .label-03:hover {
    color: #f4f4f4;
    background-color: #e42525;
  }

  .label-03_wrapper {
    display: none;
  }

  .label-03_popup_text_container {
    margin-right: 5vw;
  }

  .label-03_popup_container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .label-03_x_asta {
    background-color: #fff;
  }

  .wrap-txt-1 {
    height: 200px;
  }

  .apt_scheda-promo {
    flex: 0 auto;
    width: 45%;
    min-width: 300px;
    max-width: 500px;
    min-height: 350px;
    margin-bottom: 2vw;
    margin-right: 2vw;
  }

  .sezione-tagli-copy {
    grid-column-gap: 20px;
    align-items: stretch;
    width: 90vw;
  }

  .text-scroll {
    font-size: 32px;
    line-height: 36px;
  }

  .sezione-full {
    flex-direction: column-reverse;
  }

  .text-container-50 {
    width: 100%;
  }

  .slider_nav_container {
    bottom: 15%;
    right: 20%;
  }

  .slider-09 {
    align-self: center;
    width: 100%;
  }

  .text_list {
    inset: 50px;
  }

  .slider-09_component {
    justify-content: center;
    align-self: center;
    width: 90%;
    margin-bottom: 5vw;
    padding-right: 0;
    display: none;
  }

  .orver-absolute {
    display: block;
  }

  .div-block-81 {
    align-items: center;
  }

  .div-block-82 {
    width: 100%;
    height: auto;
    min-height: auto;
    padding-bottom: 0;
    padding-left: 140px;
    padding-right: 140px;
  }

  .image-promo {
    height: 700px;
  }

  .div-block-83 {
    top: -4%;
  }

  .txt-black {
    max-width: 500px;
    line-height: 40px;
  }

  .slider-10 {
    background-color: #0000;
    width: 90%;
    height: 50vw;
    min-height: 600px;
    margin-bottom: 5vw;
    display: block;
  }

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

  .slide._01 {
    background-image: url('../images/TheMore_VPinterior_01_rev04.webp');
  }

  .slide._02 {
    background-image: url('../images/AQ0755E-ITA-Milano_TheMore_Q02_VPInt_01_rev00-copia.webp');
    background-position: 20%;
  }

  .slide._03 {
    background-image: url('../images/TheMore_VPinterior_08_Rev00-copia.webp');
  }

  .slide._04 {
    background-image: url('../images/The-More_VPexterior_04_Rev01-copia.webp');
    background-position: 50% 100%;
  }

  .slide._05 {
    background-image: url('../images/TheMore_VR_Interior_3_Dett02-copia.webp');
  }

  .slide._06 {
    background-image: url('../images/The-More_VPexterior_01_Rev02-copia.webp');
    background-position: 50% 100%;
  }

  .icon-2 {
    margin: auto 10px 10px;
    font-size: 24px;
  }

  .text-promo-wrap {
    z-index: 1;
    position: absolute;
    top: 40%;
    left: 5vw;
    right: 15vw;
  }

  .left-arrow-2 {
    width: 50px;
    margin-left: auto;
    margin-right: 50px;
    left: 5vw;
    right: auto;
  }

  .right-arrow-2 {
    width: 50px;
    margin-left: 50px;
    margin-right: auto;
    left: 5vw;
  }

  .promo-title {
    color: var(--white);
    font-size: 60px;
    font-weight: 500;
    line-height: 65px;
  }

  .subtitle-title {
    color: #fff;
    max-width: 450px;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }

  .div-block-85 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-block-22 {
    line-height: 16px;
  }

  .countdown {
    align-self: center;
    align-items: center;
  }

  .promo-flag {
    margin-right: -33px;
    top: 175px;
  }

  .promo-card_wrapper {
    width: 100%;
    max-width: 350px;
  }

  .promo-card_wrapper:hover {
    background-color: #fff;
  }

  .promo-card_wrapper.is-slider {
    justify-content: space-between;
    max-width: none;
  }

  .splide__slide {
    flex: none;
  }

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

  .splide.slider-10 {
    height: auto;
    min-height: auto;
  }

  .splide__arrows {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    bottom: -60px;
  }

  .ty-h1 {
    text-shadow: none;
  }

  .footer-contatti_wrapper {
    width: 100%;
  }

  .embed-map {
    height: 500px;
  }

  .list_grid_item.width-auto.align-center {
    justify-content: center;
    align-items: center;
  }

  .txt-xl {
    font-size: 40px;
    line-height: 40px;
  }

  .txt-xl.max-width-var01 {
    line-height: 45px;
  }

  .txt-l {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .ancora {
    top: -80px;
  }

  .heading-l {
    font-size: 25px;
  }

  .button_component-2 {
    margin-left: auto;
  }

  .txt__wrap {
    text-align: center;
    max-width: 700px;
  }

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

  .section-promo.bg_04-promo {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card_wrapper.pad-40 {
    min-height: auto;
  }

  .flex-space-gap-10.children-wrap.is-stretch {
    flex-flow: column;
    align-items: center;
    min-width: 600px;
  }

  .titolo-paragrafo, .text-distance {
    text-align: center;
  }

  .flex-center-gap-10 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 150px;
  }

  .flex-horizontal-2.is-icon {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: start center;
    width: auto;
    display: flex;
  }

  .container_01 {
    flex-flow: column;
  }

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

  .txt-wrap {
    align-items: center;
    padding-top: 0;
    padding-left: 0;
  }

  .section_card {
    flex-flow: wrap;
  }

  .navbar_list-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .navbar_link_container {
    display: none;
  }

  .navbar_link-promo {
    color: var(--white);
    text-shadow: none;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar_link-promo.is-promo {
    background-color: var(--red);
    color: var(--white);
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 36px;
  }

  .footer_link__wrap {
    flex-direction: column;
  }

  .footer_link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sezione_vert.sfumatura-capovolta {
    background-image: url('../images/sfumatura_mobile_capovolta.png');
    background-position: 50% 70%;
    height: 65vw;
    min-height: 450px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sezione_vert.bg-viola {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sezione_vert.bg-viola.less-padding-btm, .sezione_vert.bg-viola.less-padding-btm-copy {
    padding-left: 29px;
    padding-right: 29px;
  }

  .sezione_vert.height.padding-laterale {
    padding-right: 40px;
  }

  .sezione_vert.sfumatura.small, .sezione_vert.sfumatura-2.small {
    max-width: none;
  }

  .sezione_vert.padding-bottom3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sezione_vert.padding-bottom3.padding-dx-sx {
    padding-left: 100px;
    padding-right: 100px;
  }

  .map {
    display: none;
  }

  .map.mobile {
    display: block;
  }

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

  .bottone {
    margin-top: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }

  .h2-form {
    text-align: left;
  }

  .sezione {
    width: 100%;
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .sezione.oriz {
    flex-direction: column;
  }

  .sezione.oriz.no-margin-top {
    margin-top: 65px;
  }

  .sezione.oriz.no-margin-top.reverse_mobile {
    background-color: #b6b5b133;
    flex-direction: column-reverse;
    margin-bottom: 65px;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .sezione.oriz.reverse-mobile {
    flex-direction: column-reverse;
  }

  .sezione.oriz.reverse {
    flex-direction: column;
  }

  .sezione.less-margin-top {
    margin-top: 65px;
  }

  .sezione.gallery {
    column-count: 2;
  }

  .sezione.relative.padding-bottom {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .sezione_img {
    flex: 0 auto;
    width: 400px;
    min-width: auto;
    height: 500px;
    min-height: auto;
  }

  .sezione_img.height-auto {
    width: 100%;
  }

  .img_elem-grafico {
    width: 75px;
    height: 75px;
    inset: -30px -30px auto auto;
    transform: rotate(0);
  }

  .img_elem-grafico.sx, .img_elem-grafico.sx_tablet-vers, .img_elem-grafico.sx_tablet-vers.reverse {
    left: -30px;
    right: auto;
    transform: rotate(-90deg);
  }

  .sezione_text__wrap {
    align-items: center;
    margin-top: 35px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sezione_text__wrap.reverse {
    margin-right: 0;
  }

  .sezione_text__wrap.vers-sezione3-4 {
    align-items: flex-start;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .segno-grafico_onda.navbar_link {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sezione3-4 {
    width: 100vw;
  }

  .sezione3-4.dx, .sezione3-4.sx {
    justify-content: center;
    align-items: center;
  }

  .sezione-fullscreen-dx.margin-btm {
    margin-bottom: 25px;
  }

  .sezione3-4_text__wrap {
    align-items: center;
    width: 85%;
    max-width: 500px;
    height: 45vw;
    min-height: 400px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sezione-fullscreen-sx.mappa {
    margin-bottom: 80px;
  }

  .hero__wrap {
    min-height: 600px;
  }

  .hero__wrap.apt {
    background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#0006, #0000 29% 46%, #00000080 77%), url('../images/The-More_VPinterior_03_Rev00.jpg');
    background-position: 0 0, 0 0, 50% 80%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .hero__wrap.promozione {
    height: 95vh;
  }

  .navbar {
    display: none;
  }

  .navbar.scroll {
    background-color: #ffffffb3;
  }

  .navbar_link {
    z-index: 1;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
  }

  .navbar_link.scroll {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-text__wrap.no-margin-bottom-mobile {
    margin-bottom: 25px;
  }

  .navbar_link__wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .bottone-secondario__wrap {
    margin-top: 25px;
  }

  .bottone-secondario__wrap.absolute {
    right: 7%;
  }

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

  .img-grid.is-home {
    object-position: 15% 50%;
  }

  .gradient {
    background-image: linear-gradient(to top, #00000080 7%, #0000 83%);
  }

  .gradient.promo {
    background-image: linear-gradient(#0000004d, #0000004d);
  }

  .gradient.promo02 {
    background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#0009, #0000 32% 63%, #0006 92%);
  }

  .apt-scheda__wrap {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    overflow: scroll;
  }

  .apt-scheda__wrap.is-card {
    align-items: stretch;
  }

  .apt-scheda__wrap.is-card.responsive-scroll {
    padding-left: 20px;
    padding-right: 20px;
  }

  .apt_scheda {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 7px;
  }

  .apt_scheda_img.is-square {
    max-height: 250px;
  }

  ._16px {
    text-align: center;
  }

  .logo_partner.margin {
    margin-left: 35px;
    margin-right: 35px;
  }

  .img.comf_griglia1 {
    background-position: 10% 47%;
  }

  .img__griglia {
    width: 85vw;
    height: 350px;
    min-height: auto;
    max-height: none;
  }

  .scroll__wrap {
    margin-bottom: 0;
  }

  .themore {
    white-space: nowrap;
  }

  .p_vers-sezione3-4_mobile {
    max-width: none;
  }

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

  .tabella {
    min-width: 750px;
  }

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

  .page_wrap {
    width: 600px;
    padding: 20px;
  }

  .btn-link.hero {
    margin-bottom: 35px;
  }

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

  .popup_wrap01 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 90vw;
    max-width: 550px;
    display: flex;
  }

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

  .txt_center-mobile.mw {
    max-width: 450px;
    line-height: 40px;
  }

  .heading {
    max-width: 500px;
  }

  .block-quote, .block-quote.maxw {
    max-width: 450px;
  }

  .white_txt-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .txt_mappa {
    max-width: 500px;
    font-size: 28px;
    line-height: 34px;
  }

  .map_panel, .map_panel.punti-di-interesse {
    min-height: 320px;
  }

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

  .tabs-content {
    min-height: 320px;
  }

  .heading-7.no-margin {
    margin-top: 0;
  }

  .heading-7.margin {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .linea-obliqua {
    top: -24px;
  }

  .sezione_text__wrap-2 {
    align-items: center;
    margin-top: 35px;
    margin-left: 0;
  }

  ._16px-2.purple_text {
    text-align: center;
    margin-top: 0;
  }

  .no-margin-top-2 {
    text-align: center;
  }

  .sezione-2 {
    flex-direction: column-reverse;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sezione-2.padding-btm-mobile.reverse {
    flex-direction: column-reverse;
  }

  .sezione-2.padding-btm-mobile {
    padding-bottom: 75px;
  }

  .txt_centrato {
    max-width: 500px;
  }

  .par__wrap.boxed {
    width: 100%;
  }

  .par__wrap.boxed._2 {
    width: 80%;
    max-width: 500px;
  }

  .icona-tabs.food-e-beverage {
    margin-right: 5px;
  }

  .interior-tour_content {
    height: 400px;
  }

  .interior-tour_content.showroom {
    height: auto;
  }

  .interior-tour {
    margin-top: 35px;
  }

  .showroom_grid {
    width: 100%;
    height: 80vw;
  }

  .maxw, .block-quote-2 {
    max-width: 500px;
  }

  .div-block-58, .div-block-59 {
    max-width: 350px;
  }

  .div-block-60, .div-block-61 {
    max-width: 300px;
  }

  .div-block-62, .div-block-63 {
    max-width: 200px;
  }

  .div-block-64, .div-block-65 {
    max-width: 100px;
  }

  .div-block-66 {
    max-width: 1px;
  }

  .div-block-67, .div-block-68 {
    max-width: none;
  }

  .div-block-69, .div-block-70, .div-block-71 {
    max-width: 200px;
  }

  .block-quote-3 {
    max-width: 500px;
  }

  .block-quote-4 {
    max-width: 500px;
    line-height: 32px;
  }

  .block-quote-5, .block-quote-6 {
    max-width: 500px;
  }

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

  .banner_btn {
    flex: 1;
  }

  .banner_btn.banner {
    flex: 0 auto;
  }

  .banner_text {
    margin-right: 0;
  }

  .banner_title_wrap {
    align-items: center;
  }

  .banner_title {
    font-size: 20px;
  }

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

  .txt_hero.no-margin-top.is-promo.max-width {
    max-width: none;
    font-size: 18px;
    line-height: 25px;
  }

  .txt_hero.max-width {
    max-width: 400px;
  }

  .txt_hero.size {
    font-size: 35px;
  }

  .txt_hero.is-small {
    font-size: 16px;
  }

  .torna-al-sito {
    margin-right: -40px;
  }

  .sezione_vert-2.sfumatura {
    background-image: url('../images/sfumatura_mobile3.png');
    background-position: 65% 30%;
    background-size: cover;
    height: 65vw;
    min-height: 450px;
  }

  .modal-01_popup_image {
    width: 100%;
    min-width: auto;
    min-height: 200px;
  }

  .popup-01_component {
    padding: 20px;
  }

  .popup-01_x {
    inset: 1% 2% auto auto;
  }

  .sezione_text__wrap-3 {
    align-items: center;
    margin-top: 35px;
    margin-left: 0;
  }

  .popup-01_container {
    padding: 40px 20px;
  }

  ._16px-3.purple_text {
    text-align: center;
    margin-top: 0;
  }

  ._16px-3.white_txt {
    text-align: center;
  }

  .popup-01_wrapper {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .sezione-promo {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .sezione_img-2 {
    width: 400px;
    min-width: auto;
    height: 500px;
    min-height: auto;
  }

  .bottone-2 {
    margin-top: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }

  .img_elem-grafico-2 {
    width: 75px;
    height: 75px;
    inset: -30px -30px auto auto;
    transform: rotate(0);
  }

  .sezione_text__wrap-4 {
    align-items: center;
    margin-top: 35px;
  }

  ._16px-4.purple_text {
    text-align: center;
    margin-top: 0;
  }

  .bottone-3 {
    margin-top: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }

  .img_elem-grafico-3 {
    width: 75px;
    height: 75px;
    inset: -30px -30px auto auto;
    transform: rotate(0);
  }

  .promo-container {
    width: 100%;
    height: auto;
  }

  .heading-small {
    font-size: 1rem;
  }

  .label-03_popup_text_container {
    flex: none;
    margin-top: 60px;
    margin-right: 0;
  }

  .label-03_popup_container {
    flex-direction: column-reverse;
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .label-03_slider {
    flex: none;
    width: auto;
    height: 60vw;
  }

  .wrap-txt-1 {
    height: auto;
  }

  .apt_scheda-promo {
    width: 100%;
    min-width: auto;
    max-width: 350px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 7px;
  }

  .sezione-tagli-copy {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-container-50 {
    height: auto;
    min-height: auto;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .slider_arrow_icon {
    transform: rotate(0);
  }

  .slider_nav_container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    left: 5vw;
    right: auto;
  }

  .slider-09 {
    min-height: 450px;
  }

  .nav_number {
    margin-bottom: 0;
  }

  .text_list {
    inset: 0;
  }

  .slider-09_heading {
    font-size: 32px;
    line-height: 40px;
  }

  .slider-09_sub {
    line-height: 25px;
  }

  .slider-09_sub.is-first {
    font-size: 16px;
    line-height: 20px;
  }

  .slider-09_component {
    min-height: 450px;
  }

  .slider-09_text_container {
    padding-right: 40px;
  }

  .text-span-74 {
    white-space: nowrap;
  }

  .div-block-82 {
    padding-top: 80px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-promo {
    height: 550px;
  }

  .div-block-83 {
    top: -5%;
  }

  .txt-black {
    max-width: 400px;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 32px;
  }

  .slider-10 {
    min-height: 450px;
  }

  .text-promo-wrap {
    right: 5vw;
  }

  .promo-title {
    font-size: 50px;
    line-height: 55px;
  }

  .subtitle-title {
    font-size: 18px;
  }

  .div-block-85 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-block-22 {
    font-size: 13px;
    line-height: 15px;
  }

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

  .promo-flag {
    margin-right: -40px;
  }

  .promo-card_wrapper.is-slider {
    height: 100%;
  }

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

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

  .list_grid_item {
    justify-content: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .txt-xl {
    font-size: 35px;
  }

  .txt-xl.max-width-var01 {
    margin-bottom: 0;
    line-height: 40px;
  }

  .txt-l {
    font-size: 30px;
    line-height: 33px;
  }

  .text-promo02 {
    font-size: 14px;
    line-height: 15px;
  }

  .icon-container.is-large {
    width: 60px;
    height: 60px;
    padding: 10px;
  }

  .ancora {
    top: -70px;
  }

  .heading-l {
    max-width: 400px;
    font-size: 16px;
    line-height: 30px;
  }

  .button_component-2 {
    margin-top: 20px;
  }

  .card_component {
    padding: 20px;
  }

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

  .flex-card {
    flex-wrap: wrap;
  }

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

  .section-promo {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide_button_icon.is-promo {
    width: 25px;
    height: 25px;
  }

  .flex-space-gap-10.children-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-space-gap-10.children-wrap.is-stretch {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    min-width: auto;
  }

  .flex-horizontal-2 {
    flex-wrap: wrap;
  }

  .container_01.vertical {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
  }

  .txt-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .text-color-accent.text-height {
    line-height: 28px;
  }

  .text-subtitle {
    font-size: 18px;
    line-height: 22px;
  }

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

  .slider-horizontal {
    height: 500px;
    min-height: auto;
  }

  .left-arrow-slider, .right-arrow-slider {
    width: 40px;
    height: 40px;
  }

  .h2-title-heading.text-color-violet.responsive_align-center, .h2-title-heading.responsive_align-center {
    text-align: center;
  }

  .loader-bg {
    flex: none;
  }

  .navbar_list-links {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .navbar_link-promo {
    z-index: 1;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
  }

  .navbar_link-promo.scroll {
    margin-top: 0;
    margin-bottom: 0;
  }

  .label-01c_component {
    background-position: 100% 0;
    background-size: cover;
    border-radius: 0;
    width: 100%;
    bottom: 0;
  }

  .label-01bis2_x {
    border-radius: 4px;
    display: none;
  }

  .label-01c_lottie {
    transform: rotate(90deg);
  }

  .label-01c_text_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .label-01c_title {
    border-bottom-style: none;
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.1;
  }
}

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

  h4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  blockquote {
    margin-top: 20px;
  }

  .page_contatto {
    font-size: 18px;
  }

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

  .footer {
    padding-bottom: 80px;
  }

  .sezione_vert.sfumatura-capovolta {
    padding-top: 25vw;
  }

  .sezione_vert.bg-viola {
    height: auto;
    min-height: auto;
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .sezione_vert.bg-viola.less-padding-btm {
    padding-bottom: 35px;
  }

  .sezione_vert.bg-viola.appartamenti {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .sezione_vert.bg-viola.less-padding-btm-copy {
    padding-bottom: 35px;
  }

  .sezione_vert.height {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .sezione_vert.height-auto {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .sezione_vert.sfumatura.small, .sezione_vert.sfumatura-2.small {
    min-height: 100px;
  }

  .sezione_vert.padding-bottom3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sezione_vert.padding-bottom3.padding-dx-sx {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 5vw 20px;
  }

  .txt_center {
    font-size: 26px;
    line-height: 32px;
  }

  .txt_center.max-width-mobile {
    max-width: 260px;
  }

  .white_txt.max-w {
    font-size: 24px;
    line-height: 28px;
  }

  .white_txt.prezzo {
    margin-top: 0;
    padding-bottom: 0;
  }

  .chiudi {
    top: 25px;
    left: auto;
    right: 25px;
  }

  .bottone {
    white-space: nowrap;
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 500;
  }

  .bottone:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bottone.nav.hidden-mobile, .bottone.nav.big-desktop-mobile_show {
    display: block;
  }

  .form_container__wrap {
    z-index: 13;
    width: 100%;
  }

  .form__wrap {
    padding-bottom: 80px;
  }

  .sezione.oriz.no-margin-top.wrap.no-margin-top-mobile {
    margin-top: 0;
  }

  .sezione.oriz.no-margin-top.reverse_mobile {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sezione.oriz.relative {
    margin-bottom: 0;
  }

  .sezione.oriz.relative.marginn {
    margin-top: 65px;
  }

  .sezione.oriz.reverse {
    margin-top: 0;
  }

  .sezione.less-margin-top {
    margin-top: 65px;
    margin-bottom: 0;
  }

  .sezione.relative {
    margin-bottom: 0;
  }

  .sezione.relative.padding-bottom {
    margin-bottom: 0;
  }

  .sezione_img {
    width: 300px;
    height: 375px;
  }

  .img_elem-grafico {
    top: -45px;
    right: -15px;
  }

  .img_elem-grafico.sx, .img_elem-grafico.sx_tablet-vers {
    top: -15px;
    left: -15px;
  }

  .img_elem-grafico.sx_tablet-vers.reverse {
    left: -15px;
  }

  .sezione_text__wrap {
    width: 300px;
    min-width: auto;
    max-width: none;
  }

  .sezione_text__wrap.reverse {
    width: 300px;
  }

  .sezione_text__wrap.vers-sezione3-4 {
    align-items: flex-start;
  }

  .segno-grafico_onda {
    margin-top: 10px;
  }

  .segno-grafico_onda.small.popup.margin {
    width: 70px;
    height: 10px;
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .segno-grafico_onda.margin-mobile {
    margin-top: 10px;
  }

  .sezione3-4_text__wrap {
    width: 300px;
    max-width: none;
    min-height: 425px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero__wrap {
    height: 90vh;
    min-height: 650px;
  }

  .hero__wrap.apt {
    background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#0006, #0000 29% 46%, #00000080 67%), url('../images/The-More_VPinterior_03_Rev00.jpg');
    background-position: 0 0, 0 0, 50% 80%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .hero__wrap.promo {
    height: 85vh;
    min-height: auto;
  }

  .hero__wrap.promozione {
    background-position: 0 0, 50%;
  }

  .bottone-secondario__wrap {
    margin-top: 15px;
    padding-right: 0;
  }

  .bottone-secondario_text.apt {
    width: 230px;
  }

  .apt-scheda__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .apt_scheda {
    margin-left: 0;
  }

  ._16px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .partner_interior__wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .logo_partner.margin {
    margin-left: 0;
    margin-right: 0;
  }

  .img.comf_griglia1 {
    background-position: 14% 48%;
    background-size: auto;
  }

  .img__griglia {
    height: 250px;
  }

  .img__griglia.margin-bottom {
    margin-bottom: 7vw;
  }

  .hamburger_container__wrap {
    z-index: 13;
    width: 100%;
  }

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

  .page_background {
    padding: 65px 10px 122px;
  }

  .page_wrap {
    width: 325px;
    padding: 20px 15px;
  }

  .btn-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    inset: auto 0% 0%;
    box-shadow: 0 -1px 5px #0000004d;
  }

  .btn-link.hero:hover {
    padding-left: 10px;
    padding-right: 20px;
  }

  .acquistaonline-txt {
    width: auto;
    padding-bottom: 0;
  }

  .acquistaonline-txt.hero {
    text-align: center;
  }

  .popup_txt01 {
    line-height: 18px;
  }

  .popup_txt01.size-18 {
    line-height: 22px;
  }

  .popup_title01 {
    font-size: 1.6em;
    line-height: 24px;
  }

  .popup_subtitle01 {
    font-size: 14px;
  }

  .popup_component.for-style {
    display: none;
  }

  .popup_logo01 {
    width: 25px;
    height: 25px;
  }

  .popup_container01 {
    padding: 30px 20px;
  }

  .popup_wrap01 {
    width: 100%;
    max-width: 400px;
    padding: 20px;
  }

  .txt_center-mobile.mw {
    max-width: 280px;
    font-size: 26px;
    line-height: 32px;
  }

  .heading {
    max-width: 245px;
  }

  .heading.hashtag {
    line-height: 22px;
  }

  .block-quote {
    max-width: 255px;
  }

  .block-quote.maxw {
    max-width: 320px;
    font-size: 20px;
    line-height: 28px;
  }

  .white_txt-2.promo.size {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 28px;
  }

  .txt_mappa {
    max-width: 300px;
    font-size: 26px;
  }

  .map_panel {
    min-height: 180px;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .map_tab_link {
    width: 176.122px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
  }

  .tabs-content {
    min-height: 180px;
  }

  .text-span-9 {
    z-index: 1;
    position: relative;
  }

  .linea-obliqua {
    z-index: 2;
  }

  .sezione_text__wrap-2 {
    width: auto;
    min-width: auto;
    max-width: 350px;
  }

  .sezione-2.padding-btm-mobile {
    margin-left: 20px;
    margin-right: 20px;
  }

  .txt_centrato {
    max-width: 250px;
    font-size: 24px;
    line-height: 28px;
  }

  .par__wrap.boxed {
    padding-left: 20px;
    padding-right: 20px;
  }

  .par__wrap.boxed._2 {
    align-items: center;
    width: 100%;
  }

  .small {
    font-size: 18px;
  }

  .grid-2-copy {
    grid-column-gap: 10px;
    grid-template-columns: .5fr 1fr .5fr;
  }

  .interior-tour_content {
    height: 300px;
  }

  .interior-tour_menu {
    background-position: 50% 100%;
    width: 300px;
    min-width: auto;
  }

  .interior-tour_menu.showroom {
    width: 185px;
    height: 350px;
    min-height: auto;
  }

  .interior-tour {
    align-items: center;
  }

  .cono._1 {
    right: 141px;
  }

  .cono._3 {
    right: 104px;
  }

  .cono._2 {
    right: 67px;
  }

  .cono._6 {
    right: 101px;
  }

  .cono._4 {
    right: 155px;
  }

  .cono._5 {
    right: 143px;
  }

  .cono._7 {
    left: 46px;
  }

  .cono._8 {
    left: 133px;
  }

  .cono._9 {
    left: 186px;
  }

  .cono._10 {
    left: 103px;
  }

  .cono-showroom._6-showroom {
    right: 70px;
  }

  .cono-showroom._2-showroom {
    bottom: 78px;
    right: 32px;
  }

  .cono-showroom._1-showroom {
    bottom: 50px;
    right: 105px;
  }

  .cono-showroom._3-showroom {
    bottom: 116px;
    left: 43px;
  }

  .cono-showroom._5-showroom {
    top: 120px;
    left: 44px;
  }

  .block-quote-4, .text-span-10 {
    font-size: 24px;
  }

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

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

  .banner_text {
    margin-right: 0;
  }

  .banner_close_txt {
    margin-top: 15px;
  }

  .banner_title_wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .prefs_component {
    padding: 24px;
  }

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

  .prefs_buttons-wrapper.pref {
    flex-flow: column wrap;
  }

  .banner_close {
    align-self: flex-end;
    margin-right: -10px;
  }

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

  .banner_wrap {
    padding: 10px 20px 20px;
  }

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

  .txt_hero.no-margin-top.is-promo {
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
  }

  .txt_hero.is-promo {
    font-size: 30px;
    line-height: 30px;
  }

  .txt_hero.is-home {
    max-width: none;
    font-size: 35px;
    line-height: 40px;
  }

  .txt_hero.is-small {
    font-size: 14px;
    line-height: 18px;
  }

  .torna-al-sito {
    z-index: 12;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    display: none;
    inset: auto 50% 0 0%;
    box-shadow: 0 -1px 5px #0000004d;
  }

  .torna-al-sito.casa {
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 10px;
    inset: auto 0% 0 50%;
  }

  .loader {
    position: absolute;
    inset: 0%;
  }

  .sezione_vert-2.sfumatura {
    background-position: 50% 0;
    height: auto;
    padding-bottom: 75px;
  }

  .popup-01_x {
    z-index: 2;
  }

  .sezione_text__wrap-3 {
    width: auto;
    min-width: auto;
    max-width: 350px;
  }

  .popup-01_container {
    padding: 20px 0;
  }

  ._16px-3.white_txt {
    text-align: center;
    font-size: 18px;
  }

  .div-countdown._1 {
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    max-width: 300px;
  }

  .popup-01_wrapper {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cifre-countdown._2, .cifre-countdown._4 {
    width: 122px;
  }

  .cifre-countdown._3 {
    border-left-style: none;
  }

  .sezione_img-2 {
    width: 300px;
    height: 375px;
  }

  .sezione_img-2.piscina {
    width: 277px;
  }

  .orange-txt {
    white-space: nowrap;
  }

  .bottone-2 {
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 500;
  }

  .bottone-2:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .img_elem-grafico-2 {
    top: -30px;
    right: -29px;
  }

  .text-span-8 {
    z-index: 1;
    position: relative;
  }

  .linea-obliqua-2 {
    z-index: 2;
  }

  .sezione_text__wrap-4 {
    min-width: auto;
    max-width: 350px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .bottone-3 {
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 500;
  }

  .bottone-3:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .img_elem-grafico-3 {
    top: -30px;
    right: -29px;
  }

  .text-span-50 {
    z-index: 1;
    position: relative;
  }

  .linea-obliqua-3 {
    z-index: 2;
  }

  .label-03 {
    width: auto;
    height: 40px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    inset: auto 0 0;
  }

  .label-03_wrapper {
    display: none;
  }

  .label-03_popup {
    padding: 20px;
  }

  .label-03_text {
    position: static;
    transform: none;
  }

  .label-03_popup_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .label-03_slider {
    height: 120vw;
  }

  .link_centrato {
    max-width: 250px;
    font-size: 28px;
    line-height: 35px;
  }

  .apt_scheda-promo {
    width: 100%;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .text-scroll {
    font-size: 26px;
    line-height: 32px;
  }

  .slider_arrow_icon {
    transform: rotate(0);
  }

  .slider_nav_container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    bottom: 5vw;
    right: auto;
  }

  .slider-09 {
    height: 35vw;
    min-height: 300px;
  }

  .nav_number {
    margin-bottom: 0;
  }

  .text_list {
    justify-content: center;
    inset: 0;
  }

  .slider-09_component {
    height: 35vw;
    min-height: 300px;
  }

  .slider-09_text_container {
    align-self: center;
    padding-right: 20px;
  }

  .orver-absolute {
    display: block;
  }

  .text-span-73 {
    white-space: nowrap;
  }

  .div-block-82 {
    padding: 40px 20px;
  }

  .image-promo {
    height: 450px;
  }

  .txt-black {
    max-width: 300px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .slider-10 {
    height: 35vw;
    min-height: 300px;
  }

  .icon-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-promo-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
    top: 35%;
  }

  .left-arrow-2 {
    width: 25px;
  }

  .right-arrow-2 {
    width: 25px;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: 5vw;
  }

  .promo-title {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .subtitle-title {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

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

  .text-block-22 {
    max-width: none;
  }

  .promo-flag {
    z-index: 12;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    display: flex;
    top: auto;
    bottom: 54px;
    right: auto;
    box-shadow: 0 -1px 5px #0000004d;
  }

  .promo-flag.casa {
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 10px;
    inset: auto 0% 0 50%;
  }

  .promo-card_wrapper {
    width: 100%;
    max-width: none;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .splide__slide {
    width: 100%;
  }

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

  .splide__arrows {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    bottom: 0;
  }

  .embed-map {
    height: 300px;
    display: none;
  }

  .embed-map.is-mobile {
    display: flex;
  }

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

  .list_grid_item {
    flex: 1;
    min-width: 150px;
  }

  .txt-xl.max-width-var01 {
    font-size: 30px;
    line-height: 35px;
  }

  .icon-container.is-large {
    flex: none;
    width: 50px;
    height: 50px;
  }

  .ancora {
    top: -60px;
  }

  .heading-l {
    max-width: 350px;
  }

  .txt__wrap {
    min-width: auto;
    max-width: 400px;
  }

  .section-promo {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .slide_button_icon.is-promo {
    width: 28px;
    height: 28px;
  }

  .card_wrapper.pad-40 {
    padding: 20px;
  }

  .flex-space-gap-10.children-wrap {
    width: 90%;
  }

  .flex-space-gap-10.children-wrap.is-stretch {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-color-gradient.width-auto.txt_centrato.popup {
    margin-bottom: 0;
    font-size: 25px;
  }

  .titolo-paragrafo {
    font-size: 20px;
    line-height: 26px;
  }

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

  .popup_logo02 {
    width: 100px;
    height: 60px;
    margin-bottom: 20px;
  }

  .label-01c_component {
    min-width: 330px;
  }
}

#w-node-_07e02bdf-eef8-8ab5-01b2-e5dbdd12ca3c-7f9da5d2 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_3858a980-94e6-6562-d2bc-c007e54a2a30-7f9da5d2 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-_86b4d43f-d8eb-8d15-4541-d59dc04d9b1f-7f9da5d2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_01a66cfd-c30c-6615-a78f-c898df77de01-7f9da5d2 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-bd0267c8-0f5a-26c7-0d2d-d3d88c9d1a5d-7f9da5d3, #w-node-bd0267c8-0f5a-26c7-0d2d-d3d88c9d1a62-7f9da5d3, #w-node-bd0267c8-0f5a-26c7-0d2d-d3d88c9d1a65-7f9da5d3, #w-node-bd0267c8-0f5a-26c7-0d2d-d3d88c9d1a60-7f9da5d3, #w-node-_8d7aee4a-6054-95e2-04c2-eaac9ae4f079-7f9da5d3, #w-node-_8d7aee4a-6054-95e2-04c2-eaac9ae4f07b-7f9da5d3, #w-node-_8d7aee4a-6054-95e2-04c2-eaac9ae4f07e-7f9da5d3, #w-node-_0d6bb5fa-7dae-5d70-348b-b68c16cb66f4-7f9da5d3, #w-node-_0d6bb5fa-7dae-5d70-348b-b68c16cb66f6-7f9da5d3, #w-node-_0d6bb5fa-7dae-5d70-348b-b68c16cb66f9-7f9da5d3, #w-node-_0d6bb5fa-7dae-5d70-348b-b68c16cb66fb-7f9da5d3, #w-node-c90b566c-91d9-776c-2a60-b55faae2da7f-7f9da5d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07e02bdf-eef8-8ab5-01b2-e5dbdd12ca3c-7f9da5d3 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_3858a980-94e6-6562-d2bc-c007e54a2a30-7f9da5d3 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_86b4d43f-d8eb-8d15-4541-d59dc04d9b1f-7f9da5d3 {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-_01a66cfd-c30c-6615-a78f-c898df77de01-7f9da5d3 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5fc7c3a0-6ad5-1107-0e79-3c23ba9915b5-7f9da5d3 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_21a6da9e-5edf-a4ec-36d3-d6a95ec943bb-7f9da5d3 {
  grid-area: 2 / 3 / 4 / 4;
}

#w-node-_551f39df-f31b-b660-416f-ba916ff92e28-7f9da5d3 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_07e02bdf-eef8-8ab5-01b2-e5dbdd12ca3c-7f9da5d9 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_3858a980-94e6-6562-d2bc-c007e54a2a30-7f9da5d9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_86b4d43f-d8eb-8d15-4541-d59dc04d9b1f-7f9da5d9 {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-_01a66cfd-c30c-6615-a78f-c898df77de01-7f9da5d9 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5fc7c3a0-6ad5-1107-0e79-3c23ba9915b5-7f9da5d9 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_21a6da9e-5edf-a4ec-36d3-d6a95ec943bb-7f9da5d9 {
  grid-area: 2 / 3 / 4 / 4;
}

#w-node-_551f39df-f31b-b660-416f-ba916ff92e28-7f9da5d9 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_13b38732-5fc7-231b-25f7-a9bf1da03d9b-7f9da5dc {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_13b38732-5fc7-231b-25f7-a9bf1da03d9c-7f9da5dc {
  grid-area: 3 / 1 / 5 / 3;
}

#w-node-_13b38732-5fc7-231b-25f7-a9bf1da03d9d-7f9da5dc {
  grid-area: 1 / 4 / 3 / 7;
}

#w-node-_13b38732-5fc7-231b-25f7-a9bf1da03d9e-7f9da5dc {
  grid-area: 3 / 3 / 5 / 7;
}

#w-node-_13b38732-5fc7-231b-25f7-a9bf1da03da1-7f9da5dc {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_13b38732-5fc7-231b-25f7-a9bf1da03da2-7f9da5dc {
  grid-area: 1 / 5 / 3 / 7;
}

#w-node-_13b38732-5fc7-231b-25f7-a9bf1da03da3-7f9da5dc {
  grid-area: 3 / 5 / 5 / 7;
}

#w-node-_13b38732-5fc7-231b-25f7-a9bf1da03da6-7f9da5dc {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-_13b38732-5fc7-231b-25f7-a9bf1da03da7-7f9da5dc {
  grid-area: 1 / 4 / 3 / 7;
}

#w-node-_13b38732-5fc7-231b-25f7-a9bf1da03da8-7f9da5dc {
  grid-area: 3 / 4 / 5 / 7;
}

#w-node-_13b38732-5fc7-231b-25f7-a9bf1da03dab-7f9da5dc {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_13b38732-5fc7-231b-25f7-a9bf1da03dac-7f9da5dc {
  grid-area: 3 / 1 / 5 / 3;
}

#w-node-_13b38732-5fc7-231b-25f7-a9bf1da03dad-7f9da5dc {
  grid-area: 1 / 4 / 3 / 7;
}

#w-node-_13b38732-5fc7-231b-25f7-a9bf1da03dae-7f9da5dc {
  grid-area: 3 / 3 / 5 / 7;
}

#w-node-_13b38732-5fc7-231b-25f7-a9bf1da03db1-7f9da5dc {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_13b38732-5fc7-231b-25f7-a9bf1da03db2-7f9da5dc {
  grid-area: 3 / 1 / 5 / 3;
}

#w-node-_13b38732-5fc7-231b-25f7-a9bf1da03db3-7f9da5dc {
  grid-area: 1 / 4 / 3 / 7;
}

#w-node-_13b38732-5fc7-231b-25f7-a9bf1da03db4-7f9da5dc {
  grid-area: 3 / 3 / 5 / 7;
}

#w-node-_7302082b-b08f-7dac-8b52-1608abc3f108-8b780d3a {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_7302082b-b08f-7dac-8b52-1608abc3f109-8b780d3a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_7302082b-b08f-7dac-8b52-1608abc3f10a-8b780d3a {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-e4798568-be78-7754-32d5-58b9306c8a9a-8b780d3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_13b38732-5fc7-231b-25f7-a9bf1da03d9b-7f9da5dc {
    grid-area: 1 / 1 / 4 / 3;
  }

  #w-node-_13b38732-5fc7-231b-25f7-a9bf1da03d9c-7f9da5dc {
    grid-area: 1 / 3 / 4 / 5;
  }

  #w-node-_13b38732-5fc7-231b-25f7-a9bf1da03d9d-7f9da5dc {
    grid-area: 1 / 5 / 4 / 7;
  }

  #w-node-_13b38732-5fc7-231b-25f7-a9bf1da03d9e-7f9da5dc {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_13b38732-5fc7-231b-25f7-a9bf1da03da1-7f9da5dc {
    grid-area: 1 / 1 / 5 / 4;
  }

  #w-node-_13b38732-5fc7-231b-25f7-a9bf1da03da2-7f9da5dc {
    grid-area: 1 / 4 / 4 / 7;
  }

  #w-node-_13b38732-5fc7-231b-25f7-a9bf1da03da3-7f9da5dc {
    grid-area: 4 / 4 / 5 / 7;
  }

  #w-node-_13b38732-5fc7-231b-25f7-a9bf1da03da6-7f9da5dc {
    grid-area: 1 / 1 / 5 / 4;
  }

  #w-node-_13b38732-5fc7-231b-25f7-a9bf1da03da7-7f9da5dc {
    grid-area: 1 / 4 / 3 / 7;
  }

  #w-node-_13b38732-5fc7-231b-25f7-a9bf1da03da8-7f9da5dc {
    grid-area: 3 / 4 / 5 / 7;
  }

  #w-node-_13b38732-5fc7-231b-25f7-a9bf1da03dab-7f9da5dc {
    grid-area: 1 / 1 / 5 / 3;
  }

  #w-node-_13b38732-5fc7-231b-25f7-a9bf1da03dac-7f9da5dc {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-_13b38732-5fc7-231b-25f7-a9bf1da03dad-7f9da5dc {
    grid-area: 1 / 5 / 3 / 7;
  }

  #w-node-_13b38732-5fc7-231b-25f7-a9bf1da03dae-7f9da5dc {
    grid-area: 3 / 3 / 5 / 7;
  }

  #w-node-_13b38732-5fc7-231b-25f7-a9bf1da03db1-7f9da5dc {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_13b38732-5fc7-231b-25f7-a9bf1da03db2-7f9da5dc {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-_13b38732-5fc7-231b-25f7-a9bf1da03db3-7f9da5dc {
    grid-area: 1 / 5 / 3 / 7;
  }

  #w-node-_13b38732-5fc7-231b-25f7-a9bf1da03db4-7f9da5dc {
    grid-area: 3 / 1 / 5 / 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bd0267c8-0f5a-26c7-0d2d-d3d88c9d1a65-7f9da5d3, #w-node-bd0267c8-0f5a-26c7-0d2d-d3d88c9d1a60-7f9da5d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


