#loader-container{max-width:220px;position:absolute;top:50%;left:40%;transform:translate(-50%,-50%)}#loader path:nth-child(2){stroke-dasharray:200%;stroke-dashoffset:200%;animation:strokeAnimate 2s ease 0s infinite forwards}#loader path:nth-child(3){stroke-dasharray:100%;stroke-dashoffset:100%;animation:strokeAnimate 2s ease .3s infinite forwards}#loader path:nth-child(4){stroke-dasharray:100%;stroke-dashoffset:100%;animation:strokeAnimate 2s ease .9s infinite forwards}#loader path:nth-child(5){stroke-dasharray:100%;stroke-dashoffset:100%;animation:strokeAnimate 2s ease 1.2s infinite forwards}#loader path:nth-child(6){stroke-dasharray:100%;stroke-dashoffset:100%;animation:strokeAnimate 2s ease 1.5s infinite forwards}#loader path:nth-child(7){stroke-dasharray:100%;stroke-dashoffset:100%;animation:strokeAnimate 2s ease 1.8s infinite forwards}#loader path:nth-child(8){stroke-dasharray:100%;stroke-dashoffset:100%;animation:strokeAnimate 2s ease 2.1s infinite forwards}@keyframes strokeAnimate{to{stroke-dashoffset:0}}@media screen and (max-width:768px){#loader-container{max-width:150px}#loader{width:150px}}@media screen and (max-width:650px){#loader-container{max-width:100px}#loader{width:100px}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}