@charset "utf-8";

.hero button {
  pointer-events: none;
}
.hero button a {
  color: #000 !important;
  background: hsl(0, 0%, 80%);
  pointer-events: none;
}
@media (any-hover: hover) {
  .hero button a:hover {
    scale: 1;
    transition: none;
  }
}
.hero button a:active {
  scale: 1;
  transition: none;
  opacity: 1;
}

.hero button a::after {
	animation: none;
	content: none;
}
