._logo_bhqv6_1 {
  margin: auto;
  height: auto;
  width: 40vw;

  animation-name: _spin_bhqv6_1;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes _spin_bhqv6_1 {
  from {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  to {
    transform: rotate3d(0, 1, 0, 360deg);
  }
}
