.pagewrapper {
  --h1-size: 64px;
  --h2-size: 56px;
  --p1-size: 24px;
  --p2-size: 20px;
  --p3-size: 16px;
  --h3-size: 24px;

}

.zwc-flx-cnt {
  display: flex;
  flex-wrap: wrap;
}

.pagewrapper .content-wrap {
  padding: 90px 0;
}

.pagewrapper .act-btn {
  padding: 12px 16px;
  opacity: 1;
  visibility: visible;
}

.pagewrapper h1,
.pagewrapper h2,
.pagewrapper h3 {
  font-family: var(--primaryfont-semibold);
}

.pagewrapper h1 {
  letter-spacing: -1.92px;
  font-size: var(--h1-size);
}

.pagewrapper h2 {
  letter-spacing: -1.44px;
  font-size: var(--h2-size);
}

.pagewrapper h3 {
  letter-spacing: -0.24px;
  font-size: var(--h3-size);
}

.pagewrapper p {
  letter-spacing: -0.32px;
}

.zwc-ind-challenges .slick-prev:before,
.zwc-ind-challenges .slick-next:before,
.zwc-feature-block3 .zwc-flx-cnt .zwc-cont-card h3::before,
.zwc-testimonial .slick-prev:before,
.zwc-testimonial .slick-next:before,
.zwc-ind-bnr .zwc-flx-two:last-child::before,
.zwc-feature-block3 .zwc-flx-cnt .zwc-cont-card::before {
  position: absolute;
  content: "";
}

/* Banner section start */

.zwc-ind-bnr .zwc-flx-two:first-child {
  width: 50%;
}

.zwc-ind-bnr .zwc-flx-two:last-child {
  width: 53%;
  /* margin-right: -100px; */
  position: relative;
  margin-right: clamp(-60px, 4vw, -100px);

}

.zwc-ind-bnr .zwc-flx-two:last-child div {
  margin-left: auto;
}

.zwc-ind-bnr .zwc-flx-two:last-child p {
  max-width: 420px;
  font-size: var(--p3-size);
}

.zwc-ind-bnr .zwc-flx-two img {
  max-width: clamp(100%, 45vw, 115%);
}

.zwc-ind-bnr .zwc-flx-cnt {
  align-items: start;
  justify-content: space-between;
}

.zwc-ind-bnr .zwc-flx-two:last-child::before {
  /* background: url(../images/logi-banner-rect.png)no-repeat; */
  background: linear-gradient(177.99deg, #003203 1.7%, #002902 104.7%);

  width: 70%;
  height: 50%;
  bottom: -30px;
  left: -20px;
  transform: rotate(-180deg);
  border-bottom-right-radius: 30px;
  z-index: -1;
  display: none;
}

/* End Banner section */

/* Trusted Brands */
.pagewrapper .zwc-trusted-brands .content-wrap {
  padding: 88px 0 70px;
  max-width: 1060px;
}

.zwc-trusted-brands .content-wrap h2 {
  font-size: var(--h2-font-5);
  text-align: center;
  margin: 0 0 32px;
  letter-spacing: inherit;
  color: #000E33;
}

.zwc-trusted-brands ul li {
  width: 16.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.zwc-trusted-brands ul li img {
  display: block;
}

.zwc-trusted-brands ul li {
  transition: transform .1s ease-in-out;
}

.zwc-trusted-brands.in-view ul li {
  transform: scale(1);
}

.zwc-trusted-brands p {
  font-size: 12px;
  padding: 8px 12px;
  border: 1px solid #929EBD;
  border-radius: 100px;
  max-width: 607px;
  margin: 34px auto 0;
  font-family: var(--primaryfont-semibold);
  display: flex;
  gap: 12px;
}

.zwc-gartner-view {
  margin-right: 8px;
}

/* End Trusted Brands */

/* Feature block1 start */
.zwc-feature-block1 {
  background-color: #001E03;
  color: #fff;
  padding-bottom: 80px;
}

.zwc-feature-block1 .zwc-feature-cont {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.zwc-feature-block1 .zwc-feature-cont p:last-child {
  margin-bottom: 0;
}

.zwc-ind-challenges {
  border-radius: 35px;
  max-width: 1620px;
  margin: 0 auto;
  padding: 100px 0 80px;
  position: relative;
  background: linear-gradient(177.99deg, #003203 1.7%, #002902 104.7%);
}

.pagewrapper .zwc-ind-challenges .content-wrap {
  padding: 0;
}


.zwc-ind-challenges:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  z-index: 1;
  width: 100px;
  height: 100%;
  /* background: url(/sites/zweb/images/creator/industry/solving-education-dots.png) no-repeat; */
  background: url(/sites/zweb/images/creator/solutions/dots-rect-log.png)no-repeat;

}

.zwc-ind-challenges .zwc-top-cont {
  max-width: 530px;
}

.zwc-ind-challenges .zwc-top-cont p {
  font-family: var(--zf-primary-medium);
  font-size: var(--p2-size);
}

.zwc-challenge-slider {
  margin-top: 110px;
}

/* .zwc-ind-challenges .zwc-chlg-cnt p,  */
.zwc-ind-challenges .zwc-chlg-cnt h3 {
  font-size: var(--p1-size);
  font-family: var(--zf-primary-medium);
  max-width: 490px;
  color: rgba(255, 255, 255, 0.4);
  transition: all ease 0.5s;
}

.zwc-ind-challenges .zwc-chlg-cnt p {
  margin-bottom: 0;
  font-size: var(--p2-size);
  font-family: var(--zf-primary-regular);
  max-width: 490px;
  color: rgba(255, 255, 255, 0.4);


}

.zwc-ind-challenges .slick-active p,
.zwc-ind-challenges .slick-active h3 {
  color: #fff;
}



.zwc-ind-challenges .slick-next,
.zwc-ind-challenges .slick-prev {
  border: 2px solid #fff;
  border-radius: 50px;
  width: 38px;
  height: 38px;
  top: -150px;
}

.zwc-ind-challenges .slick-prev {
  right: 260px;
  left: inherit;
}

.zwc-ind-challenges .slick-next {
  right: 206px;
}

.zwc-ind-challenges .slick-prev:after,
.zwc-ind-challenges .slick-next:after {
  display: none;
}

.zwc-ind-challenges .slick-prev:before,
.zwc-ind-challenges .slick-next:before {
  background: url(/sites/zweb/images/creator/solutions/non-profit-sprite.svg)no-repeat;
  background-position: -120px -1px;
  width: 9px;
  height: 14px;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.zwc-ind-challenges .slick-prev:before {
  transform: translate(-50%, -50%) rotate(-180deg);
  left: 50%;

}

.slick-dots li {
  background: #AFB1BB;
  border: 1px solid #AFB1BB;
}

.slick-dots li.slick-active {
  background: #fff;
  border: 1px solid #fff;
}

/* End Feature block1 */

/* Feature block2 start */

.zwc-feature-block2 .zwc-feature-blocks {
  max-width: 1130px;
  margin: 0 auto;
}

.zwc-feature-block2 .zwc-flx-cnt {
  align-items: center;
}

.zwc-feature-block2 .zwc-flx-cnt .zwc-flx-two {
  width: 55%;
}

.zwc-feature-block2 .zwc-flx-cnt .zwc-flx-two:last-child {
  width: 45%;
  text-align: right;
}

/* End Feature block2 */


/* Feature block2 start  */
.zwc-feature-block3 h2 {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px;
}

.zwc-feature-block3 .zwc-flx-cnt {
  justify-content: space-between;
}

.zwc-feature-block3 .zwc-flx-cnt .zwc-cont-card {
  position: relative;
  width: 20%;
  overflow: hidden;
}

.zwc-feature-block3 .zwc-flx-cnt .zwc-cont-card::before {
  right: -80px;
  bottom: -80px;
  width: 230px;
  height: 230px;
  background: radial-gradient(circle, rgba(180, 255, 200, 0.25) 0%, rgba(180, 255, 200, 0.25) 10%, rgba(180, 255, 200, 0.05) 60%, transparent 70%);
  z-index: -1;
}

.zwc-feature-block3 .zwc-flx-cnt .zwc-cont-card h3 {
  max-width: 160px;
  position: relative;
  padding-top: 45px;
}

.zwc-feature-block3 .zwc-flx-cnt .zwc-cont-card h3::before {
  background: url(/sites/zweb/images/creator/solutions/non-profit-sprite.svg)no-repeat;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-position: 0 0;
}

.zwc-feature-block3 .zwc-flx-cnt .zwc-cont-card .zwc-icon2::before {
  width: 22px;
  height: 16px;
  background-position: -31px 0;
}

.zwc-feature-block3 .zwc-flx-cnt .zwc-cont-card .zwc-icon3::before {
  background-position: -62px 0;
}

.zwc-feature-block3 .zwc-flx-cnt .zwc-cont-card .zwc-icon4::before {
  width: 18px;
  background-position: -93px 0;
}

.zwc-feature-block3 .zwc-flx-cnt .zwc-cont-card p {
  font-family: var(--zf-primary-medium);
}

/* End Feature block3 */

/* Testimonial */
.zwc-testimonial {
  background: #FAFAFA;
  margin-top: 40px;
}

.pagewrapper .zwc-testimonial .content-wrap {
  padding: 90px 16px;
}

.zwc-testimonial .zwc-test-heading,
.zwc-testi-wrap>div {
  max-width: 800px;
}

.zwc-testimonial .zwc-test-heading,
.zwc-testi-slider p span {
  font-family: var(--zf-primary-medium);
}

.zwc-testi-slider .zwc-testi-desc,
.zwc-testi-slider p {
  font-family: var(--primaryfont-semibold);
}

.zwc-testimonial .zwc-test-heading,
.zwc-testi-slider p {
  font-size: 16px;
}

.zwc-testimonial .zwc-test-heading {
  line-height: 24px;
  margin: 0 auto 16px;
  display: block;
}

.zwc-testi-wrap>div {
  margin: 0 auto;
}

.zwc-testi-slider .zwc-testi-desc {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.8px;
  margin-bottom: 32px;
}

.zwc-testi-slider div img {
  border-radius: 50px;
  margin-right: 16px;
  display: none;
}

.zwc-testi-slider p {
  font-size: 20px;
  margin-bottom: 0;
}

.zwc-testi-slider p span {
  font-size: 16px;
  display: block;
}

.pagewrapper p.zwc-mr-btn {
  text-align: right;
  margin-right: 70px;
}

.zwc-testimonial .slick-next,
.zwc-testimonial .slick-prev {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.25);
}

.zwc-testimonial .slick-prev:before,
.zwc-testimonial .slick-next:before {
  background: url(/sites/zweb/images/creator/solutions/non-profit-sprite.svg)no-repeat;
  background-position: -140px 0px;
  top: 50%;
  left: 53%;
  width: 13px;
  height: 24px;
  transform: translate(-50%, -50%);
}

.zwc-testimonial .slick-prev:before {
  transform: translate(-50%, -50%) rotate(-180deg);
  left: 50%;

}

.zwc-testimonial .slick-next:after,
.zwc-testimonial .slick-prev:after {
  display: none;
}

.zwc-testi-wrap .zwc-flx-cnt {
  align-items: center;
}

.zwc-des-part.zwc-flx-cnt {
  justify-content: space-between;
  gap: 30px;
}

.zwc-testi-slider .zwc-des-part .zwc-flx-two:last-child div img {
  border-radius: inherit;
  margin-right: 0;
  display: block;
}

/* End Testimonial */

/* Bottom CTA */
.zwc-ind-btm-cta {
  text-align: center;
}

.zwc-ind-btm-cta p {
  max-width: 420px;
  margin: 0 auto 20px;
}

.zwc-ind-btm-cta h2 {
  font-size: var(--h2-size);
  max-width: 600px;
  margin: 0 auto 20px;
}


/* End Bottom CTA */

@media(max-width:1440px) {
  .pagewrapper {
    --h1-size: 54px;
    --h2-size: 45px;
    --h3-size: 22px;
    --p1-size: 22px;
    --p2-size: 18px;
    --p3-size: 16px;
  }

  .pagewrapper .content-wrap {
    padding: 80px 0;
  }

  /* Banner section start */
  .zwc-ind-bnr .zwc-flx-two:first-child {
    width: 50%;
  }

  .zwc-ind-bnr .zwc-flx-two:last-child {
    width: 44%;
    margin-right: 0;
  }

  .zwc-ind-bnr .zwc-flx-two img {
    max-width: 100%;
  }

  /* End Banner section */
  /* Trusted Brands  */
  .zwc-trusted-brands h2 {
    margin-top: 0;
  }

  /* End Trusted Brands  */
  /* Challenges */
  .zwc-ind-challenges {
    border-radius: 20px;
  }

  .zwc-ind-challenges:before {
    display: none;
  }

  .zwc-challenge-slider {
    margin-top: 80px;
  }

  .zwc-ind-challenges {
    padding: 100px 0 80px;
  }

  .zwc-ind-challenges .slick-next,
  .zwc-ind-challenges .slick-prev {
    top: -110px;
  }

  .zwc-ind-challenges h2 {
    max-width: 770px;
  }

  .zwc-ind-challenges .zwc-chlg-cnt p,
  .zwc-ind-challenges .zwc-chlg-cnt h3 {
    max-width: 420px;
  }

  /* End Challenges */

  /* Testimonial  */
  .zwc-testi-slider .zwc-testi-desc {
    font-size: 32px;
  }

  /* End Testimonial */
}

@media(max-width:1199px) {
  .pagewrapper {
    --h1-size: 48px;
    --h2-size: 40px;
    --p2-size: 18px;
    --p3-size: 16px;
  }

  .pagewrapper .content-wrap {
    padding: 70px 0;
  }


  /* Trusted Brands */
  .pagewrapper .zwc-trusted-brands .content-wrap {
    max-width: 848px;
  }

  .zwc-trusted-brands p {
    padding: 12px;
  }

  /* End Trusted Brands */

  /* Challenges */
  .zwc-ind-challenges {
    padding: 80px 0;
  }

  .zwc-challenge-slider {
    margin-top: 60px;
  }

  .zwc-ind-challenges .zwc-chlg-cnt p,
  .zwc-ind-challenges .zwc-chlg-cnt h3 {
    max-width: 350px;
  }

  .zwc-ind-challenges h2 {
    max-width: 590px;
  }

  /* End Challenges */
  /*Testimonial */
  .zwc-testimonial {
    margin-top: 0;
  }

  .zwc-testi-wrap>div,
  .zwc-testimonial .zwc-test-heading {
    max-width: 715px;
  }

  /* End Testimonial */

  /* Feature block2 start */

  .zwc-feature-block2>.content-wrap {
    padding-bottom: 20px;
  }

  .zwc-feature-block3 h2 {
    margin-bottom: 50px;
  }

  /* End Feature block2  */

  .zwc-feature-block3 .zwc-flx-cnt .zwc-cont-card {
    width: 23%;
  }

}

@media(max-width:991px) {

  /* Banner section start */
  .zwc-ind-bnr .zwc-flx-two:first-child,
  .zwc-ind-bnr .zwc-flx-two:last-child {
    width: 100%;
    text-align: center;
  }

  .zwc-ind-bnr .zwc-flx-two:last-child {
    margin-top: 40px;
  }

  .zwc-ind-bnr .zwc-flx-two:last-child::before,
  .zwc-feature-block3 .zwc-flx-cnt .zwc-cont-card::before {
    display: none;
  }

  /* End Banner section */

  /* Trusted Brands */
  .zwc-trusted-brands ul {
    gap: 32px;
  }

  .zwc-trusted-brands ul li {
    width: 29.3%;
  }

  /* End Trusted Brands */

  /* Challenges */

  .zwc-ind-challenges .slick-prev {
    right: 70px;
  }

  .zwc-ind-challenges .slick-next {
    right: 20px;
  }

  /* End Challenges */

  /* Feature block2 start */
  .zwc-feature-block2 .zwc-flx-cnt .zwc-flx-two,
  .zwc-feature-block2 .zwc-flx-cnt .zwc-flx-two:last-child {
    width: 100%;
    text-align: center;
  }

  .zwc-feature-block2 .zwc-flx-cnt .zwc-flx-two:last-child {
    margin-top: 30px;
  }

  /* End Feature block2 */

  /* Feature block3 start */
  .zwc-feature-block3 .zwc-flx-cnt {
    gap: 20px;
  }

  .zwc-feature-block3 .zwc-flx-cnt .zwc-cont-card {
    width: 47%;
  }

  /* End Feature block3 */

  /*Testimonial */
  .zwc-testi-wrap>div,
  .zwc-testimonial .zwc-test-heading {
    max-width: 540px;
  }

  .zwc-testimonial p.zwc-mr-btn {
    margin: 0 40px 0 0;
  }

  .zwc-testi-slider .zwc-testi-desc {
    font-size: 32px;
    line-height: 44px;
  }

  .zwc-ind-challenges .slick-dots {
    margin: 50px 0 0;
  }

  /*End Testimonial */


}

@media(max-width:767px) {
  .pagewrapper {
    --h1-size: 42px;
    --h2-size: 36px;
  }

  .pagewrapper .content-wrap {
    padding: 60px 0;
  }

  /* Trusted Brands */
  .pagewrapper .zwc-trusted-brands .content-wrap {
    max-width: inherit;
    padding: 40px 0 60px;
  }

  .zwc-trusted-brands ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .zwc-trusted-brands h2 {
    margin: 0 0 40px;
  }

  .zwc-trusted-brands p {
    flex-direction: column;
    text-align: center;
  }

  .zwc-gartner-view {
    margin: 0 auto;
  }

  /* End Trusted Brands */

  /* Challenges */
  .zwc-ind-challenges {
    padding: 70px 0 120px;
  }

  .zwc-ind-challenges p {
    max-width: 600px;
  }

  .zwc-ind-challenges .zwc-chlg-cnt p,
  .zwc-ind-challenges .zwc-chlg-cnt h3 {
    max-width: 550px;
  }

  .zwc-ind-challenges .slick-next,
  .zwc-ind-challenges .slick-prev {
    top: unset;
    bottom: -100px;
    right: unset;
    left: 47px;

  }

  .zwc-ind-challenges .slick-prev {
    left: 0px;
  }

  /* End Challenges */

  /* Testimonial */
  .pagewrapper .zwc-testimonial .content-wrap {
    max-width: inherit;
    padding: 80px 16px 100px;
  }

  .zwc-testi-wrap>div,
  .zwc-testimonial .zwc-test-heading {
    max-width: inherit;
  }

  .zwc-testi-slider .zwc-testi-desc {
    font-size: 24px;
    line-height: 32px;
  }

  .zwc-testi-slider p {
    width: 100%;
  }

  .zwc-testimonial .slick-next,
  .zwc-testimonial .slick-prev {
    top: unset;
    bottom: -80px;
  }

  .zwc-testimonial .slick-next {
    right: unset;
    left: 60px;
  }



  /* End Testimonial */

  .zwc-feature-block3 .zwc-flx-cnt .zwc-cont-card h3 {
    padding-top: 35px;
  }
}

@media(max-width:480px) {

  .pagewrapper {
    --h1-size: 40px;
    --h2-size: 33px;
  }

  .zwc-ind-bnr .zwc-flx-two:first-child,
  .zwc-ind-bnr .zwc-flx-two:last-child,
  .zwc-feature-block1 .zwc-feature-cont,
  .zwc-feature-block2 .zwc-flx-cnt .zwc-flx-two,
  .zwc-feature-block2 .zwc-flx-cnt .zwc-flx-two:last-child,
  .zwc-feature-block3 h2 {
    text-align: left;
  }

  /* Trusted Brands  */
  .zwc-trusted-brands ul {
    gap: 40px;
  }

  .zwc-trusted-brands ul li {
    width: 40%;
  }

  /* End Trusted Brands */

  /* Feature block1 start */

  .zwc-feature-block1 {
    padding-bottom: 60px;
  }

  .zwc-feature-block1>.content-wrap,
  .zwc-feature-block2>.content-wrap {
    padding-bottom: 30px;
  }

  .zwc-ind-challenges {
    padding: 60px 0 120px;
  }

  .zwc-ind-challenges .slick-dots {
    margin: 30px 0 0;
  }

  /* End Feature block1  */

  .zwc-feature-block3 .zwc-flx-cnt .zwc-cont-card h3 {
    max-width: 100%;
  }

  /* Feature block3 start */

  .zwc-feature-block3 h2 {
    margin-bottom: 50px;
  }

  .zwc-feature-block3 .zwc-flx-cnt .zwc-cont-card {
    width: 100%;
  }

  /* End Feature block3  */

  /* Testimonial */
  .zwc-testi-wrap {
    display: none;
  }

  .zwc-testimonial .zwc-testi-wrap:first-child {
    display: block;
  }

  .pagewrapper .zwc-testimonial .content-wrap {
    padding: 50px 16px 120px;
  }

  .zwc-testimonial .slick-next,
  .zwc-testimonial .slick-prev {
    bottom: -105px;
  }

  .zwc-testi-wrap>div,
  .zwc-testimonial .zwc-test-heading {
    padding: 0;
  }

  .zwc-testimonial p.zwc-mr-btn {
    text-align: left;
    margin: 20px 20px 0 0;
  }

  /* End Testimonial */
}