.elementor-29 .elementor-element.elementor-element-dd95e27{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-b7ff421{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:70px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-dd3c9f2 *//* =========================================================
NEWSLETTER REGULATIONS HERO
========================================================= */

#newsletter-regulations{
    position:relative;
    overflow:hidden;
    background:var(--ml-offwhite);
}

#newsletter-regulations,
#newsletter-regulations *,
#newsletter-regulations *::before,
#newsletter-regulations *::after{
    box-sizing:border-box;
}

#newsletter-regulations .ml-page-hero__background{
    position:absolute;
    inset:0;

    background:
    radial-gradient(
        45% 35%
        at 90% 10%,
        rgba(28,155,216,.08),
        transparent 70%
    ),
    radial-gradient(
        35% 30%
        at 5% 90%,
        rgba(245,184,76,.10),
        transparent 70%
    );
}

#newsletter-regulations .ml-page-hero__container{
    position:relative;
    z-index:2;
    max-width:900px;
    margin:auto;
    padding:
        clamp(5rem,9vw,7rem)
        clamp(1.25rem,4vw,3rem);
    text-align:center;
}

#newsletter-regulations .ml-page-hero__eyebrow{
    display:inline-flex;
    align-items:center;
    gap:.7rem;
    font-size:.8rem;
    font-weight:600;
    letter-spacing:.15em;
    text-transform:uppercase;
    color:var(--ml-blue-deep);
}

#newsletter-regulations .ml-page-hero__eyebrow::before{
    content:"";
    width:32px;
    height:1px;
    background:currentColor;
}

#newsletter-regulations .ml-page-hero__heading{
    margin:1.4rem auto 0;
    font-family:var(--ml-font-display);
    line-height:1.02;
    letter-spacing:-.03em;
    font-weight:600;
    color:var(--ml-graphite);
}

#newsletter-regulations .ml-page-hero__heading span{
    display:block;
    color:var(--ml-blue);
}

#newsletter-regulations .ml-page-hero__description{
    margin:2rem auto 0;
    max-width:62ch;
    font-size:1.05rem;
    line-height:1.8;
    color:var(--ml-gray);
}/* End custom CSS */