<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*common-css*/
* {
	box-sizing: border-box;
}

.zw-product-header {
	background: #2b0e79;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #2b0e79 0%, #390862 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #2b0e79 0%, #390862 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #2b0e79 0%, #390862 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b0e79', endColorstr='#390862', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	;
}

.zredshiftpage-wrap .content-wrap {
	max-width: 980px;
}

.zredshiftpage-wrap h2 {
	font-size: 36px;
	font-family: var(--zf-secondary-bold);
}

.dsp-flx {
	display: flex;
}

.flx-wrap {
	flex-wrap: wrap;
}

.justify-space {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

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

.learn-more-cta {
	display: inline-block;
	border-bottom: 2px solid;
	font-family: var(--zf-secondary-medium);
	position: relative;
}

.learn-more-cta:before {
	content: "";
	width: 15px;
	height: 2px;
	background: var(--primary-anchor-clr);
	position: absolute;
	right: -22px;
	top: 13px;
	transition: all .6s ease;
}

.learn-more-cta:after {
	content: "";
	border-right: 2px solid var(--primary-anchor-clr);
	border-top: 2px solid var(--primary-anchor-clr);
	position: absolute;
	right: -22px;
	top: 10px;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	border-radius: 1px;
	transition: all .6s ease;
}



/* banner section */
.zbanner-section {
	padding: 100px 0 200px;
	background: #2b0e79;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #2b0e79 0%, #390862 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #2b0e79 0%, #390862 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #2b0e79 0%, #390862 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b0e79', endColorstr='#390862', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	color: #fff;
}

.zbanner-icons&gt;ul {
	margin: 0 0 40px;
	display: flex;
	max-width: 205px;
	gap: 5px;
	position: relative;
}

.zbanner-icons&gt;ul&gt;li {
	width: 100px;
	height: 100px;
	border-radius: 4px;
	background: #fff;
	display: flex;
	justify-content: center;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.zbanner-icons&gt;ul&gt;li:first-child {
	transform: translateX(-50px);
}

.zbanner-icons&gt;ul&gt;li:last-child {
	transform: translateX(50px);
	transition-delay: .5s;
}

.middle-animated .zbanner-icons&gt;ul&gt;li:first-child,
.middle-animated .zbanner-icons&gt;ul&gt;li:last-child {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	transform: translateX(0);
}

.zbanner-icons&gt;ul:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	border: 3px solid #2b0e79;
	z-index: 1;
}

.zbanner-icons&gt;ul:after {
	content: '+';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	z-index: 1;
}

.zbanner-icons&gt;ul:before,
.zbanner-icons&gt;ul:after {
	opacity: 0;
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	transform: scale(1.5);
}

.middle-animated .zbanner-icons&gt;ul:before,
.middle-animated .zbanner-icons&gt;ul:after {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	transform: scale(1);
}

.banner-title {
	width: 51%;
}

.banner-desc {
	width: 42%;
}

.zbanner-section h1 {
	font-size: 50px;
}

/* trust section */
.trust-section {
	position: relative;
	top: -100px;
}

.trust-section:before {
	content: '';
	position: absolute;
	background: #fafaff;
	width: 100%;
	height: 110%;
	left: 0;
	top: 100px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px
}

.trust-sec-wrap {
	background: #fff;
	color: #000;
	margin: auto;
	padding: 55px 40px 80px;
	border-radius: 20px
}

.trust-sec-wrap h2 {
	font-size: 25px;
	font-family: Zoho_Puvi_Medium;
	margin: 0 0 5px 0;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1.5px
}

.trust-sec-wrap::after {
	content: '';
	position: absolute;
	width: 90%;
	height: 1px;
	background: #f0f0f0;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}

.trust-block&gt;div:first-child p::after,
.trust-block&gt;div:nth-child(2) p::after {
	content: '';
	position: absolute;
	height: 80%;
	width: 1px;
	background-color: #f0f0f0;
	right: -40px;
	top: 15px
}

.trust-block {
	position: relative;
	padding: 30px 0 0
}

.trust-block&gt;div {
	display: inline-block;
	position: relative;
	padding: 10px 0 0 130px
}

.trust-block&gt;div:not(:first-child) {
	margin: 1px 0 0 80px
}

.trust-block&gt;div span {
	color: #000;
	font-size: 36px;
	font-family: var(--zf-secondary-bold);
	line-height: normal;
	margin-bottom: 0;
	display: inline-block
}

.trust-block&gt;div p {
	font-size: 22px;
	margin-bottom: 0
}

.trust-block&gt;div:before {
	content: '';
	width: 110px;
	height: 110px;
	position: absolute;
	left: 0;
	top: 0;
	background: #fdfdfd;
	border: 1px solid #f7f6f6;
	border-radius: 10px
}

.trust-block&gt;div:after {
	content: '';
	width: 70px;
	height: 70px;
	position: absolute;
	left: 20px;
	top: 20px;
	background: url(/sites/zweb/images/analytics/business-intelligence/brands-sprite.png);
	background-size: 204px auto;
	background-repeat: no-repeat
}

.trust-block&gt;.tb2:after {
	background-position: -66px 0
}

.trust-block&gt;.tb3:after {
	background-position: -135px 0
}

/* tbrand section */

.tbrand-section {
	background: #fafaff;
}

.trust-icon {
	padding: 30px 25px 15px;
	border-radius: 0 0 20px 20px;
	box-sizing: border-box;
	border-top: 0;
	margin: -120px 0 0;
	text-align: center;
	background-color: #fff
}

.trust-icon ul li {
	display: inline-block;
	margin: 0 20px 35px 20px;
	transform: scale(0.8);
	transition: ease all .5s
}

.trust-icon ul li:first-child {
	margin-left: 0;
}

.trust-icon ul li:last-child {
	margin-right: 0;
}

.trust-icon ul li span {
	background-image: url(/sites/zweb/images/commonroot/zp-trust-brands-sprite.png);
	display: inline-block;
	vertical-align: middle;
	background-size: 1100px auto;
	height: 50px;
	width: 115px;
	font-size: 0;
	height: 40px
}

.trust-icon ul li span.zicon-allianz {
	width: 85px;
	background-position: -995px -500px
}

.trust-icon ul li span.zicon-hotels {
	background-position: -1195px -813px;
	width: 50px;
	height: 50px;
	background-size: 1600px auto;
	position: relative
}

.trust-icon ul li span.zicon-johnson {
	background-position: -986px -554px;
	width: 90px
}

.trust-icon ul li span.zicon-suzuki {
	background-position: -880px -555px;
	width: 85px
}

.trust-icon ul li span.zicon-laliga {
	background-position: -121px -576px;
	width: 100px;
	background-size: 1050px auto
}

.trust-icon ul li span.zicon-mobile {
	background-position: -186px -460px;
	width: 115px;
	background-size: 850px auto
}

.trust-icon ul li span.zicon-hp {
	background-position: -348px 4px;
	width: 45px;
	height: 51px;
	display: block;
	background-size: 630px auto;
	position: relative;
	top: -11px
}

.trust-icon ul li span.zicon-life {
	background-position: -118px -611px;
	width: 107px;
	background-size: 1231px auto;
	height: 47px
}

.trust-icon ul li span.zicon-ikea {
	background-position: 0 -524px;
	width: 92px;
	background-size: 1050px auto
}

.trust-icon ul li span.zicon-hp-wrap {
	background-position: -1048px -49px;
	width: 40px;
	background-size: 1300px auto;
	position: relative
}


/* value section */
.zvalue-section {
	background: #fafaff;
	padding: 100px 0;
}

.zvalue-cont {
	width: 55%;
}

.zvalue-img {
	width: 35%;
}

.zvalue-list&gt;ul {
	margin: 0 0 40px;
	display: flex;
	max-width: 305px;
	gap: 5px;
	position: relative;
	min-height: 305px;
	background: url(/sites/zweb/images/analytics/database-connector/redshift-value-bg.png) no-repeat;
	background-size: 438px auto;
	background-position: 50% 50%;
}

.zvalue-list&gt;ul&gt;li {
	width: 150px;
	height: 150px;
	border-radius: 8px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #fff;
	box-shadow: 1px 2px 36px #cccccc78;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.zvalue-list&gt;ul&gt;li:first-child {
	background-color: #ffe4e3;
	transform: translate(-30px, -30px);
}

.zvalue-list&gt;ul&gt;li:last-child {
	background-color: #ffffff;
	align-self: end;
	transform: translate(30px, 30px);
	transition-delay: .5s;
}

.middle-animated .zvalue-list&gt;ul&gt;li:first-child,
.middle-animated .zvalue-list&gt;ul&gt;li:last-child {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	transform: translate(0, 0);
}

.zvalue-list&gt;ul:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	background: #f8d35b;
	border-radius: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	border: 3px solid #f4c736;
	z-index: 1;
}

.zvalue-list&gt;ul:after {
	content: '+';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	z-index: 1;
}

.zvalue-list&gt;ul:before,
.zvalue-list&gt;ul:after {
	opacity: 0;
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	transform: scale(1.5);
}

.middle-animated .zvalue-list&gt;ul:before,
.middle-animated .zvalue-list&gt;ul:after {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	transform: scale(1);
}

/* dashboard section */
.zdashboard-section {
	padding: 100px 0;
}

.zdashboard-box {
	margin: 0 0 50px;
	align-items: center;
}

.zdashboard-title {
	width: 42%;
}

.zdashboard-title&gt;strong {
	font-size: 14px;
	display: block;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-family: var(--zf-secondary-bold);
	color: #343bc4;
}

.zdashboard-title h2 {
	margin: 0;
}

.zdashboard-desc {
	width: 50%;
}

.zdashboard-desc p {
	margin: 0;
}

.zdashboard-img {
	background: #fafafa;
	text-align: center;
	padding: 20px 0;
}

.zdashboard-img video {
	width: 100%;
	max-width: 740px;
	padding: 40px 0;
}

.zdb2 {
	background: #fafafa;
}

.zdb2 .zdashboard-img {
	background: #f3f3f3;
}

/* connecting section */
.zconnecting-section {
	background: #2f1477;
	color: #fff;
	padding: 100px 0;
}

.zconnecting-box h2 {
	width: 50%;
	align-self: center;
}

.zconnecting-box {
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
}

.zconnecting-list {
	width: 30%;
}

.zconnecting-list h4 {
	font-family: var(--zf-secondary-bold);
}

.zconnecting-list p {
	margin: 0;
}

.zconnecting-list h4:before {
	content: '';
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 0 10px;
	background-image: url(/sites/zweb/images/analytics/database-connector/redshift-sprite-icons.svg);
	background-repeat: no-repeat;
}

.ziaicon-list {
	width: 30%;
}

.ziaicon-list h4 {
	font-family: var(--zf-secondary-bold);
}

.ziaicon-list p {
	margin: 0;
}

.ziaicon-list h4:before {
	content: '';
	width: 50px;
	height: 40px;
	display: block;
	margin: 0 0 10px;
	background-image: url(/sites/zweb/images/analytics/zia-insights-icon.png) !important;
	background-repeat: no-repeat;
}

.ziaicon:before {
	background-position: 0 0;
	width: 35px;
}

.zicon-safer:before {
	background-position: -110px 0;
}

.zconnecting-list .zicon-decisions:before {
	background-position: -38px 0;
	width: 35px;
}

.zconnecting-list .zicon-forecast:before {
	background-position: -74px 0;
	width: 35px;
}

.zicon-share:before {
	background-position: 0 0;
}

.zconnecting-list:nth-child(4) p {
	max-width: 280px;
}

/* comparison section */
.zcomparison-section {
	padding: 100px 0px 120px;
}

.zcomparison-wrap h2 {
	text-align: center;
}

.comparison-table {
	position: relative;
}

.comparison-table li:first-child {
	position: sticky;
	top: 65px;
	z-index: 2;
}

.comparison-table li p {
	width: 33.3%;
	padding: 30px 50px;
	margin-bottom: 0px;
	font-size: 14px;
	background: #fafaff;
}

.comparison-table li:first-child p:first-child {
	color: #343bc4;
}

.comparison-table li p.head {
	font-size: 19px;
	font-family: var(--zf-primary-semibold);
	padding: 40px 50px;
}

.comparison-table li p.head span,
.comparison-table li .desc {
	display: inline-flex;
	font-size: 16px;
	font-family: var(--primaryfont-regular);
}

.comparison-table li p:nth-of-type(2):before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0px 10px 10px #cccccc36;
}

.comparison-table li p.head:nth-of-type(2):before {
	box-shadow: 0 -2px 10px #cccccc36;
}

.comparison-table p:nth-of-type(1),
.comparison-table p&gt;strong {
	font-family: var(--zf-secondary-semibold);
}

.comparison-table p:not(:nth-of-type(2)) {
	border-bottom: 1px solid #f2f2f2;
}

.comparison-table li p:nth-of-type(2) {
	background: #fff;
	position: relative;
	border-bottom: 1px solid #fafafa;
	z-index: 1;
}

.zcomp-aws {
	margin: 0 5px 0 0;
}

.comparison-table li:first-child p {
	display: flex;
	align-items: center;
}

.comparison-table li:not(:first-child) p:nth-of-type(2):after {
	content: "";
	position: absolute;
	width: 10px;
	height: 6px;
	border: 2px solid #0b9b1c;
	border-top: 0;
	border-right: 0;
	top: 40px;
	left: 50px;
	transform: translate(-50%, -50%) rotate(-52deg);
}

.comparison-table li:not(:first-child) p:nth-of-type(2) {
	padding: 30px 30px 30px 65px;
}

.comparison-table li p.cross {
	position: relative;
	padding: 30px 50px 30px 70px;
}

.cross::before,
.cross::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 12px;
	background: #f00;
	border-radius: 10px;
	top: 35px;
	left: 56px;
	transform: rotate(-45deg);
}

.cross::after {
	transform: rotate(45deg);
}

.btm-ylw,
.top-ylw {
	position: relative;
}

.top-ylw::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0;
	bottom: -40px;
	background: #fff;
	border-radius: 0px 0px 10px 10px;
}

.top-ylw::after {
	bottom: 0;
	top: -30px;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0 -18px 29px #cccccc2e;
}

.comparison-table li:last-child p {
	border: none;
}

.comparison-table li:last-child {
	position: relative;
}

.comparison-table li:last-child:after {
	content: "";
	position: absolute;
	width: 33.3%;
	height: 40px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -30px;
	z-index: 1;
	background: #fff;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0 10px 15px #cccccc2e;
}

/* testimonial section */
.ztesti-section {
	padding: 40px 0 100px;
}

.ztesti-section h2 {
	text-align: center;
}

.ztesti-box {
	background: #2f1477;
	color: #fff;
	border-radius: 10px;
	padding: 60px 80px;
	margin: 50px 0 0;
}

.ztesti-cust-details {
	width: 20%;
}

.ztesti-cust-desc {
	width: 70%;
}

.ztesti-pic {
	width: 80px;
	height: 80px;
	margin: 0 0 15px;
	background: #fdd754;
	border-radius: 100%;
	overflow: hidden;
}

.ztesti-pic img {
	display: block;
}

.ztesti-pic:before {
	position: absolute;
	width: 45px;
	height: 45px;
	background: #ccc;
	border-radius: 8px;
	z-index: 0;
	right: 0;
}

.ztesti-cust-details&gt;strong {
	font-family: var(--zf-secondary-semibold);
}

.ztesti-cust-details&gt;p {
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0 0;
}

.ztesti-cust-desc h4 {
	font-size: 21px;
	font-family: var(--zf-secondary-regular);
	padding: 40px 0 0 0;
	margin: 0;
	position: relative;
}

.ztesti-cust-desc h4:before {
	content: '';
	position: absolute;
	width: 39px;
	height: 39px;
	background: url(/sites/zweb/images/analytics/database-connector/quotes.png);
	background-position: 0 0;
	background-size: 39px auto;
	background-repeat: no-repeat;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	top: 0;
}

/* resources section */
.zresrc-section {
	padding: 0 0 100px;
}

.zresrc-section h2 {
	text-align: center;
}

.zresrc-box {
	gap: 20px;
	margin: 60px 0 0;
}

.zresrc-list {
	padding: 35px;
	box-shadow: 0px 0px 20px #d0d0d03b;
	border-radius: 12px;
}

.zresrc-list h4 {
	font-family: var(--zf-secondary-bold);
	font-size: 21px;
}

.zresrc-list h4:before {
	content: '';
	width: 42px;
	height: 40px;
	display: block;
	margin: 0 0 10px;
	background-image: url(/sites/zweb/images/analytics/database-connector/redshift-sprite-icons.svg);
	background-repeat: no-repeat;
}

.zresrc-list h4.zicon-webinars:before {
	background-position: -150px 0;
}

.zresrc-list h4.zicon-help:before {
	background-position: -192px 0;
	width: 40px;
}

.zresrc-list h4.zicon-training:before {
	background-position: -231px 0;
}


/* bottom section */
.zbottom-section {
	background: #fafaff;
	padding: 100px 0;
	text-align: center;
}


.services-grid {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 50px
}

.services-grid .services-card {
	width: calc(24.5% - 10px);
	box-shadow: 0 4px 9px 0 #5930ff17;
	border-radius: 12px;
}

.services-grid .services-card {
	width: calc(31.5% - 10px)
}

.services-grid .services-card a {
	border-radius: inherit
}

.services-grid .services-item {
	background: #fff;
	padding: 24px;
	margin: 1px;
	border-radius: inherit;
	text-align: center;
	height: 99.6%;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.services-grid .services-item h3 {
	font: 17px / 1.4 Zoho_Puvi_SemiBold;
	color: #262626
}

.services-grid .services-card.card1 {
	background-image: linear-gradient(158deg, #9a5ef0 0, #fff 41%)
}

.services-grid .services-card.card2,
.services-grid .services-card:nth-child(4) {
	background-image: linear-gradient(340deg, #9a5ef0 0, #fff 41%)
}

.services-grid .services-card.card3 {
	background-image: linear-gradient(204deg, #9a5ef0 0, #fff 41%)
}


.services-grid .services-card:nth-child(2) {
	transition-delay: .2s
}

.services-grid .services-card:nth-child(3) {
	transition-delay: .4s
}

.services-grid .services-card:nth-child(4) {
	transition-delay: .6s
}

.services-grid .services-card:nth-child(4) img {
	margin-top: 64px
}

.zresrc-section .content-wrap {
	max-width: 1240px;
}

/*media-queries*/


@media only screen and (min-width : 1200px) and (max-width: 1399px) {

	.trust-block&gt;div span {
		font-size: 30px;
	}

	.trust-block&gt;div:not(:first-child) {
		margin: 1px 0 0 60px;
	}
}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
	.zbanner-section h1 {
		font-size: 48px;
	}

	.zdashboard-title {
		width: 44%;
	}

	.zconnecting-box h2 {
		width: 52%;
	}

	.comparison-table li:first-child {
		top: 0;
	}

	.trust-block&gt;div span {
		font-size: 30px;
	}

	.trust-block&gt;div:not(:first-child) {
		margin: 1px 0 0 60px;
	}
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
	.dsp-flx {
		display: block;
	}

	.zredshiftpage-wrap h2 {
		font-size: 30px;
	}

	.zbanner-section {
		padding: 60px 0 150px;
		text-align: center;
	}

	.trust-sec-wrap {
		text-align: center;
		padding: 55px 30px 80px;
	}

	.trust-sec-wrap h2 {
		font-size: 24px;
	}

	.trust-block {
		padding: 0;
		max-width: 520px;
		margin: 0 auto;
	}

	.trust-block&gt;div {
		margin: 0 50px 0 0px;
		text-align: left;
	}

	.trust-block&gt;div:first-child p::after,
	.trust-block&gt;div:nth-child(2) p::after {
		display: none;
	}

	.trust-block&gt;div:not(:first-child) {
		margin: 40px 0 0;
	}

	.trust-block&gt;div span {
		font-size: 24px;
	}

	.zvalue-section,
	.zdashboard-section {
		padding: 60px 0;
		text-align: center;
	}

	.zbanner-icons&gt;ul {
		margin: 0 auto 30px;
	}

	.zbanner-section h1 {
		font-size: 38px;
	}

	.banner-title,
	.banner-desc {
		width: 100%;
		max-width: 660px;
		margin: 0 auto;
	}

	.zvalue-cont,
	.zvalue-img {
		width: 100%;
		max-width: 620px;
		margin: 0 auto;
	}

	.zvalue-list&gt;ul {
		margin: 30px auto 0;
	}

	.zdashboard-title,
	.zdashboard-desc {
		width: 100%;
		max-width: 520px;
		margin: 0 auto;
	}

	.zdashboard-desc {
		margin-top: 20px;
	}

	.zdashboard-box {
		margin: 0 0 30px;
	}

	.zdashboard-img {
		padding: 20px;
	}

	.zconnecting-section {
		padding: 60px 0;
	}

	.zconnecting-box {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 40px 20px;
		max-width: 730px;
		margin: 0 auto;
		display: flex;
	}

	.zconnecting-box h2 {
		width: 100%;
		text-align: center;
		max-width: 420px;
		margin: 0 auto;
	}

	.zconnecting-list {
		width: 47%;
	}

	.ziaicon-list {
		width: 47%;
	}

	.comparison-table {
		max-width: 730px;
		margin: 0 auto;
	}

	.comparison-table li.dsp-flx {
		display: flex;
	}

	.comparison-table li:first-child {
		top: 0;
	}

	.comparison-table li p.head {
		font-size: 17px;
		padding: 30px 20px;
	}

	.comparison-table li p {
		padding: 30px 20px;
	}

	.comparison-table li:not(:first-child) p:nth-of-type(2) {
		padding: 30px 20px 30px 35px;
	}

	.comparison-table li:not(:first-child) p:nth-of-type(2):after {
		left: 20px;
	}

	.comparison-table li p.cross {
		padding: 30px 50px 30px 40px;
	}

	.cross::before,
	.cross::after {
		left: 26px;
	}

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

	.ztesti-box {
		padding: 40px 20px;
		display: flex;
		max-width: 730px;
		margin: 30px auto 0;
	}

	.ztesti-cust-details {
		width: 25%;
	}

	.ztesti-cust-desc h4 {
		font-size: 19px;
		line-height: 30px;
	}

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

	.zresrc-box {
		display: flex;
	}

	.zresrc-list {
		padding: 30px 20px;
	}

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

@media only screen and (max-width : 767px) {
	.dsp-flx {
		display: block;
	}

	.zredshiftpage-wrap h2 {
		font-size: 24px;
	}

	.zbanner-section {
		padding: 60px 0 150px;
		text-align: center;
	}

	.trust-block {
		padding: 0;
		max-width: 520px;
		margin: 0 auto;
	}

	.trust-block&gt;div span {
		font-size: 24px;
	}

	.trust-block&gt;div p {
		font-size: 17px;
	}

	.trust-block&gt;div {
		margin: 0 15px;
		padding: 10px 0 0 110px;
		text-align: left;
	}

	.trust-block&gt;div:first-child p::after,
	.trust-block&gt;div:nth-child(2) p::after {
		display: none;
	}

	.trust-block&gt;div:not(:first-child) {
		margin: 40px 0 0;
	}

	.trust-block&gt;div:not(:last-child) {
		margin-bottom: 10px;
	}

	.trust-block&gt;div:before,
	.trust-block&gt;div:after {
		transform: scale(.8);
		transform-origin: left top;
	}

	.trust-sec-wrap {
		padding-top: 30px;
		text-align: center;
	}

	.trust-sec-wrap h2 {
		font-size: 21px;
	}

	.trust-section h3 {
		font-size: 28px;
	}

	.trust-block&gt;div:not(:last-child) {
		margin-bottom: 20px;
	}

	.trust-icon ul li {
		margin-bottom: 15px;
	}

	.trust-icon {
		padding: 40px 10px 20px;
	}

	.zvalue-section,
	.zdashboard-section {
		padding: 60px 0;
		text-align: center;
	}

	.zbanner-icons&gt;ul {
		margin: 0 auto 30px;
	}

	.zbanner-section h1 {
		font-size: 36px;
	}

	.banner-title,
	.banner-desc {
		width: 100%;
		max-width: 660px;
		margin: 0 auto;
	}

	.zvalue-cont,
	.zvalue-img {
		width: 100%;
		max-width: 620px;
		margin: 0 auto;
	}

	.zvalue-list&gt;ul {
		margin: 30px auto 0;
	}

	.zdashboard-title,
	.zdashboard-desc {
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
	}

	.zdashboard-desc {
		margin-top: 20px;
	}

	.zdashboard-box {
		margin: 0 0 30px;
	}

	.zdashboard-img {
		padding: 20px;
	}

	.zconnecting-section {
		padding: 60px 0;
	}

	.zconnecting-box {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 40px 20px;
		max-width: 730px;
		margin: 0 auto;
		display: flex;
	}

	.zconnecting-box h2 {
		width: 100%;
		text-align: center;
		max-width: 340px;
		margin: 0 auto;
	}

	.zconnecting-list {
		width: 47%;
	}

	.ziaicon-list {
		width: 47%;
	}

	.zcomparison-section {
		padding: 60px 0px;
	}

	.zcomparison-wrap h2 {}

	.comparison-table {
		max-width: 730px;
		margin: 0 auto;
		overflow-x: scroll;
		overflow-y: hidden;
	}

	.comparison-table li.dsp-flx {
		display: flex;
		width: 720px;
	}

	.comparison-table li:first-child {
		top: 0;
	}

	.comparison-table li p.head {
		font-size: 17px;
		padding: 30px 20px;
	}

	.comparison-table li p {
		padding: 30px 20px;
	}

	.comparison-table li:not(:first-child) p:nth-of-type(2) {
		padding: 30px 20px 30px 35px;
	}

	.comparison-table li:not(:first-child) p:nth-of-type(2):after {
		left: 20px;
	}

	.comparison-table li p.cross {
		padding: 30px 50px 30px 40px;
	}

	.cross::before,
	.cross::after {
		left: 26px;
	}

	.ztesti-section {
		padding: 0px 0 60px;
	}

	.ztesti-box {
		padding: 40px 20px;
		display: flex;
		max-width: 730px;
		margin: 30px auto 0;
		flex-wrap: wrap-reverse;
	}

	.ztesti-cust-details,
	.ztesti-cust-desc {
		width: 100%;
	}

	.ztesti-cust-desc h4 {
		font-size: 17px;
		line-height: 28px;
	}

	.ztesti-pic {
		margin: 20px 0 10px;
	}

	.zresrc-section {
		padding: 0 0 60px;
	}

	.zresrc-box {
		display: flex;
		flex-wrap: wrap;
	}

	.zresrc-list {
		padding: 30px 20px;
		width: 47%;
	}

	.zresrc-list h4 {
		font-size: 17px;
	}

	.learn-more-cta {
		font-size: 14px;
	}

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

@media only screen and (max-width : 480px) {
	.zbanner-section h1 {
		font-size: 28px;
	}

	.banner-title,
	.banner-desc {
		max-width: 290px;
	}

	.zdashboard-img video {
		padding: 0;
	}

	.trust-sec-wrap {
		padding: 40px 20px 60px;
	}

	.trust-block {
		text-align: left;
		margin: 40px auto 0;
		max-width: 200px;
	}

	.trust-block&gt;div {
		margin: 0;
	}

	.trust-block&gt;div:not(:first-child) {
		margin: 30px 0 0 0px;
	}

	.trust-block&gt;div:not(:last-child) {
		margin-bottom: 0px;
	}

	.trust-icon {
		display: inline-block;
		width: 100%;
		padding: 30px 10px 20px 10px;
	}

	.trust-icon ul {
		display: block;
		flex-wrap: wrap;
	}

	.trust-icon ul li {
		width: 38%;
		margin: 0 10px 15px 10px;
	}

	.zvalue-img {
		transform: scale(.8);
	}

	.zconnecting-box {
		max-width: 280px;
	}

	.zconnecting-list {
		width: 100%;
	}

	.ziaicon-list {
		width: 100%;
	}

	.ztesti-cust-desc h4 {
		font-size: 15px;
		line-height: 26px;
	}

	.zresrc-section h2 {
		max-width: 240px;
		margin: 0 auto;
	}

	.zresrc-box {
		max-width: 280px;
		margin: 40px auto 0;
	}

	.zresrc-list {
		width: 100%;
	}

	.zresrc-list&gt;p {
		margin: 0 0 10px;
	}

	.zbottom-section {
		padding: 40px 0 30px;
	}
}

.za-note-wrap {
	margin: 50px auto 0 auto;
	max-width: 900px;
	background: #fff;
	border: 2px solid #0000001A;
	border-radius: 10px;
	padding: 40px 70px 40px 50px;
}

.za-top-wrap {
	margin: 0 auto;
	max-width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 40px;
}

.za-top-wrap&gt;p {
	font-size: 18px;
	margin: 0;
	padding: 0;
	position: relative;
}

.za-note-wrap&gt;p {
	font-size: 18px;
	margin: 0;
	padding: 0 0 0 110px;
	position: relative;
}

.za-note-wrap&gt;p:before {
	content: '';
	position: absolute;
	width: 75px;
	height: 77px;
	background: #FCF3C0;
	border-radius: 12px;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(0);
	transition: all .7s ease;
}

.za-note-wrap&gt;p::after {
	background: url(/sites/zweb/images/analytics/database-connectors-sprite-icons.png);
	background-size: 345px auto;
	background-repeat: no-repeat;
	background-position: -110px -55px;
	content: '';
	width: 40px;
	height: 40px;
	margin: 0;
	position: absolute;
	left: 20px;
	top: 20px;
	opacity: 0;
	transform: scale(0);
	transition: all .7s ease .4s;
}

.za-note-wrap.zwe-om&gt;p:before,
.za-note-wrap.zwe-om&gt;p::after {
	opacity: 1;
	transform: scale(1);
}

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

	.za-note-wrap&gt;p,
	.za-top-wrap&gt;p {
		font-size: 17px;
	}
}

@media only screen and (max-width : 767px) {
	.za-note-wrap {
		padding: 20px 30px;
		max-width: 520px;
	}

	.za-note-wrap&gt;p {
		font-size: 17px;
		padding: 90px 0 0 0;
	}
}

.zbanner-icons&gt;ul&gt;li .zdc-icon-sqlite {
	background-position: -600px -43px;
	width: 72px;
	background-image: url(/sites/zweb/images/analytics/database-connectors-icons.png);
	background-size: 691px;
	background-repeat: no-repeat;
	height: 43px;
	display: block;
	margin: auto;
}


.zvalue-list&gt;ul&gt;li .zdc-icon-sqlite {
	background-position: -781px -62px;
	width: 100px;
	background-image: url(/sites/zweb/images/analytics/database-connectors-icons.png);
	background-size: 900px auto;
	background-repeat: no-repeat;
	height: 44px;
	display: block;
	margin: auto;
}

@media (max-width: 991px) {
	.services-grid {
		flex-wrap: wrap;
	}

	.services-grid .services-card {
		width: calc(50% - 10px);
	}

	.services-grid .services-item {
		align-items: center;
	}
}

@media (max-width: 551px) {
	.services-grid .services-card {
		width: calc(100% - 10px);
	}
}</pre></body></html>