.logo-container{display:inline-block;cursor:pointer}.logo-container:hover .logo-circle-1{animation:hoverCircle1 1.2s ease-in-out}.logo-container:hover .logo-circle-2{animation:hoverCircle2 1.2s ease-in-out}.logo-container:hover .logo-rect-1{animation:hoverRect1 1.2s ease-in-out}.logo-container:hover .logo-rect-2{animation:hoverRect2 1.2s ease-in-out}.logo-container:hover .logo-path-1{animation:hoverPath1 1.2s ease-in-out}.logo-container:hover .logo-path-2{animation:hoverPath2 1.2s ease-in-out}@keyframes hoverCircle1{0%,to{cx:127;cy:635}50%{cx:635;cy:127}}@keyframes hoverCircle2{0%,to{cx:635;cy:127}50%{cx:127;cy:635}}@keyframes hoverRect1{0%,to{height:360;y:427.705}25%,75%{height:50;y:427.705}50%{height:360;y:427.705}}@keyframes hoverRect2{0%,to{height:360;y:336.731}25%,75%{height:50;y:336.731}50%{height:360;y:336.731}}@keyframes hoverPath1{0%,to{transform:translate(0)}50%{transform:translate(-508px,-508px)}}@keyframes hoverPath2{0%,to{transform:translate(0)}50%{transform:translate(508px,508px)}}