.hero-offer-card_IT {
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .hero-offer-card_IT.fixedposition {
    position: fixed;
    top: 255px;
  }
}
.hero-offer-card_IT.absoluteposition {
  position: absolute;
}
.hero-offer-card_IT.relativeposition {
  position: relative;
}
.hero-offer-card__container-background-bonus.show-bonus-section {
  border-radius: 16px;
}
.hero-offer-card__element:hover {
  outline: 3px solid black;
}
.hero-offer-card__element:focus,
.hero-offer-card__element:focus-visible {
  outline: 3px solid #0075C2;
  outline-offset: 2px;
}
.hero-offer-card__element,
.hero-offer-card__bonus-section-container {
  border-radius: 16px;
}
.hero-offer-card__element.offers-size-1,
.hero-offer-card__bonus-section-container.offers-size-1 {
  padding: 16px;
}
.hero-offer-card__element.offers-size-2,
.hero-offer-card__bonus-section-container.offers-size-2 {
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .hero-offer-card__title-container {
    align-items: center;
  }
}
.hero-offer-card__title-container eon-ui-icon {
  align-self: flex-start;
}
.hero-offer-card__chips-container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .hero-offer-card__chips-container.chipsAcapoMob {
    display: block;
  }
}
.hero-offer-card__chips-container.chipsAcapoMob .hero-offer-card__chip {
  justify-content: center;
}
.hero-offer-card__chip {
  border-radius: 16px;
  display: flex;
  padding: 3px 10px;
  align-items: center;
}
.hero-offer-card__chip-label {
  margin-right: 5px;
}
.hero-offer-card__countdown-single-element {
  margin-bottom: 0!important;
  margin-right: 5px;
  display: flex;
}
.hero-offer-card__countdown-single-element .number {
  display: block;
}
.hero-offer-card__corrispettivo-consumo .text-grey700,
.hero-offer-card__corrispettivo-annuo .text-grey700 {
  font-size: 16px;
  color: #5C5C5C;
}
@media screen and (max-width: 767px) {
  .f14-mob {
    font-size: 14px!important;
  }
  .f16-mob {
    font-size: 16px!important;
  }
}
