@import url(https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800&display=swap);@charset "UTF-8";
.bg-yellow {
  background-color: #ffc107;
}

.bg-red {
  background-color: #d70808;
}

body {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

img {
  max-width: 100%;
}

.wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.main-content {
  padding-top: 120px;
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-top {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 26px;
}

h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 75px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
h2 span {
  color: #7702FF;
}

.global--form {
  background-color: #fff;
  padding: 50px 40px 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.global--form h2 {
  font-weight: 500;
  font-size: 30px;
}
.global--form .form-group label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
}
.global--form .form-group .form-control {
  height: 50px;
  background: #FFFFFF;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.global--form .form-group textarea.form-control {
  height: 150px;
  padding-top: 10px;
}
.global--form .form-group .btn--primary {
  width: 100%;
  display: block;
  margin-top: 35px;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.custom-badge {
  padding: 10px 8px !important;
  margin-top: 5em;
  border-radius: 12px;
}

.custom-badge-success {
  color: #142543 !important;
  background-color: #ECFDF0 !important;
}

.section--calls-to-action {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.section--calls-to-action__content {
  position: relative;
  overflow: visible;
  z-index: 1;
  background-color: #2C43AA;
  padding: 48px;
  border-radius: 30px;
}
.section--calls-to-action__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 100%;
  background: url("../images/cta-vector.png") no-repeat bottom right/contain;
  border-bottom-right-radius: 30px;
  z-index: 0;
  pointer-events: none;
}
.section--calls-to-action__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .section--calls-to-action__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.section--calls-to-action__content p {
  margin-top: 24px;
  font-size: 18px;
  color: #fff !important;
}
.section--calls-to-action__content .btn {
  margin-top: 16px;
}
.section--calls-to-action__content .cta--testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}
.section--calls-to-action__content .cta--testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.section--calls-to-action__content .cta--testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.section--calls-to-action__content .cta--testimonial__details .cta--testimonial__name {
  margin: 0;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.section--calls-to-action__content .cta--testimonial__details .cta--testimonial__text {
  margin: 4px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.section--calls-to-action__content .cta--images-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 75%;
  pointer-events: none;
  z-index: 1;
  height: 100%;
}
.section--calls-to-action__content .cta--images-wrapper .cta--images {
  position: relative;
  width: 100%;
  height: 100%;
}
.section--calls-to-action__content .cta--images-wrapper .cta--images__main {
  position: absolute;
  bottom: -3em;
  left: -5em;
  /* ONLY set one dimension to preserve aspect */
  height: 150%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transform: none !important;
  max-width: none !important;
}
.section--calls-to-action__content .cta--images-wrapper .cta--images__icon {
  position: absolute;
}
.section--calls-to-action__content .cta--images-wrapper .cta--images__icon--bulb {
  width: 130px;
  bottom: 0;
  left: -8em;
}
.section--calls-to-action__content .cta--images-wrapper .cta--images__icon--handshake {
  width: 130px;
  bottom: 0;
  right: -2em;
}
.section--calls-to-action__content .cta--images-wrapper .cta--images__icon--target {
  width: 130px;
  top: -15%;
  right: -10%;
}
.section--multi-testimonial {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 112px 0;
}
.section--multi-testimonial .wrapper {
  position: relative;
}
.section--multi-testimonial__heading {
  text-align: center;
  margin-bottom: 60px;
}
.section--multi-testimonial .heading__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.section--multi-testimonial .heading__sub {
  font-size: 1rem;
  color: #666;
}
.section--multi-testimonial__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.section--multi-testimonial__card {
  background-color: #F2F8FD;
  border-radius: 16px;
  padding: 32px 32px;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
  z-index: 1;
  position: relative;
}
.section--multi-testimonial__card .rating__stars {
  margin-bottom: 16px;
}
.section--multi-testimonial__card .rating__stars i {
  font-size: 1.25rem;
  color: #2C43AA;
  margin-right: 4px;
}
.section--multi-testimonial__card .rating__stars i:last-child {
  margin-right: 0;
}
.section--multi-testimonial__card .section--multi-testimonial__text {
  flex-grow: 1;
  color: #333;
  line-height: 1.6;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
}
.section--multi-testimonial__card .section--multi-testimonial__meta {
  display: flex;
  align-items: center;
}
.section--multi-testimonial__card .section--multi-testimonial__meta .section--multi-testimonial__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.section--multi-testimonial__card .section--multi-testimonial__meta .section--multi-testimonial__meta-info .client-name {
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.section--multi-testimonial__card .section--multi-testimonial__meta .section--multi-testimonial__meta-info .client-position {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.section--multi-testimonial::before {
  content: "";
  position: absolute;
  top: -3em;
  right: 0;
  width: 500px;
  height: 500px;
  background: url("../images/multi-testimonial-vector-1.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.section--multi-testimonial::after {
  content: "";
  position: absolute;
  top: 5em;
  left: 0;
  width: 500px;
  height: 500px;
  background: url("../images/multi-testimonial-vector-2.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}

.btn {
  min-width: 159px;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  border-radius: 30px;
  align-items: center;
  gap: 10px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px 15px;
}
.btn--primary {
  background-color: #142543;
  color: #fff;
}
.btn--primary:hover {
  background-color: #142543;
  color: #fff;
}
.btn--secondary {
  color: #142543;
  background-color: #E4F0FB;
}
.btn--secondary:hover {
  background-color: #142543;
  color: #fff;
}

/* push EVERYTHING below the fixed bars by exactly their combined height */
:root {
  --top-header-height: 0px;
  --announcement-height: 40px;
  --header-height: 75px;
}

.top-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F2F8FD;
  padding: 8px 12px;
  z-index: 1000;
  /* remove any hard-coded height here */
}
.top-header .wrapper {
  max-width: 1280px;
  padding: unset;
}
.top-header .serviced-locations li a {
  font-weight: 500;
  font-size: 16px;
  color: #142543;
}
.top-header ul {
  padding: 0;
  margin: 0;
}
.top-header ul li {
  display: inline-block;
  padding: 0 16px;
}
@media (max-width: 1440px) {
  .top-header ul li {
    padding: 0 12px;
  }
}
.top-header ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #142543;
}
@media (max-width: 1280px) {
  .top-header ul li a {
    font-size: 14px;
  }
}
.top-header ul li a:hover {
  text-decoration: none;
}
.top-header .social-nav-desktop {
  display: block;
}
.top-header .social-nav-desktop ul li.item {
  padding: 0 5px;
}
.top-header .social-nav-desktop ul li.item a {
  background-color: #89EE9E;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
}
.top-header .social-nav-desktop ul li.item a i {
  font-size: 16px;
}
@media (max-width: 1280px) {
  .top-header .social-nav-desktop ul li.item a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.top-header .social-nav-desktop ul li.non-item i {
  background-color: #89EE9E;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
}
@media (max-width: 1280px) {
  .top-header .social-nav-desktop ul li.non-item i {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.top-header .social-nav-mobile {
  display: none;
}
.top-header .social-nav-mobile ul li.item {
  padding: 0 5px;
}
.top-header .social-nav-mobile ul li.item a {
  background-color: #89EE9E;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
}
.top-header .social-nav-mobile ul li.item a i {
  font-size: 16px;
}
@media (max-width: 1280px) {
  .top-header .social-nav-mobile ul li.item a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.top-header .social-nav-mobile ul li.non-item i {
  background-color: #89EE9E;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
}
@media (max-width: 1280px) {
  .top-header .social-nav-mobile ul li.non-item i {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .top-header {
    padding: 8px 12px;
  }
  .top-header .wrapper .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-header .left,
  .top-header .right {
    width: 100%;
    text-align: center;
  }
  .top-header .left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 8px;
  }
  .top-header .left ul li {
    padding: 4px 8px;
  }
  .top-header .social-nav-desktop {
    display: none;
  }
  .top-header .social-nav-mobile {
    display: block;
  }
  .top-header .social-nav-mobile ul {
    display: flex;
    justify-content: center;
  }
  .top-header .social-nav-mobile ul li.item {
    padding: 0 6px;
  }
  .top-header .social-nav-mobile ul li.item a {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .top-header .social-nav-mobile .item-2 {
    margin-top: 1em;
  }
}

.announcement {
  position: fixed;
  top: var(--top-header-height);
  left: 0;
  width: 100%;
  height: 40px;
  background: #fff;
  color: #142543;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.4;
  z-index: 1001;
  text-align: center;
}

header {
  position: fixed;
  left: 0;
  width: 100%;
  top: calc(var(--top-header-height) + var(--announcement-height));
  z-index: 999;
  /* below the top-header */
  background-color: #2C43AA;
  padding: 14px 24px;
  min-height: 75px;
}
header .wrapper {
  max-width: 1280px;
}
header .official-logo {
  height: 68.15px;
  width: 271.86px;
}
header .main-navigation ul {
  padding: 0;
  margin: 0;
}
header .main-navigation ul li {
  display: inline-block;
  padding: 0 16px;
}
@media (max-width: 1440px) {
  header .main-navigation ul li {
    padding: 0 12px;
  }
}
header .main-navigation ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 1280px) {
  header .main-navigation ul li a {
    font-size: 14px;
  }
}
header .main-navigation ul li a:hover {
  text-decoration: none;
}
header .right {
  text-align: right;
}
header .right .btn {
  display: inline-block;
  margin-left: 8px;
}
@media (max-width: 1280px) {
  header .right .btn {
    font-size: 14px;
  }
}

.official-logo {
  min-width: 200px;
  min-height: 68px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .official-logo {
    min-width: 150px;
    min-height: 58px;
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1080px) {
  .header--desktop {
    display: none;
  }
}

.header--mobile {
  display: none;
  background-color: #2C43AA;
  box-shadow: 1px 0 5px 1px rgba(0, 0, 0, 0.3);
  align-content: center;
  padding: 14px 24px;
}
.header--mobile .official-logo {
  height: 48.15px;
  width: 251.86px;
}
.header--mobile .mobile-menu {
  z-index: 99;
  position: fixed;
  top: var(--top-header-height);
  right: 0;
  bottom: 0;
  width: 240px;
  background-color: #2C43AA;
  padding: 20px 30px;
  transform: translateX(240px);
  transition: transform 0.5s cubic-bezier(0, 0.52, 0, 1);
  overflow: auto;
}
.header--mobile .mobile-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header--mobile .mobile-menu ul li {
  display: block;
  padding-bottom: 11px;
  margin-bottom: 13px;
  border-bottom: 1px solid #f1f1f1;
}
.header--mobile .mobile-menu ul li a {
  z-index: 12;
  position: relative;
  font-size: 14px;
  color: #000;
  transition: all 300ms ease;
}
.header--mobile .mobile-menu ul li a:hover {
  color: #142543;
}
.header--mobile .mobile-menu ul li a.btn {
  width: 100%;
}
.header--mobile .mobile-menu ul li a.btn--primary {
  color: #fff;
}
.header--mobile .mobile-menu ul li a.btn--primary:hover {
  color: #142543;
}
.header--mobile .mobile-menu ul li a.btn--secondary:hover {
  color: #fff;
}
.header--mobile .mobile-menu ul li.has-dropdown a.has-collapse {
  position: relative;
  display: block;
}
.header--mobile .mobile-menu ul li.has-dropdown a.has-collapse:before {
  content: "\F078";
  position: absolute;
  top: 2px;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 14px;
}
.header--mobile .mobile-menu ul li.has-dropdown a.has-collapse:after {
  display: none;
  content: initial;
}
.header--mobile .mobile-menu ul li.has-dropdown ul li {
  padding: 0;
  border: 0;
}

.hamburger {
  z-index: 1234;
  position: relative;
  top: 0;
  display: inline-block;
  width: 28px;
  height: 21px;
  margin: -5px 0;
  cursor: pointer;
}
.hamburger div {
  z-index: 12;
  position: relative;
  margin-top: 9px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #142543;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.hamburger div:before {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #142543;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
}
.hamburger div:after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #142543;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
}

.nav-open .mobile-menu {
  transform: translate(0, 0) !important;
  box-shadow: 8px 79px 60px 0px rgba(22, 22, 22, 0.17);
}
.nav-open .hamburger div {
  background-color: transparent;
}
.nav-open .hamburger div:after {
  top: 1px;
  transform: rotate(45deg);
}
.nav-open .hamburger div:before {
  top: 1px;
  transform: rotate(-45deg);
}
.nav-open .main-header.fixed .hamburger div {
  background-color: transparent;
}

@media (max-width: 1080px) {
  .header--mobile {
    display: block;
  }
}
@media (max-width: 1440px) {
  .header--mobile .mobile-navigation--top-nav {
    padding: 4px 0;
  }
  .header--mobile .mobile-navigation--top-nav ul li a {
    font-size: 18px;
    padding: 8px 20px;
  }
}
@media (max-width: 576px) {
  .header--mobile .mobile-navigation--top-nav {
    padding: 0;
  }
}
@media (max-width: 680px) {
  .header--mobile .mobile-navigation--top-nav ul {
    align-items: center;
  }
  .header--mobile .mobile-navigation--top-nav ul li a {
    display: block;
    padding: 8px 10px;
  }
}
@media (max-width: 540px) {
  .header--mobile .mobile-navigation--top-nav ul {
    flex-wrap: wrap;
  }
  .header--mobile .mobile-navigation--top-nav ul li {
    flex: 0 0 33.33%;
    width: 33%;
  }
  .header--mobile .mobile-navigation--top-nav ul li a {
    font-size: 16px;
    text-align: center;
    padding: 4px 10px;
    max-width: 130px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .header--mobile .mobile-navigation--top-nav ul li a {
    font-size: 16px;
    padding: 8px 15px;
  }
}
footer.main-footer {
  position: relative;
  overflow: visible;
  padding: 80px 0 40px;
  background: #142543;
  background-image: url("../images/vector-3.png"), url("../images/vector-4.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left bottom, right bottom;
  background-size: 700px auto, 500px auto;
}
footer.main-footer::before {
  content: "";
  position: absolute;
  top: -1.7vw;
  left: 0;
  width: 100%;
  height: 50px;
  background: url("../images/footer-top.png") no-repeat top center;
  background-size: contain;
  z-index: 0;
}
@media (min-width: 1660px) {
  footer.main-footer::before {
    top: -30px !important;
  }
}
footer.main-footer .wrapper {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
footer.main-footer article .contact-details li a {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
footer.main-footer .footer-description {
  padding-top: 40px;
}
footer.main-footer .footer-description ul {
  margin-top: 40px;
}
footer.main-footer .footer-description ul li {
  margin-bottom: 5px;
}
footer.main-footer .footer-description .socials {
  margin-top: 24px;
}
footer.main-footer .footer-description .socials li.item {
  display: inline-block;
  padding: 0 5px;
}
footer.main-footer .footer-description .socials li.item a {
  background-color: #89EE9E;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
}
footer.main-footer .footer-description .socials li.item a i {
  font-size: 16px;
}
@media (max-width: 1280px) {
  footer.main-footer .footer-description .socials li.item a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
footer.main-footer h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  color: #89EE9E;
  margin: 40px 0;
}
@media (max-width: 991px) {
  footer.main-footer h2 {
    font-size: 18px;
    margin: 24px 0;
  }
}
footer.main-footer ul {
  padding: 0;
  margin: 0;
}
footer.main-footer ul li {
  margin-bottom: 18px;
}
footer.main-footer ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
footer.main-footer ul li a:hover {
  color: #89EE9E;
  text-decoration: none;
}
footer.main-footer .other-serviced-location {
  margin-top: 130px;
}
@media (max-width: 991px) {
  footer.main-footer .other-serviced-location {
    margin-top: 40px;
  }
}
footer.main-footer .disclaimer {
  padding-top: 150px;
}
footer.main-footer .disclaimer p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}
footer.main-footer .disclaimer ul {
  padding: 0;
  margin: 0;
}
footer.main-footer .disclaimer ul li {
  display: inline-block;
  padding: 0 5px;
}
@media (max-width: 991px) {
  footer.main-footer {
    padding: 30px 0;
    background-size: 500px auto, 300px auto;
  }
  footer.main-footer::before {
    content: "";
    position: absolute;
    top: -10px;
  }
  footer.main-footer .wrapper {
    padding: 0 16px;
  }
  footer.main-footer .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer.main-footer [class^=col-] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 32px;
  }
  footer.main-footer .footer-description {
    padding-top: 24px;
    margin-bottom: 32px;
    text-align: center;
  }
  footer.main-footer .footer-description ul:first-of-type {
    margin-bottom: 16px;
  }
  footer.main-footer .footer-description .socials {
    margin-top: 16px;
  }
  footer.main-footer ul li {
    margin-bottom: 12px;
  }
  footer.main-footer .disclaimer {
    padding-top: 40px;
    margin-bottom: 16px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  footer.main-footer::before {
    content: "";
    position: absolute;
    top: -5px;
  }
}

.page--home .wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.page--home .section--hero {
  position: relative;
  overflow: hidden;
  padding-top: calc(var(--top-header-height) + var(--announcement-height) + var(--header-height));
  padding-bottom: 112px;
  background-color: #2C43AA;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.page--home .section--hero__vector {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.page--home .section--hero__vector--1 {
  top: -20px;
  left: -10px;
  width: 400px;
  height: 300px;
  background-image: url("../images/hero-vector-1.png");
}
.page--home .section--hero__vector--2 {
  top: 70px;
  left: 65%;
  transform: translateX(-50%);
  width: 500px;
  height: 350px;
  background-image: url("../images/hero-vector-2.png");
}
.page--home .section--hero__vector--3 {
  bottom: -60px;
  right: -200px;
  width: 600px;
  height: 400px;
  background-image: url("../images/hero-vector-3.png");
}
.page--home .section--hero__content {
  position: relative;
  z-index: 2;
}
.page--home .section--hero__content-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px;
}
.page--home .section--hero__content-img {
  position: relative;
  z-index: 2;
}
.page--home .section--hero span {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
.page--home .section--hero h1 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 999px) {
  .page--home .section--hero h1 {
    font-size: 48px !important;
    font-weight: 700 !important;
  }
}
.page--home .section--hero p {
  margin-top: 1em;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 400;
}
.page--home .section--hero .request-quote--form {
  display: flex;
  align-items: center;
  background: #142543;
  border-radius: 12px;
  padding: 20px 30px;
  position: relative;
  margin-top: 4em;
}
.page--home .section--hero .request-quote--form .get_started-callout {
  color: #fff;
  position: absolute;
  top: -40px;
  left: 0;
  transform: translateX(-56px) rotate(-4deg);
  transform-origin: left center;
}
.page--home .section--hero .request-quote--form .get_started-callout h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}
.page--home .section--hero .request-quote--form .form__item {
  position: relative;
  flex: 1;
}
.page--home .section--hero .request-quote--form .form__item:not(:last-child) {
  margin-right: 8px;
}
.page--home .section--hero .request-quote--form .form__item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #333;
}
.page--home .section--hero .request-quote--form .form__item--name::before {
  content: "\F007";
}
.page--home .section--hero .request-quote--form .form__item--email::before {
  content: "\F0E0";
}
.page--home .section--hero .request-quote--form .form__item--phone::before {
  content: "\F095";
}
.page--home .section--hero .request-quote--form .form__item .form-control {
  width: 100%;
  height: 38px;
  padding: 0 16px 0 40px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  color: #222;
}
.page--home .section--hero .request-quote--form .form__item .form-control::-moz-placeholder {
  color: #999;
}
.page--home .section--hero .request-quote--form .form__item .form-control::placeholder {
  color: #999;
}
.page--home .section--hero .request-quote--form .form__item .btn--quote {
  height: 48px;
  padding: 0 24px;
  background: #89EE9E;
  color: #142543;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.page--home .section--hero .request-quote--form .form__item .btn--quote:hover {
  background: #89EE9E;
}
.page--home .section--hero .rating {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.page--home .section--hero .rating .rating__stars {
  display: flex;
}
.page--home .section--hero .rating .rating__stars i {
  font-size: 20px;
  color: #FDC241;
  margin-right: 4px;
}
.page--home .section--hero .rating .rating__stars i:last-child {
  margin-right: 12px;
}
.page--home .section--hero .rating .rating__text {
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
.page--home .section--hero .rating .rating__text .rating__value {
  font-weight: 700;
}
@media (max-width: 768px) {
  .page--home .section--hero__content-img {
    display: none !important;
  }
  .page--home .section--hero .request-quote--form {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    margin-top: 2em;
    width: 100%;
  }
  .page--home .section--hero .request-quote--form .get_started-callout {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 0 12px;
    text-align: center;
  }
  .page--home .section--hero .request-quote--form .form__item {
    flex: none;
    width: 100%;
    margin: 0 0 8px !important;
  }
  .page--home .section--hero .request-quote--form .form__item .form-control {
    height: 48px;
    font-size: 1rem;
  }
  .page--home .section--hero .request-quote--form .form__item:last-child {
    margin-bottom: 0;
  }
  .page--home .section--hero .request-quote--form .form__item:last-child .btn--quote {
    width: 100%;
    padding: 0.75em;
    text-align: center;
  }
  .page--home .section--hero .rating {
    display: block;
    width: 100%;
  }
  .page--home .section--hero .rating .rating__stars {
    text-align: center;
    display: block;
  }
  .page--home .section--hero .rating .rating__text {
    margin-top: 1em;
    text-align: center;
  }
}
.page--home .section--our-services {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.page--home .section--our-services__content {
  text-align: center;
  position: relative;
  z-index: 2;
}
.page--home .section--our-services__content .list__services {
  margin-top: 80px;
}
.page--home .section--our-services__content .list__services .services--item {
  padding: 24px;
}
.page--home .section--our-services__content .list__services .services--item a {
  text-decoration: none;
}
.page--home .section--our-services__content .list__services .services--item h3 {
  margin-top: 1em;
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  color: #000 !important;
}
@media (max-width: 999px) {
  .page--home .section--our-services__content .list__services .services--item h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--home .section--our-services__content .list__services .services--item p {
  font-size: 18px;
  font-weight: 500;
  color: #000 !important;
}
.page--home .section--our-services__content .list__services .services--item:hover {
  background-color: #142543 !important;
  border-radius: 40px;
}
.page--home .section--our-services__content .list__services .services--item:hover h3, .page--home .section--our-services__content .list__services .services--item:hover p, .page--home .section--our-services__content .list__services .services--item:hover a {
  color: #fff !important;
}
.page--home .section--our-services__content .list__services .services--item .btn {
  font-weight: 600;
  font-size: 16px;
}
.page--home .section--our-services__content .list__services .services--item .btn:hover {
  background-color: #E4F0FB;
  color: #142543;
}
.page--home .section--our-services__content .list__services .services--item .btn--learn-more {
  font-weight: 600;
  font-size: 16px;
  color: #2C43AA;
}
.page--home .section--our-services__content .list__services-actions {
  margin-top: 5em;
  display: flex;
  grid-column-gap: 1rem;
}
.page--home .section--our-services__content .list__services-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page--home .section--our-services__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--home .section--our-services__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--home .section--our-services::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5em;
  width: 500px;
  height: 500px;
  background: url("../images/faded-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.page--home .section--clients {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background-color: #fff;
}
.page--home .section--clients__content {
  text-align: center;
}
.page--home .section--clients__content .pre-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000;
  text-transform: uppercase;
}
.page--home .section--clients__content .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
}
.page--home .section--clients__content .partnership-list--logo img {
  width: 150px;
  height: auto;
}
.page--home .section--testimonials {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.page--home .section--testimonials__content {
  text-align: left;
  position: relative;
}
.page--home .section--testimonials__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--home .section--testimonials__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--home .section--testimonials__content p {
  margin-top: 1em;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--home .section--testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 500px;
  background: url("../images/faded-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.page--home .section--testimonials::after {
  content: "";
  position: absolute;
  top: 0;
  left: -5em;
  width: 500px;
  height: 500px;
  background: url("../images/faded-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.page--home .section--testimonials__content-item {
  margin-top: 80px;
}
.page--home .section--testimonials__content-item .testimonial--item {
  position: relative;
  background-color: #F2F8FD;
  border-radius: 15px;
  padding: 24px;
  z-index: 2;
}
.page--home .section--testimonials__content-item .testimonial--item__header {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.page--home .section--testimonials__content-item .testimonial--item__icon--linkedin {
  width: 31px;
  height: 31px;
}
.page--home .section--testimonials__content-item .testimonial--item__content {
  margin-top: 32px;
}
.page--home .section--testimonials__content-item .testimonial--item__content p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--home .section--testimonials__content-item .testimonial--item__footer {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.page--home .section--testimonials__content-item .testimonial--item__footer .testimonial--item__avatar {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
}
.page--home .section--testimonials__content-item .testimonial--item__footer .testimonial--item__info .testimonial--item__name {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}
.page--home .section--testimonials__content-item .testimonial--item__footer .testimonial--item__info .testimonial--item__role {
  margin: 0;
  font-size: 14px;
  color: #666;
}
.page--home .section--testimonials__controls {
  margin-top: 40px;
  align-items: center;
  display: flex;
  grid-column-gap: 1rem;
  text-align: center;
  justify-content: center;
}
.page--home .section--testimonials__controls .btn--slider {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #142543;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  transition: background-color 0.2s;
}
.page--home .section--testimonials__controls .btn--slider:hover {
  background-color: #1a3057;
}
.page--home .section--testimonials__controls .btn--slider--prev {
  background-image: url("../images/arrow-1.png");
}
.page--home .section--testimonials__controls .btn--slider--next {
  background-image: url("../images/arrow-2.png");
}
@media (max-width: 768px) {
  .page--home .section--testimonials__content-item .col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .page--home .section--testimonials__content-item .testimonial--item {
    margin-bottom: 40px;
  }
  .page--home .section--testimonials__content-item .testimonial--item::after {
    display: none;
  }
}
.page--home .section--awards {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.page--home .section--awards__content {
  text-align: left;
  position: relative;
}
.page--home .section--awards__content p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--home .section--awards__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--home .section--awards__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--home .section--awards__content .awards-actions {
  margin-top: 3em;
  display: flex;
  grid-column-gap: 1rem;
}
.page--home .section--awards__content .awards-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page--home .section--awards__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  justify-items: center;
  align-items: center;
  margin-top: 2rem;
}
.page--home .section--awards__gallery__item {
  width: 100%;
  max-width: 160px;
}
.page--home .section--awards__gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.page--home .section--awards::after {
  content: "";
  position: absolute;
  top: 0;
  left: -5em;
  width: 500px;
  height: 500px;
  background: url("../images/faded-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.page--home .section--blogs {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.page--home .section--blogs__content {
  text-align: left;
  position: relative;
  z-index: 2;
}
.page--home .section--blogs__content .list__blogs {
  margin-top: 80px;
}
.page--home .section--blogs__content .list__blogs .blogs--item {
  padding: 24px;
}
.page--home .section--blogs__content .list__blogs .blogs--item a {
  text-decoration: none;
}
.page--home .section--blogs__content .list__blogs .blogs--item h3 {
  margin-top: 1em;
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
  color: #000 !important;
}
@media (max-width: 999px) {
  .page--home .section--blogs__content .list__blogs .blogs--item h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--home .section--blogs__content .list__blogs .blogs--item p {
  font-size: 18px;
  color: #000 !important;
}
.page--home .section--blogs__content .list__blogs .blogs--item:hover {
  background-color: #142543 !important;
  border-radius: 40px;
}
.page--home .section--blogs__content .list__blogs .blogs--item:hover h3,
.page--home .section--blogs__content .list__blogs .blogs--item:hover p {
  color: #fff !important;
}
.page--home .section--blogs__content .list__blogs .blogs--item .btn {
  font-weight: 600;
  font-size: 16px;
}
.page--home .section--blogs__content .list__blogs .blogs--item .btn:hover {
  background-color: #E4F0FB;
  color: #142543;
}
.page--home .section--blogs__content .list__blogs .blogs--item .btn--learn-more {
  font-weight: 600;
  font-size: 16px;
  color: #2C43AA;
}
.page--home .section--blogs__content .list__blogs-actions {
  margin-top: 5em;
  display: flex;
  grid-column-gap: 1rem;
}
.page--home .section--blogs__content .list__blogs-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page--home .section--blogs__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--home .section--blogs__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--home .section--blogs::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5em;
  width: 500px;
  height: 500px;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.page--home .section--industry {
  padding: 112px 0;
  background-color: #F2F8FD;
  text-align: center;
}
.page--home .section--industry__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 80px;
}
@media (max-width: 999px) {
  .page--home .section--industry__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--home .section--industry__content h3 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-align: left;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--home .section--industry__content h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--home .section--industry__content h4 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-align: left;
  text-transform: capitalize;
}
.page--home .section--industry__content p {
  margin-top: 24px;
  font-size: 18px;
  color: #000 !important;
}
.page--home .section--industry .listing-track--left, .page--home .section--industry .listing-track--right {
  margin-top: 32px;
}
.page--home .section--industry__listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.page--home .section--industry__listing .listing-item {
  flex: 0 1 calc(25% - 32px);
  margin-bottom: 32px;
  border-radius: 24px;
  display: flex;
  padding: 32px 24px;
  background-color: #fff;
  gap: 16px;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
  justify-content: center;
  align-items: center;
  min-width: 270px;
}
.page--home .section--industry__listing .listing-item img {
  max-width: 100%;
  height: auto;
}
.page--home .section--industry__listing .listing-item h4 {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}

.page--about .wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.page--about .section--hero {
  position: relative;
  overflow: hidden;
  padding-top: calc(var(--top-header-height) + var(--announcement-height) + var(--header-height));
  padding-bottom: 112px;
  background-color: #2C43AA;
  border-radius: 0% 30% 50% 80%/0% 0% 80% 20%;
}
.page--about .section--hero__content {
  position: relative;
  z-index: 2;
}
.page--about .section--hero__content-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px;
}
.page--about .section--hero__content-img {
  position: relative;
  z-index: 2;
}
.page--about .section--hero span {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
.page--about .section--hero h1 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 999px) {
  .page--about .section--hero h1 {
    font-size: 48px !important;
    font-weight: 700 !important;
  }
}
.page--about .section--hero p {
  margin-top: 1em;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 768px) {
  .page--about .section--hero__content-img {
    display: none !important;
  }
}
.page--about .section--hero .btn {
  margin-top: 1em;
}
.page--about .section--professional {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
  text-align: center;
}
.page--about .section--professional__content {
  position: relative;
}
.page--about .section--professional__content p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--about .section--professional__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--about .section--professional__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--about .section--professional__content .professional-actions {
  margin-top: 3em;
  display: flex;
  grid-column-gap: 1rem;
}
.page--about .section--professional__content .professional-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page--about .section--professional::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  background: url("../images/professional-web-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page--about .section--drives-forward {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #F2F8FD;
}
.page--about .section--drives-forward__content {
  position: relative;
}
.page--about .section--drives-forward__content p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--about .section--drives-forward__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--about .section--drives-forward__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--about .section--drives-forward__content .drives-forward-actions {
  margin-top: 3em;
  display: flex;
  grid-column-gap: 1rem;
}
.page--about .section--drives-forward__content .drives-forward-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page--about .section--drives-forward__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}
.page--about .section--drives-forward__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page--about .section--drives-forward__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page--about .section--drives-forward__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page--about .section--drives-forward__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.page--about .section--drives-forward__content .forward-item--shapes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 32px;
}
.page--about .section--drives-forward__content .forward-item--shapes .shape-item {
  border-radius: 24px;
  padding: 32px;
  background-color: #f0f8ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page--about .section--drives-forward__content .forward-item--shapes .shape-item h3 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--about .section--drives-forward__content .forward-item--shapes .shape-item h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--about .section--drives-forward__content .forward-item--shapes .shape-item p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--about .section--drives-forward__content .forward-item--shapes .shape-item:nth-child(1) {
  grid-row: span 2;
}
.page--about .section--drives-forward__content .forward-item--shapes .shape-item:nth-child(1) {
  background-color: #cfe2ff;
}
.page--about .section--drives-forward__content .forward-item--shapes .shape-item:nth-child(2) {
  background-color: #d4edda;
}
.page--about .section--drives-forward__content .forward-item--shapes .shape-item:nth-child(3) {
  background-color: #fff3cd;
}
@media (max-width: 768px) {
  .page--about .section--drives-forward__content .forward-item--shapes {
    grid-template-columns: 1fr;
  }
  .page--about .section--drives-forward__content .forward-item--shapes .shape-item:nth-child(1) {
    grid-row: auto;
  }
}
.page--about .section--team-members {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.page--about .section--team-members p {
  font-size: 18px;
  color: #000 !important;
  text-align: center;
}
.page--about .section--team-members__content {
  text-align: left;
  position: relative;
  z-index: 2;
}
.page--about .section--team-members__content .list__team-members {
  margin-top: 80px;
}
.page--about .section--team-members__content .list__team-members .team-members--item {
  padding: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
}
.page--about .section--team-members__content .list__team-members .team-members--item a {
  text-decoration: none;
  gap: 16px;
  display: grid;
}
.page--about .section--team-members__content .list__team-members .team-members--item h3 {
  margin-top: 1em;
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
  color: #000 !important;
}
@media (max-width: 999px) {
  .page--about .section--team-members__content .list__team-members .team-members--item h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--about .section--team-members__content .list__team-members .team-members--item:hover {
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
  border-radius: 40px;
}
.page--about .section--team-members__content .list__team-members .team-members--item:hover h3, .page--about .section--team-members__content .list__team-members .team-members--item:hover h4, .page--about .section--team-members__content .list__team-members .team-members--item:hover span,
.page--about .section--team-members__content .list__team-members .team-members--item:hover p {
  color: #000 !important;
}
.page--about .section--team-members__content .list__team-members .team-members--item:hover .tags {
  display: flex !important;
}
.page--about .section--team-members__content .list__team-members .team-members--item .btn {
  font-weight: 600;
  font-size: 16px;
}
.page--about .section--team-members__content .list__team-members .team-members--item .btn:hover {
  background-color: #E4F0FB;
  color: #142543;
}
.page--about .section--team-members__content .list__team-members .team-members--item .btn--learn-more {
  font-weight: 600;
  font-size: 16px;
  color: #2C43AA;
}
.page--about .section--team-members__content .list__team-members .team-members--item .content span {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.page--about .section--team-members__content .list__team-members .team-members--item .content .tags {
  display: none;
  list-style: none;
  margin-top: 12px;
  padding: 0;
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
}
.page--about .section--team-members__content .list__team-members .team-members--item .content .tags li {
  background-color: #F2F8FD;
  border-radius: 16px;
  padding: 10px 8px;
  font-size: 0.8rem;
  color: #333;
  gap: 10px;
  font-size: 14px;
}
.page--about .section--team-members__content .list__team-members-actions {
  margin-top: 5em;
  display: flex;
  grid-column-gap: 1rem;
}
.page--about .section--team-members__content .list__team-members-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page--about .section--team-members__content .list__team-members-actions .team-arrow {
  position: absolute;
  left: 30%;
  transform: translateY(-50%);
  width: 80px;
  pointer-events: none;
  z-index: 1;
}
.page--about .section--team-members__content .list__team-members-actions .tags {
  display: none;
  list-style: none;
  margin-top: 12px;
  padding: 0;
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
}
.page--about .section--team-members__content .list__team-members-actions .tags li {
  background-color: #f0f0f0;
  border-radius: 16px;
  padding: 6px 12px;
  font-size: 0.8rem;
  color: #333;
}
.page--about .section--team-members__content .list__team-members-actions .team-members--item:hover .tags {
  display: flex;
}
.page--about .section--team-members__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--about .section--team-members__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--about .section--team-members__content h4 {
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
.page--about .section--team-members__content .image-container {
  background-color: #C8F3D8;
  border-radius: 30px;
  text-align: center;
}
.page--about .section--team-members::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5em;
  width: 500px;
  height: 500px;
  background: url("../images/faded-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.page--about .section--awards {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.page--about .section--awards__content--listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.page--about .section--awards__content--listing__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* Example inner styling—you can drop in an <img> or <svg> here: */
}
.page--about .section--awards__content--listing__item img,
.page--about .section--awards__content--listing__item svg {
  max-width: 100%;
  height: auto;
}

.page--by-solution .wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.page--by-solution .section--hero {
  /* push down by the same total */
  padding-top: calc(var(--top-header-height) + var(--announcement-height) + var(--header-height));
  position: relative;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}
.page--by-solution .section--hero h1 {
  font-family: "Urbanist", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--by-solution .section--hero h1 {
    font-size: 48px !important;
    font-weight: 700 !important;
  }
}
.page--by-solution .section--hero p, .page--by-solution .section--hero span {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--by-solution .section--hero span strong {
  font-weight: 700;
}
.page--by-solution .section--hero__content {
  gap: 24px;
  display: grid;
  z-index: 1;
}
.page--by-solution .section--hero__content .carousel {
  margin-top: 24px;
}
.page--by-solution .section--hero .btn {
  max-width: 193px;
  text-align: center;
  margin: 0 auto;
}
.page--by-solution .section--hero::before {
  content: "";
  position: absolute;
  top: 0;
  width: 500px;
  height: 500px;
  background: url("../images/by-solution-hero-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page--by-solution .section--hero .project-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5em;
  margin-top: 80px;
}
.page--by-solution .section--hero .project-carousel__slide {
  flex: 0 0 auto;
  width: 320px;
  perspective: 800px;
}
.page--by-solution .section--hero .project-carousel__slide--left .project-carousel__card {
  background-color: rgba(243, 156, 18, 0.2);
  transform: rotateZ(-10deg);
  transform-origin: center center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  z-index: 0;
}
.page--by-solution .section--hero .project-carousel__slide--left .project-carousel__card img {
  display: block;
  width: 100%;
  height: auto;
}
.page--by-solution .section--hero .project-carousel__slide--left:hover .project-carousel__card {
  transform: rotateZ(-10deg) scale(1.05);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.page--by-solution .section--hero .project-carousel__slide--center {
  width: 500px;
  z-index: 2;
}
.page--by-solution .section--hero .project-carousel__slide--center .project-carousel__card {
  background-color: transparent;
  transform: rotateZ(0deg);
  transform-origin: center center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  z-index: 2;
}
.page--by-solution .section--hero .project-carousel__slide--center .project-carousel__card img {
  display: block;
  width: 100%;
  height: auto;
}
.page--by-solution .section--hero .project-carousel__slide--center:hover .project-carousel__card {
  transform: rotateZ(0deg) scale(1.05);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.page--by-solution .section--hero .project-carousel__slide--center .project-carousel__card {
  transform: rotateZ(0deg) scale(1.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.page--by-solution .section--hero .project-carousel__slide--right .project-carousel__card {
  background-color: rgba(142, 68, 173, 0.2);
  transform: rotateZ(10deg);
  transform-origin: center center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  z-index: 0;
}
.page--by-solution .section--hero .project-carousel__slide--right .project-carousel__card img {
  display: block;
  width: 100%;
  height: auto;
}
.page--by-solution .section--hero .project-carousel__slide--right:hover .project-carousel__card {
  transform: rotateZ(10deg) scale(1.05);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.page--by-solution .section--customer-stories {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
}
.page--by-solution .section--customer-stories__content {
  position: relative;
  z-index: 1;
  /* ICON */
  /* TEXT */
}
.page--by-solution .section--customer-stories__content .row {
  display: flex;
  align-items: center;
}
.page--by-solution .section--customer-stories__content .col-md-4 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  padding: 1rem;
}
.page--by-solution .section--customer-stories__content .col-md-8 {
  padding-left: 2rem;
  /* STATS ROW */
}
.page--by-solution .section--customer-stories__content .col-md-8 span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.page--by-solution .section--customer-stories__content .col-md-8 h2 {
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--by-solution .section--customer-stories__content .col-md-8 h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--by-solution .section--customer-stories__content .col-md-8 h3 {
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--by-solution .section--customer-stories__content .col-md-8 h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--by-solution .section--customer-stories__content .col-md-8 p,
.page--by-solution .section--customer-stories__content .col-md-8 span {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--by-solution .section--customer-stories__content .col-md-8 .stats {
  margin-top: 2rem;
}
.page--by-solution .section--customer-stories__content .col-md-8 .stats .stat h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.page--by-solution .section--customer-stories__content .col-md-8 .stats .stat p {
  margin: 0;
}
.page--by-solution .section--customer-stories::before {
  content: "";
  position: absolute;
  top: -10em;
  right: 0;
  width: 600px;
  height: 100%;
  background: url("../images/customer-stories-vector.png") no-repeat bottom right/contain;
  border-bottom-right-radius: 30px;
  z-index: 0;
  pointer-events: none;
}
.page--by-solution .section--drives-forward {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.page--by-solution .section--drives-forward__content {
  position: relative;
  z-index: 1;
}
.page--by-solution .section--drives-forward__content p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--by-solution .section--drives-forward__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--by-solution .section--drives-forward__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--by-solution .section--drives-forward__content .drives-forward-actions {
  margin-top: 3em;
  display: flex;
  grid-column-gap: 1rem;
}
.page--by-solution .section--drives-forward__content .drives-forward-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page--by-solution .section--drives-forward__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}
.page--by-solution .section--drives-forward__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page--by-solution .section--drives-forward__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page--by-solution .section--drives-forward__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page--by-solution .section--drives-forward__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.page--by-solution .section--drives-forward__content .forward-item--content span {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.page--by-solution .section--drives-forward__content .forward-item--shapes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 32px;
}
.page--by-solution .section--drives-forward__content .forward-item--shapes .shape-item {
  gap: 16px;
  border-radius: 24px;
  padding: 32px;
  background-color: #f0f8ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page--by-solution .section--drives-forward__content .forward-item--shapes .shape-item span {
  padding: 10px 10px;
  background-color: #2C43AA;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  justify-content: center;
  /* align-items: center; */
  /* justify-items: center; */
  display: grid;
  align-content: center;
}
.page--by-solution .section--drives-forward__content .forward-item--shapes .shape-item h3 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--by-solution .section--drives-forward__content .forward-item--shapes .shape-item h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--by-solution .section--drives-forward__content .forward-item--shapes .shape-item p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
@media (max-width: 768px) {
  .page--by-solution .section--drives-forward__content .forward-item--shapes {
    grid-template-columns: 1fr;
  }
  .page--by-solution .section--drives-forward__content .forward-item--shapes .shape-item:nth-child(1) {
    grid-row: auto;
  }
}
.page--by-solution .section--drives-forward::after {
  content: "";
  position: absolute;
  top: 5em;
  left: 0;
  width: 500px;
  height: 500px;
  background: url("../images/how-we-do-it-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page--by-solution .section--featured-case-studies {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 112px 0;
}
.page--by-solution .section--featured-case-studies__content {
  padding: 40px 32px;
  background-color: #2C43AA;
  border-radius: 30px;
  color: #fff;
  align-items: center;
}
.page--by-solution .section--featured-case-studies__content--desc {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: auto 0;
  align-items: flex-start;
}
.page--by-solution .section--featured-case-studies__content--desc__sub_content {
  gap: 24px;
}
.page--by-solution .section--featured-case-studies__content--desc__main_content {
  gap: 16px;
}
.page--by-solution .section--featured-case-studies__content--desc__actions {
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 24px;
}
.page--by-solution .section--awards {
  background-color: #fff;
  padding: 112px 0;
  position: relative;
  overflow: hidden;
}
.page--by-solution .section--awards__content {
  gap: 24px;
  display: grid;
}
.page--by-solution .section--awards__content p {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--by-solution .section--awards__content h1 {
  font-family: "Urbanist", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--by-solution .section--awards__content h1 {
    font-size: 48px !important;
    font-weight: 700 !important;
  }
}
.page--by-solution .section--awards__content h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--by-solution .section--awards__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--by-solution .section--awards__content--heading {
  text-align: center;
}
.page--by-solution .section--awards__content--numbers {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.page--by-solution .section--awards__content--actions {
  text-align: center;
}
.page--by-solution .section--awards__content--listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.page--by-solution .section--awards__content--listing__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* Example inner styling—you can drop in an <img> or <svg> here: */
}
.page--by-solution .section--awards__content--listing__item img,
.page--by-solution .section--awards__content--listing__item svg {
  width: 238px;
  height: auto;
}
.page--by-solution .section--faqs {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 112px 0;
}
.page--by-solution .section--faqs__content--sub-desc h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--by-solution .section--faqs__content--sub-desc h2 {
    font-size: 48px !important;
    font-weight: 700 !important;
  }
}
.page--by-solution .section--faqs__content--sub-desc p {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
  margin-bottom: 1.5rem;
}
.page--by-solution .section--faqs__content--image img {
  display: block;
  max-width: 100%;
}
.page--by-solution .section--faqs__content--accordion {
  margin-top: 0;
}
.page--by-solution .section--faqs__content--accordion .accordion-item {
  margin-bottom: 1.5rem;
  border: none;
  background: none;
  /* The question button */
  /* The answer panel */
}
.page--by-solution .section--faqs__content--accordion .accordion-item h2 {
  margin-bottom: unset;
}
.page--by-solution .section--faqs__content--accordion .accordion-item .section--faqs__content--accordion__question {
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  background-color: #142543;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 32px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* When expanded, square off the bottom corners */
  /* The plus/minus icon inside the button */
}
.page--by-solution .section--faqs__content--accordion .accordion-item .section--faqs__content--accordion__question:focus {
  box-shadow: none;
}
.page--by-solution .section--faqs__content--accordion .accordion-item .section--faqs__content--accordion__question:not(.collapsed) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.page--by-solution .section--faqs__content--accordion .accordion-item .section--faqs__content--accordion__question--icon {
  background-color: #89EE9E;
  color: #142543;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.page--by-solution .section--faqs__content--accordion .accordion-item .section--faqs__answer {
  background-color: #142543;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0 0 30px 30px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
}

.page--service-detail-seo .wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.page--service-detail-seo .section--hero {
  /* push down by the same total */
  padding-top: calc(var(--top-header-height) + var(--announcement-height) + var(--header-height));
  padding-bottom: 112px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  text-align: left !important;
}
.page--service-detail-seo .section--hero h1 {
  font-family: "Urbanist", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-seo .section--hero h1 {
    font-size: 48px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-seo .section--hero p {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-seo .section--hero__content--desc {
  gap: 24px;
  display: grid;
}
.page--service-detail-seo .section--hero__content--desc__context {
  gap: 24px;
  display: grid;
}
.page--service-detail-seo .section--hero__content--desc .hero-checklist {
  gap: 16px;
  display: inline-grid;
}
.page--service-detail-seo .section--hero__content--desc .pre-title {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.page--service-detail-seo .section--hero__content--desc__actions {
  text-transform: capitalize;
  gap: 16px;
  display: flex;
}
.page--service-detail-seo .section--hero__content--desc__actions .btn {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.01em;
}
.page--service-detail-seo .section--hero__content--desc .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}
.page--service-detail-seo .section--hero__content--desc .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page--service-detail-seo .section--hero__content--desc .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page--service-detail-seo .section--hero__content--desc .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page--service-detail-seo .section--hero__content--desc .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.page--service-detail-seo .section--hero__content--image {
  text-align: center;
}
.page--service-detail-seo .section--hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1440px;
  height: 100%;
  background: url("../images/service-detail.png") no-repeat bottom right/contain;
  border-bottom-right-radius: 30px;
  z-index: 0;
  pointer-events: none;
}
.page--service-detail-seo .section--clients {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background-color: #fff;
}
.page--service-detail-seo .section--clients__content {
  text-align: center;
}
.page--service-detail-seo .section--clients__content .pre-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000;
  text-transform: uppercase;
}
.page--service-detail-seo .section--clients__content .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
}
.page--service-detail-seo .section--clients__content .partnership-list--logo img {
  width: 150px;
  height: auto;
}
.page--service-detail-seo .section--straight-seo {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
}
.page--service-detail-seo .section--straight-seo .wrapper {
  gap: 80px;
  display: grid;
}
.page--service-detail-seo .section--straight-seo h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-seo .section--straight-seo h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-seo .section--straight-seo h3 {
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-seo .section--straight-seo h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-seo .section--straight-seo p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-seo .section--straight-seo__content {
  gap: 16px;
  display: grid;
}
.page--service-detail-seo .section--straight-seo__content span {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
}
.page--service-detail-seo .section--straight-seo__content--desc {
  gap: 24px;
  display: grid;
}
.page--service-detail-seo .section--straight-seo__content hr {
  border-bottom: 5px solid #89EE9E;
  width: 76px;
  border-radius: 40px;
  margin: unset;
  margin: 0 auto;
}
.page--service-detail-seo .section--straight-seo__listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 32px;
  text-align: left;
}
.page--service-detail-seo .section--straight-seo__listing--shape-item {
  gap: 16px;
  border-radius: 24px;
  padding: 32px;
  background-color: #f0f8ff;
  display: flex;
  flex-direction: column;
}
.page--service-detail-seo .section--straight-seo__listing--shape-item img {
  width: 45px;
  height: 45px;
  top: 0;
}
@media (max-width: 768px) {
  .page--service-detail-seo .section--straight-seo__listing {
    grid-template-columns: 1fr;
  }
  .page--service-detail-seo .section--straight-seo__listing .shape-item:nth-child(1) {
    grid-row: auto;
  }
}
.page--service-detail-seo .section--straight-seo__actions {
  text-transform: capitalize;
  gap: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.page--service-detail-seo .section--straight-seo__actions .btn {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.01em;
}
.page--service-detail-seo .section--straight-seo::before {
  content: "";
  position: absolute;
  top: -3em;
  right: -5em;
  width: 1200px;
  height: 100%;
  background: url("../images/straight-seo-vector.png") no-repeat bottom right/contain;
  border-bottom-right-radius: 30px;
  z-index: -1;
  pointer-events: none;
}
.page--service-detail-seo .section--drives-forward {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #F2F8FD;
}
.page--service-detail-seo .section--drives-forward__content {
  position: relative;
}
.page--service-detail-seo .section--drives-forward__content p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-seo .section--drives-forward__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
  margin-bottom: unset;
}
@media (max-width: 999px) {
  .page--service-detail-seo .section--drives-forward__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-seo .section--drives-forward__content .drives-forward-actions {
  margin-top: 3em;
  display: flex;
  grid-column-gap: 1rem;
}
.page--service-detail-seo .section--drives-forward__content .drives-forward-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page--service-detail-seo .section--drives-forward__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}
.page--service-detail-seo .section--drives-forward__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page--service-detail-seo .section--drives-forward__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page--service-detail-seo .section--drives-forward__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page--service-detail-seo .section--drives-forward__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.page--service-detail-seo .section--drives-forward__content .forward-item--shapes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 32px;
}
.page--service-detail-seo .section--drives-forward__content .forward-item--shapes .shape-item {
  border-radius: 24px;
  padding: 32px;
  background-color: #f0f8ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page--service-detail-seo .section--drives-forward__content .forward-item--shapes .shape-item h3 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-seo .section--drives-forward__content .forward-item--shapes .shape-item h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-seo .section--drives-forward__content .forward-item--shapes .shape-item p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-seo .section--drives-forward__content .forward-item--shapes .shape-item:nth-child(1) {
  grid-row: span 2;
}
.page--service-detail-seo .section--drives-forward__content .forward-item--shapes .shape-item:nth-child(1) {
  background-color: #cfe2ff;
}
.page--service-detail-seo .section--drives-forward__content .forward-item--shapes .shape-item:nth-child(2) {
  background-color: #d4edda;
}
.page--service-detail-seo .section--drives-forward__content .forward-item--shapes .shape-item:nth-child(3) {
  background-color: #fff3cd;
}
@media (max-width: 768px) {
  .page--service-detail-seo .section--drives-forward__content .forward-item--shapes {
    grid-template-columns: 1fr;
  }
  .page--service-detail-seo .section--drives-forward__content .forward-item--shapes .shape-item:nth-child(1) {
    grid-row: auto;
  }
}
.page--service-detail-seo .section--drives-forward__content .forward-item--content hr {
  border-bottom: 5px solid #89EE9E;
  width: 76px;
  border-radius: 40px;
  margin: unset;
  margin-bottom: 24px;
}
.page--service-detail-seo .section--tagline {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
}
.page--service-detail-seo .section--tagline h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-seo .section--tagline h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-seo .section--tagline h3, .page--service-detail-seo .section--tagline .accordion-button {
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-seo .section--tagline h3, .page--service-detail-seo .section--tagline .accordion-button {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-seo .section--tagline p {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-seo .section--tagline__content {
  gap: 80px;
  display: grid;
}
.page--service-detail-seo .section--tagline__content--image {
  text-align: center;
}
.page--service-detail-seo .section--tagline__content--image span {
  font-size: 14px;
  color: #696969;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
}
.page--service-detail-seo .section--tagline__content--desc {
  gap: 40px;
  display: grid;
}
.page--service-detail-seo .section--tagline__content--desc span {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
}
.page--service-detail-seo .section--tagline__content--desc__accordion .accordion {
  gap: 40px;
  display: grid;
}
.page--service-detail-seo .section--tagline__content--desc__accordion .accordion-item.active {
  background-color: #F2F8FD;
  padding-left: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-left: 6px solid #2C43AA;
}
.page--service-detail-seo .section--tagline__content--desc__accordion .accordion-button {
  background: transparent;
  border: unset;
}
.page--service-detail-seo .section--tagline__content--desc__heading hr {
  border-bottom: 5px solid #89EE9E;
  width: 76px;
  border-radius: 40px;
  margin: unset;
}
.page--service-detail-seo .section--tagline__content--actions {
  text-align: center;
}
.page--service-detail-seo .section--awards {
  background-color: #fff;
  padding: 112px 0;
  position: relative;
  overflow: hidden;
}
.page--service-detail-seo .section--awards__content--listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.page--service-detail-seo .section--awards__content--listing__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* Example inner styling—you can drop in an <img> or <svg> here: */
}
.page--service-detail-seo .section--awards__content--listing__item img,
.page--service-detail-seo .section--awards__content--listing__item svg {
  max-width: 100%;
  height: auto;
}

.page--service-detail-non-profit .wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.page--service-detail-non-profit .section--hero {
  /* push down by the same total */
  padding-top: calc(var(--top-header-height) + var(--announcement-height) + var(--header-height));
  padding-bottom: 112px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}
.page--service-detail-non-profit .section--hero h1 {
  font-family: "Urbanist", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-non-profit .section--hero h1 {
    font-size: 48px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-non-profit .section--hero p,
.page--service-detail-non-profit .section--hero span {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-non-profit .section--hero span strong {
  font-weight: 700;
}
.page--service-detail-non-profit .section--hero__content {
  gap: 24px;
  display: grid;
  z-index: 1;
}
.page--service-detail-non-profit .section--hero__content .carousel {
  margin-top: 24px;
}
.page--service-detail-non-profit .section--hero__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  position: relative;
  z-index: 2;
  justify-content: center;
}
.page--service-detail-non-profit .section--hero__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page--service-detail-non-profit .section--hero__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page--service-detail-non-profit .section--hero__content .testimonial__details {
  text-align: left;
}
.page--service-detail-non-profit .section--hero__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page--service-detail-non-profit .section--hero__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.page--service-detail-non-profit .section--hero .btn {
  max-width: 193px;
  text-align: center;
  margin: 0 auto;
}
.page--service-detail-non-profit .section--hero::after {
  content: "";
  position: absolute;
  top: -5em;
  left: 15em;
  width: 800px;
  height: 800px;
  background: url("../images/website-hero-vector-1.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page--service-detail-non-profit .section--clients {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background-color: #fff;
}
.page--service-detail-non-profit .section--clients__content {
  text-align: center;
}
.page--service-detail-non-profit .section--clients__content .pre-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000;
  text-transform: uppercase;
}
.page--service-detail-non-profit .section--clients__content .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
}
.page--service-detail-non-profit .section--clients__content .partnership-list--logo img {
  width: 150px;
  height: auto;
}
.page--service-detail-non-profit .section--drives-forward {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #F2F8FD;
}
.page--service-detail-non-profit .section--drives-forward__content {
  position: relative;
}
.page--service-detail-non-profit .section--drives-forward__content p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-non-profit .section--drives-forward__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
  margin-bottom: unset;
}
@media (max-width: 999px) {
  .page--service-detail-non-profit .section--drives-forward__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-non-profit .section--drives-forward__content .drives-forward-actions {
  margin-top: 3em;
  display: flex;
  grid-column-gap: 1rem;
}
.page--service-detail-non-profit .section--drives-forward__content .drives-forward-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page--service-detail-non-profit .section--drives-forward__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}
.page--service-detail-non-profit .section--drives-forward__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page--service-detail-non-profit .section--drives-forward__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page--service-detail-non-profit .section--drives-forward__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page--service-detail-non-profit .section--drives-forward__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.page--service-detail-non-profit .section--drives-forward__content .forward-item--shapes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 32px;
}
.page--service-detail-non-profit .section--drives-forward__content .forward-item--shapes .shape-item {
  border-radius: 24px;
  padding: 32px;
  background-color: #f0f8ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page--service-detail-non-profit .section--drives-forward__content .forward-item--shapes .shape-item h3 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-non-profit .section--drives-forward__content .forward-item--shapes .shape-item h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-non-profit .section--drives-forward__content .forward-item--shapes .shape-item p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-non-profit .section--drives-forward__content .forward-item--shapes .shape-item:nth-child(1) {
  grid-row: span 2;
}
.page--service-detail-non-profit .section--drives-forward__content .forward-item--shapes .shape-item:nth-child(1) {
  background-color: #cfe2ff;
}
.page--service-detail-non-profit .section--drives-forward__content .forward-item--shapes .shape-item:nth-child(2) {
  background-color: #d4edda;
}
.page--service-detail-non-profit .section--drives-forward__content .forward-item--shapes .shape-item:nth-child(3) {
  background-color: #fff3cd;
}
@media (max-width: 768px) {
  .page--service-detail-non-profit .section--drives-forward__content .forward-item--shapes {
    grid-template-columns: 1fr;
  }
  .page--service-detail-non-profit .section--drives-forward__content .forward-item--shapes .shape-item:nth-child(1) {
    grid-row: auto;
  }
}
.page--service-detail-non-profit .section--drives-forward__content .forward-item--content hr {
  border-bottom: 5px solid #89EE9E;
  width: 76px;
  border-radius: 40px;
  margin: unset;
  margin-bottom: 24px;
}
.page--service-detail-non-profit .section--tagline {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
}
.page--service-detail-non-profit .section--tagline h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-non-profit .section--tagline h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-non-profit .section--tagline h3,
.page--service-detail-non-profit .section--tagline .accordion-button {
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-non-profit .section--tagline h3,
  .page--service-detail-non-profit .section--tagline .accordion-button {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-non-profit .section--tagline p {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-non-profit .section--tagline__content {
  gap: 80px;
  display: grid;
}
.page--service-detail-non-profit .section--tagline__content--image {
  text-align: center;
}
.page--service-detail-non-profit .section--tagline__content--image span {
  font-size: 14px;
  color: #696969;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
}
.page--service-detail-non-profit .section--tagline__content--desc {
  gap: 40px;
  display: grid;
}
.page--service-detail-non-profit .section--tagline__content--desc span {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
}
.page--service-detail-non-profit .section--tagline__content--desc__accordion .accordion {
  gap: 40px;
  display: grid;
}
.page--service-detail-non-profit .section--tagline__content--desc__accordion .accordion-item.active {
  background-color: #F2F8FD;
  padding-left: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-left: 6px solid #2C43AA;
}
.page--service-detail-non-profit .section--tagline__content--desc__accordion .accordion-button {
  background: transparent;
  border: unset;
}
.page--service-detail-non-profit .section--tagline__content--desc__heading hr {
  border-bottom: 5px solid #89EE9E;
  width: 76px;
  border-radius: 40px;
  margin: unset;
}
.page--service-detail-non-profit .section--tagline__content--actions {
  text-align: center;
}
.page--service-detail-non-profit .section--straight-seo {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
}
.page--service-detail-non-profit .section--straight-seo .wrapper {
  gap: 80px;
  display: grid;
}
.page--service-detail-non-profit .section--straight-seo h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-non-profit .section--straight-seo h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-non-profit .section--straight-seo h3 {
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-non-profit .section--straight-seo h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-non-profit .section--straight-seo p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-non-profit .section--straight-seo__content {
  gap: 16px;
  display: grid;
}
.page--service-detail-non-profit .section--straight-seo__content span {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
}
.page--service-detail-non-profit .section--straight-seo__content--desc {
  gap: 24px;
  display: grid;
}
.page--service-detail-non-profit .section--straight-seo__content hr {
  border-bottom: 5px solid #89EE9E;
  width: 76px;
  border-radius: 40px;
  margin: unset;
  margin: 0 auto;
}
.page--service-detail-non-profit .section--straight-seo__listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 32px;
  text-align: left;
}
.page--service-detail-non-profit .section--straight-seo__listing--shape-item {
  gap: 16px;
  border-radius: 24px;
  padding: 32px;
  background-color: #f0f8ff;
  display: flex;
  flex-direction: column;
}
.page--service-detail-non-profit .section--straight-seo__listing--shape-item img {
  width: 45px;
  height: 45px;
  top: 0;
}
@media (max-width: 768px) {
  .page--service-detail-non-profit .section--straight-seo__listing {
    grid-template-columns: 1fr;
  }
  .page--service-detail-non-profit .section--straight-seo__listing .shape-item:nth-child(1) {
    grid-row: auto;
  }
}
.page--service-detail-non-profit .section--straight-seo__actions {
  text-transform: capitalize;
  gap: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.page--service-detail-non-profit .section--straight-seo__actions .btn {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.01em;
}
.page--service-detail-non-profit .section--straight-seo::before {
  content: "";
  position: absolute;
  top: -3em;
  right: -5em;
  width: 1200px;
  height: 100%;
  background: url("../images/straight-seo-vector.png") no-repeat bottom right/contain;
  border-bottom-right-radius: 30px;
  z-index: -1;
  pointer-events: none;
}
.page--service-detail-non-profit .section--success-stories {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.page--service-detail-non-profit .section--success-stories h3 {
  margin-top: 1em;
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
  color: #000 !important;
}
@media (max-width: 999px) {
  .page--service-detail-non-profit .section--success-stories h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-non-profit .section--success-stories p {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000 !important;
}
.page--service-detail-non-profit .section--success-stories__content {
  text-align: left;
  position: relative;
  z-index: 2;
}
.page--service-detail-non-profit .section--success-stories__content .list__success-stories {
  margin-top: 80px;
}
.page--service-detail-non-profit .section--success-stories__content .list__success-stories .success-stories--item {
  padding: 24px;
}
.page--service-detail-non-profit .section--success-stories__content .list__success-stories .success-stories--item img {
  border-radius: 12px;
}
.page--service-detail-non-profit .section--success-stories__content .list__success-stories .success-stories--item a {
  text-decoration: none;
}
.page--service-detail-non-profit .section--success-stories__content .list__success-stories .success-stories--item:hover {
  background-color: #142543 !important;
  border-radius: 40px;
}
.page--service-detail-non-profit .section--success-stories__content .list__success-stories .success-stories--item:hover h3,
.page--service-detail-non-profit .section--success-stories__content .list__success-stories .success-stories--item:hover p {
  color: #fff !important;
}
.page--service-detail-non-profit .section--success-stories__content .list__success-stories .success-stories--item .btn {
  font-weight: 600;
  font-size: 16px;
}
.page--service-detail-non-profit .section--success-stories__content .list__success-stories .success-stories--item .btn:hover {
  background-color: #E4F0FB;
  color: #142543;
}
.page--service-detail-non-profit .section--success-stories__content .list__success-stories .success-stories--item .btn--learn-more {
  font-weight: 600;
  font-size: 16px;
  color: #2C43AA;
}
.page--service-detail-non-profit .section--success-stories__content .list__success-stories-actions {
  margin-top: 5em;
  display: flex;
  grid-column-gap: 1rem;
}
.page--service-detail-non-profit .section--success-stories__content .list__success-stories-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page--service-detail-non-profit .section--success-stories__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-non-profit .section--success-stories__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-non-profit .section--success-stories__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5em;
  width: 500px;
  height: 500px;
  background: url("../images/success-stories.png") no-repeat center/contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.page--service-detail-non-profit .section--awards {
  background-color: #fff;
  padding: 112px 0;
  position: relative;
  overflow: hidden;
}
.page--service-detail-non-profit .section--awards__content--listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.page--service-detail-non-profit .section--awards__content--listing__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* Example inner styling—you can drop in an <img> or <svg> here: */
}
.page--service-detail-non-profit .section--awards__content--listing__item img,
.page--service-detail-non-profit .section--awards__content--listing__item svg {
  max-width: 100%;
  height: auto;
}

.page--service-detail-custom-ecommerce .wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.page--service-detail-custom-ecommerce .section--hero {
  /* push down by the same total */
  padding-top: calc(var(--top-header-height) + var(--announcement-height) + var(--header-height));
  padding-bottom: 112px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}
.page--service-detail-custom-ecommerce .section--hero h1 {
  font-family: "Urbanist", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-custom-ecommerce .section--hero h1 {
    font-size: 48px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-custom-ecommerce .section--hero p,
.page--service-detail-custom-ecommerce .section--hero span {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-custom-ecommerce .section--hero span strong {
  font-weight: 700;
}
.page--service-detail-custom-ecommerce .section--hero__content {
  gap: 24px;
  display: grid;
  z-index: 1;
}
.page--service-detail-custom-ecommerce .section--hero__content .carousel {
  margin-top: 24px;
}
.page--service-detail-custom-ecommerce .section--hero__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  position: relative;
  z-index: 2;
  justify-content: center;
}
.page--service-detail-custom-ecommerce .section--hero__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page--service-detail-custom-ecommerce .section--hero__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page--service-detail-custom-ecommerce .section--hero__content .testimonial__details {
  text-align: left;
}
.page--service-detail-custom-ecommerce .section--hero__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page--service-detail-custom-ecommerce .section--hero__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.page--service-detail-custom-ecommerce .section--hero .btn {
  max-width: 193px;
  text-align: center;
  margin: 0 auto;
}
.page--service-detail-custom-ecommerce .section--hero::after {
  content: "";
  position: absolute;
  top: -5em;
  left: 15em;
  width: 800px;
  height: 800px;
  background: url("../images/website-hero-vector-1.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page--service-detail-custom-ecommerce .section--clients {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background-color: #fff;
}
.page--service-detail-custom-ecommerce .section--clients__content {
  text-align: center;
}
.page--service-detail-custom-ecommerce .section--clients__content .pre-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000;
  text-transform: uppercase;
}
.page--service-detail-custom-ecommerce .section--clients__content .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
}
.page--service-detail-custom-ecommerce .section--clients__content .partnership-list--logo img {
  width: 150px;
  height: auto;
}
.page--service-detail-custom-ecommerce .section--customer-stories {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
}
.page--service-detail-custom-ecommerce .section--customer-stories__content {
  position: relative;
  z-index: 1;
  /* ICON */
  /* TEXT */
}
.page--service-detail-custom-ecommerce .section--customer-stories__content .row {
  display: flex;
  align-items: center;
}
.page--service-detail-custom-ecommerce .section--customer-stories__content .col-md-4 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  padding: 1rem;
}
.page--service-detail-custom-ecommerce .section--customer-stories__content .col-md-8 {
  padding-left: 2rem;
  /* STATS ROW */
}
.page--service-detail-custom-ecommerce .section--customer-stories__content .col-md-8 span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.page--service-detail-custom-ecommerce .section--customer-stories__content .col-md-8 h2 {
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-custom-ecommerce .section--customer-stories__content .col-md-8 h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-custom-ecommerce .section--customer-stories__content .col-md-8 h3 {
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-custom-ecommerce .section--customer-stories__content .col-md-8 h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-custom-ecommerce .section--customer-stories__content .col-md-8 p,
.page--service-detail-custom-ecommerce .section--customer-stories__content .col-md-8 span {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-custom-ecommerce .section--customer-stories__content .col-md-8 .stats {
  margin-top: 2rem;
}
.page--service-detail-custom-ecommerce .section--customer-stories__content .col-md-8 .stats .stat h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.page--service-detail-custom-ecommerce .section--customer-stories__content .col-md-8 .stats .stat p {
  margin: 0;
}
.page--service-detail-custom-ecommerce .section--customer-stories::before {
  content: "";
  position: absolute;
  top: -10em;
  right: 0;
  width: 600px;
  height: 100%;
  background: url("../images/customer-stories-vector.png") no-repeat bottom right/contain;
  border-bottom-right-radius: 30px;
  z-index: 0;
  pointer-events: none;
}
.page--service-detail-custom-ecommerce .section--drives-forward {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.page--service-detail-custom-ecommerce .section--drives-forward__content {
  position: relative;
  z-index: 1;
}
.page--service-detail-custom-ecommerce .section--drives-forward__content p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-custom-ecommerce .section--drives-forward__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-custom-ecommerce .section--drives-forward__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-custom-ecommerce .section--drives-forward__content .drives-forward-heading {
  gap: 16px;
  display: grid;
}
.page--service-detail-custom-ecommerce .section--drives-forward__content .drives-forward-actions {
  margin-top: 3em;
  display: flex;
  grid-column-gap: 1rem;
}
.page--service-detail-custom-ecommerce .section--drives-forward__content .drives-forward-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page--service-detail-custom-ecommerce .section--drives-forward__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.page--service-detail-custom-ecommerce .section--drives-forward__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page--service-detail-custom-ecommerce .section--drives-forward__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page--service-detail-custom-ecommerce .section--drives-forward__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page--service-detail-custom-ecommerce .section--drives-forward__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.page--service-detail-custom-ecommerce .section--drives-forward__content .forward-item--content span {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.page--service-detail-custom-ecommerce .section--drives-forward__content .forward-item--shapes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 32px;
}
.page--service-detail-custom-ecommerce .section--drives-forward__content .forward-item--shapes .shape-item {
  gap: 16px;
  border-radius: 24px;
  padding: 32px;
  background-color: #f0f8ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page--service-detail-custom-ecommerce .section--drives-forward__content .forward-item--shapes .shape-item span {
  padding: 10px 10px;
  background-color: #2C43AA;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  justify-content: center;
  /* align-items: center; */
  /* justify-items: center; */
  display: grid;
  align-content: center;
}
.page--service-detail-custom-ecommerce .section--drives-forward__content .forward-item--shapes .shape-item h3 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-custom-ecommerce .section--drives-forward__content .forward-item--shapes .shape-item h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-custom-ecommerce .section--drives-forward__content .forward-item--shapes .shape-item p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-custom-ecommerce .section--drives-forward__content .forward-item--shapes .shape-item img {
  width: 45px;
  height: 45px;
}
@media (max-width: 768px) {
  .page--service-detail-custom-ecommerce .section--drives-forward__content .forward-item--shapes {
    grid-template-columns: 1fr;
  }
  .page--service-detail-custom-ecommerce .section--drives-forward__content .forward-item--shapes .shape-item:nth-child(1) {
    grid-row: auto;
  }
}
.page--service-detail-custom-ecommerce .section--drives-forward::after {
  content: "";
  position: absolute;
  top: 5em;
  left: 0;
  width: 500px;
  height: 500px;
  background: url("../images/how-we-do-it-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page--service-detail-custom-ecommerce .section--tagline {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
}
.page--service-detail-custom-ecommerce .section--tagline h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-custom-ecommerce .section--tagline h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-custom-ecommerce .section--tagline h3,
.page--service-detail-custom-ecommerce .section--tagline .accordion-button {
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-custom-ecommerce .section--tagline h3,
  .page--service-detail-custom-ecommerce .section--tagline .accordion-button {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-custom-ecommerce .section--tagline p {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-custom-ecommerce .section--tagline__content {
  gap: 80px;
  display: grid;
}
.page--service-detail-custom-ecommerce .section--tagline__content--image {
  text-align: center;
}
.page--service-detail-custom-ecommerce .section--tagline__content--image span {
  font-size: 14px;
  color: #696969;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
}
.page--service-detail-custom-ecommerce .section--tagline__content--desc {
  gap: 40px;
  display: grid;
}
.page--service-detail-custom-ecommerce .section--tagline__content--desc span {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
}
.page--service-detail-custom-ecommerce .section--tagline__content--desc__accordion .accordion {
  gap: 40px;
  display: grid;
}
.page--service-detail-custom-ecommerce .section--tagline__content--desc__accordion .accordion-item.active {
  background-color: #F2F8FD;
  padding-left: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-left: 6px solid #2C43AA;
}
.page--service-detail-custom-ecommerce .section--tagline__content--desc__accordion .accordion-button {
  background: transparent;
  border: unset;
}
.page--service-detail-custom-ecommerce .section--tagline__content--desc__heading hr {
  border-bottom: 5px solid #89EE9E;
  width: 76px;
  border-radius: 40px;
  margin: unset;
}
.page--service-detail-custom-ecommerce .section--tagline__content--actions {
  text-align: center;
}
.page--service-detail-custom-ecommerce .section--straight-seo {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
}
.page--service-detail-custom-ecommerce .section--straight-seo .wrapper {
  gap: 80px;
  display: grid;
}
.page--service-detail-custom-ecommerce .section--straight-seo h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-custom-ecommerce .section--straight-seo h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-custom-ecommerce .section--straight-seo h3 {
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-custom-ecommerce .section--straight-seo h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-custom-ecommerce .section--straight-seo p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-custom-ecommerce .section--straight-seo__content {
  gap: 16px;
  display: grid;
}
.page--service-detail-custom-ecommerce .section--straight-seo__content span {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
}
.page--service-detail-custom-ecommerce .section--straight-seo__content--desc {
  gap: 24px;
  display: grid;
}
.page--service-detail-custom-ecommerce .section--straight-seo__content hr {
  border-bottom: 5px solid #89EE9E;
  width: 76px;
  border-radius: 40px;
  margin: unset;
  margin: 0 auto;
}
.page--service-detail-custom-ecommerce .section--straight-seo__listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 32px;
  text-align: left;
}
.page--service-detail-custom-ecommerce .section--straight-seo__listing--shape-item {
  gap: 16px;
  border-radius: 24px;
  padding: 32px;
  background-color: #f0f8ff;
  display: flex;
  flex-direction: column;
}
.page--service-detail-custom-ecommerce .section--straight-seo__listing--shape-item img {
  width: 45px;
  height: 45px;
  top: 0;
}
@media (max-width: 768px) {
  .page--service-detail-custom-ecommerce .section--straight-seo__listing {
    grid-template-columns: 1fr;
  }
  .page--service-detail-custom-ecommerce .section--straight-seo__listing .shape-item:nth-child(1) {
    grid-row: auto;
  }
}
.page--service-detail-custom-ecommerce .section--straight-seo__actions {
  text-transform: capitalize;
  gap: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.page--service-detail-custom-ecommerce .section--straight-seo__actions .btn {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.01em;
}
.page--service-detail-custom-ecommerce .section--straight-seo::before {
  content: "";
  position: absolute;
  top: -3em;
  right: -5em;
  width: 1200px;
  height: 100%;
  background: url("../images/straight-seo-vector.png") no-repeat bottom right/contain;
  border-bottom-right-radius: 30px;
  z-index: -1;
  pointer-events: none;
}
.page--service-detail-custom-ecommerce .section--success-stories {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.page--service-detail-custom-ecommerce .section--success-stories h3 {
  margin-top: 1em;
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
  color: #000 !important;
}
@media (max-width: 999px) {
  .page--service-detail-custom-ecommerce .section--success-stories h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-custom-ecommerce .section--success-stories p {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000 !important;
}
.page--service-detail-custom-ecommerce .section--success-stories__content {
  text-align: left;
  position: relative;
  z-index: 2;
}
.page--service-detail-custom-ecommerce .section--success-stories__content .list__success-stories {
  margin-top: 80px;
}
.page--service-detail-custom-ecommerce .section--success-stories__content .list__success-stories .success-stories--item {
  padding: 24px;
}
.page--service-detail-custom-ecommerce .section--success-stories__content .list__success-stories .success-stories--item a {
  text-decoration: none;
}
.page--service-detail-custom-ecommerce .section--success-stories__content .list__success-stories .success-stories--item img {
  border-radius: 12px;
}
.page--service-detail-custom-ecommerce .section--success-stories__content .list__success-stories .success-stories--item:hover {
  background-color: #142543 !important;
  border-radius: 40px;
}
.page--service-detail-custom-ecommerce .section--success-stories__content .list__success-stories .success-stories--item:hover h3,
.page--service-detail-custom-ecommerce .section--success-stories__content .list__success-stories .success-stories--item:hover p {
  color: #fff !important;
}
.page--service-detail-custom-ecommerce .section--success-stories__content .list__success-stories .success-stories--item .btn {
  font-weight: 600;
  font-size: 16px;
}
.page--service-detail-custom-ecommerce .section--success-stories__content .list__success-stories .success-stories--item .btn:hover {
  background-color: #E4F0FB;
  color: #142543;
}
.page--service-detail-custom-ecommerce .section--success-stories__content .list__success-stories .success-stories--item .btn--learn-more {
  font-weight: 600;
  font-size: 16px;
  color: #2C43AA;
}
.page--service-detail-custom-ecommerce .section--success-stories__content .list__success-stories-actions {
  margin-top: 5em;
  display: flex;
  grid-column-gap: 1rem;
}
.page--service-detail-custom-ecommerce .section--success-stories__content .list__success-stories-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page--service-detail-custom-ecommerce .section--success-stories__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-custom-ecommerce .section--success-stories__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-custom-ecommerce .section--success-stories__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5em;
  width: 500px;
  height: 500px;
  background: url("../images/success-stories.png") no-repeat center/contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.page--service-detail-custom-ecommerce .section--awards {
  background-color: #fff;
  padding: 112px 0;
  position: relative;
  overflow: hidden;
}
.page--service-detail-custom-ecommerce .section--awards__content--listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.page--service-detail-custom-ecommerce .section--awards__content--listing__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* Example inner styling—you can drop in an <img> or <svg> here: */
}
.page--service-detail-custom-ecommerce .section--awards__content--listing__item img,
.page--service-detail-custom-ecommerce .section--awards__content--listing__item svg {
  max-width: 100%;
  height: auto;
}

.page--service-detail-website-maintenance .wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.page--service-detail-website-maintenance .section--hero {
  /* push down by the same total */
  padding-top: calc(var(--top-header-height) + var(--announcement-height) + var(--header-height));
  padding-bottom: 112px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}
.page--service-detail-website-maintenance .section--hero h1 {
  font-family: "Urbanist", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-website-maintenance .section--hero h1 {
    font-size: 48px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-website-maintenance .section--hero h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-website-maintenance .section--hero h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-website-maintenance .section--hero p,
.page--service-detail-website-maintenance .section--hero span {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-website-maintenance .section--hero span strong {
  font-weight: 700;
}
.page--service-detail-website-maintenance .section--hero__content, .page--service-detail-website-maintenance .section--hero__sub-content {
  gap: 24px;
  display: grid;
  z-index: 1;
}
.page--service-detail-website-maintenance .section--hero__content--tags, .page--service-detail-website-maintenance .section--hero__sub-content--tags {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, auto));
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.page--service-detail-website-maintenance .section--hero__content--tags__item, .page--service-detail-website-maintenance .section--hero__sub-content--tags__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #2C43AA;
  border-radius: 10px;
  color: #2C43AA;
  background-color: transparent;
  cursor: pointer;
}
.page--service-detail-website-maintenance .section--hero__content--tags__item img, .page--service-detail-website-maintenance .section--hero__sub-content--tags__item img {
  width: 18px;
  height: 18px;
}
.page--service-detail-website-maintenance .section--hero__content--tags__item span, .page--service-detail-website-maintenance .section--hero__sub-content--tags__item span {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #2C43AA;
}
.page--service-detail-website-maintenance .section--hero__sub-content {
  padding: 80px 0;
}
.page--service-detail-website-maintenance .section--hero__sub-content--tags__item {
  border: 1px solid #696969 !important;
  color: #F03E3E !important;
  cursor: pointer;
}
.page--service-detail-website-maintenance .section--hero__sub-content--tags__item span {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #F03E3E !important;
}
.page--service-detail-website-maintenance .section--hero .btn {
  max-width: 193px;
  text-align: center;
  margin: 0 auto;
}
.page--service-detail-website-maintenance .section--hero::after {
  content: "";
  position: absolute;
  top: -5em;
  left: 15em;
  width: 800px;
  height: 800px;
  background: url("../images/website-hero-vector-1.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page--service-detail-website-maintenance .section--hero .project-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5em;
  margin-top: 80px;
}
.page--service-detail-website-maintenance .section--hero .project-carousel__slide {
  flex: 0 0 auto;
  width: 320px;
  perspective: 800px;
}
.page--service-detail-website-maintenance .section--hero .project-carousel__slide--left .project-carousel__card {
  background-color: rgba(243, 156, 18, 0.2);
  transform: rotateZ(-10deg);
  transform-origin: center center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  z-index: 0;
}
.page--service-detail-website-maintenance .section--hero .project-carousel__slide--left .project-carousel__card img {
  display: block;
  width: 100%;
  height: auto;
}
.page--service-detail-website-maintenance .section--hero .project-carousel__slide--left:hover .project-carousel__card {
  transform: rotateZ(-10deg) scale(1.05);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.page--service-detail-website-maintenance .section--hero .project-carousel__slide--center {
  width: 500px;
  z-index: 2;
}
.page--service-detail-website-maintenance .section--hero .project-carousel__slide--center .project-carousel__card {
  background-color: transparent;
  transform: rotateZ(0deg);
  transform-origin: center center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  z-index: 2;
}
.page--service-detail-website-maintenance .section--hero .project-carousel__slide--center .project-carousel__card img {
  display: block;
  width: 100%;
  height: auto;
}
.page--service-detail-website-maintenance .section--hero .project-carousel__slide--center:hover .project-carousel__card {
  transform: rotateZ(0deg) scale(1.05);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.page--service-detail-website-maintenance .section--hero .project-carousel__slide--center .project-carousel__card {
  transform: rotateZ(0deg) scale(1.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.page--service-detail-website-maintenance .section--hero .project-carousel__slide--right .project-carousel__card {
  background-color: rgba(142, 68, 173, 0.2);
  transform: rotateZ(10deg);
  transform-origin: center center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  z-index: 0;
}
.page--service-detail-website-maintenance .section--hero .project-carousel__slide--right .project-carousel__card img {
  display: block;
  width: 100%;
  height: auto;
}
.page--service-detail-website-maintenance .section--hero .project-carousel__slide--right:hover .project-carousel__card {
  transform: rotateZ(10deg) scale(1.05);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.page--service-detail-website-maintenance .section--drives-forward {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.page--service-detail-website-maintenance .section--drives-forward__content {
  position: relative;
  z-index: 1;
}
.page--service-detail-website-maintenance .section--drives-forward__content p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-website-maintenance .section--drives-forward__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-website-maintenance .section--drives-forward__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-website-maintenance .section--drives-forward__content .drives-forward-heading {
  gap: 16px;
  display: grid;
}
.page--service-detail-website-maintenance .section--drives-forward__content .drives-forward-actions {
  margin-top: 3em;
  display: flex;
  grid-column-gap: 1rem;
}
.page--service-detail-website-maintenance .section--drives-forward__content .drives-forward-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page--service-detail-website-maintenance .section--drives-forward__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.page--service-detail-website-maintenance .section--drives-forward__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page--service-detail-website-maintenance .section--drives-forward__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page--service-detail-website-maintenance .section--drives-forward__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page--service-detail-website-maintenance .section--drives-forward__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.page--service-detail-website-maintenance .section--drives-forward__content .forward-item--content span {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.page--service-detail-website-maintenance .section--drives-forward__content .forward-item--shapes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 32px;
}
.page--service-detail-website-maintenance .section--drives-forward__content .forward-item--shapes .shape-item {
  gap: 16px;
  border-radius: 24px;
  padding: 32px;
  background-color: #f0f8ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page--service-detail-website-maintenance .section--drives-forward__content .forward-item--shapes .shape-item span {
  padding: 10px 10px;
  background-color: #2C43AA;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  justify-content: center;
  /* align-items: center; */
  /* justify-items: center; */
  display: grid;
  align-content: center;
}
.page--service-detail-website-maintenance .section--drives-forward__content .forward-item--shapes .shape-item h3 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-website-maintenance .section--drives-forward__content .forward-item--shapes .shape-item h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-website-maintenance .section--drives-forward__content .forward-item--shapes .shape-item p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-website-maintenance .section--drives-forward__content .forward-item--shapes .shape-item img {
  width: 45px;
  height: 45px;
}
@media (max-width: 768px) {
  .page--service-detail-website-maintenance .section--drives-forward__content .forward-item--shapes {
    grid-template-columns: 1fr;
  }
  .page--service-detail-website-maintenance .section--drives-forward__content .forward-item--shapes .shape-item:nth-child(1) {
    grid-row: auto;
  }
}
.page--service-detail-website-maintenance .section--drives-forward::after {
  content: "";
  position: absolute;
  top: 5em;
  left: 0;
  width: 500px;
  height: 500px;
  background: url("../images/how-we-do-it-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page--service-detail-website-maintenance .section--techstack {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background-color: #fff;
}
.page--service-detail-website-maintenance .section--techstack .wrapper {
  max-width: initial;
}
.page--service-detail-website-maintenance .section--techstack__content {
  text-align: center;
}
.page--service-detail-website-maintenance .section--techstack__content h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-website-maintenance .section--techstack__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-website-maintenance .section--techstack__content .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
  display: flex;
  gap: 120px;
}
.page--service-detail-website-maintenance .section--techstack__content .partnership-list--item__logo {
  width: 100%;
}
.page--service-detail-website-maintenance .section--techstack__content .partnership-list--item__logo .wordpress {
  height: 149px;
}
.page--service-detail-website-maintenance .section--techstack__content .partnership-list--item__logo .webflow {
  height: 49px;
}
.page--service-detail-website-maintenance .section--techstack__content .partnership-list--item__logo .laravel {
  height: 91px;
}
.page--service-detail-website-maintenance .section--techstack__content .partnership-list--item__logo .vue {
  height: 105px;
}
.page--service-detail-website-maintenance .section--techstack__content .partnership-list--item__logo .react {
  height: 148px;
}
.page--service-detail-website-maintenance .section--lets-talk-your-website {
  /* push down by the same total */
  padding: 112px 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  text-align: left !important;
}
.page--service-detail-website-maintenance .section--lets-talk-your-website h1 {
  font-family: "Urbanist", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-website-maintenance .section--lets-talk-your-website h1 {
    font-size: 48px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-website-maintenance .section--lets-talk-your-website h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--service-detail-website-maintenance .section--lets-talk-your-website h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--service-detail-website-maintenance .section--lets-talk-your-website p {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page--service-detail-website-maintenance .section--lets-talk-your-website__content--desc {
  gap: 24px;
  display: grid;
}
.page--service-detail-website-maintenance .section--lets-talk-your-website__content--desc__context {
  gap: 24px;
  display: grid;
}
.page--service-detail-website-maintenance .section--lets-talk-your-website__content--desc .hero-checklist {
  gap: 16px;
  display: inline-grid;
}
.page--service-detail-website-maintenance .section--lets-talk-your-website__content--desc .pre-title {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.page--service-detail-website-maintenance .section--lets-talk-your-website__content--desc__actions {
  text-transform: capitalize;
  gap: 16px;
  display: flex;
}
.page--service-detail-website-maintenance .section--lets-talk-your-website__content--desc__actions .btn {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.01em;
}
.page--service-detail-website-maintenance .section--lets-talk-your-website__content--desc .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}
.page--service-detail-website-maintenance .section--lets-talk-your-website__content--desc .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page--service-detail-website-maintenance .section--lets-talk-your-website__content--desc .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page--service-detail-website-maintenance .section--lets-talk-your-website__content--desc .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page--service-detail-website-maintenance .section--lets-talk-your-website__content--desc .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.page--service-detail-website-maintenance .section--lets-talk-your-website__content--image {
  text-align: center;
}
.page--service-detail-website-maintenance .section--lets-talk-your-website::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1440px;
  height: 100%;
  background: url("../images/service-detail.png") no-repeat bottom right/contain;
  border-bottom-right-radius: 30px;
  z-index: 0;
  pointer-events: none;
}

body {
  background-color: #fff;
}

.page--portfolio .wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.page--portfolio .section--hero {
  position: relative;
  overflow: hidden;
  padding-top: calc(var(--top-header-height) + var(--announcement-height) + var(--header-height));
  padding-bottom: 112px;
  background-color: #F2F8FD;
}
.page--portfolio .section--hero__content {
  position: relative;
  z-index: 2;
}
.page--portfolio .section--hero__content-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px;
}
.page--portfolio .section--hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5em;
  width: 500px;
  height: 500px;
  background: url("../images/faded-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.page--portfolio .section--hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: -5em;
  width: 500px;
  height: 500px;
  background: url("../images/faded-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.page--portfolio .section--hero__content-img {
  position: relative;
  z-index: 2;
}
.page--portfolio .section--hero span {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}
.page--portfolio .section--hero h1 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
}
@media (max-width: 999px) {
  .page--portfolio .section--hero h1 {
    font-size: 48px !important;
    font-weight: 700 !important;
  }
}
.page--portfolio .section--hero p {
  margin-top: 1em;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
  font-weight: 400;
}
@media (max-width: 768px) {
  .page--portfolio .section--hero__content-img {
    display: none !important;
  }
}
.page--portfolio .section--hero .btn {
  margin-top: 1em;
}
.page--portfolio .section--case-studies {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.page--portfolio .section--case-studies__content {
  text-align: left;
  position: relative;
  z-index: 2;
}
.page--portfolio .section--case-studies__content .list__case-studies {
  margin-top: 80px;
}
.page--portfolio .section--case-studies__content .list__case-studies .case-studies--item {
  padding: 24px;
}
.page--portfolio .section--case-studies__content .list__case-studies .case-studies--item a {
  text-decoration: none;
}
.page--portfolio .section--case-studies__content .list__case-studies .case-studies--item h3 {
  margin-top: 1em;
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
  color: #000 !important;
}
@media (max-width: 999px) {
  .page--portfolio .section--case-studies__content .list__case-studies .case-studies--item h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page--portfolio .section--case-studies__content .list__case-studies .case-studies--item p {
  font-size: 18px;
  color: #000 !important;
}
.page--portfolio .section--case-studies__content .list__case-studies .case-studies--item:hover {
  background-color: #142543 !important;
  border-radius: 40px;
}
.page--portfolio .section--case-studies__content .list__case-studies .case-studies--item:hover h3,
.page--portfolio .section--case-studies__content .list__case-studies .case-studies--item:hover p {
  color: #fff !important;
}
.page--portfolio .section--case-studies__content .list__case-studies .case-studies--item .btn {
  font-weight: 600;
  font-size: 16px;
}
.page--portfolio .section--case-studies__content .list__case-studies .case-studies--item .btn:hover {
  background-color: #E4F0FB;
  color: #142543;
}
.page--portfolio .section--case-studies__content .list__case-studies .case-studies--item .btn--learn-more {
  font-weight: 600;
  font-size: 16px;
  color: #2C43AA;
}
.page--portfolio .section--case-studies__content .list__case-studies-actions {
  margin-top: 5em;
  display: flex;
  grid-column-gap: 1rem;
}
.page--portfolio .section--case-studies__content .list__case-studies-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page--portfolio .section--case-studies__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page--portfolio .section--case-studies__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page--portfolio .section--case-studies::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5em;
  width: 500px;
  height: 500px;
  background: url("../images/faded-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.page--portfolio .section--case-studies::after {
  content: "";
  position: absolute;
  top: 0;
  left: -5em;
  width: 500px;
  height: 500px;
  background: url("../images/faded-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.page--portfolio__article {
  padding: 80px 0;
}

@media (min-width: 1920px) {
  /* styles for ultra-wide monitors */
}
@media (min-width: 1440px) {
  /* styles for even larger desktop screens */
}
@media (min-width: 1280px) {
  /* styles for large desktop screens */
}
@media screen and (max-width: 991px) {
  .section--awards__gallery {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .section--clients__content .partnership-list {
    gap: 24px;
  }
  .section--hero__content-img {
    display: none;
  }
  .page--home .section--hero__content .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page--about .section--hero__content .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section--calls-to-action__content {
    padding: 28px !important;
  }
  .section--calls-to-action__content .row {
    display: flex;
    flex-direction: column;
  }
  .section--calls-to-action__content .col-md-6:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    width: 100%;
  }
  .section--calls-to-action__content .cta--item-image {
    display: none !important;
  }
  .team-members--item .team--arrow {
    left: 20% !important;
  }
  .forward-item--shapes {
    margin-top: 24px;
  }
  .section--featured-case-studies__content--desc__main_content {
    margin-top: 24px;
  }
  .section--tagline__content--desc {
    margin-top: 80px;
  }
  .section--lets-talk-your-website__content--image {
    margin-top: 24px;
  }
  .team-arrow {
    left: 15% !important;
  }
}
@media (max-width: 767px) {
  /* styles for phones in landscape */
  .flex-horizontal-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    flex-direction: column;
  }
  .section--awards__gallery, .section--awards__content--listing {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .section--blogs__content .list__blogs {
    grid-template-columns: repeat(2, 1fr) !important;
    display: grid;
  }
  .list__success-stories .success-stories--item {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .section--multi-testimonial__content {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .team-arrow {
    left: 0 !important;
  }
}
@media (max-width: 478px) {
  .section--blogs__content .list__blogs {
    grid-template-columns: repeat(1, 1fr) !important;
    display: grid;
  }
  .section--blogs__content .list__blogs {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.page-nzm-autom--main-content {
  padding-top: 11.2rem;
  padding-inline: 1rem;
}
.page-nzm-autom--main-content__hero-automotive {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  gap: 1.5rem;
  position: relative;
}
.page-nzm-autom--main-content__hero-automotive::before {
  content: "";
  position: absolute;
  left: -15rem;
  top: -30rem;
  z-index: -1;
  width: 800px;
  rotate: -150deg;
  height: 800px;
  background: url("/public/assets/images/by-solution-hero-vector.png") no-repeat left top;
  background-size: contain; /* or leave out */
}
.page-nzm-autom--main-content__hero-automotive::after {
  content: "";
  position: absolute;
  right: -23rem;
  bottom: -1rem;
  z-index: -1;
  width: 800px;
  rotate: -150deg;
  height: 800px;
  background: url("/public/assets/images/by-solution-hero-vector.png") no-repeat left top;
  background-size: contain; /* or leave out */
}
.page-nzm-autom--main-content__hero-automotive div:nth-of-type(1) {
  width: 50%;
  height: 100%;
  padding-top: 9rem;
}
.page-nzm-autom--main-content__hero-automotive div:nth-of-type(1) h1 {
  font-size: 60px;
  font-weight: 800;
  color: #1A1A1A;
  line-height: 100%;
  font-family: "Urbanist", sans-serif;
  max-width: 654px;
}
@media (max-width: 550px) {
  .page-nzm-autom--main-content__hero-automotive div:nth-of-type(1) h1 {
    font-size: 48px;
  }
}
.page-nzm-autom--main-content__hero-automotive div:nth-of-type(1) p {
  font-size: 18px;
  color: #1A1A1A;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 1.3rem;
  max-width: 680px;
}
.page-nzm-autom--main-content__hero-automotive div:nth-of-type(1) a {
  padding-inline: 1.5rem !important;
  margin-top: 1.3rem;
}
@media screen and (max-width: 992px) {
  .page-nzm-autom--main-content__hero-automotive div:nth-of-type(1) {
    width: 100%;
  }
}
.page-nzm-autom--main-content__hero-automotive div:nth-of-type(2) {
  width: 50%;
  height: 100%;
  padding-top: 6rem;
  display: flex;
  justify-content: flex-end;
}
.page-nzm-autom--main-content__hero-automotive div:nth-of-type(2) img {
  width: 560px;
  height: 490px;
  aspect-ratio: 1;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .page-nzm-autom--main-content__hero-automotive div:nth-of-type(2) img {
    height: auto !important;
  }
}
@media screen and (max-width: 992px) {
  .page-nzm-autom--main-content__hero-automotive div:nth-of-type(2) {
    display: none;
  }
}
.page-nzm-autom--main-content__boost-automotive {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  gap: 1.5rem;
  margin-top: 6rem;
  padding-bottom: 5rem;
}
.page-nzm-autom--main-content__boost-automotive .boost-automotive-first {
  padding-top: 6rem;
  width: 52%;
}
.page-nzm-autom--main-content__boost-automotive .boost-automotive-first h2 {
  font-size: 40px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  line-height: 120%;
  color: #000000;
  max-width: 592px;
}
@media screen and (max-width: 992px) {
  .page-nzm-autom--main-content__boost-automotive .boost-automotive-first h2 {
    max-width: 900px;
  }
}
.page-nzm-autom--main-content__boost-automotive .boost-automotive-first p {
  font-size: 18px;
  color: #000;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 1.3rem;
  max-width: 600px;
}
.page-nzm-autom--main-content__boost-automotive .boost-automotive-first .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}
.page-nzm-autom--main-content__boost-automotive .boost-automotive-first .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page-nzm-autom--main-content__boost-automotive .boost-automotive-first .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page-nzm-autom--main-content__boost-automotive .boost-automotive-first .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page-nzm-autom--main-content__boost-automotive .boost-automotive-first .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  max-width: 405px !important;
}
@media screen and (max-width: 992px) {
  .page-nzm-autom--main-content__boost-automotive .boost-automotive-first .testimonial__details .testimonial__text {
    max-width: 900px !important;
  }
}
@media screen and (max-width: 992px) {
  .page-nzm-autom--main-content__boost-automotive .boost-automotive-first {
    width: 100%;
  }
}
.page-nzm-autom--main-content__boost-automotive .boost-automotive-details {
  padding-top: 4rem;
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-nzm-autom--main-content__boost-automotive .boost-automotive-details .automotive-details--box {
  max-width: 679px;
  border-radius: 30px;
  background-color: #F2F8FD;
  padding-inline: 23px;
  padding-block: 2.5rem;
}
.page-nzm-autom--main-content__boost-automotive .boost-automotive-details .automotive-details--box p {
  font-size: 18px;
  color: #1A1A1A;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 1.3rem;
  max-width: 680px;
}
@media screen and (max-width: 992px) {
  .page-nzm-autom--main-content__boost-automotive .boost-automotive-details .automotive-details--box p {
    max-width: 900px;
  }
}
@media screen and (max-width: 992px) {
  .page-nzm-autom--main-content__boost-automotive .boost-automotive-details .automotive-details--box {
    max-width: 900px;
  }
}
@media screen and (max-width: 992px) {
  .page-nzm-autom--main-content__boost-automotive .boost-automotive-details {
    width: 100%;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .page-nzm-autom--main-content__boost-automotive {
    flex-direction: column;
  }
}
.page-nzm-autom--main-content--team-members {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.page-nzm-autom--main-content--team-members p {
  font-size: 18px;
  color: #000 !important;
  text-align: center;
}
.page-nzm-autom--main-content--team-members__content {
  text-align: left;
  position: relative;
  z-index: 2;
}
.page-nzm-autom--main-content--team-members__content .list__team-members {
  margin-top: 80px;
}
.page-nzm-autom--main-content--team-members__content .list__team-members .team-members--item {
  padding: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
}
.page-nzm-autom--main-content--team-members__content .list__team-members .team-members--item a {
  text-decoration: none;
  gap: 16px;
  display: grid;
}
.page-nzm-autom--main-content--team-members__content .list__team-members .team-members--item h3 {
  margin-top: 1em;
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
  color: #000 !important;
}
@media (max-width: 999px) {
  .page-nzm-autom--main-content--team-members__content .list__team-members .team-members--item h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-autom--main-content--team-members__content .list__team-members .team-members--item:hover {
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
  border-radius: 40px;
}
.page-nzm-autom--main-content--team-members__content .list__team-members .team-members--item:hover h3, .page-nzm-autom--main-content--team-members__content .list__team-members .team-members--item:hover h4, .page-nzm-autom--main-content--team-members__content .list__team-members .team-members--item:hover span,
.page-nzm-autom--main-content--team-members__content .list__team-members .team-members--item:hover p {
  color: #000 !important;
}
.page-nzm-autom--main-content--team-members__content .list__team-members .team-members--item:hover .tags {
  display: flex !important;
}
.page-nzm-autom--main-content--team-members__content .list__team-members .team-members--item .btn {
  font-weight: 600;
  font-size: 16px;
}
.page-nzm-autom--main-content--team-members__content .list__team-members .team-members--item .btn:hover {
  background-color: #E4F0FB;
  color: #142543;
}
.page-nzm-autom--main-content--team-members__content .list__team-members .team-members--item .btn--learn-more {
  font-weight: 600;
  font-size: 16px;
  color: #2C43AA;
}
.page-nzm-autom--main-content--team-members__content .list__team-members .team-members--item .content span {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.page-nzm-autom--main-content--team-members__content .list__team-members .team-members--item .content .tags {
  display: none;
  list-style: none;
  margin-top: 12px;
  padding: 0;
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
}
.page-nzm-autom--main-content--team-members__content .list__team-members .team-members--item .content .tags li {
  background-color: #F2F8FD;
  border-radius: 16px;
  padding: 10px 8px;
  font-size: 0.8rem;
  color: #333;
  gap: 10px;
  font-size: 14px;
}
.page-nzm-autom--main-content--team-members__content .list__team-members-actions {
  margin-top: 5em;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-autom--main-content--team-members__content .list__team-members-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page-nzm-autom--main-content--team-members__content .list__team-members-actions .team-arrow {
  position: absolute;
  left: 30%;
  transform: translateY(-50%);
  width: 80px;
  pointer-events: none;
  z-index: 1;
}
.page-nzm-autom--main-content--team-members__content .list__team-members-actions .tags {
  display: none;
  list-style: none;
  margin-top: 12px;
  padding: 0;
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
}
.page-nzm-autom--main-content--team-members__content .list__team-members-actions .tags li {
  background-color: #f0f0f0;
  border-radius: 16px;
  padding: 6px 12px;
  font-size: 0.8rem;
  color: #333;
}
.page-nzm-autom--main-content--team-members__content .list__team-members-actions .team-members--item:hover .tags {
  display: flex;
}
.page-nzm-autom--main-content--team-members__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-autom--main-content--team-members__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-autom--main-content--team-members__content h4 {
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
.page-nzm-autom--main-content--team-members__content .image-container {
  background-color: #C8F3D8;
  border-radius: 30px;
  text-align: center;
}
.page-nzm-autom--main-content--team-members::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5em;
  width: 500px;
  height: 500px;
  background: url("../images/faded-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.page-nzm-autom--main-content--philz {
  position: relative;
  padding: 112px 0;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.page-nzm-autom--main-content--philz__content {
  position: relative;
  z-index: 1;
  /* ICON */
  /* TEXT */
}
.page-nzm-autom--main-content--philz__content .row {
  display: flex;
  align-items: center;
}
.page-nzm-autom--main-content--philz__content .col-md-4 img {
  display: block;
  width: 100%;
  height: auto;
  padding: 1rem;
  padding-right: 3rem;
}
.page-nzm-autom--main-content--philz__content .col-md-8 {
  padding-left: 2rem;
}
.page-nzm-autom--main-content--philz__content .col-md-8 h2 {
  font-size: 40px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  line-height: 120%;
  color: #000 !important;
  max-width: 815px;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-autom--main-content--philz__content .col-md-8 h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    max-width: 900px;
  }
}
.page-nzm-autom--main-content--philz__content .col-md-8 p, .page-nzm-autom--main-content--philz__content .col-md-8 span {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page-nzm-autom--main-content--philz::before {
  content: "";
  position: absolute;
  top: -5rem;
  right: -19rem;
  width: 970px;
  height: 800px;
  background: url("/public/assets/images/by-solution-hero-vector.png") no-repeat left top;
  border-bottom-right-radius: 30px;
  z-index: 0;
  pointer-events: none;
}
.page-nzm-autom--main-content--performance {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
  padding: 80px 0;
  margin-top: 2rem;
  text-align: center;
}
.page-nzm-autom--main-content--performance .wrapper-performance {
  gap: 60px;
  display: grid;
}
.page-nzm-autom--main-content--performance h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  max-width: 815px;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-autom--main-content--performance h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-autom--main-content--performance h3 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  line-height: 36px;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-autom--main-content--performance h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-autom--main-content--performance p {
  font-size: 18px;
  color: #1A1A1A;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 1.3rem;
  max-width: 680px;
}
@media screen and (max-width: 992px) {
  .page-nzm-autom--main-content--performance p {
    max-width: 900px;
  }
}
.page-nzm-autom--main-content--performance__content {
  gap: 16px;
  display: grid;
}
.page-nzm-autom--main-content--performance__content span {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
}
.page-nzm-autom--main-content--performance__content--desc {
  gap: 24px;
  display: grid;
}
.page-nzm-autom--main-content--performance__content--desc__heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-nzm-autom--main-content--performance__listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 32px;
  text-align: left;
}
.page-nzm-autom--main-content--performance__listing--shape-item {
  gap: 16px;
  border-radius: 24px;
  padding: 32px;
  background-color: #f0f8ff;
  display: flex;
  flex-direction: column;
}
.page-nzm-autom--main-content--performance__listing--shape-item img {
  width: 45px;
  height: 45px;
  top: 0;
}
@media (max-width: 768px) {
  .page-nzm-autom--main-content--performance__listing {
    grid-template-columns: 1fr;
  }
  .page-nzm-autom--main-content--performance__listing .shape-item:nth-child(1) {
    grid-row: auto;
  }
}
.page-nzm-autom--main-content--performance__actions {
  text-transform: capitalize;
  gap: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.page-nzm-autom--main-content--performance__actions .btn {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.01em;
}
.page-nzm-autom--main-content--performance::before {
  content: "";
  position: absolute;
  top: -3em;
  right: -5em;
  width: 1200px;
  height: 100%;
  background: url("../images/straight-seo-vector.png") no-repeat bottom right/contain;
  border-bottom-right-radius: 30px;
  z-index: -1;
  pointer-events: none;
}
.page-nzm-autom--main-content--drives-forward {
  position: relative;
  overflow: hidden;
  padding: 112px 0.5rem;
  padding-bottom: 40px !important;
  background-color: #fff;
  max-width: 1250px;
  margin: 0 auto;
}
.page-nzm-autom--main-content--drives-forward__content {
  position: relative;
  z-index: 1;
}
.page-nzm-autom--main-content--drives-forward__content .row .cls-img-zm {
  width: 500px !important;
  aspect-ratio: 1 !important;
  overflow: hidden !important;
}
.page-nzm-autom--main-content--drives-forward__content .row .cls-img-zm img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  display: block !important;
  width: 100% !important;
  height: 80% !important;
}
@media screen and (max-width: 992px) {
  .page-nzm-autom--main-content--drives-forward__content .row .cls-img-zm img {
    height: 100% !important;
  }
}
@media screen and (max-width: 992px) {
  .page-nzm-autom--main-content--drives-forward__content .row .cls-img-zm {
    width: 992px !important;
    margin-bottom: 1rem;
  }
}
.page-nzm-autom--main-content--drives-forward__content p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page-nzm-autom--main-content--drives-forward__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-autom--main-content--drives-forward__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-autom--main-content--drives-forward__content .drives-forward-heading {
  gap: 16px;
  display: grid;
  padding-top: 0;
}
.page-nzm-autom--main-content--drives-forward__content .drives-forward-actions {
  margin-top: 1em;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-autom--main-content--drives-forward__content .drives-forward-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page-nzm-autom--main-content--drives-forward__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.page-nzm-autom--main-content--drives-forward__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page-nzm-autom--main-content--drives-forward__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page-nzm-autom--main-content--drives-forward__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page-nzm-autom--main-content--drives-forward__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.page-nzm-autom--main-content--drives-forward::after {
  content: "";
  position: absolute;
  top: 5em;
  left: 0;
  width: 500px;
  height: 500px;
  background: url("../images/how-we-do-it-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page-nzm-autom--main-content .wrapper {
  max-width: 1250px;
  margin: 0 auto;
}

.page-nzm-hcare--main-content {
  padding-top: 11.2rem;
  padding-inline: 1rem;
}
.page-nzm-hcare--main-content__hero-hcare {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
  position: relative;
  padding-top: 9rem;
  padding-bottom: 3rem;
  flex-direction: column;
  align-items: center;
}
.page-nzm-hcare--main-content__hero-hcare::before {
  content: "";
  position: absolute;
  left: -15rem;
  top: -30rem;
  z-index: -1;
  width: 800px;
  rotate: -150deg;
  height: 800px;
  background: url("/public/assets/images/by-solution-hero-vector.png") no-repeat left top;
  background-size: contain;
}
.page-nzm-hcare--main-content__hero-hcare::after {
  content: "";
  position: absolute;
  right: -23rem;
  bottom: -1rem;
  z-index: -1;
  width: 800px;
  rotate: -150deg;
  height: 800px;
  background: url("/public/assets/images/by-solution-hero-vector.png") no-repeat left top;
  background-size: contain;
}
.page-nzm-hcare--main-content__hero-hcare h1 {
  font-size: 60px;
  font-weight: 800;
  color: #1A1A1A;
  line-height: 100%;
  font-family: "Urbanist", sans-serif;
  max-width: 870px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .page-nzm-hcare--main-content__hero-hcare h1 {
    font-size: 48px;
  }
}
.page-nzm-hcare--main-content__hero-hcare p {
  font-size: 18px;
  color: #1A1A1A;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 0.6rem;
  max-width: 728px;
  margin-inline: auto;
  text-align: center;
}
.page-nzm-hcare--main-content__hero-hcare a {
  padding-inline: 1.5rem !important;
  margin-top: 0.2rem;
}
.page-nzm-hcare--main-content__hero-hcare ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  overflow: visible !important;
}
@media screen and (max-width: 914px) {
  .page-nzm-hcare--main-content__hero-hcare ul {
    gap: 7px;
  }
}
.page-nzm-hcare--main-content--drives-forward {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
  max-width: 1250px;
  margin: 0 auto;
  margin-top: 3rem;
}
.page-nzm-hcare--main-content--drives-forward__content {
  position: relative;
  z-index: 1;
}
.page-nzm-hcare--main-content--drives-forward__content .drives-forward-heading {
  gap: 12px;
  display: grid;
  padding-top: 1.5rem;
}
.page-nzm-hcare--main-content--drives-forward__content .drives-forward-heading h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  .page-nzm-hcare--main-content--drives-forward__content .drives-forward-heading h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-hcare--main-content--drives-forward__content .drives-forward-heading p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
  font-size: 18px;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 0.6rem;
  max-width: 590px;
}
@media screen and (max-width: 992px) {
  .page-nzm-hcare--main-content--drives-forward__content .drives-forward-heading p {
    max-width: 990px;
  }
}
.page-nzm-hcare--main-content--drives-forward__content .drives-forward-actions {
  margin-top: 3em;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-hcare--main-content--drives-forward__content .drives-forward-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page-nzm-hcare--main-content--drives-forward__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.page-nzm-hcare--main-content--drives-forward__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page-nzm-hcare--main-content--drives-forward__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page-nzm-hcare--main-content--drives-forward__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page-nzm-hcare--main-content--drives-forward__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  max-width: 420px;
}
@media screen and (max-width: 992px) {
  .page-nzm-hcare--main-content--drives-forward__content .testimonial__details .testimonial__text {
    max-width: 990px;
  }
}
.page-nzm-hcare--main-content--drives-forward::after {
  content: "";
  position: absolute;
  top: 5em;
  left: 0;
  width: 500px;
  height: 500px;
  background: url("../images/how-we-do-it-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page-nzm-hcare--main-content--team-members {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.page-nzm-hcare--main-content--team-members p {
  font-size: 18px;
  color: #000 !important;
  text-align: center;
}
.page-nzm-hcare--main-content--team-members__content {
  text-align: left;
  position: relative;
  z-index: 2;
}
.page-nzm-hcare--main-content--team-members__content .list__team-members {
  margin-top: 80px;
}
.page-nzm-hcare--main-content--team-members__content .list__team-members .team-members--item {
  padding: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
}
.page-nzm-hcare--main-content--team-members__content .list__team-members .team-members--item a {
  text-decoration: none;
  gap: 16px;
  display: grid;
}
.page-nzm-hcare--main-content--team-members__content .list__team-members .team-members--item h3 {
  margin-top: 1em;
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
  color: #000 !important;
}
@media (max-width: 999px) {
  .page-nzm-hcare--main-content--team-members__content .list__team-members .team-members--item h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-hcare--main-content--team-members__content .list__team-members .team-members--item:hover {
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
  border-radius: 40px;
}
.page-nzm-hcare--main-content--team-members__content .list__team-members .team-members--item:hover h3, .page-nzm-hcare--main-content--team-members__content .list__team-members .team-members--item:hover h4, .page-nzm-hcare--main-content--team-members__content .list__team-members .team-members--item:hover span,
.page-nzm-hcare--main-content--team-members__content .list__team-members .team-members--item:hover p {
  color: #000 !important;
}
.page-nzm-hcare--main-content--team-members__content .list__team-members .team-members--item:hover .tags {
  display: flex !important;
}
.page-nzm-hcare--main-content--team-members__content .list__team-members .team-members--item .btn {
  font-weight: 600;
  font-size: 16px;
}
.page-nzm-hcare--main-content--team-members__content .list__team-members .team-members--item .btn:hover {
  background-color: #E4F0FB;
  color: #142543;
}
.page-nzm-hcare--main-content--team-members__content .list__team-members .team-members--item .btn--learn-more {
  font-weight: 600;
  font-size: 16px;
  color: #2C43AA;
}
.page-nzm-hcare--main-content--team-members__content .list__team-members .team-members--item .content span {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.page-nzm-hcare--main-content--team-members__content .list__team-members .team-members--item .content .tags {
  display: none;
  list-style: none;
  margin-top: 12px;
  padding: 0;
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
}
.page-nzm-hcare--main-content--team-members__content .list__team-members .team-members--item .content .tags li {
  background-color: #F2F8FD;
  border-radius: 16px;
  padding: 10px 8px;
  font-size: 0.8rem;
  color: #333;
  gap: 10px;
  font-size: 14px;
}
.page-nzm-hcare--main-content--team-members__content .list__team-members-actions {
  margin-top: 5em;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-hcare--main-content--team-members__content .list__team-members-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page-nzm-hcare--main-content--team-members__content .list__team-members-actions .team-arrow {
  position: absolute;
  left: 30%;
  transform: translateY(-50%);
  width: 80px;
  pointer-events: none;
  z-index: 1;
}
.page-nzm-hcare--main-content--team-members__content .list__team-members-actions .tags {
  display: none;
  list-style: none;
  margin-top: 12px;
  padding: 0;
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
}
.page-nzm-hcare--main-content--team-members__content .list__team-members-actions .tags li {
  background-color: #f0f0f0;
  border-radius: 16px;
  padding: 6px 12px;
  font-size: 0.8rem;
  color: #333;
}
.page-nzm-hcare--main-content--team-members__content .list__team-members-actions .team-members--item:hover .tags {
  display: flex;
}
.page-nzm-hcare--main-content--team-members__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-hcare--main-content--team-members__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-hcare--main-content--team-members__content h4 {
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
.page-nzm-hcare--main-content--team-members__content .image-container {
  background-color: #C8F3D8;
  border-radius: 30px;
  text-align: center;
}
.page-nzm-hcare--main-content--team-members::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5em;
  width: 500px;
  height: 500px;
  background: url("../images/faded-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.page-nzm-hcare--main-content--philz {
  position: relative;
  padding: 112px 0;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.page-nzm-hcare--main-content--philz__content {
  position: relative;
  z-index: 1;
  /* ICON */
  /* TEXT */
}
.page-nzm-hcare--main-content--philz__content .row {
  display: flex;
  align-items: center;
}
.page-nzm-hcare--main-content--philz__content .col-md-4 img {
  display: block;
  width: 100%;
  height: auto;
  padding: 1rem;
  padding-right: 3rem;
}
.page-nzm-hcare--main-content--philz__content .col-md-8 {
  padding-left: 2rem;
}
.page-nzm-hcare--main-content--philz__content .col-md-8 h2 {
  font-size: 40px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  line-height: 120%;
  color: #000 !important;
  max-width: 815px;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-hcare--main-content--philz__content .col-md-8 h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    max-width: 900px;
  }
}
.page-nzm-hcare--main-content--philz__content .col-md-8 p, .page-nzm-hcare--main-content--philz__content .col-md-8 span {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page-nzm-hcare--main-content--philz::before {
  content: "";
  position: absolute;
  top: -5rem;
  right: -19rem;
  width: 970px;
  height: 800px;
  background: url("/public/assets/images/by-solution-hero-vector.png") no-repeat left top;
  border-bottom-right-radius: 30px;
  z-index: 0;
  pointer-events: none;
}
.page-nzm-hcare--main-content--performance {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
  padding: 80px 0;
  margin-top: 2rem;
  text-align: center;
}
.page-nzm-hcare--main-content--performance .wrapper-performance {
  gap: 60px;
  display: grid;
}
.page-nzm-hcare--main-content--performance h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  max-width: 815px;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-hcare--main-content--performance h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-hcare--main-content--performance h3 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  line-height: 36px;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-hcare--main-content--performance h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-hcare--main-content--performance p {
  font-size: 18px;
  color: #1A1A1A;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 1.3rem;
  max-width: 680px;
}
@media screen and (max-width: 992px) {
  .page-nzm-hcare--main-content--performance p {
    max-width: 900px;
  }
}
.page-nzm-hcare--main-content--performance__content {
  gap: 16px;
  display: grid;
}
.page-nzm-hcare--main-content--performance__content span {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
}
.page-nzm-hcare--main-content--performance__content--desc {
  gap: 24px;
  display: grid;
}
.page-nzm-hcare--main-content--performance__content--desc__heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-nzm-hcare--main-content--performance__listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 32px;
  text-align: left;
}
.page-nzm-hcare--main-content--performance__listing--shape-item {
  gap: 16px;
  border-radius: 24px;
  padding: 32px;
  background-color: #f0f8ff;
  display: flex;
  flex-direction: column;
}
.page-nzm-hcare--main-content--performance__listing--shape-item img {
  width: 45px;
  height: 45px;
  top: 0;
}
@media (max-width: 768px) {
  .page-nzm-hcare--main-content--performance__listing {
    grid-template-columns: 1fr;
  }
  .page-nzm-hcare--main-content--performance__listing .shape-item:nth-child(1) {
    grid-row: auto;
  }
}
.page-nzm-hcare--main-content--performance__actions {
  text-transform: capitalize;
  gap: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.page-nzm-hcare--main-content--performance__actions .btn {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.01em;
}
.page-nzm-hcare--main-content--performance::before {
  content: "";
  position: absolute;
  top: -3em;
  right: -5em;
  width: 1200px;
  height: 100%;
  background: url("../images/straight-seo-vector.png") no-repeat bottom right/contain;
  border-bottom-right-radius: 30px;
  z-index: -1;
  pointer-events: none;
}
.page-nzm-hcare--main-content--drives-forward {
  position: relative;
  overflow: hidden;
  padding: 112px 0.5rem;
  padding-bottom: 40px !important;
  background-color: #fff;
  max-width: 1250px;
  margin: 0 auto;
}
.page-nzm-hcare--main-content--drives-forward__content {
  position: relative;
  z-index: 1;
}
.page-nzm-hcare--main-content--drives-forward__content .row .cls-img-zm {
  width: 500px !important;
  aspect-ratio: 1 !important;
  overflow: hidden !important;
}
.page-nzm-hcare--main-content--drives-forward__content .row .cls-img-zm img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  display: block !important;
  width: 100% !important;
  height: 90% !important;
}
@media screen and (max-width: 992px) {
  .page-nzm-hcare--main-content--drives-forward__content .row .cls-img-zm img {
    height: 100% !important;
  }
}
@media screen and (max-width: 992px) {
  .page-nzm-hcare--main-content--drives-forward__content .row .cls-img-zm {
    width: 992px !important;
    margin-bottom: 1rem;
  }
}
.page-nzm-hcare--main-content--drives-forward__content p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page-nzm-hcare--main-content--drives-forward__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-hcare--main-content--drives-forward__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-hcare--main-content--drives-forward__content .drives-forward-heading {
  gap: 16px;
  display: grid;
  padding-top: 0;
}
.page-nzm-hcare--main-content--drives-forward__content .drives-forward-actions {
  margin-top: 1em;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-hcare--main-content--drives-forward__content .drives-forward-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page-nzm-hcare--main-content--drives-forward__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.page-nzm-hcare--main-content--drives-forward__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page-nzm-hcare--main-content--drives-forward__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page-nzm-hcare--main-content--drives-forward__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page-nzm-hcare--main-content--drives-forward__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.page-nzm-hcare--main-content--drives-forward::after {
  content: "";
  position: absolute;
  top: 5em;
  left: 0;
  width: 500px;
  height: 500px;
  background: url("../images/how-we-do-it-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page-nzm-hcare--main-content .wrapper {
  max-width: 1250px;
  margin: 0 auto;
}

.page-nzm-grpdes--main-content {
  padding-top: 11.2rem;
  padding-inline: 1rem;
}
.page-nzm-grpdes--main-content__hero-grapd {
  max-width: 1250px;
  margin: 0 auto;
  background-color: #2C43AA;
  border-radius: 40px;
  margin-top: 3rem;
  padding: 2.4rem;
  overflow: hidden;
  position: relative;
}
.page-nzm-grpdes--main-content__hero-grapd .grapd__vector {
  position: absolute !important;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  bottom: -5rem;
  left: 60%;
  transform: translateX(-50%);
  width: 500px;
  height: 350px;
  background-image: url("../images/hero-vector-2.png");
}
.page-nzm-grpdes--main-content__hero-grapd h1 {
  font-size: 60px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 100%;
  font-family: "Urbanist", sans-serif;
  max-width: 740px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .page-nzm-grpdes--main-content__hero-grapd h1 {
    max-width: 991px;
  }
}
@media (max-width: 550px) {
  .page-nzm-grpdes--main-content__hero-grapd h1 {
    font-size: 48px;
  }
}
.page-nzm-grpdes--main-content__hero-grapd p {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 110px;
  max-width: 420px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .page-nzm-grpdes--main-content__hero-grapd p {
    max-width: 991px;
  }
}
@media (max-width: 450px) {
  .page-nzm-grpdes--main-content__hero-grapd p {
    margin-top: 30px;
  }
}
.page-nzm-grpdes--main-content__hero-grapd div {
  margin-bottom: 1rem;
}
.page-nzm-grpdes--main-content__hero-grapd div a {
  padding-inline: 2rem !important;
}
.page-nzm-grpdes--main-content__hero-grapd h1, .page-nzm-grpdes--main-content__hero-grapd p, .page-nzm-grpdes--main-content__hero-grapd div {
  position: relative;
  z-index: 3;
}
.page-nzm-grpdes--main-content__hero-grapd img {
  position: absolute;
  right: -10rem;
  bottom: -14rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  z-index: 2 !important;
}
@media (max-width: 1250px) {
  .page-nzm-grpdes--main-content__hero-grapd img {
    width: 65vw;
  }
}
@media (max-width: 991px) {
  .page-nzm-grpdes--main-content__hero-grapd img {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-nzm-grpdes--main-content__hero-grapd {
    margin-top: 4rem;
  }
}
@media (max-width: 450px) {
  .page-nzm-grpdes--main-content__hero-grapd {
    padding: 1.4rem;
  }
}
.page-nzm-grpdes--main-content__sub-hero-grapd {
  max-width: 1250px;
  margin: 0 auto;
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin-top: 10px;
  margin-bottom: 4rem;
}
.page-nzm-grpdes--main-content__sub-hero-grapd .shgpd-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 12px;
  padding-block: 1.1rem;
}
.page-nzm-grpdes--main-content__sub-hero-grapd .shgpd-con h2 {
  font-size: 40px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  line-height: 120%;
  color: #000 !important;
  max-width: 315px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .page-nzm-grpdes--main-content__sub-hero-grapd .shgpd-con h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    max-width: 900px;
    text-align: center;
  }
}
.page-nzm-grpdes--main-content__sub-hero-grapd .shgpd-con p {
  max-width: 515px;
  font-size: 18px;
  color: #1A1A1A;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 1.3rem;
}
@media (max-width: 991px) {
  .page-nzm-grpdes--main-content__sub-hero-grapd .shgpd-con p {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .page-nzm-grpdes--main-content__sub-hero-grapd .shgpd-con {
    flex-direction: column;
    justify-content: center;
  }
}
.page-nzm-grpdes--main-content__sub-hero-grapd .images-grapd {
  width: 100%;
  margin-top: 19px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.page-nzm-grpdes--main-content__sub-hero-grapd .images-grapd img {
  border-radius: 30px !important;
}
@media (max-width: 991px) {
  .page-nzm-grpdes--main-content__sub-hero-grapd .images-grapd img {
    border-radius: 20px !important;
  }
}
@media (max-width: 791px) {
  .page-nzm-grpdes--main-content__sub-hero-grapd .images-grapd {
    grid-template-columns: 1fr;
  }
}
.page-nzm-grpdes--main-content--clients {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background-color: #fff;
}
.page-nzm-grpdes--main-content--clients__content {
  text-align: center;
}
.page-nzm-grpdes--main-content--clients__content .pre-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000;
  text-transform: uppercase;
}
.page-nzm-grpdes--main-content--clients__content .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .page-nzm-grpdes--main-content--clients__content .partnership-list {
    row-gap: 2rem;
  }
}
.page-nzm-grpdes--main-content--clients__content .partnership-list--logo img {
  width: 150px;
  height: auto;
}
.page-nzm-grpdes--main-content--drives-forward {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
  max-width: 1250px;
  margin: 0 auto;
  padding-top: 80px;
}
.page-nzm-grpdes--main-content--drives-forward__content {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .page-nzm-grpdes--main-content--drives-forward__content .sec-grapd {
    flex-direction: column-reverse !important;
  }
}
.page-nzm-grpdes--main-content--drives-forward__content .drives-forward-heading {
  gap: 12px;
  display: grid;
  padding-top: 1.5rem;
}
.page-nzm-grpdes--main-content--drives-forward__content .drives-forward-heading span {
  font-size: 16px;
  color: #696969;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 16px;
  text-transform: uppercase;
}
.page-nzm-grpdes--main-content--drives-forward__content .drives-forward-heading h2 {
  margin-top: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  max-width: 554px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  .page-nzm-grpdes--main-content--drives-forward__content .drives-forward-heading h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-grpdes--main-content--drives-forward__content .drives-forward-heading p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
  font-size: 18px;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 0.6rem;
  max-width: 590px;
}
@media screen and (max-width: 992px) {
  .page-nzm-grpdes--main-content--drives-forward__content .drives-forward-heading p {
    max-width: 990px;
  }
}
.page-nzm-grpdes--main-content--drives-forward__content .drives-forward-actions {
  margin-top: 1.2rem;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-grpdes--main-content--drives-forward__content .drives-forward-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page-nzm-grpdes--main-content--drives-forward__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.page-nzm-grpdes--main-content--drives-forward__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page-nzm-grpdes--main-content--drives-forward__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page-nzm-grpdes--main-content--drives-forward__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page-nzm-grpdes--main-content--drives-forward__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  max-width: 420px;
}
@media screen and (max-width: 992px) {
  .page-nzm-grpdes--main-content--drives-forward__content .testimonial__details .testimonial__text {
    max-width: 990px;
  }
}
.page-nzm-grpdes--main-content--drives-forward::after {
  content: "";
  position: absolute;
  top: 5em;
  left: 0;
  width: 500px;
  height: 500px;
  background: url("../images/how-we-do-it-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page-nzm-grpdes--main-content__boost-grapd {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  gap: 1.5rem;
  margin-top: 6rem;
  padding-bottom: 5rem;
}
.page-nzm-grpdes--main-content__boost-grapd .boost-grapd-first {
  padding-top: 6rem;
  width: 52%;
}
.page-nzm-grpdes--main-content__boost-grapd .boost-grapd-first h2 {
  font-size: 40px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  line-height: 120%;
  color: #000000;
  max-width: 592px;
}
@media screen and (max-width: 992px) {
  .page-nzm-grpdes--main-content__boost-grapd .boost-grapd-first h2 {
    max-width: 900px;
  }
}
.page-nzm-grpdes--main-content__boost-grapd .boost-grapd-first p {
  font-size: 18px;
  color: #000;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 1.3rem;
  max-width: 600px;
}
.page-nzm-grpdes--main-content__boost-grapd .boost-grapd-first .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}
.page-nzm-grpdes--main-content__boost-grapd .boost-grapd-first .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page-nzm-grpdes--main-content__boost-grapd .boost-grapd-first .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page-nzm-grpdes--main-content__boost-grapd .boost-grapd-first .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page-nzm-grpdes--main-content__boost-grapd .boost-grapd-first .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  max-width: 405px !important;
}
@media screen and (max-width: 992px) {
  .page-nzm-grpdes--main-content__boost-grapd .boost-grapd-first .testimonial__details .testimonial__text {
    max-width: 900px !important;
  }
}
@media screen and (max-width: 992px) {
  .page-nzm-grpdes--main-content__boost-grapd .boost-grapd-first {
    width: 100%;
  }
}
.page-nzm-grpdes--main-content__boost-grapd .boost-grapd-details {
  padding-top: 4rem;
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-nzm-grpdes--main-content__boost-grapd .boost-grapd-details .grapd-details--box {
  max-width: 679px;
  border-radius: 30px;
  background-color: #F2F8FD;
  padding: 1.3rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-nzm-grpdes--main-content__boost-grapd .boost-grapd-details .grapd-details--box img {
  width: 45px;
  height: 45px;
  top: 0;
}
.page-nzm-grpdes--main-content__boost-grapd .boost-grapd-details .grapd-details--box h3 {
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 999px) {
  .page-nzm-grpdes--main-content__boost-grapd .boost-grapd-details .grapd-details--box h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-grpdes--main-content__boost-grapd .boost-grapd-details .grapd-details--box p {
  font-size: 18px;
  color: #1A1A1A;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 0.3rem;
  max-width: 680px;
}
@media screen and (max-width: 992px) {
  .page-nzm-grpdes--main-content__boost-grapd .boost-grapd-details .grapd-details--box p {
    max-width: 900px;
  }
}
@media screen and (max-width: 992px) {
  .page-nzm-grpdes--main-content__boost-grapd .boost-grapd-details .grapd-details--box {
    max-width: 900px;
  }
}
@media screen and (max-width: 992px) {
  .page-nzm-grpdes--main-content__boost-grapd .boost-grapd-details {
    width: 100%;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .page-nzm-grpdes--main-content__boost-grapd {
    flex-direction: column;
  }
}
.page-nzm-grpdes--main-content--success-stories {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.page-nzm-grpdes--main-content--success-stories h3 {
  margin-top: 1em;
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
  color: #000 !important;
}
@media (max-width: 999px) {
  .page-nzm-grpdes--main-content--success-stories h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-grpdes--main-content--success-stories p {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000 !important;
}
.page-nzm-grpdes--main-content--success-stories__content {
  text-align: left;
  position: relative;
  z-index: 2;
}
.page-nzm-grpdes--main-content--success-stories__content .list__success-stories {
  margin-top: 80px;
}
.page-nzm-grpdes--main-content--success-stories__content .list__success-stories .success-stories--item {
  padding: 24px;
}
.page-nzm-grpdes--main-content--success-stories__content .list__success-stories .success-stories--item img {
  border-radius: 12px;
}
.page-nzm-grpdes--main-content--success-stories__content .list__success-stories .success-stories--item a {
  text-decoration: none;
}
.page-nzm-grpdes--main-content--success-stories__content .list__success-stories .success-stories--item:hover {
  background-color: #142543 !important;
  border-radius: 40px;
}
.page-nzm-grpdes--main-content--success-stories__content .list__success-stories .success-stories--item:hover h3,
.page-nzm-grpdes--main-content--success-stories__content .list__success-stories .success-stories--item:hover p {
  color: #fff !important;
}
.page-nzm-grpdes--main-content--success-stories__content .list__success-stories .success-stories--item .btn {
  font-weight: 600;
  font-size: 16px;
}
.page-nzm-grpdes--main-content--success-stories__content .list__success-stories .success-stories--item .btn:hover {
  background-color: #E4F0FB;
  color: #142543;
}
.page-nzm-grpdes--main-content--success-stories__content .list__success-stories .success-stories--item .btn--learn-more {
  font-weight: 600;
  font-size: 16px;
  color: #2C43AA;
}
.page-nzm-grpdes--main-content--success-stories__content .list__success-stories-actions {
  margin-top: 5em;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-grpdes--main-content--success-stories__content .list__success-stories-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page-nzm-grpdes--main-content--success-stories__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-grpdes--main-content--success-stories__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-grpdes--main-content--success-stories__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5em;
  width: 500px;
  height: 500px;
  background: url("../images/success-stories.png") no-repeat center/contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.page-nzm-grpdes--main-content__grapd-cls {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  max-width: 1250px;
  margin: 0 auto;
  padding-block: 80px;
  padding-bottom: 40px;
}
.page-nzm-grpdes--main-content__grapd-cls__content {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .page-nzm-grpdes--main-content__grapd-cls__content .sec-grapd {
    flex-direction: column-reverse !important;
  }
}
.page-nzm-grpdes--main-content__grapd-cls__content .sec-grapd .left-grapd {
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .page-nzm-grpdes--main-content__grapd-cls__content .sec-grapd .left-grapd {
    padding-right: 0;
  }
}
.page-nzm-grpdes--main-content__grapd-cls__content .drives-forward-heading {
  gap: 12px;
  display: grid;
  padding-top: 1.5rem;
}
.page-nzm-grpdes--main-content__grapd-cls__content .drives-forward-heading span {
  font-size: 16px;
  color: #696969;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 16px;
  text-transform: uppercase;
}
.page-nzm-grpdes--main-content__grapd-cls__content .drives-forward-heading h2 {
  margin-top: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  max-width: 554px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  .page-nzm-grpdes--main-content__grapd-cls__content .drives-forward-heading h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-grpdes--main-content__grapd-cls__content .drives-forward-heading p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
  font-size: 18px;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 0.6rem;
  max-width: 590px;
}
@media screen and (max-width: 992px) {
  .page-nzm-grpdes--main-content__grapd-cls__content .drives-forward-heading p {
    max-width: 990px;
  }
}
.page-nzm-grpdes--main-content__grapd-cls__content .drives-forward-actions {
  margin-top: 1.2rem;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-grpdes--main-content__grapd-cls__content .drives-forward-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page-nzm-grpdes--main-content__grapd-cls__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.page-nzm-grpdes--main-content__grapd-cls__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page-nzm-grpdes--main-content__grapd-cls__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page-nzm-grpdes--main-content__grapd-cls__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page-nzm-grpdes--main-content__grapd-cls__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  max-width: 420px;
}
@media screen and (max-width: 992px) {
  .page-nzm-grpdes--main-content__grapd-cls__content .testimonial__details .testimonial__text {
    max-width: 990px;
  }
}
.page-nzm-grpdes--main-content__grapd-cls::after {
  content: "";
  position: absolute;
  top: 5em;
  left: 0;
  width: 500px;
  height: 500px;
  background: url("../images/how-we-do-it-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page-nzm-grpdes--main-content .wrapper {
  max-width: 1250px;
  margin: 0 auto;
}

.page-nzm-pwa--main-content {
  padding-top: 11.2rem;
}
.page-nzm-pwa--main-content__hero-pwa {
  width: 100%;
  height: 672px;
  background-color: #2C43AA;
  padding-inline: 1rem;
  padding-top: 2rem;
  position: relative;
  overflow: hidden;
}
.page-nzm-pwa--main-content__hero-pwa__vector {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.page-nzm-pwa--main-content__hero-pwa__vector--1 {
  top: -20px;
  left: -10px;
  width: 400px;
  height: 300px;
  background-image: url("../images/hero-vector-1.png");
}
.page-nzm-pwa--main-content__hero-pwa__vector--2 {
  top: 70px;
  left: 65%;
  transform: translateX(-50%);
  width: 500px;
  height: 350px;
  background-image: url("../images/hero-vector-2.png");
}
.page-nzm-pwa--main-content__hero-pwa__vector--3 {
  bottom: -60px;
  right: -200px;
  width: 600px;
  height: 400px;
  background-image: url("../images/hero-vector-3.png");
}
.page-nzm-pwa--main-content__hero-pwa .main-pwa-hero {
  max-width: 1250px;
  height: 100%;
  margin: 0 auto;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.page-nzm-pwa--main-content__hero-pwa .main-pwa-hero .pwa-hero-details {
  padding-top: 5rem;
}
.page-nzm-pwa--main-content__hero-pwa .main-pwa-hero .pwa-hero-details h1 {
  font-size: 60px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 100%;
  font-family: "Urbanist", sans-serif;
  max-width: 655px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .page-nzm-pwa--main-content__hero-pwa .main-pwa-hero .pwa-hero-details h1 {
    max-width: 991px;
  }
}
@media (max-width: 550px) {
  .page-nzm-pwa--main-content__hero-pwa .main-pwa-hero .pwa-hero-details h1 {
    font-size: 48px;
  }
}
.page-nzm-pwa--main-content__hero-pwa .main-pwa-hero .pwa-hero-details p {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  max-width: 533px;
  margin-bottom: 15px;
  margin-block: 2rem;
}
@media (max-width: 991px) {
  .page-nzm-pwa--main-content__hero-pwa .main-pwa-hero .pwa-hero-details p {
    max-width: 991px;
  }
}
.page-nzm-pwa--main-content__hero-pwa .main-pwa-hero .pwa-hero-details a {
  padding-inline: 1.5rem;
  margin-right: 0.85rem;
}
@media (max-width: 441px) {
  .page-nzm-pwa--main-content__hero-pwa .main-pwa-hero .pwa-hero-details a {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.page-nzm-pwa--main-content__hero-pwa .main-pwa-hero img {
  height: 550px;
  padding-top: 0.5rem;
}
@media (max-width: 1250px) {
  .page-nzm-pwa--main-content__hero-pwa .main-pwa-hero img {
    height: 44vw;
  }
}
@media (max-width: 991px) {
  .page-nzm-pwa--main-content__hero-pwa .main-pwa-hero img {
    display: none;
  }
}
@media (max-width: 450px) {
  .page-nzm-pwa--main-content__hero-pwa {
    height: auto;
    padding-bottom: 5rem;
  }
}
.page-nzm-pwa--main-content--philz {
  position: relative;
  padding: 112px 0;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.page-nzm-pwa--main-content--philz__content {
  position: relative;
  z-index: 1;
  /* TEXT */
}
.page-nzm-pwa--main-content--philz__content .row {
  display: flex;
  align-items: center;
}
.page-nzm-pwa--main-content--philz__content .col-md-4 img {
  display: block;
  width: 100%;
  height: auto;
  padding: 1rem;
  padding-right: 3rem;
}
.page-nzm-pwa--main-content--philz__content .col-md-8 {
  padding-left: 2rem;
}
.page-nzm-pwa--main-content--philz__content .col-md-8 h2 {
  font-size: 40px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  line-height: 120%;
  color: #000 !important;
  max-width: 815px;
  margin-top: 0.5rem;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-pwa--main-content--philz__content .col-md-8 h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    max-width: 900px;
  }
}
.page-nzm-pwa--main-content--philz__content .col-md-8 span {
  font-size: 16px;
  color: #696969;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
}
.page-nzm-pwa--main-content--philz__content .col-md-8 p {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page-nzm-pwa--main-content--philz::before {
  content: "";
  position: absolute;
  top: -5rem;
  right: -19rem;
  width: 970px;
  height: 800px;
  background: url("/public/assets/images/by-solution-hero-vector.png") no-repeat left top;
  border-bottom-right-radius: 30px;
  z-index: 0;
  pointer-events: none;
}
.page-nzm-pwa--main-content--clients {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  padding-bottom: 95px;
  background-color: #fff;
}
.page-nzm-pwa--main-content--clients__content {
  text-align: center;
}
.page-nzm-pwa--main-content--clients__content .pre-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000;
  text-transform: uppercase;
}
.page-nzm-pwa--main-content--clients__content .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .page-nzm-pwa--main-content--clients__content .partnership-list {
    row-gap: 2rem;
  }
}
.page-nzm-pwa--main-content--clients__content .partnership-list--logo img {
  width: 150px;
  height: auto;
}
.page-nzm-pwa--main-content--drives-forward {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #F2F8FD;
}
.page-nzm-pwa--main-content--drives-forward__content {
  position: relative;
}
.page-nzm-pwa--main-content--drives-forward__content p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
  max-width: 515px;
}
@media (max-width: 991px) {
  .page-nzm-pwa--main-content--drives-forward__content p {
    max-width: 991px;
  }
}
.page-nzm-pwa--main-content--drives-forward__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
  margin-bottom: unset;
  max-width: 515px;
}
@media (max-width: 991px) {
  .page-nzm-pwa--main-content--drives-forward__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    max-width: 991px;
  }
}
.page-nzm-pwa--main-content--drives-forward__content .drives-forward-actions {
  margin-top: 3em;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-pwa--main-content--drives-forward__content .drives-forward-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page-nzm-pwa--main-content--drives-forward__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}
.page-nzm-pwa--main-content--drives-forward__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page-nzm-pwa--main-content--drives-forward__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page-nzm-pwa--main-content--drives-forward__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page-nzm-pwa--main-content--drives-forward__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  max-width: 415px;
}
@media (max-width: 991px) {
  .page-nzm-pwa--main-content--drives-forward__content .testimonial__details .testimonial__text {
    max-width: 991px;
  }
}
.page-nzm-pwa--main-content--drives-forward__content .forward-item {
  gap: 2rem;
}
.page-nzm-pwa--main-content--drives-forward__content .forward-item--shapes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 32px;
}
.page-nzm-pwa--main-content--drives-forward__content .forward-item--shapes .shape-item {
  border-radius: 24px;
  padding: 22px;
  background-color: #f0f8ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-nzm-pwa--main-content--drives-forward__content .forward-item--shapes .shape-item h3 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-pwa--main-content--drives-forward__content .forward-item--shapes .shape-item h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-pwa--main-content--drives-forward__content .forward-item--shapes .shape-item p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page-nzm-pwa--main-content--drives-forward__content .forward-item--shapes .shape-item:nth-child(1) {
  grid-row: span 2;
}
.page-nzm-pwa--main-content--drives-forward__content .forward-item--shapes .shape-item:nth-child(1) {
  background-color: #cfe2ff;
}
.page-nzm-pwa--main-content--drives-forward__content .forward-item--shapes .shape-item:nth-child(2) {
  background-color: #d4edda;
}
.page-nzm-pwa--main-content--drives-forward__content .forward-item--shapes .shape-item:nth-child(3) {
  background-color: #fff3cd;
}
@media (max-width: 768px) {
  .page-nzm-pwa--main-content--drives-forward__content .forward-item--shapes {
    grid-template-columns: 1fr;
  }
  .page-nzm-pwa--main-content--drives-forward__content .forward-item--shapes .shape-item:nth-child(1) {
    grid-row: auto;
  }
}
.page-nzm-pwa--main-content--drives-forward__content .forward-item--content hr {
  border-bottom: 5px solid #89EE9E;
  width: 76px;
  border-radius: 40px;
  margin: unset;
  margin-bottom: 24px;
}
.page-nzm-pwa--main-content--success-stories {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.page-nzm-pwa--main-content--success-stories h3 {
  margin-top: 1em;
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
  color: #000 !important;
}
@media (max-width: 999px) {
  .page-nzm-pwa--main-content--success-stories h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-pwa--main-content--success-stories p {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000 !important;
}
.page-nzm-pwa--main-content--success-stories__content {
  text-align: left;
  position: relative;
  z-index: 2;
}
.page-nzm-pwa--main-content--success-stories__content .list__success-stories {
  margin-top: 80px;
}
.page-nzm-pwa--main-content--success-stories__content .list__success-stories .success-stories--item {
  padding: 24px;
}
.page-nzm-pwa--main-content--success-stories__content .list__success-stories .success-stories--item img {
  border-radius: 12px;
}
.page-nzm-pwa--main-content--success-stories__content .list__success-stories .success-stories--item a {
  text-decoration: none;
}
.page-nzm-pwa--main-content--success-stories__content .list__success-stories .success-stories--item:hover {
  background-color: #142543 !important;
  border-radius: 40px;
}
.page-nzm-pwa--main-content--success-stories__content .list__success-stories .success-stories--item:hover h3,
.page-nzm-pwa--main-content--success-stories__content .list__success-stories .success-stories--item:hover p {
  color: #fff !important;
}
.page-nzm-pwa--main-content--success-stories__content .list__success-stories .success-stories--item .btn {
  font-weight: 600;
  font-size: 16px;
}
.page-nzm-pwa--main-content--success-stories__content .list__success-stories .success-stories--item .btn:hover {
  background-color: #E4F0FB;
  color: #142543;
}
.page-nzm-pwa--main-content--success-stories__content .list__success-stories .success-stories--item .btn--learn-more {
  font-weight: 600;
  font-size: 16px;
  color: #2C43AA;
}
.page-nzm-pwa--main-content--success-stories__content .list__success-stories-actions {
  margin-top: 5em;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-pwa--main-content--success-stories__content .list__success-stories-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page-nzm-pwa--main-content--success-stories__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-pwa--main-content--success-stories__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-pwa--main-content--success-stories__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5em;
  width: 500px;
  height: 500px;
  background: url("../images/success-stories.png") no-repeat center/contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.page-nzm-pwa--main-content--drives-forward-cls {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.page-nzm-pwa--main-content--drives-forward-cls__content {
  position: relative;
  z-index: 1;
}
.page-nzm-pwa--main-content--drives-forward-cls__content p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page-nzm-pwa--main-content--drives-forward-cls__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-pwa--main-content--drives-forward-cls__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-pwa--main-content--drives-forward-cls__content .drives-forward-heading {
  gap: 16px;
  display: grid;
}
.page-nzm-pwa--main-content--drives-forward-cls__content .drives-forward-actions {
  margin-top: 2em;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-pwa--main-content--drives-forward-cls__content .drives-forward-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page-nzm-pwa--main-content--drives-forward-cls__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.page-nzm-pwa--main-content--drives-forward-cls__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page-nzm-pwa--main-content--drives-forward-cls__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page-nzm-pwa--main-content--drives-forward-cls__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page-nzm-pwa--main-content--drives-forward-cls__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.page-nzm-pwa--main-content--drives-forward-cls__content .forward-item--content span {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.page-nzm-pwa--main-content--drives-forward-cls__content .forward-item--shapes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 32px;
}
.page-nzm-pwa--main-content--drives-forward-cls__content .forward-item--shapes .shape-item {
  gap: 16px;
  border-radius: 24px;
  padding: 32px;
  background-color: #f0f8ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-nzm-pwa--main-content--drives-forward-cls__content .forward-item--shapes .shape-item span {
  padding: 10px 10px;
  background-color: #2C43AA;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  justify-content: center;
  display: grid;
  align-content: center;
}
.page-nzm-pwa--main-content--drives-forward-cls__content .forward-item--shapes .shape-item h3 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-pwa--main-content--drives-forward-cls__content .forward-item--shapes .shape-item h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-pwa--main-content--drives-forward-cls__content .forward-item--shapes .shape-item p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page-nzm-pwa--main-content--drives-forward-cls__content .forward-item--shapes .shape-item img {
  width: 45px;
  height: 45px;
}
@media (max-width: 768px) {
  .page-nzm-pwa--main-content--drives-forward-cls__content .forward-item--shapes {
    grid-template-columns: 1fr;
  }
  .page-nzm-pwa--main-content--drives-forward-cls__content .forward-item--shapes .shape-item:nth-child(1) {
    grid-row: auto;
  }
}
.page-nzm-pwa--main-content--drives-forward-cls::after {
  content: "";
  position: absolute;
  top: 5em;
  left: 0;
  width: 500px;
  height: 500px;
  background: url("../images/how-we-do-it-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page-nzm-pwa--main-content .wrapper {
  max-width: 1250px;
  margin: 0 auto;
}

.page-nzm-uix--main-content {
  padding-top: 11.2rem;
}
.page-nzm-uix--main-content__hero-uix {
  width: 100%;
  height: 672px;
  background-color: #2C43AA;
  padding-inline: 1rem;
  padding-top: 2rem;
  position: relative;
  overflow: hidden;
}
.page-nzm-uix--main-content__hero-uix__vector {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.page-nzm-uix--main-content__hero-uix__vector--1 {
  top: -20px;
  left: -10px;
  width: 400px;
  height: 300px;
  background-image: url("../images/hero-vector-1.png");
}
.page-nzm-uix--main-content__hero-uix__vector--2 {
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 350px;
  background-image: url("../images/hero-vector-2.png");
}
.page-nzm-uix--main-content__hero-uix__vector--3 {
  bottom: -60px;
  right: -200px;
  width: 600px;
  height: 400px;
  background-image: url("../images/hero-vector-3.png");
}
.page-nzm-uix--main-content__hero-uix .main-uix-hero {
  max-width: 1250px;
  height: 100%;
  margin: 0 auto;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.page-nzm-uix--main-content__hero-uix .main-uix-hero .uix-hero-details {
  padding-top: 5rem;
}
.page-nzm-uix--main-content__hero-uix .main-uix-hero .uix-hero-details h1 {
  font-size: 60px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 100%;
  font-family: "Urbanist", sans-serif;
  max-width: 655px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .page-nzm-uix--main-content__hero-uix .main-uix-hero .uix-hero-details h1 {
    max-width: 991px;
  }
}
@media (max-width: 550px) {
  .page-nzm-uix--main-content__hero-uix .main-uix-hero .uix-hero-details h1 {
    font-size: 48px;
  }
}
.page-nzm-uix--main-content__hero-uix .main-uix-hero .uix-hero-details p {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  max-width: 533px;
  margin-bottom: 15px;
  margin-block: 2rem;
}
@media (max-width: 991px) {
  .page-nzm-uix--main-content__hero-uix .main-uix-hero .uix-hero-details p {
    max-width: 991px;
  }
}
.page-nzm-uix--main-content__hero-uix .main-uix-hero .uix-hero-details a {
  padding-inline: 1.5rem;
  margin-right: 0.85rem;
}
@media (max-width: 441px) {
  .page-nzm-uix--main-content__hero-uix .main-uix-hero .uix-hero-details a {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.page-nzm-uix--main-content__hero-uix .main-uix-hero img {
  height: 570px;
  padding-top: 0.5rem;
}
@media (max-width: 1250px) {
  .page-nzm-uix--main-content__hero-uix .main-uix-hero img {
    height: 44vw;
  }
}
@media (max-width: 991px) {
  .page-nzm-uix--main-content__hero-uix .main-uix-hero img {
    display: none;
  }
}
@media (max-width: 450px) {
  .page-nzm-uix--main-content__hero-uix {
    height: auto;
    padding-bottom: 5rem;
  }
}
.page-nzm-uix--main-content--clients {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background-color: #fff;
  margin-top: 3rem;
}
.page-nzm-uix--main-content--clients__content {
  text-align: center;
}
.page-nzm-uix--main-content--clients__content .pre-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000;
  text-transform: uppercase;
}
.page-nzm-uix--main-content--clients__content .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .page-nzm-uix--main-content--clients__content .partnership-list {
    row-gap: 2rem;
  }
}
.page-nzm-uix--main-content--clients__content .partnership-list--logo img {
  width: 150px;
  height: auto;
}
.page-nzm-uix--main-content__uix-showcase {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  max-width: 1250px;
  margin: 0 auto;
  padding-block: 80px;
  padding-bottom: 40px;
}
.page-nzm-uix--main-content__uix-showcase__content {
  position: relative;
  z-index: 1;
  padding-inline: 1rem;
}
@media (max-width: 991px) {
  .page-nzm-uix--main-content__uix-showcase__content .sec-uix {
    flex-direction: column-reverse !important;
  }
}
.page-nzm-uix--main-content__uix-showcase__content .sec-uix .left-uix {
  padding-right: 2rem;
  height: 35rem;
}
.page-nzm-uix--main-content__uix-showcase__content .sec-uix .left-uix img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 550px) {
  .page-nzm-uix--main-content__uix-showcase__content .sec-uix .left-uix {
    height: 100%;
  }
}
.page-nzm-uix--main-content__uix-showcase__content .drives-forward-heading {
  gap: 12px;
  display: grid;
  padding-top: 0.5rem;
}
.page-nzm-uix--main-content__uix-showcase__content .drives-forward-heading span {
  font-size: 16px;
  color: #696969;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 16px;
  text-transform: uppercase;
}
.page-nzm-uix--main-content__uix-showcase__content .drives-forward-heading h2 {
  margin-top: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  max-width: 554px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  .page-nzm-uix--main-content__uix-showcase__content .drives-forward-heading h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-uix--main-content__uix-showcase__content .drives-forward-heading p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
  font-size: 18px;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 0.6rem;
  max-width: 590px;
}
@media screen and (max-width: 992px) {
  .page-nzm-uix--main-content__uix-showcase__content .drives-forward-heading p {
    max-width: 990px;
  }
}
.page-nzm-uix--main-content__uix-showcase__content .drives-forward-actions {
  margin-top: 1.2rem;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-uix--main-content__uix-showcase__content .drives-forward-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page-nzm-uix--main-content__uix-showcase__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.page-nzm-uix--main-content__uix-showcase__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page-nzm-uix--main-content__uix-showcase__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page-nzm-uix--main-content__uix-showcase__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page-nzm-uix--main-content__uix-showcase__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  max-width: 420px;
}
@media screen and (max-width: 992px) {
  .page-nzm-uix--main-content__uix-showcase__content .testimonial__details .testimonial__text {
    max-width: 990px;
  }
}
.page-nzm-uix--main-content__uix-showcase::after {
  content: "";
  position: absolute;
  top: 5em;
  left: 0;
  width: 500px;
  height: 500px;
  background: url("../images/how-we-do-it-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page-nzm-uix--main-content__uix-method {
  margin-top: 4rem;
  max-width: 1250px;
  margin-inline: auto;
  padding-inline: 1rem;
}
.page-nzm-uix--main-content__uix-method .main-uix-method {
  width: 100%;
  border-radius: 30px;
  background-color: #2C43AA;
  display: flex;
  padding: 2.4rem 4rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 450px) {
  .page-nzm-uix--main-content__uix-method .main-uix-method {
    padding: 2.4rem;
  }
}
.page-nzm-uix--main-content__uix-method .main-uix-method .uix__vector {
  position: absolute !important;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  bottom: -5rem;
  left: 60%;
  transform: translateX(-50%);
  width: 500px;
  height: 350px;
  background-image: url("../images/hero-vector-2.png");
}
.page-nzm-uix--main-content__uix-method .main-uix-method div {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.page-nzm-uix--main-content__uix-method .main-uix-method div h2 {
  font-size: 40px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  line-height: 120%;
  color: #FFFFFF;
  max-width: 673px;
  margin-top: 3.6rem;
}
@media screen and (max-width: 992px) {
  .page-nzm-uix--main-content__uix-method .main-uix-method div h2 {
    max-width: 990px;
  }
}
.page-nzm-uix--main-content__uix-method .main-uix-method div p {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 1.3rem;
  max-width: 600px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 992px) {
  .page-nzm-uix--main-content__uix-method .main-uix-method div p {
    max-width: 990px;
  }
}
.page-nzm-uix--main-content__uix-method .main-uix-method img {
  height: 28rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1250px) {
  .page-nzm-uix--main-content__uix-method .main-uix-method img {
    height: 35.5vw;
  }
}
@media (max-width: 991px) {
  .page-nzm-uix--main-content__uix-method .main-uix-method img {
    display: none;
  }
}
.page-nzm-uix--main-content--drives-forward-cls {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.page-nzm-uix--main-content--drives-forward-cls__content {
  position: relative;
  z-index: 1;
}
.page-nzm-uix--main-content--drives-forward-cls__content p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page-nzm-uix--main-content--drives-forward-cls__content h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-uix--main-content--drives-forward-cls__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-uix--main-content--drives-forward-cls__content .drives-forward-heading {
  gap: 10px;
  display: grid;
}
.page-nzm-uix--main-content--drives-forward-cls__content .drives-forward-actions {
  margin-top: 2em;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-uix--main-content--drives-forward-cls__content .drives-forward-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page-nzm-uix--main-content--drives-forward-cls__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.page-nzm-uix--main-content--drives-forward-cls__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page-nzm-uix--main-content--drives-forward-cls__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page-nzm-uix--main-content--drives-forward-cls__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page-nzm-uix--main-content--drives-forward-cls__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.page-nzm-uix--main-content--drives-forward-cls__content .forward-item--content span {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.page-nzm-uix--main-content--drives-forward-cls__content .forward-item--shapes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 32px;
}
.page-nzm-uix--main-content--drives-forward-cls__content .forward-item--shapes .shape-item {
  gap: 16px;
  border-radius: 24px;
  padding: 32px;
  background-color: #f0f8ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-nzm-uix--main-content--drives-forward-cls__content .forward-item--shapes .shape-item span {
  padding: 10px 10px;
  background-color: #2C43AA;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  justify-content: center;
  display: grid;
  align-content: center;
}
.page-nzm-uix--main-content--drives-forward-cls__content .forward-item--shapes .shape-item h3 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-uix--main-content--drives-forward-cls__content .forward-item--shapes .shape-item h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-uix--main-content--drives-forward-cls__content .forward-item--shapes .shape-item p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page-nzm-uix--main-content--drives-forward-cls__content .forward-item--shapes .shape-item img {
  width: 45px;
  height: 45px;
}
@media (max-width: 768px) {
  .page-nzm-uix--main-content--drives-forward-cls__content .forward-item--shapes {
    grid-template-columns: 1fr;
  }
  .page-nzm-uix--main-content--drives-forward-cls__content .forward-item--shapes .shape-item:nth-child(1) {
    grid-row: auto;
  }
}
.page-nzm-uix--main-content--drives-forward-cls::after {
  content: "";
  position: absolute;
  top: 5em;
  left: 0;
  width: 500px;
  height: 500px;
  background: url("../images/how-we-do-it-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page-nzm-uix--main-content__folios {
  max-width: 1250px;
  margin: 0 auto;
  padding: 80px 1rem;
}
.page-nzm-uix--main-content__folios .uix-folios-title {
  margin-top: 0.1em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  max-width: 570px;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 999px) {
  .page-nzm-uix--main-content__folios .uix-folios-title {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-uix--main-content__folios .uix-folios-label {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
  max-width: 570px;
  margin-inline: auto;
  text-align: center;
  margin-top: 2em;
}
.page-nzm-uix--main-content__folios--case-studies {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.page-nzm-uix--main-content__folios--case-studies__content {
  text-align: left;
  position: relative;
  z-index: 2;
}
.page-nzm-uix--main-content__folios--case-studies__content .list__case-studies {
  margin-top: 80px;
}
.page-nzm-uix--main-content__folios--case-studies__content .list__case-studies .row .case-studies--item {
  padding: 24px;
}
.page-nzm-uix--main-content__folios--case-studies__content .list__case-studies .row .case-studies--item a {
  text-decoration: none;
}
.page-nzm-uix--main-content__folios--case-studies__content .list__case-studies .row .case-studies--item h3 {
  margin-top: 1em;
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
  color: #000 !important;
}
@media (max-width: 999px) {
  .page-nzm-uix--main-content__folios--case-studies__content .list__case-studies .row .case-studies--item h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-uix--main-content__folios--case-studies__content .list__case-studies .row .case-studies--item p {
  font-size: 18px;
  color: #000 !important;
}
.page-nzm-uix--main-content__folios--case-studies__content .list__case-studies .row .case-studies--item:hover {
  background-color: #142543 !important;
  border-radius: 40px;
}
.page-nzm-uix--main-content__folios--case-studies__content .list__case-studies .row .case-studies--item:hover h3,
.page-nzm-uix--main-content__folios--case-studies__content .list__case-studies .row .case-studies--item:hover p {
  color: #fff !important;
}
.page-nzm-uix--main-content__folios--case-studies__content .list__case-studies-actions {
  margin-top: 5em;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-uix--main-content__folios--case-studies__content .list__case-studies-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page-nzm-uix--main-content__folios--case-studies__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-uix--main-content__folios--case-studies__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-uix--main-content__folios--case-studies::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5em;
  width: 500px;
  height: 500px;
  background: url("../images/faded-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.page-nzm-uix--main-content__folios--case-studies::after {
  content: "";
  position: absolute;
  top: 0;
  left: -5em;
  width: 500px;
  height: 500px;
  background: url("../images/faded-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.page-nzm-uix--main-content__folios__actions {
  text-transform: capitalize;
  gap: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 4em;
}
.page-nzm-uix--main-content__folios__actions .btn {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.01em;
}
.page-nzm-uix--main-content .wrapper {
  max-width: 1250px;
  margin: 0 auto;
}

.page-nzm-lpd--main-content {
  padding-top: 11.2rem;
}
.page-nzm-lpd--main-content__hero-lpd {
  width: 100%;
  position: relative;
  margin-bottom: 10rem;
  padding-bottom: 3rem;
  background-color: #2c43aa;
}
.page-nzm-lpd--main-content__hero-lpd .main-hero-lpd {
  max-width: 1250px;
  margin: 0 auto;
  padding-top: 5rem;
  padding-inline: 1rem;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .page-nzm-lpd--main-content__hero-lpd .main-hero-lpd {
    padding-bottom: 4rem;
  }
}
.page-nzm-lpd--main-content__hero-lpd .main-hero-lpd .lpd-hero-details h1 {
  font-size: 60px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 100%;
  font-family: "Urbanist", sans-serif;
  max-width: 595px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .page-nzm-lpd--main-content__hero-lpd .main-hero-lpd .lpd-hero-details h1 {
    max-width: 991px;
  }
}
@media (max-width: 550px) {
  .page-nzm-lpd--main-content__hero-lpd .main-hero-lpd .lpd-hero-details h1 {
    font-size: 48px;
  }
}
.page-nzm-lpd--main-content__hero-lpd .main-hero-lpd .lpd-hero-details p {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  max-width: 533px;
  margin-bottom: 15px;
  margin-block: 2rem;
}
@media (max-width: 991px) {
  .page-nzm-lpd--main-content__hero-lpd .main-hero-lpd .lpd-hero-details p {
    max-width: 991px;
  }
}
.page-nzm-lpd--main-content__hero-lpd .main-hero-lpd .lpd-hero-details a {
  padding-inline: 1.5rem;
  margin-right: 0.85rem;
}
@media (max-width: 441px) {
  .page-nzm-lpd--main-content__hero-lpd .main-hero-lpd .lpd-hero-details a {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.page-nzm-lpd--main-content__hero-lpd .main-hero-lpd img {
  height: 470px;
  margin-top: -0.9rem;
}
@media (max-width: 1250px) {
  .page-nzm-lpd--main-content__hero-lpd .main-hero-lpd img {
    height: 37.4vw;
  }
}
@media (max-width: 991px) {
  .page-nzm-lpd--main-content__hero-lpd .main-hero-lpd img {
    display: none;
  }
}
.page-nzm-lpd--main-content__hero-lpd__vector {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
.page-nzm-lpd--main-content__hero-lpd__vector--1 {
  top: -20px;
  left: -10px;
  width: 400px;
  height: 300px;
  background-image: url("../images/hero-vector-1.png");
}
.page-nzm-lpd--main-content__hero-lpd__vector--2 {
  top: 70px;
  left: 65%;
  transform: translateX(-50%);
  width: 500px;
  height: 350px;
  background-image: url("../images/hero-vector-2.png");
}
.page-nzm-lpd--main-content__hero-lpd::before {
  content: "";
  position: absolute;
  bottom: -9.3rem;
  left: 0;
  width: 100%;
  height: 150px;
  background: url("../../assets/images/static/pld-waves.svg") no-repeat top center;
  background-size: contain;
  z-index: 1;
  background-repeat: no-repeat;
}
@media (max-width: 550px) {
  .page-nzm-lpd--main-content__hero-lpd::before {
    bottom: -6.8rem;
    height: 110px;
  }
}
.page-nzm-lpd--main-content--clients {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background-color: #fff;
  margin-top: 3rem;
}
.page-nzm-lpd--main-content--clients__content {
  text-align: center;
}
.page-nzm-lpd--main-content--clients__content .pre-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000;
  text-transform: uppercase;
}
.page-nzm-lpd--main-content--clients__content .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .page-nzm-lpd--main-content--clients__content .partnership-list {
    row-gap: 2rem;
  }
}
.page-nzm-lpd--main-content--clients__content .partnership-list--logo img {
  width: 150px;
  height: auto;
}
.page-nzm-lpd--main-content__our-process {
  max-width: 1250px;
  margin: 0 auto;
  margin-top: 3rem;
  border-radius: 30px;
  background-color: #2c43aa;
  display: flex;
  overflow: hidden;
}
.page-nzm-lpd--main-content__our-process .lpd-ourpro-img {
  width: 50%;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .page-nzm-lpd--main-content__our-process .lpd-ourpro-img {
    width: 100%;
  }
}
.page-nzm-lpd--main-content__our-process .lpd-ourpro-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.page-nzm-lpd--main-content__our-process .lpd-ourpro-detail {
  padding: 1rem 2rem;
}
.page-nzm-lpd--main-content__our-process .lpd-ourpro-detail h2 {
  font-size: 40px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  line-height: 120%;
  color: #FFFFFF;
  max-width: 517.67px;
  margin-top: 2rem;
}
@media screen and (max-width: 992px) {
  .page-nzm-lpd--main-content__our-process .lpd-ourpro-detail h2 {
    max-width: 990px;
  }
}
.page-nzm-lpd--main-content__our-process .lpd-ourpro-detail p {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 1.3rem;
  max-width: 540px;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 992px) {
  .page-nzm-lpd--main-content__our-process .lpd-ourpro-detail p {
    max-width: 990px;
  }
}
.page-nzm-lpd--main-content__our-process .lpd-ourpro-detail div {
  margin-bottom: 3rem;
}
@media screen and (max-width: 992px) {
  .page-nzm-lpd--main-content__our-process {
    flex-direction: column;
  }
}
.page-nzm-lpd--main-content--drives-forward {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
  margin-top: 3rem;
}
.page-nzm-lpd--main-content--drives-forward__content {
  position: relative;
  z-index: 1;
}
.page-nzm-lpd--main-content--drives-forward__content p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page-nzm-lpd--main-content--drives-forward__content h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-lpd--main-content--drives-forward__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-lpd--main-content--drives-forward__content .drives-forward-heading {
  gap: 10px;
  display: grid;
}
.page-nzm-lpd--main-content--drives-forward__content .drives-forward-actions {
  margin-top: 2em;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-lpd--main-content--drives-forward__content .drives-forward-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page-nzm-lpd--main-content--drives-forward__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.page-nzm-lpd--main-content--drives-forward__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page-nzm-lpd--main-content--drives-forward__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page-nzm-lpd--main-content--drives-forward__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page-nzm-lpd--main-content--drives-forward__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.page-nzm-lpd--main-content--drives-forward__content .forward-item--content span {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.page-nzm-lpd--main-content--drives-forward__content .forward-item--shapes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 32px;
}
.page-nzm-lpd--main-content--drives-forward__content .forward-item--shapes .shape-item {
  gap: 16px;
  border-radius: 24px;
  padding: 32px;
  background-color: #f0f8ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-nzm-lpd--main-content--drives-forward__content .forward-item--shapes .shape-item span {
  padding: 10px 10px;
  background-color: #2C43AA;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  justify-content: center;
  display: grid;
  align-content: center;
}
.page-nzm-lpd--main-content--drives-forward__content .forward-item--shapes .shape-item h3 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-lpd--main-content--drives-forward__content .forward-item--shapes .shape-item h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-lpd--main-content--drives-forward__content .forward-item--shapes .shape-item p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page-nzm-lpd--main-content--drives-forward__content .forward-item--shapes .shape-item img {
  width: 45px;
  height: 45px;
}
@media (max-width: 768px) {
  .page-nzm-lpd--main-content--drives-forward__content .forward-item--shapes {
    grid-template-columns: 1fr;
  }
  .page-nzm-lpd--main-content--drives-forward__content .forward-item--shapes .shape-item:nth-child(1) {
    grid-row: auto;
  }
}
.page-nzm-lpd--main-content--drives-forward::after {
  content: "";
  position: absolute;
  top: 5em;
  left: 0;
  width: 500px;
  height: 500px;
  background: url("../images/how-we-do-it-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page-nzm-lpd--main-content--success-stories {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #fff;
}
.page-nzm-lpd--main-content--success-stories h3 {
  margin-top: 1em;
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
  color: #000 !important;
}
@media (max-width: 999px) {
  .page-nzm-lpd--main-content--success-stories h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-lpd--main-content--success-stories p {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000 !important;
}
.page-nzm-lpd--main-content--success-stories__content {
  text-align: left;
  position: relative;
  z-index: 2;
}
.page-nzm-lpd--main-content--success-stories__content .list__success-stories {
  margin-top: 80px;
}
.page-nzm-lpd--main-content--success-stories__content .list__success-stories .success-stories--item {
  padding: 24px;
}
.page-nzm-lpd--main-content--success-stories__content .list__success-stories .success-stories--item img {
  border-radius: 12px;
}
.page-nzm-lpd--main-content--success-stories__content .list__success-stories .success-stories--item a {
  text-decoration: none;
}
.page-nzm-lpd--main-content--success-stories__content .list__success-stories .success-stories--item:hover {
  background-color: #142543 !important;
  border-radius: 40px;
}
.page-nzm-lpd--main-content--success-stories__content .list__success-stories .success-stories--item:hover h3,
.page-nzm-lpd--main-content--success-stories__content .list__success-stories .success-stories--item:hover p {
  color: #fff !important;
}
.page-nzm-lpd--main-content--success-stories__content .list__success-stories .success-stories--item .btn {
  font-weight: 600;
  font-size: 16px;
}
.page-nzm-lpd--main-content--success-stories__content .list__success-stories .success-stories--item .btn:hover {
  background-color: #E4F0FB;
  color: #142543;
}
.page-nzm-lpd--main-content--success-stories__content .list__success-stories .success-stories--item .btn--learn-more {
  font-weight: 600;
  font-size: 16px;
  color: #2C43AA;
}
.page-nzm-lpd--main-content--success-stories__content .list__success-stories-actions {
  margin-top: 5em;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-lpd--main-content--success-stories__content .list__success-stories-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page-nzm-lpd--main-content--success-stories__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-lpd--main-content--success-stories__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-lpd--main-content--success-stories__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5em;
  width: 500px;
  height: 500px;
  background: url("../images/success-stories.png") no-repeat center/contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.page-nzm-lpd--main-content__lpd-showcase {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  max-width: 1250px;
  margin: 0 auto;
  padding-block: 80px;
  padding-bottom: 40px;
}
.page-nzm-lpd--main-content__lpd-showcase__content {
  position: relative;
  z-index: 1;
  padding-inline: 1rem;
}
@media (max-width: 991px) {
  .page-nzm-lpd--main-content__lpd-showcase__content .sec-lpd {
    flex-direction: column-reverse !important;
  }
}
.page-nzm-lpd--main-content__lpd-showcase__content .sec-lpd .left-lpd {
  padding-right: 2rem;
  height: 35rem;
}
.page-nzm-lpd--main-content__lpd-showcase__content .sec-lpd .left-lpd img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 550px) {
  .page-nzm-lpd--main-content__lpd-showcase__content .sec-lpd .left-lpd {
    height: 100%;
  }
}
.page-nzm-lpd--main-content__lpd-showcase__content .drives-forward-heading {
  gap: 12px;
  display: grid;
  padding-top: 0.5rem;
}
.page-nzm-lpd--main-content__lpd-showcase__content .drives-forward-heading span {
  font-size: 16px;
  color: #696969;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 16px;
  text-transform: uppercase;
}
.page-nzm-lpd--main-content__lpd-showcase__content .drives-forward-heading h2 {
  margin-top: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  max-width: 554px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  .page-nzm-lpd--main-content__lpd-showcase__content .drives-forward-heading h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-lpd--main-content__lpd-showcase__content .drives-forward-heading p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
  font-size: 18px;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 0.6rem;
  max-width: 590px;
}
@media screen and (max-width: 992px) {
  .page-nzm-lpd--main-content__lpd-showcase__content .drives-forward-heading p {
    max-width: 990px;
  }
}
.page-nzm-lpd--main-content__lpd-showcase__content .drives-forward-actions {
  margin-top: 1.2rem;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-lpd--main-content__lpd-showcase__content .drives-forward-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page-nzm-lpd--main-content__lpd-showcase__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.page-nzm-lpd--main-content__lpd-showcase__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page-nzm-lpd--main-content__lpd-showcase__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page-nzm-lpd--main-content__lpd-showcase__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page-nzm-lpd--main-content__lpd-showcase__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  max-width: 420px;
}
@media screen and (max-width: 992px) {
  .page-nzm-lpd--main-content__lpd-showcase__content .testimonial__details .testimonial__text {
    max-width: 990px;
  }
}
.page-nzm-lpd--main-content__lpd-showcase::after {
  content: "";
  position: absolute;
  top: 5em;
  left: 0;
  width: 500px;
  height: 500px;
  background: url("../images/how-we-do-it-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page-nzm-lpd--main-content .wrapper {
  max-width: 1250px;
  margin: 0 auto;
}

.page-nzm-process--main-content {
  padding-top: 11.2rem;
  padding-bottom: 5rem;
  padding-inline: 1rem;
}
.page-nzm-process--main-content__hero-process {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  gap: 1.5rem;
  position: relative;
  padding-bottom: 80px;
}
.page-nzm-process--main-content__hero-process::before {
  content: "";
  position: absolute;
  left: -15rem;
  top: -30rem;
  z-index: -1;
  width: 800px;
  rotate: -150deg;
  height: 800px;
  background: url("/public/assets/images/by-solution-hero-vector.png") no-repeat left top;
  background-size: contain;
}
.page-nzm-process--main-content__hero-process::after {
  content: "";
  position: absolute;
  right: -23rem;
  bottom: -1rem;
  z-index: -1;
  width: 800px;
  rotate: -150deg;
  height: 800px;
  background: url("/public/assets/images/by-solution-hero-vector.png") no-repeat left top;
  background-size: contain;
}
.page-nzm-process--main-content__hero-process div:nth-of-type(1) {
  width: 50%;
  height: 100%;
  padding-top: 9rem;
}
.page-nzm-process--main-content__hero-process div:nth-of-type(1) h1 {
  font-size: 60px;
  font-weight: 800;
  color: #1A1A1A;
  line-height: 100%;
  font-family: "Urbanist", sans-serif;
  max-width: 654px;
}
@media (max-width: 550px) {
  .page-nzm-process--main-content__hero-process div:nth-of-type(1) h1 {
    font-size: 48px;
  }
}
.page-nzm-process--main-content__hero-process div:nth-of-type(1) p {
  font-size: 18px;
  color: #1A1A1A;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 1.3rem;
  max-width: 680px;
}
.page-nzm-process--main-content__hero-process div:nth-of-type(1) a {
  padding-inline: 1.5rem !important;
  margin-top: 1.3rem;
}
@media screen and (max-width: 992px) {
  .page-nzm-process--main-content__hero-process div:nth-of-type(1) {
    width: 100%;
  }
}
.page-nzm-process--main-content__hero-process div:nth-of-type(2) {
  width: 50%;
  height: 100%;
  padding-top: 6rem;
  display: flex;
  justify-content: flex-end;
}
.page-nzm-process--main-content__hero-process div:nth-of-type(2) img {
  width: 600px;
  height: 520px;
  aspect-ratio: 1;
  border-radius: 20px;
  margin-right: -3rem;
  margin-top: -3.4rem;
}
@media screen and (max-width: 1200px) {
  .page-nzm-process--main-content__hero-process div:nth-of-type(2) img {
    height: auto !important;
  }
}
@media screen and (max-width: 992px) {
  .page-nzm-process--main-content__hero-process div:nth-of-type(2) {
    display: none;
  }
}
.page-nzm-process--main-content__process-container-box {
  width: 100%;
  padding-block: 80px;
}
.page-nzm-process--main-content__process-container-box--main {
  max-width: 1250px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #F2F8FD;
  padding: 3rem 2.5rem 6rem 2.5rem;
  box-shadow: 0 8px 20px rgba(126, 126, 126, 0.1);
}
.page-nzm-process--main-content__process-container-box--main h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 120%;
}
.page-nzm-process--main-content__process-container-box--main .process-cb-con {
  display: flex;
  gap: 1.5rem;
  width: 100%;
}
.page-nzm-process--main-content__process-container-box--main .process-cb-con .process-cb-img {
  width: 50%;
  padding-top: 3rem;
  display: flex;
}
.page-nzm-process--main-content__process-container-box--main .process-cb-con .process-cb-img img {
  width: 500px;
  height: 450px;
  aspect-ratio: 1;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .page-nzm-process--main-content__process-container-box--main .process-cb-con .process-cb-img img {
    height: 38vw;
  }
}
@media screen and (max-width: 991px) {
  .page-nzm-process--main-content__process-container-box--main .process-cb-con .process-cb-img img {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .page-nzm-process--main-content__process-container-box--main .process-cb-con .process-cb-img {
    width: 100%;
  }
}
.page-nzm-process--main-content__process-container-box--main .process-cb-con .process-cb-details {
  width: 50%;
  padding-top: 3rem;
  display: grid;
  gap: 1.9rem;
}
.page-nzm-process--main-content__process-container-box--main .process-cb-con .process-cb-details .process-cb-detail-box {
  display: flex;
  align-items: flex-start;
}
.page-nzm-process--main-content__process-container-box--main .process-cb-con .process-cb-details .process-cb-detail-box img {
  margin-right: 1rem;
  width: 50px;
  height: 50px;
}
.page-nzm-process--main-content__process-container-box--main .process-cb-con .process-cb-details .process-cb-detail-box h3 {
  font-size: 30px;
  color: #000;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  max-width: 530px;
}
.page-nzm-process--main-content__process-container-box--main .process-cb-con .process-cb-details .process-cb-detail-box p {
  font-size: 18px;
  color: #000;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 0.6rem;
  max-width: 680px;
}
@media screen and (max-width: 991px) {
  .page-nzm-process--main-content__process-container-box--main .process-cb-con .process-cb-details {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .page-nzm-process--main-content__process-container-box--main .process-cb-con {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .page-nzm-process--main-content__process-container-box--main {
    padding: 1.5rem;
  }
}
.page-nzm-process--main-content__process-outside-box {
  max-width: 1250px;
  margin: 0 auto;
  padding-block: 30px;
  display: flex;
  gap: 20px;
}
.page-nzm-process--main-content__process-outside-box .process-ob-details {
  width: 50%;
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
}
.page-nzm-process--main-content__process-outside-box .process-ob-details .process-ob-detail-box {
  display: flex;
  align-items: flex-start;
  height: -moz-fit-content;
  height: fit-content;
}
.page-nzm-process--main-content__process-outside-box .process-ob-details .process-ob-detail-box img {
  margin-right: 1rem;
  width: 50px;
  height: 50px;
}
.page-nzm-process--main-content__process-outside-box .process-ob-details .process-ob-detail-box h3 {
  font-size: 30px;
  color: #000;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  max-width: 530px;
}
.page-nzm-process--main-content__process-outside-box .process-ob-details .process-ob-detail-box p {
  font-size: 18px;
  color: #000;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 0.6rem;
  max-width: 530px;
}
@media screen and (max-width: 991px) {
  .page-nzm-process--main-content__process-outside-box .process-ob-details {
    width: 100%;
  }
}
.page-nzm-process--main-content__process-outside-box .process-ob-info {
  width: 50%;
}
.page-nzm-process--main-content__process-outside-box .process-ob-info h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 120%;
}
.page-nzm-process--main-content__process-outside-box .process-ob-info p {
  font-size: 18px;
  color: #000;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 0.6rem;
  max-width: 630px;
}
.page-nzm-process--main-content__process-outside-box .process-ob-info img {
  width: 500px;
  height: 450px;
  aspect-ratio: 1;
  border-radius: 20px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .page-nzm-process--main-content__process-outside-box .process-ob-info img {
    height: 38vw;
  }
}
@media screen and (max-width: 991px) {
  .page-nzm-process--main-content__process-outside-box .process-ob-info img {
    width: auto;
    height: auto;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 991px) {
  .page-nzm-process--main-content__process-outside-box .process-ob-info {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .page-nzm-process--main-content__process-outside-box {
    flex-direction: column-reverse;
  }
}
.page-nzm-process--main-content__universal-features {
  max-width: 1250px;
  margin: 0 auto;
  padding-bottom: 120px;
  padding-top: 140px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.page-nzm-process--main-content__universal-features .op-uf-left {
  padding-top: 2rem;
}
.page-nzm-process--main-content__universal-features .op-uf-left h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 120%;
}
.page-nzm-process--main-content__universal-features .op-uf-left p {
  font-size: 18px;
  color: #000;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 0.6rem;
  max-width: 530px;
}
@media screen and (max-width: 991px) {
  .page-nzm-process--main-content__universal-features .op-uf-left p {
    max-width: 900px;
  }
}
.page-nzm-process--main-content__universal-features .op-uf-left .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}
.page-nzm-process--main-content__universal-features .op-uf-left .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page-nzm-process--main-content__universal-features .op-uf-left .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page-nzm-process--main-content__universal-features .op-uf-left .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page-nzm-process--main-content__universal-features .op-uf-left .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  max-width: 405px !important;
}
@media screen and (max-width: 992px) {
  .page-nzm-process--main-content__universal-features .op-uf-left .testimonial__details .testimonial__text {
    max-width: 900px !important;
  }
}
.page-nzm-process--main-content__universal-features .op-uf-right {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.page-nzm-process--main-content__universal-features .op-uf-right .listing-item {
  flex: 0 1 calc(25% - 32px);
  margin-bottom: 32px;
  border-radius: 24px;
  display: flex;
  padding: 32px 24px;
  background-color: #fff;
  gap: 16px;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
  justify-content: center;
  align-items: center;
  min-width: 270px;
}
.page-nzm-process--main-content__universal-features .op-uf-right .listing-item img {
  max-width: 100%;
  height: auto;
}
.page-nzm-process--main-content__universal-features .op-uf-right .listing-item h4 {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
.page-nzm-process--main-content__universal-features .op-uf-right div:nth-of-type(1) {
  margin-top: -3rem;
}
@media screen and (max-width: 991px) {
  .page-nzm-process--main-content__universal-features .op-uf-right div:nth-of-type(1) {
    margin-top: 0;
  }
}
.page-nzm-process--main-content__universal-features .op-uf-right div:nth-of-type(2) {
  margin-top: 3rem;
}
@media screen and (max-width: 991px) {
  .page-nzm-process--main-content__universal-features .op-uf-right div:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .page-nzm-process--main-content__universal-features .op-uf-right {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 620px) {
  .page-nzm-process--main-content__universal-features .op-uf-right {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .page-nzm-process--main-content__universal-features {
    flex-direction: column;
  }
}
.page-nzm-process--main-content--techstack {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background-color: #fff;
  max-width: 1250px;
  margin: 0 auto;
}
.page-nzm-process--main-content--techstack .wrapper {
  max-width: initial;
}
.page-nzm-process--main-content--techstack__content {
  text-align: center;
}
.page-nzm-process--main-content--techstack__content h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-process--main-content--techstack__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-process--main-content--techstack__content .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
  display: flex;
  gap: 120px;
}
.page-nzm-process--main-content--techstack__content .partnership-list--item__logo {
  width: 100%;
}
.page-nzm-process--main-content--techstack__content .partnership-list--item__logo .wordpress {
  height: 149px;
}
.page-nzm-process--main-content--techstack__content .partnership-list--item__logo .webflow {
  height: 49px;
}
.page-nzm-process--main-content--techstack__content .partnership-list--item__logo .laravel {
  height: 91px;
}
.page-nzm-process--main-content--techstack__content .partnership-list--item__logo .vue {
  height: 105px;
}
.page-nzm-process--main-content--techstack__content .partnership-list--item__logo .react {
  height: 148px;
}
.page-nzm-process--main-content .wrapper {
  max-width: 1250px;
  margin: 0 auto;
}

.page-nzm-aiatm--main-content {
  padding-top: 11.2rem;
}
.page-nzm-aiatm--main-content__hero-aiatm {
  width: 100%;
  height: 672px;
  background-color: #2C43AA;
  padding-inline: 1rem;
  padding-top: 2rem;
  position: relative;
  overflow: hidden;
}
.page-nzm-aiatm--main-content__hero-aiatm__vector {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.page-nzm-aiatm--main-content__hero-aiatm__vector--1 {
  top: -20px;
  left: -10px;
  width: 400px;
  height: 300px;
  background-image: url("../images/hero-vector-1.png");
}
.page-nzm-aiatm--main-content__hero-aiatm__vector--2 {
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 350px;
  background-image: url("../images/hero-vector-2.png");
}
.page-nzm-aiatm--main-content__hero-aiatm__vector--3 {
  bottom: -60px;
  right: -200px;
  width: 600px;
  height: 400px;
  background-image: url("../images/hero-vector-3.png");
}
.page-nzm-aiatm--main-content__hero-aiatm .main-aiatm-hero {
  max-width: 1250px;
  height: 100%;
  margin: 0 auto;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.page-nzm-aiatm--main-content__hero-aiatm .main-aiatm-hero .aiatm-hero-details {
  padding-top: 5rem;
}
.page-nzm-aiatm--main-content__hero-aiatm .main-aiatm-hero .aiatm-hero-details h1 {
  font-size: 60px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 100%;
  font-family: "Urbanist", sans-serif;
  max-width: 605px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .page-nzm-aiatm--main-content__hero-aiatm .main-aiatm-hero .aiatm-hero-details h1 {
    max-width: 991px;
  }
}
@media (max-width: 550px) {
  .page-nzm-aiatm--main-content__hero-aiatm .main-aiatm-hero .aiatm-hero-details h1 {
    font-size: 48px;
  }
}
.page-nzm-aiatm--main-content__hero-aiatm .main-aiatm-hero .aiatm-hero-details p {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  max-width: 575px;
  margin-bottom: 15px;
  margin-block: 2rem;
}
@media (max-width: 991px) {
  .page-nzm-aiatm--main-content__hero-aiatm .main-aiatm-hero .aiatm-hero-details p {
    max-width: 991px;
  }
}
.page-nzm-aiatm--main-content__hero-aiatm .main-aiatm-hero .aiatm-hero-details a {
  padding-inline: 1.5rem;
  margin-right: 0.85rem;
}
@media (max-width: 441px) {
  .page-nzm-aiatm--main-content__hero-aiatm .main-aiatm-hero .aiatm-hero-details a {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.page-nzm-aiatm--main-content__hero-aiatm .main-aiatm-hero img {
  height: 570px;
  padding-top: 0.5rem;
}
@media (max-width: 1250px) {
  .page-nzm-aiatm--main-content__hero-aiatm .main-aiatm-hero img {
    height: 44vw;
  }
}
@media (max-width: 991px) {
  .page-nzm-aiatm--main-content__hero-aiatm .main-aiatm-hero img {
    display: none;
  }
}
@media (max-width: 450px) {
  .page-nzm-aiatm--main-content__hero-aiatm {
    height: auto;
    padding-bottom: 5rem;
  }
}
.page-nzm-aiatm--main-content--clients {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background-color: #fff;
  margin-top: 3rem;
}
.page-nzm-aiatm--main-content--clients__content {
  text-align: center;
}
.page-nzm-aiatm--main-content--clients__content .pre-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000;
  text-transform: uppercase;
}
.page-nzm-aiatm--main-content--clients__content .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .page-nzm-aiatm--main-content--clients__content .partnership-list {
    row-gap: 2rem;
  }
}
.page-nzm-aiatm--main-content--clients__content .partnership-list--logo img {
  width: 150px;
  height: auto;
}
.page-nzm-aiatm--main-content--philz {
  position: relative;
  padding: 112px 0;
  padding-top: 70px !important;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.page-nzm-aiatm--main-content--philz__content {
  position: relative;
  z-index: 1;
  /* TEXT */
}
.page-nzm-aiatm--main-content--philz__content .row {
  display: flex;
  align-items: center;
}
.page-nzm-aiatm--main-content--philz__content .col-md-4 img {
  display: block;
  width: 100%;
  height: auto;
  padding: 1rem;
  padding-right: 3rem;
}
.page-nzm-aiatm--main-content--philz__content .col-md-8 {
  padding-left: 2rem;
}
.page-nzm-aiatm--main-content--philz__content .col-md-8 h2 {
  font-size: 40px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  line-height: 120%;
  color: #000 !important;
  max-width: 815px;
  margin-top: 0.5rem;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-aiatm--main-content--philz__content .col-md-8 h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    max-width: 900px;
  }
}
.page-nzm-aiatm--main-content--philz__content .col-md-8 span {
  font-size: 16px;
  color: #696969;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
}
.page-nzm-aiatm--main-content--philz__content .col-md-8 p {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page-nzm-aiatm--main-content--philz::before {
  content: "";
  position: absolute;
  top: -5rem;
  right: -19rem;
  width: 970px;
  height: 800px;
  background: url("/public/assets/images/by-solution-hero-vector.png") no-repeat left top;
  border-bottom-right-radius: 30px;
  z-index: 0;
  pointer-events: none;
}
.page-nzm-aiatm--main-content__aiatm-method {
  margin-top: 4rem;
  max-width: 1250px;
  margin-inline: auto;
  padding-inline: 1rem;
}
.page-nzm-aiatm--main-content__aiatm-method .main-aiatm-method {
  width: 100%;
  border-radius: 30px;
  background-color: #2C43AA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem 3rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 555px) {
  .page-nzm-aiatm--main-content__aiatm-method .main-aiatm-method {
    padding: 2.4rem;
  }
}
.page-nzm-aiatm--main-content__aiatm-method .main-aiatm-method .aiatm__vector {
  position: absolute !important;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  bottom: -5rem;
  left: 60%;
  transform: translateX(-50%);
  width: 500px;
  height: 350px;
  background-image: url("../images/hero-vector-2.png");
}
.page-nzm-aiatm--main-content__aiatm-method .main-aiatm-method div {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.page-nzm-aiatm--main-content__aiatm-method .main-aiatm-method div h2 {
  font-size: 40px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  line-height: 120%;
  color: #FFFFFF;
  max-width: 520px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 992px) {
  .page-nzm-aiatm--main-content__aiatm-method .main-aiatm-method div h2 {
    max-width: 990px;
  }
}
.page-nzm-aiatm--main-content__aiatm-method .main-aiatm-method div p {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 1.3rem;
  max-width: 530px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 992px) {
  .page-nzm-aiatm--main-content__aiatm-method .main-aiatm-method div p {
    max-width: 990px;
  }
}
.page-nzm-aiatm--main-content__aiatm-method .main-aiatm-method div .aiatm-btns {
  display: flex !important;
  flex-direction: row !important;
  gap: 1rem;
}
@media screen and (max-width: 555px) {
  .page-nzm-aiatm--main-content__aiatm-method .main-aiatm-method div .aiatm-btns {
    flex-direction: column !important;
    align-items: flex-start;
  }
}
.page-nzm-aiatm--main-content__aiatm-method .main-aiatm-method img {
  height: 26.5rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1250px) {
  .page-nzm-aiatm--main-content__aiatm-method .main-aiatm-method img {
    height: 33.5vw;
  }
}
@media (max-width: 991px) {
  .page-nzm-aiatm--main-content__aiatm-method .main-aiatm-method img {
    display: none;
  }
}
.page-nzm-aiatm--main-content--drives-forward {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  padding-top: 135px;
  background-color: #fff;
  max-width: 1250px;
  margin: 0 auto;
  padding-inline: 1rem;
}
.page-nzm-aiatm--main-content--drives-forward__content {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .page-nzm-aiatm--main-content--drives-forward__content .sec-grapd {
    flex-direction: column-reverse !important;
  }
}
.page-nzm-aiatm--main-content--drives-forward__content .drives-forward-heading {
  gap: 12px;
  display: grid;
  padding-top: 1.5rem;
}
.page-nzm-aiatm--main-content--drives-forward__content .drives-forward-heading span {
  font-size: 16px;
  color: #696969;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 16px;
  text-transform: uppercase;
}
.page-nzm-aiatm--main-content--drives-forward__content .drives-forward-heading h2 {
  margin-top: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  max-width: 554px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  .page-nzm-aiatm--main-content--drives-forward__content .drives-forward-heading h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-aiatm--main-content--drives-forward__content .drives-forward-heading p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
  font-size: 18px;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 0.6rem;
  max-width: 590px;
}
@media screen and (max-width: 992px) {
  .page-nzm-aiatm--main-content--drives-forward__content .drives-forward-heading p {
    max-width: 990px;
  }
}
.page-nzm-aiatm--main-content--drives-forward__content .drives-forward-heading .hero-checklist {
  margin-top: 1rem;
  gap: 16px;
  display: inline-grid;
}
.page-nzm-aiatm--main-content--drives-forward__content .drives-forward-heading .hero-checklist li {
  font-size: 18px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  max-width: 590px;
}
@media screen and (max-width: 992px) {
  .page-nzm-aiatm--main-content--drives-forward__content .drives-forward-heading .hero-checklist li {
    max-width: 990px;
  }
}
@media (max-width: 767px) {
  .page-nzm-aiatm--main-content--drives-forward__content .drives-forward-heading div {
    display: flex;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
}
@media (max-width: 441px) {
  .page-nzm-aiatm--main-content--drives-forward__content .drives-forward-heading div {
    flex-direction: column !important;
  }
}
.page-nzm-aiatm--main-content--drives-forward__content .drives-forward-actions {
  margin-top: 1.2rem;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-aiatm--main-content--drives-forward__content .drives-forward-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page-nzm-aiatm--main-content--drives-forward__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.page-nzm-aiatm--main-content--drives-forward__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page-nzm-aiatm--main-content--drives-forward__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page-nzm-aiatm--main-content--drives-forward__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page-nzm-aiatm--main-content--drives-forward__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  max-width: 420px;
}
@media screen and (max-width: 992px) {
  .page-nzm-aiatm--main-content--drives-forward__content .testimonial__details .testimonial__text {
    max-width: 990px;
  }
}
.page-nzm-aiatm--main-content--drives-forward::after {
  content: "";
  position: absolute;
  top: 5em;
  left: 0;
  width: 500px;
  height: 500px;
  background: url("../images/how-we-do-it-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page-nzm-aiatm--main-content--aiassistant {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background-color: #F2F8FD;
}
.page-nzm-aiatm--main-content--aiassistant__content {
  position: relative;
}
.page-nzm-aiatm--main-content--aiassistant__content p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
  max-width: 515px;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .page-nzm-aiatm--main-content--aiassistant__content p {
    max-width: 991px;
  }
}
.page-nzm-aiatm--main-content--aiassistant__content h2 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
  margin-bottom: unset;
  max-width: 515px;
}
@media (max-width: 991px) {
  .page-nzm-aiatm--main-content--aiassistant__content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    max-width: 991px;
  }
}
.page-nzm-aiatm--main-content--aiassistant__content .aiassistant-actions {
  margin-top: 2em;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-aiatm--main-content--aiassistant__content .aiassistant-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .page-nzm-aiatm--main-content--aiassistant__content .aiassistant-actions {
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
}
@media (max-width: 441px) {
  .page-nzm-aiatm--main-content--aiassistant__content .aiassistant-actions {
    flex-direction: column !important;
  }
}
.page-nzm-aiatm--main-content--aiassistant__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}
.page-nzm-aiatm--main-content--aiassistant__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page-nzm-aiatm--main-content--aiassistant__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page-nzm-aiatm--main-content--aiassistant__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page-nzm-aiatm--main-content--aiassistant__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  max-width: 415px;
}
@media (max-width: 991px) {
  .page-nzm-aiatm--main-content--aiassistant__content .testimonial__details .testimonial__text {
    max-width: 991px;
  }
}
.page-nzm-aiatm--main-content--aiassistant__content .forward-item {
  gap: 2rem;
}
.page-nzm-aiatm--main-content--aiassistant__content .forward-item--shapes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 32px;
}
.page-nzm-aiatm--main-content--aiassistant__content .forward-item--shapes .shape-item {
  border-radius: 24px;
  padding: 22px;
  background-color: #f0f8ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-nzm-aiatm--main-content--aiassistant__content .forward-item--shapes .shape-item h3 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .page-nzm-aiatm--main-content--aiassistant__content .forward-item--shapes .shape-item h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-aiatm--main-content--aiassistant__content .forward-item--shapes .shape-item p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.page-nzm-aiatm--main-content--aiassistant__content .forward-item--shapes .shape-item:nth-child(1) {
  grid-row: span 2;
}
.page-nzm-aiatm--main-content--aiassistant__content .forward-item--shapes .shape-item:nth-child(1) {
  background-color: #cfe2ff;
}
.page-nzm-aiatm--main-content--aiassistant__content .forward-item--shapes .shape-item:nth-child(2) {
  background-color: #d4edda;
}
.page-nzm-aiatm--main-content--aiassistant__content .forward-item--shapes .shape-item:nth-child(3) {
  background-color: #fff3cd;
}
@media (max-width: 768px) {
  .page-nzm-aiatm--main-content--aiassistant__content .forward-item--shapes {
    grid-template-columns: 1fr;
  }
  .page-nzm-aiatm--main-content--aiassistant__content .forward-item--shapes .shape-item:nth-child(1) {
    grid-row: auto;
  }
}
.page-nzm-aiatm--main-content--aiassistant__content .forward-item--content hr {
  border-bottom: 5px solid #89EE9E;
  width: 76px;
  border-radius: 40px;
  margin: unset;
  margin-bottom: 24px;
}
.page-nzm-aiatm--main-content--we-help {
  padding-inline: 1rem;
  padding-bottom: 80px;
  padding-top: 40px;
}
.page-nzm-aiatm--main-content--we-help h2 {
  margin-top: 2.5em;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: unset;
  max-width: 625px;
  margin-inline: auto;
}
@media (max-width: 991px) {
  .page-nzm-aiatm--main-content--we-help h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    max-width: 991px;
  }
}
.page-nzm-aiatm--main-content--we-help p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
  max-width: 945px;
  margin-top: 1.6rem;
  text-align: center;
  margin-inline: auto;
}
@media (max-width: 991px) {
  .page-nzm-aiatm--main-content--we-help p {
    max-width: 991px;
  }
}
.page-nzm-aiatm--main-content--we-help .projects-helped-con {
  display: flex;
  gap: 1rem;
  position: relative;
  margin-top: 14.5em !important;
  justify-content: center;
  max-width: 1250px;
  margin-inline: auto;
}
.page-nzm-aiatm--main-content--we-help .projects-helped-con .prj-help-box {
  border-radius: 40px;
  background-color: #2C43AA;
  padding: 2.2rem;
  max-width: 416px;
  overflow: hidden;
  position: relative;
}
.page-nzm-aiatm--main-content--we-help .projects-helped-con .prj-help-box h3 {
  margin-top: 0.2em;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #ffffff;
  text-transform: capitalize;
  z-index: 2;
  position: relative;
}
.page-nzm-aiatm--main-content--we-help .projects-helped-con .prj-help-box p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-top: 1rem;
  text-align: left;
  z-index: 2;
  position: relative;
}
.page-nzm-aiatm--main-content--we-help .projects-helped-con .prj-help-box::before {
  position: absolute;
  content: "";
  background-image: url(ai-vector);
  bottom: -12rem;
  right: -9rem;
  width: 370px;
  height: 370px;
  background-repeat: no-repeat;
  background-image: url("../images/ai-vector.png");
}
@media (max-width: 890px) {
  .page-nzm-aiatm--main-content--we-help .projects-helped-con .prj-help-box {
    max-width: 100%;
  }
}
.page-nzm-aiatm--main-content--we-help .projects-helped-con img {
  position: absolute !important;
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
  top: -1.6rem !important;
}
@media (max-width: 890px) {
  .page-nzm-aiatm--main-content--we-help .projects-helped-con {
    flex-direction: column;
  }
}
.page-nzm-aiatm--main-content__aiatm-showcase {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  max-width: 1250px;
  margin: 0 auto;
  padding-block: 80px;
  padding-bottom: 40px;
}
.page-nzm-aiatm--main-content__aiatm-showcase__content {
  position: relative;
  z-index: 1;
  padding-inline: 1rem;
}
@media (max-width: 991px) {
  .page-nzm-aiatm--main-content__aiatm-showcase__content .sec-aiatm {
    flex-direction: column-reverse !important;
  }
}
.page-nzm-aiatm--main-content__aiatm-showcase__content .sec-aiatm .left-aiatm {
  padding-right: 2rem;
  height: 35rem;
}
.page-nzm-aiatm--main-content__aiatm-showcase__content .sec-aiatm .left-aiatm img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 550px) {
  .page-nzm-aiatm--main-content__aiatm-showcase__content .sec-aiatm .left-aiatm {
    height: 100%;
  }
}
.page-nzm-aiatm--main-content__aiatm-showcase__content .drives-forward-heading {
  gap: 12px;
  display: grid;
  padding-top: 0.5rem;
}
.page-nzm-aiatm--main-content__aiatm-showcase__content .drives-forward-heading span {
  font-size: 16px;
  color: #696969;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 16px;
  text-transform: uppercase;
}
.page-nzm-aiatm--main-content__aiatm-showcase__content .drives-forward-heading h2 {
  margin-top: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  max-width: 554px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  .page-nzm-aiatm--main-content__aiatm-showcase__content .drives-forward-heading h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
}
.page-nzm-aiatm--main-content__aiatm-showcase__content .drives-forward-heading p {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
  font-size: 18px;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  margin-top: 0.6rem;
  max-width: 590px;
}
@media screen and (max-width: 992px) {
  .page-nzm-aiatm--main-content__aiatm-showcase__content .drives-forward-heading p {
    max-width: 990px;
  }
}
@media (max-width: 767px) {
  .page-nzm-aiatm--main-content__aiatm-showcase__content .drives-forward-heading div {
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
}
@media (max-width: 441px) {
  .page-nzm-aiatm--main-content__aiatm-showcase__content .drives-forward-heading div {
    flex-direction: column !important;
  }
}
.page-nzm-aiatm--main-content__aiatm-showcase__content .drives-forward-actions {
  margin-top: 1.2rem;
  display: flex;
  grid-column-gap: 1rem;
}
.page-nzm-aiatm--main-content__aiatm-showcase__content .drives-forward-actions .btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.page-nzm-aiatm--main-content__aiatm-showcase__content .testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.page-nzm-aiatm--main-content__aiatm-showcase__content .testimonial__quote {
  width: 31px;
  margin-right: 12px;
}
.page-nzm-aiatm--main-content__aiatm-showcase__content .testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.page-nzm-aiatm--main-content__aiatm-showcase__content .testimonial__details .testimonial__name {
  margin: 0;
  font-weight: 700 !important;
  color: #696969 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.page-nzm-aiatm--main-content__aiatm-showcase__content .testimonial__details .testimonial__text {
  margin: 4px 0 0;
  color: #696969 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  max-width: 420px;
}
@media screen and (max-width: 992px) {
  .page-nzm-aiatm--main-content__aiatm-showcase__content .testimonial__details .testimonial__text {
    max-width: 990px;
  }
}
.page-nzm-aiatm--main-content__aiatm-showcase::after {
  content: "";
  position: absolute;
  top: 5em;
  left: 0;
  width: 500px;
  height: 500px;
  background: url("../images/how-we-do-it-vector.png") no-repeat center/contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.page-nzm-aiatm--main-content .wrapper {
  max-width: 1250px;
  margin: 0 auto;
}