.animation-bounce-in-top,.bounce-in-top-enter-active{animation:bounce-in-top 1.1s both}.animation-fade-in-bottom,.fade-in-enter-active{animation:fade-in-bottom .5s cubic-bezier(.6,-.28,.735,.045) both}.animation-fade-out-bottom,.fade-in-leave-active{animation:fade-in-bottom .5s cubic-bezier(.6,-.28,.735,.045) reverse both}.animation-shake{animation-duration:1s;animation-name:shake}.animation-spin{animation-duration:1s;animation-iteration-count:infinite;animation-name:spin}.transition-group-delay>div:first-child{animation-delay:0s}.transition-group-delay>div:nth-child(2){animation-delay:.1s}.transition-group-delay>div:nth-child(3){animation-delay:.2s}.transition-group-delay>div:nth-child(4){animation-delay:.3s}.transition-group-delay>div:nth-child(5){animation-delay:.4s}.transition-group-delay>div:nth-child(6){animation-delay:.5s}.transition-group-delay>div:nth-child(7){animation-delay:.6s}.transition-group-delay>div:nth-child(8){animation-delay:.7s}.transition-group-delay>div:nth-child(9){animation-delay:.8s}.transition-group-delay>div:nth-child(10){animation-delay:.9s}.transition-group-delay>div:nth-child(11){animation-delay:1s}.transition-group-delay>div:nth-child(12){animation-delay:1.1s}.transition-group-delay>div:nth-child(13){animation-delay:1.2s}.transition-group-delay>div:nth-child(14){animation-delay:1.3s}.transition-group-delay>div:nth-child(15){animation-delay:1.4s}.transition-group-delay>div:nth-child(16){animation-delay:1.5s}.transition-group-delay>div:nth-child(17){animation-delay:1.6s}.transition-group-delay>div:nth-child(18){animation-delay:1.7s}.transition-group-delay>div:nth-child(19){animation-delay:1.8s}.transition-group-delay>div:nth-child(20){animation-delay:1.9s}.transition-group-delay>div:nth-child(21){animation-delay:2s}@keyframes fade-in-bottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-2px)}20%,40%,60%,80%{transform:translateX(2px)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}