
        (function(config) {
            !function(i){var n={};function a(e){if(n[e])return n[e].exports;var t=n[e]={i:e,l:!1,exports:{}};return i[e].call(t.exports,t,t.exports,a),t.l=!0,t.exports}a.m=i,a.c=n,a.d=function(e,t,i){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(t,e){if(1&e&&(t=a(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(a.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)a.d(i,n,function(e){return t[e]}.bind(null,n));return i},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=43)}([function(e,t,i){"use strict";i.d(t,"c",function(){return p}),i.d(t,"b",function(){return u}),i.d(t,"d",function(){return h});var n,a=i(17),r=i(9),o=i(15),s=i(2);"undefined"!=typeof config&&(n=new a.a(config));var l=window!==window.top&&s.b.canAccessTopWindow(),c=!!window.inGptIF;var d=new o.a,p=null==n?l?window.top:window:(a=(i=n).get("format_family"),o=i.get("enable_intext_animation",!0),i=!(a===r.a.BANNER||a===r.a.STREAM||a===r.a.INTEXT&&!o)||"no"!==i.get("vip_mode","no"),l&&i?window.top:window),u=p.document,h=s.b.getTopAccessibleWindow(window);(s=l?window.top:p).__VR=s.__VR||{},s.__VR.widgets=s.__VR.widgets||[],s.__VR.dataLayers=s.__VR.dataLayers||{},s=s.__VR;t.a={inDapIF:l,inGptIF:c,injectorPlayerEmitter:d,config:n,namespace:s}},function(e,t,i){"use strict";var n={render:function(e,i){var n=e;return Object.keys(i).forEach(function(e){var t=new RegExp("{{"+e+"}}","g");n=n.replace(t,i[e])}),n}},u=n,h=i(16),m=i(14),f=i(9),r=i(0),a="https://polyfill.io/v3/polyfill.js?features=default,es2015,es2016,es2017,es2018,es2019,es5,es6,es7&flags=gated",n="https://polyfill.io/v3/polyfill.min.js?features=default,es2015,es2016,es2017,es2018,es2019,es5,es6,es7&flags=gated",o={player:{debug:[a,"//imasdk.googleapis.com/js/sdkloader/ima3_debug.js"],default:[n,"//imasdk.googleapis.com/js/sdkloader/ima3.js"]},content:{debug:[a],default:[n]},banner:{debug:[a],default:[n]},sentry:"//cdn.ravenjs.com/3.17.0/raven.min.js"};function s(e){return'<script type="text/javascript" src="'.concat(e,'"><\/script>')}var g={getScripts:function(e){var t=e.get("format_family"),i=e.get("player.script"),n=e.get("sentry",null),a=e.get("debug",!1),r=e.get("scheme","https"),t=t===f.a.BANNER?o.banner:t===f.a.STREAM?o.content:o.player,t=(a?t.debug:t.default).slice();return n&&t.unshift(o.sentry),t.push(i),t.map(function(e){return i=r,e=t=e,e=/https?:/i.test(window.location.protocol)||/^https?/i.test(t)?e:i+":"+t;var t,i}).map(s).join("")}},l=i(4),y=r.a.injectorPlayerEmitter,c=r.a.config,v={},d={mov:"mp4",mkv:"x-matroska","3gp":"3gpp","3g2":"3gpp2",h261:"h261",h263:"h263",h264:"h264",jpgv:"jpeg",jpm:"jpm",mj2:"mj2",mp4:"mp4",mpeg:"mpeg",ogv:"ogg",qt:"quicktime",uvh:"vnd.dece.hd",uvm:"vnd.dece.mobile",uvp:"vnd.dece.pd",uvs:"vnd.dece.sd",uvv:"vnd.dece.video",fvt:"vnd.fvt",mxu:"vnd.mpegurl",pyv:"vnd.ms-playready.media.pyv",uvu:"vnd.uvvu.mp4",viv:"vnd.vivo",webm:"webm",f4v:"x-f4v",fli:"x-fli",flv:"x-flv",m4v:"x-m4v",asf:"x-ms-asf",wm:"x-ms-wm",wmv:"x-ms-wmv",wmx:"x-ms-wmx",wvx:"x-ms-wvx",avi:"x-msvideo",movie:"x-sgi-movie"};v.urlEncode=function(t){return Object.keys(t).map(function(e){return e+"="+encodeURIComponent(t[e])}).join("&")},v.getViewportSize=function(e){var t="inner",i=e;return"innerWidth"in e||(t="client",i=i.document.documentElement||i.document.body),{width:i[t+"Width"],height:i[t+"Height"]}},v.getScreenSize=function(e){return{width:e.screen.width,height:e.screen.height}},v.getPageSize=function(e){return{width:e.document.body.scrollWidth,height:e.document.body.scrollHeight}},v.setCookie=function(e,t,i){var n=(new Date).valueOf(),a=new Date(864e5+n);a.setHours(0,0,0,0);a=i||a,a=e+"="+t+";path=/;max-age="+Math.floor((a-n)/1e3)+";expires="+a.toUTCString();return r.d.document.cookie=a},v.getCookie=function(e){e=(e=window.encodeURIComponent(e)).replace(/[-.+*]/g,"\\$&"),e=new RegExp("(?:(?:^|.*;)\\s*"+e+"\\s*\\=\\s*([^;]*).*$)|^.*$"),e=r.d.document.cookie.replace(e,"$1");return""!==e?window.decodeURIComponent(e):null},v.deleteCookie=function(e){r.d.document.cookie=e+"=; path=/; expires=Thu, 01 Jan 1970 00:00:01 GMT;"},v.filter=function(e,t){for(var i=[],n=0;n<e.length;n+=1){var a=e[n];t(a)&&i.push(a)}return i},v.classNamePrefix=function(e,t){for(var i=0,n=t.length;i<n;i+=1)t[i]=e+"-"+t[i];return t.join(" ")},v.hashCode=function(e){var t=0;if(0===e.length)return t;for(var i=0,n=e.length;i<n;i+=1){t=(t<<5)-t+e.charCodeAt(i);t|=0}return t},v.pad=function(e,t){for(var i=String(e);i.length<(t||2);)i="0"+i;return i},v.throwException=function(e){setTimeout(function(){throw e},0)},v.getCustomCss=function(e){var t=e.getAttribute("data-custom-style"),i="";return t&&((e=document.getElementById(t))?i=e.innerHTML:this.throwException("Couldn't find the custom style tag "+t)),i},v.onDOMContentLoaded=function(e,t){var i=t||"complete",n=r.d.document;r.d.document.readyState===i||"complete"===r.d.document.readyState?e():Object(l.a)(n,"readystatechange",function(){n.readyState===i&&e()})},v.trackUrl=function(e){var t=new Image;t.onload=function(){},t.onerror=function(){},t.src=e},v.trackRequestEvent=function(e,t){t=t||"ok",t=c.get("scheme")+"://"+c.get("endpoint_host")+"/track/?session_id="+c.get("sid")+"&request_session_id="+c.get("sid")+"&label="+e+"&ver=14&reason="+t+"&type=event&category=request_session";v.trackUrl(t)},v.trackPlayerEvent=function(e,t,i){t=t||"ok",i=i||c,t=i.get("scheme")+"://"+i.get("endpoint_host")+"/track/?session_id="+i.get("sid")+":0&player_session_id=0&label="+e+"&ver=12&reason="+t+"&type=event&category=player_session";v.trackUrl(t)},v.getVPTInstance=function(e){var t=e.get("is_preview"),i=e.get("is_test");return e.get("format_family")===f.a.INSTREAM&&(t||i)?null:r.a.namespace&&r.a.namespace.vptimpl},v.getAdditionalPlayerConfig=function(e,t){var i=null,e=v.getVPTInstance(e);return i=null!=e&&null!=e.getConfig?e.getConfig(t):i},v.loadPlayerIframe=function(a,e,r,o,t,s,i,l,n){var c=r.get("sentry",null),d=r.get("format_family")===f.a.INSTREAM,p=i||y;h.a.get(e,function(e){var t,i,n=a.elem.contentWindow||a.elem;try{t=JSON.parse(e)}catch(e){throw v.reportError(e,"jsonParse"),e}if(t.error)p.emit("event::loadPlayerError");else{if(m.a.constructCMPPostMessageStub(n),s&&s(t),!d)try{i=v.getVPTInstance(r)}catch(e){throw v.reportError(e,"getVPTInstance"),e}p.once("pl::playerReady",function(){v.setupHeavyAdReporting(n,p),null==i||null!=t.extra&&null!=t.extra.session_counter&&1!==t.extra.session_counter||i.emit(i.EVENTS.PLAYER_READY,o,t.environment.zone.format_family)}),n.onPlayerReady?n.onPlayerReady(t,p,i,l):(n.config=t,n.injectorPlayerEmitter=p,n.vpt=i,n.injectorConfig=l)}});n=u.render(n,{scripts:g.getScripts(r),sentryConfig:function(){return c?JSON.stringify({dsn:c.dsn,sampleRate:c.sample_rate}):JSON.stringify(null)}});p.once("cmd::dmp_user_data",function(e){t&&t(e.data)}),v.loadFriendlyIframeWithTemplate(a,n)},v.loadFriendlyIframeWithTemplate=function(e,t){e=e.elem||e,e=e.contentDocument||e.contentWindow.document;e.open("text/html","replace"),e.write(t),e.close()},v.isUrl=function(e){return/(http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-/]))?/.test(e)},v.getFifAbsolutePosition=function(e){for(var t,i,n,a={top:0,left:0},r=e;r!==window.top;)t=r.frameElement.getBoundingClientRect(),i=r.parent.pageYOffset||r.parent.document.documentElement.scrollTop||r.parent.document.body.scrollTop||0,n=r.parent.pageXOffset||r.parent.document.documentElement.scrollLeft||r.parent.document.body.scrollLeft||0,a.top+=t.top+i,a.left+=t.left+n,r=r.parent;return a},v.copyString=function(e){return(" "+e).slice(1)},v.getFileExtension=function(e){return null==e?"":e.split(".").pop()},v.getMimetype=function(e){e=v.getFileExtension(e);return d[e.toLowerCase()]||""},v.setupHeavyAdReporting=function(e,n){var t,a=!1,r=!1;function i(e){for(var t=!1,i=0;i<e.length;i+=1)"HeavyAdIntervention"===e[i].body.id&&(t=!0,v.trackPlayerEvent("player_error","60000"));t&&!r&&(r=!0,c.get("format_family")===f.a.INTEXT?n.emit("cmd::pullup",{adFilled:a,skipped:!1}):n.emit("cmd::remove",{impression:a,skipped:!1}))}e.ReportingObserver&&(n.on("adFilled",function(){a=!0}),t=new e.ReportingObserver(i,{buffered:!0}),e.addEventListener("unload",i),t.observe())},v.getVptId=function(e){var t=c.get("zid");return t=e.hasAttribute("data-alias")?e.getAttribute("data-alias"):t},v.reportError=function(e,t){window.Raven&&null!=e&&(e.message&&e.message.startsWith("You are trying to put the player into the head")||window.Raven.captureException(e,{tags:{injector_error:t}}))};t.a=v},function(e,t,i){"use strict";i.d(t,"a",function(){return f});var a,n,r,o,s={canAccessTopWindow:function(){return s.canAccessWindow(window.top)},canAccessWindow:function(e){try{return e.location.href?!0:!1}catch(e){return!1}},getTopAccessibleWindow:function(e){return s.canAccessWindow(e.parent)&&e!==e.parent?s.getTopAccessibleWindow(e.parent):e},isString:function(e){return"string"==typeof e||e instanceof String}},l=0,c={},d=!1,p=window.document;function u(e){delete c[e]}function h(e){if(d)setTimeout(h,0,e);else{var t=c[e];if(t){d=!0;try{!function(e){var t=e.callback,i=e.args;switch(i.length){case 0:t();break;case 1:t(i[0]);break;case 2:t(i[0],i[1]);break;case 3:t(i[0],i[1],i[2]);break;default:t.apply(void 0,i)}}(t)}finally{u(e),d=!1}}}}function m(e){e.source===window&&"string"==typeof e.data&&0===e.data.indexOf(o)&&h(+e.data.slice(o.length))}function f(e,t){return function(){return e.apply(t,Array.prototype.slice.call(arguments))}}a=window.setImmediate?function(e){window.setImmediate(function(){h(e)})}:function(){if(window.postMessage&&!window.importScripts){var e=!0,t=window.onmessage;return window.onmessage=function(){e=!1},window.postMessage("","*"),window.onmessage=t,e}}()?(o="setImmediate$"+Math.random()+"$",window.addEventListener?window.addEventListener("message",m,!1):window.attachEvent("onmessage",m),function(e){window.postMessage(o+e,"*")}):window.MessageChannel?((r=new MessageChannel).port1.onmessage=function(e){h(e.data)},function(e){r.port2.postMessage(e)}):p&&"onreadystatechange"in p.createElement("script")?(n=p.documentElement,function(e){var t=p.createElement("script");t.onreadystatechange=function(){h(e),t.onreadystatechange=null,n.removeChild(t),t=null},n.appendChild(t)}):function(e){setTimeout(h,0,e)},s.setImmediate=function(e){var t=e;"function"!=typeof e&&(t=new Function(""+e));for(var i=new Array(arguments.length-1),n=0;n<i.length;n+=1)i[n]=arguments[n+1];return c[l+=1]={callback:t,args:i},a(l),l},s.clearImmediate=u,t.b=s},function(e,t,i){"use strict";var n=i(2),a={getAmpAdContext:function(){var e=a.getAmpAdWindowWithContext();if(null!=e)return e.context},getAmpAdWindowWithContext:function(){var e=window;try{for(;e!==window.top;){if(null!=e.context&&null!=e.context.observeIntersection)return e;e=e.parent}}catch(e){}},getAmpVideoIframe:function(){var e=a.getAmpVideoIframeWindow();if(null!=e)return e.AmpVideoIframe},getAmpVideoIframeWindow:function(){var e=window;try{for(;e!==window.top;){if(null!=e.AmpVideoIframe)return e;e=e.parent}}catch(e){}},isAmpIframe:function(){return null!=a.getAmpIframeWindow()},getAmpIframeWindow:function(){var e=window;try{for(;n.b.canAccessWindow(e);){if(a.isWindowAmpIframe(e))return e;if(e.parent===e)return;e=e.parent}return}catch(e){return}},isWindowAmpIframe:function(e){try{return(e.name||"").toLowerCase().startsWith("amp_iframe")}catch(e){return!1}},isInsideAmp:function(){return null!=a.getAmpAdContext()||null!=a.getAmpVideoIframe()||a.isAmpIframe()}};t.a=a},function(e,t,i){"use strict";i.d(t,"a",function(){return n}),i.d(t,"b",function(){return a});var r=i(13);function n(e,t,i,n){var a=!1;e.addEventListener?(n&&r.a.isPassiveListenersSupported()&&(a={passive:!0}),e.addEventListener(t,i,a)):e.attachEvent&&e.attachEvent("on"+t,i)}function a(e,t,i,n){var a=!1;e.removeEventListener?(n&&r.a.isPassiveListenersSupported()&&(a={passive:!0}),e.removeEventListener(t,i,a)):e.detachEvent&&e.detachEvent("on"+t,i)}},function(e,t,i){"use strict";var a,n,o=i(14),s=i(6),r={AMP:"amp",FACEBOOK_INSTANT_ARTICLES:"fbia",APPLE_NEWS:"an",OEMBED:"oembed"},d=i(11),l=i(10),p=i(0),c=i(3),u=i(12),h=i(7),m=i(2),f=(a=window.CustomEvent?"CustomEvent":"Event",n={bubbles:!1,cancelable:!1,detail:null},function(e,t){var i=document.createEvent(a);return null!==e?g.call(i,e,(t=t||n).bubbles,t.cancelable,t.detail):i.initCustomEvent=g,i});function g(e,t,i,n){this["init"+a](e,t,i,n),"detail"in this||(this.detail=n)}function y(i){var t=!0;try{if(i.sessionStorage.setItem("VR_TEST_SESSIONSTORAGE","test"),"test"!==i.sessionStorage.getItem("VR_TEST_SESSIONSTORAGE"))throw new Error("sessionStorage unavailable")}catch(e){i.VR_sessionStorageFallback=i.VR_sessionStorageFallback||{},t=!1}return t?i.sessionStorage:{setItem:function(e,t){i.VR_sessionStorageFallback[e]=t},getItem:function(e){return i.VR_sessionStorageFallback[e]||null},removeItem:function(e){try{delete i.VR_sessionStorageFallback[e]}catch(e){}},clear:function(){i.VR_sessionStorageFallback={}}}}var v=i(1),w=p.a.inDapIF,b=l.a.MaxInstancesError,I=l.a.DuplicateInjectorError,C="_kxviralize_segs",_="VR-INJECTOR-INSTANCES-MAP",M={},E={};E.findScript=function(e,t){var i=document.getElementsByTagName("script");if(null==t||null==e)return null;var e=(e="^((https?:)?//)?{endpoint_host}/.*[?&]zid={zid}($|[&#])".replace("{endpoint_host}",e)).replace("{zid}",t),n=new RegExp(e,"gi");for(var a,r=null,o=i.length-1;0<=o;--o)if(!(a=i[o]).hasAttribute("data-injected")&&!!(null!==a.getAttribute("data-wid")||n&&n.test(a.getAttribute("src")))){r=i[o];break}return r},E.findIframe=function(){return w?window.frameElement:null},E.generateSuffixId=function(){return Math.random().toString(32).substr(2)},E.markAsInjected=function(e){e.hasAttribute("data-injected")||e.setAttribute("data-injected",!0)},E.register=function(e,t,i,n){i&&n&&this.registerOnSafeFrameApi(e,i,n);var a=y(p.d),r={},o=a.getItem(_),e=(r=null!=o?JSON.parse(o):r)[t.injectorName]||{count:0,instances:{}},i=e.count,n=t.config.get("max_family_instances",0),o=t.config.get("sid");if(0<n&&n<=i)throw new b("Sorry, but the "+t.injectorName+" format can be used at most "+n+" times.");if(e.instances[o])throw new I("Duplicated injector for sid: "+o);e.instances[o]=!0,e.count+=1,r[t.injectorName]=e,a.setItem(_,JSON.stringify(r)),p.a.namespace.widgets.push(t)},E.registerOnSafeFrameApi=function(e,t,i){e.$sf&&e.$sf.ext&&e.$sf.ext.register(t,i)},E.unRegister=function(e){var t,i={},n=y(p.d),a=n.getItem(_),a=(i=null!=a?JSON.parse(a):i)[e.injectorName]||{count:0,instances:{}},r=e.config.get("sid");for(0<a.count&&--a.count,i[e.injectorName]=a,n.setItem(_,JSON.stringify(i)),t=0;t<p.a.namespace.widgets.length;t+=1)p.a.namespace.widgets[t].config.get("sid")===r&&p.a.namespace.widgets.splice(t,1)},E.replaceInjector=function(e){for(var t=e.ownerDocument.createElement("script"),i=e.attributes,n=0;n<i.length;n+=1)"data-injected"!==i[n].nodeName&&t.setAttribute(i[n].nodeName,i[n].value);t.src=t.src+"&cb="+(new Date).getTime();var a=e.parentNode;a.insertBefore(t,e),a.removeChild(e)},E.createIframe=function(e,t,i,n){var i=i?i+"px":"100%",n=n?n+"px":"100%",a={allowfullscreen:!0,webkitallowfullscreen:e.webkitFullscreenEnabled,mozallowfullscreen:e.mozFullScreenEnabled},r=h.a.create(e,"iframe",{id:t,src:"about:blank",scrolling:"no",frameborder:0,marginheight:0,marginwidth:0,allow:"autoplay; fullscreen",width:i,height:n});return Object.keys(a).forEach(function(e){a[e]&&r.attr(e,a[e])}),r.elem.style.width=i,r.elem.style.height=n,r},E.createPageId=function(e){var t,i=E.getApiAdapter(e),n=p.d.navigator||null,a=e.get("publisher"),e=e.get("page_url"),n=n&&n.userAgent||"",n=v.a.hashCode(a+e+n),n=v.a.pad((16777215&n).toString(16),6);function r(){for(var e="",t=(new Date).getTime(),t=v.a.pad(t.toString(16),12),i=0;i<52;i+=1)e+=Math.round(Math.random()).toString();return t+(e=parseInt(e,2).toString(16))}return i===s.a.AMP_AD?(i=c.a.getAmpAdWindowWithContext()).context.computeInMasterFrame(i,"VR-PAGEID-PREFIX",function(e){e(r())},function(e){t=e}):t=r(),t+n+0},E.getDetectedPublishingPlatform=function(e){e=e.get("pub_platform","");return c.a.isInsideAmp()?r.AMP:e},E.getApiAdapter=function(e){if(null!=c.a.getAmpAdContext())return s.a.AMP_AD;if(null!=c.a.getAmpVideoIframe())return s.a.AMP_VIDEO_IFRAME;if(c.a.isAmpIframe())return s.a.AMP_IFRAME;var t=e.get("pub_platform",""),i=s.a.STANDARD;return Object.keys(s.a).forEach(function(e){e=s.a[e];e===t&&(i=e)}),i},E.createSrc=function(e,t,i,n,a,r){var o={},s=Object(u.a)();p.a.namespace.pageId=p.a.namespace.pageId||E.createPageId(a);a=r||{};a.player_size||(a.player_size={width:0,height:0});r={page_id:p.a.namespace.pageId,screen:v.a.getScreenSize(e),page:v.a.getPageSize(e),viewport:v.a.getViewportSize(e),player_size:{width:Math.round(a.player_size.width),height:Math.round(a.player_size.height)},semantic_data:a.semantic_data};return a.player_position&&(r.player_position={top:Math.round(a.player_position.top),left:Math.round(a.player_position.left)}),o.player_session=JSON.stringify(r),e.document.referrer&&(o.r=e.document.referrer),a.cid&&(o.cid=a.cid),a.sound&&(o.sound=a.sound),a.gallery_init&&(o.gallery_init=a.gallery_init),0<a.sessionCounter&&(o.sc=a.sessionCounter),a.pub_platform&&(o.pub_platform=a.pub_platform),a.inj_api_adapter&&(o.inj_api_adapter=a.inj_api_adapter),a.activation&&(o.activation=a.activation),a.cs&&(o.cs=a.cs),null!=a.gdpr&&(o.gdpr=a.gdpr),a.cmp&&(o.cmp=a.cmp),s&&(o.dd=s),t+"/"+i+"/?"+n+"&"+v.a.urlEncode(o)},E.createPlayerSrc=function(e,t,i){var n=t.get("is_preview"),a=t.get("is_test"),a=n?"preview":a?"test":"player",i=i||{};return E.createSrc(e,t.get("scheme")+"://"+t.get("endpoint_host"),a,t.get("base_query"),t,i)},E.findInjectionElem=function(e){var t={script:"",iframe:""},i=e.get("zid"),e=e.get("endpoint_host");return t.iframe=E.findIframe(),t.script=document.currentScript||E.findScript(e,i),null===t.script&&v.a.trackRequestEvent("adunit_request_error",d.a.SCRIPT_NOT_FOUND),t},E.isInHead=function(e){for(var t=e.parentNode;null!=t;){if("head"===t.nodeName.toLowerCase())return!0;t=t.parentNode}return!1},E.setElementRemovedListener=function(e,i,n){this.unsetElementRemovedListener();try{(M=new MutationObserver(function(e){e.forEach(function(e){if(0<e.removedNodes.length)for(var t=0;t<e.removedNodes.length;t+=1)!function(e,t){for(var i=t;null!=i;){if(e===i)return 1;i=i.parentNode}}(e.removedNodes[t],i)||n()})})).observe(e,{childList:!0,subtree:!0})}catch(e){}},E.unsetElementRemovedListener=function(){M.disconnect&&(M.disconnect(),M={})},E.addPluginsForNotBlacklisted=function(e,t,i){null!=i&&null!={179:!0,358:!0,711:!0}[i]||E.addInjectorPlugins(e,null,t)},E.addInjectorPlugins=function(e,t,n){var i,a="",r=p.d.document;p.d.__vrInjectorPlugins=p.d.__vrInjectorPlugins||{};var o=p.d.__vrInjectorPlugins;function s(e){var i=e;return n&&Object.keys(n).forEach(function(e){var t=new RegExp("{"+e+"}","g"),e=n[e];i=i.replace(t,e)}),i}t&&(a=t+"-"),i=r.createElement("placeholder"),r.body.appendChild(i);for(var l,c,d=0;d<e.length;d+=1)o[e[d].id]||(e[d].src?(l=e[d],c=void 0,(c=r.createElement("script")).setAttribute("id",a+l.id),c.src=s(l.src),c.setAttribute("async",""),r.body.appendChild(c)):e[d].content&&(c=e[d],h.a.insertHTMLBefore(i,a+c.id,s(c.content))),o[e[d].id]=!0);r.body.removeChild(i)},E.getInjectionPoint=function(e,t,i,n,a){var r=e.document,o=h.a.getAll(r,t),s=parseInt((n-i)/a,10)||1;for(var l=[],c=!1,d=n;i<=d;d-=s)if(0<(l=v.a.filter(o,Object(m.a)(function(t){return function(e){return 0!==e.offset().top&&e.text().length>t}}(d),this))).length){c=!0;break}if(c){var p=e.innerHeight;void 0===p&&(p=r.documentElement.clientHeight);r=(l=v.a.filter(l,function(e){return e.offset().top>p})).sort(function(e,t){return e.offset().top-t.offset().top});return r[0]?r[Math.floor(r.length/2)]:null}return null},E.searchPlayerLocation=function(e,t,i){for(var n,a,r=new RegExp(/^id-.*/),o=new RegExp(/^sel-.*/),s=e.length,l={auto:d.a.LOCATION_AUTO_ERROR,inline:d.a.LOCATION_INLINE_ERROR,idSelector:d.a.LOCATION_BY_ID_ERROR,querySelector:d.a.LOCATION_BY_SELECTOR_ERROR},c=0;c<s;c+=1){if("inline"===(n=e[c]))return!i||""!==t&&t||v.a.trackRequestEvent("adunit_request_error",l.inline),{playerLocation:t,usedCriteria:n};if("auto"===n?a=E.getInjectionPoint(p.c,"article p",10,100,20):r.test(n)?(a=function(e){for(var t=window,i=t.document.getElementById(e);null==i&&t!==t.parent&&m.b.canAccessWindow(t.parent);)i=(t=t.parent).document.getElementById(e);return i=null!==i?new h.a(i):i}(n.slice(3)),n="idSelector"):o.test(n)&&(a=function(e){for(var t=window,i=t.document.querySelector(e);null==i&&t!==t.parent&&m.b.canAccessWindow(t.parent);)i=(t=t.parent).document.querySelector(e);return i=null!==i?new h.a(i):i}(window.decodeURIComponent(n.slice(4))),n="querySelector"),a)return{playerLocation:a.elem,usedCriteria:n}}return i&&v.a.trackRequestEvent("adunit_request_error",l[n]),{playerLocation:null,usedCriteria:null}},E.sendDmpData=function(t,e,i){E.readDmpUserSegments("kxviralize_segs",function(e){E.setCookieSyncPixel(t,e)},i),p.a.namespace.dataLayers.dmp=p.a.namespace.dataLayers.dmp||{collected:!1,data:{}},p.a.namespace.dataLayers.dmp.collected||(p.a.namespace.dataLayers.dmp.collected=!0,p.a.namespace.dataLayers.dmp.data=e||{},p.d.dispatchEvent(new(function(e){try{return new e.CustomEvent("?"),e.CustomEvent}catch(e){return f}}(window))("VR-DMP-COLLECT")))},E.readDmpUserSegments=function(i,n,e){function a(e){return e?function(e){for(var t,i,n=e.length,a=0;a<n;a+=1){for(t=e[a],i=a-1;-1<i&&e[i]>t;--i)e[i+1]=e[i];e[i+1]=t}return e}(e.split(",")).join(","):""}var r=a(e),o=function(i){var t=!0;try{if(i.localStorage.setItem("VR_TEST_LOCALSTORAGE","test"),"test"!==i.localStorage.getItem("VR_TEST_LOCALSTORAGE"))throw new Error("localStorage unavailable")}catch(e){i.VR_localStorageFallback=i.VR_localStorageFallback||{},t=!1}return t?i.localStorage:{setItem:function(e,t){i.VR_localStorageFallback[e]=t},getItem:function(e){return i.VR_localStorageFallback[e]||null},removeItem:function(e){try{delete i.VR_localStorageFallback[e]}catch(e){}},clear:function(){i.VR_localStorageFallback={}}}}(p.d),s=o.getItem(C),l=0;setTimeout(function e(){var t;o.getItem(C)!==s?(l+=1,(t=a(o.getItem(i)))!==r?n(t):l<2&&setTimeout(e,250)):setTimeout(e,250)},250)},E.setCookieSyncPixel=function(e,t){t=window.encodeURIComponent(t);v.a.trackUrl(e+"/u-segment/?seg="+t)},E.readCMPData=function(e,a){var r,t=e.get("gdpr");if(t)return r=t.cs||"",void a("",t.cmp,t.gdpr?1:0,r);o.a.readCMPData(e.get("country"),function(e,t,i,n){a(e,t,i,r=n||"")})},E.evaluatePlayerPosition=function(e,t){var i,n=null,a=e.getBoundingClientRect(),e=e.ownerDocument.defaultView;return t===s.a.AMP_AD?n={top:(t=c.a.getAmpAdContext()).initialLayoutRect.top,left:t.initialLayoutRect.left}:e!==window.top?w?((n=v.a.getFifAbsolutePosition(e)).top+=a.top,n.left+=a.left):e.$sf&&e.$sf.ext&&null!=(i=e.$sf.ext.geom())&&null!=i.self&&null!=i.self.t&&null!=i.self.l&&(n={top:i.self.t,left:i.self.l}):(i=e.pageYOffset||e.document.documentElement.scrollTop||e.document.body.scrollTop||0,e=e.pageXOffset||e.document.documentElement.scrollLeft||e.document.body.scrollLeft||0,n={top:a.top+i,left:a.left+e}),n};t.a=E},function(e,t,i){"use strict";i.d(t,"b",function(){return a});var n={STANDARD:"standard",AMP_AD:"amp-ad",AMP_VIDEO_IFRAME:"amp-video-iframe",AMP_IFRAME:"amp-iframe",AMP_VIRALIZE_PLAYER:"amp-viralize-player",FACEBOOK_INSTANT_ARTICLES:"fbia",APPLE_NEWS:"an",OEMBED:"oembed"};function a(e){return e===n.AMP_AD||e===n.AMP_IFRAME||e===n.AMP_VIDEO_IFRAME||e===n.AMP_VIRALIZE_PLAYER}t.a=n},function(e,t,i){"use strict";function c(e){if(!(this instanceof c))return new c(e);this.elem=e}c.create=function(e,t,i){var n=new c(e.createElement(t));return i&&Object.keys(i).forEach(function(e){n.attr(e,i[e])}),n},c.getAll=function(e,t){for(var i=e.querySelectorAll(t),n=[],a=0;a<i.length;a+=1)n[a]=new c(i[a]);return n},c.remove=function(e,t){t=e.getElementById(t);null!==t&&t.parentNode&&t.parentNode.removeChild(t)},c.insertHTMLBefore=function(e,t,i){if(""===i)return null;var n=e.ownerDocument,t=c.create(n,"ins",{id:t});t.elem.innerHTML=i,e.parentNode.insertBefore(t.elem,e);for(var a=t.elem.getElementsByTagName("script"),r=0;r<a.length;r+=1){for(var o=n.createElement("script"),s=a[r].attributes,l=0;l<s.length;l+=1)o.setAttribute(s[l].nodeName,s[l].value);a[r].innerHTML&&(o.text=a[r].innerHTML),a[r].parentNode.replaceChild(o,a[r])}return this},c.prototype.remove=function(){this.elem.parentNode.removeChild(this.elem)},c.prototype.attr=function(e,t){return this.elem.setAttribute(e,t),this},c.prototype.appendTo=function(e){return e.appendChild(this.elem),this},c.prototype.append=function(e){return e.nextSibling?e.parentNode.insertBefore(this.elem,e.nextSibling):e.parentNode.appendChild(this.elem),this},c.prototype.prepend=function(e){return e.parentNode.insertBefore(this.elem,e),this},c.prototype.text=function(e){return void 0===e?"textContent"in this.elem?this.elem.textContent:this.elem.innerText:("textContent"in this.elem?this.elem.textContent=e:this.elem.innerText=e,this)},c.prototype.offset=function(){var e=this.elem.ownerDocument,t=e.defaultView,i=this.elem.getBoundingClientRect(),n=e.body,a=e.documentElement,r=t.pageYOffset||a.scrollTop||n.scrollTop,e=t.pageXOffset||a.scrollLeft||n.scrollLeft,t=a.clientTop||n.clientTop||0,n=a.clientLeft||n.clientLeft||0,t=i.top+r-t,n=i.left+e-n;return{top:Math.round(t),left:Math.round(n)}},c.prototype.hasClass=function(e){return new RegExp(" "+e+" ").test(" "+this.elem.className+" ")},c.prototype.addClass=function(e){return this.hasClass(e)||(this.elem.className+=(this.elem.className.length?" ":"")+e),this},c.prototype.removeClass=function(e){return this.hasClass(e)&&(this.elem.className=this.elem.className.replace(e,"").replace(/\s+$/g,"")),this},c.prototype.hide=function(){return this.elem.style.display="none",this.elem.style.visibility="hidden",this},c.prototype.show=function(){return this.elem.style.visibility="visible",this.elem.style.display="",this},t.a=c},function(e,t,i){"use strict";var n;function a(e,t,i,n){n.unshift(t,i),e.apply(console,n)}function r(e){this.prefix="["+(e||"VR-LOG")+"]",this.sporadicRate=.05}function o(e){var t=console;try{t.error(e)}catch(e){}}i.d(t,"b",function(){return o}),n=!1,r.prototype.debug=function(){n&&a(console.debug,this.prefix,"[DEBUG]",[].slice.call(arguments,0))},r.prototype.info=function(){n&&a(console.info,this.prefix,"[INFO]",[].slice.call(arguments,0))},r.prototype.warn=function(){n&&a(console.warn,this.prefix,"[WARN]",[].slice.call(arguments,0))},r.prototype.error=function(){n&&a(console.error,this.prefix,"[ERROR]",[].slice.call(arguments,0))},r.prototype.sporadic=function(){n&&Math.random()<this.sporadicRate&&this.debug.apply(this,arguments)},t.a=r},function(e,t,i){"use strict";t.a={BANNER:"banner",INSTREAM:"instream",STREAM:"gallery",VIP:"outstream",INTERSTITIAL:"interstitial",INTEXT:"native"}},function(e,t,i){"use strict";function n(e){this.message=e}function a(e){this.message=e}function r(e){this.message=e}function o(e){this.message=e}n.prototype=new Error,a.prototype=new Error,r.prototype=new Error,o.prototype=new Error,t.a={MaxInstancesError:n,DuplicateInjectorError:a,ViewabilityUnavailableError:r,ViewabilityClassNotFoundError:o}},function(e,t,i){"use strict";t.a={SCRIPT_NOT_FOUND:30001,LOCATION_INLINE_ERROR:30002,LOCATION_AUTO_ERROR:30003,LOCATION_BY_ID_ERROR:30004,LOCATION_BY_SELECTOR_ERROR:30005,SCRIPT_IN_HEAD:30006,INVALID_VPT_CONFIGURATION:50001}},function(e,t,i){"use strict";i.d(t,"b",function(){return a});var n=i(2);new(i(8).a)("detectDomain");function a(e){e=e.match(/^https?:\/\/(?:www\.)?([^/:?#]+)(?:[/:?#]|$)/i);return e&&e[1]}t.a=function(){var e,t,i=((t=window.location.ancestorOrigins)&&0<t.length?(Array.from(t),a(t[t.length-1])):null)||(n.b.canAccessTopWindow()?(window.top.location.href,a(window.top.location.href)):null)||(null!=(i=n.b.getTopAccessibleWindow(window))&&null!==(e=i.document)&&void 0!==e&&e.referrer?(i.document.referrer,a(i.document.referrer)):null);return i||null}},function(e,t,i){"use strict";i.d(t,"b",function(){return n});i={};function n(){return void 0!==document.createElement("div").style.transition}i.detectAutoplay=function(){for(var e=[/mobile/i,/android/i,/(iphone|ipad|ipod)/i,/silk-accelerated/i],t=0;t<e.length;t+=1)if(window.navigator&&window.navigator.userAgent&&window.navigator.userAgent.match(e[t]))return!1;return!0},i.detectMobile=function(){return navigator.userAgent.match(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i)},i.detectiOS=function(){return/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream},i.detectAndroidVersion=function(){return navigator.userAgent.toLowerCase().match(/android\s([0-9.]*)/)[1]},i.isPassiveListenersSupported=function(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){return!(e=!0)}});window.addEventListener("testPassive",null,t),window.removeEventListener("testPassive",null,t)}catch(e){}return e},t.a=i},function(e,t,i){"use strict";var log=i(8),n={AT:!0,BE:!0,BG:!0,HR:!0,CY:!0,CZ:!0,DK:!0,EE:!0,FI:!0,FR:!0,DE:!0,GR:!0,HU:!0,IE:!0,IT:!0,LV:!0,LT:!0,LU:!0,MT:!0,NL:!0,PL:!0,PT:!0,RO:!0,SK:!0,SI:!0,ES:!0,SE:!0,GB:!0,GF:!0,GP:!0,MQ:!0,ME:!0,YT:!0,RE:!0,MF:!0,GI:!0,AX:!0,PM:!0,GL:!0,BL:!0,SX:!0,AW:!0,CW:!0,WF:!0,PF:!0,NC:!0,TF:!0,AI:!0,BM:!0,IO:!0,VG:!0,KY:!0,FK:!0,MS:!0,PN:!0,SH:!0,GS:!0,TC:!0,AD:!0,LI:!0,MC:!0,SM:!0,VA:!0,JE:!0,GG:!0,EU:!0,CH:!0};var d=function(e){return n[e]||!1},a=i(3);function p(e){switch(e){case 1:return"1";case 2:return"2";default:return""}}function u(e){switch(e){case 1:case 2:return"available";default:return"unavailable"}}var c={isPresent:function(){return null!=a.a.getAmpAdContext()&&void 0!==a.a.getAmpAdContext().data.blockOnConsent||null!=a.a.getAmpVideoIframe()||a.a.isAmpIframe()},readCMPData:function(e,o){var s,n,t=d(e),l={consentStringType:0,gdprApplies:t};function c(){null!=s&&(clearTimeout(s),s=null)}function i(a){var r=a.parent;a.addEventListener("message",function e(t){var i,n;null!=s?(n="consent-data",(i=t).source===r&&i.origin!==a.location.origin&&i.data&&"amp"===i.data.sentinel&&i.data.type===n&&(n=Object.assign(l,t.data.consentMetadata),c(),o(p(n.consentStringType),u(t.data.consentPolicyState),n.gdprApplies?1:0,t.data.consentString||""))):window.removeEventListener("message",e)}),r.postMessage({sentinel:"amp",type:"send-consent-data"},"*")}s=setTimeout(function(){c(),s=null,o("","timeout",t?1:0,"")},2e3),a.a.getAmpAdWindowWithContext()?(n=a.a.getAmpAdWindowWithContext()).context.getConsentState(function(){var e=Object.assign(l,n.context.initialConsentMetadata),t=u(n.context.initialConsentState),i=n.context.initialConsentValue||"";null!=s&&(c(),o(p(e.consentStringType),t,e.gdprApplies?1:0,i||""))}):null!=a.a.getAmpVideoIframe()?a.a.getAmpVideoIframe().push(function(e){e.getConsentData(function(e){var t=Object.assign(l,e.consentMetadata);null!=s&&(c(),o(p(t.consentStringType),u(e.consentPolicyState),t.gdprApplies?1:0,e.consentString||""))})}):a.a.isAmpIframe()&&i(a.a.getAmpIframeWindow())},constructCMPPostMessageStub:function(){}},l=i(2),h=i(4);function m(e){for(var n,a,r,t,i,o=window;!n;){try{o.frames.__cmpLocator&&(n=o)}catch(e){}if(o===window.top)break;o=o.parent}var s={};function l(e){try{(t="string"==typeof e.data?JSON.parse(e.data):e.data).__cmpReturn&&(i=t.__cmpReturn,s[i.callId]&&(s[i.callId](i.returnValue,i.success),s[i.callId]=null))}catch(e){}}return e.__cmp=function(e,t,i){n?(a=Math.random().toString(32).substr(2),r={__cmpCall:{command:e,parameter:t,callId:a}},s[a]=i,n.postMessage(r,"*")):i({msg:"CMP not found"},!1)},Object(h.a)(window,"message",l),function(){Object(h.b)(window,"message",l)}}var f={readCMPData:function(r,o){var s,e,t=l.b.canAccessTopWindow(),i=t?window.top:window;t||(e=m(i)),i.__cmp?(s=setTimeout(function(){s=null,e&&e(),o("1","timeout",d(r)?1:0,"")},2e3),function a(){i.__cmp("getConsentData",null,function(e,t){var i,n;null!=s&&(t&&null==e.consentData?setTimeout(a,0):(clearTimeout(s),s=null,e=t?(i="available",n=e.gdprApplies?1:0,e.consentData):(i="error",n=d(r)?1:0,""),o("1",i,n,e)))})}()):o("","unavailable",d(r)?1:0,"")},constructCMPPostMessageStub:m};function o(){for(var e,t=window;t;){try{if(t.frames.__tcfapiLocator){e=t;break}}catch(e){}if(t===window.top)break;t=t.parent}return e}function s(){return null!=window.__tcfapi||null!=o()}function g(e){var a=o(),r={};function t(e){var t={};try{t="string"==typeof e.data?JSON.parse(e.data):e.data}catch(e){}t=t.__tcfapiReturn;t&&"function"==typeof r[t.callId]&&(r[t.callId](t.returnValue,t.success),r[t.callId]=null)}return e.__tcfapi=function(e,t,i,n){a?(t={__tcfapiCall:{command:e,parameter:n,version:t,callId:n=Math.random()+""}},r[n]=i,a.postMessage(t,"*")):i({msg:"CMP not found"},!1)},Object(h.a)(window,"message",t),function(){Object(h.b)(window,"message",t)}}var y={isPresent:s,readCMPData:function(i,n){var a,e,r,t;function o(){null!=a&&(clearTimeout(a),a=null),e&&e(),r&&(r=null,t.__tcfapi("removeEventListener",2,function(){},r))}s()?(null==(t=l.b.canAccessTopWindow()?window.top:window).__tcfapi&&(e=g(t)),a=setTimeout(function(){o(),n("2","timeout",d(i)?1:0,"")},2e3),t.__tcfapi("addEventListener",2,function(e,t){if(null!=a)return r=e.listenerId,t?t&&"tcloaded"===e.eventStatus?(o(),void n("2","available",e.gdprApplies?1:0,e.tcString)):void(t&&"useractioncomplete"===e.eventStatus&&(o(),n("2","available",e.gdprApplies?1:0,e.tcString))):(o(),void n("2","error",d(i)?1:0,""))})):n("","unavailable",d(i)?1:0,"")},constructCMPPostMessageStub:g};new log.a("CMP");t.a={readCMPData:function(e,r){var o,s=[],l=0;function t(e,t,i,n){var a={tcfVersion:e,cmpAvailability:t,gdprApplies:i,consentString:n};if(s.push(a),!o)return"available"===t||"error"===t?(o=a,void r(e,t,i,n)):void(l===s.length&&(o=s[0],r(o.tcfVersion,o.cmpAvailability,o.gdprApplies,o.consentString)))}c.isPresent()&&(l+=1,c.readCMPData(e,t)),y.isPresent()&&(l+=1,y.readCMPData(e,t)),0===l&&(l+=1,f.readCMPData(e,t))},constructCMPPostMessageStub:function(e){c.isPresent()?c.constructCMPPostMessageStub(e):y.isPresent()?null==e.__tcfapi&&y.constructCMPPostMessageStub(e):null==e.__cmp&&f.constructCMPPostMessageStub(e)}}},function(e,t,i){"use strict";var n=i(2);function a(){this.listeners={}}a.prototype.emit=function(e,t){null!=this.listeners[e]&&this.listeners[e].forEach(function(e){null!=e&&n.b.setImmediate(function(){e(t)})})},a.prototype.emitSync=function(e,t){null!=this.listeners[e]&&this.listeners[e].forEach(function(e){null!=e&&e(t)})},a.prototype.on=function(e,t){return this.listeners[e]?this.listeners[e].push(t):this.listeners[e]=[t],this.listeners[e].length-1},a.prototype.once=function(t,i){var n=this.on(t,function(e){this.listeners[t][n]&&(this.off(t,n),i(e))}.bind(this));return n},a.prototype.off=function(){switch(arguments.length){case 0:this.listeners={};break;case 1:null!=(t=this.listeners)[i=arguments[0]]&&(t[i]=null);break;default:e=this.listeners,t=arguments[0],i=arguments[1],null!=e[t]&&0<=i&&e[t].length>i&&(e[t][i]=null)}var e,t,i},t.a=a},function(e,t,i){"use strict";var n={};function a(e,t,i,n){var a=!0,r=4,o=[200,201,202,204,206,304,1223];var s=function(){try{return new XDomainRequest}catch(e){a=!1}try{return new XMLHttpRequest}catch(e){}try{return new ActiveXObject("Msxml3.XMLHTTP")}catch(e){}try{return new ActiveXObject("Msxml2.XMLHTTP.6.0")}catch(e){}try{return new ActiveXObject("Msxml2.XMLHTTP.3.0")}catch(e){}try{return new ActiveXObject("Msxml2.XMLHTTP")}catch(e){}try{return new ActiveXObject("Microsoft.XMLHTTP")}catch(e){}return null}();s&&(s.open(t?"POST":"GET",e,!0),a?(s.onload=function(){i&&i(s.responseText)},s.onprogress=function(){},s.ontimeout=function(){},s.onerror=function(){n&&n()}):s.onreadystatechange=function(){s.readyState===r&&(-1<o.indexOf(s.status)?i&&i(s.responseText):n&&n())},"withCredentials"in s&&(s.withCredentials=!0),t&&s.setRequestHeader("Content-type","application/json"),s.send(t))}n.get=function(e,t,i){return a(e,null,t,i)},n.post=function(e,t,i,n){return a(e,t?JSON.stringify(t):"{}",i,n)},t.a=n},function(e,t,i){"use strict";t.a=function(i){this.get=function(e,t){if(0===arguments.length)return JSON.parse(JSON.stringify(i));1===arguments.length&&(t=null);e=function(e,t){for(var i=t.replace(/\[(\w+)\]/g,".$1").replace(/^\./,"").split("."),n=i.length,a=0;a<n;a+=1){var r=i[a];if(!(r in e))return null;e=e[r]}return e}(i,e);return(e=null==e?t:e)?JSON.parse(JSON.stringify(e)):e}}},function(e,t,i){"use strict";var n=i(10).a.ViewabilityUnavailableError;function a(e,t,i){i=i||2;this.viewability=e,this.callback=t,this.iabViewabilityTimeout=null,this.counter=8,this.loopInterval=i/this.counter*1e3}a.prototype.start=function(){var t=this,i=this.counter;if(this.stop(),this.viewability.isViewabilityUnavailable())throw new n;this.iabViewabilityTimeout=window.setTimeout(function e(){50<=t.viewability.computeViewability().perc?0==--i?t.callback():t.iabViewabilityTimeout=window.setTimeout(e,t.loopInterval):(i=t.counter,t.iabViewabilityTimeout=window.setTimeout(e,t.loopInterval))},t.loopInterval)},a.prototype.stop=function(){window.clearTimeout(this.iabViewabilityTimeout)},t.a=a},function(e,t,i){"use strict";var r=i(6),log=i(8),a=i(3),n=i(10),o=i(2),s=n.a.ViewabilityUnavailableError;function l(e,t,i,n){this.reasons={OUT_OF_VIEWPORT:0,HIDDEN:1,NOT_IN_FOCUS:2,TOO_SMALL:3,IN_VIEWPORT:4,FIXED_VIEWABILITY:5},this.elem=e,this.wnd=t,this.forceViewability=i,this.onViewabilityChange=n}l.prototype.start=function(){if(this.isViewabilityUnavailable())throw new s;this.stop(),this.attachListeners(Object(o.a)(this.notifier,this)),this.notifier()},l.prototype.stop=function(){this.detachListeners()},l.prototype.notifier=function(){this.onViewabilityChange(this.computeViewability())};var c=l;function d(e,t,i,n){c.call(this,e,t,i,n),this.detachViewabilityObserver=null,this.currentViewability=null,this.ampAdContext=a.a.getAmpAdContext(),this.minElementArea=1}((d.prototype=Object.create(c.prototype)).constructor=d).prototype.isViewabilityUnavailable=function(){return!1},d.prototype.computeViewability=function(){var e=!this.ampAdContext.hidden,t=this.computeViewabilityReason(e),e={reason:t,focus:e};return t!==this.reasons.IN_VIEWPORT?e.perc=0:e.perc=this.currentViewability?Math.min(100,Math.round(100*this.currentViewability.intersectionRatio)):0,e},d.prototype.computeViewabilityReason=function(e){if(null==this.currentViewability)return this.reasons.FIXED_VIEWABILITY;var t=this.currentViewability.boundingClientRect,t=t.width*t.height;return e?this.currentViewability.intersectionRatio<=0?this.reasons.OUT_OF_VIEWPORT:t<this.minElementArea?this.reasons.TOO_SMALL:this.reasons.IN_VIEWPORT:this.reasons.NOT_IN_FOCUS},d.prototype.attachListeners=function(t){var i=this;this.detachViewabilityObserver=this.ampAdContext.observeIntersection(function(e){i.currentViewability=e[e.length-1],t()})},d.prototype.detachListeners=function(){this.detachViewabilityObserver&&this.detachViewabilityObserver()};var p=d;function u(e,t,i,n){c.call(this,e,t,i,n),this.currentIntersectionRatio=0,this.refreshFunctionId=void 0,this.ampVideoIframe=a.a.getAmpVideoIframe(),this.hiddenProperty=function(){for(var e=["hidden","mozHidden","webkitHidden","msHidden","oHidden"],t=null,i=0;i<e.length;i+=1)if((t=e[i])in document)return t;return t}()}((u.prototype=Object.create(c.prototype)).constructor=u).prototype.isViewabilityUnavailable=function(){return!1},u.prototype.computeViewability=function(){var e=this.inFocus(),t=e?0<this.currentIntersectionRatio?this.reasons.IN_VIEWPORT:this.reasons.OUT_OF_VIEWPORT:this.reasons.NOT_IN_FOCUS;return{reason:t,focus:e,perc:Math.min(100,Math.round(100*this.currentIntersectionRatio))}},u.prototype.attachListeners=function(i){var n=this;this.ampVideoIframe.push(function(e){function t(){e.getIntersection(function(e){n.currentIntersectionRatio=e.intersectionRatio,i()})}t(),n.refreshFunctionId=setInterval(t,250)})},u.prototype.detachListeners=function(){clearInterval(this.refreshFunctionId)},u.prototype.inFocus=function(){var e=this.wnd.document[this.hiddenProperty];return void 0===e||!e};var h=u,m={enters_viewport:1,center_enters_viewport:100,center_exits_viewport:49,exits_viewport:-1};function f(e,t,i,n){c.call(this,e,t,i,n),this.boundListener=Object(o.a)(this.receiveMessage,this),this.callback=null}((f.prototype=Object.create(c.prototype)).constructor=f).prototype.isViewabilityUnavailable=function(){return!1},f.prototype.computeViewability=function(){return{reason:0<this.wnd.viewabilityPerc?this.reasons.IN_VIEWPORT:this.reasons.OUT_OF_VIEWPORT,focus:!0,perc:this.wnd.viewabilityPerc}},f.prototype.attachListeners=function(e){this.wnd.viewabilityPerc=m[this.wnd.lastViewabilityMessage],this.callback=e,this.wnd.addEventListener("message",this.boundListener)},f.prototype.detachListeners=function(){this.wnd.removeEventListener("message",this.boundListener)},f.prototype.receiveMessage=function(e){m[e.data]&&(this.wnd.viewabilityPerc=m[e.data],this.callback&&this.callback())};var g=f,y=i(1);function v(e,t){this.callback=null,this.intersectionObserver=null,this.intersectionData=null,this.elem=t,this.wnd=e}v.prototype.start=function(e){var t=this,i={root:null,rootMargin:"0px",threshold:this.createIntersectionObserverThresholds()};this.callback=e,this.intersectionObserver=new IntersectionObserver(function(e){0!==e.length&&(t.intersectionData=t.parseIntersectionData(e),t.callback())},i),this.intersectionObserver.observe(this.elem)},v.prototype.createIntersectionObserverThresholds=function(){for(var e=[],t=0;t<=100;t+=1)e.push(t/100);return e},v.prototype.parseIntersectionData=function(e){e=e[e.length-1];return Math.min(100,Math.round(100*e.intersectionRatio))},v.prototype.stop=function(){this.intersectionObserver&&(this.intersectionObserver.disconnect&&this.intersectionObserver.disconnect(),this.intersectionObserver.unobserve&&this.intersectionObserver.unobserve(this.elem),this.intersectionObserver=null)},v.prototype.computeViewabilityPercentage=function(){var e;return!this.intersectionObserver.takeRecords||0<(e=this.intersectionObserver.takeRecords()).length&&(this.intersectionData=this.parseIntersectionData(e)),null!=this.intersectionData?this.intersectionData:0};var w=v;var b=function(e,t){var i=(r=e.getBoundingClientRect()).width*r.height,n=Math.ceil(Math.max(0,r.left)),a=Math.ceil(Math.min(t.width,r.right)),e=Math.ceil(Math.max(0,r.top)),r=Math.ceil(Math.min(t.height,r.bottom));return Math.floor((a-n)*(r-e)/i*100)};function I(e,t){this.callback=null,this.viewabilityObserver=null,this.elem=t,this.wnd=e}I.prototype.start=function(e){this.callback=e,this.viewabilityObserver=new this.wnd.MutationObserver(Object(o.a)(function(e){for(var t=0;t<e.length;t+=1)if(e[t].target.contains(this.elem))return void this.callback()},this)),this.viewabilityObserver.observe(this.wnd.document.body,{attributes:!0,subtree:!0})},I.prototype.stop=function(){this.viewabilityObserver&&(this.viewabilityObserver.disconnect(),this.viewabilityObserver=null)},I.prototype.computeViewabilityPercentage=function(){var e=y.a.getViewportSize(this.wnd);return b(this.elem,e)};var C=I;function _(e,t){this.callback=null,this.viewabilityLoopTimer=null,this.elem=t,this.wnd=e,this.loopInterval=250}_.prototype.start=function(e){var t=this;this.callback=e,function e(){t.callback(),t.viewabilityLoopTimer=t.wnd.setTimeout(e,t.loopInterval)}()},_.prototype.stop=function(){this.viewabilityLoopTimer&&(this.wnd.clearTimeout(this.viewabilityLoopTimer),this.viewabilityLoopTimer=null)},_.prototype.computeViewabilityPercentage=function(){var e=y.a.getViewportSize(this.wnd);return b(this.elem,e)};var M=_,E=i(4);function T(e,t,i,n){c.call(this,e,t,i,n),this.callback=null,this.windowEvents=["focus","blur","check","checkAndNotify"],this.documentEvents=["visibilitychange","mozvisibilitychange","msvisibilitychange","webkitvisibilitychange"],this.hiddenProperty=function(){for(var e=["hidden","mozHidden","webkitHidden","msHidden","oHidden"],t=null,i=0;i<e.length;i+=1)if((t=e[i])in document)return t;return t}(),this.minElementArea=1,this.ancestors=this.getElementAncestors(),this.viewabilityObserver=null,window.IntersectionObserver?this.viewabilityObserver=new w(this.wnd,this.elem):(this.windowEvents=this.windowEvents.concat(["scroll","resize"]),window.MutationObserver?this.viewabilityObserver=new C(this.wnd,this.elem):this.viewabilityObserver=new M(this.wnd,this.elem))}((T.prototype=Object.create(c.prototype)).constructor=T).prototype.getElementAncestors=function(){for(var e=[],t=this.elem;t;)e.unshift(t),t=t.parentNode;return e},T.prototype.isViewabilityUnavailable=function(){return!window.IntersectionObserver&&this.isInIframe()},T.prototype.isInIframe=function(){if(this.wnd.top!==this.wnd.self)return!0;for(var e=this.wnd.top.document.getElementsByTagName("iframe"),t=0;t<e.length;t+=1)if(e[t]===this.elem)return!1;return!0},T.prototype.computeViewability=function(){var e=this.inFocus(),t=this.computeViewabilityReason(e),e={reason:t,focus:e};return!this.forceViewability()||t!==this.reasons.OUT_OF_VIEWPORT&&t!==this.reasons.IN_VIEWPORT?t!==this.reasons.IN_VIEWPORT?e.perc=0:e.perc=this.viewabilityObserver.computeViewabilityPercentage():e.perc=100,e},T.prototype.computeViewabilityReason=function(e){var t=this.elem,i=y.a.getViewportSize(this.wnd),n=t.getBoundingClientRect(),a=n.width*n.height,r=this.ancestors;if("none"===t.style.display||"hidden"===t.style.visibility)return this.reasons.HIDDEN;for(var o=0;o<r.length;o+=1){var s=r[o].style;if(s&&("none"===s.display||"hidden"===s.visibility))return this.reasons.HIDDEN}return e?n.bottom<=0||n.right<=0||n.top>=i.height||n.left>=i.width?this.reasons.OUT_OF_VIEWPORT:a<this.minElementArea?this.reasons.TOO_SMALL:this.reasons.IN_VIEWPORT:this.reasons.NOT_IN_FOCUS},T.prototype.inFocus=function(){var e=this.wnd.document[this.hiddenProperty];return void 0!==e?!e:!o.b.canAccessTopWindow()||"function"!=typeof window.top.document.hasFocus||window.top.document.hasFocus()},T.prototype.attachListeners=function(e){var t;for(this.callback=e,t=0;t<this.windowEvents.length;t+=1)Object(E.a)(this.wnd,this.windowEvents[t],e,!0);for(t=0;t<this.documentEvents.length;t+=1)Object(E.a)(this.wnd.document,this.documentEvents[t],e,!0);this.viewabilityObserver.start(e)},T.prototype.detachListeners=function(){for(var e=0;e<this.windowEvents.length;e+=1)Object(E.b)(this.wnd,this.windowEvents[e],this.callback,!0);for(e=0;e<this.documentEvents.length;e+=1)Object(E.b)(this.wnd.document,this.documentEvents[e],this.callback,!0);this.viewabilityObserver.stop()};var A=T;new log.a("viewabilityFactory");t.a={getInstance:function(e,t,i,n,a){switch(e){case r.a.FACEBOOK_INSTANT_ARTICLES:return new g(t,i,n,a);case r.a.AMP_VIDEO_IFRAME:return new h(t,i,n,a);case r.a.AMP_AD:return new p(t,i,n,a);default:return new A(t,i,n,a)}}}},function(e,t,i){"use strict";var n=i(0),log=i(8),a=i(3),r=i(12),o=[/googlesyndication\.com/];new log.a("detectIframe");function s(e){try{if(function(e){for(var t=0;t<o.length;t+=1)if(o[t].test(e))return 1}(e.origin))return 1}catch(e){}}function l(e){if(e===e.top)return!1;for(var t=function(e){for(var t=[],i=e;i&&i!==e.top;)t.push(i),i=i.parent;return t.length,t}(e),i=0;i<t.length;i+=1)if(s(t[i]))return!0;return!1}var c=new log.a("generateInjectorConfig");t.a=function(e){var t=Object.assign({blacklistedAds:[],width:0,height:0,scriptSrc:"",brandConfig:null},e),e="content.viralize.tv"===(e=Object(r.b)(t.scriptSrc))||"dev-content.viralize.tv"===e,e={zoneDimensions:{width:t.width,height:t.height},blacklistedAds:t.blacklistedAds,isInsideAmp:a.a.isInsideAmp(),isInsideGpt:n.a.inGptIF,isInsideAdIframe:l(window),isInContentDomain:e};return c.debug(e),e}},function(e,t,i){"use strict";var n=i(1),a=i(7);function r(e,t,i){this.id=e,this.css=n.a.copyString(t),i&&(this.css+=i)}r.prototype.getCssNameNamespace=function(){return"vr-"+this.id},r.prototype.loadStyle=function(e){var t=this.css.replace(new RegExp("namespace","g"),this.id),i=this.getCssNameNamespace(),n=e.ownerDocument;a.a.remove(n,i);n=n.createElement("style");if(n.id=i,e.parentNode.insertBefore(n,e),n.styleSheet)n.styleSheet.disabled||(n.styleSheet.cssText=t);else try{n.innerHTML=t}catch(e){n.innerText=t}},t.a=r},function(e,t,i){"use strict";e.exports=function(i){var l=[];return l.toString=function(){return this.map(function(e){var t=function(e,t){var i=e[1]||"",n=e[3];if(!n)return i;if(t&&"function"==typeof btoa){e=function(e){e=btoa(unescape(encodeURIComponent(JSON.stringify(e)))),e="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(e);return"/*# ".concat(e," */")}(n),t=n.sources.map(function(e){return"/*# sourceURL=".concat(n.sourceRoot||"").concat(e," */")});return[i].concat(t).concat([e]).join("\n")}return[i].join("\n")}(e,i);return e[2]?"@media ".concat(e[2]," {").concat(t,"}"):t}).join("")},l.i=function(e,t,i){"string"==typeof e&&(e=[[null,e,""]]);var n={};if(i)for(var a=0;a<this.length;a++){var r=this[a][0];null!=r&&(n[r]=!0)}for(var o=0;o<e.length;o++){var s=[].concat(e[o]);i&&n[s[0]]||(t&&(s[2]?s[2]="".concat(t," and ").concat(s[2]):s[2]=t),l.push(s))}},l}},function(e,t){e.exports='<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <link rel="icon" href="data:;base64,iVBORw0KGgo="/> {{scripts}} <title>Viralize Player</title> </head> <body> <script>function onPlayerReady(n,i,o,e){window.config=n,window.injectorPlayerEmitter=i,window.injectorConfig=e,null!=o&&(window.vpt=o);var w=n.user_data||{},r=JSON.parse(\'{{sentryConfig}}\');new Player(n,r,e).init(),i.emit(\'cmd::dmp_user_data\',w)}window.config&&window.injectorPlayerEmitter?onPlayerReady(window.config,window.injectorPlayerEmitter,window.vpt,window.injectorConfig):window.onPlayerReady=onPlayerReady<\/script> </body> </html> '},function(e,t,i){"use strict";var a=i(0),d=i(2),n=i(1),p={},r={},o={},u={},h="DELETED";function s(e,t){return e+";"+t+";"+Math.random().toString(32).substr(2)}function l(e,t,i){null!=p[e]&&null!=p[e][t]&&null!=p[e][t][i]&&(p[e][t][i]=h)}function c(e){var t={event:u.EVENTS.ALL,zid:u.ALL_ZID};return d.b.isString(e)?t.event=e:(t.event=e.event||t.event,t.zid=e.zid||t.zid),t}function m(t,i){Object.keys(i).forEach(function(e){t.push(i[e])})}function f(e,t){var i=u.getVrApis(t);if(null!=i)for(var n=0;n<i.length;n+=1)i[n][e]()}u.emit=function(e,t,i,n){var a,r,o,s,l=(a=e,r=t,l=[],o=u.ALL_ZID,s=u.EVENTS.ALL,p[o]&&p[o][s]&&m(l,p[o][s]),r!==o&&p[r]&&p[r][s]&&m(l,p[r][s]),a!==s&&(p[o]&&p[o][a]&&m(l,p[o][a]),p[r]&&p[r][a]&&m(l,p[r][a])),l),c={event:e,zid:t,format:i,data:n,timestamp:(new Date).getTime()};l.forEach(function(e){e!==h&&d.b.setImmediate(function(){e(c)})})},u.on=function(e,t){var i=c(e),n=s(i.zid,i.event);for(p[i.zid]||(p[i.zid]={}),p[i.zid][i.event]||(p[i.zid][i.event]={});null!=p[i.zid][i.event][n];)n=s(i.zid,i.event);return p[i.zid][i.event][n]=t,n},u.once=function(e,t){var i=c(e),n=u.on(i,function(e){p[i.zid][i.event][n]!==h&&(u.off(i,n),t(e))});return n},u.off=function(e,t){var i,n,e=c(e);null!=t?l(e.zid,e.event,t):(i=e.zid,n=e.event,null!=p[i]&&null!=p[i][n]&&Object.keys(p[i][n]).forEach(function(e){l(i,n,e)}))},u.EVENTS={ALL:"VPT-EVENT::*",PLAYER_READY:"VPT-EVENT::PLAYER_READY",ACTIVATION:"VPT-EVENT::ACTIVATION",COLLAPSE:"VPT-EVENT::COLLAPSE",END:"VPT-EVENT::END",AD_SESSION_START:"VPT-EVENT::AD_SESSION_START",AD_SESSION_END:"VPT-EVENT::AD_SESSION_END",AD_IMPRESSION:"VPT-EVENT::AD_IMPRESSION",START:"VPT-EVENT::START",FIRST_QUARTILE:"VPT-EVENT::FIRST_QUARTILE",MID_POINT:"VPT-EVENT::MID_POINT",THIRD_QUARTILE:"VPT-EVENT::THIRD_POINT",COMPLETE:"VPT-EVENT::COMPLETE",CONTENT_START:"VPT-EVENT::CONTENT_START",CONTENT_END:"VPT-EVENT::CONTENT_END",ERROR:"VPT-EVENT::ERROR",CLICK:"VPT-EVENT::CLICK",SKIP:"VPT-EVENT::SKIP",PLAYING:"VPT-EVENT::PLAYING",PAUSED:"VPT-EVENT::PAUSED",MUTED:"VPT-EVENT::MUTED",UNMUTED:"VPT-EVENT::UNMUTED"},u.ALL_ZID="VPT-ZID::*",u.queue={push:function(e){setTimeout(e,0)}},u.addConfig=function(){var e,t=d.b.isString(arguments[0])?(e=arguments[0],arguments[1]):(e=u.ALL_ZID,arguments[0]);r[e]=t},u.getConfig=function(e){return null!=r[e]?r[e]:r[u.ALL_ZID]},u.addVrApi=function(e,t){return null==o[e]&&(o[e]=[]),o[e].push(t),o[e].length-1},u.removeVrApi=function(e,t){null!=o[e]&&null!=o[e][t]&&(o[e][t]=null)},u.play=function(){f("play",Array.prototype.slice.call(arguments))},u.pause=function(){f("pause",Array.prototype.slice.call(arguments))},u.mute=function(){f("mute",Array.prototype.slice.call(arguments))},u.unmute=function(){f("unmute",Array.prototype.slice.call(arguments))},u.enterFullscreen=function(){f("enterFullscreen",Array.prototype.slice.call(arguments))},u.exitFullscreen=function(){f("exitFullscreen",Array.prototype.slice.call(arguments))},u.showControls=function(){f("showControls",Array.prototype.slice.call(arguments))},u.hideControls=function(){f("hideControls",Array.prototype.slice.call(arguments))},u.getVrApis=function(e){var t,e=0<e.length&&d.b.isString(e[0])?e[0]:u.ALL_ZID;return e!==u.ALL_ZID?t=o[e]:(t=[],Object.keys(o).forEach(function(e){t=t.concat(o[e])})),null==t||0===t.length?[]:n.a.filter(t,function(e){return null!=e})},t.a=function(e){var t,i,n;i=e,n={EVENTS:(t=u).EVENTS,ALL_ZID:t.ALL_ZID,queue:t.queue,on:t.on,once:t.once,off:t.off,addConfig:t.addConfig,getConfig:t.getConfig,play:t.play,pause:t.pause,mute:t.mute,unmute:t.unmute,enterFullscreen:t.enterFullscreen,exitFullscreen:t.exitFullscreen,showControls:t.showControls,hideControls:t.hideControls},e=window,null!=(e=d.b.canAccessTopWindow()&&!i?window.top:e).vpt?"[object Array]"===Object.prototype.toString.call(e.vpt.queue)&&(i=e.vpt.queue,e.vpt=n,a.a.namespace.vptimpl=t,i.forEach(function(e){e()})):(e.vpt=n,a.a.namespace.vptimpl=t)}},function(e,t,i){"use strict";e.exports=function(e,t){return t=t||{},"string"!=typeof(e=e&&e.__esModule?e.default:e)?e:(/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),t.hash&&(e+=t.hash),/["'() \t\n]/.test(e)||t.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e)}},,function(e,t,i){"use strict";function n(e){for(var t=e.parentNode,i=e.ownerDocument.defaultView;null!=t;){try{if("none"!==i.getComputedStyle(t).transform)return t}catch(e){}t=t.parentNode}return null}i.d(t,"a",function(){return n})},,,,function(e,t,i){"use strict";var n=i(22),a=i.n(n),r=i(25),n=i.n(r),r=i(32),i=i(33),a=a()(!1),r=n()(r.a),i=n()(i.a);a.push([e.i,"/*!\n* this is a simplified version of\n* cleanslate\n*   github.com/premasagar/cleanslate\n*\n*/.vr-namespace-reset,.vr-namespace-reset *{background-attachment:scroll;background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat;border-color:black;border-color:currentColor;border-radius:0;border-style:none;border-width:medium;bottom:auto;clear:none;clip:auto;color:inherit;counter-increment:none;counter-reset:none;cursor:auto;direction:inherit;float:none;font-family:inherit;font-size:inherit;font-style:inherit;font-variant:normal;font-weight:inherit;height:auto;left:auto;letter-spacing:normal;line-height:inherit;list-style-type:inherit;list-style-position:outside;list-style-image:none;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;outline:invert none medium;overflow:visible;padding:0;position:static;quotes:'' '';right:auto;table-layout:auto;text-align:inherit;text-decoration:inherit;text-indent:0;text-transform:none;top:auto;unicode-bidi:normal;vertical-align:baseline;visibility:inherit;white-space:normal;width:auto;word-spacing:normal;z-index:auto;background-origin:padding-box;background-clip:border-box;background-size:auto;-o-border-image:none;border-image:none;box-shadow:none;box-sizing:content-box;-moz-column-count:auto;column-count:auto;-moz-column-gap:normal;column-gap:normal;-moz-column-rule:medium none black;column-rule:medium none black;-moz-column-span:1;column-span:1;-moz-column-width:auto;column-width:auto;font-feature-settings:normal;overflow-x:visible;overflow-y:visible;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual;perspective:none;perspective-origin:50% 50%;-webkit-backface-visibility:visible;backface-visibility:visible;text-shadow:none;transition:all 0s ease 0s;-ms-transform:none;transform:none;-ms-transform-origin:50% 50%;transform-origin:50% 50%;transform-style:flat;word-break:normal}.vr-namespace-reset a,.vr-namespace-reset a:visited{color:inherit;text-decoration:none}.vr-namespace-reset a,.vr-namespace-reset a *{cursor:pointer}#vr-namespace-viralize-wide-wrapper{display:-ms-flexbox;display:flex;width:100%;-ms-flex-direction:column;flex-direction:column;border-width:0 6px;border-style:solid;border-color:rgba(0,0,0,0);box-sizing:border-box;font-size:14px}#vr-namespace-viralize-wide-wrapper.vr-namespace-dark-mode{font-size:13px}@media screen and (max-width: 414px){#vr-namespace-viralize-wide-wrapper{font-size:12px}#vr-namespace-viralize-wide-wrapper.vr-namespace-dark-mode{font-size:11px}}#vr-namespace-viralize-wide-wrapper.vr-namespace-hidden{overflow:hidden;height:0 !important}#vr-namespace-viralize-wide-wrapper.vr-namespace-hidden #vr-namespace-wrapper{overflow:hidden;height:0 !important}#vr-namespace-viralize-wide-wrapper.vr-namespace-hidden #vr-namespace-responsive{overflow:hidden;height:0 !important}#vr-namespace-viralize-wide-wrapper.vr-namespace-fixed-size #vr-namespace-responsive{padding-top:0;height:100%}#vr-namespace-viralize-wide-wrapper.vr-namespace-fixed-size #vr-namespace-wrapper{min-width:auto !important;-ms-flex-positive:1;flex-grow:1}#vr-namespace-viralize-wide-wrapper.vr-namespace-brand-viralize .vr-namespace-frame-header__credits-logo{-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("+r+");mask-image:url("+r+");-webkit-mask-size:2.85833em .7em;mask-size:2.85833em .7em;width:2.85833em;background-color:#7f7f7f;margin-bottom:0.14em}#vr-namespace-viralize-wide-wrapper.vr-namespace-brand-showheroes .vr-namespace-frame-header__credits-logo{-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("+i+");mask-image:url("+i+");-webkit-mask-size:6.53333em .7em;mask-size:6.53333em .7em;width:6.53333em;background-color:#7f7f7f}#vr-namespace-viralize-wide-wrapper.vr-namespace-dark-mode .vr-namespace-frame-header{color:#f1efed}#vr-namespace-viralize-wide-wrapper.vr-namespace-dark-mode .vr-namespace-frame-footer__disclaimer{color:#f1efed}#vr-namespace-viralize-wide-wrapper.vr-namespace-dark-mode .vr-namespace-frame-header__credits-logo{background-color:#f1efed}#vr-namespace-viralize-wide-wrapper a{color:inherit;text-decoration:none}#vr-namespace-wrapper{position:relative;width:100%}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:27px;font-family:\"Helvetiva Neue\",Helvetica,Arial,sans-serif;font-size:1em;color:#7f7f7f;background-color:rgba(0,0,0,0)}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-header__title{font-size:1em;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-header__title-logo{font-size:1em;height:1em;margin-right:6px}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-header__title-text{font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-header__credits{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-header__credits-text{font-weight:lighter;font-size:.7em;margin-right:4px;white-space:nowrap}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-header__credits-logo{height:.7em;background-position:0 0;background-repeat:no-repeat}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-footer{width:100%;min-height:1.28em;padding-top:.14em;padding-bottom:.14em;background-color:rgba(0,0,0,0)}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-footer__disclaimer{line-height:1;color:#7f7f7f;font-size:1em;font-family:\"Helvetiva Neue\",Helvetica,Arial,sans-serif}#vr-namespace-wrapper #vr-namespace-responsive{display:block;position:relative;width:100%;padding-top:56.25%;height:0;background:#000000}#vr-namespace-loader{box-sizing:border-box;position:absolute;top:50%;left:50%;width:60px;-ms-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg);border-radius:50%;border:2px solid #ccc;border-top-color:#ffffff;-webkit-animation:spinner 1s linear infinite;animation:spinner 1s linear infinite;z-index:0}#vr-namespace-loader:before{display:block;content:'';width:100%;padding-top:100%}@-webkit-keyframes spinner{to{transform:translate(-50%, -50%) rotate(360deg)}}@keyframes spinner{to{transform:translate(-50%, -50%) rotate(360deg)}}.vr-namespace-brand-viralize #vr-namespace-loader{border-top-color:#f06}.vr-namespace-brand-showheroes #vr-namespace-loader{border-top-color:#00ffae}#vr-namespace-close-content:after{content:'\\00d7';position:relative;top:-2px}#vr-namespace-wrapper.vr-namespace-vip #vr-namespace-close-content{position:absolute;cursor:pointer;font:30px/100% arial, sans-serif;font-weight:700;text-decoration:none;z-index:1000000}#vr-namespace-wrapper.vr-namespace-vip .vr-namespace-outer #vr-namespace-close-content{left:30px;top:30px;color:#000;border-radius:8px;background-color:rgba(255,255,255,0.5);text-align:center;line-height:1}#vr-namespace-wrapper.vr-namespace-vip .vr-namespace-inner #vr-namespace-close-content{right:0px;top:0px;color:#fff;padding-top:5px}#vr-namespace-wrapper #vr-namespace-display{position:absolute;top:0;top:0px;left:0px;width:100%;height:100%;overflow:hidden;z-index:1}#vr-namespace-wrapper.vr-namespace-vip{position:fixed;width:25%;height:auto;z-index:10000;border-width:0}#vr-namespace-close-content-container{display:none;height:0}#vr-namespace-wrapper.vr-namespace-vip #vr-namespace-close-content-container.vr-namespace-show-close{z-index:2147483647;display:inline}#vr-namespace-wrapper.vr-namespace-vip .vr-namespace-outer#vr-namespace-close-content-container.vr-namespace-show-close{display:block;width:84px;height:84px;position:absolute;top:-54px;right:-30px;-webkit-tap-highlight-color:transparent}#vr-namespace-close-content{display:none;height:0}#vr-namespace-wrapper.vr-namespace-vip #vr-namespace-close-content-container.vr-namespace-show-close #vr-namespace-close-content{display:block;width:24px;height:24px}@media screen and (min-width: 1025px) and (orientation: landscape){#vr-namespace-wrapper.vr-namespace-vip{width:25%}#vr-namespace-wrapper.vr-namespace-vip.vr-namespace-medium{min-width:400px}#vr-namespace-wrapper.vr-namespace-vip.vr-namespace-large{min-width:535px}#vr-namespace-wrapper.vr-namespace-desktop-bottom-right{bottom:20px;right:20px}#vr-namespace-wrapper.vr-namespace-desktop-bottom-left{bottom:20px;left:20px}#vr-namespace-wrapper.vr-namespace-desktop-top-left{top:20px;left:20px}#vr-namespace-wrapper.vr-namespace-desktop-top-right{top:20px;right:20px}#vr-namespace-wrapper.vr-namespace-desktop-top{top:20px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}#vr-namespace-wrapper.vr-namespace-desktop-bottom{bottom:20px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}}@media screen and (max-width: 1024px) and (orientation: landscape){#vr-namespace-wrapper.vr-namespace-vip{position:fixed;width:50%;min-width:0}#vr-namespace-wrapper.vr-namespace-mobile-landscape-bottom-right{bottom:5px;right:5px}#vr-namespace-wrapper.vr-namespace-mobile-landscape-top-left{top:5px;left:5px}#vr-namespace-wrapper.vr-namespace-mobile-landscape-top-right{top:5px;right:5px}#vr-namespace-wrapper.vr-namespace-mobile-landscape-bottom-left{bottom:5px;left:5px}#vr-namespace-wrapper.vr-namespace-mobile-landscape-top{top:5px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}#vr-namespace-wrapper.vr-namespace-mobile-landscape-bottom{bottom:5px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}}@media screen and (orientation: portrait){#vr-namespace-wrapper.vr-namespace-vip{position:fixed;width:90%;min-width:0}#vr-namespace-wrapper.vr-namespace-mobile-portrait-top{top:0;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}#vr-namespace-wrapper.vr-namespace-mobile-portrait-bottom{bottom:5px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}#vr-namespace-wrapper.vr-namespace-mobile-portrait-top-left{top:0;left:0}#vr-namespace-wrapper.vr-namespace-mobile-portrait-top-right{top:0;right:0}#vr-namespace-wrapper.vr-namespace-mobile-portrait-bottom-left{bottom:5px;left:0}#vr-namespace-wrapper.vr-namespace-mobile-portrait-bottom-right{bottom:5px;right:0}}\n",""]),t.a=a},function(e,t,i){"use strict";t.a="data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDk4IDI0Ij48cGF0aCBkPSJtMTYuNTIgOC4xNi02LjQgMTUuMzZINi44NkwuNDcgOC4xNkg1bDMuNDcgOS4yMkwxMiA4LjE2Wk01OSAwaC00LjI0djIzLjUySDU5Wk0yMiA4LjE2aC00LjMzdjE1LjM2SDIyWk0yMi4zMyAzQTIuNTIgMi41MiAwIDEgMSAxOS44MS40NyAyLjUyIDIuNTIgMCAwIDEgMjIuMzMgM1ptNDMuODIgNS4xNmgtNC4yN3YxNS4zNmg0LjI3Wk02Ni41MyAzQTIuNTIgMi41MiAwIDEgMSA2NCAuNDcgMi41MSAyLjUxIDAgMCAxIDY2LjUzIDNaTTMyLjY1IDcuODlBNS41OCA1LjU4IDAgMCAwIDI4LjIgMTBsLTEuMTQtMS44NGgtMi4zMXYxNS4zNkgyOXYtOC41OGEzLjYyIDMuNjIgMCAwIDEgMy40My0zIDMuNTMgMy41MyAwIDAgMSAyLjI0LjgxbDItMy4zM2E2LjA3IDYuMDcgMCAwIDAtNC4wMi0xLjUzWk01MiA4LjE2djE1LjM2aC0zLjcybC0uMTQtMS4yOEE2LjQ3IDYuNDcgMCAwIDEgNDMuNTMgMjRhNy44NSA3Ljg1IDAgMCAxLTcuNjMtOCA3Ljg1IDcuODUgMCAwIDEgNy42My04IDcuOTQgNy45NCAwIDAgMSA1IDJsMS4wOS0xLjc5Wm0tNC4yOCA3LjcyYTMuNzggMy43OCAwIDEgMC03LjU1IDAgMy43OCAzLjc4IDAgMSAwIDcuNTUgMFptMjYuMjMgNCA3LjQ5LTkuMTRWOC4xNkg2OC4xN3YzLjZoNy4xNGwtNy40MiA5LjA4djIuNjhoMTMuOHYtMy42Wm0yMyAuOTJjLTEuMTEgMS44MS0zLjE5IDMtNi45IDNoLS4yNmE3LjYgNy42IDAgMCAxLTcuNzYtOGMwLTQuMzkgMy03Ljk1IDcuNjYtNy45NWgxLjA3YTcuNjggNy42OCAwIDAgMSA2LjgxIDcuODlWMTdIODYuM2EzLjgxIDMuODEgMCAwIDAgNC4xIDMuMjMgNCA0IDAgMCAwIDMuNTItMS42OVptLTEwLjUyLTYuNDJIOTNhMy4zIDMuMyAwIDAgMC02LjYgMFoiIHN0eWxlPSJmaWxsOiM3ZjdmN2YiLz48L3N2Zz4="},function(e,t,i){"use strict";t.a="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMTUgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIxNSAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTMxIC44aDQuNnYyMi44SDMxdi05LjVoLTguNHY5LjVIMThWLjhoNC42djguN0gzMXptNzkuMSAwaDQuNnYyMi44aC00LjZ2LTkuNWgtOC40djkuNWgtNC42Vi44aDQuNnY4LjdoOC40ek02Mi45IDEyLjFjMCA2LjUtNS4zIDExLjgtMTEuOCAxMS44LTYuNSAwLTExLjgtNS4zLTExLjgtMTEuOEMzOS4zIDUuNiA0NC42LjMgNTEuMS4zYzYuNSAwIDExLjggNS4zIDExLjggMTEuOG0tMTguOSAwYzAgMy45IDMuMiA3LjEgNy4xIDcuMSAzLjkgMCA3LjEtMy4yIDcuMS03LjFDNTguMiA4LjIgNTUgNSA1MS4xIDUgNDcuMiA1IDQ0IDguMiA0NCAxMi4xTTk0IC43IDgzLjUgMjMuNmgtMS4xbC0zLjgtOC40LTMuOCA4LjRoLTEuMUw2My4yLjdoNS4xbDYuMSAxMi45IDItMy45LTQuNC05aDUuMUw4MyAxMy40IDg4LjkuN3ptMzkuOCA0LjZoLTEwdjQuMmg4LjFWMTRoLTguMXY1aDkuOXY0LjVoLTE0LjRWLjdoMTQuNXptNjMuMyAwaC0xMHY0LjJoOC4xVjE0aC04LjF2NWg5Ljl2NC41aC0xNC40Vi43aDE0LjV6bS00Ny44IDE4LjItNC4zLTkuMmgtMi4zdjkuMWgtNC42Vi43aDguNmMzLjggMCA2LjggMy4xIDYuOCA2LjkgMCAyLjgtMS42IDUuMS00IDYuMmw0LjUgOS44aC00Ljd6bS02LjUtMTguM3Y0LjZoNGMxLjMgMCAyLjMtMSAyLjMtMi4zIDAtMS4zLTEtMi4zLTIuMy0yLjNoLTR6bTM2LjkgNi45YzAgNi41LTUuMyAxMS44LTExLjggMTEuOC02LjUgMC0xMS44LTUuMy0xMS44LTExLjggMC02LjUgNS4zLTExLjggMTEuOC0xMS44IDYuNSAwIDExLjggNS4zIDExLjggMTEuOG0tMTkgMGMwIDMuOSAzLjIgNy4xIDcuMSA3LjEgMy45IDAgNy4xLTMuMiA3LjEtNy4xIDAtMy45LTMuMi03LjEtNy4xLTcuMS0zLjkgMC03LjEgMy4yLTcuMSA3LjFNNy45IDkuOWgtMWMtMS4zIDAtMi4zLTEtMi4zLTIuM3MxLTIuMyAyLjMtMi4zaDQuOUwxMi45LjhoLTZDMy4xLjcgMCAzLjggMCA3LjZzMy4xIDYuOSA2LjkgNi45SDhjMS4zIDAgMi4zIDEgMi4zIDIuMyAwIDEuMy0xIDIuMy0yLjMgMi4zSDEuM0wuMiAyMy42aDcuN2MzLjggMCA2LjktMy4xIDYuOS02LjlzLTMuMS02LjgtNi45LTYuOHptMjAwLjIgMEgyMDdjLTEuMyAwLTIuMy0xLTIuMy0yLjNzMS0yLjMgMi4zLTIuM2g0LjlMMjEzIC44aC02Yy0zLjggMC02LjkgMy4xLTYuOSA2LjlzMy4xIDYuOSA2LjkgNi45aDEuMWMxLjMgMCAyLjMgMSAyLjMgMi4zIDAgMS4zLTEgMi4zLTIuMyAyLjNoLTYuNmwtMS4xIDQuNWg3LjdjMy44IDAgNi45LTMuMSA2LjktNi45cy0zLjEtNi45LTYuOS02Ljl6IiBzdHlsZT0iZmlsbDojN2Y3ZjdmIi8+PC9zdmc+"},,,,,,,,,,function(e,t,i){e.exports=i(53)},,,,,,,,,,function(e,t,i){"use strict";i.r(t);var r=i(16),l=i(6),a=i(11),n=i(21),o=i(13),s=i(10),c=i(0),log=i(8),d=i(3),p=i(4),u=i(12),h=i(7),m=i(2),f=i(20),g=i(27);function y(e,t){if(e.matchMedia)return e.matchMedia(t);var i,n,a,r=e.styleMedia||e.media;return r||(i=e.document.createElement("style"),n=e.document.getElementsByTagName("script")[0],a=null,i.type="text/css",i.id="matchmediajs-test",n.parentNode.insertBefore(i,n),a="getComputedStyle"in e&&e.getComputedStyle(i,null)||i.currentStyle,r={matchMedium:function(e){e="@media "+e+"{ #matchmediajs-test { width: 1px; } }";return i.styleSheet?i.styleSheet.cssText=e:i.textContent=e,"1px"===a.width}}),{matches:r.matchMedium(t||"all"),media:t||"all"}}var v="https://showheroes.com",w="https://viralize.com",b="2",I="branded";function C(e,t){var i=Object.assign({dark_mode_color_ui:null,dark_mode_color_frame:null,dark_mode_logo:null,enable_dark_mode:!1},t.environment.zone),t=y(window,"(prefers-color-scheme: dark)").matches,e={uiColor:i.color_ui,fontType:i.font_type,logoUrl:i.logo,frameColor:i.color_frame,frameTitle:i.text_top?i.text_top.text:"",frameTitleUseBrand:!!i.text_top&&i.text_top.style===I,frameShowCredits:!!i.show_credits,frameCreditsUrl:e.get("parent_network",b)===b?v:w,frameDisclaimer:i.text_bottom?i.text_bottom.text:"",frameDisclaimerBranded:!!i.text_bottom&&i.text_bottom.style===I,darkModeEnabled:!1};return t&&i.enable_dark_mode&&(e.uiColor=i.dark_mode_color_ui,e.frameColor=i.dark_mode_color_frame,e.logoUrl=i.dark_mode_logo,(i.dark_mode_color_ui||i.dark_mode_color_frame||i.dark_mode_logo)&&(e.darkModeEnabled=!0)),e}var _=i(1),M=i(18),E=i(19),T=i(31),t=i(23),A=i.n(t),L=i(5);function S(e,t,i){this._enabled=!0,this._wideWrapper=i,this._frameHeader=h.a.create(e,"div"),this._frameHeader.addClass(_.a.classNamePrefix(t,["frame-header"]));i=h.a.create(e,"div");i.addClass(_.a.classNamePrefix(t,["frame-header__title"])),i.appendTo(this._frameHeader.elem),this._frameCustomLogo=h.a.create(e,"img"),this._frameCustomLogo.attr("aria-label","Custom Logo"),this._frameCustomLogo.addClass(_.a.classNamePrefix(t,["frame-header__title-logo"])),this._frameCustomLogo.appendTo(i.elem),this._frameCustomTitle=h.a.create(e,"div"),this._frameCustomTitle.addClass(_.a.classNamePrefix(t,["frame-header__title-text"])),this._frameCustomTitle.appendTo(i.elem),this._frameCredits=h.a.create(e,"a"),this._frameCredits.attr("role","button"),this._frameCredits.attr("aria-label","Credits"),this._frameCredits.addClass(_.a.classNamePrefix(t,["frame-header__credits"])),this._frameCredits.appendTo(this._frameHeader.elem);i=h.a.create(e,"div");i.addClass(_.a.classNamePrefix(t,["frame-header__credits-text"])),i.text("powered by"),i.appendTo(this._frameCredits.elem);i=h.a.create(e,"div");i.addClass(_.a.classNamePrefix(t,["frame-header__credits-logo"])),i.appendTo(this._frameCredits.elem),this._frameFooter=h.a.create(e,"div"),this._frameFooter.addClass(_.a.classNamePrefix(t,["frame-footer"])),this._frameDisclaimer=h.a.create(e,"div"),this._frameDisclaimer.addClass(_.a.classNamePrefix(t,["frame-footer__disclaimer"])),this._frameDisclaimer.appendTo(this._frameFooter.elem)}S.prototype.initDom=function(){this._wideWrapper.insertAdjacentElement("afterbegin",this._frameHeader.elem),this._wideWrapper.insertAdjacentElement("beforeend",this._frameFooter.elem),this._disable()},S.prototype.configure=function(e){e.logoUrl||e.frameTitle||e.frameDisclaimer||e.frameShowCredits?(this._enable(),this._setFrameColor(e.frameColor),this._setTitle(e.frameTitle),e.frameTitleUseBrand&&(this._setTitleColor(e.uiColor),e.fontType&&this._setTitleFontFamily(e.fontType)),this._setLogo(e.logoUrl),this._setDisclaimer(e.frameDisclaimer),e.frameDisclaimerBranded&&(this._setDisclaimerColor(e.uiColor),e.fontType&&this._setDisclaimerFontFamily(e.fontType)),e.frameShowCredits?this._setCreditsLink(e.frameCreditsUrl):this._hideCredits()):this._disable()},S.prototype.vipModeOff=function(){this._enabled&&(this._wideWrapper.style.borderColor=this._frameColor,this._wideWrapper.style.backgroundColor=this._frameColor,this._frameHeader.elem.style.visibility="",this._frameFooter.elem.style.visibility="")},S.prototype.vipModeOn=function(){this._enabled&&(this._frameHeader.elem.style.visibility="hidden",this._frameFooter.elem.style.visibility="hidden",this._wideWrapper.style.borderColor="transparent",this._wideWrapper.style.backgroundColor="transparent")},S.prototype._setFrameColor=function(e){e=e||"transparent";this._frameColor=e,this._wideWrapper.style.borderColor=e,this._wideWrapper.style.backgroundColor=e,this._frameHeader.elem.style.backgroundColor=e,this._frameFooter.elem.style.backgroundColor=e},S.prototype._setTitleFontFamily=function(e){this._frameCustomTitle.elem.style.fontFamily=e},S.prototype._setDisclaimerFontFamily=function(e){this._frameDisclaimer.elem.style.fontFamily=e},S.prototype._setTitle=function(e){this._frameCustomTitle.text(e)},S.prototype._setTitleColor=function(e){this._frameCustomTitle.elem.style.color=e},S.prototype._setDisclaimer=function(e){this._frameDisclaimer.text(e)},S.prototype._setDisclaimerColor=function(e){this._frameDisclaimer.elem.style.color=e},S.prototype._setLogo=function(e){e?this._frameCustomLogo.elem.src=e:this._frameCustomLogo.hide()},S.prototype._hideCredits=function(){this._frameCredits.hide()},S.prototype._setCreditsLink=function(e){this._frameCredits.attr("href",e),this._frameCredits.attr("target","_blank")},S.prototype._disable=function(){this._enabled=!1,this._wideWrapper.style.borderWidth="0px",this._frameHeader.hide(),this._frameFooter.hide()},S.prototype._enable=function(){this._enabled=!0,this._wideWrapper.style.borderWidth="",this._frameHeader.show(),this._frameFooter.show()};var k=S,N=(new log.a("stream"),c.a.inDapIF),x=s.a.MaxInstancesError,j=s.a.DuplicateInjectorError,O=c.a.config,P=c.a.injectorPlayerEmitter,V="always",D="notviewable",R="playing",z="no";function F(){if(this.elements=L.a.findInjectionElem(O),this.script=this.elements.script,null!=this.elements.iframe?this.injectionElem=this.elements.iframe:this.injectionElem=this.script,this.vptId=_.a.getVptId(this.script),this.width=O.get("width",null),this.height=O.get("height",null),this.hasFixedSize=null!=this.width&&null!=this.height,this.displayElement=null,this.wrapperElement=null,this.wideWrapperElement=null,this.cssNamespace="",this.injectorName="display",this.iframe=null,this.suffixId=L.a.generateSuffixId(),this.detectedPlatform=L.a.getDetectedPublishingPlatform(O),this.apiAdapter=L.a.getApiAdapter(O),this.vipModeType=this.getVipModeType(),this.isVip=!1,this.vipPositions=O.get("vip_positions",["desktop-bottom-right","mobile-landscape-bottom-right","mobile-portrait-bottom"]),this.vipSize=O.get("vip_size","large"),this.boundScrollVipCallback=Object(m.a)(this.scrollVipCallback,this),this.additionalPlayerConfig=_.a.getAdditionalPlayerConfig(O,this.vptId),this.haveFixedCid=this.checkIfHaveFixedCid(),this.haveCustomContents=this.checkIfHaveCustomContent(),this.shouldLoadContent=!(this.haveFixedCid||this.haveCustomContents),this.contentList=[],this.customContentList=[],this.contentListIndex=0,this.playlistReloaded=!1,this.sessionCounter=1,this.firstSession=!0,this.config=O,this.autoReplay=O.get("autoreplay"),this.isPlaylistMode=O.get("playlist_mode",!1),this.pluginLoaded=!1,this.closeVipDelay=O.get("close_delay",0),this.showCloseVipTimeoutId=null,this.restartCallbackId=null,this.playlistPluginReadyCallbackId=null,this.changeVideoCallbackId=null,this.thumbClickCallbackId=null,this.startViewabilityCallBackId=null,this.startIABViewabilityCallBackId=null,this.stopViewabilityCallBackId=null,this.stopIABViewabilityCallBackId=null,this.contentPausedCallbackId=null,this.playCallbackId=null,this.playingCallbackId=null,this.adPausedCallbackId=null,this.adResumedCallbackId=null,this.playerReadyCallbackId=null,this.shouldSkipFallbackId=null,this.shouldShowFallbackId=null,this.skipFallback=!1,this.cmpAvailability=null,this.gdprApplies=null,this.consentString=null,this.playingContent=!1,this.cssLoader=null,this.viewability=null,this.haveCustomContents)try{this.fillCustomContentList(this.additionalPlayerConfig)}catch(e){throw _.a.trackRequestEvent("adunit_request_error",a.a.INVALID_VPT_CONFIGURATION),e}}F.prototype.checkIfHaveFixedCid=function(){return null!=O.get("base_query","").match(/^cid=|&cid=|\?cid=/)},F.prototype.checkIfHaveCustomContent=function(){return null!=this.additionalPlayerConfig&&null!=this.additionalPlayerConfig.contents&&0<this.additionalPlayerConfig.contents.length},F.prototype.fillCustomContentList=function(e){var n,a=this;e.contents.forEach(function(e,i){a.customContentList[i]=[],Array.isArray(e.videos)?(n=m.b.isString(e.videos[0]),e.videos.forEach(function(e){var t=m.b.isString(e);if(t!==n)throw new Error("not accepted");t?a.customContentList[i].push({url:e,type:_.a.getMimetype(e),resolution:0,height:0,width:0}):a.customContentList[i].push({url:e.url,type:e.type||_.a.getMimetype(e.url),resolution:e.resolution||0,height:0,width:0})})):m.b.isString(e.videos)?a.customContentList[i].push({url:e.videos,type:_.a.getMimetype(e.videos),resolution:0,height:0,width:0}):a.customContentList[i].push({url:e.videos.url,type:e.videos.type||_.a.getMimetype(e.video.url),resolution:e.videos.resolution||0,height:0,width:0})})},F.prototype.getVipModeType=function(){return Object(l.b)(this.apiAdapter)||this.apiAdapter===l.a.FACEBOOK_INSTANT_ARTICLES?z:O.get("vip_mode")},F.styleValue=function(e){return null===e?"100%":e+"px"},F.prototype.removePlaceholder=function(){var e=_.a.classNamePrefix(this.cssNamespace,["placeholder"]);h.a.remove(this.playerWindow.document,e)},F.prototype.addPlaceholder=function(){var e=_.a.classNamePrefix(this.cssNamespace,["placeholder"]);this.removePlaceholder();var t=this.wrapperElement.elem.cloneNode(!1);t.setAttribute("id",e),t.style.height=F.styleValue(this.wrapperElement.elem.getBoundingClientRect().height),this.wrapperElement.elem.insertAdjacentElement("afterend",t)},F.prototype.disableVip=function(){this.vipModeType!==V&&(this.removePlaceholder(),this.isVip=!1,this.contentFrame.vipModeOff(),this.wrapperElement.removeClass(_.a.classNamePrefix(this.cssNamespace,["vip",this.vipSize].concat(this.vipPositions))),this.enableFixedSize(),-1!==this.closeVipDelay&&(null!=this.showCloseVipTimeoutId&&(clearTimeout(this.showCloseVipTimeoutId),this.showCloseVipTimeoutId=null),this.hideCloseButton()))},F.prototype.enableVip=function(){var e=this;this.addPlaceholder(),this.contentFrame.vipModeOn(),this.disableFixedSize(),this.isVip=!0,this.wrapperElement.addClass(_.a.classNamePrefix(this.cssNamespace,["vip",this.vipSize].concat(this.vipPositions))),-1!==this.closeVipDelay&&this.vipModeType!==V&&(this.showCloseVipTimeoutId=setTimeout(function(){e.showCloseVipTimeoutId=null,e.showCloseButton()},1e3*this.closeVipDelay))},F.prototype.show=function(){this.wideWrapperElement.removeClass(_.a.classNamePrefix(this.cssNamespace,["hidden"]))},F.prototype.hide=function(){this.wideWrapperElement.addClass(_.a.classNamePrefix(this.cssNamespace,["hidden"]))},F.prototype.shouldListenForVipMode=function(){return this.vipModeType!==z&&this.vipModeType!==V},F.prototype.couldStartsWithVipMode=function(){return this.shouldListenForVipMode()&&this.vipModeType!==R},F.prototype.showCloseButton=function(){this.closeContentContainer.addClass(_.a.classNamePrefix(this.cssNamespace,["show-close"]))},F.prototype.hideCloseButton=function(){this.closeContentContainer.removeClass(_.a.classNamePrefix(this.cssNamespace,["show-close"]))},F.prototype.scrollVipCallback=function(){this.isFullyVisible(this.wideWrapperElement.elem,!0)?this.isVip&&this.disableVip():this.isVip||this.enableVip()},F.prototype.pauseContent=function(){this.vipModeType!==D&&(Object(p.b)(this.playerWindow,"scroll",this.boundScrollVipCallback,!0),this.shouldListenForVipMode()&&(this.playCallbackId=P.once("cmd::play",Object(m.a)(this.listenForVipMode,this))))},F.prototype.onAdPaused=function(){this.vipModeType!==D&&(Object(p.b)(this.playerWindow,"scroll",this.boundScrollVipCallback,!0),this.shouldListenForVipMode()&&(this.adResumedCallbackId=P.once("cmd::adResumed",Object(m.a)(this.listenForVipMode,this))))},F.prototype.listenForVipMode=function(){Object(p.b)(this.playerWindow,"scroll",this.boundScrollVipCallback,!0),Object(p.a)(this.playerWindow,"scroll",this.boundScrollVipCallback,!0)},F.prototype.setupCommunication=function(e){var t=this;null!=this.restartCallbackId&&P.off("cmd::restart",this.restartCallbackId),null!=this.playlistPluginReadyCallbackId&&P.off("playlist::playlistPluginReady",this.playlistPluginReadyCallbackId),null!=this.changeVideoCallbackId&&P.off("playlist::changeVideo",this.changeVideoCallbackId),null!=this.thumbClickCallbackId&&P.off("tracker::thumb_click",this.thumbClickCallbackId),null!=this.contentPausedCallbackId&&P.off("cmd::contentPaused",this.contentPausedCallbackId),null!=this.playCallbackId&&P.off("cmd::play",this.playCallbackId),null!=this.playingCallbackId&&P.off("cmd::playing",this.playingCallbackId),null!=this.adPausedCallbackId&&P.off("cmd::adPaused",this.adPausedCallbackId),null!=this.adResumedCallbackId&&P.off("cmd::adResumed",this.adResumedCallbackId),null!=this.playerReadyCallbackId&&P.off("pl::playerReady",this.playerReadyCallbackId),null!=this.firstTimeInViewportCheckBound&&Object(p.b)(e,"scroll",this.firstTimeInViewportCheckBound,!0),null!=this.shouldSkipFallbackId&&P.off("cmd::shouldSkipFallback",this.shouldSkipFallbackId),null!=this.shouldShowFallbackId&&P.off("cmd::shouldShowFallback",this.shouldShowFallbackId),this.restartCallbackId=null,this.playlistPluginReadyCallbackId=null,this.changeVideoCallbackId=null,this.thumbClickCallbackId=null,this.contentPausedCallbackId=null,this.firstTimeInViewportCheckBound=null,this.shouldSkipFallbackId=null,this.shouldShowFallbackId=null,P.once("event::loadPlayerError",Object(m.a)(this.onLoadPlayerError,this)),this.shouldSkipFallbackId=P.once("cmd::shouldSkipFallback",Object(m.a)(this.onShouldSkipFallback,this)),this.shouldShowFallbackId=P.once("cmd::shouldShowFallback",Object(m.a)(this.onShouldShowFallback,this)),this.playingCallbackId=P.on("cmd::playing",function(e){e.isContent?t.playingContent=!0:t.playingContent=!1,t.shouldListenForVipMode()&&(t.boundScrollVipCallback(),t.listenForVipMode()),-1!==t.closeVipDelay&&t.vipModeType===V&&(t.playingContent?t.showCloseVipTimeoutId=setTimeout(function(){t.showCloseVipTimeoutId=null,t.showCloseButton()},1e3*t.closeVipDelay):(t.hideCloseButton(),null!=t.showCloseVipTimeoutId&&(clearTimeout(t.showCloseVipTimeoutId),t.showCloseVipTimeoutId=null)))}),this.restartCallbackId=P.on("cmd::restart",function(e){t.load(!1,e.sound)}),this.shouldLoadContent&&this.isPlaylistMode&&(this.playlistPluginReadyCallbackId=P.on("playlist::playlistPluginReady",function(){1<t.contentList.length&&(P.emit("inj::playlistActive"),P.emit("inj::playlistContents",{contents:t.contentList,currentIndex:t.contentListIndex}))}),this.changeVideoCallbackId=P.on("playlist::changeVideo",function(e){t.contentListIndex=e.index,t.playlistReloaded=!1,t.load(!1,e.sound)}),this.thumbClickCallbackId=P.on("tracker::thumb_click",function(e){_.a.trackUrl(e.url),P.emit("playlist::thumb_click_tracked")}));function i(){t.isFullyVisible(t.wideWrapperElement.elem,!0)&&(t.disableVip(),Object(p.b)(e,"scroll",i))}this.contentPausedCallbackId=P.on("cmd::contentPaused",function(){t.pauseContent(),t.vipModeType!==D&&t.shouldListenForVipMode()&&t.vipModeType!==D&&Object(p.a)(e,"scroll",i)}),this.adPausedCallbackId=P.on("cmd::adPaused",function(){t.playingContent||(t.onAdPaused(),t.shouldListenForVipMode()&&t.vipModeType!==D&&Object(p.a)(e,"scroll",i))}),this.playerReadyCallbackId=P.on("pl::playerReady",function(){t.firstTimeInViewportCheckBound=Object(m.a)(t.firstTimeInViewportCheck,t),Object(p.a)(e,"scroll",t.firstTimeInViewportCheckBound,!0),t.firstTimeInViewportCheck()})},F.prototype.isFullyVisible=function(e,t){var i=e.ownerDocument,n=i.defaultView,a=_.a.getViewportSize(n),r=Math.max(i.body.scrollHeight,i.body.offsetHeight,i.documentElement.clientHeight,i.documentElement.scrollHeight,i.documentElement.offsetHeight),o=n.innerHeight;void 0===o&&(o=i.documentElement.clientHeight);n=e.getBoundingClientRect(),e=n.height,n=Math.floor(n.top),i=(i.documentElement.scrollTop||i.body.scrollTop)+o,e=Math.floor(.5*e);return t?(t=Math.abs(n),n<0?t<e:e<=o-t):r===i||n+e<a.height},F.prototype.firstTimeInViewportCheck=function(){var e=this.vipModeType===V||this.isFullyVisible(this.wideWrapperElement.elem,!1);e&&(Object(p.b)(this.playerWindow,"scroll",this.firstTimeInViewportCheckBound,!0),this.firstTimeInViewportCheckBound=null,P.emit("inj::firstTimeInViewport"))},F.prototype.handleFallback=function(){L.a.unRegister(this);var e="viralize-fallback-"+this.suffixId;h.a.insertHTMLBefore(this.script,e,O.get("fallback_body"))&&(this.wideWrapperElement&&this.hide(),_.a.trackRequestEvent("adunit_response_fallback"),P.emit("inj::fallback"))},F.prototype.enableDarkMode=function(){this.wideWrapperElement.addClass(_.a.classNamePrefix(this.cssNamespace,["dark-mode"]))},F.prototype.enableFixedSize=function(){(this.hasFixedSize||Object(l.b)(this.apiAdapter))&&(this.wideWrapperElement.elem.style.width=F.styleValue(this.width),this.wideWrapperElement.elem.style.height=F.styleValue(this.height),this.wideWrapperElement.addClass(_.a.classNamePrefix(this.cssNamespace,["fixed-size"])))},F.prototype.disableFixedSize=function(){(this.hasFixedSize||Object(l.b)(this.apiAdapter))&&(this.wideWrapperElement.elem.style.width="",this.wideWrapperElement.elem.style.height="",this.wideWrapperElement.removeClass(_.a.classNamePrefix(this.cssNamespace,["fixed-size"])))},F.prototype.setupViewability=function(){var e=this;null!=this.startViewabilityCallBackId&&P.off("cmd::startViewability",this.startViewabilityCallBackId),null!=this.startIABViewabilityCallBackId&&P.off("cmd::startIABViewability",this.startIABViewabilityCallBackId),null!=this.stopViewabilityCallBackId&&P.off("cmd::stopViewability",this.stopViewabilityCallBackId),null!=this.stopIABViewabilityCallBackId&&P.off("cmd::stopIABViewability",this.stopIABViewabilityCallBackId),this.startViewabilityCallBackId=null,this.startIABViewabilityCallBackId=null,this.stopViewabilityCallBackId=null,this.stopIABViewabilityCallBackId=null;this.viewability=E.a.getInstance(this.apiAdapter,this.iframe.elem,this.playerWindow,function(){return o.a.detectiOS()&&e.isVip},function(e){P.emit("inj::viewability",e)});var t=new M.a(this.viewability,function(){P.emit("inj::viewable")});this.startViewabilityCallBackId=P.on("cmd::startViewability",function(){try{e.viewability.start(),P.emit("inj::viewabilityAvailable")}catch(e){P.emit("inj::viewabilityNotAvailable")}}),this.startIABViewabilityCallBackId=P.on("cmd::startIABViewability",function(){try{t.start()}catch(e){}}),this.stopViewabilityCallBackId=P.on("cmd::stopViewability",function(){e.viewability.stop()}),this.stopIABViewabilityCallBackId=P.on("cmd::stopIABViewability",function(){t.stop()})},F.prototype.hasFallback=function(){return!!this.config.get("fallback_body")},F.prototype.canShowFallback=function(){return this.hasFallback()&&!this.skipFallback&&this.firstSession},F.prototype.onLoadPlayerError=function(){this.canShowFallback()&&this.handleFallback(),this.removeInjector()},F.prototype.onShouldSkipFallback=function(){this.skipFallback=!0,this.show(),this.viewability.notifier(),this.couldStartsWithVipMode()&&this.boundScrollVipCallback()},F.prototype.onShouldShowFallback=function(){this.canShowFallback()&&(this.handleFallback(),this.removeInjector())},F.prototype.removeInjector=function(){try{L.a.unsetElementRemovedListener(),this.wideWrapperElement.remove()}catch(e){throw _.a.reportError(e,"removeInjector"),e}},F.prototype.createDom=function(e){var t=this,i=O.get("outer_close_vip",!1),n=e.document;this.contentFrame=null,this.iframe=L.a.createIframe(n,"vr-"+this.suffixId+"-player-iframe");var a=h.a.create(n,"div");a.attr("id",_.a.classNamePrefix(this.cssNamespace,["viralize-wide-wrapper"])),a.addClass(_.a.classNamePrefix(this.cssNamespace,["reset"])),this.wideWrapperElement=a,this.hasFallback()&&this.hide(),this.customizeBranding(a);var r=h.a.create(n,"div");r.attr("id",_.a.classNamePrefix(this.cssNamespace,["wrapper"])),this.wrapperElement=r;var o=h.a.create(n,"div");o.attr("id",_.a.classNamePrefix(this.cssNamespace,["responsive"])),this.responsiveElement=o;var s=h.a.create(n,"div");s.attr("id",_.a.classNamePrefix(this.cssNamespace,["close-content-container"])),i?s.addClass(_.a.classNamePrefix(this.cssNamespace,["outer"])):s.addClass(_.a.classNamePrefix(this.cssNamespace,["inner"])),this.closeContentContainer=s;var l=h.a.create(n,"div");l.attr("id",_.a.classNamePrefix(this.cssNamespace,["close-content"])),l.appendTo(s.elem),this.closeContent=l;var c=h.a.create(n,"div");c.attr("id",_.a.classNamePrefix(this.cssNamespace,["display"])),this.displayElement=c,o.appendTo(r.elem),s.appendTo(r.elem),c.appendTo(r.elem),this.loaderElement=h.a.create(n,"div"),this.loaderElement.attr("id",_.a.classNamePrefix(this.cssNamespace,["loader"])),this.loaderElement.appendTo(r.elem),r.appendTo(a.elem),this.contentFrame=new k(n,this.cssNamespace,a.elem),this.contentFrame.initDom(),this.enableFixedSize(),O.get("color_ui")&&this.setUIColor(O.get("color_ui")),i&&Object(p.a)(s.elem,"click",function(e){e.stopPropagation()}),this.shouldListenForVipMode()?Object(p.a)(l.elem,"click",function(){Object(p.b)(e,"scroll",t.boundScrollVipCallback,!0),t.disableVip(),P.emit("inj::dismiss_vip_mode"),t.pauseContent()}):this.vipModeType===V&&Object(p.a)(l.elem,"click",function(){P.emit("inj::dismiss_vip_mode"),t.pauseContent(),L.a.unRegister(t),a&&a.hide()})},F.prototype.inject=function(){var e,a=this;null!==this.script&&(L.a.markAsInjected(this.script),e=_.a.getCustomCss(this.script)||O.get("custom_style"),this.cssLoader=new n.a(this.suffixId,T.a,e),this.cssNamespace=this.cssLoader.getCssNameNamespace(),L.a.readCMPData(O,function(e,t,i,n){a.cmpAvailability=t,a.gdprApplies=i,a.consentString=n,a.load(!0)}))},F.prototype.getContents=function(e,i){var n=this,t={};this.detectedPlatform&&(t.pub_platform=this.detectedPlatform),this.apiAdapter!==l.a.STANDARD&&(t.inj_api_adapter=this.apiAdapter);var a={page_id:c.a.namespace.pageId||L.a.createPageId(O),screen:_.a.getScreenSize(e),page:_.a.getPageSize(e),viewport:_.a.getViewportSize(e),player_size:this.getPlayerSize()},e=L.a.evaluatePlayerPosition(this.responsiveElement.elem,this.apiAdapter);e&&(a.player_position=e),t.player_session=JSON.stringify(a);a=Object(u.a)();a&&(t.dd=a);t=O.get("scheme")+"://"+O.get("endpoint_host")+"/api/v2/content/?"+O.get("base_query")+"&cs="+this.consentString+"&gdpr="+this.gdprApplies+"&cmp="+this.cmpAvailability+"&"+_.a.urlEncode(t);r.a.get(t,function(e){var t;try{if(0===(t=JSON.parse(e).items).length)return void n.removeInjector();i(t)}catch(e){throw _.a.reportError(e,"ajax.get"),n.removeInjector(),e}},function(){_.a.reportError(new Error("Bad API response"),"badApi"),n.removeInjector()})},F.prototype._inject=function(i){var n,a,r,o=this;if(this.firstSession){try{L.a.register(this.playerWindow,this,this.width,this.height)}catch(e){if(e instanceof x)throw e;return void(e instanceof j&&L.a.replaceInjector(this.script))}this.createDom(this.playerWindow)}function t(){var t=Object(f.a)({width:n.width,height:n.height,blacklistedAds:[],scriptSrc:o.script.src});r=function(e){e.impression.creativity.videos=o.customContentList[o.contentListIndex],o.contentListIndex=(o.contentListIndex+1)%o.customContentList.length},o.shouldLoadContent?(e=o.contentList[o.contentListIndex],o.contentListIndex=(o.contentListIndex+1)%o.contentList.length,s.cid=e.scid):o.firstSession&&(s.gallery_init=!0),o.isPlaylistMode&&(o.playlistReloaded=0===o.contentListIndex),i&&(s.sound="on"),s.cs=o.consentString,s.gdpr=o.gdprApplies,s.cmp=o.cmpAvailability;var e=L.a.createPlayerSrc(o.playerWindow,O,s);o.sessionCounter+=1,_.a.loadPlayerIframe(o.iframe,e,O,o.vptId,function(e){o.firstSession&&L.a.sendDmpData(O.get("scheme")+"://"+O.get("endpoint_host"),e,O.get("dmp_segments"))},function(e){e.extra.alias=o.vptId,null!=o.additionalPlayerConfig&&r(e),t.brandConfig=C(O,e),o.contentFrame.configure(t.brandConfig),t.brandConfig.uiColor&&o.setUIColor(t.brandConfig.uiColor),t.brandConfig.darkModeEnabled&&o.enableDarkMode()},void 0,t,A.a),o.pluginLoaded||(a={"gdpr_consent_?\\d*":o.consentString,gdpr:o.gdprApplies,country:O.get("country")},L.a.addPluginsForNotBlacklisted(O.get("plugins",[]),a,O.get("publisher")),o.pluginLoaded=!0),o.setupViewability(),o.setupCommunication(o.playerWindow),L.a.setElementRemovedListener(o.playerWindow.document.body,o.iframe.elem,function(){throw new Error("Player removed by an external script")}),o.firstSession||o.autoReplay||(o.disableVip(),o.pauseContent())}this.displayElement.elem.innerHTML="",this.iframe.appendTo(this.displayElement.elem),this.playerLocation?this.playerLocation.parentNode.insertBefore(this.wideWrapperElement.elem,this.playerLocation):this.playerWindow.document.body.appendChild(this.wideWrapperElement.elem),this.vipModeType===V&&this.enableVip(),this.cssLoader.loadStyle(this.wideWrapperElement.elem),n=this.getPlayerSize(),"".concat(n.width,"x").concat(n.height),this.script.style.display="none";var e=L.a.evaluatePlayerPosition(this.responsiveElement.elem,this.apiAdapter),s={player_size:n,player_position:e,sessionCounter:this.sessionCounter,pub_platform:this.detectedPlatform};this.apiAdapter!==l.a.STANDARD&&(s.inj_api_adapter=this.apiAdapter),e&&(s.player_position=e);e=this.autoReplay?"onload":"click";this.isPlaylistMode?this.playlistReloaded?s.activation=e:this.firstSession||(s.activation="onload"):this.firstSession||(s.activation=e),this.haveCustomContents&&(s.cid="ext"),this.shouldLoadContent&&0===this.contentList.length?this.getContents(this.playerWindow,function(e){o.contentList=e,t()}):t()},F.prototype.load=function(e,t){var i,n,a,r=this;this.firstSession=e,this.vipModeType===V?(this.setPlayerLocation(e,null,null),this.playerWindow.document.body?this._inject(t):this.playerWindow.MutationObserver?(a=new MutationObserver(function(){r.playerWindow.document.body&&(r._inject(t),a.disconnect())})).observe(this.playerWindow.document.documentElement,{childList:!0}):_.a.onDOMContentLoaded(function(){r._inject(t)},"interactive")):(i=O.get("location",["inline"]),(n=L.a.searchPlayerLocation([i[0]],this.injectionElem,!1)).playerLocation?(this.setPlayerLocation(e,n.playerLocation,n.usedCriteria),this._inject(t)):_.a.onDOMContentLoaded(function(){(n=L.a.searchPlayerLocation(i,r.injectionElem,!0)).playerLocation?r.setPlayerLocation(e,n.playerLocation,n.usedCriteria):(Object(log.b)(new Error('Cannot find the location where to inject player: please check the "location" parameter: '.concat(i))),r.setPlayerLocation(e,null,null)),r._inject(t)}))},F.prototype.setPlayerLocation=function(e,t,i){if(e){var n=this.vipModeType===V,e=N&&this.vipModeType===z&&"inline"===this.selectionCriteria;if(n||e||!t)this.playerWindow=c.c,this.playerLocation=null,this.selectionCriteria=null;else{n=t.ownerDocument.defaultView||t.ownerDocument.parentWindow;if(this.checkPlayerLocationForVipMode(t,n),L.a.isInHead(t)){_.a.trackRequestEvent("adunit_request_error",a.a.SCRIPT_IN_HEAD);e=new Error('You are trying to put the player into the head.Please check the script location or the "location" parameter');throw Object(log.b)(e),e}this.playerLocation=t,this.selectionCriteria=i,this.playerWindow=n}}},F.prototype.checkPlayerLocationForVipMode=function(e,t){N&&this.vipModeType!==z&&t===window&&(this.vipModeType=z,Object(p.b)(t,"scroll",this.boundScrollVipCallback,!0),Object(log.b)(new Error("VIP Mode cannot be enabled: location forced inside an iframe. VIP Mode units must be placed in the top window."))),this.vipModeType!==z&&null!=Object(g.a)(e)&&(this.vipModeType=z,Object(p.b)(t,"scroll",this.boundScrollVipCallback,!0),Object(log.b)(new Error('VIP Mode cannot be enabled: unit is inside an element with "transform" property')))},F.prototype.getPlayerSize=function(){var e=this.responsiveElement.elem.getBoundingClientRect(),t={width:e.width,height:e.height};if(0<t.width&&0<t.height)return t;if(this.hasFixedSize)return t={width:this.width,height:this.height};e=null!==(e=null!==(e=d.a.getAmpAdWindowWithContext())&&void 0!==e?e:d.a.getAmpIframeWindow())&&void 0!==e?e:d.a.getAmpVideoIframeWindow();return t=e?_.a.getViewportSize(e):t},F.prototype.customizeBranding=function(e){var t=_.a.classNamePrefix(this.cssNamespace,["brand-viralize"]),i=_.a.classNamePrefix(this.cssNamespace,["brand-showheroes"]);"2"===O.get("parent_network")?(e.removeClass(t),e.addClass(i)):(e.removeClass(i),e.addClass(t))},F.prototype.setUIColor=function(e){this.closeContent.elem.style.color=e,this.loaderElement.elem.style.borderTopColor=e};s=F,i=i(24);try{Object(i.a)(),(new s).inject()}catch(e){throw _.a.reportError(e,"Display"),e}}]);
        })({"capping_interval": 0, "dmp_segments": "", "color_ui": "#ffffff", "vip_positions": ["desktop-bottom-right", "mobile-portrait-bottom", "mobile-landscape-bottom-right"], "format_family": "gallery", "vip_mode": "no", "plugins": [], "autoreplay": true, "enable_branding": true, "parent_network": "2", "height": null, "sentry": {"dsn": "https://1aec9d790bc84140bb25fdb76f019171@sentry.viralize.com/6", "sample_rate": 0.05}, "capping_count": 0, "is_preview": false, "max_family_instances": 0, "zid": "AAEOhvn5IqbskdfZ", "country": "US", "fallback_body": "<div id=\"traffective-ad-Mobile_Pos3\" style='display: none;' class=\"Mobile_Pos3\"></div>", "reload_to_impressions": 3, "player": {"script": "https://di-j9ffzxea.leasewebultracdn.com/viralize_player_content.min.4526a68f.js?e=lpcdnall", "mobi": false}, "outer_close_vip": false, "content_description_position": "bottom", "experiment": "lpcdnall.leaseweb", "enable_fc_ignore": false, "sid": "01ed197b80ed8c2e5915214c21f6f231", "location": ["inline"], "playlist_mode": true, "is_test": false, "width": null, "show_credits": false, "pub_platform": null, "scheme": "https", "endpoint_host": "ads.viralize.tv", "publisher": "5262", "close_delay": 0, "page_url": "https://prod.berliner-zeitung.de/", "custom_style": "", "enable_content_description": false, "vip_size": "large", "gdpr": null, "base_query": "zid=AAEOhvn5IqbskdfZ&sid=01ed197b80ed8c2e5915214c21f6f231&activation=onview&experiment=lpcdnall.leaseweb&u=https%3A%2F%2Fprod.berliner-zeitung.de%2F&ahd=1"});
        