{"id":328,"date":"2025-06-22T23:43:40","date_gmt":"2025-06-22T22:43:40","guid":{"rendered":"https:\/\/www.empreso.co.uk\/?page_id=328"},"modified":"2025-09-11T09:20:51","modified_gmt":"2025-09-11T08:20:51","slug":"join","status":"publish","type":"page","link":"https:\/\/www.empreso.co.uk\/?page_id=328","title":{"rendered":"Join Empreso"},"content":{"rendered":"\n<style>\n        \/* Reset and base styles *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            line-height: 1.6;\n            color: #333;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            background: linear-gradient(135deg, #20B2AA 0%, #008B8B 100%);\n            color: white;\n            padding: 60px 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            align-items: center;\n        }\n\n        .hero-text h1 {\n            font-size: 3.5rem;\n            font-weight: bold;\n            margin-bottom: 20px;\n            line-height: 1.2;\n        }\n\n        .hero-text .subtitle {\n            font-size: 1.5rem;\n            margin-bottom: 30px;\n            opacity: 0.95;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 15px;\n            margin-bottom: 30px;\n        }\n\n        .benefit-item {\n            background: rgba(255, 255, 255, 0.1);\n            padding: 15px;\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .benefit-icon {\n            width: 24px;\n            height: 24px;\n            color: #FFD700;\n        }\n\n        .testimonial-box {\n            background: rgba(255, 255, 255, 0.1);\n            padding: 20px;\n            border-radius: 10px;\n            margin-bottom: 30px;\n            backdrop-filter: blur(10px);\n        }\n\n        .cta-button {\n            background: linear-gradient(135deg, #FF9900 0%, #FF6600 100%);\n            color: white;\n            padding: 18px 40px;\n            border: none;\n            border-radius: 50px;\n            font-size: 1.2rem;\n            font-weight: bold;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-decoration: none;\n            display: inline-block;\n            box-shadow: 0 8px 25px rgba(255, 153, 0, 0.3);\n        }\n\n        .cta-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 12px 35px rgba(255, 153, 0, 0.4);\n        }\n\n        .hero-image {\n            text-align: center;\n        }\n\n        .hero-image img {\n            max-width: 100%;\n            height: auto;\n            border-radius: 20px;\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);\n            animation: float 3s ease-in-out infinite;\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0px); }\n            50% { transform: translateY(-10px); }\n        }\n\n        \/* Countdown Timer *\/\n        .countdown-banner {\n            background: linear-gradient(135deg, #FF9900 0%, #FFD700 100%);\n            padding: 20px;\n            border-radius: 15px;\n            margin-top: 40px;\n            text-align: center;\n            box-shadow: 0 8px 25px rgba(255, 153, 0, 0.3);\n            animation: pulse 2s ease-in-out infinite;\n        }\n\n        @keyframes pulse {\n            0%, 100% { box-shadow: 0 8px 25px rgba(255, 153, 0, 0.3); }\n            50% { box-shadow: 0 12px 35px rgba(255, 153, 0, 0.5); }\n        }\n\n        .countdown-display {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            margin-top: 10px;\n        }\n\n        .time-unit {\n            text-align: center;\n        }\n\n        .time-number {\n            display: block;\n            font-size: 2rem;\n            font-weight: bold;\n            color: white;\n        }\n\n        .time-label {\n            font-size: 0.9rem;\n            opacity: 0.8;\n        }\n\n        \/* Value Proposition Section *\/\n        .value-section {\n            padding: 80px 0;\n            background: #f8f9fa;\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 2.5rem;\n            font-weight: bold;\n            margin-bottom: 50px;\n            color: #333;\n        }\n\n        .value-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 40px;\n        }\n\n        .value-item {\n            text-align: center;\n            padding: 30px;\n            background: white;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            transition: transform 0.3s ease;\n        }\n\n        .value-item:hover {\n            transform: translateY(-5px);\n        }\n\n        .value-icon {\n            width: 60px;\n            height: 60px;\n            margin: 0 auto 20px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 24px;\n        }\n\n        .value-icon.earn { background: linear-gradient(135deg, #28a745, #20c997); }\n        .value-icon.property { background: linear-gradient(135deg, #007bff, #6610f2); }\n        .value-icon.training { background: linear-gradient(135deg, #6f42c1, #e83e8c); }\n\n        .value-item h3 {\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n            color: #333;\n        }\n\n        .value-item p {\n            color: #666;\n            line-height: 1.6;\n        }\n\n        .highlight-text {\n            text-align: center;\n            margin-top: 40px;\n            font-size: 1.2rem;\n            font-weight: bold;\n            color: #20B2AA;\n        }\n\n        \/* Benefits Package Section *\/\n        .benefits-section {\n            padding: 80px 0;\n            background: white;\n        }\n\n        .benefits-image {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n\n        .benefits-image img {\n            max-width: 100%;\n            height: auto;\n            border-radius: 15px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n        }\n\n        .benefits-cards {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n\n        .benefit-card {\n            background: white;\n            padding: 30px;\n            border-radius: 15px;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            transition: all 0.3s ease;\n            border: 2px solid transparent;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n            border-color: #20B2AA;\n        }\n\n        .benefit-card-icon {\n            width: 48px;\n            height: 48px;\n            color: #20B2AA;\n            margin: 0 auto 20px;\n        }\n\n        .benefit-card h3 {\n            font-size: 1.1rem;\n            margin-bottom: 10px;\n            color: #333;\n        }\n\n        .benefit-card p {\n            color: #666;\n            font-size: 0.9rem;\n        }\n\n        .value-banner {\n            background: linear-gradient(135deg, #20B2AA 0%, #008B8B 100%);\n            color: white;\n            padding: 30px;\n            border-radius: 15px;\n            text-align: center;\n        }\n\n        .value-banner h3 {\n            font-size: 1.8rem;\n            margin-bottom: 10px;\n        }\n\n        \/* Success Stories Section *\/\n        .success-section {\n            padding: 80px 0;\n            background: #f8f9fa;\n        }\n\n        .success-image {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n\n        .success-image img {\n            max-width: 100%;\n            height: auto;\n            border-radius: 15px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n        }\n\n        .testimonial-carousel {\n            max-width: 800px;\n            margin: 0 auto;\n            position: relative;\n        }\n\n        .testimonial-card {\n            background: white;\n            padding: 40px;\n            border-radius: 15px;\n            text-align: center;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            display: none;\n        }\n\n        .testimonial-card.active {\n            display: block;\n            animation: fadeIn 0.5s ease-in-out;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        .stars {\n            color: #FFD700;\n            font-size: 1.5rem;\n            margin-bottom: 20px;\n        }\n\n        .testimonial-quote {\n            font-size: 1.2rem;\n            font-style: italic;\n            color: #333;\n            margin-bottom: 30px;\n            line-height: 1.6;\n        }\n\n        .testimonial-author {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 20px;\n        }\n\n        .author-info h4 {\n            font-size: 1.1rem;\n            color: #333;\n        }\n\n        .author-info p {\n            color: #666;\n            font-size: 0.9rem;\n        }\n\n        .earnings-badge {\n            background: #28a745;\n            color: white;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-weight: bold;\n        }\n\n        .carousel-dots {\n            display: flex;\n            justify-content: center;\n            gap: 10px;\n            margin-top: 30px;\n        }\n\n        .dot {\n            width: 12px;\n            height: 12px;\n            border-radius: 50%;\n            background: #ddd;\n            cursor: pointer;\n            transition: background 0.3s ease;\n        }\n\n        .dot.active {\n            background: #20B2AA;\n        }\n\n        \/* Form Section *\/\n        .form-section {\n            padding: 80px 0;\n            background: white;\n        }\n\n        .form-container {\n            max-width: 500px;\n            margin: 0 auto;\n        }\n\n        .form-card {\n            background: white;\n            padding: 40px;\n            border-radius: 20px;\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);\n            border: 2px solid #f0f0f0;\n        }\n\n        .form-header {\n            text-align: center;\n            margin-bottom: 30px;\n        }\n\n        .form-header h2 {\n            color: #20B2AA;\n            font-size: 1.8rem;\n            margin-bottom: 10px;\n        }\n\n        .form-header p {\n            color: #666;\n        }\n\n        .form-group {\n            margin-bottom: 25px;\n        }\n\n        .form-group label {\n            display: block;\n            margin-bottom: 8px;\n            font-weight: 600;\n            color: #333;\n        }\n\n        .form-group input {\n            width: 100%;\n            padding: 15px;\n            border: 2px solid #e0e0e0;\n            border-radius: 10px;\n            font-size: 1rem;\n            transition: all 0.3s ease;\n        }\n\n        .form-group input:focus {\n            outline: none;\n            border-color: #20B2AA;\n            box-shadow: 0 0 0 3px rgba(32, 178, 170, 0.1);\n        }\n\n        .checkbox-group {\n            background: #fff3cd;\n            border: 2px solid #ffeaa7;\n            border-radius: 10px;\n            padding: 20px;\n            margin-bottom: 25px;\n        }\n\n        .checkbox-group label {\n            display: flex;\n            align-items: flex-start;\n            gap: 10px;\n            font-size: 0.9rem;\n            color: #333;\n            cursor: pointer;\n        }\n\n        .checkbox-group input[type=\"checkbox\"] {\n            margin-top: 2px;\n        }\n\n        .submit-button {\n            width: 100%;\n            background: linear-gradient(135deg, #FF9900 0%, #FF6600 100%);\n            color: white;\n            padding: 18px;\n            border: none;\n            border-radius: 50px;\n            font-size: 1.1rem;\n            font-weight: bold;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 8px 25px rgba(255, 153, 0, 0.3);\n        }\n\n        .submit-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 12px 35px rgba(255, 153, 0, 0.4);\n        }\n\n        .submit-button:disabled {\n            opacity: 0.7;\n            cursor: not-allowed;\n            transform: none;\n        }\n\n        .form-footer {\n            text-align: center;\n            margin-top: 20px;\n            font-size: 0.9rem;\n            color: #666;\n        }\n\n        .form-footer p {\n            margin-bottom: 5px;\n        }\n\n        \/* Trust Section *\/\n        .trust-section {\n            padding: 80px 0;\n            background: #f8f9fa;\n        }\n\n        .trust-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin-bottom: 50px;\n        }\n\n        .trust-item {\n            background: white;\n            padding: 30px;\n            border-radius: 15px;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            transition: transform 0.3s ease;\n        }\n\n        .trust-item:hover {\n            transform: translateY(-5px);\n        }\n\n        .trust-icon {\n            width: 48px;\n            height: 48px;\n            color: #20B2AA;\n            margin: 0 auto 20px;\n        }\n\n        .trust-item h3 {\n            font-size: 1.1rem;\n            margin-bottom: 10px;\n            color: #333;\n        }\n\n        .trust-item p {\n            color: #666;\n            font-size: 0.9rem;\n        }\n\n        .final-testimonial {\n            background: white;\n            padding: 30px;\n            border-radius: 15px;\n            text-align: center;\n            max-width: 600px;\n            margin: 0 auto;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* Final CTA Section *\/\n        .final-cta-section {\n            padding: 80px 0;\n            background: linear-gradient(135deg, #20B2AA 0%, #008B8B 100%);\n            color: white;\n            text-align: center;\n        }\n\n        .final-cta-section h2 {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n        }\n\n        .final-cta-section p {\n            font-size: 1.2rem;\n            margin-bottom: 40px;\n        }\n\n        .offer-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin-bottom: 40px;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .offer-item {\n            background: rgba(255, 255, 255, 0.1);\n            padding: 30px;\n            border-radius: 15px;\n            backdrop-filter: blur(10px);\n        }\n\n        .offer-icon {\n            width: 48px;\n            height: 48px;\n            color: #FFD700;\n            margin: 0 auto 20px;\n        }\n\n        .offer-item h3 {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n        }\n\n        .offer-item p {\n            font-size: 0.9rem;\n            opacity: 0.9;\n        }\n\n        .final-features {\n            display: flex;\n            justify-content: center;\n            gap: 40px;\n            margin-top: 30px;\n            flex-wrap: wrap;\n        }\n\n        .feature-item {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            font-size: 0.9rem;\n        }\n\n        .feature-check {\n            color: #28a745;\n            font-weight: bold;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .hero-content {\n                grid-template-columns: 1fr;\n                text-align: center;\n            }\n\n            .hero-text h1 {\n                font-size: 2.5rem;\n            }\n\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .countdown-display {\n                gap: 15px;\n            }\n\n            .time-number {\n                font-size: 1.5rem;\n            }\n\n            .section-title {\n                font-size: 2rem;\n            }\n\n            .value-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .benefits-cards {\n                grid-template-columns: 1fr;\n            }\n\n            .trust-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .offer-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .final-features {\n                flex-direction: column;\n                align-items: center;\n                gap: 15px;\n            }\n\n            .final-cta-section h2 {\n                font-size: 2rem;\n            }\n        }\n\n        \/* Loading Animation *\/\n        .loading-spinner {\n            display: inline-block;\n            width: 20px;\n            height: 20px;\n            border: 2px solid #ffffff;\n            border-radius: 50%;\n            border-top-color: transparent;\n            animation: spin 1s linear infinite;\n            margin-right: 10px;\n        }\n\n        @keyframes spin {\n            to { transform: rotate(360deg); }\n        }\n\n        \/* Smooth scrolling *\/\n        html {\n            scroll-behavior: smooth;\n        }\n\n        \/* Focus styles for accessibility *\/\n        button:focus,\n        input:focus,\n        .cta-button:focus {\n            outline: 2px solid #FFD700;\n            outline-offset: 2px;\n        }\n    <\/style>\n\n\n\n<section class=\"hero-section\">\n        <div class=\"container\">\n            <div class=\"hero-content\">\n                <div class=\"hero-text\">\n                    <h1>\ud83c\udf81 JOIN EMPRESO &amp; WIN \u00a3100 AMAZON VOUCHER \ud83c\udf81<\/h1>\n                    <p class=\"subtitle\">Become an Associate + Enter Monthly Draw<\/p>\n                    \n                    <div class=\"benefits-grid\">\n                        <div class=\"benefit-item\">\n                            <svg class=\"benefit-icon\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M7 14l3-3 3 3 5-5-1.5-1.5L12 12l-3-3-3 3L7 14z\"><\/path>\n                            <\/svg>\n                            <span>Earn \u00a3250+ Monthly<\/span>\n                        <\/div>\n                        <div class=\"benefit-item\">\n                            <svg class=\"benefit-icon\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path>\n                            <\/svg>\n                            <span>FREE Training<\/span>\n                        <\/div>\n                        <div class=\"benefit-item\">\n                            <svg class=\"benefit-icon\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"><\/path>\n                            <\/svg>\n                            <span>Property Opportunities<\/span>\n                        <\/div>\n                        <div class=\"benefit-item\">\n                            <svg class=\"benefit-icon\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <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\"><\/path>\n                            <\/svg>\n                            <span>Monthly \u00a3100 Draw<\/span>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"testimonial-box\">\n                        <p style=\"font-style: italic;\">&#8220;I earn \u00a3400+ monthly as an Empreso associate&#8221;<\/p>\n                        <p style=\"font-size: 0.9rem; opacity: 0.75;\">&#8211; Sarah M., London<\/p>\n                    <\/div>\n\n                    <a href=\"#signup-form\" class=\"cta-button\">JOIN &amp; ENTER DRAW \ud83c\udfaf<\/a>\n                <\/div>\n\n                <figure><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAwIiBoZWlnaHQ9IjQwMCIgdmlld0JveD0iMCAwIDYwMCA0MDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSI2MDAiIGhlaWdodD0iNDAwIiBmaWxsPSIjZjBmOWZmIiByeD0iMjAiLz4KPHN2ZyB4PSIyNTAiIHk9IjE1MCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzIwQjJBQSI+CjxwYXRoIGQ9Ik0xMiAyQzYuNDggMiAyIDYuNDggMiAxMnM0LjQ4IDEwIDEwIDEwIDEwLTQuNDggMTAtMTBTMTcuNTIgMiAxMiAyem0tMiAxNWwtNS01IDEuNDEtMS40MUwxMCAxNC4xN2w3LjU5LTcuNTlMMTkgOGwtOSA5eiIvPgo8L3N2Zz4KPHR5cGUgeD0iMjAwIiB5PSIzMDAiIGZvbnQtZmFtaWx5PSJBcmlhbCwgc2Fucy1zZXJpZiIgZm9udC1zaXplPSIyNCIgZm9udC13ZWlnaHQ9ImJvbGQiIGZpbGw9IiMyMEIyQUEiPkpvaW4gRW1wcmVzbyBhcyBBc3NvY2lhdGU8L3RleHQ+Cjx0ZXh0IHg9IjI1MCIgeT0iMzMwIiBmb250LWZhbWlseT0iQXJpYWwsIHNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iMTgiIGZpbGw9IiM2NjYiPldpbiDCozEwMCBBbWF6b24gVm91Y2hlcjwvdGV4dD4KPC9zdmc+\" alt=\"Join Empreso as Associate\"><\/figure><div class=\"hero-image\">\n                    \n                <\/div>\n            <\/div>\n\n            <!-- Countdown Timer -->\n            <div class=\"countdown-banner\">\n                <div style=\"display: flex; align-items: center; justify-content: center; gap: 15px; margin-bottom: 10px;\">\n                    <svg width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <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.67V7z\"><\/path>\n                    <\/svg>\n                    <span style=\"font-weight: bold;\">Draw closes in:<\/span>\n                <\/div>\n                <div class=\"countdown-display\">\n                    <div class=\"time-unit\">\n                        <span class=\"time-number\" id=\"days\">15<\/span>\n                        <span class=\"time-label\">Days<\/span>\n                    <\/div>\n                    <div class=\"time-unit\">\n                        <span class=\"time-number\" id=\"hours\">08<\/span>\n                        <span class=\"time-label\">Hours<\/span>\n                    <\/div>\n                    <div class=\"time-unit\">\n                        <span class=\"time-number\" id=\"minutes\">42<\/span>\n                        <span class=\"time-label\">Minutes<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n\n\n<section class=\"value-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">\ud83d\ude80 WHY BECOME AN EMPRESO ASSOCIATE?<\/h2>\n            \n            <div class=\"value-grid\">\n                <div class=\"value-item\">\n                    <div class=\"value-icon earn\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\">\n                            <path d=\"M7 14l3-3 3 3 5-5-1.5-1.5L12 12l-3-3-3 3L7 14z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3>EARN MONEY<\/h3>\n                    <p>Average associates earn \u00a3250+ monthly through referrals<\/p>\n                <\/div>\n\n                <div class=\"value-item\">\n                    <div class=\"value-icon property\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\">\n                            <path d=\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3>PROPERTY ACCESS<\/h3>\n                    <p>Exclusive property investment deals and opportunities<\/p>\n                <\/div>\n\n                <div class=\"value-item\">\n                    <div class=\"value-icon training\">\n                        <svg fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\">\n                            <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3>TRAINING<\/h3>\n                    <p>FREE comprehensive training and support<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"highlight-text\">\n                PLUS: Monthly \u00a3100 Amazon voucher draw for all associates!\n            <\/div>\n        <\/div>\n    <\/section>\n\n\n\n<section class=\"benefits-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">\ud83c\udf81 YOUR ASSOCIATE BENEFITS PACKAGE<\/h2>\n            \n            <figure><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iODAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDgwMCA1MDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSI4MDAiIGhlaWdodD0iNTAwIiBmaWxsPSIjZjBmOWZmIiByeD0iMjAiLz4KPHR5cGUgeD0iMzAwIiB5PSI1MCIgZm9udC1mYW1pbHk9IkFyaWFsLCBzYW5zLXNlcmlmIiBmb250LXNpemU9IjI4IiBmb250LXdlaWdodD0iYm9sZCIgZmlsbD0iIzIwQjJBQSI+RU1QUkVTTzwvdGV4dD4KPHR5cGUgeD0iMjUwIiB5PSI5MCIgZm9udC1mYW1pbHk9IkFyaWFsLCBzYW5zLXNlcmlmIiBmb250LXNpemU9IjI0IiBmb250LXdlaWdodD0iYm9sZCIgZmlsbD0iIzMzMyI+QVNTT0NJQVRFIEJFTEVGSVRTIEFBQ0tBR0U8L3RleHQ+Cgo8IS0tIEJlbmVmaXRzIEdyaWQgLS0+CjxyZWN0IHg9IjEwMCIgeT0iMTUwIiB3aWR0aD0iMTgwIiBoZWlnaHQ9IjEyMCIgZmlsbD0iI2ZmZiIgcng9IjEwIiBzdHJva2U9IiNlMGUwZTAiIHN0cm9rZS13aWR0aD0iMiIvPgo8c3ZnIHg9IjE2MCIgeT0iMTcwIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzIwQjJBQSI+CjxwYXRoIGQ9Ik0xMiAybDMuMDkgNi4yNkwyMiA5LjI3bC01IDQuODcgMS4xOCA2Ljg4TDEyIDE3Ljc3bC02LjE4IDMuMjVMNyAxNC4xNCAyIDkuMjdsNi45MS0xLjAxTDEyIDJ6Ii8+Cjwvc3ZnPgo8dGV4dCB4PSIxOTAiIHk9IjIzNSIgZm9udC1mYW1pbHk9IkFyaWFsLCBzYW5zLXNlcmlmIiBmb250LXNpemU9IjE0IiBmb250LXdlaWdodD0iYm9sZCIgZmlsbD0iIzMzMyIgdGV4dC1hbmNob3I9Im1pZGRsZSI+VHJhaW5pbmcgbWF0ZXJpYWxzPC90ZXh0PgoKPHJlY3QgeD0iMzEwIiB5PSIxNTAiIHdpZHRoPSIxODAiIGhlaWdodD0iMTIwIiBmaWxsPSIjZmZmIiByeD0iMTAiIHN0cm9rZT0iI2UwZTBlMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxzdmcgeD0iMzcwIiB5PSIxNzAiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSIjMjBCMkFBIj4KPHBhdGggZD0iTTEwIDIwdi02aDR2Nmg1di04aDNMMTIgMyAyIDEyaDN2OHoiLz4KPC9zdmc+Cjx0ZXh0IHg9IjQwMCIgeT0iMjM1IiBmb250LWZhbWlseT0iQXJpYWwsIHNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iMTQiIGZvbnQtd2VpZ2h0PSJib2xkIiBmaWxsPSIjMzMzIiB0ZXh0LWFuY2hvcj0ibWlkZGxlIj5Qcm9wZXJ0eSBkZWFsczwvdGV4dD4KCjxyZWN0IHg9IjUyMCIgeT0iMTUwIiB3aWR0aD0iMTgwIiBoZWlnaHQ9IjEyMCIgZmlsbD0iI2ZmZiIgcng9IjEwIiBzdHJva2U9IiNlMGUwZTAiIHN0cm9rZS13aWR0aD0iMiIvPgo8c3ZnIHg9IjU4MCIgeT0iMTcwIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzIwQjJBQSI+CjxwYXRoIGQ9Ik0xNiAxMWMxLjY2IDAgMi45OS0xLjM0IDIuOTktM1MxNy42NiA1IDE2IDVjLTEuNjYgMC0zIDEuMzQtMyAzczEuMzQgMyAzIDN6bS04IDBjMS42NiAwIDIuOTktMS4zNCAyLjk5LTNTOS42NiA1IDggNWMtMS42NiAwLTMgMS4zNC0zIDNzMS4zNCAzIDMgM3ptMCA3YzEuNjYgMCAyLjk5LTEuMzQgMi45OS0zUzkuNjYgMTIgOCAxMmMtMS42NiAwLTMgMS4zNC0zIDNzMS4zNCAzIDMgM3ptOCAwYzEuNjYgMCAyLjk5LTEuMzQgMi45OS0zUzE3LjY2IDEyIDE2IDEyYy0xLjY2IDAtMyAxLjM0LTMgM3MxLjM0IDMgMyAzeiIvPgo8L3N2Zz4KPHRleHQgeD0iNjEwIiB5PSIyMzUiIGZvbnQtZmFtaWx5PSJBcmlhbCwgc2Fucy1zZXJpZiIgZm9udC1zaXplPSIxNCIgZm9udC13ZWlnaHQ9ImJvbGQiIGZpbGw9IiMzMzMiIHRleHQtYW5jaG9yPSJtaWRkbGUiPlJlZmVycmFsIHN5c3RlbTwvdGV4dD4KCjwhLS0gU2Vjb25kIFJvdyAtLT4KPHJlY3QgeD0iMTAwIiB5PSIzMDAiIHdpZHRoPSIxODAiIGhlaWdodD0iMTIwIiBmaWxsPSIjZmZmIiByeD0iMTAiIHN0cm9rZT0iI2UwZTBlMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxzdmcgeD0iMTYwIiB5PSIzMjAiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSIjRkY5OTAwIj4KPHBhdGggZD0iTTEyIDJDNi40OCAyIDIgNi40OCAyIDEyczQuNDggMTAgMTAgMTAgMTAtNC40OCAxMC0xMFMxNy41MiAyIDEyIDJ6bS0yIDE1bC01LTUgMS40MS0xLjQxTDEwIDE0LjE3bDcuNTktNy41OUwxOSA4bC05IDl6Ii8+Cjwvc3ZnPgo8dGV4dCB4PSIxOTAiIHk9IjM4NSIgZm9udC1mYW1pbHk9IkFyaWFsLCBzYW5zLXNlcmlmIiBmb250LXNpemU9IjE0IiBmb250LXdlaWdodD0iYm9sZCIgZmlsbD0iIzMzMyIgdGV4dC1hbmNob3I9Im1pZGRsZSI+QW1hem9uIHZvdWNoZXIgZHJhdzwvdGV4dD4KCjxyZWN0IHg9IjMxMCIgeT0iMzAwIiB3aWR0aD0iMTgwIiBoZWlnaHQ9IjEyMCIgZmlsbD0iI2ZmZiIgcng9IjEwIiBzdHJva2U9IiNlMGUwZTAiIHN0cm9rZS13aWR0aD0iMiIvPgo8c3ZnIHg9IjM3MCIgeT0iMzIwIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzIwQjJBQSI+CjxwYXRoIGQ9Ik0xMiAyQzYuNDggMiAyIDYuNDggMiAxMnM0LjQ4IDEwIDEwIDEwIDEwLTQuNDggMTAtMTBTMTcuNTIgMiAxMiAyem0tMiAxNWwtNS01IDEuNDEtMS40MUwxMCAxNC4xN2w3LjU5LTcuNTlMMTkgOGwtOSA5eiIvPgo8L3N2Zz4KPHRleHQgeD0iNDAwIiB5PSIzODUiIGZvbnQtZmFtaWx5PSJBcmlhbCwgc2Fucy1zZXJpZiIgZm9udC1zaXplPSIxNCIgZm9udC13ZWlnaHQ9ImJvbGQiIGZpbGw9IiMzMzMiIHRleHQtYW5jaG9yPSJtaWRkbGUiPjI0Lzcgc3VwcG9ydDwvdGV4dD4KCjxyZWN0IHg9IjUyMCIgeT0iMzAwIiB3aWR0aD0iMTgwIiBoZWlnaHQ9IjEyMCIgZmlsbD0iI2ZmZiIgcng9IjEwIiBzdHJva2U9IiNlMGUwZTAiIHN0cm9rZS13aWR0aD0iMiIvPgo8c3ZnIHg9IjU4MCIgeT0iMzIwIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI0ZGRDcwMCI+CjxwYXRoIGQ9Ik0xMiAybDMuMDkgNi4yNkwyMiA5LjI3bC01IDQuODcgMS4xOCA2Ljg4TDEyIDE3Ljc3bC02LjE4IDMuMjVMNyAxNC4xNCAyIDkuMjdsNi45MS0xLjAxTDEyIDJ6Ii8+Cjwvc3ZnPgo8dGV4dCB4PSI2MTAiIHk9IjM4NSIgZm9udC1mYW1pbHk9IkFyaWFsLCBzYW5zLXNlcmlmIiBmb250LXNpemU9IjE0IiBmb250LXdlaWdodD0iYm9sZCIgZmlsbD0iIzMzMyIgdGV4dC1hbmNob3I9Im1pZGRsZSI+UGVyZm9ybWFuY2UgYm9udXNlczwvdGV4dD4KCjwhLS0gVmFsdWUgQmFubmVyIC0tPgo8cmVjdCB4PSIxNTAiIHk9IjQ1MCIgd2lkdGg9IjUwMCIgaGVpZ2h0PSI0MCIgZmlsbD0iIzIwQjJBQSIgcng9IjIwIi8+Cjx0ZXh0IHg9IjQwMCIgeT0iNDc1IiBmb250LWZhbWlseT0iQXJpYWwsIHNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iMTgiIGZvbnQtd2VpZ2h0PSJib2xkIiBmaWxsPSIjZmZmIiB0ZXh0LWFuY2hvcj0ibWlkZGxlIj5UT1RBTCBWQUxVRTogwqMyLDAwMCsgfCBZT1VSIENPU1Q6IMKjMDwvdGV4dD4KPC9zdmc+\" alt=\"Associate Benefits Package\"><\/figure><div class=\"benefits-image\">\n                \n            <\/div>\n\n            <div class=\"benefits-cards\">\n                <div class=\"benefit-card\">\n                    <svg class=\"benefit-card-icon\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path>\n                    <\/svg>\n                    <h3>Training materials<\/h3>\n                    <p>Comprehensive training worth \u00a3500<\/p>\n                <\/div>\n\n                <div class=\"benefit-card\">\n                    <svg class=\"benefit-card-icon\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path d=\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"><\/path>\n                    <\/svg>\n                    <h3>Property deals<\/h3>\n                    <p>Exclusive investment opportunities<\/p>\n                <\/div>\n\n                <div class=\"benefit-card\">\n                    <svg class=\"benefit-card-icon\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <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 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm0 7c1.66 0 2.99-1.34 2.99-3S9.66 12 8 12c-1.66 0-3 1.34-3 3s1.34 3 3 3zm8 0c1.66 0 2.99-1.34 2.99-3S17.66 12 16 12c-1.66 0-3 1.34-3 3s1.34 3 3 3z\"><\/path>\n                    <\/svg>\n                    <h3>Referral system<\/h3>\n                    <p>Proven earning potential<\/p>\n                <\/div>\n\n                <div class=\"benefit-card\">\n                    <svg class=\"benefit-card-icon\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <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\"><\/path>\n                    <\/svg>\n                    <h3>Amazon voucher draw<\/h3>\n                    <p>Monthly \u00a3100 prize draw<\/p>\n                <\/div>\n\n                <div class=\"benefit-card\">\n                    <svg class=\"benefit-card-icon\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <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.67V7z\"><\/path>\n                    <\/svg>\n                    <h3>24\/7 support<\/h3>\n                    <p>Expert guidance available<\/p>\n                <\/div>\n\n                <div class=\"benefit-card\">\n                    <svg class=\"benefit-card-icon\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path>\n                    <\/svg>\n                    <h3>Performance bonuses<\/h3>\n                    <p>Monthly incentives and rewards<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"value-banner\">\n                <h3>TOTAL VALUE: \u00a32,000+ | YOUR COST: \u00a30<\/h3>\n                <p>Everything you need to succeed as an Empreso associate<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n\n\n<section class=\"success-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">\ud83c\udf1f ASSOCIATE SUCCESS STORIES<\/h2>\n            \n            <figure><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iODAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDgwMCA1MDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSI4MDAiIGhlaWdodD0iNTAwIiBmaWxsPSIjZjBmOWZmIiByeD0iMjAiLz4KPHR5cGUgeD0iMjUwIiB5PSI1MCIgZm9udC1mYW1pbHk9IkFyaWFsLCBzYW5zLXNlcmlmIiBmb250LXNpemU9IjI4IiBmb250LXdlaWdodD0iYm9sZCIgZmlsbD0iIzIwQjJBQSI+U3VjY2Vzc2Z1bCBFbXByZXNvIEFzc29jaWF0ZXM8L3RleHQ+Cgo8IS0tIFN1Y2Nlc3MgU3RvcmllcyAtLT4KPGNpcmNsZSBjeD0iMjAwIiBjeT0iMjAwIiByPSI2MCIgZmlsbD0iIzIwQjJBQSIvPgo8dGV4dCB4PSIyMDAiIHk9IjIwNSIgZm9udC1mYW1pbHk9IkFyaWFsLCBzYW5zLXNlcmlmIiBmb250LXNpemU9IjE0IiBmb250LXdlaWdodD0iYm9sZCIgZmlsbD0iI2ZmZiIgdGV4dC1hbmNob3I9Im1pZGRsZSI+S2VsbHkgUy48L3RleHQ+Cjx0ZXh0IHg9IjIwMCIgeT0iMjgwIiBmb250LWZhbWlseT0iQXJpYWwsIHNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iMTYiIGZvbnQtd2VpZ2h0PSJib2xkIiBmaWxsPSIjMzMzIiB0ZXh0LWFuY2hvcj0ibWlkZGxlIj5Mb25kb248L3RleHQ+CjxyZWN0IHg9IjE0MCIgeT0iMzAwIiB3aWR0aD0iMTIwIiBoZWlnaHQ9IjQwIiBmaWxsPSIjMjhhNzQ1IiByeD0iMjAiLz4KPHRleHQgeD0iMjAwIiB5PSIzMjUiIGZvbnQtZmFtaWx5PSJBcmlhbCwgc2Fucy1zZXJpZiIgZm9udC1zaXplPSIxOCIgZm9udC13ZWlnaHQ9ImJvbGQiIGZpbGw9IiNmZmYiIHRleHQtYW5jaG9yPSJtaWRkbGUiPsKjNDAwKzwvdGV4dD4KCjxjaXJjbGUgY3g9IjQwMCIgY3k9IjIwMCIgcj0iNjAiIGZpbGw9IiMyMEIyQUEiLz4KPHRleHQgeD0iNDAwIiB5PSIyMDUiIGZvbnQtZmFtaWx5PSJBcmlhbCwgc2Fucy1zZXJpZiIgZm9udC1zaXplPSIxNCIgZm9udC13ZWlnaHQ9ImJvbGQiIGZpbGw9IiNmZmYiIHRleHQtYW5jaG9yPSJtaWRkbGUiPlNoYWggUC48L3RleHQ+Cjx0ZXh0IHg9IjQwMCIgeT0iMjgwIiBmb250LWZhbWlseT0iQXJpYWwsIHNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iMTYiIGZvbnQtd2VpZ2h0PSJib2xkIiBmaWxsPSIjMzMzIiB0ZXh0LWFuY2hvcj0ibWlkZGxlIj5NYW5jaGVzdGVyPC90ZXh0Pgo8cmVjdCB4PSIzNDAiIHk9IjMwMCIgd2lkdGg9IjEyMCIgaGVpZ2h0PSI0MCIgZmlsbD0iIzI4YTc0NSIgcng9IjIwIi8+Cjx0ZXh0IHg9IjQwMCIgeT0iMzI1IiBmb250LWZhbWlseT0iQXJpYWwsIHNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iMTgiIGZvbnQtd2VpZ2h0PSJib2xkIiBmaWxsPSIjZmZmIiB0ZXh0LWFuY2hvcj0ibWlkZGxlIj7CozMyMCs8L3RleHQ+Cgo8Y2lyY2xlIGN4PSI2MDAiIGN5PSIyMDAiIHI9IjYwIiBmaWxsPSIjMjBCMkFBIi8+Cjx0ZXh0IHg9IjYwMCIgeT0iMjA1IiBmb250LWZhbWlseT0iQXJpYWwsIHNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iMTQiIGZvbnQtd2VpZ2h0PSJib2xkIiBmaWxsPSIjZmZmIiB0ZXh0LWFuY2hvcj0ibWlkZGxlIj5NZWdhbiBELjwvdGV4dD4KPHRleHQgeD0iNjAwIiB5PSIyODAiIGZvbnQtZmFtaWx5PSJBcmlhbCwgc2Fucy1zZXJpZiIgZm9udC1zaXplPSIxNiIgZm9udC13ZWlnaHQ9ImJvbGQiIGZpbGw9IiMzMzMiIHRleHQtYW5jaG9yPSJtaWRkbGUiPkJpcm1pbmdoYW08L3RleHQ+CjxyZWN0IHg9IjU0MCIgeT0iMzAwIiB3aWR0aD0iMTIwIiBoZWlnaHQ9IjQwIiBmaWxsPSIjMjhhNzQ1IiByeD0iMjAiLz4KPHRleHQgeD0iNjAwIiB5PSIzMjUiIGZvbnQtZmFtaWx5PSJBcmlhbCwgc2Fucy1zZXJpZiIgZm9udC1zaXplPSIxOCIgZm9udC13ZWlnaHQ9ImJvbGQiIGZpbGw9IiNmZmYiIHRleHQtYW5jaG9yPSJtaWRkbGUiPsKjMjgwKzwvdGV4dD4KCjwhLS0gU3RhcnMgLS0+Cjx0ZXh0IHg9IjIwMCIgeT0iMzgwIiBmb250LWZhbWlseT0iQXJpYWwsIHNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iMjAiIGZpbGw9IiNGRkQ3MDAiIHRleHQtYW5jaG9yPSJtaWRkbGUiPuKYheKYheKYheKYheKYhTwvdGV4dD4KPHR5cGUgeD0iNDAwIiB5PSIzODAiIGZvbnQtZmFtaWx5PSJBcmlhbCwgc2Fucy1zZXJpZiIgZm9udC1zaXplPSIyMCIgZmlsbD0iI0ZGRDcwMCIgdGV4dC1hbmNob3I9Im1pZGRsZSI+4piF4piF4piF4piF4piFPC90ZXh0Pgo8dGV4dCB4PSI2MDAiIHk9IjM4MCIgZm9udC1mYW1pbHk9IkFyaWFsLCBzYW5zLXNlcmlmIiBmb250LXNpemU9IjIwIiBmaWxsPSIjRkZENzAwIiB0ZXh0LWFuY2hvcj0ibWlkZGxlIj7iiIXiiIXiiIXiiIXiiIU8L3RleHQ+Cgo8dGV4dCB4PSI0MDAiIHk9IjQ1MCIgZm9udC1mYW1pbHk9IkFyaWFsLCBzYW5zLXNlcmlmIiBmb250LXNpemU9IjE2IiBmaWxsPSIjNjY2IiB0ZXh0LWFuY2hvcj0ibWlkZGxlIj5Nb250aGx5IGVhcm5pbmdzIGZyb20gRW1wcmVzbyBhc3NvY2lhdGUgcHJvZ3JhbTwvdGV4dD4KPC9zdmc+\" alt=\"Successful Empreso Associates\"><\/figure><div class=\"success-image\">\n                \n            <\/div>\n\n            <div class=\"testimonial-carousel\">\n                <div class=\"testimonial-card active\" data-testimonial=\"0\">\n                    <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n                    <p class=\"testimonial-quote\">&#8220;I&#8217;ve earned \u00a32,400 in referral income and won the Amazon voucher twice! Best decision I ever made.&#8221;<\/p>\n                    <div class=\"testimonial-author\">\n                        <div class=\"author-info\">\n                            <h4>Sarah M.<\/h4>\n                            <p>London<\/p>\n                        <\/div>\n                        <div class=\"earnings-badge\">\u00a3400+ monthly<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"testimonial-card\" data-testimonial=\"1\">\n                    <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n                    <p class=\"testimonial-quote\">&#8220;The training was excellent and I&#8217;m now earning more than my part-time job. Plus the monthly draws are fun!&#8221;<\/p>\n                    <div class=\"testimonial-author\">\n                        <div class=\"author-info\">\n                            <h4>James K.<\/h4>\n                            <p>Manchester<\/p>\n                        <\/div>\n                        <div class=\"earnings-badge\">\u00a3320+ monthly<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"testimonial-card\" data-testimonial=\"2\">\n                    <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n                    <p class=\"testimonial-quote\">&#8220;Started while between jobs, now it&#8217;s my main income. The Amazon vouchers are a nice bonus too!&#8221;<\/p>\n                    <div class=\"testimonial-author\">\n                        <div class=\"author-info\">\n                            <h4>Aisha T.<\/h4>\n                            <p>Birmingham<\/p>\n                        <\/div>\n                        <div class=\"earnings-badge\">\u00a3280+ monthly<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"carousel-dots\">\n                    <span class=\"dot active\" onclick=\"showTestimonial(0)\"><\/span>\n                    <span class=\"dot\" onclick=\"showTestimonial(1)\"><\/span>\n                    <span class=\"dot\" onclick=\"showTestimonial(2)\"><\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n\n\n<section class=\"form-section\" id=\"signup-form\">\n        <div class=\"container\">\n            <div class=\"form-container\">\n                <div class=\"form-card\">\n                    <div class=\"form-header\">\n                        <h2>\ud83d\ude80 Become an Associate &amp; Enter Draw<\/h2>\n                        <p>Join 5,000+ successful members<\/p>\n                    <\/div>\n\n                    <!-- Empreso Form Script -->\n                    <script src=\"https:\/\/network.empreso.co\/frm\/2uyHahh5objEbD2VV.js\"><\/script>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n\n\n<section class=\"trust-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">\ud83d\udee1\ufe0f TRUSTED &amp; REGULATED<\/h2>\n            \n            <div class=\"trust-grid\">\n                <div class=\"trust-item\">\n                    <svg class=\"trust-icon\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z\"><\/path>\n                    <\/svg>\n                    <h3>FCA Regulated<\/h3>\n                    <p>Authorized financial services<\/p>\n                <\/div>\n\n                <div class=\"trust-item\">\n                    <svg class=\"trust-icon\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z\"><\/path>\n                    <\/svg>\n                    <h3>SSL Secure<\/h3>\n                    <p>Bank-level encryption<\/p>\n                <\/div>\n\n                <div class=\"trust-item\">\n                    <svg class=\"trust-icon\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"><\/path>\n                    <\/svg>\n                    <h3>UK Based<\/h3>\n                    <p>Registered in England<\/p>\n                <\/div>\n\n                <div class=\"trust-item\">\n                    <svg class=\"trust-icon\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z\"><\/path>\n                    <\/svg>\n                    <h3>GDPR Compliant<\/h3>\n                    <p>Data protection guaranteed<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"final-testimonial\">\n                <p style=\"font-size: 1.1rem; font-style: italic; color: #333; margin-bottom: 15px;\">\n                    &#8220;Empreso has transformed my financial future. The training is world-class and the support is incredible.&#8221;\n                <\/p>\n                <p style=\"font-weight: bold; color: #20B2AA;\">&#8211; Michael R., Associate since 2022<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n\n\n<section class=\"final-cta-section\">\n        <div class=\"container\">\n            <h2>\u23f0 LIMITED TIME OFFER!<\/h2>\n            <p>Join as an associate this month and get:<\/p>\n            \n            <div class=\"offer-grid\">\n                <div class=\"offer-item\">\n                    <svg class=\"offer-icon\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <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\"><\/path>\n                    <\/svg>\n                    <h3>FREE \u00a3150 Review<\/h3>\n                    <p>Clarity to Prosperity consultation<\/p>\n                <\/div>\n\n                <div class=\"offer-item\">\n                    <svg class=\"offer-icon\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path>\n                    <\/svg>\n                    <h3>December Draw Entry<\/h3>\n                    <p>Automatic \u00a3100 voucher entry<\/p>\n                <\/div>\n\n                <div class=\"offer-item\">\n                    <svg class=\"offer-icon\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path>\n                    <\/svg>\n                    <h3>Bonus Training<\/h3>\n                    <p>&#8220;10 Ways to Earn Your First \u00a3100&#8221;<\/p>\n                <\/div>\n            <\/div>\n\n            <a href=\"#signup-form\" class=\"cta-button\" style=\"font-size: 1.3rem; padding: 20px 50px;\">\n                BECOME AN ASSOCIATE &amp; ENTER DRAW \ud83d\ude80\n            <\/a>\n\n            <div class=\"final-features\">\n                <div class=\"feature-item\">\n                    <span class=\"feature-check\">\u2713<\/span>\n                    <span>100% FREE to join<\/span>\n                <\/div>\n                <div class=\"feature-item\">\n                    <span class=\"feature-check\">\u2713<\/span>\n                    <span>Start earning today<\/span>\n                <\/div>\n                <div class=\"feature-item\">\n                    <span class=\"feature-check\">\u2713<\/span>\n                    <span>No hidden costs<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n\n\n<script>\n        \/\/ Countdown Timer\n        function updateCountdown() {\n            const now = new Date().getTime();\n            const endOfMonth = new Date();\n            endOfMonth.setMonth(endOfMonth.getMonth() + 1);\n            endOfMonth.setDate(0);\n            endOfMonth.setHours(23, 59, 59, 999);\n            \n            const distance = endOfMonth - now;\n            \n            if (distance > 0) {\n                const days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\n                const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n                const minutes = Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60));\n                \n                document.getElementById('days').textContent = days.toString().padStart(2, '0');\n                document.getElementById('hours').textContent = hours.toString().padStart(2, '0');\n                document.getElementById('minutes').textContent = minutes.toString().padStart(2, '0');\n            }\n        }\n\n        \/\/ Update countdown every minute\n        updateCountdown();\n        setInterval(updateCountdown, 60000);\n\n        \/\/ Testimonial Carousel\n        let currentTestimonial = 0;\n        const testimonials = document.querySelectorAll('.testimonial-card');\n        const dots = document.querySelectorAll('.dot');\n\n        function showTestimonial(index) {\n            \/\/ Hide all testimonials\n            testimonials.forEach(testimonial => {\n                testimonial.classList.remove('active');\n            });\n            \n            \/\/ Remove active class from all dots\n            dots.forEach(dot => {\n                dot.classList.remove('active');\n            });\n            \n            \/\/ Show selected testimonial\n            testimonials[index].classList.add('active');\n            dots[index].classList.add('active');\n            \n            currentTestimonial = index;\n        }\n\n        \/\/ Auto-rotate testimonials\n        setInterval(() => {\n            const nextIndex = (currentTestimonial + 1) % testimonials.length;\n            showTestimonial(nextIndex);\n        }, 5000);\n\n        \/\/ Smooth scrolling for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            });\n        });\n\n        \/\/ Add entrance animations on scroll\n        const observerOptions = {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        };\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.style.opacity = '1';\n                    entry.target.style.transform = 'translateY(0)';\n                }\n            });\n        }, observerOptions);\n\n        \/\/ Observe sections for animations\n        document.querySelectorAll('section').forEach(section => {\n            section.style.opacity = '0';\n            section.style.transform = 'translateY(30px)';\n            section.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            observer.observe(section);\n        });\n\n        \/\/ Initialize first section as visible\n        document.querySelector('.hero-section').style.opacity = '1';\n        document.querySelector('.hero-section').style.transform = 'translateY(0)';\n    <\/script>\n<div class=\"gsp_post_data\" data-post_type=\"page\" data-cat=\"\" data-modified=\"120\" data-title=\"Join Empreso\" data-home=\"https:\/\/www.empreso.co.uk\"><\/div>","protected":false},"excerpt":{"rendered":"<p>\ud83c\udf81 JOIN EMPRESO &amp; WIN \u00a3100 AMAZON VOUCHER \ud83c\udf81 Become an Associate + Enter Monthly Draw Earn \u00a3250+ Monthly FREE Training Property Opportunities Monthly \u00a3100 Draw &#8220;I earn \u00a3400+ monthly as an Empreso associate&#8221; &#8211; Sarah M., London JOIN &amp; ENTER DRAW \ud83c\udfaf Draw closes in: 15 Days 08 Hours 42 Minutes \ud83d\ude80 WHY BECOME [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-328","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Join Empreso - Empreso<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.empreso.co.uk\/?page_id=328\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Join Empreso - Empreso\" \/>\n<meta property=\"og:description\" content=\"\ud83c\udf81 JOIN EMPRESO &amp; WIN \u00a3100 AMAZON VOUCHER \ud83c\udf81 Become an Associate + Enter Monthly Draw Earn \u00a3250+ Monthly FREE Training Property Opportunitie\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.empreso.co.uk\/?page_id=328\" \/>\n<meta property=\"og:site_name\" content=\"Empreso\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/EmpresoNetwork\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-11T08:20:51+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@AlainMbe\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/?page_id=328\",\"url\":\"https:\\\/\\\/www.empreso.co.uk\\\/?page_id=328\",\"name\":\"Join Empreso - Empreso\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/#website\"},\"datePublished\":\"2025-06-22T22:43:40+00:00\",\"dateModified\":\"2025-09-11T08:20:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/?page_id=328#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.empreso.co.uk\\\/?page_id=328\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/?page_id=328#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.empreso.co.uk\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Join Empreso\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/#website\",\"url\":\"https:\\\/\\\/www.empreso.co.uk\\\/\",\"name\":\"Empreso\",\"description\":\"Prosperity Through Property\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.empreso.co.uk\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/#organization\",\"name\":\"Empreso\",\"url\":\"https:\\\/\\\/www.empreso.co.uk\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.empreso.co.uk\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/New_Logo.jpg\",\"contentUrl\":\"https:\\\/\\\/www.empreso.co.uk\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/New_Logo.jpg\",\"width\":1043,\"height\":240,\"caption\":\"Empreso\"},\"image\":{\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/EmpresoNetwork\",\"https:\\\/\\\/x.com\\\/AlainMbe\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/alainmbe\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Join Empreso - Empreso","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.empreso.co.uk\/?page_id=328","og_locale":"en_GB","og_type":"article","og_title":"Join Empreso - Empreso","og_description":"\ud83c\udf81 JOIN EMPRESO &amp; WIN \u00a3100 AMAZON VOUCHER \ud83c\udf81 Become an Associate + Enter Monthly Draw Earn \u00a3250+ Monthly FREE Training Property Opportunitie","og_url":"https:\/\/www.empreso.co.uk\/?page_id=328","og_site_name":"Empreso","article_publisher":"https:\/\/www.facebook.com\/EmpresoNetwork","article_modified_time":"2025-09-11T08:20:51+00:00","twitter_card":"summary_large_image","twitter_site":"@AlainMbe","twitter_misc":{"Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.empreso.co.uk\/?page_id=328","url":"https:\/\/www.empreso.co.uk\/?page_id=328","name":"Join Empreso - Empreso","isPartOf":{"@id":"https:\/\/www.empreso.co.uk\/#website"},"datePublished":"2025-06-22T22:43:40+00:00","dateModified":"2025-09-11T08:20:51+00:00","breadcrumb":{"@id":"https:\/\/www.empreso.co.uk\/?page_id=328#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.empreso.co.uk\/?page_id=328"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.empreso.co.uk\/?page_id=328#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.empreso.co.uk\/"},{"@type":"ListItem","position":2,"name":"Join Empreso"}]},{"@type":"WebSite","@id":"https:\/\/www.empreso.co.uk\/#website","url":"https:\/\/www.empreso.co.uk\/","name":"Empreso","description":"Prosperity Through Property","publisher":{"@id":"https:\/\/www.empreso.co.uk\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.empreso.co.uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.empreso.co.uk\/#organization","name":"Empreso","url":"https:\/\/www.empreso.co.uk\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.empreso.co.uk\/#\/schema\/logo\/image\/","url":"https:\/\/www.empreso.co.uk\/wp-content\/uploads\/2025\/06\/New_Logo.jpg","contentUrl":"https:\/\/www.empreso.co.uk\/wp-content\/uploads\/2025\/06\/New_Logo.jpg","width":1043,"height":240,"caption":"Empreso"},"image":{"@id":"https:\/\/www.empreso.co.uk\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/EmpresoNetwork","https:\/\/x.com\/AlainMbe","https:\/\/www.linkedin.com\/in\/alainmbe\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/328","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=328"}],"version-history":[{"count":6,"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/328\/revisions"}],"predecessor-version":[{"id":335,"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/328\/revisions\/335"}],"wp:attachment":[{"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=328"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}