#beta-content {
  padding: 160px 0 100px;
  color: #fff;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
}
@media (max-width: 1024px) {
  #beta-content {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #beta-content {
    max-width: 600px;
    padding-inline: 16px;
  }
}
#beta-content .atvi-image {
  margin: 0 auto;
  width: 100%;
}
#beta-content .atvi-image img {
  width: 90%;
  margin: 0 auto;
  max-width: none !important;
  max-height: none !important;
}
#beta-content h1 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 3.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
}
#beta-content h4 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#beta-content p,
#beta-content li {
  margin-bottom: 15px;
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
}
#beta-content sup {
  line-height: 1.3em;
}
#beta-content ul,
#beta-content ol {
  margin-left: 3.5vw;
}
#beta-content ul {
  list-style: disc;
}
#beta-content ol {
  list-style: auto;
}
#beta-floating-cta {
  position: fixed;
  bottom: -20px;
  width: 100%;
  background-color: black;
  z-index: 5;
  padding: 20px 0;
  transition: 0.25s all;
  -webkit-backface-visibility: hidden;
  border-top: 1px solid #1560e0;
}
@media screen and (min-width: 768px) {
  #beta-floating-cta {
    display: none !important;
  }
}
#beta-floating-cta li {
  width: 100%;
  display: flex;
  justify-content: center;
}
#beta-floating-cta li a {
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  background: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  line-height: 1;
  padding: 0;
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, #1560e0 0%, #0b347a 100%);
  box-shadow: 0 0 24px 2px rgba(21, 96, 224, 0.7);
  font-size: 0.88rem;
  letter-spacing: 1px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding: 12px 24px;
  width: 90%;
}
@media (max-width: 600px) {
  #beta-floating-cta li a {
    padding: 16px 24px;
  }
}
#beta-floating-cta li a:hover {
  background: #1560E0;
  box-shadow: 0 0 24px 2px rgba(21, 96, 224, 0.7);
}
