@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.loading-screen{position:fixed;inset:0;background-color:white;z-index:11000;display:flex;align-items:center;justify-content:center;opacity:1}.loading-screen.fade-out{animation:fadeOut .5s ease-in forwards}.loading-screen__logo-container{position:relative;width:12rem;height:8rem}.loading-screen__logo{object-fit:contain}.animate-fadeIn{animation:fadeIn .5s ease-out forwards}.animate-fadeOut{animation:fadeOut .5s ease-in forwards}.animate-scaleIn{animation:scaleIn .5s ease-out forwards}.animate-scaleOut{animation:scaleOut .5s ease-in forwards}