.elementor-kit-4{--e-global-color-primary:#F9F605;--e-global-color-secondary:#999999;--e-global-color-text:#111111;--e-global-color-accent:#C8FF00;--e-global-color-d73bf66:#050505;--e-global-color-d39e2a3:#0A0A0A;--e-global-color-50818ea:#111111B3;--e-global-color-486e4d9:#111111;--e-global-color-0364e83:#161616;--e-global-color-a9b3dbc:#0D0D0D;--e-global-color-7e988da:#111111;--e-global-color-79e3255:#C8FF000F;--e-global-color-fd13e9f:#C8FF001F;--e-global-color-a8e0d25:#C8FF0033;--e-global-color-2dcf4af:#666667;--e-global-color-343e396:#555555;--e-global-color-ada1d96:#FFFFFF0F;--e-global-color-134d291:#FFFFFF1A;--e-global-color-a20e2a3:#C8FF001F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --bg-primary:#050505; --bg-secondary:#0a0a0a; --bg-card:rgba(17,17,17,0.7); --bg-card-solid:#111111; --bg-card-hover:#161616; --bg-light:#0d0d0d; --bg-light-card:#111111; --accent:#c8ff00; --accent-dim:rgba(200, 255, 0, 0.06); --accent-glow:rgba(200, 255, 0, 0.12); --accent-strong:rgba(200, 255, 0, 0.2); --text-primary:#f5f5f5; --text-secondary:#999999; --text-muted:#666666; --text-dark:#111111; --text-dark-secondary:#555555; --border:rgba(255,255,255,0.06); --border-light:rgba(255,255,255,0.1); --border-accent:rgba(200,255,0,0.12); --font-main:Inter; --font-display:Space Grotesk; --max-width:1280px; --radius:16px; --radius-lg:24px; --radius-xl:32px; }
/* Start custom CSS */:root {
            --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
            --shadow-card: 0 4px 24px rgba(0,0,0,0.3), 0 1px 2px rgba(0,0,0,0.2);
            --shadow-card-hover: 0 20px 60px rgba(0,0,0,0.4), 0 0 40px rgba(200,255,0,0.04);
            --shadow-glow: 0 0 80px rgba(200,255,0,0.08), 0 0 160px rgba(200,255,0,0.04);
        }

        *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

        html { scroll-behavior: smooth; font-size: 16px; }

        body {
            font-family: var(--font-main);
            background: var(--bg-primary);
            color: var(--text-primary);
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            overflow-x: hidden;
        }/* End custom CSS */