.wrapper{text-align:center}#rk-logo{width:60px!important;height:60px!important}#circles circle,#flower path{stroke-dasharray:500;stroke-dashoffset:500;animation:draw 2.5s ease forwards}#circles circle{animation-delay:.2s}#flower path{animation-delay:1s}@keyframes draw{to{stroke-dashoffset:0}}#flower{transform-origin:160px 160px;transition:transform 1.5s cubic-bezier(.25,.46,.45,.94)}#rk-logo:hover #flower{transform:rotate(1turn)}.brand{transform:translateY(10px);animation:textfade 1.2s ease 2.2s forwards;font-size:14px;font-weight:700}.brand,.sub{opacity:0;color:#0e5a52}.sub{animation:fadeSlow 3s ease 2.2s forwards;font-size:10px}@keyframes textfade{to{opacity:1;transform:translateY(0)}}@keyframes fadeSlow{0%{opacity:0}to{opacity:1}}