.line .trace{stroke-dasharray:5000;stroke-dashoffset:5000}.line .trace2{stroke-dasharray:70;stroke-dashoffset:70}.line .dot{opacity:0}.line.in-view .trace{animation:dash 5s linear forwards}.line.in-view .trace2{animation:dash 1s linear forwards;animation-delay:1s}.line.in-view .dot{animation:appear 1s linear forwards;animation-delay:1s}@keyframes dash{to{stroke-dashoffset:0}}@keyframes appear{to{opacity:1}}