*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .35s ease-out both}.animate-slideUp{animation:slideUp .4s ease-out both}
