.c-logo-animation{--x: 80px;--y: 160px;--d: 2.5s;animation:logo-animation-container var(--d) var(--ease-slow);animation-play-state:paused}.c-logo-animation .c-logo-animation__tooth-01{animation:logo-animation-tooth-01 var(--d) var(--ease-slow);animation-play-state:paused}.c-logo-animation .c-logo-animation__tooth-02{animation:logo-animation-tooth-02 var(--d) var(--ease-slow);animation-play-state:paused}.c-logo-animation .c-logo-animation__tooth-03{animation:logo-animation-tooth-03 var(--d) var(--ease-slow);animation-play-state:paused}@keyframes logo-animation-container{0%,25%{clip-path:polygon(0 150%,100% 100%,100% 100%,0 100%)}80%,to{clip-path:polygon(0 0,100% -5%,100% 100%,0 100%)}}@keyframes logo-animation-tooth-01{0%,25%{transform:translate(var(--x),var(--y)) scale(.5)}90%,to{transform:translate(0)}}@keyframes logo-animation-tooth-02{0%,25%{transform:translate(calc(var(--x)*2),calc(var(--y)*1.5)) scale(.5)}90%,to{transform:translate(0)}}@keyframes logo-animation-tooth-03{0%,25%{transform:translate(calc(var(--x)*2),calc(var(--y)*1.5*2)) scale(.5)}90%,to{transform:translate(0)}}
