<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*animation css start  */
@-webkit-keyframes updown {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }

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

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

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

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

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}
@-webkit-keyframes leftright {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }

  50% {
      -webkit-transform: translateX(20px);
      transform: translateX(20px)
  }

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

@keyframes leftright {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }

  50% {
      -webkit-transform: translateX(20px);
      transform: translateX(20px)
  }

  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }
}
/*  */
/* .act-btn.cta-btn{
  visibility: visible;
  opacity: 1;
} */
h1,h2,h3{
  font-family: var(--zf-primary-regular);
}
a {
  display: inline-block;
}
p,.zt_banner p,
.zt-banner p{
  font-size: 21px;
  letter-spacing: -0.18px;
  line-height: 1.7;
}
p{
  font-size: 18px;
}
img{
  display: block;
}
h1,h2{
  font-size: 46px;
  letter-spacing: -1.7px;
  line-height: 1.1;
}
h3{
  font-size: 42px;
  letter-spacing: -1.5px;
}
.ztbg-btn{
  padding: 12px 30px;
}
p{
  color: #333;
}
section .content-wrap{
  padding: 90px 0;
}
/*  */
 .banner,
 .zw-product-header {
  background-color:#F3F7FF;
}
.highlight-text{
  font-family: var(--zf-sticky-secondary-medium);
}
 .banner .content-wrap{
  text-align: center;
  padding-bottom: 0;
  padding-top: 40px;
}
 .banner h1{
max-width: 60%;
margin: 0 auto 15px;
}
.banner .zt-img-prt{
  margin-top: 50px;
}
/* banner end */
/* testimonial section start */
.testimonial{
  text-align: center;
  background-color: #F3F7FF;
}
/* .testimonial .content-wrap{
  padding-bottom: 0;
} */
.double-quotes{
  margin: 40px 0 20px;
  width: 40px;
}
.testimonial p{
  margin-bottom: 15px;
}
.test-dis{
  font-family: var(--zf-splfontserif-light);
  font-size: 22px;
  font-weight: 300;
  color: #000;
}
.testimonial-first-child{
  max-width: 700px;
  margin: 0 auto;
}
.testimonial-author{
  margin-top: 50px;
}
.testimonial-author p{
  margin-bottom: 0;
  font-size: 20px;
  font-family: var(--zf-sticky-secondary-medium);
}
.testimonial-author-img{
  margin: 0 auto 20px;
  width: 100px;
  position: relative;
  height: 100px;
  display: block;
  border-radius: 50%;
  background-image: url(/sites/zweb/images/tables/zt-solution-hr-eduardo-beracasa.png);
  background-color: #3B867A;
  background-position: 0 10px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.testimonial-author-img span{
  font-size: 18px;
}
/* testimonial section end */

/* build-dream-team start */
.build-dream-team {
  border-radius: 50px;
  background: #CCE2E2;
  max-width: 1440px;
  width: 100%;
  position: sticky;
  top: 100px;
  will-change: transform;
  transform-style: preserve-3d;
  transition: transform 0.3s linear;
  margin: 0 auto 30px;
}
.build-dream-team .inner-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 100px 0;
  margin: 0 auto 0px;
  width: 88%;
  min-height: 680px;
  max-height: 680px;
  gap: 50px;
}
.build-dream-team:last-child{
  margin-bottom: 0;
}

.build-dream-team.sticky-first{
  background-color: #CCE2E2;
  }
.build-dream-team.sticky-second{
background-color: #ECECEC;
}
.build-dream-team.sticky-third{
  background-color: #F5E2E1;
}
.build-dream-team.sticky-fourth{
  background-color: #D3E1F5;
}
.build-dream-team.sticky-five{
  background-color: #DED9FA;
}
.scrollscreen-firstnav,
.scrollscreen-secondnav,
.scrollscreen-fourthnav,
.scrollscreen-fifthnav,
.scrollscreen-secondnav-subImg1,
.scrollscreen-fourthnav-subImg1,
  .scrollscreen-fifthnav-subImg1{
  transform: translateY(40px);
}
.scrollscreen-thirdnav{
  transform: translateX(-40px);
}
.active .scrollscreen-firstnav,
.active .scrollscreen-secondnav,
.active .scrollscreen-thirdnav,
.active .scrollscreen-fourthnav,
.active .scrollscreen-fifthnav,
.active .scrollscreen-secondnav-subImg1,
.active .scrollscreen-fourthnav-subImg1,
.active .scrollscreen-fifthnav-subImg1{
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: .5s;
}
.active .scrollscreen-secondnav-subImg1,
.active .scrollscreen-fourthnav-subImg1,
  .active .scrollscreen-fifthnav-subImg1{
  transition-delay: .8s;
}
.scrollscreen-thirdnav{
  max-width: 350px;
}
.scrollscreen-secondnav{
  max-width: 400px;
  top: 30px;
  position: relative;
  right: 70px;
}
.sticky-second .innr-rht,
.sticky-third .innr-rht{
  display: flex;
  justify-content: flex-end;
}
.sticky-third .innr-rht{
  justify-content: center;
}
.subImg1{
  position: absolute;
  top: 0;
  left: 0;
}
.sticky-second .subImg1{
  top: -20px;
  left: auto;
  right: 0px;
  max-width: 200px;
}
.sticky-fourth .subImg1{
  top: -105px;
  left: -40px;
  max-width: 200px;
}
.sticky-five .subImg1{
  top: 100px;
  left: auto;
  max-width: 240px;
  right: -50px;
}

.screen-anim{
position: relative;
}
.scroll-wrap{
  width: 100%;
}
.screen-anim h3{
  font-size: 45px;
  letter-spacing: -2px;
}
.screen-anim .content-wrap{
  max-width: 1350px;
  padding:90px 0 0 0;
  overflow: visible;
}
.screen-anim .inner-wrap-out{
  display: flex;
  position: relative;
  width: 100%;
  gap: 20px;
}
.number{
  position: relative;
}
.number ul{
  position: sticky;
  top:300px;
  z-index: 1;
}

.number ul li{
  font-size: 16px;
  margin-bottom: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #333;
  font-family: var(--zf-sticky-secondary-medium);
}
.number ul li.active{
  background-color: #000;
  color: #fff;
}
.number ul li:last-child{
  margin-bottom: 0;
}
.content-wrap {
  position: relative;
  max-width: 1350px;
}
.build-dream-team .innr-lft,
.build-dream-team .innr-rht{
  width: 50%;
  position: relative;
}
.build-dream-team .innr-lft{
  width: 100%;
  max-width: 480px;
}
.build-dream-team .innr-rht{
  max-width: 550px;
}
.build-dream-team ul {
  padding-right: 50px;
}
.build-dream-team ul li{
  margin-bottom: 30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}
.build-dream-team ul li.active{
  background-color: #B2CDCD;
}
/* build-dream-team end */
/* template sec start */
.templates .ctn-wrap{
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
.templates .ztbg-btn{
  margin-top: 40px;
}
.templates .content-wrap{
  max-width: 1100px;
  text-align: center;
}
.temp-svg-img{
  max-width: 100px;
}
.temp-inner{
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
ul.temp-inner li{
  position: relative;
  width: 24%;
  border-radius: 5px;
  border: 1px solid #E1DFDF;
  background: #FCFCFC;
  max-width: 325px;
  transition: all .5s ease-in-out;
}
ul.temp-inner li a{
  padding: 10px;
}
/*  */
ul.temp-inner li .img-inner-wrap{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
.top-right-arrow {
  content: "";
  width: 18%;
  height: 22%;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #010101;
  transition: all .5s ease-in-out;
}
ul.temp-inner li:hover .top-right-arrow {
  background-color: #000;
  transition: all .5s ease-in-out
}

ul.temp-inner li:hover .top-right-arrow:before {
  filter: invert(1)
}
ul.temp-inner li:hover {
  box-shadow: 0 20px 60px #4D4D4D1F;
  transform: translateY(-15px);
  transition: all .5s ease-in-out
}
.top-right-arrow:before {
  content: "";
  background: url(/sites/zweb/images/tables/templates/zt-template-arrow.svg) no-repeat;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 9px;
  height: 12px;
  left: 2px;
  position: relative;
  top: 2px
}
/*  */
ul.temp-inner li p{
  padding: 20px 0;
  text-transform: capitalize;
  color: #000;
  line-height: 1.3;
}
.temp-svg-img{
  position: absolute;
  max-width: 23%;
  left: auto;
  top: auto;
  bottom: -25px;
  right: -2px;
}
/* template sec end */
/* together-tables start */
.together-tables{
  position: relative;
}
.together-tables::before{
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F3F7FF;
}
.bg-img{
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}
.people .bg-img{
  background-image: url(/sites/zweb/images/producticon/people.svg);
  background-size: 40px auto;
  background-position: center;
}
.people .bg-img,
.ms365 .bg-img,
.recruit .bg-img{
  width: 60px;
  height: 60px;
}

.google .bg-img{
  background-image: url(/sites/zweb/images/otherbrandlogos/google.svg);
  background-size: 50px auto;
}
.ms365 .bg-img{
  background-image: url(/sites/zweb/images/otherbrandlogos/microsoft-365.svg);
  background-size: 45px auto;
  background-position: center;
}
.recruit .bg-img{
  background-image: url(/sites/zweb/images/producticon/recruit.svg);
  background-size: 45px auto;
  background-position: center;
}
.tables .bg-img{
  background-image: url(/sites/zweb/images/producticon/tables.svg);
  background-size: 100px auto;
  background-position: center;
  width: 150px;
  height: 150px;
}
.together-tables .inner-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 25px;
background: #BDDAF5;
overflow: hidden;
position: relative;
}
.together-tables h3{
  font-size: 48px;
  max-width: 600px;
  letter-spacing: -2px;
}
.together-tables .mobile-ver{
  display: none;
}
.together-tables .innr-lft-side{
  padding: 200px 0 200px 80px;
  width: 50%;
}
.together-tables .innr-rht-side{
  width: 100%;
  position: absolute;
  top: 16%;
  right: -10%;
  max-width: 550px;
}
.together-tables .innr-rht-side .pro-logo{
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.together-tables .innr-rht-side .pro-logo .pro-title{
  position: absolute;
  bottom: -20px;
  width: 150px;
  text-align: center;
  font-size: 14px;
  font-family: var(--zf-sticky-secondary-medium);
}
.together-tables .innr-rht-side .google{
  left: -20px;
  top: -60px;
  animation: updown 5s linear infinite;
}
.together-tables .innr-rht-side .people{
  left: -40px;
  top: 160px;
  animation: leftright 5s linear infinite;
}
.together-tables .innr-rht-side .recruit{
  left: 240px;
  top: 30px;
  animation: leftright 5s linear infinite;
}
.together-tables .innr-rht-side .ms365{
  left: 55px;
  top: 330px;
  animation: updown 5s linear infinite;
}
.together-tables .innr-rht-side .tables{
  left: 200px;
  top: 200px;
}
.together-tables .content-wrap{
  max-width: 1280px;
}
.pro-circle{
transform: scale(1.4);
}
/* together-tables end */
/* footer above button sec start */
.zt-bottom-cta {
  background: #131934;
  text-align: center;
  color: #fff;
}
.zt-bottom-cta .content-wrap {
  max-width: 580px;
  margin: 0 auto;
}
/* .zt-bottom-cta h2 {
  font-size: 46px;
} */
/* footer above button sec start */
/* media start */
@media all and (max-width:1199px) {
  h2{
      font-size: 42px;
      letter-spacing: -1.5px;
  }
  h3{
      font-size: 36px;
      letter-spacing: -1px;
  }
  .build-dream-team .innr-lft {
    max-width: 400px;
}
  .screen-anim h3{
    font-size: 36px;
  }
  .sticky-five .subImg1 {
    top: 80px;
    max-width: 140px;
    right: -20px;
}
.scrollscreen-thirdnav {
  max-width: 300px;
}
.scrollscreen-secondnav {
  max-width: 300px;
}
.sticky-second .subImg1 {
  top: -10px;
  left: auto;
  right: 20px;
  max-width: 150px;
}
  /*  */
  .together-tables .mobile-ver{
    display: block;
  }
  .together-tables .desk-ver .pro-logo{
    display: none;
  }
  .together-tables .inner-wrap{
    flex-flow: column;
    padding: 60px 30px;
    text-align: center;
  }
  .together-tables .innr-lft-side{
    padding: 0;
    margin: 0 auto 30px;
    width: 100%;
  }
  .together-tables .innr-rht-side{
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    max-width: 500px;
  }
  .pro-circle{
    transform: scale(1);
  }
  .together-tables h3 {
    max-width: 800px;
    margin: 0 auto;
}
}

@media all and (max-width:991px) {
  .build-dream-team .innr-lft,
  .build-dream-team .innr-rht {
   width: 100%;
   max-width: 600px;
}
.scroll-wrap .subImg1{
  display: none;
}
  .build-dream-team .inner-wrap{
    min-height: unset;
    max-height: unset;
    align-items: flex-start;
  }
  .sticky-second .subImg1{
    top: -30px;
    left: 210px;
    right: unset;
    max-width: 150px;
  }
  .scrollscreen-secondnav{
    left: unset;
    right: unset;
    top: unset;
  }
  .sticky-second .innr-rht,
  .sticky-third .innr-rht{
    justify-content: flex-start;
  }
  .sticky-fourth .subImg1{
    right: -50px;
    left: auto;
    top: -70px;
  }
  /*  */
.number{
  display: none;
}
.build-dream-team{
  width: 100%;
  left: 0;
  margin-left: 0;
  position: relative;
  top: 0;
  margin-bottom: 30px;
}
.build-dream-team:last-child{
  margin-bottom: 0;
}
.build-dream-team .inner-wrap{
  flex-flow: column;
  padding: 60px 0;
}
.build-dream-team .innr-lft,
 .build-dream-team .innr-rht {
  width: 90%;
}
 .banner h1{
  width: 100%;
}
ul.temp-inner li{
  width: 100%;
  margin: 20px;
  max-width: 300px;
}
.temp-inner{
  justify-content: center;
}
}

@media all and (max-width:767px) {
  h1,h2{
      font-size: 36px;
      letter-spacing: -1px;
  }
  h3{
      font-size: 30px;
      letter-spacing: -0.5px;
  }
  .testimonial-author{
    margin-top: 30px;
  }
  section .content-wrap{
    padding: 60px 0;
  }
  .screen-anim .content-wrap{
    padding-top: 60px;
  }
  .sticky-five .subImg1{
    display: none;
  }
  ul.temp-inner li p{
    padding: 20px 0 0 0;
  }
  /*  */
  .screen-anim .content-wrap,
  .together-tables .content-wrap{
    max-width: 480px;
  }
  .together-tables .inner-wrap,
  .banner .content-wrap,
  .testimonial-first-child{
    text-align: left;
  }
  .testimonial-author-img{
    margin: 0 0 20px;
  }
  .build-dream-team .inner-wrap{
    padding: 30px 0;
    gap: 20px;
  }
  .build-dream-team{
    border-radius: 20px;
  }

  .pro-circle {
    transform: scale(1.5);
    right: -31%;
    position: relative;
    bottom: -95px;
}
  .testimonial-author-img span{
    font-size: 16px;
  }
  .test-dis,
  .testimonial-author p{
    font-size: 18px;
  }
  .together-tables h3 {
    font-size: 36px;
  }
ul.temp-inner li{
  width: 100%;
  margin: 20px;
  max-width: 325px;
}
.content-wrap,.testimonial .content-wrap{
  max-width: 480px;
}
 .banner h1,.templates .ctn-wrap{
  width: 100%;
  max-width: 100%;
}
.double-quotes {
  margin: 0px 0 10px;
}
h1,h2,h3{
  letter-spacing: -1.3px;
}
.temp-svg-img {
  max-width: 20%;
  bottom: -13px;
  right: 8px;
}

}

@media all and (max-width:500px) {
  .templates .ctn-wrap,
  .templates .content-wrap{
    text-align: left;
  }
  
  .temp-inner{
    margin-top: 30px;
    justify-content: flex-start;
  }
  ul.temp-inner li{
    max-width: 300px;
    margin:15px 0;
  }
  ul.temp-inner li:last-child{
    margin-bottom: 0;
  }
  .temp-svg-img{
    bottom: -18px;
  }
  .scrollscreen-thirdnav,
  .scrollscreen-secondnav{
    max-width: 250px;
  }
  .sticky-second .subImg1,
  .sticky-fourth .subImg1{
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  h1,h2{
      font-size: 30px;
      letter-spacing: -0.5px;
  }
  h3{
      font-size: 28px;
  }
}
@media only screen and (min-width: 1441px) {
  h1{
      font-size: 56px;
      letter-spacing: -2.2px;
  }
  h2{
      font-size: 46px;
  }
  h3{
      font-size: 53px;
      letter-spacing: -2.2px;
  }
}</pre></body></html>