.a42-menu-button {
  height: 21px;
  width: 24px;
  position: relative;
  cursor: pointer;
  z-index: 99999;
  display: none;
}
.is-mobile .a42-menu-button {
  display: flex;
}

.a42-menu-button .bar {
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
  height: 2px;
  background: #141b56;
  width: 100%;
  position: absolute;
  left: 0;
  transform-origin: center;
}
.a42-menu-button .bar.top {
  top: 0;
}
.a42-menu-button .bar.middle {
  top: calc(50% - 1px);
}
.a42-menu-button .bar.bottom {
  bottom: 0;
}
.a42-menu-button.opened .bar.top, .a42-menu-button.opened .bar.bottom {
  transform: scaleX(0);
}
.a42-menu-button.opened .bar.middle.one {
  transform: rotate(45deg) scaleX(1.2);
}
.a42-menu-button.opened .bar.middle.two {
  transform: rotate(-45deg) scaleX(1.2);
}

/*# sourceMappingURL=menu-button.css.map */
