:root {
  --dark-blue: #171d2d;
  --slate-grey: #9db3bf;
  --blue: #7287aa;
  --light-blue: #cad5ea;
  --orange-dark: #bf6956;
  --orange-btn-negative: #fde0d4;
  --white: white;
  --orange-light: #f2c1ad;
  --pink: #f2d6de;
  --old-lace: #ced0cd;
  --brown-warm: #732d0e;
  --orange-bright: #fff4ef;
  --orange: #d99177;
  --dark: #253238;
  --orange-paragrafo: #f0c8b7;
  --grey: whitesmoke;
  --green-dark: #8e9478;
  --cta: #70161e;
  --text: #5a5a5a;
  --green: #b8b6aa;
  --brown: #745b4d;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

body {
  color: var(--dark-blue);
  font-family: darkmode-off-cc-hebrew, sans-serif;
  font-size: 14px;
}

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

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

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

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

p {
  color: var(--dark-blue);
  max-width: 450px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

a {
  color: var(--dark-blue);
  text-decoration: none;
}

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

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

li {
  color: var(--slate-grey);
}

strong {
  font-weight: 700;
}

em {
  color: var(--blue);
  font-style: italic;
  font-weight: 700;
}

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

.todelete strong {
  font-weight: 800;
}

.form_component {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.footer_component {
  z-index: 5;
  grid-row-gap: 20px;
  background-color: var(--dark-blue);
  flex-direction: column;
  align-items: center;
  padding: 40px 5vw;
  display: flex;
  position: relative;
}

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

.contact_component {
  z-index: 5;
  background-color: var(--light-blue);
  background-image: linear-gradient(180deg, var(--light-blue), var(--blue));
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: relative;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--orange-dark);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  background-image: url('../images/ic-angle_02.svg'), url('../images/ic-angle_07.svg'), url('../images/ic-angle_05.svg'), url('../images/ic-angle_01.svg');
  background-position: 100% 100%, 100% 0, 0 100%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 15px, 15px, 15px, 15px;
  align-items: center;
  height: 40px;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .2s, color .35s cubic-bezier(.25, .46, .45, .94), border-color .35s cubic-bezier(.25, .46, .45, .94), background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: 0 0 5px #0000004d;
}

.button:hover {
  background-color: var(--orange-btn-negative);
  color: var(--orange-dark);
  background-image: url('../images/ic-angle_03.svg'), url('../images/ic-angle_08.svg'), url('../images/ic-angle_06.svg'), url('../images/ic-angle_04.svg');
  box-shadow: 0 0 10px #0000004d;
}

.button.is-negative {
  background-color: var(--orange-btn-negative);
  color: var(--orange-dark);
  border-color: #fff;
}

.button.is-negative:hover {
  background-color: var(--white);
  border-color: #5b4dff;
}

.button.is-secondary {
  color: #a39bff;
  background-color: #5b4cff00;
}

.button.is-secondary:hover {
  color: #fff;
  background-color: #5b4dff;
}

.button.is-secondary.is-negative {
  color: #fff;
}

.button.is-text {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white);
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  border-radius: 0;
  padding: 0;
}

.button.is-text:hover {
  border-bottom-color: var(--orange-light);
  color: var(--orange-light);
}

.button.is-text.is-negative {
  color: #fff;
  border-bottom-color: #fff;
}

.button.is-text.is-negative:hover {
  color: #a39bff;
  background-color: #0000;
  border-bottom-color: #a39bff;
}

.button.is-submit {
  background-color: var(--pink);
  box-shadow: none;
  outline-color: var(--pink);
  outline-offset: 3px;
  color: var(--dark-blue);
  letter-spacing: 2px;
  background-image: none;
  outline-width: 1px;
  outline-style: solid;
  align-self: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 13px;
  font-weight: 500;
}

.button.is-submit.real-button {
  display: none;
}

.button.mobile {
  background-image: url('../images/ic-angle_02.svg'), url('../images/ic-angle_07.svg'), url('../images/ic-angle_05.svg'), url('../images/ic-angle_01.svg');
  background-position: 100% 100%, 100% 0, 0 100%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 15px, 15px, 15px, 15px;
}

.button.is-gdpr {
  box-shadow: none;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  transition: color .35s cubic-bezier(.25, .46, .45, .94), border-color .35s cubic-bezier(.25, .46, .45, .94), background-color .35s cubic-bezier(.25, .46, .45, .94);
}

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

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

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

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

.page_wrapper.informative {
  background-color: var(--light-blue);
  background-image: linear-gradient(#fffc, #fffc);
  padding-top: 180px;
}

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

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

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

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

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

.container.no-marging-dx {
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.container.no-marging-dx.reverse {
  flex-direction: row-reverse;
}

.container.no-marging-dx.reverse.vertical-centred {
  align-items: center;
}

.container.vertical {
  flex-direction: column;
  max-width: none;
  padding-left: 5vw;
  padding-right: 5vw;
}

.container.contatti {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.container.full {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: .25fr .75fr 1.5fr;
  grid-template-columns: .5fr .5fr 2.5fr .25fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.container.l-opera {
  background-color: var(--old-lace);
  flex-direction: column;
  flex: none;
  align-self: stretch;
  align-items: center;
  width: 50%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: relative;
}

.container.plus {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: 82px;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

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

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

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

.container.citazione_02.color_opacity {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--light-blue);
  color: var(--dark-blue);
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

.container.is-landscape {
  align-items: stretch;
  max-width: none;
  height: auto;
}

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

.container.is-technical {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--brown-warm);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

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

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

.container.partner {
  border-top: 1px solid var(--light-blue);
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

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

.section.is-technical {
  background-color: var(--light-blue);
  background-image: linear-gradient(#fff6, #fff6), url('../images/Pattern_02.svg'), linear-gradient(#ffffff80, #ffffff80);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, 10vw, auto;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.is-technical.bg-color {
  z-index: 1;
  background-color: var(--old-lace);
  border-bottom: 1px solid #787c66;
}

.section.grid {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  background-color: var(--old-lace);
  grid-template-rows: 1fr .5fr .25fr;
  grid-template-columns: 1.5fr 1.5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.section.centred {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.section.centred.bk-color {
  background-color: var(--old-lace);
  background-image: linear-gradient(#9db3bf00, #9db3bf99 38%, #9db3bffc 92%);
  padding-bottom: 10vw;
  position: relative;
}

.section.centred.lifestyle {
  padding-bottom: 10vw;
}

.section.form {
  z-index: 0;
  object-position: 50% 0%;
  background-color: #c0c4a8;
  border-bottom: 1px solid #787c66;
  padding-top: 220px;
  overflow: hidden;
}

.section.form._404 {
  background-color: silver;
  padding-top: 10vw;
}

.section.grid-progetto {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.75fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  padding-bottom: 5vw;
  display: grid;
}

.section.grid-progetto.bg_lightblue {
  background-color: #9db3bf66;
}

.section.fullscreen {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section._80 {
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.section._80.progetto {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #9db3bf66;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10vw;
  display: grid;
}

.section._80.progetto.bg-grey {
  background-color: var(--old-lace);
}

.section.grid-full {
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding-top: 0;
  padding-bottom: 0;
}

.section.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-rows: .25fr 1fr 1fr .25fr;
  grid-template-columns: 1fr 1.25fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section.grid-lifestyle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 5vw;
  display: grid;
}

.section.grid-interni {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 5vw;
  display: grid;
}

.section.l-opera {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 5vw;
  display: flex;
  position: relative;
}

.section.pattern {
  background-image: linear-gradient(#ffffff40, #ffffff40), url('../images/pattern-dark-blue-2.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, repeat-y;
  background-size: auto, 7vw;
}

.section.pattern.pattern-reverse {
  background-image: linear-gradient(#ffffff40, #ffffff40), url('../images/pattern-dark-blue-2.svg');
  background-position: 0 0, 0%;
}

.section.bg_grey {
  background-color: #ced0cd66;
}

.section.bg_lightblue {
  background-color: #9db3bf66;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.header_hover.hover_progetto {
  background-image: linear-gradient(to top, #000000a6 25%, #0000 85%);
}

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

.header_background.is-hp {
  align-items: flex-start;
  display: flex;
}

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

.scroll_component.w--current {
  position: relative;
}

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

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

.nav_component.menu-mobile {
  display: none;
}

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

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

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

.navbar_link {
  color: var(--dark-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #7287aa00;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navbar_link.w--current {
  border-bottom: 1px solid var(--blue);
}

.palette-colori {
  width: 40px;
  height: 40px;
}

.palette-colori.verde-scuro {
  background-color: #787c66;
}

.palette-colori.verde-chiaro {
  background-color: #c0c4a8;
}

.palette-colori.rosa-scuro {
  background-color: #f09d88;
}

.palette-colori.rosa-chiaro {
  background-color: #f2ceb7;
}

.palette-colori.bianco-sporco {
  background-color: #fcf6f0;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.list-item.is-logo {
  width: auto;
}

.pittogramma-navbar {
  width: 50px;
  height: 50px;
  display: none;
}

.section-intro {
  background-color: var(--orange-bright);
  color: var(--old-lace);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 35vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-intro.hide {
  display: none;
}

.section-intro.color_green {
  background-image: linear-gradient(#171d2d80, #171d2d80), url('../images/IMG_3561-Pano_MOD.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.h1-titolo-hero {
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 40px;
}

.h1-titolo-hero.max400 {
  max-width: 430px;
}

.h1-titolo-hero.max670 {
  max-width: 670px;
}

.h2-sottotitolo-hero {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.citazione {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 600px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: fahkwang, sans-serif;
  font-size: 22px;
  line-height: 36px;
  position: relative;
}

.citazione.is-white {
  color: var(--white);
  margin-bottom: 60px;
}

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

.section-info.color_brown_warm {
  background-color: var(--blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.video-embed {
  width: 80%;
  height: 100%;
}

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

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

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

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

.image-wrap.l-opera {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
}

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

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

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

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

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

.image-wrap.poi_map {
  align-items: stretch;
  width: 50%;
  display: flex;
}

.image-wrap.width-70 {
  flex: none;
  width: 70%;
}

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

.image-wrap.is-landscape.max-50vw {
  max-height: 50vw;
}

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

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

.image-wrap.no-overflow.is-panorama {
  height: 50vw;
}

.image {
  z-index: 1;
  object-fit: cover;
  position: relative;
}

.titolo-paragrafo {
  letter-spacing: .5px;
  max-width: 450px;
  font-family: fahkwang, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.titolo-paragrafo.centred {
  text-align: center;
  width: 450px;
}

.titolo-paragrafo.text-color-white.is-auto {
  max-width: none;
}

.titolo-paragrafo.showroom {
  color: var(--white);
  letter-spacing: 1px;
  font-size: 24px;
}

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

.titolo-paragrafo.max400 {
  max-width: 400px;
}

.sottotitolo-paragrafo {
  color: var(--blue);
  letter-spacing: 2px;
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  max-width: 450px;
  margin-top: 10px;
  font-family: Modern Deluxe;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
}

.sottotitolo-paragrafo.disclaimer-appartamenti {
  margin-top: 30px;
}

.p-paragrafo {
  color: var(--dark);
  max-width: 450px;
  margin-top: 30px;
  margin-bottom: 80px;
  font-size: 18px;
  line-height: 26px;
}

.p-paragrafo.centred {
  text-align: center;
  width: 450px;
}

.p-paragrafo.centred.pb-0 {
  margin-bottom: 0;
}

.p-paragrafo.margin {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 4px;
}

.p-paragrafo.appartamenti-disclaimer {
  margin-top: 60px;
  margin-bottom: 0;
}

.p-paragrafo.pad-0px {
  margin-top: 0;
  margin-bottom: 0;
}

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

.txt-container.width {
  z-index: 2;
  width: 50%;
  position: sticky;
  top: 10vw;
}

.txt-container.width.not-sticky {
  position: static;
}

.txt-container.grid {
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.txt-container.grid-progetto {
  justify-content: flex-start;
  margin-top: auto;
  margin-bottom: auto;
}

.txt-container.l-opera {
  width: 50%;
}

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

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

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

.txt-container.width-50.color_orange-light {
  background-color: var(--orange-paragrafo);
}

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

.txt-container.width-50.justify-center.color_orange-bright-parag {
  background-color: var(--grey);
}

.txt-container.decor-02 {
  background-image: url('../images/pattern-line_01.svg'), url('../images/pattern-line_01.svg');
  background-position: 50% 0, 50% 100%;
  background-repeat: repeat-x, repeat-x;
  background-size: auto, auto;
}

.txt-container.decor-02.color_orange-bright.justify-center.width-50 {
  background-color: var(--light-blue);
  background-image: linear-gradient(#fff6, #fff6), url('../images/Pattern_02.svg'), linear-gradient(#ffffff80, #ffffff80);
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, 10vw, auto;
}

.txt-container.width-30 {
  width: 30%;
}

.button06 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #f09d88;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: .9rem;
  line-height: 1;
  text-decoration: none;
  transition: color .5s linear;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button06:hover {
  color: #fff;
}

.button06.white {
  color: var(--white);
  cursor: pointer;
  border-color: #fcf6f0;
  margin-bottom: 40px;
}

.button06_txt {
  z-index: 1;
  color: #f09d88;
  font-family: Karla;
  position: relative;
}

.button06_txt.white {
  color: #fcf6f0;
}

.button06_bg {
  z-index: 0;
  background-color: #f09d88;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.button06_bg.white {
  background-color: #fcf6f0;
}

.pattern-1 {
  opacity: 1;
  width: 100px;
  height: 275px;
  display: none;
  position: absolute;
  top: -30px;
  right: -56px;
}

.pattern-1.reverse {
  left: -55px;
  right: auto;
}

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

.slider {
  background-color: #0000;
  width: 80%;
  height: 100%;
  margin-top: 5vw;
}

.slider.is-panorama {
  width: 100%;
  height: 55vw;
  margin-top: 0;
}

.slide-nav {
  display: none;
}

.img-lifestyle {
  object-fit: contain;
}

.left-arrow {
  background-color: var(--blue);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  left: -25px;
}

.left-arrow:hover {
  background-color: var(--dark);
}

.icon {
  font-size: 25px;
}

.right-arrow {
  background-color: var(--blue);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  right: -25px;
}

.right-arrow:hover {
  background-color: var(--dark);
}

.icon-2 {
  font-size: 25px;
}

.contact-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.logo-footer {
  width: 300px;
  height: 60px;
  margin-bottom: auto;
}

.contact-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 5px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: start;
  height: 120px;
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
}

.contact-wrapper.footer-divider {
  border-top: 0 solid #fff;
}

.wrap-contatti {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  display: flex;
}

.contact-img {
  flex: none;
  max-width: 100%;
  margin-right: 0;
}

.contact-img.is-pin {
  height: 17px;
  margin-right: 0;
}

.txt-contact {
  color: var(--white);
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  height: 60px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  transition: color .15s;
  display: flex;
}

.txt-contact:hover {
  color: var(--pink);
}

.txt-contact.is-small {
  font-size: 13px;
  position: relative;
  top: -15px;
}

.partner-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.txt-partner {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 12px;
}

.logo-partner {
  filter: invert();
  object-fit: contain;
  width: 100%;
  max-width: 170px;
  height: 60px;
  margin-bottom: 20px;
}

.logo-partner.colliers {
  margin-bottom: 0;
}

.logo-partner.livinwow {
  max-width: 150px;
  margin-bottom: 0;
}

.logo-partner.gardahaus {
  filter: none;
  max-width: 150px;
}

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

.footer_row.qis-vert {
  flex-flow: column;
}

.footer-link {
  color: var(--light-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 10px;
  text-decoration: none;
  transition: color .2s;
}

.footer_txt {
  color: var(--white);
  font-size: 12px;
}

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

.button-2:hover {
  color: #f09d88;
  background-color: #0000;
  border-color: #f09d88;
}

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

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

.button-2.is-secondary {
  color: #f09d88;
  background-color: #5b4cff00;
}

.button-2.is-secondary:hover {
  color: #fff;
  background-color: #f09d88;
}

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

.banner_title-old {
  color: #787c66;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.cookie-prefs_nascondi {
  display: none;
}

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

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

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

.cookie-banner_link-old {
  color: #787c66;
}

.cookie-banner_link-old:hover {
  color: #f09d88;
}

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

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

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

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

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

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

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

.manager_trigger {
  display: none;
}

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

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

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

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

.cookie-prefs_trigger {
  display: none;
}

.cookie-prefs_title-old {
  color: #787c66;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

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

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

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

.cookie_close_icon {
  color: var(--white);
  background-color: #787c66;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.cookie-prefs_container-old {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  background-color: #fcf6f0;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  padding: 48px 40px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  position: relative;
}

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

.cookie-banner_trigger {
  display: none;
}

.cookie-banner_text-old {
  color: #787c66;
  font-size: 13px;
  line-height: 1.6;
}

.cookie-banner_wrap-old {
  background-color: #fcf6f0;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  margin: auto;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 0 14px 3px #0000001a;
}

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

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

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

.cookie_container-old {
  display: flex;
}

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

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

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

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

.cookie-prefs_label-old {
  color: #787c66;
  font-weight: 600;
}

.form-block {
  width: 75%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form-block.contatti {
  max-width: 800px;
}

.form-popup {
  z-index: 25;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #9db3bf99;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.html-embed-2 {
  display: none;
}

.form_link {
  color: var(--orange-light);
  transition: color .2s;
}

.form_link:hover {
  color: var(--orange-btn-negative);
}

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

.text-block-9 {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

.cornice-form-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.x-chiudi {
  background-image: url('../images/x-chiudi.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
  position: absolute;
  top: 40px;
  right: 5px;
}

.x-chiudi:hover {
  transform: scale(1.1);
}

.form_message {
  background-color: #0000;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.policy-flags {
  align-self: stretch;
}

.p-txt-2 {
  color: #4d5632;
  font-size: 1em;
  line-height: 22px;
}

.p-txt-2.bianco {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 1.2em;
  font-style: normal;
}

.policy-flag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fcf6f0;
  letter-spacing: .5px;
  flex-direction: row;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 300;
  display: flex;
}

.sec-titolo-txt {
  margin-top: 0;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.sec-titolo-txt.centre {
  text-align: center;
  margin-top: 10px;
  font-size: 2em;
}

.sec-titolo-txt.centre.width {
  color: var(--old-lace);
  font-family: Modern Deluxe;
}

.area-form-nascosto {
  background-color: var(--dark);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 800px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  overflow: visible;
}

.button-submit {
  color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 2px solid #a58d72;
  align-self: center;
  min-width: 30%;
  font-weight: 400;
  transition: background-color .2s;
}

.button-submit:hover {
  background-color: #a58d72;
}

.button-submit.is-submit {
  border-bottom-color: var(--slate-grey);
  background-color: var(--white);
  color: var(--dark);
  letter-spacing: 2px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: auto;
  font-family: Modern Deluxe;
  display: block;
}

.button-submit.is-submit:hover {
  background-color: var(--slate-grey);
  color: var(--dark);
}

.form {
  flex-direction: column;
  display: flex;
}

.form_field-old {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #fcf6f0;
  transition: background-color .15s;
}

.form_field-old:active {
  border-color: #fff;
}

.form_field-old:focus {
  background-color: var(--slate-grey);
  color: #fff;
  border-color: #fff;
}

.form_field-old::placeholder {
  color: #fff;
}

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

.form_field-old.message::placeholder {
  color: #fff;
}

.monogramma {
  width: 60px;
  height: 40px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

.background-image.align-over {
  object-position: 50% 50%;
}

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

.form-wrap {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.image-full {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-80 {
  z-index: 0;
  max-width: 80%;
  position: relative;
}

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

.image-absolute {
  border: 10px solid var(--white);
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 250px;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -65%;
  left: -31%;
}

.image-88 {
  width: 20px;
}

.wrap-mini-pattern {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-mini-pattern.rotazione {
  grid-column-gap: 10px;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

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

.wrap-image-element.grid._40vh {
  justify-content: center;
  align-items: center;
  height: 40vw;
  display: flex;
  overflow: hidden;
}

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

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

.container-2.is-technical {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--green-dark);
  color: var(--white);
  text-align: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
  position: relative;
}

.heading.grazie {
  color: var(--old-lace);
  margin-bottom: 0;
  font-family: brandon-grotesque;
  font-weight: 400;
}

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

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

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

.button-4.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f09d88;
  border-color: #f09d88;
  border-radius: 30px;
  font-family: Karla;
  display: flex;
}

.button-4.is-icon:hover {
  color: #f09d88;
  background-color: #0000;
  border-top-color: #f09d88;
  border-left-color: #f09d88;
  border-right-color: #f09d88;
}

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

.button-4.is-text {
  padding: 0;
  font-family: Karla;
}

.button-4.is-text:hover {
  color: #787c66;
  border-bottom-color: #787c66;
}

.button-4.is-icon {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-color: var(--old-lace);
  background-color: var(--cta);
  display: flex;
}

.button-4.is-icon:hover {
  border-color: var(--white);
  color: var(--white);
}

.button-4.is-text {
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

._404 {
  color: var(--old-lace);
  font-family: brandon-grotesque;
  font-size: 72px;
  line-height: 80px;
}

.text-block-15 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-15:hover {
  color: #1e1e1e;
}

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

.container-3.is-gdpr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-90 {
  z-index: 2;
  opacity: .1;
  height: 150%;
  display: block;
  position: absolute;
  right: -10%;
  overflow: hidden;
}

.heading-4 {
  color: var(--old-lace);
  margin-top: 0;
  font-family: brandon-grotesque;
  font-weight: 400;
}

.text-block-16 {
  color: var(--white);
  font-family: brandon-grotesque;
  font-size: 25px;
}

.l-opera_logo {
  width: 180px;
  margin-bottom: 40px;
}

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

.tipologie-wrap:hover {
  background-color: var(--dark);
}

.tipologie-wrap.last {
  margin-right: 0;
}

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

.tipologie-container.is-hp {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 40px;
}

.titolo-tipologia {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: fahkwang, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.titolo-tipologia.is-small {
  color: var(--orange-dark);
  text-transform: none;
  font-family: mr-eaves-modern;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}

.titolo-tipologia.is-small.text-color-white {
  color: var(--white);
}

.titolo-tipologia.is-small.text-color-orange-light {
  color: var(--orange);
}

.titolo-tipologia.text-color-white {
  letter-spacing: 3px;
  font-family: darkmode-off-cc-hebrew, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.titolo-tipologia.text-color-white.is-nocap {
  color: var(--pink);
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
}

.titolo-tipologia.text-color-white.is-nocap.is-blue {
  color: var(--blue);
}

.tipologia-txt {
  text-align: center;
  font-size: 14px;
}

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

.titolo-paragrafo-bold {
  color: var(--slate-grey);
  font-weight: 600;
}

.casa-completa {
  object-fit: contain;
  width: 120px;
  height: 100%;
  margin-bottom: 40px;
}

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

.flags_popup_x:hover {
  opacity: .5;
}

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

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

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

.btn_contatti:hover {
  background-color: var(--light-blue);
  color: var(--dark-blue);
  transform: scale(1.1);
}

.btn_contatti.mail {
  background-image: none;
  position: relative;
  top: auto;
  right: auto;
}

.btn_contatti.mail:hover {
  background-color: var(--light-blue);
  color: var(--dark);
  transform: scale(1.1);
}

.btn_contatti.tel {
  position: relative;
  top: auto;
  right: auto;
}

.btn_contatti.tel:hover {
  background-color: var(--light-blue);
  transform: scale(1.1);
}

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

.mappa.mobile {
  display: none;
}

.mappa.is-poi {
  display: flex;
}

.x-menu {
  display: none;
}

.policy {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Karla;
}

.text-span-34 {
  white-space: nowrap;
}

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

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

.hamburger_wrap {
  display: none;
}

.link-partner {
  height: 65px;
}

.link-partner.padding {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 140px;
  height: auto;
  margin-left: 40px;
  display: flex;
}

.link-partner.gardahaus {
  margin-top: -15px;
}

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

.paragraph {
  font-weight: 500;
}

.paragraph.padding {
  border-bottom: 1px solid #787c66;
  padding-bottom: 40px;
}

.txt-50 {
  font-size: 18px;
}

.checkbox-field {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

.form_checkbox {
  border-color: var(--white);
  background-color: #0000;
}

.form_checkbox.w--redirected-checked {
  border-color: var(--slate-grey);
  background-color: var(--slate-grey);
}

.link-form {
  color: #fff;
  transition: color .25s;
}

.link-form:hover {
  text-decoration: none;
}

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

.black {
  color: #1e1e1e;
}

.didascalia {
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
}

.text-medium {
  color: #787c66;
  max-width: 450px;
  margin-top: 40px;
  margin-bottom: 100px;
  font-family: Karla;
  font-size: 18px;
  line-height: 22px;
}

.text-medium.margin0 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-medium.margin0.black {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-medium.margin0.black.margin-bot {
  margin-bottom: 20px;
}

.text-medium.grazie {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: brandon-grotesque;
}

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

.img-cover.size {
  width: 20px;
  height: auto;
}

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

.img-cover.absolute {
  position: absolute;
  top: 35px;
  left: 5%;
}

.img-cover.absolute.size-60 {
  object-fit: contain;
  width: 60px;
  height: 40px;
}

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

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

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

.img-cover.align-bot {
  object-position: 50% 100%;
}

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

.img-contain.absolute {
  position: absolute;
}

.img-contain.absolute.size {
  z-index: 0;
  opacity: .5;
  width: 150px;
  height: 150px;
}

.img-contain.is-landscape {
  height: auto;
}

.deco {
  width: 60px;
}

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

.cta-txt {
  z-index: 1;
  letter-spacing: 1px;
  text-transform: none;
  position: relative;
}

.cta-hover {
  background-color: var(--dark);
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.h1-titolo-hero-high {
  color: var(--slate-grey);
}

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

.prezzo-tipologie {
  background-color: var(--orange);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  padding: 5px 10px;
}

.nowrap {
  white-space: nowrap;
}

.flag-03_lottie {
  z-index: 1;
  flex: none;
  width: 60px;
  height: 56px;
  position: relative;
  top: 2px;
}

.flag-03_lottie.is-call {
  width: 80px;
  height: 80px;
  margin-top: 10px;
}

.flag-03_lottie.is-acquista {
  width: 70px;
  height: 70px;
}

.flag-05_popup_row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  align-items: center;
  max-width: 370px;
  margin-bottom: 16px;
  line-height: 1.2;
  display: flex;
}

.flag-03_mask {
  width: 0;
  margin-right: -30px;
  overflow: hidden;
}

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

.flag-03_text.is-scegli {
  border: 1px solid var(--blue);
  color: #424b54;
}

.flag-03_text.is-zoom {
  color: #4071e3;
}

.flag-03_text.is-acquista {
  color: #a39bff;
}

.flag-03_text.is-red {
  color: #fff;
  letter-spacing: 1px;
  padding-left: 30px;
  font-weight: 700;
}

.flag-03_text.is-red.mobile {
  display: none;
}

.flag-03_popup_box {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  min-width: 350px;
  padding: 40px 40px 60px;
  display: flex;
  position: relative;
  box-shadow: 0 0 3px 2px #0000001a;
}

.flag-03_popup_box.is-acquista {
  background-color: #ececec;
}

.flag-03_popup_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.flag-03_popup_icon {
  object-fit: contain;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 80px;
  height: 80px;
}

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

.flag-03_popup_x:hover {
  opacity: .5;
}

.flag-03_popup {
  z-index: 2;
  background-color: #23201bd9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
  box-shadow: inset 0 0 3px 2px #0003;
}

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

.flag-03_icon.is-acquista {
  background-color: #a39bff;
}

.flag-03_icon.is-scegli {
  border: 1px solid var(--white);
  background-color: var(--dark);
}

.flag-03_icon.is-call {
  background-color: #4071e3;
}

.flag-03_icon.is-test {
  border: 1px solid var(--old-lace);
  background-color: var(--cta);
  color: var(--white);
  background-image: url('../images/plani-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px 28px;
}

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

.flag-03_popup_asta {
  background-color: #2b2b2b;
  flex: none;
  width: 1px;
  height: 70%;
  position: absolute;
  transform: rotate(45deg);
}

.flag-03_popup_asta._2 {
  transform: rotate(-45deg);
}

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

.flag-03_popup_row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  align-items: center;
  max-width: 370px;
  margin-bottom: 16px;
  line-height: 1.2;
  display: flex;
}

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

.flag-03_component.is-zoom {
  margin-top: 60px;
}

.flag-03_component.hide {
  display: none;
}

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

.progetto-side-img.prog-1 {
  background-image: url('../images/iStock-91585440_mod-copia.webp');
}

.progetto-side-img.prog-2 {
  background-image: url('../images/iStock-1170716731_mod-1-copia.webp');
}

.progetto-side-img.prog-3 {
  background-image: url('../images/iStock-509923329_mod-copia.webp');
}

.image-100 {
  width: 100%;
}

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

.container-privacy.is-gdpr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1000px;
  padding: 0 60px 100px;
  display: flex;
}

.container-privacy.is-gdpr.hide {
  display: none;
}

.cookie_tab_cell {
  border: 1px #2b2b2b;
  border-style: none none solid solid;
  padding: 10px 20px;
}

.cookie_tab_cell.is-title {
  background-color: var(--brown-warm);
  color: #fff;
  border-top-style: solid;
  align-items: center;
  display: flex;
}

.cookie_tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cookie_tab_wrap {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

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

.gdpr_richtext h2 {
  color: var(--blue);
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: fahkwang, sans-serif;
  line-height: 30px;
}

.gdpr_richtext h3 {
  color: var(--orange-dark);
  text-transform: none;
  font-family: mr-eaves-modern;
  font-size: 18px;
  font-weight: 400;
}

.gdpr_richtext li {
  color: var(--text);
}

.gdpr_richtext a {
  color: var(--blue);
  transition: color .2s;
}

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

.gdpr_richtext h1 {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

.gdpr_richtext.hide {
  display: none;
}

.cookie_tab_link {
  color: var(--brown-warm);
  transition: color .2s;
}

.cookie_tab_link:hover {
  color: var(--orange);
}

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

.todelete-2.is-gdpr {
  display: none;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.container-4.is-gdpr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1000px;
  padding: 140px 60px 100px;
  display: flex;
}

.container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.container-5.is-gdpr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1000px;
  padding: 140px 60px 100px;
  display: flex;
}

.form_text {
  letter-spacing: 1px;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  display: flex;
}

.form_text.is-legal {
  height: 30px;
  font-size: 12px;
}

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

.button-6:hover {
  background-color: var(--blue);
  border-color: #274e58;
}

.button-6.is-submit {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #a58d72;
  border-radius: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: miller-display;
}

.button-6.is-submit:hover {
  background-color: #274e58;
}

.button-6.is-secondary {
  border-color: var(--cta);
  color: var(--cta);
  background-color: #5b4cff00;
}

.button-6.is-secondary:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: #fff;
}

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

.button-6.is-text:hover {
  border-bottom-color: var(--orange);
  color: var(--orange);
}

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

.form_field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--blue);
  color: var(--dark-blue);
  letter-spacing: .5px;
  background-color: #cad5ea66;
  border-radius: 0;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.form_field:focus {
  border-color: var(--orange-paragrafo) var(--orange-paragrafo) var(--white);
}

.form_field::placeholder {
  color: var(--dark-blue);
}

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

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

.form_field.is-message.hide, .form_field.form_select {
  display: none;
}

.form_field.dropdown {
  line-height: 40px;
}

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

.dropdown-toggle {
  color: var(--white);
  width: 100%;
  padding: 0 12px;
}

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

.form_wrapper {
  width: 100%;
  max-width: 500px;
}

.form_wrapper.full {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.form_container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.policy-flag-2 {
  color: #61828c;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.dropdown-link {
  background-color: var(--green);
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}

.dropdown-link:hover {
  background-color: var(--green-dark);
}

.dropdown-link.w--current {
  background-color: var(--green-dark);
  color: var(--white);
}

.display-none {
  display: none;
}

.form_link-2 {
  color: #a58d72;
  transition: color .35s;
}

.form_link-2:hover {
  color: #274e58;
}

.cookie-banner_wrap {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  margin: auto;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 0 14px 3px #0000001a;
}

.banner_title {
  color: var(--orange);
  font-size: 18px;
  font-weight: 700;
  line-height: 2em;
}

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

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

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

.cookie-prefs_checkbox.w--redirected-focus {
  border-color: var(--orange);
  box-shadow: none;
}

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

.cookie-banner_close_txt-2 {
  border-bottom: 1px solid var(--orange);
  color: var(--orange-dark);
  font-size: 14px;
  transition: border-color .25s, color .35s;
}

.cookie-banner_close_txt-2:hover {
  border-bottom-color: var(--orange);
  color: var(--orange);
}

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

.cookie-banner_text-2 {
  color: #61828c;
  font-size: 13px;
  line-height: 1.6;
}

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

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

.cookie-prefs_container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 48px 40px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  position: relative;
}

.cookie-banner_link {
  color: var(--orange-dark);
  transition: color .35s;
}

.cookie-banner_link:hover {
  color: var(--orange);
}

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

.cookie-prefs_title {
  color: var(--orange);
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

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

.cookie-prefs_description {
  line-height: 1.4;
}

.partner-livinwow {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-bottom: 80px;
  display: grid;
}

.partner-lw {
  width: 100%;
  max-width: 110px;
}

.partner-lw.scavolini {
  max-width: 90px;
}

.pattern-1-copy {
  background-color: var(--blue);
  opacity: 1;
  background-image: url('../images/deco-dark.svg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: auto 8.33%;
  width: 100px;
  height: 275px;
  display: none;
  position: absolute;
  top: -30px;
  right: -56px;
}

.pattern-1-copy.reverse {
  left: -55px;
  right: auto;
}

.decoro-new {
  z-index: 1;
  opacity: 1;
  background-image: url('../images/deco-light.svg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: auto 20%;
  width: 170px;
  height: 200px;
  position: absolute;
  top: 0%;
  left: 14%;
}

.pattern-1-copy-2 {
  opacity: .6;
  background-image: linear-gradient(to right, #c8af7d, #8a7255);
  width: 100px;
  height: 275px;
  position: absolute;
  top: -30px;
  right: -56px;
}

.pattern-1-copy-2.reverse {
  background-color: var(--cta);
  opacity: 1;
  background-image: url('../images/deco-light.svg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: auto 8.33%;
  display: none;
  left: -55px;
  right: auto;
}

.break-highlight {
  color: var(--slate-grey);
  font-family: Modern Deluxe;
  font-style: normal;
}

.author {
  font-size: 22px;
  font-style: normal;
}

.icon-par {
  width: 13px;
  margin-top: 20px;
}

.icon-par.icon-apt {
  margin-top: 0;
}

.background-video {
  width: 100%;
  height: 100%;
  display: none;
}

.apt-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  min-width: 400px;
  margin-top: 40px;
  display: grid;
}

.number {
  color: var(--dark);
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

.number-wrapper {
  border: 1px solid var(--dark);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.apt-txt {
  color: var(--dark);
  text-align: center;
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  font-family: Modern Deluxe;
  font-size: 12px;
  font-weight: 400;
}

.apt-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.flag-03_component-2 {
  transform: scale3d(1none, 1none, 1none);
  text-transform: uppercase;
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 30px;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  min-width: 56px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 #0006;
}

.flag-03_component-2:hover {
  transform: scale(1.05);
  box-shadow: 2px 0 4px 1px #0006;
}

.map_container {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.section-video {
  background-color: #9db3bf66;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
}

.section-plus-abitativi {
  color: var(--old-lace);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.section-plus-abitativi.hide {
  display: none;
}

.plus-txt {
  color: var(--dark);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: Modern Deluxe;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
}

.scavolini {
  width: auto;
  max-width: 130px;
}

.poi_wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.poi_line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

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

.poi_icon {
  width: 25px;
}

.poi_name {
  color: var(--dark);
  font-size: 22px;
}

.poi_distance {
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.poi_map_gradient {
  background-image: linear-gradient(270deg, var(--white), #fff0 25%);
  display: none;
  position: absolute;
  inset: 0%;
}

.divisore {
  background-color: var(--dark);
  width: 1px;
  height: 100%;
}

.poi_map {
  display: none;
}

.poi_list {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 5vw 8%;
  display: flex;
  position: relative;
}

.poi_list.width {
  z-index: 2;
  width: 50%;
  position: sticky;
  top: 10vw;
}

.poi_list.grid {
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.poi_list.grid-progetto {
  justify-content: flex-start;
  margin-top: auto;
  margin-bottom: auto;
}

.poi_list.l-opera {
  width: 50%;
}

.poi_section {
  display: flex;
}

.address {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.virgola {
  font-family: Open Sans, sans-serif;
}

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

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

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

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

.color_blue {
  background-color: var(--blue);
}

.color_azure {
  background-color: var(--slate-grey);
}

.color_beige {
  background-color: var(--old-lace);
}

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

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

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

.color_brown {
  background-color: var(--brown);
}

.color_brown_warm {
  background-color: var(--brown-warm);
}

.color_orange-dark {
  background-color: #bf6956;
}

.color_orange {
  background-color: var(--orange);
}

.color_orange-light {
  background-color: var(--orange-light);
}

.color_green-dark {
  background-color: #8e9478;
}

.color_green {
  background-color: var(--green);
}

.color_grey {
  background-color: var(--grey);
}

.color_black {
  background-color: var(--black);
}

.text-color-brown {
  color: var(--brown);
}

.text-color-brown-warm {
  color: var(--brown-warm);
}

.text-color-orange-dark {
  color: var(--orange-dark);
}

.head {
  color: var(--orange);
}

.text-color-orange-light {
  color: var(--orange-light);
}

.text-color-green-dark {
  color: var(--green-dark);
}

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

.text-color-grey {
  color: var(--grey);
}

.text-color-black {
  color: var(--black);
}

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

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

.navbar_link-2 {
  color: #787c66;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}

.navbar_link-2:hover {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  font-weight: 600;
}

.navbar_link-2.w--current {
  background-image: url('../images/pointer.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 5px 5px;
}

.logo-navbar-2 {
  width: 230px;
  height: 100%;
}

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

.list-item-2.is-logo {
  width: auto;
}

.hamburger_wrap-2 {
  display: none;
}

.link-logo-2 {
  margin-left: 30px;
  margin-right: 30px;
}

.pittogramma-navbar-2 {
  width: 60px;
  height: 60px;
  display: none;
}

.page_wrapper-2 {
  position: relative;
  transform: translate(0, 2px);
}

.scroll_01, .scroll_02 {
  position: absolute;
}

.scroll_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.line_01 {
  width: 100%;
  max-width: 500px;
  height: 1px;
}

.line_01.color_orange {
  max-width: 250px;
}

.pittogramma {
  width: 50px;
}

.ctazione-light {
  color: var(--orange-dark);
  letter-spacing: 1px;
  font-family: aviano-flare;
  font-size: 14px;
}

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

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

.tipologia-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
  display: flex;
}

.tipologia-icon {
  background-color: #0000001f;
  width: 50px;
  height: 50px;
}

.tipologia-icon.bf-white {
  background-color: var(--white);
}

.linea-oriz {
  width: 100%;
  height: 1px;
}

.linea-oriz.grigia {
  background-color: #b3aca6;
  margin-top: 0;
  margin-bottom: 0;
}

.grigio {
  color: #89807a;
}

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

.txt-tipologia {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: aviano-flare;
  font-size: 12px;
}

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

.title_wrapper.is-negative {
  border-left-color: var(--white);
}

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

.title_wrapper.is-align-right {
  border-right: 1.5px none var(--orange-dark);
  text-align: right;
  border-left: 0 #fff0;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 40px;
}

.heading-5 {
  color: var(--orange);
  font-weight: 400;
  line-height: 24px;
}

.button-decor {
  width: 40px;
  margin-left: 10px;
  display: none;
}

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

.pattern-paragrafo.bottom {
  opacity: .2;
  background-image: url('../images/decoro_02.svg');
  background-size: contain;
  width: 180px;
  height: 100px;
  bottom: 0;
  left: 0;
  right: auto;
}

.pattern-paragrafo.top {
  background-image: url('../images/decoro_02.svg');
  background-position: 100% 0;
  background-size: contain;
  width: 180px;
  height: 90px;
  top: 0;
  left: auto;
  right: 0;
}

.pattern-paragrafo.bot {
  background-image: url('../images/decoro_02.svg');
  background-position: 100% 0;
  background-size: contain;
  width: 180px;
  height: 90px;
  inset: auto auto 0 0;
}

.pittogramma_01 {
  z-index: 1;
  width: 10vw;
  position: absolute;
  left: -5vw;
}

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

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

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slide-nav-point {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: -20px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  display: flex;
  inset: 0% auto;
}

.color_orange-bright {
  background-color: var(--orange-bright);
}

.btn_txt {
  height: auto;
  font-size: 14px;
}

.btn_txt.arancione {
  color: #e78e6d;
  font-weight: 700;
}

.grey {
  color: #a59795;
}

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

.btn__wrap_ctasmall {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.btn__wrap_ctasmall:hover {
  color: #e78e6d;
  border-bottom-color: #e78e6d;
}

.linea {
  background-color: #e78e6d;
  width: 10px;
  height: 1px;
}

.div-block-33 {
  background-image: url('../images/cta-small_decoro.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
}

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

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

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

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

.div-block-32 {
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 5px;
  display: flex;
}

.align {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

.align.width {
  max-width: 350px;
}

.align.width.margin {
  margin-right: 50px;
}

.paragrafo {
  font-size: 14px;
  line-height: 20px;
}

.paragrafo.p1 {
  text-align: center;
  font-size: 14px;
}

.paragrafo.p1.width {
  max-width: 400px;
}

.paragrafo.p1.width.align {
  text-align: left;
}

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

.wrap-servizio {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap-servizio.contesto_18 {
  background-image: url('../images/iStock-1288685961_mod.webp');
  background-position: 70%;
}

.wrap-servizio.contesto_24 {
  background-image: url('../images/christin-hume-nbmBlJyiefg-unsplash_mod.webp');
}

.wrap-servizio.contesto_19 {
  background-image: url('../images/07_MG_3673-1.webp');
}

.wrap-servizio.contesto_22 {
  background-image: url('../images/iStock-1341819830.webp');
}

.wrap-servizio.contesto_23 {
  background-image: url('../images/iStock-1133468931_mod.webp');
  background-position: 0 100%;
  background-size: 150%;
}

.wrap-servizio.contesto_20 {
  background-image: url('../images/00_MG_3539-1.webp');
  background-position: 50%;
}

.text-indirizzo {
  color: var(--pink);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .2s;
}

.color_orange-bright-parag {
  background-color: var(--orange-paragrafo);
}

.tile_img {
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.indice_tile {
  background-color: var(--white);
  opacity: 1;
  color: var(--brown-warm);
  background-image: url('../images/pattern-outline_01.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 300px;
  margin: 10px;
  padding: 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.indice_tile.w--current {
  background-image: url('../images/pattern-outline_01.svg'), linear-gradient(to bottom, var(--orange-btn-negative), var(--orange-btn-negative));
  opacity: 1;
  color: var(--brown-warm);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  font-weight: 500;
}

.indice_wrap {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f4eae8e6;
  flex-flow: wrap;
  place-content: center;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.indice_wrap.vr {
  background-color: #0000;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.indice_wrap.vr.living.static {
  position: static;
}

.tile_txt {
  margin-bottom: auto;
  font-style: italic;
}

.tile_title {
  letter-spacing: 5px;
  text-transform: uppercase;
  max-width: 90%;
  margin-top: auto;
  margin-bottom: 6px;
  font-size: 20px;
}

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

.popup02_x {
  z-index: 43;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.popup02_x.vr {
  display: none;
}

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

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

.embed_wrapper {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
}

.embed_wrapper.test {
  display: block;
  position: static;
}

.embed-vr {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.popup_component {
  z-index: 42;
  background-color: #0009;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.popup_component.vr {
  z-index: 51;
  min-height: 100vh;
  padding: 0;
  display: none;
}

.tabs-2 {
  width: 100%;
  height: 100%;
}

.icon-vr {
  width: 70px;
}

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

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

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

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

.apt1._04 {
  background-image: url('../images/PalazzoRaggi_VPInterna04_Rev01.webp');
}

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

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

.tabs-content {
  border-left: 10px solid var(--light-blue);
  width: 80%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.tabs {
  border: 10px solid var(--light-blue);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 1700px;
  height: 600px;
  display: flex;
  box-shadow: 0 2px 8px #0000000f;
}

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

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

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

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

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

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

.cono._04 {
  top: 49%;
  left: 65%;
  transform: rotate(-130deg);
}

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

.tipologie-centrale-wrap {
  border: 1px solid var(--light-blue);
  background-color: var(--white);
  color: var(--dark-blue);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000012;
}

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

.prezzo-tipologie-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #bea386;
  width: 100%;
  padding: 5px 10px;
  font-size: 16px;
}

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

.tipologia-centrale-text.is-card {
  border: 1px solid var(--light-blue);
  background-color: var(--white);
  width: 20vw;
  max-width: 250px;
  padding-top: 30px;
}

.titolo-tipologia-2 {
  color: #464938;
  text-align: center;
  background-image: url('../images/ic-onda.svg'), url('../images/ic-onda.svg'), linear-gradient(to right, #fff 80%, #fff0);
  background-position: 100% 52%, 0 52%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 20px, 20px, auto;
  flex: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  line-height: 30px;
}

.titolo-tipologia-2.small {
  color: #bea386;
  background-image: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}

.icon-tipologia {
  border: 1px solid var(--dark-blue);
  background-color: var(--light-blue);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -25px;
  overflow: hidden;
}

.list-item-width.tablet_display-none {
  width: 79.5313px;
}

.sottotitolo {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.sottotitolo.normal {
  font-size: 12px;
  font-weight: 400;
}

.sottotitolo.normal.icon {
  background-image: url('../images/pin.svg');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 20px;
}

.sottotitolo.normal.icon:hover {
  color: #eddbd9;
}

.h2-title {
  letter-spacing: 1px;
  font-family: aviano-flare;
}

.div-block-34 {
  background-color: #747474;
}

.btn__wrap_intero {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  background-image: url('../images/Btn_384.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 40px;
  margin-top: 50px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.btn__wrap_intero:hover {
  color: #e78e6d;
  background-image: url('../images/Btn_line_384.svg');
}

.btn__wrap_intero.margin0 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.icon_wrapper {
  background-color: var(--dark-blue);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

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

.icon-footer {
  filter: invert();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  max-width: 100ch;
  height: 20px;
  display: flex;
}

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

.virtual-reality-01_embed_container {
  z-index: 2;
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0;
}

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

.virtual-reality-01_index_text {
  color: #757575;
  margin-bottom: auto;
  font-style: italic;
}

.virtual-reality-01_index_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.virtual-reality-01_embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.virtual-reality-01_embed_wrapper {
  width: 100%;
  height: 100%;
}

.virtual-reality-01_index_mask {
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.virtual-reality-01_index_heading {
  text-transform: uppercase;
  font-size: 1.6em;
}

.virtual-reality-01_index_text_wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.virtual-reality-01_component {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.virtual-reality-01_popup {
  z-index: 42;
  -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;
}

.virtual-reality-01_index {
  z-index: 2;
  grid-column-gap: 30px;
  flex-direction: row;
  place-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.virtual-reality-01_tab {
  margin: auto;
  position: static;
}

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

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

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

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

.form_label {
  margin-bottom: 0;
}

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

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

.dropdown_choice {
  color: var(--dark-blue);
  background-color: #cad5ea4d;
  width: 100%;
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.dropdown_choice:hover {
  background-color: var(--blue);
  color: var(--white);
}

.dropdown_choice.w--current {
  background-color: var(--orange);
  color: var(--white);
}

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

.form_field-2 {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

.dropdown_close {
  width: 100%;
  height: 50px;
  padding: 0;
}

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

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

.dropdown_list {
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  display: none;
  left: 0;
}

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

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

.div-block-35 {
  flex-direction: column;
  display: flex;
}

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

.navbar_fp_contatti {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.logo_form_floorplanning {
  max-width: 200px;
}

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

.subtitle-m {
  color: var(--blue);
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  font-family: darkmode-off-cc-hebrew, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

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

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

.subtitle-m.max330 {
  text-align: center;
  max-width: 330px;
  text-decoration: none;
}

.subtitle-m.is-link {
  border-bottom: 1px solid var(--light-blue);
  text-align: center;
  text-decoration: none;
}

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

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

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

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

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

.text-span-36 {
  color: var(--light-blue);
}

.cta_wrap {
  background-color: var(--light-blue);
  outline-color: var(--light-blue);
  outline-offset: 4px;
  color: var(--dark-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  padding: 7px 40px;
  font-family: darkmode-off-cc-hebrew, sans-serif;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.cta_wrap.is-30top {
  background-color: var(--pink);
  outline-color: var(--pink);
  letter-spacing: 2px;
  margin-top: 30px;
  text-decoration: none;
}

.cta_wrap.is-30top-copy, .cta_wrap.is-pink {
  background-color: var(--pink);
  outline-color: var(--pink);
  letter-spacing: 2px;
  text-decoration: none;
}

.cta_wrap._30top-blue {
  margin-top: 30px;
}

.cta_wrap.is-pink {
  background-color: var(--pink);
}

.cta_wrap.is-pink.top30 {
  margin-top: 30px;
}

.cta_wrap.is-link {
  width: 240px;
}

.cta_wrap._30top {
  margin-top: 30px;
}

.text-block-23 {
  letter-spacing: 2px;
  font-family: darkmode-off-cc-hebrew, sans-serif;
}

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

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

.tipo_cicrcle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
  display: flex;
}

.div-block-36 {
  border: 1px solid var(--dark-blue);
  background-color: var(--light-blue);
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

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

.showrom_par {
  color: var(--grey);
}

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

.is-white.max300 {
  max-width: 300px;
}

.form_logo {
  width: 300px;
  height: 120px;
  margin-bottom: auto;
}

.icon-3 {
  margin-right: 0;
}

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

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

.div-block-39 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.top-15 {
  margin-top: 5px;
}

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

.map-img {
  width: 100%;
}

.form_checkbox_wrapper {
  margin-bottom: 0;
}

.contact_container {
  z-index: 2;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.form_field-3 {
  color: #b58e0c;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #c6c6c6;
  margin-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .7rem;
}

.form_field-3::placeholder {
  color: #b58e0c;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .7rem;
}

.form_field-3.is-message {
  background-color: #ffffff4d;
  border: 1px solid #c7c7c7;
  min-height: 100px;
  margin-top: 40px;
  padding-left: 10px;
}

.form_text-small {
  font-size: 12px;
}

.container-small {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.form_checkbox-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.button-9 {
  color: #b58e0c;
  text-align: center;
  letter-spacing: .06rem;
  text-transform: uppercase;
  background-color: #0000;
  border: .08rem solid #b58e0c;
  border-radius: 8rem;
  padding: 10px 15px;
  font-size: .5rem;
  font-weight: 700;
  line-height: .9;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

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

.contact_form_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.contact_form_component {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.form_checkbox_label {
  margin-bottom: 0;
  font-size: 11px;
}

.checkbox_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.form_field-4 {
  color: #b58e0c;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #c6c6c6;
  margin-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .7rem;
}

.form_field-4::placeholder {
  color: #b58e0c;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .7rem;
}

.form_field-4.is-message {
  background-color: #ffffff4d;
  border: 1px solid #c7c7c7;
  min-height: 100px;
  padding-left: 10px;
}

.form_text-small-2 {
  margin-bottom: 20px;
  font-size: .6rem;
}

.container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.form_checkbox-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_checkbox-3.w--redirected-checked {
  background-color: var(--dark);
}

.button-10 {
  color: #b58e0c;
  text-align: center;
  letter-spacing: .06rem;
  text-transform: uppercase;
  background-color: #0000;
  border: .08rem solid #b58e0c;
  border-radius: 8rem;
  padding: 10px 15px;
  font-size: .5rem;
  font-weight: 700;
  line-height: .9;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

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

.contact_form_container-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.contact_form_component-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.form_checkbox_label-2 {
  margin-bottom: 0;
  font-size: .6rem;
}

.max600 {
  max-width: 600px;
}

.right-arrow-3 {
  width: 50px;
  height: 50px;
}

.slide-img_container, .slide-panorama {
  width: 100%;
  height: 100%;
}

.label-languages {
  z-index: 10;
  border: 1px solid var(--white);
  background-color: var(--light-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .2s, transform .2s;
  display: flex;
  position: fixed;
  inset: 28.3% 10px auto auto;
}

.label-languages:hover {
  transform: scale(1.1);
}

.text-block-25 {
  color: var(--dark-blue);
  letter-spacing: 2px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .footer_component {
    padding-left: 60px;
    padding-right: 60px;
  }

  .contact_component {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button.is-submit {
    margin-left: auto;
    margin-right: auto;
  }

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

  .page_wrapper.informative.cookiebot {
    padding-top: 180px;
  }

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

  .container {
    flex-direction: column;
  }

  .container.no-marging-dx {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .container.no-marging-dx.reverse {
    flex-direction: column;
  }

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

  .container.contatti {
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
  }

  .container.full {
    flex-direction: column;
    place-items: center;
    display: flex;
  }

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

  .container.plus {
    grid-template-rows: 60px;
  }

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

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

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

  .container.partner {
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .section.grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .section.centred.bk-color {
    padding: 60px;
  }

  .section.centred.lifestyle, .section.centred.bg_lightblue {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.form {
    padding-top: 140px;
  }

  .section.grid-progetto {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
    display: flex;
  }

  .section.fullscreen {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section._80.progetto {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.grid-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section.grid-interni {
    padding: 0 0 60px;
  }

  .section.l-opera {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    padding-top: 60px;
  }

  .section.pattern, .section.pattern.pattern-reverse {
    background-image: linear-gradient(to bottom, null, null), url('../images/pattern-dark-blue-2.svg');
    background-size: auto, 100px;
  }

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

  .header_component {
    display: flex;
  }

  .header_container {
    padding-bottom: 10vw;
  }

  .nav_component {
    z-index: 14;
    background-color: var(--white);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 90px;
    padding: 10px 10px 10px 32px;
  }

  .nav_component.menu-mobile {
    z-index: 15;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    display: none;
    inset: 0%;
    overflow: auto;
  }

  .list {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .navbar_link {
    font-size: 18px;
  }

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

  .list-item.is-logo {
    order: -1;
    display: block;
  }

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

  .pittogramma-navbar {
    align-self: flex-start;
    width: 50px;
    height: 50px;
    display: none;
  }

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

  .h1-titolo-hero {
    width: 100%;
    max-width: 400px;
    font-size: 25px;
    line-height: 35px;
  }

  .h2-sottotitolo-hero {
    width: 100%;
    max-width: 450px;
    line-height: 25px;
  }

  .citazione {
    max-width: none;
  }

  .section-info {
    padding: 60px;
  }

  .video-embed {
    width: 100%;
  }

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

  .image-wrap {
    order: -1;
  }

  .image-wrap.l-opera {
    align-items: center;
  }

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

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

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

  .image-wrap.poi_map {
    flex-direction: column;
  }

  .image-wrap.is-landscape {
    width: 100%;
  }

  .image-wrap.no-overflow.is-panorama {
    height: auto;
  }

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

  .titolo-paragrafo.is-center {
    max-width: 500px;
  }

  .titolo-paragrafo.max400 {
    max-width: 400px;
  }

  .p-paragrafo {
    text-align: center;
    margin-bottom: 40px;
  }

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

  .txt-container.width {
    width: 100%;
    padding: 0;
    position: static;
  }

  .txt-container.grid {
    width: 80%;
    margin: 0;
    padding: 0;
  }

  .txt-container.grid-progetto {
    margin-bottom: 0;
  }

  .txt-container.l-opera {
    width: 80%;
  }

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

  .button06.white {
    margin-bottom: 20px;
  }

  .pattern-1 {
    width: 80px;
    height: 230px;
    display: none;
    top: 40%;
    left: 6%;
    right: auto;
  }

  .pattern-1.reverse {
    top: 35%;
    left: 6%;
  }

  .image-2.tablet-hide {
    display: none;
  }

  .slider {
    width: 100%;
    margin-top: 0;
  }

  .contact-container {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    padding-left: 0;
  }

  .logo-footer {
    width: 280px;
  }

  .contact-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    margin-top: 20px;
    padding-left: 0;
  }

  .wrap-contatti {
    flex-direction: column;
    width: 50%;
  }

  .wrap-contatti.margin {
    margin-bottom: 0;
    margin-left: 40px;
  }

  .txt-contact {
    max-width: 350px;
  }

  .partner-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-start;
    margin-top: 40px;
    padding-left: 0;
  }

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

  .form-block.contatti {
    max-width: 600px;
  }

  .form-popup {
    z-index: 55;
    overflow: auto;
  }

  .cornice-form-2 {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .x-chiudi {
    margin-bottom: 10px;
    top: 20px;
  }

  .area-form-nascosto {
    width: 85%;
    min-width: auto;
    max-width: 800px;
    padding: 40px;
  }

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

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

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

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

  .image-absolute {
    display: none;
  }

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

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

  .container-2.is-technical {
    width: 80%;
    max-width: 750px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-90 {
    overflow: hidden;
  }

  .text-block-16 {
    line-height: 30px;
  }

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

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

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

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

  .btn_contatti.mail:hover, .btn_contatti.tel:hover {
    transform: none;
  }

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

  .mappa.is-poi {
    flex: 1;
  }

  .x-menu {
    cursor: pointer;
    align-self: center;
    align-items: center;
    width: 35px;
    height: 35px;
    display: flex;
    position: absolute;
    inset: 32% 5% auto auto;
    overflow: hidden;
  }

  .lottie-animation {
    align-self: flex-end;
    width: 100%;
  }

  .foglia-menu {
    opacity: .1;
    background-image: url('../images/Foglia-4.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .navlink_tabletmobile {
    z-index: 50;
    background-color: var(--orange-bright);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 120px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

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

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

  .close__wrap.menuclose {
    background-color: var(--blue);
    border-style: none;
    border-color: #a58d72;
    flex: none;
    margin-bottom: 140px;
    position: absolute;
  }

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

  .link-partner {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .link-partner.gardahaus {
    margin-top: 0;
  }

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

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

  .img-cover.side {
    display: none;
  }

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

  .flag-03_text.is-red.mobile {
    display: none;
  }

  .flag-03_popup_box {
    align-self: center;
    max-width: 100%;
  }

  .flag-03_popup_container {
    flex-direction: column;
    flex: none;
  }

  .flag-03_popup_x {
    flex: none;
    position: fixed;
  }

  .flag-03_popup_asta {
    background-color: #fff;
  }

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

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

  .gdpr_richtext h3 {
    font-size: 14px;
    line-height: 20px;
  }

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

  .form_field {
    line-height: 20px;
  }

  .dropdown-toggle {
    height: 40px;
    line-height: 40px;
  }

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

  .cookie-banner_wrapper {
    padding-bottom: 40px;
  }

  .partner-livinwow {
    margin-bottom: 40px;
  }

  .pattern-1-copy {
    width: 80px;
    height: 230px;
    display: none;
    top: 40%;
    left: 6%;
    right: auto;
  }

  .pattern-1-copy.reverse {
    top: 35%;
    left: 6%;
  }

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

  .pattern-1-copy-2 {
    width: 80px;
    height: 230px;
    display: none;
    top: 40%;
    left: 6%;
    right: auto;
  }

  .pattern-1-copy-2.reverse {
    top: 35%;
    left: 6%;
  }

  .apt-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr auto 1fr auto 1fr;
  }

  .number {
    font-size: 40px;
  }

  .number-wrapper {
    width: 60px;
    height: 60px;
  }

  .flag_component {
    margin-top: 0;
    top: 140px;
    right: 10px;
  }

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

  .section-plus-abitativi {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .plus-txt {
    font-size: 12px;
    line-height: 20px;
  }

  .poi_list {
    padding: 60px;
  }

  .poi_list.width {
    width: 100%;
    padding: 0;
    position: static;
  }

  .poi_list.grid {
    width: 80%;
    margin: 0;
    padding: 0;
  }

  .poi_list.grid-progetto {
    margin-bottom: 0;
  }

  .poi_list.l-opera {
    width: 80%;
  }

  .poi_section {
    align-items: stretch;
  }

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

  .navbar_link-2 {
    font-size: 18px;
  }

  .logo-navbar-2 {
    width: 180px;
  }

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

  .list-item-2.is-logo {
    order: -1;
    display: block;
  }

  .hamburger_wrap-2 {
    cursor: pointer;
    background-color: #f09d88;
    background-image: url('../images/Icon_Menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #f09d88;
    border-radius: 100%;
    flex: none;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

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

  .pittogramma-navbar-2 {
    width: 50px;
    height: 50px;
    display: none;
  }

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

  .title_wrapper.is-align-right {
    border-left: 1.5px solid var(--orange-dark);
    text-align: left;
    border-right-style: none;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 0;
  }

  .pattern-paragrafo.bottom, .pittogramma_01 {
    display: none;
  }

  .slider_box {
    height: 500px;
  }

  .slide-nav-point {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-size: 16px;
  }

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

  .btn__wrap_ctasmall {
    border-bottom-color: #e78e6d;
    margin-top: 30px;
  }

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

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

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

  .align.width {
    text-align: left;
  }

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

  .indice_wrap {
    flex-flow: wrap;
    place-content: flex-start center;
    padding: 60px 20px;
  }

  .indice_wrap.vr {
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px;
  }

  .indice_wrap.vr.living {
    flex-direction: column;
    align-content: center;
  }

  .popup_component {
    padding: 40px;
  }

  .popup_component.vr {
    flex-flow: column wrap;
    place-content: center flex-start;
    display: none;
  }

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

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

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

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

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

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

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

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

  .icon-tipologia {
    display: flex;
  }

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

  .btn__wrap_intero {
    margin-top: 30px;
  }

  .btn__wrap_intero:hover {
    color: #fff;
    background-image: url('../images/Btn_384.svg');
  }

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

  .virtual-reality-01_popup {
    padding: 40px;
  }

  .virtual-reality-01_index {
    flex-flow: wrap;
    place-content: flex-start center;
    padding: 60px 20px;
  }

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

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

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

  .form_logo {
    width: 280px;
  }

  .contact_container {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

  .contact_form_component-2 {
    width: 100%;
    max-width: none;
  }

  .label-languages {
    top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .contact_component {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .container.citazione_01 {
    width: 100%;
  }

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

  .container.l-opera {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .container.citazione_02 {
    width: 100%;
  }

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

  .container.is-technical {
    width: 100%;
  }

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

  .section {
    padding: 40px;
  }

  .section.centred {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.centred.bk-color {
    background-image: none;
  }

  .section.pattern {
    background-image: linear-gradient(to bottom, null, null), url('../images/pattern-dark-blue-2.svg');
    background-size: auto, 9vw;
  }

  .section.pattern.pattern-reverse {
    background-image: linear-gradient(#0000, #0000), url('../images/pattern-dark-blue-2.svg');
    background-size: auto, 9vw;
  }

  .header_component {
    min-height: 550px;
  }

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

  .nav_component {
    height: 70px;
  }

  .list {
    overflow: visible;
  }

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

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

  .h1-titolo-hero {
    max-width: 370px;
    font-size: 22px;
    line-height: 34px;
  }

  .h2-sottotitolo-hero {
    line-height: 25px;
  }

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

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

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

  .image-wrap.poi_map {
    width: 100%;
    height: 400px;
  }

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

  .titolo-paragrafo.centred {
    width: auto;
    max-width: 450px;
  }

  .titolo-paragrafo.text-color-white.is-auto, .titolo-paragrafo.is-center, .titolo-paragrafo.max400 {
    font-size: 25px;
  }

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

  .p-paragrafo.centred {
    width: auto;
    max-width: 450px;
  }

  .txt-container, .txt-container.width, .txt-container.grid {
    width: 100%;
  }

  .txt-container.grid-progetto {
    width: 100%;
    margin-bottom: 20px;
  }

  .txt-container.l-opera {
    width: 100%;
  }

  .button06.white {
    margin-bottom: 20px;
  }

  .pattern-1 {
    top: 48%;
  }

  .pattern-1.reverse {
    top: 42%;
  }

  .slider {
    width: 100%;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    left: -4%;
  }

  .icon {
    font-size: 20px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    right: -4%;
  }

  .icon-2 {
    font-size: 20px;
  }

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

  .logo-footer {
    width: 270px;
  }

  .contact-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    justify-content: center;
    height: auto;
    padding-bottom: 0;
  }

  .wrap-contatti {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

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

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

  .txt-contact.is-small {
    font-size: 16px;
  }

  .partner-container {
    align-items: flex-start;
  }

  .txt-partner {
    margin-bottom: 10px;
  }

  .footer_row {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .footer_txt {
    text-align: center;
  }

  .banner_title-old, .cookie-prefs_title-old {
    font-size: 20px;
  }

  .cookie-banner_text-old {
    margin-right: 0;
  }

  .cookie-banner_wrap-old {
    flex-direction: column;
    align-items: center;
  }

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

  .cornice-form-2 {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .p-txt-2.bianco, .sec-titolo-txt.centre.width {
    width: 80%;
  }

  .area-form-nascosto {
    padding: 20px;
  }

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

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

  .container-2.is-technical {
    max-width: 460px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .text-block-16 {
    font-size: 20px;
    line-height: 25px;
  }

  .tipologie-wrap {
    color: var(--dark);
  }

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

  .casa-completa {
    width: 100px;
  }

  .flag_component01 {
    top: 28px;
  }

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

  .btn_contatti.mail {
    width: 45px;
    height: 45px;
  }

  .mappa {
    height: 450px;
  }

  .mappa.mobile {
    height: 300px;
    display: block;
  }

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

  .img-cover.absolute.size-60 {
    width: 50px;
    height: 30px;
    top: 10px;
    left: 10px;
  }

  .flag-05_popup_row {
    max-width: 100%;
  }

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

  .flag-03_text.is-red {
    height: 45px;
    font-size: 12px;
    line-height: 14px;
  }

  .flag-03_text.is-red.mobile {
    display: none;
  }

  .flag-03_popup_box {
    text-align: center;
    min-width: auto;
  }

  .flag-03_popup {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .flag-03_icon.is-scegli, .flag-03_icon.is-test {
    width: 45px;
    height: 45px;
  }

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

  .flag-03_popup_row {
    max-width: 100%;
  }

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

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

  .container-privacy.is-gdpr {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cookie_tab {
    min-width: 750px;
  }

  .cookie_tab_wrap {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

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

  .container-4, .container-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .form_wrapper {
    width: 100%;
  }

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

  .banner_title {
    font-size: 20px;
  }

  .cookie-banner_text-2 {
    margin-right: 0;
  }

  .cookie-prefs_title {
    font-size: 20px;
  }

  .pattern-1-copy {
    top: 48%;
  }

  .pattern-1-copy.reverse {
    top: 42%;
  }

  .decoro-new {
    width: 100px;
    height: 100px;
    top: 9%;
    left: 18%;
  }

  .pattern-1-copy-2 {
    top: 48%;
  }

  .pattern-1-copy-2.reverse {
    top: 42%;
  }

  .apt-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 10px 1fr 10px 1fr;
  }

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

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

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

  .plus-txt {
    max-height: none;
  }

  .divisore.landscaper-d-none {
    display: none;
  }

  .poi_list {
    width: 100%;
    padding: 40px;
  }

  .poi_list.width, .poi_list.grid {
    width: 100%;
  }

  .poi_list.grid-progetto {
    width: 100%;
    margin-bottom: 20px;
  }

  .poi_list.l-opera {
    width: 100%;
  }

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

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

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

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

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

  .pattern-paragrafo.bottom {
    display: none;
  }

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

  .wrap-parag-double.grid.mobile-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .text-indirizzo {
    padding-left: 0;
  }

  .indice_wrap.vr {
    flex-flow: column;
    justify-content: flex-start;
  }

  .indice_wrap.vr.living {
    flex-flow: wrap;
    place-content: center;
  }

  .popup_component {
    padding: 20px;
  }

  .popup_component.vr {
    display: none;
  }

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

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

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

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

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

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

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

  .cono._04 {
    left: 64%;
  }

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

  .icon_wrapper {
    margin-right: 0;
  }

  .virtual-reality-01_popup {
    padding: 20px;
  }

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

  .navbar_fp_contatti {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .form_logo {
    width: 270px;
  }

  .div-block-39 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .contact_container {
    padding-right: 0;
  }

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

  .form_checkbox_label {
    line-height: 20px;
  }

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

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

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

  .contact_component {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .button {
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .button.is-negative, .button.is-text {
    justify-content: center;
  }

  .button.mobile {
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button_component {
    text-align: center;
  }

  .button_icon {
    display: none;
  }

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

  .page_wrapper.informative.cookiebot {
    padding-top: 140px;
  }

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

  .container.citazione_01 {
    padding: 80px 20px 100px;
  }

  .container.no-marging-dx, .container.vertical {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container.contatti {
    align-items: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.l-opera {
    padding-bottom: 0;
  }

  .container.plus {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

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

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

  .container.is-technical {
    padding-left: 8%;
    padding-right: 8%;
  }

  .container.is-technical.is-errorpage {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .container.partner {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding: 50px 20px;
  }

  .section.is-technical.is-errorpage-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section.centred.bk-color {
    padding: 40px 20px;
  }

  .section.centred.lifestyle {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.grid-progetto {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 40px;
  }

  .section._80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section._80.progetto {
    grid-template-rows: auto auto auto;
    grid-template-columns: 3fr;
  }

  .section.grid-full {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .section.grid-lifestyle {
    flex-direction: column;
    display: none;
  }

  .section.grid-interni {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .section.l-opera {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
  }

  .section.pattern {
    background-image: linear-gradient(#0000, #0000), url('../images/pattern-dark-blue-2.svg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat-x;
    background-size: auto, 30vw;
  }

  .section.pattern.pattern-reverse {
    background-image: linear-gradient(#0000, #0000), url('../images/pattern-dark-blue-2.svg');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, repeat-x;
    background-size: auto, 30vw;
  }

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

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

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

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

  .scroll_component {
    display: none;
  }

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

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

  .list-item.is-logo {
    align-items: flex-start;
  }

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

  .pittogramma-navbar {
    width: 40px;
    height: 40px;
  }

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

  .section-intro.color_green {
    padding-left: 0;
    padding-right: 0;
  }

  .h1-titolo-hero {
    color: var(--dark-blue);
    width: 100%;
    max-width: 300px;
    line-height: 30px;
  }

  .h1-titolo-hero.is-errorpage {
    color: var(--white);
    font-size: 18px;
  }

  .h2-sottotitolo-hero {
    color: var(--orange);
    width: 100%;
    max-width: 300px;
    font-size: 14px;
    line-height: 22px;
  }

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

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

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

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

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

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

  .image-wrap.is-last {
    order: 1;
  }

  .titolo-paragrafo.text-color-white {
    font-size: 20px;
  }

  .titolo-paragrafo.tablet {
    width: 100%;
    max-width: none;
    font-size: 20px;
  }

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

  .sottotitolo-paragrafo {
    background-image: none;
    line-height: 20px;
  }

  .p-paragrafo {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .p-paragrafo.centred {
    margin-bottom: 60px;
  }

  .p-paragrafo.centred.margin {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
  }

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

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

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

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

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

  .button06 {
    padding: 10px 20px;
  }

  .pattern-1 {
    display: none;
  }

  .contact-container {
    margin-bottom: 0;
  }

  .logo-footer {
    width: 260px;
  }

  .contact-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    height: auto;
    padding-bottom: 0;
  }

  .wrap-contatti.margin {
    margin-top: 20px;
    margin-left: 0;
  }

  .txt-contact {
    max-width: 320px;
  }

  .partner-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    height: auto;
    display: flex;
  }

  .footer-link {
    text-align: center;
  }

  .cookie-prefs_wrapper {
    padding: 24px;
  }

  .cookie-banner_buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

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

  .cookie-prefs_container-old {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cookie-banner_text-old {
    margin-right: 0;
  }

  .cookie-banner_wrap-old {
    padding: 20px;
  }

  .cookie-banner_wrapper-old {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookie-banner_title_wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cookie-prefs_buttons-wrapper.is-pref {
    flex-wrap: wrap;
  }

  .form-popup {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cornice-form-2 {
    padding-top: 100px;
  }

  .x-chiudi {
    right: auto;
  }

  .area-form-nascosto {
    width: 90%;
    padding: 10px;
  }

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

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

  .image-80 {
    max-width: 100%;
  }

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

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

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

  .container-2.is-technical {
    width: 90%;
    min-width: 250px;
    max-width: none;
    padding: 60px 40px;
  }

  .heading-4 {
    font-size: 32px;
  }

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

  .tipologie-wrap.last {
    margin-bottom: 0;
  }

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

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

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

  .btn_contatti.mail {
    width: 40px;
    height: 40px;
  }

  .mappa {
    height: 450px;
  }

  .navlink_tabletmobile {
    z-index: 52;
  }

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

  .link-partner.padding {
    margin-top: 40px;
    margin-left: 0;
  }

  .partner-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .text-medium {
    margin-bottom: 60px;
  }

  .img-cover.absolute.size-60 {
    width: 40px;
    height: 26px;
  }

  .cta-txt {
    letter-spacing: 0;
  }

  .h1-titolo-hero-high {
    color: var(--slate-grey);
  }

  .flag-05_popup_row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }

  .flag-03_text.is-red {
    border-radius: 0;
  }

  .flag-03_text.is-red.mobile {
    text-align: center;
    border: 1px solid #fff;
    border-right-style: none;
    justify-content: center;
    padding-right: 30px;
    line-height: 29px;
    display: flex;
  }

  .flag-03_text.is-red.dsk {
    display: none;
  }

  .flag-03_popup_box {
    text-align: center;
    align-self: auto;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flag-03_popup_container {
    align-items: stretch;
  }

  .flag-03_popup_icon {
    width: 60px;
    height: 60px;
  }

  .flag-03_popup {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .flag-03_icon.is-test {
    border-radius: 0%;
  }

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

  .flag-03_popup_row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }

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

  .progetto-side-img {
    min-height: 120px;
  }

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

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

  .gdpr_richtext p, .gdpr_richtext h2 {
    font-size: 14px;
    line-height: 22px;
  }

  .gdpr_richtext h1 {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .cookie-banner_wrap {
    padding: 20px;
  }

  .cookie-banner_wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .cookie-banner_text-2 {
    margin-right: 0;
  }

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

  .cookie-prefs_container {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .partner-livinwow {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pattern-1-copy {
    display: none;
  }

  .decoro-new {
    width: 50px;
    height: 50px;
    top: 18%;
    left: 7%;
  }

  .pattern-1-copy-2 {
    display: none;
  }

  .author {
    font-size: 14px;
  }

  .icon-par.icon-apt {
    padding-bottom: 20px;
  }

  .background-video {
    height: 56.25vw;
  }

  .apt-wrap {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    min-width: auto;
  }

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

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

  .flag-03_component-2 {
    border-radius: 0;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .flag-03_component-2:hover {
    transform: none;
  }

  .map_container {
    width: 100%;
  }

  .section-plus-abitativi {
    padding: 40px 20px;
  }

  .divisore {
    width: 100%;
    height: 1px;
  }

  .divisore.landscaper-d-none {
    display: block;
  }

  .divisore.mobile-d-none {
    display: none;
  }

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

  .poi_list.grid {
    width: 100%;
  }

  .text-block-17, .text-block-18 {
    font-family: brandon-grotesque;
    font-size: 16px;
  }

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

  .nav_component_01 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-navbar-2 {
    width: 150px;
  }

  .list-item-2.is-logo {
    align-items: flex-start;
  }

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

  .scroll_wrapper {
    order: -1;
    display: none;
    position: static;
  }

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

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

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

  .heading-5 {
    font-size: 18px;
  }

  .button-decor {
    margin-left: 0;
  }

  .pattern-paragrafo.bottom {
    width: 50px;
    height: 50px;
    display: none;
  }

  .slider_box {
    height: 350px;
  }

  .btn_txt {
    font-size: 12px;
  }

  .btn__wrap_ctasmall {
    display: flex;
  }

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

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

  .wrap-parag-double.grid.mobile-padding {
    padding-top: 0;
  }

  .servizi-grid {
    height: 350px;
  }

  .indice_tile {
    max-width: 260px;
  }

  .indice_tile.living-contemporary {
    margin-left: 0;
    margin-right: 0;
  }

  .indice_wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 10px;
  }

  .indice_wrap.vr {
    flex-flow: column;
    justify-content: flex-start;
  }

  .popup_component.vr {
    display: none;
  }

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

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

  .tabs {
    width: 100%;
  }

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

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

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

  .cono._01 {
    left: 72%;
  }

  .cono._04 {
    left: 66%;
  }

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

  .tipologia-centrale-text.is-card {
    flex: 1;
    width: 100%;
    padding: 15px 20px;
  }

  .btn__wrap_intero {
    background-image: url('../images/Btn_260.svg');
    display: flex;
  }

  .btn__wrap_intero:hover {
    background-image: url('../images/Btn_260.svg');
  }

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

  .tablet {
    width: 100%;
    font-size: 16px;
  }

  .text-block-21 {
    font-size: 14px;
  }

  .text-block-22 {
    font-size: 16px;
    line-height: 24px;
  }

  .virtual-reality-01_index {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 10px;
  }

  .virtual-reality-01_index_button {
    max-width: 260px;
  }

  .cta_wrap._30top-blue {
    margin-top: 10px;
  }

  .form_logo {
    width: 260px;
  }

  .contact_form_container, .contact_form_container-2 {
    grid-template-columns: 1fr;
  }
}

#oggetto.w-node-_14f752a5-1634-9280-bff9-f042c30a7a7e-8a50c9f9, #messaggio.w-node-_14f752a5-1634-9280-bff9-f042c30a7a7f-8a50c9f9, #w-node-_14f752a5-1634-9280-bff9-f042c30a7a80-8a50c9f9, #w-node-_14f752a5-1634-9280-bff9-f042c30a7a84-8a50c9f9, #w-node-_14f752a5-1634-9280-bff9-f042c30a7a8a-8a50c9f9, #w-node-_14f752a5-1634-9280-bff9-f042c30a7a8f-8a50c9f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#btn-form.w-node-_14f752a5-1634-9280-bff9-f042c30a7a96-8a50c9f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto center;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e27896556-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896558-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e2789655a-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e2789655c-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e2789655e-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896560-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896562-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896564-3c8bf700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e27896566-3c8bf700 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e27896573-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896575-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896578-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e2789657a-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e2789657c-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e2789657e-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896581-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896583-3c8bf700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e27896585-3c8bf700 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e27896592-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896594-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896597-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896599-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965ac-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965ae-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965b0-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965b2-3c8bf700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e278965b4-3c8bf700 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e278965c5-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965c7-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965ca-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965cc-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965ce-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965d0-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965d3-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965d5-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965d7-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965d9-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965dc-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965de-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965e0-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965e2-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965e5-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965e7-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965e9-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965eb-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965ee-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e278965f0-3c8bf700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e278965f2-3c8bf700 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e278965ff-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896601-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896604-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896606-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896608-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e2789660a-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e2789660d-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e2789660f-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896611-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896613-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896616-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896618-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e2789661a-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e2789661c-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e2789661f-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896621-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896623-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896625-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896628-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e2789662a-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896646-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896648-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e2789664a-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e2789664c-3c8bf700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e2789664e-3c8bf700 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e2789665b-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e2789665d-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896660-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896662-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896664-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896666-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896669-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e2789666b-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e2789666d-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e2789666f-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896672-3c8bf700, #w-node-_02880b5b-6612-45cf-7cf3-639e27896674-3c8bf700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b56dccb0-18d5-5997-2879-0ad4d1fa4040-3c8bf705, #w-node-_9654581f-f515-e440-60b2-e6f2a9eeb4a3-3c8bf705, #w-node-a72f0a16-9d08-d0c8-ccbc-bb7687f7ef34-3c8bf705, #w-node-_29e50788-9344-af9e-416d-f98208abd2d9-3c8bf706 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b91aa20e-0b2b-c302-a994-75ec55d15502-3c8bf707, #w-node-b91aa20e-0b2b-c302-a994-75ec55d15500-3c8bf707, #w-node-b91aa20e-0b2b-c302-a994-75ec55d154fe-3c8bf707, #w-node-_95692760-c9bb-a8f2-61a5-522f3c30d023-3c8bf707, #w-node-_95692760-c9bb-a8f2-61a5-522f3c30d027-3c8bf707 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bb6efe9-b4f9-f8a3-ea4c-342cc1bcda0b-3c8bf707 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_75299d8e-c49c-fdec-4011-fd94122004c0-3c8bf707 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-cfd38616-cb20-d1a3-e97f-781667ae962b-3c8bf707 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba20a453-367f-5773-dedd-ed1b2b40d616-3c8bf707 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-_4c08d3c4-1b22-5d0d-eb96-b99e69c9132e-3c8bf707 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e8510543-e618-14e0-d981-187157e6e76c-3c8bf709, #w-node-e8510543-e618-14e0-d981-187157e6e776-3c8bf709, #w-node-e8510543-e618-14e0-d981-187157e6e778-3c8bf709, #policyFlagsContainer.w-node-e8510543-e618-14e0-d981-187157e6e77b-3c8bf709 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2cd60b25-8ad2-b65a-7f8b-e6f5178a6b31-3c8bf709, #submitBtn.w-node-e8510543-e618-14e0-d981-187157e6e77e-3c8bf709 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_29e50788-9344-af9e-416d-f98208abd2d9-9858e5d0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_75d33eb0-837b-93e5-fb9f-3d2cb8706210-b8706201, #w-node-_75d33eb0-837b-93e5-fb9f-3d2cb8706211-b8706201, #w-node-_75d33eb0-837b-93e5-fb9f-3d2cb8706212-b8706201, #w-node-_75d33eb0-837b-93e5-fb9f-3d2cb8706216-b8706201, #w-node-_75d33eb0-837b-93e5-fb9f-3d2cb870621c-b8706201, #w-node-_75d33eb0-837b-93e5-fb9f-3d2cb8706221-b8706201 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#btn-form.w-node-_75d33eb0-837b-93e5-fb9f-3d2cb8706228-b8706201 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto center;
}

#w-node-b56dccb0-18d5-5997-2879-0ad4d1fa4040-37d62893, #w-node-_9654581f-f515-e440-60b2-e6f2a9eeb4a3-37d62893, #w-node-a72f0a16-9d08-d0c8-ccbc-bb7687f7ef34-37d62893 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b91aa20e-0b2b-c302-a994-75ec55d15502-8d464112, #w-node-b91aa20e-0b2b-c302-a994-75ec55d15500-8d464112, #w-node-b91aa20e-0b2b-c302-a994-75ec55d154fe-8d464112, #w-node-_95692760-c9bb-a8f2-61a5-522f3c30d023-8d464112, #w-node-_95692760-c9bb-a8f2-61a5-522f3c30d027-8d464112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bb6efe9-b4f9-f8a3-ea4c-342cc1bcda0b-8d464112 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_75299d8e-c49c-fdec-4011-fd94122004c0-8d464112 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-cfd38616-cb20-d1a3-e97f-781667ae962b-8d464112 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba20a453-367f-5773-dedd-ed1b2b40d616-8d464112 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-_4c08d3c4-1b22-5d0d-eb96-b99e69c9132e-8d464112 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e27896556-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896558-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e2789655a-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e2789655c-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e2789655e-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896560-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896562-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896564-4c44a4ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e27896566-4c44a4ac {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e27896573-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896575-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896578-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e2789657a-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e2789657c-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e2789657e-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896581-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896583-4c44a4ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e27896585-4c44a4ac {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e27896592-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896594-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896597-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896599-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965ac-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965ae-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965b0-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965b2-4c44a4ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e278965b4-4c44a4ac {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e278965c5-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965c7-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965ca-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965cc-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965ce-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965d0-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965d3-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965d5-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965d7-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965d9-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965dc-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965de-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965e0-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965e2-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965e5-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965e7-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965e9-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965eb-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965ee-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e278965f0-4c44a4ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e278965f2-4c44a4ac {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e278965ff-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896601-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896604-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896606-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896608-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e2789660a-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e2789660d-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e2789660f-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896611-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896613-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896616-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896618-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e2789661a-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e2789661c-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e2789661f-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896621-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896623-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896625-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896628-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e2789662a-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896646-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896648-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e2789664a-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e2789664c-4c44a4ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e2789664e-4c44a4ac {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e2789665b-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e2789665d-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896660-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896662-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896664-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896666-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896669-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e2789666b-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e2789666d-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e2789666f-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896672-4c44a4ac, #w-node-_02880b5b-6612-45cf-7cf3-639e27896674-4c44a4ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_14f752a5-1634-9280-bff9-f042c30a7a80-8a50c9f9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e8510543-e618-14e0-d981-187157e6e76c-3c8bf709, #w-node-e8510543-e618-14e0-d981-187157e6e776-3c8bf709, #w-node-e8510543-e618-14e0-d981-187157e6e778-3c8bf709, #policyFlagsContainer.w-node-e8510543-e618-14e0-d981-187157e6e77b-3c8bf709, #submitBtn.w-node-e8510543-e618-14e0-d981-187157e6e77e-3c8bf709 {
    grid-column: span 1 / span 1;
  }

  #w-node-_75d33eb0-837b-93e5-fb9f-3d2cb8706212-b8706201 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_14f752a5-1634-9280-bff9-f042c30a7a7a-8a50c9f9, #w-node-_14f752a5-1634-9280-bff9-f042c30a7a7b-8a50c9f9, #w-node-_14f752a5-1634-9280-bff9-f042c30a7a7c-8a50c9f9, #w-node-_14f752a5-1634-9280-bff9-f042c30a7a7d-8a50c9f9, #messaggio.w-node-_14f752a5-1634-9280-bff9-f042c30a7a7f-8a50c9f9, #btn-form.w-node-_14f752a5-1634-9280-bff9-f042c30a7a96-8a50c9f9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b91aa20e-0b2b-c302-a994-75ec55d15502-3c8bf707 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b91aa20e-0b2b-c302-a994-75ec55d15500-3c8bf707 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b91aa20e-0b2b-c302-a994-75ec55d154fe-3c8bf707, #w-node-_95692760-c9bb-a8f2-61a5-522f3c30d023-3c8bf707 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_95692760-c9bb-a8f2-61a5-522f3c30d027-3c8bf707 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cfd38616-cb20-d1a3-e97f-781667ae962b-3c8bf707 {
    grid-area: 2 / 2 / 4 / 4;
  }

  #w-node-ba20a453-367f-5773-dedd-ed1b2b40d616-3c8bf707 {
    grid-row-end: 2;
    grid-column-start: 1;
  }

  #w-node-_75d33eb0-837b-93e5-fb9f-3d2cb870620c-b8706201, #w-node-_75d33eb0-837b-93e5-fb9f-3d2cb870620d-b8706201, #w-node-_75d33eb0-837b-93e5-fb9f-3d2cb870620e-b8706201, #w-node-_75d33eb0-837b-93e5-fb9f-3d2cb870620f-b8706201, #w-node-_75d33eb0-837b-93e5-fb9f-3d2cb8706211-b8706201, #btn-form.w-node-_75d33eb0-837b-93e5-fb9f-3d2cb8706228-b8706201 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b91aa20e-0b2b-c302-a994-75ec55d15502-8d464112 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b91aa20e-0b2b-c302-a994-75ec55d15500-8d464112 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b91aa20e-0b2b-c302-a994-75ec55d154fe-8d464112, #w-node-_95692760-c9bb-a8f2-61a5-522f3c30d023-8d464112 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_95692760-c9bb-a8f2-61a5-522f3c30d027-8d464112 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cfd38616-cb20-d1a3-e97f-781667ae962b-8d464112 {
    grid-area: 2 / 2 / 4 / 4;
  }

  #w-node-ba20a453-367f-5773-dedd-ed1b2b40d616-8d464112 {
    grid-row-end: 2;
    grid-column-start: 1;
  }
}


