.services_r9h1v {
  --service_bg: #eef3fa;
  --service_dark: #152358;
  --service_copy: #6b7280;
  --service_muted: #9ca3af;
  --service_green: #3ab54a;
  --service_green_end: #2ea03d;
  --theme_color_soft_bg: color-mix(in srgb, var(--theme_color) 12%, #ffffff);
  --theme_color_shadow: color-mix(in srgb, var(--theme_color) 38%, transparent);
  position: relative;
  width: 100%;
  min-height: 668px;
  overflow: hidden;
  padding-top: var(--padding_tb);
  padding-bottom: calc(var(--padding_tb) + 0.5rem);
  background-color: var(--service_bg);
  color: var(--service_dark);
}

.services_r9h1v,
.services_r9h1v * {
  box-sizing: border-box;
}

.services_r9h1v::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.03;
  pointer-events: none;
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #000 1px, transparent 1px, transparent 100%);
  background-size: 40px 40px;
}

.services_r9h1v a {
  color: inherit;
  text-decoration: none;
}

.services_r9h1v__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--custom-content-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--padding_lr);
  padding-right: var(--padding_lr);
}

.services_r9h1v__header {
  text-align: center;
  margin: 0 auto 56px;
}

.services_r9h1v__eyebrowWrap {
  position: relative;
  display: inline-block;
  min-height: 23px;
  margin: 0 0 16px;
}

.services_r9h1v__eyebrowWrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 30px;
  height: 2px;
  transform: translateX(-50%);
  background: var(--service_green);
}

.services_r9h1v__eyebrow {
  display: inline-block;
  color: var(--theme_color);
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.services_r9h1v__title {
  margin: 0 0 17px;
  color: var(--service_dark);
  font-size: 32px;
  line-height: 1.125;
  font-weight: 800;
  letter-spacing: 0;
}

.services_r9h1v__subtitle {
  max-width: 672px;
  margin: 0 auto;
  color: var(--service_copy);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.services_r9h1v__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.services_r9h1v__card {
  position: relative;
  z-index: 1;
  min-height: 332px;
  overflow: hidden;
  padding: 32px;
  border-radius: 24px;
  background: #ffffff;
  color: var(--service_dark);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.services_r9h1v__card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: var(--theme_color);
  transition: bottom 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.services_r9h1v__card:hover,
.services_r9h1v__card:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px var(--theme_color_shadow);
}

.services_r9h1v__card:hover::before,
.services_r9h1v__card:focus-within::before {
  bottom: 0;
  opacity: 1;
}

.services_r9h1v__readMore {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 24px;
  border-radius: 20px 0 0 20px;
  background: var(--theme_color);
  color: #ffffff;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  opacity: 0;
  transition: top 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.services_r9h1v__card:hover .services_r9h1v__readMore,
.services_r9h1v__card:focus-within .services_r9h1v__readMore {
  top: 32px;
  opacity: 1;
}

.services_r9h1v__readMore:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.services_r9h1v__iconWrap {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  margin: 0 0 24px;
  color: var(--theme_color);
}

.services_r9h1v__iconBg {
  position: absolute;
  top: 0;
  left: 28px;
  z-index: -1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--theme_color_soft_bg);
  transition: left 0.5s ease, background-color 0.5s ease;
}

.services_r9h1v__icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme_color);
  font-size: 48px;
  line-height: 1;
  transition: color 0.5s ease, transform 0.5s ease;
}

.services_r9h1v__icon svg {
  display: block;
  width: 48px;
  height: 48px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 5.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services_r9h1v__card:hover .services_r9h1v__iconBg,
.services_r9h1v__card:focus-within .services_r9h1v__iconBg {
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}

.services_r9h1v__card:hover .services_r9h1v__icon,
.services_r9h1v__card:focus-within .services_r9h1v__icon {
  color: #ffffff;
  transform: scale(0.82);
}

.services_r9h1v__cardTitle {
  margin: 0 0 16px;
  color: var(--service_dark);
  font-size: 19px;
  line-height: 1.48;
  font-weight: 800;
  letter-spacing: 0;
  transition: color 0.3s ease;
}

.services_r9h1v__cardText {
  margin: 0;
  color: var(--service_muted);
  font-size: 13.5px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.2px;
  transition: color 0.3s ease;
}

.services_r9h1v__card:hover .services_r9h1v__cardTitle,
.services_r9h1v__card:focus-within .services_r9h1v__cardTitle {
  color: #ffffff;
}

.services_r9h1v__card:hover .services_r9h1v__cardText,
.services_r9h1v__card:focus-within .services_r9h1v__cardText {
  color: #e2effa;
}

.rtlAr .services_r9h1v__grid {
  text-align: right;
}

.rtlAr .services_r9h1v__readMore {
  right: auto;
  left: 0;
  border-radius: 0 20px 20px 0;
}

.rtlAr .services_r9h1v__iconBg {
  left: auto;
  right: 28px;
  transition-property: right, background-color;
}

.rtlAr .services_r9h1v__card:hover .services_r9h1v__iconBg,
.rtlAr .services_r9h1v__card:focus-within .services_r9h1v__iconBg {
  right: 0;
}

@media (max-width: 1023px) {
  .services_r9h1v {
    min-height: auto;
    padding-top: calc(var(--padding_tb) * 0.9);
    padding-bottom: calc(var(--padding_tb) * 0.9);
  }

  .services_r9h1v__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .services_r9h1v__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 640px) {
  .services_r9h1v {
    padding-top: calc(var(--padding_tb) * 0.75);
    padding-bottom: calc(var(--padding_tb) * 0.75);
  }

  .services_r9h1v__header {
    margin-bottom: 36px;
  }

  .services_r9h1v__title {
    font-size: 28px;
    line-height: 1.18;
  }

  .services_r9h1v__subtitle {
    font-size: 14px;
  }

  .services_r9h1v__grid {
    grid-template-columns: 1fr;
  }

  .services_r9h1v__card {
    min-height: 300px;
    padding: 28px;
  }

  .services_r9h1v__cardTitle {
    font-size: 18px;
  }
}
