.services_hero {
  max-width: 1390px;
  padding: 96px 96px 120px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  background-position: top;
  min-height: 720px;
}
@media (max-width: 991.98px) {
  .services_hero {
    padding: 32px 16px 50px;
    background-position-x: 75%;
    min-height: auto;
  }
}
.services_hero_wrapper {
  background: linear-gradient(180deg, #E5EFF6 0%, #FFF 100%);
}
.services_hero_title {
  max-width: 530px;
}
.services_hero_subtitle {
  max-width: 480px;
}
.services_hero_customers {
  width: fit-content;
  padding: 16px 32px 16px 16px;
  border-radius: 48px;
  background: rgba(24, 20, 18, 0.3);
  backdrop-filter: blur(8px);
}
@media (min-width: 992px) {
  .services_hero_customers {
    position: absolute;
    right: 96px;
    bottom: 96px;
  }
}
@media (max-width: 991.98px) {
  .services_hero_customers {
    padding: 12px 24px 12px 12px;
  }
}
.services_hero_customers_text {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .services_hero_customers_text {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .services_hero_customers img {
    width: 100px;
  }
}
.services_hero_popup {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
  top: 0;
  left: 0;
}
.services_hero_popup_body {
  border-radius: 24px;
  background: #F7F7F8;
}
.services_hero_popup_close {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 24px;
  right: 24px;
  opacity: 0.5;
  cursor: pointer;
}
.services_hero_popup_close:hover {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .services_hero_popup_close {
    top: 16px;
    right: 16px;
  }
}
@media (max-width: 991.98px) {
  .services_hero_popup_video iframe {
    height: 400px !important;
  }
}
@media (max-width: 575.98px) {
  .services_hero_popup_video iframe {
    height: 280px !important;
  }
}

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