@keyframes fade{0%{opacity:1}to{opacity:0}}.segment{animation:fade 1.2s linear infinite}.segment:first-child{animation-delay:-1.05s}.segment:nth-child(2){animation-delay:-.9s}.segment:nth-child(3){animation-delay:-.75s}.segment:nth-child(4){animation-delay:-.6s}.segment:nth-child(5){animation-delay:-.45s}.segment:nth-child(6){animation-delay:-.3s}.segment:nth-child(7){animation-delay:-.15s}.segment:nth-child(8){animation-delay:0s}