@charset "UTF-8";
/* Do not edit anything below */
.insight-content-section {
  padding-block: clamp(3.125rem, 3.125rem + 2.5 * (100vw - 48rem) / 27, 5.625rem) !important;
}
.insight-content-section .insight-content-layout {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (width >= 1024px) {
  .insight-content-section .insight-content-layout {
    flex-direction: row;
    justify-content: space-between;
    gap: 3.75rem;
  }
}
.insight-content-section .toc-nav {
  display: none;
  flex-shrink: 0;
}
@media (width >= 1024px) {
  .insight-content-section .toc-nav {
    display: block;
    align-self: flex-start;
    inline-size: 20rem;
    position: sticky;
    inset-block-start: 7.5rem;
  }
}
.insight-content-section .toc-nav__title {
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(1.25rem, 1.25rem + 0.375 * (100vw - 48rem) / 27, 1.625rem);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-block-end: clamp(1.25rem, 1.25rem + 0.5 * (100vw - 48rem) / 27, 1.75rem);
}
.insight-content-section .toc-nav__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.insight-content-section .toc-nav__list > li {
  margin-block-end: 0;
}
.insight-content-section .toc-nav__link {
  color: rgba(8, 12, 17, 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: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-decoration: none;
  display: flex;
  gap: 0.625rem;
  transition: color 0.3s ease;
  text-box: trim-both cap alphabetic;
}
.insight-content-section .toc-nav__link.js-active {
  color: #080c11;
  font-weight: 500;
}
.insight-content-section .toc-nav__link.js-active .toc-nav__dot {
  opacity: 1;
}
.insight-content-section .toc-nav__link:hover {
  color: #080c11;
}
.insight-content-section .toc-nav__dot {
  background: #080c11;
  display: block;
  flex-shrink: 0;
  inline-size: 0.625rem;
  block-size: 0.625rem;
  margin-block-start: 0.25rem;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.insight-content-section .insight-content-panels {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (width >= 1024px) {
  .insight-content-section .insight-content-panels {
    flex: 1;
    min-inline-size: 0;
    max-inline-size: 43.75rem;
  }
}
.insight-content-section .content-section__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(1.625rem, 1.625rem + 0.375 * (100vw - 48rem) / 27, 2rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-block-end: -1.5rem;
}
.insight-content-section .content-section__heading i {
  font-family: "Source Serif Pro", georgia, serif;
  font-style: italic;
  font-weight: 600;
}
.insight-content-section .text-block {
  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;
}
.insight-content-section .text-block p {
  margin-block-end: 1rem;
}
.insight-content-section .text-block p:last-child {
  margin-block-end: 0;
}
.insight-content-section .text-block a {
  text-decoration: underline;
}
.insight-content-section .text-block h2,
.insight-content-section .text-block h3,
.insight-content-section .text-block h4 {
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-block-end: 0.75rem;
}
.insight-content-section .text-block ul,
.insight-content-section .text-block ol {
  padding-inline-start: 1.25rem;
  margin-block-end: 1rem;
}
.insight-content-section .text-block li {
  margin-block-end: 0.5rem;
}
.insight-content-section .list-block {
  margin-block: -1.25rem;
}
.insight-content-section .list-block ul {
  padding-inline-start: 1.5rem;
  margin: 0;
  list-style: none;
}
.insight-content-section .list-block li {
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
}
.insight-content-section .list-block li::before {
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  inset-inline-start: -1.5rem;
  inset-block-start: -0.25rem;
  content: "•";
}
.insight-content-section .list-block i,
.insight-content-section .list-block em {
  font-family: "Source Serif Pro", georgia, serif;
}
.insight-content-section .summary-block {
  background-color: rgba(0, 0, 0, 0.06);
  padding: clamp(1.25rem, 1.25rem + 0.5 * (100vw - 48rem) / 27, 1.75rem) clamp(1.5rem, 1.5rem + 0.5 * (100vw - 48rem) / 27, 2rem);
  border-inline-start: 0.25rem solid #000;
  border-radius: 0.25rem;
}
.insight-content-section .summary-block p {
  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.125 * (100vw - 48rem) / 27, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin: 0;
}
.insight-content-section .summary-block i,
.insight-content-section .summary-block em {
  font-family: "Source Serif Pro", georgia, serif;
  font-style: italic;
}