/* Do not edit anything below */
.container, .container-fluid {
  inline-size: 100%;
  padding-inline-end: clamp(1.25rem, 1.25rem + 1.25 * (100vw - 48rem) / 27, 2.5rem);
  padding-inline-start: clamp(1.25rem, 1.25rem + 1.25 * (100vw - 48rem) / 27, 2.5rem);
  margin-inline-end: auto;
  margin-inline-start: auto;
}

@media (width >= 375px) {
  .container {
    max-inline-size: 100%;
  }
}
@media (width >= 576px) {
  .container {
    max-inline-size: 100%;
  }
}
@media (width >= 768px) {
  .container {
    max-inline-size: 95vw;
  }
}
@media (width >= 1024px) {
  .container {
    max-inline-size: 93vw;
  }
}
@media (width >= 1200px) {
  .container {
    max-inline-size: 93vw;
  }
}
@media (width >= 1400px) {
  .container {
    max-inline-size: 80rem;
  }
}

.container-fluid {
  padding: 0 5vw;
}

@keyframes micro-left {
  50% {
    transform: translateX(rem-calc(-5));
  }
}
@keyframes micro-right {
  50% {
    transform: translateX(rem-calc(5));
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes play {
  50% {
    transform: scale(0.75);
  }
}
.insight-hero-section .insight-hero__blur {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  position: absolute;
  inset: 0;
  z-index: 1;
  backdrop-filter: blur(12px);
}
.insight-hero-section::after {
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.4) 60%, transparent 100%);
  block-size: 40%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  content: "";
  inset-inline: 0;
  pointer-events: none;
}
.insight-hero-section .container {
  position: relative;
  z-index: 3;
}
.insight-hero-section .insight-hero__inner {
  display: flex;
  flex-flow: column-reverse wrap;
  align-items: center;
  gap: clamp(2rem, 2rem + 1.5 * (100vw - 48rem) / 27, 3.5rem);
}
@media (width >= 768px) {
  .insight-hero-section .insight-hero__inner {
    flex-direction: row;
  }
}
.insight-hero-section .insight-hero__image {
  aspect-ratio: 480/434;
  flex-shrink: 0;
  max-inline-size: 30rem;
  border-radius: 0.875rem;
  position: relative;
  overflow: hidden;
}
@media (width >= 768px) {
  .insight-hero-section .insight-hero__image {
    max-inline-size: clamp(12.5rem, 12.5rem + 17.5 * (100vw - 48rem) / 27, 30rem);
  }
}
.insight-hero-section .insight-hero__image img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}
.insight-hero-section .insight-hero__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: clamp(1.5rem, 1.5rem + 0.5 * (100vw - 48rem) / 27, 2rem);
  min-inline-size: 0;
}
.insight-hero-section .insight-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 1rem + 1 * (100vw - 48rem) / 27, 2rem);
}
.insight-hero-section .insight-hero__date {
  color: rgba(255, 255, 255, 0.6);
  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;
}
.insight-hero-section .insight-hero__tags {
  display: flex;
  flex-shrink: 0;
  gap: 1rem;
}
.insight-hero-section .insight-hero__tag {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(0.875rem, 0.875rem + 0.125 * (100vw - 48rem) / 27, 1rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  display: block;
  padding-block: 0.75rem;
  padding-inline: 0.6875rem;
  border-radius: 0.3125rem;
  text-box: trim-both cap alphabetic;
}
.insight-hero-section .insight-hero__heading {
  color: #fff;
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(2rem, 2rem + 1.5 * (100vw - 48rem) / 27, 3.5rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-block-end: 0;
}
.insight-hero-section .insight-hero__heading em {
  font-family: "Source Serif Pro", georgia, serif;
  font-style: italic;
  font-weight: 600;
}
.insight-hero-section .insight-hero__description {
  color: #fff;
  font-family: "Source Serif Pro", georgia, serif;
  font-size: clamp(1rem, 1rem + 0.25 * (100vw - 48rem) / 27, 1.25rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
.insight-hero-section .insight-hero__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.insight-hero-section .insight-hero__list-item {
  color: #fff;
  font-family: "Source Serif Pro", georgia, serif;
  font-size: clamp(1rem, 1rem + 0.25 * (100vw - 48rem) / 27, 1.25rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.04em;
  padding-block: clamp(0.75rem, 0.75rem + 0.25 * (100vw - 48rem) / 27, 1rem);
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.insight-hero-section .insight-hero__list-item:first-child {
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.insight-hero-section .insight-hero__list-item p {
  margin-block-end: 0;
}
.insight-hero-section .insight-hero__list-item strong {
  font-weight: 600;
}
.insight-hero-section .insight-hero__list-item em {
  font-style: italic;
}
.insight-hero-section .insight-hero__list-item a {
  color: inherit;
  text-decoration: underline;
}
.insight-hero-section .insight-hero__author {
  display: none !important;
  align-items: center;
  gap: 0.75rem;
}
.insight-hero-section .insight-hero__author-avatar {
  flex-shrink: 0;
  inline-size: 2.5rem;
  block-size: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.insight-hero-section .insight-hero__author-avatar img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}
.insight-hero-section .insight-hero__author-name {
  color: #fff;
  font-family: "Source Serif Pro", georgia, serif;
  font-size: clamp(1rem, 1rem + 0.25 * (100vw - 48rem) / 27, 1.25rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
.insight-hero-section .insight-hero__author-name em {
  font-style: italic;
  font-weight: 600;
}