#preloader{background:var(--white);background-size:400% 400%;height:100vh;width:100%;position:fixed;z-index:9999999999999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hollow-dots-spinner,.hollow-dots-spinner *{box-sizing:border-box}.hollow-dots-spinner{height:15px;width:calc(30px * 3)}.hollow-dots-spinner .dot{width:15px;height:15px;margin:0 calc(15px / 2);border:calc(15px / 5) solid var(--sys_gray_silver_1);border-radius:50%;float:left;transform:scale(0);animation:hollow-dots-spinner-animation 1s ease infinite 0s}.hollow-dots-spinner .dot:first-child{animation-delay:calc(300ms * 1)}.hollow-dots-spinner .dot:nth-child(2){animation-delay:calc(300ms * 2)}.hollow-dots-spinner .dot:nth-child(3){animation-delay:calc(300ms * 3)}@keyframes hollow-dots-spinner-animation{50%{transform:scale(1);opacity:1}100%{opacity:0}}