.abbonamento_intro_hero h2,
.abbonamento_intro_hero h4 {
  color: #4a4a4a;
}
.abbonamento_intro_hero h2 {
  font-size: 34px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .abbonamento_intro_hero h2 {
    font-size: 48px;
  }
}
.abbonamento_intro_hero h4 {
  margin-top: 15px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .abbonamento_intro_hero h4 {
    margin-top: 30px;
  }
}
.abbonamento_intro_card_up {
  display: flex;
  flex-direction: column;
}
@media screen and (width > 900px) {
  .abbonamento_intro_card_up {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.abbonamento_intro_card_up h6 {
  color: #cd9200;
  font-size: 16px;
}

.abbonamento_intro_card_up span s {
  font-size: 20px;
  color: #7a7878;
}
.abbonamento_intro_card_up p {
  font-size: 24px;
  color: #4a4a4a;
  font-weight: 300;
}
.abbonamento_intro_card_up p small {
  font-size: 16px;
  color: #7a7878;
  font-weight: 300;
}

.abbonamento_intro_card_bottom ul {
  list-style-type: none;
  padding-inline-start: 0;
}
.abbonamento_intro_card_bottom ul li {
  color: var(--icc-tertiary-950);
  font-family: var(--icc-font-sans);
  font-size: var(--icc-text-md);
  font-weight: var(--icc-font-bold);

  svg {
    vertical-align: text-bottom;
    margin-inline-end: 6px;
  }
}
@media screen and (width > 900px) {
  .abbonamento_intro_card_bottom ul li {
    font-size: var(--icc-text-lg);
  }
}
.abbonamento_descrizione {
  display: grid;
  gap: var(--icc-spacing-7);
}
@media screen and (width > 900px) {
  .abbonamento_descrizione {
    grid-template-columns: repeat(3, 1fr);
  }
}
.abbonamento_descrizione .tax-guida-home_video2 video {
  object-fit: none;
}
.abbonamento_descrizione_bottom :is(h2, p) {
  max-width: 864px;
  margin-inline: auto;
}
.card_abbonamento_servizio {
  border: 1px solid #1275b6;
  border-radius: 20px;
}
.card_abbonamento_servizio h5 {
  font-size: 20px;
  font-weight: 700;
}
.card_abbonamento_servizio p {
  font-size: 20px;
}

.abbonamento_descrizione_bottom h4 {
  font-size: 40px;
}
.abbonamento_descrizione_bottom h5 {
  margin: 15px 0 30px 0;
}
.abbonamento_descrizione_bottom p {
  font-size: 20px;
}

.abbonamento_form form .abbonamento_intro_card_up {
  border-radius: 20px;
  margin-bottom: 20px;
}

.abbonamento_form .form-group,
.abbonamento_form label {
  margin-bottom: 0;
}
.abbonamento_intro_card_bottom_cta > div {
  display: grid;
  gap: var(--icc-spacing-2);
}
@media screen and (width > 900px) {
  .abbonamento_intro_card_bottom_cta > div {
    grid-template-columns: 1fr 1fr;
  }
}
.abbonamento_intro_card_bottom_cta .btn-outline-warning:hover {
  background: #f8f0d8;
}

.abbonamento_grazie h2 {
  font-size: 38px;
  font-weight: 700;
}
.abbonamento_grazie h3 {
  font-size: 24px;
  font-weight: 400;
}

.abbonamento_titolo {
  color: #d89269;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  .abbonamento_titolo {
    border-radius: 50rem;
  }
}
.abbonamento_titolo h2 {
  font-weight: 700;
}
.abbonamento_titolo img {
  width: 50%;
}
@media screen and (min-width: 992px) {
  .abbonamento_titolo img {
    width: 25%;
  }
}

.abbonamento > img {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
}
/* 
#modalAbbonamento .modal-content {
  border-radius: 20px;
  border: 1px solid #f6c344;
}

@media screen and (min-width: 992px) {
  #modalAbbonamento .modal-dialog {
    max-width: 710px !important;
  }
}

#modalAbbonamento .modal-content img {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

#modalAbbonamento h2 {
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  #modalAbbonamento h2 {
    text-align: center;
  }
}
#modalAbbonamento p {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  #modalAbbonamento p {
    font-size: 20px;
    text-align: center;
  }
}

#modalAbbonamento .abbonamento_intro_card_bottom_cta .btn {
  width: 300px;
  max-width: 100%;
  height: 40px;
  color: #282b2f;
  font-weight: 700;
}
 */
.regalaAbbonamentoSwitch {
  display: grid;
  grid-template-columns: 1fr 50px;
  align-items: center;
}

.abbonati-diconodinoi {
}

.abbonati-anteprima .scroller-container-inner > div.widget img {
  border-radius: var(--icc-spacing-2);
}
