:root {
  --paragrafi: inter-18pt, sans-serif;
  --verde-salvia: #76806c;
  --titoli: inter-18pt, sans-serif;
  --3vw: 3vw;
  --7vw: 7vw;
  --hover\<deleted\|variable-c2cac379\>: #c09576;
  --cta\<deleted\|variable-2e2f9825\>: #cc7d45;
  --10vw: 10vw;
  --panna-light: #f7f3e8;
  --senape: #cc9546;
  --canvas-light\<deleted\|variable-3c054f18-ba2b-ba7b-2309-a09f3cffc649\>: #d9cbbb33;
  --marrone-scuro: #40382c;
  --white: white;
  --green-dark\<deleted\|variable-d38eed08-f068-4660-3768-2688df1888d3\>: #40542e;
  --panna: #f2ecda;
  --citazioni: acumin-pro-condensed, sans-serif;
  --black-2\<deleted\|variable-6ed83c29\>: #1e1e1e;
  --green-bright\<deleted\|variable-7dde87ea-b111-b93c-eacc-fe9c2526cc6b\>: #dbe3ab;
  --beige\<deleted\|variable-af457fb5-6a04-7cb4-997c-17650ebede3a\>: #faf2e5;
  --greenlight\<deleted\|variable-e477580e-9111-ee85-c508-b45d4cc53a2e\>: #e0e3d1;
  --black: black;
}

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

.w-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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

body {
  font-family: var(--paragrafi);
  color: var(--verde-salvia);
  font-size: 14px;
}

h1 {
  font-family: var(--titoli);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  max-width: 750px;
  font-family: var(--titoli);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

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

strong {
  font-weight: bold;
}

.todelete {
  z-index: 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;
  padding: var(--3vw) var(--7vw);
  grid-row-gap: 10px;
  background-color: var(--verde-salvia);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.returnbtn {
  z-index: 1000;
  border: 2px solid var(--hover\<deleted\|variable-c2cac379\>);
  background-color: var(--cta\<deleted\|variable-2e2f9825\>);
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  inset: 10px auto auto 10px;
}

.contact_component {
  z-index: 5;
  width: 100%;
  padding: var(--10vw) var(--7vw);
  grid-column-gap: 3.5vw;
  grid-row-gap: 3.5vw;
  background-color: var(--panna-light);
  flex-flow: column;
  display: flex;
  position: relative;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--cta\<deleted\|variable-2e2f9825\>);
  background-color: var(--cta\<deleted\|variable-2e2f9825\>);
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  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 {
  border-color: var(--hover\<deleted\|variable-c2cac379\>);
  background-color: var(--hover\<deleted\|variable-c2cac379\>);
}

.button.is-negative {
  color: var(--cta\<deleted\|variable-2e2f9825\>);
  background-color: #fff;
  border-color: #fff;
}

.button.is-negative:hover {
  border-color: var(--hover\<deleted\|variable-c2cac379\>);
  background-color: var(--hover\<deleted\|variable-c2cac379\>);
  color: #fff;
}

.button.is-secondary {
  color: var(--cta\<deleted\|variable-2e2f9825\>);
  background-color: #5b4cff00;
}

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

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

.button.is-text {
  border-style: none none solid;
  border-color: var(--verde-salvia);
  color: var(--verde-salvia);
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
}

.button.is-text:hover {
  border-bottom-color: var(--cta\<deleted\|variable-2e2f9825\>);
  color: var(--senape);
}

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

.button.is-text.is-negative:hover {
  border-bottom-color: var(--cta\<deleted\|variable-2e2f9825\>);
  color: var(--cta\<deleted\|variable-2e2f9825\>);
  background-color: #0000;
}

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

.button_icon {
  z-index: 1;
  width: 20px;
  height: 20px;
  color: var(--senape);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.page_wrapper {
  position: relative;
}

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

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

.container.citazione {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.container.vertical {
  grid-column-gap: var(--7vw);
  grid-row-gap: var(--7vw);
  flex-direction: column;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.container.vertical.color-panna {
  background-color: var(--panna-light);
  background-image: none;
  background-position: 0 0;
  max-width: 1100px;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.container.is-mappa {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--senape);
  background-color: var(--panna-light);
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.container.tablet_vertical.no-max {
  max-width: none;
}

.container.img-txt {
  min-height: 700px;
  max-height: 700px;
}

.container.img-txt.max-width {
  max-height: 800px;
}

.container.icon {
  grid-column-gap: var(--3vw);
  grid-row-gap: var(--3vw);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.container.icon.no-max {
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
}

.container.no-max-width {
  max-width: none;
}

.section {
  width: 100%;
  padding: var(--10vw) var(--7vw);
}

.section.is-technical {
  background-image: url('../images/AdobeStock_762465395-copia.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 100vh;
  padding-top: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section.color_beige {
  background-color: var(--canvas-light\<deleted\|variable-3c054f18-ba2b-ba7b-2309-a09f3cffc649\>);
}

.section.color_yellow-light.no-padding-top, .section.pad-top-0px, .section.no-padding-top {
  padding-top: 0;
}

.section.bg-panna {
  background-color: var(--panna-light);
}

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

.section.map {
  grid-column-gap: var(--7vw);
  grid-row-gap: var(--7vw);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.section.pad-7vw {
  padding-top: 7vw;
  padding-bottom: 7vw;
}

.section.pad-7vw.bg-green {
  background-color: var(--marrone-scuro);
}

.section.pad-7vw.bg-background {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/ChatGPT-Image-27-lug-2026-10_38_00-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

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

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

.header_component.is-contatti {
  height: 50vh;
  min-height: 330px;
}

.header_container {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.header_background.is-contatti {
  height: 100%;
  min-height: auto;
}

.nav_component {
  z-index: 10;
  grid-column-gap: 60px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0 40px;
  display: flex;
  position: fixed;
  top: 0;
}

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

.nav_component.is-tecnical {
  background-color: var(--verde-salvia);
  justify-content: center;
}

.list {
  grid-column-gap: 30px;
  font-family: var(--paragrafi);
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 600;
  list-style-type: none;
  display: flex;
}

.logo-navbar {
  width: 150px;
  display: block;
}

.navbar_link {
  color: var(--panna);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 8px;
  line-height: 30px;
  text-decoration: none;
}

.navbar_link:hover, .navbar_link.w--current {
  color: var(--senape);
}

.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 {
  padding: var(--7vw);
  background-image: url('../images/milad-fakurian.webp');
  background-position: 100% 78%;
  background-repeat: no-repeat;
  background-size: auto;
}

.h1-titolo-hero {
  text-align: center;
  max-width: 700px;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.h2-sottotitolo-hero {
  font-family: var(--paragrafi);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

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

.section-video {
  padding: var(--7vw);
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-embed {
  width: 100%;
  max-width: 1100px;
  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;
  position: relative;
}

.txt-wrap.centred {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
}

.txt-wrap.is-negative {
  color: var(--panna);
}

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

.txt-wrap.icon {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

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

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

.image-wrap._w-50.overflow-hidden {
  overflow: hidden;
}

.image-wrap.is-30 {
  flex: none;
}

.image-wrap.overflow-hidden {
  overflow: hidden;
}

.titolo-paragrafo {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.sottotitolo-paragrafo {
  font-family: var(--citazioni);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.sottotitolo-paragrafo.highlight {
  background-color: var(--senape);
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 30px;
}

.sottotitolo-paragrafo.text-color-orange-agria {
  color: var(--senape);
}

.sottotitolo-paragrafo.icon {
  font-family: var(--paragrafi);
  color: var(--senape);
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
}

.sottotitolo-paragrafo.senape {
  color: var(--senape);
  font-weight: 600;
}

.p-paragrafo {
  max-width: 500px;
  margin-top: var(--3vw);
  margin-bottom: var(--3vw);
  font-size: 16px;
  line-height: 22px;
}

.p-paragrafo.np-spacing-bot {
  margin-bottom: 0;
}

.txt-container {
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.txt-container.beside {
  z-index: 2;
  width: 50%;
  padding: var(--7vw) var(--3vw);
  background-color: var(--verde-salvia);
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 10vw;
}

.txt-container.beside.logo {
  background-image: linear-gradient(#76806c66, #76806c66), url('../images/logo-neg-horiz.svg'), url('../images/CLIVIA-LIVING---Background-paper.webp');
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, contain, cover;
}

.txt-container.distanze {
  grid-column-gap: var(--3vw);
  grid-row-gap: var(--3vw);
}

.slider {
  background-color: #0000;
  width: 90%;
  height: 100%;
  margin-top: 5vw;
  margin-left: auto;
  margin-right: auto;
}

.slider.is-vertical {
  align-self: stretch;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.slide-nav {
  display: none;
}

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

.left-arrow {
  background-color: var(--black-2\<deleted\|variable-6ed83c29\>);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  left: -25px;
}

.icon {
  font-size: 25px;
}

.right-arrow {
  background-color: var(--black-2\<deleted\|variable-6ed83c29\>);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  right: -25px;
}

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

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

.contact-container.is-form {
  background-color: var(--verde-salvia);
  padding: 40px;
}

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

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

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

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

.txt-contact {
  max-width: 350px;
  color: var(--verde-salvia);
  flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

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

.partner-container {
  border-top: 1px solid var(--senape);
  align-self: stretch;
  padding-top: 40px;
}

.txt-partner {
  color: var(--verde-salvia);
  text-transform: uppercase;
  margin-bottom: 15px;
}

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

.footer-link:hover {
  color: var(--green-bright\<deleted\|variable-7dde87ea-b111-b93c-eacc-fe9c2526cc6b\>);
}

.footer-link.hover-none {
  border-top: 1px none var(--senape);
  color: var(--verde-salvia);
  cursor: default;
  padding-top: 5px;
}

.footer-link.hover-none:hover {
  color: var(--senape);
}

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

.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 {
  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 {
  color: #787c66;
  line-height: 1.4;
  transition: height .25s cubic-bezier(.455, .03, .515, .955);
  overflow: hidden;
}

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

.cookie-banner_link: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 {
  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.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.w--redirected-focus {
  box-shadow: none;
}

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

.cookie-prefs_description {
  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 {
  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 {
  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.is-first {
  top: 0;
}

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

.cookie-prefs_container {
  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 {
  color: #787c66;
  font-size: 13px;
  line-height: 1.6;
}

.cookie-banner_wrap {
  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 {
  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 {
  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 {
  color: #787c66;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
}

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

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

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

.form-popup {
  z-index: 25;
  background-color: #000000b8;
  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: #fcf6f0;
}

.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;
  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: 40px;
  padding-top: 100px;
  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(--white);
}

.area-form-nascosto {
  background-color: var(--black-2\<deleted\|variable-6ed83c29\>);
  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: 1px solid var(--white);
  color: #787c66;
  text-transform: uppercase;
  background-color: #fcf6f0;
  border-radius: 20px;
  align-self: center;
  min-width: 30%;
  font-weight: 400;
  transition: opacity .4s;
}

.button-submit:hover {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

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

.form_field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--verde-salvia);
  color: var(--verde-salvia);
  background-color: #0000;
  border-radius: 0;
}

.form_field:active {
  border-color: var(--cta\<deleted\|variable-2e2f9825\>);
}

.form_field:focus {
  border-color: var(--green-dark\<deleted\|variable-d38eed08-f068-4660-3768-2688df1888d3\>);
  background-color: #c0c4a8;
}

.form_field::placeholder {
  color: var(--verde-salvia);
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 400;
}

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

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

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

.background-image.top-cover {
  object-position: 50% 59%;
}

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

.link-logo {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.link-logo.is-small {
  width: 200px;
}

.link-logo.is-small.w--current {
  width: 150px;
}

.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: 24px;
  grid-row-gap: 24px;
  text-align: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-technical_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  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-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-text {
  border-bottom-color: var(--verde-salvia);
  color: var(--verde-salvia);
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

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

.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;
  width: 100%;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

.tipologie-wrap {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 342px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.tipologie-container {
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.titolo-tipologia {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.wrap-txt-tipologie {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  height: 100px;
  color: var(--verde-salvia);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.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: 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(--senape);
  width: 50px;
  height: 50px;
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: background-color .4s, transform .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: static;
  top: 10px;
  right: 10px;
}

.btn_contatti:hover {
  background-color: var(--marrone-scuro);
}

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

.mappa {
  width: 100%;
  height: 600px;
  line-height: 0;
  display: block;
}

.x-menu {
  display: none;
}

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

.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: 140px;
  height: auto;
}

.link-partner.is-small {
  width: 120px;
}

.paragraph {
  font-weight: 500;
}

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

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

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

.form_checkbox {
  border-color: var(--green-dark\<deleted\|variable-d38eed08-f068-4660-3768-2688df1888d3\>);
}

.form_checkbox.w--redirected-checked {
  background-color: var(--senape);
  border-color: #f09d88;
}

.link-form {
  color: var(--marrone-scuro);
  transition: color .25s;
}

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

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

.didascalia {
  font-size: 12px;
  font-weight: 500;
}

.text-medium {
  max-width: 600px;
  font-size: 18px;
  line-height: 22px;
}

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

.img-cover.h-300 {
  height: 300px;
}

.img-cover.h-300.cover-top-45 {
  object-fit: cover;
  object-position: 50% 45%;
}

.img-cover.is-full.cover-top {
  object-position: 50% 100%;
}

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

.flex-horizontal {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  display: flex;
}

.flex-horizontal.is-mood {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 700px;
  display: grid;
}

.flex-horizontal.is-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-4 {
  z-index: 2;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.grid-a.is-2row-3column {
  height: 100%;
  display: flex;
}

.navbar_bg {
  z-index: -1;
  background-color: var(--verde-salvia);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

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

.display-none {
  display: none;
}

.color_beige {
  background-color: var(--beige\<deleted\|variable-af457fb5-6a04-7cb4-997c-17650ebede3a\>);
}

.text-color-green-light {
  color: var(--greenlight\<deleted\|variable-e477580e-9111-ee85-c508-b45d4cc53a2e\>);
}

.text-color-accent {
  color: var(--senape);
}

.item-pittogr-small {
  width: 30px;
}

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

.icon-contatto.is-footer {
  width: 25px;
  height: 25px;
  color: var(--senape);
}

.scroll_wrap {
  z-index: 3;
  width: 40px;
  height: 40px;
  color: var(--panna-light);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.ic-scroll {
  width: 40px;
}

.ic-scroll.is-arrow2 {
  width: 26px;
  position: absolute;
  bottom: 0;
}

.ic-scroll.is-arrow1 {
  width: 26px;
  position: absolute;
  bottom: 8px;
}

.button01 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid var(--senape);
  text-transform: uppercase;
  cursor: pointer;
  padding: 5px 10px;
  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;
  position: relative;
  overflow: hidden;
}

.button01:where(.w-variant-8c25566b-fd6f-e82e-0046-5dd43ec26c76) {
  border-color: var(--panna);
}

.button01.is-form {
  border-color: var(--senape);
  background-color: var(--senape);
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 20px;
}

.button01.is-form:hover {
  border-color: var(--marrone-scuro);
  background-color: var(--marrone-scuro);
}

.button-hover {
  background-color: var(--senape);
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.button-hover:where(.w-variant-8c25566b-fd6f-e82e-0046-5dd43ec26c76) {
  background-color: var(--panna);
}

.button-text {
  z-index: 1;
  font-family: var(--citazioni);
  color: var(--senape);
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.button-text:where(.w-variant-8c25566b-fd6f-e82e-0046-5dd43ec26c76) {
  color: var(--panna);
}

.button-text.is-small {
  letter-spacing: 1px;
  text-transform: none;
}

.tipologia-text-prezzo {
  background-color: var(--senape);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: 700;
}

.text-capitalize {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-5 {
  color: var(--panna-light);
  margin-bottom: 40px;
}

.icon-hover {
  width: 40px;
  height: 40px;
  position: absolute;
}

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

.logo-horizontal {
  height: 50px;
  display: none;
}

.loghi-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-form {
  margin-top: 20px;
  font-size: 12px;
}

.tipologie-plus {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.intro_text {
  font-family: var(--citazioni);
  color: var(--senape);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 22px;
  line-height: 35px;
}

.privacy-h1 {
  font-size: 32px;
  line-height: 38px;
}

.privacy-h3 {
  font-size: 25px;
  line-height: 35px;
}

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

.phone-error {
  color: #e34040;
}

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

.form_field-2 {
  border-bottom: 1px solid var(--verde-salvia);
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.form_field-2:focus {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--senape);
}

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

.form_field-2.is-dropdown, .form_field-2.is-dropdown:active {
  color: var(--verde-salvia);
}

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

.form_label {
  margin-bottom: 0;
}

.form_wrapper {
  color: var(--panna-light);
}

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

.button-5.is-submit {
  background-color: var(--senape);
  align-self: flex-start;
  margin-right: auto;
}

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

.form_checkbox_label {
  font-size: 12px;
}

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

.rich-text-gdpr {
  width: 100%;
  margin-top: 100px;
}

.rich-text-gdpr p {
  margin-bottom: 0;
}

.rich-text-gdpr h2 {
  max-width: none;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 700;
}

.rich-text-gdpr h1 {
  font-weight: 700;
}

.rich-text-gdpr ul {
  font-size: 16px;
  line-height: 26px;
}

.rich-text-gdpr h3 {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 36px;
}

.sottotitolo-intro {
  font-family: var(--paragrafi);
  color: var(--senape);
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.sottotitolo-intro.highlight {
  background-color: var(--senape);
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 30px;
}

.sottotitolo-intro.text-color-orange-agria {
  color: var(--senape);
}

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

.flex-horizontal-2.is-icon {
  grid-column-gap: var(--3vw);
  grid-row-gap: var(--3vw);
  flex-flow: wrap;
  justify-content: center;
}

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

.icon-distance {
  background-color: var(--senape);
  width: 40px;
  height: 40px;
  color: var(--panna-light);
  border: 3px solid #b88133;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

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

.flex-block-5 {
  justify-content: center;
  align-items: flex-start;
}

.text-medium-2 {
  color: #b88133;
  text-align: left;
  -webkit-text-stroke-color: #cc9546;
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.text-distance {
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

.icon-embed-xxsmall, .icon-embed-xxsmall-2 {
  color: var(--panna-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.flex-horizontal-2-copy.is-icon {
  grid-column-gap: var(--3vw);
  grid-row-gap: var(--3vw);
  flex-flow: wrap;
  justify-content: center;
}

.flex-block-6 {
  grid-column-gap: var(--3vw);
  grid-row-gap: var(--3vw);
}

.div-block-6 {
  border-bottom: 1px solid var(--senape);
  width: 100%;
  padding-bottom: 5px;
}

.icon-embed-xxsmall-4, .icon-embed-xxsmall-5, .icon-embed-xxsmall-6, .icon-embed-xxsmall-7, .icon-embed-xxsmall-8, .icon-embed-xxsmall-9, .icon-embed-xxsmall-10, .icon-embed-xxsmall-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.map-lightbox {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.div-block-7 {
  background-color: var(--senape);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.icon-embed-xxsmall-12 {
  color: var(--panna-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow-2 {
  background-color: #f09d88;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  left: -25px;
}

.arrow {
  background-color: var(--senape);
  width: 50px;
  height: 50px;
  right: 0;
}

.arrow.is-left, .arrow.is-left.is-vertical {
  left: 0;
  right: auto;
}

.arrow.is-vertical {
  right: 0;
}

.logo-navbar-copy {
  width: 150px;
  display: block;
}

.carousel-01_component {
  flex-direction: row;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.carousel-01_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  display: flex;
}

.carousel-01_container {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.carousel-01_link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.carousel-01_image {
  object-fit: cover;
  width: 400px;
  height: 225px;
}

.carousel-01_clone {
  width: 100%;
  list-style-type: none;
  overflow: hidden;
}

.lightbox-gallery {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.text-block-15 {
  font-family: var(--citazioni);
}

.text-disclaimer {
  background-color: var(--verde-salvia);
  max-width: 69%;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-size: 11px;
  line-height: 1.2;
}

.text-span {
  text-transform: none;
}

@media screen and (max-width: 991px) {
  .contact_component {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .container.contatti {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
  }

  .container.is-mappa {
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
  }

  .container.tablet_vertical {
    flex-flow: column;
  }

  .container.img-txt {
    flex-flow: column;
    max-height: none;
  }

  .container.img-txt.invert {
    flex-flow: column-reverse wrap-reverse;
  }

  .container.icon.no-max {
    grid-column-gap: var(--3vw);
    grid-row-gap: var(--3vw);
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section.is-technical {
    padding-top: 90px;
  }

  .section.form {
    padding-top: 140px;
  }

  .header_component {
    padding-left: 20vw;
    padding-right: 20vw;
    display: flex;
  }

  .header_container {
    width: 100%;
  }

  .nav_component {
    z-index: 14;
    background-color: var(--verde-salvia);
    height: 70px;
    color: var(--white);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 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;
  }

  .nav_component.is-tecnical {
    height: auto;
  }

  .list {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-navbar {
    width: 150px;
    display: none;
  }

  .logo-navbar.is-technicalt {
    display: block;
  }

  .navbar_link {
    color: var(--verde-salvia);
    padding-bottom: 2px;
    font-size: 18px;
  }

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

  .navbar_link.menu-mobile {
    color: var(--green-dark\<deleted\|variable-d38eed08-f068-4660-3768-2688df1888d3\>);
  }

  .list-item {
    display: flex;
  }

  .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: 14vw;
    padding-bottom: 14vw;
  }

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

  .citazione {
    width: 600px;
  }

  .video-embed {
    width: 100%;
  }

  .txt-wrap {
    align-items: center;
    padding-top: 0;
    padding-left: 0;
  }

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

  .image-wrap._w-50.overflow-hidden {
    height: 450px;
  }

  .titolo-paragrafo {
    text-align: center;
    max-width: 600px;
  }

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

  .txt-container.beside {
    width: 100%;
    position: static;
  }

  .slider {
    width: 80%;
  }

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

  .contact-container.is-form {
    margin-bottom: 0;
  }

  .logo-footer {
    width: 150px;
  }

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

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

  .txt-contact {
    text-align: center;
    max-width: 350px;
  }

  .partner-container {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    padding-left: 0;
    display: flex;
  }

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

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

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

  .form-popup {
    z-index: 52;
    overflow: auto;
  }

  .cornice-form-2 {
    margin: 0;
  }

  .x-chiudi {
    margin-bottom: 10px;
    top: 20px;
  }

  .area-form-nascosto {
    width: 85%;
    min-width: auto;
    max-width: 800px;
    padding: 40px;
  }

  .form_field {
    line-height: 20px;
  }

  .link-logo {
    width: auto;
    margin: 0;
  }

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

  .link-logo.is-small {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .link-logo.is-small.w--current {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .tipologie-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .wrap-btn-contatti {
    z-index: 4;
    top: 50%;
    right: 32px;
  }

  .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;
    color: var(--verde-salvia);
    background-image: url('../images/milad-fakurian.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .navlink__wrap_tm {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    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-width: 5px;
    border-color: var(--senape);
    background-color: var(--senape);
    border-radius: 0%;
    flex: none;
    margin-bottom: 40px;
  }

  .hamburger_wrap {
    border: 5px solid var(--senape);
    background-color: var(--senape);
    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;
  }

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

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

  .img-cover.top-cover, .img-cover.pos-01 {
    object-position: 50% 0%;
  }

  .flex-horizontal {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    align-self: stretch;
  }

  .flex-horizontal.is-mood {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 450px;
  }

  .container-4 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: center;
  }

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

  .grid-a.is-2row-3column {
    grid-template-rows: 500px 300px;
  }

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

  .tablet_display-none {
    display: none;
  }

  .logo-horizontal {
    width: auto;
    height: 50px;
    display: block;
  }

  .logo_menu {
    width: 150px;
    margin-bottom: 25px;
  }

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

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

  .flex-horizontal-2.is-icon {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: start center;
    width: auto;
    display: flex;
  }

  .flex-center-gap-10 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 150px;
  }

  .flex-block-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-medium-2, .text-distance {
    text-align: center;
  }

  .flex-center {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 150px;
  }

  .flex-horizontal-2-copy.is-icon {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: start center;
    width: auto;
    display: flex;
  }

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

  .logo-navbar-copy {
    width: 150px;
  }

  .logo-navbar-copy.is-technicalt {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .footer_component {
    padding-top: var(--7vw);
    padding-bottom: var(--7vw);
  }

  .container.vertical {
    grid-column-gap: var(--10vw);
    grid-row-gap: var(--10vw);
  }

  .container.icon.no-max {
    flex-flow: wrap;
    display: flex;
  }

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

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

  .list {
    overflow: visible;
  }

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

  .txt-wrap.icon {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .image-wrap.is-30 {
    width: 100%;
  }

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

  .p-paragrafo {
    max-width: none;
    font-size: 14px;
  }

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

  .txt-container.beside, .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;
  }

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

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

  .wrap-contatti.margin {
    margin-bottom: 0;
  }

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

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

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

  .footer_txt {
    text-align: center;
  }

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

  .cookie-banner_text {
    margin-right: 0;
  }

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

  .form_field {
    margin-bottom: 15px;
  }

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

  .tipologie-container {
    grid-row-gap: var(--7vw);
    flex-direction: column;
  }

  .casa-completa {
    width: 100px;
    margin-bottom: 0;
  }

  .flag_component01 {
    top: 28px;
  }

  .wrap-btn-contatti {
    z-index: 4;
    right: 20px;
  }

  .navlink_tabletmobile {
    display: none;
  }

  .flex-horizontal.is-mood {
    flex-flow: column;
    height: auto;
  }

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

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

  .intro_text {
    font-size: 25px;
    line-height: 32px;
  }

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

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

  .rich-text-gdpr h2 {
    font-size: 28px;
  }

  .rich-text-gdpr h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .sottotitolo-intro {
    text-align: center;
  }

  .flex-horizontal-2, .flex-horizontal-2-copy {
    flex-wrap: wrap;
  }

  .left-arrow-2 {
    width: 40px;
    height: 40px;
    left: -4%;
  }

  .arrow {
    width: 40px;
    height: 40px;
    right: -4%;
  }
}

@media screen and (max-width: 479px) {
  .container.citazione {
    width: auto;
  }

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

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header_component {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    min-height: auto;
    padding: 80px 0 0;
  }

  .header_component.is-contatti {
    padding-top: 60px;
  }

  .header_container {
    height: 50%;
    color: var(--green-dark\<deleted\|variable-d38eed08-f068-4660-3768-2688df1888d3\>);
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

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

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

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

  .logo-navbar {
    width: 150px;
  }

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

  .pittogramma-navbar {
    display: none;
  }

  .section-intro {
    padding-top: 20vw;
  }

  .h1-titolo-hero {
    color: var(--verde-salvia);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .h2-sottotitolo-hero {
    color: var(--verde-salvia);
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

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

  .image-wrap {
    width: 100%;
  }

  .image-wrap._w-50.overflow-hidden {
    height: 380px;
  }

  .image-wrap.is-30 {
    width: 100%;
  }

  .titolo-paragrafo {
    line-height: 26px;
  }

  .sottotitolo-paragrafo {
    flex-flow: column;
    display: flex;
  }

  .sottotitolo-paragrafo.highlight {
    background-image: none;
    padding-top: 0;
  }

  .txt-container.beside {
    padding-right: var(--7vw);
    padding-left: var(--7vw);
  }

  .contact-container.is-form {
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .txt-contact {
    max-width: 320px;
  }

  .cookie-prefs_wrapper {
    padding: 24px;
  }

  .cookie-banner_buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .cookie-prefs_open-txt {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }

  .cookie-prefs_container {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cookie-banner_text {
    margin-right: 0;
  }

  .cookie-banner_wrap {
    padding: 20px;
  }

  .cookie-banner_wrapper {
    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-block {
    width: 100%;
  }

  .form-popup {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .x-chiudi {
    right: auto;
  }

  .area-form-nascosto {
    width: 90%;
    padding: 10px;
  }

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

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

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

  .tipologie-wrap {
    width: 100%;
  }

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

  .wrap-btn-contatti {
    right: 20px;
  }

  .mappa {
    height: 350px;
  }

  .navlink_tabletmobile {
    z-index: 52;
    display: none;
  }

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

  .flex-horizontal.is-mood {
    flex-flow: column;
    height: auto;
  }

  .button-text {
    text-align: center;
    line-height: 18px;
  }

  .text-capitalize {
    background-image: none;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
    line-height: 20px;
  }

  .logo-horizontal {
    display: block;
  }

  .loghi-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .intro_text {
    font-size: 20px;
    line-height: 28px;
  }

  .rich-text-gdpr h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .rich-text-gdpr h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .sottotitolo-intro {
    flex-flow: column;
    display: flex;
  }

  .sottotitolo-intro.highlight {
    background-image: none;
    padding-top: 0;
  }

  .logo-navbar-copy {
    width: 150px;
  }

  .carousel-01_image {
    width: 360px;
  }
}

#w-node-_90f93844-b6b0-9b56-d8a8-076cca08745a-a3af926b {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_88a48896-a680-be53-ec52-ef6b329a8038-8a50c9f9, #w-node-f853dbc1-e1e0-f51f-62a2-2e778ebca011-8a50c9f9, #w-node-f853dbc1-e1e0-f51f-62a2-2e778ebca015-8a50c9f9, #w-node-f853dbc1-e1e0-f51f-62a2-2e778ebca019-8a50c9f9, #w-node-f853dbc1-e1e0-f51f-62a2-2e778ebca01f-8a50c9f9, #w-node-f853dbc1-e1e0-f51f-62a2-2e778ebca026-8a50c9f9, #w-node-f853dbc1-e1e0-f51f-62a2-2e778ebca02a-8a50c9f9, #btn-form.w-node-f853dbc1-e1e0-f51f-62a2-2e778ebca030-8a50c9f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_90f93844-b6b0-9b56-d8a8-076cca08745a-a3af926b {
    grid-area: 1 / 1 / 2 / 5;
  }
}


