.fade-in-up{opacity:0;transform:translateY(20px);animation:fade-in 2s cubic-bezier(.165,.84,.44,1) forwards}@keyframes fade-in{to{opacity:1;transform:translateY(0)}}.word-reveal{display:inline-block;opacity:0;animation:word-appear .2s linear forwards}@keyframes word-appear{to{opacity:1}}.reveal-text{clip-path:inset(0 100% 0 0);animation:reveal-text 1s cubic-bezier(.77,0,.175,1) forwards}@keyframes reveal-text{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes draw-line{to{stroke-dashoffset:0}}@keyframes draw-line-initial{0%{stroke-dashoffset:1;opacity:0}to{stroke-dashoffset:0;opacity:1}}.animate-draw-line-initial{animation:draw-line-initial 2s cubic-bezier(.3,0,.3,1) forwards;stroke-dasharray:1;stroke-dashoffset:1;opacity:0}