/*  HERO */

.to-herobanner__text,
#sticky-offer-no-cookie,
[aria-label="breadcrumb"] {
  color: #000;
}

#c--773993815 {
  background: #FFF;
}

/* FIX TABLET */
@media (min-width: 48em) and (max-width: 79.99em) {

  .to-herobanner--stickyimgfull-small .to-herobanner__text, .to-herobanner--stickyimgfull .to-herobanner__text {
    flex-direction: row;
  }

  .to-herobanner--stickyimgfull-small .to-herobanner__overlaytext, .to-herobanner--stickyimgfull .to-herobanner__overlaytext {
    max-width: 50%;
    margin-top: 0;
    color: #000;
  }
}

/* DETTAGLIO OFFERTA */

[data-row-id="dettaglio-offerta"] .to-dettaglioofferta__body .tm-dm-offerta.-no-tick {
  padding-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: 500;
  border: none;
  line-height: 1.4em;
}

@media (min-width: 48em) {
  [data-row-id="dettaglio-offerta"] .to-dettaglioofferta__body {
    column-count: 1;
    column-gap: 0;
  }

  [data-row-id="dettaglio-offerta"] .to-dettaglioofferta__body .tm-dm-offerta {
    width: calc(50% - 3px);
    vertical-align: top;
  }

  [data-row-id="dettaglio-offerta"] .to-dettaglioofferta__body .tm-dm-offerta.-no-tick {
    width: 100%;
    padding-bottom: 0.5rem;
    font-size: 2.4rem;
  }
}

@media (min-width: 80em) {
  [data-row-id="dettaglio-offerta"] .to-dettaglioofferta__body .tm-dm-offerta.-no-tick {
    font-size: 4rem;
    padding-bottom: 1.6rem;
  }
}

/* CAROUSEL VANTAGGI */

.to-carousel-vantaggi__title {
  text-align: center;
}

/* TABELLA COMPARATIVA FREE ➔ PRO */

#c-1560009653>div.tl-col-8 {
  width: 100%;
  overflow: auto;
}

#c-1560009653 > div.tl-col-4 {
  display: none;
}

#c-733915616 > tl-col-12 {
  padding-top: inherit;
  padding-bottom: inherit;
}

#c--271477130  > to-tab-content {
  padding-top: inherit;
  padding-bottom: inherit;

}

#c--271477130 .swiper-container-free-mode {
  display: none;
}

#c--271477130 .to-tab-content--intro {
  padding-bottom: 0;
}

#c--271477130 .to-tab-content__head {
  padding-bottom: 0;
}

@media (min-width: 48em) {
  .to-paragrafoAssistenza__item {
    padding-left: 1.6rem;
  }
}

@media (min-width: 80em) {
  .to-paragrafoAssistenza__item {
    padding: 4.8rem calc(.5 / 12 * 100vw) 0 calc(.5 / 12 * 100vw);
  }
}