@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

html, body { overflow-x: hidden !important; overflow-y: auto !important; }
body { position: static !important; top: auto !important; width: auto !important; }
.LandingPage_modalOverlay__CO2OI { display: none !important; }
.LandingPage_modalOverlay__CO2OI.is-open { display: flex !important; }
iframe { display: none !important; }

.LandingPage_modalPrimaryButton__re_OU.interact-button {
  position: relative !important;
  z-index: 5 !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
}

.LandingPage_modalPrimaryButton__re_OU.interact-button:active {
  transform: scale(.985);
}
