<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common */
:root{
    --highlighter: #0047FF;
}

.pagewrapper {
    --h1-font-size: 60px;
    --h2-font-size: 50px;
    --h3-font-size: 24px;
    --para-bigfont-size: 20px;
    --para-font-size: 16px;
}

.pagewrapper .content-wrap {
    max-width: 1170px;
    padding: 90px 0;
}
.pagewrapper p {
    font-size: var(--para-font-size);
}
.zw-product-header .content-wrap {
    z-index: 2;
}

.pagewrapper .act-btn {
    padding: 12px 30px;
}
.grey-clr{
    background: #F5F5F5;
}
.zcr-blk-elmt{
    display: block;
}
.flex-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* end common */
/* banner */
.zcr-bnr-sec,
.zcr-bnr-inner,
.zcr-bnr-inner&gt;div,
.zcr-bnr-img-wrap{
    position: relative;
}
.zcr-bnr-sec{
    background: url("/sites/zweb/images/creator/canvas-bg.png");
    background-size: cover;
}
.zcr-bnr-sec .content-wrap {
    max-width: 1280px;
}
.zcr-bnr-inner {
    display: flex;
    align-items: end;
    gap: 50px;
}

.zcr-bnr-inner&gt;* {
    width: 50%;
}

.zcr-bnr-inner h1 {
    font-size: var(--h1-font-size);
    letter-spacing: -1.76px;
    font-family: var(--primaryfont-semibold);
    max-width: 550px;
}

.zcr-bnr-inner p {
    max-width: 520px;
}

.zcr-bnr-img-wrap{
    z-index: 1;
}

.zwc-banner-widget{
    position: absolute;
    opacity: 0;
    transition: .5s ease-in;
    width: 68px;
    height: 68px;
    display: inline-block;
    background: url("/sites/zweb/images/creator/canvas-banner-icons.png") no-repeat;
    background-size: 265px auto;
}
.zcr-bnr-sec .content-wrap.content-wrap.middle-animated .zwc-banner-widget{
    opacity: 1;
}
.banner-widget2{
    transition-delay: .5s;
    background-position: -127px -7px;
}
.banner-widget1{
    transition-delay: 1s;
    background-position: -198px -7px;
}
.banner-widget3{
    transition-delay: 1.5s;
    background-position: -59px -7px;
}

.banner-widget1{
    right: 23%;
    bottom: 31%;
}
.banner-widget2{
    right: 23%;
    top: 10%;
}
.banner-widget3{
    left: 20%;
    bottom: -11.5%;
    z-index: -1;
}
.banner-widget4{
    position: absolute;
    left: -5%;
    top: 110px;
    width: 11%;
    animation: float_bnr 3s ease-in infinite;
    transition: 3s ease-in;
    width: 60px;
    height: 150px;
    background: url("/sites/zweb/images/creator/canvas-banner-icons.png") no-repeat;
    background-size: 270px auto;
}
.zbanner-img{
    margin-bottom: -145px;
}


/* banner ends */

/* what-sec */
.what-sec{
    background:#09127D;
    width: 95%;
    margin: 0 auto;
    color: #fff;
  }
  .what-sec .content-wrap{
    max-width: 1280px;
    padding: 120px 0px 0px;
  }
  .what-sec h2{
    font-size: var(--h2-font-size);
  }
  .what-sec-cnt{
    max-width: 750px;
  }
  .what-sec-cnt p{
    max-width: 550px;
  }
  .what-sec-img{
    position: relative;
    bottom: -60px;
    margin-top: -60px;
    display: flex;
    justify-content: right;
   
  }
  .what-sec-img&gt;div{
    max-width: 700px;

  }
  .what-sec-img&gt;div img, .what-sec-img video{
    display: block;
    border: 5px solid #000;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  /* what-sec */
  /* three-part-sec */
  .three-part-sec{
    padding-top: 90px;
  }
  .three-part-sec h2{
    font-size: var(--h2-font-size);
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
  }
  .three-part-sec h3{
      font-size: var(--h3-font-size);
  }
  .three-part-sec .content-wrap{
    max-width: 1280px;
  }
  .three-part-sec .grid-elmt{
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    gap: 50px;

  }
  .three-part-sec .grid-elmt&gt;div{
    border-bottom: 1px solid #383838;
  }
  .three-part-img{
    margin-bottom: 30px;
    transform: translateY(20px);
    transition: .5s ease-in;
  }
  .three-part-sec .content-wrap.middle-animated .three-part-img{
      transform: translateY(0);
  }
  .grid-elmt div:nth-child(2) .three-part-img{
     transition-delay: .5s;
  }
  .grid-elmt div:nth-child(3) .three-part-img{
    transition-delay: 1s;
 }

      /* three-part-sec */
          /* features-prt-sec */


    .zwc-properties-wrap{
        background: #000000;
        color: #FFFFFF;
    }
    .zwc-properties-wrap h2{
        font-size: var(--h2-font-size);
      text-align: center;
      max-width: 750px;
      margin: 0 auto 50px;
      }
    .zwc-prop-cont{
        width: 50%;
        max-width: 415px;
    }
    .zwc-prop-img{
        width: 50%;
    }
    .zwc-prop-lists-wrap li{
       color: rgb(255 255 255 / 30%);
       border-bottom: 1px solid rgb(209 209 209 / 30%);
       cursor: pointer;
    }
    .zwc-prop-lists-wrap li.active{
        color: #FFFFFF;
        border-bottom: 1px solid #FED70B;
     }
     .zwc-prop-lists-wrap li:not(:last-child){
        margin-bottom: 20px;
     }
     .zwc-prop-img{
        background: #141414;
        border-radius: 15px;
        padding: 30px;
        position: relative;
        min-height: 700px;
        display: flex;
        justify-content: center;
        align-items: center;
     }
     
    .zwc-canvas-img img{
       display: none;
    }
    .zwc-canvas-img{
        transform: scale(0.8);
        opacity: 0;
        transition: .5s ease-in;
    }
    .zwc-canvas-img.active img{
        display: block;
    }
    .zwc-canvas-img.active{
        opacity: 1;
        transform: scale(1);
    }
    
      /* features-prt-sec */
      
/* bottom cta sec ends */

.zcr-btm-cta-inner{
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.zcr-btm-cta-inner h2 {
    font-size: var(--h2-font-size);
    line-height: 1.1;
    letter-spacing: -1.6px;
    margin-bottom: 40px;
}

/* bottom cta sec ends */



@keyframes show_popup {
    from{
        transform: scale(0.5);
    }
    to{
        transform: scale(1);
    }
}
@keyframes float_bnr {
    0%{
        transform: translateY(0);
    }
    25%{
        transform: translateY(3px);
    }
    50%{
        transform: translateY(0)
    }
    75%{
        transform: translateY(-3px)
    }
    100%{
        transform: translateY(0)
    }
}

@media only screen and (min-width: 1440px){
    .what-sec h2{
        font-size: 45px;
      }
    
}

@media (max-width: 1440px) {

    /* common */
    .pagewrapper {
        --h1-font-size: 54px;
        --h2-font-size: 44px;
        --h3-font-size: 44px;
    }

    /* common ends */
    .what-sec{
        width: 100%;
    }
    /* banner */


    .zcr-bnr-inner::before {
        max-width: 700px;
        right: -100px;
        bottom: -120px;
    }

    /* banner ends */



    .snd-img{
        top: 0px;
        left: 10px;
    }
}

@media (max-width: 1199px) {
    .pagewrapper {
        --h1-font-size: 50px;
    }
    .zcr-bnr-sec .content-wrap{
        padding: 90px 0px;
    }

    /* banner */

    .zcr-bnr-inner::before {
        display: none;
    }

    .zcr-bnr-img-wrap {
        margin: 0 auto;
    }

    .zbanner-img {
        margin-bottom: -135px;
    }
    .banner-widget4{
        width: 43px;
        height: 120px;
        background-size: 200px auto;
    }
    .zwc-banner-widget{
        transform: scale(0.8);
    }
    .banner-widget1 {
        right: 21%;
        bottom: 29%;
    }
    .banner-widget3{
        bottom: -14%;
    }

    /* banner ends */


}

@media (max-width: 991px) {


    /* common */
    .pagewrapper {
        --h1-font-size: 50px;
        --h2-font-size: 40px;
        --h3-font-size: 30px;
        --h4-font-size: 24px;
    }

    .pagewrapper .content-wrap {
        max-width: 700px;
        padding: 70px 0;
        width: 90%;
    }

    /* common */
    /* banner */
.pagewrapper .zcr-bnr-sec .content-wrap{
padding-bottom:0;
}
    .zbanner-img {
        margin-bottom: -42px;
    }
    .zcr-bnr-inner h1 {
        max-width: 600px;
    }
    .zwc-banner-widget, .banner-widget4{
        display: none;
    }
    .zcr-bnr-inner p {
        font-size: var(--para-font-size);
    }

    .zcr-bnr-inner{
        display: block;
    }
    .zcr-bnr-inner&gt;*{
        width: 100%;
    }
    .zcr-bnr-img-wrap{
        max-width: 450px;
        margin: 0px;
    }
    .zbanner-img {
        margin-bottom: 0;
    }
      
    /* banner ends */
    .what-sec-img{
        bottom: 0px;
        margin-top: 40px;
        justify-content: left;
    }
    .what-sec{
        margin: 0px auto;
    }
    

    .three-part-sec .grid-elmt{
        gap: 30px;
    }
    .three-part-sec .grid-elmt{
        grid-template-columns: repeat(2 , 1fr);
        
    }
    .features-prt-sec .grid-elmt&gt;div{
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .three-part-sec{
        padding-top: 0px;
    }

    .zwc-prop-img{
        display: none;
    }
    .zwc-prop-lists-wrap li, .zwc-prop-lists-wrap li.active{
        color: #FFFFFF;
        border-bottom: none;
    }
    .zwc-prop-cont {
        width: 1900%;
        max-width: 550px;
    }
    .zwc-prop-lists-wrap li:not(:last-child) {
        margin-bottom: 40px;
    }

    .zwc-properties-wrap h2{
        text-align: left;
    }

}

@media (max-width: 767px) {
    /* common */
    .pagewrapper {
        --h1-font-size: 46px;
        --h2-font-size: 34px;
        --h3-font-size: 26px;
        --h4-font-size: 22px;

    }
 
    

    .pagewrapper .content-wrap {
        max-width: 600px;
        padding: 60px 0;
    }

    /* common end */
    .three-part-sec h2, .features-prt-sec h2{
        text-align: left;
    }
    .three-part-sec .grid-elmt{
        grid-template-columns: repeat(1 , 1fr);
        max-width: 450px;
        gap: 60px;
    }
    .three-part-sec .grid-elmt&gt;div{
        border-bottom: 1px solid #dddddd;
    }
    /* banner */
    .zbanner-img {
        margin-bottom: -32px;
    }
    .zcr-bnr-left {
        width: 100%;
        max-width: 520px;
    }

    /* end banner */
    
    /* bottom cta sec */
    .zcr-btm-cta-inner {
        text-align: left;
    }

    .zcr-btm-cta-inner h2 {
        margin: 0 0 20px;
    }
    .zcr-btm-cta-sec  .content-wrap{
        padding-top: 30px;
    }

    /* bottom cta sec ends */
    .features-prt-sec .grid-elmt&gt;div{
        margin-bottom: 40px;
        padding: 50px 30px;
    }
}

@media (max-width: 480px) {

    /* common */
    .pagewrapper {
        --h1-font-size: 44px;
        --h2-font-size: 32px;
        --h3-font-size: 24px;
        --h4-font-size: 20px;
    }
    /* common end */

    .features-prt-sec .grid-elmt&gt;div{
        padding: 30px;
    }
    .snd-img{
        max-width: 200px;
    }
}


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