<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zw-product-header {
    background: #C2F2E0;
}

section.banner-section {
    background: #C2F2E0;
    padding: 50px 0 100px;
}

.banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.zwc-content,
.zwc-image {
    width: 100%;
    max-width: 50%;
}

.act-btn.cta-btn {
    padding: 15px 30px;
}

.zwc-content h1 {
    font-size: 56px;
    /* font-family: var(--zf-secondary-extrabold); */
}

.zwc-content p {
    max-width: 540px;
    margin-bottom: 20px;
}

.zwc-sticky-wrap {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

section.sticky-section {
    padding: 90px 0;
}

.zwc-sticky-nav {
    width: 400px;
    background-color: #fafafa;
    border-radius: 10px;
    height: auto;
    padding: 40px 40px;
    position: sticky;
    top: 100px;
}

/* .zwc-sticky-nav li:not(.zwc-sticky-heading) {
    font: 16px/2.25 var(--primaryfont-regular);
    position: relative;
    padding-left: 15px;
} */

.zwc-sticky-nav li {
    padding-left: 15px;
    position: relative;
    cursor: pointer;
    width: fit-content;
    font-size: 16px;
    font-family: var(--primaryfont-semibold);
    padding-bottom: 22px;
}
.zwc-sticky-nav li:last-child{
    padding-bottom: 0;
}

.zwc-sticky-nav li:not(.zwc-sticky-heading)::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 14px;
    left: 0;
}

.zwc-sticky-nav li.list-none {
    /* font-size: 18px; */
    /* line-height: 32px; */
    /* padding: 10px; */
    font-family: var(--primaryfont-regular);
    padding-left: 0;
}
.zwc-scroller-child p span {
    font-family: var(--zf-primary-bold);
}
.list-menu-wrap{
    padding-right: 0;
}
.list-menu-wrap ul {
    background: #fafafa;
    border-radius: 10px;
    height: 80vh;
    overflow-y

: scroll;
    padding-right: 40px;
    border: 0;
}

.zwc-sticky-nav li.list-none:not(.zwc-sticky-heading)::before {
    display: none;
}

.zwc-scroller-parent {
    max-width: 690px;
}

.zwc-scroller-parent h2 {
    font: 33px/1.5 var(--primaryfont-bold);
    margin-bottom: 15px;
}

.zwc-scroller-child {
    margin-bottom: 50px;
}
.zwc-scroller-child a{
    font-family: var(--zf-primary-medium);
    font-size: 16px;
    position:relative;
    display: inline-block;
    padding-right: 20px;
}
.zwc-scroller-child a::before{
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-bottom: 1.5px solid #01a9f5;
    border-left: 1.5px solid #01a9f5;
    display: block;
    right: 0;
    top: 8px;
    transform: translate(0%, 0%) rotate(230deg);
}
.zwc-scroller-child a::after{
    content: "";
    position: absolute;
    width: 14px;
    height: 1.5px;
    display: block;
    right: -1px;
    top: 12px;
    display:block;
    background:#01a9f5
}
.zwc-scroller-parent h3 {
    font: 32px var(--primaryfont-bold);
    margin-bottom: 15px;
}

.zwc-scroller-parent p {
    margin-bottom: 15px;
}


.active-li {
    color: #000;
    font-family: var(--primaryfont-bold) !important;
}

.box {
    background: #F7F5D9;
    padding: 60px;
    margin-bottom: 30px;
}

.box ul li {
    padding-left: 25px;
    padding-bottom: 17px;
}

h5 {
    font-size: 20px;
}

.zwc-scroller-child [class$="-grid"] {
    padding: 50px 60px;
    border-radius: 15px
}

.zwc-scroller-child [class$="-grid"] ul li {
    list-style: inside;
    padding-bottom: 9px;
}

.zwc-scroller-child [class$="-grid"] span {
    font-size: 19px;
    font-family: var(--zf-primary-semibold);
    padding-bottom: 10px;
    display: block;
}

.orange-grid {
    background: #FFE6E8;
}

.green-grid {
    background: #EDF8F0;
}

.pink-grid {
    background: #FFF6EB
}

.blue-grid {
    background: #E8F4FF;
}

.gray-grid {
    background: #F2EDFF;
}

.purple-grid {
    background: #F9EEFD;
}


.box li:not(:last-child) {
    margin-bottom: 0;
}

.box li {
    line-height: 1.7;
    position: relative;
    padding-left: 30px;
}


.box li::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #4bae4f;
    position: absolute;
    top: 6px;
    left: 0;
}

.box li::after {
    content: "";
    width: 8px;
    height: 5px;
    border-left: 2px solid #f6ecff;
    border-bottom: 2px solid #f6ecff;
    position: absolute;
    top: 10px;
    left: 4px;
    transform: rotate(-45deg);
    border-radius: 0 1px;
}

.box.blue {
    background: #E5F6FF;
}

.box.avoid {
    background: #FFE8E8;
}

.box li.cross::before {
    background-color: #44AADE;
    border-radius: 0;
}

.box li.no::before {
    background-color: #fff;
    border: 1px solid #44AADE;
    border-radius: 0;
}

.box.avoid li.no::before {
    border: 1px solid #ffb3b3;
    border-radius: 30px;
}

.box li.no::after {
    display: none;
}

.zwc-image-wrap {
    text-align: center;
}

.top-assest {
    position: absolute;
    top: 30px;
    left: 5px;
    animation: right-to-left 8s ease infinite;
}

.zwc-image {
    position: relative;
}

.rating-assest {
    position: absolute;
    bottom: -70px;
    left: 170px;
    animation: top-to-bottom 8s ease infinite;
}

.bottom-assest {
    top: 80px;
    right: 54px;
    animation: top-to-bottom 8s ease infinite;
}
.zwc-features{
    margin-top: 30px;
}
.zwc-features {
    counter-reset: number 0;
}
.zwc-features li{
    padding-bottom: 20px;
    position: relative;
    padding-left: 18px;
}

.zwc-features li span{
    font-family: var(--primaryfont-bold);
}
.zwc-features li::before{
    counter-increment: number 1;
    content:  counter(number) ".";
    border-radius: 16px;
    color: #000;
    font-family: var(--zf-secondary-bold);
    font-size: 16px;
    text-transform: capitalize;
    position: absolute;
    top: 1px;
    transition: .1s;
    left: 0;
}
.zwc-features-wob li::before{
    font-family: var(--zf-secondary-regular);
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes right-to-left {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-20px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes top-to-bottom {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }

    100% {
        transform: translateY(0)
    }
}

section.cta-section {
    padding: 90px 0;
    text-align: center;
    color: #fff;
    background: #091324;
}
.cta-section .content-wrap{
    max-width: 900px;
}

.zwc-last-child {
    color: #000;
    padding: 50px;
    background: #E1FDFF;
}

.cta-inner-section h2 {
    font-size: 55px;
    font-family: var(--zf-primary-semibold);
    line-height: 1.1;
    margin-bottom: 25px;
}
.zwc-scroller-child:last-child{
    margin-bottom: 0;
}

@media only screen and (min-width:1300px) {
    .zwc-scroller-child p {
        line-height: 34px;
    }

   
    .cta-inner-section h5 {
        font-size: 24px;
    }
}


@media only screen and (max-width:1400px) {

    .zwc-content h1 {
        font-size: 54px;
    }

    .zwc-scroller-parent h2 {
        font-size: 37px;
    }

    .zwc-scroller-parent h3 {
        font-size: 30px;
    }

    .zwc-sticky-nav {
        width: 400px;
        padding: 40px 30px;
    }
    
}

@media only screen and (max-width:1300px) {
    .zwc-content h1 {
        font-size: 50px;
    }
    .zwc-scroller-parent {
        max-width: 670px;
    }
}


@media only screen and (max-width:1199px) {
    .rating-assest {
        left: 130px;
    }
    .cta-inner-section h2 {
        font-size: 40px;
    }
    section.cta-section{
        padding: 70px 0;
    }
    .zwc-content h1 {
        font-size: 41px;
    }

    .zwc-scroller-parent h2 {
        font-size: 30px;
    }

    .zwc-sticky-nav li:not(.zwc-sticky-heading) {
        font-size: 14px;
    }

    .zwc-scroller-parent h3 {
        font-size: 25px;
    }

    .zwc-sticky-wrap {
        gap: 50px;
    }

    .zwc-scroller-parent {
        max-width: 621px;
    }

    section.banner-section {
        padding: 50px 0 60px;
    }

    .zwc-sticky-nav {
        top: 40px;
    }
    .list-menu-wrap ul{
        padding-right: 0;
    }
}

@media only screen and (max-width:1024px) {
    .zwc-image-wrap .rating-assest {
        width: 50%;
        bottom: -10px;
        left: 110px;
    }

    img.top-assest {
        top: 70px;
        width: 40%;
        left: 35px;
    }

    img.bottom-assest {
        top: 180px;
        width: 15%;
        right: 35px;
    }

    .zwc-sticky-nav {
        padding: 40px 30px;
    }

}

@media only screen and (max-width:991px) {
    .zwc-content h1 {
        font-size: 45px;
    }

    .zwc-sticky-nav li {
        line-height: 20px;
    }

    .zwc-sticky-wrap {
        gap: 30px;
    }

    .zwc-content p {
        margin: 0 auto 20px;
        max-width: 670px;
    }

    .zwc-scroller-parent h2 {
        font-size: 27px;
    }

    .zwc-scroller-parent h3 {
        font-size: 24px;
    
    }

    .banner-inner {
        flex-flow: column;
        text-align: center;
    }

    .zwc-content {
        width: 100%;
        max-width: 78%;
    }

    .zwc-sticky-nav {
        display: none;
    }

    img.bottom-assest {
        right: 5px;
    }

    .zwc-scroller-child {
        margin-bottom: 30px;
    }
    
    
}

@media only screen and (max-width:767px) {
    .zwc-content {
        width: 100%;
        max-width: 100%;
        margin: 0 auto -30px;
    }
    .zwc-features li{
        font-size: 15px;
        line-height: 1.8;
    }


    .zwc-content h1 {
        font-size: 40px;
    }

    .box {
        padding: 30px 50px;
    }

    .zwc-image {
        width: 100%;
        max-width: 80%;
    }

    section.sticky-section {
        padding: 70px 0;
    }
    .cta-inner-section h2 {
        font-size: 36px;
    }
   
}

@media only screen and (max-width: 640px) {
    .zwc-content h1 {
        font-size: 34px;
    }

    .zwc-scroller-parent h2 {
        font-size: 20px;
    }

    .zwc-scroller-parent h3 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    .box {
        padding: 30px;
    }

    .zwc-last-child {
        color: #000;
        padding: 40px 30px;
    }

    .zwc-scroller-child [class$="-grid"] {
        padding: 50px 30px;
    }

    .zwc-scroller-child [class$="-grid"] span {
        font-size: 17px;

    }
}</pre></body></html>