.content-header{animation:fadeBlurIn .5s ease-in forwards;animation-play-state:paused;opacity:0;position:relative}.content-header.in-view{animation-delay:.3s;animation-play-state:running}@keyframes fadeBlurIn{0%{filter:blur(5px);opacity:0}to{filter:blur(0);opacity:1}}.content-header.glow:before{animation:glowFadeIn 3s ease-in-out forwards;animation-play-state:paused;aspect-ratio:1;background:var(--red);border-radius:100vw;content:"";filter:blur(200px);height:100%;left:50%;max-width:39rem;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:80vw;will-change:opacity;z-index:-1}.content-header.glow.in-view:before{animation-play-state:running}@keyframes glowFadeIn{0%{opacity:0}to{opacity:.9}}.content-header__inner:not(.fullwidth){max-width:82rem}.content-header :last-child{margin-bottom:0}.content-header strong{background:linear-gradient(90deg,red,#ff6e00);background-clip:text;-webkit-background-clip:text;font-weight:500;-webkit-text-fill-color:transparent}