<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.newsletter-step2-container p:first-of-type {
    color: #e20026;
    line-height: 140%;
    font-family: mukta-bold,sans-serif;
    letter-spacing: 2.5px;
    font-size: 5.5vw;
    margin-bottom: 23px;
    text-align: center
}

.newsletter-step2-container p:nth-of-type(2) {
    color: #000;
    line-height: 120%;
    font-family: mukta-bold,sans-serif;
    letter-spacing: .5px;
    font-size: 6.9vw;
    margin-bottom: 0;
    text-align: center
}

.newsletterModal-step2 span {
    font-weight: 700;
    font-size: 25px
}

#newsletterModal .newsletterModal-step2 img {
    display: none!important
}
#newsletterModal .modal-content .modal-body-newsletter {
    margin-top: 23PX;
    padding: 0 10px 10px;
    max-height: 90vh;
    max-height: calc(var(--vh, 1vh)* 99);
    overflow: auto;
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 500px) {
    .newsletter-step2-container p:first-of-type {
        font-size:28px
    }

    .newsletter-step2-container p:nth-of-type(2) {
        font-size: 25px
    }
}

@media screen and (min-width: 768px) {
    #newsletterModal .modal-content .modal-body-newsletter {
        padding:0 20px 4px!important;
        max-height: calc(var(--vh, 1vh) * 99);
    }
}

p.legend {
    margin: 10px 0!important
}
</pre></body></html>