.sl-box4,.sl-box4 *{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}.sl-box4{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;justify-content:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.sl-box4 .sl-loader-title{text-align:center;color:var(--cl);width:100%;font-size:20px;font-weight:700;line-height:1.7}.sl-box4 .sl-loader{-webkit-transform:scale(var(--size));transform:scale(var(--size));width:100px}.sl-box4 .sl-loader .sl-loader-items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;justify-content:space-between;align-items:center;width:100%;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex}.sl-box4 .sl-loader .sl-loader-items .sl-rectangular{background-color:var(--bg);-webkit-animation:.6s ease-in-out infinite sl-box4;animation:.6s ease-in-out infinite sl-box4;-webkit-animation-delay:calc(var(--i)*-650ms);animation-delay:calc(var(--i)*-650ms);border-radius:5px;width:10px;height:25px}@-webkit-keyframes sl-box4{0%{height:30px}50%{height:60px}to{height:30px}}@keyframes sl-box4{0%{height:30px}50%{height:60px}to{height:30px}}