body #frontend_splash {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /* background-color: white; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 32px;
    transition: opacity 0.3s linear;
}
body #frontend_splash #frontend_splash_title {
    font-weight: 500;
}
body #frontend_splash img {
    max-height: 64px;
    display: flex
}
body #frontend_splash .loader {
    font-size: 6px;
    margin: 0 auto;
}
