:root {
  --font-family--sans-serif: brother-1816, sans-serif;
  --palette--primary-01: #484134;
  --slate-grey\<deleted\|variable-87aabaa5\>: #9db3bf;
  --palette--secondary-02: #b7c5b4;
  --blue\<deleted\|variable-68bdcab0\>: #7287aa;
  --palette--white: white;
  --orange-bright\<deleted\|variable-527b0b62-4632-a4e1-2d61-ef336f6b2601\>: #fff4ef;
  --old-lace\<deleted\|variable-abd8f21e\>: #ced0cd;
  --font-family--serif: condor, sans-serif;
  --palette--primary-02: #fffffe;
  --cta\<deleted\|variable-b3ea7886\>: #70161e;
  --dark\<deleted\|variable-39d08bc6\>: #253238;
  --orange-dark\<deleted\|variable-e9e8d90c-ef17-92bb-0102-995cd1aeee71\>: #bf6956;
  --palette--secondary-01: #f7e7b0;
  --palette--accent: #ba9216;
  --orange\<deleted\|variable-c905443c-9380-3662-5c35-9c7a5eb9bb6a\>: #d99177;
  --orange-light\<deleted\|variable-a652ee49-056b-3d5c-5757-8f85c4393e34\>: #f2c1ad;
  --brown-warm\<deleted\|variable-a17aba9b-c628-b309-9fc5-462b4992f74d\>: #732d0e;
  --orange-paragrafo\<deleted\|variable-908ca264-0d9c-e1c6-91ab-549fe46919d7\>: #f0c8b7;
  --orange-btn-negative\<deleted\|variable-46524c6d-32d8-74c7-17b7-51ac16463bd3\>: #fde0d4;
  --light-blue\<deleted\|variable-4a0055e5-d183-f6f4-6bc8-6fe5f61eb6ee\>: #cad5ea;
  --dark-blue\<deleted\|variable-ddb7cbd4-3dfa-a6b3-b4b0-9208ce94dabd\>: #171d2d;
  --pink\<deleted\|variable-09aca8fc-1c1d-074d-5e1a-b9e8a9bf4356\>: #f2d6de;
  --palette--black: black;
}

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

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

body {
  font-family: var(--font-family--sans-serif);
  color: var(--palette--primary-01);
  font-size: 14px;
  line-height: 1.4;
}

h1 {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: fahkwang;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

h2 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: aviano-flare;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

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

p {
  max-width: 450px;
  color: var(--palette--primary-01);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

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

li {
  color: var(--slate-grey\<deleted\|variable-87aabaa5\>);
}

strong {
  font-weight: 700;
}

em {
  color: var(--palette--secondary-02);
  font-size: 12px;
  font-style: italic;
}

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

.todelete strong {
  font-weight: 800;
}

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

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

.page_wrapper.informative {
  padding-top: 100px;
}

.page_wrapper.margin-top {
  margin-top: 79px;
}

.page_wrapper.is-contatti {
  margin-top: 100px;
}

.page_wrapper.is-listing {
  background-color: var(--palette--primary-01);
  background-image: linear-gradient(#403d33cc, #403d33cc), url('../images/noise_1noise.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.container {
  color: #333;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.citazione_01 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  min-height: 260px;
  padding: 100px 60px;
}

.container.is-full {
  align-items: stretch;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.container.citazione_02 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  min-height: 260px;
  padding: 60px;
}

.container.citazione_02.color_opacity {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff3;
  margin-left: auto;
  margin-right: auto;
}

.container.is-stretch {
  align-items: stretch;
}

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

.container.is-medium.is-stretch.is-100top {
  margin-top: 100px;
}

.container.is-medium.is-stretch.max60vw {
  height: 50vw;
  min-height: 700px;
}

.container.is-align-center {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
}

.container.is-align-center.is-full {
  align-items: center;
}

.container.is-align-center.is-0gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

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

.container.is-grid-full {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container.max-w-1300 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 1300px;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.container.flex-vertical.is-relative {
  z-index: 1;
  position: relative;
}

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

.section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 80px;
  position: relative;
}

.section.is-technical {
  border-bottom: 1px solid var(--palette--secondary-02);
  background-color: var(--palette--primary-01);
  background-image: linear-gradient(#403d33cc, #403d33cc), url('../images/noise_1noise.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.is-pattern {
  background-color: var(--palette--secondary-02);
  background-image: linear-gradient(#fff6, #fff6), url('../images/pattern.svg'), linear-gradient(#ffffff80, #ffffff80);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, 10vw, auto;
}

.section.pad-0px {
  padding: 0;
}

.section.color_brown_warm {
  background-color: var(--blue\<deleted\|variable-68bdcab0\>);
}

.section.pad-bot-0px {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.section.pad-top-bot-0px {
  padding-top: 0;
  padding-bottom: 0;
}

.section.is-contact {
  background-color: var(--palette--secondary-02);
  background-image: linear-gradient(#acbfafb3, #acbfafb3), url('../images/noise_1noise.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.section.bg-color-secondary02 {
  background-color: var(--palette--secondary-02);
  overflow: hidden;
}

.header_component {
  width: 100%;
  height: 100vh;
  min-height: 750px;
  color: var(--palette--white);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.header_container {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-bottom: 6vw;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.header_hover {
  z-index: 2;
  background-color: #0003;
  background-image: linear-gradient(#0003, #fff0 50%), linear-gradient(0deg, #00000080, #0000 50%);
  position: absolute;
  inset: 0%;
}

.header_background {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 600px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.list {
  grid-column-gap: 3vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  list-style-type: none;
  display: flex;
}

.logo-navbar {
  width: 100%;
  height: 100%;
  position: absolute;
}

.logo-navbar.black {
  opacity: 1;
}

.navbar_link {
  z-index: 1;
  height: 30px;
  color: var(--palette--primary-01);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #b7c5b400;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .35s;
  display: flex;
}

.navbar_link:hover, .navbar_link.w--current {
  border-bottom-color: #b7c5b4;
}

.list-item {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-intro {
  background-color: var(--orange-bright\<deleted\|variable-527b0b62-4632-a4e1-2d61-ef336f6b2601\>);
  min-height: 35vh;
  color: var(--old-lace\<deleted\|variable-abd8f21e\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-intro.bg-image {
  background-color: #fff4ef;
  background-image: url('../images/noise_1noise.png'), url('../images/Corte-Achillea---Background-papers_07-copia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
  overflow: hidden;
}

.h1-titolo-hero {
  font-family: var(--font-family--serif);
  color: var(--palette--primary-02);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 65px;
}

.citazione {
  z-index: 1;
  width: 100%;
  max-width: 660px;
  font-family: var(--font-family--serif);
  color: var(--palette--primary-01);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
  position: relative;
}

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

.section-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
}

.section-info.color_brown_warm {
  background-color: var(--palette--primary-01);
  background-image: linear-gradient(#403d33cc, #403d33cc), url('../images/noise_1noise.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-info.color_brown_warm.is-0bot {
  padding-bottom: 0;
}

.section-info.color_brown_warm.pad-lateral {
  padding-left: 80px;
  padding-right: 80px;
}

.txt-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.image-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrap.width-50 {
  width: 50%;
}

.image-wrap.width-50.max-80vh {
  max-height: 100vh;
}

.image-wrap.width-50.no-overlfow {
  overflow: visible;
}

.image-wrap._40vw {
  height: 40vw;
}

.image-wrap.no-overlfow {
  overflow: visible;
}

.titolo-paragrafo {
  font-family: var(--font-family--serif);
  letter-spacing: 0;
  font-size: 42px;
  font-weight: 300;
  line-height: 47px;
}

.titolo-paragrafo.max400 {
  max-width: 400px;
  font-family: var(--font-family--serif);
  color: var(--palette--primary-01);
  font-size: 42px;
  font-weight: 300;
  line-height: 47px;
}

.titolo-paragrafo.color-primary01 {
  color: var(--palette--primary-01);
}

.titolo-paragrafo.color-primary-02 {
  color: var(--palette--primary-02);
}

.titolo-paragrafo.color-primary-02.align-center, .titolo-paragrafo.align-center {
  text-align: center;
}

.titolo-paragrafo.align-center.color-primary-01 {
  color: var(--palette--primary-01);
}

.txt-container {
  flex-direction: column;
  flex: none;
  align-items: center;
  padding: 100px 8%;
  display: flex;
  position: relative;
}

.txt-container.justify-center {
  justify-content: center;
}

.txt-container.decor-01.justify-center.width-50 {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.txt-container.width-50 {
  justify-content: center;
  align-items: center;
  width: 50%;
}

.txt-container.width-50.color_orange-bright-parag {
  justify-content: center;
}

.txt-container.width-50.justify-center.color_orange-bright-parag {
  background-image: linear-gradient(#fffffeb3, #fffffeb3), url('../images/AdobeStock_584225955-copia.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

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

.manager_trigger, .cookie-prefs_trigger {
  display: none;
}

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

.cookie-banner_trigger {
  display: none;
}

.background-image {
  object-fit: cover;
  object-position: 50% 50%;
  min-width: 100%;
  min-height: 100%;
  position: relative;
}

.background-image.is-hp {
  width: 100vw;
  height: 100vh;
}

.background-image.is-hp.top-85 {
  object-position: 50% 85%;
}

.link-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.decoro {
  z-index: 1;
  opacity: .2;
  background-color: #a58d72;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0%;
  left: 14%;
}

.wrap-image-element {
  width: 100%;
  height: 100%;
  position: relative;
}

.wrap-image-element.grid._30vw {
  height: 30vw;
}

.tipologie-wrap {
  background-color: var(--cta\<deleted\|variable-b3ea7886\>);
  width: 100%;
  color: var(--blue\<deleted\|variable-68bdcab0\>);
  border: 1px solid #a58d72;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.tipologie-wrap:hover {
  background-color: var(--dark\<deleted\|variable-39d08bc6\>);
}

.tipologie-container {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 80vw;
  max-width: 1500vw;
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 60px;
  display: grid;
}

.titolo-tipologia {
  font-family: var(--font-family--serif);
  color: var(--palette--primary-01);
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
}

.titolo-tipologia.is-small {
  color: var(--orange-dark\<deleted\|variable-e9e8d90c-ef17-92bb-0102-995cd1aeee71\>);
  text-transform: none;
  font-family: mr-eaves-modern;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}

.wrap-txt-tipologie {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20px;
  left: 0;
}

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

.flags_popup_x:hover {
  opacity: .5;
}

.flag_component01 {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.wrap-btn-contatti {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-end;
  transition: width .5s;
  display: flex;
  position: fixed;
  top: 35%;
  right: 10px;
}

.btn_contatti {
  border: 1px solid var(--palette--primary-01);
  background-color: var(--palette--secondary-01);
  width: 50px;
  height: 50px;
  color: var(--palette--primary-01);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: background-color .2s, transform .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: static;
  top: 10px;
  right: 10px;
}

.btn_contatti:hover {
  background-color: var(--palette--primary-02);
  transform: scale(1.1);
}

.btn_contatti.is-area-riservata {
  background-color: var(--palette--accent);
  color: var(--palette--white);
  border-style: none;
  border-radius: 0;
}

.btn_contatti.is-area-riservata.is-tablet-mobile {
  display: none;
}

.mappa {
  flex: 1;
  width: 100%;
  height: 600px;
}

.navlink_tabletmobile {
  z-index: 50;
  display: none;
  position: relative;
}

.close__wrap {
  background-image: url('../images/Icon_X.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.hamburger_wrap {
  display: none;
}

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

.black {
  color: #1e1e1e;
}

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

.img-cover.h-200 {
  height: 15vw;
  min-height: 250px;
  overflow: hidden;
}

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

.img-cover.left-0.top-0 {
  object-position: 0% 0%;
}

.img-cover.top-90 {
  object-position: 50% 90%;
}

.img-cover.left-70 {
  object-position: 70% 50%;
}

.img-cover.left-30 {
  object-position: 30% 50%;
}

.img-cover.left-80 {
  object-position: 80% 50%;
}

.img-cover.top-60 {
  object-position: 50% 60%;
}

.img-cover.left-45 {
  object-position: 45% 50%;
}

.img-cover.top-40 {
  object-position: 50% 40%;
}

.img-cover.top-70 {
  object-position: 50% 70%;
}

.cta {
  background-color: var(--cta\<deleted\|variable-b3ea7886\>);
  height: 40px;
  color: var(--old-lace\<deleted\|variable-abd8f21e\>);
  text-align: center;
  -webkit-text-stroke-width: .5px;
  text-transform: none;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Modern Deluxe;
  line-height: 40px;
  text-decoration: none;
  position: relative;
}

.cta-negative {
  background-color: var(--old-lace\<deleted\|variable-abd8f21e\>);
  height: 40px;
  color: var(--cta\<deleted\|variable-b3ea7886\>);
  -webkit-text-stroke-width: .5px;
  text-transform: none;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Modern Deluxe;
  line-height: 40px;
  text-decoration: none;
  position: relative;
}

.prezzo-tipologie {
  background-color: var(--orange\<deleted\|variable-c905443c-9380-3662-5c35-9c7a5eb9bb6a\>);
  width: 100%;
  color: var(--palette--white);
  text-align: center;
  letter-spacing: 1px;
  padding: 5px 10px;
}

.flag-03_text {
  z-index: 1;
  background-color: var(--palette--accent);
  width: 160px;
  max-width: 160px;
  height: 50px;
  color: var(--palette--white);
  text-align: center;
  letter-spacing: .5px;
  white-space: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.flag-03_icon {
  z-index: 2;
  border-left: 1px solid var(--palette--white);
  background-color: var(--palette--accent);
  background-image: url('../images/plani-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flag-03_container {
  z-index: 4;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.container-privacy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.display-none {
  display: none;
}

.cookie-prefs_checkbox {
  z-index: 1;
  border-width: 2px;
  border-color: var(--orange-light\<deleted\|variable-a652ee49-056b-3d5c-5757-8f85c4393e34\>);
  background-color: var(--orange-light\<deleted\|variable-a652ee49-056b-3d5c-5757-8f85c4393e34\>);
  cursor: pointer;
  background-image: url('../images/check_dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.cookie-prefs_checkbox.w--redirected-checked {
  border-color: var(--orange-dark\<deleted\|variable-e9e8d90c-ef17-92bb-0102-995cd1aeee71\>);
  background-color: var(--orange-dark\<deleted\|variable-e9e8d90c-ef17-92bb-0102-995cd1aeee71\>);
  background-image: url('../images/check_dot.svg');
  background-position: 100%;
  background-size: contain;
}

.cookie-prefs_checkbox.w--redirected-focus {
  border-color: var(--orange\<deleted\|variable-c905443c-9380-3662-5c35-9c7a5eb9bb6a\>);
  box-shadow: none;
}

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

.flag-03_mask-2 {
  width: 0;
  height: 50px;
  color: var(--palette--white);
  justify-content: flex-end;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flag_component {
  z-index: 4;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: static;
  top: 20%;
  right: 10px;
}

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

.color_brown_warm {
  background-color: var(--brown-warm\<deleted\|variable-a17aba9b-c628-b309-9fc5-462b4992f74d\>);
}

.nav_component_01 {
  z-index: 10;
  grid-column-gap: 60px;
  background-color: var(--palette--white);
  border-bottom: 1px solid #fff0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  top: 0;
}

.grid-tipologie {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.grid-tipologie.margin-btn {
  margin-bottom: 50px;
}

.title_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.title_wrapper.is-align-center {
  border-left: 0 #bf695600;
  align-items: center;
  padding-left: 0;
}

.title_wrapper.is-align-right {
  text-align: right;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 40px;
}

.title_wrapper.is-sticky {
  z-index: 1;
  color: var(--palette--white);
  justify-content: flex-start;
  align-items: flex-start;
  position: sticky;
  top: 7vw;
}

.pittogramma_01 {
  z-index: 1;
  width: 50px;
  margin-bottom: 40px;
}

.slider_box {
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.wrap-paragrafo_b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.wrap-parag-double {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.wrap-parag-double.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 800px;
  margin-bottom: 0;
  display: grid;
}

.wrap-parag-double.grid.is-padding {
  margin-top: 0;
  margin-bottom: 20px;
}

.wrap-parag-double.grid.is-padding.is-project {
  grid-template-columns: 40% 60%;
  max-width: none;
  display: flex;
}

.servizi-grid {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 65vw;
  height: 40vw;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.color_orange-bright-parag {
  background-color: var(--orange-paragrafo\<deleted\|variable-908ca264-0d9c-e1c6-91ab-549fe46919d7\>);
}

.indice_tile {
  background-color: var(--palette--white);
  opacity: 1;
  width: 100%;
  max-width: 300px;
  height: 300px;
  color: var(--brown-warm\<deleted\|variable-a17aba9b-c628-b309-9fc5-462b4992f74d\>);
  background-image: url('../images/pattern-outline_01.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  flex: none;
  align-items: center;
  margin: 10px;
  padding: 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.indice_tile.w--current {
  background-image: url('../images/pattern-outline_01.svg'), linear-gradient(to bottom, var(--orange-btn-negative\<deleted\|variable-46524c6d-32d8-74c7-17b7-51ac16463bd3\>), var(--orange-btn-negative\<deleted\|variable-46524c6d-32d8-74c7-17b7-51ac16463bd3\>));
  opacity: 1;
  color: var(--brown-warm\<deleted\|variable-a17aba9b-c628-b309-9fc5-462b4992f74d\>);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  font-weight: 500;
}

.tabs-menu {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 450px;
  height: 100%;
}

.tabs-menu.plan_01 {
  background-image: url('../images/P1_apt-1.5.webp');
  background-position: 70%;
  background-size: 320px;
}

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

.apt1._01 {
  background-image: url('../images/AC1375_-Residenza-Scala_VPInterior01_rev01.webp');
}

.apt1._03 {
  background-image: url('../images/AC1375_-Residenza-Scala_VPInterior03_rev01.webp');
}

.apt1._02 {
  background-image: url('../images/AC1375_-Residenza-Scala_VPInterior02_rev01.webp');
}

.tabs-content {
  border-left: 10px solid var(--light-blue\<deleted\|variable-4a0055e5-d183-f6f4-6bc8-6fe5f61eb6ee\>);
  width: 80%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.tabs {
  border: 10px solid var(--light-blue\<deleted\|variable-4a0055e5-d183-f6f4-6bc8-6fe5f61eb6ee\>);
  background-color: var(--palette--white);
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 1700px;
  height: 600px;
  display: flex;
  box-shadow: 0 2px 8px #0000000f;
}

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

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

.cono._03 {
  top: 68%;
  left: 19%;
  transform: rotate(180deg);
}

.cono._03.w--current {
  background-image: url('../images/ic-vt_active.svg');
}

.cono._02 {
  top: 36%;
  left: 30%;
  transform: rotate(90deg);
}

.cono._01 {
  top: 18%;
  left: 51%;
  transform: rotate(90deg);
}

.tipologie-centrale-wrap {
  border: 1px solid var(--light-blue\<deleted\|variable-4a0055e5-d183-f6f4-6bc8-6fe5f61eb6ee\>);
  background-color: var(--palette--white);
  width: 100%;
  color: var(--dark-blue\<deleted\|variable-ddb7cbd4-3dfa-a6b3-b4b0-9208ce94dabd\>);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000012;
}

.tipologie-centrale-wrap:hover {
  box-shadow: 0 2px 5px #0000006b;
}

.tipologia-centrale-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 10px 30px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.tipologia-centrale-text.is-card {
  border: 1px solid var(--palette--secondary-01);
  background-color: var(--palette--white);
  width: 20vw;
  max-width: 250px;
  padding-top: 30px;
  box-shadow: 2px 2px 5px #0003;
}

.icon-tipologia {
  z-index: 10;
  border: 1px solid var(--palette--primary-01);
  background-color: var(--palette--secondary-02);
  width: 30px;
  height: 30px;
  color: var(--palette--primary-01);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -15px;
  overflow: hidden;
}

.list-item-width.tablet_display-none {
  z-index: 0;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 79.6563px;
  padding-left: 0;
}

.list-item-width.is-logo {
  margin-left: 2vw;
  margin-right: 2vw;
}

.logo-navbar-horizontal {
  width: 230px;
  margin-bottom: 10px;
  display: none;
}

.virtual-reality-01_close {
  z-index: 1;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.virtual-reality-01_index_button {
  color: #a39bff;
  background-color: #fff;
  border: 1px solid #a39bff;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 300px;
  padding: 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.virtual-reality-01_index_button.w--current {
  background-color: #fff;
  font-weight: 500;
}

.ancora {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -100px;
}

.text-span-35 {
  font-weight: 300;
}

.wrap_contatti {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.subtitle-m {
  max-width: 500px;
  font-family: var(--font-family--sans-serif);
  color: var(--palette--primary-01);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.subtitle-m.is-light {
  color: var(--palette--primary-02);
  text-align: center;
}

.subtitle-m.is-light.max500 {
  max-width: 440px;
}

.subtitle-m.is-light.align-left {
  text-align: left;
}

.subtitle-m.max300 {
  max-width: 300px;
}

.subtitle-m.max400 {
  max-width: 340px;
}

.subtitle-m.max450 {
  max-width: 450px;
}

.subtitle-m.max340 {
  max-width: 340px;
}

.cta_wrap {
  background-color: var(--light-blue\<deleted\|variable-4a0055e5-d183-f6f4-6bc8-6fe5f61eb6ee\>);
  outline-color: var(--light-blue\<deleted\|variable-4a0055e5-d183-f6f4-6bc8-6fe5f61eb6ee\>);
  outline-offset: 4px;
  color: var(--dark-blue\<deleted\|variable-ddb7cbd4-3dfa-a6b3-b4b0-9208ce94dabd\>);
  letter-spacing: 2px;
  text-transform: uppercase;
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  padding: 7px 40px;
  font-family: darkmode-off-cc-hebrew;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.cta_wrap.is-pink {
  background-color: var(--pink\<deleted\|variable-09aca8fc-1c1d-074d-5e1a-b9e8a9bf4356\>);
  outline-color: var(--pink\<deleted\|variable-09aca8fc-1c1d-074d-5e1a-b9e8a9bf4356\>);
  letter-spacing: 2px;
  background-color: var(--pink\<deleted\|variable-09aca8fc-1c1d-074d-5e1a-b9e8a9bf4356\>);
  text-decoration: none;
}

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

.text-block-24 {
  font-weight: 600;
}

.div-block-37 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--palette--accent);
  display: flex;
}

.div-block-37:hover {
  color: var(--palette--primary-01);
}

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

.div-block-38 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.is-light {
  color: var(--light-blue\<deleted\|variable-4a0055e5-d183-f6f4-6bc8-6fe5f61eb6ee\>);
}

.top-15 {
  color: var(--palette--accent);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
}

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

.map-img {
  width: 100%;
}

.max600 {
  max-width: 600px;
}

.label-languages {
  z-index: 10;
  border: 1px solid var(--palette--primary-01);
  background-color: var(--palette--secondary-02);
  width: 50px;
  height: 50px;
  color: var(--palette--primary-01);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, transform .2s;
  display: flex;
  position: fixed;
  inset: 28.3% 10px auto auto;
}

.label-languages:hover {
  background-color: var(--palette--primary-02);
  transform: scale(1.1);
}

.text-mq {
  color: var(--palette--primary-01);
}

.footer_component {
  background-color: #403d33;
  background-image: linear-gradient(#403d33cc, #403d33cc), url('../images/noise_1noise.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
}

.footer_container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding: 40px 5vw;
  display: flex;
}

.footer-row {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-row.first {
  margin-bottom: 20px;
}

.footer-link {
  color: var(--palette--primary-02);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-underline-offset: 0px;
  text-underline-position: under;
  cursor: pointer;
  font-size: 9.5px;
  line-height: 1;
  text-decoration: underline;
  text-decoration-thickness: .5px;
  transition: color .35s;
}

.footer-link:hover {
  color: var(--palette--accent);
}

.footer-txt {
  color: #f3efe7;
  text-align: center;
  letter-spacing: .5px;
  font-size: 10px;
  font-weight: 200;
  line-height: 1.4;
}

.legal-link {
  color: var(--palette--primary-02);
  white-space: nowrap;
  transition: color .35s;
}

.legal-link:hover {
  color: var(--palette--accent);
}

.form_link {
  color: #b48f2f;
  text-decoration: underline;
}

.contact_container {
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  max-width: 1100px;
  margin-top: 5vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.contact-link {
  color: var(--palette--primary-01);
  text-decoration: none;
  transition: color .35s;
}

.contact-link:hover {
  color: var(--palette--primary-02);
}

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

.form_component {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5vw;
  display: flex;
}

.txt_wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

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

.txt_wrap.align-center.white {
  color: #fff;
}

.txt_wrap.align-center.white.max-w {
  max-width: 800px;
}

.form_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff1a;
  background-image: linear-gradient(#0000 53%, #ffffff4d);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 0;
  padding: 5vw;
}

.container-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 7vw 5vw;
  display: flex;
  position: relative;
}

.container-2.align-vertical {
  flex-flow: column;
}

.container-2.align-horizontal {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: space-between;
  align-items: flex-start;
}

.container-2.align-horizontal.mobile-overflow {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.dropdown_list {
  font-weight: 400;
}

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

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

.sub-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

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

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

.form_text {
  color: #403d33;
  font-size: 12px;
  line-height: 16px;
}

.weight-norrnal {
  text-underline-offset: 0px;
  text-underline-position: under;
  font-weight: 400;
  -webkit-text-decoration: underline #48413480;
  text-decoration: underline #48413480;
  text-decoration-thickness: .5px;
}

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

.dropdown_close {
  color: #403d33;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 200;
  display: flex;
}

.pattern {
  opacity: .2;
  filter: brightness(200%);
  background-image: url('../images/pattern.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 80%;
  position: absolute;
  inset: 0%;
  transform: rotate(180deg);
}

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #403d33;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.form_field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--palette--primary-01);
  background-color: #fff0;
  border-radius: 0;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.form_field:focus-visible, .form_field[data-wf-focus-visible] {
  border-bottom-color: #403d33;
}

.form_field::placeholder {
  color: #403d33;
  font-weight: 200;
}

.form_field.is-message {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 200px;
}

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

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

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

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

.button {
  min-width: 200px;
  color: var(--palette--primary-02);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #b48f2f;
  justify-content: center;
  align-items: center;
  padding: 6px 40px;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.button:where(.w-variant-54d45de6-7c00-b801-9858-40a4e89e6c2b) {
  font-family: var(--font-family--serif);
  color: var(--palette--secondary-02);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
}

.button:hover {
  background-color: #a9bbac;
}

.button:hover:where(.w-variant-54d45de6-7c00-b801-9858-40a4e89e6c2b) {
  color: var(--palette--secondary-02);
  background-color: #0000;
}

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

.button.is-submit:hover {
  background-color: #403d33;
}

.form_label {
  color: var(--palette--primary-01);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
}

.dropdown_choice {
  background-color: #b4c5b7;
  font-weight: 200;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

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

.dropdown_choice.w--current {
  color: #403d33;
  background-color: #f3efe7;
}

.link-block {
  height: 75px;
  position: relative;
  top: -8px;
}

.paragraph {
  font-weight: 200;
}

.paragraph.is-xl {
  font-size: 20px;
  line-height: 25px;
}

.pit {
  z-index: 0;
  opacity: .1;
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 375px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -186.5px;
}

.pit.revrese {
  left: auto;
  right: -186.5px;
}

.pattern-02 {
  opacity: .2;
  filter: brightness(200%);
  background-image: url('../images/pattern.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 60%;
  position: absolute;
  inset: 0%;
  transform: rotate(180deg);
}

.section-3.is-masterplan {
  background-color: #403d33;
  background-image: linear-gradient(#403d33cc, #403d33cc), url('../images/noise_1noise.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.masterplan-img-01, .masterplan-img-02 {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.masterplan-info {
  z-index: 2;
  color: #f3efe7;
  cursor: default;
  border: 1px solid #b48f2f;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  font-weight: 200;
  display: flex;
  position: absolute;
  inset: 6.2vw 5vw auto auto;
}

.masterplan-img-00 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-click {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
}

.masterplan-img-03 {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-7 {
  background-image: url('../images/monogram_medium-champagne.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.masterplan_wrap {
  z-index: 2;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50vw;
  position: relative;
}

.text-block-6 {
  color: #b48f2f;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 9.5px;
  font-weight: 500;
  line-height: 1;
}

.masterplan-img-08, .masterplan-img-06 {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pin-trigger {
  z-index: 10;
  cursor: crosshair;
  width: 5vw;
  height: 5vw;
  position: absolute;
  top: 73%;
  left: 15%;
}

.pin-trigger._05 {
  top: 35%;
  left: 35%;
}

.pin-trigger._08 {
  top: 60%;
  left: 39%;
}

.pin-trigger._04 {
  top: 31%;
  left: 18%;
}

.pin-trigger._07 {
  top: 56%;
  left: 57%;
}

.pin-trigger._06 {
  top: 33%;
  left: 50%;
}

.pin-trigger._03 {
  top: 46%;
  left: 17%;
}

.pin-trigger._02 {
  top: 57%;
}

.div-block-6 {
  opacity: .05;
  width: 40vw;
  height: 40vw;
  position: absolute;
  bottom: -2%;
  left: -20%;
  overflow: hidden;
}

.masterplan-img-07 {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-5 {
  letter-spacing: 1px;
  font-family: condor, sans-serif;
  font-size: 22px;
  line-height: 1;
}

.text-block-9 {
  text-transform: capitalize;
}

.pin-label {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  white-space: nowrap;
  background-color: #f3efe7;
  border-bottom: 1px solid #b48f2f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 15px;
  display: flex;
  position: absolute;
  inset: 1vw 1vw auto auto;
  box-shadow: 0 4px 5px #0003;
}

.pin-label._06, .pin-label._07 {
  left: .5vw;
  right: auto;
}

.masterplan-img-05, .masterplan-img-04 {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pin {
  z-index: 2;
  background-color: #f3efe7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.5vw;
  height: 1.5vw;
  display: flex;
  position: absolute;
  box-shadow: 0 4px 5px #0003;
}

.pin._03 {
  top: 50%;
  left: 21%;
}

.pin._05 {
  top: 38.5%;
  left: 39%;
}

.pin._04 {
  top: 34.5%;
  left: 22%;
}

.pin._02 {
  top: 60%;
  left: 18.5%;
}

.pin._07 {
  top: 59%;
  left: 60%;
}

.pin._01 {
  top: 76%;
  left: 18%;
}

.pin._08 {
  top: 63%;
  left: 43%;
}

.pin._06 {
  top: 36%;
  left: 53%;
}

.text-block-7 {
  font-size: .8vw;
  line-height: 1;
}

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

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

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

.button-wrap.margin-top-tablet-40 {
  margin-top: 0;
}

.interni-grid {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 65vw;
  height: 50vw;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.slider_component {
  background-color: #0000;
  align-self: stretch;
  overflow: hidden;
}

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

.swiper-wrapper.slider-08_container {
  display: flex;
}

.slide_image_wrapper {
  z-index: 1;
  flex: 1;
  max-height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide_container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide_text_wrapper {
  border-top: 1px solid var(--palette--primary-01);
  background-color: var(--palette--primary-02);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 10px 30px;
  display: flex;
  position: relative;
}

.slide_text_wrapper._w-h-250 {
  border: 1px solid var(--palette--accent);
  background-image: url('../images/Corte-Achillea---Background-papers_04-copia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
}

.swiper-slide.slider-08_slide {
  max-width: 400px;
}

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

.arrow:hover {
  background-color: var(--palette--secondary-02);
  color: var(--palette--primary-01);
}

.arrow.is-prev {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

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

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

.text-results {
  color: #ffffffb3;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 300;
}

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

.filter-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.tecma-multiselect-wrapper {
  color: #3b3733;
  letter-spacing: 0;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 250px;
  max-height: 50px;
  padding: 10px;
  font-size: 14px;
  transition: background-color .35s;
  display: flex;
}

.link-block-2 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.pagination {
  color: #3b3733;
  padding: 12px;
  font-size: 1em;
  font-weight: 400;
}

.button-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0a1f33;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #b8e5e5;
  border: 5px solid #b8e5e5;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .35s, color .35s;
  display: flex;
}

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

.button-3.sort {
  background-color: var(--palette--white);
  width: 100%;
  min-width: 300px;
  min-height: 64px;
  color: var(--palette--primary-01);
  border-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.icon-embed-xxsmall-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  font-weight: 600;
  display: flex;
}

.filter_bar {
  display: none;
}

.price-big {
  color: var(--palette--primary-01);
  white-space: nowrap;
  font-size: 21px;
}

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

.section-4 {
  position: relative;
}

.section-4.is-tipologico {
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.section-4.is-listing {
  flex-flow: column;
  width: 80%;
  height: 100%;
  display: flex;
}

.apartment-list-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
}

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

.filter-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  min-width: 400px;
  height: 100svh;
  padding: 100px 20px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: auto;
}

.button-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3b3733;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f6eee2;
  border: 2px solid #f6eee2;
  padding: 10px 3rem;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .35s, background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.button-7:hover {
  color: #f6eee2;
  background-color: #fdfbfa00;
}

.button-7.is-reset {
  color: var(--palette--white);
  letter-spacing: 1px;
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  transition: color .35s, font-size .35s, border-color .35s, background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.button-7.is-reset:hover {
  color: var(--palette--accent);
  border-style: none;
  border-color: #adadad;
}

.plani-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.plani-details.is-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-card-listing {
  font-family: var(--font-family--serif);
  color: var(--palette--primary-01);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
}

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

.card-plani_image {
  z-index: 1;
  background-color: #fdfbfa;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.close_filter {
  z-index: 20;
  cursor: pointer;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.filter-label-copy {
  color: #f7d7d2;
  margin-bottom: 5px;
  font-weight: 700;
}

.detail-icon {
  width: 20px;
  height: 20px;
  color: var(--palette--accent);
  font-size: 10px;
}

.detail-icon.margin-dx {
  margin-right: 5px;
}

.detail-text {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
}

.card-plani_text {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--palette--primary-02);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.listing-tile {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 400px;
  max-width: 450px;
  display: flex;
  position: relative;
}

.filter-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-39 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  color: var(--palette--accent);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-12 {
  font-family: var(--font-family--serif);
  color: #ffffffb3;
  letter-spacing: .5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

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

.plani-image {
  z-index: 0;
  object-fit: contain;
  width: 18vw;
  height: 20vw;
  position: relative;
}

.v-line {
  background-color: #48413480;
  width: 1px;
  height: 100%;
}

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

.title-preventivo {
  font-family: var(--font-family--serif);
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 1;
}

.preventivo-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-5 {
  position: relative;
}

.section-5.is-detail {
  flex-flow: column;
  width: 50%;
  padding: 40px 5vw;
  display: flex;
}

.preventivo-wrap {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-weight: 200;
  display: flex;
}

.preventivo-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.preventivo-wrapper.margin-top {
  max-width: 600px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-wrapper {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 50%;
  max-height: 90svh;
  padding: 20px 25px;
  display: flex;
  position: sticky;
  top: 100px;
}

.torna-lista {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--palette--primary-01);
  letter-spacing: 0;
  text-transform: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: padding-left .35s;
  display: flex;
}

.torna-lista:hover {
  color: var(--palette--accent);
  padding-left: 10px;
  text-decoration: none;
}

.apartment-detail-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  padding-top: 140px;
  display: flex;
}

.image-plani {
  object-fit: contain;
  width: 100%;
  max-height: 65vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tecma-detail-wrapper {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.text-block-26:where(.w-variant-54d45de6-7c00-b801-9858-40a4e89e6c2b) {
  color: var(--palette--primary-01);
  font-size: 30px;
  font-style: italic;
}

.link-map {
  overflow: hidden;
}

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

.p-align-center.color-primary-02 {
  color: var(--palette--primary-02);
}

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

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

.button-8.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--palette--secondary-02);
  align-items: center;
  transition: color .35s;
  display: flex;
}

.button-8.is-icon:hover {
  color: var(--palette--accent);
}

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

.gdpr {
  width: 100%;
}

.gdpr p {
  letter-spacing: .5px;
  max-width: none;
  font-size: 12px;
  font-weight: 200;
  line-height: 18px;
}

.gdpr a {
  color: var(--palette--accent);
  transition: color .2s;
}

.gdpr a:hover {
  color: var(--palette--primary-01);
}

.gdpr h2 {
  font-family: var(--font-family--serif);
  color: var(--palette--accent);
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

.gdpr h1 {
  color: #b48f2f;
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.gdpr h3 {
  color: var(--palette--accent);
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
}

.gdpr p {
  letter-spacing: .5px;
  max-width: none;
  font-size: 13px;
  line-height: 20px;
}

.gdpr li {
  color: #5a5a5a;
}

.gdpr h1 {
  font-family: var(--font-family--serif);
  color: var(--palette--accent);
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.logo-partner {
  object-fit: contain;
  height: 23px;
}

.logo-partner.margin-top-bot {
  height: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo-partner.margin-top-bot:where(.w-variant-3f696fc6-5903-c492-6c1c-1c719aee5691) {
  height: 20px;
}

.logo-partner.h-25 {
  height: 25px;
}

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

.div-block-40 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
}

.slider-11_image {
  z-index: 1;
  object-fit: cover;
  width: 400px;
  max-width: none;
  height: 300px;
}

.slider-11_component {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em;
  display: flex;
  overflow: hidden;
}

.slider-11_progress-fill {
  background-color: #3b3733;
  width: 0%;
  height: 100%;
  position: relative;
}

.p-small {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}

.slider-11_container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.slider-11_progress {
  background-color: #f6eee2;
  width: 100%;
  height: 1px;
  margin-top: 2.5em;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.heading-capitolato {
  font-family: var(--font-family--sans-serif);
  color: var(--palette--primary-01);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.slider-11_slide {
  color: #fff;
  text-align: center;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tile-txt_wrap-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #3b3733;
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.ip-loghi {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 30px;
}

.ip-loghi.vermobil {
  filter: invert();
  background-image: url('../images/logo-vermobil.svg');
  background-position: 0%;
}

.ip-loghi.flos {
  filter: invert();
  background-image: url('../images/flos_nero.svg');
  background-position: 0%;
}

.ip-loghi.molteni {
  filter: invert();
  background-image: url('../images/logo-molteni.svg');
}

.ip_wrap {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 1685px;
  max-width: 85%;
  height: 949px;
  max-height: 39.4vw;
  position: relative;
}

.ip_wrap.mood-classico {
  background-image: url('../images/AC5177_VP01_Interior_Living_Rev00-copia.webp');
  max-height: 47.84vw;
  display: flex;
}

.ip_wrap.mood-classico.tab {
  display: none;
}

.ip_btn_cross {
  z-index: 2;
  background-image: url('../images/icon_cross.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0;
  height: 0;
  position: absolute;
}

.ip_btn_dot {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
}

.ip_txt {
  color: #fff;
  font-size: 13px;
}

.ip_txt.maiuscolo {
  font-family: var(--font-family--serif);
  letter-spacing: .5px;
  text-transform: uppercase;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: condor, sans-serif;
  font-size: 15px;
}

.box_img {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.ip_btn__box {
  z-index: 1;
  text-transform: uppercase;
  cursor: default;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 0;
  height: 0;
  font-size: 16px;
  display: flex;
  position: absolute;
  bottom: 100%;
  left: 100%;
  overflow: hidden;
  box-shadow: 0 0 12px 2px #0003;
}

.ip_btn__box.middle {
  width: auto;
  height: 0;
  margin-left: 10px;
  display: flex;
  bottom: -130%;
  overflow: hidden;
}

.box_content {
  z-index: 1;
  text-transform: uppercase;
  background-color: #141414;
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 230px;
  height: 230px;
  padding: 40px;
  font-size: 16px;
  display: flex;
}

.box_content.molteni {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #141414;
  text-transform: none;
  background-color: #ffffff52;
  border: 1px solid #fff;
  width: 200px;
  height: 150px;
  padding: 20px;
  overflow: visible;
  box-shadow: 0 1px 10px #0000001a;
}

.ip_btn_wrap-main {
  opacity: .7;
  cursor: pointer;
  background-color: #0000004d;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  box-shadow: 0 1px 10px #0000001a;
}

.ip_btn_wrap-main:hover {
  opacity: 1;
}

.ip_btn_wrap-main.classico_03 {
  z-index: 2;
  bottom: 41%;
  right: 28%;
}

.ip_btn_wrap-main.classico_02 {
  z-index: 2;
  top: 12%;
  right: 71%;
}

.ip_btn_wrap-main.classico_01 {
  z-index: 2;
  bottom: 24%;
  right: 43%;
}

.ip_btn_wrap-main.classico_04 {
  z-index: 2;
  bottom: 27%;
  right: 74%;
}

.ip_btn_wrap-main.classico_05 {
  z-index: 2;
  bottom: 23%;
  right: 23%;
}

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

.arrow-copy:hover {
  background-color: var(--palette--secondary-02);
  color: var(--palette--primary-01);
}

.arrow-copy.is-prev {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.arrow-copy.is-prev.is-absolute {
  background-color: var(--palette--secondary-02);
  color: var(--palette--primary-01);
  position: absolute;
  left: -25px;
}

.arrow-copy.is-prev.is-absolute:hover {
  background-color: var(--palette--primary-02);
  color: var(--palette--secondary-02);
}

.arrow-copy.is-next.is-absolute {
  background-color: var(--palette--secondary-02);
  color: var(--palette--primary-01);
  position: absolute;
  right: -25px;
}

.arrow-copy.is-next.is-absolute:hover {
  background-color: var(--palette--primary-02);
  color: var(--palette--secondary-02);
}

.txt-venduto {
  font-family: var(--font-family--serif);
  color: var(--palette--accent);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 5px;
  font-size: 18px;
  font-style: italic;
}

.div-block-41 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  display: flex;
}

.button-9 {
  color: #fff;
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-color: #a48a2f;
  border: 1px solid #a48a2f;
  border-radius: 200px;
  padding: 1rem;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.button-9:hover {
  color: #a48a2f;
  background-color: #fff;
}

.button-9.is-area-riservata {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #868257;
  border-color: #868257;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-9.is-area-riservata:hover {
  color: #868257;
  background-color: #fff;
  border-color: #868257;
}

.icon-button {
  flex: none;
  width: 25px;
  height: 25px;
}

.button-10 {
  color: #fff;
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-color: #a48a2f;
  border: 1px solid #a48a2f;
  border-radius: 200px;
  padding: 1rem;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.button-10:hover {
  color: #a48a2f;
  background-color: #fff;
}

.button-10.is-scegli {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
  position: relative;
}

.heading-medium {
  color: #706a21;
  letter-spacing: 1px;
  max-width: 400px;
  margin-bottom: 2rem;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 1.3;
}

.heading-medium.max-width-medium {
  max-width: 600px;
  color: var(--palette--primary-01);
  font-size: 1.9em;
}

.popup-area_wrapper-2 {
  z-index: 100;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.area_row-2 {
  text-align: left;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
}

.popup-area_line-2 {
  background-color: var(--palette--secondary-02);
  flex: none;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.button-wrap-2 {
  margin-top: 40px;
}

.icon-button-2 {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.icon-button-2.is-user, .icon-button-2.is-user.positive-icon_scegli-casa-2 {
  display: none;
}

.icon-button-2.is-user.positive-icon_area-riservata-nav-2 {
  display: flex;
}

.icon-button-2.secgli-casa, .icon-button-2.secgli-casa.positive-icon_area-riservata-nav-3 {
  display: none;
}

.icon-button-2.secgli-casa.positive-icon_scegli-casa-3 {
  display: flex;
}

.icon-button-2.contatti, .icon-button-2.contatti.positive-icon_scegli-casa-4, .icon-button-2.contatti.positive-icon_area-riservata-nav-4 {
  display: none;
}

.popup_close-2 {
  z-index: 10;
  width: 40px;
  height: 40px;
  color: var(--palette--primary-01);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: background-color .35s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.popup_close-2:hover {
  background-color: #2d2d2d1a;
}

.button-11 {
  color: #fff;
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-color: #a48a2f;
  border: 1px solid #a48a2f;
  border-radius: 200px;
  padding: 1rem;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.button-11:hover {
  color: #a48a2f;
  background-color: #fff;
}

.button-11.is-secondary {
  color: #a48a2f;
  text-align: center;
  letter-spacing: .05rem;
  background-color: #fff;
  width: 100%;
}

.button-11.is-secondary:hover {
  color: #fff;
  background-color: #4c4816;
  border-color: #4c4816;
}

.button-11.is-secondary.positive-icon_scegli-casa-5 {
  color: #fff;
  border-style: none;
  border-radius: 0;
  padding: 0;
  display: none;
}

.button-11.is-secondary.positive-icon_scegli-casa-5:hover {
  color: #a48a2f;
  background-color: #fff;
}

.button-11.is-secondary.positive-icon_area-riservata-nav-5 {
  color: #fff;
  border-style: none;
  border-radius: 0;
  padding: 0;
  display: none;
}

.button-11.is-secondary.positive-icon_area-riservata-nav-5:hover {
  color: #a48a2f;
  background-color: #fff;
}

.button-text-single {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  display: none;
}

.button-text-single:hover {
  color: #a48a2f;
}

.button-text-single.positive-icon_scegli-casa-6, .button-text-single.positive-icon_area-riservata-nav-6 {
  display: flex;
}

.popup-area_box-2 {
  background-color: var(--palette--primary-02);
  text-align: center;
  flex-direction: column;
  align-items: center;
  min-width: 45vw;
  padding: 3rem;
  display: flex;
  position: relative;
}

.div-block-27 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button_component {
  cursor: pointer;
  background-color: #ebe5d300;
  flex-flow: row;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
  transition: all .3s, opacity .2s;
  display: flex;
}

.button_component.positive-icon_area-riservata-nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--palette--accent);
  background-color: var(--palette--accent);
  color: #fff;
  margin-top: 0;
  padding: 6px 40px;
}

.button_component.positive-icon_area-riservata-nav:hover {
  border: 1px solid var(--palette--accent);
  color: var(--palette--accent);
  background-color: #fff;
}

.button_component.positive-icon_scegli-casa {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--palette--accent);
  color: var(--palette--white);
  margin-top: 0;
  padding: 6px 40px;
}

.button_component.positive-icon_scegli-casa:hover {
  color: var(--palette--accent);
  background-color: #fff;
  border: 1px solid #a48a2f;
}

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

@media screen and (max-width: 991px) {
  .page_wrapper.informative {
    padding-top: 140px;
  }

  .page_wrapper.margin-top, .page_wrapper.is-contatti {
    margin-top: 100px;
  }

  .container {
    flex-direction: column;
  }

  .container.pad-top-100px {
    margin-top: 50px;
  }

  .container.is-grid-full {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container.is-grid-full.is-two-images {
    grid-template-rows: 450px;
    grid-template-columns: 1fr 1fr;
  }

  .container.max-w-1300 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container.flex-vertical.is-relative {
    max-width: 800px;
  }

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

  .section.is-technical {
    min-height: 90vh;
  }

  .section.pad-bot-0px {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .header_component {
    display: flex;
  }

  .header_container {
    padding-bottom: 10vw;
  }

  .list {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-navbar {
    width: 170px;
    height: 40px;
    margin-bottom: 0;
    display: none;
  }

  .navbar_link {
    font-size: 18px;
  }

  .navbar_link.menu-mobile {
    border-bottom-color: #48413400;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar_link.menu-mobile.w--current {
    border-bottom-color: #4841348c;
  }

  .list-item {
    width: 100px;
    display: none;
  }

  .list-item.menu-mobile {
    width: auto;
    display: flex;
  }

  .section-intro {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h1-titolo-hero {
    max-width: 640px;
    font-size: 50px;
    line-height: 55px;
  }

  .citazione {
    max-width: none;
  }

  .section-info {
    padding: 60px;
  }

  .section-info.color_brown_warm.is-0bot {
    padding: 10vw 8%;
  }

  .txt-wrap {
    align-items: flex-start;
  }

  .image-wrap {
    order: -1;
  }

  .image-wrap.width-50 {
    order: 1;
    width: 100%;
  }

  .titolo-paragrafo {
    max-width: none;
    font-size: 38px;
  }

  .titolo-paragrafo.max400 {
    max-width: none;
  }

  .txt-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .txt-container.width-50 {
    width: 100%;
  }

  .link-logo {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .link-logo.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .decoro {
    width: 150px;
    height: 150px;
  }

  .wrap-image-element, .wrap-image-element.grid {
    width: 100%;
  }

  .tipologie-wrap {
    width: 100%;
    margin-right: 0;
  }

  .tipologie-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
    display: grid;
  }

  .flags_popup_x {
    flex: none;
    position: fixed;
  }

  .wrap-btn-contatti {
    z-index: 10;
    top: 190px;
    right: 10px;
  }

  .btn_contatti.is-area-riservata.is-desktop {
    display: none;
  }

  .btn_contatti.is-area-riservata.is-tablet-mobile {
    display: flex;
  }

  .btn_contatti.is-area-riservata.is-tablet-mobile:hover {
    transform: scale(1);
  }

  .mappa {
    flex: none;
    width: 100%;
    height: 500px;
    min-height: auto;
  }

  .navlink_tabletmobile {
    z-index: 50;
    background-color: #f7e7b0;
    background-image: url('../images/noise_1noise.png');
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .navlink__wrap_tm {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .close__wrap {
    cursor: pointer;
    background-image: url('../images/Icon_X.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    border: 1px solid #fff3;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    top: 4vw;
    right: auto;
  }

  .close__wrap.menuclose {
    z-index: 2;
    background-color: var(--palette--primary-01);
    border-bottom-style: none;
    border-radius: 0%;
    flex: none;
    position: absolute;
    top: 25px;
    right: 20px;
  }

  .hamburger_wrap {
    background-color: var(--palette--primary-01);
    cursor: pointer;
    background-image: url('../images/Icon_Menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    flex: none;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .flag-03_text {
    text-align: center;
    white-space: normal;
    background-color: #9ea292;
    flex-direction: column;
    max-width: 160px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
  }

  .flag-03_container, .flag_component {
    margin-top: 0;
    top: 140px;
    right: 10px;
  }

  .nav_component_01 {
    z-index: 14;
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 10px 20px;
  }

  .grid-tipologie {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 600px;
  }

  .title_wrapper.is-align-right {
    text-align: left;
    border-right-style: none;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .title_wrapper.is-sticky {
    margin-left: 8%;
    margin-right: 8%;
    position: relative;
  }

  .pittogramma_01 {
    display: none;
  }

  .wrap-paragrafo_b {
    width: 100%;
    padding-left: 0;
  }

  .wrap-parag-double {
    grid-column-gap: 0px;
    flex-direction: column;
    width: 100%;
  }

  .wrap-parag-double.grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .wrap-parag-double.grid.is-padding {
    order: -1;
    padding-bottom: 0;
    padding-left: 8%;
    padding-right: 8%;
  }

  .wrap-parag-double.grid.is-padding.is-project {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .servizi-grid {
    width: 100%;
    height: 60vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tabs-menu.plan_01 {
    background-image: url('../images/P1_apt-1.5_gradient_rotate.webp');
    background-position: 50%;
    background-size: 500px;
    border-bottom: 1px #000;
    border-right: 10px #f4eae8;
    width: 550px;
    min-width: auto;
    height: 350px;
  }

  .tabs-content {
    border-left-style: none;
    width: 100%;
    height: 500px;
  }

  .tabs {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .cono._03 {
    top: 19%;
    left: 22%;
    transform: rotate(-90deg);
  }

  .cono._02 {
    top: 32%;
    left: 55%;
    transform: rotate(180deg);
  }

  .cono._01 {
    top: 49%;
    left: 72%;
    transform: rotate(180deg);
  }

  .tipologie-centrale-wrap {
    width: 100%;
    margin-right: 0;
  }

  .tipologia-centrale-text.is-card {
    width: 30vw;
  }

  .icon-tipologia {
    display: flex;
  }

  .list-item-width.tablet_display-none {
    display: none;
  }

  .list-item-width.is-logo {
    margin-left: 0;
  }

  .logo-navbar-horizontal {
    width: 230px;
    margin-bottom: 0;
    display: block;
  }

  .ancora {
    width: 1px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: -100px;
  }

  .subtitle-m.max300 {
    max-width: none;
    margin-top: 30px;
  }

  .subtitle-m.max400, .subtitle-m.max340 {
    max-width: none;
  }

  .label-languages {
    top: 130px;
  }

  .footer_container {
    padding: 50px;
  }

  .footer-row.first {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact_container {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form_component {
    margin-top: 50px;
  }

  .txt_wrap.align-center.white.max-w {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .container-2 {
    padding: 50px 50px 100px;
  }

  .container-2.align-vertical {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-2.align-horizontal {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .container-2.align-horizontal.mobile-overflow {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 8%;
    padding-right: 8%;
  }

  .form_container {
    grid-column-gap: 30px;
  }

  .weight-norrnal {
    font-size: 16px;
  }

  .pattern {
    filter: brightness(150%);
    background-image: linear-gradient(#a9bbac33, #a9bbac33), url('../images/pattern.svg');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, repeat-x;
    background-size: auto, 100%;
  }

  .form_field {
    line-height: 20px;
  }

  .link-block {
    height: 70px;
  }

  .paragraph.is-xl {
    line-height: 20px;
  }

  .pit {
    width: 300px;
    left: -150px;
  }

  .pit.revrese {
    right: -150px;
  }

  .pit.is-menu {
    width: 150px;
    left: 0;
  }

  .pit.is-menu.reverse {
    inset: 0% 0% 0% auto;
  }

  .pattern-02 {
    filter: brightness(150%);
    background-image: linear-gradient(#a9bbac33, #a9bbac33), url('../images/pattern.svg');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, repeat-x;
    background-size: auto, 100%;
  }

  .masterplan-info {
    top: 15vw;
  }

  .masterplan_wrap {
    height: 90vw;
  }

  .pin-trigger {
    width: 8vw;
    height: 8vw;
    top: 73%;
    left: 15%;
  }

  .pin-trigger._05 {
    top: 36%;
    left: 36%;
  }

  .pin-trigger._08 {
    top: 60%;
    left: 40%;
  }

  .pin-trigger._04 {
    top: 32%;
    left: 19%;
  }

  .pin-trigger._07 {
    top: 56%;
    left: 57%;
  }

  .pin-trigger._06 {
    top: 33%;
    left: 50%;
  }

  .pin-trigger._03 {
    top: 47%;
    left: 18%;
  }

  .pin-trigger._02 {
    top: 58%;
  }

  .text-block-5 {
    font-size: 20px;
  }

  .pin-label._01, .pin-label._02 {
    top: 3vw;
  }

  .pin-label._03 {
    top: -1.1vw;
    right: 3vw;
  }

  .pin-label._04 {
    top: -1.5vw;
    right: 3vw;
  }

  .pin-label._05 {
    top: -6.4vw;
    right: -5.9vw;
  }

  .pin-label._06 {
    top: -1.2vw;
    left: 3.5vw;
  }

  .pin-label._07 {
    top: -1.1vw;
    left: 3.5vw;
  }

  .pin-label._08 {
    top: 3.5vw;
    right: -5.8vw;
  }

  .pin {
    width: 2.5vw;
    height: 2.5vw;
  }

  .text-block-7 {
    font-size: 1.5vw;
  }

  .button-wrap.margin-top-tablet-40 {
    margin-top: 40px;
  }

  .interni-grid {
    width: 100%;
    height: 60vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .slider_component {
    order: -1;
    width: 100%;
    max-height: 56vw;
  }

  .slider_component.h-auto {
    max-height: none;
  }

  .slide_image_wrapper {
    flex: none;
  }

  .arrow.is-prev {
    margin-left: auto;
    margin-right: 60px;
  }

  .arrow.is-next {
    margin-top: -60px;
    margin-left: auto;
  }

  .pagination.tablet-show {
    width: 100%;
    color: var(--palette--primary-02);
  }

  .filters_wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--palette--accent);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    padding: 6px 40px;
    display: flex;
  }

  .filter_bar {
    z-index: 19;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .price-big {
    font-size: 20px;
  }

  .icon-embed-xxsmall-10 {
    color: var(--palette--primary-01);
  }

  .section-4 {
    padding: 10vw 5vw;
  }

  .section-4.is-tipologico {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 5vw;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .section-4.is-listing {
    z-index: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .apartment-list-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon-filters {
    color: #fff;
    width: 20px;
    height: 20px;
  }

  .filter-container {
    z-index: 30;
    border-right: 1px solid var(--palette--primary-02);
    background-color: var(--palette--primary-01);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: linear-gradient(#403d33cc, #403d33cc), url('../images/noise_1noise.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    width: 450px;
    min-width: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    position: fixed;
    left: -450px;
  }

  .title-card-listing {
    font-size: 24px;
  }

  .card-plani_image {
    min-height: 250px;
  }

  .close_filter {
    background-color: var(--palette--primary-02);
    display: flex;
    top: 40px;
    right: 40px;
  }

  .filter-label-copy {
    color: #faf5f2;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1;
  }

  .card-plani_text {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .listing-tile {
    min-width: auto;
  }

  .plani-image {
    width: 90%;
    height: 90%;
  }

  .v-line {
    width: 5px;
    height: 5px;
  }

  .title-preventivo {
    font-size: 30px;
  }

  .section-5 {
    padding: 10vw 5vw;
  }

  .section-5.is-detail {
    width: 100%;
  }

  .preventivo-wrapper {
    margin-top: 20px;
  }

  .preventivo-wrapper.margin-top {
    align-self: center;
  }

  .image-wrapper {
    min-width: 100%;
    position: relative;
    top: auto;
  }

  .torna-lista {
    align-self: center;
  }

  .apartment-detail-wrapper {
    padding-top: 12vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .tecma-detail-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .gdpr h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .slider-11_component {
    padding-left: 4em;
    padding-right: 4em;
  }

  .slider-11_progress {
    margin-top: 30px;
  }

  .slider-11_slide {
    width: auto;
    margin-right: 10px;
  }

  .ip_wrap.mood-classico {
    display: none;
  }

  .ip_wrap.mood-classico.tab {
    max-width: 95%;
    max-height: 53.46vw;
    display: flex;
  }

  .box_txt {
    flex-direction: column;
    justify-content: flex-end;
    height: 50px;
    display: flex;
  }

  .tabs-content-2 {
    width: 100%;
    height: 70px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .ip_btn_dot {
    width: 7px;
    height: 7px;
    position: static;
  }

  .ip_txt {
    font-weight: 300;
    line-height: 14px;
  }

  .ip_txt.maiuscolo {
    margin-right: 2px;
    font-weight: 400;
  }

  .box_img.tab {
    filter: invert();
    justify-content: flex-end;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .box_img.tab.small {
    width: 50px;
  }

  .ip-content-tab {
    height: 70px;
    position: static;
  }

  .tabs-menu-2 {
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .box_info {
    background-image: linear-gradient(#0000, #00000087);
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    position: absolute;
    bottom: 0;
  }

  .box_content.molteni {
    height: 15px;
  }

  .ip_btn_wrap-main {
    width: 30px;
    height: 30px;
    padding: 1px 0 0;
  }

  .ip_btn_wrap-main.w--current {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-copy.is-prev.is-absolute {
    margin-top: auto;
    margin-bottom: auto;
  }

  .arrow-copy.is-next.is-absolute, .arrow-copy.is-prev.is-absolute {
    margin-top: auto;
    margin-bottom: auto;
  }

  .arrow-copy.is-next {
    margin-top: -60px;
    margin-left: auto;
  }

  .arrow-copy.is-next.is-absolute {
    margin-top: auto;
    margin-bottom: auto;
  }

  .heading-medium, .heading-medium.max-width-medium {
    max-width: none;
  }

  .popup-area_wrapper-2 {
    z-index: 100;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .popup-area_wrapper-2.tablet-mobile {
    display: none;
  }

  .popup_close-2 {
    width: 60px;
    height: 60px;
    color: var(--palette--white);
    background-color: #0000;
  }

  .popup-area_box-2 {
    flex: none;
    position: static;
  }

  .popup-area_container {
    flex-direction: column;
    position: static;
  }

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

@media screen and (max-width: 767px) {
  .page_wrapper.informative {
    padding-top: 120px;
  }

  .page_wrapper.margin-top {
    margin-top: 70px;
  }

  .container.citazione_01 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.citazione_02 {
    width: 100%;
  }

  .container.citazione_02.color_opacity {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .container.is-medium.pad-top-100px {
    margin-top: 40px;
  }

  .container.is-grid-full.is-two-images {
    grid-template-rows: 400px;
  }

  .container.flex-vertical.is-relative {
    max-width: 355px;
  }

  .section {
    padding: 40px;
  }

  .section.pad-bot-0px {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .header_component {
    min-height: 550px;
  }

  .header_container, .header_hover {
    width: 100%;
  }

  .list {
    overflow: visible;
  }

  .section-intro {
    padding: 60px 40px;
  }

  .h1-titolo-hero {
    max-width: 500px;
    font-size: 40px;
    line-height: 45px;
  }

  .citazione {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .citazione.is-white {
    margin-bottom: 40px;
  }

  .txt-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .txt-wrap.mobile-pad-lateral {
    padding-left: 40px;
    padding-right: 40px;
  }

  .titolo-paragrafo {
    font-size: 30px;
    line-height: 40px;
  }

  .titolo-paragrafo.max400 {
    font-size: 30px;
    line-height: 35px;
  }

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

  .txt-container {
    width: 100%;
  }

  .decoro {
    width: 100px;
    height: 100px;
  }

  .tipologie-wrap {
    color: var(--dark\<deleted\|variable-39d08bc6\>);
  }

  .tipologie-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 350px;
  }

  .flag_component01 {
    top: 28px;
  }

  .wrap-btn-contatti {
    z-index: 10;
  }

  .btn_contatti.is-area-riservata.is-tablet-mobile {
    width: 45px;
    height: 45px;
  }

  .mappa {
    height: 450px;
  }

  .hamburger_wrap {
    width: 45px;
    height: 45px;
  }

  .flag-03_text {
    font-size: 14px;
  }

  .flag-03_container {
    top: 140px;
    right: 10px;
  }

  .flag-03_component {
    top: 28px;
  }

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

  .flag_component {
    top: 120px;
    right: 10px;
  }

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

  .title_wrapper.is-align-right {
    padding-left: 20px;
  }

  .wrap-parag-double {
    padding-left: 50px;
    padding-right: 50px;
  }

  .tabs-menu.plan_01 {
    background-image: url('../images/P1_apt-1.5_gradient_rotate.webp');
    background-position: 50% 35%;
    background-size: 320px;
    width: 430px;
    height: 220px;
  }

  .tabs-content {
    width: 100%;
    height: 370px;
  }

  .tabs {
    width: 90%;
    max-width: none;
  }

  .cono {
    width: 40px;
    height: 40px;
  }

  .cono._03 {
    top: 11%;
    left: 23%;
    transform: rotate(-90deg);
  }

  .cono._02 {
    top: 25%;
    left: 50%;
    transform: rotate(180deg);
  }

  .cono._01 {
    top: 46%;
    left: 65%;
    transform: rotate(180deg);
  }

  .tipologie-centrale-wrap {
    color: #253238;
  }

  .footer-row.first {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .contact_container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .form_wrapper {
    padding: 30px;
  }

  .container-2.align-vertical {
    padding-top: 50px;
  }

  .container-2.align-horizontal.mobile-overflow {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

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

  .pattern {
    background-image: linear-gradient(#a9bbac33, #a9bbac33), url('../images/pattern.svg');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, repeat-x;
    background-size: auto, 100%;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .pit.is-menu {
    width: 120px;
  }

  .pattern-02 {
    background-image: linear-gradient(#a9bbac33, #a9bbac33), url('../images/pattern.svg');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, repeat-x;
    background-size: auto, 100%;
  }

  .masterplan-info {
    top: 5vw;
    right: 0;
  }

  .masterplan_wrap {
    height: 80vw;
  }

  .pin-trigger {
    width: 10vw;
    height: 10vw;
    top: 73%;
    left: 14%;
  }

  .pin-trigger._05 {
    top: 34%;
    left: 35%;
  }

  .pin-trigger._08 {
    top: 59%;
    left: 38%;
  }

  .pin-trigger._04 {
    top: 30%;
    left: 18%;
  }

  .pin-trigger._07 {
    top: 55%;
    left: 56%;
  }

  .pin-trigger._06 {
    top: 32%;
    left: 49%;
  }

  .pin-trigger._03 {
    top: 46%;
    left: 17%;
  }

  .pin-trigger._02 {
    top: 57%;
  }

  .text-block-5 {
    white-space: normal;
    font-size: 16px;
  }

  .pin-label {
    padding: 5px 10px;
  }

  .pin-label._01 {
    top: 6.6vw;
    right: -4.2vw;
  }

  .pin-label._02 {
    top: -.4vw;
    right: 6.5vw;
  }

  .pin-label._03 {
    top: -4vw;
    right: 7.3vw;
  }

  .pin-label._04 {
    top: -3.7vw;
    right: 7.9vw;
  }

  .pin-label._05 {
    top: -12.2vw;
    right: -5.6vw;
  }

  .pin-label._06 {
    top: -3.2vw;
    left: 6.9vw;
  }

  .pin-label._07 {
    top: -3.3vw;
    left: 8.6vw;
  }

  .pin-label._08 {
    top: 6.9vw;
  }

  .slider_component {
    max-height: 80vw;
  }

  .slider_component.h-auto {
    max-height: none;
  }

  .arrow {
    background-image: none;
  }

  .section-4.is-tipologico {
    display: flex;
  }

  .section-4.is-listing {
    width: 100%;
  }

  .filter-container {
    width: 100%;
    left: -100%;
  }

  .card-plani_image {
    min-height: 300px;
  }

  .listing-tile {
    min-width: auto;
    max-width: 350px;
  }

  .title-preventivo {
    font-size: 28px;
  }

  .apartment-detail-wrapper {
    padding-top: 15vw;
  }

  .image-plani {
    max-height: 40vh;
  }

  .gdpr h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .gdpr h3 {
    font-size: 15px;
    line-height: 20px;
  }

  .gdpr h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .slider-11_image {
    width: 100%;
    height: 100%;
  }

  .slider-11_component {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-capitolato {
    font-size: 14px;
  }

  .slider-11_slide {
    min-width: 250px;
    margin-right: 20px;
  }

  .ip_btn_dot {
    width: 5px;
    height: 5px;
  }

  .ip_btn_wrap-main {
    width: 20px;
    height: 20px;
    padding-top: 0;
  }

  .arrow-copy {
    background-image: none;
  }

  .button-text.responsive-display-none {
    display: none;
  }

  .heading-medium {
    font-size: 2em;
    line-height: 1.1;
  }
}

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

  .page_wrapper.informative {
    padding-top: 60px;
  }

  .page_wrapper.margin-top, .page_wrapper.is-contatti {
    margin-top: 50px;
  }

  .container.citazione_01 {
    padding: 40px 20px;
  }

  .container.citazione_02.color_opacity {
    text-align: center;
    padding: 30px 40px;
  }

  .container.is-medium.is-stretch.max60vw {
    height: auto;
    min-height: auto;
  }

  .container.is-align-center.is-full {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .container.is-grid-full {
    grid-template-rows: 150px 150px;
    grid-template-columns: 1fr 1fr;
  }

  .container.is-grid-full.is-two-images {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 250px;
    min-height: 180px;
  }

  .container.flex-vertical.is-relative {
    max-width: 240px;
  }

  .section {
    padding: 50px 20px;
  }

  .section.pad-bot-0px {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .header_component {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    min-height: 500px;
    padding: 0;
  }

  .header_container {
    width: 100%;
    padding: 40px 8%;
    position: static;
  }

  .header_hover {
    display: none;
    position: relative;
  }

  .header_background {
    order: -1;
    width: 100%;
    height: 100%;
    min-height: 300px;
    margin-top: 52px;
    position: relative;
  }

  .logo-navbar {
    width: 150px;
    height: 35px;
  }

  .list-item.menu-mobile {
    width: auto;
  }

  .section-intro {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-titolo-hero {
    width: 100%;
    max-width: 352px;
    color: var(--palette--primary-01);
    font-size: 30px;
    line-height: 35px;
  }

  .citazione {
    font-size: 18px;
    line-height: 30px;
  }

  .section-info {
    padding: 40px 20px;
  }

  .section-info.color_brown_warm {
    padding: 50px 20px;
  }

  .section-info.color_brown_warm.is-0bot {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-info.color_brown_warm.pad-lateral {
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt-wrap, .image-wrap {
    width: 100%;
  }

  .image-wrap.width-50 {
    max-height: 250px;
  }

  .image-wrap.width-50.no-overlfow {
    max-height: none;
  }

  .titolo-paragrafo {
    font-size: 24px;
    line-height: 32px;
  }

  .titolo-paragrafo.max400 {
    font-size: 25px;
  }

  .titolo-paragrafo.color-primary01, .titolo-paragrafo.align-center.color-primary-02 {
    max-width: 250px;
  }

  .txt-container.decor-01.justify-center.width-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .txt-container.width-50 {
    padding-top: 60px;
  }

  .txt-container.width-50.color_orange-bright-parag {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .txt-container.width-50.justify-center.color_orange-bright-parag {
    padding: 50px 12% 60px;
  }

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

  .background-image.is-hp {
    height: 100%;
  }

  .link-logo {
    margin-left: 0;
    margin-right: 0;
  }

  .decoro {
    width: 50px;
    height: 50px;
    left: 3%;
  }

  .wrap-image-element {
    width: 100%;
  }

  .wrap-image-element.grid._30vw {
    height: auto;
  }

  .tipologie-wrap {
    margin-bottom: 15px;
  }

  .tipologie-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .flag_component01 {
    top: auto;
    bottom: 0;
    left: 0;
  }

  .wrap-btn-contatti {
    z-index: 10;
  }

  .btn_contatti.is-area-riservata.is-tablet-mobile {
    width: 40px;
    height: 40px;
  }

  .mappa {
    height: 450px;
  }

  .navlink_tabletmobile {
    z-index: 52;
  }

  .close__wrap.menuclose, .hamburger_wrap {
    width: 40px;
    height: 40px;
  }

  .img-cover.mobile-top-80 {
    object-position: 50% 80%;
  }

  .flag-03_icon {
    border-left-style: none;
  }

  .flag-03_container {
    top: 164px;
  }

  .flag-03_component {
    min-width: auto;
    top: auto;
    bottom: 0;
    left: 0;
  }

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

  .flag-03_mask-2 {
    width: 100%;
    margin-right: 0;
    display: none;
  }

  .flag_component {
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .text-color-white {
    font-size: 16px;
  }

  .nav_component_01 {
    height: auto;
  }

  .grid-tipologie {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 50px;
  }

  .title_wrapper {
    border-left-width: 0;
    width: 100%;
    padding-left: 0;
  }

  .title_wrapper.is-align-center {
    max-width: 250px;
  }

  .title_wrapper.is-align-right {
    border-left-width: 0;
    padding-left: 0;
  }

  .title_wrapper.is-sticky {
    padding-right: 40px;
  }

  .wrap-parag-double.grid {
    padding-top: 60px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .wrap-parag-double.grid.is-padding {
    padding-left: 8%;
    padding-right: 8%;
  }

  .servizi-grid {
    height: 350px;
  }

  .indice_tile {
    max-width: 260px;
  }

  .tabs-menu.plan_01 {
    background-size: 240px;
    width: 250px;
    height: 170px;
  }

  .tabs-content {
    width: 100%;
    height: 240px;
  }

  .tabs {
    width: 100%;
  }

  .cono {
    width: 30px;
    height: 30px;
    padding: 0;
  }

  .cono._03 {
    top: 15%;
    left: 17%;
  }

  .cono._02 {
    top: 27%;
    left: 55%;
  }

  .cono._01 {
    left: 72%;
  }

  .tipologie-centrale-wrap {
    margin-bottom: 15px;
  }

  .tipologia-centrale-text.is-card {
    flex: 1;
    width: 100%;
    padding: 15px 20px;
  }

  .list-item-width.is-logo {
    margin-left: 0;
  }

  .logo-navbar-horizontal {
    width: 200px;
  }

  .virtual-reality-01_index_button {
    max-width: 260px;
  }

  .subtitle-m.is-light {
    max-width: 250px;
  }

  .footer_container {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-row.first {
    flex-flow: column;
  }

  .contact_container {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .form_wrapper {
    padding: 20px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2.align-vertical {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-2.align-horizontal.mobile-overflow {
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .icon {
    margin-right: 0;
  }

  .weight-norrnal {
    font-size: 16px;
    line-height: 20px;
  }

  .dropdown_close {
    padding-left: 0;
    padding-right: 0;
  }

  .pattern {
    background-image: linear-gradient(#a9bbac33, #a9bbac33), url('../images/pattern.svg');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, repeat-x;
    background-size: auto, 250%;
  }

  .div-block-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .form_field {
    padding-left: 0;
  }

  .button.is-submit {
    letter-spacing: 2px;
    min-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
  }

  .link-block {
    height: 80px;
    margin-top: 10px;
  }

  .pit {
    width: 250px;
    left: -125px;
  }

  .pit.is-menu {
    width: 100px;
  }

  .pattern-02 {
    background-image: linear-gradient(#a9bbac33, #a9bbac33), url('../images/pattern.svg');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, repeat-x;
    background-size: auto, 250%;
  }

  .masterplan-info {
    padding: 8px 12px;
    font-size: 12px;
  }

  .icon-click {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }

  .masterplan_wrap {
    margin-top: 30px;
    left: auto;
  }

  .text-block-6 {
    font-size: 9px;
  }

  .pin-trigger {
    width: 16vw;
    height: 16vw;
    top: 72%;
    left: 13%;
  }

  .pin-trigger._05 {
    top: 33%;
    left: 34%;
  }

  .pin-trigger._08 {
    top: 58%;
    left: 38%;
  }

  .pin-trigger._04 {
    top: 30%;
    left: 17%;
  }

  .pin-trigger._07 {
    top: 55%;
    left: 55%;
  }

  .pin-trigger._06 {
    top: 33%;
    left: 49%;
  }

  .pin-trigger._03 {
    top: 44%;
    left: 15%;
  }

  .pin-trigger._02 {
    top: 57%;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .pin-label {
    z-index: 10;
  }

  .pin-label._01 {
    top: 8.2vw;
    right: -2.3vw;
  }

  .pin-label._02 {
    top: 1.1vw;
    right: 8.6vw;
  }

  .pin-label._03 {
    top: -.9vw;
    right: 9.1vw;
  }

  .pin-label._06 {
    top: -1.4vw;
    left: 8.1vw;
  }

  .pin-label._07 {
    top: -1.1vw;
    left: 8.4vw;
  }

  .pin-label._08 {
    top: 8vw;
    right: -3.6vw;
  }

  .pin {
    width: 7vw;
    height: 7vw;
  }

  .pin._03 {
    top: 48%;
    left: 19%;
  }

  .pin._05 {
    top: 37%;
    left: 38%;
  }

  .pin._04 {
    top: 33%;
    left: 21%;
  }

  .pin._02 {
    left: 17%;
  }

  .pin._07 {
    top: 58%;
    left: 59%;
  }

  .pin._01 {
    top: 75%;
    left: 17%;
  }

  .pin._08 {
    top: 61%;
    left: 42%;
  }

  .pin._06 {
    left: 52%;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .button-wrap.margin-top-40 {
    margin-top: 30px;
  }

  .interni-grid {
    grid-template-columns: .25fr 1fr 1fr;
    height: 350px;
  }

  .slider_component {
    max-height: 130vw;
  }

  .slide_text_wrapper._w-h-250 {
    padding: 30px;
  }

  .arrow.is-prev {
    margin-right: 116px;
  }

  .arrow.is-next {
    margin-right: 55px;
  }

  .filters_wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .filter_bar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4 {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .plani-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .plani-details.is-grid {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    border-top: 1px solid var(--palette--secondary-02);
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-plani_image {
    min-height: 250px;
  }

  .close_filter {
    top: 20px;
    right: 20px;
  }

  .filter-label-copy {
    font-size: 15px;
    line-height: 1;
  }

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

  .listing-tile {
    max-width: none;
  }

  .title-preventivo {
    font-size: 24px;
  }

  .section-5 {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .preventivo-wrapper {
    grid-column-gap: 10vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .preventivo-wrapper.margin-top {
    max-width: none;
  }

  .apartment-detail-wrapper {
    padding-top: 100px;
  }

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

  .gdpr h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .gdpr h1 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .gdpr h3 {
    font-size: 14px;
  }

  .gdpr p {
    font-size: 14px;
    line-height: 22px;
  }

  .gdpr h1 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .partner-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slider-11_component {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-11_slide {
    min-width: 300px;
    margin-right: 10px;
  }

  .tile-txt_wrap-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .ip_wrap {
    max-width: 90%;
    max-height: 50.65vw;
  }

  .box_txt {
    height: 30px;
  }

  .ip_txt, .ip_txt.maiuscolo, .ip_txt.maiuscolo {
    font-size: 12px;
  }

  .box_img.tab {
    width: 70px;
    height: 30px;
  }

  .box_info {
    padding-bottom: 10px;
  }

  .arrow-copy.is-prev.is-absolute {
    margin-bottom: -25px;
    left: auto;
    right: 116px;
  }

  .arrow-copy.is-next {
    margin-right: 55px;
  }

  .arrow-copy.is-next.is-absolute {
    margin-bottom: -25px;
    margin-left: 0;
    margin-right: 0;
    right: 55px;
  }

  .heading-medium {
    line-height: 1.3;
  }

  .popup-area_wrapper-2 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .area_row-2 {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
  }

  .button-wrap-2 {
    margin-top: 20px;
  }

  .popup-area_box-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_77ca11cb-d4b7-71ee-3f8e-6bf477da52ae-77da5294, #w-node-_77ca11cb-d4b7-71ee-3f8e-6bf477da52ba-77da5294, #w-node-_77ca11cb-d4b7-71ee-3f8e-6bf477da52be-77da5294, #policyFlagsContainer.w-node-_77ca11cb-d4b7-71ee-3f8e-6bf477da52c1-77da5294 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_77ca11cb-d4b7-71ee-3f8e-6bf477da52c4-77da5294 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_77ca11cb-d4b7-71ee-3f8e-6bf477da52c5-77da5294 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8163eea5-4f36-201f-443f-c2b4468520aa-8750d3d2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_8163eea5-4f36-201f-443f-c2b4468520ac-8750d3d2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3921b074-4b3c-f890-1b66-6ac05bd12ec7-8750d3d2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8163eea5-4f36-201f-443f-c2b4468520ae-8750d3d2 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-b56dccb0-18d5-5997-2879-0ad4d1fa4040-8750d3d2, #w-node-_9654581f-f515-e440-60b2-e6f2a9eeb4a3-8750d3d2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_58fb988a-f21e-f3a0-d2d5-7ae0231919f1-8750d3d2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_58fb988a-f21e-f3a0-d2d5-7ae0231919f3-8750d3d2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_58fb988a-f21e-f3a0-d2d5-7ae0231919f5-8750d3d2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_58fb988a-f21e-f3a0-d2d5-7ae0231919f7-8750d3d2 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-a72f0a16-9d08-d0c8-ccbc-bb7687f7ef34-8750d3d2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b87e30a2-6f41-a71a-3ed7-b8974855eea7-8750d3d2, #w-node-b87e30a2-6f41-a71a-3ed7-b8974855eea9-8750d3d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3c89ffe-99b2-b256-3d46-3b43ed385612-8750d3d3 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-c3c89ffe-99b2-b256-3d46-3b43ed385614-8750d3d3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c3c89ffe-99b2-b256-3d46-3b43ed385616-8750d3d3 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-_29e50788-9344-af9e-416d-f98208abd2d9-8750d3d3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2995dd2c-6aec-0d76-43f4-718bacb3be1c-8750d3d4, #w-node-_95692760-c9bb-a8f2-61a5-522f3c30d023-8750d3d4, #w-node-_95692760-c9bb-a8f2-61a5-522f3c30d027-8750d3d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bb6efe9-b4f9-f8a3-ea4c-342cc1bcda0b-8750d3d4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_75299d8e-c49c-fdec-4011-fd94122004c0-8750d3d4 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-cfd38616-cb20-d1a3-e97f-781667ae962b-8750d3d4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba20a453-367f-5773-dedd-ed1b2b40d616-8750d3d4 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-e6482c51-0bb2-7a07-a4ec-6c64a42a1e09-8750d3d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c08d3c4-1b22-5d0d-eb96-b99e69c9132e-8750d3d4 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-_77ca11cb-d4b7-71ee-3f8e-6bf477da52ae-77da5294, #w-node-_77ca11cb-d4b7-71ee-3f8e-6bf477da52ba-77da5294, #w-node-_77ca11cb-d4b7-71ee-3f8e-6bf477da52be-77da5294, #policyFlagsContainer.w-node-_77ca11cb-d4b7-71ee-3f8e-6bf477da52c1-77da5294, #w-node-_77ca11cb-d4b7-71ee-3f8e-6bf477da52c4-77da5294 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b87e30a2-6f41-a71a-3ed7-b8974855eea7-8750d3d2, #w-node-b87e30a2-6f41-a71a-3ed7-b8974855eea9-8750d3d2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c3c89ffe-99b2-b256-3d46-3b43ed385612-8750d3d3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c3c89ffe-99b2-b256-3d46-3b43ed385614-8750d3d3 {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-c3c89ffe-99b2-b256-3d46-3b43ed385616-8750d3d3 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-e6482c51-0bb2-7a07-a4ec-6c64a42a1e07-8750d3d4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e6482c51-0bb2-7a07-a4ec-6c64a42a1e09-8750d3d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d730702f-e1b0-630a-1cd6-57b7686b35a1-8750d3d4 {
    grid-area: 1 / 2 / 2 / 3;
  }
}


