#loader{background-color:#000;display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100vh;left:0;opacity:.5;position:fixed;top:0;width:100vw;z-index:99999}#loader[hidden]{display:none}.loader__box{position:relative;width:200px;height:200px}.loader__circle{display:block;background:transparent;border:6px solid #004888;border-top-color:transparent;border-radius:50%;height:200px;position:absolute;transform-origin:center}.loader__circle--1{height:200px;width:200px;animation:spin 3s cubic-bezier(.5,0,.5,1) infinite normal}.loader__circle--2{height:180px;margin-top:10px;margin-left:10px;width:180px;animation:spin 3s cubic-bezier(.5,0,.5,1) infinite reverse}.loader__circle--3{height:160px;margin-top:20px;margin-left:20px;width:160px;animation:spin 3s cubic-bezier(.5,0,.5,1) infinite normal}@keyframes spin{to{transform:rotate(1turn)}}