#lottie-preloader {
    position: fixed;
    z-index: 9999;
    background-color: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.8s ease;
}

#lottie-preloader.fade-out {
    opacity: 0;
}
