:root {
  --primary\<deleted\|variable-99b7a4cb-b5e5-a1e8-d32c-f61ebd885551\>: #2a2658;
  --serif: utopia-std-display, sans-serif;
  --3vw: 3vw;
  --7vw: 7vw;
  --hover\<deleted\|variable-c2cac379\>: #c09576;
  --cta\<deleted\|variable-2e2f9825\>: #cc7d45;
  --10vw: 10vw;
  --vintage-coffee: #765d3b;
  --black: black;
  --canvas-light\<deleted\|variable-3c054f18-ba2b-ba7b-2309-a09f3cffc649\>: #d9cbbb33;
  --white: white;
  --light-orange: #d6a763;
  --green-dark\<deleted\|variable-d38eed08-f068-4660-3768-2688df1888d3\>: #40542e;
  --sans-serif: lemonde-sans, sans-serif;
  --extra-light-orange: #ffe8c6;
  --black-2\<deleted\|variable-6ed83c29\>: #1e1e1e;
  --green-bright\<deleted\|variable-7dde87ea-b111-b93c-eacc-fe9c2526cc6b\>: #dbe3ab;
  --canvas: #edebff;
  --accent\<deleted\|variable-e48a4a00-2542-2b42-c92b-49c7857a5854\>: #5b4dff;
  --secondary\<deleted\|variable-573ab372-92b0-e02a-f59f-73667d20a2ee\>: #9791db;
  --beige\<deleted\|variable-af457fb5-6a04-7cb4-997c-17650ebede3a\>: #faf2e5;
}

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

body {
  color: var(--primary\<deleted\|variable-99b7a4cb-b5e5-a1e8-d32c-f61ebd885551\>);
  font-family: lemonde-sans, sans-serif;
  font-size: 14px;
}

h1 {
  font-family: var(--serif);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}

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

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: 700;
}

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

.todelete strong {
  font-weight: 800;
}

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

.footer_component {
  z-index: 5;
  padding: var(--3vw) var(--7vw);
  grid-row-gap: 5px;
  background-color: #55432a;
  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(--vintage-coffee);
  background-image: linear-gradient(180deg, var(--vintage-coffee), #765d3b00 35%, #765d3b00 65%, var(--vintage-coffee)), linear-gradient(to bottom, #765d3bd9, #765d3bd9), url('../images/fiore.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  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-bottom-color: var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

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

.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(--vintage-coffee);
  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: 10px;
  grid-row-gap: 10px;
  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.contatti {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.container.is-mappa {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

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

.container.no-max-w {
  max-width: none;
  height: 48vw;
}

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

.section.is-technical {
  background-image: url('../images/iStock-1425122973.webp');
  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 {
  background-color: var(--vintage-coffee);
  background-image: linear-gradient(180deg, var(--vintage-coffee), #fff0 35%, #c0b4a500 65%, var(--vintage-coffee)), linear-gradient(45deg, #d6a7634d, #fff0), linear-gradient(to bottom, #765d3bcc, #765d3bcc), url('../images/fiore.webp');
  background-position: 0 0, 0 0, 0 0, 100% 100%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
}

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

.section.image-bg {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/iStock-1425122973.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.image-bg.gradient {
  background-image: linear-gradient(#0000 85%, #fff), linear-gradient(#fff6, #fff6), url('../images/iStock-1425122973.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.color_yellow-light-copy {
  background-color: var(--vintage-coffee);
  background-image: linear-gradient(180deg, var(--vintage-coffee), #fff0 35%, #c0b4a500 65%, var(--vintage-coffee)), linear-gradient(45deg, #d6a7634d, #fff0), linear-gradient(to bottom, #765d3bcc, #765d3bcc), url('../images/GettyImages-1214031117.webp');
  background-position: 0 0, 0 0, 0 0, 100% 100%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
}

.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: radial-gradient(circle at 50% 73%, #00000075, #0000 41%), linear-gradient(#0009, #0000 41%), linear-gradient(0deg, #0006 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(--vintage-coffee);
  justify-content: center;
}

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

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

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

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

.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-color: var(--white);
  background-image: linear-gradient(#fff6, #fff6), url('../images/iStock-1425122973.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.h1-titolo-hero.color-vintage-coffee {
  color: var(--vintage-coffee);
}

.h2-sottotitolo-hero {
  font-family: var(--sans-serif);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  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);
  background-image: linear-gradient(180deg, var(--vintage-coffee), #fff0 35%, #fff0 65%, var(--vintage-coffee)), linear-gradient(to bottom, #765d3bcc, #765d3bcc), url('../images/fiore.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  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;
}

.image-wrap {
  z-index: 1;
  justify-content: center;
  align-self: stretch;
  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 {
  grid-row-gap: 10px;
  flex: none;
  width: 35%;
  overflow: hidden;
}

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

.image-wrap.is-vertical {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 30%;
  height: 100%;
}

.image-wrap.full {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.titolo-paragrafo {
  color: var(--white);
}

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

.sottotitolo-paragrafo {
  color: var(--vintage-coffee);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

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

.sottotitolo-paragrafo.highlight.is-var {
  background-color: var(--white);
  color: var(--vintage-coffee);
}

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

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

.p-paragrafo.color-vintage-coffee {
  color: var(--vintage-coffee);
}

.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(--light-orange);
  background-image: linear-gradient(45deg, #765d3b4d, #fff0);
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 10vw;
}

.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(--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 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 60px;
  display: flex;
}

.contact-container.is-form {
  background-color: var(--light-orange);
  background-image: linear-gradient(45deg, #765d3b4d, #fff0);
  padding: 40px;
}

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

.contact-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 16px;
  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(--white);
  flex-direction: column;
  font-size: 18px;
  line-height: 22px;
  text-decoration: underline;
  display: flex;
}

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

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

.txt-partner {
  color: var(--white);
  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;
  transition: color .25s;
}

.footer-link:hover {
  color: var(--light-orange);
}

.footer-link.hover-none {
  border-top: 1px solid var(--white);
  cursor: default;
  padding-top: 5px;
  text-decoration: none;
}

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

.footer-link.hover-none.is-section {
  margin-bottom: 20px;
}

.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(--primary\<deleted\|variable-99b7a4cb-b5e5-a1e8-d32c-f61ebd885551\>);
  color: var(--primary\<deleted\|variable-99b7a4cb-b5e5-a1e8-d32c-f61ebd885551\>);
  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(--primary\<deleted\|variable-99b7a4cb-b5e5-a1e8-d32c-f61ebd885551\>);
  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.align-btn {
  object-position: 50% 100%;
}

.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 {
  justify-content: center;
  align-items: center;
  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;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-2.is-technical.text-color-white {
  color: var(--vintage-coffee);
}

.container-2.is-technical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.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(--vintage-coffee);
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

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

.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(--light-orange);
  width: 342px;
  color: var(--primary\<deleted\|variable-99b7a4cb-b5e5-a1e8-d32c-f61ebd885551\>);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  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 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 21px;
}

.wrap-txt-tipologie {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  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 {
  border: 2px solid var(--vintage-coffee);
  background-color: var(--light-orange);
  width: 50px;
  height: 50px;
  color: var(--white);
  cursor: pointer;
  border-radius: 0%;
  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(--vintage-coffee);
}

.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(--primary\<deleted\|variable-99b7a4cb-b5e5-a1e8-d32c-f61ebd885551\>);
  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(--accent\<deleted\|variable-e48a4a00-2542-2b42-c92b-49c7857a5854\>);
  border-color: #f09d88;
}

.link-form {
  color: var(--secondary\<deleted\|variable-573ab372-92b0-e02a-f59f-73667d20a2ee\>);
  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;
}

.text-medium.text-color-green-light {
  color: var(--vintage-coffee);
}

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

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

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

.img-cover.align-btn.full {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

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

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

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

.img-cover.h-300.align-btn {
  object-position: 50% 60%;
}

.img-cover.align-right-copy {
  object-position: 45% 50%;
}

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

.img-cover.square {
  aspect-ratio: 1;
}

.img-cover.align-left-copy {
  object-position: 66% 50%;
}

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

.flex-horizontal.is-mood {
  align-items: stretch;
  height: 700px;
}

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

.navbar_bg {
  z-index: -1;
  background-color: #55432a;
  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(--vintage-coffee);
}

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

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

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

.icon-contatto {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.scroll_wrap {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  height: 40px;
  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: 2.5px solid var(--extra-light-orange);
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  padding: 10px 15px;
  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.is-form {
  border-color: var(--accent\<deleted\|variable-e48a4a00-2542-2b42-c92b-49c7857a5854\>);
  background-color: var(--accent\<deleted\|variable-e48a4a00-2542-2b42-c92b-49c7857a5854\>);
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 20px;
}

.button01.is-form:hover {
  border-color: var(--secondary\<deleted\|variable-573ab372-92b0-e02a-f59f-73667d20a2ee\>);
  background-color: var(--secondary\<deleted\|variable-573ab372-92b0-e02a-f59f-73667d20a2ee\>);
}

.button01.is-negative {
  border-color: var(--light-orange);
}

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

.button-hover.is-negative {
  background-color: var(--light-orange);
}

.button-text {
  z-index: 1;
  color: var(--white);
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

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

.button-text.is-negative {
  color: var(--vintage-coffee);
}

.tipologia-text-prezzo {
  background-color: var(--vintage-coffee);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 5px;
  font-size: 18px;
  font-weight: 700;
}

.text-capitalize {
  color: var(--vintage-coffee);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-5 {
  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 {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.tipologie-plus.is-accent {
  background-color: var(--white);
  width: 100%;
  color: var(--vintage-coffee);
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
}

.intro_text {
  color: var(--vintage-coffee);
}

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

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

.form_link-2 {
  color: var(--white);
}

.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 {
  width: 100%;
  color: var(--vintage-coffee);
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 12px;
}

.form_field-2:focus {
  border: 1px solid var(--vintage-coffee);
  background-color: var(--white);
}

.form_field-2::placeholder {
  color: var(--vintage-coffee);
}

.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_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form_label {
  color: var(--white);
  margin-bottom: 0;
}

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

.button-5.is-submit {
  border: 2.5px solid var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3898ec00;
  align-self: flex-end;
  min-width: 200px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all .25s;
}

.button-5.is-submit:hover {
  background-color: var(--white);
  color: var(--vintage-coffee);
}

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

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

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

.policy-2 {
  width: 100%;
  color: var(--vintage-coffee);
  margin-top: 100px;
}

.policy-2 p {
  margin-bottom: 0;
  line-height: 1.6;
}

.policy-2 h2 {
  max-width: none;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 25px;
}

.policy-2 ul {
  font-size: 16px;
  line-height: 26px;
}

.policy-2 h3 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.4;
}

.policy-2 li {
  font-size: 14px;
}

.button02 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2.5px solid var(--light-orange);
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  padding: 10px 15px;
  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;
}

.button02.is-form {
  border-color: var(--accent\<deleted\|variable-e48a4a00-2542-2b42-c92b-49c7857a5854\>);
  background-color: var(--accent\<deleted\|variable-e48a4a00-2542-2b42-c92b-49c7857a5854\>);
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 20px;
}

.button02.is-form:hover {
  border-color: var(--secondary\<deleted\|variable-573ab372-92b0-e02a-f59f-73667d20a2ee\>);
  background-color: var(--secondary\<deleted\|variable-573ab372-92b0-e02a-f59f-73667d20a2ee\>);
}

.button02.is-negative {
  border-color: var(--light-orange);
}

.text-block-15 {
  color: var(--vintage-coffee);
  font-family: le-monde-sans-std-2, sans-serif;
}

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

.icon_wrapper {
  border: 1px solid var(--extra-light-orange);
  background-color: var(--extra-light-orange);
  width: 40px;
  height: 40px;
  color: var(--vintage-coffee);
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

@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, .container.img-txt {
    flex-flow: column;
  }

  .container.no-max-w {
    height: 500px;
  }

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

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

  .header_container {
    width: 100%;
  }

  .nav_component {
    z-index: 14;
    background-color: var(--vintage-coffee);
    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 {
    justify-content: flex-start;
    align-items: center;
    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(--vintage-coffee);
    padding-bottom: 2px;
    font-size: 18px;
  }

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

  .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: 100px;
    height: 50px;
    display: block;
  }

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

  .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, .image-wrap._w-50.overflow-hidden.h {
    height: 500px;
  }

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

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

  .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;
    background-color: var(--canvas);
    color: var(--primary\<deleted\|variable-99b7a4cb-b5e5-a1e8-d32c-f61ebd885551\>);
    background-image: linear-gradient(#ffffff40, #ffffff40), url('../images/iStock-1425122973.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 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 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    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: 2px;
    border-color: var(--vintage-coffee);
    background-color: var(--light-orange);
    border-radius: 0%;
    flex: none;
    margin-bottom: 40px;
  }

  .hamburger_wrap {
    border: 2px solid var(--vintage-coffee);
    background-color: var(--light-orange);
    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;
  }

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

  .tablet_display-none {
    display: none;
  }

  .logo-horizontal {
    filter: brightness(1000%);
    width: auto;
    height: 50px;
    display: block;
  }

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

  .logo_menu {
    width: 150px;
  }

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

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

  .policy-2 {
    margin-top: 0;
    padding-left: 32px;
    padding-right: 32px;
  }
}

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

  .contact_component {
    padding-top: 20vw;
  }

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

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

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

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

  .list {
    overflow: visible;
  }

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

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

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

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

  .image-wrap.is-vertical {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-flow: row;
    order: 9999;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

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

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

  .mappa {
    height: 400px;
  }

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

  .div-block-5 {
    margin-bottom: 20px;
  }

  .policy-2 h2 {
    font-size: 28px;
  }

  .policy-2 h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

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

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

  .container.no-max-w {
    height: 350px;
  }

  .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: 70px 0 0;
  }

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

  .header_container {
    background-image: url('../images/iStock-1425122973.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    height: 50%;
    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;
  }

  .h1-titolo-hero {
    color: var(--vintage-coffee);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 1.2;
  }

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

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

  .image-wrap {
    width: 100%;
    height: 400px;
  }

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

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

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

  .image-wrap.overflow-hidden.h-auto {
    height: auto;
  }

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

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

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

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

  .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 {
    min-height: 300px;
  }

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

  .grid-a.is-2row-3column {
    grid-template-rows: auto auto;
  }

  .image_wrapper.h {
    height: 350px;
  }

  .scroll_wrap {
    filter: invert();
  }

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

  .text-capitalize {
    background-position: 50% 0;
    margin-top: 20px;
    padding-top: 30px;
    padding-left: 0;
    line-height: 20px;
  }

  .logo-horizontal {
    display: block;
  }

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

  .intro_text {
    font-size: 29px;
    line-height: 1.3;
  }

  .button-5.is-submit {
    width: 100%;
    min-width: auto;
  }

  .policy-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .policy-2 h2 {
    font-size: 22px;
  }

  .policy-2 h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .policy-2 ul {
    padding-left: 20px;
  }

  .policy-2 h3 {
    font-size: 16px;
  }
}

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

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

#w-node-_90f93844-b6b0-9b56-d8a8-076cca08745e-c9e47f14 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-a4fe57bb-7ed9-8dbd-2385-15b4f1778061-c9e47f1f {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-a4fe57bb-7ed9-8dbd-2385-15b4f1778063-c9e47f1f {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-a4fe57bb-7ed9-8dbd-2385-15b4f1778065-c9e47f1f {
  grid-area: 2 / 3 / 3 / 5;
}

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

  #w-node-_90f93844-b6b0-9b56-d8a8-076cca08745c-c9e47f14 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_90f93844-b6b0-9b56-d8a8-076cca08745e-c9e47f14 {
    grid-row: 2 / 3;
    grid-column-start: 3;
  }

  #w-node-a4fe57bb-7ed9-8dbd-2385-15b4f1778061-c9e47f1f {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-a4fe57bb-7ed9-8dbd-2385-15b4f1778063-c9e47f1f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a4fe57bb-7ed9-8dbd-2385-15b4f1778065-c9e47f1f {
    grid-row: 2 / 3;
    grid-column-start: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a4fe57bb-7ed9-8dbd-2385-15b4f1778061-c9e47f1f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a4fe57bb-7ed9-8dbd-2385-15b4f1778063-c9e47f1f, #w-node-a4fe57bb-7ed9-8dbd-2385-15b4f1778065-c9e47f1f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


