<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background-color: #fff;
	margin: 0;
}

.field-body p, .field-body h1,.field-body h2{
	margin: 0;
}

.field-body p{
    font-size: 17px;
    line-height: 1.7;
}

.field-body h1{
    font-family: var(--zf-primary-extrabold);
}

.field-body h2{
    font-family: var(--zf-primary-bold);
    font-size: 46px;
}

.field-body .section {
    padding: 120px 0;
}

.flex-wrap {
    display: flex;
    align-items: unset;
    justify-content: space-between;
}

.contracts-cta,.cont-request-demo-cta{
    padding: 15px 30px;
    font-size: 18px;
}

.content-wrap {
    padding: 0;
    max-width: 1170px;
}

.banner-section .inner .heading{
    margin-bottom: 0;
}

.integ-bar {
    display: flex;
    align-items: unset;
    height: 100%;
    justify-content: center;
    position: relative;
}

.integ-bar .leegality &gt; div, .integ-bar .contracts &gt; div{
    display: flex;
    align-items: center;
    padding: 15px 50px;
    border-radius: 50px;
    width: 215px;
}

.integ-bar .leegality &gt; div {
    background-color: #F2F3FF;
    margin-left: -10px;
}

.integ-bar .leegality &gt; div img{
    margin: 0 auto;
}

.integ-bar .contracts{
    height: auto;
}

.integ-bar .contracts &gt; div {
    background-color: #FFF2D3;
    height: 100%;
    padding: 0 40px;
}

.integ-bar .contracts span {
    font-family: var(--primaryfont-bold);
    font-size: 20px;
    margin-left: 5px;
}

.integ-bar  .leegality {
    z-index: -1;
}

.integ-bar:after {
    content: "+";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.3;
    font-size: 28px;
    height: 35px;
    background-color: #fff;
    width: 35px;
    text-align: center;
    border-radius: 25px;
    font-family: 'Zoho_Puvi_Medium';
}

.heading .paper p {
    color: #3138AF;
    font-size: 26px;
    font-family: 'Zoho_Puvi_Bold';
    text-align: center;
    margin-top: 20px;
}

.heading .paper h1 {
    font-size: 57px;
    max-width: 65%;
    text-align: center;
    margin: 0 auto;
}

.heading .description p {
    max-width: 40%;
    margin: 10px auto 30px auto;
    text-align: center;
}

.cta {
    display: flex;
    column-gap: 15px;
    justify-content: center;
}

section.section.leegal-section {
    background-color: #3138AF;
    color: #fff;
}

.leegal-section h2 {
    font-size: 42px;
    font-family: 'Zoho_Puvi_Bold';
    position: relative;
    width: fit-content;
}

.leegal-section h2 span{
    display: block;
}

.leegal-section p {
    font-size: 18px;
    margin-top: 30px;
}

.leegal-section .flex-wrap {
    column-gap: 75px;
    /*width: 80%;*/
}

.leegal-section .whats-stamp-paper {
    width: 55%;
}

.leegal-section .whats-leegality {
    margin-left: 50px;
    width: 45%;
}

.leegal-section h2:after {
    content: "";
    background-image: url('/sites/zweb/images/contracts/leegality/pink-dash.png');
    position: absolute;
    width: 200px;
    height: 25px;
    background-repeat: no-repeat;
    right: 0;
    bottom: -10px;
    background-size: 180px 13px;
    background-position: 0 100%;
    -webkit-mask-image: linear-gradient(to left, transparent 100%, black 0%);
    transition: 3s ease all;
}

.leegal-section .whats-stamp-paper h2:after {
    background-image: url('/sites/zweb/images/contracts/leegality/green-dash.png');
    background-size: 300px 15px;
    width: 100%;
}

.leegal-section .middle-animated h2:after{
    animation: animateEvent .5s;
    -webkit-mask-image: unset;
}

@keyframes animateEvent {
  0%   {-webkit-mask-image: linear-gradient(to left, transparent 100%, black 0%);}
  5%   {-webkit-mask-image: linear-gradient(to left, transparent 95%, black 0%);}
  10%   {-webkit-mask-image: linear-gradient(to left, transparent 90%, black 0%);}
  15%   {-webkit-mask-image: linear-gradient(to left, transparent 85%, black 0%);}
  20%   {-webkit-mask-image: linear-gradient(to left, transparent 80%, black 0%);}
  25%   {-webkit-mask-image: linear-gradient(to left, transparent 75%, black 0%);}
  30%   {-webkit-mask-image: linear-gradient(to left, transparent 70%, black 0%);}
  45%   {-webkit-mask-image: linear-gradient(to left, transparent 65%, black 0%);}
  40%   {-webkit-mask-image: linear-gradient(to left, transparent 60%, black 0%);}
  45%   {-webkit-mask-image: linear-gradient(to left, transparent 55%, black 0%);}
  50%   {-webkit-mask-image: linear-gradient(to left, transparent 50%, black 0%);}
  55%   {-webkit-mask-image: linear-gradient(to left, transparent 45%, black 0%);}
  60%   {-webkit-mask-image: linear-gradient(to left, transparent 40%, black 0%);}
  65%   {-webkit-mask-image: linear-gradient(to left, transparent 35%, black 0%);}
  70%   {-webkit-mask-image: linear-gradient(to left, transparent 30%, black 0%);}
  75% {-webkit-mask-image: linear-gradient(to left, transparent 25%, black 0%);}
  80% {-webkit-mask-image: linear-gradient(to left, transparent 20%, black 0%);}
  85% {-webkit-mask-image: linear-gradient(to left, transparent 15%, black 0%);}
  90% {-webkit-mask-image: linear-gradient(to left, transparent 10%, black 0%);}
  95% {-webkit-mask-image: linear-gradient(to left, transparent 5%, black 0%);}
  100% {-webkit-mask-image: linear-gradient(to left, transparent 0%, black 0%);}
}

.inner .heading {
    margin-bottom: 70px;
}

.integration-section {
    background-color: #FAFBFC;
}

.heading h2 {
    text-align: center;
    margin: 0 auto;
}

.integration-section .heading h2 {
    max-width: 40%;
}

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

.step-inner .flex-wrap {
    column-gap: 100px;
    align-items: center;
}

.step-inner .content {
    width: 40%;
    display: flex;
    column-gap: 20px;
}

.step-inner .img-block {
    position: relative;
    width: 50%;
    height: 450px;
    column-gap: 20px;
}

.step-inner .img-block &gt; div:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 320px;
    right: 10%;
    background-color: #C7ECFD;
}

.step-inner .img-block &gt; div img {
    transform: 0.3s;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    z-index: 1;
}

.step-inner .content .index .block {
    font-size: 24px;
    color: #4AC5FC;
    font-family: var(--primaryfont-semibold);
    padding: 20px 14px;
    background: transparent linear-gradient(180deg, #B1E6FD 0%, #FAFBFC 100%) 0% 0% no-repeat padding-box;
    border-radius: 100px;
    line-height: 1;
}

.steps .step {
    margin-bottom: 100px;
}

.steps .step:last-child {
    margin-bottom: 0px;
}

/*VIOLET*/
.violet .step-inner .img-block &gt; div:after {
    background-color: #EBD6FE;
    left: 0;
}

.violet .step-inner .content .index .block {
    color: #C681FF;
    background: transparent linear-gradient(180deg, #E7CBFF 0%, #FAFBFC 100%) 0% 0% no-repeat padding-box;
}

.violet .step-inner .flex-wrap,.pink .step-inner .flex-wrap {
    flex-direction: row-reverse;
}

.violet .step-inner .content,.pink .step-inner .content{
    width: 50%;
}

.violet .step-inner .img-block,.pink .step-inner .img-block{
    width: 40%;
}

.violet .step-inner .img-block &gt; div img,.pink .step-inner .img-block &gt; div img  {
    left: unset;
    right: 0;
}
/*VIOLET*/

/*BROWN*/
.brown .step-inner .img-block &gt; div:after {
    background-color: #FEE7D5;
}

.brown .step-inner .content .index .block {
    color: #F0A56A;
    background: transparent linear-gradient(180deg, #FFE3CE 0%, #FAFBFC 100%) 0% 0% no-repeat padding-box;
}

/*BROWN*/

/*PINK*/
.pink .step-inner .img-block &gt; div:after {
    background-color: #FED8D8;
    left: 0;
}

.pink .step-inner .content .index .block {
    color: #E56262;
    background: transparent linear-gradient(180deg, #FFCBCB 0%, #FAFBFC 100%) 0% 0% no-repeat padding-box;
}
/*PINK*/


.highlight h3 {
    font-size: 30px;
    font-family: 'Zoho_Puvi_Bold';
    margin-top: 20px;
}

.highlights .highlight {
    width: 30%;
    background-color: #E2FCEA;
    padding: 80px 30px;
    text-align: center;
}

.highlights .flex-wrap {
    column-gap: 20px;
}

.highlights .highlight.brown {
    background-color: #FFF8E2;
}

.highlights .highlight.blue {
    background-color: #E6F4FF;
}

.foot-section {
    color: #fff;
    background-color: #0F1833;
}

.foot-section .cont-request-demo-cta{
    border-color: #fff;
    color: #fff;
}

.foot-section .wrap {
    width: 70%;
    margin: 0 auto;
}

.foot-section h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 42px;
}






/*MEDIA QUERIES*/

@media (min-width:1200px){
    .step-inner .img-block &gt; div img {
        left: 20%;
    }
}

@media (min-width:993px) and (max-width: 1199px){
    .step-inner .img-block &gt; div img {
        left: 10%;
    }
}

@media (min-width:640px) and (max-width: 767px){
    .blue.step .step-inner .img-block &gt; div img,.brown.step .step-inner .img-block &gt; div img {
        max-width: 85%;        
    }
}

@media (min-width:480px) and (max-width: 640px){
    .violet.step .step-inner .img-block &gt; div img,.pink.step .step-inner .img-block &gt; div img {
        max-width: 85%;        
    }
}

@media (max-width:1200px){
    .content-wrap {
        max-width: 960px;
    }

    .heading .paper h1 {
        font-size: 50px;
    }

    .heading .paper p {
        font-size: 23px;
    }

    .heading .description p {
        max-width: 45%;
    }

    .field-body .leegal-section h2 {
        font-size: 34px;
    }

    .leegal-section .flex-wrap {
        /*width: 95%;*/
    }

    .field-body h2 {
        font-size: 40px;
    }

    .description h3,.highlight h3 {
        font-size: 24px;
    }

    .field-body p {
        font-size: 16px;
    }

    .highlights .highlight {
        padding: 60px 30px;
    }

}

@media (max-width:992px){
  
    .content-wrap {
        max-width: 880px;
    }

    .leegality img {
        max-width: 80px;
    }

    .integ-bar .contracts span {
        font-size: 15px;
    }

    .integ-bar .contracts &gt; div {
        padding: 0 40px;
    }

    .integ-bar .leegality &gt; div{
        padding: 15px 40px;
    }

    .integ-bar .leegality &gt; div, .integ-bar .contracts &gt; div {
        width: 195px;
    }

    .heading .paper h1 {
        font-size: 42px;
    }

    .heading .paper p {
        font-size: 21px;
    }

    .heading .description p {
        max-width: 55%;
    }

    .field-body .leegal-section h2 {
        font-size: 29px;
    }

    .leegal-section .flex-wrap {
        /*width: 95%;*/
    }

    .field-body h2 {
        font-size: 34px;
    }

    .description h3,.highlight h3 {
        font-size: 21px;
    }

    .step-inner .content .index .block {
        font-size: 22px;
        padding: 14px;
    }

    .field-body p {
        font-size: 15px;
    }

    .step-inner .content .index .block {
        font-size: 20px;
        padding: 15px 10px;
    }

    .field-body .section {
        padding: 70px 0;
    }

    .inner .heading {
        margin-bottom: 50px;
    }

    .steps .step {
        margin-bottom: 70px;
    }

    .step-inner .flex-wrap {
        column-gap: 50px;
        align-items: center;
    }

}

@media only screen and (min-width: 768px) and (max-width: 840px){
   
}

@media (max-width:767px){

    .contracts-cta, .cont-request-demo-cta {
        padding: 10px 20px;
        font-size: 14px;
    }

    .content-wrap {
        max-width: 720px;
    }

    .leegality img {
        max-width: 70px;
    }

    .integ-bar .contracts span {
        font-size: 14px;
    }

    .integ-bar .leegality &gt; div, .integ-bar .contracts &gt; div {
        padding: 15px 30px;
        width: 170px;
    }

    .integ-bar .contracts &gt; div {
        padding: 0 30px;
    }

    .heading .paper h1 {
        font-size: 34px;
    }

    .heading .paper p {
        font-size: 19px;
    }

    .heading .description p {
        max-width: 60%;
    }

    .field-body .leegal-section h2 {
        font-size: 25px;
    }

    .leegal-section .whats-leegality {
        margin-left: 20px;
    }

    .leegal-section .flex-wrap {
        column-gap: 35px;
    }

    .integration-section .heading h2 {
        max-width: 50%;
    }

    .step-inner .img-block &gt; div:after {
        width: 280px;
    }

    .field-body h2 {
        font-size: 32px;
    }

    .description h3,.highlight h3 {
        font-size: 21px;
    }

    .step-inner .content .index .block {
        font-size: 18px;
        padding: 12px 8px;
    }

    .field-body p {
        font-size: 14px;
    }

    .highlights .highlight {
        width: auto;
    }

    .field-body .section {
        padding: 50px 0;
    }

    .inner .heading {
        margin-bottom: 50px;
    }

    .steps .step {
        margin-bottom: 70px;
    }

    .step-inner .flex-wrap {
        row-gap: 50px;
        flex-direction: column;
    }

    .step-inner .content {
        width: 90%;
        row-gap: 20px;
    }

    .step-inner .img-block {
        height: 350px;
    }

    .violet .step-inner .flex-wrap, .pink .step-inner .flex-wrap {
        flex-direction: column;
    }

    .violet .step-inner .content, .pink .step-inner .content {
        width: 90%;
    }

    .highlights .flex-wrap {
        flex-direction: column;
        row-gap: 20px;
    }

    .foot-section h2{
        font-size: 22px;
    }

}

@media (max-width:640px){

    .content-wrap {
        max-width: 620px;
    }

    .heading .paper p {
        font-size: 18px;
    }

    .heading .paper h1 {
        font-size: 30px;
        max-width: 80%;
    }

    .heading .description p {
        max-width: 70%;
    }

    .field-body p {
        font-size: 13px;
    }

    .leegal-section .flex-wrap {
        row-gap: 35px;
        flex-direction: column;
    }

    .leegal-section .whats-leegality {
        margin-left: 0;
        width: 100%;
    }

    .leegal-section .whats-stamp-paper {
        width: 100%;
    }

    .field-body .leegal-section h2 {
        font-size: 23px;
    }

    .integration-section .heading h2 {
        max-width: 70%;
    }

    .field-body h2 {
        font-size: 30px;
    }

    .step-inner .img-block {
        height: 290px;
    }

    .step-inner .img-block &gt; div:after {
        width: 180px;
        right: -20%;
    }

    .violet .step-inner .img-block, .pink .step-inner .img-block {
        width: 60%;
    }

    .foot-section h2 {
        font-size: 22px;
    }

    .foot-section .wrap {
        width: 95%;
    }

    .field-body .leegal-section h2 {
        text-align: center;
        width: fit-content;
        margin: 0 auto;
    }

   .field-body .leegal-section h2 span {
        display: inline-block;
    }

    .leegal-section h2:after {
        bottom: -20px;
    }

    .field-body .leegal-section p{
        text-align: center;
    }


}

@media (max-width:480px){

    .content-wrap {
        max-width: 430px;
    }

    .integ-bar .contracts &gt; div img {
        max-width: 80px;
    }

    .integ-bar .contracts &gt; div {
        padding: 0 20px;
    }

    .integ-bar .leegality &gt; div{
        padding: 10px 20px;
    }

    .integ-bar .leegality &gt; div, .integ-bar .contracts &gt; div {
        width: 130px;
    }

    .integ-bar .contracts span {
        font-size: 13px;
    }

    .leegality img {
        max-width: 55px;
    }

    .integ-bar:after {
        line-height: 1.3;
        font-size: 24px;
        height: 30px;
        width: 30px;
    }

    .heading .paper h1 {
        font-size: 25px;
        max-width: 95%;
    }

    .heading .description p {
        max-width: 90%;
    }

    .contracts-cta, .cont-request-demo-cta {
        padding: 8px 22px;
        font-size: 11px;
    }

    .field-body .section {
        padding: 30px 0;
    }

    .field-body .section {
        padding: 30px 0;
    }

    .leegal-section p {
        margin-top: 20px;
    }

    .field-body p {
        font-size: 12px;
    }

    .integration-section .heading h2 {
        max-width: 90%;
    }

    .field-body h2 {
        font-size: 26px;
    }

    .description h3, .highlight h3 {
        font-size: 18px;
    }

    .step-inner .flex-wrap {
        row-gap: 35px;
    }

    .step-inner .img-block {
        display: none;
    }

    .steps .step {
        margin-bottom: 30px;
    }

    .step-inner .content .index .block {
        font-size: 16px;
        padding: 10px 6px;
    }

    .violet .step-inner .content, .pink .step-inner .content {
        width: 100%;
    }

    .step-inner .content {
        width: 100%;
        row-gap: 10px;
    }

    .inner .heading {
        margin-bottom: 30px;
    }

    .highlights .highlight img {
        height: 50px;
        width: auto;
    }

    .foot-section h2 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .highlights .highlight {
        padding: 25px 15px;
    }

    .foot-section .wrap {
        width: 100%;
    }

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