@keyframes fade-up{0%{opacity:0;scale:.8}to{opacity:1;scale:1}}@keyframes pop-up{0%{transform:scale(.95);opacity:0;backdrop-filter:blur(12px)}to{transform:scale(1);opacity:1;backdrop-filter:blur(12px)}}@keyframes pop-out{0%{transform:scale(1);opacity:1;backdrop-filter:blur(12px)}to{transform:scale(.95);opacity:0;backdrop-filter:blur(12px)}}@keyframes move-in{0%{transform:translateX(20px);opacity:0}to{transform:translateX(0);opacity:1}}.move-in{opacity:0;animation:move-in .5s ease-in-out alternate forwards}.pop-up{opacity:0;animation:pop-up .5s ease-in-out alternate forwards}.pop-out{opacity:0;animation:pop-out .5s ease-in-out alternate forwards}.fade-up{opacity:0;animation:fade-up .5s ease-in-out alternate forwards}.fade-up-300{opacity:0;animation:fade-up .8s ease-in-out alternate forwards;animation-delay:.3s}.fade-up-400{opacity:0;animation:fade-up .9s ease-in-out alternate forwards;animation-delay:.3s}.fade-up-500{opacity:0;animation:fade-up 1s ease-in-out alternate forwards;animation-delay:.5s}.fade-up-700{opacity:0;animation:fade-up 1.2s ease-in-out alternate forwards;animation-delay:.7s}