<!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" dir="ltr" lang="en-CA" prefix="og: https://ogp.me/ns#" xmlns:og="https://ogp.me/ns#" xmlns:fb="https://ogp.me/ns/fb#"> <![endif]--> <!--[if IE 8]> <html class="ie ie8" dir="ltr" lang="en-CA" prefix="og: https://ogp.me/ns#" xmlns:og="https://ogp.me/ns#" xmlns:fb="https://ogp.me/ns/fb#"> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html dir="ltr" lang="en-CA" prefix="og: https://ogp.me/ns#" xmlns:og="https://ogp.me/ns#" xmlns:fb="https://ogp.me/ns/fb#"> <!--<![endif]--> <head> <script id='berqwp-img-lazyload' async>
                document.addEventListener('DOMContentLoaded', function () {
                    var berq_img_lazy_options = {
                        root: null, // null means the viewport
                        rootMargin: '200px',
                        threshold: 0
                    };
                    
                    var img_observer = new IntersectionObserver(function (entries, observer) {
                        entries.forEach(function (entry) {
                            if (entry.isIntersecting) {
                                let img = entry.target;
                                let imgSrc = img.getAttribute('data-berqwpsrc');
                                let imgSrcset = img.getAttribute('data-berqwp-srcset');
                                
                                // Set the actual image source from data-berqwpsrc
                                if (imgSrc !== null) {
                                    img.src = imgSrc;
                                }

                                if (imgSrcset !== null) {
                                    img.srcset = imgSrcset;
                                }

                                if (img.getAttribute('data-srcset') !== null) {
                                    img.srcset = img.getAttribute('data-srcset');
                                }
                                
                                // You might want to remove the data-src attribute after loading
                                img.removeAttribute('data-berqwpsrc');
                                img.removeAttribute('data-berqwp-srcset');
                
                                img_observer.unobserve(img);
                            }
                        });
                    }, berq_img_lazy_options);

                    function berqwp_lazyload_images() {
                        let lazyImages = document.querySelectorAll('img[data-berqwpsrc]');
                        lazy_img_int = 1000;
                        
                        lazyImages.forEach(function (img) {
                            img_observer.observe(img);
                        });
                    }
                    
                    berqwp_lazyload_images();
                    setInterval(berqwp_lazyload_images, 1000);
                    
                });

                document.addEventListener('DOMContentLoaded', function () {

                    // Set up IntersectionObserver to lazy load background images
                    let observer = new IntersectionObserver((entries, observer) => {
                        entries.forEach(entry => {
                            if (entry.isIntersecting) {
                                // Get the element that entered the viewport
                                const element = entry.target;

                                // Get the background image from the data-bg attribute
                                const bgImage = element.getAttribute('data-berqwpbg');
                                
                                // If there's a data-bg attribute, set the background image
                                if (bgImage) {
                                    element.style.backgroundImage = 'url('https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/powerpack-lite-for-elementor/assets/css/min/+bgImage+?hash=31550f4535410e8e4c51fcb07449ff49')';
                                    element.removeAttribute('data-berqwpbg'); // Remove the data-bg attribute after loading
                                }

                                // Stop observing the element once it's loaded
                                observer.unobserve(element);
                            }
                        });
                    });

                    function berqwp_lazyload_bg_images() {
                        const lazyElements = document.querySelectorAll('.lazy-berqwpbg');

                        // Observe each lazy-loaded element
                        lazyElements.forEach(element => {
                            observer.observe(element);
                        });
                    }
                    
                    berqwp_lazyload_bg_images();
                    setInterval(berqwp_lazyload_bg_images, 1000);

                });
            
            </script> <link rel='preconnect' href='https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/'> <link rel='preconnect' href='https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/' crossorigin> <script data-berqwp aync>
                var berqwp_readyState = 'loading';
                var isDispatchingEvent = false; // Track if event is being dispatched

                // Define a custom readyState property on the document
                Object.defineProperty(document, 'readyState', {
                    get() { return berqwp_readyState; }
                });

                // Function to manually dispatch the 'readystatechange' event
                function triggerReadyStateChange(newState) {
                    if (!isDispatchingEvent) {
                        try {
                            isDispatchingEvent = true; // Set flag to indicate event is being dispatched
                            berqwp_readyState = newState; // Update the custom readyState
                            var event = new Event('readystatechange'); // Create a new 'readystatechange' event
                            document.dispatchEvent(event); // Dispatch the event
                        } finally {
                            isDispatchingEvent = false; // Reset flag after dispatch
                        }
                    } else {
                        console.warn('Event dispatch in progress. Skipping duplicate dispatch.');
                    }
                }
            </script>               <script id='load-early-js' async>
        (function(){
                        let scriptsLoaded = false;
        window.addEventListener('DOMContentLoaded', function () {

                        if (scriptsLoaded) {
                            return;
                        }

                        scriptsLoaded = true;

            var scripts = document.querySelectorAll('script[data-earlyberqwp="1"][type="text/bwp-script"]');
            
    
                // Function to dynamically load scripts
                async function loadScript(index) {
                    if (index >= scripts.length) {
    
                        // setTimeout(function() {
                            // After all scripts are loaded, dispatch events
                            let event = new Event('DOMContentLoaded', {
                                bubbles: true,
                                cancelable: true
                            });
                            document.dispatchEvent(event);
    
                            window.dispatchEvent(new Event('load'));
    
                            triggerReadyStateChange('complete');
    
                            // Create a new resize event
                            var resizeEvent = new Event('resize');
    
                            // Dispatch the resize event
                            window.dispatchEvent(resizeEvent);
    
                            console.log('scripts early loaded.')
                        
                        // }, 1000)
                        return;
                    }
    
                    // Create a new script element
                    var script = scripts[index];
                    var newScript = document.createElement('script');
                    // newScript.type = 'text/javascript';
                    newScript.type = script.getAttribute('data-type');
    
                    // Copy the content or src of the original script
                    if (script.src) {
                        newScript.src = script.src;
    
                        if (script.hasAttribute('data-berqwpskiponload')) {
                            loadScript(index + 1);
                        } else {
    
                            // Set a timeout to proceed even if onload doesn't fire
                            var scriptTimeout = setTimeout(function() {
                                console.warn('Script load timeout:', script.src);
                                loadScript(index + 1);
                            }, 5000); // 5 seconds timeout
    
                            
                            newScript.onload = function() {
                                clearTimeout(scriptTimeout); // Clear timeout if script loads successfully
                                loadScript(index + 1);
                            };
    
                            newScript.onerror = function() {
                                clearTimeout(scriptTimeout); // Clear timeout if there's an error loading the script
                                console.warn('Error loading script:', script.src);
                                loadScript(index + 1); // Proceed to the next script
                            };
                        }
                        
    
                    } else {
                        newScript.text = script.textContent;
                        setTimeout(function() {
                            loadScript(index + 1);
                        }, 0); // Delay to simulate async load
                    }
    
                    // Copy other attributes if necessary
                    Array.from(script.attributes).forEach(function(attr) {
                        if (attr.name !== 'type' && attr.name !== 'src') {
                            newScript.setAttribute(attr.name, attr.value);
                        }
                    });
    
                    // Replace the old script with the new script
                    script.parentNode.replaceChild(newScript, script);
                }
    
                (async () => {
                    // triggerReadyStateChange('complete');
    
                    // Start loading scripts from the first one
                    loadScript(0);
                    
                })();
        
        })
        })()
        </script>              <script data-berqwp async>
            //let lcp_ele = {"mobile":"https:\/\/www.mercan.com\/wp-content\/uploads\/2023\/03\/blocks-image-144-768x906.jpg","desktop":"https:\/\/www.mercan.com\/wp-content\/uploads\/2023\/03\/blocks-image-144-868x1024.jpg"};
            var lcp_ele = ['https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/2023/03/blocks-image-144-768x906.webp?t=1731243797', 'https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/2023/03/blocks-image-144-868x1024.webp?t=1731243797'];

            let linkElem = document.createElement('link');
            linkElem.setAttribute('data-berqwp', '');
            linkElem.setAttribute('rel', 'preload');
            linkElem.setAttribute('as', 'image');
            linkElem.setAttribute('fetchpriority', 'high');

            const preloadImage = (src) => {
                return new Promise((resolve) => {
                    const img = new Image();

                    // Event listener for when the image loads
                    img.onload = () => resolve();
                    img.onerror = () => resolve(); // Gracefully handle any errors

                    // Set src after assigning onload/onerror to avoid missing cached images' onload event
                    img.src = src;

                    // Fallback in case the image is cached and onload doesn't fire
                    if (img.complete) {
                        // Use requestAnimationFrame or setTimeout to ensure that resolve happens after the image is set
                        requestAnimationFrame(() => resolve());
                    }
                });
            };

            const triggerLCPLoadedEvent = () => {
                setTimeout(function() {
                    const event = new CustomEvent('berqwpLCPLoaded');
                    window.dispatchEvent(event);
                }, 1000);
            };


            // Add event listener for the onload event to trigger custom event
            // linkElem.onload = triggerLCPLoadedEvent;
            let shouldtriggerlcp = true;

            if (window.screen.width <= 999) {
                if (lcp_ele[0] && lcp_ele[0] !== '1') {
                    linkElem.setAttribute('href', lcp_ele[0]);
                    document.head.prepend(linkElem);
                    shouldtriggerlcp = false;

                    preloadImage(lcp_ele[0]).then(triggerLCPLoadedEvent);
                }
            } else {
                if (lcp_ele[1] && lcp_ele[1] !== '1') {
                    linkElem.setAttribute('href', lcp_ele[1]);
                    document.head.prepend(linkElem);
                    shouldtriggerlcp = false;

                    preloadImage(lcp_ele[1]).then(triggerLCPLoadedEvent);
                }
            }

            window.addEventListener('load', function() {
                // setTimeout(function() {

                let styleTag = document.querySelector('style[type="text/berqwpfonts"]');
                
                if (styleTag) {
                    styleTag.setAttribute('type', 'text/css');
                }
                
                // }, 4000)
            })
            
            </script><style data-berqwp id="berqwp-critical-css">@media all{html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,header,nav,section{display:block}a{background:transparent}img{border:0}svg:not(:root){overflow:hidden}button,input,select,textarea{color:inherit;font:inherit;margin:0;outline:0 none}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.421;color:#333333;background-color:#ffffff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}img{vertical-align:middle}}@media all{.container{margin-right:auto;margin-left:auto;padding-left:21px;padding-right:21px}@media (min-width:1212px){.container{width:1212px}}.row{margin-left:-21px;margin-right:-21px}.container:before,.container:after,.row:before,.row:after{display:table;content:" "}.container:after,.row:after{clear:both}.col-xs-12{position:relative;min-height:1px;padding-left:21px;padding-right:21px}.col-xs-12{float:left}.col-xs-12{width:100%}}@media all{#page:not(.vertical-header) #site-header{position:relative;z-index:5;-moz-box-shadow:0 0 2px 0 rgba(56,69,84,0.2);-webkit-box-shadow:0 0 2px 0 rgba(56,69,84,0.2);box-shadow:0 0 2px 0 rgba(56,69,84,0.2)}#page #site-header:not(.animated-header){z-index:7}#site-header .site-title{display:table-cell;vertical-align:middle;padding:15px 0}#site-header .primary-navigation{display:table-cell;width:99%;vertical-align:middle;text-align:right;position:relative;z-index:10}.site-title .site-logo{margin:0 auto;font-size:0!important;line-height:0!important}#site-header .header-main{position:relative;z-index:11}#primary-menu{text-align:left}#primary-navigation .menu-toggle{display:none}#primary-menu.no-responsive{text-align:left;white-space:nowrap;display:inline-block;font-size:0;margin:0 -20px}#primary-menu.no-responsive li{position:relative}#primary-menu.no-responsive li>a{position:relative;display:block;text-decoration:none}#primary-menu.no-responsive>li{display:inline-block;vertical-align:middle}#primary-menu.no-responsive>li>a{padding:35px 20px;text-transform:uppercase}#primary-menu.no-responsive>li:not(.megamenu-template-enable):not(.menu-item-type-template) ul{position:absolute;visibility:hidden;white-space:normal;width:280px;opacity:0}#primary-menu.no-responsive>li:not(.megamenu-template-enable)>ul:before{content:'';position:absolute;bottom:-3px;left:-3px;right:-3px;height:3px}#primary-menu.no-responsive>li:not(.megamenu-template-enable)>ul{transform:translateY(20px);-o-transform:translateY(20px);-ms-transform:translateY(20px);-moz-transform:translateY(20px);-webkit-transform:translateY(20px)}#primary-menu.no-responsive>li>ul{top:100%;left:0}#primary-menu.no-responsive>li>ul a{padding:15px 30px}@media (max-width:767px){#site-header .header-main{position:relative;display:table;width:100%;z-index:11}#primary-navigation .menu-toggle{display:inline-block;vertical-align:middle}}#primary-navigation .menu-toggle{border:none;width:36px;height:30px;text-indent:100%;font-size:0;line-height:0;overflow:hidden;position:relative;outline:none;background:transparent;padding:0}#primary-navigation .menu-toggle .menu-line-1,#primary-navigation .menu-toggle .menu-line-2,#primary-navigation .menu-toggle .menu-line-3{position:absolute;height:4px;width:100%;left:0;background:#3c3950}#primary-navigation .menu-toggle .menu-line-1{top:3px}#primary-navigation .menu-toggle .menu-line-2{top:13px}#primary-navigation .menu-toggle .menu-line-3{top:23px}#primary-navigation .menu-toggle .menu-line-1,#primary-navigation .menu-toggle .menu-line-2,#primary-navigation .menu-toggle .menu-line-3{height:2px;width:18px;left:9px}#primary-navigation .menu-toggle .menu-line-1{top:9px}#primary-navigation .menu-toggle .menu-line-2{top:14px}#primary-navigation .menu-toggle .menu-line-3{top:19px}@media (max-width:767px){.mobile-menu-layout-default .primary-navigation .dl-menu{position:absolute;left:0;right:0;opacity:0}}#primary-menu.no-responsive>li.menu-item-search>a{padding-left:10px!important;padding-right:3px!important}@media (max-width:768px){.site-title .site-logo{max-width:60vw}}#site-header-wrapper{position:static;z-index:1000;width:100%}#site-header .site-title a{white-space:nowrap}#site-header .site-title a img{position:relative}#site-header .site-title a img.default{opacity:1}#site-header .site-title a img.small{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}.site-title .logo{display:inline-block;vertical-align:middle;min-height:1px;min-width:1px}@media (max-width:767px){#site-header .site-title a img.default{display:none}#site-header .site-title a img.small{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;display:inline-block!important;margin:0!important}}#primary-navigation #primary-menu>li.menu-item-search>a:before{content:"\e612";display:block;font-family:"thegem-icons";font-style:normal;font-size:24px;font-weight:normal;margin-right:5px;text-align:center;vertical-align:top;width:100%}.menu-item-search .minisearch{position:absolute;top:100%;left:0;padding:20px;width:280px;opacity:0;visibility:hidden;-webkit-transform:translateY(20px);transform:translateY(20px)}.minisearch .sf-input{font-size:16px;width:100%;height:40px;border-radius:4px;padding-right:40px;outline:none}.minisearch .sf-submit{position:absolute;right:20px;width:40px;height:40px;margin:0;background:rgba(0,0,0,0);border:0;font-size:0}.minisearch .sf-submit-icon{position:absolute;right:0;width:40px;height:40px}.minisearch .sf-submit-icon:before{content:"\e612";display:block;font-family:"thegem-icons";font-style:normal;font-size:24px;font-weight:normal;line-height:40px;margin-right:5px;padding-right:3px;text-align:center;vertical-align:top;width:100%;height:40px}.minisearch form{position:relative}.header-background{position:relative}.header-background:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%}}@media all{html{scroll-behavior:auto!important}body{background-attachment:fixed}p{margin:0 0 1.1em}::placeholder{opacity:1}.row{margin-bottom:1.1em}.row:last-of-type{margin-bottom:0}button{outline:none}h2{text-transform:uppercase;margin:1.2em 0;letter-spacing:0.05em}h3{text-transform:uppercase;margin:1.13em 0;letter-spacing:0.05em}h4{text-transform:uppercase;margin:1em 0;letter-spacing:0.05em}h5{text-transform:uppercase;margin:0.5em 0;letter-spacing:0.05em}ul.styled{margin:0;padding:0;list-style:none}.entry-content.post-content>:last-child,.elementor-text-editor>:last-child,.elementor-widget-text-editor>.elementor-widget-container>:last-child{margin-bottom:0}.elementor-text-editor>:first-child,.elementor-widget-text-editor>.elementor-widget-container>:first-child{margin-top:0}.gem-button,input[type='submit']{position:relative;display:inline-block;text-align:center;text-transform:uppercase;white-space:nowrap;border:0 none;vertical-align:middle;height:40px;line-height:40px;padding:0 17px;font-size:14px;margin:25px;border-radius:3px}input[type="text"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"]{padding:0 10px;max-width:100%;vertical-align:middle}textarea{padding:10px;max-width:100%;vertical-align:middle}#page{position:relative;overflow:clip}#main{position:relative;z-index:5}.block-content{padding:135px 0 100px}.block-content:last-of-type{padding-bottom:110px}.block-content.no-bottom-margin:last-of-type{padding-bottom:0}.no-top-margin:first-child{padding-top:0}.panel.row{margin-bottom:0}.scroll-top-button{position:fixed;right:40px;bottom:35px;z-index:1000;opacity:0;visibility:hidden;font-size:0;line-height:0}.scroll-top-button:before{font-family:'thegem-icons';font-style:normal;content:'\e633';font-size:24px;font-weight:normal;display:inline-block;vertical-align:top;width:50px;height:50px;text-align:center;line-height:50px;background-color:#06060f;color:#99a9b5}@media (max-width:768px){.scroll-top-button{right:0}}img[class*='wp-image-']{max-width:100%;height:auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}#lazy-loading-point{font-size:0;line-height:1;height:0;overflow:hidden}.elementor-row{width:100%;display:flex}@media (max-width:1024px){.elementor-row{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container.elementor-column-gap-thegem{max-width:1212px}.elementor-column-gap-thegem>.elementor-row{margin:0 -21px 0 -21px;width:calc(100% + 42px)}.elementor-column-gap-thegem>.elementor-row>.elementor-column>.elementor-widget-wrap{padding:10px 21px 10px 21px}}@media all{.gem-search-form.gem-search-form-style-light .search-field{border:1px solid var(--thegem-to-box-border-color)}.gem-search-form.gem-search-form-style-light .search-submit{color:var(--thegem-to-body-color)}}@media all{@media (min-width:768px) and (max-width:979px){#site-header .header-main{position:relative;display:table;width:100%;z-index:11}#primary-navigation .menu-toggle{display:inline-block}.primary-navigation .dl-menu{position:absolute;left:0;right:0;opacity:0}#page #site-header .site-title{display:table-cell;padding-top:15px;padding-bottom:15px}#page #site-header .primary-navigation{display:table-cell;text-align:right}#site-header .site-title a img.default{display:none}#site-header .site-title a img.small{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;display:inline-block!important;margin:0!important}}:root{--thegem-to-menu-font-family: Montserrat}#primary-menu.no-responsive>li>a{font-family:'Montserrat'}:root{--thegem-to-menu-font-style: normal;--thegem-to-menu-font-weight: 700}#primary-menu.no-responsive>li>a{font-style:normal;font-weight:700}:root{--thegem-to-menu-font-size: 14px}#primary-menu.no-responsive>li>a{font-size:14px}:root{--thegem-to-menu-line-height: 25px}#primary-menu.no-responsive>li>a{line-height:25px}:root{--thegem-to-menu-text-transform: uppercase}#primary-menu.no-responsive>li>a{text-transform:uppercase}:root{--thegem-to-submenu-font-family: Source Sans Pro}#primary-menu.no-responsive>li:not(.megamenu-template-enable):not(.menu-item-type-template) li>a{font-family:'Source Sans Pro'}:root{--thegem-to-submenu-font-style: normal;--thegem-to-submenu-font-weight: normal}#primary-menu.no-responsive>li:not(.megamenu-template-enable):not(.menu-item-type-template) li>a{font-style:normal;font-weight:normal}:root{--thegem-to-submenu-font-size: 16px}#primary-menu.no-responsive>li:not(.megamenu-template-enable):not(.menu-item-type-template) li>a{font-size:16px}:root{--thegem-to-submenu-line-height: 20px}#primary-menu.no-responsive>li:not(.megamenu-template-enable):not(.menu-item-type-template) li>a{line-height:20px}:root{--thegem-to-submenu-text-transform: none}#primary-menu.no-responsive>li:not(.megamenu-template-enable):not(.menu-item-type-template) li>a{text-transform:none}:root{--thegem-to-overlay-menu-font-family: 'Montserrat'}:root{--thegem-to-overlay-menu-font-style: normal;--thegem-to-overlay-menu-font-weight: 700}:root{--thegem-to-overlay-menu-font-size: 32px}@media (max-width:767px){:root{--thegem-to-overlay-menu-font-size: 24px}}:root{--thegem-to-overlay-menu-line-height: 64px}@media (max-width:767px){:root{--thegem-to-overlay-menu-line-height: 48px}}:root{--thegem-to-overlay-menu-text-transform: uppercase}:root{--thegem-to-styled-subtitle-font-family: 'Source Sans Pro'}:root{--thegem-to-styled-subtitle-font-style: normal;--thegem-to-styled-subtitle-font-weight: 300}:root{--thegem-to-styled-subtitle-font-size: 24px}:root{--thegem-to-styled-subtitle-line-height: 37px}@media (max-width:1199px){:root{--thegem-to-styled-subtitle-font-size: 24px}}@media (max-width:1199px){:root{--thegem-to-styled-subtitle-line-height: 37px}}@media (max-width:767px){:root{--thegem-to-styled-subtitle-font-size: 24px}}@media (max-width:767px){:root{--thegem-to-styled-subtitle-line-height: 37px}}:root{--thegem-to-styled-subtitle-text-transform: none}:root{--thegem-to-h1-font-family: 'Montserrat'}:root{--thegem-to-h1-font-style: normal;--thegem-to-h1-font-weight: 700}:root{--thegem-to-h1-font-size: 50px}:root{--thegem-to-h1-line-height: 69px}@media (max-width:1199px){:root{--thegem-to-h1-font-size: 36px}}@media (max-width:1199px){:root{--thegem-to-h1-line-height: 53px}}@media (max-width:767px){:root{--thegem-to-h1-font-size: 28px}}@media (max-width:767px){:root{--thegem-to-h1-line-heigh: 42px}}:root{--thegem-to-h1-text-transform: uppercase}:root{--thegem-to-h2-font-family: 'Montserrat'}h2{font-family:'Montserrat'}:root{--thegem-to-h2-font-style: normal;--thegem-to-h2-font-weight: 700}h2{font-style:normal;font-weight:700}:root{--thegem-to-h2-font-size: 36px}h2{font-size:36px}@media (max-width:1000px){h2{font-size:3.6vw}}:root{--thegem-to-h2-line-height: 53px}h2,.elementor-widget-heading h2.elementor-heading-title{line-height:53px}@media (max-width:1000px){h2,.elementor-widget-heading h2.elementor-heading-title{line-height:5.3vw}}@media (max-width:1199px){:root{--thegem-to-h2-font-size: 28px}h2{font-size:28px}}@media (max-width:1199px){:root{--thegem-to-h2-line-height: 42px}h2,.elementor-widget-heading h2.elementor-heading-title{line-height:42px}}@media (max-width:767px){:root{--thegem-to-h2-font-size: 28px}h2{font-size:28px}}@media (max-width:767px){:root{--thegem-to-h2-line-height: 42px}h2,.elementor-widget-heading h2.elementor-heading-title{line-height:42px}}:root{--thegem-to-h2-text-transform: uppercase}h2{text-transform:uppercase}:root{--thegem-to-h3-font-family: 'Montserrat'}h3{font-family:'Montserrat'}:root{--thegem-to-h3-font-style: normal;--thegem-to-h3-font-weight: 700}h3{font-style:normal;font-weight:700}:root{--thegem-to-h3-font-size: 28px}h3{font-size:28px}:root{--thegem-to-h3-line-height: 42px}h3{line-height:42px}@media (max-width:1199px){:root{--thegem-to-h3-font-size: 24px}h3{font-size:24px}}@media (max-width:1199px){:root{--thegem-to-h3-line-height: 38px}h3{line-height:38px}}@media (max-width:767px){:root{--thegem-to-h3-font-size: 19px}h3{font-size:19px}}@media (max-width:767px){:root{--thegem-to-h3-line-height: 30px}h3{line-height:30px}}:root{--thegem-to-h3-text-transform: uppercase}h3{text-transform:uppercase}:root{--thegem-to-h4-font-family: 'Montserrat'}h4{font-family:'Montserrat'}:root{--thegem-to-h4-font-style: normal;--thegem-to-h4-font-weight: 700}h4{font-style:normal;font-weight:700}:root{--thegem-to-h4-font-size: 24px}h4{font-size:24px}:root{--thegem-to-h4-line-height: 38px}h4{line-height:38px}@media (max-width:1199px){:root{--thegem-to-h4-font-size: 19px}h4{font-size:19px}}@media (max-width:1199px){:root{--thegem-to-h4-line-height: 30px}h4{line-height:30px}}@media (max-width:767px){:root{--thegem-to-h4-font-size: 16px}h4{font-size:16px}}@media (max-width:767px){:root{--thegem-to-h4-line-height: 25px}h4{line-height:25px}}:root{--thegem-to-h4-text-transform: uppercase}h4{text-transform:uppercase}:root{--thegem-to-h5-font-family: 'Montserrat'}h5{font-family:'Montserrat'}:root{--thegem-to-h5-font-style: normal;--thegem-to-h5-font-weight: 700}h5{font-style:normal;font-weight:700}:root{--thegem-to-h5-font-size: 19px}h5{font-size:19px}:root{--thegem-to-h5-line-height: 30px}h5{line-height:30px}:root{--thegem-to-h5-text-transform: uppercase}h5{text-transform:uppercase}:root{--thegem-to-h6-font-family: 'Montserrat'}:root{--thegem-to-h6-font-style: normal;--thegem-to-h6-font-weight: 700}:root{--thegem-to-h6-font-size: 16px;--thegem-to-h6-font-size-small: 14px;--thegem-to-h6-font-size-tiny: 7.04px}:root{--thegem-to-h6-line-height: 25px;--thegem-to-h6-line-height-small: 21.875px}:root{--thegem-to-h6-text-transform: uppercase}:root{--thegem-to-xlarge-title-font-family: 'Montserrat'}:root{--thegem-to-xlarge-title-font-style: normal;--thegem-to-xlarge-title-font-weight: 700}:root{--thegem-to-xlarge-title-font-size: 80px}:root{--thegem-to-xlarge-title-line-height: 90px}:root{--thegem-to-xlarge-title-text-transform: uppercase}:root{--thegem-to-light-title-font-family: 'Montserrat UltraLight'}:root{--thegem-to-light-title-font-style: normal;--thegem-to-light-title-font-weight: normal}:root{--thegem-to-body-font-family: Source Sans Pro;--thegem-to-body-tiny-font-family: Source Sans Pro}body,option{font-family:'Source Sans Pro'}:root{--thegem-to-body-font-style: normal;--thegem-to-body-font-weight: normal;--thegem-to-body-tiny-font-style: normal;--thegem-to-body-tiny-font-weight: normal}body,option{font-style:normal;font-weight:normal}:root{--thegem-to-body-font-size: 16px;--thegem-to-body-tiny-font-size: 14px;--thegem-to-body-sup-font-size: 11px}body,option{font-size:16px}:root{--thegem-to-body-line-height: 25px;--thegem-to-body-tiny-line-height: 21.875px}body,option{line-height:25px}@media (max-width:1199px){body,option{font-size:16px}}@media (max-width:1199px){body,option{line-height:25px}}@media (max-width:767px){body,option{font-size:16px}}@media (max-width:767px){body,option{line-height:25px}}:root{--thegem-to-body-text-transform: none;--thegem-to-body-tiny-text-transform: none}body,option{text-transform:none}:root{--thegem-to-button-font-family: 'Montserrat'}.gem-button,input[type='submit']{font-family:'Montserrat'}:root{--thegem-to-button-font-style: normal;--thegem-to-button-font-weight: 700}.gem-button,input[type='submit']{font-style:normal;font-weight:700}:root{--thegem-to-button-text-transform: uppercase}.gem-button,input[type='submit']{text-transform:uppercase}.gem-button.gem-button-text-weight-thin{font-family:'Montserrat UltraLight'}.gem-button.gem-button-text-weight-thin{font-style:normal;font-weight:normal}.gem-button.gem-button-text-weight-thin{text-transform:uppercase}:root{--thegem-to-tabs-title-font-family: Montserrat}:root{--thegem-to-tabs-title-font-style: normal;--thegem-to-tabs-title-font-weight: 700}:root{--thegem-to-tabs-title-font-size: 14px}:root{--thegem-to-tabs-title-line-height: 25px}:root{--thegem-to-tabs-title-text-transform: uppercase}:root{--thegem-to-tabs-title-thin-font-family: 'Montserrat UltraLight'}:root{--thegem-to-tabs-title-thin-font-style: normal;--thegem-to-tabs-title-thin-font-weight: normal}:root{--thegem-to-tabs-title-thin-font-size: 16px}:root{--thegem-to-tabs-title-thin-line-height: 18px}:root{--thegem-to-tabs-title-thin-text-transform: uppercase}:root{--thegem-to-main-bg-color: #FFFFFFFF;--main-bg-color: #FFFFFFFF;--main-bg-color-08: rgba(255, 255, 255, 0.8)}.gem-search-form.gem-search-form-style-light .search-field{background-color:#FFFFFFFF}:root{--styled-bg-color: #f1f2f4}:root{--thegem-to-styled-color1: #ffcf20;--thegem-to-styled-color1-03: #ffcf204d}:root{--thegem-to-styled-color2: #99a9b5}:root{--thegem-to-styled-color3: #00aaf1;--thegem-to-styled-color3-03: #00aaf14d}:root{--thegem-to-styled-color4: #393d50}:root{--thegem-to-divider-color: #dfe5e8}:root{--thegem-to-box-border-color: #dfe5e8}:root{--thegem-to-mobile-menu-font-family: Source Sans Pro}:root{--thegem-to-mobile-menu-font-style: normal;--thegem-to-mobile-menu-font-weight:normal}:root{--thegem-to-mobile-menu-font-size: 16px}:root{--thegem-to-mobile-menu-line-height: 20px}:root{--thegem-to-mobile-menu-text-transform: none}:root{--thegem-to-mobile-menu-level1-color: #5f727f}:root{--thegem-to-mobile-menu-level1-bg-color: #f4f6f7}:root{--thegem-to-mobile-menu-level1-active-color: #26489DFF}:root{--thegem-to-mobile-menu-level1-active-bg-color: #ffffff}:root{--thegem-to-mobile-menu-level2-color: #5f727f}:root{--thegem-to-mobile-menu-level2-bg-color: #f4f6f7}:root{--thegem-to-mobile-menu-level2-active-color: #3c3950}:root{--thegem-to-mobile-menu-level2-active-bg-color: #ffffff}:root{--thegem-to-mobile-menu-level3-color: #5f727f}:root{--thegem-to-mobile-menu-level3-bg-color: #f4f6f7}:root{--thegem-to-mobile-menu-level3-active-color: #3c3950}:root{--thegem-to-mobile-menu-level3-active-bg-color: #ffffff}:root{--thegem-to-mobile-menu-border-color: #dfe5e8}:root{--thegem-to-menu-level1-color: #26489DFF}#primary-menu.no-responsive>li>a{color:#26489DFF}:root{--thegem-to-menu-level1-bg-color: #FFFFFF03}#primary-menu.no-responsive>li>a{background-color:#FFFFFF03}:root{--thegem-to-menu-level1-color-hover: #525658FF}:root{--thegem-to-menu-level1-hover-bg-color: #26489D00}:root{--thegem-to-menu-level1-active-color: #26489DFF}:root{--thegem-to-menu-level1-active-bg-color: #C6B6B608}:root{--thegem-to-menu-level2-color: #525658FF}#primary-menu.no-responsive>li>ul>li>a{color:#525658FF}:root{--thegem-to-menu-level2-bg-color: #FCFCFCFF}#primary-menu.no-responsive>li>ul>li>a,.header-style-1 .minisearch{background-color:#FCFCFCFF}:root{--thegem-to-menu-level2-hover-color: #ffffff}:root{--thegem-to-menu-level2-hover-bg-color: #26489DFF}:root{--thegem-to-menu-level2-active-color: #ffffff}.minisearch .sf-submit-icon:before,.minisearch .sf-input{color:#ffffff}:root{--thegem-to-menu-level2-active-bg-color: #26489DFF}.header-style-1 .minisearch .sf-input{background-color:#26489DFF}:root{--thegem-to-mega-menu-column-title-color: #ffffff}:root{--thegem-to-mega-menu-column-title-hover-color: #28479AFF}:root{--thegem-to-mega-menu-column-title-active-color: #26489DFF}:root{--thegem-to-menu-level3-color: #525658FF}:root{--thegem-to-menu-level3-bg-color: #FCFCFCFF}:root{--thegem-to-menu-level3-hover-color: #ffffff}:root{--thegem-to-menu-level3-hover-bg-color: #26489DFF}:root{--thegem-to-menu-level3-active-color: #FDFDFDFF}:root{--thegem-to-menu-level3-active-bg-color: #26489DFF}:root{--thegem-to-menu-level2-border-color: #26489DFF}#primary-menu.no-responsive>li:not(.megamenu-template-enable) ul>li,.minisearch,.minisearch .sf-input{border-top:1px solid #26489DFF}#primary-menu.no-responsive>li:not(.megamenu-template-enable) ul,.minisearch,.minisearch .sf-input{border-bottom:1px solid #26489DFF;border-left:1px solid #26489DFF;border-right:1px solid #26489DFF}@media (-webkit-device-pixel-ratio:1.25){#primary-menu.no-responsive>li:not(.megamenu-template-enable) ul>li,.minisearch,.minisearch .sf-input{border-top:0.8px solid #26489DFF}#primary-menu.no-responsive>li:not(.megamenu-template-enable) ul,.minisearch,.minisearch .sf-input{border-bottom:0.8px solid #26489DFF;border-left:0.8px solid #26489DFF;border-right:0.8px solid #26489DFF}}:root{--thegem-to-menu-level1-light-color: #FFFFFFFF}:root{--thegem-to-menu-level1-light-hover-color: #FFFFFFFF}:root{--thegem-to-menu-level1-light-active-color: #FFFFFFFF}:root{--thegem-to-overlay-menu-bg-color: #212331}:root{--thegem-to-overlay-menu-color: #ffffff}:root{--thegem-to-overlay-menu-hover-color: #525658FF}:root{--thegem-to-overlay-menu-active-color: #26489DFF}:root{--thegem-to-hamburger-menu-icon-color: #3c3950}:root{--thegem-to-hamburger-menu-icon-light-color: #ffffff}:root{--thegem-to-mobile-menu-btn-color: #3c3950}#primary-navigation .menu-toggle .menu-line-1,#primary-navigation .menu-toggle .menu-line-2,#primary-navigation .menu-toggle .menu-line-3{background-color:#3c3950}:root{--thegem-to-mobile-menu-btn-light-color: #ffffff}:root{--thegem-to-body-color: #5f727f;--thegem-to-body-color-07: rgba(95, 114, 127, 0.7)}body{color:#5f727f}:root{--thegem-to-h1-color: #3c3950}:root{--thegem-to-h2-color: #3c3950}h2{color:#3c3950}:root{--thegem-to-h3-color: #3c3950}h3{color:#3c3950}:root{--thegem-to-h4-color: #3c3950}h4{color:#3c3950}:root{--thegem-to-h5-color: #3c3950}h5{color:#3c3950}:root{--thegem-to-h6-color: #3c3950}:root{--thegem-to-link-color: #26489DFF}a{color:#26489DFF}:root{--thegem-to-link-color-hover: #384554}:root{--thegem-to-link-color-active: #00aaf1}:root{--thegem-to-top-area-link-color: #26489DFF}:root{--thegem-to-date-filter-subtitle-color: #99a9b5}:root{--thegem-to-system-icons-font-color: #99a3b0}:root{--thegem-to-system-icons-font2-color: #b6c6c9}:root{--thegem-to-button-basic-color: #000812}.gem-button,input[type='submit']{color:#000812}:root{--thegem-to-button-basic-color-hover: #ffcd20}:root{--thegem-to-button-basic-background-color: #ffcd20}.gem-button,input[type='submit']{background-color:#ffcd20}:root{--thegem-to-button-basic-background-color-hover: #000812}:root{--thegem-to-widget-hover-link_color: #00aaf1}:root{--thegem-to-portfolio-date-color: #99a9b5}:root{--thegem-to-hover-default-color: #00aaf1;--thegem-to-hover-default-color-03: rgba(0, 170, 241, 0.3);--thegem-to-hover-default-color-08: rgba(0, 170, 241, 0.8)}:root{--thegem-to-pagination-color: #99a9b5}:root{--thegem-to-pagination-background-color: #ffffff}:root{--thegem-to-pagination-color-hover: #00aaf1}:root{--thegem-to-pagination-color-active: #3c3950}:root{--thegem-to-socials-sharing-color: #99a9b5}:root{--thegem-to-form-elements-background-color: #f5f7f6}input[type="text"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],textarea{background-color:#f5f7f6}:root{--thegem-to-form-elements-text-color: #3c3950}input[type="text"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],textarea,select{color:#3c3950}:root{--thegem-to-form-elements-border-color: #dfe5e8}input[type="text"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],textarea{border:1px solid #dfe5e8}:root{--thegem-to-product-title-color: #3c3950}:root{--thegem-to-product-title-cart-color: #00bcd4}:root{--thegem-to-product-price-color: #3c3950}:root{--thegem-to-product-price-cart-color: #3c3950}:root{--thegem-to-contact-form-light-input-icon-color: #242332 }:root{--thegem-to-contact-form-dark-input-icon-color: #ffffff}body{background-color:#b9b8be}body{background-color:#FFFFFFFF}.header-background:before{background-color:#FFFFFFFF}#site-header-wrapper{background-color:#FFFFFFFF}:root{--thegem-to-navigation-background-image: none;--thegem-to-navigation-background-color: #ffffff}.block-content{background-color:#FFFFFFFF}:root{--thegem-to-product-grid-title-color: #5F727FFF}:root{--thegem-to-product-grid-title-hover-color: #3C3950FF}:root{--thegem-to-product-grid-title-on-image-color: #212227FF}:root{--thegem-to-product-grid-category-color: #99A9B5FF}:root{--thegem-to-product-grid-category-hover-color: #00BCD4FF}:root{--thegem-to-product-grid-price-font-family: 'Source Sans Pro'}:root{--thegem-to-product-grid-price-font-style: normal;--thegem-to-product-grid-price-font-weight: normal}:root{--thegem-to-product-grid-price-font-size: 16px}:root{--thegem-to-product-grid-price-line-height: 25px}:root{--thegem-to-product-grid-price-color: #5F727FFF}:root{--thegem-to-product-grid-icon-color: #5F727FFF}:root{--thegem-to-cart-icon-font: 'thegem-icons';--thegem-to-cart-icon-icon: '\e67d'}:root{--header-builder-light-color: #FFFFFF}:root{--header-builder-light-color-hover: #ffcd20}:root{--thegem-to-breadcrumbs-color: #99A9B5FF}:root{--thegem-to-breadcrumbs-color-hover: #3C3950FF}:root{--thegem-to-breadcrumbs-color-active: #3C3950FF}}.block-content{padding-top:0px}.block-content:last-of-type{padding-bottom:0px}: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}: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}: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}@media all{.wpml-ls-flag{display:inline-block}.wpml-ls-flag{display:inline-block}}@media all{.cs_preview_container .row{display:flex;flex-wrap:wrap}.cs_preview_container .no-gutters{margin-left:0;margin-right:0}.cs_preview_container .no-gutters>.col{padding-left:0;padding-right:0}.cs_preview_container .no-padding{padding:0}.cs_preview_container .align-items-center{align-items:center}.cs_preview_container .right-aligned{text-align:right}.cs_preview_container .left-aligned{text-align:left}.cs_preview_container .col{flex-basis:0;flex-grow:1;max-width:100%}.cs_preview_container .col-6{flex:0 0 50%;max-width:50%}.cs_preview_container .col-12{flex:0 0 100%;max-width:100%}.cs_preview_container .mb-20{margin-bottom:20px}.cs_preview_container .mr-20{margin-right:20px}.cs_preview_container .mt-10{margin-top:10px}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.cs_preview_container{font-family:Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif!important}.cs_preview_container.bar_small .btns_column .btn-row{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-end}.cs_preview_container.bar_small .btns_column button{margin-top:10px}@media only screen and (max-width:860px){.cs_preview_container.bar_small .btns_column:not(.cs_deny_all_btn):not(.cs_custom_button){flex:0 0 100%;max-width:100%;width:100%}.cs_preview_container.bar_small .btns_column:not(.cs_deny_all_btn):not(.cs_custom_button) .cs_action_btn,.cs_preview_container.bar_small .btns_column:not(.cs_deny_all_btn):not(.cs_custom_button) .options_btn{flex:0 0 calc(50% - 10px);margin:0!important;max-width:calc(50% - 10px);width:calc(50% - 10px)}}@media only screen and (max-width:640px){.cs_preview_container.bar_small .btns_column:not(.cs_deny_all_btn):not(.cs_custom_button) .cs_action_btn,.cs_preview_container.bar_small .btns_column:not(.cs_deny_all_btn):not(.cs_custom_button) .options_btn{flex:0 0 100%;margin:0!important;max-width:100%;width:100%}}.cs_preview_container.bar_small.bars_position_bottom .cs-info-bar{animation-duration:.25s;animation-name:slideInUp}.cs_preview_container .btn,.cs_preview_container a:not(.cs_vendor_link),.cs_preview_container button{border:none;border-radius:4px;height:auto;line-height:normal;text-align:center;text-decoration:none}.cs_preview_container .cs_light_theme{box-shadow:4px 0 4px rgba(41,41,41,.1)}.cs_preview_container .cs_copyright_link_wrap a,.cs_preview_container .policy_wrap a{opacity:.9;position:relative}.cs_preview_container .cs_copyright_link_wrap a:after,.cs_preview_container .policy_wrap a:after{background-color:var(--cs-color-underline);bottom:-4px;content:"";height:1px;left:0;position:absolute;width:100%}.cs_preview_container>div>div{font-family:Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif!important;font-weight:400}.cs_preview_container>div>div h4,.cs_preview_container>div>div h5{font-family:Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-weight:500}.cs_preview_container>div>div .policy_wrap{margin-top:15px}.cs_preview_container>div>div .policy_wrap a{font-weight:500}.cs_preview_container>div>div .bar_description_text{line-height:1.35}.cs_preview_container>div>div .green-text{color:#219653;font-weight:700}@media only screen and (max-width:768px){.cs_preview_container>div>div .cs-info-bar{padding:44px 15px!important}}.cs_preview_container>div>div .cs-modal{bottom:0;left:0;outline:0;overflow:hidden;position:fixed;right:0;top:0;transform:scale(0);z-index:99999}.cs_preview_container>div>div .cs-modal-backdrop{background-color:#000;bottom:0;left:0;position:fixed;right:0;top:0;transform:scale(0);z-index:10000}.cs_preview_container>div>div .cs-modal-body{overflow-y:auto;padding:0 35px!important}.cs_preview_container>div>div .cs-modal-body:not(.cs-iab-enabled){height:77vh}.cs_preview_container>div>div .cs-modal.cs_multi_design .btn{border:none;opacity:.9;outline:none}@media only screen and (max-width:568px){.cs_preview_container>div>div .cs-modal.cs_multi_design .cs_policy_existing_page{display:block}}.cs_preview_container>div>div .cs-modal.cs_multi_design .cs_policy_existing_page>div{display:flex;flex-wrap:wrap;justify-content:flex-end;row-gap:20px}@media only screen and (max-width:568px){.cs_preview_container>div>div .cs-modal.cs_multi_design .cs_policy_existing_page>div{max-width:100%!important;width:100%}}.cs_preview_container>div>div .cs-modal.cs_multi_design .cs_policy_existing_page>div>a{margin-top:5px;text-align:center}@media only screen and (max-width:1024px){.cs_preview_container>div>div .cs-modal.cs_multi_design .cs_policy_existing_page>div>a{align-items:center;display:flex;justify-content:center}}@media only screen and (max-width:568px){.cs_preview_container>div>div .cs-modal.cs_multi_design .cs_policy_existing_page>div>a{display:block;margin-bottom:10px}}.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-tab-footer.btn-row{display:flex;flex-wrap:wrap;justify-content:flex-end;row-gap:20px}.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-tab-footer.btn-row .btn{border:none;height:100%}@media only screen and (max-width:1024px){.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-tab-footer.btn-row .btn{align-items:center;display:flex;justify-content:center;margin:0!important;max-width:calc(50% - 10px);text-align:center;width:calc(50% - 10px)}}@media only screen and (max-width:768px){.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-tab-footer.btn-row .btn{display:block!important;margin:0 0 15px!important;max-width:100%;padding-left:18px!important;padding-right:18px!important;text-align:center;width:100%}}@media only screen and (max-width:1024px){.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-tab-footer.btn-row{gap:20px}}@media only screen and (max-width:768px){.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-tab-footer.btn-row{gap:0}}.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-privacy-overview{margin-bottom:12px;padding-bottom:41px}.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-privacy-overview h4{margin-bottom:15px}.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-privacy-overview .btn-row .btn{border:none}@media only screen and (max-width:568px){.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-privacy-overview .btn-row .btn{margin-left:0!important;padding-left:18px!important;padding-right:18px!important;width:100%}}.cs_preview_container>div>div .cs-modal.cs_multi_design .policy_wrap{margin-top:0}.cs_preview_container>div>div .cs-modal.cs_multi_design .switcher-label{line-height:24px;margin:0}.cs_preview_container>div>div .cs-modal.cs_multi_design .cs_copyright_link{margin:64px 0 24px;outline:none}.cs_preview_container>div>div .cs-modal .cs-modal-dialog{color:#212529;font-family:inherit;font-weight:400;line-height:1.5;margin:4rem auto;max-width:961px;min-height:calc(100% - 3.5rem);position:relative;text-align:left;width:auto}@media only screen and (max-width:1024px){.cs_preview_container>div>div .cs-modal .cs-modal-dialog{max-width:95%}}.cs_preview_container .cs_copyright_link{color:#3b7bff;display:inline-block;font-size:16px;font-weight:400;line-height:24px;text-decoration-line:underline}.cs_preview_container .cs-wrapper{width:100%}.cs-modal-content{background-clip:padding-box;background-color:#fff;border-radius:.2rem;box-sizing:border-box;display:flex;flex-direction:column;outline:0;position:relative;width:100%}.cs-sr-only{display:none}.cs-modal-close{background:transparent!important;border:0!important;border-radius:50%!important;height:43px;margin-left:20px;padding:5px!important;position:absolute!important;right:9px;top:3px;width:43px!important;z-index:1}.cs-privacy-content-text{margin-bottom:39px}.cs-public-cookie-bar.bar_small{background-color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.5);color:#333;display:block;font-family:inherit;left:0;margin:0 auto;position:fixed;right:0;text-align:left;width:auto;z-index:1000002}.cs-public-cookie-bar.bar_small.bottom{bottom:0;box-shadow:0 -2px 5px rgba(0,0,0,.5)}.cs-public-cookie-bar.bar_small{font-size:10pt;padding:10px}.cs_preview_container a,.cs_preview_container div{box-sizing:border-box}.cs_preview_container .custom-switch{display:inline-block;vertical-align:baseline}.cs_preview_container .custom-switch:not(.small-switch){margin-right:.65rem!important;padding-top:2px}.cs_preview_container .custom-switch .custom-switch-input{display:none}.cs_preview_container .custom-switch .custom-switch-input+.custom-switch-btn{background:hsla(0,0%,89%,.5);border-radius:3.25rem;display:inline-block;height:14px;margin:0 2px;outline:0;padding:0;position:relative;width:34px}.cs_preview_container .custom-switch .custom-switch-input+.custom-switch-btn:after{background:#d9d9d9;border-radius:100%;content:"";display:block;height:20px;left:-4px;position:relative;top:-3px;width:20px}.cs_preview_container .switcher-label{color:#3f5a93;display:inline-block;font-size:16px;font-weight:600;line-height:18px}.cs_preview_container .switcher-label{margin-bottom:.25rem}}@media all{.wpml-ls-menu-item .wpml-ls-flag{display:inline;vertical-align:baseline}ul .wpml-ls-menu-item a{display:flex;align-items:center}}@media all{@media (max-width:767px){.elementor-column{width:100%}}}@media all{.screen-reader-text,.screen-reader-text span{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element.elementor-absolute{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}:root{--page-title-display:block}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-row{width:100%;display:flex}@media (max-width:1024px){.elementor-row{flex-wrap:wrap}}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:flex}@media (min-width:768px){.elementor-column.elementor-col-100{width:100%}}@media (max-width:767px){.elementor-column{width:100%}}.elementor-heading-title{padding:0;margin:0;line-height:1}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}}@media all{:root{--swiper-theme-color:#007aff}:root{--swiper-navigation-size:44px}}@media all{.elementor-element{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}}@media all{.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-32db10f:#0D3276;--e-global-color-546b1b4:#eaac02;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500}.elementor-kit-6 a{color:#061BF0}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-widget:not(:last-child){margin-block-end:20px}.elementor-element{--widgets-spacing:20px 20px}@media (max-width:1024px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:1024px}}@media (max-width:767px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:767px}}}@media all{@media all{.container{margin-right:auto;margin-left:auto;padding-left:21px;padding-right:21px}@media (min-width:1212px){.container{width:1212px}}.row{margin-left:-21px;margin-right:-21px}.container:before,.container:after,.row:before,.row:after{display:table;content:" "}.container:after,.row:after{clear:both}.col-xs-12{position:relative;min-height:1px;padding-left:21px;padding-right:21px}.col-xs-12{float:left}.col-xs-12{width:100%}}@media all{#page:not(.vertical-header) #site-header{position:relative;z-index:5;-moz-box-shadow:0 0 2px 0 rgba(56,69,84,0.2);-webkit-box-shadow:0 0 2px 0 rgba(56,69,84,0.2);box-shadow:0 0 2px 0 rgba(56,69,84,0.2)}#page #site-header:not(.animated-header){z-index:7}#site-header .site-title{display:table-cell;vertical-align:middle;padding:15px 0}#site-header .primary-navigation{display:table-cell;width:99%;vertical-align:middle;text-align:right;position:relative;z-index:10}.site-title .site-logo{margin:0 auto;font-size:0!important;line-height:0!important}#site-header .header-main{position:relative;z-index:11}#primary-menu{text-align:left}#primary-navigation .menu-toggle{display:none}#primary-menu.no-responsive{text-align:left;white-space:nowrap;display:inline-block;font-size:0;margin:0 -20px}#primary-menu.no-responsive li{position:relative}#primary-menu.no-responsive li>a{position:relative;display:block;text-decoration:none}#primary-menu.no-responsive>li{display:inline-block;vertical-align:middle}#primary-menu.no-responsive>li>a{padding:35px 20px;text-transform:uppercase}#primary-menu.no-responsive>li:not(.megamenu-template-enable):not(.menu-item-type-template) ul{position:absolute;visibility:hidden;white-space:normal;width:280px;opacity:0}#primary-menu.no-responsive>li:not(.megamenu-template-enable)>ul:before{content:'';position:absolute;bottom:-3px;left:-3px;right:-3px;height:3px}#primary-menu.no-responsive>li:not(.megamenu-template-enable)>ul{transform:translateY(20px);-o-transform:translateY(20px);-ms-transform:translateY(20px);-moz-transform:translateY(20px);-webkit-transform:translateY(20px)}#primary-menu.no-responsive>li>ul{top:100%;left:0}#primary-menu.no-responsive>li>ul a{padding:15px 30px}@media (max-width:767px){#site-header .header-main{position:relative;display:table;width:100%;z-index:11}#primary-navigation .menu-toggle{display:inline-block;vertical-align:middle}}#primary-navigation .menu-toggle{border:none;width:36px;height:30px;text-indent:100%;font-size:0;line-height:0;overflow:hidden;position:relative;outline:none;background:transparent;padding:0}#primary-navigation .menu-toggle .menu-line-1,#primary-navigation .menu-toggle .menu-line-2,#primary-navigation .menu-toggle .menu-line-3{position:absolute;height:4px;width:100%;left:0;background:#3c3950}#primary-navigation .menu-toggle .menu-line-1{top:3px}#primary-navigation .menu-toggle .menu-line-2{top:13px}#primary-navigation .menu-toggle .menu-line-3{top:23px}#primary-navigation .menu-toggle .menu-line-1,#primary-navigation .menu-toggle .menu-line-2,#primary-navigation .menu-toggle .menu-line-3{height:2px;width:18px;left:9px}#primary-navigation .menu-toggle .menu-line-1{top:9px}#primary-navigation .menu-toggle .menu-line-2{top:14px}#primary-navigation .menu-toggle .menu-line-3{top:19px}@media (max-width:767px){.mobile-menu-layout-default .primary-navigation .dl-menu{position:absolute;left:0;right:0;opacity:0}}#primary-menu.no-responsive>li.menu-item-search>a{padding-left:10px!important;padding-right:3px!important}@media (max-width:768px){.site-title .site-logo{max-width:60vw}}#site-header-wrapper{position:static;z-index:1000;width:100%}#site-header .site-title a{white-space:nowrap}#site-header .site-title a img{position:relative}#site-header .site-title a img.default{opacity:1}#site-header .site-title a img.small{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}.site-title .logo{display:inline-block;vertical-align:middle;min-height:1px;min-width:1px}@media (max-width:767px){#site-header .site-title a img.default{display:none}#site-header .site-title a img.small{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;display:inline-block!important;margin:0!important}}#primary-navigation #primary-menu>li.menu-item-search>a:before{content:"\e612";display:block;font-family:"thegem-icons";font-style:normal;font-size:24px;font-weight:normal;margin-right:5px;text-align:center;vertical-align:top;width:100%}.menu-item-search .minisearch{position:absolute;top:100%;left:0;padding:20px;width:280px;opacity:0;visibility:hidden;-webkit-transform:translateY(20px);transform:translateY(20px)}.minisearch .sf-input{font-size:16px;width:100%;height:40px;border-radius:4px;padding-right:40px;outline:none}.minisearch .sf-submit{position:absolute;right:20px;width:40px;height:40px;margin:0;background:rgba(0,0,0,0);border:0;font-size:0}.minisearch .sf-submit-icon{position:absolute;right:0;width:40px;height:40px}.minisearch .sf-submit-icon:before{content:"\e612";display:block;font-family:"thegem-icons";font-style:normal;font-size:24px;font-weight:normal;line-height:40px;margin-right:5px;padding-right:3px;text-align:center;vertical-align:top;width:100%;height:40px}.minisearch form{position:relative}.header-background{position:relative}.header-background:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%}}@media all{body{background-attachment:fixed}p{margin:0 0 1.1em}::placeholder{opacity:1}.row{margin-bottom:1.1em}.row:last-of-type{margin-bottom:0}button{outline:none}h2{text-transform:uppercase;margin:1.2em 0;letter-spacing:0.05em}h3{text-transform:uppercase;margin:1.13em 0;letter-spacing:0.05em}h4{text-transform:uppercase;margin:1em 0;letter-spacing:0.05em}h5{text-transform:uppercase;margin:0.5em 0;letter-spacing:0.05em}ul.styled{margin:0;padding:0;list-style:none}.entry-content.post-content>:last-child,.elementor-text-editor>:last-child,.elementor-widget-text-editor>.elementor-widget-container>:last-child{margin-bottom:0}.elementor-text-editor>:first-child,.elementor-widget-text-editor>.elementor-widget-container>:first-child{margin-top:0}.gem-button,input[type='submit']{position:relative;display:inline-block;text-align:center;text-transform:uppercase;white-space:nowrap;border:0 none;vertical-align:middle;height:40px;line-height:40px;padding:0 17px;font-size:14px;margin:25px;border-radius:3px}input[type="text"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"]{padding:0 10px;max-width:100%;vertical-align:middle}textarea{padding:10px;max-width:100%;vertical-align:middle}#page{position:relative;overflow:clip}#main{position:relative;z-index:5}.block-content{padding:135px 0 100px}.block-content:last-of-type{padding-bottom:110px}.block-content.no-bottom-margin:last-of-type{padding-bottom:0}.no-top-margin:first-child{padding-top:0}.panel.row{margin-bottom:0}.scroll-top-button{position:fixed;right:40px;bottom:35px;z-index:1000;opacity:0;visibility:hidden;font-size:0;line-height:0}.scroll-top-button:before{font-family:'thegem-icons';font-style:normal;content:'\e633';font-size:24px;font-weight:normal;display:inline-block;vertical-align:top;width:50px;height:50px;text-align:center;line-height:50px;background-color:#06060f;color:#99a9b5}@media (max-width:768px){.scroll-top-button{right:0}}img[class*='wp-image-']{max-width:100%;height:auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}#lazy-loading-point{font-size:0;line-height:1;height:0;overflow:hidden}.elementor-section.elementor-section-boxed>.elementor-container.elementor-column-gap-thegem{max-width:1212px}.elementor-column-gap-thegem>.elementor-row{margin:0 -21px 0 -21px;width:calc(100% + 42px)}.elementor-column-gap-thegem>.elementor-row>.elementor-column>.elementor-widget-wrap{padding:10px 21px 10px 21px}}@media all{.gem-search-form.gem-search-form-style-light .search-field{border:1px solid var(--thegem-to-box-border-color)}.gem-search-form.gem-search-form-style-light .search-submit{color:var(--thegem-to-body-color)}}@media all{@media (min-width:768px) and (max-width:979px){#site-header .header-main{position:relative;display:table;width:100%;z-index:11}#primary-navigation .menu-toggle{display:inline-block}.primary-navigation .dl-menu{position:absolute;left:0;right:0;opacity:0}#page #site-header .site-title{display:table-cell;padding-top:15px;padding-bottom:15px}#page #site-header .primary-navigation{display:table-cell;text-align:right}#site-header .site-title a img.default{display:none}#site-header .site-title a img.small{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;display:inline-block!important;margin:0!important}}:root{--thegem-to-menu-font-family: Montserrat}#primary-menu.no-responsive>li>a{font-family:'Montserrat'}:root{--thegem-to-menu-font-style: normal;--thegem-to-menu-font-weight: 700}#primary-menu.no-responsive>li>a{font-style:normal;font-weight:700}:root{--thegem-to-menu-font-size: 14px}#primary-menu.no-responsive>li>a{font-size:14px}:root{--thegem-to-menu-line-height: 25px}#primary-menu.no-responsive>li>a{line-height:25px}:root{--thegem-to-menu-text-transform: uppercase}#primary-menu.no-responsive>li>a{text-transform:uppercase}:root{--thegem-to-submenu-font-family: Source Sans Pro}#primary-menu.no-responsive>li:not(.megamenu-template-enable):not(.menu-item-type-template) li>a{font-family:'Source Sans Pro'}:root{--thegem-to-submenu-font-style: normal;--thegem-to-submenu-font-weight: normal}#primary-menu.no-responsive>li:not(.megamenu-template-enable):not(.menu-item-type-template) li>a{font-style:normal;font-weight:normal}:root{--thegem-to-submenu-font-size: 16px}#primary-menu.no-responsive>li:not(.megamenu-template-enable):not(.menu-item-type-template) li>a{font-size:16px}:root{--thegem-to-submenu-line-height: 20px}#primary-menu.no-responsive>li:not(.megamenu-template-enable):not(.menu-item-type-template) li>a{line-height:20px}:root{--thegem-to-submenu-text-transform: none}#primary-menu.no-responsive>li:not(.megamenu-template-enable):not(.menu-item-type-template) li>a{text-transform:none}:root{--thegem-to-overlay-menu-font-family: 'Montserrat'}:root{--thegem-to-overlay-menu-font-style: normal;--thegem-to-overlay-menu-font-weight: 700}:root{--thegem-to-overlay-menu-font-size: 32px}@media (max-width:767px){:root{--thegem-to-overlay-menu-font-size: 24px}}:root{--thegem-to-overlay-menu-line-height: 64px}@media (max-width:767px){:root{--thegem-to-overlay-menu-line-height: 48px}}:root{--thegem-to-overlay-menu-text-transform: uppercase}:root{--thegem-to-styled-subtitle-font-family: 'Source Sans Pro'}:root{--thegem-to-styled-subtitle-font-style: normal;--thegem-to-styled-subtitle-font-weight: 300}:root{--thegem-to-styled-subtitle-font-size: 24px}:root{--thegem-to-styled-subtitle-line-height: 37px}@media (max-width:1199px){:root{--thegem-to-styled-subtitle-font-size: 24px}}@media (max-width:1199px){:root{--thegem-to-styled-subtitle-line-height: 37px}}@media (max-width:767px){:root{--thegem-to-styled-subtitle-font-size: 24px}}@media (max-width:767px){:root{--thegem-to-styled-subtitle-line-height: 37px}}:root{--thegem-to-styled-subtitle-text-transform: none}:root{--thegem-to-h1-font-family: 'Montserrat'}:root{--thegem-to-h1-font-style: normal;--thegem-to-h1-font-weight: 700}:root{--thegem-to-h1-font-size: 50px}:root{--thegem-to-h1-line-height: 69px}@media (max-width:1199px){:root{--thegem-to-h1-font-size: 36px}}@media (max-width:1199px){:root{--thegem-to-h1-line-height: 53px}}@media (max-width:767px){:root{--thegem-to-h1-font-size: 28px}}@media (max-width:767px){:root{--thegem-to-h1-line-heigh: 42px}}:root{--thegem-to-h1-text-transform: uppercase}:root{--thegem-to-h2-font-family: 'Montserrat'}h2{font-family:'Montserrat'}:root{--thegem-to-h2-font-style: normal;--thegem-to-h2-font-weight: 700}h2{font-style:normal;font-weight:700}:root{--thegem-to-h2-font-size: 36px}h2{font-size:36px}@media (max-width:1000px){h2{font-size:3.6vw}}:root{--thegem-to-h2-line-height: 53px}h2,.elementor-widget-heading h2.elementor-heading-title{line-height:53px}@media (max-width:1000px){h2,.elementor-widget-heading h2.elementor-heading-title{line-height:5.3vw}}@media (max-width:1199px){:root{--thegem-to-h2-font-size: 28px}h2{font-size:28px}}@media (max-width:1199px){:root{--thegem-to-h2-line-height: 42px}h2,.elementor-widget-heading h2.elementor-heading-title{line-height:42px}}@media (max-width:767px){:root{--thegem-to-h2-font-size: 28px}h2{font-size:28px}}@media (max-width:767px){:root{--thegem-to-h2-line-height: 42px}h2,.elementor-widget-heading h2.elementor-heading-title{line-height:42px}}:root{--thegem-to-h2-text-transform: uppercase}h2{text-transform:uppercase}:root{--thegem-to-h3-font-family: 'Montserrat'}h3{font-family:'Montserrat'}:root{--thegem-to-h3-font-style: normal;--thegem-to-h3-font-weight: 700}h3{font-style:normal;font-weight:700}:root{--thegem-to-h3-font-size: 28px}h3{font-size:28px}:root{--thegem-to-h3-line-height: 42px}h3{line-height:42px}@media (max-width:1199px){:root{--thegem-to-h3-font-size: 24px}h3{font-size:24px}}@media (max-width:1199px){:root{--thegem-to-h3-line-height: 38px}h3{line-height:38px}}@media (max-width:767px){:root{--thegem-to-h3-font-size: 19px}h3{font-size:19px}}@media (max-width:767px){:root{--thegem-to-h3-line-height: 30px}h3{line-height:30px}}:root{--thegem-to-h3-text-transform: uppercase}h3{text-transform:uppercase}:root{--thegem-to-h4-font-family: 'Montserrat'}h4{font-family:'Montserrat'}:root{--thegem-to-h4-font-style: normal;--thegem-to-h4-font-weight: 700}h4{font-style:normal;font-weight:700}:root{--thegem-to-h4-font-size: 24px}h4{font-size:24px}:root{--thegem-to-h4-line-height: 38px}h4{line-height:38px}@media (max-width:1199px){:root{--thegem-to-h4-font-size: 19px}h4{font-size:19px}}@media (max-width:1199px){:root{--thegem-to-h4-line-height: 30px}h4{line-height:30px}}@media (max-width:767px){:root{--thegem-to-h4-font-size: 16px}h4{font-size:16px}}@media (max-width:767px){:root{--thegem-to-h4-line-height: 25px}h4{line-height:25px}}:root{--thegem-to-h4-text-transform: uppercase}h4{text-transform:uppercase}:root{--thegem-to-h5-font-family: 'Montserrat'}h5{font-family:'Montserrat'}:root{--thegem-to-h5-font-style: normal;--thegem-to-h5-font-weight: 700}h5{font-style:normal;font-weight:700}:root{--thegem-to-h5-font-size: 19px}h5{font-size:19px}:root{--thegem-to-h5-line-height: 30px}h5{line-height:30px}:root{--thegem-to-h5-text-transform: uppercase}h5{text-transform:uppercase}:root{--thegem-to-h6-font-family: 'Montserrat'}:root{--thegem-to-h6-font-style: normal;--thegem-to-h6-font-weight: 700}:root{--thegem-to-h6-font-size: 16px;--thegem-to-h6-font-size-small: 14px;--thegem-to-h6-font-size-tiny: 7.04px}:root{--thegem-to-h6-line-height: 25px;--thegem-to-h6-line-height-small: 21.875px}:root{--thegem-to-h6-text-transform: uppercase}:root{--thegem-to-xlarge-title-font-family: 'Montserrat'}:root{--thegem-to-xlarge-title-font-style: normal;--thegem-to-xlarge-title-font-weight: 700}:root{--thegem-to-xlarge-title-font-size: 80px}:root{--thegem-to-xlarge-title-line-height: 90px}:root{--thegem-to-xlarge-title-text-transform: uppercase}:root{--thegem-to-light-title-font-family: 'Montserrat UltraLight'}:root{--thegem-to-light-title-font-style: normal;--thegem-to-light-title-font-weight: normal}:root{--thegem-to-body-font-family: Source Sans Pro;--thegem-to-body-tiny-font-family: Source Sans Pro}body,option{font-family:'Source Sans Pro'}:root{--thegem-to-body-font-style: normal;--thegem-to-body-font-weight: normal;--thegem-to-body-tiny-font-style: normal;--thegem-to-body-tiny-font-weight: normal}body,option{font-style:normal;font-weight:normal}:root{--thegem-to-body-font-size: 16px;--thegem-to-body-tiny-font-size: 14px;--thegem-to-body-sup-font-size: 11px}body,option{font-size:16px}:root{--thegem-to-body-line-height: 25px;--thegem-to-body-tiny-line-height: 21.875px}body,option{line-height:25px}@media (max-width:1199px){body,option{font-size:16px}}@media (max-width:1199px){body,option{line-height:25px}}@media (max-width:767px){body,option{font-size:16px}}@media (max-width:767px){body,option{line-height:25px}}:root{--thegem-to-body-text-transform: none;--thegem-to-body-tiny-text-transform: none}body,option{text-transform:none}:root{--thegem-to-button-font-family: 'Montserrat'}.gem-button,input[type='submit']{font-family:'Montserrat'}:root{--thegem-to-button-font-style: normal;--thegem-to-button-font-weight: 700}.gem-button,input[type='submit']{font-style:normal;font-weight:700}:root{--thegem-to-button-text-transform: uppercase}.gem-button,input[type='submit']{text-transform:uppercase}.gem-button.gem-button-text-weight-thin{font-family:'Montserrat UltraLight'}.gem-button.gem-button-text-weight-thin{font-style:normal;font-weight:normal}.gem-button.gem-button-text-weight-thin{text-transform:uppercase}:root{--thegem-to-tabs-title-font-family: Montserrat}:root{--thegem-to-tabs-title-font-style: normal;--thegem-to-tabs-title-font-weight: 700}:root{--thegem-to-tabs-title-font-size: 14px}:root{--thegem-to-tabs-title-line-height: 25px}:root{--thegem-to-tabs-title-text-transform: uppercase}:root{--thegem-to-tabs-title-thin-font-family: 'Montserrat UltraLight'}:root{--thegem-to-tabs-title-thin-font-style: normal;--thegem-to-tabs-title-thin-font-weight: normal}:root{--thegem-to-tabs-title-thin-font-size: 16px}:root{--thegem-to-tabs-title-thin-line-height: 18px}:root{--thegem-to-tabs-title-thin-text-transform: uppercase}:root{--thegem-to-main-bg-color: #FFFFFFFF;--main-bg-color: #FFFFFFFF;--main-bg-color-08: rgba(255, 255, 255, 0.8)}.gem-search-form.gem-search-form-style-light .search-field{background-color:#FFFFFFFF}:root{--styled-bg-color: #f1f2f4}:root{--thegem-to-styled-color1: #ffcf20;--thegem-to-styled-color1-03: #ffcf204d}:root{--thegem-to-styled-color2: #99a9b5}:root{--thegem-to-styled-color3: #00aaf1;--thegem-to-styled-color3-03: #00aaf14d}:root{--thegem-to-styled-color4: #393d50}:root{--thegem-to-divider-color: #dfe5e8}:root{--thegem-to-box-border-color: #dfe5e8}:root{--thegem-to-mobile-menu-font-family: Source Sans Pro}:root{--thegem-to-mobile-menu-font-style: normal;--thegem-to-mobile-menu-font-weight:normal}:root{--thegem-to-mobile-menu-font-size: 16px}:root{--thegem-to-mobile-menu-line-height: 20px}:root{--thegem-to-mobile-menu-text-transform: none}:root{--thegem-to-mobile-menu-level1-color: #5f727f}:root{--thegem-to-mobile-menu-level1-bg-color: #f4f6f7}:root{--thegem-to-mobile-menu-level1-active-color: #26489DFF}:root{--thegem-to-mobile-menu-level1-active-bg-color: #ffffff}:root{--thegem-to-mobile-menu-level2-color: #5f727f}:root{--thegem-to-mobile-menu-level2-bg-color: #f4f6f7}:root{--thegem-to-mobile-menu-level2-active-color: #3c3950}:root{--thegem-to-mobile-menu-level2-active-bg-color: #ffffff}:root{--thegem-to-mobile-menu-level3-color: #5f727f}:root{--thegem-to-mobile-menu-level3-bg-color: #f4f6f7}:root{--thegem-to-mobile-menu-level3-active-color: #3c3950}:root{--thegem-to-mobile-menu-level3-active-bg-color: #ffffff}:root{--thegem-to-mobile-menu-border-color: #dfe5e8}:root{--thegem-to-menu-level1-color: #26489DFF}#primary-menu.no-responsive>li>a{color:#26489DFF}:root{--thegem-to-menu-level1-bg-color: #FFFFFF03}#primary-menu.no-responsive>li>a{background-color:#FFFFFF03}:root{--thegem-to-menu-level1-color-hover: #525658FF}:root{--thegem-to-menu-level1-hover-bg-color: #26489D00}:root{--thegem-to-menu-level1-active-color: #26489DFF}:root{--thegem-to-menu-level1-active-bg-color: #C6B6B608}:root{--thegem-to-menu-level2-color: #525658FF}#primary-menu.no-responsive>li>ul>li>a{color:#525658FF}:root{--thegem-to-menu-level2-bg-color: #FCFCFCFF}#primary-menu.no-responsive>li>ul>li>a,.header-style-1 .minisearch{background-color:#FCFCFCFF}:root{--thegem-to-menu-level2-hover-color: #ffffff}:root{--thegem-to-menu-level2-hover-bg-color: #26489DFF}:root{--thegem-to-menu-level2-active-color: #ffffff}.minisearch .sf-submit-icon:before,.minisearch .sf-input{color:#ffffff}:root{--thegem-to-menu-level2-active-bg-color: #26489DFF}.header-style-1 .minisearch .sf-input{background-color:#26489DFF}:root{--thegem-to-mega-menu-column-title-color: #ffffff}:root{--thegem-to-mega-menu-column-title-hover-color: #28479AFF}:root{--thegem-to-mega-menu-column-title-active-color: #26489DFF}:root{--thegem-to-menu-level3-color: #525658FF}:root{--thegem-to-menu-level3-bg-color: #FCFCFCFF}:root{--thegem-to-menu-level3-hover-color: #ffffff}:root{--thegem-to-menu-level3-hover-bg-color: #26489DFF}:root{--thegem-to-menu-level3-active-color: #FDFDFDFF}:root{--thegem-to-menu-level3-active-bg-color: #26489DFF}:root{--thegem-to-menu-level2-border-color: #26489DFF}#primary-menu.no-responsive>li:not(.megamenu-template-enable) ul>li,.minisearch,.minisearch .sf-input{border-top:1px solid #26489DFF}#primary-menu.no-responsive>li:not(.megamenu-template-enable) ul,.minisearch,.minisearch .sf-input{border-bottom:1px solid #26489DFF;border-left:1px solid #26489DFF;border-right:1px solid #26489DFF}@media (-webkit-device-pixel-ratio:1.25){#primary-menu.no-responsive>li:not(.megamenu-template-enable) ul>li,.minisearch,.minisearch .sf-input{border-top:0.8px solid #26489DFF}#primary-menu.no-responsive>li:not(.megamenu-template-enable) ul,.minisearch,.minisearch .sf-input{border-bottom:0.8px solid #26489DFF;border-left:0.8px solid #26489DFF;border-right:0.8px solid #26489DFF}}:root{--thegem-to-menu-level1-light-color: #FFFFFFFF}:root{--thegem-to-menu-level1-light-hover-color: #FFFFFFFF}:root{--thegem-to-menu-level1-light-active-color: #FFFFFFFF}:root{--thegem-to-overlay-menu-bg-color: #212331}:root{--thegem-to-overlay-menu-color: #ffffff}:root{--thegem-to-overlay-menu-hover-color: #525658FF}:root{--thegem-to-overlay-menu-active-color: #26489DFF}:root{--thegem-to-hamburger-menu-icon-color: #3c3950}:root{--thegem-to-hamburger-menu-icon-light-color: #ffffff}:root{--thegem-to-mobile-menu-btn-color: #3c3950}#primary-navigation .menu-toggle .menu-line-1,#primary-navigation .menu-toggle .menu-line-2,#primary-navigation .menu-toggle .menu-line-3{background-color:#3c3950}:root{--thegem-to-mobile-menu-btn-light-color: #ffffff}:root{--thegem-to-body-color: #5f727f;--thegem-to-body-color-07: rgba(95, 114, 127, 0.7)}body{color:#5f727f}:root{--thegem-to-h1-color: #3c3950}:root{--thegem-to-h2-color: #3c3950}h2{color:#3c3950}:root{--thegem-to-h3-color: #3c3950}h3{color:#3c3950}:root{--thegem-to-h4-color: #3c3950}h4{color:#3c3950}:root{--thegem-to-h5-color: #3c3950}h5{color:#3c3950}:root{--thegem-to-h6-color: #3c3950}:root{--thegem-to-link-color: #26489DFF}a{color:#26489DFF}:root{--thegem-to-link-color-hover: #384554}:root{--thegem-to-link-color-active: #00aaf1}:root{--thegem-to-top-area-link-color: #26489DFF}:root{--thegem-to-date-filter-subtitle-color: #99a9b5}:root{--thegem-to-system-icons-font-color: #99a3b0}:root{--thegem-to-system-icons-font2-color: #b6c6c9}:root{--thegem-to-button-basic-color: #000812}.gem-button,input[type='submit']{color:#000812}:root{--thegem-to-button-basic-color-hover: #ffcd20}:root{--thegem-to-button-basic-background-color: #ffcd20}.gem-button,input[type='submit']{background-color:#ffcd20}:root{--thegem-to-button-basic-background-color-hover: #000812}:root{--thegem-to-widget-hover-link_color: #00aaf1}:root{--thegem-to-portfolio-date-color: #99a9b5}:root{--thegem-to-hover-default-color: #00aaf1;--thegem-to-hover-default-color-03: rgba(0, 170, 241, 0.3);--thegem-to-hover-default-color-08: rgba(0, 170, 241, 0.8)}:root{--thegem-to-pagination-color: #99a9b5}:root{--thegem-to-pagination-background-color: #ffffff}:root{--thegem-to-pagination-color-hover: #00aaf1}:root{--thegem-to-pagination-color-active: #3c3950}:root{--thegem-to-socials-sharing-color: #99a9b5}:root{--thegem-to-form-elements-background-color: #f5f7f6}input[type="text"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],textarea{background-color:#f5f7f6}:root{--thegem-to-form-elements-text-color: #3c3950}input[type="text"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],textarea,select{color:#3c3950}:root{--thegem-to-form-elements-border-color: #dfe5e8}input[type="text"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],textarea{border:1px solid #dfe5e8}:root{--thegem-to-product-title-color: #3c3950}:root{--thegem-to-product-title-cart-color: #00bcd4}:root{--thegem-to-product-price-color: #3c3950}:root{--thegem-to-product-price-cart-color: #3c3950}:root{--thegem-to-contact-form-light-input-icon-color: #242332 }:root{--thegem-to-contact-form-dark-input-icon-color: #ffffff}body{background-color:#b9b8be}body{background-color:#FFFFFFFF}.header-background:before{background-color:#FFFFFFFF}#site-header-wrapper{background-color:#FFFFFFFF}:root{--thegem-to-navigation-background-image: none;--thegem-to-navigation-background-color: #ffffff}.block-content{background-color:#FFFFFFFF}:root{--thegem-to-product-grid-title-color: #5F727FFF}:root{--thegem-to-product-grid-title-hover-color: #3C3950FF}:root{--thegem-to-product-grid-title-on-image-color: #212227FF}:root{--thegem-to-product-grid-category-color: #99A9B5FF}:root{--thegem-to-product-grid-category-hover-color: #00BCD4FF}:root{--thegem-to-product-grid-price-font-family: 'Source Sans Pro'}:root{--thegem-to-product-grid-price-font-style: normal;--thegem-to-product-grid-price-font-weight: normal}:root{--thegem-to-product-grid-price-font-size: 16px}:root{--thegem-to-product-grid-price-line-height: 25px}:root{--thegem-to-product-grid-price-color: #5F727FFF}:root{--thegem-to-product-grid-icon-color: #5F727FFF}:root{--thegem-to-cart-icon-font: 'thegem-icons';--thegem-to-cart-icon-icon: '\e67d'}:root{--header-builder-light-color: #FFFFFF}:root{--header-builder-light-color-hover: #ffcd20}:root{--thegem-to-breadcrumbs-color: #99A9B5FF}:root{--thegem-to-breadcrumbs-color-hover: #3C3950FF}:root{--thegem-to-breadcrumbs-color-active: #3C3950FF}}.block-content{padding-top:0px}.block-content:last-of-type{padding-bottom:0px}: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}: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}: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}@media all{.wpml-ls-flag{display:inline-block}.wpml-ls-flag{display:inline-block}}@media all{.cs_preview_container .row{display:flex;flex-wrap:wrap}.cs_preview_container .no-gutters{margin-left:0;margin-right:0}.cs_preview_container .no-gutters>.col{padding-left:0;padding-right:0}.cs_preview_container .no-padding{padding:0}.cs_preview_container .align-items-center{align-items:center}.cs_preview_container .right-aligned{text-align:right}.cs_preview_container .left-aligned{text-align:left}.cs_preview_container .col{flex-basis:0;flex-grow:1;max-width:100%}.cs_preview_container .col-6{flex:0 0 50%;max-width:50%}.cs_preview_container .col-12{flex:0 0 100%;max-width:100%}.cs_preview_container .mb-20{margin-bottom:20px}.cs_preview_container .mr-20{margin-right:20px}.cs_preview_container .mt-10{margin-top:10px}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.cs_preview_container{font-family:Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif!important}.cs_preview_container.bar_small .btns_column .btn-row{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-end}.cs_preview_container.bar_small .btns_column button{margin-top:10px}@media only screen and (max-width:860px){.cs_preview_container.bar_small .btns_column:not(.cs_deny_all_btn):not(.cs_custom_button){flex:0 0 100%;max-width:100%;width:100%}.cs_preview_container.bar_small .btns_column:not(.cs_deny_all_btn):not(.cs_custom_button) .cs_action_btn,.cs_preview_container.bar_small .btns_column:not(.cs_deny_all_btn):not(.cs_custom_button) .options_btn{flex:0 0 calc(50% - 10px);margin:0!important;max-width:calc(50% - 10px);width:calc(50% - 10px)}}@media only screen and (max-width:640px){.cs_preview_container.bar_small .btns_column:not(.cs_deny_all_btn):not(.cs_custom_button) .cs_action_btn,.cs_preview_container.bar_small .btns_column:not(.cs_deny_all_btn):not(.cs_custom_button) .options_btn{flex:0 0 100%;margin:0!important;max-width:100%;width:100%}}.cs_preview_container.bar_small.bars_position_bottom .cs-info-bar{animation-duration:.25s;animation-name:slideInUp}.cs_preview_container .btn,.cs_preview_container a:not(.cs_vendor_link),.cs_preview_container button{border:none;border-radius:4px;height:auto;line-height:normal;text-align:center;text-decoration:none}.cs_preview_container .cs_light_theme{box-shadow:4px 0 4px rgba(41,41,41,.1)}.cs_preview_container .cs_copyright_link_wrap a,.cs_preview_container .policy_wrap a{opacity:.9;position:relative}.cs_preview_container .cs_copyright_link_wrap a:after,.cs_preview_container .policy_wrap a:after{background-color:var(--cs-color-underline);bottom:-4px;content:"";height:1px;left:0;position:absolute;width:100%}.cs_preview_container>div>div{font-family:Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif!important;font-weight:400}.cs_preview_container>div>div h4,.cs_preview_container>div>div h5{font-family:Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-weight:500}.cs_preview_container>div>div .policy_wrap{margin-top:15px}.cs_preview_container>div>div .policy_wrap a{font-weight:500}.cs_preview_container>div>div .bar_description_text{line-height:1.35}.cs_preview_container>div>div .green-text{color:#219653;font-weight:700}@media only screen and (max-width:768px){.cs_preview_container>div>div .cs-info-bar{padding:44px 15px!important}}.cs_preview_container>div>div .cs-modal{bottom:0;left:0;outline:0;overflow:hidden;position:fixed;right:0;top:0;transform:scale(0);z-index:99999}.cs_preview_container>div>div .cs-modal-backdrop{background-color:#000;bottom:0;left:0;position:fixed;right:0;top:0;transform:scale(0);z-index:10000}.cs_preview_container>div>div .cs-modal-body{overflow-y:auto;padding:0 35px!important}.cs_preview_container>div>div .cs-modal-body:not(.cs-iab-enabled){height:77vh}.cs_preview_container>div>div .cs-modal.cs_multi_design .btn{border:none;opacity:.9;outline:none}@media only screen and (max-width:568px){.cs_preview_container>div>div .cs-modal.cs_multi_design .cs_policy_existing_page{display:block}}.cs_preview_container>div>div .cs-modal.cs_multi_design .cs_policy_existing_page>div{display:flex;flex-wrap:wrap;justify-content:flex-end;row-gap:20px}@media only screen and (max-width:568px){.cs_preview_container>div>div .cs-modal.cs_multi_design .cs_policy_existing_page>div{max-width:100%!important;width:100%}}.cs_preview_container>div>div .cs-modal.cs_multi_design .cs_policy_existing_page>div>a{margin-top:5px;text-align:center}@media only screen and (max-width:1024px){.cs_preview_container>div>div .cs-modal.cs_multi_design .cs_policy_existing_page>div>a{align-items:center;display:flex;justify-content:center}}@media only screen and (max-width:568px){.cs_preview_container>div>div .cs-modal.cs_multi_design .cs_policy_existing_page>div>a{display:block;margin-bottom:10px}}.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-tab-footer.btn-row{display:flex;flex-wrap:wrap;justify-content:flex-end;row-gap:20px}.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-tab-footer.btn-row .btn{border:none;height:100%}@media only screen and (max-width:1024px){.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-tab-footer.btn-row .btn{align-items:center;display:flex;justify-content:center;margin:0!important;max-width:calc(50% - 10px);text-align:center;width:calc(50% - 10px)}}@media only screen and (max-width:768px){.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-tab-footer.btn-row .btn{display:block!important;margin:0 0 15px!important;max-width:100%;padding-left:18px!important;padding-right:18px!important;text-align:center;width:100%}}@media only screen and (max-width:1024px){.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-tab-footer.btn-row{gap:20px}}@media only screen and (max-width:768px){.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-tab-footer.btn-row{gap:0}}.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-privacy-overview{margin-bottom:12px;padding-bottom:41px}.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-privacy-overview h4{margin-bottom:15px}.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-privacy-overview .btn-row .btn{border:none}@media only screen and (max-width:568px){.cs_preview_container>div>div .cs-modal.cs_multi_design .cs-privacy-overview .btn-row .btn{margin-left:0!important;padding-left:18px!important;padding-right:18px!important;width:100%}}.cs_preview_container>div>div .cs-modal.cs_multi_design .policy_wrap{margin-top:0}.cs_preview_container>div>div .cs-modal.cs_multi_design .switcher-label{line-height:24px;margin:0}.cs_preview_container>div>div .cs-modal.cs_multi_design .cs_copyright_link{margin:64px 0 24px;outline:none}.cs_preview_container>div>div .cs-modal .cs-modal-dialog{color:#212529;font-family:inherit;font-weight:400;line-height:1.5;margin:4rem auto;max-width:961px;min-height:calc(100% - 3.5rem);position:relative;text-align:left;width:auto}@media only screen and (max-width:1024px){.cs_preview_container>div>div .cs-modal .cs-modal-dialog{max-width:95%}}.cs_preview_container .cs_copyright_link{color:#3b7bff;display:inline-block;font-size:16px;font-weight:400;line-height:24px;text-decoration-line:underline}.cs_preview_container .cs-wrapper{width:100%}.cs-modal-content{background-clip:padding-box;background-color:#fff;border-radius:.2rem;box-sizing:border-box;display:flex;flex-direction:column;outline:0;position:relative;width:100%}.cs-sr-only{display:none}.cs-modal-close{background:transparent!important;border:0!important;border-radius:50%!important;height:43px;margin-left:20px;padding:5px!important;position:absolute!important;right:9px;top:3px;width:43px!important;z-index:1}.cs-privacy-content-text{margin-bottom:39px}.cs-public-cookie-bar.bar_small{background-color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.5);color:#333;display:block;font-family:inherit;left:0;margin:0 auto;position:fixed;right:0;text-align:left;width:auto;z-index:1000002}.cs-public-cookie-bar.bar_small.bottom{bottom:0;box-shadow:0 -2px 5px rgba(0,0,0,.5)}.cs-public-cookie-bar.bar_small{font-size:10pt;padding:10px}.cs_preview_container a,.cs_preview_container div{box-sizing:border-box}.cs_preview_container .custom-switch{display:inline-block;vertical-align:baseline}.cs_preview_container .custom-switch:not(.small-switch){margin-right:.65rem!important;padding-top:2px}.cs_preview_container .custom-switch .custom-switch-input{display:none}.cs_preview_container .custom-switch .custom-switch-input+.custom-switch-btn{background:hsla(0,0%,89%,.5);border-radius:3.25rem;display:inline-block;height:14px;margin:0 2px;outline:0;padding:0;position:relative;width:34px}.cs_preview_container .custom-switch .custom-switch-input+.custom-switch-btn:after{background:#d9d9d9;border-radius:100%;content:"";display:block;height:20px;left:-4px;position:relative;top:-3px;width:20px}.cs_preview_container .switcher-label{color:#3f5a93;display:inline-block;font-size:16px;font-weight:600;line-height:18px}.cs_preview_container .switcher-label{margin-bottom:.25rem}}@media all{.wpml-ls-menu-item .wpml-ls-flag{display:inline;vertical-align:baseline}ul .wpml-ls-menu-item a{display:flex;align-items:center}}@media all{@media (max-width:767px){.elementor-column{width:100%}}}@media all{.screen-reader-text,.screen-reader-text span{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element.elementor-absolute{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}:root{--page-title-display:block}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-row{width:100%;display:flex}@media (max-width:1024px){.elementor-row{flex-wrap:wrap}}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:flex}@media (min-width:768px){.elementor-column.elementor-col-100{width:100%}}@media (max-width:767px){.elementor-column{width:100%}}.elementor-heading-title{padding:0;margin:0;line-height:1}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}}@media all{:root{--swiper-theme-color:#007aff}:root{--swiper-navigation-size:44px}}@media all{.elementor-element{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}}@media all{.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-32db10f:#0D3276;--e-global-color-546b1b4:#eaac02;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500}.elementor-kit-6 a{color:#061BF0}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-widget:not(:last-child){margin-block-end:20px}.elementor-element{--widgets-spacing:20px 20px}@media (max-width:1024px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:1024px}}@media (max-width:767px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:767px}}}@media all{button::-moz-focus-inner{padding:0;border:0}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale3d(1,1,1)}}@keyframes pulse{from{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scale3d(1,1,1)}}@keyframes rubberBand{from{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scale3d(1,1,1)}}@keyframes tada{from{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:none}}@keyframes wobble{from{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes flip{from{transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}}@media all{.elementor-widget-image{text-align:center}.elementor-widget-image img{vertical-align:middle;display:inline-block}}@media all{.elementor-1042 .elementor-element.elementor-element-371c9d4>.elementor-container{min-height:400px}.elementor-1042 .elementor-element.elementor-element-371c9d4{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;overflow:visible}.elementor-1042 .elementor-element.elementor-element-d64d3a3.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end}.elementor-1042 .elementor-element.elementor-element-d64d3a3>.elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-1042 .elementor-element.elementor-element-c4ce321{text-align:center;top:176px}.elementor-1042 .elementor-element.elementor-element-c4ce321 .elementor-heading-title{color:#FFFFFF;font-size:63px}body:not(.rtl) .elementor-1042 .elementor-element.elementor-element-c4ce321{left:0px}.elementor-1042 .elementor-element.elementor-element-0f2e7f4,.elementor-1042 .elementor-element.elementor-element-0f2e7f4 .elementor-text-editor *:not(.elementor-drop-cap-letter){color:#FFFFFF}.elementor-1042 .elementor-element.elementor-element-0f2e7f4,.elementor-1042 .elementor-element.elementor-element-0f2e7f4 .elementor-text-editor *{font-size:21px;letter-spacing:0.3px}body:not(.rtl) .elementor-1042 .elementor-element.elementor-element-0f2e7f4{left:0px}.elementor-1042 .elementor-element.elementor-element-0f2e7f4{top:286px}.elementor-1042 .elementor-element.elementor-element-2aba943 .gem-search-form form{width:29%}.elementor-1042 .elementor-element.elementor-element-2aba943 .gem-search-form .search-field{height:50px;line-height:50px;padding-left:25px}.elementor-1042 .elementor-element.elementor-element-2aba943 .gem-search-form.gem-search-form-submit-inside .search-submit{height:50px;line-height:50px}.elementor-1042 .elementor-element.elementor-element-2aba943 .gem-search-form .search-submit .search-submit-icon i{line-height:50px}body:not(.rtl) .elementor-1042 .elementor-element.elementor-element-2aba943{left:0px}.elementor-1042 .elementor-element.elementor-element-2aba943{top:451px}}@media all{.gform_wrapper.gravity-theme fieldset,.gform_wrapper.gravity-theme legend{background:0 0;padding:0}.gform_wrapper.gravity-theme fieldset{border:none;display:block;margin:0}.gform_wrapper.gravity-theme legend{margin-left:0;margin-right:0}.gform_wrapper.gravity-theme .gform_fileupload_rules{display:block;margin-top:8px}.gform_wrapper.gravity-theme ::-ms-reveal{display:none}.gform_wrapper.gravity-theme .gform_validation_container,body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gform_validation_container,body .gform_wrapper.gravity-theme .gform_fields .gfield.gform_validation_container,body .gform_wrapper.gravity-theme .gform_validation_container{display:none!important;left:-9000px;position:absolute!important}@media only screen and (max-width:641px){.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){line-height:2;min-height:32px}.gform_wrapper.gravity-theme textarea{line-height:1.5}}.gform_wrapper.gravity-theme .gf_invisible{left:-9999px;position:absolute;visibility:hidden}.gform_wrapper.gravity-theme .gform_hidden{display:none}.gform_wrapper.gravity-theme .hidden_label .gfield_label,.gform_wrapper.gravity-theme .hidden_sub_label,.gform_wrapper.gravity-theme .screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.gform_wrapper.gravity-theme .gfield textarea{width:100%}.gform_wrapper.gravity-theme .gfield textarea.medium{height:192px}.gform_wrapper.gravity-theme .gfield textarea.large{height:288px}.gform_wrapper.gravity-theme .gfield input,.gform_wrapper.gravity-theme .gfield select{max-width:100%}.gform_wrapper.gravity-theme .gfield input.small,.gform_wrapper.gravity-theme .gfield select.small{width:calc(25% - 16px * 3 / 4)}.gform_wrapper.gravity-theme .gfield input.medium,.gform_wrapper.gravity-theme .gfield select.medium{width:calc(50% - 16px / 2)}.gform_wrapper.gravity-theme .gfield input.large,.gform_wrapper.gravity-theme .gfield select.large{width:100%}.gform_wrapper.gravity-theme *{box-sizing:border-box}.gform_wrapper.gravity-theme .gform_fields{display:grid;grid-column-gap:2%;-ms-grid-columns:(1fr 2%)[12];grid-row-gap:16px;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(auto-fill,auto);width:100%}.gform_wrapper.gravity-theme .gfield{grid-column:1/-1;min-width:0}.gform_wrapper.gravity-theme .gfield.gfield--width-full{grid-column:span 12;-ms-grid-column-span:12}.gform_wrapper.gravity-theme .gfield.gfield--width-half{grid-column:span 6;-ms-grid-column-span:6}@media (max-width:640px){.gform_wrapper.gravity-theme .gform_fields{grid-column-gap:0}.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full){grid-column:1/-1}}.gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex{align-items:flex-start}.gform_wrapper.gravity-theme .validation_message--hidden-on-empty:empty{display:none}.gform_wrapper.gravity-theme .gfield_list_group,.gform_wrapper.gravity-theme .gfield_list_header{display:flex;flex-direction:row;flex-wrap:nowrap;margin-bottom:8px}.gform_wrapper.gravity-theme .gfield_list_group:last-child{margin-bottom:0}.gform_wrapper.gravity-theme .gfield_header_item{word-break:break-word}.gform_wrapper.gravity-theme .gfield_header_item,.gform_wrapper.gravity-theme .gfield_list_group_item{flex-grow:1;width:0}.gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(.gfield_header_item--icons),.gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item{margin-left:2%}.gform_wrapper.gravity-theme .gfield_list_group_item input{width:100%}.gform_wrapper.gravity-theme .gfield_header_item--icons,.gform_wrapper.gravity-theme .gfield_list_icons{align-items:center;display:flex;flex:none;justify-content:center;width:48px}.gform_wrapper.gravity-theme .gfield_list_icons button{background:transparent url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/images/list-add.svg?hash=5a9b53c7a89ce598950675db85c357b7);border:none;font-size:0;height:16px;opacity:.5;padding:0;width:16px}.gform_wrapper.gravity-theme .gfield_list_icons button.delete_list_item{background-image:url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/images/list-remove.svg?hash=83f4afd7ce4dfec8f62f61fead071d8f);margin-left:5px}@media (max-width:640px){.gform_wrapper.gravity-theme .gfield_list_header{display:none}.gform_wrapper.gravity-theme .gfield_list_group{border:1px solid rgba(0,0,0,.2);display:block;margin-bottom:16px;padding:16px}.gform_wrapper.gravity-theme .gfield_header_item,.gform_wrapper.gravity-theme .gfield_list_group_item{width:auto}.gform_wrapper.gravity-theme .gfield_list_group:last-child{margin-bottom:0}.gform_wrapper.gravity-theme .gfield_list_group_item:not(:last-child){margin-bottom:8px}.gform_wrapper.gravity-theme .gfield_list_group_item::before{content:attr(data-label);font-size:14.992px}.gform_wrapper.gravity-theme .gfield_list_icons{background-color:rgba(0,0,0,.1);line-height:0;margin:16px -16px -16px;padding:12px 16px;text-align:left;width:auto}.gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(.gfield_header_item--icons),.gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item{margin-left:0}}}@media all{.gform_wrapper.gravity-theme .gfield_label{display:inline-block;font-size:16px;font-weight:700;margin-bottom:8px;padding:0}.gform_wrapper.gravity-theme .gfield_header_item,.gform_wrapper.gravity-theme .gform_fileupload_rules,.gform_wrapper.gravity-theme .ginput_complex label{font-size:15px;padding-top:5px}.gform_wrapper.gravity-theme .gfield_required{color:#c02b0a;display:inline-block;font-size:13.008px;padding-inline-start:0.125em}.gform_wrapper.gravity-theme .gfield_required .gfield_required_text{font-style:italic;font-weight:400}.gform_wrapper.gravity-theme .gform_required_legend .gfield_required{padding-inline-start:0}.gform_wrapper.gravity-theme .gfield_validation_message,.gform_wrapper.gravity-theme .validation_message{color:#c02b0a}.gform_wrapper.gravity-theme .gfield_validation_message,.gform_wrapper.gravity-theme .validation_message{background:#fff9f9;border:1px solid #c02b0a;font-size:14.992px;margin-block-start:8px;padding:12.992px 24px}.gform_wrapper.gravity-theme .gform_footer{display:flex}.gform_wrapper.gravity-theme .gform_footer input{align-self:flex-end}.gform_wrapper.gravity-theme .ginput_complex{display:flex;flex-flow:row wrap}.gform_wrapper.gravity-theme .ginput_complex span{flex:1}.gform_wrapper.gravity-theme .ginput_complex .ginput_full{flex:0 0 100%}.gform_wrapper.gravity-theme .ginput_complex label{display:block}.gform_wrapper.gravity-theme .ginput_complex input,.gform_wrapper.gravity-theme .ginput_complex select{width:100%}.gform_wrapper.gravity-theme .ginput_container_address{margin-left:-1%;margin-right:-1%}.gform_wrapper.gravity-theme .ginput_container_address span{flex:0 0 50%;padding-left:.9804%;padding-right:.9804%}@media (min-width:641px){.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){padding-right:1%}.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:1%;padding-right:0}.gform_wrapper.gravity-theme .ginput_container_address span,.gform_wrapper.gravity-theme .ginput_full:not(:last-of-type){margin-bottom:8px}.gform_wrapper.gravity-theme .ginput_container_address{margin-bottom:-8px}}@media (max-width:640px){.gform_wrapper.gravity-theme .ginput_complex span{flex:0 0 100%;margin-bottom:8px;padding-left:0}.gform_wrapper.gravity-theme .ginput_complex.ginput_container_address span{padding-left:.9804%}}.gform_wrapper.gravity-theme .gfield_description{clear:both;font-family:inherit;font-size:15px;letter-spacing:normal;line-height:inherit;padding-top:13px;width:100%}.gform_wrapper.gravity-theme .field_description_above .gfield_description{padding-bottom:16px}.gform_wrapper.gravity-theme .gform_footer{margin:6px 0 0;padding:16px 0}.gform_wrapper.gravity-theme .gform_footer input{margin-bottom:8px}.gform_wrapper.gravity-theme .gform_footer input+input{margin-left:8px}.gform_wrapper.gravity-theme .gfield_checkbox label,.gform_wrapper.gravity-theme .gfield_radio label{display:inline-block;font-size:15px}.gform_wrapper.gravity-theme .gfield-choice-input{display:inline-block;margin-top:0;top:0;vertical-align:middle}.gform_wrapper.gravity-theme .gfield-choice-input+label{margin-bottom:0;max-width:calc(100% - 32px);vertical-align:middle}.gform_wrapper.gravity-theme input[type=number]{display:inline-block}.gform_wrapper.gravity-theme input[type=email],.gform_wrapper.gravity-theme input[type=number],.gform_wrapper.gravity-theme input[type=tel],.gform_wrapper.gravity-theme input[type=text],.gform_wrapper.gravity-theme select,.gform_wrapper.gravity-theme textarea{font-size:15px;margin-bottom:0;margin-top:0;padding:8px}.gform_wrapper.gravity-theme .ginput_container_date{align-content:flex-start;align-items:center;display:flex}.gform_wrapper.gravity-theme .ginput_container_date input{width:auto}.gform_wrapper.gravity-theme .gsection{border-bottom:1px solid #ccc;padding:0 16px 8px 0}}@media all{.gform_legacy_markup_wrapper{margin-bottom:16px;margin-top:16px;max-width:100%}.gform_legacy_markup_wrapper form{text-align:left;max-width:100%;margin:0 auto}.gform_legacy_markup_wrapper *,.gform_legacy_markup_wrapper :after,.gform_legacy_markup_wrapper :before{box-sizing:border-box!important}.gform_legacy_markup_wrapper h2,.gform_legacy_markup_wrapper h3{font-weight:400;border:none;background:0 0}.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){font-size:inherit;font-family:inherit;padding:5px 4px;letter-spacing:normal}.gform_legacy_markup_wrapper textarea{font-size:inherit;font-family:inherit;letter-spacing:normal;padding:6px 8px;line-height:1.5;resize:none}.gform_legacy_markup_wrapper select{line-height:1.5}.gform_legacy_markup_wrapper ul.gform_fields{margin:0!important;list-style-type:none;display:block}.gform_legacy_markup_wrapper ul{text-indent:0}.gform_legacy_markup_wrapper form li,.gform_legacy_markup_wrapper li{margin-left:0!important;list-style-type:none!important;list-style-image:none!important;list-style:none!important;overflow:visible}.gform_legacy_markup_wrapper ul li.gfield{clear:both}.gform_legacy_markup_wrapper ul.gfield_radio li{overflow:hidden}.gform_legacy_markup_wrapper ul li:after,.gform_legacy_markup_wrapper ul li:before,.gform_legacy_markup_wrapper ul.gform_fields{padding:0;margin:0;overflow:visible}.gform_legacy_markup_wrapper select{font-size:inherit;font-family:inherit;letter-spacing:normal}.gform_legacy_markup_wrapper select option{padding:2px;display:block}.gform_legacy_markup_wrapper .gform_heading{width:100%;margin-bottom:18px}.gform_legacy_markup_wrapper .ginput_complex.ginput_container{overflow:visible;width:100%}.gform_legacy_markup_wrapper label.gfield_label{font-weight:700;font-size:inherit}.gform_legacy_markup_wrapper .top_label .gfield_label{display:-moz-inline-stack;display:inline-block;line-height:1.3;clear:both}.gform_legacy_markup_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),.gform_legacy_markup_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),.gform_legacy_markup_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]){width:100%}.gform_legacy_markup_wrapper .ginput_complex .ginput_right select,.gform_legacy_markup_wrapper .ginput_complex select{width:100%}.gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label{display:block;font-size:.813em;letter-spacing:.5pt;white-space:nowrap}.gform_legacy_markup_wrapper ul.gfield_radio li label{display:-moz-inline-stack;display:inline-block;letter-spacing:inherit;vertical-align:middle}.gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label{margin:9px 0 1px 1px}.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label{margin:1px 0 9px 1px}.gform_legacy_markup_wrapper .top_label .field_sublabel_above label.gfield_label+.ginput_complex.ginput_container{margin-top:0}body .gform_legacy_markup_wrapper .top_label div.ginput_container{margin-top:8px}body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_radio{margin-top:16px;margin-bottom:0}.gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text]{margin-bottom:12px}.gform_legacy_markup_wrapper .screen-reader-text,.gform_legacy_markup_wrapper label.hidden_sub_label{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.gform_legacy_markup_wrapper input.medium,.gform_legacy_markup_wrapper input.small,.gform_legacy_markup_wrapper select.large,.gform_legacy_markup_wrapper select.medium,.gform_legacy_markup_wrapper select.small{width:100%}.gform_legacy_markup_wrapper textarea.small{height:80px;width:100%}.gform_legacy_markup_wrapper textarea.medium{height:120px;width:100%}.gform_legacy_markup_wrapper h2.gsection_title{margin:0!important;padding:0!important;letter-spacing:normal!important}.gform_legacy_markup_wrapper h2.gsection_title,.gform_legacy_markup_wrapper h3.gform_title{font-weight:700;font-size:1.25em}.gform_legacy_markup_wrapper h3.gform_title{letter-spacing:normal!important;margin:10px 0 6px 0}.gform_legacy_markup_wrapper li.gfield.field_description_below+li.gsection{margin-top:24px!important}.gform_legacy_markup_wrapper .gsection{border-bottom:1px solid #ccc;padding:0 16px 8px 0;margin:28px 0 28px 0;clear:both}.gform_legacy_markup_wrapper .gfield_radio li{position:relative}.gform_legacy_markup_wrapper ul.gfield_radio{margin:6px 0;padding:0}.gform_legacy_markup_wrapper .gfield_radio li label{display:-moz-inline-stack;display:inline-block;padding:0;width:auto;line-height:1.5;font-size:.875em;vertical-align:middle;max-width:85%;white-space:normal}.gform_legacy_markup_wrapper .gfield_radio li label{margin:2px 0 0 4px}.gform_legacy_markup_wrapper .gfield_radio li input[type=radio]{display:-moz-inline-stack;display:inline-block;vertical-align:middle;margin-left:1px}.gform_legacy_markup_wrapper .gfield_description,.gform_legacy_markup_wrapper .gsection_description{font-size:.813em;line-height:inherit;clear:both;font-family:inherit;letter-spacing:normal}.gform_legacy_markup_wrapper .gfield_description,.gform_legacy_markup_wrapper .gsection_description{padding:0 16px 0 0}.gform_legacy_markup_wrapper .field_description_below .gfield_description{padding-top:16px}.gform_legacy_markup_wrapper .top_label .gsection_description{width:100%;margin-bottom:9px}.gform_legacy_markup_wrapper .gfield_description{width:100%}.gform_legacy_markup_wrapper .gfield_required{color:#790000;margin-left:4px}.gform_legacy_markup_wrapper .gform_footer{padding:16px 0 10px 0;margin:16px 0 0 0;clear:both;width:100%}.gform_legacy_markup_wrapper .gform_footer input.button,.gform_legacy_markup_wrapper .gform_footer input[type=submit],.gform_legacy_markup_wrapper .gform_page_footer input.button,.gform_legacy_markup_wrapper .gform_page_footer input[type=submit]{font-size:1em;width:100%;margin:0 0 16px 0}.gform_legacy_markup_wrapper .ginput_complex .ginput_full,.gform_legacy_markup_wrapper .ginput_complex .ginput_left,.gform_legacy_markup_wrapper .ginput_complex .ginput_right{min-height:45px}.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=text]{width:100%}.gform_legacy_markup_wrapper .gfield_radio li{margin:0 0 16px 0;line-height:1.2}.gform_legacy_markup_wrapper input.datepicker.datepicker_with_icon{margin-right:4px!important;display:-moz-inline-stack;display:inline-block}.gform_legacy_markup_wrapper .gform_hidden,.gform_legacy_markup_wrapper input.gform_hidden,.gform_legacy_markup_wrapper input[type=hidden]{display:none!important;max-height:1px!important;overflow:hidden}.gform_legacy_markup_wrapper .gf_invisible{visibility:hidden;position:absolute;left:-9999px}.gform_legacy_markup_wrapper ul.gfield_radio li{padding:0!important}.gform_legacy_markup_wrapper li.gfield_html{max-width:100%}.gform_legacy_markup_wrapper .gfield_html.gfield_no_follows_desc{margin-top:10px}.gform_legacy_markup_wrapper .gform_page_footer{margin:14px 0;width:100%;border-top:1px dotted #ccc;padding:16px 0 0 0;clear:both}.gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button,.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button{display:-moz-inline-stack;display:inline-block}.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button{margin-bottom:8px}.gform_legacy_markup_wrapper .gf_progressbar_wrapper{clear:both;width:100%;margin:0 0 16px 0;padding:0 0 16px 0}.gform_legacy_markup_wrapper .gf_progressbar_wrapper .gf_progressbar_title{color:#767676;font-size:13px;line-height:1!important;margin:0 0 8px 0!important;padding:0!important;clear:both;-moz-opacity:.6;-khtml-opacity:.6;opacity:.6}.gform_legacy_markup_wrapper .gf_progressbar{position:relative;background:#e8e8e8;position:relative;-moz-border-radius:10.5px;-webkit-border-radius:10.5px;border-radius:10.5px;width:100%}.gform_legacy_markup_wrapper .gf_progressbar_percentage{height:21px;text-align:right;border-radius:10.5px;vertical-align:middle;font-family:helvetica,arial,sans-serif;font-size:13px!important;z-index:999}.gform_legacy_markup_wrapper .gf_progressbar_percentage span{display:block;width:auto;float:right;margin-right:5px;margin-left:5px;line-height:21px}.gform_legacy_markup_wrapper .gf_progressbar_blue{background:#d2d6dc}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue{background-color:#1e7ac4;color:#fff}.gform_legacy_markup_wrapper li.field_sublabel_above .ginput_complex input[type=text]{margin-bottom:1px}.gform_legacy_markup_wrapper ul li.gfield.field_sublabel_above.field_description_below+li.gfield{margin-top:16px}body .gform_legacy_markup_wrapper ul li.gfield{margin-top:16px;padding-top:0}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html{line-height:inherit}@media only screen and (max-width:641px){.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){line-height:2;min-height:2rem}.gform_legacy_markup_wrapper textarea{line-height:1.5}.gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price){margin-bottom:8px;display:block}.gform_legacy_markup_wrapper li.field_sublabel_below .ginput_complex{margin-top:12px!important}.gform_legacy_markup_wrapper ul.gfield_radio li label{width:85%}}@media only screen and (min-width:641px){.gform_legacy_markup_wrapper .gform_body{width:100%}.gform_legacy_markup_wrapper .gfield_radio li{margin:0 0 8px 0;line-height:1.3}.gform_legacy_markup_wrapper .gsection{margin:28px 16px 28px 0}.gform_legacy_markup_wrapper .top_label input.small,.gform_legacy_markup_wrapper .top_label select.small{width:25%}.gform_legacy_markup_wrapper .top_label input.medium,.gform_legacy_markup_wrapper .top_label select.medium{width:calc(50% - 8px)}.gform_legacy_markup_wrapper .top_label select.large{width:100%}.gform_legacy_markup_wrapper textarea.small{height:80px;width:100%}.gform_legacy_markup_wrapper textarea.medium{height:160px;width:100%}.gform_legacy_markup_wrapper .ginput_complex .ginput_left,.gform_legacy_markup_wrapper .ginput_complex .ginput_right{width:50%;display:-moz-inline-stack;display:inline-block;vertical-align:top;margin:0 -4px 0 0}.gform_legacy_markup_wrapper .gform_footer input.button,.gform_legacy_markup_wrapper .gform_footer input[type=submit]{display:-moz-inline-stack;display:inline-block}.gform_legacy_markup_wrapper .gform_footer input.button,.gform_legacy_markup_wrapper .gform_footer input[type=submit],.gform_legacy_markup_wrapper .gform_page_footer input.button,.gform_legacy_markup_wrapper .gform_page_footer input[type=submit]{font-size:1em;width:auto;margin:0 16px 0 0}.gform_legacy_markup_wrapper ul.gform_fields li.gfield{padding-right:16px}.gform_legacy_markup_wrapper .ginput_complex .ginput_left{padding-right:8px}.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address .ginput_left{margin-right:8px}.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address .ginput_right{margin-right:-8px;padding-right:8px}.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left{padding-right:8px!important;margin-right:-8px}.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip{margin-right:8px}.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2{width:calc(100% + 15px)}.gform_legacy_markup_wrapper div.ginput_container_name span{display:-moz-inline-stack;display:inline-block;vertical-align:top;padding-right:16px;margin-right:-4px}.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_1 span{width:100%}.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span{width:50%}html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span:first-child{margin-left:0!important}.gform_legacy_markup_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email{width:calc(100% + 15px)}.gform_legacy_markup_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,.gform_legacy_markup_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right{padding-right:16px}.gform_legacy_markup_wrapper .gf_progressbar{width:calc(100% - 16px)}.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button{margin-bottom:0}.gform_legacy_markup_wrapper .gform_page_footer .button.gform_button,.gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button{margin-right:10px}}}@media all{@media only screen and (min-width:641px){.gform_wrapper .top_label li.gfield.gf_left_third,.gform_wrapper .top_label li.gfield.gf_middle_third,.gform_wrapper .top_label li.gfield.gf_right_third{display:-moz-inline-stack;display:inline-block;vertical-align:top;float:none}.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),.gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm){width:33.3%}.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm){width:33.4%}.gform_wrapper .top_label li.gfield.gf_left_third,.gform_wrapper .top_label li.gfield.gf_middle_third,.gform_wrapper .top_label li.gfield.gf_right_third{margin-bottom:8px}.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity),.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select,.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select,.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity),.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select{width:100%!important}.gform_wrapper .top_label li.gfield.gf_right_third:after{content:"";display:table;clear:both}.gform_wrapper .top_label li.gfield.gf_left_third+li.gfield,.gform_wrapper .top_label li.gfield.gf_middle_third+li.gfield,.gform_wrapper .top_label li.gfield.gf_right_third+li.gfield{clear:both}.gform_wrapper .top_label li ul.gfield_radio{width:calc(100% + 16px)}}}@media all{.gform_legacy_markup_wrapper.gf_browser_safari ul li:after,.gform_legacy_markup_wrapper.gf_browser_safari ul li:before{content:none}.gform_legacy_markup_wrapper.gf_browser_safari .gfield_radio li input[type=radio]{margin-top:4px}}@media all{:focus{outline:0}button::-moz-focus-inner{padding:0;border:0}.ekit-wid-con .ekit-review-card--date,.ekit-wid-con .ekit-review-card--desc{grid-area:date}.ekit-wid-con .ekit-review-card--image{width:60px;height:60px;grid-area:thumbnail;min-width:60px;border-radius:50%;background-color:#eae9f7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem;position:relative}.ekit-wid-con .ekit-review-card--thumbnail{grid-area:thumbnail;padding-right:1rem}.ekit-wid-con .ekit-review-card--name{grid-area:name;font-size:14px;font-weight:700;margin:0 0 .25rem 0}.ekit-wid-con .ekit-review-card--stars{grid-area:stars;color:#f4be28;font-size:13px;line-height:20px}.ekit-wid-con .ekit-review-card--comment{grid-area:comment;font-size:16px;line-height:22px;font-weight:400;color:#32323d}.ekit-wid-con .ekit-review-card--actions{grid-area:actions}.ekit-wid-con .ekit-review-card--posted-on{display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:posted-on}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}}@media all{.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-search:before{content:"\f002"}}@media all{.fas{font-family:"Font Awesome 5 Free";font-weight:900}}@media all{::placeholder{font-size:16px}.gem-search-form{display:flex;justify-content:center}.gem-search-form form{position:relative;width:100%;display:flex;justify-content:center;flex-direction:row}.gem-search-form .search-field{width:100%;height:50px;line-height:50px;padding:0 50px 0 25px;border-radius:25px;border:0 none;box-sizing:border-box;outline:0 none}.gem-search-form.gem-search-form-submit-inside .search-submit{position:absolute;bottom:0;height:50px;line-height:50px;right:-1px;background:transparent;border:0 none;border-radius:0px 25px 25px 0px;padding:0 15px;margin:0;display:inline-flex}.gem-search-form .search-submit:after{content:none!important}.gem-search-form.gem-search-form-submit-inside .search-submit .search-submit-icon{justify-content:center;display:flex;align-self:center}.gem-search-form .search-submit .search-submit-icon i{font-size:20px;line-height:50px;width:unset!important;height:unset!important}.gem-search-form.gem-search-form-style-light .search-field{background-color:#ffffff}}body{width:100%;height:auto!important}body{visibility:visible!important}html{height:0}}    .elementor-post__card a.elementor-post__thumbnail__link img {position: absolute;}.lqd-page-loaded .lqd-preloader-wrap, #tp-loader-wrapper, .overlay-loader, av-siteloader-wrap, #loftloader-wrapper, .dipi_preloader_wrapper_outer {display: none !important;opacity: 0 !important;}body {width: 100%;height: auto !important;}@media (min-width:999px) {body.et_pb_pagebuilder_layout div#et-main-area div#main-content {display: inline-block;width: 100%;}}body {visibility: visible !important;}html {height: 0;}e-page-transition {display: none;}div#et_mobile_nav_menu span.mobile_menu_bar.mobile_menu_bar_toggle .dipi_hamburger.hamburger.hamburger--spring:nth-child(2) {display: none !important;}@media (min-width:999px) {.no-js .top-bar {display: block !important;}}#elementor-header.main-menu-wrapper {opacity: 1;}body:not(.wp-admin) .jet-listing-grid__item:not(.is-visible) {visibility: visible !important;}.stk-block {text-align: start;}.overlay.overlay-search {transition: unset !important;}</style> 	<meta charset="UTF-8"> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}}); 
/* ]]> */
</script>  	<meta name="viewport" content="width=device-width, initial-scale=1.0" /> 	<link rel="profile" href="https://gmpg.org/xfn/11"> 	<link rel="pingback" href="https://www.mercan.com/xmlrpc.php"> 	<title>404 page - MERCAN GROUP</title> <link rel="alternate" hreflang="en" href="https://www.mercan.com/404-page/" /> <link rel="alternate" hreflang="x-default" href="https://www.mercan.com/404-page/" />  		<!-- All in One SEO 4.7.4.2 - aioseo.com --> 		<meta name="description" content="Are you lost ? THE PAGE YOU WERE LOOKING FOR DOESN&#039;T EXIST" /> 		<meta name="robots" content="max-image-preview:large" /> 		<link rel="canonical" href="https://www.mercan.com/404-page/" /> 		<meta name="generator" content="All in One SEO (AIOSEO) 4.7.4.2" />  		<!-- Google tag (gtag.js) --> <script type="text/plain" data-cs-class="cs-blocker-script-advanced" class="cs-blocker-script-advanced"  data-cs-element-position="head"  async src="https://www.googletagmanager.com/gtag/js?id=UA-58706722-1"></script> <script type="text/plain" data-cs-class="cs-blocker-script-advanced" class="cs-blocker-script-advanced"  data-cs-element-position="head" >
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-58706722-1');
</script> <!-- Meta Pixel Code --> <script type="text/bwp-script"  data-cs-class="cs-blocker-script" data-cs-slug="facebook_pixel" data-cs-label="Facebook Pixel Code"  data-cs-script-type="296" data-cs-block="false" data-cs-element-position="head" data-type="text/javascript">
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '584590286928383');
fbq('track', 'PageView');
</script> <noscript  data-cs-class="cs-blocker-script" data-cs-slug="facebook_pixel" data-cs-label="Facebook Pixel Code"  data-cs-script-type="296" data-cs-block="false" data-cs-element-position="head" data-cs-noscript="true" data-cs-content="&lt;img height=&quot;1&quot; width=&quot;1&quot; style=&quot;display:none&quot; src=&quot;https://www.facebook.com/tr?id=584590286928383&amp;ev=PageView&amp;noscript=1&quot; /&gt;"><img decoding="async" height="1" width="1" style="display:none"  data-berqwpsrc="https://www.facebook.com/tr?id=584590286928383&amp;ev=PageView&amp;noscript=1" src="data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; %3E%3C/svg%3E"   data-cs-class="cs-blocker-script" data-cs-slug="facebook_pixel" data-cs-label="Facebook Pixel Code"  data-cs-script-type="296" data-cs-block="false" data-cs-element-position="head" data-cs-placeholder="<div><p>Accept consent to view this</p></div><div><a class='cs_manage_current_consent' data-cs-script-type='296' data-cs-manage='manage_placeholder'>Click to allow Embedded Videos</a></div>" data-cs-src="https://www.facebook.com/tr?id=584590286928383&ev=PageView&noscript=1" /></noscript> <!-- End Meta Pixel Code --> <script type="text/bwp-script"  data-cs-class="cs-blocker-script" data-cs-slug="tiktok_pixel" data-cs-label="TikTok Pixel"  data-cs-script-type="296" data-cs-block="false" data-cs-element-position="head" data-type="text/javascript">
		!function (w, d, t) {
		  w.TiktokAnalyticsObject=t;var ttq=w[t]=w[t]||[];ttq.methods=["page","track","identify","instances","debug","on","off","once","ready","alias","group","enableCookie","disableCookie"],ttq.setAndDefer=function(t,e){t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}};for(var i=0;i<ttq.methods.length;i++)ttq.setAndDefer(ttq,ttq.methods[i]);ttq.instance=function(t){for(var e=ttq._i[t]||[],n=0;n<ttq.methods.length;n++
)ttq.setAndDefer(e,ttq.methods[n]);return e},ttq.load=function(e,n){var i="https://analytics.tiktok.com/i18n/pixel/events.js";ttq._i=ttq._i||{},ttq._i[e]=[],ttq._i[e]._u=i,ttq._t=ttq._t||{},ttq._t[e]=+new Date,ttq._o=ttq._o||{},ttq._o[e]=n||{};n=document.createElement("script");n.type="text/javascript",n.async=!0,n.src=i+"?sdkid="+e+"&lib="+t;e=document.getElementsByTagName("script")[0];e.parentNode.insertBefore(n,e)};
		
		  ttq.load('CFILC7JC77U0O6B1UR4G');
		  ttq.page();
		}(window, document, 'ttq');
	</script> 		<meta property="og:locale" content="en_US" /> 		<meta property="og:site_name" content="MERCAN GROUP -" /> 		<meta property="og:type" content="article" /> 		<meta property="og:title" content="404 page - MERCAN GROUP" /> 		<meta property="og:description" content="Are you lost ? THE PAGE YOU WERE LOOKING FOR DOESN&#039;T EXIST" /> 		<meta property="og:url" content="https://www.mercan.com/404-page/" /> 		<meta property="article:published_time" content="2019-09-13T10:54:37+00:00" /> 		<meta property="article:modified_time" content="2024-02-12T19:36:04+00:00" /> 		<meta name="twitter:card" content="summary_large_image" /> 		<meta name="twitter:title" content="404 page - MERCAN GROUP" /> 		<meta name="twitter:description" content="Are you lost ? THE PAGE YOU WERE LOOKING FOR DOESN&#039;T EXIST" /> 		<script type="application/ld+json" class="aioseo-schema">
			{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.mercan.com\/404-page\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.mercan.com\/#listItem","position":1,"name":"Home","item":"https:\/\/www.mercan.com\/","nextItem":"https:\/\/www.mercan.com\/404-page\/#listItem"},{"@type":"ListItem","@id":"https:\/\/www.mercan.com\/404-page\/#listItem","position":2,"name":"404 page","previousItem":"https:\/\/www.mercan.com\/#listItem"}]},{"@type":"Organization","@id":"https:\/\/www.mercan.com\/#organization","name":"MERCAN GROUP","url":"https:\/\/www.mercan.com\/","logo":{"@type":"ImageObject","url":"https:\/\/www.mercan.com\/wp-content\/uploads\/2024\/06\/logo.png","@id":"https:\/\/www.mercan.com\/404-page\/#organizationLogo","width":600,"height":491,"caption":"logo"},"image":{"@id":"https:\/\/www.mercan.com\/404-page\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/www.mercan.com\/404-page\/#webpage","url":"https:\/\/www.mercan.com\/404-page\/","name":"404 page - MERCAN GROUP","description":"Are you lost ? THE PAGE YOU WERE LOOKING FOR DOESN'T EXIST","inLanguage":"en-CA","isPartOf":{"@id":"https:\/\/www.mercan.com\/#website"},"breadcrumb":{"@id":"https:\/\/www.mercan.com\/404-page\/#breadcrumblist"},"datePublished":"2019-09-13T10:54:37+00:00","dateModified":"2024-02-12T19:36:04+00:00"},{"@type":"WebSite","@id":"https:\/\/www.mercan.com\/#website","url":"https:\/\/www.mercan.com\/","name":"MERCAN GROUP","inLanguage":"en-CA","publisher":{"@id":"https:\/\/www.mercan.com\/#organization"}}]}
		</script> 		<!-- All in One SEO -->  <!-- Google tag (gtag.js) Consent Mode dataLayer added by Site Kit --> <script type="text/plain" data-cs-class="cs-blocker-script-advanced" class="cs-blocker-script-advanced"  data-cs-element-position="head"  id='google_gtagjs-js-consent-mode-data-layer'>
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
;
window._googlesitekitConsentCategoryMap = {"statistics":["analytics_storage"],"marketing":["ad_storage","ad_user_data","ad_personalization"],"functional":["functionality_storage","security_storage"],"preferences":["personalization_storage"]};
window._googlesitekitConsents = {"ad_personalization":"denied","ad_storage":"denied","ad_user_data":"denied","analytics_storage":"denied","functionality_storage":"denied","security_storage":"denied","personalization_storage":"denied","region":["AT","BE","BG","CH","CY","CZ","DE","DK","EE","ES","FI","FR","GB","GR","HR","HU","IE","IS","IT","LI","LT","LU","LV","MT","NL","NO","PL","PT","RO","SE","SI","SK"],"wait_for_update":500}</script> <!-- End Google tag (gtag.js) Consent Mode dataLayer added by Site Kit --> 			<script type='text/bwp-script' id='pys-version-script' data-type="application/javascript">console.log('PixelYourSite PRO version 10.4.2');</script> <link rel='dns-prefetch' href='//www.google.com' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="MERCAN GROUP &raquo; Feed" href="https://www.mercan.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="MERCAN GROUP &raquo; Comments Feed" href="https://www.mercan.com/comments/feed/" /> <link rel='stylesheet' id='thegem-preloader-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/css/thegem-preloader.css?hash=fd9275322de0403b90809b771ba3a59f" /> <style id='thegem-preloader-inline-css' type='text/css' data-berqwp-style="  		body:not(.compose-mode) .gem-icon-style-gradient span, 		body:not(.compose-mode) .gem-icon .gem-icon-half-1, 		body:not(.compose-mode) .gem-icon .gem-icon-half-2 { 			opacity: 0 !important; 			} "></style> <link rel='stylesheet' id='thegem-reset-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/css/thegem-reset.css?hash=55d67784362cd62bc956b31bbdf447a7" /> <link rel='stylesheet' id='thegem-grid-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/css/thegem-grid.css?hash=aaa568bd783ee5c642068aa5bf538a58" /> <link rel='stylesheet' id='thegem-header-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/css/thegem-header.css?hash=bcf1b24c7ca5f39db10ccf8bdf62224e" /> <link rel='stylesheet' id='thegem-style-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/style.css?hash=2121f1daae66a385e5f92b5ceb4689c2" /> <link rel='stylesheet' id='thegem-child-style-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor-child/style.css?hash=a7d41550cba12582d5dc4c9697489f1b" /> <link rel='stylesheet' id='thegem-widgets-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/css/thegem-widgets.css?hash=7fe7f5ee7e24f42c1c9ba484104d1973" /> <link rel='stylesheet' id='thegem-new-css-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/css/thegem-new-css.css?hash=c13cbb4e74b701e102b56fd4b557d1d3" /> <link rel='stylesheet' id='perevazka-css-css-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/css/thegem-perevazka-css.css?hash=a13b08af533d6fecf15b5e925c74e145" /> <link rel='stylesheet' id='thegem-google-fonts-css' href='' type='text/css' media='all' data-berqwp-style-href="//fonts.googleapis.com/css?family=Source+Sans+Pro%3A200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C600%2C600italic%2C700%2C700italic%2C900%2C900italic%7CMontserrat%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%2C100italic%2C200italic%2C300italic%2C400italic%2C500italic%2C600italic%2C700italic%2C800italic%2C900italic&#038;subset=cyrillic%2Ccyrillic-ext%2Cgreek%2Cgreek-ext%2Clatin%2Clatin-ext%2Cvietnamese&#038;ver=6.6.2" /> <link rel='stylesheet' id='thegem-custom-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor-child/css/custom-vFUDxVZ6.css?hash=1266b43dc9758b4dabe4491f8cea5a0e" /> <style id='thegem-custom-inline-css' type='text/css' data-berqwp-style=" body .breadcrumbs,body .breadcrumbs a,body .bc-devider:before {color: #ffffff;}body .breadcrumbs .current {	color: #ffcd20;	border-bottom: 3px solid #ffcd20;}body .page-title-block .breadcrumbs-container{	text-align: center;}.page-breadcrumbs ul li a,.page-breadcrumbs ul li:not(:last-child):after{	color: #99A9B5FF;}.page-breadcrumbs ul li{	color: #3C3950FF;}.page-breadcrumbs ul li a:hover{	color: #3C3950FF;}.block-content {padding-top: 0px;}.gem-slideshow,.slideshow-preloader {}.block-content:last-of-type {padding-bottom: 0px;}#top-area {	display: block;}@media (max-width: 991px) {#page-title {padding-top: 40px;padding-bottom: 80px;}.page-title-inner, body .breadcrumbs{padding-left: 0px;padding-right: 0px;}.page-title-excerpt {margin-top: 18px;}#page-title .page-title-title {margin-top: 0px;}.block-content {}.block-content:last-of-type {}#top-area {	display: block;}}@media (max-width: 767px) {#page-title {padding-top: 40px;padding-bottom: 80px;}.page-title-inner,body .breadcrumbs{padding-left: 0px;padding-right: 0px;}.page-title-excerpt {margin-top: 18px;}#page-title .page-title-title {margin-top: 0px;}.block-content {}.block-content:last-of-type {}#top-area {	display: block;}} "></style> <link rel='stylesheet' id='jquery-fancybox-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/js/fancyBox/jquery.fancybox.min.css?hash=a2d42584292f64c5827e8b67b1b38726" /> <style id='classic-theme-styles-inline-css' type='text/css' data-berqwp-style=" /*! 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' data-berqwp-style=" :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 &gt; :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid &gt; :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='wpml-blocks-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/sitepress-multilingual-cms/dist/css/blocks/styles.css?hash=4940e4ae72b6124a6eab7e97fc8df1f4" /> <link rel='stylesheet' id='consent-magic-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/consent-magic-pro/assets/css/style-public.min.css?hash=513f275cbf4ffd47c58ed1b002e0bb41" /> <link rel='stylesheet' id='wpml-legacy-horizontal-list-0-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal/style.min.css?hash=6f1ecd534f48422ce13105c7b6776a6a" /> <link rel='stylesheet' id='wpml-menu-item-0-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/menu-item/style.min.css?hash=886011711ae972cd8472eef5eba5c298" /> <link rel='stylesheet' id='elementor-icons-ekiticons-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css?hash=3fa05d40f6e71519eb9cfd26115ceb55" /> <link rel='stylesheet' id='elementskit-parallax-style-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit/modules/parallax/assets/css/style.css?hash=7358ab1da53cddbcf4f08360320d9afd" /> <link rel='stylesheet' id='elementor-icons-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?hash=544ed889dd29e9def8d730bae7159340" /> <link rel='stylesheet' id='elementor-frontend-legacy-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/thegem-elements-elementor/inc/elementor/assets/css/frontend-legacy.min.css?hash=6a27e019df49d4d09bd6020196976467" /> <link rel='stylesheet' id='elementor-frontend-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementor/assets/css/frontend.min.css?hash=e768474e989037c388d1359edeb2921a" /> <link rel='stylesheet' id='swiper-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?hash=a2431bc290cf34e330e11ec4cfce1247" /> <link rel='stylesheet' id='e-swiper-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?hash=f9a4d42bf66491dd2e49cd5a425bfc4e" /> <link rel='stylesheet' id='elementor-post-6-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/elementor/css/post-6.css?hash=d643f9cb6d3b4555fe412754bdc8dd88" /> <link rel='stylesheet' id='powerpack-frontend-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/powerpack-lite-for-elementor/assets/css/min/frontend.min.css?hash=2953b85251d717bdf3137db7dd223971" /> <link rel='stylesheet' id='cotton-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit/modules/mouse-cursor/assets/css/style.css?hash=646194ebb8f3450184cbfe43017ef36a" /> <link rel='stylesheet' id='widget-heading-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?hash=9be8f58ffbbbac200697a904ed64a4db" /> <link rel='stylesheet' id='widget-text-editor-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?hash=1dbbb7abf4664578e4eae1ce8dd8363c" /> <link rel='stylesheet' id='widget-image-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?hash=e901f62691214137dcda5d01de22db75" /> <link rel='stylesheet' id='elementor-post-1042-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/elementor/css/post-1042.css?hash=78f21139debd9de8790895599a56577b" /> <link rel='stylesheet' id='popup-maker-site-css' href='' type='text/css' media='all' data-berqwp-style-href="//www.mercan.com/wp-content/uploads/pum/pum-site-styles.css?generated=1728325278&#038;ver=1.20.2" /> <link rel='stylesheet' id='gform_basic-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css?hash=4bedfdb9cf94d64f854157dffba8b66f" /> <link rel='stylesheet' id='gform_theme_components-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css?hash=d41d8cd98f00b204e9800998ecf8427e" /> <link rel='stylesheet' id='gform_theme_ie11-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/assets/css/dist/theme-ie11.min.css?hash=67ea51dbc2856d10c83352871408a6da" /> <link rel='stylesheet' id='gform_theme-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css?hash=6a7e3f08eafa3f4cd82cb28dfa574bfa" /> <link rel='stylesheet' id='dashicons-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-includes/css/dashicons.min.css?hash=d68d6bf519169d86e155bad0bed833f8" /> <link rel='stylesheet' id='gforms_reset_css-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/legacy/css/formreset.min.css?hash=df29abec8ae1551476ce7a72240a17a5" /> <link rel='stylesheet' id='gforms_formsmain_css-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/legacy/css/formsmain.min.css?hash=749bd114dc438e01825213cb4cc36608" /> <link rel='stylesheet' id='gforms_ready_class_css-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/legacy/css/readyclass.min.css?hash=246f6bf5425059f3ec7de7d3cb2115bd" /> <link rel='stylesheet' id='gforms_browsers_css-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/legacy/css/browsers.min.css?hash=9d799292588689ed2eec46badc203766" /> <link rel='stylesheet' id='gforms_datepicker_css-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/legacy/css/datepicker.min.css?hash=8739ee4cd555f82dbcd780b9775c845f" /> <link rel='stylesheet' id='ekit-widget-styles-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css?hash=23c5fd91fef2824e62f9668b917f1626" /> <link rel='stylesheet' id='ekit-widget-styles-pro-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit/widgets/init/assets/css/widget-styles-pro.css?hash=f0d514cd1fca3d988699414a5612db8a" /> <link rel='stylesheet' id='ekit-responsive-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css?hash=317fbc87772718eb181ec7feba35e148" /> <link rel='stylesheet' id='google-fonts-1-css' href='' type='text/css' media='all' data-berqwp-style-href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap&#038;ver=6.6.2" /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?hash=f4af7e5ec05ebb0f08d43e2384266abc" /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?hash=9eb2d3c87feb6bb2ffa63b70532b1477" /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script type="text/bwp-script" data-type="text/javascript">function fullHeightRow() {
			var fullHeight,
				offsetTop,
				element = document.getElementsByClassName('vc_row-o-full-height')[0];
			if (element) {
				fullHeight = window.innerHeight;
				offsetTop = window.pageYOffset + element.getBoundingClientRect().top;
				if (offsetTop < fullHeight) {
					fullHeight = 100 - offsetTop / (fullHeight / 100);
					element.style.minHeight = fullHeight + 'vh'
				}
			}
		}
		fullHeightRow();</script><script type="text/bwp-script" id="wpml-cookie-js-extra" data-type="text/javascript">
/* <![CDATA[ */
var wpml_cookies = {"wp-wpml_current_language":{"value":"en","expires":1,"path":"\/"}};
var wpml_cookies = {"wp-wpml_current_language":{"value":"en","expires":1,"path":"\/"}};
/* ]]> */
</script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.js?hash=c6a55456af4776c733018888483aba22" id="wpml-cookie-js" defer="defer" data-wp-strategy="defer" data-type="text/javascript"></script> <!--[if lt IE 9]> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/js/html5.js?hash=2fe36cdd9411c84f325cb6b311f36e59" id="html5-js" data-type="text/javascript"></script> <![endif]--> <script type="text/bwp-script" id="jquery-core-js-extra" data-type="text/javascript">
/* <![CDATA[ */
var pp = {"ajax_url":"https:\/\/www.mercan.com\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-includes/js/jquery/jquery.min.js?hash=826eb77e86b02ab7724fe3d0141ff87c" id="jquery-core-js" data-type="text/javascript"></script><script id='bwp-elementor-init' data-type="text/javascript" type="text/bwp-script">
            // jQuery(document).ready(function(){
                jQuery(window).on('elementor/frontend/init', function() {
    
                    if (elementorInitialized) {
                        return;
                    }
    
                    elementorInitialized = true;
                    console.log('Elementor initialized');
                });
            // })

            </script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-includes/js/jquery/jquery-migrate.min.js?hash=9ffeb32e2d9efbf8f70caabded242267" id="jquery-migrate-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit/modules/parallax/assets/js/jarallax.js?hash=13fa4983a6b7fc88739000fa734d564b" id="jarallax-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/pixelyoursite-pro/dist/scripts/js.cookie-2.1.3.min.js?hash=4235f181b68e246172b45fa68ace6f2e" id="js-cookie-pys-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/pixelyoursite-pro/dist/scripts/jquery.bind-first-0.2.3.min.js?hash=d9b793847f0ae921aa3683b1edcb7a77" id="jquery-bind-first-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/pixelyoursite-pro/dist/scripts/sha256.js?hash=870585dd6164d062f2448b408dd96dee" id="js-sha256-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/pixelyoursite-pro/dist/scripts/vimeo.min.js?hash=76e82f7225231e43c5881035ab32c860" id="vimeo-js" data-type="text/javascript"></script> <script type="text/bwp-script" id="pys-js-extra" data-type="text/javascript">
/* <![CDATA[ */
var pysOptions = {"staticEvents":{"facebook":{"init_event":[{"delay":0,"type":"static","name":"PageView","pixelIds":["584590286928383"],"eventID":"842bfaed-1001-442c-8b65-97080907ba87","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"init_event","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}]}},"dynamicEvents":{"automatic_event_internal_link":{"facebook":{"delay":0,"type":"dyn","name":"InternalClick","pixelIds":["584590286928383"],"eventID":"e9edd5d2-e471-417b-a302-5e6d3cda5b61","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"automatic_event_internal_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""},"google_ads":{"delay":0,"type":"dyn","name":"InternalClick","conversion_ids":["AW-826329520"],"eventID":"e9edd5d2-e471-417b-a302-5e6d3cda5b61","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"automatic_event_internal_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}},"automatic_event_outbound_link":{"facebook":{"delay":0,"type":"dyn","name":"OutboundClick","pixelIds":["584590286928383"],"eventID":"cfc7cc9e-0075-4bf1-bcee-c564fbfd7143","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"automatic_event_outbound_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""},"google_ads":{"delay":0,"type":"dyn","name":"OutboundClick","conversion_ids":["AW-826329520"],"eventID":"cfc7cc9e-0075-4bf1-bcee-c564fbfd7143","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"automatic_event_outbound_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}},"automatic_event_video":{"facebook":{"delay":0,"type":"dyn","name":"WatchVideo","pixelIds":["584590286928383"],"eventID":"7c9013c3-0154-4ce6-9beb-8247edffca8d","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"automatic_event_video","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""},"google_ads":{"delay":0,"type":"dyn","name":"WatchVideo","conversion_ids":["AW-826329520"],"eventID":"7c9013c3-0154-4ce6-9beb-8247edffca8d","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"automatic_event_video","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}},"automatic_event_tel_link":{"facebook":{"delay":0,"type":"dyn","name":"TelClick","pixelIds":["584590286928383"],"eventID":"dbecb130-8d06-45fb-9394-08572e5c3d92","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"automatic_event_tel_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""},"google_ads":{"delay":0,"type":"dyn","name":"TelClick","conversion_ids":["AW-826329520"],"eventID":"dbecb130-8d06-45fb-9394-08572e5c3d92","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"automatic_event_tel_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}},"automatic_event_email_link":{"facebook":{"delay":0,"type":"dyn","name":"EmailClick","pixelIds":["584590286928383"],"eventID":"d16a2a8a-306b-4719-a3e9-d7485ceb3796","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"automatic_event_email_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""},"google_ads":{"delay":0,"type":"dyn","name":"EmailClick","conversion_ids":["AW-826329520"],"eventID":"d16a2a8a-306b-4719-a3e9-d7485ceb3796","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"automatic_event_email_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}},"automatic_event_form":{"facebook":{"delay":0,"type":"dyn","name":"Form","pixelIds":["584590286928383"],"eventID":"a059a041-55d7-4150-a869-e0b323c57e75","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"automatic_event_form","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""},"google_ads":{"delay":0,"type":"dyn","name":"Form","conversion_ids":["AW-826329520"],"eventID":"a059a041-55d7-4150-a869-e0b323c57e75","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"automatic_event_form","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}},"automatic_event_scroll":{"facebook":{"delay":0,"type":"dyn","name":"PageScroll","scroll_percent":30,"pixelIds":["584590286928383"],"eventID":"c5f83678-44d5-4c57-9938-e5b60c9d748d","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"automatic_event_scroll","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""},"google_ads":{"delay":0,"type":"dyn","name":"PageScroll","scroll_percent":30,"conversion_ids":["AW-826329520"],"eventID":"c5f83678-44d5-4c57-9938-e5b60c9d748d","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"automatic_event_scroll","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}},"automatic_event_time_on_page":{"facebook":{"delay":0,"type":"dyn","name":"TimeOnPage","time_on_page":30,"pixelIds":["584590286928383"],"eventID":"34b1a17e-be34-4fd9-9f89-5c69d98839aa","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"automatic_event_time_on_page","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""},"google_ads":{"delay":0,"type":"dyn","name":"TimeOnPage","time_on_page":30,"conversion_ids":["AW-826329520"],"eventID":"34b1a17e-be34-4fd9-9f89-5c69d98839aa","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"automatic_event_time_on_page","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}}},"triggerEvents":{"29015":{"facebook":{"delay":0,"type":"trigger","trigger_type":"gravity","trigger_type_event":"form","trigger_value":["28"],"custom_event_post_id":29015,"name":"PGV__Investment_Fund_Lead__RU","pixelIds":["584590286928383"],"eventID":"3887e2c6-aefb-4094-97db-b5b49594fdeb","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"custom_event","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}},"29014":{"facebook":{"delay":0,"type":"trigger","trigger_type":"gravity","trigger_type_event":"form","trigger_value":["23"],"custom_event_post_id":29014,"name":"PGV__Investment_Fund_Lead__US","pixelIds":["584590286928383"],"eventID":"3887e2c6-aefb-4094-97db-b5b49594fdeb","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"custom_event","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}},"28677":{"facebook":{"delay":0,"type":"trigger","trigger_type":"gravity","trigger_type_event":"form","trigger_value":["26"],"custom_event_post_id":28677,"name":"Greece_GV_Lead","pixelIds":["584590286928383"],"eventID":"3887e2c6-aefb-4094-97db-b5b49594fdeb","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"custom_event","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}},"14686":{"facebook":{"delay":0,"type":"trigger","trigger_type":"gravity","trigger_type_event":"form","trigger_value":["14"],"custom_event_post_id":14686,"name":"EB3_Lead","pixelIds":["584590286928383"],"eventID":"3887e2c6-aefb-4094-97db-b5b49594fdeb","params":{"page_title":"404 page","post_type":"page","post_id":1042,"plugin":"PixelYourSite","event_url":"www.mercan.com\/404-page\/","user_role":"guest"},"e_id":"custom_event","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}}},"triggerEventTypes":{"gravity":{"29015":{"forms":["28"]},"29014":{"forms":["23"]},"28677":{"forms":["26"]},"14686":{"forms":["14"]}}},"facebook":{"pixelIds":["584590286928383"],"advancedMatchingEnabled":true,"advancedMatching":{"external_id":"6e59330e393fc04d3c15a02eae2da8b562d49b4d7c06033c6070e4f8028a2bbf"},"removeMetadata":false,"wooVariableAsSimple":false,"serverApiEnabled":false,"wooCRSendFromServer":false,"send_external_id":true},"google_ads":{"conversion_ids":["AW-826329520"],"enhanced_conversion":["index_0"],"woo_purchase_conversion_track":"current_event","woo_initiate_checkout_conversion_track":"current_event","woo_add_to_cart_conversion_track":"current_event","woo_view_content_conversion_track":"current_event","woo_view_category_conversion_track":"current_event","edd_purchase_conversion_track":"current_event","edd_initiate_checkout_conversion_track":"current_event","edd_add_to_cart_conversion_track":"current_event","edd_view_content_conversion_track":"current_event","edd_view_category_conversion_track":"current_event","wooVariableAsSimple":true,"crossDomainEnabled":false,"crossDomainAcceptIncoming":false,"crossDomainDomains":[]},"debug":"","siteUrl":"https:\/\/www.mercan.com","ajaxUrl":"https:\/\/www.mercan.com\/wp-admin\/admin-ajax.php","ajax_event":"5dff3ebcff","trackUTMs":"1","trackTrafficSource":"1","user_id":"0","enable_lading_page_param":"1","cookie_duration":"7","enable_event_day_param":"1","enable_event_month_param":"1","enable_event_time_param":"1","enable_remove_target_url_param":"1","enable_remove_download_url_param":"1","visit_data_model":"first_visit","last_visit_duration":"60","enable_auto_save_advance_matching":"1","enable_success_send_form":"","enable_automatic_events":"1","enable_event_video":"1","ajaxForServerEvent":"1","ajaxForServerStaticEvent":"1","send_external_id":"1","external_id_expire":"180","google_consent_mode":"1","data_persistency":"keep_data","advance_matching_form":{"enable_advance_matching_forms":true,"advance_matching_fn_names":["","first_name","first-name","first name","name"],"advance_matching_ln_names":["","last_name","last-name","last name"],"advance_matching_tel_names":["","phone","tel"],"advance_matching_em_names":[]},"advance_matching_url":{"enable_advance_matching_url":true,"advance_matching_fn_names":[],"advance_matching_ln_names":[],"advance_matching_tel_names":[],"advance_matching_em_names":[]},"gdpr":{"ajax_enabled":false,"all_disabled_by_api":false,"facebook_disabled_by_api":false,"tiktok_disabled_by_api":false,"analytics_disabled_by_api":false,"google_ads_disabled_by_api":false,"pinterest_disabled_by_api":false,"bing_disabled_by_api":false,"externalID_disabled_by_api":false,"facebook_prior_consent_enabled":true,"tiktok_prior_consent_enabled":true,"analytics_prior_consent_enabled":true,"google_ads_prior_consent_enabled":true,"pinterest_prior_consent_enabled":true,"bing_prior_consent_enabled":true,"cookiebot_integration_enabled":false,"cookiebot_facebook_consent_category":"marketing","cookiebot_tiktok_consent_category":"marketing","cookiebot_analytics_consent_category":"statistics","cookiebot_google_ads_consent_category":"marketing","cookiebot_pinterest_consent_category":"marketing","cookiebot_bing_consent_category":"marketing","cookie_notice_integration_enabled":false,"cookie_law_info_integration_enabled":false,"real_cookie_banner_integration_enabled":false,"consent_magic_integration_enabled":true,"analytics_storage":{"enabled":true,"value":"granted","filter":false},"ad_storage":{"enabled":true,"value":"granted","filter":false},"ad_user_data":{"enabled":true,"value":"granted","filter":false},"ad_personalization":{"enabled":true,"value":"granted","filter":false}},"cookie":{"disabled_all_cookie":false,"disabled_start_session_cookie":false,"disabled_advanced_form_data_cookie":false,"disabled_landing_page_cookie":false,"disabled_first_visit_cookie":false,"disabled_trafficsource_cookie":false,"disabled_utmTerms_cookie":false,"disabled_utmId_cookie":false},"tracking_analytics":{"TrafficSource":"direct","TrafficLanding":"https:\/\/www.mercan.com\/404-page","TrafficUtms":[],"TrafficUtmsId":[],"userDataEnable":true,"userData":[],"use_encoding_provided_data":true},"automatic":{"enable_youtube":true,"enable_vimeo":true,"enable_video":true},"woo":{"enabled":false},"edd":{"enabled":false}};
/* ]]> */
</script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/pixelyoursite-pro/dist/scripts/public.js?hash=fb3b2bd4808bf1aa71e14dcbcc01892c" id="pys-js" data-type="text/javascript"></script> <script type="text/bwp-script" id="consent-magic-js-extra" data-type="text/javascript">
/* <![CDATA[ */
var CS_Data = {"nn_cookie_ids":[],"non_necessary_cookies":[],"cookielist":{"294":{"term_id":294,"name":"Necessary","slug":"necessary"},"295":{"term_id":295,"name":"Analytics","slug":"analytics"},"296":{"term_id":296,"name":"Marketing","slug":"marketing"},"297":{"term_id":297,"name":"Google Fonts","slug":"googlefonts"},"298":{"term_id":298,"name":"Unassigned","slug":"unassigned"},"299":{"term_id":299,"name":"Embedded Videos","slug":"embedded_video"}},"ajax_url":"https:\/\/www.mercan.com\/wp-admin\/admin-ajax.php","current_lang":"en","security":"652fd50207","consentVersion":"2","cs_cookie_domain":"","privacy_length":"250","cs_expire_days":"180","cs_script_cat":{"facebook":296,"analytics":295,"gads":296,"pinterest":296,"bing":296,"adsense":295,"hubspot":296,"matomo":296,"maps":295,"addthis":295,"sharethis":295,"soundcloud":296,"slideshare":296,"instagram":295,"hotjar":296,"tiktok":296,"twitter":296,"youtube":299,"googlefonts":297,"google_captcha":294,"pys":294},"cs_proof_expire":"360","cs_default_close_on_scroll":"60","cs_track_analytics":"0","test_prefix":"","cs_refresh_after_consent":"0","cs_consent_for_pys":"1","cs_track_before_consent_expressed_for_pys":"1","cs_video_placeholder_text":"<div><p>Accept consent to view this<\/p><\/div><div><a class='cs_manage_current_consent' data-cs-script-type='299' data-cs-manage='manage_placeholder'>Click to allow 'Embedded Videos'<\/a><\/div>","cs_embedded_video":{"name":"Embedded Videos","id":"299"},"cs_google_consent_mode":{"analytics_storage":{"enabled":true,"value":"granted","filter":false,"category":295},"ad_storage":{"enabled":true,"value":"granted","filter":false,"category":296},"ad_user_data":{"enabled":true,"value":"granted","filter":false,"category":296},"ad_personalization":{"enabled":true,"value":"granted","filter":false,"category":296}},"cs_url_passthrough_mode":{"enabled":true,"value":true,"filter":false},"cs_google_consent_mode_enabled":"1","cs_block_video_personal_data":"","cs_necessary_cat_id":"294","cs_cache_label":"1731243794","cs_cache_enabled":"0","cs_active_rule":"16548","cs_active_rule_name":"inform_and_opiout","cs_showing_rule_until_express_consent":"0","cs_minimum_recommended":{"295":1,"299":1,"296":1,"cs_enabled_advanced_matching":1,"cs_enabled_server_side":1},"cs_deny_consent_for_close":"0","cs_run_scripts":"1","cs_iab":{"enabled":0},"cs_translations":{"cs_iab_name":"Name","cs_iab_domain":"Domain","cs_iab_purposes":"Purposes","cs_iab_expiry":"Expiry","cs_iab_type":"Type","cs_iab_cookie_details":"Cookie Details","cs_iab_years":"% year(s)","cs_iab_months":"% month(s)","cs_iab_days":"% day(s)","cs_iab_hours":"% hour(s)","cs_iab_minutes":"% minute(s)","cs_iab_legitimate_interest":"Legitimate Interest","cs_iab_privacy_policy":"Privacy policy","cs_iab_special_purposes":"Special Purposes","cs_iab_features":"Features","cs_iab_special_features":"Special Features","cs_iab_data_categories":"Data categories","cs_iab_storage_methods":"Storage methods or accessing","cs_iab_cookies_and_others":"Cookies and others","cs_iab_other_methods":"Other methods","cs_iab_consent_preferences":"Consent Preferences","cs_iab_cookie_refreshed":"Cookie expiry may be refreshed","cs_iab_show_cookie_details":"Show cookie details","cs_iab_nodata":"No data","cs_iab_btn_text_allow":"Allow"},"cs_design_type":"multi"};
var cs_log_object = {"ajaxurl":"https:\/\/www.mercan.com\/wp-admin\/admin-ajax.php","nonce":"586a22737e"};
/* ]]> */
</script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/consent-magic-pro/js/cs-public.min.js?hash=630b69aa3b982c9578cfb47127ad8ff3" id="consent-magic-js" data-type="text/javascript"></script> <script type="text/bwp-script" defer='defer' src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?hash=bd4a0f15980886a95cc5cbd16b77eae7" id="gform_json-js" data-type="text/javascript"></script> <script type="text/bwp-script" id="gform_gravityforms-js-extra" data-type="text/javascript">
/* <![CDATA[ */
var gf_legacy = {"is_legacy":""};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"374273fbbabddb933c1f187b7dc9429b","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
var gf_legacy = {"is_legacy":""};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"374273fbbabddb933c1f187b7dc9429b","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
var gf_legacy = {"is_legacy":""};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"374273fbbabddb933c1f187b7dc9429b","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"374273fbbabddb933c1f187b7dc9429b","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"374273fbbabddb933c1f187b7dc9429b","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"374273fbbabddb933c1f187b7dc9429b","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"374273fbbabddb933c1f187b7dc9429b","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"374273fbbabddb933c1f187b7dc9429b","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"374273fbbabddb933c1f187b7dc9429b","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"374273fbbabddb933c1f187b7dc9429b","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"374273fbbabddb933c1f187b7dc9429b","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"374273fbbabddb933c1f187b7dc9429b","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
var gf_legacy = {"is_legacy":""};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"374273fbbabddb933c1f187b7dc9429b","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"374273fbbabddb933c1f187b7dc9429b","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"374273fbbabddb933c1f187b7dc9429b","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}};
var gf_legacy_multi = {"14":"","15":"1","7":"1","4":"1","9":"","16":"","1":"","3":"1","17":"","2":"1","8":""};
var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms\/images"}};
/* ]]> */
</script> <script type="text/bwp-script" defer='defer' src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?hash=8f5809cb02ecd05c72a034875383a388" id="gform_gravityforms-js" data-type="text/javascript"></script> <script type="text/bwp-script" id="gform_conditional_logic-js-extra" data-type="text/javascript">
/* <![CDATA[ */
var gf_legacy = {"is_legacy":""};
var gf_legacy = {"is_legacy":""};
var gf_legacy = {"is_legacy":""};
var gf_legacy = {"is_legacy":"1"};
var gf_legacy = {"is_legacy":""};
var gf_legacy = {"is_legacy":""};
var gf_legacy = {"is_legacy":"1"};
var gf_legacy = {"is_legacy":"1"};
var gf_legacy = {"is_legacy":""};
/* ]]> */
</script> <script type="text/bwp-script" defer='defer' src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/js/conditional_logic.min.js?hash=78cd75552774f850fdc592cdbfeae4ce" id="gform_conditional_logic-js" data-type="text/javascript"></script> <script type="text/bwp-script" defer='defer' src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?hash=50c7bea9c2320e16728e44ae9fde5f26" id="gform_gravityforms_utils-js" data-type="text/javascript"></script> <script type="text/bwp-script" defer='defer' src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/js/page_conditional_logic.min.js?hash=80717b3e71fc96086573a6eb7baabeda" id="gform_page_conditional_logic-js" data-type="text/javascript"></script>  <!-- Google tag (gtag.js) snippet added by Site Kit -->  <!-- Google Ads snippet added by Site Kit -->  <!-- Google Analytics snippet added by Site Kit --> <script type="text/plain" data-cs-class="cs-blocker-script-advanced" class="cs-blocker-script-advanced"  data-cs-element-position="head"  src="https://www.googletagmanager.com/gtag/js?id=GT-M3VGBZ" id="google_gtagjs-js" async></script> <script type="text/plain" data-cs-class="cs-blocker-script-advanced" class="cs-blocker-script-advanced"  data-cs-element-position="head"  id="google_gtagjs-js-after">
/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["www.mercan.com"]});
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "GT-M3VGBZ");
gtag("config", "AW-826329520");
/* ]]> */
</script>  <!-- End Google tag (gtag.js) snippet added by Site Kit --> <link rel="https://api.w.org/" href="https://www.mercan.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.mercan.com/wp-json/wp/v2/pages/1042" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.mercan.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.6.2" /> <link rel='shortlink' href='https://www.mercan.com/?p=1042' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.mercan.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.mercan.com%2F404-page%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.mercan.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.mercan.com%2F404-page%2F&#038;format=xml" /> <meta name="generator" content="WPML ver:4.6.9 stt:1,4,41;" /> <meta name="generator" content="Site Kit by Google 1.139.0" />		<script type="text/bwp-script" data-type="text/javascript">
				(function(c,l,a,r,i,t,y){
					c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};t=l.createElement(r);t.async=1;
					t.src="https://www.clarity.ms/tag/"+i+"?ref=wordpress";y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
				})(window, document, "clarity", "script", "56xm2r94rk");
		</script> 		www.mercan.com<script src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/api/site/b9b18368-aefd-4b44-abbc-2d899c77e663/nytroseo.min.js?hash=e6da9254599f16fdb01bad8af3846c92" data-type="text/javascript" type="text/bwp-script" ></script><meta name="generator" content="Elementor 3.24.4; settings: css_print_method-external, google_font-enabled, font_display-swap"> <script type="text/bwp-script" data-type="text/javascript">var elementskit_module_parallax_url = "https://www.mercan.com/wp-content/plugins/elementskit/modules/parallax/";</script> <!-- Meta Pixel Code --> <script type="text/bwp-script"  data-cs-class="cs-blocker-script" data-cs-slug="facebook_pixel" data-cs-label="Facebook Pixel Code"  data-cs-script-type="296" data-cs-block="false" data-cs-element-position="head" data-type="text/javascript">
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js?v=next');
</script> <!-- End Meta Pixel Code -->        <script type="text/bwp-script"  data-cs-class="cs-blocker-script" data-cs-slug="facebook_pixel" data-cs-label="Facebook Pixel Code"  data-cs-script-type="296" data-cs-block="false" data-cs-element-position="head" data-type="text/javascript">
        var url = window.location.origin + '?ob=open-bridge';
        fbq('set', 'openbridge', '584590286928383', url);
      </script>     <script type="text/bwp-script"  data-cs-class="cs-blocker-script" data-cs-slug="facebook_pixel" data-cs-label="Facebook Pixel Code"  data-cs-script-type="296" data-cs-block="false" data-cs-element-position="head" data-type="text/javascript">fbq('init', '584590286928383', {}, {
    "agent": "wordpress-6.6.2-4.0.1"
})</script><script type="text/bwp-script"  data-cs-class="cs-blocker-script" data-cs-slug="facebook_pixel" data-cs-label="Facebook Pixel Code"  data-cs-script-type="296" data-cs-block="false" data-cs-element-position="head" data-type="text/javascript">
    fbq('track', 'PageView', []);
  </script> <!-- Meta Pixel Code --> <noscript  data-cs-class="cs-blocker-script" data-cs-slug="facebook_pixel" data-cs-label="Facebook Pixel Code"  data-cs-script-type="296" data-cs-block="false" data-cs-element-position="head" data-cs-noscript="true" data-cs-content="&lt;img height=&quot;1&quot; width=&quot;1&quot; style=&quot;display:none&quot; alt=&quot;fbpx&quot; src=&quot;https://www.facebook.com/tr?id=584590286928383&amp;ev=PageView&amp;noscript=1&quot; /&gt;"> <img decoding="async" height="1" width="1" style="display:none" alt="fbpx"  data-berqwpsrc="https://www.facebook.com/tr?id=584590286928383&amp;ev=PageView&amp;noscript=1" src="data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; %3E%3C/svg%3E"   data-cs-class="cs-blocker-script" data-cs-slug="facebook_pixel" data-cs-label="Facebook Pixel Code"  data-cs-script-type="296" data-cs-block="false" data-cs-element-position="head" data-cs-placeholder="<div><p>Accept consent to view this</p></div><div><a class='cs_manage_current_consent' data-cs-script-type='296' data-cs-manage='manage_placeholder'>Click to allow Embedded Videos</a></div>" data-cs-src="https://www.facebook.com/tr?id=584590286928383&ev=PageView&noscript=1" /> </noscript> <!-- End Meta Pixel Code --> 			<style data-berqwp-style=" 				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), 				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { 					background-image: none !important; 				} 				@media screen and (max-height: 1024px) { 					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), 					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { 						background-image: none !important; 					} 				} 				@media screen and (max-height: 640px) { 					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), 					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { 						background-image: none !important; 					} 				} 			"></style> 			 <!-- Google Tag Manager snippet added by Site Kit --> <script type="text/plain" data-cs-class="cs-blocker-script-advanced" class="cs-blocker-script-advanced"  data-cs-element-position="head" >
/* <![CDATA[ */

			( function( w, d, s, l, i ) {
				w[l] = w[l] || [];
				w[l].push( {'gtm.start': new Date().getTime(), event: 'gtm.js'} );
				var f = d.getElementsByTagName( s )[0],
					j = d.createElement( s ), dl = l != 'dataLayer' ? '&l=' + l : '';
				j.async = true;
				j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
				f.parentNode.insertBefore( j, f );
			} )( window, document, 'script', 'dataLayer', 'GTM-NXRDJPT' );
			
/* ]]> */
</script>  <!-- End Google Tag Manager snippet added by Site Kit --> <link rel="icon" href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/2024/06/logo.webp?t=1731243798" sizes="32x32" /> <link rel="icon" href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/2024/06/logo.webp?t=1731243798" sizes="192x192" /> <link rel="apple-touch-icon" href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/2024/06/logo.webp?t=1731243798" /> <meta name="msapplication-TileImage" content="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/2024/06/logo.webp?t=1731243798" />  	<script type="text/plain" data-cs-class="cs-blocker-script-advanced" class="cs-blocker-script-advanced-data">{"data_layers":["dataLayer"]}</script>                  <script data-berqwp>
                    // var preloadLinks = document.querySelectorAll('link[rel="preload"]');
                    // preloadLinks.forEach(function (link) {
                    // // Only remove the link if it doesn't have the 'data-berqwp' attribute
                    // if (!link.hasAttribute('data-berqwp')) {
                    //     link.remove();
                    // }
                    // });


                </script>                      <script data-berqwp async>
                
                // Get the style tag element
                const styleTag = document.getElementById('berqwp-critical-css');
                
                // Extract the CSS content from the style tag
                const cssContent = styleTag.textContent;
                
                // Regular expression to match CSS rules
                const ruleRegex = /([^{}]+)\{([^{}]+)\}/g;
                
                // Regular expression to match background or background-image properties with url() function
                const backgroundRegex = /(?:background(?:-image)?:[^;]*?url\([^)]*\))/g;
                
                // Array to store the extracted CSS properties
                var extractedProperties = [];
                
                // Match CSS rules in the CSS content
                let ruleMatch;
                while ((ruleMatch = ruleRegex.exec(cssContent)) !== null) {
                    const cssBlockSelector = ruleMatch[1].trim();
                    const cssProperties = ruleMatch[2];
                
                    // Match background properties in the CSS properties
                    let backgroundMatch;
                    while ((backgroundMatch = backgroundRegex.exec(cssProperties)) !== null) {
						let prop_value = backgroundMatch[0].trim().replace('background:', 'background-image:');

                        extractedProperties.push({ cssBlockSelector, backgroundValue: prop_value });
                        /* extractedProperties.push({ cssBlockSelector, backgroundValue: backgroundMatch[0].trim() }); */
                    }
                }
                
                // console.log(extractedProperties);
                
                // Iterate through the extracted properties and modify background images directly in the style tag
                let modifiedCssContent = cssContent;
                let skipebgimg = 3;
                let interationcount = 0;
                extractedProperties.forEach(property => {
                    interationcount = interationcount + 1;

                    if (interationcount <= skipebgimg) {
                        return;
                    } 

                    // Replace the original background value with 'none'
                    let bg_img_hash = btoa(property.backgroundValue);
                    const regex = /url\([^)]*\)/;
                    // const regex = /url\(([^)]*)\)/; // fix bg image error


                    // Replace the URL function with the new URL
                    /* const prop_value = property.backgroundValue.replace(regex, 'urlbgberq(#'+bg_img_hash+')'); */
                    // const prop_value = property.backgroundValue.replace(regex, 'url(data:image/svg+xml;base64,'+bg_img_hash+')');
                    const prop_value = property.backgroundValue.replace(regex, 'unset');
					// let lcp_exists = lcp_ele.some(element => property.backgroundValue.includes(element));
                    let lcp_exists = lcp_ele.some(element => element && element !== '1' && property.backgroundValue.includes(element));

                    
                    if (lcp_exists) {
                        modifiedCssContent = modifiedCssContent.replace(property.backgroundValue, property.backgroundValue);
                        // modifiedCssContent = modifiedCssContent.replace(property.backgroundValue, property.backgroundValue+' !important;');
                        // modifiedCssContent = modifiedCssContent.replace(property.backgroundValue, prop_value);
                    } else {
                        modifiedCssContent = modifiedCssContent.replace(property.backgroundValue, prop_value);
                        // modifiedCssContent = modifiedCssContent.replace(property.backgroundValue, property.backgroundValue);
                        // modifiedCssContent = modifiedCssContent.replace('background-image: unset;', prop_value);

                    }

                });
                
                // Update the text content of the style tag with the modified CSS content
                styleTag.textContent = modifiedCssContent;
                   
            </script>               </head>   <body class="page-template-default page page-id-1042 elementor-default elementor-kit-6 elementor-page elementor-page-1042">  		<!-- Google Tag Manager (noscript) snippet added by Site Kit --> 		<noscript> 			<div class="berqwp-lazy-youtube" data-embed="<iframe src='https://www.googletagmanager.com/ns.html?id=GTM-NXRDJPT' height='0' width='0' style='display:none;visibility:hidden' data-cs-class='cs-blocker-script' data-cs-slug='googleanalytics' data-cs-label='Google Analytics'  data-cs-script-type='295' data-cs-block='false' data-cs-element-position='body' data-cs-placeholder='<div><p>Accept consent to view this</p></div><div><a class='cs_manage_current_consent' data-cs-script-type='295' data-cs-manage='manage_placeholder'>Click to allow Embedded Videos</a></div>' data-cs-src='https://www.googletagmanager.com/ns.html?id=GTM-NXRDJPT'></iframe>"></div> 		</noscript> 		<!-- End Google Tag Manager (noscript) snippet added by Site Kit --> 		 	<script type="text/bwp-script" data-type="text/javascript">
		var gemSettings = {"isTouch":"","forcedLasyDisabled":"","tabletPortrait":"1","tabletLandscape":"","topAreaMobileDisable":"","parallaxDisabled":"","fillTopArea":"","themePath":"https:\/\/www.mercan.com\/wp-content\/themes\/thegem-elementor","rootUrl":"https:\/\/www.mercan.com","mobileEffectsEnabled":"","isRTL":""};
		(function() {
    function isTouchDevice() {
        return (('ontouchstart' in window) ||
            (navigator.MaxTouchPoints > 0) ||
            (navigator.msMaxTouchPoints > 0));
    }

    window.gemSettings.isTouch = isTouchDevice();

    function userAgentDetection() {
        var ua = navigator.userAgent.toLowerCase(),
        platform = navigator.platform.toLowerCase(),
        UA = ua.match(/(opera|ie|firefox|chrome|version)[\s\/:]([\w\d\.]+)?.*?(safari|version[\s\/:]([\w\d\.]+)|$)/) || [null, 'unknown', 0],
        mode = UA[1] == 'ie' && document.documentMode;

        window.gemBrowser = {
            name: (UA[1] == 'version') ? UA[3] : UA[1],
            version: UA[2],
            platform: {
                name: ua.match(/ip(?:ad|od|hone)/) ? 'ios' : (ua.match(/(?:webos|android)/) || platform.match(/mac|win|linux/) || ['other'])[0]
                }
        };
            }

    window.updateGemClientSize = function() {
        if (window.gemOptions == null || window.gemOptions == undefined) {
            window.gemOptions = {
                first: false,
                clientWidth: 0,
                clientHeight: 0,
                innerWidth: -1
            };
        }

        window.gemOptions.clientWidth = window.innerWidth || document.documentElement.clientWidth;
        if (document.body != null && !window.gemOptions.clientWidth) {
            window.gemOptions.clientWidth = document.body.clientWidth;
        }

        window.gemOptions.clientHeight = window.innerHeight || document.documentElement.clientHeight;
        if (document.body != null && !window.gemOptions.clientHeight) {
            window.gemOptions.clientHeight = document.body.clientHeight;
        }
    };

    window.updateGemInnerSize = function(width) {
        window.gemOptions.innerWidth = width != undefined ? width : (document.body != null ? document.body.clientWidth : 0);
    };

    userAgentDetection();
    window.updateGemClientSize(true);

    window.gemSettings.lasyDisabled = window.gemSettings.forcedLasyDisabled || (!window.gemSettings.mobileEffectsEnabled && (window.gemSettings.isTouch || window.gemOptions.clientWidth <= 800));
})();
		(function() {
    if (window.gemBrowser.name == 'safari') {
        try {
            var safariVersion = parseInt(window.gemBrowser.version);
        } catch(e) {
            var safariVersion = 0;
        }
        if (safariVersion >= 9) {
            window.gemSettings.parallaxDisabled = true;
            window.gemSettings.fillTopArea = true;
        }
    }
})();
		(function() {
    var fullwithData = {
        page: null,
        pageWidth: 0,
        pageOffset: {},
        fixVcRow: true,
        pagePaddingLeft: 0
    };

    function updateFullwidthData() {
        fullwithData.pageOffset = fullwithData.page.getBoundingClientRect();
        fullwithData.pageWidth = parseFloat(fullwithData.pageOffset.width);
        fullwithData.pagePaddingLeft = 0;

        if (fullwithData.page.className.indexOf('vertical-header') != -1) {
            fullwithData.pagePaddingLeft = 45;
            if (fullwithData.pageWidth >= 1600) {
                fullwithData.pagePaddingLeft = 360;
            }
            if (fullwithData.pageWidth < 980) {
                fullwithData.pagePaddingLeft = 0;
            }
        }
    }

    function gem_fix_fullwidth_position(element) {
        if (element == null) {
            return false;
        }

        if (fullwithData.page == null) {
            fullwithData.page = document.getElementById('page');
            updateFullwidthData();
        }

        /*if (fullwithData.pageWidth < 1170) {
            return false;
        }*/

        if (!fullwithData.fixVcRow) {
            return false;
        }

        if (element.previousElementSibling != null && element.previousElementSibling != undefined && element.previousElementSibling.className.indexOf('fullwidth-block') == -1) {
            var elementParentViewportOffset = element.previousElementSibling.getBoundingClientRect();
        } else {
            var elementParentViewportOffset = element.parentNode.getBoundingClientRect();
        }

        /*if (elementParentViewportOffset.top > window.gemOptions.clientHeight) {
            fullwithData.fixVcRow = false;
            return false;
        }*/

        if (element.className.indexOf('vc_row') != -1) {
            var elementMarginLeft = -21;
            var elementMarginRight = -21;
        } else {
            var elementMarginLeft = 0;
            var elementMarginRight = 0;
        }

        var offset = parseInt(fullwithData.pageOffset.left + 0.5) - parseInt((elementParentViewportOffset.left < 0 ? 0 : elementParentViewportOffset.left) + 0.5) - elementMarginLeft + fullwithData.pagePaddingLeft;
        var offsetKey = window.gemSettings.isRTL ? 'right' : 'left';

        element.style.position = 'relative';
        element.style[offsetKey] = offset + 'px';
        element.style.width = fullwithData.pageWidth - fullwithData.pagePaddingLeft + 'px';

        if (element.className.indexOf('vc_row') == -1) {
            element.setAttribute('data-fullwidth-updated', 1);
        }

        if (element.className.indexOf('vc_row') != -1 && !element.hasAttribute('data-vc-stretch-content')) {
            var el_full = element.parentNode.querySelector('.vc_row-full-width-before');
            var padding = -1 * offset;
            0 > padding && (padding = 0);
            var paddingRight = fullwithData.pageWidth - padding - el_full.offsetWidth + elementMarginLeft + elementMarginRight;
            0 > paddingRight && (paddingRight = 0);
            element.style.paddingLeft = padding + 'px';
            element.style.paddingRight = paddingRight + 'px';
        }
    }

    window.gem_fix_fullwidth_position = gem_fix_fullwidth_position;

    document.addEventListener('DOMContentLoaded', function() {
        var classes = [];

        if (window.gemSettings.isTouch) {
            document.body.classList.add('thegem-touch');
        }

        if (window.gemSettings.lasyDisabled && !window.gemSettings.forcedLasyDisabled) {
            document.body.classList.add('thegem-effects-disabled');
        }
    });

    if (window.gemSettings.parallaxDisabled) {
        var head  = document.getElementsByTagName('head')[0],
            link  = document.createElement('style');
        link.rel  = 'stylesheet';
        link.type = 'text/css';
        link.innerHTML = ".fullwidth-block.fullwidth-block-parallax-fixed .fullwidth-block-background { background-attachment: scroll !important; }";
        head.appendChild(link);
    }
})();

(function() {
    setTimeout(function() {
        var preloader = document.getElementById('page-preloader');
        if (preloader != null && preloader != undefined) {
            preloader.className += ' preloader-loaded';
        }
    }, window.pagePreloaderHideTime || 1000);
})();
	</script> 	   <div id="page" class="layout-fullwidth header-style-1">  			<a href="#page" class="scroll-top-button">Scroll Top</a> 	 	 		 		<div id="site-header-wrapper"  class="" > 			 			 			<header id="site-header" class="site-header mobile-menu-layout-default" role="banner"> 								 				<div class="header-background"> 					<div class="container"> 						<div class="header-main logo-position-left header-layout-default header-style-1"> 																							<div class="site-title"> 											<div class="site-logo" style="width:134px;"> 			<a href="https://www.mercan.com/" rel="home"> 									<span class="logo"><img decoding="async"  data-berqwpsrc="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/thegem-logos/logo_a2e5143064cd9e44cee7ecf18c12a441_1x.webp?t=1731243796?t=1731243792" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM0IiBoZWlnaHQ9IjExMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9Im5vbmUiIC8+PC9zdmc+"   data-berqwp-srcset="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/thegem-logos/logo_a2e5143064cd9e44cee7ecf18c12a441_1x.webp?t=1731243796?t=1731243792 1x,https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/thegem-logos/logo_a2e5143064cd9e44cee7ecf18c12a441_2x.webp?t=1731243797 2x,https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/thegem-logos/logo_a2e5143064cd9e44cee7ecf18c12a441_3x.webp?t=1731243797 3x" alt="MERCAN GROUP" style="width:134px;" class="tgp-exclude default"/><img decoding="async"  data-berqwpsrc="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/thegem-logos/logo_6618efbf6e54eb9aa5386316cb482044_1x.webp?t=1731243797?t=1731243792" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTU1IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9Im5vbmUiIC8+PC9zdmc+"   data-berqwp-srcset="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/thegem-logos/logo_6618efbf6e54eb9aa5386316cb482044_1x.webp?t=1731243797?t=1731243792 1x,https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/thegem-logos/logo_6618efbf6e54eb9aa5386316cb482044_2x.webp?t=1731243797 2x,https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/thegem-logos/logo_6618efbf6e54eb9aa5386316cb482044_3x.webp?t=1731243797 3x" alt="MERCAN GROUP" style="width:155px;" class="tgp-exclude small"/></span> 							</a> 		</div> 										</div> 																											<nav id="primary-navigation" class="site-navigation primary-navigation" role="navigation"> 											<button class="menu-toggle dl-trigger">Primary Menu<span class="menu-line-1"></span><span class="menu-line-2"></span><span class="menu-line-3"></span></button>																							<ul id="primary-menu" class="nav-menu styled no-responsive dl-menu"><li id="menu-item-1217" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-1217 megamenu-first-element"><a href="https://www.mercan.com/">HOME</a></li> <li id="menu-item-8780" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-parent menu-item-8780 megamenu-first-element mobile-clickable"><a href="https://www.mercan.com/who-we-are/">ABOUT</a><span class="menu-item-parent-toggle"></span> <ul class="sub-menu styled dl-submenu"> 	<li id="menu-item-1874" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1874 megamenu-first-element"><a href="https://www.mercan.com/who-we-are/">Who we are</a></li> 	<li id="menu-item-4682" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4682 megamenu-first-element"><a href="https://www.mercan.com/our-professional-team/">Our Team</a></li> 	<li id="menu-item-12759" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12759 megamenu-first-element"><a href="https://www.mercan.com/branch-offices/">Our Branch Offices</a></li> 	<li id="menu-item-25185" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25185 megamenu-first-element"><a href="https://www.mercan.com/timeline/">Timeline</a></li> </ul> </li> <li id="menu-item-8781" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-parent menu-item-8781 megamenu-first-element mobile-clickable"><a href="https://www.mercan.com/eb3-usa-green-card/">USA Programs</a><span class="menu-item-parent-toggle"></span> <ul class="sub-menu styled dl-submenu"> 	<li id="menu-item-1420" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1420 megamenu-first-element"><a href="https://www.mercan.com/eb3-usa-green-card/">EB-3 Visa</a></li> </ul> </li> <li id="menu-item-16457" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-parent menu-item-16457 megamenu-first-element"><a href="https://www.mercan.com/business-immigration/portugal-golden-visa/">Portugal</a><span class="menu-item-parent-toggle"></span> <ul class="sub-menu styled dl-submenu"> 	<li id="menu-item-16458" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16458 megamenu-first-element"><a href="https://www.mercan.com/business-immigration/portugal-golden-visa/">Portugal Golden Visa</a></li> 	<li id="menu-item-9795" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9795 megamenu-first-element"><a href="https://www.mercan.com/business-immigration/portugal-golden-visa-program/operational-projects/">Operational Projects</a></li> 	<li id="menu-item-9796" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9796 megamenu-first-element"><a href="https://www.mercan.com/business-immigration/portugal-golden-visa-program/previous-projects/">Previous Projects</a></li> </ul> </li> <li id="menu-item-28278" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-parent menu-item-28278 megamenu-first-element"><a href="https://www.mercan.com/greece-golden-visa/">Greece</a><span class="menu-item-parent-toggle"></span> <ul class="sub-menu styled dl-submenu"> 	<li id="menu-item-28279" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28279 megamenu-first-element"><a href="https://www.mercan.com/greece-golden-visa/">Greece Golden Visa</a></li> </ul> </li> <li id="menu-item-3912" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-parent menu-item-3912 megamenu-first-element"><a>CANADA</a><span class="menu-item-parent-toggle"></span> <ul class="sub-menu styled dl-submenu"> 	<li id="menu-item-16641" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16641 megamenu-first-element"><a href="https://www.mercan.com/canada-start-up-visa-program/">Canada Start-up Visa Program</a></li> 	<li id="menu-item-15781" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15781 megamenu-first-element"><a href="https://www.mercan.com/nanny-homecare/">Live-in Nanny/Caregivers</a></li> 	<li id="menu-item-1676" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1676 megamenu-first-element"><a href="https://www.mercan.com/canada-business-immigration-programs/">Canada Business Immigration</a></li> 	<li id="menu-item-2010" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2010 megamenu-first-element"><a href="https://www.mercan.com/canada-immigration-express-entry/">Express Entry</a></li> 	<li id="menu-item-2076" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2076 megamenu-first-element"><a href="https://www.mercan.com/provincial-nominee-program/">Provincial Nominee Programs</a></li> 	<li id="menu-item-2035" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2035 megamenu-first-element"><a href="https://www.mercan.com/quebec-skilled-worker-program/">Quebec Skilled Worker</a></li> 	<li id="menu-item-2041" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2041 megamenu-first-element"><a href="https://www.mercan.com/family-sponsorship/">Family Sponsorship</a></li> 	<li id="menu-item-4697" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4697 megamenu-first-element"><a href="https://www.mercan.com/work-in-canada/">Work in Canada</a></li> 	<li id="menu-item-4716" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4716 megamenu-first-element"><a href="https://www.mercan.com/study-in-canada/">Study in Canada</a></li> </ul> </li> <li id="menu-item-13794" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13794 megamenu-first-element"><a href="https://www.mercan.com/global-news/">News</a></li> <li id="menu-item-8782" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-parent menu-item-8782 megamenu-first-element"><a href="https://www.mercan.com/contact-us/">Contact</a><span class="menu-item-parent-toggle"></span> <ul class="sub-menu styled dl-submenu"> 	<li id="menu-item-4726" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4726 megamenu-first-element"><a href="https://www.mercan.com/contact-us/">Contact Us</a></li> 	<li id="menu-item-4267" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4267 megamenu-first-element"><a href="https://www.mercan.com/agents/">Become An Agent</a></li> 	<li id="menu-item-25278" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25278 megamenu-first-element"><a href="https://www.mercan.com/faq/">FAQ</a></li> </ul> </li> <li id="menu-item-wpml-ls-31-en" class="menu-item wpml-ls-slot-31 wpml-ls-item wpml-ls-item-en wpml-ls-current-language wpml-ls-menu-item wpml-ls-first-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-has-children menu-item-parent menu-item-wpml-ls-31-en megamenu-first-element"><a href="https://www.mercan.com/404-page/"><img decoding="async"             class="wpml-ls-flag"              data-berqwpsrc="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/flags/ca.country.svg?hash=c5ee8c88e3daa42cee54d6454872b7e0" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJub25lIiAvPjwvc3ZnPg=="               alt="English"             width=24             height=12     /></a><span class="menu-item-parent-toggle"></span> <ul class="sub-menu styled dl-submenu"> 	<li id="menu-item-wpml-ls-31-fr" class="menu-item wpml-ls-slot-31 wpml-ls-item wpml-ls-item-fr wpml-ls-menu-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-wpml-ls-31-fr megamenu-first-element"><a href="http://www.mercan.com/fr/"><img decoding="async"             class="wpml-ls-flag"              data-berqwpsrc="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/fr.svg?hash=e9efcfc75d8fdee9370032dc72e78bcf" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJub25lIiAvPjwvc3ZnPg=="               alt="French"             width=24             height=12     /></a></li> 	<li id="menu-item-wpml-ls-31-pt-pt" class="menu-item wpml-ls-slot-31 wpml-ls-item wpml-ls-item-pt-pt wpml-ls-menu-item wpml-ls-last-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-wpml-ls-31-pt-pt megamenu-first-element"><a href="http://www.mercan.com/pt-pt/"><img decoding="async"             class="wpml-ls-flag"              data-berqwpsrc="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/pt-pt.svg?hash=803c0e8079a72eef0de5778ce42cc305" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJub25lIiAvPjwvc3ZnPg=="               alt="Portuguese (Portugal)"             width=24             height=12     /></a></li> </ul> </li> <li class="menu-item menu-item-search"><a href="#"></a><div class="minisearch"><form role="search" id="searchform" class="sf" action="https://www.mercan.com/" method="GET"><input id="searchform-input" class="sf-input" type="text" placeholder="Search..." name="s"><span class="sf-submit-icon"></span><input id="searchform-submit" class="sf-submit" type="submit" value="s"></form></div></li></ul>																																</nav> 																														</div> 					</div> 				</div> 			</header><!-- #site-header --> 								</div><!-- #site-header-wrapper --> 	 	 	<div id="main" class="site-main page__top-shadow visible">  <div id="main-content" class="main-content">   <div class="block-content no-bottom-margin no-top-margin"> 	<div class="container"> 		<div class="panel row">  			<div class="panel-center col-xs-12"> 				<article id="post-1042" class="post-1042 page type-page status-publish">  					<div class="entry-content post-content"> 						 						 							 						 								<div data-elementor-type="wp-page" data-elementor-id="1042" class="elementor elementor-1042" data-elementor-post-type="page"> 						<section class="elementor-section elementor-top-section elementor-element elementor-element-371c9d4 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="371c9d4" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}"> 						<div class="elementor-container elementor-column-gap-thegem"><div class="elementor-row"> 					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d64d3a3" data-id="d64d3a3" data-element_type="column"> 			<div class="elementor-widget-wrap elementor-element-populated"> 						<div class="elementor-element elementor-element-c4ce321 elementor-absolute flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-heading" data-id="c4ce321" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default"> 				<div class="elementor-widget-container"> 			<h2 class="elementor-heading-title elementor-size-default">Are you lost ?</h2>		</div> 				</div> 				<div class="elementor-element elementor-element-0f2e7f4 elementor-absolute flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-text-editor" data-id="0f2e7f4" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default"> 				<div class="elementor-widget-container"> 										<div class="elementor-text-editor elementor-clearfix"> 						<p style="text-align: center;">THE PAGE YOU WERE LOOKING FOR DOESN&#8217;T EXIST</p>							</div> 								</div> 				</div> 				<div class="elementor-element elementor-element-2aba943 elementor-absolute flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-searchbar" data-id="2aba943" data-element_type="widget" data-settings="{&quot;thegem_elementor_preset&quot;:&quot;light&quot;,&quot;_position&quot;:&quot;absolute&quot;,&quot;add_icon&quot;:&quot;yes&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="thegem-searchbar.default"> 				<div class="elementor-widget-container"> 			 		<div class="gem-search-form gem-search-form-style-light gem-search-form-submit-inside  gem-search-form-submit-icon-"> 			<form role="search" method="get" class="search-form" action="https://www.mercan.com/"> 								<input class="search-field" type="search" name="s" placeholder="Search..." /> 				<button class="gem-button gem-button-size-normal gem-button-style-flat search-submit gem-button-text-weight-thin" type="submit"> 				<span class="search-submit-icon"><i aria-hidden="true" class="fas fa-search"></i></span>				</button> 							</form> 		</div>  				</div> 				</div> 				<div class="elementor-element elementor-element-02d95ef flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-image" data-id="02d95ef" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="image.default"> 				<div class="elementor-widget-container"> 													<img decoding="async" fetchpriority="high" width="868" height="1024"  data-berqwpsrc="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/2023/03/blocks-image-144-868x1024.webp?t=1731243797?t=1731243792" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODY4IiBoZWlnaHQ9IjEwMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJub25lIiAvPjwvc3ZnPg==" class="attachment-large size-large wp-image-4315" alt=""   data-berqwp-srcset="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/2023/03/blocks-image-144-868x1024.webp?t=1731243797?t=1731243792 868w, https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/2023/03/blocks-image-144-254x300.webp?t=1731243797 254w, https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/2023/03/blocks-image-144-768x906.webp?t=1731243797 768w, https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/2023/03/blocks-image-144-1301x1536.webp?t=1731243797 1301w, https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/uploads/2023/03/blocks-image-144.webp?t=1731243797 1320w" sizes="(max-width: 868px) 100vw, 868px" />													</div> 				</div> 					</div> 		</div> 					</div></div> 		</section> 				</div> 		 											</div><!-- .entry-content -->  					 					 					 					 					 				</article><!-- #post-## -->  			</div>  			 		</div>  	</div> </div><!-- .block-content -->  </div><!-- #main-content -->   		</div><!-- #main --> 		<div id="lazy-loading-point"></div>  			</div><!-- #page -->  	 	<div id="pum-16702" role="dialog" aria-modal="false"  class="pum pum-overlay pum-theme-4489 pum-theme-hello-box popmake-overlay click_open" data-popmake="{&quot;id&quot;:16702,&quot;slug&quot;:&quot;pgv-investment-funds&quot;,&quot;theme_id&quot;:4489,&quot;cookies&quot;:[{&quot;event&quot;:&quot;form_submission&quot;,&quot;settings&quot;:{&quot;name&quot;:&quot;pum-16702&quot;,&quot;key&quot;:&quot;&quot;,&quot;session&quot;:false,&quot;path&quot;:&quot;1&quot;,&quot;time&quot;:&quot;1 month&quot;,&quot;form&quot;:&quot;any&quot;,&quot;only_in_popup&quot;:&quot;1&quot;}}],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;.brochure&quot;,&quot;cookie_name&quot;:[&quot;pum-16702&quot;]}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;300px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:&quot;1&quot;,&quot;location&quot;:&quot;center&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;10&quot;,&quot;position_right&quot;:&quot;10&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fadeAndSlide&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;bottom&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}">  	<div id="popmake-16702" class="pum-container popmake theme-4489 pum-responsive pum-responsive-medium responsive size-medium">  				 				 		 				<div class="pum-content popmake-content" tabindex="0"> 					</div>  				 							<button type="button" class="pum-close popmake-close" aria-label="Close"> 			×			</button> 		 	</div>  </div> <div id="pum-8999" role="dialog" aria-modal="false"  class="pum pum-overlay pum-theme-4487 pum-theme-lightbox popmake-overlay click_open" data-popmake="{&quot;id&quot;:8999,&quot;slug&quot;:&quot;eb3-english-ppc&quot;,&quot;theme_id&quot;:4487,&quot;cookies&quot;:[{&quot;event&quot;:&quot;pum_sub_form_already_subscribed&quot;,&quot;settings&quot;:{&quot;name&quot;:&quot;pum-8999&quot;,&quot;key&quot;:&quot;&quot;,&quot;session&quot;:false,&quot;path&quot;:&quot;1&quot;,&quot;time&quot;:&quot;1 month&quot;}}],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;cookie_name&quot;:[&quot;pum-8999&quot;],&quot;extra_selectors&quot;:&quot;&quot;}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}">  	<div id="popmake-8999" class="pum-container popmake theme-4487 pum-responsive pum-responsive-medium responsive size-medium">  				 				 		 				<div class="pum-content popmake-content" tabindex="0"> 			                 <div class='gf_browser_safari gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_14' style='display:none'><style data-berqwp-style="#gform_wrapper_14[data-form-index=&quot;0&quot;].gform-theme,[data-parent-form=&quot;14_0&quot;]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(&quot;data:image/svg+xml,%3Csvg width=&#039;8&#039; height=&#039;14&#039; viewBox=&#039;0 0 8 14&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-select: url(&quot;data:image/svg+xml,%3Csvg width=&#039;10&#039; height=&#039;6&#039; viewBox=&#039;0 0 10 6&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-search: url(&quot;data:image/svg+xml,%3Csvg version=&#039;1.1&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;640&#039; height=&#039;640&#039;%3E%3Cpath d=&#039;M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}"></style><div id='gf_14' class='gform_anchor' tabindex='-1'></div>                         <div class='gform_heading'> 							<p class='gform_required_legend'>&quot;<span class="gfield_required gfield_required_asterisk">*</span>&quot; indicates required fields</p>                         </div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_14' id='gform_14'  action='/404-page/#gf_14' data-formid='14' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LewzP4kAAAAANbplUNYOvLar7EKN7FlVI4Ievs6' data-tabindex='1000'><input id="input_82e3276f8dc7d8f8b03012942b24dd9e" class="gfield_recaptcha_response" type="hidden" name="input_82e3276f8dc7d8f8b03012942b24dd9e" value=""/></div>   <input type='hidden' class='gforms-pum' value='{"closepopup":false,"closedelay":0,"openpopup":false,"openpopup_id":0}' />                         <div class='gform-body gform_body'><div id='gform_fields_14' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_14_34" class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_34" ><div class='ginput_container ginput_container_text'><input name='input_34' id='input_14_34' type='hidden' class='gform_hidden'  aria-invalid="false" value='' /></div></div><div id="field_14_33" class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_33" ><div class='ginput_container ginput_container_text'><input name='input_33' id='input_14_33' type='hidden' class='gform_hidden'  aria-invalid="false" value='' /></div></div><div id="field_14_38" class="gfield gfield--type-html gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_38" ><p style="color:red; font-size:24px;">Due to the per country quotas of US government, there are long delays for nationals of China and India. As such, employers are not willing to take candidates of these nationalities.</p></div><div id="field_14_1" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_1" ><h3 class="gsection_title">Personal Information</h3></div><fieldset id="field_14_46" class="gfield gfield--type-name gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_46" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Name<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_14_46'>                                                          <span id='input_14_46_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >                                                     <input type='text' name='input_46.3' id='input_14_46_3' value='' tabindex='1002'  aria-required='true'     />                                                     <label for='input_14_46_3' class='gform-field-label gform-field-label--type-sub'>First</label>                                                 </span>                                                          <span id='input_14_46_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >                                                     <input type='text' name='input_46.6' id='input_14_46_6' value='' tabindex='1004'  aria-required='true'     />                                                     <label for='input_14_46_6' class='gform-field-label gform-field-label--type-sub'>Last</label>                                                 </span>                                                      </div></fieldset><div id="field_14_3" class="gfield gfield--type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_3" ><label class='gfield_label gform-field-label' for='input_14_3'>Email<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_email'>                             <input name='input_3' id='input_14_3' type='email' value='' class='large' tabindex='1006'  placeholder='Enter your our Email' aria-required="true" aria-invalid="false"  />                         </div></div><div id="field_14_30" class="gfield gfield--type-date gfield--input-type-datepicker gfield--datepicker-no-icon gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_30" ><label class='gfield_label gform-field-label' for='input_14_30'>Date of Birth:<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_date'>                             <input name='input_30' id='input_14_30' type='text' value='' class='datepicker gform-datepicker mdy datepicker_no_icon gdatepicker-no-icon' tabindex='1007'  placeholder='mm/dd/yyyy' aria-describedby="input_14_30_date_format" aria-invalid="false" aria-required="true"/>                             <span id='input_14_30_date_format' class='screen-reader-text'>MM slash DD slash YYYY</span>                         </div>                         <input type='hidden' id='gforms_calendar_icon_input_14_30' class='gform_hidden' value='https://www.mercan.com/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg'/></div><div id="field_14_5" class="gfield gfield--type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_5" ><label class='gfield_label gform-field-label' for='input_14_5'>Nationality :<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_5' id='input_14_5' class='large gfield_select' tabindex='1008'   aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='Afghanistan' >Afghanistan</option><option value='Albania' >Albania</option><option value='Algeria' >Algeria</option><option value='American Samoa' >American Samoa</option><option value='Andorra' >Andorra</option><option value='Angola' >Angola</option><option value='Antigua and Barbuda' >Antigua and Barbuda</option><option value='Argentina' >Argentina</option><option value='Armenia' >Armenia</option><option value='Australia' >Australia</option><option value='Austria' >Austria</option><option value='Azerbaijan' >Azerbaijan</option><option value='Bahamas' >Bahamas</option><option value='Bahrain' >Bahrain</option><option value='Bangladesh' >Bangladesh</option><option value='Barbados' >Barbados</option><option value='Belarus' >Belarus</option><option value='Belgium' >Belgium</option><option value='Belize' >Belize</option><option value='Benin' >Benin</option><option value='Bermuda' >Bermuda</option><option value='Bhutan' >Bhutan</option><option value='Bolivia' >Bolivia</option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina</option><option value='Botswana' >Botswana</option><option value='Brazil' >Brazil</option><option value='Brunei' >Brunei</option><option value='Bulgaria' >Bulgaria</option><option value='Burkina Faso' >Burkina Faso</option><option value='Burundi' >Burundi</option><option value='Cambodia' >Cambodia</option><option value='Cameroon' >Cameroon</option><option value='Canada' >Canada</option><option value='Cape Verde' >Cape Verde</option><option value='Cayman Islands' >Cayman Islands</option><option value='Central African Republic' >Central African Republic</option><option value='Chad' >Chad</option><option value='Chile' >Chile</option><option value='China' >China</option><option value='Colombia' >Colombia</option><option value='Comoros' >Comoros</option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the</option><option value='Congo, Republic of the' >Congo, Republic of the</option><option value='Costa Rica' >Costa Rica</option><option value='Côte d&#039;Ivoire' >Côte d&#039;Ivoire</option><option value='Croatia' >Croatia</option><option value='Cuba' >Cuba</option><option value='Curaçao' >Curaçao</option><option value='Cyprus' >Cyprus</option><option value='Czech Republic' >Czech Republic</option><option value='Denmark' >Denmark</option><option value='Djibouti' >Djibouti</option><option value='Dominica' >Dominica</option><option value='Dominican Republic' >Dominican Republic</option><option value='East Timor' >East Timor</option><option value='Ecuador' >Ecuador</option><option value='Egypt' >Egypt</option><option value='El Salvador' >El Salvador</option><option value='Equatorial Guinea' >Equatorial Guinea</option><option value='Eritrea' >Eritrea</option><option value='Estonia' >Estonia</option><option value='Ethiopia' >Ethiopia</option><option value='Faroe Islands' >Faroe Islands</option><option value='Fiji' >Fiji</option><option value='Finland' >Finland</option><option value='France' >France</option><option value='French Polynesia' >French Polynesia</option><option value='Gabon' >Gabon</option><option value='Gambia' >Gambia</option><option value='Georgia' >Georgia</option><option value='Germany' >Germany</option><option value='Ghana' >Ghana</option><option value='Greece' >Greece</option><option value='Greenland' >Greenland</option><option value='Grenada' >Grenada</option><option value='Guam' >Guam</option><option value='Guatemala' >Guatemala</option><option value='Guinea' >Guinea</option><option value='Guinea-Bissau' >Guinea-Bissau</option><option value='Guyana' >Guyana</option><option value='Haiti' >Haiti</option><option value='Honduras' >Honduras</option><option value='Hong Kong' >Hong Kong</option><option value='Hungary' >Hungary</option><option value='Iceland' >Iceland</option><option value='India' >India</option><option value='Indonesia' >Indonesia</option><option value='Iran' >Iran</option><option value='Iraq' >Iraq</option><option value='Ireland' >Ireland</option><option value='Israel' >Israel</option><option value='Italy' >Italy</option><option value='Jamaica' >Jamaica</option><option value='Japan' >Japan</option><option value='Jordan' >Jordan</option><option value='Kazakhstan' >Kazakhstan</option><option value='Kenya' >Kenya</option><option value='Kiribati' >Kiribati</option><option value='North Korea' >North Korea</option><option value='South Korea' >South Korea</option><option value='Kosovo' >Kosovo</option><option value='Kuwait' >Kuwait</option><option value='Kyrgyzstan' >Kyrgyzstan</option><option value='Laos' >Laos</option><option value='Latvia' >Latvia</option><option value='Lebanon' >Lebanon</option><option value='Lesotho' >Lesotho</option><option value='Liberia' >Liberia</option><option value='Libya' >Libya</option><option value='Liechtenstein' >Liechtenstein</option><option value='Lithuania' >Lithuania</option><option value='Luxembourg' >Luxembourg</option><option value='Macedonia' >Macedonia</option><option value='Madagascar' >Madagascar</option><option value='Malawi' >Malawi</option><option value='Malaysia' >Malaysia</option><option value='Maldives' >Maldives</option><option value='Mali' >Mali</option><option value='Malta' >Malta</option><option value='Marshall Islands' >Marshall Islands</option><option value='Mauritania' >Mauritania</option><option value='Mauritius' >Mauritius</option><option value='Mexico' >Mexico</option><option value='Micronesia' >Micronesia</option><option value='Moldova' >Moldova</option><option value='Monaco' >Monaco</option><option value='Mongolia' >Mongolia</option><option value='Montenegro' >Montenegro</option><option value='Morocco' >Morocco</option><option value='Mozambique' >Mozambique</option><option value='Myanmar' >Myanmar</option><option value='Namibia' >Namibia</option><option value='Nauru' >Nauru</option><option value='Nepal' >Nepal</option><option value='Netherlands' >Netherlands</option><option value='New Zealand' >New Zealand</option><option value='Nicaragua' >Nicaragua</option><option value='Niger' >Niger</option><option value='Nigeria' >Nigeria</option><option value='Northern Mariana Islands' >Northern Mariana Islands</option><option value='Norway' >Norway</option><option value='Oman' >Oman</option><option value='Pakistan' >Pakistan</option><option value='Palau' >Palau</option><option value='Palestine, State of' >Palestine, State of</option><option value='Panama' >Panama</option><option value='Papua New Guinea' >Papua New Guinea</option><option value='Paraguay' >Paraguay</option><option value='Peru' >Peru</option><option value='Philippines' >Philippines</option><option value='Poland' >Poland</option><option value='Portugal' >Portugal</option><option value='Puerto Rico' >Puerto Rico</option><option value='Qatar' >Qatar</option><option value='Romania' >Romania</option><option value='Russia' >Russia</option><option value='Rwanda' >Rwanda</option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis</option><option value='Saint Lucia' >Saint Lucia</option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines</option><option value='Samoa' >Samoa</option><option value='San Marino' >San Marino</option><option value='Sao Tome and Principe' >Sao Tome and Principe</option><option value='Saudi Arabia' >Saudi Arabia</option><option value='Senegal' >Senegal</option><option value='Serbia' >Serbia</option><option value='Seychelles' >Seychelles</option><option value='Sierra Leone' >Sierra Leone</option><option value='Singapore' >Singapore</option><option value='Sint Maarten' >Sint Maarten</option><option value='Slovakia' >Slovakia</option><option value='Slovenia' >Slovenia</option><option value='Solomon Islands' >Solomon Islands</option><option value='Somalia' >Somalia</option><option value='South Africa' >South Africa</option><option value='Spain' >Spain</option><option value='Sri Lanka' >Sri Lanka</option><option value='Sudan' >Sudan</option><option value='Sudan, South' >Sudan, South</option><option value='Suriname' >Suriname</option><option value='Swaziland' >Swaziland</option><option value='Sweden' >Sweden</option><option value='Switzerland' >Switzerland</option><option value='Syria' >Syria</option><option value='Taiwan' >Taiwan</option><option value='Tajikistan' >Tajikistan</option><option value='Tanzania' >Tanzania</option><option value='Thailand' >Thailand</option><option value='Togo' >Togo</option><option value='Tonga' >Tonga</option><option value='Trinidad and Tobago' >Trinidad and Tobago</option><option value='Tunisia' >Tunisia</option><option value='Turkey' >Turkey</option><option value='Turkmenistan' >Turkmenistan</option><option value='Tuvalu' >Tuvalu</option><option value='Uganda' >Uganda</option><option value='Ukraine' >Ukraine</option><option value='United Arab Emirates' >United Arab Emirates</option><option value='United Kingdom' >United Kingdom</option><option value='United States' >United States</option><option value='Uruguay' >Uruguay</option><option value='Uzbekistan' >Uzbekistan</option><option value='Vanuatu' >Vanuatu</option><option value='Vatican City' >Vatican City</option><option value='Venezuela' >Venezuela</option><option value='Vietnam' >Vietnam</option><option value='Virgin Islands, British' >Virgin Islands, British</option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.</option><option value='Yemen' >Yemen</option><option value='Zambia' >Zambia</option><option value='Zimbabwe' >Zimbabwe</option></select></div></div><div id="field_14_39" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_39" ><label class='gfield_label gform-field-label' for='input_14_39'>Country of Residence<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_39' id='input_14_39' class='large gfield_select' tabindex='1009'   aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='Afghanistan' >Afghanistan</option><option value='Albania' >Albania</option><option value='Algeria' >Algeria</option><option value='American Samoa' >American Samoa</option><option value='Andorra' >Andorra</option><option value='Angola' >Angola</option><option value='Antigua and Barbuda' >Antigua and Barbuda</option><option value='Argentina' >Argentina</option><option value='Armenia' >Armenia</option><option value='Australia' >Australia</option><option value='Austria' >Austria</option><option value='Azerbaijan' >Azerbaijan</option><option value='Bahamas' >Bahamas</option><option value='Bahrain' >Bahrain</option><option value='Bangladesh' >Bangladesh</option><option value='Barbados' >Barbados</option><option value='Belarus' >Belarus</option><option value='Belgium' >Belgium</option><option value='Belize' >Belize</option><option value='Benin' >Benin</option><option value='Bermuda' >Bermuda</option><option value='Bhutan' >Bhutan</option><option value='Bolivia' >Bolivia</option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina</option><option value='Botswana' >Botswana</option><option value='Brazil' >Brazil</option><option value='Brunei' >Brunei</option><option value='Bulgaria' >Bulgaria</option><option value='Burkina Faso' >Burkina Faso</option><option value='Burundi' >Burundi</option><option value='Cambodia' >Cambodia</option><option value='Cameroon' >Cameroon</option><option value='Canada' >Canada</option><option value='Cape Verde' >Cape Verde</option><option value='Cayman Islands' >Cayman Islands</option><option value='Central African Republic' >Central African Republic</option><option value='Chad' >Chad</option><option value='Chile' >Chile</option><option value='China' >China</option><option value='Colombia' >Colombia</option><option value='Comoros' >Comoros</option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the</option><option value='Congo, Republic of the' >Congo, Republic of the</option><option value='Costa Rica' >Costa Rica</option><option value='Côte d&#039;Ivoire' >Côte d&#039;Ivoire</option><option value='Croatia' >Croatia</option><option value='Cuba' >Cuba</option><option value='Curaçao' >Curaçao</option><option value='Cyprus' >Cyprus</option><option value='Czech Republic' >Czech Republic</option><option value='Denmark' >Denmark</option><option value='Djibouti' >Djibouti</option><option value='Dominica' >Dominica</option><option value='Dominican Republic' >Dominican Republic</option><option value='East Timor' >East Timor</option><option value='Ecuador' >Ecuador</option><option value='Egypt' >Egypt</option><option value='El Salvador' >El Salvador</option><option value='Equatorial Guinea' >Equatorial Guinea</option><option value='Eritrea' >Eritrea</option><option value='Estonia' >Estonia</option><option value='Ethiopia' >Ethiopia</option><option value='Faroe Islands' >Faroe Islands</option><option value='Fiji' >Fiji</option><option value='Finland' >Finland</option><option value='France' >France</option><option value='French Polynesia' >French Polynesia</option><option value='Gabon' >Gabon</option><option value='Gambia' >Gambia</option><option value='Georgia' >Georgia</option><option value='Germany' >Germany</option><option value='Ghana' >Ghana</option><option value='Greece' >Greece</option><option value='Greenland' >Greenland</option><option value='Grenada' >Grenada</option><option value='Guam' >Guam</option><option value='Guatemala' >Guatemala</option><option value='Guinea' >Guinea</option><option value='Guinea-Bissau' >Guinea-Bissau</option><option value='Guyana' >Guyana</option><option value='Haiti' >Haiti</option><option value='Honduras' >Honduras</option><option value='Hong Kong' >Hong Kong</option><option value='Hungary' >Hungary</option><option value='Iceland' >Iceland</option><option value='India' >India</option><option value='Indonesia' >Indonesia</option><option value='Iran' >Iran</option><option value='Iraq' >Iraq</option><option value='Ireland' >Ireland</option><option value='Israel' >Israel</option><option value='Italy' >Italy</option><option value='Jamaica' >Jamaica</option><option value='Japan' >Japan</option><option value='Jordan' >Jordan</option><option value='Kazakhstan' >Kazakhstan</option><option value='Kenya' >Kenya</option><option value='Kiribati' >Kiribati</option><option value='North Korea' >North Korea</option><option value='South Korea' >South Korea</option><option value='Kosovo' >Kosovo</option><option value='Kuwait' >Kuwait</option><option value='Kyrgyzstan' >Kyrgyzstan</option><option value='Laos' >Laos</option><option value='Latvia' >Latvia</option><option value='Lebanon' >Lebanon</option><option value='Lesotho' >Lesotho</option><option value='Liberia' >Liberia</option><option value='Libya' >Libya</option><option value='Liechtenstein' >Liechtenstein</option><option value='Lithuania' >Lithuania</option><option value='Luxembourg' >Luxembourg</option><option value='Macedonia' >Macedonia</option><option value='Madagascar' >Madagascar</option><option value='Malawi' >Malawi</option><option value='Malaysia' >Malaysia</option><option value='Maldives' >Maldives</option><option value='Mali' >Mali</option><option value='Malta' >Malta</option><option value='Marshall Islands' >Marshall Islands</option><option value='Mauritania' >Mauritania</option><option value='Mauritius' >Mauritius</option><option value='Mexico' >Mexico</option><option value='Micronesia' >Micronesia</option><option value='Moldova' >Moldova</option><option value='Monaco' >Monaco</option><option value='Mongolia' >Mongolia</option><option value='Montenegro' >Montenegro</option><option value='Morocco' >Morocco</option><option value='Mozambique' >Mozambique</option><option value='Myanmar' >Myanmar</option><option value='Namibia' >Namibia</option><option value='Nauru' >Nauru</option><option value='Nepal' >Nepal</option><option value='Netherlands' >Netherlands</option><option value='New Zealand' >New Zealand</option><option value='Nicaragua' >Nicaragua</option><option value='Niger' >Niger</option><option value='Nigeria' >Nigeria</option><option value='Northern Mariana Islands' >Northern Mariana Islands</option><option value='Norway' >Norway</option><option value='Oman' >Oman</option><option value='Pakistan' >Pakistan</option><option value='Palau' >Palau</option><option value='Palestine, State of' >Palestine, State of</option><option value='Panama' >Panama</option><option value='Papua New Guinea' >Papua New Guinea</option><option value='Paraguay' >Paraguay</option><option value='Peru' >Peru</option><option value='Philippines' >Philippines</option><option value='Poland' >Poland</option><option value='Portugal' >Portugal</option><option value='Puerto Rico' >Puerto Rico</option><option value='Qatar' >Qatar</option><option value='Romania' >Romania</option><option value='Russia' >Russia</option><option value='Rwanda' >Rwanda</option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis</option><option value='Saint Lucia' >Saint Lucia</option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines</option><option value='Samoa' >Samoa</option><option value='San Marino' >San Marino</option><option value='Sao Tome and Principe' >Sao Tome and Principe</option><option value='Saudi Arabia' >Saudi Arabia</option><option value='Senegal' >Senegal</option><option value='Serbia' >Serbia</option><option value='Seychelles' >Seychelles</option><option value='Sierra Leone' >Sierra Leone</option><option value='Singapore' >Singapore</option><option value='Sint Maarten' >Sint Maarten</option><option value='Slovakia' >Slovakia</option><option value='Slovenia' >Slovenia</option><option value='Solomon Islands' >Solomon Islands</option><option value='Somalia' >Somalia</option><option value='South Africa' >South Africa</option><option value='Spain' >Spain</option><option value='Sri Lanka' >Sri Lanka</option><option value='Sudan' >Sudan</option><option value='Sudan, South' >Sudan, South</option><option value='Suriname' >Suriname</option><option value='Swaziland' >Swaziland</option><option value='Sweden' >Sweden</option><option value='Switzerland' >Switzerland</option><option value='Syria' >Syria</option><option value='Taiwan' >Taiwan</option><option value='Tajikistan' >Tajikistan</option><option value='Tanzania' >Tanzania</option><option value='Thailand' >Thailand</option><option value='Togo' >Togo</option><option value='Tonga' >Tonga</option><option value='Trinidad and Tobago' >Trinidad and Tobago</option><option value='Tunisia' >Tunisia</option><option value='Turkey' >Turkey</option><option value='Turkmenistan' >Turkmenistan</option><option value='Tuvalu' >Tuvalu</option><option value='Uganda' >Uganda</option><option value='Ukraine' >Ukraine</option><option value='United Arab Emirates' >United Arab Emirates</option><option value='United Kingdom' >United Kingdom</option><option value='United States' >United States</option><option value='Uruguay' >Uruguay</option><option value='Uzbekistan' >Uzbekistan</option><option value='Vanuatu' >Vanuatu</option><option value='Vatican City' >Vatican City</option><option value='Venezuela' >Venezuela</option><option value='Vietnam' >Vietnam</option><option value='Virgin Islands, British' >Virgin Islands, British</option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.</option><option value='Yemen' >Yemen</option><option value='Zambia' >Zambia</option><option value='Zimbabwe' >Zimbabwe</option></select></div></div><div id="field_14_49" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_49" > <p style="color: red;">We apologize, but currently, we are not accepting applications from your country. Thank you for your understanding.</p></div><div id="field_14_42" class="gfield gfield--type-phone gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_42" ><label class='gfield_label gform-field-label' for='input_14_42'>Phone:<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_phone'><input name='input_42' id='input_14_42' type='tel' value='' class='large' tabindex='1010'  aria-required="true" aria-invalid="false"   /></div></div><div id="field_14_6" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_6" ><label class='gfield_label gform-field-label' for='input_14_6'>Marital Status :<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_6' id='input_14_6' class='large gfield_select' tabindex='1011'   aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='Single' >Single</option><option value='Married' >Married</option><option value='Divorced' >Divorced</option><option value='Widowed' >Widowed</option></select></div></div><div id="field_14_35" class="gfield gfield--type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_35" ><label class='gfield_label gform-field-label' for='input_14_35'>Number of Dependent Children</label><div class='ginput_container ginput_container_number'><input name='input_35' id='input_14_35' type='number' step='any'   value='' class='large' tabindex='1012'     aria-invalid="false"  /></div></div><div id="field_14_43" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_43" ><h3 class="gsection_title">Work Location</h3></div><div id="field_14_44" class="gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_44" ><label class='gfield_label gform-field-label' for='input_14_44'>Please Type you Preferred Work Location<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_44' id='input_14_44' type='text' value='' class='large'  aria-describedby="gfield_description_14_44" tabindex='1013' placeholder='Please choose from the available job list below:' aria-required="true" aria-invalid="false"   /> </div><div class='gfield_description' id='gfield_description_14_44'>Please choose from the available job list below:<br /> <a href="https://docs.google.com/spreadsheets/d/1Y12EyuTNV75Vri3Wj6xFxDdmQCoXV5g_1bawVAECq8g/edit#gid=634347005">Click here to view the Google Sheets document</a></div></div><div id="field_14_45" class="gfield gfield--type-fileupload gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_45" ><label class='gfield_label gform-field-label' for='input_14_45'>Upload Resume</label><div class='ginput_container ginput_container_fileupload'><input type='hidden' name='MAX_FILE_SIZE' value='83886080' /><input name='input_45' id='input_14_45' type='file' class='large' aria-describedby="gfield_upload_rules_14_45" onchange='javascript:gformValidateFileSize( this, 83886080 );' tabindex='1014' /><span class='gfield_description gform_fileupload_rules' id='gfield_upload_rules_14_45'>Max. file size: 80 MB.</span><div class='gfield_description validation_message gfield_validation_message validation_message--hidden-on-empty' id='live_validation_message_14_45'></div></div></div><div id="field_14_50" class="gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_50" ><label class='gfield_label gform-field-label' for='input_14_50'>Comments</label><div class='ginput_container'><input name='input_50' id='input_14_50' type='text' value='' autocomplete='new-password'/></div><div class='gfield_description' id='gfield_description_14_50'>This field is for validation purposes and should be left unchanged.</div></div></div></div>         <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_14' class='gform_button button' value='Submit' tabindex='1015' onclick='if(window["gf_submitting_14"]){return false;}  if( !jQuery("#gform_14")[0].checkValidity || jQuery("#gform_14")[0].checkValidity()){window["gf_submitting_14"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_14"]){return false;} if( !jQuery("#gform_14")[0].checkValidity || jQuery("#gform_14")[0].checkValidity()){window["gf_submitting_14"]=true;}  jQuery("#gform_14").trigger("submit",[true]); }' /> <input type='hidden' name='gform_ajax' value='form_id=14&amp;title=&amp;description=&amp;tabindex=1000&amp;theme=gravity-theme' />             <input type='hidden' class='gform_hidden' name='is_submit_14' value='1' />             <input type='hidden' class='gform_hidden' name='gform_submit' value='14' />                          <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />             <input type='hidden' class='gform_hidden' name='state_14' value='WyJbXSIsIjIzODMyODFjMzk2NGEwNjFjMGNhY2YwNzc1NzFhNDJiIl0=' />             <input type='hidden' class='gform_hidden' name='gform_target_page_number_14' id='gform_target_page_number_14' value='0' />             <input type='hidden' class='gform_hidden' name='gform_source_page_number_14' id='gform_source_page_number_14' value='1' />             <input type='hidden' name='gform_field_values' value='' />                      </div>                         </form>                         </div> 		                <div class="berqwp-lazy-youtube" data-embed="<iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_14' id='gform_ajax_frame_14' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe>"></div> 		                <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 14, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_14').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_14');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_14').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_14').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_14').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_14').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_14').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_14').val();gformInitSpinner( 14, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [14, current_page]);window['gf_submitting_14'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_14').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_14').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [14]);window['gf_submitting_14'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_14').text());}else{jQuery('#gform_14').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "14", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_14" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_14";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_14" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [14, current_page] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 14, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]> */
</script>  <script type="text/bwp-script" data-type="text/javascript"></script>                 <div class='gf_browser_safari gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_14' style='display:none'><style data-berqwp-style="#gform_wrapper_14[data-form-index=&quot;0&quot;].gform-theme,[data-parent-form=&quot;14_0&quot;]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(&quot;data:image/svg+xml,%3Csvg width=&#039;8&#039; height=&#039;14&#039; viewBox=&#039;0 0 8 14&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-select: url(&quot;data:image/svg+xml,%3Csvg width=&#039;10&#039; height=&#039;6&#039; viewBox=&#039;0 0 10 6&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-search: url(&quot;data:image/svg+xml,%3Csvg version=&#039;1.1&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;640&#039; height=&#039;640&#039;%3E%3Cpath d=&#039;M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}"></style><div id='gf_14' class='gform_anchor' tabindex='-1'></div>                         <div class='gform_heading'>                             <h2 class="gform_title">EB3 PERMANENT RESIDENCY</h2> 							<p class='gform_required_legend'>&quot;<span class="gfield_required gfield_required_asterisk">*</span>&quot; indicates required fields</p>                         </div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_14' id='gform_14'  action='/404-page/#gf_14' data-formid='14' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LewzP4kAAAAANbplUNYOvLar7EKN7FlVI4Ievs6' data-tabindex='0'><input id="input_82e3276f8dc7d8f8b03012942b24dd9e" class="gfield_recaptcha_response" type="hidden" name="input_82e3276f8dc7d8f8b03012942b24dd9e" value=""/></div>   <input type='hidden' class='gforms-pum' value='{"closepopup":false,"closedelay":0,"openpopup":false,"openpopup_id":0}' />                         <div class='gform-body gform_body'><div id='gform_fields_14' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_14_34" class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_34" ><div class='ginput_container ginput_container_text'><input name='input_34' id='input_14_34' type='hidden' class='gform_hidden'  aria-invalid="false" value='' /></div></div><div id="field_14_33" class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_33" ><div class='ginput_container ginput_container_text'><input name='input_33' id='input_14_33' type='hidden' class='gform_hidden'  aria-invalid="false" value='' /></div></div><div id="field_14_38" class="gfield gfield--type-html gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_38" ><p style="color:red; font-size:24px;">Due to the per country quotas of US government, there are long delays for nationals of China and India. As such, employers are not willing to take candidates of these nationalities.</p></div><div id="field_14_1" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_1" ><h3 class="gsection_title">Personal Information</h3></div><fieldset id="field_14_46" class="gfield gfield--type-name gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_46" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Name<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_14_46'>                                                          <span id='input_14_46_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >                                                     <input type='text' name='input_46.3' id='input_14_46_3' value=''   aria-required='true'     />                                                     <label for='input_14_46_3' class='gform-field-label gform-field-label--type-sub'>First</label>                                                 </span>                                                          <span id='input_14_46_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >                                                     <input type='text' name='input_46.6' id='input_14_46_6' value=''   aria-required='true'     />                                                     <label for='input_14_46_6' class='gform-field-label gform-field-label--type-sub'>Last</label>                                                 </span>                                                      </div></fieldset><div id="field_14_3" class="gfield gfield--type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_3" ><label class='gfield_label gform-field-label' for='input_14_3'>Email<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_email'>                             <input name='input_3' id='input_14_3' type='email' value='' class='large'   placeholder='Enter your our Email' aria-required="true" aria-invalid="false"  />                         </div></div><div id="field_14_30" class="gfield gfield--type-date gfield--input-type-datepicker gfield--datepicker-no-icon gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_30" ><label class='gfield_label gform-field-label' for='input_14_30'>Date of Birth:<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_date'>                             <input name='input_30' id='input_14_30' type='text' value='' class='datepicker gform-datepicker mdy datepicker_no_icon gdatepicker-no-icon'   placeholder='mm/dd/yyyy' aria-describedby="input_14_30_date_format" aria-invalid="false" aria-required="true"/>                             <span id='input_14_30_date_format' class='screen-reader-text'>MM slash DD slash YYYY</span>                         </div>                         <input type='hidden' id='gforms_calendar_icon_input_14_30' class='gform_hidden' value='https://www.mercan.com/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg'/></div><div id="field_14_5" class="gfield gfield--type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_5" ><label class='gfield_label gform-field-label' for='input_14_5'>Nationality :<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_5' id='input_14_5' class='large gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='Afghanistan' >Afghanistan</option><option value='Albania' >Albania</option><option value='Algeria' >Algeria</option><option value='American Samoa' >American Samoa</option><option value='Andorra' >Andorra</option><option value='Angola' >Angola</option><option value='Antigua and Barbuda' >Antigua and Barbuda</option><option value='Argentina' >Argentina</option><option value='Armenia' >Armenia</option><option value='Australia' >Australia</option><option value='Austria' >Austria</option><option value='Azerbaijan' >Azerbaijan</option><option value='Bahamas' >Bahamas</option><option value='Bahrain' >Bahrain</option><option value='Bangladesh' >Bangladesh</option><option value='Barbados' >Barbados</option><option value='Belarus' >Belarus</option><option value='Belgium' >Belgium</option><option value='Belize' >Belize</option><option value='Benin' >Benin</option><option value='Bermuda' >Bermuda</option><option value='Bhutan' >Bhutan</option><option value='Bolivia' >Bolivia</option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina</option><option value='Botswana' >Botswana</option><option value='Brazil' >Brazil</option><option value='Brunei' >Brunei</option><option value='Bulgaria' >Bulgaria</option><option value='Burkina Faso' >Burkina Faso</option><option value='Burundi' >Burundi</option><option value='Cambodia' >Cambodia</option><option value='Cameroon' >Cameroon</option><option value='Canada' >Canada</option><option value='Cape Verde' >Cape Verde</option><option value='Cayman Islands' >Cayman Islands</option><option value='Central African Republic' >Central African Republic</option><option value='Chad' >Chad</option><option value='Chile' >Chile</option><option value='China' >China</option><option value='Colombia' >Colombia</option><option value='Comoros' >Comoros</option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the</option><option value='Congo, Republic of the' >Congo, Republic of the</option><option value='Costa Rica' >Costa Rica</option><option value='Côte d&#039;Ivoire' >Côte d&#039;Ivoire</option><option value='Croatia' >Croatia</option><option value='Cuba' >Cuba</option><option value='Curaçao' >Curaçao</option><option value='Cyprus' >Cyprus</option><option value='Czech Republic' >Czech Republic</option><option value='Denmark' >Denmark</option><option value='Djibouti' >Djibouti</option><option value='Dominica' >Dominica</option><option value='Dominican Republic' >Dominican Republic</option><option value='East Timor' >East Timor</option><option value='Ecuador' >Ecuador</option><option value='Egypt' >Egypt</option><option value='El Salvador' >El Salvador</option><option value='Equatorial Guinea' >Equatorial Guinea</option><option value='Eritrea' >Eritrea</option><option value='Estonia' >Estonia</option><option value='Ethiopia' >Ethiopia</option><option value='Faroe Islands' >Faroe Islands</option><option value='Fiji' >Fiji</option><option value='Finland' >Finland</option><option value='France' >France</option><option value='French Polynesia' >French Polynesia</option><option value='Gabon' >Gabon</option><option value='Gambia' >Gambia</option><option value='Georgia' >Georgia</option><option value='Germany' >Germany</option><option value='Ghana' >Ghana</option><option value='Greece' >Greece</option><option value='Greenland' >Greenland</option><option value='Grenada' >Grenada</option><option value='Guam' >Guam</option><option value='Guatemala' >Guatemala</option><option value='Guinea' >Guinea</option><option value='Guinea-Bissau' >Guinea-Bissau</option><option value='Guyana' >Guyana</option><option value='Haiti' >Haiti</option><option value='Honduras' >Honduras</option><option value='Hong Kong' >Hong Kong</option><option value='Hungary' >Hungary</option><option value='Iceland' >Iceland</option><option value='India' >India</option><option value='Indonesia' >Indonesia</option><option value='Iran' >Iran</option><option value='Iraq' >Iraq</option><option value='Ireland' >Ireland</option><option value='Israel' >Israel</option><option value='Italy' >Italy</option><option value='Jamaica' >Jamaica</option><option value='Japan' >Japan</option><option value='Jordan' >Jordan</option><option value='Kazakhstan' >Kazakhstan</option><option value='Kenya' >Kenya</option><option value='Kiribati' >Kiribati</option><option value='North Korea' >North Korea</option><option value='South Korea' >South Korea</option><option value='Kosovo' >Kosovo</option><option value='Kuwait' >Kuwait</option><option value='Kyrgyzstan' >Kyrgyzstan</option><option value='Laos' >Laos</option><option value='Latvia' >Latvia</option><option value='Lebanon' >Lebanon</option><option value='Lesotho' >Lesotho</option><option value='Liberia' >Liberia</option><option value='Libya' >Libya</option><option value='Liechtenstein' >Liechtenstein</option><option value='Lithuania' >Lithuania</option><option value='Luxembourg' >Luxembourg</option><option value='Macedonia' >Macedonia</option><option value='Madagascar' >Madagascar</option><option value='Malawi' >Malawi</option><option value='Malaysia' >Malaysia</option><option value='Maldives' >Maldives</option><option value='Mali' >Mali</option><option value='Malta' >Malta</option><option value='Marshall Islands' >Marshall Islands</option><option value='Mauritania' >Mauritania</option><option value='Mauritius' >Mauritius</option><option value='Mexico' >Mexico</option><option value='Micronesia' >Micronesia</option><option value='Moldova' >Moldova</option><option value='Monaco' >Monaco</option><option value='Mongolia' >Mongolia</option><option value='Montenegro' >Montenegro</option><option value='Morocco' >Morocco</option><option value='Mozambique' >Mozambique</option><option value='Myanmar' >Myanmar</option><option value='Namibia' >Namibia</option><option value='Nauru' >Nauru</option><option value='Nepal' >Nepal</option><option value='Netherlands' >Netherlands</option><option value='New Zealand' >New Zealand</option><option value='Nicaragua' >Nicaragua</option><option value='Niger' >Niger</option><option value='Nigeria' >Nigeria</option><option value='Northern Mariana Islands' >Northern Mariana Islands</option><option value='Norway' >Norway</option><option value='Oman' >Oman</option><option value='Pakistan' >Pakistan</option><option value='Palau' >Palau</option><option value='Palestine, State of' >Palestine, State of</option><option value='Panama' >Panama</option><option value='Papua New Guinea' >Papua New Guinea</option><option value='Paraguay' >Paraguay</option><option value='Peru' >Peru</option><option value='Philippines' >Philippines</option><option value='Poland' >Poland</option><option value='Portugal' >Portugal</option><option value='Puerto Rico' >Puerto Rico</option><option value='Qatar' >Qatar</option><option value='Romania' >Romania</option><option value='Russia' >Russia</option><option value='Rwanda' >Rwanda</option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis</option><option value='Saint Lucia' >Saint Lucia</option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines</option><option value='Samoa' >Samoa</option><option value='San Marino' >San Marino</option><option value='Sao Tome and Principe' >Sao Tome and Principe</option><option value='Saudi Arabia' >Saudi Arabia</option><option value='Senegal' >Senegal</option><option value='Serbia' >Serbia</option><option value='Seychelles' >Seychelles</option><option value='Sierra Leone' >Sierra Leone</option><option value='Singapore' >Singapore</option><option value='Sint Maarten' >Sint Maarten</option><option value='Slovakia' >Slovakia</option><option value='Slovenia' >Slovenia</option><option value='Solomon Islands' >Solomon Islands</option><option value='Somalia' >Somalia</option><option value='South Africa' >South Africa</option><option value='Spain' >Spain</option><option value='Sri Lanka' >Sri Lanka</option><option value='Sudan' >Sudan</option><option value='Sudan, South' >Sudan, South</option><option value='Suriname' >Suriname</option><option value='Swaziland' >Swaziland</option><option value='Sweden' >Sweden</option><option value='Switzerland' >Switzerland</option><option value='Syria' >Syria</option><option value='Taiwan' >Taiwan</option><option value='Tajikistan' >Tajikistan</option><option value='Tanzania' >Tanzania</option><option value='Thailand' >Thailand</option><option value='Togo' >Togo</option><option value='Tonga' >Tonga</option><option value='Trinidad and Tobago' >Trinidad and Tobago</option><option value='Tunisia' >Tunisia</option><option value='Turkey' >Turkey</option><option value='Turkmenistan' >Turkmenistan</option><option value='Tuvalu' >Tuvalu</option><option value='Uganda' >Uganda</option><option value='Ukraine' >Ukraine</option><option value='United Arab Emirates' >United Arab Emirates</option><option value='United Kingdom' >United Kingdom</option><option value='United States' >United States</option><option value='Uruguay' >Uruguay</option><option value='Uzbekistan' >Uzbekistan</option><option value='Vanuatu' >Vanuatu</option><option value='Vatican City' >Vatican City</option><option value='Venezuela' >Venezuela</option><option value='Vietnam' >Vietnam</option><option value='Virgin Islands, British' >Virgin Islands, British</option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.</option><option value='Yemen' >Yemen</option><option value='Zambia' >Zambia</option><option value='Zimbabwe' >Zimbabwe</option></select></div></div><div id="field_14_39" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_39" ><label class='gfield_label gform-field-label' for='input_14_39'>Country of Residence<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_39' id='input_14_39' class='large gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='Afghanistan' >Afghanistan</option><option value='Albania' >Albania</option><option value='Algeria' >Algeria</option><option value='American Samoa' >American Samoa</option><option value='Andorra' >Andorra</option><option value='Angola' >Angola</option><option value='Antigua and Barbuda' >Antigua and Barbuda</option><option value='Argentina' >Argentina</option><option value='Armenia' >Armenia</option><option value='Australia' >Australia</option><option value='Austria' >Austria</option><option value='Azerbaijan' >Azerbaijan</option><option value='Bahamas' >Bahamas</option><option value='Bahrain' >Bahrain</option><option value='Bangladesh' >Bangladesh</option><option value='Barbados' >Barbados</option><option value='Belarus' >Belarus</option><option value='Belgium' >Belgium</option><option value='Belize' >Belize</option><option value='Benin' >Benin</option><option value='Bermuda' >Bermuda</option><option value='Bhutan' >Bhutan</option><option value='Bolivia' >Bolivia</option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina</option><option value='Botswana' >Botswana</option><option value='Brazil' >Brazil</option><option value='Brunei' >Brunei</option><option value='Bulgaria' >Bulgaria</option><option value='Burkina Faso' >Burkina Faso</option><option value='Burundi' >Burundi</option><option value='Cambodia' >Cambodia</option><option value='Cameroon' >Cameroon</option><option value='Canada' >Canada</option><option value='Cape Verde' >Cape Verde</option><option value='Cayman Islands' >Cayman Islands</option><option value='Central African Republic' >Central African Republic</option><option value='Chad' >Chad</option><option value='Chile' >Chile</option><option value='China' >China</option><option value='Colombia' >Colombia</option><option value='Comoros' >Comoros</option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the</option><option value='Congo, Republic of the' >Congo, Republic of the</option><option value='Costa Rica' >Costa Rica</option><option value='Côte d&#039;Ivoire' >Côte d&#039;Ivoire</option><option value='Croatia' >Croatia</option><option value='Cuba' >Cuba</option><option value='Curaçao' >Curaçao</option><option value='Cyprus' >Cyprus</option><option value='Czech Republic' >Czech Republic</option><option value='Denmark' >Denmark</option><option value='Djibouti' >Djibouti</option><option value='Dominica' >Dominica</option><option value='Dominican Republic' >Dominican Republic</option><option value='East Timor' >East Timor</option><option value='Ecuador' >Ecuador</option><option value='Egypt' >Egypt</option><option value='El Salvador' >El Salvador</option><option value='Equatorial Guinea' >Equatorial Guinea</option><option value='Eritrea' >Eritrea</option><option value='Estonia' >Estonia</option><option value='Ethiopia' >Ethiopia</option><option value='Faroe Islands' >Faroe Islands</option><option value='Fiji' >Fiji</option><option value='Finland' >Finland</option><option value='France' >France</option><option value='French Polynesia' >French Polynesia</option><option value='Gabon' >Gabon</option><option value='Gambia' >Gambia</option><option value='Georgia' >Georgia</option><option value='Germany' >Germany</option><option value='Ghana' >Ghana</option><option value='Greece' >Greece</option><option value='Greenland' >Greenland</option><option value='Grenada' >Grenada</option><option value='Guam' >Guam</option><option value='Guatemala' >Guatemala</option><option value='Guinea' >Guinea</option><option value='Guinea-Bissau' >Guinea-Bissau</option><option value='Guyana' >Guyana</option><option value='Haiti' >Haiti</option><option value='Honduras' >Honduras</option><option value='Hong Kong' >Hong Kong</option><option value='Hungary' >Hungary</option><option value='Iceland' >Iceland</option><option value='India' >India</option><option value='Indonesia' >Indonesia</option><option value='Iran' >Iran</option><option value='Iraq' >Iraq</option><option value='Ireland' >Ireland</option><option value='Israel' >Israel</option><option value='Italy' >Italy</option><option value='Jamaica' >Jamaica</option><option value='Japan' >Japan</option><option value='Jordan' >Jordan</option><option value='Kazakhstan' >Kazakhstan</option><option value='Kenya' >Kenya</option><option value='Kiribati' >Kiribati</option><option value='North Korea' >North Korea</option><option value='South Korea' >South Korea</option><option value='Kosovo' >Kosovo</option><option value='Kuwait' >Kuwait</option><option value='Kyrgyzstan' >Kyrgyzstan</option><option value='Laos' >Laos</option><option value='Latvia' >Latvia</option><option value='Lebanon' >Lebanon</option><option value='Lesotho' >Lesotho</option><option value='Liberia' >Liberia</option><option value='Libya' >Libya</option><option value='Liechtenstein' >Liechtenstein</option><option value='Lithuania' >Lithuania</option><option value='Luxembourg' >Luxembourg</option><option value='Macedonia' >Macedonia</option><option value='Madagascar' >Madagascar</option><option value='Malawi' >Malawi</option><option value='Malaysia' >Malaysia</option><option value='Maldives' >Maldives</option><option value='Mali' >Mali</option><option value='Malta' >Malta</option><option value='Marshall Islands' >Marshall Islands</option><option value='Mauritania' >Mauritania</option><option value='Mauritius' >Mauritius</option><option value='Mexico' >Mexico</option><option value='Micronesia' >Micronesia</option><option value='Moldova' >Moldova</option><option value='Monaco' >Monaco</option><option value='Mongolia' >Mongolia</option><option value='Montenegro' >Montenegro</option><option value='Morocco' >Morocco</option><option value='Mozambique' >Mozambique</option><option value='Myanmar' >Myanmar</option><option value='Namibia' >Namibia</option><option value='Nauru' >Nauru</option><option value='Nepal' >Nepal</option><option value='Netherlands' >Netherlands</option><option value='New Zealand' >New Zealand</option><option value='Nicaragua' >Nicaragua</option><option value='Niger' >Niger</option><option value='Nigeria' >Nigeria</option><option value='Northern Mariana Islands' >Northern Mariana Islands</option><option value='Norway' >Norway</option><option value='Oman' >Oman</option><option value='Pakistan' >Pakistan</option><option value='Palau' >Palau</option><option value='Palestine, State of' >Palestine, State of</option><option value='Panama' >Panama</option><option value='Papua New Guinea' >Papua New Guinea</option><option value='Paraguay' >Paraguay</option><option value='Peru' >Peru</option><option value='Philippines' >Philippines</option><option value='Poland' >Poland</option><option value='Portugal' >Portugal</option><option value='Puerto Rico' >Puerto Rico</option><option value='Qatar' >Qatar</option><option value='Romania' >Romania</option><option value='Russia' >Russia</option><option value='Rwanda' >Rwanda</option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis</option><option value='Saint Lucia' >Saint Lucia</option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines</option><option value='Samoa' >Samoa</option><option value='San Marino' >San Marino</option><option value='Sao Tome and Principe' >Sao Tome and Principe</option><option value='Saudi Arabia' >Saudi Arabia</option><option value='Senegal' >Senegal</option><option value='Serbia' >Serbia</option><option value='Seychelles' >Seychelles</option><option value='Sierra Leone' >Sierra Leone</option><option value='Singapore' >Singapore</option><option value='Sint Maarten' >Sint Maarten</option><option value='Slovakia' >Slovakia</option><option value='Slovenia' >Slovenia</option><option value='Solomon Islands' >Solomon Islands</option><option value='Somalia' >Somalia</option><option value='South Africa' >South Africa</option><option value='Spain' >Spain</option><option value='Sri Lanka' >Sri Lanka</option><option value='Sudan' >Sudan</option><option value='Sudan, South' >Sudan, South</option><option value='Suriname' >Suriname</option><option value='Swaziland' >Swaziland</option><option value='Sweden' >Sweden</option><option value='Switzerland' >Switzerland</option><option value='Syria' >Syria</option><option value='Taiwan' >Taiwan</option><option value='Tajikistan' >Tajikistan</option><option value='Tanzania' >Tanzania</option><option value='Thailand' >Thailand</option><option value='Togo' >Togo</option><option value='Tonga' >Tonga</option><option value='Trinidad and Tobago' >Trinidad and Tobago</option><option value='Tunisia' >Tunisia</option><option value='Turkey' >Turkey</option><option value='Turkmenistan' >Turkmenistan</option><option value='Tuvalu' >Tuvalu</option><option value='Uganda' >Uganda</option><option value='Ukraine' >Ukraine</option><option value='United Arab Emirates' >United Arab Emirates</option><option value='United Kingdom' >United Kingdom</option><option value='United States' >United States</option><option value='Uruguay' >Uruguay</option><option value='Uzbekistan' >Uzbekistan</option><option value='Vanuatu' >Vanuatu</option><option value='Vatican City' >Vatican City</option><option value='Venezuela' >Venezuela</option><option value='Vietnam' >Vietnam</option><option value='Virgin Islands, British' >Virgin Islands, British</option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.</option><option value='Yemen' >Yemen</option><option value='Zambia' >Zambia</option><option value='Zimbabwe' >Zimbabwe</option></select></div></div><div id="field_14_49" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_49" > <p style="color: red;">We apologize, but currently, we are not accepting applications from your country. Thank you for your understanding.</p></div><div id="field_14_42" class="gfield gfield--type-phone gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_42" ><label class='gfield_label gform-field-label' for='input_14_42'>Phone:<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_phone'><input name='input_42' id='input_14_42' type='tel' value='' class='large'   aria-required="true" aria-invalid="false"   /></div></div><div id="field_14_6" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_6" ><label class='gfield_label gform-field-label' for='input_14_6'>Marital Status :<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_6' id='input_14_6' class='large gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='Single' >Single</option><option value='Married' >Married</option><option value='Divorced' >Divorced</option><option value='Widowed' >Widowed</option></select></div></div><div id="field_14_35" class="gfield gfield--type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_35" ><label class='gfield_label gform-field-label' for='input_14_35'>Number of Dependent Children</label><div class='ginput_container ginput_container_number'><input name='input_35' id='input_14_35' type='number' step='any'   value='' class='large'      aria-invalid="false"  /></div></div><div id="field_14_43" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_43" ><h3 class="gsection_title">Work Location</h3></div><div id="field_14_44" class="gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_44" ><label class='gfield_label gform-field-label' for='input_14_44'>Please Type you Preferred Work Location<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_44' id='input_14_44' type='text' value='' class='large'  aria-describedby="gfield_description_14_44"  placeholder='Please choose from the available job list below:' aria-required="true" aria-invalid="false"   /> </div><div class='gfield_description' id='gfield_description_14_44'>Please choose from the available job list below:<br /> <a href="https://docs.google.com/spreadsheets/d/1Y12EyuTNV75Vri3Wj6xFxDdmQCoXV5g_1bawVAECq8g/edit#gid=634347005">Click here to view the Google Sheets document</a></div></div><div id="field_14_45" class="gfield gfield--type-fileupload gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_45" ><label class='gfield_label gform-field-label' for='input_14_45'>Upload Resume</label><div class='ginput_container ginput_container_fileupload'><input type='hidden' name='MAX_FILE_SIZE' value='83886080' /><input name='input_45' id='input_14_45' type='file' class='large' aria-describedby="gfield_upload_rules_14_45" onchange='javascript:gformValidateFileSize( this, 83886080 );'  /><span class='gfield_description gform_fileupload_rules' id='gfield_upload_rules_14_45'>Max. file size: 80 MB.</span><div class='gfield_description validation_message gfield_validation_message validation_message--hidden-on-empty' id='live_validation_message_14_45'></div></div></div><div id="field_14_50" class="gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_14_50" ><label class='gfield_label gform-field-label' for='input_14_50'>Comments</label><div class='ginput_container'><input name='input_50' id='input_14_50' type='text' value='' autocomplete='new-password'/></div><div class='gfield_description' id='gfield_description_14_50'>This field is for validation purposes and should be left unchanged.</div></div></div></div>         <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_14' class='gform_button button' value='Submit'  onclick='if(window["gf_submitting_14"]){return false;}  if( !jQuery("#gform_14")[0].checkValidity || jQuery("#gform_14")[0].checkValidity()){window["gf_submitting_14"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_14"]){return false;} if( !jQuery("#gform_14")[0].checkValidity || jQuery("#gform_14")[0].checkValidity()){window["gf_submitting_14"]=true;}  jQuery("#gform_14").trigger("submit",[true]); }' /> <input type='hidden' name='gform_ajax' value='form_id=14&amp;title=1&amp;description=&amp;tabindex=0&amp;theme=gravity-theme' />             <input type='hidden' class='gform_hidden' name='is_submit_14' value='1' />             <input type='hidden' class='gform_hidden' name='gform_submit' value='14' />                          <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />             <input type='hidden' class='gform_hidden' name='state_14' value='WyJbXSIsIjIzODMyODFjMzk2NGEwNjFjMGNhY2YwNzc1NzFhNDJiIl0=' />             <input type='hidden' class='gform_hidden' name='gform_target_page_number_14' id='gform_target_page_number_14' value='0' />             <input type='hidden' class='gform_hidden' name='gform_source_page_number_14' id='gform_source_page_number_14' value='1' />             <input type='hidden' name='gform_field_values' value='' />                      </div>                         </form>                         </div> 		                <div class="berqwp-lazy-youtube" data-embed="<iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_14' id='gform_ajax_frame_14' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe>"></div> 		                <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 14, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_14').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_14');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_14').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_14').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_14').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_14').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_14').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_14').val();gformInitSpinner( 14, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [14, current_page]);window['gf_submitting_14'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_14').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_14').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [14]);window['gf_submitting_14'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_14').text());}else{jQuery('#gform_14').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "14", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_14" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_14";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_14" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [14, current_page] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 14, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]> */
</script>  <p>&nbsp;</p> <div id="gtx-trans" style="position: absolute; left: 474px; top: 47.8892px;"> <div class="gtx-trans-icon"> </div> </div>		</div>  				 							<button type="button" class="pum-close popmake-close" aria-label="Close"> 			×			</button> 		 	</div>  </div> <div id="pum-13837" role="dialog" aria-modal="false"  class="pum pum-overlay pum-theme-4487 pum-theme-lightbox popmake-overlay click_open" data-popmake="{&quot;id&quot;:13837,&quot;slug&quot;:&quot;pgv-pop-up&quot;,&quot;theme_id&quot;:4487,&quot;cookies&quot;:[{&quot;event&quot;:&quot;pum_sub_form_success&quot;,&quot;settings&quot;:{&quot;name&quot;:&quot;pum-13837&quot;,&quot;time&quot;:&quot;1 month&quot;,&quot;path&quot;:true}}],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:[&quot;pum-13837&quot;]}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}">  	<div id="popmake-13837" class="pum-container popmake theme-4487 pum-responsive pum-responsive-medium responsive size-medium">  				 				 		 				<div class="pum-content popmake-content" tabindex="0"> 			<p>                 <div class='gf_browser_safari gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_15' ><div id='gf_15' class='gform_anchor' tabindex='-1'></div>                         <div class='gform_heading'>                             <h3 class="gform_title">Portugal Golden Visa Form</h3>                             <p class='gform_description'></p>                         </div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_15' id='gform_15'  action='/404-page/#gf_15' data-formid='15' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LewzP4kAAAAANbplUNYOvLar7EKN7FlVI4Ievs6' data-tabindex='0'><input id="input_2d09416d0df1dbfea6159706f4c0a3a4" class="gfield_recaptcha_response" type="hidden" name="input_2d09416d0df1dbfea6159706f4c0a3a4" value=""/></div>   <input type='hidden' class='gforms-pum' value='{"closepopup":false,"closedelay":0,"openpopup":false,"openpopup_id":0}' />                         <div class='gform-body gform_body'><ul id='gform_fields_15' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id="field_15_12" class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_15_12" ><div class='ginput_container ginput_container_text'><input name='input_12' id='input_15_12' type='hidden' class='gform_hidden'  aria-invalid="false" value='' /></div></li><li id="field_15_13" class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_15_13" ><div class='ginput_container ginput_container_text'><input name='input_13' id='input_15_13' type='hidden' class='gform_hidden'  aria-invalid="false" value='' /></div></li><li id="field_15_2" class="gfield gfield--type-name gfield--width-full gf_left_third gfield_contains_required field_sublabel_hidden_label gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_15_2" ><label class='gfield_label gform-field-label gfield_label_before_complex' >Name<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name no_last_name no_suffix gf_name_has_1 ginput_container_name gform-grid-row' id='input_15_2'>                                                          <span id='input_15_2_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >                                                     <input type='text' name='input_2.3' id='input_15_2_3' value=''   aria-required='true'     />                                                     <label for='input_15_2_3' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>First</label>                                                 </span>                                                                                                                </div></li><li id="field_15_1" class="gfield gfield--type-email gfield--width-full gf_middle_third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_15_1" ><label class='gfield_label gform-field-label' for='input_15_1'>E-mail<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_email'>                             <input name='input_1' id='input_15_1' type='email' value='' class='small'    aria-required="true" aria-invalid="false"  />                         </div></li><li id="field_15_3" class="gfield gfield--type-phone gfield--width-full gf_right_third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_15_3" ><label class='gfield_label gform-field-label' for='input_15_3'>Phone<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_phone'><input name='input_3' id='input_15_3' type='tel' value='' class='small'   aria-required="true" aria-invalid="false"   /></div></li><li id="field_15_4" class="gfield gfield--type-select gfield--width-full gf_left_third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_15_4" ><label class='gfield_label gform-field-label' for='input_15_4'>Nationality<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_select'><select name='input_4' id='input_15_4' class='small gfield_select'  aria-describedby="gfield_description_15_4"  aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='10' >Afghanistan</option><option value='Albania' >Albania</option><option value='Algeria' >Algeria</option><option value='American Samoa' >American Samoa</option><option value='Andorra' >Andorra</option><option value='Angola' >Angola</option><option value='Antigua and Barbuda' >Antigua and Barbuda</option><option value='Argentina' >Argentina</option><option value='Armenia' >Armenia</option><option value='Australia' >Australia</option><option value='Austria' >Austria</option><option value='Azerbaijan' >Azerbaijan</option><option value='Bahamas' >Bahamas</option><option value='Bahrain' >Bahrain</option><option value='Bangladesh' >Bangladesh</option><option value='Barbados' >Barbados</option><option value='Belarus' >Belarus</option><option value='Belgium' >Belgium</option><option value='Belize' >Belize</option><option value='Benin' >Benin</option><option value='Bermuda' >Bermuda</option><option value='Bhutan' >Bhutan</option><option value='Bolivia' >Bolivia</option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina</option><option value='Botswana' >Botswana</option><option value='Brazil' >Brazil</option><option value='Brunei' >Brunei</option><option value='Bulgaria' >Bulgaria</option><option value='Burkina Faso' >Burkina Faso</option><option value='Burundi' >Burundi</option><option value='Cambodia' >Cambodia</option><option value='Cameroon' >Cameroon</option><option value='Canada' >Canada</option><option value='Cape Verde' >Cape Verde</option><option value='Cayman Islands' >Cayman Islands</option><option value='Central African Republic' >Central African Republic</option><option value='Chad' >Chad</option><option value='Chile' >Chile</option><option value='China' >China</option><option value='Colombia' >Colombia</option><option value='Comoros' >Comoros</option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the</option><option value='Congo, Republic of the' >Congo, Republic of the</option><option value='Costa Rica' >Costa Rica</option><option value='Côte d&#039;Ivoire' >Côte d&#039;Ivoire</option><option value='Croatia' >Croatia</option><option value='Cuba' >Cuba</option><option value='Curaçao' >Curaçao</option><option value='Cyprus' >Cyprus</option><option value='Czech Republic' >Czech Republic</option><option value='Denmark' >Denmark</option><option value='Djibouti' >Djibouti</option><option value='Dominica' >Dominica</option><option value='Dominican Republic' >Dominican Republic</option><option value='East Timor' >East Timor</option><option value='Ecuador' >Ecuador</option><option value='Egypt' >Egypt</option><option value='El Salvador' >El Salvador</option><option value='Equatorial Guinea' >Equatorial Guinea</option><option value='Eritrea' >Eritrea</option><option value='Estonia' >Estonia</option><option value='Ethiopia' >Ethiopia</option><option value='Faroe Islands' >Faroe Islands</option><option value='Fiji' >Fiji</option><option value='Finland' >Finland</option><option value='France' >France</option><option value='French Polynesia' >French Polynesia</option><option value='Gabon' >Gabon</option><option value='Gambia' >Gambia</option><option value='Georgia' >Georgia</option><option value='Germany' >Germany</option><option value='Ghana' >Ghana</option><option value='Greece' >Greece</option><option value='Greenland' >Greenland</option><option value='Grenada' >Grenada</option><option value='Guam' >Guam</option><option value='Guatemala' >Guatemala</option><option value='Guinea' >Guinea</option><option value='Guinea-Bissau' >Guinea-Bissau</option><option value='Guyana' >Guyana</option><option value='Haiti' >Haiti</option><option value='Honduras' >Honduras</option><option value='Hong Kong' >Hong Kong</option><option value='Hungary' >Hungary</option><option value='Iceland' >Iceland</option><option value='India' >India</option><option value='Indonesia' >Indonesia</option><option value='Iran' >Iran</option><option value='Iraq' >Iraq</option><option value='Ireland' >Ireland</option><option value='Israel' >Israel</option><option value='Italy' >Italy</option><option value='Jamaica' >Jamaica</option><option value='Japan' >Japan</option><option value='Jordan' >Jordan</option><option value='Kazakhstan' >Kazakhstan</option><option value='Kenya' >Kenya</option><option value='Kiribati' >Kiribati</option><option value='North Korea' >North Korea</option><option value='South Korea' >South Korea</option><option value='Kosovo' >Kosovo</option><option value='Kuwait' >Kuwait</option><option value='Kyrgyzstan' >Kyrgyzstan</option><option value='Laos' >Laos</option><option value='Latvia' >Latvia</option><option value='Lebanon' >Lebanon</option><option value='Lesotho' >Lesotho</option><option value='Liberia' >Liberia</option><option value='Libya' >Libya</option><option value='Liechtenstein' >Liechtenstein</option><option value='Lithuania' >Lithuania</option><option value='Luxembourg' >Luxembourg</option><option value='Macedonia' >Macedonia</option><option value='Madagascar' >Madagascar</option><option value='Malawi' >Malawi</option><option value='Malaysia' >Malaysia</option><option value='Maldives' >Maldives</option><option value='Mali' >Mali</option><option value='Malta' >Malta</option><option value='Marshall Islands' >Marshall Islands</option><option value='Mauritania' >Mauritania</option><option value='Mauritius' >Mauritius</option><option value='Mexico' >Mexico</option><option value='Micronesia' >Micronesia</option><option value='Moldova' >Moldova</option><option value='Monaco' >Monaco</option><option value='Mongolia' >Mongolia</option><option value='Montenegro' >Montenegro</option><option value='Morocco' >Morocco</option><option value='Mozambique' >Mozambique</option><option value='Myanmar' >Myanmar</option><option value='Namibia' >Namibia</option><option value='Nauru' >Nauru</option><option value='Nepal' >Nepal</option><option value='Netherlands' >Netherlands</option><option value='New Zealand' >New Zealand</option><option value='Nicaragua' >Nicaragua</option><option value='Niger' >Niger</option><option value='Nigeria' >Nigeria</option><option value='Northern Mariana Islands' >Northern Mariana Islands</option><option value='Norway' >Norway</option><option value='Oman' >Oman</option><option value='Pakistan' >Pakistan</option><option value='Palau' >Palau</option><option value='Palestine, State of' >Palestine, State of</option><option value='Panama' >Panama</option><option value='Papua New Guinea' >Papua New Guinea</option><option value='Paraguay' >Paraguay</option><option value='Peru' >Peru</option><option value='Philippines' >Philippines</option><option value='Poland' >Poland</option><option value='Portugal' >Portugal</option><option value='Puerto Rico' >Puerto Rico</option><option value='Qatar' >Qatar</option><option value='Romania' >Romania</option><option value='Russia' >Russia</option><option value='Rwanda' >Rwanda</option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis</option><option value='Saint Lucia' >Saint Lucia</option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines</option><option value='Saint Martin' >Saint Martin</option><option value='Samoa' >Samoa</option><option value='San Marino' >San Marino</option><option value='Sao Tome and Principe' >Sao Tome and Principe</option><option value='Saudi Arabia' >Saudi Arabia</option><option value='Senegal' >Senegal</option><option value='Serbia' >Serbia</option><option value='Seychelles' >Seychelles</option><option value='Sierra Leone' >Sierra Leone</option><option value='Singapore' >Singapore</option><option value='Sint Maarten' >Sint Maarten</option><option value='Slovakia' >Slovakia</option><option value='Slovenia' >Slovenia</option><option value='Solomon Islands' >Solomon Islands</option><option value='Somalia' >Somalia</option><option value='South Africa' >South Africa</option><option value='Spain' >Spain</option><option value='Sri Lanka' >Sri Lanka</option><option value='Sudan' >Sudan</option><option value='Sudan, South' >Sudan, South</option><option value='Suriname' >Suriname</option><option value='Swaziland' >Swaziland</option><option value='Sweden' >Sweden</option><option value='Switzerland' >Switzerland</option><option value='Syria' >Syria</option><option value='Taiwan' >Taiwan</option><option value='Tajikistan' >Tajikistan</option><option value='Tanzania' >Tanzania</option><option value='Thailand' >Thailand</option><option value='Togo' >Togo</option><option value='Tonga' >Tonga</option><option value='Trinidad and Tobago' >Trinidad and Tobago</option><option value='Tunisia' >Tunisia</option><option value='Turkey' >Turkey</option><option value='Turkmenistan' >Turkmenistan</option><option value='Tuvalu' >Tuvalu</option><option value='Uganda' >Uganda</option><option value='Ukraine' >Ukraine</option><option value='United Arab Emirates' >United Arab Emirates</option><option value='United Kingdom' >United Kingdom</option><option value='United States' >United States</option><option value='Uruguay' >Uruguay</option><option value='Uzbekistan' >Uzbekistan</option><option value='Vanuatu' >Vanuatu</option><option value='Vatican City' >Vatican City</option><option value='Venezuela' >Venezuela</option><option value='Vietnam' >Vietnam</option><option value='Virgin Islands, British' >Virgin Islands, British</option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.</option><option value='Yemen' >Yemen</option><option value='Zambia' >Zambia</option><option value='Zimbabwe' >Zimbabwe</option></select></div><div class='gfield_description' id='gfield_description_15_4'>The County of Your Citizenship.</div></li><li id="field_15_20" class="gfield gfield--type-select gfield--width-full gf_middle_third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_15_20" ><label class='gfield_label gform-field-label' for='input_15_20'>Country of residence<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_select'><select name='input_20' id='input_15_20' class='small gfield_select'  aria-describedby="gfield_description_15_20"  aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='10' >Afghanistan</option><option value='Albania' >Albania</option><option value='Algeria' >Algeria</option><option value='American Samoa' >American Samoa</option><option value='Andorra' >Andorra</option><option value='Angola' >Angola</option><option value='Antigua and Barbuda' >Antigua and Barbuda</option><option value='Argentina' >Argentina</option><option value='Armenia' >Armenia</option><option value='Australia' >Australia</option><option value='Austria' >Austria</option><option value='Azerbaijan' >Azerbaijan</option><option value='Bahamas' >Bahamas</option><option value='Bahrain' >Bahrain</option><option value='Bangladesh' >Bangladesh</option><option value='Barbados' >Barbados</option><option value='Belarus' >Belarus</option><option value='Belgium' >Belgium</option><option value='Belize' >Belize</option><option value='Benin' >Benin</option><option value='Bermuda' >Bermuda</option><option value='Bhutan' >Bhutan</option><option value='Bolivia' >Bolivia</option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina</option><option value='Botswana' >Botswana</option><option value='Brazil' >Brazil</option><option value='Brunei' >Brunei</option><option value='Bulgaria' >Bulgaria</option><option value='Burkina Faso' >Burkina Faso</option><option value='Burundi' >Burundi</option><option value='Cambodia' >Cambodia</option><option value='Cameroon' >Cameroon</option><option value='Canada' >Canada</option><option value='Cape Verde' >Cape Verde</option><option value='Cayman Islands' >Cayman Islands</option><option value='Central African Republic' >Central African Republic</option><option value='Chad' >Chad</option><option value='Chile' >Chile</option><option value='China' >China</option><option value='Colombia' >Colombia</option><option value='Comoros' >Comoros</option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the</option><option value='Congo, Republic of the' >Congo, Republic of the</option><option value='Costa Rica' >Costa Rica</option><option value='Côte d&#039;Ivoire' >Côte d&#039;Ivoire</option><option value='Croatia' >Croatia</option><option value='Cuba' >Cuba</option><option value='Curaçao' >Curaçao</option><option value='Cyprus' >Cyprus</option><option value='Czech Republic' >Czech Republic</option><option value='Denmark' >Denmark</option><option value='Djibouti' >Djibouti</option><option value='Dominica' >Dominica</option><option value='Dominican Republic' >Dominican Republic</option><option value='East Timor' >East Timor</option><option value='Ecuador' >Ecuador</option><option value='Egypt' >Egypt</option><option value='El Salvador' >El Salvador</option><option value='Equatorial Guinea' >Equatorial Guinea</option><option value='Eritrea' >Eritrea</option><option value='Estonia' >Estonia</option><option value='Ethiopia' >Ethiopia</option><option value='Faroe Islands' >Faroe Islands</option><option value='Fiji' >Fiji</option><option value='Finland' >Finland</option><option value='France' >France</option><option value='French Polynesia' >French Polynesia</option><option value='Gabon' >Gabon</option><option value='Gambia' >Gambia</option><option value='Georgia' >Georgia</option><option value='Germany' >Germany</option><option value='Ghana' >Ghana</option><option value='Greece' >Greece</option><option value='Greenland' >Greenland</option><option value='Grenada' >Grenada</option><option value='Guam' >Guam</option><option value='Guatemala' >Guatemala</option><option value='Guinea' >Guinea</option><option value='Guinea-Bissau' >Guinea-Bissau</option><option value='Guyana' >Guyana</option><option value='Haiti' >Haiti</option><option value='Honduras' >Honduras</option><option value='Hong Kong' >Hong Kong</option><option value='Hungary' >Hungary</option><option value='Iceland' >Iceland</option><option value='India' >India</option><option value='Indonesia' >Indonesia</option><option value='Iran' >Iran</option><option value='Iraq' >Iraq</option><option value='Ireland' >Ireland</option><option value='Israel' >Israel</option><option value='Italy' >Italy</option><option value='Jamaica' >Jamaica</option><option value='Japan' >Japan</option><option value='Jordan' >Jordan</option><option value='Kazakhstan' >Kazakhstan</option><option value='Kenya' >Kenya</option><option value='Kiribati' >Kiribati</option><option value='North Korea' >North Korea</option><option value='South Korea' >South Korea</option><option value='Kosovo' >Kosovo</option><option value='Kuwait' >Kuwait</option><option value='Kyrgyzstan' >Kyrgyzstan</option><option value='Laos' >Laos</option><option value='Latvia' >Latvia</option><option value='Lebanon' >Lebanon</option><option value='Lesotho' >Lesotho</option><option value='Liberia' >Liberia</option><option value='Libya' >Libya</option><option value='Liechtenstein' >Liechtenstein</option><option value='Lithuania' >Lithuania</option><option value='Luxembourg' >Luxembourg</option><option value='Macedonia' >Macedonia</option><option value='Madagascar' >Madagascar</option><option value='Malawi' >Malawi</option><option value='Malaysia' >Malaysia</option><option value='Maldives' >Maldives</option><option value='Mali' >Mali</option><option value='Malta' >Malta</option><option value='Marshall Islands' >Marshall Islands</option><option value='Mauritania' >Mauritania</option><option value='Mauritius' >Mauritius</option><option value='Mexico' >Mexico</option><option value='Micronesia' >Micronesia</option><option value='Moldova' >Moldova</option><option value='Monaco' >Monaco</option><option value='Mongolia' >Mongolia</option><option value='Montenegro' >Montenegro</option><option value='Morocco' >Morocco</option><option value='Mozambique' >Mozambique</option><option value='Myanmar' >Myanmar</option><option value='Namibia' >Namibia</option><option value='Nauru' >Nauru</option><option value='Nepal' >Nepal</option><option value='Netherlands' >Netherlands</option><option value='New Zealand' >New Zealand</option><option value='Nicaragua' >Nicaragua</option><option value='Niger' >Niger</option><option value='Nigeria' >Nigeria</option><option value='Northern Mariana Islands' >Northern Mariana Islands</option><option value='Norway' >Norway</option><option value='Oman' >Oman</option><option value='Pakistan' >Pakistan</option><option value='Palau' >Palau</option><option value='Palestine, State of' >Palestine, State of</option><option value='Panama' >Panama</option><option value='Papua New Guinea' >Papua New Guinea</option><option value='Paraguay' >Paraguay</option><option value='Peru' >Peru</option><option value='Philippines' >Philippines</option><option value='Poland' >Poland</option><option value='Portugal' >Portugal</option><option value='Puerto Rico' >Puerto Rico</option><option value='Qatar' >Qatar</option><option value='Romania' >Romania</option><option value='Russia' >Russia</option><option value='Rwanda' >Rwanda</option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis</option><option value='Saint Lucia' >Saint Lucia</option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines</option><option value='Saint Martin' >Saint Martin</option><option value='Samoa' >Samoa</option><option value='San Marino' >San Marino</option><option value='Sao Tome and Principe' >Sao Tome and Principe</option><option value='Saudi Arabia' >Saudi Arabia</option><option value='Senegal' >Senegal</option><option value='Serbia' >Serbia</option><option value='Seychelles' >Seychelles</option><option value='Sierra Leone' >Sierra Leone</option><option value='Singapore' >Singapore</option><option value='Sint Maarten' >Sint Maarten</option><option value='Slovakia' >Slovakia</option><option value='Slovenia' >Slovenia</option><option value='Solomon Islands' >Solomon Islands</option><option value='Somalia' >Somalia</option><option value='South Africa' >South Africa</option><option value='Spain' >Spain</option><option value='Sri Lanka' >Sri Lanka</option><option value='Sudan' >Sudan</option><option value='Sudan, South' >Sudan, South</option><option value='Suriname' >Suriname</option><option value='Swaziland' >Swaziland</option><option value='Sweden' >Sweden</option><option value='Switzerland' >Switzerland</option><option value='Syria' >Syria</option><option value='Taiwan' >Taiwan</option><option value='Tajikistan' >Tajikistan</option><option value='Tanzania' >Tanzania</option><option value='Thailand' >Thailand</option><option value='Togo' >Togo</option><option value='Tonga' >Tonga</option><option value='Trinidad and Tobago' >Trinidad and Tobago</option><option value='Tunisia' >Tunisia</option><option value='Turkey' >Turkey</option><option value='Turkmenistan' >Turkmenistan</option><option value='Tuvalu' >Tuvalu</option><option value='Uganda' >Uganda</option><option value='Ukraine' >Ukraine</option><option value='United Arab Emirates' >United Arab Emirates</option><option value='United Kingdom' >United Kingdom</option><option value='United States' >United States</option><option value='Uruguay' >Uruguay</option><option value='Uzbekistan' >Uzbekistan</option><option value='Vanuatu' >Vanuatu</option><option value='Vatican City' >Vatican City</option><option value='Venezuela' >Venezuela</option><option value='Vietnam' >Vietnam</option><option value='Virgin Islands, British' >Virgin Islands, British</option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.</option><option value='Yemen' >Yemen</option><option value='Zambia' >Zambia</option><option value='Zimbabwe' >Zimbabwe</option></select></div><div class='gfield_description' id='gfield_description_15_20'>The Country where you reside</div></li><li id="field_15_17" class="gfield gfield--type-select gfield--width-full gf_right_third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_15_17" ><label class='gfield_label gform-field-label' for='input_15_17'>Choose an option<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_select'><select name='input_17' id='input_15_17' class='small gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='Receive more information and documents by email' >Receive more information and documents by email</option><option value='Send a direct inquiry about the Portugal Golden Visa or the projects' >Send a direct inquiry about the Portugal Golden Visa or the projects</option></select></div></li><li id="field_15_18" class="gfield gfield--type-select gfield--width-full gf_left_third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_15_18" ><label class='gfield_label gform-field-label' for='input_15_18'>Which project are you interested in?<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_select'><select name='input_18' id='input_15_18' class='small gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='Alvor Beach Resort' >Alvor Beach Resort</option><option value='Madeira Grand Hotel' >Madeira Grand Hotel</option><option value='Ponte Do Vau Beach Resort Portimão - Phase 3' >Ponte Do Vau Beach Resort Portimão - Phase 3</option></select></div></li><li id="field_15_14" class="gfield gfield--type-select gfield--width-full gf_middle_third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_15_14" ><label class='gfield_label gform-field-label' for='input_15_14'>Contact Language<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_select'><select name='input_14' id='input_15_14' class='small gfield_select'  aria-describedby="gfield_description_15_14"  aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='English' >English</option><option value='French' >French</option><option value='Portuguese' >Portuguese</option></select></div><div class='gfield_description' id='gfield_description_15_14'> </div></li><li id="field_15_21" class="gfield gfield--type-text gfield--width-full gf_right_third field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_15_21" ><label class='gfield_label gform-field-label' for='input_15_21'>How did you hear about us?</label><div class='ginput_container ginput_container_text'><input name='input_21' id='input_15_21' type='text' value='' class='small'      aria-invalid="false"   /> </div></li><li id="field_15_9" class="gfield gfield--type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_15_9" ><label class='gfield_label gform-field-label' for='input_15_9'>Message</label><div class='ginput_container ginput_container_textarea'><textarea name='input_9' id='input_15_9' class='textarea small'      aria-invalid="false"   rows='10' cols='50'></textarea></div></li><li id="field_15_19" class="gfield gfield--type-radio gfield--type-choice gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_15_19" ><label class='gfield_label gform-field-label' >Subscribe to our Portugal Golden Visa Program Newsletter<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_15_19'> 			<li class='gchoice gchoice_15_19_0'> 				<input name='input_19' type='radio' value='Yes'  id='choice_15_19_0'    /> 				<label for='choice_15_19_0' id='label_15_19_0' class='gform-field-label gform-field-label--type-inline'>Yes</label> 			</li> 			<li class='gchoice gchoice_15_19_1'> 				<input name='input_19' type='radio' value='No'  id='choice_15_19_1'    /> 				<label for='choice_15_19_1' id='label_15_19_1' class='gform-field-label gform-field-label--type-inline'>No</label> 			</li></ul></div></li></ul></div>         <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_15' class='gform_button button' value='Submit'  onclick='if(window["gf_submitting_15"]){return false;}  if( !jQuery("#gform_15")[0].checkValidity || jQuery("#gform_15")[0].checkValidity()){window["gf_submitting_15"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_15"]){return false;} if( !jQuery("#gform_15")[0].checkValidity || jQuery("#gform_15")[0].checkValidity()){window["gf_submitting_15"]=true;}  jQuery("#gform_15").trigger("submit",[true]); }' /> <input type='hidden' name='gform_ajax' value='form_id=15&amp;title=1&amp;description=1&amp;tabindex=0&amp;theme=legacy' />             <input type='hidden' class='gform_hidden' name='is_submit_15' value='1' />             <input type='hidden' class='gform_hidden' name='gform_submit' value='15' />                          <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />             <input type='hidden' class='gform_hidden' name='state_15' value='WyJbXSIsIjIzODMyODFjMzk2NGEwNjFjMGNhY2YwNzc1NzFhNDJiIl0=' />             <input type='hidden' class='gform_hidden' name='gform_target_page_number_15' id='gform_target_page_number_15' value='0' />             <input type='hidden' class='gform_hidden' name='gform_source_page_number_15' id='gform_source_page_number_15' value='1' />             <input type='hidden' name='gform_field_values' value='' />                      </div>                         </form>                         </div> 		                <div class="berqwp-lazy-youtube" data-embed="<iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_15' id='gform_ajax_frame_15' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe>"></div> 		                <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 15, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_15').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_15');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_15').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_15').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_15').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_15').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_15').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_15').val();gformInitSpinner( 15, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [15, current_page]);window['gf_submitting_15'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_15').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_15').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [15]);window['gf_submitting_15'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_15').text());}else{jQuery('#gform_15').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "15", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_15" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_15";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_15" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [15, current_page] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 15, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]> */
</script> </p> 		</div>  				 							<button type="button" class="pum-close popmake-close" aria-label="Close"> 			×			</button> 		 	</div>  </div> <div id="pum-13768" role="dialog" aria-modal="false"  class="pum pum-overlay pum-theme-4487 pum-theme-lightbox popmake-overlay click_open" data-popmake="{&quot;id&quot;:13768,&quot;slug&quot;:&quot;subscribe-to-newsletter&quot;,&quot;theme_id&quot;:4487,&quot;cookies&quot;:[{&quot;event&quot;:&quot;pum_sub_form_already_subscribed&quot;,&quot;settings&quot;:{&quot;name&quot;:&quot;pum-13768&quot;,&quot;time&quot;:&quot;12 month&quot;,&quot;path&quot;:true}}],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:[&quot;pum-13768&quot;]}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}">  	<div id="popmake-13768" class="pum-container popmake theme-4487 pum-responsive pum-responsive-medium responsive size-medium">  				 				 		 				<div class="pum-content popmake-content" tabindex="0"> 			<p>                 <div class='gf_browser_safari gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_7' ><div id='gf_7' class='gform_anchor' tabindex='-1'></div>                         <div class='gform_heading'>                             <h3 class="gform_title">Subscribe to Our Newsletter</h3>                             <p class='gform_description'>Enter your email address  to receive important updates from Mercan Group. Stay on top of Investment, Immigration and Employment news!</p>                         </div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_7' id='gform_7'  action='/404-page/#gf_7' data-formid='7' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LewzP4kAAAAANbplUNYOvLar7EKN7FlVI4Ievs6' data-tabindex='0'><input id="input_46afad8d75abc9653c26a841e789306b" class="gfield_recaptcha_response" type="hidden" name="input_46afad8d75abc9653c26a841e789306b" value=""/></div>   <input type='hidden' class='gforms-pum' value='{"closepopup":false,"closedelay":0,"openpopup":false,"openpopup_id":0}' />                         <div class='gform-body gform_body'><ul id='gform_fields_7' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id="field_7_1" class="gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_7_1" ><label class='gfield_label gform-field-label screen-reader-text' for='input_7_1'>Email goes here<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_email'>                             <input name='input_1' id='input_7_1' type='email' value='' class='medium'   placeholder='Email goes here' aria-required="true" aria-invalid="false"  />                         </div></li></ul></div>         <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_7' class='gform_button button' value='Subscribe'  onclick='if(window["gf_submitting_7"]){return false;}  if( !jQuery("#gform_7")[0].checkValidity || jQuery("#gform_7")[0].checkValidity()){window["gf_submitting_7"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_7"]){return false;} if( !jQuery("#gform_7")[0].checkValidity || jQuery("#gform_7")[0].checkValidity()){window["gf_submitting_7"]=true;}  jQuery("#gform_7").trigger("submit",[true]); }' /> <input type='hidden' name='gform_ajax' value='form_id=7&amp;title=1&amp;description=1&amp;tabindex=0&amp;theme=legacy' />             <input type='hidden' class='gform_hidden' name='is_submit_7' value='1' />             <input type='hidden' class='gform_hidden' name='gform_submit' value='7' />                          <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />             <input type='hidden' class='gform_hidden' name='state_7' value='WyJbXSIsIjIzODMyODFjMzk2NGEwNjFjMGNhY2YwNzc1NzFhNDJiIl0=' />             <input type='hidden' class='gform_hidden' name='gform_target_page_number_7' id='gform_target_page_number_7' value='0' />             <input type='hidden' class='gform_hidden' name='gform_source_page_number_7' id='gform_source_page_number_7' value='1' />             <input type='hidden' name='gform_field_values' value='' />                      </div>                         </form>                         </div> 		                <div class="berqwp-lazy-youtube" data-embed="<iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_7' id='gform_ajax_frame_7' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe>"></div> 		                <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 7, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_7').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_7');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_7').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_7').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_7').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_7').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_7').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_7').val();gformInitSpinner( 7, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [7, current_page]);window['gf_submitting_7'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_7').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_7').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [7]);window['gf_submitting_7'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_7').text());}else{jQuery('#gform_7').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "7", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_7" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_7";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_7" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [7, current_page] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 7, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]> */
</script> </p> 		</div>  				 							<button type="button" class="pum-close popmake-close" aria-label="Close"> 			×			</button> 		 	</div>  </div> <div id="pum-9005" role="dialog" aria-modal="false"  class="pum pum-overlay pum-theme-4487 pum-theme-lightbox popmake-overlay click_open" data-popmake="{&quot;id&quot;:9005,&quot;slug&quot;:&quot;eb3-arabic-ppc&quot;,&quot;theme_id&quot;:4487,&quot;cookies&quot;:[{&quot;event&quot;:&quot;pum_sub_form_already_subscribed&quot;,&quot;settings&quot;:{&quot;name&quot;:&quot;pum-9005&quot;,&quot;time&quot;:&quot;1 month&quot;,&quot;session&quot;:false,&quot;path&quot;:&quot;1&quot;,&quot;key&quot;:&quot;&quot;}}],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:[&quot;pum-9005&quot;]}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}">  	<div id="popmake-9005" class="pum-container popmake theme-4487 pum-responsive pum-responsive-medium responsive size-medium">  				 				 		 				<div class="pum-content popmake-content" tabindex="0"> 					</div>  				 							<button type="button" class="pum-close popmake-close" aria-label="Close"> 			×			</button> 		 	</div>  </div> <div id="pum-4708" role="dialog" aria-modal="false"  class="pum pum-overlay pum-theme-4487 pum-theme-lightbox popmake-overlay click_open" data-popmake="{&quot;id&quot;:4708,&quot;slug&quot;:&quot;study-in-canada&quot;,&quot;theme_id&quot;:4487,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}">  	<div id="popmake-4708" class="pum-container popmake theme-4487 pum-responsive pum-responsive-medium responsive size-medium">  				 				 		 				<div class="pum-content popmake-content" tabindex="0"> 			                 <div class='gf_browser_safari gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_4' style='display:none'><style data-berqwp-style="#gform_wrapper_4[data-form-index=&quot;0&quot;].gform-theme,[data-parent-form=&quot;4_0&quot;]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(&quot;data:image/svg+xml,%3Csvg width=&#039;8&#039; height=&#039;14&#039; viewBox=&#039;0 0 8 14&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-select: url(&quot;data:image/svg+xml,%3Csvg width=&#039;10&#039; height=&#039;6&#039; viewBox=&#039;0 0 10 6&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-search: url(&quot;data:image/svg+xml,%3Csvg version=&#039;1.1&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;640&#039; height=&#039;640&#039;%3E%3Cpath d=&#039;M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}"></style>                         <div class='gform_heading'>                             <h3 class="gform_title">Study in Canada</h3>                             <p class='gform_description'>Study in Canada free Evaluation Form</p>                         </div><form method='post' enctype='multipart/form-data'  id='gform_4'  action='/404-page/' data-formid='4' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LewzP4kAAAAANbplUNYOvLar7EKN7FlVI4Ievs6' data-tabindex='0'><input id="input_242bf1e6d1f4c3ee44322b3d0d8e53c1" class="gfield_recaptcha_response" type="hidden" name="input_242bf1e6d1f4c3ee44322b3d0d8e53c1" value=""/></div>   <input type='hidden' class='gforms-pum' value='{"closepopup":false,"closedelay":0,"openpopup":false,"openpopup_id":0}' />                         <div class='gform-body gform_body'><ul id='gform_fields_4' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id="field_4_1" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_1" ><label class='gfield_label gform-field-label' for='input_4_1'>Did you obtain an Acceptance Letter from a Canadian school?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_1' id='input_4_1' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='Yes' >Yes</option><option value='No' >No</option></select></div></li><li id="field_4_2" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_2" ><h2 class="gsection_title">General Information</h2></li><li id="field_4_3" class="gfield gfield--type-name gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_3" ><label class='gfield_label gform-field-label gfield_label_before_complex' >Name<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_4_3'>                                                          <span id='input_4_3_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >                                                     <input type='text' name='input_3.3' id='input_4_3_3' value=''   aria-required='true'     />                                                     <label for='input_4_3_3' class='gform-field-label gform-field-label--type-sub'>First</label>                                                 </span>                                                          <span id='input_4_3_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >                                                     <input type='text' name='input_3.6' id='input_4_3_6' value=''   aria-required='true'     />                                                     <label for='input_4_3_6' class='gform-field-label gform-field-label--type-sub'>Last</label>                                                 </span>                                                      </div></li><li id="field_4_4" class="gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_4" ><label class='gfield_label gform-field-label gfield_label_before_complex' >Email<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_complex ginput_container ginput_container_email gform-grid-row' id='input_4_4_container'>                                 <span id='input_4_4_1_container' class='ginput_left gform-grid-col gform-grid-col--size-auto'>                                     <input class='' type='email' name='input_4' id='input_4_4' value=''   placeholder='Enter your Professional Email Address' aria-required="true" aria-invalid="false"  />                                     <label for='input_4_4' class='gform-field-label gform-field-label--type-sub'>Enter Email</label>                                 </span>                                 <span id='input_4_4_2_container' class='ginput_right gform-grid-col gform-grid-col--size-auto'>                                     <input class='' type='email' name='input_4_2' id='input_4_4_2' value=''   placeholder='Confirm Your Professional Email Address' aria-required="true" aria-invalid="false"  />                                     <label for='input_4_4_2' class='gform-field-label gform-field-label--type-sub'>Confirm Email</label>                                 </span>                                 <div class='gf_clear gf_clear_complex'></div>                             </div></li><li id="field_4_5" class="gfield gfield--type-number gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_5" ><label class='gfield_label gform-field-label' for='input_4_5'>Age<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_number'><input name='input_5' id='input_4_5' type='number' step='any'   value='' class='medium'    placeholder='Type Your Age' aria-required="true" aria-invalid="false"  /></div></li><li id="field_4_6" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_6" ><label class='gfield_label gform-field-label' for='input_4_6'>Gender<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_6' id='input_4_6' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='Male' >Male</option><option value='Female' >Female</option></select></div></li><li id="field_4_7" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_7" ><label class='gfield_label gform-field-label' for='input_4_7'>Marital status<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_7' id='input_4_7' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='Single' >Single</option><option value='Married' >Married</option><option value='Divorced' >Divorced</option><option value='Widowed' >Widowed</option><option value='Common law' >Common law</option></select></div></li><li id="field_4_8" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_8" ><label class='gfield_label gform-field-label' for='input_4_8'>Country of citizenship<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_8' id='input_4_8' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='Afghanistan' >Afghanistan</option><option value='Albania' >Albania</option><option value='Algeria' >Algeria</option><option value='American Samoa' >American Samoa</option><option value='Andorra' >Andorra</option><option value='Angola' >Angola</option><option value='Antigua and Barbuda' >Antigua and Barbuda</option><option value='Argentina' >Argentina</option><option value='Armenia' >Armenia</option><option value='Australia' >Australia</option><option value='Austria' >Austria</option><option value='Azerbaijan' >Azerbaijan</option><option value='Bahamas' >Bahamas</option><option value='Bahrain' >Bahrain</option><option value='Bangladesh' >Bangladesh</option><option value='Barbados' >Barbados</option><option value='Belarus' >Belarus</option><option value='Belgium' >Belgium</option><option value='Belize' >Belize</option><option value='Benin' >Benin</option><option value='Bermuda' >Bermuda</option><option value='Bhutan' >Bhutan</option><option value='Bolivia' >Bolivia</option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina</option><option value='Botswana' >Botswana</option><option value='Brazil' >Brazil</option><option value='Brunei' >Brunei</option><option value='Bulgaria' >Bulgaria</option><option value='Burkina Faso' >Burkina Faso</option><option value='Burundi' >Burundi</option><option value='Cambodia' >Cambodia</option><option value='Cameroon' >Cameroon</option><option value='Canada' >Canada</option><option value='Cape Verde' >Cape Verde</option><option value='Cayman Islands' >Cayman Islands</option><option value='Central African Republic' >Central African Republic</option><option value='Chad' >Chad</option><option value='Chile' >Chile</option><option value='China' >China</option><option value='Colombia' >Colombia</option><option value='Comoros' >Comoros</option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the</option><option value='Congo, Republic of the' >Congo, Republic of the</option><option value='Costa Rica' >Costa Rica</option><option value='Côte d&#039;Ivoire' >Côte d&#039;Ivoire</option><option value='Croatia' >Croatia</option><option value='Cuba' >Cuba</option><option value='Cyprus' >Cyprus</option><option value='Czech Republic' >Czech Republic</option><option value='Denmark' >Denmark</option><option value='Djibouti' >Djibouti</option><option value='Dominica' >Dominica</option><option value='Dominican Republic' >Dominican Republic</option><option value='East Timor' >East Timor</option><option value='Ecuador' >Ecuador</option><option value='Egypt' >Egypt</option><option value='El Salvador' >El Salvador</option><option value='Equatorial Guinea' >Equatorial Guinea</option><option value='Eritrea' >Eritrea</option><option value='Estonia' >Estonia</option><option value='Ethiopia' >Ethiopia</option><option value='Faroe Islands' >Faroe Islands</option><option value='Fiji' >Fiji</option><option value='Finland' >Finland</option><option value='France' >France</option><option value='French Polynesia' >French Polynesia</option><option value='Gabon' >Gabon</option><option value='Gambia' >Gambia</option><option value='Georgia' >Georgia</option><option value='Germany' >Germany</option><option value='Ghana' >Ghana</option><option value='Greece' >Greece</option><option value='Greenland' >Greenland</option><option value='Grenada' >Grenada</option><option value='Guam' >Guam</option><option value='Guatemala' >Guatemala</option><option value='Guinea' >Guinea</option><option value='Guinea-Bissau' >Guinea-Bissau</option><option value='Guyana' >Guyana</option><option value='Haiti' >Haiti</option><option value='Honduras' >Honduras</option><option value='Hong Kong' >Hong Kong</option><option value='Hungary' >Hungary</option><option value='Iceland' >Iceland</option><option value='India' >India</option><option value='Indonesia' >Indonesia</option><option value='Iran' >Iran</option><option value='Iraq' >Iraq</option><option value='Ireland' >Ireland</option><option value='Israel' >Israel</option><option value='Italy' >Italy</option><option value='Jamaica' >Jamaica</option><option value='Japan' >Japan</option><option value='Jordan' >Jordan</option><option value='Kazakhstan' >Kazakhstan</option><option value='Kenya' >Kenya</option><option value='Kiribati' >Kiribati</option><option value='North Korea' >North Korea</option><option value='South Korea' >South Korea</option><option value='Kosovo' >Kosovo</option><option value='Kuwait' >Kuwait</option><option value='Kyrgyzstan' >Kyrgyzstan</option><option value='Laos' >Laos</option><option value='Latvia' >Latvia</option><option value='Lebanon' >Lebanon</option><option value='Lesotho' >Lesotho</option><option value='Liberia' >Liberia</option><option value='Libya' >Libya</option><option value='Liechtenstein' >Liechtenstein</option><option value='Lithuania' >Lithuania</option><option value='Luxembourg' >Luxembourg</option><option value='Macedonia' >Macedonia</option><option value='Madagascar' >Madagascar</option><option value='Malawi' >Malawi</option><option value='Malaysia' >Malaysia</option><option value='Maldives' >Maldives</option><option value='Mali' >Mali</option><option value='Malta' >Malta</option><option value='Marshall Islands' >Marshall Islands</option><option value='Mauritania' >Mauritania</option><option value='Mauritius' >Mauritius</option><option value='Mexico' >Mexico</option><option value='Micronesia' >Micronesia</option><option value='Moldova' >Moldova</option><option value='Monaco' >Monaco</option><option value='Mongolia' >Mongolia</option><option value='Montenegro' >Montenegro</option><option value='Morocco' >Morocco</option><option value='Mozambique' >Mozambique</option><option value='Myanmar' >Myanmar</option><option value='Namibia' >Namibia</option><option value='Nauru' >Nauru</option><option value='Nepal' >Nepal</option><option value='Netherlands' >Netherlands</option><option value='New Zealand' >New Zealand</option><option value='Nicaragua' >Nicaragua</option><option value='Niger' >Niger</option><option value='Nigeria' >Nigeria</option><option value='Northern Mariana Islands' >Northern Mariana Islands</option><option value='Norway' >Norway</option><option value='Oman' >Oman</option><option value='Pakistan' >Pakistan</option><option value='Palau' >Palau</option><option value='Palestine, State of' >Palestine, State of</option><option value='Panama' >Panama</option><option value='Papua New Guinea' >Papua New Guinea</option><option value='Paraguay' >Paraguay</option><option value='Peru' >Peru</option><option value='Philippines' >Philippines</option><option value='Poland' >Poland</option><option value='Portugal' >Portugal</option><option value='Puerto Rico' >Puerto Rico</option><option value='Qatar' >Qatar</option><option value='Romania' >Romania</option><option value='Russia' >Russia</option><option value='Rwanda' >Rwanda</option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis</option><option value='Saint Lucia' >Saint Lucia</option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines</option><option value='Samoa' >Samoa</option><option value='San Marino' >San Marino</option><option value='Sao Tome and Principe' >Sao Tome and Principe</option><option value='Saudi Arabia' >Saudi Arabia</option><option value='Senegal' >Senegal</option><option value='Serbia' >Serbia</option><option value='Seychelles' >Seychelles</option><option value='Sierra Leone' >Sierra Leone</option><option value='Singapore' >Singapore</option><option value='Sint Maarten' >Sint Maarten</option><option value='Slovakia' >Slovakia</option><option value='Slovenia' >Slovenia</option><option value='Solomon Islands' >Solomon Islands</option><option value='Somalia' >Somalia</option><option value='South Africa' >South Africa</option><option value='Spain' >Spain</option><option value='Sri Lanka' >Sri Lanka</option><option value='Sudan' >Sudan</option><option value='Sudan, South' >Sudan, South</option><option value='Suriname' >Suriname</option><option value='Swaziland' >Swaziland</option><option value='Sweden' >Sweden</option><option value='Switzerland' >Switzerland</option><option value='Syria' >Syria</option><option value='Taiwan' >Taiwan</option><option value='Tajikistan' >Tajikistan</option><option value='Tanzania' >Tanzania</option><option value='Thailand' >Thailand</option><option value='Togo' >Togo</option><option value='Tonga' >Tonga</option><option value='Trinidad and Tobago' >Trinidad and Tobago</option><option value='Tunisia' >Tunisia</option><option value='Turkey' >Turkey</option><option value='Turkmenistan' >Turkmenistan</option><option value='Tuvalu' >Tuvalu</option><option value='Uganda' >Uganda</option><option value='Ukraine' >Ukraine</option><option value='United Arab Emirates' >United Arab Emirates</option><option value='United Kingdom' >United Kingdom</option><option value='United States' >United States</option><option value='Uruguay' >Uruguay</option><option value='Uzbekistan' >Uzbekistan</option><option value='Vanuatu' >Vanuatu</option><option value='Vatican City' >Vatican City</option><option value='Venezuela' >Venezuela</option><option value='Vietnam' >Vietnam</option><option value='Virgin Islands, British' >Virgin Islands, British</option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.</option><option value='Yemen' >Yemen</option><option value='Zambia' >Zambia</option><option value='Zimbabwe' >Zimbabwe</option></select></div></li><li id="field_4_9" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_9" ><label class='gfield_label gform-field-label' for='input_4_9'>Country of residence<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_9' id='input_4_9' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='Afghanistan' >Afghanistan</option><option value='Albania' >Albania</option><option value='Algeria' >Algeria</option><option value='American Samoa' >American Samoa</option><option value='Andorra' >Andorra</option><option value='Angola' >Angola</option><option value='Antigua and Barbuda' >Antigua and Barbuda</option><option value='Argentina' >Argentina</option><option value='Armenia' >Armenia</option><option value='Australia' >Australia</option><option value='Austria' >Austria</option><option value='Azerbaijan' >Azerbaijan</option><option value='Bahamas' >Bahamas</option><option value='Bahrain' >Bahrain</option><option value='Bangladesh' >Bangladesh</option><option value='Barbados' >Barbados</option><option value='Belarus' >Belarus</option><option value='Belgium' >Belgium</option><option value='Belize' >Belize</option><option value='Benin' >Benin</option><option value='Bermuda' >Bermuda</option><option value='Bhutan' >Bhutan</option><option value='Bolivia' >Bolivia</option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina</option><option value='Botswana' >Botswana</option><option value='Brazil' >Brazil</option><option value='Brunei' >Brunei</option><option value='Bulgaria' >Bulgaria</option><option value='Burkina Faso' >Burkina Faso</option><option value='Burundi' >Burundi</option><option value='Cambodia' >Cambodia</option><option value='Cameroon' >Cameroon</option><option value='Canada' >Canada</option><option value='Cape Verde' >Cape Verde</option><option value='Cayman Islands' >Cayman Islands</option><option value='Central African Republic' >Central African Republic</option><option value='Chad' >Chad</option><option value='Chile' >Chile</option><option value='China' >China</option><option value='Colombia' >Colombia</option><option value='Comoros' >Comoros</option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the</option><option value='Congo, Republic of the' >Congo, Republic of the</option><option value='Costa Rica' >Costa Rica</option><option value='Côte d&#039;Ivoire' >Côte d&#039;Ivoire</option><option value='Croatia' >Croatia</option><option value='Cuba' >Cuba</option><option value='Cyprus' >Cyprus</option><option value='Czech Republic' >Czech Republic</option><option value='Denmark' >Denmark</option><option value='Djibouti' >Djibouti</option><option value='Dominica' >Dominica</option><option value='Dominican Republic' >Dominican Republic</option><option value='East Timor' >East Timor</option><option value='Ecuador' >Ecuador</option><option value='Egypt' >Egypt</option><option value='El Salvador' >El Salvador</option><option value='Equatorial Guinea' >Equatorial Guinea</option><option value='Eritrea' >Eritrea</option><option value='Estonia' >Estonia</option><option value='Ethiopia' >Ethiopia</option><option value='Faroe Islands' >Faroe Islands</option><option value='Fiji' >Fiji</option><option value='Finland' >Finland</option><option value='France' >France</option><option value='French Polynesia' >French Polynesia</option><option value='Gabon' >Gabon</option><option value='Gambia' >Gambia</option><option value='Georgia' >Georgia</option><option value='Germany' >Germany</option><option value='Ghana' >Ghana</option><option value='Greece' >Greece</option><option value='Greenland' >Greenland</option><option value='Grenada' >Grenada</option><option value='Guam' >Guam</option><option value='Guatemala' >Guatemala</option><option value='Guinea' >Guinea</option><option value='Guinea-Bissau' >Guinea-Bissau</option><option value='Guyana' >Guyana</option><option value='Haiti' >Haiti</option><option value='Honduras' >Honduras</option><option value='Hong Kong' >Hong Kong</option><option value='Hungary' >Hungary</option><option value='Iceland' >Iceland</option><option value='India' >India</option><option value='Indonesia' >Indonesia</option><option value='Iran' >Iran</option><option value='Iraq' >Iraq</option><option value='Ireland' >Ireland</option><option value='Israel' >Israel</option><option value='Italy' >Italy</option><option value='Jamaica' >Jamaica</option><option value='Japan' >Japan</option><option value='Jordan' >Jordan</option><option value='Kazakhstan' >Kazakhstan</option><option value='Kenya' >Kenya</option><option value='Kiribati' >Kiribati</option><option value='North Korea' >North Korea</option><option value='South Korea' >South Korea</option><option value='Kosovo' >Kosovo</option><option value='Kuwait' >Kuwait</option><option value='Kyrgyzstan' >Kyrgyzstan</option><option value='Laos' >Laos</option><option value='Latvia' >Latvia</option><option value='Lebanon' >Lebanon</option><option value='Lesotho' >Lesotho</option><option value='Liberia' >Liberia</option><option value='Libya' >Libya</option><option value='Liechtenstein' >Liechtenstein</option><option value='Lithuania' >Lithuania</option><option value='Luxembourg' >Luxembourg</option><option value='Macedonia' >Macedonia</option><option value='Madagascar' >Madagascar</option><option value='Malawi' >Malawi</option><option value='Malaysia' >Malaysia</option><option value='Maldives' >Maldives</option><option value='Mali' >Mali</option><option value='Malta' >Malta</option><option value='Marshall Islands' >Marshall Islands</option><option value='Mauritania' >Mauritania</option><option value='Mauritius' >Mauritius</option><option value='Mexico' >Mexico</option><option value='Micronesia' >Micronesia</option><option value='Moldova' >Moldova</option><option value='Monaco' >Monaco</option><option value='Mongolia' >Mongolia</option><option value='Montenegro' >Montenegro</option><option value='Morocco' >Morocco</option><option value='Mozambique' >Mozambique</option><option value='Myanmar' >Myanmar</option><option value='Namibia' >Namibia</option><option value='Nauru' >Nauru</option><option value='Nepal' >Nepal</option><option value='Netherlands' >Netherlands</option><option value='New Zealand' >New Zealand</option><option value='Nicaragua' >Nicaragua</option><option value='Niger' >Niger</option><option value='Nigeria' >Nigeria</option><option value='Northern Mariana Islands' >Northern Mariana Islands</option><option value='Norway' >Norway</option><option value='Oman' >Oman</option><option value='Pakistan' >Pakistan</option><option value='Palau' >Palau</option><option value='Palestine, State of' >Palestine, State of</option><option value='Panama' >Panama</option><option value='Papua New Guinea' >Papua New Guinea</option><option value='Paraguay' >Paraguay</option><option value='Peru' >Peru</option><option value='Philippines' >Philippines</option><option value='Poland' >Poland</option><option value='Portugal' >Portugal</option><option value='Puerto Rico' >Puerto Rico</option><option value='Qatar' >Qatar</option><option value='Romania' >Romania</option><option value='Russia' >Russia</option><option value='Rwanda' >Rwanda</option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis</option><option value='Saint Lucia' >Saint Lucia</option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines</option><option value='Samoa' >Samoa</option><option value='San Marino' >San Marino</option><option value='Sao Tome and Principe' >Sao Tome and Principe</option><option value='Saudi Arabia' >Saudi Arabia</option><option value='Senegal' >Senegal</option><option value='Serbia' >Serbia</option><option value='Seychelles' >Seychelles</option><option value='Sierra Leone' >Sierra Leone</option><option value='Singapore' >Singapore</option><option value='Sint Maarten' >Sint Maarten</option><option value='Slovakia' >Slovakia</option><option value='Slovenia' >Slovenia</option><option value='Solomon Islands' >Solomon Islands</option><option value='Somalia' >Somalia</option><option value='South Africa' >South Africa</option><option value='Spain' >Spain</option><option value='Sri Lanka' >Sri Lanka</option><option value='Sudan' >Sudan</option><option value='Sudan, South' >Sudan, South</option><option value='Suriname' >Suriname</option><option value='Swaziland' >Swaziland</option><option value='Sweden' >Sweden</option><option value='Switzerland' >Switzerland</option><option value='Syria' >Syria</option><option value='Taiwan' >Taiwan</option><option value='Tajikistan' >Tajikistan</option><option value='Tanzania' >Tanzania</option><option value='Thailand' >Thailand</option><option value='Togo' >Togo</option><option value='Tonga' >Tonga</option><option value='Trinidad and Tobago' >Trinidad and Tobago</option><option value='Tunisia' >Tunisia</option><option value='Turkey' >Turkey</option><option value='Turkmenistan' >Turkmenistan</option><option value='Tuvalu' >Tuvalu</option><option value='Uganda' >Uganda</option><option value='Ukraine' >Ukraine</option><option value='United Arab Emirates' >United Arab Emirates</option><option value='United Kingdom' >United Kingdom</option><option value='United States' >United States</option><option value='Uruguay' >Uruguay</option><option value='Uzbekistan' >Uzbekistan</option><option value='Vanuatu' >Vanuatu</option><option value='Vatican City' >Vatican City</option><option value='Venezuela' >Venezuela</option><option value='Vietnam' >Vietnam</option><option value='Virgin Islands, British' >Virgin Islands, British</option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.</option><option value='Yemen' >Yemen</option><option value='Zambia' >Zambia</option><option value='Zimbabwe' >Zimbabwe</option></select></div></li><li id="field_4_12" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_12" ><label class='gfield_label gform-field-label' for='input_4_12'>Does your spouse or common-law partner wish to come to Canada?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_12' id='input_4_12' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='Yes' >Yes</option><option value='No' >No</option></select></div></li><li id="field_4_13" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_13" ><h2 class="gsection_title">Education</h2></li><li id="field_4_14" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_14" ><label class='gfield_label gform-field-label' for='input_4_14'>Highest level of completed education<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_14' id='input_4_14' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='High school Diploma' >High school Diploma</option><option value='College Certificate' >College Certificate</option><option value='College Diploma' >College Diploma</option><option value='Bachelor&#039;s Degree' >Bachelor&#039;s Degree</option><option value='Master&#039;s Degree' >Master&#039;s Degree</option><option value='PhD Degree' >PhD Degree</option></select></div></li><li id="field_4_15" class="gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_15" ><label class='gfield_label gform-field-label' for='input_4_15'>What is the Field of Study of the degree?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_15' id='input_4_15' type='text' value='' class='medium'     aria-required="true" aria-invalid="false"   /> </div></li><li id="field_4_16" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_16" ><label class='gfield_label gform-field-label' for='input_4_16'>Which country issued the degree ?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_16' id='input_4_16' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='Afghanistan' >Afghanistan</option><option value='Albania' >Albania</option><option value='Algeria' >Algeria</option><option value='American Samoa' >American Samoa</option><option value='Andorra' >Andorra</option><option value='Angola' >Angola</option><option value='Antigua and Barbuda' >Antigua and Barbuda</option><option value='Argentina' >Argentina</option><option value='Armenia' >Armenia</option><option value='Australia' >Australia</option><option value='Austria' >Austria</option><option value='Azerbaijan' >Azerbaijan</option><option value='Bahamas' >Bahamas</option><option value='Bahrain' >Bahrain</option><option value='Bangladesh' >Bangladesh</option><option value='Barbados' >Barbados</option><option value='Belarus' >Belarus</option><option value='Belgium' >Belgium</option><option value='Belize' >Belize</option><option value='Benin' >Benin</option><option value='Bermuda' >Bermuda</option><option value='Bhutan' >Bhutan</option><option value='Bolivia' >Bolivia</option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina</option><option value='Botswana' >Botswana</option><option value='Brazil' >Brazil</option><option value='Brunei' >Brunei</option><option value='Bulgaria' >Bulgaria</option><option value='Burkina Faso' >Burkina Faso</option><option value='Burundi' >Burundi</option><option value='Cambodia' >Cambodia</option><option value='Cameroon' >Cameroon</option><option value='Canada' >Canada</option><option value='Cape Verde' >Cape Verde</option><option value='Cayman Islands' >Cayman Islands</option><option value='Central African Republic' >Central African Republic</option><option value='Chad' >Chad</option><option value='Chile' >Chile</option><option value='China' >China</option><option value='Colombia' >Colombia</option><option value='Comoros' >Comoros</option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the</option><option value='Congo, Republic of the' >Congo, Republic of the</option><option value='Costa Rica' >Costa Rica</option><option value='Côte d&#039;Ivoire' >Côte d&#039;Ivoire</option><option value='Croatia' >Croatia</option><option value='Cuba' >Cuba</option><option value='Cyprus' >Cyprus</option><option value='Czech Republic' >Czech Republic</option><option value='Denmark' >Denmark</option><option value='Djibouti' >Djibouti</option><option value='Dominica' >Dominica</option><option value='Dominican Republic' >Dominican Republic</option><option value='East Timor' >East Timor</option><option value='Ecuador' >Ecuador</option><option value='Egypt' >Egypt</option><option value='El Salvador' >El Salvador</option><option value='Equatorial Guinea' >Equatorial Guinea</option><option value='Eritrea' >Eritrea</option><option value='Estonia' >Estonia</option><option value='Ethiopia' >Ethiopia</option><option value='Faroe Islands' >Faroe Islands</option><option value='Fiji' >Fiji</option><option value='Finland' >Finland</option><option value='France' >France</option><option value='French Polynesia' >French Polynesia</option><option value='Gabon' >Gabon</option><option value='Gambia' >Gambia</option><option value='Georgia' >Georgia</option><option value='Germany' >Germany</option><option value='Ghana' >Ghana</option><option value='Greece' >Greece</option><option value='Greenland' >Greenland</option><option value='Grenada' >Grenada</option><option value='Guam' >Guam</option><option value='Guatemala' >Guatemala</option><option value='Guinea' >Guinea</option><option value='Guinea-Bissau' >Guinea-Bissau</option><option value='Guyana' >Guyana</option><option value='Haiti' >Haiti</option><option value='Honduras' >Honduras</option><option value='Hong Kong' >Hong Kong</option><option value='Hungary' >Hungary</option><option value='Iceland' >Iceland</option><option value='India' >India</option><option value='Indonesia' >Indonesia</option><option value='Iran' >Iran</option><option value='Iraq' >Iraq</option><option value='Ireland' >Ireland</option><option value='Israel' >Israel</option><option value='Italy' >Italy</option><option value='Jamaica' >Jamaica</option><option value='Japan' >Japan</option><option value='Jordan' >Jordan</option><option value='Kazakhstan' >Kazakhstan</option><option value='Kenya' >Kenya</option><option value='Kiribati' >Kiribati</option><option value='North Korea' >North Korea</option><option value='South Korea' >South Korea</option><option value='Kosovo' >Kosovo</option><option value='Kuwait' >Kuwait</option><option value='Kyrgyzstan' >Kyrgyzstan</option><option value='Laos' >Laos</option><option value='Latvia' >Latvia</option><option value='Lebanon' >Lebanon</option><option value='Lesotho' >Lesotho</option><option value='Liberia' >Liberia</option><option value='Libya' >Libya</option><option value='Liechtenstein' >Liechtenstein</option><option value='Lithuania' >Lithuania</option><option value='Luxembourg' >Luxembourg</option><option value='Macedonia' >Macedonia</option><option value='Madagascar' >Madagascar</option><option value='Malawi' >Malawi</option><option value='Malaysia' >Malaysia</option><option value='Maldives' >Maldives</option><option value='Mali' >Mali</option><option value='Malta' >Malta</option><option value='Marshall Islands' >Marshall Islands</option><option value='Mauritania' >Mauritania</option><option value='Mauritius' >Mauritius</option><option value='Mexico' >Mexico</option><option value='Micronesia' >Micronesia</option><option value='Moldova' >Moldova</option><option value='Monaco' >Monaco</option><option value='Mongolia' >Mongolia</option><option value='Montenegro' >Montenegro</option><option value='Morocco' >Morocco</option><option value='Mozambique' >Mozambique</option><option value='Myanmar' >Myanmar</option><option value='Namibia' >Namibia</option><option value='Nauru' >Nauru</option><option value='Nepal' >Nepal</option><option value='Netherlands' >Netherlands</option><option value='New Zealand' >New Zealand</option><option value='Nicaragua' >Nicaragua</option><option value='Niger' >Niger</option><option value='Nigeria' >Nigeria</option><option value='Northern Mariana Islands' >Northern Mariana Islands</option><option value='Norway' >Norway</option><option value='Oman' >Oman</option><option value='Pakistan' >Pakistan</option><option value='Palau' >Palau</option><option value='Palestine, State of' >Palestine, State of</option><option value='Panama' >Panama</option><option value='Papua New Guinea' >Papua New Guinea</option><option value='Paraguay' >Paraguay</option><option value='Peru' >Peru</option><option value='Philippines' >Philippines</option><option value='Poland' >Poland</option><option value='Portugal' >Portugal</option><option value='Puerto Rico' >Puerto Rico</option><option value='Qatar' >Qatar</option><option value='Romania' >Romania</option><option value='Russia' >Russia</option><option value='Rwanda' >Rwanda</option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis</option><option value='Saint Lucia' >Saint Lucia</option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines</option><option value='Samoa' >Samoa</option><option value='San Marino' >San Marino</option><option value='Sao Tome and Principe' >Sao Tome and Principe</option><option value='Saudi Arabia' >Saudi Arabia</option><option value='Senegal' >Senegal</option><option value='Serbia' >Serbia</option><option value='Seychelles' >Seychelles</option><option value='Sierra Leone' >Sierra Leone</option><option value='Singapore' >Singapore</option><option value='Sint Maarten' >Sint Maarten</option><option value='Slovakia' >Slovakia</option><option value='Slovenia' >Slovenia</option><option value='Solomon Islands' >Solomon Islands</option><option value='Somalia' >Somalia</option><option value='South Africa' >South Africa</option><option value='Spain' >Spain</option><option value='Sri Lanka' >Sri Lanka</option><option value='Sudan' >Sudan</option><option value='Sudan, South' >Sudan, South</option><option value='Suriname' >Suriname</option><option value='Swaziland' >Swaziland</option><option value='Sweden' >Sweden</option><option value='Switzerland' >Switzerland</option><option value='Syria' >Syria</option><option value='Taiwan' >Taiwan</option><option value='Tajikistan' >Tajikistan</option><option value='Tanzania' >Tanzania</option><option value='Thailand' >Thailand</option><option value='Togo' >Togo</option><option value='Tonga' >Tonga</option><option value='Trinidad and Tobago' >Trinidad and Tobago</option><option value='Tunisia' >Tunisia</option><option value='Turkey' >Turkey</option><option value='Turkmenistan' >Turkmenistan</option><option value='Tuvalu' >Tuvalu</option><option value='Uganda' >Uganda</option><option value='Ukraine' >Ukraine</option><option value='United Arab Emirates' >United Arab Emirates</option><option value='United Kingdom' >United Kingdom</option><option value='United States' >United States</option><option value='Uruguay' >Uruguay</option><option value='Uzbekistan' >Uzbekistan</option><option value='Vanuatu' >Vanuatu</option><option value='Vatican City' >Vatican City</option><option value='Venezuela' >Venezuela</option><option value='Vietnam' >Vietnam</option><option value='Virgin Islands, British' >Virgin Islands, British</option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.</option><option value='Yemen' >Yemen</option><option value='Zambia' >Zambia</option><option value='Zimbabwe' >Zimbabwe</option></select></div></li><li id="field_4_17" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_17" ><h2 class="gsection_title">Language Ability</h2></li><li id="field_4_18" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_18" ><label class='gfield_label gform-field-label' for='input_4_18'>Have you received secondary or post-secondary education in English or French ?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_18' id='input_4_18' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='Yes' >Yes</option><option value='No' >No</option></select></div></li><li id="field_4_19" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_19" ><label class='gfield_label gform-field-label' for='input_4_19'>Do you have the result of  an internationally recognized language test results such as IELTS, CELPIP or TEF?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_19' id='input_4_19' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='Yes' >Yes</option><option value='No' >No</option></select></div></li><li id="field_4_21" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_21" ><h2 class="gsection_title">French</h2></li><li id="field_4_20" class="gfield gfield--type-html gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_20" ><span class="bold" style="font-weight:normal">Please choose the level which corresponds to your knowledge of the French language for each ability.<br><br> In order to obtain points for the French language, the candidate will need to pass one of the following language tests: <a href="http://www.francais.cci-paris-idf.fr/trouver-un-des-centres-agrees-tef/">TEF</a> or <a href="http://www.ciep.fr/tcf-tout-public/coordonnees-centres-passation-tcf-tout-public">TCF</a>.</span></li><li id="field_4_22" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_22" ><label class='gfield_label gform-field-label' for='input_4_22'>Speaking<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_22' id='input_4_22' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='None' >None</option><option value='Basic - TEF/TCF A1-A2' >Basic &#8211; TEF/TCF A1-A2</option><option value='Beginner - TEF/TCF B1' >Beginner &#8211; TEF/TCF B1</option><option value='Intermediate - TEF/TCF B2' >Intermediate &#8211; TEF/TCF B2</option><option value='Advanced - TEF/TCF C1' >Advanced &#8211; TEF/TCF C1</option><option value='Expert - TEF/TCF C2' >Expert &#8211; TEF/TCF C2</option></select></div></li><li id="field_4_25" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_25" ><label class='gfield_label gform-field-label' for='input_4_25'>Listening<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_25' id='input_4_25' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='None' >None</option><option value='Basic - TEF/TCF A1-A2' >Basic &#8211; TEF/TCF A1-A2</option><option value='Beginner - TEF/TCF B1' >Beginner &#8211; TEF/TCF B1</option><option value='Intermediate - TEF/TCF B2' >Intermediate &#8211; TEF/TCF B2</option><option value='Advanced - TEF/TCF C1' >Advanced &#8211; TEF/TCF C1</option><option value='Expert - TEF/TCF C2' >Expert &#8211; TEF/TCF C2</option></select></div></li><li id="field_4_24" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_24" ><label class='gfield_label gform-field-label' for='input_4_24'>Reading<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_24' id='input_4_24' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='None' >None</option><option value='Basic - TEF/TCF A1-A2' >Basic &#8211; TEF/TCF A1-A2</option><option value='Beginner - TEF/TCF B1' >Beginner &#8211; TEF/TCF B1</option><option value='Intermediate - TEF/TCF B2' >Intermediate &#8211; TEF/TCF B2</option><option value='Advanced - TEF/TCF C1' >Advanced &#8211; TEF/TCF C1</option><option value='Expert - TEF/TCF C2' >Expert &#8211; TEF/TCF C2</option></select></div></li><li id="field_4_23" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_23" ><label class='gfield_label gform-field-label' for='input_4_23'>Writing<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_23' id='input_4_23' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='None' >None</option><option value='Basic - TEF/TCF A1-A2' >Basic &#8211; TEF/TCF A1-A2</option><option value='Beginner - TEF/TCF B1' >Beginner &#8211; TEF/TCF B1</option><option value='Intermediate - TEF/TCF B2' >Intermediate &#8211; TEF/TCF B2</option><option value='Advanced - TEF/TCF C1' >Advanced &#8211; TEF/TCF C1</option><option value='Expert - TEF/TCF C2' >Expert &#8211; TEF/TCF C2</option></select></div></li><li id="field_4_26" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_26" ><h2 class="gsection_title">English</h2></li><li id="field_4_27" class="gfield gfield--type-html gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_27" ><td colspan="2" class="border_left" align="center">                       <span class="bold" style="font-weight:normal">Please choose the level which corresponds to your knowledge of the English language for each ability.<br><br> In order to obtain points for the English language, the candidate will need to pass an <a href="http://www.ielts.org/">IELTS</a> language test.</span>                     </td></li><li id="field_4_28" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_28" ><label class='gfield_label gform-field-label' for='input_4_28'>Speaking<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_28' id='input_4_28' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='None' >None</option><option value='Basic - IELTS 4.0-4.5' >Basic &#8211; IELTS 4.0-4.5</option><option value='Beginner - IELTS 5.0-5.5' >Beginner &#8211; IELTS 5.0-5.5</option><option value='Intermediate - IELTS 6.0' >Intermediate &#8211; IELTS 6.0</option><option value='Advanced - IELTS 6.5' >Advanced &#8211; IELTS 6.5</option><option value='Expert - IELTS 7.0-9.0' >Expert &#8211; IELTS 7.0-9.0</option></select></div></li><li id="field_4_31" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_31" ><label class='gfield_label gform-field-label' for='input_4_31'>Listening<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_31' id='input_4_31' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='None' >None</option><option value='Basic - IELTS 4.0-4.5' >Basic &#8211; IELTS 4.0-4.5</option><option value='Beginner - IELTS 5.0-5.5' >Beginner &#8211; IELTS 5.0-5.5</option><option value='Intermediate - IELTS 6.0' >Intermediate &#8211; IELTS 6.0</option><option value='Advanced - IELTS 6.5' >Advanced &#8211; IELTS 6.5</option><option value='Expert - IELTS 7.0-9.0' >Expert &#8211; IELTS 7.0-9.0</option></select></div></li><li id="field_4_30" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_30" ><label class='gfield_label gform-field-label' for='input_4_30'>Reading<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_30' id='input_4_30' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='None' >None</option><option value='Basic - IELTS 4.0-4.5' >Basic &#8211; IELTS 4.0-4.5</option><option value='Beginner - IELTS 5.0-5.5' >Beginner &#8211; IELTS 5.0-5.5</option><option value='Intermediate - IELTS 6.0' >Intermediate &#8211; IELTS 6.0</option><option value='Advanced - IELTS 6.5' >Advanced &#8211; IELTS 6.5</option><option value='Expert - IELTS 7.0-9.0' >Expert &#8211; IELTS 7.0-9.0</option></select></div></li><li id="field_4_29" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_29" ><label class='gfield_label gform-field-label' for='input_4_29'>Writing<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_29' id='input_4_29' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='None' >None</option><option value='Basic - IELTS 4.0-4.5' >Basic &#8211; IELTS 4.0-4.5</option><option value='Beginner - IELTS 5.0-5.5' >Beginner &#8211; IELTS 5.0-5.5</option><option value='Intermediate - IELTS 6.0' >Intermediate &#8211; IELTS 6.0</option><option value='Advanced - IELTS 6.5' >Advanced &#8211; IELTS 6.5</option><option value='Expert - IELTS 7.0-9.0' >Expert &#8211; IELTS 7.0-9.0</option></select></div></li><li id="field_4_32" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_32" ><h2 class="gsection_title">Funds</h2></li><li id="field_4_33" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_33" ><label class='gfield_label gform-field-label' for='input_4_33'>What is your estimated budget for tuition fees per year ?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_33' id='input_4_33' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='$0-$5,000' >$0-$5,000</option><option value='$5,000 - $10,000' >$5,000 &#8211; $10,000</option><option value='$10,000 - $15,000' >$10,000 &#8211; $15,000</option><option value='$15,000 - $20,000' >$15,000 &#8211; $20,000</option><option value='$20,000 - $25,000' >$20,000 &#8211; $25,000</option><option value='more than $25,000' >more than $25,000</option></select></div></li><li id="field_4_34" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_34" ><h2 class="gsection_title">Desired study in Canada</h2></li><li id="field_4_35" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_35" ><label class='gfield_label gform-field-label' for='input_4_35'>Province<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_35' id='input_4_35' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='Ontario' >Ontario</option><option value='Quebec' >Quebec</option><option value='Nova Scotia' >Nova Scotia</option><option value='New Brunswick' >New Brunswick</option><option value='Manitoba' >Manitoba</option><option value='British Columbia' >British Columbia</option><option value='Prince Edward Island' >Prince Edward Island</option><option value='Saskatchewan' >Saskatchewan</option><option value='Alberta' >Alberta</option><option value='Newfoundland and Labrador' >Newfoundland and Labrador</option><option value='Northwest Territories' >Northwest Territories</option><option value='Yukon' >Yukon</option><option value='Nunavut' >Nunavut</option></select></div></li><li id="field_4_36" class="gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_36" ><label class='gfield_label gform-field-label' for='input_4_36'>City<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_36' id='input_4_36' type='text' value='' class='medium'    placeholder='Type the city name here' aria-required="true" aria-invalid="false"   /> </div></li><li id="field_4_38" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_38" ><label class='gfield_label gform-field-label' for='input_4_38'>Please indicate or select your desired field of study in Canada.  You may refer to the list below, if necessary.<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_38' id='input_4_38' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='Secondary and high school programs' >Secondary and high school programs</option><option value='ESL/FSL (Language school)' >ESL/FSL (Language school)</option><option value='Accounting' >Accounting</option><option value='Economics' >Economics</option><option value='Finance' >Finance</option><option value='Starting a Business' >Starting a Business</option><option value='Residential and Commercial Drafting' >Residential and Commercial Drafting</option><option value='Management MBA' >Management MBA</option><option value='Engineering' >Engineering</option><option value='Computer Support' >Computer Support</option><option value='Graphic Design' >Graphic Design</option><option value='Computer Networks Management' >Computer Networks Management</option><option value='Electronics' >Electronics</option><option value='Industrial Electronics' >Industrial Electronics</option><option value='Maintenance Electricity' >Maintenance Electricity</option><option value='Machining Techniques' >Machining Techniques</option><option value='Industrial Drafting' >Industrial Drafting</option><option value='Cosmetics' >Cosmetics</option><option value='Hairdressing' >Hairdressing</option><option value='Hand care, Foot care and Manicure &amp; Pedicure' >Hand care, Foot care and Manicure &amp; Pedicure</option><option value='Beauty Care Specialist' >Beauty Care Specialist</option><option value='Interior Design' >Interior Design</option><option value='Graphic Design' >Graphic Design</option><option value='Fashion Design' >Fashion Design</option><option value='Fashion Marketing' >Fashion Marketing</option><option value='Early Childhood Education' >Early Childhood Education</option><option value='Teacher' >Teacher</option><option value='Teacher assistant' >Teacher assistant</option><option value='Baker' >Baker</option><option value='Culinary Art' >Culinary Art</option><option value='Food &amp; Beverage Services' >Food &amp; Beverage Services</option><option value='Retail Butchery' >Retail Butchery</option><option value='Pastry Making' >Pastry Making</option><option value='Sommelier' >Sommelier</option><option value='Nutrition' >Nutrition</option><option value='Hotel Management' >Hotel Management</option><option value='Tourism' >Tourism</option><option value='Nursing' >Nursing</option><option value='Health Care Assistant' >Health Care Assistant</option><option value='Home Care Assistant' >Home Care Assistant</option><option value='Dental Assistant' >Dental Assistant</option><option value='Pharmacy' >Pharmacy</option><option value='Pharmacy Technical Assistant' >Pharmacy Technical Assistant</option><option value='Social worker' >Social worker</option><option value='Tech Film' >Tech Film</option><option value='Audio' >Audio</option><option value='Digital Media' >Digital Media</option><option value='Photography' >Photography</option><option value='Journalism' >Journalism</option><option value='Communications' >Communications</option><option value='Advertising' >Advertising</option><option value='Interpreter' >Interpreter</option><option value='Translator' >Translator</option><option value='Law' >Law</option><option value='Legal Marketing' >Legal Marketing</option><option value='Legal Assistant' >Legal Assistant</option><option value='Carpentry' >Carpentry</option><option value='Residential and Commercial Drafting' >Residential and Commercial Drafting</option><option value='Plumbing and Heating' >Plumbing and Heating</option><option value='History' >History</option><option value='Archaeology' >Archaeology</option><option value='Architecture' >Architecture</option><option value='Philosophy' >Philosophy</option><option value='Sociology' >Sociology</option><option value='Theology' >Theology</option><option value='Political science' >Political science</option><option value='International Relations' >International Relations</option><option value='Agriculture' >Agriculture</option><option value='Aquaculture' >Aquaculture</option><option value='Forestry' >Forestry</option><option value='Horticulture Arts' >Horticulture Arts</option><option value='Biotechnology' >Biotechnology</option><option value='Chemistry' >Chemistry</option><option value='Mathematic' >Mathematic</option><option value='Physics' >Physics</option><option value='Environment' >Environment</option><option value='Geography' >Geography</option><option value='Geology' >Geology</option><option value='other' >other</option><option value='Aviation' >Aviation</option><option value='Recreation Zoology' >Recreation Zoology</option><option value='Veterinary' >Veterinary</option></select></div></li><li id="field_4_37" class="gfield gfield--type-textarea field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible"  data-js-reload="field_4_37" ><label class='gfield_label gform-field-label' for='input_4_37'>Please indicate your desired field of study in Canada.</label><div class='gfield_description' id='gfield_description_4_37'>If not Found on the list above.</div><div class='ginput_container ginput_container_textarea'><textarea name='input_37' id='input_4_37' class='textarea medium'  aria-describedby="gfield_description_4_37"    aria-invalid="false"   rows='10' cols='50'></textarea></div></li><li id="field_4_39" class="gfield gfield--type-radio gfield--type-choice gfield_contains_required field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible"  data-js-reload="field_4_39" ><label class='gfield_label gform-field-label' >Do you want to subscribe to our Immigration Newsletter?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='gfield_description' id='gfield_description_4_39'>Get Updates from our team of professional about Canadian Immigration new programs and rules.</div><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_4_39'> 			<li class='gchoice gchoice_4_39_0'> 				<input name='input_39' type='radio' value='Yes, I want to subscribe'  id='choice_4_39_0'    /> 				<label for='choice_4_39_0' id='label_4_39_0' class='gform-field-label gform-field-label--type-inline'>Yes, I want to subscribe</label> 			</li> 			<li class='gchoice gchoice_4_39_1'> 				<input name='input_39' type='radio' value='No'  id='choice_4_39_1'    /> 				<label for='choice_4_39_1' id='label_4_39_1' class='gform-field-label gform-field-label--type-inline'>No</label> 			</li></ul></div></li></ul></div>         <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_4' class='gform_button button' value='Submit'  onclick='if(window["gf_submitting_4"]){return false;}  if( !jQuery("#gform_4")[0].checkValidity || jQuery("#gform_4")[0].checkValidity()){window["gf_submitting_4"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_4"]){return false;} if( !jQuery("#gform_4")[0].checkValidity || jQuery("#gform_4")[0].checkValidity()){window["gf_submitting_4"]=true;}  jQuery("#gform_4").trigger("submit",[true]); }' />              <input type='hidden' class='gform_hidden' name='is_submit_4' value='1' />             <input type='hidden' class='gform_hidden' name='gform_submit' value='4' />                          <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />             <input type='hidden' class='gform_hidden' name='state_4' value='WyJbXSIsIjIzODMyODFjMzk2NGEwNjFjMGNhY2YwNzc1NzFhNDJiIl0=' />             <input type='hidden' class='gform_hidden' name='gform_target_page_number_4' id='gform_target_page_number_4' value='0' />             <input type='hidden' class='gform_hidden' name='gform_source_page_number_4' id='gform_source_page_number_4' value='1' />             <input type='hidden' name='gform_field_values' value='' />                      </div>                         </form>                         </div><script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 4, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_4').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_4');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_4').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_4').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_4').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_4').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_4').val();gformInitSpinner( 4, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [4, current_page]);window['gf_submitting_4'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_4').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [4]);window['gf_submitting_4'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_4').text());}else{jQuery('#gform_4').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "4", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_4" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_4";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_4" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [4, current_page] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 4, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]> */
</script> 		</div>  				 							<button type="button" class="pum-close popmake-close" aria-label="Close"> 			×			</button> 		 	</div>  </div> <div id="pum-4583" role="dialog" aria-modal="false"  class="pum pum-overlay pum-theme-4487 pum-theme-lightbox popmake-overlay click_open" data-popmake="{&quot;id&quot;:4583,&quot;slug&quot;:&quot;become-an-agent&quot;,&quot;theme_id&quot;:4487,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}">  	<div id="popmake-4583" class="pum-container popmake theme-4487 pum-responsive pum-responsive-medium responsive size-medium">  				 				 		 				<div class="pum-content popmake-content" tabindex="0"> 			                 <div class='gf_browser_safari gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_9' style='display:none'><style data-berqwp-style="#gform_wrapper_9[data-form-index=&quot;0&quot;].gform-theme,[data-parent-form=&quot;9_0&quot;]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(&quot;data:image/svg+xml,%3Csvg width=&#039;8&#039; height=&#039;14&#039; viewBox=&#039;0 0 8 14&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-select: url(&quot;data:image/svg+xml,%3Csvg width=&#039;10&#039; height=&#039;6&#039; viewBox=&#039;0 0 10 6&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-search: url(&quot;data:image/svg+xml,%3Csvg version=&#039;1.1&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;640&#039; height=&#039;640&#039;%3E%3Cpath d=&#039;M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}"></style>                         <div class='gform_heading'>                             <h2 class="gform_title">Agents</h2>                             <p class='gform_description'></p> 							<p class='gform_required_legend'>&quot;<span class="gfield_required gfield_required_asterisk">*</span>&quot; indicates required fields</p>                         </div><form method='post' enctype='multipart/form-data'  id='gform_9'  action='/404-page/' data-formid='9' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LewzP4kAAAAANbplUNYOvLar7EKN7FlVI4Ievs6' data-tabindex='0'><input id="input_06f5ee0ec5ea7eb227d37af56b7b982b" class="gfield_recaptcha_response" type="hidden" name="input_06f5ee0ec5ea7eb227d37af56b7b982b" value=""/></div>   <input type='hidden' class='gforms-pum' value='{"closepopup":false,"closedelay":0,"openpopup":false,"openpopup_id":0}' />                         <div class='gform-body gform_body'><div id='gform_fields_9' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_9_1" class="gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_1" ><label class='gfield_label gform-field-label' for='input_9_1'>Agency/Business Name<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_9_1' type='text' value='' class='medium'     aria-required="true" aria-invalid="false"   /> </div></div><div id="field_9_2" class="gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_2" ><label class='gfield_label gform-field-label' for='input_9_2'>Main Point of Contact Name<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_2' id='input_9_2' type='text' value='' class='medium'     aria-required="true" aria-invalid="false"   /> </div></div><div id="field_9_3" class="gfield gfield--type-text field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_3" ><label class='gfield_label gform-field-label' for='input_9_3'>Owner of Company Name</label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_9_3' type='text' value='' class='medium'      aria-invalid="false"   /> </div></div><fieldset id="field_9_4" class="gfield gfield--type-address gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_4" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Complete Address<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend>                         <div class='ginput_complex ginput_container has_street has_city has_state has_zip has_country ginput_container_address gform-grid-row' id='input_9_4' >                          <span class='ginput_full address_line_1 ginput_address_line_1 gform-grid-col' id='input_9_4_1_container' >                                         <input type='text' name='input_4.1' id='input_9_4_1' value=''    aria-required='true'    />                                         <label for='input_9_4_1' id='input_9_4_1_label' class='gform-field-label gform-field-label--type-sub'>Street Address</label>                                     </span><span class='ginput_left address_city ginput_address_city gform-grid-col' id='input_9_4_3_container' >                                     <input type='text' name='input_4.3' id='input_9_4_3' value=''    aria-required='true'    />                                     <label for='input_9_4_3' id='input_9_4_3_label' class='gform-field-label gform-field-label--type-sub'>City</label>                                  </span><span class='ginput_right address_state ginput_address_state gform-grid-col' id='input_9_4_4_container' >                                         <input type='text' name='input_4.4' id='input_9_4_4' value=''      aria-required='true'    />                                         <label for='input_9_4_4' id='input_9_4_4_label' class='gform-field-label gform-field-label--type-sub'>State / Province / Region</label>                                       </span><span class='ginput_left address_zip ginput_address_zip gform-grid-col' id='input_9_4_5_container' >                                     <input type='text' name='input_4.5' id='input_9_4_5' value=''    aria-required='true'    />                                     <label for='input_9_4_5' id='input_9_4_5_label' class='gform-field-label gform-field-label--type-sub'>ZIP / Postal Code</label>                                 </span><span class='ginput_right address_country ginput_address_country gform-grid-col' id='input_9_4_6_container' >                                         <select name='input_4.6' id='input_9_4_6'   aria-required='true'    ><option value='' selected='selected'></option><option value='Afghanistan' >Afghanistan</option><option value='Albania' >Albania</option><option value='Algeria' >Algeria</option><option value='American Samoa' >American Samoa</option><option value='Andorra' >Andorra</option><option value='Angola' >Angola</option><option value='Anguilla' >Anguilla</option><option value='Antarctica' >Antarctica</option><option value='Antigua and Barbuda' >Antigua and Barbuda</option><option value='Argentina' >Argentina</option><option value='Armenia' >Armenia</option><option value='Aruba' >Aruba</option><option value='Australia' >Australia</option><option value='Austria' >Austria</option><option value='Azerbaijan' >Azerbaijan</option><option value='Bahamas' >Bahamas</option><option value='Bahrain' >Bahrain</option><option value='Bangladesh' >Bangladesh</option><option value='Barbados' >Barbados</option><option value='Belarus' >Belarus</option><option value='Belgium' >Belgium</option><option value='Belize' >Belize</option><option value='Benin' >Benin</option><option value='Bermuda' >Bermuda</option><option value='Bhutan' >Bhutan</option><option value='Bolivia' >Bolivia</option><option value='Bonaire, Sint Eustatius and Saba' >Bonaire, Sint Eustatius and Saba</option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina</option><option value='Botswana' >Botswana</option><option value='Bouvet Island' >Bouvet Island</option><option value='Brazil' >Brazil</option><option value='British Indian Ocean Territory' >British Indian Ocean Territory</option><option value='Brunei Darussalam' >Brunei Darussalam</option><option value='Bulgaria' >Bulgaria</option><option value='Burkina Faso' >Burkina Faso</option><option value='Burundi' >Burundi</option><option value='Cabo Verde' >Cabo Verde</option><option value='Cambodia' >Cambodia</option><option value='Cameroon' >Cameroon</option><option value='Canada' >Canada</option><option value='Cayman Islands' >Cayman Islands</option><option value='Central African Republic' >Central African Republic</option><option value='Chad' >Chad</option><option value='Chile' >Chile</option><option value='China' >China</option><option value='Christmas Island' >Christmas Island</option><option value='Cocos Islands' >Cocos Islands</option><option value='Colombia' >Colombia</option><option value='Comoros' >Comoros</option><option value='Congo' >Congo</option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the</option><option value='Cook Islands' >Cook Islands</option><option value='Costa Rica' >Costa Rica</option><option value='Croatia' >Croatia</option><option value='Cuba' >Cuba</option><option value='Curaçao' >Curaçao</option><option value='Cyprus' >Cyprus</option><option value='Czechia' >Czechia</option><option value='Côte d&#039;Ivoire' >Côte d&#039;Ivoire</option><option value='Denmark' >Denmark</option><option value='Djibouti' >Djibouti</option><option value='Dominica' >Dominica</option><option value='Dominican Republic' >Dominican Republic</option><option value='Ecuador' >Ecuador</option><option value='Egypt' >Egypt</option><option value='El Salvador' >El Salvador</option><option value='Equatorial Guinea' >Equatorial Guinea</option><option value='Eritrea' >Eritrea</option><option value='Estonia' >Estonia</option><option value='Eswatini' >Eswatini</option><option value='Ethiopia' >Ethiopia</option><option value='Falkland Islands' >Falkland Islands</option><option value='Faroe Islands' >Faroe Islands</option><option value='Fiji' >Fiji</option><option value='Finland' >Finland</option><option value='France' >France</option><option value='French Guiana' >French Guiana</option><option value='French Polynesia' >French Polynesia</option><option value='French Southern Territories' >French Southern Territories</option><option value='Gabon' >Gabon</option><option value='Gambia' >Gambia</option><option value='Georgia' >Georgia</option><option value='Germany' >Germany</option><option value='Ghana' >Ghana</option><option value='Gibraltar' >Gibraltar</option><option value='Greece' >Greece</option><option value='Greenland' >Greenland</option><option value='Grenada' >Grenada</option><option value='Guadeloupe' >Guadeloupe</option><option value='Guam' >Guam</option><option value='Guatemala' >Guatemala</option><option value='Guernsey' >Guernsey</option><option value='Guinea' >Guinea</option><option value='Guinea-Bissau' >Guinea-Bissau</option><option value='Guyana' >Guyana</option><option value='Haiti' >Haiti</option><option value='Heard Island and McDonald Islands' >Heard Island and McDonald Islands</option><option value='Holy See' >Holy See</option><option value='Honduras' >Honduras</option><option value='Hong Kong' >Hong Kong</option><option value='Hungary' >Hungary</option><option value='Iceland' >Iceland</option><option value='India' >India</option><option value='Indonesia' >Indonesia</option><option value='Iran' >Iran</option><option value='Iraq' >Iraq</option><option value='Ireland' >Ireland</option><option value='Isle of Man' >Isle of Man</option><option value='Israel' >Israel</option><option value='Italy' >Italy</option><option value='Jamaica' >Jamaica</option><option value='Japan' >Japan</option><option value='Jersey' >Jersey</option><option value='Jordan' >Jordan</option><option value='Kazakhstan' >Kazakhstan</option><option value='Kenya' >Kenya</option><option value='Kiribati' >Kiribati</option><option value='Korea, Democratic People&#039;s Republic of' >Korea, Democratic People&#039;s Republic of</option><option value='Korea, Republic of' >Korea, Republic of</option><option value='Kuwait' >Kuwait</option><option value='Kyrgyzstan' >Kyrgyzstan</option><option value='Lao People&#039;s Democratic Republic' >Lao People&#039;s Democratic Republic</option><option value='Latvia' >Latvia</option><option value='Lebanon' >Lebanon</option><option value='Lesotho' >Lesotho</option><option value='Liberia' >Liberia</option><option value='Libya' >Libya</option><option value='Liechtenstein' >Liechtenstein</option><option value='Lithuania' >Lithuania</option><option value='Luxembourg' >Luxembourg</option><option value='Macao' >Macao</option><option value='Madagascar' >Madagascar</option><option value='Malawi' >Malawi</option><option value='Malaysia' >Malaysia</option><option value='Maldives' >Maldives</option><option value='Mali' >Mali</option><option value='Malta' >Malta</option><option value='Marshall Islands' >Marshall Islands</option><option value='Martinique' >Martinique</option><option value='Mauritania' >Mauritania</option><option value='Mauritius' >Mauritius</option><option value='Mayotte' >Mayotte</option><option value='Mexico' >Mexico</option><option value='Micronesia' >Micronesia</option><option value='Moldova' >Moldova</option><option value='Monaco' >Monaco</option><option value='Mongolia' >Mongolia</option><option value='Montenegro' >Montenegro</option><option value='Montserrat' >Montserrat</option><option value='Morocco' >Morocco</option><option value='Mozambique' >Mozambique</option><option value='Myanmar' >Myanmar</option><option value='Namibia' >Namibia</option><option value='Nauru' >Nauru</option><option value='Nepal' >Nepal</option><option value='Netherlands' >Netherlands</option><option value='New Caledonia' >New Caledonia</option><option value='New Zealand' >New Zealand</option><option value='Nicaragua' >Nicaragua</option><option value='Niger' >Niger</option><option value='Nigeria' >Nigeria</option><option value='Niue' >Niue</option><option value='Norfolk Island' >Norfolk Island</option><option value='North Macedonia' >North Macedonia</option><option value='Northern Mariana Islands' >Northern Mariana Islands</option><option value='Norway' >Norway</option><option value='Oman' >Oman</option><option value='Pakistan' >Pakistan</option><option value='Palau' >Palau</option><option value='Palestine, State of' >Palestine, State of</option><option value='Panama' >Panama</option><option value='Papua New Guinea' >Papua New Guinea</option><option value='Paraguay' >Paraguay</option><option value='Peru' >Peru</option><option value='Philippines' >Philippines</option><option value='Pitcairn' >Pitcairn</option><option value='Poland' >Poland</option><option value='Portugal' >Portugal</option><option value='Puerto Rico' >Puerto Rico</option><option value='Qatar' >Qatar</option><option value='Romania' >Romania</option><option value='Russian Federation' >Russian Federation</option><option value='Rwanda' >Rwanda</option><option value='Réunion' >Réunion</option><option value='Saint Barthélemy' >Saint Barthélemy</option><option value='Saint Helena, Ascension and Tristan da Cunha' >Saint Helena, Ascension and Tristan da Cunha</option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis</option><option value='Saint Lucia' >Saint Lucia</option><option value='Saint Martin' >Saint Martin</option><option value='Saint Pierre and Miquelon' >Saint Pierre and Miquelon</option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines</option><option value='Samoa' >Samoa</option><option value='San Marino' >San Marino</option><option value='Sao Tome and Principe' >Sao Tome and Principe</option><option value='Saudi Arabia' >Saudi Arabia</option><option value='Senegal' >Senegal</option><option value='Serbia' >Serbia</option><option value='Seychelles' >Seychelles</option><option value='Sierra Leone' >Sierra Leone</option><option value='Singapore' >Singapore</option><option value='Sint Maarten' >Sint Maarten</option><option value='Slovakia' >Slovakia</option><option value='Slovenia' >Slovenia</option><option value='Solomon Islands' >Solomon Islands</option><option value='Somalia' >Somalia</option><option value='South Africa' >South Africa</option><option value='South Georgia and the South Sandwich Islands' >South Georgia and the South Sandwich Islands</option><option value='South Sudan' >South Sudan</option><option value='Spain' >Spain</option><option value='Sri Lanka' >Sri Lanka</option><option value='Sudan' >Sudan</option><option value='Suriname' >Suriname</option><option value='Svalbard and Jan Mayen' >Svalbard and Jan Mayen</option><option value='Sweden' >Sweden</option><option value='Switzerland' >Switzerland</option><option value='Syria Arab Republic' >Syria Arab Republic</option><option value='Taiwan' >Taiwan</option><option value='Tajikistan' >Tajikistan</option><option value='Tanzania, the United Republic of' >Tanzania, the United Republic of</option><option value='Thailand' >Thailand</option><option value='Timor-Leste' >Timor-Leste</option><option value='Togo' >Togo</option><option value='Tokelau' >Tokelau</option><option value='Tonga' >Tonga</option><option value='Trinidad and Tobago' >Trinidad and Tobago</option><option value='Tunisia' >Tunisia</option><option value='Turkmenistan' >Turkmenistan</option><option value='Turks and Caicos Islands' >Turks and Caicos Islands</option><option value='Tuvalu' >Tuvalu</option><option value='Türkiye' >Türkiye</option><option value='US Minor Outlying Islands' >US Minor Outlying Islands</option><option value='Uganda' >Uganda</option><option value='Ukraine' >Ukraine</option><option value='United Arab Emirates' >United Arab Emirates</option><option value='United Kingdom' >United Kingdom</option><option value='United States' >United States</option><option value='Uruguay' >Uruguay</option><option value='Uzbekistan' >Uzbekistan</option><option value='Vanuatu' >Vanuatu</option><option value='Venezuela' >Venezuela</option><option value='Viet Nam' >Viet Nam</option><option value='Virgin Islands, British' >Virgin Islands, British</option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.</option><option value='Wallis and Futuna' >Wallis and Futuna</option><option value='Western Sahara' >Western Sahara</option><option value='Yemen' >Yemen</option><option value='Zambia' >Zambia</option><option value='Zimbabwe' >Zimbabwe</option><option value='Åland Islands' >Åland Islands</option></select>                                         <label for='input_9_4_6' id='input_9_4_6_label' class='gform-field-label gform-field-label--type-sub'>Country</label>                                     </span>                     <div class='gf_clear gf_clear_complex'></div>                 </div></fieldset><div id="field_9_5" class="gfield gfield--type-phone gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_5" ><label class='gfield_label gform-field-label' for='input_9_5'>Phone Number<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_phone'><input name='input_5' id='input_9_5' type='tel' value='' class='medium'   aria-required="true" aria-invalid="false"   /></div></div><fieldset id="field_9_6" class="gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_6" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Email Address<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='ginput_complex ginput_container ginput_container_email gform-grid-row' id='input_9_6_container'>                                 <span id='input_9_6_1_container' class='ginput_left gform-grid-col gform-grid-col--size-auto'>                                     <input class='' type='email' name='input_6' id='input_9_6' value=''    aria-required="true" aria-invalid="false"  />                                     <label for='input_9_6' class='gform-field-label gform-field-label--type-sub'>Enter Email</label>                                 </span>                                 <span id='input_9_6_2_container' class='ginput_right gform-grid-col gform-grid-col--size-auto'>                                     <input class='' type='email' name='input_6_2' id='input_9_6_2' value=''    aria-required="true" aria-invalid="false"  />                                     <label for='input_9_6_2' class='gform-field-label gform-field-label--type-sub'>Confirm Email</label>                                 </span>                                 <div class='gf_clear gf_clear_complex'></div>                             </div></fieldset><div id="field_9_24" class="gfield gfield--type-text field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_24" ><label class='gfield_label gform-field-label' for='input_9_24'>Website</label><div class='ginput_container ginput_container_text'><input name='input_24' id='input_9_24' type='text' value='' class='medium'      aria-invalid="false"   /> </div></div><div id="field_9_8" class="gfield gfield--type-number gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_8" ><label class='gfield_label gform-field-label' for='input_9_8'>Number of Years in Business<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_number'><input name='input_8' id='input_9_8' type='number' step='any'   value='' class='medium'     aria-required="true" aria-invalid="false"  /></div></div><fieldset id="field_9_23" class="gfield gfield--type-list gfield_contains_required field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible"  data-js-reload="field_9_23" ><legend class='gfield_label gform-field-label' >Country (ies) City (ies) represented<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='gfield_description' id='gfield_description_9_23'>Click on the plus sign to add more</div><div class='ginput_container ginput_container_list ginput_list'><div class='gfield_list gfield_list_container'><div class="gfield_list_groups"><div class='gfield_list_row_odd gfield_list_group gform-grid-row'><div class='gfield_list_group_item gfield_list_cell gfield_list_23_cell1 gform-grid-col' ><input aria-invalid='false' aria-required="true" aria-describedby="gfield_description_9_23" aria-label='Country (ies) City (ies) represented, Row 1' data-aria-label-template='Country (ies) City (ies) represented, Row {0}' type='text' name='input_23[]' value=''   /></div><div class='gfield_list_icons gform-grid-col'>   <button type="button"  class='add_list_item' aria-label='Add another row' onclick='gformAddListItem(this, 10)'>Add</button>   <button type="button"  class='delete_list_item' aria-label='Remove row 1' data-aria-label-template='Remove row {0}' onclick='gformDeleteListItem(this, 10)' style="visibility:hidden;">Remove</button></div></div></div></div></div></fieldset><div id="field_9_10" class="gfield gfield--type-number gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_10" ><label class='gfield_label gform-field-label' for='input_9_10'>Number of Staff<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_number'><input name='input_10' id='input_9_10' type='number' step='any'   value='' class='medium'     aria-required="true" aria-invalid="false"  /></div></div><div id="field_9_11" class="gfield gfield--type-textarea gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_11" ><label class='gfield_label gform-field-label' for='input_9_11'>What can you tell us about your market in general? What makes your market unique?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_textarea'><textarea name='input_11' id='input_9_11' class='textarea medium'     aria-required="true" aria-invalid="false"   rows='10' cols='50'></textarea></div></div><div id="field_9_12" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_12" ><label class='gfield_label gform-field-label' for='input_9_12'>Have you and or your staff been through any formal training (workshops/seminars/conferences) related to working as an agent?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_12' id='input_9_12' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>select</option><option value='Yes' >Yes</option><option value='No' >No</option></select></div></div><div id="field_9_13" class="gfield gfield--type-textarea gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_13" ><label class='gfield_label gform-field-label' for='input_9_13'>Please specify here<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_textarea'><textarea name='input_13' id='input_9_13' class='textarea medium'     aria-required="true" aria-invalid="false"   rows='10' cols='50'></textarea></div></div><div id="field_9_14" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_14" ><label class='gfield_label gform-field-label' for='input_9_14'>Does your Agency represent other institutions/organizations in Canada?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_14' id='input_9_14' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>select</option><option value='Yes' >Yes</option><option value='No' >No</option></select></div></div><div id="field_9_15" class="gfield gfield--type-textarea gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_15" ><label class='gfield_label gform-field-label' for='input_9_15'>Please specify here<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_textarea'><textarea name='input_15' id='input_9_15' class='textarea medium'     aria-required="true" aria-invalid="false"   rows='10' cols='50'></textarea></div></div><fieldset id="field_9_16" class="gfield gfield--type-list gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_16" ><legend class='gfield_label gform-field-label' >Please list the services your company currently provides.<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='ginput_container ginput_container_list ginput_list'><div class='gfield_list gfield_list_container'><div class="gfield_list_groups"><div class='gfield_list_row_odd gfield_list_group gform-grid-row'><div class='gfield_list_group_item gfield_list_cell gfield_list_16_cell1 gform-grid-col' ><input aria-invalid='false' aria-required="true"  aria-label='Please list the services your company currently provides., Row 1' data-aria-label-template='Please list the services your company currently provides., Row {0}' type='text' name='input_16[]' value=''   /></div><div class='gfield_list_icons gform-grid-col'>   <button type="button"  class='add_list_item' aria-label='Add another row' onclick='gformAddListItem(this, 10)'>Add</button>   <button type="button"  class='delete_list_item' aria-label='Remove row 1' data-aria-label-template='Remove row {0}' onclick='gformDeleteListItem(this, 10)' style="visibility:hidden;">Remove</button></div></div></div></div></div></fieldset><div id="field_9_17" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_17" ><label class='gfield_label gform-field-label' for='input_9_17'>Do you have any affiliations with regulatory bodies?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_17' id='input_9_17' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>select</option><option value='Yes' >Yes</option><option value='No' >No</option></select></div></div><fieldset id="field_9_18" class="gfield gfield--type-list gfield_contains_required field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible"  data-js-reload="field_9_18" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Which ones and in which countries?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='gfield_description' id='gfield_description_9_18'>Click on the plus sign to add more</div><div class='ginput_container ginput_container_list ginput_list ginput_container_list--columns'><div class='gfield_list gfield_list_container'><div class="gfield_list_header gform-grid-row"><div class="gform-field-label gfield_header_item gform-grid-col">Regulatory body name</div><div class="gform-field-label gfield_header_item gform-grid-col">Country</div><div class="gfield_header_item gfield_header_item--icons gform-grid-col">&nbsp;</div></div><div class="gfield_list_groups"><div class='gfield_list_row_odd gfield_list_group gform-grid-row'><div class='gfield_list_group_item gfield_list_cell gfield_list_18_cell1 gform-grid-col' data-label='Regulatory body name'><input aria-invalid='false' aria-required="true" aria-describedby="gfield_description_9_18" aria-label='Regulatory body name, Row 1' data-aria-label-template='Regulatory body name, Row {0}' type='text' name='input_18[]' value=''   /></div><div class='gfield_list_group_item gfield_list_cell gfield_list_18_cell2 gform-grid-col' data-label='Country'><input aria-invalid='false' aria-required="true" aria-describedby="gfield_description_9_18" aria-label='Country, Row 1' data-aria-label-template='Country, Row {0}' type='text' name='input_18[]' value=''   /></div><div class='gfield_list_icons gform-grid-col'>   <button type="button"  class='add_list_item' aria-label='Add another row' onclick='gformAddListItem(this, 10)'>Add</button>   <button type="button"  class='delete_list_item' aria-label='Remove row 1' data-aria-label-template='Remove row {0}' onclick='gformDeleteListItem(this, 10)' style="visibility:hidden;">Remove</button></div></div></div></div></div></fieldset><fieldset id="field_9_20" class="gfield gfield--type-checkbox gfield--type-choice gfield_contains_required field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible"  data-js-reload="field_9_20" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Which of our services are you most intrested in?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='gfield_description' id='gfield_description_9_20'>You can pick one or more services.</div><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_9_20'><div class='gchoice gchoice_9_20_1'> 								<input class='gfield-choice-input' name='input_20.1' type='checkbox'  value='Immigration services'  id='choice_9_20_1'   aria-describedby="gfield_description_9_20"/> 								<label for='choice_9_20_1' id='label_9_20_1' class='gform-field-label gform-field-label--type-inline'>Immigration services</label> 							</div><div class='gchoice gchoice_9_20_2'> 								<input class='gfield-choice-input' name='input_20.2' type='checkbox'  value='Investor services'  id='choice_9_20_2'   /> 								<label for='choice_9_20_2' id='label_9_20_2' class='gform-field-label gform-field-label--type-inline'>Investor services</label> 							</div><div class='gchoice gchoice_9_20_3'> 								<input class='gfield-choice-input' name='input_20.3' type='checkbox'  value='Student services'  id='choice_9_20_3'   /> 								<label for='choice_9_20_3' id='label_9_20_3' class='gform-field-label gform-field-label--type-inline'>Student services</label> 							</div><div class='gchoice gchoice_9_20_4'> 								<input class='gfield-choice-input' name='input_20.4' type='checkbox'  value='Employment services'  id='choice_9_20_4'   /> 								<label for='choice_9_20_4' id='label_9_20_4' class='gform-field-label gform-field-label--type-inline'>Employment services</label> 							</div></div></div></fieldset><div id="field_9_22" class="gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_22" ><label class='gfield_label gform-field-label' for='input_9_22'>How did you hear about us?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_22' id='input_9_22' type='text' value='' class='medium'     aria-required="true" aria-invalid="false"   /> </div></div></div></div>         <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_9' class='gform_button button' value='Submit'  onclick='if(window["gf_submitting_9"]){return false;}  if( !jQuery("#gform_9")[0].checkValidity || jQuery("#gform_9")[0].checkValidity()){window["gf_submitting_9"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_9"]){return false;} if( !jQuery("#gform_9")[0].checkValidity || jQuery("#gform_9")[0].checkValidity()){window["gf_submitting_9"]=true;}  jQuery("#gform_9").trigger("submit",[true]); }' />              <input type='hidden' class='gform_hidden' name='is_submit_9' value='1' />             <input type='hidden' class='gform_hidden' name='gform_submit' value='9' />                          <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />             <input type='hidden' class='gform_hidden' name='state_9' value='WyJbXSIsIjIzODMyODFjMzk2NGEwNjFjMGNhY2YwNzc1NzFhNDJiIl0=' />             <input type='hidden' class='gform_hidden' name='gform_target_page_number_9' id='gform_target_page_number_9' value='0' />             <input type='hidden' class='gform_hidden' name='gform_source_page_number_9' id='gform_source_page_number_9' value='1' />             <input type='hidden' name='gform_field_values' value='' />                      </div>                         </form>                         </div><script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 9, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_9').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_9');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_9').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_9').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_9').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_9').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_9').val();gformInitSpinner( 9, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [9, current_page]);window['gf_submitting_9'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_9').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [9]);window['gf_submitting_9'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_9').text());}else{jQuery('#gform_9').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "9", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_9" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_9";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_9" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [9, current_page] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 9, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]> */
</script> 		</div>  				 							<button type="button" class="pum-close popmake-close" aria-label="Close"> 			×			</button> 		 	</div>  </div> <div id="pum-4699" role="dialog" aria-modal="false"  class="pum pum-overlay pum-theme-4487 pum-theme-lightbox popmake-overlay click_open" data-popmake="{&quot;id&quot;:4699,&quot;slug&quot;:&quot;lmia-form&quot;,&quot;theme_id&quot;:4487,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}">  	<div id="popmake-4699" class="pum-container popmake theme-4487 pum-responsive pum-responsive-medium responsive size-medium">  				 				 		 				<div class="pum-content popmake-content" tabindex="0"> 			                 <div class='gf_browser_safari gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_16' ><style data-berqwp-style="#gform_wrapper_16[data-form-index=&quot;0&quot;].gform-theme,[data-parent-form=&quot;16_0&quot;]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(&quot;data:image/svg+xml,%3Csvg width=&#039;8&#039; height=&#039;14&#039; viewBox=&#039;0 0 8 14&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-select: url(&quot;data:image/svg+xml,%3Csvg width=&#039;10&#039; height=&#039;6&#039; viewBox=&#039;0 0 10 6&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-search: url(&quot;data:image/svg+xml,%3Csvg version=&#039;1.1&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;640&#039; height=&#039;640&#039;%3E%3Cpath d=&#039;M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}"></style>                         <div class='gform_heading'>                             <h2 class="gform_title">LMIA Form</h2>                             <p class='gform_description'></p>                         </div><form method='post' enctype='multipart/form-data'  id='gform_16'  action='/404-page/' data-formid='16' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LewzP4kAAAAANbplUNYOvLar7EKN7FlVI4Ievs6' data-tabindex='0'><input id="input_2a8c9f6b387969cae374348231a739b9" class="gfield_recaptcha_response" type="hidden" name="input_2a8c9f6b387969cae374348231a739b9" value=""/></div>   <input type='hidden' class='gforms-pum' value='{"closepopup":false,"closedelay":0,"openpopup":false,"openpopup_id":0}' />                         <div class='gform-body gform_body'><div id='gform_fields_16' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_16_1" class="gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_16_1" ><label class='gfield_label gform-field-label' for='input_16_1'>Employer Name<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_16_1' type='text' value='' class='large'     aria-required="true" aria-invalid="false"   /> </div></div><div id="field_16_4" class="gfield gfield--type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_16_4" ><label class='gfield_label gform-field-label' for='input_16_4'>Employer email address<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_email'>                             <input name='input_4' id='input_16_4' type='email' value='' class='large'    aria-required="true" aria-invalid="false"  />                         </div></div><div id="field_16_3" class="gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_16_3" ><label class='gfield_label gform-field-label' for='input_16_3'>Name or type of business (industry)<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_16_3' type='text' value='' class='large'     aria-required="true" aria-invalid="false"   /> </div></div><div id="field_16_5" class="gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_16_5" ><label class='gfield_label gform-field-label' for='input_16_5'>Number of years of business operation<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_16_5' type='text' value='' class='large'     aria-required="true" aria-invalid="false"   /> </div></div><div id="field_16_6" class="gfield gfield--type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_16_6" ><label class='gfield_label gform-field-label' for='input_16_6'>Province<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_select'><select name='input_6' id='input_16_6' class='large gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='Alberta' >Alberta</option><option value='British Columbia' >British Columbia</option><option value='Manitoba' >Manitoba</option><option value='New Brunswick' >New Brunswick</option><option value='Newfoundland and Labrador' >Newfoundland and Labrador</option><option value='Northwest Territories' >Northwest Territories</option><option value='Nova Scotia' >Nova Scotia</option><option value='Nunavut' >Nunavut</option><option value='Ontario' >Ontario</option><option value='Prince Edward Island' >Prince Edward Island</option><option value='Quebec' >Quebec</option><option value='Saskatchewan' >Saskatchewan</option><option value='Yukon' >Yukon</option></select></div></div><div id="field_16_7" class="gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_16_7" ><label class='gfield_label gform-field-label' for='input_16_7'>City<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_7' id='input_16_7' type='text' value='' class='large'     aria-required="true" aria-invalid="false"   /> </div></div><div id="field_16_8" class="gfield gfield--type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_16_8" ><label class='gfield_label gform-field-label' for='input_16_8'>Please provide a detailed description of the recruitment service you need<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_textarea'><textarea name='input_8' id='input_16_8' class='textarea large'     aria-required="true" aria-invalid="false"   rows='10' cols='50'></textarea></div></div></div></div>         <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_16' class='gform_button button' value='Submit'  onclick='if(window["gf_submitting_16"]){return false;}  if( !jQuery("#gform_16")[0].checkValidity || jQuery("#gform_16")[0].checkValidity()){window["gf_submitting_16"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_16"]){return false;} if( !jQuery("#gform_16")[0].checkValidity || jQuery("#gform_16")[0].checkValidity()){window["gf_submitting_16"]=true;}  jQuery("#gform_16").trigger("submit",[true]); }' />              <input type='hidden' class='gform_hidden' name='is_submit_16' value='1' />             <input type='hidden' class='gform_hidden' name='gform_submit' value='16' />                          <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />             <input type='hidden' class='gform_hidden' name='state_16' value='WyJbXSIsIjIzODMyODFjMzk2NGEwNjFjMGNhY2YwNzc1NzFhNDJiIl0=' />             <input type='hidden' class='gform_hidden' name='gform_target_page_number_16' id='gform_target_page_number_16' value='0' />             <input type='hidden' class='gform_hidden' name='gform_source_page_number_16' id='gform_source_page_number_16' value='1' />             <input type='hidden' name='gform_field_values' value='' />                      </div>                         </form>                         </div><script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 16, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_16').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_16');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_16').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_16').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_16').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_16').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_16').val();gformInitSpinner( 16, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [16, current_page]);window['gf_submitting_16'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_16').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [16]);window['gf_submitting_16'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_16').text());}else{jQuery('#gform_16').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "16", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_16" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_16";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_16" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [16, current_page] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 16, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]> */
</script> 		</div>  				 							<button type="button" class="pum-close popmake-close" aria-label="Close"> 			×			</button> 		 	</div>  </div> <div id="pum-4630" role="dialog" aria-modal="false"  class="pum pum-overlay pum-theme-4487 pum-theme-lightbox popmake-overlay click_open" data-popmake="{&quot;id&quot;:4630,&quot;slug&quot;:&quot;contact-us-form&quot;,&quot;theme_id&quot;:4487,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}">  	<div id="popmake-4630" class="pum-container popmake theme-4487 pum-responsive pum-responsive-medium responsive size-medium">  				 				 		 				<div class="pum-content popmake-content" tabindex="0"> 			                 <div class='gf_browser_safari gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_1' style='display:none'><style data-berqwp-style="#gform_wrapper_1[data-form-index=&quot;0&quot;].gform-theme,[data-parent-form=&quot;1_0&quot;]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(&quot;data:image/svg+xml,%3Csvg width=&#039;8&#039; height=&#039;14&#039; viewBox=&#039;0 0 8 14&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-select: url(&quot;data:image/svg+xml,%3Csvg width=&#039;10&#039; height=&#039;6&#039; viewBox=&#039;0 0 10 6&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-search: url(&quot;data:image/svg+xml,%3Csvg version=&#039;1.1&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;640&#039; height=&#039;640&#039;%3E%3Cpath d=&#039;M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}"></style>                         <div class='gform_heading'>                             <h2 class="gform_title">contact</h2>                             <p class='gform_description'>contact on slider</p> 							<p class='gform_required_legend'>&quot;<span class="gfield_required gfield_required_asterisk">*</span>&quot; indicates required fields</p>                         </div><form method='post' enctype='multipart/form-data'  id='gform_1'  action='/404-page/' data-formid='1' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LewzP4kAAAAANbplUNYOvLar7EKN7FlVI4Ievs6' data-tabindex='0'><input id="input_9f78e824bf4c3119c95e12267d679a6f" class="gfield_recaptcha_response" type="hidden" name="input_9f78e824bf4c3119c95e12267d679a6f" value=""/></div>   <input type='hidden' class='gforms-pum' value='{"closepopup":false,"closedelay":0,"openpopup":false,"openpopup_id":0}' />                         <div class='gform-body gform_body'><div id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_1_12" class="gfield gfield--type-hidden gfield--input-type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_1_12" ><div class='ginput_container ginput_container_text'><input name='input_12' id='input_1_12' type='hidden' class='gform_hidden'  aria-invalid="false" value='Contact Us Form' /></div></div><fieldset id="field_1_11" class="gfield gfield--type-name gfield--input-type-name gfield_contains_required field_sublabel_hidden_label gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible"  data-js-reload="field_1_11" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Name<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_1_11'>                                                          <span id='input_1_11_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >                                                     <input type='text' name='input_11.3' id='input_1_11_3' value=''   aria-required='true'   placeholder='First Name'  />                                                     <label for='input_1_11_3' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>First</label>                                                 </span>                                                          <span id='input_1_11_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >                                                     <input type='text' name='input_11.6' id='input_1_11_6' value=''   aria-required='true'   placeholder='Last Name'  />                                                     <label for='input_1_11_6' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>Last</label>                                                 </span>                                                      </div></fieldset><div id="field_1_3" class="gfield gfield--type-email gfield--input-type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible"  data-js-reload="field_1_3" ><label class='gfield_label gform-field-label' for='input_1_3'>Email<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_email'>                             <input name='input_3' id='input_1_3' type='email' value='' class='large'   placeholder='Email' aria-required="true" aria-invalid="false"  />                         </div></div><div id="field_1_9" class="gfield gfield--type-select gfield--input-type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_1_9" ><label class='gfield_label gform-field-label' for='input_1_9'>Choose your enquiry subject<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_9' id='input_1_9' class='large gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>-Select-</option><option value='General Immigration Question' >General Immigration Question</option><option value='Immigrate to Canada' >Immigrate to Canada</option><option value='Portugal Golden Visa' >Portugal Golden Visa</option><option value='Study in Canada' >Study in Canada</option><option value='Investor Programs' >Investor Programs</option><option value='Family Sponsorship' >Family Sponsorship</option><option value='Work in Canada' >Work in Canada</option><option value='Work in USA' >Work in USA</option></select></div></div><div id="field_1_18" class="gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_1_18" ><label class='gfield_label gform-field-label' for='input_1_18'>Nationality<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_18' id='input_1_18' class='large gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='Afghanistan' >Afghanistan</option><option value='Albania' >Albania</option><option value='Algeria' >Algeria</option><option value='American Samoa' >American Samoa</option><option value='Andorra' >Andorra</option><option value='Angola' >Angola</option><option value='Anguilla' >Anguilla</option><option value='Antarctica' >Antarctica</option><option value='Antigua and Barbuda' >Antigua and Barbuda</option><option value='Argentina' >Argentina</option><option value='Armenia' >Armenia</option><option value='Aruba' >Aruba</option><option value='Australia' >Australia</option><option value='Austria' >Austria</option><option value='Azerbaijan' >Azerbaijan</option><option value='Bahamas' >Bahamas</option><option value='Bahrain' >Bahrain</option><option value='Bangladesh' >Bangladesh</option><option value='Barbados' >Barbados</option><option value='Belarus' >Belarus</option><option value='Belgium' >Belgium</option><option value='Belize' >Belize</option><option value='Benin' >Benin</option><option value='Bermuda' >Bermuda</option><option value='Bhutan' >Bhutan</option><option value='Bolivia' >Bolivia</option><option value='Bonaire, Sint Eustatius and Saba' >Bonaire, Sint Eustatius and Saba</option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina</option><option value='Botswana' >Botswana</option><option value='Bouvet Island' >Bouvet Island</option><option value='Brazil' >Brazil</option><option value='British Indian Ocean Territory' >British Indian Ocean Territory</option><option value='Brunei Darussalam' >Brunei Darussalam</option><option value='Bulgaria' >Bulgaria</option><option value='Burkina Faso' >Burkina Faso</option><option value='Burundi' >Burundi</option><option value='Cabo Verde' >Cabo Verde</option><option value='Cambodia' >Cambodia</option><option value='Cameroon' >Cameroon</option><option value='Canada' >Canada</option><option value='Cayman Islands' >Cayman Islands</option><option value='Central African Republic' >Central African Republic</option><option value='Chad' >Chad</option><option value='Chile' >Chile</option><option value='China' >China</option><option value='Christmas Island' >Christmas Island</option><option value='Cocos Islands' >Cocos Islands</option><option value='Colombia' >Colombia</option><option value='Comoros' >Comoros</option><option value='Congo' >Congo</option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the</option><option value='Cook Islands' >Cook Islands</option><option value='Costa Rica' >Costa Rica</option><option value='Croatia' >Croatia</option><option value='Cuba' >Cuba</option><option value='Curaçao' >Curaçao</option><option value='Cyprus' >Cyprus</option><option value='Czechia' >Czechia</option><option value='Côte d&#039;Ivoire' >Côte d&#039;Ivoire</option><option value='Denmark' >Denmark</option><option value='Djibouti' >Djibouti</option><option value='Dominica' >Dominica</option><option value='Dominican Republic' >Dominican Republic</option><option value='Ecuador' >Ecuador</option><option value='Egypt' >Egypt</option><option value='El Salvador' >El Salvador</option><option value='Equatorial Guinea' >Equatorial Guinea</option><option value='Eritrea' >Eritrea</option><option value='Estonia' >Estonia</option><option value='Eswatini' >Eswatini</option><option value='Ethiopia' >Ethiopia</option><option value='Falkland Islands' >Falkland Islands</option><option value='Faroe Islands' >Faroe Islands</option><option value='Fiji' >Fiji</option><option value='Finland' >Finland</option><option value='France' >France</option><option value='French Guiana' >French Guiana</option><option value='French Polynesia' >French Polynesia</option><option value='French Southern Territories' >French Southern Territories</option><option value='Gabon' >Gabon</option><option value='Gambia' >Gambia</option><option value='Georgia' >Georgia</option><option value='Germany' >Germany</option><option value='Ghana' >Ghana</option><option value='Gibraltar' >Gibraltar</option><option value='Greece' >Greece</option><option value='Greenland' >Greenland</option><option value='Grenada' >Grenada</option><option value='Guadeloupe' >Guadeloupe</option><option value='Guam' >Guam</option><option value='Guatemala' >Guatemala</option><option value='Guernsey' >Guernsey</option><option value='Guinea' >Guinea</option><option value='Guinea-Bissau' >Guinea-Bissau</option><option value='Guyana' >Guyana</option><option value='Haiti' >Haiti</option><option value='Heard Island and McDonald Islands' >Heard Island and McDonald Islands</option><option value='Holy See' >Holy See</option><option value='Honduras' >Honduras</option><option value='Hong Kong' >Hong Kong</option><option value='Hungary' >Hungary</option><option value='Iceland' >Iceland</option><option value='India' >India</option><option value='Indonesia' >Indonesia</option><option value='Iran' >Iran</option><option value='Iraq' >Iraq</option><option value='Ireland' >Ireland</option><option value='Isle of Man' >Isle of Man</option><option value='Israel' >Israel</option><option value='Italy' >Italy</option><option value='Jamaica' >Jamaica</option><option value='Japan' >Japan</option><option value='Jersey' >Jersey</option><option value='Jordan' >Jordan</option><option value='Kazakhstan' >Kazakhstan</option><option value='Kenya' >Kenya</option><option value='Kiribati' >Kiribati</option><option value='Korea, Democratic People&#039;s Republic of' >Korea, Democratic People&#039;s Republic of</option><option value='Korea, Republic of' >Korea, Republic of</option><option value='Kuwait' >Kuwait</option><option value='Kyrgyzstan' >Kyrgyzstan</option><option value='Lao People&#039;s Democratic Republic' >Lao People&#039;s Democratic Republic</option><option value='Latvia' >Latvia</option><option value='Lebanon' >Lebanon</option><option value='Lesotho' >Lesotho</option><option value='Liberia' >Liberia</option><option value='Libya' >Libya</option><option value='Liechtenstein' >Liechtenstein</option><option value='Lithuania' >Lithuania</option><option value='Luxembourg' >Luxembourg</option><option value='Macao' >Macao</option><option value='Madagascar' >Madagascar</option><option value='Malawi' >Malawi</option><option value='Malaysia' >Malaysia</option><option value='Maldives' >Maldives</option><option value='Mali' >Mali</option><option value='Malta' >Malta</option><option value='Marshall Islands' >Marshall Islands</option><option value='Martinique' >Martinique</option><option value='Mauritania' >Mauritania</option><option value='Mauritius' >Mauritius</option><option value='Mayotte' >Mayotte</option><option value='Mexico' >Mexico</option><option value='Micronesia' >Micronesia</option><option value='Moldova' >Moldova</option><option value='Monaco' >Monaco</option><option value='Mongolia' >Mongolia</option><option value='Montenegro' >Montenegro</option><option value='Montserrat' >Montserrat</option><option value='Morocco' >Morocco</option><option value='Mozambique' >Mozambique</option><option value='Myanmar' >Myanmar</option><option value='Namibia' >Namibia</option><option value='Nauru' >Nauru</option><option value='Nepal' >Nepal</option><option value='Netherlands' >Netherlands</option><option value='New Caledonia' >New Caledonia</option><option value='New Zealand' >New Zealand</option><option value='Nicaragua' >Nicaragua</option><option value='Niger' >Niger</option><option value='Nigeria' >Nigeria</option><option value='Niue' >Niue</option><option value='Norfolk Island' >Norfolk Island</option><option value='North Macedonia' >North Macedonia</option><option value='Northern Mariana Islands' >Northern Mariana Islands</option><option value='Norway' >Norway</option><option value='Oman' >Oman</option><option value='Pakistan' >Pakistan</option><option value='Palau' >Palau</option><option value='Palestine, State of' >Palestine, State of</option><option value='Panama' >Panama</option><option value='Papua New Guinea' >Papua New Guinea</option><option value='Paraguay' >Paraguay</option><option value='Peru' >Peru</option><option value='Philippines' >Philippines</option><option value='Pitcairn' >Pitcairn</option><option value='Poland' >Poland</option><option value='Portugal' >Portugal</option><option value='Puerto Rico' >Puerto Rico</option><option value='Qatar' >Qatar</option><option value='Romania' >Romania</option><option value='Russian Federation' >Russian Federation</option><option value='Rwanda' >Rwanda</option><option value='Réunion' >Réunion</option><option value='Saint Barthélemy' >Saint Barthélemy</option><option value='Saint Helena, Ascension and Tristan da Cunha' >Saint Helena, Ascension and Tristan da Cunha</option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis</option><option value='Saint Lucia' >Saint Lucia</option><option value='Saint Martin' >Saint Martin</option><option value='Saint Pierre and Miquelon' >Saint Pierre and Miquelon</option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines</option><option value='Samoa' >Samoa</option><option value='San Marino' >San Marino</option><option value='Sao Tome and Principe' >Sao Tome and Principe</option><option value='Saudi Arabia' >Saudi Arabia</option><option value='Senegal' >Senegal</option><option value='Serbia' >Serbia</option><option value='Seychelles' >Seychelles</option><option value='Sierra Leone' >Sierra Leone</option><option value='Singapore' >Singapore</option><option value='Sint Maarten' >Sint Maarten</option><option value='Slovakia' >Slovakia</option><option value='Slovenia' >Slovenia</option><option value='Solomon Islands' >Solomon Islands</option><option value='Somalia' >Somalia</option><option value='South Africa' >South Africa</option><option value='South Georgia and the South Sandwich Islands' >South Georgia and the South Sandwich Islands</option><option value='South Sudan' >South Sudan</option><option value='Spain' >Spain</option><option value='Sri Lanka' >Sri Lanka</option><option value='Sudan' >Sudan</option><option value='Suriname' >Suriname</option><option value='Svalbard and Jan Mayen' >Svalbard and Jan Mayen</option><option value='Sweden' >Sweden</option><option value='Switzerland' >Switzerland</option><option value='Syria Arab Republic' >Syria Arab Republic</option><option value='Taiwan' >Taiwan</option><option value='Tajikistan' >Tajikistan</option><option value='Tanzania, the United Republic of' >Tanzania, the United Republic of</option><option value='Thailand' >Thailand</option><option value='Timor-Leste' >Timor-Leste</option><option value='Togo' >Togo</option><option value='Tokelau' >Tokelau</option><option value='Tonga' >Tonga</option><option value='Trinidad and Tobago' >Trinidad and Tobago</option><option value='Tunisia' >Tunisia</option><option value='Turkmenistan' >Turkmenistan</option><option value='Turks and Caicos Islands' >Turks and Caicos Islands</option><option value='Tuvalu' >Tuvalu</option><option value='Türkiye' >Türkiye</option><option value='US Minor Outlying Islands' >US Minor Outlying Islands</option><option value='Uganda' >Uganda</option><option value='Ukraine' >Ukraine</option><option value='United Arab Emirates' >United Arab Emirates</option><option value='United Kingdom' >United Kingdom</option><option value='United States' >United States</option><option value='Uruguay' >Uruguay</option><option value='Uzbekistan' >Uzbekistan</option><option value='Vanuatu' >Vanuatu</option><option value='Venezuela' >Venezuela</option><option value='Viet Nam' >Viet Nam</option><option value='Virgin Islands, British' >Virgin Islands, British</option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.</option><option value='Wallis and Futuna' >Wallis and Futuna</option><option value='Western Sahara' >Western Sahara</option><option value='Yemen' >Yemen</option><option value='Zambia' >Zambia</option><option value='Zimbabwe' >Zimbabwe</option><option value='Åland Islands' >Åland Islands</option></select></div></div><div id="field_1_14" class="gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_1_14" ><label class='gfield_label gform-field-label' for='input_1_14'>Country of residence<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_14' id='input_1_14' class='large gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='Afghanistan' >Afghanistan</option><option value='Albania' >Albania</option><option value='Algeria' >Algeria</option><option value='American Samoa' >American Samoa</option><option value='Andorra' >Andorra</option><option value='Angola' >Angola</option><option value='Anguilla' >Anguilla</option><option value='Antarctica' >Antarctica</option><option value='Antigua and Barbuda' >Antigua and Barbuda</option><option value='Argentina' >Argentina</option><option value='Armenia' >Armenia</option><option value='Aruba' >Aruba</option><option value='Australia' >Australia</option><option value='Austria' >Austria</option><option value='Azerbaijan' >Azerbaijan</option><option value='Bahamas' >Bahamas</option><option value='Bahrain' >Bahrain</option><option value='Bangladesh' >Bangladesh</option><option value='Barbados' >Barbados</option><option value='Belarus' >Belarus</option><option value='Belgium' >Belgium</option><option value='Belize' >Belize</option><option value='Benin' >Benin</option><option value='Bermuda' >Bermuda</option><option value='Bhutan' >Bhutan</option><option value='Bolivia' >Bolivia</option><option value='Bonaire, Sint Eustatius and Saba' >Bonaire, Sint Eustatius and Saba</option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina</option><option value='Botswana' >Botswana</option><option value='Bouvet Island' >Bouvet Island</option><option value='Brazil' >Brazil</option><option value='British Indian Ocean Territory' >British Indian Ocean Territory</option><option value='Brunei Darussalam' >Brunei Darussalam</option><option value='Bulgaria' >Bulgaria</option><option value='Burkina Faso' >Burkina Faso</option><option value='Burundi' >Burundi</option><option value='Cabo Verde' >Cabo Verde</option><option value='Cambodia' >Cambodia</option><option value='Cameroon' >Cameroon</option><option value='Canada' >Canada</option><option value='Cayman Islands' >Cayman Islands</option><option value='Central African Republic' >Central African Republic</option><option value='Chad' >Chad</option><option value='Chile' >Chile</option><option value='China' >China</option><option value='Christmas Island' >Christmas Island</option><option value='Cocos Islands' >Cocos Islands</option><option value='Colombia' >Colombia</option><option value='Comoros' >Comoros</option><option value='Congo' >Congo</option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the</option><option value='Cook Islands' >Cook Islands</option><option value='Costa Rica' >Costa Rica</option><option value='Croatia' >Croatia</option><option value='Cuba' >Cuba</option><option value='Curaçao' >Curaçao</option><option value='Cyprus' >Cyprus</option><option value='Czechia' >Czechia</option><option value='Côte d&#039;Ivoire' >Côte d&#039;Ivoire</option><option value='Denmark' >Denmark</option><option value='Djibouti' >Djibouti</option><option value='Dominica' >Dominica</option><option value='Dominican Republic' >Dominican Republic</option><option value='Ecuador' >Ecuador</option><option value='Egypt' >Egypt</option><option value='El Salvador' >El Salvador</option><option value='Equatorial Guinea' >Equatorial Guinea</option><option value='Eritrea' >Eritrea</option><option value='Estonia' >Estonia</option><option value='Eswatini' >Eswatini</option><option value='Ethiopia' >Ethiopia</option><option value='Falkland Islands' >Falkland Islands</option><option value='Faroe Islands' >Faroe Islands</option><option value='Fiji' >Fiji</option><option value='Finland' >Finland</option><option value='France' >France</option><option value='French Guiana' >French Guiana</option><option value='French Polynesia' >French Polynesia</option><option value='French Southern Territories' >French Southern Territories</option><option value='Gabon' >Gabon</option><option value='Gambia' >Gambia</option><option value='Georgia' >Georgia</option><option value='Germany' >Germany</option><option value='Ghana' >Ghana</option><option value='Gibraltar' >Gibraltar</option><option value='Greece' >Greece</option><option value='Greenland' >Greenland</option><option value='Grenada' >Grenada</option><option value='Guadeloupe' >Guadeloupe</option><option value='Guam' >Guam</option><option value='Guatemala' >Guatemala</option><option value='Guernsey' >Guernsey</option><option value='Guinea' >Guinea</option><option value='Guinea-Bissau' >Guinea-Bissau</option><option value='Guyana' >Guyana</option><option value='Haiti' >Haiti</option><option value='Heard Island and McDonald Islands' >Heard Island and McDonald Islands</option><option value='Holy See' >Holy See</option><option value='Honduras' >Honduras</option><option value='Hong Kong' >Hong Kong</option><option value='Hungary' >Hungary</option><option value='Iceland' >Iceland</option><option value='India' >India</option><option value='Indonesia' >Indonesia</option><option value='Iran' >Iran</option><option value='Iraq' >Iraq</option><option value='Ireland' >Ireland</option><option value='Isle of Man' >Isle of Man</option><option value='Israel' >Israel</option><option value='Italy' >Italy</option><option value='Jamaica' >Jamaica</option><option value='Japan' >Japan</option><option value='Jersey' >Jersey</option><option value='Jordan' >Jordan</option><option value='Kazakhstan' >Kazakhstan</option><option value='Kenya' >Kenya</option><option value='Kiribati' >Kiribati</option><option value='Korea, Democratic People&#039;s Republic of' >Korea, Democratic People&#039;s Republic of</option><option value='Korea, Republic of' >Korea, Republic of</option><option value='Kuwait' >Kuwait</option><option value='Kyrgyzstan' >Kyrgyzstan</option><option value='Lao People&#039;s Democratic Republic' >Lao People&#039;s Democratic Republic</option><option value='Latvia' >Latvia</option><option value='Lebanon' >Lebanon</option><option value='Lesotho' >Lesotho</option><option value='Liberia' >Liberia</option><option value='Libya' >Libya</option><option value='Liechtenstein' >Liechtenstein</option><option value='Lithuania' >Lithuania</option><option value='Luxembourg' >Luxembourg</option><option value='Macao' >Macao</option><option value='Madagascar' >Madagascar</option><option value='Malawi' >Malawi</option><option value='Malaysia' >Malaysia</option><option value='Maldives' >Maldives</option><option value='Mali' >Mali</option><option value='Malta' >Malta</option><option value='Marshall Islands' >Marshall Islands</option><option value='Martinique' >Martinique</option><option value='Mauritania' >Mauritania</option><option value='Mauritius' >Mauritius</option><option value='Mayotte' >Mayotte</option><option value='Mexico' >Mexico</option><option value='Micronesia' >Micronesia</option><option value='Moldova' >Moldova</option><option value='Monaco' >Monaco</option><option value='Mongolia' >Mongolia</option><option value='Montenegro' >Montenegro</option><option value='Montserrat' >Montserrat</option><option value='Morocco' >Morocco</option><option value='Mozambique' >Mozambique</option><option value='Myanmar' >Myanmar</option><option value='Namibia' >Namibia</option><option value='Nauru' >Nauru</option><option value='Nepal' >Nepal</option><option value='Netherlands' >Netherlands</option><option value='New Caledonia' >New Caledonia</option><option value='New Zealand' >New Zealand</option><option value='Nicaragua' >Nicaragua</option><option value='Niger' >Niger</option><option value='Nigeria' >Nigeria</option><option value='Niue' >Niue</option><option value='Norfolk Island' >Norfolk Island</option><option value='North Macedonia' >North Macedonia</option><option value='Northern Mariana Islands' >Northern Mariana Islands</option><option value='Norway' >Norway</option><option value='Oman' >Oman</option><option value='Pakistan' >Pakistan</option><option value='Palau' >Palau</option><option value='Palestine, State of' >Palestine, State of</option><option value='Panama' >Panama</option><option value='Papua New Guinea' >Papua New Guinea</option><option value='Paraguay' >Paraguay</option><option value='Peru' >Peru</option><option value='Philippines' >Philippines</option><option value='Pitcairn' >Pitcairn</option><option value='Poland' >Poland</option><option value='Portugal' >Portugal</option><option value='Puerto Rico' >Puerto Rico</option><option value='Qatar' >Qatar</option><option value='Romania' >Romania</option><option value='Russian Federation' >Russian Federation</option><option value='Rwanda' >Rwanda</option><option value='Réunion' >Réunion</option><option value='Saint Barthélemy' >Saint Barthélemy</option><option value='Saint Helena, Ascension and Tristan da Cunha' >Saint Helena, Ascension and Tristan da Cunha</option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis</option><option value='Saint Lucia' >Saint Lucia</option><option value='Saint Martin' >Saint Martin</option><option value='Saint Pierre and Miquelon' >Saint Pierre and Miquelon</option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines</option><option value='Samoa' >Samoa</option><option value='San Marino' >San Marino</option><option value='Sao Tome and Principe' >Sao Tome and Principe</option><option value='Saudi Arabia' >Saudi Arabia</option><option value='Senegal' >Senegal</option><option value='Serbia' >Serbia</option><option value='Seychelles' >Seychelles</option><option value='Sierra Leone' >Sierra Leone</option><option value='Singapore' >Singapore</option><option value='Sint Maarten' >Sint Maarten</option><option value='Slovakia' >Slovakia</option><option value='Slovenia' >Slovenia</option><option value='Solomon Islands' >Solomon Islands</option><option value='Somalia' >Somalia</option><option value='South Africa' >South Africa</option><option value='South Georgia and the South Sandwich Islands' >South Georgia and the South Sandwich Islands</option><option value='South Sudan' >South Sudan</option><option value='Spain' >Spain</option><option value='Sri Lanka' >Sri Lanka</option><option value='Sudan' >Sudan</option><option value='Suriname' >Suriname</option><option value='Svalbard and Jan Mayen' >Svalbard and Jan Mayen</option><option value='Sweden' >Sweden</option><option value='Switzerland' >Switzerland</option><option value='Syria Arab Republic' >Syria Arab Republic</option><option value='Taiwan' >Taiwan</option><option value='Tajikistan' >Tajikistan</option><option value='Tanzania, the United Republic of' >Tanzania, the United Republic of</option><option value='Thailand' >Thailand</option><option value='Timor-Leste' >Timor-Leste</option><option value='Togo' >Togo</option><option value='Tokelau' >Tokelau</option><option value='Tonga' >Tonga</option><option value='Trinidad and Tobago' >Trinidad and Tobago</option><option value='Tunisia' >Tunisia</option><option value='Turkmenistan' >Turkmenistan</option><option value='Turks and Caicos Islands' >Turks and Caicos Islands</option><option value='Tuvalu' >Tuvalu</option><option value='Türkiye' >Türkiye</option><option value='US Minor Outlying Islands' >US Minor Outlying Islands</option><option value='Uganda' >Uganda</option><option value='Ukraine' >Ukraine</option><option value='United Arab Emirates' >United Arab Emirates</option><option value='United Kingdom' >United Kingdom</option><option value='United States' >United States</option><option value='Uruguay' >Uruguay</option><option value='Uzbekistan' >Uzbekistan</option><option value='Vanuatu' >Vanuatu</option><option value='Venezuela' >Venezuela</option><option value='Viet Nam' >Viet Nam</option><option value='Virgin Islands, British' >Virgin Islands, British</option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.</option><option value='Wallis and Futuna' >Wallis and Futuna</option><option value='Western Sahara' >Western Sahara</option><option value='Yemen' >Yemen</option><option value='Zambia' >Zambia</option><option value='Zimbabwe' >Zimbabwe</option><option value='Åland Islands' >Åland Islands</option></select></div></div><div id="field_1_22" class="gfield gfield--type-phone gfield--input-type-phone gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_1_22" ><label class='gfield_label gform-field-label' for='input_1_22'>Phone<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_phone'><input name='input_22' id='input_1_22' type='tel' value='' class='large'   aria-required="true" aria-invalid="false"   /></div></div><div id="field_1_15" class="gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_1_15" ><label class='gfield_label gform-field-label' for='input_1_15'>How did you hear about us?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_15' id='input_1_15' type='text' value='' class='large'     aria-required="true" aria-invalid="false"   /> </div></div><div id="field_1_10" class="gfield gfield--type-textarea gfield--input-type-textarea gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_1_10" ><label class='gfield_label gform-field-label' for='input_1_10'>Message<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_textarea'><textarea name='input_10' id='input_1_10' class='textarea large'     aria-required="true" aria-invalid="false"   rows='10' cols='50'></textarea></div></div><fieldset id="field_1_8" class="gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_1_8" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Subscribe now</legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_1_8'><div class='gchoice gchoice_1_8_1'> 								<input class='gfield-choice-input' name='input_8.1' type='checkbox'  value='Subscribe to our Canadian Immigration Newsletter'  id='choice_1_8_1'   /> 								<label for='choice_1_8_1' id='label_1_8_1' class='gform-field-label gform-field-label--type-inline'>Subscribe to our Canadian Immigration Newsletter</label> 							</div></div></div></fieldset><fieldset id="field_1_13" class="gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_1_13" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Subscribe now</legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_1_13'><div class='gchoice gchoice_1_13_1'> 								<input class='gfield-choice-input' name='input_13.1' type='checkbox'  value='Subscribe to our Investors Newsletter'  id='choice_1_13_1'   /> 								<label for='choice_1_13_1' id='label_1_13_1' class='gform-field-label gform-field-label--type-inline'>Subscribe to our Investors Newsletter</label> 							</div></div></div></fieldset></div></div>         <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' value='Submit'  onclick='if(window["gf_submitting_1"]){return false;}  if( !jQuery("#gform_1")[0].checkValidity || jQuery("#gform_1")[0].checkValidity()){window["gf_submitting_1"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_1"]){return false;} if( !jQuery("#gform_1")[0].checkValidity || jQuery("#gform_1")[0].checkValidity()){window["gf_submitting_1"]=true;}  jQuery("#gform_1").trigger("submit",[true]); }' />              <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' />             <input type='hidden' class='gform_hidden' name='gform_submit' value='1' />                          <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />             <input type='hidden' class='gform_hidden' name='state_1' value='WyJ7XCIxOFwiOltcIjIxMDYyOTE1MzcwMjg2MzcyMTVkYjM5MWZiNDA5M2NjXCIsXCI5ODNmMThhNDkyZmM1N2ZkZDczMDg5NDc2Yzg0NWZlZlwiLFwiMDY4OTg0ZTM5ZjM4ZjczOGUxOTgyYzU2Y2QzNzEyYjdcIixcIjc4NWRhYzM4ZmIzMDA5YzBkMGU4MTk4NjY2NGUxYTYwXCIsXCI2ZmM4NTE2N2ZlOWQ4NmY5OWJjZWRiMTQxZWFiYWY4Y1wiLFwiYzg3NGViOTM4N2M0MGY1OGQyZDcxYmQ5NTVkNTExMGNcIixcIjlmMWIzNWU4OWNkNmM0MzQ0ODU5NjhjNzZjYTI2OWY1XCIsXCI2MTUzMmQxNjhhMDI1MWEwN2VjYjA5MTRhNTFhOGFhY1wiLFwiMGQ2MTM2ZWEzM2E4MmQ4YTM0MmYyM2U3YjE3OGY0YWJcIixcIjYzMDM2NTk2YWUzZjgwOTYyYjMwY2QzODJlMmZjYjRjXCIsXCIwN2NjMjA3OTczNGE5ZDAzNGQyZjNkZGQ5YWZhOGZkNFwiLFwiZDQ3MmJmNDRiNzljZTgzMjZmMjAyMWIwZmQ1N2QxZDlcIixcIjE2N2FhOGQwZmZmNTQ3Zjk5ZGQ3NTFmMzBmYTc2OWNmXCIsXCIwM2U2ZGU4ZTZiN2M0ZTgwMDgyY2JkNGI0YmFiNDMzM1wiLFwiM2IyNjQ4OGFkNmRlZjRkODk0ZTc1YTA4ZTc5MzE1YmZcIixcIjIyMzRkMjlhYjJmZjFlMmI4N2VkNzViODJhODg0OTk2XCIsXCJlY2U3OGNmYTA4NGYxODMyMDA5ZjNiZjg1YjFiYWRjM1wiLFwiNWQwNWU2ODczNGY3ODUxOGFlODUwZTU3M2FhNTc5MzlcIixcImIwMDE4Mzc2YmQyMjk4MmU2YWFjMDAwZTRmODhiMjM5XCIsXCI3ZGYwYzQ2ZjZmOGMyYjE0OWYxNmIxY2JkMTNkN2Q2Y1wiLFwiZDQ1ZmQ4NzMzNGJhMWM4NGQyYmJmZGRkZWQwZWRhNTVcIixcIjhlNWE2ZDM1YTRhOTZmOWZhOGM3YWI3MTA1MzcxYTFhXCIsXCIwZjVmNThiZDUxMjBmZGNiOTI0MmYxM2NlNDQ1OGRkMFwiLFwiZTlkNWRiYmYzNGFhMjAwZThhODFmZjE5MThiZjFkZjJcIixcImQ3NzJlOTZlY2M3OWVlNDcxNGJhMDYzMzY0ZDI2NmFkXCIsXCJjZTYzYjc4MDQyYzQ5ZTk1NzI1MzJkZDRkZDNlMGI3MFwiLFwiMTg4ZDgyMjNlZWUzYThkZDNiNzYyNzllNTdlNTU2MmZcIixcIjlhMTc0ZTIyMzkzNzgzMzM0MmZjOWU0Y2JkNDg4MzFhXCIsXCJmNTI0YzU4MjIzYjUzMWYxNWM5ZTBlY2Y5ODk5OTViNVwiLFwiNDI3ZDc1NDg4MjhmYzdmYmVhMWYyYTYwNDQ4NjI1OGZcIixcImU4NGM2Y2MwY2Q5ZTdjMTllZjNlYTUwZGJhNTA0YTgzXCIsXCJiNTE5OWRjYzFiMDRmYjEyMTFlYTk2ZGMzMmNhMWVjOFwiLFwiNjljZmY3NTQ3NWYxMjY2MDk3NDIyMTYyNTI2N2VlMGJcIixcImMxOWYzZjFiNmJhMWRlMTRkYmFhNDk1YWVmZDY2MDk4XCIsXCJhMjdjN2MzMWNiYWFjNWE1OTI1ODlhMjVjZWY3YTgzNFwiLFwiYTAxNmVjYTA2YWYzZTViYjg4NWIwNzA1ODljOThhMTdcIixcImQ5NDYyOTUxZDUzZmNiODY4YzRiYmU4ZTIxYjhhMDMwXCIsXCI4YmYwNjRlOTY3MmRmZWFjMjM1ZjEyMTc2ZGY0ZTk2YVwiLFwiM2Q3NmJmZTQ2ZjZmZjkxYzc5MWU0ZDNjNzc2NGI4MTJcIixcIjgxY2I0ZDNiNzI2ZDcxYjU2Y2FiZDUxYzYwZGJmZTZjXCIsXCJkMjlhNjJjMDRmM2E5MzM0MzkzMWExYzU3ODgwMDJmYVwiLFwiMjIxYjJiMDM1YTM2ZDEwOTQ0NjBkNjNkODljN2RhMzRcIixcIjRiYTJjYmZmMDNmY2NjZjY2MDliNWJhZDVhYzFkNGZjXCIsXCIyZWNkMzJiMzY4MjNhOGI3ZWI0MmE5ZDM3ZDczZGI2Y1wiLFwiOTRhYTUwMWI5YjE0ZTAwYzIyMDc4NTc3ZDU5MzljNTVcIixcIjIwYzEyYTY5YzNkOTdlMzU2NDljOTA1NWUxY2UzMjlhXCIsXCJkOGNhOTg1ZWMyOGViZDU4MTQ3NGU5YTVjNTk1YzQ2ZVwiLFwiYWNhZjVjOTcyZDFhYjU3ZmY1NzdkOGQ2MTgzOTVjZWVcIixcIjE5ZDIwMzgzMDA2NDJkM2RiZGUyNmViMTQ1MThkNjM1XCIsXCIyYjdkZTA1NDJkNTk4NDJlOWI5YjlhMzhiYjE2OGU0OVwiLFwiN2UxOWQ5N2JjYjVhZGYzNGU0ZjRlNDRlNmIyOWY5MTdcIixcIjJjOGRlYzBjNzJmNjkyZDQ1OTg5NmRiYzdiNGVlMzRhXCIsXCJjNTk4N2M3YjM5YTU1MDYzNmI0Mjk4OGUxMjEwNWZjN1wiLFwiZGY5ZWIwM2M1YTRhZjgxNzNiZjZmMDM0MzRjNjIzNTdcIixcIjE0MTM5MzE3MTA5NzFhYzMxYzBiNWY2ZDQ2YWQ5OGIxXCIsXCIzMTAzZjA2YzJiMDQ1NDc5ZTdjMjczNTg3NDYwNTAwZVwiLFwiMmRkMGJkM2UxY2M0MGRlOWU4ZjYxMjc0ZTJlNWM1ZThcIixcIjBjYjM3NDE4MTY4NmFjYzk4NDA5MDVjYWM5NTUzM2ZiXCIsXCJhZDk3ODk1YzgwZjYzOGJlYWNlOGUwMjFkMDlhZDRiNVwiLFwiMTQ5YjU5OWE5YjRiNjM0YWQxZDQxYWRmYzQ4NTIyYWVcIixcIjkxODAxN2M4YmI4YzU4ZWVlZWExM2RhNWZlNjVjZDhlXCIsXCI0MDUyNTA1MDc5NWU1MjEyMGE2NWFjNTE0OWNkNzM4YVwiLFwiY2FiNGIzMzczMDdiZmMxYzQzY2RkYjEzNmNlNzJkZjZcIixcIjk0ZWEyYThkODQ5OTYwZjcyZjVlNWZjOGMyZjY2YTI2XCIsXCJjNGY3OTU0OTkyN2NjMDAxMDNiMzkwNTNhZjYzNTRhZFwiLFwiZDRlYTMzOTJkYjUxYWJjNzFiN2YzNmZhYjc1ODU2NWFcIixcIjU5ZTE1Y2Y4ZTJhN2Q1N2IzZGFlYWZjNjI2MWI0ZDc3XCIsXCI4ZDQ3MTk5MThmZmE5Zjk0NDYwN2Q5ODUwZDI2NmIzY1wiLFwiN2Y2MjQyZjY5MTRlMWYxNzIwOWRkYjU2NDY0M2NlYmRcIixcImVhZmJkYWQwYmQzN2QxNWQwZDE4NGMzYWQ2NjhjOWMzXCIsXCJjYjE3N2E4NjdhNmQ4ODU0ZTIyMzFhODkwM2RmYzQzZVwiLFwiMjY0Mzg1ZTYwYTAzYTIwNGEwYjNhNDYzODEwNjNmNGZcIixcIjYxYmEzYmFmZGQ5OWUyZGUxNmJiOTU3MzNmNDAzNjdiXCIsXCJlYWNmZTkzZTE4ZDFkNjJlMzg1NjZmOTg2NGRmODJkNFwiLFwiODk0ODM4ZTJmMDQ3YWM2ODg3YzI0ZmM1NmVkODViYWJcIixcImJkNjAxYWI4MzBmYWVhZTRhYTQ0NDE0YjQ5YTZiN2FjXCIsXCIyZTM1ZGYzYTc5ZmY3NzY5YTIxY2UyZTRhNzQwZTQ0NFwiLFwiYjgwNTRmZmJjYTVjNGFkOTI4YWI4M2IwMDBjZTA5YjRcIixcIjc5NjcwMGMzMjQ5N2YwNGNjODYxN2ZlOGE1MjkzYWQyXCIsXCJjOWMxYjk2MjA4MTVjOGMzNzZlMDgzYTI1MGI3NDIzNlwiLFwiMGY2NzQzZTQ5NTU2ODU1YmJiN2ZmYzBjYTQ4ZWFjODVcIixcImE0MmE5YTkzN2UwMThhN2Q4NDU4ODM1MWI2YTUyMTViXCIsXCIwNTY0MGFjYjYzOGM1NThhNjcwNDUyN2IwMWUzMTQzNFwiLFwiYjk3MWFmOGNkMzQ3YWM0ZjVhNjMyYTE4ZDU0N2QxNDlcIixcIjhhNjU4ODEzYmNkZDJjZTk1M2E4M2Y2OTE5MGRhMmZlXCIsXCIzMzRmMGNmYTE4NmQwZmJiNzIwZTVjYTI1NzNhYzRhN1wiLFwiNTcxMjQzNjUyZjhkMmFmZDMwMGY4ODI5ZDQyM2JkNzJcIixcIjViNTg4OThmOGU0YmFiNjI2YWQwNDdmYmU0M2IzNTk0XCIsXCI3YjBlNzY3MmVhODBkOTlmY2I0MDM5MGNkNzgyZDA0M1wiLFwiMDc2ZTQ2N2UyMDczNjg2YmMzMjY2MDFmZmQ4NGU2MzhcIixcIjU2Yzg0YTZhNzI2MDk1ZDIxOGQ1YTFlNzNiNzFkM2U5XCIsXCJkMWI2OGQ2ZTE2ZGUyMDEyNDM0ZTRjZGU3YmIyYWU4MlwiLFwiNmQzNTE4ZGY3ZjE5OGViNzlhYjJkZDhmMDRhMGU1N2VcIixcImE3NGU2NTI4NzFlY2NkN2U5NDlkOWZkMjQ2ZWVjN2RjXCIsXCIwYzRkNWRlMjE5MGY0YTMyZTZkYWU0OWI5MTYyYmU3N1wiLFwiYTUxMzhjMzc0YjJiYzdhMDVhZDg5YmViNTIwYzFiMmVcIixcIjU4ZWQ0ZjYyMmNjMjA4MTNiZTllOTQ0MzBhMjRlODUwXCIsXCJhZDU0OWQ4MTFiOGY5ZWE0M2Y1ZWFmOTA4Mzc4MWEyNFwiLFwiNTFjNzAzNGZlNTU2OTViNzkzNDA5ODdjYjczZjExNjJcIixcImM2MDU5MGU0ZWU3YWM3NWU3NGZkNmI0NGQxZDcyNWQzXCIsXCJmN2ZlN2Y4MjcwMGM3OGUxMTJjMTQ4YTM1OGZjNzE4N1wiLFwiMzZmM2JhNDYyYzI3NjcxNTAzOTdhMWVjNmFlMDZlOTNcIixcIjgxNDIxNzU0NDcxYWUzMDdlMjc4YzZlNzRlZDJkYjMzXCIsXCIwNTEyYzZjZDk0YTI0YjgwZWE5NjE2Y2JiNDVhYThhY1wiLFwiZDVkNDdhZmUxNzQ0YWRkMzhkZWY1NDFjYjZmN2Q5Y2ZcIixcImM5OGViMTdhNzczMjBkNmFmN2ZiYmUyN2Q0ZWFmMjdhXCIsXCIzNjM2NmUwNTQ1NzAyMzg1MmFlMjhiZjZjMjQzOTY4NFwiLFwiMDlmMDE5OTA4MmNmMTQ2Y2I4YzlmYTMwNDVmNDU3MjJcIixcIjA5MWNkOGU4ZWExZDU1NmVkNDQ0ZjkyMmRhOWM4MDU2XCIsXCIwZWRmYmI5ODA1NmZjY2YwNjE4MmUxZmFmNWNjMWJkZlwiLFwiYjI3NTk5NDFhMjhjMWU0NDhhYTIzMTIxOGNjNmZlNzlcIixcIjA4NzE1NjU5OTFjMDAxMTIxMTNkOWVkYmY4N2NiYTVkXCIsXCI5YzZkMDE3Njc3ZWE5NGQzNWI4YWJiZDllNGMxY2ExY1wiLFwiOGVkYWY0MDg5OGIzYTBmOGNkMTEyZmQ3YmI1ZjY1OWVcIixcIjk3ZTkxZWVmN2E5OWQ4MTkwODI5N2Y3ZDFlYjBiNjAyXCIsXCJjYjM5ZTJkMDNiMTlkNTRiYTMwMWQzZmY3ZTE1MjFiNFwiLFwiZWRhZWJhODk2NGQ3NzU3YWFiOWY5NDY1NzE3Mzc4MzVcIixcIjgyMTQ4ZWVmMzkyODYzNzcxODllMzczYTYxYzUyMWQ0XCIsXCJmZDRkMjI5OGE0YWY1ZDMzMDNjYjQ2MjRjNTViNmI0ZVwiLFwiOGE2Y2I1ODdiZGJhZjJlMGZhMmI0NDk2NmYyN2JhMjdcIixcIjk5NjI0MmY5MDYyNGQ3ZTc4M2ZkMWRkNjhiM2M4YWM3XCIsXCJmYjc5Y2Q3NDJhOGQ4ODdmYzIyYzNhZDdhNjNjY2EyOVwiLFwiZmRhNGVlODIwODIwNzY1YjhiNjBiMjIxZmU1ZTYxYjhcIixcImRlYjg4MjI0YmJjZDdiMjgwZDc5YzA5ZTk0N2VhNTAxXCIsXCJmNzNhOTI3OWUxYTcyYWQwZWI1YWI2MDE1NTdmMTI3Y1wiLFwiMTIyODJhM2I3MzJkNjgxN2E4NTkyNDM0ZGI2MDk4ZjFcIixcImI5MTQyODQwM2I3MjViYWM0ZWE1YjNkYWNhNWFkMWRmXCIsXCJmMzAzZTFhNWUzY2E4ODY4ZjU0ZWNjZmUwYTRjMjEwMVwiLFwiNDY3Mjk3NWI5NDMzNjg5NDdhZjdkYTMyYTUyNjNlMTVcIixcIjlmZjhiYTU3OTJmM2EzNWQzMDU4YjQwNzIzOWZmMTc4XCIsXCIxZTU3NTE4N2Y5ZGI4YzQ3OTU2MmQ5Y2FmMjcyMDUyNlwiLFwiYWM2MWFlZThhYjk5NzBmNDI5NjFmYzQ3OWNmM2NkZjhcIixcImM4YjEwMmVlZGRhZDE1ZmE3NWVkNGQxYWZjODcxYzFhXCIsXCJlYjMwNDEwYmY1NDQ1YWY1OWFmZjU2N2NmYzQ2YzMyNVwiLFwiZTkwZTEyNzZlNzBjZTc3Nzc2MTZlNGM4OTEyMDdhNWFcIixcIjNiZTczNmU4ZDQ1YTcwNjA4ZTA4Y2Y0MDY0NDdmOWMzXCIsXCIyMjNlYzI4YmQyMDJmNWExZjQxOGNhY2JhZDMzNDJkNFwiLFwiNjk3ZDgxMzUxZGI4Y2Y2NjM4YTg3ZGYzY2YyZmVmYTJcIixcImNjYTMxODY0ZDljMDE3ODE5OTA3YjhmMDdkZTI5NWIyXCIsXCI1YTk0YTdhOWU5M2E2ODJlOTAwMzVlYTY0MGI3ODFiZVwiLFwiYTgyODMzYzdlM2EzOWExNDQzODMyZGRlNGQ3ZThlZDlcIixcImVjOTcxYTQwY2QyZDE3MTIxMzJlYjcwMmRkNzAwYTE2XCIsXCI5OTEyYWQ2MjNhZTk0YzllMDc0NmJmYmE3Nzk1YjU3Y1wiLFwiZmRhZjMyOWEyYzYyM2U0YWZjYWVjYWYzMDJmNWM1ZjVcIixcIjRkYTBhMjk0NDQ3Nzg0Zjk1N2VlZGRhMGNmZWQ1MDAxXCIsXCI3OGUwOGM5YThkZGE4MDY4NzFlMGM2Zjc4NDEzNzhlOVwiLFwiNGI4M2RhNzI1NmU5ZmZhYjhjNmI0YjgwODAxZGI5N2VcIixcImYxZjEwZTE5MWU2Mzk0NmJhMWY4ZWJhY2I4MDk0ZDg5XCIsXCIzNDA5NGE4YTdjMDc1MmFjY2NiNTBiMzNjOWNjYzRmYlwiLFwiMWU3Mjk5N2ZiNzc2MzZhY2I0MDY1OGYxZDc2YWUyNGZcIixcIjQ5NDllN2RlNDdkOWM0MjViNjBmODdmYjIyODQ3NmRhXCIsXCJkMzMxZWNiNWUyZGIwZWQ1YjFkNDNhMDEwZDlkZTdjOFwiLFwiOWM2NTUxZjI0MmNiYzVmZjJhNjhkN2FhYmQ2NGZkNWFcIixcIjgwMDkwZGI0MWNiZDA5ZGVlNGM5ZjYwYTZmZTE1NWM1XCIsXCIwZmVjYThlMzRiYmNjZTMwNzM5MDdhOTU5NmEyMWI4M1wiLFwiYmY4MzQ1OTQ1NjIyZjY0N2E0OTRiYjYzZTk4MTE4ZDJcIixcIjcwMGNkNGQyMWNkMjI5MzA3MjQyZjdkM2NlNjkzNDgyXCIsXCJiYzdkNjk1NWJlMGQ3Yjc2NGYwYmQ4YzYyODMyMTI2OVwiLFwiNDU3ZTczY2ExMWZkNTk1MjIwZmNjOGUyMjEyNGIyYTRcIixcImQxNmM5MDM5ZjkxYzkyZjM0Nzg3MDRiNDQ0OWEwNTJmXCIsXCJkODI3ODU3NWM5YmY1NGM0MzBmY2JlZWZhYjZiYWUwN1wiLFwiNTYzMDRhZTEyMWU1MmFiMmY4YTAzYmQwZWZlNTExNzFcIixcIjUyODI4N2EyZmFjM2EwYTZmZDQ0ZmM0ZWMxMWJmYzZmXCIsXCIzYjIxNTcyMjc4MjZkYzg4ZDdkYTI0NDdjOWVlY2FmY1wiLFwiOTA1MjBiMmI4NTkzZDEzYTY4ZTcwNzE0YjZiZTA1OTBcIixcIjUwNzU3MTk3OTBkNDFiNmMwZjkwZTVlOWFhNzhiNDQyXCIsXCJiOGJjNGU1ZWNlNTFiODU3OWZlY2Q3MGVjMTcyNjg4M1wiLFwiNDU4NjAxZGRiOGY5ZDA4ZDk0NzdjOGVhYzAzYTcwNjlcIixcIjQwMjliYjRiMjQxOTQ3YzIzZDcyNDIwMGMwZWY2MzFjXCIsXCIxZGYyNDgxNmQ2NDVmYzU5NTU1NWJlOTQ1ZmU2MTIzOFwiLFwiNTk0YTY2ZmMzZDNjNTRjMzNiNTQzODUyMGY3NzQyYzdcIixcIjQ1MmJlZWJmZThhMGNjNzY4NTU0MDQ0N2QwNzVjMjE5XCIsXCJhZTI1MTNmZjRiNGVhMjQzODA0ZWJiOTk3OWRlMjA3M1wiLFwiOTIxN2JmZjYyZjhmZTU1MDE1NjY3ODUwYTMxYTY5MjdcIixcImNjM2UxNDYxYjAyNTg4ZDUwZmRjYWI4ZDYwMmQzOGVkXCIsXCIxNzU2YWZmN2Y5ZmYxOWVjNGViODliNTYwOTVlOGI2M1wiLFwiZjg2NmU4NzNiODQ4OTgyZGRmYzZhMjhmNDNhYTNkMmZcIixcIjRjZDhmNzRhN2FmYzI5MWQ2OGZmZWJjYTY4MmU3MDFjXCIsXCJkZGVkNDdlMGM2MTYzNjI3ZTAxYjYyZDg3Y2FjMzJiY1wiLFwiYmQ4YWYwMzZhMzdjNjk3MWM5ODM2NzRiZDM0MWIxNDdcIixcIjRjNGQwZjc3ZjJkZGY1OGVhMGRhY2ZjZDZmMjE1ODJjXCIsXCIxNWZjZDc0MTdiYjQyODFjZDAzZDA5NmE3YzdkOTYyNlwiLFwiYzIzZGFlNjk3MDk1ODU5ZGM3MmQxZDg5ZDQ1OWU2ZmNcIixcIjFlYTNjZjM0ODM2Zjk1MmI0NmEwMjBkYzNkZTg4ZDY1XCIsXCIzNjhkNzRiNDMxMGFiNGExZjY4NDMxODA3ZTZhZDZiZlwiLFwiYTNlZDFjMWQ0M2ZkZjM3OTJiN2MwNzM4YzAzZGY3ZTBcIixcIjAxMjQ5MDI0MmFhYzYxYjkzM2Q0ZGUyMzM3MTNlNWEyXCIsXCIxNDExYTI0MWZlNGQ4NWY5ZWNmODljZmMxMDliMmRlNVwiLFwiZDEwMTEwZWRkYjk3MDBlNDRhM2Y3ODY1MTM1M2JlNzNcIixcImVhYzMxMTMyYmJmMjA3ODBkYmY1MjhkZTBlNmU3MjJiXCIsXCIzOGQ5ODUwNzk2M2Y1MjI3ZmE1YTg3MGFmMTczNGZhM1wiLFwiNTgwODFkZWZmMWFkNTZiNDUwZjVhZDYyYTAwNjRmNDBcIixcIjg4Y2RmOWZmNTg4ZmVjM2QyY2EwODFjYzIzMTdmNGZlXCIsXCIzZTYxZTVmZWRhMGFjYjA2ZGE5OTUyODVkNjk5YWQ2YlwiLFwiODYxYzFlODY5ZGViM2JlN2E2MDdiY2U5YWE0MGExZDBcIixcImI3NjA3ZWI3Mjk0NjIyNmMzMjhiM2NiODZhYWQyMzQzXCIsXCJhOWNkMDUzNWMzYmVmOThkZTdiNjllY2Y4ZTE2ZmQyMVwiLFwiOWQwNTRiMDkzMjk0MDQ2NWUzMGRjMDljOGExMDhmOTJcIixcIjNjZGZhYzIzZmE1NTE4N2ZmOWU4YTZkZWQzMjhiMGExXCIsXCJhZjM5Y2RkNTI4YzNlOWEyNTIzNDQ1OTM3YzcwMzA5N1wiLFwiZDA2ODlmNThiNjk0NTZlZmIxOGI5MDgxMmZlZDJhYTlcIixcIjM0M2U2NzYwNThjYzAwZjFmMDE1ODliOGExODgzMDhkXCIsXCIyNjFlNTQyNzRlNDQ5OTI1ODdhOThmZDkwOTVkODRlYVwiLFwiMzQ2NmJkZmE3ZmI4NWVhZGU0MGY3ZjVmYmIwYjlmYzhcIixcImRmMzNlNmQ4Y2QxOWMwMDNkNGUxYmJmNGQ3YjNkZGYzXCIsXCJmZmJmYjE1MDY1ZWMwMWUxNzlhOGFlNDM1YjRiY2E0ZFwiLFwiZjI3N2MxZjYxZTg2ZDBhMzFmYWZhYjExNjRlMzVlYThcIixcIjZkNWMwOGY0MzMwYWMwZGY3NWU1YWFmYmIxYjQ4OTZmXCIsXCI0ODhlZDYwM2U1YjM4MTdlZjE0ZmQxMGU5YjcwZmVjNlwiLFwiZWNlNzY0N2ViNTdlM2ExNjlkOWY2NzQwMjBhM2MxODNcIixcImRiY2M0MzFkNDg1MTE1MjllNDAzODA1OWUyMDg2OWE4XCIsXCJjNjQ3YzRmNWUyOWQ0Nzc3YWZlYzVlMGUzOTJkNGNhY1wiLFwiMmQxNmYyYmY2NThlODM5NjA5NDliNzRkYzcwOTFjNzdcIixcImZiZTE4NzIzYzI5Mjk0NzQ5M2U1YjBjY2M2NjJkZmNiXCIsXCJmM2U1NGQzMGZkMDBhZjhkMmRiODExNGVjMTUzMmJlYlwiLFwiMzM4ZjYyNzRkMDAwNjJlNGRhZDk3Y2VhNzU2MWQ0ZDJcIixcIjdmYjVkMTUzODIwOGMwNGMzNTk4NGIyYzZhMzNiZjBmXCIsXCJjNWYzODIyY2MzM2U0NWU2NTAwNjQxYTg0YmViMWY4OFwiLFwiYzBjOWViMDgzZjRlOWE4ZDViNjBkZmIzM2NmOWRmNzJcIixcIjY4ZTcxMWM3OGU5YjQyMWE3YjFlMjE1ZWRjOTdmNjAwXCIsXCI1ZjE0MzhlOGIzZWY2NzAyNmI2NmRiMGU3ZGUwMGYzYVwiLFwiZmZkZWI4Nzc4ZTUwODdiNGI5MjNkMjI2NmU2NmNkOTRcIixcIjk3YzVmZTVkYzI3YjdkODI3NDYxZWYyNzNjNWRmOGE0XCIsXCIwOThjY2NlMGJkOGI1NmZiN2VjMzVmYTQzYjljYWM0Y1wiLFwiMTU2NzZjMGZmOWE0NjhjZWQzM2UzYWJhMGMzODY4MDhcIixcIjkzZmY1ZjkxNjFmZjliODQ5ZjZjOGRmMzQ1NzFjY2I5XCIsXCIxNDA0OTQ5MWU3OWM0MDdmOTZhMTViOTllNmVjNTM4ZlwiLFwiY2M5ZGE1NDI2ZTljMjI4OTg5YjcyMTllZmJlZGM2YmZcIixcIjE2MzBiMzQ3NDdlZjI5OGJjMGFlYWMxNzg0ZjI3NWFhXCIsXCI2NzlhZDE1ZGQ3Y2ZlY2YyMGYwMGZlYzhjYWQyNTg2M1wiLFwiYzAxNDUwZThhZjI5MTA3MTJlNjgwN2QwZTA2MDNmNDRcIixcImIwYzEyYmRlNjMwZDZlMzY4YzZjNGIxZTI5YzEyMGEwXCIsXCIzNTBjZWJkZjc4NGRlNDBiYTYxYTM4Yzg0OGMyOGM4NlwiLFwiMWE1OWJiMDc2NWUwMmI1MDg4MmQ4OGIzNDUyNTYyOTVcIixcIjk4NzNlNTlmMTU0OTgxYzIyZmI0NDk1NmMyNTdkNTEyXCIsXCJhOWJiNGQ2NTQzY2IxNDM1ZjhmM2U1YmJkZDU2MDc2YVwiLFwiMGE5ODQ1OWI1MGM1NTVkZmMyODU4MGM5MmJiOGVjOThcIixcImZlNjk5YmU4NzU5MTJlZGI5MzRiMjc3MmVjOTIxMDNlXCIsXCJmNDQ3ZTJiMTFhYjk4MGVhNGFmMTNiMTk4ZmJmY2RhZFwiLFwiM2I2MzU4ZWJlODE1MTE1OWFkYjlkZWQzYWIwODRmYzFcIixcIjA0MWM0MzdkYjM2ODQ4NjM4ZmU1YzQ1MjMwYzRmNzA1XCIsXCI1MDc5NjY2YzM3NjYxMjQ3ODMwMWQ3NWFkOTRhMTdjOVwiLFwiYTEwMmY1NjE3ZjY5NTg4YmM3Yjc1ZDU3M2Y5MjNlNjFcIixcIjRkMDE3MDgwYmI5NDQwYmUwZTllOWVkYWIxMDkzOTlmXCIsXCJhMzQwYjk4OWUyOWFlYjZmNTMwM2E5OTFiZTY0Nzk3YlwiLFwiNjVhMGY3YzlhZDg0OTA4ZTViZDM3ZDUyMTkyZWQ3ODRcIixcImMzY2ZiNTZlNGVjYjg2ZGY0YjEwNDM3NWU4ZDJiMzk1XCIsXCI1NmMxMjZhZjAyOTE2MDg2Y2IzZWE2YTJkOTRkMmM5MlwiLFwiMThlNjRhYTJlOTJjZGEwNzYyZDBiZTJkMjNkNzlmYzRcIl0sXCIxNFwiOltcIjIxMDYyOTE1MzcwMjg2MzcyMTVkYjM5MWZiNDA5M2NjXCIsXCI5ODNmMThhNDkyZmM1N2ZkZDczMDg5NDc2Yzg0NWZlZlwiLFwiMDY4OTg0ZTM5ZjM4ZjczOGUxOTgyYzU2Y2QzNzEyYjdcIixcIjc4NWRhYzM4ZmIzMDA5YzBkMGU4MTk4NjY2NGUxYTYwXCIsXCI2ZmM4NTE2N2ZlOWQ4NmY5OWJjZWRiMTQxZWFiYWY4Y1wiLFwiYzg3NGViOTM4N2M0MGY1OGQyZDcxYmQ5NTVkNTExMGNcIixcIjlmMWIzNWU4OWNkNmM0MzQ0ODU5NjhjNzZjYTI2OWY1XCIsXCI2MTUzMmQxNjhhMDI1MWEwN2VjYjA5MTRhNTFhOGFhY1wiLFwiMGQ2MTM2ZWEzM2E4MmQ4YTM0MmYyM2U3YjE3OGY0YWJcIixcIjYzMDM2NTk2YWUzZjgwOTYyYjMwY2QzODJlMmZjYjRjXCIsXCIwN2NjMjA3OTczNGE5ZDAzNGQyZjNkZGQ5YWZhOGZkNFwiLFwiZDQ3MmJmNDRiNzljZTgzMjZmMjAyMWIwZmQ1N2QxZDlcIixcIjE2N2FhOGQwZmZmNTQ3Zjk5ZGQ3NTFmMzBmYTc2OWNmXCIsXCIwM2U2ZGU4ZTZiN2M0ZTgwMDgyY2JkNGI0YmFiNDMzM1wiLFwiM2IyNjQ4OGFkNmRlZjRkODk0ZTc1YTA4ZTc5MzE1YmZcIixcIjIyMzRkMjlhYjJmZjFlMmI4N2VkNzViODJhODg0OTk2XCIsXCJlY2U3OGNmYTA4NGYxODMyMDA5ZjNiZjg1YjFiYWRjM1wiLFwiNWQwNWU2ODczNGY3ODUxOGFlODUwZTU3M2FhNTc5MzlcIixcImIwMDE4Mzc2YmQyMjk4MmU2YWFjMDAwZTRmODhiMjM5XCIsXCI3ZGYwYzQ2ZjZmOGMyYjE0OWYxNmIxY2JkMTNkN2Q2Y1wiLFwiZDQ1ZmQ4NzMzNGJhMWM4NGQyYmJmZGRkZWQwZWRhNTVcIixcIjhlNWE2ZDM1YTRhOTZmOWZhOGM3YWI3MTA1MzcxYTFhXCIsXCIwZjVmNThiZDUxMjBmZGNiOTI0MmYxM2NlNDQ1OGRkMFwiLFwiZTlkNWRiYmYzNGFhMjAwZThhODFmZjE5MThiZjFkZjJcIixcImQ3NzJlOTZlY2M3OWVlNDcxNGJhMDYzMzY0ZDI2NmFkXCIsXCJjZTYzYjc4MDQyYzQ5ZTk1NzI1MzJkZDRkZDNlMGI3MFwiLFwiMTg4ZDgyMjNlZWUzYThkZDNiNzYyNzllNTdlNTU2MmZcIixcIjlhMTc0ZTIyMzkzNzgzMzM0MmZjOWU0Y2JkNDg4MzFhXCIsXCJmNTI0YzU4MjIzYjUzMWYxNWM5ZTBlY2Y5ODk5OTViNVwiLFwiNDI3ZDc1NDg4MjhmYzdmYmVhMWYyYTYwNDQ4NjI1OGZcIixcImU4NGM2Y2MwY2Q5ZTdjMTllZjNlYTUwZGJhNTA0YTgzXCIsXCJiNTE5OWRjYzFiMDRmYjEyMTFlYTk2ZGMzMmNhMWVjOFwiLFwiNjljZmY3NTQ3NWYxMjY2MDk3NDIyMTYyNTI2N2VlMGJcIixcImMxOWYzZjFiNmJhMWRlMTRkYmFhNDk1YWVmZDY2MDk4XCIsXCJhMjdjN2MzMWNiYWFjNWE1OTI1ODlhMjVjZWY3YTgzNFwiLFwiYTAxNmVjYTA2YWYzZTViYjg4NWIwNzA1ODljOThhMTdcIixcImQ5NDYyOTUxZDUzZmNiODY4YzRiYmU4ZTIxYjhhMDMwXCIsXCI4YmYwNjRlOTY3MmRmZWFjMjM1ZjEyMTc2ZGY0ZTk2YVwiLFwiM2Q3NmJmZTQ2ZjZmZjkxYzc5MWU0ZDNjNzc2NGI4MTJcIixcIjgxY2I0ZDNiNzI2ZDcxYjU2Y2FiZDUxYzYwZGJmZTZjXCIsXCJkMjlhNjJjMDRmM2E5MzM0MzkzMWExYzU3ODgwMDJmYVwiLFwiMjIxYjJiMDM1YTM2ZDEwOTQ0NjBkNjNkODljN2RhMzRcIixcIjRiYTJjYmZmMDNmY2NjZjY2MDliNWJhZDVhYzFkNGZjXCIsXCIyZWNkMzJiMzY4MjNhOGI3ZWI0MmE5ZDM3ZDczZGI2Y1wiLFwiOTRhYTUwMWI5YjE0ZTAwYzIyMDc4NTc3ZDU5MzljNTVcIixcIjIwYzEyYTY5YzNkOTdlMzU2NDljOTA1NWUxY2UzMjlhXCIsXCJkOGNhOTg1ZWMyOGViZDU4MTQ3NGU5YTVjNTk1YzQ2ZVwiLFwiYWNhZjVjOTcyZDFhYjU3ZmY1NzdkOGQ2MTgzOTVjZWVcIixcIjE5ZDIwMzgzMDA2NDJkM2RiZGUyNmViMTQ1MThkNjM1XCIsXCIyYjdkZTA1NDJkNTk4NDJlOWI5YjlhMzhiYjE2OGU0OVwiLFwiN2UxOWQ5N2JjYjVhZGYzNGU0ZjRlNDRlNmIyOWY5MTdcIixcIjJjOGRlYzBjNzJmNjkyZDQ1OTg5NmRiYzdiNGVlMzRhXCIsXCJjNTk4N2M3YjM5YTU1MDYzNmI0Mjk4OGUxMjEwNWZjN1wiLFwiZGY5ZWIwM2M1YTRhZjgxNzNiZjZmMDM0MzRjNjIzNTdcIixcIjE0MTM5MzE3MTA5NzFhYzMxYzBiNWY2ZDQ2YWQ5OGIxXCIsXCIzMTAzZjA2YzJiMDQ1NDc5ZTdjMjczNTg3NDYwNTAwZVwiLFwiMmRkMGJkM2UxY2M0MGRlOWU4ZjYxMjc0ZTJlNWM1ZThcIixcIjBjYjM3NDE4MTY4NmFjYzk4NDA5MDVjYWM5NTUzM2ZiXCIsXCJhZDk3ODk1YzgwZjYzOGJlYWNlOGUwMjFkMDlhZDRiNVwiLFwiMTQ5YjU5OWE5YjRiNjM0YWQxZDQxYWRmYzQ4NTIyYWVcIixcIjkxODAxN2M4YmI4YzU4ZWVlZWExM2RhNWZlNjVjZDhlXCIsXCI0MDUyNTA1MDc5NWU1MjEyMGE2NWFjNTE0OWNkNzM4YVwiLFwiY2FiNGIzMzczMDdiZmMxYzQzY2RkYjEzNmNlNzJkZjZcIixcIjk0ZWEyYThkODQ5OTYwZjcyZjVlNWZjOGMyZjY2YTI2XCIsXCJjNGY3OTU0OTkyN2NjMDAxMDNiMzkwNTNhZjYzNTRhZFwiLFwiZDRlYTMzOTJkYjUxYWJjNzFiN2YzNmZhYjc1ODU2NWFcIixcIjU5ZTE1Y2Y4ZTJhN2Q1N2IzZGFlYWZjNjI2MWI0ZDc3XCIsXCI4ZDQ3MTk5MThmZmE5Zjk0NDYwN2Q5ODUwZDI2NmIzY1wiLFwiN2Y2MjQyZjY5MTRlMWYxNzIwOWRkYjU2NDY0M2NlYmRcIixcImVhZmJkYWQwYmQzN2QxNWQwZDE4NGMzYWQ2NjhjOWMzXCIsXCJjYjE3N2E4NjdhNmQ4ODU0ZTIyMzFhODkwM2RmYzQzZVwiLFwiMjY0Mzg1ZTYwYTAzYTIwNGEwYjNhNDYzODEwNjNmNGZcIixcIjYxYmEzYmFmZGQ5OWUyZGUxNmJiOTU3MzNmNDAzNjdiXCIsXCJlYWNmZTkzZTE4ZDFkNjJlMzg1NjZmOTg2NGRmODJkNFwiLFwiODk0ODM4ZTJmMDQ3YWM2ODg3YzI0ZmM1NmVkODViYWJcIixcImJkNjAxYWI4MzBmYWVhZTRhYTQ0NDE0YjQ5YTZiN2FjXCIsXCIyZTM1ZGYzYTc5ZmY3NzY5YTIxY2UyZTRhNzQwZTQ0NFwiLFwiYjgwNTRmZmJjYTVjNGFkOTI4YWI4M2IwMDBjZTA5YjRcIixcIjc5NjcwMGMzMjQ5N2YwNGNjODYxN2ZlOGE1MjkzYWQyXCIsXCJjOWMxYjk2MjA4MTVjOGMzNzZlMDgzYTI1MGI3NDIzNlwiLFwiMGY2NzQzZTQ5NTU2ODU1YmJiN2ZmYzBjYTQ4ZWFjODVcIixcImE0MmE5YTkzN2UwMThhN2Q4NDU4ODM1MWI2YTUyMTViXCIsXCIwNTY0MGFjYjYzOGM1NThhNjcwNDUyN2IwMWUzMTQzNFwiLFwiYjk3MWFmOGNkMzQ3YWM0ZjVhNjMyYTE4ZDU0N2QxNDlcIixcIjhhNjU4ODEzYmNkZDJjZTk1M2E4M2Y2OTE5MGRhMmZlXCIsXCIzMzRmMGNmYTE4NmQwZmJiNzIwZTVjYTI1NzNhYzRhN1wiLFwiNTcxMjQzNjUyZjhkMmFmZDMwMGY4ODI5ZDQyM2JkNzJcIixcIjViNTg4OThmOGU0YmFiNjI2YWQwNDdmYmU0M2IzNTk0XCIsXCI3YjBlNzY3MmVhODBkOTlmY2I0MDM5MGNkNzgyZDA0M1wiLFwiMDc2ZTQ2N2UyMDczNjg2YmMzMjY2MDFmZmQ4NGU2MzhcIixcIjU2Yzg0YTZhNzI2MDk1ZDIxOGQ1YTFlNzNiNzFkM2U5XCIsXCJkMWI2OGQ2ZTE2ZGUyMDEyNDM0ZTRjZGU3YmIyYWU4MlwiLFwiNmQzNTE4ZGY3ZjE5OGViNzlhYjJkZDhmMDRhMGU1N2VcIixcImE3NGU2NTI4NzFlY2NkN2U5NDlkOWZkMjQ2ZWVjN2RjXCIsXCIwYzRkNWRlMjE5MGY0YTMyZTZkYWU0OWI5MTYyYmU3N1wiLFwiYTUxMzhjMzc0YjJiYzdhMDVhZDg5YmViNTIwYzFiMmVcIixcIjU4ZWQ0ZjYyMmNjMjA4MTNiZTllOTQ0MzBhMjRlODUwXCIsXCJhZDU0OWQ4MTFiOGY5ZWE0M2Y1ZWFmOTA4Mzc4MWEyNFwiLFwiNTFjNzAzNGZlNTU2OTViNzkzNDA5ODdjYjczZjExNjJcIixcImM2MDU5MGU0ZWU3YWM3NWU3NGZkNmI0NGQxZDcyNWQzXCIsXCJmN2ZlN2Y4MjcwMGM3OGUxMTJjMTQ4YTM1OGZjNzE4N1wiLFwiMzZmM2JhNDYyYzI3NjcxNTAzOTdhMWVjNmFlMDZlOTNcIixcIjgxNDIxNzU0NDcxYWUzMDdlMjc4YzZlNzRlZDJkYjMzXCIsXCIwNTEyYzZjZDk0YTI0YjgwZWE5NjE2Y2JiNDVhYThhY1wiLFwiZDVkNDdhZmUxNzQ0YWRkMzhkZWY1NDFjYjZmN2Q5Y2ZcIixcImM5OGViMTdhNzczMjBkNmFmN2ZiYmUyN2Q0ZWFmMjdhXCIsXCIzNjM2NmUwNTQ1NzAyMzg1MmFlMjhiZjZjMjQzOTY4NFwiLFwiMDlmMDE5OTA4MmNmMTQ2Y2I4YzlmYTMwNDVmNDU3MjJcIixcIjA5MWNkOGU4ZWExZDU1NmVkNDQ0ZjkyMmRhOWM4MDU2XCIsXCIwZWRmYmI5ODA1NmZjY2YwNjE4MmUxZmFmNWNjMWJkZlwiLFwiYjI3NTk5NDFhMjhjMWU0NDhhYTIzMTIxOGNjNmZlNzlcIixcIjA4NzE1NjU5OTFjMDAxMTIxMTNkOWVkYmY4N2NiYTVkXCIsXCI5YzZkMDE3Njc3ZWE5NGQzNWI4YWJiZDllNGMxY2ExY1wiLFwiOGVkYWY0MDg5OGIzYTBmOGNkMTEyZmQ3YmI1ZjY1OWVcIixcIjk3ZTkxZWVmN2E5OWQ4MTkwODI5N2Y3ZDFlYjBiNjAyXCIsXCJjYjM5ZTJkMDNiMTlkNTRiYTMwMWQzZmY3ZTE1MjFiNFwiLFwiZWRhZWJhODk2NGQ3NzU3YWFiOWY5NDY1NzE3Mzc4MzVcIixcIjgyMTQ4ZWVmMzkyODYzNzcxODllMzczYTYxYzUyMWQ0XCIsXCJmZDRkMjI5OGE0YWY1ZDMzMDNjYjQ2MjRjNTViNmI0ZVwiLFwiOGE2Y2I1ODdiZGJhZjJlMGZhMmI0NDk2NmYyN2JhMjdcIixcIjk5NjI0MmY5MDYyNGQ3ZTc4M2ZkMWRkNjhiM2M4YWM3XCIsXCJmYjc5Y2Q3NDJhOGQ4ODdmYzIyYzNhZDdhNjNjY2EyOVwiLFwiZmRhNGVlODIwODIwNzY1YjhiNjBiMjIxZmU1ZTYxYjhcIixcImRlYjg4MjI0YmJjZDdiMjgwZDc5YzA5ZTk0N2VhNTAxXCIsXCJmNzNhOTI3OWUxYTcyYWQwZWI1YWI2MDE1NTdmMTI3Y1wiLFwiMTIyODJhM2I3MzJkNjgxN2E4NTkyNDM0ZGI2MDk4ZjFcIixcImI5MTQyODQwM2I3MjViYWM0ZWE1YjNkYWNhNWFkMWRmXCIsXCJmMzAzZTFhNWUzY2E4ODY4ZjU0ZWNjZmUwYTRjMjEwMVwiLFwiNDY3Mjk3NWI5NDMzNjg5NDdhZjdkYTMyYTUyNjNlMTVcIixcIjlmZjhiYTU3OTJmM2EzNWQzMDU4YjQwNzIzOWZmMTc4XCIsXCIxZTU3NTE4N2Y5ZGI4YzQ3OTU2MmQ5Y2FmMjcyMDUyNlwiLFwiYWM2MWFlZThhYjk5NzBmNDI5NjFmYzQ3OWNmM2NkZjhcIixcImM4YjEwMmVlZGRhZDE1ZmE3NWVkNGQxYWZjODcxYzFhXCIsXCJlYjMwNDEwYmY1NDQ1YWY1OWFmZjU2N2NmYzQ2YzMyNVwiLFwiZTkwZTEyNzZlNzBjZTc3Nzc2MTZlNGM4OTEyMDdhNWFcIixcIjNiZTczNmU4ZDQ1YTcwNjA4ZTA4Y2Y0MDY0NDdmOWMzXCIsXCIyMjNlYzI4YmQyMDJmNWExZjQxOGNhY2JhZDMzNDJkNFwiLFwiNjk3ZDgxMzUxZGI4Y2Y2NjM4YTg3ZGYzY2YyZmVmYTJcIixcImNjYTMxODY0ZDljMDE3ODE5OTA3YjhmMDdkZTI5NWIyXCIsXCI1YTk0YTdhOWU5M2E2ODJlOTAwMzVlYTY0MGI3ODFiZVwiLFwiYTgyODMzYzdlM2EzOWExNDQzODMyZGRlNGQ3ZThlZDlcIixcImVjOTcxYTQwY2QyZDE3MTIxMzJlYjcwMmRkNzAwYTE2XCIsXCI5OTEyYWQ2MjNhZTk0YzllMDc0NmJmYmE3Nzk1YjU3Y1wiLFwiZmRhZjMyOWEyYzYyM2U0YWZjYWVjYWYzMDJmNWM1ZjVcIixcIjRkYTBhMjk0NDQ3Nzg0Zjk1N2VlZGRhMGNmZWQ1MDAxXCIsXCI3OGUwOGM5YThkZGE4MDY4NzFlMGM2Zjc4NDEzNzhlOVwiLFwiNGI4M2RhNzI1NmU5ZmZhYjhjNmI0YjgwODAxZGI5N2VcIixcImYxZjEwZTE5MWU2Mzk0NmJhMWY4ZWJhY2I4MDk0ZDg5XCIsXCIzNDA5NGE4YTdjMDc1MmFjY2NiNTBiMzNjOWNjYzRmYlwiLFwiMWU3Mjk5N2ZiNzc2MzZhY2I0MDY1OGYxZDc2YWUyNGZcIixcIjQ5NDllN2RlNDdkOWM0MjViNjBmODdmYjIyODQ3NmRhXCIsXCJkMzMxZWNiNWUyZGIwZWQ1YjFkNDNhMDEwZDlkZTdjOFwiLFwiOWM2NTUxZjI0MmNiYzVmZjJhNjhkN2FhYmQ2NGZkNWFcIixcIjgwMDkwZGI0MWNiZDA5ZGVlNGM5ZjYwYTZmZTE1NWM1XCIsXCIwZmVjYThlMzRiYmNjZTMwNzM5MDdhOTU5NmEyMWI4M1wiLFwiYmY4MzQ1OTQ1NjIyZjY0N2E0OTRiYjYzZTk4MTE4ZDJcIixcIjcwMGNkNGQyMWNkMjI5MzA3MjQyZjdkM2NlNjkzNDgyXCIsXCJiYzdkNjk1NWJlMGQ3Yjc2NGYwYmQ4YzYyODMyMTI2OVwiLFwiNDU3ZTczY2ExMWZkNTk1MjIwZmNjOGUyMjEyNGIyYTRcIixcImQxNmM5MDM5ZjkxYzkyZjM0Nzg3MDRiNDQ0OWEwNTJmXCIsXCJkODI3ODU3NWM5YmY1NGM0MzBmY2JlZWZhYjZiYWUwN1wiLFwiNTYzMDRhZTEyMWU1MmFiMmY4YTAzYmQwZWZlNTExNzFcIixcIjUyODI4N2EyZmFjM2EwYTZmZDQ0ZmM0ZWMxMWJmYzZmXCIsXCIzYjIxNTcyMjc4MjZkYzg4ZDdkYTI0NDdjOWVlY2FmY1wiLFwiOTA1MjBiMmI4NTkzZDEzYTY4ZTcwNzE0YjZiZTA1OTBcIixcIjUwNzU3MTk3OTBkNDFiNmMwZjkwZTVlOWFhNzhiNDQyXCIsXCJiOGJjNGU1ZWNlNTFiODU3OWZlY2Q3MGVjMTcyNjg4M1wiLFwiNDU4NjAxZGRiOGY5ZDA4ZDk0NzdjOGVhYzAzYTcwNjlcIixcIjQwMjliYjRiMjQxOTQ3YzIzZDcyNDIwMGMwZWY2MzFjXCIsXCIxZGYyNDgxNmQ2NDVmYzU5NTU1NWJlOTQ1ZmU2MTIzOFwiLFwiNTk0YTY2ZmMzZDNjNTRjMzNiNTQzODUyMGY3NzQyYzdcIixcIjQ1MmJlZWJmZThhMGNjNzY4NTU0MDQ0N2QwNzVjMjE5XCIsXCJhZTI1MTNmZjRiNGVhMjQzODA0ZWJiOTk3OWRlMjA3M1wiLFwiOTIxN2JmZjYyZjhmZTU1MDE1NjY3ODUwYTMxYTY5MjdcIixcImNjM2UxNDYxYjAyNTg4ZDUwZmRjYWI4ZDYwMmQzOGVkXCIsXCIxNzU2YWZmN2Y5ZmYxOWVjNGViODliNTYwOTVlOGI2M1wiLFwiZjg2NmU4NzNiODQ4OTgyZGRmYzZhMjhmNDNhYTNkMmZcIixcIjRjZDhmNzRhN2FmYzI5MWQ2OGZmZWJjYTY4MmU3MDFjXCIsXCJkZGVkNDdlMGM2MTYzNjI3ZTAxYjYyZDg3Y2FjMzJiY1wiLFwiYmQ4YWYwMzZhMzdjNjk3MWM5ODM2NzRiZDM0MWIxNDdcIixcIjRjNGQwZjc3ZjJkZGY1OGVhMGRhY2ZjZDZmMjE1ODJjXCIsXCIxNWZjZDc0MTdiYjQyODFjZDAzZDA5NmE3YzdkOTYyNlwiLFwiYzIzZGFlNjk3MDk1ODU5ZGM3MmQxZDg5ZDQ1OWU2ZmNcIixcIjFlYTNjZjM0ODM2Zjk1MmI0NmEwMjBkYzNkZTg4ZDY1XCIsXCIzNjhkNzRiNDMxMGFiNGExZjY4NDMxODA3ZTZhZDZiZlwiLFwiYTNlZDFjMWQ0M2ZkZjM3OTJiN2MwNzM4YzAzZGY3ZTBcIixcIjAxMjQ5MDI0MmFhYzYxYjkzM2Q0ZGUyMzM3MTNlNWEyXCIsXCIxNDExYTI0MWZlNGQ4NWY5ZWNmODljZmMxMDliMmRlNVwiLFwiZDEwMTEwZWRkYjk3MDBlNDRhM2Y3ODY1MTM1M2JlNzNcIixcImVhYzMxMTMyYmJmMjA3ODBkYmY1MjhkZTBlNmU3MjJiXCIsXCIzOGQ5ODUwNzk2M2Y1MjI3ZmE1YTg3MGFmMTczNGZhM1wiLFwiNTgwODFkZWZmMWFkNTZiNDUwZjVhZDYyYTAwNjRmNDBcIixcIjg4Y2RmOWZmNTg4ZmVjM2QyY2EwODFjYzIzMTdmNGZlXCIsXCIzZTYxZTVmZWRhMGFjYjA2ZGE5OTUyODVkNjk5YWQ2YlwiLFwiODYxYzFlODY5ZGViM2JlN2E2MDdiY2U5YWE0MGExZDBcIixcImI3NjA3ZWI3Mjk0NjIyNmMzMjhiM2NiODZhYWQyMzQzXCIsXCJhOWNkMDUzNWMzYmVmOThkZTdiNjllY2Y4ZTE2ZmQyMVwiLFwiOWQwNTRiMDkzMjk0MDQ2NWUzMGRjMDljOGExMDhmOTJcIixcIjNjZGZhYzIzZmE1NTE4N2ZmOWU4YTZkZWQzMjhiMGExXCIsXCJhZjM5Y2RkNTI4YzNlOWEyNTIzNDQ1OTM3YzcwMzA5N1wiLFwiZDA2ODlmNThiNjk0NTZlZmIxOGI5MDgxMmZlZDJhYTlcIixcIjM0M2U2NzYwNThjYzAwZjFmMDE1ODliOGExODgzMDhkXCIsXCIyNjFlNTQyNzRlNDQ5OTI1ODdhOThmZDkwOTVkODRlYVwiLFwiMzQ2NmJkZmE3ZmI4NWVhZGU0MGY3ZjVmYmIwYjlmYzhcIixcImRmMzNlNmQ4Y2QxOWMwMDNkNGUxYmJmNGQ3YjNkZGYzXCIsXCJmZmJmYjE1MDY1ZWMwMWUxNzlhOGFlNDM1YjRiY2E0ZFwiLFwiZjI3N2MxZjYxZTg2ZDBhMzFmYWZhYjExNjRlMzVlYThcIixcIjZkNWMwOGY0MzMwYWMwZGY3NWU1YWFmYmIxYjQ4OTZmXCIsXCI0ODhlZDYwM2U1YjM4MTdlZjE0ZmQxMGU5YjcwZmVjNlwiLFwiZWNlNzY0N2ViNTdlM2ExNjlkOWY2NzQwMjBhM2MxODNcIixcImRiY2M0MzFkNDg1MTE1MjllNDAzODA1OWUyMDg2OWE4XCIsXCJjNjQ3YzRmNWUyOWQ0Nzc3YWZlYzVlMGUzOTJkNGNhY1wiLFwiMmQxNmYyYmY2NThlODM5NjA5NDliNzRkYzcwOTFjNzdcIixcImZiZTE4NzIzYzI5Mjk0NzQ5M2U1YjBjY2M2NjJkZmNiXCIsXCJmM2U1NGQzMGZkMDBhZjhkMmRiODExNGVjMTUzMmJlYlwiLFwiMzM4ZjYyNzRkMDAwNjJlNGRhZDk3Y2VhNzU2MWQ0ZDJcIixcIjdmYjVkMTUzODIwOGMwNGMzNTk4NGIyYzZhMzNiZjBmXCIsXCJjNWYzODIyY2MzM2U0NWU2NTAwNjQxYTg0YmViMWY4OFwiLFwiYzBjOWViMDgzZjRlOWE4ZDViNjBkZmIzM2NmOWRmNzJcIixcIjY4ZTcxMWM3OGU5YjQyMWE3YjFlMjE1ZWRjOTdmNjAwXCIsXCI1ZjE0MzhlOGIzZWY2NzAyNmI2NmRiMGU3ZGUwMGYzYVwiLFwiZmZkZWI4Nzc4ZTUwODdiNGI5MjNkMjI2NmU2NmNkOTRcIixcIjk3YzVmZTVkYzI3YjdkODI3NDYxZWYyNzNjNWRmOGE0XCIsXCIwOThjY2NlMGJkOGI1NmZiN2VjMzVmYTQzYjljYWM0Y1wiLFwiMTU2NzZjMGZmOWE0NjhjZWQzM2UzYWJhMGMzODY4MDhcIixcIjkzZmY1ZjkxNjFmZjliODQ5ZjZjOGRmMzQ1NzFjY2I5XCIsXCIxNDA0OTQ5MWU3OWM0MDdmOTZhMTViOTllNmVjNTM4ZlwiLFwiY2M5ZGE1NDI2ZTljMjI4OTg5YjcyMTllZmJlZGM2YmZcIixcIjE2MzBiMzQ3NDdlZjI5OGJjMGFlYWMxNzg0ZjI3NWFhXCIsXCI2NzlhZDE1ZGQ3Y2ZlY2YyMGYwMGZlYzhjYWQyNTg2M1wiLFwiYzAxNDUwZThhZjI5MTA3MTJlNjgwN2QwZTA2MDNmNDRcIixcImIwYzEyYmRlNjMwZDZlMzY4YzZjNGIxZTI5YzEyMGEwXCIsXCIzNTBjZWJkZjc4NGRlNDBiYTYxYTM4Yzg0OGMyOGM4NlwiLFwiMWE1OWJiMDc2NWUwMmI1MDg4MmQ4OGIzNDUyNTYyOTVcIixcIjk4NzNlNTlmMTU0OTgxYzIyZmI0NDk1NmMyNTdkNTEyXCIsXCJhOWJiNGQ2NTQzY2IxNDM1ZjhmM2U1YmJkZDU2MDc2YVwiLFwiMGE5ODQ1OWI1MGM1NTVkZmMyODU4MGM5MmJiOGVjOThcIixcImZlNjk5YmU4NzU5MTJlZGI5MzRiMjc3MmVjOTIxMDNlXCIsXCJmNDQ3ZTJiMTFhYjk4MGVhNGFmMTNiMTk4ZmJmY2RhZFwiLFwiM2I2MzU4ZWJlODE1MTE1OWFkYjlkZWQzYWIwODRmYzFcIixcIjA0MWM0MzdkYjM2ODQ4NjM4ZmU1YzQ1MjMwYzRmNzA1XCIsXCI1MDc5NjY2YzM3NjYxMjQ3ODMwMWQ3NWFkOTRhMTdjOVwiLFwiYTEwMmY1NjE3ZjY5NTg4YmM3Yjc1ZDU3M2Y5MjNlNjFcIixcIjRkMDE3MDgwYmI5NDQwYmUwZTllOWVkYWIxMDkzOTlmXCIsXCJhMzQwYjk4OWUyOWFlYjZmNTMwM2E5OTFiZTY0Nzk3YlwiLFwiNjVhMGY3YzlhZDg0OTA4ZTViZDM3ZDUyMTkyZWQ3ODRcIixcImMzY2ZiNTZlNGVjYjg2ZGY0YjEwNDM3NWU4ZDJiMzk1XCIsXCI1NmMxMjZhZjAyOTE2MDg2Y2IzZWE2YTJkOTRkMmM5MlwiLFwiMThlNjRhYTJlOTJjZGEwNzYyZDBiZTJkMjNkNzlmYzRcIl19IiwiZGUwZGU0OTExNzc1NzIwOTQ2MzdlMzk3ZDE5YjMzMzIiXQ==' />             <input type='hidden' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' />             <input type='hidden' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' />             <input type='hidden' name='gform_field_values' value='' />                      </div>                         </form>                         </div><script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_1" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_1";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [1, current_page] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 1, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]> */
</script> 		</div>  				 							<button type="button" class="pum-close popmake-close" aria-label="Close"> 			×			</button> 		 	</div>  </div> <div id="pum-4604" role="dialog" aria-modal="false"  class="pum pum-overlay pum-theme-4487 pum-theme-lightbox popmake-overlay click_open" data-popmake="{&quot;id&quot;:4604,&quot;slug&quot;:&quot;relocation-service-in-canada-form&quot;,&quot;theme_id&quot;:4487,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}">  	<div id="popmake-4604" class="pum-container popmake theme-4487 pum-responsive pum-responsive-medium responsive size-medium">  				 				 		 				<div class="pum-content popmake-content" tabindex="0"> 			                 <div class='gf_browser_safari gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_3' style='display:none'><style data-berqwp-style="#gform_wrapper_3[data-form-index=&quot;0&quot;].gform-theme,[data-parent-form=&quot;3_0&quot;]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(&quot;data:image/svg+xml,%3Csvg width=&#039;8&#039; height=&#039;14&#039; viewBox=&#039;0 0 8 14&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-select: url(&quot;data:image/svg+xml,%3Csvg width=&#039;10&#039; height=&#039;6&#039; viewBox=&#039;0 0 10 6&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-search: url(&quot;data:image/svg+xml,%3Csvg version=&#039;1.1&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;640&#039; height=&#039;640&#039;%3E%3Cpath d=&#039;M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}"></style><div id='gf_3' class='gform_anchor' tabindex='-1'></div>                         <div class='gform_heading'>                             <h3 class="gform_title">Relocation Service in Canada</h3>                             <p class='gform_description'>Free online preliminary evaluation form  The following form is to be filled out by foreign workers in Canada who are either unemployed or soon to be unemployed due to an expiring contract or permit.nnPlease be aware that you will need to have ready saved copies (in .pdf format) of your resume, work permits, reference letters, passport page. Please prepare these documents prior to beginning your application because this website does not allow you to save an unfinished application. Mercan is a responsible recruitment company, and therefore will only work with employees who agree to be transparent with their current and future employers.n</p>                         </div><form method='post' enctype='multipart/form-data'  id='gform_3'  action='/404-page/#gf_3' data-formid='3' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LewzP4kAAAAANbplUNYOvLar7EKN7FlVI4Ievs6' data-tabindex='0'><input id="input_0c97bfef374f5584159b401566685ab9" class="gfield_recaptcha_response" type="hidden" name="input_0c97bfef374f5584159b401566685ab9" value=""/></div>   <input type='hidden' class='gforms-pum' value='{"closepopup":false,"closedelay":0,"openpopup":false,"openpopup_id":0}' />         <div id='gf_progressbar_wrapper_3' class='gf_progressbar_wrapper' data-start-at-zero=''>         	<h3 class="gf_progressbar_title">Step <span class='gf_step_current_page'>1</span> of <span class='gf_step_page_count'>3</span>         	</h3>             <div class='gf_progressbar gf_progressbar_blue' aria-hidden='true'>                 <div class='gf_progressbar_percentage percentbar_blue percentbar_33' style='width:33%;'><span>33%</span></div>             </div></div>                         <div class='gform-body gform_body'><div id='gform_page_3_1' class='gform_page' data-js='page-field-id-1' >                                     <div class='gform_page_fields'><ul id='gform_fields_3' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id="field_3_2" class="gfield gfield--type-radio gfield--type-choice gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_2" ><label class='gfield_label gform-field-label' >Do you consent to your information being shared with present and/or future employers?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_3_2'> 			<li class='gchoice gchoice_3_2_0'> 				<input name='input_2' type='radio' value='Yes'  id='choice_3_2_0'    /> 				<label for='choice_3_2_0' id='label_3_2_0' class='gform-field-label gform-field-label--type-inline'>Yes</label> 			</li> 			<li class='gchoice gchoice_3_2_1'> 				<input name='input_2' type='radio' value='No'  id='choice_3_2_1'    /> 				<label for='choice_3_2_1' id='label_3_2_1' class='gform-field-label gform-field-label--type-inline'>No</label> 			</li></ul></div></li><li id="field_3_3" class="gfield gfield--type-html gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_3" ><p>Note: we will only work with a candidates who are honoring their employment term in Canada. Meaning, we are not encouraging workers to leave their contract early. <br>  You may still participate in this project but you should be ready to submit a reference letter from your current or most recent Canadian employer upon reasonable notice. </p></li><li id="field_3_4" class="gfield gfield--type-radio gfield--type-choice gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_4" ><label class='gfield_label gform-field-label' >Are you currently living in Canada ?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_3_4'> 			<li class='gchoice gchoice_3_4_0'> 				<input name='input_4' type='radio' value='Yes'  id='choice_3_4_0'    /> 				<label for='choice_3_4_0' id='label_3_4_0' class='gform-field-label gform-field-label--type-inline'>Yes</label> 			</li> 			<li class='gchoice gchoice_3_4_1'> 				<input name='input_4' type='radio' value='No'  id='choice_3_4_1'    /> 				<label for='choice_3_4_1' id='label_3_4_1' class='gform-field-label gform-field-label--type-inline'>No</label> 			</li></ul></div></li><li id="field_3_5" class="gfield gfield--type-html gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_5" >Thank you for applying ,this form is only for candiates currently living in Canada. Please press Next to end this form.</li></ul>                     </div>                     <div class='gform_page_footer top_label'>                          <input type='button' id='gform_next_button_3_1' class='gform_next_button gform-theme-button button' value='Next'  onclick='jQuery("#gform_target_page_number_3").val("2");  jQuery("#gform_3").trigger("submit",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery("#gform_target_page_number_3").val("2");  jQuery("#gform_3").trigger("submit",[true]); } ' />                      </div>                 </div>                 <div id='gform_page_3_2' class='gform_page' data-js='page-field-id-1' style='display:none;'>                     <div class='gform_page_fields'>                         <ul id='gform_fields_3_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id="field_3_6" class="gfield gfield--type-date gfield--input-type-datepicker gfield--datepicker-default-icon gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_6" ><label class='gfield_label gform-field-label' for='input_3_6'>Original Date of arrival in Canada<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_date'>                             <input name='input_6' id='input_3_6' type='text' value='' class='datepicker gform-datepicker dmy datepicker_with_icon gdatepicker_with_icon'   placeholder='10/11/2024' aria-describedby="input_3_6_date_format" aria-invalid="false" aria-required="true"/>                             <span id='input_3_6_date_format' class='screen-reader-text'>DD slash MM slash YYYY</span>                         </div>                         <input type='hidden' id='gforms_calendar_icon_input_3_6' class='gform_hidden' value='https://www.mercan.com/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg'/></li><li id="field_3_7" class="gfield gfield--type-radio gfield--type-choice gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_7" ><label class='gfield_label gform-field-label' >Do you have a valid status in Canada ?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_3_7'> 			<li class='gchoice gchoice_3_7_0'> 				<input name='input_7' type='radio' value='Yes'  id='choice_3_7_0'    /> 				<label for='choice_3_7_0' id='label_3_7_0' class='gform-field-label gform-field-label--type-inline'>Yes</label> 			</li> 			<li class='gchoice gchoice_3_7_1'> 				<input name='input_7' type='radio' value='No'  id='choice_3_7_1'    /> 				<label for='choice_3_7_1' id='label_3_7_1' class='gform-field-label gform-field-label--type-inline'>No</label> 			</li></ul></div></li><li id="field_3_8" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_8" ><label class='gfield_label gform-field-label' for='input_3_8'>Status ?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_8' id='input_3_8' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Please select&#8230;</option><option value='Visitor' >Visitor</option><option value='Worker' >Worker</option><option value='Student' >Student</option><option value='Under restoration' >Under restoration</option></select></div></li><li id="field_3_9" class="gfield gfield--type-date gfield--input-type-datepicker gfield--datepicker-default-icon gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_9" ><label class='gfield_label gform-field-label' for='input_3_9'>Date of Expiration<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_date'>                             <input name='input_9' id='input_3_9' type='text' value='' class='datepicker gform-datepicker dmy datepicker_with_icon gdatepicker_with_icon'   placeholder='10/11/2024' aria-describedby="input_3_9_date_format" aria-invalid="false" aria-required="true"/>                             <span id='input_3_9_date_format' class='screen-reader-text'>DD slash MM slash YYYY</span>                         </div>                         <input type='hidden' id='gforms_calendar_icon_input_3_9' class='gform_hidden' value='https://www.mercan.com/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg'/></li><li id="field_3_10" class="gfield gfield--type-radio gfield--type-choice gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_10" ><label class='gfield_label gform-field-label' >Have you been out of status for over 90 days from expiration date and did apply for restoration OR have asked to leave Canada ?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_3_10'> 			<li class='gchoice gchoice_3_10_0'> 				<input name='input_10' type='radio' value='Yes'  id='choice_3_10_0'    /> 				<label for='choice_3_10_0' id='label_3_10_0' class='gform-field-label gform-field-label--type-inline'>Yes</label> 			</li> 			<li class='gchoice gchoice_3_10_1'> 				<input name='input_10' type='radio' value='No'  id='choice_3_10_1'    /> 				<label for='choice_3_10_1' id='label_3_10_1' class='gform-field-label gform-field-label--type-inline'>No</label> 			</li></ul></div></li></ul>                     </div>                     <div class='gform_page_footer top_label'>                         <input type='button' id='gform_previous_button_3_11' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='Previous'  onclick='jQuery("#gform_target_page_number_3").val("1");  jQuery("#gform_3").trigger("submit",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery("#gform_target_page_number_3").val("1");  jQuery("#gform_3").trigger("submit",[true]); } ' /> <input type='button' id='gform_next_button_3_11' class='gform_next_button gform-theme-button button' value='Next'  onclick='jQuery("#gform_target_page_number_3").val("3");  jQuery("#gform_3").trigger("submit",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery("#gform_target_page_number_3").val("3");  jQuery("#gform_3").trigger("submit",[true]); } ' />                      </div>                 </div>                 <div id='gform_page_3_3' class='gform_page' data-js='page-field-id-11' style='display:none;'>                     <div class='gform_page_fields'>                         <ul id='gform_fields_3_3' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id="field_3_13" class="gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_13" ><label class='gfield_label gform-field-label' for='input_3_13'>Job Title<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_13' id='input_3_13' type='text' value='' class='medium'     aria-required="true" aria-invalid="false"   /> </div></li><li id="field_3_14" class="gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_14" ><label class='gfield_label gform-field-label' for='input_3_14'>Name of Company<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_14' id='input_3_14' type='text' value='' class='medium'     aria-required="true" aria-invalid="false"   /> </div></li><li id="field_3_15" class="gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_15" ><label class='gfield_label gform-field-label' for='input_3_15'>Name of Employer<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_15' id='input_3_15' type='text' value='' class='medium'     aria-required="true" aria-invalid="false"   /> </div></li><li id="field_3_16" class="gfield gfield--type-address gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_16" ><label class='gfield_label gform-field-label gfield_label_before_complex' >Company Address<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label>                         <div class='ginput_complex ginput_container has_street has_street2 has_city has_state has_zip ginput_container_address gform-grid-row' id='input_3_16' >                          <span class='ginput_full address_line_1 ginput_address_line_1 gform-grid-col' id='input_3_16_1_container' >                                         <input type='text' name='input_16.1' id='input_3_16_1' value=''    aria-required='true'    />                                         <label for='input_3_16_1' id='input_3_16_1_label' class='gform-field-label gform-field-label--type-sub'>Street Address</label>                                     </span><span class='ginput_full address_line_2 ginput_address_line_2 gform-grid-col' id='input_3_16_2_container' >                                         <input type='text' name='input_16.2' id='input_3_16_2' value=''     aria-required='false'   />                                         <label for='input_3_16_2' id='input_3_16_2_label' class='gform-field-label gform-field-label--type-sub'>Address Line 2</label>                                     </span><span class='ginput_left address_city ginput_address_city gform-grid-col' id='input_3_16_3_container' >                                     <input type='text' name='input_16.3' id='input_3_16_3' value=''    aria-required='true'    />                                     <label for='input_3_16_3' id='input_3_16_3_label' class='gform-field-label gform-field-label--type-sub'>City</label>                                  </span><span class='ginput_right address_state ginput_address_state gform-grid-col' id='input_3_16_4_container' >                                         <select name='input_16.4' id='input_3_16_4'     aria-required='true'    ><option value='' selected='selected'></option><option value='Alberta' >Alberta</option><option value='British Columbia' >British Columbia</option><option value='Manitoba' >Manitoba</option><option value='New Brunswick' >New Brunswick</option><option value='Newfoundland and Labrador' >Newfoundland and Labrador</option><option value='Northwest Territories' >Northwest Territories</option><option value='Nova Scotia' >Nova Scotia</option><option value='Nunavut' >Nunavut</option><option value='Ontario' >Ontario</option><option value='Prince Edward Island' >Prince Edward Island</option><option value='Quebec' >Quebec</option><option value='Saskatchewan' >Saskatchewan</option><option value='Yukon' >Yukon</option></select>                                         <label for='input_3_16_4' id='input_3_16_4_label' class='gform-field-label gform-field-label--type-sub'>Province</label>                                       </span><span class='ginput_left address_zip ginput_address_zip gform-grid-col' id='input_3_16_5_container' >                                     <input type='text' name='input_16.5' id='input_3_16_5' value=''    aria-required='true'    />                                     <label for='input_3_16_5' id='input_3_16_5_label' class='gform-field-label gform-field-label--type-sub'>Postal Code</label>                                 </span><input type='hidden' class='gform_hidden' name='input_16.6' id='input_3_16_6' value='Canada' />                     <div class='gf_clear gf_clear_complex'></div>                 </div></li><li id="field_3_17" class="gfield gfield--type-phone gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_17" ><label class='gfield_label gform-field-label' for='input_3_17'>Contact Phone<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_phone'><input name='input_17' id='input_3_17' type='tel' value='' class='medium'   aria-required="true" aria-invalid="false"   /></div></li><li id="field_3_18" class="gfield gfield--type-name gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_18" ><label class='gfield_label gform-field-label gfield_label_before_complex' >Name<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_3_18'>                                                          <span id='input_3_18_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >                                                     <input type='text' name='input_18.3' id='input_3_18_3' value=''   aria-required='true'     />                                                     <label for='input_3_18_3' class='gform-field-label gform-field-label--type-sub'>First</label>                                                 </span>                                                          <span id='input_3_18_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >                                                     <input type='text' name='input_18.6' id='input_3_18_6' value=''   aria-required='true'     />                                                     <label for='input_3_18_6' class='gform-field-label gform-field-label--type-sub'>Last</label>                                                 </span>                                                      </div></li><li id="field_3_19" class="gfield gfield--type-address gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_19" ><label class='gfield_label gform-field-label gfield_label_before_complex' >Current Residential Address<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label>                         <div class='ginput_complex ginput_container has_street has_street2 has_city has_state has_zip ginput_container_address gform-grid-row' id='input_3_19' >                          <span class='ginput_full address_line_1 ginput_address_line_1 gform-grid-col' id='input_3_19_1_container' >                                         <input type='text' name='input_19.1' id='input_3_19_1' value=''    aria-required='true'    />                                         <label for='input_3_19_1' id='input_3_19_1_label' class='gform-field-label gform-field-label--type-sub'>Street Address</label>                                     </span><span class='ginput_full address_line_2 ginput_address_line_2 gform-grid-col' id='input_3_19_2_container' >                                         <input type='text' name='input_19.2' id='input_3_19_2' value=''     aria-required='false'   />                                         <label for='input_3_19_2' id='input_3_19_2_label' class='gform-field-label gform-field-label--type-sub'>Address Line 2</label>                                     </span><span class='ginput_left address_city ginput_address_city gform-grid-col' id='input_3_19_3_container' >                                     <input type='text' name='input_19.3' id='input_3_19_3' value=''    aria-required='true'    />                                     <label for='input_3_19_3' id='input_3_19_3_label' class='gform-field-label gform-field-label--type-sub'>City</label>                                  </span><span class='ginput_right address_state ginput_address_state gform-grid-col' id='input_3_19_4_container' >                                         <select name='input_19.4' id='input_3_19_4'     aria-required='true'    ><option value='' selected='selected'></option><option value='Alberta' >Alberta</option><option value='British Columbia' >British Columbia</option><option value='Manitoba' >Manitoba</option><option value='New Brunswick' >New Brunswick</option><option value='Newfoundland and Labrador' >Newfoundland and Labrador</option><option value='Northwest Territories' >Northwest Territories</option><option value='Nova Scotia' >Nova Scotia</option><option value='Nunavut' >Nunavut</option><option value='Ontario' >Ontario</option><option value='Prince Edward Island' >Prince Edward Island</option><option value='Quebec' >Quebec</option><option value='Saskatchewan' >Saskatchewan</option><option value='Yukon' >Yukon</option></select>                                         <label for='input_3_19_4' id='input_3_19_4_label' class='gform-field-label gform-field-label--type-sub'>Province</label>                                       </span><span class='ginput_left address_zip ginput_address_zip gform-grid-col' id='input_3_19_5_container' >                                     <input type='text' name='input_19.5' id='input_3_19_5' value=''    aria-required='true'    />                                     <label for='input_3_19_5' id='input_3_19_5_label' class='gform-field-label gform-field-label--type-sub'>Postal Code</label>                                 </span><input type='hidden' class='gform_hidden' name='input_19.6' id='input_3_19_6' value='Canada' />                     <div class='gf_clear gf_clear_complex'></div>                 </div></li><li id="field_3_20" class="gfield gfield--type-phone field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_20" ><label class='gfield_label gform-field-label' for='input_3_20'>Phone</label><div class='ginput_container ginput_container_phone'><input name='input_20' id='input_3_20' type='tel' value='' class='medium'    aria-invalid="false"   /></div></li><li id="field_3_21" class="gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_21" ><label class='gfield_label gform-field-label gfield_label_before_complex' >Email<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_complex ginput_container ginput_container_email gform-grid-row' id='input_3_21_container'>                                 <span id='input_3_21_1_container' class='ginput_left gform-grid-col gform-grid-col--size-auto'>                                     <input class='' type='email' name='input_21' id='input_3_21' value=''    aria-required="true" aria-invalid="false"  />                                     <label for='input_3_21' class='gform-field-label gform-field-label--type-sub'>Enter Email</label>                                 </span>                                 <span id='input_3_21_2_container' class='ginput_right gform-grid-col gform-grid-col--size-auto'>                                     <input class='' type='email' name='input_21_2' id='input_3_21_2' value=''    aria-required="true" aria-invalid="false"  />                                     <label for='input_3_21_2' class='gform-field-label gform-field-label--type-sub'>Confirm Email</label>                                 </span>                                 <div class='gf_clear gf_clear_complex'></div>                             </div></li><li id="field_3_22" class="gfield gfield--type-date gfield--input-type-datepicker gfield--datepicker-default-icon gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_22" ><label class='gfield_label gform-field-label' for='input_3_22'>Date of Birth<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_date'>                             <input name='input_22' id='input_3_22' type='text' value='' class='datepicker gform-datepicker dmy datepicker_with_icon gdatepicker_with_icon'   placeholder='dd/mm/yyyy' aria-describedby="input_3_22_date_format" aria-invalid="false" aria-required="true"/>                             <span id='input_3_22_date_format' class='screen-reader-text'>DD slash MM slash YYYY</span>                         </div>                         <input type='hidden' id='gforms_calendar_icon_input_3_22' class='gform_hidden' value='https://www.mercan.com/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg'/></li><li id="field_3_23" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_23" ><label class='gfield_label gform-field-label' for='input_3_23'>Country of Citizenship<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_23' id='input_3_23' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Please select&#8230;</option><option value='Afghanistan' >Afghanistan</option><option value='Albania' >Albania</option><option value='Algeria' >Algeria</option><option value='American Samoa' >American Samoa</option><option value='Andorra' >Andorra</option><option value='Angola' >Angola</option><option value='Antigua and Barbuda' >Antigua and Barbuda</option><option value='Argentina' >Argentina</option><option value='Armenia' >Armenia</option><option value='Australia' >Australia</option><option value='Austria' >Austria</option><option value='Azerbaijan' >Azerbaijan</option><option value='Bahamas' >Bahamas</option><option value='Bahrain' >Bahrain</option><option value='Bangladesh' >Bangladesh</option><option value='Barbados' >Barbados</option><option value='Belarus' >Belarus</option><option value='Belgium' >Belgium</option><option value='Belize' >Belize</option><option value='Benin' >Benin</option><option value='Bermuda' >Bermuda</option><option value='Bhutan' >Bhutan</option><option value='Bolivia' >Bolivia</option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina</option><option value='Botswana' >Botswana</option><option value='Brazil' >Brazil</option><option value='Brunei' >Brunei</option><option value='Bulgaria' >Bulgaria</option><option value='Burkina Faso' >Burkina Faso</option><option value='Burundi' >Burundi</option><option value='Cambodia' >Cambodia</option><option value='Cameroon' >Cameroon</option><option value='Canada' >Canada</option><option value='Cape Verde' >Cape Verde</option><option value='Cayman Islands' >Cayman Islands</option><option value='Central African Republic' >Central African Republic</option><option value='Chad' >Chad</option><option value='Chile' >Chile</option><option value='China' >China</option><option value='Colombia' >Colombia</option><option value='Comoros' >Comoros</option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the</option><option value='Congo, Republic of the' >Congo, Republic of the</option><option value='Costa Rica' >Costa Rica</option><option value='Côte d&#039;Ivoire' >Côte d&#039;Ivoire</option><option value='Croatia' >Croatia</option><option value='Cuba' >Cuba</option><option value='Cyprus' >Cyprus</option><option value='Czech Republic' >Czech Republic</option><option value='Denmark' >Denmark</option><option value='Djibouti' >Djibouti</option><option value='Dominica' >Dominica</option><option value='Dominican Republic' >Dominican Republic</option><option value='East Timor' >East Timor</option><option value='Ecuador' >Ecuador</option><option value='Egypt' >Egypt</option><option value='El Salvador' >El Salvador</option><option value='Equatorial Guinea' >Equatorial Guinea</option><option value='Eritrea' >Eritrea</option><option value='Estonia' >Estonia</option><option value='Ethiopia' >Ethiopia</option><option value='Faroe Islands' >Faroe Islands</option><option value='Fiji' >Fiji</option><option value='Finland' >Finland</option><option value='France' >France</option><option value='French Polynesia' >French Polynesia</option><option value='Gabon' >Gabon</option><option value='Gambia' >Gambia</option><option value='Georgia' >Georgia</option><option value='Germany' >Germany</option><option value='Ghana' >Ghana</option><option value='Greece' >Greece</option><option value='Greenland' >Greenland</option><option value='Grenada' >Grenada</option><option value='Guam' >Guam</option><option value='Guatemala' >Guatemala</option><option value='Guinea' >Guinea</option><option value='Guinea-Bissau' >Guinea-Bissau</option><option value='Guyana' >Guyana</option><option value='Haiti' >Haiti</option><option value='Honduras' >Honduras</option><option value='Hong Kong' >Hong Kong</option><option value='Hungary' >Hungary</option><option value='Iceland' >Iceland</option><option value='India' >India</option><option value='Indonesia' >Indonesia</option><option value='Iran' >Iran</option><option value='Iraq' >Iraq</option><option value='Ireland' >Ireland</option><option value='Israel' >Israel</option><option value='Italy' >Italy</option><option value='Jamaica' >Jamaica</option><option value='Japan' >Japan</option><option value='Jordan' >Jordan</option><option value='Kazakhstan' >Kazakhstan</option><option value='Kenya' >Kenya</option><option value='Kiribati' >Kiribati</option><option value='North Korea' >North Korea</option><option value='South Korea' >South Korea</option><option value='Kosovo' >Kosovo</option><option value='Kuwait' >Kuwait</option><option value='Kyrgyzstan' >Kyrgyzstan</option><option value='Laos' >Laos</option><option value='Latvia' >Latvia</option><option value='Lebanon' >Lebanon</option><option value='Lesotho' >Lesotho</option><option value='Liberia' >Liberia</option><option value='Libya' >Libya</option><option value='Liechtenstein' >Liechtenstein</option><option value='Lithuania' >Lithuania</option><option value='Luxembourg' >Luxembourg</option><option value='Macedonia' >Macedonia</option><option value='Madagascar' >Madagascar</option><option value='Malawi' >Malawi</option><option value='Malaysia' >Malaysia</option><option value='Maldives' >Maldives</option><option value='Mali' >Mali</option><option value='Malta' >Malta</option><option value='Marshall Islands' >Marshall Islands</option><option value='Mauritania' >Mauritania</option><option value='Mauritius' >Mauritius</option><option value='Mexico' >Mexico</option><option value='Micronesia' >Micronesia</option><option value='Moldova' >Moldova</option><option value='Monaco' >Monaco</option><option value='Mongolia' >Mongolia</option><option value='Montenegro' >Montenegro</option><option value='Morocco' >Morocco</option><option value='Mozambique' >Mozambique</option><option value='Myanmar' >Myanmar</option><option value='Namibia' >Namibia</option><option value='Nauru' >Nauru</option><option value='Nepal' >Nepal</option><option value='Netherlands' >Netherlands</option><option value='New Zealand' >New Zealand</option><option value='Nicaragua' >Nicaragua</option><option value='Niger' >Niger</option><option value='Nigeria' >Nigeria</option><option value='Northern Mariana Islands' >Northern Mariana Islands</option><option value='Norway' >Norway</option><option value='Oman' >Oman</option><option value='Pakistan' >Pakistan</option><option value='Palau' >Palau</option><option value='Palestine, State of' >Palestine, State of</option><option value='Panama' >Panama</option><option value='Papua New Guinea' >Papua New Guinea</option><option value='Paraguay' >Paraguay</option><option value='Peru' >Peru</option><option value='Philippines' >Philippines</option><option value='Poland' >Poland</option><option value='Portugal' >Portugal</option><option value='Puerto Rico' >Puerto Rico</option><option value='Qatar' >Qatar</option><option value='Romania' >Romania</option><option value='Russia' >Russia</option><option value='Rwanda' >Rwanda</option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis</option><option value='Saint Lucia' >Saint Lucia</option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines</option><option value='Samoa' >Samoa</option><option value='San Marino' >San Marino</option><option value='Sao Tome and Principe' >Sao Tome and Principe</option><option value='Saudi Arabia' >Saudi Arabia</option><option value='Senegal' >Senegal</option><option value='Serbia' >Serbia</option><option value='Seychelles' >Seychelles</option><option value='Sierra Leone' >Sierra Leone</option><option value='Singapore' >Singapore</option><option value='Sint Maarten' >Sint Maarten</option><option value='Slovakia' >Slovakia</option><option value='Slovenia' >Slovenia</option><option value='Solomon Islands' >Solomon Islands</option><option value='Somalia' >Somalia</option><option value='South Africa' >South Africa</option><option value='Spain' >Spain</option><option value='Sri Lanka' >Sri Lanka</option><option value='Sudan' >Sudan</option><option value='Sudan, South' >Sudan, South</option><option value='Suriname' >Suriname</option><option value='Swaziland' >Swaziland</option><option value='Sweden' >Sweden</option><option value='Switzerland' >Switzerland</option><option value='Syria' >Syria</option><option value='Taiwan' >Taiwan</option><option value='Tajikistan' >Tajikistan</option><option value='Tanzania' >Tanzania</option><option value='Thailand' >Thailand</option><option value='Togo' >Togo</option><option value='Tonga' >Tonga</option><option value='Trinidad and Tobago' >Trinidad and Tobago</option><option value='Tunisia' >Tunisia</option><option value='Turkey' >Turkey</option><option value='Turkmenistan' >Turkmenistan</option><option value='Tuvalu' >Tuvalu</option><option value='Uganda' >Uganda</option><option value='Ukraine' >Ukraine</option><option value='United Arab Emirates' >United Arab Emirates</option><option value='United Kingdom' >United Kingdom</option><option value='United States' >United States</option><option value='Uruguay' >Uruguay</option><option value='Uzbekistan' >Uzbekistan</option><option value='Vanuatu' >Vanuatu</option><option value='Vatican City' >Vatican City</option><option value='Venezuela' >Venezuela</option><option value='Vietnam' >Vietnam</option><option value='Virgin Islands, British' >Virgin Islands, British</option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.</option><option value='Yemen' >Yemen</option><option value='Zambia' >Zambia</option><option value='Zimbabwe' >Zimbabwe</option></select></div></li><li id="field_3_24" class="gfield gfield--type-radio gfield--type-choice gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_24" ><label class='gfield_label gform-field-label' >Gender<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_3_24'> 			<li class='gchoice gchoice_3_24_0'> 				<input name='input_24' type='radio' value='Male'  id='choice_3_24_0'    /> 				<label for='choice_3_24_0' id='label_3_24_0' class='gform-field-label gform-field-label--type-inline'>Male</label> 			</li> 			<li class='gchoice gchoice_3_24_1'> 				<input name='input_24' type='radio' value='Female'  id='choice_3_24_1'    /> 				<label for='choice_3_24_1' id='label_3_24_1' class='gform-field-label gform-field-label--type-inline'>Female</label> 			</li></ul></div></li><li id="field_3_25" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_25" ><label class='gfield_label gform-field-label' for='input_3_25'>Marital status<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_25' id='input_3_25' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Please select&#8230;</option><option value='Single' >Single</option><option value='Married' >Married</option><option value='Common law' >Common law</option><option value='Divorced' >Divorced</option><option value='Widowed' >Widowed</option></select></div></li><li id="field_3_26" class="gfield gfield--type-radio gfield--type-choice gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_26" ><label class='gfield_label gform-field-label' >Do you have children?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_3_26'> 			<li class='gchoice gchoice_3_26_0'> 				<input name='input_26' type='radio' value='Yes'  id='choice_3_26_0'    /> 				<label for='choice_3_26_0' id='label_3_26_0' class='gform-field-label gform-field-label--type-inline'>Yes</label> 			</li> 			<li class='gchoice gchoice_3_26_1'> 				<input name='input_26' type='radio' value='No'  id='choice_3_26_1'    /> 				<label for='choice_3_26_1' id='label_3_26_1' class='gform-field-label gform-field-label--type-inline'>No</label> 			</li></ul></div></li><li id="field_3_27" class="gfield gfield--type-radio gfield--type-choice gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_3_27" ><label class='gfield_label gform-field-label' >Do you have any dependents in Canada?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_3_27'> 			<li class='gchoice gchoice_3_27_0'> 				<input name='input_27' type='radio' value='Yes'  id='choice_3_27_0'    /> 				<label for='choice_3_27_0' id='label_3_27_0' class='gform-field-label gform-field-label--type-inline'>Yes</label> 			</li> 			<li class='gchoice gchoice_3_27_1'> 				<input name='input_27' type='radio' value='No'  id='choice_3_27_1'    /> 				<label for='choice_3_27_1' id='label_3_27_1' class='gform-field-label gform-field-label--type-inline'>No</label> 			</li></ul></div></li></ul></div>         <div class='gform_page_footer top_label'><input type='submit' id='gform_previous_button_3' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='Previous'  onclick='if(window["gf_submitting_3"]){return false;}  if( !jQuery("#gform_3")[0].checkValidity || jQuery("#gform_3")[0].checkValidity()){window["gf_submitting_3"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_3"]){return false;} if( !jQuery("#gform_3")[0].checkValidity || jQuery("#gform_3")[0].checkValidity()){window["gf_submitting_3"]=true;}  jQuery("#gform_3").trigger("submit",[true]); }' /> <input type='submit' id='gform_submit_button_3' class='gform_button button' value='Submit'  onclick='if(window["gf_submitting_3"]){return false;}  if( !jQuery("#gform_3")[0].checkValidity || jQuery("#gform_3")[0].checkValidity()){window["gf_submitting_3"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_3"]){return false;} if( !jQuery("#gform_3")[0].checkValidity || jQuery("#gform_3")[0].checkValidity()){window["gf_submitting_3"]=true;}  jQuery("#gform_3").trigger("submit",[true]); }' />              <input type='hidden' class='gform_hidden' name='is_submit_3' value='1' />             <input type='hidden' class='gform_hidden' name='gform_submit' value='3' />                          <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />             <input type='hidden' class='gform_hidden' name='state_3' value='WyJbXSIsIjIzODMyODFjMzk2NGEwNjFjMGNhY2YwNzc1NzFhNDJiIl0=' />             <input type='hidden' class='gform_hidden' name='gform_target_page_number_3' id='gform_target_page_number_3' value='2' />             <input type='hidden' class='gform_hidden' name='gform_source_page_number_3' id='gform_source_page_number_3' value='1' />             <input type='hidden' name='gform_field_values' value='' />                      </div>                         </div></div>                         </form>                         </div><script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 3, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_3').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_3');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_3').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_3').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_3').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_3').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_3').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_3').val();gformInitSpinner( 3, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [3, current_page]);window['gf_submitting_3'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_3').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_3').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [3]);window['gf_submitting_3'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_3').text());}else{jQuery('#gform_3').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "3", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_3" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_3";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_3" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [3, current_page] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 3, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]> */
</script> 		</div>  				 							<button type="button" class="pum-close popmake-close" aria-label="Close"> 			×			</button> 		 	</div>  </div> <div id="pum-4601" role="dialog" aria-modal="false"  class="pum pum-overlay pum-theme-4487 pum-theme-lightbox popmake-overlay click_open" data-popmake="{&quot;id&quot;:4601,&quot;slug&quot;:&quot;temporary-foreign-worker-program-form&quot;,&quot;theme_id&quot;:4487,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}">  	<div id="popmake-4601" class="pum-container popmake theme-4487 pum-responsive pum-responsive-medium responsive size-medium">  				 				 		 				<div class="pum-content popmake-content" tabindex="0"> 			                 <div class='gf_browser_safari gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_17' ><style data-berqwp-style="#gform_wrapper_17[data-form-index=&quot;0&quot;].gform-theme,[data-parent-form=&quot;17_0&quot;]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(&quot;data:image/svg+xml,%3Csvg width=&#039;8&#039; height=&#039;14&#039; viewBox=&#039;0 0 8 14&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-select: url(&quot;data:image/svg+xml,%3Csvg width=&#039;10&#039; height=&#039;6&#039; viewBox=&#039;0 0 10 6&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-search: url(&quot;data:image/svg+xml,%3Csvg version=&#039;1.1&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;640&#039; height=&#039;640&#039;%3E%3Cpath d=&#039;M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}"></style>                         <div class='gform_heading'>                             <h2 class="gform_title">Temporary Foreign Worker Program</h2>                             <p class='gform_description'></p>                         </div><form method='post' enctype='multipart/form-data'  id='gform_17'  action='/404-page/' data-formid='17' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LewzP4kAAAAANbplUNYOvLar7EKN7FlVI4Ievs6' data-tabindex='0'><input id="input_78e0b76cc606e329394d9861c6b704b8" class="gfield_recaptcha_response" type="hidden" name="input_78e0b76cc606e329394d9861c6b704b8" value=""/></div>   <input type='hidden' class='gforms-pum' value='{"closepopup":false,"closedelay":0,"openpopup":false,"openpopup_id":0}' />                         <div class='gform-body gform_body'><div id='gform_fields_17' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_17_1" class="gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_17_1" ><label class='gfield_label gform-field-label' for='input_17_1'>Your Complete Name<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_17_1' type='text' value='' class='large'     aria-required="true" aria-invalid="false"   /> </div></div><div id="field_17_3" class="gfield gfield--type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_17_3" ><label class='gfield_label gform-field-label' for='input_17_3'>Email address<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_email'>                             <input name='input_3' id='input_17_3' type='email' value='' class='large'    aria-required="true" aria-invalid="false"  />                         </div></div><div id="field_17_4" class="gfield gfield--type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_17_4" ><label class='gfield_label gform-field-label' for='input_17_4'>Your country of nationality<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_select'><select name='input_4' id='input_17_4' class='large gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='Afghanistan' >Afghanistan</option><option value='Albania' >Albania</option><option value='Algeria' >Algeria</option><option value='American Samoa' >American Samoa</option><option value='Andorra' >Andorra</option><option value='Angola' >Angola</option><option value='Anguilla' >Anguilla</option><option value='Antarctica' >Antarctica</option><option value='Antigua and Barbuda' >Antigua and Barbuda</option><option value='Argentina' >Argentina</option><option value='Armenia' >Armenia</option><option value='Aruba' >Aruba</option><option value='Australia' >Australia</option><option value='Austria' >Austria</option><option value='Azerbaijan' >Azerbaijan</option><option value='Bahamas' >Bahamas</option><option value='Bahrain' >Bahrain</option><option value='Bangladesh' >Bangladesh</option><option value='Barbados' >Barbados</option><option value='Belarus' >Belarus</option><option value='Belgium' >Belgium</option><option value='Belize' >Belize</option><option value='Benin' >Benin</option><option value='Bermuda' >Bermuda</option><option value='Bhutan' >Bhutan</option><option value='Bolivia' >Bolivia</option><option value='Bonaire, Sint Eustatius and Saba' >Bonaire, Sint Eustatius and Saba</option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina</option><option value='Botswana' >Botswana</option><option value='Bouvet Island' >Bouvet Island</option><option value='Brazil' >Brazil</option><option value='British Indian Ocean Territory' >British Indian Ocean Territory</option><option value='Brunei Darussalam' >Brunei Darussalam</option><option value='Bulgaria' >Bulgaria</option><option value='Burkina Faso' >Burkina Faso</option><option value='Burundi' >Burundi</option><option value='Cambodia' >Cambodia</option><option value='Cameroon' >Cameroon</option><option value='Canada' >Canada</option><option value='Cape Verde' >Cape Verde</option><option value='Cayman Islands' >Cayman Islands</option><option value='Central African Republic' >Central African Republic</option><option value='Chad' >Chad</option><option value='Chile' >Chile</option><option value='China' >China</option><option value='Christmas Island' >Christmas Island</option><option value='Cocos Islands' >Cocos Islands</option><option value='Colombia' >Colombia</option><option value='Comoros' >Comoros</option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the</option><option value='Congo, Republic of the' >Congo, Republic of the</option><option value='Cook Islands' >Cook Islands</option><option value='Costa Rica' >Costa Rica</option><option value='Croatia' >Croatia</option><option value='Cuba' >Cuba</option><option value='Curaçao' >Curaçao</option><option value='Cyprus' >Cyprus</option><option value='Czech Republic' >Czech Republic</option><option value='Côte d&#039;Ivoire' >Côte d&#039;Ivoire</option><option value='Denmark' >Denmark</option><option value='Djibouti' >Djibouti</option><option value='Dominica' >Dominica</option><option value='Dominican Republic' >Dominican Republic</option><option value='Ecuador' >Ecuador</option><option value='Egypt' >Egypt</option><option value='El Salvador' >El Salvador</option><option value='Equatorial Guinea' >Equatorial Guinea</option><option value='Eritrea' >Eritrea</option><option value='Estonia' >Estonia</option><option value='Eswatini (Swaziland)' >Eswatini (Swaziland)</option><option value='Ethiopia' >Ethiopia</option><option value='Falkland Islands' >Falkland Islands</option><option value='Faroe Islands' >Faroe Islands</option><option value='Fiji' >Fiji</option><option value='Finland' >Finland</option><option value='France' >France</option><option value='French Guiana' >French Guiana</option><option value='French Polynesia' >French Polynesia</option><option value='French Southern Territories' >French Southern Territories</option><option value='Gabon' >Gabon</option><option value='Gambia' >Gambia</option><option value='Georgia' >Georgia</option><option value='Germany' >Germany</option><option value='Ghana' >Ghana</option><option value='Gibraltar' >Gibraltar</option><option value='Greece' >Greece</option><option value='Greenland' >Greenland</option><option value='Grenada' >Grenada</option><option value='Guadeloupe' >Guadeloupe</option><option value='Guam' >Guam</option><option value='Guatemala' >Guatemala</option><option value='Guernsey' >Guernsey</option><option value='Guinea' >Guinea</option><option value='Guinea-Bissau' >Guinea-Bissau</option><option value='Guyana' >Guyana</option><option value='Haiti' >Haiti</option><option value='Heard and McDonald Islands' >Heard and McDonald Islands</option><option value='Holy See' >Holy See</option><option value='Honduras' >Honduras</option><option value='Hong Kong' >Hong Kong</option><option value='Hungary' >Hungary</option><option value='Iceland' >Iceland</option><option value='India' >India</option><option value='Indonesia' >Indonesia</option><option value='Iran' >Iran</option><option value='Iraq' >Iraq</option><option value='Ireland' >Ireland</option><option value='Isle of Man' >Isle of Man</option><option value='Israel' >Israel</option><option value='Italy' >Italy</option><option value='Jamaica' >Jamaica</option><option value='Japan' >Japan</option><option value='Jersey' >Jersey</option><option value='Jordan' >Jordan</option><option value='Kazakhstan' >Kazakhstan</option><option value='Kenya' >Kenya</option><option value='Kiribati' >Kiribati</option><option value='Kuwait' >Kuwait</option><option value='Kyrgyzstan' >Kyrgyzstan</option><option value='Lao People&#039;s Democratic Republic' >Lao People&#039;s Democratic Republic</option><option value='Latvia' >Latvia</option><option value='Lebanon' >Lebanon</option><option value='Lesotho' >Lesotho</option><option value='Liberia' >Liberia</option><option value='Libya' >Libya</option><option value='Liechtenstein' >Liechtenstein</option><option value='Lithuania' >Lithuania</option><option value='Luxembourg' >Luxembourg</option><option value='Macau' >Macau</option><option value='Macedonia' >Macedonia</option><option value='Madagascar' >Madagascar</option><option value='Malawi' >Malawi</option><option value='Malaysia' >Malaysia</option><option value='Maldives' >Maldives</option><option value='Mali' >Mali</option><option value='Malta' >Malta</option><option value='Marshall Islands' >Marshall Islands</option><option value='Martinique' >Martinique</option><option value='Mauritania' >Mauritania</option><option value='Mauritius' >Mauritius</option><option value='Mayotte' >Mayotte</option><option value='Mexico' >Mexico</option><option value='Micronesia' >Micronesia</option><option value='Moldova' >Moldova</option><option value='Monaco' >Monaco</option><option value='Mongolia' >Mongolia</option><option value='Montenegro' >Montenegro</option><option value='Montserrat' >Montserrat</option><option value='Morocco' >Morocco</option><option value='Mozambique' >Mozambique</option><option value='Myanmar' >Myanmar</option><option value='Namibia' >Namibia</option><option value='Nauru' >Nauru</option><option value='Nepal' >Nepal</option><option value='Netherlands' >Netherlands</option><option value='New Caledonia' >New Caledonia</option><option value='New Zealand' >New Zealand</option><option value='Nicaragua' >Nicaragua</option><option value='Niger' >Niger</option><option value='Nigeria' >Nigeria</option><option value='Niue' >Niue</option><option value='Norfolk Island' >Norfolk Island</option><option value='North Korea' >North Korea</option><option value='Northern Mariana Islands' >Northern Mariana Islands</option><option value='Norway' >Norway</option><option value='Oman' >Oman</option><option value='Pakistan' >Pakistan</option><option value='Palau' >Palau</option><option value='Palestine, State of' >Palestine, State of</option><option value='Panama' >Panama</option><option value='Papua New Guinea' >Papua New Guinea</option><option value='Paraguay' >Paraguay</option><option value='Peru' >Peru</option><option value='Philippines' >Philippines</option><option value='Pitcairn' >Pitcairn</option><option value='Poland' >Poland</option><option value='Portugal' >Portugal</option><option value='Puerto Rico' >Puerto Rico</option><option value='Qatar' >Qatar</option><option value='Romania' >Romania</option><option value='Russia' >Russia</option><option value='Rwanda' >Rwanda</option><option value='Réunion' >Réunion</option><option value='Saint Barthélemy' >Saint Barthélemy</option><option value='Saint Helena' >Saint Helena</option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis</option><option value='Saint Lucia' >Saint Lucia</option><option value='Saint Martin' >Saint Martin</option><option value='Saint Pierre and Miquelon' >Saint Pierre and Miquelon</option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines</option><option value='Samoa' >Samoa</option><option value='San Marino' >San Marino</option><option value='Sao Tome and Principe' >Sao Tome and Principe</option><option value='Saudi Arabia' >Saudi Arabia</option><option value='Senegal' >Senegal</option><option value='Serbia' >Serbia</option><option value='Seychelles' >Seychelles</option><option value='Sierra Leone' >Sierra Leone</option><option value='Singapore' >Singapore</option><option value='Sint Maarten' >Sint Maarten</option><option value='Slovakia' >Slovakia</option><option value='Slovenia' >Slovenia</option><option value='Solomon Islands' >Solomon Islands</option><option value='Somalia' >Somalia</option><option value='South Africa' >South Africa</option><option value='South Georgia' >South Georgia</option><option value='South Korea' >South Korea</option><option value='South Sudan' >South Sudan</option><option value='Spain' >Spain</option><option value='Sri Lanka' >Sri Lanka</option><option value='Sudan' >Sudan</option><option value='Suriname' >Suriname</option><option value='Svalbard and Jan Mayen Islands' >Svalbard and Jan Mayen Islands</option><option value='Sweden' >Sweden</option><option value='Switzerland' >Switzerland</option><option value='Syria' >Syria</option><option value='Taiwan' >Taiwan</option><option value='Tajikistan' >Tajikistan</option><option value='Tanzania' >Tanzania</option><option value='Thailand' >Thailand</option><option value='Timor-Leste' >Timor-Leste</option><option value='Togo' >Togo</option><option value='Tokelau' >Tokelau</option><option value='Tonga' >Tonga</option><option value='Trinidad and Tobago' >Trinidad and Tobago</option><option value='Tunisia' >Tunisia</option><option value='Turkey' >Turkey</option><option value='Turkmenistan' >Turkmenistan</option><option value='Turks and Caicos Islands' >Turks and Caicos Islands</option><option value='Tuvalu' >Tuvalu</option><option value='US Minor Outlying Islands' >US Minor Outlying Islands</option><option value='Uganda' >Uganda</option><option value='Ukraine' >Ukraine</option><option value='United Arab Emirates' >United Arab Emirates</option><option value='United Kingdom' >United Kingdom</option><option value='United States' >United States</option><option value='Uruguay' >Uruguay</option><option value='Uzbekistan' >Uzbekistan</option><option value='Vanuatu' >Vanuatu</option><option value='Venezuela' >Venezuela</option><option value='Vietnam' >Vietnam</option><option value='Virgin Islands, British' >Virgin Islands, British</option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.</option><option value='Wallis and Futuna' >Wallis and Futuna</option><option value='Western Sahara' >Western Sahara</option><option value='Yemen' >Yemen</option><option value='Zambia' >Zambia</option><option value='Zimbabwe' >Zimbabwe</option><option value='Åland Islands' >Åland Islands</option></select></div></div><div id="field_17_5" class="gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_17_5" ><label class='gfield_label gform-field-label' for='input_17_5'>Title of your main work experience<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_17_5' type='text' value='' class='large'     aria-required="true" aria-invalid="false"   /> </div></div><div id="field_17_6" class="gfield gfield--type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_17_6" ><label class='gfield_label gform-field-label' for='input_17_6'>Please provide a detailed description of yourself and work experience or your situation.<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_textarea'><textarea name='input_6' id='input_17_6' class='textarea large'     aria-required="true" aria-invalid="false"   rows='10' cols='50'></textarea></div></div><fieldset id="field_17_7" class="gfield gfield--type-consent gfield--type-choice gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_17_7" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Consent<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></legend><div class='ginput_container ginput_container_consent'><input name='input_7.1' id='input_17_7_1' type='checkbox' value='1'   aria-required="true" aria-invalid="false"   /> <label class="gform-field-label gform-field-label--type-inline gfield_consent_label" for='input_17_7_1' >I agree that by submitting my CV/resume, I understand that I will ONLY be contacted when there is a suitable job offer for me.</label><input type='hidden' name='input_7.2' value='I agree that by submitting my CV/resume, I understand that I will ONLY be contacted when there is a suitable job offer for me.' class='gform_hidden' /><input type='hidden' name='input_7.3' value='1' class='gform_hidden' /></div></fieldset><div id="field_17_8" class="gfield gfield--type-fileupload gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_17_8" ><label class='gfield_label gform-field-label' for='input_17_8'>Upload Resume<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_fileupload'><input type='hidden' name='MAX_FILE_SIZE' value='10485760' /><input name='input_8' id='input_17_8' type='file' class='large' aria-describedby="gfield_upload_rules_17_8" onchange='javascript:gformValidateFileSize( this, 10485760 );'  /><span class='gfield_description gform_fileupload_rules' id='gfield_upload_rules_17_8'>Max. file size: 10 MB.</span><div class='gfield_description validation_message gfield_validation_message validation_message--hidden-on-empty' id='live_validation_message_17_8'></div></div></div></div></div>         <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_17' class='gform_button button' value='Submit'  onclick='if(window["gf_submitting_17"]){return false;}  if( !jQuery("#gform_17")[0].checkValidity || jQuery("#gform_17")[0].checkValidity()){window["gf_submitting_17"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_17"]){return false;} if( !jQuery("#gform_17")[0].checkValidity || jQuery("#gform_17")[0].checkValidity()){window["gf_submitting_17"]=true;}  jQuery("#gform_17").trigger("submit",[true]); }' />              <input type='hidden' class='gform_hidden' name='is_submit_17' value='1' />             <input type='hidden' class='gform_hidden' name='gform_submit' value='17' />                          <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />             <input type='hidden' class='gform_hidden' name='state_17' value='WyJ7XCI3LjFcIjpcIjhlN2VhMjcyMzNiNThiODY3MGViMjAxOThiNGE3OTM4XCIsXCI3LjJcIjpcIjZjYmJjMzA1NjEyMGE1YWI5ZGJjMTIzNWY0NjI4Yzc5XCIsXCI3LjNcIjpcIjhlN2VhMjcyMzNiNThiODY3MGViMjAxOThiNGE3OTM4XCJ9IiwiZDZlZTZkMWJiMTI2NzFiMTczMTFkMmZmMDYzYWI1MjkiXQ==' />             <input type='hidden' class='gform_hidden' name='gform_target_page_number_17' id='gform_target_page_number_17' value='0' />             <input type='hidden' class='gform_hidden' name='gform_source_page_number_17' id='gform_source_page_number_17' value='1' />             <input type='hidden' name='gform_field_values' value='' />                      </div>                         </form>                         </div><script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 17, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_17').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_17');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_17').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_17').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_17').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_17').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_17').val();gformInitSpinner( 17, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [17, current_page]);window['gf_submitting_17'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_17').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [17]);window['gf_submitting_17'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_17').text());}else{jQuery('#gform_17').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "17", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_17" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_17";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_17" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [17, current_page] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 17, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]> */
</script> 		</div>  				 							<button type="button" class="pum-close popmake-close" aria-label="Close"> 			×			</button> 		 	</div>  </div> <div id="pum-4599" role="dialog" aria-modal="false"  class="pum pum-overlay pum-theme-4487 pum-theme-lightbox popmake-overlay click_open" data-popmake="{&quot;id&quot;:4599,&quot;slug&quot;:&quot;family-sponsorship-form&quot;,&quot;theme_id&quot;:4487,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}">  	<div id="popmake-4599" class="pum-container popmake theme-4487 pum-responsive pum-responsive-medium responsive size-medium">  				 				 		 				<div class="pum-content popmake-content" tabindex="0"> 			                 <div class='gf_browser_safari gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_2' style='display:none'><style data-berqwp-style="#gform_wrapper_2[data-form-index=&quot;0&quot;].gform-theme,[data-parent-form=&quot;2_0&quot;]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(&quot;data:image/svg+xml,%3Csvg width=&#039;8&#039; height=&#039;14&#039; viewBox=&#039;0 0 8 14&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-select: url(&quot;data:image/svg+xml,%3Csvg width=&#039;10&#039; height=&#039;6&#039; viewBox=&#039;0 0 10 6&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-search: url(&quot;data:image/svg+xml,%3Csvg version=&#039;1.1&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;640&#039; height=&#039;640&#039;%3E%3Cpath d=&#039;M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}"></style>                         <div class='gform_heading'>                             <h3 class="gform_title">Family Sponsorship Canada Assessment</h3>                             <p class='gform_description'>This form is for a Canadian citizen or Permanent Resident, currently residing in Canada, who wants to sponsor Parents or Grandparents under Family Class for Parents/Grandparent starting 2014 or Super Visa.</p>                         </div><form method='post' enctype='multipart/form-data'  id='gform_2'  action='/404-page/' data-formid='2' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LewzP4kAAAAANbplUNYOvLar7EKN7FlVI4Ievs6' data-tabindex='0'><input id="input_2d78bf8c3b09bce662bec5d1541c083d" class="gfield_recaptcha_response" type="hidden" name="input_2d78bf8c3b09bce662bec5d1541c083d" value=""/></div>   <input type='hidden' class='gforms-pum' value='{"closepopup":false,"closedelay":0,"openpopup":false,"openpopup_id":0}' />                         <div class='gform-body gform_body'><ul id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id="field_2_1" class="gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_1" ><label class='gfield_label gform-field-label' for='input_2_1'>Sponsor’s Name<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_2_1' type='text' value='' class='medium'     aria-required="true" aria-invalid="false"   /> </div></li><li id="field_2_2" class="gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_2" ><label class='gfield_label gform-field-label' for='input_2_2'>Email<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_email'>                             <input name='input_2' id='input_2_2' type='email' value='' class='medium'    aria-required="true" aria-invalid="false"  />                         </div></li><li id="field_2_3" class="gfield gfield--type-phone gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_3" ><label class='gfield_label gform-field-label' for='input_2_3'>Phone<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_phone'><input name='input_3' id='input_2_3' type='tel' value='' class='medium'   aria-required="true" aria-invalid="false"   /></div></li><li id="field_2_4" class="gfield gfield--type-address gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_4" ><label class='gfield_label gform-field-label gfield_label_before_complex' >Address<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label>                         <div class='ginput_complex ginput_container has_street has_street2 has_city has_state has_zip ginput_container_address gform-grid-row' id='input_2_4' >                          <span class='ginput_full address_line_1 ginput_address_line_1 gform-grid-col' id='input_2_4_1_container' >                                         <label for='input_2_4_1' id='input_2_4_1_label' class='gform-field-label gform-field-label--type-sub'>Street Address</label>                                         <input type='text' name='input_4.1' id='input_2_4_1' value=''    aria-required='true'    />                                    </span><span class='ginput_full address_line_2 ginput_address_line_2 gform-grid-col' id='input_2_4_2_container' >                                         <label for='input_2_4_2' id='input_2_4_2_label' class='gform-field-label gform-field-label--type-sub'>Address Line 2</label>                                         <input type='text' name='input_4.2' id='input_2_4_2' value=''     aria-required='false'   />                                     </span><span class='ginput_left address_city ginput_address_city gform-grid-col' id='input_2_4_3_container' >                                     <label for='input_2_4_3' id='input_2_4_3_label' class='gform-field-label gform-field-label--type-sub'>City</label>                                     <input type='text' name='input_4.3' id='input_2_4_3' value=''    aria-required='true'    />                                  </span><span class='ginput_right address_state ginput_address_state gform-grid-col' id='input_2_4_4_container' >                                         <label for='input_2_4_4' id='input_2_4_4_label' class='gform-field-label gform-field-label--type-sub'>Province</label>                                         <select name='input_4.4' id='input_2_4_4'     aria-required='true'    ><option value='' selected='selected'></option><option value='Alberta' >Alberta</option><option value='British Columbia' >British Columbia</option><option value='Manitoba' >Manitoba</option><option value='New Brunswick' >New Brunswick</option><option value='Newfoundland and Labrador' >Newfoundland and Labrador</option><option value='Northwest Territories' >Northwest Territories</option><option value='Nova Scotia' >Nova Scotia</option><option value='Nunavut' >Nunavut</option><option value='Ontario' >Ontario</option><option value='Prince Edward Island' >Prince Edward Island</option><option value='Quebec' >Quebec</option><option value='Saskatchewan' >Saskatchewan</option><option value='Yukon' >Yukon</option></select>                                       </span><span class='ginput_left address_zip ginput_address_zip gform-grid-col' id='input_2_4_5_container' >                                     <label for='input_2_4_5' id='input_2_4_5_label' class='gform-field-label gform-field-label--type-sub'>Postal Code</label>                                     <input type='text' name='input_4.5' id='input_2_4_5' value=''    aria-required='true'    />                                 </span><input type='hidden' class='gform_hidden' name='input_4.6' id='input_2_4_6' value='Canada' />                     <div class='gf_clear gf_clear_complex'></div>                 </div></li><li id="field_2_52" class="gfield gfield--type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_52" ><label class='gfield_label gform-field-label' for='input_2_52'>Sponsor&#039;s Canadian Status<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_52' id='input_2_52' class='large gfield_select'    aria-required="true" aria-invalid="false" ><option value='Canadian Citizen living outside Canada' >Canadian Citizen living outside Canada</option><option value='Canadian Citizen living inside Canada' >Canadian Citizen living inside Canada</option><option value='Permanent Resident living inside Canada' >Permanent Resident living inside Canada</option><option value='Permanent Resident living outside Canada' >Permanent Resident living outside Canada</option></select></div></li><li id="field_2_53" class="gfield gfield--type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_53" ><label class='gfield_label gform-field-label' for='input_2_53'>Who is/are the relative(s) being sponsored?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_53' id='input_2_53' class='large gfield_select'    aria-required="true" aria-invalid="false" ><option value='Mother' >Mother</option><option value='Spouse' >Spouse</option><option value='Spouse with dependent child' >Spouse with dependent child</option><option value='Common-law partner' >Common-law partner</option><option value='Common-law partner with dependent child' >Common-law partner with dependent child</option><option value='Dependent child' >Dependent child</option><option value='Other relatives' >Other relatives</option><option value='Father' >Father</option><option value='Mother AND Father' >Mother AND Father</option><option value='GrandMother' >GrandMother</option><option value='GrandFather' >GrandFather</option><option value='GrandMother AND GrandFather' >GrandMother AND GrandFather</option></select></div></li><li id="field_2_54" class="gfield gfield--type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_54" ><label class='gfield_label gform-field-label' for='input_2_54'>Location of the person you are sponsoring<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_54' id='input_2_54' class='large gfield_select'    aria-required="true" aria-invalid="false" ><option value='Inside Canada' >Inside Canada</option><option value='Outside Canada' >Outside Canada</option></select></div></li><li id="field_2_55" class="gfield gfield--type-radio gfield--type-choice gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_55" ><label class='gfield_label gform-field-label' >Have you sponsored other relatives in the past?</label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_2_55'> 			<li class='gchoice gchoice_2_55_0'> 				<input name='input_55' type='radio' value='Yes'  id='choice_2_55_0'    /> 				<label for='choice_2_55_0' id='label_2_55_0' class='gform-field-label gform-field-label--type-inline'>Yes</label> 			</li> 			<li class='gchoice gchoice_2_55_1'> 				<input name='input_55' type='radio' value='No'  id='choice_2_55_1'    /> 				<label for='choice_2_55_1' id='label_2_55_1' class='gform-field-label gform-field-label--type-inline'>No</label> 			</li></ul></div></li><li id="field_2_5" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_5" ><h2 class="gsection_title">Describe the Sponsor&#039;s family in Canada</h2></li><li id="field_2_7" class="gfield gfield--type-radio gfield--type-choice gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_7" ><label class='gfield_label gform-field-label' >Does the Sponsor have a spouse or common-law partner?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_2_7'> 			<li class='gchoice gchoice_2_7_0'> 				<input name='input_7' type='radio' value='Yes'  id='choice_2_7_0'    /> 				<label for='choice_2_7_0' id='label_2_7_0' class='gform-field-label gform-field-label--type-inline'>Yes</label> 			</li> 			<li class='gchoice gchoice_2_7_1'> 				<input name='input_7' type='radio' value='No'  id='choice_2_7_1'    /> 				<label for='choice_2_7_1' id='label_2_7_1' class='gform-field-label gform-field-label--type-inline'>No</label> 			</li></ul></div></li><li id="field_2_8" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_8" ><label class='gfield_label gform-field-label' for='input_2_8'>How many children does the Sponsor have under the age of 18?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_8' id='input_2_8' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Please select&#8230;</option><option value='None' >None</option><option value='1' >1</option><option value='2' >2</option><option value='3' >3</option><option value='4' >4</option><option value='5' >5</option><option value='6' >6</option><option value='7' >7</option><option value='8' >8</option><option value='9' >9</option><option value='10' >10</option></select></div></li><li id="field_2_9" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_9" ><h2 class="gsection_title">Sponsored relation(s):</h2></li><li id="field_2_12" class="gfield gfield--type-radio gfield--type-choice gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_12" ><label class='gfield_label gform-field-label' >Are the Sponsor’s parents or grandparents legally separated, divorced, annulled or widowed?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_2_12'> 			<li class='gchoice gchoice_2_12_0'> 				<input name='input_12' type='radio' value='Yes'  id='choice_2_12_0'    /> 				<label for='choice_2_12_0' id='label_2_12_0' class='gform-field-label gform-field-label--type-inline'>Yes</label> 			</li> 			<li class='gchoice gchoice_2_12_1'> 				<input name='input_12' type='radio' value='No'  id='choice_2_12_1'    /> 				<label for='choice_2_12_1' id='label_2_12_1' class='gform-field-label gform-field-label--type-inline'>No</label> 			</li></ul></div></li><li id="field_2_11" class="gfield gfield--type-radio gfield--type-choice gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_11" ><label class='gfield_label gform-field-label' >Please specify their/his/her civil status:<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_2_11'> 			<li class='gchoice gchoice_2_11_0'> 				<input name='input_11' type='radio' value='Single'  id='choice_2_11_0'    /> 				<label for='choice_2_11_0' id='label_2_11_0' class='gform-field-label gform-field-label--type-inline'>Single</label> 			</li> 			<li class='gchoice gchoice_2_11_1'> 				<input name='input_11' type='radio' value='Married'  id='choice_2_11_1'    /> 				<label for='choice_2_11_1' id='label_2_11_1' class='gform-field-label gform-field-label--type-inline'>Married</label> 			</li> 			<li class='gchoice gchoice_2_11_2'> 				<input name='input_11' type='radio' value='Divorced'  id='choice_2_11_2'    /> 				<label for='choice_2_11_2' id='label_2_11_2' class='gform-field-label gform-field-label--type-inline'>Divorced</label> 			</li> 			<li class='gchoice gchoice_2_11_3'> 				<input name='input_11' type='radio' value='Widowed'  id='choice_2_11_3'    /> 				<label for='choice_2_11_3' id='label_2_11_3' class='gform-field-label gform-field-label--type-inline'>Widowed</label> 			</li> 			<li class='gchoice gchoice_2_11_4'> 				<input name='input_11' type='radio' value='Common Law'  id='choice_2_11_4'    /> 				<label for='choice_2_11_4' id='label_2_11_4' class='gform-field-label gform-field-label--type-inline'>Common Law</label> 			</li></ul></div></li><li id="field_2_13" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_13" ><label class='gfield_label gform-field-label' for='input_2_13'>How many children under the age of 18 do/does the Sponsored relative(s) have?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_13' id='input_2_13' class='medium gfield_select'  aria-describedby="gfield_description_2_13"  aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Please select&#8230;</option><option value='None' >None</option><option value='1' >1</option><option value='2' >2</option><option value='3' >3</option><option value='4' >4</option><option value='5' >5</option><option value='6' >6</option><option value='7' >7</option><option value='8' >8</option><option value='9' >9</option><option value='10' >10</option></select></div><div class='gfield_description' id='gfield_description_2_13'>Under the age of 18 </div></li><li id="field_2_14" class="gfield gfield--type-section gsection field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_14" ><h2 class="gsection_title">Sponsor’s Income</h2><div class='gsection_description' id='gfield_description_2_14'>For each of the following time periods, please list the Sponsor Gross Annual Income in Canada. </div></li><li id="field_2_15" class="gfield gfield--type-number gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_15" ><label class='gfield_label gform-field-label' for='input_2_15'>Previous 12 Months<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_number'><input name='input_15' id='input_2_15' type='text' step='any'   value='' class='medium'     aria-required="true" aria-invalid="false"  /></div></li><li id="field_2_16" class="gfield gfield--type-number gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_16" ><label class='gfield_label gform-field-label' for='input_2_16'>2022<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_number'><input name='input_16' id='input_2_16' type='text' step='any'   value='' class='medium'     aria-required="true" aria-invalid="false"  /></div></li><li id="field_2_17" class="gfield gfield--type-number gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_17" ><label class='gfield_label gform-field-label' for='input_2_17'>2021<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_number'><input name='input_17' id='input_2_17' type='text' step='any'   value='' class='medium'     aria-required="true" aria-invalid="false"  /></div></li><li id="field_2_18" class="gfield gfield--type-number gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_18" ><label class='gfield_label gform-field-label' for='input_2_18'>2020<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_number'><input name='input_18' id='input_2_18' type='text' step='any'   value='' class='medium'     aria-required="true" aria-invalid="false"  /></div></li><li id="field_2_41" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_41" ><label class='gfield_label gform-field-label' for='input_2_41'>Does your spouse is co-signing the sponsorship?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_41' id='input_2_41' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='Yes' >Yes</option><option value='No' >No</option></select></div></li><li id="field_2_36" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_36" ><h2 class="gsection_title">Total income for both spouses</h2></li><li id="field_2_37" class="gfield gfield--type-number gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_37" ><label class='gfield_label gform-field-label' for='input_2_37'>Total previous 12 months<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_number'><input name='input_37' id='input_2_37' type='text' step='any'   value='' class='medium'     aria-required="true" aria-invalid="false" aria-describedby="gfield_description_2_37" /></div><div class='gfield_description' id='gfield_description_2_37'>This is the total combination of the sponsor and his/her spouse income for the past 12 months</div></li><li id="field_2_38" class="gfield gfield--type-number gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_38" ><label class='gfield_label gform-field-label' for='input_2_38'>Total 2020 income<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_number'><input name='input_38' id='input_2_38' type='text' step='any'   value='' class='medium'     aria-required="true" aria-invalid="false" aria-describedby="gfield_description_2_38" /></div><div class='gfield_description' id='gfield_description_2_38'>This is the total combination of the sponsor and his/her spouse income in 2020</div></li><li id="field_2_39" class="gfield gfield--type-number gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_39" ><label class='gfield_label gform-field-label' for='input_2_39'>Total 2019 income<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_number'><input name='input_39' id='input_2_39' type='text' step='any'   value='' class='medium'     aria-required="true" aria-invalid="false" aria-describedby="gfield_description_2_39" /></div><div class='gfield_description' id='gfield_description_2_39'>This is the total combination of the sponsor and his/her spouse income in 2019</div></li><li id="field_2_40" class="gfield gfield--type-number gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_40" ><label class='gfield_label gform-field-label' for='input_2_40'>Total 2018 income<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_number'><input name='input_40' id='input_2_40' type='text' step='any'   value='' class='medium'     aria-required="true" aria-invalid="false" aria-describedby="gfield_description_2_40" /></div><div class='gfield_description' id='gfield_description_2_40'>This is the total combination of the sponsor and his/her spouse income in 2018</div></li><li id="field_2_19" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_19" ><h2 class="gsection_title">Some questions that may affect your eligibility.</h2></li><li id="field_2_20" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_20" ><label class='gfield_label gform-field-label' for='input_2_20'>Are you receiving social assistance for a reason other than disability?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_20' id='input_2_20' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Please select&#8230;</option><option value='Neither I nor my co-signer' >Neither I nor my co-signer</option><option value='Yes, I am' >Yes, I am</option><option value='Yes, my co-signer is' >Yes, my co-signer is</option><option value='Yes, both I and my co-signer are' >Yes, both I and my co-signer are</option></select></div></li><li id="field_2_21" class="gfield gfield--type-select field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_21" ><label class='gfield_label gform-field-label' for='input_2_21'>Are you an undischarged bankrupt?</label><div class='ginput_container ginput_container_select'><select name='input_21' id='input_2_21' class='medium gfield_select'     aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Please select&#8230;</option><option value='Neither I nor my co-signer' >Neither I nor my co-signer</option><option value='Yes, I am' >Yes, I am</option><option value='Yes, my co-signer is' >Yes, my co-signer is</option><option value='Yes, both I and my co-signer are' >Yes, both I and my co-signer are</option></select></div></li><li id="field_2_22" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_22" ><label class='gfield_label gform-field-label' for='input_2_22'>Have the people you have sponsored in the past received Canadian social assistance.<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_22' id='input_2_22' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Please select&#8230;</option><option value='Not applicable' >Not applicable</option><option value='No, never' >No, never</option><option value='Yes, but only after when my or my co-signor&#039;s undertaking duration was over' >Yes, but only after when my or my co-signor&#039;s undertaking duration was over</option><option value='Yes, my co-signor&#039;s sponsored people' >Yes, my co-signor&#039;s sponsored people</option><option value='Yes, my sponsored people' >Yes, my sponsored people</option><option value='Yes, both my and my co-signor&#039;s sponsored people' >Yes, both my and my co-signor&#039;s sponsored people</option></select></div></li><li id="field_2_23" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_23" ><label class='gfield_label gform-field-label' for='input_2_23'>Have you co-signed a sponsorship that people who were sponsored received social assistance?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_23' id='input_2_23' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Please select&#8230;</option><option value='Not applicable' >Not applicable</option><option value='No, never' >No, never</option><option value='Yes, but only after when my or my co-signor&#039;s undertaking duration was over' >Yes, but only after when my or my co-signor&#039;s undertaking duration was over</option><option value='Yes, my co-signor&#039;s sponsored people' >Yes, my co-signor&#039;s sponsored people</option><option value='Yes, my sponsored people' >Yes, my sponsored people</option><option value='Yes, both my and my co-signor&#039;s sponsored people' >Yes, both my and my co-signor&#039;s sponsored people</option></select></div></li><li id="field_2_24" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_24" ><label class='gfield_label gform-field-label' for='input_2_24'>Have you been ordered to leave Canada?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_24' id='input_2_24' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Please select&#8230;</option><option value='Neither I nor my co-signer' >Neither I nor my co-signer</option><option value='Yes, I am' >Yes, I am</option><option value='Yes, my co-signer is' >Yes, my co-signer is</option><option value='Yes, both I and my co-signer are' >Yes, both I and my co-signer are</option></select></div></li><li id="field_2_25" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_25" ><label class='gfield_label gform-field-label' for='input_2_25'>Do you owe money to the Canadian Immigration authorities?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_25' id='input_2_25' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Please select&#8230;</option><option value='Neither I nor my co-signer' >Neither I nor my co-signer</option><option value='Yes, I am' >Yes, I am</option><option value='Yes, my co-signer is' >Yes, my co-signer is</option><option value='Yes, both I and my co-signer are' >Yes, both I and my co-signer are</option></select></div></li><li id="field_2_26" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_26" ><label class='gfield_label gform-field-label' for='input_2_26'>Are you currently in prison or similar facility?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_26' id='input_2_26' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Please select&#8230;</option><option value='Neither I nor my co-signer' >Neither I nor my co-signer</option><option value='Yes, I am' >Yes, I am</option><option value='Yes, my co-signer is' >Yes, my co-signer is</option><option value='Yes, both I and my co-signer are' >Yes, both I and my co-signer are</option></select></div></li><li id="field_2_27" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_27" ><label class='gfield_label gform-field-label' for='input_2_27'>Have you been convicted of sexual offence or any other offence against one of your family members in the past five years?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_27' id='input_2_27' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Please select&#8230;</option><option value='Neither I nor my co-signer' >Neither I nor my co-signer</option><option value='Yes, I am' >Yes, I am</option><option value='Yes, my co-signer is' >Yes, my co-signer is</option><option value='Yes, both I and my co-signer are' >Yes, both I and my co-signer are</option></select></div></li><li id="field_2_28" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_28" ><label class='gfield_label gform-field-label' for='input_2_28'>Is the government of Canada investigating or have charged you to revoke your citizenship?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_28' id='input_2_28' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Please select&#8230;</option><option value='Neither I nor my co-signer' >Neither I nor my co-signer</option><option value='Yes, I am' >Yes, I am</option><option value='Yes, my co-signer is' >Yes, my co-signer is</option><option value='Yes, both I and my co-signer are' >Yes, both I and my co-signer are</option></select></div></li><li id="field_2_29" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_29" ><label class='gfield_label gform-field-label' for='input_2_29'>Is the government of Canada in the processing of making you inadmissible to Canada?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_29' id='input_2_29' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Please select&#8230;</option><option value='Neither I nor my co-signer' >Neither I nor my co-signer</option><option value='Yes, I am' >Yes, I am</option><option value='Yes, my co-signer is' >Yes, my co-signer is</option><option value='Yes, both I and my co-signer are' >Yes, both I and my co-signer are</option></select></div></li><li id="field_2_30" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_30" ><label class='gfield_label gform-field-label' for='input_2_30'>Have you been charged with an offence that has a maximum punishment of at least 10 years of jail time?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_30' id='input_2_30' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Please select&#8230;</option><option value='Neither I nor my co-signer' >Neither I nor my co-signer</option><option value='Yes, I am' >Yes, I am</option><option value='Yes, my co-signer is' >Yes, my co-signer is</option><option value='Yes, both I and my co-signer are' >Yes, both I and my co-signer are</option></select></div></li><li id="field_2_31" class="gfield gfield--type-textarea field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_31" ><label class='gfield_label gform-field-label' for='input_2_31'>If you have answered yes to any of the eligibility questions explain the situation in more detail.</label><div class='ginput_container ginput_container_textarea'><textarea name='input_31' id='input_2_31' class='textarea medium'      aria-invalid="false"   rows='10' cols='50'></textarea></div></li><li id="field_2_32" class="gfield gfield--type-textarea field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_32" ><label class='gfield_label gform-field-label' for='input_2_32'>Please share with us any special circumstances related to your case, including anything that concerns your family composition.</label><div class='ginput_container ginput_container_textarea'><textarea name='input_32' id='input_2_32' class='textarea medium'      aria-invalid="false"   rows='10' cols='50'></textarea></div></li><li id="field_2_33" class="gfield gfield--type-date gfield--input-type-datepicker gfield--datepicker-default-icon gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_2_33" ><label class='gfield_label gform-field-label' for='input_2_33'>Date<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_date'>                             <input name='input_33' id='input_2_33' type='text' value='' class='datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon'   placeholder='mm/dd/yyyy' aria-describedby="input_2_33_date_format" aria-invalid="false" aria-required="true"/>                             <span id='input_2_33_date_format' class='screen-reader-text'>MM slash DD slash YYYY</span>                         </div>                         <input type='hidden' id='gforms_calendar_icon_input_2_33' class='gform_hidden' value='https://www.mercan.com/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg'/></li><li id="field_2_35" class="gfield gfield--type-radio gfield--type-choice gfield_contains_required field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible"  data-js-reload="field_2_35" ><label class='gfield_label gform-field-label' >Do you want to subscribe to our Immigration Newsletter?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='gfield_description' id='gfield_description_2_35'>Get Updates from our team of professional about Canadian Immigration new programs and rules.</div><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_2_35'> 			<li class='gchoice gchoice_2_35_0'> 				<input name='input_35' type='radio' value='Yes, I want to subscribe'  id='choice_2_35_0'    /> 				<label for='choice_2_35_0' id='label_2_35_0' class='gform-field-label gform-field-label--type-inline'>Yes, I want to subscribe</label> 			</li> 			<li class='gchoice gchoice_2_35_1'> 				<input name='input_35' type='radio' value='No'  id='choice_2_35_1'    /> 				<label for='choice_2_35_1' id='label_2_35_1' class='gform-field-label gform-field-label--type-inline'>No</label> 			</li></ul></div></li></ul></div>         <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_2' class='gform_button button' value='Submit'  onclick='if(window["gf_submitting_2"]){return false;}  if( !jQuery("#gform_2")[0].checkValidity || jQuery("#gform_2")[0].checkValidity()){window["gf_submitting_2"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_2"]){return false;} if( !jQuery("#gform_2")[0].checkValidity || jQuery("#gform_2")[0].checkValidity()){window["gf_submitting_2"]=true;}  jQuery("#gform_2").trigger("submit",[true]); }' />              <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' />             <input type='hidden' class='gform_hidden' name='gform_submit' value='2' />                          <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />             <input type='hidden' class='gform_hidden' name='state_2' value='WyJ7XCI1MlwiOltcIjNhZDM1OTBlYTllNzBlNGY0ZjI0ZGJhZGZiNmJhMzM5XCIsXCIyN2YxOWIwOGFkNjgzM2Y2ZmZjMWFmNzI5YjQwMzk4MVwiLFwiNTVlYjJiNmQyZDY2ZTNmZDhhNTRkMjhkNGU3MDVjMjNcIixcImVjNDk4MGIyZmU4ZDFlOGY0YTczYjI5MTA0ODg0NjczXCJdLFwiNTNcIjpbXCI0Yzc2MTE3NjFlYTdmNmFjZWNkNGExY2VjY2E4Y2Y0YVwiLFwiMWJjZjU0MjQ0Yjc4YjZjYzNmYmM5YmY1ODQwNWMzMmZcIixcImI5Mzc2OTQ1NDllYzVkYjc4ZDE1MjhmMzY0ZDQ1OGExXCIsXCJiZGZmNjVmNGMxMGY1NmFkZGY5ZjJhYWZkZTMyNjZkZlwiLFwiNjY0OTc0Y2RkYmI4NWQzZmQ1YTZlYTQzOTZiMGVlZDlcIixcIjQ2Y2EwMDZiNzk0ZmFkYjBiMDllYTYwMDNjZDZlNjYzXCIsXCJmZjVjZTRiNzI5ZTExOWVhZjU4MmUxMjMzNDA3N2EwNlwiLFwiMDRmNzZkN2FmNzJiMWFkOTZjMWE3YzIwMzQ0ZTM0M2ZcIixcIjNmYmVhN2FiODE3ZTUxODljMjNjNTA1ZTc4ZTc0N2EwXCIsXCJkZjEzYjc5MDFhYTEyMGJiMjFhNzc5MzJmYWQ3YjQ5ZlwiLFwiZTZlOGNkMGM1ZTAzNjRlMjE0ZDNjMDM0MGNmNTA3YjFcIixcIjA1Y2FmMzQxOTUzNWQ3NjBjMmNmNDhlN2VjNDNiZWEzXCJdLFwiNTRcIjpbXCI2NmZhNTAxOWRiMDJmMDI5Y2Y0NjMzOTc3MTRjYjA5ZlwiLFwiM2FmYjk1MTY3Nzc0NWU1YjhhMTczYjFmMWVhNDgzY2JcIl0sXCI1NVwiOltcIjBkYTAwODIxYzc4NmFlOWFmZTQ4MTU5Y2UwODJlNGVjXCIsXCIwMzRmMjFiOWQ1MDdlZmU5YjY4MGViMzUyZjM0MjFiZlwiXX0iLCJlMDI3YmZmNGFiZTRlNzU5Y2E4OTI4ZTBkN2IxODhmZiJd' />             <input type='hidden' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' />             <input type='hidden' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' />             <input type='hidden' name='gform_field_values' value='' />                      </div>                         </form>                         </div><script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_2" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_2";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [2, current_page] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 2, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]> */
</script> 		</div>  				 							<button type="button" class="pum-close popmake-close" aria-label="Close"> 			×			</button> 		 	</div>  </div> <div id="pum-4595" role="dialog" aria-modal="false"  class="pum pum-overlay pum-theme-4487 pum-theme-lightbox popmake-overlay click_open" data-popmake="{&quot;id&quot;:4595,&quot;slug&quot;:&quot;business-immigration-form&quot;,&quot;theme_id&quot;:4487,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}">  	<div id="popmake-4595" class="pum-container popmake theme-4487 pum-responsive pum-responsive-medium responsive size-medium">  				 				 		 				<div class="pum-content popmake-content" tabindex="0"> 			                 <div class='gf_browser_safari gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_8' style='display:none'><style data-berqwp-style="#gform_wrapper_8[data-form-index=&quot;0&quot;].gform-theme,[data-parent-form=&quot;8_0&quot;]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(&quot;data:image/svg+xml,%3Csvg width=&#039;8&#039; height=&#039;14&#039; viewBox=&#039;0 0 8 14&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-select: url(&quot;data:image/svg+xml,%3Csvg width=&#039;10&#039; height=&#039;6&#039; viewBox=&#039;0 0 10 6&#039; fill=&#039;none&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039;%3E%3Cpath fill-rule=&#039;evenodd&#039; clip-rule=&#039;evenodd&#039; d=&#039;M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-icon-ctrl-search: url(&quot;data:image/svg+xml,%3Csvg version=&#039;1.1&#039; xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;640&#039; height=&#039;640&#039;%3E%3Cpath d=&#039;M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z&#039; fill=&#039;rgba(17, 35, 55, 0.65)&#039;/%3E%3C/svg%3E&quot;);--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}"></style>                         <div class='gform_heading'>                             <h2 class="gform_title">Business immigration Assessment</h2>                             <p class='gform_description'>all business immigration Assessments</p> 							<p class='gform_required_legend'>&quot;<span class="gfield_required gfield_required_asterisk">*</span>&quot; indicates required fields</p>                         </div><form method='post' enctype='multipart/form-data'  id='gform_8'  action='/404-page/' data-formid='8' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LewzP4kAAAAANbplUNYOvLar7EKN7FlVI4Ievs6' data-tabindex='0'><input id="input_f5b90a89d4414516f2af1b1990430cd1" class="gfield_recaptcha_response" type="hidden" name="input_f5b90a89d4414516f2af1b1990430cd1" value=""/></div>   <input type='hidden' class='gforms-pum' value='{"closepopup":false,"closedelay":0,"openpopup":false,"openpopup_id":0}' />                         <div class='gform-body gform_body'><div id='gform_fields_8' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_8_5" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_8_5" ><h3 class="gsection_title">Contact Information</h3></div><fieldset id="field_8_1" class="gfield gfield--type-name gfield_contains_required field_sublabel_hidden_label gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible"  data-js-reload="field_8_1" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Name<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name no_last_name no_suffix gf_name_has_1 ginput_container_name gform-grid-row' id='input_8_1'>                                                          <span id='input_8_1_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >                                                     <input type='text' name='input_1.3' id='input_8_1_3' value=''   aria-required='true'   placeholder='Your Name'  />                                                     <label for='input_8_1_3' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>Your Name</label>                                                 </span>                                                                                                                </div></fieldset><div id="field_8_2" class="gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible"  data-js-reload="field_8_2" ><label class='gfield_label gform-field-label' for='input_8_2'>Email<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_email'>                             <input name='input_2' id='input_8_2' type='email' value='' class='small'   placeholder='Email' aria-required="true" aria-invalid="false"  />                         </div></div><div id="field_8_3" class="gfield gfield--type-phone field_sublabel_below gfield--has-description field_description_below hidden_label field_validation_below gfield_visibility_visible"  data-js-reload="field_8_3" ><label class='gfield_label gform-field-label' for='input_8_3'>Phone</label><div class='ginput_container ginput_container_phone'><input name='input_3' id='input_8_3' type='tel' value='' class='small'  placeholder='Phone Number'  aria-invalid="false" aria-describedby="gfield_description_8_3"  /></div><div class='gfield_description' id='gfield_description_8_3'> Include Country code and City code </div></div><div id="field_8_4" class="gfield gfield--type-select field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_8_4" ><label class='gfield_label gform-field-label' for='input_8_4'>Nationality</label><div class='ginput_container ginput_container_select'><select name='input_4' id='input_8_4' class='small gfield_select'  aria-describedby="gfield_description_8_4"   aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='Afghanistan' >Afghanistan</option><option value='Albania' >Albania</option><option value='Algeria' >Algeria</option><option value='American Samoa' >American Samoa</option><option value='Andorra' >Andorra</option><option value='Angola' >Angola</option><option value='Antigua and Barbuda' >Antigua and Barbuda</option><option value='Argentina' >Argentina</option><option value='Armenia' >Armenia</option><option value='Australia' >Australia</option><option value='Austria' >Austria</option><option value='Azerbaijan' >Azerbaijan</option><option value='Bahamas' >Bahamas</option><option value='Bahrain' >Bahrain</option><option value='Bangladesh' >Bangladesh</option><option value='Barbados' >Barbados</option><option value='Belarus' >Belarus</option><option value='Belgium' >Belgium</option><option value='Belize' >Belize</option><option value='Benin' >Benin</option><option value='Bermuda' >Bermuda</option><option value='Bhutan' >Bhutan</option><option value='Bolivia' >Bolivia</option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina</option><option value='Botswana' >Botswana</option><option value='Brazil' >Brazil</option><option value='Brunei' >Brunei</option><option value='Bulgaria' >Bulgaria</option><option value='Burkina Faso' >Burkina Faso</option><option value='Burundi' >Burundi</option><option value='Cambodia' >Cambodia</option><option value='Cameroon' >Cameroon</option><option value='Canada' >Canada</option><option value='Cape Verde' >Cape Verde</option><option value='Cayman Islands' >Cayman Islands</option><option value='Central African Republic' >Central African Republic</option><option value='Chad' >Chad</option><option value='Chile' >Chile</option><option value='China' >China</option><option value='Colombia' >Colombia</option><option value='Comoros' >Comoros</option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the</option><option value='Congo, Republic of the' >Congo, Republic of the</option><option value='Costa Rica' >Costa Rica</option><option value='Côte d&#039;Ivoire' >Côte d&#039;Ivoire</option><option value='Croatia' >Croatia</option><option value='Cuba' >Cuba</option><option value='Curaçao' >Curaçao</option><option value='Cyprus' >Cyprus</option><option value='Czech Republic' >Czech Republic</option><option value='Denmark' >Denmark</option><option value='Djibouti' >Djibouti</option><option value='Dominica' >Dominica</option><option value='Dominican Republic' >Dominican Republic</option><option value='East Timor' >East Timor</option><option value='Ecuador' >Ecuador</option><option value='Egypt' >Egypt</option><option value='El Salvador' >El Salvador</option><option value='Equatorial Guinea' >Equatorial Guinea</option><option value='Eritrea' >Eritrea</option><option value='Estonia' >Estonia</option><option value='Ethiopia' >Ethiopia</option><option value='Faroe Islands' >Faroe Islands</option><option value='Fiji' >Fiji</option><option value='Finland' >Finland</option><option value='France' >France</option><option value='French Polynesia' >French Polynesia</option><option value='Gabon' >Gabon</option><option value='Gambia' >Gambia</option><option value='Georgia' >Georgia</option><option value='Germany' >Germany</option><option value='Ghana' >Ghana</option><option value='Greece' >Greece</option><option value='Greenland' >Greenland</option><option value='Grenada' >Grenada</option><option value='Guam' >Guam</option><option value='Guatemala' >Guatemala</option><option value='Guinea' >Guinea</option><option value='Guinea-Bissau' >Guinea-Bissau</option><option value='Guyana' >Guyana</option><option value='Haiti' >Haiti</option><option value='Honduras' >Honduras</option><option value='Hong Kong' >Hong Kong</option><option value='Hungary' >Hungary</option><option value='Iceland' >Iceland</option><option value='India' >India</option><option value='Indonesia' >Indonesia</option><option value='Iran' >Iran</option><option value='Iraq' >Iraq</option><option value='Ireland' >Ireland</option><option value='Israel' >Israel</option><option value='Italy' >Italy</option><option value='Jamaica' >Jamaica</option><option value='Japan' >Japan</option><option value='Jordan' >Jordan</option><option value='Kazakhstan' >Kazakhstan</option><option value='Kenya' >Kenya</option><option value='Kiribati' >Kiribati</option><option value='North Korea' >North Korea</option><option value='South Korea' >South Korea</option><option value='Kosovo' >Kosovo</option><option value='Kuwait' >Kuwait</option><option value='Kyrgyzstan' >Kyrgyzstan</option><option value='Laos' >Laos</option><option value='Latvia' >Latvia</option><option value='Lebanon' >Lebanon</option><option value='Lesotho' >Lesotho</option><option value='Liberia' >Liberia</option><option value='Libya' >Libya</option><option value='Liechtenstein' >Liechtenstein</option><option value='Lithuania' >Lithuania</option><option value='Luxembourg' >Luxembourg</option><option value='Macedonia' >Macedonia</option><option value='Madagascar' >Madagascar</option><option value='Malawi' >Malawi</option><option value='Malaysia' >Malaysia</option><option value='Maldives' >Maldives</option><option value='Mali' >Mali</option><option value='Malta' >Malta</option><option value='Marshall Islands' >Marshall Islands</option><option value='Mauritania' >Mauritania</option><option value='Mauritius' >Mauritius</option><option value='Mexico' >Mexico</option><option value='Micronesia' >Micronesia</option><option value='Moldova' >Moldova</option><option value='Monaco' >Monaco</option><option value='Mongolia' >Mongolia</option><option value='Montenegro' >Montenegro</option><option value='Morocco' >Morocco</option><option value='Mozambique' >Mozambique</option><option value='Myanmar' >Myanmar</option><option value='Namibia' >Namibia</option><option value='Nauru' >Nauru</option><option value='Nepal' >Nepal</option><option value='Netherlands' >Netherlands</option><option value='New Zealand' >New Zealand</option><option value='Nicaragua' >Nicaragua</option><option value='Niger' >Niger</option><option value='Nigeria' >Nigeria</option><option value='Northern Mariana Islands' >Northern Mariana Islands</option><option value='Norway' >Norway</option><option value='Oman' >Oman</option><option value='Pakistan' >Pakistan</option><option value='Palau' >Palau</option><option value='Palestine, State of' >Palestine, State of</option><option value='Panama' >Panama</option><option value='Papua New Guinea' >Papua New Guinea</option><option value='Paraguay' >Paraguay</option><option value='Peru' >Peru</option><option value='Philippines' >Philippines</option><option value='Poland' >Poland</option><option value='Portugal' >Portugal</option><option value='Puerto Rico' >Puerto Rico</option><option value='Qatar' >Qatar</option><option value='Romania' >Romania</option><option value='Russia' >Russia</option><option value='Rwanda' >Rwanda</option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis</option><option value='Saint Lucia' >Saint Lucia</option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines</option><option value='Samoa' >Samoa</option><option value='San Marino' >San Marino</option><option value='Sao Tome and Principe' >Sao Tome and Principe</option><option value='Saudi Arabia' >Saudi Arabia</option><option value='Senegal' >Senegal</option><option value='Serbia' >Serbia</option><option value='Seychelles' >Seychelles</option><option value='Sierra Leone' >Sierra Leone</option><option value='Singapore' >Singapore</option><option value='Sint Maarten' >Sint Maarten</option><option value='Slovakia' >Slovakia</option><option value='Slovenia' >Slovenia</option><option value='Solomon Islands' >Solomon Islands</option><option value='Somalia' >Somalia</option><option value='South Africa' >South Africa</option><option value='Spain' >Spain</option><option value='Sri Lanka' >Sri Lanka</option><option value='Sudan' >Sudan</option><option value='Sudan, South' >Sudan, South</option><option value='Suriname' >Suriname</option><option value='Swaziland' >Swaziland</option><option value='Sweden' >Sweden</option><option value='Switzerland' >Switzerland</option><option value='Syria' >Syria</option><option value='Taiwan' >Taiwan</option><option value='Tajikistan' >Tajikistan</option><option value='Tanzania' >Tanzania</option><option value='Thailand' >Thailand</option><option value='Togo' >Togo</option><option value='Tonga' >Tonga</option><option value='Trinidad and Tobago' >Trinidad and Tobago</option><option value='Tunisia' >Tunisia</option><option value='Turkey' >Turkey</option><option value='Turkmenistan' >Turkmenistan</option><option value='Tuvalu' >Tuvalu</option><option value='Uganda' >Uganda</option><option value='Ukraine' >Ukraine</option><option value='United Arab Emirates' >United Arab Emirates</option><option value='United Kingdom' >United Kingdom</option><option value='United States' >United States</option><option value='Uruguay' >Uruguay</option><option value='Uzbekistan' >Uzbekistan</option><option value='Vanuatu' >Vanuatu</option><option value='Vatican City' >Vatican City</option><option value='Venezuela' >Venezuela</option><option value='Vietnam' >Vietnam</option><option value='Virgin Islands, British' >Virgin Islands, British</option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.</option><option value='Yemen' >Yemen</option><option value='Zambia' >Zambia</option><option value='Zimbabwe' >Zimbabwe</option></select></div><div class='gfield_description' id='gfield_description_8_4'>The country of your Citizenship.</div></div><div id="field_8_6" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_8_6" ><h3 class="gsection_title">Personal Profile</h3></div><div id="field_8_7" class="gfield gfield--type-number field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_8_7" ><label class='gfield_label gform-field-label' for='input_8_7'>Age</label><div class='ginput_container ginput_container_number'><input name='input_7' id='input_8_7' type='number' step='any'   value='' class='small'    placeholder='Age'  aria-invalid="false" aria-describedby="gfield_description_8_7" /></div><div class='gfield_description' id='gfield_description_8_7'>Years</div></div><div id="field_8_8" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_8_8" ><label class='gfield_label gform-field-label' for='input_8_8'>Residence<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_8' id='input_8_8' class='small gfield_select'  aria-describedby="gfield_description_8_8"  aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='Afghanistan' >Afghanistan</option><option value='Albania' >Albania</option><option value='Algeria' >Algeria</option><option value='American Samoa' >American Samoa</option><option value='Andorra' >Andorra</option><option value='Angola' >Angola</option><option value='Antigua and Barbuda' >Antigua and Barbuda</option><option value='Argentina' >Argentina</option><option value='Armenia' >Armenia</option><option value='Australia' >Australia</option><option value='Austria' >Austria</option><option value='Azerbaijan' >Azerbaijan</option><option value='Bahamas' >Bahamas</option><option value='Bahrain' >Bahrain</option><option value='Bangladesh' >Bangladesh</option><option value='Barbados' >Barbados</option><option value='Belarus' >Belarus</option><option value='Belgium' >Belgium</option><option value='Belize' >Belize</option><option value='Benin' >Benin</option><option value='Bermuda' >Bermuda</option><option value='Bhutan' >Bhutan</option><option value='Bolivia' >Bolivia</option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina</option><option value='Botswana' >Botswana</option><option value='Brazil' >Brazil</option><option value='Brunei' >Brunei</option><option value='Bulgaria' >Bulgaria</option><option value='Burkina Faso' >Burkina Faso</option><option value='Burundi' >Burundi</option><option value='Cambodia' >Cambodia</option><option value='Cameroon' >Cameroon</option><option value='Canada' >Canada</option><option value='Cape Verde' >Cape Verde</option><option value='Cayman Islands' >Cayman Islands</option><option value='Central African Republic' >Central African Republic</option><option value='Chad' >Chad</option><option value='Chile' >Chile</option><option value='China' >China</option><option value='Colombia' >Colombia</option><option value='Comoros' >Comoros</option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the</option><option value='Congo, Republic of the' >Congo, Republic of the</option><option value='Costa Rica' >Costa Rica</option><option value='Côte d&#039;Ivoire' >Côte d&#039;Ivoire</option><option value='Croatia' >Croatia</option><option value='Cuba' >Cuba</option><option value='Curaçao' >Curaçao</option><option value='Cyprus' >Cyprus</option><option value='Czech Republic' >Czech Republic</option><option value='Denmark' >Denmark</option><option value='Djibouti' >Djibouti</option><option value='Dominica' >Dominica</option><option value='Dominican Republic' >Dominican Republic</option><option value='East Timor' >East Timor</option><option value='Ecuador' >Ecuador</option><option value='Egypt' >Egypt</option><option value='El Salvador' >El Salvador</option><option value='Equatorial Guinea' >Equatorial Guinea</option><option value='Eritrea' >Eritrea</option><option value='Estonia' >Estonia</option><option value='Ethiopia' >Ethiopia</option><option value='Faroe Islands' >Faroe Islands</option><option value='Fiji' >Fiji</option><option value='Finland' >Finland</option><option value='France' >France</option><option value='French Polynesia' >French Polynesia</option><option value='Gabon' >Gabon</option><option value='Gambia' >Gambia</option><option value='Georgia' >Georgia</option><option value='Germany' >Germany</option><option value='Ghana' >Ghana</option><option value='Greece' >Greece</option><option value='Greenland' >Greenland</option><option value='Grenada' >Grenada</option><option value='Guam' >Guam</option><option value='Guatemala' >Guatemala</option><option value='Guinea' >Guinea</option><option value='Guinea-Bissau' >Guinea-Bissau</option><option value='Guyana' >Guyana</option><option value='Haiti' >Haiti</option><option value='Honduras' >Honduras</option><option value='Hong Kong' >Hong Kong</option><option value='Hungary' >Hungary</option><option value='Iceland' >Iceland</option><option value='India' >India</option><option value='Indonesia' >Indonesia</option><option value='Iran' >Iran</option><option value='Iraq' >Iraq</option><option value='Ireland' >Ireland</option><option value='Israel' >Israel</option><option value='Italy' >Italy</option><option value='Jamaica' >Jamaica</option><option value='Japan' >Japan</option><option value='Jordan' >Jordan</option><option value='Kazakhstan' >Kazakhstan</option><option value='Kenya' >Kenya</option><option value='Kiribati' >Kiribati</option><option value='North Korea' >North Korea</option><option value='South Korea' >South Korea</option><option value='Kosovo' >Kosovo</option><option value='Kuwait' >Kuwait</option><option value='Kyrgyzstan' >Kyrgyzstan</option><option value='Laos' >Laos</option><option value='Latvia' >Latvia</option><option value='Lebanon' >Lebanon</option><option value='Lesotho' >Lesotho</option><option value='Liberia' >Liberia</option><option value='Libya' >Libya</option><option value='Liechtenstein' >Liechtenstein</option><option value='Lithuania' >Lithuania</option><option value='Luxembourg' >Luxembourg</option><option value='Macedonia' >Macedonia</option><option value='Madagascar' >Madagascar</option><option value='Malawi' >Malawi</option><option value='Malaysia' >Malaysia</option><option value='Maldives' >Maldives</option><option value='Mali' >Mali</option><option value='Malta' >Malta</option><option value='Marshall Islands' >Marshall Islands</option><option value='Mauritania' >Mauritania</option><option value='Mauritius' >Mauritius</option><option value='Mexico' >Mexico</option><option value='Micronesia' >Micronesia</option><option value='Moldova' >Moldova</option><option value='Monaco' >Monaco</option><option value='Mongolia' >Mongolia</option><option value='Montenegro' >Montenegro</option><option value='Morocco' >Morocco</option><option value='Mozambique' >Mozambique</option><option value='Myanmar' >Myanmar</option><option value='Namibia' >Namibia</option><option value='Nauru' >Nauru</option><option value='Nepal' >Nepal</option><option value='Netherlands' >Netherlands</option><option value='New Zealand' >New Zealand</option><option value='Nicaragua' >Nicaragua</option><option value='Niger' >Niger</option><option value='Nigeria' >Nigeria</option><option value='Northern Mariana Islands' >Northern Mariana Islands</option><option value='Norway' >Norway</option><option value='Oman' >Oman</option><option value='Pakistan' >Pakistan</option><option value='Palau' >Palau</option><option value='Palestine, State of' >Palestine, State of</option><option value='Panama' >Panama</option><option value='Papua New Guinea' >Papua New Guinea</option><option value='Paraguay' >Paraguay</option><option value='Peru' >Peru</option><option value='Philippines' >Philippines</option><option value='Poland' >Poland</option><option value='Portugal' >Portugal</option><option value='Puerto Rico' >Puerto Rico</option><option value='Qatar' >Qatar</option><option value='Romania' >Romania</option><option value='Russia' >Russia</option><option value='Rwanda' >Rwanda</option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis</option><option value='Saint Lucia' >Saint Lucia</option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines</option><option value='Samoa' >Samoa</option><option value='San Marino' >San Marino</option><option value='Sao Tome and Principe' >Sao Tome and Principe</option><option value='Saudi Arabia' >Saudi Arabia</option><option value='Senegal' >Senegal</option><option value='Serbia' >Serbia</option><option value='Seychelles' >Seychelles</option><option value='Sierra Leone' >Sierra Leone</option><option value='Singapore' >Singapore</option><option value='Sint Maarten' >Sint Maarten</option><option value='Slovakia' >Slovakia</option><option value='Slovenia' >Slovenia</option><option value='Solomon Islands' >Solomon Islands</option><option value='Somalia' >Somalia</option><option value='South Africa' >South Africa</option><option value='Spain' >Spain</option><option value='Sri Lanka' >Sri Lanka</option><option value='Sudan' >Sudan</option><option value='Sudan, South' >Sudan, South</option><option value='Suriname' >Suriname</option><option value='Swaziland' >Swaziland</option><option value='Sweden' >Sweden</option><option value='Switzerland' >Switzerland</option><option value='Syria' >Syria</option><option value='Taiwan' >Taiwan</option><option value='Tajikistan' >Tajikistan</option><option value='Tanzania' >Tanzania</option><option value='Thailand' >Thailand</option><option value='Togo' >Togo</option><option value='Tonga' >Tonga</option><option value='Trinidad and Tobago' >Trinidad and Tobago</option><option value='Tunisia' >Tunisia</option><option value='Turkey' >Turkey</option><option value='Turkmenistan' >Turkmenistan</option><option value='Tuvalu' >Tuvalu</option><option value='Uganda' >Uganda</option><option value='Ukraine' >Ukraine</option><option value='United Arab Emirates' >United Arab Emirates</option><option value='United Kingdom' >United Kingdom</option><option value='United States' >United States</option><option value='Uruguay' >Uruguay</option><option value='Uzbekistan' >Uzbekistan</option><option value='Vanuatu' >Vanuatu</option><option value='Vatican City' >Vatican City</option><option value='Venezuela' >Venezuela</option><option value='Vietnam' >Vietnam</option><option value='Virgin Islands, British' >Virgin Islands, British</option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.</option><option value='Yemen' >Yemen</option><option value='Zambia' >Zambia</option><option value='Zimbabwe' >Zimbabwe</option></select></div><div class='gfield_description' id='gfield_description_8_8'> The country where you currently live. </div></div><div id="field_8_12" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_8_12" ><label class='gfield_label gform-field-label' for='input_8_12'>Marital status<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_12' id='input_8_12' class='small gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='Single' >Single</option><option value='Married' >Married</option><option value='Divorced' >Divorced</option><option value='Widowed' >Widowed</option><option value='Common law' >Common law</option></select></div></div><fieldset id="field_8_14" class="gfield gfield--type-radio gfield--type-choice gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_8_14" ><legend class='gfield_label gform-field-label' >Do you have kids?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_8_14'> 			<div class='gchoice gchoice_8_14_0'> 					<input class='gfield-choice-input' name='input_14' type='radio' value='Yes'  id='choice_8_14_0' onchange='gformToggleRadioOther( this )'    /> 					<label for='choice_8_14_0' id='label_8_14_0' class='gform-field-label gform-field-label--type-inline'>Yes</label> 			</div> 			<div class='gchoice gchoice_8_14_1'> 					<input class='gfield-choice-input' name='input_14' type='radio' value='No'  id='choice_8_14_1' onchange='gformToggleRadioOther( this )'    /> 					<label for='choice_8_14_1' id='label_8_14_1' class='gform-field-label gform-field-label--type-inline'>No</label> 			</div></div></div></fieldset><div id="field_8_13" class="gfield gfield--type-number gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_8_13" ><label class='gfield_label gform-field-label' for='input_8_13'>Number of kids<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_number'><input name='input_13' id='input_8_13' type='number' step='any'   value='' class='small'     aria-required="true" aria-invalid="false"  /></div></div><div id="field_8_18" class="gfield gfield--type-select field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_8_18" ><label class='gfield_label gform-field-label' for='input_8_18'>What is your level of English?</label><div class='ginput_container ginput_container_select'><select name='input_18' id='input_8_18' class='small gfield_select'     aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='Beginner' >Beginner</option><option value='intermediate' >intermediate</option><option value='Fluent' >Fluent</option><option value='Native' >Native</option></select></div></div><div id="field_8_19" class="gfield gfield--type-select field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_8_19" ><label class='gfield_label gform-field-label' for='input_8_19'>What is your level of French?</label><div class='ginput_container ginput_container_select'><select name='input_19' id='input_8_19' class='small gfield_select'     aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='Beginner' >Beginner</option><option value='intermediate' >intermediate</option><option value='Fluent' >Fluent</option><option value='Native' >Native</option></select></div></div><fieldset id="field_8_21" class="gfield gfield--type-radio gfield--type-choice gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_8_21" ><legend class='gfield_label gform-field-label' >Do you intend to live in the country of investment?<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_8_21'> 			<div class='gchoice gchoice_8_21_0'> 					<input class='gfield-choice-input' name='input_21' type='radio' value='Yes'  id='choice_8_21_0' onchange='gformToggleRadioOther( this )'    /> 					<label for='choice_8_21_0' id='label_8_21_0' class='gform-field-label gform-field-label--type-inline'>Yes</label> 			</div> 			<div class='gchoice gchoice_8_21_1'> 					<input class='gfield-choice-input' name='input_21' type='radio' value='No'  id='choice_8_21_1' onchange='gformToggleRadioOther( this )'    /> 					<label for='choice_8_21_1' id='label_8_21_1' class='gform-field-label gform-field-label--type-inline'>No</label> 			</div></div></div></fieldset><div id="field_8_9" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_8_9" ><h3 class="gsection_title">Personal Net Worth</h3></div><div id="field_8_11" class="gfield gfield--type-html gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_8_11" >Your Personal Net Worth is the current value of all the assets (e.g. properties, investments, stocks, bonds, bank accounts) that you (and your spouse/common-law partner, if applicable) personally own, MINUS the current value of all your combined personal liabilities (e.g. mortgages, loans, credit card balances).  Please be sure to include your share of the value of any businesses that you own.</div><div id="field_8_10" class="gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_8_10" ><label class='gfield_label gform-field-label' for='input_8_10'>Net Worth<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_10' id='input_8_10' class='small gfield_select'    aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='Less than CAD 100,000' >Less than CAD 100,000</option><option value='more than CAD 100,000 but less than CAD 500,000' >more than CAD 100,000 but less than CAD 500,000</option><option value='more than CAD 500,000 but less than CAD 1,000,000' >more than CAD 500,000 but less than CAD 1,000,000</option><option value='more than CAD 1,000,000 but less than CAD 1,600,000' >more than CAD 1,000,000 but less than CAD 1,600,000</option><option value='more than CAD 1,600,000' >more than CAD 1,600,000</option></select></div></div><fieldset id="field_8_20" class="gfield gfield--type-radio gfield--type-choice field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_8_20" ><legend class='gfield_label gform-field-label' >Net worth ownership</legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_8_20'> 			<div class='gchoice gchoice_8_20_0'> 					<input class='gfield-choice-input' name='input_20' type='radio' value='Just me'  id='choice_8_20_0' onchange='gformToggleRadioOther( this )'    /> 					<label for='choice_8_20_0' id='label_8_20_0' class='gform-field-label gform-field-label--type-inline'>Just me</label> 			</div> 			<div class='gchoice gchoice_8_20_1'> 					<input class='gfield-choice-input' name='input_20' type='radio' value='Me and my spouse'  id='choice_8_20_1' onchange='gformToggleRadioOther( this )'    /> 					<label for='choice_8_20_1' id='label_8_20_1' class='gform-field-label gform-field-label--type-inline'>Me and my spouse</label> 			</div></div></div></fieldset><fieldset id="field_8_17" class="gfield gfield--type-radio gfield--type-choice gfield_contains_required field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible"  data-js-reload="field_8_17" ><legend class='gfield_label gform-field-label' >Subscribe to our Business Immigration Newsletter<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='gfield_description' id='gfield_description_8_17'>Get news and updates about all business immigration programs including investor and entrepreneur. </div><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_8_17'> 			<div class='gchoice gchoice_8_17_0'> 					<input class='gfield-choice-input' name='input_17' type='radio' value='Yes, i want to subscribe'  id='choice_8_17_0' onchange='gformToggleRadioOther( this )' aria-describedby="gfield_description_8_17"   /> 					<label for='choice_8_17_0' id='label_8_17_0' class='gform-field-label gform-field-label--type-inline'>Yes, i want to subscribe</label> 			</div> 			<div class='gchoice gchoice_8_17_1'> 					<input class='gfield-choice-input' name='input_17' type='radio' value='No'  id='choice_8_17_1' onchange='gformToggleRadioOther( this )'    /> 					<label for='choice_8_17_1' id='label_8_17_1' class='gform-field-label gform-field-label--type-inline'>No</label> 			</div></div></div></fieldset></div></div>         <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_8' class='gform_button button' value='Submit'  onclick='if(window["gf_submitting_8"]){return false;}  if( !jQuery("#gform_8")[0].checkValidity || jQuery("#gform_8")[0].checkValidity()){window["gf_submitting_8"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_8"]){return false;} if( !jQuery("#gform_8")[0].checkValidity || jQuery("#gform_8")[0].checkValidity()){window["gf_submitting_8"]=true;}  jQuery("#gform_8").trigger("submit",[true]); }' />              <input type='hidden' class='gform_hidden' name='is_submit_8' value='1' />             <input type='hidden' class='gform_hidden' name='gform_submit' value='8' />                          <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />             <input type='hidden' class='gform_hidden' name='state_8' value='WyJbXSIsIjIzODMyODFjMzk2NGEwNjFjMGNhY2YwNzc1NzFhNDJiIl0=' />             <input type='hidden' class='gform_hidden' name='gform_target_page_number_8' id='gform_target_page_number_8' value='0' />             <input type='hidden' class='gform_hidden' name='gform_source_page_number_8' id='gform_source_page_number_8' value='1' />             <input type='hidden' name='gform_field_values' value='' />                      </div>                         </form>                         </div><script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 8, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_8').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_8');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_8').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_8').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_8').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_8').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_8').val();gformInitSpinner( 8, 'https://www.mercan.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [8, current_page]);window['gf_submitting_8'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_8').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [8]);window['gf_submitting_8'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_8').text());}else{jQuery('#gform_8').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "8", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_8" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_8";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_8" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [8, current_page] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 8, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]> */
</script> 		</div>  				 							<button type="button" class="pum-close popmake-close" aria-label="Close"> 			×			</button> 		 	</div>  </div>     <!-- Meta Pixel Event Code -->     <script type='text/bwp-script' data-type="text/javascript">
        document.addEventListener( 'wpcf7mailsent', function( event ) {
        if( "fb_pxl_code" in event.detail.apiResponse){
          eval(event.detail.apiResponse.fb_pxl_code);
        }
      }, false );
    </script>     <!-- End Meta Pixel Event Code -->     <div id='fb-pxl-ajax-code'></div><div id="cs_preview_popup"><div class="preview_container cs_preview_container  bars_position_bottom bar_small cs_block_content_0" style="display: none;" data-scroll="1" data-sticky="0" data-smart-sticky-desktop="1" data-smart-sticky-mobile="1"  data-cstype="inform_and_opiout" data-rule="16548"><div class="preview_wrap preview_wrap_showing"><!--googleoff: all-->    <div class="cs_popup_overlay"></div>     <div class="wCgDJAXrBZtGWyZvGFMOxhUrVLlSzWcmUkas"          style="--cs-color-active-toggle: #E16B4340; --cs-color-active-toggle-button: #E16B43; --cs-active-toggle-background-color: #E16B43; --cs-active-toggle-text-color: #ffffff; --cs-text-underline-color: #44444480; --cs-text-color: #444444; --cs-color-underline: #212121; --cs_subtitles_text_color: #444444; --cs_op_subtitle_f_w: 700"     >         <div data-cli-geo-loc=""              class="cs-info-bar cs-public-cookie-bar bar_small cs-bar bottom cs_light_theme"              style="background-color: #ffffff;                      border: 0px solid #333333;                      color: #444444;                      fill: #444444;                      padding: 30px 80px 25px 80px;                      font-size: 18px;                      font-weight: 400;                      min-height: 94px;">             <div class="cs-wrapper"> 				                    <button type="button"                             class="cs-modal-close"                             data-action="cs_close_consent"                             style="display: inline-block;                             --cs-text-color: #444444">                         <svg viewbox="0 0 24 24">                             <path d="M19 6.41l-1.41-1.41-5.59 5.59-5.59-5.59-1.41 1.41 5.59 5.59-5.59 5.59 1.41 1.41 5.59-5.59 5.59 5.59 1.41-1.41-5.59-5.59z"></path>                             <path d="M0 0h24v24h-24z" fill="none"></path>                         </svg>                         <span class="cs-sr-only">Close</span>                     </button> 								                 <div class="row align-items-center cs-popup-row">                     <div class="col mr-20 mb-20"> 						<div class="bar_description_text" style="color:#444444;">We use information collected through cookies and similar technologies to improve your experience on our site, analyse how you use it and for marketing purposes.</div><div class="policy_wrap"><a href="https://www.mercan.com/privacy-policynew/" target="_blank" style="color:#212121;">Privacy Policy</a></div>                    </div>                      <div class="col-6 btns_column right-aligned">                         <div class="btn-row right-aligned"> 							                                <button type="button" class="btn options_btn"                                         style="background-color: #F0F0F0;                                                 color: #212121;                                                 padding: 15px 20px 15px 20px;                                                 margin: 0px 0px 0px 50px;                                                 font-size: 18px;                                                 font-weight: 600;">More options</button> 																							                             <button type="button" class="btn btn-grey allow_all_btn cs_action_btn"                                     data-cs_action="allow_all"                                     style="background-color: #E16B43;                                             color: #FFFFFF;                                             padding: 15px 20px 15px 20px;                                             margin: 0px 0px 0px 50px;                                             font-size: 18px;                                             font-weight: 600;">Allow all</button>                         </div>                     </div>  					                </div>  				            </div>         </div>          <div class="cs-modal cs_settings_popup cs_light_theme cs_multi_design"              tabindex="-1" role="dialog"              aria-labelledby="csSettingsPopup" aria-hidden="true">             <div class="cs-modal-dialog" role="document">                 <div class="cs-modal-content cs-bar-popup"                      style="background-color: #ffffff;                              border: 0px solid #333333;                              color: #444444;                              fill: #444444;                              padding: 54px 20px 54px 20px;                              font-size: 18px;                              font-weight: 400;                              min-height: 400px;"> 					                        <button type="button"                                 class="cs-modal-close"                                 data-action="cs_close_opt_popup"                                 style="--cs-text-color: #444444">                             <svg viewbox="0 0 24 24">                                 <path d="M19 6.41l-1.41-1.41-5.59 5.59-5.59-5.59-1.41 1.41 5.59 5.59-5.59 5.59 1.41 1.41 5.59-5.59 5.59 5.59 1.41-1.41-5.59-5.59z"></path>                                 <path d="M0 0h24v24h-24z" fill="none"></path>                             </svg>                             <span class="cs-sr-only">Close</span>                         </button> 					                     <div class="cs-modal-body"> 						<div class="cs-container-fluid cs-tab-container inform_and_opiout cs_options_popup_content.php">     <div class="row headline">         <div class="col-12">             <div class="cs-privacy-overview"                  style="font-size: 18px; font-weight: 400;">                 <h4 style="color:#444444;                         font-size: 30px;                         font-weight: 500;">Your privacy settings</h4>                 <div class="cs-privacy-content">                     <div class="row cs-privacy-content-text"> 						We and our partners use information collected through cookies and similar technologies to improve your experience on our site, analyse how you use it and for marketing purposes. Because we respect your right to privacy, you can choose not to allow some types of cookies. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer. In some cases, data obtained from cookies is shared with third parties for analytics or marketing reasons. You can exercise your right to opt-out of that sharing at any time by disabling cookies.                        <div class="col-12 left-aligned mt-10"> 							<div class="policy_wrap"><a href="https://www.mercan.com/privacy-policynew/" target="_blank" style="color:#212121; --cs-color-underline: #212121;">Privacy Policy</a></div>                        </div>                     </div>                      <div class="row no-gutters no-padding align-items-center cs_policy_existing_page">                         <div class="col btn-row right-aligned"> 														                            <a role="button" href="#" tabindex="0" class="btn btn-grey allow_all_btn cs_action_btn"                                data-cs_action="allow_all"                                style="background-color: #E16B43;                                        color: #FFFFFF;                                        padding: 20px 35px 20px 35px;                                        margin: 0px 0px 0px 20px;                                        font-size: 20px;                                        font-weight: 500;">Allow all</a>                         </div>                     </div>                 </div>             </div>         </div>          <div class="col-12">             <h4 style="color:#444444;                     font-size: 30px;                     font-weight: 500;                     margin-bottom: 31px;">Manage Consent Preferences</h4> 								                        <div class="row" style="margin-bottom: 12px;">                             <div class="col">                                 <h5 class="indicator-label switcher-label"                                     style="color:#444444;                                             font-size: 22px;                                             font-weight: 700;">Necessary</h5>                             </div>                              <div class="col right-aligned green-text">                                 <span style="color:#219653;">Always ON</span>                             </div>                         </div>                          <div style="color:#444444; margin-bottom: 44px;"> 							These cookies and scripts are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you which amount to a request for services, suchas setting your privacy preferences, logging in or filling in forms. You can set your browser to block oralert you about these cookies, but some parts of the site will not then work. These cookies do notstore any personally identifiable information.                        </div>  						 								                        <div class="row" style="margin-bottom: 12px;">                             <div class="col">                                 <h5 class="indicator-label switcher-label"                                     style="color:#444444;                                             font-size: 22px;                                             font-weight: 700;">Analytics</h5>                             </div>                              <div class="col right-aligned"> 								<div class="custom-switch"><input type="hidden" name="cs_enabled_cookie_term_295" value="0" class="cs_enabled_cookie_term_295"><input type="checkbox" name="cs_enabled_cookie_term_295" value="1"   id="cs_enabled_cookie_term_295" 					   class="custom-switch-input cs_script_action cs_enabled_cookie_term_295" ><label class="custom-switch custom-switch-btn" for="cs_enabled_cookie_term_295" style="--cs-color-active-toggle: #E16B4340; --cs-color-active-toggle-button: #E16B43; --cs-active-toggle-background-color: #E16B43; --cs-active-toggle-text-color: #ffffff; --cs-text-underline-color: #44444480; --cs-text-color: #444444; --cs-color-underline: #212121; --cs_subtitles_text_color: #444444; --cs_op_subtitle_f_w: 700"></label></div>                            </div>                         </div>                          <div style="color:#444444; margin-bottom: 44px;"> 							These cookies and scripts allow us to count visits and traffic sources, so we can measure and improve the performance of our site. They help us know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies and scripts, we will not know when you have visited our site.                        </div>  											                        <div class="row" style="margin-bottom: 12px;">                             <div class="col">                                 <h5 class="indicator-label switcher-label"                                     style="color:#444444;                                             font-size: 22px;                                             font-weight: 700;">Embedded Videos</h5>                             </div>                              <div class="col right-aligned"> 								<div class="custom-switch"><input type="hidden" name="cs_enabled_cookie_term_299" value="0" class="cs_enabled_cookie_term_299"><input type="checkbox" name="cs_enabled_cookie_term_299" value="1"   id="cs_enabled_cookie_term_299" 					   class="custom-switch-input cs_script_action cs_enabled_cookie_term_299" ><label class="custom-switch custom-switch-btn" for="cs_enabled_cookie_term_299" style="--cs-color-active-toggle: #E16B4340; --cs-color-active-toggle-button: #E16B43; --cs-active-toggle-background-color: #E16B43; --cs-active-toggle-text-color: #ffffff; --cs-text-underline-color: #44444480; --cs-text-color: #444444; --cs-color-underline: #212121; --cs_subtitles_text_color: #444444; --cs_op_subtitle_f_w: 700"></label></div>                            </div>                         </div>                          <div style="color:#444444; margin-bottom: 44px;"> 							These cookies and scripts may be set through our site by external video hosting services likeYouTube or Vimeo. They may be used to deliver video content on our website. It’s possible for the video provider to build a profile of your interests and show you relevant adverts on this or other websites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies or scripts it is possible that embedded video will not function as expected.                        </div>  																                        <div class="row" style="margin-bottom: 12px;">                             <div class="col">                                 <h5 class="indicator-label switcher-label"                                     style="color:#444444;                                             font-size: 22px;                                             font-weight: 700;">Marketing</h5>                             </div>                              <div class="col right-aligned facebook_term_group"> 								<div class="custom-switch"><input type="hidden" name="cs_enabled_cookie_term_296" value="0" class="cs_enabled_cookie_term_296"><input type="checkbox" name="cs_enabled_cookie_term_296" value="1"   id="cs_enabled_cookie_term_296" 					   class="custom-switch-input cs_script_action cs_enabled_cookie_term_296" ><label class="custom-switch custom-switch-btn" for="cs_enabled_cookie_term_296" style="--cs-color-active-toggle: #E16B4340; --cs-color-active-toggle-button: #E16B43; --cs-active-toggle-background-color: #E16B43; --cs-active-toggle-text-color: #ffffff; --cs-text-underline-color: #44444480; --cs-text-color: #444444; --cs-color-underline: #212121; --cs_subtitles_text_color: #444444; --cs_op_subtitle_f_w: 700"></label></div>                            </div>                         </div>                          <div style="color:#444444; margin-bottom: 44px;"> 							These cookies and scripts  may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies and scripts, you will experience less targeted advertising.                        </div>  						                                <div style="padding-left: 30px;" class="facebook_term_group_switchers"> 									                                        <div>                                             <div class="row" style="margin-bottom: 12px;">                                                 <div class="col">                                                     <h5 class="indicator-label switcher-label"                                                         style="color:#444444;                                                                 font-size: 22px;                                                                 font-weight: 700;">Facebook Advanced Matching</h5>                                                 </div>                                                  <div class="col right-aligned"> 													<div class="custom-switch"><input type="checkbox" name="cs_enabled_advanced_matching" value="1"  disabled='disabled'  id="cs_enabled_advanced_matching" 					   class="custom-switch-input cs_script_action cs_enabled_advanced_matching" ><label class="custom-switch custom-switch-btn" for="cs_enabled_advanced_matching" style="--cs-color-active-toggle: #E16B4340; --cs-color-active-toggle-button: #E16B43; --cs-active-toggle-background-color: #E16B43; --cs-active-toggle-text-color: #ffffff; --cs-text-underline-color: #44444480; --cs-text-color: #444444; --cs-color-underline: #212121; --cs_subtitles_text_color: #444444; --cs_op_subtitle_f_w: 700"></label></div>                                                </div>                                             </div>                                              <div style="color:#444444; margin-bottom: 44px;"> 												Facebook Advanced Matching can improve ads attribution and conversion tracking. It can help us reach better-targeted custom audiences through our ads. When possible, we will share with Facebook hashed information like your name, phone, email, or address.                                            </div>                                         </div> 									 									                                        <div>                                             <div class="row" style="margin-bottom: 12px;">                                                 <div class="col">                                                     <h5 class="indicator-label switcher-label"                                                         style="color:#444444;                                                                 font-size: 22px;                                                                 font-weight: 700;">Facebook CAPI</h5>                                                 </div>                                                  <div class="col right-aligned"> 													<div class="custom-switch"><input type="checkbox" name="cs_enabled_server_side" value="1"  disabled='disabled'  id="cs_enabled_server_side" 					   class="custom-switch-input cs_script_action cs_enabled_server_side" ><label class="custom-switch custom-switch-btn" for="cs_enabled_server_side" style="--cs-color-active-toggle: #E16B4340; --cs-color-active-toggle-button: #E16B43; --cs-active-toggle-background-color: #E16B43; --cs-active-toggle-text-color: #ffffff; --cs-text-underline-color: #44444480; --cs-text-color: #444444; --cs-color-underline: #212121; --cs_subtitles_text_color: #444444; --cs_op_subtitle_f_w: 700"></label></div>                                                </div>                                             </div>                                              <div style="color:#444444; margin-bottom: 44px;"> 												Facebook Conversion API Events (CAPI) help us better understand how you interact with our websites. They allow us to measure the impact of our ads on the website's conversions and they improve ads targeting through custom audiences. When possible, we might share with Facebook information like name, email, phone, address.                                            </div>                                         </div> 									                                </div> 													        </div>         <div class="col-12">             <div class="cs-tab-footer btn-row right-aligned" style="margin-top: 40px;">                 <a role="button" href="#" tabindex="0" class="cs_setting_save_button btn btn-grey cs_action_btn"                    data-cs_action="cs_confirm"                    style="background-color: #F0F0F0;                            color: #212121;                            padding: 20px 35px 20px 35px;                            margin: 0px 0px 0px 20px;                            font-size: 20px;                            font-weight: 500;">Confirm my choices</a>                 <a role="button" href="#" tabindex="0" class="btn btn-grey allow_all_btn cs_action_btn"                    data-cs_action="allow_all"                    style="background-color: #E16B43;                            color: #FFFFFF;                            padding: 20px 35px 20px 35px;                            margin: 0px 0px 0px 20px;                            font-size: 20px;                            font-weight: 500;">Allow all</a> 								            </div>         </div>  		            <div class="col-12 right-aligned cs_copyright_link_wrap">                 <a href="https://www.pixelyoursite.com/plugins/consentmagic" rel="nofollow"                    target="_blank"                    class="cs_copyright_link"                    style="color: #212121">Verified by ConsentMagic</a>             </div> 		    </div> </div>                    </div>                 </div>             </div>         </div>          <div class="cs-modal-backdrop cs-fade cs-settings-overlay"></div>         <div class="cs-modal-backdrop cs-fade cs-popupbar-overlay cs-popupbar-overlay-bar"></div>     </div> 	<!--googleon: all--></div></div></div><div id="cs_preview_popup_button"></div>			<script type='text/bwp-script' data-type="text/javascript">
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script> 			<noscript  data-cs-class="cs-blocker-script" data-cs-slug="facebook_pixel" data-cs-label="Facebook Pixel Code"  data-cs-script-type="296" data-cs-block="false" data-cs-element-position="body" data-cs-noscript="true" data-cs-content="&lt;img height=&quot;1&quot; width=&quot;1&quot; style=&quot;display: none;&quot; src=&quot;https://www.facebook.com/tr?id=584590286928383&amp;ev=PageView&amp;noscript=1&amp;eid=584590286928383842bfaed-1001-442c-8b65-97080907ba87&amp;cd%5Bpage_title%5D=404+page&amp;cd%5Bpost_type%5D=page&amp;cd%5Bpost_id%5D=1042&amp;cd%5Bplugin%5D=PixelYourSite&amp;cd%5Bevent_url%5D=www.mercan.com%2F404-page%2F&amp;cd%5Buser_role%5D=guest&quot; alt=&quot;&quot;&gt;"><img decoding="async" height="1" width="1" style="display: none;"  data-berqwpsrc="https://www.facebook.com/tr?id=584590286928383&amp;ev=PageView&amp;noscript=1&amp;eid=584590286928383842bfaed-1001-442c-8b65-97080907ba87&amp;cd%5Bpage_title%5D=404+page&amp;cd%5Bpost_type%5D=page&amp;cd%5Bpost_id%5D=1042&amp;cd%5Bplugin%5D=PixelYourSite&amp;cd%5Bevent_url%5D=www.mercan.com%2F404-page%2F&amp;cd%5Buser_role%5D=guest" src="data:image/svg+xml,%3Csvg xmlns=&#039;http://www.w3.org/2000/svg&#039; %3E%3C/svg%3E"   alt="" data-cs-class="cs-blocker-script" data-cs-slug="facebook_pixel" data-cs-label="Facebook Pixel Code"  data-cs-script-type="296" data-cs-block="false" data-cs-element-position="body" data-cs-placeholder="<div><p>Accept consent to view this</p></div><div><a class='cs_manage_current_consent' data-cs-script-type='296' data-cs-manage='manage_placeholder'>Click to allow Embedded Videos</a></div>" data-cs-src="https://www.facebook.com/tr?id=584590286928383&ev=PageView&noscript=1&eid=584590286928383842bfaed-1001-442c-8b65-97080907ba87&cd%5Bpage_title%5D=404+page&cd%5Bpost_type%5D=page&cd%5Bpost_id%5D=1042&cd%5Bplugin%5D=PixelYourSite&cd%5Bevent_url%5D=www.mercan.com%2F404-page%2F&cd%5Buser_role%5D=guest"></noscript> <link rel='stylesheet' id='thegem-searchbar-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/thegem-elements-elementor/inc/elementor/widgets/search-bar/assets/css/thegem-searchbar.css?hash=411bfbed5e7afe260cdf0b23d56b13fe" /> <link rel='stylesheet' id='elementskit-reset-button-for-pro-form-css-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/css/elementskit-reset-button.css?hash=634f15e897bcb5d5b0aa13ede35dc9f6" /> <link rel='stylesheet' id='ekit-particles-css' href='' type='text/css' media='all' data-berqwp-style-href="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit/modules/particles/assets/css/particles.css?hash=cd599699a9b99f21d8ebddfb0a861313" /> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/js/thegem-form-elements.js?hash=0fd156974edf4633c46210b0af6c722c" id="thegem-form-elements-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/js/jquery.easing.js?hash=d96c6dc5ebeeda3944c9d32427a60716" id="jquery-easing-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/js/SmoothScroll.js?hash=ffdbee020ef4c175a4e0d38e51529fdb" id="SmoothScroll-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/js/jquery.dlmenu.js?hash=f33f73f125209eda3fda4b827aa51af4" id="jquery-dlmenu-js" data-type="text/javascript"></script> <script type="text/bwp-script" id="thegem-menu-init-script-js-extra" data-type="text/javascript">
/* <![CDATA[ */
var thegem_dlmenu_settings = {"ajax_url":"https:\/\/www.mercan.com\/wp-admin\/admin-ajax.php","backLabel":"Back","showCurrentLabel":"Show this page"};
/* ]]> */
</script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/js/thegem-menu_init.js?hash=db46d99dc383e3c512119b772716599f" id="thegem-menu-init-script-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/js/thegem-header.js?hash=6544787b571c60e694e6a44ba9e5ab9e" id="thegem-header-js" data-type="text/javascript"></script> <script type="text/bwp-script" id="thegem-scripts-js-extra" data-type="text/javascript">
/* <![CDATA[ */
var thegem_scripts_data = {"ajax_url":"https:\/\/www.mercan.com\/wp-admin\/admin-ajax.php","ajax_nonce":"72d04ff25a"};
/* ]]> */
</script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/js/functions.js?hash=52fe5d3d7e5c1b3e5efaef5513b9811d" id="thegem-scripts-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/js/fancyBox/jquery.mousewheel.pack.js?hash=b0f7225166e217cfb64b80ae8ebbb604" id="jquery-mousewheel-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/js/fancyBox/jquery.fancybox.min.js?hash=49a6b4d019a934bcf83f0c397eba82d8" id="jquery-fancybox-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/themes/thegem-elementor/js/fancyBox/jquery.fancybox-init.js?hash=d511192ca90b7e3bc0b715310fe700e6" id="fancybox-init-script-js" data-type="text/javascript"></script> <script type="text/bwp-script" id="afl-wc-utm-public-js-extra" data-type="text/javascript">
/* <![CDATA[ */
var afl_wc_utm_public = {"ajax_url":"https:\/\/www.mercan.com\/wp-admin\/admin-ajax.php","action":"afl_wc_utm_view","nonce":"","cookie_prefix":"afl_wc_utm_","cookie_expiry":{"days":90},"cookie_renewal":"force","cookie_consent_category":"statistics","domain_info":{"domain":"www.mercan.com","path":"\/"},"last_touch_window":"1800","wp_consent_api_enabled":"","user_has_active_attribution":"0","attr_first_non_utm":"0","js_autorun":"1","consent_addon":"wp-consent-api","active_attribution":"1","js_merge_tag":"0","gtm_push":"0"};
/* ]]> */
</script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/afl-wc-utm/public/js/afl-wc-utm-public.min.js?hash=b7a47de6ea95c501a3f284a76e78cb2e" id="afl-wc-utm-public-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-consent-mode-3d6495dceaebc28bcca3.js?hash=24be774744f7ca385004d0e4f640526d" id="googlesitekit-consent-mode-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js?hash=94d041d462db321cdb888066586f2068" id="elementskit-framework-js-frontend-js" data-type="text/javascript"></script> <script type="text/bwp-script" id="elementskit-framework-js-frontend-js-after" data-type="text/javascript">
/* <![CDATA[ */
		var elementskit = {
			resturl: 'https://www.mercan.com/wp-json/elementskit/v1/',
		}

		
/* ]]> */
</script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js?hash=3266c8f80b985a3be04473bceaee5f0b" id="ekit-widget-scripts-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit/modules/parallax/assets/js/anime.js?hash=4fd2bb2505f8aa9939c21f8d47fa33b5" id="animejs-js" data-type="text/javascript"></script> <script defer type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-frontend.js?hash=c24b6c48c23aba9ecdd08648febff662" id="elementskit-parallax-frontend-defer-js" data-type="text/javascript"></script> <script type="text/bwp-script" id="gforms_recaptcha_recaptcha-js-extra" data-type="text/javascript">
/* <![CDATA[ */
var gforms_recaptcha_recaptcha_strings = {"site_key":"6LewzP4kAAAAANbplUNYOvLar7EKN7FlVI4Ievs6","ajaxurl":"https:\/\/www.mercan.com\/wp-admin\/admin-ajax.php","nonce":"62627e688d"};
/* ]]> */
</script> <script type="text/bwp-script" src="https://www.google.com/recaptcha/api.js?render=6LewzP4kAAAAANbplUNYOvLar7EKN7FlVI4Ievs6&amp;ver=1.4.1" id="gforms_recaptcha_recaptcha-js" data-type="text/javascript"></script> <script type="text/bwp-script" id="gforms_recaptcha_recaptcha-js-after" data-type="text/javascript">
/* <![CDATA[ */
(function($){grecaptcha.ready(function(){$('.grecaptcha-badge').css('visibility','hidden');});})(jQuery);
/* ]]> */
</script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-includes/js/jquery/ui/core.min.js?hash=8fbc22c79d40119dde9a5d16897002b9" id="jquery-ui-core-js" data-type="text/javascript"></script> <script type="text/bwp-script" id="popup-maker-site-js-extra" data-type="text/javascript">
/* <![CDATA[ */
var pum_vars = {"version":"1.20.2","pm_dir_url":"https:\/\/www.mercan.com\/wp-content\/plugins\/popup-maker\/","ajaxurl":"https:\/\/www.mercan.com\/wp-admin\/admin-ajax.php","restapi":"https:\/\/www.mercan.com\/wp-json\/pum\/v1","rest_nonce":null,"default_theme":"4487","debug_mode":"","disable_tracking":"","home_url":"\/","message_position":"top","core_sub_forms_enabled":"1","popups":[],"cookie_domain":"","analytics_route":"analytics","analytics_api":"https:\/\/www.mercan.com\/wp-json\/pum\/v1"};
var pum_sub_vars = {"ajaxurl":"https:\/\/www.mercan.com\/wp-admin\/admin-ajax.php","message_position":"top"};
var pum_popups = {"pum-16702":{"triggers":[{"type":"click_open","settings":{"extra_selectors":".brochure","cookie_name":["pum-16702"]}}],"cookies":[{"event":"form_submission","settings":{"name":"pum-16702","key":"","session":false,"path":"1","time":"1 month","form":"any","only_in_popup":"1"}}],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"4489","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"300px","custom_height_auto":true,"custom_height":"380px","scrollable_content":false,"animation_type":"fadeAndSlide","animation_speed":"350","animation_origin":"bottom","open_sound":"none","custom_sound":"","location":"center","position_top":"100","position_bottom":"10","position_left":"0","position_right":"10","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"hello-box","id":16702,"slug":"pgv-investment-funds"},"pum-8999":{"triggers":[{"type":"click_open","settings":{"cookie_name":["pum-8999"],"extra_selectors":""}}],"cookies":[{"event":"pum_sub_form_already_subscribed","settings":{"name":"pum-8999","key":"","session":false,"path":"1","time":"1 month"}}],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"4487","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"lightbox","id":8999,"slug":"eb3-english-ppc"},"pum-13837":{"triggers":[{"type":"click_open","settings":{"extra_selectors":"","cookie_name":["pum-13837"]}}],"cookies":[{"event":"pum_sub_form_success","settings":{"name":"pum-13837","time":"1 month","path":true}}],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"4487","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"lightbox","id":13837,"slug":"pgv-pop-up"},"pum-13768":{"triggers":[{"type":"click_open","settings":{"extra_selectors":"","cookie_name":["pum-13768"]}}],"cookies":[{"event":"pum_sub_form_already_subscribed","settings":{"name":"pum-13768","time":"12 month","path":true}}],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"4487","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"lightbox","id":13768,"slug":"subscribe-to-newsletter"},"pum-9005":{"triggers":[{"type":"click_open","settings":{"extra_selectors":"","cookie_name":["pum-9005"]}}],"cookies":[{"event":"pum_sub_form_already_subscribed","settings":{"name":"pum-9005","time":"1 month","session":false,"path":"1","key":""}}],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"4487","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"lightbox","id":9005,"slug":"eb3-arabic-ppc"},"pum-4708":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"4487","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"lightbox","id":4708,"slug":"study-in-canada"},"pum-4583":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"4487","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"lightbox","id":4583,"slug":"become-an-agent"},"pum-4699":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"4487","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"lightbox","id":4699,"slug":"lmia-form"},"pum-4630":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"4487","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"lightbox","id":4630,"slug":"contact-us-form"},"pum-4604":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"4487","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"lightbox","id":4604,"slug":"relocation-service-in-canada-form"},"pum-4601":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"4487","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"lightbox","id":4601,"slug":"temporary-foreign-worker-program-form"},"pum-4599":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"4487","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"lightbox","id":4599,"slug":"family-sponsorship-form"},"pum-4595":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"4487","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"lightbox","id":4595,"slug":"business-immigration-form"}};
/* ]]> */
</script> <script type="text/bwp-script" src="//www.mercan.com/wp-content/uploads/pum/pum-site-scripts.js?defer&amp;generated=1728325278&amp;ver=1.20.2" id="popup-maker-site-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-includes/js/dist/dom-ready.min.js?hash=e4bc17cc45ca91ab0f09dea134975c51" id="wp-dom-ready-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-includes/js/dist/hooks.min.js?hash=072d3f6e5c446f57d5c544f9931860e2" id="wp-hooks-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-includes/js/dist/i18n.min.js?hash=a8127c1a87bb4f99edbeec7c37311dcd" id="wp-i18n-js" data-type="text/javascript"></script> <script type="text/bwp-script" id="wp-i18n-js-after" data-type="text/javascript">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
/* ]]> */
</script> <script type="text/bwp-script" id="wp-a11y-js-translations" data-type="text/javascript">
/* <![CDATA[ */
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2024-10-02 16:47:09+0000","generator":"GlotPress\/4.0.1","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_CA"},"Notifications":["Notifications"]}},"comment":{"reference":"wp-includes\/js\/dist\/a11y.js"}} );
/* ]]> */
</script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-includes/js/dist/a11y.min.js?hash=85ccfa6bfeb1f46e967d204f827ff4dc" id="wp-a11y-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-includes/js/jquery/ui/datepicker.min.js?hash=5be8137fc4144712dd6ec0ab1d72d1f7" id="jquery-ui-datepicker-js" data-type="text/javascript"></script> <script type="text/bwp-script" id="jquery-ui-datepicker-js-after" data-type="text/javascript">
/* <![CDATA[ */
jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":1,"isRTL":false});});
/* ]]> */
</script> <script type="text/bwp-script" defer='defer' src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/js/datepicker-legacy.min.js?hash=43ee97c3471cc4a5459e73e689545bdb" id="gform_datepicker_legacy-js" data-type="text/javascript"></script> <script type="text/bwp-script" defer='defer' src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/js/datepicker.min.js?hash=48f9e67beb103aa2f6bbc9e0c4056f8e" id="gform_datepicker_init-js" data-type="text/javascript"></script> <script type="text/bwp-script" defer='defer' src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?hash=a39e45502bab7e9e26723e6ab243e8f8" id="gform_placeholder-js" data-type="text/javascript"></script> <script type="text/bwp-script" defer='defer' src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?hash=54e7080aa7a02c83aa61fae430b9d869" id="gform_gravityforms_theme_vendors-js" data-type="text/javascript"></script> <script type="text/bwp-script" id="gform_gravityforms_theme-js-extra" data-type="text/javascript">
/* <![CDATA[ */
var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"374273fbbabddb933c1f187b7dc9429b"}}},"hmr_dev":"","public_path":"https:\/\/www.mercan.com\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/"};
/* ]]> */
</script> <script type="text/bwp-script" defer='defer' src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?hash=bab19fd84843dabc070e73326d787910" id="gform_gravityforms_theme-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://www.mercan.com/wp-content/plugins/gravityformsrecaptcha/js/frontend.min.js?ver=1.4.1" id="gforms_recaptcha_frontend-js" data-type="text/javascript"></script> <script type="text/bwp-script" defer='defer' src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/gravityforms/js/jquery.maskedinput.min.js?hash=4725fc74389124c04d94c895071b18ac" id="gform_masked_input-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?hash=292975e18d608b65503fd642738a9104" id="elementor-pro-webpack-runtime-js" data-berqwpSkipOnLoad="1" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?hash=b4db7e2ed545a79818c7780d50dad8cc" id="elementor-webpack-runtime-js" data-berqwpSkipOnLoad="1" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?hash=e1df917a2ded5cd00cab8a85cc5e1bd2" id="elementor-frontend-modules-js" data-berqwpSkipOnLoad="1" data-type="text/javascript"></script> <script type="text/bwp-script" id="elementor-pro-frontend-js-before" data-type="text/javascript">
/* <![CDATA[ */
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.mercan.com\/wp-admin\/admin-ajax.php","nonce":"4df79ff4e3","urls":{"assets":"https:\/\/www.mercan.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.mercan.com\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_CA","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.mercan.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
/* ]]> */
</script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?hash=d08a91962e5c197d4641647e5c0daffe" id="elementor-pro-frontend-js" data-berqwpSkipOnLoad="1" data-type="text/javascript"></script> <script type="text/bwp-script" id="elementor-frontend-js-before" data-type="text/javascript">
/* <![CDATA[ */
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.24.4","is_static":false,"experimentalFeatures":{"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_onboarding":true,"theme_builder_v2":true,"home_screen":true,"ai-layout":true,"landing-pages":true,"nested-elements":true,"link-in-bio":true,"floating-buttons":true},"urls":{"assets":"https:\/\/www.mercan.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/www.mercan.com\/wp-admin\/admin-ajax.php"},"nonces":{"floatingButtonsClickTracking":"2764b9c0e6"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_description_src":"description"},"post":{"id":1042,"title":"404%20page%20-%20MERCAN%20GROUP","excerpt":"","featuredImage":false}};
/* ]]> */
</script>  <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?hash=17719b7b626e5aba63c374680ab0cc48" id="pro-elements-handlers-js" data-berqwpSkipOnLoad="1" data-type="text/javascript"></script><script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementor/assets/js/frontend.min.js?hash=07a1b55cf5b4d988466e1c10dfd5bb43" id="elementor-frontend-js" data-berqwpSkipOnLoad="1" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/animate-circle.min.js?hash=f5945db2f3337fd9f1cbef5b07b2a493" id="animate-circle-js" data-type="text/javascript"></script> <script type="text/bwp-script" id="elementskit-elementor-js-extra" data-type="text/javascript">
/* <![CDATA[ */
var ekit_config = {"ajaxurl":"https:\/\/www.mercan.com\/wp-admin\/admin-ajax.php","nonce":"535d0ece96"};
/* ]]> */
</script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js?hash=c9e5081e25d67bd27ba7204d1de43669" id="elementskit-elementor-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit/widgets/init/assets/js/elementor.js?hash=7a0cfcf1cf458c7905b9691e9ffffb03" id="elementskit-elementor-pro-js" data-type="text/javascript"></script> <script defer type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit/modules/sticky-content/assets/js/elementskit-sticky-content.js?hash=c3821f07dd24c2584536994e14755b8c" id="elementskit-sticky-content-script-init-defer-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/js/elementskit-reset-button.js?hash=c6ea3866f402d49246867fc3bddd746d" id="elementskit-reset-button-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit/modules/particles/assets/js/particles.min.js?hash=3f16e8285f2be1daf90e589c3145ffea" id="particles-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit/modules/particles/assets/js/ekit-particles.js?hash=257ddfbbc2c4743f7143e7e3f05c42ef" id="ekit-particles-js" data-type="text/javascript"></script> <script defer type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-admin.js?hash=ae3e5acaab1e2215c2b80180726273c8" id="elementskit-parallax-admin-defer-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit/modules/wrapper-link/assets/js/wrapper.js?hash=35ec3d65f4e522b19471ea9fd34c8e9f" id="elementskit-wrapper-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit/modules/mouse-cursor/assets/js/cotton.min.js?hash=083bc5bf8b3368ea868648bb4fb491e0" id="cotton-js" data-type="text/javascript"></script> <script type="text/bwp-script" src="https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/elementskit/modules/mouse-cursor/assets/js/mouse-cursor-scripts.js?hash=fa1a1b32df01e8049931741d981bd83b" id="mouse-cursor-js" data-type="text/javascript"></script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 14) {gf_global["number_formats"][14] = {"34":{"price":false,"value":false},"33":{"price":false,"value":false},"38":{"price":false,"value":false},"1":{"price":false,"value":false},"46":{"price":false,"value":false},"3":{"price":false,"value":false},"30":{"price":false,"value":false},"5":{"price":false,"value":false},"39":{"price":false,"value":false},"49":{"price":false,"value":false},"42":{"price":false,"value":false},"6":{"price":false,"value":false},"35":{"price":false,"value":"decimal_dot"},"43":{"price":false,"value":false},"44":{"price":false,"value":false},"45":{"price":false,"value":false},"50":{"price":false,"value":false}};if(window['jQuery']){if(!window['gf_form_conditional_logic'])window['gf_form_conditional_logic'] = new Array();window['gf_form_conditional_logic'][14] = { logic: { 38: {"field":{"actionType":"show","logicType":"any","rules":[{"fieldId":"5","operator":"is","value":"China"},{"fieldId":"5","operator":"is","value":"India"}],"enabled":true},"nextButton":null,"section":null},1: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"5","operator":"isnot","value":"India"},{"fieldId":"5","operator":"isnot","value":"China"}],"enabled":true},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"5","operator":"isnot","value":"India"},{"fieldId":"5","operator":"isnot","value":"China"}],"enabled":true}},39: {"field":{"enabled":true,"actionType":"hide","logicType":"any","rules":[{"fieldId":"5","operator":"is","value":"Niger"},{"fieldId":"5","operator":"is","value":"Nigeria"},{"fieldId":"5","operator":"is","value":"Kenya"},{"fieldId":"5","operator":"is","value":"Zimbabwe"},{"fieldId":"5","operator":"is","value":"Ghana"},{"fieldId":"5","operator":"is","value":"Uganda"}]},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"5","operator":"isnot","value":"India"},{"fieldId":"5","operator":"isnot","value":"China"}],"enabled":true}},49: {"field":{"enabled":true,"actionType":"show","logicType":"any","rules":[{"fieldId":"5","operator":"is","value":"Ghana"},{"fieldId":"5","operator":"is","value":"Uganda"},{"fieldId":"5","operator":"is","value":"Niger"},{"fieldId":"5","operator":"is","value":"Nigeria"},{"fieldId":"5","operator":"is","value":"Zimbabwe"},{"fieldId":"5","operator":"is","value":"Kenya"}]},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"5","operator":"isnot","value":"India"},{"fieldId":"5","operator":"isnot","value":"China"}],"enabled":true}},42: {"field":{"enabled":true,"actionType":"hide","logicType":"any","rules":[{"fieldId":"5","operator":"is","value":"Niger"},{"fieldId":"5","operator":"is","value":"Nigeria"},{"fieldId":"5","operator":"is","value":"Zimbabwe"},{"fieldId":"5","operator":"is","value":"Ghana"},{"fieldId":"5","operator":"is","value":"Kenya"},{"fieldId":"5","operator":"is","value":"Uganda"}]},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"5","operator":"isnot","value":"India"},{"fieldId":"5","operator":"isnot","value":"China"}],"enabled":true}},6: {"field":{"enabled":true,"actionType":"hide","logicType":"any","rules":[{"fieldId":"5","operator":"is","value":"Nigeria"},{"fieldId":"5","operator":"is","value":"Niger"},{"fieldId":"5","operator":"is","value":"Ghana"},{"fieldId":"5","operator":"is","value":"Zimbabwe"},{"fieldId":"5","operator":"is","value":"Uganda"},{"fieldId":"5","operator":"is","value":"Kenya"}]},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"5","operator":"isnot","value":"India"},{"fieldId":"5","operator":"isnot","value":"China"}],"enabled":true}},35: {"field":{"enabled":true,"actionType":"show","logicType":"any","rules":[{"fieldId":"6","operator":"is","value":"Married"},{"fieldId":"6","operator":"is","value":"Divorced"},{"fieldId":"6","operator":"is","value":"Widowed"}]},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"5","operator":"isnot","value":"India"},{"fieldId":"5","operator":"isnot","value":"China"}],"enabled":true}},43: {"field":{"enabled":true,"actionType":"hide","logicType":"any","rules":[{"fieldId":"5","operator":"is","value":"Uganda"},{"fieldId":"5","operator":"is","value":"Ghana"},{"fieldId":"5","operator":"is","value":"Zimbabwe"},{"fieldId":"5","operator":"is","value":"Kenya"},{"fieldId":"5","operator":"is","value":"Niger"},{"fieldId":"5","operator":"is","value":"Nigeria"}]},"nextButton":null,"section":{"enabled":true,"actionType":"hide","logicType":"any","rules":[{"fieldId":"5","operator":"is","value":"Uganda"},{"fieldId":"5","operator":"is","value":"Ghana"},{"fieldId":"5","operator":"is","value":"Zimbabwe"},{"fieldId":"5","operator":"is","value":"Kenya"},{"fieldId":"5","operator":"is","value":"Niger"},{"fieldId":"5","operator":"is","value":"Nigeria"}]}},44: {"field":{"enabled":true,"actionType":"hide","logicType":"any","rules":[{"fieldId":"5","operator":"is","value":"Uganda"},{"fieldId":"5","operator":"is","value":"Ghana"},{"fieldId":"5","operator":"is","value":"Zimbabwe"},{"fieldId":"5","operator":"is","value":"Niger"},{"fieldId":"5","operator":"is","value":"Nigeria"},{"fieldId":"5","operator":"is","value":"Kenya"}]},"nextButton":null,"section":{"enabled":true,"actionType":"hide","logicType":"any","rules":[{"fieldId":"5","operator":"is","value":"Uganda"},{"fieldId":"5","operator":"is","value":"Ghana"},{"fieldId":"5","operator":"is","value":"Zimbabwe"},{"fieldId":"5","operator":"is","value":"Kenya"},{"fieldId":"5","operator":"is","value":"Niger"},{"fieldId":"5","operator":"is","value":"Nigeria"}]}},45: {"field":{"enabled":true,"actionType":"hide","logicType":"any","rules":[{"fieldId":"5","operator":"is","value":"Uganda"},{"fieldId":"5","operator":"is","value":"Kenya"},{"fieldId":"5","operator":"is","value":"Zimbabwe"},{"fieldId":"5","operator":"is","value":"Ghana"},{"fieldId":"5","operator":"is","value":"Niger"},{"fieldId":"5","operator":"is","value":"Nigeria"}]},"nextButton":null,"section":{"enabled":true,"actionType":"hide","logicType":"any","rules":[{"fieldId":"5","operator":"is","value":"Uganda"},{"fieldId":"5","operator":"is","value":"Ghana"},{"fieldId":"5","operator":"is","value":"Zimbabwe"},{"fieldId":"5","operator":"is","value":"Kenya"},{"fieldId":"5","operator":"is","value":"Niger"},{"fieldId":"5","operator":"is","value":"Nigeria"}]}},0: {"field":{"actionType":"hide","logicType":"any","rules":[{"fieldId":"5","operator":"is","value":"China"},{"fieldId":"5","operator":"is","value":"India"},{"fieldId":"5","operator":"is","value":"Ghana"},{"fieldId":"5","operator":"is","value":"Uganda"},{"fieldId":"5","operator":"is","value":"Niger"},{"fieldId":"5","operator":"is","value":"Nigeria"},{"fieldId":"5","operator":"is","value":"Kenya"},{"fieldId":"5","operator":"is","value":"Zimbabwe"}],"enabled":true},"section":null} }, dependents: { 38: [38],1: [1,46,3,30,5,39,49,42,6,35],39: [39],49: [49],42: [42],6: [6],35: [35],43: [43,44,45,50],44: [44],45: [45],0: [0] }, animation: 0, defaults: {"46":{"46.2":"","46.3":"","46.4":"","46.6":"","46.8":""}}, fields: {"34":[0],"33":[0],"38":[0],"1":[0],"46":[0],"3":[0],"30":[0],"5":[0,38,1,1,39,49,42,6,35,39,49,42,6,43,43,44,45,44,45],"39":[0],"49":[0],"42":[0],"6":[0,35],"35":[0],"43":[0],"44":[0],"45":[0],"50":[0]} }; if(!window['gf_number_format'])window['gf_number_format'] = 'decimal_dot';jQuery(document).ready(function(){gform.utils.trigger({ event: 'gform/conditionalLogic/init/start', native: false, data: { formId: 14, fields: null, isInit: true } });window['gformInitPriceFields']();gf_apply_rules(14, [38,1,39,49,42,6,35,43,44,45,0], true);jQuery('#gform_wrapper_14').show();jQuery('#gform_wrapper_14 form').css('opacity', '');jQuery(document).trigger('gform_post_conditional_logic', [14, null, true]);gform.utils.trigger({ event: 'gform/conditionalLogic/init/end', native: false, data: { formId: 14, fields: null, isInit: true } });} );} if(typeof Placeholders != 'undefined'){
                        Placeholders.enable();
                    }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "14", currentPage: "1", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_14" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_14";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_14" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [14, 1] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 14, currentPage: 1 } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 15) {if(typeof Placeholders != 'undefined'){
                        Placeholders.enable();
                    }jQuery('#input_15_3').mask('(999) 999-9999').bind('keypress', function(e){if(e.which == 13){jQuery(this).blur();} } );} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "15", currentPage: "1", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_15" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_15";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_15" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [15, 1] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 15, currentPage: 1 } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 7) {if(typeof Placeholders != 'undefined'){
                        Placeholders.enable();
                    }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "7", currentPage: "1", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_7" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_7";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_7" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [7, 1] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 7, currentPage: 1 } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 4) {gf_global["number_formats"][4] = {"1":{"price":false,"value":false},"2":{"price":false,"value":false},"3":{"price":false,"value":false},"4":{"price":false,"value":false},"5":{"price":false,"value":"decimal_dot"},"6":{"price":false,"value":false},"7":{"price":false,"value":false},"8":{"price":false,"value":false},"9":{"price":false,"value":false},"12":{"price":false,"value":false},"13":{"price":false,"value":false},"14":{"price":false,"value":false},"15":{"price":false,"value":false},"16":{"price":false,"value":false},"17":{"price":false,"value":false},"18":{"price":false,"value":false},"19":{"price":false,"value":false},"21":{"price":false,"value":false},"20":{"price":false,"value":false},"22":{"price":false,"value":false},"25":{"price":false,"value":false},"24":{"price":false,"value":false},"23":{"price":false,"value":false},"26":{"price":false,"value":false},"27":{"price":false,"value":false},"28":{"price":false,"value":false},"31":{"price":false,"value":false},"30":{"price":false,"value":false},"29":{"price":false,"value":false},"32":{"price":false,"value":false},"33":{"price":false,"value":false},"34":{"price":false,"value":false},"35":{"price":false,"value":false},"36":{"price":false,"value":false},"38":{"price":false,"value":false},"37":{"price":false,"value":false},"39":{"price":false,"value":false}};if(window['jQuery']){if(!window['gf_form_conditional_logic'])window['gf_form_conditional_logic'] = new Array();window['gf_form_conditional_logic'][4] = { logic: { 21: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]}},20: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]}},22: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]}},25: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]}},24: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]}},23: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]}},26: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]}},27: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]}},28: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]}},31: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]}},30: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]}},29: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"19","operator":"is","value":"Yes"}]}} }, dependents: { 21: [21,20,22,25,24,23],20: [20],22: [22],25: [25],24: [24],23: [23],26: [26,27,28,31,30,29],27: [27],28: [28],31: [31],30: [30],29: [29] }, animation: 0, defaults: {"3":{"3.2":"","3.3":"","3.4":"","3.6":"","3.8":""},"4":{"4":"","4.2":""}}, fields: {"1":[],"2":[],"3":[],"4":[],"5":[],"6":[],"7":[],"8":[],"9":[],"12":[],"13":[],"14":[],"15":[],"16":[],"17":[],"18":[],"19":[21,21,20,22,25,24,23,20,22,25,24,23,26,26,27,28,31,30,29,27,28,31,30,29],"21":[],"20":[],"22":[],"25":[],"24":[],"23":[],"26":[],"27":[],"28":[],"31":[],"30":[],"29":[],"32":[],"33":[],"34":[],"35":[],"36":[],"38":[],"37":[],"39":[]} }; if(!window['gf_number_format'])window['gf_number_format'] = 'decimal_dot';jQuery(document).ready(function(){gform.utils.trigger({ event: 'gform/conditionalLogic/init/start', native: false, data: { formId: 4, fields: null, isInit: true } });window['gformInitPriceFields']();gf_apply_rules(4, [21,20,22,25,24,23,26,27,28,31,30,29], true);jQuery('#gform_wrapper_4').show();jQuery('#gform_wrapper_4 form').css('opacity', '');jQuery(document).trigger('gform_post_conditional_logic', [4, null, true]);gform.utils.trigger({ event: 'gform/conditionalLogic/init/end', native: false, data: { formId: 4, fields: null, isInit: true } });} );} if(typeof Placeholders != 'undefined'){
                        Placeholders.enable();
                    }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "4", currentPage: "1", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_4" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_4";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_4" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [4, 1] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 4, currentPage: 1 } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 9) {gf_global["number_formats"][9] = {"1":{"price":false,"value":false},"2":{"price":false,"value":false},"3":{"price":false,"value":false},"4":{"price":false,"value":false},"5":{"price":false,"value":false},"6":{"price":false,"value":false},"24":{"price":false,"value":false},"8":{"price":false,"value":"decimal_dot"},"23":{"price":false,"value":false},"10":{"price":false,"value":"decimal_dot"},"11":{"price":false,"value":false},"12":{"price":false,"value":false},"13":{"price":false,"value":false},"14":{"price":false,"value":false},"15":{"price":false,"value":false},"16":{"price":false,"value":false},"17":{"price":false,"value":false},"18":{"price":false,"value":false},"20":{"price":false,"value":false},"22":{"price":false,"value":false}};if(window['jQuery']){if(!window['gf_form_conditional_logic'])window['gf_form_conditional_logic'] = new Array();window['gf_form_conditional_logic'][9] = { logic: { 13: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"12","operator":"is","value":"Yes"}]},"nextButton":null,"section":null},15: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"14","operator":"is","value":"Yes"}]},"nextButton":null,"section":null},17: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"1","operator":"is","value":""}]},"nextButton":null,"section":null},18: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"17","operator":"is","value":"Yes"}]},"nextButton":null,"section":null} }, dependents: { 13: [13],15: [15],17: [17],18: [18] }, animation: 0, defaults: {"4":{"4.1":"","4.2":"","4.3":"","4.4":"","4.5":"","4.6":""},"6":{"6":"","6.2":""}}, fields: {"1":[17],"2":[],"3":[],"4":[],"5":[],"6":[],"24":[],"8":[],"23":[],"10":[],"11":[],"12":[13],"13":[],"14":[15],"15":[],"16":[],"17":[18],"18":[],"20":[],"22":[]} }; if(!window['gf_number_format'])window['gf_number_format'] = 'decimal_dot';jQuery(document).ready(function(){gform.utils.trigger({ event: 'gform/conditionalLogic/init/start', native: false, data: { formId: 9, fields: null, isInit: true } });window['gformInitPriceFields']();gf_apply_rules(9, [13,15,17,18], true);jQuery('#gform_wrapper_9').show();jQuery('#gform_wrapper_9 form').css('opacity', '');jQuery(document).trigger('gform_post_conditional_logic', [9, null, true]);gform.utils.trigger({ event: 'gform/conditionalLogic/init/end', native: false, data: { formId: 9, fields: null, isInit: true } });} );} if(typeof Placeholders != 'undefined'){
                        Placeholders.enable();
                    }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "9", currentPage: "1", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_9" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_9";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_9" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [9, 1] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 9, currentPage: 1 } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 16) {if(typeof Placeholders != 'undefined'){
                        Placeholders.enable();
                    }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "16", currentPage: "1", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_16" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_16";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_16" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [16, 1] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 16, currentPage: 1 } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 1) {gf_global["number_formats"][1] = {"12":{"price":false,"value":false},"11":{"price":false,"value":false},"3":{"price":false,"value":false},"9":{"price":false,"value":false},"18":{"price":false,"value":false},"14":{"price":false,"value":false},"22":{"price":false,"value":false},"15":{"price":false,"value":false},"10":{"price":false,"value":false},"8":{"price":false,"value":false},"13":{"price":false,"value":false}};if(window['jQuery']){if(!window['gf_form_conditional_logic'])window['gf_form_conditional_logic'] = new Array();window['gf_form_conditional_logic'][1] = { logic: { 18: {"field":{"enabled":true,"actionType":"show","logicType":"any","rules":[{"fieldId":"9","operator":"is","value":"Investor Programs"},{"fieldId":"9","operator":"is","value":"Portugal Golden Visa"}]},"nextButton":null,"section":null},14: {"field":{"enabled":true,"actionType":"show","logicType":"any","rules":[{"fieldId":"9","operator":"is","value":"Investor Programs"},{"fieldId":"9","operator":"is","value":"Portugal Golden Visa"}]},"nextButton":null,"section":null},22: {"field":{"enabled":true,"actionType":"show","logicType":"any","rules":[{"fieldId":"9","operator":"is","value":"Portugal Golden Visa"},{"fieldId":"9","operator":"is","value":"Investor Programs"}]},"nextButton":null,"section":null},15: {"field":{"enabled":true,"actionType":"show","logicType":"any","rules":[{"fieldId":"9","operator":"is","value":"Portugal Golden Visa"},{"fieldId":"9","operator":"is","value":"Investor Programs"}]},"nextButton":null,"section":null},8: {"field":{"enabled":true,"actionType":"hide","logicType":"any","rules":[{"fieldId":"9","operator":"is","value":"Portugal Golden Visa"},{"fieldId":"9","operator":"is","value":"Investor Programs"}]},"nextButton":null,"section":null},13: {"field":{"enabled":true,"actionType":"show","logicType":"any","rules":[{"fieldId":"9","operator":"is","value":"Portugal Golden Visa"},{"fieldId":"9","operator":"is","value":"Investor Programs"}]},"nextButton":null,"section":null} }, dependents: { 18: [18],14: [14],22: [22],15: [15],8: [8],13: [13] }, animation: 0, defaults: {"12":"Contact Us Form","11":{"11.2":"","11.3":"","11.4":"","11.6":"","11.8":""}}, fields: {"12":[],"11":[],"3":[],"9":[18,14,22,15,8,13],"18":[],"14":[],"22":[],"15":[],"10":[],"8":[],"13":[]} }; if(!window['gf_number_format'])window['gf_number_format'] = 'decimal_dot';jQuery(document).ready(function(){gform.utils.trigger({ event: 'gform/conditionalLogic/init/start', native: false, data: { formId: 1, fields: null, isInit: true } });window['gformInitPriceFields']();gf_apply_rules(1, [18,14,22,15,8,13], true);jQuery('#gform_wrapper_1').show();jQuery('#gform_wrapper_1 form').css('opacity', '');jQuery(document).trigger('gform_post_conditional_logic', [1, null, true]);gform.utils.trigger({ event: 'gform/conditionalLogic/init/end', native: false, data: { formId: 1, fields: null, isInit: true } });} );} if(typeof Placeholders != 'undefined'){
                        Placeholders.enable();
                    }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "1", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_1" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_1";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [1, 1] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 1, currentPage: 1 } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 3) {gf_global["number_formats"][3] = {"2":{"price":false,"value":false},"3":{"price":false,"value":false},"4":{"price":false,"value":false},"5":{"price":false,"value":false},"1":{"price":false,"value":false},"6":{"price":false,"value":false},"7":{"price":false,"value":false},"8":{"price":false,"value":false},"9":{"price":false,"value":false},"10":{"price":false,"value":false},"11":{"price":false,"value":false},"13":{"price":false,"value":false},"14":{"price":false,"value":false},"15":{"price":false,"value":false},"16":{"price":false,"value":false},"17":{"price":false,"value":false},"18":{"price":false,"value":false},"19":{"price":false,"value":false},"20":{"price":false,"value":false},"21":{"price":false,"value":false},"22":{"price":false,"value":false},"23":{"price":false,"value":false},"24":{"price":false,"value":false},"25":{"price":false,"value":false},"26":{"price":false,"value":false},"27":{"price":false,"value":false}};if(window['jQuery']){if(!window['gf_form_conditional_logic'])window['gf_form_conditional_logic'] = new Array();window['gf_form_conditional_logic'][3] = { logic: { 3: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"2","operator":"is","value":"No"}]},"nextButton":null,"section":null},4: {"field":{"actionType":"show","logicType":"any","rules":[{"fieldId":"2","operator":"is","value":"Yes"},{"fieldId":"2","operator":"is","value":"No"}]},"nextButton":null,"section":null},5: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"4","operator":"is","value":"No"}]},"nextButton":null,"section":null},8: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"7","operator":"is","value":"Yes"}]},"nextButton":null,"section":null},9: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"7","operator":"is","value":"Yes"}]},"nextButton":null,"section":null},10: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"7","operator":"is","value":"No"}]},"nextButton":null,"section":null} }, dependents: { 3: [3],4: [4],5: [5],8: [8],9: [9],10: [10] }, animation: 0, defaults: {"16":{"16.1":"","16.2":"","16.3":"","16.4":"","16.5":"","16.6":"Canada"},"18":{"18.2":"","18.3":"","18.4":"","18.6":"","18.8":""},"19":{"19.1":"","19.2":"","19.3":"","19.4":"","19.5":"","19.6":"Canada"},"21":{"21":"","21.2":""}}, fields: {"2":[3,4],"3":[],"4":[5],"5":[],"1":[],"6":[],"7":[8,9,10],"8":[],"9":[],"10":[],"11":[],"13":[],"14":[],"15":[],"16":[],"17":[],"18":[],"19":[],"20":[],"21":[],"22":[],"23":[],"24":[],"25":[],"26":[],"27":[]} }; if(!window['gf_number_format'])window['gf_number_format'] = 'decimal_dot';jQuery(document).ready(function(){gform.utils.trigger({ event: 'gform/conditionalLogic/init/start', native: false, data: { formId: 3, fields: null, isInit: true } });window['gformInitPriceFields']();gf_apply_rules(3, [3,4,5,8,9,10], true);jQuery('#gform_wrapper_3').show();jQuery('#gform_wrapper_3 form').css('opacity', '');jQuery(document).trigger('gform_post_conditional_logic', [3, null, true]);gform.utils.trigger({ event: 'gform/conditionalLogic/init/end', native: false, data: { formId: 3, fields: null, isInit: true } });} );} ; new GFPageConditionalLogic( {"formId":3,"formButton":{"type":"text","text":"Submit","imageUrl":""},"pagination":{"type":"percentage","pages":["","",""],"style":"blue","backgroundColor":null,"color":null,"display_progressbar_on_confirmation":false,"progressbar_completion_text":null},"pages":[{"fieldId":1,"conditionalLogic":{"actionType":"hide","logicType":"all","rules":[{"fieldId":"4","operator":"is","value":"No"}]},"nextButton":{"type":"text","text":"Next","imageUrl":"","conditionalLogic":null}},{"fieldId":11,"conditionalLogic":{"actionType":"show","logicType":"all","rules":[{"fieldId":"10","operator":"is","value":"No"}]},"nextButton":{"type":"text","text":"Next","imageUrl":""}}]} );if(typeof Placeholders != 'undefined'){
                        Placeholders.enable();
                    }jQuery('#input_3_17').mask('(999) 999-9999').bind('keypress', function(e){if(e.which == 13){jQuery(this).blur();} } );jQuery('#input_3_20').mask('(999) 999-9999').bind('keypress', function(e){if(e.which == 13){jQuery(this).blur();} } );} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "3", currentPage: "1", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_3" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_3";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_3" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [3, 1] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 3, currentPage: 1 } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 17) {if(typeof Placeholders != 'undefined'){
                        Placeholders.enable();
                    }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "17", currentPage: "1", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_17" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_17";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_17" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [17, 1] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 17, currentPage: 1 } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 2) {gf_global["number_formats"][2] = {"1":{"price":false,"value":false},"2":{"price":false,"value":false},"3":{"price":false,"value":false},"4":{"price":false,"value":false},"52":{"price":false,"value":false},"53":{"price":false,"value":false},"54":{"price":false,"value":false},"55":{"price":false,"value":false},"5":{"price":false,"value":false},"7":{"price":false,"value":false},"8":{"price":false,"value":false},"9":{"price":false,"value":false},"12":{"price":false,"value":false},"11":{"price":false,"value":false},"13":{"price":false,"value":false},"14":{"price":false,"value":false},"15":{"price":false,"value":"currency"},"16":{"price":false,"value":"currency"},"17":{"price":false,"value":"currency"},"18":{"price":false,"value":"currency"},"41":{"price":false,"value":false},"36":{"price":false,"value":false},"37":{"price":false,"value":"currency"},"38":{"price":false,"value":"currency"},"39":{"price":false,"value":"currency"},"40":{"price":false,"value":"currency"},"19":{"price":false,"value":false},"20":{"price":false,"value":false},"21":{"price":false,"value":false},"22":{"price":false,"value":false},"23":{"price":false,"value":false},"24":{"price":false,"value":false},"25":{"price":false,"value":false},"26":{"price":false,"value":false},"27":{"price":false,"value":false},"28":{"price":false,"value":false},"29":{"price":false,"value":false},"30":{"price":false,"value":false},"31":{"price":false,"value":false},"32":{"price":false,"value":false},"33":{"price":false,"value":false},"35":{"price":false,"value":false}};if(window['jQuery']){if(!window['gf_form_conditional_logic'])window['gf_form_conditional_logic'] = new Array();window['gf_form_conditional_logic'][2] = { logic: { 12: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"1","operator":"is","value":""}]},"nextButton":null,"section":""},11: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"12","operator":"is","value":"Yes"}],"enabled":true},"nextButton":null,"section":""},36: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"41","operator":"is","value":"Yes"}],"enabled":true},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"41","operator":"is","value":"Yes"}],"enabled":true}},37: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"41","operator":"is","value":"Yes"}],"enabled":true},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"41","operator":"is","value":"Yes"}],"enabled":true}},38: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"41","operator":"is","value":"Yes"}],"enabled":true},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"41","operator":"is","value":"Yes"}],"enabled":true}},39: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"41","operator":"is","value":"Yes"}],"enabled":true},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"41","operator":"is","value":"Yes"}],"enabled":true}},40: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"41","operator":"is","value":"Yes"}],"enabled":true},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"41","operator":"is","value":"Yes"}],"enabled":true}} }, dependents: { 12: [12],11: [11],36: [36,37,38,39,40],37: [37],38: [38],39: [39],40: [40] }, animation: 0, defaults: {"4":{"4.1":"","4.2":"","4.3":"","4.4":"","4.5":"","4.6":"Canada"}}, fields: {"1":[12],"2":[],"3":[],"4":[],"52":[],"53":[],"54":[],"55":[],"5":[],"7":[],"8":[],"9":[],"12":[11],"11":[],"13":[],"14":[],"15":[],"16":[],"17":[],"18":[],"41":[36,36,37,38,39,40,37,38,39,40],"36":[],"37":[],"38":[],"39":[],"40":[],"19":[],"20":[],"21":[],"22":[],"23":[],"24":[],"25":[],"26":[],"27":[],"28":[],"29":[],"30":[],"31":[],"32":[],"33":[],"35":[]} }; if(!window['gf_number_format'])window['gf_number_format'] = 'decimal_dot';jQuery(document).ready(function(){gform.utils.trigger({ event: 'gform/conditionalLogic/init/start', native: false, data: { formId: 2, fields: null, isInit: true } });window['gformInitPriceFields']();gf_apply_rules(2, [12,11,36,37,38,39,40], true);jQuery('#gform_wrapper_2').show();jQuery('#gform_wrapper_2 form').css('opacity', '');jQuery(document).trigger('gform_post_conditional_logic', [2, null, true]);gform.utils.trigger({ event: 'gform/conditionalLogic/init/end', native: false, data: { formId: 2, fields: null, isInit: true } });} );} gformInitCurrencyFormatFields('#input_2_15,#input_2_16,#input_2_17,#input_2_18,#input_2_37,#input_2_38,#input_2_39,#input_2_40');if(typeof Placeholders != 'undefined'){
                        Placeholders.enable();
                    }jQuery('#input_2_3').mask('(999) 999-9999').bind('keypress', function(e){if(e.which == 13){jQuery(this).blur();} } );} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "1", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_2" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_2";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [2, 1] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 2, currentPage: 1 } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 8) {gf_global["number_formats"][8] = {"5":{"price":false,"value":false},"1":{"price":false,"value":false},"2":{"price":false,"value":false},"3":{"price":false,"value":false},"4":{"price":false,"value":false},"6":{"price":false,"value":false},"7":{"price":false,"value":"decimal_dot"},"8":{"price":false,"value":false},"12":{"price":false,"value":false},"14":{"price":false,"value":false},"13":{"price":false,"value":"decimal_dot"},"18":{"price":false,"value":false},"19":{"price":false,"value":false},"21":{"price":false,"value":false},"9":{"price":false,"value":false},"11":{"price":false,"value":false},"10":{"price":false,"value":false},"20":{"price":false,"value":false},"17":{"price":false,"value":false}};if(window['jQuery']){if(!window['gf_form_conditional_logic'])window['gf_form_conditional_logic'] = new Array();window['gf_form_conditional_logic'][8] = { logic: { 13: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"14","operator":"is","value":"Yes"}],"enabled":true},"nextButton":null,"section":""} }, dependents: { 13: [13] }, animation: 0, defaults: {"1":{"1.2":"","1.3":"","1.4":"","1.6":"","1.8":""}}, fields: {"5":[],"1":[],"2":[],"3":[],"4":[],"6":[],"7":[],"8":[],"12":[],"14":[13],"13":[],"18":[],"19":[],"21":[],"9":[],"11":[],"10":[],"20":[],"17":[]} }; if(!window['gf_number_format'])window['gf_number_format'] = 'decimal_dot';jQuery(document).ready(function(){gform.utils.trigger({ event: 'gform/conditionalLogic/init/start', native: false, data: { formId: 8, fields: null, isInit: true } });window['gformInitPriceFields']();gf_apply_rules(8, [13], true);jQuery('#gform_wrapper_8').show();jQuery('#gform_wrapper_8 form').css('opacity', '');jQuery(document).trigger('gform_post_conditional_logic', [8, null, true]);gform.utils.trigger({ event: 'gform/conditionalLogic/init/end', native: false, data: { formId: 8, fields: null, isInit: true } });} );} if(typeof Placeholders != 'undefined'){
                        Placeholders.enable();
                    }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); 
/* ]]> */
</script> <script type="text/bwp-script" data-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "8", currentPage: "1", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_8" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_8";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_8" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [8, 1] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 8, currentPage: 1 } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } ); 
/* ]]> */
</script>              <script data-berqwp id='bwp-elementor-mte'>
            var elementorInitialized = false;
            window.addEventListener('berqwp_after_delay_js_loaded', function() {
                setTimeout(function() {
                    if (elementorFrontend && !elementorInitialized) {
                        elementorInitialized = true;
                        elementorFrontend.init();
                        console.log('Elementor initialized manually');
                    }
                }, 1000)
            });
            </script>             
            <script defer>
                var comment = document.createComment(' This website is optimized using the BerqWP plugin. @1731243796 ');
                document.documentElement.insertBefore(comment, document.documentElement.firstChild);

                function isMobileDevice() {
                    return /Mobi|Android|iPhone|iPad|iPod|Opera Mini|IEMobile|WPDesktop/i.test(navigator.userAgent);
                }

                function astraHeaderClass() {
                    if (isMobileDevice() && window.screen.width <= 999) {
                        if ((document.body.classList.contains('theme-astra') || document.body.classList.contains('ast-page-builder-template')) && !document.body.classList.contains('ast-header-break-point')) {
                            document.body.classList.add('ast-header-break-point');
                        }
                    }
                }

                function divimobilemenu() {
                    const divimenuele = document.querySelector('#et_mobile_nav_menu .mobile_menu_bar.mobile_menu_bar_toggle');

                    if (isMobileDevice() && divimenuele) {
                        divimenuele.innerHTML = '<div class="dipi_hamburger hamburger hamburger--spring">     <div class="hamburger-box">         <div class="hamburger-inner"></div>     </div> </div>';
                    }
                }

                divimobilemenu();
                astraHeaderClass();
                window.addEventListener('resize', function() {
                    astraHeaderClass();
                });

                window.dispatchEvent(new Event('berqwp_js_initialized'));

            </script>

            <script async>
            (function(){
                window.addEventListener('load', function() {
                    // Function to load video and its sources
                    function loadLazyVideo(video) {
                        // Set video src from data attribute if exists
                        const videoSrc = video.getAttribute('data-berqwpsrc');
                        if (videoSrc) {
                            video.setAttribute('src', videoSrc);
                        }

                        // Find all <source> tags inside the video and apply their data-berqwpsrc as src
                        const sources = video.querySelectorAll('source');
                        sources.forEach(source => {
                            const sourceSrc = source.getAttribute('data-berqwpsrc');
                            if (sourceSrc) {
                                source.setAttribute('src', sourceSrc);
                            }
                        });

                        // Load the video once the sources have been set
                        video.load();
                    }

                    // Use IntersectionObserver to detect when the video is about to enter the viewport
                    let lazyVideos = [].slice.call(document.querySelectorAll('video.berqwp-lazy-video'));

                    if ('IntersectionObserver' in window) {
                        let lazyVideoObserver = new IntersectionObserver(function(entries, observer) {
                            entries.forEach(function(entry) {
                                if (entry.isIntersecting) {
                                    let video = entry.target;
                                    loadLazyVideo(video);
                                    // Unobserve the video once it's loaded
                                    lazyVideoObserver.unobserve(video);
                                }
                            });
                        });

                        // Observe each lazy video
                        lazyVideos.forEach(function(video) {
                            lazyVideoObserver.observe(video);
                        });
                    } else {
                        // Fallback for browsers that don't support IntersectionObserver
                        lazyVideos.forEach(function(video) {
                            loadLazyVideo(video);
                        });
                    }
                });

            })()
        </script>

            <script>
            async function berqwp_add_assets_browser_cache(asset_urls) {
                if (!('caches' in window)) {
                    console.error('Cache API is not supported in this browser.');
                    return;
                }

                const fetchPromises = [];

                asset_urls.forEach(url => {
                    if (url) {
                        fetchPromises.push(
                            fetch(url, {
                                method: 'GET',
                                mode: 'cors' // Ensure CORS mode is set
                            })
                            .then(response => {
                                if (!response.ok) {
                                    console.error('Failed to fetch:', response);
                                }
                                return response;
                            })
                            .catch(error => {
                                console.error('Fetch error:', error);
                                return null;
                            })
                        );
                    }
                });

                try {
                    const responses = await Promise.all(fetchPromises);

                    // Open or create a cache
                    const cache = await caches.open('berqwp-assets-cache');

                    responses.forEach(response => {
                        if (response && response.ok) {
                            console.log('Preloading and caching:', response.url);

                            // Add the response to the cache
                            cache.put(response.url, response.clone());
                        }
                    });
                } catch (error) {
                    console.error('Error during fetching and caching:', error);
                }
            }

            </script>

        <script id='prefetch-links' defer>
            // Set to keep track of prefetched links
            const prefetchedLinks = new Set();
            
            // Get all anchor tags on the page
            const links = document.querySelectorAll('a');
            
            // Loop through each anchor tag
            links.forEach(link => {
                // Add mouseover event listener
                link.addEventListener('mouseover', () => {
                    // Check if the link has already been prefetched
                    if (!prefetchedLinks.has(link.href)) {
                        // Create a link element
                        const prefetchLink = document.createElement('link');
                        prefetchLink.rel = 'prefetch';
                        prefetchLink.href = link.href;
                        
                        // Append the link element to the head of the document
                        document.head.appendChild(prefetchLink);
                        
                        // Add the link to the set of prefetched links
                        prefetchedLinks.add(link.href);
                    }
                });
            });
        
        </script>
        <script defer>
                // document.addEventListener('DOMContentLoaded', function () {
                    var options = {
                        root: null, // null means the viewport
                        rootMargin: '0px', // adjust as needed
                        threshold: 0.1 // adjust as needed
                    };
                    
                    var observer = new IntersectionObserver(function (entries, observer) {
                        entries.forEach(function (entry) {
                        if (entry.isIntersecting) {
                            let item = entry.target;
                            let iframe = item.getAttribute('data-embed');
                            
                            let wrapper = document.createElement('div');
                            wrapper.innerHTML = iframe;
                            let iframeElement = wrapper.firstChild;

                            // Insert the iframe next to the item
                            item.insertAdjacentElement('afterend', iframeElement);

                            // Remove the original item
                            item.remove();

                            observer.unobserve(item);
                        }
                    });
                }, options);
                
                    let yt_em = document.querySelectorAll('.berqwp-lazy-youtube');
                    yt_em.forEach(function (item) {
                        observer.observe(item);
                    });
                // });
            </script>
            <script id='lazy-load-bg-img' async>
    // Create an IntersectionObserver instance
    const berq_bg_observer = new IntersectionObserver(entries => {
        entries.forEach(entry => {
            // Check if the entry is intersecting
            if (entry.isIntersecting) {
                // Find the corresponding CSS property in the extractedProperties array
                const matchedProperty = extractedProperties.find(property => entry.target.matches(property.cssBlockSelector));
                // console.log(matchedProperty)
                if (matchedProperty) {

                    const styleTag = document.getElementById('berqwp-critical-css');
                
                    // Extract the CSS content from the style tag
                    let modifiedCssContent = styleTag.textContent;

                    let bg_img_regex = /urlbgberq\((.*?)\)/;
                    let backgroundValue = matchedProperty.backgroundValue.trim();
                    let bg_img_hash = btoa(backgroundValue);

                    backgroundValue = backgroundValue.replace('url(', 'urlbgberq('); // update url function so it can be match


                    let bg_img_url = backgroundValue.match(bg_img_regex)[1];
    
                    /* modifiedCssContent = modifiedCssContent.replace('#'+bg_img_hash, bg_img_url); */
                    modifiedCssContent = modifiedCssContent.replace('data:image/svg+xml;base64,'+bg_img_hash, bg_img_url);
                    modifiedCssContent = modifiedCssContent.replace('urlbgberq', 'url');
                    /* modifiedCssContent = modifiedCssContent.replace('background:', 'background-image:'); // Fix multiple repeat */

                    
                    styleTag.textContent = modifiedCssContent;

                }
            }
        });
    }, { threshold: 0.0 }); // You can adjust the threshold as needed

    // Observe each element corresponding to the CSS selectors in the extractedProperties array
    extractedProperties.forEach(property => {
        let selector = property.cssBlockSelector;
        const elements = document.querySelectorAll(selector);
        elements.forEach(element => {
            berq_bg_observer.observe(element);
        });
    });

</script><script>
        (function(){
            let cached_at = 1731243792;
            let current_time = Math.floor(new Date().getTime() / 1000);
            let is_expired = current_time > (cached_at + 60 * 60 * 18);
    
            function sendPostRequest(url, data) {
                var xhr = new XMLHttpRequest();
                xhr.open('POST', url, true);
                xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');

                xhr.onreadystatechange = function() {
                    if (xhr.readyState === 4 && xhr.status === 200) {
                        console.log('Success:', JSON.parse(xhr.responseText));
                    } else if (xhr.readyState === 4) {
                        console.error('Error:', xhr.statusText);
                    }
                };

                // Convert data to URL-encoded string
                var urlEncodedData = Object.keys(data).map(function(key) {
                    return encodeURIComponent(key) + '=' + encodeURIComponent(data[key]);
                }).join('&');

                xhr.send(urlEncodedData);
            }
    
            const url = 'https://www.mercan.com'+'/?berqwp_request_cache';
            const data = { page_slug: '/404-page' };
    
            if (is_expired) {
                sendPostRequest(url, data);
            }
        
        })()
    
    </script>
        <script id='delay-styles' defer>

			function BerqWPcacheResource(resourceUrl) {
				return caches.open('berqwp-cache').then(cache => {
					return fetch(resourceUrl).then(response => {
						return cache.put(resourceUrl, response);
					});
				});
			}

			    function berqwp_css_handleUserInteraction() {
                    // Get all link tags containing data-berqwp-style-href
                    let berqwp_linkTags = document.querySelectorAll('link[data-berqwp-style-href]');

                    // Iterate through each link tag
                    berqwp_linkTags.forEach(function (linkTag, index) {
                        // Set the href attribute of each link tag
                        linkTag.setAttribute('href', linkTag.getAttribute('data-berqwp-style-href'));

                    });

                    // Get all style tags containing data-berqwp-style
                    var berqwp_styleTags = document.querySelectorAll('style[data-berqwp-style]');

                    // Loop through each style tag
                    berqwp_styleTags.forEach(function (styleTag) {
                        // Get the value of data-berqwp-style
                        var berqwpStyle = styleTag.getAttribute('data-berqwp-style');

                        // Set the content of the style tag with the value of data-berqwp-style
                        styleTag.textContent = berqwpStyle;
                    });

                    // Trigger event when styles are loaded
                    let berqwp_styles_event = new CustomEvent('berqwpStylesLoaded');
        
                    // Dispatch the custom event
                    window.dispatchEvent(berqwp_styles_event);


                    // After running the function, remove all event listeners to ensure it runs only once
                    for (let eventType of berqwp_css_interactionEventTypes) {
                        document.removeEventListener(eventType, berqwp_css_handleUserInteraction);
                    }
                
                }

                const berqwp_css_interactionEventTypes = ['click', 'mousemove', 'keydown', 'touchstart', 'scroll'];

                for (let eventType of berqwp_css_interactionEventTypes) {
                    document.addEventListener(eventType, berqwp_css_handleUserInteraction);
                }

        </script>
        <noscript><link rel='stylesheet' id='thegem-preloader-css' href='https://www.mercan.com/wp-content/themes/thegem-elementor/css/thegem-preloader.css?ver=5.9.9.1' type='text/css' media='all' /><link rel='stylesheet' id='thegem-reset-css' href='https://www.mercan.com/wp-content/themes/thegem-elementor/css/thegem-reset.css?ver=5.9.9.1' type='text/css' media='all' /><link rel='stylesheet' id='thegem-grid-css' href='https://www.mercan.com/wp-content/themes/thegem-elementor/css/thegem-grid.css?ver=5.9.9.1' type='text/css' media='all' /><link rel='stylesheet' id='thegem-header-css' href='https://www.mercan.com/wp-content/themes/thegem-elementor/css/thegem-header.css?ver=5.9.9.1' type='text/css' media='all' /><link rel='stylesheet' id='thegem-style-css' href='https://www.mercan.com/wp-content/themes/thegem-elementor/style.css?ver=5.9.9.1' type='text/css' media='all' /><link rel='stylesheet' id='thegem-child-style-css' href='https://www.mercan.com/wp-content/themes/thegem-elementor-child/style.css?ver=5.9.9.1' type='text/css' media='all' /><link rel='stylesheet' id='thegem-widgets-css' href='https://www.mercan.com/wp-content/themes/thegem-elementor/css/thegem-widgets.css?ver=5.9.9.1' type='text/css' media='all' /><link rel='stylesheet' id='thegem-new-css-css' href='https://www.mercan.com/wp-content/themes/thegem-elementor/css/thegem-new-css.css?ver=5.9.9.1' type='text/css' media='all' /><link rel='stylesheet' id='perevazka-css-css-css' href='https://www.mercan.com/wp-content/themes/thegem-elementor/css/thegem-perevazka-css.css?ver=5.9.9.1' type='text/css' media='all' /><link rel='stylesheet' id='thegem-google-fonts-css' href='//fonts.googleapis.com/css?family=Source+Sans+Pro%3A200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C600%2C600italic%2C700%2C700italic%2C900%2C900italic%7CMontserrat%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%2C100italic%2C200italic%2C300italic%2C400italic%2C500italic%2C600italic%2C700italic%2C800italic%2C900italic&#038;subset=cyrillic%2Ccyrillic-ext%2Cgreek%2Cgreek-ext%2Clatin%2Clatin-ext%2Cvietnamese&#038;ver=6.6.2' type='text/css' media='all' /><link rel='stylesheet' id='thegem-custom-css' href='https://www.mercan.com/wp-content/themes/thegem-elementor-child/css/custom-vFUDxVZ6.css?ver=5.9.9.1' type='text/css' media='all' /><link rel='stylesheet' id='jquery-fancybox-css' href='https://www.mercan.com/wp-content/themes/thegem-elementor/js/fancyBox/jquery.fancybox.min.css?ver=5.9.9.1' type='text/css' media='all' /><link rel='stylesheet' id='wpml-blocks-css' href='https://www.mercan.com/wp-content/plugins/sitepress-multilingual-cms/dist/css/blocks/styles.css?ver=4.6.9' type='text/css' media='all' /><link rel='stylesheet' id='consent-magic-css' href='https://www.mercan.com/wp-content/plugins/consent-magic-pro/assets/css/style-public.min.css?ver=4.0.1.1' type='text/css' media='all' /><link rel='stylesheet' id='wpml-legacy-horizontal-list-0-css' href='https://www.mercan.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal/style.min.css?ver=1' type='text/css' media='all' /><link rel='stylesheet' id='wpml-menu-item-0-css' href='https://www.mercan.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/menu-item/style.min.css?ver=1' type='text/css' media='all' /><link rel='stylesheet' id='elementor-icons-ekiticons-css' href='https://www.mercan.com/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css?ver=3.3.1' type='text/css' media='all' /><link rel='stylesheet' id='elementskit-parallax-style-css' href='https://www.mercan.com/wp-content/plugins/elementskit/modules/parallax/assets/css/style.css?ver=3.7.2' type='text/css' media='all' /><link rel='stylesheet' id='elementor-icons-css' href='https://www.mercan.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.31.0' type='text/css' media='all' /><link rel='stylesheet' id='elementor-frontend-legacy-css' href='https://www.mercan.com/wp-content/plugins/thegem-elements-elementor/inc/elementor/assets/css/frontend-legacy.min.css?ver=3.24.4' type='text/css' media='all' /><link rel='stylesheet' id='elementor-frontend-css' href='https://www.mercan.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.24.4' type='text/css' media='all' /><link rel='stylesheet' id='swiper-css' href='https://www.mercan.com/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5' type='text/css' media='all' /><link rel='stylesheet' id='e-swiper-css' href='https://www.mercan.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.24.4' type='text/css' media='all' /><link rel='stylesheet' id='elementor-post-6-css' href='https://www.mercan.com/wp-content/uploads/elementor/css/post-6.css?ver=1731000670' type='text/css' media='all' /><link rel='stylesheet' id='powerpack-frontend-css' href='https://www.mercan.com/wp-content/plugins/powerpack-lite-for-elementor/assets/css/min/frontend.min.css?ver=2.8.0' type='text/css' media='all' /><link rel='stylesheet' id='cotton-css' href='https://www.mercan.com/wp-content/plugins/elementskit/modules/mouse-cursor/assets/css/style.css?ver=3.7.2' type='text/css' media='all' /><link rel='stylesheet' id='widget-heading-css' href='https://www.mercan.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.24.4' type='text/css' media='all' /><link rel='stylesheet' id='widget-text-editor-css' href='https://www.mercan.com/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?ver=3.24.4' type='text/css' media='all' /><link rel='stylesheet' id='widget-image-css' href='https://www.mercan.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.24.4' type='text/css' media='all' /><link rel='stylesheet' id='elementor-post-1042-css' href='https://www.mercan.com/wp-content/uploads/elementor/css/post-1042.css?ver=1731002735' type='text/css' media='all' /><link rel='stylesheet' id='popup-maker-site-css' href='//www.mercan.com/wp-content/uploads/pum/pum-site-styles.css?generated=1728325278&#038;ver=1.20.2' type='text/css' media='all' /><link rel='stylesheet' id='gform_basic-css' href='https://www.mercan.com/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css?ver=2.8.18' type='text/css' media='all' /><link rel='stylesheet' id='gform_theme_components-css' href='https://www.mercan.com/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css?ver=2.8.18' type='text/css' media='all' /><link rel='stylesheet' id='gform_theme_ie11-css' href='https://www.mercan.com/wp-content/plugins/gravityforms/assets/css/dist/theme-ie11.min.css?ver=2.8.18' type='text/css' media='all' /><link rel='stylesheet' id='gform_theme-css' href='https://www.mercan.com/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css?ver=2.8.18' type='text/css' media='all' /><link rel='stylesheet' id='dashicons-css' href='https://www.mercan.com/wp-includes/css/dashicons.min.css?ver=6.6.2' type='text/css' media='all' /><link rel='stylesheet' id='gforms_reset_css-css' href='https://www.mercan.com/wp-content/plugins/gravityforms/legacy/css/formreset.min.css?ver=2.8.18' type='text/css' media='all' /><link rel='stylesheet' id='gforms_formsmain_css-css' href='https://www.mercan.com/wp-content/plugins/gravityforms/legacy/css/formsmain.min.css?ver=2.8.18' type='text/css' media='all' /><link rel='stylesheet' id='gforms_ready_class_css-css' href='https://www.mercan.com/wp-content/plugins/gravityforms/legacy/css/readyclass.min.css?ver=2.8.18' type='text/css' media='all' /><link rel='stylesheet' id='gforms_browsers_css-css' href='https://www.mercan.com/wp-content/plugins/gravityforms/legacy/css/browsers.min.css?ver=2.8.18' type='text/css' media='all' /><link rel='stylesheet' id='gforms_datepicker_css-css' href='https://www.mercan.com/wp-content/plugins/gravityforms/legacy/css/datepicker.min.css?ver=2.8.18' type='text/css' media='all' /><link rel='stylesheet' id='ekit-widget-styles-css' href='https://www.mercan.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css?ver=3.3.1' type='text/css' media='all' /><link rel='stylesheet' id='ekit-widget-styles-pro-css' href='https://www.mercan.com/wp-content/plugins/elementskit/widgets/init/assets/css/widget-styles-pro.css?ver=3.7.2' type='text/css' media='all' /><link rel='stylesheet' id='ekit-responsive-css' href='https://www.mercan.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css?ver=3.3.1' type='text/css' media='all' /><link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap&#038;ver=6.6.2' type='text/css' media='all' /><link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://www.mercan.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' type='text/css' media='all' /><link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://www.mercan.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' type='text/css' media='all' /><link rel='stylesheet' id='thegem-searchbar-css' href='https://www.mercan.com/wp-content/plugins/thegem-elements-elementor/inc/elementor/widgets/search-bar/assets/css/thegem-searchbar.css' type='text/css' media='all' /><link rel='stylesheet' id='elementskit-reset-button-for-pro-form-css-css' href='https://www.mercan.com/wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/css/elementskit-reset-button.css?ver=3.7.2' type='text/css' media='all' /><link rel='stylesheet' id='ekit-particles-css' href='https://www.mercan.com/wp-content/plugins/elementskit/modules/particles/assets/css/particles.css?ver=3.7.2' type='text/css' media='all' /><style id='thegem-preloader-inline-css' type='text/css'>  		body:not(.compose-mode) .gem-icon-style-gradient span, 		body:not(.compose-mode) .gem-icon .gem-icon-half-1, 		body:not(.compose-mode) .gem-icon .gem-icon-half-2 { 			opacity: 0 !important; 			} </style><style id='thegem-custom-inline-css' type='text/css'> body .breadcrumbs,body .breadcrumbs a,body .bc-devider:before {color: #ffffff;}body .breadcrumbs .current {	color: #ffcd20;	border-bottom: 3px solid #ffcd20;}body .page-title-block .breadcrumbs-container{	text-align: center;}.page-breadcrumbs ul li a,.page-breadcrumbs ul li:not(:last-child):after{	color: #99A9B5FF;}.page-breadcrumbs ul li{	color: #3C3950FF;}.page-breadcrumbs ul li a:hover{	color: #3C3950FF;}.block-content {padding-top: 0px;}.gem-slideshow,.slideshow-preloader {}.block-content:last-of-type {padding-bottom: 0px;}#top-area {	display: block;}@media (max-width: 991px) {#page-title {padding-top: 40px;padding-bottom: 80px;}.page-title-inner, body .breadcrumbs{padding-left: 0px;padding-right: 0px;}.page-title-excerpt {margin-top: 18px;}#page-title .page-title-title {margin-top: 0px;}.block-content {}.block-content:last-of-type {}#top-area {	display: block;}}@media (max-width: 767px) {#page-title {padding-top: 40px;padding-bottom: 80px;}.page-title-inner,body .breadcrumbs{padding-left: 0px;padding-right: 0px;}.page-title-excerpt {margin-top: 18px;}#page-title .page-title-title {margin-top: 0px;}.block-content {}.block-content:last-of-type {}#top-area {	display: block;}} </style><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><style> 				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), 				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { 					background-image: none !important; 				} 				@media screen and (max-height: 1024px) { 					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), 					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { 						background-image: none !important; 					} 				} 				@media screen and (max-height: 640px) { 					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), 					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { 						background-image: none !important; 					} 				} 			</style><style>#gform_wrapper_14[data-form-index="0"].gform-theme,[data-parent-form="14_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}</style><style>#gform_wrapper_14[data-form-index="0"].gform-theme,[data-parent-form="14_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}</style><style>#gform_wrapper_4[data-form-index="0"].gform-theme,[data-parent-form="4_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}</style><style>#gform_wrapper_9[data-form-index="0"].gform-theme,[data-parent-form="9_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}</style><style>#gform_wrapper_16[data-form-index="0"].gform-theme,[data-parent-form="16_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}</style><style>#gform_wrapper_1[data-form-index="0"].gform-theme,[data-parent-form="1_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}</style><style>#gform_wrapper_3[data-form-index="0"].gform-theme,[data-parent-form="3_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}</style><style>#gform_wrapper_17[data-form-index="0"].gform-theme,[data-parent-form="17_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}</style><style>#gform_wrapper_2[data-form-index="0"].gform-theme,[data-parent-form="2_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}</style><style>#gform_wrapper_8[data-form-index="0"].gform-theme,[data-parent-form="8_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}</style></noscript>
            <script id='create-https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/powerpack-lite-for-elementor/assets/css/min/blob?hash=31550f4535410e8e4c51fcb07449ff49'>
                // Get all script tags in the document
                var scriptTags = document.getElementsByTagName('script');

                // Loop through each script tag
                for (let i = 0; i < scriptTags.length; i++) {
                    const scriptTag = scriptTags[i];

                    // Check if the script tag contains the data-berqwp-js attribute
                    const berqwpAttribute = scriptTag.getAttribute('data-berqwp-js');
                    if (berqwpAttribute) {
                        // Decode the base64 encoded string
                        const decodedString = atob(berqwpAttribute);

                        // Extract the inner content of the decoded string
                        const match = decodedString.match(/<script[^>]*>([\s\S]+)<\/script>/i);
                        if (match && match.length > 1) {
                            const innerContent = match[1];

                            // Convert the inner content into a Blob
                            const https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/powerpack-lite-for-elementor/assets/css/min/blob?hash=31550f4535410e8e4c51fcb07449ff49 = new Blob([innerContent], { type: 'application/javascript' });

                            // Create a new script tag with the https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/powerpack-lite-for-elementor/assets/css/min/blob?hash=31550f4535410e8e4c51fcb07449ff49 content
                            const newScriptTag = document.createElement('script');
                            newScriptTag.src = URL.createObjectURL(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/powerpack-lite-for-elementor/assets/css/min/blob?hash=31550f4535410e8e4c51fcb07449ff49);
                            console.log(URL.createObjectURL(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/www.mercan.com/wp-content/plugins/powerpack-lite-for-elementor/assets/css/min/blob?hash=31550f4535410e8e4c51fcb07449ff49))

                            // Convert the newScriptTag HTML string to base64
                            const newScriptTagHtml = newScriptTag.outerHTML;
                            const base64Encoded = btoa(newScriptTagHtml);

                            // Add the base64 encoded string back to the data-berqwp-js attribute of the original script tag
                            scriptTag.setAttribute('data-berqwp-js', base64Encoded);
                        }
                    }
                }

            </script>
            
        <script type='text/javascript' async>
                            // Function to cache and load scripts
                            async function cache_file(url) {
                                const cache = await caches.open('berqwp-cache');

                                // Check if the resource is already cached
                                const cachedResponse = await cache.match(url);
                                if (cachedResponse) {
                                    console.log('Script is already cached:', url);
                                } else {
                                    // Fetch and cache the resource
                                    const response = await fetch(url, { cache: 'reload' });
                                    if (response.ok) {
                                        await cache.put(url, response.clone());
                                        console.log('Fetched and cached script:', url);
                                    } else {
                                        console.error('Failed to fetch script:', response.statusText);
                                    }
                                }
                            }
            (function() {
                var berqwpScriptsPreloaded = false;
                window.addEventListener('berqwpLCPLoaded', function() {
                    if (berqwpScriptsPreloaded) {
                        return;
                    }
                    
                    berqwpScriptsPreloaded = true;

                    // Function to preload scripts
                    function preloadScripts() {
                        const scripts = document.querySelectorAll('script[type="text/bwp-script"]');
                        
                        scripts.forEach(script => {
                            if (script.src) {
                                const link = document.createElement('link');
                                link.rel = 'preload';
                                link.href = script.src;
                                link.as = 'script';
                                document.head.appendChild(link);
                            }
                        });
                    }

                    // Function to load scripts from the cache
                    function loadScripts() {
                        const scripts = document.querySelectorAll('script[type="text/bwp-script"]');

                        scripts.forEach((script, index) => {
                            const newScript = document.createElement('script');
                            newScript.src = script.src;
                            newScript.type = script.getAttribute('data-type') || 'text/javascript';
                            newScript.async = false; // To maintain order of execution
                            
                            // Copy other attributes
                            Array.from(script.attributes).forEach(attr => {
                                if (attr.name !== 'type') {
                                    newScript.setAttribute(attr.name, attr.value);
                                }
                            });

                            // Replace the original script
                            script.parentNode.replaceChild(newScript, script);
                        });
                    }

                    // setTimeout(function() {
                        // Preload scripts as early as possible
                        preloadScripts();
                    // }, 500)

                    let styleTag = document.querySelector('style[type="text/berqwpfonts"]');

                    if (styleTag) {
                        styleTag.setAttribute('type', 'text/css');
                    }


                });
            })();

        </script>
    
        <script id='optimize-js' defer>
                    let js_execution_mode = '1';
                    let js_loading = 'delay';
                    let berq_content;
                    let berq_click = null;
                    var total_berq_scripts = 0;
                    var loaded_berq_scripts = 0;
                    let assets_to_cache = [];

                    // triggerReadyStateChange('complete');

                    // setTimeout(function() {
                    //     triggerReadyStateChange('loading');
                    // }, 1000);

                    var scriptTags = document.querySelectorAll('script[data-berqwp-js]');
                    scriptTags.forEach(div => {
                        const scriptData = atob(div.getAttribute('data-berqwp-js'));
                        const scriptElement = document.createRange().createContextualFragment(scriptData).children[0];

                        if (scriptElement.src) {
                            total_berq_scripts++;
                        }

                    });

                    // let lcpElement = null;
                    // const lcp_observer = new PerformanceObserver((list) => {
                    //     const entries = list.getEntries();
                    //     for (const entry of entries) {
                    //         if (entry.entryType === 'largest-contentful-paint') {
                    //             lcpElement = entry.element;

                    //             // Handle <img> elements
                    //             if (lcpElement.tagName === 'IMG') {
                    //                 // Check if the image has loaded
                    //                 if (lcpElement.complete && !lcpElement.src.includes('data:')) {
                    //                     // The image is already loaded
                    //                     console.log('LCP image loaded:', lcpElement.src);

                    //                     if (lcp_ele.includes(lcpElement.src)) {
                    //                         let berqwp_lcp_event = new CustomEvent('berqwpLCPLoaded');
                    //                         window.dispatchEvent(berqwp_lcp_event);
                    //                     }
                    //                 } else {
                    //                     // Listen for the image load event
                    //                     lcpElement.onload = function() {
                    //                         console.log('LCP image loaded:', lcpElement.src);
                    //                         if (lcp_ele.includes(lcpElement.src)) {
                    //                             let berqwp_lcp_event = new CustomEvent('berqwpLCPLoaded');
                    //                             window.dispatchEvent(berqwp_lcp_event);
                    //                         }
                    //                     };

                    //                     lcpElement.onerror = function() {
                    //                         console.error('Failed to load LCP image:', lcpElement.src);
                    //                     };
                    //                 }
                    //             }

                    //             // If the LCP element has a background image
                    //             const backgroundImage = window.getComputedStyle(lcpElement).backgroundImage;

                    //             if (backgroundImage && backgroundImage !== 'none') {
                    //                 if (backgroundImage.includes('linear-gradient')) {
                    //                     return;
                    //                 }

                    //                 // Extract the URL from the background-image CSS property
                    //                 const imageUrl = backgroundImage.slice(5, -2);
                                    
                    //                 // Create a new Image object to check if the background image is loaded
                    //                 const img = new Image();
                    //                 img.src = imageUrl;
                                    
                    //                 img.onload = function() {
                    //                     console.log('Background image loaded:', imageUrl);

                    //                     if (lcp_ele.includes(imageUrl)) {
                    //                         let berqwp_lcp_event = new CustomEvent('berqwpLCPLoaded');
                    //                         window.dispatchEvent(berqwp_lcp_event);
                    //                     }
                    //                 };
                                    
                    //                 img.onerror = function() {
                    //                     console.error('Failed to load background image:', imageUrl);
                    //                 };
                    //             } else {
                    //                 // If there's no background image or it's already loaded
                    //                 // let berqwp_lcp_event = new CustomEvent('berqwpLCPLoaded');
                    //                 // window.dispatchEvent(berqwp_lcp_event);
                    //             }
                    //         }
                    //     }
                    // });

                    // lcp_observer.observe({ type: 'largest-contentful-paint', buffered: true });

                    // Preload scrpits right after LCP images
                    window.addEventListener('berqwpLCPLoaded', function () {
                        if (js_execution_mode == '1') {
    
                            var scripts = document.querySelectorAll('script[type="text/bwp-script"]');
                            let assets_to_cache = [];

                            // Add all external scripts into browser cache
                            // scripts.forEach(scriptElement => {        
                            //     if (scriptElement.src) {
                            //         assets_to_cache.push(scriptElement.src);
                            //     }
                            // });
    
                                (async () => {
                                    // await berqwp_add_assets_browser_cache(assets_to_cache);                                
                                })();
                        }
                    })
                    

    
                    function berqwp_js_handleUserInteraction(event) {
                        
                        if (event.type === 'click' || event.type === 'touchstart') {
                            berq_click = event.target;

                            // Traverse up the DOM to find the closest <a> ancestor
                            if (berq_click.closest('a')) {
                                berq_click = berq_click.closest('a');
                            }
                            
                            // If click is done on a link
                            if (berq_click.tagName === 'A' && berq_click.href && /^https?:\/\//.test(berq_click.href)) {
                                console.log('Skipping JavaScript execution, a link was clicked.')
                                return;
                            }
                            
                            event.preventDefault();
                        }

                        if (js_execution_mode == 0) {
                            // Get all script tags with data-berqwp-js attribute
                            var scriptTags = document.querySelectorAll('script[data-berqwp-js]');

                            // Add all external scripts into browser cache
                            scriptTags.forEach(div => {
                                const scriptData = atob(div.getAttribute('data-berqwp-js'));
                                const scriptElement = document.createRange().createContextualFragment(scriptData).children[0];
                        
                                if (scriptElement && scriptElement.src) {
                                    assets_to_cache.push(scriptElement.src);
                                }
                            });
                            
                            (async () => {
                                // Call the function to start fetching all scripts
                                await berqwp_add_assets_browser_cache(assets_to_cache);

                                // Function to execute scripts
                                function executeScriptsSequentially(scripts, index) {
                                    if (index < scripts.length) {
                                        var scriptTag = scripts[index];
                                        var berqwpJsCode = scriptTag.getAttribute('data-berqwp-js');
                                        berqwpJsCode = atob(berqwpJsCode);
                                        var parser = new DOMParser();
                                        var parsedHTML = parser.parseFromString(berqwpJsCode, 'text/html');
                                        var scriptContent = parsedHTML.querySelector('script');
                                
                                        if (scriptContent) {
                                            if (scriptContent.src) {
                                                // External script, append to the body
                                                var newScript = document.createElement('script');
                                                newScript.onload = function () {
                                                    // Execute the next script in the sequence
                                                    executeScriptsSequentially(scripts, index + 1);
                                                    loaded_berq_scripts++;
                                                };
                                                newScript.src = scriptContent.src;
    
                                                // console.log(newScript.src)
                                                // document.body.appendChild(newScript);
                                                scriptTag.parentNode.insertBefore(newScript, scriptTag.nextSibling);
    
                                            } else {
                                                var newScript = document.createElement('script');
                                                newScript.innerHTML = scriptContent.innerHTML;
    
                                                // console.log(newScript);
                                                // document.body.appendChild(newScript);
                                                scriptTag.parentNode.insertBefore(newScript, scriptTag.nextSibling);
                                                
                                                // Inline script, execute immediately
                                                // eval(scriptContent.innerHTML);
                                                // Execute the next script in the sequence
                                                executeScriptsSequentially(scripts, index + 1);
                                            }
                                        }
                                    }
                                }
                                
                                // Start executing scripts sequentially
                                executeScriptsSequentially(scriptTags, 0);

                                berq_content = true;

                            })();
                            


                        } else if (js_execution_mode == 1) {

                            var scripts = document.querySelectorAll('script[type="text/bwp-script"]');

                            // Function to dynamically load scripts
                            async function loadScript(index) {
                                if (index >= scripts.length) {

                                    // setTimeout(function() {
                                        // After all scripts are loaded, dispatch events
                                        let event = new Event('DOMContentLoaded', {
                                            bubbles: true,
                                            cancelable: true
                                        });
                                        window.dispatchEvent(event);
                                        document.dispatchEvent(event);

                                        triggerReadyStateChange('complete');
                                        
                                        window.dispatchEvent(new Event('load'));
                                        document.dispatchEvent(new Event('load'));

                                        // Create a new resize event
                                        var resizeEvent = new Event('resize');
    
                                        // Dispatch the resize event
                                        window.dispatchEvent(resizeEvent);
                                        document.dispatchEvent(resizeEvent);
    
                                        console.log('scripts loaded.')

                                        window.dispatchEvent(new Event('berqwp_after_delay_js_loaded'));
                                    
                                    // }, 1000)
                                    return;
                                }

                                // Create a new script element
                                var script = scripts[index];
                                var newScript = document.createElement('script');
                                // newScript.type = 'text/javascript';
                                newScript.type = script.getAttribute('data-type');

                                // Copy the content or src of the original script
                                if (script.src) {
                                    newScript.src = script.src;

                                    if (script.hasAttribute('data-berqwpskiponload')) {
                                        loadScript(index + 1);
                                    } else {

                                        // Set a timeout to proceed even if onload doesn't fire
                                        var scriptTimeout = setTimeout(function() {
                                            console.warn('Script load timeout:', script.src);
                                            loadScript(index + 1);
                                        }, 5000); // 5 seconds timeout
    
                                        
                                        newScript.onload = function() {
                                            clearTimeout(scriptTimeout); // Clear timeout if script loads successfully
                                            loadScript(index + 1);
                                        };
    
                                        newScript.onerror = function() {
                                            clearTimeout(scriptTimeout); // Clear timeout if there's an error loading the script
                                            console.warn('Error loading script:', script.src);
                                            loadScript(index + 1); // Proceed to the next script
                                        };
                                    }
                                    

                                } else {
                                    newScript.text = script.textContent;
                                    setTimeout(function() {
                                        loadScript(index + 1);
                                    }, 0); // Delay to simulate async load
                                }

                                // Copy other attributes if necessary
                                Array.from(script.attributes).forEach(function(attr) {
                                    if (attr.name !== 'type') {
                                        newScript.setAttribute(attr.name, attr.value);
                                    }
                                });

                                // Replace the old script with the new script
                                script.parentNode.replaceChild(newScript, script);
                            }

                            // Add all external scripts into browser cache
                            // scripts.forEach(scriptElement => {        
                            //     if (scriptElement.src) {
                            //         let includesItem = bwp_independent_scripts.some(item => scriptElement.src.includes(item));

                            //         if (!includesItem) {
                            //             assets_to_cache.push(scriptElement.src);
                            //         }
                            //     }
                            // });

                            (async () => {
                                // await berqwp_add_assets_browser_cache(assets_to_cache);

                                triggerReadyStateChange('interactive');

                                let berqwp_lcp_event = new CustomEvent('berqwpLCPLoaded');
                                window.dispatchEvent(berqwp_lcp_event);

                                // Start loading scripts from the first one
                                loadScript(0);
                                
                            })();


                            
                        }

                        
                    
                        // After running the function, remove all event listeners to ensure it runs only once
                        for (let eventType of berqwp_js_interactionEventTypes) {
                            window.removeEventListener(eventType, berqwp_js_handleUserInteraction);
                        }
                    }
                    
                    let berqwp_js_interactionEventTypes = ['click', 'mousemove', 'keydown', 'touchstart', 'scroll', 'berqwpLoadJS', 'berqwp_interaction_event'];
                    
                    if (js_loading == 'preload') {
                        // berqwp_js_interactionEventTypes = ['berqwpStylesLoaded'];
                        
                        berqwp_js_interactionEventTypes.push('berqwpStylesLoaded');
                    }
                    
                    for (let eventType of berqwp_js_interactionEventTypes) {
                        window.addEventListener(eventType, berqwp_js_handleUserInteraction, { passive: false });
                    }

                    if (js_loading == 'preload' && !document.getElementById('preload-styles')) {
                        // Trigger event to load JavaScript
                        let berqwp_load_js_event = new CustomEvent('berqwpLoadJS');
            
                        // Dispatch the custom event
                        window.dispatchEvent(berqwp_load_js_event);
                    }

                    window.addEventListener('berqwp_after_delay_js_loaded', function() {
                        if (berq_content == true) {
                            berq_content = false;
                            let event = new Event('DOMContentLoaded', {
                                bubbles: true,
                                cancelable: true
                            });
                            document.dispatchEvent(event);
                            window.dispatchEvent(new Event('load'));


                            // Create a new resize event
                            var resizeEvent = new Event('resize');

                            // Dispatch the resize event
                            window.dispatchEvent(resizeEvent);
                            


                        }

                        if (berq_click && total_berq_scripts == loaded_berq_scripts) {
                            setTimeout(function() {
                                console.log(berq_click);
                                const clickEvent = new MouseEvent('click', {
                                    bubbles: true,
                                    cancelable: true,
                                    view: window
                                });
                                berq_click.dispatchEvent(clickEvent);
                                berq_click = null;
                            }, 500)
                        }
                    });
                    
                    // setInterval(function () {

                    //     if (berq_content == true) {
                    //         berq_content = false;
                    //         let event = new Event('DOMContentLoaded', {
                    //             bubbles: true,
                    //             cancelable: true
                    //         });
                    //         document.dispatchEvent(event);
                    //         window.dispatchEvent(new Event('load'));


                    //         // Create a new resize event
                    //         var resizeEvent = new Event('resize');

                    //         // Dispatch the resize event
                    //         window.dispatchEvent(resizeEvent);
                            


                    //     }

                    //     if (berq_click && total_berq_scripts == loaded_berq_scripts) {
                    //         setTimeout(function() {
                    //             console.log(berq_click);
                    //             const clickEvent = new MouseEvent('click', {
                    //                 bubbles: true,
                    //                 cancelable: true,
                    //                 view: window
                    //             });
                    //             berq_click.dispatchEvent(clickEvent);
                    //             berq_click = null;
                    //         }, 500)
                    //     }
    
                    // }, 2000);
    
                    var berq_timeo;
                    if (window.screen.width <= 999) {
                        berq_timeo = 3000;
                    } else {
                        berq_timeo = 4000;
                    }
    
        </script>
        </body> </html>