.own-goal-wrapper {
  background: var(--c-primary,--c-footer_news_letter_bg_color)!important;
}
.end_campaign {
  color: var(--c-subcolor-3)!important;
  font-family: var(--v-primary-font)!important;
  font-size: 3.5rem!important;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 39px!important;
  text-align: center;
  margin: 23px auto 16px auto!important;
  max-width: 715px!important;
  padding: 0 2.5rem;
  word-break: break-word;
}
.end_campaign_desc {
  color: var(--c-subcolor-3)!important;
  font-family: var(--v-secondary-font);
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
  text-align: center;
  margin: 0 auto;
  max-width: 715px;
  padding: 0 2.5rem;
  word-break: break-word;
}
body .entry-gate-form__input-label, body .entry-gate-form__input--invalid, body .entry-gate-form__input--invalid+label{
    color: #01016e;
}
body .entry-gate-form__submit-btn, body #onetrust-consent-sdk #onetrust-banner-sdk.bottom #onetrust-button-group-parent #onetrust-reject-all-handler, body #onetrust-consent-sdk #onetrust-banner-sdk.bottom #onetrust-button-group-parent #onetrust-accept-btn-handler {
    background: #ff1f8f;
    color: #ffffff;
}
body .entry-gate__bottom-paragraph a {
    color: #ff1f8f;
    border-bottom: 1px solid #ff1f8f;
}
body #onetrust-consent-sdk #onetrust-banner-sdk.bottom #onetrust-group-container a[href], body #onetrust-consent-sdk #onetrust-banner-sdk.bottom #onetrust-button-group-parent #onetrust-pc-btn-handler {
    color: #ff1f8f;
}

@media screen and (max-width: 767px) and (min-width: 375px) {
  
  .end_campaign {
    font-size: 2.5rem!important;
    line-height: 28px!important;
  }
  .end_campaign_desc {
    font-size: 1.6rem;
    line-height: 19px;
    display: flex;
    flex-direction: column;
  }
}
