#npc-logo svg{max-width:45rem;width:100%;height:auto;stroke:#000;stroke-width:8}#npc-logo svg path{stroke-dasharray:1200;stroke-dashoffset:-1200}#npc-logo svg path:first-of-type{animation:outline 2s .35s forwards;fill-opacity:0}#npc-logo svg path:nth-of-type(2){animation:outline 2s .7s forwards;fill-opacity:0}#npc-logo svg path:nth-of-type(3){animation:outline 2s 1.05s forwards;fill-opacity:0}#npc-logo svg path:nth-of-type(4){animation:outline 2s 1.4s forwards;fill-opacity:0}#npc-logo svg path:nth-of-type(5){animation:outline 2s 1.75s forwards;fill-opacity:0}#npc-logo svg .fill-red{fill:#ee3d42}#npc-logo svg .fill-dark-red{fill:#bf311a}#npc-logo svg .fill-blue{fill:#0069aa}#npc-logo svg .fill-green{fill:#008751}@keyframes outline{70%{stroke-opacity:.5;stroke-dashoffset:5}to{fill-opacity:1;stroke-opacity:0}}.loading-container{position:relative;width:50%;margin:280px auto;padding:20px 40px;border-radius:4px;box-sizing:border-box;background:#fff}.loading-container .loading{position:relative;display:inline-block;width:100%;height:10px;background:#f1f1f1;border-radius:4px;overflow:hidden}.loading-container .loading:after{content:"";position:absolute;left:0;width:0;height:100%;border-radius:4px;animation:load 3s infinite}@keyframes load{0%{width:0;background:#a28089}25%{width:40%;background:#a0d2eb}50%{width:60%;background:#ffa8b6}75%{width:75%;background:#d0bdf4}to{width:100%;background:#494d5f}}