.s-animated-banner{align-items:center;display:flex;flex-direction:row;justify-content:center}.s-animated-banner__container{display:grid;gap:.5rem;max-width:-moz-max-content;max-width:max-content;padding:3rem var(--container-horizontal-padding)}.s-animated-banner--text-left{justify-content:flex-start;text-align:left}.s-animated-banner--text-center{text-align:center}.s-animated-banner--text-right{justify-content:flex-end;text-align:right}.s-animated-banner__title{display:grid;font-family:var(--font-typeface-display);font-size:var(--font-responsive-xl);font-weight:var(--font-weight-strongest);gap:0;letter-spacing:.02em;line-height:1;line-height:1.1;margin:0;text-transform:uppercase}.s-animated-banner__title span{display:block}.s-animated-banner__eyebrow{font-family:var(--font-typeface-display);font-size:var(--font-responsive-xs);font-weight:var(--font-weight-strongest);letter-spacing:.05em;line-height:1.1;text-transform:uppercase}@media only screen and (min-width:64em){.s-animated-banner__container{gap:.75rem;padding:4rem var(--container-horizontal-padding)}}@media (prefers-reduced-motion:no-preference){.s-animated-banner__title>*{opacity:0}.s-animated-banner--animate-slide-side .s-animated-banner__title>.animate-in:nth-of-type(odd){animation:slide-left .75s ease forwards}.s-animated-banner--animate-slide-side .s-animated-banner__title>.animate-in:nth-of-type(2n){animation:slide-right .75s ease forwards}.s-animated-banner--animate-slide-up .s-animated-banner__title>.animate-in:first-of-type{animation:slide-up 1s ease forwards;animation-delay:.15s}.s-animated-banner--animate-slide-up .s-animated-banner__title>.animate-in:nth-of-type(2){animation:slide-up 1s ease forwards;animation-delay:.3s}.s-animated-banner--animate-slide-up .s-animated-banner__title>.animate-in:nth-of-type(3){animation:slide-up 1s ease forwards;animation-delay:.45s}.s-animated-banner--animate-slide-up .s-animated-banner__title>.animate-in:nth-of-type(4){animation:slide-up 1s ease forwards;animation-delay:.6s}.s-animated-banner--animate-slide-up .s-animated-banner__title>.animate-in:nth-of-type(5){animation:slide-up 1s ease forwards;animation-delay:.75s}.s-animated-banner--animate-slide-up .s-animated-banner__title>.animate-in:nth-of-type(6){animation:slide-up 1s ease forwards;animation-delay:.9s}}