
        (function(config) {
            !function(n){var i={};function r(e){if(i[e])return i[e].exports;var t=i[e]={i:e,l:!1,exports:{}};return n[e].call(t.exports,t,t.exports,r),t.l=!0,t.exports}r.m=n,r.c=i,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)r.d(n,i,function(e){return t[e]}.bind(null,i));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=45)}([function(e,t,n){"use strict";n.d(t,"c",function(){return u}),n.d(t,"b",function(){return d}),n.d(t,"d",function(){return m});var i,r=n(17),a=n(9),o=n(15),s=n(2);"undefined"!=typeof config&&(i=new r.a(config));var c=window!==window.top&&s.b.canAccessTopWindow(),l=!!window.inGptIF;var p=new o.a,u=null==i?c?window.top:window:(r=(n=i).get("format_family"),o=n.get("enable_intext_animation",!0),n=!(r===a.a.BANNER||r===a.a.STREAM||r===a.a.INTEXT&&!o)||"no"!==n.get("vip_mode","no"),c&&n?window.top:window),d=u.document,m=s.b.getTopAccessibleWindow(window);(s=c?window.top:u).__VR=s.__VR||{},s.__VR.widgets=s.__VR.widgets||[],s.__VR.dataLayers=s.__VR.dataLayers||{},s=s.__VR;t.a={inDapIF:c,inGptIF:l,injectorPlayerEmitter:p,config:i,namespace:s}},function(e,t,n){"use strict";var i={render:function(e,n){var i=e;return Object.keys(n).forEach(function(e){var t=new RegExp("{{"+e+"}}","g");i=i.replace(t,n[e])}),i}},d=i,m=n(16),h=n(14),f=n(9),a=n(0),r="https://polyfill.io/v3/polyfill.js?features=default,es2015,es2016,es2017,es2018,es2019,es5,es6,es7&flags=gated",i="https://polyfill.io/v3/polyfill.min.js?features=default,es2015,es2016,es2017,es2018,es2019,es5,es6,es7&flags=gated",o={player:{debug:[r,"//imasdk.googleapis.com/js/sdkloader/ima3_debug.js"],default:[i,"//imasdk.googleapis.com/js/sdkloader/ima3.js"]},content:{debug:[r],default:[i]},banner:{debug:[r],default:[i]},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"),n=e.get("player.script"),i=e.get("sentry",null),r=e.get("debug",!1),a=e.get("scheme","https"),t=t===f.a.BANNER?o.banner:t===f.a.STREAM?o.content:o.player,t=(r?t.debug:t.default).slice();return i&&t.unshift(o.sentry),t.push(n),t.map(function(e){return n=a,e=t=e,e=/https?:/i.test(window.location.protocol)||/^https?/i.test(t)?e:n+":"+t;var t,n}).map(s).join("")}},c=n(4),v=a.a.injectorPlayerEmitter,l=a.a.config,b={},p={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"};b.urlEncode=function(t){return Object.keys(t).map(function(e){return e+"="+encodeURIComponent(t[e])}).join("&")},b.getViewportSize=function(e){var t="inner",n=e;return"innerWidth"in e||(t="client",n=n.document.documentElement||n.document.body),{width:n[t+"Width"],height:n[t+"Height"]}},b.getScreenSize=function(e){return{width:e.screen.width,height:e.screen.height}},b.getPageSize=function(e){return{width:e.document.body.scrollWidth,height:e.document.body.scrollHeight}},b.setCookie=function(e,t,n){var i=(new Date).valueOf(),r=new Date(864e5+i);r.setHours(0,0,0,0);r=n||r,r=e+"="+t+";path=/;max-age="+Math.floor((r-i)/1e3)+";expires="+r.toUTCString();return a.d.document.cookie=r},b.getCookie=function(e){e=(e=window.encodeURIComponent(e)).replace(/[-.+*]/g,"\\$&"),e=new RegExp("(?:(?:^|.*;)\\s*"+e+"\\s*\\=\\s*([^;]*).*$)|^.*$"),e=a.d.document.cookie.replace(e,"$1");return""!==e?window.decodeURIComponent(e):null},b.deleteCookie=function(e){a.d.document.cookie=e+"=; path=/; expires=Thu, 01 Jan 1970 00:00:01 GMT;"},b.filter=function(e,t){for(var n=[],i=0;i<e.length;i+=1){var r=e[i];t(r)&&n.push(r)}return n},b.classNamePrefix=function(e,t){for(var n=0,i=t.length;n<i;n+=1)t[n]=e+"-"+t[n];return t.join(" ")},b.hashCode=function(e){var t=0;if(0===e.length)return t;for(var n=0,i=e.length;n<i;n+=1){t=(t<<5)-t+e.charCodeAt(n);t|=0}return t},b.pad=function(e,t){for(var n=String(e);n.length<(t||2);)n="0"+n;return n},b.throwException=function(e){setTimeout(function(){throw e},0)},b.getCustomCss=function(e){var t=e.getAttribute("data-custom-style"),n="";return t&&((e=document.getElementById(t))?n=e.innerHTML:this.throwException("Couldn't find the custom style tag "+t)),n},b.onDOMContentLoaded=function(e,t){var n=t||"complete",i=a.d.document;a.d.document.readyState===n||"complete"===a.d.document.readyState?e():Object(c.a)(i,"readystatechange",function(){i.readyState===n&&e()})},b.trackUrl=function(e){var t=new Image;t.onload=function(){},t.onerror=function(){},t.src=e},b.trackRequestEvent=function(e,t){t=t||"ok",t=l.get("scheme")+"://"+l.get("endpoint_host")+"/track/?session_id="+l.get("sid")+"&request_session_id="+l.get("sid")+"&label="+e+"&ver=14&reason="+t+"&type=event&category=request_session";b.trackUrl(t)},b.trackPlayerEvent=function(e,t,n){t=t||"ok",n=n||l,t=n.get("scheme")+"://"+n.get("endpoint_host")+"/track/?session_id="+n.get("sid")+":0&player_session_id=0&label="+e+"&ver=12&reason="+t+"&type=event&category=player_session";b.trackUrl(t)},b.getVPTInstance=function(e){var t=e.get("is_preview"),n=e.get("is_test");return e.get("format_family")===f.a.INSTREAM&&(t||n)?null:a.a.namespace&&a.a.namespace.vptimpl},b.getAdditionalPlayerConfig=function(e,t){var n=null,e=b.getVPTInstance(e);return n=null!=e&&null!=e.getConfig?e.getConfig(t):n},b.loadPlayerIframe=function(r,e,a,o,t,s,n,c,i){var l=a.get("sentry",null),p=a.get("format_family")===f.a.INSTREAM,u=n||v;m.a.get(e,function(e){var t,n,i=r.elem.contentWindow||r.elem;try{t=JSON.parse(e)}catch(e){throw b.reportError(e,"jsonParse"),e}if(t.error)u.emit("event::loadPlayerError");else{if(h.a.constructCMPPostMessageStub(i),s&&s(t),!p)try{n=b.getVPTInstance(a)}catch(e){throw b.reportError(e,"getVPTInstance"),e}u.once("pl::playerReady",function(){b.setupHeavyAdReporting(i,u),null==n||null!=t.extra&&null!=t.extra.session_counter&&1!==t.extra.session_counter||n.emit(n.EVENTS.PLAYER_READY,o,t.environment.zone.format_family)}),i.onPlayerReady?i.onPlayerReady(t,u,n,c):(i.config=t,i.injectorPlayerEmitter=u,i.vpt=n,i.injectorConfig=c)}});i=d.render(i,{scripts:g.getScripts(a),sentryConfig:function(){return l?JSON.stringify({dsn:l.dsn,sampleRate:l.sample_rate}):JSON.stringify(null)}});u.once("cmd::dmp_user_data",function(e){t&&t(e.data)}),b.loadFriendlyIframeWithTemplate(r,i)},b.loadFriendlyIframeWithTemplate=function(e,t){e=e.elem||e,e=e.contentDocument||e.contentWindow.document;e.open("text/html","replace"),e.write(t),e.close()},b.isUrl=function(e){return/(http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-/]))?/.test(e)},b.getFifAbsolutePosition=function(e){for(var t,n,i,r={top:0,left:0},a=e;a!==window.top;)t=a.frameElement.getBoundingClientRect(),n=a.parent.pageYOffset||a.parent.document.documentElement.scrollTop||a.parent.document.body.scrollTop||0,i=a.parent.pageXOffset||a.parent.document.documentElement.scrollLeft||a.parent.document.body.scrollLeft||0,r.top+=t.top+n,r.left+=t.left+i,a=a.parent;return r},b.copyString=function(e){return(" "+e).slice(1)},b.getFileExtension=function(e){return null==e?"":e.split(".").pop()},b.getMimetype=function(e){e=b.getFileExtension(e);return p[e.toLowerCase()]||""},b.setupHeavyAdReporting=function(e,i){var t,r=!1,a=!1;function n(e){for(var t=!1,n=0;n<e.length;n+=1)"HeavyAdIntervention"===e[n].body.id&&(t=!0,b.trackPlayerEvent("player_error","60000"));t&&!a&&(a=!0,l.get("format_family")===f.a.INTEXT?i.emit("cmd::pullup",{adFilled:r,skipped:!1}):i.emit("cmd::remove",{impression:r,skipped:!1}))}e.ReportingObserver&&(i.on("adFilled",function(){r=!0}),t=new e.ReportingObserver(n,{buffered:!0}),e.addEventListener("unload",n),t.observe())},b.getVptId=function(e){var t=l.get("zid");return t=e.hasAttribute("data-alias")?e.getAttribute("data-alias"):t},b.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=b},function(e,t,n){"use strict";n.d(t,"a",function(){return f});var r,i,a,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}},c=0,l={},p=!1,u=window.document;function d(e){delete l[e]}function m(e){if(p)setTimeout(m,0,e);else{var t=l[e];if(t){p=!0;try{!function(e){var t=e.callback,n=e.args;switch(n.length){case 0:t();break;case 1:t(n[0]);break;case 2:t(n[0],n[1]);break;case 3:t(n[0],n[1],n[2]);break;default:t.apply(void 0,n)}}(t)}finally{d(e),p=!1}}}}function h(e){e.source===window&&"string"==typeof e.data&&0===e.data.indexOf(o)&&m(+e.data.slice(o.length))}function f(e,t){return function(){return e.apply(t,Array.prototype.slice.call(arguments))}}r=window.setImmediate?function(e){window.setImmediate(function(){m(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",h,!1):window.attachEvent("onmessage",h),function(e){window.postMessage(o+e,"*")}):window.MessageChannel?((a=new MessageChannel).port1.onmessage=function(e){m(e.data)},function(e){a.port2.postMessage(e)}):u&&"onreadystatechange"in u.createElement("script")?(i=u.documentElement,function(e){var t=u.createElement("script");t.onreadystatechange=function(){m(e),t.onreadystatechange=null,i.removeChild(t),t=null},i.appendChild(t)}):function(e){setTimeout(m,0,e)},s.setImmediate=function(e){var t=e;"function"!=typeof e&&(t=new Function(""+e));for(var n=new Array(arguments.length-1),i=0;i<n.length;i+=1)n[i]=arguments[i+1];return l[c+=1]={callback:t,args:n},r(c),c},s.clearImmediate=d,t.b=s},function(e,t,n){"use strict";var i=n(2),r={getAmpAdContext:function(){var e=r.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=r.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!=r.getAmpIframeWindow()},getAmpIframeWindow:function(){var e=window;try{for(;i.b.canAccessWindow(e);){if(r.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!=r.getAmpAdContext()||null!=r.getAmpVideoIframe()||r.isAmpIframe()}};t.a=r},function(e,t,n){"use strict";n.d(t,"a",function(){return i}),n.d(t,"b",function(){return r});var a=n(13);function i(e,t,n,i){var r=!1;e.addEventListener?(i&&a.a.isPassiveListenersSupported()&&(r={passive:!0}),e.addEventListener(t,n,r)):e.attachEvent&&e.attachEvent("on"+t,n)}function r(e,t,n,i){var r=!1;e.removeEventListener?(i&&a.a.isPassiveListenersSupported()&&(r={passive:!0}),e.removeEventListener(t,n,r)):e.detachEvent&&e.detachEvent("on"+t,n)}},function(e,t,n){"use strict";var r,i,o=n(14),s=n(6),a={AMP:"amp",FACEBOOK_INSTANT_ARTICLES:"fbia",APPLE_NEWS:"an",OEMBED:"oembed"},p=n(11),c=n(10),u=n(0),l=n(3),d=n(12),m=n(7),h=n(2),f=(r=window.CustomEvent?"CustomEvent":"Event",i={bubbles:!1,cancelable:!1,detail:null},function(e,t){var n=document.createEvent(r);return null!==e?g.call(n,e,(t=t||i).bubbles,t.cancelable,t.detail):n.initCustomEvent=g,n});function g(e,t,n,i){this["init"+r](e,t,n,i),"detail"in this||(this.detail=i)}function v(n){var t=!0;try{if(n.sessionStorage.setItem("VR_TEST_SESSIONSTORAGE","test"),"test"!==n.sessionStorage.getItem("VR_TEST_SESSIONSTORAGE"))throw new Error("sessionStorage unavailable")}catch(e){n.VR_sessionStorageFallback=n.VR_sessionStorageFallback||{},t=!1}return t?n.sessionStorage:{setItem:function(e,t){n.VR_sessionStorageFallback[e]=t},getItem:function(e){return n.VR_sessionStorageFallback[e]||null},removeItem:function(e){try{delete n.VR_sessionStorageFallback[e]}catch(e){}},clear:function(){n.VR_sessionStorageFallback={}}}}var b=n(1),w=u.a.inDapIF,y=c.a.MaxInstancesError,A=c.a.DuplicateInjectorError,E="_kxviralize_segs",I="VR-INJECTOR-INSTANCES-MAP",T={},S={};S.findScript=function(e,t){var n=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),i=new RegExp(e,"gi");for(var r,a=null,o=n.length-1;0<=o;--o)if(!(r=n[o]).hasAttribute("data-injected")&&!!(null!==r.getAttribute("data-wid")||i&&i.test(r.getAttribute("src")))){a=n[o];break}return a},S.findIframe=function(){return w?window.frameElement:null},S.generateSuffixId=function(){return Math.random().toString(32).substr(2)},S.markAsInjected=function(e){e.hasAttribute("data-injected")||e.setAttribute("data-injected",!0)},S.register=function(e,t,n,i){n&&i&&this.registerOnSafeFrameApi(e,n,i);var r=v(u.d),a={},o=r.getItem(I),e=(a=null!=o?JSON.parse(o):a)[t.injectorName]||{count:0,instances:{}},n=e.count,i=t.config.get("max_family_instances",0),o=t.config.get("sid");if(0<i&&i<=n)throw new y("Sorry, but the "+t.injectorName+" format can be used at most "+i+" times.");if(e.instances[o])throw new A("Duplicated injector for sid: "+o);e.instances[o]=!0,e.count+=1,a[t.injectorName]=e,r.setItem(I,JSON.stringify(a)),u.a.namespace.widgets.push(t)},S.registerOnSafeFrameApi=function(e,t,n){e.$sf&&e.$sf.ext&&e.$sf.ext.register(t,n)},S.unRegister=function(e){var t,n={},i=v(u.d),r=i.getItem(I),r=(n=null!=r?JSON.parse(r):n)[e.injectorName]||{count:0,instances:{}},a=e.config.get("sid");for(0<r.count&&--r.count,n[e.injectorName]=r,i.setItem(I,JSON.stringify(n)),t=0;t<u.a.namespace.widgets.length;t+=1)u.a.namespace.widgets[t].config.get("sid")===a&&u.a.namespace.widgets.splice(t,1)},S.replaceInjector=function(e){for(var t=e.ownerDocument.createElement("script"),n=e.attributes,i=0;i<n.length;i+=1)"data-injected"!==n[i].nodeName&&t.setAttribute(n[i].nodeName,n[i].value);t.src=t.src+"&cb="+(new Date).getTime();var r=e.parentNode;r.insertBefore(t,e),r.removeChild(e)},S.createIframe=function(e,t,n,i){var n=n?n+"px":"100%",i=i?i+"px":"100%",r={allowfullscreen:!0,webkitallowfullscreen:e.webkitFullscreenEnabled,mozallowfullscreen:e.mozFullScreenEnabled},a=m.a.create(e,"iframe",{id:t,src:"about:blank",scrolling:"no",frameborder:0,marginheight:0,marginwidth:0,allow:"autoplay; fullscreen",width:n,height:i});return Object.keys(r).forEach(function(e){r[e]&&a.attr(e,r[e])}),a.elem.style.width=n,a.elem.style.height=i,a},S.createPageId=function(e){var t,n=S.getApiAdapter(e),i=u.d.navigator||null,r=e.get("publisher"),e=e.get("page_url"),i=i&&i.userAgent||"",i=b.a.hashCode(r+e+i),i=b.a.pad((16777215&i).toString(16),6);function a(){for(var e="",t=(new Date).getTime(),t=b.a.pad(t.toString(16),12),n=0;n<52;n+=1)e+=Math.round(Math.random()).toString();return t+(e=parseInt(e,2).toString(16))}return n===s.a.AMP_AD?(n=l.a.getAmpAdWindowWithContext()).context.computeInMasterFrame(n,"VR-PAGEID-PREFIX",function(e){e(a())},function(e){t=e}):t=a(),t+i+0},S.getDetectedPublishingPlatform=function(e){e=e.get("pub_platform","");return l.a.isInsideAmp()?a.AMP:e},S.getApiAdapter=function(e){if(null!=l.a.getAmpAdContext())return s.a.AMP_AD;if(null!=l.a.getAmpVideoIframe())return s.a.AMP_VIDEO_IFRAME;if(l.a.isAmpIframe())return s.a.AMP_IFRAME;var t=e.get("pub_platform",""),n=s.a.STANDARD;return Object.keys(s.a).forEach(function(e){e=s.a[e];e===t&&(n=e)}),n},S.createSrc=function(e,t,n,i,r,a){var o={},s=Object(d.a)();u.a.namespace.pageId=u.a.namespace.pageId||S.createPageId(r);r=a||{};r.player_size||(r.player_size={width:0,height:0});a={page_id:u.a.namespace.pageId,screen:b.a.getScreenSize(e),page:b.a.getPageSize(e),viewport:b.a.getViewportSize(e),player_size:{width:Math.round(r.player_size.width),height:Math.round(r.player_size.height)},semantic_data:r.semantic_data};return r.player_position&&(a.player_position={top:Math.round(r.player_position.top),left:Math.round(r.player_position.left)}),o.player_session=JSON.stringify(a),e.document.referrer&&(o.r=e.document.referrer),r.cid&&(o.cid=r.cid),r.sound&&(o.sound=r.sound),r.gallery_init&&(o.gallery_init=r.gallery_init),0<r.sessionCounter&&(o.sc=r.sessionCounter),r.pub_platform&&(o.pub_platform=r.pub_platform),r.inj_api_adapter&&(o.inj_api_adapter=r.inj_api_adapter),r.activation&&(o.activation=r.activation),r.cs&&(o.cs=r.cs),null!=r.gdpr&&(o.gdpr=r.gdpr),r.cmp&&(o.cmp=r.cmp),s&&(o.dd=s),t+"/"+n+"/?"+i+"&"+b.a.urlEncode(o)},S.createPlayerSrc=function(e,t,n){var i=t.get("is_preview"),r=t.get("is_test"),r=i?"preview":r?"test":"player",n=n||{};return S.createSrc(e,t.get("scheme")+"://"+t.get("endpoint_host"),r,t.get("base_query"),t,n)},S.findInjectionElem=function(e){var t={script:"",iframe:""},n=e.get("zid"),e=e.get("endpoint_host");return t.iframe=S.findIframe(),t.script=document.currentScript||S.findScript(e,n),null===t.script&&b.a.trackRequestEvent("adunit_request_error",p.a.SCRIPT_NOT_FOUND),t},S.isInHead=function(e){for(var t=e.parentNode;null!=t;){if("head"===t.nodeName.toLowerCase())return!0;t=t.parentNode}return!1},S.setElementRemovedListener=function(e,n,i){this.unsetElementRemovedListener();try{(T=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 n=t;null!=n;){if(e===n)return 1;n=n.parentNode}}(e.removedNodes[t],n)||i()})})).observe(e,{childList:!0,subtree:!0})}catch(e){}},S.unsetElementRemovedListener=function(){T.disconnect&&(T.disconnect(),T={})},S.addPluginsForNotBlacklisted=function(e,t,n){null!=n&&null!={179:!0,358:!0,711:!0}[n]||S.addInjectorPlugins(e,null,t)},S.addInjectorPlugins=function(e,t,i){var n,r="",a=u.d.document;u.d.__vrInjectorPlugins=u.d.__vrInjectorPlugins||{};var o=u.d.__vrInjectorPlugins;function s(e){var n=e;return i&&Object.keys(i).forEach(function(e){var t=new RegExp("{"+e+"}","g"),e=i[e];n=n.replace(t,e)}),n}t&&(r=t+"-"),n=a.createElement("placeholder"),a.body.appendChild(n);for(var c,l,p=0;p<e.length;p+=1)o[e[p].id]||(e[p].src?(c=e[p],l=void 0,(l=a.createElement("script")).setAttribute("id",r+c.id),l.src=s(c.src),l.setAttribute("async",""),a.body.appendChild(l)):e[p].content&&(l=e[p],m.a.insertHTMLBefore(n,r+l.id,s(l.content))),o[e[p].id]=!0);a.body.removeChild(n)},S.getInjectionPoint=function(e,t,n,i,r){var a=e.document,o=m.a.getAll(a,t),s=parseInt((i-n)/r,10)||1;for(var c=[],l=!1,p=i;n<=p;p-=s)if(0<(c=b.a.filter(o,Object(h.a)(function(t){return function(e){return 0!==e.offset().top&&e.text().length>t}}(p),this))).length){l=!0;break}if(l){var u=e.innerHeight;void 0===u&&(u=a.documentElement.clientHeight);a=(c=b.a.filter(c,function(e){return e.offset().top>u})).sort(function(e,t){return e.offset().top-t.offset().top});return a[0]?a[Math.floor(a.length/2)]:null}return null},S.searchPlayerLocation=function(e,t,n){for(var i,r,a=new RegExp(/^id-.*/),o=new RegExp(/^sel-.*/),s=e.length,c={auto:p.a.LOCATION_AUTO_ERROR,inline:p.a.LOCATION_INLINE_ERROR,idSelector:p.a.LOCATION_BY_ID_ERROR,querySelector:p.a.LOCATION_BY_SELECTOR_ERROR},l=0;l<s;l+=1){if("inline"===(i=e[l]))return!n||""!==t&&t||b.a.trackRequestEvent("adunit_request_error",c.inline),{playerLocation:t,usedCriteria:i};if("auto"===i?r=S.getInjectionPoint(u.c,"article p",10,100,20):a.test(i)?(r=function(e){for(var t=window,n=t.document.getElementById(e);null==n&&t!==t.parent&&h.b.canAccessWindow(t.parent);)n=(t=t.parent).document.getElementById(e);return n=null!==n?new m.a(n):n}(i.slice(3)),i="idSelector"):o.test(i)&&(r=function(e){for(var t=window,n=t.document.querySelector(e);null==n&&t!==t.parent&&h.b.canAccessWindow(t.parent);)n=(t=t.parent).document.querySelector(e);return n=null!==n?new m.a(n):n}(window.decodeURIComponent(i.slice(4))),i="querySelector"),r)return{playerLocation:r.elem,usedCriteria:i}}return n&&b.a.trackRequestEvent("adunit_request_error",c[i]),{playerLocation:null,usedCriteria:null}},S.sendDmpData=function(t,e,n){S.readDmpUserSegments("kxviralize_segs",function(e){S.setCookieSyncPixel(t,e)},n),u.a.namespace.dataLayers.dmp=u.a.namespace.dataLayers.dmp||{collected:!1,data:{}},u.a.namespace.dataLayers.dmp.collected||(u.a.namespace.dataLayers.dmp.collected=!0,u.a.namespace.dataLayers.dmp.data=e||{},u.d.dispatchEvent(new(function(e){try{return new e.CustomEvent("?"),e.CustomEvent}catch(e){return f}}(window))("VR-DMP-COLLECT")))},S.readDmpUserSegments=function(n,i,e){function r(e){return e?function(e){for(var t,n,i=e.length,r=0;r<i;r+=1){for(t=e[r],n=r-1;-1<n&&e[n]>t;--n)e[n+1]=e[n];e[n+1]=t}return e}(e.split(",")).join(","):""}var a=r(e),o=function(n){var t=!0;try{if(n.localStorage.setItem("VR_TEST_LOCALSTORAGE","test"),"test"!==n.localStorage.getItem("VR_TEST_LOCALSTORAGE"))throw new Error("localStorage unavailable")}catch(e){n.VR_localStorageFallback=n.VR_localStorageFallback||{},t=!1}return t?n.localStorage:{setItem:function(e,t){n.VR_localStorageFallback[e]=t},getItem:function(e){return n.VR_localStorageFallback[e]||null},removeItem:function(e){try{delete n.VR_localStorageFallback[e]}catch(e){}},clear:function(){n.VR_localStorageFallback={}}}}(u.d),s=o.getItem(E),c=0;setTimeout(function e(){var t;o.getItem(E)!==s?(c+=1,(t=r(o.getItem(n)))!==a?i(t):c<2&&setTimeout(e,250)):setTimeout(e,250)},250)},S.setCookieSyncPixel=function(e,t){t=window.encodeURIComponent(t);b.a.trackUrl(e+"/u-segment/?seg="+t)},S.readCMPData=function(e,r){var a,t=e.get("gdpr");if(t)return a=t.cs||"",void r("",t.cmp,t.gdpr?1:0,a);o.a.readCMPData(e.get("country"),function(e,t,n,i){r(e,t,n,a=i||"")})},S.evaluatePlayerPosition=function(e,t){var n,i=null,r=e.getBoundingClientRect(),e=e.ownerDocument.defaultView;return t===s.a.AMP_AD?i={top:(t=l.a.getAmpAdContext()).initialLayoutRect.top,left:t.initialLayoutRect.left}:e!==window.top?w?((i=b.a.getFifAbsolutePosition(e)).top+=r.top,i.left+=r.left):e.$sf&&e.$sf.ext&&null!=(n=e.$sf.ext.geom())&&null!=n.self&&null!=n.self.t&&null!=n.self.l&&(i={top:n.self.t,left:n.self.l}):(n=e.pageYOffset||e.document.documentElement.scrollTop||e.document.body.scrollTop||0,e=e.pageXOffset||e.document.documentElement.scrollLeft||e.document.body.scrollLeft||0,i={top:r.top+n,left:r.left+e}),i};t.a=S},function(e,t,n){"use strict";n.d(t,"b",function(){return r});var i={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 r(e){return e===i.AMP_AD||e===i.AMP_IFRAME||e===i.AMP_VIDEO_IFRAME||e===i.AMP_VIRALIZE_PLAYER}t.a=i},function(e,t,n){"use strict";function l(e){if(!(this instanceof l))return new l(e);this.elem=e}l.create=function(e,t,n){var i=new l(e.createElement(t));return n&&Object.keys(n).forEach(function(e){i.attr(e,n[e])}),i},l.getAll=function(e,t){for(var n=e.querySelectorAll(t),i=[],r=0;r<n.length;r+=1)i[r]=new l(n[r]);return i},l.remove=function(e,t){t=e.getElementById(t);null!==t&&t.parentNode&&t.parentNode.removeChild(t)},l.insertHTMLBefore=function(e,t,n){if(""===n)return null;var i=e.ownerDocument,t=l.create(i,"ins",{id:t});t.elem.innerHTML=n,e.parentNode.insertBefore(t.elem,e);for(var r=t.elem.getElementsByTagName("script"),a=0;a<r.length;a+=1){for(var o=i.createElement("script"),s=r[a].attributes,c=0;c<s.length;c+=1)o.setAttribute(s[c].nodeName,s[c].value);r[a].innerHTML&&(o.text=r[a].innerHTML),r[a].parentNode.replaceChild(o,r[a])}return this},l.prototype.remove=function(){this.elem.parentNode.removeChild(this.elem)},l.prototype.attr=function(e,t){return this.elem.setAttribute(e,t),this},l.prototype.appendTo=function(e){return e.appendChild(this.elem),this},l.prototype.append=function(e){return e.nextSibling?e.parentNode.insertBefore(this.elem,e.nextSibling):e.parentNode.appendChild(this.elem),this},l.prototype.prepend=function(e){return e.parentNode.insertBefore(this.elem,e),this},l.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)},l.prototype.offset=function(){var e=this.elem.ownerDocument,t=e.defaultView,n=this.elem.getBoundingClientRect(),i=e.body,r=e.documentElement,a=t.pageYOffset||r.scrollTop||i.scrollTop,e=t.pageXOffset||r.scrollLeft||i.scrollLeft,t=r.clientTop||i.clientTop||0,i=r.clientLeft||i.clientLeft||0,t=n.top+a-t,i=n.left+e-i;return{top:Math.round(t),left:Math.round(i)}},l.prototype.hasClass=function(e){return new RegExp(" "+e+" ").test(" "+this.elem.className+" ")},l.prototype.addClass=function(e){return this.hasClass(e)||(this.elem.className+=(this.elem.className.length?" ":"")+e),this},l.prototype.removeClass=function(e){return this.hasClass(e)&&(this.elem.className=this.elem.className.replace(e,"").replace(/\s+$/g,"")),this},l.prototype.hide=function(){return this.elem.style.display="none",this.elem.style.visibility="hidden",this},l.prototype.show=function(){return this.elem.style.visibility="visible",this.elem.style.display="",this},t.a=l},function(e,t,n){"use strict";var i;function r(e,t,n,i){i.unshift(t,n),e.apply(console,i)}function a(e){this.prefix="["+(e||"VR-LOG")+"]",this.sporadicRate=.05}function o(e){var t=console;try{t.error(e)}catch(e){}}n.d(t,"b",function(){return o}),i=!1,a.prototype.debug=function(){i&&r(console.debug,this.prefix,"[DEBUG]",[].slice.call(arguments,0))},a.prototype.info=function(){i&&r(console.info,this.prefix,"[INFO]",[].slice.call(arguments,0))},a.prototype.warn=function(){i&&r(console.warn,this.prefix,"[WARN]",[].slice.call(arguments,0))},a.prototype.error=function(){i&&r(console.error,this.prefix,"[ERROR]",[].slice.call(arguments,0))},a.prototype.sporadic=function(){i&&Math.random()<this.sporadicRate&&this.debug.apply(this,arguments)},t.a=a},function(e,t,n){"use strict";t.a={BANNER:"banner",INSTREAM:"instream",STREAM:"gallery",VIP:"outstream",INTERSTITIAL:"interstitial",INTEXT:"native"}},function(e,t,n){"use strict";function i(e){this.message=e}function r(e){this.message=e}function a(e){this.message=e}function o(e){this.message=e}i.prototype=new Error,r.prototype=new Error,a.prototype=new Error,o.prototype=new Error,t.a={MaxInstancesError:i,DuplicateInjectorError:r,ViewabilityUnavailableError:a,ViewabilityClassNotFoundError:o}},function(e,t,n){"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,n){"use strict";n.d(t,"b",function(){return r});var i=n(2);new(n(8).a)("detectDomain");function r(e){e=e.match(/^https?:\/\/(?:www\.)?([^/:?#]+)(?:[/:?#]|$)/i);return e&&e[1]}t.a=function(){var e,t,n=((t=window.location.ancestorOrigins)&&0<t.length?(Array.from(t),r(t[t.length-1])):null)||(i.b.canAccessTopWindow()?(window.top.location.href,r(window.top.location.href)):null)||(null!=(n=i.b.getTopAccessibleWindow(window))&&null!==(e=n.document)&&void 0!==e&&e.referrer?(n.document.referrer,r(n.document.referrer)):null);return n||null}},function(e,t,n){"use strict";n.d(t,"b",function(){return i});n={};function i(){return void 0!==document.createElement("div").style.transition}n.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},n.detectMobile=function(){return navigator.userAgent.match(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i)},n.detectiOS=function(){return/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream},n.detectAndroidVersion=function(){return navigator.userAgent.toLowerCase().match(/android\s([0-9.]*)/)[1]},n.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=n},function(e,t,n){"use strict";var log=n(8),i={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 p=function(e){return i[e]||!1},r=n(3);function u(e){switch(e){case 1:return"1";case 2:return"2";default:return""}}function d(e){switch(e){case 1:case 2:return"available";default:return"unavailable"}}var l={isPresent:function(){return null!=r.a.getAmpAdContext()&&void 0!==r.a.getAmpAdContext().data.blockOnConsent||null!=r.a.getAmpVideoIframe()||r.a.isAmpIframe()},readCMPData:function(e,o){var s,i,t=p(e),c={consentStringType:0,gdprApplies:t};function l(){null!=s&&(clearTimeout(s),s=null)}function n(r){var a=r.parent;r.addEventListener("message",function e(t){var n,i;null!=s?(i="consent-data",(n=t).source===a&&n.origin!==r.location.origin&&n.data&&"amp"===n.data.sentinel&&n.data.type===i&&(i=Object.assign(c,t.data.consentMetadata),l(),o(u(i.consentStringType),d(t.data.consentPolicyState),i.gdprApplies?1:0,t.data.consentString||""))):window.removeEventListener("message",e)}),a.postMessage({sentinel:"amp",type:"send-consent-data"},"*")}s=setTimeout(function(){l(),s=null,o("","timeout",t?1:0,"")},2e3),r.a.getAmpAdWindowWithContext()?(i=r.a.getAmpAdWindowWithContext()).context.getConsentState(function(){var e=Object.assign(c,i.context.initialConsentMetadata),t=d(i.context.initialConsentState),n=i.context.initialConsentValue||"";null!=s&&(l(),o(u(e.consentStringType),t,e.gdprApplies?1:0,n||""))}):null!=r.a.getAmpVideoIframe()?r.a.getAmpVideoIframe().push(function(e){e.getConsentData(function(e){var t=Object.assign(c,e.consentMetadata);null!=s&&(l(),o(u(t.consentStringType),d(e.consentPolicyState),t.gdprApplies?1:0,e.consentString||""))})}):r.a.isAmpIframe()&&n(r.a.getAmpIframeWindow())},constructCMPPostMessageStub:function(){}},c=n(2),m=n(4);function h(e){for(var i,r,a,t,n,o=window;!i;){try{o.frames.__cmpLocator&&(i=o)}catch(e){}if(o===window.top)break;o=o.parent}var s={};function c(e){try{(t="string"==typeof e.data?JSON.parse(e.data):e.data).__cmpReturn&&(n=t.__cmpReturn,s[n.callId]&&(s[n.callId](n.returnValue,n.success),s[n.callId]=null))}catch(e){}}return e.__cmp=function(e,t,n){i?(r=Math.random().toString(32).substr(2),a={__cmpCall:{command:e,parameter:t,callId:r}},s[r]=n,i.postMessage(a,"*")):n({msg:"CMP not found"},!1)},Object(m.a)(window,"message",c),function(){Object(m.b)(window,"message",c)}}var f={readCMPData:function(a,o){var s,e,t=c.b.canAccessTopWindow(),n=t?window.top:window;t||(e=h(n)),n.__cmp?(s=setTimeout(function(){s=null,e&&e(),o("1","timeout",p(a)?1:0,"")},2e3),function r(){n.__cmp("getConsentData",null,function(e,t){var n,i;null!=s&&(t&&null==e.consentData?setTimeout(r,0):(clearTimeout(s),s=null,e=t?(n="available",i=e.gdprApplies?1:0,e.consentData):(n="error",i=p(a)?1:0,""),o("1",n,i,e)))})}()):o("","unavailable",p(a)?1:0,"")},constructCMPPostMessageStub:h};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 r=o(),a={};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 a[t.callId]&&(a[t.callId](t.returnValue,t.success),a[t.callId]=null)}return e.__tcfapi=function(e,t,n,i){r?(t={__tcfapiCall:{command:e,parameter:i,version:t,callId:i=Math.random()+""}},a[i]=n,r.postMessage(t,"*")):n({msg:"CMP not found"},!1)},Object(m.a)(window,"message",t),function(){Object(m.b)(window,"message",t)}}var v={isPresent:s,readCMPData:function(n,i){var r,e,a,t;function o(){null!=r&&(clearTimeout(r),r=null),e&&e(),a&&(a=null,t.__tcfapi("removeEventListener",2,function(){},a))}s()?(null==(t=c.b.canAccessTopWindow()?window.top:window).__tcfapi&&(e=g(t)),r=setTimeout(function(){o(),i("2","timeout",p(n)?1:0,"")},2e3),t.__tcfapi("addEventListener",2,function(e,t){if(null!=r)return a=e.listenerId,t?t&&"tcloaded"===e.eventStatus?(o(),void i("2","available",e.gdprApplies?1:0,e.tcString)):void(t&&"useractioncomplete"===e.eventStatus&&(o(),i("2","available",e.gdprApplies?1:0,e.tcString))):(o(),void i("2","error",p(n)?1:0,""))})):i("","unavailable",p(n)?1:0,"")},constructCMPPostMessageStub:g};new log.a("CMP");t.a={readCMPData:function(e,a){var o,s=[],c=0;function t(e,t,n,i){var r={tcfVersion:e,cmpAvailability:t,gdprApplies:n,consentString:i};if(s.push(r),!o)return"available"===t||"error"===t?(o=r,void a(e,t,n,i)):void(c===s.length&&(o=s[0],a(o.tcfVersion,o.cmpAvailability,o.gdprApplies,o.consentString)))}l.isPresent()&&(c+=1,l.readCMPData(e,t)),v.isPresent()&&(c+=1,v.readCMPData(e,t)),0===c&&(c+=1,f.readCMPData(e,t))},constructCMPPostMessageStub:function(e){l.isPresent()?l.constructCMPPostMessageStub(e):v.isPresent()?null==e.__tcfapi&&v.constructCMPPostMessageStub(e):null==e.__cmp&&f.constructCMPPostMessageStub(e)}}},function(e,t,n){"use strict";var i=n(2);function r(){this.listeners={}}r.prototype.emit=function(e,t){null!=this.listeners[e]&&this.listeners[e].forEach(function(e){null!=e&&i.b.setImmediate(function(){e(t)})})},r.prototype.emitSync=function(e,t){null!=this.listeners[e]&&this.listeners[e].forEach(function(e){null!=e&&e(t)})},r.prototype.on=function(e,t){return this.listeners[e]?this.listeners[e].push(t):this.listeners[e]=[t],this.listeners[e].length-1},r.prototype.once=function(t,n){var i=this.on(t,function(e){this.listeners[t][i]&&(this.off(t,i),n(e))}.bind(this));return i},r.prototype.off=function(){switch(arguments.length){case 0:this.listeners={};break;case 1:null!=(t=this.listeners)[n=arguments[0]]&&(t[n]=null);break;default:e=this.listeners,t=arguments[0],n=arguments[1],null!=e[t]&&0<=n&&e[t].length>n&&(e[t][n]=null)}var e,t,n},t.a=r},function(e,t,n){"use strict";var i={};function r(e,t,n,i){var r=!0,a=4,o=[200,201,202,204,206,304,1223];var s=function(){try{return new XDomainRequest}catch(e){r=!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),r?(s.onload=function(){n&&n(s.responseText)},s.onprogress=function(){},s.ontimeout=function(){},s.onerror=function(){i&&i()}):s.onreadystatechange=function(){s.readyState===a&&(-1<o.indexOf(s.status)?n&&n(s.responseText):i&&i())},"withCredentials"in s&&(s.withCredentials=!0),t&&s.setRequestHeader("Content-type","application/json"),s.send(t))}i.get=function(e,t,n){return r(e,null,t,n)},i.post=function(e,t,n,i){return r(e,t?JSON.stringify(t):"{}",n,i)},t.a=i},function(e,t,n){"use strict";t.a=function(n){this.get=function(e,t){if(0===arguments.length)return JSON.parse(JSON.stringify(n));1===arguments.length&&(t=null);e=function(e,t){for(var n=t.replace(/\[(\w+)\]/g,".$1").replace(/^\./,"").split("."),i=n.length,r=0;r<i;r+=1){var a=n[r];if(!(a in e))return null;e=e[a]}return e}(n,e);return(e=null==e?t:e)?JSON.parse(JSON.stringify(e)):e}}},function(e,t,n){"use strict";var i=n(10).a.ViewabilityUnavailableError;function r(e,t,n){n=n||2;this.viewability=e,this.callback=t,this.iabViewabilityTimeout=null,this.counter=8,this.loopInterval=n/this.counter*1e3}r.prototype.start=function(){var t=this,n=this.counter;if(this.stop(),this.viewability.isViewabilityUnavailable())throw new i;this.iabViewabilityTimeout=window.setTimeout(function e(){50<=t.viewability.computeViewability().perc?0==--n?t.callback():t.iabViewabilityTimeout=window.setTimeout(e,t.loopInterval):(n=t.counter,t.iabViewabilityTimeout=window.setTimeout(e,t.loopInterval))},t.loopInterval)},r.prototype.stop=function(){window.clearTimeout(this.iabViewabilityTimeout)},t.a=r},function(e,t,n){"use strict";var a=n(6),log=n(8),r=n(3),i=n(10),o=n(2),s=i.a.ViewabilityUnavailableError;function c(e,t,n,i){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=n,this.onViewabilityChange=i}c.prototype.start=function(){if(this.isViewabilityUnavailable())throw new s;this.stop(),this.attachListeners(Object(o.a)(this.notifier,this)),this.notifier()},c.prototype.stop=function(){this.detachListeners()},c.prototype.notifier=function(){this.onViewabilityChange(this.computeViewability())};var l=c;function p(e,t,n,i){l.call(this,e,t,n,i),this.detachViewabilityObserver=null,this.currentViewability=null,this.ampAdContext=r.a.getAmpAdContext(),this.minElementArea=1}((p.prototype=Object.create(l.prototype)).constructor=p).prototype.isViewabilityUnavailable=function(){return!1},p.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},p.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},p.prototype.attachListeners=function(t){var n=this;this.detachViewabilityObserver=this.ampAdContext.observeIntersection(function(e){n.currentViewability=e[e.length-1],t()})},p.prototype.detachListeners=function(){this.detachViewabilityObserver&&this.detachViewabilityObserver()};var u=p;function d(e,t,n,i){l.call(this,e,t,n,i),this.currentIntersectionRatio=0,this.refreshFunctionId=void 0,this.ampVideoIframe=r.a.getAmpVideoIframe(),this.hiddenProperty=function(){for(var e=["hidden","mozHidden","webkitHidden","msHidden","oHidden"],t=null,n=0;n<e.length;n+=1)if((t=e[n])in document)return t;return t}()}((d.prototype=Object.create(l.prototype)).constructor=d).prototype.isViewabilityUnavailable=function(){return!1},d.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))}},d.prototype.attachListeners=function(n){var i=this;this.ampVideoIframe.push(function(e){function t(){e.getIntersection(function(e){i.currentIntersectionRatio=e.intersectionRatio,n()})}t(),i.refreshFunctionId=setInterval(t,250)})},d.prototype.detachListeners=function(){clearInterval(this.refreshFunctionId)},d.prototype.inFocus=function(){var e=this.wnd.document[this.hiddenProperty];return void 0===e||!e};var m=d,h={enters_viewport:1,center_enters_viewport:100,center_exits_viewport:49,exits_viewport:-1};function f(e,t,n,i){l.call(this,e,t,n,i),this.boundListener=Object(o.a)(this.receiveMessage,this),this.callback=null}((f.prototype=Object.create(l.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=h[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){h[e.data]&&(this.wnd.viewabilityPerc=h[e.data],this.callback&&this.callback())};var g=f,v=n(1);function b(e,t){this.callback=null,this.intersectionObserver=null,this.intersectionData=null,this.elem=t,this.wnd=e}b.prototype.start=function(e){var t=this,n={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())},n),this.intersectionObserver.observe(this.elem)},b.prototype.createIntersectionObserverThresholds=function(){for(var e=[],t=0;t<=100;t+=1)e.push(t/100);return e},b.prototype.parseIntersectionData=function(e){e=e[e.length-1];return Math.min(100,Math.round(100*e.intersectionRatio))},b.prototype.stop=function(){this.intersectionObserver&&(this.intersectionObserver.disconnect&&this.intersectionObserver.disconnect(),this.intersectionObserver.unobserve&&this.intersectionObserver.unobserve(this.elem),this.intersectionObserver=null)},b.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=b;var y=function(e,t){var n=(a=e.getBoundingClientRect()).width*a.height,i=Math.ceil(Math.max(0,a.left)),r=Math.ceil(Math.min(t.width,a.right)),e=Math.ceil(Math.max(0,a.top)),a=Math.ceil(Math.min(t.height,a.bottom));return Math.floor((r-i)*(a-e)/n*100)};function A(e,t){this.callback=null,this.viewabilityObserver=null,this.elem=t,this.wnd=e}A.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})},A.prototype.stop=function(){this.viewabilityObserver&&(this.viewabilityObserver.disconnect(),this.viewabilityObserver=null)},A.prototype.computeViewabilityPercentage=function(){var e=v.a.getViewportSize(this.wnd);return y(this.elem,e)};var E=A;function I(e,t){this.callback=null,this.viewabilityLoopTimer=null,this.elem=t,this.wnd=e,this.loopInterval=250}I.prototype.start=function(e){var t=this;this.callback=e,function e(){t.callback(),t.viewabilityLoopTimer=t.wnd.setTimeout(e,t.loopInterval)}()},I.prototype.stop=function(){this.viewabilityLoopTimer&&(this.wnd.clearTimeout(this.viewabilityLoopTimer),this.viewabilityLoopTimer=null)},I.prototype.computeViewabilityPercentage=function(){var e=v.a.getViewportSize(this.wnd);return y(this.elem,e)};var T=I,S=n(4);function R(e,t,n,i){l.call(this,e,t,n,i),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,n=0;n<e.length;n+=1)if((t=e[n])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 E(this.wnd,this.elem):this.viewabilityObserver=new T(this.wnd,this.elem))}((R.prototype=Object.create(l.prototype)).constructor=R).prototype.getElementAncestors=function(){for(var e=[],t=this.elem;t;)e.unshift(t),t=t.parentNode;return e},R.prototype.isViewabilityUnavailable=function(){return!window.IntersectionObserver&&this.isInIframe()},R.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},R.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},R.prototype.computeViewabilityReason=function(e){var t=this.elem,n=v.a.getViewportSize(this.wnd),i=t.getBoundingClientRect(),r=i.width*i.height,a=this.ancestors;if("none"===t.style.display||"hidden"===t.style.visibility)return this.reasons.HIDDEN;for(var o=0;o<a.length;o+=1){var s=a[o].style;if(s&&("none"===s.display||"hidden"===s.visibility))return this.reasons.HIDDEN}return e?i.bottom<=0||i.right<=0||i.top>=n.height||i.left>=n.width?this.reasons.OUT_OF_VIEWPORT:r<this.minElementArea?this.reasons.TOO_SMALL:this.reasons.IN_VIEWPORT:this.reasons.NOT_IN_FOCUS},R.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()},R.prototype.attachListeners=function(e){var t;for(this.callback=e,t=0;t<this.windowEvents.length;t+=1)Object(S.a)(this.wnd,this.windowEvents[t],e,!0);for(t=0;t<this.documentEvents.length;t+=1)Object(S.a)(this.wnd.document,this.documentEvents[t],e,!0);this.viewabilityObserver.start(e)},R.prototype.detachListeners=function(){for(var e=0;e<this.windowEvents.length;e+=1)Object(S.b)(this.wnd,this.windowEvents[e],this.callback,!0);for(e=0;e<this.documentEvents.length;e+=1)Object(S.b)(this.wnd.document,this.documentEvents[e],this.callback,!0);this.viewabilityObserver.stop()};var C=R;new log.a("viewabilityFactory");t.a={getInstance:function(e,t,n,i,r){switch(e){case a.a.FACEBOOK_INSTANT_ARTICLES:return new g(t,n,i,r);case a.a.AMP_VIDEO_IFRAME:return new m(t,n,i,r);case a.a.AMP_AD:return new u(t,n,i,r);default:return new C(t,n,i,r)}}}},function(e,t,n){"use strict";var i=n(0),log=n(8),r=n(3),a=n(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 c(e){if(e===e.top)return!1;for(var t=function(e){for(var t=[],n=e;n&&n!==e.top;)t.push(n),n=n.parent;return t.length,t}(e),n=0;n<t.length;n+=1)if(s(t[n]))return!0;return!1}var l=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(a.b)(t.scriptSrc))||"dev-content.viralize.tv"===e,e={zoneDimensions:{width:t.width,height:t.height},blacklistedAds:t.blacklistedAds,isInsideAmp:r.a.isInsideAmp(),isInsideGpt:i.a.inGptIF,isInsideAdIframe:c(window),isInContentDomain:e};return l.debug(e),e}},function(e,t,n){"use strict";var i=n(1),r=n(7);function a(e,t,n){this.id=e,this.css=i.a.copyString(t),n&&(this.css+=n)}a.prototype.getCssNameNamespace=function(){return"vr-"+this.id},a.prototype.loadStyle=function(e){var t=this.css.replace(new RegExp("namespace","g"),this.id),n=this.getCssNameNamespace(),i=e.ownerDocument;r.a.remove(i,n);i=i.createElement("style");if(i.id=n,e.parentNode.insertBefore(i,e),i.styleSheet)i.styleSheet.disabled||(i.styleSheet.cssText=t);else try{i.innerHTML=t}catch(e){i.innerText=t}},t.a=a},function(e,t,n){"use strict";e.exports=function(n){var c=[];return c.toString=function(){return this.map(function(e){var t=function(e,t){var n=e[1]||"",i=e[3];if(!i)return n;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," */")}(i),t=i.sources.map(function(e){return"/*# sourceURL=".concat(i.sourceRoot||"").concat(e," */")});return[n].concat(t).concat([e]).join("\n")}return[n].join("\n")}(e,n);return e[2]?"@media ".concat(e[2]," {").concat(t,"}"):t}).join("")},c.i=function(e,t,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var r=0;r<this.length;r++){var a=this[r][0];null!=a&&(i[a]=!0)}for(var o=0;o<e.length;o++){var s=[].concat(e[o]);n&&i[s[0]]||(t&&(s[2]?s[2]="".concat(t," and ").concat(s[2]):s[2]=t),c.push(s))}},c}},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,n){"use strict";var r=n(0),p=n(2),i=n(1),u={},a={},o={},d={},m="DELETED";function s(e,t){return e+";"+t+";"+Math.random().toString(32).substr(2)}function c(e,t,n){null!=u[e]&&null!=u[e][t]&&null!=u[e][t][n]&&(u[e][t][n]=m)}function l(e){var t={event:d.EVENTS.ALL,zid:d.ALL_ZID};return p.b.isString(e)?t.event=e:(t.event=e.event||t.event,t.zid=e.zid||t.zid),t}function h(t,n){Object.keys(n).forEach(function(e){t.push(n[e])})}function f(e,t){var n=d.getVrApis(t);if(null!=n)for(var i=0;i<n.length;i+=1)n[i][e]()}d.emit=function(e,t,n,i){var r,a,o,s,c=(r=e,a=t,c=[],o=d.ALL_ZID,s=d.EVENTS.ALL,u[o]&&u[o][s]&&h(c,u[o][s]),a!==o&&u[a]&&u[a][s]&&h(c,u[a][s]),r!==s&&(u[o]&&u[o][r]&&h(c,u[o][r]),u[a]&&u[a][r]&&h(c,u[a][r])),c),l={event:e,zid:t,format:n,data:i,timestamp:(new Date).getTime()};c.forEach(function(e){e!==m&&p.b.setImmediate(function(){e(l)})})},d.on=function(e,t){var n=l(e),i=s(n.zid,n.event);for(u[n.zid]||(u[n.zid]={}),u[n.zid][n.event]||(u[n.zid][n.event]={});null!=u[n.zid][n.event][i];)i=s(n.zid,n.event);return u[n.zid][n.event][i]=t,i},d.once=function(e,t){var n=l(e),i=d.on(n,function(e){u[n.zid][n.event][i]!==m&&(d.off(n,i),t(e))});return i},d.off=function(e,t){var n,i,e=l(e);null!=t?c(e.zid,e.event,t):(n=e.zid,i=e.event,null!=u[n]&&null!=u[n][i]&&Object.keys(u[n][i]).forEach(function(e){c(n,i,e)}))},d.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"},d.ALL_ZID="VPT-ZID::*",d.queue={push:function(e){setTimeout(e,0)}},d.addConfig=function(){var e,t=p.b.isString(arguments[0])?(e=arguments[0],arguments[1]):(e=d.ALL_ZID,arguments[0]);a[e]=t},d.getConfig=function(e){return null!=a[e]?a[e]:a[d.ALL_ZID]},d.addVrApi=function(e,t){return null==o[e]&&(o[e]=[]),o[e].push(t),o[e].length-1},d.removeVrApi=function(e,t){null!=o[e]&&null!=o[e][t]&&(o[e][t]=null)},d.play=function(){f("play",Array.prototype.slice.call(arguments))},d.pause=function(){f("pause",Array.prototype.slice.call(arguments))},d.mute=function(){f("mute",Array.prototype.slice.call(arguments))},d.unmute=function(){f("unmute",Array.prototype.slice.call(arguments))},d.enterFullscreen=function(){f("enterFullscreen",Array.prototype.slice.call(arguments))},d.exitFullscreen=function(){f("exitFullscreen",Array.prototype.slice.call(arguments))},d.showControls=function(){f("showControls",Array.prototype.slice.call(arguments))},d.hideControls=function(){f("hideControls",Array.prototype.slice.call(arguments))},d.getVrApis=function(e){var t,e=0<e.length&&p.b.isString(e[0])?e[0]:d.ALL_ZID;return e!==d.ALL_ZID?t=o[e]:(t=[],Object.keys(o).forEach(function(e){t=t.concat(o[e])})),null==t||0===t.length?[]:i.a.filter(t,function(e){return null!=e})},t.a=function(e){var t,n,i;n=e,i={EVENTS:(t=d).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=p.b.canAccessTopWindow()&&!n?window.top:e).vpt?"[object Array]"===Object.prototype.toString.call(e.vpt.queue)&&(n=e.vpt.queue,e.vpt=i,r.a.namespace.vptimpl=t,n.forEach(function(e){e()})):(e.vpt=i,r.a.namespace.vptimpl=t)}},function(e,t,n){"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,n){"use strict";var i=n(0),r=n(1),a=i.a.config;function o(){this.maxValue=a.get("capping_count");var e,t=a.get("zid"),n=a.get("format_family");t&&0!==this.maxValue&&(this.cookieName="__VR_fc_"+t+"_"+n,this.cookieValue=r.a.getCookie(this.cookieName),this.cookieValue?(e=this.cookieValue.split("-"),this.hits=parseInt(e[0],10),this.expireTime=new Date(parseInt(e[1],10))):(e=(new Date).valueOf(),this.hits=0,this.expireTime=new Date(e+1e3*parseInt(a.get("capping_interval"),10))))}o.prototype.incHits=function(){var e;this.cookieName&&(e=this.hits+1+"-"+this.expireTime.valueOf(),r.a.setCookie(this.cookieName,e,this.expireTime))},o.prototype.reachedCapping=function(){return!!this.cookieName&&(0<this.maxValue&&this.hits>=this.maxValue)},t.a=o},,,,,,,,,,function(e,t,n){"use strict";var i=n(22),r=n.n(i),a=n(25),o=n.n(a),s=n(37),i=n(38),a=n(39),n=n(40),r=r()(!1),s=o()(s.a),i=o()(i.a),a=o()(a.a),n=o()(n.a);r.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-modal{position:fixed;top:0;left:0;width:100%;height:0;overflow:hidden;margin:0 0;z-index:2147483647;background-color:rgba(0,0,0,0.8);float:none}.vr-namespace-modal div{float:none}.vr-namespace-modal.vr-namespace-visible{height:100%}.vr-namespace-wrapper{position:relative;text-align:center;width:100%;height:100%}.vr-namespace-modal>.vr-namespace-wrapper{top:50%;left:50%;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.vr-namespace-modal_inner{height:100%;width:100%;position:absolute;top:0;left:0;right:0;bottom:0}.vr-namespace-modal_inner>img,.vr-namespace-modal_inner>video,.vr-namespace-modal_inner>iframe{width:100%}.vr-namespace-topbar{position:absolute;top:-30px;height:30px;width:100%}.vr-namespace-topbar>div{cursor:pointer}.vr-namespace-logo-wrapper{position:absolute;left:0;height:100%;display:none}.vr-namespace-logo-wrapper.vr-namespace-visible{display:block}.vr-namespace-logo-wrapper .vr-namespace-logo{position:relative;left:0;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);float:left}.vr-namespace-brand-viralize .vr-namespace-logo-wrapper .vr-namespace-logo{-ms-transform:translateY(-59%);transform:translateY(-59%);height:9px;background-position:0 0;background-repeat:no-repeat;background-image:url("+s+");background-size:36.75px 9px;width:36.75px}.vr-namespace-brand-showheroes .vr-namespace-logo-wrapper .vr-namespace-logo{height:9px;background-position:0 0;background-repeat:no-repeat;background-image:url("+i+");background-size:81px 9px;width:81px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){.vr-namespace-brand-viralize .vr-namespace-logo-wrapper .vr-namespace-logo{background-position:0 0;background-repeat:no-repeat;background-image:url("+a+");background-size:36.75px 9px;width:36.75px}.vr-namespace-brand-showheroes .vr-namespace-logo-wrapper .vr-namespace-logo{background-position:0 0;background-repeat:no-repeat;background-image:url("+n+');background-size:80.625px 9px;width:80.625px}}.vr-namespace-logo-wrapper .vr-namespace-logo-text:after{content:\'ads by\'}.vr-namespace-logo-wrapper .vr-namespace-logo-text{color:#fff;font-family:Verdana;font-size:8px;margin-right:4px;float:left;display:inline;position:relative;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.vr-namespace-skip-wrapper{position:absolute;right:0;bottom:0;display:none}.vr-namespace-skip-wrapper.vr-namespace-visible{display:block}.vr-namespace-skip-wrapper .vr-namespace-skip-text{position:relative;color:#fff;font-family:Verdana;font-size:11px;display:inline-block;vertical-align:middle}.vr-namespace-skip-wrapper .vr-namespace-skip{position:relative;float:right;width:20px;height:24px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyYjEwY2YyMi04M2M2LTQ3MjYtYWJhOS1lNjFiMjYwOGM4NzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REJCQzE2ODRCNzdEMTFFNUE2MTA4RjM0Q0FEMjAzNTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REJCQzE2ODNCNzdEMTFFNUE2MTA4RjM0Q0FEMjAzNTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMDkwMzg4MkEwQ0IxMUU1OTIzQUNFMjQwNUI0MUY2OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNkNGQTRFMEEwQ0UxMUU1OTIzQUNFMjQwNUI0MUY2OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkswhYYAAAEESURBVHja1JZNC4JAEIY1qF/WIdESBPug+uVBHTwUGJ0LjW0GtFab2Z0JPDTwHmx3nmd1Fy00xgRD1igYuGzBElJCCkj8A2vV9GPS96/4iJrczKcekIU15sseUlv9RTtmT7qabkklfTjWgRJkkEop2RHwO2RKCTC5QsLBZ/Y8alWcJBXAoz6Pu3WXZCuFuwScBK+fhDjiOL4TQknEcImgldQEvPLBMZJXxRgSMmMTb7dnBRtm9dzpUj0iCs5tcqoVrAk4gmJmT1iJFu7aeFIihSfC0/UlkTQkyiPc6bEnl0q4S3L0CRA+V3xwcskHByedIaf+K1eYrOm/2PsQ/v2/ipcAAwAu28ahz+VyiAAAAABJRU5ErkJggg==");background-size:14px;background-position:right center;background-repeat:no-repeat}.vr-namespace-skip-wrapper:hover .vr-namespace-skip-text{color:#e5e5e5}.vr-namespace-skip-wrapper:hover .vr-namespace-skip{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjA5MDM4N0FBMENCMTFFNTkyM0FDRTI0MDVCNDFGNjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjA5MDM4N0JBMENCMTFFNTkyM0FDRTI0MDVCNDFGNjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMDkwMzg3OEEwQ0IxMUU1OTIzQUNFMjQwNUI0MUY2OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMDkwMzg3OUEwQ0IxMUU1OTIzQUNFMjQwNUI0MUY2OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmS1a6QAAAFqSURBVHjavJVPS8NAEMXTqj0UL4KngBc/UK1/GhX0JmLFj2PPKooeevIf+m30IEERPKtU429hI2Ezs9ko7cJjkmbee9vMzKaRZVk0ztWYmEGapglhAN7BXhzHt3WE4K8TDu3tDvxL1+CNMGcTPkGPpKtA8W3CEZiyPz3BXTAXzULed+G6BYYQO38Qj+xbiFyDXTCqY8KzLUH8A/TFIkPoEc7BdIEgvi4rfiyId8m9V7vIY5LkhfOIL5NzV9mmPhMwC05CxL1zoJiMbN2ajnFXEq8cNMUkChUPmmRrcuG8kvzfdHzibptqa8ZsRHnW+tdZxO43CafC7sXuqmWgiGtFVk20Nt0gnDniRmgFtIWaqCbSoKni+QmrFF40cY8KTXwV4k1Ad5VMise1RiiJB5j8cooGr4T5UPEKkwd4i745MOJrVeJmkTMkmI77cmanNGj74Bk8giWI16GfS2uSWP4LOJj8R39c60eAAQCOvuUglRmN+gAAAABJRU5ErkJggg==")}#vr-namespace-outstream-wrapper.vr-namespace-vip{z-index:2147483647 !important}.vr-namespace-vip{position:fixed;height:0;overflow:hidden;margin:0 0;float:none}.vr-namespace-vip div{float:none}.vr-namespace-vip.vr-namespace-visible{height:auto}.vr-namespace-vip>.vr-namespace-wrapper{padding-bottom:56.25%}.vr-namespace-vip_inner{position:absolute;top:0;left:0;right:0;bottom:0}.vr-namespace-vip_inner>img,.vr-namespace-vip_inner>video,.vr-namespace-vip_inner>iframe{width:100%}.vr-namespace-thumb .vr-namespace-topbar{display:none}@media screen and (min-width: 1025px) and (orientation: landscape){.vr-namespace-vip{width:25%}.vr-namespace-vip.vr-namespace-medium{min-width:400px}.vr-namespace-vip.vr-namespace-large{min-width:535px}.vr-namespace-desktop-top{top:20px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.vr-namespace-desktop-bottom{bottom:20px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.vr-namespace-desktop-top-left{top:20px;left:1%}.vr-namespace-desktop-top-right{top:20px;right:20px}.vr-namespace-desktop-bottom-left{bottom:20px;left:20px}.vr-namespace-desktop-bottom-right{bottom:20px;right:20px}}@media screen and (max-width: 1024px) and (orientation: landscape){.vr-namespace-vip_inner{position:absolute;top:0;left:0;right:0;bottom:0}.vr-namespace-vip{width:50%}.vr-namespace-mobile-landscape-top{top:5px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.vr-namespace-mobile-landscape-bottom{bottom:5px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.vr-namespace-mobile-landscape-top-left{top:5px;left:5px}.vr-namespace-mobile-landscape-top-right{top:5px;right:5px}.vr-namespace-mobile-landscape-bottom-left{bottom:5px;left:5px}.vr-namespace-mobile-landscape-bottom-right{bottom:5px;right:5px}}@media screen and (orientation: portrait){.vr-namespace-vip_inner{position:absolute;top:0;left:0;right:0;bottom:0}.vr-namespace-vip{width:90%}.vr-namespace-mobile-portrait-top{top:5px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.vr-namespace-mobile-portrait-bottom{bottom:5px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.vr-namespace-mobile-portrait-top-left{top:5px;left:5px}.vr-namespace-mobile-portrait-top-right{top:5px;right:5px}.vr-namespace-mobile-portrait-bottom-left{bottom:5px;left:5px}.vr-namespace-mobile-portrait-bottom-right{bottom:5px;right:5px}}.vr-namespace-android-browser-lt-4-4.vr-namespace-mobile-portrait-top .vr-namespace-android-browser-lt-4-4.vr-namespace-mobile-portrait-bottom{-ms-transform:translateX(0%);transform:translateX(0%);margin-left:-37.5%}.vr-namespace-android-browser-lt-4-4.vr-namespace-mobile-landscape-top .vr-namespace-android-browser-lt-4-4.vr-namespace-mobile-landscape-bottom{-ms-transform:translateX(0%);transform:translateX(0%);margin-left:-25%}\n',""]),t.a=r},function(e,t,n){"use strict";t.a="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAMCAQAAABhcZ3kAAAACXBIWXMAAAdhAAAHYQGVw7i2AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAd9JREFUOMulkstLlGEUxn/foJUGhl2IsE20msCiJqtN0F7IFlF/QKs2bdoUbrIgmAKLYoiKMmwVBmGQIX1kNyhDuooTgQnRZSbo68aMUdqvxUzDjI1i9JzNy7k97znPgSmw3i6PGDAjPK8esMaTnraWf4Otqi6bFcU6VRMz58b+8tzkHB3B+1n95wknOM5T/g/WTD/FjHX11hWnMGnkBQDjRmbdbGQEphxwu2N8965Nxr1h3hfuc48fS20ajIxc6EujkvWArQ6T47N9rgBsVsdtBI+qPa5SBbv8gxET5tRJfxUcJS0WqLrIh4466gdVO21xwpxnvKZmXQx4W91trRl1SwVFxrXWu9IBtddGlxhWowBwvo/Ve87xuroLwF71MOBOddA2ddiggiJZUMNJNQ7gxuoUBl5SX7sUzKpphxzyndofA66QYQMHgVOBFZqNl73nAVA3jbrt7CDPtiBbzHlESEg3Sa7GIPjBWWA13+iuVh1McAdIucb1HKt6PW10AHsZs9EGbgFzOcR+njEUpAopy/2ppgAqFlU8S5vNWYYpi2rya1kwbdxPat4vqm6KAQRv6CSkwJcjJARGCHlVnOM5CfrJM0Y7l8uiE4SETDJIWLL7QZoWLvKWDH1sDR78BpRyyIrifBX9AAAAAElFTkSuQmCC"},function(e,t,n){"use strict";t.a="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAAMCAQAAAAtm5AcAAAACXBIWXMAAAdhAAAHYQGVw7i2AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAA9BJREFUSMed1lms3VMUx/Ffq4ait+oWD2iiQYMYS2kMD3VjSAQPFVUlhhivejDkhpgTNKamUpJDaIW2HCEa0qQ8aNQYpyFCI6poUoIiWjVcvfd+PJzd0/+5dRXr//Dfe2UN/+/ea+3/TmK0meaqqTkpSTysZlKSJKaouTdFjNRtiY8sN8t+SaLTc+rOTFyv7pG0xFR1z+owXk3NqKK9Ws2FiVHqbc/+ie4yXugW4yqR9jPLch9ZotvIojtskP+wJHGsO9XUPNh0W2uzHJMkNmJ6CXAt1pTx4b60Rf5wVZJYik8N1wW6iu12VuOlxGSwZ9EvxhOJTu0yKTG/Mv+5tbRX6a3ov3R4kjhlkP/wRI/+MluaxEvY4AV1i4wYGsw434FlHlL3C5iROBlMTbyN14rfeeD4bYC92rZj87FWzeM+x/tJYkbBfNZsb4Lv7VvABqo75mB9aKirm5bET7giFRkCbAH+dHarPD7BDzoSK9BInA4mJob5AG8m2wA7oi3vfLxaaoN+uxrlB6ywT7GYrh8LC9imNu8r8U1za5qKVZhnj2aVtsDu0aVLl7lNMKP8gbsrgY4E5yemgVMLYj1xGjirAja1xHu7DeyKot29BbbceOPdil7bm44+EypZ56BXh1PQV7y7jEhMx2+Os8tm05tbVf1Mc11tHFS/axJHb+6ESpKvcF9iO19gmV18hz4HeB0rDa+AVWXrHpvSAtsijyVm4eO2nFOa3zGoxzoSY30PBnxmRhIjzG413XtGDAE2CRzZlmQVHkgS14AXi/1b4NJi9f/AFhiZuA8ftuU8EUzeGixxgjUtzbSm+Wgn6tbXTGEjLjPGGGP0FLAxNuGmSooDDeCSJLGzdSXgj+X9tR3bwA4o8ZZso8eWOtjPuChJXIw/7VuxuQeb7L51jyWJHRztXO8MWg5rmgGHODwW41fHF/1Y72KDzjK/A/SabBPoaUX9b4fHi4l78bFhiU4b8LrdisXJerH47w6PSpwLsD6O0KNHjycx4NAhwSZYjz6L3GCOb8HMVrCxfsWTiUVYb/S/AptTcvforIDt5XeckSRmgrVmu9Hz+rHehALW3/K+Lkmc43KX67YSy2JupVYf/ccf9EmtgoN+t7et01wDDklMxP0V/b/7QR+0BSzxKN4oHrcbqNitK7ej9h7bmNjJ7615r+PiaQ0NDYtdVC4myzWcVsJO0/BK6yM73WWFdVaZ56hBBTDeY2X0lL0r+kM1NJoHeuIhDbclOrzW9owrV6obSqyGhv2Lz1HmWWWdFe5qlf7ENu+XExOtttpqKy10WPIXcU/0YOLZGWgAAAAASUVORK5CYII="},function(e,t,n){"use strict";t.a="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAAAYCAQAAACrFeAiAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAA5RJREFUWMPVll1oVEcUx88mbUw0YmI+LDY0cUURTUELjagolpKGIGnFiC+tYgRL/cYPCmqRVn1Y8aP2ra190DZS+qC1D0ZbQSQiFCJI8Qu1m6oYfFDUojFWSX4+7Lln5272rrm6K/XMyz3/uXPm/O6dMzMiAzDGs5EWBskLGtNRU38Ea1lFheTemEwPAO3kZxOCCroA6KI89xA/elMzNasQqyzuytxD7LPJpmcVYqXFXZ17iHd4oMspL6sQZVwF4DqVL6MqRrOGBTko7DKWsZQyeZUsFeL/klYe5RS9TAiKqCbK635xNnFtUUeNmtpEo/esG26cOPUi1HKQHqCXDuYT0ZEN7KeTHq7xM40iImziNH+lqYk3bY5RIhwxL7Ut0sjFfME5DfCII3yQTHcwd7TjKwdii2q3KWKub+qZAFzhYx7j2loRKvkDvx2nkSc21g9RbW+NFeEsQbZaRIR39VRxbS8FXsK7VPrH233I57pq20XSQqTaXSp5g3hgIi8CsUSEWu6n7ftNVwBj6FPpPVsSCetl9DMhEv9jORHaHfUBD0NC7OGY0+5Z358UkmeIF2mmhsnO2bXC+xe/q7BP/V/UbxPJCNHKWCKMI0Y+zaaeZ5oIedRzaeAQvjptold7bjBShDnq3UyeKHxvWmFC+Mi+31ARynik/qyMEK2+idvsWxWbVsW/4SEYb6N6qBMRoVX9rc5bNTa6wauBayosEmGFPncmaiQQYpwTMmLLZ6EvoS/DQjCcK6Z/otpl9U/ynbU99tZGb+gGFdpFOKPPn2tfAIQv2RILOdGnfxgOgtec/W2bqffIZDu91yp1CfUxz35l+XNB1Pn0uSEhdpt2OHnx525GiG+S0+1XyVuPewMSSQ+RXE6bfPoPYSBoMeUCw5woF1Xd8KzjfGoKX10YCKewu6k1bYbtMgOAYIptKHcY44v9rVVpie9WUdUf44yD0BG4JIIg5tjYbtYziTq20B3inKjipvmfESXKW5RSSinFTLKT7BQTdL73ucqtxMXGTWOxA9ESGiLCiUwLNzMEBXQEDj3kLkt6iXPabhR9bPanMcQK6LZ7Mx0YhAgjnM0xLERVBv5DIhRyPKB3fmoau5M3pvAQIlRYZXh2lM5sQIhQwA7+S+npoql/EqOIESNGtU99W9WYlpPjpQGp5yf+5jG3aKOZCJ86Y2t8kUo8j3KG2XP/tsBiV7OOXzlFOwf4mgbvDvsUoNNzyqmc3okAAAAASUVORK5CYII="},function(e,t,n){"use strict";t.a="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANcAAAAYCAQAAADDyqBfAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAB1VJREFUaN7FWntQVkUUX3wgoUK+zRSVlErFMiVfNM5YjOU44jR8OU7MmORgpmal5Whj0wMJHZUUbYYs84lmWhNZ+SKlnCafSYkZqWkTomYpGqiI/Prj23vu7t7d+10ugbt/feecPXv2/u49+9uzH2PU0Ba90Z96vKCxZF2Z0swarm+PNCzAGuQhG9PQw6EfhgDv3AOSSRKl9RhF+jFc0pfH4PTu0GAojXb2x8hqlKIZg8H6aIS5euAFZCMPa7AAE9BeaxPrMnsAdyjWEbhPwOMhWxGGp7AfNRDbDmGg1XIdARg1jGEICnALcitCCsIEm+mk2cIlK0gyW7vk2aRfzSWl/He+w9ahQT7M7aBjnNhu4BPEaSMKQwA/Kda3sAuDHJbpcGudBMvB2IrrkvZnSxWOPM3g1+oCF5pjnTGsvehMdi3wNy3wfsYYwz24ySVliHDMF4Eyrq2xvv8GggsArmKkY44u+N5gXYO1iPQDF+Yqnw4ALGeO91lsj/iHC51w2DWws0gg2wySfsQlq0kyyTHfJNJ9bQal3uACKtBXmiGBXh99OyR9M57gwota7digMlGrvIZmfuFC8xBgAcAFdOPWHXCNy6oQwxhjuBfVXFKCxtJsjVFCHobfFriA3YL/7vgr5EoP2V+YF7jQhZ6H3DoGXdhJax/SaNsb4W2H0sK1XpjkEuYhAVGIRC/MwBlBcwRNuX0uyZZwyQaSpEizpTgfrU+4TrpSDWvcMdron8Ypmrsnt2oq7VjFmIyeiEBrJOJdVAqaNRq40k1UA28JHm2rZMvFH1x5Bs2NrKcWcGGIEOg2tFF2nmWC9nkujSNCUoF2jDGGPiQ5II0/oKQG/3AddGV5pZqXIp7mfpZLpgq71FwlD8Rgv6Ad6ICrk3HuvdzicvBZqGqLf+S5hF8buAoEsJpofC0k/TmEc9mnJHubSzZrkt5wkp0SH07DwMUYroiMFeE4T/FM1/gQt4QdtYDrlDPpiupzFlFEo7rDhQ70XVySvyxh/ymiUUlEW632D1oyxhj6ETfaTiO3k9VUd1Dq5evqS7NPYYwxjKDfXxm8xKGKW1TzrOEFriKiYxE69RfkYhUeRHeZeiqg7MMspatwpZFknjEgewfKIdl3JHuFS74hST8OoNUuKvTY3mnU6MqNcP2pWE4xeLT2rlRh70pgjDEsp9+DjCu1Oe4zClzzlPk7asZ8jgGIRbTp4VmtFDlBjuaAy9wsuObLi9IuIpIS8E6SjRZIfgRjaI3LJNmg0I83Dd+CuYVmhqWePf7AbXZRvGHGlY6hUVkhmGF/GjPCobuEdVRjQhh2a88X43zBtZYk0S7J5oTFfUjSCL+Ipy1kCr6rEYtYIveV6hbcoHBVYRi3OcYlhS7r7CWzQy9wMYZtGn01ZlnqdsJuIpZRkn3AtZEkkS7LsKApEWQTaeQJ3IWr8oleSD3vGXea+oerCqlk8xuXFbiss6eSIbzB1QZHtTYv26WgbNxwqM8Ft/1awbWYJL2Mi2iCf7nNHkHaDGdprFqBq6RzTLWmkNtQcB0VKxootF4uF7iSaOwi73AxhiisoGwiVi3tteNOpGAmsvA+EVYqAtnvCGKVrsI1jSQzjIuwCflKQ/HW3Da78LgCR3Tn68oMEUCATqZFUnF6FcUUZ/STLXNZL8xQqEVOwiLkYgsqaNRSnWE8UYFNtSbyPUhyWktE5dwckOSthBcl2L50wDXQ5eH+/0Q+X6nhPS7YjCXpCoOXdgJdiq0tXIKfPgTYcb2BRav3+jgm2/vgMq3viQKdaanoFkvQXEErpfpYGPrh1gNcLXCR/94lJSw7QY/U+GiEzyjuH70fk7XxWGWESv39TYlc9a4VXOLBYKFcmmEME4U9MsPhLYYOlgCQzRhSJbhG3Q64GMMbWkrwjnCxMtpx0bNWiPvJOsK1wzpxOlXNBBKd6QOuMKp6WdeRkZxgDJcoapnuflZY5E10YwxNaecAivUnnAaAqy2lo42CVTRVhIAafIzBwboQojGejipSTvCZDMdShWcPYwxbcVLoNwQqH++rIt9Z4HgAcB0ncIzYoMVyhmpDe4BC28AlM2nMBG8P1/cFSr7LuCWU+LoL/hMVPl2Oo/hdyhBAKe72doFCVnNwUOinBZPJDFEayhhsH/i+nkzABVd+d108hBuIyAB6h8v5ssNvI1xdCYQcaYZxmgOQfK83wOv1pGb3l9uvCGd4wqD81v6rh4/L/244YoyrTP9l8ZGPOk5kiwAAr3pNXfUBl1DLq1AuhRKFlKi2w/JfjrzAhdaO/7dYldLe8oYpvv0L/N8m0+XdZM1CKpAR8j9Fh2RSgRhUodxc1GoguPpQmn5dmSUamcLZyH4pn1MvkDzBlaxVFgaPAgzTkSt1zd+uSJfqeCBGDb8TSkIOdqIYx1GIDxFQqbvh+1oskwq8hDQX+/k8himhNRiPLGMfT1apSEc60pU79TncW4YmhpYIYCUKcRzF2ImlSLLuyiWrh11mzyJisUnq65GJRMvDf6z0WdiSy4zpAAAAAElFTkSuQmCC"},,,,,function(e,t,n){e.exports=n(56)},,,,,,,,,,,function(e,t,n){"use strict";n.r(t);var c=n(1),l=n(6),i=n(9),p=n(21),a=n(13),r=n(10),o=n(26),u=n(0),s=n(4),d=n(7),m=n(2),h=n(20),f=n(18),g=n(19),v=n(36),t=n(23),b=n.n(t),w=n(5),y=r.a.MaxInstancesError,A=r.a.DuplicateInjectorError,E=u.a.config,I=u.a.injectorPlayerEmitter,T=["16/9","9/16"],S=["16/9","1/1"];function R(){this.slots={},this.cssNamespace="",this.script=null,this.vptId=null,this.iframe=null,this.isPreview=E.get("is_preview"),this.frequencyCappingManager=new o.a,this.injectorName="outstream",this.ratio=16/9,this.ratioCategory="16/9",this.isVip=E.get("format_family")===i.a.VIP,this.suffixId=w.a.generateSuffixId(),this.detectedPlatform=w.a.getDetectedPublishingPlatform(E),this.apiAdapter=w.a.getApiAdapter(E),this.config=E,this.logoWrapper=null,this.sessionCounter=1,this.modal=null,this.modalShown=!1,this.reloadToImpressions=E.get("reload_to_impressions",null),this.failedLoops=0,this.successLoops=0,this.cssLoader=null,this.width=E.get("width"),this.height=E.get("height")}R.createModal=function(e){var t=d.a.create(u.b,"div",{tabindex:"-1",role:"dialog","aria-labelledby":"modal-label","aria-hidden":"true"});return t.attr("id",c.a.classNamePrefix(e,["outstream-wrapper"])),t.addClass(c.a.classNamePrefix(e,["outstream","reset"])),t},R.createInterstitial=function(e){var t=this.createModal(e);return t.addClass(c.a.classNamePrefix(e,["modal"])),t},R.createVip=function(e,t,n){var i=a.a.detectMobile(),r=this.createModal(e),t=["vip",n].concat(t);return i&&"Android"===i[0]&&parseFloat(a.a.detectAndroidVersion())<4.4&&t.push("android-browser-lt-4-4"),r.addClass(c.a.classNamePrefix(e,t)),r},R.prototype.setupCommunication=function(){var t=this,n=this.isVip?S:T;I.on("cmd::showmodal",function(e){-1!==n.indexOf(e.category)&&(t.ratio=e.value,t.ratioCategory=e.category),t.showModal()}),I.on("cmd::showtopbar",function(){t.isVip||(t.innerElement.elem.style["margin-bottom"]="0px",t.topBar.appendTo(t.innerElement.elem))}),I.on("cmd::showskip",function(){t.isVip||t.skipWrapper.addClass(c.a.classNamePrefix(t.cssNamespace,["visible"]))}),I.on("cmd::showbranding",function(){t.isVip||null===t.logoWrapper||t.logoWrapper.addClass(c.a.classNamePrefix(t.cssNamespace,["visible"]))}),I.on("cmd::hidemodal",function(){t.hideModal()}),I.on("cmd::remove",function(e){return w.a.unsetElementRemovedListener(),t.removeModal(),t.isVip&&null!=t.reloadToImpressions?(e.impression?(t.successLoops+=1,t.failedLoops=0):t.failedLoops+=1,void(t.failedLoops<3&&t.successLoops<t.reloadToImpressions&&!e.skipped?(0===t.failedLoops&&c.a.trackPlayerEvent("ad_opportunity"),t.start()):(t.sendVPTEnd(),0===t.successLoops&&t.handleFallback()))):(t.sendVPTEnd(),void(e.impression||t.handleFallback()))}),1===this.sessionCounter&&I.once("pl::playerActivated",function(){c.a.trackPlayerEvent("ad_opportunity")}),Object(s.b)(this.skipWrapper.elem,"click",this.skipCallback),Object(s.a)(this.skipWrapper.elem,"click",this.skipCallback)},R.prototype.skipCallback=function(){I.emit("inj::close")},R.prototype.handleFallback=function(){w.a.unRegister(this);var e="viralize-fallback-"+this.suffixId,e=d.a.insertHTMLBefore(this.script,e,E.get("fallback_body"));this.wrapperElement&&this.wrapperElement.hide(),e&&(c.a.trackRequestEvent("adunit_response_fallback"),I.emit("inj::fallback"))},R.prototype.sendVPTCollapse=function(){u.a.namespace.vptimpl&&u.a.namespace.vptimpl.emit(u.a.namespace.vptimpl.EVENTS.COLLAPSE,this.vptId,E.get("format_family"))},R.prototype.sendVPTEnd=function(){u.a.namespace.vptimpl&&u.a.namespace.vptimpl.emit(u.a.namespace.vptimpl.EVENTS.END,this.vptId,E.get("format_family"))},R.prototype.getComputedSize=function(e,t){var n=e.width,e=e.height,n=Math.min(e,n/t);return{width:(n-=15*n/100)*t,height:n}},R.prototype.shouldResize=function(){return!this.isVip||!this.width||!this.height},R.prototype.resizeModal=function(){this.isVip?this.resizeModalVIP():this.resizeModalInterstitial()},R.prototype.resizeModalVIP=function(){this.wrapperElement.elem.style["padding-bottom"]=1/this.ratio*100+"%"},R.prototype.resizeModalInterstitial=function(){var e=this.getComputedSize(c.a.getViewportSize(u.c),this.ratio);this.wrapperElement.elem.style["max-width"]=e.width+"px",this.wrapperElement.elem.style["max-height"]=e.height+"px",this.iframe&&(this.iframe.elem.style.width=e.width+"px",this.iframe.elem.style.height=e.height+"px")},R.prototype.showModal=function(){this.frequencyCappingManager.incHits(),this.modal.addClass(c.a.classNamePrefix(this.cssNamespace,["visible"])),this.shouldResize()&&(this.resizeModal(),Object(s.a)(u.c,"orientationchange",Object(m.a)(this.resizeModal,this)),Object(s.a)(u.c,"resize",Object(m.a)(this.resizeModal,this))),this.modalShown=!0,I.emit("inj::modalshown")},R.prototype.hideModal=function(){this.shouldResize()&&(Object(s.b)(u.c,"orientationchange",Object(m.a)(this.resizeModal,this)),Object(s.b)(u.c,"resize",Object(m.a)(this.resizeModal,this))),this.modal.removeClass(c.a.classNamePrefix(this.cssNamespace,["visible"])),this.modalShown&&this.sendVPTCollapse(),this.modalShown=!1,I.emit("inj::modalhidden")},R.prototype.removeModal=function(){this.modal.remove()},R.prototype.setupViewability=function(){var e=g.a.getInstance(this.apiAdapter,this.iframe.elem,u.c,function(){return a.a.detectiOS()},function(e){I.emit("inj::viewability",e),I.emit("inj::ready")}),t=new f.a(e,function(){I.emit("inj::viewable")});I.on("cmd::startViewability",function(){try{e.start(),I.emit("inj::viewabilityAvailable")}catch(e){I.emit("inj::viewabilityNotAvailable"),I.emit("inj::ready")}}),I.on("cmd::startIABViewability",function(){try{t.start()}catch(e){}}),I.on("cmd::stopViewability",function(){e.stop()}),I.on("cmd::stopIABViewability",function(){t.stop()})},R.prototype.inject=function(){var e=this,t=w.a.findInjectionElem(E).script;if(null!==(this.script=t)){this.vptId=c.a.getVptId(this.script),w.a.markAsInjected(t);var n=E.get("enable_fc_ignore");if(!this.isPreview&&!n&&this.frequencyCappingManager.reachedCapping())return c.a.trackRequestEvent("adunit_request_cap"),void this.handleFallback();var i=c.a.getCustomCss(t)||E.get("custom_style");this.cssLoader=new p.a(this.suffixId,v.a,i);var r=this.cssLoader.getCssNameNamespace();this.cssNamespace=r;var a=E.get("vip_positions",["desktop-bottom-right","mobile-landscape-bottom-right","mobile-portrait-bottom"]),o=this.isVip?R.createVip(r,a,E.get("vip_size","large")):R.createInterstitial(r);this.modal=o;n=d.a.create(u.b,"div");(this.wrapperElement=n).addClass(c.a.classNamePrefix(r,["outstream","wrapper"])),n.appendTo(o.elem);t=d.a.create(u.b,"div");this.innerElement=t;i=["outstream","modal_inner"];this.isVip&&(i.pop(),i.push("vip_inner")),t.addClass(c.a.classNamePrefix(r,i)),t.appendTo(n.elem);a=d.a.create(u.b,"div");(this.topBar=a).addClass(c.a.classNamePrefix(r,["outstream","topbar"]));o=d.a.create(u.b,"div");(this.skipWrapper=o).addClass(c.a.classNamePrefix(r,["outstream","skip-wrapper"]));i=d.a.create(u.b,"div");(this.skipText=i).addClass(c.a.classNamePrefix(r,["outstream","skip-text"])),i.text(E.get("skip_text")),i.appendTo(o.elem);i=d.a.create(u.b,"div");(this.skip=i).addClass(c.a.classNamePrefix(r,["outstream","skip"])),i.appendTo(o.elem),o.appendTo(a.elem),E.get("enable_branding",!0)&&this.customizeBranding(n,r,a);var s,a=this.getComputedSize(c.a.getViewportSize(u.c),this.ratio),a=w.a.createIframe(u.b,"viralize-player-iframe-"+this.suffixId,(this.isVip?this:a).width,(this.isVip?this:a).height);this.iframe=a,this.width&&this.height&&(this.modal.elem.style.width=this.width+"px",this.modal.elem.style.height=this.height+"px"),a.appendTo(t.elem);try{w.a.register(u.c,this)}catch(e){if(e instanceof y)throw e;return void(e instanceof A&&w.a.replaceInjector(this.script))}u.b.body?this.start():u.c.MutationObserver?(s=new MutationObserver(function(){u.b.body&&(e.start(),s.disconnect())})).observe(u.b.documentElement,{childList:!0}):c.a.onDOMContentLoaded(function(){return e.start()},"interactive")}},R.prototype.start=function(){var a,o,s=this;I.off(),I.on("event::loadPlayerError",function(){(!s.isVip||null==s.reloadToImpressions||0===s.successLoops)&&s.handleFallback()}),this.modal.appendTo(u.b.body),this.cssLoader.loadStyle(this.modal.elem),a=this.isVip?this.wrapperElement.elem.getBoundingClientRect():this.getComputedSize(c.a.getViewportSize(u.c),16/9),w.a.readCMPData(E,function(e,t,n,i){var r=Object(h.a)({width:a.width,height:a.height,blacklistedAds:[],scriptSrc:s.script.src}),t={player_size:a,pub_platform:s.detectedPlatform,cs:i,gdpr:n,cmp:t,sessionCounter:s.sessionCounter};s.apiAdapter!==l.a.STANDARD&&(t.inj_api_adapter=s.apiAdapter),o=w.a.createPlayerSrc(u.c,E,t),c.a.loadPlayerIframe(s.iframe,o,E,s.vptId,function(e){w.a.sendDmpData(E.get("scheme")+"://"+E.get("endpoint_host"),e,E.get("dmp_segments"))},function(e){e.extra.alias=s.vptId},void 0,r,b.a);n={"gdpr_consent_?\\d*":i,gdpr:n,country:E.get("country")};w.a.addPluginsForNotBlacklisted(E.get("plugins",[]),n,E.get("publisher")),s.setupCommunication(),s.setupViewability(),s.sessionCounter+=1,w.a.setElementRemovedListener(u.b.body,s.iframe.elem,function(){throw new Error("Player removed by an external script")})})},R.prototype.customizeBranding=function(e,t,n){this.logoWrapper=d.a.create(u.b,"a"),this.logoWrapper.addClass(c.a.classNamePrefix(t,["outstream","logo-wrapper"])),this.logoWrapper.appendTo(n.elem),this.logoWrapper.attr("target","_blank"),this.logoWrapper.attr("rel","nofollow");n=d.a.create(u.b,"div");n.addClass(c.a.classNamePrefix(t,["outstream","logo-text"])),n.appendTo(this.logoWrapper.elem);n=d.a.create(u.b,"div");n.addClass(c.a.classNamePrefix(t,["outstream","logo"])),n.appendTo(this.logoWrapper.elem);t=c.a.classNamePrefix(this.cssNamespace,["brand-viralize"]),n=c.a.classNamePrefix(this.cssNamespace,["brand-showheroes"]);"2"===E.get("parent_network")?(this.logoWrapper.attr("href","https://showheroes.com"),e.removeClass(t),e.addClass(n)):(e.removeClass(n),e.addClass(t),this.logoWrapper.attr("href","https://viralize.com"))};r=R,n=n(24);try{Object(n.a)(),(new r).inject()}catch(e){throw c.a.reportError(e,"Outstream"),e}}]);
        })({"page_url": "https://economic-news.space/2021/economy/taiwan-senses-opportunity-to-bolster-relations-with-west-after-chip-shortages/", "width": null, "player": {"script": "https://static.viralize.tv/viralize_player.min.a1078b9f.js?e=ops", "mobi": false}, "custom_style": "", "max_family_instances": 0, "fallback_body": "", "country": "CA", "is_preview": false, "dmp_segments": "", "sid": "01ecf140b93194dabbb92f83d76fbd11", "plugins": [{"id": "113", "content": "<script language=\"javascript\" type=\"text/javascript\">\r\n\ts = document.createElement('script');\r\n\ts.src='https://sync.richaudience.com/b3adde1f4bbb31c3485562d6e3ddceb4/js/?r='+Math.round(Math.random()*99999999999); \r\n\tdocument.body.append(s);\r\n</script>"}, {"id": "3", "content": "<script>\r\n\t// Smart RTB+ force cookie-sync code - https only - 2020-02-04\r\n       var c ={\r\n           'insertionId' : 5733718,\r\n           'pageId' : 1473518,\r\n           'domain' : 'www8.smartadserver.com'\r\n       }\r\n       var h = document.getElementsByTagName('head')[0];\r\n       var sl = document.createElement('script');\r\n       sl.type = 'text/javascript';\r\n       sl.src =  'https://'+ c.domain+'/ac?pgid='+c.pageId+'&insid='+c.insertionId+'&tmstp='+Math.round(Math.random()*10000000000)+'&out=js';\r\n       sl.async = true;\r\n       h.appendChild(sl);\r\n</script>"}, {"id": "1", "content": "<img src=\"//ads.stickyadstv.com/auto-user-sync\" style=\"display:none;\" width=\"1\" height=\"1\">"}, {"id": "41", "content": "<script type=\"text/javascript\">\r\n    (function () {\r\n        'use strict'\r\n        function sendData(){\"use strict\";var t={gdpr:\"{gdpr}\",gdpr_consent:\"{gdpr_consent}\",ccpa:null,bp_id:\"viralize\"},e={name:\"P&G\",pixelUrl:\"https://pandg.tapad.com/tag\"},n=Tapad.init(t,e),d={};n.sync(d).then()}var scriptEl,parentNode;scriptEl=window.document.createElement(\"script\"),scriptEl.setAttribute(\"async\",!0),scriptEl.src=\"https://pghub.io/js/pandg-sdk.js\",scriptEl.addEventListener(\"load\",sendData),(parentNode=window.document.head||window.document.body)&&parentNode.appendChild(scriptEl);\r\n    })();\r\n</script>"}], "zid": "AAEN_Yl_P8SI_s_R", "format_family": "interstitial", "scheme": "https", "color_ui": null, "is_test": false, "pub_platform": null, "show_credits": false, "height": null, "enable_fc_ignore": false, "parent_network": "1", "sentry": {"dsn": "https://1aec9d790bc84140bb25fdb76f019171@sentry.viralize.com/6", "sample_rate": 0.05}, "capping_count": 1, "location": ["inline"], "publisher": "4627", "experiment": "ops.v", "endpoint_host": "ads.viralize.tv", "enable_branding": true, "capping_interval": 86400, "gdpr": null, "base_query": "zid=AAEN_Yl_P8SI_s_R&sid=01ecf140b93194dabbb92f83d76fbd11&activation=onload&experiment=ops.v&u=https%3A%2F%2Feconomic-news.space%2F2021%2Feconomy%2Ftaiwan-senses-opportunity-to-bolster-relations-with-west-after-chip-shortages%2F&ahd=1"});
        