<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, h1, h2, h3, h4, p, ul, li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.product-nav-links ul li.first{
   display: none;
}
.zmenu-cta-cont {
    display: block;
}
.crm-hub-ctasec {
  display: none;
}
img,video{
 border-radius: 15px;
 display: block;
}
.zw-template-inner *, .zw-template-inner :after, .zw-template-inner :before {
    box-sizing: border-box;
}
.banner-content {
  position: relative;
   max-width: 1500px;
    margin: 0 auto;
}
.banner-content::before {
  position: absolute;
    content: '';
    background-image: -moz-radial-gradient(rgba(40,118,255,1) -40%,#2876ff00 65%);
    background-image: -webkit-radial-gradient(rgba(40, 118, 255, 1) -40%, #2876ff00 65%);
    background-image: -ms-radial-gradient(rgba(40,118,255,1) -40%,#2876ff00 65%);
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    left: -600px;
    z-index: 2;
    filter: blur(70px);
}
.banner-content::after {
 position: absolute;
    content: '';
    background-image: -moz-radial-gradient(rgba(255,165,145,1) -40%,#ffa59100 65%);
    background-image: -webkit-radial-gradient(rgba(255, 165, 145, 1) -40%, #ffa59100 65%);
    background-image: -ms-radial-gradient(rgba(255,165,145,1) -40%,#ffa59100 65%);
    width: 900px;
    height: 900px;
    border-radius: 50%;
    right: -400px;
    top: 20%;
    z-index: 1;
    filter: blur(70px);
}
.banner-txt {
  width: 1100px;
  height: 500px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(#fff 70%, transparent);
  z-index: 1;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
h1 {
  font: 78px / 1.1 var(--zf-primary-bold);
  text-align: center;
}
h1 span{
  font-family: var(--zf-primary-regular);
  display: block;
}
.banner-para {
  font: 30px / 1.4 var(--zf-primary-regular);
  margin: 25px auto 0px;
  max-width: 780px;
  text-align: center;
}
.banner-animation {
  max-width: 1052px;
  position: relative;
  margin: 0 auto;
}
.wit-circl {
        width: 200px;
    height: 200px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.wit-circl::before {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(90deg, #1c32d4 0, #4bd1fd 20%, #226ae6 36%, #8779f1 52%, #e96f8c 61%, #f7955e 78%, #cf6d7c 92%, #5536ba 100%);
    border-radius: 50%;
}
.wit-circl-inner {
width: 100%;
    height: 100%;
   background: #fff;
    border-radius: 50%;
   display: block;
    position: relative;
}
.banner-gradient, .banner-logo-sec{
  position: absolute;
}
.banner-logo-sec::before{
 content:'Sales';
  position: absolute;
    top: -12px;
    line-height: 1;
    transform: translateY(-100%);
    font: 20px / 1.4 var(--zf-primary-semibold);
    z-index: 0;
}
.banner-gradient{
  left: 0px;
  top: 0px;
}
.banner-gradient.active{
  animation: radialAnime 8s linear infinite;
}
@keyframes radialAnime{
  0%{
    transform: rotateZ(0deg);
  }25%{
    transform: rotateZ(80deg);
  }50%{
    transform: rotateZ(0deg);
  }75%{
    transform: rotateZ(-80deg);
  }100%{
    transform: rotateZ(0deg);
  }
}
.banner-logo-sec{
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-logo{
  background-image: url(/sites/zweb/images/crm/images/crm-for-everyone-icons.svg);
  display: inline-block;
   background-position: -11px -12px;
    width: 58px;
    height: 37px;
    right: 0px;
    top: 0px;
}
.icons-list {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}
.icons-wrap {
  border: 1px solid #ccc;
  padding: 5px ;
  border-radius: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 83px;
  position: absolute;
  background-color: #ffffff;
  transition: width 0.5s ease;
}
.icons-wrap-1 {
  bottom: 350px;
  left: 100px;
}
.icons-wrap-2 {
  bottom: 100px;
  left: 110px;
}
.icons-wrap-3 {
  bottom: 260px;
  left: 350px;
}
.icons-wrap-4 {
  bottom: 110px;
  left: 470px;
}
.icons-wrap-5 {
  bottom: 370px;
    left: 650px;
}
.icons-wrap-6 {
  bottom: 200px;
    left: 850px;
}
.icon-img {
  display: inline-block;
  background-image: url(/sites/zweb/images/crm/images/crm-for-everyone-profile-sprite-2x.png);
  background-size: 450px auto;
  width: 71px;
  height: 70px;
}
.icon-img-1 {
  background-position: -10px -10px;
}
.icon-img-2 {
  background-position: -329px -10px;
}
.icon-img-3 {
  background-position: -89px -10px;
}
.icon-img-4 {
  background-position: -169px -10px;
}
.icon-img-5 {
  background-position: -249px -10px;
}
.icon-img-6 {
  background-position: -10px -89px;
}
.icon-txt {
  margin-left: 20px;
  display: inline-block;
  padding-right: 25px;
  display: none;
}

.sub-cnt-txt {
    max-width: 750px;
    margin: 150px auto 0px;
    justify-content: space-between;
    position: relative;
    text-align: center;
}
.sub-cnt-txt::before {
      position: absolute;
    content: '';
    background-image: -moz-radial-gradient(rgba(255,165,145,1) -10%,#ffa59100 65%);
    background-image: -webkit-radial-gradient(rgba(255, 165, 145, 1) -40%, #ffa59100 65%);
    background-image: -ms-radial-gradient(rgba(255,165,145,1) -10%,#ffa59100 65%);
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    left: -800px;
    top: 0px;
    z-index: -1;
    filter: blur(50px);
}
.sub-cnt-txt p{
  font: 24px / 1.6 var(--zf-primary-regular);
}
.sub-cnt-txt p span{
  font-family: var(--zf-primary-semibold);
  display: inline-block;
  margin-top: 30px;
}

.screens-section {
  max-width: 1250px;
  margin: 0 auto;
  padding: 140px 30px 0px;
}
.screens-section-1 {
  position: relative;
}
.screens-section-1::after {
      position: absolute;
    content: '';
    background-image: -moz-radial-gradient(rgba(40,118,255,1) -10%,#2876ff00 65%);
    background-image: -webkit-radial-gradient(rgb(182, 212, 255) -20%, #2876ff00 93%);
    background-image: -ms-radial-gradient(rgba(40,118,255,1) -10%,#2876ff00 65%);
    width: 1300px;
    height: 1300px;
    border-radius: 50%;
    top: 400px;
    right: -600px;
    z-index: -1;
    filter: blur(70px);
}
.screens-section-3 {
  position: relative;
}
.screens-section-3::after {
  position: absolute;
    content: '';
    background-image: -moz-radial-gradient(rgba(255,165,145,1) -10%,#ffa59100 65%);
    background-image: -webkit-radial-gradient(rgba(255, 165, 145, 1) -40%, #ffa59100 65%);
    background-image: -ms-radial-gradient(rgba(255,165,145,1) -10%,#ffa59100 65%);
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    top: 200px;
    right: -200px;
    z-index: -1;
    filter: blur(70px);
}
.screens-section-5 {
  position: relative;
}
.screens-section-5::after {
  position: absolute;
    content: '';
    background-image: -moz-radial-gradient(rgba(40,118,255,1) -10%,#2876ff00 65%);
    background-image: -webkit-radial-gradient(rgba(40, 118, 255, 1) -10%, #2876ff00 65%);
    background-image: -ms-radial-gradient(rgba(40,118,255,1) -10%,#2876ff00 65%);
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    top: 600px;
    right: -600px;
    z-index: -1;
}
h2{
  font: 56px / 1.2 var(--zf-primary-semibold);
}
.screens-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.screens-left {
  width: 35%;
  background: #0067ff;
  color: #fff;
  padding: 80px 30px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.screens-section-4 .screens-left {
    padding: 30px;
    padding-left: 0px;
}
.list-box{
  background: unset;
  color: #000;
}
.list-box ul {
  margin-top: 25px;
}
.list-box ul li {
  font: 22px / 1.4 var(--zf-primary-regular);
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.list-box ul li::before {
  content: '';
  background: url(/sites/zweb/images/crm/images/crm-for-everyone-icons.svg);
  position: absolute;
  background-position: -12px -63px;
  width: 17px;
  height: 17px;
  left: 0px;
  top: 5px;
}
.blk-box {
  background: #2b2e3d;
}
.screens-box {
  width: 63%;
  background: #d3deef;
    display: flex;
    padding: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    position: relative;
}
.screens-section-1 .screens-box,.screens-section-2 .screens-box{
  padding: 30px 0px 0px 30px;
  overflow: hidden;
  align-items: flex-end;
}
.screens-section-3 .screens-box{
  padding: 30px 30px 0px 30px;
  overflow: hidden;
  align-items: flex-end;
}
.screens-section-1 .screens-box img,.screens-section-2 .screens-box img{
  position: relative;
  border-radius: 15px 0px 0px;
  z-index: 1;
  display: block;
}
.screens-section-3 .screens-box img{
  position: relative;
  border-radius: 15px 15px 0px 0px;
  z-index: 1;
}
.screens-section-4 .screens-box img{
  position: relative;
  border-radius: 12px;
  z-index: 1;
}
.screens-section-1 .screens-box::before{
  position: absolute;
    content: '';
    background-image: -moz-radial-gradient(rgba(255,165,145,1) -10%,#ffa59100 65%);
    background-image: -webkit-radial-gradient(rgba(255, 165, 145, 1) -10%, #ffa59100 65%);
    background-image: -ms-radial-gradient(rgba(255,165,145,1) -10%,#ffa59100 65%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    top: -25px;
    left: -120px;
    z-index: 0;
}
.screens-section-2 .screens-box::before{
  position: absolute;
    content: '';
    background-image: -moz-radial-gradient(rgba(255,165,145,1) -10%,#ffa59100 65%);
    background-image: -webkit-radial-gradient(rgba(255, 165, 145, 1) -10%, #ffa59100 65%);
    background-image: -ms-radial-gradient(rgba(255,165,145,1) -10%,#ffa59100 65%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    top: -150px;
    left: 350px;
    z-index: 0;
}
.screens-section-2 .screens-box::after{
  position: absolute;
    content: '';
    background-image: -moz-radial-gradient(rgba(40,118,255,1) -10%,#2876ff00 65%);
    background-image: -webkit-radial-gradient(rgba(40, 118, 255, 1) -10%, #2876ff00 65%);
    background-image: -ms-radial-gradient(rgba(40,118,255,1) -10%,#2876ff00 65%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    top: -150px;
    left: -120px;
    z-index: 0;
}
.screens-section-3 .screens-box::before{
  position: absolute;
    content: '';
    background-image: -moz-radial-gradient(rgba(255,165,145,1) -10%,#ffa59100 65%);
    background-image: -webkit-radial-gradient(rgba(255, 165, 145, 1) -10%, #ffa59100 65%);
    background-image: -ms-radial-gradient(rgba(255,165,145,1) -10%,#ffa59100 65%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    top: -125px;
    left: -120px;
    z-index: 0;
}
.screens-section-4 .screens-box::before{
  position: absolute;
    content: '';
    background-image: -moz-radial-gradient(rgba(255,165,145,1) -10%,#ffa59100 65%);
    background-image: -webkit-radial-gradient(rgba(255, 165, 145, 1) -10%, #ffa59100 65%);
    background-image: -ms-radial-gradient(rgba(255,165,145,1) -10%,#ffa59100 65%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    top: -125px;
    left: -120px;
    z-index: 0;
}
h3{
  font: 36px / 1.2 var(--zf-secondary-medium);
}
.screens-left p{
  font: 20px / 1.5 var(--zf-primary-regular);
  padding-top: 20px;
}
.screens-icon {
  background-image: url(/sites/zweb/images/crm/images/crm-for-everyone-icons.svg);
  position: absolute;
  display: inline-block;
}
.screens-icon-1 {
  background-position: -79px -10px;
    width: 82px;
    height: 76px;
    right: 0px;
    top: 0px;
}
.screens-icon-2 {
  background-position: -178px -14px;
    width: 88px;
    height: 57px;
    right: 0px;
    top: 0px;
}
.screens-icon-3 {
  background-position: -287px -12px;
  width: 130px;
	height: 72px;
    right: 0px;
    top: 0px;
}
.ai-section {
  padding: 140px 30px 0px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.ai-section {
  padding: 140px 30px 0px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.mob-show {
  display: none;
}
.ai-screens {
   margin-top: 20px;
}
.ai-screens-cont {
   display: none;
}
.ai-screens-cont.active {
   display: block;
}
.ai-screens-cont img, .ai-screens-cont video {
    margin: 0 auto;
}
.ai-screens-cont p {
    font: 22px / 1.4 var(--zf-primary-regular);
    max-width: 900px;
    margin: 0 auto 35px;
}
.reasons-section {
  margin: 140px 0px 0px;
  background-color: #2b2e3d;
  position: relative;
}
.reasons-wrap {
  max-width: 1190px;
  margin: 0 auto;
  padding: 140px 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reasons-left {
  width: 40%;
}
.reasons-box {
  width: 50%;
}
.reasons-left p{
  font: 20px / 1.5 var(--zf-primary-regular);
  max-width: 248px;
  padding-top: 15px;
}
.reasons-box li {
  font: 20px / 1.5 var(--zf-primary-regular);
  padding-bottom: 40px;
  position: relative;
  padding-left: 30px;
}
.reasons-box li:last-child {
  padding-bottom: 0px;
}
.reasons-box li::before {
  content: '';
  background: url(/sites/zweb/images/crm/images/crm-for-everyone-icons.svg);
  position: absolute;
  background-position: -11px -101px;
  width: 41px;
    height: 41px;
    left: -30px;
    top: -5px;
}
.reasons-box li.reasons-2::before {
  background-position: -61px -101px;
}
.reasons-box li.reasons-3::before {
  background-position: -111px -101px;
}
.reasons-box li.reasons-4::before {
  background-position: -161px -101px;
}

.teams-section {
  padding: 140px 0px 0px;
  text-align: center;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.circle-anime-image {
    background-size: 750px auto;
    width: 700px;
    height: 700px;
    position: absolute;
    background-image: url(/sites/zweb/images/crm/images/crm-for-everyone-banner-circles.svg), linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
    background-blend-mode: saturation;
    background-size: cover;
    background-position: bottom right;
    left: -500px;
    top: 100px;
    z-index: -2;
}
.circle-anime-image::after {
  position: absolute;
  content: '';
  width: 500px;
    height: 500px;
    border-radius: 50%;
    bottom: -100px;
    left: 300px;
    z-index: -1;
    background: #fff;
    filter: blur(94px);
}
.circle-anime-image::before {
      position: absolute;
    content: '';
    background-image: -moz-radial-gradient(rgba(40,118,255,1) -10%,#2876ff00 65%);
    background-image: -webkit-radial-gradient(rgba(40, 118, 255, 1) -40%, #2876ff00 65%);
    background-image: -ms-radial-gradient(rgba(40,118,255,1) -10%,#2876ff00 65%);
    width: 800px;
    height: 800px;
    border-radius: 50%;
    top: -250px;
    left: 75px;
    z-index: -1;
    filter: blur(50px);
}
.teams-section::after {
  content: '';
    width: 1200px;
    height: 1200px;
    position: absolute;
    background-image: -moz-radial-gradient(rgba(255,165,145,1) -10%,#ffa59100 65%);
    background-image: -webkit-radial-gradient(rgba(255, 165, 145, 1) -40%, #ffa59100 65%);
    background-image: -ms-radial-gradient(rgba(255,165,145,1) -10%,#ffa59100 65%);
    left: 60%;
    top: 100px;
    z-index: -2;
    transform: translateX(-50%);
    filter: blur(70px);
}
.para-txt-1 {
  font: 36px / 1.4 var(--zf-primary-semibold);
  padding: 10px 0px 10px;
}
.para-txt-2 {
  font: 24px / 1.6 var(--zf-primary-regular);
  max-width: 940px;
  margin: 0 auto;
}
.tab-box,.ai-box {
  display: flex;
    width: max-content;
    margin: 25px auto 0px;
    gap: 30px;
}
.tab-box {
    margin: 50px auto 0px;
}
.tab-box li,.ai-box li{
  padding: 5px 20px;
  border: 1px solid #000;
  border-radius: 30px;
  cursor: pointer;
}
.tab-box li.active, .ai-box li.active{
  color: #fff;
  background-color: #0067ff;
  border: 1px solid #0067ff;
  cursor: default;
}
.others-screens {
  display: flex;
  max-width: 1400px;
  justify-content: space-between;
  margin: 40px auto 0px;
}
.others-left {
  width: 38%;
    display: flex;
    justify-content: flex-end;
}
.others-left-cont {
  display: none;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  height: 100%;
  max-width: 550px;
  padding: 35px 60px 35px 0px;
  background: linear-gradient(to left, #fff 70%, transparent);
  border-radius: 15px;
}
.others-left-cont ul{
  margin-top: 30px;
}
.others-left-cont ul li{
  font: 22px / 1.4 var(--zf-primary-regular);
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.others-left-cont ul li:last-child{
  margin-bottom: 0px;
}
.others-left-cont ul li::before {
  content: '';
  background: url(/sites/zweb/images/crm/images/crm-for-everyone-icons.svg);
  position: absolute;
  background-position: -12px -63px;
  width: 17px;
  height: 17px;
  left: 0px;
  top: 5px;
}
.others-left-cont.active {
  display: flex;
}
.read-more-lnk {
    color: #0067ff;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font: 18px var(--zf-primary-semibold);
    margin-top: 20px;
   width: 100%;
}
.read-more-lnk span {
    background: url(/sites/zweb/images/crm/features-hub-sprite.svg);
    background-position: -25px -28px;
    width: 14px;
    height: 11px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    transition: all ease .35s;
}
.read-more-lnk:hover span {
  transform: translateX(4px);
  -webkit-transform: translateX(4px)
}
.others-right {
  width: 60%;
  min-width: 850px;
  height: 488px;
}
.others-right img{
  display: none;
  border-radius: 15px;
  width: 850px;
  max-width: unset;
}
.others-right img.active {
  display: block;
}
.else-section {
  padding: 140px 30px;
   overflow: hidden;
}
.else-section-wrap {
  max-width: 1300px;
  margin: 0 auto;
 background-image: url(/sites/zweb/images/crm/images/crm-for-everyone-footer-bg-2x.jpg);
  background-color: #0768fb;
  background-size: cover;
  border-radius: 30px;
  padding: 120px;
  color: #fff;
  text-align: center;
  position: relative;
}
.else-section-wrap::before{
        content: '';
    width: 800px;
    height: 800px;
    position: absolute;
    background-image: -moz-radial-gradient(rgba(255,165,145,1) -10%,#ffa59100 65%);
    background-image: -webkit-radial-gradient(rgba(255, 165, 145, 1) -40%, #ffa59100 65%);
    background-image: -ms-radial-gradient(rgba(255,165,145,1) -10%,#ffa59100 65%);
    left: -100px;
    top: 100px;
    z-index: -2;
    transform: translateX(-50%);
    filter: blur(70px);
}
.else-section-wrap p {
  font: 24px / 1.5 var(--zf-primary-regular);
  padding-top: 20px;
  padding-bottom: 30px;
  max-width: 1000px;
    margin: 0 auto;
}
.else-section-wrap p span {
  font-family: var(--zf-primary-bold);
}
.footer-btn {
   font: 20px var(--zf-primary-medium);
    padding: 10px 35px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    position: relative;
    transition: all ease .32s;
    border: 0;
    margin: 10px 0;
    text-transform: uppercase;
    z-index: 1;
    background: #f0483e;
    border-radius: 35px;
}
.anim-ele {
  opacity: 0;
  transform: translateY(20px);
}
.anim-init, .anim-init1 {
  transition: .7s opacity cubic-bezier(.25, .46, .45, .94), 1s transform cubic-bezier(.25, .46, .45, .94)
}

@media only screen and (max-height: 950px) and (min-width: 1150px){
.banner-logo-sec::before{
    top: -7px;
}
	h1 span {
    font-size: 48px;
}
.banner-txt {
    height: 400px;
}
.wit-circl {
    width: 161px;
    height: 161px;
}
.banner-logo-sec {
    width: 70px;
    height: 70px;
}
.banner-animation {
    max-width: 850px;
}
.icons-wrap-1 {
   bottom: 280px;
    left: 0px;
}
.icons-wrap-2 {
    bottom: 120px;
    left: 80px;
}
.icons-wrap-3 {
       bottom: 230px;
    left: 300px;
}
.icons-wrap-4 {
        bottom: 100px;
    left: 400px;
}
.icons-wrap-5 {
    bottom: 280px;
    left: 600px;
}
.icons-wrap-6 {
        bottom: 170px;
    left: 700px;
}
}

@media only screen and (max-width:1400px) {
.others-right img{
  border-radius: 20px 0px 0px 20px;
}
.others-right {
    width: 51%;
    height: 488px;
    min-width: unset;
}
.others-left {
    width: 47%;
}
.others-left-cont {
    padding: 50px 30px;
}
}


@media only screen and (max-width:1150px) {
.wit-circl {
    width: 170px;
    height: 170px;
}
.banner-logo-sec {
    width: 70px;
    height: 70px;
}
.banner-logo-sec::before{
    top: -7px;
}
h1 {
    font: 64px / 1.1 var(--zf-primary-bold);
    text-align: center;
}
.banner-txt {
    height: 420px;
}
.banner-para {
  font: 24px / 1.4 var(--zf-primary-regular);
  max-width: 700px;
}
.banner-content::before {
    left: -800px;
}
.screens-wrap {
        display: block;
        margin-top: 20px;
}
.screens-left {
  width: 100%;
  padding: 0px;
  background: unset;
  color: #000;
}
.screens-icon {
    position: static;
}
.screens-icon-1 {
    background-position: -212px -102px;
    width: 51px;
    height: 50px;
}
.screens-icon-2 {
    background-position: -272px -102px;
    width: 51px;
    height: 50px;
}
.screens-icon-3 {
    background-position: -331px -102px;
    width: 51px;
    height: 50px;
}
.blk-box {
    background: unset;
}
.screens-box {
  width: 100%;
  margin-top: 0px;
      background: unset;
 display: block !important;
     overflow: unset !important;
  padding: 30px 0px 0px !important;
}
.screens-box img{
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.1);
  display: inline-block !important;
}
.screens-section-1 .screens-box::before, .screens-section-2 .screens-box::before, .screens-section-2 .screens-box::after, .screens-section-3 .screens-box::before, .screens-section-4 .screens-box::before {
    display: none;
}
.screens-section-1 .screens-box img, .screens-section-2 .screens-box img {
    border-radius: 15px;
}
.banner-content::after {
    right: -600px;
}
.sub-cnt-txt {
    max-width: 700px;
}
.sub-cnt-txt p span {
    margin-top: 0px;
}
.main-con {
  overflow: hidden;
}
.banner-animation {
  max-width: 900px;
}
.icons-wrap-1 {
  bottom: 300px;
  left: 0px;
}
.icons-wrap-2 {
  left: 50px;
}
.icons-wrap-3 {
  bottom: 200px;
  left: 300px;
}
.icons-wrap-4 {
  bottom: 50px;
  left: 400px;
}
.icons-wrap-5 {
  bottom: 300px;
  left: 580px;
}
.icons-wrap-6 {
  bottom: 150px;
  left: 700px;
}
.sub-cnt-txt {
  display: block;
  margin: 100px auto 0px;
}
.sub-cnt-txt p {
  font: 20px / 1.6 var(--zf-primary-regular);
  padding: 0px 30px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.sub-cnt-txt p:first-child {
  padding-bottom: 30px;
}
.screens-section {
  padding: 100px 30px 0px;
  max-width: 750px;
}
.ai-section {
        padding: 100px 30px 0;
        max-width: 750px;
}
h2 {
  font: 48px / 1.2 var(--zf-primary-semibold);
}
.screens-section-1::after {
    right: -1100px;
}
.screens-section-3 .screens-box img {
    border-radius: 10px;
}
.screens-section-3::after {
    right: -900px;
   top: -500px;
}
.screens-section-4 {
    position: relative;
}
.screens-section-4::before {
    position: absolute;
    content: '';
    background-image: -moz-radial-gradient(rgba(40,118,255,1) -10%,#2876ff00 65%);
    background-image: -webkit-radial-gradient(#b6d4ff -20%, #2876ff00 93%);
    background-image: -ms-radial-gradient(rgba(40,118,255,1) -10%,#2876ff00 65%);
    width: 1300px;
    height: 1300px;
    border-radius: 50%;
    top: 400px;
    left: -800px;
    z-index: -1;
    filter: blur(70px);
}
h3 {
  font: 30px / 1.2 var(--zf-secondary-medium);
}
.ai-screens-cont p {
    font: 20px / 1.4 var(--zf-primary-regular);
    max-width: 900px;
    margin: 0 auto 35px;
}
.reasons-section {
    margin: 100px 0 0;
}
.reasons-wrap {
        padding: 100px 30px;
        display: block;
        max-width: 690px;
        margin: 0 auto;
    }
.reasons-box li {
        padding-bottom: 30px;
    }
.teams-section::after {
    left: 120%;
}
.circle-anime-image::before{
  display: none;
}
.reasons-left {
  width: 100%;
}
.tab-hide{
  display: none;
}
.reasons-left p {
  font: 20px / 1.5 var(--zf-primary-regular);
  max-width: 100%;
}
.reasons-box {
  width: 100%;
  margin-top: 30px;
}
.reasons-box li {
  font: 20px / 1.5 var(--zf-primary-regular);
  padding-bottom: 40px;
  position: relative;
  padding-left: 50px;
}
.reasons-box li::before {
  left: 0px;
}
.para-txt-1 {
  font: 30px / 1.4 var(--zf-primary-semibold);
  padding: 20px 0px 0px;
}
img, video {
    border-radius: 10px;
}
.para-txt-2 {
  font: 20px / 1.6 var(--zf-primary-regular);
  max-width: 900px;
  margin: 0 auto;
}
.teams-section {
    padding: 100px 0 0;
}
.others-screens {
  display: block;
}
.others-left {
  width: 100%;
  display: block;
}
.others-left-cont {
  max-width: 800px;
  padding: 0px 60px 60px;
  background: unset;
  border-radius: 0px;
  margin: 0 auto;
}
.others-left-cont.active {
  display: block;
}
.others-right {
  width: max-content;
  height: auto;
  margin: 0 auto;
}
.others-right img {
  border-radius: 10px;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.1);
}
.else-section {
  padding: 120px 0px 0px;
}
.else-section-wrap {
  border-radius: 0px;
  padding: 100px 50px;
}
.else-section-wrap p {
  font: 20px / 1.5 var(--zf-primary-regular);
}
.others-left-cont ul li {
  font: 20px / 1.4 var(--zf-primary-regular);
}
}


@media only screen and (max-width:992px) {
.menu li a {
    font-size: 14px;
}
.wit-circl {
    width: 132px;
    height: 132px;
}
.banner-logo-sec {
    width: 50px;
    height: 50px;
}
.banner-logo {
        width: 26px;
        height: 16px;
        background-position: -40px -65px;
}
.banner-logo-sec::before {
    font: 18px / 1.4 var(--zf-primary-semibold);
}
.icons-wrap {
    width: 76px;
}
.icon-img {
    display: inline-block;
    background-size: 400px auto;
    width: 64px;
    height: 64px;
}
.icon-txt {
    margin-left: 10px;
    padding-right: 10px;
}
.icon-img-1 {
    background-position: -8px -8px;
}
.icon-img-4 {
    background-position: -150px -8px;
}
.icon-img-2 {
    background-position: -293px -8px;
}
.icon-img-5 {
    background-position: -222px -8px;
}
.icon-img-3 {
    background-position: -79px -8px;
}
.icon-img-6 {
    background-position: -8px -79px;
}
    .icons-wrap-1 {
        bottom: 200px;
        left: -20px;
    }
.icons-wrap-2 {
    bottom: 50px;
}
.icons-wrap-3 {
        bottom: 180px;
        left: 270px;
    }
.icons-wrap-4 {
        bottom: 15px;
        left: 300px;
    }
    .icons-wrap-5 {
        bottom: 200px;
        left: 480px;
    }
.icons-wrap-6 {
        bottom: 80px;
        left: 550px;
    }
  .banner-txt {
    height: 300px;
}
.banner-content::before {
  z-index: -1;
}
  h1 {
    font: 52px / 1.2 var(--zf-primary-bold);
    text-align: center;
}
.banner-animation {
  max-width: 700px;
}
.sub-cnt-txt {
  margin: 70px auto 0px;
}
.sub-cnt-txt p {
  max-width: 700px;
}
.reasons-section {
  margin: 100px 0px 0px;
  background-color: #2b2e3d;
  position: relative;
}
.reasons-wrap {
  display: block;
}
.ai-section {
    padding: 100px 30px 0;
}
.teams-section {
  padding: 100px 30px 0px;
}
.tab-box, .ai-box {
  gap: 15px;
}
.tab-box li, .ai-box li {
  padding: 5px 12px;
  font: 18px / 1 var(--zf-primary-regular);
}
.others-screens {
  margin: 40px auto 0px;
}
h3 {
  font: 28px / 1.2 var(--zf-primary-semibold);
}
.others-right {
  width: 100%;
}
.others-right img {
  width: 100%;
}
.else-section {
  padding: 100px 0px 0px;
}
}

@media only screen and (max-width:767px) {
.banner-logo-sec::before {
    font: 14px / 1.4 var(--zf-primary-semibold);
        top: 0px;
}
.ai-section {
    padding: 70px 30px 0;
    text-align: left;
}
.icons-list {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 360px;
    height: 200px;
    margin: 0 auto;
}
.ai-section .para-txt-1 {
        font: 18px / 1.4 var(--zf-primary-bold);
        padding: 15px 0 0px;
}
.wit-circl {
    width: 82px;
    height: 82px;
}
.mob-show {
    display: block;
    margin-bottom: 10px;
}
img, video {
        border-radius: 5px;
}
.screens-section-4 .screens-box img {
    border-radius: 5px;
}
.list-box ul {
    margin-top: 15px;
}
.screens-icon-4{
  display: none;
}
.list-box ul li {
    font: 18px / 1.5 var(--zf-primary-regular);
}
.screens-section-1 .screens-box img, .screens-section-2 .screens-box img {
        border-radius: 5px;
    }
    .screens-section-3 .screens-box img {
        border-radius: 5px;
    }
.ai-screens {
    margin-top: 30px;
}
.ai-screens-cont {
    display: block;
}
#zia-content{
    margin-bottom: 40px;
}
.ai-screens-cont p {
    margin-bottom: 20px;
    font: 18px / 1.6 var(--zf-primary-regular);
}
.menu-list li {
   display: none;
   padding: 0 0px;
}
.menu-list li:last-child {
   display: block;
}
.crm-logo {
    display: block;
    width: 110px;
}
.crm-logo img{
    display: block;
}
  .banner-txt {
    height: 400px;
   top: -200px;
}
.icon-txt {
        margin-left: 5px;
        padding-right: 5px;
        font-size: 11px;
    }
.icons-wrap {
    padding: 2px;
   width: 38px;
}
.icon-img {
        background-size: 200px auto;
        width: 32px;
        height: 32px;
    }
    .icon-img-1 {
        background-position: -4px -4px;
    }
.icon-img-2 {
        background-position: -146px -4px;
    }
    .icon-img-3 {
        background-position: -39px -4px;
    }
    .icon-img-4 {
        background-position: -75px -4px;
    }
.icon-img-5 {
        background-position: -111px -4px;
    }
.icon-img-6 {
        background-position: -4px -40px;
    }
    .icons-wrap-1 {
        bottom: 120px;
        left: 0px;
    }
    .icons-wrap-2 {
        bottom: 35px;
                left: 10px;
    }
.icons-wrap-3 {
        bottom: 80px;
        left: 155px;
    }
    .icons-wrap-4 {
        bottom: 15px;
        left: 170px;
    }
    .icons-wrap-5 {
        bottom: 150px;
        left: 250px;
    }
.icons-wrap-6 {
        bottom: 80px;
        left: 260px;
    }
.screens-icon {
    background-image: url(/sites/zweb/images/crm/images/crm-for-everyone-icons.svg);
    position: relative;
}
.screens-section-1 .screens-box, .screens-section-2 .screens-box, .screens-section-3 .screens-box {
    padding: 0px;
}
.screens-section-1 .screens-box img, .screens-section-2 .screens-box img {
    border-radius: 10px;
}
.screens-section .screens-box::before, .screens-section .screens-box::after{
  display: none !important;
}

.banner-circle {
        transform: scale(1.05);
}
.banner-content::before {
    width: 700px;
    height: 700px;
    left: -550px;
    z-index: 2;
    top: -300px;
}
.banner-content::after {
    width: 600px;
    height: 600px;
    right: -450px;
    top: -100px;
    z-index: 1;
}
  h1 {
    font: 46px / 1.2 var(--zf-primary-bold);
        text-align: center;
        width: 320px;
        margin: 0 auto;
    }
    .banner-para {
      font: 18px / 1.4 var(--zf-primary-regular);
      max-width: 320px;
   margin: 15px auto 0;
  }
.banner-animation {
  max-width: 700px;
  margin: 170px auto 0px;
}
.banner-logo-sec {
    width: 35px;
    height: 35px;
}
.sub-cnt-txt p {
  font: 18px / 1.6 var(--zf-primary-regular);
}
.sub-cnt-txt p:first-child {
  padding-bottom: 0px;
}
.sub-cnt-txt p span {
  margin-top: 20px;
}
h2 {
  font: 32px / 1.2 var(--zf-primary-semibold);
}
.screens-section {
  padding: 70px 30px 0px;
}
h3 {
  font: 22px / 1.2 var(--zf-primary-semibold);
}
.screens-left {
  width: 100%;
  border-radius: 0px;
  padding: 0px 0px 0px;
  background: unset;
  color: #000;
}
.screens-box {
        padding: 20px 0 0 !important;
    }
.screens-left p {
  font: 18px / 1.5 var(--zf-primary-regular);
  padding-top: 15px;
}
.screens-box {
  width: 100%;
  margin-top: 0px;
  background: unset;
  padding: 0;
  border-radius: 0px;
}
.screens-box img{
  border-radius: 15px;
}
.reasons-section {
  margin: 70px 0px 0px;
}
.reasons-wrap {
  padding: 70px 30px;
  display: block;
}
.reasons-left p {
  font: 18px / 1.5 var(--zf-primary-regular);
}
.reasons-box li {
  font: 18px / 1.5 var(--zf-primary-regular);
  padding-bottom: 25px;
  position: relative;
  padding-left: 50px;
}
.teams-section {
  padding: 70px 30px 0px;
}
.para-txt-1 {
  font: 18px / 1.4 var(--zf-primary-bold);
  padding: 10px 0px 10px;
}
.para-txt-2 {
  font: 18px / 1.6 var(--zf-primary-regular);
}
.others-left-cont {
  padding: 0px 0px 60px;
}
.gd-qus {
  width: 100%;
  border: 1px solid #000;
  border-radius: 30px;
  text-align: left;
  padding: 5px 25px;
  font: 20px / 1.6 var(--zf-primary-regular);
  margin-bottom: 10px;
  position: relative;
}
.gd-qus::after {
        content: "";
        width: 17px;
	height: 9px;
        background: url(/sites/zweb/images/crm/images/crm-for-everyone-icons.svg);
    position: absolute;
    background-position: -391px -121px;
        position: absolute;
        right: 15px;
        top: 16px;
        z-index: 0;
    }
.gd-qus.active {
  color: #fff;
  background-color: #0072ff;
  border: 1px solid #0072ff;
}
.gd-qus.active::after {
    background-position: -391px -102px;
    width: 17px;
	height: 10px;
}
.others-left-cont {
  padding: 15px 10px 40px;
}
.ga-fq-cont:last-child .others-left-cont {
  padding-bottom: 0px;
}
.else-section {
  padding: 70px 0px 0px;
}
.else-section-wrap {
  border-radius: 0px;
  padding: 70px 30px;
}
.else-section-wrap p {
        font: 18px / 1.5 var(--zf-primary-regular);
        padding-bottom: 0px;
    }
}</pre></body></html>