html{--color-red:red}body.-loading #wrapper{opacity:0}body.-loading .o-loading{pointer-events:auto;opacity:1}body.-loading .o-loading:before{-webkit-transform:scaleX(1) skewX(0);transform:scaleX(1) skewX(0)}body.-loading .o-loading__box{opacity:1}.o-loading{width:100vw;height:100vh;position:fixed;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;z-index:100000;-webkit-transition:opacity .5s ease .8s;transition:opacity .5s ease .8s;pointer-events:none}.o-loading:before{width:calc(100% + 200px);height:100%;content:"";position:absolute;top:0;left:-100px;display:block;background:#fff;-webkit-transform:scaleX(0) skewX(-50deg);transform:scaleX(0) skewX(-50deg);-webkit-transform-origin:right;transform-origin:right;-webkit-transition:-webkit-transform .8s cubic-bezier(.7,0,.3,1);transition:-webkit-transform .8s cubic-bezier(.7,0,.3,1);transition:transform .8s cubic-bezier(.7,0,.3,1);transition:transform .8s cubic-bezier(.7,0,.3,1),-webkit-transform .8s cubic-bezier(.7,0,.3,1)}.o-loading__box{width:126px;height:126px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;-webkit-transition:opacity .2s .2s;transition:opacity .2s .2s}.o-loading__shape{width:100%;height:100%;-webkit-animation:loadingRotate 2.5s cubic-bezier(.43,.15,.6,1.06) infinite;animation:loadingRotate 2.5s cubic-bezier(.43,.15,.6,1.06) infinite}.o-loading__text{width:100%;height:100%;position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#ff6700}.o-loading__text-dots{margin-left:1px}.o-loading__text-dot{margin-left:1px;-webkit-animation:loadingBlink 1.4s 0s infinite;animation:loadingBlink 1.4s 0s infinite}.o-loading__text-dot:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.o-loading__text-dot:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes loadingRotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loadingRotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes loadingBlink{0%{opacity:.2}30%{opacity:1}to{opacity:.2}}@keyframes loadingBlink{0%{opacity:.2}30%{opacity:1}to{opacity:.2}}