.news-hero{background:var(--neutral-600);color:var(--neutral-100);display:flex;flex-direction:column;gap:var(--gap-xxl);overflow:hidden;padding-block:var(--margin-section);position:relative}.news-hero__image-container{display:flex;flex-direction:column;gap:var(--gap-md)}.news-hero:is(:first-child){margin-block-start:calc(var(--header-height)*-1);padding-block-start:calc(var(--header-height) + var(--margin-section))}.news-hero h1{--font-size-h1:clamp(2.5rem,8vw,3rem);--line-height-h1:1;--font-weight-h1:700;--font-family-h1:var(--font-family-headings)}@media (max-width:55rem){.news-hero__image{inline-size:calc(100% + var(--margin-section)*2);margin-inline-start:calc(var(--margin-section)*-1)}}.news-hero__image img{height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.news-hero__content{display:flex;flex-direction:column;font-family:var(--font-family-body-large);font-size:var(--font-size-body-large);font-weight:var(--font-weight-body-large);gap:var(--spacing-5);justify-content:center;line-height:var(--line-height-body-large);text-align:center}.news-hero__terms{align-self:center;justify-self:center}.news-hero__date{align-self:center;border-left:2px solid var(--brand-100);color:var(--neutral-100);font-weight:300;line-height:1;order:1;padding-inline-start:var(--spacing-2);text-transform:uppercase}.news-hero__title{order:2}.news-hero__intro{margin-block-start:calc(var(--spacing-2)*-1);order:3}.news-hero__terms{order:4}
