
.abm2-kicker:before {
  background: #55c8ff !important;
  box-shadow: 0 0 0 5px rgba(85, 200, 255, 0.18) !important;
}
.abm2-stats {
  padding: 90px 0 !important;
}
.abm2-stats__grid {
  margin: 0 auto;
}
.abm2-service {
  min-height: 500px;
}
.abm2-service__body {
  min-height: 268px;
}
.abm2-report-card {
  grid-template-columns: 156px minmax(0, 1fr) !important;
}
.abm2-report-image-link {
  position: relative;
  display: block;
  width: 156px;
  height: 96px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}
.abm2-report-image-link img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border: 0 !important;
  border-radius: 0 !important;
  transition: transform 180ms ease, filter 180ms ease;
}
.abm2-report-image-link:after {
  content: "\f002";
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(19, 120, 215, 0.88);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}
.abm2-report-image-link:hover img {
  transform: scale(1.05);
  filter: brightness(1.08);
}
.abm2-tech-graph {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.abm2-tech-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.06);
}
.abm2-tech-row span,
.abm2-tech-row b {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}
.abm2-tech-row span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.abm2-tech-row span i {
  color: #55c8ff;
}
.abm2-tech-row em {
  grid-column: 1 / -1;
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}
.abm2-tech-row em:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar, 100%);
  border-radius: inherit;
  background: linear-gradient(90deg, #1378d7, #55c8ff);
}
.abm2-tech-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.abm2-tech-metric {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.055);
}
.abm2-tech-metric strong {
  display: block;
  color: #ffffff;
  font-size: 23px;
  line-height: 1;
  font-weight: 950;
}
.abm2-tech-metric span {
  display: block;
  margin-top: 7px;
  color: #b6c7da;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
}
@media (max-width: 780px) {
  .abm2-stats {
    padding: 64px 0 !important;
  }
  .abm2-service,
  .abm2-service__body {
    min-height: auto;
  }
  .abm2-report-card {
    grid-template-columns: 1fr !important;
  }
  .abm2-report-image-link {
    width: 100%;
    height: 170px;
  }
  .abm2-tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
