.menuItem{align-items:flex-start;color:inherit;display:flex;flex-direction:column;overflow-y:hidden;width:100%}.menuItem>.label{display:inline-block;position:relative}.menuItem.animation{height:56px;position:relative}@media screen and (max-width:1440px){.menuItem.animation{height:46px}}@media screen and (max-width:970px){.menuItem.animation{height:30px}}.menuItem.animation>.copyLabel,.menuItem.animation>.label{position:absolute;top:0}.menuItem.animation>.label{position:relative}.menuItem.animation>.copyLabel{top:56px}@media screen and (max-width:1440px){.menuItem.animation>.copyLabel{top:40px}}@media screen and (max-width:970px){.menuItem.animation>.copyLabel{top:30px}}.menuItem.animation:hover>.label{animation-duration:.8s;animation-iteration-count:infinite;animation-name:changeTop;animation-timing-function:linear}.menuItem.animation:hover>.copyLabel{animation-duration:.8s;animation-iteration-count:infinite;animation-name:changeTopCopy;animation-timing-function:linear}@keyframes changeTop{0%{top:0}to{top:-56px;@media screen and (max-width:1440px){top:-40px}@media screen and (max-width:970px){top:-30px}}}@keyframes changeTopCopy{0%{top:56px;@media screen and (max-width:1440px){top:40px}@media screen and (max-width:970px){top:30px}}to{top:0}}
