.loader{width:100%;max-width:60px;animation:1s linear infinite loader-turn}@keyframes loader-turn{50%{transform:rotate(180deg)}to{transform:rotate(720deg)}}.loader__value{fill:none;stroke-dasharray:63;stroke-dashoffset:63px;stroke-linecap:round;stroke-width:4px;animation:6s linear infinite loader-stroke}.loader__value:first-child{stroke:var(--ld-1)}.loader__value:nth-child(2){stroke:var(--ld-2);animation-delay:1s}.loader__value:nth-child(3){stroke:var(--ld-3);animation-delay:2s}.loader__value:nth-child(4){stroke:var(--ld-4);animation-delay:3s}.loader__value:nth-child(5){stroke:var(--ld-5);animation-delay:4s}.loader__value:nth-child(6){stroke:var(--ld-6);animation-delay:5s}@keyframes loader-stroke{8.33333%{stroke-dashoffset:0}16.6667%,to{stroke-dashoffset:63px}}
