:root {
  --color-palette--dark-green: #004224;
  --color-palette--green: #008348;
  --color-palette--bright-grey: #eeeeef;
  --color-palette--lime: #bdc94f;
  --color-palette--white: white;
  --font--titoli: goldenbook, sans-serif;
  --color-palette--lilac: #a6b2e9;
  --color-palette--black: #181818;
  --font--paragrafi: Karla, sans-serif;
}

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

body {
  color: #333;
  font-family: Karla, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

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

p {
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 23px;
}

a {
  text-decoration: underline;
}

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.body {
  font-family: Karla, sans-serif;
  font-weight: 400;
}

.heading-hero {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: goldenbook, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
}

.heading-title {
  color: var(--color-palette--dark-green);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: goldenbook, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.heading-title.half {
  max-width: 350px;
  margin-bottom: 20px;
}

.heading-title.investimento {
  color: var(--color-palette--green);
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 22px;
  line-height: 28px;
}

.heading-title.aligh-sx {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 40px;
}

.heading-title.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-subtitle {
  color: var(--color-palette--green);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.heading-subtitle.aligh-sx {
  align-self: flex-start;
}

.heading-subtitle.margin {
  margin-top: 20px;
  line-height: 25px;
}

.heading-subtitle.pg-tecnica {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--color-palette--bright-grey);
  flex-flow: column;
  line-height: 25px;
  display: flex;
}

.heading-subtitle.size-21 {
  color: var(--color-palette--lime);
  font-size: 21px;
  line-height: 21px;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
}

.heading-title-small {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: goldenbook, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}

.heading-title-small.green {
  color: var(--color-palette--green);
  line-height: 30px;
}

.heading-title-small.green.maw-w150 {
  max-width: 150px;
}

.nav_link_wrapper {
  z-index: 3;
  text-transform: uppercase;
  cursor: default;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nav_link_wrapper:hover {
  color: #cc7d44;
}

.nav_link_wrapper.int-submenu {
  z-index: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.header_image {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

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

.image-fit-cover.top-100 {
  object-position: 50% 100%;
}

.image-fit-cover.position-top {
  object-position: 50% 66%;
}

.image-fit-cover.top-0 {
  object-position: 50% 80%;
}

.heading-large {
  margin-bottom: 20px;
  font-size: 2.7em;
  font-weight: 400;
  line-height: 1.2;
}

.heading-large.lime {
  color: var(--color-palette--lime);
  margin-bottom: 0;
}

.heading-large.lime.error {
  margin-top: 0;
  font-size: 30px;
  line-height: 40px;
}

.heading-large.lime._404 {
  font-size: 2em;
}

.scroll_component {
  width: 55px;
  height: 55px;
  margin-top: 10px;
}

.header_component {
  z-index: 30;
  color: #fff;
  background-color: #00000080;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  padding: 260px 60px 0;
  display: flex;
  position: relative;
}

.header_component.pg-tecnica {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.header_hover {
  z-index: 2;
  background-color: #00000080;
  position: absolute;
  inset: 0;
}

.header_hover.is-home {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #0000), linear-gradient(0deg, #000c 22%, #0000);
}

.header_container {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 40px;
}

.header_container.pg-tecnica {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--color-palette--lime);
  background-image: url('../images/AdobeStock_1570920088-copia.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  padding: 50px 30px;
  inset: auto 0%;
}

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

.container_nav-link {
  color: #8e7a6c;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.container_nav-link.w--current {
  color: #e8bba6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container_nav-link.w--current:hover {
  text-decoration: none;
}

.navbar {
  background-color: #5a423100;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.is-technical {
  background-color: var(--color-palette--dark-green);
}

.nav-link-container {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.nav-link-text {
  color: var(--color-palette--bright-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 1px solid #bdc94f00;
  padding-bottom: 3px;
  font-size: 13px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
}

.nav-link-text:hover {
  border-bottom-color: var(--color-palette--lime);
}

.nav-link-logo {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.pittogramma-lime {
  width: 50px;
}

.background {
  background-color: var(--color-palette--white);
  border-bottom: 1px solid #0000001a;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.page-wrapper {
  width: 100%;
}

.page-wrapper.margin-top {
  margin-top: 100px;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8vw 10vw;
  display: flex;
}

.section.bg-dark-green {
  background-color: var(--color-palette--dark-green);
}

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

.section.no-padding.max-h {
  height: 35vw;
}

.section.no-padding.height-50vw {
  height: 50vw;
}

.section.bg-grey {
  background-color: var(--color-palette--bright-grey);
  position: relative;
}

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

.section.padding-smaller.bg-grey {
  background-color: var(--color-palette--bright-grey);
}

.section.padding-smaller.bg-grey.pg-tecnica {
  background-color: var(--color-palette--dark-green);
}

.section.padding-smaller.servizi {
  background-image: linear-gradient(#eeeeef66, #eeeeef66), url('../images/iStock-1331431220.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.section.padding-smaller.bg-intro {
  background-image: url('../images/AdobeStock_1570920088-copia.webp');
  background-position: 50%;
  background-size: cover;
}

.section.padding-smaller.bg-dark-green {
  border-top: 2px solid var(--color-palette--green);
}

.section.no-laterl-padding {
  padding-left: 0;
  padding-right: 0;
}

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

.container.max-w-1000px {
  max-width: 1000px;
}

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

.container.flex-horizontal.form {
  align-items: stretch;
}

.container.max-w {
  max-width: 1200px;
}

.text-container {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-container.max-w {
  justify-content: center;
  align-items: center;
  max-width: 800px;
}

.text-container.half {
  padding: 8vw 5vw;
}

.text-container.border-dx {
  border-right: 1.5px solid var(--color-palette--green);
}

.text-container.form {
  grid-row-gap: 100px;
  justify-content: center;
  padding: 10vw 5vw;
}

.text-container.is-distance {
  align-self: flex-start;
  width: auto;
  height: auto;
}

.heading-cit {
  color: var(--color-palette--bright-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: goldenbook, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.heading-cit.max-w {
  max-width: 800px;
}

.paragraph-2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
}

.paragraph-2.half {
  max-width: 500px;
}

.image-container {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 50vw;
  max-height: 650px;
}

.image-container.smaller {
  width: 50%;
  min-width: 300px;
  max-width: 400px;
  min-height: 400px;
  max-height: 450px;
  position: relative;
  overflow: hidden;
}

.image-container.map {
  border: 1.5px none var(--color-palette--dark-green);
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 50vw;
  max-height: none;
}

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

.text-button {
  border: 1.8px solid var(--color-palette--green);
  color: var(--color-palette--green);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6px;
  align-self: center;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.text-button:where(.w-variant-daab5b6f-b3ad-bb7e-4e8e-a163ae649768) {
  border-color: var(--color-palette--lime);
  color: var(--color-palette--lime);
  margin-top: 20px;
}

.text-button:hover {
  background-color: var(--color-palette--green);
  color: var(--color-palette--bright-grey);
}

.text-button:hover:where(.w-variant-daab5b6f-b3ad-bb7e-4e8e-a163ae649768) {
  border-color: var(--color-palette--lime);
  background-color: var(--color-palette--lime);
  color: var(--color-palette--dark-green);
}

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

.container-half {
  width: 50%;
  height: 70vw;
  min-height: 850px;
  max-height: 900px;
}

.icon-embed-xxsmall-2 {
  color: var(--color-palette--bright-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
}

.icon-embed-xxsmall-2.right {
  transform: rotate(180deg);
}

.map-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.map-distance {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph-3.black {
  color: var(--color-palette--dark-green);
}

.vantaggi-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.vantaggi-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1.5px solid var(--color-palette--green);
  color: var(--color-palette--dark-green);
  background-color: #eeeeef4d;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 270px;
  padding: 40px 20px;
  display: flex;
}

.vantaggi-wrap.height {
  justify-content: flex-start;
  align-items: center;
}

.title-vantaggi {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.form_link {
  color: var(--color-palette--green);
  text-decoration: underline;
  transition: color .35s;
}

.form_link:hover {
  color: var(--color-palette--dark-green);
}

.dropdown_choice {
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

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

.dropdown_choice.w--current {
  color: var(--color-palette--dark-green);
  background-color: #0083484d;
  text-decoration: none;
}

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

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

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

.dropdown_list {
  font-weight: 400;
}

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

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

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

.display-none {
  display: none;
}

.form_field {
  z-index: 2;
  border: 1px solid var(--color-palette--green);
  color: var(--color-palette--dark-green);
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.form_field:active {
  border-color: var(--color-palette--green);
}

.form_field:focus {
  border-color: var(--color-palette--green);
  color: var(--color-palette--dark-green);
}

.form_field::placeholder {
  color: #008348b3;
}

.form_field.text-capitalize-everyword {
  background-color: #eeeeef00;
}

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

.form_field.text-capitalize-lowercase {
  background-color: #eeeeef00;
}

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

.form_field.is-message {
  z-index: 0;
  min-height: 100px;
  position: relative;
}

.form_field_wrapper {
  color: var(--color-palette--dark-green);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form_label {
  color: var(--color-palette--dark-green);
  margin-bottom: 0;
}

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

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

.button-2.is-submit {
  border: 1.5px solid var(--color-palette--green);
  background-color: var(--color-palette--green);
  color: var(--color-palette--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  align-self: flex-start;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 600;
  transition: background-color .35s;
}

.button-2.is-submit:hover {
  background-color: var(--color-palette--dark-green);
}

.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_text {
  color: var(--color-palette--dark-green);
}

.container-half-form {
  width: 50%;
}

.container-half-form.right {
  padding: 8vw 3vw;
}

.container-half-form.left {
  background-image: linear-gradient(#004224ed, #004224ed), url('../images/sfondo.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-block {
  color: #008348b3;
}

.contacts {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.contacts.pag-tecnica {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
}

.contact_link-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--color-palette--bright-grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.contact_link-2:hover {
  color: var(--color-palette--lime);
}

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

.partners.margin-auto {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

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

.text_logo-partner {
  color: var(--color-palette--green);
  text-transform: uppercase;
  font-size: 13px;
}

.logo-parter {
  object-fit: cover;
  object-position: 50% 0%;
  width: 150px;
  height: 30px;
}

.logo-parter.bigger {
  width: 200px;
  height: auto;
}

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

.footer_container {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.footer_row {
  grid-column-gap: 20px;
  grid-row-gap: 4px;
  color: var(--color-palette--bright-grey);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.footer_row.cap {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-weight: 500;
}

.footer_row.pg-tecnica {
  color: var(--color-palette--bright-grey);
}

.footer_link {
  color: var(--color-palette--lime);
  cursor: pointer;
  text-decoration: underline;
  transition: color .35s;
}

.footer_link:hover {
  color: var(--color-palette--green);
}

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

.link {
  color: var(--color-palette--lime);
  text-decoration: underline;
  transition: color .35s;
}

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

.link-2 {
  color: var(--color-palette--lime);
  text-decoration: underline;
}

.tipo-image-wrap {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.icon-embed-xxsmall-3 {
  color: var(--color-palette--bright-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tipologici-wrap {
  background-color: var(--color-palette--bright-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 450px;
  max-height: 450px;
  padding: 40px 15px;
  display: flex;
}

.tipologici-wrap.white {
  background-color: var(--color-palette--white);
}

.image-contain {
  background-color: var(--color-palette--white);
  flex: none;
  width: 100%;
  height: 100%;
}

.image-contain.color {
  background-color: #eeeeef80;
}

.price {
  color: var(--color-palette--green);
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.icon-scopri {
  background-color: var(--color-palette--green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% -20px;
}

.txt-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.txt-wrap.tipologici {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.tipologici-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.is-positive {
  color: #1c1e2d;
  max-width: none;
  font-size: 14px;
  line-height: 24px;
}

.is-positive.tipologici {
  font-size: 15px;
  font-style: italic;
}

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

.slide {
  background-image: url('../images/IMG_3548.webp');
  background-position: 50%;
  background-size: cover;
}

.left-arrow-2, .right-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-green {
  border: 1px none var(--color-palette--green);
  background-color: var(--color-palette--green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.grid-servizi {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: flex;
}

.grid-servizi:where(.w-variant-b8b8e847-67ef-fd56-c64f-99b388a8aa8a) {
  grid-column-gap: 60px;
}

.icon-service {
  border: 2px solid var(--color-palette--green);
  background-color: var(--color-palette--dark-green);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  display: flex;
}

.icon-embed-xxsmall-5 {
  color: var(--color-palette--bright-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  display: flex;
}

.icon-wrap:where(.w-variant-b8b8e847-67ef-fd56-c64f-99b388a8aa8a) {
  width: 150px;
}

.text-service {
  color: var(--color-palette--green);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.icon-embed-xxsmall-6, .icon-embed-xxsmall-7, .icon-embed-xxsmall-8, .icon-embed-xxsmall-10, .icon-embed-xxsmall-11, .icon-embed-xxsmall-12, .icon-embed-xxsmall-13 {
  color: var(--color-palette--bright-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-3 {
  width: 100%;
  height: 100%;
}

.slider-4 {
  width: 100%;
  height: 50vw;
}

.logo-green {
  object-fit: contain;
}

.code-embed-2 {
  color: var(--color-palette--bright-grey);
}

.slide-13 {
  background-image: url('../images/AC5036_VP01_Interior_Living_Rev00.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/AC5036_VP02_Interior_Bedroom_Rev00.webp');
  background-position: 50%;
  background-size: cover;
}

.menu-ico, .close-menu {
  display: none;
}

.nav-link-pittogramma {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.nav_link-2 {
  color: #0009;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: .8rem;
  line-height: 1;
  text-decoration: none;
}

.nav_link-2.w--current {
  border-bottom: 2px solid #0009;
  font-weight: 600;
}

.nav_link-2.nav-header {
  color: #fff;
  letter-spacing: 2px;
  border-bottom-color: #fff;
  margin-top: 0;
  font-size: .7rem;
}

.nav_link-2.nav-header.w--current {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.text-span {
  letter-spacing: .5px;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
}

.logo-pos {
  width: 100%;
}

.div-block-101 {
  width: 250px;
  display: none;
}

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

.nav-link-container-language {
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  left: auto;
  right: 40px;
}

.pittogramma-form {
  background-image: url('../images/Pittogramma-Verdechiaro.svg');
  background-position: 50%;
  background-size: cover;
  width: 70px;
  height: 70px;
}

.gdpr-text {
  width: 100%;
}

.gdpr-text h1 {
  font-family: var(--font--titoli);
  color: var(--color-palette--green);
  margin-top: 0;
}

.gdpr-text h2 {
  font-family: var(--font--titoli);
  color: var(--color-palette--green);
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 600;
}

.gdpr-text h3 {
  color: var(--color-palette--green);
  text-transform: uppercase;
  margin-top: 60px;
  font-size: 21px;
}

.gdpr-text h4 {
  color: var(--color-palette--dark-green);
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
}

.gdpr-text h5, .gdpr-text h6 {
  color: var(--color-palette--green);
}

.gdpr-text p {
  text-align: left;
}

.gdpr-text ul {
  font-size: 15px;
  line-height: 23px;
}

.gdpr-text a {
  color: var(--color-palette--green);
  font-weight: 700;
  transition: color .35s;
}

.gdpr-text a:hover {
  color: var(--color-palette--lilac);
}

.gdpr-text li {
  margin-bottom: 10px;
}

.language-wrap {
  color: var(--color-palette--bright-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.language-wrap.w--current {
  background-color: var(--color-palette--green);
  font-weight: 600;
}

.nav-link-language {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 1px #bdc94f00;
  line-height: 12px;
  text-decoration: none;
}

.nav-link-language:hover {
  border-bottom-color: var(--color-palette--lime);
}

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

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

.nav-link-pitt {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-pitt.w--current {
  width: 40px;
  display: none;
}

.logo-nav {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-nav.is-small {
  width: 180px;
}

.logo-white {
  object-fit: contain;
}

.v-line {
  background-color: var(--color-palette--dark-green);
  flex: none;
  align-self: stretch;
  width: 1px;
}

.bold {
  color: var(--color-palette--lime);
  font-weight: 600;
}

.weight_semi-bold {
  font-weight: 600;
}

.p-maxw-650 {
  max-width: 650px;
}

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

.language-03_component {
  z-index: 21;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  height: 232px;
  display: flex;
  position: fixed;
  top: 260px;
  right: 1vw;
  overflow: hidden;
}

.language-03_icon_wrapper {
  z-index: 1;
  border: 2px solid var(--color-palette--green);
  background-color: var(--color-palette--dark-green);
  cursor: pointer;
  border-radius: 100%;
  flex: none;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 8px;
  display: flex;
  position: relative;
}

.embed-03 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.language-03_label {
  z-index: 0;
  border: 2px solid var(--color-palette--green);
  background-color: var(--color-palette--bright-grey);
  color: var(--color-palette--dark-green);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.language-03_label.w--current {
  background-color: var(--color-palette--dark-green);
  color: var(--color-palette--bright-grey);
  order: -1;
}

.icon-embed-xxsmall {
  color: var(--color-palette--bright-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown_choice-2 {
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

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

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

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

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

.form_label-2 {
  margin-bottom: 0;
}

.dropdown_close-2 {
  background-color: #fff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

@media screen and (max-width: 991px) {
  .heading-hero {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-title.investimento {
    font-size: 20px;
  }

  .heading-title.aligh-sx {
    font-size: 22px;
    line-height: 25px;
  }

  .heading-subtitle.margin {
    width: 400px;
  }

  .heading-title-small.green {
    margin-bottom: auto;
  }

  .nav_link_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav_link_wrapper.int-submenu {
    padding-bottom: 0;
  }

  .header_component {
    padding-bottom: 65px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .header_hover.is-home {
    background-image: linear-gradient(0deg, #000c 36%, #0000004d 75%, #0000001a);
  }

  .header_container {
    max-width: 500px;
    bottom: 100px;
  }

  .header_container.pg-tecnica {
    max-width: 600px;
  }

  .container_nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 20px 40px;
    display: flex;
  }

  .nav-link-container {
    z-index: 3;
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    background-color: var(--color-palette--dark-green);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 20vw;
    padding-bottom: 20vw;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .nav-link-container.is-technical {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-link-text {
    font-size: 16px;
    line-height: 16px;
  }

  .nav-link-logo {
    display: none;
  }

  .nav-link-logo.is-small {
    display: flex;
  }

  .background {
    inset: 0%;
  }

  .section {
    padding: 120px 8vw;
  }

  .section.no-padding.max-h {
    height: 55vw;
  }

  .section.no-padding.height-50vw {
    height: 60vw;
  }

  .section.bg-grey, .section.padding-smaller.servizi, .section.padding-smaller.bg-intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .container.flex-horizontal.form {
    flex-flow: row;
  }

  .container.flex-horizontal.tablet-reverse {
    flex-flow: column-reverse;
  }

  .container.max-w {
    flex-flow: wrap;
  }

  .text-container.max-w {
    max-width: none;
  }

  .text-container.half {
    padding: 0 8vw 120px;
  }

  .text-container.border-dx {
    max-width: none;
  }

  .text-container.form {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .text-container.no-border-responsive {
    min-width: 100%;
    max-width: 100%;
  }

  .text-container.is-distance {
    align-self: flex-start;
  }

  .heading-cit.max-w {
    font-size: 25px;
    line-height: 30px;
  }

  .image-container {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 50vw;
  }

  .image-container.smaller {
    width: 100%;
    min-width: auto;
  }

  .image-container.map {
    min-height: 500px;
  }

  .container-half {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .container-half.max-height {
    width: 100%;
    height: 70vw;
  }

  .container-half.tablet-h-auto {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .map-distance {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-3.black {
    margin-bottom: auto;
  }

  .vantaggi-wrap {
    height: 300px;
  }

  .form_field {
    line-height: 20px;
  }

  .form_field.is-message, .form_field_wrapper {
    position: relative;
  }

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

  .container-half-form.right {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .partners.margin-auto {
    flex-flow: wrap;
    justify-content: center;
  }

  .logo-parter {
    width: 100px;
    height: auto;
  }

  .logo-parter.bigger {
    width: 180px;
    height: auto;
  }

  .footer_row.cap {
    justify-content: center;
  }

  .tipologici-wrap {
    width: 100%;
    max-height: none;
  }

  .tipologici-container {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .grid-servizi {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-servizi:where(.w-variant-b8b8e847-67ef-fd56-c64f-99b388a8aa8a) {
    grid-row-gap: 60px;
  }

  .icon-service {
    width: 50px;
    height: 50px;
  }

  .slider-4 {
    height: 60vw;
  }

  .menu-ico {
    cursor: pointer;
    background-image: url('../images/menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: auto 40px auto auto;
  }

  .close-menu {
    cursor: pointer;
    background-image: url('../images/x-close.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: 20px 40px auto auto;
  }

  .nav-link-pittogramma {
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .nav_link-2 {
    color: #fff;
  }

  .nav_link-2.w--current {
    border-bottom-color: #0009;
  }

  .nav_link-2.nav-header {
    font-size: .9rem;
    line-height: 1.1;
  }

  .nav_link-2.nav-header.w--current {
    border-bottom-width: 1px;
    border-bottom-color: #fff;
  }

  .div-block-101 {
    display: block;
  }

  .text-span-2 {
    color: var(--color-palette--green);
    font-weight: 600;
  }

  .nav-link-container-language {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
    position: static;
  }

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

  .language-wrap {
    border: 1px solid var(--color-palette--green);
  }

  .language-wrap.w--current {
    background-color: var(--color-palette--green);
  }

  .nav-link-language {
    font-size: 16px;
    line-height: 16px;
  }

  .nav-link-pitt, .logo-nav {
    display: none;
  }

  .logo-nav.is-small {
    display: flex;
  }

  .language-03_component {
    display: none;
  }

  .language-03_icon_wrapper {
    order: -1;
    display: flex;
  }

  .language-03_label.w--current {
    order: -1;
  }

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

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

@media screen and (max-width: 767px) {
  .heading-hero {
    font-size: 26px;
    line-height: 26px;
  }

  .heading-title {
    font-size: 24px;
  }

  .heading-title.investimento {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .heading-title.aligh-sx {
    margin-bottom: 20px;
  }

  .heading-subtitle.margin {
    margin-top: 10px;
  }

  .heading-large {
    font-size: 2.4em;
  }

  .header_component {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header_component.pg-tecnica {
    padding-left: 25px;
    padding-right: 25px;
  }

  .header_container {
    max-width: 400px;
  }

  .header_container.pg-tecnica {
    max-width: 500px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-text:hover {
    color: #fffdf8;
  }

  .page-wrapper.margin-top {
    margin-top: 120px;
  }

  .section {
    padding: 100px 5vw;
  }

  .section.no-padding.max-h {
    height: 80vw;
  }

  .section.no-padding.height-50vw {
    height: 70vw;
  }

  .section.bg-grey, .section.padding-smaller.servizi, .section.padding-smaller.bg-intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.padding-smaller.bg-dark-green {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

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

  .container.flex-horizontal.form {
    flex-flow: column-reverse;
  }

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

  .text-container {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-container.half {
    padding-bottom: 100px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .text-container.border-dx {
    grid-row-gap: 10px;
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    padding-bottom: 10px;
  }

  .text-container.form {
    grid-row-gap: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-container.no-border-responsive {
    grid-row-gap: 10px;
    border-right-style: none;
    padding-bottom: 10px;
  }

  .heading-cit.max-w {
    font-size: 25px;
    line-height: 30px;
  }

  .image-container {
    width: 100%;
    min-width: auto;
    max-width: none;
    max-height: none;
  }

  .image-container.smaller {
    width: 300px;
    max-width: none;
  }

  .image-container.map {
    min-height: auto;
    max-height: none;
  }

  .text-button {
    margin-top: 10px;
  }

  .container-half {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .container-half.max-height {
    height: 70vw;
  }

  .map-distance {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .vantaggi-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .vantaggi-wrap, .vantaggi-wrap.height {
    height: auto;
  }

  .container-half-form.right {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 100px 5vw;
    display: flex;
  }

  .container-half-form.left {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .tipologici-wrap {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-scopri {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .tipologici-container {
    flex-flow: wrap;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 60px;
  }

  .arrow-green {
    width: 30px;
    height: 30px;
  }

  .grid-servizi {
    grid-column-gap: 45px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
  }

  .icon-wrap {
    width: 100px;
  }

  .menu-ico {
    top: auto;
  }

  .close-menu {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .nav-link-pittogramma {
    width: 40px;
    height: 40px;
  }

  .div-block-101 {
    width: 220px;
  }

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

  .gdpr-text h3 {
    font-size: 18px;
  }

  .nav-link-language:hover {
    color: #fffdf8;
  }

  .v-line {
    display: none;
  }

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

@media screen and (max-width: 479px) {
  .heading-title {
    font-size: 21px;
    line-height: 30px;
  }

  .heading-title.half {
    max-width: none;
  }

  .heading-title.investimento {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-subtitle.margin {
    width: auto;
  }

  .heading-subtitle.pg-tecnica.margin {
    font-size: 14px;
    line-height: 21px;
  }

  .heading-large.lime {
    text-align: center;
  }

  .heading-large.lime.error {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
  }

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

  .header_component.pg-tecnica {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header_hover.is-home {
    background-image: linear-gradient(0deg, #000c 42%, #0000004d 80%, #0000001a);
  }

  .header_container {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header_container.pg-tecnica {
    max-width: none;
    padding: 40px 20px;
  }

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

  .page-wrapper.margin-top {
    margin-top: 140px;
  }

  .section.no-padding.max-h {
    height: 100vw;
  }

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

  .text-container {
    width: 100%;
    padding-bottom: 10px;
  }

  .text-container.max-w, .text-container.half {
    border-bottom-style: none;
  }

  .text-container.border-dx {
    grid-row-gap: 10px;
    border-bottom: 1px solid var(--color-palette--green);
    border-right-style: none;
    padding-bottom: 10px;
  }

  .text-container.no-border-responsive {
    padding-bottom: 10px;
  }

  .text-container.is-distance {
    align-self: center;
  }

  .image-container {
    height: 70vw;
  }

  .image-container.smaller {
    width: 100%;
  }

  .text-button {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-half.max-height {
    height: 70vw;
    min-height: 350px;
    max-height: 400px;
  }

  .map-distance {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .vantaggi-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contacts {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    font-size: 13px;
  }

  .contact_link-2 {
    letter-spacing: 3px;
    font-size: 12px;
  }

  .partners.margin-auto {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .logo-parter {
    width: 150px;
  }

  .footer_row.cap {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .tipologici-wrap {
    width: 100%;
    min-height: auto;
    max-height: none;
  }

  .tipologici-container {
    grid-template-columns: 1fr;
  }

  .grid-servizi {
    grid-column-gap: 60px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .icon-service {
    padding: 8px;
  }

  .icon-wrap:where(.w-variant-b8b8e847-67ef-fd56-c64f-99b388a8aa8a) {
    width: 180px;
  }

  .menu-ico, .close-menu {
    right: 20px;
  }

  .pittogramma-form {
    width: 60px;
    height: 60px;
  }

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

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

  .gdpr-text h3 {
    font-size: 16px;
  }

  .v-line {
    width: 100%;
    height: 1px;
    display: block;
  }

  .language-03_component {
    top: 215px;
  }
}

#w-node-dbc096ac-496b-c238-f01a-9c8b5a86cde3-5a86cda5, #w-node-dbc096ac-496b-c238-f01a-9c8b5a86cdef-5a86cda5, #w-node-dbc096ac-496b-c238-f01a-9c8b5a86ce27-5a86cda5, #policyFlagsContainer.w-node-dbc096ac-496b-c238-f01a-9c8b5a86ce2a-5a86cda5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dbc096ac-496b-c238-f01a-9c8b5a86ce2d-5a86cda5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-dbc096ac-496b-c238-f01a-9c8b5a86ce2e-5a86cda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51bfcf03-4f8f-f260-3208-b40272649ae1-72649ae0 {
  place-self: start center;
}

#w-node-_51bfcf03-4f8f-f260-3208-b40272649ae8-72649ae0, #w-node-_51bfcf03-4f8f-f260-3208-b40272649aef-72649ae0, #w-node-_51bfcf03-4f8f-f260-3208-b40272649af4-72649ae0, #w-node-_51bfcf03-4f8f-f260-3208-b40272649af9-72649ae0, #w-node-_51bfcf03-4f8f-f260-3208-b40272649b00-72649ae0, #w-node-_51bfcf03-4f8f-f260-3208-b40272649b07-72649ae0, #w-node-_51bfcf03-4f8f-f260-3208-b40272649b0c-72649ae0 {
  justify-self: center;
}

#w-node-_8bd75c49-643d-9062-8d3b-e8eb732032d4-7320329e, #w-node-_8bd75c49-643d-9062-8d3b-e8eb732032e0-7320329e, #w-node-_8bd75c49-643d-9062-8d3b-e8eb732032e4-7320329e, #policyFlagsContainer.w-node-_8bd75c49-643d-9062-8d3b-e8eb732032e7-7320329e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8bd75c49-643d-9062-8d3b-e8eb732032ea-7320329e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_8bd75c49-643d-9062-8d3b-e8eb732032eb-7320329e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ecacaf6-9f45-7dd5-ddad-c22f4a30f72c-26306138, #w-node-_6ecacaf6-9f45-7dd5-ddad-c22f4a30f739-26306138, #w-node-_6ecacaf6-9f45-7dd5-ddad-c22f4a30f771-26306138, #policyFlagsContainer.w-node-_6ecacaf6-9f45-7dd5-ddad-c22f4a30f774-26306138 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6ecacaf6-9f45-7dd5-ddad-c22f4a30f777-26306138 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-dc0744cc-ee0a-9aa0-5197-0f86af18801d-0da1310a {
    align-self: center;
  }

  #w-node-_63910825-5497-e434-0a57-693db91f8fb1-0da1310a, #w-node-_3f4f2599-ef4d-64c9-cd30-24ece4ee02f8-e4ee02f7 {
    justify-self: auto;
  }

  #w-node-dc0744cc-ee0a-9aa0-5197-0f86af18801d-c2ac236d {
    align-self: center;
  }

  #w-node-_63910825-5497-e434-0a57-693db91f8fb1-c2ac236d {
    justify-self: auto;
  }

  #w-node-dc0744cc-ee0a-9aa0-5197-0f86af18801d-ccbfc480 {
    align-self: center;
  }

  #w-node-_63910825-5497-e434-0a57-693db91f8fb1-ccbfc480 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dbc096ac-496b-c238-f01a-9c8b5a86cde3-5a86cda5, #w-node-dbc096ac-496b-c238-f01a-9c8b5a86cdef-5a86cda5, #w-node-dbc096ac-496b-c238-f01a-9c8b5a86ce27-5a86cda5, #policyFlagsContainer.w-node-dbc096ac-496b-c238-f01a-9c8b5a86ce2a-5a86cda5, #w-node-dbc096ac-496b-c238-f01a-9c8b5a86ce2d-5a86cda5, #w-node-_8bd75c49-643d-9062-8d3b-e8eb732032d4-7320329e, #w-node-_8bd75c49-643d-9062-8d3b-e8eb732032e0-7320329e, #w-node-_8bd75c49-643d-9062-8d3b-e8eb732032e4-7320329e, #policyFlagsContainer.w-node-_8bd75c49-643d-9062-8d3b-e8eb732032e7-7320329e, #w-node-_8bd75c49-643d-9062-8d3b-e8eb732032ea-7320329e, #w-node-_6ecacaf6-9f45-7dd5-ddad-c22f4a30f72c-26306138, #w-node-_6ecacaf6-9f45-7dd5-ddad-c22f4a30f739-26306138, #w-node-_6ecacaf6-9f45-7dd5-ddad-c22f4a30f771-26306138, #policyFlagsContainer.w-node-_6ecacaf6-9f45-7dd5-ddad-c22f4a30f774-26306138, #w-node-_6ecacaf6-9f45-7dd5-ddad-c22f4a30f777-26306138 {
    grid-column: span 1 / span 1;
  }
}


