<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
a.btn-learn {
    border: 2px solid #f0483e;
    color: #f0483d;
    display: inline-block;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
    padding: 12px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all .2s ease;
    font-size: 16px;
}

a.btn-learn:hover {
    background: #f0483d;
    color: #fff;
}

body h2 {
	font-size: 36px;
	font-family: var(--primaryfont-bold);
}
h1 {
	font-size: 50px;
}
p{
	font-size:18px;
}
.zw-product-header,.int-banner-section {
	background: #e8f6ff;
	background-repeat: repeat;
	background-size: 300px;
}
a.cta-btn.act-btn {
    border-radius: 4px;
    padding: 12px 30px;
    font-size: 16px;
}
.int-banner-section {
    padding: 5em 0 7em;
    overflow: hidden;
}

.int-banner-section .banner-content p {
	margin: 20px 0 25px;
	max-width: 450px;
}

.banner-img .img-2 img {
    border: 2px solid #45adfb;
    border-radius: 20px;
}

.banner-img .img-2 {
    position: absolute;
    max-width: 300px;
    left: -60px;
    bottom: -70px;
}

.int-banner-section .banner-img img {
    box-shadow: 0 0 20px rgba(0,0,0,0.07);
    border-radius: 10px;
}


.int-banner-section .col-1 {
    flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    max-width: 45%;
}

.int-banner-section .col-2 {
    flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    max-width: 55%;
}

.int-banner-section .integrate-logo {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	margin-bottom: 30px;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform-origin: left center;
	-ms-transform-origin: left center;
	-webkit-transform-origin: left center;
}
.int-banner-section .integrate-logo span.plus {
	font-size: 36px;
	margin: 0 20px;
}

.integrate-logo span.int-logo {
	padding: 25px 0;
	position: relative;
	width: 75px;
	height: 75px;
	display: inline-block;
	color: #000;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09019607843137255);
}

.integrate-logo span.int-logo::before {
	background: var(--product-icons)no-repeat;
    width: var(--zp-i-w);
    height: var(--zp-i-h);
    background-repeat: no-repeat;
    background-position: var(--zp-notebook-bp);
    content: "";
    position: absolute;
    background-size: var(--zp-i-bs);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
.int-banner-section .integrate-logo span.meeting-logo::before {
	background-position: var(--zp-meeting-bp);
}

.int-banner-section span.watch-btn {
	background: #000;
	color: #fff;
	display: inline-block;
	padding: 16px 40px 16px 65px;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	cursor: pointer;

}

.int-banner-section .banner-img {
	position: relative;
	padding-left: 50px;
}

.banner-img .img-1 img {
    max-width: 120%;
}

.wrapper {
	padding: 0 0 6em;
}

.int-section {
	padding: 6em 0 2em;
}

.int-section .title {
	margin: 0 auto 60px;
	max-width: 750px;
	text-align: center;
}


.rows {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	align-items: center;
	-ms-flex-align: center;
}
.rows &gt; div {
	flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	max-width: 50%;
}

.int-section img {
	box-shadow: 0 0 20px rgba(0,0,0,0.06);
	border-radius: 10px;
}

.int-img {
	position: relative;
}

.int-img .img-2 {
	position: absolute;
	transform: translateY(30px);
	opacity: 0;
	transition: all 1s ease;
	transition-delay: .6s;
}

.middle-animated .int-img .img-2 {
	transform: translateY(0);
	opacity: 1;
}

.int-section .rows .col-1 {
	flex: 0 0 40%;
	-ms-flex: 0 0 40%;
	max-width: 36%;
}

.int-section .rows .col-2 {
	flex: 0 0 60%;
	-ms-flex: 0 0 60%;
	max-width: 60%;
}

.content-center .rows .col-1,.content-center .rows .col-2 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
}

.int-section.left-wrap .col-1 {
	order: 2;
}
.int-content {
	max-width: 500px;
}
.int-content {
    padding: 0 60px 0 0;
}
.left-wrap .int-content {
    padding: 0 0 0 40px;
}


/**************** Feature-1 *****************/

.int-section.feature-1 .img-2 img {
    border-radius: 12px;
    border: 1px solid #45adfb;
    max-width: 320px;
}
.feature-1 .int-img .img-2 {
    left: -50px;
    bottom: -60px;
}
.int-section.feature-1 {
    margin-bottom: 3em;
}

/**************** Feature-2 *****************/

.feature-2 .int-content {
    margin: 0 0 0 auto;
    max-width: 590px;
}

.feature-2 .int-img {
    display: flex;
    align-items: center;
    margin-top: -100px;
}

.feature-2 .int-img .img-1 {
    max-width: 530px;
}

.feature-2 .int-img .img-2 {
    position: relative;
}

.feature-2 .img-1 img {
    border: 1px solid #29A3FC;
}

img.border {
    border: 1px solid #e6e6e6;
}

.feature-2 .content-wrap {
    max-width: 1080px;
}
.int-section.left-wrap.feature-2 {
    padding-top: 2em;
}

/**************** Feature-3 *****************/
.feature-3 .img-2 {
    max-width: 540px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.8);
    transform-origin: center;
}

.feature-3 .middle-animated .int-img .img-2 {
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}

.feature-3 .img-2 img {
    border: 1px solid #28a3fc;
}

@media only screen and (min-width:767px){
	
	/****animate*****/

	.middle-animated .banner-img img{
		transform: translate3d(0,0px,0);
		-webkit-transform: translate3d(0,0px,0);
		-ms-transform: translate3d(0,0px,0);
		opacity: 1;
	}

	.faderight{
		opacity: 0;
		transform: translate3d(30px,0,0);
		-webkit-transform: translate3d(30px,0,0);
		-ms-transform: translate3d(30px,0,0);
		transition: all 1s ease-out;
	}
	.fadeleft{
		opacity: 0;
		transform: translate3d(-30px,0,0);
		-webkit-transform: translate3d(-30px,0,0);
		-ms-transform: translate3d(-30px,0,0);
		transition: all 1s ease-out;
	}
	.fadeup1{
		opacity: 0;
	}
	.fadeup1,
	.textup1,
	.textup2,
	.textup3,
	.textup4{
		transform: translate3d(0,30px,0);
		-webkit-transform: translate3d(0,30px,0);
		-ms-transform: translate3d(0,30px,0);
		transition: all 1s ease-out;

	}
	.middle-animated .fadeup1,
	.middle-animated .faderight,
	.middle-animated .fadeleft,
	.middle-animated .textup1,
	.middle-animated .textup2,
	.middle-animated .textup3,
	.middle-animated .textup4
	{
		opacity: 1;
		transform: translate3d(0,0px,0);
		-webkit-transform: translate3d(0,0px,0);
		-ms-transform: translate3d(0,0px,0);
	}



	.textup1{
		transition-delay: .2s;
	}
	.textup2{
		transition-delay: .4s;
	}
	.textup3{
		transition-delay: .6s;
	}
	.textup4{
		transition-delay: .8s;	
	}


	@keyframes rotate {
		0% {
			transform: rotate(0deg) translate(0px, 0px);
		}
		100% {
			transform: rotate(360deg) translate(0px, 0px);
		}
	}

	@-webkit-keyframes rotate {
		0% {
			transform: rotate(0deg) translate(0px, 30px);
		}
		100% {
			transform: rotate(360deg) translate(0px, 30px);
		}
	}

	@keyframes rotaterev {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(-360deg)
		}
	}

	@-webkit-keyframes rotaterev {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(-360deg)
		}
	}

	@keyframes scalecircle {
		from {
			visibility: hidden;
			opacity: 0;
			transform: scale(0)
		}
		to {
			visibility: visible;
			opacity: 1;
			transform: scale(1)
		}
	}
	
	@-webkit-keyframes scalecircle {
		from {
			visibility: hidden;
			opacity: 0;
			transform: scale(0)
		}
		to {
			visibility: visible;
			opacity: 1;
			transform: scale(1)
		}
	}
	@keyframes rotate{
		0%{
			transform: rotate(0);
		}
		100%{
			transform: rotate(360deg);
		}
	}
	@-webkit-keyframes rotate{
		0%{
			transform: rotate(0);
		}
		100%{
			transform: rotate(360deg);
		}
	}

}

@media only screen and (max-width:1440px){
	h1 {
		font-size: 45px;
	}
	p{
		font-size:17px;
	}
	.int-banner-section .banner-img {
		padding: 0;
	}
	.banner-img .img-1 img {
		max-width: 100%;
	}
}

@media only screen and (max-width:1280px){
	h1 {
		font-size: 38px;
	}
	.int-banner-section {
		padding: 4em 0;
	}
}
@media only screen and (max-width:1199px){

	h1 {
		font-size: 36px;
	}
	body h2 {
		font-size: 32px;
	}
	.int-banner-section .banner-content {
		max-width: 400px;
	}
	.banner-img .img-2 {
		max-width: 240px;
		left: -40px;
		bottom: -40px;
	}
	.int-banner-section .banner-content p {
		max-width: 350px;
	}
	
	.int-banner-section {
		padding: 3em 0 4em;
	}
	.wrapper {
		padding: 0 0 3em;
	}
	.int-section {
		padding: 3em 0 2em;
	}

	.int-section.feature-1 .img-2 img {
		max-width: 260px;
	}

}


@media only screen and (max-width:1023px){
	body h2 {
		font-size: 30px;
	}
	p {
		font-size: 16px;
	}
	.int-banner-section .col-1 {
		order: 0;
	}

	.int-banner-section .col-1, .int-banner-section .col-2, 
	.int-section .rows .col-1,
	.int-section .rows .col-2,
	.rows &gt; div {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}
	.int-banner-section .integrate-logo {
		position: relative;
		left: 0;
		right: 0;
		transform: none;
	}
	.int-banner-section .banner-content {
		max-width: 500px;
		text-align: center;
		margin: 0 auto 40px;
	}
	.int-banner-section {
		padding: 3em 0 4em;
	}

	.int-banner-section .banner-content p {
		max-width: 100%;
	}
	.int-banner-section .integrate-logo {
		justify-content: center;
		-ms-flex-pack: center;
	}
	.int-banner-section .banner-img .img-2{
		left: 0;
		max-width: 280px;
		right: 0;
		bottom: -80px;
		margin: 0 auto;
	}

	
	.int-section {
		padding: 3em 0;
	}
	.int-content {
		max-width: 500px;
		margin: 0 auto 30px;
		text-align: center;
		padding: 0;
	}
	.int-img {
		max-width: 550px;
		margin: 0 auto;
	}
	.int-section.left-wrap .col-1 {
		order: 0;
	}
	.int-section.feature-1 .img-2 img {
		max-width: 260px;
	}
	.feature-1 .int-img .img-2 {
		left: 0;
		right: 0;
		text-align: center;
	}
	.feature-2 .int-content {
		margin: 0 auto 50px;
		max-width: 590px;
	}
	.feature-2 .int-img {
		align-items: flex-start;
		-ms-flex-pack: flex-start;
		margin: 0 auto;
		max-width: 700px;
	}
	.left-wrap .int-content {
		padding: 0;
	}	

}
@media only screen and (max-width:767px){
	h1 {
		font-size: 30px;
	}
	.rows &gt; div {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}
	.int-banner-section .banner-img img {
		max-width: 400px;
		width: 100%;
		display: block;
		margin: 0 auto;
		border-radius: 6px;
	}
	.int-banner-section .banner-img .img-2{
		max-width: 180px;
	}
	.wrapper {
		padding: 0 0 3em;
	}
	.int-section {
		padding: 3em 0 1em;
	}
	.int-content {
		max-width: 500px;
		text-align: center;
		margin-bottom: 40px;
	}
	.feature-2 .int-img .img-2 {
		margin-left: 5px;
	}
	.int-section.left-wrap .col-1 {
		order: 0;
	}
	.int-section.feature-1 {
		padding-bottom: 1em;
	}
	.feature-1 .int-img .img-2 {
		position: absolute;
		left: 0;
		bottom: -40px;
		right: 0;
		text-align: center;
	}
	.int-section.feature-1 .img-2 img {
		max-width: 210px;
	}
	.feature-2 .int-img .img-1 {
		max-width: 260px;
		position: relative;
		z-index: 1;
		margin: 130px auto 0;
		transform: translateY(20px);
		opacity: 0;
		transition: all .7s ease;
		transition-delay: .7s;
	}
	.feature-2 .middle-animated .int-img .img-1 {
		opacity: 1;
		transform: translateY(0px);
	}

	.feature-2 .int-img .img-2 {
		position: absolute;
		left: 0;
		right: 0;
	}

	.feature-2 .int-img{
		max-width: 430px;
	}
	.feature-3 .middle-animated .int-img .img-2 {
		transform: translate(-50%,-50%) scale(1.2);
		opacity: 1;
	}
	
}
@media only screen and (max-width:414px){
	.int-content {
		max-width: 360px;
	}
}

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