<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section,
.sticky-tab {
    padding: 100px 0;
}

header {
    background: #f4f9fc;
}

section.tabslide-section {
    padding-top: 30px;
    padding-bottom: 0;
}

.zwrapper h2 {
    font-family: var(--zf-primary-bold);
    text-align: center;
}

.titlesec span {
    font-family: var(--primaryfont-regular);
}

section.zbanner-section {
    background: #F4F9FC;
    padding-top: 70px;
}

.game-section {
    background: #1B2643;
    color: #fff;
}

.milestone-section,
li.bluesec.active {
    background: #E5F5FF;

}

.performance-section {
    background: #DCFAEC;

}

.obligation-section {
    background: #FFF2E5;

}

.dashboard-section {
    background: #F8F0FF;
    margin-bottom: 90px;
}

.performance-section,
.obligation-section,
.milestone-section,
.part1,
.dashboard-section {
    position: relative;
    margin-top: 15px;
    z-index: 1;
}


.tab-section {
    padding-bottom: 10px;
}

.flex-img:before {
    content: '';
    position: absolute;
    background: linear-gradient(217deg, #62c7fd 30%, #e5f5fe 79%);
    border-radius: 100%;
    width: 450px;
    height: 450px;
    top: -70px;
    right: 50px;
    z-index: -1;
    opacity: 0.2;
}

.flex-img:after {
    content: '';
    position: absolute;
    background: linear-gradient(71deg, #73c9a1 30%, #e5f5fe 79%);
    width: 70px;
    border-radius: 100%;
    height: 70px;
    bottom: -50px;
    left: 110px;
    z-index: -1;
    opacity: 0.4;
}

.milestone-inner .flex-img:after {
    background: linear-gradient(71deg, #7dbdec 30%, #e5f5fe 79%);
}

.obligation-inner .flex-img:after {
    background: linear-gradient(71deg, #efcdaa 30%, #fff2e5 79%)
}

.performance-section .flex-img:before {
    background: linear-gradient(217deg, #2ee29d 30%, #e5f5fe 79%);
}

.obligation-section .flex-img:before {
    background: linear-gradient(217deg, #ffb258 30%, #fff2e5 79%);
}



section.cta-section {
    background: #1B2643;
    color: #fff;
    text-align: center;
}

.cta-inner h2 {
    width: 100%;
    max-width: 756px;
    margin: 0 auto 40px;
}

a.cta-btn.act-btn {
    padding: 12px 30px;
    font-size: 17px;
}

/* banner section */
.zbanner-inner,
.milestone-inner,
.performance-inner,
.obligation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
}

.flex-left,
.flex-right,
.flex-img {
    width: 100%;
    max-width: 47%;
    position: relative;
}

.zbanner-inner .flex-right {
    text-align: center;
}

.zbanner-inner .flex-left p {
    width: 100%;
    margin: 20px 0 35px;
    max-width: 528px;
}

.flex-left p {
    width: 100%;
    max-width: 490px;
}

.game-section .titlesec {
    width: 100%;
    max-width: 496px;
    margin: 0 auto 60px;
}

.game-content {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.game-content p {
    width: 38%;
}

.feature-section {
    padding: 12px 0;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    position: sticky;
    top: 50px;
    z-index: 9;

}

.stickytab-nav {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.feature-tabs ul li.active {
    border-radius: 50px;
    background: #E5F5FF;
}

.feature-tabs ul li {
    display: inline-block;
    position: relative;
    padding: 7px 30px;
    cursor: pointer;
    font-size: 18px;
    color: #1b1b1b;
}


.zgrid-inner {
    display: flex;
    justify-content: center;
    gap: 7px;
    align-items: initial;
    flex-flow: wrap;
}

.zgrid-inner .flex-left,
.zgrid-inner .flex-right {
    background: #f5f8f8;
    padding: 70px;
    width: 50%;
}

span[class*="grid-icon"] {
    display: inline-block;
    width: 54px;
    height: 65px;
    background: url(/sites/zweb/images/contracts/features/zspriteicon.png) no-repeat;
    background-size: 200px auto;
    border-radius: 0;
    margin-bottom: 7px;
}

span.grid-icon2 {
    background-position: -53px 0;
}
span.grid-icon3 {
    background-position: -107px 0;
    width: 46px;
}
span.grid-icon4 {
    background-position: -153px 0;
}
.dashboard-inner p {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.dashboard-imgsec {
    display: flex;
    max-width: 1050px;
    margin: 60px auto 0;
    gap: 10px;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.titlesec p {
    width: 100%;
    max-width: 580px;
    text-align: center;
    margin: 0 auto;
}

span.dashboardimg1 {
    position: absolute;
    background: url(/sites/zweb/images/contracts/features/dashboardapprove.svg) no-repeat;
    width: 100%;
    height: 140px;
    z-index: 1;
    bottom: 70px;
    left: -60px;
}

span.dashboardimg2 {
    position: absolute;
    background: url(/sites/zweb/images/contracts/features/dashboardabligation.svg) no-repeat;
    width: 317px;
    height: 140px;
    z-index: 1;
    bottom: -80px;
    right: 20px;
}

.dashboard-imgsec:before {
    content: '';
    position: absolute;
    background: linear-gradient(68deg, rgba(226, 193, 255, 1) 0%, rgba(248, 240, 255, 1) 49%);
    border-radius: 100px;
    width: 150px;
    height: 150px;
    bottom: 20px;
    left: -70px;
    z-index: 0;
    opacity: 0.3;
}

.dashboard-imgsec:after {
    content: '';
    position: absolute;
    background: linear-gradient(222deg, rgba(226, 193, 255, 1) 0%, rgba(248, 240, 255, 1) 49%);
    border-radius: 293px;
    width: 250px;
    height: 250px;
    top: -70px;
    right: -70px;
    z-index: -1;
    opacity: 0.3;
}

.milestone-section:before,
.performance-section:before,
.obligation-section:before,
.milestone-section:after,
.performance-section:after,
.obligation-section:after,
.dashboard-section:before,
.dashboard-section:after {
    content: '';
    background: #fff;
    width: 120px;
    position: absolute;
    top: 0;
    right: 0;
    height: -webkit-fill-available;
    z-index: 1;
}

.milestone-section:before,
.performance-section:before,
.obligation-section:before,
.dashboard-section:before {
    left: 0;
}

@media only screen and (min-width : 1200px) {
    .zwrapper h1 {
        font-size: 55px;
        font-family: var(--zf-primary-extrabold);
    }
    .performance-section, .obligation-section, .milestone-section{
        padding: 150px 0;
    }

    .middle-animated .zfadein-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -ms-filter: "alpha(opacity=100)";
    }

    .zfadein-left {
        opacity: 0.7;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    }

    .middle-animated .zfadein-up {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -ms-filter: "alpha(opacity=100)";
    }

    .zfadein-up {
        opacity: 0.7;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    }

    .zwrapper h2 {
        font-size: 48px;
        font-family: var(--zf-primary-bold);
        text-align: center;
    }

    .zwrapper h3 {
        font-size: 34px;
        font-family: var(--zf-primary-bold);
    }

    .zwrapper h4 {
        font-size: 28px;
        font-family: var(--zf-primary-bold);
    }

    .zwrapper p {
        line-height: 31px;
    }
}

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

    .milestone-section:before,
    .performance-section:before,
    .obligation-section:before,
    .milestone-section:after,
    .performance-section:after,
    .obligation-section:after,
    .dashboard-section:before,
    .dashboard-section:after {

        width: 60px;

    }
}

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

    .milestone-section:before,
    .performance-section:before,
    .obligation-section:before,
    .milestone-section:after,
    .performance-section:after,
    .obligation-section:after,
    .dashboard-section:before,
    .dashboard-section:after {

        width: 40px;

    }
}

/* For Big Screen*/

@media (max-width: 1199px) {

    .milestone-section:before,
    .performance-section:before,
    .obligation-section:before,
    .milestone-section:after,
    .performance-section:after,
    .obligation-section:after,
    .dashboard-section:before,
    .dashboard-section:after,
    .feature-section {
        display: none;

    }

    .zbanner-inner,
    .milestone-inner,
    .performance-inner,
    .obligation-inner {
        justify-content: center;
        gap: 30px;
    }

    .flex-img {
        max-width: 40%;
    }

    .flex-img:before {
        width: 350px;
        height: 350px;
        top: -70px;
        right: 0;
    }

    .zwrapper h1 {
        font-size: 47px;
    }

    .zwrapper h2 {
        font-size: 38px;
    }

    .zwrapper h3 {
        font-size: 32px;
    }

    .zwrapper h4 {
        font-size: 25px;
    }

    .dashboard-imgsec:after {
        width: 200px;
        height: 200px;
        top: -30px;
        right: -30px;
    }

    .dashboard-imgsec:before {
        bottom: 50px;
        left: -40px;
    }
}

@media(max-width: 1024px) {
    .dashboard-imgsec {
        max-width: 820px;
        margin: 0px auto 0;
    }

    section,
    .sticky-tab {
        padding: 80px 0;
    }

}

/* For medium Screen*/

@media(max-width: 991px) {

    .zwrapper h1 {
        font-size: 37px;
    }

    .zwrapper h2 {
        font-size: 28px;
    }

    section.zbanner-section {
        padding-top: 30px;

    }

    .feature-section,
    span.dashboardimg2,
    span.dashboardimg1,
    .part1,
    .dashboard-imgsec:before,
    .dashboard-imgsec:after {
        display: none;
    }

    .flex-img:before {
        width: 210px;
        height: 210px;
        top: -50px;
        right: 0;
    }

    .flex-img:after {
        width: 50px;
        height: 50px;
        bottom: -20px;
        left: 60px;
    }

    .game-content p {
        width: 46%;
    }

    .zgrid-inner .flex-left,
    .zgrid-inner .flex-right {

        padding: 30px;
        width: 40%;

    }

    section.dashboard-section {
        margin-bottom: 0;
    }

    section {
        padding: 80px 0;
    }

    .cta-inner h2 {
        max-width: 496px;
    }
}

/* For tablet Screen*/

@media(max-width: 800px) {

    .flex-left,
    .flex-right {
        max-width: 80%;
        text-align: center;
    }

    .flex-left p {
        margin: 0 auto;
    }

    .game-content {
        gap: 0px;
        flex-flow: wrap;
    }

    .game-content p {
        width: 70%;
    }

    .titlesec p {
        max-width: 500px;
        margin: 0 auto 20px;
    }

    .game-section .titlesec,
    .titlesec p,
    .zbanner-inner .flex-left p {
        margin-bottom: 20px;
    }

    .flex-img {
        max-width: 43%;
    }

    .flex-img:before {
        display: none;
    }

    .performance-section,
    .obligation-section,
    .milestone-section,
    .part1,
    .dashboard-section {
        margin-top: 0;
    }

    section,
    .sticky-tab {
        padding: 60px 0;
    }
}


/* For medium size mobile Screen*/

@media(max-width: 640px) {
    a.cta-btn.act-btn {
        padding: 12px 15px;
        font-size: 16px;
    }

    .zwrapper h1 {
        font-size: 30px;
    }

    .zwrapper h2 {
        font-size: 23px;
    }

    .zwrapper h3 {
        font-size: 20px;
    }

    .zwrapper h4 {
        font-size: 18px;
    }

    .game-content p {
        width: 90%;
        text-align: center;
    }

    .zgrid-inner .flex-left,
    .zgrid-inner .flex-right {
        padding: 40px;
        width: 70%;
    }

    .cta-inner h2 {
        margin: 0 auto 20px;
    }

    section.zbanner-section {
        padding-top: 40px;
    }

    section {
        padding: 50px 0;
    }
}

/* For Mobile Screen*/

@media(max-width: 480px) {

    .flex-left,
    .flex-right {
        max-width: 100%;
    }

    .flex-img {
        max-width: 90%;
    }

    .zgrid-inner .flex-left,
    .zgrid-inner .flex-right {
        padding: 30px 20px;
        width: 90%;
    }
}</pre></body></html>