/* Universal breakpoints */
@media screen and (max-width: 550px) {
  .bkg-img-default {
    background-position: center; } }

.hero-copy-sub-content a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 40px;
  font-size: 20px;
  margin-top: 20px; }

.hero-copy-sub-content .trigger {
  cursor: pointer;
  position: relative; }

.hero-copy-sub-content .trigger:hover .tooltip {
  opacity: 1;
  visibility: visible;
 }

.hero-copy-sub-content .tooltip {
  color: black;
  position: absolute;
  background-color: white;
  padding: 12px 24px;
  border-radius: 4px;
  box-shadow: 0px 4px 30px 0px rgba(255, 255, 255, 0.15);
  width: 104px;
  height: 90px;
  font-size: 10px;
  line-height: 11px;
  top: 28px;
  right: -68px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }
  @media (min-width: 992px) {
    .hero-copy-sub-content .tooltip {
      line-height: 18px;
      font-size: 14px;
      width: 180px;
      height: 130px;
      right: -107px; } }
  .hero-copy-sub-content .tooltip:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white; }

.b-contents {
  max-width: 500px;
  margin: auto; }

.register-account {
  box-sizing: border-box;
  background-color: #3b3d49;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: center;
  padding: 40px 34px; }

.register-account a:focus-visible {
    outline: 2px solid #fff !important;
    border-radius: 8px;
    outline-offset: 0px;
}
  @media (min-width: 992px) {
    .register-account {
      padding: 80px 40px;
      margin-top: 80px; } }
  .register-account p {
    font-size: 16px; }
    @media (min-width: 992px) {
      .register-account p {
        font-size: 18px; } }
    .register-account p a {
      color: inherit; }
  .register-account a.button-gold {
    color: #2d2e35;
    font-size: 20px;
    width: -moz-fit-content;
    width: fit-content; }

.fine-print {
  color: #3b3d49;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 40px; }
  @media (min-width: 992px) {
    .fine-print {
      padding: 90px; } }