.content-gateway-header,
.fwa-lightbox-wrapper,
.fwa-lightbox-bg { display: none !important; }

.content-gateway-wrapper {
    z-index: 2;
    position: absolute;
    top: -25px;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    background-color: #fff;
}
body.content-gate-cleared .content-gateway-wrapper,
.content-gateway-wrapper.deactivated { display: none; }
.content-gateway-wrapper > .content-gateway-copy {
    max-width: 814px;
    width: calc(100% - 40px);
    margin: 170px auto 0;
    text-align: center;
}
.content-gateway-copy h3 {
    color: #0057B8;
    font-size: 28px;
    font-weight: 900;
    line-height: 32px; /* 114.286% */
    width: 289px;
    margin-bottom: 40px;
}
.content-gateway-copy > p,
.content-gateway-copy > span > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    max-width: 339px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.content-gateway-copy .newsletter-block {
    background: none;
}
.content-gateway-copy .newsletter-block .form-legal {
    color: var(--Grayscale-Gray-05, #878787);
    font-size: 12px;
    font-weight: 400;
    line-height: 19px; /* 158.333% */
    max-width: 352px !important;
}
.content-gateway-wrapper .form-error { 
    visibility: hidden; 
    font-size: 12px;
    font-weight: 600;
    color: #f24235;
    text-align: center;
}
.content-gateway-wrapper .form-error.content-gateway-active {
    visibility: visible;
}

.content-gateway-wrapper .newsletter-block .form-legal {
    padding-bottom: 0;
}

@media (min-width: 500px) {
    .content-gateway-copy .newsletter-form div {
        max-width: 389px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 700px) {
    .content-gateway-copy h3 {
        width: 494px;
        font-size: 28px;
        line-height: 36px; 
    }
    .content-gateway-copy > p {
        font-size: 18px;
        line-height: 22px;
        font-weight: 600; 
        max-width: 534px !important;
    }
}

@media (min-width: 1000px) {
    .content-gateway-wrapper {
        height: 100%;
    }
    .content-gateway-wrapper > .content-gateway-copy {
        margin-top: 40px;
    }
    .content-gateway-copy .newsletter-block .newsletter-form {
        max-width: 783px !important;
        width: 783px !important;
    }
    .content-gateway-copy > p {
        max-width: 834px !important;
    }
    .content-gateway-copy .newsletter-block .form-legal {
        max-width: 590px !important;
    }
    .content-gateway-wrapper .newsletter-form div:last-child {
        line-height: 48px;
    }
    .content-gateway-wrapper .newsletter-block .form-legal {
        padding-bottom: 0;
    }
}
 