.hero-video {
  pointer-events: none !important;
}

.hero-video-start {
  inset: 0 !important;
  z-index: 9 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  transform: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.hero-video-start[hidden] {
  display: none !important;
}

.hero-video-start span {
  width: 54px;
  height: 54px;
  margin: 0 !important;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  background: rgba(55, 27, 34, .94);
  color: #fff;
  font-size: 22px;
  box-shadow: 0 10px 30px rgba(35, 14, 20, .38);
}

.hero-video-start b {
  min-height: 54px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 999px;
  background: rgba(55, 27, 34, .94);
  color: #fff;
  font-size: 14px;
  box-shadow: 0 10px 30px rgba(35, 14, 20, .38);
}

.hero-video-overlays {
  z-index: 12 !important;
  pointer-events: none !important;
}

.hero-sound-button,
.hero-video-offer.is-visible {
  position: relative;
  z-index: 13;
  pointer-events: auto !important;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
