.service-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.service-hero__row {
  display: flex;
  align-items: stretch;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .service-hero__row {
    flex-direction: column;
    min-height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .service-hero--has-inner-style .service-hero__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
}
.service-hero__content {
  flex: 0 0 auto;
  width: 45%;
  max-width: 830px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1350px) {
  .service-hero__content {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .service-hero__content {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .service-hero__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service-hero__content-inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 1;
  padding-block: 4rem;
}
@media only screen and (max-width: 767px) {
  .service-hero__content-inner {
    padding-block: 0;
  }
}
.service-hero__content-inner .glass-label-block {
  margin-bottom: 1.5625rem;
}
.service-hero__content-inner h1,
.service-hero__content-inner .service-hero__title,
.service-hero__content-inner .wp-block-heading {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  font-size: 5.3125rem;
  line-height: 1.1;
  letter-spacing: -3px;
  color: #FAFAFA;
  margin: 0 0 1.5625rem;
}
@media only screen and (max-width: 767px) {
  .service-hero__content-inner h1,
  .service-hero__content-inner .service-hero__title,
  .service-hero__content-inner .wp-block-heading {
    font-size: 2.5rem;
  }
}
.service-hero__content-inner p,
.service-hero__content-inner .service-hero__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.63px;
  color: #B2B8BE;
  margin: 0 0 1.5625rem;
  max-width: 510px;
}
@media only screen and (max-width: 767px) {
  .service-hero__content-inner p,
  .service-hero__content-inner .service-hero__description {
    max-width: 100%;
  }
}
.service-hero__content-inner .btn-group {
  margin-top: 25px;
}
.service-hero__logos-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 6%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 70%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 6%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 70%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  padding-inline: 2px;
}
.service-hero__logos {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  width: max-content;
  animation: hero-logos-scroll 30s linear infinite;
  will-change: transform;
}
@media only screen and (max-width: 991px) {
  .service-hero__logos {
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .service-hero__logos {
    gap: 1.25rem;
  }
}
.service-hero__logo-item {
  flex: 0 0 auto;
  max-width: 154px;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .service-hero__logo-item {
    max-width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .service-hero__logo-item {
    max-width: 80px;
  }
}
.service-hero__logo-img {
  width: 100%;
  height: auto;
  max-height: 50px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.service-hero__visual {
  position: absolute;
  right: -60px;
  top: 0;
  bottom: 0;
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1350px) {
  .service-hero__visual {
    right: -60px;
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .service-hero__visual {
    position: relative;
    right: 0;
    width: 100%;
    min-height: 400px;
    margin-top: 40px;
  }
  .service-hero--has-inner-style .service-hero__visual {
    min-height: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-hero__visual {
    min-height: 300px;
    margin-top: 20px;
  }
  .service-hero--has-inner-style .service-hero__visual {
    min-height: 0;
    margin: 0;
  }
}
.service-hero__image {
  position: relative;
  width: 100%;
  max-width: 1000px;
}
@media only screen and (max-width: 991px) {
  .service-hero__image {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .service-hero--has-inner-style .service-hero__image {
    max-width: none;
    width: auto;
    margin-inline: -40px;
  }
}
.service-hero__image-main {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0px 15px 33px rgba(5, 14, 37, 0.52)) drop-shadow(0px 59px 59px rgba(5, 14, 37, 0.45)) drop-shadow(0px 133px 80px rgba(5, 14, 37, 0.27));
}
.service-hero__stat-card {
  position: absolute;
  width: 352px;
  padding: 12px 13px;
  border-radius: 30px;
  overflow: hidden;
  z-index: 10;
}
.service-hero__stat-card.glass-effect {
  background: radial-gradient(92.48% 92.48% at 50% 7.52%, rgba(146, 111, 222, 0.05) 0%, rgba(106, 60, 207, 0.05) 100%), rgba(128, 159, 221, 0.12);
  backdrop-filter: blur(10px);
  border-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .service-hero__stat-card {
    width: 280px;
    padding: 10px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .service-hero__stat-card {
    width: 200px;
    padding: 8px;
    border-radius: 16px;
    transform: scale(0.7);
  }
}
.service-hero__stat-card--top-left {
  top: 15%;
  left: 5%;
}
@media only screen and (max-width: 991px) {
  .service-hero__stat-card--top-left {
    top: 0%;
    left: 0;
  }
}
.service-hero__stat-card--top-right {
  top: 15%;
  right: 5%;
}
@media only screen and (max-width: 991px) {
  .service-hero__stat-card--top-right {
    top: 0%;
    right: 0;
  }
}
.service-hero__stat-card--center-left {
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .service-hero__stat-card--center-left {
    left: 0;
  }
}
.service-hero__stat-card--center-right {
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .service-hero__stat-card--center-right {
    right: 0;
  }
}
.service-hero__stat-card--bottom-left {
  bottom: 15%;
  left: 5%;
}
@media only screen and (max-width: 991px) {
  .service-hero__stat-card--bottom-left {
    bottom: 0%;
    left: 0;
  }
}
.service-hero__stat-card--bottom-right {
  bottom: 15%;
  right: 5%;
}
@media only screen and (max-width: 991px) {
  .service-hero__stat-card--bottom-right {
    bottom: 0%;
    right: 0;
  }
}
.service-hero__stat-card-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0%;
  z-index: 0;
}
.service-hero__stat-card-bg svg {
  width: 100%;
  height: 100%;
}
.service-hero__stat-chart-lines {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-hero__stat-chart-lines svg {
  width: 100%;
  height: 80%;
}
.service-hero__stat-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 19px;
  border-radius: 18px;
  margin-bottom: 10px;
}
.service-hero__stat-card-header.glass-effect {
  backdrop-filter: blur(6.25px);
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .service-hero__stat-card-header {
    gap: 10px;
    padding: 8px 12px;
    border-radius: 12px;
  }
}
.service-hero__stat-value {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #FAFAFA;
}
.service-hero__stat-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: -0.63px;
  color: #FAFAFA;
}
@media only screen and (max-width: 767px) {
  .service-hero__stat-label {
    font-size: 1rem;
  }
}
.service-hero__stat-chart {
  position: relative;
  height: 78px;
  padding: 0 4px;
}
@media only screen and (max-width: 767px) {
  .service-hero__stat-chart {
    height: 50px;
  }
}
.service-hero__stat-bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
  gap: 9px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .service-hero__stat-bars {
    gap: 5px;
  }
}
.service-hero__stat-bar {
  flex: 1;
  background-color: #37496f;
  border-radius: 5px;
  max-width: 38px;
  height: 0;
  transition: height 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media only screen and (max-width: 767px) {
  .service-hero__stat-bar {
    border-radius: 3px;
    max-width: 24px;
  }
}
.service-hero__stat-bar:nth-child(1) {
  transition-delay: 0s;
}
.service-hero__stat-bar:nth-child(2) {
  transition-delay: 0.08s;
}
.service-hero__stat-bar:nth-child(3) {
  transition-delay: 0.16s;
}
.service-hero__stat-bar:nth-child(4) {
  transition-delay: 0.24s;
}
.service-hero__stat-bar:nth-child(5) {
  transition-delay: 0.32s;
}
.service-hero__stat-bar:nth-child(6) {
  transition-delay: 0.4s;
}
.service-hero__stat-bar:nth-child(7) {
  transition-delay: 0.48s;
}
.service-hero__stat-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: visible;
}
.service-hero__stat-line-path {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  transition: stroke-dashoffset 1.2s ease-out 0.3s;
}
.service-hero__stat-dots ellipse {
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
  transform-box: fill-box;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.service-hero__stat-dots ellipse:nth-child(1) {
  transition-delay: 0.3s;
}
.service-hero__stat-dots ellipse:nth-child(2) {
  transition-delay: 0.42s;
}
.service-hero__stat-dots ellipse:nth-child(3) {
  transition-delay: 0.54s;
}
.service-hero__stat-dots ellipse:nth-child(4) {
  transition-delay: 0.66s;
}
.service-hero__stat-dots ellipse:nth-child(5) {
  transition-delay: 0.78s;
}
.service-hero__stat-dots ellipse:nth-child(6) {
  transition-delay: 0.9s;
}
.service-hero__stat-dots ellipse:nth-child(7) {
  transition-delay: 1.02s;
}
.service-hero__stat-card.is-animated .service-hero__stat-bar {
  height: var(--bar-height);
}
.service-hero__stat-card.is-animated .service-hero__stat-line-path {
  stroke-dashoffset: 0;
}
.service-hero__stat-card.is-animated .service-hero__stat-dots ellipse {
  opacity: 1;
  transform: scale(1);
}

.block-editor-block-list__layout .service-hero .service-hero__visual {
  position: relative;
  right: 0;
  width: 45%;
}
.block-editor-block-list__layout .service-hero .service-hero__row {
  display: flex;
  gap: 40px;
}

/* Scroll animation */
@keyframes hero-logos-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*# sourceMappingURL=style.css.map */
