:root {
  --lime-light: #e4ead3;
  --text: Roboto, sans-serif;
  --black: #1d1d1b;
  --titles: Griya, sans-serif;
  --black-2: #474747;
  --grey-2\<deleted\|variable-152a630f\>: #6e6e6e;
  --green: #568366;
  --light-green: #92c3a5;
  --white: white;
  --light: #f3f6eb;
  --lime: #d3e458;
  --text-capitalize: Montserrat, sans-serif;
  --grey: #e1e1e1;
  --light-bg: #f5f6f1;
  --light-green-bg: #c1d6c8;
  --line\<deleted\|variable-9bb782cc\>: #0003;
  --navlink-hover: #aab26d;
  --hover-dark\<deleted\|variable-a81f6dd0\>: #0006;
  --white-2\<deleted\|variable-b5347111\>: #fff6;
  --yellow: #ffde80;
  --size: 7vw;
}

.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-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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--lime-light);
  font-family: var(--text);
  color: var(--black);
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}

h1 {
  font-family: var(--titles);
  letter-spacing: .02rem;
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  font-family: var(--titles);
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Droid Serif, serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  opacity: .77;
  max-width: 450px;
  margin-bottom: 0;
}

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

img {
  object-fit: contain;
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 0;
}

.todelete {
  z-index: 300;
  text-align: left;
  background-color: #ffe837;
  max-width: none;
  padding: 40px 15%;
  display: none;
  position: relative;
}

.todelete p {
  max-width: none;
  margin-bottom: 0;
}

.todelete strong {
  font-weight: 800;
}

.form_checkbox {
  color: var(--black-2);
  flex: none;
  margin-top: 2px;
  margin-right: 10px;
}

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

.form_checkbox.w--redirected-focus {
  box-shadow: none;
}

.form_field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--grey-2\<deleted\|variable-152a630f\>);
  color: var(--green);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}

.form_field:focus {
  border-bottom-color: var(--grey-2\<deleted\|variable-152a630f\>);
}

.form_field::placeholder {
  color: #1d1d1b80;
  font-size: 14px;
  line-height: 1;
}

.form_field.message {
  border-style: solid;
  max-width: 550px;
  min-height: 100px;
  max-height: 200px;
  padding: 10px;
}

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

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

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

.form {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  color: var(--grey-2\<deleted\|variable-152a630f\>);
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form_link {
  color: var(--light-green);
  transition: color .3s cubic-bezier(.165, .84, .44, 1);
}

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

.form_text {
  font-size: .78em;
  line-height: 1.4;
}

.form_text.space {
  margin-top: 16px;
}

.footer_link {
  color: var(--light-green);
  cursor: pointer;
  border-bottom: 1px solid #0000;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: .88em;
  line-height: 18px;
  text-decoration: none;
  transition: color .3s;
}

.footer_link:hover {
  color: #000;
}

.footer_link.w--current {
  border-bottom-color: var(--black-2);
  color: var(--black);
}

.footer_link.w--current:hover {
  transform: none;
}

.nav_component {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav_component:where(.w-variant-66eeb82e-49c6-270a-7a2f-0b9d4d7d815b), .nav_component:where(.w-variant-0c29ec42-663a-eedc-a714-490aea570381) {
  background-color: var(--green);
  display: flex;
}

.header_component {
  z-index: 21;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  min-height: 750px;
  padding: 220px 100px;
  display: flex;
  position: relative;
}

.nav_logo_wrap {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0;
}

.nav_link_wrap {
  z-index: 2;
  cursor: default;
  flex-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav_link_wrap.is-pittogramma {
  position: absolute;
  left: 0;
}

.nav_link_wrap.is-pittogramma.right {
  left: auto;
  right: 0;
}

.nav_link_line {
  background-color: var(--white);
  flex: none;
  height: 1px;
  margin-top: 2px;
}

.nav_link_line.w--current {
  background-color: var(--white);
  width: 100%;
  display: none;
}

.nav_link_line.active {
  width: 100%;
  display: block;
}

.section {
  padding: 100px 60px;
  position: relative;
}

.section.no-padding-bottom.hide {
  display: none;
}

.section.quote {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.section.overflow-hidden {
  overflow: hidden;
}

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

.section.gap100 {
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

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

.section.hide {
  display: none;
}

.section.bg-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg-image.bg-01 {
  background-image: linear-gradient(#568366bf, #568366bf), linear-gradient(#00000080, #00000080), url('../images/tecmasolutions_httpss.mj.runiJdUucQswGs_super_closeup_of_a_white.webp');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.heading-xsmall {
  font-family: var(--text-capitalize);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.4;
}

.heading-large {
  color: var(--black-2);
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1.2;
}

.heading-medium {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2;
}

.heading-medium.gallery {
  text-transform: uppercase;
  margin-bottom: 60px;
}

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

.container.intro {
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.container.slider {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  align-items: flex-end;
  max-width: 1300px;
}

.container.overlying {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none none solid solid;
  border-width: 60px;
  border-color: var(--grey) var(--grey) var(--white) var(--white);
  background-color: var(--light);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
}

.container.overlying.double {
  border-style: solid;
  border-width: 40px;
  border-top-color: var(--white);
  border-right-color: var(--white);
  background-color: #0000;
  max-width: 1100px;
}

.container.overlying.reverse-hor {
  border-left-style: none;
  border-right-style: solid;
  flex-direction: row-reverse;
}

.container.overlying.reverse-ver {
  border-top-style: solid;
  border-bottom-style: none;
}

.container.direction-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.container.direction-horizontal.reverse {
  flex-direction: row-reverse;
}

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

.container.large {
  max-width: 1300px;
}

.container.large.no-gap {
  max-width: 1330px;
}

.container.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1300px;
}

.container.padding-bottom {
  margin-bottom: 100px;
}

.container.boxes {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  max-width: 1300px;
  margin-bottom: 100px;
}

.container.tecnical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3f6ebe6;
  padding-top: 60px;
  padding-bottom: 80px;
}

.container.contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

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

.container.txt-slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.container.full {
  max-width: 1700px;
}

.container.overlying-green {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 60px solid var(--light-bg);
  background-image: linear-gradient(to bottom, var(--light-green-bg), var(--light-green-bg));
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
}

.container.overlying-green.double {
  border-style: solid;
  border-width: 40px;
  border-top-color: var(--white);
  border-right-color: var(--white);
  background-color: #0000;
  max-width: 1100px;
}

.container.overlying-green.reverse-hor {
  border-left-style: none;
  border-right-style: solid;
  flex-direction: row-reverse;
}

.container.overlying-green.reverse-ver {
  border-top-style: solid;
  border-bottom-style: none;
}

.container.overlying {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ececec;
  border: 60px #e1e1e1;
  border-style: none none solid solid;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
}

.container.overlying.double {
  background-color: #0000;
  border-style: solid;
  border-width: 40px;
  max-width: 1100px;
}

.container.overlying-yellow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 60px solid var(--lime-light);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
}

.container.overlying-yellow.double {
  border-style: solid;
  border-width: 40px;
  border-top-color: var(--white);
  border-right-color: var(--white);
  background-color: #0000;
  max-width: 1100px;
}

.container.overlying-yellow.reverse-hor {
  border-left-style: none;
  border-right-style: solid;
  flex-direction: row-reverse;
}

.container.overlying-yellow.reverse-ver {
  border-top-style: solid;
  border-bottom-style: none;
}

.container.overlying-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none none solid solid;
  border-width: 60px;
  border-color: var(--lime-light) black var(--lime-light) var(--lime-light);
  background-color: var(--light);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
}

.container.overlying-image.double {
  border-style: solid;
  border-width: 40px;
  border-top-color: var(--lime-light);
  border-right-color: var(--lime-light);
  background-color: var(--lime-light);
  max-width: 1100px;
}

.container.overlying-image.reverse-hor {
  border-left-style: none;
  border-right-style: solid;
  flex-direction: row-reverse;
}

.container.overlying-image.reverse-ver {
  border-top-style: solid;
  border-bottom-style: none;
}

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

.card-big_item {
  flex: 1;
  max-width: 490px;
}

.card-big_mask {
  width: 100%;
  height: 25vw;
  min-height: 250px;
  max-height: 400px;
  overflow: hidden;
}

.card-big_mask.bg-white {
  height: 24vw;
  max-height: 320px;
}

.card-big_txt {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.card-big_txt.bg-white {
  align-items: center;
  padding: 40px;
}

.video_componen {
  align-self: stretch;
  margin-bottom: 40px;
}

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

.button_tertiary {
  border-bottom: 1px solid var(--line\<deleted\|variable-9bb782cc\>);
  color: var(--black);
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  padding: 6px 4px;
  font-size: 1em;
  line-height: 1;
  transition: border-color .5s cubic-bezier(.455, .03, .515, .955), letter-spacing .5s cubic-bezier(.455, .03, .515, .955), padding .5s cubic-bezier(.455, .03, .515, .955);
}

.button_tertiary:hover {
  border-bottom-color: var(--black);
  letter-spacing: .5px;
  padding-left: 10px;
  padding-right: 10px;
}

.button_secondary {
  border: 1px solid var(--black);
  background-color: var(--lime);
  background-image: linear-gradient(143deg, var(--lime), var(--light-green));
  font-family: var(--text-capitalize);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 50px;
  padding: 14px 40px;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.4;
  transition: background-position .5s, background-color .5s cubic-bezier(.455, .03, .515, .955);
}

.button_secondary:hover {
  background-image: linear-gradient(143deg, var(--lime) 63%, var(--light-green));
  color: var(--black);
}

.form_wrap {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.footer_title {
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
}

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

.nav_link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 1;
  padding: 10px;
  font-size: .9em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color .5s;
}

.nav_link:hover {
  color: var(--navlink-hover);
}

.nav_link.w--current {
  color: #aab26d;
  border-bottom: 1px #000;
}

.nav_link.link_property {
  background-color: var(--lime);
  color: var(--black);
  margin-left: 20px;
  transition-property: background-color;
}

.nav_link.link_property:hover {
  background-color: var(--navlink-hover);
}

.button_primary {
  border: 1px solid var(--black-2);
  background-color: var(--hover-dark\<deleted\|variable-a81f6dd0\>);
  color: var(--white);
  text-transform: capitalize;
  border-radius: 50px;
  padding: 16px 32px;
  font-size: .9em;
  line-height: 1;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.button_primary:hover {
  color: var(--black-2);
  background-color: #0000;
}

.button_primary.submit {
  background-color: var(--black-2);
  color: var(--white);
  margin-top: 16px;
}

.button_primary.submit:hover {
  letter-spacing: .5px;
}

.button_primary.negative {
  border-color: var(--white);
  background-color: var(--white-2\<deleted\|variable-b5347111\>);
}

.button_primary.negative:hover {
  background-color: var(--white);
  color: var(--black);
}

.button-icon {
  border: 2px solid var(--grey);
  background-color: var(--grey);
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  padding: 10px 20px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-icon:hover {
  color: var(--grey);
  background-color: #8764b800;
}

.image-fullscreen {
  object-fit: cover;
  width: 100%;
  height: 65vw;
  min-height: 850px;
}

.image-fullscreen.map {
  height: auto;
}

.form_component {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.x_wrap {
  z-index: 10;
  background-color: var(--black-2);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.x_asta {
  background-color: var(--black-2);
  flex: none;
  width: 2px;
  height: 40%;
  position: absolute;
  transform: rotate(45deg);
}

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

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

.header_img {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.header_img.interni {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.heading-small {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 1.2;
}

.slider_mask {
  width: 32%;
  height: auto;
  overflow: visible;
}

.slider_mask.small {
  width: 19%;
}

.slider_arrow {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 40px;
}

.slider_arrow.left {
  background-image: url('../images/arrow-left.svg');
}

.slider_arrow.left.bottom {
  margin-top: 0;
  margin-left: 15px;
}

.slider_arrow.right {
  background-image: url('../images/arrow-right.svg');
}

.slider_arrow.right.bottom {
  margin-top: 0;
  margin-right: 15px;
}

.interior_tile {
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.slider_component {
  background-color: #0000;
  flex: 1;
  align-self: stretch;
  height: auto;
  margin-top: 32px;
  overflow: visible;
}

.slider_component.overflow-hidden {
  overflow: hidden;
}

.slider_slide {
  width: 100%;
  height: auto;
  margin-right: 6%;
}

.display-none {
  display: none;
}

.poi_column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 20px;
  display: grid;
}

.header_container {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav_buttons {
  z-index: 3;
  justify-content: space-between;
  min-width: 100px;
  display: flex;
  position: relative;
}

.footer_row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px none var(--grey-2\<deleted\|variable-152a630f\>);
  border-bottom: 1px solid var(--grey-2\<deleted\|variable-152a630f\>);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 100px;
  line-height: 1;
  display: flex;
}

.footer_row.last {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .75;
  border-top: 1px #000;
  border-bottom: 1px #000;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}

.header_hover {
  z-index: 2;
  background-color: var(--hover-dark\<deleted\|variable-a81f6dd0\>);
  display: none;
  position: absolute;
  inset: 0;
}

.nav_links {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.flag_component {
  color: var(--white);
  cursor: pointer;
  flex-direction: row-reverse;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 24px;
  height: 24px;
  line-height: 1;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.nav_line {
  z-index: 1;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: -132px;
  right: -132px;
}

.nav_hamburger {
  display: none;
}

.contact_column {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.contact_column.centred {
  justify-content: flex-start;
  align-items: center;
}

.slide_img_wrap {
  z-index: 1;
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_component {
  background-color: var(--light);
  padding-left: 60px;
  padding-right: 60px;
}

.button_component {
  letter-spacing: 0;
  cursor: pointer;
  flex-direction: column;
  margin-top: 48px;
  text-decoration: none;
  transition: background-color .525s;
  display: flex;
}

.button_component.negative {
  border-color: var(--white);
}

.button_component.tertiary {
  border-style: none;
  border-radius: 0;
  padding: 0;
}

.button_component.is-tec_navbar {
  margin-top: 0;
  position: absolute;
  right: 20px;
}

.button_component.is-gallery {
  margin-top: 0;
}

.popup-area_wrap {
  z-index: 50;
  background-image: linear-gradient(to bottom, var(--hover-dark\<deleted\|variable-a81f6dd0\>), var(--hover-dark\<deleted\|variable-a81f6dd0\>));
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.popup-area_container {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  position: relative;
}

.popup-area_box {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  padding: 40px;
  font-size: 15px;
  display: flex;
  position: relative;
}

.popup-area_box.iscriviti {
  max-width: 600px;
  margin-left: 60px;
}

.popup-area_icon-box {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}

.popup-area_line {
  background-color: var(--grey);
  flex: none;
  width: 80%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.popup-area_title {
  font-size: 2em;
  line-height: 1.2;
}

.area_row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  max-width: 440px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
}

.banners_wrap {
  width: 0;
  height: 0;
}

.header_wrap {
  width: 100%;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}

.container_image {
  object-fit: cover;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 570px;
  max-height: 50vw;
  display: flex;
  position: relative;
}

.form_title {
  font-family: var(--titles);
  color: var(--black);
  text-transform: capitalize;
  font-size: 2em;
  line-height: 1;
}

.form_par {
  color: var(--black);
  text-align: left;
  max-width: 310px;
  margin-bottom: 40px;
}

.checkbox_wrap {
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.txt_wrap {
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
}

.txt_wrap.bg_light {
  background-color: var(--lime-light);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-self: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
}

.txt_wrap.horizontal {
  background-color: var(--light);
  text-align: center;
  justify-content: center;
  align-self: stretch;
  width: auto;
  max-width: 420px;
}

.txt_wrap.quote {
  z-index: 2;
  background-color: var(--lime-light);
  text-align: left;
  align-items: flex-start;
  width: auto;
  max-width: 60vw;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 100px;
  position: relative;
}

.txt_wrap._2col {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  display: grid;
}

.txt_wrap.bg_light {
  background-color: #ececec;
  align-self: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
}

.txt_wrap.horizontal {
  text-align: center;
  justify-content: center;
  align-self: stretch;
  width: auto;
  max-width: 420px;
}

.txt_wrap.bg-green-light-pattern01 {
  background-color: var(--light-green-bg);
  background-image: url('../images/VL_pattern01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide_txt_wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.slide_title {
  color: var(--black-2);
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 1.5;
}

.slide_button_wrap {
  text-transform: uppercase;
  align-items: center;
  margin-top: 16px;
  font-size: .85em;
  line-height: 1;
  display: flex;
}

.slide_button_icon {
  border: 1px solid #000;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  padding: 6px;
}

.txt-uppercase {
  text-transform: uppercase;
}

.floorplan_txt_wrap {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 37vw;
  min-width: 33vw;
  max-width: 73vh;
  height: 76px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.floorplan_txt_wrap.reverse {
  left: auto;
  right: 0;
}

.floorplan_img_wrap {
  flex: 1;
  align-self: stretch;
  min-width: 50vw;
  max-width: 106vh;
  margin-left: auto;
  margin-right: auto;
}

.floorplan_component {
  z-index: 1;
  align-items: flex-end;
  width: 100%;
  height: 40vw;
  min-height: 450px;
  max-height: 60vh;
  display: flex;
  position: relative;
}

.floorplan_component.reverse {
  flex-direction: row-reverse;
}

.floorplan_txt {
  text-transform: uppercase;
  font-size: 1.9em;
  line-height: 1;
}

.floorplan_plan {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: stretch;
  width: 37vw;
  min-width: 33vw;
  max-width: 73vh;
  height: 23vw;
  min-height: 20.5vw;
  max-height: 45vh;
  margin-top: auto;
  margin-right: 32px;
  position: relative;
}

.floorplan_plan.reverse {
  margin-left: 32px;
  margin-right: 0;
}

.floorplan_icon_wrap {
  -webkit-text-fill-color: inherit;
  background-color: #f5f5f5;
  background-clip: border-box;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  position: absolute;
  box-shadow: 0 0 14px #0003;
}

.floorplan_icon_wrap.w--current {
  background-color: var(--black-2);
  color: var(--white);
}

.floorplan_icon_wrap.plans01 {
  top: 63%;
  left: 24%;
}

.floorplan_icon_wrap.plans02 {
  top: 26%;
  left: 49%;
}

.floorplan_icon_wrap.plans03 {
  top: 49%;
  left: 54%;
}

.floorplan_icon_wrap.plans04 {
  top: 69%;
  left: 47%;
}

.floorplan_icon_wrap.plans05 {
  top: 66%;
  left: 84%;
}

.floorplan_icon_wrap.show01 {
  top: 72%;
  left: 42%;
}

.floorplan_icon_wrap.show02 {
  top: 26%;
  left: 49%;
}

.floorplan_icon_wrap.show03 {
  top: 63%;
  left: 75%;
}

.floorplan_icon_wrap.show04 {
  top: 32%;
  left: 64%;
}

.floorplan_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tab_img_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.image_hover {
  z-index: 1;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  transition: background-color .4s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  inset: 0;
}

.poi_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.poi_number {
  background-color: var(--black-2);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 0;
  display: none;
}

.poi_number.absolute {
  letter-spacing: .5px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  font-size: 10px;
  position: absolute;
}

.poi_number.absolute._05 {
  top: 77%;
  left: 59%;
}

.poi_number.absolute._01 {
  top: 64%;
  left: 56%;
}

.poi_number.absolute._03 {
  top: 52%;
  left: 67%;
}

.poi_number.absolute._02 {
  top: 55%;
  left: 51%;
}

.poi_number.absolute._04 {
  top: 54%;
  left: 42%;
}

.poi_number.absolute._06 {
  top: 83%;
  left: 42%;
}

.poi_number.absolute._07 {
  top: 40%;
  left: 65%;
}

.poi_number.absolute._08 {
  top: 34%;
  left: 76%;
}

.poi_number.absolute._09 {
  top: 27%;
  left: 79%;
}

.poi_number.absolute._10 {
  top: 40%;
  left: 58%;
}

.poi_number.absolute._11 {
  top: 33%;
  left: 56%;
}

.poi_number.absolute._12 {
  top: 21%;
  left: 73%;
}

.poi_txt {
  color: var(--black-2);
  text-align: left;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
}

.poi_distance {
  color: var(--hover-dark\<deleted\|variable-a81f6dd0\>);
  font-size: .8em;
}

.accordion_img_wrap {
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow_box {
  flex: none;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 60px;
  height: 40px;
  display: flex;
  position: relative;
}

.arrow_disable {
  z-index: 2;
  background-color: var(--grey);
  opacity: .7;
  position: absolute;
  inset: 0;
}

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

.arrow_disable.right {
  display: none;
}

.arrow_disable.right.bottom {
  width: 60px;
  height: 30px;
  margin-right: 15px;
  bottom: auto;
  left: auto;
}

.download_component {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border-bottom: 60px solid var(--grey);
  border-left: 60px solid var(--grey);
  background-color: var(--light);
  text-align: left;
  align-items: flex-end;
  padding-top: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.download_column {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.download_anchor {
  width: 0;
  height: 0;
  position: absolute;
  top: -220px;
}

.lightbox_component {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000e6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.lightbox_component.no-tab {
  padding-bottom: 80px;
}

.lightbox_x {
  z-index: 10;
  background-color: var(--black-2);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.lightbox_x.transparent {
  background-color: #0000;
  width: 60px;
  height: 60px;
  top: 10px;
  right: 10px;
}

.lightbox_slider {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox_slider_mask {
  width: 74vw;
  max-width: 120vh;
  height: 100%;
  position: relative;
  overflow: visible;
}

.lightbox_slide, .slider_container {
  width: 100%;
  height: 100%;
}

.lightbox_slider_arrow {
  border: 1px solid var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  left: 60px;
}

.lightbox_slider_arrow.right {
  left: auto;
  right: 60px;
}

.arrow_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.card-big_wrap {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  display: flex;
  position: relative;
}

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

.flag_icon.small {
  padding: 1px;
}

.lightbox_grid_total {
  text-align: left;
  text-transform: uppercase;
  margin-right: auto;
  font-size: .9em;
  font-weight: 700;
}

.lightbox_grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-columns: 1fr min-content min-content;
  place-items: center;
  line-height: 1;
}

.lightbox_grid_title {
  text-align: left;
  margin-right: auto;
}

.apartment_txt {
  text-transform: capitalize;
  font-size: 2.1em;
  font-style: italic;
  line-height: 1;
}

.lightbox_list {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.lightbox_txt {
  grid-row-gap: 40px;
  background-color: #f4f4f4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.lightbox_logo {
  background-image: url('../images/placeholder-effective.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 140px;
  height: 60px;
}

.lightbox_apartment {
  grid-row-gap: 6px;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox_grid_line {
  background-color: #c5c5c5;
  height: 1px;
}

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

.lightbox_column {
  text-align: left;
  align-self: stretch;
}

.lightbox_container {
  z-index: 1;
  background-color: #fff;
  flex: none;
  width: 100%;
  max-width: 1500px;
  min-height: 500px;
  max-height: 80vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.lightbox_img_wrap {
  flex: 1;
  align-self: stretch;
  padding: 40px;
  position: relative;
}

.lightbox_img {
  flex: none;
  width: 100%;
  height: 100%;
}

.gallery_image-preview {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.gallery_image-lightbox {
  object-fit: contain;
  flex: none;
  width: 100%;
  height: 100%;
}

.form_link-2 {
  color: #222;
}

.download_wrap {
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.form_checkbox-2 {
  color: #222;
  flex: none;
  margin-top: 2px;
  margin-right: 10px;
}

.form_checkbox-2.w--redirected-checked {
  background-color: #222;
  border-color: #222;
}

.form_checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.download_form {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #6e6e6e;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.nav_links_wrap {
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: auto;
  max-width: 1036px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.nav_lang {
  color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: -124px;
}

.par_line {
  background-color: #aec02e;
  flex: none;
  width: 170px;
  height: 2px;
  margin-top: 14px;
  margin-bottom: 48px;
}

.overlying_image {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 60px;
  margin-bottom: -60px;
  margin-left: -60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlying_image.double {
  margin: 100px -40px -40px;
  position: relative;
}

.overlying_image.double.right {
  margin-top: -40px;
  margin-bottom: 100px;
}

.overlying_image.reverse-hor {
  margin-left: 0;
  margin-right: -60px;
}

.overlying_image.reverse-ver {
  margin-top: -60px;
  margin-bottom: 60px;
}

.overlying_image.reverse {
  margin-left: 0;
  margin-right: -60px;
}

.dida_txt {
  font-family: var(--text-capitalize);
  text-align: center;
  line-height: 1.4;
}

.dida_title {
  font-size: .9em;
  font-weight: 700;
}

.nav-bottom {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-top: 70px;
}

.nav-bottom_mask {
  width: 25%;
  height: 280px;
  position: relative;
  overflow: visible;
}

.nav-bottom_slide {
  padding-left: 15px;
  padding-right: 15px;
}

.slider02_container {
  opacity: 1;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2em;
  text-decoration: none;
  transition: opacity .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.slider02_container.w--current {
  opacity: .4;
  position: relative;
}

.bg_txt_wrap {
  z-index: 1;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 10% 5%;
}

.footer_links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.txt_align-left {
  text-align: left;
}

.boxes_wrap {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.box {
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.box_mask {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 18vw;
  min-height: 180px;
  max-height: 260px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box_dida {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.box_dida.small {
  text-align: left;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 19px;
}

.footer_margin {
  color: var(--black);
  text-align: left;
  width: 100%;
  margin-left: 4px;
  font-size: .8em;
  line-height: 1.3;
}

.nav_space {
  height: 120px;
}

.quote_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/VerdeaLiving_pittogrmma_white.svg'), url('../images/VerdeaLiving_pittogrmma_white.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 60px, 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 60px;
  display: flex;
}

.quote_txt {
  font-family: var(--titles);
  max-width: 770px;
  font-size: 32px;
  line-height: 1.2;
}

.quote_par {
  color: var(--black-2);
  border-left-style: none;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 0;
  font-size: 32px;
  line-height: 1.2;
}

.quote_img-full {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quote_img-frame {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.image-contain {
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-contain.is-overflow-visible {
  overflow: visible;
}

.image-contain.mobile_display-none {
  max-height: 500px;
}

.overlying_txt_wrap {
  background-color: var(--light);
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 540px;
  padding: 100px;
  display: flex;
}

.overlying_txt_wrap.no-subtitle {
  align-items: flex-start;
}

.h2-nosubtitle {
  margin-top: 0;
  margin-bottom: 100px;
}

.partner_img {
  width: 100%;
  max-height: 80vh;
}

.partner_icon {
  z-index: 2;
  border: 1px solid var(--white);
  cursor: pointer;
  background-color: #e27b14;
  background-image: url('../images/quintosole_piu.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 100%;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.partner_icon:hover {
  background-color: #f7d15f;
}

.partner_button {
  cursor: pointer;
  background-color: #1414141a;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  box-shadow: 0 0 30px 6px #0003;
}

.partner_button:hover {
  opacity: 1;
}

.partner_button._1 {
  top: 21%;
  left: 26%;
}

.partner_button._2 {
  top: 66%;
  left: 38%;
}

.partner_button._3 {
  top: 41%;
  left: 52%;
}

.partner_box {
  z-index: 1;
  background-color: var(--white);
  cursor: default;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 0;
  height: 0;
  margin-left: 10px;
  display: flex;
  position: absolute;
  left: 100%;
  overflow: hidden;
  box-shadow: 0 0 12px 2px #0003;
}

.partner_dot {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
}

.box_content {
  z-index: 1;
  text-transform: uppercase;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 230px;
  height: 150px;
  padding: 20px;
  font-size: 1.1em;
  display: flex;
}

.partner_cross {
  z-index: 2;
  background-image: url('../images/icon_cross.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0;
  height: 0;
  position: absolute;
}

.partner_logo {
  opacity: .6;
  flex: none;
  height: 100px;
}

.partner_line {
  background-color: var(--line\<deleted\|variable-9bb782cc\>);
  flex: none;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.partner_dida {
  text-transform: none;
}

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

.slide_wrap.open-lightbox {
  cursor: pointer;
}

.slide_wrap.open-lightbox.down {
  margin-top: 24px;
}

.slide_txt {
  color: var(--hover-dark\<deleted\|variable-a81f6dd0\>);
  text-transform: uppercase;
}

.no-margin-top {
  margin-top: 0;
}

.slide_icon_wrap {
  z-index: 1;
  flex: 1;
  width: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide_dida {
  font-size: .85em;
}

.first-letter {
  font-size: 2.6em;
  line-height: 0;
}

.accordion_img_wrap-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox_x-2 {
  z-index: 10;
  cursor: pointer;
  background-color: #222;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.header_component_nav-small {
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 160px 100px 60px;
  display: flex;
}

.lightbox_tab {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.lightbox_tab_menu {
  margin-bottom: 32px;
}

.lightbox_tab_content {
  flex: 1;
}

.lightbox_tab_pane {
  height: 100%;
}

.lightbox_tab_link {
  color: #fff9;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-right: 1px solid #fff9;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0 8px 0 0;
  font-size: 18px;
  line-height: 1;
  transform: skew(-14deg);
}

.lightbox_tab_link.w--current {
  color: #fff;
  background-color: #0000;
}

.lightbox_tab_link.last {
  border-right-style: none;
}

.lightbox_tab_link-txt {
  transform: skew(14deg);
}

.slider-thumb-wrap {
  opacity: .3;
  cursor: pointer;
  flex: none;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .6s;
}

.slider-thumb-wrap.first {
  margin-left: auto;
}

.slider-thumb-wrap.last {
  margin-right: auto;
}

.slider-thumb-wrap.active {
  opacity: .8;
}

.gallery_image-thumbnail {
  object-fit: cover;
  width: 11vh;
  height: 11vh;
}

.download_txt {
  margin-left: 60px;
}

.h1-technichal {
  max-width: 100%;
}

.par-tecnichal {
  max-width: none;
}

.download_image {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 60px;
  margin-bottom: -60px;
  margin-left: -60px;
  display: flex;
  overflow: hidden;
}

.logo-tecnical {
  opacity: .6;
  height: 24px;
  margin-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.slider_wrap {
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.slider_thumbs {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: auto;
}

.nav_lang_txt {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.nav_background {
  display: none;
}

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

.logo-img.tab {
  display: none;
}

.error_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.error_contact {
  color: var(--black-2);
  text-align: left;
  font-size: 1.4em;
  text-decoration: none;
}

.txt-inline {
  display: inline-block;
}

.partner_logo-par {
  opacity: .75;
  flex: none;
  align-self: flex-start;
  height: 32px;
  margin-top: 48px;
}

.h2-2col {
  margin-bottom: 0;
}

.lightbox_icon {
  background-color: var(--light);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding-left: 7px;
  padding-right: 7px;
  line-height: 1;
  display: flex;
}

.gallery_hover {
  z-index: 2;
  background-color: #0003;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  transition: background-color .4s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  inset: 0;
}

.gallery_hover:hover {
  -webkit-text-fill-color: inherit;
  background-color: #00000080;
  background-clip: border-box;
}

.partner_title {
  color: var(--hover-dark\<deleted\|variable-a81f6dd0\>);
  font-weight: 700;
}

.floorplan_icon {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding-left: 7px;
  padding-right: 7px;
  line-height: 1;
  display: flex;
}

.slide_fake {
  background-color: var(--grey);
  width: 530%;
  margin-left: 6%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
}

.image-quote {
  object-fit: contain;
  flex: none;
  align-self: center;
  width: 100%;
  height: 100%;
  padding: 5vw;
  display: block;
  position: absolute;
}

.map_wrap {
  height: auto;
  position: relative;
}

.section-gallery {
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.label_flag {
  color: var(--white);
  white-space: nowrap;
  background-color: #070707;
  margin-top: 10px;
  padding: 4px;
  font-size: .8em;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}

.box-scroll {
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.boxes_wrap-scroll {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

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

.img_overlay {
  z-index: 2;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

._2-imgs-sized {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 100px auto 100px;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.overlying_txt_wrap_green {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--light-green-bg), var(--light-green-bg));
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 540px;
  padding: 100px;
  display: flex;
}

.overlying_txt_wrap_green.no-subtitle {
  align-items: flex-start;
}

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

.dropdown_close {
  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;
  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 {
  font-family: var(--text);
  flex-direction: row;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

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

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

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

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

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

.form_label {
  margin-bottom: 0;
}

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

.button.is-submit {
  background-color: var(--lime);
  color: var(--black);
  border-radius: 25px;
  align-self: flex-start;
  height: 50px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: .9em;
  line-height: 1.4;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.button.is-submit:hover {
  background-color: var(--yellow);
  letter-spacing: .5px;
}

.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-2 {
  color: var(--black);
  font-size: 12px;
}

.footer_logo {
  width: 100%;
  max-width: 240px;
}

.tec_navbar {
  background-color: var(--light);
  justify-content: center;
  align-items: center;
  padding: 20px 100px;
  display: flex;
}

.tec_navbar-logo {
  width: 100%;
  max-width: 200px;
}

.tec_navbar-logo.mobile {
  max-width: 80px;
  display: none;
}

.gdpr_container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 140px 100px 60px;
  display: flex;
}

.gdpr_text {
  max-width: 1200px;
}

.gdpr_text h1 {
  text-align: left;
  max-width: none;
  font-size: 2em;
}

.gdpr_text h3 {
  font-family: var(--titles);
  color: var(--green);
  text-align: left;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 400;
}

.gdpr_text p {
  color: var(--black);
  text-align: left;
  max-width: none;
  font-size: 14px;
}

.gdpr_text li {
  text-align: left;
}

.gdpr_text a {
  color: var(--green);
  font-weight: 500;
}

.gdpr_text h4 {
  font-family: var(--titles);
  color: var(--green);
  text-align: left;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
}

.heading {
  font-family: var(--text);
  color: var(--light-green);
  text-align: left;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 500;
}

.timbro {
  z-index: 5;
  width: 100%;
  max-width: 240px;
  position: absolute;
  bottom: -120px;
  right: 15px;
}

.map {
  height: 100%;
}

.map.is-embed {
  height: 500px;
}

.bg_atterraggio_form {
  background-image: url('../images/AC1661_VPExterior_05_Rev00-copia.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 160px 100px 60px;
  display: flex;
}

.link_contatti_error {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.link-block {
  border: 1px solid var(--green);
  color: var(--green);
  border-radius: 25px;
  height: 50px;
  padding-left: 60px;
  padding-right: 60px;
  line-height: 50px;
  text-decoration: none;
}

.tab_logo {
  display: none;
}

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

.partner_block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flags_box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--black);
  flex-flow: column;
  display: flex;
}

.gdpr_links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.footer_component-2 {
  background-color: #ececec;
  padding-left: 60px;
  padding-right: 60px;
}

.button_secondary-2 {
  color: #474747;
  background-color: #2220;
  border: 1px solid #474747;
  border-radius: 50px;
  padding: 14px 40px;
  font-size: .9em;
  line-height: 1.4;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.button_secondary-2:hover {
  color: #fff;
  background-color: #222;
}

.form_title-2 {
  color: #474747;
  text-transform: capitalize;
  margin-bottom: 32px;
  font-size: 2em;
  line-height: 1;
}

.contact_column-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.footer_link-2 {
  color: #474747;
  cursor: pointer;
  border-bottom: 1px solid #0000;
  padding: 4px;
  font-size: .88em;
  text-decoration: none;
}

.footer_link-2:hover {
  color: #000;
}

.footer_link-2.w--current {
  color: #2e2e2e;
  border-bottom-color: #474747;
}

.footer_link-2.w--current:hover {
  transform: none;
}

.footer_links-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.form_link-4 {
  color: #474747;
}

.txt_align-left-2 {
  text-align: left;
}

.form_field-3 {
  color: #6e6e6e;
  background-color: #0000;
  border: 1px #6e6e6e;
  border-bottom-style: solid;
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}

.form_field-3:focus {
  border-bottom-color: #6e6e6e;
}

.form_field-3::placeholder {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 1;
}

.form_field-3.message {
  border-style: solid;
  min-height: 100px;
  padding: 10px;
}

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

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

.arrow_disable-2 {
  z-index: 2;
  opacity: .7;
  position: absolute;
  inset: 0;
}

.arrow_disable-2.right {
  display: none;
}

.arrow_disable-2.right.bottom {
  width: 60px;
  height: 30px;
  margin-right: 15px;
  bottom: auto;
  left: auto;
}

.arrow_disable-2.left.bottom {
  width: 60px;
  height: 40px;
  margin-left: 15px;
  bottom: auto;
  right: auto;
}

.button_component-2 {
  letter-spacing: 0;
  cursor: pointer;
  border: 1px solid #474747;
  border-radius: 50px;
  flex-direction: column;
  margin-top: 48px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.button_component-2:hover {
  letter-spacing: .5px;
}

.button_component-2.tertiary {
  border-style: none;
  border-radius: 0;
  padding: 0;
}

.overlying_txt_wrap-2 {
  background-color: #ececec;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 540px;
  padding: 100px;
  display: flex;
}

.dida_title-2 {
  font-family: var(--text-capitalize);
  color: #0006;
  font-size: .9em;
  font-weight: 700;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #6e6e6e;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_wrap-2 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.footer_margin-2 {
  color: #0006;
  text-align: left;
  width: 100%;
  margin-left: 4px;
  font-size: .8em;
  line-height: 1.3;
}

.section-2 {
  padding: 100px 60px;
  position: relative;
}

.section-2.bg-light {
  background-color: #ececec;
}

.section-2.overflow-hidden {
  overflow: hidden;
}

.heading-xsmall-2 {
  color: #2e2e2e;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.4;
}

.button_tertiary-2 {
  color: #2e2e2e;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #0003;
  padding: 6px 4px;
  font-size: 1em;
  line-height: 1;
  transition: border-color .5s cubic-bezier(.455, .03, .515, .955), letter-spacing .5s cubic-bezier(.455, .03, .515, .955), padding .5s cubic-bezier(.455, .03, .515, .955);
}

.button_tertiary-2:hover {
  letter-spacing: .5px;
  border-bottom-color: #2e2e2e;
  padding-left: 10px;
  padding-right: 10px;
}

.footer_row-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #6e6e6e;
  border-bottom: 1px solid #6e6e6e;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 100px;
  line-height: 1;
  display: flex;
}

.footer_row-2.last {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .75;
  border-top: 1px #000;
  border-bottom: 1px #000;
  padding-bottom: 100px;
}

.form_checkbox-3 {
  color: #474747;
  flex: none;
  margin-top: 2px;
  margin-right: 10px;
}

.form_checkbox-3.w--redirected-checked {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}

.form_checkbox-3.w--redirected-focus {
  box-shadow: none;
}

.form_par-2 {
  text-align: left;
  max-width: 310px;
  margin-bottom: 40px;
}

.par_line-2 {
  background-color: #0003;
  flex: none;
  width: 170px;
  height: 1px;
  margin-top: 14px;
  margin-bottom: 48px;
}

.font-secondary {
  font-family: Droid Serif, serif;
}

.font-primary {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.button-plus {
  color: #40542e;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  margin-top: 20px;
  font-size: .8em;
  line-height: 0;
  display: flex;
}

.top_text {
  margin-top: 20px;
}

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

.button-plus_icon {
  background-color: #e0e3d1;
  border: 1px solid #40542e;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  padding: 2px;
}

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

.button_component-3 {
  cursor: pointer;
  flex-direction: column;
  margin-top: 32px;
  text-decoration: none;
  display: flex;
}

.arrow_icon-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.heading-medium-2 {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Droid Serif, serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4;
}

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

.scroll_component {
  margin-top: 24px;
}

.heading-xsmall-3 {
  text-transform: uppercase;
  font-size: .9em;
}

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

.text-breaking-nowrap {
  white-space: nowrap;
}

.top_link {
  color: #a6b69d;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

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

.floorplan_cone {
  color: #fff;
  background-color: #a6b69d;
  border: 2px solid #fdfaf5;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
  padding: 4px;
  position: absolute;
}

.floorplan_cone.w--current {
  background-color: #cc7d44;
}

.text-decoration-underline {
  text-decoration: underline;
}

.button-2 {
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #cc7d44;
  border: 1px solid #cc7d44;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

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

.button-2.is-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #cc7d44;
  background-color: #0000;
  border-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  font-size: .9rem;
  font-weight: 700;
  display: flex;
}

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

.button-2.is-negative:hover {
  color: #fff;
  background-color: #fff0;
}

.button-2.is-secondary {
  color: #cc7d44;
  background-color: #2220;
}

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

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

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

.heading-small-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2;
}

.color_text.is-on-accent-alternative, .color_text.is-on-accent-light {
  color: #40542e;
}

.color_text.is-on-general {
  color: #222;
}

.color_text.is-on-secondary-sub {
  color: #616d4b;
}

.color_text.is-on-hover-light {
  color: #222;
}

.color_text.is-on-hover-dark {
  color: #fff;
}

.color_text.is-on-secondary-light, .color_text.is-on-primary {
  color: #40542e;
}

.color_text.is-on-accent {
  color: #fff;
}

.color_text.is-on-primary-light {
  color: #40542e;
}

.color_text.is-on-secondary {
  color: #000;
}

.color_text.is-on-accent-sub {
  color: #f1dfd0;
}

.color_text.is-accent {
  color: #cc7d44;
}

.color_text.is-on-primary-sub {
  color: #9da392;
}

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

.flag_icon_wrapper {
  z-index: 2;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.color_item.is-on-accent-sub {
  background-color: #f1dfd0;
}

.color_item.is-secondary {
  background-color: #a6b69d;
}

.color_item.is-on-secondary {
  background-color: #000;
}

.color_item.is-hover-light {
  background-image: linear-gradient(#fffc, #fffc), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.color_item.is-general {
  background-color: #fff;
}

.color_item.is-secondary-light {
  background-color: #e0e3d1;
}

.color_item.is-on-primary {
  background-color: #40542e;
}

.color_item.is-on-general {
  background-color: #222;
}

.color_item.is-on-secondary-sub {
  background-color: #616d4b;
}

.color_item.is-on-hover-light {
  background-color: #222;
}

.color_item.is-on-primary-light {
  background-color: #40542e;
}

.color_item.is-on-accent {
  background-color: #fff;
}

.color_item.is-accent-alternative {
  background-color: #dbe3ab;
}

.color_item.is-on-primary-sub {
  background-color: #9da392;
}

.color_item.is-canvas {
  background-color: #fdfaf5;
}

.color_item.is-primary {
  background-color: #faf2e5;
}

.color_item.is-hover-dark {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.color_item.is-accent-light {
  background-color: #ebcbb2;
}

.color_item.is-on-hover-dark {
  background-color: #fff;
}

.color_item.is-primary-light {
  background-color: #fdfaf5;
}

.color_item.is-on-secondary-light {
  background-color: #40542e;
}

.color_item.is-accent {
  background-color: #cc7d44;
}

.color_item.is-on-accent-light {
  background-color: #40542e;
}

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

.arrow {
  z-index: 1;
  color: #9da392;
  cursor: pointer;
  border: 1px solid #9da392;
  border-radius: 200px;
  flex: none;
  width: 50px;
  height: 50px;
  padding: 12px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.arrow:hover {
  color: #faf2e5;
  background-color: #9da392;
}

.arrow.is-prev {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.arrow.swiper-button-disabled {
  opacity: .5;
  cursor: auto;
}

.arrow.swiper-button-disabled:hover {
  color: #9da392;
  background-color: #0000;
}

.button-text_line {
  align-self: center;
  height: 1px;
}

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

.color-lime {
  background-color: var(--lime);
}

.color-yellow {
  background-color: var(--yellow);
}

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

.square {
  width: 50px;
  height: 50px;
}

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

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

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

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

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

.color-gradient {
  background-image: linear-gradient(180deg, var(--lime), var(--green));
}

.grid-mood {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 500px;
  grid-template-columns: .8fr 1.5fr 1fr .5fr;
  width: 100%;
}

.grid-mood.is-irregular {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto 100px;
  grid-template-columns: 1fr 1fr 1fr;
  height: 500px;
}

.grid-mood.height-auto {
  grid-template-rows: 700px;
}

.item_timbro.is-small {
  display: none;
}

.item_timbro.is-contatti {
  width: 100px;
}

.timbro_wrap {
  width: 170px;
}

.timbro_wrap.is-absolute {
  z-index: 2;
  height: 170px;
  position: absolute;
  inset: 40% -85px auto auto;
}

.line-gradient-item {
  z-index: 2;
  width: 8px;
  height: 100%;
  position: absolute;
}

.overlying_txt_wrap_yellow {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, #f3f6eb52, #f3f6eb52), url('../images/VL_pittogr-crop_white-opacity.svg'), linear-gradient(to bottom, var(--light), var(--light));
  background-position: 0 0, 0 100%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 540px;
  padding: 100px;
  display: flex;
}

.overlying_txt_wrap_yellow.no-subtitle {
  align-items: flex-start;
}

.image_hover-gradient {
  background-image: linear-gradient(#d3e45880, #56836680);
  position: absolute;
  inset: 0%;
}

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

.bg-lime-light-pattern01 {
  background-color: var(--lime-light);
  background-image: url('../images/VL_pattern01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.item_pittogramma-color {
  width: 20px;
}

.button-11 {
  grid-column-gap: 16px;
  font-family: var(--text-capitalize);
  color: var(--black);
  text-transform: uppercase;
  flex-direction: row;
  flex: none;
  align-items: center;
  min-width: 150px;
  margin-top: 48px;
  font-weight: 700;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button-11.secondary {
  white-space: nowrap;
}

.button-11.secondary:hover {
  color: #a39bff;
}

.button-11_icon-wrap {
  border: 1px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.example_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: auto;
}

.example_wrapper.is-center {
  border-top-left-radius: 0;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: visible;
}

.button-11_icon {
  width: 50%;
}

.elements_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  position: relative;
}

.elements_wrapper.colonne {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  display: grid;
}

.elements_wrapper.colonne._2 {
  grid-template-columns: 1fr 1fr;
}

.category_label {
  color: #0009;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
}

.button-11_line {
  background-color: var(--lime);
  background-image: linear-gradient(90deg, var(--lime), var(--green));
  flex: none;
  width: 32px;
  height: 3px;
}

.button-text-11 {
  white-space: nowrap;
}

.bg-green-light-pattern02 {
  background-color: var(--light-green-bg);
  background-image: linear-gradient(#c1d6c8b8, #c1d6c8b8), url('../images/VL_pittogr-crop_white-opacity.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.div-block {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.item_v {
  z-index: 1;
  background-color: #1d1d1b30;
  background-image: url('../images/VL_V_white-opacity.svg');
  background-position: 0 -48px;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 100%;
  height: 85%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.item_v.is-reverse {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

.bg-lime-light-pattern02 {
  background-color: var(--lime-light);
  background-image: linear-gradient(#e4ead380, #e4ead380), url('../images/VL_pittogr-crop_white-opacity.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.image_hover-opacity {
  z-index: 1;
  background-image: linear-gradient(99deg, #0000008a 9%, #0000 48%);
  justify-content: center;
  align-items: center;
  font-size: 40px;
  transition: background-color .4s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  inset: 0;
}

.accordion_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.list-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.map_component {
  background-color: #e4efe1;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.map-image_container {
  flex: 1;
  position: relative;
}

.map-image_container.is-sticky {
  z-index: 2;
  background-image: url('../images/VL_mappa_rev01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 120px solid #0000;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: -120px;
  margin-left: 0%;
  display: flex;
  position: sticky;
  top: 120px;
}

.map-image_container.is-sticky.is-il-molino {
  background-image: url('../images/Residenza_Il-Molino_Mappa_rev01.webp');
  background-size: contain;
}

.map-navigator_container {
  z-index: 5;
  grid-row-gap: 10px;
  border-right: 1px solid var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: auto;
}

.text_container {
  color: #333;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown-list-map {
  cursor: auto;
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.icona-mappa {
  background-color: var(--lime);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.icona-mappa.distanze {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.icona-mappa.distanze.is-auto {
  background-image: url('../images/Il-Molino_ic-auto.svg');
}

.icona-mappa.distanze.is-pedone {
  background-image: url('../images/Il-Molino_ic-pedone.svg.svg');
}

.icona-mappa.punti-interesse {
  background-color: #b58e0e;
}

.text-poi-map {
  color: #2f2f2f;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.text-poi-map.text {
  font-size: 16px;
  position: static;
}

.list-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-wrap.is-first {
  margin-top: 10px;
}

.text-block-item {
  color: #000;
  text-align: left;
  letter-spacing: 1.12px;
  margin-left: 10px;
  font-weight: 300;
  display: flex;
}

.text-block-item.is-trasporti {
  margin-left: 0;
}

.littile-title {
  letter-spacing: 1px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.map_wrapper {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery_accordion_icon {
  background-image: url('../images/Group-33771.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  width: 20px;
  height: 20px;
  transition: transform .2s;
  position: absolute;
  inset: auto 0 auto auto;
}

.gallery_accordion_icon.is-cantine {
  background-size: 14px;
}

.heading-medium-3 {
  color: #222;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.heading-medium-3.is-residenze-title {
  font-size: 42px;
  line-height: 48px;
}

.accordion-item {
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.accordion-map {
  border-bottom: 1px solid #333;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.map-2 {
  z-index: 4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.map-2.punti-interesse {
  background-image: url('../images/BorgoBelvedere_mappa_rev01_pos-copia2.webp');
  display: none;
}

.map-2.punti-interesse.il-tino {
  background-image: url('../images/ResidenzaIlTino_mappa_rev01-copia2.webp');
}

.map-2.cantine {
  background-image: url('../images/BorgoBelvedere_mappa_rev01_pos-copia2.webp');
  display: none;
}

.map-2.cantine.il-tino {
  background-image: url('../images/ResidenzaIlTino_mappa_rev01-copia2.webp');
}

.map-2.ristoranti {
  background-image: url('../images/BorgoBelvedere_mappa_rev01_pos-copia2.webp');
  display: none;
}

.map-2.ristoranti.il-tino {
  background-image: url('../images/ResidenzaIlTino_mappa_rev01-copia2.webp');
}

.map-2.mezzi {
  background-image: url('../images/BorgoBelvedere_mappa_rev01_pos-copia2.webp');
  display: none;
}

.map-2.mezzi.il-tino {
  background-image: url('../images/ResidenzaIlTino_mappa_rev01-copia2.webp');
}

.text-block-5 {
  font-family: var(--text-capitalize);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.icona-distanze {
  align-items: center;
  display: flex;
}

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

.div-block-2 {
  flex: none;
}

.carousel-01_component {
  flex-direction: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.carousel-01_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  backface-visibility: hidden;
  flex: none;
  display: flex;
  transform: perspective(1px);
}

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

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

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

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

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

.pin-mappa {
  background-color: var(--green);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 10px 5px;
  display: block;
}

.icona, .icona.fissa {
  display: block;
}

.indirizzo-mappa {
  z-index: 5;
  border: 1px solid var(--green);
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 46px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  top: 13px;
}

.indirizzo-mappa:hover {
  background-color: #fff;
}

.indirizzo-mappa.progetto {
  left: 51px;
}

.indirizzo-mappa.progetto.show {
  display: flex;
  left: auto;
}

.indirizzo-mappa.infopoint {
  display: none;
  left: 71px;
}

.wrap-map {
  z-index: 1;
  width: 500px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrap-map.height700 {
  width: 400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.icona-map {
  z-index: 1;
  cursor: pointer;
  position: relative;
}

.icona-map.mobile-verticale {
  display: flex;
}

.map-chiudi {
  background-image: url('../images/pc_pin-map_chiudi.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-left: 1px solid #e88f61;
  width: 30px;
  height: 30px;
  margin-left: 0;
  padding: 10px;
}

.pin-mappa-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 250px;
  height: 0;
  display: flex;
  position: absolute;
}

.pin-mappa-2.store {
  display: flex;
  bottom: 50%;
  right: -2%;
}

.pin-mappa-2.progetto {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
  bottom: 21%;
  left: 23%;
}

.indirizzo {
  color: #112b3d;
  text-align: left;
  text-transform: none;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.indirizzo:hover {
  color: #4a4a49;
}

.text-span-5 {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.pin-mappa-3 {
  background-color: #568366;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 10px 5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lightbox-link {
  display: none;
}

.text-subline {
  background-color: var(--light-green-bg);
  padding: 3px 10px 2px;
}

.pin-mappa-4 {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 250px;
  height: 0;
  display: flex;
  position: absolute;
}

.pin-mappa-4.progetto {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  display: flex;
  top: 14%;
  left: 8%;
}

.icona-map-2 {
  z-index: 1;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
}

.pin-mappa-5 {
  background-color: #568366;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 10px 5px;
  display: block;
}

.indirizzo-mappa-2 {
  z-index: 5;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #568366;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 46px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  top: 13px;
}

.indirizzo-mappa-2:hover {
  background-color: #fff;
}

.text-span-6 {
  color: #1d1d1b;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.is-max500 {
  max-width: 500px;
}

.line_vert {
  background-color: var(--light-green-bg);
  width: 1px;
  height: 20px;
}

.disambiguazione_wrapper {
  padding: 3vw var(--size);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.disambiguazione_grid {
  z-index: 5;
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 700px;
  display: grid;
  position: relative;
}

.div-block-3, .disambiguazione_logo {
  max-width: 400px;
}

.disambiguazione-tile {
  transform: scale3d(1none, 1none, 1none);
  color: var(--black-2);
  letter-spacing: 4px;
  text-transform: uppercase;
  transform-style: preserve-3d;
  flex: none;
  width: 100%;
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 2;
  text-decoration: none;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.disambiguazione-tile:hover {
  transform: scale(1.05);
}

.disambiguazione-tile.is-overflow-visible {
  overflow: visible;
}

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

.disambiguazione_bg {
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

.disambiguazione_claim {
  margin-bottom: 0;
  font-size: 1.6em;
}

.item_v_dis {
  z-index: 1;
  background-color: #1d1d1b30;
  background-image: url('../images/VL_V_white-opacity.svg');
  background-position: 0 -48px;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.item_v_dis.is-reverse {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
  .form_field {
    line-height: 20px;
  }

  .form_field.message {
    max-width: calc(100vw - 64px);
  }

  .form {
    grid-column-gap: 20px;
  }

  .nav_component {
    background-color: var(--green);
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    height: 82px;
    padding: 16px 32px;
  }

  .header_component {
    justify-content: flex-end;
    min-height: 650px;
    padding-bottom: 110px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav_logo_wrap {
    z-index: 3;
    margin-top: auto;
    position: relative;
  }

  .nav_link_wrap {
    align-self: auto;
  }

  .nav_link_line {
    background-color: var(--lime);
  }

  .nav_link_line.active {
    display: none;
  }

  .section {
    padding: 50px 32px;
  }

  .section.quote {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

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

  .container.slider {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .container.overlying.reverse-hor {
    border-bottom-style: none;
    flex-direction: column;
  }

  .container.direction-horizontal, .container.direction-horizontal.reverse {
    flex-direction: column-reverse;
  }

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

  .container.tecnical {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.contact {
    flex-direction: column;
  }

  .container.overlying-green {
    border-style: solid none solid solid;
    border-width: 48px;
    border-top-color: var(--white);
    flex-direction: column;
  }

  .container.overlying-green.double {
    background-color: var(--light);
    border-width: 48px;
    flex-direction: column;
  }

  .container.overlying-green.reverse-hor {
    border-bottom-style: none;
    flex-direction: column;
  }

  .container.overlying {
    border-style: solid none solid solid;
    border-width: 48px;
    flex-direction: column;
  }

  .container.overlying.double {
    background-color: #ececec;
    border-width: 48px;
    flex-direction: column;
  }

  .container.overlying-yellow {
    border-style: none none solid;
    border-width: 48px;
    border-top-color: var(--white);
    flex-direction: column;
  }

  .container.overlying-yellow.double {
    background-color: var(--light);
    border-width: 48px;
    flex-direction: column;
  }

  .container.overlying-yellow.reverse-hor {
    border-bottom-style: none;
    flex-direction: column;
  }

  .container.overlying-image {
    border-style: solid none solid solid;
    border-width: 48px;
    flex-direction: column;
  }

  .container.overlying-image.double {
    background-color: var(--light);
    border-width: 48px;
    flex-direction: column;
  }

  .container.overlying-image.reverse-hor {
    border-bottom-style: none;
    flex-direction: column;
  }

  .card-big_mask {
    flex: none;
    align-self: stretch;
  }

  .card-big_txt {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .video_componen {
    align-self: stretch;
  }

  .form_wrap {
    width: 100%;
    max-width: none;
  }

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

  .nav_link {
    color: var(--black);
    text-transform: none;
    margin-top: 0;
    padding-bottom: 8px;
    font-size: 1rem;
  }

  .nav_link.w--current {
    border-bottom-color: var(--lime);
  }

  .nav_link.link_property {
    margin-top: 20px;
    margin-left: 0;
  }

  .image-fullscreen {
    min-height: 550px;
  }

  .image-fullscreen.map {
    object-position: 70% 50%;
    height: 50vw;
  }

  .form_component {
    flex-direction: column;
  }

  .x_wrap {
    background-color: #0000;
    width: 60px;
    height: 60px;
  }

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

  .slider_mask {
    width: 49%;
  }

  .slider_mask.small {
    width: 25%;
  }

  .slider_component {
    flex: 0 auto;
    order: -1;
    width: 100%;
  }

  .poi_column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .nav_buttons {
    z-index: 4;
    flex-direction: row-reverse;
  }

  .nav_buttons.lang {
    display: none;
  }

  .footer_row {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_row.last {
    justify-content: center;
    align-items: flex-start;
  }

  .nav_links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    max-width: 100%;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_line {
    display: none;
  }

  .nav_hamburger {
    z-index: 3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: relative;
  }

  .nav_lottie {
    flex: none;
  }

  .contact_column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }

  .slide_img_wrap {
    flex: none;
  }

  .footer_component {
    padding-left: 32px;
    padding-right: 32px;
  }

  .popup-area_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .popup-area_container {
    flex-direction: column;
    position: static;
  }

  .popup-area_box {
    flex: none;
    position: static;
  }

  .popup-area_box.iscriviti {
    margin-top: 60px;
    margin-left: 0;
  }

  .container_image {
    max-height: 60vw;
  }

  .txt_wrap {
    padding-left: 48px;
    padding-right: 48px;
  }

  .txt_wrap.horizontal.mobile-first {
    order: 1;
  }

  .txt_wrap.quote {
    max-width: 70vw;
    padding-left: 60px;
    padding-right: 60px;
  }

  .txt_wrap._2col {
    margin-bottom: 0;
  }

  .txt_wrap.bg_light {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .txt_wrap.horizontal {
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .floorplan_txt_wrap {
    align-items: center;
    width: auto;
    position: static;
  }

  .floorplan_img_wrap {
    flex: none;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 52vw;
    min-height: 350px;
  }

  .floorplan_component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-self: stretch;
    height: auto;
    max-height: none;
  }

  .floorplan_component.reverse {
    flex-direction: column;
  }

  .floorplan_plan {
    flex: none;
    width: 80%;
    min-width: auto;
    max-width: none;
    height: 46vw;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .floorplan_plan.reverse {
    margin-left: auto;
    margin-right: auto;
  }

  .poi_number.absolute._05 {
    left: 50%;
  }

  .poi_number.absolute._01 {
    left: 45%;
  }

  .poi_number.absolute._03 {
    left: 64%;
  }

  .poi_number.absolute._02 {
    left: 38%;
  }

  .poi_number.absolute._04 {
    left: 22%;
  }

  .poi_number.absolute._06 {
    left: 21%;
  }

  .poi_number.absolute._07 {
    left: 61%;
  }

  .poi_number.absolute._08 {
    left: 79%;
  }

  .poi_number.absolute._09 {
    left: 85%;
  }

  .poi_number.absolute._10 {
    left: 47%;
  }

  .poi_number.absolute._11 {
    left: 45%;
  }

  .poi_number.absolute._12 {
    left: 75%;
  }

  .accordion_img_wrap {
    height: 30vw;
    min-height: auto;
  }

  .arrow_box {
    height: 40px;
  }

  .download_component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border: 1px #000;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 32px 32px;
  }

  .download_column {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .lightbox_slider_arrow {
    left: 32px;
  }

  .lightbox_slider_arrow.right {
    right: 32px;
  }

  .card-big_wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .flag_icon {
    filter: invert();
  }

  .lightbox_list {
    justify-content: space-around;
  }

  .lightbox_logo {
    display: none;
  }

  .lightbox_wrap {
    grid-column-gap: 40px;
    grid-row-gap: 45px;
    justify-content: space-around;
    align-self: stretch;
    display: flex;
  }

  .lightbox_container {
    flex-direction: column;
    min-height: auto;
    max-height: none;
  }

  .lightbox_img_wrap {
    flex: none;
    height: 60vw;
  }

  .download_wrap {
    height: auto;
  }

  .download_form {
    margin-bottom: 0;
  }

  .nav_links_wrap {
    z-index: 1;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffffd9;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 100px 32px 60px;
    display: none;
    position: fixed;
    inset: 0;
    overflow: auto;
  }

  .nav_lang {
    margin-top: 60px;
    position: static;
  }

  .overlying_image {
    flex: none;
    height: 64vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .overlying_image.double, .overlying_image.double.right {
    margin: 0;
  }

  .overlying_image.reverse-hor {
    margin-bottom: 0;
    margin-left: 48px;
    margin-right: -48px;
  }

  .overlying_image.reverse-ver {
    margin-top: -48px;
    margin-bottom: 0;
  }

  .overlying_image.reverse {
    margin-right: 0;
  }

  .nav-bottom_mask {
    width: 33.33%;
    height: 29vw;
  }

  .slider02_container {
    flex: 1;
  }

  .bg_txt_wrap {
    background-size: cover;
    left: 0%;
    right: 0%;
  }

  .footer_links {
    flex-wrap: wrap;
  }

  .boxes_wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .box {
    flex: none;
    width: 40%;
    max-width: 370px;
  }

  .box_mask {
    height: 30vw;
    min-height: 200px;
  }

  .box_dida.small {
    align-items: center;
  }

  .footer_margin {
    text-align: center;
    margin-left: 0;
  }

  .nav_space {
    display: none;
  }

  .quote_wrap {
    background-size: 30px, 30px;
  }

  .quote_img-full {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .quote_img-frame {
    display: none;
  }

  .overlying_txt_wrap {
    max-width: 100%;
    padding: 60px 48px;
  }

  .slide_icon_wrap {
    flex: none;
  }

  .accordion_img_wrap-2 {
    height: 30vw;
  }

  .header_component_nav-small {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .download_txt {
    margin-left: 0;
  }

  .download_image {
    order: -1;
    margin: 0 -32px;
  }

  .logo-tecnical {
    flex: none;
    margin-bottom: 60px;
    position: static;
  }

  .nav_lang_txt {
    border-color: var(--black);
    color: var(--black);
  }

  .nav_background {
    z-index: 0;
    background-color: var(--light);
    opacity: 1;
    display: none;
    position: absolute;
    inset: 0;
  }

  .logo-img.desk {
    display: none;
  }

  .logo-img.tab {
    display: block;
  }

  .section-gallery {
    grid-row-gap: 4px;
    grid-template-rows: min-content auto auto auto;
    grid-template-columns: 1fr;
  }

  .box-scroll {
    flex: none;
    width: 40%;
    max-width: 370px;
  }

  .boxes_wrap-scroll {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: stretch;
    width: auto;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
    overflow: auto;
  }

  .overlying_txt_wrap_green {
    max-width: 100%;
    padding: 60px 48px;
  }

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

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

  .tec_navbar, .gdpr_container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .timbro {
    max-width: 200px;
    bottom: -100px;
  }

  .bg_atterraggio_form {
    padding: 160px 32px 120px;
  }

  .link_contatti_error {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .tab_logo {
    z-index: 3;
    justify-content: center;
    align-items: center;
    max-width: 50px;
    max-height: 50px;
    display: flex;
    position: relative;
  }

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

  .footer_component-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .contact_column-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: 100%;
  }

  .footer_links-2 {
    flex-wrap: wrap;
  }

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

  .overlying_txt_wrap-2 {
    max-width: 100%;
    padding: 60px 48px;
  }

  .form_wrap-2 {
    width: 100%;
    max-width: none;
  }

  .section-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer_row-2 {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_row-2.last {
    justify-content: flex-start;
  }

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

  .grid-mood.is-irregular {
    grid-template-rows: 1fr 100px;
  }

  .grid-mood.height-auto {
    grid-template-rows: 500px;
  }

  .timbro_wrap {
    width: 140px;
  }

  .timbro_wrap.is-absolute {
    height: 140px;
  }

  .overlying_txt_wrap_yellow {
    width: 100%;
    max-width: 100%;
    padding: 60px 48px;
  }

  .accordion_wrapper {
    align-self: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    overflow: auto;
  }

  .map_component {
    flex-flow: column-reverse;
    align-items: center;
    width: 100%;
  }

  .map-image_container {
    width: 100%;
  }

  .map-image_container.is-sticky {
    width: 100%;
    height: 80vh;
    margin-bottom: 0;
    margin-left: 0%;
  }

  .map-navigator_container {
    border-right-style: none;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-medium-3.is-residenze-title {
    font-size: 36px;
    line-height: 46px;
  }

  .accordion-item {
    width: 100%;
  }

  .indirizzo-mappa {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .icona-map {
    width: auto;
    height: auto;
  }

  .map-chiudi {
    margin-left: 0;
  }

  .pin-mappa-2.store {
    bottom: 49%;
    right: 11%;
  }

  .pin-mappa-2.progetto {
    min-width: 200px;
  }

  .indirizzo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .lightbox-link {
    z-index: 2;
    display: flex;
    position: absolute;
    inset: auto 10% 0% auto;
  }

  .image-81 {
    background-color: var(--green);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 40px;
    height: 40px;
    padding: 10px 5px;
  }

  .pin-mappa-4.progetto {
    min-width: 200px;
  }

  .icona-map-2 {
    width: auto;
    height: auto;
  }

  .indirizzo-mappa-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .disambiguazione_bg {
    opacity: .5;
  }
}

@media screen and (max-width: 767px) {
  body {
    text-align: left;
    font-size: 14px;
  }

  h1 {
    margin-bottom: 16px;
    font-size: 2.4em;
    line-height: 1.1;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .footer_link {
    padding-left: 0;
    padding-right: 0;
  }

  .header_component {
    background-color: var(--light);
    color: var(--black);
    justify-content: flex-start;
    height: 100vh;
    padding: 80px 0 32px;
  }

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

  .section.overflow-hidden.no-padding-bottom {
    padding-top: 48px;
  }

  .section.contact {
    padding-top: 89px;
  }

  .heading-large, .heading-medium.gallery {
    font-size: 2rem;
  }

  .container.overlying.reverse-hor {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    flex-direction: column;
  }

  .container.overlying.reverse-ver {
    border-top-style: none;
  }

  .container.direction-horizontal, .container.direction-horizontal.reverse {
    flex-direction: column;
  }

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

  .container.video {
    width: auto;
    margin-left: -32px;
    margin-right: -32px;
  }

  .container.txt-slider {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .container.full {
    grid-row-gap: 20px;
  }

  .container.overlying-green {
    border-style: none solid;
    border-width: 32px;
    border-right-color: var(--white);
    flex-direction: column;
  }

  .container.overlying-green.double {
    border-width: 32px;
  }

  .container.overlying-green.reverse-hor {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    flex-direction: column;
  }

  .container.overlying-green.reverse-ver {
    border-top-style: none;
  }

  .container.overlying {
    border-style: none solid;
    border-width: 32px;
    flex-direction: column;
  }

  .container.overlying.double {
    border-width: 32px;
  }

  .container.overlying-yellow {
    border-style: none none solid;
    border-width: 32px;
    flex-direction: column;
  }

  .container.overlying-yellow.double {
    border-width: 32px;
  }

  .container.overlying-yellow.reverse-hor {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    flex-direction: column;
  }

  .container.overlying-yellow.reverse-ver {
    border-top-style: none;
  }

  .container.overlying-image {
    border-style: none solid;
    border-width: 32px;
    flex-direction: column;
  }

  .container.overlying-image.double {
    border-style: none;
    border-width: 32px;
  }

  .container.overlying-image.reverse-hor {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    flex-direction: column;
  }

  .container.overlying-image.reverse-ver {
    border-top-style: none;
  }

  .card-big_item {
    flex-direction: column;
  }

  .card-big_mask {
    width: 100%;
    height: 56vw;
  }

  .card-big_txt {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .button_primary.negative {
    border-color: var(--black);
    color: var(--black);
    background-color: #0000;
  }

  .image-fullscreen {
    min-height: 450px;
  }

  .header_img {
    order: -1;
    width: 100%;
    height: 50vh;
    min-height: 300px;
    position: static;
  }

  .header_img.home {
    min-height: 80vw;
    margin-bottom: 57px;
  }

  .heading-small.text-subline {
    font-size: 1.3em;
  }

  .slider_mask {
    width: 100%;
    max-width: none;
  }

  .slider_mask.small {
    width: 33%;
  }

  .slider_arrow {
    background-size: 100%;
  }

  .slider_arrow.left {
    margin-right: 8px;
    top: auto;
    bottom: 0%;
    right: 50%;
  }

  .slider_arrow.left.bottom {
    z-index: 50;
    inset: 0% auto auto 0%;
  }

  .slider_arrow.right {
    margin-left: 8px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 50%;
  }

  .slider_arrow.right.bottom {
    inset: 0% 0% auto auto;
  }

  .slider_component.overflow-hidden {
    margin-top: 32px;
    padding-bottom: 40px;
  }

  .poi_column {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 1;
    grid-template-columns: 1fr 1fr;
    min-width: 40%;
    margin-bottom: 40px;
  }

  .header_container {
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 50vh;
    min-height: 350px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer_row {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer_row.last {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .nav_hamburger {
    height: 40px;
  }

  .contact_column {
    width: 100%;
  }

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

  .button_component.negative {
    border-color: var(--black);
    margin-top: 16px;
  }

  .popup-area_box.iscriviti {
    margin-top: 40px;
  }

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

  .container_image.mobile-full {
    width: auto;
    max-width: none;
    margin-left: -32px;
    margin-right: -32px;
  }

  .form_par {
    width: 100%;
    max-width: 100%;
  }

  .txt_wrap {
    align-items: flex-start;
    padding-left: 32px;
    padding-right: 32px;
  }

  .txt_wrap.quote {
    max-width: 72vw;
    padding: 48px 32px;
  }

  .txt_wrap.slider {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .txt_wrap._2col {
    align-items: flex-start;
    display: flex;
  }

  .txt_wrap.horizontal {
    text-align: left;
    width: 100%;
    max-width: none;
    padding: 48px 32px;
  }

  .txt_wrap.margin-side-0px {
    padding-left: 0;
    padding-right: 0;
  }

  .slide_txt_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .floorplan_component {
    min-height: auto;
  }

  .poi_item {
    text-align: center;
  }

  .poi_number.absolute {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
  }

  .accordion_img_wrap {
    height: 50vw;
  }

  .arrow_box {
    order: 1;
    align-self: auto;
    display: none;
  }

  .arrow_box.right {
    order: 3;
    display: none;
  }

  .lightbox_slide {
    margin-right: 10px;
  }

  .slider_container {
    flex-direction: column;
  }

  .card-big_wrap {
    flex-direction: column;
    align-self: stretch;
  }

  .lightbox_grid {
    grid-column-gap: 16px;
  }

  .lightbox_list {
    flex-direction: column;
    justify-content: flex-start;
  }

  .overlying_image {
    margin-top: 0;
    margin-bottom: 0;
  }

  .overlying_image.double {
    margin-bottom: 0;
  }

  .overlying_image.reverse-hor {
    margin-bottom: 0;
    margin-left: -32px;
    margin-right: -32px;
  }

  .overlying_image.reverse-ver {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-bottom_mask {
    width: 50%;
    height: 39vw;
  }

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

  .txt_align-left {
    text-align: left;
  }

  .boxes_wrap {
    grid-row-gap: 48px;
    flex-direction: column;
  }

  .box {
    width: 100%;
    max-width: none;
  }

  .box_mask {
    height: 60vw;
    max-height: 430px;
  }

  .box_dida {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer_margin {
    color: #0006;
  }

  .quote_wrap, .quote_txt {
    text-align: center;
  }

  .overlying_txt_wrap {
    text-align: left;
    align-items: flex-start;
    padding: 32px;
  }

  .overlying_txt_wrap.no-subtitle {
    width: 100%;
    max-width: none;
  }

  .h2-nosubtitle {
    margin-bottom: 48px;
  }

  .accordion_img_wrap-2 {
    height: 44vw;
  }

  .text-span {
    display: inline-block;
  }

  .h2-2col {
    margin-bottom: 16px;
  }

  .section-gallery {
    margin-top: 80px;
  }

  .box-scroll {
    width: 70%;
    max-width: none;
  }

  .boxes_wrap-scroll {
    grid-row-gap: 48px;
    flex-direction: row;
  }

  .img_overlay {
    display: none;
  }

  .overlying_txt_wrap_green {
    text-align: left;
    align-items: flex-start;
    padding: 32px;
  }

  .overlying_txt_wrap_green.no-subtitle {
    width: 100%;
    max-width: none;
  }

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

  .tec_navbar {
    justify-content: space-between;
  }

  .gdpr_container {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .timbro {
    max-width: 170px;
    bottom: -85px;
  }

  .link_contatti_error {
    flex-flow: column;
  }

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

  .footer_component-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact_column-2 {
    width: 100%;
  }

  .footer_link-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .txt_align-left-2 {
    text-align: left;
  }

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

  .overlying_txt_wrap-2 {
    text-align: left;
    align-items: flex-start;
    padding: 32px;
  }

  .footer_margin-2 {
    margin-top: 40px;
  }

  .section-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer_row-2 {
    grid-column-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .form_par-2 {
    width: 100%;
    max-width: 100%;
  }

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

  .arrow {
    background-image: none;
  }

  .grid-mood {
    grid-template-rows: 200px;
  }

  .grid-mood.height-auto {
    grid-template-rows: 400px;
  }

  .item_timbro {
    display: none;
  }

  .item_timbro.is-small, .item_timbro.is-contatti {
    display: block;
  }

  .timbro_wrap.is-absolute {
    width: 50px;
    height: 50px;
    top: 40%;
    right: -25px;
  }

  .overlying_txt_wrap_yellow {
    text-align: left;
    align-items: flex-start;
    padding: 32px;
  }

  .overlying_txt_wrap_yellow.no-subtitle {
    width: 100%;
    max-width: none;
  }

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

  .accordion_wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .map-image_container.is-sticky {
    background-position: 50%;
    justify-content: center;
    align-items: flex-end;
  }

  .map-navigator_container {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .littile-title {
    margin-bottom: 16px;
  }

  .heading-medium-3.is-residenze-title {
    font-size: 32px;
    line-height: 42px;
  }

  .accordion-item {
    width: 100%;
  }

  .indirizzo-mappa {
    top: 5px;
  }

  .indirizzo-mappa.progetto, .indirizzo-mappa.infopoint {
    display: none;
  }

  .wrap-map {
    width: 100%;
  }

  .wrap-map.height700 {
    width: 400px;
  }

  .icona-map {
    width: auto;
    height: auto;
  }

  .pin-mappa-2.store {
    bottom: 48%;
    right: 2%;
  }

  .pin-mappa-2.progetto {
    min-width: 140px;
    bottom: 38%;
  }

  .lightbox-link {
    right: 0%;
  }

  .pin-mappa-4.progetto {
    min-width: 140px;
    bottom: 38%;
  }

  .icona-map-2 {
    width: auto;
    height: auto;
  }

  .indirizzo-mappa-2 {
    top: 5px;
  }

  .disambiguazione_logo {
    max-width: 320px;
  }

  .diambiguazione_location {
    text-align: center;
  }

  .disambiguazione_bg {
    object-fit: cover;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.1em;
  }

  h2 {
    margin-top: 0;
    font-size: 2em;
  }

  .todelete {
    display: none;
  }

  .form_field.message {
    max-width: calc(100vw - 48px);
  }

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

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

  .section.overflow-hidden.slider_home {
    height: auto;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .section.bg-light {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.gap100 {
    grid-row-gap: 48px;
  }

  .section.contact {
    padding-top: 38px;
  }

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

  .heading-xsmall.txt_align-left {
    text-align: left;
  }

  .heading-large, .heading-medium {
    font-size: 1.8rem;
  }

  .heading-medium.gallery {
    font-size: 1.7rem;
  }

  .container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-items: flex-start;
  }

  .container.overlying.reverse-ver {
    border-top-style: none;
  }

  .container.quote {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container.large.no-gap {
    align-items: center;
  }

  .container.large.no-gap.slider-home {
    max-width: none;
    height: 100%;
    top: 32px;
  }

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

  .container.tecnical {
    align-items: center;
    padding-top: 61px;
  }

  .container.video {
    margin-left: -20px;
    margin-right: -20px;
  }

  .container.txt-slider {
    grid-row-gap: 0px;
  }

  .container.overlying-green {
    border-right: 20px solid var(--white);
    border-bottom-style: solid;
    border-bottom-width: 20px;
    border-left-style: solid;
    border-left-width: 20px;
  }

  .container.overlying-green.double {
    border-width: 20px;
  }

  .container.overlying-green.reverse-ver {
    border-top-style: none;
  }

  .container.overlying {
    border-bottom-style: solid;
    border-bottom-width: 20px;
    border-left-style: solid;
    border-left-width: 20px;
    border-right-style: solid;
    border-right-width: 20px;
  }

  .container.overlying.double {
    border-width: 20px;
  }

  .container.overlying-yellow {
    border-right: 20px none var(--white);
    border-bottom-style: solid;
    border-bottom-width: 20px;
    border-left-style: none;
    border-left-width: 20px;
  }

  .container.overlying-yellow.double {
    border-width: 20px;
  }

  .container.overlying-yellow.reverse-ver {
    border-top-style: none;
  }

  .container.overlying-image {
    border-bottom-style: solid;
    border-bottom-width: 20px;
    border-left-style: solid;
    border-left-width: 20px;
    border-right-style: solid;
    border-right-width: 20px;
  }

  .container.overlying-image.double {
    border-width: 20px;
  }

  .container.overlying-image.reverse-ver {
    border-top-style: none;
  }

  .card-big_txt {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer_title {
    margin-bottom: 20px;
  }

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

  .button_primary.submit {
    margin-top: 20px;
  }

  .image-fullscreen {
    min-height: 250px;
  }

  .image-fullscreen.map {
    height: 80vw;
  }

  .header_img.home {
    margin-bottom: 32px;
  }

  .heading-small.text-subline {
    max-width: 170px;
    font-size: 1.2em;
  }

  .slider_mask.small {
    width: 50%;
  }

  .slider_arrow.left.bottom {
    z-index: 300;
    top: auto;
    bottom: -20px;
  }

  .slider_arrow.right.bottom {
    top: auto;
    bottom: -20px;
  }

  .slider_component {
    max-height: 130vw;
    margin-top: 8px;
  }

  .slider_component.overflow-hidden {
    z-index: 50;
  }

  .slider_slide {
    margin-right: 10px;
  }

  .poi_column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

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

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

  .button_component {
    margin-top: 32px;
  }

  .popup-area_wrap {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-area_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-area_box.iscriviti {
    margin-top: 20px;
  }

  .popup-area_box.accedi {
    align-self: stretch;
    max-width: none;
  }

  .area_row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    margin-top: 40px;
  }

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

  .container_image.mobile-full {
    margin-left: -20px;
    margin-right: -20px;
  }

  .txt_wrap {
    padding: 40px 24px;
  }

  .txt_wrap.bg_light.center-allign {
    align-items: center;
  }

  .txt_wrap.quote {
    padding: 32px 24px;
  }

  .txt_wrap.slider {
    padding: 8px 16px;
  }

  .txt_wrap.bg_light {
    padding: 40px 16px;
  }

  .txt_wrap.horizontal {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .txt_wrap.margin-side-0px {
    padding-left: 0;
    padding-right: 0;
  }

  .floorplan_txt_wrap {
    align-self: flex-start;
    margin-right: auto;
  }

  .floorplan_img_wrap {
    height: 80vw;
    min-height: 250px;
  }

  .image_hover {
    font-size: 9vw;
  }

  .poi_item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .accordion_img_wrap {
    height: auto;
    min-height: 70vw;
  }

  .arrow_box {
    display: none;
  }

  .arrow_disable.left.bottom {
    background-color: #0000;
    margin-left: 0;
    margin-right: 10px;
    display: none;
    inset: auto 50% 76px auto;
  }

  .arrow_disable.right.bottom {
    margin-left: 10px;
    margin-right: 0;
    inset: auto auto 76px 50%;
  }

  .download_component {
    padding: 0 20px 40px;
  }

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

  .slider_container {
    align-items: center;
  }

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

  .lightbox_wrap {
    flex-direction: column;
  }

  .lightbox_img_wrap {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .download_form {
    grid-template-columns: 1fr;
  }

  .par_line {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .overlying_image {
    height: 70vw;
  }

  .overlying_image.reverse-hor {
    margin-left: -20px;
    margin-right: -20px;
  }

  .overlying_image.reverse-ver {
    margin-top: 0;
    margin-bottom: 0;
  }

  .dida_txt {
    width: 100%;
  }

  .nav-bottom {
    justify-content: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 79px;
    padding-left: 0;
    display: flex;
  }

  .nav-bottom.slider_home {
    height: auto;
    padding-bottom: 18px;
  }

  .nav-bottom_mask {
    width: 100%;
    height: 78vw;
  }

  .nav-bottom_slide, .slider02_container {
    margin-right: 10px;
  }

  .bg_txt_wrap {
    background-position: 50% 100%;
    background-size: contain;
  }

  .bg_txt_wrap.slider {
    filter: invert(14%);
    width: 100%;
    height: 24vw;
    position: static;
    top: -1%;
  }

  .boxes_wrap {
    grid-row-gap: 60px;
  }

  .box_dida {
    padding-bottom: 0;
  }

  .quote_wrap {
    background-size: 20px, 20px;
    margin-bottom: 0;
    padding: 40px 0;
  }

  .quote_txt {
    font-size: 20px;
    line-height: 1.3;
  }

  .quote_par {
    margin-bottom: 32px;
    font-size: 25px;
  }

  .image-contain.mobile_display-none {
    display: none;
  }

  .image-contain.mobile-height {
    height: 150px;
  }

  .overlying_txt_wrap {
    padding: 40px 24px;
  }

  .overlying_txt_wrap.left {
    align-items: flex-start;
  }

  .h2-nosubtitle {
    margin-bottom: 32px;
  }

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

  .lightbox_tab_menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .lightbox_tab_link {
    border-right-style: none;
    padding-right: 0;
    transform: none;
  }

  .lightbox_tab_link-txt {
    transform: none;
  }

  .h1-technichal {
    font-size: 1.8em;
  }

  .download_image {
    min-height: 240px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .error_contact {
    font-size: 18px;
  }

  .txt-inline {
    display: inline;
  }

  .gallery_hover {
    font-size: 9vw;
  }

  .section-gallery {
    margin-top: 60px;
  }

  .box-scroll {
    width: 90%;
  }

  .boxes_wrap-scroll {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2-imgs-sized {
    grid-row-gap: 16px;
    grid-template-rows: 100px auto auto auto;
    grid-template-columns: 20px auto 20px;
    width: 100%;
  }

  .overlying_txt_wrap_green {
    padding: 40px 24px;
  }

  .overlying_txt_wrap_green.left {
    align-items: flex-start;
  }

  .tec_navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tec_navbar-logo {
    display: none;
  }

  .tec_navbar-logo.mobile {
    display: block;
  }

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

  .timbro {
    max-width: 140px;
    bottom: -70px;
  }

  .bg_atterraggio_form {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer_component-2, .button_secondary-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact_column-2 {
    flex-direction: column;
    display: flex;
  }

  .arrow_disable-2.right.bottom {
    margin-left: 10px;
    margin-right: 0;
    inset: auto auto 76px 50%;
  }

  .arrow_disable-2.left.bottom {
    background-color: #0000;
    margin-left: 0;
    margin-right: 10px;
    display: none;
    inset: auto 50% 76px auto;
  }

  .button_component-2 {
    margin-top: 32px;
  }

  .overlying_txt_wrap-2 {
    padding: 40px 24px;
  }

  .form-2 {
    grid-template-columns: 1fr;
  }

  .section-2 {
    padding: 60px 20px;
  }

  .section-2.bg-light {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-2.overflow-hidden.slider_home {
    height: auto;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .par_line-2 {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .floorplan_cone {
    width: 28px;
    height: 28px;
    margin-top: -14px;
    margin-left: -14px;
  }

  .grid-mood {
    grid-template-rows: 130px;
  }

  .grid-mood.is-irregular {
    grid-template-rows: auto;
    height: 150px;
  }

  .grid-mood.height-auto {
    grid-template-rows: 300px;
  }

  .item_timbro {
    display: none;
  }

  .item_timbro.is-small {
    display: block;
  }

  .timbro_wrap.is-absolute {
    width: 30px;
    height: 30px;
    top: 44px;
    right: -15px;
  }

  .overlying_txt_wrap_yellow {
    padding: 40px 24px;
  }

  .overlying_txt_wrap_yellow.left {
    align-items: flex-start;
  }

  .image_hover-gradient {
    font-size: 9vw;
  }

  .item_pittogramma-color {
    margin-bottom: 20px;
  }

  .elements_wrapper {
    border-style: none;
  }

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

  .image_hover-opacity {
    font-size: 9vw;
  }

  .accordion_wrapper {
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .map-image_container.is-sticky {
    height: 60vh;
    min-height: 450px;
  }

  .map-image_container.is-sticky.is-il-molino {
    height: auto;
    min-height: 349px;
  }

  .map-navigator_container {
    min-width: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-medium-3 {
    font-size: 38px;
    line-height: 46px;
  }

  .accordion-item {
    width: 100%;
  }

  .indirizzo-mappa {
    display: flex;
  }

  .indirizzo-mappa.progetto, .indirizzo-mappa.infopoint {
    display: none;
  }

  .wrap-map.height700 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .icona-map, .icona-map.mobile-verticale {
    display: flex;
  }

  .pin-mappa-2.store {
    bottom: 48%;
    right: -14%;
  }

  .pin-mappa-2.progetto {
    bottom: 38%;
  }

  .lightbox-link {
    z-index: 2;
  }

  .pin-mappa-4.progetto {
    bottom: 38%;
  }

  .icona-map-2, .indirizzo-mappa-2 {
    display: flex;
  }

  .disambiguazione_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .disambiguazione_grid {
    grid-template-columns: 1fr;
  }

  .disambiguazione-tile {
    height: 300px;
  }

  .disambiguazione-tile.mobile_display-none {
    display: none;
  }

  .disambiguazione-tile.mobile-height {
    height: 150px;
  }
}

#w-node-dc0f98e4-2d81-04ce-b6a4-0724956d3251-ef615748 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0eafbb55-6add-ca4a-b8fa-3de4dd039365-ef615748 {
  grid-area: 2 / 2 / 4 / 3;
  align-self: auto;
}

#note.w-node-dcc9ac59-48b2-bcff-50b9-658985b02401-a7e0d36e, #w-node-dcc9ac59-48b2-bcff-50b9-658985b02436-a7e0d36e, #policyFlagsContainer.w-node-dcc9ac59-48b2-bcff-50b9-658985b02439-a7e0d36e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dcc9ac59-48b2-bcff-50b9-658985b0243c-a7e0d36e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-dcc9ac59-48b2-bcff-50b9-658985b0243d-a7e0d36e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bd97236-c1ca-8841-c3dd-c3fc790e4862-ef615753, #w-node-_7bd97236-c1ca-8841-c3dd-c3fc790e4864-ef615753, #w-node-_7bd97236-c1ca-8841-c3dd-c3fc790e486b-ef615753, #w-node-_7bd97236-c1ca-8841-c3dd-c3fc790e4870-ef615753 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7bd97236-c1ca-8841-c3dd-c3fc790e4875-ef615753 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#btn-form.w-node-_7bd97236-c1ca-8841-c3dd-c3fc790e4877-ef615753 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end;
}

#w-node-_7c685948-0eb0-4157-5a03-404b75c41330-ef615753, #w-node-_7c685948-0eb0-4157-5a03-404b75c41332-ef615753, #w-node-_7c685948-0eb0-4157-5a03-404b75c41339-ef615753, #w-node-_7c685948-0eb0-4157-5a03-404b75c4133e-ef615753 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c685948-0eb0-4157-5a03-404b75c41343-ef615753 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#btn-form1.w-node-_7c685948-0eb0-4157-5a03-404b75c41345-ef615753 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_73358dfb-a45c-35bf-6e1f-273ffb518c8b-ef615753, #w-node-_73358dfb-a45c-35bf-6e1f-273ffb518c8d-ef615753, #w-node-_73358dfb-a45c-35bf-6e1f-273ffb518c94-ef615753, #w-node-_73358dfb-a45c-35bf-6e1f-273ffb518c99-ef615753 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73358dfb-a45c-35bf-6e1f-273ffb518c9e-ef615753 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#btn-form1.w-node-_73358dfb-a45c-35bf-6e1f-273ffb518ca0-ef615753 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_2af26474-f3a3-8883-cb6c-7f8015e7c137-ef615755 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b351bfd1-8cc8-b693-d1bc-2558d4736f7a-ef615755 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f10a241c-1e8d-a441-aca0-f9d75d5b86e7-ef615755, #w-node-_5b44ea1d-9e9c-5c68-991d-4585648ab55e-ef615755, #w-node-b9dce324-e551-b7ea-6481-5f0235428c60-ef615755 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe10bd06-c63b-1864-ada3-898c1ba491a9-ef615756 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_57adbd45-91e8-116e-fdec-eba1017fcfb0-ef615756 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_57adbd45-91e8-116e-fdec-eba1017fcfb3-ef615756 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_57adbd45-91e8-116e-fdec-eba1017fcfb5-ef615756 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b99c954-cde0-d0e8-7913-7d4c2aa13495-ef615756 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_816547b1-050f-f1e3-c78f-f048ac74cead-ef615757 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_549af296-cd6b-0634-87f1-11caa865811e-ef615757 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_0c5c06a7-fb9f-5d4e-fa92-8aeb1bb5c29e-ef615757 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_0c5c06a7-fb9f-5d4e-fa92-8aeb1bb5c2a1-ef615757 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0c5c06a7-fb9f-5d4e-fa92-8aeb1bb5c2a3-ef615757 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a6d-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a6f-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a71-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a73-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a75-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a77-39656a5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a79-39656a5c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a7a-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a7c-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a7e-39656a5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a80-39656a5c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a81-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a83-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a85-39656a5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a87-39656a5c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a88-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a8a-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a8c-39656a5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a8e-39656a5c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a8f-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a91-39656a5c, #w-node-_2ca4f8f5-f6f3-07f1-f9d1-edcb39656a94-39656a5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acceef89-ecb1-5445-3abf-3f4163ad4cba-ef61575b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a9f7242c-d036-3509-e43c-1bf070782676-ef61575b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a9f7242c-d036-3509-e43c-1bf070782679-ef61575b {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-a9f7242c-d036-3509-e43c-1bf07078267b-ef61575b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4d08952d-3cd4-f12e-83cc-89c31738392f-1738392e {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_4d08952d-3cd4-f12e-83cc-89c317383932-1738392e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4d08952d-3cd4-f12e-83cc-89c317383934-1738392e, #w-node-d827082d-9426-0025-3d95-8336104d7a22-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a23-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a2a-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a2b-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a32-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a33-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a3a-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a3b-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a45-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a46-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a4d-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a4e-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a55-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a56-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a5d-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a5e-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a65-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a66-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a6d-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a6e-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a7b-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a7c-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a89-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d827082d-9426-0025-3d95-8336104d7a8a-e851cd75, #w-node-d827082d-9426-0025-3d95-8336104d7ab7-e851cd75, #w-node-d827082d-9426-0025-3d95-8336104d7ac8-e851cd75, #w-node-d827082d-9426-0025-3d95-8336104d7adf-e851cd75 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_0de08c85-f0df-f6bf-7601-d7baa2d352ea-3ff405ef {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_596e0484-7764-7359-bc7e-53696ebb7b6e-3ff405ef {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_0de08c85-f0df-f6bf-7601-d7baa2d352ea-b0daef6a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_596e0484-7764-7359-bc7e-53696ebb7b6e-b0daef6a {
  grid-area: 1 / 2 / 3 / 3;
}

#tel.w-node-_26aa4987-da43-08e4-1db2-46ad206655d2-206655c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#note.w-node-_26aa4987-da43-08e4-1db2-46ad206655d3-206655c3, #w-node-_26aa4987-da43-08e4-1db2-46ad206655d4-206655c3, #policyFlagsContainer.w-node-_26aa4987-da43-08e4-1db2-46ad206655d7-206655c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26aa4987-da43-08e4-1db2-46ad206655da-206655c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_26aa4987-da43-08e4-1db2-46ad206655db-206655c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acceef89-ecb1-5445-3abf-3f4163ad4cba-74ad2ee2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a9f7242c-d036-3509-e43c-1bf070782676-74ad2ee2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a9f7242c-d036-3509-e43c-1bf070782679-74ad2ee2 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-a9f7242c-d036-3509-e43c-1bf07078267b-74ad2ee2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fe10bd06-c63b-1864-ada3-898c1ba491a9-0fc9cca9 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_57adbd45-91e8-116e-fdec-eba1017fcfb0-0fc9cca9 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_57adbd45-91e8-116e-fdec-eba1017fcfb3-0fc9cca9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_57adbd45-91e8-116e-fdec-eba1017fcfb5-0fc9cca9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b99c954-cde0-d0e8-7913-7d4c2aa13495-0fc9cca9 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_816547b1-050f-f1e3-c78f-f048ac74cead-208e2a47 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_549af296-cd6b-0634-87f1-11caa865811e-208e2a47 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_0c5c06a7-fb9f-5d4e-fa92-8aeb1bb5c29e-208e2a47 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_0c5c06a7-fb9f-5d4e-fa92-8aeb1bb5c2a1-208e2a47 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0c5c06a7-fb9f-5d4e-fa92-8aeb1bb5c2a3-208e2a47 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_28224c4c-457d-e6b9-2b9d-96985b653bba-c75a0fbb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0de08c85-f0df-f6bf-7601-d7baa2d352ea-d5229c73 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_596e0484-7764-7359-bc7e-53696ebb7b6e-d5229c73 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-acceef89-ecb1-5445-3abf-3f4163ad4cba-d1fe8f28 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a9f7242c-d036-3509-e43c-1bf070782676-d1fe8f28 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a9f7242c-d036-3509-e43c-1bf070782679-d1fe8f28 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-a9f7242c-d036-3509-e43c-1bf07078267b-d1fe8f28 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fe10bd06-c63b-1864-ada3-898c1ba491a9-e7f4a79e {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_57adbd45-91e8-116e-fdec-eba1017fcfb0-e7f4a79e {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_57adbd45-91e8-116e-fdec-eba1017fcfb3-e7f4a79e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_57adbd45-91e8-116e-fdec-eba1017fcfb5-e7f4a79e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b99c954-cde0-d0e8-7913-7d4c2aa13495-e7f4a79e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_816547b1-050f-f1e3-c78f-f048ac74cead-dad43937 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_549af296-cd6b-0634-87f1-11caa865811e-dad43937 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_0c5c06a7-fb9f-5d4e-fa92-8aeb1bb5c29e-dad43937 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_0c5c06a7-fb9f-5d4e-fa92-8aeb1bb5c2a1-dad43937 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0c5c06a7-fb9f-5d4e-fa92-8aeb1bb5c2a3-dad43937 {
  grid-area: 1 / 2 / 2 / 3;
}

#note.w-node-f2fe0845-15ff-00ca-8b4d-52f60c4bc54d-92a638a3, #w-node-f2fe0845-15ff-00ca-8b4d-52f60c4bc54e-92a638a3, #policyFlagsContainer.w-node-f2fe0845-15ff-00ca-8b4d-52f60c4bc551-92a638a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2fe0845-15ff-00ca-8b4d-52f60c4bc554-92a638a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-f2fe0845-15ff-00ca-8b4d-52f60c4bc555-92a638a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #note.w-node-dcc9ac59-48b2-bcff-50b9-658985b02401-a7e0d36e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_5d02c094-2e38-b612-90a7-81be0d88fae8-ef615755 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_57adbd45-91e8-116e-fdec-eba1017fcfb0-ef615756 {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-_57adbd45-91e8-116e-fdec-eba1017fcfb5-ef615756 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0c5c06a7-fb9f-5d4e-fa92-8aeb1bb5c29e-ef615757 {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-_0c5c06a7-fb9f-5d4e-fa92-8aeb1bb5c2a3-ef615757 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4d08952d-3cd4-f12e-83cc-89c31738392f-1738392e {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-_4d08952d-3cd4-f12e-83cc-89c317383934-1738392e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #note.w-node-_26aa4987-da43-08e4-1db2-46ad206655d3-206655c3 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_57adbd45-91e8-116e-fdec-eba1017fcfb0-0fc9cca9 {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-_57adbd45-91e8-116e-fdec-eba1017fcfb5-0fc9cca9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0c5c06a7-fb9f-5d4e-fa92-8aeb1bb5c29e-208e2a47 {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-_0c5c06a7-fb9f-5d4e-fa92-8aeb1bb5c2a3-208e2a47 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_57adbd45-91e8-116e-fdec-eba1017fcfb0-e7f4a79e {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-_57adbd45-91e8-116e-fdec-eba1017fcfb5-e7f4a79e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0c5c06a7-fb9f-5d4e-fa92-8aeb1bb5c29e-dad43937 {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-_0c5c06a7-fb9f-5d4e-fa92-8aeb1bb5c2a3-dad43937 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #note.w-node-f2fe0845-15ff-00ca-8b4d-52f60c4bc54d-92a638a3 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dcc9ac59-48b2-bcff-50b9-658985b02436-a7e0d36e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #policyFlagsContainer.w-node-dcc9ac59-48b2-bcff-50b9-658985b02439-a7e0d36e {
    grid-column: span 1 / span 1;
  }

  #w-node-dcc9ac59-48b2-bcff-50b9-658985b0243c-a7e0d36e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_816547b1-050f-f1e3-c78f-f048ac74cea9-ef615757 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_816547b1-050f-f1e3-c78f-f048ac74cead-ef615757 {
    grid-row-end: 3;
  }

  #w-node-_816547b1-050f-f1e3-c78f-f048ac74ceaf-ef615757 {
    grid-area: 1 / 4 / 3 / 5;
  }

  #w-node-acceef89-ecb1-5445-3abf-3f4163ad4cb4-ef61575b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-acceef89-ecb1-5445-3abf-3f4163ad4cb8-ef61575b {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-acceef89-ecb1-5445-3abf-3f4163ad4cba-ef61575b {
    grid-row-end: 3;
  }

  #w-node-_9f9b6251-c573-ca4e-6282-6488a630e868-ef61575b {
    grid-area: 1 / 4 / 3 / 5;
  }

  #w-node-_26aa4987-da43-08e4-1db2-46ad206655d4-206655c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #policyFlagsContainer.w-node-_26aa4987-da43-08e4-1db2-46ad206655d7-206655c3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_26aa4987-da43-08e4-1db2-46ad206655da-206655c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-acceef89-ecb1-5445-3abf-3f4163ad4cb4-74ad2ee2 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-acceef89-ecb1-5445-3abf-3f4163ad4cb8-74ad2ee2 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-acceef89-ecb1-5445-3abf-3f4163ad4cba-74ad2ee2 {
    grid-row-end: 3;
  }

  #w-node-_9f9b6251-c573-ca4e-6282-6488a630e868-74ad2ee2 {
    grid-area: 1 / 4 / 3 / 5;
  }

  #w-node-_816547b1-050f-f1e3-c78f-f048ac74cea9-208e2a47 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_816547b1-050f-f1e3-c78f-f048ac74cead-208e2a47 {
    grid-row-end: 3;
  }

  #w-node-_816547b1-050f-f1e3-c78f-f048ac74ceaf-208e2a47 {
    grid-area: 1 / 4 / 3 / 5;
  }

  #w-node-acceef89-ecb1-5445-3abf-3f4163ad4cb4-d1fe8f28 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-acceef89-ecb1-5445-3abf-3f4163ad4cb8-d1fe8f28 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-acceef89-ecb1-5445-3abf-3f4163ad4cba-d1fe8f28 {
    grid-row-end: 3;
  }

  #w-node-_9f9b6251-c573-ca4e-6282-6488a630e868-d1fe8f28 {
    grid-area: 1 / 4 / 3 / 5;
  }

  #w-node-_816547b1-050f-f1e3-c78f-f048ac74cea9-dad43937 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_816547b1-050f-f1e3-c78f-f048ac74cead-dad43937 {
    grid-row-end: 3;
  }

  #w-node-_816547b1-050f-f1e3-c78f-f048ac74ceaf-dad43937 {
    grid-area: 1 / 4 / 3 / 5;
  }

  #w-node-f2fe0845-15ff-00ca-8b4d-52f60c4bc54e-92a638a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #policyFlagsContainer.w-node-f2fe0845-15ff-00ca-8b4d-52f60c4bc551-92a638a3 {
    grid-column: span 1 / span 1;
  }

  #w-node-f2fe0845-15ff-00ca-8b4d-52f60c4bc554-92a638a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dc0f98e4-2d81-04ce-b6a4-0724956d3251-ef615748 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_0eafbb55-6add-ca4a-b8fa-3de4dd039365-ef615748 {
    grid-area: 3 / 2 / 5 / 4;
  }

  #note.w-node-dcc9ac59-48b2-bcff-50b9-658985b02401-a7e0d36e, #w-node-dcc9ac59-48b2-bcff-50b9-658985b02436-a7e0d36e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dcc9ac59-48b2-bcff-50b9-658985b0243c-a7e0d36e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7bd97236-c1ca-8841-c3dd-c3fc790e4862-ef615753, #w-node-_7bd97236-c1ca-8841-c3dd-c3fc790e4864-ef615753, #w-node-_7bd97236-c1ca-8841-c3dd-c3fc790e486b-ef615753, #w-node-_7bd97236-c1ca-8841-c3dd-c3fc790e4870-ef615753, #w-node-_7bd97236-c1ca-8841-c3dd-c3fc790e4875-ef615753 {
    grid-column: span 1 / span 1;
  }

  #btn-form.w-node-_7bd97236-c1ca-8841-c3dd-c3fc790e4877-ef615753 {
    order: 9999;
    grid-column: span 1 / span 1;
  }

  #w-node-_7c685948-0eb0-4157-5a03-404b75c41330-ef615753, #w-node-_7c685948-0eb0-4157-5a03-404b75c41332-ef615753, #w-node-_7c685948-0eb0-4157-5a03-404b75c41339-ef615753, #w-node-_7c685948-0eb0-4157-5a03-404b75c4133e-ef615753, #w-node-_7c685948-0eb0-4157-5a03-404b75c41343-ef615753 {
    grid-column: span 1 / span 1;
  }

  #btn-form1.w-node-_7c685948-0eb0-4157-5a03-404b75c41345-ef615753 {
    order: 9999;
    grid-column: span 1 / span 1;
  }

  #w-node-_73358dfb-a45c-35bf-6e1f-273ffb518c8b-ef615753, #w-node-_73358dfb-a45c-35bf-6e1f-273ffb518c8d-ef615753, #w-node-_73358dfb-a45c-35bf-6e1f-273ffb518c94-ef615753, #w-node-_73358dfb-a45c-35bf-6e1f-273ffb518c99-ef615753, #w-node-_73358dfb-a45c-35bf-6e1f-273ffb518c9e-ef615753 {
    grid-column: span 1 / span 1;
  }

  #btn-form1.w-node-_73358dfb-a45c-35bf-6e1f-273ffb518ca0-ef615753 {
    order: 9999;
    grid-column: span 1 / span 1;
  }

  #w-node-fe10bd06-c63b-1864-ada3-898c1ba491a9-ef615756 {
    grid-column: 1 / 4;
    grid-row-end: 2;
  }

  #w-node-_816547b1-050f-f1e3-c78f-f048ac74cea9-ef615757, #w-node-_816547b1-050f-f1e3-c78f-f048ac74cead-ef615757, #w-node-_816547b1-050f-f1e3-c78f-f048ac74ceaf-ef615757 {
    grid-row-end: 2;
  }

  #w-node-_549af296-cd6b-0634-87f1-11caa865811e-ef615757 {
    grid-column: 1 / 4;
    grid-row-end: 2;
  }

  #w-node-acceef89-ecb1-5445-3abf-3f4163ad4cb4-ef61575b {
    grid-row-end: 2;
  }

  #w-node-acceef89-ecb1-5445-3abf-3f4163ad4cb8-ef61575b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-acceef89-ecb1-5445-3abf-3f4163ad4cba-ef61575b, #w-node-_9f9b6251-c573-ca4e-6282-6488a630e868-ef61575b {
    grid-row-end: 2;
  }

  #w-node-a9f7242c-d036-3509-e43c-1bf070782679-ef61575b {
    grid-column: 1 / 4;
    grid-row-end: 2;
  }

  #w-node-_0de08c85-f0df-f6bf-7601-d7baa2d352e6-3ff405ef {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_596e0484-7764-7359-bc7e-53696ebb7b6e-3ff405ef {
    grid-column: 1 / 4;
    grid-row-end: 2;
  }

  #w-node-_0de08c85-f0df-f6bf-7601-d7baa2d352e6-b0daef6a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_596e0484-7764-7359-bc7e-53696ebb7b6e-b0daef6a {
    grid-column: 1 / 4;
    grid-row-end: 2;
  }

  #note.w-node-_26aa4987-da43-08e4-1db2-46ad206655d3-206655c3, #w-node-_26aa4987-da43-08e4-1db2-46ad206655d4-206655c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_26aa4987-da43-08e4-1db2-46ad206655da-206655c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-acceef89-ecb1-5445-3abf-3f4163ad4cb4-74ad2ee2 {
    grid-row-end: 2;
  }

  #w-node-acceef89-ecb1-5445-3abf-3f4163ad4cb8-74ad2ee2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-acceef89-ecb1-5445-3abf-3f4163ad4cba-74ad2ee2, #w-node-_9f9b6251-c573-ca4e-6282-6488a630e868-74ad2ee2 {
    grid-row-end: 2;
  }

  #w-node-a9f7242c-d036-3509-e43c-1bf070782679-74ad2ee2, #w-node-fe10bd06-c63b-1864-ada3-898c1ba491a9-0fc9cca9 {
    grid-column: 1 / 4;
    grid-row-end: 2;
  }

  #w-node-_816547b1-050f-f1e3-c78f-f048ac74cea9-208e2a47, #w-node-_816547b1-050f-f1e3-c78f-f048ac74cead-208e2a47, #w-node-_816547b1-050f-f1e3-c78f-f048ac74ceaf-208e2a47 {
    grid-row-end: 2;
  }

  #w-node-_549af296-cd6b-0634-87f1-11caa865811e-208e2a47 {
    grid-column: 1 / 4;
    grid-row-end: 2;
  }

  #w-node-_28224c4c-457d-e6b9-2b9d-96985b653bba-c75a0fbb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0de08c85-f0df-f6bf-7601-d7baa2d352e6-d5229c73 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_596e0484-7764-7359-bc7e-53696ebb7b6e-d5229c73 {
    grid-column: 1 / 4;
    grid-row-end: 2;
  }

  #w-node-acceef89-ecb1-5445-3abf-3f4163ad4cb4-d1fe8f28 {
    grid-row-end: 2;
  }

  #w-node-acceef89-ecb1-5445-3abf-3f4163ad4cb8-d1fe8f28 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-acceef89-ecb1-5445-3abf-3f4163ad4cba-d1fe8f28, #w-node-_9f9b6251-c573-ca4e-6282-6488a630e868-d1fe8f28 {
    grid-row-end: 2;
  }

  #w-node-a9f7242c-d036-3509-e43c-1bf070782679-d1fe8f28, #w-node-fe10bd06-c63b-1864-ada3-898c1ba491a9-e7f4a79e {
    grid-column: 1 / 4;
    grid-row-end: 2;
  }

  #w-node-_816547b1-050f-f1e3-c78f-f048ac74cea9-dad43937, #w-node-_816547b1-050f-f1e3-c78f-f048ac74cead-dad43937, #w-node-_816547b1-050f-f1e3-c78f-f048ac74ceaf-dad43937 {
    grid-row-end: 2;
  }

  #w-node-_549af296-cd6b-0634-87f1-11caa865811e-dad43937 {
    grid-column: 1 / 4;
    grid-row-end: 2;
  }

  #note.w-node-f2fe0845-15ff-00ca-8b4d-52f60c4bc54d-92a638a3, #w-node-f2fe0845-15ff-00ca-8b4d-52f60c4bc54e-92a638a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f2fe0845-15ff-00ca-8b4d-52f60c4bc554-92a638a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Griya';
  src: url('../fonts/Griya.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}