[data-v-2dd8c72d]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #701b87;
  menuHover: #701b87;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px;
  hideSideBarWidth: 67px;
}
.bounce[data-v-2dd8c72d] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: white;
  height: 100%;
  font: normal bold 30px "Product Sans", sans-serif;
  white-space: nowrap;
}
.letter[data-v-2dd8c72d] {
  animation: bounce-2dd8c72d 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
  display: inline-block;
  transform: translate3d(0, 0, 0);
  margin-top: 0.5em;
  text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
  font: normal 500 30px "Varela Round", sans-serif;
}
.letter[data-v-2dd8c72d]:nth-child(1) {
  animation-delay: 0s;
}
.letter[data-v-2dd8c72d]:nth-child(2) {
  animation-delay: 0.0333333333s;
}
.letter[data-v-2dd8c72d]:nth-child(3) {
  animation-delay: 0.1333333333s;
}
.letter[data-v-2dd8c72d]:nth-child(4) {
  animation-delay: 0.2333333333s;
}
.letter[data-v-2dd8c72d]:nth-child(5) {
  animation-delay: 0.3333333333s;
}
.letter[data-v-2dd8c72d]:nth-child(6) {
  animation-delay: 0.4333333333s;
}
.letter[data-v-2dd8c72d]:nth-child(7) {
  animation-delay: 0.5333333333s;
}
.letter[data-v-2dd8c72d]:nth-child(8) {
  animation-delay: 0.6333333333s;
}
.letter[data-v-2dd8c72d]:nth-child(9) {
  animation-delay: 0.7333333333s;
}
.letter[data-v-2dd8c72d]:nth-child(10) {
  animation-delay: 0.8333333333s;
}
.letter[data-v-2dd8c72d]:nth-child(11) {
  animation-delay: 0.9333333333s;
}
@keyframes bounce-2dd8c72d {
0% {
    transform: translate3d(0, 0, 0);
    text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
}
100% {
    transform: translate3d(0, -1em, 0);
    text-shadow: rgba(255, 255, 255, 0.4) 0 1em 0.35em;
}
}
