.logo-content{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;border-radius:6px;width:100%;height:100%}.logo-content .animated-logo,.logo-content .rotating-bunny{animation:continuous-spin 60s linear infinite}.logo-tick{transform-origin:20px 20px}@keyframes continuous-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ripple{position:absolute;border-radius:50%;background-color:rgba(129,210,233,.3);transform:scale(0);animation:ripple-animation .6s linear;pointer-events:none;width:20px;height:20px}@keyframes ripple-animation{0%{transform:scale(0);opacity:1}to{transform:scale(8);opacity:0}}.logo-content:hover{background-color:rgba(8,145,178,.05)}