{"id":8,"date":"2026-06-23T14:54:52","date_gmt":"2026-06-23T14:54:52","guid":{"rendered":"https:\/\/moonexpress.online\/?page_id=8"},"modified":"2026-06-23T15:47:59","modified_gmt":"2026-06-23T15:47:59","slug":"elementor-8","status":"publish","type":"page","link":"https:\/\/moonexpress.online\/?page_id=8","title":{"rendered":"Elementor #8"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"8\" class=\"elementor elementor-8\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7eb843 e-con e-atomic-element e-flexbox-base e-91c57fa \" data-id=\"d7eb843\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"d7eb843\">\n    \t\t<div class=\"elementor-element elementor-element-488bc48 elementor-widget elementor-widget-html\" data-id=\"488bc48\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>MOON EXPRESS | $MEXP<\/title>\n    \n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One&display=swap\" rel=\"stylesheet\">\n\n    <style>\n        :root {\n            --neon: #39ff14;\n            --neon-dim: rgba(57, 255, 20, 0.25);\n            --primary-font: 'Racing Sans One', sans-serif;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background-image: url('http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/bgfixed.png');\n            background-attachment: fixed;\n            background-size: cover;\n            background-position: bottom center;\n            color: #ffffff;\n            font-family: var(--primary-font);\n            overflow-x: hidden;\n            background-color: #000;\n        }\n\n        \/* Global Green Glow Typography *\/\n        h1, h2, h3, h4 {\n            text-transform: uppercase;\n            color: #fff;\n            text-shadow: \n                0 0 5px var(--neon), \n                0 0 15px var(--neon-dim), \n                0 0 35px rgba(57,255,20,0.15);\n            letter-spacing: 2px;\n        }\n\n        \/* Layout *\/\n        .section {\n            width: 100%;\n            position: relative;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 120px 20px;\n        }\n\n        .content {\n            width: 100%;\n            \/*max-width: 1200px;*\/\n            position: relative;\n            z-index: 10;\n            text-align: center;\n        }\n\n        .content-wrap {\n            width: 100%;\n            max-width: 1400px;\n            position: relative;\n            background-size: cover;\n            background-position: center;\n            border-radius: 40px;\n            padding: 100px 60px;\n            \/*min-height: 1200px; *\/\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.95);\n            overflow: hidden;\n        }\n\n        @media (max-width: 768px) {\n            .content-wrap { \n                padding: 60px 25px; \n                min-height: auto; \n                border-radius: 24px; \n            }\n        }\n\n        .overlay {\n            position: absolute;\n            inset: 0;\n            background: rgba(0, 20, 0, 0.12); \/* REDUCED OVERLAY *\/\n            z-index: 1;\n        }\n\n        .relative-content { \n            position: relative; \n            z-index: 2; \n            width: 100%; \n        }\n\n        .main-title { \n            font-size: clamp(3rem, 12vw, 9rem); \n            line-height: 0.9; \n        }\n\n        .slogan { \n            font-size: clamp(1.5rem, 5vw, 3rem); \n            margin-bottom: 1.5rem; \n            color: #eaffea; \n        }\n\n        \/* Jagged Dividers *\/\n        .divider {\n            height: 180px;\n            width: 110%;\n            margin-left: -5%;\n            background-image: url('http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/sectiondivider-scaled.png');\n            background-size: cover;\n            position: relative;\n            z-index: 100;\n        }\n\n        .div-1 { transform: rotate(1.5deg); margin-bottom: -90px; }\n        .div-2 { transform: rotate(-1.5deg); margin: -90px 0; }\n        .div-3 { transform: rotate(1deg); margin: -90px 0; }\n        .div-4 { transform: rotate(-1.5deg); margin-top: -90px; }\n\n        @media (max-width: 768px) { \n            .divider { height: 100px; } \n        }\n\n        \/* Section Specific Backgrounds *\/\n        .bg-why { background-image: url('http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/bg2float.png'); \n             background-size: cover;\n            background-repeat: no-repeat\n            background-position: center;\n        }\n        .bg-gallery { background-image: url('http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/bg3float.png');\n         background-size: cover;\n            background-repeat: no-repeat\n            background-position: center;}\n        .bg-benefits { background-image: url('http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/bg4float.png');\n        background-size: cover;\n            background-repeat: no-repeat\n            background-position: center;\n        }\n\n        \/* Buttons *\/\n        .btn-main {\n            display: inline-block;\n            padding: 22px 55px;\n            background: #fff;\n            color: #000;\n            text-decoration: none;\n            font-size: 1.8rem;\n            font-family: var(--primary-font);\n            border-radius: 10px;\n            transition: 0.3s;\n            margin-top: 10px;\n            border: 2px solid var(--neon);\n            box-shadow: 0 0 15px var(--neon-dim);\n        }\n\n        .btn-main:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 0 30px var(--neon), 0 0 60px rgba(57,255,20,0.25);\n            background: #f0f0f0;\n        }\n\n        \/* HERO EXTRAS *\/\n        .hero-desc {\n            max-width: 800px;\n            margin: 20px auto 30px;\n            font-size: 1.25rem;\n            line-height: 1.6;\n            color: #d0ffd0;\n            text-shadow: 0 2px 10px rgba(0,0,0,0.9);\n        }\n\n        .ca-box {\n            display: inline-flex;\n            align-items: center;\n            gap: 15px;\n            background: rgba(0,0,0,0.6);\n            border: 1px solid var(--neon);\n            padding: 14px 28px;\n            border-radius: 10px;\n            margin-bottom: 30px;\n            box-shadow: 0 0 15px rgba(57,255,20,0.15);\n            font-family: 'Courier New', monospace;\n            font-size: 1.1rem;\n            color: var(--neon);\n            cursor: pointer;\n            backdrop-filter: blur(4px);\n        }\n\n        .ca-box span { pointer-events: none; }\n        .ca-box small { color: #aaa; font-size: 0.75rem; margin-left: 5px; }\n\n        .hero-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 25px;\n            max-width: 900px;\n            margin: 50px auto 0;\n        }\n\n        .hf-card {\n            background: rgba(0,0,0,0.6);\n            border: 1px solid var(--neon-dim);\n            border-radius: 16px;\n            padding: 30px 20px;\n            text-align: center;\n            backdrop-filter: blur(5px);\n            transition: transform 0.3s, border-color 0.3s;\n        }\n\n        .hf-card:hover { \n            transform: translateY(-8px); \n            border-color: var(--neon); \n        }\n\n        .hf-card svg {\n            width: 40px; \n            height: 40px;\n            fill: var(--neon);\n            filter: drop-shadow(0 0 6px var(--neon));\n            margin-bottom: 15px;\n        }\n\n        .hf-card h4 { \n            font-size: 1.3rem; \n            margin-bottom: 8px; \n            color: var(--neon); \n            text-shadow: 0 0 8px var(--neon-dim); \n        }\n\n        .hf-card p { \n            font-size: 0.95rem; \n            color: #cfc; \n            line-height: 1.4; \n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 30px;\n            margin-top: 50px;\n        }\n\n        .feature-item {\n            background: rgba(0,0,0,0.55);\n            backdrop-filter: blur(10px);\n            padding: 40px;\n            border-radius: 24px;\n            border: 1px solid var(--neon-dim);\n            text-align: left;\n            transition: 0.3s;\n        }\n\n        .feature-item:hover { \n            border-color: var(--neon); \n            box-shadow: 0 0 25px rgba(57,255,20,0.2); \n        }\n\n        .feature-item svg { \n            width: 44px; \n            height: 44px; \n            fill: var(--neon); \n            filter: drop-shadow(0 0 8px var(--neon)); \n            margin-bottom: 20px; \n        }\n\n        .feature-item h3 { \n            font-size: 1.6rem; \n            margin-bottom: 12px; \n            color: #fff; \n        }\n\n        .feature-item p { \n            font-size: 1.05rem; \n            line-height: 1.5; \n            color: #d8ffd8; \n        }\n\n        \/* Marquee Gallery *\/\n        .marquee-wrapper { \n            margin-top: 50px; \n            display: flex; \n            flex-direction: column; \n            gap: 25px; \n        }\n\n        .marquee { \n            display: flex; \n            overflow: hidden; \n            gap: 25px; \n        }\n\n        .marquee-inner { \n            display: flex; \n            gap: 25px; \n            flex-shrink: 0; \n            animation: scrollLtr 45s linear infinite; \n        }\n\n        .marquee-row-2 .marquee-inner { \n            animation: scrollRtl 40s linear infinite; \n        }\n\n        .marquee-inner img { \n            height: 260px; \n            border-radius: 16px; \n            border: 2px solid rgba(57,255,20,0.3); \n        }\n\n        @keyframes scrollLtr { \n            from { transform: translateX(0); } \n            to { transform: translateX(-50%); } \n        }\n\n        @keyframes scrollRtl { \n            from { transform: translateX(-50%); } \n            to { transform: translateX(0); } \n        }\n\n        @media (max-width: 768px) {\n            .marquee-inner img { height: 180px; }\n            .features-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Hero Section -->\n    <section class=\"section\" style=\"padding-bottom: 60px;\">\n        <div class=\"content\">\n            <h1 class=\"main-title\">MOON EXPRESS<\/h1>\n            <p class=\"slogan\">THE FASTEST LINE TO THE STARS<\/p>\n            <p class=\"hero-desc\">\n                All aboard the most ballistic locomotive in the galaxy. $MEXP is a zero-tax, community-driven token built for warp-speed ascension. \n                No dev tokens, no broken rails\u2014just pure momentum headed straight for lunar orbit.\n            <\/p>\n\n            <div class=\"ca-box\" onclick=\"navigator.clipboard.writeText('0xM3XP...xPr355')\">\n                <span>CA: NULL<\/span>\n                <small>click to copy<\/small>\n            <\/div>\n\n            <br>\n            <a href=\"#\" class=\"btn-main\">GET YOUR TICKET<\/a>\n\n            <div class=\"hero-grid\">\n                <div class=\"hf-card\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z\"\/><\/svg>\n                    <h4>0% Tax<\/h4>\n                    <p>Frictionless trading on every swap. Keep what you earn.<\/p>\n                <\/div>\n                <div class=\"hf-card\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg>\n                    <h4>LP Burned<\/h4>\n                    <p>Liquidity locked tighter than a space station airlock.<\/p>\n                <\/div>\n                <div class=\"hf-card\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5z\"\/><\/svg>\n                    <h4>Fully Stealth<\/h4>\n                    <p>Community owned. No team tokens. Pure decentralization.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <div class=\"divider div-1\"><\/div>\n\n    <!-- Section 2: Why -->\n    <section class=\"section\">\n        <div class=\"content-wrap bg-why\">\n            <div class=\"overlay\"><\/div>\n            <div class=\"relative-content\">\n                <h2 class=\"main-title\" style=\"font-size: clamp(2.5rem, 8vw, 5rem);\">MISSION LOG<\/h2>\n                <div class=\"features-grid\">\n                    <div class=\"feature-item\">\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M13 10V3L4 14H11V21L20 10H13Z\"\/><\/svg>\n                        <h3>HYPER-SPEED ENGINE<\/h3>\n                        <p>We don't just \"moon\"\u2014we enter warp drive. Built on high-throughput infrastructure, $MEXP executes with zero latency and maximum thrust.<\/p>\n                    <\/div>\n                    <div class=\"feature-item\">\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M12 1L3 5V11C3 16.55 6.84 21.74 12 23C17.16 21.74 21 16.55 21 11V5L12 1Z\"\/><\/svg>\n                        <h3>SECURE CABINS<\/h3>\n                        <p>Safety first. Contract fully audited, liquidity burned, and renounced ownership means no one can pull the emergency brake except the community.<\/p>\n                    <\/div>\n                    <div class=\"feature-item\">\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/><\/svg>\n                        <h3>DEFLATIONARY TRACK<\/h3>\n                        <p>A portion of every transaction gets forever removed from circulation. Less supply + steady demand = a runway built for the stars.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <div class=\"divider div-2\"><\/div>\n\n    <!-- Section 3: Gallery -->\n    <section class=\"section\">\n        <div class=\"content-wrap bg-gallery\">\n            <div class=\"overlay\" style=\"background: rgba(0,10,0,0.2);\"><\/div>\n            <div class=\"relative-content\">\n                <h2 class=\"main-title\" style=\"font-size: clamp(2.5rem, 8vw, 5rem);\">VIEW FROM THE WINDOW<\/h2>\n                <div class=\"marquee-wrapper\">\n                    <div class=\"marquee\">\n                        <div class=\"marquee-inner\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem1.png\" alt=\"1\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem2.png\" alt=\"2\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem3.png\" alt=\"3\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem4.png\" alt=\"4\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem5.png\" alt=\"5\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem6.png\" alt=\"6\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem7.png\" alt=\"7\">\n                            <!-- duplicate for seamless loop -->\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem1.png\" alt=\"1\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem2.png\" alt=\"2\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem3.png\" alt=\"3\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem4.png\" alt=\"4\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem5.png\" alt=\"5\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem6.png\" alt=\"6\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem7.png\" alt=\"7\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"marquee marquee-row-2\">\n                        <div class=\"marquee-inner\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem8.png\" alt=\"8\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem9.png\" alt=\"9\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem10.png\" alt=\"10\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem11.png\" alt=\"11\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem12.png\" alt=\"12\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem13.png\" alt=\"13\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem14.png\" alt=\"14\">\n                            <!-- duplicate for seamless loop -->\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem8.png\" alt=\"8\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem9.png\" alt=\"9\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem10.png\" alt=\"10\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem11.png\" alt=\"11\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem12.png\" alt=\"12\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem13.png\" alt=\"13\">\n                            <img decoding=\"async\" src=\"http:\/\/moonexpress.online\/wp-content\/uploads\/2026\/06\/galleryitem14.png\" alt=\"14\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <div class=\"divider div-3\"><\/div>\n\n    <!-- Section 4: Benefits -->\n    <section class=\"section\">\n        <div class=\"content-wrap bg-benefits\">\n            <div class=\"overlay\"><\/div>\n            <div class=\"relative-content\">\n                <h2 class=\"main-title\" style=\"font-size: clamp(2.5rem, 8vw, 5rem);\">PASSENGER PERKS<\/h2>\n                <div class=\"features-grid\">\n                    <div class=\"feature-item\">\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg>\n                        <h3>FIRST CLASS ACCESS<\/h3>\n                        <p>Holders receive VIP status in all future drops, governance votes on the next station stops, and exclusive entry to the command deck.<\/p>\n                    <\/div>\n                    <div class=\"feature-item\">\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1.41 16.09V20h-2.82v-1.91c-.08-.01-.16-.03-.24-.05-1.39-.36-2.22-1.42-2.31-2.6h1.76c.07.57.48 1.06 1.25 1.25.12.03.25.04.38.04.86 0 1.48-.44 1.48-1.12 0-.64-.42-1-1.54-1.31l-.47-.13c-1.34-.37-2.34-1-2.34-2.5 0-1.15.79-2.18 2.03-2.52V7.18h2.82v1.88c.03 0 .07 0 .1 0 1.13.2 1.93.97 2.11 2h-1.74c-.11-.47-.48-.79-1.04-.92-.12-.03-.24-.04-.36-.04-.76 0-1.28.37-1.28.98 0 .55.43.88 1.39 1.14l.5.14c1.5.4 2.48 1.1 2.48 2.62 0 1.26-.85 2.19-2.14 2.6z\"\/><\/svg>\n                        <h3>INTERSTELLAR YIELD<\/h3>\n                        <p>A hyper-deflationary burn mechanism fuels the engine. Every buy and sell feeds the furnace, permanently removing tokens and accelerating the journey.<\/p>\n                    <\/div>\n                    <div class=\"feature-item\">\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z\"\/><\/svg>\n                        <h3>ETERNAL TICKET<\/h3>\n                        <p>Your seat is permanent. Staking pools, NFT boarding passes, and future ecosystem modules are reserved exclusively for passengers holding $MEXP.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <div class=\"divider div-4\"><\/div>\n\n    <!-- Final Section -->\n    <section class=\"section\">\n        <div class=\"content\">\n            <h2 class=\"main-title\" style=\"font-size: clamp(3rem, 10vw, 7rem);\">LAST CALL<\/h2>\n            <p class=\"slogan\">THE TRAIN IS LEAVING THE STATION.<\/p>\n            <a href=\"#\" class=\"btn-main\" style=\"font-size: 2.2rem; padding: 24px 65px;\">BUY $MEXP NOW<\/a>\n        <\/div>\n    <\/section>\n\n    <script>\n        \/\/ Pause marquee on hover\n        document.querySelectorAll('.marquee').forEach(el => {\n            el.addEventListener('mouseenter', () => {\n                el.querySelector('.marquee-inner').style.animationPlayState = 'paused';\n            });\n            el.addEventListener('mouseleave', () => {\n                el.querySelector('.marquee-inner').style.animationPlayState = 'running';\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>MOON EXPRESS | $MEXP MOON EXPRESS THE FASTEST LINE TO THE STARS All aboard the most ballistic locomotive in the galaxy. $MEXP is a zero-tax, community-driven token built for warp-speed ascension. No dev tokens, no broken rails\u2014just pure momentum headed straight for lunar orbit. CA: NULL click to copy GET YOUR TICKET 0% Tax Frictionless [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/moonexpress.online\/index.php?rest_route=\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/moonexpress.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/moonexpress.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/moonexpress.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/moonexpress.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8"}],"version-history":[{"count":37,"href":"https:\/\/moonexpress.online\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":67,"href":"https:\/\/moonexpress.online\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions\/67"}],"wp:attachment":[{"href":"https:\/\/moonexpress.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}