<!DOCTYPE html>
<html lang="en-GB">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="profile" href="http://gmpg.org/xfn/11">

	<script type="text/javascript" id="lpData">
/* <![CDATA[ */
var lpData = {"site_url":"https:\/\/traders.mba","user_id":"0","theme":"highlight-pro","lp_rest_url":"https:\/\/traders.mba\/wp-json\/","nonce":"100527d645","is_course_archive":"","courses_url":"https:\/\/traders.mba\/courses\/","urlParams":{"ver":"175"},"lp_version":"4.2.9.3","lp_rest_load_ajax":"https:\/\/traders.mba\/wp-json\/lp\/v1\/load_content_via_ajax\/","ajaxUrl":"https:\/\/traders.mba\/wp-admin\/admin-ajax.php","lpAjaxUrl":"https:\/\/traders.mba\/lp-ajax-handle","coverImageRatio":"5.16","toast":{"gravity":"bottom","position":"center","duration":3000,"close":1,"stopOnFocus":1,"classPrefix":"lp-toast"},"i18n":[],"lp_woo_version":"4.1.6"};
/* ]]> */
</script>
<script type="text/javascript" id="lpSettingCourses">
/* <![CDATA[ */
var lpSettingCourses = {"lpArchiveLoadAjax":"0","lpArchiveNoLoadAjaxFirst":"0","lpArchivePaginationType":"number","noLoadCoursesJs":"0"};
/* ]]> */
</script>
		<style id="learn-press-custom-css">
			:root {
				--lp-container-max-width: 1290px;
				--lp-cotainer-padding: 1rem;
				--lp-primary-color: #bca273;
				--lp-secondary-color: #4a4a4a;
			}
		</style>
		    <script>
        (function (exports, d) {
            var _isReady = false,
                _event,
                _fns = [];

            function onReady(event) {
                d.removeEventListener("DOMContentLoaded", onReady);
                _isReady = true;
                _event = event;
                _fns.forEach(function (_fn) {
                    var fn = _fn[0],
                        context = _fn[1];
                    fn.call(context || exports, window.jQuery);
                });
            }

            function onReadyIe(event) {
                if (d.readyState === "complete") {
                    d.detachEvent("onreadystatechange", onReadyIe);
                    _isReady = true;
                    _event = event;
                    _fns.forEach(function (_fn) {
                        var fn = _fn[0],
                            context = _fn[1];
                        fn.call(context || exports, event);
                    });
                }
            }

            d.addEventListener && d.addEventListener("DOMContentLoaded", onReady) ||
            d.attachEvent && d.attachEvent("onreadystatechange", onReadyIe);

            function domReady(fn, context) {
                if (_isReady) {
                    fn.call(context, _event);
                }

                _fns.push([fn, context]);
            }

            exports.mesmerizeDomReady = domReady;
        })(window, document);
    </script>
	<meta name='robots' content='noindex, follow' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	    
    <!-- ✅ Preconnect to CDN & Google Fonts -->
    <link rel="preconnect" href="https://a5537b8c.delivery.rocketcdn.me" crossorigin>
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

    <!-- ✅ Preload Hero Image & Critical Fonts -->
    <link rel="preload" as="image" href="https://traders.mba/wp-content/uploads/2025/07/TradersMB-small.webp" fetchpriority="high">
    <link rel="preload" as="font" href="https://traders.mba/wp-content/themes/highlight-pro/fonts/fontawesome-webfont.woff2" type="font/woff2" crossorigin>
    <link rel="preload" as="font" href="https://traders.mba/wp-content/themes/highlight-pro/fonts/fontello.woff2" type="font/woff2" crossorigin>

    <!-- ✅ Single Deferred Google Tag Manager -->
    <script>
        window.addEventListener('load', function() {
            var gtmScript = document.createElement('script');
            gtmScript.src = "https://www.googletagmanager.com/gtm.js?id=GT-KF6R4MB";
            gtmScript.async = true;
            document.head.appendChild(gtmScript);
        });
    </script>
    <noscript>
        <iframe src="https://www.googletagmanager.com/ns.html?id=GT-KF6R4MB"
                height="0" width="0" style="display:none;visibility:hidden"></iframe>
    </noscript>

    <!-- ✅ Auto Lazy-Load Offscreen Background Images -->
    <script>
    document.addEventListener('DOMContentLoaded', function() {
        // Step 1: Convert inline background images to lazy-load
        document.querySelectorAll('[style*="background-image"]').forEach(el => {
            const bg = el.style.backgroundImage;
            if(bg && bg !== 'none'){
                const match = bg.match(/url\(["']?(.*?)["']?\)/i);
                if(match && match[1]){
                    el.dataset.lazyBg = match[1];
                    el.style.backgroundImage = 'none';
                }
            }
        });

        // Step 2: Load them when entering viewport
        document.querySelectorAll('[data-lazy-bg]').forEach(el => {
            const observer = new IntersectionObserver(entries => {
                entries.forEach(entry => {
                    if(entry.isIntersecting){
                        el.style.backgroundImage = 'url("https://a5537b8c.delivery.rocketcdn.me/css/' + el.dataset.lazyBg + '")';
                        observer.unobserve(el);
                    }
                });
            }, { rootMargin: "150px" });
            observer.observe(el);
        });
    });
    </script>
    
    <!-- ✅ Preload Hero Font (for H1) -->
    <link rel="preload" 
          href="https://fonts.gstatic.com/s/memvYaGs1.woff2" 
          as="font" type="font/woff2" crossorigin>

    <!-- ✅ Preload Hero Background Image -->
    <link rel="preload" 
          href="https://traders.mba/wp-content/uploads/2025/07/Traders-MBA-Homepage-Image.webp" 
          as="image" fetchpriority="high">

    <!-- Preconnect to critical CDNs -->
    <link rel="preconnect" href="https://a5537b8c.delivery.rocketcdn.me" crossorigin>
    <link rel="preconnect" href="https://secure.gravatar.com" crossorigin>
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

    <!-- Lazyload all gravatars -->
    <script>
    document.addEventListener("DOMContentLoaded", function() {
        document.querySelectorAll('img[src*="gravatar.com"]').forEach(function(img) {
            img.setAttribute('loading', 'lazy');
            img.setAttribute('decoding', 'async');
        });
    });
    </script>
    
	<!-- This site is optimized with the Yoast SEO Premium plugin v26.0 (Yoast SEO v26.0) - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Page not found</title>
	<meta property="og:locale" content="en_GB" />
	<meta property="og:title" content="Page not found" />
	<meta property="og:site_name" content="Traders MBA" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://traders.mba/#website","url":"https://traders.mba/","name":"Traders MBA","description":"Accredited Trading Courses and Expert Market Insights in Forex and Stocks","publisher":{"@id":"https://traders.mba/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://traders.mba/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https://traders.mba/#organization","name":"Traders MBA","url":"https://traders.mba/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https://traders.mba/#/schema/logo/image/","url":"https://traders.mba/wp-content/uploads/2022/03/TradersMBA-Dark-Logo.png","contentUrl":"https://traders.mba/wp-content/uploads/2022/03/TradersMBA-Dark-Logo.png","width":2560,"height":698,"caption":"Traders MBA"},"image":{"@id":"https://traders.mba/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/tradermba","https://www.instagram.com/tradersmba","https://uk.linkedin.com/company/tradersmba","https://www.youtube.com/@TradersMBA","https://uk.trustpilot.com/review/traders.mba","https://cpduk.co.uk/providers/sach-capital"],"description":"Traders MBA is a premier educational platform dedicated to empowering individuals with the skills and knowledge needed to excel in the dynamic world of trading. With a strong emphasis on practical learning and real-world applications, Traders MBA offers a comprehensive curriculum that spans forex, stocks, commodities, and more. Our courses are designed to cater to both novice and experienced traders, focusing on strategies, market analysis, risk management, and the psychological aspects of trading. The platform is built on a foundation of expert-led instruction and enhanced with cutting-edge technology to provide interactive learning experiences. Traders MBA also prioritizes ongoing support and community engagement, featuring regular webinars, one-on-one coaching, and an active online community where traders can exchange ideas and strategies. By continually updating our content and methodologies in line with the latest market trends and regulatory changes, Traders MBA ensures that its members receive the most current and effective trading education available. Our mission is to foster a well-informed trader community, capable of making intelligent, data-driven decisions in various financial markets.","email":"info@traders.mba","telephone":"+447351578251","legalName":"Sach Capital Limited","foundingDate":"2014-01-30","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1","maxValue":"10"}}]}</script>
	<!-- / Yoast SEO Premium plugin. -->


<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel='stylesheet' id='ht_ctc_main_css-css' href='https://traders.mba/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/css/main.css?ver=4.28' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-library-css' href='https://traders.mba/wp-includes/css/dist/block-library/style.min.css?ver=6.8.2' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='wcz-frontend-css' href='https://traders.mba/wp-content/plugins/woocustomizer/assets/css/frontend.css?ver=2.6.3' type='text/css' media='all' />
<link rel='stylesheet' id='sentiment-style-css' href='https://traders.mba/wp-content/plugins/sentiment-score-plugin-final-radius-tweak/assets/css/styles.css?ver=6.8.2' type='text/css' media='all' />
<link rel='stylesheet' id='woocommerce-layout-css' href='https://traders.mba/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.2.1' type='text/css' media='all' />
<link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://traders.mba/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=10.2.1' type='text/css' media='only screen and (max-width: 768px)' />
<link rel='stylesheet' id='woocommerce-general-css' href='https://traders.mba/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.2.1' type='text/css' media='all' />
<link rel='stylesheet' id='mesmerize-woo-css' href='https://traders.mba/wp-content/themes/highlight-pro/woocommerce.css?ver=1.1.65' type='text/css' media='all' />
<style id='mesmerize-woo-inline-css' type='text/css'>
/* cached */
@media (min-width: 768px) {
 /** .woocommerce ul.products li.product:not(.in-page-section) - 3 */
.woocommerce ul.products li.product:not(.in-page-section) {-webkit-flex-basis: 33.333333333333%;-moz-flex-basis: 33.333333333333%;-ms-flex-preferred-size: 33.333333333333%;flex-basis: 33.333333333333%;max-width: 33.333333333333%;}
 /** .woocommerce.single-product .related .products li.product - 3 */
.woocommerce.single-product .related .products li.product {-webkit-flex-basis: 33.333333333333%;-moz-flex-basis: 33.333333333333%;-ms-flex-preferred-size: 33.333333333333%;flex-basis: 33.333333333333%;max-width: 33.333333333333%;}
 /** .woocommerce.single-product .upsells .products li.product - 3 */
.woocommerce.single-product .upsells .products li.product {-webkit-flex-basis: 33.333333333333%;-moz-flex-basis: 33.333333333333%;-ms-flex-preferred-size: 33.333333333333%;flex-basis: 33.333333333333%;max-width: 33.333333333333%;}
 /** .woocommerce .cart-collaterals .cross-sells .products li.product - 3 */
.woocommerce .cart-collaterals .cross-sells .products li.product {-webkit-flex-basis: 33.333333333333%;-moz-flex-basis: 33.333333333333%;-ms-flex-preferred-size: 33.333333333333%;flex-basis: 33.333333333333%;max-width: 33.333333333333%;}}
@media (min-width: 1024px) {
 /** .woocommerce ul.products li.product:not(.in-page-section) - 3 */
.woocommerce ul.products li.product:not(.in-page-section) {-webkit-flex-basis: 33.333333333333%;-moz-flex-basis: 33.333333333333%;-ms-flex-preferred-size: 33.333333333333%;flex-basis: 33.333333333333%;max-width: 33.333333333333%;}
 /** .woocommerce.single-product .related .products li.product - 3 */
.woocommerce.single-product .related .products li.product {-webkit-flex-basis: 33.333333333333%;-moz-flex-basis: 33.333333333333%;-ms-flex-preferred-size: 33.333333333333%;flex-basis: 33.333333333333%;max-width: 33.333333333333%;}
 /** .woocommerce.single-product .upsells .products li.product - 3 */
.woocommerce.single-product .upsells .products li.product {-webkit-flex-basis: 33.333333333333%;-moz-flex-basis: 33.333333333333%;-ms-flex-preferred-size: 33.333333333333%;flex-basis: 33.333333333333%;max-width: 33.333333333333%;}
 /** .woocommerce .cart-collaterals .cross-sells .products li.product - 3 */
.woocommerce .cart-collaterals .cross-sells .products li.product {-webkit-flex-basis: 33.333333333333%;-moz-flex-basis: 33.333333333333%;-ms-flex-preferred-size: 33.333333333333%;flex-basis: 33.333333333333%;max-width: 33.333333333333%;}}
</style>
<style id='woocommerce-inline-inline-css' type='text/css'>
.woocommerce form .form-row .required { visibility: visible; }
</style>
<link rel='stylesheet' id='spam-protect-for-contact-form7-css' href='https://traders.mba/wp-content/plugins/wp-contact-form-7-spam-blocker/frontend/css/spam-protect-for-contact-form7.css?ver=1.0.0' type='text/css' media='all' />
<style id='hero-inline-style-inline-css' type='text/css'>

        .hero-title {
            font-size: 42px;
            line-height: 1.2;
            font-weight: 700;
            color: #ffffff;
            font-display: swap;
        }
        .hero-section {
            min-height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
    
</style>
<link rel='stylesheet' id='cmplz-general-css' href='https://traders.mba/wp-content/plugins/complianz-gdpr-premium/assets/css/cookieblocker.min.css?ver=1753198250' type='text/css' media='all' />
<link rel='stylesheet' id='brands-styles-css' href='https://traders.mba/wp-content/plugins/woocommerce/assets/css/brands.css?ver=10.2.1' type='text/css' media='all' />
<link rel='stylesheet' id='mesmerize-style-css' href='https://traders.mba/wp-content/themes/highlight-pro/style.min.css?ver=1.1.65' type='text/css' media='all' />
<style id='mesmerize-style-inline-css' type='text/css'>
img.logo.dark, img.custom-logo{width:auto;max-height:60px !important;}
</style>
<link rel='preload' as='style' id='mesmerize-fonts-css' href="" data-href='https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700%7CMuli%3A300%2C300italic%2C400%2C400italic%2C600%2C600italic%2C700%2C700italic%2C900%2C900italic%7CPlayfair+Display%3A400%2C400italic%2C700%2C700italic&#038;subset=latin%2Clatin-ext&#038;display=swap' type='text/css' media='all' />
<link rel='stylesheet' id='mesmerize-child-css' href='https://traders.mba/wp-content/themes/highlight-pro/child/style.min.css?ver=6.8.2' type='text/css' media='all' />
<style id='mesmerize-child-inline-css' type='text/css'>
/** cached kirki style */#side-navigation ul[data-preset] li.active a, #side-navigation ul[data-preset] li:hover a{background-color:rgb(188,162,115);}#side-navigation ul[data-preset]:not([data-preset="preset-2"]) li.active a:after, #side-navigation ul[data-preset]:not([data-preset="preset-2"]) li:hover a:after{background-color:rgb(188,162,115);}#side-navigation ul li.active a, #side-navigation ul li:hover a{color:#ffffff;}#side-navigation ul[data-preset] > li > a{border-color:#ffffff;font-family:"Open Sans", Helvetica, Arial, sans-serif;font-weight:400;font-style:normal;font-size:1em;line-height:190%;letter-spacing:0px;text-transform:capitalize;}#side-navigation ul[data-preset=preset-4] > li > a{border-color:#ffffff!important;}.footer .footer-content{background-color:#FFF;border-top-color:rgb(255,255,255);border-top-width:1px;border-top-style:solid;}.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6{color:#262D3F!important;}.footer p, .footer{color:#989898;}.footer a{color:#9B9B9B;}.footer a:hover{color:#BCA273;}.footer a .fa, .footer .fa{color:#3F464C;}.footer a:hover .fa{color:#3f464c;}body{font-family:"Open Sans", Helvetica, Arial, sans-serif;color:#6B7C93;}body h1{font-family:"Open Sans", Helvetica, Arial, sans-serif;font-weight:700;font-style:normal;font-size:2.625rem;line-height:4rem;color:#3C424F;}body h2{font-family:"Open Sans", Helvetica, Arial, sans-serif;font-weight:700;font-style:normal;font-size:1.75rem;line-height:2.5rem;text-transform:none;color:#3C424F;}body h3{font-family:"Open Sans", Helvetica, Arial, sans-serif;font-weight:700;font-style:normal;font-size:1.313rem;line-height:2.25rem;text-transform:none;color:#3C424F;}body h4{font-family:"Open Sans", Helvetica, Arial, sans-serif;font-weight:700;font-style:normal;font-size:0.963rem;line-height:1.75rem;letter-spacing:0.0625rem;text-transform:none;color:#3C424F;}body h5{font-family:"Open Sans", Helvetica, Arial, sans-serif;font-weight:700;font-style:normal;font-size:0.875rem;line-height:1.5rem;letter-spacing:2px;text-transform:none;color:#3C424F;}body h6{font-family:"Open Sans", Helvetica, Arial, sans-serif;font-weight:400;font-size:0.766rem;line-height:1.375rem;letter-spacing:0.1875rem;color:#3C424F;}.header-homepage:not(.header-slide).color-overlay:before{background:#000000;}.header-homepage:not(.header-slide) .background-overlay,.header-homepage:not(.header-slide).color-overlay::before{opacity:0.7;}.header-homepage-arrow{font-size:calc( 50px * 0.84 );bottom:0px;background:rgba(255,255,255,0);}.header-homepage-arrow > i.fa{width:50px;height:50px;}.header-homepage-arrow > i{color:rgb(255,255,255);}.header-homepage p.header-subtitle2{margin-top:0;margin-bottom:20px;font-family:Roboto, Helvetica, Arial, sans-serif;font-weight:300;font-size:1.4em;line-height:130%;letter-spacing:0px;text-transform:none;color:#ffffff;background:rgba(0,0,0,0);padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.header-homepage h1.hero-title{font-family:"Open Sans", Helvetica, Arial, sans-serif;font-weight:300;font-size:3.3em;line-height:114%;letter-spacing:0.9px;text-transform:none;color:#ffffff;}.header-homepage .hero-title{margin-top:0;margin-bottom:20px;background:rgba(0,0,0,0);padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.header-homepage p.header-subtitle{margin-top:0;margin-bottom:20px;font-family:Muli, Helvetica, Arial, sans-serif;font-weight:300;font-size:1.3em;line-height:130%;letter-spacing:0px;text-transform:none;color:#ffffff;background:rgba(0,0,0,0);padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.header-buttons-wrapper{background:rgba(0,0,0,0);padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.header-homepage .header-description-row{padding-top:20%;padding-bottom:20%;}.inner-header-description{padding-top:1.25%;padding-bottom:0%;}.inner-header-description .header-subtitle{font-family:"Open Sans", Helvetica, Arial, sans-serif;font-weight:300;font-style:normal;font-size:1.3em;line-height:130%;letter-spacing:0px;text-transform:none;color:#ffffff;}.inner-header-description h1.hero-title{font-family:"Open Sans", Helvetica, Arial, sans-serif;font-weight:400;font-style:normal;font-size:0.5em;line-height:100%;letter-spacing:1px;text-transform:none;color:#BCA273;}.header-top-bar{background-color:rgb(0,0,0);}.header-top-bar-inner{height:40px;}.header-top-bar .header-top-bar-area.area-left span{color:#FFFFFF;}.header-top-bar .header-top-bar-area.area-left i.fa{color:#BCA273;}.header-top-bar .header-top-bar-area.area-left .top-bar-social-icons i{color:#FFFFFF;}.header-top-bar .header-top-bar-area.area-left .top-bar-social-icons i:hover{color:#BCA273;}.header-top-bar .header-top-bar-area.area-left .top-bar-menu > li > a{color:#fff;}.header-top-bar .header-top-bar-area.area-left .top-bar-menu > li > a:hover{color:#fff!important;}.header-top-bar .header-top-bar-area.area-left .top-bar-menu > li > a:visited{color:#fff;}.header-top-bar .header-top-bar-area.area-left span.top-bar-text{color:#fff;}.header-top-bar .header-top-bar-area.area-right span{color:#FFFFFF;}.header-top-bar .header-top-bar-area.area-right i.fa{color:#BCA273;}.header-top-bar .header-top-bar-area.area-right .top-bar-social-icons i{color:#fff;}.header-top-bar .header-top-bar-area.area-right .top-bar-social-icons i:hover{color:#fff;}.header-top-bar .header-top-bar-area.area-right .top-bar-menu > li > a{color:#fff;}.header-top-bar .header-top-bar-area.area-right .top-bar-menu > li > a:hover{color:#BCA273!important;}.header-top-bar .header-top-bar-area.area-right .top-bar-menu > li > a:visited{color:#fff;}.header-top-bar .header-top-bar-area.area-right span.top-bar-text{color:#fff;}.mesmerize-inner-page .navigation-bar.coloured-nav:not(.fixto-fixed){background-color:rgb(255,255,255)!important;}.mesmerize-inner-page .fixto-fixed .main_menu_col, .mesmerize-inner-page .fixto-fixed .main-menu{justify-content:flex-end!important;}.mesmerize-inner-page .navigation-bar.fixto-fixed{background-color:rgba(255, 255, 255, 1)!important;}.mesmerize-inner-page #main_menu > li > a{font-family:"Open Sans", Helvetica, Arial, sans-serif;font-weight:600;font-style:normal;font-size:14px;line-height:100%;letter-spacing:1px;text-transform:capitalize;}.mesmerize-front-page .fixto-fixed .main_menu_col, .mesmerize-front-page .fixto-fixed .main-menu{justify-content:flex-end!important;}.mesmerize-front-page .navigation-bar.fixto-fixed{background-color:rgba(255, 255, 255, 1)!important;}.mesmerize-front-page #main_menu > li > a{font-family:"Open Sans", Helvetica, Arial, sans-serif;font-weight:600;font-style:normal;font-size:14px;line-height:100%;letter-spacing:1px;text-transform:capitalize;}.mesmerize-front-page #main_menu > li li > a{font-family:"Open Sans", Helvetica, Arial, sans-serif;font-weight:600;font-style:normal;font-size:13px;line-height:100%;letter-spacing:1px;text-transform:capitalize;}.mesmerize-front-page .header-nav-area .social-icons a{color:#FFFFFF!important;}.mesmerize-front-page .fixto-fixed .header-nav-area .social-icons a{color:#000000!important;}.mesmerize-front-page  .nav-search.widget_search *{color:#FFFFFF;}.mesmerize-front-page  .nav-search.widget_search input{border-color:#FFFFFF;}.mesmerize-front-page  .nav-search.widget_search input::-webkit-input-placeholder{color:#FFFFFF;}.mesmerize-front-page  .nav-search.widget_search input:-ms-input-placeholder{color:#FFFFFF;}.mesmerize-front-page  .nav-search.widget_search input:-moz-placeholder{color:#FFFFFF;}.mesmerize-front-page .fixto-fixed  .nav-search.widget_search *{color:#000000;}.mesmerize-front-page .fixto-fixed  .nav-search.widget_search input{border-color:#000000;}.mesmerize-front-page .fixto-fixed  .nav-search.widget_search input::-webkit-input-placeholder{color:#000000;}.mesmerize-front-page .fixto-fixed  .nav-search.widget_search input:-ms-input-placeholder{color:#000000;}.mesmerize-front-page .fixto-fixed  .nav-search.widget_search input:-moz-placeholder{color:#000000;}.mesmerize-inner-page .inner_header-nav-area .social-icons a{color:#FFFFFF!important;}.mesmerize-inner-page .fixto-fixed .inner_header-nav-area .social-icons a{color:#000000!important;}.mesmerize-inner-page .nav-search.widget_search *{color:#FFFFFF;}.mesmerize-inner-page .nav-search.widget_search input{border-color:#FFFFFF;}.mesmerize-inner-page .nav-search.widget_search input::-webkit-input-placeholder{color:#FFFFFF;}.mesmerize-inner-page .nav-search.widget_search input:-ms-input-placeholder{color:#FFFFFF;}.mesmerize-inner-page .nav-search.widget_search input:-moz-placeholder{color:#FFFFFF;}.mesmerize-inner-page .fixto-fixed .nav-search.widget_search *{color:#000000;}.mesmerize-inner-page .fixto-fixed .nav-search.widget_search input{border-color:#000000;}.mesmerize-inner-page .fixto-fixed .nav-search.widget_search input::-webkit-input-placeholder{color:#000000;}.mesmerize-inner-page .fixto-fixed .nav-search.widget_search input:-ms-input-placeholder{color:#000000;}.mesmerize-inner-page .fixto-fixed .nav-search.widget_search input:-moz-placeholder{color:#000000;}[data-component="offcanvas"] i.fa{color:rgb(188,162,115)!important;}[data-component="offcanvas"] .bubble{background-color:rgb(188,162,115)!important;}.fixto-fixed [data-component="offcanvas"] i.fa{color:#000000!important;}.fixto-fixed [data-component="offcanvas"] .bubble{background-color:#000000!important;}#offcanvas-wrapper{background-color:rgb(52,58,64)!important;}html.has-offscreen body:after{background-color:rgba(255,255,255,0)!important;}#offcanvas-wrapper *:not(.arrow){color:#ffffff!important;}#offcanvas_menu li.open, #offcanvas_menu li.current-menu-item, #offcanvas_menu li.current-menu-item > a, #offcanvas_menu li.current_page_item, #offcanvas_menu li.current_page_item > a{background-color:#343A40;}#offcanvas_menu li.open > a, #offcanvas_menu li.open > a > i, #offcanvas_menu li.current-menu-item > a, #offcanvas_menu li.current_page_item > a{color:#BCA273!important;}#offcanvas_menu li.open > a, #offcanvas_menu li.current-menu-item > a, #offcanvas_menu li.current_page_item > a{border-left-color:#BCA273!important;}#offcanvas_menu li > ul{background-color:rgb(52,58,64);}#offcanvas_menu li > a{font-family:"Open Sans", Helvetica, Arial, sans-serif;font-weight:600;font-style:normal;font-size:13px;line-height:100%;letter-spacing:1px;text-transform:capitalize;}.navigation-bar.homepage:not(.coloured-nav) a.text-logo,.navigation-bar.homepage:not(.coloured-nav) #main_menu li.logo > a.text-logo,.navigation-bar.homepage:not(.coloured-nav) #main_menu li.logo > a.text-logo:hover{color:#fff;font-family:inherit;font-weight:600;font-size:1.6rem;line-height:100%;letter-spacing:0px;text-transform:uppercase;}.navigation-bar.homepage.fixto-fixed a.text-logo,.navigation-bar.homepage.fixto-fixed .dark-logo a.text-logo{color:#4a4a4a!important;}.navigation-bar:not(.homepage) a.text-logo,.navigation-bar:not(.homepage) #main_menu li.logo > a.text-logo,.navigation-bar:not(.homepage) #main_menu li.logo > a.text-logo:hover,.navigation-bar:not(.homepage) a.text-logo,.navigation-bar:not(.homepage) #main_menu li.logo > a.text-logo,.navigation-bar:not(.homepage) #main_menu li.logo > a.text-logo:hover{color:#4a4a4a;font-family:inherit;font-weight:600;font-size:1.6rem;line-height:100%;letter-spacing:0px;text-transform:uppercase;}.navigation-bar.fixto-fixed:not(.homepage) a.text-logo,.navigation-bar.fixto-fixed:not(.homepage) .dark-logo a.text-logo, .navigation-bar.alternate:not(.homepage) a.text-logo, .navigation-bar.alternate:not(.homepage) .dark-logo a.text-logo{color:#4a4a4a!important;}.header-with-slider-wrapper .header-homepage-arrow{font-size:48px;bottom:0px;background:rgba(255,255,255,0);}.header-with-slider-wrapper .header-homepage-arrow > i{width:48px;height:48px;color:#ffffff;}.header-slider-navigation.separated .owl-nav .owl-next,.header-slider-navigation.separated .owl-nav .owl-prev{margin-left:40px;margin-right:40px;}.header-slider-navigation .owl-nav .owl-next,.header-slider-navigation .owl-nav .owl-prev{padding:0px;background:rgba(0, 0, 0, 0);}.header-slider-navigation .owl-nav .owl-next i,.header-slider-navigation .owl-nav .owl-prev i{font-size:25px;width:25px;height:25px;color:#ffffff;}.header-slider-navigation .owl-nav .owl-next:hover,.header-slider-navigation .owl-nav .owl-prev:hover{background:rgba(0, 0, 0, 0);}.header-slider-navigation .owl-dots .owl-dot span{background:rgba(255,255,255,0.3);}.header-slider-navigation .owl-dots .owl-dot.active span,.header-slider-navigation .owl-dots .owl-dot:hover span{background:#ffffff;}@media (min-width: 767px){.footer .footer-content{padding-top:30px;padding-bottom:30px;}}@media (max-width: 1023px){body{font-size:calc( 16px * 0.875 );}}@media (min-width: 1024px){body{font-size:16px;}}@media only screen and (min-width: 768px){body h1{font-size:3rem;}body h2{font-size:2rem;}body h3{font-size:1.5rem;}body h4{font-size:1.1rem;}body h5{font-size:1rem;}body h6{font-size:0.875rem;}.header-homepage p.header-subtitle2{font-size:1.4em;}.header-homepage h1.hero-title{font-size:3.5rem;}.header-homepage p.header-subtitle{font-size:1.3em;}.header-content .align-holder{width:100%!important;}.inner-header-description{text-align:center!important;}.inner-header-description .header-subtitle{font-size:1.3em;}.inner-header-description h1.hero-title{font-size:0.5em;}}@media screen and (max-width:767px){.header-homepage .header-description-row{padding-top:20%;padding-bottom:45%;}}
</style>
<style id='wcz-customizer-custom-css-inline-css' type='text/css'>
body.post-type-archive-product .woocommerce-breadcrumb{display:none !important;}
</style>
<link rel='stylesheet' id='mesmerize-style-bundle-css' href='https://traders.mba/wp-content/themes/highlight-pro/pro/assets/css/theme.bundle.min.css?ver=1.1.65' type='text/css' media='all' />
<link rel='stylesheet' id='learnpress-widgets-css' href='https://traders.mba/wp-content/plugins/learnpress/assets/css/widgets.min.css?ver=4.2.9.3' type='text/css' media='all' />
<script type="text/javascript" src="https://traders.mba/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://traders.mba/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" id="jquery-js-after">
/* <![CDATA[ */
    
        (function () {
            function setHeaderTopSpacing() {

                setTimeout(function() {
                  var headerTop = document.querySelector('.header-top');
                  var headers = document.querySelectorAll('.header-wrapper .header,.header-wrapper .header-homepage');

                  for (var i = 0; i < headers.length; i++) {
                      var item = headers[i];
                      item.style.paddingTop = headerTop.getBoundingClientRect().height + "px";
                  }

                    var languageSwitcher = document.querySelector('.mesmerize-language-switcher');

                    if(languageSwitcher){
                        languageSwitcher.style.top = "calc( " +  headerTop.getBoundingClientRect().height + "px + 1rem)" ;
                    }
                    
                }, 100);

             
            }

            window.addEventListener('resize', setHeaderTopSpacing);
            window.mesmerizeSetHeaderTopSpacing = setHeaderTopSpacing
            mesmerizeDomReady(setHeaderTopSpacing);
        })();
    
    
/* ]]> */
</script>
<script type="text/javascript" src="https://traders.mba/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.2.1" id="jquery-blockui-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="wc-add-to-cart-js-extra">
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View basket","cart_url":"https:\/\/traders.mba\/cart\/","is_cart":"","cart_redirect_after_add":"yes"};
/* ]]> */
</script>
<script type="text/javascript" src="https://traders.mba/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=10.2.1" id="wc-add-to-cart-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://traders.mba/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.2.1" id="js-cookie-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="woocommerce-js-extra">
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
/* ]]> */
</script>
<script type="text/javascript" src="https://traders.mba/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.2.1" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://traders.mba/wp-content/plugins/wp-contact-form-7-spam-blocker/frontend/js/spam-protect-for-contact-form7.js?ver=1.0.0" id="spam-protect-for-contact-form7-js"></script>
<script type="text/javascript" id="WCPAY_ASSETS-js-extra">
/* <![CDATA[ */
var wcpayAssets = {"url":"https:\/\/traders.mba\/wp-content\/plugins\/woocommerce-payments\/dist\/"};
/* ]]> */
</script>
<script type="text/javascript" src="https://traders.mba/wp-content/themes/highlight-pro/assets/js/woo.js?ver=1.1.65" id="mesmerize-woocommerce-js"></script>
<script type="text/javascript" src="https://traders.mba/wp-content/plugins/learnpress/assets/js/dist/loadAJAX.min.js?ver=4.2.9.3" id="lp-load-ajax-js" async="async" data-wp-strategy="async"></script>
<style>
        table th, table td {
            text-align: center !important;
            vertical-align: middle !important;
        }
    </style><style>.macro-table {  width: 100%;  border-collapse: collapse;  margin-bottom: 20px;}.macro-table th, .macro-table td {  text-align: center;  padding: 10px;  border: 1px solid #ccc;}.macro-table th {  background-color: #f4f4f4;  font-weight: 600;}</style><style>
        .macro-commentary-table {
            width: 100%;
            max-width: 100%;
            border-collapse: collapse;
        }
        .macro-commentary-table th,
        .macro-commentary-table td {
            border: 1px solid #ccc;
            padding: 8px;
            text-align: center;
        }
        .macro-commentary-table th {
            background-color: #f4f4f4;
            font-weight: bold;
        }
        @media screen and (max-width: 768px) {
            .macro-commentary-table th,
            .macro-commentary-table td {
                font-size: 14px;
                padding: 6px;
            }
        }
    </style><style>
    .macro-table-container {
        width: 100%;
        overflow-x: auto;
    }
    .macro-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 13px;
        text-align: center;
        table-layout: auto;
    }
    .macro-table th, .macro-table td {
        border: 1px solid #ccc;
        padding: 5px;
        white-space: normal;
    }
    .macro-table th {
        background: #f1f1f1;
    }
    .macro-updated {
        text-align: center;
        font-size: 13px;
        margin-top: 8px;
    }
    </style>    <!-- Preload LCP Hero Image -->
    <link rel="preload" as="image" href="https://a5537b8c.delivery.rocketcdn.me/2025/07/Traders-MBA-Homepage-Image.webp" fetchpriority="high">

    <!-- Preconnect & Preload Fonts with swap -->
    <link rel="preconnect" href="https://a5537b8c.delivery.rocketcdn.me" crossorigin>
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

    <link rel="preload" as="font" type="font/woff2" crossorigin 
        href="https://a5537b8c.delivery.rocketcdn.me/fonts/fontello.woff2?10220662">
    <link rel="preload" as="font" type="font/woff2" crossorigin 
        href="https://a5537b8c.delivery.rocketcdn.me/fonts/fontawesome-webfont.woff2?v=4.7.0">

    <style>
        @font-face {
            font-family: 'FontAwesome';
            src: url(https://a5537b8c.delivery.rocketcdn.me/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2');
            font-display: swap; /* Key for text LCP */
        }
    </style>
        <style>
        /* Defer rendering of heavy offscreen blocks */
        .sp-testimonial-ajax-pagination,
        .testimonial-slider-section {
            content-visibility: auto;
        }
    </style>
        <link rel="preload" as="style" href="https://a5537b8c.delivery.rocketcdn.me/css/theme.bundle.min.css?ver=175">
    <link rel="preload" as="style" href="https://a5537b8c.delivery.rocketcdn.me/highlight-pro/style.min.css?ver=1.1.65">
        <style>
        /* Critical CSS for hero only */
        body { margin:0; }
        .hero-title {
            font-family: Arial, sans-serif; /* fallback first */
            font-size: 2.2rem;
            font-weight: 700;
            color: #fff;
            text-align: center;
            padding: 100px 20px;
        }
        .hero-section {
            background: url(https://a5537b8c.delivery.rocketcdn.me/2025/07/Traders-MBA-Homepage-Image.webp) no-repeat center center;
            background-size: cover;
        }
    </style>
        <!-- Google tag (gtag.js) -->
    <script type="text/plain" data-service="google-analytics" data-category="statistics" async data-cmplz-src="https://www.googletagmanager.com/gtag/js?id=G-9282L8LYCB"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
      gtag('config', 'G-9282L8LYCB');
    </script>
  <style>
    /* Top bar menu: hover text colour */
    #top-bar-area-left-menu > li > a {
      transition: color .2s ease;
    }
    #top-bar-area-left-menu > li > a:hover,
    #top-bar-area-left-menu > li > a:focus-visible {
      color: #bca273 !important;
    }
  </style>
			<style>.cmplz-hidden {
					display: none !important;
				}</style>    <script type="text/javascript" data-name="async-styles">
        (function () {
            var links = document.querySelectorAll('link[data-href]');
            for (var i = 0; i < links.length; i++) {
                var item = links[i];
                item.href = item.getAttribute('data-href')
            }
        })();
    </script>
	<style data-prefix="inner_header" data-name="menu-variant-style">
/** cached menu style */.mesmerize-inner-page ul.dropdown-menu > li {  color: #343A40; } .mesmerize-inner-page .fixto-fixed ul.dropdown-menu > li {  color: #000; }   .mesmerize-inner-page ul.dropdown-menu.simple-menu-items > li:not(.current-menu-item):not(.current_page_item):hover > a, .mesmerize-inner-page ul.dropdown-menu.simple-menu-items > li:not(.current-menu-item):not(.current_page_item).hover > a, ul.dropdown-menu.default > li:not(.current-menu-item):not(.current_page_item):hover > a, .mesmerize-inner-page ul.dropdown-menu.default > li:not(.current-menu-item):not(.current_page_item).hover > a {   color: #BCA273; }  .mesmerize-inner-page .fixto-fixed ul.dropdown-menu.simple-menu-items > li:not(.current-menu-item):not(.current_page_item):hover > a, .mesmerize-inner-page .fixto-fixed ul.dropdown-menu.simple-menu-items > li:not(.current-menu-item):not(.current_page_item).hover > a, .mesmerize-inner-page .fixto-fixed ul.dropdown-menu.default > li:not(.current-menu-item):not(.current_page_item):hover > a, .mesmerize-inner-page .fixto-fixed ul.dropdown-menu.default > li:not(.current-menu-item):not(.current_page_item).hover > a {   color: #03A9F4; }  .mesmerize-inner-page ul.dropdown-menu.simple-menu-items > .current_page_item > a, .mesmerize-inner-page ul.dropdown-menu.simple-menu-items > .current-menu-item > a {   color: #BCA273; } .mesmerize-inner-page .fixto-fixed ul.dropdown-menu.simple-menu-items > .current_page_item > a, .mesmerize-inner-page .fixto-fixed ul.dropdown-menu.simple-menu-items > .current-menu-item > a {   color: #03A9F4; } .mesmerize-inner-page ul.dropdown-menu ul {  background-color: rgb(52,58,64); }  .mesmerize-inner-page ul.dropdown-menu ul li {  color: rgb(255,255,255); } .mesmerize-inner-page ul.dropdown-menu ul li.hover, .mesmerize-inner-page ul.dropdown-menu ul li:hover {  background-color: rgb(52,58,64);  color: rgb(188,162,115); }</style>
<style data-name="menu-align">
.mesmerize-inner-page .main-menu, .mesmerize-inner-page .main_menu_col {justify-content:flex-end;}</style>
	<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	<style type="text/css" id="custom-background-css">
body.custom-background { background-color: #ffffff; }
</style>
	<link rel="icon" href="https://traders.mba/wp-content/uploads/2025/07/cropped-TradersMBA-Icon-32x32.png" sizes="32x32" />
<link rel="icon" href="https://traders.mba/wp-content/uploads/2025/07/cropped-TradersMBA-Icon-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://traders.mba/wp-content/uploads/2025/07/cropped-TradersMBA-Icon-180x180.png" />
<meta name="msapplication-TileImage" content="https://traders.mba/wp-content/uploads/2025/07/cropped-TradersMBA-Icon-270x270.png" />
		<style type="text/css" id="wp-custom-css">
			.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-status {
    background: #bca273;
    font-style: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions {
    background: #4a4a4a;
}
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration {
    background: #4a4a4a;
}
ul.learn-press-nav-tabs .course-nav.active:after, ul.learn-press-nav-tabs .course-nav:hover:after {
background:#bca273!important;
}
ul.dropdown-menu.active-line-bottom>.current-menu-item>a, ul.dropdown-menu.active-line-bottom>.current_page_item>a, ul.dropdown-menu.default>.current-menu-item>a, ul.dropdown-menu.default>.current_page_item>a , .course-curriculum ul.curriculum-sections .section-header{
border-bottom-color: #bca273!important;
}
#learn-press-course > div > div.lp-course-buttons > a > button  , #learn-press-course > div > div.lp-course-buttons > div > form > button {
width: 150px!important;
border-radius: 50px!important;
border: none!important;
background-color: #4a4a4a!important;
color: white!important;
font-weight: bold!important;
}

#learn-press-course > div > div.lp-course-buttons > a > button:hover , #learn-press-course > div > div.lp-course-buttons > div > form > button:hover{
background-color: #bca273!important;
}

#footer_menu > .menu-item > a:hover , #mainmenu_container > #main_menu > li > a:hover , #mainmenu_container > #main_menu > li:hover , menu-item.menu-item-type-custom.menu-item-object-custom:hover , #mainmenu_container > #main_menu >li.menu-item:hover { 
color: #bca273!important;
}

div#mainmenu_container.row > ul#main_menu.active-line-bottom.main-menu.dropdown-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page:hover {
	color: #bca273!important;
}
.horizontal_footer_menu > ul.footer-nav > li.menu-item > a {
font-size: 12px!important;
}
/*i.fa {
    color: #BCA273;*/
}
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-preview {
    background: #BCA273;
}
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions {
    background: #BCA273;
}
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta.final-quiz {
    background: #4a4a4a;
}
/*.learn-press-breadcrumb {
display: none;
}*/
/* Testimonial Form Start rating CSS*/
.sp-tpro-fronted-form .sp-tpro-client-rating:not(:checked)>label i {
    color: inherit !important;
}
.sp-tpro-fronted-form .sp-tpro-client-rating:not(:checked)>label:hover, #testimonial_form_1230.sp-tpro-fronted-form .sp-tpro-client-rating:not(:checked)>label:hover~label {
    color: #BCA273 !important;
}
.sp-tpro-fronted-form .sp-tpro-client-rating>input:checked~label{
	color: #BCA273 !important;
}
.sp-tpro-fronted-form .sp-tpro-client-rating:not(:checked)>label {
    color: #4a4a4a !important;
}
.article:after, .article:before, .aside:after, .aside:before, .details:after, .details:before, .div:after, .div:before, .figcaption:after, .figcaption:before, .figure:after, .figure:before, .footer:after, .footer:before, .header:after, .header:before, .hgroup:after, .hgroup:before, .menu:after, .menu:before, .nav:after, .nav:before, .section:after, .section:before, .ul:after, ul:before {
content: unset!important;
display: none!important;
}
div.woocommerce > div.cart-collaterals > div.cart_totals {
width: 100%!important;
}
#learn-press-course > div > div.course-detail-info > div > div > div.course-meta.course-meta-primary > div:before {
	display: none!important;
	content: unset!important;
}

@media (max-width: 768px){
.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar {
    width: 100%;
    margin-top: 0;
    z-index: 1;
	}
}

@media only screen and (max-width: 480px){
  .course-summary .course-summary-sidebar.slide-top .course-summary-sidebar__inner {
    position: inherit;
	}
}
.bg-gray-800 {
  --bg-opacity: 1;
  background-color: #bca273;;
  background-color: rgba(74, 74, 74, var(--bg-opacity));
}
.text-indigo-600 {
    --text-opacity: 1;
    color: #4a4a4a
    color: rgba(74, 74, 74, var(--text-opacity));
}
.hover\:text-indigo-500:hover {
  --text-opacity: 1;
  color: #bca273;
  color: rgba(188, 162, 115, var(--text-opacity));
}
.bg-gray-900 {
    --bg-opacity: 1;
    background-color: #bca273;
    background-color: rgba(188, 162, 115, var(--bg-opacity));
}
.hover\:bg-gray-700:hover {
  --bg-opacity: 1;
  background-color: #bca273;
  background-color: rgba(188, 162, 115, var(--bg-opacity));
}
.hover\:text-gray-300:hover {
  --text-opacity: 1;
  color: #bca273;
  color: rgba(188, 162, 115, var(--text-opacity));
}

#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button {
  background: #343A40;
	height: auto;
font-family: "Open Sans";
font-size: 0.75rem;
color: #ffffff;
border-radius: 5px;
font-weight: 600;
letter-spacing: 1px;
text-align: center;
text-decoration: none;
cursor: pointer;
display: inline-block;
}
.post-item strong, .post-meta a:hover {
    color: #fff;
}
.course-meta-secondary .course-meta__pull-left .meta-item-student{
display: none !important;
}
.lp-archive-courses .course-meta__pull-left .meta-item.meta-item-assignment::before {
    content: "\f119";
		font-family: Dashicons;
}

body.single-product {
  background: white;
}
body.woocommerce-page {
  background: white;
}
.course-sidebar-preview .course-price .price{
  color: #4a4a4a;
  font-size: 1.3em;
  font-weight: 500;
}
.course-sidebar-preview .course-price .origin-price {
  color:#4a4a4a;
  font-size: 1.3em;
  font-weight: 300;
  font-style: unset;
}
.post-meta a {
    color: #4a4a4a;
}
.post-meta a:hover {
    color: #bca273;
}
.grecaptcha-badge { visibility: hidden; }
.summary a {
    color: #4a4a4a;
    text-decoration: none;
}
.summary a:hover, .summary a:focus {
  color: #BCA273;
  text-decoration: underline;
}
.font-icon-post {
    display: none!important;
}
.text-right {
    display: none;
} 
   .center-overlay.inner-shadow.border-large {
            display: none;
        }
.average-rating-section .tpro-client-rating .fa {
    color: #bca273 !important;
    margin-right: 2px;
}
a.sp-testimonial-form-popup-button.sp-tpro-open-form-popup {
    color: #fff;
    background: #4a4a4a !important;
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .25s;
    text-decoration: none;
    line-height: 1;
    border-radius: 4px;
    margin-top: 6px;
    display: inline-block;
}
.average-rating-text {
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.313rem !important;
    line-height: 1.5rem !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    color: #3c424f !important;
}
.post-item strong, .post-meta a:hover {
  color: #3C424F !important;
}
/*.lp-archive-courses .course-meta__pull-left .meta-item-categories {
  display: none !important;
}*/
.lp-archive-courses .course-item .course-instructor a {
    color: #BCA273 !important;
    text-decoration: none;
}
body:not(.home) h1.hero-title {
    display: none !important;
}
.lp-courses-bar {
    display: none !important;
}
.eckb-article-metadata {
  display: none !important;
}
.epkbfa-long-arrow-right {
  display: none !important;
}
.eckb-breadcrumb-nav .eckb-breadcrumb-link a,
.eckb-breadcrumb-nav .eckb-breadcrumb-link span {
  color: #4a4a4a !important;
}
.eckb-article-read-more {
  color: #4a4a4a !important;
}
.sptpro-icon-star_fill {
  color: #bca273 !important;
}
.featured-review__stars .lp-icon-star {
  color: #bca273 !important;
}
.featured-review__stars .lp-icon-star::before,
.featured-review__stars .lp-icon-star::after {
  color: #bca273 !important;
}
.eckb-category-archive-description {
    color: #6B7C93 !important;
}
i.sptpro-icon-star-border {
    color: #bca273 !important;
}
.epkbfa.epkbfa-chevron-down.eprf-article-meta__statistics-toggle {
    color: #4a4a4a !important;
}
.epkbfa.epkbfa-chevron-down.eprf-show-statistics-toggle {
    color: #4a4a4a !important;
}
/* Adds a two-line break above the target element */
.epkb-article-navigation-container::before {
    content: "";
    display: block;
    height: 2em; /* Adjust the height for two-line break */
    visibility: hidden; /* Ensures it's non-visible but takes up space */
}

/* Ensures a margin override is applied if necessary */
.epkb-article-navigation-container {
    margin-top: 2em !important; /* Adds space above */
}
.learn-press-breadcrumb {
    display: none !important;
}
@media only screen and (min-width: 768px) {
   .lp-archive-courses .course-detail-info .course-title{ padding-right: 300px}
}
@media only screen and (max-width: 992px) {
   .lp-archive-courses .course-detail-info::after, .lp-archive-courses .course-detail-info::before{display: none}
}
#eckb-article-page-container-v2 div::before, #eckb-article-page-container-v2 div::after {
display: none !important;
}
.epkb-sidebar--medium-shadow {
  box-shadow: none !important;
}
#eckb-archive-page-container {
     width:100%;
}
.lp-archive-courses .course-detail-info::after {
	content: none;
}
/* 🎯 Align lesson icons and titles properly on all screen sizes */

/* Force horizontal layout between icon and title */
.course-item__link {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

/* Make icon and title sit in one row */
.course-item__info {
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  padding-top: 4px !important;
}

/* Title + metadata in one column */
.course-item__content {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  flex-grow: 1 !important;
  min-width: 0 !important;
}

/* Title text */
.course-item-title {
  text-transform: none !important;
  white-space: normal !important;
  word-break: break-word !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}

/* Meta info (duration, questions etc.) */
.course-item__right {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px 12px !important;
  font-size: 14px !important;
  color: #777 !important;
  margin-left: 0 !important;
  justify-content: flex-start !important; /* default for desktop */
}

/* Mobile-specific alignment tweaks */
@media (max-width: 767px) {
  .course-item__link {
    flex-wrap: nowrap !important;
  }

  .course-item__info {
    align-items: flex-start !important;
  }

  .course-item__content {
    flex-grow: 1 !important;
    align-items: center !important;
  }

  .course-item__right {
    text-align: center !important;
    justify-content: center !important;
  }
}
ul.course-curriculum-info__left {
  display: none !important;
}
/* Course Profile Page Animation Disabled 
.lp-skeleton-animation,
.lp-skeleton-animation li {
  animation: none !important;
  background: none !important;
}*/
/* Skip To Content Screen Reader Disabled */
.skip-link {
  display: none !important;
}
/* Logo Size Fix */ 
/* ✅ Force correct size for Light and Dark logos */
img[src*="TradersMBA-Light-Logo-scaled.webp"],
img[src*="TradersMBA-Dark-Logo-scaled.webp"] {
  height: auto !important;
  width: auto !important;
  max-height: 60px !important;
  object-fit: contain !important;
  display: block !important;
}
/* 🟫 Change the modal header background */
.lp-modal-header {
  background-color: #bca273 !important;
}

/* ✅ Style the modal title text if needed */
.lp-modal-header .modal-title {
  color: #ffffff !important; /* Optional: white text for contrast */
}

/* 🖤 Style the 'Yes' button */
.lp-modal-footer .lp-button.btn-yes {
  background-color: #4a4a4a !important;
  color: #ffffff !important;
  border: none !important;
}
/* Centre Post Meta on Single Posts – Mobile Only, Hide Comments */
@media (max-width: 768px) {
  body.single-post .row.post-meta.small {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    text-align: center !important;
  }

  body.single-post .row.post-meta.small > .col-md-10 {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
  }

  /* Hide comment count block */
  body.single-post .row.post-meta.small > .col-md-2 {
    display: none !important;
  }
}
/* Course Category */ 
@media (max-width: 768px) {
  .course-meta.course-meta-primary .course-meta__pull-left {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important; /* distributes space evenly */
    align-items: center !important;
    flex-wrap: nowrap !important;
    padding: 0 16px;
  }

  .course-meta.course-meta-primary .meta-item-instructor,
  .course-meta.course-meta-primary .meta-item-categories {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 6px !important;
    width: auto !important;
    flex: 0 1 auto !important;
  }

  .course-meta.course-meta-primary .meta-item-instructor .meta-item__image {
    margin-right: 6px !important;
    flex-shrink: 0;
  }

  .course-meta.course-meta-primary .meta-item-instructor img.avatar {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
  }

  .course-meta.course-meta-primary .meta-item__value {
    display: flex !important;
    flex-direction: column !important;
  }
}

/*Course Meta Centered*/
@media (max-width: 768px) {
  .course-meta.course-meta-secondary .course-meta__pull-left {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px 0 !important;
    max-width: 420px;
    margin: 0 auto;
  }

  .course-meta.course-meta-secondary .meta-item {
    width: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
    gap: 6px !important;
  }
  .course-meta.course-meta-secondary .meta-item-student {
    display: none !important;
  }
}
/* ✅ TradersMBA CLS & Hero Optimization */

/* 1. Logo: Fixed size to prevent shift */
.custom-logo {
    width: 240px;
    height: 65px;
    display: block;
}

/* 2. Hero image: Maintain aspect ratio to reserve space */
.hero-image {
    width: 100%;
    max-width: 1200px;  /* Match actual hero image width */
    height: auto;
    aspect-ratio: 1200 / 400; /* Adjust to actual hero ratio */
    display: block;
}

/* 3. Hero title & header description: Reserve vertical space */
.hero-title,
.header-description,
.header-description.gridContainer.content-on-center {
    min-height: 120px; /* Adjust if hero area is taller */
}

/* 4. Testimonial avatars: Lock image size */
.sp-tpro-testimonial img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    display: block;
}

/* 5. Testimonial cards: Reserve min height to prevent slider shift */
.sp-tpro-testimonial {
    min-height: 220px; /* Adjust to tallest testimonial */
}

/* 6. Font rendering optimization to prevent CLS from web fonts */
@font-face {
    font-display: swap;
}
/* Mobile first: Give the subtitle safe spacing */
.header-subtitle {
    margin-top: 20px !important;  /* Push it down */
    margin-bottom: 30px !important;
    line-height: 1.3 !important;
}

/* Tablet and up: compress slightly */
@media (min-width: 768px) {
    .header-subtitle {
        margin-top: -15px !important;
        margin-bottom: 40px !important;
    }
}

/* Desktop and up: full compression */
@media (min-width: 1200px) {
    .header-subtitle {
        margin-top: -40px !important;
        margin-bottom: 50px !important;
    }
}
/* Reduce gap between meta and excerpt on post listings */
.list-padding .post-meta {
    margin-bottom: 5px !important;
}

.list-padding .post-excerpt {
    margin-top: 0 !important;
}

.list-padding .post-excerpt p {
    margin-top: 0 !important;
}
/* Tighten post title spacing for mobile blog listings */
@media (max-width: 768px) {
    h2.post-title.text-left.h3 {
        margin-top: 0 !important;      /* Remove extra top gap */
        margin-bottom: 6px !important; /* Slight bottom spacing */
        line-height: 1.25 !important;  /* Tighter line spacing for mobile */
    }
}
/* --- Compact Single Post Titles on Mobile --- */
@media (max-width: 768px) {
    h1.entry-title {
        margin-top: 0 !important;
        margin-bottom: 8px !important; /* Slightly more than listings */
        line-height: 1.2 !important;
    }
}
/* Mobile fix for previous/next post alignment */
@media (max-width: 768px) {
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        width: 50%;              /* Each takes half screen */
        display: inline-block;   /* Sit side by side */
        vertical-align: top;     /* Align tops evenly */
    }

    .post-navigation .nav-previous {
        text-align: left !important;
    }

    .post-navigation .nav-next {
        text-align: right !important;
    }

    /* Make "Previous:" and "Next:" always align with the text */
    .post-navigation .meta-nav {
        display: block;
        font-weight: bold; /* Optional for emphasis */
    }
}
/* Remove shadow from the menu/sidebar */
.sidebar .panel,
.sidebar .widget,
.sidebar {
    box-shadow: none !important;
}
/* Step 1: Set flex layout on ALL menu items */
.woocommerce-MyAccount-navigation-link a {
    display: flex !important;
    align-items: center !important;
    gap: 0.65rem !important; /* adjust spacing between icon and text */
    padding-left: 1.25rem !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    position: relative !important;
}

/* Step 2: Style all icons uniformly */
.woocommerce-MyAccount-navigation-link a::before {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    flex-shrink: 0 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
    margin-right: 0 !important; /* prevent double spacing */
    position: static !important; /* override Woo absolute positioning */
    transform: none !important;  /* cancel vertical centering from Woo */
}

/* Step 3: Subscriptions icon (repeat arrow SVG) */
.woocommerce-MyAccount-navigation-link--subscriptions a::before {
    content: '' !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23999' viewBox='0 0 24 24'%3E%3Cpath d='M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8z'/%3E%3C/svg%3E") !important;
}
/* General CF7 response box styling */
.wpcf7-response-output {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  border-radius: 8px !important;
  padding: 14px 18px !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
  color: #4a4a4a !important;
  background: #ffffff !important;
  border: 2px solid #d8dce1 !important;
}

/* Success message */
.wpcf7 form.sent .wpcf7-response-output {
  background: #fdfbf8 !important; /* soft gold tint */
  border: 2px solid #bca273 !important; /* brand gold */
  color: #4a4a4a !important;
}

/* Error/validation failure */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  background: #fff5f5 !important; /* soft red tint */
  border: 2px solid #cf2e2e !important; /* vivid red */
  color: #4a4a4a !important;
}

/* Spam message (optional) */
.wpcf7 form.spam .wpcf7-response-output {
  background: #fff8e5 !important; /* soft amber tint */
  border: 2px solid #ff6900 !important; /* vivid orange */
  color: #4a4a4a !important;
}
/* Style Contact Permission checkbox text */
.wpcf7-form .wpcf7-checkbox label {
  font-size: 14px !important;      /* smaller font */
  font-weight: 400 !important;     /* normal weight */
  text-transform: none !important; /* remove all-caps */
  color: #4a4a4a !important;       /* match your brand dark grey */
  line-height: 1.4 !important;
}



		</style>
		    <style data-name="background-content-colors">
        .mesmerize-inner-page .page-content,
        .mesmerize-inner-page .content,
        .mesmerize-front-page.mesmerize-content-padding .page-content {
            background-color: #ffffff;
        }
    </style>
                <style data-name="site-colors">
                /** cached colors style */
                a, .comment-reply-link, a.read-more{ color:#343a40; } a:hover, .comment-reply-link:hover, .sidebar .widget > ul > li a:hover, a.read-more:hover{ color:#484E54; } .contact-form-wrapper input[type=submit], .button, .nav-links .numbers-navigation span.current, .post-comments .navigation .numbers-navigation span.current, .nav-links .numbers-navigation a:hover, .post-comments .navigation .numbers-navigation a:hover{ background-color:#343a40; border-color:#343a40; } .contact-form-wrapper input[type=submit]:hover, .nav-links .prev-navigation a:hover, .post-comments .navigation .prev-navigation a:hover, .nav-links .next-navigation a:hover, .post-comments .navigation .next-navigation a:hover, .button:hover{ background-color:#484E54; border-color:#484E54; } .post-comments, .sidebar .widget, .post-list .post-list-item{ //border-bottom-color:#343a40; } .nav-links .prev-navigation a, .post-comments .navigation .prev-navigation a, .nav-links .next-navigation a, .post-comments .navigation .next-navigation a{ border-color:#343a40; color:#343a40; } .tags-list a:hover{ border-color:#343a40; background-color:#343a40; } svg.section-separator-top path.svg-white-bg, svg.section-separator-bottom path.svg-white-bg{ fill: #343a40; } p.color1{ color : #343a40; } span.color1{ color : #343a40; } h1.color1{ color : #343a40; } h2.color1{ color : #343a40; } h3.color1{ color : #343a40; } h4.color1{ color : #343a40; } h5.color1{ color : #343a40; } h6.color1{ color : #343a40; } .card.bg-color1, .bg-color1{ background-color:#343a40; } a.color1:not(.button){ color:#343a40; } a.color1:not(.button):hover{ color:#484E54; } button.color1, .button.color1{ background-color:#343a40; border-color:#343a40; } button.color1:hover, .button.color1:hover{ background-color:#484E54; border-color:#484E54; } button.outline.color1, .button.outline.color1{ background:none; border-color:#343a40; color:#343a40; } button.outline.color1:hover, .button.outline.color1:hover{ background:none; border-color:rgba(52,58,64,0.7); color:rgba(52,58,64,0.9); } i.fa.color1{ color:#343a40; } i.fa.icon.bordered.color1{ border-color:#343a40; } i.fa.icon.reverse.color1{ background-color:#343a40; color: #ffffff; } i.fa.icon.reverse.color-white{ color: #d5d5d5; } i.fa.icon.bordered.color1{ border-color:#343a40; } i.fa.icon.reverse.bordered.color1{ background-color:#343a40; color: #ffffff; } .top-right-triangle.color1{ border-right-color:#343a40; } .checked.decoration-color1 li:before { color:#343a40; } .stared.decoration-color1 li:before { color:#343a40; } .card.card-color1{ background-color:#343a40; } .card.bottom-border-color1{ border-bottom-color: #343a40; } .grad-180-transparent-color1{  background-image: linear-gradient(180deg, rgba(52,58,64,0) 0%, rgba(52,58,64,0) 50%, rgba(52,58,64,0.6) 78%, rgba(52,58,64,0.9) 100%) !important; } .border-color1{ border-color: #343a40; } .circle-counter.color1 .circle-bar{ stroke: #343a40; } p.color2{ color : #bca273; } span.color2{ color : #bca273; } h1.color2{ color : #bca273; } h2.color2{ color : #bca273; } h3.color2{ color : #bca273; } h4.color2{ color : #bca273; } h5.color2{ color : #bca273; } h6.color2{ color : #bca273; } .card.bg-color2, .bg-color2{ background-color:#bca273; } a.color2:not(.button){ color:#bca273; } a.color2:not(.button):hover{ color:#D0B687; } button.color2, .button.color2{ background-color:#bca273; border-color:#bca273; } button.color2:hover, .button.color2:hover{ background-color:#D0B687; border-color:#D0B687; } button.outline.color2, .button.outline.color2{ background:none; border-color:#bca273; color:#bca273; } button.outline.color2:hover, .button.outline.color2:hover{ background:none; border-color:rgba(188,162,115,0.7); color:rgba(188,162,115,0.9); } i.fa.color2{ color:#bca273; } i.fa.icon.bordered.color2{ border-color:#bca273; } i.fa.icon.reverse.color2{ background-color:#bca273; color: #ffffff; } i.fa.icon.reverse.color-white{ color: #d5d5d5; } i.fa.icon.bordered.color2{ border-color:#bca273; } i.fa.icon.reverse.bordered.color2{ background-color:#bca273; color: #ffffff; } .top-right-triangle.color2{ border-right-color:#bca273; } .checked.decoration-color2 li:before { color:#bca273; } .stared.decoration-color2 li:before { color:#bca273; } .card.card-color2{ background-color:#bca273; } .card.bottom-border-color2{ border-bottom-color: #bca273; } .grad-180-transparent-color2{  background-image: linear-gradient(180deg, rgba(188,162,115,0) 0%, rgba(188,162,115,0) 50%, rgba(188,162,115,0.6) 78%, rgba(188,162,115,0.9) 100%) !important; } .border-color2{ border-color: #bca273; } .circle-counter.color2 .circle-bar{ stroke: #bca273; } p.color3{ color : #bca273; } span.color3{ color : #bca273; } h1.color3{ color : #bca273; } h2.color3{ color : #bca273; } h3.color3{ color : #bca273; } h4.color3{ color : #bca273; } h5.color3{ color : #bca273; } h6.color3{ color : #bca273; } .card.bg-color3, .bg-color3{ background-color:#bca273; } a.color3:not(.button){ color:#bca273; } a.color3:not(.button):hover{ color:#D0B687; } button.color3, .button.color3{ background-color:#bca273; border-color:#bca273; } button.color3:hover, .button.color3:hover{ background-color:#D0B687; border-color:#D0B687; } button.outline.color3, .button.outline.color3{ background:none; border-color:#bca273; color:#bca273; } button.outline.color3:hover, .button.outline.color3:hover{ background:none; border-color:rgba(188,162,115,0.7); color:rgba(188,162,115,0.9); } i.fa.color3{ color:#bca273; } i.fa.icon.bordered.color3{ border-color:#bca273; } i.fa.icon.reverse.color3{ background-color:#bca273; color: #ffffff; } i.fa.icon.reverse.color-white{ color: #d5d5d5; } i.fa.icon.bordered.color3{ border-color:#bca273; } i.fa.icon.reverse.bordered.color3{ background-color:#bca273; color: #ffffff; } .top-right-triangle.color3{ border-right-color:#bca273; } .checked.decoration-color3 li:before { color:#bca273; } .stared.decoration-color3 li:before { color:#bca273; } .card.card-color3{ background-color:#bca273; } .card.bottom-border-color3{ border-bottom-color: #bca273; } .grad-180-transparent-color3{  background-image: linear-gradient(180deg, rgba(188,162,115,0) 0%, rgba(188,162,115,0) 50%, rgba(188,162,115,0.6) 78%, rgba(188,162,115,0.9) 100%) !important; } .border-color3{ border-color: #bca273; } .circle-counter.color3 .circle-bar{ stroke: #bca273; } p.color4{ color : #bca273; } span.color4{ color : #bca273; } h1.color4{ color : #bca273; } h2.color4{ color : #bca273; } h3.color4{ color : #bca273; } h4.color4{ color : #bca273; } h5.color4{ color : #bca273; } h6.color4{ color : #bca273; } .card.bg-color4, .bg-color4{ background-color:#bca273; } a.color4:not(.button){ color:#bca273; } a.color4:not(.button):hover{ color:#D0B687; } button.color4, .button.color4{ background-color:#bca273; border-color:#bca273; } button.color4:hover, .button.color4:hover{ background-color:#D0B687; border-color:#D0B687; } button.outline.color4, .button.outline.color4{ background:none; border-color:#bca273; color:#bca273; } button.outline.color4:hover, .button.outline.color4:hover{ background:none; border-color:rgba(188,162,115,0.7); color:rgba(188,162,115,0.9); } i.fa.color4{ color:#bca273; } i.fa.icon.bordered.color4{ border-color:#bca273; } i.fa.icon.reverse.color4{ background-color:#bca273; color: #ffffff; } i.fa.icon.reverse.color-white{ color: #d5d5d5; } i.fa.icon.bordered.color4{ border-color:#bca273; } i.fa.icon.reverse.bordered.color4{ background-color:#bca273; color: #ffffff; } .top-right-triangle.color4{ border-right-color:#bca273; } .checked.decoration-color4 li:before { color:#bca273; } .stared.decoration-color4 li:before { color:#bca273; } .card.card-color4{ background-color:#bca273; } .card.bottom-border-color4{ border-bottom-color: #bca273; } .grad-180-transparent-color4{  background-image: linear-gradient(180deg, rgba(188,162,115,0) 0%, rgba(188,162,115,0) 50%, rgba(188,162,115,0.6) 78%, rgba(188,162,115,0.9) 100%) !important; } .border-color4{ border-color: #bca273; } .circle-counter.color4 .circle-bar{ stroke: #bca273; } p.color5{ color : #dd3333; } span.color5{ color : #dd3333; } h1.color5{ color : #dd3333; } h2.color5{ color : #dd3333; } h3.color5{ color : #dd3333; } h4.color5{ color : #dd3333; } h5.color5{ color : #dd3333; } h6.color5{ color : #dd3333; } .card.bg-color5, .bg-color5{ background-color:#dd3333; } a.color5:not(.button){ color:#dd3333; } a.color5:not(.button):hover{ color:#F14747; } button.color5, .button.color5{ background-color:#dd3333; border-color:#dd3333; } button.color5:hover, .button.color5:hover{ background-color:#F14747; border-color:#F14747; } button.outline.color5, .button.outline.color5{ background:none; border-color:#dd3333; color:#dd3333; } button.outline.color5:hover, .button.outline.color5:hover{ background:none; border-color:rgba(221,51,51,0.7); color:rgba(221,51,51,0.9); } i.fa.color5{ color:#dd3333; } i.fa.icon.bordered.color5{ border-color:#dd3333; } i.fa.icon.reverse.color5{ background-color:#dd3333; color: #ffffff; } i.fa.icon.reverse.color-white{ color: #d5d5d5; } i.fa.icon.bordered.color5{ border-color:#dd3333; } i.fa.icon.reverse.bordered.color5{ background-color:#dd3333; color: #ffffff; } .top-right-triangle.color5{ border-right-color:#dd3333; } .checked.decoration-color5 li:before { color:#dd3333; } .stared.decoration-color5 li:before { color:#dd3333; } .card.card-color5{ background-color:#dd3333; } .card.bottom-border-color5{ border-bottom-color: #dd3333; } .grad-180-transparent-color5{  background-image: linear-gradient(180deg, rgba(221,51,51,0) 0%, rgba(221,51,51,0) 50%, rgba(221,51,51,0.6) 78%, rgba(221,51,51,0.9) 100%) !important; } .border-color5{ border-color: #dd3333; } .circle-counter.color5 .circle-bar{ stroke: #dd3333; } p.color-white{ color : #ffffff; } span.color-white{ color : #ffffff; } h1.color-white{ color : #ffffff; } h2.color-white{ color : #ffffff; } h3.color-white{ color : #ffffff; } h4.color-white{ color : #ffffff; } h5.color-white{ color : #ffffff; } h6.color-white{ color : #ffffff; } .card.bg-color-white, .bg-color-white{ background-color:#ffffff; } a.color-white:not(.button){ color:#ffffff; } a.color-white:not(.button):hover{ color:#FFFFFF; } button.color-white, .button.color-white{ background-color:#ffffff; border-color:#ffffff; } button.color-white:hover, .button.color-white:hover{ background-color:#FFFFFF; border-color:#FFFFFF; } button.outline.color-white, .button.outline.color-white{ background:none; border-color:#ffffff; color:#ffffff; } button.outline.color-white:hover, .button.outline.color-white:hover{ background:none; border-color:rgba(255,255,255,0.7); color:rgba(255,255,255,0.9); } i.fa.color-white{ color:#ffffff; } i.fa.icon.bordered.color-white{ border-color:#ffffff; } i.fa.icon.reverse.color-white{ background-color:#ffffff; color: #ffffff; } i.fa.icon.reverse.color-white{ color: #d5d5d5; } i.fa.icon.bordered.color-white{ border-color:#ffffff; } i.fa.icon.reverse.bordered.color-white{ background-color:#ffffff; color: #ffffff; } .top-right-triangle.color-white{ border-right-color:#ffffff; } .checked.decoration-color-white li:before { color:#ffffff; } .stared.decoration-color-white li:before { color:#ffffff; } .card.card-color-white{ background-color:#ffffff; } .card.bottom-border-color-white{ border-bottom-color: #ffffff; } .grad-180-transparent-color-white{  background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.6) 78%, rgba(255,255,255,0.9) 100%) !important; } .border-color-white{ border-color: #ffffff; } .circle-counter.color-white .circle-bar{ stroke: #ffffff; } p.color-black{ color : #000000; } span.color-black{ color : #000000; } h1.color-black{ color : #000000; } h2.color-black{ color : #000000; } h3.color-black{ color : #000000; } h4.color-black{ color : #000000; } h5.color-black{ color : #000000; } h6.color-black{ color : #000000; } .card.bg-color-black, .bg-color-black{ background-color:#000000; } a.color-black:not(.button){ color:#000000; } a.color-black:not(.button):hover{ color:#141414; } button.color-black, .button.color-black{ background-color:#000000; border-color:#000000; } button.color-black:hover, .button.color-black:hover{ background-color:#141414; border-color:#141414; } button.outline.color-black, .button.outline.color-black{ background:none; border-color:#000000; color:#000000; } button.outline.color-black:hover, .button.outline.color-black:hover{ background:none; border-color:rgba(0,0,0,0.7); color:rgba(0,0,0,0.9); } i.fa.color-black{ color:#000000; } i.fa.icon.bordered.color-black{ border-color:#000000; } i.fa.icon.reverse.color-black{ background-color:#000000; color: #ffffff; } i.fa.icon.reverse.color-white{ color: #d5d5d5; } i.fa.icon.bordered.color-black{ border-color:#000000; } i.fa.icon.reverse.bordered.color-black{ background-color:#000000; color: #ffffff; } .top-right-triangle.color-black{ border-right-color:#000000; } .checked.decoration-color-black li:before { color:#000000; } .stared.decoration-color-black li:before { color:#000000; } .card.card-color-black{ background-color:#000000; } .card.bottom-border-color-black{ border-bottom-color: #000000; } .grad-180-transparent-color-black{  background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 78%, rgba(0,0,0,0.9) 100%) !important; } .border-color-black{ border-color: #000000; } .circle-counter.color-black .circle-bar{ stroke: #000000; }                 /** cached colors style */
            </style>
                <style data-name="woocommerce-colors">
        

.woocommerce .widget_price_filter .price_slider_amount .button
{
	background-color: #343A40 !important;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider span.ui-slider-handle,
.widget_price_filter .ui-slider span.ui-slider-handle {
	background-color: #343A40 !important;
}

.woocommerce input[type=submit],
.woocommerce input[type=button],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background-color: #343A40 !important;
	border-color: #343A40 !important;
}

.woocommerce input[type=submit]:hover,
.woocommerce input[type=button]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background-color: #3E444A !important;
  border-color: #3E444A !important;
}

.nav-links {
	//border-bottom-color: #343A40 !important;
}


.woocommerce ul.products li.product .woocommerce-loop-product__link h3:hover {
	color: #343A40;
}

.nav-links .numbers-navigation a {
	color: #343A40 !important;
}

.nav-links .numbers-navigation a:hover {
	color: #ffffff !important;
}

.nav-links .numbers-navigation span.current, 
.nav-links .numbers-navigation a:hover {
	background-color: #343A40 !important;
}

.nav-links .prev-navigation a,
.nav-links .next-navigation a {
	border-color: #343A40 !important;
	color: #343A40 !important;
}


.nav-links .prev-navigation a:hover, .nav-links .next-navigation a:hover {
	background-color: #3E444A !important;
	color: #ffffff !important;
}

.woocommerce ul.products li.product .ope-woo-card-item {
	//border-bottom-color: #343A40 !important;
}

/*
.sidebar .widget {
	border-top-color: #343A40 !important;
}

.sidebar .widget:last-child {
	border-bottom-color: #343A40 !important;
}

.post-list .post-list-item .card {
	border-bottom-color: #343A40 !important;
}*/

.woocommerce p.stars a {
	color: #343A40 !important;
}


.woocommerce span.onsale {
	background-color: #BCA273 !important;
}

.woocommerce .price del {
	color: #3E444A !important;
}

.woocommerce ul.products li.product .price del {
	color: #3E444A !important;
}

.woocommerce div.product .summary .price del {
	color: #3E444A !important;
}

.woocommerce .star-rating:before {
	color: #BCA273 !important;
}

.woocommerce .star-rating span:before {
  color: #BCA273 !important;
}

.price del {
	color: #3E444A !important;
}

.woocommerce .price,
.woocommerce div.product .summary .price
.woocommerce ul.products li.product .price {
	color: #343A40 !important;
}

.woocommerce div.product .summary .price del {
  font-size: 0.6em;
  color: #5598ef;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a:not(.next):not(.prev){
	color: #343A40 !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a.next,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span {
	background-color: #343A40 !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a.next:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.prev:hover {
   background-color: #3E444A !important;
}


.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background-color: #3E444A !important;
}


.woocommerce ul.products li.product .ope-woo-card-content-categories a {
	color: #BCA273 !important;
}

    </style>
    </head>

<body data-cmplz=1 class="error404 custom-background wp-custom-logo wp-theme-highlight-pro theme-highlight-pro wcz-woocommerce woocommerce-no-js mesmerize-inner-page">
<style>
.screen-reader-text[href="#page-content"]:focus {
   background-color: #f1f1f1;
   border-radius: 3px;
   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   clip: auto !important;
   clip-path: none;
   color: #21759b;

}
</style>
<a class="skip-link screen-reader-text" href="#page-content">Skip to content</a>

<div  id="page-top" class="header-top">
	        <div class="header-top-bar ">
            <div class="">
                <div class="header-top-bar-inner row middle-xs start-xs ">
                        <div class="header-top-bar-area  col-xs area-left">
        <div id="top-bar-menu-container" class="menu-top-bar-left-menu-container"><ul id="top-bar-area-left-menu" class="top-bar-menu"><li id="menu-item-122613" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-122613"><a href="https://traders.mba/sponsored-posts/">Media</a></li>
<li id="menu-item-122614" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-122614"><a href="https://traders.mba/broker-review-listing/">Listing</a></li>
<li id="menu-item-122655" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-122655"><a href="https://traders.mba/white-label-forex-trading-course/">White Label</a></li>
<li id="menu-item-129139" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-129139"><a href="https://traders.mba/exams/">Exams</a></li>
</ul></div>    </div>
                            <div class="header-top-bar-area  col-xs-fit area-right">
                  <div class="top-bar-field" data-type="group"   data-dynamic-mod="true">
              <i class="fa fa-map-marker"></i>
              <span>London, United Kingdom</span>
          </div>
                    <div class="top-bar-field" data-type="group"   data-dynamic-mod="true">
              <i class="fa fa-whatsapp"></i>
              <span>+447351578251</span>
          </div>
                    <div class="top-bar-field" data-type="group"   data-dynamic-mod="true">
              <i class="fa fa-envelope"></i>
              <span>info@traders.mba</span>
          </div>
              </div>
                    </div>
            </div>
        </div>
        	<div class="navigation-bar coloured-nav" >
    <div class="navigation-wrapper dark-logo fixed-dark-logo">
    	<div class="row basis-auto">
	        <div class="logo_col col-xs col-sm-fit">
	            <a href="https://traders.mba/" class="logo-link dark" rel="home" itemprop="url"  data-type="group"  data-dynamic-mod="true"><img width="240" height="65" src="https://traders.mba/wp-content/uploads/2025/08/TradersMBA-Dark-Logo.png" class="logo dark" alt="TradersMBA Dark Logo" itemprop="logo" decoding="async" /></a><a href="https://traders.mba/" class="custom-logo-link" data-type="group"  data-dynamic-mod="true" rel="home"><img width="240" height="65" src="https://traders.mba/wp-content/uploads/2025/08/TradersMBA-Light-Logo.png" class="custom-logo" alt="TradersMBA Light Logo" decoding="async" /></a>	        </div>
	        <div class="main_menu_col col-xs">
	            <div id="mainmenu_container" class="row"><ul id="main_menu" class="simple-menu-items main-menu dropdown-menu"><li id="menu-item-17446" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17446"><a href="https://traders.mba/webinars/">Webinars</a></li>
<li id="menu-item-51520" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-51520"><a href="https://traders.mba/education/">Education</a>
<ul class="sub-menu">
	<li id="menu-item-303" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-303"><a href="https://traders.mba/courses/forex/">Forex Education</a></li>
	<li id="menu-item-51521" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-51521"><a href="https://traders.mba/courses/stock/">Stock Education</a></li>
</ul>
</li>
<li id="menu-item-51519" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-51519"><a href="https://traders.mba/mentoring/">Mentoring</a>
<ul class="sub-menu">
	<li id="menu-item-8072" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8072"><a href="https://traders.mba/courses/forex-mentoring/">Forex Mentoring</a></li>
	<li id="menu-item-51522" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-51522"><a href="https://traders.mba/course/stock-mentoring/">Stock Mentoring</a></li>
</ul>
</li>
<li id="menu-item-7679" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7679"><a href="https://traders.mba/forex-fundamental-analysis/">Analysis</a>
<ul class="sub-menu">
	<li id="menu-item-108050" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-108050"><a href="https://traders.mba/sentiment-analysis/">Sentiment Analysis<sup>FREE</sup></a></li>
	<li id="menu-item-82915" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82915"><a href="https://traders.mba/macroeconomic-data/">Macroeconomic Data</a></li>
	<li id="menu-item-82916" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82916"><a href="https://traders.mba/macroeconomic-analysis-all-currencies/">Macroeconomic Analysis (All Currencies)</a></li>
	<li id="menu-item-82917" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82917"><a href="https://traders.mba/macroeconomic-analysis-major-currency-pairs/">Macroeconomic Analysis (Majors)</a></li>
	<li id="menu-item-82918" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82918"><a href="https://traders.mba/macroeconomic-analysis-minor-currency-pairs/">Macroeconomic Analysis (Minors)</a></li>
	<li id="menu-item-82914" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82914"><a href="https://traders.mba/macroeconomic-commentary/">Macroeconomic Commentary</a></li>
	<li id="menu-item-128922" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-128922"><a href="https://traders.mba/currency-pair-correlation/">Currency Pair Correlation Analysis</a></li>
</ul>
</li>
<li id="menu-item-55689" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-55689"><a href="https://traders.mba/brokers/">Brokers</a>
<ul class="sub-menu">
	<li id="menu-item-50267" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50267"><a href="https://traders.mba/intertrader/">InterTrader</a></li>
	<li id="menu-item-128007" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-128007"><a href="https://traders.mba/vantage/">Vantage</a></li>
	<li id="menu-item-50316" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50316"><a href="https://traders.mba/avatrade/">AvaTrade</a></li>
</ul>
</li>
<li id="menu-item-41245" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-41245"><a href="https://traders.mba/insights-pro/">Insights Pro</a>
<ul class="sub-menu">
	<li id="menu-item-108124" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-108124"><a href="https://traders.mba/traders-digest/">Trader&#8217;s Digest<sup>FREE</sup></a></li>
	<li id="menu-item-49431" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-49431"><a href="https://traders.mba/free-analysis/">Analysis<sup>FREE</sup></a></li>
	<li id="menu-item-40999" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-40999"><a href="https://traders.mba/forex-analysis/">Forex Analysis</a></li>
	<li id="menu-item-41002" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-41002"><a href="https://traders.mba/stocks-analysis/">Stocks Analysis</a></li>
	<li id="menu-item-41000" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-41000"><a href="https://traders.mba/indices-analysis/">Indices Analysis</a></li>
	<li id="menu-item-40997" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-40997"><a href="https://traders.mba/commodities-analysis/">Commodities Analysis</a></li>
</ul>
</li>
<li id="menu-item-12156" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12156"><a href="https://traders.mba/trading-books/">Books</a></li>
<li id="menu-item-127903" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-127903"><a href="https://traders.mba">Tools</a>
<ul class="sub-menu">
	<li id="menu-item-127904" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127904"><a href="https://traders.mba/forex-trade-calculator/">Forex Calculator<sup>FREE</sup></a></li>
	<li id="menu-item-127960" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127960"><a href="https://traders.mba/fibonacci-calculator/">Fibonacci Calculator<sup>FREE</sup></a></li>
	<li id="menu-item-127973" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127973"><a href="https://traders.mba/pivot-point-calculator/">Pivot Point Calculator<sup>FREE</sup></a></li>
	<li id="menu-item-127994" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127994"><a href="https://traders.mba/compounding-calculator/">Compounding Calculator<sup>FREE</sup></a></li>
	<li id="menu-item-128006" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-128006"><a href="https://traders.mba/risk-of-ruin-calculator/">Risk of Ruin Calculator<sup>FREE</sup></a></li>
</ul>
</li>
<li id="menu-item-55422" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-55422"><a href="https://traders.mba/support/">Support</a></li>
<li id="menu-item-55417" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-55417"><a href="https://traders.mba/faqs/">FAQs</a></li>
<li id="menu-item-19399" class="menu-item menu-item-type- menu-item-object-login menu-item-19399"><a href="#">Login</a></li>
<li class="mesmerize-menu-cart"><a href="https://traders.mba/cart/"><span><i class='fa fa-shopping-cart'></i><span class='cart-label'>Cart</span></span></a><div class='mesmerize-woo-header-cart'><div class="widget woocommerce widget_shopping_cart"><h2 class="widgettitle">Basket</h2><div class="widget_shopping_cart_content"></div></div></div></li></ul></div>    <a href="#" data-component="offcanvas" data-target="#offcanvas-wrapper" data-direction="right" data-width="300px" data-push="false">
        <div class="bubble"></div>
        <i class="fa fa-bars"></i>
    </a>
    <div id="offcanvas-wrapper" class="hide force-hide  offcanvas-right">
        <div class="offcanvas-top">
            <div class="logo-holder">
                <a href="https://traders.mba/" class="logo-link dark" rel="home" itemprop="url"  data-type="group"  data-dynamic-mod="true"><img width="240" height="65" src="https://traders.mba/wp-content/uploads/2025/08/TradersMBA-Dark-Logo.png" class="logo dark" alt="TradersMBA Dark Logo" itemprop="logo" decoding="async" /></a><a href="https://traders.mba/" class="custom-logo-link" data-type="group"  data-dynamic-mod="true" rel="home"><img width="240" height="65" src="https://traders.mba/wp-content/uploads/2025/08/TradersMBA-Light-Logo.png" class="custom-logo" alt="TradersMBA Light Logo" decoding="async" /></a>            </div>
        </div>
        <div id="offcanvas-menu" class="menu-main-menu-container"><ul id="offcanvas_menu" class="offcanvas_menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17446"><a href="https://traders.mba/webinars/">Webinars</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-51520"><a href="https://traders.mba/education/">Education</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-303"><a href="https://traders.mba/courses/forex/">Forex Education</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-51521"><a href="https://traders.mba/courses/stock/">Stock Education</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-51519"><a href="https://traders.mba/mentoring/">Mentoring</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8072"><a href="https://traders.mba/courses/forex-mentoring/">Forex Mentoring</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-51522"><a href="https://traders.mba/course/stock-mentoring/">Stock Mentoring</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7679"><a href="https://traders.mba/forex-fundamental-analysis/">Analysis</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-108050"><a href="https://traders.mba/sentiment-analysis/">Sentiment Analysis<sup>FREE</sup></a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82915"><a href="https://traders.mba/macroeconomic-data/">Macroeconomic Data</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82916"><a href="https://traders.mba/macroeconomic-analysis-all-currencies/">Macroeconomic Analysis (All Currencies)</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82917"><a href="https://traders.mba/macroeconomic-analysis-major-currency-pairs/">Macroeconomic Analysis (Majors)</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82918"><a href="https://traders.mba/macroeconomic-analysis-minor-currency-pairs/">Macroeconomic Analysis (Minors)</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82914"><a href="https://traders.mba/macroeconomic-commentary/">Macroeconomic Commentary</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-128922"><a href="https://traders.mba/currency-pair-correlation/">Currency Pair Correlation Analysis</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-55689"><a href="https://traders.mba/brokers/">Brokers</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50267"><a href="https://traders.mba/intertrader/">InterTrader</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-128007"><a href="https://traders.mba/vantage/">Vantage</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50316"><a href="https://traders.mba/avatrade/">AvaTrade</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-41245"><a href="https://traders.mba/insights-pro/">Insights Pro</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-108124"><a href="https://traders.mba/traders-digest/">Trader&#8217;s Digest<sup>FREE</sup></a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-49431"><a href="https://traders.mba/free-analysis/">Analysis<sup>FREE</sup></a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-40999"><a href="https://traders.mba/forex-analysis/">Forex Analysis</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-41002"><a href="https://traders.mba/stocks-analysis/">Stocks Analysis</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-41000"><a href="https://traders.mba/indices-analysis/">Indices Analysis</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-40997"><a href="https://traders.mba/commodities-analysis/">Commodities Analysis</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12156"><a href="https://traders.mba/trading-books/">Books</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-127903"><a href="https://traders.mba">Tools</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127904"><a href="https://traders.mba/forex-trade-calculator/">Forex Calculator<sup>FREE</sup></a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127960"><a href="https://traders.mba/fibonacci-calculator/">Fibonacci Calculator<sup>FREE</sup></a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127973"><a href="https://traders.mba/pivot-point-calculator/">Pivot Point Calculator<sup>FREE</sup></a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127994"><a href="https://traders.mba/compounding-calculator/">Compounding Calculator<sup>FREE</sup></a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-128006"><a href="https://traders.mba/risk-of-ruin-calculator/">Risk of Ruin Calculator<sup>FREE</sup></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-55422"><a href="https://traders.mba/support/">Support</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-55417"><a href="https://traders.mba/faqs/">FAQs</a></li>
<li class="menu-item menu-item-type- menu-item-object-login menu-item-19399"><a href="#">Login</a></li>
<li class="mesmerize-menu-cart-secondary"><a href="https://traders.mba/cart/"><span><i class='fa fa-shopping-cart'></i><span class='cart-label'>Cart</span></span></a></li></ul></div>
            <div data-type="group"  data-dynamic-mod="true" class="social-icons">
                      <a target="_blank"  class="social-icon" href="https://www.facebook.com/tradersmba">
                  <i class="fa fa-facebook-official"></i>
              </a>
                            <a target="_blank"  class="social-icon" href="https://uk.linkedin.com/company/tradersmba">
                  <i class="fa fa-linkedin-square"></i>
              </a>
                            <a target="_blank"  class="social-icon" href="https://www.instagram.com/tradersmba">
                  <i class="fa fa-instagram"></i>
              </a>
                            <a target="_blank"  class="social-icon" href="https://www.youtube.com/@tradersmba">
                  <i class="fa fa-youtube-square"></i>
              </a>
              
    </div>

        </div>
    	        </div>
	    </div>
    </div>
</div>
</div>

<div id="page" class="site">
    <div class="header-wrapper">
        <div  class='header' style='; background:#BCA273'>
            								    <div class="inner-header-description gridContainer">
        <div class="row header-description-row">
    <div class="col-xs col-xs-12">
        <h1 class="hero-title">
            Page not found        </h1>
            </div>
        </div>
    </div>
        <script>
		if (window.mesmerizeSetHeaderTopSpacing) {
			window.mesmerizeSetHeaderTopSpacing();
		}
    </script>
    <div class='split-header'></div>                    </div>
    </div>

    <div id='page-content' class="content blog-page">
        <div class="gridContainer gridContainer content">
            <div class="row">
                <div class="col-xs-12 col-sm-8 col-md-9">
                    <div class="post-list row"  data-no-masonry='1' >
                        <div id="post-" class="">
  <div class="post-content-single">
    <h3 class="page-title">
    Nothing Found    </h3>
              <p>It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.</p>
        <form role="search" method="get" class="search-form" action="https://traders.mba/">
    <label>
        <span class="screen-reader-text">Search for:</span>
        <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s"/>
    </label>
</form>
        </div>
</div>
                    </div>
                    <div class="navigation-c">
                                            </div>
                </div>
                
<div class="sidebar col-sm-4 col-md-3">
    <div class="panel bg-color-white">
        <div id="block-8" class="widget widget_block"><div class="yoast-breadcrumbs"><span><span><a href="https://traders.mba/">Home</a></span> &gt; <span class="breadcrumb_last" aria-current="page"><strong>Error 404: Page not found</strong></span></span></div></div><div id="block-2" class="widget widget_block widget_search"><form role="search" method="get" action="https://traders.mba/" class="wp-block-search__button-inside wp-block-search__icon-button wp-block-search"    ><label class="wp-block-search__label screen-reader-text" for="wp-block-search__input-1" >Search</label><div class="wp-block-search__inside-wrapper " ><input class="wp-block-search__input" id="wp-block-search__input-1" placeholder="Search..." value="" type="search" name="s" required /><button aria-label="Search" class="wp-block-search__button has-icon wp-element-button" type="submit" ><svg class="search-icon" viewBox="0 0 24 24" width="24" height="24">
					<path d="M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z"></path>
				</svg></button></div></form></div><div id="block-35" class="widget widget_block">
<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex">
<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-background wp-element-button" href="https://traders.mba/insights-pro/" style="border-radius:5px;background-color:#bca273"><strong>Join Insights Pro</strong></a></div>



<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-background wp-element-button" href="https://go.intertrader.com/visit?bta=35086&amp;brand=intertrader&amp;campaign=1364293595" style="border-radius:5px;background-color:#bca273" rel="nofollow"><strong>Trade Account</strong></a></div>



<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-background wp-element-button" href="https://traders.mba/trading-courses/" style="border-radius:5px;background-color:#bca273"><strong>Learn To Trade</strong></a></div>
</div>
</div><div id="block-51" class="widget widget_block widget_media_image"><div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://go.intertrader.com/visit/?bta=35086&amp;brand=intertrader&amp;campaign=1364293595" target="_blank" rel="nofollow"><picture decoding="async" class="wp-image-71312">
<source type="image/webp" srcset="https://traders.mba/wp-content/uploads/2025/04/Intertrader-banner.png.webp 1080w, https://traders.mba/wp-content/uploads/2025/04/Intertrader-banner-300x300.png.webp 300w, https://traders.mba/wp-content/uploads/2025/04/Intertrader-banner-1024x1024.png.webp 1024w, https://traders.mba/wp-content/uploads/2025/04/Intertrader-banner-150x150.png.webp 150w, https://traders.mba/wp-content/uploads/2025/04/Intertrader-banner-768x768.png.webp 768w, https://traders.mba/wp-content/uploads/2025/04/Intertrader-banner-120x120.png.webp 120w, https://traders.mba/wp-content/uploads/2025/04/Intertrader-banner-600x600.png.webp 600w, https://traders.mba/wp-content/uploads/2025/04/Intertrader-banner-100x100.png.webp 100w" sizes="(max-width: 1080px) 100vw, 1080px"/>
<img decoding="async" width="1080" height="1080" src="https://traders.mba/wp-content/uploads/2025/04/Intertrader-banner.png" alt="" srcset="https://traders.mba/wp-content/uploads/2025/04/Intertrader-banner.png 1080w, https://traders.mba/wp-content/uploads/2025/04/Intertrader-banner-300x300.png 300w, https://traders.mba/wp-content/uploads/2025/04/Intertrader-banner-1024x1024.png 1024w, https://traders.mba/wp-content/uploads/2025/04/Intertrader-banner-150x150.png 150w, https://traders.mba/wp-content/uploads/2025/04/Intertrader-banner-768x768.png 768w, https://traders.mba/wp-content/uploads/2025/04/Intertrader-banner-120x120.png 120w, https://traders.mba/wp-content/uploads/2025/04/Intertrader-banner-600x600.png 600w, https://traders.mba/wp-content/uploads/2025/04/Intertrader-banner-100x100.png 100w" sizes="(max-width: 1080px) 100vw, 1080px"/>
</picture>
</a></figure></div></div><div id="block-31" class="widget widget_block">
<h5 class="wp-block-heading has-text-align-center"><strong>Insights Pro</strong></h5>
</div><div id="block-34" class="widget widget_block">
<ul class="wp-block-list">
<li><a href="https://traders.mba/traders-digest/">Trader's Digest <sup>FREE</sup></a></li>



<li><a href="https://traders.mba/free-analysis/">Analysis <sup>FREE</sup></a></li>



<li><a href="https://traders.mba/forex-analysis/">Forex Analysis</a></li>



<li><a href="https://traders.mba/stocks-analysis/">Stocks Analysis</a></li>



<li><a href="https://traders.mba/indices-analysis/">Indices Analysis</a></li>



<li><a href="https://traders.mba/commodities-analysis/">Commodities Analysis</a></li>
</ul>
</div><div id="block-33" class="widget widget_block">
<h5 class="wp-block-heading has-text-align-center"><strong>Forex Fundamental Analysis</strong></h5>
</div><div id="block-52" class="widget widget_block">
<ul class="wp-block-list">
<li><a href="https://traders.mba/sentiment-analysis/">Sentiment Analysis <sup>FREE</sup></a></li>



<li><a href="https://traders.mba/macroeconomic-data/">Macroeconomic Data</a></li>



<li><a href="https://traders.mba/macroeconomic-analysis-all-currencies/">Macroeconomic Analysis (All Currencies)</a></li>



<li><a href="https://traders.mba/macroeconomic-analysis-major-currency-pairs/">Macroeconomic Analysis (Majors)</a></li>



<li><a href="https://traders.mba/macroeconomic-analysis-minor-currency-pairs/">Macroeconomic Analysis (Minors)</a></li>



<li><a href="https://traders.mba/macroeconomic-commentary/">Macroeconomic Commentary</a></li>
</ul>
</div><div id="block-53" class="widget widget_block">
<h5 class="wp-block-heading has-text-align-center"><strong>Latest Insights</strong></h5>
</div><div id="block-6" class="widget widget_block widget_recent_entries"><ul class="wp-block-latest-posts__list aligncenter wp-block-latest-posts"><li><a class="wp-block-latest-posts__post-title" href="https://traders.mba/eur-usd-bears-position-for-a-turn-after-rally/">EUR/USD: Bears Position for a Turn After Rally</a></li>
<li><a class="wp-block-latest-posts__post-title" href="https://traders.mba/usd-cad-dollar-bulls-eye-breakout-above-1-40/">USD/CAD: Dollar Bulls Eye Breakout Above 1.40</a></li>
<li><a class="wp-block-latest-posts__post-title" href="https://traders.mba/eur-usd-weakens-as-growth-divergence-favors-dollar/">EUR/USD Weakens as Growth Divergence Favors Dollar</a></li>
<li><a class="wp-block-latest-posts__post-title" href="https://traders.mba/usd-cad-weakens-despite-holding-above-the-cloud/">USD/CAD Weakens Despite Holding Above the Cloud</a></li>
<li><a class="wp-block-latest-posts__post-title" href="https://traders.mba/aud-usd-short-trade-overextended-rally-at-risk/">AUD/USD Short Trade: Overextended Rally at Risk</a></li>
<li><a class="wp-block-latest-posts__post-title" href="https://traders.mba/gbp-usd-supported-by-resilient-fundamentals/">GBP/USD Supported by Resilient Fundamentals</a></li>
<li><a class="wp-block-latest-posts__post-title" href="https://traders.mba/eur-jpy-outlook-policy-divergence-fuels-upside/">EUR/JPY Outlook: Policy Divergence Fuels Upside</a></li>
<li><a class="wp-block-latest-posts__post-title" href="https://traders.mba/aud-jpy-bullish-momentum-builds-above-key-support/">AUD/JPY: Bullish Momentum Builds Above Key Support</a></li>
<li><a class="wp-block-latest-posts__post-title" href="https://traders.mba/usd-jpy-poised-for-breakout-on-yield-differentials/">USD/JPY Poised for Breakout on Yield Differentials</a></li>
<li><a class="wp-block-latest-posts__post-title" href="https://traders.mba/plug-power-stock-outlook-what-to-expect-over-the-next-1-3-months/">Plug Power Stock Outlook: What to Expect Over the Next 1–3 Months</a></li>
<li><a class="wp-block-latest-posts__post-title" href="https://traders.mba/eur-usd-at-risk-despite-holding-above-cloud/">EUR/USD at Risk Despite Holding Above Cloud</a></li>
<li><a class="wp-block-latest-posts__post-title" href="https://traders.mba/short-eur-jpy-euro-weakness-meets-yen-safe-haven-appeal/">Short EUR/JPY: Euro Weakness Meets Yen Safe-Haven Appeal</a></li>
</ul></div><div id="block-28" class="widget widget_block">
<h5 class="wp-block-heading has-text-align-center"><strong>Learn To Trade</strong></h5>
</div><div id="block-16" class="widget widget_block">
<ul class="wp-block-list">
<li><a href="https://traders.mba/courses/forex/">Applied Professional Forex Trading (Mini MBA) </a></li>



<li><a href="https://traders.mba/courses/forex-mentoring/">Applied Professional Forex Trading (Mini MBA) With Mentoring</a></li>



<li><a href="https://traders.mba/courses/stock/">Applied Professional Stock Trading (Mini MBA)</a> </li>



<li><a href="https://traders.mba/courses/stock-mentoring/">Applied Professional Stock Trading (Mini MBA) With Mentoring</a></li>
</ul>
</div>    </div>
</div>
            </div>
        </div>
    </div>

<div  class='footer footer-1'>
    <div  class='footer-content' style=''>
        <div class="gridContainer">
            <div class="row middle-xs">
                <div class="col-xs-12 col-sm-6 col-md-3">
                    <div class="footer-logo">
                        <h4><span data-type="group"  data-dynamic-mod="true">Traders MBA</span></h4>
                    </div>
                    <div class="muted"><p  class="copyright" data-type="group" >© 2025 Traders MBA.  </p></div>
                </div>
                <div class="col-xs-12 col-sm-12 col-md-6 center-xs menu-column">
                    <div class="horizontal_footer_menu"><ul id="footer_menu" class="footer-nav"><li id="menu-item-984" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-984"><a href="https://traders.mba/terms-conditions/">Terms &#038; Conditions</a></li>
<li id="menu-item-8464" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8464"><a href="https://traders.mba/cookie-policy/">Cookies Policy</a></li>
<li id="menu-item-8465" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-8465"><a rel="privacy-policy" href="https://traders.mba/privacy-statement/">Privacy Policy</a></li>
<li id="menu-item-8466" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8466"><a href="https://traders.mba/disclaimer/">Disclaimer Agreement</a></li>
<li id="menu-item-122602" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-122602"><a href="https://traders.mba/reviews-transparency-policy/">Transparency</a></li>
<li id="menu-item-75902" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-75902"><a href="https://traders.mba/broker-review-listing/">Broker Listing</a></li>
<li id="menu-item-111427" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-111427"><a href="https://traders.mba/sponsored-posts/">Sponsored Posts</a></li>
<li id="menu-item-1609" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1609"><a href="https://traders.mba/contact/">Contact</a></li>
</ul></div>                </div>
                    <div data-type="group"  data-dynamic-mod="true" class="end-sm col-sm-6 col-md-3 footer-social-icons">
                      <a target="_blank"  class="social-icon" href="https://www.facebook.com/tradersmba/">
                  <i class="fa fa-facebook-official"></i>
              </a>
                            <a target="_blank"  class="social-icon" href="https://uk.linkedin.com/company/tradersmba">
                  <i class="fa fa-linkedin-square"></i>
              </a>
                            <a target="_blank"  class="social-icon" href="https://www.instagram.com/tradersmba/">
                  <i class="fa fa-instagram"></i>
              </a>
                            <a target="_blank"  class="social-icon" href="https://www.youtube.com/@TradersMBA">
                  <i class="fa fa-youtube-square"></i>
              </a>
              
    </div>

                </div>
        </div>
    </div>
</div>
	</div>
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/highlight-pro\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script src='https://cdn.jsdelivr.net/npm/chart.js'></script>
        <script>
        window.onload = function() {
            const scores = {"AUD":-2,"CAD":10,"CHF":18,"EUR":-3,"GBP":5,"JPY":-25,"USD":15,"BRL":-8,"CNH":22,"CLP":-5,"COP":-12,"CZK":10,"DKK":28,"HKD":15,"HUF":-10,"ILS":-4,"INR":12,"KRW":8,"MXN":25,"NOK":18,"NZD":-6,"PLN":14,"SEK":12,"SGD":20,"THB":10,"TRY":-28,"TWD":15,"ZAR":-20};
            const majors = ["AUD\/CAD","AUD\/CHF","AUD\/JPY","AUD\/USD","CAD\/CHF","CAD\/JPY","CHF\/JPY","EUR\/AUD","EUR\/CAD","EUR\/CHF","EUR\/GBP","EUR\/JPY","EUR\/USD","GBP\/AUD","GBP\/CAD","GBP\/CHF","GBP\/JPY","GBP\/USD","USD\/CAD","USD\/CHF","USD\/JPY"];
            const minors = ["AUD\/DKK","AUD\/HUF","AUD\/NOK","AUD\/NZD","AUD\/PLN","AUD\/SGD","CAD\/MXN","CAD\/SGD","CHF\/DKK","CHF\/HUF","CHF\/NOK","CHF\/PLN","CHF\/SEK","CHF\/SGD","EUR\/CNH","EUR\/CZK","EUR\/DKK","EUR\/HUF","EUR\/ILS","EUR\/MXN","EUR\/NOK","EUR\/NZD","EUR\/PLN","EUR\/SEK","EUR\/SGD","EUR\/TRY","EUR\/ZAR","GBP\/CNH","GBP\/DKK","GBP\/HUF","GBP\/MXN","GBP\/NOK","GBP\/NZD","GBP\/SEK","GBP\/SGD","GBP\/TRY","MXN\/JPY","NOK\/JPY","NOK\/SEK","NZD\/CAD","NZD\/CHF","NZD\/CNH","NZD\/HUF","NZD\/JPY","NZD\/SGD","NZD\/USD","PLN\/JPY","SEK\/JPY","SGD\/JPY","USD\/BRL","USD\/CLP","USD\/CNH","USD\/COP","USD\/CZK","USD\/DKK","USD\/HKD","USD\/HUF","USD\/ILS","USD\/INR","USD\/KRW","USD\/MXN","USD\/NOK","USD\/PLN","USD\/SEK","USD\/SGD","USD\/THB","USD\/TRY","USD\/TWD","USD\/ZAR"];

            function renderChart(type, canvasId) {
                const ctx = document.getElementById(canvasId);
                if (!ctx) return;
                let labels = [], values = [];

                if (type === 'currencies') {
                    for (const k in scores) {
                        labels.push(k);
                        values.push(scores[k]);
                    }
                } else {
                    const list = (type === 'majors') ? majors : (type === 'minors' ? minors : majors.concat(minors));
                    for (const pair of list) {
                        const [base, quote] = pair.split('/');
                        const val = (scores[base] || 0) - (scores[quote] || 0);
                        labels.push(pair);
                        values.push(val);
                    }
                }

                new Chart(ctx, {
                    type: 'bar',
                    data: {
                        labels: labels,
                        datasets: [{
                            data: values,
                            backgroundColor: values.map(v => v > 0 ? '#28a745' : v < 0 ? '#dc3545' : '#ffc107')
                        }]
                    },
                    options: { responsive: true, plugins: { legend: { display: false } } }
                });
            }

            renderChart('currencies', 'macro-chart-currencies');
            renderChart('majors', 'macro-chart-majors');
            renderChart('minors', 'macro-chart-minors');
            renderChart('all', 'macro-chart-all');
        };
        </script>    <script>
      document.addEventListener("DOMContentLoaded", function () {
        if (window.mesmerizeSetHeaderTopSpacing) {
          window.mesmerizeSetHeaderTopSpacing();
        }
      });
    </script>
    <style>
  #offcanvas-menu #tmba-corp-panel{
    margin:12px 0 18px;
    padding:14px 16px 18px;
    background:rgba(255,255,255,0.04);
    border-radius:8px;
    text-align:center !important;
  }
  #offcanvas-menu #tmba-corp-panel .tmba-corp-title{
    margin:0 0 12px;
    font-size:12px;
    font-weight:600;
    opacity:.8;
    letter-spacing:.02em;
  }

  /* Strict 2×2 grid: Media | Listing (row 1), White Label | Exams (row 2) */
  #offcanvas-menu #tmba-corp-panel .tmba-corp-actions{
    display:grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 52px 52px !important;
    grid-template-areas:
      "media listing"
      "white exams" !important;
    gap:12px !important;
    width:100%;
    justify-items:stretch !important;
    align-items:stretch !important;
  }

  /* Map each button to its cell */
  #offcanvas-menu #tmba-corp-panel .tmba-btn-media  { grid-area: media  !important; }
  #offcanvas-menu #tmba-corp-panel .tmba-btn-listing{ grid-area: listing!important; }
  #offcanvas-menu #tmba-corp-panel .tmba-btn-white  { grid-area: white  !important; }
  #offcanvas-menu #tmba-corp-panel .tmba-btn-exams  { grid-area: exams  !important; }

  /* Button styling */
  #offcanvas-menu #tmba-corp-panel .tmba-corp-btn{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:100% !important;
    padding:0 14px !important;
    box-sizing:border-box !important;

    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.18);
    border-radius:8px;
    color:inherit !important;
    text-decoration:none !important;

    line-height:1.1;
    font-size:14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;

    max-width:none !important;
    min-width:0 !important;
    margin:0 !important; /* kill theme margins */
  }
  #offcanvas-menu #tmba-corp-panel .tmba-corp-btn:hover{
    background:rgba(255,255,255,0.10);
  }
</style>
<script>
(function(){
  const UL_SEL   = '#offcanvas_menu';
  const PANEL_ID = 'tmba-corp-panel';

  function buildPanel(){
    const wrap = document.createElement('div');
    wrap.id = PANEL_ID;
    wrap.innerHTML = `
      <div class="tmba-corp-title">Corporate Solutions</div>
      <div class="tmba-corp-actions"
           style="display:grid;grid-template-columns:1fr 1fr;grid-template-rows:52px 52px;grid-template-areas:'media listing' 'white exams';gap:12px;">
        <a class="tmba-corp-btn tmba-btn-media"   style="grid-area:media"   href="https://traders.mba/sponsored-posts/">Media</a>
        <a class="tmba-corp-btn tmba-btn-listing" style="grid-area:listing" href="https://traders.mba/broker-review-listing/">Listing</a>
        <a class="tmba-corp-btn tmba-btn-white"   style="grid-area:white"   href="https://traders.mba/white-label-forex-trading-course/">White Label</a>
        <a class="tmba-corp-btn tmba-btn-exams"   style="grid-area:exams"   href="https://traders.mba/exams/">Exams</a>
      </div>
    `;
    return wrap;
  }

  function findSocialBlock(){
    const sel = '#offcanvas-menu i.fa, #offcanvas-menu i.fab';
    const icons = Array.from(document.querySelectorAll(sel))
      .filter(i => /facebook|instagram|youtube|whatsapp|twitter|linkedin|x-twitter/i.test(i.className));
    if (!icons.length) return null;
    const isBrand = el => /facebook|instagram|youtube|whatsapp|twitter|linkedin|x-twitter/i.test(el.className||'');
    let node = icons[0].parentElement;
    while (node && node.id !== 'offcanvas-menu') {
      const brands = Array.from(node.querySelectorAll('i.fa, i.fab')).filter(isBrand).length;
      if (brands >= 2) break;
      node = node.parentElement;
    }
    return node || icons[0].parentElement;
  }

  function injectOnce(){
    const ul = document.querySelector(UL_SEL);
    if (!ul) return;
    const old = document.getElementById(PANEL_ID);
    if (old) old.remove();

    const panel = buildPanel();
    const socials = findSocialBlock();
    if (socials) socials.insertAdjacentElement('beforebegin', panel);
    else ul.insertAdjacentElement('afterend', panel);
  }

  document.addEventListener('DOMContentLoaded', injectOnce, { once:true });
  window.addEventListener('load', injectOnce, { once:true });
})();
</script>

<!-- Consent Management powered by Complianz | GDPR/CCPA Cookie Consent https://wordpress.org/plugins/complianz-gdpr -->
<div id="cmplz-cookiebanner-container"><div class="cmplz-cookiebanner cmplz-hidden banner-2  optin cmplz-bottom-right cmplz-categories-type-view-preferences" aria-modal="true" data-nosnippet="true" role="dialog" aria-live="polite" aria-labelledby="cmplz-header-2-optin" aria-describedby="cmplz-message-2-optin">
	<div class="cmplz-header">
		<div class="cmplz-logo"></div>
		<div class="cmplz-title" id="cmplz-header-2-optin">Manage Consent</div>
		<div class="cmplz-close" tabindex="0" role="button" aria-label="close-dialog">
			<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"><path fill="currentColor" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg>
		</div>
	</div>

	<div class="cmplz-divider cmplz-divider-header"></div>
	<div class="cmplz-body">
		<div class="cmplz-message" id="cmplz-message-2-optin">To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behaviour or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.</div>
		<!-- categories start -->
		<div class="cmplz-categories">
			<details class="cmplz-category cmplz-functional" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Functional</span>
							<span class='cmplz-always-active'>
								<span class="cmplz-banner-checkbox">
									<input type="checkbox"
										   id="cmplz-functional-optin"
										   data-category="cmplz_functional"
										   class="cmplz-consent-checkbox cmplz-functional"
										   size="40"
										   value="1"/>
									<label class="cmplz-label" for="cmplz-functional-optin"><span class="screen-reader-text">Functional</span></label>
								</span>
								Always active							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-functional">The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.</span>
				</div>
			</details>

			<details class="cmplz-category cmplz-preferences" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Preferences</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-preferences-optin"
									   data-category="cmplz_preferences"
									   class="cmplz-consent-checkbox cmplz-preferences"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-preferences-optin"><span class="screen-reader-text">Preferences</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-preferences">The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.</span>
				</div>
			</details>

			<details class="cmplz-category cmplz-statistics" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Statistics</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-statistics-optin"
									   data-category="cmplz_statistics"
									   class="cmplz-consent-checkbox cmplz-statistics"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-statistics-optin"><span class="screen-reader-text">Statistics</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-statistics">The technical storage or access that is used exclusively for statistical purposes.</span>
					<span class="cmplz-description-statistics-anonymous">The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.</span>
				</div>
			</details>
			<details class="cmplz-category cmplz-marketing" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Marketing</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-marketing-optin"
									   data-category="cmplz_marketing"
									   class="cmplz-consent-checkbox cmplz-marketing"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-marketing-optin"><span class="screen-reader-text">Marketing</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-marketing">The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.</span>
				</div>
			</details>
		</div><!-- categories end -->
			</div>

	<div class="cmplz-links cmplz-information">
		<a class="cmplz-link cmplz-manage-options cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Manage options</a>
		<a class="cmplz-link cmplz-manage-third-parties cookie-statement" href="#" data-relative_url="#cmplz-cookies-overview">Manage services</a>
		<a class="cmplz-link cmplz-manage-vendors tcf cookie-statement" href="#" data-relative_url="#cmplz-tcf-wrapper">Manage {vendor_count} vendors</a>
		<a class="cmplz-link cmplz-external cmplz-read-more-purposes tcf" target="_blank" rel="noopener noreferrer nofollow" href="https://cookiedatabase.org/tcf/purposes/">Read more about these purposes</a>
			</div>

	<div class="cmplz-divider cmplz-footer"></div>

	<div class="cmplz-buttons">
		<button class="cmplz-btn cmplz-accept">Accept</button>
		<button class="cmplz-btn cmplz-deny">Deny</button>
		<button class="cmplz-btn cmplz-view-preferences">View preferences</button>
		<button class="cmplz-btn cmplz-save-preferences">Save preferences</button>
		<a class="cmplz-btn cmplz-manage-options tcf cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">View preferences</a>
			</div>

	<div class="cmplz-links cmplz-documents">
		<a class="cmplz-link cookie-statement" href="#" data-relative_url="">{title}</a>
		<a class="cmplz-link privacy-statement" href="#" data-relative_url="">{title}</a>
		<a class="cmplz-link impressum" href="#" data-relative_url="">{title}</a>
			</div>

</div>
</div>
					<div id="cmplz-manage-consent" data-nosnippet="true"><button class="cmplz-btn cmplz-hidden cmplz-manage-consent manage-consent-2">Manage consent</button>

</div>        <!-- Click to Chat - https://holithemes.com/plugins/click-to-chat/  v4.28 -->
                <style id="ht-ctc-animations">.ht_ctc_animation{animation-duration:1s;animation-fill-mode:both;animation-delay:0s;animation-iteration-count:1;}
                @keyframes bounce{from,20%,53%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0) scaleY(0.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.ht_ctc_an_bounce{animation-name:bounce;transform-origin:center bottom}
                </style>
          
            <div class="ht-ctc ht-ctc-chat ctc-analytics ctc_wp_desktop style-4  ht_ctc_entry_animation ht_ctc_an_entry_corner " id="ht-ctc-chat"  
                style="display: none;  position: fixed; bottom: 25px; right: 10px;"   >
                                <div class="ht_ctc_style ht_ctc_chat_style">
                
<div class="ctc_chip ctc-analytics ctc_s_4 ctc_nb" style="display:flex;justify-content: center;align-items: center;background-color:#25d366;color:#ffffff;padding:0 12px;border-radius:25px;font-size:13px;line-height:32px; " data-nb_top="-10px" data-nb_right="-10px">
            <span class="s4_img" style="margin:0 8px 0 -12px;;order:0;"><svg style="pointer-events:none; display: block; height:32px; width:32px;" width="32px" height="32px" viewBox="0 0 1219.547 1225.016">
            <path style="fill: #E0E0E0;" fill="#E0E0E0" d="M1041.858 178.02C927.206 63.289 774.753.07 612.325 0 277.617 0 5.232 272.298 5.098 606.991c-.039 106.986 27.915 211.42 81.048 303.476L0 1225.016l321.898-84.406c88.689 48.368 188.547 73.855 290.166 73.896h.258.003c334.654 0 607.08-272.346 607.222-607.023.056-162.208-63.052-314.724-177.689-429.463zm-429.533 933.963h-.197c-90.578-.048-179.402-24.366-256.878-70.339l-18.438-10.93-191.021 50.083 51-186.176-12.013-19.087c-50.525-80.336-77.198-173.175-77.16-268.504.111-278.186 226.507-504.503 504.898-504.503 134.812.056 261.519 52.604 356.814 147.965 95.289 95.36 147.728 222.128 147.688 356.948-.118 278.195-226.522 504.543-504.693 504.543z"/>
            <linearGradient id="htwaicona-chat-s4" gradientUnits="userSpaceOnUse" x1="609.77" y1="1190.114" x2="609.77" y2="21.084">
                <stop offset="0" stop-color="#20b038"/>
                <stop offset="1" stop-color="#60d66a"/>
            </linearGradient>
            <path style="fill: url(#htwaicona-chat-s4);" fill="url(#htwaicona-chat-s4)" d="M27.875 1190.114l82.211-300.18c-50.719-87.852-77.391-187.523-77.359-289.602.133-319.398 260.078-579.25 579.469-579.25 155.016.07 300.508 60.398 409.898 169.891 109.414 109.492 169.633 255.031 169.57 409.812-.133 319.406-260.094 579.281-579.445 579.281-.023 0 .016 0 0 0h-.258c-96.977-.031-192.266-24.375-276.898-70.5l-307.188 80.548z"/>
            <image overflow="visible" opacity=".08" width="682" height="639" transform="translate(270.984 291.372)"/>
            <path fill-rule="evenodd" clip-rule="evenodd" style="fill: #FFFFFF;" fill="#FFF" d="M462.273 349.294c-11.234-24.977-23.062-25.477-33.75-25.914-8.742-.375-18.75-.352-28.742-.352-10 0-26.25 3.758-39.992 18.766-13.75 15.008-52.5 51.289-52.5 125.078 0 73.797 53.75 145.102 61.242 155.117 7.5 10 103.758 166.266 256.203 226.383 126.695 49.961 152.477 40.023 179.977 37.523s88.734-36.273 101.234-71.297c12.5-35.016 12.5-65.031 8.75-71.305-3.75-6.25-13.75-10-28.75-17.5s-88.734-43.789-102.484-48.789-23.75-7.5-33.75 7.516c-10 15-38.727 48.773-47.477 58.773-8.75 10.023-17.5 11.273-32.5 3.773-15-7.523-63.305-23.344-120.609-74.438-44.586-39.75-74.688-88.844-83.438-103.859-8.75-15-.938-23.125 6.586-30.602 6.734-6.719 15-17.508 22.5-26.266 7.484-8.758 9.984-15.008 14.984-25.008 5-10.016 2.5-18.773-1.25-26.273s-32.898-81.67-46.234-111.326z"/>
            <path style="fill: #FFFFFF;" fill="#FFF" d="M1036.898 176.091C923.562 62.677 772.859.185 612.297.114 281.43.114 12.172 269.286 12.039 600.137 12 705.896 39.633 809.13 92.156 900.13L7 1211.067l318.203-83.438c87.672 47.812 186.383 73.008 286.836 73.047h.255.003c330.812 0 600.109-269.219 600.25-600.055.055-160.343-62.328-311.108-175.649-424.53zm-424.601 923.242h-.195c-89.539-.047-177.344-24.086-253.93-69.531l-18.227-10.805-188.828 49.508 50.414-184.039-11.875-18.867c-49.945-79.414-76.312-171.188-76.273-265.422.109-274.992 223.906-498.711 499.102-498.711 133.266.055 258.516 52 352.719 146.266 94.195 94.266 146.031 219.578 145.992 352.852-.118 274.999-223.923 498.749-498.899 498.749z"/>
        </svg></span>
            <span class="ctc_cta">WhatsApp</span>
</div>
                </div>
            </div>
                        <span class="ht_ctc_chat_data" data-settings="{&quot;number&quot;:&quot;447351578251&quot;,&quot;pre_filled&quot;:&quot;&quot;,&quot;dis_m&quot;:&quot;show&quot;,&quot;dis_d&quot;:&quot;show&quot;,&quot;css&quot;:&quot;display: none; cursor: pointer; z-index: 99999999;&quot;,&quot;pos_d&quot;:&quot;position: fixed; bottom: 25px; right: 10px;&quot;,&quot;pos_m&quot;:&quot;position: fixed; bottom: 25px; right: 10px;&quot;,&quot;side_d&quot;:&quot;right&quot;,&quot;side_m&quot;:&quot;right&quot;,&quot;schedule&quot;:&quot;yes&quot;,&quot;se&quot;:150,&quot;ani&quot;:&quot;ht_ctc_an_bounce&quot;,&quot;url_structure_d&quot;:&quot;web&quot;,&quot;url_target_d&quot;:&quot;_blank&quot;,&quot;ga&quot;:&quot;yes&quot;,&quot;fb&quot;:&quot;yes&quot;,&quot;webhook_format&quot;:&quot;json&quot;,&quot;g_init&quot;:&quot;default&quot;,&quot;g_an_event_name&quot;:&quot;chat: {number}&quot;,&quot;pixel_event_name&quot;:&quot;Click to Chat by HoliThemes&quot;,&quot;z_index&quot;:&quot;99999999&quot;,&quot;tz&quot;:&quot;1&quot;,&quot;bh&quot;:&quot;always&quot;,&quot;timedelay&quot;:&quot;0&quot;,&quot;scroll&quot;:&quot;0&quot;,&quot;ajaxurl&quot;:&quot;https:\/\/traders.mba\/wp-admin\/admin-ajax.php&quot;,&quot;nonce&quot;:&quot;b74bedb26b&quot;}" data-rest="100527d645"></span>
            	<script type='text/javascript'>
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<link rel='stylesheet' id='wc-stripe-blocks-checkout-style-css' href='https://traders.mba/wp-content/plugins/woocommerce-gateway-stripe/build/upe-blocks.css?ver=f674640426dacb65cf29a54b02345e01' type='text/css' media='all' />
<link rel='stylesheet' id='wc-blocks-style-css' href='https://traders.mba/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-10.2.1' type='text/css' media='all' />
<style id='core-block-supports-inline-css' type='text/css'>
.wp-container-core-buttons-is-layout-16018d1d{justify-content:center;}
</style>
<script type="text/javascript" src="https://traders.mba/wp-content/plugins/click-to-chat-pro/public/assets/js/pro.js?ver=2.13" id="ctc_pro_js-js"></script>
<script type="text/javascript" id="ht_ctc_app_js-js-extra">
/* <![CDATA[ */
var ht_ctc_chat_var = {"number":"447351578251","pre_filled":"","dis_m":"show","dis_d":"show","css":"display: none; cursor: pointer; z-index: 99999999;","pos_d":"position: fixed; bottom: 25px; right: 10px;","pos_m":"position: fixed; bottom: 25px; right: 10px;","side_d":"right","side_m":"right","schedule":"yes","se":"150","ani":"ht_ctc_an_bounce","url_structure_d":"web","url_target_d":"_blank","ga":"yes","fb":"yes","webhook_format":"json","g_init":"default","g_an_event_name":"chat: {number}","pixel_event_name":"Click to Chat by HoliThemes","z_index":"99999999","tz":"1","bh":"always","timedelay":"0","scroll":"0","ajaxurl":"https:\/\/traders.mba\/wp-admin\/admin-ajax.php","nonce":"b74bedb26b"};
var ht_ctc_variables = {"g_an_event_name":"chat: {number}","pixel_event_type":"trackCustom","pixel_event_name":"Click to Chat by HoliThemes","g_an_params":["g_an_param_1","g_an_param_2","g_an_param_3"],"g_an_param_1":{"key":"number","value":"{number}"},"g_an_param_2":{"key":"title","value":"{title}"},"g_an_param_3":{"key":"url","value":"{url}"},"pixel_params":["pixel_param_1","pixel_param_2","pixel_param_3","pixel_param_4"],"pixel_param_1":{"key":"Category","value":"Click to Chat for WhatsApp"},"pixel_param_2":{"key":"ID","value":"{number}"},"pixel_param_3":{"key":"Title","value":"{title}"},"pixel_param_4":{"key":"URL","value":"{url}"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://traders.mba/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/js/app.js?ver=4.28" id="ht_ctc_app_js-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://traders.mba/wp-content/plugins/sentiment-score-plugin-final-radius-tweak/assets/js/gauges.js" id="sentiment-gauges-js"></script>
<script type="text/javascript" id="rocket-browser-checker-js-after">
/* <![CDATA[ */
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/macroeconomic-fundamental-analysis\/|\/leave-a-review\/|\/analysis\/|\/wp-cron.php\/|\/sentiment-analysis\/|\/wp-admin\/|\/wp-json\/|\/post.php\/|\/post-new.php\/|\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/checkout\/??(.*)|\/cart\/?|\/my-account\/??(.*)|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/traders.mba","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-after">
/* <![CDATA[ */
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareurl(https://a5537b8c.delivery.rocketcdn.me/css/t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
/* ]]> */
</script>
<script type="text/javascript" src="https://traders.mba/wp-content/themes/highlight-pro/child/assets/js/theme-child.js" id="theme-child-js"></script>
<script type="text/javascript" src="https://traders.mba/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=10.2.1" id="sourcebuster-js-js"></script>
<script type="text/javascript" id="wc-order-attribution-js-extra">
/* <![CDATA[ */
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/traders.mba\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://traders.mba/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=10.2.1" id="wc-order-attribution-js"></script>
<script type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=6LdsiMkjAAAAALQ5LgExcCPBRdPeKV0albTBzJ1r&amp;ver=3.0" id="google-recaptcha-js"></script>
<script type="text/javascript" src="https://traders.mba/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script type="text/javascript" id="wpcf7-recaptcha-js-before">
/* <![CDATA[ */
var wpcf7_recaptcha = {
    "sitekey": "6LdsiMkjAAAAALQ5LgExcCPBRdPeKV0albTBzJ1r",
    "actions": {
        "homepage": "homepage",
        "contactform": "contactform"
    }
};
/* ]]> */
</script>
<script type="text/javascript" src="https://traders.mba/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.1.1" id="wpcf7-recaptcha-js"></script>
<script type="text/javascript"  defer="defer" src="https://traders.mba/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script>
<script type="text/javascript"  defer="defer" src="https://traders.mba/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script>
<script type="text/javascript" id="mesmerize-theme-js-extra">
/* <![CDATA[ */
var mesmerize_theme_pro_settings = {"reveal-effect":{"enabled":false}};
/* ]]> */
</script>
<script type="text/javascript"  defer="defer" src="https://traders.mba/wp-content/themes/highlight-pro/pro/assets/js/theme.bundle.min.js?ver=1.1.65" id="mesmerize-theme-js"></script>
<script type="text/javascript" id="cmplz-cookiebanner-js-extra">
/* <![CDATA[ */
var complianz = {"prefix":"cmplz_","user_banner_id":"2","set_cookies":[],"block_ajax_content":"0","banner_version":"4103","version":"7.5.4.1","store_consent":"","do_not_track_enabled":"","consenttype":"optin","region":"uk","geoip":"1","dismiss_timeout":"","disable_cookiebanner":"","soft_cookiewall":"","dismiss_on_scroll":"","cookie_expiry":"365","url":"https:\/\/traders.mba\/wp-json\/complianz\/v1\/","locale":"lang=en&locale=en_GB","set_cookies_on_root":"0","cookie_domain":"","current_policy_id":"39","cookie_path":"\/","categories":{"statistics":"statistics","marketing":"marketing"},"tcf_active":"","placeholdertext":"Click to accept marketing cookies and enable this content","css_file":"https:\/\/traders.mba\/wp-content\/uploads\/complianz\/css\/banner-{banner_id}-{type}.css?v=4103","page_links":{"uk":{"cookie-statement":{"title":"Cookie Policy","url":"https:\/\/traders.mba\/cookie-policy\/"},"privacy-statement":{"title":"Privacy Statement","url":"https:\/\/traders.mba\/privacy-statement\/"},"privacy-statement-children":{"title":"","url":"https:\/\/traders.mba\/support\/how-do-corporations-use-the-forex-market\/"},"disclaimer":{"title":"Disclaimer Agreement","url":"https:\/\/traders.mba\/disclaimer\/"}},"eu":{"disclaimer":{"title":"Disclaimer Agreement","url":"https:\/\/traders.mba\/disclaimer\/"}},"us":{"disclaimer":{"title":"Disclaimer Agreement","url":"https:\/\/traders.mba\/disclaimer\/"}},"ca":{"disclaimer":{"title":"Disclaimer Agreement","url":"https:\/\/traders.mba\/disclaimer\/"}},"au":{"disclaimer":{"title":"Disclaimer Agreement","url":"https:\/\/traders.mba\/disclaimer\/"}},"za":{"disclaimer":{"title":"Disclaimer Agreement","url":"https:\/\/traders.mba\/disclaimer\/"}},"br":{"disclaimer":{"title":"Disclaimer Agreement","url":"https:\/\/traders.mba\/disclaimer\/"}}},"tm_categories":"","forceEnableStats":"","preview":"","clean_cookies":"","aria_label":"Click to accept marketing cookies and enable this content"};
/* ]]> */
</script>
<script defer type="text/javascript" src="https://traders.mba/wp-content/plugins/complianz-gdpr-premium/cookiebanner/js/complianz.min.js?ver=1753198250" id="cmplz-cookiebanner-js"></script>
<script type="text/javascript" id="cmplz-cookiebanner-js-after">
/* <![CDATA[ */
        
            document.addEventListener("cmplz_enable_category", function () {
                document.querySelectorAll('[data-rocket-lazyload]').forEach(obj => {
                    if (obj.hasAttribute('data-lazy-src')) {
                        obj.setAttribute('src', obj.getAttribute('data-lazy-src'));
                    }
                });
            });
        
		

	let cmplzBlockedContent = document.querySelector('.cmplz-blocked-content-notice');
	if ( cmplzBlockedContent) {
	        cmplzBlockedContent.addEventListener('click', function(event) {
            event.stopPropagation();
        });
	}
    
/* ]]> */
</script>
<script type="text/javascript" id="wc-cart-fragments-js-extra">
/* <![CDATA[ */
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_dd2bbbe0c028114c363b2f172002e894","fragment_name":"wc_fragments_dd2bbbe0c028114c363b2f172002e894","request_timeout":"5000"};
/* ]]> */
</script>
<script type="text/javascript" src="https://traders.mba/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=10.2.1" id="wc-cart-fragments-js" defer="defer" data-wp-strategy="defer"></script>
    <script>
        /(trident|msie)/i.test(navigator.userAgent) && document.getElementById && window.addEventListener && window.addEventListener("hashchange", function () {
            var t, e = location.hash.substring(1);
            /^[A-z0-9_-]+$/.test(e) && (t = document.getElementById(e)) && (/^(?:a|select|input|button|textarea)$/i.test(t.tagName) || (t.tabIndex = -1), t.focus())
        }, !1);
    </script>
	<!-- Statistics script Complianz GDPR/CCPA -->
						<script type="text/plain"							data-category="statistics">window['gtag_enable_tcf_support'] = false;
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '', {
	cookie_flags:'secure;samesite=none',
	'anonymize_ip': true
});
</script></body>
</html>
