.section-fade-enter-active{transition:opacity .25s ease,transform .25s cubic-bezier(.16,1,.3,1)}.section-fade-leave-active{transition:opacity .15s ease;position:absolute;width:100%}.section-fade-enter-from{opacity:0;transform:translateY(10px)}.section-fade-leave-to{opacity:0}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes float{0%,to{transform:translateY(-50%) translateY(0)}50%{transform:translateY(-50%) translateY(-10px)}}@keyframes float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes spin-slow{to{transform:rotate(360deg)}}@keyframes spin-slower{to{transform:rotate(-360deg)}}.animate-fade-up{animation:fade-up .6s ease both}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.animation-delay-400{animation-delay:.4s}.animation-delay-500{animation-delay:.5s}.animate-blink{animation:blink 1s step-end infinite}.animate-float{animation:float 4s ease-in-out infinite}.animate-float-slow{animation:float-slow 6s ease-in-out infinite}.animate-spin-slow{animation:spin-slow 8s linear infinite}.animate-spin-slower{animation:spin-slower 12s linear infinite}
