/* Do not edit anything below */
.pills-section .container {
  inline-size: var(--container-size, 67.5rem);
}
.pills-section .pills__heading {
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(1rem, 1rem + 0.25 * (100vw - 48rem) / 27, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-align: center;
  margin-block-end: 1rem;
}
.pills-section .pills__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pills-section .pills__item {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 8%, rgba(255, 255, 255, 0.9) 92%);
  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;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  min-block-size: 2.5rem;
  padding-block: 0.625rem;
  padding-inline: clamp(1rem, 1rem + 0.625 * (100vw - 48rem) / 27, 1.625rem);
  margin-block-end: 0;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  box-shadow: 0 clamp(0.1875rem, 0.1875rem + 0.125 * (100vw - 48rem) / 27, 0.3125rem) clamp(0.625rem, 0.625rem + 0.625 * (100vw - 48rem) / 27, 1.25rem) rgba(0, 0, 0, 0.06);
}
.pills-section .pills__item span {
  text-box: trim-both cap alphabetic;
}