.page-loader{position:fixed;inset:0;background:#fffc;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;justify-content:center;align-items:center;z-index:99999}.loadingspinner{--square: 26px;--offset: 30px;--duration: 2.4s;--delay: .2s;--timing-function: ease-in-out;--in-duration: .4s;--in-delay: .1s;--in-timing-function: ease-out;width:calc(3 * var(--offset) + var(--square));height:calc(2 * var(--offset) + var(--square));margin:10px auto 30px;position:relative}.loadingspinner div{position:absolute;width:var(--square);height:var(--square);background:var(--themeColorTwo);border-radius:2px}.loadingspinner .square1{left:calc(0 * var(--offset));top:calc(0 * var(--offset));animation:square1 var(--duration) var(--delay) var(--timing-function) infinite,squarefadein var(--in-duration) calc(1 * var(--in-delay)) var(--in-timing-function) both}.loadingspinner .square2{left:calc(0 * var(--offset));top:calc(1 * var(--offset));animation:square2 var(--duration) var(--delay) var(--timing-function) infinite,squarefadein var(--in-duration) calc(1 * var(--in-delay)) var(--in-timing-function) both}.loadingspinner .square3{left:calc(1 * var(--offset));top:calc(1 * var(--offset));animation:square3 var(--duration) var(--delay) var(--timing-function) infinite,squarefadein var(--in-duration) calc(2 * var(--in-delay)) var(--in-timing-function) both}.loadingspinner .square4{left:calc(2 * var(--offset));top:calc(1 * var(--offset));animation:square4 var(--duration) var(--delay) var(--timing-function) infinite,squarefadein var(--in-duration) calc(3 * var(--in-delay)) var(--in-timing-function) both}.loadingspinner .square5{left:calc(3 * var(--offset));top:calc(1 * var(--offset));animation:square5 var(--duration) var(--delay) var(--timing-function) infinite,squarefadein var(--in-duration) calc(4 * var(--in-delay)) var(--in-timing-function) both}.loader-wrapper{display:flex;flex-direction:column;align-items:center}.loader-text{margin-top:10px!important;font-size:35px!important;font-weight:550;color:var(--themeColorTwo);font-family:sans-serif}.page-loader{transition:opacity .5s ease}.page-loader.hide{opacity:0;pointer-events:none}@keyframes square1{0%{left:0;top:0}8.333%{top:var(--offset)}to{top:var(--offset)}}@keyframes square2{0%{top:var(--offset)}8.333%{top:calc(2 * var(--offset))}16.67%{left:var(--offset)}25%{top:var(--offset)}83.33%{top:var(--offset)}91.67%{top:0}to{left:0;top:0}}@keyframes square3{0%,to{left:var(--offset);top:var(--offset)}25%{top:0}33.33%{left:calc(2 * var(--offset))}41.67%{top:var(--offset)}75%{top:calc(2 * var(--offset))}83.33%{left:var(--offset)}}@keyframes square4{0%,33.33%{left:calc(2 * var(--offset));top:var(--offset)}41.67%{top:calc(2 * var(--offset))}50%{left:calc(3 * var(--offset))}58.33%{top:var(--offset)}}@keyframes square5{0%,50%{left:calc(3 * var(--offset));top:var(--offset)}58.33%{top:0}66.67%{left:calc(2 * var(--offset))}75%{top:var(--offset)}}@keyframes squarefadein{0%{transform:scale(.75);opacity:0}to{transform:scale(1);opacity:1}}
