@-webkit-keyframes hideLoader{0%{width:100%;height:100%}to{width:0;height:0}}@keyframes hideLoader{0%{width:100%;height:100%}to{width:0;height:0}}body>div.loader{position:fixed;background:#fff;width:100%;height:100%;z-index:1071;opacity:0;transition:opacity .5s ease;overflow:hidden;pointer-events:none;display:flex;align-items:center;justify-content:center}body:not(.loaded){overflow:hidden}body:not(.loaded)>div.loader{opacity:1}body.loaded>div.loader{-webkit-animation:hideLoader .5s linear .5s forwards;animation:hideLoader .5s linear .5s forwards}.loading-animation{width:8px;height:8px;border-radius:35%;-webkit-animation:typing 1s linear infinite alternate;animation:typing 1s linear infinite alternate;position:relative;left:-12px}@-webkit-keyframes typing{0%{background-color:#495057;box-shadow:12px 0 0 0 hsla(0,0%,39.2%,.2),24px 0 0 0 hsla(0,0%,39.2%,.2)}25%{background-color:#495057;box-shadow:12px 0 0 0 #646464,24px 0 0 0 hsla(0,0%,39.2%,.2)}75%{background-color:#495057;box-shadow:12px 0 0 0 hsla(0,0%,39.2%,.2),24px 0 0 0 #646464}}@keyframes typing{0%{background-color:#495057;box-shadow:12px 0 0 0 hsla(0,0%,39.2%,.2),24px 0 0 0 hsla(0,0%,39.2%,.2)}25%{background-color:#495057;box-shadow:12px 0 0 0 #646464,24px 0 0 0 hsla(0,0%,39.2%,.2)}75%{background-color:#495057;box-shadow:12px 0 0 0 hsla(0,0%,39.2%,.2),24px 0 0 0 #646464}}