<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rounded_row_block.bg_style01::after
{
    content: '';
    display: block;
    height: calc(100% + 15vw);
    top: -6vw;
    position: absolute;
    right: -80px;
    width: 120vw;
    border-top-right-radius: 4vw;
    border-bottom-right-radius:15vw;
    background: linear-gradient(90deg, rgba(0,93,182,1.0) 0,  rgba(0,93,182,1.0) 40%, rgba(0,47,93,1.0) 95%);
    z-index: -1;
}

@media screen and (min-width:1420px) {
    .rounded_row_block.bg_style01::after
    {
        background: linear-gradient(90deg, rgba(0,93,182,1.0) 0,  rgba(0,93,182,1.0) 60%, rgba(0,47,93,1.0) 95%);
    }
}
.wpb_single_image
{
    position: relative;
    z-index: 1;
}</pre></body></html>