<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zflex-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zpagewrapper h2 {
    font-size: 50px;
    font-family: var(--primaryfont-bold);
}
.sprite-image{
    background-image: url(/sites/zweb/images/learn/mobile-platform/sprite.png);
    background-size: 530px;
}

.apps-download-links-wrap{
    margin-top: 35px;
}

.banner-section {
    /* background: linear-gradient( #141438 79%, #fff 21%); */
    color: #fff;
    background-color: #141438;
}

.zpagewrapper .content-wrap {
    max-width: 1214px;
}

.banner-content-right img {
    max-width: 332px;
    width: 100%;
    opacity: 0;
    transform: translateY(30px) rotate(0deg);
    transition: 1s all ease-in-out;
}
.middle-animated .banner-content-right img{
    opacity: 1;
    transform: translateY(0px) rotate(2deg);
}

.banner-iwrap {
    /* align-items: flex-start; */
    padding: 110px 50px 0px;
}

.banner-content-left h1 {
    font-size: 60px;
    color: #F8C68B;
}

.banner-content-left {
    max-width: 500px;
    margin-bottom
: 50px;
    width: 50%;
}

.zpagewrapper .banner-content-left p {
    font-size: 22px;
    margin-bottom: 30px;
}

.banner-content-right {
    margin-bottom: -13%;
    width: 50%;
    position: relative;
    max-width: 500px;
}

.advantages-section {
    padding-top: 215px;
}

.advantages-title {
    width: 50%;
    max-width: 594px;
    border-radius: 10px;
    margin-bottom: 25px;
    position: relative;
}

.feature1 {
    background-color: #FAF3F0;
    padding: 180px 140px 95px 73px;
}

.feature2 {
    background-color: #F1F9FA;
    padding: 180px 135px 95px 73px;
}

.feature3 {
    background-color: #FAF9F1;
    padding: 180px 130px 105px 73px;
}

.feature4 {
    background-color: #F1F3F9;
    padding: 180px 90px 105px 73px;
}
.advantages-title:before{
    background-image: url(/sites/zweb/images/learn/mobile-platform/sprite.png);
    background-size: 530px;
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
}
.feature1:before {
    background-position: -80px -5px;
    top: 64px;
    right: 74px;
}

.feature2:before {
   background-position: -200px -5px;
   top: 64px;
   right: 80px;
}

.feature3:before {
   background-position: -306px 4px;
   top: 70px;
   right: 80px;
}

.feature4:before {
   background-position: -416px -3px;
   top: 70px;
   right: 80px;
}

.advantages-title h3 {
    font-size: 30px;
    font-family: var(--primaryfont-bold);
}

.advantages-section h2 {

    max-width: 500px;
    margin-bottom: 70px;
}

.features-section {
    margin-top: 100px;
}

.features-section h2 {
    max-width: 780px;
    text-align: center;
    margin: 0 auto 20px;
}

.features-desc {
    max-width: 680px;
    text-align: center;
    margin: 0 auto 80px;
}

.feature-content {
    width: 50%;
    max-width: 404px;
}

.feature-img {
    width: 50%;
    text-align: right;
}
.assess-feature .feature-img{
    text-align: left;
}

.features-section .zflex-wrap {
    max-width: 900px;
    margin: 0 auto 0px;
    padding: 70px 30px 0px;
}
.features-section .assess-feature .zflex-wrap{
    /* max-width: 850px; */
}
.features-section .content-wrap{
   border-radius:10px
}

.course-feature {
    background-color: #151537;
    color: #fff;
}

.assess-feature {
    background-color: #F3F3F9;
    margin: 30px auto;
}

.instruc-feature {
    background-color: #151537;
    color: #fff;
}
.course-feature img{
   max-width: 350px;
   margin-bottom: -7px;
   width: 100%;
}

.assess-feature img{
    max-width: 370px;
    margin-bottom: -7px;
    width: 100%;
}

.instruc-feature img{
    max-width: 360px;
    margin-bottom: -7px;
    width: 100%;
}
.footer-section{
    text-align: center;
    margin: 120px 0px 100px;
}
.zpagewrapper .footer-section h2{
    font-size: 45px;
    font-family: var(--primaryfont-semibold);
    max-width: 960px;
    margin: 0 auto 20px;
}
.feature-content h3{
    font-size: 35px;
    font-family: var(--primaryfont-bold);
}
.banner-icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 17%;
    opacity: 0;
    transition: 1s opacity 1s;
    animation: 3s floatY 4s infinite;
}
.middle-animated .banner-icon{
    opacity: 1;
}

@keyframes floatY {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(5px)
    }

    100% {
        transform: translateY(0)
    }
}
.fadeup {
    transform: translateY(30px);
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    opacity: 0
}

.middle-animated .fadeup {
    transform: translateY(0);
    opacity: 1
}

@media only screen and (min-width: 1600px) {
    .zpagewrapper p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1440px) {
    .advantages-title{
        max-width: 560px;
    }
    .feature4{
        padding: 180px 90px 105px 73px;
    }
}
@media only screen and (max-width: 1280px) {
    .banner-content-left{
        width: 100%;
        text-align: center;
        margin: 0 auto 50px;
        max-width: 760px;
    }
    .zpagewrapper .banner-content-left p{
        font-size: 20px;
    }
    .banner-content-right{
        width: 100%;
        margin: 0 auto -13%;
    }
    .advantages-section h2{
        margin: 0 auto 50px;
        text-align: center;
    }
    .advantages-title{
    width: 100%;
    margin: 0 auto 30px;
    }
}
@media only screen and (max-width: 991px) {
    .banner-content-left h1{
        font-size: 50px;
    }
    .zpagewrapper .banner-content-left p {
        font-size: 18px;
    }
    .banner-content-left{
        max-width: 690px;
    }
    .advantages-section h2,
    .zpagewrapper h2{
        font-size: 40px;
    }
    .feature-content{
        width: 100%;
        margin: 0 auto 50px;
        max-width: 480px;
        text-align: center;
    }
    .feature-img{width: 100%;text-align: center;}
    .assess-feature .feature-img{
        order: 2;
        text-align: center;
    }
    .zpagewrapper .footer-section h2{
        font-size: 30px;
        max-width: 700px;
    }
    .footer-section{
        margin: 70px 0;
    }
    .banner-iwrap{
        padding: 50px 0px 0px
    }
}
@media only screen and (max-width: 767px) {
    .banner-content-left h1{
        font-size: 35px;
    }
    .zpagewrapper .banner-content-left p {
        font-size: 16px;
    }
    .banner-content-left{
        max-width: 440px;
    }
    
    .zpagewrapper h2{
        font-size: 27px;
    }
    .features-section h2{
        width: 90%;
    }
    .features-desc{
        width: 90%;
        margin-bottom: 50px;
        max-width: 500px;
    }
    .banner-content-right{
        width: 90%;
        max-width: 440px;
    }
    .banner-content-right img{
        max-width: 330px;
    }
    .banner-icon{
        transform: scale(0.8);
    }
    .feature-content{
     max-width: 420px;
    }
    .feature-content h3 {
        font-size: 25px;
    }
    .features-section{
        margin-top: 50px;
    }
  
    .zpagewrapper .footer-section h2{
        font-size: 22px;
        max-width: 530px;
    }
    .footer-section{
        margin: 70px 0;
    }
    .banner-iwrap{
        padding: 50px 0px 0px
    }
    .advantages-section {
        padding-top: 135px;
    }
    .advantages-section h2{
        max-width: 400px;
    }
    .advantages-title{
    padding: 130px 40px 40px;
}
    .advantages-title:before{
        transform: scale(0.6);
        top: 20px;
        left: 20px;
    }
    .advantages-title h3{
        font-size: 20px;
    }
}
</pre></body></html>