.loading-logo-container{background-color:var(--background,#fff);justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.loading-logo-wrapper{filter:grayscale()opacity(.5)}.pulsating-logo{max-width:80vw;height:auto;animation:2s ease-in-out infinite pulseLogo}@keyframes pulseLogo{0%{opacity:.3;transform:scale(.95)}50%{opacity:.8;transform:scale(1.05)}to{opacity:.3;transform:scale(.95)}}
