:root {
  --grey: #919191;
  --bianco: #fff;
  --rosso: red;
  --grey-testo: #4d4d4d;
  --nero: #000;
  --verdone: #013529;
  --grigione: #272727;
  --nero-trasp: #00000094;
  --color: #f0f0f0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  border-bottom: 1px dotted var(--grey);
  background-color: var(--bianco);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 60px;
  font-size: 15px;
  display: flex;
}

.section-2 {
  width: 100%;
  height: 70px;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.bold-text {
  font-weight: 500;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: var(--bianco);
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 20px 40px;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  border-bottom: 1px solid var(--bianco);
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  transition: all .6s;
}

.nav-link:hover {
  border-bottom-color: var(--rosso);
  color: var(--rosso);
  font-weight: 400;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link:visited {
  color: var(--rosso);
  font-weight: 400;
}

.nav-link.w--current:active {
  color: var(--grey-testo);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.slider {
  object-fit: cover;
  border-bottom-right-radius: 200px;
  width: 100%;
  height: 800px;
  position: static;
}

.slide {
  overflow-wrap: normal;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.heading {
  color: var(--grey-testo);
  text-align: center;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.paragraph {
  color: var(--grey-testo);
  text-align: center;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
}

.div-block {
  border-bottom: 1px solid var(--grey-testo);
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

.container-2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 1080px;
  height: auto;
  margin: 60px 100px;
  display: flex;
}

.button {
  background-color: var(--bianco);
  color: var(--grey-testo);
  letter-spacing: 3px;
  border: 1px solid #000;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  transition: all .65s;
}

.button:hover {
  border-color: var(--rosso);
  opacity: 1;
}

.column {
  background-color: var(--nero);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 100px;
  display: flex;
}

.heading-2 {
  color: var(--bianco);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  color: var(--bianco);
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
}

.slide-nav {
  width: 100%;
  height: 0;
  font-size: 0;
}

.column-2 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.section-3 {
  background-image: url('../images/pattern-tipofgrafia-sebina.gif');
  background-position: 50%;
  background-size: auto;
  padding-top: 40px;
}

.container-3 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1080px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

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

.heading-3 {
  color: var(--bianco);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.bold-text-2 {
  font-weight: 300;
}

.superscript {
  font-size: 25px;
}

.paragraph-3 {
  color: var(--bianco);
  text-align: center;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
}

.container-4 {
  max-width: 1080px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bold-text-3 {
  font-weight: 600;
}

.section-5 {
  background-color: var(--grey-testo);
}

.text-block-2 {
  background-color: var(--grigione);
  color: var(--bianco);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 300;
  position: static;
  inset: auto 0% 0%;
}

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

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

.div-block-2 {
  border-bottom: 1px solid var(--bianco);
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.image {
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 800px;
  max-height: none;
  position: static;
}

.mask {
  object-fit: cover;
  border-bottom-right-radius: 200px;
  width: 100%;
  height: 800px;
}

.container-6 {
  z-index: 2;
  background-color: var(--nero-trasp);
  opacity: 1;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: 250px;
  margin-top: 234px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-4 {
  color: var(--bianco);
  text-align: left;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 200;
  line-height: 60px;
}

.slide-nav-2 {
  font-size: 0;
}

.heading-5 {
  color: var(--grey-testo);
  margin-top: -6px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
  font-weight: 600;
}

.section-6 {
  background-color: var(--nero);
  background-image: url('../images/puntini.png');
  background-position: 50%;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-7 {
  max-width: 1080px;
}

.heading-6 {
  color: var(--bianco);
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 200;
  line-height: 36px;
}

.section-7 {
  background-image: url('../images/GRAFICA-TIPOGRAFIA-SEBINA.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: 0;
  display: flex;
}

.columns {
  width: 960px;
}

.heading-7 {
  color: var(--bianco);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-4 {
  color: var(--bianco);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.column-3, .column-4, .column-5 {
  border-right: 1px solid var(--grey);
  padding-left: 20px;
  padding-right: 20px;
}

.column-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.container-8 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  opacity: .63;
}

.slide-nav-3 {
  font-size: 0;
}

.slider-2 {
  object-fit: cover;
  width: 100%;
  height: 800px;
  margin-bottom: 0;
}

.mask-2, .slide-2, .image-3 {
  object-fit: cover;
  width: 100%;
}

.container-9 {
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.paragraph-5 {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.bold-text-16 {
  color: var(--grey-testo);
  text-decoration: none;
}

.heading-8 {
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 600;
}

.heading-9 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 34px;
}

.bold-text-17 {
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 10px;
}

.column-7 {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-4 {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: none;
  position: static;
}

.column-8 {
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.heading-10 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-11 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.bold-text-18 {
  font-size: 23px;
  font-weight: 600;
}

.paragraph-6 {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.column-9 {
  padding-left: 40px;
  padding-right: 100px;
  display: flex;
}

.column-10 {
  aspect-ratio: 1;
  object-fit: cover;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.image-5 {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.container-10, .container-11 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.bold-text-19 {
  font-size: 39px;
  font-weight: 600;
}

.columns-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.columns-3 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.columns-4, .columns-5, .columns-6, .columns-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.columns-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.link-2, .link-3 {
  color: var(--grey-testo);
  text-decoration: none;
}

.body {
  color: var(--grey-testo);
}

.div-block-3 {
  border-top: 1px solid var(--grey-testo);
  flex-flow: column;
  align-self: center;
  width: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.column-13 {
  text-align: center;
  flex-flow: column;
  padding: 40px 100px;
  display: flex;
}

.paragraph-7 {
  color: var(--grey-testo);
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 36px;
}

.heading-12 {
  color: var(--grey-testo);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.image-8 {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  max-height: none;
  display: block;
  position: static;
}

.slide-3 {
  vertical-align: baseline;
  width: auto;
  height: 100%;
}

.mask-3 {
  width: auto;
  height: 100%;
  position: relative;
}

.slider-3 {
  aspect-ratio: auto;
  background-color: var(--bianco);
  flex: 1;
  align-self: auto;
  width: auto;
  height: 100%;
}

.columns-9 {
  width: 100%;
  height: auto;
}

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

.content-wrapper {
  background-color: var(--nero);
  text-align: left;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 100px;
  display: flex;
}

.content-wrapper.dark {
  color: #fff;
  background-color: #333;
}

.card {
  width: 100%;
  height: 100%;
  margin-top: 0;
  overflow: hidden;
}

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

.card-content {
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.card-content.right {
  border-radius: 0;
}

.columns-flex {
  height: auto;
  position: relative;
}

.columns-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.sliding-image-wrapper {
  border-radius: 0;
  width: auto;
  height: 100%;
  overflow: hidden;
}

.sticky-animation-track {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.column-14 {
  flex-flow: column;
  width: 50%;
  height: 301%;
  display: flex;
  overflow: hidden;
}

.column-14.left, .column-14.right {
  height: 100%;
}

.content-wrapper-2 {
  background-color: #f5f5f5;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
}

.content-wrapper-2.dark {
  color: #fff;
  background-color: #333;
}

.card-2 {
  width: 100%;
  height: 101%;
  margin-top: -2px;
  overflow: hidden;
}

.sliding-image-2 {
  width: 100%;
  height: 100%;
}

.card-content-2 {
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.columns-flex-2 {
  height: 100vh;
  position: relative;
}

.columns-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.sliding-image-wrapper-2 {
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.column-15 {
  flex-flow: column;
  width: 50%;
  height: 301%;
  display: flex;
  overflow: hidden;
}

.benefits {
  color: #002a4d;
  background-color: #fff;
  padding: 40px;
}

.benefits-list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  margin-top: 40px;
}

.benefits-main-img-content {
  border-radius: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.benefits-img {
  z-index: 1;
  position: relative;
}

.benefits-description-v2 {
  max-width: 225px;
}

.caption-border {
  border-bottom: 3px solid #00ac8d;
  border-radius: 100px;
  width: 52px;
  margin-left: auto;
  margin-right: auto;
}

.caption-border.left-3 {
  width: 68px;
  margin-left: 0;
}

.benefits-heading {
  color: #2d3436;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.container-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.img-cover {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.section-caption-wrapper {
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.section-caption-wrapper.left {
  margin-left: 0;
}

.font-primary {
  color: #00ac8d;
  font-weight: 500;
}

.benefits-img-v2 {
  z-index: 1;
  position: relative;
}

.benefits-description {
  max-width: 225px;
}

.benefits-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-items: center stretch;
}

.benefits-content {
  text-align: center;
  width: auto;
  margin: 140px 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.benifits-main-description {
  max-width: 570px;
  margin-bottom: 0;
}

.benefits-img-content-v2 {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
}

.benefits-title-v2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.caption-title {
  margin-bottom: 11px;
  line-height: 1.2;
}

.benefits-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.icon-2, .icon-3, .slide-nav-4 {
  font-size: 0;
}

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

.mask-4, .slider-4 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.container-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.benefits-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--nero);
  text-align: center;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  padding-left: 0;
}

.benefits-content-2 {
  background-color: var(--nero-trasp);
  width: auto;
  color: var(--nero);
  text-align: center;
  margin: 100px 60px;
  padding-left: 0;
  padding-right: 0;
}

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

.bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27 {
  font-weight: 600;
}

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

.bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33 {
  font-weight: 600;
}

.section-8 {
  background-image: url('../images/puntini_1.png');
  background-position: 50%;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.section-9 {
  flex-flow: column;
  display: flex;
}

.section-10 {
  background-color: var(--nero-trasp);
  opacity: .71;
  position: absolute;
  inset: 0%;
}

.heading-13 {
  color: var(--color);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.container-18 {
  flex: 0 auto;
  order: 0;
}

.image-10 {
  width: 60px;
  margin-right: -10px;
}

.heading-14 {
  background-color: var(--nero);
  color: var(--bianco);
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  inset: auto 0% 0%;
}

.section-11 {
  z-index: 30;
  background-color: var(--nero);
  position: fixed;
  inset: auto 0% 0%;
}

.heading-15 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
}

.cell {
  color: var(--bianco);
  justify-content: flex-start;
  align-items: flex-end;
}

.quick-stack {
  padding: 0 40px;
}

.link-block {
  text-decoration: none;
  transition: opacity .6s;
}

.link-block:hover {
  opacity: .55;
}

.paragraph-8 {
  color: var(--grey-testo);
  text-align: justify;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
}

.heading-16 {
  color: var(--grey-testo);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
}

.div-block-4 {
  border-bottom: 1px solid var(--grey-testo);
  margin-bottom: 60px;
}

.link-block-2 {
  transition: all .6s;
}

.link-block-2:hover {
  opacity: .58;
}

.container-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
  position: absolute;
  inset: 113% 0% auto;
}

.image-11 {
  align-self: center;
}

.section-12 {
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .container-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

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

  .column-7, .column-10 {
    background-image: none;
  }

  .image-6 {
    width: 100%;
  }

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

@media screen and (min-width: 1440px) {
  .container-2 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 1080px;
  }

  .section-3 {
    flex-flow: column;
    display: flex;
  }

  .benefits-content {
    margin-right: 100px;
  }

  .benefits-content-2 {
    margin-left: 100px;
  }

  .columns-10 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    margin-top: 60px;
  }

  .container-2 {
    box-sizing: border-box;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 1080px;
    position: static;
  }

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

  .container-3 {
    align-self: center;
    max-width: 1080px;
  }

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

  .slider-2 {
    height: 850px;
  }

  .column-7 {
    background-image: none;
  }

  .column-8 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .columns-8 {
    justify-content: center;
    align-items: center;
  }

  .benefits-content {
    margin-right: 220px;
  }

  .benefits-content-2 {
    margin-left: 220px;
  }

  .body-2 {
    flex-flow: column;
    display: block;
  }

  .columns-10 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-13 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-right: 40px;
  }

  .navbar-logo-left-container.shadow-three {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 10px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px 350px;
    font-weight: 500;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 45px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--bianco);
    color: var(--grey-testo);
  }

  .slider {
    height: 500px;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    font-size: 36px;
  }

  .div-block {
    width: 150px;
  }

  .container-2 {
    text-align: center;
    margin-bottom: 40px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .container-3, .container-4 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .image {
    height: 500px;
  }

  .mask {
    border-bottom-right-radius: 150px;
    height: 500px;
  }

  .container-6 {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    height: 200px;
    margin-top: 102px;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .section-6 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .columns {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }

  .column-3, .column-4, .column-5, .column-6 {
    height: 390px;
  }

  .slider-2 {
    background-color: var(--bianco);
    height: 500px;
  }

  .container-9 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-5, .bold-text-16 {
    text-decoration: none;
  }

  .column-7 {
    order: 9999;
  }

  .column-8 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-9 {
    flex-flow: column;
    order: -9999;
    justify-content: flex-start;
    align-items: center;
    padding-right: 40px;
  }

  .column-10, .container-10 {
    order: 0;
  }

  .container-11 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .columns-2, .columns-3, .columns-4, .columns-5 {
    flex-flow: column;
  }

  .columns-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .columns-7 {
    flex-flow: column;
  }

  .columns-8 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .icon {
    color: var(--grey-testo);
    font-size: 50px;
  }

  .benefits {
    padding: 20px;
  }

  .benefits-list {
    margin-top: 40px;
  }

  .section-caption-wrapper {
    font-size: 16px;
  }

  .benefits-wrapper {
    grid-column-gap: 0px;
  }

  .benefits-content {
    margin: 100px 40px;
    padding-top: 0;
  }

  .container-14 {
    width: auto;
    max-width: none;
  }

  .benefits-wrapper-2 {
    grid-column-gap: 0px;
    width: 100%;
  }

  .benefits-content-2 {
    margin: 60px 40px;
  }

  .slide-4 {
    width: 100%;
  }

  .superscript-2 {
    font-size: 15px;
  }

  .columns-10 {
    flex-flow: column;
    display: flex;
  }

  .container-17 {
    margin-top: 40px;
  }

  .section-11 {
    z-index: 20;
  }

  .list-item {
    color: var(--grey-testo);
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-right: 20px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading {
    text-align: center;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .container-2 {
    margin-top: 20px;
  }

  .container-3, .container-4 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .section-7 {
    height: auto;
  }

  .columns {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin: 40px 140px 100px;
  }

  .column-3 {
    border-bottom: 1px solid var(--grey-testo);
    text-align: center;
    border-right-style: none;
    height: auto;
    margin-bottom: 40px;
  }

  .column-4, .column-5 {
    border-bottom: 1px solid var(--grey-testo);
    border-right-style: none;
    height: auto;
    margin-bottom: 40px;
  }

  .column-6 {
    height: auto;
  }

  .slider-2 {
    height: 450px;
  }

  .columns-3 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

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

  .column-12 {
    height: 50px;
  }

  .content-wrapper {
    padding: 15px;
  }

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

  .content-wrapper-2 {
    padding: 15px;
  }

  .columns-wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .benefits-description-v2 {
    max-width: none;
  }

  .caption-border.left-3 {
    width: 60px;
  }

  .benefits-heading {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .section-caption-wrapper {
    font-size: 14px;
  }

  .benefits-description {
    max-width: none;
  }

  .benefits-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .benefits-content {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .benifits-main-description {
    max-width: none;
  }

  .caption-title {
    margin-bottom: 8px;
  }

  .benefits-wrapper-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .benefits-content-2 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading-13 {
    font-size: 40px;
    line-height: 45px;
  }

  .heading-15 {
    line-height: 15px;
  }

  .quick-stack {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-19 {
    margin-left: 40px;
    margin-right: 40px;
  }
}

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

  .nav-menu-two {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding-left: 140px;
    padding-right: 140px;
  }

  .nav-link {
    padding-bottom: 20px;
    font-size: 16px;
  }

  .menu-button.w--open {
    background-color: var(--bianco);
    color: var(--grey-testo);
  }

  .slider {
    height: 300px;
  }

  .slide {
    height: 400px;
  }

  .heading {
    text-align: center;
  }

  .paragraph {
    font-size: 15px;
    line-height: 32px;
  }

  .container-2 {
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-3 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-3 {
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 30px;
  }

  .container-4 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image {
    height: 400px;
  }

  .mask {
    border-bottom-right-radius: 100px;
    height: 400px;
  }

  .columns {
    margin-left: 40px;
    margin-right: 40px;
  }

  .column-3, .column-4, .column-5 {
    border-bottom: 1px solid var(--grey-testo);
    margin-bottom: 10px;
  }

  .slider-2 {
    height: 250px;
  }

  .container-9 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .column-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-10, .container-11 {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .column-11 {
    padding-left: 10px;
  }

  .column-12 {
    height: 20px;
  }

  .icon {
    color: var(--grey);
  }

  .content-wrapper {
    padding: 10px;
  }

  .columns-wrapper {
    height: 50vh;
  }

  .content-wrapper-2 {
    padding: 10px;
  }

  .columns-wrapper-2 {
    height: 50vh;
  }

  .benefits-list {
    grid-template-columns: 1fr;
  }

  .caption-border.left-3 {
    width: 54px;
  }

  .benefits-heading {
    font-size: 30px;
  }

  .benefits-content {
    margin-top: 0;
  }

  .benefits-content-2 {
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-13 {
    font-size: 25px;
    line-height: 32px;
  }

  .image-10 {
    margin-right: -12px;
  }

  .quick-stack {
    grid-column-gap: 4px;
  }

  .heading-16 {
    font-size: 40px;
  }

  .container-19 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#w-node-bd74955f-5523-d41c-41ef-3baa0ec730d7-8ae6003a {
  place-self: auto end;
}

#w-node-_9a0e9bfa-f539-8246-3667-c40bad793edf-8ae6003a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_8a74571d-adb0-52de-ccd1-a73e2a226239-2a226238 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

@media screen and (max-width: 767px) {
  #w-node-bd74955f-5523-d41c-41ef-3baa0ec730ff-8ae6003a, #w-node-_9a0e9bfa-f539-8246-3667-c40bad793f07-8ae6003a {
    order: -9999;
  }

  #w-node-_8a74571d-adb0-52de-ccd1-a73e2a226239-2a226238 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
  }
}


