.news-page{width:100%;padding:0 24px 80px;box-sizing:border-box;display:grid;gap:40px}.news-page__sections{display:grid;gap:48px}.news-page__section{display:grid;gap:16px}.news-page__section-body{display:grid;gap:24px}.headline-news-card{position:relative;border-radius:16px;background:#0c0c0d;padding:0;display:block;aspect-ratio:16/9;overflow:hidden;box-sizing:border-box}.headline-news-card__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;z-index:1}.headline-news-card__body{position:absolute;inset:auto 0 0 0;padding:28px 24px 20px;display:grid;gap:6px;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.75));z-index:2}.headline-news-card__date{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.75)}.headline-news-card__date,.headline-news-card__title{font-family:var(--font-geist-sans),"Helvetica Neue",Arial,sans-serif}.headline-news-card__title{margin:0;font-size:22px;font-weight:600;color:#ffffff}.headline-news-card__link{position:absolute;inset:0;z-index:3}.news-other-card{display:flex;align-items:center;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px;padding:16px 20px;border-radius:0;background:transparent;box-sizing:border-box;width:var(--news-other-card-width,190px);height:var(--news-other-card-height,260px);min-height:0;border-left:1px solid rgba(0,0,0,.12);border-right:1px solid rgba(0,0,0,.12);border-top:1px solid rgba(0,0,0,.12)}.news-other-card__text{display:grid;gap:6px;width:100%}.news-other-card__title{margin:0;font-size:16px;font-weight:600;color:#1d1d1f}.news-other-card__date,.news-other-card__title{font-family:var(--font-geist-sans),"Helvetica Neue",Arial,sans-serif}.news-other-card__date{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#6a6a6d}.news-other-card__description{margin:0;font-size:14px;color:#3d3d3f;font-family:var(--font-geist-sans),"Helvetica Neue",Arial,sans-serif}.news-other-card__media{width:100%;height:var(--news-other-media-height,140px);object-fit:cover;display:block;border-radius:10px}.news-other-card__link{align-self:flex-start;border:none;background:#0271e3;color:#ffffff;padding:6px 12px;border-radius:999px;font-size:13px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-geist-sans),"Helvetica Neue",Arial,sans-serif;white-space:nowrap}.subheadline-news-card--horizontal{grid-template-rows:minmax(0,1fr) minmax(0,1fr);grid-template-columns:1fr}.subheadline-news-card--horizontal .subheadline-news-card__media{grid-row:1;height:100%;min-height:0}.subheadline-news-card--horizontal .subheadline-news-card__body{grid-row:2;min-height:0;overflow:hidden}.subheadline-news-card--square{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr}.subheadline-news-card--square .subheadline-news-card__media{grid-column:2;grid-row:1;height:100%}.subheadline-news-card--square .subheadline-news-card__body{grid-column:1/span 2;grid-row:2;align-content:start}.subheadline-news-card--square.subheadline-news-card--no-media{grid-template-rows:1fr;grid-template-columns:1fr}.subheadline-news-card--square.subheadline-news-card--no-media .subheadline-news-card__body{grid-column:1;grid-row:1}.subheadline-news-card{position:relative;border-radius:14px;background:#ffffff;display:grid;gap:0;overflow:hidden;aspect-ratio:18/16;box-sizing:border-box}.subheadline-news-card__media{width:100%;height:100%;object-fit:cover;display:block}.subheadline-news-card__body{display:grid;gap:6px;padding:14px;align-content:start}.subheadline-news-card__date{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#6a6a6d}.subheadline-news-card__date,.subheadline-news-card__title{font-family:var(--font-geist-sans),"Helvetica Neue",Arial,sans-serif}.subheadline-news-card__title{margin:0;font-size:16px;font-weight:600;color:#1d1d1f}.subheadline-news-card__link{position:absolute;inset:0}.subheadline-news-card--vertical{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.subheadline-news-card--vertical .subheadline-news-card__media{grid-column:2;grid-row:1}.subheadline-news-card--vertical .subheadline-news-card__body{grid-column:1;grid-row:1}.subheadline-news-card--no-media{grid-template-rows:1fr;grid-template-columns:1fr}.subheadline-news-card--no-media .subheadline-news-card__body{grid-row:1;grid-column:1}.news-year-section{display:grid;gap:24px;background:#f2f3f5;border-radius:0;width:100vw;margin-left:calc(50% - 50vw);padding:24px clamp(16px,4vw,32px);box-sizing:border-box;--news-other-card-width:190px;--news-other-card-height:260px;--news-other-media-height:140px}.news-year-section__title{display:flex;align-items:center;gap:10px;font-size:50px;font-weight:600;font-family:var(--font-geist-sans),"Helvetica Neue",Arial,sans-serif;padding-top:60px}.news-year-section__icon{width:100px;height:100px;display:block}.news-year-section__title-text{color:#000000}.news-year-section__title-year{color:#6a6a6d;font-weight:500}.news-year-section__headline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.news-year-section__subheadline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.news-year-section__divider{height:1px;background:rgba(0,0,0,.12);width:100%}.news-year-section__other{display:grid;grid-template-columns:repeat(auto-fill,var(--news-other-card-width,190px));gap:12px;align-items:stretch;justify-content:start}@media (max-width:1000px){.news-year-section__headline{grid-template-columns:1fr}.news-year-section__subheadline{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:800px){.news-year-section{width:100%;margin-left:0}.news-year-section__subheadline{grid-template-columns:1fr}}