svg#logo{padding:20px 0;font-family:inherit;animation:fill_bg 0.1s ease-out forwards;animation-delay:2s;overflow:visible;width:100%}@keyframes fill_bg{to{fill:rgb(32,32,32)}}svg#logo path{animation:draw 5s ease forwards;stroke-dasharray:700;stroke-dashoffset:700}@keyframes draw{50%{stroke-dashoffset:0}90%{opacity:1}100%{stroke-dashoffset:0;opacity:0}}svg#logo .circle circle.circle_bg{fill:transparent;stroke-dasharray:283;stroke-dashoffset:283}svg#logo .circle_1 circle.circle_bg{animation:fill_circle_1 2s ease-out forwards;animation-delay:4s}svg#logo .circle_2 circle.circle_bg{animation:fill_circle_2 2s ease-out forwards;animation-delay:3s}svg#logo .circle_3 circle.circle_bg{animation:fill_circle_3 2s ease-out forwards;animation-delay:5s}@keyframes fill_circle_1{0%{fill:transparent}80%{fill:transparent}100%{stroke-dashoffset:0;fill:#1475bc}}@keyframes fill_circle_2{80%{fill:transparent}100%{stroke-dashoffset:0;fill:#00a69d}}@keyframes fill_circle_3{0%{fill:transparent}80%{fill:transparent}100%{stroke-dashoffset:0;fill:#9b2e33}}svg#logo .circle_1{animation:grow_1 2s ease forwards;animation-delay:6s}svg#logo .circle_2{animation:grow_2 2s ease forwards;animation-delay:5s}svg#logo .circle_3{animation:grow_3 2s ease forwards;animation-delay:7s}@keyframes grow_1{to{transform:scale(2) translate(-50%)}}@keyframes grow_2{to{ transform:scale(2) translate(-50%); -webkit-transform:scale(2) translate(-50%); -moz-transform:scale(2) translate(-50%); -ms-transform:scale(2) translate(-50%); -o-transform:scale(2) translate(-50%); }}@keyframes grow_3{to{transform:scale(2) translate(-50%)}}svg#logo circle.circle_icon{opacity:0;animation:icon_fade_in 2s ease forwards;-webkit-animation:icon_fade_in 2s ease forwards;animation-delay:9s}@keyframes icon_fade_in{to{opacity:1}}svg#logo .circle text{font-size:8px;font-weight:700;opacity:0;animation:text_fade_in 2s ease forwards;animation-delay:9s}@keyframes text_fade_in{to{opacity:1}}svg#logo .circle_2 text{transform:translate(56%,32%)}svg#logo .circle_1 text{transform:translate(72.5%,32%)}svg#logo .circle_3 text{transform:translate(89%,32%)}svg#logo .svg_logo--line{animation:hide 2s ease forwards;animation-delay:6s}@keyframes hide{to{opacity:0}} .svg_link {cursor: pointer;}