.lds-roller {
    display: inline-block;
    position: relative;
    width: 38px;
    height: 38px;
}
.lds-roller div {
    /* animation: lds-roller 5.0s cubic-bezier(0.5, 0, 0.5, 1) infinite; */
    animation-name: lds-roller;
    animation-duration: 8.0s;
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    animation-delay: 0.0s;
    animation-iteration-count: infinite;
    /* animation-direction: alternate; */
    animation-fill-mode: forwards;
    transform-origin: 20px 20px;
}
.lds-roller div:nth-child(1) {
    animation-delay: 0.0s;
}
.lds-roller div:nth-child(1):after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 20px;
    border-radius: 50%;
    margin: -4px 0 0 -4px;
    background: #FD6467;
    top: 20px;
    left: 20px;
}
.lds-roller div:nth-child(2) {
    animation-delay: 0.3s;
}
.lds-roller div:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 20px;
    border-radius: 50%;
    margin: -4px 0 0 -4px;
    background: #5B1A18;
    top: 20px;
    left: 20px;
}
.lds-roller div:nth-child(3) {
    animation-delay: 0.6s;
}
.lds-roller div:nth-child(3):after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 20px;
    border-radius: 50%;
    margin: -4px 0 0 -4px;
    background: #D67236;
    top: 20px;
    left: 20px;
}
.lds-circle {
    display: inline-block;
    transform: translateZ(1);
}
.lds-circle div {
    /* display: inline-block;
    position: relative; */
    transform-origin: 20px 20px;
    top: 20px;
    left: 20px;

    width: 8px;
    height: 8px;
    margin: 16px;
    border-radius: 50%;
    background: #F1BB7B;
    animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes lds-roller {
    62.5%, 100% {
        transform: rotate(1080deg);
    }
}

.title {
    /* color: grey; */
    box-sizing: border-box;
    color: rgb(50, 50, 50);
    cursor: auto;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 40px;
    font-weight: 400;
    height: 40px;
    line-height: 33px;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 00px;
    margin-top: 0px;
    overflow-wrap: break-word;
    text-align: center;
    visibility: visible;
    white-space: normal;
    width: 400px;
}
