:root {
  --white: white;
  --background-dark-1: #1b1919;
  --gold: #c9b89d;
  --gold-light: #fceac8;
  --black: #343332;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.page-wrapper {
  justify-content: space-around;
  align-items: stretch;
}

.page-wrapper.is-project {
  background-color: #e5e5e5;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.page-wrapper.is-project.is-total {
  padding-left: 4%;
  padding-right: 4%;
  overflow: auto;
}

.page-wrapper.is-home {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
}

.page-wrapper.is-home.is-hide {
  display: none;
}

.page-wrapper.is-home.is-total {
  overflow: auto;
}

.page-wrapper.is-padding {
  background-color: #e5e5e5;
  padding-bottom: 32px;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar.is-project {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.navbar.is-proj {
  margin-bottom: 32px;
  padding-left: 7%;
  padding-right: 7%;
  position: relative;
}

.navbar.is-proj.is-new {
  padding-left: 7%;
  padding-right: 7%;
}

.navbar.is-progetto {
  z-index: 999;
  padding-top: 32px;
  padding-left: 7%;
  padding-right: 7%;
  position: fixed;
}

.navbar.is-progetto.is-static {
  position: static;
}

.logo-container.w--current {
  cursor: pointer;
}

.update-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  background-color: #fff3;
  border-radius: 3px;
  align-items: center;
  margin-right: 60px;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 12px;
  display: flex;
}

.update-wrap.is-hide, .update-wrap.is-mobile {
  display: none;
}

.update-text {
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
}

.hack22-date-version1 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 12px;
}

.main-wrapper.is-home {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin: 32px auto;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.main-wrapper.is-home.is-thank {
  height: 100%;
}

.main-wrapper.is-proj {
  margin-top: 32px;
}

.nav-right-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.nav-right-container.is-project {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.nav-right-container.is-footer, .nav-right-container.is-home {
  width: auto;
  height: auto;
}

.hamburger-container {
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.lottie-animation {
  width: 190px;
  margin-top: 4px;
  position: absolute;
}

.lottie-animation.is-dark {
  filter: invert();
}

.lottie-container {
  z-index: 999;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: -18% 0% 0% auto;
  overflow: hidden;
}

.lottie-container.is-project {
  inset: auto 0% 16% auto;
}

.lottie-container.is-total-proj {
  top: 2%;
  left: auto;
  right: 0%;
}

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

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

.row1.is-two {
  grid-template-columns: 1fr 1fr;
}

.row1.is-project {
  grid-template-rows: auto auto auto;
}

.card {
  background-color: var(--background-dark-1);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.card.is-chisiamo {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #2e2e2e;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.card.is-chisiamo.is-projects {
  min-height: 350px;
  max-height: 350px;
}

.card.is-lead {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.card.is-gold {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--gold);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.card.is-gold.is-project {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 24px;
}

.card.is-gold.is-right {
  background-image: linear-gradient(0deg, var(--gold) 7%, var(--gold-light) 39%);
  flex-flow: row;
}

.card.is-number {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 350px;
}

.card.is-number.is-01 {
  background-color: #474747;
}

.card.is-number.is-02 {
  background-color: #3d3d3d;
}

.card.is-number.is-03 {
  background-color: #333;
}

.card.is-number.is-04 {
  background-color: #5b5b5b;
  background-image: url('../images/bg-card-04.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 90% 140%;
}

.card.is-number.is-white {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  min-height: 0;
}

.card.is-number.is-strategies {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #474747;
  min-height: 0;
}

.card.is-number.is-strategies.is-gold {
  background-color: var(--gold);
}

.card.is-number.is-strategies.is-light {
  background-color: #616161;
}

.card.is-black {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
}

.card.is-white {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
}

.card.is-white.is-space {
  justify-content: space-between;
}

.card.is-black-project {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: url('../images/background-home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 300px;
  padding-top: 24px;
  padding-bottom: 32px;
  padding-right: 56px;
}

.card.is-photo {
  padding: 0;
}

.card.is-gradient {
  background-color: #1b1919;
  background-image: linear-gradient(#3d3d3d, #1a1a1a);
  border: 1px solid #ffffff4f;
  box-shadow: 0 4px 12px 3px #0006;
}

.title-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 200;
}

.title-1.is-white {
  color: var(--white);
  letter-spacing: -2px;
}

.title-1.is-white.is-page {
  letter-spacing: 0;
}

.title-1.is-white.is-thank {
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
}

.title-1.is-white.is-contact {
  letter-spacing: 0;
}

.title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.title-2.is-gold, .is-gold {
  color: var(--gold);
}

.is-gold.is-heavy {
  font-size: 40px;
  font-weight: 600;
}

.is-left {
  border-right: 1px solid #4c4c4c;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.is-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.is-right.is-top {
  padding-top: 10%;
  padding-bottom: 10%;
}

.title-card {
  color: var(--black);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.title-card.is-white {
  color: var(--white);
  padding-right: 32px;
}

.title-card.is-white.is-center {
  text-align: center;
  padding-right: 0;
}

.title-card.is-white.is-xs {
  padding-right: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 33px;
}

.title-card.is-s {
  font-size: 16px;
  line-height: 20px;
}

.title-card.is-article {
  text-transform: none;
  margin-bottom: 1rem;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
}

.title-card.is-article.is-s {
  font-size: 27px;
}

.title-card.is-small {
  font-style: italic;
}

.title-card.is-small.is-new {
  text-align: left;
  font-style: normal;
}

.line-container {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.image {
  height: 100%;
}

.image.is-line {
  width: 100%;
}

.number-lead {
  color: var(--gold);
  font-family: lft-etica, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 30px;
}

.lead-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 30% 10%;
}

.donut-container {
  width: 100%;
}

.donut-container.is-project {
  justify-content: center;
  align-items: center;
  display: flex;
}

.donut-container.is-project.is-hide, .donut-container.is-hide {
  display: none;
}

.is-light {
  font-weight: 300;
}

.title-card-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-card-wrap.is-white {
  color: var(--white);
}

.title-card-wrap.is-white.is-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.title-card-wrap.is-white.is-central {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.title-card-wrap.is-project {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.title-card-wrap.is-project.is-label {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.title-card-wrap.is-vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  height: 100%;
}

.column-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.column-wrap {
  width: 100%;
  height: 100%;
}

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

.row2.is-one {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.row2.is-second {
  grid-template-columns: 1.25fr 1fr;
}

.numer-value {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: lft-etica, sans-serif;
  font-size: 70px;
  font-weight: 200;
  line-height: 70px;
}

.numer-value.is-small {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 40px;
}

.numer-value.is-gold {
  color: var(--gold);
  font-size: 50px;
  line-height: 50px;
}

.numer-value.is-gold.is-max {
  font-size: 80px;
  line-height: 90px;
}

.numer-value.is-white {
  font-size: 50px;
  line-height: 50px;
}

.slider {
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.slider.is-project {
  min-height: 310px;
  display: none;
}

.slide-nav {
  font-size: 8px;
  display: block;
}

.slide-nav.is-hide {
  display: none;
}

.img-slider {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.img-slider-container {
  width: 100%;
  height: 100%;
}

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

.right-arrow.is-hide {
  display: none;
}

.arrow-wrap {
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: opacity .2s;
  display: flex;
}

.arrow-wrap:hover {
  opacity: .8;
}

.arrow-wrap.is-hide {
  display: none;
}

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

.left-arrow.is-hide {
  display: none;
}

.text-container {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-container.is-project {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
}

.text-container.is-project.is-small {
  padding-bottom: 30px;
}

.top-slider-container {
  color: var(--white);
  text-transform: uppercase;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.top-slider-container.is-center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.slider-subtitle {
  letter-spacing: .5px;
  font-size: 18px;
}

.slider-subtitle.is-city {
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 400;
}

.title-slider-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.slider-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  letter-spacing: .5px;
  align-items: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
  display: flex;
}

.slider-title.is-project {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.map-slider-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  align-items: center;
  display: flex;
}

.pin-slider.is-city {
  height: 32px;
}

.slider-layer {
  z-index: 1;
  background-image: linear-gradient(#000000b3, #0000 50%), linear-gradient(#0000 70%, #0009);
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.slider-layer.is-city {
  background-image: linear-gradient(#000c, #0000 50%), linear-gradient(#0000 55%, #000000e6);
}

.slider-layer.is-project {
  background-image: linear-gradient(#0006, #0000 21%), linear-gradient(#0000 74%, #000000b3 85%);
}

.button {
  background-color: var(--gold-light);
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 12px 40px;
  font-weight: 600;
  transition: opacity .2s;
}

.button:hover {
  opacity: .8;
}

.button.is-thankyou {
  background-color: var(--black);
  color: var(--white);
}

.mask {
  border-radius: 10px;
}

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

.row3.is-four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.row4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 400px;
  display: grid;
}

.slider-city {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.city-slider {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 200;
  line-height: 50px;
}

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

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

.body-home {
  background-color: #2a2a2a;
}

.number-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.value-line {
  color: var(--white);
  font-family: lft-etica, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 51px;
}

.footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #cdcdcd;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  padding-bottom: 24px;
  display: flex;
}

.footer.is-project {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 64px;
  margin-bottom: 24px;
}

.footer.is-experience {
  padding-left: 2%;
  padding-right: 2%;
}

.footer-link {
  color: #cdcdcd;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .8;
}

.footer-link.w--current {
  color: var(--gold);
  font-weight: 600;
}

.footer-link.is-legal {
  text-transform: none;
  font-size: 9px;
  font-weight: 200;
}

.footer-link.is-legal.is-dark {
  color: #9e9a97;
  font-size: 9px;
}

.footer-link.is-dark {
  color: #9e9a97;
  font-size: 12px;
}

.footer-link.is-dark.w--current {
  color: var(--black);
  font-weight: 300;
}

.footer-link.is-hide {
  display: none;
}

.footer-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.divider {
  background-color: #b7b7b7;
  width: 100%;
  height: 1px;
}

.footer-bottom {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider-project {
  background-color: var(--gold);
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  height: 100vh;
  display: flex;
}

.content-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 55%;
  height: 100vh;
  margin-left: 7%;
  margin-right: 7%;
  padding-top: 160px;
  display: flex;
  overflow: auto;
}

.content-wrap.is-city {
  width: 70%;
  margin-left: 0%;
  margin-right: 0%;
}

.div-block-3 {
  z-index: 2;
  width: 80%;
  margin-top: 32px;
  margin-right: 4%;
  position: absolute;
}

.slider-project-wrap {
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.info-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.city-name {
  color: var(--gold);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.city-name.is-big {
  color: var(--black);
  text-transform: none;
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
}

.name-project {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 300;
  line-height: 56px;
}

.name-project.is-city {
  font-size: 40px;
  line-height: 46px;
}

.par-project {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: lft-etica, sans-serif;
  font-size: 15px;
  font-weight: 200;
  display: flex;
}

.par-project.is-tabs {
  color: var(--black);
  max-width: 16rem;
  margin-bottom: 56px;
  padding-left: 1rem;
}

.par-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  flex-flow: column;
  max-width: 320px;
  margin-top: 24px;
  display: flex;
}

.par-container.is-card {
  color: var(--white);
  max-width: 350px;
  margin-top: 0;
}

.card-subtitle {
  color: var(--gold);
  font-size: 16px;
  font-weight: 600;
}

.card-subtitle.is-white {
  color: var(--white);
}

.card-subtitle.is-hide {
  display: none;
}

.bottom-card-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.number-card-project {
  color: var(--white);
  font-size: 120px;
  font-weight: 200;
  line-height: 120px;
}

.numero-card-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #8c8c8b;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
  display: flex;
}

.link-container-project {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  width: 100px;
  margin-bottom: 40px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.link-container-project:hover {
  opacity: .7;
}

.slide-project {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-project {
  object-fit: cover;
  object-position: 100% 50%;
  height: 100%;
}

.img-project.is-center {
  object-position: 50% 50%;
}

.nav-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav-link:hover {
  color: var(--gold);
}

.nav-link.w--current {
  color: var(--gold);
  font-weight: 600;
  line-height: 1;
}

.nav-link.is-info {
  letter-spacing: 2.5px;
  text-transform: none;
  width: auto;
  font-size: 18px;
}

.nav-link.is-info.is-display-none, .nav-link.is-hide {
  display: none;
}

.nav_background {
  z-index: 998;
  grid-column-gap: 6%;
  grid-row-gap: 6%;
  background-color: var(--black);
  background-image: linear-gradient(90deg, #1d1c1c, #313131);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.link_container {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.link_container.is-img {
  background-image: url('../images/pittogramma-vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  width: 40%;
  margin-left: 0%;
}

.top-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #55534f;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.top-container.is-first {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: auto;
}

.top-container.is-second {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.top-container.is-image {
  width: 100%;
  height: 100%;
}

.is-image.is-padding-down {
  margin-bottom: 60px;
}

.image-4 {
  object-fit: cover;
}

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

.icon-embed-xsmall {
  color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-embed-xsmall.is-hide {
  display: none;
}

.card-project {
  border-radius: 10px;
  max-height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-project.is-soldout {
  min-height: 300px;
  max-height: 300px;
}

.image-5 {
  width: 100%;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-embed-small-2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-embed-small-2.is-small {
  width: 26px;
  height: 26px;
}

.city-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  margin: 32px 7% 32px 0%;
  display: flex;
  position: sticky;
  top: 0;
}

.city-menu-int {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.body {
  background-color: #e5e5e5;
}

.paragraph-xsmall {
  font-size: .9rem;
}

.paragraph-xsmall.is-weight-normal {
  font-weight: 400;
}

.text-color-blue {
  color: #4797fd;
}

.max-width-medium--36rem {
  width: 100%;
  max-width: 36rem;
}

.comp_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  display: grid;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_1-col.is-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.tab-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.page-content {
  border-left: 0 solid #e1e4e8;
}

.max-width-large {
  width: 100%;
  max-width: 40rem;
}

.process_component {
  flex-flow: column;
  display: flex;
}

.tab-pane_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

.max-width-xxlarge--60rem {
  width: 100%;
  max-width: 60rem;
}

.tab-link {
  color: #7c7c7c;
  border-left: 3px solid #0000;
  padding: 1rem;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  transition: color .2s, border-color .2s;
}

.tab-link.w--current {
  border-left: 3px solid var(--gold);
  color: var(--gold);
}

.section_nude {
  border-top: 1px solid #e1e4e8;
}

.comp_image {
  object-fit: cover;
  border-radius: .2rem;
  width: 100%;
  min-height: 20rem;
}

.comp_image.is-first {
  height: 100%;
  min-height: 24rem;
}

.section_sport {
  border-top: 1px solid #e1e4e8;
}

.icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.h1-page {
  color: #4797fd;
  margin-bottom: .25rem;
  font-size: 2.8rem;
  font-weight: 400;
  display: inline-block;
}

.tabs-content {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.section_eccellenze {
  border-top: 1px solid #e1e4e8;
}

.text-title-tab_title {
  color: #0169f9;
  font-weight: 600;
}

.container-large {
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-section-medium.is-progetti {
  padding-top: .5rem;
}

.tabs-menu-content {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 3rem;
  display: flex;
  position: sticky;
  top: 10%;
}

.section_commerciale, .section_long, .section_residenze, .section_living {
  border-top: 1px solid #e1e4e8;
}

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

.paragraph-large {
  font-size: 1.8rem;
}

.h1-page-number {
  color: #747474;
  font-weight: 200;
}

.line-divider_small {
  background-color: #e1e4e8;
  width: 100%;
  max-width: 6rem;
  height: 1px;
}

.details_nav_dropdown-list {
  background-color: #fafbfc;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.details_nav_dropdown-mobile {
  display: none;
}

.section_hotel, .section_short {
  border-top: 1px solid #e1e4e8;
}

.layout-page_wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_tabs {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section_tabs.is-italia {
  margin-bottom: 2rem;
}

.name-city_container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.divider-name {
  background-color: #999;
  border-radius: 4px;
  flex: 1;
  width: 100%;
  height: 1px;
  margin-top: 12px;
}

.title-slide-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.title-slide-link:hover {
  opacity: .8;
}

.mask-2 {
  width: 100%;
}

.body-2 {
  background-color: #e5e5e5;
}

.page_container {
  display: flex;
}

.page_wrap {
  background-color: #e5e5e5;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.main-content {
  position: relative;
}

.layer-light {
  background-image: linear-gradient(#fff 8%, #fff0 24%);
  position: absolute;
  inset: 0%;
}

.tab-progetti {
  color: #7c7c7c;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.tab-progetti.w--current {
  color: var(--gold);
}

.button-2 {
  max-width: 200px;
}

.link-arrow {
  color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.link-arrow.is-hide {
  display: none;
}

.wrap-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 60px;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

.wrap-link.w--current {
  color: var(--gold);
  font-size: 60px;
  font-weight: 600;
}

.wrap-link.is-info {
  text-transform: none;
  font-size: 18px;
}

.wrap-link.is-hide, .styleguide {
  display: none;
}

.image-6.is-dark {
  filter: invert();
}

.div-centrato {
  color: var(--white);
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.area-titolo {
  z-index: 50;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.area-titolo.centro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 630px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.info-concact {
  background-color: var(--gold);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  width: 100%;
  padding: 50px;
}

.info-concact.is-thank {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  min-height: 400px;
  display: flex;
}

.area-contatto {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.area-contatto.centro {
  justify-content: flex-start;
  align-items: flex-start;
}

.area-contatto.is-thank {
  justify-content: center;
  align-items: center;
}

.logo_contatti {
  width: 140px;
}

.sede {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.divider-b {
  width: 100%;
  height: 20px;
}

.contact {
  color: var(--white);
  text-align: left;
  letter-spacing: .5px;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 18px;
}

.contact.is-thank {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

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

.divider-c {
  width: 100%;
  height: 18px;
}

.contact-form {
  background-color: #4b4b4b;
  background-image: url('../images/background-pattern_2.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
  position: relative;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 23px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start stretch;
  width: 100%;
  display: grid;
}

.campo-compilabile {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #777;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.campo-compilabile:active {
  border-color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.campo-compilabile:focus {
  border-color: var(--gold);
  color: #2f2f2d;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.campo-compilabile::placeholder {
  color: #969696;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.campo-compilabile.margin {
  min-height: 100px;
  margin-top: 0;
}

.bottone-generico {
  background-color: var(--background-dark-1);
  box-shadow: none;
  color: #fff;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border: 1px solid #29bd6100;
  border-radius: 4px;
  flex-direction: row;
  align-items: center;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: all .25s;
  display: flex;
}

.bottone-generico:hover {
  background-color: var(--gold);
  color: var(--black);
}

.bottone-generico.form {
  color: #fff;
  background-color: #2f2f2d;
  background-image: none;
  border-radius: 4px;
  justify-items: center;
  width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.bottone-generico.form:hover {
  color: #2f2f2d;
  background-color: #fff;
  border-color: #2f2f2d;
}

.text-block {
  color: #2f2f2d;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
}

.checkbox {
  color: #7a7a7a;
  letter-spacing: .2px;
  font-size: 10px;
  font-weight: 300;
  line-height: 13px;
}

.contact-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.label {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.img-container-article {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.paragraph-article {
  color: var(--black);
  font-weight: 300;
  line-height: 18px;
}

.article-link {
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: opacity .25s;
  display: flex;
}

.article-link:hover {
  opacity: .7;
  text-decoration: underline;
}

.article-link.is-white {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 20px;
}

.article-link.is-white.is-hide {
  display: none;
}

.icon-embed-xsmall-3 {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xxsmall-2 {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.link-article {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

.link-article.is-white {
  color: var(--white);
}

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

.img-article {
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
}

.paragraph.is-white {
  color: var(--white);
}

.paragraph.is-white.is-short {
  line-height: 18px;
}

.paragraph.is-dark {
  color: var(--black);
}

.title-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.title-card-strategies {
  margin: 0;
  font-family: titillium-web, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 36px;
}

.title-card-strategies.is-dark {
  color: var(--black);
  font-weight: 400;
}

.title-card-strategies.is-light {
  font-weight: 300;
}

.title-card-strategies.is-heavy {
  text-align: center;
  font-size: 38px;
  font-weight: 400;
}

.strategies-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.image-7 {
  width: 20%;
}

.divider-horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.image-8 {
  width: 24px;
  height: 24px;
}

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

.row-asset {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  display: grid;
}

.label-sell {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  background-color: #343332;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
}

.label-sell.is-soldout {
  border: 1.5px solid var(--black);
  color: var(--black);
  background-color: #0000;
}

.note-legali-2 {
  max-width: 1000px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.4;
  position: relative;
}

.tabella {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.note_txt.cliente {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.tab_link {
  color: #cab99d;
}

.tab_link:hover {
  color: #707cff;
}

.tab_wrap {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pp-container-privacy {
  padding-top: 150px;
}

.to-delete {
  text-align: left;
  background-color: #ffe837;
  margin-bottom: 0;
  padding: 40px 15%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  display: none;
}

.tab_cell {
  border: 1px #333;
  border-style: none none solid solid;
  padding: 10px 20px;
  font-family: lft-etica, sans-serif;
  font-weight: 300;
}

.tab_cell.last {
  border-right-style: solid;
}

.tab_cell.fb {
  display: none;
}

.tab_cell.head {
  color: #fff;
  background-color: #2f2f2d;
  border-style: solid;
  border-color: #a2a2a2;
}

.thankyou-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-thank {
  flex-flow: column;
  display: flex;
}

.thank-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.number-article {
  color: var(--black);
  margin-top: 5px;
  font-size: 29px;
  font-weight: 600;
}

.bar-background {
  z-index: 2;
  background-color: #fffbf4;
  border-radius: 6px;
  width: 100%;
  height: 28px;
  position: relative;
}

.bar-background.is-over {
  background-color: var(--white);
  width: 80%;
  position: absolute;
}

.text-span {
  font-weight: 300;
}

.container-numb-article {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.bar-over {
  z-index: 3;
  background-color: #ebd2ac;
  border-radius: 6px;
  width: 80%;
  height: 28px;
  position: absolute;
}

.bar-over.is-minutes, .bar-over.is-apt {
  width: 90%;
}

.bar-over.is-months {
  width: 80%;
}

.text-span-2 {
  font-size: 40px;
}

.wrap-chart {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.is-chart {
  width: 167.133px;
  max-width: 35%;
}

.is-chart.is-reverse {
  filter: blur(5px);
}

.round {
  background-color: var(--gold);
  border-radius: 12px;
  width: 14px;
  height: 14px;
}

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

.label-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.label-chart {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.div-block-5 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.div-block-5.is-top {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
}

.div-block-5.is-central {
  padding-top: 6%;
}

.text-span-3 {
  text-transform: none;
  font-size: 20px;
}

.legend-wrap {
  border-top: 1px solid #fff9;
  padding-top: 2%;
}

.legend-wrap.is-hide {
  display: none;
}

.utility-page-wrap {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
}

.banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.prefs_text {
  line-height: 1.4;
  transition: height .25s cubic-bezier(.455, .03, .515, .955);
  overflow: hidden;
}

.prefs_title {
  color: #5c5c5c;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
}

.banner_description {
  margin-bottom: 12px;
  line-height: 1.4;
  transition: height .25s cubic-bezier(.455, .03, .515, .955);
}

.banner_container {
  flex-direction: row;
  align-items: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.prefs_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #cacaca;
  background-image: url('../images/check_dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #cacaca;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

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

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

.banner_link {
  color: #bbaa8d;
  transition: all .2s;
}

.banner_link:hover {
  color: #2f2f2d;
}

.banner_text {
  color: #2f2f2d;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 24px;
  font-family: lft-etica, sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 18px;
}

.prefs_checkbox-label {
  display: none;
}

.close-icon {
  z-index: 1;
  opacity: .6;
  mix-blend-mode: luminosity;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: relative;
}

.prefs_label {
  text-align: right;
  width: 90px;
  font-weight: 600;
}

.prefs_form {
  flex: none;
  width: 100%;
  max-width: 600px;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.prefs_nascondi {
  display: none;
}

.banner_close {
  z-index: 2;
  opacity: 1;
  cursor: pointer;
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 8px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.prefs_checkbox-field {
  border-radius: 999px;
  width: 36px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.prefs_trigger, .banner_trigger {
  display: none;
}

.prefs_buttons-wrapper {
  margin-bottom: 40px;
}

.prefs_buttons-wrapper.pref {
  margin-left: -5px;
}

.banner-prefs {
  z-index: 1;
  color: #333;
  background-color: #fff;
  flex-direction: column;
  padding: 48px 40px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  position: relative;
}

.banner_buttons {
  flex-direction: row;
  align-items: stretch;
  margin-left: 15px;
  display: flex;
}

.prefs_open-txt {
  opacity: .5;
  color: #000;
  cursor: pointer;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 21px;
  right: 66px;
}

.prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.prefs_component {
  z-index: 997;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000026;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 60px 32px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.banner_btn {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #cab99d;
  border: 2px solid #cab99d;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 18px;
  font-family: lft-etica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.banner_btn:hover {
  background-color: #2f2f2d;
  border-color: #2f2f2d;
}

.banner_btn.alt {
  color: #bbaa8d;
  background-color: #fff;
}

.banner_btn.alt:hover {
  color: #2f2f2d;
  border-color: #2f2f2d;
}

.banner_btn.submit {
  align-self: flex-end;
  margin-top: 40px;
}

.prefs_arrow {
  background-image: url('../images/freccia.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-left: 6px;
  display: flex;
  transform: rotate(0);
}

.banner_component {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid #4353ff29;
  padding: 20px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.banner_title {
  color: #383838;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-medium.is-max {
  color: var(--white);
  width: 180px;
  height: 180px;
}

@media screen and (max-width: 991px) {
  .row1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .row1.is-two {
    grid-template-rows: auto;
  }

  .row1.is-tablet {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card.is-chisiamo {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px;
  }

  .card.is-lead {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 32px;
  }

  .card.is-gold {
    padding: 32px;
  }

  .card.is-number {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    min-height: 280px;
    padding: 24px;
  }

  .card.is-black {
    padding: 32px;
  }

  .title-1.is-white {
    font-size: 34px;
    line-height: 39px;
  }

  .title-2.is-gold {
    font-size: 22px;
    line-height: 25px;
  }

  .is-right {
    padding-bottom: 8%;
  }

  .title-card.is-white, .title-card.is-white.is-center {
    font-size: 16px;
  }

  .title-card.is-article.is-white {
    font-size: 30px;
  }

  .lead-container {
    bottom: 25%;
    left: 0%;
  }

  .title-card-wrap.is-white {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    letter-spacing: -.2px;
  }

  .row2.is-second.is-tablet {
    grid-template-columns: .75fr 1fr;
  }

  .row2.is-tablet {
    grid-template-columns: .5fr .5fr;
  }

  .numer-value {
    font-size: 52px;
    line-height: 52px;
  }

  .slider.is-project {
    min-height: 320px;
    max-height: 360px;
    display: flex;
  }

  .img-slider-container {
    height: 280px;
  }

  .img-slider-container.is-home {
    height: 100%;
  }

  .text-container.is-project {
    padding: 24px 24px 32px 20px;
  }

  .slider-title.is-project {
    font-size: 22px;
  }

  .slider-layer.is-project {
    background-image: linear-gradient(#0006 8%, #0000 36%), linear-gradient(#0000 74%, #000000b3 85%);
  }

  .row3.is-four {
    grid-template-columns: 1fr 1fr;
  }

  .row4 {
    grid-template-columns: 1fr;
  }

  .city-slider {
    font-size: 40px;
  }

  .row5, .row5.is-tablet {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .value-line {
    line-height: 46px;
  }

  .footer {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-link.is-legal {
    font-size: 10px;
  }

  .slider-project {
    display: none;
  }

  .content-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 100%;
  }

  .par-project.is-tabs {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: none;
  }

  .image-2 {
    width: 100px;
  }

  .nav_background {
    grid-column-gap: 1%;
    grid-row-gap: 1%;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    display: none;
  }

  .link_container {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 100px;
    padding-left: 15%;
    padding-right: 15%;
    overflow: auto;
  }

  .link_container.is-img {
    height: auto;
    padding-top: 30%;
    padding-bottom: 10px;
  }

  .top-container {
    margin-top: auto;
    margin-bottom: auto;
  }

  .top-container.is-first {
    margin-bottom: 0;
  }

  .top-container.is-second {
    margin-top: 0;
  }

  .is-image.is-padding-down {
    flex: none;
    width: 40px;
  }

  .card-project {
    width: 100%;
    min-height: 280px;
  }

  .card-project.is-soldout {
    min-height: 280px;
    max-height: 280px;
  }

  .icon-embed-small-2 {
    width: 24px;
    height: 24px;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .tab-component {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .tab-link {
    border-left-width: 1px;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.3rem;
    text-decoration: none;
    display: flex;
  }

  .tab-link.w--current {
    border-bottom: 3px solid var(--gold);
    border-left-width: 0;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.3rem;
    text-decoration: none;
  }

  .tabs-menu-content {
    z-index: 99;
    background-color: #e5e5e5;
    flex-flow: row;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    top: 0%;
    overflow: scroll;
  }

  .wrap-link, .wrap-link.w--current {
    font-size: 50px;
  }

  .div-centrato {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .area-titolo {
    padding-left: 0;
  }

  .info-concact {
    grid-column-gap: 74px;
    grid-row-gap: 89px;
    grid-template-rows: auto auto;
    grid-template-columns: max-content max-content;
    width: auto;
    min-width: auto;
    padding: 30px;
  }

  .area-contatto {
    border-top: 1px solid #e7e7e7;
    align-items: center;
    padding-top: 28px;
  }

  .area-contatto.centro {
    border-top-style: none;
    border-top-width: 0;
    align-items: center;
  }

  .logo_contatti {
    margin-left: 0;
  }

  .sede {
    text-align: center;
    margin-right: 0;
  }

  .divider-b {
    height: 30px;
  }

  .contact {
    text-align: center;
    width: auto;
  }

  .contact-form {
    padding: 30px;
  }

  .contact-wrapper {
    grid-template-columns: 1.5fr;
  }

  .row-asset {
    grid-template-columns: 1fr 1fr;
  }

  .note-legali-2 {
    max-width: 100%;
  }

  .pp-container-privacy {
    padding-top: 80px;
  }

  .banner_close {
    width: 28px;
    height: 28px;
  }

  .banner_buttons {
    flex-direction: column;
    display: flex;
  }

  .banner_btn {
    margin: 5px;
  }

  .banner_btn.alt {
    margin-left: 5px;
  }

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

@media screen and (max-width: 767px) {
  .update-wrap.is-hide {
    display: none;
  }

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

  .row1.is-two {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .row1.is-tablet {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .card.is-lead {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .card.is-number {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-height: 220px;
  }

  .card.is-number.is-center {
    justify-content: space-between;
    align-items: center;
  }

  .card.is-photo.is-mobile {
    display: none;
  }

  .is-gold.is-heavy {
    font-size: 30px;
  }

  .title-card.is-white.is-xs {
    font-size: 23px;
  }

  .title-card.is-article.is-white {
    font-size: 27px;
  }

  .donut-container {
    width: auto;
  }

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

  .row2.is-second.is-tablet {
    grid-template-columns: 1.25fr;
  }

  .row2.is-tablet {
    grid-template-columns: 1.5fr;
  }

  .slider {
    min-height: 340px;
  }

  .slider.is-project {
    min-height: 240px;
  }

  .text-container {
    padding: 24px;
  }

  .slider-subtitle {
    font-size: 16px;
  }

  .slider-title {
    font-size: 30px;
  }

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

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

  .city-slider {
    font-size: 32px;
  }

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

  .row5.is-tablet {
    grid-template-columns: 1fr;
  }

  .footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

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

  .city-name.is-big {
    font-size: 38px;
    line-height: 38px;
  }

  .par-container.is-card {
    max-width: none;
  }

  .bottom-card-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
  }

  .image-3 {
    width: 100%;
  }

  .nav-link {
    line-height: 1.2;
  }

  .link_container.is-img {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    background-size: 60px;
    justify-content: center;
    align-items: center;
    width: 40%;
    padding-top: 40%;
    padding-bottom: 0;
  }

  .card-project, .card-project.is-soldout {
    min-height: 280px;
    max-height: 280px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .wrap-link, .wrap-link.w--current {
    justify-content: flex-start;
    align-items: center;
    font-size: 32px;
  }

  .div-centrato {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .area-titolo.centro {
    width: 410px;
  }

  .area-contatto {
    justify-content: center;
    height: auto;
  }

  .sede {
    margin-right: 0;
  }

  .divider-b {
    height: 25px;
  }

  .divider-c {
    height: 12px;
  }

  .contact-form {
    padding: 40px;
  }

  .form-block {
    width: 100%;
  }

  .campo-compilabile::placeholder {
    letter-spacing: 1.2px;
    font-size: 11px;
  }

  .bottone-generico {
    letter-spacing: 2px;
    height: 28px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 9px;
  }

  .row-asset {
    grid-template-columns: 1fr;
  }

  .tabella {
    min-width: 750px;
  }

  .tab_wrap {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

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

  .banner_buttons-wrapper {
    margin-top: 10px;
  }

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

  .banner_link {
    font-size: 13px;
  }

  .banner_text {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .close-icon {
    width: 12px;
    height: 12px;
  }

  .banner_close {
    width: 28px;
    height: 28px;
  }

  .banner_buttons {
    flex-direction: row;
    margin-left: 13px;
  }

  .banner_btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    line-height: 11px;
  }

  .banner_component {
    padding-top: 12px;
    padding-left: 26px;
    padding-right: 34px;
  }

  .banner_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    justify-content: space-between;
    align-items: center;
  }

  .update-wrap {
    display: none;
  }

  .update-wrap.is-mobile {
    margin-right: 0;
    display: none;
  }

  .nav-right-container {
    flex-flow: column;
  }

  .row1 {
    grid-template-rows: auto auto auto auto;
  }

  .card.is-chisiamo {
    padding: 32px;
  }

  .card.is-lead {
    flex-flow: column;
    padding: 24px;
  }

  .card.is-gold {
    padding: 24px;
  }

  .card.is-gold.is-right {
    flex-flow: column;
  }

  .card.is-number {
    min-height: 210px;
  }

  .card.is-black, .card.is-black-project {
    padding: 24px;
  }

  .is-left {
    border-right-width: 0;
  }

  .is-right {
    border-top: 1px solid #4c4c4c;
    padding-top: 8%;
  }

  .title-card {
    max-width: 180px;
    font-size: 14px;
    line-height: 20px;
  }

  .title-card.is-white {
    font-size: 14px;
    line-height: 20px;
  }

  .title-card.is-max {
    max-width: 160px;
  }

  .title-card.is-article.is-white {
    max-width: none;
    line-height: 30px;
  }

  .line-container {
    justify-content: center;
    padding-left: 8%;
    padding-right: 8%;
  }

  .lead-container {
    bottom: 40%;
    left: 10%;
  }

  .donut-container {
    margin-left: auto;
    margin-right: auto;
  }

  .column-container {
    min-height: 120px;
  }

  .numer-value.is-small {
    font-size: 30px;
    line-height: 8px;
  }

  .img-slider-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .text-container.is-project {
    padding: 24px;
  }

  .top-slider-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .top-slider-container.is-center {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .title-slider-wrap {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .slider-title.is-project {
    font-weight: 600;
  }

  .map-slider-wrap {
    order: -1;
  }

  .row3.is-four {
    grid-template-columns: 1fr;
  }

  .slider-city {
    min-height: 240px;
  }

  .footer-link.is-hide {
    display: none;
  }

  .city-name.is-big {
    font-size: 32px;
    line-height: 32px;
  }

  .par-project {
    font-size: 13px;
  }

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

  .number-card-project {
    font-size: 80px;
    line-height: 70px;
  }

  .nav-link {
    letter-spacing: 2px;
    line-height: 1.2;
  }

  .nav-link.is-info {
    font-size: 16px;
  }

  .nav_background {
    height: 100svh;
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
    display: none;
    overflow: auto;
  }

  .link_container {
    grid-column-gap: 16%;
    grid-row-gap: 16%;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .link_container.is-img {
    background-position: 0%;
    background-size: 50px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

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

  .top-container.is-first {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
  }

  .is-image {
    width: 60px;
    height: 60px;
  }

  .card-project {
    min-height: 260px;
  }

  .comp_grid {
    grid-template-columns: 1fr;
  }

  .tab-link {
    border-left-width: 1px;
    width: 50%;
    min-width: 7rem;
    padding: .5rem;
    font-size: 1.3rem;
  }

  .tab-link.w--current {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .h1-page {
    font-size: 2rem;
  }

  .apt-details_nav_item_mobile {
    color: gray;
    border-bottom: 1px solid #fff;
    padding: 1rem;
  }

  .apt-details_nav_selected {
    color: #325163;
  }

  .padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tabs-menu-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .details_nav_dropdown-toggle {
    background-color: #fafbfc;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 2rem 1rem 2em;
    display: flex;
  }

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

  .tab-txt {
    line-height: 24px;
  }

  .paragraph-large {
    font-size: 1.5rem;
  }

  .details_nav_dropdown-list {
    border-bottom: 1px solid #e1e4e8;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .details_nav_dropdown-mobile {
    z-index: 999;
    border-bottom: 1px solid #e1e4e8;
    align-self: flex-start;
    width: 100%;
    display: none;
    position: sticky;
    top: 4rem;
  }

  .link-arrow {
    width: 1.6rem;
    height: 1.6rem;
  }

  .wrap-link {
    font-size: 26px;
  }

  .wrap-link.w--current {
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 26px;
  }

  .div-centrato {
    padding: 30px 20px;
  }

  .area-titolo.centro {
    width: 100%;
  }

  .info-concact {
    grid-column-gap: 16px;
    grid-row-gap: 55px;
    grid-template-columns: max-content;
  }

  .logo_contatti {
    width: 140px;
  }

  .divider-b {
    height: 20px;
  }

  .contact {
    margin-top: 0;
    font-size: 12px;
  }

  .link-footer {
    font-size: 12px;
    line-height: 14px;
  }

  .contact-form {
    padding: 30px;
  }

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

  .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .img-container-article {
    min-height: 200px;
  }

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

  .pp-container-privacy {
    padding-top: 60px;
  }

  .wrap-chart {
    flex-flow: column;
  }

  .is-chart {
    max-width: 90%;
  }

  .image-9 {
    max-width: 70%;
  }

  .banner_buttons-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .prefs_title {
    font-size: 13px;
  }

  .banner_text {
    margin-right: 0;
  }

  .prefs_label {
    font-size: 10px;
  }

  .prefs_form {
    max-height: 86vh;
  }

  .prefs_checkbox-field {
    width: 32px;
    height: 19px;
  }

  .banner-prefs {
    padding: 24px;
  }

  .banner_buttons {
    margin-left: 0;
  }

  .prefs_open-txt {
    right: 44px;
  }

  .text-block-9 {
    font-size: 11px;
  }

  .prefs_component {
    padding: 24px 16px;
  }

  .banner_btn {
    margin-bottom: 8px;
    margin-left: 3px;
    font-size: 9px;
  }

  .banner_btn.alt {
    margin-left: 0;
    margin-right: 3px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .prefs_arrow {
    width: 9px;
    height: 8px;
    margin-left: 4px;
  }

  .banner_component {
    padding-right: 28px;
  }

  .banner_title {
    line-height: 20px;
  }
}

#w-node-_1e62a023-9c52-8686-41f7-4526da259fd4-6773a013, #w-node-_1e62a023-9c52-8686-41f7-4526da259fd4-9413feee, #w-node-_1e62a023-9c52-8686-41f7-4526da259fd4-c53834bd, #w-node-_1e62a023-9c52-8686-41f7-4526da259fd4-4e64763d, #w-node-_1e62a023-9c52-8686-41f7-4526da259fd4-6160221d, #w-node-_1e62a023-9c52-8686-41f7-4526da259fd4-18615cec, #w-node-_1e62a023-9c52-8686-41f7-4526da259fd4-e365ac25, #w-node-_1e62a023-9c52-8686-41f7-4526da259fd4-765d82dd, #w-node-_1e62a023-9c52-8686-41f7-4526da259fd4-e69a45ad, #w-node-_1e62a023-9c52-8686-41f7-4526da259fd4-60fffcf1, #w-node-_1e62a023-9c52-8686-41f7-4526da259fd4-086180f9, #w-node-_1e62a023-9c52-8686-41f7-4526da259fd4-c516a226, #w-node-_1e62a023-9c52-8686-41f7-4526da259fd4-b21af8f4, #w-node-_1e62a023-9c52-8686-41f7-4526da259fd4-f5693c24, #w-node-_1e62a023-9c52-8686-41f7-4526da259fd4-f24c4cd7, #w-node-_1e62a023-9c52-8686-41f7-4526da259fd4-0f7fa9d7, #w-node-_1e62a023-9c52-8686-41f7-4526da259fd4-46831e66, #w-node-_1e62a023-9c52-8686-41f7-4526da259fd4-86f5becc, #w-node-_1e62a023-9c52-8686-41f7-4526da259fd4-d81649e0, #w-node-_12f846e3-b91d-2d2a-cd0f-dc14680341ca-376de106 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_671b2dad-26f6-3ba2-def1-78d0fe676304-376de106 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2103c1b1-175f-a132-1cec-0497cb735268-376de106 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2103c1b1-175f-a132-1cec-0497cb735269-376de106 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89b4734e-59ea-b2cc-cb5d-eee082d5268b-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d5268d-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d5268f-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d52691-bd353c1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89b4734e-59ea-b2cc-cb5d-eee082d52693-bd353c1e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_89b4734e-59ea-b2cc-cb5d-eee082d5269f-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526a1-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526a4-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526a6-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526a8-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526aa-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526ad-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526af-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526b1-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526b3-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526b6-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526b8-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526ba-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526bc-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526bf-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526c1-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526c3-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526c5-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526c8-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526ca-bd353c1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526cc-bd353c1e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526d4-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526d6-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526d9-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526db-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526dd-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526df-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526e2-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526e4-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526e6-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526e8-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526eb-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526ed-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526ef-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526f1-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526f4-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526f6-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526f8-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526fa-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526fd-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d526ff-bd353c1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89b4734e-59ea-b2cc-cb5d-eee082d52701-bd353c1e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_89b4734e-59ea-b2cc-cb5d-eee082d52709-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d5270b-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d5270e-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d52710-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d5272d-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d5272f-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d52731-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d52733-bd353c1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89b4734e-59ea-b2cc-cb5d-eee082d52735-bd353c1e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_89b4734e-59ea-b2cc-cb5d-eee082d5273d-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d5273f-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d52742-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d52744-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d52746-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d52748-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d5274b-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d5274d-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d5274f-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d52751-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d52754-bd353c1e, #w-node-_89b4734e-59ea-b2cc-cb5d-eee082d52756-bd353c1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a4ae0ace-ccb5-943b-1309-1e0462014ec7-edb5ded9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_33ded1e7-0777-80f0-2101-b2ca9d2ea8c7-edb5ded9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_12f846e3-b91d-2d2a-cd0f-dc14680341ca-376de106 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #contact-form.w-node-_2103c1b1-175f-a132-1cec-0497cb735260-376de106 {
    order: -9999;
  }

  #w-node-_59d41b3e-c0cd-0763-9118-fd83238a2722-e7624174 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_602e91bd-fdd8-9f90-e2ef-b1b785777e40-edb5ded9, #w-node-_824648b4-48ee-12b7-bc89-6214262c2961-edb5ded9, #w-node-a4ae0ace-ccb5-943b-1309-1e0462014ec7-edb5ded9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d25c6d32-1cfa-5178-289b-4d73bb1ab3bd-edb5ded9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dea88a70-6f83-cf4a-0508-aaab13975476-edb5ded9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_33ded1e7-0777-80f0-2101-b2ca9d2ea8c7-edb5ded9 {
    grid-column-end: 2;
  }

  #w-node-_79c2d284-bdc4-2830-7137-81ff5cc9e7f8-7c9650d4, #w-node-f048700d-4746-f48e-d7a9-fa80a9275495-7c9650d4, #w-node-e1db8bb0-11b8-a1f6-c8f2-8c6362e5778b-7c9650d4, #w-node-e1db8bb0-11b8-a1f6-c8f2-8c6362e57799-7c9650d4, #w-node-b6df265f-ff1d-441a-1c3b-b2315b30d39f-7c9650d4, #w-node-b6df265f-ff1d-441a-1c3b-b2315b30d3ad-7c9650d4, #w-node-c9e20cb7-2c4a-e24a-e6b2-fe62b9931513-7c9650d4, #w-node-c9e20cb7-2c4a-e24a-e6b2-fe62b9931521-7c9650d4, #w-node-_91f9b4e1-c8d4-a186-bb3f-51a6915fe3fb-7c9650d4, #w-node-_91f9b4e1-c8d4-a186-bb3f-51a6915fe409-7c9650d4, #w-node-_91f9b4e1-c8d4-a186-bb3f-51a6915fe452-7c9650d4, #w-node-_415e5326-e99e-817d-83ac-b61515688a12-7c9650d4, #w-node-_60598e3d-dc66-ea0e-e81b-9a8b630e6a97-7c9650d4, #w-node-ba78f1cd-7548-c37c-675d-1006fe921836-7c9650d4, #w-node-_1a7ed5f6-0fd8-a03e-a8d2-f7811d392739-7c9650d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #privacy.w-node-_2103c1b1-175f-a132-1cec-0497cb73526b-376de106, #trattamento.w-node-_2103c1b1-175f-a132-1cec-0497cb735272-376de106 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_602e91bd-fdd8-9f90-e2ef-b1b785777e40-e7624174, #w-node-_71c3e416-9835-66be-5b2c-f31a67050a75-e7624174, #w-node-fede1c6b-dcf9-b0b4-987b-5d2f18fb9ff5-e7624174 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fede1c6b-dcf9-b0b4-987b-5d2f18fb9fe0-e7624174 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_59d41b3e-c0cd-0763-9118-fd83238a2722-e7624174, #w-node-_9790ca8c-3a19-b519-be06-6451649eca6f-e7624174, #w-node-_4e8d44a8-975b-a911-6837-aab35b14b12f-e7624174, #w-node-_56b17c31-77b3-b265-717e-c594ff738cf5-e7624174 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_56b17c31-77b3-b265-717e-c594ff738cf8-e7624174 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_602e91bd-fdd8-9f90-e2ef-b1b785777e40-edb5ded9, #w-node-_824648b4-48ee-12b7-bc89-6214262c2961-edb5ded9, #w-node-ea297b75-ef90-d3c0-f702-a7af43f8eacd-7c9650d4, #w-node-_79c2d284-bdc4-2830-7137-81ff5cc9e7f8-7c9650d4, #w-node-f048700d-4746-f48e-d7a9-fa80a9275495-7c9650d4, #w-node-e1db8bb0-11b8-a1f6-c8f2-8c6362e5778b-7c9650d4, #w-node-e1db8bb0-11b8-a1f6-c8f2-8c6362e57799-7c9650d4, #w-node-b6df265f-ff1d-441a-1c3b-b2315b30d39f-7c9650d4, #w-node-b6df265f-ff1d-441a-1c3b-b2315b30d3ad-7c9650d4, #w-node-c9e20cb7-2c4a-e24a-e6b2-fe62b9931513-7c9650d4, #w-node-c9e20cb7-2c4a-e24a-e6b2-fe62b9931521-7c9650d4, #w-node-_91f9b4e1-c8d4-a186-bb3f-51a6915fe3fb-7c9650d4, #w-node-_91f9b4e1-c8d4-a186-bb3f-51a6915fe409-7c9650d4, #w-node-_91f9b4e1-c8d4-a186-bb3f-51a6915fe452-7c9650d4, #w-node-_415e5326-e99e-817d-83ac-b61515688a12-7c9650d4, #w-node-_60598e3d-dc66-ea0e-e81b-9a8b630e6a97-7c9650d4, #w-node-ba78f1cd-7548-c37c-675d-1006fe921836-7c9650d4, #w-node-_1a7ed5f6-0fd8-a03e-a8d2-f7811d392739-7c9650d4, #w-node-_12f846e3-b91d-2d2a-cd0f-dc14680341ca-376de106 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #contact-form.w-node-_2103c1b1-175f-a132-1cec-0497cb735260-376de106 {
    order: -9999;
  }

  #w-node-e641421b-f82f-6d15-daac-91c3476deb1b-376de106, #w-node-_6f5e1829-169a-bfd3-e8de-7de4255b4797-376de106, #w-node-_8c7e096b-faf3-8218-4631-3c8088bb8e3d-376de106, #w-node-_1b391031-d627-45fe-e3d6-8c75ddcc818e-376de106, #privacy.w-node-_2103c1b1-175f-a132-1cec-0497cb73526b-376de106, #trattamento.w-node-_2103c1b1-175f-a132-1cec-0497cb735272-376de106 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_602e91bd-fdd8-9f90-e2ef-b1b785777e40-e7624174, #w-node-_71c3e416-9835-66be-5b2c-f31a67050a75-e7624174, #w-node-fede1c6b-dcf9-b0b4-987b-5d2f18fb9ff5-e7624174, #w-node-fede1c6b-dcf9-b0b4-987b-5d2f18fb9fe0-e7624174, #w-node-_59d41b3e-c0cd-0763-9118-fd83238a2722-e7624174, #w-node-_9790ca8c-3a19-b519-be06-6451649eca6f-e7624174, #w-node-_4e8d44a8-975b-a911-6837-aab35b14b12f-e7624174, #w-node-_56b17c31-77b3-b265-717e-c594ff738cf5-e7624174, #w-node-_56b17c31-77b3-b265-717e-c594ff738cf8-e7624174 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


