.hero{animation:.2s ease-out 0ms scaleInHero}.hero-slow{animation:1s cubic-bezier(.7,0,.84,0) 0ms scaleInHero}.bar-animation{animation:1s cubic-bezier(.7,0,.84,0) 0ms transformWidth}@keyframes scaleInHero{0%{transform:scale(1.2);opacity:0}to{transform:scale(1);opacity:1}}@keyframes transformWidth{0%{width:0}to{width:100%}}
