// source --> https://mozahalmaktoum.com/wp-content/cache/autoptimize/autoptimize_single_647896685fb0e7ce29f3c9aae0ffb600.php?ver=1.0.0 
function twentytwentyoneToggleAriaExpanded(el,withListeners){if('true'!==el.getAttribute('aria-expanded')){el.setAttribute('aria-expanded','true');twentytwentyoneSubmenuPosition(el.parentElement);if(withListeners){document.addEventListener('click',twentytwentyoneCollapseMenuOnClickOutside);}}else{el.setAttribute('aria-expanded','false');if(withListeners){document.removeEventListener('click',twentytwentyoneCollapseMenuOnClickOutside);}}}
function twentytwentyoneCollapseMenuOnClickOutside(event){if(!document.getElementById('site-navigation').contains(event.target)){document.getElementById('site-navigation').querySelectorAll('.sub-menu-toggle').forEach(function(button){button.setAttribute('aria-expanded','false');});}}
function twentytwentyoneSubmenuPosition(li){var subMenu=li.querySelector('ul.sub-menu'),rect,right,left,windowWidth;if(!subMenu){return;}
rect=subMenu.getBoundingClientRect();right=Math.round(rect.right);left=Math.round(rect.left);windowWidth=Math.round(window.innerWidth);if(right>windowWidth){subMenu.classList.add('submenu-reposition-right');}else if(document.body.classList.contains('rtl')&&left<0){subMenu.classList.add('submenu-reposition-left');}}
function twentytwentyoneExpandSubMenu(el){el.closest('nav').querySelectorAll('.sub-menu-toggle').forEach(function(button){if(button!==el){button.setAttribute('aria-expanded','false');}});twentytwentyoneToggleAriaExpanded(el,true);el.parentNode.querySelectorAll('ul > li:last-child > a').forEach(function(linkEl){linkEl.addEventListener('blur',function(event){if(!el.parentNode.contains(event.relatedTarget)){el.setAttribute('aria-expanded','false');}});});}
(function(){var navMenu=function(id){var wrapper=document.body,mobileButton=document.getElementById(id+'-mobile-menu'),navMenuEl=document.getElementById('site-navigation');if(!navMenuEl){return;}
if(mobileButton){mobileButton.onclick=function(){wrapper.classList.toggle(id+'-navigation-open');wrapper.classList.toggle('lock-scrolling');twentytwentyoneToggleAriaExpanded(mobileButton);mobileButton.focus();};}
document.addEventListener('keydown',function(event){var modal,elements,selectors,lastEl,firstEl,activeEl,tabKey,shiftKey,escKey;if(!wrapper.classList.contains(id+'-navigation-open')){return;}
modal=document.querySelector('.'+id+'-navigation');selectors='input, a, button';elements=modal.querySelectorAll(selectors);elements=Array.prototype.slice.call(elements);tabKey=event.keyCode===9;shiftKey=event.shiftKey;escKey=event.keyCode===27;activeEl=document.activeElement;lastEl=elements[elements.length-1];firstEl=elements[0];if(escKey){event.preventDefault();wrapper.classList.remove(id+'-navigation-open','lock-scrolling');twentytwentyoneToggleAriaExpanded(mobileButton);mobileButton.focus();}
if(!shiftKey&&tabKey&&lastEl===activeEl){event.preventDefault();firstEl.focus();}
if(shiftKey&&tabKey&&firstEl===activeEl){event.preventDefault();lastEl.focus();}
if(tabKey&&firstEl===lastEl){event.preventDefault();}});document.getElementById('site-navigation').addEventListener('click',function(event){if(event.target.hash){wrapper.classList.remove(id+'-navigation-open','lock-scrolling');twentytwentyoneToggleAriaExpanded(mobileButton);setTimeout(function(){var anchor=document.getElementById(event.target.hash.slice(1));if(anchor){anchor.scrollIntoView();}},550);}});navMenuEl.querySelectorAll('.menu-wrapper > .menu-item-has-children').forEach(function(li){li.addEventListener('mouseenter',function(){this.querySelector('.sub-menu-toggle').setAttribute('aria-expanded','true');twentytwentyoneSubmenuPosition(li);});li.addEventListener('mouseleave',function(){this.querySelector('.sub-menu-toggle').setAttribute('aria-expanded','false');});});};window.addEventListener('load',function(){new navMenu('primary');});}());
// source --> https://mozahalmaktoum.com/wp-content/cache/autoptimize/autoptimize_single_0f50d8495e700408ea64013e63a2f54a.php?ver=1.0.23 
!function(d,_){"use strict";if("IntersectionObserver"in d&&"IntersectionObserverEntry"in d&&"intersectionRatio"in d.IntersectionObserverEntry.prototype)"isIntersecting"in d.IntersectionObserverEntry.prototype||Object.defineProperty(d.IntersectionObserverEntry.prototype,"isIntersecting",{get:function(){return 0<this.intersectionRatio}});else{var e=[];t.prototype.THROTTLE_TIMEOUT=100,t.prototype.POLL_INTERVAL=null,t.prototype.USE_MUTATION_OBSERVER=!0,t.prototype.observe=function(e){if(!this._observationTargets.some(function(t){return t.element==e})){if(!e||1!=e.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:e,entry:null}),this._monitorIntersections(),this._checkForIntersections()}},t.prototype.unobserve=function(e){this._observationTargets=this._observationTargets.filter(function(t){return t.element!=e}),this._observationTargets.length||(this._unmonitorIntersections(),this._unregisterInstance())},t.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorIntersections(),this._unregisterInstance()},t.prototype.takeRecords=function(){var t=this._queuedEntries.slice();return this._queuedEntries=[],t},t.prototype._initThresholds=function(t){var e=t||[0];return Array.isArray(e)||(e=[e]),e.sort().filter(function(t,e,n){if("number"!=typeof t||isNaN(t)||t<0||1<t)throw new Error("threshold must be a number between 0 and 1 inclusively");return t!==n[e-1]})},t.prototype._parseRootMargin=function(t){var e=(t||"0px").split(/\s+/).map(function(t){var e=/^(-?\d*\.?\d+)(px|%)$/.exec(t);if(!e)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(e[1]),unit:e[2]}});return e[1]=e[1]||e[0],e[2]=e[2]||e[0],e[3]=e[3]||e[1],e},t.prototype._monitorIntersections=function(){this._monitoringIntersections||(this._monitoringIntersections=!0,this.POLL_INTERVAL?this._monitoringInterval=setInterval(this._checkForIntersections,this.POLL_INTERVAL):(n(d,"resize",this._checkForIntersections,!0),n(_,"scroll",this._checkForIntersections,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in d&&(this._domObserver=new MutationObserver(this._checkForIntersections),this._domObserver.observe(_,{attributes:!0,childList:!0,characterData:!0,subtree:!0}))))},t.prototype._unmonitorIntersections=function(){this._monitoringIntersections&&(this._monitoringIntersections=!1,clearInterval(this._monitoringInterval),this._monitoringInterval=null,o(d,"resize",this._checkForIntersections,!0),o(_,"scroll",this._checkForIntersections,!0),this._domObserver&&(this._domObserver.disconnect(),this._domObserver=null))},t.prototype._checkForIntersections=function(){var h=this._rootIsInDom(),c=h?this._getRootRect():{top:0,bottom:0,left:0,right:0,width:0,height:0};this._observationTargets.forEach(function(t){var e=t.element,n=m(e),o=this._rootContainsTarget(e),i=t.entry,r=h&&o&&this._computeTargetAndRootIntersection(e,c),s=t.entry=new a({time:d.performance&&performance.now&&performance.now(),target:e,boundingClientRect:n,rootBounds:c,intersectionRect:r});i?h&&o?this._hasCrossedThreshold(i,s)&&this._queuedEntries.push(s):i&&i.isIntersecting&&this._queuedEntries.push(s):this._queuedEntries.push(s)},this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)},t.prototype._computeTargetAndRootIntersection=function(t,e){if("none"!=d.getComputedStyle(t).display){for(var n,o,i,r,s,h,c,a,u=m(t),l=v(t),p=!1;!p;){var f=null,g=1==l.nodeType?d.getComputedStyle(l):{};if("none"==g.display)return;if(l==this.root||l==_?(p=!0,f=e):l!=_.body&&l!=_.documentElement&&"visible"!=g.overflow&&(f=m(l)),f&&(n=f,o=u,void 0,i=Math.max(n.top,o.top),r=Math.min(n.bottom,o.bottom),s=Math.max(n.left,o.left),h=Math.min(n.right,o.right),a=r-i,!(u=0<=(c=h-s)&&0<=a&&{top:i,bottom:r,left:s,right:h,width:c,height:a})))break;l=v(l)}return u}},t.prototype._getRootRect=function(){var t;if(this.root)t=m(this.root);else{var e=_.documentElement,n=_.body;t={top:0,left:0,right:e.clientWidth||n.clientWidth,width:e.clientWidth||n.clientWidth,bottom:e.clientHeight||n.clientHeight,height:e.clientHeight||n.clientHeight}}return this._expandRectByRootMargin(t)},t.prototype._expandRectByRootMargin=function(n){var t=this._rootMarginValues.map(function(t,e){return"px"==t.unit?t.value:t.value*(e%2?n.width:n.height)/100}),e={top:n.top-t[0],right:n.right+t[1],bottom:n.bottom+t[2],left:n.left-t[3]};return e.width=e.right-e.left,e.height=e.bottom-e.top,e},t.prototype._hasCrossedThreshold=function(t,e){var n=t&&t.isIntersecting?t.intersectionRatio||0:-1,o=e.isIntersecting?e.intersectionRatio||0:-1;if(n!==o)for(var i=0;i<this.thresholds.length;i++){var r=this.thresholds[i];if(r==n||r==o||r<n!=r<o)return!0}},t.prototype._rootIsInDom=function(){return!this.root||i(_,this.root)},t.prototype._rootContainsTarget=function(t){return i(this.root||_,t)},t.prototype._registerInstance=function(){e.indexOf(this)<0&&e.push(this)},t.prototype._unregisterInstance=function(){var t=e.indexOf(this);-1!=t&&e.splice(t,1)},d.IntersectionObserver=t,d.IntersectionObserverEntry=a}function a(t){this.time=t.time,this.target=t.target,this.rootBounds=t.rootBounds,this.boundingClientRect=t.boundingClientRect,this.intersectionRect=t.intersectionRect||{top:0,bottom:0,left:0,right:0,width:0,height:0},this.isIntersecting=!!t.intersectionRect;var e=this.boundingClientRect,n=e.width*e.height,o=this.intersectionRect,i=o.width*o.height;this.intersectionRatio=n?i/n:this.isIntersecting?1:0}function t(t,e){var n,o,i,r=e||{};if("function"!=typeof t)throw new Error("callback must be a function");if(r.root&&1!=r.root.nodeType)throw new Error("root must be an Element");this._checkForIntersections=(n=this._checkForIntersections.bind(this),o=this.THROTTLE_TIMEOUT,i=null,function(){i||(i=setTimeout(function(){n(),i=null},o))}),this._callback=t,this._observationTargets=[],this._queuedEntries=[],this._rootMarginValues=this._parseRootMargin(r.rootMargin),this.thresholds=this._initThresholds(r.threshold),this.root=r.root||null,this.rootMargin=this._rootMarginValues.map(function(t){return t.value+t.unit}).join(" ")}function n(t,e,n,o){"function"==typeof t.addEventListener?t.addEventListener(e,n,o||!1):"function"==typeof t.attachEvent&&t.attachEvent("on"+e,n)}function o(t,e,n,o){"function"==typeof t.removeEventListener?t.removeEventListener(e,n,o||!1):"function"==typeof t.detatchEvent&&t.detatchEvent("on"+e,n)}function m(t){var e;try{e=t.getBoundingClientRect()}catch(t){}return e?(e.width&&e.height||(e={top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.right-e.left,height:e.bottom-e.top}),e):{top:0,bottom:0,left:0,right:0,width:0,height:0}}function i(t,e){for(var n=e;n;){if(n==t)return!0;n=v(n)}return!1}function v(t){var e=t.parentNode;return e&&11==e.nodeType&&e.host?e.host:e}}(window,document);if(typeof(stockdio_event)=="undefined"){stockdio_event=true;var stockdio_eventMethod=window.addEventListener?"addEventListener":"attachEvent";var stockdio_eventer=window[stockdio_eventMethod];var stockdio_messageEvent=stockdio_eventMethod=="attachEvent"?"onmessage":"message";stockdio_eventer(stockdio_messageEvent,function(e){if(e.origin!=="https://api.stockdio.com")return;if(typeof(e.data)!="undefined"&&typeof(e.data.methodName)!="undefined"){var methodName=e.data.methodName;var params=e.data.methodParams;switch(methodName)
{case'clickNews':window.open(params[0]);break;case'clickQuote':if(params[1]==='self')
window.location.href=params[0];else
window.open(params[0]);break;case'adjustBorderHeight':var stockdio_iframe=document.getElementById(params[0]);if(stockdio_iframe!=undefined&&stockdio_iframe!=null)
stockdio_iframe.height=params[1];break;case'adjustFinancialBorderHeight':var stockdio_iframe=document.getElementById(params[0]);if(stockdio_iframe!=undefined&&stockdio_iframe!=null){stockdio_iframe.height=params[1];stockdio_iframe.style.height=`${params[1]}px`;}
break;case'cssLoaded':var stockdio_iframe=document.getElementById(params[0]);console.log('stockdio_iframe',params[1],stockdio_iframe);if(stockdio_iframe!=undefined&&stockdio_iframe!=null)
stockdio_iframe.height=params[1];break;case'setIframeHeight':if(params[3]!='Ticker'){var stockdio_iframe=document.getElementById(params[0]);if(stockdio_iframe!=undefined&&stockdio_iframe!=null){stockdio_iframe.height=params[1];stockdio_iframe.style.height=`${params[1]}px`;}}
else{var stockdio_iframe=document.getElementById(params[0]);if(stockdio_iframe!=undefined&&stockdio_iframe!=null){stockdio_iframe.height=params[1];stockdio_iframe.width=params[2];stockdio_iframe.scrolling='no'}}
if(params[0]==='Ticker'){if(typeof(recalculate_stockdio_width)==='undefined'){recalculate_stockdio_width=function(initial,iframeId){if(true||(/iPhone|iPad|iPod|Android|IEMobile|blackberry|Windows Phone|webOS|Tablet|Nexus 7|Nexus 10|fennec/i.test(navigator.userAgent))){var item=document.getElementById(iframeId);if(item!=null){var parent=item.parentElement;var maxWidth=10000000;if(parent!=null)
maxWidth=parent.offsetWidth;if(initial!='')
item.style.width=initial;var newWidth=Math.min(item.offsetWidth,maxWidth);item.style.width=newWidth+'px';}}}}
if(typeof(orientationchange_stockdio)==='undefined'){orientationchange_stockdio=true;window.addEventListener('orientationchange',function(){var frames=document.getElementsByTagName('iframe');for(var i=0;i<frames.length;i++){if(frames[i].src.toLowerCase().indexOf('api.stockdio.com')>0){recalculate_stockdio_width('100%',frames[i].id);}}},false);}
recalculate_stockdio_width('',params[0]);}
break;case'displayResults':var stockdio_iframe=document.getElementById(params[0]);if(stockdio_iframe!=undefined&&stockdio_iframe!=null)
stockdio_iframe.height=params[1];break;default:break;}}},false);}
(function(){if(typeof(stockdio_events)=="undefined"){stockdio_events=true;stockdioOnloadFunction=function(){if(window.IntersectionObserver){var elements=document.querySelectorAll('iframe[iframesrc]');var element;var i;for(i=0;i<elements.length;i++){element=elements[i];if(element!=null&&typeof(element)!="undefined"){var observer=new IntersectionObserver(function(entries){var entry;var j;for(j=0;j<entries.length;j++){entry=entries[j];element=entry.target;if(element.src!=""){observer.unobserve(element);}
else{if(entry.isIntersecting){if(entry.intersectionRatio>0){element.src=element.getAttribute("iframesrc");}}}}},{rootMargin:"0px"});observer.POLL_INTERVAL=100;observer.observe(element);}};}
else{changeStockdioIframeSrc();}}
window.addEventListener?window.addEventListener("load",stockdioOnloadFunction,false):window.attachEvent&&window.attachEvent("onload",stockdioOnloadFunction);changeStockdioIframeSrc=function(){setTimeout(function(){var elements=document.querySelectorAll('iframe[iframesrc]');var element;var i;for(i=0;i<elements.length;i++){element=elements[i];var b=false;if(element!=null&&typeof(element)!="undefined"&&element.src==""){if(checkVisible(element))
element.src=element.getAttribute("iframesrc");else b=true;}
if(b)changeStockdioIframeSrc();}},100);}
checkVisible=function(element){var rect=element.getBoundingClientRect();var viewHeight=Math.max(document.documentElement.clientHeight,window.innerHeight);return!(rect.bottom<0||rect.top-viewHeight>=0);}}}());