@layer blocks {
  ._insights_441y4_2 {
    --insights-card-width: 15.75rem;
    --insights-card-gutter: max(1rem, calc((100vw - var(--insights-card-width)) / 2));
    --section-gap: 0;
    padding-block: var(--osfk-size-100) var(--osfk-size-80);
    padding-inline: var(--osfk-size-64);
  }
  @media (width <= 1024px) {
    ._insights_441y4_2 {
      padding-block: var(--osfk-size-60);
      padding-inline: 0;
    }
  }
  ._cards_441y4_15 {
    display: flex;
    gap: var(--osfk-size-20);
    max-inline-size: 64rem;
    margin-inline: auto;
    padding: 0;
    list-style: none;
  }
  ._cards_441y4_15 > * {
    flex: 0 0 calc((100% - (var(--card-count, 3) - 1) * var(--osfk-size-20)) / var(--card-count, 3));
    min-inline-size: 0;
  }
  @media (width <= 1024px) {
    ._cards_441y4_15 {
      scrollbar-width: none;
      scroll-padding-inline-start: var(--insights-card-gutter);
      scroll-snap-type: x mandatory;
      overflow-x: auto;
      display: flex;
      flex-wrap: nowrap;
      gap: var(--osfk-size-10);
      margin: 0;
      padding: 0;
    }
    ._cards_441y4_15 > * {
      flex: 0 0 var(--insights-card-width);
    }
    ._cards_441y4_15::-webkit-scrollbar {
      display: none;
    }
  }
  @media (width >= 1024px) {
    ._cards_441y4_15[data-overflow=true] {
      --insights-card-width: calc((100% - var(--osfk-size-20) * 2) / 3);
      scrollbar-width: none;
      scroll-padding-inline-start: 0;
      scroll-snap-type: x mandatory;
      overflow-x: auto;
      display: flex;
      flex-wrap: nowrap;
      gap: var(--osfk-size-20);
    }
    ._cards_441y4_15[data-overflow=true]::-webkit-scrollbar {
      display: none;
    }
  }
  ._cardItem_441y4_61 {
    aspect-ratio: 363/513;
  }
  @media (width <= 1024px) {
    ._cardItem_441y4_61 {
      scroll-snap-align: start;
      flex: 0 0 var(--insights-card-width);
    }
    ._cardItem_441y4_61:first-child {
      margin-inline-start: var(--insights-card-gutter);
    }
    ._cardItem_441y4_61:last-child {
      margin-inline-end: var(--insights-card-gutter);
    }
  }
  @media (width >= 1024px) {
    ._cards_441y4_15[data-overflow=true] ._cardItem_441y4_61 {
      scroll-snap-align: start;
      flex: 0 0 var(--insights-card-width);
    }
  }
  ._nav_441y4_82 {
    display: none;
    gap: var(--osfk-size-20);
    align-items: center;
    justify-content: center;
    margin-block-start: var(--osfk-size-40);
  }
  @media (width <= 1024px) {
    ._nav_441y4_82 {
      display: flex;
    }
  }
  @media (width >= 1024px) {
    ._nav_441y4_82[data-overflow=true] {
      display: flex;
      justify-content: space-between;
      inline-size: 100%;
      max-inline-size: 64rem;
      margin-inline: auto;
    }
  }
  ._arrows_441y4_103 {
    display: none;
    gap: var(--osfk-size-12);
    align-items: center;
  }
  @media (width >= 1024px) {
    ._nav_441y4_82[data-overflow=true] ._arrows_441y4_103 {
      display: flex;
    }
  }
  ._arrow_441y4_103 {
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    inline-size: 1.6rem;
    block-size: 1.6rem;
    padding: 0;
    border: 0;
    border-radius: 0.25rem;
    font-size: 0.7rem;
    color: var(--osfk-color-black);
    background: var(--osfk-color-orange);
    transition: opacity 0.2s ease, transform 0.1s ease;
  }
  ._arrow_441y4_103:hover {
    opacity: 0.85;
  }
  ._arrow_441y4_103:active {
    transform: scale(0.96);
  }
  ._arrow_441y4_103:focus-visible {
    outline: 0.1rem solid var(--osfk-color-black);
    outline-offset: 0.1rem;
  }
  ._arrowDisabled_441y4_139 {
    pointer-events: none;
    cursor: default;
    opacity: 0.3;
  }
  ._arrowDisabled_441y4_139:hover {
    opacity: 0.3;
  }
  ._dots_441y4_147 {
    display: flex;
    gap: var(--osfk-size-8);
    justify-content: center;
  }
  ._dot_441y4_147 {
    cursor: pointer;
    inline-size: 0.4rem;
    block-size: 0.4rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    opacity: 0.3;
    background: var(--surface-foreground);
    transition: opacity 200ms ease;
  }
  ._dot_441y4_147._dotActive_441y4_163 {
    opacity: 1;
  }
  ._card_441y4_15 {
    display: flex;
    flex-direction: column;
    inline-size: 100%;
    max-inline-size: 100%;
    block-size: 100%;
    padding: var(--osfk-size-24);
    border-radius: var(--osfk-radius-xl);
    color: var(--surface-foreground);
    background-color: var(--surface-background);
  }
  @media (width <= 1024px) {
    ._card_441y4_15 {
      padding: var(--osfk-size-20);
      border-radius: var(--osfk-radius-lg);
    }
  }
  ._stat_441y4_183 {
    margin: 0;
    padding: 0;
  }
  :where(._stat_441y4_183) {
    font-family: var(--osfk-font-primary);
    font-weight: 200;
    line-height: 0.75;
    letter-spacing: -0.01em;
    font-size: 4em;
  }
  @media (min-width: 1024px) {
    :where(._stat_441y4_183) {
      font-size: 6.3em;
    }
  }
  @media (width >= 1024px) {
    ._stat_441y4_183[data-long=true] {
      font-size: 4rem;
      line-height: 4.5rem;
    }
  }
  ._title_441y4_205 {
    margin: 0;
    padding: 0;
  }
  :where(._title_441y4_205) {
    font-family: var(--osfk-font-primary);
    font-weight: 300;
    line-height: 1.3;
    font-size: 1.1rem;
  }
  @media (min-width: 1024px) {
    :where(._title_441y4_205) {
      font-size: 1.5rem;
    }
  }
  ._title_441y4_205:not(:first-child) {
    margin-block-start: auto;
  }
  ._citation_441y4_223 {
    margin-block-start: var(--osfk-size-20);
    font-style: normal;
  }
  :where(._citation_441y4_223) {
    font-family: var(--osfk-font-primary);
    font-weight: 200;
    line-height: 0.8;
    font-size: 0.7rem;
  }
  ._title_441y4_205:first-child + ._citation_441y4_223 {
    margin-block-start: auto;
  }
  ._titleCard_441y4_236 {
    justify-content: space-between;
  }
  ._heading_441y4_239 {
    margin: 0;
    padding: 0;
    font-family: var(--osfk-font-primary);
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.25;
    color: var(--surface-foreground);
  }
  @media (width >= 1024px) {
    ._heading_441y4_239 {
      font-size: 2rem;
    }
  }
  ._body_441y4_253 {
    margin: 0;
    padding: 0;
    font-family: var(--osfk-font-primary);
    font-size: 0.8rem;
    font-weight: 200;
    line-height: 1.5;
    color: var(--surface-foreground);
  }
  @media (width >= 1024px) {
    ._body_441y4_253 {
      font-size: 1rem;
    }
  }
  ._storyCard_441y4_267 {
    position: relative;
    overflow: hidden;
    background: var(--osfk-color-tan-soft);
  }
  ._storyImage_441y4_272 {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: grid;
  }
  ._storyContent_441y4_278 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    block-size: 100%;
  }
  ._storyName_441y4_286 {
    align-self: flex-start;
    margin: 0;
    padding: 0;
    font-family: var(--osfk-font-headline);
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.2;
    color: var(--osfk-color-black);
  }
  @media (width >= 1024px) {
    ._storyName_441y4_286 {
      font-size: 1.4rem;
    }
  }
  ._storyActionRow_441y4_301 {
    display: flex;
    justify-content: flex-end;
  }
  ._storyAction_441y4_301 {
    margin: 0;
    padding: 0;
    font-family: var(--osfk-font-headline);
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 0.9;
    color: var(--osfk-color-black);
    text-align: end;
  }
  @media (width >= 1024px) {
    ._storyAction_441y4_301 {
      font-size: 1.4rem;
    }
  }
}