.template-inner *,
.template-inner *::before,
.template-inner *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.act-btn {
  background-color: #000;
  padding: 12px 30px;
}

.template-inner h1 {
  font-size: 53px;
}

.template-inner h2 {
  font-family: var(--zf-primary-bold);
  font-size: 42px;
}

.template-inner h3 {
  font-family: var(--zf-primary-regular);
  font-size: 38px;
}

.template-inner h4 {
  font-size: 24px;
}

.template-inner h5 {
  font-size: 20px;
  font-family: var(--zf-primary-bold);
}

.template-inner section {
  padding: 100px 0;
}

.w-o-product-icon {
  position: relative;
}

.w-o-product-icon::before {
  content: "";
  background: var(--product-icons) no-repeat 0 0;
  background-size: var(--zp-i-bs);
  position: absolute;
  width: var(--zp-i-w);
  height: var(--zp-i-h);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.w-o-product-icon.product-writer::before {
  background-position: var(--zp-writer-bp);
}

.w-o-product-icon.product-sheet::before {
  background-position: var(--zp-sheet-bp);
}

.w-o-product-icon.product-show::before {
  background-position: var(--zp-show-bp);
}

.w-o-product-icon.product-sign::before {
  background-position: var(--zp-sign-bp);
}

/* BANNER SECTION */

.template-inner .banner-section {
  padding: 10px 90px 100px;
}

.banner-outer {
  background-color: #e8f7fb;
  padding: 80px 0 90px;
  border-radius: 20px;
}

.content-wrap {
  margin: 0 auto;
}

.banner-content {
  display: grid;
  grid-template-columns: 1.8fr 2fr;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  grid-gap: 20px;
}

.banner-left {
  margin-top: 20px;
  max-width: 460px;
  align-self: flex-start;
  justify-self: left;
}

.banner-left h1 {
  max-width: 400px;
  margin-bottom: 35px;
}

.banner-left p {
  margin-bottom: 30px;
  font-size: 19px;
}

@keyframes slide-up {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.banner-right {
  justify-content: right;
  position: relative;
  animation: slide-up 2s ease;
  padding-top: 30px;
  justify-self: right;
  text-align: right;
  margin-bottom: -20px;
  /* max-width: 610px; */
}

@keyframes wiggle {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes wiggleReverse {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes fadeInCollaborate {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(-10px);
    opacity: 1;
  }
}

@keyframes fadeInCreate {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.banner-right-collaborate {
  height: 75px;
  width: 160px;
  position: absolute;
  background-image: url("/sites/zweb/images/workplace/office-suite/collaborate.png");
  background-position: center;
  background-size: contain;
  top: 10%;
  left: 25%;
  background-repeat: no-repeat;
  animation: wiggle 5s ease 2.8s infinite, fadeInCollaborate 1.5s ease 1.3s;
  animation-fill-mode: backwards;
}

.banner-right-create {
  position: absolute;
  background: url("/sites/zweb/images/workplace/office-suite/create.png");
  height: 45px;
  width: 136px;
  top: 30%;
  left: 5%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: wiggleReverse 5s ease 3.5s infinite, fadeInCreate 1.5s ease 2s;
  animation-fill-mode: backwards;
}

@keyframes scaleInWithOpacity {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.banner-products {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(3, min-content);
  max-width: 80%;
  justify-items: left;
  grid-gap: 25px;
  text-align: center;
}

.banner-product {
  animation: scaleInWithOpacity 0.6s ease 1.2s;
  animation-fill-mode: backwards;
}

.banner-product:nth-child(2) {
  animation-delay: 1.5s;
}

.banner-product:last-child {
  animation-delay: 2s;
}

.banner-product span {
  border-radius: 15px;
  width: 65px;
  height: 65px;
  background-color: #fff;
  display: inline-block;
  box-shadow: 0 0 14px -8px;
  z-index: 5;
}

.banner-product p {
  margin: 10px 0 0;
  font-size: 15px;
  z-index: 2;
}

.banner-product:nth-child(1) p {
  animation-delay: 1.8s;
}

.banner-product:nth-child(2) p {
  animation-delay: 2.6s;
}

.banner-product:nth-child(3) p {
  animation-delay: 3.4s;
}

/* BANNER SECTION */

/* SLIDERS SECTION */

.template-inner .sliders-section {
  background-color: #f5f5f7;
  padding: 100px 0 120px;
}

.slider-parent {
  overflow: hidden;
  margin: 0 auto;
  max-width: 2000px;
}

.slider-head {
  max-width: 1120px;
  margin: 0 auto 30px;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  opacity: 0.4;
}

button.slick-arrow {
  position: absolute;
  top: -60px;
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #000;
  font-size: 25px;
  line-height: 0;
  box-shadow: 0 0 25px -20px;
  transition: background-color 0.4s ease;
}

button.slick-arrow:hover {
  background-color: #d9d9d9;
}

.slider-left-button,
.slider-right-button {
  display: inline-block;
  transform: translateY(-2px);
}

button.slick-arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-right-button::before,
.slider-left-button::before {
  content: "";
  height: 2px;
  width: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: black;
}

.slider-right-button::after,
.slider-left-button::after {
  content: "";
  height: 9px;
  width: 9px;
  border: 2px solid black;
  position: absolute;
  left: 50%;
  top: 50%;
}

.slider-right-button::after {
  margin-left: 1px;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.slider-left-button::after {
  margin-left: -1px;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

button.slick-arrow::before,
button.slick-arrow::after {
  display: none;
}

@keyframes growBefore {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(3.5);
    opacity: 0;
  }
}

.slick-arrow .slick-arr-under {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  opacity: 1;
  background-color: #fff;
  border-radius: 50%;
  pointer-events: none;
  animation: growBefore 0.6s ease;
}

.slick-next:hover:after,
.slick-next:hover:before,
.slick-prev:hover:after,
.slick-prev:hover:before {
  background-color: #fff;
}

button.slick-next {
  right: 25px;
}

button.slick-prev {
  position: absolute;
  right: 90px;
  left: auto;
}

.slider-head-content {
  display: grid;
  grid-template-columns: min-content 1fr;
  justify-items: left;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 500px;
}

.slider-title {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, max-content);
  grid-gap: 10px;
}

.template-inner .slider-title h2 {
  font-size: 35px;
}

.slider-product-icon {
  display: inline-block;
  height: 50px;
  width: 50px;
}

.slider-product-icon::before {
  transform: scale(1.2);
}

.sliders-section .slider-head p {
  grid-column: 1/-1;
}

.slider-parent:not(:last-of-type) .slider {
  margin-bottom: 120px;
}

.slider {
  position: relative;
}

.slide-list-wrapper {
  max-width: 1175px;
  margin: 0 auto;
}

.slide-list-wrapper::before,
.slide-list-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 250px;
}

.slide-list-wrapper::before {
  z-index: 5;
  left: 0;
  background-image: linear-gradient(
    to right,
    #f5f5f7 25%,
    rgba(255, 255, 255, 0)
  );
}

.slide-list-wrapper::after {
  right: 0;
  background-image: linear-gradient(
    to left,
    #f5f5f7 25%,
    rgba(255, 255, 255, 0)
  );
}

.slick-list {
  overflow: visible;
}

.slick-track {
  display: flex !important;
}

.slide-item {
  height: inherit !important;
}

.slide-item {
  /* width: 365px; */
  /* height: 425px; */
  background-color: #fff;
  border-radius: 15px;
  margin: 0 20px;
  padding: 60px 45px;
}

.slider-content {
  display: grid;
  height: 100%;
  grid-template-rows: repeat(3, min-content);
}

.deluge-link {
  color: #000;
  text-decoration: underline;
}

.slider-heading::before {
  content: "";
  height: 60px;
  width: 60px;
  position: absolute;
  top: -100px;
  background-image: url("/sites/zweb/images/workplace/office-suite/workplace-icons.png");
  background-size: 373px;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.zwe-ob .slider-heading::before {
  transform: scale(1);
  opacity: 1;
}

.slide-item:nth-child(2) .slider-heading::before {
  transition-delay: 0.3s;
}

.slide-item:nth-child(3) .slider-heading::before {
  transition-delay: 0.6s;
}

.slide-item:nth-child(4) .slider-heading::before {
  transition-delay: 0.9s;
}

.slide-item:nth-child(5) .slider-heading::before {
  transition-delay: 1.2s;
}

.slide-item:nth-child(6) .slider-heading::before {
  transition-delay: 1.5s;
}

.slider-heading-1::before {
  background-position: 0px 0px;
}

.slider-heading-2::before {
  background-position: -60px 0px;
}

.slider-heading-3::before {
  background-position: -120px 0px;
}

.slider-heading-4::before {
  background-position: -180px 0px;
}

.slider-heading-5::before {
  background-position: -240px 0px;
}

/* sheet position */

.slider-heading-6::before {
  background-position: -300px 0px;
}

.slider-heading-7::before {
  background-position: 0px -60px;
}

.slider-heading-8::before {
  background-position: -60px -60px;
}

.slider-heading-9::before {
  background-position: -120px -60px;
}

.slider-heading-10::before {
  background-position: -180px -60px;
}

.slider-heading-11::before {
  background-position: -240px -60px;
}

/* show position */

.slider-heading-12::before {
  background-position: -300px -60px;
}

.slider-heading-13::before {
  background-position: 0px -120px;
}

.slider-heading-14::before {
  background-position: -60px -120px;
}

.slider-heading-15::before {
  background-position: -120px -120px;
}

.slider-heading-16::before {
  background-position: -180px -120px;
}

.icon-simple-interface::after {
  background-position: 0 0px;
}

.icon-variety-templates::after {
  background-position: -80px 0px;
}

.icon-focused-writing::after {
  background-position: -161px 0px;
}

.icon-comfortable-viewing::after {
  background-position: -241px 0px;
}

.icon-internet-free::after {
  background-position: -322px 0px;
}

/* ----- */

.icon-helpful-templates::after {
  background-position: -403px 0px;
}

.icon-pre-defined::after {
  background-position: 0px 218px;
}

.icon-custom-functions::after {
  background-position: -80px 218px;
}

.icon-data-cleaning::after {
  background-position: -161px 218px;
}

.icon-race-charts::after {
  background-position: -241px 218px;
}

.icon-automated-workflow::after {
  background-position: -322px 218px;
}

/* ----- */

.icon-contextual-ui::after {
  background-position: -403px 218px;
}

.icon-creative-design::after {
  background-position: 0px 436px;
}

.icon-video-animation::after {
  background-position: -80px 436px;
}

.icon-cloud-repository::after {
  background-position: -161px 436px;
}

.icon-dynamic-data::after {
  background-position: -241px 436px;
}

.slider-heading {
  position: relative;
  max-width: 250px;
  margin-top: 100px;
  margin-bottom: 10px;
}

/* SLIDERS SECTION */

/* GRIDS SECTION */

.template-inner .grids-section {
  padding: 100px 90px 0;
}

.hidden-page-span {
  display: none;
}

.same-sheet-section {
  background-color: #fefff0;
  border-radius: 20px 20px 0 0;
}

.same-sheet-section .heading-secondary {
  font-family: var(--zf-primary-regular);
  overflow: hidden;
}

.stay-control-section {
  background-color: #feffe1;
}

.publish-work-section {
  background-color: #feffc9;
  border-radius: 0 0 20px 20px;
}

.grids-section-inner {
  padding: 100px 0;
}

.grids-section .content-wrap {
  max-width: 1140px;
  text-align: center;
}

.grids-heading {
  margin-bottom: 20px;
}

@keyframes slideUp {
  0% {
    transform: translateY(0%);
  }
  15% {
    transform: translateY(-125%);
  }
  30% {
    transform: translateY(-125%);
  }
  45% {
    transform: translateY(-250%);
  }
  60% {
    transform: translateY(-250%);
  }
  75% {
    transform: translateY(-375%);
  }
  100% {
    transform: translateY(-375%);
  }
}

.grids-heading-wrap {
  position: relative;
  display: inline-block;
  height: 40px;
  min-width: 180px;
  line-height: 0;
  /*transform: translateY(15%);*/
}

.grids-heading-wrap::before {
  content: "";
  height: 53px;
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    #fefff0 75%,
    rgba(255, 255, 255, 0)
  );
  z-index: 5;
}

.heading-slider-wrap {
  transform: translateY(0%);
  height: 100%;
  display: inline-block;
  width: 100%;
  line-height: 0;
  animation: slideUp 5s ease infinite;
}

.grids-heading-span {
  font-family: var(--primaryfont-bold);
  display: inline-block;
  position: absolute;
  left: 0;
  line-height: 0;
}

.grids-heading-page {
  top: 20px;
}

.grids-heading-sheet {
  top: 70px;
}

.grids-heading-slide {
  top: 120px;
}

.grids-heading-page-clone {
  top: 170px;
}

.grids-top-para {
  margin-bottom: 70px;
  font-size: 19px;
}

.grid-outer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, max-content));
  justify-content: center;
  align-content: center;
  justify-items: center;
  grid-gap: 60px;
  grid-row-gap: 70px;
}

.grid-item {
  max-width: 340px;
  text-align: left;
}

.grid-item-img {
  background-color: #e4e8ed;
  display: grid;
  place-items: center;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 35px;
}

.grid-item-img img {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.zwe-ob.grid-item-img img {
  transform: translate(0);
  opacity: 1;
}

.grid-item:nth-of-type(2) img {
  transition-delay: 0.3s;
}

.grid-item:nth-of-type(3) img {
  transition-delay: 0.6s;
}

.grid-item:nth-of-type(4) img {
  transition-delay: 0s;
}

.grid-item:nth-of-type(5) img {
  transition-delay: 0.3s;
}

.grid-item-heading {
  margin-bottom: 10px;
}

/* GRIDS SECTION */

/* ASSIST SECTION */

.template-inner .assist-section {
  padding: 120px 0;
}

.assist-section .content-wrap {
  max-width: 1140px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  width: 90%;
}

.assist-panel {
  background-color: #e8f7fb;
  border-radius: 15px;
  /* padding: 80px 55px; */
}

.assist-contents {
  padding: 80px 55px 0;
}

.assist-left .assist-img-container {
  padding: 0 55px 55px;
}

.assist-heading-main {
  margin-bottom: 8px;
}

.assist-right {
  display: grid;
  grid-template-rows: min-content;
  overflow: hidden;
}

/* .assist-right .assist-heading-main {
  margin-bottom: 60px;
} */

.assist-info {
  margin-bottom: 45px;
}

.assist-heading-sub {
  margin-bottom: 6px;
}

.assist-content-box-1 {
  margin-bottom: 40px;
}

.assist-content-box-2 {
  margin-bottom: 70px;
}

.assist-right .assist-img-container {
  display: grid;
  line-height: 0;
}

.assist-right .assist-img {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  align-items: end;
  padding: 0 44px;
}

@keyframes slideRightLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideLeftRight {
  0% {
    transform: translateX(0) scaleX(-1);
  }
  50% {
    transform: translateX(20px) scaleX(-1);
  }
  100% {
    transform: translateX(0px) scaleX(-1);
  }
}

.assist-right .assist-img::before {
  content: "";
  position: absolute;
  background-image: url("/sites/zweb/images/workplace/office-suite/cloud-1.png");
  left: -170px;
  top: 140px;
  transform: scaleX(-1);
  height: 70px;
  width: 390px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50px) scaleX(-1);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  animation: slideLeftRight 10s linear infinite 2s;
  animation-fill-mode: backwards;
  z-index: 5;
}

.assist-right .zwe-ob.assist-img::before {
  opacity: 1;
  transform: translate(0) scaleX(-1);
}

.assist-right .assist-img::after {
  content: "";
  background-image: url("/sites/zweb/images/workplace/office-suite/cloud-2.png");
  position: absolute;
  right: -70px;
  top: -80px;
  height: 140px;
  width: 280px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /* width: 51%; */
  /* max-width: 260px; */
  transform: translateX(80px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  animation: slideRightLeft 10s linear infinite 2s;
  animation-fill-mode: backwards;
  /* backface-visibility: hidden; */
  z-index: 5;
}

.assist-right .zwe-ob.assist-img::after {
  opacity: 1;
  transform: translate(0);
}

.assist-right .assist-img img:last-child {
  width: 100%;
  justify-self: center;
  transform: translateY(120px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.assist-right .zwe-ob.assist-img img:last-child {
  transform: translate(0);
  opacity: 1;
}

@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

.assist-img {
  text-align: center;
  position: relative;
}

.assist-img-wrap {
  animation: rotate 60s linear infinite;
}

.assist-left-img img {
  transform: translate(2px, 11px) scale(1.05);
}

.zia-logo {
  height: 135px;
  width: 135px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top left;
  transform: scale(0) translate(-50%, -50%);
  transition: transform 1s ease;
  box-shadow: 0 0 35px -20px rgb(0 0 0 / 50%);
}

.zwe-ob .zia-logo {
  transform: scale(1.3) translate(-50%, -50%);
}

.zia-logo::after {
  content: "";
  position: absolute;
  height: var(--zp-i-h);
  width: var(--zp-i-w);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: var(--product-icons) no-repeat 0 0;
  background-position: var(--zp-zia-bp);
  background-size: var(--zp-i-bs);
  transform: scale(0);
  transition: transform 1s ease 0.3s;
}

.zwe-ob .zia-logo::after {
  transform: scale(1.5);
}

.zia-logo::before {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: scale(0);
  transition: transform 1s ease 0.3s;
  box-shadow: 0 0 40px -30px rgb(0 0 0 / 50%);
}

.zwe-ob .zia-logo::before {
  transform: scale(0.8);
}

/* ASSIST SECTION */

/* ENHANCE EXPERIENCE SECTION */

.template-inner .enhance-experience-section {
  background-color: #f5f5f7;
  padding: 100px 0 120px;
}

.enhance-experience-section .content-wrap {
  max-width: 1140px;
}

.enhance-section-heading {
  max-width: 900px;
  margin-bottom: 80px;
}

.content-item {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  grid-gap: 50px;
  max-width: 1000px;
}

.content-item:not(:last-child) {
  margin-bottom: 60px;
}

.enhance-product-box {
  display: grid;
  place-items: center;
  background-color: #e4e8ed;
  height: 210px;
  width: 370px;
  border-radius: 15px;
}

.product-combo-box {
  line-height: 0;
}

.product-combo-box span {
  display: inline-block;
  position: relative;
  height: 100px;
  width: 100px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 5px;
  box-shadow: 0 0 15px -10px;
  opacity: 0;
  transform: scale(0.4);
  transition: transform 1s ease, opacity 1s ease;
}

.product-combo-box.combo-3 span {
  margin: 0 24px;
}

.product-combo-box span:nth-child(2) {
  transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
}

.product-combo-box span::before {
  transform: scale(1.1);
}

.zwe-ob.enhance-product-box .product-combo-box span {
  transform: scale(1);
  opacity: 1;
}

.combo-3 span:first-child,
.combo-3 span:last-child {
  transform: scale(0);
}

.combo-3 span:last-child {
  transition: transform 1s ease 0.5s;
}

.zwe-ob.enhance-product-box .combo-3 span:first-child,
.zwe-ob.enhance-product-box .combo-3 span:last-child {
  transform: scale(0.8);
}

.combo-3 {
  position: relative;
}

.combo-3 span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(0.4) translate(-50%, -50%);
  transform-origin: top left;
  opacity: 0;
  margin: 0;
  transition: transform 1s ease 1s, opacity 1s ease 1s;
  z-index: 5;
}

.zwe-ob.enhance-product-box .combo-3 span:nth-child(2) {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}

.product-out::before {
  background: url("/sites/zweb/images/workplace/office-suite/workplace-icons.png");
  background-size: 441px;
}

.product-wordpress::before {
  background-image: url("/sites/zweb/images/otherbrandlogos/wordpress.svg");
  background-size: contain;
}
.product-out.product-humaaans::before {
  background-position: -122px -517px;
  height: 25%;
  width: 75%;
  background-size: 458px;
}

.product-word::before {
    background-image: url(/sites/zweb/images/otherbrandlogos/microsoft-word.png);
    background-size: contain;
}

.product-excel::before {
    background-image: url("/sites/zweb/images/otherbrandlogos/microsoft-excel.svg");
    background-size: contain;
}

.product-out.product-powerpoint::before {
  background-position: -325px -160px;
}

.product-out.product-pdf::before {
  background-position: -40px -216px;
}

.product-out.product-text::before {
  background-position: -78px -216px;
}

.enhance-product-head {
  margin-bottom: 6px;
}

/* ENHANCE EXPERIENCE SECTION */

/* FAQ SECTION */

.template-inner .faq-section {
  padding: 100px 0 0;
}

.faq-section h2 {
  text-align: center;
}

.faq-accordian {
  max-width: 900px;
  margin: 60px auto 0;
  counter-reset: number;
}

.faq-accordian li {
  border-top: 1px solid #ccc;
  padding: 40px 50px;
  cursor: pointer;
}

.faq-accordian li:last-child {
  border-bottom: 1px solid #ccc;
}

.faq-accordian h5 {
  position: relative;
  color: black;
  margin: 0;
  padding-right: 30px;
}

.faq-accordian h5.active {
  color: #1194f6;
}

.faq-accordian h5:before {
  counter-increment: number;
  content: counter(number) ". ";
}

.faq-accordian h5:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 19px;
  line-height: 28px;
}

.faq-accordian h5.active:after {
  content: "-";
}

.faq-accordian p {
  margin: 0;
  font-size: 15px;
  padding: 10px 30px 0 0;
  display: none;
}

.faq-accordian p.active {
  display: block;
}

/* FAQ SECTION */

/* PRE FOOTER SECTION */

.template-inner .pre-footer-section {
  padding: 100px 0 110px;
}

.pre-footer-section .content-wrap {
  max-width: 650px;
  text-align: center;
}

.pre-footer-heading {
  margin-bottom: 30px;
}

/* top breadcrumb start */

@media only screen and (min-width:768px) {

    .i18n-en .zwc_t_breadcrumb + .template-inner .banner-section {
        margin-top: 10px;
    }
    
}
  
/* top breadcrumb end */

/* PRE FOOTER SECTION */

/* ******************** */

/* MEDIA QUERIES */

/* ******************** */

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  /* Banner section */
  .template-inner h1 {
    font-size: 50px;
  }
  .template-inner .banner-left p {
    font-size: 18px;
  }
  .template-inner h2 {
    font-size: 40px;
  }
  .template-inner h3 {
    font-size: 36px;
  }
  .template-inner h4 {
    font-size: 22.6px;
  }
  .template-inner p {
    font-size: 16.6px;
  }
  .template-inner .banner-product p {
    font-size: 15px;
  }
  .slide-item {
    height: 415px;
  }
  .grids-heading-wrap {
    /*transform: translateY(17%);*/
    min-width: 160px;
  }
}

@media only screen and (max-width: 1399px) {
  /* Banner section */
  .template-inner h1 {
    font-size: 43px;
  }
  .template-inner h2 {
    font-size: 38px;
  }
  .template-inner h3 {
    font-size: 35px;
  }
  .template-inner h4 {
    font-size: 22.4px;
  }
  .template-inner p {
    font-size: 16.6px;
  }
  .banner-outer {
    border-radius: 20px;
  }
  .banner-left h1 {
    max-width: 330px;
  }
  .banner-left p {
    font-size: 18px;
  }
  .banner-product p {
    font-size: 15px;
  }
  .template-inner .banner-section {
    padding: 10px 70px 100px;
  }
  .template-inner .grids-section {
    padding: 100px 70px 0;
  }
  .template-inner .sliders-section {
    padding: 100px 0 120px;
  }
  .slide-item {
    height: 415px;
  }
  .grids-section-inner {
    padding: 90px 0 100px;
  }
  .grids-heading-wrap {
    /*transform: translateY(20%);*/
    min-width: 160px;
  }
  .template-inner .assist-section {
    padding: 110px 0;
  }
  .slide-list-wrapper::before,
  .slide-list-wrapper::after {
    display: none;
  }
  .template-inner section {
    padding: 90px 0;
  }
  button.slick-next {
    right: 30px;
  }
  button.slick-prev {
    right: 95px;
  }
  .assist-section .content-wrap {
    grid-gap: 40px;
  }
  .zia-logo {
    height: 115px;
    width: 115px;
  }
  .zwe-ob .zia-logo::after {
    transform: scale(1.4);
  }
  .assist-left .assist-img {
    max-width: 380px;
    margin: 0 auto;
  }
  .assist-right .assist-img::before {
    left: -230px;
    top: 170px;
  }
  .assist-right .assist-img::after {
    right: -85px;
    top: auto;
    bottom: 82%;
  }
  .content-item {
    margin: 0 auto;
    max-width: 900px;
  }
  .template-inner .enhance-experience-section {
    padding: 90px 0 110px;
  }
  .enhance-section-heading {
    max-width: 700px;
    margin: 0 auto 70px;
    text-align: center;
  }
  .template-inner .pre-footer-section {
    padding: 90px 0 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .template-inner h1 {
    font-size: 42px;
  }
  .template-inner h2 {
    font-size: 34px;
  }
  .template-inner h3 {
    font-size: 34px;
  }
  .template-inner h4 {
    font-size: 22px;
  }
  /* Banner section */
  .template-inner .banner-section {
    padding: 10px 0px 90px;
  }
  .template-inner .banner-section .content-wrap {
    width: 92%;
  }
  .banner-outer {
    padding: 60px 0 80px;
    width: 95%;
    margin: 0 auto;
  }
  .banner-product span {
    height: 65px;
    width: 65px;
  }
  .banner-product p {
    font-size: 15px;
  }
  .banner-right-collaborate {
    height: 70px;
    top: 10%;
    left: 20%;
  }
  .banner-right-create {
    height: 40px;
    top: 32%;
    left: 5%;
  }
  /* Banner section */
  /* Slider section */
  .template-inner .sliders-section {
    padding: 70px 0 85px;
  }
  .slider-head {
    width: 92%;
  }
  .slide-list-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
  button.slick-next {
    right: 20px;
  }
  button.slick-prev {
    right: 85px;
  }
  .slider-parent:not(:last-of-type) .slider {
    margin-bottom: 80px;
  }
  /* Slider section */
  /* Grids section */
  .template-inner .grids-section {
    padding: 80px 0px 0;
  }
  .grids-section-inner {
    padding: 65px 10px 75px;
    width: 95%;
    margin: 0 auto;
  }
  .grids-heading-wrap {
    /*transform: translateY(22%);*/
  }
  .grids-heading-wrap::before {
    height: 57px;
  }
  .grid-outer {
    grid-gap: 40px;
    grid-row-gap: 55px;
  }
  .grid-item-img {
    min-height: auto;
    margin-bottom: 25px;
  }
  /* Grids section */
  /* Assist section */
  .template-inner .assist-section {
    padding: 80px 0;
  }
  .assist-contents {
    padding: 60px 55px 0;
  }
  /* Assist section */
  /* Enhance experience section */
  .template-inner .enhance-experience-section {
    padding: 65px 0 80px;
  }
  /* Enhance experience section */
  /* FAQ section */
  .template-inner .faq-section {
    padding: 60px 0 0;
  }
  /* FAQ section */
  .template-inner .pre-footer-section {
    padding: 55px 0 65px;
  }
}

@media only screen and (max-width: 991px) {
  .template-inner h1 {
    font-size: 35px;
  }
  .template-inner h2 {
    font-size: 30px;
  }
  .template-inner h3 {
    font-size: 35px;
  }
  .template-inner h4 {
    font-size: 21.8px;
  }
  .template-inner p {
    font-size: 15px;
  }
  /* Banner section */
  .template-inner .banner-section {
    padding: 10px 0 80px;
  }
  .banner-outer {
    padding: 55px 0;
  }
  .banner-content {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .banner-left {
    margin-top: 20px;
    max-width: 670px;
    text-align: center;
    justify-self: center;
  }
  .banner-left h1 {
    margin-bottom: 25px;
    max-width: none;
  }
  .banner-left p {
    margin: 0 auto 20px;
    max-width: 600px;
    font-size: 17px;
  }
  .banner-right {
    max-width: 500px;
    text-align: center;
    justify-self: center;
    margin-bottom: 0;
  }
  .banner-products {
    margin-top: 40px;
    max-width: 100%;
    justify-content: center;
  }
  .banner-product p {
    margin-top: 10px;
    font-size: 15px;
  }
  .banner-right-collaborate {
    height: 62px;
    top: 13%;
  }
  .banner-right-create {
    height: 35px;
    width: 100px;
  }
  /* Banner section */
  /* Sliders section */
  .template-inner .sliders-section {
    padding: 70px 0 0px;
  }
  .slider-parent:not(:last-of-type) .slider {
    margin-bottom: 165px;
  }
  .slider-head {
    padding-left: 0;
    margin: 0 auto 40px;
  }
  .template-inner .slider-title h2 {
    font-size: 30px;
  }
  .slider-product-icon::before {
    transform: scale(1.1);
  }
  .slider-head-content {
    max-width: 400px;
    grid-template-columns: auto;
    text-align: center;
    justify-items: center;
    margin: 0 auto;
  }
  .slider-head-content h2 {
    justify-self: left;
  }
  .sliders-section .slider-show-parent {
    padding-bottom: 160px;
  }
  .w-o-product-icon {
    height: 45px;
    width: 45px;
    justify-self: right;
  }
  .slide-list-wrapper {
    max-width: 85%;
    padding: 0;
    margin: 0 auto;
  }
  button.slick-prev,
  button.slick-next {
    right: 50%;
    /* 50% or 80px*/
    top: auto;
    bottom: -60px;
  }
  button.slick-next {
    transform: translate(58px, 50%);
  }
  button.slick-prev {
    transform: translate(-8px, 50%);
  }
  .slider-heading {
    margin-bottom: 10px;
    margin-top: 90px;
  }
  .zwe-ob .slider-heading::before {
    transform: scale(0.9);
    top: -92px;
    left: -1px;
  }
  /* Sliders section */
  /* Grids section */
  .template-inner .grids-section {
    padding: 80px 0 0;
  }
  .grids-section-inner {
    padding: 55px 10px 60px;
  }
  .publish-work-section {
    padding-bottom: 70px;
  }
  .grid-outer {
    grid-gap: 50px;
    grid-row-gap: 60px;
  }
  .grids-heading-wrap {
    /*transform: translateY(24%);*/
    min-width: 120px;
  }
  .grids-top-para {
    max-width: 500px;
    margin: 0 auto 50px;
  }
  .grid-item:nth-of-type(2) img {
    transition-delay: 0.3s;
  }
  .grid-item:nth-of-type(3) img {
    transition-delay: unset;
  }
  .grid-item:nth-of-type(4) img {
    transition-delay: 0.3s;
  }
  .grid-item:nth-of-type(5) img {
    transition-delay: unset;
  }
  /* Grids section */
  /* Smart assist section */
  .assist-section .content-wrap {
    grid-template-columns: 1fr;
    max-width: 545px;
    grid-gap: 50px;
  }
  .template-inner .assist-section {
    padding: 80px 0;
  }
  .assist-contents {
    text-align: center;
  }
  /* .assist-right .assist-heading-main {
    margin-bottom: 40px;
  } */
  .assist-right .assist-img img:last-child {
    max-width: 360px;
  }
  .assist-right .assist-img::after {
    right: -50px;
    top: -70px;
    width: 45%;
  }
  .assist-right .assist-img::before {
    left: -180px;
    top: 60px;
    width: 70%;
  }
  /* Smart assist section */
  /* Enhance experience section */
  .template-inner .enhance-section-heading {
    font-size: 30px;
  }
  .enhance-section-heading {
    margin: 0 auto 60px;
    max-width: 550px;
  }
  .content-item {
    grid-template-columns: 1fr 360px;
    justify-content: center;
    justify-items: center;
    max-width: 450px;
    grid-gap: 35px;
  }
  .enhance-product-box {
    height: 200px;
    width: 330px;
  }
  .product-combo-box span {
    height: 90px;
    width: 90px;
  }
  .product-out.product-humaaans::before {
    background-position: -112px -471px;
    height: 25%;
    width: 75%;
    background-size: 418px;
  }
  /* Enhance experience section */
  .pre-footer-section .content-wrap {
    max-width: 550px;
  }
}

@media only screen and (max-width: 800px) {
  .slide-list-wrapper {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .zw-product-header {
    background: #e8f7fb;
  }
  .template-inner h1 {
    font-size: 30px;
  }
  .template-inner h2 {
    font-size: 28px;
  }
  .template-inner h3 {
    font-size: 32px;
  }
  .template-inner h4 {
    font-size: 22px;
  }
  .template-inner h5 {
    font-size: 18px;
  }
  .main-container-wrapper #mini-panel-product_menu,
  .ptmenu.sticky {
    border-bottom: 0;
    background: #e8f7fb;
  }
  /* Banner section */
  .template-inner .banner-section {
    padding: 30px 0 55px;
    background-color: #e8f7fb;
  }
  .banner-content {
    grid-gap: 20px;
  }
  .banner-outer {
    padding: 0px 0 0px;
  }
  .banner-left {
    max-width: 550px;
  }
  .banner-left p {
    max-width: 450px;
  }
  .banner-right {
    max-width: 430px;
    margin: 0 20px;
  }
  .banner-product span {
    height: 55px;
    width: 55px;
    background-size: 30px;
  }
  .banner-product-icon::before {
    transform: scale(0.8);
  }
  .banner-product p {
    font-size: 14px;
  }
  .banner-right-collaborate {
    width: 140px;
    left: 15%;
  }
  .banner-right-create {
    top: 34%;
  }
  /* Banner section */
  /* Sliders section */
  .template-inner .sliders-section {
    padding: 65px 0 0px;
  }
  .sliders-section .slider-show-parent {
    padding-bottom: 155px;
  }
  .template-inner .slider-title h2 {
    font-size: 28px;
  }
  .slide-item {
    padding: 50px 35px 50px;
    height: 360px;
  }
  .slider-heading {
    margin-top: 80px;
  }
  .zwe-ob .slider-heading::before {
    transform: scale(0.85);
    top: -83px;
    left: -2px;
  }
  /* Sliders section */
  /* Grids section */
  .template-inner .grids-section {
    padding: 75px 0 0;
  }
  .grids-section-inner {
    padding: 55px 0 65px;
  }
  .publish-work-section {
    padding-bottom: 75px;
  }
  .grids-heading-wrap {
    /*transform: translateY(28%);*/
    min-width: 120px;
  }
  .grids-top-para {
    margin: 0 auto 45px;
  }
  .grid-outer {
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }
  .grid-item {
    text-align: center;
    max-width: 450px;
    display: grid;
  }
  .grid-item-img {
    margin: 30px auto 0px;
    max-width: 290px;
    grid-row: 3;
    padding: 20px;
  }
  .grid-item:nth-of-type(2) img {
    transition-delay: unset;
  }
  .grid-item:nth-of-type(3) img {
    transition-delay: unset;
  }
  .grid-item:nth-of-type(4) img {
    transition-delay: unset;
  }
  .grid-item:nth-of-type(5) img {
    transition-delay: unset;
  }
  /* Grids section */
  /* Assist section */
  .template-inner .assist-section {
    padding: 75px 0 80px;
  }
  .assist-section .content-wrap {
    max-width: 500px;
    width: 95%;
    grid-gap: 30px;
  }
  .assist-right .assist-img img:last-child {
    max-width: 260px;
  }
  .assist-right .assist-img::before {
    top: 40px;
  }
  .assist-right .assist-img::after {
    right: -70px;
  }
  .assist-contents {
    padding: 65px 45px 0;
  }
  .assist-content-box-2 {
    margin-bottom: 40px;
  }
  .assist-left .assist-img {
    max-width: 270px;
    margin: 0 auto;
  }
  .zia-logo {
    width: 110px;
    height: 110px;
  }
  .zwe-ob .zia-logo {
    transform: scale(1) translate(-50%, -50%);
  }
  .zwe-ob .zia-logo::after {
    transform: scale(1.2);
  }
  /* Assist section */
  /* Enhance experience section */
  .template-inner .enhance-experience-section {
    padding: 65px 0 75px;
  }
  .template-inner .enhance-section-heading {
    font-size: 28px;
  }
  .enhance-section-heading {
    margin: 0 auto 50px;
    max-width: 550px;
  }
  .enhance-product-box {
    height: 170px;
    width: 100%;
    max-width: 290px;
    grid-row: 2;
  }
  .content-item {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .content-item:not(:last-child) {
    margin-bottom: 60px;
  }
  .enhance-product-info {
    text-align: center;
  }
  .product-combo-box span {
    height: 80px;
    width: 80px;
  }
  .product-combo-box span::before {
    transform: scale(1);
  }
  .product-out.product-humaaans::before {
    background-position: -109px -461px;
    height: 25%;
    width: 82%;
    background-size: 408px;
  }
  /* Enhance experience section */
  .template-inner .faq-section {
    padding: 55px 0 0;
  }
  /* Pre footer section */
  .template-inner .pre-footer-section {
    padding: 60px 0 70px;
  }
  .pre-footer-section .content-wrap {
    max-width: 550px;
  }
  /* Pre footer section */
}

@media only screen and (max-width: 600px) {
  .slide-list-wrapper {
    max-width: 80%;
    padding: 0;
    margin: 0 auto;
  }
  .slider-content {
    text-align: center;
  }
  .slider-heading {
    margin-left: auto;
    margin-right: auto;
  }
  .slider-heading::before {
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media only screen and (max-width: 480px) {
  .template-inner h2 {
    font-size: 28px;
  }
  .template-inner h3 {
    font-size: 29px;
  }
  .template-inner h4 {
    font-size: 20px;
  }
  /* Banner section */
  .template-inner .banner-section {
    padding: 20px 0 45px;
  }
  .template-inner .banner-section .content-wrap {
    width: 90%;
  }
  .banner-outer {
    padding: 10px 0 0px;
  }
  .banner-left h1 {
    margin-bottom: 20px;
  }
  .banner-left p {
    font-size: 14px;
    max-width: 350px;
  }
  .banner-right {
    padding-top: 0;
  }
  .banner-right img {
    max-width: 100%;
  }
  .banner-right-collaborate {
    display: none;
  }
  .banner-right-create {
    display: none;
  }
  .banner-products {
    margin-top: 30px;
  }
  /* Banner section */
  /* Sliders section */
  .template-inner .sliders-section {
    padding: 50px 0 0px;
  }
  .template-inner .slider-title h2 {
    font-size: 26px;
  }
  .sliders-section .slider-show-parent {
    padding-bottom: 145px;
  }
  .slider-parent:not(:last-of-type) .slider {
    margin-bottom: 140px;
  }
  .slider-title {
    grid-gap: 5px;
  }
  .slider-head {
    margin: 0 auto 30px;
  }
  .slider-head-content {
    grid-row-gap: 8px;
  }
  .slider-product-icon::before {
    transform: scale(0.9);
  }
  .slide-list-wrapper {
    max-width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  /* Sliders section */
  /* Grids section */
  .template-inner .grids-section {
    padding: 65px 0 0;
  }
  .grids-section-inner {
    padding: 45px 0 50px;
  }
  .publish-work-section {
    padding-bottom: 60px;
  }
  .grids-heading-wrap {
    display: none;
  }
  .hidden-page-span {
    display: inline-block;
    font-family: var(--primaryfont-bold);
  }
  /* Grids section */
  /* Assist section */
  .template-inner .assist-section {
    padding: 65px 0;
  }
  .assist-section .content-wrap {
    width: 95%;
    /* grid-gap: 0; */
  }
  .assist-panel {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
  }
  .assist-contents {
    padding: 50px 25px 0;
  }
  .assist-left .assist-img-container {
    padding: 0 35px 55px;
  }
  .assist-left .assist-img {
    max-width: 220px;
    margin: 0 auto;
  }
  .zia-logo {
    width: 90px;
    height: 90px;
  }
  .zwe-ob .zia-logo {
    transform: scale(1) translate(-50%, -50%);
  }
  .zwe-ob .zia-logo::after {
    transform: scale(1.1);
  }
  .assist-right .assist-img {
    padding: 0;
  }
  .assist-right .assist-img img:last-child {
    max-width: 200px;
  }
  .assist-right .assist-img::before {
    display: none;
  }
  .assist-right .assist-img::after {
    display: none;
  }
  /* Assist section */
  /* Enhance experience section */
  .template-inner .enhance-section-heading {
    font-size: 27px;
  }
  .template-inner .enhance-experience-section {
    padding: 50px 0 65px;
  }
  .enhance-section-heading {
    margin: 0 auto 40px;
    max-width: 400px;
  }
  .content-item {
    grid-gap: 30px;
  }
  .product-combo-box span {
    height: 70px;
    width: 70px;
  }
  .product-combo-box.combo-3 span:first-child,
  .product-combo-box.combo-3 span:last-child {
    margin: 0px 18px;
  }
  .product-combo-box span::before {
    transform: scale(0.8);
  }
  .product-out.product-humaaans::before {
    width: 95%;
  }
  /* Enhance experience section */
  /* FAQ section */
  .template-inner .faq-section {
    padding: 45px 0 0;
  }
  .faq-accordian {
    margin: 40px auto 0;
  }
  .faq-accordian li {
    padding: 20px 10px;
  }
  .faq-accordian h5 {
    padding-right: 20px;
  }
  .faq-accordian p {
    padding: 10px 20px 0 0;
  }
  /* FAQ section */
  .template-inner .pre-footer-section {
    padding: 50px 0 60px;
  }
  .template-inner .pre-footer-heading {
    font-size: 27px;
  }
}

@media only screen and (max-width: 430px) {
  .slide-list-wrapper {
    max-width: 100%;
  }
}

@media only screen and (max-width: 415px) {
  .slick-track {
    display: flex !important;
  }
  .slide-item {
    height: inherit !important;
    width: auto;
  }
  button.slick-prev,
  button.slick-next {
    bottom: -60px;
  }
}

/*feature-breadcrumb start*/
.feature-breadcrumb {
  padding-top: 23px;  
}
.feature-breadcrumb.breadcrumb-dark li {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a {
  color: #666;
}
.feature-breadcrumb.breadcrumb-dark li a:hover {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a:after {
  background: #000;
}
.feature-breadcrumb.breadcrumb-light li {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:hover {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:after {
  background: #fff;
}
.feature-breadcrumb .jpc-container {
  max-width: 1240px;
  padding: 0px 20px;  
  margin-left: auto;
  margin-right: auto;
}
.feature-breadcrumb li {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  color: #fff;
}
.feature-breadcrumb li a {
  color: #8cbaff;
  position: relative;
  display: block;
  transition: 0.2s;
  padding-bottom: 4px;
}
.feature-breadcrumb li a:hover {
  color: #fff;
}
.feature-breadcrumb li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}
.feature-breadcrumb li a:before {
  content: '>';
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  right: -8px;
  top: -1px;
  font-size: 13px;
  font-weight: 400;
  pointer-events: none;
}
.feature-breadcrumb li a:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.3s linear;
}
/*feature-breadcrumb end*/