:root {
  --dark-slate-grey: #274e58;
  --slate-grey: #61828c;
  --tan: #a58d72;
  --black: black;
  --old-lace: #f0e9d6;
  --white: white;
  --sfumatura_1: #c8af7d;
  --sfumatura_2: #8a7255;
}

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

body {
  color: #333;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-size: 14px;
}

h1 {
  color: var(--dark-slate-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--dark-slate-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--dark-slate-grey);
  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(--slate-grey);
  margin-bottom: 10px;
}

a {
  color: var(--tan);
  text-decoration: underline;
}

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

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

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

strong {
  font-weight: bold;
}

.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: 10px;
  background-color: var(--slate-grey);
  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(--dark-slate-grey);
  width: 100%;
  height: 80vh;
  min-height: 650px;
  max-height: 750px;
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: relative;
}

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

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

.button.is-negative {
  color: #a39bff;
  background-color: #fff;
  border-color: #fff;
}

.button.is-negative:hover {
  color: #fff;
  background-color: #5b4dff;
  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-color: var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

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

.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_component {
  cursor: pointer;
  text-decoration: none;
}

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

.page_wrapper {
  position: relative;
}

.page_wrapper.informative {
  background-color: var(--old-lace);
  background-image: linear-gradient(270deg, #f0e9d6d9, var(--old-lace) 25%, #f0e9d6 75%, #f0e9d6d9), url('../images/texture.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 250px;
  padding-top: 180px;
}

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

.container {
  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 {
  justify-content: center;
  align-items: center;
}

.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.vertical {
  flex-direction: column;
  max-width: none;
  padding-left: 5vw;
  padding-right: 5vw;
}

.container.contatti {
  max-width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
}

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

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

.section.is-technical {
  background-color: var(--old-lace);
  background-image: linear-gradient(270deg, #f0e9d6d9, var(--old-lace) 25%, #f0e9d6 75%, #f0e9d6d9), url('../images/texture.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 250px;
  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;
  grid-template-rows: 1fr .5fr .25fr;
  grid-template-columns: 1.75fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.section.centred.bk-color {
  background-image: linear-gradient(#f0e9d600, #f0e9d6cc 15%);
  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.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.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;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10vw;
  display: grid;
}

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

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

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

.header_hover {
  z-index: 2;
  background-image: linear-gradient(to top, #0009, #0000);
  position: absolute;
  inset: 0%;
}

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

.header_background {
  z-index: 1;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  position: absolute;
  inset: 0%;
}

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

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

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

.list {
  grid-column-gap: 30px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  list-style-type: none;
  display: flex;
}

.logo-navbar {
  width: 150px;
  height: 70px;
}

.navbar_link {
  color: var(--dark-slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 8px;
  font-family: miller-display, sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  transition: color .15s cubic-bezier(.455, .03, .515, .955);
}

.navbar_link:hover {
  color: var(--tan);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

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

.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(--dark-slate-grey);
  color: var(--old-lace);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
}

.h1-titolo-hero {
  color: var(--white);
  text-align: center;
  width: 800px;
  font-family: miller-display, sans-serif;
  font-weight: 400;
  line-height: 45px;
}

.h2-sottotitolo-hero {
  color: var(--white);
  text-align: center;
  width: 700px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.citazione {
  z-index: 1;
  text-align: center;
  width: 800px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 26px;
  font-style: italic;
  line-height: 36px;
  position: relative;
}

.section-video {
  background-color: var(--old-lace);
  justify-content: center;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
}

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

.txt-wrap {
  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.centred {
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

.titolo-paragrafo {
  color: var(--dark-slate-grey);
  max-width: 450px;
  font-family: miller-display, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

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

.titolo-paragrafo.popup {
  max-width: none;
  margin-top: 40px;
  margin-bottom: 10px;
}

.sottotitolo-paragrafo {
  color: var(--tan);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url('../images/deco.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-top: 10px;
  padding-left: 45px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.p-paragrafo {
  color: var(--slate-grey);
  max-width: 450px;
  margin-top: 40px;
  margin-bottom: 80px;
  font-size: 17px;
  line-height: 24px;
}

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

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

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

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

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

.pattern-1 {
  opacity: .6;
  background-image: linear-gradient(to right, #c8af7d, #8a7255);
  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;
}

.slide-nav {
  display: none;
}

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

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

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

.icon {
  font-size: 25px;
}

.right-arrow {
  background-color: var(--dark-slate-grey);
  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(--slate-grey);
}

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

.contact-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 60px;
  display: flex;
}

.logo-footer {
  width: 170px;
  height: 80px;
  margin-bottom: 40px;
}

.contact-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-contatti {
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.contact-img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.txt-contact {
  color: var(--white);
  flex-direction: column;
  max-width: 350px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  transition: color .15s;
  display: flex;
}

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

.partner-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 16px;
  display: grid;
}

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

.logo-partner {
  object-fit: contain;
  width: 100%;
  max-width: 110px;
  height: 100%;
  margin-bottom: 20px;
}

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

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

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

.footer-link {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--old-lace);
}

.footer_txt {
  color: var(--white);
  font-size: .8em;
}

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

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

.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-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-banner_close_icon {
  color: #424b54;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.cookie-banner_trigger, .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_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;
}

.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: #c8af7dcc;
  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(--tan);
}

.form_link:hover {
  color: var(--old-lace);
}

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

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

.policy-flag {
  color: #fcf6f0;
  flex-direction: row;
  align-items: flex-start;
  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: miller-display, sans-serif;
}

.area-form-nascosto {
  background-color: var(--dark-slate-grey);
  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 {
  border-bottom: 2px solid var(--tan);
  color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  align-self: center;
  min-width: 30%;
  font-weight: 400;
  transition: background-color .2s;
}

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

.button-submit.is-submit {
  background-color: var(--tan);
  letter-spacing: 2px;
  border-bottom-style: none;
  margin-top: 10px;
  font-family: miller-display, sans-serif;
}

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

.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% 80%;
  width: 100%;
  height: 100%;
}

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

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

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

.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;
  background-color: var(--tan);
  opacity: .2;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0%;
  left: 14%;
}

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

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

.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(--dark-slate-grey);
  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: miller-display, sans-serif;
  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(--tan);
  background-color: var(--tan);
  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: miller-display, sans-serif;
  font-size: 72px;
  line-height: 80px;
}

.heading-4 {
  color: var(--old-lace);
  margin-top: 0;
  font-family: miller-display, sans-serif;
  font-weight: 400;
}

.text-block-16 {
  color: var(--white);
  font-family: mr-eaves-xl-modern, sans-serif;
  font-size: 25px;
}

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

.tipologie-wrap {
  border: 1px solid var(--tan);
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  height: 360px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

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

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

.tipologie-container.tipologie-home {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 80px;
}

.titolo-tipologia {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 21px;
}

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

.wrap-txt-tipologie {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.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: 4;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  transition: width .5s;
  display: flex;
  position: fixed;
  top: 35%;
  right: 20px;
}

.btn_contatti {
  background-color: var(--slate-grey);
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  transition: transform .2s cubic-bezier(.455, .03, .515, .955);
  position: static;
  top: 10px;
  right: 10px;
}

.btn_contatti:hover {
  transform: scale(1.1);
}

.btn_contatti.mail {
  background-image: url('../images/Icona-mail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: auto;
  right: auto;
}

.btn_contatti.mail:hover {
  transform: scale(1.1);
}

.btn_contatti.tel {
  background-image: url('../images/Icona-telefono-light.svg');
  position: relative;
  top: auto;
  right: auto;
}

.btn_contatti.tel:hover {
  transform: scale(1.1);
}

.mappa {
  width: 50%;
  height: 100%;
}

.x-menu {
  display: none;
}

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

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

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

.text-medium.grazie {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: mr-eaves-xl-modern, sans-serif;
}

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

.img-cover.h-200 {
  height: 200px;
  overflow: hidden;
}

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

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

.deco {
  width: 60px;
}

.cta {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  height: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: miller-display, sans-serif;
  line-height: 40px;
  text-decoration: none;
  position: relative;
}

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

.cta-hover {
  background-color: #a58d72;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.h1-titolo-hero-high {
  color: var(--old-lace);
}

.cta-negative {
  background-color: var(--old-lace);
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  cursor: pointer;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: miller-display, sans-serif;
  line-height: 40px;
  text-decoration: none;
  position: relative;
}

.prezzo-tipologie {
  background-color: var(--tan);
  color: var(--old-lace);
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  padding: 5px 10px;
  display: none;
}

.nowrap {
  white-space: nowrap;
}

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

.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 {
  margin-right: -30px;
  overflow: hidden;
}

.flag-03_text {
  z-index: 1;
  white-space: nowrap;
  background-color: #fff;
  min-width: 130px;
  padding: 8px 40px 8px 10px;
  position: relative;
  overflow: hidden;
}

.flag-03_text.is-scegli {
  background-color: #0997bb;
  background-image: url('../images/plani-icon.svg'), linear-gradient(to bottom, #274e5800, var(--dark-slate-grey));
  color: var(--white);
  letter-spacing: 1px;
  background-position: 12px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 25px, auto;
  border-radius: 30px 0 0 30px;
  padding-left: 50px;
  font-weight: 700;
}

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

.flag-03_text.is-red {
  color: var(--white);
  letter-spacing: 1px;
  background-color: #ad1b1b;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 30px 0 0 30px;
  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-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding-bottom: 3px;
  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-slate-grey);
}

.flag-03_icon.is-test {
  border: 1px solid var(--white);
  background-color: #6e0808;
  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: none;
  position: fixed;
  top: 20%;
  right: 20px;
}

.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 {
  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:hover {
  transform: scale(1.05);
  box-shadow: 2px 0 4px 1px #0006;
}

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

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

.cookie_tab_cell.is-title {
  color: #fff;
  background-color: #274e58;
  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;
}

.gdpr_richtext.is-client {
  margin-top: -10px;
  margin-bottom: -10px;
}

.cookie_tab_link {
  color: var(--tan);
}

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

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

.button-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  cursor: pointer;
  background-color: #a58d72;
  border: 1px solid #a58d72;
  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: #274e58;
  border-color: #274e58;
}

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

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

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

.button-6.is-text:hover {
  color: #274e58;
  border-bottom-color: #274e58;
}

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

.form_field {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 10px;
  line-height: 20px;
}

.form_field::placeholder {
  color: var(--old-lace);
}

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

.form_field.is-message {
  line-height: 25px;
}

.form_field.form_select {
  display: none;
}

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

.dropdown-toggle {
  color: var(--old-lace);
  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_container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.dropdown-link {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}

.dropdown-link:hover {
  background-color: var(--old-lace);
  color: var(--dark-slate-grey);
}

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

.display-none {
  display: none;
}

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

.banner_title {
  color: #274e58;
  font-family: miller-display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.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;
  cursor: pointer;
  background-color: #cacaca;
  background-image: url('../images/check_dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #cacaca;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

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

.cookie-prefs_checkbox.w--redirected-focus {
  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 {
  color: #a58d72;
  border-bottom: 1px solid #a58d72;
  font-size: 12px;
  transition: border-color .25s, color .35s;
}

.cookie-banner_close_txt-2:hover {
  color: #274e58;
  border-bottom-color: #274e58;
}

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

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

.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: #a58d72;
}

.cookie-banner_link:hover {
  color: #274e58;
}

.cookie-prefs_title {
  color: #383838;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  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(--dark-slate-grey);
  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;
}

.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(--sfumatura_2);
  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;
}

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

.x-03_asta {
  background-color: var(--white);
  flex: none;
  width: 60%;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
}

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

.popup-03_wrapper {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  flex-direction: row;
  flex: none;
  align-items: stretch;
  width: 440px;
  height: 440px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.popup-03_component {
  z-index: 50;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #274e58cc;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.popup_image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.popup-03_x {
  z-index: 2;
  border: 1px solid var(--white);
  background-color: var(--tan);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  transition: background-color .35s;
  display: flex;
  position: absolute;
  top: -20px;
  right: -20px;
}

.popup-03_x:hover {
  background-color: var(--sfumatura_2);
}

.popup-03_subtitle {
  color: var(--dark-slate-grey);
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}

.popup-03_subtitle.size {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 26px;
}

.popup-03_subtitle.is-link {
  color: var(--tan);
  font-size: 16px;
  transition: color .35s;
}

.popup-03_subtitle.is-link:hover {
  color: var(--sfumatura_2);
  text-decoration: none;
}

.popup-03_title {
  font-size: 2em;
}

.popup_text {
  z-index: 1;
  background-color: var(--old-lace);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 50px 5% 60px;
  display: flex;
  position: relative;
}

.logo-popup {
  object-fit: contain;
  width: 170px;
  height: 80px;
}

.texture-popup {
  z-index: 2;
  opacity: .2;
  background-image: url('../images/Texture-solid_white.svg');
  background-position: 50%;
  background-size: 150px;
  position: absolute;
  inset: 0%;
}

.popup_text_wrapper {
  z-index: 3;
  position: relative;
}

.italic-text {
  color: var(--tan);
  font-weight: 700;
}

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

.text-gold {
  color: var(--tan);
}

.banner-txt {
  background-color: var(--tan);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 30px;
}

.disponibilit--container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 60px;
  display: grid;
}

.disponibilita-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.disponibilita-cifra {
  border: 1px solid var(--tan);
  color: var(--dark-slate-grey);
  text-align: center;
  width: 70px;
  height: 70px;
  font-family: miller-display, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  display: block;
}

.disponibilita-label {
  color: var(--dark-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 14px;
  line-height: 16px;
}

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

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

  .page_wrapper.informative {
    padding-top: 140px;
  }

  .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.l-opera {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section {
    padding: 60px;
  }

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

  .header_component {
    display: flex;
  }

  .nav_component {
    z-index: 14;
    background-color: var(--white);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100px;
    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: 140px;
  }

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

  .section-intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h1-titolo-hero {
    width: 100%;
  }

  .h2-sottotitolo-hero {
    width: 100%;
    max-width: 450px;
  }

  .citazione {
    width: 600px;
  }

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

  .video-embed {
    width: 100%;
  }

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

  .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._w-50 {
    order: 1;
    width: 100%;
  }

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

  .p-paragrafo {
    text-align: center;
    margin-bottom: 40px;
  }

  .txt-container {
    padding: 0;
  }

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

  .pattern-1 {
    width: 80px;
    height: 230px;
    display: none;
    top: 40%;
    left: 6%;
    right: auto;
  }

  .pattern-1.reverse {
    top: 35%;
    left: 6%;
  }

  .slider {
    width: 100%;
    margin-top: 0;
  }

  .contact-container {
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    padding-left: 0;
  }

  .logo-footer {
    width: 200px;
  }

  .contact-wrapper {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 20px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .wrap-contatti {
    flex-direction: column;
  }

  .wrap-contatti.margin {
    margin-bottom: 0;
    margin-left: 40px;
  }

  .contact-img {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .txt-contact {
    text-align: center;
    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, .link-logo.w--current {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .container-2.is-technical {
    width: 80%;
    max-width: 750px;
  }

  .tipologie-wrap {
    width: 100%;
    margin-right: 0;
  }

  .tipologie-container {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .tipologie-container.tipologie-home {
    margin-top: 20px;
  }

  .flags_popup_x {
    flex: none;
    position: fixed;
  }

  .wrap-btn-contatti {
    z-index: 4;
    top: 210px;
    right: 10px;
  }

  .mappa {
    width: 100%;
    height: 500px;
  }

  .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(--old-lace);
    background-image: linear-gradient(270deg, #f0e9d6d9, var(--old-lace) 25%, #f0e9d6 75%, #f0e9d6d9), url('../images/texture.svg');
    background-position: 0 0, 0 0;
    background-size: auto, 250px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 120px;
    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 {
    border-color: var(--tan);
    background-color: var(--tan);
    flex: none;
    margin-bottom: 140px;
    position: absolute;
  }

  .hamburger_wrap {
    background-color: var(--tan);
    cursor: pointer;
    background-image: url('../images/Icon_Menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 100%;
    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;
  }

  .partner-wrap {
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

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

  .img-cover.side, .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;
  }

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

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

  .popup-03_wrapper {
    flex-direction: column-reverse;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .popup-03_component {
    padding: 40px;
  }

  .popup_image {
    flex: none;
    width: 100%;
    min-height: 50vw;
  }

  .popup-03_subtitle {
    white-space: normal;
    margin-top: 5px;
    font-size: 19px;
  }

  .section-intro-home {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .flag_new {
    margin-top: 0;
    top: 140px;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .page_wrapper.informative {
    padding-top: 120px;
  }

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

  .container.l-opera {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.centred.bk-color {
    background-image: none;
  }

  .header_component {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list {
    overflow: visible;
  }

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

  .h1-titolo-hero {
    width: 460px;
    font-size: 30px;
    line-height: 38px;
  }

  .h2-sottotitolo-hero {
    line-height: 25px;
  }

  .citazione {
    width: 420px;
    font-size: 26px;
    line-height: 35px;
  }

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

  .titolo-paragrafo.centred {
    width: auto;
    max-width: 450px;
  }

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

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

  .wrap-contatti {
    flex-direction: column;
  }

  .contact-img {
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .partner-container {
    align-items: flex-start;
  }

  .footer_row {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .footer_txt {
    text-align: 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;
  }

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

  .flag_component01 {
    top: 28px;
  }

  .wrap-btn-contatti {
    z-index: 4;
    top: 210px;
  }

  .btn_contatti.mail, .btn_contatti.tel {
    width: 45px;
    height: 45px;
  }

  .mappa {
    height: 400px;
  }

  .img-cover.absolute.size-60 {
    width: 50px;
    height: 30px;
    top: 10px;
    left: 10px;
  }

  .flag-05_popup_row {
    max-width: 100%;
  }

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

  .form_field {
    margin-bottom: 15px;
  }

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

  .banner_title, .cookie-prefs_title {
    font-size: 20px;
  }

  .pattern-1-copy {
    top: 48%;
  }

  .decoro-new {
    width: 100px;
    height: 100px;
    top: 9%;
    left: 18%;
  }

  .pattern-1-copy-2 {
    top: 48%;
  }

  .pattern-1-copy-2.reverse {
    top: 42%;
  }

  .popup-03_wrapper {
    width: 400px;
  }

  .popup-03_component {
    padding: 20px;
  }

  .popup_image {
    height: 250px;
  }

  .popup-03_x {
    top: -10px;
    right: -10px;
  }

  .popup-03_subtitle {
    font-size: 18px;
  }

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

  .flag_new {
    top: 120px;
    right: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 26px;
    line-height: 28px;
  }

  .contact_component {
    padding-top: 10vw;
    padding-bottom: 0;
  }

  .page_wrapper.informative {
    padding-top: 100px;
  }

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

  .container.no-marging-dx, .container.vertical {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container.contatti {
    padding-left: 0;
    padding-right: 0;
  }

  .container.l-opera {
    padding-bottom: 0;
  }

  .section {
    padding: 40px 20px;
  }

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

  .header_component {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    min-height: auto;
    padding: 140px 0 0;
  }

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

  .header_hover {
    display: none;
    position: relative;
  }

  .header_background {
    height: auto;
    min-height: auto;
    position: relative;
  }

  .scroll_component {
    display: none;
  }

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

  .logo-navbar {
    width: 120px;
    height: 60px;
  }

  .list-item.is-logo {
    align-items: flex-start;
  }

  .list-item.menu-mobile {
    width: auto;
  }

  .pittogramma-navbar {
    width: 40px;
    height: 40px;
  }

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

  .h1-titolo-hero {
    color: var(--dark-slate-grey);
    width: 100%;
    max-width: 300px;
    font-size: 24px;
    line-height: 30px;
  }

  .h2-sottotitolo-hero {
    color: var(--slate-grey);
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    line-height: 22px;
  }

  .citazione {
    width: 100%;
    max-width: 300px;
    font-size: 18px;
    line-height: 30px;
  }

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

  .titolo-paragrafo {
    font-size: 28px;
    line-height: 30px;
  }

  .titolo-paragrafo.popup {
    line-height: 34px;
  }

  .sottotitolo-paragrafo {
    background-position: 50% 0;
    margin-top: 20px;
    padding-top: 30px;
    padding-left: 0;
    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%;
  }

  .pattern-1 {
    display: none;
  }

  .contact-container {
    width: 90%;
  }

  .logo-footer {
    width: 150px;
    margin-bottom: 20px;
  }

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

  .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;
    display: flex;
  }

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

  .link-logo {
    margin-left: 0;
    margin-right: 0;
  }

  .image-80 {
    max-width: 90%;
  }

  .decoro {
    width: 50px;
    height: 50px;
    left: 3%;
  }

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

  .container-2.is-technical {
    max-width: 300px;
  }

  .heading-4 {
    font-size: 32px;
  }

  .tipologie-wrap {
    margin-bottom: 15px;
  }

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

  .tipologie-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .flag_component01 {
    top: auto;
    bottom: 0;
    left: 0;
  }

  .btn_contatti.mail, .btn_contatti.tel {
    width: 40px;
    height: 40px;
  }

  .mappa {
    min-height: 300px;
  }

  .navlink_tabletmobile {
    z-index: 52;
  }

  .close__wrap.menuclose, .hamburger_wrap {
    width: 40px;
    height: 40px;
  }

  .partner-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-medium {
    margin-bottom: 60px;
  }

  .img-cover.absolute.size-60 {
    width: 40px;
    height: 26px;
  }

  .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_mask {
    width: 100%;
    margin-right: 0;
  }

  .flag-03_text.is-red {
    border-radius: 0;
  }

  .flag-03_text.is-red.mobile {
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: var(--white);
    text-align: center;
    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.is-test {
    border-radius: 0%;
  }

  .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 {
    border-radius: 0;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .flag-03_component:hover {
    transform: none;
  }

  .progetto-side-img {
    min-height: 120px;
  }

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

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

  .cookie-banner_wrap {
    padding: 20px;
  }

  .cookie-banner_wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

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

  .popup-03_wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 300px;
  }

  .popup-03_component {
    line-height: 34px;
  }

  .popup_image {
    background-position: 50%;
    flex: none;
  }

  .popup-03_x {
    top: -10px;
    right: -10px;
  }

  .popup-03_subtitle.is-link {
    display: block;
  }

  .section-intro-home {
    padding: 40px 20px;
  }

  .banner-txt {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
  }

  .flag_new {
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
  }
}

#w-node-_510e8e1a-6563-2034-8717-baacdac79e87-9953cc21 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-f67fa2c7-3460-bedc-a021-1352517b99df-9953cc21 {
  grid-area: 1 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_865da779-4a7f-1e56-58c1-759ec59cca99-9953cc21 {
  grid-area: 2 / 3 / 2 / 4;
}

#w-node-c120ba09-64cc-940f-d3c2-2b0364dd0bf1-9953cc21 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e27896556-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896558-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e2789655a-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e2789655c-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e2789655e-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896560-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896562-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896564-9953cc29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e27896566-9953cc29 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e27896573-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896575-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896578-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e2789657a-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e2789657c-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e2789657e-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896581-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896583-9953cc29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e27896585-9953cc29 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e27896592-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896594-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896597-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896599-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965ac-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965ae-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965b0-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965b2-9953cc29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e278965b4-9953cc29 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e278965c5-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965c7-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965ca-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965cc-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965ce-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965d0-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965d3-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965d5-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965d7-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965d9-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965dc-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965de-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965e0-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965e2-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965e5-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965e7-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965e9-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965eb-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965ee-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e278965f0-9953cc29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e278965f2-9953cc29 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e278965ff-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896601-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896604-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896606-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896608-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e2789660a-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e2789660d-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e2789660f-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896611-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896613-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896616-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896618-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e2789661a-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e2789661c-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e2789661f-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896621-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896623-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896625-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896628-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e2789662a-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896646-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896648-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e2789664a-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e2789664c-9953cc29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e2789664e-9953cc29 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_02880b5b-6612-45cf-7cf3-639e2789665b-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e2789665d-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896660-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896662-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896664-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896666-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896669-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e2789666b-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e2789666d-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e2789666f-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896672-9953cc29, #w-node-_02880b5b-6612-45cf-7cf3-639e27896674-9953cc29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d3c53d8-39a2-5c7b-9eee-e13816e934c4-9953cc2b {
  grid-area: 1 / 1 / 5 / 2;
}

#w-node-_5bfdc162-b423-4e97-ca84-8d23ce832679-9953cc2b {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-c0464d1a-5038-6d3a-1dc4-e845826fef74-9953cc2b {
  grid-area: 2 / 3 / 4 / 4;
}

#w-node-e1a12ea9-6ee4-d327-e85e-6ee2d7510729-9953cc2b, #w-node-_2cc1fcc7-f757-d09c-5648-650ba9268161-9953cc2b, #w-node-_8bee9f64-cb1f-c035-2d6a-ceeba15a2ef0-9953cc2b, #w-node-_8bee9f64-cb1f-c035-2d6a-ceeba15a2ef1-9953cc2b, #w-node-_8bee9f64-cb1f-c035-2d6a-ceeba15a2ef2-9953cc2b, #w-node-_8bee9f64-cb1f-c035-2d6a-ceeba15a2ef3-9953cc2b, #w-node-_018306bf-7dee-534a-d973-59993385bdea-9953cc2c, #w-node-da1850eb-92c7-13ae-d1c1-74818f4e6785-9953cc2c, #w-node-d61c0644-46e0-4b9f-4c04-c30a612ead8e-9953cc2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b93f5e0c-dac0-2c53-02af-8d03ff7ba2da-9953cc2c {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-d5258a16-3751-e9c7-a46d-823bc2ca41c4-9953cc2c {
  grid-area: 1 / 1 / 5 / 2;
}

#w-node-e84f50f7-b142-fd38-7aaa-fa19ba34dcd1-9953cc2c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6ecb2485-aa80-042d-0976-747a82468bff-9953cc2c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_6ab03114-2562-11a2-77fa-e8009748d786-9953cc2c {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-d14abbb7-7e2b-bb36-024d-fecf86f6d0e9-9953cc2c {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-bd3d7e11-cfb1-8a36-b70e-4730d8d67629-9953cc2d {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-ecb1e5d2-7ae8-ba88-50a4-35e71e5dcd28-9953cc2d {
  grid-area: 1 / 1 / 5 / 2;
}

#w-node-e6cfffcb-1f88-10aa-8685-da3faa3c057c-9953cc2d, #w-node-_9d966657-80d8-c963-8b94-66fa36d411f0-9953cc2d, #w-node-_6a557012-27db-552d-a8cd-330ee391ce66-9953cc2d, #w-node-_1d9eb6c4-4b6c-17de-8807-00b1065c77f2-9953cc2d, #w-node-_95a823c4-594c-903d-d50c-79c2f8b7b9b5-9953cc2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90b44d22-a769-948d-7aba-57d1212c278e-9953cc2d {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_11d39bb5-4b51-0c89-184c-9ab0e8e36633-9953cc2d, #w-node-_97e8026b-335d-c990-fdce-c448f052c322-9953cc2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_90b44d22-a769-948d-7aba-57d1212c278e-9953cc2d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }
}


