.root.container.responsivegrid.background-gradient {
    --nyc-sys-gradient-background: linear-gradient( to bottom, #bee0ff, #ffffff);
}

.cmp-promo-hero {

    border-block-end: 4px solid #0a5796;
    background: rgb(from #0a5796 r g b / 0.0625);
    
}

.cmp-promo-hero__content h1 {

    display: flex;
    row-gap: 24px;
    flex-flow: row wrap;

    &::after {

        content: '';
        block-size: 1em;
        aspect-ratio: 1;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free 7.3.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath d='M128 320L156.5 92C158.5 76 172.1 64 188.3 64L356.9 64C371.9 64 384 76.1 384 91.1C384 94.3 383.4 97.6 382.3 100.6L336 224L475.3 224C495.5 224 512 240.4 512 260.7C512 268.1 509.8 275.3 505.6 281.4L313.4 562.4C307.5 571 297.8 576.1 287.5 576.1L284.6 576.1C268.9 576.1 256.1 563.3 256.1 547.6C256.1 545.3 256.4 543 257 540.7L304 352L160 352C142.3 352 128 337.7 128 320z'/%3E%3C/svg%3E") no-repeat center,
            linear-gradient( to top, #0a579673) no-repeat center left / calc( 50% - 1em) 4px,
            linear-gradient( to top, #0a579673) no-repeat center right / calc( 50% - 1em) 4px;
        background-repeat: no-repeat;
        display: block;
        flex: 0 0 100%;
    }
    
}
