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

section.topbanner-section {
    background: #f8faff;
    /* padding: 60px 0 100px */
}

.topbanner-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 40px
}

.topbanner-inner .flex-left {
    width: 100%;
    max-width: 42%;
}

.topbanner-inner .flex-right {
    width: 100%;
    max-width: 55%;
    text-align: center;
    position: relative;
}

.topbanner-inner .flex-right:before {
    position: absolute;
    background-size: 26px 26px;
    background-image: linear-gradient(to right, #ecebeb 0px, transparent 1px), linear-gradient(to bottom, #ecebeb 1px, transparent 1px);
    top: -46px;
    left: 0;
    width: 100%;
    height: 520px;
    content: '';
    z-index: 0;
}

.topbanner-inner .flex-right img {
    z-index: 3;
    position: relative;
}

.flex-left h1 {
    font-size: 61px;
    font-family: var(--zf-primary-extrabold)
}

.zdw-wrapper h2 {
    font-size: 45px;
    font-family: var(--primaryfont-bold);
}


.topbanner-inner .flex-left p {
    margin: 30px 0;
    line-height: 32px;
    font-size: 18px;
}

a.cta-btn.act-btn {
    padding: 15px 30px;
    border-radius: 4px
}

.zdw-titlepart {
    text-align: center;
    max-width: 715px;
    margin: 0 auto 30px
}

.flex-right {
    text-align: center
}

.security-certificate {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.security-certificate span {
    background: var(--compliance-badges);
    background-size: 1100px auto;
    background-repeat: no-repeat;
    width: 151px;
    height: 80px;
    display: inline-block;
    text-align: center
}

span.iso-27017 {
    background-position: -305px 0
}

span.iso-27018 {
    background-position: -458px 0
}

span.aicpa-soc {
    background-position: -624px 0;
    width: 91px;
    height: 90px;
    background-size: 900px auto
}

span.gdpr {
    background-position: -367px -92px;
    width: 91px;
    height: 90px;
    background-size: 900px auto
}

span.hipaa {
    background-position: 0 -83px;
    width: 100px;
    height: 95px;
    background-size: 863px auto
}

span.soc2-hipaa {
    background-position: -624px 0px;
    background-size: 900px auto;
    width: 91px;
    height: 90px;
}


.disclaimer-note {
    text-align: center;
    padding: 20px 70px;
    background: #fafafa;
    border-radius: 3px;
    max-width: 862px;
    margin: 30px auto 0;
}

.zdw-wrapper .disclaimer-note p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
}



section.datathreats-section {
    background: #060e2f;
    color: #fff;
    position: relative;
    overflow: hidden;
}


section.datathreats-section .content-wrap:before {
    content: '';
    position: absolute;
    background: url('/sites/zweb/images/dataprep/data-safety/data-circuit.svg') no-repeat;
    background-size: 170px auto;
    width: 170px;
    height: 250px;
    left: -130px;
    top: 291px;
    z-index: 0;
    transform: rotate(90deg);
}

section.datathreats-section .content-wrap:after {
    content: '';
    position: absolute;
    background: url('/sites/zweb/images/dataprep/data-safety/data-circuit.svg') no-repeat;
    background-size: 170px auto;
    width: 170px;
    height: 250px;
    right: -30px;
    bottom: -170px;
    z-index: 0;
}

.datathreats-inner {
    z-index: 2;
    position: relative;
}

section.organization-security {
    background: #F8FAFF;
}


.flex-data {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    gap: 20px
}

.flex-grid {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 50px 0 0
}

.data-box {
    max-width: 44%;
    background: #067EF5;
    padding: 70px;
    border-radius: 20px;
    position: relative;
    color: #fff;
}

/* 
.data-box h3:before {
    content: '';
    position: absolute;
    background: #0f81fd;
    width: 7px;
    height: 7px;
    border-radius: 40px;
    left: -20px;
    top: 13px
}

.data-box h3:after {
    content: '';
    position: absolute;
    border: 1px solid #0f81fd;
    width: 13px;
    height: 13px;
    border-radius: 40px;
    left: -23px;
    top: 10px
} */

.data-box h3 {
    position: relative
}

.data-box p {
    margin-bottom: 0
}

.flex-content {
    max-width: 56%;
    text-align: center;
}

.flex-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: #fff;
    padding: 50px;
    border-radius: 50px
}



.flex-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: #f8faff;
    padding: 100px 80px;
    border-radius: 30px;
    color: #000
}

.flex-wrap .flex-left {
    max-width: 36%
}

.flex-wrap .flex-right {
    max-width: 58%;
    background: #fff;
    padding: 20px
}

.data-tabs ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 40px;
    margin-top: 50px
}

.data-tabs ul li {
    font-size: 18px;
    padding: 10px 29px;
    cursor: pointer;
    font-family: var(--primaryfont-semibold)
}

li.tab-link.current {
    background: #097ff9;
    border-radius: 100px
}

.tab-content {
    display: none
}

.tab-content.current {
    display: inherit;
    animation: slides 1s ease
}

.zdw-wrapper .security-compliance {
    padding: 80px 0
}

@keyframes slides {
    0% {
        transform: translateY(30px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}


.testimonial-wraps {
    max-width: 820px;
    margin: 0 auto;
    padding-left: 80px
}

.testimonial-block .table-wrap {
    width: auto;
    padding-top: 30px;
    display: flex
}

.testimonial-block .table-wrap .colum.avatar-img {
    width: 60px;
    margin-right: 15px
}

.testimonial-block .table-wrap .column.right {
    width: auto;
    padding-top: 7px
}

.table-wrap&gt;.column {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.testimonial-block .table-wrap .avatar-img img {
    border-radius: 100%;
    width: 60px;
    height: 60px
}

.testimonial-block .table-wrap h6 {
    font-size: 17px;
    margin-bottom: 0;
    color: #9a8247;
    font-weight: bold
}

.testimonial-block .table-wrap h6+p {
    font-size: 13px;
    margin-bottom: 0
}

.zdw-wrapper .testimonial-block p {
    color: #000;
    font-family: var(--zf-secondary-regular);
    font-size: 25px;
    margin-bottom: 0;
    position: relative;
    line-height: 42px;
}

.testimonial-block {
    max-width: 880px;
    margin: 100px auto 0;
    position: relative
}

.slider-icon {
    content: '';
    position: absolute;
    left: -120px;
    top: -110px;
    background: #fff9ea;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    z-index: -1;
    display: inline-block;
    transition: ease all .5s;
    font-size: 0
}

.slider-icon:before {
    content: '';
    background: url(/sites/zweb/images/analytics/connectors-template-sprite.png) no-repeat 0 0/150px auto;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 60px;
    top: 60px;
    background-position: -71px -5px;
    z-index: 0
}


@media screen and (min-width: 1380px) {
    .zdw-wrapper p {
        font-size: 18px;
        line-height: 32px
    }
}

@media screen and (max-width: 1340px) {
    .flex-wrap .flex-right {
        max-width: 55%;
        background: #fff;
        padding: 50px 40px
    }

    .topbanner-inner .flex-left p {
        margin: 30px 0;
        line-height: 30px;
        font-size: 17px;
    }

    .flex-left h1 {
        font-size: 54px;
    }

    .flex-wrap {
        padding: 80px 50px
    }

    .data-box {
        padding: 60px 70px
    }

    .data-box h3:after {
        left: -21px;
        top: 9px
    }

    .data-box h3:before {
        left: -18px;
        top: 12px
    }

    .zdw-wrapper section {
        padding: 100px 0
    }

    .topbanner-inner .flex-right:before {
        height: 430px;
    }
}

@media screen and (max-width: 1199px) {
    .slider-icon {
        display: none;
    }

    .zdw-wrapper section {
        padding: 80px 0;
    }

    .flex-grid {
        gap: 10px;
        margin: 0;
    }

    .testimonial-block {
        margin: 30px auto 0;
    }

    .zdw-wrapper section.topbanner-section {
        padding-top: 70px
    }

    .flex-left h1 {
        font-size: 44px;
    }

    .zdw-wrapper h2 {
        font-size: 33px
    }

    .data-box {
        padding: 52px 40px 50px 50px
    }

    .topbanner-inner {
        gap: 20px
    }

    .flex-wrap {
        padding: 60px 40px
    }

    .data-tabs ul li {
        font-size: 16px;
        padding: 10px 19px
    }
}

@media screen and (max-width: 991px) {
    .zdw-wrapper section {
        padding: 80px 0
    }

    .topbanner-inner .flex-left {
        width: 100%;
        max-width: 62%;
        text-align: center;

    }

    .topbanner-inner .flex-right {
        width: 100%;
        max-width: 85%;
    }

    .topbanner-inner .flex-right:before {
        height: 430px;
        top: 0;
    }

    .flex-left h1 {
        font-size: 41px
    }

    .topbanner-inner {
        gap: 60px;
        flex-flow: wrap;

    }

    .zdw-wrapper h2 {
        font-size: 36px;
        text-align: center
    }



    .topbanner-inner .flex-left p {
        margin: 20px 0
    }

    .zdw-titlepart {
        text-align: center;
        max-width: 600px
    }

    .security-certificate {
        gap: 10px
    }

    .flex-wrap {
        display: inline-block
    }

    .flex-wrap .flex-left,
    .flex-wrap .flex-right,
    .flex-left,
    .flex-right {
        max-width: 76%;
        margin: 0 auto;
        text-align: center
    }

    .data-box {
        max-width: 46%
    }


    span.slider-icon,
    section.datathreats-section .content-wrap:before,
    section.datathreats-section .content-wrap:after {
        display: none;
    }

    .zdw-wrapper .testimonial-block p {
        font-size: 20px;
        line-height: 35px;
    }

    .testimonial-block {
        max-width: 770px;
        margin-top: 0px;
    }
}

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

    .security-certificate,
    .topbanner-inner {
        gap: 10px;
        flex-flow: wrap
    }

    .flex-content {
        max-width: 76%;
    }

    .topbanner-inner&gt;div {
        width: 100%;
        max-width: 68%;
        margin: 0 auto
    }

    .topbanner-inner .flex-left {
        text-align: center;
        margin-bottom: 40px
    }

    .zdw-wrapper section.topbanner-section {
        padding-top: 40px
    }

    .data-tabs ul li {
        font-size: 14px;
        padding: 10px 15px
    }

    .flex-wrap {
        padding: 50px 30px;
        display: inline-block
    }

    .flex-wrap .flex-left,
    .flex-wrap .flex-right,
    .flex-left,
    .flex-right {
        max-width: 86%
    }

    .security-certificate {
        max-width: 600px;
        margin: 0 auto
    }
}

@media screen and (max-width: 767px) {
    .flex-grid {
        flex-flow: wrap;
        margin: 50px 0
    }

    .topbanner-inner .flex-right:before {
        height: 100%;
    }

    .data-box {
        max-width: 94%
    }

    .tab-content {
        display: block;
        margin-bottom: 40px
    }

    .tab-content:last-child {
        margin-bottom: 0
    }

    .data-tabs ul {
        display: none
    }

    .disclaimer-note {
        text-align: center;
        padding: 20px 20px;
    }
}

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

    .topbanner-inner .flex-left,
    .topbanner-inner .flex-right,
    .flex-content {
        width: 100%;
        max-width: 94%
    }

    .zdw-wrapper .testimonial-block p {
        font-size: 19px;
        line-height: 34px;
    }

    .flex-left h1 {
        font-size: 30px
    }

    .zdw-wrapper h2 {
        font-size: 28px
    }

    .flex-grid {
        margin: 0;
    }

    .data-box {
        padding: 40px 36px 40px 50px
    }

    .flex-wrap {
        padding: 50px 10px
    }

    .zdw-wrapper section {
        padding: 70px 0
    }

    .zdw-wrapper .testimonial-block p {
        font-size: 17px;
        line-height: 32px;
    }

    .zdw-wrapper .testimonial-block p {
        font-size: 22px;

        line-height: 39px;
    }

    .testimonial-block {
        max-width: 790px;
    }
}

@media screen and (max-width: 480px) {
    .data-box {
        padding: 40px 26px 40px 40px
    }

    .zdw-wrapper .testimonial-block p {
        font-size: 19px;
        line-height: 34px;
    }

    .topbanner-inner&gt;div {
        width: 100%;
        max-width: 100%
    }

    .flex-wrap .flex-left,
    .flex-wrap .flex-right,
    .flex-left,
    .flex-right {
        max-width: 90%
    }
}</pre></body></html>