@font-face {
  font-family: Gerstner Programm;
  src: url('../fonts/Gerstner-Programm-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gerstner Programm;
  src: url('../fonts/Gerstner-Programm-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ivartext;
  src: url('../fonts/IvarText-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gerstner;
  src: url('../fonts/Gerstner-ProgrammBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gerstner;
  src: url('../fonts/Gerstner-ProgrammRegular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #33271f;
  --white: white;
  --cta: #b8ccc2;
  --color-1: #f2efeb;
  --color-2: #ccada3;
  --color-3: #a89994;
  --black: black;
  --color-4: #b8ccc2;
}

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

body {
  color: var(--dark);
  font-family: avenir-next-lt-pro, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gerstner Programm, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #33271fb8;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

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

p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

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

li {
  line-height: 1.3;
}

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: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

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

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

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

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

.section.is-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.section.is-technical-txt {
  z-index: 1;
  text-align: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 10%;
}

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

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

.navbar {
  z-index: 2;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 12px;
  display: flex;
  position: fixed;
  inset: 0% 0 auto;
}

.navbar-wrap {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.logo_wrapper {
  max-width: 180px;
}

.logo_wrapper.color {
  position: absolute;
}

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

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

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

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

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

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

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

.nav_link {
  letter-spacing: 2px;
  border-bottom: 1px solid #0000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: border-color .3s;
}

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

.bg_navbar {
  z-index: -1;
  background-color: var(--color-1);
  border-bottom: 1px solid #0000001a;
  flex: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.text-cta-nav {
  letter-spacing: .6px;
}

.cta-nav {
  border: 1px solid var(--cta);
  border-radius: 200px;
  padding: 15px 30px;
  text-decoration: none;
  transition: background-color .3s;
}

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

.heading-large {
  text-align: center;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gerstner, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.heading-wrap {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 800px;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.cta-scroll {
  z-index: 3;
  width: 50px;
  height: 60px;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../images/Line_Vert_02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.lottie-animation {
  width: 80%;
  height: 80px;
  transform: rotate(90deg);
}

.heading-intro {
  letter-spacing: 1px;
  font-size: 32px;
  line-height: 40px;
}

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

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

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

.img-wrap {
  overflow: hidden;
}

.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._50vw {
  width: 50vw;
  height: 35vw;
  min-height: 500px;
}

.img-wrap.is-full {
  width: 100%;
  height: 50vw;
}

.img-wrap.is-map {
  flex: 1;
  height: 40vw;
  min-height: 500px;
}

.paragraph-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  margin: 100px 5vw auto;
  padding-bottom: 40px;
  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;
}

.heading-medium {
  max-width: 400px;
  margin-bottom: 20px;
  font-weight: 400;
}

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

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

.heading-medium.max300 {
  max-width: 300px;
}

.heading-medium.is-form {
  margin-bottom: 60px;
}

.heading-medium.max350 {
  max-width: 350px;
}

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

.heading-small_wrapper {
  margin-bottom: 40px;
  line-height: 1;
}

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

.container {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10vw;
  margin-bottom: 7vw;
  display: flex;
}

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

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

.container.invert {
  flex-direction: row-reverse;
}

.container.is-intro {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.container.is-center, .container.is-intro {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container._90vw {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
}

.container._90vw._0bot {
  margin-bottom: 0;
}

.container._90vw.is-tech {
  max-width: 1300px;
  margin: 0 auto;
}

.container._0top {
  margin-top: 0;
}

.container._0margin {
  background-color: #f8f8f8;
  margin-top: 0;
  margin-bottom: 0;
}

.container.is-map {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  flex-flow: column;
  align-items: center;
  margin-bottom: 0;
}

.container.is-technical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
}

.container.is-intro-copy {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.container.is-myform {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.cta {
  background-color: var(--color-2);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 10px 50px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.cta:where(.w-variant-57ac776a-798c-78b9-2a70-53751dc0af03) {
  background-color: var(--cta);
  color: var(--dark);
}

.cta:where(.w-variant-3faa33a0-51ab-6b89-6cad-4f5cc356f97f) {
  background-color: var(--color-3);
}

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

.cta:hover:where(.w-variant-57ac776a-798c-78b9-2a70-53751dc0af03), .cta:hover:where(.w-variant-3faa33a0-51ab-6b89-6cad-4f5cc356f97f) {
  background-color: var(--color-2);
}

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

.cta.is-dark:hover {
  background-color: var(--color-2);
}

.cta.is-dark-copy {
  background-color: var(--color-3);
  color: var(--color-1);
}

.cta.is-dark-copy:hover {
  background-color: var(--color-2);
}

.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(--dark);
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.contatti-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

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

.contatti-contain {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

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

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

.contatti-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 60px 60px 40px;
  display: flex;
}

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

.div-block-9 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  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(--white);
  letter-spacing: 1px;
  margin-left: 12px;
  font-family: korolev-condensed;
  font-weight: 400;
}

.form_field {
  max-width: 600px;
  color: var(--white);
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #ffffff80;
  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(--white);
  margin-bottom: 10px;
  font-family: neuzeit-grotesk;
  font-size: 12px;
}

.submit-button {
  border: 1px solid var(--cta);
  min-width: 200px;
  color: var(--white);
  letter-spacing: 1px;
  background-color: #0000;
  border-radius: 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(--cta);
  color: var(--dark);
}

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

.title-form {
  color: var(--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;
}

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

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

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

.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(--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(--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(--white);
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.line-hero {
  background-color: var(--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(--cta);
  background-color: var(--cta);
}

.heading-small {
  letter-spacing: 1px;
  max-width: 600px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

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

.heading-small.max500 {
  max-width: 500px;
}

.div-block-11 {
  flex-direction: row;
  display: flex;
}

.par-large {
  max-width: 450px;
  font-size: 16px;
  line-height: 22px;
}

.par-large.max400 {
  color: #948981;
  max-width: 400px;
}

.par-large.max400.b {
  color: #584c47;
}

.par-large.max300 {
  max-width: 300px;
}

.par-large.is-auto {
  max-width: none;
}

.par-large.max600 {
  max-width: 600px;
  color: var(--dark);
}

.header_hover {
  z-index: 2;
  background-image: linear-gradient(#00000080 5%, #0000 40% 60%, #0009);
  position: absolute;
  inset: 0;
  overflow: hidden;
}

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

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

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

.icon_info {
  width: 20px;
  height: 20px;
  color: var(--cta);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.txt_wrap.is-center.is-negative {
  color: var(--white);
}

.txt_wrap.is-intro {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.txt_wrap.is-intro.is-realtive {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100px;
}

.txt_wrap.is-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.img_wrap.is-intro {
  width: 70vw;
  height: 35vw;
}

.img_wrap.is-card {
  justify-content: center;
  align-items: center;
  height: 17vw;
  min-height: 200px;
  display: flex;
  position: relative;
}

.img_wrap.interior_01 {
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 49vw;
  min-height: 500px;
  display: flex;
  overflow: hidden;
}

.img_wrap.is-place_05 {
  border: 30px solid var(--color-1);
  justify-content: center;
  align-items: center;
  width: 40vw;
  max-width: 1000px;
  height: 47vw;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.img_wrap.place_04 {
  height: 50vw;
  overflow: hidden;
}

.img_wrap.place_04.is-center {
  background-color: var(--dark);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vw;
  display: flex;
}

.img_wrap.place_06 {
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 46vw;
  min-height: 500px;
  display: flex;
  overflow: hidden;
}

.img_wrap.interior_02 {
  background-color: var(--color-3);
  justify-content: center;
  align-items: flex-end;
  width: 45vw;
  min-width: 500px;
  height: 43vw;
  min-height: 600px;
  display: flex;
  overflow: hidden;
}

.img_wrap.place_03 {
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 50vw;
  min-height: 500px;
  display: flex;
  overflow: hidden;
}

.img_wrap.place_02 {
  justify-content: center;
  align-items: center;
  width: 60vw;
  max-width: 1000px;
  height: 30vw;
  min-height: 600px;
  display: flex;
  overflow: visible;
}

.img_wrap.is-separator {
  flex: 1;
  width: 20vw;
  height: 30vw;
}

.img_wrap.is-separator.is-small {
  flex: 0 auto;
  width: 15vw;
}

.img_wrap.is-separator.is-small.eis-dev, .img_wrap.is-separator.is-dev {
  height: 20vw;
}

.img_wrap.is-grid {
  width: 25vw;
  height: 30vw;
}

.img_wrap.is-grid.is-smaller {
  width: 15vw;
}

.img_wrap.is-grid.is-10vw, .img_wrap.is-grid.is-big {
  width: 25vw;
}

.img_wrap.is-grid.is-small {
  width: 15vw;
}

.img_wrap.is-map {
  width: 100vw;
}

.img_wrap.is-place_05-copy {
  border: 30px solid var(--color-1);
  justify-content: center;
  align-items: center;
  width: 40vw;
  max-width: 1000px;
  height: 35vw;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.img_wrap.is-tab {
  background-color: var(--color-3);
  justify-content: center;
  align-items: center;
  width: 50vw;
  max-width: 1000px;
  height: 30vw;
  min-height: 600px;
  display: flex;
  overflow: hidden;
}

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

.subtitle-medium {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
}

.subtitle-medium.black {
  color: var(--dark);
}

.subtitle-medium.max500 {
  max-width: 500px;
}

.subtitle-medium.is-form {
  margin-bottom: 20px;
}

.tipo_container {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  width: 80vw;
  min-width: 980px;
  display: flex;
}

.tipo_card {
  background-color: #f8f8f8;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.card_txt_container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 2vw;
  display: flex;
}

.price {
  font-size: 20px;
}

.card_cta {
  z-index: 2;
  border: 1px solid var(--white);
  width: 40px;
  height: 40px;
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.card_txt_wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.card_txt_wrap.is-right {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.card_icon {
  width: 20px;
  height: 20px;
}

.card_overlay {
  z-index: 1;
  background-color: var(--dark);
  opacity: .6;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.card_info_wrap {
  justify-content: space-between;
  display: flex;
}

.euro {
  font-size: 15px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  margin-top: 60px;
}

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

.servizio_icon {
  width: 20px;
  height: 20px;
  color: var(--cta);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitle-medium-copy {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.subtitle-medium-copy.black {
  color: var(--dark);
}

.subtitle-medium-copy.max500 {
  max-width: 500px;
}

.servizio_txt {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.2;
}

.servizio_txt.black {
  color: var(--dark);
}

.servizio_txt.max500 {
  max-width: 500px;
}

.map_container {
  width: 100%;
  display: flex;
}

.map_legenda_container {
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 30vw;
  display: flex;
}

.legenda_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.pin_icon {
  width: 20px;
  height: 20px;
  color: var(--cta);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pin_txt {
  margin-top: 0;
  font-size: 17px;
  line-height: 1.2;
}

.pin_txt.black {
  color: var(--dark);
}

.pin_txt.max500 {
  max-width: 500px;
}

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

.footer_section {
  grid-row-gap: 4px;
  border-top: .5px solid var(--color-3);
  color: #80766f;
  background-color: #261d17;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  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.is-top {
  margin-bottom: 20px;
}

.footer_link {
  color: #a89994;
  cursor: pointer;
}

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

.form_link {
  color: var(--dark);
  text-decoration: underline;
}

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

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

.dropdown_choice.w--current {
  color: var(--dark);
  background-color: #ceddd6;
}

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

.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 {
  background-color: var(--color-1);
  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(--dark);
  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;
  border-color: black black var(--cta);
  background-color: var(--color-1);
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
}

.form_field-2:active, .form_field-2:focus {
  border-bottom-color: var(--color-2);
}

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

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

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

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

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

.form_label {
  margin-bottom: 0;
  font-family: Gerstner Programm, Arial, sans-serif;
  font-weight: 400;
}

.form_wrapper {
  background-color: var(--color-1);
  width: 45vw;
  min-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 5vw;
}

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

.button.is-submit {
  background-color: var(--color-2);
  letter-spacing: 1px;
  align-self: flex-start;
  width: 200px;
  height: 36px;
  font-size: 16px;
  transition: background-color .3s;
}

.button.is-submit:hover {
  background-color: var(--cta);
}

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

.form_section {
  background-color: var(--dark);
  background-image: radial-gradient(circle at 100% 0, #261d17, #261d1700 69%), linear-gradient(#261d17e6, #261d17e6), url('../images/BG_06.webp');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 7vw;
  padding-bottom: 7vw;
  display: flex;
  position: relative;
}

.div-block-13 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo_wrapper_footer {
  max-width: 200px;
}

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

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

.contact_info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact_icon {
  width: 25px;
  height: 25px;
  color: var(--color-3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact_wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--color-1);
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: color .3s;
  display: inline-flex;
}

.contact_wrap:hover {
  color: var(--cta);
}

.contact_txt {
  opacity: .8;
  margin-top: 0;
  line-height: 1.2;
}

.contact_txt.black {
  color: var(--dark);
}

.contact_txt.max500 {
  max-width: 500px;
}

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

.container-2.is-technical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

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

.button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  cursor: pointer;
  background-color: #a39bff;
  border: 1px solid #a39bff;
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none;
  transition: color .35s cubic-bezier(.25, .46, .45, .94), border-color .35s cubic-bezier(.25, .46, .45, .94), background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-2:hover {
  background-color: #5b4dff;
  border-color: #5b4dff;
}

.button-2.is-icon {
  color: #000;
  background-color: #a39bff00;
  border: 0 #0000;
  border-radius: 0;
  padding: 0;
}

.button-2.is-text {
  color: #000;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-color: #000;
  border-radius: 0;
  padding: 0;
}

.button-2.is-text:hover {
  color: #a39bff;
  border-bottom-color: #a39bff;
}

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

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

.note_txt {
  width: 100%;
}

.gdpr-technical {
  text-align: left;
  width: 100%;
}

.gdpr-technical h1 {
  color: var(--dark);
  font-family: Gerstner Programm, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

.gdpr-technical h2 {
  color: var(--dark);
  text-transform: none;
  font-size: 18px;
}

.gdpr-technical a {
  color: var(--dark);
  font-weight: 700;
}

.gdpr-technical p {
  font-size: 14px;
  line-height: 22px;
}

.gdpr-technical li {
  line-height: 22px;
}

.quote {
  color: var(--color-2);
  font-family: pd-americano-short, sans-serif;
  font-size: 25px;
}

.quote.max800 {
  max-width: 800px;
  color: var(--color-3);
}

.quote.max800.is-negativebot {
  margin-bottom: -3vw;
}

.quote.max800.is-abs {
  z-index: 2;
  color: var(--white);
  margin-bottom: 3vw;
  position: absolute;
}

.nav-list {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  width: 330px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.nav-list:where(.w-variant-4d687387-7451-7e92-4ff2-15ad10cd44bf) {
  display: none;
}

.nav-list.align-right {
  justify-content: flex-end;
  align-items: center;
}

.nav-list.align-right:where(.w-variant-4d687387-7451-7e92-4ff2-15ad10cd44bf) {
  display: none;
}

.nav-link_wrap_mobile {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #ede4dd;
  letter-spacing: 1px;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.hambuergeer_wrap {
  width: 40px;
  height: 40px;
  display: none;
}

.nav-link_wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-style: italic;
  text-decoration: none;
  display: flex;
}

.nav-list-mobile {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  width: 290.094px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.logo_wrap {
  justify-content: center;
  align-items: flex-start;
  width: 130px;
  height: 80px;
  display: flex;
  overflow: hidden;
}

.logo_wrap:where(.w-variant-4d687387-7451-7e92-4ff2-15ad10cd44bf) {
  width: 100px;
}

.nav-link-line {
  background-color: var(--cta);
  opacity: 1;
  width: 0;
  height: 1px;
}

.nav-link-line.w--current {
  width: 100%;
}

.navbar_bg {
  z-index: -1;
  background-color: var(--color-1);
  opacity: 0;
  background-image: none;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.item-nav {
  list-style-type: none;
}

.nav_link-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  font-style: normal;
}

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

.menu_mobile_wrap {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  width: 290.094px;
  margin-bottom: 0;
  padding-left: 0;
  display: none;
  position: static;
}

.nav_component {
  z-index: 10;
  grid-column-gap: 5vw;
  border-bottom: 1px solid #fff0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 12vh;
  min-height: 70px;
  padding-left: 7vw;
  padding-right: 7vw;
  font-size: 11px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_component:where(.w-variant-4d687387-7451-7e92-4ff2-15ad10cd44bf) {
  background-color: var(--dark);
}

.nav_shadow {
  z-index: -1;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 15px 1px #4a424012;
}

.page_wrapper-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.logo-navbar-img {
  height: 80px;
}

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

.div-block-14 {
  background-color: var(--color-1);
  opacity: .5;
  width: 1px;
  height: 100%;
}

.contact_wrap-2 {
  color: #4a4240;
  letter-spacing: 1px;
  white-space: nowrap;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.contact_wrap-2:hover {
  color: #9e7758;
}

.footer_contact_wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.logo_innovate {
  width: 300px;
}

.slide-amenities {
  background-color: #fff;
  width: 350px;
  margin-right: 20px;
}

.slide-amenities.is-small {
  background-color: #fff0;
  width: 100%;
}

.slide03_fake {
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}

.slide03_fake.last {
  justify-content: flex-start;
  margin-left: 20px;
  display: flex;
  left: 100%;
  right: auto;
}

.btn_wrap {
  color: #ede4dd;
  border: 1px solid #ede4dd80;
  border-radius: 50px;
  padding: 7px 30px;
  font-size: 14px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.btn_wrap:hover {
  color: #4a4240;
  background-color: #ede4dd;
  border-color: #ede4dd;
  padding-left: 40px;
  padding-right: 40px;
}

.btn_wrap.is-dark {
  color: #4a4240;
  border-color: #4a42404d;
}

.btn_wrap.is-dark:hover {
  color: #ede4dd;
  background-color: #4a4240;
}

.btn_wrap.is-amenity {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.btn_wrap.is-submit {
  color: #4a4240;
  background-color: #ede4dd00;
  border-color: #4a42404d;
}

.btn_wrap.is-submit:hover {
  color: #ede4dd;
  background-color: #4a4240;
  border-color: #4a4240;
}

.footer_logos_wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-top: 1px solid #4a42404d;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding-top: 50px;
  display: flex;
}

.footer_wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.par-m {
  max-width: 500px;
  font-size: 17px;
}

.par-m.is-developer {
  max-width: 830px;
}

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

.paragraph-2 {
  max-width: 450px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

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

.paragraph-2.align-center.white {
  color: #ede4dd;
  font-size: 17px;
  line-height: 1.4em;
  display: none;
}

.amenity_txt_wrap {
  color: #ede4dd;
  text-align: center;
  background-color: #1b1b1d;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.title-card {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 100;
  line-height: 28px;
}

.vimeo-01_wrapper {
  width: 100%;
  padding-top: 56.2%;
  position: relative;
}

.vimeo-01_wrapper.is-home {
  padding-top: 50%;
}

.placeholder_overlay {
  color: #ede4dd;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1b1b1d80;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.placeholder_overlay.align-bot {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
}

.placeholder_overlay.align-bot.is-darker {
  background-color: #1b1b1d99;
}

.title-italic {
  text-transform: none;
  font-style: italic;
  font-weight: 100;
}

.title-italic.is-white {
  color: #ede4dd;
}

.slide_point {
  background-color: #9e7758;
  border-radius: 100px;
  width: 10px;
  height: 10px;
}

.footer_contacts {
  white-space: nowrap;
}

.social_wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider_wrapper {
  width: 91%;
}

.slider_wrapper.is-small {
  width: 65vw;
}

.text-field {
  color: #9e7758;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #4a42404d;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  font-weight: 300;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  color: #9e7758;
  border-color: #bf9b65 #bf9b65 #9e7758;
}

.text-field.is-first-caps {
  text-transform: capitalize;
  font-weight: 300;
}

.contact_component {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.form {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.amenity_title {
  z-index: 3;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: 70px;
  font-size: 22px;
  line-height: 1.2;
  display: flex;
}

.text-number {
  color: #1b1b1d;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 750px;
  font-size: 20px;
  font-weight: 500;
}

.div-block-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.footer_component {
  grid-row-gap: 10vw;
  background-color: #4a4240;
  background-image: linear-gradient(#ede4dde6, #ede4dd00 79%, #ede4dde6), url('../images/noise_1noise.png'), linear-gradient(#ede4dde6, #ede4dde6), url('../images/BG_03.webp');
  background-position: 0 0, 0 0, 0 0, 50% 90%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, 220vw;
  flex-direction: column;
  align-items: center;
  padding-top: 15vw;
  padding-bottom: 50px;
  display: flex;
}

.subtitle-m {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

.subtitle-m.is-form {
  color: #715748;
  letter-spacing: 0;
  text-transform: none;
  padding-left: 20px;
  font-size: 20px;
  font-style: italic;
  font-weight: 100;
}

.div-block-84 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.btn_icon {
  width: 20px;
  height: 20px;
}

.img_cover-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img_cover-2._01 {
  filter: saturate(80%);
  background-image: url('../images/IMG_4112.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img_cover-2._07 {
  filter: saturate(40%);
  background-image: url('../images/Emo_11webp.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img_cover-2._06 {
  filter: saturate(70%);
  background-image: url('../images/Emo_09.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img_cover-2._03 {
  filter: saturate(80%);
  background-image: url('../images/IMG_4061.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img_cover-2._09 {
  filter: saturate(60%);
  background-image: url('../images/Emo_23.webp');
  background-position: 71%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img_cover-2._08 {
  filter: saturate(80%);
  background-image: url('../images/BG_10.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img_cover-2._09-b {
  filter: saturate(60%);
  background-image: url('../images/Emo_23.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img_cover-2._04 {
  filter: saturate(80%);
  background-image: url('../images/IMG_4117.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img_cover-2.is-map {
  width: 100vw;
  position: static;
}

.img_cover-2._05 {
  filter: saturate(60%);
  background-image: url('../images/Serv_02.webp');
  background-position: 71%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img_cover-2._02 {
  background-image: url('../images/IMG_3945.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img_cover-2.is-top {
  object-position: 50% 30%;
}

.amenity_wrap-nolightbox {
  cursor: pointer;
  background-color: #1b1b1d;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.par-l {
  max-width: 600px;
  font-size: 17px;
}

.par-l.is-center {
  max-width: 360px;
}

.par-l.max620 {
  max-width: 620px;
}

.div-block-86 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.section-2 {
  width: 100%;
  position: relative;
}

.section-2.is-location-var {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #ede4dd;
  background-color: #4a4240;
  background-image: linear-gradient(#beaa9a, #fff0 23%), url('../images/video-noise_1video-noise.png'), linear-gradient(#ede4dd, #ede4dd00), url('../images/Map_BG_01.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vw;
  display: flex;
}

.section-2.is-services {
  padding-bottom: 5vw;
}

.section-2.is-intro {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  color: #4a4240;
  background-image: linear-gradient(#f2efeb00, #f2efeb), linear-gradient(#f2efebb3, #f2efebb3), url('../images/BG_02.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.section-2.is-interior {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  background-image: linear-gradient(#ccada399, #ccada399), url('../images/BG_02.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-flow: column;
  padding-top: 7vw;
  padding-bottom: 7vw;
  display: flex;
}

.section-2.is-pad {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  background-image: linear-gradient(#f2efeb, #f2efeb4d 40%, #f2efeb33 79%, #f2efeb), url('../images/BG_4.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  padding-top: 7vw;
  padding-bottom: 10vw;
  display: flex;
}

.section-2.is-developer {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  background-color: #1b1b1d;
  background-image: linear-gradient(#4a4240f2, #4a4240f2), url('../images/noise_1noise.png'), url('../images/BG_04.webp');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  display: flex;
}

.section-2.is-developer.is-myform {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
}

.section-2.is-progetto {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  color: #ede4dd;
  background-color: #261d17;
  background-image: radial-gradient(circle at 0 100%, #261d17, #261d1733 60%), radial-gradient(circle at 100% 0, #261d17, #261d1700), linear-gradient(#261d17e6, #261d17e6), url('../images/BG_06.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7vw;
  padding-bottom: 10vw;
  display: flex;
}

.section-2.is-location {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #ede4dd;
  background-color: #4a4240;
  background-image: url('../images/video-noise_1video-noise.png'), linear-gradient(#ede4dd, #ede4dd00), url('../images/Map_BG_01.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vw;
  display: flex;
}

.section-2.is-location.pad-bot {
  padding-bottom: 10vw;
}

.section-2.is-nature {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  text-align: center;
  background-image: radial-gradient(circle at 0 0, #f2efeb, #f2efeb00 40%), linear-gradient(#f2efeb80, #f2efeb80), url('../images/BG_02.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 7vw;
  padding-bottom: 7vw;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  color: #4a4240;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.title-s {
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 750px;
  font-size: 14px;
  font-weight: 500;
}

.title-s.is-800 {
  max-width: 790px;
}

.amenities-hover {
  background-color: #4a424040;
  background-image: linear-gradient(#00000080, #0000 49%, #00000080);
  position: absolute;
  inset: 0%;
}

.mask-slide-amenities {
  width: 350px;
  position: relative;
  overflow: visible;
}

.mask-slide-amenities.is-small {
  width: 250px;
}

.txt_wrap-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
}

.txt_wrap-2.is-develoer {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  color: #ede4dd;
}

.txt_wrap-2.is-absolute {
  z-index: 3;
  color: #fff;
  position: absolute;
}

.txt_wrap-2.is-contact {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  min-width: 300px;
  padding-left: 0;
  padding-right: 0;
}

.txt_wrap-2.is-white {
  color: #ede4dd;
}

.txt_wrap-2.align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.txt_wrap-2.align-left.is-white {
  color: #ede4dd;
}

.txt_wrap-2.is-card {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 50px 30px;
  position: absolute;
}

.title-l {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1;
}

.title-l.is-center {
  min-width: 380px;
}

.title-l.is-white {
  color: #ede4dd;
}

.title-l.max500 {
  max-width: 700px;
}

.vimeo-01_iframe {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.vimeo-01_component {
  width: 100%;
}

.vimeo-01_component.is-home {
  background-color: #4a4240;
  width: 100%;
}

.map_overlay {
  z-index: 1;
  -webkit-backdrop-filter: saturate(80%);
  backdrop-filter: saturate(80%);
  position: absolute;
  inset: 0%;
}

.amenity_wrap {
  cursor: pointer;
  background-color: #1b1b1d;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-83 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  min-width: 180px;
  display: flex;
}

.amenity_txt_overlay {
  z-index: 2;
  background-image: linear-gradient(#4a424000, #4a424033 35% 65%, #4a424000);
  position: absolute;
  inset: 0%;
}

.slider_arrow {
  opacity: .8;
  color: #9e7758;
  border: 1px solid #9e7758;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider_arrow.left {
  border-style: solid;
  right: 70px;
}

.div-block-33 {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin: 40px;
  display: flex;
  position: relative;
}

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

.tile-emotions-img.align-right {
  object-position: 70% 50%;
}

.slider_container {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 35vw;
  display: flex;
}

.slider_container.is-extra-small {
  width: auto;
  max-width: 250px;
}

.small-logo {
  width: 130px;
}

.footer_logo {
  justify-content: center;
  align-items: center;
  width: 150px;
  display: flex;
}

.slider-amenities {
  background-color: #0000;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 550px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.slider-amenities.is-small {
  height: auto;
}

.par-card {
  color: #c09d80;
  letter-spacing: .5px;
  text-transform: none;
  max-width: 300px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.form_component {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 50px;
}

.amenity_overlay {
  z-index: 2;
  background-color: #4a424080;
  position: absolute;
  inset: 0%;
}

.amenities-bg {
  position: absolute;
  inset: 0%;
}

.subtitle-l {
  letter-spacing: 4px;
  text-transform: uppercase;
  max-width: 800px;
}

.subtitle-l.max900 {
  max-width: 900px;
}

.amenity_img_wrap {
  width: 100%;
  height: 20vw;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.field_div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.anchor_box-2 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -8vh;
  left: 0;
}

.anchor_box-2.is-services {
  top: -8.2vh;
}

.slide-ameniries-nav {
  display: none;
}

.social {
  color: #4a4240;
}

.social.is-x {
  background-color: #4a4240;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  margin-right: 4px;
  display: flex;
}

.container-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.container-3.is-services {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 950px;
  padding-right: 0;
  position: relative;
}

.container-3.is-horiz {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  min-width: 950px;
  padding-right: 0;
  position: relative;
}

.container-3.is-horiz.is-right {
  grid-row-gap: 10vw;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.container-3.is-horiz.display-none {
  display: none;
}

.container-3.is-horiz.is-card {
  grid-row-gap: 10vw;
  background-color: var(--color-1);
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
}

.container-3.is-img-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color-3);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.container-3.is-img-grid.display-none {
  display: none;
}

.container-3.is-residence {
  flex-flow: wrap;
  max-width: 910px;
}

.container-3.is-developer {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 950px;
  position: relative;
}

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

.container-3.is-intro.is-full {
  width: 100%;
}

.container-3.is-location {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

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

.icon_social {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.icon_social.is-x {
  width: 15px;
  height: 12px;
}

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

.subtitle-s {
  letter-spacing: 1px;
  font-size: 20px;
  font-style: italic;
  font-weight: 100;
}

.slider-amenities_container {
  opacity: 1;
  background-color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 100%;
  margin-right: 20px;
  font-size: 2em;
  text-decoration: none;
  transition: opacity .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

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

.slider-amenities_container.is-small {
  background-color: #fff0;
  width: 100%;
}

.div-block-36 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.slider.is-small {
  border: 30px solid #ccada380;
  width: 40vw;
  min-width: 500px;
  max-width: 800px;
  height: 25vw;
  min-height: 380px;
  max-height: 500px;
}

.is-light {
  color: var(--color-2);
}

.slider-arrow {
  background-color: var(--cta);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 36px;
  transition: background-color .3s;
  display: flex;
  inset: auto auto -56px 0%;
}

.slider-arrow:hover {
  background-color: var(--color-2);
}

.slider-arrow.right {
  left: 60px;
}

.slider-arrow.right.is-more {
  left: 30px;
}

.slider-arrow.is-more {
  bottom: -80px;
  left: -30px;
}

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

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

.is-light02 {
  color: var(--cta);
}

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

.tabs {
  background-color: var(--color-1);
  width: 100%;
}

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

.tab-title {
  color: var(--color-3);
  background-color: #e8e4e1;
  background-image: url('../images/Line_04.svg');
  background-position: 50% 95px;
  background-repeat: no-repeat;
  background-size: 70px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 60px;
  font-family: Gerstner Programm, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: flex;
}

.tab-title.w--current {
  color: var(--dark);
  background-color: #f2efeb;
  background-image: url('../images/Line_02.svg');
}

.tab_wrap {
  background-color: var(--color-1);
}

.text-block {
  background-image: url('../images/Line_01.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 70px;
  padding-bottom: 15px;
}

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

.quote-cap {
  max-width: 800px;
  color: var(--color-3);
  text-transform: uppercase;
  font-family: Gerstner Programm, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.quote-cap.is-abs {
  z-index: 2;
  max-width: 700px;
  color: var(--color-1);
  position: absolute;
}

.footer_partner_container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: left;
  flex-flow: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.partner__container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  min-width: 120px;
  display: flex;
  position: relative;
}

.footer_heading {
  color: #e4dece;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.logo-partner_wrapper {
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 70px;
  display: flex;
}

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

.logo-text {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  font-weight: 500;
}

.logo-responsive-menu {
  justify-content: center;
  align-items: flex-start;
  width: 130px;
  height: 80px;
  display: none;
  overflow: hidden;
}

.logo-responsive-menu:where(.w-variant-4d687387-7451-7e92-4ff2-15ad10cd44bf) {
  width: 100px;
}

.logo-responsive-menu.w--current {
  display: none;
}

.logo-navbar-img-copy {
  height: 80px;
}

.code-embed {
  margin-left: auto;
  margin-right: auto;
}

.flag_prenota {
  z-index: 10;
  border: 10px solid var(--color-1);
  background-color: var(--cta);
  height: 50px;
  color: var(--black);
  text-transform: uppercase;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
  text-decoration: none;
  transition: background-color .4s;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 10px 1px #0003;
}

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

@media screen and (max-width: 991px) {
  .section.is-technical-txt {
    padding-top: 100px;
  }

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

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

  .logo_wrapper {
    height: 60px;
  }

  .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 {
    height: 45px;
    color: var(--white);
    font-size: 30px;
    line-height: 35px;
  }

  .nav_link:hover {
    border-bottom-style: none;
  }

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

  .text-cta-nav {
    color: var(--white);
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
  }

  .cta-nav {
    border: 0 #0000;
    padding: 0;
  }

  .cta-nav:hover {
    background-color: #0000;
  }

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

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

  .cta-scroll {
    height: 80px;
  }

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

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

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

  .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._50vw.is-servizi {
    min-height: 600px;
  }

  .img-wrap.is-map {
    flex: 0 auto;
    height: 55vw;
    min-height: auto;
  }

  .paragraph-wrap {
    max-width: none;
    margin-top: 60px;
    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;
  }

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

  .container {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .container.is-vertical {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: column;
  }

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

  .container.invert {
    flex-direction: column;
  }

  .container._0margin {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    padding-left: 5vw;
  }

  .container._5vw-tablet {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    padding-right: 5vw;
  }

  .container.is-map {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: column;
  }

  .container.is-myform {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .footer {
    flex-direction: column;
  }

  .contatti-div {
    width: 100%;
  }

  .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;
    height: 100vh;
    padding-top: 60px;
    padding-bottom: 60px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .close-menu {
    width: 30px;
    height: 30px;
    color: var(--white);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: 25px 5vw auto auto;
  }

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

  .heading-small.is-header {
    margin-bottom: 60px;
  }

  .par-large.max400 {
    max-width: none;
  }

  .icon_menu {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
  }

  .txt_wrap.is-intro {
    width: 80%;
  }

  .img_wrap.is-intro {
    width: 90vw;
    height: 50vw;
  }

  .img_wrap.is-card {
    height: 23vw;
  }

  .img_wrap.interior_01 {
    min-height: auto;
  }

  .img_wrap.is-place_05 {
    display: none;
  }

  .img_wrap.place_04 {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
  }

  .img_wrap.place_04.is-center {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 350px;
  }

  .img_wrap.place_06 {
    min-height: auto;
  }

  .img_wrap.interior_02 {
    aspect-ratio: 2 / 2.5;
    width: auto;
    min-width: auto;
  }

  .img_wrap.place_03 {
    min-height: auto;
  }

  .img_wrap.place_02 {
    order: -1;
    width: 80vw;
    height: 45vw;
    min-height: auto;
  }

  .img_wrap.place_02.is-slider {
    width: 100%;
    max-width: none;
    height: auto;
    padding-bottom: 80px;
  }

  .img_wrap.is-separator.is-small.eis-dev, .img_wrap.is-separator.is-dev {
    height: 30vw;
  }

  .img_wrap.is-grid {
    flex: 1;
    height: 40vw;
  }

  .img_wrap.is-grid.is-smaller {
    width: 20vw;
  }

  .img_wrap.is-grid.is-10vw {
    flex: 1;
    width: 20vw;
  }

  .img_wrap.is-grid.is-big {
    flex: 1;
    width: auto;
  }

  .img_wrap.is-grid.is-small {
    width: 20vw;
  }

  .img_wrap.is-place_05-copy {
    display: none;
  }

  .img_wrap.is-tab {
    order: -1;
    width: 100%;
    height: 45vw;
    min-height: auto;
  }

  .tipo_container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    width: 90vw;
    min-width: auto;
  }

  .tipo_card {
    min-width: 33%;
  }

  .map_container {
    flex-flow: column;
    min-width: auto;
  }

  .map_legenda_container {
    width: 100%;
  }

  .legenda_wrap {
    flex-flow: wrap;
    padding: 40px;
  }

  .pin_wrap {
    flex: 1;
    min-width: 30%;
  }

  .footer_section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .form_wrapper {
    width: 100%;
    min-width: auto;
    margin-top: 0;
    margin-bottom: auto;
    margin-right: auto;
  }

  .form_section {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-13 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    order: -9999;
  }

  .logo_wrapper_footer {
    height: 60px;
  }

  .contact_info {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .contact_icon {
    width: 20px;
    height: 20px;
  }

  .contact_txt {
    font-size: 18px;
  }

  .quote {
    font-size: 20px;
  }

  .nav-list {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-list:where(.w-variant-1216c129-3403-bc3c-6c8a-41a1d232cacb), .nav-list.align-right:where(.w-variant-e0722af3-6a6d-39d4-0fd1-251160622da4), .nav-list.align-right.navbar-main-14, .nav-list.navbar-main {
    display: none;
  }

  .nav-link_wrap_mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hambuergeer_wrap {
    color: #fff;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .hambuergeer_wrap:where(.w-variant-4d687387-7451-7e92-4ff2-15ad10cd44bf) {
    display: none;
  }

  .nav-link_wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-list-mobile {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .logo_wrap {
    width: 100px;
    height: 70px;
  }

  .logo_wrap:where(.w-variant-4d687387-7451-7e92-4ff2-15ad10cd44bf) {
    width: 93px;
  }

  .close_wrap {
    color: #fff;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 27px;
    right: 40px;
  }

  .nav-link-line {
    max-width: 60px;
  }

  .item-nav {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav_link-2 {
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 25px;
    font-weight: 300;
    display: flex;
  }

  .icon-embed-xxsmall-2 {
    width: 30px;
    height: 30px;
  }

  .menu_mobile_wrap {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    background-color: #4a4240;
    background-image: linear-gradient(#4a4240d9, #4a4240d9), url('../images/video-noise_1video-noise.png'), url('../images/BG_04.webp');
    background-position: 0 0, 0 0, 0%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 200vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav_component {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    min-height: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact_wrap-2 {
    justify-content: center;
    align-items: center;
  }

  .footer_logos_wrap {
    justify-content: center;
  }

  .footer_wrap {
    justify-content: center;
    align-items: center;
  }

  .par-m.is-developer {
    max-width: none;
  }

  .footer_contacts {
    text-align: center;
  }

  .contact_component {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .amenity_title {
    text-align: center;
  }

  .footer_component {
    background-image: linear-gradient(180deg, #ede4dde6, #ede4dd00 79%, #ede4dde6), url('../images/noise_1noise.png'), linear-gradient(to bottom, null, null), url('../images/BG_03.webp');
    background-size: auto, auto, auto, cover;
  }

  .amenity_wrap-nolightbox {
    flex: 1;
    width: 40vw;
    min-width: 40vw;
  }

  .par-l.is-center {
    text-align: center;
  }

  .section-2.is-interior {
    padding-bottom: 5vw;
  }

  .section-2.pad-bot-responsive {
    padding-bottom: 0;
  }

  .txt_wrap-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .txt_wrap-2.is-contact {
    justify-content: center;
    align-items: center;
  }

  .title-l.is-center {
    text-align: center;
  }

  .amenity_wrap {
    flex: 1;
    width: 40vw;
    min-width: 40vw;
  }

  .div-block-33 {
    justify-content: center;
    align-items: center;
  }

  .slider_container {
    width: 45vw;
  }

  .slider-amenities {
    height: 400px;
  }

  .form_component {
    justify-content: center;
    align-items: center;
    max-width: 600px;
    padding-right: 0;
    display: flex;
  }

  .subtitle-l.max900 {
    letter-spacing: 4px;
    max-width: 700px;
  }

  .container-3.is-services {
    min-width: auto;
    padding-bottom: 5vw;
  }

  .container-3.is-horiz {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    width: 80%;
    min-width: auto;
  }

  .container-3.is-horiz.is-right {
    flex-flow: column;
    width: 80%;
  }

  .container-3.is-horiz.is-card {
    flex-flow: column;
    padding-left: 50px;
  }

  .container-3.is-img-grid {
    width: 100%;
  }

  .container-3.is-residence {
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .container-3.is-developer {
    min-width: auto;
  }

  .slider-amenities_container {
    flex: 1;
  }

  .slider {
    height: 50vw;
  }

  .slider.is-small {
    aspect-ratio: 3 / 2;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .tabs-menu {
    flex-flow: column;
    align-items: stretch;
  }

  .tab-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quote-cap.is-abs {
    max-width: 90%;
  }

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

  .partner__container {
    justify-content: space-between;
    width: auto;
  }

  .logo-responsive-menu {
    width: 150px;
    margin-bottom: 20px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section.is-technical-txt {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .logo_wrapper {
    height: 40px;
  }

  .nav_link {
    height: auto;
    font-size: 20px;
    line-height: 25px;
  }

  .text-cta-nav {
    font-size: 20px;
    line-height: 25px;
  }

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

  .heading-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .paragraph {
    margin-bottom: 30px;
  }

  .img-wrap._50vw {
    width: 100%;
    height: 55vw;
    min-height: auto;
  }

  .img-wrap._50vw.is-servizi {
    min-height: auto;
  }

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

  .container {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .container.is-vertical, .container.is-intro {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .container._90vw._0top {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .container._90vw._0bot, .container._90vw.is-tech {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .container._0margin {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    padding-top: 70px;
    padding-left: 0;
  }

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

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

  .contatti-wrap {
    height: auto;
  }

  .contatti-contain {
    margin-bottom: 20px;
  }

  .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 {
    width: 45px;
    height: 45px;
  }

  .close-menu {
    top: 20px;
    right: 30px;
  }

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

  .par-large {
    font-size: 16px;
  }

  .par-large.max400 {
    max-width: 500px;
  }

  .txt_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .txt_wrap.is-auto {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .img_wrap.is-intro {
    width: 100%;
    height: 55vw;
  }

  .img_wrap.interior_02 {
    width: 100%;
    max-width: 350px;
    height: auto;
    min-height: auto;
  }

  .img_wrap.place_02.is-slider {
    width: 100%;
    min-height: auto;
  }

  .tipo_card {
    min-width: 47%;
  }

  .card_txt_container {
    padding: 20px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .servizio_wrap {
    flex: 1;
    min-width: 30%;
  }

  .servizio_txt {
    text-align: left;
  }

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

  .footer_section {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .form_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form_section {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .div-block-13 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .contact_txt {
    font-size: 14px;
  }

  .nav_component {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .logo_innovate {
    width: 200px;
  }

  .footer_logos_wrap {
    flex-flow: column;
  }

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

  .footer_component {
    background-image: linear-gradient(180deg, #ede4dde6, #ede4dd00 79%, #ede4dde6), url('../images/noise_1noise.png'), linear-gradient(to bottom, null, null), url('../images/BG_03.webp');
    background-size: auto, auto, auto, cover;
    padding-top: 80px;
  }

  .div-block-84 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .par-l {
    text-align: center;
    max-width: none;
  }

  .section-2.is-location-var {
    padding-top: 80px;
  }

  .section-2.is-intro {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 80px;
  }

  .section-2.is-interior {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .section-2.is-pad, .section-2.is-developer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-2.is-progetto {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-2.is-location.pad-bot, .section-2.is-nature {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-2 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .title-s {
    margin-top: 10px;
  }

  .mask-slide-amenities {
    max-width: 100%;
  }

  .txt_wrap-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .txt_wrap-2.is-develoer {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .txt_wrap-2.align-left {
    justify-content: center;
    align-items: center;
  }

  .txt_wrap-2.align-left.is-white {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .title-l {
    text-align: center;
    font-size: 35px;
  }

  .div-block-83 {
    min-width: 150px;
    max-width: 200px;
    overflow: visible;
  }

  .slider_container {
    flex-direction: column;
    align-items: center;
    width: 350px;
    padding: 40px 20px;
  }

  .slider_container.is-extra-small {
    max-width: none;
    padding-bottom: 0;
  }

  .par-card {
    max-width: 350px;
  }

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

  .subtitle-l, .subtitle-l.max900 {
    font-size: 20px;
  }

  .container-3.is-services {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-3.is-horiz {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-3.is-horiz.is-right {
    grid-row-gap: 80px;
  }

  .container-3.is-horiz.is-card {
    grid-row-gap: 40px;
    padding: 20px 20px 40px;
  }

  .container-3.is-residence {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

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

  .slider-amenities_container {
    max-width: 100%;
  }

  .slider.is-small {
    border-width: 15px;
    min-width: auto;
  }

  .slider-arrow.right.is-more {
    left: 45px;
  }

  .slider-arrow.is-more {
    left: -15px;
  }

  .tab-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
  }

  .quote-cap {
    font-size: 16px;
    line-height: 22px;
  }

  .footer_partner_container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .partner__container {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }
}

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

  .section.is-center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.is-technical-txt, .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo_wrapper {
    width: 150px;
  }

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

  .heading-wrap {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

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

  .img-wrap._50vw {
    height: 65vw;
  }

  .img-wrap.is-full {
    height: 60vw;
  }

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

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

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

  .container._90vw._0top, .container._90vw.is-tech, .container._0margin, .container.is-map {
    margin-left: 0;
    margin-right: 0;
  }

  .container.is-myform {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .contatti-contain.margin-right {
    margin-bottom: 20px;
    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.is-flag {
    font-size: 14px;
  }

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

  .par-large.is-auto {
    max-width: 250px;
  }

  .txt_wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt_wrap.is-intro {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img_wrap.is-intro {
    width: 100%;
    height: 65vw;
  }

  .img_wrap.is-card {
    height: 50vw;
  }

  .img_wrap.place_06 {
    width: 100%;
    height: 300px;
  }

  .img_wrap.interior_02 {
    max-width: none;
  }

  .img_wrap.place_03 {
    width: 100%;
    height: 400px;
  }

  .img_wrap.place_02 {
    width: 100%;
    height: 60vw;
  }

  .img_wrap.is-separator.is-small.eis-dev, .img_wrap.is-separator.is-dev {
    height: 200px;
  }

  .img_wrap.is-tab {
    width: 100%;
    height: 60vw;
  }

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

  .tipo_card {
    flex: 0 auto;
    width: 100%;
    min-width: auto;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .servizio_wrap {
    flex: 1;
  }

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

  .pin_wrap {
    flex: 1;
  }

  .form_wrapper {
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-13 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo_wrapper_footer {
    height: 50px;
  }

  .contact_info {
    justify-content: center;
    align-items: center;
  }

  .is-intro {
    margin-bottom: 70px;
  }

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

  .gdpr-technical h1 {
    font-size: 22px;
    line-height: 1.2;
  }

  .quote {
    font-size: 18px;
  }

  .nav_link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 19px;
  }

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

  .slide-amenities {
    width: 300px;
  }

  .par-m {
    font-size: 15px;
  }

  .par-m.max450 {
    max-width: 400px;
  }

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

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

  .div-block-4, .div-block-84 {
    flex-flow: column;
  }

  .par-l {
    font-size: 15px;
  }

  .section-2.is-services {
    padding-bottom: 0;
  }

  .section-2.is-intro {
    margin-bottom: 0;
  }

  .div-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-s {
    line-height: 20px;
  }

  .mask-slide-amenities {
    width: 300px;
  }

  .txt_wrap-2 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .txt_wrap-2.is-contact {
    min-width: auto;
  }

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

  .title-l.is-center {
    min-width: auto;
  }

  .amenity_wrap {
    flex: 0 auto;
    width: 100%;
  }

  .div-block-83 {
    min-width: auto;
  }

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

  .slider_arrow.left {
    width: 40px;
    height: 40px;
    right: 50px;
  }

  .slider_container {
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .slider_container.is-extra-small {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-amenities {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 70px;
  }

  .par-card {
    max-width: 300px;
  }

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

  .subtitle-l {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .container-3.is-horiz.is-fullmobile {
    width: 100%;
  }

  .container-3.is-residence {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subtitle-s.max300 {
    max-width: none;
  }

  .slider-amenities_container {
    width: 300px;
  }

  .slider.is-small {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .footer_partner_container {
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: column;
    grid-template: ". Area"
    / 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .partner__container {
    justify-content: space-between;
    align-items: center;
  }

  .code-embed {
    width: 100%;
  }
}

#w-node-_8cc50357-4891-e0ff-2606-a9585f4c700c-5f4c6ff8, #w-node-_8cc50357-4891-e0ff-2606-a9585f4c7018-5f4c6ff8, #w-node-_8cc50357-4891-e0ff-2606-a9585f4c7050-5f4c6ff8, #policyFlagsContainer.w-node-_8cc50357-4891-e0ff-2606-a9585f4c7053-5f4c6ff8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8cc50357-4891-e0ff-2606-a9585f4c7056-5f4c6ff8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_8cc50357-4891-e0ff-2606-a9585f4c7057-5f4c6ff8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_8cc50357-4891-e0ff-2606-a9585f4c700c-5f4c6ff8, #w-node-_8cc50357-4891-e0ff-2606-a9585f4c7018-5f4c6ff8, #w-node-_8cc50357-4891-e0ff-2606-a9585f4c7050-5f4c6ff8, #policyFlagsContainer.w-node-_8cc50357-4891-e0ff-2606-a9585f4c7053-5f4c6ff8, #w-node-_8cc50357-4891-e0ff-2606-a9585f4c7056-5f4c6ff8 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gerstner Programm';
  src: url('../fonts/Gerstner-Programm-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gerstner Programm';
  src: url('../fonts/Gerstner-Programm-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ivartext';
  src: url('../fonts/IvarText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gerstner';
  src: url('../fonts/Gerstner-ProgrammBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gerstner';
  src: url('../fonts/Gerstner-ProgrammRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}