#lottie-preloader {
     position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffffff;
        z-index: 999999;
        display: flex;
        align-items: center;
        justify-content: center;
}

#lottie-preloader.fade-out {
    opacity: 0;
    pointer-events: none;
}

body{
    visibility: hidden;
    overflow: hidden;
}

div#lottie-animation {
    width: 100px;
}