@keyframes logoDashAnimation{0%,5%{stroke-dasharray:0,0,0,90,0,95;stroke-dashoffset:45}40%{stroke-dashoffset:5}40%,60%{stroke-dasharray:0,0,90,0,95,0}60%{stroke-dashoffset:-40}95%,to{stroke-dasharray:0,90,0,95,0,0;stroke-dashoffset:-85}}#loading-logo>path{animation-name:logoDashAnimation;animation-duration:2.5s;animation-timing-function:cubic-bezier(.25,1,.5,1);animation-fill-mode:backwards;animation-iteration-count:infinite}@keyframes loading-bar-gradient{0%{background-position:0 0}to{background-position:-200% 0}}