@keyframes bbFadeUp{
  from{opacity:0;transform:translate3d(0,26px,0)}
  to{opacity:1;transform:translate3d(0,0,0)}
}
.hero .kicker,.hero h1,.hero .text,.hero .line-link,.hero .image-card{animation:bbFadeUp .9s cubic-bezier(.22,1,.36,1) both}
.hero h1{animation-delay:.08s}.hero .text{animation-delay:.16s}.hero .line-link{animation-delay:.24s}.hero .image-card{animation-delay:.18s}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
