<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#newsletterAccountForm .content-asset {
    margin-top: 20px;
}

#newsletterAccountForm .content-asset p {
    font-size: 14px;
    line-height: 20px;
}

#newsletterAccountForm .content-asset p a {
    color: #337ab7;
    font-size: 14px;
    text-decoration: none;
    font-family: 'mukta-regular', sans-serif;
}

#newsletterAccountForm .content-asset p a:hover {
    color: #23527c;
}

.newsletter-rgpd.collapsible-item {
    border: 1px solid #000;
    background-color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 8px;
}
.newsletter-rgpd .collapsible-item_heading {
    font-size: 14px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.newsletter-rgpd .collapsible-item_heading p,
.newsletter-rgpd .collapsible-item_heading span {
    font-family: "mukta-medium", sans-serif;
    margin: 0 auto;
}
.newsletter-rgpd .collapsible-item_content, .newsletter-rgpd .newsletter-item_content_privacy {
    display: none;
    padding-top: 16px;
    font-size: 9px;
}

.newsletter-rgpd .collapsible-item_content a, .newsletter-rgpd .newsletter-item_content_privacy a {
    font-size: 9px;
    text-decoration: underline;
}
</pre></body></html>