@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translate(0,0)}}.component-popup{opacity:0;will-change:transform,opacity;transition:opacity .6s cubic-bezier(.25,.46,.45,.94),transform .6s cubic-bezier(.25,.46,.45,.94);transform:translateY(20px)}.component-popup.animate{opacity:1;transform:translate(0,0)}.animate-fade-in-up{animation:.8s cubic-bezier(.25,.46,.45,.94) forwards fadeInUp}.animate-pop-up{opacity:0;animation:.8s cubic-bezier(.25,.46,.45,.94) forwards slideInUp}.animation-delay-200{animation-delay:.1s}.animation-delay-400{animation-delay:.2s}
