@keyframes bannerReveal{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.banner-child{animation:bannerReveal 1.2s cubic-bezier(.16,1,.3,1) both}.banner-child:first-child{animation-delay:.2s}.banner-child:nth-child(2){animation-delay:.35s}.banner-heading{color:#fbf4f4;font-family:var(--font-heading);font-weight:500;letter-spacing:-.04em;line-height:.95;max-width:14ch;text-wrap:balance}.banner-eyebrow{color:#e6e6e6;font-family:var(--font-body);font-size:18px;font-style:normal;margin:0;opacity:.9}