.page-header {
  padding-bottom: 7rem;
}

@media (min-width: 900px) {
  .page-header {
    font-size: 3rem;
    padding-bottom: 8rem;
  }
}

.page-header__title {
  text-align: center;
}

@media (min-width: 900px) {
  .page-header__title {
    font-size: 3rem;
    max-width: 785px;
  }
}

.page-header__top-text,
.page-header__bottom-text {
  color: #FFF;
  font-size: 1.125rem;
  text-align: center;
}

.page-header__top-text {
  margin-top: 2rem;
  margin-bottom: 0;
}

.page-header__bottom-text {
  margin-top: 0;
}

@media (min-width: 900px) {
.page-header__top-text,
.page-header__bottom-text {
    max-width: 620px;
  }
}

.newsletter-landing-page__content {
  position: relative;
  overflow-x: clip;
  background-color: var(--wp--preset--color--dark-blue);
  padding-bottom: 2rem;

  .newsletter-landing-page__content-container {
    transform: translate(0, -55px);
  }

  @media (min-width: 900px) {
    .newsletter-landing-page__content-container {
      transform: translate(0, -45px);
    }
  }

    @media (max-width: 899px) {
      .newsletter-landing-page__content-container {
        width: 85%;
        margin: 0 auto;
      }
    }

  .newsletter-landing-page__category-container {
    display: flex;
    flex-direction: column;
    gap: .875rem;
  }

  @media (min-width: 900px) {
    .newsletter-landing-page__category-container {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-evenly;
      max-width: var(--content-width);
      margin: 0 auto;
      gap: 2rem;
    }
  }

  .newsletter-event-category-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .2rem;
    margin-top: 0;
    padding: 2.9rem 0 2.9rem 2.3rem;
    position: relative;
    font-size: .875rem;
    color: #fff;
    background-color: #000C4F;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .3);
    border: 1px solid #FFF;
    border-radius: 1.5625rem;
    isolation: isolate;
    width: 100%;
    cursor: pointer;
    user-select: none;
  }

  @media (min-width: 900px) {
    .newsletter-event-category-card {
      font-size: 1.2rem;
      width: 47.5%;
      max-width: 570px;
      padding: 2.3rem 0 2.3rem 2.3rem;
      gap: .5rem;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
  }

  .newsletter-event-category-card .newsletter-event-category-card__image-container::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: var(--card-gradient);
    mix-blend-mode: color;
    opacity: 1;
    border-radius: 1.5625rem;
    top: 0;
    left: 0;
  }

  .newsletter-event-category-card img {
    position: absolute;
    object-fit: cover;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.5625rem;
  }

  .newsletter-event-category-card__title {
    margin: 0;
    font-size: 1.71em;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .028em;
  }

  @container (min-width: 20rem) {
    .newsletter-event-category-card__title {
      font-size: 2.13em;
      line-height: 1.5;
    }
  }

  .sib-email-area.newsletter {
    display: flex;
    flex-direction: column;
    gap: .875rem;
    font-size: 1.1875rem;
    color: #FFF;
    margin-top: 2.5rem;
  }

  @media (min-width: 900px) {
    .sib_msg_disp,
    .newsletter-landing-page__error {
      max-width: 570px;
      margin: 0 auto;
    }
  }

  .sib_loader {
    max-width: 570px;
    margin: 0 auto;
  }

  @media (min-width: 900px) {
    .sib-email-area.newsletter {
      max-width: 570px;
      margin: 3rem auto 0;
    }
  }

  #email-input {
    font-size: 1rem;
    height: 48px;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: .125rem;
    background: rgba(45, 37, 182, 0.2);
    padding-inline: 1.5rem
  }

  .sib-default-btn {
    height: 48px;
    border: none;
  }
}

@media (min-width: 900px) {
  .newsletter-landing-page__content {
    padding-bottom: 5rem;
  }
}

.newsletter-landing-page__content::before {
  line-height: 1;
  content: "NEWSLƎTTƎЯ";
  position: absolute;
  font-family: var(--wp--preset--font-family--manrope);
  font-size: 10rem;
  font-weight: 700;
  color: rgba(45, 37, 182, 0.5);
  white-space: nowrap;
  z-index: 0;
  inset-inline-start: 50%;
  transform: translate(-45%, -70%);
}

@media (min-width: 900px) {
  .newsletter-landing-page__content::before {
    font-size: 20rem;
    transform: translate(-50%, -50%);
  }
}