@charset "UTF-8";

.zwc-flex {
  display: flex;
}

.zw-product-header {
  background-color: #000E33;
}

.content-wrap {
  max-width: 1320px;
}

.zwc-talk-btn {
  background-color: var(--primary-btn-color);
  cursor: pointer;
  padding: 20px 50px;
  border-radius: 4px;
  font: 16px/1 var(--zf-secondary-medium);
  border: none;
  color: #fff;
  text-transform: uppercase;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.zwc-arrow {
  position: absolute;
  right: -20px;
  bottom: 30px;
}

.zwc-arrow path {
  fill: none;
  stroke: #a0bbff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.zwc-customer-review .middle-animated .zwc-arrow path {
  animation: dash 10s ease forwards;
}

.zwc-banner {
  background-color: #000E33;
  padding: 100px 0 90px;
}

.zwc-banner .zwc-flex {
  align-items: center;
}

.zwc-banner .zwc-bnr-cont {
  width: 63%;
  padding-right: 50px;
  color: #fff;
}

.zwc-banner .zwc-bnr-cont h1 {
  font: 64px/1 var(--primaryfont-semibold);
  line-height: normal;
}

.zwc-banner .zwc-bnr-cont p {
  font: 22px/30px var(--zf-secondary-medium);
  max-width: 530px;
  margin: 25px 0 30px;
}

.zwc-banner .zwc-bnr-image {
  width: 37%;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.zwc-banner .zwc-bnr-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/sites/zweb/images/creator/sap/banner-ellipse.png) no-repeat center;
  top: 0;
  left: 0;
  background-size: contain;
  z-index: 0;
}

.zwc-banner .zwc-bnr-image::after {
  position: absolute;
  content: "";
  border-radius: 424px;
  opacity: 0.7;
  background: linear-gradient(180deg, var(--Purple-500, #5E05FF) 0%, var(--Pink-600, #C80B49) 39.42%, var(--Cyan-500, #10DFFA) 92.31%);
  filter: blur(98px);
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
  z-index: -1;
}

.zwc-featuresblock-one {
  padding: 120px 0;
}

.zwc-featuresblock-one .zwc-top {
  justify-content: space-between;
  margin-bottom: 90px;
}

.zwc-featuresblock-one .zwc-top h2 {
  font: 48px/1.2 var(--primaryfont-semibold);
  width: 50%;
}

.zwc-featuresblock-one .zwc-top p {
  font-size: 20px;
  width: 42%;
}

.zwc-featuresblock-one .zwc-card-details {
  justify-content: space-between;
}

.zwc-featuresblock-one .zwc-card-details .zwc-card {
  max-width: 325px;
}

.zwc-featuresblock-one .zwc-card-details .zwc-card h3 {
  font: 24px/1.2 var(--primaryfont-semibold);
  margin: 20px 0;
}

.zwc-featuresblock-one .zwc-card-details .zwc-card p {
  font-size: 16px;
  line-height: 1.5;
}

.zwc-featuresblock-one .zwc-card-details .zwc-sprite {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background-color: #0047FF;
}

.zwc-featuresblock-one .zwc-card-details .zwc-sprite::before {
  position: absolute;
  content: "";
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: url(/sites/zweb/images/creator/sap/sap-sprite.svg) no-repeat;
}

.zwc-featuresblock-one .zwc-card-details .zwc-sprite.icon1::before {
  background-position: -260px -1px;
  width: 29px;
  height: 30px;
}

.zwc-featuresblock-one .zwc-card-details .zwc-sprite.icon2::before {
  background-position: -301px -5px;
  width: 25px;
  height: 25px;
}

.zwc-featuresblock-one .zwc-card-details .zwc-sprite.icon3::before {
  background-position: -335px -1px;
  width: 30px;
  height: 25px;
}

.zwc-customer-review .zwc-review-box {
  max-width: 1536px;
  padding: 110px 0;
  margin: 0 auto;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(to bottom right, #012B99 0%, #001D66 51%) bottom right/50% 51% no-repeat, linear-gradient(to bottom left, #012B99 0%, #001D66 50%) bottom left/50% 51% no-repeat, linear-gradient(to top left, #012B99 0%, #001D66 50%) top left/50% 50% no-repeat, linear-gradient(to top right, #012B99 0%, #001D66 50%) top right/50% 50% no-repeat;
}

.zwc-customer-review .zwc-review-box .content-wrap {
  max-width: 1120px;
}

.zwc-customer-review .zwc-review-top {
  gap: 55px;
  margin-bottom: 50px;
}

.zwc-customer-review .zwc-review-top h2 {
  font: 45px/1.15 var(--zf-secondary-medium);
  position: relative;
  max-width: 610px;
}

.zwc-customer-review .zwc-review-top h2::after {
  position: absolute;
  content: "";
  right: -20px;
  bottom: 40px;
  background: url(/sites/zweb/images/creator/sap/sap-arrow.svg) no-repeat;
  width: 148px;
  height: 39px;
  display: none;
}

.zwc-customer-review .zwc-review-top h3 {
  font: 64px/1 var(--primaryfont-semibold);
}

.zwc-customer-review .zwc-review .zwc-customer-image {
  width: 50%;
}

.zwc-customer-review .zwc-review .zwc-customer-image div {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.zwc-customer-review .zwc-review .zwc-customer-image div img {
  border-radius: 18px;
}

.zwc-customer-review .zwc-review .zwc-customer-image div::before {
  position: absolute;
  content: "";
  width: calc(100% - 25px);
  height: calc(100% + 20px);
  bottom: 0;
  right: -30px;
  transform: rotate(3deg);
  border-radius: 18px;
  background: #002075;
  z-index: -1;
}

.zwc-customer-review .zwc-review .zwc-customer-image .video-icon {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 42px;
  height: 42px;
  bottom: 20px;
  right: 10px;
}

.zwc-customer-review .zwc-review .zwc-customer-image .video-icon::before,
.zwc-customer-review .zwc-review .zwc-customer-image .video-icon::after {
  content: "";
  position: absolute;
  z-index: 1;
}

.zwc-customer-review .zwc-review .zwc-customer-image .video-icon::before {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  border: 3px solid #fff;
  right: 0px;
  top: 0px;
}

.zwc-customer-review .zwc-review .zwc-customer-image .video-icon::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  width: 0;
  height: 0;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.zwc-customer-review .zwc-review .zwc-cus-review {
  width: 50%;
}

.zwc-customer-review .zwc-review .zwc-cus-review .zwc-cus-in {
  max-width: 455px;
  margin-left: auto;
}

.zwc-customer-review .zwc-review .zwc-cus-review .zwc-cus-in>p {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
  padding-top: 40px;
}

.zwc-customer-review .zwc-review .zwc-cus-review .zwc-cus-in>p::before {
  position: absolute;
  content: " “ ";
  top: 30px;
  left: 0;
  font-size: 110px;
  line-height: 1px;
}

.zwc-customer-review .zwc-review .zwc-cus-review .zwc-profile {
  align-items: center;
  justify-content: space-between;
}

.zwc-customer-review .zwc-review .zwc-cus-review .zwc-profile p {
  font: 24px/32px var(--primaryfont-semibold);
  margin-bottom: 0;
}

.zwc-customer-review .zwc-review .zwc-cus-review .zwc-profile p span {
  font-size: 16px;
  display: block;
  font-family: var(--zf-secondary-medium);
}

.zwc-featureblock-two {
  padding: 120px 0 40px;
}

.zwc-featureblock-two h2 {
  font: 48px/1.2 var(--primaryfont-semibold);
  max-width: 755px;
  text-align: center;
  margin: 0 auto 65px;
}

.zwc-featureblock-two .zwc-feature-cards {
  flex-wrap: wrap;
}

.zwc-featureblock-two .zwc-feature-cards .zwc-feat-card {
  width: 33.33%;
  padding: 0 24px;
  margin-bottom: 80px;
}

.zwc-featureblock-two .zwc-feature-cards .zwc-feat-card h3 {
  font: 24px/1.3 var(--primaryfont-semibold);
  padding-top: 50px;
  position: relative;
}

.zwc-featureblock-two .zwc-feature-cards .zwc-feat-card p {
  font-size: 16px;
  line-height: 1.5;
}

.zwc-featureblock-two .zwc-feature-cards .zwc-sprite::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url(/sites/zweb/images/creator/sap/sap-sprite.svg) no-repeat;
}

.zwc-featureblock-two .zwc-feature-cards .zwc-sprite.icon1::before {
  background-position: 0 -3px;
  width: 45px;
  height: 28px;
}

.zwc-featureblock-two .zwc-feature-cards .zwc-sprite.icon2::before {
  background-position: -58px -1px;
  width: 34px;
  height: 37px;
}

.zwc-featureblock-two .zwc-feature-cards .zwc-sprite.icon3::before {
  background-position: -102px -1px;
  width: 21px;
  height: 34px;
}

.zwc-featureblock-two .zwc-feature-cards .zwc-sprite.icon4::before {
  background-position: -134px 0;
  width: 27px;
  height: 38px;
}

.zwc-featureblock-two .zwc-feature-cards .zwc-sprite.icon5::before {
  background-position: -174px -1px;
  width: 33px;
  height: 35px;
}

.zwc-featureblock-two .zwc-feature-cards .zwc-sprite.icon6::before {
  background-position: -221px -6px;
  width: 33px;
  height: 33px;
}

.zwc-featureblock-three .zwc-fbt-head {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 70px;
}

.zwc-featureblock-three .zwc-fbt-head h2 {
  font: 48px/1.15 var(--primaryfont-semibold);
  margin-bottom: 24px;
}

.zwc-featureblock-three .zwc-fbt-head p {
  font-size: 20px;
  line-height: 1.3
}

.zwc-featureblock-three .zwc-category-cards {
  justify-content: space-between;
}

.zwc-featureblock-three .zwc-category-cards .zwc-cat-card {
  padding: 38px 33px;
}

.zwc-featureblock-three .zwc-category-cards .zwc-cat-card h3 {
  color: #0047FF;
  font: 24px/1.3 var(--primaryfont-semibold);
  margin-bottom: 25px;
}

.zwc-featureblock-three .zwc-category-cards .zwc-cat-card ul li {
  position: relative;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 20px;
}

.zwc-featureblock-three .zwc-category-cards .zwc-cat-card ul li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #0047FF;
  left: 0;
  top: 1px;
}

.zwc-featureblock-three .zwc-category-cards .zwc-cat-card ul li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 4px;
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  left: 4px;
  top: 6px;
  transform: rotate(-40deg);
}

.zwc-featureblock-three .zwc-category-cards .zwc-cat-card img {
  margin-top: 25px;
}

.zwc-featureblock-three .zwc-category-cards .zwc-cat-card:not(:last-child) {
  border-right: 3px dotted rgba(112, 112, 112, 0.3019607843);
}

.zwc-bottom {
  text-align: center;
  padding: 120px 0 200px;
  position: relative;
}

.zwc-bottom::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 160px;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #fff 0%, rgba(16, 223, 250, 0.3) 15%, rgba(94, 5, 255, 0.3) 68.27%), #fff 90%;
  opacity: 0.2;
}

.zwc-bottom h2 {
  font: 48px/1.25 var(--primaryfont-semibold);
  max-width: 840px;
  margin: 0 auto;
}

.zwc-bottom p {
  font-size: 20px;
  line-height: 1.3;
  max-width: 750px;
  margin: 30px auto;
}

.pagewrapper .zwc-trusted-brands .content-wrap {
  padding: 88px 0 0;
  max-width: 1060px;
}

.zwc-trusted-brands h2 {
  font-size: 20px;
  text-align: center;
  margin: 0 0 32px;
  letter-spacing: -0.48px;
}

.zwc-trusted-brands .zwc-flx-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px auto;
}

.zwc-trusted-brands ul li {
  width: 16.6%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zwc-trusted-brands ul li img {
  display: block;
}

.zwc-trusted-brands ul li {
  transition: transform 0.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: 614px;
  margin: 34px auto 0;
  font-family: var(--primaryfont-semibold);
  display: flex;
  gap: 12px;
}

.zwc-gartner-view {
  margin-right: 8px;
}

@media only screen and (max-width: 1440px) {
  .zwc-banner .zwc-bnr-cont h1 {
    font-size: 55px;
  }

  .zwc-featuresblock-one .zwc-top h2 {
    font-size: 40px;
    width: 56%;
  }

  .zwc-featuresblock-one .zwc-top p {
    font-size: 18px;
  }

  .zwc-customer-review .zwc-review-top h2 {
    font-size: 42px;
  }

  .zwc-customer-review .zwc-review-top h3 {
    font-size: 58px;
  }

  .zwc-customer-review .zwc-review .zwc-cus-review .zwc-cus-in>p {
    font-size: 28px;
  }

  .zwc-featureblock-three .zwc-category-cards .zwc-cat-card h3 {
    font-size: 22px;
  }

  .zwc-featureblock-three .zwc-category-cards .zwc-cat-card {
    padding: 35px 25px;
  }
}

@media only screen and (max-width: 1280px) {
  .pagewrapper .zwc-trusted-brands .content-wrap {
    max-width: 944px;
  }
}

@media only screen and (max-width: 1199px) {
  .zwc-banner .zwc-flex {
    flex-direction: column;
    align-items: center;
  }

  .zwc-banner .zwc-bnr-cont p {
    margin: 25px auto 30px;
  }

  .zwc-banner .zwc-bnr-cont {
    width: 80%;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 50px;
  }

  .zwc-banner {
    padding: 60px 0 70px;
  }

  .zwc-featuresblock-one .zwc-top h2 {
    font-size: 38px;
  }

  .zwc-featuresblock-one .zwc-top {
    margin-bottom: 60px;
  }

  .zwc-featuresblock-one,
  .zwc-customer-review .zwc-review-box {
    padding: 90px 0;
  }

  .zwc-featuresblock-one .zwc-card-details .zwc-card {
    max-width: 280px;
  }

  .zwc-featuresblock-one .zwc-card-details .zwc-card h3 {
    font-size: 22px;
    margin: 16px 0;
  }

  .zwc-customer-review .zwc-review-top h2::after,
  .zwc-arrow {
    display: none;
  }

  .zwc-customer-review .zwc-review-top {
    gap: 20px;
    margin-bottom: 50px;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .zwc-customer-review .zwc-review-top h2 {
    max-width: 700px;
  }

  .zwc-featureblock-two {
    padding: 80px 0 20px;
  }

  .zwc-featureblock-two h2,
  .zwc-featureblock-three .zwc-fbt-head h2,
  .zwc-bottom h2 {
    font-size: 45px;
  }

  .zwc-featureblock-two .zwc-feature-cards .zwc-feat-card h3 {
    font-size: 22px;
  }

  .zwc-featureblock-two .zwc-feature-cards .zwc-feat-card {
    margin-bottom: 60px;
  }

  .zwc-featureblock-three .zwc-category-cards .zwc-cat-card {
    padding: 0;
  }

  .zwc-featureblock-three .zwc-category-cards .zwc-cat-card:not(:last-child) {
    border-right: none;
    padding-right: 20px;
  }

  .zwc-bottom {
    padding: 80px 0 160px;
  }

  .pagewrapper .zwc-trusted-brands .content-wrap {
    max-width: 848px;
  }

  .zwc-trusted-brands p {
    border-radius: 8px;
    padding: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .zwc-banner .zwc-bnr-cont {
    width: 100%;
    max-width: 720px;
  }

  .zwc-banner {
    padding: 40px 0 50px;
  }

  .zwc-featuresblock-one .zwc-top {
    margin-bottom: 40px;
    flex-direction: column;
  }

  .zwc-featuresblock-one .zwc-top h2,
  .zwc-featuresblock-one .zwc-top p {
    width: 100%;
  }

  .zwc-featuresblock-one .zwc-top {
    flex-direction: column;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
  }

  .zwc-featuresblock-one,
  .zwc-customer-review .zwc-review-box {
    padding: 70px 0;
  }

  .zwc-featuresblock-one .zwc-card-details .zwc-sprite {
    width: 55px;
    height: 55px;
  }

  .zwc-featuresblock-one .zwc-card-details .zwc-card {
    max-width: 230px;
  }

  .zwc-featuresblock-one .zwc-card-details .zwc-card h3 {
    font-size: 20px;
    margin: 14px 0;
  }

  .zwc-customer-review .zwc-review-top {
    gap: 10px;
  }

  .zwc-customer-review .zwc-review-top h3 {
    font-size: 48px;
  }

  .zwc-customer-review .zwc-review-top h2 {
    font-size: 36px;
  }

  .zwc-review.zwc-flex {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .zwc-customer-review .zwc-review .zwc-cus-review .zwc-cus-in {
    max-width: 100%;
    margin-left: unset;
  }

  .zwc-customer-review .zwc-review .zwc-cus-review {
    width: 100%;
    max-width: 700px;
  }

  .zwc-customer-review .zwc-review .zwc-cus-review .zwc-cus-in>p {
    font-size: 25px;
  }

  .zwc-featureblock-two {
    padding: 60px 0 20px;
  }

  .zwc-featureblock-two .zwc-feature-cards .zwc-feat-card {
    width: 33.33%;
    padding: 0 12px;
    margin-bottom: 50px;
  }

  .zwc-featureblock-two .zwc-feature-cards .zwc-feat-card h3 {
    font-size: 20px;
  }

  .zwc-featureblock-two h2,
  .zwc-featureblock-three .zwc-fbt-head h2,
  .zwc-bottom h2 {
    font-size: 40px;
  }

  .zwc-featureblock-three .zwc-category-cards .zwc-cat-card ul li {
    margin: 0 auto 20px;
  }

  .zwc-featureblock-three .zwc-category-cards {
    flex-wrap: wrap;
    gap: 20px;
    /* text-align: center; */
    max-width: 640px;
    margin: 0 auto;
  }

  .zwc-featureblock-three .zwc-category-cards .zwc-cat-card img {
    margin-top: 15px;
  }

  .zwc-featureblock-three .zwc-category-cards .zwc-cat-card h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .zwc-bottom {
    padding: 70px 0 120px;
  }

  .zwc-bottom::after {
    height: 100px;
  }

  .zwc-featureblock-three .zwc-category-cards .zwc-cat-card {
    padding: 0;
    width: calc(50% - 10px);
  }

  .zwc-featureblock-three .zwc-category-cards .zwc-cat-card:not(:last-child) {
    padding-right: 0;
  }

  .zwc-customer-review .zwc-review .zwc-cus-review .zwc-profile {
    justify-content: normal;
    gap: 40px;
  }

  .zwc-trusted-brands ul {
    gap: 32px;
  }

  .zwc-trusted-brands ul li {
    width: 29.3%;
  }
}

@media only screen and (max-width: 767px) {
  .zwc-banner .zwc-bnr-cont h1 {
    font-size: 45px;
  }

  .zwc-featuresblock-one,
  .zwc-customer-review .zwc-review-box {
    padding: 50px 0;
  }

  .zwc-featuresblock-one .zwc-card-details {
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
  }

  .zwc-customer-review .zwc-review-top h3 {
    font-size: 42px;
  }

  .zwc-customer-review .zwc-review-top h2 {
    font-size: 33px;
  }

  .zwc-customer-review .zwc-review .zwc-customer-image div::before {
    display: none;
  }

  .zwc-customer-review .zwc-review .zwc-customer-image {
    width: 100%;
    text-align: center;
  }

  .zwc-featureblock-two {
    padding: 50px 0 10px;
  }

  .zwc-featureblock-two h2 {
    margin-bottom: 40px;
  }

  .zwc-featureblock-two .zwc-feature-cards .zwc-feat-card {
    width: 100%;
    max-width: 400px;
    text-align: center;
    padding: 0;
    margin: 0 auto 50px;
  }

  .zwc-featureblock-three .zwc-category-cards .zwc-cat-card {
    width: 100%;
  }

  .zwc-featuresblock-one .zwc-card-details .zwc-card {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }

  .zwc-featuresblock-one .zwc-card-details .zwc-sprite {
    margin: 0 auto;
  }

  .zwc-featureblock-two .zwc-feature-cards .zwc-sprite::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .zwc-featureblock-three .zwc-fbt-head {
    margin-bottom: 50px;
  }

  .zwc-customer-review .zwc-review .zwc-cus-review .zwc-profile {
    gap: 30px;
  }

  .zwc-customer-review .zwc-review .zwc-cus-review .zwc-profile p span {
    font-size: 15px;
  }

  .zwc-featureblock-three .zwc-category-cards .zwc-cat-card:not(:last-child) {
    border-bottom: 3px dotted rgba(112, 112, 112, 0.3019607843);
    padding: 0 0 20px 0;
  }

  .zwc-banner .zwc-bnr-image {
    display: none;
  }

  .zwc-banner .zwc-bnr-cont {
    margin-bottom: 0px;
  }

  .pagewrapper .zwc-trusted-brands .content-wrap {
    max-width: inherit;
    padding: 48px 0 0;
  }

  .zwc-trusted-brands ul {
    justify-content: center;
  }

  .zwc-trusted-brands h2 {
    margin: 0 0 40px;
  }
}

@media only screen and (max-width: 480px) {
  .zwc-banner {
    padding: 30px 0 50px;
  }

  .zwc-banner .zwc-bnr-cont h1 {
    font-size: 34px;
  }

  .zwc-banner .zwc-bnr-cont p {
    font-size: 20px;
  }

  .zwc-banner .zwc-bnr-cont p {
    margin: 20px auto 25px;
  }

  .zwc-banner .zwc-bnr-cont {
    text-align: left;
  }

  .zwc-talk-btn {
    padding: 15px 45px;
  }

  .zwc-banner .zwc-bnr-image {
    width: 100%;
    max-width: 220px;
  }

  .zwc-featuresblock-one,
  .zwc-customer-review .zwc-review-box {
    padding: 40px 0;
  }

  .zwc-featuresblock-one .zwc-top h2 {
    font-size: 29px;
  }

  .zwc-customer-review .zwc-review-top h3 {
    font-size: 38px;
  }

  .zwc-customer-review .zwc-review-top h2 {
    font-size: 30px;
  }

  .zwc-featuresblock-one .zwc-top,
  .zwc-featuresblock-one .zwc-card-details .zwc-card,
  .zwc-featureblock-two .zwc-feature-cards .zwc-feat-card,
  .zwc-featureblock-three .zwc-category-cards {
    text-align: left;
  }

  .zwc-featuresblock-one .zwc-card-details .zwc-sprite {
    margin: unset;
  }

  .zwc-customer-review .zwc-review-top {
    gap: 5px;
    text-align: left;
    margin-bottom: 20px;
  }

  .zwc-featureblock-two h2,
  .zwc-featureblock-three .zwc-fbt-head h2,
  .zwc-bottom h2 {
    font-size: 35px;
    text-align: left;
  }

  .zwc-featureblock-two .zwc-feature-cards .zwc-sprite::before {
    left: 0;
    transform: unset;
  }

  .zwc-featureblock-three .zwc-fbt-head {
    margin-bottom: 40px;
    text-align: left;
  }

  .zwc-featureblock-three .zwc-category-cards .zwc-cat-card ul li {
    width: 100%;
  }

  .zwc-bottom {
    padding: 40px 0 50px;
    text-align: left;
  }

  .zwc-bottom::after {
    display: none;
  }

  .zwc-bottom p {
    margin: 20px 0;
  }

  .zwc-customer-review .zwc-review .zwc-cus-review .zwc-profile {
    gap: 15px;
    align-items: start;
    flex-direction: column;
  }

  .zwc-trusted-brands ul {
    gap: 40px;
  }

  .zwc-trusted-brands ul li {
    width: 23%;
  }

  .zwc-trusted-brands .zwc-flx-cnt {
    justify-content: start;
  }
}

/*# sourceMappingURL=style.css.map */