@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-RegularItalic.otf') format("opentype"), url('../fonts/NeueMontreal-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --palette--canvas: #fdfbfa;
  --font--sans-serif: acumin-pro-semi-condensed, sans-serif;
  --palette--black: #3b3733;
  --padding--padding-medium: 5vw;
  --palette--secondary: var(--palette--primary);
  --palette--accent-acqua: #a1d0d1;
  --palette--primary: #f6eee2;
  --palette--accent-blue: #4c4395;
  --palette--accent-red: #ea5154;
  --hover--hover-medium: #00000080;
  --gap--gap-large: 10vw;
  --gap--gap-medium: 5vw;
  --gap--gap-small: 3vw;
  --padding--padding-nedium\<deleted\|variable-6e27c886-4cdc-9427-54c2-f6f16fd0ef86\>: 40px;
  --padding--padding-large: 10vw;
  --padding--padding-small: 3vw;
  --hover--hover-light: #0003;
  --palette--tertiary: var(--palette--black);
  --font--serif: ador-hairline, sans-serif;
  --light-grey\<deleted\|variable-73a7de32-8ecf-230a-adaa-2df4803c1392\>: #e0e0e0;
  --_base-collection-2---sea-serpent\<deleted\|variable-b041c1bd-27fa-1193-87cc-bee1417f36ab\>: #55bad4;
  --_base-collection-2---persian-green\<deleted\|variable-5e84f378-a47e-c3c1-111d-405523601e82\>: #00a68e;
  --_base-collection-2---green-blue\<deleted\|variable-f6ab602f-9f88-452a-fbdb-852054a760f9\>: #0f69b7;
  --palette--on-primary: #5b4dff;
  --hover--hover-dark: #000000b3;
}

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

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

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

body {
  background-color: var(--palette--canvas);
  font-family: var(--font--sans-serif);
  color: var(--palette--black);
  font-size: 14px;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

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

p {
  color: var(--palette--black);
  letter-spacing: .3px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  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;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: bold;
}

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

.todelete strong {
  font-weight: 800;
}

.form_component {
  width: 100%;
}

.footer_component {
  padding: var(--padding--padding-medium);
  background-color: var(--palette--black);
  letter-spacing: .2px;
  background-image: url('../images/Vitrum---Backround-Paper---V2_Clean.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-top: 1px solid #000;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

.button:hover {
  color: var(--palette--secondary);
  background-color: #fdfbfa00;
}

.button.is-icon {
  color: var(--palette--accent-acqua);
  text-transform: none;
  background-color: #0000;
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  transition-property: color;
}

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

.button.gradient01 {
  background-color: var(--palette--canvas);
  background-image: linear-gradient(90deg, var(--palette--accent-blue), #a8a4c9);
  color: var(--palette--canvas);
  border-style: none;
  transition: color .35s, background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.button.gradient01:where(.w-variant-00a9dc89-addc-aa27-a7c1-644be0333dea), .button.gradient01:where(.w-variant-8cc1b59a-b6f5-63d2-6b21-e6969be412eb) {
  display: none;
}

.button.gradient01:hover {
  background-color: var(--palette--accent-acqua);
  color: var(--palette--canvas);
}

.button.gradient02 {
  background-color: var(--palette--canvas);
  background-image: linear-gradient(90deg, var(--palette--accent-red), #f5b7b8);
  color: var(--palette--canvas);
  border-style: none;
  transition: color .35s, background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: none;
}

.button.gradient02:where(.w-variant-00a9dc89-addc-aa27-a7c1-644be0333dea) {
  display: flex;
}

.button.gradient02:where(.w-variant-8cc1b59a-b6f5-63d2-6b21-e6969be412eb) {
  display: none;
}

.button.gradient02:hover {
  border-color: var(--palette--accent-acqua);
  background-color: var(--palette--accent-acqua);
  color: var(--palette--canvas);
}

.button.gradient03 {
  background-color: var(--palette--canvas);
  background-image: linear-gradient(90deg, var(--palette--accent-blue), #a8a4c9);
  color: var(--palette--canvas);
  border-style: none;
  transition: color .35s, background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: none;
}

.button.gradient03:where(.w-variant-8cc1b59a-b6f5-63d2-6b21-e6969be412eb) {
  display: flex;
}

.button.gradient03:hover {
  border-color: var(--palette--accent-acqua);
  background-color: var(--palette--accent-acqua);
  color: var(--palette--canvas);
}

.button.is-submit {
  background-image: linear-gradient(90deg, var(--palette--accent-blue), #ea5154de 72%, #4c439559);
  color: var(--palette--primary);
  border-style: none;
  border-color: #000;
}

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

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

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

.page_wrapper {
  position: relative;
}

.page_wrapper.is-static {
  position: static;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.container.is-gdpr {
  padding: var(--gap--gap-large);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.is-contatti {
  z-index: 3;
  grid-column-gap: var(--gap--gap-medium);
  grid-row-gap: var(--gap--gap-medium);
  flex-direction: row;
  justify-content: center;
  max-width: 1300px;
  margin-bottom: 0;
  display: flex;
}

.container.gap-40 {
  grid-column-gap: var(--gap--gap-small);
  grid-row-gap: var(--gap--gap-small);
  flex: 1;
  justify-content: center;
  display: flex;
}

.container.is-technical {
  width: auto;
  padding: var(--padding--padding-nedium\<deleted\|variable-6e27c886-4cdc-9427-54c2-f6f16fd0ef86\>) var(--padding--padding-medium);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--palette--primary);
  text-align: center;
  display: flex;
}

.container.flex-horizontal {
  grid-column-gap: var(--gap--gap-large);
  grid-row-gap: var(--gap--gap-large);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.flex-horizontal.gap-medium {
  grid-column-gap: var(--gap--gap-medium);
  grid-row-gap: var(--gap--gap-medium);
}

.container.is-grid {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.is-grid-reverse {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.is-grid-reverse.is-slider {
  max-height: 90vh;
}

.container.flex-vertical {
  display: flex;
}

.container.flex-vertical.gap-large {
  grid-column-gap: var(--gap--gap-large);
  grid-row-gap: var(--gap--gap-large);
}

.container.flex-vertical.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.section {
  position: relative;
}

.section.is-technical {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section.background-color-primary {
  padding-top: var(--padding--padding-medium);
  padding-bottom: var(--padding--padding-medium);
  background-color: var(--palette--primary);
}

.section.is-atterraggio {
  background-image: url('../images/vitrum_pit_01-color.svg'), url('../images/Vitrum---Backround-Paper---V2_Architecture.webp');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: auto 120vh, auto;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.background-color-dark-texture {
  background-image: url('../images/Vitrum---Backround-Paper---V2_Architecture.webp');
  background-position: 50%;
  background-size: cover;
}

.section.is-footer {
  padding: var(--padding--padding-small) var(--padding--padding-medium);
  justify-content: center;
  align-items: center;
}

.section.is-footer.background-color-dark-texture {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.padding-small {
  padding: var(--padding--padding-small);
  overflow: hidden;
}

.section.padding-small.pad-top-medium {
  padding-top: var(--padding--padding-medium);
}

.section.padding-small.pad-top-bot-large {
  padding-top: var(--padding--padding-large);
  padding-bottom: var(--padding--padding-large);
}

.section.padding-small.pad-top-bot-large.flex-vertical {
  grid-column-gap: var(--padding--padding-large);
  grid-row-gap: var(--padding--padding-large);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section.padding-small.pad-top-bot-large.flex-vertical.gradient-residential {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--palette--accent-acqua), var(--palette--canvas) 45%);
}

.section.padding-small.pad-top-large {
  padding-top: var(--padding--padding-large);
}

.section.padding-small.pad-top-large.pad-bot-medium {
  padding-bottom: var(--padding--padding-medium);
}

.section.padding-small.pad-bot-large {
  padding-bottom: var(--padding--padding-large);
}

.section.padding-large {
  padding: var(--padding--padding-large);
}

.section.padding-large.pad-bot-small {
  padding-bottom: var(--padding--padding-small);
}

.section.padding-large.flex-vertical {
  grid-column-gap: var(--padding--padding-medium);
  grid-row-gap: var(--padding--padding-medium);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section.padding-large.pad-top-0 {
  padding-top: 0;
}

.section.padding-large.pad-top-medium {
  padding-top: var(--padding--padding-medium);
}

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

.section.padding-medium {
  padding: var(--padding--padding-medium);
}

.section.padding-medium.pad-lateral-small {
  padding-right: var(--padding--padding-small);
  padding-left: var(--padding--padding-small);
}

.section.padding-medium.pad-lateral-small.pad-bot-small {
  padding-bottom: var(--padding--padding-small);
}

.section.padding-medium.pad-top-bot-large {
  padding-top: var(--padding--padding-large);
  padding-bottom: var(--padding--padding-large);
}

.section.padding-medium.bg-residential {
  background-color: var(--palette--accent-acqua);
  background-image: linear-gradient(#a1d0d1cc, #a1d0d1cc), url('../images/pattern-02b.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 120%;
}

.section.is-mappa {
  background-color: var(--palette--primary);
  min-height: 600px;
}

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

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

.section.is-detail {
  width: 100%;
  padding: 40px var(--padding--padding-medium);
  flex-flow: column;
  display: flex;
}

.header_component {
  height: 100vh;
  min-height: 700px;
  color: var(--palette--canvas);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_container {
  z-index: 3;
  padding: var(--padding--padding-small);
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.header_hover {
  z-index: 2;
  background-color: var(--hover--hover-light);
  background-image: radial-gradient(circle at 50% 45%, #0000004d, #0000), linear-gradient(#0000004d, #0000 50%, #00000080);
  width: 100%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-wrapper {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 15rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.logo-wrapper.is-footer {
  height: auto;
}

.logo-wrapper.is-multiple {
  flex-flow: column;
}

.container_scroll-down {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 118px;
  margin-top: 40px;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.linea {
  background-color: var(--palette--tertiary);
  width: 1px;
  height: 80px;
  margin-bottom: 5px;
  position: relative;
}

.dot_scroll {
  z-index: 2;
  background-color: var(--palette--tertiary);
  width: 10px;
  height: 10px;
  position: relative;
  top: 0;
  left: auto;
  right: 4px;
}

.footer_wrapper {
  grid-row-gap: 4px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer_row {
  grid-column-gap: var(--gap--gap-small);
  grid-row-gap: 4px;
  color: var(--palette--canvas);
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 22px;
  display: flex;
}

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

.footer_link {
  color: var(--palette--accent-acqua);
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: color .35s;
}

.footer_link:hover {
  color: #ea5154b3;
}

.footer_link.small {
  text-transform: capitalize;
  font-size: 12px;
  text-decoration: underline;
}

.footer_link.capitalize-none {
  text-transform: none;
}

.footer_link.capitalize-none.size-16 {
  color: var(--palette--secondary);
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 26px;
}

.footer_link.capitalize-none.size-16:hover {
  color: #ea5154b3;
}

.heading-medium {
  max-width: 750px;
  font-family: var(--font--serif);
  letter-spacing: 1px;
  text-transform: none;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

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

.heading-medium.text-clipping-gradient {
  background-image: linear-gradient(90deg, var(--palette--accent-blue), var(--palette--tertiary) 50%, var(--palette--accent-red));
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  max-width: none;
  font-weight: 700;
}

.heading-small {
  letter-spacing: 1.5px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.heading-small.color-accent-red {
  color: var(--palette--accent-red);
  font-weight: 600;
}

.heading-small.color-accent-acqua {
  color: var(--palette--accent-acqua);
  font-weight: 600;
}

.heading-small.text-color-accent-blue {
  color: var(--palette--accent-blue);
  font-weight: 600;
}

.partner_container {
  grid-column-gap: var(--gap--gap-medium);
  grid-row-gap: var(--gap--gap-medium);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.partner_container.is-flex {
  grid-column-gap: var(--gap--gap-large);
  grid-row-gap: var(--gap--gap-large);
  flex-flow: wrap;
  align-items: stretch;
}

.partner_wrapper {
  grid-column-gap: var(--gap--gap-small);
  grid-row-gap: var(--gap--gap-small);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text_footer {
  font-family: var(--font--serif);
  color: var(--palette--accent-acqua);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 17px;
}

.text_footer.align-left {
  text-align: left;
  margin-bottom: 10px;
}

.link-partner {
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 80px;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

.link-partner.is-medium {
  width: 150px;
}

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

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

.form_container {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.form {
  width: 50%;
  height: 100%;
  padding: var(--padding--padding-medium);
  background-color: var(--palette--secondary);
  background-image: url('../images/Vitrum---Backround-Paper---V3_Nature.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_text {
  margin-bottom: 5px;
}

.form_link {
  color: var(--palette--accent-red);
  transition: color .35s;
}

.form_link:hover {
  color: #af3c3e;
}

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

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

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

.display-none {
  display: none;
}

.form_field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--palette--tertiary);
  width: 100%;
  font-family: var(--font--sans-serif);
  color: #686665;
  letter-spacing: .5px;
  background-color: #fff0;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 400;
}

.form_field:focus {
  border-bottom: 1px solid var(--palette--tertiary);
  color: #686665;
}

.form_field::placeholder {
  color: #686665;
}

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

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

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

.form_label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
}

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

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

.text_container.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.text_container.align-center._0-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.text_container.is-grid {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text_container.color-secondary {
  color: var(--palette--secondary);
}

.text_container.is-auto-right {
  min-width: 595px;
  margin-right: auto;
}

.contact_container {
  grid-column-gap: var(--gap--gap-medium);
  grid-row-gap: var(--gap--gap-medium);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact_wrapper {
  grid-column-gap: var(--gap--gap-medium);
  grid-row-gap: var(--gap--gap-medium);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact_wrapper.is-flex {
  grid-column-gap: var(--gap--gap-small);
  grid-row-gap: var(--gap--gap-small);
  flex-flow: column;
}

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

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

.horizontal-line.is-gradient {
  background-image: url('../images/gradient-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 3px;
}

.horizontal-line.is-gradient.is-abs {
  position: absolute;
  inset: 0% 0% auto;
}

.horizontal-line.is-gradient.is-spacer {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pittogramma-wrapper {
  z-index: 4;
  background-color: var(--light-grey\<deleted\|variable-73a7de32-8ecf-230a-adaa-2df4803c1392\>);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.header_image_wrap {
  z-index: 1;
  background-color: var(--light-grey\<deleted\|variable-73a7de32-8ecf-230a-adaa-2df4803c1392\>);
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.fit-cover.is-absolute {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

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

.fit-cover.left-0.min-300-heigh {
  min-height: 350px;
}

.gdpr {
  width: 100%;
  max-width: 1000px;
}

.gdpr h1 {
  font-family: var(--font--serif);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.gdpr h2 {
  color: var(--palette--black);
  margin-top: 20px;
  font-weight: 700;
}

.gdpr h3 {
  color: var(--palette--black);
  font-size: 14px;
}

.gdpr p {
  max-width: none;
  margin-bottom: 10px;
  font-size: 14px;
}

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

.gdpr a:hover {
  color: #e08788;
}

.gdpr ol {
  list-style-type: disc;
}

.dropdown_choice {
  border-bottom: 1px solid var(--hover--hover-light);
  color: var(--palette--black);
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.dropdown_choice:hover {
  background-color: var(--palette--secondary);
}

.dropdown_choice.w--current {
  color: #3ea6a8;
}

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

.dropdown_list {
  background-color: var(--palette--primary);
  color: var(--palette--black);
  font-weight: 400;
}

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

.section-2.cc-hero {
  min-height: 100vh;
  position: relative;
}

.main-container {
  max-width: 90rem;
  padding: 6rem;
}

.main-container.cc-hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.gradient-canvas {
  position: absolute;
  inset: 0%;
}

.section_logo {
  color: #fff;
  display: flex;
}

.section_logo-wrapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  display: flex;
}

.interactive-fluid-gradient_script {
  position: fixed;
}

.interactive-fluid-gradient_scripts {
  display: none;
}

.section-3.cc-hero {
  min-height: 100vh;
  position: relative;
}

.main-container-2 {
  max-width: 90rem;
  padding: 6rem;
}

.main-container-2.cc-hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.gradient-canvas-2 {
  position: absolute;
  inset: 0%;
}

.section_logo-2 {
  color: #fff;
  display: flex;
}

.section_logo-wrapper-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  display: flex;
}

.interactive-fluid-gradient_script-2 {
  position: fixed;
}

.interactive-fluid-gradient_scripts-2 {
  display: none;
}

.header_background {
  background-color: var(--palette--accent-acqua);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.box_wrapper {
  z-index: 1;
  filter: blur(160px);
  min-width: 100%;
  min-height: 90vh;
  position: absolute;
  overflow: hidden;
}

.color-box {
  height: 80vh;
  position: absolute;
}

.color-box._01 {
  background-color: var(--palette--secondary);
  border-radius: 50%;
  width: 60vw;
  top: -25%;
  left: 1%;
}

.color-box._02 {
  background-color: var(--palette--accent-acqua);
  border-radius: 50%;
  width: 80vw;
  top: -25%;
  right: -10%;
}

.color-box._03 {
  background-color: var(--palette--accent-red);
  border-radius: 50%;
  width: 80vw;
  bottom: -39%;
  left: -4%;
}

.color-box._04 {
  background-color: var(--palette--accent-blue);
  border-radius: 50%;
  width: 80vw;
  bottom: -25%;
  right: -25%;
}

.header_background-2 {
  background-color: var(--_base-collection-2---sea-serpent\<deleted\|variable-b041c1bd-27fa-1193-87cc-bee1417f36ab\>);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.box_wrapper-2 {
  z-index: 1;
  filter: blur(160px);
  min-width: 100%;
  min-height: 90vh;
  position: absolute;
  overflow: hidden;
}

.color-box-2 {
  height: 80vh;
  position: absolute;
}

.color-box-2._01 {
  background-color: var(--_base-collection-2---sea-serpent\<deleted\|variable-b041c1bd-27fa-1193-87cc-bee1417f36ab\>);
  border-radius: 50%;
  width: 60vw;
  top: -25%;
  left: 1%;
}

.color-box-2._02 {
  background-color: var(--_base-collection-2---persian-green\<deleted\|variable-5e84f378-a47e-c3c1-111d-405523601e82\>);
  border-radius: 50%;
  width: 80vw;
  top: -25%;
  right: -10%;
}

.color-box-2._03 {
  background-color: var(--_base-collection-2---green-blue\<deleted\|variable-f6ab602f-9f88-452a-fbdb-852054a760f9\>);
  border-radius: 50%;
  width: 80vw;
  bottom: -39%;
  left: -4%;
}

.color-box-2._04 {
  background-color: var(--_base-collection-2---sea-serpent\<deleted\|variable-b041c1bd-27fa-1193-87cc-bee1417f36ab\>);
  border-radius: 50%;
  width: 80vw;
  bottom: -25%;
  right: -25%;
}

.animation-item-2 {
  display: none;
}

.form_info {
  grid-column-gap: var(--padding--padding-medium);
  grid-row-gap: var(--padding--padding-medium);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  padding: 0;
  display: flex;
}

.button-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-gradient.is01 {
  background-color: #fdfbfa52;
  background-image: linear-gradient(272deg, #ea5154de, #4c439559);
  top: -3.3px;
  left: 3.3px;
  right: 0%;
}

.button-gradient.is02 {
  background-image: linear-gradient(272deg, var(--palette--accent-blue), #d8d4f873);
  top: -3.3px;
  left: 3.3px;
  right: 0%;
}

.button-gradient.is03 {
  background-image: linear-gradient(272deg, #7cb8b9, #dedfdf4a);
  top: -3.3px;
  left: 3.3px;
  right: 0%;
}

.button-text {
  z-index: 2;
  position: relative;
  bottom: 2.5px;
}

.footer-text {
  color: #fdfbfa96;
  letter-spacing: .8px;
  line-height: 18px;
}

.pittogramma_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: auto;
  width: 100px;
  height: 75px;
  margin-bottom: 3rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.pittogram_item {
  object-fit: contain;
  width: 50px;
  position: static;
}

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

.button-border:where(.w-variant-4136c41b-f30d-b7e7-4d4a-6ae3ccbef4d1) {
  border-color: var(--palette--accent-acqua);
  color: var(--palette--accent-acqua);
}

.button-border:where(.w-variant-436a23cf-9b74-c293-beb6-b5b225f98053) {
  border-color: var(--palette--accent-red);
  color: var(--palette--accent-red);
}

.button-border:where(.w-variant-e734004a-5dc0-c85a-672f-0985756f2923) {
  border-color: var(--palette--accent-blue);
  color: var(--palette--accent-blue);
}

.button-border:where(.w-variant-35450440-2708-5531-c8f9-cfa1441d3570) {
  border-color: var(--palette--accent-acqua);
  background-color: var(--palette--accent-acqua);
  color: var(--palette--black);
}

.button-border:where(.w-variant-17d1246c-a265-e63d-8605-85b3e4bd9d95) {
  background-color: var(--palette--primary);
  color: var(--palette--black);
}

.button-border:hover {
  background-color: var(--palette--secondary);
  color: var(--palette--black);
}

.button-border:hover:where(.w-variant-4136c41b-f30d-b7e7-4d4a-6ae3ccbef4d1) {
  background-color: var(--palette--accent-acqua);
}

.button-border:hover:where(.w-variant-436a23cf-9b74-c293-beb6-b5b225f98053) {
  background-color: var(--palette--accent-red);
  color: var(--palette--primary);
}

.button-border:hover:where(.w-variant-e734004a-5dc0-c85a-672f-0985756f2923) {
  background-color: var(--palette--accent-blue);
  color: var(--palette--primary);
}

.button-border:hover:where(.w-variant-35450440-2708-5531-c8f9-cfa1441d3570), .button-border:hover:where(.w-variant-17d1246c-a265-e63d-8605-85b3e4bd9d95) {
  background-color: #0000;
}

.button-border.verde-acqua-reverse {
  border-color: var(--palette--accent-acqua);
  background-color: var(--palette--accent-acqua);
  color: var(--palette--black);
}

.button-border.verde-acqua-reverse:hover {
  background-color: #0000;
}

.button-border.verde-acqua-reverse.letter-spacing-small {
  letter-spacing: 1px;
}

.button-border.verde-acqua {
  border-color: var(--palette--accent-acqua);
  color: var(--palette--accent-acqua);
}

.button-border.verde-acqua:hover {
  background-color: var(--palette--accent-acqua);
}

.button-border.verde-acqua-reverse-2 {
  border-color: var(--palette--accent-acqua);
  background-color: var(--palette--accent-acqua);
  color: var(--palette--black);
}

.button-border.verde-acqua-reverse-2:hover {
  background-color: #0000;
}

.heading-medium-large {
  font-family: var(--font--serif);
  font-size: 22px;
  line-height: 27px;
}

.text-allcaps-small {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
}

.list-order-item {
  list-style-type: lower-alpha;
}

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

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

.heading-hero {
  max-width: 750px;
  font-family: var(--font--serif);
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.heading-hero.max850 {
  max-width: 850px;
}

.nav_link {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex: none;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.nav_link.is-menu {
  color: #1c1c1c;
}

.nav_list {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex: none;
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: none;
  display: flex;
}

.icon-nav_link {
  color: #fff;
  background-image: url('../images/pit-white-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.menu-open {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.nav_logo {
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  display: flex;
}

.nav_background {
  background-color: #f2f2f2;
  width: 100%;
  min-width: 100%;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_component {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.icon-hover.w--current {
  display: none;
}

.nav_line {
  background-color: #f2f2f24d;
  height: 1px;
  position: absolute;
  inset: auto 3vw 0%;
}

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

.nav_container {
  z-index: 5;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.menu_list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.menu_component {
  z-index: 15;
  background-image: url('../images/Vitrum---Backround-Paper---V2_Clean.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 100vh;
  min-height: 600px;
  padding: 160px 30px 60px 60px;
  display: flex;
  position: fixed;
  inset: 0% -600px 0% auto;
  overflow: auto;
}

.menu_container {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.logo-menu {
  display: none;
}

.menu-close {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  position: absolute;
  inset: 0% 30px auto auto;
}

.icon-close {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.menu_link {
  opacity: .5;
  font-family: var(--font--serif);
  color: var(--palette--canvas);
  margin-left: 5px;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  transition: opacity .25s;
}

.menu_link:hover, .menu_link.w--current {
  opacity: 1;
}

.menu-link_div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.close_txt {
  color: #f2f2f2;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 16px;
}

.menu-column {
  flex-flow: column;
  justify-content: space-between;
  font-size: 12px;
  display: flex;
}

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

.image_contain.is-pattern-2 {
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.menu-info_wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  width: 100%;
  display: flex;
}

.p-large {
  max-width: 750px;
}

.p-large.margin-top {
  margin-top: 40px;
}

.p-large.align-left {
  text-align: left;
  min-height: 105px;
}

.p-large.color-secondary {
  color: var(--palette--secondary);
}

.p-large.max550 {
  max-width: 550px;
}

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

.button-wrap.flex-horizontal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

.image-wrap.is-commercial {
  background-color: var(--palette--secondary);
  position: relative;
  overflow: hidden;
}

.image-wrap.max-300 {
  min-width: 200px;
  max-width: 350px;
  min-height: 300px;
  margin-left: auto;
}

.card-container {
  grid-column-gap: var(--gap--gap-small);
  grid-row-gap: var(--gap--gap-small);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-wrapper {
  background-color: var(--palette--primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 35vw;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-card-color {
  z-index: 1;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.bg-card-color.residential {
  z-index: 2;
  background-color: var(--palette--accent-acqua);
}

.bg-card-color.residential.blending-normal {
  z-index: 3;
  mix-blend-mode: normal;
}

.bg-card-color.retail {
  background-color: var(--palette--accent-red);
  opacity: .7;
}

.bg-card-color.retail.blending-normal {
  opacity: 1;
  mix-blend-mode: normal;
}

.bg-card-color.office {
  background-color: var(--palette--accent-blue);
  opacity: .6;
}

.bg-card-color.office.blending-normal {
  opacity: 1;
  mix-blend-mode: normal;
}

.bg-card-color.blending-normal {
  mix-blend-mode: normal;
}

.title-card {
  z-index: 5;
  font-family: var(--font--serif);
  color: var(--palette--canvas);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  position: relative;
}

.text-card {
  z-index: 5;
  color: var(--palette--canvas);
  text-align: center;
  font-size: 18px;
  font-style: italic;
  position: absolute;
  inset: auto 20px 40px;
}

.pit-residential {
  z-index: 4;
  background-image: url('../images/pit-residential.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 235px;
  height: 235px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pit-residential.small {
  opacity: .3;
  width: 150px;
  height: 150px;
}

.pit-retail {
  z-index: 4;
  background-image: url('../images/pit-retail.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 118px;
  height: 235px;
  position: absolute;
  top: 0%;
  left: auto;
  right: 0%;
}

.pit-office {
  z-index: 4;
  background-image: url('../images/pit-office.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 235px;
  height: 118px;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.text-wrap.is-retail {
  background-color: var(--palette--accent-red);
  justify-content: center;
  align-items: center;
  padding: 10vw;
}

.text-wrap.is-office {
  background-color: var(--palette--accent-blue);
  justify-content: center;
  align-items: center;
  padding: 10vw;
}

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

.heading-extra-small {
  font-family: var(--font--serif);
  color: #0d0c0b;
  text-align: left;
  letter-spacing: .5px;
  text-transform: none;
  font-size: 26px;
  line-height: 36px;
}

.heading-extra-small.align-center {
  text-align: center;
}

.tiles_wrap {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 100px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
  position: relative;
}

.tiles_wrap.is-grid-double {
  grid-column-gap: var(--gap--gap-small);
  grid-row-gap: var(--gap--gap-small);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1300px;
  display: grid;
}

.tile_container {
  width: 20vw;
  min-width: 290px;
  max-width: 340px;
}

.tile_container.big {
  width: auto;
  min-width: 400px;
  max-width: none;
}

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

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

.tile_image {
  width: 100%;
  min-width: 200px;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.tile_image.big {
  height: 700px;
}

.text-allcaps-extra-small {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.slider-container {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.slide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 1005px;
  display: grid;
}

.arrow {
  width: 50px;
  height: 50px;
  color: var(--palette--secondary);
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.arrow.color-tertiary {
  color: var(--palette--tertiary);
}

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

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

.capitolati {
  flex-flow: column;
  display: flex;
  position: relative;
}

.switch-01 {
  background-color: var(--palette--accent-acqua);
  cursor: pointer;
  border-radius: 20px;
  align-items: center;
  width: 70px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px;
  display: flex;
  position: relative;
}

.container_img {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.container_img.is-mood {
  flex: 0 auto;
  width: 50%;
}

.switch_dot {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.capitolato_mood_wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.switch_txt-01 {
  color: #a39bff;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  display: flex;
}

.txt_wrap_no-animation {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.switch_label {
  color: var(--palette--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.switch_wrap-01 {
  color: #545454;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: 5vw;
  display: flex;
}

.container-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.container-flex.is_capitolato {
  grid-column-gap: var(--gap--gap-large);
  grid-row-gap: var(--gap--gap-large);
}

.container-flex.is_capitolato.signature {
  z-index: 2;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: absolute;
  inset: 0%;
}

.container-flex.is_capitolato.essential {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
}

.main-navbar {
  z-index: 0;
  background-color: var(--palette--primary);
  background-image: linear-gradient(180deg, var(--palette--accent-blue), var(--palette--accent-acqua) 50%, var(--palette--accent-red));
  border-right: 1px solid #fff8df3b;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.nav-link-gallery {
  z-index: 1;
  grid-row-gap: 2.2em;
  color: #3b3733b3;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 110px;
  text-decoration: none;
  transition: color .35s;
  display: flex;
  position: relative;
}

.nav-link-gallery:hover, .nav-link-gallery.w--current {
  color: var(--palette--black);
}

.nav-link-gallery.is-progetto {
  transform: translate(0, -20px);
}

.nav-links-wrapper {
  z-index: 1;
  grid-column-gap: var(--gap--gap-medium);
  grid-row-gap: var(--gap--gap-medium);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.navbar-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-w3 {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.gutter-outside {
  max-width: 80em;
}

.section-02 {
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
  margin-left: 50px;
}

.tutorial-description {
  padding-top: 100px;
  padding-bottom: 3em;
  font-size: 1.2em;
}

.section-01 {
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  padding-top: 0;
}

.section-03 {
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
  margin-left: 50px;
}

.text-grey {
  font-family: var(--font--serif);
  color: var(--palette--black);
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400;
}

.custom-css {
  display: none;
}

.icon-nav_gallery {
  color: #fff;
  background-image: url('../images/pit-white-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.text-block {
  transform: rotate(-90deg);
}

.section-00 {
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  padding-top: 0;
}

.video_component {
  z-index: 1;
  flex: none;
  width: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  position: relative;
}

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

.gallery-01_item_container {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.gallery-01_image_hover {
  z-index: 2;
  opacity: 0;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  transition: opacity .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  inset: 0;
}

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

.gallery-01_item {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-embed-xxsmall-2 {
  border: 1px solid var(--palette--canvas);
  width: 50px;
  height: 50px;
  color: var(--palette--canvas);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.lightbox-gallery {
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

.slider-11_progress-fill {
  background-color: var(--palette--black);
  width: 0%;
  height: 100%;
  position: relative;
}

.heading-capitolato {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.logo-partner {
  object-fit: contain;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo-partner.h-30 {
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo-partner.h-40 {
  height: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.logo-partner.h-20 {
  height: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.logo-partner.h-10 {
  height: 15px;
  margin-top: 27.5px;
  margin-bottom: 27.5px;
}

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

.logo-hero {
  height: 200px;
}

.linl-discover {
  border-bottom: 1px solid var(--palette--canvas);
  color: var(--palette--canvas);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-underline-offset: 2px;
  margin-top: 20px;
  text-decoration: none;
  transition: border-color .35s;
}

.linl-discover:hover {
  border-bottom-color: #0000;
}

.vertical-line {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--palette--accent-blue), var(--palette--accent-acqua) 50%, var(--palette--accent-red));
  width: 3px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block {
  background-color: var(--palette--primary);
  padding: 10vw;
}

.text-span {
  color: var(--palette--accent-red);
  font-weight: 700;
}

.mappa {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pattern_div {
  z-index: 1;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 0% -6vw auto;
  overflow: hidden;
}

.pattern_div.is-residential-2 {
  width: 19vw;
  height: 20vw;
  inset: -4vw auto auto 0%;
}

.pattern_div.is-residential-3 {
  width: 11vw;
  height: 20vw;
  inset: 10vw 0% auto auto;
}

.pattern_div.is-residential-4 {
  width: 20vw;
  height: 10vw;
  bottom: 0;
  left: auto;
  right: 0%;
}

.label-component {
  z-index: 10;
  font-family: var(--font--serif);
  color: var(--palette--black);
  letter-spacing: .5px;
  background-image: linear-gradient(#a1d0d199, #a1d0d199), url('../images/pattern-02b.svg');
  background-position: 0 0, 50%;
  background-size: auto, 120%;
  padding: 10px;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
  position: fixed;
  inset: 25vw auto auto -120px;
  transform: rotate(-90deg);
}

.label-component:hover {
  background-image: linear-gradient(#a1d0d1, #a1d0d1), url('../images/pattern-02b.svg');
  background-position: 0 0, 50%;
  background-size: auto, 120%;
}

.flag-01_icon {
  z-index: 2;
  width: 50px;
  height: 50px;
  color: var(--palette--black);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.flag-01_icon.color-accent-acqua {
  background-color: var(--palette--accent-acqua);
}

.flag-01_container {
  z-index: 10;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 20vh;
  right: 0;
}

.flag-01_component {
  background-color: var(--palette--primary);
  width: 50px;
  color: var(--palette--black);
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flag-01_component:hover {
  width: 100%;
}

.flag-01_component.appartamenti {
  background-image: linear-gradient(90deg, #a1d0d180, var(--palette--accent-acqua)), url('../images/pattern-02b.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 120%;
  transition: width .25s cubic-bezier(.165, .84, .44, 1);
}

.flag-01_text_wrapper {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.flag-01_text {
  font-family: var(--font--serif);
  text-align: center;
  letter-spacing: .5px;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

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

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

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

.detail-icon {
  width: 20px;
  height: 20px;
  font-size: 10px;
}

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

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

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

.pagination {
  color: var(--palette--black);
  padding: 12px;
  font-size: 1em;
  font-weight: 400;
}

.apartment-list-wrapper {
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.tecma-multiselect-wrapper {
  width: 100%;
  max-width: 300px;
  max-height: 50px;
  color: var(--palette--black);
  letter-spacing: 0;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  transition: background-color .35s;
  display: flex;
}

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

.filter-row.display-none {
  display: none;
}

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

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

.text-block-12 {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}

.text-span-2 {
  font-size: 16px;
  font-weight: 400;
}

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

.filter-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--palette--canvas);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  min-width: 400px;
  height: 100svh;
  padding: 80px 20px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: auto;
}

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

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

.flex-block.display-none {
  display: none;
}

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

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

.plani-details.is-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 280px;
  display: flex;
}

.filter_bar {
  display: none;
}

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

.title-card-listing {
  font-family: var(--font--serif);
  color: var(--palette--black);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

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

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

.button-3.sort {
  background-color: #81a1a6;
  border-color: #0000;
  width: 100%;
  min-width: 300px;
  min-height: 64px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-3.is-reset {
  text-transform: lowercase;
  direction: ltr;
  background-color: #0000;
  border-style: none;
  width: 100%;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 500;
}

.button-3.is-reset:hover {
  border-style: none;
}

.text-block-2 {
  font-family: var(--font--serif);
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
}

.card-plani_image {
  z-index: 1;
  background-color: var(--palette--canvas);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.detail-text {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}

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

.card-plani_text {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  display: flex;
  position: relative;
}

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

.price-big {
  font-family: var(--font--serif);
  color: var(--palette--black);
  white-space: nowrap;
  font-size: 24px;
}

.plani-hover {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

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

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

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

.image-plani {
  width: auto;
  max-height: 65vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-5 {
  flex-direction: column;
  padding: 10vw;
  display: flex;
  position: relative;
}

.section-5.is-detail {
  width: 100%;
  padding: 40px 5vw;
}

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

.preventivo-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.preventivo-wrap.display-none {
  display: none;
}

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

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

.torna-lista:hover {
  padding-left: 10px;
  text-decoration: none;
}

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

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

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

.plani-floor {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 600;
}

.placeholder-menu {
  z-index: -1;
  background-color: var(--palette--tertiary);
  width: 100%;
  height: 80px;
  position: relative;
}

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

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

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

.popup_box-area {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  padding: 40px;
  display: flex;
  position: relative;
}

.popup_box-area.is-accedi {
  background-color: var(--palette--primary);
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-top: 60px;
  padding-bottom: 60px;
}

.popup_component {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0009;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.popup_line-area {
  background-color: var(--palette--black);
  flex: none;
  width: 80%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.x-04_asta {
  background-color: var(--palette--primary);
  flex: none;
  width: 3px;
  height: 65%;
  position: absolute;
  transform: rotate(45deg);
}

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

.popup_title-area {
  font-family: var(--font--serif);
  letter-spacing: 0;
  text-transform: none;
  font-size: 2em;
  line-height: 1.2;
}

.popup-04_button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f38e52;
  margin-top: 20px;
  padding: 13px 20px 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.popup_container-area {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  position: relative;
}

.slider {
  height: 100%;
}

.arrow_wrap {
  background-color: #fdfbfa;
  background-image: linear-gradient(45deg, var(--palette--accent-blue), var(--palette--accent-red));
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.img-contain {
  object-fit: contain;
  object-position: 50% 50%;
  width: 35px;
  max-width: none;
  height: 35px;
}

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

.img-contain.left {
  transform: rotate(90deg);
}

.img-contain.right {
  transform: rotate(-90deg);
}

.trigger-labels {
  width: 100%;
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.wrap-footer {
  position: relative;
}

.conferma-filtri {
  z-index: 20;
  cursor: pointer;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
}

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

@media screen and (max-width: 991px) {
  body {
    --palette--canvas: #fdfbfa;
    --font--sans-serif: acumin-pro-semi-condensed, sans-serif;
    --palette--black: #3b3733;
    --padding--padding-medium: 5vw;
    --palette--secondary: var(--palette--primary);
    --palette--accent-acqua: #a1d0d1;
    --palette--primary: #f6eee2;
    --palette--accent-blue: #4c4395;
    --palette--accent-red: #ea5154;
    --hover--hover-medium: #00000080;
    --gap--gap-large: 10vw;
    --gap--gap-medium: 5vw;
    --gap--gap-small: 3vw;
    --padding--padding-nedium\<deleted\|variable-6e27c886-4cdc-9427-54c2-f6f16fd0ef86\>: 40px;
    --padding--padding-large: 10vw;
    --padding--padding-small: 3vw;
    --hover--hover-light: #0003;
    --palette--tertiary: var(--palette--black);
    --font--serif: ador-hairline, sans-serif;
    --light-grey\<deleted\|variable-73a7de32-8ecf-230a-adaa-2df4803c1392\>: #e0e0e0;
    --palette--on-primary: #5b4dff;
    --hover--hover-dark: #000000b3;
  }

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

  .footer_component {
    padding-top: var(--padding--padding-medium);
    padding-bottom: var(--padding--padding-medium);
  }

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

  .container.gap-40 {
    grid-column-gap: var(--gap--gap-medium);
    grid-row-gap: var(--gap--gap-medium);
  }

  .container.is-grid, .container.is-grid-reverse {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .section {
    padding: var(--padding--padding-large) var(--padding--padding-medium);
  }

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

  .section.is-footer.background-color-dark-texture {
    padding-top: 5vw;
    padding-bottom: var(--padding--padding-medium);
  }

  .section.padding-small.pad-0-tab, .section.padding-large.pad-bot-small {
    padding-top: 10vw;
  }

  .section.padding-large.pad-bot-small.pad-top-0-tablet {
    padding-top: 0;
  }

  .section.is-mappa {
    min-height: 500px;
  }

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

  .section.pad-0-tab, .section.pad-0-tablet, .section.is-0-tablet {
    padding: 0;
  }

  .header_component {
    flex-direction: column;
    align-items: center;
  }

  .header_component.is-full {
    justify-content: flex-end;
    align-items: center;
  }

  .header_container {
    width: 90%;
    padding-top: var(--padding--padding-large);
    padding-bottom: var(--padding--padding-large);
    grid-column-gap: var(--gap--gap-large);
    grid-row-gap: var(--gap--gap-large);
    align-self: center;
  }

  .logo-wrapper {
    margin-bottom: var(--padding--padding-nedium\<deleted\|variable-6e27c886-4cdc-9427-54c2-f6f16fd0ef86\>);
  }

  .logo-wrapper.is-footer {
    width: 10rem;
    margin-bottom: 0;
  }

  .container_scroll-down {
    margin-top: 40px;
  }

  .footer_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_link {
    white-space: nowrap;
  }

  .heading-medium {
    max-width: 650px;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-medium.align-center {
    font-size: 30px;
    line-height: 40px;
  }

  .partner_container {
    flex-wrap: wrap;
    width: 80%;
  }

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

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

  .form {
    order: -9999;
    width: 100%;
  }

  .form_field {
    letter-spacing: .5px;
    line-height: 20px;
  }

  .horizontal-line.is-gradient.hide-tablet {
    display: none;
  }

  .header_image_wrap {
    background-image: none;
    width: 100%;
    min-height: 700px;
  }

  .form_info {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    width: 100%;
    min-height: 600px;
    display: flex;
    position: relative;
  }

  .text-allcaps-small {
    font-size: 25px;
    line-height: 35px;
  }

  .background-video {
    background-image: none;
    width: 100%;
    min-height: 700px;
  }

  .heading-hero {
    max-width: 650px;
    font-size: 35px;
    line-height: 45px;
  }

  .nav_link.is-menu {
    color: #f2f2f2;
  }

  .nav_list {
    display: none;
  }

  .menu-open {
    display: flex;
  }

  .nav_component {
    flex-direction: row;
    height: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu_component {
    z-index: 30;
    width: 100%;
    min-width: auto;
    right: -100%;
  }

  .logo-menu {
    width: 250px;
    display: flex;
    position: absolute;
    inset: 30px auto auto 30px;
  }

  .menu-close {
    height: 80px;
    right: 30px;
  }

  .image-wrap.max-300.hide-tablet {
    display: none;
  }

  .card-wrapper {
    height: 35vw;
    min-height: 350px;
  }

  .bg-card-color.blending-normal, .bg-card-color.blending-normal.retail, .bg-card-color.blending-normal.office {
    opacity: .5;
  }

  .text-wrap.is-retail, .text-wrap.is-office {
    padding: 5vw;
  }

  .tiles_wrap {
    grid-row-gap: 30px;
  }

  .tile_container {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: 30vw;
    min-width: 240px;
  }

  .tile_container.big {
    min-width: 350px;
  }

  .tile_image {
    min-width: 45%;
    height: 300px;
  }

  .tile_image.big {
    height: 400px;
  }

  .text-allcaps-extra-small {
    font-size: 30px;
  }

  .slide-wrapper {
    height: auto;
  }

  .image-cover {
    min-height: 24vh;
  }

  .capitolati {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .switch-01 {
    width: 66px;
    height: 34px;
    padding: 4px;
  }

  .container_img {
    flex-flow: column;
    max-height: 600px;
  }

  .container_img.is-grid {
    max-height: none;
  }

  .container_img.is-mood {
    width: 100%;
    max-height: none;
  }

  .switch_dot {
    width: 26px;
    height: 26px;
  }

  .capitolato_mood_wrapper {
    margin-top: 40px;
  }

  .txt_wrap_no-animation {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .switch_wrap-01 {
    margin-bottom: 40px;
  }

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

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

  .container-flex.is_capitolato.signature {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    bottom: auto;
  }

  .main-navbar {
    border-bottom: 1px solid #fff8df3b;
    border-right-width: 0;
  }

  .nav-link-gallery {
    transform: none;
  }

  .section-02, .section-01, .section-00 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .gallery-01_item_container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .gallery-01_item {
    height: 30vw;
  }

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

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

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

  .div-block {
    padding: 5vw;
  }

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

  .pattern_div.is-residential-2, .pattern_div.is-residential-3, .pattern_div.is-residential-4 {
    top: -5vw;
  }

  .flag-01_icon.color-accent-acqua {
    background-color: #0000;
  }

  .flag-01_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    inset: auto 0% 0%;
  }

  .flag-01_component {
    flex-flow: row-reverse;
    flex: 1;
    justify-content: center;
    align-items: stretch;
    width: auto;
  }

  .flag-01_component:hover {
    width: auto;
  }

  .flag-01_component.appartamenti {
    flex-flow: row-reverse;
  }

  .flag-01_text_wrapper {
    flex: 0 auto;
  }

  .close_filter {
    background-color: #0a1f33;
    display: flex;
    top: 40px;
    right: 40px;
  }

  .pagination.tablet-show {
    width: 100%;
  }

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

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

  .listing-tile {
    flex: 1;
    min-width: 350px;
    max-width: none;
  }

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

  .filter-container {
    z-index: 30;
    width: 100%;
    min-width: auto;
    max-width: 450px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: fixed;
    left: -450px;
  }

  .filters_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    cursor: pointer;
    background-color: #0a1f33;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    display: flex;
  }

  .filter_bar {
    z-index: 19;
    background-color: #faf5f2;
    border-top: 1px solid #81a1a6;
    border-bottom: 1px solid #81a1a6;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px 40px;
    display: flex;
    position: sticky;
    top: 70px;
  }

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

  .plani-image {
    width: 40vw;
    height: auto;
  }

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

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

  .section-5 {
    padding-left: 32px;
    padding-right: 32px;
  }

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

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

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

  .placeholder-menu {
    height: 70px;
  }

  .popup_box-area {
    flex: none;
    position: static;
  }

  .popup_component {
    padding: 40px;
  }

  .x-04_asta {
    background-color: #fff;
  }

  .popup_container-area {
    flex-direction: column;
    position: static;
  }

  .arrow_wrap {
    width: 35px;
    height: 35px;
  }

  .img-contain.left, .img-contain.right {
    width: 25px;
    height: 25px;
  }

  .trigger-labels {
    height: 150px;
  }

  .conferma-filtri {
    width: auto;
    color: var(--palette--canvas);
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #0a1f33;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    display: flex;
    top: 40px;
    right: 40px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --palette--canvas: #fdfbfa;
    --font--sans-serif: acumin-pro-semi-condensed, sans-serif;
    --palette--black: #3b3733;
    --padding--padding-medium: 5vw;
    --palette--secondary: var(--palette--primary);
    --palette--accent-acqua: #a1d0d1;
    --palette--primary: #f6eee2;
    --palette--accent-blue: #4c4395;
    --palette--accent-red: #ea5154;
    --hover--hover-medium: #00000080;
    --gap--gap-large: 10vw;
    --gap--gap-medium: 5vw;
    --gap--gap-small: 3vw;
    --padding--padding-nedium\<deleted\|variable-6e27c886-4cdc-9427-54c2-f6f16fd0ef86\>: 40px;
    --padding--padding-large: 60px;
    --padding--padding-small: 30px;
    --hover--hover-light: #0003;
    --palette--tertiary: var(--palette--black);
    --font--serif: ador-hairline, sans-serif;
    --light-grey\<deleted\|variable-73a7de32-8ecf-230a-adaa-2df4803c1392\>: #e0e0e0;
    --palette--on-primary: #5b4dff;
    --hover--hover-dark: #000000b3;
  }

  .container.gap-40 {
    grid-column-gap: var(--gap--gap-small);
    grid-row-gap: var(--gap--gap-small);
  }

  .section.is-atterraggio {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.is-footer {
    padding-top: var(--padding--padding-medium);
    padding-bottom: var(--padding--padding-medium);
  }

  .section.padding-small.pad-top-bot-large.flex-vertical {
    padding-left: var(--padding--padding-small);
  }

  .section.padding-large {
    padding-top: var(--padding--padding-large);
  }

  .section.padding-large.pad-bot-small {
    padding-bottom: 10vw;
  }

  .section.padding-large._5-pad-mob {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.padding-medium.pad-top-bot-large.pad-0-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .section.is-mappa {
    min-height: 400px;
  }

  .header_component.is-full {
    min-height: 600px;
  }

  .header_container {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .logo-wrapper {
    width: 160px;
  }

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

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

  .heading-medium.align-center {
    font-size: 25px;
    line-height: 35px;
  }

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

  .form_container {
    flex-flow: column;
    display: flex;
  }

  .button-container {
    margin-top: 4vw;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .text_container.is-auto-right {
    min-width: auto;
  }

  .horizontal-line.is-gradient.is-spacer {
    margin-top: 0;
    margin-bottom: 0;
  }

  .header_background {
    height: 100vh;
    min-height: 600px;
    display: none;
  }

  .color-box._01 {
    height: 60vw;
    top: -10%;
  }

  .color-box._02 {
    height: 80vw;
    top: -16%;
  }

  .color-box._03 {
    height: 80vw;
    bottom: -12%;
  }

  .color-box._04 {
    height: 80vw;
    bottom: 6%;
  }

  .header_background-2 {
    height: 100vh;
    min-height: 600px;
  }

  .form_info {
    min-height: 500px;
  }

  .pittogramma_wrapper {
    width: 60px;
    height: 45px;
  }

  .pittogram_item {
    width: 30px;
  }

  .heading-medium-large {
    font-size: 18px;
  }

  .text-allcaps-small {
    font-size: 28px;
    line-height: 30px;
  }

  .heading-hero {
    max-width: 550px;
    font-size: 28px;
    line-height: 32px;
  }

  .nav_logo {
    width: 150px;
  }

  .menu_component {
    height: auto;
    min-height: auto;
  }

  .logo-menu {
    width: 200px;
  }

  .button-wrap {
    margin-top: 4vw;
  }

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

  .image-wrap.max-300.hide-mobile {
    display: none;
  }

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

  .title-card {
    font-size: 22px;
    line-height: 25px;
  }

  .text-wrap.is-retail {
    padding: 30px;
  }

  .heading-extra-small {
    font-size: 22px;
    line-height: 30px;
  }

  .tiles_wrap {
    grid-row-gap: 30px;
  }

  .tile_container {
    flex: 1;
    min-width: 250px;
    max-width: 50vw;
  }

  .tile_container.big {
    min-width: auto;
  }

  .tile_image.big {
    height: 300px;
  }

  .text-allcaps-extra-small {
    font-size: 22px;
    line-height: 30px;
  }

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

  .container-flex.is_capitolato.signature, .main-navbar {
    display: none;
  }

  .nav-link-gallery {
    font-size: .8rem;
  }

  .gallery-01_lightbox_slide {
    margin-right: 10px;
  }

  .gallery-01_item_container {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-01_item {
    height: 44vw;
  }

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

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

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

  .logo-hero {
    height: 150px;
  }

  .listing-tile {
    min-width: 300px;
  }

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

  .plani-image {
    width: 100%;
    max-width: 350px;
  }

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

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

  .popup_component {
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --palette--canvas: #fdfbfa;
    --font--sans-serif: acumin-pro-semi-condensed, sans-serif;
    --palette--black: #3b3733;
    --padding--padding-medium: 20px;
    --palette--secondary: var(--palette--primary);
    --palette--accent-acqua: #a1d0d1;
    --palette--primary: #f6eee2;
    --palette--accent-blue: #4c4395;
    --palette--accent-red: #ea5154;
    --hover--hover-medium: #00000080;
    --gap--gap-large: 10vw;
    --gap--gap-medium: 5vw;
    --gap--gap-small: 3vw;
    --padding--padding-nedium\<deleted\|variable-6e27c886-4cdc-9427-54c2-f6f16fd0ef86\>: 40px;
    --padding--padding-large: 30px;
    --padding--padding-small: 20px;
    --hover--hover-light: #0003;
    --palette--tertiary: var(--palette--black);
    --font--serif: ador-hairline, sans-serif;
    --light-grey\<deleted\|variable-73a7de32-8ecf-230a-adaa-2df4803c1392\>: #e0e0e0;
    --palette--on-primary: #5b4dff;
    --hover--hover-dark: #000000b3;
  }

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

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

  .container.is-technical {
    padding-right: var(--padding--padding-nedium\<deleted\|variable-6e27c886-4cdc-9427-54c2-f6f16fd0ef86\>);
    padding-left: var(--padding--padding-nedium\<deleted\|variable-6e27c886-4cdc-9427-54c2-f6f16fd0ef86\>);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section {
    padding-top: var(--padding--padding-medium);
    padding-bottom: var(--padding--padding-medium);
  }

  .section.is-footer {
    padding-right: var(--padding--padding-small);
    padding-left: var(--padding--padding-small);
  }

  .section.is-footer.background-color-dark-texture {
    padding-top: 20px;
    padding-right: var(--padding--padding-small);
  }

  .section.padding-small.pad-0-tab {
    padding-top: 0;
  }

  .section.padding-medium.pad-top-bot-large.pad-0-mobile {
    padding-bottom: 0;
  }

  .header_component.is-full {
    min-height: 550px;
  }

  .header_container {
    width: 100%;
    padding-top: var(--padding--padding-nedium\<deleted\|variable-6e27c886-4cdc-9427-54c2-f6f16fd0ef86\>);
    padding-bottom: var(--padding--padding-nedium\<deleted\|variable-6e27c886-4cdc-9427-54c2-f6f16fd0ef86\>);
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

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

  .footer_row {
    flex-direction: column;
  }

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

  .heading-medium.align-center {
    max-width: 300px;
    font-size: 20px;
    line-height: 30px;
  }

  .partner_container {
    grid-column-gap: var(--gap--gap-large);
    grid-row-gap: var(--gap--gap-large);
  }

  .link-partner {
    width: 90px;
    height: 50px;
  }

  .button-container {
    margin-top: 4vw;
  }

  .form_field {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .contact_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .pittogramma-wrapper {
    width: 50px;
    height: 50px;
  }

  .header_image_wrap {
    min-height: 450px;
  }

  .gdpr h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .color-box._01, .color-box._02 {
    height: 50vh;
  }

  .color-box._03 {
    height: 80vh;
  }

  .color-box._04 {
    height: 50vh;
  }

  .form_info {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    align-items: center;
    min-height: 400px;
  }

  .text-allcaps-small {
    font-size: 23px;
    line-height: 24px;
  }

  .background-video {
    min-height: 450px;
  }

  .nav_link.is-menu {
    font-size: 16px;
  }

  .nav_logo {
    width: 130px;
  }

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

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

  .menu_component {
    padding-top: 140px;
    padding-left: 20px;
  }

  .menu_container {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .logo-menu {
    width: 150px;
    left: 20px;
  }

  .menu-close {
    right: 20px;
  }

  .menu_link {
    font-size: 25px;
    line-height: 30px;
  }

  .close_txt {
    font-size: 16px;
  }

  .menu-info_wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-left: 20px;
  }

  .button-wrap {
    margin-top: 4vw;
  }

  .image-wrap.hide-mobile {
    display: none;
  }

  .card-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .card-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    height: 30vw;
    min-height: 250px;
  }

  .text-card {
    position: relative;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .tile-txt_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-extra-small {
    text-align: left;
  }

  .tiles_wrap.is-grid-double {
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .tile_container {
    max-width: none;
  }

  .tile_image.big {
    height: 200px;
  }

  .text-allcaps-extra-small {
    font-size: 23px;
    line-height: 24px;
  }

  .image-cover {
    min-height: 100%;
  }

  .container_img {
    flex-direction: column-reverse;
    flex: 1;
    min-height: 250px;
  }

  .switch_wrap-01 {
    margin-bottom: 30px;
  }

  .container-flex {
    flex: 1;
  }

  .container-flex.is_capitolato.signature {
    display: none;
  }

  .main-navbar {
    display: flex;
  }

  .tutorial-description {
    padding-top: 60px;
  }

  .tile-txt_wrap-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .pattern_div {
    display: none;
  }

  .flag-01_icon {
    width: 40px;
    height: 40px;
  }

  .flag-01_container {
    flex-flow: column;
    align-items: stretch;
  }

  .flag-01_component {
    top: auto;
    bottom: 0;
    left: 0;
  }

  .close_filter {
    top: 20px;
    right: 20px;
  }

  .filter-label-copy {
    font-size: 15px;
    line-height: 1;
  }

  .listing-tile {
    min-width: 250px;
  }

  .filter-container {
    max-width: none;
    left: -100vw;
  }

  .filters_wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 130px;
    height: 40px;
  }

  .plani-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 20px;
  }

  .filter_bar {
    padding-left: 20px;
    padding-right: 20px;
    top: 60px;
  }

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

  .card-plani_text {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .preventivo-wrapper {
    flex-flow: column;
    margin-left: 2px;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .placeholder-menu {
    height: 60px;
  }

  .popup_box-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .conferma-filtri {
    top: 20px;
    right: 20px;
  }
}

#w-node-_60acb8cc-162e-b64a-7c5c-ea5ea37ec2d7-8a50c9f9, #w-node-_60acb8cc-162e-b64a-7c5c-ea5ea37ec2e3-8a50c9f9, #w-node-_60acb8cc-162e-b64a-7c5c-ea5ea37ec31b-8a50c9f9, #policyFlagsContainer.w-node-_60acb8cc-162e-b64a-7c5c-ea5ea37ec31e-8a50c9f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_60acb8cc-162e-b64a-7c5c-ea5ea37ec322-8a50c9f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1dfae8d-83c8-253f-15f9-dda5f4eb1763-b60483c5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cc3ea147-ecb0-061e-3575-6fa4490f129b-b60483c5 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_1abde58b-1936-4a0e-d99f-ed0234b74d45-b60483c5 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_260793fa-d535-1fee-4f97-39c81693cdca-b60483c5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f44207b3-c2f4-7199-f6c9-fafb0c9101f9-b60483c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3e843370-54af-2cfe-6101-f09943afb53a-b60483c5 {
  grid-area: 1 / 1 / 4 / 3;
}

#w-node-cc3ea147-ecb0-061e-3575-6fa4490f129b-351a8383 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_354a85ee-e56e-c6eb-7cf2-3a4da378aa08-351a8383 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_06c61f63-007f-0144-a31e-d4c0725c52e0-351a8383 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_06c61f63-007f-0144-a31e-d4c0725c52e2-351a8383 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3e843370-54af-2cfe-6101-f09943afb538-351a8383 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3e843370-54af-2cfe-6101-f09943afb53a-351a8383 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_741699b4-751f-e2d6-c706-c65aeca1088b-351a8383 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_741699b4-751f-e2d6-c706-c65aeca1088d-351a8383 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-cc3ea147-ecb0-061e-3575-6fa4490f129b-4d880aa6 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_354a85ee-e56e-c6eb-7cf2-3a4da378aa08-4d880aa6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_4530d1bd-a641-b6f6-0758-05f11b2ef025-4d880aa6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8b93ed75-ca72-3d60-b8f7-f51ab6c1ef66-4d880aa6 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_52e6c709-7c0c-6417-af7b-7d671aa462e2-4d880aa6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-fdbf1954-6047-cd54-c06b-300ae5e7fd3b-4d880aa6 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_2f6c4e5c-457a-23d4-b6ab-29ea4651954f-4d880aa6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ca6864a1-9894-6331-2e3e-d3d425c1ac9d-4d880aa6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca6864a1-9894-6331-2e3e-d3d425c1acb1-4d880aa6 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_8d7fdfff-62e0-78fb-ce50-ec0eeb102cd8-4d880aa6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4c0d5a41-d747-c23a-0515-27dd8ddc3669-4d880aa6 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_9aaa79af-8178-92b6-6849-e029de6cfabb-ee806fbb {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_9aaa79af-8178-92b6-6849-e029de6cfabd-ee806fbb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0a91cddb-096f-b26b-1454-8a862d8f058c-ee806fbb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0a91cddb-096f-b26b-1454-8a862d8f058e-ee806fbb, #w-node-b0abebc5-d90d-f240-f04d-38dd073ae8db-ee806fbb {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-b0abebc5-d90d-f240-f04d-38dd073ae8dd-ee806fbb {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_82f083f4-fafc-08fd-4059-28954c781faa-ee806fbb {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_8e77d886-d2d0-81b2-55ee-529f9512190e-ee806fbb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3b56a20e-ea70-025d-0ea7-7d7cbc529e68-853a3a48 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1e78e3f7-284a-96a0-9b2c-cfd7cebeff87-853a3a48, #w-node-_501bd2d2-016a-6b7b-1f8e-7a9530ef9a7a-853a3a48 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_747ba71f-eb21-ca1b-447f-df26c2ee6682-853a3a48, #w-node-_248487bd-f15f-f9c5-f616-e9ff0b45d006-853a3a48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b421ed28-19c6-70e9-7a87-1b5d47f33f99-853a3a48, #w-node-_35a631ba-cd4c-87c0-2e53-62d6253ea551-853a3a48 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cec91fa7-e6c0-d167-2c07-bac5a2eef476-853a3a48, #w-node-_5ad2cf17-d923-dcf9-8e65-614e12f361fd-853a3a48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a4bf409-c483-61ce-4dce-1f3babb1709a-853a3a48, #w-node-_5e095a0e-f605-0145-a95f-986bc5cf1aed-853a3a48 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36e77aec-2f90-29cb-4096-a3786d31480c-853a3a48, #w-node-_1bb50a97-9d52-8c38-7d38-0716d7f7ddd8-853a3a48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2613a010-0a80-135d-f087-8daaf924fa31-853a3a48, #w-node-_727ced35-496b-f8b2-34ee-9e4bdf4113e6-853a3a48 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4aafd28c-f92e-5142-3af6-9c8f5e67eeb9-853a3a48, #w-node-_2fba9054-9d02-d36d-c69a-56cba65902d1-853a3a48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47fc3a11-4e46-0b56-460d-dbd35aff1d66-853a3a48, #w-node-b0e419f7-182f-6a74-4d9e-2a6d45fc1d15-853a3a48 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8d65396-fcf3-76aa-baee-a71de123e2ac-853a3a48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ca6864a1-9894-6331-2e3e-d3d425c1ac9d-4d880aa6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-ca6864a1-9894-6331-2e3e-d3d425c1acb1-4d880aa6 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_8d7fdfff-62e0-78fb-ce50-ec0eeb102cd8-4d880aa6 {
    grid-area: span 2 / span 3 / span 2 / span 3;
    place-self: end center;
  }

  #w-node-_4c0d5a41-d747-c23a-0515-27dd8ddc3669-4d880aa6 {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_60acb8cc-162e-b64a-7c5c-ea5ea37ec2d7-8a50c9f9, #w-node-_60acb8cc-162e-b64a-7c5c-ea5ea37ec2e3-8a50c9f9, #w-node-_60acb8cc-162e-b64a-7c5c-ea5ea37ec31b-8a50c9f9, #policyFlagsContainer.w-node-_60acb8cc-162e-b64a-7c5c-ea5ea37ec31e-8a50c9f9 {
    grid-column: span 1 / span 1;
  }

  #w-node-a9644e01-38fd-7629-e479-b005109d57df-b60483c5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_215eb599-bc5d-5883-0437-47a85837274d-b60483c5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b0abebc5-d90d-f240-f04d-38dd073ae8db-ee806fbb {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-b0abebc5-d90d-f240-f04d-38dd073ae8dd-ee806fbb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_82f083f4-fafc-08fd-4059-28954c781faa-ee806fbb {
    grid-row: 1 / 3;
    grid-column-end: 4;
  }

  #w-node-_8e77d886-d2d0-81b2-55ee-529f9512190e-ee806fbb {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_1e78e3f7-284a-96a0-9b2c-cfd7cebeff87-853a3a48, #w-node-b0e419f7-182f-6a74-4d9e-2a6d45fc1d15-853a3a48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cc3ea147-ecb0-061e-3575-6fa4490f129b-351a8383 {
    grid-area: 1 / 1 / 4 / 3;
  }

  #w-node-_49d12a3d-9d10-bfb1-8f6d-dde03f70ca6b-351a8383, #w-node-_49d12a3d-9d10-bfb1-8f6d-dde03f70ca6f-351a8383, #w-node-d06f6421-c2ba-a727-3700-6a76e38aa072-351a8383 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d06f6421-c2ba-a727-3700-6a76e38aa06e-351a8383 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_06c61f63-007f-0144-a31e-d4c0725c52e0-351a8383 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_06c61f63-007f-0144-a31e-d4c0725c52e2-351a8383 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3e843370-54af-2cfe-6101-f09943afb53a-351a8383, #w-node-_741699b4-751f-e2d6-c706-c65aeca1088b-351a8383, #w-node-cc3ea147-ecb0-061e-3575-6fa4490f129b-4d880aa6 {
    grid-area: 1 / 1 / 4 / 3;
  }

  #w-node-_8b93ed75-ca72-3d60-b8f7-f51ab6c1ef66-4d880aa6 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_52e6c709-7c0c-6417-af7b-7d671aa462e2-4d880aa6 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-fdbf1954-6047-cd54-c06b-300ae5e7fd3b-4d880aa6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2f6c4e5c-457a-23d4-b6ab-29ea4651954f-4d880aa6 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ca6864a1-9894-6331-2e3e-d3d425c1acb1-4d880aa6 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_9aaa79af-8178-92b6-6849-e029de6cfabb-ee806fbb, #w-node-_0a91cddb-096f-b26b-1454-8a862d8f058e-ee806fbb {
    grid-area: 1 / 1 / 4 / 3;
  }
}


@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-RegularItalic.otf') format('opentype'), url('../fonts/NeueMontreal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}