@keyframes fade {0% {opacity: 0;visibility: hidden;}100% {opacity: 1;visibility: visible;}}@keyframes l16 {0% {background-position: -150% 0, -150% 0}66% {background-position: 250% 0, -150% 0}100% {background-position: 250% 0, 250% 0}}@keyframes dash {0% {stroke-dashoffset: 1000;}100% {stroke-dashoffset: 0;}}@keyframes dash-check {0% {stroke-dashoffset: -100;}100% {stroke-dashoffset: 900;}}