#logo-anim{margin:0 auto;fill:none;stroke:#000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;display:block}#logo-anim #line-01{stroke-dasharray:19;stroke-dashoffset:0;animation-delay:0;transition:all .25s cubic-bezier(0,0,.07,1)}@keyframes line-01-anim {
	0% {stroke-dashoffset: 0;}
	100% {stroke-dashoffset: 38;}
}#logo-anim #line-02{stroke-dasharray:28;stroke-dashoffset:0;animation-delay:.2s;transition:all .25s cubic-bezier(0,0,.07,1)}@keyframes line-02-anim {
	0% {stroke-dashoffset: 0;}
	100% {stroke-dashoffset: 56;}
}#logo-anim #line-03{stroke-dasharray:54;stroke-dashoffset:0;animation-delay:.4s;transition:all .45s cubic-bezier(0,0,.07,1)}@keyframes line-03-anim {
	0% {stroke-dashoffset: 0;}
	100% {stroke-dashoffset: 108;}
}#logo-anim #line-04{stroke-dasharray:23;stroke-dashoffset:0;animation-delay:.6s;transition:all .25s cubic-bezier(0,0,.07,1)}@keyframes line-04-anim {
	0% {stroke-dashoffset: 0;}
	100% {stroke-dashoffset: 46;}
}#logo-anim #line-05{stroke-dasharray:9;stroke-dashoffset:0;animation-delay:.8s;transition:all .25s cubic-bezier(0,0,.07,1)}@keyframes line-05-anim {
	0% {stroke-dashoffset: 0;}
	100% {stroke-dashoffset: 18;}
}#logo-anim #line-06{stroke-dasharray:25;stroke-dashoffset:0;animation-delay:1.0s;transition:all .25s cubic-bezier(0,0,.07,1)}@keyframes line-06-anim {
	0% {stroke-dashoffset: 0;}
	100% {stroke-dashoffset: 50;}
}#logo-anim #line-07{stroke-dasharray:21;stroke-dashoffset:0;animation-delay:1.2s;transition:all .35s cubic-bezier(0,0,.07,1)}@keyframes line-07-anim {
	0% {stroke-dashoffset: 0;}
	100% {stroke-dashoffset: 42;}
}#logo-anim:hover #line-01{animation:line-01-anim .4s ease-in-out .2s 1 forwards}#logo-anim:hover #line-02{animation:line-02-anim .6s ease-in-out .2s 1 forwards}#logo-anim:hover #line-03{animation:line-03-anim .8s ease-in-out .4s 1 forwards}#logo-anim:hover #line-04{animation:line-04-anim 1.2s ease-in-out .6s 1 forwards}#logo-anim:hover #line-05{animation:line-05-anim .4s ease-in-out .95s 1 forwards}#logo-anim:hover #line-06{animation:line-06-anim .6s ease-in-out 1.1s 1 forwards}#logo-anim:hover #line-07{animation:line-07-anim .4s ease-in-out 1.5s 1 forwards}