.menu__item {
  animation: menu__item 810ms;
}
.menu__item-accent--active {
  background-color: #0E397F;
}
.menu__item--1 {
  animation-delay: 475ms;
}
.menu__item--1 > div {
  animation-delay: 712ms;
}
.menu__item--2 {
  animation-delay: 546ms;
}
.menu__item--2 > div {
  animation-delay: 805ms;
}
.menu__item--3 {
  animation-delay: 632ms;
}
.menu__item--3 > div {
  animation-delay: 914ms;
}
.menu__item--4 {
  animation-delay: 733ms;
}
.menu__item--4 > div {
  animation-delay: 1039ms;
}
.menu__item--5 {
  animation-delay: 849ms;
}
.menu__item--5 > div {
  animation-delay: 1180ms;
}

@keyframes menu {
  0% {
    transform: scale(0, 0.07);
  }
  33% {
    transform: scale(1, 0.07);
    animation-timing-function: cubic-bezier(0.73, 0.01, 0.2, 0.99);
  }
}
@keyframes menu__item {
  0% {
    transform: translateX(-110%);
  }
}
@keyframes menu__accent {
  0% {
    transform: scaleY(0);
  }
}/*# sourceMappingURL=move.css.map */