.fade-out{animation:fadeOutUp .5s forwards}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.loader{display:flex;justify-content:center;align-items:center}.loader div{width:8px;height:8px;background-color:#9ca3af;border-radius:50%;animation:grow .6s infinite alternate}.loader div:nth-child(2){animation-delay:.2s}.loader div:nth-child(3){animation-delay:.4s}@keyframes grow{0%{transform:scale(1.08);opacity:.7}to{transform:scale(1.5);opacity:1}}.ls-fade-in{animation:lsFadeIn .7s ease-out both}.ls-swap{animation:lsFadeIn .6s ease-out both}.ls-fade-out{animation:lsFadeOut .4s ease-in both}@keyframes lsFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}.ls-out{animation:lsFadeOut .3s ease-in both}.ls-pop{animation:lsPop .35s cubic-bezier(.2,.9,.3,1.2) both}@keyframes lsPop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes lsFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ls-fade-in,.ls-fade-out,.ls-out,.ls-pop,.ls-swap{animation:none}}