:root {
  --white: white;
  --colore-1: #403f3f;
  --colore-4: #ffbe98;
  --colore-2: #a8a39e;
  --colore-5: #f83;
  --colore-3: #faf3ed;
  --colore-7: #a217cd;
  --colore-6: #e19fff;
  --light: whitesmoke;
  --hover-dark: #000000b3;
  --hover-light: #ffffffdb;
  --white_hover: #fffffff7;
  --shade: white;
}

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

body {
  background-color: var(--white);
  color: var(--colore-1);
  padding-left: 70px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

h1 {
  color: var(--colore-4);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

h2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: quiche-sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

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 {
  max-width: 600px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

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

.form {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  color: var(--colore-2);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_link {
  color: var(--colore-5);
  transition: color .35s;
}

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

.nav_component {
  z-index: 30;
  grid-row-gap: 48px;
  background-color: var(--white);
  border: 1px solid #cacaca;
  flex-direction: column;
  justify-content: center;
  width: 70px;
  padding: 32px 10px 20px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav_component.mobile {
  border-top-style: none;
  border-right-color: var(--colore-1);
  background-color: var(--colore-5);
  border-bottom-style: none;
  border-left-style: none;
  justify-content: flex-start;
  min-width: 70px;
}

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

.header_component.home {
  border: 70px solid var(--white);
  color: #0000;
  height: 100vh;
  min-height: 800px;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.header_component.contatti {
  border: 70px solid var(--white);
  color: #0000;
  min-height: 450px;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 20px;
  overflow: hidden;
}

.nav_logo_wrap {
  z-index: 2;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 120px;
  display: flex;
  position: absolute;
  top: 20px;
  left: 10px;
  right: 10px;
}

.nav_logo_wrap.mobile {
  justify-content: space-between;
  height: 50%;
  position: static;
}

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

.section {
  border-style: solid;
  border-width: 0;
  border-color: var(--colore-1) black black;
  padding: 80px 70px;
  display: block;
  position: relative;
}

.section.bg_img {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  display: flex;
  position: relative;
}

.section.contact {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.section.counter {
  background-color: var(--colore-1);
}

.section.tecnical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: 60px;
  padding: 60px 40px;
  display: flex;
}

.section.tecnical.bg-image {
  background-image: url('../images/AC1658_Perugia_SanSistoLiving_VPExt_04_Rev00-copia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.tecnical.bg-image.is-404 {
  width: 100%;
  margin-left: 0;
}

.section.tecnical.is-404 {
  margin-top: 0;
  margin-left: 70px;
  padding: 0;
}

.section.color-03 {
  background-color: var(--colore-3);
}

.section.gradient-large {
  background-image: linear-gradient(90deg, var(--colore-4), var(--colore-7) 28%, var(--colore-5));
}

.section.gradient-large.angle-45 {
  background-image: linear-gradient(45deg, var(--colore-4), var(--colore-7) 28%, var(--colore-5));
}

.section.gradient-large.angle-45:hover {
  background-image: linear-gradient(to bottom, #ffffff3b, #ffffff3b), linear-gradient(45deg, var(--colore-4), var(--colore-7) 28%, var(--colore-5));
}

.section.gradient-large.angle-45.padding-top-bot-80 {
  z-index: 22;
  background-image: linear-gradient(180deg, transparent, #ffffff12), linear-gradient(45deg, var(--colore-4), var(--colore-7) 28%, var(--colore-5));
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .85s;
}

.section.gradient-large.angle-45.padding-top-bot-80:hover {
  background-image: linear-gradient(180deg, transparent, #ffffff9c), linear-gradient(45deg, var(--colore-4), var(--colore-7) 28%, var(--colore-5));
}

.section.color-01 {
  background-color: var(--colore-1);
}

.section.color-02 {
  background-color: var(--colore-2);
}

.section.color-04 {
  background-color: var(--colore-4);
}

.section.color-05 {
  background-color: var(--colore-5);
}

.section.color-06 {
  background-color: var(--colore-6);
}

.section.color-07 {
  background-color: var(--colore-7);
}

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

.section.no-padding-top-bottom.gap-50 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

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

.heading-xsmall {
  color: var(--colore-5);
}

.heading-xsmall._w-rombo {
  grid-column-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.heading-xsmall.flex-vertical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.heading-xsmall.xxx {
  white-space: break-spaces;
}

.heading-large {
  font-size: 30px;
  line-height: 1;
}

.container {
  z-index: 3;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.header {
  flex-direction: row;
  height: 100%;
}

.container.tecnical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #faf3ede6;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 60px;
}

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

.container.is-slider {
  flex-flow: row;
  align-items: center;
}

.flex-horizontal {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: relative;
}

.flex-horizontal.reverse {
  background-color: var(--white);
  background-color: #fff;
  flex-direction: row-reverse;
}

.flex-horizontal.reverse.color-03 {
  background-color: var(--colore-3);
}

.half_img {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.half_txt {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 320px;
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.square_card {
  flex: 1;
  text-decoration: none;
  position: relative;
}

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

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

.image-cover.position-bottom {
  object-position: 50% 0%;
  height: 200%;
  position: absolute;
  top: -98%;
  left: 0%;
  right: 0%;
}

.image-cover.position {
  object-position: 50% 35%;
}

.image-cover.position-left-35 {
  object-position: 35% 50%;
}

.button_tertiary {
  color: var(--colore-2);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .9rem;
  line-height: 1;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.button_tertiary:hover {
  color: var(--colore-1);
}

.form_wrap {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  width: 700px;
  max-width: 50vw;
  display: flex;
}

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

.header_text {
  color: var(--colore-3);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  max-width: 700px;
  font-family: quiche-sans, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.5;
}

.header_text._01 {
  max-width: 650px;
}

.button-icon {
  border: 2px solid var(--colore-5);
  background-color: var(--colore-5);
  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(--colore-5);
  background-color: #8764b800;
}

.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(--colore-1);
  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(--colore-1);
  flex: none;
  width: 2px;
  height: 40%;
  position: absolute;
  transform: rotate(45deg);
}

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

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

.slide_wrap {
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.header_container {
  z-index: 3;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.flags_wrap {
  z-index: 20;
  position: relative;
}

.flags_wrap:active, .flags_wrap:focus {
  color: var(--light);
}

.fixed_flags {
  z-index: 1;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 50vh;
  display: flex;
  position: fixed;
  top: -60px;
  right: 15px;
}

.header_hover {
  z-index: 2;
  background-image: linear-gradient(0deg, #00000080, #0000), linear-gradient(#0000004d, #0000004d);
  display: block;
  position: absolute;
  inset: 0;
}

.flag_component {
  background-color: var(--colore-7);
  color: var(--white);
  cursor: pointer;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  transform: rotate(45deg);
}

.flag_component:hover {
  background-color: var(--colore-5);
}

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

.nav_hamburger {
  z-index: 120;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3.1rem;
  display: flex;
  position: relative;
}

.footer_component {
  z-index: 22;
  background-color: var(--colore-3);
  flex-flow: column;
  padding: 80px 100px 40px;
  display: flex;
  position: relative;
}

.square_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 534px;
  padding-top: 0;
  display: grid;
}

.button_component {
  grid-column-gap: 16px;
  color: var(--colore-5);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  margin-top: 32px;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

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

.button_component.secondary {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
}

.button_component.secondary:hover {
  color: var(--colore-1);
}

.button_component.secondary.negative:hover {
  color: #fff;
}

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

.background_hover {
  z-index: 1;
  background-color: #00000096;
  position: absolute;
  inset: 0;
}

.background_img {
  z-index: 0;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.container_img {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.container_img.is-relative {
  position: relative;
}

.container_img.grid_contesto {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 450px;
  display: grid;
}

.container_img.is-100 {
  height: 100%;
}

.form_title {
  color: var(--colore-1);
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1;
}

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

.txt_wrap.small {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.txt_wrap.intro {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3%;
  display: flex;
}

.txt_wrap._30 {
  flex: 1;
  align-items: flex-start;
  width: 30%;
  margin-left: 80px;
}

.txt_wrap._30.tablet_align-right {
  margin-left: 40px;
}

.txt_wrap._30.tablet_align-left {
  margin-left: 0;
  margin-right: 40px;
}

.txt_wrap.download {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px 60px;
}

.txt_wrap.align-right {
  align-items: flex-end;
}

.txt_wrap.align-right.is-full {
  justify-content: center;
  align-items: center;
}

.txt-uppercase {
  color: var(--colore-7);
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 32px;
  text-decoration: none;
  transition: color .35s;
  display: flex;
}

.txt-uppercase:hover, .txt-uppercase:active {
  color: var(--colore-5);
}

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

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

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

.nav_logo {
  position: absolute;
  inset: 0;
}

.nav_logo.black {
  opacity: 0;
  background-image: url('../images/pittogramma-02.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  width: 40px;
  height: 31px;
  display: flex;
  position: static;
}

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

.line {
  background-color: var(--colore-5);
  flex: none;
  width: 32px;
  height: 3px;
}

.section_tag_wrap {
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 40px;
  margin-right: 40px;
  display: flex;
}

.section_tag {
  color: var(--colore-7);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: 0;
  transform: rotate(-90deg);
}

.counter_txt {
  text-align: center;
  font-family: quiche-sans, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.align-right {
  align-self: flex-end;
}

.heading-medium {
  margin-bottom: 20px;
  font-family: quiche-sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.heading-medium._60 {
  text-align: center;
  width: 60%;
  min-width: 600px;
  font-weight: 400;
}

.counter_wrap {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.form_intro {
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.brand-card_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.card-small_item {
  background-color: var(--white);
  flex-flow: column;
  flex: 1;
  max-width: 600px;
  display: flex;
}

.card-small_item.open-popup {
  cursor: pointer;
  flex-direction: column;
  display: flex;
}

.card-small_item.is-scheda {
  width: 100%;
  max-width: none;
  height: 100%;
}

.container_img-tipologici {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.xs_text {
  color: var(--colore-5);
  letter-spacing: .5px;
  text-transform: uppercase;
  max-width: 250px;
  margin-top: 48px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.xs_text.margin-0px {
  margin-top: 0;
  margin-bottom: 0;
}

.menu {
  z-index: 29;
  background-color: var(--colore-3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 10% 60px 15%;
  display: none;
  position: fixed;
  inset: 0% 0 0% 0%;
  overflow: auto;
}

.navlinks-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-item.heading-medium {
  color: var(--colore-1);
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  transition: color .35s;
  display: inline-block;
}

.nav-item.heading-medium:hover {
  color: var(--colore-5);
}

.nav-item.heading-medium.w--current {
  color: var(--colore-5);
  font-weight: 400;
}

.txt-men-_container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.icon_flag {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  transform: rotate(-45deg);
}

.icon_flag:hover {
  color: var(--light);
}

.icon_flag:active {
  flex: 1;
}

.icon_flag.rotate-0 {
  width: 2rem;
  height: 2rem;
  transform: none;
}

.icon_flag.plani {
  width: 1.4rem;
  height: 1.4rem;
}

.scroll_txt {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transform: rotate(-90deg);
}

.header_scroll {
  z-index: 10;
  grid-row-gap: 45px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 80px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: -20px;
  right: 0;
}

.pre-heading {
  margin-bottom: 8px;
}

.arrow-icon {
  width: 50%;
}

.lottie-animation-2 {
  z-index: 200;
  position: relative;
}

.section_tag_mask {
  flex: 1;
  align-self: stretch;
  max-height: 120vh;
  overflow: hidden;
}

.button-detail {
  color: var(--colore-1);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  align-self: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}

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

.display-none {
  display: none;
}

.download_lottie {
  width: 52px;
  height: 52px;
  margin-top: -8px;
  margin-bottom: -8px;
}

.card-small_mask {
  object-fit: contain;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 265px;
  display: flex;
  overflow: hidden;
}

.card-small_txt_wrap {
  background-color: var(--colore-3);
  box-shadow: none;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  margin-top: 0;
  padding: 24px;
  display: flex;
}

.card-small_txt_wrap.is-capitolato {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  max-width: none;
  padding-top: 35px;
  padding-bottom: 35px;
}

.contact {
  z-index: 22;
  background-color: var(--white);
  position: relative;
}

.heading_container {
  width: 100%;
}

.button_component-2 {
  grid-column-gap: 16px;
  color: #b80000;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  margin-top: 32px;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button_component-2:hover {
  color: #fff;
}

.button_component-2.secondary {
  grid-column-gap: 16px;
}

.button_component-2.secondary:hover {
  color: #242424;
}

.button_component-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #b80000;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  margin-top: 32px;
  font-size: .85rem;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button_component-3.secondary {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #b80000;
  letter-spacing: 2px;
  white-space: nowrap;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.button_component-3.secondary:hover {
  color: #242424;
}

.container-2 {
  z-index: 3;
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 1300px;
  min-height: 250px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
}

.heading-h2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 32px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.text-block {
  color: #b80000;
  letter-spacing: 2px;
  white-space: nowrap;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.container-3, .container-4, .quote_container, .container-6 {
  z-index: 3;
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 1300px;
  min-height: 250px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
}

.gradient {
  background-image: linear-gradient(90deg, var(--colore-4) 13%, var(--colore-7) 22%, var(--colore-5) 32%);
}

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

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

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

.color_item.color-01 {
  background-color: var(--colore-1);
}

.color_item.color-02 {
  background-color: var(--colore-2);
}

.color_item.color-03 {
  background-color: var(--colore-3);
}

.color_item.color-04 {
  background-color: var(--colore-4);
}

.color_item.color-05 {
  background-color: var(--colore-5);
}

.color_item.color-06 {
  background-color: var(--colore-6);
}

.color_item.color-07 {
  background-color: var(--colore-7);
}

.color_item.gradient {
  background-image: linear-gradient(90deg, var(--colore-4) 13%, var(--colore-7) 22%, var(--colore-5) 32%);
}

.color_item.gradient-large {
  background-image: linear-gradient(90deg, var(--colore-4), var(--colore-7) 28%, var(--colore-5));
}

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

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

.image-contain.invert {
  filter: invert();
}

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

.button_text-secondary {
  z-index: -1;
  color: var(--colore-1);
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 25px;
  margin-right: 25px;
}

.button_text-secondary.is-negative {
  color: var(--colore-7);
}

.button_text-secondary.is-masked {
  color: var(--white);
  position: absolute;
}

.button_text-secondary.is-masked.is-negative {
  color: var(--white);
}

.button-03-secondary {
  z-index: 1;
  color: #333;
  align-items: center;
  height: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.button-03 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 100px;
  padding: 15px 30px;
  transition: all .575s;
}

.button-03:hover {
  color: #fff;
  padding-left: 45px;
  padding-right: 45px;
}

.button-03.is-negative {
  background-color: var(--colore-7);
  color: var(--white);
  background-image: none;
  border-radius: 0;
}

.button-03.gradient-large {
  background-image: linear-gradient(90deg, var(--colore-4), var(--colore-7) 28%, var(--colore-5));
  border-radius: 0;
}

.button_bg-secondary {
  z-index: 0;
  border-radius: 100px;
  align-items: center;
  min-width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.button_bg-secondary.is-negative {
  background-color: var(--colore-7);
  background-image: none;
  border-radius: 0;
}

.button_bg-secondary.gradient-large {
  background-image: linear-gradient(90deg, var(--colore-4), var(--colore-7) 28%, var(--colore-5));
  border-radius: 0;
}

.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;
  min-height: 100vh;
  display: flex;
  position: relative;
}

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

.rombo {
  background-color: var(--colore-5);
  flex: none;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}

.scroll_lottie {
  filter: invert();
  width: 50px;
  height: 50px;
}

.footer-01_partner_text {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}

.footer-01_partner_logo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 120px;
}

.footer-01_partner_logo.cap-value {
  background-image: url('../images/cap-value.svg');
  width: 150px;
  height: 58px;
  margin-bottom: 20px;
}

.footer-01_partner_logo.reimm {
  background-image: url('../images/ReImm-Rendite-immobiliari-logo-De-luca.png');
  width: 150px;
  height: 42px;
  margin-bottom: 20px;
}

.footer-01_partner_logo.zucchetti-architetture {
  background-image: url('../images/logo-ufficiale-zucchetti-architetture.webp');
  width: 150px;
  height: 41px;
  margin-bottom: 20px;
}

.footer-01_partner_logo.credipass {
  background-image: url('../images/credipass.svg');
  width: 150px;
  height: 48px;
  margin-bottom: 20px;
}

.footer-01_partner_logo.monte-dei-paschi {
  background-image: url('../images/monte-dei-paschi.svg');
  width: 150px;
  height: 62px;
}

.footer-01_partner_logo.congelab {
  background-image: url('../images/logocogenlab.png');
  width: 150px;
  height: 42px;
  margin-bottom: 20px;
}

.footer-01_partner_logo.gsa {
  background-image: url('../images/logo-80_1logo-80.png');
  width: 150px;
  height: 62px;
}

.footer-01_partner_logo.sotgia-coletti {
  background-image: url('../images/Sotgia--Coletti-Partners_rev02.svg');
  width: 150px;
  height: 42px;
}

.footer-01_partner_logo.qds {
  background-image: url('../images/QDSgroup_logo.svg');
  width: 80px;
  height: 80px;
}

.footer-01_partner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  margin-left: 2vw;
  margin-right: 2vw;
  display: flex;
}

.footer-01_partners {
  border-bottom: 1px solid #00000080;
  justify-content: center;
  padding-bottom: 30px;
  display: flex;
}

.footer-01_partner_couple {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.footer-01_link_wrap {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.footer-01_link {
  color: var(--colore-5);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  transition: color .35s;
}

.footer-01_link:hover {
  color: var(--colore-6);
}

.footer-01_link.w--current {
  color: var(--colore-7);
}

.footer-01_link.is-credits {
  margin-left: 0;
}

.footer-01_line {
  background-color: var(--colore-3);
  flex: none;
  width: 1px;
  height: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-01_text_wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer_link-2 {
  color: var(--colore-5);
  cursor: pointer;
  transition: color .35s;
}

.footer_link-2:hover {
  color: var(--colore-6);
}

.footer_text-2 {
  font-size: 12px;
}

.footer_text-2.classe {
  margin-bottom: 10px;
}

.pittogramma {
  width: 40px;
  height: 31px;
  margin-bottom: 40px;
}

.pittogramma.no-margin-nbottom {
  margin-bottom: 0;
}

.link-block {
  width: 230px;
  height: 130px;
}

.button-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.container-7 {
  z-index: 3;
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.map_component {
  height: 36vw;
}

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

.top_icon {
  color: var(--colore-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.top_text {
  color: var(--colore-2);
  text-transform: uppercase;
  margin-top: 20px;
}

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

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

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

.policy-flag {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: row;
  align-items: flex-start;
  margin-left: 5px;
  display: flex;
}

.form_label {
  margin-bottom: 0;
  font-weight: 500;
}

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

.button.is-submit {
  background-color: var(--colore-7);
  text-transform: uppercase;
  align-self: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
  transition: background-color .35s;
}

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

.dropdown_choice {
  border-top: 1px solid var(--colore-2);
  color: var(--colore-1);
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.dropdown_choice:hover {
  background-color: var(--colore-4);
  color: var(--colore-1);
  text-decoration: none;
}

.dropdown_choice:visited {
  background-color: var(--colore-5);
  color: var(--colore-1);
  text-decoration: none;
}

.dropdown_choice.w--current {
  color: var(--colore-1);
  background-color: #ffbe984f;
}

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

.form_field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--colore-2);
  color: var(--colore-1);
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.form_field-2:focus {
  background-color: var(--colore-3);
  color: var(--colore-1);
  text-transform: uppercase;
}

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

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

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

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

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

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

.gtm {
  display: none;
}

.container-8 {
  flex-direction: column;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-8.is-gdpr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.heading-technical {
  color: var(--colore-5);
  text-align: center;
  text-transform: none;
  font-size: 30px;
  line-height: 34px;
}

.button-technical_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-technical_wrapper.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.button-3.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--colore-7);
  align-items: center;
  font-size: 18px;
  transition: color .35s;
  display: flex;
}

.button-3.is-icon:hover {
  color: var(--colore-5);
}

.button_icon-2 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.text-block-7 {
  text-transform: uppercase;
  font-style: italic;
}

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

.div-block-2.aligh-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.card-02_button_wrapper {
  color: var(--colore-7);
  text-transform: uppercase;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: color .35s;
  display: flex;
}

.card-02_button_wrapper:hover {
  color: var(--colore-6);
}

.card-02_button_icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.card-02_container {
  color: #2b2b2b;
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.list-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

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

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

.text-block-8 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}

.text-block-item {
  color: #000;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin-left: 10px;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  min-height: 500px;
  max-height: 650px;
}

.slide-contesto {
  width: 100%;
  height: 100%;
}

.gdpr_richtext h1 {
  color: var(--colore-5);
  text-transform: none;
  margin-bottom: 40px;
  font-family: quiche-sans, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.gdpr_richtext p {
  max-width: none;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
}

.gdpr_richtext h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 26px;
}

.gdpr_richtext ul, .gdpr_richtext ol {
  padding-left: 20px;
}

.gdpr_richtext a {
  color: var(--colore-5);
  transition: color .35s;
}

.gdpr_richtext a:hover {
  color: var(--colore-7);
}

.gdpr_richtext li {
  margin-bottom: 5px;
  line-height: 22px;
}

.gdpr_info {
  display: none;
}

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

.technical-body {
  padding-left: 0;
}

.div-block-3 {
  z-index: 25;
  background-color: var(--colore-5);
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.zoom {
  z-index: 3;
  border: 1px solid var(--colore-7);
  color: var(--colore-7);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 6px 5px;
  transition: color .35s, background-color .35s;
  position: absolute;
  bottom: 0;
  right: 0;
}

.zoom:hover {
  background-color: var(--colore-7);
  color: #fff;
}

.text-span {
  color: var(--colore-5);
}

.scroll_mobile {
  display: none;
}

.scroll-down-arrows {
  width: 250px;
  height: 250px;
}

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

.returnbtn {
  z-index: 1000;
  background-color: #fff;
  background-image: url('../images/Icon_Arrow_Left_Dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  inset: 20px auto auto 20px;
}

.image-intro {
  z-index: 100000;
  flex: none;
  width: 260px;
  height: 160px;
}

.anim_intro {
  z-index: 1000;
  background-color: var(--colore-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.header_text_container {
  overflow: hidden;
}

.page-name {
  color: var(--colore-5);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.image-cover_wrapper {
  position: absolute;
  inset: 0%;
}

.row_images_cont {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  display: flex;
}

.gallery {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery.is-relative {
  position: relative;
}

.label_gallery {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
}

.pittogramma-gallery {
  width: 40px;
  height: 31px;
  margin-bottom: 5px;
}

.pittogramma-gallery.no-margin-nbottom {
  margin-bottom: 0;
}

.gallery-name {
  color: var(--colore-5);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.logo_menu {
  margin-bottom: 30px;
}

.interior_content {
  z-index: 2;
  flex: 1;
  min-width: 350px;
  height: 600px;
  display: flex;
}

.interior_cone {
  background-color: #fff0;
  background-image: url('../images/san-sisto_cone.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
}

.interior_cone.w--current {
  background-color: #fff0;
  background-image: url('../images/san-sisto_cone-active.svg');
}

.interior_cone._4 {
  top: 18%;
  right: 27%;
  transform: rotate(-90deg);
}

.interior_cone._2 {
  top: 29%;
  right: 59%;
  transform: rotate(125deg);
}

.interior_cone._5 {
  top: 25%;
  right: 36%;
  transform: rotate(180deg);
}

.interior_cone._6 {
  top: 55%;
  right: 35%;
  transform: rotate(-90deg);
}

.interior_cone._3 {
  top: 30%;
  left: 5%;
  transform: rotate(-90deg);
}

.interior_cone._1 {
  bottom: 27%;
  right: 79%;
  transform: rotate(225deg);
}

.interior_cone._1.w--current {
  background-color: #fff0;
}

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

.interior_image_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.interior_tab {
  background-color: #0000;
  width: 100%;
}

.interior_component {
  z-index: 1;
  border: 0 #fff;
  flex-flow: wrap-reverse;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.interior_menu {
  aspect-ratio: 1;
  background-image: url('../images/san-sisto_T1C.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 500px;
  height: 500px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 40px;
  display: flex;
  position: relative;
}

.full_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-08_component {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.opacity-60 {
  opacity: .6;
}

.audio_wrapper {
  z-index: 8;
  flex-direction: row;
  align-items: center;
  position: absolute;
  bottom: 40px;
}

.swiper-slide.slider-08_slide {
  max-width: 400px;
}

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

.slider_nav_container {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.slider_arrow {
  background-color: var(--colore-7);
  color: var(--white);
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  transform: translate(0);
}

.swiper-wrapper.slider-08_container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  display: flex;
}

.slide-08_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.nav_number {
  grid-column-gap: 6px;
  justify-content: center;
  font-size: 20px;
  display: flex;
}

.slider-08 {
  z-index: 2;
  width: 100%;
  position: relative;
}

.audio-control-3 {
  cursor: pointer;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.audio-control-3.play {
  filter: invert();
  background-color: #0000;
  background-image: url('../images/mute.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.audio-control-3.pause {
  filter: invert();
  background-color: #0000;
  background-image: url('../images/audio.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider_component {
  background-color: #0000;
  align-self: stretch;
  overflow: hidden;
}

.arrow {
  z-index: 1;
  color: var(--colore-5);
  cursor: pointer;
  flex: none;
  width: 40px;
  height: 40px;
  padding: 0;
  transition: color .4s;
  position: relative;
}

.arrow:hover {
  color: var(--colore-1);
}

.slide_caption {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-position: 0% 50%;
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 21px;
  display: flex;
}

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

.slide_image_wrapper {
  z-index: 1;
  flex: 1;
  max-height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow_icon {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: rotate(180deg);
}

.arrow_icon.is-next {
  transform: none;
}

.slide_container {
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.slide_title {
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.3;
  display: none;
}

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

.container-9.is-slider {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
}

.image_hover {
  z-index: 2;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

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

.button-plus {
  color: #96ac90;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  font-size: .8em;
  line-height: 0;
  display: flex;
}

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

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

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

.tab-link {
  background-color: var(--colore-3);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  font-family: quiche-sans, sans-serif;
  font-size: 21px;
  display: flex;
}

.tab-link.w--current {
  background-color: #f5e3d3;
}

.tabs-menu {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-content {
  border: 10px solid #f5e3d3;
}

.tab-image {
  max-width: 950px;
  height: auto;
}

.header_text-2 {
  color: #faf3ed;
  text-align: center;
  letter-spacing: 1px;
  font-family: quiche-sans, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

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

.tab-text_wrap {
  text-align: center;
  background-color: #f5e3d3;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.logo-partner_container {
  height: 100px;
}

@media screen and (max-width: 991px) {
  p {
    max-width: none;
  }

  .nav_component {
    flex-direction: row;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav_component.mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .header_component.home {
    border-width: 32px;
    border-color: var(--white);
  }

  .header_component.contatti {
    border-width: 32px;
    border-color: var(--white);
    padding-left: 40px;
  }

  .nav_logo_wrap {
    z-index: 3;
  }

  .section {
    padding: 50px 32px;
  }

  .section.bg_img {
    min-height: 60vw;
  }

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

  .section.tecnical.is-404 {
    margin-top: 0;
  }

  .heading-large {
    text-align: left;
  }

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

  .container.is-slider {
    padding-bottom: 70px;
  }

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

  .flex-horizontal.reverse.color-03 {
    flex-flow: column-reverse wrap;
  }

  .flex-horizontal.reverse {
    flex-direction: row;
    align-self: stretch;
  }

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

  .half_txt {
    width: 100%;
    max-width: none;
    padding: 40px 24px;
  }

  .square_card {
    flex: 1;
    height: 40vw;
  }

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

  .image-cover.position-bottom, .image-cover.intern_hero {
    object-position: 50% 0%;
  }

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

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

  .header_text {
    max-width: 550px;
    font-size: 40px;
  }

  .form_component {
    flex-direction: column;
  }

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

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

  .fixed_flags {
    margin-top: 0;
    top: 140px;
    right: 13px;
  }

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

  .footer_component {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .square_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    display: flex;
  }

  .square_wrap.margin_bottom {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container_img {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .container_img.tablet-reverse {
    flex-flow: column-reverse wrap;
  }

  .container_img.grid_contesto {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    height: auto;
  }

  .txt_wrap.small {
    max-width: none;
    padding: 24px;
  }

  .txt_wrap._30 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .txt_wrap._30.tablet_align-right {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .txt_wrap._30.tablet_align-left {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .txt_wrap.align-right.small {
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
  }

  .txt_wrap.align-right.is-full {
    justify-content: center;
    align-items: flex-start;
  }

  .txt_wrap.tablet_margin-bot {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .accordion_img_wrap {
    height: 30vw;
  }

  .nav_logo {
    background-position: 0%;
  }

  .section_tag_wrap {
    order: -1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-right: 0;
  }

  .section_tag {
    transform: none;
  }

  .align-right {
    align-self: flex-start;
  }

  .heading-medium {
    max-width: 550px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-medium._60 {
    width: 100%;
    min-width: auto;
    max-width: 90%;
    font-size: 20px;
    line-height: 30px;
  }

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

  .brand-card_container {
    flex-flow: column;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card-small_item {
    max-width: none;
  }

  .menu {
    padding-left: 25%;
  }

  .nav-item.heading-medium {
    font-size: 1.9rem;
  }

  .pre-heading {
    width: 100%;
  }

  .lottie-animation-2 {
    width: 2.7rem;
    height: 2.7rem;
  }

  .card-small_mask {
    flex-direction: column-reverse;
  }

  .button_component-3.secondary {
    grid-column-gap: 0px;
    margin-bottom: 3px;
  }

  .container-2, .container-3, .container-4, .quote_container, .container-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

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

  .image-contain.invert {
    max-width: 300px;
  }

  .footer-01_partner {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-01_partners {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .footer-01_link_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-01_line {
    display: none;
  }

  .footer-01_text_wrap {
    flex-direction: column;
    align-items: center;
  }

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

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

  .list-container {
    flex-flow: column;
    display: flex;
  }

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

  .row_images_cont._3imgs {
    display: flex;
  }

  .gallery.tablet-reverse {
    flex-flow: column-reverse wrap;
  }

  .interior_tab {
    height: 500px;
  }

  .interior_component {
    flex-flow: column-reverse;
    height: auto;
  }

  .interior_menu {
    margin-top: 0;
    margin-bottom: 50px;
    margin-left: 0;
  }

  .swiper-slide, .slider_component {
    width: 100%;
  }

  .arrow {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 0;
  }

  .arrow.is-next {
    right: 42%;
  }

  .arrow.is-prev {
    left: 42%;
  }

  .slide_image_wrapper {
    flex: none;
  }

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

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

  .tab-image {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1em;
  }

  .form {
    display: flex;
  }

  .header_component {
    min-height: 88vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .header_component.home {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header_component.contatti {
    height: 70vh;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

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

  .section.bg_img {
    max-height: 700px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.gradient-large.angle-45.padding-top-bot-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-xsmall {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .heading-xsmall._w-rombo {
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

  .container {
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-horizontal.reverse.color-03 {
    flex-flow: column;
  }

  .flex-horizontal.reverse {
    flex-direction: column;
    height: 100%;
  }

  .half_txt {
    padding: 20px;
  }

  .square_card {
    width: 100%;
    min-width: 100%;
    height: 60vw;
    max-height: 24vh;
    margin-left: 0;
    margin-right: 0;
  }

  .image-cover.position-left {
    object-position: 20% 50%;
  }

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

  .header_text {
    text-transform: none;
    font-size: 40px;
    line-height: 1.5;
  }

  .flag_component {
    top: 28px;
  }

  .nav_hamburger {
    height: 40px;
  }

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

  .square_wrap {
    grid-row-gap: 16px;
    flex-direction: row;
    align-items: center;
    height: 100%;
    padding: 0;
  }

  .square_wrap.margin_bottom {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container_img.grid_contesto {
    grid-template-rows: 1fr 1fr;
  }

  .txt_wrap.small {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .accordion_img_wrap {
    height: 44vw;
  }

  .lightbox_slide {
    margin-right: 10px;
  }

  .section_tag_wrap {
    margin-right: 0;
  }

  .counter_txt {
    text-align: center;
  }

  .brand-card_container {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .card-small_item {
    flex-flow: row;
    display: flex;
  }

  .card-small_item.landscape-reverse {
    flex-flow: row-reverse;
  }

  .card-small_item.is-scheda {
    flex-flow: column;
    width: 100%;
  }

  .xs_text {
    margin-top: 16px;
    margin-bottom: 16px;
  }

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

  .section_tag_mask {
    max-height: none;
  }

  .button-detail {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .card-small_mask {
    width: 100%;
    height: 250px;
  }

  .card-small_txt_wrap {
    padding: 20px;
  }

  .button_component-3.secondary {
    margin-bottom: 32px;
  }

  .container-2, .container-3, .container-4, .quote_container, .container-6 {
    grid-row-gap: 0px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-03-secondary {
    margin-top: 25px;
  }

  .button-03 {
    margin-top: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }

  .footer-01_partner_text {
    margin-bottom: 10px;
  }

  .footer-01_partner_couple {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
  }

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

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

  .link-block {
    width: 160px;
    height: 100px;
  }

  .button-wrap {
    margin-top: 40px;
  }

  .container-7 {
    grid-row-gap: 0px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .slider-2 {
    min-height: 400px;
    max-height: 500px;
  }

  .gdpr_richtext h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .zoom {
    width: 35px;
    height: 35px;
  }

  .image-intro {
    width: 200px;
    height: 125px;
  }

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

  .interior_menu {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .swiper-slide {
    max-width: none;
  }

  .swiper-wrapper.slider-08_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .arrow {
    background-image: none;
  }

  .text-card {
    font-size: .9em;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-left: 0;
  }

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

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

  .nav_component.mobile {
    border-bottom-style: solid;
    border-right-style: none;
    border-bottom-color: var(--colore-1);
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    display: flex;
    inset: 0 0% auto;
  }

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

  .header_component.home, .header_component.contatti {
    border-width: 100px 24px 24px;
    width: 100%;
    min-width: 100vw;
  }

  .nav_logo_wrap.mobile {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    top: 0;
    left: 24px;
    right: 24px;
  }

  .section {
    height: 100%;
    overflow: hidden;
  }

  .section.no-padding-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.bg_img {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .section.is-intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-xsmall {
    text-align: left;
    font-size: 12px;
  }

  .heading-large {
    text-align: left;
    font-size: 24px;
  }

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

  .container.tecnical {
    padding: 40px 20px;
  }

  .flex-horizontal.reverse.color-03 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse wrap;
  }

  .flex-horizontal.reverse {
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
  }

  .image-cover {
    min-height: 100%;
  }

  .image-cover.position-bottom, .image-cover.intern_hero {
    object-position: 30% 0%;
  }

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

  .header_text {
    box-sizing: content-box;
    font-size: 8.3vw;
    line-height: 10vw;
  }

  .header_container {
    font-size: 1.2rem;
  }

  .fixed_flags {
    right: 14px;
  }

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

  .flag_icon_wrap {
    width: 35px;
    height: 35px;
  }

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

  .square_wrap {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .square_wrap.margin_bottom {
    flex-direction: row;
  }

  .container_img {
    flex-flow: column;
    flex: 1;
  }

  .container_img.grid_contesto {
    grid-template-rows: 1fr 1fr;
  }

  .form_title {
    text-align: left;
    font-size: 24px;
  }

  .txt_wrap.small {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .txt-uppercase {
    font-size: 11px;
  }

  .nav_logo.black {
    opacity: 1;
  }

  .section_tag_wrap {
    order: -1;
    align-self: center;
    display: flex;
  }

  .section_tag {
    flex: 0 auto;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    transform: none;
  }

  .counter_txt {
    font-size: 24px;
  }

  .heading-medium._60 {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 18px;
  }

  .brand-card_container {
    flex-flow: column;
    align-items: stretch;
    margin-top: 0;
    display: flex;
  }

  .card-small_item, .card-small_item.landscape-reverse {
    flex-flow: column;
  }

  .card-small_item.is-scheda {
    width: 100%;
  }

  .menu {
    padding-top: 80px;
    padding-left: 10%;
    inset: 0%;
  }

  .txt-men-_container {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .icon_flag {
    width: 1.3rem;
    height: 1.3rem;
  }

  .icon_flag.plani {
    width: 1.2rem;
    height: 1.2rem;
  }

  .header_scroll {
    display: none;
  }

  .pre-heading {
    width: 100%;
  }

  .button-detail {
    text-align: left;
    font-size: 12px;
  }

  .card-small_mask {
    flex-direction: column-reverse;
    width: 100%;
    height: 200px;
  }

  .card-small_txt_wrap {
    padding: 10px;
  }

  .card-small_txt_wrap.is-capitolato {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .container-2 {
    min-height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-h2 {
    margin-top: 32px;
  }

  .container-3, .container-4, .quote_container, .container-6 {
    min-height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-contain {
    min-height: 100%;
  }

  .button-03-secondary {
    margin-top: 15px;
    padding-right: 0;
  }

  .elements_wrapper {
    border-style: none;
  }

  .button-03 {
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 500;
  }

  .button-03:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .container-7 {
    min-height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-technical {
    font-size: 21px;
    line-height: 31px;
  }

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

  .gdpr_richtext h2 {
    line-height: 24px;
  }

  .gdpr_richtext li {
    font-size: 14px;
  }

  .zoom {
    width: 30px;
    height: 30px;
  }

  .scroll_mobile {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    display: flex;
  }

  .scroll-down-arrows {
    width: 100%;
    height: 100%;
  }

  .image-intro {
    min-height: 100%;
  }

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

  .gallery {
    aspect-ratio: 1;
    flex: 1;
  }

  .interior_content {
    flex: 0 auto;
    min-width: auto;
    height: 300px;
  }

  .interior_cone {
    width: 35px;
    height: 35px;
  }

  .interior_tab {
    height: auto;
  }

  .swiper-wrapper.slider-08_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .arrow.is-next {
    right: 28%;
  }

  .arrow.is-prev {
    left: 28%;
  }

  .tab-link {
    width: 100%;
  }

  .tab-image {
    height: auto;
  }

  .header_text-2 {
    box-sizing: content-box;
    font-size: 8.3vw;
    line-height: 10vw;
  }
}

#w-node-_6668c1b1-cb42-3eb2-9fdf-1edefe3fb4d3-fe3fb4c1, #w-node-_6668c1b1-cb42-3eb2-9fdf-1edefe3fb4df-fe3fb4c1, #w-node-_6668c1b1-cb42-3eb2-9fdf-1edefe3fb517-fe3fb4c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6668c1b1-cb42-3eb2-9fdf-1edefe3fb51d-fe3fb4c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_6668c1b1-cb42-3eb2-9fdf-1edefe3fb51e-fe3fb4c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7d6c832-fe45-b29a-f381-99a96e3ecb3f-6c8336ed {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_923a97fb-340d-204c-96c8-5feb6941d40f-6c8336ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_657fc7e7-5b88-66de-8ef3-be320ef064da-6c8336ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_21e34dbf-784b-484c-52b5-0fe23ce7ab45-3ce7ab28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d7d6c832-fe45-b29a-f381-99a96e3ecb3f-6c8336ed {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_923a97fb-340d-204c-96c8-5feb6941d40f-6c8336ed {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_657fc7e7-5b88-66de-8ef3-be320ef064da-6c8336ed {
    grid-area: 2 / 4 / 3 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6668c1b1-cb42-3eb2-9fdf-1edefe3fb4d3-fe3fb4c1, #w-node-_6668c1b1-cb42-3eb2-9fdf-1edefe3fb4df-fe3fb4c1, #w-node-_6668c1b1-cb42-3eb2-9fdf-1edefe3fb517-fe3fb4c1, #w-node-_6668c1b1-cb42-3eb2-9fdf-1edefe3fb51d-fe3fb4c1 {
    grid-column: span 1 / span 1;
  }
}


