body.page-loading{height:100%;margin:0;overflow:hidden}.splash-screen{display:none}.page-loading .splash-screen{z-index:1000;color:#5e6278;background-color:#f9f9f9;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;font-family:Inter,Helvetica,"sans-serif";font-size:14px;font-weight:400;line-height:1;display:flex;position:absolute}.page-loading .splash-screen span{color:#5e6278;-webkit-font-smoothing:antialiased;transition:none!important}.page-loading .splash-screen img{margin-bottom:30px;margin-left:calc(100vw - 100%);height:30px!important}html[data-bs-theme=dark] .page-loading .splash-screen{color:#fff;background-color:#151521}.splash-screen .dark-logo{display:none}.splash-screen .light-logo{display:block}html[data-bs-theme=dark] .splash-screen .light-logo{display:none}html[data-bs-theme=dark] .splash-screen .dark-logo{display:block}.lds-ellipsis{width:80px;height:80px;display:inline-block;position:relative}.lds-ellipsis div{background:#ccc;border-radius:50%;width:13px;height:13px;animation-timing-function:cubic-bezier(0,1,1,0);position:absolute;top:33px}.lds-ellipsis div:first-child{animation:.6s infinite lds-ellipsis1;left:8px}.lds-ellipsis div:nth-child(2){animation:.6s infinite lds-ellipsis2;left:8px}.lds-ellipsis div:nth-child(3){animation:.6s infinite lds-ellipsis2;left:32px}.lds-ellipsis div:nth-child(4){animation:.6s infinite lds-ellipsis3;left:56px}@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(24px)}}