#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 {
  position: relative;
  background-color: #D3135A;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero-sf .grid-sf_spacing {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #hero-sf .grid-sf_spacing {
    margin-bottom: 10%;
  }
}
#hero-sf .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#hero-sf .hero__bg img {
  max-width: 200px;
}
#hero-sf .hero__bg img:first-child {
  margin-top: 10%;
}
@media screen and (max-width: 1280px) {
  #hero-sf .hero__bg img {
    max-width: 130px;
  }
}
@media screen and (max-width: 1023px) {
  #hero-sf .hero__bg img {
    max-width: 100px;
    margin-bottom: 15vh;
  }
  #hero-sf .hero__bg img:last-child {
    max-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  #hero-sf .hero__bg img {
    max-width: 80px;
    margin-bottom: 10vh;
  }
  #hero-sf .hero__bg img:last-child {
    max-width: 100px;
  }
}
@media screen and (max-width: 1023px) {
  #hero-sf .hero__bg {
    align-items: flex-end;
  }
}
#hero-sf .article-hero {
  color: #ffffff;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  #hero-sf .article-hero {
    width: 100%;
  }
}
#hero-sf .article-hero h1 {
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  #hero-sf .article-hero h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  #hero-sf .article-hero h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
#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 #cars {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(50%);
  right: 0;
  overflow: hidden;
}
#hero-sf #cars img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #hero-sf #cars {
    width: 150%;
  }
}
@media screen and (max-width: 767px) {
  #hero-sf #cars {
    width: 200%;
  }
}
#side-with-scroll-sf {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 160px;
  border-bottom: 1px solid #C2CDDD;
}
@media screen and (max-width: 1023px) {
  #side-with-scroll-sf {
    padding-top: 140px;
    display: block;
    text-align: center;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #side-with-scroll-sf .cta-sf {
    display: block !important;
  }
}
#side-with-scroll-sf #aside-sticky {
  position: sticky;
  color: #222222;
  font-weight: 300;
  top: 160px;
  width: 41.66666667%;
  margin-bottom: 80px;
  height: auto;
}
@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 {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }
  #side-with-scroll-sf #aside-sticky .cta-sf {
    display: none !important;
  }
}
#side-with-scroll-sf #aside-sticky .tag-title {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  #side-with-scroll-sf #aside-sticky .tag-title {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
#side-with-scroll-sf #aside-sticky ul {
  margin-bottom: 40px;
}
#side-with-scroll-sf #aside-sticky ul li h2 {
  font-size: 50px;
  font-style: normal;
  margin: 0 0 20px;
  font-weight: 300;
  line-height: 100%;
  color: #717F94;
  transition: color 0.5s ease-out;
}
#side-with-scroll-sf #aside-sticky ul li.selected h2 {
  color: #222;
}
#side-with-scroll-sf #content-scroll {
  width: 50%;
  margin-left: 8.33%;
}
@media screen and (max-width: 1023px) {
  #side-with-scroll-sf #content-scroll {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
}
#side-with-scroll-sf #content-scroll .content-card {
  margin-bottom: 160px;
}
@media screen and (max-width: 1023px) {
  #side-with-scroll-sf #content-scroll .content-card {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #side-with-scroll-sf #content-scroll .content-card {
    margin-bottom: 80px;
  }
}
#side-with-scroll-sf #content-scroll .content-card h2 {
  color: #222;
  font-size: 40px;
  margin-bottom: 24px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #side-with-scroll-sf #content-scroll .content-card h2 {
    font-size: 32px;
  }
}
#side-with-scroll-sf #content-scroll .content-card p {
  font-size: 22px;
  color: #0E141A;
  margin-top: 24px;
  line-height: 120%;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  #side-with-scroll-sf #content-scroll .content-card p {
    font-size: 16px;
  }
}
#side-with-scroll-sf #content-scroll .content-card img {
  display: block;
  width: 100%;
  max-width: 612px;
  margin: 0 auto;
}
#side-with-scroll-sf .side-cta__wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
#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 {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #side-with-scroll-sf .side-cta__wrapper {
    flex: auto;
    flex-direction: column;
    width: 100%;
  }
  #side-with-scroll-sf .side-cta__wrapper .cta-sf {
    width: 100%;
    padding: 17px 0;
  }
}
#side-with-scroll-sf .side-cta__wrapper .goto-slider {
  margin-top: 16px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #side-with-scroll-sf .side-cta__wrapper .goto-slider {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #side-with-scroll-sf .side-cta__wrapper .goto-slider {
    margin-top: 16px;
    margin-left: 0;
  }
}
#article-offerta {
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  #article-offerta {
    margin-bottom: 80px;
  }
}
#article-offerta article {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  color: #0E141A;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #article-offerta article {
    display: block;
  }
  #article-offerta article .cta-sf {
    display: block !important;
    text-align: center;
  }
}
#article-offerta article .image-wrap,
#article-offerta article .text-wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #article-offerta article .image-wrap,
  #article-offerta article .text-wrap {
    width: 100%;
  }
}
#article-offerta article .image-wrap img {
  display: block;
  width: 100%;
}
#article-offerta article h2 {
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin: 0 0 40px;
}
@media screen and (max-width: 1023px) {
  #article-offerta article h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #article-offerta article h2 {
    font-size: 32px;
  }
}
#article-offerta article p {
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  margin: 24px auto 40px;
}
@media screen and (max-width: 1023px) {
  #article-offerta article p {
    font-size: 16px;
    line-height: 125%;
  }
}
#section-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
}
#section-carousel article {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  #section-carousel article {
    width: 66.66666667%;
  }
}
@media screen and (max-width: 767px) {
  #section-carousel article {
    width: 100%;
  }
}
#section-carousel article h2 {
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  #section-carousel article h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #section-carousel article h2 {
    font-size: 32px;
  }
}
#section-carousel article p {
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  margin: 24px auto 40px;
}
@media screen and (max-width: 1023px) {
  #section-carousel article p {
    font-size: 16px;
    line-height: 125%;
  }
}
#section-carousel #carosello-proposte .splide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 36px));
  z-index: 3;
  width: calc(100% + 174px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  #section-carousel #carosello-proposte .splide__arrows {
    display: none;
  }
}
#section-carousel #carosello-proposte .splide__arrows button {
  appearance: none;
  border: none;
  background: none;
  opacity: 1;
  transition: opacity 0.25s ease-out;
}
#section-carousel #carosello-proposte .splide__arrows button:disabled {
  opacity: 0;
}
#section-carousel #carosello-proposte .splide__track {
  overflow: visible;
}
#section-carousel #carosello-proposte .slide_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  border: 1px solid #F7F7F7;
  background: #FFF;
  box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #section-carousel #carosello-proposte .slide_content {
    flex-direction: column;
  }
}
#section-carousel #carosello-proposte .slide_content .slide_image,
#section-carousel #carosello-proposte .slide_content .slide_text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #section-carousel #carosello-proposte .slide_content .slide_image,
  #section-carousel #carosello-proposte .slide_content .slide_text {
    width: auto;
  }
}
#section-carousel #carosello-proposte .slide_content .slide_image {
  position: relative;
}
#section-carousel #carosello-proposte .slide_content .slide_image img {
  display: block;
  width: 100%;
}
#section-carousel #carosello-proposte .slide_content .slide_image img.badge {
  position: absolute;
  z-index: 3;
  width: 60px;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  #section-carousel #carosello-proposte .slide_content .slide_image img.badge {
    width: 40px;
    top: 10px;
    left: 10px;
  }
}
#section-carousel #carosello-proposte .slide_content .slide_image img.slide_cover {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #section-carousel #carosello-proposte .slide_content .slide_image {
    position: relative;
    height: 300px;
    overflow: hidden;
  }
  #section-carousel #carosello-proposte .slide_content .slide_image .slide_cover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  #section-carousel #carosello-proposte .slide_content .slide_image {
    height: 200px;
  }
}
#section-carousel #carosello-proposte .slide_content .slide_image .tag-promo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 1px 8px;
  color: #fff;
  background-color: #D3135A;
  border-radius: 12px;
  line-height: 20px;
  font-weight: 400;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #section-carousel #carosello-proposte .slide_content .slide_image .tag-promo {
    bottom: 10px;
    left: 10px;
  }
}
#section-carousel #carosello-proposte .slide_content .slide_text {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#section-carousel #carosello-proposte .slide_content .slide_text h3 {
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  #section-carousel #carosello-proposte .slide_content .slide_text h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #section-carousel #carosello-proposte .slide_content .slide_text h3 {
    font-size: 20px;
  }
}
#section-carousel #carosello-proposte .slide_content .slide_text .slide_text__desc {
  color: #0E141A;
  font-size: 16px;
  line-height: 125%;
  font-weight: 300;
  margin: 24px auto;
}
#section-carousel #carosello-proposte .slide_content .slide_text .slide_text__note {
  color: #383838;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0 0 24px;
}
#section-carousel #carosello-proposte .slide_content .slide_text .slide_text__note b {
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  display: block;
}
#section-carousel #carosello-proposte .slide_content .slide_text .price_wrap {
  margin-bottom: 40px;
}
#section-carousel #carosello-proposte .slide_content .slide_text .price_wrap .price-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  color: #383838;
}
#section-carousel #carosello-proposte .slide_content .slide_text .price_wrap .price-old {
  font-size: 32px;
  color: #383838;
  font-weight: 700;
  margin-right: 8px;
  text-decoration: line-through;
}
@media screen and (max-width: 767px) {
  #section-carousel #carosello-proposte .slide_content .slide_text .price_wrap .price-old {
    font-size: 28px;
  }
}
#section-carousel #carosello-proposte .slide_content .slide_text .price_wrap .price-tag {
  font-size: 32px;
  color: #D3135A;
  font-weight: 700;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  #section-carousel #carosello-proposte .slide_content .slide_text .price_wrap .price-tag {
    font-size: 28px;
  }
}
#section-carousel #carosello-proposte .slide_content .slide_text .price_wrap .price-vat {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 145%;
  color: #383838;
}
@media screen and (max-width: 1023px) {
  #section-carousel #carosello-proposte .slide_content .slide_text .price_wrap {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
#section-carousel #carosello-proposte .slide_content .slide_text .cta-sf {
  margin-top: auto;
  align-self: stretch;
  text-align: center;
  padding: 20px 40px;
}
@media screen and (max-width: 1023px) {
  #section-carousel #carosello-proposte .slide_content .slide_text .cta-sf {
    align-self: stretch;
    text-align: center;
    padding: 17px 30px;
  }
}
#section-carousel #carosello-proposte .info-paragraph__small {
  color: #717F94;
}
#section-carousel #carosello-proposte .promo-row-natale {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 14px;
  line-height: 120%;
  color: #383838;
  margin-bottom: 16px;
}
#section-carousel #carosello-proposte .promo-row-natale img {
  width: 20px;
}
@media screen and (max-width: 1023px) {
  #section-carousel #carosello-proposte .promo-row-natale {
    margin-bottom: 16px;
  }
}
#section-carousel #carosello-proposte .splide__pagination {
  margin: 24px auto 40px;
}
#section-carousel #carosello-proposte .splide__pagination button {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #C2CDDD;
  color: #C2CDDD;
  border: none;
  padding: 0;
  appearance: none;
  margin: 0 7px;
  cursor: pointer;
}
#section-carousel #carosello-proposte .splide__pagination button.is-active {
  color: #D3135A;
  background-color: #D3135A;
}
#section-carousel .bottom-notes {
  color: #717F94;
  font-size: 14px;
  line-height: 120%;
}
#section-carousel .bottom-notes a {
  color: #D3135A;
  text-decoration: underline;
}
#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 #cars-wheel {
  position: absolute;
  top: 0%;
  left: 80%;
  width: 80vw;
  z-index: 3;
}
#come-funziona #cars-wheel img {
  position: relative;
  display: block;
  width: 100%;
  top: -10%;
  left: 0;
}
@media screen and (max-width: 1023px) {
  #come-funziona #cars-wheel {
    left: 85%;
    width: 180vw;
  }
}
#come-funziona .come-funziona_article {
  width: 50%;
  margin: 0 auto 40px;
  text-align: left;
}
@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: 75%;
    margin-left: 0%;
  }
}
#come-funziona .come-funziona_article h2 {
  font-size: 50px;
  font-weight: 300;
  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;
}
#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;
  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 .cta-sf.cta-sf.cta-sf__white {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #come-funziona .cta-sf.cta-sf.cta-sf__white {
    display: block;
  }
}
#section-faq {
  padding: 100px 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;
  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;
  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;
  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;
}
#section-faq .docu-row p {
  flex: auto;
  padding: 30px 0px;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  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 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: 100%;
}
#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';
}
#overlay-config {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 80px;
  z-index: 40;
  transition: left 0.5s ease-in-out;
  overflow: hidden;
  overflow-y: auto;
}
#overlay-config.open {
  left: 0;
}
@media screen and (max-width: 767px) {
  #overlay-config {
    flex-direction: column;
    align-items: flex-start;
    height: 100vh;
    overflow: hidden;
    padding-top: 0;
    overflow-y: hidden;
  }
}
#overlay-config #close-config {
  position: absolute;
  appearance: none;
  border: none;
  background: none;
  width: 44px;
  height: 44px;
  top: 25px;
  right: 25px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
#overlay-config #close-config img {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  #overlay-config #close-config {
    top: 6px;
    right: 16px;
  }
}
#overlay-config #carosello-configuratore {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #overlay-config #carosello-configuratore {
    margin-top: 60px;
    height: calc(100% - 60px);
    overflow: hidden;
  }
}
#overlay-config #carosello-configuratore .splide__arrows {
  position: unset;
}
@media screen and (max-width: 1023px) {
  #overlay-config #carosello-configuratore .splide__arrows {
    display: none;
  }
}
#overlay-config #carosello-configuratore .splide__arrows button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  appearance: none;
  border: none;
  background: none;
  opacity: 1;
  transition: opacity 0.25s ease-out;
  z-index: 3;
  margin-top: -36px;
}
#overlay-config #carosello-configuratore .splide__arrows button.splide__arrow--prev {
  left: 24px;
}
#overlay-config #carosello-configuratore .splide__arrows button.splide__arrow--next {
  right: 24px;
}
#overlay-config #carosello-configuratore .splide__arrows button:disabled {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #overlay-config #carosello-configuratore .grid-sf_spacing {
    height: calc(100% - 60px);
  }
}
#overlay-config #carosello-configuratore .splide__track {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #overlay-config #carosello-configuratore .splide__track {
    height: 100%;
  }
}
#overlay-config #carosello-configuratore .splide__slide {
  position: relative;
  background-color: #fff;
  padding: 60px 24px;
}
@media screen and (max-width: 767px) {
  #overlay-config #carosello-configuratore .splide__slide {
    padding: 60px 16px 0;
    overflow-y: auto;
  }
}
#overlay-config #carosello-configuratore .splide__slide .title-config {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
  color: #000;
}
@media screen and (max-width: 1279px) {
  #overlay-config #carosello-configuratore .splide__slide .title-config {
    font-size: 32px;
  }
}
@media screen and (max-width: 1023px) {
  #overlay-config #carosello-configuratore .splide__slide .title-config {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #overlay-config #carosello-configuratore .splide__slide .title-config {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
#overlay-config #carosello-configuratore .splide__slide .slide-content {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #overlay-config #carosello-configuratore .splide__slide .slide-content {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .config-table {
  position: relative;
  margin-top: 30px;
  flex: 0 0 calc(50% - 8px);
}
@media screen and (max-width: 1279px) {
  #overlay-config #carosello-configuratore .splide__slide .slide-content .config-table {
    flex: 0 0 calc(60% - 8px);
  }
}
@media screen and (max-width: 767px) {
  #overlay-config #carosello-configuratore .splide__slide .slide-content .config-table {
    flex: 0 0 100%;
    order: 2;
    width: 100%;
  }
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .config-table h5 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 16px;
}
@media screen and (max-width: 1279px) {
  #overlay-config #carosello-configuratore .splide__slide .slide-content .config-table h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #overlay-config #carosello-configuratore .splide__slide .slide-content .config-table h5 {
    font-size: 24px;
  }
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .config-table p {
  color: #0E141A;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  margin: 0 0 30px;
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .buttons-wrap {
  width: 100%;
  display: flex;
  align-self: center;
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .buttons-wrap button {
  appearance: none;
  border: none;
  background-color: #fff;
  font-size: 16px;
  line-height: 175%;
  color: #222;
  text-align: left;
  padding: 16px 20px;
  transition: color 0.25s ease-out, background-color 0.25s ease-out;
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .buttons-wrap button.selected {
  background-color: #134DC4;
  color: #FFF;
  border-color: #134DC4;
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .buttons-wrap.buttons-col-2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #overlay-config #carosello-configuratore .splide__slide .slide-content .buttons-wrap.buttons-col-2 {
    margin-bottom: 40px;
  }
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .buttons-wrap.buttons-col-2 button {
  flex: 1 1 50%;
  cursor: pointer;
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .buttons-wrap.buttons-col-2 button:nth-child(1) {
  border-top: 1px solid #C2CDDD;
  border-bottom: 1px solid #C2CDDD;
  border-left: 1px solid #C2CDDD;
  border-right: 1px solid #C2CDDD;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .buttons-wrap.buttons-col-2 button:nth-child(2) {
  border-top: 1px solid #C2CDDD;
  border-bottom: 1px solid #C2CDDD;
  border-right: 1px solid #C2CDDD;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .buttons-wrap.buttons-col-3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #overlay-config #carosello-configuratore .splide__slide .slide-content .buttons-wrap.buttons-col-3 {
    margin-bottom: 30px;
  }
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .buttons-wrap.buttons-col-3 button {
  flex: 1 1 33.33%;
  cursor: pointer;
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .buttons-wrap.buttons-col-3 button:nth-child(1) {
  border-top: 1px solid #C2CDDD;
  border-bottom: 1px solid #C2CDDD;
  border-left: 1px solid #C2CDDD;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .buttons-wrap.buttons-col-3 button:nth-child(2) {
  border-top: 1px solid #C2CDDD;
  border-bottom: 1px solid #C2CDDD;
  border-left: 1px solid #C2CDDD;
  border-right: 1px solid #C2CDDD;
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .buttons-wrap.buttons-col-3 button:nth-child(3) {
  border-top: 1px solid #C2CDDD;
  border-bottom: 1px solid #C2CDDD;
  border-right: 1px solid #C2CDDD;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .slide-image {
  flex: 0 0 calc(50% - 8px);
}
@media screen and (max-width: 1279px) {
  #overlay-config #carosello-configuratore .splide__slide .slide-content .slide-image {
    flex: 0 0 calc(40% - 8px);
  }
}
@media screen and (max-width: 767px) {
  #overlay-config #carosello-configuratore .splide__slide .slide-content .slide-image {
    flex: 0 0 100%;
    order: 1;
    margin-bottom: 24px;
  }
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .slide-image img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #overlay-config #carosello-configuratore .splide__slide .slide-content .slide-image img {
    width: 75%;
    margin: 0 auto;
  }
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .config-desc p {
  color: #717F94;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding-left: 16px;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  #overlay-config #carosello-configuratore .splide__slide .slide-content .config-desc p {
    font-size: 12px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #overlay-config #carosello-configuratore .splide__slide .slide-content .config-desc p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #overlay-config #carosello-configuratore .splide__slide .slide-content .config-desc {
    order: 3;
    margin-bottom: 80px;
    display: block;
  }
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .row-price {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #overlay-config #carosello-configuratore .splide__slide .slide-content .row-price {
    position: sticky;
    bottom: 0;
    left: 0;
    order: 4;
    display: flex;
    justify-content: space-between;
    width: calc(100% + 32px);
    transform: translateX(-16px);
    padding: 30px 0;
    background-color: #fff;
    box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.16);
  }
  #overlay-config #carosello-configuratore .splide__slide .slide-content .row-price .cta-sf {
    display: flex;
    padding: 0;
    border: none;
    background-color: transparent !important;
    color: #D3135A !important;
    align-items: center;
    justify-content: space-between;
    padding-right: 16px;
  }
  #overlay-config #carosello-configuratore .splide__slide .slide-content .row-price .cta-sf img {
    display: block;
    width: 10px;
    padding-left: 8px;
  }
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .row-price .price-wrap {
  margin-right: 16px;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .row-price .price-wrap .total-wrap {
  margin-right: 8px;
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .row-price .price-wrap .total-wrap .price-label {
  color: #383838;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .row-price .price-wrap .total-wrap .total-price {
  color: #D3135A;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  line-height: 88%;
  padding-top: 5px;
}
@media screen and (max-width: 1023px) {
  #overlay-config #carosello-configuratore .splide__slide .slide-content .row-price .price-wrap .total-wrap .total-price {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #overlay-config #carosello-configuratore .splide__slide .slide-content .row-price .price-wrap .total-wrap .total-price {
    font-size: 28px;
    padding-left: 16px;
  }
}
#overlay-config #carosello-configuratore .splide__slide .slide-content .row-price .price-wrap .month-label {
  color: #383838;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #overlay-config #carosello-configuratore .splide__slide .slide-content .row-price .price-wrap .month-label {
    font-size: 12px;
  }
}
#overlay-config #carosello-configuratore .splide__pagination {
  margin: 24px auto 40px;
}
#overlay-config #carosello-configuratore .splide__pagination button {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #C2CDDD;
  color: #C2CDDD;
  border: none;
  padding: 0;
  appearance: none;
  margin: 0 7px;
  cursor: pointer;
}
#overlay-config #carosello-configuratore .splide__pagination button.is-active {
  color: #D3135A;
  background-color: #D3135A;
}
@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-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 30px;
  margin: 0 auto;
  max-width: 1180px;
}
@media screen and (max-width: 1023px) {
  #main-sf .grid-sf_spacing {
    padding: 0 22px;
  }
}
@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__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;
}
.note-finali {
  font-size: 12px;
  line-height: 16px;
  color: #717F94;
  margin-bottom: 100px;
}
.note-finali a {
  color: #D3135A;
}
@media screen and (max-width: 1023px) {
  .note-finali {
    margin-bottom: 80px;
  }
}
