.hero {
  position: static;
  max-height: 100vh;
  width: auto;
  max-width: 59vw;
  margin-right: -150px;
}

.rc-anchor-container,
.grecaptcha-badge {
  opacity: 0 !important;
}

@keyframes moveRight1Mobile {
  0% {
    transform: translateX(30%) translateY(10%);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateX(-60%) translateY(10%);
  }
}
