<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pagewrapper {
    overflow: hidden;
}

.pagewrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

.act-btn {
    padding: 12px 30px;
}

h1,
h2,
h3 {
    font-family: var(--zf-primary-bold);
}


/*menu overwriiten*/


.flex-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-center {
    text-align: center;
}

.flex-content-two {
    width: 50%;
}

.flex-content-three {
    width: 33.3%;
}

.outsys-sprite {
    background: url(/sites/zweb/images/creator/quickbase-compare-sprite.png) no-repeat;
    background-size: 1412px auto;
}
.tbl-desc {
    font-size: 12px;
    margin-bottom: 10px;
    position: relative;
    bottom: -40px;
    color: #0000008a;
}
/* Banner  */
.pagewrapper .banner .content-wrap {
    max-width: 1280px;
    position: relative;
   
}
.bnr-inner{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
}
.bnr-img {
    text-align: center;
}
.bnr-img img{
    border-radius: 15px;

}

/* End Banner */

/* Key difference */
.cmp-key-dif h2 {
    text-align: center;
    max-width: 520px;
    margin: 0 auto 15px;
}

.tab_drawer_heading {
    display: none;
}

.tabs.flex-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}

.tab_container .flex-content {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1070px;
    margin: 0 auto;
    overflow: hidden;
}

.tabs li {
    margin-right: 40px;
    position: relative;
    padding: 0px 0px 15px 0px;
    cursor: pointer;
}

.tabs li:before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0px;
    z-index: 1;
    width: 0;
    height: 1px;
    background-color: #5E4AD7;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.tabs li:last-child {
    margin-right: 0px;
}

.tabs li.active {
    color: #5E4AD7
}

.tabs li.active:before {
    width: 100%;
}

.tab_container .flex-content-two {
    width: 48%;
    margin-top: 50px;
}

.tab_container .flex-content-two:first-child,
.tab_container .flex-content-two:last-child {
    border-radius: 10px;
    padding: 30px 30px 50px;
    position: relative;
    overflow: hidden;
}

.tab_container .flex-content-two:first-child {
    background: #F7F9FF;
}

.tab-points {
    position: relative;
    padding-left: 20px;
}

.tab-points:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #000;
    border-radius: 50%;
    height: 8px;
    width: 8px;
}

.btm-zcr,
.btm-sys-icon {
    position: absolute;
    bottom: -35px;
    right: 0;
    z-index: 1;
    margin: 0;
    opacity: 0.1;
}

.btm-zcr {
    width: 76px;
    height: 73px;
    background-position: -1300px -4px;
}

.btm-sys-icon {
       width: 30px;
    height: 64px;
    background-position: -863px -80px;
}

.tab_container .flex-content-two:last-child {
    background: #f4fbff;
}

.tab_container span {
    display: block;
    margin-bottom: 10px;
    font-family: var(--primaryfont-semibold);
}

.tab_container span.zpricegroup-common,
.tab_container span.zcurrency-symbol-common,
.tab_container span.z-price-text-common {
    display: inline-block;
}

/* End Key difference */
/* Outsystems Table */
.outsys-table {
    background: #F5F8FF;
}

.outsys-table h2 {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

.native-table {
    margin-top: 90px;
    position: relative;
    z-index: 1;
}

.native-table .flex-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.native-table .flex-contents p {
    width: 25%;
    margin: 0;
    padding: 30px;
    color: #000;
    border-bottom: 1px solid #DDDFE6;
}

.native-table .flex-contents p span {
    display: none;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #4f4bcb;
}

.native-table .flex-contents p:first-child {
    font-size: 20px;
    line-height: 1.6;
    font-family: var(--primaryfont-regular);
}

.native-table .flex-contents:first-child p:nth-child(1) {
    background-color: transparent;
}

.native-table .flex-contents:first-child p:nth-child(2) {
    background-color: #5E4AD7;
    color: #fff;
}

.native-table .flex-contents:first-child p {
    font-size: 18px;
    line-height: 1.6;
    font-family: var(--zf-secondary-semibold);
}

.native-table .flex-contents p:nth-child(2),
.native-table .flex-contents p:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.native-table .flex-contents p:nth-child(2) {
    background-color: #5E4AD7;
}

.native-table .flex-contents p:nth-child(2) .tick,
.native-table .flex-contents p:nth-child(3) .tick {
    display: block;
    -webkit-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    transform: rotate(48deg);
    height: 26px;
    width: 12px;
    border-bottom: 3px solid #76E8F0;
    border-right: 3px solid #76E8F0;
    margin: 0 auto;
    text-align: center;
}

.native-table .flex-contents p:nth-child(3) .tick {
    border-color: #5E4AD7;
}

.native-table .flex-contents p:nth-child(3) .close {
    position: relative;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
}

.native-table .flex-contents p:nth-child(3) .close:before,
.native-table .flex-contents p:nth-child(3) .close:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    content: ' ';
    height: 24px;
    width: 3px;
    background-color: #DBD9E6;
}

.native-table .flex-contents p:nth-child(3) .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.native-table .flex-contents p:nth-child(3) .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.native-table .flex-contents p:first-child {
    width: 50%;
}

.native-table .flex-contents p span.tbl-outsys-txt,
.native-table .flex-contents p span.tbl-zc-txt {
    display: block;
    color: #000;
    font-family: var(--zf-secondary-medium);
}

.native-table .flex-contents p span.tbl-zc-txt {
    color: #fff;
}

.native-table .flex-contents:last-child p {
    border: none;
}

/* End Outsystems Table */
/* Digitilization */
.digitilization-sys {
    padding: 90px 0;
    overflow: hidden;
}

.digitilization-sys .content-wrap {
    background: #15022e;
    color: #fff;
    border-radius: 20px;
    padding: 90px 70px;
    position: relative;
}

.digitilization-sys:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -800px;
    border-radius: 50%;
    background: #331d3f;
    height: 900px;
    width: 900px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0.4;
    -webkit-filter: blur(60px);
    filter: blur(60px);
    -webkit-box-shadow: 0px 52px 14px #9f8da9;
    box-shadow: 0px 52px 14px #9f8da9;
    display: none;
}

.digitilization-sys h2 {
    max-width: 580px;
    margin: 0 auto 15px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.digitilization-sys h4 {
    margin-bottom: 5px;
}

.digitilization-sys ul {
    margin: 0px -10px;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
}

.digitilization-sys li {
    width: 20%;
    padding: 0px 10px;
    margin-top: 40px;
}

.digitilization-sys li span {
    display: block;
}

.digitilization-sys .outsys-sprite {
    position: absolute;
    z-index: 1;
}

.digitial-one,
.digitial-two,
.digitial-three,
.digitial-four,
.digitial-five,
.digitial-six {
    display: block;
    width: 80px;
    height: 80px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}

.in-view .digitial-one,
.in-view .digitial-two,
.in-view .digitial-three,
.in-view .digitial-four,
.in-view .digitial-five,
.in-view .digitial-six {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.digitial-one {
    background-position: -834px 0;
    left: -40px;
    bottom: 40px;
}

.digitial-two {
    background-position: -915px 0;
    left: 90px;
    top: -40px;
}

.in-view .digitial-two {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.digitial-three {
    background-position: -996px 0;
    right: 140px;
    top: -40px;
}

.in-view .digitial-three {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.digitial-four {
    background-position: -1077px 0;
    right: -30px;
    top: 90px;
}

.in-view .digitial-four {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.digitial-five {
    background-position: -1158px 0;
    right: -30px;
    bottom: -30px;
}

.in-view .digitial-five {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

/* End Digitilization */
/* Evalution Guide  */
.eva-guide {
    margin: 80px 0;
    position: relative;
}

.eva-guide .content-wrap {
    max-width: 620px;
    background: #FDF5EF;
    padding: 90px 40px 90px 100px;
    left: 10%;
}

.eva-guide-img {
    position: absolute;
    left: -48%;
    top: -10%;
    z-index: 1;
    width: auto;
    height: auto;
    max-width: 380px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.in-view .eva-guide-img {
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

/* End Evalution Guide */
/* Stands For */
.stands-sys {
    position: relative;
    padding-bottom: 60px;
}

.stands-sys .content-wrap {
    max-width: 1000px;
}

.stands-sys h2 {
    text-align: center;
    max-width: 330px;
    margin: 0 auto;
}

.empower-evo svg,
.end-digitilization svg,
.collaborative-dev svg,
.market-accelerate svg {
    position: absolute;
    left: 50%;
    bottom: -60px;
    z-index: 1;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.empower-evo .path,
.end-digitilization .path,
.collaborative-dev .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.empower-evo .dashed,
.end-digitilization .dashed,
.collaborative-dev .dashed {
    stroke-dasharray: 5;
}

.empower-evo.in-view .path,
.end-digitilization.in-view .path,
.collaborative-dev.in-view .path {
    -webkit-animation: dash 2s linear forwards;
    animation: dash 2s linear forwards;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.empower-evo .flex-content {
    margin-top: 90px;
}

.stands-sys .flex-content-two:first-child {
    padding: 0 8% 0 0;
}

.stands-img {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.delivery-sys,
.end-sys,
.accelerate-sys,
.certified-sys {
    position: absolute;
    z-index: 1;
}

.delivery-sys {
    left: -20%;
    top: 20%;
    width: 169px;
    height: 178px;
    background-position: 0 -74px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.end-sys {
    width: 196px;
    height: 93px;
    background-position: -171px -74px;
    top: 10%;
    right: 0%;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.accelerate-sys {
    width: 172px;
    height: 247px;
    background-position: -369px -74px;
    top: 20%;
    left: -20%;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.certified-sys {
    width: 212px;
    height: 166px;
    background-position: -543px -74px;
    bottom: 20%;
    right: 0%;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.stands-sys .flex-reverse .flex-content-two:first-child {
    padding: 0 0 0 8%;
}

.stands-sys p {
    max-width: 400px;
}

/* End Stands For */
/* Testimoials  */
.testimonials-compare h2 {
    text-align: center;
}

.testimonial-section {
    margin-top: 60px;
}

.slick-slide {
    padding: 0px 15px;
}

.cmp-cust-name {
    color: #4C8AF4;
    font-family: var(--primaryfont-semibold);
    margin: 0;
}

.cmp-cust-name span {
    display: block;
    color: #7f7f7f;
    font-size: 16px;
    line-height: 1.6;
}

.cmpr-slider-cnt {
    padding: 50px 20px 20px;
    border: 1px solid #DEDEDE;
    position: relative;
    border-radius: 10px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.cmpr-slider-cnt:hover {
    -webkit-box-shadow: 0px 20px 30px #00000012;
    box-shadow: 0px 20px 30px #00000012;
}

.cmpr-tst-img {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    background: #fff;
    height: auto;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 10px;
    -webkit-box-shadow: 0px 10px 40px #0000001D;
    box-shadow: 0px 10px 40px #0000001D;
    border-radius: 30px;
}

.cmpr-tst-img img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: block;
}

.cmpr-tst-img svg {
    margin-left: 10px;
}

.slick-list {
    padding: 50px 0;
    outline: none;
}

.reaction-img {
    -webkit-animation: 4s ease infinite normal none running zoomin 2s;
    animation: 4s ease infinite normal none running zoomin 2s;
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        transform: scale(0.6)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        transform: scale(0.6)
    }
}

@keyframes zoomin {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        transform: scale(0.6)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        transform: scale(0.6)
    }
}

/* End Testimonials */
/* Vibrat community */
.vibrat-cmty {
    background: url(/sites/zweb/images/creator/vibrant-cmty-bg.png) no-repeat;
    background-size: cover;
}

.pagewrapper .vibrat-cmty .content-wrap {
    max-width: 1280px;
}

.vibrat-cmty h2 {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 15px;
}

.vibrat-cmty .flex-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 80px;
}

.flex-content-six {
    width: 14.6%;
    text-align: center;
}

.vibrat-chart {
    margin-bottom: 50px;
}

.vibrat-chart img,
.vibrat-partner img,
.vibrat-impl img {
    display: block;
}

.vibrat-chart,
.vibrat-partner,
.vibrat-impl {
    -webkit-box-shadow: 0 4px 10px #e0e0e0;
    box-shadow: 0 4px 10px #e0e0e0;
}

.sys-partner,
.sys-cmty-value {
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 10px #e0e0e0;
    box-shadow: 0 4px 10px #e0e0e0;
    background: #fff;
}

.sys-partner {
    padding: 20px;
    display: inline-block;
}

.sys-partner svg {
    display: block;
}

.sys-cmty-value {
    text-align: center;
    padding: 30px 10px;
    font-size: 14px;
    line-height: 1.6;
    margin: 20px 0 0;
}

.sys-cmty-value span {
    display: block;
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 5px;
    font-family: var(--primaryfont-bold);
}

.vibrat-partner {
    margin-top: 180px;
}

.vibrat-impl {
    margin-top: 50px;
}

.vibrat-cmty .flex-content-six:nth-child(2) {
    margin-top: 30px;
}

.vibrat-cmty .flex-content-six:nth-child(4) {
    margin-top: 70px;
}

.vibrat-cmty .flex-content-six:nth-child(6) {
    margin-top: 100px;
}

/* End Vibrat community */
/* Partners */
.outsys-partner .flex-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}

.outsys-partner ul li {
    width: 14.6%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.zcr-hexa,
.zcr-mazars,
.zcr-loba,
.zcr-az,
.zcr-ini-slutn,
.zcr-kdg {
    display: block;
    margin: 0 auto;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
}

.in-view .zcr-hexa,
.in-view .zcr-mazars,
.in-view .zcr-loba,
.in-view .zcr-az,
.in-view .zcr-ini-slutn,
.in-view .zcr-kdg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
    visibility: visible;
}

.in-view .zcr-mazars {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.in-view .zcr-loba {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.in-view .zcr-az {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.in-view .zcr-ini-slutn {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.in-view .zcr-kdg {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.zcr-hexa {
    width: 109px;
    height: 59px;
    background-position: -1px -10px;
}

.zcr-mazars {
    background-position: -114px -28px;
    width: 149px;
    height: 24px;
}

.zcr-loba {
    width: 134px;
    height: 34px;
    background-position: -267px -23px;
}

.zcr-az {
    background-position: -406px -3px;
    width: 103px;
    height: 69px;
}

.zcr-ini-slutn {
    width: 168px;
    height: 22px;
    background-position: -515px -28px;
}

.zcr-kdg {
    width: 144px;
    height: 43px;
    background-position: -687px -19px;
}

.outsys-partner .act-btn,
.eva-guide .act-btn {
    background: #f0483e;
    color: #fff;
}


.outsys-partner .zcr-btn-clr{
    margin-top: 60px;

}

/* End Partners */
/* 10x Faster */
.cmpr-faster .content-wrap {
    max-width: 1280px;
}

.cmpr-faster h2 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 15px;
}

.cmpr-faster h2 span {
    color: #5E4AD7;
}

.cmpr-faster .flex-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 90px;
}

.cont-sec {
    width: 40%;
    padding-right: 8%;
}

.cont-sec&gt;div {
    max-width: 450px;
    padding: 20px 0;
    position: relative;
    text-align: left;
    z-index: 3;
    cursor: pointer;
}

.cont-sec&gt;div svg {
    display: none;
    position: absolute;
    left: 0px;
    top: 25px;
    width: 42px;
    height: 42px;
    z-index: 1;
}

.cont-sec&gt;div p {
    margin-bottom: 0;
}

.cont-sec&gt;div:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #f9fafd;
    left: -30px;
    top: 0;
    z-index: -1;
    -webkit-transition: 0.5s ease width;
    -o-transition: 0.5s ease width;
    transition: 0.5s ease width;
}

.cont-sec&gt;div.selected:before {
    width: 115%;
}

.cont-sec&gt;.video-cont-sec.selected:first-child:before {
    -webkit-transition: 13s ease width;
    -o-transition: 13s ease width;
    transition: 13s ease width;
    -webkit-transition: 13s linear width;
}

.cont-sec&gt;.video-cont-sec:nth-child(2).selected:before {
    -webkit-transition: 8s ease width;
    -o-transition: 8s ease width;
    transition: 8s ease width;
    -webkit-transition: 8s linear width;
}

.cont-sec&gt;.video-cont-sec.selected:last-child:before {
    -webkit-transition: 18s ease width;
    -o-transition: 18s ease width;
    transition: 18s ease width;
    -webkit-transition: 18s linear width;
}

.cont-sec&gt;div:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: -30px;
    top: 0;
    z-index: 7;
    opacity: 0.3;
}

.multi-video-sec {
    width: 60%;
    position: relative;
}

.video-sec {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -o-transition: opacity .3s linear .35s, visibility .4s linear .35s, right .4s linear 0.5s;
    transition: opacity .3s linear .35s, visibility .4s linear .35s, right .4s linear 0.5s;
    -webkit-transition: opacity .3s linear .35s, visibility .4s linear .35s, right .4s linear 0.5s;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.video-sec.active-video {
    opacity: 1;
    visibility: visible;
}

.video-sec video {
    width: 100%;
}

/* End 10x Faster */
/* Bottom CTA */
.outsys-cta {
    background: #15022E;
    color: #fff;
    text-align: center;
}

.outsys-cta h2 {
    max-width: 780px;
    margin: 0px auto 15px;
}
.outsys-cta p{
    max-width: 600px;
    margin: 0 auto 15px;
}

/* End Bottom CTA */
@-webkit-keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media all and (min-width:1200px) {

    .fadeinright1, .fadeinright2, .fadeinright3{
        -webkit-transform: translateX(70px);
        -ms-transform: translateX(70px);
            transform: translateX(70px);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all 1300ms cubic-bezier(0.11,0.16,0.43,0.86);
        -o-transition: all 1300ms cubic-bezier(0.11,0.16,0.43,0.86);
        transition: all 1300ms cubic-bezier(0.11,0.16,0.43,0.86);
    }
    .fadeinright1{
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
           transition-delay: 200ms;
    }
    .in-view .fadeinright1, .in-view .fadeinright2, .in-view .fadeinright3{
        -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    }

}

@media all and (min-width:1400px) {
    .i18n-en h1 {
        font-size: 50px
    }

    .i18n-en h2 {
        font-size: 36px
    }
}

@media(max-width:1199px) {

    /* Evalution Guide  */
    .eva-guide {
        margin: 0;
    }

    .eva-guide-img {
        display: none;
    }

    .eva-guide .content-wrap {
        left: 0%;
    }

    .pagewrapper .eva-guide .content-wrap {
        padding: 60px 30px;
    }

    /* End  Evalution Guide  */
    /* Key Difference  */
    .tabs li {
        margin-right: 35px;
    }

    /* End Key Difference  */
}

@media all and (min-width:992px) and (max-width:1199px) {
    .pagewrapper .content-wrap {
        width: 94%;
    }
}

@media(min-width:991px) {

    /* Testimonials */
    .slick-dots {
        display: none;
    }

    /* End Testimonials */
    /* Stands From  */
    .in-view .delivery-sys,
    .in-view .end-sys,
    .in-view .accelerate-sys,
    .in-view .certified-sys {
        -webkit-animation: updown 10s linear infinite;
        animation: updown 10s linear infinite;
    }

    .in-view .delivery-sys,
    .in-view .accelerate-sys {
        top: 10%;
    }

    .in-view .end-sys,
    .in-view .certified-sys {
        right: -30%;
    }

    /* End Stands from */
}

@media all and (max-width:991px) {
    .pagewrapper .content-wrap {
        padding: 70px 0;
    }

    /* Banner  */
    .zc-bnr-ani {
        display: none;
    }

    /* End Banner */

    /* Outsystems Table */
    .native-table {
        margin-top: 50px;
    }

    .native-table .flex-contents:first-child p:nth-child(2),
    .native-table .flex-contents:first-child p:nth-child(3) {
        position: relative;
        font-size: 0;
    }

    .native-table .flex-contents:first-child p:nth-child(2):before,
    .native-table .flex-contents:first-child p:nth-child(3):before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        display: block;
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        -ms-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
    }

    .native-table .flex-contents:first-child p:nth-child(2):before {
        background: url(/sites/zweb/images/creator/quickbase-compare-sprite.png) no-repeat;
        background-size: 1412px 321px;
        background-position: -1300px -4px;
        width: 76px;
        height: 73px;
        -webkit-filter: brightness(100);
        filter: brightness(100);
    }

    .native-table .flex-contents:first-child p:nth-child(3):before {
        background: url(/sites/zweb/images/creator/quickbase-compare-sprite.png) no-repeat;
        width: 63px;
        height: 82px;
        background-position: -1956px -181px;
        background-size: 3200px;

    }

    .native-table .flex-contents p:first-child {
        font-size: 16px;
    }

    .native-table .flex-contents p {
        padding: 20px;
    }

    .native-table .flex-contents p:nth-child(3) .close:before,
    .native-table .flex-contents p:nth-child(3) .close:after {
        left: 10px;
        top: 4px;
        height: 20px;
    }

    /* End Outsystems Table */
    /* Key Differences  */
    .tabs.flex-content {
        display: none;
    }

    .tab_drawer_heading {
        display: block;
        font-size: 18px;
        padding: 15px 40px 15px 15px;
        position: relative;
    }

    .tab_container .flex-content-two {
        margin-top: 10px;
    }

    .tab_drawer_heading.d_active {
        background-color: #F7F5FF;
        border-left: 5px solid #7B5BE8;
        color: #7B5BE8;
    }

    .tab_drawer_heading span {
        position: absolute;
        right: 30px;
        top: 10px;
        z-index: 1;
    }

    .tab_drawer_heading span:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        left: 0;
        top: 10px;
        -webkit-transition: -webkit-transform ease 0.5s;
        transition: -webkit-transform ease 0.5s;
        -o-transition: transform ease 0.5s;
        transition: transform ease 0.5s;
        transition: transform ease 0.5s, -webkit-transform ease 0.5s;
    }

    .tab_drawer_heading.d_active span:before {
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        top: 7px;
    }

    .tab_container {
        margin-top: 50px;
    }

    .tab_container .flex-content-two:last-child {
        margin-bottom: 30px;
    }

    /* End  Key Differences  */
    /* Vibrant Community  */
    .flex-content-six {
        width: 15%;
    }

    .sys-cmty-value {
        font-size: 12px;
    }

    /* End Vibrant Community  */
    /* Partners  */
    .outsys-partner ul li {
        width: 31.3%;
        min-height: 91px;
        margin-bottom: 20px;
    }

    /* End Partners */
    /* Digitilization */
    .digitilization-sys .outsys-sprite {
        display: none;
    }

    .digitilization-sys .content-wrap {
        padding: 70px 20px;
    }

    .digitilization-sys li span {
        font-size: 14px;
        line-height: 1.6;
    }

    /* End Digitilization */
    /* Stands for */
    .delivery-sys {
        bottom: 0;
        top: unset;
        left: 0;
    }

    .end-sys {
        top: 60%;
        right: 0;
    }

    .accelerate-sys {
        left: 0;
    }

    .certified-sys {
        right: 0;
    }

    /* End Stands for */
}

@media(min-width:768px) and (max-width:991px) {

    .tab_container .flex-content-two:nth-child(1),
    .tab_container .flex-content-two:last-child {
        margin-bottom: 30px;
    }
}

@media all and (max-width:767px) {
    .pagewrapper .content-wrap {
        padding: 60px 0;
        max-width: 600px;
    }
    .bnr-img img{
        display: none;
    }
    .banner .content-wrap{
        padding-bottom: 0px;
    }

    .flex-content-two,
    .flex-content-three,
    .flex-content-six {
        width: 100%;
    }

    .bnr-inner{
        grid-template-columns: 1fr;
        gap: 0px;
    }
    .bnr-img{
        text-align: left;
    }
    .bnr-img img {
        max-width: 300px;
    }

    /* Outsystems Table */
    .native-table .flex-contents:last-child p:first-child,
    .native-table .flex-contents:last-child p:nth-child(2),
    .native-table .flex-contents:last-child p:nth-child(3) {
        width: 100%;
    }

    .native-table .flex-contents:last-child p:nth-child(2) span,
    .native-table .flex-contents:last-child p:nth-child(3) span {
        margin: 0;
    }

    .native-table .flex-contents p:nth-child(2) .tick,
    .native-table .flex-contents p:nth-child(3) .tick {
        height: 18px;
        width: 8px;
    }

    .native-table .flex-contents:last-child p:nth-child(2),
    .native-table .flex-contents:last-child p:nth-child(3) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    /* End Outsystems Table */
    /* 10X Faster  */
    .cont-sec {
        width: 100%;
    }

    .cont-sec&gt;div {
        max-width: 100%;
        padding: 20px 0 20px 60px;
    }

    .multi-video-sec,
    .cont-sec&gt;div:before,
    .cont-sec&gt;div:after {
        display: none;
    }

    .cmpr-faster .flex-content {
        margin-top: 50px;
    }

    .cont-sec&gt;div svg {
        display: block;
    }

    /* End 10X Faster  */

    /* Key Differences  */
    .tab_container .flex-content-two {
        width: 100%;
    }

    /* End  Key Differences  */
    /* Stands for  */
    .flex-content-two:nth-child(2) {
        margin-top: 40px;
    }

    .stands-img {
        margin: 0;
    }

    .empower-evo svg,
    .end-digitilization svg,
    .collaborative-dev svg,
    .market-accelerate svg {
        display: none;
    }

    .stands-sys {
        padding-bottom: 0;
    }

    .stands-sys .flex-reverse .flex-content-two:first-child {
        padding: 0;
    }

    /* End Stands for */
    /* Vibrant Community  */
    .vibrat-cmty .flex-content-six:nth-child(1),
    .vibrat-cmty .flex-content-six:nth-child(3),
    .vibrat-cmty .flex-content-six:nth-child(5),
    .sys-partner {
        display: none;
    }

    .vibrat-cmty .flex-content-six:nth-child(4),
    .vibrat-cmty .flex-content-six:nth-child(6) {
        margin-top: 30px;
    }

    .vibrat-cmty .flex-content {
        max-width: 220px;
        margin: 0 auto;
    }

    .sys-cmty-value {
        margin: 0;
    }

    /* End Vibrant Community */
    /* Partners  */
    .outsys-partner ul li {
        width: 46%;
    }

    /* End Partners */
    

    /* Digitilization  */
    .digitilization-sys .content-wrap {
        padding: 60px 20px;
    }

    .digitilization-sys ul {
        margin: 0;
    }

    .digitilization-sys li {
        width: 100%;
        padding: 0px 20px;
        position: relative;
    }

    .digitilization-sys li:before {
        content: "";
        position: absolute;
        left: 20px;
        bottom: -20px;
        width: 50%;
        height: 1px;
        background: #484848;
        z-index: 1;
    }

    .digitilization-sys li:last-child:before {
        display: none;
    }
    

    /* End Digitilization */

    .zcr-tb-list ul li:nth-child(5),.zcr-tb-list ul li:nth-child(6), .zcr-tb-list ul li:nth-child(7),.zcr-tb-list ul li:nth-child(8),.zcr-tb-list ul li:nth-child(9),.zcr-tb-list ul li:nth-child(10){
        display: none;
    }
}


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