@keyframes checkmark{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0px}}@keyframes checkmark-circle{0%{stroke-dashoffset:480px}to{stroke-dashoffset:960px}}@keyframes colored-circle{0%{opacity:0}to{opacity:1}}.animation-ctn{text-align:center}.inlinesvg .svg svg{display:inline}.icon--order-success svg polyline{animation:checkmark .35s ease-in-out .8s backwards}.icon--order-success svg circle{animation:checkmark-circle .75s ease-in-out backwards}.icon--order-success svg circle#colored{animation:colored-circle .7s ease-in-out .75s backwards}