@media (max-width: 809.98px) {
  html,
  body {
    background: #07110f !important;
  }

  body::before {
    content: "";
    position: fixed;
    /* Extend above the visual viewport so iOS Safari's translucent top chrome
       composites the Citrus green instead of the hero image. */
    top: -220px;
    left: 0;
    right: 0;
    height: calc(220px + max(104px, calc(env(safe-area-inset-top, 0px) + 96px))) !important;
    background: #07110f !important;
    z-index: 900 !important;
    pointer-events: none;
  }

  .framer-1enn8xh-container,
  .site-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  html.attract-home-page .framer-1enn8xh-container > .framer-0YBUG,
  .framer-1enn8xh-container > .framer-0YBUG {
    background-color: #07110f !important;
  }
}
