#header-sf {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  overflow: hidden;
}
#header-sf #mobile-menu {
  position: absolute;
  top: 22px;
  right: 24px;
}
@media screen and (max-width: 767px) {
  #header-sf #mobile-menu {
    top: 15px;
    right: 16px;
  }
}
#header-sf #mobile-menu .mobile-open {
  width: 44px;
  height: 44px;
  appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#header-sf #mobile-menu .mobile-open span {
  height: 3px;
  width: 24px;
  background-color: #fff;
  margin-bottom: 4px;
}
#header-sf #mobile-menu .mobile-open span:last-child {
  margin-bottom: 0px;
}
#header-sf #navigation {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 30px;
}
@media screen and (max-width: 1023px) {
  #header-sf #navigation {
    padding: 22px 24px;
  }
}
@media screen and (max-width: 767px) {
  #header-sf #navigation {
    padding: 15px 16px;
  }
}
#header-sf .logo-wrap {
  position: relative;
  width: 111px;
  margin-left: 0;
  margin-right: auto;
}
#header-sf .logo-wrap img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #header-sf .logo-wrap {
    width: 70px;
  }
}
#header-sf #navigation-links {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 6;
}
#header-sf #navigation-links a {
  text-transform: uppercase;
  color: #ffffff;
  font-family: RoobertENEL;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  margin: 0 15px;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  #header-sf #navigation-links {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #072662;
    transform: translateX(100%);
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    overflow-y: scroll;
    align-items: flex-start;
    transition: transform 0.5s ease-in-out;
  }
  #header-sf #navigation-links.open {
    transform: translateX(0%);
  }
  #header-sf #navigation-links li {
    width: 100%;
    margin-bottom: 20px;
  }
  #header-sf #navigation-links a {
    border-bottom: 1px solid #fff;
    font-size: 14px;
    padding: 13px 0;
    display: block;
    text-align: left;
  }
  #header-sf #navigation-links .mobile-close_row {
    position: relative;
    background-color: #134DC4;
    height: 89px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 27px;
  }
  #header-sf #navigation-links .mobile-close_row #mobile-close {
    position: relative;
    height: 44px;
    width: 44px;
    appearance: none;
    outline: none;
    border: none;
    background-color: transparent;
    margin-right: 24px;
    padding: 0;
  }
  #header-sf #navigation-links .mobile-close_row #mobile-close span {
    position: absolute;
    background-color: #fff;
    width: 24px;
    height: 3px;
    display: block;
    transform-origin: 50%;
    left: 10px;
  }
  #header-sf #navigation-links .mobile-close_row #mobile-close span:nth-child(1) {
    transform: rotate(45deg);
  }
  #header-sf #navigation-links .mobile-close_row #mobile-close span:nth-child(2) {
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  #header-sf #navigation-links .mobile-close_row {
    height: 54px;
  }
  #header-sf #navigation-links .mobile-close_row #mobile-close {
    margin-right: 16px;
  }
}
#hero-sf .hero-content {
  position: relative;
  background-color: #D3135A;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#hero-sf .grid-sf_spacing {
  display: flex;
  align-items: start;
  justify-content: start;
}
#hero-sf .article-hero {
  color: #ffffff;
  text-align: left;
  padding: 160px 0 100px;
  width: 58.33333333%;
}
@media screen and (max-width: 1023px) {
  #hero-sf .article-hero {
    width: 100%;
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  #hero-sf .article-hero {
    width: 100%;
    padding-top: 80px;
  }
}
#hero-sf .article-hero h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  font-family: 'Roobert Light';
  line-height: 110%;
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  #hero-sf .article-hero h1 {
    font-size: 38px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  #hero-sf .article-hero h1 {
    font-size: 28px;
  }
}
#hero-sf .article-hero p {
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  #hero-sf .article-hero p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #hero-sf .article-hero p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #hero-sf .article-hero .cta-sf.cta-sf__white {
    width: 100%;
  }
}
#hero-sf .article-hero .bullets-hero {
  position: relative;
  color: #fff;
}
#hero-sf .article-hero .bullets-hero p {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
#hero-sf .article-hero .bullets-hero p span {
  margin-left: 8px;
}
#hero-sf .article-hero img {
  display: block;
  width: 100%;
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  #hero-sf .article-hero img {
    margin: 16px 0;
  }
}
#hero-sf .article-hero .hero__btns-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 24px;
  margin-top: 32px;
}
#hero-sf .article-hero .hero__btns-wrapper a,
#hero-sf .article-hero .hero__btns-wrapper button {
  flex: 1 1 auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #hero-sf .article-hero .hero__btns-wrapper {
    margin-top: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #hero-sf .article-hero .hero__btns-wrapper {
    flex-direction: column;
  }
  #hero-sf .article-hero .hero__btns-wrapper a,
  #hero-sf .article-hero .hero__btns-wrapper button {
    width: 100%;
    flex: 1 1 100%;
    gap: 16px;
  }
}
#hero-sf .article-hero .informativa-wrap {
  margin-top: 16px;
}
#hero-sf .article-hero .informativa-wrap p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
  font-weight: 400;
}
#hero-sf .article-hero .informativa-wrap p .trigger-informativa {
  margin-left: 8px;
  text-decoration: underline;
  cursor: pointer;
}
#hero-sf .hero-loop {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 41.66666667%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
#hero-sf .hero-loop.loaded {
  opacity: 1;
}
#hero-sf .hero-loop .hero-loop_slider {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#hero-sf .hero-loop .loop-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#hero-sf .hero-loop img {
  position: relative;
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: 0;
}
.section-conviene {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 160px 0;
  border-bottom: 1px solid #C2CDDD;
}
@media screen and (max-width: 1023px) {
  .section-conviene {
    flex-direction: column;
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-conviene {
    flex-direction: column;
    padding: 60px 0;
  }
}
.section-conviene aside {
  width: 41.66666667%;
}
.section-conviene aside .tag-title {
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 300;
  font-family: 'Roobert Light';
}
@media screen and (max-width: 1023px) {
  .section-conviene aside .tag-title {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.section-conviene aside h2 {
  font-size: 50px;
  font-style: normal;
  margin: 0 0 20px;
  font-weight: 300;
  font-family: 'Roobert Light';
  line-height: 100%;
  color: #222;
}
@media screen and (max-width: 1023px) {
  .section-conviene aside {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
    margin-bottom: 40px;
  }
}
.section-conviene aside .description {
  font-size: 22px;
  color: #0E141A;
  margin: 24px 0;
  line-height: 120%;
  font-weight: 300;
  font-family: 'Roobert Light';
}
@media screen and (max-width: 1023px) {
  .section-conviene aside .description {
    font-size: 16px;
    margin: 24px 0;
  }
}
.section-conviene aside img {
  display: block;
  width: 100%;
  margin-top: 24px;
}
.section-conviene .content-scroll {
  width: 50%;
  margin-left: 8.33%;
}
@media screen and (max-width: 1023px) {
  .section-conviene .content-scroll {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
}
.section-conviene .content-scroll .description {
  font-size: 18px;
  color: #0E141A;
  margin-bottom: 8px;
  line-height: 120%;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .section-conviene .content-scroll .description {
    font-size: 16px;
  }
}
.section-conviene .content-scroll .description-numbers {
  font-size: 32px;
  margin-bottom: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #D3135A;
}
.section-conviene .content-scroll .description-numbers.big-font {
  font-size: 46px;
}
@media screen and (max-width: 1023px) {
  .section-conviene .content-scroll .description-numbers.big-font {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.section-conviene .content-scroll .description-numbers .lined {
  color: #667790;
  text-decoration: line-through;
}
.section-conviene .content-scroll .description-numbers .smaller {
  font-size: 24px;
  font-style: normal;
}
@media screen and (max-width: 1023px) {
  .section-conviene .content-scroll .description-numbers .smaller {
    font-size: 16px;
  }
}
.section-conviene .content-scroll .note {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.section-conviene .content-scroll .note:not(:last-of-type) {
  margin-bottom: 16px;
}
.section-conviene .side-cta__wrapper {
  display: inline-flex;
  align-items: center;
  column-gap: 24px;
}
.section-conviene .side-cta__wrapper .cta-sf {
  align-self: stretch;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .section-conviene .side-cta__wrapper {
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-conviene .side-cta__wrapper {
    flex: auto;
    width: 100%;
    flex-direction: column;
    column-gap: 0;
    row-gap: 24px;
  }
  .section-conviene .side-cta__wrapper .cta-sf {
    width: 100%;
    padding: 17px 0;
  }
}
.section-conviene .side-cta__wrapper .goto-slider {
  cursor: pointer;
}
.side-with-scroll-sf {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #C2CDDD;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .side-with-scroll-sf {
    display: block;
    text-align: center;
    padding-bottom: 80px;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .side-with-scroll-sf {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .side-with-scroll-sf .cta-sf {
    display: block !important;
  }
}
.side-with-scroll-sf .side-cta__wrapper {
  display: inline-flex;
  align-items: center;
  column-gap: 24px;
}
.side-with-scroll-sf .side-cta__wrapper .cta-sf {
  align-self: stretch;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .side-with-scroll-sf .side-cta__wrapper {
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .side-with-scroll-sf .side-cta__wrapper {
    flex: auto;
    width: 100%;
    flex-direction: column;
    column-gap: 0;
    row-gap: 24px;
  }
  .side-with-scroll-sf .side-cta__wrapper .cta-sf {
    width: 100%;
    padding: 17px 0;
  }
}
.side-with-scroll-sf #aside-sticky {
  position: sticky;
  color: #0E141A;
  font-weight: 300;
  font-family: 'Roobert Light';
  top: 160px;
  width: 33.33333333%;
  margin-bottom: 80px;
  z-index: 5;
  height: auto !important;
}
@media screen and (max-width: 1280px) {
  .side-with-scroll-sf #aside-sticky {
    top: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .side-with-scroll-sf #aside-sticky {
    top: -60px;
    width: 100vw;
    margin-left: -24px;
    margin-bottom: 0;
    text-align: left;
    background-color: #fff;
  }
  .side-with-scroll-sf #aside-sticky .cta-sf {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .side-with-scroll-sf #aside-sticky {
    top: -75px;
    margin-left: -16px;
  }
}
.side-with-scroll-sf #aside-sticky .tag-title {
  margin-bottom: 20px;
  color: #0E141A;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 1023px) {
  .side-with-scroll-sf #aside-sticky .tag-title {
    font-size: 28px;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .side-with-scroll-sf #aside-sticky .tag-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.side-with-scroll-sf #aside-sticky ul {
  margin-bottom: 40px;
}
.side-with-scroll-sf #aside-sticky ul li h5 {
  margin: 0 0 20px;
  color: #667790;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  transition: color 0.5s ease-out;
  cursor: pointer;
}
.side-with-scroll-sf #aside-sticky ul li.selected h5 {
  color: #D3135A;
}
@media screen and (max-width: 1023px) {
  .side-with-scroll-sf #aside-sticky ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  .side-with-scroll-sf #aside-sticky ul li h5 {
    padding: 14px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
  .side-with-scroll-sf #aside-sticky ul li.selected h5 {
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .side-with-scroll-sf #aside-sticky ul {
    font-size: 28px;
    margin-bottom: 16px;
    gap: 16px;
  }
  .side-with-scroll-sf #aside-sticky ul li h5 {
    padding: 14px 0;
    font-size: 12px;
    line-height: 20px;
  }
}
.side-with-scroll-sf #content-scroll {
  width: 66.66666667%;
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .side-with-scroll-sf #content-scroll {
    width: 100%;
    margin-left: 0;
    text-align: left;
    padding-bottom: 40px;
  }
}
.side-with-scroll-sf #content-scroll .content-card {
  position: relative;
}
.side-with-scroll-sf #content-scroll .content-card .promo-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #0047CC;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 12px;
}
.side-with-scroll-sf #content-scroll .content-card .promo-header p {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .side-with-scroll-sf #content-scroll .content-card .promo-header p {
    font-size: 18px;
  }
}
.side-with-scroll-sf #content-scroll .content-card .promo-header b {
  font-weight: 700;
}
.side-with-scroll-sf #content-scroll .content-card .promo-header img {
  flex: 32px 0 0;
  width: 32px;
  border-radius: 4px;
}
.side-with-scroll-sf #content-scroll .content-card:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .side-with-scroll-sf #content-scroll .content-card:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .side-with-scroll-sf #content-scroll .content-card:not(:first-child) {
    margin-top: 32px;
  }
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .pic-wrap {
  height: auto;
  align-self: stretch;
  flex: 1 0 50%;
  display: block;
  width: 50%;
  background-color: #EFF2F7;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .side-with-scroll-sf #content-scroll .content-card .content-card__inner .pic-wrap {
    width: 100%;
  }
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner picture {
  display: block;
  width: 100%;
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner picture img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .side-with-scroll-sf #content-scroll .content-card .content-card__inner picture {
    width: 100%;
  }
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content {
  flex: 1 0 50%;
  width: 50%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
}
@media screen and (max-width: 1023px) {
  .side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content {
    padding: 16px;
  }
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .brand {
  color: #667790;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .prod-name {
  color: #0E141A;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .prod-name {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 30px;
  }
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .price-card--body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8px;
  gap: 8px;
  border-radius: 0 0 4px 4px;
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .price-label-col {
  font-size: 14px;
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .price-detail-col {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #0E141A;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .price-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .price-number-integer {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
@media screen and (max-width: 1023px) {
  .side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .price-number-integer {
    font-size: 40px;
    line-height: 42px;
  }
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .price-number-float {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .price-number-float span {
  display: block;
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .price-number-float span:nth-child(2) {
  font-size: 12px;
  line-height: 14px;
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .price-notes {
  color: #0E141A;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .price-client--wrap {
  box-shadow: 0px 2px 4px 0px #C2CDDD;
  margin-bottom: 20px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .price-client--wrap .price-client--header {
  padding: 4px 8px;
  color: #0E141A;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px 4px 0 0px;
  border-bottom: 1px solid #C2CDDD;
  background: #EFF2F7;
}
@media screen and (max-width: 1023px) {
  .side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .price-client--wrap .price-client--header {
    border-bottom: none;
  }
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .price-client--wrap .price-number {
  color: #0152E8;
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .price-client--wrap .price-notes {
  color: #0152E8;
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .price-noclient-wrap {
  margin-bottom: 20px;
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .price-noclient-wrap .price-card--body {
  padding-top: 12px;
  border-top: 1px solid #EFF2F7;
}
.side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content .cta-sf {
  text-align: center;
  align-self: flex-end;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .side-with-scroll-sf #content-scroll .content-card .content-card__inner .card-text__content {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .side-with-scroll-sf #content-scroll .content-card .content-card__inner {
    flex-direction: column;
  }
}
.side-with-scroll-sf #content-scroll .content-card .note {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #667790;
  margin-top: 16px;
}
.side-with-scroll-sf #content-scroll .content-card .note a {
  color: #D3135A;
  text-decoration: underline;
}
#section-faq {
  padding: 100px 0;
}
@media screen and (max-width: 1023px) {
  #section-faq {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1023px) {
  #section-faq {
    padding: 80px 0;
  }
}
#section-faq article.faq-article {
  width: 100%;
  margin: 0 auto;
}
#section-faq .note-finali {
  font-size: 12px;
  line-height: 16px;
  color: #717F94;
  margin-bottom: 100px;
}
#section-faq .note-finali a {
  color: #D3135A;
}
@media screen and (max-width: 1023px) {
  #section-faq .note-finali {
    margin-bottom: 80px;
  }
}
#section-faq h2 {
  font-size: 50px;
  font-weight: 300;
  font-family: 'Roobert Light';
  line-height: 100%;
  margin: 0 0 40px;
  color: #0E141A;
}
@media screen and (max-width: 1023px) {
  #section-faq h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #section-faq h2 {
    font-size: 32px;
  }
}
#section-faq h2.with-padding {
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  #section-faq h2.with-padding {
    padding-top: 40px;
  }
}
#section-faq .accordion-wrap {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}
#section-faq .accordion-wrap button.accordion-btn {
  position: relative;
  width: 100%;
  appearance: none;
  outline: none;
  border: none;
  background-color: #F7F7F7;
  cursor: pointer;
  padding: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section-faq .accordion-wrap button.accordion-btn {
    padding: 22px;
  }
}
#section-faq .accordion-wrap button.accordion-btn h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  font-family: 'Roobert Light';
  line-height: 100%;
  color: #0E141A;
  text-align: left;
  margin: 0;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  #section-faq .accordion-wrap button.accordion-btn h3 {
    font-size: 18px;
  }
}
#section-faq .accordion-wrap button.accordion-btn .accordion-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
#section-faq .accordion-wrap button.accordion-btn .accordion-icon span {
  position: absolute;
  background-color: #D3135A;
  transition: transform 0.45s ease-in-out;
}
#section-faq .accordion-wrap button.accordion-btn .accordion-icon span:nth-child(1) {
  width: 4px;
  height: 24px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#section-faq .accordion-wrap button.accordion-btn .accordion-icon span:nth-child(2) {
  height: 4px;
  width: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#section-faq .accordion-wrap button.accordion-btn[aria-expanded='true'] .accordion-icon span:nth-child(1) {
  transform: translateX(-50%) rotate(-270deg);
}
#section-faq .accordion-wrap button.accordion-btn[aria-expanded='true'] .accordion-icon span:nth-child(2) {
  transform: translateY(-50%) rotate(-180deg);
}
#section-faq .accordion-wrap .accordion-content {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  background-color: #F7F7F7;
}
#section-faq .accordion-wrap .accordion-content p {
  padding: 30px 50px;
  margin: 0;
  font-size: 18px;
  line-height: 1.66667;
  font-weight: 300;
  font-family: 'Roobert Light';
  color: #0E141A;
}
#section-faq .accordion-wrap .accordion-content p a {
  color: #d3135a;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #section-faq .accordion-wrap .accordion-content p {
    padding: 24px;
  }
}
#section-faq .docu-row {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section-faq .docu-row p {
  flex: auto;
  padding: 30px 0 10px 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  font-family: 'Roobert Light';
  line-height: 100%;
  color: #0E141A;
}
@media screen and (max-width: 1023px) {
  #section-faq .docu-row p {
    padding: 22px 0;
    font-size: 18px;
  }
}
#section-faq .docu-row p.docu-row__description {
  padding-top: 0px !important;
  padding-bottom: 10px !important;
  font-size: 16px;
  width: 100% !important;
}
#section-faq .docu-row a {
  flex: 0 0 auto;
  text-transform: uppercase;
  color: #D3135A;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: right;
  margin-right: 0;
  margin-left: auto;
  padding-left: 16px;
  text-decoration: none;
}
#footer-sf {
  background-color: #101419;
  padding: 40px 0;
}
#footer-sf .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  #footer-sf .container {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #footer-sf .container {
    flex-direction: column-reverse;
  }
}
#footer-sf .footer-legal {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
}
#footer-sf .footer-legal .footer-copy-rights {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
#footer-sf .footer-legal .footer-copy-rights p {
  margin: 0 12px 12px 0;
}
#footer-sf .footer-legal li {
  display: inline-block;
  margin: 0 40px 10px 0;
}
@media screen and (max-width: 1023px) {
  #footer-sf .footer-legal li {
    margin: 0 20px 10px 0;
  }
}
#footer-sf .footer-legal a {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #footer-sf .footer-legal {
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid #fff;
  }
}
#footer-sf ul.footer-social-wrapper {
  flex: 0 0 350px;
}
#footer-sf ul.footer-social-wrapper .footer-social-item {
  margin-right: 20px;
  display: inline-block;
}
#footer-sf ul.footer-social-wrapper .footer-social-item a {
  align-items: center;
  border: 2px solid #eff2f7;
  display: flex;
  height: 32px;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  width: 32px;
}
@media screen and (max-width: 1023px) {
  #footer-sf ul.footer-social-wrapper .footer-social-item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  #footer-sf ul.footer-social-wrapper {
    flex: 0 0 164px;
  }
}
@media screen and (max-width: 767px) {
  #footer-sf ul.footer-social-wrapper {
    flex: auto;
    padding-bottom: 40px;
  }
}
#footer-sf [class^="icon-"]:before,
#footer-sf [class*=" icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
#footer-sf .icon-twitter:before {
  content: "\e904";
}
#footer-sf .icon-fb:before {
  content: "\e901";
}
#footer-sf .icon-youtube:before {
  content: "\e90a";
}
#footer-sf .icon-linkedin:before {
  content: "\e91e";
}
#footer-sf .icon-instagram:before {
  content: '\e94a';
}
#footer-sf .icon-telegram:before {
  content: '\e99b';
}
.pop-up {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 100%;
  transition: top 0.5s ease-in-out 0.5s, background-color 0.5s ease-in-out;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pop-up.open {
  top: 0%;
  background-color: rgba(0, 0, 0, 0.25);
  transition: top 0.5s ease-in-out, background-color 0.5s ease-in-out 0.5s;
}
.pop-up.full-height {
  padding: 60px 80px;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .pop-up.full-height {
    flex-direction: column;
    padding: 0;
  }
}
.pop-up.full-height .pop-up__content {
  height: auto;
  max-height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  gap: 24px;
  padding: 48px 32px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1023px) {
  .pop-up.full-height .pop-up__content {
    flex-direction: column;
    overflow: scroll;
    padding: 40px 16px 0;
  }
}
.pop-up.full-height .close-pop-up {
  top: 9px;
}
@media screen and (max-width: 1023px) {
  .pop-up.full-height .close-pop-up {
    position: sticky;
    margin-left: auto;
    margin-right: 0;
    top: 0;
    right: 0;
    margin-bottom: 20px;
    z-index: 6;
  }
}
.pop-up .pop-up__content {
  position: relative;
  padding: 56px 16px;
  background-color: #fff;
  width: 100%;
  max-height: 50%;
  overflow-y: scroll;
}
.pop-up .close-pop-up {
  position: absolute;
  right: 32px;
  top: 24px;
  cursor: pointer;
}
.pop-up h6 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #131416;
  margin-bottom: 16px;
}
.pop-up p {
  color: #0E141A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.modal-carousel-wrap,
.modal-desc-wrap {
  position: relative;
  width: calc(50% - 28px);
}
@media screen and (max-width: 1023px) {
  .modal-carousel-wrap,
  .modal-desc-wrap {
    width: 100%;
  }
}
.modal-carousel-wrap .splide__arrows,
.modal-desc-wrap .splide__arrows {
  padding: 24px 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-carousel-wrap .splide__arrows button,
.modal-desc-wrap .splide__arrows button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 12px;
  background-color: #EFF2F7;
}
.modal-carousel-wrap .splide__arrows button svg g path,
.modal-desc-wrap .splide__arrows button svg g path {
  fill: #D3135A;
}
.modal-carousel-wrap .splide__arrows button:disabled svg g path,
.modal-desc-wrap .splide__arrows button:disabled svg g path {
  fill: #667790;
}
.modal-carousel-wrap .splide__arrows .pagination-custom button,
.modal-desc-wrap .splide__arrows .pagination-custom button {
  width: 8px;
  height: 8px;
  background-color: #C2CDDD;
  transition: all 0.25s ease-in-out;
  padding: 0;
  margin: 0 10px;
  border-radius: 8px;
}
.modal-carousel-wrap .splide__arrows .pagination-custom button.is-active,
.modal-desc-wrap .splide__arrows .pagination-custom button.is-active {
  background-color: #667790;
  width: 24px;
}
.modal-carousel-wrap {
  box-shadow: 0px 2px 8px 0px rgba(102, 119, 144, 0.2);
}
.modal-carousel-wrap img {
  width: 100%;
  display: block;
}
.modal-desc-wrap {
  position: absolute;
  right: 32px;
  box-shadow: 0px 2px 8px 0px rgba(102, 119, 144, 0.2);
  overflow: scroll;
  height: calc(100% - 48px);
  align-self: stretch;
}
@media screen and (max-width: 1023px) {
  .modal-desc-wrap {
    position: relative;
    right: 0;
    left: 0;
    height: auto;
    overflow: visible;
  }
}
.modal-desc-wrap .title-tag__name {
  color: #667790;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
  margin-top: 24px;
}
.modal-desc-wrap .title-tag__name.brand {
  margin-bottom: 4px;
  margin-top: 0;
}
.modal-desc-wrap .title-prod__name {
  color: #0E141A;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  /* 125% */
  letter-spacing: 0.4px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .modal-desc-wrap .title-prod__name {
    font-size: 24px;
  }
}
.modal-desc-wrap .price-label-col {
  font-size: 14px;
}
.modal-desc-wrap .price-card--body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px;
  gap: 8px;
}
.modal-desc-wrap .price-detail-col {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #0E141A;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.modal-desc-wrap .price-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-desc-wrap .price-number-integer {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}
@media screen and (max-width: 1023px) {
  .modal-desc-wrap .price-number-integer {
    font-size: 48px;
    line-height: 48px;
  }
}
.modal-desc-wrap .price-number-float {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.modal-desc-wrap .price-number-float span {
  display: block;
}
.modal-desc-wrap .price-number-float span:nth-child(2) {
  font-size: 16px;
  line-height: 16px;
}
@media screen and (max-width: 1023px) {
  .modal-desc-wrap .price-number-float {
    font-size: 14px;
    line-height: 26px;
  }
  .modal-desc-wrap .price-number-float span:nth-child(2) {
    font-size: 12px;
    line-height: 14px;
  }
}
.modal-desc-wrap .price-notes {
  color: #0E141A;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  margin-top: 8px ;
}
.modal-desc-wrap .price-client--wrap {
  box-shadow: 0px 2px 4px 0px #C2CDDD;
  margin-bottom: 20px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.modal-desc-wrap .price-client--wrap .price-client--header {
  padding: 4px 8px;
  color: #0E141A;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px 4px 0 0px;
  border-bottom: 1px solid #C2CDDD;
  background: #EFF2F7;
}
@media screen and (max-width: 1023px) {
  .modal-desc-wrap .price-client--wrap .price-client--header {
    border-bottom: none;
  }
}
.modal-desc-wrap .price-client--wrap .price-number {
  color: #0152E8;
}
.modal-desc-wrap .price-client--wrap .price-number p {
  color: #0152E8;
}
.modal-desc-wrap .price-client--wrap .price-number .price-notes {
  color: #0152E8;
}
.modal-desc-wrap .price-noclient-wrap {
  margin-bottom: 20px;
}
.modal-desc-wrap .price-noclient-wrap .price-card--body {
  padding-top: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid #C2CDDD;
}
.modal-desc-wrap .bullet-list__bold {
  padding-bottom: 8px;
  border-bottom: 1px solid #C2CDDD;
  margin-bottom: 24px;
}
.modal-desc-wrap .bullet-list__bold ul li {
  display: flex;
  align-items: center;
  margin-bottom: 16px !important;
}
.modal-desc-wrap .bullet-list__bold ul li p {
  color: #0E141A;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  margin-left: 8px;
}
@media screen and (max-width: 1023px) {
  .modal-desc-wrap .bullet-list__bold ul li p {
    font-size: 16px;
    line-height: 24px;
  }
}
.modal-desc-wrap .bullet-list__bold ul li p img {
  display: block;
  height: 18px;
  margin-left: 4px;
}
.modal-desc-wrap .promo-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #0047CC;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 12px;
}
.modal-desc-wrap .promo-header p {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .modal-desc-wrap .promo-header p {
    font-size: 18px;
  }
}
.modal-desc-wrap .promo-header b {
  font-weight: 700;
}
.modal-desc-wrap .promo-header img {
  flex: 32px 0 0;
  width: 32px;
  border-radius: 4px;
}
.modal-desc-wrap .modal-desc-slider {
  width: 100%;
  padding: 24px 24px 0;
}
.modal-desc-wrap .modal-cta-sticky {
  position: sticky;
  bottom: 0;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  padding: 24px;
  border-top: 1px solid #C2CDDD;
}
.modal-desc-wrap .modal-cta-sticky .cta-sf {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .modal-desc-wrap .modal-cta-sticky {
    padding: 24px 0;
  }
}
.modal-desc-wrap .inner-title__desc {
  color: #0E141A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
  letter-spacing: 0.4px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1023px) {
  .modal-desc-wrap .inner-title__desc {
    font-size: 18px;
    line-height: 27px;
  }
}
.modal-desc-wrap .inner-p__desc {
  border-bottom: 1px solid #C2CDDD;
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: #0E141A;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.modal-desc-wrap .bullet-list__point {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-desc-wrap .bullet-list__point span {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #D3135A;
}
.modal-desc-wrap .prod-download-link {
  color: #D3135A;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  /* 12px */
  text-transform: uppercase;
  display: flex;
  margin: 8px 0;
}
.modal-desc-wrap .prod-download-link img {
  height: 12px;
  margin-left: 8px;
}
.modal-desc-wrap .modal-note {
  font-size: 12px;
  line-height: 18px;
  color: #0E141A;
  margin-bottom: 24px;
}
.banner-vantaggi {
  position: relative;
  padding-bottom: 180px;
}
@media screen and (max-width: 1023px) {
  .banner-vantaggi {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .banner-vantaggi {
    padding-bottom: 80px;
  }
}
.banner-vantaggi h2 {
  color: #0E141A;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  font-family: 'Roobert Light';
  line-height: 120%;
  margin: 60px auto 64px;
}
.banner-vantaggi .banner-vantaggi__cards-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .banner-vantaggi .banner-vantaggi__cards-wrap {
    flex-direction: column;
  }
}
.banner-vantaggi .banner-vantaggi__cards-wrap .banner-vantaggi__card {
  flex: 0 0 30%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .banner-vantaggi .banner-vantaggi__cards-wrap .banner-vantaggi__card {
    flex: 0 0 100%;
    margin-bottom: 32px;
  }
  .banner-vantaggi .banner-vantaggi__cards-wrap .banner-vantaggi__card:last-child {
    margin-bottom: 0;
  }
}
.banner-vantaggi .banner-vantaggi__cards-wrap .banner-vantaggi__card img {
  display: block;
  width: 40px;
}
.banner-vantaggi .banner-vantaggi__cards-wrap .banner-vantaggi__card h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
  color: #0E141A;
}
.banner-vantaggi .banner-vantaggi__cards-wrap .banner-vantaggi__card p {
  color: #272C34;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.banner-offerta__clienti {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .banner-offerta__clienti {
    flex-direction: column;
    padding: 40px 0;
  }
}
.banner-offerta__clienti img {
  width: 41.66666667%;
}
@media screen and (max-width: 1023px) {
  .banner-offerta__clienti img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .banner-offerta__clienti img {
    width: 100%;
  }
}
.banner-offerta__clienti .banner-offerta__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .banner-offerta__clienti .banner-offerta__content {
    width: 100%;
    margin: 32px 0 24px;
  }
}
.banner-offerta__clienti .banner-offerta__content h5 {
  color: #0E141A;
  font-size: 40px;
  font-weight: 300;
  font-family: 'Roobert Light';
  line-height: 120%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .banner-offerta__clienti .banner-offerta__content h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    font-family: 'Roobert Light';
    margin-bottom: 16px;
  }
}
.banner-offerta__clienti .banner-offerta__content .banner-offerta__body {
  color: #0E141A;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Roobert Light';
  line-height: 26px;
  margin-bottom: 40px;
}
.banner-offerta__clienti .banner-offerta__content .banner-offerta__body b {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .banner-offerta__clienti .banner-offerta__content .banner-offerta__body {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }
}
.banner-offerta__clienti .banner-offerta__content .side-cta__wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 24px;
  width: 100%;
}
.banner-offerta__clienti .banner-offerta__content .side-cta__wrapper a {
  flex: 1 1 auto;
  text-align: center;
}
#come-funziona {
  position: relative;
  background-color: #D3135A;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  #come-funziona {
    padding: 80px 0;
    width: 100%;
  }
}
#come-funziona .hero-loop {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 80px;
  width: 41.66666667%;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
#come-funziona .hero-loop.loaded {
  opacity: 1;
}
#come-funziona .hero-loop .hero-loop_slider {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#come-funziona .hero-loop .loop-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#come-funziona .hero-loop img {
  position: relative;
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: 0;
}
#come-funziona .come-funziona_article {
  position: relative;
  width: 41.66666667%;
  margin: 0 auto 40px;
  text-align: left;
  margin-left: 8.33333333%;
}
@media screen and (max-width: 1023px) {
  #come-funziona .come-funziona_article {
    width: 58.33333333%;
    margin-left: 16.66666667%;
  }
}
@media screen and (max-width: 767px) {
  #come-funziona .come-funziona_article {
    width: 100%;
    margin-left: 0%;
  }
}
#come-funziona .come-funziona_article h2 {
  font-size: 50px;
  font-weight: 300;
  font-family: 'Roobert Light';
  line-height: 100%;
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  #come-funziona .come-funziona_article h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #come-funziona .come-funziona_article h2 {
    font-size: 32px;
  }
}
#come-funziona .come-funziona_article .come-funziona_row {
  position: relative;
  text-align: left;
}
#come-funziona .come-funziona_article .come-funziona_row .indicator-step {
  position: relative;
  width: 100%;
  margin: 20px 0 10px;
}
#come-funziona .come-funziona_article .come-funziona_row .indicator-step .indicator-step_line {
  position: relative;
  height: 50px;
  width: 2px;
  margin-left: 17px;
}
@media screen and (max-width: 1023px) {
  #come-funziona .come-funziona_article .come-funziona_row .indicator-step .indicator-step_line {
    height: 30px;
  }
}
#come-funziona .come-funziona_article .come-funziona_row .indicator-step .indicator-step_line .indicator-step_track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
}
#come-funziona .come-funziona_article .come-funziona_row img {
  margin-bottom: 24px;
  width: 40px;
}
@media screen and (max-width: 1023px) {
  #come-funziona .come-funziona_article .come-funziona_row img {
    width: 32px;
  }
}
#come-funziona .come-funziona_article .come-funziona_row h3.come-funziona_title {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  #come-funziona .come-funziona_article .come-funziona_row h3.come-funziona_title {
    font-size: 24px;
    margin: 0 0 16px;
  }
}
#come-funziona .come-funziona_article .come-funziona_row p.come-funziona_text {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Roobert Light';
  line-height: 125%;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  #come-funziona .come-funziona_article .come-funziona_row p.come-funziona_text {
    font-size: 16px;
  }
}
#come-funziona .come-funziona_article .come-funziona_row p.come-funziona_text a {
  text-decoration: underline;
}
#come-funziona .cta-sf.cta-sf.cta-sf__white {
  margin: 24px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #come-funziona .cta-sf.cta-sf.cta-sf__white {
    display: block;
  }
}
@font-face {
  font-family: RoobertENEL;
  src: url(../fonts/RoobertENEL-Light.eot);
  src: url(../fonts/RoobertENEL-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RoobertENEL-Light.woff2) format("woff2"), url(../fonts/RoobertENEL-Light.woff) format("woff");
  font-weight: 300;
  font-family: 'Roobert Light';
  font-style: normal;
}
@font-face {
  font-family: RoobertENEL;
  src: url(../fonts/RoobertENEL-Regular.eot);
  src: url(../fonts/RoobertENEL-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/RoobertENEL-Regular.woff2) format("woff2"), url(../fonts/RoobertENEL-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RoobertENEL;
  src: url(../fonts/RoobertENEL-Bold.eot);
  src: url(../fonts/RoobertENEL-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RoobertENEL-Bold.woff2) format("woff2"), url(../fonts/RoobertENEL-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: RoobertENEL;
  src: url(../fonts/RoobertENEL-Black.eot);
  src: url(../fonts/RoobertENEL-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/RoobertENEL-Black.woff2) format("woff2"), url(../fonts/RoobertENEL-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url(../fonts/icomoon2.woff) format("woff");
  font-style: normal;
}
#main-sf {
  position: relative;
  width: 100%;
}
#main-sf ul,
#main-sf li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-sf .grid-sf_spacing {
  padding: 0 80px;
  margin: 0 auto;
  max-width: 1600px;
}
@media screen and (max-width: 1023px) {
  #main-sf .grid-sf_spacing {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  #main-sf .grid-sf_spacing {
    padding: 0 16px;
  }
}
#main-sf .cta-sf {
  padding: 20px 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.5s ease-out, border-color 0.5s ease-out, background-color 0.5s ease-out;
  color: #fff;
  display: inline-block;
  appearance: none;
  background: inherit;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #main-sf .cta-sf {
    padding: 17px 50px;
    display: inline-block;
  }
}
#main-sf .cta-sf.cta-sf__white {
  border: 2px solid #fff;
  background-color: transparent;
  cursor: pointer;
}
#main-sf .cta-sf.cta-sf__white:hover {
  color: #D3135A;
  background-color: #fff;
}
#main-sf .cta-sf.cta-sf__white__full {
  border: 2px solid #fff;
  background-color: #fff;
  cursor: pointer;
  color: #D3135A;
}
#main-sf .cta-sf.cta-sf__white__full:hover {
  color: #fff;
  background-color: #D3135A;
}
#main-sf .cta-sf.cta-sf__full {
  background-color: #D3135A;
  border: 2px solid #D3135A;
}
#main-sf .cta-sf.cta-sf__full:hover {
  color: #D3135A;
  background-color: #fff;
}
#main-sf .cta-sf.cta-sf__magenta {
  border: 2px solid #D3135A;
  color: #D3135A;
}
#main-sf .cta-sf.cta-sf__magenta:hover {
  color: #fff;
  background-color: #D3135A;
}
#main-sf .hidden-desk {
  visibility: visible;
}
@media screen and (min-width: 1024px) {
  #main-sf .hidden-desk {
    display: none;
    visibility: hidden;
  }
}
#main-sf .hidden-mobile {
  visibility: visible;
}
@media screen and (max-width: 1023px) {
  #main-sf .hidden-mobile {
    display: none;
    visibility: hidden;
  }
}
#main-sf .sm-mobile-show {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  #main-sf .sm-mobile-show {
    display: inherit;
    visibility: visible;
  }
}
#main-sf .sm-mobile-hidden {
  visibility: visible;
}
@media screen and (max-width: 767px) {
  #main-sf .sm-mobile-hidden {
    display: none;
    visibility: hidden;
  }
}
#main-sf .info-paragraph {
  font-size: 14px;
  font-weight: 400;
  color: #717F94;
  line-height: 120%;
}
#main-sf .info-paragraph__small {
  font-size: 12px;
}
#main-sf .info-paragraph a {
  color: #D3135A;
}
#main-sf .lottie-wrap {
  max-width: 612px;
  margin: 0 auto;
}
/* required styles */
#map {
  position: relative;
  width: 100%;
  height: 100%;
}
#section-notes {
  padding: 0 0 80px;
  color: #0E141A;
}
#section-notes h4 {
  font-size: 48px;
  line-height: 120%;
  font-weight: 300;
  font-family: 'Roobert Light';
}
#section-notes h5 {
  font-size: 24px;
  line-height: 120%;
  margin: 24px auto 16px;
  font-weight: 700;
}
#section-notes p {
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
}
