@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{opacity:0;will-change:opacity, transform;animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.animate-fade-in{opacity:0;will-change:opacity;animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeIn}
/*# sourceMappingURL=03g-exiam3-_x.css.map*/