@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)scale(.8)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(50px)scale(.8)}}.title-char{opacity:0;animation:.66s forwards fadeInUp;display:inline-block}.title-char.exit{opacity:1;animation:.66s forwards fadeOutDown}.space-char{white-space:pre}@keyframes opacityFadeIn{0%{opacity:0}to{opacity:1}}@keyframes checkListDrawTick{0%{stroke-dashoffset:24px}to{stroke-dashoffset:0}}@keyframes checkListCropAway{0%{clip-path:inset(0)}to{clip-path:inset(0 0 0 100%)}}.check-list-tick{stroke-dasharray:24;stroke-dashoffset:24px}.check-list-tick--on{animation:.666s ease-out forwards checkListDrawTick}.check-list-row--leaving{animation:.85s ease-in .666s forwards checkListCropAway}@media (prefers-reduced-motion:reduce){.check-list-tick,.check-list-tick--on{stroke-dashoffset:0;animation:none}.check-list-row--leaving{opacity:0;animation:none}}
/*# sourceMappingURL=e4d21687d3ddffe8.css.map*/