:root {
  --color-1: #364547;
  --color-6: #ed9473;
  --white: white;
  --color-7: #d9ad8c;
  --color-4: #8fc2a3;
  --color-3: #c9d1d3;
  --dim-grey\<deleted\|variable-922396ce\>: #484645;
  --hover\<deleted\|variable-c2cac379\>: #8b914b;
  --lemon-chiffon\<deleted\|variable-94fe7c53\>: #fdffc5;
  --black: black;
  --dark-olive-green\<deleted\|variable-47768a00\>: #404a2f;
  --hover-2: #0000001a;
  --color-5: #f2ebe5;
  --color-2: #667a80;
  --hover-dark: #000000b3;
  --hover-medium: #00000080;
  --floral-white\<deleted\|variable-71e669b2\>: #f2efe9;
  --masterplan_color_01\<deleted\|variable-81cf0d82\>: #f3d3c8;
  --dark-grey\<deleted\|variable-97c28c3a\>: #9d9d9d;
  --black-2\<deleted\|variable-8413f4de\>: #2c2e29;
  --masterplan_color_09\<deleted\|variable-e9c97d0d\>: #cde2bc;
  --hover-light: #0003;
  --white-smoke: #f8f8f7;
}

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

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

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

body {
  color: var(--color-1);
  letter-spacing: .5px;
  font-family: utile-display, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 70px;
}

h2 {
  margin-bottom: 10px;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  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 {
  color: var(--color-1);
  max-width: 450px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
}

a {
  text-decoration: underline;
}

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

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

strong {
  font-weight: bold;
}

.todelete {
  z-index: 11;
  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;
  position: relative;
}

.todelete strong {
  font-weight: 800;
}

.todelete p {
  max-width: none;
}

.footer_component {
  grid-row-gap: 10px;
  background-image: linear-gradient(#0006, #0006), linear-gradient(#364547cc, #364547cc), url('../images/iStock-1445474627-copia.webp');
  background-position: 0 0, 0 0, 50%;
  border-top: 1px solid #48464526;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 60px;
  display: flex;
}

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

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--color-6);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 2px 20px 2px 2px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: border-radius .35s, color .35s cubic-bezier(.25, .46, .45, .94), background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button:hover {
  background-color: var(--color-7);
  color: var(--color-1);
  border-top-right-radius: 0;
}

.button.is-secondary {
  background-color: var(--color-4);
  color: var(--color-1);
  font-size: 16px;
  line-height: 16px;
}

.button.is-secondary:hover {
  background-color: var(--color-3);
}

.button.is-secondary.is-grey {
  border-color: var(--dim-grey\<deleted\|variable-922396ce\>);
  background-color: var(--dim-grey\<deleted\|variable-922396ce\>);
  color: var(--white);
}

.button.is-secondary.is-grey:hover {
  background-color: var(--hover\<deleted\|variable-c2cac379\>);
}

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

.button.is-secondary.is-form {
  background-color: var(--color-1);
}

.button.is-secondary.is-form:hover, .button.is-secondary.is-form-page:hover {
  background-color: var(--lemon-chiffon\<deleted\|variable-94fe7c53\>);
}

.button.is-secondary.width {
  width: 119px;
}

.button.is-text {
  border-style: none none solid;
  border-bottom-color: var(--black);
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

.button.is-text:hover {
  border-bottom-color: var(--color-1);
  color: var(--hover\<deleted\|variable-c2cac379\>);
}

.button.is-icon {
  background-color: var(--dim-grey\<deleted\|variable-922396ce\>);
  padding-left: 10px;
  padding-right: 10px;
}

.button.is-menu {
  background-color: var(--dim-grey\<deleted\|variable-922396ce\>);
  width: 42px;
  height: 42px;
  padding: 0;
}

.button.is-cookie {
  letter-spacing: 1px;
}

.button.is-banner {
  align-self: flex-end;
}

.button.width {
  width: 119px;
}

.button.width.w--current {
  background-color: var(--color-5);
  color: var(--color-6);
  border-top-right-radius: 2px;
}

.button.width.is-negative {
  background-color: var(--color-7);
  color: var(--color-1);
}

.button.width.is-negative:hover {
  background-color: var(--color-6);
  color: var(--white);
}

.button.width.is-negative.w--current {
  background-color: var(--color-5);
  color: var(--color-6);
}

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

.button_component.desktop__display-none {
  display: none;
}

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

.container {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  flex: none;
  align-self: stretch;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.is-large {
  max-width: 1500px;
}

.container.is-large.overflow-hidden {
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.container.is-horizontal {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.container.is-horizontal.space-between {
  justify-content: space-between;
}

.container.is-horizontal.no-gap {
  grid-column-gap: 0px;
}

.container.is-full {
  width: 100%;
  max-width: none;
}

.container.is-flex-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1560px;
}

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

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

.container.is-medium.is-relative.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.section {
  z-index: 0;
  width: 100%;
  padding: 60px;
  position: relative;
}

.section.is-technical {
  align-items: center;
  min-height: 100vh;
  padding-top: 140px;
  display: flex;
}

.section.is-full {
  padding: 0;
}

.section.is-full.pad-bot-60px {
  padding-bottom: 60px;
}

.section.is-full.pad--top-bot-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.is-full.pad_top-bot-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.bianco-smoke.tablet_pad-left-right-0px, .section.bianco-smoke.pad-bot-0px.bg-color5 {
  background-color: var(--color-5);
}

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

.section.pad-top-120px {
  padding-top: 120px;
}

.section.pad-top-120px.gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  padding-top: 60px;
  display: flex;
}

.section.verde-acqua.cta {
  background-image: linear-gradient(to bottom, var(--color-2), var(--color-2));
}

.section.cta {
  background-image: url('../images/bg-foglia-opacity.svg'), url('../images/bg-foglia-opacity.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto 500px, contain;
}

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

.section.tablet__pad-20px.is-contatti {
  z-index: 0;
  background-image: linear-gradient(#8fc2a3f2, #8fc2a3f2), url('../images/divazus-fabric-store-12K7BL34LlA-unsplash-copia.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
  overflow: hidden;
}

.section.is-apertura {
  position: relative;
}

.section.is-apertura.bg-color5 {
  background-color: var(--color-5);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section.padding-top-60.bg-color5, .section.bg-color5 {
  background-color: var(--color-5);
}

.section.bg-color5.padding-top-0 {
  padding-top: 0;
}

.section.is-mappa {
  background-color: #f2ebe533;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.hide {
  display: none;
}

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

.header_component {
  color: var(--white);
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  padding: 60px 20px;
  display: flex;
  position: relative;
}

.header_component.is-home {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
}

.header_component.is-villas {
  z-index: 5;
  background-image: url('../images/AC1652_Milano_Desio_VPExt_03_Rev01-copia.webp'), url('../images/AC1652_VP01_Exterior_rev02.webp');
  background-position: 50%, 50% 40%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 120px;
}

.header_component.is-office {
  z-index: 5;
  background-image: url('../images/AC1652_VP01_Exterior_rev02.webp');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  padding-bottom: 120px;
}

.header_container {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.header_container.is-home {
  grid-row-gap: 8vw;
  grid-row-gap: 0vw;
  background-color: var(--color-5);
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 700px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 82px;
  padding-bottom: 0;
  display: flex;
}

.header_hover {
  z-index: 2;
  background-color: var(--hover-2);
  opacity: 1;
  background-image: linear-gradient(#000000b3, #0000 33%);
  position: absolute;
  inset: 0%;
}

.header_hover.is-dark {
  background-color: var(--hover-dark);
  background-image: none;
}

.header_hover.is-medium {
  background-color: var(--hover-medium);
  background-image: none;
}

.scroll_lottie {
  flex: none;
  width: 30px;
  height: 30px;
}

.nav_component {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_component.is-fixed {
  z-index: 4;
  background-color: var(--white);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--dim-grey\<deleted\|variable-922396ce\>);
  justify-content: space-between;
  width: 100%;
  position: fixed;
  box-shadow: 0 2px 5px #0003;
}

.nav_component.is-subnav {
  border-bottom: 1px solid var(--color-6);
  background-color: var(--color-5);
  text-transform: uppercase;
  justify-content: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 7px;
  position: fixed;
  top: 91px;
}

.nav_component.is-subnav-fix {
  z-index: 3;
  background-color: var(--dim-grey\<deleted\|variable-922396ce\>);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--dark-olive-green\<deleted\|variable-47768a00\>);
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 100px;
  font-size: 12px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.cookie-banner_close_txt {
  border-bottom: 1px solid #000;
  font-size: 12px;
}

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

.cookie-banner_link {
  color: var(--hover\<deleted\|variable-c2cac379\>);
}

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

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

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

.cookie-prefs_checkbox-label {
  display: none;
}

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

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

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

.cookie-banner {
  background-color: var(--floral-white\<deleted\|variable-71e669b2\>);
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  margin: auto;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 0 14px 3px #0000001a;
}

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

.cookie-prefs_checkbox {
  z-index: 1;
  border-width: 2px;
  border-color: var(--dim-grey\<deleted\|variable-922396ce\>);
  background-color: var(--dim-grey\<deleted\|variable-922396ce\>);
  cursor: pointer;
  background-image: url('../images/check_dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.cookie-prefs_checkbox.w--redirected-checked {
  border-color: var(--hover\<deleted\|variable-c2cac379\>);
  background-color: var(--hover\<deleted\|variable-c2cac379\>);
  background-image: url('../images/check_dot.svg');
  background-position: 100%;
  background-size: contain;
}

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

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

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

.cookie-prefs_open-txt.is-first {
  top: 0;
}

.cookie-prefs_container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--floral-white\<deleted\|variable-71e669b2\>);
  color: #333;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 48px 40px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  position: relative;
}

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

.cookie-prefs_label {
  font-weight: 700;
}

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

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

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

.cookie-prefs_arrow {
  background-image: url('../images/freccia.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-left: 6px;
  display: flex;
  transform: rotate(0);
}

.cookie-prefs_wrapper {
  z-index: 997;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000026;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 60px 32px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.cookie-banner_trigger {
  display: none;
}

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

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

.cookie-prefs_buttons-wrapper.is-pref {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 24px;
  font-size: 14px;
  display: flex;
}

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

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

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

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

.manager_trigger {
  display: none;
}

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

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

.heading-large {
  max-width: 800px;
}

.text-breaking-nowrap {
  white-space: nowrap;
}

.text-capitalize-allcaps {
  text-transform: uppercase;
}

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

.display-none {
  display: none;
}

.style_element.no-class {
  max-width: 800px;
}

.heading-small {
  max-width: 400px;
}

.heading-medium {
  max-width: 600px;
}

.heading-xlarge {
  max-width: 700px;
}

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

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

.text-title {
  color: var(--color-1);
  max-width: 650px;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

.text-title.centred {
  text-align: center;
}

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

.text-title.centred.color-5 {
  color: var(--color-5);
}

.text-title.centred.size {
  font-size: 26px;
  line-height: 36px;
}

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

.text-title.color-5 {
  color: var(--color-5);
}

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

.text-title._w-300 {
  max-width: 300px;
}

.h2-heading {
  line-height: 36px;
}

.text-subtitle {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-subtitle.is-keyword {
  white-space: nowrap;
  flex-wrap: wrap;
  display: flex;
}

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

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

.image-cover.is-absolute {
  position: absolute;
  inset: 0%;
}

.image-cover.mobile__display-none {
  object-fit: contain;
}

.image-cover.mobile__show {
  display: none;
}

.image-cover.position_30-50 {
  object-position: 30% 50%;
}

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

.image-cover.position_60-50 {
  object-position: 60% 50%;
}

.image-cover.position_50-70 {
  object-position: 50% 70%;
}

.image-cover.position_50-10 {
  object-position: 50% 10%;
}

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

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

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

.image-contain.is-small {
  width: 235px;
  height: auto;
}

.image-contain.width {
  width: 55px;
  height: 55px;
}

.nav_links_container {
  grid-column-gap: 2vw;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav_link {
  color: var(--color-5);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: 1px solid #0000;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: border-color .35s;
  display: flex;
}

.nav_link:hover {
  border-bottom-color: var(--color-7);
}

.nav_link.w--current {
  border-bottom-color: var(--color-7);
  color: var(--color-7);
}

.nav_link.text-color-grigio {
  color: var(--dim-grey\<deleted\|variable-922396ce\>);
}

.nav_link.text-color-grigio:hover {
  border-bottom-color: var(--dim-grey\<deleted\|variable-922396ce\>);
}

.nav_link.text-color-grigio.w--current {
  border-bottom: 1px solid var(--dim-grey\<deleted\|variable-922396ce\>);
}

.nav_link.color {
  color: var(--color-1);
  text-transform: none;
  line-height: 16px;
}

.nav_button_container {
  grid-column-gap: .5vw;
  align-items: center;
  width: 255px;
  display: flex;
}

.nav_button_container.width-auto {
  align-items: stretch;
  width: auto;
}

.nav_button_container.width-auto.wrap {
  flex-wrap: wrap;
}

.nav_logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: 300px;
  height: 50px;
}

.nav_logo_link {
  min-width: 40px;
}

.nav_logo_link.min-width {
  flex: 1;
  min-width: 110px;
}

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

.line_item {
  align-self: stretch;
  width: 1px;
}

.line_item.grigio {
  flex: none;
}

.header_wrapper {
  grid-row-gap: 2vw;
  justify-content: flex-end;
  align-items: center;
}

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

.text_wrapper.align-center {
  width: 100%;
  padding: 60px;
}

.text_wrapper.align-center.text-align-center {
  z-index: 2;
  position: relative;
}

.text_wrapper.align-center.text-align-center.width-100 {
  padding: 60px;
}

.text_wrapper.width-50.pad-60px {
  flex-direction: column;
  justify-content: space-between;
  padding: 60px;
  text-decoration: none;
  display: flex;
}

.text_wrapper.width-50.pad-60px.gap-60px {
  grid-row-gap: 60px;
}

.text_wrapper.width-50.pad-80px {
  padding: 80px;
}

.text_wrapper.width-50.pad-80px.bg-color {
  z-index: 0;
  background-color: var(--color-5);
  flex-flow: column;
  justify-content: space-between;
  padding: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text_wrapper.relative {
  z-index: 2;
}

.text_wrapper.relative.pad-right.width {
  grid-row-gap: 0px;
}

.text_wrapper.relative.align-center.pad-0 {
  z-index: 0;
  padding: 0;
}

.text_wrapper.relative.align-center.pad-0.gap-0 {
  grid-row-gap: 0px;
}

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

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

.text_wrapper.width-100.relative.gap-10 {
  grid-row-gap: 10px;
  flex: none;
  position: static;
}

.text_wrapper.width-100.align-center {
  justify-content: center;
  padding: 0;
}

.text_wrapper.width-100.align-center.text-align-center.bianco-smoke {
  background-color: var(--white);
  height: 100%;
}

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

.text_wrapper.pad-60px {
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.text_wrapper.pad-vw {
  padding: 12vw 2vw;
}

.text_wrapper.pad-vw.justify-center {
  justify-content: center;
  align-items: center;
}

.text_wrapper.pad-vw.justify-center.text-align-center {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.text_wrapper.pad-vw.justify-center.text-align-center.pad-0 {
  padding-left: 0;
  padding-right: 0;
}

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

.text_wrapper.width-50.pad-60px {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  padding: 60px;
  text-decoration: none;
  display: flex;
}

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

.align-left {
  align-items: flex-start;
}

.align-right {
  align-items: flex-end;
}

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

.paragraph-align-center.small {
  max-width: 300px;
}

.paragraph-align-center.small.margin-top-0._w-auto {
  max-width: none;
  margin-top: 40px;
}

.paragraph-align-center.small.margin-top-0._w-auto.margin-0 {
  max-width: 350px;
}

.paragraph-align-center.margin-top-0 {
  margin-top: 0;
}

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

.grid-a {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.grid-a.is-2row-3column {
  grid-template-columns: 1fr .75fr 1fr;
  height: 60vw;
  min-height: 700px;
  max-height: 800px;
}

.grid-a.max-height {
  height: 90vh;
  min-height: 750px;
}

.image_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

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

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

.image_wrapper.width-50 {
  flex: none;
}

.image_wrapper.is-relative {
  z-index: 0;
  position: relative;
}

.image_wrapper.bg-color5 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.image_wrapper.radius {
  border: 1px solid var(--color-1);
  background-color: var(--white);
  border-radius: 20px;
  padding-top: 60px;
}

.image_wrapper.mobile-margin-bottom {
  margin-bottom: 0;
}

.image_wrapper.h-auto {
  height: auto;
}

.card_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2.5vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card_component.width-50 {
  width: 50%;
}

.card_component.min-width {
  min-width: 200px;
}

.card_component.min-width.height-fix {
  cursor: pointer;
  flex: 1;
  min-width: 230px;
  max-width: 300px;
  height: 500px;
}

.card_component.min-width.height-fix.is-coming-soon {
  cursor: auto;
}

.card_component.min-height-700 {
  height: 650px;
}

.card_component.is-interaction {
  overflow: hidden;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.image_hover {
  z-index: 1;
  background-color: var(--hover-medium);
  position: absolute;
  inset: 0%;
}

.image_hover.is-dark-gradient {
  background-color: #0000004d;
  background-image: linear-gradient(#404a2f99 26%, #0000 49%);
}

.image_hover.is-coming-soon {
  -webkit-backdrop-filter: grayscale(85%) blur(3px);
  backdrop-filter: grayscale(85%) blur(3px);
  background-image: linear-gradient(#ffffff3d, #ffffff3d);
}

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

.flex-horizontal {
  justify-content: space-between;
  width: 100%;
}

.flex-horizontal.justify-center {
  align-items: center;
}

.flex-horizontal.justify-center.gap-10px {
  grid-column-gap: 10px;
}

.flex-horizontal.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-horizontal.is-relative {
  z-index: 2;
  position: relative;
}

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

.line-horizontal_item.grigio-chiaro-opacity {
  background-color: #c9d1d380;
}

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

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

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

.icon_wrapper.is-pin {
  height: 21px;
}

.icon_wrapper.is-masterplan {
  z-index: 1;
  flex: none;
  width: 21px;
  height: auto;
  position: relative;
}

.icon_wrapper.is-masterplan-small {
  flex: none;
  width: auto;
  height: auto;
}

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

.icon-embed.text-color-grigio.opacity-70 {
  opacity: .7;
  color: var(--white);
  flex: none;
  align-self: center;
}

.icon-embed.is-arrow {
  width: 24px;
  height: auto;
}

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

.icon-circle {
  z-index: 2;
  border-radius: 50%;
  padding: 15px;
  position: relative;
}

.icon-circle.is-small {
  background-color: #8fc2a380;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
}

.icon-circle.is-icon-map {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 0;
  display: flex;
}

.icon-circle.pad-0px {
  flex: none;
  margin-bottom: 40px;
  padding: 0;
}

.icon-circle.is-masterpan-icon-wrap {
  border: 2px solid var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  padding: 5px 0 0;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

.icon-circle.is-masterpan-icon-wrap.masterplan-color-01 {
  background-color: var(--masterplan_color_01\<deleted\|variable-81cf0d82\>);
}

.icon-circle.is-icon-map {
  border: 1px solid var(--color-1);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 0;
  display: flex;
}

.icon-circle.is-icon-map.masterplan-color-04 {
  background-color: var(--color-3);
}

.icon-circle.is-icon-map.masterplan-color-01 {
  background-color: var(--color-7);
}

.icon-circle.is-icon-map.masterplan-color-03 {
  background-color: var(--color-4);
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.icon-circle.is-icon-map.masterplan-color-02 {
  background-color: var(--color-2);
}

.icon-circle.pad-0px {
  background-color: #f2ebe5;
  border: 1px solid #ed9473;
  flex: none;
  align-self: center;
  width: 60px;
  height: 60px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
}

.icon-circle.pad-0px-copy {
  background-color: var(--color-5);
  flex: none;
  margin-bottom: 40px;
  padding: 0;
}

.width-50 {
  width: 50%;
}

.h4-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 30px;
}

.card-information {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  padding: 20px;
  display: flex;
}

.card-information.is-tipologia {
  text-align: center;
  border-right-style: none;
  align-items: center;
  padding: 0;
  position: relative;
}

.text-medium {
  font-size: 20px;
}

.flex-center-gap-10 {
  grid-column-gap: 10px;
  align-items: center;
}

.flex-center-gap-10.width-fix-150px {
  cursor: pointer;
  width: 150px;
  font-family: foco;
  font-weight: 400;
  transition: all .2s;
}

.flex-center-gap-10.width-fix-150px {
  cursor: pointer;
  width: 150px;
  font-weight: 400;
  transition: all .2s;
}

.flex-center-gap-10.width-fix-150px:hover {
  font-weight: 700;
}

.flex-center-gap-10.width-fix-150px._04cat {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
}

.flex-center-gap-10.width-fix-150px._01cat, .flex-center-gap-10.width-fix-150px._03cat, .flex-center-gap-10.width-fix-150px._02cat {
  width: auto;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
}

.text-italic-small {
  font-size: 25px;
  font-style: italic;
}

.footer_wrapper {
  color: var(--dark-grey\<deleted\|variable-97c28c3a\>);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer_column {
  grid-row-gap: 5px;
  color: var(--color-2);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_column.is-logo {
  grid-row-gap: 25px;
  flex-direction: column;
  min-width: 30vw;
  display: flex;
}

.footer_column.align-right {
  align-items: flex-end;
}

.footer_column.is-logo-partner {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

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

.footer_column_wrap {
  grid-column-gap: 4vw;
  border-left: 1px solid #c9d1d380;
  padding-left: 5vw;
  display: flex;
}

.footer_column_wrap.is-wrap {
  grid-row-gap: 5vw;
  border-left-style: none;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-left: 0;
}

.footer-logo_wrapper {
  max-width: 180px;
}

.footer_link {
  color: var(--color-7);
  cursor: pointer;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: color .35s;
}

.footer_link:hover {
  color: var(--color-5);
}

.footer_link.w--current {
  color: var(--color-6);
}

.footer_link.color {
  color: var(--color-3);
}

.footer_link.color:hover {
  color: var(--color-7);
}

.footer_link.no-link {
  color: var(--color-2);
  cursor: default;
}

.footer_link.is-icon {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
}

.footer_title {
  color: var(--color-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
}

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

.footer_txt {
  text-align: center;
  font-family: canada-type-gibson, sans-serif;
  font-size: .8em;
}

.icon-map_wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 2vw;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 200px;
  max-width: 500px;
  display: flex;
}

.icon-map_wrapper._w-auto {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: auto;
  max-width: none;
}

.text-graziato {
  letter-spacing: .5px;
  font-family: playfair-display;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.pad-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}

.nav_logo-intero {
  min-width: 130px;
  height: 40px;
}

.grid-b {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr 1fr .75fr;
  width: 100%;
}

.grid-b.is-villas {
  grid-template-rows: auto auto auto auto;
  height: 60vw;
  min-height: 600px;
  max-height: 700px;
}

.grid-b.is-apartments {
  grid-template-columns: .75fr 1fr .5fr .25fr;
  height: 60vw;
  min-height: 700px;
  max-height: 800px;
}

.text-monogramma {
  width: 40px;
  margin-bottom: 20px;
}

.tab_verde {
  border: 1px solid var(--color-1);
  color: var(--dark-olive-green\<deleted\|variable-47768a00\>);
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
  transition: all .6s;
  display: flex;
}

.tab_verde.w--current {
  background-color: var(--color-1);
}

.tab_verde.plaza {
  background-image: url('../images/pittogramma-plaza.svg');
}

.tab_verde.gardens {
  background-image: url('../images/pittogramma-gardens.svg');
}

.tab_verde.apartments {
  background-image: url('../images/pittogramma-apartments.svg');
}

.tab_verde.villas {
  background-image: url('../images/pittogramma-villas.svg');
}

.tab_verde.office {
  background-image: url('../images/Risorsa-5.svg');
}

.tabverde {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: relative;
}

.tabtxt__wrap {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.tabs-menu-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: -40px;
}

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

.tab-ambiente {
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  box-shadow: 0 2px 11px #0003;
}

.tabs-content-5 {
  background-color: #fff;
  width: 75vw;
  min-width: 800px;
  height: 35vw;
  min-height: 500px;
  overflow: visible;
}

.tab_img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30vw;
  height: 30vw;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
  bottom: auto;
  right: -27vw;
}

.tab_img.villa {
  background-image: url('../images/AC1652_Milano_Desio_VPExt_03_Rev01_crop.webp');
}

.tab_img.apartments {
  background-image: url('../images/AC1652_Milano_Desio_VP04_Exterior_Teaser_Rev02_crop.webp');
}

.tab_img.gardens {
  background-image: url('../images/tecmasolutions_luxury_garden_with_a_modern_wood_bench_evening.webp');
}

.tab_img.plaza {
  background-image: url('../images/tecmasolutions_retail_high_street.webp');
}

.tab_img.office {
  background-image: url('../images/office_street_design_office_modern.webp');
}

.map_wrapper {
  width: 100%;
  height: 600px;
}

.nero {
  background-color: var(--black-2\<deleted\|variable-8413f4de\>);
}

.grid-c {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: .5fr .5fr .5fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-c.is-vision {
  grid-template-rows: .25fr .5fr .25fr .25fr;
  grid-template-columns: 1fr 1fr .5fr 1fr;
}

.grid-c.is-interior {
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  align-self: stretch;
  margin-bottom: 60px;
}

.grid-c.is-plani {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  height: 40vw;
  min-height: 700px;
  max-height: 800px;
  margin-bottom: 60px;
  position: relative;
}

.grid-c.is-residenze {
  grid-template-rows: .5fr .25fr .5fr;
  grid-template-columns: 1.5fr .75fr 1fr;
  height: 40vw;
  min-height: 600px;
  max-height: 700px;
  margin-bottom: 60px;
}

.grid-c.is-servizi-copy {
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  height: 40vw;
  min-height: 600px;
  max-height: 700px;
  margin-bottom: 60px;
}

.icona-servizi {
  opacity: 1;
  height: 65px;
}

.text-icon {
  max-width: 100px;
  line-height: 20px;
}

.text-icon.no-wrap._w-auto, .text-icon._w-auto {
  max-width: none;
}

.masterplan-color-09 {
  background-color: var(--masterplan_color_09\<deleted\|variable-e9c97d0d\>);
}

.masterplan_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 750px;
  display: flex;
  position: relative;
}

.masterplan-icon_wrapper {
  z-index: 1;
  flex: 1;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto;
}

.masterplan-plan_wrapper {
  z-index: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 750px;
  max-height: 100%;
  position: absolute;
}

.masterplan_pin {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.masterplan_pin.cat-02-promenade {
  left: 9%;
}

.masterplan_pin.cat-03-giochi {
  left: 20%;
}

.masterplan_pin.cat-04-commercio {
  left: 33%;
}

.masterplan_pin.cat-05-parcheggio {
  left: 46%;
}

.masterplan_pin.cat-06-parco {
  left: 56%;
}

.masterplan_pin.cat-07-piazza {
  left: 64%;
}

.masterplan_pin.cat-09-aree-attrezzate, .masterplan_pin.cat-10-fiume {
  left: 88%;
}

.button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  max-width: 300px;
  display: flex;
}

.button-wrapper.align-left {
  flex: 0 auto;
  justify-content: flex-start;
  min-width: auto;
}

.button-wrapper.min-width {
  min-width: 120px;
}

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

.distanze-icon-embed.is-large {
  width: 20px;
}

.form_wrapper {
  background-color: #f8f8f796;
  border-radius: 10px;
  width: 50%;
  margin-bottom: 0;
  padding: 40px;
  font-size: 13px;
}

.form_checkbox {
  color: #000;
  background-color: #fff;
}

.form_checkbox.w--redirected-checked {
  border-color: var(--dark-olive-green\<deleted\|variable-47768a00\>);
  background-color: var(--hover\<deleted\|variable-c2cac379\>);
}

.form_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--dark-olive-green\<deleted\|variable-47768a00\>);
}

.form_field {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--hover\<deleted\|variable-c2cac379\>);
  letter-spacing: .2px;
  background-color: #0000;
  font-size: 14px;
}

.form_field::placeholder {
  color: var(--dark-olive-green\<deleted\|variable-47768a00\>);
}

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

.form_field.dropdown {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}

.form_field.dropdown:active {
  background-color: #8b914b66;
}

.form_field.hide {
  display: none;
}

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

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

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

.service-icon {
  align-items: flex-end;
  width: 70px;
  height: 70px;
  display: flex;
}

.service-icon.logo {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-width: 100px;
  max-width: 250px;
  height: 50px;
  display: flex;
}

.service-icon.logo-medium {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-width: 120px;
  max-width: 300px;
  height: 50px;
  display: flex;
}

.card-img-txt {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 350px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.card-img-txt.partner {
  color: var(--white);
  max-width: none;
  height: 269px;
  padding-bottom: 0;
  font-size: 13px;
}

.card-container {
  z-index: 1;
  grid-row-gap: 20px;
  background-color: #243758;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: none;
  position: absolute;
  inset: 0%;
}

.card-container.align-top {
  z-index: 2;
  background-color: var(--dark-olive-green\<deleted\|variable-47768a00\>);
  justify-content: flex-start;
  padding: 20px;
  display: none;
}

.hover-gradient-sfumato {
  z-index: 1;
  background-image: linear-gradient(358deg, var(--dark-olive-green\<deleted\|variable-47768a00\>) 8%, #0000 58%);
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-icon_wrapper {
  z-index: 1;
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.service-icon_wrapper.absolute {
  z-index: 2;
  width: 30%;
  margin-left: 20px;
}

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

.icon-piu_wrapper.interaction {
  z-index: 2;
  cursor: pointer;
  background-color: #0000;
  border: 1.5px solid #fff;
  border-radius: 3px;
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: auto;
  right: 20px;
}

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

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

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

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

.scroll_component-color {
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--white);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  text-decoration: none;
  display: flex;
}

.scroll_component-color:hover {
  color: #fdffd4;
  border-bottom-color: #fdffd4;
}

.close {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 0;
  right: 6vw;
}

.close.form {
  cursor: pointer;
  right: 40px;
}

.lightbox-tipologia {
  z-index: 5;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon-tipologia {
  z-index: 2;
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  padding: 15px;
  position: relative;
}

.flag-01_component {
  cursor: pointer;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 50px;
  line-height: 1;
  text-decoration: none;
  transition: width .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.label {
  z-index: 5;
  background-color: #9fa656;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 165px;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 220px;
  right: 0;
  box-shadow: 0 0 4px #00000080;
}

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

.no-wrap.margin-left-5px {
  margin-left: 5px;
}

.nav_wrapper {
  z-index: 4;
  grid-column-gap: 2vw;
  grid-row-gap: 48px;
  border-bottom: 1px solid var(--color-6);
  background-color: var(--color-1);
  background-image: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 2vw;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.div-block-6 {
  width: 43px;
  height: 43px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.div-block-7 {
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.div-block-7.margin-bottom {
  white-space: nowrap;
  margin-bottom: 20px;
}

.tab-menu {
  display: flex;
}

.tab-content {
  background-color: #f8f8f7;
}

.tab-content.is-categoria-mappa {
  background-color: var(--white);
  box-shadow: none;
  background-color: var(--color-5);
  box-shadow: none;
  padding: 4vw;
}

.slide01 {
  height: auto;
}

.gallery-01_lightbox_slide {
  width: 100%;
  height: 100%;
}

.gallery-01_lightbox_x {
  z-index: 10;
  cursor: pointer;
  background-color: #222;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.link-partner {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.logo-partner-footer {
  height: 100px;
  margin-top: 10px;
}

.logo-partner-footer.colombo-progetti {
  height: 90px;
}

.logo-partner-footer.exre {
  height: 40px;
}

.logo-partner-footer.area-platinum {
  height: 110px;
}

.menu-container {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-esteso {
  z-index: 9;
  background-color: var(--dark-olive-green\<deleted\|variable-47768a00\>);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.lottie_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.wrap_tendina {
  flex-direction: column;
  min-width: 130px;
  max-width: none;
  height: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.wrap_voce-menu {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
}

.wrap_voce-tendina {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.dropdown-toggle {
  color: var(--dark-olive-green\<deleted\|variable-47768a00\>);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 40px;
  padding: 0 0 0 15px;
  display: flex;
}

.dropdown-link {
  color: var(--dark-olive-green\<deleted\|variable-47768a00\>);
}

.dropdown-link:hover {
  color: var(--hover\<deleted\|variable-c2cac379\>);
}

.dropdown-link:focus {
  color: var(--dark-olive-green\<deleted\|variable-47768a00\>);
  background-color: #8b914b70;
}

.dropdown-link.w--current {
  color: var(--black);
}

.contact-link {
  color: var(--dark-olive-green\<deleted\|variable-47768a00\>);
  font-weight: 700;
}

.nav_pittogramma {
  min-width: 130px;
  height: 40px;
}

.section-2.bg-shadow {
  background-image: url('../images/bg.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
}

.button-05 {
  cursor: pointer;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px 35px 14px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-05_text {
  z-index: 1;
  color: var(--color-5);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px #0000000d;
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}

.button-05_bg {
  cursor: pointer;
  background-image: url('../images/bg.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200%;
  height: 60px;
  padding: 10px 25px 9px;
  position: absolute;
  inset: -7px 0% 0% -2px;
}

.header_image {
  z-index: 1;
  background-image: url('../images/placeholder-elegant.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.header_image.is-home {
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 850px;
  display: grid;
}

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

.hover-light {
  z-index: 0;
  background-color: var(--hover-light);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dot_wrap {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--color-1);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  height: 40px;
  margin-left: 250px;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 10%;
  left: 0;
}

.slider_hero {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 850px;
}

.arrow_hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 30px;
  height: 60px;
  margin-bottom: 60px;
  font-size: 30px;
  transition: all .1s;
  display: block;
  bottom: 60px;
  right: 60px;
}

.arrow_hero.left {
  background-image: url('../images/ic-arrow-left.svg');
  background-size: 25px;
  margin-bottom: 0;
  margin-right: 0;
  top: auto;
  bottom: 50px;
  right: 4vw;
}

.arrow_hero.left:hover {
  background-position: 30%;
}

.arrow_hero.right {
  background-image: url('../images/ic-arrow-right.svg');
  background-size: 25px;
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  bottom: 120px;
  right: 4vw;
}

.arrow_hero.right:hover {
  background-position: 70%;
}

.header-image-item {
  grid-row-gap: 2vw;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}

.header-image-item.is-full {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_component-2 {
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  padding: 60px 20px;
  display: flex;
  position: relative;
}

.header_component-2.is-home {
  z-index: 5;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  min-height: 850px;
  padding: 130px 10vw 0;
}

.heading-hero_color {
  z-index: 4;
  color: var(--color-7);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 45px;
  position: relative;
}

.heading-hero_color.small {
  text-transform: uppercase;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
}

.h2-text {
  z-index: 4;
  color: #ed9473;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.h2-text.color-2 {
  color: var(--color-1);
}

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

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

.text-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 415px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

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

.text-wrapper.is-centred.max-width {
  width: auto;
  max-width: 750px;
}

.heading-hero {
  color: var(--color-1);
  text-align: center;
  font-size: 60px;
  line-height: 50px;
}

.heading-hero.white {
  color: var(--color-5);
}

.heading-hero.small {
  font-size: 40px;
  line-height: 50px;
}

.heading-hero.margin-bottom {
  margin-bottom: 60px;
}

.heading-hero.margin-bottom.all-caps {
  text-align: left;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.pittogramma-sfondo {
  z-index: 13;
  opacity: .4;
  background-image: url('../images/pittogramma_.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.pittogramma-sfondo.small {
  z-index: 1;
  opacity: .1;
  background-position: 100% 0;
  background-size: contain;
  width: 500px;
  height: 500px;
  top: 39%;
  left: -43%;
  overflow: clip;
}

.pittogramma-sfondo.small.position {
  opacity: .05;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  inset: 0%;
}

.pittogramma-sfondo.z-index3 {
  z-index: 3;
  opacity: .1;
  background-position: 100%;
  background-size: cover;
  width: 800px;
  left: -50px;
  right: auto;
}

.pittogramma-sfondo.z-index3.white {
  opacity: .02;
  background-image: url('../images/pittogramma-2.svg');
  width: 650px;
  height: 650px;
  top: auto;
  bottom: -225px;
  left: -225px;
}

.pittogramma-sfondo.z-index3.white.opacity-10 {
  z-index: 1;
  opacity: .1;
  width: 450px;
  height: 450px;
  bottom: -140px;
  left: -214px;
}

.pittogramma-sfondo.z-index3-copy {
  z-index: 1;
  opacity: .1;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  inset: 0%;
}

.footer_text {
  color: var(--color-3);
  font-family: canada-type-gibson, sans-serif;
  text-decoration: none;
}

.logo_wrapper {
  max-width: 220px;
  margin-bottom: 60px;
}

.masterplan_icon_wrapper-2 {
  border: 2px solid var(--color-1);
  color: #0000;
  background-color: #f3d3c8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 5px #00000073;
}

.masterplan_icon_wrapper-2.mp-color-01 {
  background-color: var(--color-7);
}

.masterplan_icon_wrapper-2.mp-color-04 {
  background-color: var(--color-3);
}

.masterplan_icon_wrapper-2.mp-color-03 {
  background-color: var(--color-4);
}

.masterplan_icon_wrapper-2.mp-color-02 {
  background-color: var(--color-2);
}

.masterplan_pin-2 {
  z-index: 1;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.masterplan_pin-2._01cat_appartamenti.pos-01 {
  cursor: auto;
  top: 19%;
  left: 46%;
}

.masterplan_pin-2._03cat_garden.pos-01 {
  cursor: auto;
  top: 75%;
  left: 51%;
}

.masterplan_pin-2._02cat_uffici.pos-01 {
  cursor: auto;
  top: 55.5%;
  left: 49.5%;
}

.masterplan_pin-2._04cat_plaza-copy.pos-01 {
  cursor: auto;
  top: 44%;
  left: 49.5%;
}

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

.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-large {
  max-width: 1500px;
}

.container-2.is-large.is-flex-wrap-max-width {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: 1300px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.text-cit {
  color: var(--color-6);
  text-align: center;
  font-family: canada-type-gibson, sans-serif;
  font-size: 30px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.gdpr_richtext p {
  max-width: none;
  font-size: 16px;
  line-height: 26px;
}

.gdpr_richtext h2 {
  font-size: 24px;
  line-height: 32px;
}

.gdpr_richtext a {
  color: var(--color-6);
  transition: color .35s;
}

.gdpr_richtext a:hover {
  color: var(--color-2);
}

.text-quote {
  color: var(--color-2);
  text-align: center;
  font-family: canada-type-gibson, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 42px;
}

.text-quote.semi-bold {
  font-weight: 600;
}

.container-3 {
  flex-direction: column;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-3.is-gdpr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.gdpr_info {
  display: none;
}

.form_label {
  color: #364547;
  letter-spacing: .5px;
  margin-bottom: 0;
}

.div-block-12 {
  outline-offset: 5px;
  background-color: #f2ebe5;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  outline: 1px solid #ed9473;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 60px 40px;
  display: flex;
}

.div-block-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stylesheet {
  grid-column-gap: 0px;
  grid-row-gap: 1.5rem;
  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;
}

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

.contact_component-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#364547e6, #364547e6), url('../images/divazus-fabric-store-12K7BL34LlA-unsplash-copia.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.contact_component-2.whiite {
  overflow: hidden;
}

.contact_component-2.whiite.margin-top {
  margin-top: 91px;
}

.form_field-3 {
  color: #364547;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #d9ad8c80;
  border-radius: 0;
}

.form_field-3:focus {
  background-color: #d9ad8c4d;
  border-bottom-color: #ed9473;
}

.form_field-3::placeholder {
  color: #667a8066;
  letter-spacing: 1px;
  text-transform: none;
}

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

.form_field-3.text-capitalize-everyword {
  border-radius: 0;
}

.text_contatti {
  color: #c9d1d3;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
}

.ancora {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}

.ancora.position-120 {
  top: -120px;
}

.form_wrapper-2 {
  width: 100%;
}

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

.form-image {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 50%;
  padding: 60px 40px;
  display: flex;
}

.form-image.padding-top-bottom-0.desktop-hide {
  display: none;
}

.heading-medium-2 {
  letter-spacing: 1px;
  font-size: 38px;
  line-height: 50px;
}

.heading-medium-2.colo-white {
  color: #8fc2a3;
  font-size: 34px;
  line-height: 45px;
}

.heading-medium-2.colo-white.max-width-400 {
  color: #ed9473;
  max-width: 400px;
  font-family: utile-display, sans-serif;
}

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

.container-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-5.is-contatti {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  flex-direction: row;
  justify-content: center;
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

.button-4.is-submit {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ed9473;
  align-self: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 500;
  transition: color .35s, background-color .35s;
}

.button-4.is-submit:hover {
  color: #364547;
  background-color: #8fc2a3;
}

.button-4.is-icon {
  grid-column-gap: 8px;
  color: #364547;
  align-items: center;
  margin-top: 10px;
  font-family: utile-display, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: color .35s;
  display: flex;
}

.button-4.is-icon:hover {
  color: #8fc2a3;
}

.contact_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-small-2 {
  color: #c9d1d3;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 500px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

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

.txt_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.link_contatti {
  color: #ed9473;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .35s;
}

.link_contatti:hover {
  color: #d9ad8c;
}

.form_link {
  color: #667a80;
  letter-spacing: .5px;
  text-decoration: underline;
  transition: color .35s;
}

.form_link:hover {
  color: #d9ad8c;
}

.form_component {
  width: 90%;
}

.lottie-contatti {
  opacity: 1;
  align-self: center;
  width: 100%;
  height: 100%;
}

.half_txt {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 15%;
  display: flex;
  position: relative;
}

.flex-horizontal-2 {
  justify-content: center;
  display: flex;
}

.flex-horizontal-2.reverse {
  flex-direction: row-reverse;
}

.flex-horizontal-2.reverse.padding-bottom {
  margin-top: 30px;
  margin-bottom: 60px;
}

.flex-horizontal-2.padding-top {
  margin-top: 60px;
  margin-bottom: 30px;
}

.flex-horizontal-2.padding-bottom {
  margin-top: 30px;
  margin-bottom: 60px;
}

.half_wrap {
  background-color: var(--color-5);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 600px;
  min-height: 80vh;
  max-height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_wrap {
  cursor: pointer;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-14.centred {
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}

.text-coming-soon {
  color: var(--color-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
}

.text-coming-soon.margin-top {
  margin-top: 20px;
}

.text-coming-soon.border-top {
  border-top: 1px solid var(--color-3);
  text-transform: none;
  width: 100%;
  padding-top: 10px;
  font-size: 12px;
  line-height: 20px;
}

.image-fullscreen {
  width: 100%;
}

.background_hover {
  z-index: 1;
  background-color: #000000a1;
  position: absolute;
  inset: 0;
}

.background_hover.dark {
  background-color: #0009;
}

.gallery_component {
  z-index: 2;
  color: #fff;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-height: 80vh;
  text-decoration: none;
  display: flex;
  position: relative;
}

.background_img {
  z-index: 0;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.lightbox_image_wrapper {
  z-index: 0;
  border: 1px none var(--color-1);
  background-color: var(--white);
  flex: 1;
  align-self: stretch;
  position: relative;
}

.slider-05_lightbox_container {
  z-index: 1;
  flex: none;
  width: 100%;
  max-width: 1500px;
  min-height: 400px;
  display: flex;
}

.lightbox_grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  border: 1px solid var(--color-2);
  color: var(--color-3);
  text-align: center;
  border-radius: 5px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr min-content;
  place-items: center;
  width: 240px;
  padding: 10px;
  line-height: 1;
}

.lightbox_grid.is-office {
  grid-template-rows: auto auto;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.apartment_text {
  text-transform: capitalize;
  font-size: 30px;
  font-style: italic;
  line-height: 35px;
}

.slider-05_lightbox_x {
  z-index: 10;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.lightbox_text {
  grid-row-gap: 40px;
  background-color: var(--color-1);
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.lightbox_grid_line {
  background-color: #c9d1d380;
  height: 1px;
}

.lightbox_apartment {
  grid-row-gap: 6px;
  color: var(--color-5);
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.lightbox_image {
  z-index: 1;
  object-fit: contain;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.lightbox_grid_title {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: auto;
  line-height: 18px;
}

.lightbox_grid_title.align-center {
  text-align: center;
  margin-right: 10px;
}

.lightbox_logo {
  background-image: url('../images/logo_unconventional-villas_orizz.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 230px;
  height: 43px;
}

.lightbox_logo.is-office {
  background-image: url('../images/lOGO-OFFICE_orizz-02.svg');
}

.tabs-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
}

.tab-tipologie {
  width: 100%;
  height: 100%;
}

.tabs-menu-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.tab-link {
  color: var(--color-1);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  border-radius: 0;
  width: 90px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 500;
}

.tab-link.w--current {
  border-bottom-color: var(--color-6);
  background-color: #0000;
  font-weight: 700;
}

.text-block-2 {
  color: var(--color-7);
  margin-right: 10px;
}

.text-block-2.align-center {
  margin-left: 10px;
}

.paragraph-white {
  color: var(--white);
  text-align: left;
  margin-top: 0;
}

.slider-05_lightbox_component {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000e6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.slider-05_lightbox_component._01, .slider-05_lightbox_component._02, .slider-05_lightbox_component._03, .slider-05_lightbox_component._04, .slider-05_lightbox_component._05, .slider-05_lightbox_component._06, .slider-05_lightbox_component._07, .slider-05_lightbox_component._08 {
  justify-content: center;
  align-items: center;
  display: none;
}

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

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

.button-plani-01 {
  background-color: var(--color-6);
  color: var(--white);
  cursor: pointer;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-weight: 500;
  transition: color .35s, background-color .35s;
  display: flex;
  position: absolute;
  top: 3%;
  left: 7%;
}

.button-plani-01:hover {
  background-color: var(--color-4);
  color: var(--color-1);
}

.button-plani-01.pos_01 {
  cursor: pointer;
}

.button-plani-01.pos_04 {
  left: 42%;
}

.button-plani-01.pos_05 {
  left: 53%;
}

.button-plani-01.pos_08 {
  left: 88%;
}

.button-plani-02 {
  background-color: var(--color-6);
  color: var(--white);
  cursor: pointer;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-weight: 500;
  transition: color .35s, background-color .35s;
  display: flex;
  position: absolute;
  top: 3%;
  left: 7%;
}

.button-plani-02:hover {
  background-color: var(--color-4);
  color: var(--color-1);
}

.button-plani-02.pos_02 {
  left: 19%;
}

.button-plani-02.pos_03 {
  left: 30%;
}

.button-plani-02.pos_06 {
  left: 65%;
}

.button-plani-02.pos_07 {
  left: 77%;
}

.h1-text_home {
  z-index: 4;
  color: #ed9473;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.h4-heading-2 {
  text-align: center;
  max-width: 220px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
}

.section-3 {
  width: 100%;
  padding: 60px;
}

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

.linea-vert {
  background-color: var(--color-3);
  width: 1px;
}

.gallery-02_item {
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-02_lightbox_slide {
  width: 100%;
  height: 100%;
}

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

.tab-button-2 {
  background-color: var(--white);
  text-align: center;
  letter-spacing: .8px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 15px;
  font-weight: 700;
  display: flex;
}

.tab-button-2.w--current {
  background-color: var(--color-5);
}

.tab-button-2.is-middle {
  border-top: 1px solid var(--color-5);
  border-right: 1px solid var(--color-5);
  border-left: 1px solid var(--color-5);
}

.tab-button-2.is-middle.w--current {
  border-left-style: none;
  border-right-style: none;
}

.tab-button-2.is-last {
  border-top: 1px solid var(--color-5);
  border-right: 1px solid var(--color-5);
}

.tab-button-2.is-last.w--current {
  border-right-style: none;
}

.tab-button-2.is-first {
  border-top: 1px solid var(--color-5);
  border-left: 1px solid var(--color-5);
}

.tab-button-2.is-first.w--current {
  border-left-style: none;
}

.section-4.is-atterraggio {
  background-image: url('../images/AC1652_VP01_Exterior_rev02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.button-05_text-2 {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px #0000000d;
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}

.heading {
  color: #ed9473;
  font-family: utile-display, sans-serif;
  font-weight: 700;
}

.container-6 {
  flex-direction: column;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-6.is-technical {
  background-image: linear-gradient(#f2ebe5f2, #f2ebe5f2);
  align-items: center;
  padding: 40px 80px;
}

.button-05_bg-2 {
  cursor: pointer;
  background-image: url('../images/bg.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200%;
  height: 60px;
  padding: 12px 35px;
  position: absolute;
  inset: -7px 0% 0% -2px;
}

.text-block-3 {
  color: #364547;
  letter-spacing: .5px;
  margin-bottom: 40px;
  font-family: utile-display, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.button-05_text-3 {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px #0000000d;
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}

.text-block-4 {
  text-decoration: none;
}

.button-05_bg-3 {
  cursor: pointer;
  background-image: url('../images/bg.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200%;
  height: 60px;
  padding: 12px 35px;
  position: absolute;
  inset: -7px 0% 0% -2px;
}

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

.text-block-5 {
  color: #364547;
  letter-spacing: .5px;
  margin-bottom: 40px;
  font-family: utile-display, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.text-block-5.no-margin {
  margin-bottom: 0;
}

.button-05_text-4 {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px #0000000d;
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}

.text-block-6 {
  color: #ed9473;
  font-family: canada-type-gibson, sans-serif;
}

.text-block-7 {
  color: #364547;
  letter-spacing: .5px;
  margin-bottom: 40px;
  font-family: utile-display, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.gtm {
  display: none;
}

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

.mappa.mobile {
  display: none;
}

.mappa.villas {
  opacity: 0;
  background-image: url('../images/masterplan_villas.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.mappa.apartments {
  opacity: 0;
  background-image: url('../images/masterplan_apartments.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.mappa.plaza {
  opacity: 0;
  background-image: url('../images/masterplan_plaza.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.mappa.garden {
  opacity: 0;
  background-image: url('../images/masterplan_garden.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.button-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  background-color: #000;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  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-5:hover {
  color: #fff;
  background-color: #484645;
  border-color: #8b914b;
}

.button-5.is-icon {
  background-color: #484645;
  padding-left: 10px;
  padding-right: 10px;
}

.button-5.is-icon.is-form-page {
  background-color: var(--color-4);
  color: var(--color-1);
  border-radius: 2px;
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.button-5.is-icon.is-form-page:hover {
  background-color: var(--color-3);
}

.button-5.is-menu {
  background-color: #484645;
  width: 42px;
  height: 42px;
  padding: 0;
}

.paragraph-tablet-align-center {
  color: var(--white);
  text-align: left;
  font-size: 21px;
  line-height: 31px;
}

.icon-embed-xxsmall {
  z-index: 2;
  color: var(--color-1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.zoom {
  z-index: 3;
  border: 1px solid var(--color-1);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 6px 5px;
  transition: background-color .35s;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.zoom:hover, .zoom.color {
  background-color: var(--color-3);
}

.price_text {
  color: var(--color-4);
  text-transform: capitalize;
  font-size: 26px;
  font-style: italic;
  line-height: 35px;
}

.text-block-8 {
  font-size: 21px;
  font-style: italic;
  font-weight: 600;
  line-height: 31px;
}

.text-block-8.align-center {
  text-align: center;
}

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

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

.div-block-16 {
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
}

.location-slider {
  background-color: #0000;
  width: 100%;
  height: 90vh;
  min-height: 750px;
}

.icon-location_wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 2vw;
  text-align: left;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-width: 250px;
  max-width: 500px;
  display: grid;
}

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

.slide-mappa-contesto._01 {
  background-image: url('../images/DesioDistrict_Mappa-Percorsi_rev02_Monza-copia.webp');
  background-position: 50%;
}

.slide-mappa-contesto._02 {
  background-image: url('../images/DesioDistrict_Mappa-Percorsi_rev02_Sesto-copia.webp');
  background-position: 50%;
}

.slide-mappa-contesto._03 {
  background-image: url('../images/DesioDistrict_Mappa-Percorsi_rev02_Centrale-copia.webp');
  background-position: 50%;
}

.slide-mappa-contesto._04 {
  background-image: url('../images/DesioDistrict_Mappa-Percorsi_rev02_Garibaldi-copia.webp');
  background-position: 50%;
}

.slide-mappa-contesto._05 {
  background-image: url('../images/DesioDistrict_Mappa-Percorsi_rev02_San-Babila-copia.webp');
}

.slide-mappa-contesto._06 {
  background-image: url('../images/DesioDistrict_Mappa-Isocrone_rev01-copia.webp');
  background-position: 40%;
}

.icona-map-location {
  z-index: 2;
  border: 1px solid var(--color-1);
  background-color: var(--color-3);
  cursor: pointer;
  border-radius: 50%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 0;
  transition: background-color .35s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.icona-map-location:hover, .icona-map-location.is-active {
  background-color: var(--color-7);
}

.container-map-location {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  display: flex;
}

.click {
  width: 250px;
  height: 250px;
}

.click-hand-tap {
  width: 100%;
  height: 100%;
}

.accordion-01_accordion_body {
  overflow: hidden;
}

.accordion-01_accordion_icon {
  background-image: url('../images/icon_plus-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px solid #000;
  border-radius: 100%;
  width: 24px;
  height: 24px;
}

.accordion-01_component {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.accordion-01_accordion_head {
  color: #222;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff0;
  border-bottom: 1px solid #6e6e6e;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 10px;
  line-height: 1;
  transition: background-color .4s;
  display: flex;
}

.accordion-01_accordion_head.is-open {
  background-color: #ffffffb3;
}

.accordion-01_item_container {
  background-color: #ffffff4d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.accordion-01_item {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  p {
    text-align: left;
    max-width: 550px;
  }

  .button.is-icon.is-form:hover, .button.is-icon.is-form-page:hover {
    color: var(--dark-olive-green\<deleted\|variable-47768a00\>);
  }

  .button.is-menu {
    background-color: var(--hover-2);
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
  }

  .button_component.tablet__display-none {
    display: none;
  }

  .button_component.desktop__display-none {
    display: flex;
  }

  .container {
    flex: none;
    width: 100%;
  }

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

  .container.is-horizontal.text-color-bianco {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .container.is-horizontal.space-between {
    flex-flow: row;
  }

  .container.is-horizontal.no-gap {
    flex-flow: column-reverse;
  }

  .container.is-full {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .section.is-full.pad-bot-60px {
    padding-bottom: 40px;
  }

  .section.is-full.pad_top-bot-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.bianco-smoke.tablet_pad-left-right-0px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.bianco-smoke.pad-bot-0px.bg-color5 {
    padding-bottom: 0;
  }

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

  .section.is-apertura.bg-color5 {
    padding: 80px 40px;
  }

  .section.tablet_pad-left-right-0px {
    padding-left: 0;
    padding-right: 0;
  }

  .section.bg-color5 {
    padding: 40px;
  }

  .section.is-mappa {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header_component.is-home, .header_component.is-villas {
    height: auto;
    min-height: 100vh;
  }

  .header_container.is-home {
    justify-content: center;
    padding-top: 81px;
  }

  .nav_component.is-fixed {
    z-index: 10;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    flex-direction: column;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav_component.is-fixed.is-living {
    background-color: var(--white);
  }

  .nav_component.is-subnav {
    top: 81px;
  }

  .nav_component.is-subnav-fix {
    padding-right: 0;
  }

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

  .text-title {
    text-align: left;
    font-size: 40px;
  }

  .text-title.centred {
    max-width: none;
    font-size: 30px;
    line-height: 40px;
  }

  .text-title.white {
    font-size: 30px;
    line-height: 35px;
  }

  .text-title.tablet-center {
    text-align: center;
  }

  .text-title._w-300 {
    max-width: none;
  }

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

  .nav_links_container {
    grid-column-gap: 4vw;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
  }

  .nav_links_container.tablet__display-none {
    display: none;
  }

  .nav_links_container.align-horizontal {
    flex-direction: row;
    justify-content: center;
  }

  .nav_link {
    letter-spacing: 1px;
    border-bottom-style: none;
    padding-top: 3px;
    font-size: 21px;
    line-height: 34px;
  }

  .nav_link.w--current {
    color: var(--color-6);
    font-weight: 400;
  }

  .nav_link.text-color-grigio {
    border-bottom-style: solid;
    justify-content: center;
  }

  .nav_link.text-color-grigio:hover {
    border-bottom-style: solid;
    text-decoration: none;
  }

  .nav_link.text-color-grigio.w--current {
    color: var(--black);
    font-weight: 700;
  }

  .nav_link.first {
    padding-top: 10px;
  }

  .nav_link.first.w--current {
    color: var(--color-6);
  }

  .nav_link.color {
    font-size: 14px;
  }

  .nav_link.tablet-hide {
    display: none;
  }

  .nav_link.is-villas {
    background-color: var(--color-6);
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav_link.is-villas.w--current {
    background-color: var(--color-5);
  }

  .nav_link.is-office {
    background-color: var(--color-7);
    color: var(--color-1);
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav_link.is-office.w--current {
    background-color: var(--color-5);
    color: var(--color-6);
  }

  .nav_link.is-contatti {
    background-color: var(--color-4);
    color: var(--color-1);
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav_link.is-contatti.w--current {
    background-color: var(--color-3);
  }

  .nav_logo_link.min-width.tablet__display-none {
    display: none;
  }

  .nav_logo_link.is-responsive {
    grid-column-gap: 10px;
    flex: none;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .text_wrapper.align-center.text-align-center {
    padding: 40px;
  }

  .text_wrapper.width-100 {
    justify-content: flex-start;
    align-items: center;
  }

  .text_wrapper.width-100.align-center.text-align-center.bianco-smoke {
    padding: 40px;
  }

  .text_wrapper.pad-vw {
    padding: 5vw 5vw 10vw;
  }

  .text_wrapper.pad-vw.justify-center.text-align-center {
    order: -1;
  }

  .text_wrapper.pad-vw.justify-center.text-align-center.pad-0 {
    padding-bottom: 0;
  }

  .text_wrapper.width-50, .text_wrapper.width-50-copy {
    width: 100%;
  }

  .paragraph-align-center {
    margin-top: 0;
  }

  .grid-a {
    grid-template-rows: minmax(300px, auto) minmax(300px, auto) minmax(300px, auto);
  }

  .grid-a.is-2row-3column {
    grid-template-rows: minmax(200px, auto) minmax(150px, 200px) minmax(200px, auto);
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .grid-a.max-height {
    grid-template-rows: auto auto auto;
  }

  .image_wrapper.width-50 {
    width: 100%;
    max-height: 350px;
  }

  .image_wrapper.radius {
    padding-top: 0;
  }

  .image_wrapper.tablet-hide {
    display: none;
  }

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

  .card_component.min-width.height-fix {
    min-width: 350px;
    max-width: none;
  }

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

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

  .card_wrapper.text-color-bianco {
    grid-row-gap: 5vw;
    justify-content: flex-start;
  }

  .icon-circle.bianco {
    padding: 10px;
    display: none;
  }

  .icon-circle.pad-0px-copy {
    margin-bottom: 20px;
  }

  .card-information {
    text-align: center;
    align-items: center;
    width: auto;
  }

  .flex-center-gap-10.width-fix-150px._04cat {
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .flex-center-gap-10.width-fix-150px._01cat {
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
  }

  .flex-center-gap-10.width-fix-150px._03cat, .flex-center-gap-10.width-fix-150px._02cat {
    grid-row-gap: 5px;
    flex-flow: column;
    width: 150px;
  }

  .footer_wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

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

  .footer_column.is-logo, .footer_column.align-right {
    align-items: center;
  }

  .footer_column_wrap {
    border-left-style: none;
    padding-left: 0;
  }

  .footer_link {
    text-align: center;
  }

  .icon-map_wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 800px;
    margin-bottom: 0;
    display: flex;
  }

  .icon-map_wrapper._w-auto {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-flow: row;
  }

  .tabverde {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    justify-content: space-between;
    padding-top: 5vw;
    padding-bottom: 3vw;
  }

  .tabtxt__wrap {
    flex: 0 auto;
    margin-top: 30px;
  }

  .tabs-menu-5 {
    top: 20px;
  }

  .tab-ambiente {
    margin-top: 5vw;
  }

  .tabs-content-5 {
    width: 80vw;
    min-width: auto;
    height: 90vh;
    min-height: 700px;
  }

  .tab_img {
    width: 400px;
    height: 400px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .tab_img.villa {
    width: 100%;
  }

  .grid-c.is-plani {
    grid-template-columns: 2fr;
    min-height: 550px;
    margin-bottom: 40px;
  }

  .grid-c.is-servizi-copy {
    min-height: 500px;
    max-height: 600px;
    margin-bottom: 40px;
  }

  .icona-servizi {
    height: 50px;
  }

  .masterplan_wrapper {
    align-items: stretch;
    width: 100%;
    height: 100%;
    min-height: 700px;
  }

  .masterplan-icon_wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .masterplan-plan_wrapper {
    width: 90%;
    height: 100%;
    min-height: 700px;
    max-height: none;
  }

  .button-wrapper {
    max-width: 250px;
  }

  .button-wrapper.tablet__display-none {
    display: none;
  }

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

  .form_field {
    line-height: 20px;
  }

  .card-img-txt.partner {
    width: 400px;
    min-width: auto;
    max-width: none;
    height: 400px;
  }

  .icon-piu_wrapper {
    flex: none;
  }

  .close.form {
    right: 20px;
  }

  .lightbox-tipologia {
    display: flex;
  }

  .label {
    top: 130px;
  }

  .nav_wrapper {
    box-shadow: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-7.margin-bottom.tablet-hide {
    display: none;
  }

  .tab-menu {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
  }

  .logo-partner-footer {
    height: 30px;
  }

  .menu-container {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .menu-esteso {
    z-index: 9;
    background-color: var(--color-1);
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .lottie_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .wrap_tendina {
    z-index: 10;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: auto;
    height: auto;
    padding: 40px 30px;
    position: relative;
  }

  .wrap_voce-menu {
    justify-content: space-between;
    min-width: 300px;
  }

  .wrap_voce-menu.border-bot {
    border-bottom: 1px solid #fff;
    width: 100%;
    min-width: auto;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .nav_pittogramma {
    min-width: 40px;
  }

  .button-05 {
    padding: 16px 29px;
  }

  .button-05_text {
    text-align: center;
  }

  .mask {
    width: 100%;
  }

  .dot_wrap {
    flex-direction: column;
    display: none;
    bottom: 40px;
    right: 40px;
  }

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

  .arrow_hero {
    bottom: 35%;
    right: 2%;
  }

  .arrow_hero.left {
    width: 26px;
    height: 50px;
    bottom: 50px;
    left: auto;
    right: 4vw;
  }

  .arrow_hero.right {
    width: 26px;
    height: 50px;
    bottom: 120px;
  }

  .header-image-item {
    width: auto;
  }

  .header-image-item.is-full {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header_component-2.is-home {
    padding-top: 81px;
  }

  .heading-hero_color {
    margin-top: 0;
    font-size: 28px;
  }

  .h2-text {
    font-size: 14px;
    line-height: 24px;
  }

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

  .text-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: 120px;
  }

  .heading-hero {
    font-size: 40px;
  }

  .heading-hero.margin-bottom.all-caps {
    font-size: 21px;
    line-height: 21px;
  }

  .pittogramma-sfondo.small {
    background-position: 50%;
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .pittogramma-sfondo.z-index3, .pittogramma-sfondo.z-index3-copy {
    background-position: 50%;
    width: 100%;
    left: auto;
  }

  .footer_text {
    text-align: center;
  }

  .logo_wrapper {
    max-width: 180px;
    margin-bottom: 40px;
  }

  .container-2.is-large.is-flex-wrap-max-width {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .container-2.is-flex-wrap {
    grid-column-gap: 20px;
    flex-flow: wrap;
    width: 100%;
    max-width: none;
  }

  .text-cit {
    font-size: 24px;
  }

  .text-quote {
    font-size: 21px;
    line-height: 35px;
  }

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

  .contact_component-2.whiite.margin-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .form_field-3.is-message {
    min-width: auto;
    max-width: none;
  }

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

  .form-image {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: relative;
  }

  .form-image.padding-top-bottom-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-image.padding-top-bottom-0.desktop-hide {
    display: flex;
  }

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

  .button-4.is-icon {
    margin-top: 10px;
  }

  .contact_wrapper.tablet-hide {
    display: none;
  }

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

  .half_txt {
    padding: 60px;
  }

  .flex-horizontal-2, .flex-horizontal-2.reverse {
    flex-direction: column;
  }

  .flex-horizontal-2.reverse.padding-bottom {
    flex-flow: column-reverse;
    margin-bottom: 0;
  }

  .flex-horizontal-2.padding-top {
    flex-flow: column-reverse;
  }

  .half_wrap {
    min-height: auto;
    max-height: 700px;
  }

  .button_wrap {
    align-self: auto;
  }

  .div-block-14 {
    margin-top: 20px;
  }

  .text-coming-soon.border-top {
    text-transform: none;
  }

  .gallery_component {
    min-height: 80vw;
  }

  .lightbox_image_wrapper {
    flex: none;
    height: 60vw;
  }

  .slider-05_lightbox_container {
    flex-direction: column;
    min-height: auto;
    max-height: none;
  }

  .lightbox_grid.is-office {
    margin-top: 0;
  }

  .lightbox_text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lightbox_apartment {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lightbox_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 45px;
    justify-content: space-around;
    align-self: center;
    display: flex;
  }

  .lightbox_logo {
    display: none;
  }

  .tabs-menu-6 {
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
  }

  .tab-link {
    border-radius: 0;
    width: 200px;
    margin-bottom: 10px;
  }

  .paragraph-white {
    margin-top: 0;
  }

  .lightbox_x_asta {
    background-color: #fff;
  }

  .button-plani-01, .button-plani-02 {
    width: 40px;
    height: 40px;
  }

  .h1-text_home {
    text-align: center;
    font-size: 14px;
  }

  .h4-heading-2 {
    font-size: 21px;
  }

  .section-3.pad-0-px {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-02_item {
    height: 30vw;
    min-height: auto;
  }

  .paragraph-small {
    text-align: left;
  }

  .grid-servizi {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .button-05_text-2 {
    text-align: center;
  }

  .container-6.is-technical {
    margin-top: 100px;
  }

  .button-05_text-3, .button-05_text-4 {
    text-align: center;
  }

  .button-5.is-icon.is-form-page {
    background-color: var(--color-4);
    color: var(--color-1);
    border-radius: 2px;
  }

  .button-5.is-icon.is-form-page:hover {
    background-color: var(--color-4);
  }

  .button-5.is-menu {
    background-color: var(--color-5);
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
  }

  .paragraph-tablet-align-center {
    text-align: center;
    margin-top: 0;
  }

  .zoom {
    top: 20px;
    bottom: auto;
    right: 20px;
  }

  .location-slider {
    height: 80vh;
    min-height: 650px;
  }

  .icon-location_wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 5vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 800px;
    margin-bottom: 0;
    display: flex;
  }

  .icon-location_wrapper.tablet-mobile {
    grid-row-gap: 2vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon-location_wrapper.desktop {
    display: none;
  }

  .slide-mappa-contesto._06 {
    background-position: 33%;
  }

  .container-map-location {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .accordion-01_component {
    margin-top: 20px;
    display: flex;
  }

  .accordion-01_item_container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .footer_component {
    padding: 40px;
  }

  .button_component.mobile__display-none, .button_component.mobile-display-none {
    display: none;
  }

  .container {
    flex: none;
    align-self: center;
  }

  .container.is-large.overflow-hidden {
    margin-top: 0;
  }

  .container.is-horizontal {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .container.is-horizontal.text-color-bianco {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container.is-horizontal.space-between {
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .section {
    padding: 40px;
  }

  .section.is-full.pad-bot-60px, .section.bianco-smoke.pad-bot-0px.bg-color5 {
    padding-bottom: 0;
  }

  .section.pad-top-120px.gap-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.is-mappa {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header_component.is-home {
    height: auto;
    min-height: 100vh;
    padding-bottom: 100px;
  }

  .header_component.is-villas {
    min-height: 100vh;
    padding-top: 140px;
  }

  .header_component.is-office {
    padding-bottom: 60px;
  }

  .header_container.is-home {
    flex-flow: column;
    min-height: 600px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav_component.is-subnav-fix {
    display: none;
  }

  .cookie-banner_title_wrap {
    align-items: center;
  }

  .banner_title {
    font-size: 20px;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: center;
  }

  .cookie-prefs_title {
    font-size: 20px;
  }

  .cookie-banner_text {
    margin-right: 0;
  }

  .text-title {
    text-align: left;
    font-size: 30px;
    line-height: 38px;
  }

  .text-title.centred {
    max-width: 450px;
  }

  .image-cover.mobile__display-none {
    display: none;
  }

  .image-cover.mobile__show {
    display: block;
  }

  .nav_link_wrapper.width-50 {
    width: 100%;
  }

  .nav_link.tablet-hide {
    display: flex;
  }

  .nav_logo {
    width: 240px;
  }

  .text_wrapper.align-center {
    padding: 40px;
  }

  .text_wrapper.width-50.pad-60px, .text_wrapper.width-50.pad-80px.bg-color {
    padding: 40px;
  }

  .text_wrapper.width-100.align-center.text-align-center.bianco-smoke {
    padding: 20px;
  }

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

  .text_wrapper.width-50.pad-60px {
    padding: 40px;
  }

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

  .paragraph-align-center.small.margin-top-0._w-auto.margin-0 {
    margin-bottom: 0;
  }

  .grid-a {
    grid-template-rows: minmax(300px, auto) minmax(300px, auto) minmax(300px, auto) minmax(300px, auto);
    grid-template-columns: 1fr;
  }

  .grid-a.is-2row-3column {
    grid-template-rows: minmax(300px, auto) minmax(200px, 300px) minmax(300px, auto);
  }

  .grid-a.max-height {
    height: auto;
    min-height: auto;
  }

  .image_wrapper.width-50 {
    width: 100%;
    max-height: 250px;
  }

  .image_wrapper.landscape-hide {
    display: none;
  }

  .card_component {
    padding: 6vw;
  }

  .card_component.min-width.height-fix {
    height: 400px;
  }

  .flex-horizontal {
    flex-wrap: wrap;
  }

  .icon-circle.is-icon-map {
    border: 1px solid var(--white);
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
  }

  .flex-center-gap-10.width-fix-150px {
    cursor: auto;
  }

  .flex-center-gap-10.width-fix-150px:hover {
    font-weight: 400;
  }

  .flex-center-gap-10.width-fix-150px._04cat, .flex-center-gap-10.width-fix-150px._01cat, .flex-center-gap-10.width-fix-150px._03cat, .flex-center-gap-10.width-fix-150px._02cat {
    width: 100px;
  }

  .footer_column {
    align-items: center;
  }

  .footer_column_wrap {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
  }

  .footer_column_wrap.is-wrap {
    align-items: center;
  }

  .footer_title {
    margin-bottom: 0;
  }

  .footer_txt {
    line-height: 21px;
  }

  .icon-map_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .icon-map_wrapper._w-auto {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-b.is-apartments {
    grid-template-columns: 1fr;
    min-height: 600px;
    max-height: 700px;
  }

  .tab_verde {
    width: 60px;
    height: 60px;
  }

  .tab_verde.plaza, .tab_verde.gardens, .tab_verde.apartments, .tab_verde.villas {
    background-size: 40px;
  }

  .tabverde {
    padding-top: 60px;
    padding-bottom: 3vw;
  }

  .tabtxt__wrap {
    margin-top: 0;
  }

  .tabs-menu-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    top: -45px;
    left: 0;
    right: 0;
  }

  .tab-ambiente {
    width: 100%;
    margin-top: 60px;
  }

  .tabs-content-5 {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .tab_img {
    width: 350px;
    height: 350px;
  }

  .tab_img.villa {
    width: 100%;
  }

  .map_wrapper {
    height: 400px;
  }

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

  .grid-c.is-vision {
    grid-template-rows: .5fr .25fr .5fr .25fr;
    grid-template-columns: 1fr;
  }

  .grid-c.is-interior {
    margin-bottom: 40px;
  }

  .grid-c.is-plani {
    grid-template-rows: .5fr;
    width: 100%;
    min-height: 350px;
    margin-bottom: 0;
  }

  .grid-c.is-residenze {
    grid-template-columns: 1.5fr .75fr;
    margin-bottom: 40px;
  }

  .grid-c.is-servizi-copy {
    grid-template-rows: minmax(100px, 200px) minmax(150px, 250fr);
    grid-template-columns: 1fr 1fr;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .icona-servizi {
    height: 45px;
  }

  .text-icon.no-wrap._w-auto {
    text-align: left;
  }

  .text-icon._w-auto {
    text-align: center;
  }

  .masterplan_wrapper {
    min-height: 500px;
  }

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

  .masterplan_pin {
    display: none;
  }

  .button-wrapper {
    flex: 1;
  }

  .button-wrapper.tablet__display-none {
    display: none;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .service-icon_wrapper.absolute {
    height: 50px;
  }

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

  .icon-piu_wrapper.is-absolute {
    top: 189px;
  }

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

  .label {
    height: 50px;
    padding-left: 8px;
    top: 150px;
    right: -115px;
  }

  .nav_wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-7.margin-bottom.landscape-margin-10 {
    margin-bottom: 10px;
  }

  .tab-menu {
    grid-auto-columns: 1fr;
  }

  .slide01, .gallery-01_lightbox_slide {
    margin-right: 10px;
  }

  .logo-partner-footer.colombo-progetti {
    height: 80px;
  }

  .logo-partner-footer.exre {
    height: 35px;
  }

  .logo-partner-footer.area-platinum {
    height: 90px;
  }

  .header_image.is-home {
    min-height: 750px;
  }

  .dot_wrap {
    display: none;
    bottom: 40px;
    right: 40px;
  }

  .slider_hero {
    height: auto;
    min-height: 600px;
    margin-top: 81px;
  }

  .arrow_hero {
    bottom: 35%;
  }

  .arrow_hero.left {
    bottom: 70px;
  }

  .arrow_hero.right {
    bottom: 140px;
  }

  .header-image-item {
    width: 90%;
  }

  .header-image-item.is-full {
    width: 100%;
  }

  .header_component-2.is-home {
    min-height: 600px;
  }

  .heading-hero_color {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-hero_color.small {
    font-size: 16px;
    line-height: 26px;
  }

  .h2-text {
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
  }

  .h2-text.color-2 {
    text-align: center;
  }

  .text-wrapper {
    margin-top: 0;
    padding-bottom: 0;
  }

  .heading-hero.small.white {
    font-size: 30px;
    line-height: 40px;
  }

  .pittogramma-sfondo.z-index3, .pittogramma-sfondo.z-index3-copy {
    background-position: 50%;
  }

  .masterplan_pin-2 {
    display: none;
  }

  .masterplan_pin-2._01cat_appartamenti.pos-01, .masterplan_pin-2._03cat_garden.pos-01, .masterplan_pin-2._02cat_uffici, .masterplan_pin-2._04cat_plaza-copy.pos-01 {
    display: flex;
  }

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

  .div-block-12 {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }

  .contact_component-2.whiite {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .form-image.padding-top-bottom-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-medium-2.colo-white {
    font-size: 30px;
    line-height: 40px;
  }

  .container-5.is-contatti {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading-small-2 {
    font-size: 16px;
  }

  .half_txt {
    padding: 40px;
  }

  .background_hover {
    background-color: #000000a1;
  }

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

  .lightbox_grid {
    grid-column-gap: 16px;
  }

  .lightbox_grid.is-office {
    margin-top: 0;
  }

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

  .tabs-menu-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
  }

  .tab-link {
    border-radius: 0;
    font-size: 14px;
  }

  .button-plani-01, .button-plani-02 {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .h1-text_home {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
  }

  .section-3 {
    padding: 40px;
  }

  .gallery-02_item {
    height: 50vw;
  }

  .gallery-02_lightbox_slide {
    margin-right: 10px;
  }

  .tab-button-2, .tab-button-2.is-middle {
    white-space: nowrap;
  }

  .section-4.is-atterraggio {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .text-block-3, .text-block-5, .text-block-5.no-margin, .text-block-7 {
    text-align: center;
  }

  .mappa.mobile {
    display: block;
  }

  .mappa.desktop {
    display: none;
  }

  .mappa.villas, .mappa.apartments, .mappa.plaza, .mappa.garden {
    background-size: contain;
  }

  .paragraph-tablet-align-center {
    font-size: 18px;
    line-height: 28px;
  }

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

  .location-slider {
    height: 60vh;
    min-height: 500px;
  }

  .icon-location_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .slide-mappa-contesto._06 {
    background-position: 35%;
  }

  .icona-map-location {
    border: 1px solid #fff;
  }

  .container-map-location {
    flex-wrap: wrap;
  }

  .accordion-01_item_container {
    grid-template-columns: 1fr 1fr;
  }

  .accordion-01_item {
    align-self: stretch;
  }
}

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

  h2 {
    font-size: 28px;
  }

  .button_component.mobile__display-none {
    display: none;
  }

  .container.is-horizontal {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding: 30px;
  }

  .section.is-full.pad--top-bot-60 {
    padding-bottom: 0;
  }

  .section.is-full.pad_top-bot-120 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section.bianco-smoke.tablet_pad-left-right-0px, .section.tablet__pad-20px {
    padding: 20px;
  }

  .section.is-apertura.bg-color5 {
    padding: 70px 20px;
  }

  .section.padding-top-60.bg-color5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header_container.is-home {
    min-height: 550px;
    padding-bottom: 0;
  }

  .nav_component.is-subnav {
    top: 71px;
  }

  .cookie-banner_title_wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cookie-banner_buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .cookie-banner {
    padding: 20px;
  }

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

  .cookie-prefs_container {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cookie-banner_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookie-prefs_wrapper {
    padding: 24px;
  }

  .cookie-prefs_buttons-wrapper.is-pref {
    flex-wrap: wrap;
  }

  .cookie-banner_text {
    margin-right: 0;
  }

  .text-title {
    font-size: 26px;
    line-height: 35px;
  }

  .text-title.centred {
    max-width: 300px;
    font-size: 26px;
    line-height: 36px;
  }

  .text-title.tablet-center {
    font-size: 24px;
    line-height: 32px;
  }

  .h2-heading {
    font-size: 28px;
  }

  .image-cover.mobile__show {
    object-fit: cover;
  }

  .nav_logo {
    width: 200px;
  }

  .nav_logo_link.is-responsive {
    flex: 1;
  }

  .text_wrapper.align-center {
    padding: 20px;
  }

  .text_wrapper.align-center.text-align-center {
    padding: 20px 0;
  }

  .text_wrapper.width-50.pad-80px.bg-color {
    padding: 20px;
  }

  .text_wrapper.width-100.align-center.text-align-center {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text_wrapper.pad-vw.justify-center.text-align-center.pad-0 {
    padding-left: 3vw;
    padding-right: 2vw;
  }

  .text_wrapper.width-50.pad-60px {
    padding: 20px 20px 8vw;
  }

  .paragraph-align-center {
    font-size: 14px;
    line-height: 24px;
  }

  .image_wrapper.mobile-hide {
    display: none;
  }

  .image_wrapper.mobile-margin-bottom {
    margin-bottom: 20px;
  }

  .card_component.min-width.height-fix {
    width: 100%;
    min-width: auto;
    height: 350px;
  }

  .icon-circle.pad-0px {
    width: 50px;
    height: 50px;
  }

  .icon-circle.pad-0px-copy {
    margin-bottom: 10px;
  }

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

  .flex-center-gap-10.width-fix-150px._04cat, .flex-center-gap-10.width-fix-150px._01cat, .flex-center-gap-10.width-fix-150px._03cat, .flex-center-gap-10.width-fix-150px._02cat {
    width: auto;
  }

  .footer_column_wrap {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .footer_column_wrap.is-wrap {
    align-items: center;
  }

  .footer_title {
    margin-bottom: 0;
  }

  .icon-map_wrapper._w-auto {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .text-graziato {
    font-size: 14px;
    line-height: 23px;
  }

  .grid-b.is-apartments {
    min-height: 400px;
    max-height: 500px;
  }

  .tab_verde {
    background-size: 25px;
    width: 35px;
    height: 35px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab_verde.plaza, .tab_verde.gardens, .tab_verde.apartments, .tab_verde.villas {
    background-size: 25px;
    margin-left: 0;
    margin-right: 0;
  }

  .tabverde {
    padding: 0 20px;
  }

  .tabtxt__wrap {
    width: 100%;
  }

  .tabs-menu-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    top: -20px;
  }

  .tab-ambiente {
    flex-direction: column;
    margin-top: 0;
  }

  .tabs-content-5 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .tab_img {
    width: 250px;
    height: 250px;
  }

  .map_wrapper {
    height: 300px;
  }

  .grid-c.is-interior {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .grid-c.is-plani {
    min-height: 250px;
  }

  .grid-c.is-residenze {
    grid-template-columns: 1.5fr;
    min-height: 350px;
    max-height: 450px;
    margin-bottom: 20px;
  }

  .icona-servizi {
    width: 12vw;
    height: 12vw;
  }

  .text-icon.no-wrap._w-auto {
    text-align: left;
  }

  .masterplan_wrapper {
    min-height: 300px;
  }

  .masterplan-icon_wrapper, .masterplan-plan_wrapper {
    min-height: 450px;
  }

  .form_wrapper {
    padding: 20px;
  }

  .card-img-txt.partner {
    width: 100%;
  }

  .service-icon_wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-piu_wrapper.is-absolute {
    top: 170px;
  }

  .flag-01_component {
    width: 40px;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .nav_wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-6 {
    width: 30px;
    height: 30px;
    margin-left: 0;
  }

  .div-block-7 {
    text-align: center;
  }

  .div-block-7.margin-bottom.landscape-margin-10 {
    flex-flow: row;
  }

  .logo-partner-footer {
    margin-top: 0;
  }

  .wrap_tendina {
    height: auto;
  }

  .button-05 {
    margin-left: 15px;
    margin-right: 15px;
    padding: 12px 25px;
  }

  .button-05_text {
    text-align: center;
  }

  .button-05_bg {
    height: 80px;
  }

  .header_image.is-home {
    min-height: 700px;
  }

  .dot_wrap {
    display: none;
  }

  .slider_hero {
    flex: 1;
    margin-top: 71px;
  }

  .arrow_hero {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    inset: auto 20px 20px auto;
  }

  .arrow_hero.left {
    height: 20px;
    margin-right: 0;
    inset: auto auto 20vw 42%;
  }

  .arrow_hero.right {
    height: 20px;
    bottom: 20vw;
    right: 42%;
  }

  .header-image-item {
    justify-content: flex-start;
    width: 100%;
  }

  .header_component-2.is-home {
    min-height: 700px;
    padding-top: 71px;
  }

  .heading-hero_color {
    font-size: 21px;
    line-height: 28px;
  }

  .heading-hero_color.small, .h2-text {
    font-size: 14px;
    line-height: 22px;
  }

  .text-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 0;
  }

  .heading-hero.small.white {
    line-height: 40px;
  }

  .pittogramma-sfondo.z-index3.white.opacity-10 {
    width: 150px;
    height: 150px;
    bottom: -30px;
    left: -40px;
  }

  .container-2.is-flex-wrap {
    grid-row-gap: 20px;
  }

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

  .text-quote {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-12 {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact_component-2.whiite {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-image {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    align-items: center;
  }

  .form-image.padding-top-bottom-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-medium-2.colo-white {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-medium-2.colo-white.max-width-400 {
    max-width: none;
  }

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

  .container-5.is-contatti {
    width: 90%;
  }

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

  .heading-small-2 {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }

  .txt_wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .half_txt {
    padding: 20px;
  }

  .flex-horizontal-2.reverse.padding-bottom {
    margin-top: 0;
  }

  .flex-horizontal-2.padding-top {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .text-coming-soon.margin-top {
    text-align: center;
    font-size: 14px;
  }

  .lightbox_grid.is-office {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .apartment_text {
    font-size: 24px;
    line-height: 30px;
  }

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

  .lightbox_wrapper {
    flex-direction: column;
  }

  .tabs-menu-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .tab-link {
    border-radius: 0;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .h4-heading-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .section-3 {
    padding: 30px;
  }

  .gallery-02_item {
    height: auto;
    min-height: 70vw;
  }

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

  .grid-servizi {
    flex-flow: column;
    display: flex;
  }

  .section-4.is-atterraggio {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-05_text-2 {
    text-align: center;
  }

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

  .container-6.is-technical {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-05_bg-2 {
    height: 80px;
  }

  .text-block-3, .button-05_text-3 {
    text-align: center;
  }

  .button-05_bg-3 {
    height: 80px;
  }

  .text-block-5, .button-05_text-4, .text-block-7 {
    text-align: center;
  }

  .mappa.villas, .mappa.apartments, .mappa.plaza, .mappa.garden {
    background-size: cover;
  }

  .zoom {
    width: 35px;
    height: 35px;
    top: 10px;
    right: 10px;
  }

  .price_text {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-8.align-center {
    max-width: 300px;
  }

  .location-slider {
    height: 30vh;
    min-height: 350px;
  }

  .accordion-01_accordion_body {
    padding-top: 15px;
  }

  .accordion-01_accordion_icon {
    flex: none;
  }

  .div-block-17 {
    flex-flow: wrap;
    font-size: 12px;
  }
}

#w-node-ea706395-728c-ce6c-deb3-9b699c562063-25576292 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_39d0a885-92bc-7923-e61a-0b9e0309d3a1-25576292 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e89a0b22-6138-8d60-88f8-b046688ae3e8-25576292 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e89a0b22-6138-8d60-88f8-b046688ae3f9-25576292 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_4e40728a-7303-4e49-84e4-eb7679aa6947-25576292 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bc425648-78aa-6772-d244-3860d04979d6-25576292 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-d06d61d1-d364-019f-faa1-93c0a8f6b18e-25576292 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-d06d61d1-d364-019f-faa1-93c0a8f6b190-25576292 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d06d61d1-d364-019f-faa1-93c0a8f6b192-25576292 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_2769a2a4-1cdc-f3b1-b75c-0e1265a9ca7b-25576292 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_502b14d9-6408-8e76-d704-5e4cce586c55-25576292 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7046f2f6-474f-b721-100d-9e08dd804323-25576295 {
  grid-area: 1 / 1 / 5 / 3;
}

#w-node-_3efcdd03-35f6-edb6-9630-da411fc79fa7-25576295 {
  grid-area: 1 / 3 / 5 / 4;
  place-self: center;
}

#w-node-_7046f2f6-474f-b721-100d-9e08dd804327-25576295 {
  grid-area: 2 / 4 / 3 / 5;
  place-self: center;
}

#w-node-_7046f2f6-474f-b721-100d-9e08dd804329-25576295 {
  grid-area: 3 / 4 / 4 / 5;
  place-self: center;
}

#w-node-c3ebfb5d-6f02-152e-1059-ffe1a7f27fc4-25576298, #w-node-c3ebfb5d-6f02-152e-1059-ffe1a7f27fc8-25576298, #policyFlagsContainer.w-node-c3ebfb5d-6f02-152e-1059-ffe1a7f27fcb-25576298 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c3ebfb5d-6f02-152e-1059-ffe1a7f27fce-25576298 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-c3ebfb5d-6f02-152e-1059-ffe1a7f27fcf-25576298 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecf090a8-6221-eb89-d24d-1e3ceb07ce43-255762a0 {
  grid-area: 1 / 1 / 5 / 3;
}

#w-node-ecf090a8-6221-eb89-d24d-1e3ceb07ce45-255762a0 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ecf090a8-6221-eb89-d24d-1e3ceb07ce47-255762a0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ecf090a8-6221-eb89-d24d-1e3ceb07ce49-255762a0 {
  grid-area: 2 / 3 / 4 / 4;
}

#w-node-ecf090a8-6221-eb89-d24d-1e3ceb07ce4b-255762a0 {
  grid-area: 2 / 4 / 4 / 5;
}

#w-node-ecf090a8-6221-eb89-d24d-1e3ceb07ce4d-255762a0 {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_50f1faa6-d4c3-6cdb-ecec-dc3e54199168-255762a0 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_751057df-99d3-60fb-50ab-9bc2f8a0a671-255762a0 {
  grid-area: 1 / 4 / 4 / 5;
}

#w-node-_9307e6d8-7c9f-6171-ffb7-46c25eb903f3-5eb903f2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9307e6d8-7c9f-6171-ffb7-46c25eb903f5-5eb903f2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9307e6d8-7c9f-6171-ffb7-46c25eb903f7-5eb903f2 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: stretch;
}

#w-node-_9307e6d8-7c9f-6171-ffb7-46c25eb903f8-5eb903f2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9307e6d8-7c9f-6171-ffb7-46c25eb903fa-5eb903f2 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_9307e6d8-7c9f-6171-ffb7-46c25eb903fc-5eb903f2 {
  grid-area: 4 / 1 / 5 / 3;
  justify-self: stretch;
}

#w-node-_9307e6d8-7c9f-6171-ffb7-46c25eb903fd-5eb903f2 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_9307e6d8-7c9f-6171-ffb7-46c25eb903ff-5eb903f2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_9307e6d8-7c9f-6171-ffb7-46c25eb90401-5eb903f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_9307e6d8-7c9f-6171-ffb7-46c25eb90402-5eb903f2 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_9307e6d8-7c9f-6171-ffb7-46c25eb90404-5eb903f2 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_9307e6d8-7c9f-6171-ffb7-46c25eb90406-5eb903f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_9307e6d8-7c9f-6171-ffb7-46c25eb90407-5eb903f2 {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_9307e6d8-7c9f-6171-ffb7-46c25eb90409-5eb903f2 {
  grid-area: 9 / 2 / 10 / 3;
}

#w-node-_1f56dfa4-c813-d255-0e9a-9cc8eea962ea-255762a1 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_1f56dfa4-c813-d255-0e9a-9cc8eea962ec-255762a1 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_1f56dfa4-c813-d255-0e9a-9cc8eea962ee-255762a1 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_1f56dfa4-c813-d255-0e9a-9cc8eea962f0-255762a1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1f56dfa4-c813-d255-0e9a-9cc8eea962f2-255762a1 {
  grid-area: 2 / 3 / 4 / 4;
}

#w-node-_1f56dfa4-c813-d255-0e9a-9cc8eea962f4-255762a1 {
  grid-area: 1 / 4 / 4 / 5;
}

#w-node-_3294a002-389f-075d-59af-0801506adfd0-255762a1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a171990b-b18b-0da7-d4b9-dc478e0079c6-255762a1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_044c4fff-7b82-13d7-bb31-015040b07524-255762a1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d295a2c9-51c9-bae5-804b-8b9aa6daec00-255762a1 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ef9e2c50-5f6e-47ac-efd3-e8407b34b915-255762a1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_99ea8c16-9a60-31de-10b7-ce3f104b6521-255762a1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fd669c5b-e90c-f1a9-6c16-c797cb99c7e2-255762a1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_036b10c6-e66e-30e0-6b5d-11617bc12258-255762a1 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_7f3ab123-d2c7-336b-789d-011596f7b6f6-255762a1 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-a2583e6b-6629-25a3-7aba-5fad956db95f-255762a1 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_7e0d87c7-923a-2f3f-b580-648f0dd083ce-255762a1 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_9bde55f6-f47a-7e2d-09af-855fd4d5d65e-255762a1 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_9294bc51-d573-7a4f-16ae-8a9c0ed69639-193af4d5 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-_9294bc51-d573-7a4f-16ae-8a9c0ed6963b-193af4d5 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_9294bc51-d573-7a4f-16ae-8a9c0ed6963d-193af4d5 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-d2237bc8-4315-0a4f-0af9-93c4d79a2014-193af4d5 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-d1859560-f58f-0a8f-6aad-b0be64c89fd8-193af4d5 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-c15ff6a4-7c47-aa15-63f3-b84b394d8e86-193af4d5 {
  grid-area: 1 / 1 / 5 / 3;
}

#w-node-_9c6af210-268d-f6f4-e096-d61a6828a55c-193af4d5 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c15ff6a4-7c47-aa15-63f3-b84b394d8e8c-193af4d5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c15ff6a4-7c47-aa15-63f3-b84b394d8e8e-193af4d5 {
  grid-area: 2 / 3 / 4 / 4;
}

#w-node-_7bd75781-6051-6820-6241-c2ef2b2e3b2d-193af4d5 {
  grid-area: 2 / 4 / 4 / 5;
}

#w-node-f4ba47a3-d804-8e89-961c-9f7531d6593e-193af4d5 {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_282cca94-7ccf-2149-5dda-26eb66781e27-193af4d5 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_282cca94-7ccf-2149-5dda-26eb66781e29-193af4d5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_282cca94-7ccf-2149-5dda-26eb66781e2d-193af4d5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9a1d3358-20d7-501a-a15e-f3f11906827c-193af4d5 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_282cca94-7ccf-2149-5dda-26eb66781e2b-193af4d5 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-_50f1faa6-d4c3-6cdb-ecec-dc3e54199168-411a8486 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_751057df-99d3-60fb-50ab-9bc2f8a0a671-411a8486 {
  grid-area: 1 / 4 / 4 / 5;
}

#w-node-_8774dc47-1d75-5558-2eec-98f7b6bda676-411a8486 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8774dc47-1d75-5558-2eec-98f7b6bda678-411a8486 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_39d0a885-92bc-7923-e61a-0b9e0309d3a1-25576292 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a971a755-1856-3d76-c245-ccd4139ab2ec-25576292 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_90b5cbd4-24b4-4ac3-fd05-5aae8d784153-25576292 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-d06d61d1-d364-019f-faa1-93c0a8f6b18e-25576292 {
    grid-column: 1 / 5;
    grid-row-start: 2;
  }

  #w-node-d06d61d1-d364-019f-faa1-93c0a8f6b190-25576292 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d06d61d1-d364-019f-faa1-93c0a8f6b192-25576292 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_2769a2a4-1cdc-f3b1-b75c-0e1265a9ca7b-25576292 {
    grid-column-end: 3;
  }

  #w-node-_502b14d9-6408-8e76-d704-5e4cce586c55-25576292 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_1f56dfa4-c813-d255-0e9a-9cc8eea962ec-255762a1 {
    grid-area: 1 / 2 / 3 / 4;
  }

  #w-node-_1f56dfa4-c813-d255-0e9a-9cc8eea962f2-255762a1 {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_3294a002-389f-075d-59af-0801506adfd0-255762a1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a171990b-b18b-0da7-d4b9-dc478e0079c6-255762a1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_044c4fff-7b82-13d7-bb31-015040b07524-255762a1 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d295a2c9-51c9-bae5-804b-8b9aa6daec00-255762a1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ef9e2c50-5f6e-47ac-efd3-e8407b34b915-255762a1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_99ea8c16-9a60-31de-10b7-ce3f104b6521-255762a1 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-fd669c5b-e90c-f1a9-6c16-c797cb99c7e2-255762a1 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_036b10c6-e66e-30e0-6b5d-11617bc12258-255762a1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7f3ab123-d2c7-336b-789d-011596f7b6f6-255762a1 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a2583e6b-6629-25a3-7aba-5fad956db95f-255762a1 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_7e0d87c7-923a-2f3f-b580-648f0dd083ce-255762a1, #w-node-_9bde55f6-f47a-7e2d-09af-855fd4d5d65e-255762a1 {
    grid-row: 6 / 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_39d0a885-92bc-7923-e61a-0b9e0309d3a1-25576292 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a971a755-1856-3d76-c245-ccd4139ab2ec-25576292 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_90b5cbd4-24b4-4ac3-fd05-5aae8d784153-25576292 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_7046f2f6-474f-b721-100d-9e08dd804323-25576295 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3efcdd03-35f6-edb6-9630-da411fc79fa7-25576295 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_7046f2f6-474f-b721-100d-9e08dd804327-25576295 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center;
  }

  #w-node-_7046f2f6-474f-b721-100d-9e08dd804329-25576295 {
    grid-area: 4 / 1 / 5 / 2;
    place-self: center;
  }

  #w-node-c3ebfb5d-6f02-152e-1059-ffe1a7f27fc4-25576298, #w-node-c3ebfb5d-6f02-152e-1059-ffe1a7f27fc8-25576298, #policyFlagsContainer.w-node-c3ebfb5d-6f02-152e-1059-ffe1a7f27fcb-25576298, #w-node-c3ebfb5d-6f02-152e-1059-ffe1a7f27fce-25576298 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1f56dfa4-c813-d255-0e9a-9cc8eea962ea-255762a1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f56dfa4-c813-d255-0e9a-9cc8eea962ec-255762a1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1f56dfa4-c813-d255-0e9a-9cc8eea962f2-255762a1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1f56dfa4-c813-d255-0e9a-9cc8eea962f4-255762a1 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7046f2f6-474f-b721-100d-9e08dd804323-25576295 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3efcdd03-35f6-edb6-9630-da411fc79fa7-25576295 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_7046f2f6-474f-b721-100d-9e08dd804327-25576295 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center;
  }

  #w-node-_7046f2f6-474f-b721-100d-9e08dd804329-25576295 {
    grid-area: 4 / 1 / 5 / 2;
    place-self: center;
  }

  #w-node-_50f1faa6-d4c3-6cdb-ecec-dc3e54199168-255762a0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_751057df-99d3-60fb-50ab-9bc2f8a0a671-255762a0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_50f1faa6-d4c3-6cdb-ecec-dc3e54199168-411a8486 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_751057df-99d3-60fb-50ab-9bc2f8a0a671-411a8486 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


