window.BEIXF=function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=6)}([function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.headMeta={SDK:{name:"be:sdk"},SDK_TYPE:{name:"be:sdk_type"},TIMER:{name:"be:timer"},ORIG_URL:{name:"be:orig_url"},NORM_URL:{name:"be:norm_url"},CAPSULE_URL:{name:"be:capsule_url"},API_DT:{name:"be:api_dt"},MOD_DT:{name:"be:mod_dt"},MESSAGES:{name:"be:messages"},IS_SPA:{name:"be:is_spa"},CONTENT_ONLY:{name:"be:content_only"}},t.scriptClass={HEAD:{name:"be:head_script"},BODY:{name:"be:body_script"},COMMENT:{name:"be:comment_script"}},t.styleClass={LINK_STYLE:{name:"be:link_style"}},t.SELECTORS={LINK_BLOCK_CONTAINER:{selector:".be-ix-link-block,.be-ixf-link-block,.BrightEdgeRelatedLinks,.be-related-link-container,.o-AutoPilot__m-AutoPilot-Wrap",name:"link-block-container"}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SDKUtils=void 0;var r=function(){function e(e,t){for(var n=0;n0)for(var h=0;h0?i+"//"+o+s+l+"?"+d.join("&"):i+"//"+o+s+l}},{key:"getParameterDictionaryFromUrl",value:function(e){return a.parse(e,!0).query}},{key:"overrideHostInURL",value:function(e,t){var n=t.split(":"),r=-1;2===n.length&&(t=n[0],r=n[1]);var o=a.parse(e,!0),i=o.protocol;return o.hostname=t,o.host=t,r>-1&&("http:"===i&&"80"===r||"https:"===i&&"443"===r||(o.port=r.toString(),o.host=o.host+":"+r)),a.format(o)}},{key:"overrideProtocolInURL",value:function(e,t){var n=a.parse(e,!0);return n.protocol=t+":",a.format(n)}},{key:"userAgentMatchesRegex",value:function(e,t){return new RegExp(t,"gi").test(e)}},{key:"isDaylightSavings",value:function(e,t,n){if(t<3||t>11)return!1;if(t>3&&t<11)return!0;var r=e-n;return 3===t?r>=8:r<=0}},{key:"convertToNormalizedGoogleIndexTimeZone",value:function(t,n){var r=new Date(t),o=-8,a=r.getTime()+6e4*r.getTimezoneOffset(),s=new Date(a+36e5*o);return e.isDaylightSavings(s.getDate(),s.getMonth()+1,s.getDay())&&(o=-7,s=new Date(a+36e5*o)),n+"y_"+s.getFullYear()+"; "+n+"m_"+i(s.getMonth()+1,2)+"; "+n+"d_"+i(s.getDate(),2)+"; "+n+"h_"+i(s.getHours(),2)+"; "+n+"mh_"+i(s.getMinutes(),2)+"; "+n+"_epoch:"+t}},{key:"convertToNormalizedTimeZone",value:function(t,n){var r=new Date(t),o=-8,a=r.getTime()+6e4*r.getTimezoneOffset(),i=new Date(a+36e5*o);return e.isDaylightSavings(i.getDate(),i.getMonth()+1,i.getDay())&&(o=-7,i=new Date(a+36e5*o)),n+"_tstr:"+i.toString()+"; "+n+"_epoch:"+t}},{key:"matchIncludeRules",value:function(e,t){for(var n=0;n/g,">").replace(/"/g,""")}},{key:"createCommentScript",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=document.createElement("script");n.type="be:comment";var r="\n /*\n";return r+=" "+e+"\n",r+="*/\n",n.innerHTML=r,n.classList.add(o.scriptClass.COMMENT.name),t?n.outerHTML:n}}]),e}()},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Logger=t.logLevelConstants=void 0;var r=n(1),o=t.logLevelConstants={DEBUG:0,INFO:1,WARNING:2,ERROR:3,FATAL:4};t.Logger={debugMode:!1,logLevel:o.WARNING,initLogger:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:o.WARNING;isNaN(e)||(this.logLevel=e);var t=document.location.href,n=r.SDKUtils.getParameterDictionaryFromUrl(t);n["ixf-debug"]&&(this.debugMode=r.SDKUtils.getBooleanValue(n["ixf-debug"])),this.debugMode&&(this.logLevel=o.DEBUG)},log:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;t1&&void 0!==arguments[1]?arguments[1]:null;return this.log("[INFO] "+e,o.INFO,t)},debug:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return this.log("[DEBUG] "+e,o.DEBUG,t)},warn:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return this.log("[WARNING] "+e,o.WARNING,t)}}},function(e,t,n){(function(e,n){!function(){"use strict";var r,o,a,i,s,l,u,c,d,h,f,p,g,m,_,v,E=!0,b=!1,T=!0,N=!1,C=[];function A(e){r=e;var t,n,A,L=!1;try{if(-1!==navigator.userAgent.indexOf("MSIE")||navigator.appVersion.indexOf("Trident/")>-1)return;if(o=document.getElementById("marvel"))L=o.getAttribute("data-testmode"),a=o.getAttribute("data-customerid"),p=o.getAttribute("data-opt");else{if(!r)return;L=e["data-testmode"],a=e["data-customerid"],p=e["data-opt"]}I("data-opt")&&(p=I("data-opt")),b=!1,(t=I("marvel-debug"))&&"true"==t&&(b=!0),L?(E=!1,(A=I("marvel-testpage"))&&"true"==A&&(E=!0)):(E=!0,(n=I("marvel-activate"))&&"false"==n&&(E=!1)),a?0==(a=a.trim()).length&&(E=!1):E=!1,b&&(O("marveltestmode="+L),O("marvel-testpage="+A),O("marvelopt="+p)),function(){var e,t,n,p,m,_,v=!1;o?(e=o.getAttribute("data-cname"),t=o.getAttribute("data-domain"),m=o.getAttribute("data-url"),v=o.getAttribute("data-ignoreselfdomain"),_=o.getAttribute("data-ignorepath"),n=o.getAttribute("data-unblockurl"),g=o.getAttribute("data-droponerror"),T=o.getAttribute("data-dropsrcset")):r&&(e=r["data-cname"],t=r["data-domain"],m=r["data-url"],v=r["data-ignoreselfdomain"],_=r["data-ignorepath"],n=r["data-unblockurl"],g=r["data-droponerror"],T=r["data-dropsrcset"]);v&&"true"==v&&(N=!0);T=!(!T||"true"!=T);_&&_.trim().length>0&&(C=C.concat(_.split(",")));(!e||e.trim().length<=0)&&(e="marvel-b1-cdn.bc0a.com");e=e.trim(),p=["adminblock"];var A=0;for(A=0;A0&&(t=t.toLowerCase(),i=i.concat(t.split(",")));N&&(i=i.concat([document.location.host]));u=e+"/"+a+"/",c=window.location.protocol+"//",h=window.location.host,d=window.location.pathname,f=h+d,s=["chrome-extension","adstream","/metric/","{{"],m&&m.trim().length>0&&(m=m.toLowerCase(),s=s.concat(m.split(",")));l=[],n&&n.trim().length>0&&(n=n.toLowerCase(),l=l.concat(n.split(",")));b&&(O("marvelversion=marvel-1.77.0"),O("marvelbeCDN="+u),O("marvelcustomerid="+a),O("marvelcname="+e),O("marvelblacklistcustomer="+p),O("marvelignoreselfdomain="+N),O("marveldatadomain="+t),O("marvelignoreDomain="+i),O("marveldataurl="+m),O("marvelurllist="+s),O("marveldataunblockurl="+n),O("marvelunblockurllist="+l),O("marvelprotocol="+c),O("marvelhost="+h),O("marvelpath="+d),O("marvelurl="+f),O("marvelignorepath="+C),O("marveldatadroponerror="+g),O("marveldropsrcset="+T))}();var y=0;for(y=0;y=0){E=!1;break}O("marvelactivate="+E),E&&(1==p?(v={childList:!0},(m=new MutationObserver(M)).observe(document.documentElement,v)):(_={childList:!0,subtree:!0,attributeFilter:["src","srcset","style"]},new MutationObserver(x).observe(document.documentElement,_)))}catch(e){O(e)}}function I(e){var t=RegExp("[?&]"+e+"=([^&]*)").exec(window.location.search);return t&&decodeURIComponent(t[1].replace(/\+/g," "))}function O(e){b&&console.log(e)}function L(e){if(!e)return!1;if(0==(e=e.trim()).length)return!1;if(e.length>500)return!1;if((e=e.toLowerCase()).indexOf(u)>0)return!1;if(e.indexOf(".svg")>=0||e.indexOf(".gif")>=0||e.indexOf(".mp4")>=0||e.indexOf(".webm")>=0||e.indexOf(".ogv")>=0)return!1;var t=function(e){var t=e,n=e.indexOf("//");if(n>=0){var r=(e=e.substring(n+2)).indexOf("/");return r>=0&&(t=e.substring(0,r)),"."+t}return document.location.host}(e);O("marvelgetdomain="+t);var n=0;for(n=0;n=0)return!0;var r=0;for(r=0;r=0)return!1;var o=0;for(o=0;o=0)return!1;return!0}function y(e){if(!e)return e;var t="",n=(e=e.trim()).toLowerCase();if(0==n.indexOf("http://"))t=e.substring(7);else if(0==n.indexOf("https://"))t=e.substring(8);else if(0==n.indexOf("//"))t=e.substring(2);else{if(0==n.indexOf("data:"))return"";0==(t=new URL(e,document.baseURI).href).indexOf("http://")?t=t.substring(7):0==t.indexOf("https://")&&(t=t.substring(8))}return c+u+t}function S(e){var t="";if(!e)return t;var n=(e=e.trim()).split(","),r=0;for(r=0;r=0){var o=n.indexOf("url",r);if(o<0)return t;var a=n.indexOf("(",o);if(a>0){var i=n.indexOf(")",o);if(i>0){var s=e.substring(a+1,i);if(((s=s.trim()).startsWith("'")||s.startsWith('"'))&&(s=s.substring(1)),(s.endsWith("'")||s.endsWith('"'))&&(s=s.substring(0,s.length-1)),L(s)){var l=y(s);if(l&&l.trim().length>0&&s!=l)return l="'"+l+"'",t=e.substring(a+1,0)+l+e.substring(i)}}}}return t}function M(e){var t,n;for(n=0;n0)"body"==t.addedNodes[0].nodeName.toLowerCase()&&(b&&O("Body found"),m.disconnect(),_={childList:!0,subtree:!0,attributeFilter:["src","srcset","style"]},new MutationObserver(x).observe(t.addedNodes[0],_))}}function D(e){var t=e.nodeName.toLowerCase(),n=e.attributes;if("img"==t||"source"==t)for(s=0;s"+r),L(r)){var o=y(r);o&&o.trim().length>0&&o!=r&&(b&&O("Changing[node,"+t+","+l+"]==>"+o),n[s].nodeValue=o,"src"==l&&(e.setAttribute("be_marvel","1"),"true"==g||e.getAttribute("onerror")||e.setAttribute("onerror","this.onerror=null;this.src='"+r+"'")))}}else if("srcset"!=l||T){if("style"==l){var a=n[s].nodeValue;b&&O("Checking[node,img/source,style]==>"+a),(u=R(a))&&u.trim().length>0&&a!=u&&(b&&O("Changing[node,img/source,style]==>"+u),n[s].nodeValue=u,e.setAttribute("be_marvel","1"))}}else{var i=n[s].nodeValue;b&&O("Checking[node,"+t+",scrset]==>"+i),(c=S(i))&&c.trim().length>0&&i!=c&&(b&&O("Changing[node,"+t+",scrset]==>"+c),n[s].nodeValue=c,e.setAttribute("be_marvel","1"))}}else if("div"==t||"section"==t||"article"==t||"figure"==t||"a"==t){var s;for(s=0;s"+a),(u=R(a))&&u.trim().length>0&&a!=u&&(b&&O("Changing[node,"+t+",style]==>"+u),n[s].nodeValue=u,e.setAttribute("be_marvel","1"))}else if("srcset"==l&&!T){var c;i=n[s].nodeValue;b&&O("Checking[node,"+t+",srcset]==>"+i),(c=S(i))&&c.trim().length>0&&i!=c&&(b&&O("Changing[node,"+t+",srcset]==>"+c),n[s].nodeValue=c,e.setAttribute("be_marvel","1"))}}}if(e.childNodes&&e.childNodes.length>0)for(var d=0;d"+r),L(r)){var o=y(r);o&&o.trim().length>0&&o!=r&&(b&&O("Changing[attribute,"+n+",src]==>"+o),e.src=o,e.setAttribute("be_marvel","1"),"true"==g||e.getAttribute("onerror")||e.setAttribute("onerror","this.onerror=null;this.src='"+r+"'"))}}if("srcset"==t&&!T){var a=e.getAttribute("srcset");b&&O("Checking[attribute,+"+n+"+,srcset]==>"+a);var i=S(a);i&&i.trim().length>0&&a!=i&&(b&&O("Changing[attribute,"+n+",srcset]==>"+i),e.setAttribute("srcset",i),e.setAttribute("be_marvel","1"))}}else if(("div"==n||"section"==n||"article"==n||"figure"==n||"a"==n)&&"style"==t){var s=e.getAttribute("style");b&&O("Checking[attribute,div,"+n+"]==>"+s);var l=R(s);l&&l.trim().length>0&&s!=l&&(b&&O("Changing[attribute,div,"+n+"]==>"+l),e.setAttribute("style",l),e.setAttribute("be_marvel","1"))}}function x(e){var t,n,r;for(r=0;r0&&"1"==t.addedNodes[0].nodeType?(n=t.addedNodes[0].getAttribute("be_marvel"))&&"1"==n||D(t.addedNodes[0]):"attributes"==t.type&&"1"==t.target.nodeType&&((n=t.target.getAttribute("be_marvel"))&&"1"==n||U(t.target,t.attributeName)))}var P="object"==typeof e&&e&&e.Object===Object&&e,w="object"==typeof self&&self&&self.Object===Object&&self,G=P||w||Function("return this")(),k=t&&!t.nodeType&&t,F=k&&"object"==typeof n&&n&&!n.nodeType&&n;F?((F.exports=A).enableMarvel=A,k.enableMarvel=A):(G.enableMarvel=A,A(null))}()}).call(this,n(3),n(2)(e))},function(e,t,n){"use strict";(function(e){var t=n(1),r=n(14),o=n(15),a=n(0),i=n(4);function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var l={};window.jsElementReady=(0,r.observeComponent)(window.BEJSSDKObserver=window.BEJSSDKObserver||{}),(0,o.linkBlockGeneratorComponent)(window.BELinkBlockGenerator||{}),function(r){r.ENVIRONMENT_PRODUCTION;var o=null,u=null,c=null,d=null,h=null,f=null,p=!0,g=!1,m=null,_=!1,v=[],E=[];function b(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=document.createElement("script");r.type="text/javascript",r.textContent=e,n&&r.classList.add(n),t.appendChild(r)}function T(){var e=t.SDKUtils.createCommentScript("be_ixf, sdk, gho",!0),n=!1;r.PAGE_HIDE_ORIGINALURL&&!i.Logger.debugMode&&(n=t.SDKUtils.getBooleanValue(r.PAGE_HIDE_ORIGINALURL)),e+='\n';var o="global";o="custom",e+='\n',r.IS_SPA&&(e+='\n'),e+='\n',n||(e+='\n'),e+='\n',e+='\n',null!=r.capsule&&(e+='\n',e+='\n');var s=v.length>0?"true":"false";return e+='\n'}function N(e){v.push(e)}function C(e,n,o,a,s,l,u){if(n){var c=t.SDKUtils.createCommentScript("be_ixf, bodystr, _body_opens");e.appendChild(c);var d=document.createElement("ul");d.setAttribute("id","be_sdkms_capsule"),d.setAttribute("style","display:none!important");var h=document.createElement("li");if(h.setAttribute("id","be_sdkms_capsule_index_time"),h.innerHTML=t.SDKUtils.convertToNormalizedGoogleIndexTimeZone((new Date).getTime(),"i"),d.appendChild(h),null!=r.capsule){var f=r.capsule.publishing_engine,p=f+"; "+f+"_"+r.capsule.capsule_version,g=document.createElement("li");g.setAttribute("id","be_sdkms_capsule_pub"),g.innerHTML=p,d.appendChild(g);var m=document.createElement("li");m.setAttribute("id","be_sdkms_capsule_date_modified"),m.innerHTML=t.SDKUtils.convertToNormalizedGoogleIndexTimeZone(r.capsule.date_published,"p"),d.appendChild(m)}e.insertBefore(d,e.firstChild)}var v=o+"; "+o+"_"+a+"; "+s;null!=l&&(v=v+"; "+l);var E=t.SDKUtils.convertToNormalizedTimeZone(u,"p");if("bodystr"===s){if(i.Logger.debugMode){var b=document.createElement("ul");b.setAttribute("id","be_sdkms_node"),b.setAttribute("style","display:none!important");var T=document.createElement("li");T.setAttribute("class","be_sdkms_pub"),T.innerHTML=v,b.appendChild(T);var N=document.createElement("li");N.setAttribute("class","be_sdkms_date_modified"),N.innerHTML=E,b.appendChild(N),e.appendChild(b)}var C=t.SDKUtils.createCommentScript("be_ixf, bodystr");e.appendChild(C)}else if(!_){var A="be_sdkms_pub: "+v+"\n";A+="be_sdkms_date_modified: "+E+"\n";var I=t.SDKUtils.createCommentScript(A,!0);e.insertAdjacentHTML("beforeend",I)}}function A(e){var n=t.SDKUtils.createCommentScript("be_ixf, sdk, is");e.appendChild(n);var a=document.createElement("ul");if(a.setAttribute("id","be_sdkms_capsule"),a.setAttribute("style","display:none!important"),v.length>0){var i=document.createElement("ul");i.setAttribute("id","be_sdkms_capsule_messages");for(var s=0;s0&&(t=t.replace("