@charset "UTF-8";#home_title #logo svg *{fill:transparent;stroke:#000;stroke-width:1;stroke-dasharray:400;stroke-dashoffset:400;animation:DASH_AND_FILL 5s ease-in .5s forwards}@keyframes DASH_AND_FILL{0%{stroke:#000;stroke-dashoffset:400}60%{fill:transparent;stroke:#000;stroke-dashoffset:0}70%{fill:transparent;stroke:#000;stroke-dashoffset:0}100%{fill:#000;stroke:transparent;stroke-dashoffset:0}}