.lds-ellipsis,.lds-ellipsis div{box-sizing:border-box}.lds-ellipsis{display:inline-block;position:relative;width:40px;height:40px}.lds-ellipsis div{position:absolute;top:16.666666px;width:6.666666px;height:6.666666px;border-radius:50%;background-color:#1e28f1;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:first-child{left:4px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:4px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:16px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:28px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(12px)}}.loader{aspect-ratio:1;border-radius:50%;background:#1e28f1;-webkit-mask:radial-gradient(circle closest-side at 50% 40%,#0000 94%,#000);transform-origin:50% 40%;animation:l25 1s linear infinite}@keyframes l25{to{transform:rotate(1turn)}}