/* Spinner */
@keyframes ldio-x2uulkbinbj {
    0% {
        opacity: 1;
        backface-visibility: hidden;
        transform: translateZ(0) scale(0.85, 0.85);
    }
    100% {
        opacity: 0;
        backface-visibility: hidden;
        transform: translateZ(0) scale(1, 1);
    }
}

.ldio-x2uulkbinbj {
    position: relative;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ldio-x2uulkbinbj div {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #eb6e38;
    animation: ldio-x2uulkbinbj 1s linear infinite;
}

.ldio-x2uulkbinbj div:nth-child(1) {
    left: 64px;
    top: 44px;
    animation-delay: -0.875s;
}
.ldio-x2uulkbinbj div:nth-child(2) {
    left: 58px;
    top: 58px;
    animation-delay: -0.75s;
}
.ldio-x2uulkbinbj div:nth-child(3) {
    left: 44px;
    top: 64px;
    animation-delay: -0.625s;
}
.ldio-x2uulkbinbj div:nth-child(4) {
    left: 30px;
    top: 58px;
    animation-delay: -0.5s;
}
.ldio-x2uulkbinbj div:nth-child(5) {
    left: 24px;
    top: 44px;
    animation-delay: -0.375s;
}
.ldio-x2uulkbinbj div:nth-child(6) {
    left: 30px;
    top: 30px;
    animation-delay: -0.25s;
}
.ldio-x2uulkbinbj div:nth-child(7) {
    left: 44px;
    top: 24px;
    animation-delay: -0.125s;
}
.ldio-x2uulkbinbj div:nth-child(8) {
    left: 58px;
    top: 30px;
    animation-delay: 0s;
}
