._article_yh42l_1 {
  --article-gap: calc(var(--section-gap) / 2);
}

._header_yh42l_5 {
  display: grid;
  grid-template-areas: "title meta" "image image";
  grid-template-columns: 1fr 1fr;
  gap: var(--article-gap);
  align-items: end;
  margin-top: var(--osdc-size-80);
}
@media (width <= 768px) {
  ._header_yh42l_5 {
    grid-template-areas: "title" "image" "meta";
    grid-template-columns: 1fr;
  }
}
._header_yh42l_5 ._top_yh42l_19 {
  display: contents;
}
._header_yh42l_5 ._top_yh42l_19 h1 {
  grid-area: title;
  padding-left: var(--article-gap);
  border-left: 2px solid var(--surface-accent);
}
:where(._header_yh42l_5 ._top_yh42l_19 h1) {
  font-family: var(--osdc-font-headline);
  font-weight: 400;
  line-height: 1.16;
  font-size: 2em;
}
@media (min-width: 480px) {
  :where(._header_yh42l_5 ._top_yh42l_19 h1) {
    font-size: clamp(2em, 1.5rem + 2.0833333333vw, 3em);
  }
}
:where(._header_yh42l_5 ._top_yh42l_19 h1) {
  /* stylelint-disable-next-line order/order */
}
@media (min-width: 1440px) {
  :where(._header_yh42l_5 ._top_yh42l_19 h1) {
    font-size: 3em;
  }
}
._header_yh42l_5 ._top_yh42l_19 ._meta_yh42l_46 {
  display: flex;
  grid-area: meta;
  gap: var(--osdc-size-20);
  align-items: end;
  justify-self: end;
}
:where(._header_yh42l_5 ._top_yh42l_19 ._meta_yh42l_46) {
  font-family: var(--osdc-font-primary);
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
}
@media (min-width: 480px) {
  :where(._header_yh42l_5 ._top_yh42l_19 ._meta_yh42l_46) {
    font-size: clamp(0.8rem, 1.1rem + -0.4166666667vw, 1rem);
  }
}
:where(._header_yh42l_5 ._top_yh42l_19 ._meta_yh42l_46) {
  /* stylelint-disable-next-line order/order */
}
@media (min-width: 1440px) {
  :where(._header_yh42l_5 ._top_yh42l_19 ._meta_yh42l_46) {
    font-size: 0.8rem;
  }
}
._header_yh42l_5 ._top_yh42l_19 ._meta_yh42l_46 ._link_yh42l_72 {
  --hitSize: 2rem;
  --displaySize: 1.4rem;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--hitSize);
  height: var(--hitSize);
  margin-right: calc((var(--displaySize) - var(--hitSize)) / 2);
  margin-bottom: calc((var(--displaySize) - var(--hitSize)) / 2);
  font-size: 0;
  color: var(--osdc-color-white);
}
._header_yh42l_5 ._top_yh42l_19 ._meta_yh42l_46 ._link_yh42l_72 ._copied_yh42l_87 {
  position: absolute;
  bottom: -1.2rem;
  color: var(--surface-accent-secondary);
  white-space: nowrap;
}
:where(._header_yh42l_5 ._top_yh42l_19 ._meta_yh42l_46 ._link_yh42l_72 ._copied_yh42l_87) {
  font-family: var(--osdc-font-primary);
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
}
@media (min-width: 480px) {
  :where(._header_yh42l_5 ._top_yh42l_19 ._meta_yh42l_46 ._link_yh42l_72 ._copied_yh42l_87) {
    font-size: clamp(0.8rem, 1.1rem + -0.4166666667vw, 1rem);
  }
}
:where(._header_yh42l_5 ._top_yh42l_19 ._meta_yh42l_46 ._link_yh42l_72 ._copied_yh42l_87) {
  /* stylelint-disable-next-line order/order */
}
@media (min-width: 1440px) {
  :where(._header_yh42l_5 ._top_yh42l_19 ._meta_yh42l_46 ._link_yh42l_72 ._copied_yh42l_87) {
    font-size: 0.8rem;
  }
}
._header_yh42l_5 ._top_yh42l_19 ._meta_yh42l_46 ._link_yh42l_72 ._icon_yh42l_112 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--displaySize);
  height: var(--displaySize);
  background: var(--surface-accent);
  transition: background 0.3s ease;
}
._header_yh42l_5 ._top_yh42l_19 ._meta_yh42l_46 ._link_yh42l_72 ._icon_yh42l_112 svg path {
  transition: fill 0.3s ease;
}
._header_yh42l_5 ._top_yh42l_19 ._meta_yh42l_46 ._link_yh42l_72:hover ._icon_yh42l_112 {
  background: var(--surface-accent-secondary);
}
._header_yh42l_5 ._top_yh42l_19 ._meta_yh42l_46 ._link_yh42l_72:hover ._icon_yh42l_112 svg path {
  fill: var(--osdc-color-black);
}
._header_yh42l_5 ._figure_yh42l_130 {
  position: relative;
  grid-area: image;
}
._header_yh42l_5 ._thumbnail_yh42l_134 {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
._header_yh42l_5 ._thumbnail_yh42l_134 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._header_yh42l_5 ._caption_yh42l_147 {
  margin-top: 0.75em;
  text-align: right;
}
:where(._header_yh42l_5 ._caption_yh42l_147) {
  font-family: var(--osdc-font-primary);
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
}
@media (min-width: 480px) {
  :where(._header_yh42l_5 ._caption_yh42l_147) {
    font-size: clamp(0.8rem, 1.1rem + -0.4166666667vw, 1rem);
  }
}
:where(._header_yh42l_5 ._caption_yh42l_147) {
  /* stylelint-disable-next-line order/order */
}
@media (min-width: 1440px) {
  :where(._header_yh42l_5 ._caption_yh42l_147) {
    font-size: 0.8rem;
  }
}

._body_yh42l_171 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: 3fr 1fr 1fr;
  row-gap: 2rem;
  column-gap: var(--section-padding-block);
}
@media (width <= 1275px) {
  ._body_yh42l_171 {
    grid-template-columns: 3fr 1fr 0.5fr;
  }
}
@media (width <= 768px) {
  ._body_yh42l_171 {
    grid-template-columns: 100% 0 0;
    column-gap: 0;
  }
}