* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  background: #201006;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  overflow-x: hidden;
}

.landing {
  position: relative;
  width: 100vw;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #201006;
}

.landing-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.hotspot {
  position: absolute;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
  background: transparent;
}

.hotspot:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.privacy-link {
  left: 65.9%;
  top: 2.6%;
  width: 9.6%;
  height: 3.3%;
}

.terms-link {
  left: 78.8%;
  top: 2.6%;
  width: 10.2%;
  height: 3.3%;
}
