/*!
 * Built with nusratgeek Kajabi Landing Page Builder
 * nusratgeek.com | Tech & Systems Partner
 * Options Trading in 21 Days — Sales/Checkout Page
 */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;500;600;700;800;900&display=swap');
body { margin: 0 !important; padding: 0 !important; }
.hidden--desktop { display: none !important; }
@media(max-width: 767px) { .hidden--mobile { display: none !important; } }

/* Fix: prevent section overlay from covering content above it */
.section .sizer {
  position: relative;
  z-index: 0;
}
.section .section__overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1 !important;
  pointer-events: none !important;
}
.section .container {
  position: relative;
  z-index: 1;
}
