/* Do not edit anything below */
.case-study-hero-section .decorative-svg {
  inline-size: 54.6875rem;
  block-size: 42.3125rem;
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 0;
  z-index: 1;
  transform: translateX(-50%);
  mix-blend-mode: color-dodge;
}
.case-study-hero-section .container {
  position: relative;
  z-index: 2;
}
.case-study-hero-section.text-light {
  color: #fff;
}
.case-study-hero-section.text-light .case-study-hero__chip {
  border-color: rgba(255, 255, 255, 0.2);
}
.case-study-hero-section.text-light .case-study-hero__divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.case-study-hero-section .case-study-hero__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1.5rem, 1.5rem + 0.5 * (100vw - 48rem) / 27, 2rem);
  margin-block-end: clamp(2rem, 2rem + 0.5 * (100vw - 48rem) / 27, 2.5rem);
}
.case-study-hero-section .case-study-hero__logo {
  flex-shrink: 0;
  inline-size: clamp(6.25rem, 6.25rem + 2.5 * (100vw - 48rem) / 27, 8.75rem);
}
.case-study-hero-section .case-study-hero__logo img {
  display: block;
  inline-size: 100%;
  block-size: auto;
}
.case-study-hero-section .case-study-hero__tags {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.case-study-hero-section .case-study-hero__chip {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 8%, rgba(255, 255, 255, 0.2) 92%);
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.54;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  block-size: 2rem;
  padding-block: 0.375rem;
  padding-inline: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
  text-box: trim-both cap alphabetic;
}
.case-study-hero-section .case-study-hero__heading {
  margin-block-end: clamp(2rem, 2rem + 0.5 * (100vw - 48rem) / 27, 2.5rem);
}
.case-study-hero-section .case-study-hero__heading h1 {
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(2.25rem, 2.25rem + 1.625 * (100vw - 48rem) / 27, 3.875rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 0;
}
.case-study-hero-section .case-study-hero__heading h1 p {
  margin: 0;
}
.case-study-hero-section .case-study-hero__heading h1 em,
.case-study-hero-section .case-study-hero__heading h1 i {
  font-family: "Source Serif Pro", georgia, serif;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
}
.case-study-hero-section .case-study-hero__divider {
  background-color: rgba(0, 0, 0, 0.2);
  inline-size: 100%;
  block-size: 1px;
  margin-block-end: clamp(2rem, 2rem + 0.5 * (100vw - 48rem) / 27, 2.5rem);
}
.case-study-hero-section .case-study-hero__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(2rem, 2rem + 2 * (100vw - 48rem) / 27, 4rem);
}
.case-study-hero-section .case-study-hero__stat-value {
  font-family: "Source Serif Pro", georgia, serif;
  font-size: clamp(2.25rem, 2.25rem + 2 * (100vw - 48rem) / 27, 4.25rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0;
  margin-block-end: 0.5rem;
}
.case-study-hero-section .case-study-hero__stat-label {
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin: 0;
}