<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common style */
.za-page-wrapper .cta-btn,
.dwnload-btn {
    padding: 13px 30px;
    border-radius: 4px;
    font-size: 17px;
}

.za-insights-box&gt;div:not(.za-insights-item:nth-child(3))&gt;img {
    align-self: end;
}

.dwnload-btn {
    background: var(--primary-btn-color);
    color: #fff;
}

.za-page-wrapper b {
    font-family: var(--secondaryfont-semibold);
}

.za-page-wrapper h2 {
    font-family: var(--secondaryfont-semibold);
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.4px;
}

/* banner section */
.za-banner-section {
    padding: 80px 0 120px;
}

.za-banner-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.za-banner-cont {
    width: 58%;
    /* padding: 40px 0 0; */
}

.za-banner-cont h1 {
    font-size: 65px;
    line-height: 1.23;
    letter-spacing: -2.2px;
    max-width: 730px;
    font-family: var(--zf-secondary-semibold);
}

.za-banner-cont p {
    font-size: 20px;
}

.za-banner-cont h1&gt;span {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.38px;
    display: block;
    font-family: var(--zf-secondary-medium);
    margin: 20px 0 0;
}

.za-banner-cont&gt;ul {
    display: flex;
    gap: 10px 30px;
    flex-wrap: wrap;
    margin: 40px 0 0;
}

.za-banner-cont&gt;ul&gt;li {
    position: relative;
    font-size: 18px;
    font-family: var(--secondaryfont-semibold);
    padding: 0 0 0 25px;
    letter-spacing: -0.4px;
}

.za-banner-cont&gt;ul&gt;li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    width: 15px;
    height: 7px;
    border-top: 2px solid;
    border-right: 2px solid;
}

.za-page-wrapper .cta-btn {
    display: none;
}

body.umain .cta-btn {
    display: inline-block;
}

body.umain .dwnload-btn {
    display: none;
}

.za-cta-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 56px 0 0;
}

.za-cta-box p {
    margin: 0;
    line-height: 20px;
}

.za-cta-box .watch-btn {
    border: 2px solid #000;
    padding: 12px 30px 12px 50px;
    border-radius: 4px;
    font-size: 17px;
    margin: 0;
    max-width: 100%;
}

.za-cta-box .watch-btn::before {
    display: none;
}

.za-cta-box .watch-btn::after {
    right: auto;
    left: 25px;
    top: 16px;
    border-width: 8px 0 8px 12px;
    border-radius: 2px;
}

.za-banner-img {
    width: 42%;
}

.za-banner-img .bimg {
    max-width: 530px;
    margin: 0 0 0 auto;
    display: block;
    width: 100%;
}

.formSec {
    width: 100%;
    overflow: auto;
    max-width: 480px;
    position: fixed;
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
    right: 0;
    top: 0;
    z-index: 0;
    -webkit-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
    -moz-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
    box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
    height: 100%;
    background: #fff;
    opacity: 0
}

.formSec .signup-box {
    max-width: 100%;
    /* display: block !important; */
}

/* .formSec .get-signup-plan {
    display: none !important;
}

.formSec .banner-signup {
    display: none !important;
}

.formSec .zgdprform-zohocreator,
.formSec .on-line-premise-container {
    display: block !important;
}

.formSec .formInner {
    padding-top: 45px;
} */

.freeze_layer {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none
}

.active_freaze {
    display: block
}

.zoverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: none
}

.formSec.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    z-index: 9999999999999;
    opacity: 1
}

.formInner {
    border-left: 1px solid #ddd;
    padding: 35px 20px;
    background: #fff;
    box-sizing: border-box;
    height: auto;
    text-align: left
}

.formInner h4 {
    margin-bottom: 5px;
}

.formInner span {
margin-bottom: 15px;
    display: inline-block;
}

.form-close {
    background: url(/sites/zweb/images/close-icon.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background-size: 17px;
    opacity: .6
}

/* dashboard section */
.za-dashboard-section {
    text-align: center;
    position: relative;
}

.za-dashboard-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background: #d83d3e;
    left: 0;
    z-index: -1;
    bottom: 0
}

.za-dashboard-section img {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

/* Gartner promo section */
.za-promo-section {
    background: #D83D3E;
    color: #fff;
    padding: 60px 40px 80px;
}

.za-gartner-wrap {
    background: transparent linear-gradient(180deg, #D73E3E 0%, #C62E2E 100%) 0% 0% no-repeat padding-box;
    border-radius: 52px;
    max-width: 950px;
    margin: 0 auto;
    padding: 20px;

}

.za-gartner-wrap .slick-track {
    display: flex;
    align-items: center;
}

.zag-promo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 30px;
}


.zag-promo-box .zga-promo-img {
    width: 200px;
    text-align: center;
}

.zag-promo-box p {
    margin: 0;
    line-height: 26px;
}

.zag-promo-box a {
    color: #fff;
    position: relative;
}

.zag-promo-box&gt;div:nth-child(2) {
    max-width: 360px;
}

.zdresner-logo {
    filter: brightness(100);
}

/* customers counts section  */

.za-cust-counts ul {
    display: flex;
    max-width: 850px;
    margin: 60px auto 0;
    text-align: center;
    justify-content: center;
}

.za-cust-counts ul&gt;li {
    width: 30%;
    position: relative;
}

.za-cust-counts ul&gt;li p {
    margin: 0;
    font-size: 20px;
}

.za-cust-counts ul&gt;li&gt;span {
    font-size: 50px;
    line-height: 50px;
    font-family: var(--zf-secondary-medium);
}

.za-cust-counts ul&gt;li&gt;span:after {
    content: '+';
    font-family: var(--zf-primary-extralight);
}

.za-cust-counts ul&gt;li:not(:first-child):before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    background: #601D1C;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    opacity: 0.2;
}

/* trusted customer logos */
.trusted-icon-wrap {
    padding: 20px 10px;
    overflow: hidden;
    height: 140px;
}

.trust-icon-wrap {
    overflow: hidden;
    display: flex;
}

.trust-icon .ae-icon {
    margin: 0 150px 0 0;
    font-size: 0;
    display: inline-flex;
    text-align: center;
    align-items: center;
    float: none;
    min-height: 100px;
    vertical-align: top;
}

.trust-icon .ae-icon img {
    display: block;
    transform: scale(1.15);
}

.watch-btn {
    color: #000;
    padding: 0 30px 0 0;
    position: relative;
    font-family: var(--secondaryfont-semibold);
    display: block;
    max-width: 132px;
    margin: 20px 40px 0 auto;
}

.watch-btn:after,
.watch-btn:before {
    position: absolute;
    content: ''
}

.watch-btn:before {
    right: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%
}

.watch-btn:after {
    right: 6px;
    top: 9px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #000;
}

/* insights section */
.za-insights-section {
    padding: 100px 0;
}

.za-insights-section h2 {
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
}

.za-insights-box {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin: 80px 0 0;
}

.za-insights-box&gt;div:not(.za-insights-item:nth-child(3)) {
    width: calc(50% - 13px);
    display: grid;
    grid-template-rows: repeat(2, max-content) 1fr;
}

.za-insights-item&gt;h3&gt;span {
    display: block;
    font-size: 20px;
    width: fit-content;
    background-color: #BFF5C6;
    padding: 0px 20px;
    margin-bottom: 10px;
    color: #000;
    border-radius: 100px;
}

.za-insights-item {
    background: #F7F7F8;
    padding: 60px;
    border-radius: 8px;
}

.za-insights-item:first-child {
    background: #FFF9DB;
}

.za-insights-item:nth-child(2) {
    background: #E4EDFF;
}

.za-insights-item h3 {
    font-size: 40px;
    line-height: 52px;
    font-family: var(--zf-secondary-medium);
    max-width: 650px;
    letter-spacing: -1px;
}

.za-insights-item&gt;p {
    margin-bottom: 50px
}
/*
.za-insights-box&gt;div:not(.za-insights-item:nth-child(3) img) {
    align-self: end;
}
*/
.za-insights-item img {
    display: block;
    margin: 0 auto;
}



/* .za-insights-item:nth-child(2) img {
    margin: 160px auto 0;
} */

/* .za-insights-item p {
    font-family: var(--zf-secondary-medium);
} */

.za-insights-item&gt;ul {
    display: flex;
    justify-content: space-between;
}

.za-insights-item&gt;ul li {
    width: 30%;
}

.za-insights-item&gt;ul li .za-insights-img {
    display: flex;
    min-height: 230px;
    align-items: end;
    margin-bottom: 40px;
}

.za-insights-item&gt;ul li img {
    margin: 0;
}

.za-insights-item:nth-child(3)&gt;ul li:nth-child(1) img{
    max-width: 140px;
}

.za-insights-item:nth-child(3)&gt;ul li:nth-child(2) img{
    max-width: 170px;
}

.za-insights-item:nth-child(3)&gt;ul li:nth-child(3) img {
    max-width: 210px;
}

/* ece section */
.za-ece-section {
    padding: 40px 0 100px;
}

.za-ece-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.za-ece-box:nth-child(2) {
    padding: 140px 0;
}

.za-ece-box:nth-child(3) {
    padding-bottom: 130px;
}

.za-ece-cont {
    width: 35%;
}

.za-ece-img {
    width: 60%;
    position: relative;
}

.za-ece-img video {
    border-radius: 5px;
}

.za-ece-cont h3 {
    font-size: 48px;
    line-height: 56px;
    font-family: var(--zf-secondary-medium);
    max-width: 424px;
    letter-spacing: -1px;
}

.za-ece-img:before {
    content: '';
    width: 90%;
    height: 50px;
    position: absolute;
    background: #FFFBE3;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    z-index: -1;
    border-radius: 8px;
}

.za-ece-box:nth-child(2) .za-ece-img:before {
    background: #E7FDF5;
}

.za-ece-box:nth-child(3) .za-ece-img:before {
    background: #EEFFEE;
}

.za-ece-box:nth-child(4) .za-ece-img:before {
    background: #FDF3EC;
}



/* customers stories section  */
.za-custories-section {
    padding: 160px 0;
    position: relative;
}

.za-custories-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d73e3e;
    background-image: url(/sites/zweb/images/analytics/homepage/testimonial-arrow.png);
    background-size: 120px;
    left: 0;
    z-index: -1;
    bottom: 0;
}

.za-custories-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 0 0 60px;
}

.za-custories-left {
    width: 50%;
}

.za-custories-head h2 {
    max-width: 550px;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -1px;
    margin: 0 0 30px;
}

.za-custories-left .zrmore-cta {
    color: #fff;
}

.zrmore-cta {
    color: #3376f7;
    padding: 0 20px 0 0;
    position: relative;
    font-family: var(--secondaryfont-semibold);
}

.zrmore-cta::after {
    content: '';
    width: 9px;
    height: 9px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform-origin: 15px 12px;
}

.za-custories-right {
    text-align: center;
    width: 50%;
}

.za-clogo {
    font-size: 36px;
    margin: 0 auto 20px;
    position: relative;
    max-width: 260px;
}

.za-clogo:before,
.za-clogo:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 44px;
    background: url(/sites/zweb/images/analytics/homepage/floral-left.svg);
    left: 0;
    top: 0;
    opacity: 0;
    transition: transform .3s ease;
}

.za-clogo:before {
    transform: translateX(50px);
}


.za-clogo:after {
    left: auto;
    right: 0;
    transform: translateX(-50px) rotateY(160deg);
}

.middle-animated .za-clogo:before {
    opacity: 1;
    transform: translateX(0);
}

.middle-animated .za-clogo:after {
    opacity: 1;
    transform: translateX(0) rotateY(160deg);
}

.za-custories-right&gt;p {
    max-width: 260px;
    font-family: var(--zf-secondary-regularitalic);
    font-style: italic;
    margin: 0 auto;
    position: relative;
    padding: 0 0 40px;
}

.za-custories-right&gt;p:after {
    content: '\2605   \2605   \2605';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ff9c27;
    font-family: var(--zf-secondary-regular);
    font-style: normal;
}


/* testimonials */

.za-custories-testimonials {
    margin: 60px 0 0;
    position: relative;
    background: #000;
    border-radius: 10px;
}

.za-testi-box {
    position: relative;
}

.za-testi-img {
    position: relative;
    border-radius: 10px;
    max-height: 600px;
    overflow: hidden;
}

.za-testi-img img {
    border-radius: 10px;
    display: block;
}

.za-testi-img video {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.za-testi-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(231deg, #00000000 0%, #113D588F 37%, #000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
}

.za-testi-cont {
    position: absolute;
    top: 0;
    color: #fff;
    width: 100%;
    padding: 80px 100px;
}

.za-testi-cont h4 {
    font-size: 30px;
    line-height: 44px;
    font-family: var(--zf-secondary-medium);
    max-width: 370px;
    opacity: 0;
    transition: transform 1s ease;
    transform: translateY(40px);
}

#zcust-testimonials li:nth-child(2) h4 {
    max-width: 420px;
}

.slick-current .za-testi-cont h4 {
    opacity: 1;
    transform: translateY(0px);
}

.za-testi-cont p {
    margin: 0;
    font-size: 15px;
    opacity: 0;
    transition: transform 1s ease .2s;
    transform: translateY(40px);
}

.zslide2,
.zslide3 {
    display: none;
}

.slick-current .za-testi-cont p {
    opacity: 1;
    transform: translateY(0px);
}

.za-testi-cont p:before {
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 30px 0;
    opacity: 0;
    transition: transform 1s ease .1s;
    transform: translateY(10px);
}

.slick-current .za-testi-cont p:before {
    opacity: 1;
    transform: translateY(0px);
}

.za-testi-cont p&gt;b {
    display: block;
    font-size: 20px;
}

a.play-btn {
    position: absolute;
    right: 100px;
    top: 100px;
    background: #fff;
    color: #000;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 15px;
    font-family: var(--secondaryfont-semibold);
}

a.play-btn:before {
    content: '';
    border-width: 8px;
    border-color: transparent transparent transparent #000;
    border-style: solid solid solid;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    position: relative;
    top: -1px;
}

#zcust-testi-sm {
    position: absolute;
    bottom: 100px;
    max-width: 440px;
    left: 100px;
}

#zcust-testi-sm li {
    margin: 5px 10px;
}

.za-testi-smallimg {
    position: relative;
}

.za-testi-smallimg img {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.za-testi-smallimg svg {
    top: -30px;
    position: absolute;
    left: -29px;
}

.circle {
    display: none
}

.slick-current .circle {
    display: block;
    stroke-dasharray: 1100;
    stroke-dashoffset: 1100;
    animation: ringloader 155s ease-out
}

@keyframes ringloader {
    to {
        stroke-dashoffset: 0
    }
}

.za-custories-data {
    display: flex;
    gap: 10px;
    margin: 10px 0 0;
}

.za-custories-data&gt;li {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    width: 25%;
    transition: transform 1s ease;
    transform: translateY(50px);
}

.za-custories-data&gt;li:nth-child(2) {
    transition-delay: .2s;
}

.za-custories-data&gt;li:nth-child(3) {
    transition-delay: .4s;
}

.za-custories-data&gt;li:nth-child(4) {
    transition-delay: .6s;
}

.za-custories-data.zwe-om&gt;li {
    transform: translateY(0);
}

.za-custimg {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: left;
    opacity: 0;
    transition: transform 1s ease;
    transform: scale(0);
}

.za-custories-data.zwe-om&gt;li .za-custimg {
    opacity: 1;
    transform: scale(1);
}

.za-custories-data&gt;li h4 {
    color: #0CB24B;
    font-family: var(--secondaryfont-bold);
    font-size: 30px;
    margin: 30px 0 0;
    position: relative;
}

.za-custories-data&gt;li h4 svg {
    display: inline-block;
    vertical-align: text-top;
    width: 32px;
    height: 32px;
}

/* .za-custories-data&gt;li h4:after {
	content: '';
	width: 11px;
	height: 11px;
	border-right: 3px solid #0CB24B;
	border-bottom: 3px solid #0CB24B;
	position: absolute;
	left: 77.5px;
	top: 24px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform-origin: 0 0;
}

.za-custories-data&gt;li h4:before {
	content: '';
	width: 3px;
	height: 18px;
	position: absolute;
	background: #0CB24B;
	left: 76px;
	top: 12px;
	border-radius: 10px;
} */

.za-custories-data&gt;li p {
    max-width: 180px;
}

.za-custories-data&gt;li a {
    color: #000;
    text-decoration: underline;
}

.za-custories-data&gt;li:nth-child(2) h4::after {
    transform: rotate(45deg);
    top: 17px;
}

/* rating section */
.za-rating-section {
    padding: 60px 0;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: #f8f8f8;
}

.za-rating-section:before {
    content: '';
    background: #F8F8F8;
    width: 200%;
    position: absolute;
    left: -50%;
    top: 0;
    height: 100%;
}

.za-rating-section ul {
    display: flex;
    gap: 20px;
    width: 95%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    max-width: 1680px;
}

.za-rating-section ul li {
    width: 20%;
    position: relative;
}

.za-rating-section ul li:not(:first-child):before {
    content: '';
    width: 1px;
    height: 50px;
    background: #E5E5E5;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.za-rating-section .rating-logo {
    min-height: 40px;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.za-rating-section ul li p {
    margin: 5px 0 0;
    font-family: var(--secondaryfont-bold);
    font-size: 16px;
}

.za-rating-section .rating-logo img {
    display: block;
    max-height: 40px;
    transform: scale(1.2);
    opacity: 0;
    transition: all .3s ease
}

.za-rating-section ul li:nth-child(2) .rating-logo img {
    transition-delay: .5s;
}

.za-rating-section ul li:nth-child(3) .rating-logo img {
    transition-delay: .7s;
}

.za-rating-section ul li:nth-child(4) .rating-logo img {
    transition-delay: .9s;
}

.za-rating-section ul li:nth-child(5) .rating-logo img {
    transition-delay: 1.1s;
}

.za-rating-section ul li:nth-child(6) .rating-logo img {
    transition-delay: 1.3s;
}

.za-rating-section ul li:nth-child(7) .rating-logo img {
    transition-delay: 1.5s;
}

.za-rating-section .zwe-om .rating-logo img {
    opacity: 1;
    transform: scale(1);
}

.rating-star {
    font-family: var(--secondaryfont-bold);
    color: #f8a927;
    text-transform: uppercase;
    margin: 0 auto 10px;
    max-width: 100%;
    line-height: normal;
    font-size: 18px;
    letter-spacing: 2px;
    display: inline-block;
    width: auto;
    height: auto;
    position: relative
}

.rating-star:before,
.rating-star:after {
    content: '\2605\2605\2605\2605\2605';
    position: absolute;
    top: 0;
    left: 0
}

.rating-star:before {
    color: #777;
    z-index: 0;
    width: auto;
    height: auto
}

.rating-star:after {
    color: #f9a826;
    overflow: hidden;
    -webkit-transition: width 2.5s ease;
    -o-transition: width 2.5s ease 1s;
    -webkit-transition: width 2.5s ease 1s;
    transition: width 2.5s ease 1s;
    width: 0%;
    height: auto;
    direction: ltr;
    z-index: 1
}

.za-rating-section .zwe-om .rating-star.zfour-three:after {
    width: 88%;
}

.za-rating-section .zwe-om .rating-star.zfour-four:after {
    width: 88%;
}

.za-rating-section .zwe-om .rating-star.zfour-five:after {
    width: 90%;
}

/* truly section */
.za-truly-section {
    padding: 160px 0;
    background: #221E1E;
}

.za-truly-section h2 {
    max-width: 980px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.za-truly-section ul {
    display: flex;
    gap: 10px;
    margin: 70px 0 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.za-truly-section ul&gt;li {
    width: calc(33% - 10px);
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    padding: 40px;
}

.za-truly-section ul&gt;li p&gt;a{
    display:block;
    margin-top: 20px;
    color: #0047ff;
    font-family: var(--zf-primary-semibold);
    max-width:fit-content;
    display: grid;
    align-items: center;
    grid-gap:10px;
    grid-template-columns: max-content max-content;
}

.za-truly-section ul&gt;li p&gt;a::after{
    content:'';
    height: 10px;
    width:10px;
    border: solid #0047ff;
    border-width: 2px 2px 0 0;
    grid-row: 1/2;
    grid-column: 2/3;
    transform:rotate(45deg);
    justify-self:end;
}

.za-truly-section ul&gt;li p&gt;a::before{
    content:'';
    grid-row: 1/2;
    grid-column: 2/3;
    height: 2px;
    width:15px;
    background-color: #0047ff; 
}

.za-truly-section ul&gt;li::before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 74px;
    margin: 0 0 20px;
    background: url(/sites/zweb/images/analytics/onpremise-sprite-icons.png);
    background-repeat: no-repeat;
    background-size: auto 74px;
    background-position: 0 0;
    opacity: 0;
    transition: all 1s ease;
    transform: scale(0);
}

.za-truly-section ul&gt;li:nth-child(2)::before {
    background-position: -80px 0;
    width: 72px;
    transition-delay: .2s;
}

.za-truly-section ul&gt;li:nth-child(3)::before {
    background-position: -152px 0;
    transition-delay: .3s;
}

.za-truly-section .zwe-om ul&gt;li::before {
    opacity: 1;
    transform: scale(1);
}

.za-truly-section ul&gt;li p {
    margin: 0;
}

.za-truly-section ul&gt;li h3 {
    font-size: 32px;
    letter-spacing: -0.64px;
    font-family: var(--zf-secondary-medium);
}

/* bottom section */
.za-bottom-section {
    padding: 160px 0;
    text-align: center;
}

.za-bottom-section h2 {
    max-width: 920px;
    margin: 0 auto 36px;
    letter-spacing: -1.6px;
    line-height: 80px;
}

.za-bottom-section p {
    font-size: 11px;
    margin: 10px 0 0;
}


/* FAQ */

/*faq-section*/
.common-section.faq-section {
    padding-top: 0;
}

.faq-section .content-wrap {
    max-width: 940px;
}

.z-accordian {
    text-align: left;
    margin-top: 70px;
}

.z-accordianBox {
    border-bottom: 1px solid #ccc;
}

.z-accordianBox h4 {
    margin: 0;
    padding: 25px 0 25px 0;
    position: relative;
    cursor: pointer;
    font-size: 18px;
}

.z-accordianBox h4.active {
    color: #000;
}

.z-accordianBox h4:before {
    content: "+";
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    font-size: 18px;
    font-weight: 600;
    height: 25px;
    margin: auto;
}

.z-accordianBox h4.active:before {
    content: "-";
    right: 32px;
}

.z-accordianBox&gt;ul {
    padding: 0 40px 25px 0;
    display: none;
}

.z-accordianBox&gt;ul&gt;li {
    position: relative;
}

.faq-section {
    padding: 0px 0px 80px;
}

.market-list li {
    list-style: disc;
    margin-top: 10px;
    margin-left: 15px;
}

.market-list li span{
   font-family: var(--zf-primary-semibold);
}

/* animation code */
@-webkit-keyframes zeven {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -12px);
        transform: translate(0, -12px);
    }

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

@keyframes zeven {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -12px);
        transform: translate(0, -12px);
    }

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

@-webkit-keyframes zodd {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 12px);
        transform: translate(0, 12px);
    }

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

@keyframes zodd {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 12px);
        transform: translate(0, 12px);
    }

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


@media only screen and (max-width : 1440px) {
    .za-banner-cont h1 {
        font-size: 58px;
        letter-spacing: -2.5px;
    }

    .signup-box {
        max-width: 415px;
    }

    .za-banner-cont {
        width: 50%;
    }

    .trust-icon .ae-icon {
        margin: 0 120px 0 0;
    }

    .za-page-wrapper h2 {
        font-size: 50px;
        line-height: 60px;
        max-width: 750px;
    }

    .za-custories-section {
        padding: 100px 0;
    }

    .za-custories-head h2 {
        max-width: 580px;
        font-size: 50px;
        line-height: 60px;
    }

    .za-custories-testimonials {
        margin: 20px 0 0;
    }

    .za-truly-section {
        padding: 120px 0;
    }

    .za-bottom-section {
        padding: 100px 0;
    }

    .za-bottom-section h2 {
        max-width: 700px;
    }

}


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

    .za-banner-cont {
        width: 55%;
        /* padding: 20px 0 0; */
    }

    .za-banner-cont h1 {
        font-size: 52px;
        max-width: 550px;
    }

    .za-banner-cont h1&gt;span {
        font-size: 26px;
        line-height: 36px;
    }

    .za-banner-cont&gt;ul {
        gap: 10px 15px;
    }

    .za-cta-box .watch-btn {
        padding: 10px 20px 10px 40px;
        border-radius: 5px;
        font-size: 15px;
    }

    .za-cta-box .watch-btn::after {
        left: 20px;
        top: 14px;
        border-width: 7px 0 7px 10px;
    }

    .za-dashboard-section img {
        width: 90%;
    }

    .za-promo-section {
        padding: 40px 40px 60px;
    }

    .za-cust-counts ul&gt;li&gt;span {
        font-size: 42px;
        line-height: 42px;
    }

    .trust-icon .ae-icon img {
        transform: scale(1.05);
    }

    .za-gartner-wrap img {
        max-width: 160px;
    }

    .za-insights-section h2 {
        max-width: 680px;
    }

    .za-insights-item h3 {
        font-size: 32px;
        line-height: 42px;
        max-width: 520px;
    }

    .za-ece-cont h3 {
        font-size: 42px;
        line-height: 50px;
        max-width: 300px;
    }

    .za-truly-section h2 {
        max-width: 650px;
    }

    .za-truly-section ul&gt;li h3 {
        font-size: 28px;
    }

    .za-custories-section {
        padding: 100px 0;
    }

    .za-custories-head h2 {
        max-width: 540px;
        font-size: 48px;
        line-height: 58px;
        margin: 0 0 20px;
    }

    .za-custories-head {
        padding: 0 0 30px;
    }

    .za-rating-section ul {
        gap: 40px;
        width: 100%;
        transform: scale(.9);
    }

    .za-rating-section ul li:not(:first-child):before {
        left: -20px;
    }

    .za-truly-section {
        padding: 100px 0;
    }

    .za-bottom-section {
        padding: 100px 0;
    }

}

@media only screen and (max-width : 1280px) {
    .za-page-wrapper h2 {
        font-size: 44px;
        line-height: 54px;
    }

    .za-banner-cont&gt;ul&gt;li {
        font-size: 17px;
    }

    .za-page-wrapper .cta-btn,
    .dwnload-btn {
        padding: 10px 30px;
        border-radius: 4px;
        font-size: 16px;
    }

    .za-ece-cont h3 {
        font-size: 36px;
        line-height: 46px;
    }

    .za-truly-section h2 {
        max-width: 580px;
    }

    .za-custories-head h2 {
        font-size: 42px;
    }

    .za-clogo {
        max-width: 220px;
    }

    .za-clogo img {
        max-width: 130px;
    }

    .za-custories-right&gt;p {
        max-width: 350px;
    }

    .za-custories-data&gt;li {
        padding: 50px 40px;
    }

    .za-custimg:before {
        left: -60px;
    }

    .za-rating-section {
        padding: 40px 0 0;
    }

    .za-rating-section ul li {
        transform: scale(.8);
        transform-origin: top;
    }

    .za-rating-section ul li:not(:first-child):before {
        left: -30px;
    }

    .za-truly-section h2 .zcolor-txt {
        display: inline-block;
    }

    .za-bottom-section h2 {
        max-width: 600px;
        margin-bottom: 24px;
    }
}

@media only screen and (max-width : 1024px) {
    .za-page-wrapper h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .za-banner-section {
        padding: 60px 0 80px;
    }

    .za-banner-box {
        justify-content: space-between;
    }

    .za-banner-cont {
        padding: 0;
    }

    .za-banner-cont h1&gt;span {
        font-size: 22px;
        line-height: 30px;
    }

    .za-banner-cont h1 {
        font-size: 46px;
        max-width: 480px;
        letter-spacing: -2.5px;
        margin: 0 0 30px;
    }

    .za-cta-box {
        margin: 35px 0 0;
    }

    .za-gartner-wrap img {
        max-width: 140px;
    }

    .za-gartner-wrap p {
        font-size: 16px;
    }

    .trust-icon .ae-icon {
        margin: 0 80px 0 0;
    }

    .trust-icon .ae-icon img {
        transform: scale(.85);
    }

    .za-insights-section {
        padding: 60px 0 80px;
    }

    .za-insights-section h2 {
        max-width: 450px;
    }

    .za-insights-box {
        margin: 50px 0 0;
    }

    .za-insights-item {
        padding: 40px;
    }

    .za-insights-item h3 {
        font-size: 28px;
        line-height: 38px;
        max-width: 460px;
    }

    .za-ece-section {
        padding: 40px 0 80px;
    }

    .za-ece-cont h3 {
        font-size: 30px;
        line-height: 38px;
        max-width: 250px;
    }

    .za-ece-box:nth-child(2) {
        padding: 100px 0;
    }

    .za-ece-box:nth-child(3) {
        padding-bottom: 100px;
    }

    .za-truly-section {
        padding: 80px 0;
    }

    .za-truly-section ul {
        margin: 40px 0 0;
    }

    .za-truly-section h2 {
        max-width: 480px;
    }

    .za-truly-section ul&gt;li h3 {
        font-size: 24px;
    }

    .za-truly-section ul&gt;li {
        padding: 30px;
    }

    a.play-btn {
        position: absolute;
        right: 30px;
        top: 30px;
        font-size: 13px;
    }

    .za-custories-section {
        padding: 80px 0;
    }

    .za-custories-data&gt;li {
        padding: 30px 20px;
    }

    .za-custories-data&gt;li h4 {
        font-size: 26px;
    }

    .za-custories-data&gt;li:nth-child(2) h4::after {
        top: 14px;
    }

    .za-custories-data&gt;li h4.zmarketdojo:before {
        left: 45px;
    }

    .za-custories-data&gt;li h4.zmarketdojo::after {
        left: 46.5px;
    }

    .za-bottom-section {
        padding: 80px 0;
    }

    .za-bottom-section h2 {
        max-width: 700px;
        letter-spacing: 0;
    }
}

@media only screen and (max-width : 991px) {
    .za-page-wrapper h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .za-banner-section {
        padding: 0 0 55px;
    }

    .za-banner-box {
        flex-direction: column;
    }

    .za-banner-cont {
        width: 100%;
        padding: 60px 0 0;
        text-align: center;
    }

    .za-banner-cont h1 {
        font-size: 46px;
        margin: 0 auto 15px;
        max-width: 650px;
    }

    .za-banner-cont h1&gt;span {
        max-width: 450px;
        margin: 15px auto 0;
        font-size: 21px;
        line-height: 30px;
    }

    .za-banner-cont p {
        font-size: 17px;
    }

    .za-banner-cont&gt;ul {
        justify-content: center;
    }

    .za-cta-box {
        justify-content: center;
        margin: 30px 0 0;
    }

    .za-page-wrapper .dwnload-btn {
        display: none !important;
    }

    .za-page-wrapper .cta-btn {
        display: inline-block !important;
    }

    .za-page-wrapper .cta-btn {
        padding: 10px 20px;
        font-size: 15px;
    }

    .non-umain .za-cta-box .cta-btn {
        display: block;
    }


    .za-banner-img {
        width: 100%;
        margin: 40px 0 0;
    }

    .za-banner-img .bimg {
        margin: 0 auto;
    }

    .trust-icon .ae-icon {
        margin: 0 60px 0 0;
    }

    .za-promo-section {
        padding: 20px 40px 40px;
    }

    .za-gartner-wrap {
        max-width: 600px;
    }

    .zag-promo-box {
        gap: 15px 30px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .za-gartner-wrap p {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
    }

    .zag-promo-box&gt;div:nth-child(2) {
        max-width: 340px;
    }

    .za-cust-counts ul {
        margin: 40px auto 0;
    }

    .za-custories-section {
        padding: 80px 0;
    }

    .za-custories-left {
        width: 100%;
        text-align: center;
    }

    .za-custories-right {
        display: none;
    }

    .za-custories-head {
        padding: 0;
    }

    .za-custories-head h2 {
        max-width: 480px;
        font-size: 36px;
        line-height: 42px;
        margin: 0 auto 20px;
    }

    .za-custories-testimonials {
        margin: 40px 0 0;
    }

    .za-testi-cont {
        padding: 30px;
    }

    .za-testi-cont h4 {
        font-size: 21px;
        line-height: 32px;
        max-width: 280px;
    }

    #zcust-testimonials li:nth-child(2) h4 {
        max-width: 360px;
    }

    a.play-btn {
        right: 30px;
        top: 30px;
    }

    #zcust-testi-sm {
        bottom: 30px;
        left: 30px;
    }

    .za-testi-cont p&gt;b {
        font-size: 17px;
    }

    .za-custories-data&gt;li h4 {
        font-size: 22px;
    }

    .za-custories-data&gt;li h4 svg {
        width: 25px;
        height: 25px;
    }

    .za-custories-data&gt;li p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 15px;
    }

    .za-custories-data&gt;li a {
        font-size: 15px;
        padding: 0 12px 0 0;
    }

    .za-insights-item {
        padding: 30px;
    }

    .za-insights-item img {
        max-width: 250px;
    }

    .za-insights-item&gt;p {
        margin-bottom: 40px;
    }

    .za-insights-item:nth-child(2) img {
        /* margin: 140px auto 0; */
        max-width: 200px;
    }

    .za-insights-item&gt;ul {
        flex-wrap: wrap;
    }

    .za-insights-item&gt;ul li {
        width: 45%;
    }

    .za-insights-item&gt;ul li img {
        max-width: 100px;
    }
   
    .za-insights-item:nth-child(3)&gt;ul li:nth-child(1) img {
        max-width: 110px;
    }

    .za-insights-item:nth-child(3)&gt;ul li:nth-child(2) img {
        max-width: 130px;
    }

    .za-insights-item:nth-child(3)&gt;ul li:nth-child(3) img {
        max-width: 150px;
    }

    .za-insights-item&gt;ul li .za-insights-img{
        margin-bottom: 20px;
    }

    .za-insights-item&gt;ul li .za-insights-img {
        min-height: 170px;
    }

    .za-ece-section {
        padding: 0px 0 80px;
    }

    .za-ece-box {
        flex-direction: column;
    }

    .za-ece-cont {
        width: 100%;
        text-align: center;
        max-width: 540px;
    }

    .za-ece-cont h3 {
        max-width: 320px;
        margin: 0 auto 20px;
    }

    .za-ece-img {
        width: 90%;
        margin: 40px 0 0;
    }

    .za-ece-box:nth-child(2) {
        padding: 60px 0;
    }

    .za-ece-box:nth-child(3) {
        padding-bottom: 60px;
    }

    .za-truly-section {
        padding: 60px 0;
    }

    .za-truly-section ul {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .za-truly-section ul&gt;li {
        width: calc(50% - 8px);
    }

    .za-rating-section ul {
        transform: scale(1);
        flex-wrap: wrap;
        max-width: 720px;
        gap: 15px 40px;
    }

    .za-rating-section ul li:nth-child(5):before {
        display: none;
    }

    /* .za-custories-data&gt;li {
        display: flex;
        flex-direction: column;
        align-items: normal;
        gap: 20px;
    }

    .za-custimg:before {
        display: none;
    } */

    .za-bottom-section h2 {
        max-width: 680px;
    }
}

@media only screen and (max-width : 767px) {
    .za-page-wrapper h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .za-banner-cont {
        padding: 40px 0 0;
    }

    .za-banner-cont h1 {
        font-size: 38px;
        max-width: 580px;
        letter-spacing: -1px;
    }

    .za-banner-cont h1&gt;span {
        max-width: 430px;
        font-size: 19px;
        line-height: 24px;
    }

    .za-banner-img .bimg {
        max-width: 450px;
    }

    .za-banner-cont&gt;ul {
        margin: 20px 0 0;
    }

    .za-banner-cont&gt;ul&gt;li:before {
        top: 8px;
    }

    .za-gartner-wrap {
        text-align: center;
        max-width: 450px;
        gap: 10px 20px;
    }

    .za-gartner-wrap p {
        line-height: 24px;
    }

    .za-cust-counts ul&gt;li&gt;span {
        font-size: 38px;
        line-height: 38px;
    }

    .za-cust-counts ul&gt;li p {
        font-size: 17px;
    }

    .za-custories-head {
        flex-direction: column-reverse;
    }

    .za-custories-left {
        width: 100%;
    }

    .za-custories-right {
        margin: 0 0 40px;
        width: 100%;
        text-align: center;
    }

    .za-custories-testimonials {
        margin: 40px 0 0;
    }

    .za-testi-cont {
        padding: 40px;
    }

    .za-testi-cont h4 {
        font-size: 19px;
        line-height: 28px;
        max-width: 250px;
    }

    #zcust-testimonials li:nth-child(2) h4 {
        max-width: 310px;
    }

    #zcust-testi-sm {
        left: auto;
        right: 20px;
    }

    .za-custories-data {
        gap: 10px;
        flex-wrap: wrap;
    }

    .za-custories-data&gt;li {
        padding: 20px;
        width: calc(50% - 5px);
    }

    .za-custories-data&gt;li h4 {
        font-size: 22px;
        margin: 10px 0 0;
    }

    .za-custories-data&gt;li p {
        max-width: 100%;
    }

    .za-insights-section {
        padding: 40px 0 80px;
    }

    .za-insights-box&gt;div:not(.za-insights-item:nth-child(3)) {
        width: 100%;
    }

    /* .za-insights-item:nth-child(2) img {
        margin: 40px auto 0;
    } */

    .za-ece-cont h3 {
        font-size: 26px;
        line-height: 34px;
        max-width: 320px;
    }

    .za-ece-img {
        margin: 20px 0 0;
    }

    .za-ece-img:before {
        top: -20px;
    }

    .za-truly-section ul&gt;li {
        padding: 20px;
    }

    a.play-btn {
        transform: scale(.8);
        transform-origin: top right;
    }

    .za-rating-section ul {
        flex-wrap: wrap;
        max-width: 600px;
    }

    .za-rating-section ul li {
        width: 25%;
    }

    .za-rating-section ul li:not(:first-child):before {
        display: none;
    }

    .rating-star {
        margin: 0 auto;
    }

    .za-truly-section {
        padding: 60px 0;
    }

    .za-truly-section h2 {
        max-width: 440px;
    }

    .za-truly-section ul&gt;li {
        padding: 30px 30px;
    }

    .za-truly-section ul&gt;li h3 {
        font-size: 19px;
    }

    .za-truly-section ul {
        margin: 30px 0 0;
    }

    .za-bottom-section {
        padding: 60px 0;
    }

    .za-bottom-section h2 {
        max-width: 600px;
    }
}

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

    .za-page-wrapper .cta-btn,
    .dwnload-btn {
        padding: 8px 25px;
        font-size: 14px;
    }

    .za-page-wrapper h2 {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: -0.4px;
    }

    .za-banner-cont {
        padding: 20px 0;
        margin: 0 auto;
    }

    .za-banner-cont h1 {
        font-size: 30px;
        max-width: 100%;
    }

    .za-banner-cont h1&gt;span {
        font-size: 18px;
        line-height: 24px;
        margin: 5px 0 10px;
    }

    .za-banner-cont&gt;ul {
        justify-content: flex-start;
    }

    .za-banner-img .bimg {
        max-width: 380px;
    }

    .za-cta-box {
        gap: 10px;
        flex-wrap: wrap;
    }

    .za-page-wrapper .za-banner-section .cta-btn,
    .za-cta-box .watch-btn {
        display: block;
        width: 175px;
    }

    .za-cta-box .watch-btn {
        padding: 8px 20px 8px 30px;
        font-size: 14px;
    }

    .za-cta-box .watch-btn::after {
        top: 12px;
    }

    .za-gartner-wrap img {
        max-width: 120px;
    }

    .za-gartner-wrap&gt;div:nth-child(2) {
        max-width: 200px;
    }

    .za-promo-section {
        padding: 20px 15px 40px;
    }

    .za-cust-counts ul&gt;li&gt;span {
        font-size: 30px;
        line-height: 30px;
    }

    .za-cust-counts ul&gt;li p {
        font-size: 14px;
    }

    .za-gartner-wrap {
        max-width: 330px;
    }

    .trust-icon .ae-icon {
        margin: 0 50px 0 0;
    }

    

    .za-custories-section {
        padding: 60px 0;
    }

    .za-testi-cont {
        position: relative;
        padding: 40px 30px 20px;
    }

    #zcust-testi-sm {
        left: 25px;
        position: relative;
        bottom: 0;
        padding: 0 0 20px;
        max-width: 150px;
    }

    .za-insights-section {
        padding: 40px 0 60px;
    }

    .za-insights-box {
        margin: 30px 0 0;
    }

    .za-insights-item h3 {
        font-size: 21px;
        line-height: 31px;
        max-width: 260px;
    }

    .za-insights-item&gt;h3&gt;span {
        font-size: 18px;
    }

    .za-insights-item&gt;ul li {
        width: 100%;
    }

    .za-insights-item&gt;ul li .za-insights-img {
        min-height: auto;
        margin: 0 0 20px;
    }

    .za-insights-item&gt;ul li:nth-child(2) {
        margin: 20px 0;
    }

    .za-ece-section {
        padding: 0px 0 60px;
    }

    .za-ece-cont h3 {
        font-size: 22px;
        line-height: 32px;
        max-width: 280px;
    }

    a.play-btn {
        right: auto;
        top: -50px;
        left: 0;
    }

    .za-custories-data&gt;li:nth-child(1) img,
    .za-custories-data&gt;li:nth-child(4) img {
        max-width: 100px;
    }

    .za-rating-section .rating-logo {
        margin: 0 0 10px;
    }

    .za-rating-section ul li {
        width: 34%;
    }

    .za-rating-section ul {
        max-width: 360px;
    }

    .za-truly-section h2 {
        max-width: 300px;
    }

    .za-truly-section ul&gt;li {
        width: 100%;
    }

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