<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*new*/
section#block-system-main {
    line-height: 1.5;
    font-weight: inherit;
    margin-top: -79px;
}

.banner-wrap {
    text-align: center;
    font-size: 16px;
    margin: 0;
    background: #141538;
    color: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 130px;
}

.banner-content {
    padding: 150px 0 100px;
    position: relative;
    width: 1680px;
    max-width: 100%;
    display: block;
    margin: 0px auto;
}

.banner-wrap svg {
    position: absolute;
    left: auto;
    top: -9%;
    right: 0;
    bottom: auto;
    margin: 0px auto;
    display: block;
}

.banner-wrap h1 {
    font-size: 50px;
    color: #fac787;
    font-family: 'Zoho_Puvi_Regular';
}

h1 span {
    font-family: 'Zoho_Puvi_Bold';
}

@media(min-width:768px) and (max-width:1499px) {
    .banner-wrap svg {
        left: auto;
        top: 0;
        right: 0;
        bottom: auto;
        width: 107%;
    }
}

@media(max-width:767px) {
    .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header .product-title a {
        color: #fff;
    }

    .banner-content {
        padding: 130px 0 70px
    }

    .banner-wrap h1 {
        font-size: 38px;
    }

    .banner-wrap svg {
        display: none;
    }
}

.mob-wid {
    width: 300px;
}

.img-siz-350 {
    width: 350px;
}
.banner-wrap {
    margin-top: 40px;
}
.tabs-section.sticky+.whats-new-section{
margin-top: 0;
}</pre></body></html>