.news_item__header{min-height:50vh;padding:calc(var(--header-height) + var(--sp-medium)) 0 var(--sp-medium);background-color:var(--c-gray-darker);align-items:flex-end;display:flex;position:relative}.news_item__header:after{content:"";background:linear-gradient(transparent, var(--c-black-50));pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.news_item__header-image{width:100%;height:100%;position:absolute;top:0;left:0}.news_item__header-image-container,.news_item__header-image-image{object-fit:cover;width:100%;height:100%}.news_item__header-title{z-index:1;font-family:var(--f-special);margin:0 0 .25em;font-size:3rem;font-weight:600;line-height:1.25;position:relative}@media (width>=768px){.news_item__header-title{font-size:3.5rem}}@media (width>=992px){.news_item__header-title{font-size:4rem}}@media (width>=1200px){.news_item__header-title{font-size:4.5rem}}.news_item__header-title h1,.news_item__header-title h2,.news_item__header-title h3,.news_item__header-title h4,.news_item__header-title h5,.news_item__header-title h6,.news_item__header-title p,.news_item__header-title a{font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit;font-family:inherit}.news_item__header-title{color:var(--c-white)}.news_item__date{z-index:1;color:var(--c-white);margin-top:.5rem;font-size:.875rem;font-weight:700;display:block;position:relative}.news_item__tags{z-index:1;flex-wrap:wrap;gap:.35rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex;position:relative}.news_item__tag{color:var(--c-white);background:#ffffff2e;border-radius:.25rem;padding:.15rem .5rem;font-size:.75rem;font-weight:700}.news_item__intro-text{padding:var(--sp-medium) 0;font-size:1.125rem;font-weight:500;line-height:1.25}@media (width>=992px){.news_item__intro-text{font-size:1.5em}}@media (width>=768px){.news_item__intro-text{font-size:1.25em}}.news_item__back{margin:var(--sp-medium) 0 var(--sp-large)}