:root {
  --color-palette--dark-brown: #262022;
  --color-palette--white: white;
  --color-palette--beige: #c5b5a8;
  --color-palette--primary: hanken-grotesk, sans-serif;
  --color-palette--cta: #a78c79;
  --color-palette--soft-beige: #e8e4db;
  --color-palette--brown: #a78c79;
  --color-palette--secondary: futura-pt, sans-serif;
  --color-palette--green: #898061;
  --color-palette--black: black;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

body {
  color: var(--color-palette--dark-brown);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

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

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

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

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

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: lower-alpha;
}

strong {
  font-weight: bold;
}

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

.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 {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.section {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 10vw;
  display: flex;
}

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

.section.white.relative, .section.relative {
  position: relative;
}

.section.is-dark {
  background-color: var(--color-palette--dark-brown);
  color: var(--color-palette--white);
  padding-top: 100px;
}

.section.is-technical {
  text-align: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 20%;
  padding-bottom: 10%;
}

.section.is-intro {
  background-image: url('../images/texture.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section.full-img {
  height: 50vw;
  min-height: 750px;
  max-height: 800px;
  padding: 0;
}

.section.bg-beige {
  background-color: #c5b5a8cc;
}

.section.bg-beige.is-vertical {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
}

.section.bg-dark-brown {
  background-color: var(--color-palette--dark-brown);
}

.section.bg-dark-brown.padding-smaller {
  border-top: 2px solid var(--color-palette--beige);
  padding-top: 5vw;
  padding-bottom: 5vw;
}

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

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

.header_component {
  z-index: 1;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 101vh;
  min-height: 700px;
  padding-top: 220px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_component.is-gallery {
  background-color: var(--color-palette--white);
  background-image: none;
  padding-top: 0%;
  padding-bottom: 0%;
}

.header_component.pag-tecniche {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrap {
  border-bottom: 1px #ffffff80;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  max-width: 1300px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.navbar-wrap.is-tecnica {
  justify-content: center;
}

.logo_wrapper {
  max-width: 100px;
  height: 60px;
}

.logo_wrapper.color {
  display: none;
  position: absolute;
}

.logo_wrapper.is-footer {
  margin-bottom: 60px;
}

.logo_wrapper.is-footer.w--current {
  height: auto;
}

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

.image-fit-cover.is-logo {
  object-fit: contain;
}

.image-fit-cover.is-partner {
  object-fit: contain;
  object-position: 0% 50%;
}

.image-fit-cover.position-2 {
  object-position: 64% 50%;
}

.image-fit-cover.position-3 {
  object-position: 50% 9%;
}

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

.image-fit-cover.position-top {
  object-position: 50% 36%;
  object-position: 50% 29%;
  object-position: 50% 57%;
}

.image-fit-cover.position-right {
  object-position: 100% 50%;
}

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

.image-fit-cover.position-left-2 {
  object-position: 26% 50%;
}

.image-fit-cover.position-right-2 {
  object-position: 65% 50%;
  object-position: 75% 50%;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item {
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.list-item.last {
  margin-right: 0;
}

.nav_link {
  font-family: var(--color-palette--primary);
  color: var(--color-palette--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  align-self: flex-end;
  height: auto;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  transition: border-color .3s;
}

.nav_link:hover, .nav_link.w--current {
  border-bottom: 2px solid var(--color-palette--cta);
}

.bg_navbar {
  z-index: -1;
  background-color: var(--color-palette--white);
  flex: 1;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.text-cta-nav {
  font-family: var(--color-palette--primary);
  color: var(--color-palette--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
}

.cta-nav {
  border: 2px solid var(--color-palette--cta);
  padding: 10px 20px;
  text-decoration: none;
}

.heading-large {
  color: var(--color-palette--soft-beige);
  text-align: center;
  letter-spacing: .2px;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

.heading-large.dark-brown {
  color: var(--color-palette--dark-brown);
  font-size: 30px;
  line-height: 35px;
}

.heading-large.dark-brown.margin {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 35px;
}

.heading-wrap {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-wrap.pag-tecniche {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--color-palette--brown);
  background-color: var(--color-palette--soft-beige);
  color: var(--color-palette--dark-brown);
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 700px;
  height: auto;
  max-height: 700px;
  padding: 5vw;
  position: static;
  inset: 0%;
}

.heading-wrap.pag-tecniche.no-max-widht {
  max-width: none;
}

.cta-scroll {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  padding: 5px;
  transition: all .8s;
  display: flex;
  position: relative;
}

.cta-scroll:hover {
  border-color: #fff;
  transform: scale(1.05);
}

.lottie-animation {
  width: 100%;
  height: 100%;
}

.heading-intro {
  color: var(--color-palette--white);
  letter-spacing: 1px;
  max-width: 450px;
  font-size: 32px;
  line-height: 40px;
}

.paragraph {
  color: var(--color-palette--white);
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 30px;
}

.paragraph.black {
  color: var(--color-palette--dark-brown);
}

.paragraph.no-cta {
  margin-bottom: 0;
}

.img-wrap {
  width: 55vw;
  height: 60vw;
  min-height: 650px;
  max-height: 700px;
}

.img-wrap.horizontal {
  width: 100%;
  height: auto;
}

.img-wrap.horizontal.servizi-page {
  width: 55vw;
  position: relative;
}

.img-wrap.servizi {
  width: 50vw;
  height: 50vw;
}

.img-wrap.contesto {
  width: 100%;
  height: auto;
}

.img-wrap.oasi-urbana {
  width: 50vw;
  height: 35vw;
  min-height: 500px;
}

.img-wrap.dettaglio {
  height: 55vw;
}

.img-wrap.naviglio {
  width: 50vw;
  height: 50vw;
}

.img-wrap.map {
  align-self: flex-start;
  width: 70%;
  height: 50vw;
  min-height: 550px;
  max-height: 600px;
}

.img-wrap.grid {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.img-wrap.full-width {
  width: 100%;
}

.img-wrap.bigger {
  width: 100%;
  height: 50vw;
  min-height: 750px;
  max-height: 800px;
  position: relative;
}

.paragraph-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 350px;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
  position: sticky;
  top: 140px;
  bottom: 40px;
}

.paragraph-wrap.static {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  position: static;
}

.paragraph-wrap.static.centred {
  text-align: center;
  align-self: center;
  align-items: center;
  max-width: 500px;
  margin-bottom: 60px;
}

.paragraph-wrap.static.centred.imvert {
  margin-top: 0;
  margin-bottom: 60px;
}

.paragraph-wrap.par-servizi {
  margin-top: 40px;
  padding-bottom: 20px;
}

.paragraph-wrap.center {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  position: static;
}

.paragraph-wrap.center.max-w-800px {
  max-width: 800px;
}

.paragraph-wrap.center.gallery {
  z-index: 1;
  background-color: #262022e6;
  width: 60%;
  max-width: none;
  height: 60%;
  margin: auto;
  padding: 3vw 5vw;
  position: absolute;
  inset: 0%;
}

.paragraph-wrap.center.bigger {
  max-width: 800px;
}

.paragraph-wrap.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  position: static;
}

.paragraph-wrap.contatti {
  position: static;
}

.paragraph-wrap.right {
  margin-right: 0;
}

.paragraph-wrap.left {
  margin-left: 0;
}

.heading-medium {
  font-family: var(--color-palette--secondary);
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.heading-medium.black {
  color: var(--color-palette--dark-brown);
}

.heading-medium.servizi {
  margin-bottom: 10px;
}

.heading-medium.center {
  color: var(--color-palette--dark-brown);
  text-align: center;
}

.heading-medium.center.neg, .heading-medium.neg {
  color: var(--color-palette--soft-beige);
}

.heading-medium.map {
  color: var(--color-palette--brown);
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.line-paragraph {
  background-color: var(--color-palette--cta);
  width: 30px;
  height: 2px;
  margin-bottom: 20px;
}

.heading-small_wrapper {
  line-height: 1;
}

.heading-small_wrapper.is-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.container.is-vertical {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-items: center;
}

.container.is-vertical.smaller {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.container.is-vertical.bigger {
  max-width: none;
}

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

.container.is-intro {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: flex-start;
}

.container.smaller {
  max-width: 800px;
}

.container.full {
  max-width: none;
  height: 70vw;
  min-height: 800px;
  max-height: 850px;
}

.cta {
  border: 1px solid var(--color-palette--cta);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

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

.grid_image_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.footer {
  background-color: var(--color-palette--dark-brown);
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

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

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

.contatti-wrap.pag-tecnica {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.contact_heading {
  color: var(--color-palette--beige);
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.contact_heading.pag-tecnica {
  color: var(--color-palette--dark-brown);
  font-size: 16px;
}

.footer_text {
  color: var(--color-palette--white);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

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

.contatti-contain.last {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.contatti-contain.margin-right {
  margin-bottom: 0;
  margin-right: 0;
}

.contatti-div {
  background-color: #26202200;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 5vw;
  display: flex;
}

.contatti-div.form {
  background-color: #a78c7933;
}

.contatti-div.bg-image {
  background-image: url('../images/texture.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo-partner {
  max-width: 150px;
  height: 70px;
  margin-top: 10px;
}

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

.footer_text-gdpr {
  color: #ffffff80;
  letter-spacing: .5px;
  font-size: 12px;
  line-height: 14px;
}

.div-block-10 {
  border-top: 1px solid #ffffff80;
  margin-top: 120px;
  padding-top: 20px;
}

.link-note_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

.nowrap {
  white-space: nowrap;
}

.form-popup {
  z-index: 20;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #28282df2;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.x-close {
  cursor: pointer;
  background-image: url('../images/x-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: fixed;
  inset: 50px 50px auto auto;
}

.form-block {
  min-width: 500px;
  max-width: 600px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.grid-form {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.field-label {
  color: var(--color-palette--white);
  letter-spacing: 1px;
  margin-left: 12px;
  font-family: korolev-condensed;
  font-weight: 400;
}

.form_field {
  color: var(--color-palette--white);
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #ffffff80;
  max-width: 600px;
  margin-bottom: 40px;
  font-family: neuzeit-grotesk;
  font-size: 16px;
}

.form_field:focus-visible, .form_field[data-wf-focus-visible] {
  border-top-style: none;
  border-top-width: 0;
  border-bottom-color: #ddc07780;
  border-left-style: none;
  border-left-width: 0;
  border-right-style: none;
  border-right-width: 0;
}

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

.checkbox_label {
  color: var(--color-palette--white);
  margin-bottom: 10px;
  font-family: neuzeit-grotesk;
  font-size: 12px;
}

.submit-button {
  border: 1px solid var(--color-palette--cta);
  color: var(--color-palette--white);
  letter-spacing: 1px;
  background-color: #0000;
  border-radius: 200px;
  min-width: 200px;
  margin-top: 40px;
  padding: 15px 30px;
  font-family: neuzeit-grotesk;
  font-size: 16px;
  font-weight: 700;
  transition: all .25s;
}

.submit-button:hover {
  background-color: var(--color-palette--cta);
  color: var(--color-palette--dark-brown);
}

.form-link {
  color: var(--color-palette--cta);
  text-decoration: underline;
}

.title-form {
  color: var(--color-palette--white);
  margin-bottom: 60px;
  font-family: neuzeit-grotesk;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.grid-mb {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 1fr 1fr .8fr;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
}

.menu-ico {
  display: none;
}

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

.close-menu {
  display: none;
}

.ancora {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: -101px auto auto 0%;
}

.footer_map {
  background-color: #ffffff24;
  width: 50%;
}

.contact_link {
  color: var(--color-palette--soft-beige);
  font-size: 16px;
  text-decoration: none;
}

.contact_link.pag-tecnica {
  color: var(--color-palette--dark-brown);
  font-size: 14px;
}

.grid-sez-contesto {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 1fr 1fr .5fr .5fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  min-height: 650px;
}

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

.img-grid-sez-contesto._1 {
  background-image: url('../images/IMG_4452.webp');
}

.img-grid-sez-contesto._2 {
  background-image: url('../images/IMG_4799.webp');
}

.img-grid-sez-contesto._3 {
  background-image: url('../images/IMG_4983.webp');
  background-position: 50% 20%;
}

.img-grid-sez-contesto._4 {
  background-image: url('../images/IMG_5063.webp');
}

.img-grid-sez-contesto._5 {
  background-image: url('../images/IMG_4540.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-gallery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
}

.gallery_lightbox {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.gallery_lightbox.is-esterni {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-gallery {
  color: var(--color-palette--white);
  font-family: neuzeit-grotesk;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.ico-servizi {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.ico-servizi.bici {
  background-image: url('../images/bici.svg');
  background-position: 50%;
  width: 120px;
  height: 100px;
}

.ico-servizi.conciergerie {
  background-image: url('../images/conciergerie_Tavola-disegno-1.svg');
}

.ico-servizi.palestra {
  background-image: url('../images/palestra.svg');
  margin-bottom: 15px;
}

.ico-servizi.sala {
  background-image: url('../images/sala-condominiale.svg');
  width: 120px;
}

.ico-servizi.lockers {
  background-image: url('../images/lockers.svg');
}

.linea-paragraph {
  background-color: var(--color-palette--cta);
  width: 30px;
  height: 2px;
  margin-bottom: 40px;
}

.title {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.footer_link-gdpr {
  color: var(--color-palette--white);
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.line-hero {
  background-color: var(--color-palette--cta);
  width: 40px;
  height: 3px;
  margin-top: 30px;
}

.text-gallery-wrap {
  background-image: linear-gradient(#00000080, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.checkbox.w--redirected-checked {
  border-color: var(--color-palette--cta);
  background-color: var(--color-palette--cta);
}

.heading-small {
  font-family: var(--color-palette--secondary);
  color: var(--color-palette--brown);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
}

.heading-small.black {
  color: var(--color-palette--dark-brown);
}

.heading-small.hero {
  color: var(--color-palette--brown);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: hanken-grotesk, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.heading-small.intro {
  font-family: var(--color-palette--primary);
  color: var(--color-palette--beige);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  flex-flow: column;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.heading-small.dark {
  color: var(--color-palette--dark-brown);
}

.heading-small.green {
  color: var(--color-palette--green);
}

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

.par-large {
  max-width: 450px;
  font-size: 18px;
}

.header_hover {
  z-index: 2;
  font-family: var(--color-palette--secondary);
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
  font-weight: 300;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.header_mask {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.button {
  border: 2px solid var(--color-palette--brown);
  background-color: var(--color-palette--soft-beige);
  box-shadow: -4px 4px 0 0 var(--color-palette--brown);
  font-family: var(--color-palette--primary);
  color: var(--color-palette--dark-brown);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, transform .3s;
}

.button:where(.w-variant-62b82a28-2bd9-debb-2605-54d8002024f8) {
  border-color: var(--color-palette--green);
  background-color: var(--color-palette--dark-brown);
  box-shadow: -4px 4px 0 0 var(--color-palette--green);
  color: var(--color-palette--soft-beige);
}

.button:hover {
  transform: translate(0, 3px);
  box-shadow: 0 0 #252aa3;
}

.button.align-sx {
  align-self: flex-start;
}

.heading-small-copy {
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 1.2em;
  line-height: 1;
}

.heading-small-copy.black {
  color: var(--color-palette--dark-brown);
}

.body {
  background-color: var(--color-palette--soft-beige);
  font-family: var(--color-palette--secondary);
  font-weight: 400;
}

.logo-neg {
  width: 220px;
}

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

.paragraph-2 {
  font-family: var(--color-palette--primary);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-2.hero {
  color: var(--color-palette--beige);
  text-align: center;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-2.hero.dark-brown {
  color: var(--color-palette--dark-brown);
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-2.hero.dark-brown.no-margin {
  margin-bottom: 0;
}

.paragraph-2.hero.dark-brown.no-max-width {
  max-width: none;
}

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

.paragraph-2.center.no-margin-bottom {
  margin-bottom: 0;
}

.paragraph-2.center.neg {
  color: var(--color-palette--soft-beige);
}

.paragraph-2.center.neg.disclaimer {
  color: var(--color-palette--green);
  margin-top: 10px;
  margin-bottom: 0;
  font-style: italic;
  line-height: 20px;
}

.pittogramma-neg {
  width: 80px;
  margin-bottom: 10px;
}

.video-wrap {
  border: 1px solid var(--color-palette--green);
  width: 100%;
  height: 100%;
}

.video-wrap.horizontal {
  width: 100%;
  height: auto;
}

.video-wrap.horizontal.servizi-page {
  width: 55vw;
  position: relative;
}

.video-wrap.servizi {
  width: 50vw;
  height: 50vw;
}

.video-wrap.contesto {
  width: 100%;
  height: auto;
}

.video-wrap.oasi-urbana {
  width: 50vw;
  height: 35vw;
  min-height: 500px;
}

.video-wrap.dettaglio {
  height: 55vw;
}

.video-wrap.naviglio {
  width: 50vw;
  height: 50vw;
}

.slide_caption {
  z-index: 2;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.image_hover {
  z-index: 2;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.image_hover.is-gradient {
  background-color: #0000;
  background-image: linear-gradient(359deg, #000000b3 20%, #00000054 40%, #0000 60%, #000000b3 90%);
}

.card_image_wrapper {
  position: relative;
  overflow: hidden;
}

.card_lighbox {
  width: 100%;
  text-decoration: none;
}

.text-price {
  color: #fff;
  letter-spacing: 1px;
  border-radius: 10px;
  width: auto;
  margin-bottom: 1rem;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.card_wrapper {
  z-index: 3;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon {
  color: var(--color-palette--soft-beige);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: 10px;
  display: flex;
}

.icon:hover {
  color: var(--color-palette--dark-brown);
}

.image_lightbox {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 32rem;
}

.image_lightbox.is-custom {
  object-position: 0% 50%;
}

.button-card {
  border: 1px solid var(--color-palette--green);
  background-color: var(--color-palette--dark-brown);
  color: var(--color-palette--soft-beige);
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-card:hover {
  background-color: var(--color-palette--green);
  color: var(--color-palette--dark-brown);
  font-weight: 700;
}

.card_item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.card-features_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.card_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.cta-planimetrie {
  border: 1px solid var(--color-palette--green);
  background-color: var(--color-palette--dark-brown);
  font-family: var(--color-palette--primary);
  letter-spacing: 2px;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 400;
}

.cta-planimetrie:hover {
  background-color: var(--color-palette--green);
  font-family: var(--color-palette--primary);
  color: var(--color-palette--dark-brown);
  font-weight: 600;
}

.text-block {
  font-family: var(--color-palette--primary);
  font-size: 15px;
  font-weight: 300;
}

.heading-medium-tipo {
  font-family: var(--color-palette--secondary);
  color: var(--color-palette--soft-beige);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.heading-medium-tipo.black {
  color: var(--color-palette--dark-brown);
}

.heading-medium-tipo.servizi {
  margin-bottom: 10px;
}

.heading-medium-tipo.center {
  text-align: center;
}

.div-block-13 {
  background-color: var(--color-palette--soft-beige);
  width: 100%;
}

.grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: 1fr .5fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.hover, .hover-copy {
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.pittogramma-bronze {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  width: 80px;
  margin-bottom: 10px;
}

.pittogramma-bronzo {
  width: 80px;
  margin-bottom: 20px;
}

.contatti {
  background-image: url('../images/texture.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_link {
  color: var(--color-palette--soft-beige);
}

.dropdown_choice {
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

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

.dropdown_choice.w--current {
  background-color: var(--color-palette--beige);
  color: var(--color-palette--dark-brown);
}

.dropdown_close {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown_close:focus {
  border-bottom: 1px solid var(--color-palette--beige);
  color: var(--color-palette--soft-beige);
}

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

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

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

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

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

.display-none {
  display: none;
}

.form_field-2 {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--color-palette--beige);
  color: var(--color-palette--soft-beige);
  background-color: #c5b5a826;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.form_field-2:active {
  color: var(--color-palette--soft-beige);
}

.form_field-2:focus {
  border-bottom-color: var(--color-palette--beige);
  color: var(--color-palette--soft-beige);
}

.form_field-2:focus-visible, .form_field-2[data-wf-focus-visible] {
  color: var(--color-palette--soft-beige);
}

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

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

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

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

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

.form_label {
  font-family: var(--color-palette--primary);
  color: var(--color-palette--soft-beige);
  margin-bottom: 0;
  font-weight: 500;
}

.form_wrapper {
  width: 100%;
}

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

.button-2.is-submit {
  align-self: flex-start;
}

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

.form_text {
  color: var(--color-palette--soft-beige);
}

.text-block-2, .icon-2 {
  color: var(--color-palette--beige);
}

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

.paragraph-3 {
  font-family: var(--color-palette--primary);
  color: var(--color-palette--soft-beige);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-3.hero {
  color: var(--color-palette--brown);
  text-align: center;
  max-width: 900px;
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
}

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

.paragraph-3.center.no-margin-bottom {
  margin-bottom: 0;
}

.paragraph-3.center.neg {
  color: var(--color-palette--soft-beige);
}

.footer_container {
  grid-row-gap: 4px;
  color: var(--color-palette--soft-beige);
  flex-direction: column;
  display: flex;
}

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

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

.footer_link {
  color: var(--color-palette--green);
  text-transform: none;
  cursor: pointer;
  text-decoration: underline;
}

.footer_text-2 {
  text-align: center;
  font-size: .8em;
}

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

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  left: -100px;
}

.icon-slider {
  background-color: var(--color-palette--brown);
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  display: flex;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  right: -100px;
}

.icon-embed-xxsmall {
  color: var(--color-palette--soft-beige);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.image {
  width: 100px;
}

.grid-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-columns: 1.5fr 1fr;
  width: 100%;
  height: 100%;
}

.link, .link-2 {
  color: var(--color-palette--green);
  text-decoration: underline;
}

.grid-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 2fr .5fr;
  width: 100%;
  height: 100%;
}

.map_container {
  aspect-ratio: 16 / 9;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: 700px;
  display: flex;
}

.map_legenda_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--color-palette--soft-beige);
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 30vw;
  max-width: 300px;
  padding: 30px;
  display: flex;
}

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

.pin_icon {
  color: var(--color-palette--brown);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.legenda_wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  height: 100%;
  min-height: 350px;
  margin: auto;
  padding-right: 20px;
  display: flex;
  overflow: auto;
}

.img-wrap-2 {
  overflow: hidden;
}

.img-wrap-2.is-map {
  width: 100%;
}

.img_contain {
  object-fit: contain;
  background-color: #e3e7ee;
  width: 100%;
  height: 100%;
}

.pin_txt {
  font-family: var(--color-palette--primary);
  margin-top: 0;
  line-height: 20px;
}

.pin-wrap-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.image-fit-contain {
  object-fit: contain;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.icon-map {
  background-color: var(--color-palette--green);
  color: var(--color-palette--soft-beige);
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 5px;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.text-span {
  letter-spacing: 1px;
  text-transform: none;
  font-style: italic;
  font-weight: 300;
}

.navigation.is-tecnica {
  background-color: var(--color-palette--soft-beige);
}

.gdpr-text {
  font-family: var(--color-palette--primary);
  width: 100%;
}

.gdpr-text a {
  color: var(--color-palette--green);
}

.gdpr-text h2 {
  color: var(--color-palette--dark-brown);
  margin-top: 40px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.gdpr-text h1 {
  color: var(--color-palette--green);
  font-size: 35px;
}

.gdpr-text p {
  margin-bottom: 20px;
}

.line {
  background-color: var(--color-palette--brown);
  width: 100%;
  height: 1px;
}

.heading {
  font-family: var(--color-palette--secondary);
  color: var(--color-palette--green);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 35px;
}

.logo-neg-copy {
  width: 220px;
}

.logo-neg-copy.margin {
  margin-bottom: 40px;
}

.logo-neg-copy.pos {
  width: 200px;
}

.body-2 {
  background-color: #e8e4db4d;
  font-family: hanken-grotesk, sans-serif;
}

.heading-2, .heading-2-copy {
  font-family: var(--color-palette--secondary);
  color: var(--color-palette--dark-brown);
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.heading-2-copy._3 {
  font-size: 20px;
  line-height: 25px;
}

.heading-3 {
  color: var(--color-palette--green);
  font-size: 18px;
  line-height: 20px;
}

.link-3 {
  color: var(--color-palette--green);
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .section.full-img {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .section.bg-dark-brown.padding-smaller {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .header_component.is-gallery {
    height: auto;
  }

  .navbar-wrap {
    align-items: center;
  }

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

  .list-item {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .list-item.last {
    margin-bottom: 0;
  }

  .nav_link {
    letter-spacing: 5px;
    height: 45px;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
  }

  .nav_link.w--current {
    border-bottom-width: 2px;
  }

  .text-cta-nav {
    letter-spacing: 5px;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
  }

  .cta-nav {
    border-style: none;
    border-width: 0 0 2px;
    border-color: transparent transparent var(--color-palette--cta);
    padding: 0 0 10px;
  }

  .heading-large {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-wrap {
    width: 100%;
    max-width: 600px;
  }

  .heading-wrap.contesto {
    max-width: 500px;
  }

  .cta-scroll {
    width: 60px;
    height: 60px;
  }

  .heading-intro {
    max-width: none;
    margin-bottom: 30px;
  }

  .paragraph.black, .paragraph.no-cta {
    text-align: left;
  }

  .img-wrap {
    width: 100%;
    height: auto;
    min-height: 600px;
    max-height: 650px;
  }

  .img-wrap.horizontal.servizi-page {
    width: auto;
  }

  .img-wrap.servizi {
    width: 100%;
    height: auto;
  }

  .img-wrap.oasi-urbana {
    width: 100%;
  }

  .img-wrap.dettaglio {
    height: auto;
  }

  .img-wrap.naviglio {
    width: 100%;
    height: auto;
    max-height: 750px;
  }

  .img-wrap.max-h {
    max-height: 750px;
  }

  .img-wrap.full-width {
    min-height: 500px;
    max-height: 550px;
  }

  .paragraph-wrap {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    position: static;
  }

  .paragraph-wrap.static.centred {
    align-items: flex-start;
    max-width: none;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .paragraph-wrap.static.centred.imvert {
    max-width: none;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .paragraph-wrap.par-servizi {
    margin-top: 60px;
    padding-bottom: 0;
  }

  .paragraph-wrap.center {
    width: 100%;
    max-width: none;
  }

  .paragraph-wrap.grid {
    justify-content: center;
    align-items: flex-start;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-small_wrapper.is-center {
    align-items: flex-start;
  }

  .container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
    max-width: none;
  }

  .container.is-vertical {
    flex-direction: column;
  }

  .container.servizi {
    flex-direction: column-reverse;
  }

  .container.invert {
    flex-flow: column-reverse;
  }

  .container.full {
    flex: 0 auto;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 600px;
    max-height: 650px;
  }

  .grid-contesto {
    min-height: 500px;
  }

  .footer {
    flex-direction: column;
  }

  .contatti-wrap.partner {
    justify-content: center;
    align-items: flex-start;
  }

  .contatti-div {
    width: 100%;
    padding: 10vw;
  }

  .contatti-div.form {
    padding: 10vw;
  }

  .div-block-9 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .div-block-10 {
    margin-top: 60px;
  }

  .x-close {
    top: 35px;
    right: 30px;
  }

  .menu-ico {
    cursor: pointer;
    background-image: url('../images/menu-burger.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: auto 0% auto auto;
  }

  .list-contain {
    z-index: 3;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #28282df2;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .close-menu {
    cursor: pointer;
    background-image: url('../images/x-close.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: 25px 20px auto auto;
  }

  .ancora {
    width: 1px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer_map {
    width: 100%;
    height: 350px;
  }

  .grid-sez-contesto {
    min-height: 500px;
  }

  .grid-gallery {
    grid-template-rows: 550px 550px 550px;
    grid-template-columns: 1fr;
  }

  .video-wrap {
    width: 100%;
    height: auto;
  }

  .video-wrap.horizontal.servizi-page {
    width: auto;
  }

  .video-wrap.servizi {
    width: 100%;
    height: auto;
  }

  .video-wrap.oasi-urbana {
    width: 100%;
  }

  .video-wrap.dettaglio {
    height: auto;
  }

  .video-wrap.naviglio {
    width: 100%;
    height: auto;
    max-height: 750px;
  }

  .video-wrap.max-h {
    max-height: 750px;
  }

  .card_component {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: auto;
    min-width: 450px;
    max-width: 500px;
  }

  .grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-auto-columns: 1fr;
  }

  .contatti {
    flex-direction: column;
  }

  .dropdown_list {
    background-color: var(--color-palette--soft-beige);
  }

  .form_field-2 {
    z-index: 2;
    line-height: 20px;
  }

  .form_field-2.is-message {
    z-index: 1;
  }

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

  .div-block-14 {
    width: 90%;
  }

  .left-arrow {
    left: -80px;
  }

  .right-arrow {
    right: -80px;
  }

  .map_container {
    aspect-ratio: auto;
    flex-flow: column;
    min-width: auto;
    max-height: none;
  }

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

  .pin_wrap {
    height: auto;
    display: flex;
  }

  .pin_icon {
    line-height: 14px;
  }

  .legenda_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    padding-right: 0;
    display: grid;
    overflow: visible;
  }

  .img-wrap-2 {
    width: 100%;
    height: auto;
  }

  .img-wrap-2.is-map {
    height: 60vw;
    min-height: 500px;
    max-height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .section.bg-beige {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .header_component.is-gallery {
    height: auto;
    min-height: auto;
  }

  .logo_wrapper {
    height: 70px;
  }

  .heading-large {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-wrap {
    justify-content: center;
    align-items: center;
    max-width: 500px;
  }

  .heading-wrap.contesto {
    max-width: none;
  }

  .paragraph {
    margin-bottom: 30px;
  }

  .img-wrap {
    min-height: 500px;
    max-height: 550px;
  }

  .paragraph-wrap.grid {
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding: 10vw;
  }

  .heading-medium {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-small_wrapper {
    margin-bottom: 30px;
  }

  .container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .container.is-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .container.full {
    min-height: auto;
    max-height: none;
  }

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

  .contatti-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: auto;
  }

  .contatti-wrap.partner {
    justify-content: center;
    align-items: flex-start;
  }

  .contatti-contain.last {
    margin-bottom: 0;
  }

  .div-block-9 {
    flex-direction: column;
  }

  .div-block-10 {
    margin-top: 40px;
  }

  .link-note_wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .x-close {
    top: 30px;
    right: 25px;
  }

  .form-block {
    width: 90%;
    min-width: 300px;
  }

  .menu-ico, .close-menu {
    width: 45px;
    height: 45px;
  }

  .ancora {
    top: -91px;
  }

  .grid-gallery {
    grid-template-rows: 450px 450px 450px;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .ico-servizi.bici {
    width: 100px;
    height: 80px;
  }

  .ico-servizi.conciergerie, .ico-servizi.palestra {
    width: 80px;
    height: 80px;
  }

  .ico-servizi.sala {
    width: 100px;
    height: 80px;
  }

  .ico-servizi.lockers {
    width: 80px;
    height: 80px;
  }

  .heading-small.intro {
    font-size: 14px;
    line-height: 24px;
  }

  .slide_caption {
    font-size: 18px;
  }

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

  .heading-medium-tipo {
    margin-bottom: 30px;
  }

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

  .pittogramma-bronzo {
    width: 70px;
  }

  .form_field-2 {
    margin-bottom: 15px;
  }

  .left-arrow {
    left: 0;
  }

  .right-arrow {
    right: 0;
  }

  .img-wrap-2.is-map {
    min-height: 350px;
    max-height: 400px;
  }

  .pin_txt {
    line-height: 20px;
  }

  .icon-map {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 60px 40px;
  }

  .section.white {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.full-img {
    height: 40vh;
    min-height: 250px;
    max-height: 300px;
  }

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

  .navbar-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .logo_wrapper.w--current {
    width: 80px;
    height: 70px;
  }

  .logo_wrapper.is-footer.w--current {
    width: 90px;
  }

  .heading-large {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-wrap {
    justify-content: center;
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-wrap.appartamenti {
    max-width: 300px;
  }

  .heading-wrap.servizi, .heading-wrap.contesto {
    max-width: 320px;
  }

  .heading-intro {
    max-width: 300px;
  }

  .img-wrap {
    min-height: 350px;
    max-height: 400px;
  }

  .img-wrap.oasi-urbana {
    min-height: 300px;
  }

  .img-wrap.map {
    height: 100%;
    min-height: auto;
    max-height: none;
  }

  .img-wrap.full-width {
    min-height: 300px;
    max-height: 400px;
  }

  .paragraph-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .paragraph-wrap.static.centred, .paragraph-wrap.static.centred.imvert, .paragraph-wrap.par-servizi {
    margin-top: 40px;
  }

  .heading-medium, .heading-medium.black {
    text-align: left;
  }

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

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

  .grid-contesto {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    min-height: 300px;
  }

  .contatti-wrap.partner {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .contact_heading {
    text-align: center;
    font-size: 16px;
  }

  .contatti-contain.margin-right {
    margin-right: 0;
  }

  .contatti-div {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .x-close {
    top: 30px;
  }

  .form-block {
    min-width: auto;
    max-width: none;
  }

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

  .grid-mb {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .grid-sez-contesto {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    min-height: 300px;
  }

  .line-hero {
    margin-top: 20px;
  }

  .heading-small.dark {
    text-align: center;
    line-height: 20px;
  }

  .div-block-11 {
    flex-direction: column;
  }

  .button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-2.center.neg.disclaimer {
    font-size: 13px;
  }

  .video-wrap.oasi-urbana {
    min-height: 300px;
  }

  .card_lighbox {
    width: 100%;
  }

  .image_lightbox {
    height: 24rem;
  }

  .card_item {
    height: 100%;
  }

  .card_component {
    grid-template-columns: 1fr;
    min-width: auto;
    max-width: none;
    height: 100%;
  }

  .heading-medium-tipo, .heading-medium-tipo.black {
    text-align: left;
  }

  .div-block-13 {
    min-height: 300px;
    max-height: 350px;
  }

  .form_wrapper {
    width: 100%;
  }

  .form_container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-14 {
    width: 100%;
  }

  .left-arrow {
    width: 60px;
  }

  .icon-slider {
    width: 35px;
    height: 35px;
  }

  .right-arrow {
    width: 60px;
  }

  .map_legenda_container {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .legenda_wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .img-wrap-2.is-map {
    height: 200px;
    min-height: auto;
    max-height: none;
  }

  .icon-map {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .navigation {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

#w-node-_3b533f7d-4c6e-71f7-d03b-78b6a240e3fc-2fb404f4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3b533f7d-4c6e-71f7-d03b-78b6a240e3fe-2fb404f4, #w-node-_3b533f7d-4c6e-71f7-d03b-78b6a240e400-2fb404f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ac06fe1-be66-a08f-4865-1f861f06df31-2fb404f4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f31d9643-940a-4d27-eb24-c0ce4f94619d-2fb404f4, #w-node-bac5509f-77c0-f42d-77f6-b10c2089593e-2fb404f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dcecd10-f2d8-0dce-8b39-00234b681e9f-2fb404f4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4182ce6f-0575-b381-0ee0-6f9a3f11b0bc-2fb404f4 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_1f84d44f-cb22-ec5d-98aa-b36493805556-2fb404f4 {
  grid-area: 1 / 2 / 4 / 3;
  justify-self: center;
}

#w-node-_2aad4190-9ef4-0c2d-7106-e448498ef3f1-2fb404f4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fd77d53d-6bd2-00d2-f10f-1aa06f1d2486-2fb404f4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4ecec253-1b0a-dda4-7f01-c48aaf8a0f09-af8a0ed6, #w-node-_4ecec253-1b0a-dda4-7f01-c48aaf8a0f15-af8a0ed6, #w-node-_4ecec253-1b0a-dda4-7f01-c48aaf8a0f4d-af8a0ed6, #policyFlagsContainer.w-node-_4ecec253-1b0a-dda4-7f01-c48aaf8a0f50-af8a0ed6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4ecec253-1b0a-dda4-7f01-c48aaf8a0f53-af8a0ed6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_4ecec253-1b0a-dda4-7f01-c48aaf8a0f54-af8a0ed6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_1dcecd10-f2d8-0dce-8b39-00234b681e9f-2fb404f4, #w-node-_4182ce6f-0575-b381-0ee0-6f9a3f11b0bc-2fb404f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1f84d44f-cb22-ec5d-98aa-b36493805556-2fb404f4 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_2aad4190-9ef4-0c2d-7106-e448498ef3f1-2fb404f4, #w-node-fd77d53d-6bd2-00d2-f10f-1aa06f1d2486-2fb404f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4ecec253-1b0a-dda4-7f01-c48aaf8a0f09-af8a0ed6, #w-node-_4ecec253-1b0a-dda4-7f01-c48aaf8a0f15-af8a0ed6, #w-node-_4ecec253-1b0a-dda4-7f01-c48aaf8a0f4d-af8a0ed6, #policyFlagsContainer.w-node-_4ecec253-1b0a-dda4-7f01-c48aaf8a0f50-af8a0ed6, #w-node-_4ecec253-1b0a-dda4-7f01-c48aaf8a0f53-af8a0ed6 {
    grid-column: span 1 / span 1;
  }
}


