.to-content-card--nazioni h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 45px;
  padding-bottom: 8px;
}

.to-content-card--nazioni p {
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}

.to-content-card--nazioni {

  background: rgba(208, 212, 243, 0.5);
}

@media (min-width: 769px) {
  .to-content-card--nazioni {
    padding: 4.8rem calc(1 / 12 * 100vw);
  }
}

.tm-card-tile {
  background: #fff;
  width: calc(33% - 8px);
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  border: 1px solid #d0d4f3;
  box-shadow: 0 0 8px 0 rgba(0, 5, 82, 0.08);
}

.to-card-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
}

span.right-card {
  justify-content: flex-end;
  display: flex;
  padding: 16px;
  padding-left: 0px;
}

span.center-card {
  width: 100%;
  display: flex;
  padding: 16px;
  padding-right: 0px;
}

.tm-card-tile-usa .left-card {
  background-image: url("//risorsec.tim.it/content/dam/flytoco-areapubblica-aemfe/tim_it/img/fisso-e-mobile/mobile/esim-travel/usa.png");
}

.tm-card-tile-egitto .left-card {
  background-image: url("//risorsec.tim.it/content/dam/flytoco-areapubblica-aemfe/tim_it/img/fisso-e-mobile/mobile/esim-travel/egitto.png");
}

.tm-card-tile-giappone .left-card {
  background-image: url("//risorsec.tim.it/content/dam/flytoco-areapubblica-aemfe/tim_it/img/fisso-e-mobile/mobile/esim-travel/japan.png");
}

.tm-card-tile-marocco .left-card {
  background-image: url("//risorsec.tim.it/content/dam/flytoco-areapubblica-aemfe/tim_it/img/fisso-e-mobile/mobile/esim-travel/marocco.png");
}

.tm-card-tile-cina .left-card {
  background-image: url("//risorsec.tim.it/content/dam/flytoco-areapubblica-aemfe/tim_it/img/fisso-e-mobile/mobile/esim-travel/cina.png");
}

.tm-card-tile-turchia .left-card {
  background-image: url("//risorsec.tim.it/content/dam/flytoco-areapubblica-aemfe/tim_it/img/fisso-e-mobile/mobile/esim-travel/turchia.png");
}

.tm-card-tile-uk .left-card {
  background-image: url("//risorsec.tim.it/content/dam/flytoco-areapubblica-aemfe/tim_it/img/fisso-e-mobile/mobile/esim-travel/uk.png");
}

.left-card {
  padding: 40px;
  background-repeat: no-repeat;
  border-radius: 16px;
  background-size: 80px;
  background-color: #f6f6fd;
  background-position: center;
}


.to-content-card--nazioni .to-content-card__text {
  padding-bottom: 32px;
  text-align: center;
}

.to-content-card--nazioni p {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
}

.testo-card p {
  text-align: left;
  line-height: normal;
}

.ta-arrows__arrow-next img {
  filter: brightness(100);
  width: 36px;
  top: 6px;
  left: 8px;
  position: relative;
}

.ta-arrows__arrow-next {
  border-radius: 100%;
  background: #122ac2;
  color: #fff;
  cursor: pointer;
  height: 48px;
  width: 48px;
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.ta-carousel-arrows__arrow-next {
  background: #fff;
  color: #122ac2;
}

.ta-carousel-arrows__arrow-prev,
.ta-carousel-arrows__arrow-next {
  --arrow-border-radius: 50%;
  background: #122ac2;
  color: #fff;
  cursor: pointer;
  height: 48px;
  width: 48px;
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  border-radius: var(--arrow-border-radius);
}

@media (max-width: 768px) {

  .to-content-card--nazioni {
    padding: 1.6rem 1.6rem;
  }

  .to-content-card--nazioni h2 {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 31px;
  }

  .to-content-card--nazioni p {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
  }

  .tm-card-tile {
    width: 100%;
  }

  .testo-card p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: normal;
  }

  .ta-carousel-arrows__arrow-prev,
  .ta-carousel-arrows__arrow-next {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
  }

  span.right-card,
  .center-card {
    align-items: center;
  }

  .left-card {
    padding: 36px;
    background-position: center;
  }

  .to-content-card--nazioni .to-content-card__text {
    padding-bottom: 24px;
  }

  .to-card-wrap {
    gap: 8px;
  }
}

@media (min-width:769px) and (max-width:1279px) {
  .tm-card-tile {
    width: calc(50% - 11px);
  }
}

.tm-bottom__container {
    align-items: flex-end;
}
.to-herobanner--jumbotrontext.to-herobanner--dark  h1 {
color: #fff; }

.to-banner-agcom {
background:#fff;
color:#000; 
}

.to-banner-agcom .ta-button.-primary.-negative::after {
    background-color: #122ac2;

}
.to-banner-agcom .ta-button.-primary.-negative {
color:#fff; 
}
/*fix narrow*/

@media (min-width:1900px) {
.to-narrow-cards__container {
        padding-top: 3.2rem;
padding-bottom:4.8rem;
        width: auto;
    }
.tm-narrow-card, .tm-narrow-card__overlay,  .to-narrow-card__bg img,
.to-narrow-cards__container--two-cards .tm-narrow-card {
min-height:468px;
}
}
.tm-bottom__container {
    align-items: flex-end;
}
.to-narrow-cards__container .tm-narrow-card .tm-narrow-card__overlay .tm-narrow-card__content .tm-bottom__container .tm-bottom__bar-right {
    margin-left: auto;
 }
 .tm-top__container {
    width: 54% !important;
}

@media (max-width: 1280px) {
    .tm-top__container {
        width: 60% !important;
    }
}

@media (max-width: 1024px) {
    .tm-top__container {
        width: 49% !important;
    }
}

@media (max-width: 769px) {
    .tm-top__container {
        width: 49% !important;
    }
}

@media (max-width: 480px) {
    .tm-top__container {
        width: 100% !important;
    }
}