.button-arrow {
  font-size: 1.24em;
  line-height: 0.9;
}

.artboard-video {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #0d0d0d;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.artboard-video-backdrop {
  position: absolute;
  z-index: 1;
  display: block;
  background: #0d0d0d;
  pointer-events: none;
  user-select: none;
}

.artboard-video-backdrop--kasper-action {
  border-radius: min(1.15cqw, 22px);
}

.artboard-video--kasper-action {
  border-radius: min(1.15cqw, 22px);
  object-position: center top;
}

.video-pause-button {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 5;
  pointer-events: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: min(0.42cqw, 8px);
  background: rgba(68, 107, 71, 0.94);
  cursor: pointer;
  box-shadow: 0 0 min(0.62cqw, 12px) rgba(13, 13, 13, 0.2);
  transition:
    background-color var(--button-motion),
    box-shadow var(--button-motion),
    transform var(--button-motion);
}

.video-pause-button::before,
.video-pause-button::after {
  content: "";
  position: absolute;
  top: 26%;
  bottom: 26%;
  width: 16%;
  border-radius: 999px;
  background: #d3d3d3;
  transition:
    background var(--button-motion),
    opacity var(--button-motion),
    transform var(--button-motion);
}

.video-pause-button::before {
  left: 31%;
}

.video-pause-button::after {
  right: 31%;
}

.video-pause-button:hover {
  background: rgba(68, 107, 71, 1);
  box-shadow: 0 0 min(0.94cqw, 18px) rgba(154, 255, 22, 0.18);
}

.video-pause-button:active {
  background: rgba(124, 171, 128, 0.92);
  transform: scale(0.94);
}

.video-pause-button:focus-visible {
  outline: 3px solid var(--interaction-green);
  outline-offset: 3px;
}

.video-pause-button.is-paused::before {
  top: 24%;
  bottom: 24%;
  left: 38%;
  width: 38%;
  border-radius: 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.video-pause-button.is-paused::after {
  opacity: 0;
}

.kasper-process-scroll {
  position: absolute;
  z-index: 2;
  overflow: visible;
  background: transparent;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.kasper-process-source-mask {
  position: absolute;
  z-index: 1;
  background: #0d0d0d;
  pointer-events: none;
}

.kasper-process-sticky {
  position: sticky;
  top: calc((100vh - min(31.62cqw, 607px)) / 2);
  left: 0;
  width: 100%;
  height: min(31.62cqw, 607px);
  overflow: hidden;
  background: transparent;
}

.kasper-process-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1780 / 607;
  overflow: hidden;
  background: #0d0d0d;
}

.kasper-process-base {
  position: absolute;
  z-index: 0;
  left: -3.9326%;
  top: -368.369%;
  display: block;
  width: 107.8652%;
  height: auto;
  max-width: none;
  user-select: none;
  -webkit-user-drag: none;
}

.kasper-process-panel {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  background: #0d0d0d;
  will-change: transform;
  transform: translate3d(0, 100%, 0);
  transition: none;
  user-select: none;
  -webkit-user-drag: none;
}

.kasper-lower-mask,
.kasper-lower-slice {
  position: absolute;
  pointer-events: none;
}

.kasper-lower-mask {
  z-index: 1;
  background: #0d0d0d;
}

.kasper-lower-slice {
  z-index: 1;
  overflow: hidden;
  background: #0d0d0d;
}

.kasper-lower-slice img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(-148.0729cqw);
  user-select: none;
  -webkit-user-drag: none;
}

.click-layer,
.contact-overlay,
.detail-contact-overlay {
  z-index: 3;
}

.footer-doc-hotspot {
  z-index: 4;
  border-radius: 4px;
  cursor: pointer;
}

.hotspot.round:not(.menu-hotspot):not(.hotspot-button) .button-copy > span:first-child {
  left: 35.7%;
  transform: translate3d(-50%, -50%, 0);
}

.hotspot.round:not(.menu-hotspot):not(.hotspot-button) .button-arrow {
  left: 79.7%;
}

.play-hotspot {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 4;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition:
    background var(--button-motion),
    box-shadow var(--button-motion),
    transform var(--button-motion);
}

.play-hotspot::before,
.play-hotspot::after {
  content: "";
  position: absolute;
  pointer-events: none;
  transition:
    background var(--button-motion),
    border-color var(--button-motion),
    box-shadow var(--button-motion),
    opacity var(--button-motion),
    transform var(--button-motion);
}

.play-hotspot::before {
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  opacity: 0;
}

.play-hotspot::after {
  left: 50%;
  top: 50%;
  width: 40%;
  height: 48%;
  background: transparent;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translate3d(-38%, -50%, 0);
  opacity: 0;
}

.play-hotspot:hover::before {
  opacity: 1;
  background:
    linear-gradient(rgba(13, 13, 13, 0), rgba(13, 13, 13, 0)) padding-box,
    var(--button-gradient) border-box;
  box-shadow: 0 0 16px rgba(154, 255, 22, 0.18);
}

.play-hotspot:hover::after {
  opacity: 1;
  background: var(--button-gradient);
}

.play-hotspot:active {
  background: rgba(68, 107, 71, 0.92);
  transition-duration: var(--button-click-motion);
}

.play-hotspot:active::before,
.play-hotspot:active::after {
  transition-duration: var(--button-click-motion);
}

.play-hotspot:active::before {
  opacity: 1;
  background: transparent;
  border-color: var(--button-green);
  box-shadow: none;
}

.play-hotspot:active::after {
  opacity: 1;
  background: #ffffff;
}

.play-hotspot:focus-visible {
  outline: 3px solid var(--interaction-green);
  outline-offset: 3px;
}

@media (max-width: 700px) {
  .play-hotspot:focus-visible,
  .video-pause-button:focus-visible {
    outline-offset: 1px;
    outline-width: 1px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .play-hotspot {
    transition: none;
  }

  .play-hotspot::before,
  .play-hotspot::after {
    transition: none;
  }

  .video-pause-button,
  .video-pause-button::before,
  .video-pause-button::after {
    transition: none;
  }
}
