0% found this document useful (0 votes)
13 views117 pages

F

The document is a JavaScript code snippet that defines polyfills for various ECMAScript features, including Promises, Symbols, and iterators. It ensures compatibility with older environments that may not support these features natively. The code also includes utility functions for object manipulation and iteration.

Uploaded by

nguyenkiet6305
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views117 pages

F

The document is a JavaScript code snippet that defines polyfills for various ECMAScript features, including Promises, Symbols, and iterators. It ensures compatibility with older environments that may not support these features natively. The code also includes utility functions for object manipulation and iteration.

Uploaded by

nguyenkiet6305
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 117

// Copyright 2011 Google Inc. All Rights Reserved.

(function(){var m,aa=function(a){var b=0;return function(){return b<a.length?


{done:!1,value:a[b++]}:{done:!0}}},ba=typeof Object.defineProperties=="function"?
Object.defineProperty:function(a,b,c){if(a==Array.prototype||
a==Object.prototype)return a;a[b]=c.value;return a},ca=function(a)
{a=["object"==typeof globalThis&&globalThis,a,"object"==typeof
window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var
b=0;b<a.length;++b){var c=a[b];if(c&&c.Math==Math)return c}throw Error("Cannot find
global object");
},da=ca(this),ea=function(a,b){if(b)a:{var c=da;a=a.split(".");for(var
d=0;d<a.length-1;d++){var e=a[d];if(!(e in c))break a;c=c[e]}a=a[a.length-
1];d=c[a];b=b(d);b!=d&&b!=null&&ba(c,a,{configurable:!0,writable:!0,value:b})}};
ea("Symbol",function(a){if(a)return a;var b=function(f,g)
{this.g=f;ba(this,"description",{configurable:!0,writable:!
0,value:g})};b.prototype.toString=function(){return this.g};var c="jscomp_symbol_"+
(Math.random()*1E9>>>0)+"_",d=0,e=function(f){if(this instanceof e)throw new
TypeError("Symbol is not a constructor");return new b(c+(f||"")+"_"+d++,f)};return
e});
ea("Symbol.iterator",function(a){if(a)return a;a=Symbol("Symbol.iterator");for(var
b="Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array
Uint32Array Float32Array Float64Array".split(" "),c=0;c<b.length;c++){var
d=da[b[c]];typeof d==="function"&&typeof d.prototype[a]!
="function"&&ba(d.prototype,a,{configurable:!0,writable:!0,value:function(){return
fa(aa(this))}})}return a});
var fa=function(a){a={next:a};a[Symbol.iterator]=function(){return this};return
a},ha=typeof Object.create=="function"?Object.create:function(a){var b=function()
{};b.prototype=a;return new b},ia=function(){function a(){function c(){}new
c;Reflect.construct(c,[],function(){});return new c instanceof c}if(typeof Reflect!
="undefined"&&Reflect.construct){if(a())return Reflect.construct;var
b=Reflect.construct;return function(c,d,e)
{c=b(c,d);e&&Reflect.setPrototypeOf(c,e.prototype);return c}}return function(c,
d,e){e===void 0&&(e=c);e=ha(e.prototype||Object.prototype);return
Function.prototype.apply.call(c,e,d)||e}}(),la;if(typeof
Object.setPrototypeOf=="function")la=Object.setPrototypeOf;else{var na;a:{var
oa={a:!0},pa={};try{pa.__proto__=oa;na=pa.a;break a}catch(a){}na=!1}la=na?
function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError(a+" is not
extensible");return a}:null}
var qa=la,q=function(a,b)
{a.prototype=ha(b.prototype);a.prototype.constructor=a;if(qa)qa(a,b);else for(var c
in b)if(c!="prototype")if(Object.defineProperties){var
d=Object.getOwnPropertyDescriptor(b,c);d&&Object.defineProperty(a,c,d)}else
a[c]=b[c];a.Sa=b.prototype},v=function(a){var b=typeof Symbol!
="undefined"&&Symbol.iterator&&a[Symbol.iterator];if(b)return b.call(a);if(typeof
a.length=="number")return{next:aa(a)};throw Error(String(a)+" is not an iterable or
ArrayLike");},ra=function(a){if(!(a instanceof
Array)){a=v(a);for(var b,c=[];!(b=a.next()).done;)c.push(b.value);a=c}return
a},ta=function(a){return sa(a,a)},sa=function(a,b)
{a.raw=b;Object.freeze&&(Object.freeze(a),Object.freeze(b));return
a},ua=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)},wa=typeof
Object.assign=="function"?Object.assign:function(a,b){for(var
c=1;c<arguments.length;c++){var d=arguments[c];if(d)for(var e in
d)ua(d,e)&&(a[e]=d[e])}return a};ea("Object.assign",function(a){return a||wa});
var ya=function(){this.A=!1;this.o=null;this.j=void
0;this.g=1;this.I=this.l=0;this.B=null},za=function(a){if(a.A)throw new
TypeError("Generator is already running");a.A=!0};ya.prototype.C=function(a)
{this.j=a};var Aa=function(a,b){a.B={ff:b,nh:!0};a.g=a.l||
a.I};ya.prototype.return=function(a){this.B={return:a};this.g=this.I};
var Ba=function(a,b,c){a.g=c;return{value:b}},Ca=function(a,b)
{a.g=b;a.l=0},Da=function(a){a.l=0;var b=a.B.ff;a.B=null;return b},Ea=function(a)
{this.g=new ya;this.j=a},Ha=function(a,b){za(a.g);var c=a.g.o;if(c)return
Fa(a,"return"in c?c["return"]:function(d){return{value:d,done:!
0}},b,a.g.return);a.g.return(b);return Ga(a)},Fa=function(a,b,c,d){try{var
e=b.call(a.g.o,c);if(!(e instanceof Object))throw new TypeError("Iterator result
"+e+" is not an object");if(!e.done)return a.g.A=!1,e;var f=e.value}catch(g){return
a.g.o=
null,Aa(a.g,g),Ga(a)}a.g.o=null;d.call(a.g,f);return Ga(a)},Ga=function(a)
{for(;a.g.g;)try{var b=a.j(a.g);if(b)return a.g.A=!1,{value:b.value,done:!
1}}catch(c){a.g.j=void 0,Aa(a.g,c)}a.g.A=!1;if(a.g.B)
{b=a.g.B;a.g.B=null;if(b.nh)throw b.ff;return{value:b.return,done:!
0}}return{value:void 0,done:!0}},Ia=function(a){this.next=function(b)
{za(a.g);a.g.o?b=Fa(a,a.g.o.next,b,a.g.C):(a.g.C(b),b=Ga(a));return
b};this.throw=function(b){za(a.g);a.g.o?b=Fa(a,a.g.o["throw"],b,a.g.C):
(Aa(a.g,b),b=Ga(a));return b};
this.return=function(b){return Ha(a,b)};this[Symbol.iterator]=function(){return
this}},Ja=function(a){function b(d){return a.next(d)}function c(d){return
a.throw(d)}return new Promise(function(d,e){function f(g){g.done?
d(g.value):Promise.resolve(g.value).then(b,c).then(f,e)}f(a.next())})},Ma=function(
a){return Ja(new Ia(new Ea(a)))},Na=function(){for(var
a=Number(this),b=[],c=a;c<arguments.length;c++)b[c-a]=arguments[c];return
b};ea("globalThis",function(a){return a||da});
ea("Reflect",function(a){return a?a:{}});ea("Reflect.construct",function(){return
ia});ea("Reflect.setPrototypeOf",function(a){return a?a:qa?function(b,c){try{return
qa(b,c),!0}catch(d){return!1}}:null});
ea("Promise",function(a){function b(){this.g=null}function c(g){return g instanceof
e?g:new e(function(h){h(g)})}if(a)return a;b.prototype.j=function(g)
{if(this.g==null){this.g=[];var h=this;this.l(function()
{h.B()})}this.g.push(g)};var d=da.setTimeout;b.prototype.l=function(g)
{d(g,0)};b.prototype.B=function(){for(;this.g&&this.g.length;){var
g=this.g;this.g=[];for(var h=0;h<g.length;++h){var
k=g[h];g[h]=null;try{k()}catch(l)
{this.o(l)}}}this.g=null};b.prototype.o=function(g){this.l(function(){throw g;
})};var e=function(g){this.g=0;this.l=void 0;this.j=[];this.C=!1;var
h=this.o();try{g(h.resolve,h.reject)}catch(k)
{h.reject(k)}};e.prototype.o=function(){function g(l){return function(n){k||(k=!
0,l.call(h,n))}}var h=this,k=!
1;return{resolve:g(this.H),reject:g(this.B)}};e.prototype.H=function(g)
{if(g===this)this.B(new TypeError("A Promise cannot resolve to itself"));else if(g
instanceof e)this.M(g);else{a:switch(typeof g){case "object":var h=g!=null;break
a;case "function":h=!0;break a;default:h=!1}h?
this.G(g):this.A(g)}};e.prototype.G=function(g){var h=void 0;try{h=g.then}catch(k)
{this.B(k);return}typeof h=="function"?
this.P(h,g):this.A(g)};e.prototype.B=function(g)
{this.I(2,g)};e.prototype.A=function(g){this.I(1,g)};e.prototype.I=function(g,h)
{if(this.g!=0)throw Error("Cannot settle("+g+", "+h+"): Promise already settled in
state"+this.g);this.g=g;this.l=h;this.g===2&&this.K();this.L()};e.prototype.K=funct
ion(){var g=this;d(function(){if(g.F()){var h=da.console;typeof h!
=="undefined"&&h.error(g.l)}},
1)};e.prototype.F=function(){if(this.C)return!1;var
g=da.CustomEvent,h=da.Event,k=da.dispatchEvent;if(typeof k==="undefined")return!
0;typeof g==="function"?g=new g("unhandledrejection",{cancelable:!0}):typeof
h==="function"?g=new h("unhandledrejection",{cancelable:!0}):
(g=da.document.createEvent("CustomEvent"),g.initCustomEvent("unhandledrejection",!
1,!0,g));g.promise=this;g.reason=this.l;return k(g)};e.prototype.L=function()
{if(this.j!=null){for(var g=0;g<this.j.length;++g)f.j(this.j[g]);this.j=
null}};var f=new b;e.prototype.M=function(g){var
h=this.o();g.Mc(h.resolve,h.reject)};e.prototype.P=function(g,h){var
k=this.o();try{g.call(h,k.resolve,k.reject)}catch(l)
{k.reject(l)}};e.prototype.then=function(g,h){function k(r,u){return typeof
r=="function"?function(t){try{l(r(t))}catch(w){n(w)}}:u}var l,n,p=new
e(function(r,u){l=r;n=u});this.Mc(k(g,l),k(h,n));return
p};e.prototype.catch=function(g){return this.then(void
0,g)};e.prototype.Mc=function(g,h){function k(){switch(l.g){case 1:g(l.l);
break;case 2:h(l.l);break;default:throw Error("Unexpected state: "+l.g);}}var
l=this;this.j==null?f.j(k):this.j.push(k);this.C=!
0};e.resolve=c;e.reject=function(g){return new e(function(h,k)
{k(g)})};e.race=function(g){return new e(function(h,k){for(var l=v(g),n=l.next();!
n.done;n=l.next())c(n.value).Mc(h,k)})};e.all=function(g){var
h=v(g),k=h.next();return k.done?c([]):new e(function(l,n){function p(t){return
function(w){r[t]=w;u--;u==0&&l(r)}}var r=[],u=0;do r.push(void 0),u+
+,c(k.value).Mc(p(r.length-
1),n),k=h.next();while(!k.done)})};return
e});ea("Object.setPrototypeOf",function(a){return a||
qa});ea("Symbol.dispose",function(a){return a?
a:Symbol("Symbol.dispose")});ea("Array.prototype.find",function(a){return a?
a:function(b,c){a:{var d=this;d instanceof String&&(d=String(d));for(var
e=d.length,f=0;f<e;f++){var g=d[f];if(b.call(c,g,f,d)){b=g;break a}}b=void 0}return
b}});
ea("WeakMap",function(a){function b(){}function c(k){var l=typeof k;return
l==="object"&&k!==null||l==="function"}function d(k){if(!ua(k,f)){var l=new
b;ba(k,f,{value:l})}}function e(k){var l=Object[k];l&&(Object[k]=function(n){if(n
instanceof b)return n;Object.isExtensible(n)&&d(n);return l(n)})}if(function(){if(!
a||!Object.seal)return!1;try{var k=Object.seal({}),l=Object.seal({}),n=new
a([[k,2],[l,3]]);if(n.get(k)!=2||n.get(l)!=3)return!
1;n.delete(k);n.set(l,4);return!n.has(k)&&n.get(l)==4}catch(p){return!1}}())return
a;
var
f="$jscomp_hidden_"+Math.random();e("freeze");e("preventExtensions");e("seal");var
g=0,h=function(k){this.g=(g+=Math.random()+1).toString();if(k){k=v(k);for(var l;!
(l=k.next()).done;)l=l.value,this.set(l[0],l[1])}};h.prototype.set=function(k,l)
{if(!c(k))throw Error("Invalid WeakMap key");d(k);if(!ua(k,f))throw Error("WeakMap
key fail: "+k);k[f][this.g]=l;return this};h.prototype.get=function(k){return
c(k)&&ua(k,f)?k[f][this.g]:void 0};h.prototype.has=function(k){return
c(k)&&ua(k,f)&&ua(k[f],
this.g)};h.prototype.delete=function(k){return c(k)&&ua(k,f)&&ua(k[f],this.g)?
delete k[f][this.g]:!1};return h});
ea("Map",function(a){if(function(){if(!a||typeof a!="function"||!
a.prototype.entries||typeof Object.seal!="function")return!1;try{var
h=Object.seal({x:4}),k=new a(v([[h,"s"]]));if(k.get(h)!="s"||k.size!=1||
k.get({x:4})||k.set({x:4},"t")!=k||k.size!=2)return!1;var
l=k.entries(),n=l.next();if(n.done||n.value[0]!=h||n.value[1]!="s")return!
1;n=l.next();return n.done||n.value[0].x!=4||n.value[1]!="t"||!l.next().done?!1:!
0}catch(p){return!1}}())return a;var b=new WeakMap,c=function(h)
{this[0]={};this[1]=
f();this.size=0;if(h){h=v(h);for(var k;!
(k=h.next()).done;)k=k.value,this.set(k[0],k[1])}};c.prototype.set=function(h,k)
{h=h===0?0:h;var l=d(this,h);l.list||(l.list=this[0][l.id]=[]);l.ra?l.ra.value=k:
(l.ra={next:this[1],bb:this[1].bb,head:this[1],key:h,value:k},l.list.push(l.ra),thi
s[1].bb.next=l.ra,this[1].bb=l.ra,this.size++);return
this};c.prototype.delete=function(h){h=d(this,h);return h.ra&&h.list?
(h.list.splice(h.index,1),h.list.length||delete this[0]
[h.id],h.ra.bb.next=h.ra.next,h.ra.next.bb=
h.ra.bb,h.ra.head=null,this.size--,!0):!1};c.prototype.clear=function()
{this[0]={};this[1]=this[1].bb=f();this.size=0};c.prototype.has=function(h)
{return!!d(this,h).ra};c.prototype.get=function(h)
{return(h=d(this,h).ra)&&h.value};c.prototype.entries=function(){return
e(this,function(h){return[h.key,h.value]})};c.prototype.keys=function(){return
e(this,function(h){return h.key})};c.prototype.values=function(){return
e(this,function(h){return h.value})};c.prototype.forEach=function(h,k){for(var
l=this.entries(),
n;!
(n=l.next()).done;)n=n.value,h.call(k,n[1],n[0],this)};c.prototype[Symbol.iterator]
=c.prototype.entries;var d=function(h,k){var l=k&&typeof k;l=="object"||
l=="function"?b.has(k)?l=b.get(k):(l=""+ ++g,b.set(k,l)):l="p_"+k;var n=h[0]
[l];if(n&&ua(h[0],l))for(h=0;h<n.length;h++){var p=n[h];if(k!==k&&p.key!==p.key||
k===p.key)return{id:l,list:n,index:h,ra:p}}return{id:l,list:n,index:-1,ra:void
0}},e=function(h,k){var l=h[1];return fa(function(){if(l){for(;l.head!
=h[1];)l=l.bb;for(;l.next!=l.head;)return l=
l.next,{done:!1,value:k(l)};l=null}return{done:!0,value:void 0}})},f=function(){var
h={};return h.bb=h.next=h.head=h},g=0;return c});
ea("Set",function(a){if(function(){if(!a||typeof a!="function"||!
a.prototype.entries||typeof Object.seal!="function")return!1;try{var
c=Object.seal({x:4}),d=new a(v([c]));if(!d.has(c)||d.size!=1||d.add(c)!=d||d.size!
=1||d.add({x:4})!=d||d.size!=2)return!1;var e=d.entries(),f=e.next();if(f.done||
f.value[0]!=c||f.value[1]!=c)return!1;f=e.next();return f.done||f.value[0]==c||
f.value[0].x!=4||f.value[1]!=f.value[0]?!1:e.next().done}catch(g){return!1}}
())return a;var b=function(c){this.g=new Map;if(c){c=
v(c);for(var d;!
(d=c.next()).done;)this.add(d.value)}this.size=this.g.size};b.prototype.add=functio
n(c){c=c===0?0:c;this.g.set(c,c);this.size=this.g.size;return
this};b.prototype.delete=function(c)
{c=this.g.delete(c);this.size=this.g.size;return c};b.prototype.clear=function()
{this.g.clear();this.size=0};b.prototype.has=function(c){return
this.g.has(c)};b.prototype.entries=function(){return
this.g.entries()};b.prototype.values=function(){return
this.g.values()};b.prototype.keys=b.prototype.values;
b.prototype[Symbol.iterator]=b.prototype.values;b.prototype.forEach=function(c,d)
{var e=this;this.g.forEach(function(f){return c.call(d,f,f,e)})};return
b});ea("Object.values",function(a){return a?a:function(b){var c=[],d;for(d in
b)ua(b,d)&&c.push(b[d]);return c}});ea("Object.is",function(a){return a?
a:function(b,c){return b===c?b!==0||1/b===1/c:b!==b&&c!==c}});
ea("Array.prototype.includes",function(a){return a?a:function(b,c){var d=this;d
instanceof String&&(d=String(d));var e=d.length;c=c||
0;for(c<0&&(c=Math.max(c+e,0));c<e;c++){var f=d[c];if(f===b||Object.is(f,b))return!
0}return!1}});var Oa=function(a,b,c){if(a==null)throw new TypeError("The 'this'
value for String.prototype."+c+" must not be null or undefined");if(b instanceof
RegExp)throw new TypeError("First argument to String.prototype."+c+" must not be a
regular expression");return a+""};
ea("String.prototype.includes",function(a){return a?a:function(b,c){return
Oa(this,b,"includes").indexOf(b,c||0)!==-1}});ea("Array.from",function(a){return a?
a:function(b,c,d){c=c!=null?c:function(h){return h};var e=[],f=typeof Symbol!
="undefined"&&Symbol.iterator&&b[Symbol.iterator];if(typeof f=="function")
{b=f.call(b);for(var g=0;!(f=b.next()).done;)e.push(c.call(d,f.value,g++))}else
for(f=b.length,g=0;g<f;g++)e.push(c.call(d,b[g],g));return e}});
ea("Object.entries",function(a){return a?a:function(b){var c=[],d;for(d in
b)ua(b,d)&&c.push([d,b[d]]);return c}});ea("Number.isFinite",function(a){return a?
a:function(b){return typeof b!=="number"?!1:!isNaN(b)&&b!==Infinity&&b!==-
Infinity}});ea("Number.MAX_SAFE_INTEGER",function(){return
9007199254740991});ea("Number.MIN_SAFE_INTEGER",function(){return-
9007199254740991});ea("Number.isInteger",function(a){return a?a:function(b){return
Number.isFinite(b)?b===Math.floor(b):!1}});
ea("Number.isSafeInteger",function(a){return a?a:function(b){return
Number.isInteger(b)&&Math.abs(b)<=Number.MAX_SAFE_INTEGER}});ea("String.prototype.s
tartsWith",function(a){return a?a:function(b,c){var
d=Oa(this,b,"startsWith");b+="";var e=d.length,f=b.length;c=Math.max(0,Math.min(c|
0,d.length));for(var g=0;g<f&&c<e;)if(d[c++]!=b[g++])return!1;return g>=f}});
var Pa=function(a,b){a instanceof String&&(a+="");var c=0,d=!1,e={next:function()
{if(!d&&c<a.length){var f=c++;return{value:b(f,a[f]),done:!1}}d=!0;return{done:!
0,value:void 0}}};e[Symbol.iterator]=function(){return e};return
e};ea("Array.prototype.entries",function(a){return a?a:function(){return
Pa(this,function(b,c){return[b,c]})}});ea("Math.imul",function(a){return a?
a:function(b,c){b=Number(b);c=Number(c);var d=b&65535,e=c&65535;return d*e+
((b>>>16&65535)*e+d*(c>>>16&65535)<<16>>>0)|0}});
ea("Math.trunc",function(a){return a?a:function(b){b=Number(b);if(isNaN(b)||
b===Infinity||b===-Infinity||b===0)return b;var c=Math.floor(Math.abs(b));return
b<0?-c:c}});ea("Array.prototype.keys",function(a){return a?a:function(){return
Pa(this,function(b){return b})}});ea("Array.prototype.values",function(a){return a?
a:function(){return Pa(this,function(b,c){return c})}});
ea("Object.fromEntries",function(a){return a?a:function(b){var c={};if(!
(Symbol.iterator in b))throw new TypeError(""+b+" is not
iterable");b=b[Symbol.iterator].call(b);for(var d=b.next();!d.done;d=b.next())
{d=d.value;if(Object(d)!==d)throw new TypeError("iterable for fromEntries should
yield objects");c[d[0]]=d[1]}return c}});
ea("String.prototype.repeat",function(a){return a?a:function(b){var
c=Oa(this,null,"repeat");if(b<0||b>1342177279)throw new RangeError("Invalid count
value");b|=0;for(var d="";b;)if(b&1&&(d+=c),b>>>=1)c+=c;return d}});var
Ta=function(a,b){a=a!==void 0?String(a):" ";return
b>0&&a?a.repeat(Math.ceil(b/a.length)).substring(0,b):""};ea("String.prototype.padS
tart",function(a){return a?a:function(b,c){var d=Oa(this,null,"padStart");return
Ta(c,b-d.length)+d}});
ea("String.prototype.padEnd",function(a){return a?a:function(b,c){var
d=Oa(this,null,"padStart");return d+Ta(c,b-d.length)}});/*

Copyright The Closure Library Authors.


SPDX-License-Identifier: Apache-2.0
*/
var Ua=Ua||{},x=this||self,y=function(a,b,c){a=a.split(".");c=c||x;for(var
d;a.length&&(d=a.shift());)a.length||b===void 0?c[d]&&c[d]!==Object.prototype[d]?
c=c[d]:c=c[d]={}:c[d]=b},Va=function(a,b){a=a.split(".");b=b||x;for(var
c=0;c<a.length;c++)if(b=b[a[c]],b==null)return null;return b},Wa=function(a){var
b=typeof a;return b!="object"?b:a?Array.isArray(a)?"array":b:"null"},Xa=function(a)
{var b=Wa(a);return b=="array"||b=="object"&&typeof
a.length=="number"},Ya=function(a){var b=typeof a;return b==
"object"&&a!=null||b=="function"},db=function(a){return
Object.prototype.hasOwnProperty.call(a,bb)&&a[bb]||(a[bb]=++cb)},eb=function(a){a!
==null&&"removeAttribute"in a&&a.removeAttribute(bb);try{delete a[bb]}catch(b)
{}},bb="closure_uid_"+(Math.random()*1E9>>>0),cb=0,fb=function(a,b,c){return
a.call.apply(a.bind,arguments)},ib=function(a,b,c){if(!a)throw
Error();if(arguments.length>2){var d=Array.prototype.slice.call(arguments,2);return
function(){var
e=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(e,
d);return a.apply(b,e)}}return function(){return
a.apply(b,arguments)}},jb=function(a,b,c)
{jb=Function.prototype.bind&&Function.prototype.bind.toString().indexOf("native
code")!=-1?fb:ib;return jb.apply(null,arguments)},lb=function(a,b){var
c=Array.prototype.slice.call(arguments,1);return function(){var
d=c.slice();d.push.apply(d,arguments);return a.apply(this,d)}},nb=function(){return
Date.now()},ob=function(a){return a},pb=function(a,b){function c()
{}c.prototype=b.prototype;a.Sa=b.prototype;a.prototype=
new c;a.prototype.constructor=a;a.Pj=function(d,e,f){for(var
g=Array(arguments.length-2),h=2;h<arguments.length;h++)g[h-2]=arguments[h];return
b.prototype[e].apply(d,g)}};function qb(a,b)
{if(Error.captureStackTrace)Error.captureStackTrace(this,qb);else{var
c=Error().stack;c&&(this.stack=c)}a&&(this.message=String(a));b!==void
0&&(this.cause=b)}pb(qb,Error);qb.prototype.name="CustomError";var rb;var
tb,ub=typeof String.prototype.isWellFormed==="function",vb=typeof TextEncoder!
=="undefined";
function wb(a){var b=!1;b=b===void 0?!1:b;if(vb){if(b&&(ub?!a.isWellFormed():/(?:
[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\
uDFFF])/.test(a)))throw Error("Found an unpaired surrogate");a=(tb||(tb=new
TextEncoder)).encode(a)}else{for(var c=0,d=new
Uint8Array(3*a.length),e=0;e<a.length;e++){var f=a.charCodeAt(e);if(f<128)d[c+
+]=f;else{if(f<2048)d[c++]=f>>6|192;else{if(f>=55296&&f<=57343)
{if(f<=56319&&e<a.length){var g=a.charCodeAt(++e);if(g>=56320&&g<=57343){f=(f-
55296)*1024+g-56320+
65536;d[c++]=f>>18|240;d[c++]=f>>12&63|128;d[c++]=f>>6&63|128;d[c++]=f&63|
128;continue}else e--}if(b)throw Error("Found an unpaired surrogate");f=65533}d[c+
+]=f>>12|224;d[c++]=f>>6&63|128}d[c++]=f&63|128}}a=c===d.length?
d:d.subarray(0,c)}return a};function xb(a){x.setTimeout(function(){throw
a;},0)};function yb(a,b){var c=a.length-b.length;return
c>=0&&a.indexOf(b,c)==c}function zb(a){return/^[\s\xa0]*$/.test(a)}var
Ab=String.prototype.trim?function(a){return a.trim()}:function(a){return/^[\s\
xa0]*([\s\S]*?)[\s\xa0]*$/.exec(a)[1]},Eb=/&/g,Fb=/</g,Gb=/>/g,Hb=/"/g,Ib=/'/
g,Jb=/\x00/g,Kb=/[\x00&<>"']/;function Lb(a,b){return a.indexOf(b)!=-1}function
Mb(a,b){return Lb(a.toLowerCase(),b.toLowerCase())}
function Nb(a,b){var
c=0;a=Ab(String(a)).split(".");b=Ab(String(b)).split(".");for(var
d=Math.max(a.length,b.length),e=0;c==0&&e<d;e++){var f=a[e]||"",g=b[e]||"";do{f=/(\
d*)(\D*)(.*)/.exec(f)||["","","",""];g=/(\d*)(\D*)(.*)/.exec(g)||
["","","",""];if(f[0].length==0&&g[0].length==0)break;c=Pb(f[1].length==0?
0:parseInt(f[1],10),g[1].length==0?0:parseInt(g[1],10))||
Pb(f[2].length==0,g[2].length==0)||Pb(f[2],g[2]);f=f[3];g=g[3]}while(c==0)}return
c}function Pb(a,b){return a<b?-1:a>b?1:0};var
Qb,Rb=Va("CLOSURE_FLAGS"),Sb=Rb&&Rb[610401301];Qb=Sb!=null?Sb:!1;function Tb(){var
a=x.navigator;return a&&(a=a.userAgent)?a:""}var Ub,Vb=x.navigator;Ub=Vb?
Vb.userAgentData||null:null;function Wb(a){if(!Qb||!Ub)return!1;for(var
b=0;b<Ub.brands.length;b++){var c=Ub.brands[b].brand;if(c&&Lb(c,a))return!0}return!
1}function z(a){return Lb(Tb(),a)};function Yb(){return Qb?!!
Ub&&Ub.brands.length>0:!1}function Zb(){return Yb()?!1:z("Opera")}function $b()
{return Yb()?!1:z("Trident")||z("MSIE")}function ac(){return z("Firefox")||
z("FxiOS")}function bc(){return Yb()?Wb("Chromium"):(z("Chrome")||z("CriOS"))&&!
(Yb()?0:z("Edge"))||z("Silk")};function cc(){return Qb&&Ub&&Ub.platform?
Ub.platform==="Android":z("Android")}function dc(){return z("iPhone")&&!
z("iPod")&&!z("iPad")};var ec=function(a,b){if(typeof a==="string")return typeof b!
=="string"||b.length!=1?-1:a.indexOf(b,0);for(var c=0;c<a.length;c++)if(c in
a&&a[c]===b)return c;return-1},fc=function(a,b){for(var c=a.length,d=typeof
a==="string"?a.split(""):a,e=0;e<c;e++)e in d&&b.call(void 0,d[e],e,a)};function
gc(a,b){for(var c=typeof a==="string"?a.split(""):a,d=a.length-1;d>=0;--d)d in
c&&b.call(void 0,c[d],d,a)}
var hc=function(a,b){for(var c=a.length,d=[],e=0,f=typeof a==="string"?
a.split(""):a,g=0;g<c;g++)if(g in f){var h=f[g];b.call(void 0,h,g,a)&&(d[e+
+]=h)}return d},ic=function(a,b){for(var c=a.length,d=Array(c),e=typeof
a==="string"?a.split(""):a,f=0;f<c;f++)f in e&&(d[f]=b.call(void
0,e[f],f,a));return d},jc=function(a,b,c){var d=c;fc(a,function(e,f){d=b.call(void
0,d,e,f,a)});return d},kc=function(a,b){for(var c=a.length,d=typeof a==="string"?
a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],
e,a))return!0;return!1};function lc(a,b){b=mc(a,b);return b<0?null:typeof
a==="string"?a.charAt(b):a[b]}function mc(a,b){for(var c=a.length,d=typeof
a==="string"?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a))return
e;return-1}function nc(a,b){b=oc(a,b);return b<0?null:typeof a==="string"?
a.charAt(b):a[b]}function oc(a,b){for(var c=typeof a==="string"?
a.split(""):a,d=a.length-1;d>=0;d--)if(d in c&&b.call(void 0,c[d],d,a))return
d;return-1}function pc(a,b){return ec(a,b)>=0}
function qc(a,b){b=ec(a,b);var c;(c=b>=0)&&rc(a,b);return c}function rc(a,b){return
Array.prototype.splice.call(a,b,1).length==1}function sc(a,b){var
c=0;gc(a,function(d,e){b.call(void 0,d,e,a)&&rc(a,e)&&c++})}function tc(a){return
Array.prototype.concat.apply([],arguments)}function uc(a){var b=a.length;if(b>0)
{for(var c=Array(b),d=0;d<b;d++)c[d]=a[d];return c}return[]}
function vc(a){for(var b=0,c=0,d={};c<a.length;){var e=a[c++],f=Ya(e)?"o"+db(e):
(typeof e).charAt(0)+e;Object.prototype.hasOwnProperty.call(d,f)||(d[f]=!0,a[b+
+]=e)}a.length=b}function wc(a,b){a.sort(b||xc)}function xc(a,b){return a>b?1:a<b?-
1:0}function yc(a){for(var b=[],c=0;c<a;c++)b[c]="";return b};var zc=function(a)
{zc[" "](a);return a};zc[" "]=function(){};var Ac=function(a,b){try{return
zc(a[b]),!0}catch(c){}return!1},Cc=function(a){var b=Bc;return
Object.prototype.hasOwnProperty.call(b,8)?b[8]:b[8]=a(8)};var
Dc=Zb(),Ec=$b(),Fc=z("Edge"),Gc=z("Gecko")&&!(Mb(Tb(),"WebKit")&&!z("Edge"))&&!
(z("Trident")||z("MSIE"))&&!z("Edge"),Hc=Mb(Tb(),"WebKit")&&!
z("Edge"),Jc=Qb&&Ub&&Ub.platform?
Ub.platform==="macOS":z("Macintosh"),Kc=cc(),Lc=dc(),Mc=z("iPad"),Nc=z("iPod"),Oc=d
c()||z("iPad")||z("iPod"),Pc;
a:{var Qc="",Rc=function(){var a=Tb();if(Gc)return/rv:([^\);]+)
(\)|;)/.exec(a);if(Fc)return/Edge\/([\d\.]+)/.exec(a);if(Ec)return/\b(?:MSIE|rv)
[: ]([^\);]+)(\)|;)/.exec(a);if(Hc)return/WebKit\/(\S+)/.exec(a);if(Dc)return/
(?:Version)[ \/]?(\S+)/.exec(a)}();Rc&&(Qc=Rc?Rc[1]:"");if(Ec){var
Sc,Tc=x.document;Sc=Tc?Tc.documentMode:void 0;if(Sc!=null&&Sc>parseFloat(Qc))
{Pc=String(Sc);break a}}Pc=Qc}var Uc=Pc,Bc={},Vc=function(){return Cc(function()
{return Nb(Uc,8)>=0})};var Wc=ac(),Xc=z("Android")&&!(bc()||ac()||Zb()||
z("Silk")),Yc=bc();var Zc={},$c=null,bd=function(a,b){b===void
0&&(b=0);ad();b=Zc[b];for(var
c=Array(Math.floor(a.length/3)),d=b[64]||"",e=0,f=0;e<a.length-2;e+=3){var
g=a[e],h=a[e+1],k=a[e+2],l=b[g>>2];g=b[(g&3)<<4|h>>4];h=b[(h&15)<<2|
k>>6];k=b[k&63];c[f++]=""+l+g+h+k}l=0;k=d;switch(a.length-e){case
2:l=a[e+1],k=b[(l&15)<<2]||d;case 1:a=a[e],c[f]=""+b[a>>2]+b[(a&3)<<4|
l>>4]+k+d}return c.join("")},dd=function(a){var b=[];cd(a,function(c)
{b.push(c)});return b},cd=function(a,b){function c(k){for(;d<a.length;){var
l=a.charAt(d++),
n=$c[l];if(n!=null)return n;if(!zb(l))throw Error("Unknown base64 encoding at char:
"+l);}return k}ad();for(var d=0;;){var e=c(-
1),f=c(0),g=c(64),h=c(64);if(h===64&&e===-1)break;b(e<<2|f>>4);g!=64&&(b(f<<4&240|
g>>2),h!=64&&b(g<<6&192|h))}},ad=function(){if(!$c){$c={};for(var
a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),b=["+/
=","+/","-_=","-_.","-_"],c=0;c<5;c++){var
d=a.concat(b[c].split(""));Zc[c]=d;for(var e=0;e<d.length;e++){var f=d[e];
$c[f]===void 0&&($c[f]=e)}}}};function ed(a,b)
{a.__closure__error__context__984382||
(a.__closure__error__context__984382={});a.__closure__error__context__984382.severi
ty=b};var fd=void 0;function gd(a){a=Error(a);ed(a,"warning");return a}function
hd(a,b){if(a!=null){var c;var d=(c=fd)!=null?c:fd={};c=d[a]||0;c>=b||
(d[a]=c+1,a=Error(),ed(a,"incident"),xb(a))}};var id=typeof
Symbol==="function"&&typeof Symbol()==="symbol";function jd(a,b,c){return typeof
Symbol==="function"&&typeof Symbol()==="symbol"?(c===void 0?0:c)&&Symbol.for&&a?
Symbol.for(a):a!=null?Symbol(a):Symbol():b}var kd=jd("jas",void 0,!0),ld=jd(void
0,"0di"),md=jd(void 0,"1oa"),nd=jd(void 0,"0actk"),od=jd("m_m","dk",!0),pd=jd(void
0,"mrtk"),qd=jd(void 0,"vps");var rd={kh:{value:0,configurable:!0,writable:!
0,enumerable:!1}},sd=Object.defineProperties,A=id?
kd:"kh",td,ud=[];vd(ud,55);td=Object.freeze(ud);function wd(a,b){id||A in a||
sd(a,rd);a[A]|=b}function vd(a,b){id||A in a||sd(a,rd);a[A]=b}function xd(a)
{if(4&a)return 2048&a?2048:4096&a?4096:0}function yd(a){wd(a,34);return a}function
zd(a){wd(a,32);return a};var Ad=typeof od==="symbol",Bd={};function Cd(a)
{a=a[od];var b=a===Bd;Ad&&a&&!b&&hd(pd,3);return b}function Dd(a){return a!
==null&&typeof a==="object"&&!Array.isArray(a)&&a.constructor===Object}function
Ed(a){if(a&2)throw Error();}var Fd=function(a,b,c)
{this.g=a;this.j=b;this.l=c};Fd.prototype.next=function(){var
a=this.g.next();a.done||(a.value=this.j.call(this.l,a.value));return
a};Fd.prototype[Symbol.iterator]=function(){return this};var Gd=Object.freeze({});
function Hd(a,b,c){var d=b&512?0:-1,e=a.length;b=b&64?b&256:!!e&&Dd(a[e-1]);for(var
f=e+(b?-1:0),g=0;g<f;g++)c(g-d,a[g]);if(b){a=a[e-1];for(var h in a)!
isNaN(h)&&c(+h,a[h])}};function Id(){return typeof BigInt==="function"};function
Jd(a){a.bk=!0;return a};var Kd=Jd(function(a){return typeof
a==="number"}),Ld=Jd(function(a){return typeof a==="string"}),Md=Jd(function(a)
{return typeof a==="boolean"}),Nd=Jd(function(a){return!!a&&(typeof a==="object"||
typeof a==="function")});function Od(){return Pd(Jd(function(a,b){return a===void
0?!0:Ld(a,b)}))}function Pd(a){a.ph=!0;return a};var Qd=typeof
x.BigInt==="function"&&typeof x.BigInt(0)==="bigint";function Rd(a){var
b=a;if(Ld(b)){if(!/^\s*(?:-?[1-9]\d*|0)?\s*$/.test(b))throw Error(String(b));}else
if(Kd(b)&&!Number.isSafeInteger(b))throw Error(String(b));return Qd?
BigInt(a):a=Md(a)?a?"1":"0":Ld(a)?a.trim()||"0":String(a)}var Xd=Jd(function(a)
{return Qd?a>=Sd&&a<=Td:a[0]==="-"?
Ud(a,Vd):Ud(a,Wd)}),Vd=Number.MIN_SAFE_INTEGER.toString(),Sd=Qd?
BigInt(Number.MIN_SAFE_INTEGER):void 0,Wd=Number.MAX_SAFE_INTEGER.toString(),Td=Qd?
BigInt(Number.MAX_SAFE_INTEGER):void 0;
function Ud(a,b){if(a.length>b.length)return!1;if(a.length<b.length||a===b)return!
0;for(var c=0;c<a.length;c++){var d=a[c],e=b[c];if(d>e)return!1;if(d<e)return!
0}};var Yd=0,Zd=0,$d;function ae(a){var
b=a>>>0;Yd=b;Zd=(a-b)/4294967296>>>0}function be(a){if(a<0){ae(0-a);var
b=v(ce(Yd,Zd));a=b.next().value;b=b.next().value;Yd=a>>>0;Zd=b>>>0}else
ae(a)}function de(a,b){var c=b*4294967296+(a>>>0);return Number.isSafeInteger(c)?
c:ee(a,b)}
function ee(a,b){b>>>=0;a>>>=0;if(b<=2097151)var c=""+(4294967296*b+a);else Id()?
c=""+(BigInt(b)<<BigInt(32)|BigInt(a)):(c=(a>>>24|
b<<8)&16777215,b=b>>16&65535,a=(a&16777215)+c*6777216+b*6710656,c+=b*8147497,b*=2,a
>=1E7&&(c+=a/1E7>>>0,a%=1E7),c>=1E7&&(b+=c/1E7>>>0,c%=1E7),c=b+fe(c)+fe(a));return
c}function fe(a){a=String(a);return"0000000".slice(a.length)+a}
function ge(){var a=Yd,b=Zd;b&2147483648?Id()?a=""+(BigInt(b|0)<<BigInt(32)|
BigInt(a>>>0)):
(b=v(ce(a,b)),a=b.next().value,b=b.next().value,a="-"+ee(a,b)):a=ee(a,b);return a}
function he(a){if(a.length<16)be(Number(a));else
if(Id())a=BigInt(a),Yd=Number(a&BigInt(4294967295))>>>0,Zd=Number(a>>BigInt(32)&Big
Int(4294967295));else{var b=+(a[0]==="-");Zd=Yd=0;for(var c=a.length,d=0+b,e=(c-b)
%6+b;e<=c;d=e,e+=6)d=Number(a.slice(d,e)),Zd*=1E6,Yd=Yd*1E6+d,Yd>=4294967296&&(Zd+=
Math.trunc(Yd/
4294967296),Zd>>>=0,Yd>>>=0);b&&(b=v(ce(Yd,Zd)),a=b.next().value,b=b.next().value,Y
d=a,Zd=b)}}function ce(a,b){b=~b;a?a=~a+1:b+=1;return[a,b]};function ie(a){return
Array.prototype.slice.call(a)};var je=typeof BigInt==="function"?BigInt.asIntN:void
0,ke=typeof BigInt==="function"?BigInt.asUintN:void
0,le=Number.isSafeInteger,me=Number.isFinite,ne=Math.trunc;function oe(a)
{if(a==null||typeof a==="number")return a;if(a==="NaN"||a==="Infinity"||a==="-
Infinity")return Number(a)}function pe(a){if(typeof a!=="boolean")throw
Error("Expected boolean but got "+Wa(a)+": "+a);return a}function qe(a)
{if(a==null||typeof a==="boolean")return a;if(typeof a==="number")return!!a}var
re=/^-?([1-9][0-9]*|0)(\.[0-9]+)?$/;
function se(a){switch(typeof a){case "bigint":return!0;case "number":return
me(a);case "string":return re.test(a);default:return!1}}function te(a){if(!
me(a))throw gd("enum");return a|0}function ue(a){return a==null?a:me(a)?a|0:void
0}function ve(a){if(typeof a!=="number")throw gd("int32");if(!me(a))throw
gd("int32");return a|0}function ze(a){if(a==null)return a;if(typeof
a==="string"&&a)a=+a;else if(typeof a!=="number")return;return me(a)?a|0:void 0}
function Ae(a){if(a==null)return a;if(typeof a==="string"&&a)a=+a;else if(typeof a!
=="number")return;return me(a)?a>>>0:void 0}
function Be(a){var b=0;b=b===void 0?0:b;if(!se(a))throw gd("int64");var c=typeof
a;switch(b){case 2048:switch(c){case "string":return Ce(a);case "bigint":return
String(je(64,a));default:return De(a)}case 4096:switch(c){case "string":return
Ee(a);case "bigint":return Rd(je(64,a));default:return Fe(a)}case 0:switch(c){case
"string":return Ce(a);case "bigint":return Rd(je(64,a));default:return
Ge(a)}default:throw Error("Unknown format requested type for int64");}}
function He(a){return a==null?a:Be(a)}function Ie(a){if(a[0]==="-")return!1;var
b=a.length;return b<20?!0:b===20&&Number(a.substring(0,6))<184467}function Je(a)
{var b=a.length;return a[0]==="-"?b<20?!0:b===20&&Number(a.substring(0,7))>-
922337:b<19?!0:b===19&&Number(a.substring(0,6))<922337}function Ke(a){if(a<0)
{be(a);var b=ee(Yd,Zd);a=Number(b);return le(a)?a:b}b=String(a);if(Ie(b))return
b;be(a);return de(Yd,Zd)}function Le(a){if(Je(a))return a;he(a);return ge()}
function Ge(a){a=ne(a);if(!le(a)){be(a);var
b=Yd,c=Zd;if(a=c&2147483648)b=~b+1>>>0,c=~c>>>0,b==0&&(c=c+1>>>0);b=de(b,c);a=typeo
f b==="number"?a?-b:b:a?"-"+b:b}return a}function De(a)
{a=ne(a);if(le(a))a=String(a);else{var b=String(a);Je(b)?a=b:(be(a),a=ge())}return
a}function Ce(a){var b=ne(Number(a));if(le(b))return String(b);b=a.indexOf(".");b!
==-1&&(a=a.substring(0,b));return Le(a)}
function Ee(a){var b=ne(Number(a));if(le(b))return Rd(b);b=a.indexOf(".");b!==-
1&&(a=a.substring(0,b));return Id()?Rd(je(64,BigInt(a))):Rd(Le(a))}function Fe(a)
{return le(a)?Rd(Ge(a)):Rd(De(a))}function Me(a){if(a==null)return a;var b=typeof
a;if(b==="bigint")return String(je(64,a));if(se(a)){if(b==="string")return
Ce(a);if(b==="number")return Ge(a)}}
function Ne(a){if(a==null)return a;var b=typeof a;if(b==="bigint")return
String(ke(64,a));if(se(a)){if(b==="string")return b=ne(Number(a)),le(b)&&b>=0?
a=String(b):(b=a.indexOf("."),b!==-1&&(a=a.substring(0,b)),Ie(a)||
(he(a),a=ee(Yd,Zd))),a;if(b==="number")return a=ne(a),a>=0&&le(a)?a:Ke(a)}}function
Oe(a){if(typeof a!=="string")throw Error();return a}function Pe(a){if(a!
=null&&typeof a!=="string")throw Error();return a}function Qe(a){return a==null||
typeof a==="string"?a:void 0}
function Re(a,b,c,d){if(a!=null&&typeof a==="object"&&Cd(a))return a;if(!
Array.isArray(a))return c?d&2?((a=b[ld])||(a=new b,yd(a.D),a=b[ld]=a),b=a):b=new
b:b=void 0,b;var e=c=a[A]|0;e===0&&(e|=d&32);e|=d&2;e!==c&&vd(a,e);return new
b(a)}function Se(a,b,c){if(b)return pe(a);var d;return(d=qe(a))!=null?d:c?!1:void
0}function Te(a,b,c){if(b)return Oe(a);var d;return(d=Qe(a))!=null?d:c?"":void
0};var Ue={};function Ve(a){return a};var We={},Xe=function(){try{var a=function()
{return ia(Map,[],this.constructor)};q(a,Map);zc(new a);return!1}catch(b){return!
0}}(),Ye=function(){this.g=new Map};m=Ye.prototype;m.get=function(a){return
this.g.get(a)};m.set=function(a,b){this.g.set(a,b);this.size=this.g.size;return
this};m.delete=function(a){a=this.g.delete(a);this.size=this.g.size;return
a};m.clear=function(){this.g.clear();this.size=this.g.size};m.has=function(a)
{return this.g.has(a)};m.entries=function(){return this.g.entries()};
m.keys=function(){return this.g.keys()};m.values=function(){return
this.g.values()};m.forEach=function(a,b){return
this.g.forEach(a,b)};Ye.prototype[Symbol.iterator]=function(){return
this.entries()};var Ze=function(){if(Xe)return
Object.setPrototypeOf(Ye.prototype,Map.prototype),Object.defineProperties(Ye.protot
ype,{size:{value:0,configurable:!0,enumerable:!0,writable:!0}}),Ye;var a=function()
{return ia(Map,[],this.constructor)};q(a,Map);return a}();function $e(a){return a}
var bf=function(a,b,c,d){c=c===void 0?$e:c;d=d===void 0?$e:d;var e=Ze.call(this)||
this;var f=a[A]|0;f|=64;vd(a,f);e.ac=f;e.Ib=b;e.bd=c;e.Rf=e.Ib?af:d;for(var
g=0;g<a.length;g++){var h=a[g],k=c(h[0],!1,!0),l=h[1];b?l===void
0&&(l=null):l=d(h[1],!1,!0,void 0,void 0,f);Ze.prototype.set.call(e,k,l)}return
e};q(bf,Ze);var cf=function(a){if(a.ac&2)throw Error("Cannot mutate an immutable
Map");};m=bf.prototype;m.clear=function(){cf(this);Ze.prototype.clear.call(this)};
m.delete=function(a){cf(this);return Ze.prototype.delete.call(this,this.bd(a,!0,!
1))};m.entries=function(){if(this.Ib){var a=Ze.prototype.keys.call(this);a=new
Fd(a,df,this)}else a=Ze.prototype.entries.call(this);return a};m.values=function()
{if(this.Ib){var a=Ze.prototype.keys.call(this);a=new
Fd(a,bf.prototype.get,this)}else a=Ze.prototype.values.call(this);return a};
m.forEach=function(a,b){this.Ib?Ze.prototype.forEach.call(this,function(c,d,e)
{a.call(b,e.get(d),d,e)}):Ze.prototype.forEach.call(this,a,b)};m.set=function(a,b)
{cf(this);a=this.bd(a,!0,!1);return a==null?this:b==null?
(Ze.prototype.delete.call(this,a),this):Ze.prototype.set.call(this,a,this.Rf(b,!0,!
0,this.Ib,!1,this.ac))};m.has=function(a){return
Ze.prototype.has.call(this,this.bd(a,!1,!1))};
m.get=function(a){a=this.bd(a,!1,!1);var b=Ze.prototype.get.call(this,a);if(b!
==void 0){var c=this.Ib;return c?(c=this.Rf(b,!1,!0,c,this.Fg,this.ac),c!
==b&&Ze.prototype.set.call(this,a,c),c):b}};bf.prototype[Symbol.iterator]=function(
){return this.entries()};bf.prototype.toJSON=void 0;function af(a,b,c,d,e,f)
{a=Re(a,d,c,f);e&&(a=ef(a));return a}function df(a){return[a,this.get(a)]}var
ff;function gf(){return ff||(ff=new bf(yd([]),void 0,void 0,void 0,We))};function
hf(a,b,c,d,e){d=d?!!(b&32):void 0;var f=[],g=a.length,h=!1;if(b&64){if(b&256)
{g--;var k=a[g];var l=g}else l=4294967295,k=void 0;if(!(e||b&512)){h=!0;var n;var
p=((n=jf)!=null?n:Ve)(k?l- -1:b>>15&1023||536870912,-1,a,k);l=p+-1}}else
l=4294967295,b&1||(k=g&&a[g-1],Dd(k)?(g--,l=g,p=0):k=void 0);n=void 0;for(var
r=0;r<g;r++){var u=a[r];if(u!=null&&(u=c(u,d))!=null)if(r>=l){var t=void 0;((t=n)!
=null?t:n={})[r- -1]=u}else f[r]=u}if(k)for(var w in k)a=k[w],a!=null&&(a=c(a,d))!
=null&&(g=+w,g<p?f[g+
-1]=a:(g=void 0,((g=n)!=null?g:n={})[w]=a));n&&(h?
f.push(n):f[l]=n);e&&vd(f,b&33522241|(n!=null?290:34));return f}function kf(a)
{a[0]=lf(a[0]);a[1]=lf(a[1]);return a}
function lf(a){switch(typeof a){case "number":return Number.isFinite(a)?a:""+a;case
"bigint":return Xd(a)?Number(a):""+a;case "boolean":return a?1:0;case
"object":if(Array.isArray(a)){var b=a[A]|0;return a.length===0&&b&1?void
0:hf(a,b,lf,!1,!1)}if(Cd(a))return mf(a);if(a instanceof bf)return a=a.size!==0?
Array.from(Ze.prototype.entries.call(a),kf):void 0,a;return}return a}var
jf;function nf(a,b){if(b){jf=b==null||b===Ve||b[qd]!==Ue?Ve:b;try{return
mf(a)}finally{jf=void 0}}return mf(a)}
function mf(a){a=a.D;return hf(a,a[A]|0,lf,void 0,!1)};var of,pf;function qf(a)
{switch(typeof a){case "boolean":return of||(of=[0,void 0,!0]);case "number":return
a>0?void 0:a===0?pf||(pf=[0,void 0]):[-a,void 0];case "string":return[0,a];case
"object":return a}}function C(a,b,c){return rf(a,b,c,3)}
function rf(a,b,c,d){if(a==null){var e=96;c?(a=[c],e|=512):a=[];b&&(e=e&-33521665|
(b&1023)<<15)}else{if(!Array.isArray(a))throw Error("narr");e=a[A]|0;8192&e||!
(64&e)||2&e||sf();if(e&1024)throw Error("farr");if(e&64)return d!==3||e&16384||
vd(a,e|16384),a;d===1||d===2||(e|=64);if(c&&(e|=512,c!==a[0]))throw Error("mid");a:
{c=a;var f=c.length;if(f){var g=f-1,h=c[g];if(Dd(h)){e|=256;b=e&512?0:-1;g-
=b;if(g>=1024)throw Error("pvtlmt");for(var k in h)f=+k,f<g&&(c[f+b]=h[k],delete
h[k]);e=e&-33521665|(g&
1023)<<15;break a}}if(b){k=Math.max(b,f-(e&512?0:-1));if(k>1024)throw
Error("spvt");e=e&-33521665|(k&1023)<<15}}}d===3&&(e|=16384);vd(a,e);return
a}function sf(){hd(nd,5)};function tf(a,b){if(typeof a!=="object")return
a;if(Array.isArray(a)){var c=a[A]|0;return a.length===0&&c&1?void 0:c&2?
a:b&&(c===0||c&32&&!(c&64)&&c&16)?(wd(a,34),c&4&&Object.freeze(a),a):hf(a,c,tf,b!
==void 0,!0)}if(Cd(a))return uf(a);if(a instanceof bf){b=a.ac;if(b&2)return
a;if(a.size)
{c=yd(Array.from(Ze.prototype.entries.call(a)));if(a.Ib)for(a=0;a<c.length;a++){var
d=c[a],e=d[1];if(e==null||typeof e!=="object")e=void 0;else if(Cd(e))e=uf(e);else
if(Array.isArray(e)){var f=e[A]|0;b&32&&(f===0||
f&32&&!(f&64)&&f&16)?wd(e,34):e=hf(e,f,tf,!0,!0)}else e=void 0;d[1]=e}return
c}}}function uf(a){var b=a.D,c=b[A]|0;return c&2?a:hf(b,c,tf,!0,!0)}function ef(a)
{var b=a.D;if(!((b[A]|0)&2))return a;a=new a.constructor(hf(b,b[A]|0,tf,!0,!
0));b=a.D;b[A]&=-3;return a};var vf=Rd(0),xf=function(a,b){a=a.D;return wf(a,a[A]|
0,b)},wf=function(a,b,c,d){if(c===-1)return null;var e=c+(b&512?0:-1),f=a.length-
1;if(e>=f&&b&256){b=a[f][c];var g=!0}else if(e<=f)b=a[e];else return;if(d&&b!=null)
{d=d(b);if(d==null)return d;if(d!==b)return g?a[f][c]=d:a[e]=d,d}return
b},zf=function(a,b,c){var d=a.D,e=d[A]|0;Ed(e);yf(d,e,b,c);return a};
function yf(a,b,c,d){var e=b&512?0:-1,f=c+e,g=a.length-1;if(f>=g&&b&256)return a[g]
[c]=d,b;if(f<=g)return a[f]=d,b;d!==void 0&&(g=b>>15&1023||536870912,c>=g?d!
=null&&(f={},a[g+e]=(f[c]=d,f),b|=256,vd(a,b)):a[f]=d);return b}var Af=function(a)
{return a===Gd?2:4};
function Bf(a,b,c,d,e){var f=a.D;a=f[A]|0;var g=2&a?1:d;e=!!e;d=Cf(f,a,b);var
h=d[A]|0;if(!(4&h)){4&h&&(d=ie(d),h=Df(h,a),a=yf(f,a,b,d));for(var
k=0,l=0;k<d.length;k++){var n=c(d[k]);n!=null&&(d[l+
+]=n)}l<k&&(d.length=l);h=Ef(h,a);c=(h|20)&-2049;h=c&=-
4097;vd(d,h);2&h&&Object.freeze(d)}g===1||g===4&&32&h?Ff(h)||(e=h,h|=2,h!
==e&&vd(d,h),Object.freeze(d)):
(g===2&&Ff(h)&&(d=ie(d),h=Df(h,a),h=Gf(h,a,e),vd(d,h),a=yf(f,a,b,d)),Ff(h)||
(b=h,h=Gf(h,a,e),h!==b&&vd(d,h)));return d}
function Cf(a,b,c){a=wf(a,b,c);return Array.isArray(a)?a:td}function Ef(a,b)
{a===0&&(a=Df(a,b),a|=16);return a|1}function Ff(a){return!!(2&a)&&!!(4&a)||!!
(1024&a)}
function Hf(a,b,c,d,e,f){var g=b&2;a:{var h=c,k=b&2;c=!1;if(h==null){if(k)
{a=gf();break a}h=[]}else if(h.constructor===bf){if((h.ac&2)==0||k){a=h;break
a}h=Array.from(Ze.prototype.entries.call(h))}else Array.isArray(h)?c=!!((h[A]|
0)&2):h=[];if(k){if(!h.length){a=gf();break a}c||(c=!0,yd(h))}else if(c){c=!
1;k=ie(h);for(h=0;h<k.length;h++){var
l=k[h]=ie(k[h]);Array.isArray(l[1])&&(l[1]=yd(l[1]))}h=k}c||((h[A]|0)&64?h[A]&=-
33:32&b&&zd(h));f=new bf(h,e,Te,f);yf(a,b,d,f);a=f}!g&&e&&(a.Fg=!0);return a}
function If(a,b,c){a=a.D;var d=a[A]|0;return Hf(a,d,wf(a,d,b),b,void 0,c)}function
Jf(a){var b=Kf;a=a.D;var c=a[A]|0;return Hf(a,c,wf(a,c,24),24,b)}
function Lf(a,b,c,d){var e=a.D,f=e[A]|0;Ed(f);if(c==null)return yf(e,f,b),a;var
g=c[A]|0,h=g,k=Ff(g),l=k||Object.isFrozen(c);k||(g=0);l||
(c=ie(c),h=0,g=Df(g,f),g=Gf(g,f,!0),l=!1);g|=21;var n;k=(n=xd(g))!=null?
n:0;for(n=0;n<c.length;n++){var p=c[n],r=d(p,k);Object.is(p,r)||
(l&&(c=ie(c),h=0,g=Df(g,f),g=Gf(g,f,!0),l=!1),c[n]=r)}g!
==h&&(l&&(c=ie(c),g=Df(g,f),g=Gf(g,f,!0)),vd(c,g));yf(e,f,b,c);return a}
function Mf(a,b,c,d){var e=a.D,f=e[A]|0;Ed(f);yf(e,f,b,(d==="0"?
Number(c)===0:c===d)?void 0:c);return a}var Pf=function(a,b,c,d){var e=a.D,f=e[A]|
0;Ed(f);if(d==null){var g=Nf(e);if(Of(g,e,f,c)===b)g.set(c,0);else return
a}else{g=Nf(e);var h=Of(g,e,f,c);h!
==b&&(h&&(f=yf(e,f,h)),g.set(c,b))}yf(e,f,b,d);return a},Rf=function(a,b,c){return
Qf(a,b)===c?c:-1},Qf=function(a,b){a=a.D;return Of(Nf(a),a,a[A]|0,b)};
function Nf(a){if(id){var b;return(b=a[md])!=null?b:a[md]=new Map}if(md in a)return
a[md];b=new Map;Object.defineProperty(a,md,{value:b});return b}function Of(a,b,c,d)
{var e=a.get(d);if(e!=null)return e;for(var f=e=0;f<d.length;f++){var
g=d[f];wf(b,c,g)!=null&&(e!==0&&(c=yf(b,c,e)),e=g)}a.set(d,e);return e}var
Tf=function(a){var b=Sf;a=a.D;var c=a[A]|0;Ed(c);var d=wf(a,c,4);b=ef(Re(d,b,!
0,c));d!==b&&yf(a,c,4,b);return b};
function Uf(a,b,c){a=a.D;var d=a[A]|0,e=wf(a,d,c);b=Re(e,b,!1,d);b!==e&&b!
=null&&yf(a,d,c,b);return b}var Vf=function(a,b,c){(a=Uf(a,b,c))||(a=b[ld])||(a=new
b,yd(a.D),a=b[ld]=a);return a},D=function(a,b,c){b=Uf(a,b,c);if(b==null)return
b;a=a.D;var d=a[A]|0;if(!(d&2)){var e=ef(b);e!==b&&(b=e,yf(a,d,c,b))}return b};
function Wf(a,b,c,d,e,f,g){a=a.D;var h=!!(2&b),k=h?1:e;f=!!f;g&&(g=!
h);e=Cf(a,b,d);var l=e[A]|0;h=!!(4&l);if(!h){l=Ef(l,b);var n=e,p=b,r=!!(2&l);r&&(p|
=2);for(var u=!r,t=!0,w=0,B=0;w<n.length;w++){var M=Re(n[w],c,!1,p);if(M instanceof
c){if(!r){var ka=!!((M.D[A]|0)&2);u&&(u=!ka);t&&(t=ka)}n[B+
+]=M}}B<w&&(n.length=B);l|=4;l=t?l|16:l&-17;l=u?l|8:l&-
9;vd(n,l);r&&Object.freeze(n)}if(g&&!(8&l||!e.length&&(k===1||k===4&&32&l)))
{Ff(l)&&(e=ie(e),l=Df(l,b),b=yf(a,b,d,e));c=e;g=l;for(n=0;n<c.length;n++)l=c[n],
p=ef(l),l!==p&&(c[n]=p);g|=8;g=c.length?g&-17:g|16;vd(c,g);l=g}k===1||k===4&&32&l?
Ff(l)||(b=l,l|=!e.length||16&l&&(!h||32&l)?2:1024,l!==b&&vd(e,l),Object.freeze(e)):
(k===2&&Ff(l)&&(e=ie(e),l=Df(l,b),l=Gf(l,b,f),vd(e,l),b=yf(a,b,d,e)),Ff(l)||
(d=l,l=Gf(l,b,f),l!==d&&vd(e,l)));return e}
var Xf=function(a,b,c,d){var e=a.D[A]|0;return Wf(a,e,b,c,d,!1,!
(2&e))},E=function(a,b,c){c==null&&(c=void 0);return
zf(a,b,c)},Yf=function(a,b,c,d){d==null&&(d=void 0);return
Pf(a,b,c,d)},Zf=function(a,b,c){var d=a.D,e=d[A]|0;Ed(e);if(c==null)return
yf(d,e,b),a;for(var f=c[A]|0,g=f,h=Ff(f),k=h||Object.isFrozen(c),l=!0,n=!
0,p=0;p<c.length;p++){var r=c[p];h||(r=!!((r.D[A]|0)&2),l&&(l=!r),n&&(n=r))}h||
(f=l?13:5,f=n?f|16:f&-17);k&&f===g||(c=ie(c),g=0,f=Df(f,e),f=Gf(f,e,!0));f!
==g&&vd(c,f);yf(d,e,b,c);
return a};function Df(a,b){2&a&&(a|=16);a=(2&b?a|2:a&-3)|32;return a&=-
1025}function Gf(a,b,c){32&b&&c||(a&=-33);return a}function $f(a,b,c,d,e)
{Ed(a.D[A]|0);a=Bf(a,b,e,2,!0);var f;b=(f=xd(a[A]|0))!=null?
f:0;if(Array.isArray(d))for(f=d.length,e=0;e<f;e++)a.push(c(d[e],b));else
for(d=v(d),f=d.next();!f.done;f=d.next())a.push(c(f.value,b))}
function ag(a,b,c,d){var e=a.D[A]|0;Ed(e);a=Wf(a,e,c,b,2,!0);d=d!=null?d:new
c;a.push(d);b=c=a[A]|0;(d.D[A]|0)&2?(c&=-9,a.length===1&&(c|=16)):c&=-17;c!
==b&&vd(a,c);return d}
var bg=function(a,b,c,d){ag(a,b,c,d);return a},cg=function(a,b){a=xf(a,b);a!
=null&&(typeof a==="bigint"?Xd(a)?a=Number(a):(a=je(64,a),a=Xd(a)?
Number(a):String(a)):a=se(a)?typeof a==="number"?Ge(a):Ce(a):void 0);return
a},dg=function(a,b){a=xf(a,b);b=typeof a;a=a==null?a:b==="bigint"?
Rd(je(64,a)):se(a)?b==="string"?Ee(a):Fe(a):void 0;return a},eg=function(a,b)
{return Qe(xf(a,b))},fg=function(a,b){var c=c===void 0?!1:c;var
d;return(d=qe(xf(a,b)))!=null?d:c},gg=function(a,b){var c=c===void 0?0:c;var d;
return(d=ze(xf(a,b)))!=null?d:c},hg=function(a,b){var c=c===void 0?0:c;var
d;return(d=Ae(xf(a,b)))!=null?d:c},ig=function(a,b){var c=c===void 0?vf:c;var
d;return(d=dg(a,b))!=null?d:c},jg=function(a,b){var c=c===void 0?
0:c;a=a.D;b=wf(a,a[A]|0,b,oe);return b!=null?b:c},F=function(a,b){var c=c===void
0?"":c;var d;return(d=eg(a,b))!=null?d:c},G=function(a,b){var c=c===void 0?0:c;var
d;return(d=ue(xf(a,b)))!=null?d:c},kg=function(a,b){var c=c===void
0?"0":c;a=xf(a,b);b=!0;b=b===void 0?!1:b;var d=typeof a;
a=a==null?a:d==="bigint"?String(je(64,a)):se(a)?d==="string"?Ce(a):b?
De(a):Ge(a):void 0;return a!=null?a:c},lg=function(a,b){return
Bf(a,b,ze,Af())},mg=function(a,b,c){return Bf(a,b,Qe,c)},ng=function(a,b,c){return
G(a,Rf(a,c,b))},og=function(a){var b;return(b=dg(a,3))!=null?b:void
0},pg=function(a,b,c){return zf(a,b,c==null?c:pe(c))},qg=function(a,b,c){return
Mf(a,b,c==null?c:pe(c),!1)},rg=function(a,b,c){return zf(a,b,c==null?
c:ve(c))},sg=function(a,b,c){return Mf(a,b,c==null?c:ve(c),0)},tg=function(a,
b,c){return Mf(a,b,He(c),"0")},ug=function(a,b,c){return
zf(a,b,Pe(c))},vg=function(a,b,c){return zf(a,b,c==null?c:te(c))},H=function(a,b,c)
{return Mf(a,b,c==null?c:te(c),0)},wg=function(a,b,c,d){return Pf(a,b,c,d==null?
d:te(d))};var I=function(a,b,c){this.D=C(a,b,c)};I.prototype.toJSON=function()
{return nf(this)};I.prototype.da=function(a){return
JSON.stringify(nf(this,a))};I.prototype[od]=Bd;I.prototype.toString=function()
{return this.D.toString()};var xg=function(a,b)
{this.j=a>>>0;this.g=b>>>0},zg=function(a){if(!a)return yg||(yg=new
xg(0,0));if(!/^\d+$/.test(a))return null;he(a);return new
xg(Yd,Zd)},yg,Ag=function(a,b){this.j=a>>>0;this.g=b>>>0},Cg=function(a){if(!
a)return Bg||(Bg=new Ag(0,0));if(!/^-?\d+$/.test(a))return null;he(a);return new
Ag(Yd,Zd)},Bg;var Dg=function(){this.g=[]};Dg.prototype.length=function(){return
this.g.length};Dg.prototype.end=function(){var a=this.g;this.g=[];return a};
var Eg=function(a,b,c){for(;c>0||b>127;)a.g.push(b&127|128),b=(b>>>7|
c<<25)>>>0,c>>>=7;a.g.push(b)},Fg=function(a,b){for(;b>127;)a.g.push(b&127|
128),b>>>=7;a.g.push(b)},Gg=function(a,b){if(b>=0)Fg(a,b);else{for(var c=0;c<9;c+
+)a.g.push(b&127|128),b>>=7;a.g.push(1)}},Hg=function(a,b)
{a.g.push(b>>>0&255);a.g.push(b>>>8&255);a.g.push(b>>>16&255);a.g.push(b>>>24&255)}
;var Ig=function(){this.l=[];this.j=0;this.g=new Dg},Jg=function(a,b){b.length!
==0&&(a.l.push(b),a.j+=b.length)},Lg=function(a,b)
{Kg(a,b,2);b=a.g.end();Jg(a,b);b.push(a.j);return b},Mg=function(a,b){var
c=b.pop();for(c=a.j+a.g.length()-c;c>127;)b.push(c&127|128),c>>>=7,a.j+
+;b.push(c);a.j++},Kg=function(a,b,c){Fg(a.g,b*8+c)},Ng=function(a,b,c)
{Kg(a,b,2);Fg(a.g,c.length);Jg(a,a.g.end());Jg(a,c)};function Og(){var a=function()
{throw Error();};Object.setPrototypeOf(a,a.prototype);return a}var
Pg=Og(),Qg=Og(),Rg=Og(),Sg=Og(),Tg=Og();var Ug=function(a,b)
{this.g=a;a=ob(Pg);this.j=!!a&&b===a||!1};function Vg(){var a=Wg;var b=b===void 0?
Pg:b;return new Ug(a,b)}function Wg(a,b,c,d,e){b=Xg(b,d);b!
=null&&(c=Lg(a,c),e(b,a),Mg(a,c))}var Yg=Vg(),Zg=Vg(),
$g=Symbol(),ah=Symbol(),bh,ch;
function dh(a){var b=eh,c=fh,d=a[$g];if(d)return d;d={};d.Qj=a;d.fe=qf(a[0]);var
e=a[1],f=1;e&&e.constructor===Object&&(d.Rg=e,e=a[++f],typeof
e==="function"&&(d.oh=!0,bh!=null||(bh=e),ch!=null||(ch=a[f+1]),e=a[f+=2]));for(var
g={};e&&Array.isArray(e)&&e.length&&typeof e[0]==="number"&&e[0]>0;){for(var
h=0;h<e.length;h++)g[e[h]]=e;e=a[++f]}for(h=1;e!==void 0;){typeof
e==="number"&&(h+=e,e=a[++f]);var k=void 0;if(e instanceof Ug)var l=e;else
l=Yg,f--;e=void 0;if((e=l)==null?0:e.j){e=a[++f];k=a;var n=
f;typeof e==="function"&&(e=e(),k[n]=e);k=e}e=a[++f];n=h+1;typeof
e==="number"&&e<0&&(n-=e,e=a[++f]);for(;h<n;h++){var p=g[h];k?
c(d,h,l,k,p):b(d,h,l,p)}}return a[$g]=d}function Xg(a,b){if(a instanceof I)return
a.D;if(Array.isArray(a))return rf(a,b[0],b[1],2)};function eh(a,b,c)
{a[b]=c.g}function fh(a,b,c,d){var e,f,g=c.g;a[b]=function(h,k,l){return
g(h,k,l,f||(f=dh(d).fe),e||(e=gh(d)))}}function gh(a){var b=a[ah];if(!b){var
c=dh(a);b=function(d,e){return hh(d,e,c)};a[ah]=b}return b}function hh(a,b,c)
{Hd(a,a[A]|0|(c.fe[1]?512:0),function(d,e){if(e!=null){var
f=ih(c,d);f&&f(b,e,d)}})}
function ih(a,b){var c=a[b];if(c)return c;if(c=a.Rg)if(c=c[b]){c=Array.isArray(c)?
c[0]instanceof Ug?c:[Zg,c]:[c,void 0];var d=c[0].g;if(c=c[1]){var
e=gh(c),f=dh(c).fe;c=a.oh?ch(f,e):function(g,h,k){return d(g,h,k,f,e)}}else
c=d;return a[b]=c}};function jh(a,b){if(Array.isArray(b)){var c=b[A]|
0;if(c&4)return b;for(var d=0,e=0;d<b.length;d++){var f=a(b[d]);f!=null&&(b[e+
+]=f)}e<d&&(b.length=e);vd(b,(c|21)&-6145);c&2&&Object.freeze(b);return b}}var
kh=function(a,b){var c=new Ig;hh(a.D,c,dh(b));Jg(c,c.g.end());a=new
Uint8Array(c.j);b=c.l;for(var d=b.length,e=0,f=0;f<d;f++){var
g=b[f];a.set(g,e);e+=g.length}c.l=[a];return a};function lh(a,b){return new
Ug(a,b)}
function mh(a,b,c){b=Me(b);if(b!=null){switch(typeof b){case "string":Cg(b)}if(b!
=null)switch(Kg(a,c,0),typeof b){case "number":a=a.g;be(b);Eg(a,Yd,Zd);break;case
"bigint":c=BigInt.asUintN(64,b);c=new
Ag(Number(c&BigInt(4294967295)),Number(c>>BigInt(32)));Eg(a.g,c.j,c.g);break;defaul
t:c=Cg(b),Eg(a.g,c.j,c.g)}}}function nh(a,b,c){b=ze(b);b!=null&&b!
=null&&(Kg(a,c,0),Gg(a.g,b))}
var oh=lh(function(a,b,c){b=oe(b);b!=null&&(Kg(a,c,1),a=a.g,c=$d||($d=new
DataView(new ArrayBuffer(8))),c.setFloat64(0,+b,!0),Yd=c.getUint32(0,!
0),Zd=c.getUint32(4,!0),Hg(a,Yd),Hg(a,Zd))},Og()),ph=lh(function(a,b,c){b=oe(b);b!
=null&&(Kg(a,c,5),a=a.g,c=$d||($d=new DataView(new
ArrayBuffer(8))),c.setFloat32(0,+b,!0),Zd=0,Yd=c.getUint32(0,!
0),Hg(a,Yd))},Og()),qh=lh(mh,Sg),rh=lh(mh,Sg),sh=lh(mh,Sg),th=lh(function(a,b,c)
{b=Ne(b);if(b!=null){switch(typeof b){case "string":zg(b)}if(b!=null)switch(Kg(a,c,
0),typeof b){case "number":a=a.g;be(b);Eg(a,Yd,Zd);break;case
"bigint":c=BigInt.asUintN(64,b);c=new
xg(Number(c&BigInt(4294967295)),Number(c>>BigInt(32)));Eg(a.g,c.j,c.g);break;defaul
t:c=zg(b),Eg(a.g,c.j,c.g)}}},Og()),uh=lh(nh,Rg),vh=lh(nh,Rg),wh=lh(function(a,b,c)
{b=qe(b);b!=null&&(Kg(a,c,0),a.g.g.push(b?1:0))},Og()),xh=lh(function(a,b,c)
{b=Qe(b);b!=null&&Ng(a,c,wb(b))},Qg),yh;
yh=new Ug(function(a,b,c){b=jh(Qe,b);if(b!=null)for(var d=0;d<b.length;d++){var
e=a,f=c,g=b[d];g!=null&&Ng(e,f,wb(g))}},Qg);var zh,Ah=void 0;Ah=Ah===void 0?
Pg:Ah;zh=new Ug(function(a,b,c,d,e){if(Array.isArray(b))for(var f=0;f<b.length;f++)
{var g=a,h=c,k=e,l=Xg(b[f],d);l!=null&&(h=Lg(g,h),k(l,g),Mg(g,h))}},Ah);var
Bh=lh(function(a,b,c){b=Ae(b);b!=null&&b!
=null&&(Kg(a,c,0),Fg(a.g,b))},Og()),Ch=lh(function(a,b,c){b=ze(b);b!
=null&&(b=parseInt(b,10),Kg(a,c,0),Gg(a.g,b))},Tg),Dh;
Dh=new Ug(function(a,b,c){b=jh(ze,b);if(b!=null&&b.length){c=Lg(a,c);for(var
d=0;d<b.length;d++)Gg(a.g,b[d]);Mg(a,c)}},Tg);function Eh(a){return function(b)
{return kh(b,a)}}function Fh(a){return function(){return kh(this,a)}}function Gh(a)
{return function(b){b=JSON.parse(b);if(!Array.isArray(b))throw Error("Expected jspb
data to be an array, got "+Wa(b)+": "+b);yd(b);return new a(b)}}function Hh(a)
{return function(b){if(b==null||b=="")b=new a;else{b=JSON.parse(b);if(!
Array.isArray(b))throw Error("dnarr");b=new a(zd(b))}return b}};var Ih=function(a)
{this.D=C(a)};q(Ih,I);var Jh=function(a){this.D=C(a)};q(Jh,I);var Kh=function(a)
{this.D=C(a)};q(Kh,I);var Lh=function(a){this.D=C(a)};q(Lh,I);var Mh=function(a)
{this.D=C(a)};q(Mh,I);var Nh=function(a){this.D=C(a)};q(Nh,I);var Oh=function(a)
{this.D=C(a)};q(Oh,I);var Ph=function(a)
{this.D=C(a)};q(Ph,I);Ph.prototype.getEscapedQemQueryId=function(){return
F(this,1)};var Qh=function(a){this.D=C(a)};q(Qh,I);var Rh=function(a)
{this.D=C(a)};q(Rh,I);var Sh=[0,xh,[0,qh],[0,Ch,rh]];var Th=function(a)
{this.D=C(a)};q(Th,I);var Uh=function(a,b,c){c=c===void 0?
{}:c;this.error=a;this.meta=c;this.context=b.context;this.msg=b.message||"";this.id
=b.id||"jserror"},Vh=function(a){return!!(a.error&&a.meta&&a.id)};function Wh(a)
{var b=a.toString();a.name&&b.indexOf(a.name)==-1&&(b+=":
"+a.name);a.message&&b.indexOf(a.message)==-1&&(b+=": "+a.message);if(a.stack)a:
{a=a.stack;var c=b;try{a.indexOf(c)==-1&&(a=c+"\n"+a);for(var d;a!
=d;)d=a,a=a.replace(RegExp("((https?:/..*/)[^/:]*:\\d+(?:.|\n)*)\\
2"),"$1");b=a.replace(RegExp("\n *","g"),"\n");break a}catch(e){b=c;break a}b=void
0}return b};var Xh=function(){},Yh=function(a){var b=!1,c;return function(){b||
(c=a(),b=!0);return c}},Zh=function(a){var b=a;return function(){if(b){var
c=b;b=null;c()}}},$h=function(a){var b=0,c=!1,d=[],e=function(){b=0;c&&(c=!
1,f())},f=function(){b=x.setTimeout(e,1E3);var g=d;d=[];a.apply(void 0,g)};return
function(g){d=arguments;b?c=!0:f()}};var ai=Yh(function(){var a=!1;try{var
b=Object.defineProperty({},"passive",{get:function(){a=!
0}});x.addEventListener("test",null,b)}catch(c){}return a});function bi(a){return
a?a.passive&&ai()?a:a.capture||!1:!1}var ci=function(a,b,c,d){return
a.addEventListener?(a.addEventListener(b,c,bi(d)),!0):!1},di=function(a,b,c)
{a.removeEventListener&&a.removeEventListener(b,c,bi())};var fi=function(){return
Qb&&Ub?Ub.mobile:!ei()&&(z("iPod")||z("iPhone")||z("Android")||
z("IEMobile"))},ei=function(){return Qb&&Ub?!Ub.mobile&&(z("iPad")||z("Android")||
z("Silk")):z("iPad")||z("Android")&&!z("Mobile")||z("Silk")};function gi(a,b,c)
{for(var d in a)b.call(c,a[d],d,a)}function hi(a,b){var c={},d;for(d in
a)b.call(void 0,a[d],d,a)&&(c[d]=a[d]);return c}function ii(a){var b=ji,c;for(c in
b)if(!a.call(void 0,b[c],c,b))return!1;return!0}function ki(a){var b=[],c=0,d;for(d
in a)b[c++]=a[d];return b}function li(a){var b=[],c=0,d;for(d in a)b[c++]=d;return
b}function mi(a,b){var c=Xa(b),d=c?b:arguments;for(c=c?0:1;c<d.length;c++)
{if(a==null)return;a=a[d[c]]}return a}function ni(a,b){return a!==null&&b in a}
function oi(a,b){for(var c in a)if(a[c]==b)return!0;return!1}function pi(a){var
b=qi,c;for(c in b)if(a.call(void 0,b[c],c,b))return c}function vi(a){for(var b in
a)return!1;return!0}function wi(a){for(var b in a)delete a[b]}function xi(a,b,c)
{return a!==null&&b in a?a[b]:c}var yi="constructor hasOwnProperty isPrototypeOf
propertyIsEnumerable toLocaleString toString valueOf".split(" ");
function zi(a,b){for(var c,d,e=1;e<arguments.length;e++){d=arguments[e];for(c in
d)a[c]=d[c];for(var f=0;f<yi.length;f+
+)c=yi[f],Object.prototype.hasOwnProperty.call(d,c)&&(a[c]=d[c])}};/*

Copyright Google LLC


SPDX-License-Identifier: Apache-2.0
*/
var Ai=globalThis.trustedTypes,Bi;function Ci(){var a=null;if(!Ai)return a;try{var
b=function(c){return c};a=Ai.createPolicy("goog#html",
{createHTML:b,createScript:b,createScriptURL:b})}catch(c){}return a}function Di()
{Bi===void 0&&(Bi=Ci());return Bi};var Ei=function(a)
{this.g=a};Ei.prototype.toString=function(){return this.g+""};function Fi(a){var
b=Di();return new Ei(b?b.createScriptURL(a):a)};var Gi=function(a)
{this.g=a};Gi.prototype.toString=function(){return this.g};var Hi=new
Gi("about:invalid#zClosurez");var Ii=function(a){this.rh=a};function Ji(a){return
new Ii(function(b){return b.substr(0,a.length+1).toLowerCase()===a+":"})}var
Ki=[Ji("data"),Ji("http"),Ji("https"),Ji("mailto"),Ji("ftp"),new Ii(function(a)
{return/^[^:]*([/?#]|$)/.test(a)})];
function Li(a){if(typeof MediaSource!=="undefined"&&a instanceof MediaSource)return
new Gi(URL.createObjectURL(a));var b=a.type;b.toLowerCase()==="application/octet-
stream"?b=!0:(b=b.match(/^([^;]+)(?:;\w+=(?:\w+|"[\w;,= ]+"))*$/i),b=(b==null?void
0:b.length)===2&&(/^image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp|x-icon|heic|heif|avif|
x-ms-bmp)$/i.test(b[1])||/^video\/(?:3gpp|avi|mpeg|mpg|mp4|ogg|webm|x-flv|x-
matroska|quicktime|x-ms-wmv)$/i.test(b[1])||/^audio\/(?:3gpp2|3gpp|aac|amr|L16|
midi|mp3|mp4|mpeg|oga|ogg|opus|x-m4a|x-matroska|x-wav|wav|webm)$/i.test(b[1])||
/^font\/[\w-]+$/i.test(b[1])));if(!b)throw Error("");return new
Gi(URL.createObjectURL(a))}var Mi=/^\s*(?!javascript:)(?:[\w+.-]+:|[^:/?#]*(?:[/?
#]|$))/i;var Ni=function(a){this.g=a};Ni.prototype.toString=function(){return
this.g+""};function Oi(a){if(a instanceof Ni)return a.g;throw Error("");};function
Pi(a,b){if(b instanceof Ei)b=b.g;else throw Error("");a.src=b;var
c;b=a.ownerDocument;b=b===void 0?document:b;var d;b=(d=(c=b).querySelector)==null?
void 0:d.call(c,"script[nonce]");(c=b==null?"":b.nonce||
b.getAttribute("nonce")||"")&&a.setAttribute("nonce",c)};function Qi(a,b)
{if(a.nodeType===1&&/^(script|style)$/i.test(a.tagName))throw
Error("");a.innerHTML=Oi(b)};var Ri=function(a){var b=[],c=[],d={},e=function(f,g)
{var h=g+" ";try{if(f===void 0)b.push("undefined");else
if(f===null)b.push("NULL");else if(typeof
f==="string")b.push('"'+f.replace(/\n/g,"\n"+g)+'"');else if(typeof
f==="function")b.push(String(f).replace(/\n/g,"\n"+g));else if(Ya(f)){f[bb]||
c.push(f);var k=db(f);if(d[k])b.push("*** reference loop detected (id="+k+")
***");else{d[k]=!0;b.push("{");for(var l in f)typeof f[l]!=="function"&&(b.push("\
n"),b.push(h),b.push(l+" = "),e(f[l],h));b.push("\n"+
g+"}");delete d[k]}}else b.push(f)}catch(n){b.push("*** "+n+"
***")}};e(a,"");for(a=0;a<c.length;a++)eb(c[a]);return b.join("")};function Si(a,b)
{a.write(Oi(b))};var Ti=function(a){return decodeURIComponent(a.replace(/\+/g,"
"))},Ui=function(a){Kb.test(a)&&(a.indexOf("&")!=-
1&&(a=a.replace(Eb,"&amp;")),a.indexOf("<")!=-
1&&(a=a.replace(Fb,"&lt;")),a.indexOf(">")!=-
1&&(a=a.replace(Gb,"&gt;")),a.indexOf('"')!=-
1&&(a=a.replace(Hb,"&quot;")),a.indexOf("'")!=-
1&&(a=a.replace(Ib,"&#39;")),a.indexOf("\x00")!=-
1&&(a=a.replace(Jb,"&#0;")));return a},Vi=function(a,b)
{a.length>b&&(a=a.substring(0,b-3)+"...");return a},Wi=String.prototype.repeat?
function(a,b){return a.repeat(b)}:
function(a,b){return Array(b+1).join(a)},Xi=function(a){return
a==null?"":String(a)},Yi=Math.random()*2147483648|0,Zi=function(a){return
String(a).replace(/\-([a-z])/g,function(b,c){return c.toUpperCase()})},
$i=function(){return"googleAvInapp".replace(/([A-Z])/g,"-
$1").toLowerCase()},aj=function(a){return a.replace(RegExp("(^|[\\s]+)([a-
z])","g"),function(b,c,d){return c+d.toUpperCase()})},bj=function(a)
{isFinite(a)&&(a=String(a));return typeof a==="string"?/^\s*-?0x/i.test(a)?
parseInt(a,16):parseInt(a,
10):NaN};var cj=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)
(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?
$"),dj=function(a){var b=a.match(cj);a=b[1];var c=b[3];b=b[4];var
d="";a&&(d+=a+":");c&&(d=d+"//"+c,b&&(d+=":"+b));return d},ej=function(a,b){if(a)
{a=a.split("&");for(var c=0;c<a.length;c++){var d=a[c].indexOf("="),e=null;if(d>=0)
{var f=a[c].substring(0,d);e=a[c].substring(d+1)}else f=a[c];b(f,e?
Ti(e):"")}}},fj=/#|$/,gj=function(a,b){var c=a.search(fj);a:{var d=
0;for(var e=b.length;(d=a.indexOf(b,d))>=0&&d<c;){var f=a.charCodeAt(d-
1);if(f==38||f==63)if(f=a.charCodeAt(d+e),!f||f==61||f==38||f==35)break
a;d+=e+1}d=-1}if(d<0)return null;e=a.indexOf("&",d);if(e<0||
e>c)e=c;d+=b.length+1;return Ti(a.slice(d,e!==-1?e:0))};function hj(a){var
b=Na.apply(1,arguments);if(b.length===0)return Fi(a[0]);for(var
c=a[0],d=0;d<b.length;d++)c+=encodeURIComponent(b[d])+a[d+1];return Fi(c)};var
ij=function(a){try{return!!a&&a.location.href!=null&&Ac(a,"foo")}catch(b){return!
1}},jj=function(){if(!globalThis.crypto)return Math.random();try{var a=new
Uint32Array(1);globalThis.crypto.getRandomValues(a);return
a[0]/65536/65536}catch(b){return Math.random()}},kj=function(a,b){if(a)for(var c in
a)Object.prototype.hasOwnProperty.call(a,c)&&b(a[c],c,a)},lj=function(a){var
b=a.length;if(b==0)return 0;for(var c=305419896,d=0;d<b;d++)c^=(c<<5)+
(c>>2)+a.charCodeAt(d)&4294967295;return c>0?c:4294967296+
c};function mj(a){var b,c;return(c=(b=/https?:\/\/[^\/]+/.exec(a))==null?void
0:b[0])!=null?c:""}
var nj=function(){var a=x;try{for(var b=null;b!
=a;b=a,a=a.parent)switch(a.location.protocol){case "https:":return!0;case
"file:":return!0;case "http:":return!1}}catch(c){}return!0},oj=function(a)
{a=a&&a.toString&&a.toString();return typeof a==="string"&&Lb(a,"[native
code]")},pj=function(a,b){try{return!(!a.frames||!a.frames[b])}catch(c){return!
1}},qj=function(a,b){for(var c=0;c<50;++c){if(pj(a,b))return a;a:{try{var
d=a.parent;if(d&&d!=a){var e=d;break a}}catch(f){}e=null}if(!(a=e))break}return
null},
rj=Yh(function(){return fi()?2:ei()?1:0}),sj=function(){var a=window;if(typeof
a.goog_pvsid!=="number")try{var b=Object,c=b.defineProperty,d=void 0;d=d===void 0?
Math.random:d;var e=Math.floor(d()*4503599627370496);c.call(b,a,"goog_pvsid",
{value:e,configurable:!1})}catch(f){}return Number(a.goog_pvsid)||-
1},tj=function(a,b){b=b===void 0?document:b;return
b.createElement(String(a).toLowerCase())},uj=function(a){for(var b=a;a&&a!
=a.parent;)a=a.parent,ij(a)&&(b=a);return b};function vj(a,b,c,d,e){wj(a,b,c===void
0?null:c,d===void 0?!1:d,e===void 0?!1:e)}function wj(a,b,c,d,e){e=e===void 0?!
1:e;a.google_image_requests||(a.google_image_requests=[]);var
f=tj("IMG",a.document);if(c||d){var g=function(h)
{c&&c(h);d&&qc(a.google_image_requests,f);di(f,"load",g);di(f,"error",g)};ci(f,"loa
d",g);ci(f,"error",g)}e&&(f.attributionSrc="");f.src=b;a.google_image_requests.push
(f)}
function xj(a,b){var c=c===void 0?!1:c;var
d="https://pagead2.googlesyndication.com/pagead/gen_204?id="+b;kj(a,function(e,f)
{if(e||e===0)d+="&"+f+"="+encodeURIComponent(String(e))});yj(d,c)}
function yj(a,b){var c=window;b=b===void 0?!1:b;var d=d===void 0?!1:d;c.fetch?
(b={keepalive:!0,credentials:"include",redirect:"follow",method:"get",mode:"no-
cors"},d&&(b.mode="cors","setAttributionReporting"in XMLHttpRequest.prototype?
b.attributionReporting={eventSourceEligible:"true",triggerEligible:"false"}:b.heade
rs={"Attribution-Reporting-Eligible":"event-source"}),c.fetch(a,b)):vj(c,a,void
0,b,d)};function zj(a,b){try{var c=function(d){var
e={};return[(e[d.Pf]=d.sf,e)]};return JSON.stringify([a.filter(function(d){return
d.ce}).map(c),nf(b),a.filter(function(d){return!d.ce}).map(c)])}catch(d){return
Aj(d,b),""}}function Aj(a,b){try{xj({m:Wh(a instanceof Error?
a:Error(String(a))),b:G(b,1)||null,v:F(b,2)||null},"rcs_internal")}catch(c){}}var
Bj=function(a,b){var c=new Th;a=H(c,1,a);b=Mf(a,2,Pe(b),"");a=b.D;c=a[A]|
0;this.l=c&2?b:new b.constructor(hf(a,c,tf,!0,!0))};var Cj=function(a)
{this.D=C(a)};q(Cj,I);var Dj=[1,2,3];var Ej=function(a){this.D=C(a)};q(Ej,I);var
Fj=[2,4];var Gj=function(a){this.D=C(a)};q(Gj,I);var Hj=function(a)
{this.D=C(a)};q(Hj,I);var Ij=function(a){this.D=C(a)};q(Ij,I);var Jj=function(a,b)
{return H(a,1,b)},Kj=function(a,b){return H(a,2,b)};var Lj=function(a)
{this.D=C(a)};q(Lj,I);var Mj=[1,2];var Nj=function(a){this.D=C(a)};q(Nj,I);var
Oj=function(a,b){return E(a,1,b)},Pj=function(a,b){return
Zf(a,2,b)},Qj=function(a,b){return Lf(a,4,b,ve)},Rj=function(a,b){return
Zf(a,5,b)},Sj=function(a,b){return H(a,6,b)};var Tj=function(a)
{this.D=C(a)};q(Tj,I);var Uj=[1,2,3,4,6];var Vj=function(a)
{this.D=C(a)};q(Vj,I);var Wj=function(a){this.D=C(a)};q(Wj,I);var Xj=[2,3,4];var
Yj=function(a){this.D=C(a)};q(Yj,I);var Zj=[3,4,5],ak=[6,7];var bk=function(a)
{this.D=C(a)};q(bk,I);var ck=[4,5];var dk=function(a)
{this.D=C(a)};q(dk,I);dk.prototype.getTagSessionCorrelator=function(){return
ig(this,2)};var fk=function(a){var b=new dk;return Yf(b,4,ek,a)},ek=[4,5,7,8,9];var
gk=function(a){this.D=C(a)};q(gk,I);var hk=function(a){this.D=C(a)};q(hk,I);var
ik=function(a){this.D=C(a)};q(ik,I);var jk=function(a)
{this.D=C(a)};q(jk,I);jk.prototype.ob=function(){return
D(this,hk,1)};jk.prototype.getSize=function(){return
D(this,ik,2)};jk.prototype.getDuration=function(){return D(this,gk,3)};var
kk=function(a){this.D=C(a)};q(kk,I);var lk=function(a){this.D=C(a)};q(lk,I);var
mk=function(a){this.D=C(a)};q(mk,I);var nk=function(a){this.D=C(a)};q(nk,I);var
ok=function(a){this.D=C(a)};q(ok,I);ok.prototype.getEscapedQemQueryId=function()
{return F(this,4)};var pk=function(a){this.D=C(a)};q(pk,I);var qk=function(a)
{this.D=C(a)};q(qk,I);qk.prototype.getEscapedQemQueryId=function(){return
F(this,2)};var sk=function(a){this.g=a;this.Xh=new rk(this.g)},rk=function(a)
{this.g=a;this.ci=new tk(this.g)},tk=function(a){this.g=a;this.runAdAuction=new
uk;this.Dg=new vk(this.g)},vk=function(a){this.g=a},wk=function(a,b){a=a.g;var
c=a.H;var d=new Gj;d=Mf(d,1,Pe("SOomke"),"");var e=new
Cj;e=Pf(e,1,Dj,Pe(b.Kd));d=bg(d,4,Cj,e);e=new
Cj;e=Pf(e,1,Dj,Pe(b.status));d=bg(d,4,Cj,e);e=new
Ej;b=Pf(e,2,Fj,He(Math.round(b.Fe)));b=E(d,3,b);c.call(a,b)},uk=function()
{this.duration=new xk},xk=function(){},yk=function(){Bj.apply(this,
arguments);this.uh=new sk(this)};q(yk,Bj);var zk=function()
{yk.apply(this,arguments)};q(zk,yk);zk.prototype.Cd=function()
{this.A.apply(this,ra(Na.apply(0,arguments).map(function(a){return{ce:!
0,Pf:4,sf:nf(a)}})))};zk.prototype.H=function()
{this.A.apply(this,ra(Na.apply(0,arguments).map(function(a){return{ce:!
1,Pf:1,sf:nf(a)}})))};var Ak=function(a,b){if(globalThis.fetch)globalThis.fetch(a,
{method:"POST",body:b,keepalive:b.length<65536,credentials:"omit",mode:"no-
cors",redirect:"follow"}).catch(function(){});else{var c=new
XMLHttpRequest;c.open("POST",a,!0);c.send(b)}};var Bk=function(a,b,c,d,e,f,g,h)
{zk.call(this,a,b);this.F=c;this.L=d;this.G=e;this.C=f;this.I=g;this.o=h;this.g=[];
this.j=null;this.B=!1};q(Bk,zk);var Ck=function(a){a.j!
==null&&(clearTimeout(a.j),a.j=null);if(a.g.length){var b=zj(a.g,a.l);a.L(a.F+"?
e=1",b);a.g=[]}};
Bk.prototype.A=function(){var
a=Na.apply(0,arguments),b=this;try{this.I&&zj(this.g.concat(a),this.l).length>=6553
6&&Ck(this),this.o&&!this.B&&(this.B=!0,this.o.g(function()
{Ck(b)})),this.g.push.apply(this.g,ra(a)),this.g.length>=this.C&&Ck(this),this.g.le
ngth&&this.j===null&&(this.j=setTimeout(function(){Ck(b)},this.G))}catch(c)
{Aj(c,this.l)}};
var
Dk=function(a,b,c,d,e,f){Bk.call(this,a,b,"https://pagead2.googlesyndication.com/
pagead/ping",Ak,c===void 0?1E3:c,d===void 0?100:d,(e===void 0?!1:e)&&!!
globalThis.fetch,f)};q(Dk,Bk);var Ek=function(a,b){this.x=a!==void 0?a:0;this.y=b!
==void 0?b:0};m=Ek.prototype;m.Mb=function(a){return a instanceof Ek&&(this==a?!
0:this&&a?this.x==a.x&&this.y==a.y:!1)};m.ceil=function()
{this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this};m.floor=function()
{this.x=Math.floor(this.x);this.y=Math.floor(this.y);return
this};m.round=function(){this.x=Math.round(this.x);this.y=Math.round(this.y);return
this};m.scale=function(a,b){this.x*=a;this.y*=typeof b==="number"?b:a;return
this};function J(a,b,c,d)
{this.top=a;this.right=b;this.bottom=c;this.left=d}J.prototype.getWidth=function()
{return this.right-this.left};J.prototype.getHeight=function(){return this.bottom-
this.top};var Fk=function(a){return new
J(a.top,a.right,a.bottom,a.left)};J.prototype.contains=function(a){return this&&a?a
instanceof J?
a.left>=this.left&&a.right<=this.right&&a.top>=this.top&&a.bottom<=this.bottom:a.x>
=this.left&&a.x<=this.right&&a.y>=this.top&&a.y<=this.bottom:!1};
J.prototype.expand=function(a,b,c,d){Ya(a)?(this.top-
=a.top,this.right+=a.right,this.bottom+=a.bottom,this.left-=a.left):(this.top-
=a,this.right+=Number(b),this.bottom+=Number(c),this.left-=Number(d));return
this};var Gk=function(a,b){return a==b?!0:a&&b?
a.top==b.top&&a.right==b.right&&a.bottom==b.bottom&&a.left==b.left:!
1};J.prototype.ceil=function()
{this.top=Math.ceil(this.top);this.right=Math.ceil(this.right);this.bottom=Math.cei
l(this.bottom);this.left=Math.ceil(this.left);return this};
J.prototype.floor=function()
{this.top=Math.floor(this.top);this.right=Math.floor(this.right);this.bottom=Math.f
loor(this.bottom);this.left=Math.floor(this.left);return
this};J.prototype.round=function()
{this.top=Math.round(this.top);this.right=Math.round(this.right);this.bottom=Math.r
ound(this.bottom);this.left=Math.round(this.left);return this};
var Hk=function(a,b,c){b instanceof Ek?
(a.left+=b.x,a.right+=b.x,a.top+=b.y,a.bottom+=b.y):(a.left+=b,a.right+=b,typeof
c==="number"&&(a.top+=c,a.bottom+=c));return a};J.prototype.scale=function(a,b)
{b=typeof b==="number"?
b:a;this.left*=a;this.right*=a;this.top*=b;this.bottom*=b;return this};var
Ik=function(a,b){this.width=a;this.height=b},Jk=function(a,b){return a==b?!0:a&&b?
a.width==b.width&&a.height==b.height:!1};m=Ik.prototype;m.aspectRatio=function()
{return this.width/this.height};m.isEmpty=function(){return!
(this.width*this.height)};m.ceil=function()
{this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return
this};m.floor=function()
{this.width=Math.floor(this.width);this.height=Math.floor(this.height);return
this};
m.round=function()
{this.width=Math.round(this.width);this.height=Math.round(this.height);return
this};m.scale=function(a,b){this.width*=a;this.height*=typeof b==="number"?
b:a;return this};var Kk=function(a,b,c,d)
{this.left=a;this.top=b;this.width=c;this.height=d},Lk=function(a){return new
J(a.top,a.left+a.width,a.top+a.height,a.left)};m=Kk.prototype;m.contains=function(a
){return a instanceof Ek?
a.x>=this.left&&a.x<=this.left+this.width&&a.y>=this.top&&a.y<=this.top+this.height
:this.left<=a.left&&this.left+this.width>=a.left+a.width&&this.top<=a.top&&this.top
+this.height>=a.top+a.height};m.getSize=function(){return new
Ik(this.width,this.height)};
m.ceil=function()
{this.left=Math.ceil(this.left);this.top=Math.ceil(this.top);this.width=Math.ceil(t
his.width);this.height=Math.ceil(this.height);return this};m.floor=function()
{this.left=Math.floor(this.left);this.top=Math.floor(this.top);this.width=Math.floo
r(this.width);this.height=Math.floor(this.height);return this};m.round=function()
{this.left=Math.round(this.left);this.top=Math.round(this.top);this.width=Math.roun
d(this.width);this.height=Math.round(this.height);return this};
m.scale=function(a,b){b=typeof b==="number"?
b:a;this.left*=a;this.width*=a;this.top*=b;this.height*=b;return this};function
Mk(a){a=a===void 0?x:a;var b=a.context||a.AMP_CONTEXT_DATA;if(!
b)try{b=a.parent.context||a.parent.AMP_CONTEXT_DATA}catch(e){}var
c,d;return((c=b)==null?0:c.pageViewId)&&((d=b)==null?0:d.canonicalUrl)?b:null};var
Nk=function(){this.S={}},Ok=function(){var a=Mk(window);if(a){if(a){var
b=a.pageViewId;a=a.clientId;typeof
a==="string"&&(b+=a.replace(/\D/g,"").substr(0,6))}else
b=null;return+b}b=uj(window);a=b.google_global_correlator;a||
(b.google_global_correlator=a=1+Math.floor(Math.random()*8796093022208));return
a},Qk=function(a,b){var c=Pk[7]||"google_ps_7";a=a.S;var d=a[c];return d===void 0?
(a[c]=b(),a[c]):d},Rk=function(a){var b=Ok();return Qk(a,function(){return
b})},Tk=function(){if(Sk)var a=Sk;else{a=
((a=a===void 0?Mk():a)?ij(a.master)?a.master:null:null)||window;var
b=a.google_persistent_state_async;a=b!=null&&typeof b=="object"&&b.S!=null&&typeof
b.S=="object"?Sk=b:a.google_persistent_state_async=Sk=new Nk}return
Rk(a)},Sk=null,Uk={},Pk=(Uk[8]="google_prev_ad_formats_by_region",Uk[9]="google_pre
v_ad_slotnames_by_region",Uk);var
Vk=ta(["https://pagead2.googlesyndication.com/pagead/js/err_rep.js"]),Wk=function()
{var a=a===void 0?"jserror":a;var b=b===void 0?.01:b;var c=c===void 0?
hj(Vk):c;this.j=a;this.l=b;this.o=c;this.g=!1};Wk.prototype.Ee=function(a)
{this.g=a};
Wk.prototype.Za=function(a,b,c,d){c=c===void 0?this.l:c;d=d===void 0?
this.j:d;if(Math.random()>c)return this.g;Vh(b)||(b=new Uh(b,
{context:a,id:d}));x.google_js_errors=x.google_js_errors||
[];x.google_js_errors.push(b);x.error_rep_loaded||
(b=x.document,a=tj("SCRIPT",b),Pi(a,this.o),(b=b.getElementsByTagName("script")
[0])&&b.parentNode&&b.parentNode.insertBefore(a,b),x.error_rep_loaded=!0);return
this.g};Wk.prototype.Gb=function(a,b){try{return b()}catch(c){if(!
this.Za(a,c,this.l,this.j))throw c;}};
Wk.prototype.te=function(a,b,c){var d=this;return function(){var
e=Na.apply(0,arguments);return d.Gb(a,function(){return b.apply(c,e)})}};function
Xk(a){if(a.prerendering)return 3;var
b;return(b={visible:1,hidden:2,prerender:3,preview:4,unloaded:5,"":0}
[a.visibilityState||a.webkitVisibilityState||a.mozVisibilityState||""])!=null?
b:0}function Yk(a){var b;a.visibilityState?
b="visibilitychange":a.mozVisibilityState?
b="mozvisibilitychange":a.webkitVisibilityState&&(b="webkitvisibilitychange");retur
n b};var Zk=null,$k=function(){var a=a===void 0?window:a;if(Zk===null)
{Zk="";try{var b="";try{b=a.top.location.hash}catch(d){b=a.location.hash}if(b){var
c=b.match(/\bdeid=([\d,]+)/);Zk=c?c[1]:""}}catch(d){}}return Zk};function al(){var
a=a===void 0?x:a;return(a=a.performance)&&a.now&&a.timing?Math.floor(a.now()
+a.timing.navigationStart):nb()}function bl(){var a=a===void 0?
x:a;return(a=a.performance)&&a.now?a.now():null}function cl(a,b){b=b===void 0?
x:b;var c,d;return((c=b.performance)==null?void 0:(d=c.timing)==null?void 0:d[a])||
0}
function dl(){var a=a===void 0?x:a;var b=Math.min(cl("domLoading",a)||
Infinity,cl("domInteractive",a)||Infinity);return b===Infinity?
Math.max(cl("responseEnd",a),cl("navigationStart",a)):b};var el=function(a,b,c,d)
{this.label=a;this.type=b;this.value=c;this.duration=d===void 0?
0:d;this.taskId=this.slotId=void 0;this.uniqueId=Math.random()};var
fl=x.performance,gl=!!(fl&&fl.mark&&fl.measure&&fl.clearMarks),hl=Yh(function(){var
a;if(a=gl)a=$k(),a=!!a.indexOf&&a.indexOf("1337")>=0;return a}),il=function(a,b)
{this.events=[];this.g=b||x;var
c=null;b&&(b.google_js_reporting_queue=b.google_js_reporting_queue||
[],this.events=b.google_js_reporting_queue,c=b.google_measure_js_timing);this.l=hl(
)||(c!=null?c:Math.random()<a)};
il.prototype.A=function(){this.l=!1;this.events!
==this.g.google_js_reporting_queue&&(hl()&&fc(this.events,jl),this.events.length=0)
};il.prototype.I=function(a){!this.l||this.events.length>2048||
this.events.push(a)};var jl=function(a)
{a&&fl&&hl()&&(fl.clearMarks("goog_"+a.label+"_"+a.uniqueId+"_start"),fl.clearMarks
("goog_"+a.label+"_"+a.uniqueId+"_end"))};
il.prototype.start=function(a,b){if(!this.l)return null;a=new el(a,b,bl()||
al());b="goog_"+a.label+"_"+a.uniqueId+"_start";fl&&hl()&&fl.mark(b);return
a};il.prototype.end=function(a){if(this.l&&typeof a.value==="number")
{a.duration=(bl()||al())-a.value;var
b="goog_"+a.label+"_"+a.uniqueId+"_end";fl&&hl()&&fl.mark(b);this.I(a)}};function
kl(a){a=a._google_rum_ns_=a._google_rum_ns_||{};return a.pq=a.pq||[]};function
ll(a,b,c){kj(b,function(d,e){var f=c&&c[e];!d&&d!==0||f||
(a+="&"+encodeURIComponent(e)+"="+encodeURIComponent(String(d)),c&&(c[e]=!
0))});return a}
var Fl=function(a,b,c,d,e,f,g,h){f=f===void 0?Infinity:f;g=g===void 0?!
1:g;il.call(this,a,h);var
k=this;this.W=b;this.domain=c;this.path=d;this.ba=e;this.L=0;this.C={};this.H={};th
is.aa=[];this.report={};this.j=0;this.G=[];this.M=f;a=this.g.navigator;this.V=!
(this.domain!=="csi.gstatic.com"||!a||!
a.sendBeacon);this.g.performance&&this.g.performance.now||
Bl(this,"dat",1);a&&a.deviceMemory&&Bl(this,"dmc",a.deviceMemory);this.g===this.g.t
op&&Bl(this,"top",1);this.K=!g;this.P=function(){k.g.setTimeout(function(){k.o()},
1100)};this.T=function(){for(var n=v(k.aa),p=n.next();!p.done;p=n.next())
{p=p.value;try{p()}catch(u){}}n=k.g;var r=r===void 0?{}:r;typeof
window.CustomEvent==="function"?p=new CustomEvent("rum_blp",r):
(p=document.createEvent("CustomEvent"),p.initCustomEvent("rum_blp",!!r.bubbles,!!
r.cancelable,r.detail));n.dispatchEvent(p);k.o()};this.ha=$h(function()
{k.o()});this.fa=function(){var n=k.g.document;(n.hidden!=null?
n.hidden:n.mozHidden!=null?n.mozHidden:n.webkitHidden!
=null&&n.webkitHidden)&&k.ha()};
this.F=this.g.setTimeout(function()
{k.o()},5E3);this.B=b.length+c.length+d.length+e.length+3;fc(this.events,function(n
){Cl(k,n)});b=kl(this.g);var l=function(){var n=Na.apply(0,arguments)
[0],p=n[0];n=n[1];var
r=p.length+n.length+2;k.B+k.j+r>8E3&&k.o();k.G.push([p,n]);k.j+=r;Dl(k);return
0};fc(b,function(n){return l(n)});b.length=0;b.push=l;Bl(this,"puid",
(this.L+1).toString(36)+"~"+nb().toString(36));El(this)};q(Fl,il);
var El=function(a){a.g.document.readyState==="complete"?a.g.setTimeout(function()
{a.o()},0):ci(a.g,"load",a.P);var b=Yk(a.g.document);typeof b!
=="undefined"&&ci(a.g,b,a.fa);ci(a.g,"pagehide",a.T)},Bl=function(a,b,c)
{c=String(c);a.B=a.C[b]!=null?a.B+(c.length-a.C[b].length):a.B+
(b.length+c.length+2);a.C[b]=c},Il=function(a,b,c,d,e){e=e===void 0?"":e;var
f=Gl(a,b,c,d,e);a.B+a.j+f>8E3&&(a.o(),f=b.length+c.length+2);Hl(a,b,c,d,e);a.j+=f;D
l(a)},Gl=function(a,b,c,d,e){return a.report[b]==null?b.length+
c.length+2:d?c.length+(e===void 0?"":e).length:c.length-
a.report[b].length},Hl=function(a,b,c,d,e){a.report[b]=d&&a.report[b]!=null?
a.report[b]+(""+(e===void 0?"":e)+c):c},Dl=function(a)
{a.B+a.j>=6E3&&a.o()};Fl.prototype.o=function(){if(this.l&&this.K)
{try{this.j&&(this.sendBeacon(this.report),this.L===this.M&&this.A())}catch(a){(new
Wk).Za(358,a)}this.report={};this.j=0;this.events.length=0;this.g.clearTimeout(this
.F);this.F=0}};
var Jl=function(a,b){var
c=a.W+"//"+a.domain+a.path+a.ba,d={};c=ll(c,a.C,d);c=ll(c,b,d);b=a.g;b.google_timin
g_params&&(c=ll(c,b.google_timing_params,d),b.google_timing_params=void
0);fc(a.G,function(e){var f=v(e);e=f.next().value;f=f.next().value;var g={};c=ll(c,
(g[e]=f,g))});a.G.length=0;return c};
Fl.prototype.sendBeacon=function(a){this.L++;a=Jl(this,a);var b=!1;try{b=!!
(this.V&&this.g.navigator&&this.g.navigator.sendBeacon(a,null))}catch(c){this.V=!
1}b||vj(this.g,a);Bl(this,"puid",(this.L+1).toString(36)+"~"+nb().toString(36))};
var Cl=function(a,b){var c="met."+b.type,d=typeof b.value==="number"?
Math.round(b.value).toString(36):b.value,e=Math.round(b.duration);b=""+b.label+
(b.slotId!=null?"_"+b.slotId:"")+("."+d)+(e>0?"_"+e.toString(36):"")+(b.taskId!
=null?"__"+Math.round(b.taskId).toString(36):"");Il(a,c,b,!
0,"~")};Fl.prototype.I=function(a)
{this.l&&this.L<this.M&&(il.prototype.I.call(this,a),Cl(this,a))};
Fl.prototype.A=function()
{il.prototype.A.call(this);this.g.clearTimeout(this.F);this.j=this.F=0;this.report=
{};wi(this.H);wi(this.C);di(this.g,"load",this.P);di(this.g,"pagehide",this.T)};var
K=function(a){var b="Cb";if(a.Cb&&a.hasOwnProperty(b))return a.Cb;b=new a;return
a.Cb=b};var L=function(){this.g=new Fl(1,"https:","csi.gstatic.com","/csi?
v=2&s=","ima",void 0,!0);var a=Tk();a!
=null&&Bl(this.g,"c",a);a=Math.floor(Number(this.g.C.c)/2);a!
=null&&Bl(this.g,"slotId",a)};L.prototype.o=function(){var a=this.g;a.K=!0;a.o()};
var N=function(a,b,c){if(c!=null){a=a.g;var d=b+"="+c;a.H[d]||(Il(a,b,c,!
1),d.length<1E3&&(a.H[d]=!0))}},Kl=function(a,b){for(var c in b)b[c]=typeof
b[c]==="object"?
encodeURIComponent(JSON.stringify(b[c])):encodeURIComponent(String(b[c]));a=a.g;var
d=!1;c=0;for(var e=v(Object.keys(b)),f=e.next();!
f.done;f=e.next())f=f.value,a.report[f]!=null&&(d=!0),c+=Gl(a,f,b[f],!1);
(a.B+a.j+c>8E3||d)&&a.o();d=v(Object.keys(b));for(e=d.next();!
e.done;e=d.next())e=e.value,Hl(a,e,b[e],!1);a.j+=c;Dl(a)},Ll=function(a){var b=
L.getInstance().g;b.l&&b.I(new el(a,4,al()-0,0))};
L.prototype.recordClick=function(a,b,c,d){for(var e=!1,f="notag";d!=null&&d!
==document.documentElement;){var g=void 0,h=void 0;if(((g=d)==null?
0:g.getAttribute("data-ck-navigates"))||((h=d)==null?0:h.getAttribute("data-ck-
tag"))){g=f=void 0;e=(g=(f=d)==null?void 0:f.getAttribute("data-ck-navigates"))!
=null?g:!1;h=g=void 0;f=(h=(g=d)==null?void 0:g.getAttribute("data-ck-tag"))!=null?
h:"notag";break}g=void 0;d=(g=d.parentElement)!=null?g:void 0}d=this.g;d.l&&d.I(new
el(a+"_"+b+"x"+c+"|"+e+"|"+f,4,al(),
0))};L.getInstance=function(){return K(L)};var Ml=function(a){return/^\
s*$/.test(a)?!1:/^[\],:{}\s\u2028\u2029]*$/.test(a.replace(/\\["\\\/bfnrtu]/
g,"@").replace(/(?:"[^"\\\n\r\u2028\u2029\x00-\x08\x0a-\x1f]*"|true|false|null|-?\
d+(?:\.\d*)?(?:[eE][+\-]?\d+)?)[\s\u2028\u2029]*(?=:|,|]|}|$)/g,"]").replace(/
(?:^|:|,)(?:[\s\u2028\u2029]*\[)+/g,""))},Nl=function(a){try{return
x.JSON.parse(a)}catch(b){}a=String(a);if(Ml(a))try{return eval("("+a+")")}catch(b)
{}throw Error("Invalid JSON string: "+a);},Pl=function(){this.g=Ol};
Pl.prototype.da=function(a){var b=[];Ql(this,a,b);return b.join("")};
var Ql=function(a,b,c){if(b==null)c.push("null");else{if(typeof b=="object")
{if(Array.isArray(b)){var d=b;b=d.length;c.push("[");for(var e="",f=0;f<b;f+
+)c.push(e),e=d[f],Ql(a,a.g?
a.g.call(d,String(f),e):e,c),e=",";c.push("]");return}if(b instanceof String||b
instanceof Number||b instanceof Boolean)b=b.valueOf();else{c.push("{");f="";for(d
in b)Object.prototype.hasOwnProperty.call(b,d)&&(e=b[d],typeof e!
="function"&&(c.push(f),Rl(d,c),c.push(":"),Ql(a,a.g?
a.g.call(b,d,e):e,c),f=","));c.push("}");
return}}switch(typeof b){case "string":Rl(b,c);break;case
"number":c.push(isFinite(b)&&!isNaN(b)?String(b):"null");break;case
"boolean":c.push(String(b));break;case
"function":c.push("null");break;default:throw Error("Unknown type: "+typeof
b);}}},Sl={'"':'\\"',"\\":"\\\\","/":"\\/","\b":"\\b","\f":"\\f","\n":"\\n","\
r":"\\r","\t":"\\t","\v":"\\u000b"},Tl=/\uffff/.test("\uffff")?/[\\"\x00-\x1f\x7f-\
uffff]/g:/[\\"\x00-\x1f\x7f-\xff]/g,Rl=function(a,b)
{b.push('"',a.replace(Tl,function(c){var d=Sl[c];
d||(d="\\u"+(c.charCodeAt(0)|65536).toString(16).slice(1),Sl[c]=d);return
d}),'"')};var Ul=function(){this.l=null;this.g="missing-id";this.j=!
1},Wl=function(a){var b=null;try{b=document.getElementsByClassName("lima-exp-
data")}catch(c){return Vl("missing-element",a.g),null}if(b.length>1)return
Vl("multiple-elements",a.g),null;b=b[0];return b?b.innerHTML:(Vl("missing-
element",a.g),null)},Yl=function(){var a=Xl,b=Wl(a);if(b!==null)if(Ml(b)){var
c=JSON.parse(b);b=c.experimentIds;var d=c.binaryIdentifier;c=c.adEventId;var
e=typeof d==="string";if(typeof c=="string"){var f=L.getInstance();
c!=null&&Bl(f.g,"qqid",c)}e&&(a.g=d);typeof b!=="string"?Vl("missing-flags",a.g):
(e||Vl("missing-binary-id",a.g),a.l=b)}else Vl("invalid-
json",a.g)};Ul.prototype.reset=function(){this.l=null;this.g="missing-id"};function
Zl(a,b){var c=Xf(a,Yj,2,Af());if(!c.length)return $l(a,b);a=G(a,1);if(a===1){var
d=Zl(c[0],b);return d.success?{success:!0,value:!d.value}:d}c=ic(c,function(h)
{return Zl(h,b)});switch(a){case 2:var e;return(e=(d=c.find(function(h){return
h.success&&!h.value}))!=null?d:c.find(function(h){return!h.success}))!=null?e:
{success:!0,value:!0};case 3:var f,g;return(g=(f=c.find(function(h){return
h.success&&h.value}))!=null?f:c.find(function(h){return!h.success}))!=null?g:
{success:!0,value:!1};default:return{success:!1,
Ha:3}}}
function $l(a,b){var c=Qf(a,Zj);a:{switch(c){case 3:var d=ng(a,3,Zj);break a;case
4:d=ng(a,4,Zj);break a;case 5:d=ng(a,5,Zj);break a}d=void 0}if(!d)return{success:!
1,Ha:2};b=(b=b[c])&&b[d];if(!b)return{success:!1,Tb:d,Ac:c,Ha:1};try{var
e=b.apply;var f=mg(a,8,Af());var g=e.call(b,null,ra(f))}catch(h){return{success:!
1,Tb:d,Ac:c,Ha:2}}e=G(a,1);if(e===4)return{success:!0,value:!!
g};if(e===5)return{success:!0,value:g!=null};if(e===12)a=F(a,Rf(a,ak,7));else a:
{switch(c){case 4:a=jg(a,Rf(a,ak,6));break a;
case 5:a=F(a,Rf(a,ak,7));break a}a=void 0}if(a==null)return{success:!
1,Tb:d,Ac:c,Ha:3};if(e===6)return{success:!0,value:g===a};if(e===9)return{success:!
0,value:g!=null&&Nb(String(g),a)===0};if(g==null)return{success:!
1,Tb:d,Ac:c,Ha:4};switch(e){case 7:c=g<a;break;case 8:c=g>a;break;case
12:c=Ld(a)&&Ld(g)&&(new RegExp(a)).test(g);break;case 10:c=g!
=null&&Nb(String(g),a)===-1;break;case 11:c=g!
=null&&Nb(String(g),a)===1;break;default:return{success:!1,Ha:3}}return{success:!
0,value:c}}
function am(a,b){return a?b?Zl(a,b):{success:!1,Ha:1}:{success:!0,value:!0}};var
Sf=function(a){this.D=C(a)};q(Sf,I);var bm=function(a)
{this.D=C(a)};q(bm,I);bm.prototype.getValue=function(){return D(this,Sf,2)};var
cm=function(a){this.D=C(a)};q(cm,I);var dm=Hh(cm),em=[1,2,3,6,7,8];var
fm=function(a,b,c){var d=d===void 0?new
Dk(6,"unknown",b):d;this.B=a;this.o=c;this.j=d;this.g=[];this.l=a>0&&jj()<1/
a},hm=function(a,b,c,d,e,f){if(a.l){var g=Kj(Jj(new Ij,b),c);b=Sj(Pj(Oj(Rj(Qj(new
Nj,d),e),g),a.g.slice()),f);b=fk(b);a.j.Cd(gm(a,b));if(f===1||f===3||f===4&&!
a.g.some(function(h){return
G(h,1)===G(g,1)&&G(h,2)===c}))a.g.push(g),a.g.length>100&&a.g.shift()}},im=function
(a,b,c,d){if(a.l){var e=new Hj;b=rg(e,1,b);c=rg(b,2,c);d=vg(c,3,d);c=new
dk;d=Yf(c,8,ek,d);a.j.Cd(gm(a,d))}},jm=
function(a,b,c,d,e){if(a.l){var f=new
bk;b=E(f,1,b);c=vg(b,2,c);d=rg(c,3,d);if(e.Ac===void 0)wg(d,4,ck,e.Ha);else
switch(e.Ac){case 3:c=new
Wj;c=wg(c,2,Xj,e.Tb);e=vg(c,1,e.Ha);Yf(d,5,ck,e);break;case 4:c=new
Wj;c=wg(c,3,Xj,e.Tb);e=vg(c,1,e.Ha);Yf(d,5,ck,e);break;case 5:c=new
Wj,c=wg(c,4,Xj,e.Tb),e=vg(c,1,e.Ha),Yf(d,5,ck,e)}e=new
dk;e=Yf(e,9,ek,d);a.j.Cd(gm(a,e))}},gm=function(a,b){var
c=Date.now();c=Number.isFinite(c)?
Math.round(c):0;b=tg(b,1,c);c=sj();b=tg(b,2,c);return tg(b,6,a.B)};var
km=function(){var a={};this.Ka=(a[3]={},a[4]={},a[5]={},a)};var
lm=/^true$/.test("false");function mm(a,b){switch(b){case 1:return ng(a,1,em);case
2:return ng(a,2,em);case 3:return ng(a,3,em);case 6:return ng(a,6,em);case 8:return
ng(a,8,em);default:return null}}function nm(a,b){if(!a)return null;switch(b){case
1:return fg(a,1);case 7:return F(a,3);case 2:return jg(a,2);case 3:return
F(a,3);case 6:return mg(a,4,Af());case 8:return mg(a,4,Af());default:return null}}
var om=Yh(function(){if(!lm)return{};try{var a=a===void 0?window:a;try{var
b=a.sessionStorage.getItem("GGDFSSK")}catch(c){b=null}if(b)return
JSON.parse(b)}catch(c){}return{}});function pm(a,b,c,d){var e=d=d===void 0?
0:d,f,g;K(qm).l[e]=(g=(f=K(qm).l[e])==null?void 0:f.add(b))!=null?g:(new
Set).add(b);e=om();if(e[b]!=null)return e[b];b=rm(d)[b];if(!b)return
c;b=dm(JSON.stringify(b));b=sm(b);a=nm(b,a);return a!=null?a:c}
function sm(a){var b=K(km).Ka;if(b&&Qf(a,em)!==8){var
c=nc(Xf(a,bm,5,Af()),function(f){f=am(D(f,Yj,1),b);return
f.success&&f.value});if(c){var d;return(d=c.getValue())!=null?d:null}}var
e;return(e=D(a,Sf,4))!=null?e:null}var qm=function()
{this.j={};this.o=[];this.l={};this.g=new Map};function tm(a,b,c){return!!
pm(1,a,b===void 0?!1:b,c)}function um(a,b,c){b=b===void 0?
0:b;a=Number(pm(2,a,b,c));return isNaN(a)?b:a}function vm(a,b,c){b=b===void
0?"":b;a=pm(3,a,b,c);return typeof a==="string"?a:b}
function wm(a,b,c){b=b===void 0?[]:b;a=pm(6,a,b,c);return Array.isArray(a)?
a:b}function xm(a,b,c){b=b===void 0?[]:b;a=pm(8,a,b,c);return Array.isArray(a)?
a:b}function rm(a){return K(qm).j[a]||(K(qm).j[a]={})}function ym(a,b){var
c=rm(b);kj(a,function(d,e){if(c[e]){d=dm(JSON.stringify(d));var
f=Rf(d,em,8);if(ue(xf(d,f))!=null){var
g=dm(JSON.stringify(c[e]));f=Tf(d);g=mg(Vf(g,Sf,4),4,Af());
$f(f,4,Oe,g,Qe)}c[e]=nf(d)}else c[e]=d})}
function zm(a,b,c,d,e){e=e===void 0?!1:e;var f=[],g=[];b=v(b);for(var h=b.next();!
h.done;h=b.next()){h=h.value;for(var k=rm(h),l=v(a),n=l.next();!n.done;n=l.next())
{n=n.value;var p=Qf(n,em),r=mm(n,p);if(r){var u=void 0,t=void 0,w=void 0;var
B=(u=(w=K(qm).g.get(h))==null?void 0:(t=w.get(r))==null?void 0:t.slice(0))!=null?u:
[];a:{u=r;t=p;w=new Tj;switch(t){case 1:wg(w,1,Uj,u);break;case
2:wg(w,2,Uj,u);break;case 3:wg(w,3,Uj,u);break;case 6:wg(w,4,Uj,u);break;case
8:wg(w,6,Uj,u);break;default:B=void 0;
break a}Lf(w,5,B,ve);B=w}if(u=B)t=void 0,u=!((t=K(qm).l[h])==null||!
t.has(r));u&&f.push(B);if(p===8&&k[r])B=dm(JSON.stringify(k[r])),p=Tf(n),B=mg(Vf(B,
Sf,4),4,Af()),$f(p,4,Oe,B,Qe);else{if(p=B)u=void 0,p=!((u=K(qm).g.get(h))==null||!
u.has(r));p&&g.push(B)}e||(p=r,B=h,u=d,t=K(qm),t.g.has(B)||t.g.set(B,new
Map),t.g.get(B).has(p)||t.g.get(B).set(p,
[]),u&&t.g.get(B).get(p).push(u));k[r]=nf(n)}}}if(f.length||g.length)a=d!=null?
d:void 0,c.l&&c.o&&(d=new Vj,f=Zf(d,2,f),g=Zf(f,3,g),a&&sg(g,1,a),f=new dk,
g=Yf(f,7,ek,g),c.j.Cd(gm(c,g)))}function Am(a,b){b=rm(b);a=v(a);for(var
c=a.next();!c.done;c=a.next()){c=c.value;var d=dm(JSON.stringify(c)),e=Qf(d,em);
(d=mm(d,e))&&(b[d]||(b[d]=c))}}function Bm(){return
Object.keys(K(qm).j).map(function(a){return Number(a)})}function Cm(a)
{K(qm).o.includes(a)||ym(rm(4),a)};function Dm(a,b,c){c.hasOwnProperty(a)||
Object.defineProperty(c,String(a),{value:b})}function Em(a,b,c){return b[a]||
c}function Fm(a)
{Dm(5,tm,a);Dm(6,um,a);Dm(7,vm,a);Dm(8,wm,a);Dm(17,xm,a);Dm(13,Am,a);Dm(15,Cm,a)}
function Gm(a){Dm(4,function(b){K(km).Ka=b},a);Dm(9,function(b,c){var
d=K(km);d.Ka[3][b]==null&&(d.Ka[3][b]=c)},a);Dm(10,function(b,c){var
d=K(km);d.Ka[4][b]==null&&(d.Ka[4][b]=c)},a);Dm(11,function(b,c){var
d=K(km);d.Ka[5][b]==null&&(d.Ka[5][b]=c)},a);Dm(14,function(b){for(var
c=K(km),d=v([3,4,5]),e=d.next();!
e.done;e=d.next())e=e.value,Object.assign(c.Ka[e],b[e])},a)}function Hm(a)
{a.hasOwnProperty("init-done")||Object.defineProperty(a,"init-done",{value:!
0})};var Im=function(){};Im.prototype.j=function(){};Im.prototype.l=function()
{};Im.prototype.g=function(){return[]};var Jm=function(a,b,c){a.l=function(d,e)
{Em(2,b,function(){return[]})(d,c,e)};a.g=function(){return Em(3,b,function()
{return[]})(c)};a.j=function(d){Em(16,b,function(){})(d,c)}};var Km=function(a,b,c)
{this.id=a;this.J=b;this.j=c;this.g=!1},Lm=function(a){return a.g||
a.j},Mm=function(){this.g=[]},Nm=function(){this.g=new Map;this.j=!1;this.o=new
Mm;this.B=new Km(0,0,!1);this.l=[this.o]},O=function(a){var b=Om;if(b.j||
b.g.has(a.id)||a.J==null&&a.control==null||a.Vj==0)return b.B;var
c=b.o;if(a.control!=null)for(var d=v(b.l),e=d.next();!e.done;e=d.next())
{if(e=e.value,e.g.includes(a.control)){c=e;break}}else a.ia!
=null&&(c=a.ia);d=0;a.control!=null?d=a.control.J:a.J!=null&&
(d=a.J);a=new Km(a.id,d,!!a.Yj);c.g.push(a);b.l.includes(c)||
b.l.push(c);b.g.set(a.id,a);return a},Pm=function(){var
a=Om;a=[].concat(ra(a.g.keys())).filter(function(c){return
Lm(this.g.get(c))},a);var b=K(Im).g();return[].concat(ra(a),ra(b))},Qm=function(a)
{var b=Om;b.j||(a.g(b.l,b.g),b.j=!0)};Nm.prototype.reset=function(){for(var
a=v(this.g),b=a.next();!b.done;b=a.next())b=v(b.value),b.next(),b.next().value.g=!
1;this.j=!1};var Om=new Nm,Sm=function(){return Rm.g.filter(function(a){return
Lm(a)}).map(function(a){return a.id})};var Tm=function()
{};Tm.prototype.g=function(a){a=v(a);for(var b=a.next();!b.done;b=a.next()){var
c=0,d=Math.floor(Math.random()*1E3);b=v(b.value.g);for(var e=b.next();!
e.done;e=b.next())if(e=e.value,c+=e.J,d<c){e.g=!0;break}}};var Um=function(a)
{this.j=a};Um.prototype.g=function(a,b){a=v(this.j);for(var c=a.next();!
c.done;c=a.next())if(c=b.get(c.value))c.g=!0};var Vm=function(a,b)
{this.j=a;this.l=b};q(Vm,Um);Vm.prototype.g=function(a,b)
{Um.prototype.g.call(this,a,b);var c=[];a=[];for(var d=v(this.j),e=d.next();!
e.done;e=d.next())e=e.value,b.get(e)?
c.push(e):a.push(e);b=c.map(String).join(",")||"0";a=a.map(String).join(",")||"0";N
(L.getInstance(),"sei",b);N(L.getInstance(),"nsei",a);N(L.getInstance(),"bi",this.l
)};var Wm=function(){Ul.apply(this,arguments)};q(Wm,Ul);var Vl=function(a,b){var
c=L.getInstance();N(c,"eee",a);N(c,"bi",b)};Wm.getInstance=function(){return
K(Wm)};function Xm(){return Ym.split(",").map(function(a){return
parseInt(a,10)}).filter(function(a){return!isNaN(a)})};var Rm=new Mm,Zm=new Mm,
$m=new Mm,an=new Mm,bn=new Mm,cn=new Mm,dn=new Mm,en=new
Mm;O({id:95342637,J:0});O({id:318475490,J:0});O({id:324123032,J:0});O({id:420706097
,J:10});O({id:420706098,J:10});O({id:95342168,J:10});O({id:95342169,J:10});O({id:21
062100,J:0});O({id:420706142,J:0});O({id:44745813,J:0});O({id:44746068,J:0});O({id:
21064565,J:0});O({id:21064567,J:0});O({id:418572006,J:10});O({id:95338773,J:10,ia:a
n});O({id:95338774,J:10,ia:an});O({id:95334214,J:10});O({id:95334215,J:10});
O({id:44749839,J:0});O({id:44714743,J:0});O({id:44715336,J:10});O({id:44724516,J:0}
);O({id:44726389,J:10});O({id:44752711,J:50});O({id:44752052,J:50});O({id:44752657,
J:50});O({id:44733246,J:10});O({id:95343833,J:10,ia:Zm});O({id:95343834,J:10,ia:Zm}
);O({id:95343835,J:10,ia:Zm});O({id:95343836,J:10,ia:Zm});O({id:95343837,J:10,ia:Zm
});O({id:95343832,J:10,ia:Zm});O({id:44751889,J:10});O({id:44751890,J:10});O({id:44
752995,J:10});O({id:44752996,J:10});O({id:44762627,J:0});O({id:44762628,J:0});
O({id:44801479,J:10,ia:$m});O({id:44801480,J:10,ia:
$m});O({id:44752538,J:0});O({id:44754608,J:10});O({id:44754609,J:10});O({id:4477638
4,J:0});O({id:44789282,J:0});O({id:95344889,J:0});O({id:95355192,J:0});O({id:953342
60,J:0});O({id:95345698,J:0});var
fn=O({id:75259416,J:0}),gn=O({id:75259420,J:0}),hn=O({id:75259421,J:0});O({id:45401
791,J:0});O({id:95326337,J:990,ia:bn});var jn=window.navigator||
{},kn=jn.cookieDeprecationLabel?990:0;O({id:95322906,J:jn.cookieDeprecationLabel?
10:0,ia:cn});
var
ln=O({id:95320461,J:0,ia:cn}),mn=O({id:95322907,J:kn,ia:cn});O({id:44809192,J:10,ia
:en});O({id:44809193,J:10,ia:en});O({id:95320804,J:10,ia:en});O({id:95320805,J:10,i
a:en});O({id:95322027,J:1E3,ia:dn});var
nn=O({id:46130031,J:0});O({id:95328713,J:10});O({id:95328714,J:10});var
on=O({id:95327848,J:0});O({id:31065644,J:1});var pn=O({id:31065645,J:1}),qn=new
Mm;O({id:95331588,J:0,ia:qn});O({id:95331589,J:1E3,ia:qn});var
rn=O({id:95332182,J:0});O({id:95347814,J:10});O({id:95347815,J:10});
if(typeof window.initializeVirtualDom==="undefined"){var Xl=Wm.getInstance();Xl.j||
(Yl(),Xl.j=!0);var Ym=Xl.l,sn;Xl.j||(Yl(),Xl.j=!0);sn=Xl.g;if(Ym!=null){var tn=new
Vm(Xm(),sn);Qm(tn)}};var un=function(a){this.D=C(a)};q(un,I);var vn=function(a)
{this.D=C(a)};q(vn,I);vn.prototype.getId=function(){return gg(this,1)};var
wn=function(a){this.D=C(a)};q(wn,I);var xn=function(a){return Xf(a,vn,2,Af())};var
yn=function(a){this.D=C(a)};q(yn,I);var zn=function(a){this.D=C(a)};q(zn,I);var
An=function(a){this.D=C(a)};q(An,I);var Bn=function(a){this.D=C(a)};q(Bn,I);var
Dn=function(){var a=Cn();return lg(a,2)};var En=Gh(Bn);function Cn(){return
En("[[[[45676505,null,null,[1]],[45669828,null,null,[]],[45669829,null,null,[1]],
[45681221,null,null,[]],[45668885,null,null,[]],[45685340,null,null,[]],
[45663239,null,null,[]],[45642592,null,null,[1]],[45661356,null,null,[]],
[45676441,null,null,[]],[45675307,null,null,[]],[45675308,null,null,[]],
[null,45645574,null,[]],[45656766,null,null,[]],[45651995,null,null,[]],
[45651993,null,null,[]],[45647593,null,null,[]],[45647592,null,null,[]],
[45685601,null,null,[1]],[null,45685602,null,[null,500]],[45680928,null,null,[]],
[45658982,null,null,[]]],[[16,[[1,[[31089630],[31089631,[[45668885,null,null,
[1]]]]]],[1000,[[95332046]]],[null,[[95332047]]],[10,[[95333808],[95333809,
[[635466687,null,null,[1]]]]]],[10,[[95338769,[[null,45645574,null,[null,1]]]],
[95338770,[[null,45645574,null,[null,2]]]]]],[10,[[95345206],[95345207,
[[45661356,null,null,[1]]]]]],[10,[[95346932],[95346933,[[45663239,null,null,
[1]]]]]],[50,[[95348949],[95348950,[[45669828,null,null,[1]]]]]],[100,[[95351091],
[95351092,[[45675307,null,null,[1]]]]]],[10,[[95351093],[95351094,
[[45675308,null,null,[1]]]]]],[null,[[95351425],[95351426,[[45676441,null,null,
[1]]]]]],[10,[[95353658],[95353659,[[45680928,null,null,[1]]]]]],[50,[[95355041],
[95355042,[[702957345,null,null,[1]]]]]],[50,[[95355703],[95355704,
[[45681221,null,null,[1]]]]]],[10,[[95356068],[95356069,[[45685601,null,null,[]],
[null,45685602,null,[]]]],[95356070,[[45685601,null,null,[1]],[null,45685602,null,
[]]]],[95356071,[[45685601,null,null,[1]],[null,45685602,null,
[null,100]]]]]]]]],null,null,[null,1000,1,1000]],null,[\"tuoitre.vn\",[null,
[[[\"1009127\"],[\"106213651\"],[\"107430338\"],[\"127641337\"],[\"136431902\"],
[\"14742695\"],[\"162717810\"],[\"166398661\"],[\"170737076\"],[\"17689616441\"],
[\"206696744\"],[\"213794966\"],[\"21622890900\"],[\"21665451356\"],
[\"21667898583\"],[\"216710369\"],[\"21671350435\"],[\"21679382043\"],
[\"21697904207\"],[\"21708299310\"],[\"21725819945\"],[\"21766723698\"],
[\"21795300705\"],[\"21806386006\"],[\"21809604491\"],[\"21818843116\"],
[\"21830442390\"],[\"21833905170\"],[\"21853949379\"],[\"21855782463\"],
[\"21871694306\"],[\"21928950349\"],[\"21939239661\"],[\"21986089839\"],
[\"22030863063\"],[\"22059416475\"],[\"22065771467\"],[\"22082859479\"],
[\"22247219933\"],[\"22387492205\"],[\"22466671215\"],[\"22697292664\"],
[\"22717329971\"],[\"22731072168\"],[\"22734621065\"],[\"22751588535\"],
[\"22824753784\"],[\"22825748039\"],[\"22833281299\"],[\"22833291919\"],
[\"22833499505\"],[\"22833503498\"],[\"22833856785\"],[\"22873357512\"],
[\"22917490941\"],[\"229445249\"],[\"22945586896\"],[\"22951736736\"],
[\"22972791785\"],[\"22978852238\"],[\"23011298552\"],[\"23011344097\"],
[\"23033612553\"],[\"23050048356\"],[\"23207630149\"],[\"23207720021\"],
[\"23207720135\"],[\"23274594196\"],[\"23278687838\"],[\"23286999427\"],
[\"23328537\"],[\"26001828\"],[\"2627062\"],[\"280985523\"],[\"330713950\"],
[\"339474670\"],[\"40147741\"],[\"45794158\"],[\"52555387\"],[\"5689141\"],
[\"62030929\"],[\"7047\"],[\"7103\"],[\"7229\"],[\"75351959\"],[\"75894840\"],
[\"98948493\"],[\"125873576\"],[\"204374608\"],[\"21740235638\"],[\"282870195\"],
[\"45436981\"]]],[[[\"1009127\",1],[\"106213651\",1],[\"107430338\",1],
[\"125873576\",1],[\"127641337\",1],[\"136431902\",1],[\"14742695\",1],
[\"162717810\",1],[\"166398661\",1],[\"170737076\",1],[\"17689616441\",1],
[\"204374608\",1],[\"206696744\",1],[\"213794966\",1],[\"21622890900\",1],
[\"21665451356\",1],[\"21667898583\",1],[\"216710369\",1],[\"21671350435\",1],
[\"21679382043\",1],[\"21697904207\",1],[\"21708299310\",1],[\"21725819945\",1],
[\"21740235638\",1],[\"21766723698\",1],[\"21795300705\",1],[\"21806386006\",1],
[\"21809604491\",1],[\"21818843116\",1],[\"21830442390\",1],[\"21833905170\",1],
[\"21853949379\",1],[\"21855782463\",1],[\"21871694306\",1],[\"21928950349\",1],
[\"21939239661\",1],[\"21986089839\",1],[\"22030863063\",1],[\"22059416475\",1],
[\"22065771467\",1],[\"22082859479\",1],[\"22247219933\",1],[\"22387492205\",1],
[\"22466671215\",1],[\"22697292664\",1],[\"22717329971\",1],[\"22731072168\",1],
[\"22734621065\",1],[\"22751588535\",1],[\"22824753784\",1],[\"22825748039\",1],
[\"22833281299\",1],[\"22833291919\",1],[\"22833499505\",1],[\"22833503498\",1],
[\"22833856785\",1],[\"22873357512\",1],[\"22917490941\",1],[\"229445249\",1],
[\"22945586896\",1],[\"22951736736\",1],[\"22972791785\",1],[\"22978852238\",1],
[\"23011298552\",1],[\"23011344097\",1],[\"23033612553\",1],[\"23050048356\",1],
[\"23207630149\",1],[\"23207720021\",1],[\"23207720135\",1],[\"23274594196\",1],
[\"23278687838\",1],[\"23286999427\",1],[\"23328537\",1],[\"26001828\",1],
[\"2627062\",1],[\"280985523\",1],[\"282870195\",1],[\"330713950\",1],
[\"339474670\",1],[\"40147741\",1],[\"45436981\",1],[\"45794158\",1],
[\"52555387\",1],[\"5689141\",1],[\"62030929\",1],[\"7047\",1],[\"7103\",0],
[\"7229\",1],[\"75351959\",1],[\"75894840\",1],[\"98948493\",1]]],
[[[\"1009127\",1],[\"106213651\",1],[\"107430338\",1],[\"125873576\",1],
[\"127641337\",1],[\"136431902\",1],[\"14742695\",1],[\"162717810\",1],
[\"166398661\",1],[\"170737076\",1],[\"17689616441\",1],[\"204374608\",1],
[\"206696744\",1],[\"213794966\",1],[\"21622890900\",1],[\"21665451356\",1],
[\"21667898583\",1],[\"216710369\",1],[\"21671350435\",1],[\"21679382043\",1],
[\"21697904207\",1],[\"21708299310\",1],[\"21725819945\",1],[\"21740235638\",1],
[\"21766723698\",1],[\"21795300705\",1],[\"21806386006\",1],[\"21809604491\",1],
[\"21818843116\",1],[\"21830442390\",1],[\"21833905170\",1],[\"21853949379\",1],
[\"21855782463\",1],[\"21871694306\",1],[\"21928950349\",1],[\"21939239661\",1],
[\"21986089839\",1],[\"22030863063\",1],[\"22059416475\",1],[\"22065771467\",1],
[\"22082859479\",1],[\"22247219933\",1],[\"22387492205\",1],[\"22466671215\",1],
[\"22697292664\",1],[\"22717329971\",1],[\"22731072168\",1],[\"22734621065\",1],
[\"22751588535\",1],[\"22824753784\",1],[\"22825748039\",1],[\"22833281299\",1],
[\"22833291919\",1],[\"22833499505\",1],[\"22833503498\",1],[\"22833856785\",1],
[\"22873357512\",1],[\"22917490941\",1],[\"229445249\",1],[\"22945586896\",1],
[\"22951736736\",1],[\"22972791785\",1],[\"22978852238\",1],[\"23011298552\",1],
[\"23011344097\",1],[\"23033612553\",1],[\"23050048356\",1],[\"23207630149\",1],
[\"23207720021\",1],[\"23207720135\",1],[\"23274594196\",1],[\"23278687838\",1],
[\"23286999427\",1],[\"23328537\",1],[\"26001828\",1],[\"2627062\",1],
[\"280985523\",1],[\"282870195\",1],[\"330713950\",1],[\"339474670\",1],
[\"40147741\",1],[\"45436981\",1],[\"45794158\",1],[\"52555387\",1],
[\"5689141\",1],[\"62030929\",1],[\"7047\",1],[\"7103\",1],[\"7229\",1],
[\"75351959\",1],[\"75894840\",1],[\"98948493\",1]]],[[[\"26001828\",1,[[1]]],
[\"22734621065\",1,[[1]]],[\"162717810\",1,[[1]]],[\"136431902\",1,[[1]]],
[\"206696744\",1,[[1]]],[\"21725819945\",1,[[1]]],[\"21671350435\",1,[[1]]],
[\"213794966\",1,[[1]]],[\"7047\",1,[[1]]],[\"7229\",1,[[1]]],[\"339474670\",1,
[[1]]],[\"75894840\",1,[[1]]],[\"98948493\",1,[[1]]]]]]]]")};function Fn(){var
a=Cn();return(a=D(a,An,1))?ef(a):new An};function Gn(a){if(a!=null)return
Hn(a)}function In(a){return a==null?null:Hn(a)}function Hn(a){return Xd(a)?
Number(a):String(a)};var
Jn=["A9AxgGSwmnfgzzkyJHILUr3H8nJ/3D+57oAsL4DBt4USlng4jZ0weq+fZtHC/
Qwwn6gd4QSa5DzT3OBif+kXVA0AAAB4eyJvcmlnaW4iOiJodHRwczovL2ltYXNkay5nb29nbGVhcGlzLmNv
bTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJ
pc1RoaXJkUGFydHkiOnRydWV9","AlK2UR5SkAlj8jjdEc9p3F3xuFYlF6LYjAML3EOqw1g26eCwWPjdmec
ULvBH5MVPoqKYrOfPhYVL71xAXI1IBQoAAAB8eyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldD
o0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3N
TgwNjcxOTksImlzU3ViZG9tYWluIjp0cnVlfQ=="];
function Kn(a,b){b=b===void 0?document:b;var c;return!((c=b.featurePolicy)==null||!
c.features().includes(a))}function Ln(a,b){b=b===void 0?document:b;var c;return!
((c=b.featurePolicy)==null||!c.allowedFeatures().includes(a))}function Mn(){var
a=window.navigator,b=window.document;return!!
(window.isSecureContext&&"runAdAuction"in a&&a.runAdAuction instanceof
Function&&Ln("run-ad-auction",b))};function Nn(a,b){try{var
c=a.split(".");a=x;for(var d=0,e;a!=null&&d<c.length;d++)e=a,a=a[c[d]],typeof
a==="function"&&(a=e[c[d]]());var f=a;if(typeof f===b)return f}catch(g){}}
var On={},Pn={},Qn={},Rn={},Sn=(Rn[3]=(On[8]=function(a){try{return Va(a)!
=null}catch(b){}},On[9]=function(a){try{var b=Va(a)}catch(c){return}return typeof
b==="function"&&oj(b)},On[10]=function(){return
window===window.top},On[6]=function(a){return
pc(K(Im).g(),Number(a))},On[27]=function(a){a=Nn(a,"boolean");return a!==void 0?
a:void 0},On[60]=function(a){try{return!!x.document.querySelector(a)}catch(b)
{}},On[80]=function(a){try{return!!x.matchMedia(a).matches}catch(b)
{}},On[69]=function(a){return Kn(a,
x.document)},On[70]=function(a){return Ln(a,x.document)},On[79]=function(a){var
b=x.navigator;b=b===void 0?navigator:b;try{var c,d;var e=!!
((c=b.protectedAudience)==null?0:(d=c.queryFeatureSupport)==null?
0:d.call(c,a))}catch(f){e=!1}return e},On),Rn[4]=(Pn[3]=function(){return
rj()},Pn[6]=function(a){a=Nn(a,"number");return a!==void 0?a:void
0},Pn),Rn[5]=(Qn[2]=function(){return window.location.href},Qn[3]=function()
{try{return window.top.location.hash}catch(a){return""}},Qn[4]=function(a){a=Nn(a,
"string");return a!==void 0?a:void 0},Qn[12]=function(a){try{var
b=Nn(a,"string");if(b!==void 0)return atob(b)}catch(c){}},Qn),Rn);function Tn(){var
a=a===void 0?x:a;return a.ggeac||(a.ggeac={})};function Un(a){var b={};return
Vn((b[0]=new Map,b[1]=new Map,b[2]=new Map,b),a)}
function Vn(a,b){for(var c=new Map,d=v(a[1].entries()),e=d.next();!
e.done;e=d.next()){var f=v(e.value);e=f.next().value;f=f.next().value;f=f[f.length-
1];c.set(e,f.Mf+f.tf*f.uf)}b=v(b);for(d=b.next();!
d.done;d=b.next())for(d=d.value,e=Xf(d,wn,2,Af()),e=v(e),f=e.next();!
f.done;f=e.next())if(f=f.value,xn(f).length!==0){var g=hg(f,8);if(G(f,4)&&!
G(f,13)&&!G(f,14)){var h=void 0;g=(h=c.get(G(f,4)))!=null?
h:0;h=hg(f,1)*xn(f).length;c.set(G(f,4),g+h)}h=[];for(var k=0;k<xn(f).length;k++)
{var l={Mf:g,tf:hg(f,
1),uf:xn(f).length,vh:k,Tc:G(d,1),Gd:f,Oa:xn(f)[k]};h.push(l)}Wn(a[2],G(f,10),h)||
Wn(a[1],G(f,4),h)||Wn(a[0],xn(f)[0].getId(),h)}return a}function Wn(a,b,c){if(!
b)return!1;a.has(b)||a.set(b,[]);var d;(d=a.get(b)).push.apply(d,ra(c));return!
0};var Xn=[12,13,20],Yn=function(a,b,c,d){d=d===void 0?{}:d;var e=d.Td===void 0?!
1:d.Td;d=d.Ph===void 0?
[]:d.Ph;this.tc=a;this.tb=c;this.o={};this.Td=e;a={};this.g=(a[b]=[],a[4]=[],a);thi
s.j={};this.l={};if(b=$k())for(b=v(b.split(",")||[]),a=b.next();!a.done;a=b.next())
(a=Number(a.value))&&(this.j[a]=!0);d=v(d);for(b=d.next();!
b.done;b=d.next())this.j[b.value]=!0},ao=function(a,b,c,d){var e=[],f;if(f=b!
==9)a.o[b]?f=!0:(a.o[b]=!0,f=!1);if(f)return hm(a.tb,b,c,e,
[],4),e;f=Xn.includes(b);for(var g=[],h=
[],k=v([0,1,2]),l=k.next();!l.done;l=k.next()){l=l.value;for(var
n=v(a.tc[l].entries()),p=n.next();!p.done;p=n.next()){var
r=v(p.value);p=r.next().value;r=r.next().value;var u=p,t=r;p=new
Lj;r=t.filter(function(Z){return
Z.Tc===b&&a.j[Z.Oa.getId()]&&Zn(a,Z)});if(r.length)for(p=v(r),r=p.next();!
r.done;r=p.next())h.push(r.value.Oa);else if(!a.Td){r=void 0;l===2?
(r=d[1],wg(p,2,Mj,u)):r=d[0];var w=void 0,B=void 0;r=(B=(w=r)==null?void
0:w(String(u)))!=null?B:l===2&&G(t[0].Gd,11)===1?void 0:d[0](String(u));
if(r!==void 0){u=v(t);for(t=u.next();!t.done;t=u.next())if(t=t.value,t.Tc===b){w=r-
t.Mf;var M=t;B=M.tf;var ka=M.uf;M=M.vh;w<0||w>=B*ka||w%ka!==M||!Zn(a,t)||
(w=G(t.Gd,13),w!==0&&w!==void 0&&(B=a.l[String(w)],B!==void 0&&B!==t.Oa.getId()?
im(a.tb,a.l[String(w)],t.Oa.getId(),w):a.l[String(w)]=t.Oa.getId()),h.push(t.Oa))}Q
f(p,Mj)!==0&&(sg(p,3,r),g.push(p))}}}}d=v(h);for(h=d.next();!
h.done;h=d.next())h=h.value,k=h.getId(),e.push(k),$n(a,k,f?
4:c),zm(Xf(h,cm,2,Af()),f?Bm():[c],a.tb,k);hm(a.tb,b,c,e,g,1);
return e},$n=function(a,b,c){a.g[c]||(a.g[c]=[]);a=a.g[c];a.includes(b)||
a.push(b)},Zn=function(a,b){var c=K(km).Ka,d=am(D(b.Gd,Yj,3),c);if(!
d.success)return jm(a.tb,D(b.Gd,Yj,3),b.Tc,b.Oa.getId(),d),!1;if(!d.value)return!
1;c=am(D(b.Oa,Yj,3),c);return c.success?c.value?!0:!1:
(jm(a.tb,D(b.Oa,Yj,3),b.Tc,b.Oa.getId(),c),!1)},bo=function(a,b)
{b=b.map(function(c){return new yn(c)}).filter(function(c){return!
Xn.includes(G(c,1))});a.tc=Vn(a.tc,b)},co=function(a,b){Dm(1,function(c){a.j[c]=!
0},b);Dm(2,function(c,
d,e){return ao(a,c,d,e)},b);Dm(3,function(c){return(a.g[c]||
[]).concat(a.g[4])},b);Dm(12,function(c){return void
bo(a,c)},b);Dm(16,function(c,d){return void $n(a,c,d)},b)};var eo=function(){var
a={};this.j=function(b,c){return a[b]!=null?a[b]:c};this.g=function(b,c){return
a[b]!=null?a[b]:c};this.B=function(b,c){return a[b]!=null?
a[b]:c};this.A=function(b,c){return a[b]!=null?a[b]:c};this.o=function(b,c){return
a[b]!=null?c.concat(a[b]):c};this.l=function(){}};function fo(a){return
K(eo).j(a.g,a.defaultValue)};var go=function(){this.g=function()
{}},ho=function(a,b){a.g=Em(14,b,function(){})};function io(a){K(go).g(a)};var
jo,ko,lo,mo,no,oo;function po(a,b){var c=b=b===void 0?
Tn():b;Jm(K(Im),c,a);qo(b,a);a=b;ho(K(go),a);K(eo).l()}function qo(a,b){var
c=K(eo);c.j=function(d,e){return Em(5,a,function(){return!1})
(d,e,b)};c.g=function(d,e){return Em(6,a,function(){return 0})
(d,e,b)};c.B=function(d,e){return Em(7,a,function(){return""})
(d,e,b)};c.A=function(d,e){return Em(8,a,function(){return[]})
(d,e,b)};c.o=function(d,e){return Em(17,a,function(){return[]})
(d,e,b)};c.l=function(){Em(15,a,function(){})(b)}};Om.reset();Qm(new Tm);
(function(a){var b=a.Qg;var c=a.Ka;var d=a.config;var e=a.Ag===void 0?Tn():a.Ag;var
f=a.Xe===void 0?0:a.Xe;var g=a.tb===void 0?new fm((mo=Gn((jo=D(b,zn,5))==null?void
0:ig(jo,2)))!=null?mo:0,(no=Gn((ko=D(b,zn,5))==null?void 0:ig(ko,4)))!=null?no:0,
(oo=(lo=D(b,zn,5))==null?void 0:fg(lo,3))!=null?oo:!1):a.tb;a=a.tc===void 0?
Un(Xf(b,yn,2,Af(Gd))):a.tc;e.hasOwnProperty("init-done")?(Em(12,e,function(){})
(Xf(b,yn,2,Af()).map(function(h){return nf(h)})),Em(13,e,function(){})
(Xf(b,cm,1,Af()).map(function(h){return nf(h)}),
f),c&&Em(14,e,function(){})(c),po(f,e)):(co(new
Yn(a,f,g,d),e),Fm(e),Gm(e),Hm(e),po(f,e),zm(Xf(b,cm,1,Af(Gd)),[f],g,void 0,!
0),lm=lm||!(!d||!d.ak),io(Sn),c&&io(c))})({Qg:Fn(),Xe:7});var
ro=sj(),so={},to=(so[0]=function(a){a=a===void 0?jj():a;return function(b){return
lj(b+" + "+a)%1E3}}(ro),so);K(Im).l(16,to);for(var uo=v(Dn()),vo=uo.next();!
vo.done;vo=uo.next()){var wo=vo.value;K(Im).j(wo)};var xo=function(a){var
b={};fc(a,function(c){var d=c.event,e=b[d];b.hasOwnProperty(d)?e!==null&&(c.Mb(e)||
(b[d]=null)):b[d]=c});sc(a,function(c){return b[c.event]===null})};var
yo={NONE:0,Gi:1},zo={Di:0,vj:1,uj:2,wj:3},Ao={Uf:"a",Fi:"d",VIDEO:"v"};var
Bo=function(){this.Z=0;this.g=!1;this.j=-1;this.Db=!
1;this.va=0};Bo.prototype.isVisible=function(){return this.Db?
this.Z>=.3:this.Z>=.5};var
Co={Ci:0,Ji:1},Do={668123728:0,668123729:1},Eo={44731964:0,44731965:1},Fo={NONE:0,i
j:1,Oi:2},Go={480596784:0,480596785:1,21063355:2};var Ho=function()
{this.g=null;this.o=!1;this.l=null},Io=function(a){a.o=!0;return
a},Jo=function(a,b){a.l&&fc(b,function(c){c=a.l[c];c!==void
0&&a.j(c)})};Ho.prototype.getValue=function(){return this.g};var Ko=function(a)
{Ho.call(this);this.B=a};q(Ko,Ho);Ko.prototype.j=function(a)
{this.g===null&&oi(this.B,a)&&(this.g=a)};var Lo=function()
{Ho.call(this)};q(Lo,Ho);Lo.prototype.j=function(a){this.g===null&&typeof
a==="number"&&(this.g=a)};var Mo=function(){Ho.call(this)};q(Mo,Ho);
Mo.prototype.j=function(a){this.g===null&&typeof a==="string"&&(this.g=a)};var
No=function(){this.g={};this.l=!0;this.j={}};No.prototype.reset=function()
{this.g={};this.l=!0;this.j={}};
var Oo=function(a,b,c){a.g[b]||(a.g[b]=new Ko(c));return a.g[b]},Po=function(a)
{a.g.queryid||(a.g.queryid=new Mo)},Qo=function(a,b,c)
{(a=a.g[b])&&a.j(c)},Ro=function(a,b){if(ni(a.j,b))return a.j[b];if(a=a.g[b])return
a.getValue()},So=function(a){var b={},c=hi(a.g,function(d){return
d.o});gi(c,function(d,e){d=a.j[e]!==void 0?String(a.j[e]):d.o&&d.g!==null?
String(d.g):"";d.length>0&&(b[e]=d)},a);return b},To=function(a){a=So(a);var
b=[];gi(a,function(c,d){d in Object.prototype||typeof c!="undefined"&&
b.push([d,":",c].join(""))});return b},Vo=function(){var
a=Uo().R,b=Sm();a.l&&fc(ki(a.g),function(c){return Jo(c,b)})};var Wo=function(a)
{Oo(a,"od",yo);Io(Oo(a,"opac",Co));Io(Oo(a,"sbeos",Co));Io(Oo(a,"prf",Co));Io(Oo(a,
"mwt",Co));Oo(a,"iogeo",Co)};var Xo=document,P=window;var Yo=!Ec&&!(z("Safari")&&!
(bc()||(Yb()?0:z("Coast"))||Zb()||(Yb()?0:z("Edge"))||(Yb()?Wb("Microsoft
Edge"):z("Edg/"))||(Yb()?Wb("Opera"):z("OPR"))||ac()||z("Silk")||z("Android")));var
ap=function(a){return a?new Zo($o(a)):rb||(rb=new Zo)},bp=function(a){var
b=document;return typeof a==="string"?b.getElementById(a):a},dp=function(a,b)
{gi(b,function(c,d){d=="style"?a.style.cssText=c:d=="class"?a.className=c:d=="for"?
a.htmlFor=c:cp.hasOwnProperty(d)?
a.setAttribute(cp[d],c):d.lastIndexOf("aria-",0)==0||d.lastIndexOf("data-",0)==0?
a.setAttribute(d,c):a[d]=c})},cp={cellpadding:"cellPadding",cellspacing:"cellSpacin
g",colspan:"colSpan",frameborder:"frameBorder",height:"height",maxlength:"maxLength
",
nonce:"nonce",role:"role",rowspan:"rowSpan",type:"type",usemap:"useMap",valign:"vAl
ign",width:"width"},ep=function(a){a=a.document;a=a.compatMode=="CSS1Compat"?
a.documentElement:a.body;return new
Ik(a.clientWidth,a.clientHeight)},fp=function(a){var b=a.scrollingElement?
a.scrollingElement:Hc||a.compatMode!="CSS1Compat"?a.body||
a.documentElement:a.documentElement;a=a.defaultView;return new Ek(a.pageXOffset||
b.scrollLeft,a.pageYOffset||b.scrollTop)},gp=function(a){return a?
a.defaultView:window},jp=function(a,
b,c){var d=arguments,e=document,f=d[1],g=hp(e,String(d[0]));f&&(typeof
f==="string"?g.className=f:Array.isArray(f)?g.className=f.join("
"):dp(g,f));d.length>2&&ip(e,g,d,2);return g},ip=function(a,b,c,d){function e(h)
{h&&b.appendChild(typeof h==="string"?a.createTextNode(h):h)}for(;d<c.length;d++)
{var f=c[d];if(!Xa(f)||Ya(f)&&f.nodeType>0)e(f);else{a:{if(f&&typeof
f.length=="number"){if(Ya(f)){var g=typeof f.item=="function"||typeof
f.item=="string";break a}if(typeof f==="function"){g=typeof f.item==
"function";break a}}g=!1}fc(g?uc(f):f,e)}}},hp=function(a,b)
{b=String(b);a.contentType==="application/xhtml+xml"&&(b=b.toLowerCase());return
a.createElement(b)},kp=function(a)
{a&&a.parentNode&&a.parentNode.removeChild(a)},lp=function(a,b){if(!a||!b)return!
1;if(a.contains&&b.nodeType==1)return a==b||a.contains(b);if(typeof
a.compareDocumentPosition!="undefined")return a==b||!!
(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a},
$o=function(a){return a.nodeType==9?a:a.ownerDocument||
a.document},mp=function(a){try{return a.contentWindow||(a.contentDocument?
gp(a.contentDocument):null)}catch(b){}return null},np=function(a,b)
{a&&(a=a.parentNode);for(var c=0;a;){if(b(a))return a;a=a.parentNode;c++}return
null},Zo=function(a){this.g=a||x.document||
document};m=Zo.prototype;m.getElementsByTagName=function(a,b){return(b||
this.g).getElementsByTagName(String(a))};m.appendChild=function(a,b)
{a.appendChild(b)};m.append=function(a,b){ip($o(a),a,arguments,1)};
m.canHaveChildren=function(a){if(a.nodeType!=1)return!1;switch(a.tagName){case
"APPLET":case "AREA":case "BASE":case "BR":case "COL":case "COMMAND":case
"EMBED":case "FRAME":case "HR":case "IMG":case "INPUT":case "IFRAME":case
"ISINDEX":case "KEYGEN":case "LINK":case "NOFRAMES":case "NOSCRIPT":case
"META":case "OBJECT":case "PARAM":case "SCRIPT":case "SOURCE":case "STYLE":case
"TRACK":case "WBR":return!1}return!0};m.contains=lp;var op=function()
{this.g=this.sb=null};var pp=function(){};pp.prototype.now=function(){return
0};pp.prototype.j=function(){return 0};pp.prototype.l=function(){return
0};pp.prototype.g=function(){return 0};var rp=function(){if(!qp())throw
Error();};q(rp,pp);var qp=function(){return!(!P||!
P.performance)};rp.prototype.now=function(){return qp()&&P.performance.now?
P.performance.now():pp.prototype.now.call(this)};rp.prototype.j=function(){return
qp()&&P.performance.memory?P.performance.memory.totalJSHeapSize||
0:pp.prototype.j.call(this)};rp.prototype.l=function(){return
qp()&&P.performance.memory?P.performance.memory.usedJSHeapSize||
0:pp.prototype.l.call(this)};
rp.prototype.g=function(){return qp()&&P.performance.memory?
P.performance.memory.jsHeapSizeLimit||0:pp.prototype.g.call(this)};var
sp=function(){};sp.prototype.isVisible=function(){return Xk(Xo)===1};var
tp=RegExp("^https?://(\\w|-)+\\.cdn\\.ampproject\\.(net|org)(\\?|/|
$)"),xp=function(a){a=a||up();for(var b=new vp(x.location.href,!
1),c=null,d=a.length-1,e=d;e>=0;--e){var f=a[e];!
c&&tp.test(f.url)&&(c=f);if(f.url&&!f.g)
{b=f;break}}e=null;f=a.length&&a[d].url;b.depth!==0&&f&&(e=a[d]);return new
wp(b,e,c)},up=function(){var a=x,b=[],c=null;do{var d=a;if(ij(d)){var
e=d.location.href;c=d.document&&d.document.referrer||null}else
e=c,c=null;b.push(new vp(e||""));try{a=d.parent}catch(f){a=null}}while(a&&
d!==a);d=0;for(a=b.length-1;d<=a;++d)b[d].depth=a-
d;d=x;if(d.location&&d.location.ancestorOrigins&&d.location.ancestorOrigins.length=
==b.length-1)for(a=1;a<b.length;++a)e=b[a],e.url||
(e.url=d.location.ancestorOrigins[a-1]||"",e.g=!0);return b},wp=function(a,b,c)
{this.g=a;this.j=b;this.l=c},vp=function(a,b){this.url=a;this.g=!!
b;this.depth=null};var yp=function()
{this.l="&";this.j={};this.o=0;this.g=[]},zp=function(a,b){var
c={};c[a]=b;return[c]},Bp=function(a,b,c,d,e){var f=[];kj(a,function(g,h)
{(g=Ap(g,b,c,d,e))&&f.push(h+"="+g)});return f.join(b)},Ap=function(a,b,c,d,e)
{if(a==null)return"";b=b||"&";c=c||",$";typeof c==="string"&&(c=c.split(""));if(a
instanceof Array){if(d||(d=0),d<c.length){for(var f=[],g=0;g<a.length;g+
+)f.push(Ap(a[g],b,c,d+1,e));return f.join(c[d])}}else if(typeof
a==="object")return e||(e=0),e<2?encodeURIComponent(Bp(a,
b,c,d,e+1)):"...";return encodeURIComponent(String(a))},Cp=function(a,b,c)
{a.g.push(b);a.j[b]=c},Dp=function(a,b,c,d)
{a.g.push(b);a.j[b]=zp(c,d)},Fp=function(a,b,c,d){b=b+"//"+c+d;var e=Ep(a)-
d.length;if(e<0)return"";a.g.sort(function(n,p){return n-p});d=null;c="";for(var
f=0;f<a.g.length;f++)for(var g=a.g[f],h=a.j[g],k=0;k<h.length;k++){if(!e)
{d=d==null?g:d;break}var l=Bp(h[k],a.l,",$");if(l){l=c+l;if(e>=l.length){e-
=l.length;b+=l;c=a.l;break}d=d==null?g:d}}a="";d!=null&&(a=""+c+"trn="+d);return b+
a},Ep=function(a){var b=1,c;for(c in a.j)c.length>b&&(b=c.length);return 3997-b-
a.l.length-1};var Gp=function(a,b){this.g=a;this.depth=b},Ip=function(){var
a=up(),b=Math.max(a.length-1,0),c=xp(a);a=c.g;var d=c.j,e=c.l,f=[];c=function(h,k)
{return h==null?k:h};e&&f.push(new Gp([e.url,e.g?2:0],c(e.depth,1)));d&&d!
=e&&f.push(new Gp([d.url,2],0));a.url&&a!=e&&f.push(new
Gp([a.url,0],c(a.depth,b)));var g=ic(f,function(h,k){return f.slice(0,f.length-
k)});!a.url||(e||d)&&a!=e||(d=mj(a.url))&&g.push([new
Gp([d,1],c(a.depth,b))]);g.push([]);return ic(g,function(h){return Hp(b,h)})};
function Hp(a,b){var c=jc(b,function(e,f){return Math.max(e,f.depth)},-
1),d=yc(c+2);d[0]=a;fc(b,function(e){return d[e.depth+1]=e.g});return d}function
Jp(){var a=a===void 0?Ip():a;return a.map(function(b){return Ap(b)})};var
Kp=function(){this.j=new sp;this.g=qp()?new rp:new pp},Mp=function(){Lp();var
a=P.document;return!!(a&&a.body&&a.body.getBoundingClientRect&&typeof
P.setInterval==="function"&&typeof P.clearInterval==="function"&&typeof
P.setTimeout==="function"&&typeof
P.clearTimeout==="function")};Kp.prototype.setInterval=function(a,b){return
P.setInterval(a,b)};Kp.prototype.clearInterval=function(a)
{P.clearInterval(a)};Kp.prototype.setTimeout=function(a,b){return
P.setTimeout(a,b)};
Kp.prototype.clearTimeout=function(a){P.clearTimeout(a)};var Np=function()
{Lp();return Jp()};var Op=function(){},Lp=function(){var a=K(Op);if(!a.g){if(!
P)throw Error("Context has not been set and window is undefined.");a.g=K(Kp)}return
a.g};var Pp=function(a){this.D=C(a)};q(Pp,I);Pp.prototype.g=Fh([0,oh,sh,-2,vh]);var
Qp=function(a){this.l=a;this.g=-1;this.j=this.o=0},Rp=function(a,b){return
function(){var c=Na.apply(0,arguments);if(a.g>-1)return
b.apply(null,ra(c));try{return
a.g=a.l.g.now(),b.apply(null,ra(c))}finally{a.o+=a.l.g.now()-a.g,a.g=-
1,a.j+=1}}};var Sp=function(a,b){this.j=a;this.l=b;this.g=new Qp(a)};var
Tp=function(){this.g={}},Vp=function(){var
a=Uo().flags,b=Up;a=a.g[b.key];if(b.valueType==="proto"){try{var
c=JSON.parse(a);if(Array.isArray(c))return c}catch(d){}return b.defaultValue}return
typeof a===typeof b.defaultValue?a:b.defaultValue};var
Wp={rj:1,Jj:2,nj:3,1:"POSITION",2:"VISIBILITY",3:"MONITOR_VISIBILITY"};var
qq=function(){this.l=void 0;this.j=this.A=0;this.B=-1;this.R=new
No;Io(Oo(this.R,"mv",Fo)).l=Go===void 0?
null:Go;Oo(this.R,"omid",Co);Io(Oo(this.R,"epoh",Co));Io(Oo(this.R,"epph",Co));Io(O
o(this.R,"umt",Co)).l=Do===void 0?
null:Do;Io(Oo(this.R,"phel",Co));Io(Oo(this.R,"phell",Co));Io(Oo(this.R,"oseid",Wp)
);var a=this.R;a.g.sloi||(a.g.sloi=new
Lo);Io(a.g.sloi);Oo(this.R,"mm",Ao);Io(Oo(this.R,"ovms",zo));Io(Oo(this.R,"xdi",Co)
);Io(Oo(this.R,"amp",Co));Io(Oo(this.R,"prf",Co));Io(Oo(this.R,"gtx",Co));
Io(Oo(this.R,"mvp_lv",Co));Io(Oo(this.R,"ssmol",Co)).l=Eo===void 0?
null:Eo;Io(Oo(this.R,"fmd",Co));Oo(this.R,"gen204simple",Co);this.g=new
Sp(Lp(),this.R);this.o=!1;this.flags=new Tp};qq.prototype.se=function(a){if(typeof
a==="string"&&a.length!=0){var b=this.R;if(b.l){a=a.split("&");for(var c=a.length-
1;c>=0;c--){var d=a[c].split("="),e=decodeURIComponent(d[0]);d.length>1?
(d=decodeURIComponent(d[1]),d=/^[0-9]+$/g.exec(d)?parseInt(d,10):d):d=1;
(e=b.g[e])&&e.j(d)}}}};var Uo=function(){return K(qq)};var rq=function(a,b,c,d,e)
{if((d?a.l:Math.random())<(e||a.g))try{if(c instanceof yp)var f=c;else f=new
yp,kj(c,function(h,k){var l=f,n=l.o++;Cp(l,n,zp(k,h))});var
g=Fp(f,a.j,"pagead2.googlesyndication.com","/pagead/gen_204?
id="+b+"&");g&&(Lp(),vj(P,g))}catch(h){}};var uq=function(){var
a=sq;this.A=tq;this.B="jserror";this.l=!
0;this.j=null;this.C=this.Za;this.g=a===void 0?null:a;this.o=!
1};m=uq.prototype;m.De=function(a){this.j=a};m.Hf=function(a)
{this.B=a};m.Ee=function(a){this.l=a};m.If=function(a)
{this.o=a};m.Gb=function(a,b,c){var d=this;return Rp(Uo().g.g,function()
{try{if(d.g&&d.g.l){var e=d.g.start(a.toString(),3);var f=b();d.g.end(e)}else
f=b()}catch(h){var g=d.l;try{jl(e),g=d.C(a,new vq(wq(h)),void 0,c)}catch(k)
{d.Za(217,k)}if(!g)throw h;}return f})()};
m.te=function(a,b,c,d){var e=this;return Rp(Uo().g.g,function(){var
f=Na.apply(0,arguments);return e.Gb(a,function(){return b.apply(c,f)},d)})};
m.Za=function(a,b,c,d,e){e=e||this.B;try{var f=new yp;Dp(f,1,"context",a);Vh(b)||
(b=new vq(wq(b)));b.msg&&Dp(f,2,"msg",b.msg.substring(0,512));var g=b.meta||
{};if(this.j)try{this.j(g)}catch(k){}if(d)try{d(g)}catch(k){}Cp(f,3,[g]);var
h=xp();h.j&&Dp(f,4,"top",h.j.url||"");Cp(f,5,[{url:h.g.url||""},{url:h.g.url?
dj(h.g.url):""}]);rq(this.A,e,f,this.o,c)}catch(k){try{rq(this.A,e,
{context:"ecmserr",rctx:a,msg:wq(k),url:h&&h.g.url},this.o,c)}catch(l){}}return
this.l};
var wq=function(a){var b=a.toString();a.name&&b.indexOf(a.name)==-1&&(b+=":
"+a.name);a.message&&b.indexOf(a.message)==-1&&(b+=": "+a.message);if(a.stack)a:
{a=a.stack;var c=b;try{a.indexOf(c)==-1&&(a=c+"\n"+a);for(var d;a!
=d;)d=a,a=a.replace(/((https?:\/..*\/)[^\/:]*:\d+(?:.|\n)*)\2/,"$1");b=a.replace(/\
n */g,"\n");break a}catch(e){b=c;break a}b=void 0}return b},vq=function(a)
{Uh.call(this,Error(a),{message:a})};q(vq,Uh);var tq,xq,sq=new
il(1,window),yq=function(){P&&typeof P.google_measure_js_timing!
="undefined"&&(P.google_measure_js_timing||sq.A())};tq=new function(){var
a="https:";P&&P.location&&P.location.protocol==="http:"&&(a="http:");this.j=a;this.
g=.01;this.l=Math.random()};xq=new
uq;P&&P.document&&(P.document.readyState=="complete"?
yq():sq.l&&ci(P,"load",function(){yq()}));
var zq=function(a){xq.De(function(b){fc(a,function(c){c(b)})})},Aq=function(a,b)
{return xq.Gb(a,b)},Bq=function(a,b,c,d){return
xq.te(a,b,c,d)},Cq=function(a,b,c,d){xq.Za(a,b,c,d)};var Dq=Date.now(),Eq=-1,Fq=-
1,Gq,Hq=-1,Iq=!1,Jq=function(){return Date.now()-Dq},Kq=function(){var
a=Uo().l,b=Fq>=0?Jq()-Fq:-1,c=Iq?Jq()-Eq:-1,d=Hq>=0?Jq()-Hq:-
1;if(a==947190542)return 100;if(a==79463069)return 200;a=[2E3,4E3];var
e=[250,500,1E3];Cq(637,Error(),.001);var f=b;c!=-1&&c<b&&(f=c);for(b=0;b<a.length;+
+b)if(f<a[b]){var g=e[b];break}g===void 0&&(g=e[a.length]);return d!=-
1&&d>1500&&d<4E3?500:g};var Lq=function(a,b,c){var d=new
J(0,0,0,0);this.time=a;this.volume=null;this.l=b;this.g=d;this.j=c};Lq.prototype.Mb
=function(a,b){return!!a&&(!(b===void 0?0:b)||
this.volume==a.volume)&&this.l==a.l&&Gk(this.g,a.g)&&!0};var
Mq=function(a,b,c,d,e,f,g,h)
{this.l=a;this.I=b;this.j=c;this.B=d;this.g=e;this.o=f;this.C=g;this.A=h};Mq.protot
ype.getTimestamp=function(){return this.C};Mq.prototype.Mb=function(a,b){return
this.l.Mb(a.l,b===void 0?!
1:b)&&this.I==a.I&&Gk(this.j,a.j)&&Gk(this.B,a.B)&&this.g==a.g&&this.o==a.o&&this.C
==a.C&&this.A==a.A};var
Nq={currentTime:1,duration:2,isVpaid:4,volume:8,isYouTube:16,isPlaying:32},qi={Te:"
start",FIRST_QUARTILE:"firstquartile",MIDPOINT:"midpoint",THIRD_QUARTILE:"thirdquar
tile",COMPLETE:"complete",ERROR:"error",ig:"metric",PAUSE:"pause",rg:"resume",SKIPP
ED:"skip",VIEWABLE_IMPRESSION:"viewable_impression",jg:"mute",vg:"unmute",FULLSCREE
N:"fullscreen",eg:"exitfullscreen",Zf:"bufferstart",Yf:"bufferfinish",Ne:"fully_vie
wable_audible_half_duration_impression",Se:"measurable_impression",Tf:"abandon",Me:
"engagedview",
IMPRESSION:"impression",bg:"creativeview",LOADED:"loaded",PROGRESS:"progress",wi:"c
lose",xi:"collapse",kg:"overlay_resize",lg:"overlay_unmeasurable_impression",mg:"ov
erlay_unviewable_impression",og:"overlay_viewable_immediate_impression",ng:"overlay
_viewable_end_of_session_impression",cg:"custom_metric_viewable",Vf:"audio_audible"
,Xf:"audio_measurable",Wf:"audio_impression"},Oq="start firstquartile midpoint
thirdquartile resume loaded".split("
"),Pq=["start","firstquartile","midpoint","thirdquartile"],
Qq=["abandon"],Rq={UNKNOWN:-
1,Te:0,FIRST_QUARTILE:1,MIDPOINT:2,THIRD_QUARTILE:3,COMPLETE:4,ig:5,PAUSE:6,rg:7,SK
IPPED:8,VIEWABLE_IMPRESSION:9,jg:10,vg:11,FULLSCREEN:12,eg:13,Ne:14,Se:15,Tf:16,Me:
17,IMPRESSION:18,bg:19,LOADED:20,cg:21,Zf:22,Yf:23,Wf:27,Xf:28,Vf:29};var
ji={pi:"addEventListener",Pi:"getMaxSize",Qi:"getScreenSize",Ri:"getState",Si:"getV
ersion",tj:"removeEventListener",jj:"isViewable"},Sq=function(a){var b=a!
==a.top,c=a.top===uj(a),d=-1,e=0;if(b&&c&&a.top.mraid){d=3;var f=a.top.mraid}else
d=(f=a.mraid)?b?c?2:1:0:-1;f&&(f.IS_GMA_SDK||(e=2),ii(function(g){return typeof
f[g]==="function"})||(e=1));return{Ia:f,Rc:e,Uh:d}};var Tq=function(){var
a=window.document;return a&&typeof a.elementFromPoint==="function"};function
Uq(a,b,c){try{if(a){if(!b.top)return new J(-12245933,-12245933,-12245933,-
12245933);b=b.top}a:{var d=b;if(a&&d!==null&&d!=d.top){if(!d.top){var e=new Ik(-
12245933,-12245933);break a}d=d.top}try{e=(c===void 0?0:c)?(new
Ik(d.innerWidth,d.innerHeight)).round():ep(d||window).round()}catch(n){e=new Ik(-
12245933,-12245933)}}a=e;var f=a.height,g=a.width;if(g===-12245933)return new
J(g,g,g,g);var h=fp(ap(b.document).g),k=h.x,l=h.y;return new
J(l,k+g,l+f,k)}catch(n){return new J(-12245933,-12245933,
-12245933,-12245933)}};var Wq=function(a,b){if(typeof b==="string")
(b=Vq(a,b))&&(a.style[b]=void 0);else for(var c in b){var
d=a,e=b[c],f=Vq(d,c);f&&(d.style[f]=e)}},Xq={},Vq=function(a,b){var c=Xq[b];if(!c)
{var d=Zi(b);c=d;a.style[d]===void 0&&(d=(Hc?"Webkit":Gc?"Moz":null)
+aj(d),a.style[d]!==void 0&&(c=d));Xq[b]=c}return c},Yq=function(a,b){var
c=a.style[Zi(b)];return typeof c!=="undefined"?
c:a.style[Vq(a,b)]||""},Zq=function(a,b){var c=$o(a);return
c.defaultView&&c.defaultView.getComputedStyle&&(a=c.defaultView.getComputedStyle(a,
null))?a[b]||a.getPropertyValue(b)||"":""},$q=function(a){try{return
a.getBoundingClientRect()}catch(b)
{return{left:0,top:0,right:0,bottom:0}}},ar=function(a){var b=$o(a),c=new
Ek(0,0);if(a==(b?$o(b):document).documentElement)return
c;a=$q(a);b=fp(ap(b).g);c.x=a.left+b.x;c.y=a.top+b.y;return c},br=function(a,b){var
c=new Ek(0,0),d=gp($o(a));if(!Ac(d,"parent"))return c;do{if(d==b)var e=ar(a);else
e=$q(a),e=new Ek(e.left,e.top);c.x+=e.x;c.y+=e.y}while(d&&d!=b&&d!
=d.parent&&(a=d.frameElement)&&(d=d.parent));
return c},cr=function(){var a="100%";typeof a=="number"&&(a=Math.round(a)
+"px");return a},er=function(a){var b=dr,c;(c=Zq(a,"display"))||(c=a.currentStyle?
a.currentStyle.display:null);if((c||a.style&&a.style.display)!="none")return
b(a);c=a.style;var
d=c.display,e=c.visibility,f=c.position;c.visibility="hidden";c.position="absolute"
;c.display="inline";a=b(a);c.display=d;c.position=f;c.visibility=e;return
a},dr=function(a){var b=a.offsetWidth,c=a.offsetHeight,d=Hc&&!b&&!c;return(b===void
0||d)&&a.getBoundingClientRect?
(a=$q(a),new Ik(a.right-a.left,a.bottom-a.top)):new Ik(b,c)},fr=function(a){var
b=new Ik(a.offsetWidth,a.offsetHeight);var c=Zq(a,"paddingLeft");var
d=Zq(a,"paddingRight"),e=Zq(a,"paddingTop"),f=Zq(a,"paddingBottom");c=new
J(parseFloat(e),parseFloat(d),parseFloat(f),parseFloat(c));d=Zq(a,"borderLeftWidth"
);e=Zq(a,"borderRightWidth");f=Zq(a,"borderTopWidth");a=Zq(a,"borderBottomWidth");a
=new J(parseFloat(f),parseFloat(e),parseFloat(a),parseFloat(d));return new
Ik(b.width-a.left-c.left-c.right-a.right,
b.height-a.top-c.top-c.bottom-a.bottom)};var gr=function(a,b)
{b=Math.pow(10,b);return Math.floor(a*b)/b};function hr(a,b,c,d){if(!
a)return{value:d,done:!1};d=b(d,a);var e=c(d,a);return!e&&Ac(a,"parentElement")?
hr(a.parentElement||null,b,c,d):{done:e,value:d}}var ir=function(a,b,c,d){if(!
a)return d;d=hr(a,b,c,d);if(!d.done)try{var e=$o(a),f=e&&gp(e);return
ir(f&&f.frameElement,b,c,d.value)}catch(g){}return d.value};
function jr(a){var b=!Ec||Vc();return ir(a,function(c,d)
{c=Ac(d,"style")&&d.style&&Yq(d,"visibility");return{hidden:c==="hidden",visible:b&
&c==="visible"}},function(c){return c.hidden||c.visible},{hidden:!1,visible:!
1}).hidden}
var kr=function(a){return ir(a,function(b,c){return!(!Ac(c,"style")||!c.style||
Yq(c,"display")!=="none")},function(b){return b},!1)?!0:jr(a)},lr=function(a)
{return new J(a.top,a.right,a.bottom,a.left)},mr=function(a){var b=a.top||
0,c=a.left||0;return new J(b,c+(a.width||0),b+(a.height||0),c)},nr=function(a)
{return a!=null&&a>=0&&a<=1};function or(){var a=Tb();return a?
kc("AmazonWebAppPlatform;Android TV;Apple
TV;AppleTV;BRAVIA;BeyondTV;Freebox;GoogleTV;HbbTV;LongTV;MiBOX;MiTV;NetCast.TV;Netc
ast;Opera TV;PANASONIC;POV_TV;SMART-TV;SMART_TV;SWTV;Smart TV;SmartTV;TV
Store;UnionTV;WebOS".split(";"),function(b){return Mb(a,b)})||Mb(a,"OMI/")&&!
Mb(a,"XiaoMi/")?!0:Mb(a,"Presto")&&Mb(a,"Linux")&&!Mb(a,"X11")&&!Mb(a,"Android")&&!
Mb(a,"Mobi"):!1}
function pr(){var a=Tb();return Mb(a,"AppleTV")||Mb(a,"Apple TV")||
Mb(a,"CFNetwork")||Mb(a,"tvOS")}function qr(a){return(a=a.userAgentData)?
a.brands.some(function(b){return
b.brand.includes("kepler_webview")}):Mb(Tb(),"Kepler")}function rr(){var a;
(a=Mb(Tb(),"CrKey")&&!(Mb(Tb(),"CrKey")&&Mb(Tb(),"SmartSpeaker"))||
Mb(Tb(),"PlayStation")||Mb(Tb(),"Roku")||or()||Mb(Tb(),"Xbox")||pr())||
(a=Tb(),a=Mb(a,"sdk_google_atv_x86")||Mb(a,"Android TV"));return a};var
tr=function(){this.l=!ij(P.top);this.C=ei()||fi();var
a=up();a=a.length>0&&a[a.length-1]!=null&&a[a.length-1].url!=null?((a=a[a.length-
1].url.match(cj)[3]||null)?decodeURI(a):a)||"":"";this.domain=a;this.g=new
J(0,0,0,0);this.B=new Ik(0,0);this.o=new Ik(0,0);this.I=new
J(0,0,0,0);this.frameOffset=new Ek(0,0);this.A=0;this.L=!1;this.j=!(!P||!
Sq(P).Ia);sr(this)},ur=function(a,b){b&&b.screen&&(a.B=new
Ik(b.screen.width,b.screen.height))},vr=function(a,b){a:{var c=a.g?new
Ik(a.g.getWidth(),a.g.getHeight()):
new Ik(0,0);b=b===void 0?P:b;b!==null&&b!=b.top&&(b=b.top);var d=0,e=0;try{var
f=b.document,g=f.body,h=f.documentElement;if(f.compatMode=="CSS1Compat"&&h.scrollHe
ight)d=h.scrollHeight!=c.height?h.scrollHeight:h.offsetHeight,e=h.scrollWidth!
=c.width?h.scrollWidth:h.offsetWidth;else{var
k=h.scrollHeight,l=h.scrollWidth,n=h.offsetHeight,p=h.offsetWidth;h.clientHeight!
=n&&(k=g.scrollHeight,l=g.scrollWidth,n=g.offsetHeight,p=g.offsetWidth);k>c.height?
k>n?(d=k,e=l):(d=n,e=p):k<n?(d=k,e=l):(d=n,e=p)}var r=
new Ik(e,d);break a}catch(u){r=new Ik(-12245933,-12245933);break a}r=void
0}a.o=r},sr=function(a){P&&P.document&&(a.I=Uq(!1,P,a.C),a.g=Uq(!
0,P,a.C),vr(a,P),ur(a,P))},xr=function(){var a=wr();if(a.A>0||a.L)return!
0;a=Lp().j.isVisible();var b=Xk(Xo)===0;return a||b},wr=function(){return
K(tr)};var yr=function(a)
{this.l=a;this.j=0;this.g=null};yr.prototype.cancel=function()
{Lp().clearTimeout(this.g);this.g=null};var zr=function(a){var
b=Lp(),c=Uo().g.g;a.g=b.setTimeout(Rp(c,Bq(143,function(){a.j+
+;a.l.sample()})),Kq())};var Ar=function(a,b,c){this.l=a;this.ma=c===void
0?"na":c;this.B=[];this.xa=!1;this.o=new Lq(-1,!
0,this);this.g=this;this.L=b;this.H=this.F=!1;this.W="uk";this.P=!1;this.C=!
0};Ar.prototype.G=function(){return!1};Ar.prototype.initialize=function(){return
this.xa=!0};Ar.prototype.Nb=function(){return this.g.W};Ar.prototype.qc=function()
{return this.g.H};var Cr=function(a,b,c){if(!a.H||(c===void 0?0:c))a.H=!
0,a.W=b,a.L=0,a.g!=a||Br(a)};Ar.prototype.getName=function(){return this.g.ma};
Ar.prototype.nb=function(){return this.g.aa()};Ar.prototype.aa=function()
{return{}};Ar.prototype.Va=function(){return this.g.L};var Dr=function(a,b)
{pc(a.B,b)||(a.B.push(b),b.Pb(a.g),b.pb(a.o),b.Qa()&&(a.F=!
0))};Ar.prototype.T=function(){var a=wr();a.g=Uq(!
0,this.l,a.C)};Ar.prototype.V=function()
{ur(wr(),this.l)};Ar.prototype.ba=function(){return this.o.g};var Er=function(a)
{a=a.g;a.V();a.T();var b=wr();b.I=Uq(!
1,a.l,b.C);vr(wr(),a.l);a.o.g=a.ba()};Ar.prototype.sample=function(){};
Ar.prototype.isActive=function(){return this.g.C};var Fr=function(a)
{a.F=a.B.length?kc(a.B,function(b){return b.Qa()}):!1},Gr=function(a){var
b=uc(a.B);fc(b,function(c){c.pb(a.o)})},Br=function(a){var
b=uc(a.B);fc(b,function(c){c.Pb(a.g)});a.g!=a||
Gr(a)};m=Ar.prototype;m.Pb=function(a){var b=this.g;this.g=a.Va()>=this.L?a:this;b!
==this.g?(this.C=this.g.C,Br(this)):this.C!
==this.g.C&&(this.C=this.g.C,Br(this))};m.pb=function(a){if(a.j===this.g){var b=!
this.o.Mb(a,this.F);this.o=a;b&&Gr(this)}};
m.Qa=function(){return this.F};m.dispose=function(){this.P=!0};m.Ea=function()
{return this.P};var Hr=function(a,b,c,d){this.j=a;this.g=new
J(0,0,0,0);this.o=null;this.C=new J(0,0,0,0);this.l=b;this.R=c;this.P=d;this.M=!
1;this.timestamp=-1;this.G=new Mq(b.o,this.j,this.g,new
J(0,0,0,0),0,0,Jq(),0);this.A=void 0};Hr.prototype.Id=function(){return!
0};Hr.prototype.F=function(){};Hr.prototype.dispose=function(){if(!this.Ea()){var
a=this.l;qc(a.B,this);a.F&&this.Qa()&&Fr(a);this.F();this.M=!
0}};Hr.prototype.Ea=function(){return this.M};
var Ir=function(a,b){return a.A?new
J(Math.max(b.top+a.A.top,b.top),Math.min(b.left+a.A.right,b.right),Math.min(b.top+a
.A.bottom,b.bottom),Math.max(b.left+a.A.left,b.left)):Fk(b)};m=Hr.prototype;m.nb=fu
nction(){return this.l.nb()};m.Va=function(){return this.l.Va()};m.Nb=function()
{return this.l.Nb()};m.qc=function(){return this.l.qc()};m.Pb=function()
{};m.pb=function(){this.jb()};m.Qa=function(){return this.P};var Jr=function(a)
{this.B=!1;this.g=a;this.o=function(){}};m=Jr.prototype;m.Va=function(){return
this.g.Va()};m.Nb=function(){return this.g.Nb()};m.qc=function(){return
this.g.qc()};m.create=function(a,b,c){var
d=null;this.g&&(d=this.Ec(a,b,c),Dr(this.g,d));return d};m.Oe=function(){return
this.Xb()};m.Xb=function(){return!1};m.init=function(a){return this.g.initialize()?
(Dr(this.g,this),this.o=a,!0):!1};m.Pb=function(a)
{a.Va()==0&&this.o(a.Nb(),this)};m.pb=function(){};m.Qa=function(){return!1};
m.dispose=function(){this.B=!0};m.Ea=function(){return this.B};m.nb=function()
{return{}};var Kr=function(a,b,c){this.l=c===void 0?
0:c;this.j=a;this.g=b==null?"":b},Lr=function(a){switch(Math.trunc(a.l)){case -
16:return-16;case -8:return-8;case 0:return 0;case 8:return 8;case 16:return
16;default:return 16}},Mr=function(a,b){return a.l<b.l?!0:a.l>b.l?!1:a.j<b.j?!
0:a.j>b.j?!1:typeof a.g<typeof b.g?!0:typeof a.g>typeof b.g?!1:a.g<b.g};var
Nr=function(){this.l=0;this.g=[];this.j=!1};Nr.prototype.add=function(a,b,c){+
+this.l;a=new Kr(a,b,c);this.g.push(new Kr(a.j,a.g,a.l+this.l/4096));this.j=!
0;return this};
var Or=function(a,b){fc(b.g,function(c){a.add(c.j,c.g,Lr(c))})},Pr=function(a,b)
{var c=c===void 0?0:c;var d=d===void 0?!0:d;kj(b,function(e,f){d&&e===void 0||
a.add(f,e,c)});return a},Rr=function(a){var b=Qr;a.j&&(wc(a.g,function(c,d){return
Mr(d,c)?1:Mr(c,d)?-1:0}),a.j=!1);return jc(a.g,function(c,d){d=b(d);return""+c+(c!
=""&&d!=""?"&":"")+d},"")};var Qr=function(a){var b=a.j;a=a.g;return a===""?
b:typeof a==="boolean"?a?b:"":Array.isArray(a)?a.length===0?b:b+"="+a.join():b+"="+
(pc(["mtos","tos","p"],b)?a:encodeURIComponent(a))};var Sr=function(a){var
b=b===void 0?!0:b;this.g=new Nr;a!==void
0&&Or(this.g,a);b&&this.g.add("v","unreleased",-
16)};Sr.prototype.toString=function(){var
a="//pagead2.googlesyndication.com//pagead/gen_204",b=Rr(this.g);b.length>0&&(a+="?
"+b);return a};var Tr=function(a){var b=[],c=[];gi(a,function(d,e){if(!(e in
Object.prototype)&&typeof d!
="undefined")switch(Array.isArray(d)&&(d=d.join(",")),d=[e,"=",d].join(""),e){case
"adk":case "r":case "tt":case "error":case "mtos":case "tos":case "p":case
"bs":b.unshift(d);break;case "req":case "url":case "referrer":case
"iframe_loc":c.push(d);break;default:b.push(d)}});return
b.concat(c)},Ur=function(a){a=a.toString();Lp();vj(P,a)};var Vr=function()
{this.g=0};function Wr(a){a&&typeof a.dispose=="function"&&a.dispose()};var
Q=function(){this.L=this.L;this.I=this.I};Q.prototype.L=!
1;Q.prototype.Ea=function(){return this.L};Q.prototype.dispose=function(){this.L||
(this.L=!0,this.O())};Q.prototype[Symbol.dispose]=function(){this.dispose()};var
Yr=function(a,b){Xr(a,lb(Wr,b))},Xr=function(a,b){a.L?b():(a.I||
(a.I=[]),a.I.push(b))};Q.prototype.O=function()
{if(this.I)for(;this.I.length;)this.I.shift()()};var Zr=function(a,b,c)
{fc(a.l,function(d){var e=a.g;if(!d.g&&(d.l(b,c),d.o())){d.g=!0;var f=d.j(),g=new
Nr;g.add("id","av-
js");g.add("type","verif");g.add("vtype",d.B);d=K(Vr);g.add("i",d.g+
+);g.add("adk",e);Pr(g,f);e=new Sr(g);Ur(e)}})};var $r=function()
{this.j=this.l=this.o=this.g=0},as=function(a,b,c,d)
{b&&(a.g+=c,a.j+=c,a.o+=c,a.l=Math.max(a.l,a.o));if(d===void 0?!b:d)a.o=0};var
bs=[1,.75,.5,.3,0],cs=function(a){this.j=a=a===void 0?
bs:a;this.g=ic(this.j,function(){return new $r})},es=function(a,b){return
ds(a,function(c){return c.g},b===void 0?!0:b)},gs=function(a,b){return
fs(a,b,function(c){return c.g})},hs=function(a,b){return ds(a,function(c){return
c.l},b===void 0?!0:b)},is=function(a,b){return fs(a,b,function(c){return
c.l})},js=function(a,b){return fs(a,b,function(c){return c.j})},ks=function(a)
{fc(a.g,function(b){b.j=0})},ls=function(a,b,c,d,e,f,g){g=g===void 0?
!0:g;c=f?Math.min(b,c):c;for(f=0;f<a.j.length;f++){var h=a.j[f],k=c>0&&c>=h;h=!
(b>0&&b>=h)||d;as(a.g[f],g&&k,e,!g||h)}},ds=function(a,b,c){a=ic(a.g,function(d)
{return b(d)});return c?a:ms(a)},fs=function(a,b,c){var d=oc(a.j,function(e){return
b<=e});return d==-1?0:c(a.g[d])},ms=function(a){return ic(a,function(b,c,d){return
c>0?d[c]-d[c-1]:d[c]})};var ns=function(){this.j=new cs;this.W=this.V=0;this.ba=new
$r;this.H=this.C=-1;this.ma=1E3;this.ya=new
cs([1,.9,.8,.7,.6,.5,.4,.3,.2,.1,0]);this.P=this.K=-1},os=function(a,b){return
hs(a.j,b===void 0?!0:b)};
ns.prototype.L=function(a,b,c,d){this.C=this.C!=-1?
Math.min(this.C,b.Z):b.Z;this.H=Math.max(this.H,b.Z);this.K=this.K!=-1?
Math.min(this.K,b.va):b.va;this.P=Math.max(this.P,b.va);ls(this.ya,b.va,c.va,b.g,a,
d);this.V+=a;b.Z===0&&(this.W+=a);ls(this.j,b.Z,c.Z,b.g,a,d);c=d||c.Db!=b.Db?
c.isVisible()&&b.isVisible():c.isVisible();b=!b.isVisible()||
b.g;as(this.ba,c,a,b)};ns.prototype.Ya=function(){return
this.ba.l>=this.ma};if(Xo&&Xo.URL){var ps=Xo.URL,qs;if(qs=!!ps){var rs;a:{if(ps)
{var ts=RegExp(".*[&#?]google_debug(=[^&]*)?(&.*)?$");try{var
us=ts.exec(decodeURIComponent(ps));if(us){rs=us[1]&&us[1].length>1?
us[1].substring(1):"true";break a}}catch(a){}}rs=""}qs=rs.length>0}xq.Ee(!qs)}var
vs=function(a,b,c,d){var e=e===void 0?!1:e;c=Bq(d,c);ci(a,b,c,{capture:e})};var
ws=new J(0,0,0,0);function xs(a,b){b=ys(b);return b===0?0:ys(a)/b}function ys(a)
{return Math.max(a.bottom-a.top,0)*Math.max(a.right-a.left,0)}function zs(a,b){if(!
a||!b)return!1;for(var c=0;a!==null&&c++<100;){if(a===b)return!
0;try{if(a=a.parentElement||a){var
d=$o(a),e=d&&gp(d),f=e&&e.frameElement;f&&(a=f)}}catch(g){break}}return!1}
function As(a,b,c){if(!a||!b)return!1;b=Hk(Fk(a),-b.left,-
b.top);a=(b.left+b.right)/2;b=(b.top+b.bottom)/
2;ij(window.top)&&window.top&&window.top.document&&(window=window.top);if(!
Tq())return!1;a=window.document.elementFromPoint(a,b);if(!a)return!
1;b=(b=(b=$o(c))&&b.defaultView&&b.defaultView.frameElement)&&zs(b,a);var
d=a===c;a=!d&&a&&np(a,function(e){return e===c});return!(b||d||a)}
function Bs(a,b,c,d){return wr().l?!1:a.getWidth()<=0||a.getHeight()<=0?!0:c&&d?
Aq(208,function(){return As(a,b,c)}):!1};var Cs=new J(0,0,0,0),Es=function(a,b,c)
{Q.call(this);this.position=Fk(Cs);this.nd=this.Xc();this.be=-
2;this.ai=Date.now();this.Of=-1;this.dd=b;this.cd=null;this.hc=!
1;this.td=null;this.opacity=-1;this.Nh=c;this.bi=!1;this.ee=function()
{};this.Qf=function(){};this.wa=new op;this.wa.sb=a;this.wa.g=a;this.Wa=!
1;this.zb={he:null,ge:null};this.Jf=!0;this.Dc=null;this.Qb=this.qh=!1;Uo().A+
+;this.ta=this.Wd();this.Nf=-1;this.X=null;this.mf=this.mh=!1;this.R=new
No;Wo(this.R);Ds(this);this.Nh==1?Qo(this.R,
"od",1):Qo(this.R,"od",0)};q(Es,Q);Es.prototype.O=function()
{this.wa.g&&(this.zb.he&&(di(this.wa.g,"mouseover",this.zb.he),this.zb.he=null),thi
s.zb.ge&&(di(this.wa.g,"mouseout",this.zb.ge),this.zb.ge=null));this.Dc&&this.Dc.di
spose();this.X&&this.X.dispose();delete this.nd;delete this.ee;delete
this.Qf;delete this.wa.sb;delete this.wa.g;delete this.zb;delete this.Dc;delete
this.X;delete this.R;Q.prototype.O.call(this)};Es.prototype.ob=function(){return
this.X?this.X.g:this.position};
Es.prototype.se=function(a){Uo().se(a)};var Ds=function(a){a=a.wa.sb;var
b;if(b=a&&a.getAttribute)b=/-[a-z]/.test("googleAvInapp")?!
1:Yo&&a.dataset?"googleAvInapp"in a.dataset:a.hasAttribute?a.hasAttribute("data-"+
$i()):!!a.getAttribute("data-"+$i());b&&(wr().j=!0)};Es.prototype.Qa=function()
{return!1};Es.prototype.Xc=function(){return new ns};Es.prototype.sa=function()
{return this.nd};
var Fs=function(a,b){b!=a.Qb&&(a.Qb=b,a=wr(),b?a.A+
+:a.A>0&&a.A--)},Gs=function(a,b){if(a.X)
{if(b.getName()===a.X.getName())return;a.X.dispose();a.X=null}b=b.create(a.wa.g,a.R
,a.Qa());if(b=b!=null&&b.Id()?b:null)a.X=b},Hs=function(a,b,c){if(!a.cd||a.dd==-1||
b.getTimestamp()===-1||a.cd.getTimestamp()===-1)return 0;a=b.getTimestamp()-
a.cd.getTimestamp();return a>c?0:a};Es.prototype.hf=function(a){return
Hs(this,a,1E4)};
var Is=function(a,b,c){if(a.X){a.X.jb();var d=a.X.G,e=d.l,f=e.g;if(d.B!=null){var
g=d.j;a.td=new Ek(g.left-f.left,g.top-f.top)}f=a.Ed()?
Math.max(d.g,d.o):d.g;g={};e.volume!
==null&&(g.volume=e.volume);e=a.hf(d);a.cd=d;a.He(f,b,c,!
1,g,e,d.A)}},Js=function(a){if(a.hc&&a.Dc){var
b=Ro(a.R,"od")==1,c=wr().g,d=a.Dc,e=a.X?a.X.getName():"ns",f=a.td,g=new
Ik(c.getWidth(),c.getHeight());c=a.Ed();a={Wh:e,td:f,mi:g,Ed:c,Z:a.ta.Z,gi:b};if(b=
d.j){b.jb();e=b.G;f=e.l.g;var h=g=null;e.B!=null&&f&&(g=e.j,g=new Ek(g.left-
f.left,g.top-f.top),h=new Ik(f.right-f.left,f.bottom-f.top));e=c?
Math.max(e.g,e.o):e.g;c={Wh:b.getName(),td:g,mi:h,Ed:c,gi:!1,Z:e}}else
c=null;c&&Zr(d,a,c)}};m=Es.prototype;m.He=function(a,b,c,d,e,f,g){this.Wa||
(this.hc&&(a=this.Jd(a,c,e,g),d=d&&this.ta.Z>=(this.Db()?.3:.5),this.Ie(f,a,d),this
.dd=b,a.Z>0&&-1===this.Nf&&(this.Nf=b),this.Of==-
1&&this.Ya()&&(this.Of=b),this.be==-2&&(this.be=ys(this.ob())?a.Z:-
1),this.ta=a),this.ee(this))};m.Ie=function(a,b,c)
{this.sa().L(a,b,this.ta,c)};m.Wd=function(){return new Bo};
m.Jd=function(a,b,c,d){c=this.Wd();c.g=b;b=Lp().j;b=Xk(Xo)===0?-1:b.isVisible()?
0:1;c.j=b;c.Z=this.Nd(a);c.Db=this.Db();c.va=d;return c};m.Nd=function(a){return
this.opacity===0&&Ro(this.R,"opac")===1?0:a};m.Db=function(){return!
1};m.Ed=function(){return this.mh||this.qh};m.Ca=function(){return
0};m.Ya=function(){return this.nd.Ya()};m.kf=function(){var a=this.hc;a=(this.mf||
this.Ea())&&!a;var b=Uo().j!==2||this.bi;return this.Wa||b&&a?2:this.Ya()?
4:3};m.Vc=function(){return 0};
var Ks=function(a,b,c){b&&(a.ee=b);c&&(a.Qf=c)};var Ls=function()
{};Ls.prototype.next=function(){return Ms};var Ms={done:!0,value:void
0};Ls.prototype.Lb=function(){return this};var Ns=function()
{this.o=this.g=this.l=this.j=this.B=0},Os=function(a){var b={};b=(b.ptlt=nb()-
a.B,b);var c=a.j;c&&(b.pnk=c);(c=a.l)&&(b.pnc=c);(c=a.o)&&(b.pnmm=c);
(a=a.g)&&(b.pns=a);return b};var Ps=function(){Bo.call(this);this.fullscreen=!
1;this.volume=void 0;this.l=!1;this.mediaTime=-1};q(Ps,Bo);var Qs=function(a)
{return nr(a.volume)&&a.volume>0};var Ss=function(a,b,c,d){c=c===void 0?!
0:c;d=d===void 0?function(){return!0}:d;return function(e){var
f=e[a];if(Array.isArray(f)&&d(e))return Rs(f,b,c)}},Ts=function(a,b){return
function(c){return b(c)?c[a]:void 0}},Us=function(a){return function(b){for(var
c=0;c<a.length;c++)if(a[c]===b.e||a[c]===void 0&&!b.hasOwnProperty("e"))return!
0;return!1}},Rs=function(a,b,c){return c===void 0||c?hc(a,function(d,e){return
pc(b,e)}):ic(b,function(d,e,f){return a.slice(e>0?f[e-
1]+1:0,d+1).reduce(function(g,h){return g+
h},0)})};var Vs=Us([void 0,1,2,3,4,8,16]),Ws=Us([void
0,4,8,16]),Xs={sv:"sv",v:"v",cb:"cb",e:"e",nas:"nas",msg:"msg","if":"if",sdk:"sdk",
p:"p",p0:Ts("p0",Ws),p1:Ts("p1",Ws),p2:Ts("p2",Ws),p3:Ts("p3",Ws),cp:"cp",tos:"tos"
,mtos:"mtos",amtos:"amtos",mtos1:Ss("mtos1",[0,2,4],!1,Ws),mtos2:Ss("mtos2",
[0,2,4],!1,Ws),mtos3:Ss("mtos3",[0,2,4],!
1,Ws),mcvt:"mcvt",ps:"ps",scs:"scs",bs:"bs",vht:"vht",mut:"mut",a:"a",a0:Ts("a0",Ws
),a1:Ts("a1",Ws),a2:Ts("a2",Ws),a3:Ts("a3",Ws),ft:"ft",dft:"dft",at:"at",dat:"dat",
as:"as",
vpt:"vpt",gmm:"gmm",std:"std",efpf:"efpf",swf:"swf",nio:"nio",px:"px",nnut:"nnut",v
mer:"vmer",vmmk:"vmmk",vmiec:"vmiec",nmt:"nmt",tcm:"tcm",bt:"bt",pst:"pst",vpaid:"v
paid",dur:"dur",vmtime:"vmtime",dtos:"dtos",dtoss:"dtoss",dvs:"dvs",dfvs:"dfvs",dvp
t:"dvpt",fmf:"fmf",vds:"vds",is:"is",i0:"i0",i1:"i1",i2:"i2",i3:"i3",ic:"ic",cs:"cs
",c:"c",c0:Ts("c0",Ws),c1:Ts("c1",Ws),c2:Ts("c2",Ws),c3:Ts("c3",Ws),mc:"mc",nc:"nc"
,mv:"mv",nv:"nv",qmt:Ts("qmtos",Vs),qnc:Ts("qnc",Vs),qmv:Ts("qmv",Vs),qnv:Ts("qnv",
Vs),
raf:"raf",rafc:"rafc",lte:"lte",ces:"ces",tth:"tth",femt:"femt",femvt:"femvt",emc:"
emc",emuc:"emuc",emb:"emb",avms:"avms",nvat:"nvat",qi:"qi",psm:"psm",psv:"psv",psfv
:"psfv",psa:"psa",pnk:"pnk",pnc:"pnc",pnmm:"pnmm",pns:"pns",ptlt:"ptlt",pngs:"pings
",veid:"veid",ssb:"ssb",ss0:Ts("ss0",Ws),ss1:Ts("ss1",Ws),ss2:Ts("ss2",Ws),ss3:Ts("
ss3",Ws),dc_rfl:"urlsigs",obd:"obd",omidp:"omidp",omidr:"omidr",omidv:"omidv",omida
:"omida",omids:"omids",omidpv:"omidpv",omidam:"omidam",omidct:"omidct",omidia:"omid
ia",
omiddc:"omiddc",omidlat:"omidlat",omiddit:"omiddit",nopd:"nopd",co:"co",tm:"tm",tu:
"tu"},Ys=Object.assign({},Xs,{avid:function(a){return function(){return a}}
("audio"),avas:"avas",vs:"vs"}),Zs={atos:"atos",avt:Ss("atos",
[2]),davs:"davs",dafvs:"dafvs",dav:"dav",ss:function(a,b){return function(c){return
c[a]===void 0&&b!==void 0?b:c[a]}}("ss",0),t:"t"};var $s=function()
{this.j=this.g=""};var at=function(){},bt=function(a,b){var c={};if(a!==void
0)if(b!=null)for(var d in b){var e=b[d];d in Object.prototype||e!
=null&&(c[d]=typeof e==="function"?e(a):a[e])}else zi(c,a);return Rr(Pr(new
Nr,c))};var ct=function(){var
a={};this.j=(a.vs=[1,0],a.vw=[0,1],a.am=[2,2],a.a=[4,4],a.f=[8,8],a.bm=[16,16],a.b=
[32,32],a.avw=[0,64],a.avs=[64,0],a.pv=[256,256],a.gdr=[0,512],a.p=[0,1024],a.r=[0,
2048],a.m=[0,4096],a.um=[0,8192],a.ef=[0,16384],a.s=[0,32768],a.pmx=[0,16777216],a.
mut=[33554432,33554432],a.umutb=[67108864,67108864],a.tvoff=[134217728,134217728],a
);this.g={};for(var b in this.j)this.j[b][1]>0&&(this.g[b]=0);this.l=0};
ct.prototype.reportEvent=function(a){var
b=this.j[a],c=b[1];this.l+=b[0];c>0&&this.g[a]==0&&(this.g[a]=1)};var
dt=function(a){var b=li(a.j),c=0,d;for(d in a.g)pc(b,d)&&a.g[d]==1&&(c+=a.j[d]
[1],a.g[d]=2);return c},et=function(a){var b=0,c;for(c in a.g){var
d=a.g[c];if(d==1||d==2)b+=a.j[c][1]}return b};var ft=function()
{this.g=this.j=0};ft.prototype.getValue=function(){return this.j};var
gt=function(a,b,c){b>=32||(a.g&1<<b&&!c?a.j&=~(1<<b):a.g&1<<b||!c||(a.j|=1<<b),a.g|
=1<<b)};var ht=function(){ns.call(this);this.l=new
$r;this.aa=this.F=this.M=0;this.I=-1;this.za=new $r;this.B=new $r;this.g=new
cs;this.A=this.o=-1;this.G=new $r;this.ma=2E3;this.T=new ft;this.fa=new
ft;this.ha=new ft};q(ht,ns);var it=function(a,b,c){var d=a.aa;Iq||c||a.I==-1||
(d+=b-a.I);return d};
ht.prototype.L=function(a,b,c,d){if(!b.l){ns.prototype.L.call(this,a,b,c,d);var
e=Qs(b)&&Qs(c),f=(d?Math.min(b.Z,c.Z):c.Z)>=.5;nr(b.volume)&&(this.o=this.o!=-1?
Math.min(this.o,b.volume):b.volume,this.A=Math.max(this.A,b.volume));f&&(this.M+=a,
this.F+=e?a:0);ls(this.g,b.Z,c.Z,b.g,a,d,e);as(this.l,!
0,a);as(this.B,e,a);as(this.G,c.fullscreen,a);as(this.za,e&&!
f,a);a=Math.floor(b.mediaTime/
1E3);gt(this.T,a,b.isVisible());gt(this.fa,a,b.Z>=1);gt(this.ha,a,Qs(b))}};var
jt=function(){this.l=!1};jt.prototype.j=function(a){this.l||(this.g(a)?
(a=this.L.report(this.o,a),this.B|=a,a=a==0):a=!1,this.l=a)};var kt=function(a,b)
{this.l=!1;this.o=a;this.L=b;this.B=0};q(kt,jt);kt.prototype.g=function(){return!
0};kt.prototype.A=function(){return!1};kt.prototype.getId=function(){var
a=this,b=pi(function(c){return c==a.o});return
Rq[b].toString()};kt.prototype.toString=function(){var
a="";this.A()&&(a+="c");this.l&&(a+="s");this.B>0&&(a+=":"+this.B);return
this.getId()+a};var lt=function(a,b)
{kt.call(this,a,b);this.C=[]};q(lt,kt);lt.prototype.j=function(a,b){b=b===void 0?
null:b;b!=null&&this.C.push(b);kt.prototype.j.call(this,a)};var mt=function(){};var
nt=function(){};q(nt,mt);nt.prototype.j=function(){return
null};nt.prototype.l=function(){return[]};var ot=function(a,b,c,d)
{Hr.call(this,a,b,c,d)};q(ot,Hr);m=ot.prototype;m.Ld=function(){if(this.j){var
a=this.j,b=this.l.g.l;try{try{var c=lr(a.getBoundingClientRect())}catch(l){c=new
J(0,0,0,0)}var d=c.right-c.left,e=c.bottom-c.top,f=br(a,b),g=f.x,h=f.y;var k=new
J(Math.round(h),Math.round(g+d),Math.round(h+e),Math.round(g))}catch(l)
{k=Fk(ws)}this.o=k;this.g=Ir(this,this.o)}};m.Ye=function()
{this.C=this.l.o.g};m.nf=function(a){var b=Ro(this.R,"od")==1;return
Bs(a,this.C,this.j,b)};
m.Ze=function(){this.timestamp=Jq()};
m.jb=function(){this.Ze();this.Ld();if(this.j&&typeof
this.j.videoWidth==="number"&&typeof this.j.videoHeight==="number"){var
a=this.j;var b=new Ik(a.videoWidth,a.videoHeight);a=this.g;var
c=a.getWidth(),d=a.getHeight(),e=b.width;b=b.height;e<=0||b<=0||c<=0||d<=0||(e/
=b,a=Fk(a),e>c/d?(c/=e,d=(d-c)/
2,d>0&&(d=a.top+d,a.top=Math.round(d),a.bottom=Math.round(d+c))):
(d*=e,c=Math.round((c-d)/
2),c>0&&(c=a.left+c,a.left=Math.round(c),a.right=Math.round(c+d))));this.g=a}this.Y
e();a=this.g;c=this.C;a=a.left<=
c.right&&c.left<=a.right&&a.top<=c.bottom&&c.top<=a.bottom?new
J(Math.max(a.top,c.top),Math.min(a.right,c.right),Math.min(a.bottom,c.bottom),Math.
max(a.left,c.left)):new J(0,0,0,0);c=a.top>=a.bottom||a.left>=a.right?new
J(0,0,0,0):a;a=this.l.o;b=e=d=0;if((this.g.bottom-this.g.top)*(this.g.right-
this.g.left)>0)if(this.nf(c))c=new J(0,0,0,0);else{d=wr().B;b=new
J(0,d.height,d.width,0);var f;d=xs(c,(f=this.A)!=null?
f:this.g);e=xs(c,wr().g);b=xs(c,b)}f=c.top>=c.bottom||c.left>=c.right?new
J(0,0,0,0):
Hk(c,-this.g.left,-this.g.top);xr()||(e=d=0);this.G=new
Mq(a,this.j,this.g,f,d,e,this.timestamp,b)};m.getName=function(){return
this.l.getName()};var pt=new J(0,0,0,0),qt=function(a,b,c)
{Hr.call(this,null,a,b,c);this.L=a.isActive();this.I=0};q(qt,ot);m=qt.prototype;m.I
d=function(){this.B();return!0};m.pb=function()
{ot.prototype.jb.call(this)};m.Ze=function(){};m.Ld=function(){};m.jb=function()
{this.B();ot.prototype.jb.call(this)};m.Pb=function(a){a=a.isActive();a!
==this.L&&(a?this.B():(wr().g=new J(0,0,0,0),this.g=new J(0,0,0,0),this.C=new
J(0,0,0,0),this.timestamp=-1));this.L=a};function rt(a)
{return[a.top,a.left,a.bottom,a.right]}
var
tt={},ut=(tt.firstquartile=0,tt.midpoint=1,tt.thirdquartile=2,tt.complete=3,tt),vt=
function(a,b,c,d,e,f){f=f===void 0?new
nt:f;Es.call(this,b,c,d);this.re=e;this.Qd=0;this.na={};this.ka=new
ct;this.Sf={};this.pa="";this.ub=null;this.xb=!
1;this.g=[];this.ab=f.j();this.A=f.l();this.B=null;this.l=-1;this.aa=this.G=void
0;this.K=this.H=0;this.T=-1;this.ma=this.fa=!
1;this.P=this.F=this.j=this.Wb=this.Ua=0;new cs;this.V=this.ba=0;this.ha=-
1;this.oa=0;this.C=Xh;this.M=[this.Xc()];this.Sc=2;this.Jb={};
this.Jb.pause="p";this.Jb.resume="r";this.Jb.skip="s";this.Jb.mute="m";this.Jb.unmu
te="um";this.Jb.exitfullscreen="ef";this.o=null;this.ya=this.za=!
1;this.ib=Math.floor(Date.now()/1E3-
1704067200);this.W=0};q(vt,Es);vt.prototype.Qa=function(){return!0};var
wt=function(a){a.mf=!0;a.oa!=0&&(a.oa=3)},xt=function(a){return a===void 0?
a:Number(a)?gr(a,3):0};m=vt.prototype;m.hf=function(a){return
Hs(this,a,Math.max(1E4,this.l/3))};
m.He=function(a,b,c,d,e,f,g){var h=this,k=this.C(this)||
{};zi(k,e);this.l=k.duration||this.l;this.G=k.isVpaid||this.G;this.aa=k.isYouTube||
this.aa;Lp();this.ya=!
1;e=yt(this,b);zt(this)===1&&(f=e);Es.prototype.He.call(this,a,b,c,d,k,f,g);this.ab
&&this.ab.l&&fc(this.A,function(l){l.j(h)})};
m.Ie=function(a,b,c)
{Es.prototype.Ie.call(this,a,b,c);At(this).L(a,b,this.ta,c);this.ma=Qs(this.ta)&&Qs
(b);this.T==-
1&&this.fa&&(this.T=this.sa().l.g);this.ka.l=0;a=this.Ya();b.isVisible()&&this.ka.r
eportEvent("vs");a&&this.ka.reportEvent("vw");nr(b.volume)&&this.ka.reportEvent("am
");Qs(b)?
this.ka.reportEvent("a"):this.ka.reportEvent("mut");this.Qb&&this.ka.reportEvent("f
");b.j!=-
1&&(this.ka.reportEvent("bm"),b.j==1&&(this.ka.reportEvent("b"),Qs(b)&&this.ka.repo
rtEvent("umutb")));Qs(b)&&b.isVisible()&&
this.ka.reportEvent("avs");this.ma&&a&&this.ka.reportEvent("avw");b.Z>0&&this.ka.re
portEvent("pv");Bt(this,this.sa().l.g,!
0)&&this.ka.reportEvent("gdr");is(this.sa().j,1)>=2E3&&this.ka.reportEvent("pmx");t
his.ya&&this.ka.reportEvent("tvoff")};m.Xc=function(){return new
ht};m.sa=function(){return this.nd};var At=function(a,b){return a.M[b!
=null&&b<a.M.length?b:a.M.length-1]};vt.prototype.Wd=function(){return new Ps};
vt.prototype.Jd=function(a,b,c,d){a=Es.prototype.Jd.call(this,a,b,c,d===void 0?-
1:d);a.fullscreen=this.Qb;a.l=this.oa==2;a.volume=c.volume;nr(a.volume)||(this.Ua+
+,b=this.ta,nr(b.volume)&&(a.volume=b.volume));c=c.currentTime;a.mediaTime=c!==void
0&&c>=0?c:-1;return a};
var zt=function(a){var b=!!Ro(Uo().R,"umt");return a.G||!b&&!a.aa?
0:1},yt=function(a,b){a.oa==2?b=0:a.dd==-1?b=0:(b-=a.dd,b=b>Math.max(1E4,a.l/3)?
0:b);var c=a.C(a)||{};c=c.currentTime!==void 0?c.currentTime:a.H;var d=c-
a.H,e=0;d>=0?(a.K+=b,a.V+=Math.max(b-d,0),e=Math.min(d,a.K)):a.ba+=Math.abs(d);d!
=0&&(a.K=0);a.ha==-1&&d>0&&(a.ha=Hq>=0?Jq()-Hq:-1);a.H=c;return
e};vt.prototype.Nd=function(a){return wr(),this.Qb?
1:Es.prototype.Nd.call(this,a)};vt.prototype.Ca=function(){return 1};
vt.prototype.getDuration=function(){return this.l};
var Ct=function(a,b){kc(a.A,function(c){return c.o==b.o})||
a.A.push(b)},Dt=function(a){var b=gs(a.sa().g,1);return Bt(a,b)},Bt=function(a,b,c)
{return b>=15E3?!0:a.fa?(c===void 0?0:c)?!0:a.l>0?b>=a.l/2:a.T>0?b>=a.T:!1:!
1},Et=function(a){var b={},c=wr();b.insideIframe=c.l;b.unmeasurable=a.Wa;var
d=a.ob(),e=a.X?a.X.o:null;b.position=d;e&&!
Gk(d,e)&&(b.containerPosition=e);b.exposure=a.ta.Z;b.documentSize=c.o;b.viewportSiz
e=new Ik(c.g.getWidth(),c.g.getHeight());a.o!
=null&&(b.presenceData=a.o);b.screenShare=
a.ta.va;return b},Ft=function(a){var
b=gr(a.ta.Z,2),c=a.ka.l,d=a.ta,e=At(a),f=xt(e.o),g=xt(e.A),h=xt(d.volume),k=gr(e.C,
2),l=gr(e.H,2),n=gr(d.Z,2),p=gr(e.K,2),r=gr(e.P,2);d=gr(d.va,2);var
u=Fk(a.ob()).round();a=a.X&&a.X.o?Fk(a.X?a.X.o:null).round():null;e=os(e,!
1);return{li:b,rc:c,od:f,kd:g,bc:h,pd:k,ld:l,Z:n,qd:p,md:r,va:d,position:u,dc:a,rd:
e}},Ht=function(a,b){Gt(a.g,b,function(){return{li:0,rc:void 0,od:-1,kd:-1,bc:-
1,pd:-1,ld:-1,Z:-1,qd:-1,md:-1,va:-1,position:void 0,dc:void 0,rd:[]}});a.g[b]=
Ft(a)},Gt=function(a,b,c){for(var d=a.length;d<b+1;)a.push(c()),d+
+},Kt=function(a,b,c){var d=a.Sf[b];if(d!=null)return d;d=It(a,b);var
e=pi(function(f){return
f==b});a=Jt(a,d,d,c,ut[qi[e]]);b=="fully_viewable_audible_half_duration_impression"
&&(a.std="csm");return a},Lt=function(a,b,c){var d=[b];if(a!=b||c!
=b)d.unshift(a),d.push(c);return d},Jt=function(a,b,c,d,e)
{if(a.Wa)return{"if":0,vs:0};var f=Fk(a.ob()).round(),g=a.X?
a.X.o:null,h=wr(),k=Uo(),l=a.sa(),n=a.X?a.X.getName():"ns",p={};p["if"]=h.l?
1:void 0;p.sdk=a.B?a.B:void 0;p.t=a.ai;p.p=[f.top,f.left,f.bottom,f.right];f&&g&&!
Gk(g,f)&&(f=g.round(),p.cp=[f.top,f.left,f.bottom,f.right]);p.tos=es(l.j,!
1);p.mtos=os(l);p.mcvt=l.ba.l;p.ps=void
0;p.vht=it(l,Jq(),a.oa==2);p.mut=l.za.l;p.a=xt(a.ta.volume);p.mv=xt(l.A);p.fs=a.Qb?
1:0;p.ft=l.G.g;p.at=l.B.g;p.as=l.o>0?1:0;p.atos=es(l.g);p.ssb=es(l.ya,!
1);p.amtos=hs(l.g,!
1);p.uac=a.Ua;p.vpt=l.l.g;n=="nio"&&(p.nio=1,p.avms="nio");p.gmm="4";p.gdr=Bt(a,l.l
.g,!0)?1:0;p.efpf=a.Sc;if(n=="gsv"||n=="nis")n=a.X,
n.I>0&&(p.nnut=n.I);p.tcm=zt(a);p.nmt=a.ba;p.bt=a.V;p.pst=a.ha;p.vpaid=a.G;p.dur=a.
l;p.vmtime=a.H;p.is=a.ka.l;a.g.length>=1&&(p.i0=a.g[0].rc,p.a0=[a.g[0].bc],p.c0=[a.
g[0].Z],p.ss0=[a.g[0].va],n=a.g[0].position,f=a.g[0].dc,p.p0=n?rt(n):void 0,n&&f&&!
Gk(f,n)&&(p.cp0=rt(f)));a.g.length>=2&&(p.i1=a.g[1].rc,p.a1=Lt(a.g[1].od,a.g[1].bc,
a.g[1].kd),p.c1=Lt(a.g[1].pd,a.g[1].Z,a.g[1].ld),p.ss1=Lt(a.g[1].qd,a.g[1].va,a.g[1
].md),n=a.g[1].position,f=a.g[1].dc,p.p1=n?rt(n):void 0,n&&f&&!
Gk(f,n)&&(p.cp1=rt(f)),
p.mtos1=a.g[1].rd);a.g.length>=3&&(p.i2=a.g[2].rc,p.a2=Lt(a.g[2].od,a.g[2].bc,a.g[2
].kd),p.c2=Lt(a.g[2].pd,a.g[2].Z,a.g[2].ld),p.ss2=Lt(a.g[2].qd,a.g[2].va,a.g[2].md)
,n=a.g[2].position,f=a.g[2].dc,p.p2=n?rt(n):void 0,n&&f&&!
Gk(f,n)&&(p.cp2=rt(f)),p.mtos2=a.g[2].rd);a.g.length>=4&&(p.i3=a.g[3].rc,p.a3=Lt(a.
g[3].od,a.g[3].bc,a.g[3].kd),p.c3=Lt(a.g[3].pd,a.g[3].Z,a.g[3].ld),p.ss3=Lt(a.g[3].
qd,a.g[3].va,a.g[3].md),n=a.g[3].position,f=a.g[3].dc,p.p3=n?rt(n):void 0,n&&f&&!
Gk(f,n)&&(p.cp3=rt(f)),p.mtos3=
a.g[3].rd);p.cs=et(a.ka);b&&(p.ic=dt(a.ka),p.dvpt=l.l.j,p.dvs=js(l.j,.5),p.dfvs=js(
l.j,1),p.davs=js(l.g,.5),p.dafvs=js(l.g,1),c&&(l.l.j=0,ks(l.j),ks(l.g)),a.Ya()&&(p.
dtos=l.M,p.dav=l.F,p.dtoss=a.Qd+1,c&&(l.M=0,l.F=0,a.Qd+
+)),p.dat=l.B.j,p.dft=l.G.j,c&&(l.B.j=0,l.G.j=0));p.ps=[h.o.width,h.o.height];p.bs=
[h.g.getWidth(),h.g.getHeight()];p.scs=[h.B.width,h.B.height];p.dom=h.domain;a.Wb&&
(p.vds=a.Wb);if(a.A.length>0||
a.ab)b=uc(a.A),a.ab&&b.push(a.ab),p.pings=ic(b,function(r){return
r.toString()});b=ic(hc(a.A,
function(r){return r.A()}),function(r){return
r.getId()});vc(b);p.ces=b;a.j&&(p.vmer=a.j);a.F&&(p.vmmk=a.F);a.P&&(p.vmiec=a.P);p.
avms=a.X?a.X.getName():"ns";a.X&&zi(p,a.X.nb());d?
(p.c=gr(a.ta.Z,2),p.ss=gr(a.ta.va,2)):p.tth=Jq()-
Gq;p.mc=gr(l.H,2);p.nc=gr(l.C,2);p.mv=xt(l.A);p.nv=xt(l.o);p.lte=gr(a.be,2);d=At(a,
e);os(l);p.qmtos=os(d);p.qnc=gr(d.C,2);p.qmv=xt(d.A);p.qnv=xt(d.o);p.qas=d.o>0?
1:0;p.qi=a.pa;p.avms||
(p.avms="geo");p.psm=l.T.g;p.psv=l.T.getValue();p.psfv=l.fa.getValue();p.psa=l.ha.g
etValue();
k=To(k.R);k.length&&(p.veid=k);a.o&&zi(p,Os(a.o));p.avas=a.Vc();p.vs=a.kf();p.co=Mt
(a);p.tm=l.V;p.tu=l.W;return p},It=function(a,b){if(pc(Qq,b))return!0;var
c=a.na[b];return c!==void 0?(a.na[b]=!0,!c):!1};vt.prototype.kf=function(){return
this.Wa?2:Dt(this)?5:this.Ya()?4:3};vt.prototype.Vc=function(){return this.za?
this.sa().B.l>=2E3?4:3:2};var Mt=function(a){var
b=a.W.toString(10).padStart(2,"0");b=""+a.ib+b;a.W<99&&a.W++;return b};var
Nt=nb(),Qt=function(){this.g={};var a=gp();Ot(this,a,document);var
b=Pt();try{if("1"==b){for(var c=a.parent;c!
=a.top;c=c.parent)Ot(this,c,c.document);Ot(this,a.top,a.top.document)}}catch(d)
{}},Pt=function(){var a=document.documentElement;try{if(!ij(gp().top))return"2";var
b=[],c=gp(a.ownerDocument);for(a=c;a!
=c.top;a=a.parent)if(a.frameElement)b.push(a.frameElement);else break;return
b&&b.length!=0?"1":"0"}catch(d){return"2"}},Ot=function(a,b,c)
{vs(c,"mousedown",function(){return Rt(a)},301);
vs(b,"scroll",function(){return St(a)},302);vs(c,"touchmove",function(){return
Tt(a)},303);vs(c,"mousemove",function(){return
Ut(a)},304);vs(c,"keydown",function(){return Vt(a)},305)},Rt=function(a)
{gi(a.g,function(b){b.l>1E5||++b.l})},St=function(a){gi(a.g,function(b){b.g>1E5||+
+b.g})},Tt=function(a){gi(a.g,function(b){b.g>1E5||++b.g})},Vt=function(a)
{gi(a.g,function(b){b.j>1E5||++b.j})},Ut=function(a){gi(a.g,function(b){b.o>1E5||+
+b.o})};var Wt=function(){this.g=[];this.j=[]},Xt=function(a,b){return
lc(a.g,function(c){return c.pa==b})},Yt=function(a,b){return b?lc(a.g,function(c)
{return c.wa.sb==b}):null},Zt=function(a,b){return lc(a.j,function(c){return
c.Ca()==2&&c.pa==b})},au=function(){var a=$t;return a.g.length==0?
a.j:a.j.length==0?a.g:tc(a.j,a.g)};Wt.prototype.reset=function()
{this.g=[];this.j=[]};
var bu=function(a,b){a=b.Ca()==1?a.g:a.j;var c=mc(a,function(d){return
d==b});return c!=-1?(a.splice(c,1),b.X&&b.X.F(),b.dispose(),!0):!1},cu=function(a)
{var b=$t;if(bu(b,a)){switch(a.Ca()){case 0:var c=function(){return null};case
2:c=function(){return Zt(b,a.pa)};break;case 1:c=function(){return
Xt(b,a.pa)}}for(var d=c();d;d=c())bu(b,d)}},du=function(a){var
b=$t;a=hc(a,function(c){return!
Yt(b,c.wa.sb)});b.g.push.apply(b.g,ra(a))},eu=function(a){var b=[];fc(a,function(c)
{kc($t.g,function(d){return d.wa.sb===
c.wa.sb&&d.pa===c.pa})||($t.g.push(c),b.push(c))})},$t=K(Wt);var fu=function()
{this.g=this.j=null},gu=function(a,b){if(a.j==null)return!1;var c=function(d,e)
{b(d,e)};a.g=lc(a.j,function(d){return d!=null&&d.Oe()});a.g&&(a.g.init(c)?
Er(a.g.g):b(a.g.g.Nb(),a.g));return a.g!=null};var iu=function(a)
{a=hu(a);Jr.call(this,a.length?a[a.length-1]:new
Ar(P,0));this.l=a;this.j=null};q(iu,Jr);m=iu.prototype;m.getName=function()
{return(this.j?this.j:this.g).getName()};m.nb=function(){return(this.j?
this.j:this.g).nb()};m.Va=function(){return(this.j?
this.j:this.g).Va()};m.init=function(a){var b=!1;fc(this.l,function(c)
{c.initialize()&&(b=!0)});b&&(this.o=a,Dr(this.g,this));return
b};m.dispose=function(){fc(this.l,function(a)
{a.dispose()});Jr.prototype.dispose.call(this)};
m.Oe=function(){return kc(this.l,function(a){return a.G()})};m.Xb=function(){return
kc(this.l,function(a){return a.G()})};m.Ec=function(a,b,c){return new
ot(a,this.g,b,c)};m.pb=function(a){this.j=a.j};var hu=function(a){if(!
a.length)return[];a=hc(a,function(c){return c!=null&&c.G()});for(var
b=1;b<a.length;b++)Dr(a[b-1],a[b]);return a};var ju={threshold:
[0,.3,.5,.75,1]},ku=function(a,b,c,d)
{Hr.call(this,a,b,c,d);this.K=this.H=this.I=this.L=this.B=null};q(ku,ot);ku.prototy
pe.Id=function(){var a=this;this.K||(this.K=Jq());if(Aq(298,function(){return
lu(a)}))return!0;Cr(this.l,"msf");return!1};ku.prototype.F=function()
{if(this.B&&this.j)try{this.B.unobserve(this.j),this.L?
(this.L.unobserve(this.j),this.L=null):this.I&&(this.I.disconnect(),this.I=null)}ca
tch(a){}};
var mu=function(a){return a.B&&a.B.takeRecords?a.B.takeRecords():[]},lu=function(a)
{if(!a.j)return!1;var b=a.j,c=a.l.g.l,d=Uo().g.g;a.B=new
c.IntersectionObserver(Rp(d,function(e){return nu(a,e)}),ju);d=Rp(d,function()
{a.B.unobserve(b);a.B.observe(b);nu(a,mu(a))});c.ResizeObserver?(a.L=new
c.ResizeObserver(d),a.L.observe(b)):c.MutationObserver&&(a.I=new
x.MutationObserver(d),a.I.observe(b,{attributes:!0,childList:!0,characterData:!
0,subtree:!0}));a.B.observe(b);nu(a,mu(a));return!0},nu=function(a,
b){try{if(b.length){a.H||(a.H=Jq());var
c=ou(b),d=br(a.j,a.l.g.l),e=d.x,f=d.y;a.o=new J(Math.round(f),Math.round(e)
+c.boundingClientRect.width,Math.round(f)
+c.boundingClientRect.height,Math.round(e));a.g=Ir(a,a.o);var
g=lr(c.intersectionRect);a.C=Hk(g,a.o.left-g.left,a.o.top-g.top)}}catch(h)
{a.F(),Cq(299,h)}},ou=function(a){return jc(a,function(b,c){return b.time>c.time?
b:c},a[0])};m=ku.prototype;m.jb=function(){var
a=mu(this);a.length>0&&nu(this,a);ot.prototype.jb.call(this)};m.Ld=function(){};
m.nf=function(){return!1};m.Ye=function(){};m.nb=function(){var a={};return
Object.assign(this.l.nb(),
(a.niot_obs=this.K,a.niot_cbk=this.H,a))};m.getName=function(){return"nio"};var
pu=function(a){a=a===void 0?P:a;Jr.call(this,new
Ar(a,2))};q(pu,Jr);pu.prototype.getName=function()
{return"nio"};pu.prototype.Xb=function(){return!
wr().j&&this.g.g.l.IntersectionObserver!=null};pu.prototype.Ec=function(a,b,c)
{return new ku(a,this.g,b,c)};var ru=function(){var
a=qu();Ar.call(this,P.top,a,"geo")};q(ru,Ar);ru.prototype.ba=function(){return
wr().g};ru.prototype.G=function(){var a=qu();this.L!==a&&(this.g!
=this&&a>this.g.L&&(this.g=this,Br(this)),this.L=a);return a==2};var qu=function()
{Uo();var a=wr();return a.l||a.j?0:2};var tu=function(){};var uu=function()
{this.done=!1;this.g={xg:0,Ue:0,ik:0,cf:0,Zd:-
1,Jg:0,Ig:0,Kg:0,Vh:0};this.B=null;this.A=!1;this.l=null;this.C=0;this.j=new
yr(this)},xu=function(){var a=vu;a.A||(a.A=!0,wu(a,function(){return
a.o.apply(a,ra(Na.apply(0,arguments)))}),a.o())};uu.prototype.sample=function()
{yu(this,au(),!1)};
var zu=function(){K(tu);var a=K(fu);a.g!=null&&a.g.g?
Er(a.g.g):sr(wr())},yu=function(a,b,c){if(!a.done&&(a.j.cancel(),b.length!=0))
{a.l=null;try{zu();var d=Jq();Uo().B=d;if(K(fu).g!=null)for(var e=0;e<b.length;e+
+)Is(b[e],d,c);for(d=0;d<b.length;d++)Js(b[d]);++a.g.cf}finally{c?fc(b,function(f)
{f.ta.Z=0}):zr(a.j)}}},wu=function(a,b){if(!a.B){b=Bq(142,b);Lp();var
c=Yk(Xo);c&&ci(Xo,c,b,{capture:!1})&&(a.B=b)}};
uu.prototype.o=function(){var a=xr(),b=Jq();a?(Iq||(Eq=b,fc($t.g,function(c){var
d=c.sa();d.aa=it(d,b,c.oa!=1)})),Iq=!0):(this.C=Au(this,b),Iq=!
1,Gq=b,fc($t.g,function(c){c.hc&&(c.sa().I=b)}));yu(this,au(),!a)};
var Bu=function(){var a=K(fu);if(a.g!=null){var b=a.g;fc(au(),function(c){return
Gs(c,b)})}},Au=function(a,b){a=a.C;Iq&&(a+=b-Eq);return a},Cu=function(a)
{a=a===void 0?function(){return{}}:a;xq.Hf("av-js");tq.g=.01;zq([function(b){var
c=Uo(),d={};d=(d.bin=c.j,d.type="error",d);c=So(c.R);if(!vu.l){var
e=vu,f=P.document,g=Fq>=0?Jq()-Fq:-1,h=Jq();e.g.Zd==-1&&(g=h);var
k=wr(),l=Uo(),n=So(l.R),p=au();try{if(p.length>0){var
r=k.g;r&&(n.bs=[r.getWidth(),r.getHeight()]);var
u=k.o;u&&(n.ps=[u.width,u.height]);
P.screen&&(n.scs=[P.screen.width,P.screen.height])}else
n.url=encodeURIComponent(P.location.href.substring(0,512)),f.referrer&&(n.referrer=
encodeURIComponent(f.referrer.substring(0,512)));n.tt=g;n.pt=Fq;n.bin=l.j;P.google_
osd_load_pub_page_exp!==void
0&&(n.olpp=P.google_osd_load_pub_page_exp);n.deb=[1,e.g.xg,e.g.Ue,e.g.cf,e.g.Zd,0,e
.j.j,e.g.Jg,e.g.Ig,e.g.Kg,e.g.Vh,-1].join(";");n.tvt=Au(e,h);k.j&&(n.inapp=1);if(P!
==null&&P!=P.top)
{p.length>0&&(n.iframe_loc=encodeURIComponent(P.location.href.substring(0,
512)));var t=k.I;n.is=[t.getWidth(),t.getHeight()]}}catch(B)
{n.error=1}vu.l=n}u=vu.l;r={};for(var w in
u)r[w]=u[w];w=Uo().g;if(Ro(w.l,"prf")==1){u=new Pp;t=w.g;e=0;t.g>-
1&&(e=t.l.g.now()-t.g);t=t.o+e;if(t!=null&&typeof t!=="number")throw Error("Value
of float/double field must be a number, found "+typeof t+":
"+t);u=Mf(u,1,t,0);t=w.g;u=sg(u,5,t.g>-1?
t.j+1:t.j);u=tg(u,2,w.j.g.l());u=tg(u,3,w.j.g.j());w=tg(u,4,w.j.g.g());u={};w=(u.pf
=bd(w.g()),u)}else w={};zi(r,w);zi(b,d,c,r,a())}])},vu=K(uu);var Du=null,Eu="",Fu=!
1,Gu=function(){var a=Du||P;if(!a)return"";var b=[];if(!a.location||!
a.location.href)return"";b.push("url="+encodeURIComponent(a.location.href.substring
(0,512)));a.document&&a.document.referrer&&b.push("referrer="+encodeURIComponent(a.
document.referrer.substring(0,512)));return b.join("&")};function Hu(){var
a="av.default_js_unreleased_RCxx".match(/_(\d{8})_RC\d+
$/)||"av.default_js_unreleased_RCxx".match(/_(\d{8})_\d+_\d+
$/)||"av.default_js_unreleased_RCxx".match(/_(\d{8})_\d+\.\d+
$/)||"av.default_js_unreleased_RCxx".match(/_(\d{8})_\d+_RC\d+
$/),b;if(((b=a)==null?void 0:b.length)==2)return
a[1];a="av.default_js_unreleased_RCxx".match(/.*_(\d{2})\.(\d{4})\.\d+_RC\d+$/);var
c;return((c=a)==null?void 0:c.length)==3?"20"+a[1]+a[2]:null}
var Iu=function(){return"ima_html5_sdk".includes("ima_html5_sdk")?
{Ma:"ima",Na:null}:"ima_html5_sdk".includes("ima_native_sdk")?
{Ma:"nima",Na:null}:"ima_html5_sdk".includes("admob-native-video-javascript")?
{Ma:"an",Na:null}:"av.default_js_unreleased_RCxx".includes("cast_js_sdk")?
{Ma:"cast",Na:Hu()}:"av.default_js_unreleased_RCxx".includes("youtube.player.web")?
{Ma:"yw",Na:Hu()}:"av.default_js_unreleased_RCxx".includes("outstream_web_client")?
{Ma:"out",Na:Hu()}:"av.default_js_unreleased_RCxx".includes("drx_rewarded_web")?
{Ma:"r",Na:Hu()}:"av.default_js_unreleased_RCxx".includes("gam_native_web_video")?
{Ma:"n",Na:Hu()}:"av.default_js_unreleased_RCxx".includes("admob_interstitial_video
")?{Ma:"int",Na:Hu()}:{Ma:"j",Na:null}},Ju=Iu().Ma,Ku=Iu().Na;var Mu=function(a,b)
{var c={sv:"966"};Ku!==null&&(c.v=Ku);c.cb=Ju;c.nas=$t.g.length;c.msg=a;b!==void
0&&(a=Lu(b))&&(c.e=Rq[a]);return c},Nu=function(a){return
a.lastIndexOf("custom_metric_viewable",0)==0},Lu=function(a){var
b=Nu(a)?"custom_metric_viewable":a.toLowerCase();return pi(function(c){return
c==b})};var
Ou={Ki:"visible",si:"audible",Aj:"time",Cj:"timetype"},Pu={visible:function(a)
{return/^(100|[0-9]{1,2})$/.test(a)},audible:function(a){return a=="0"||
a=="1"},timetype:function(a){return
a=="mtos"||a=="tos"},time:function(a){return/^(100|[0-9]{1,2})%$/.test(a)||/^([0-
9])+ms$/.test(a)}},Qu=function(){this.g=void 0;this.j=!1;this.l=0;this.o=-
1;this.B="tos"},Ru=function(a){try{var b=a.split(",");return
b.length>li(Ou).length?null:jc(b,function(c,d)
{d=d.toLowerCase().split("=");if(d.length!=2||Pu[d[0]]===
void 0||!Pu[d[0]](d[1]))throw Error("Entry ("+d[0]+", "+d[1]+") is
invalid.");c[d[0]]=d[1];return c},{})}catch(c){return null}},Su=function(a,b)
{if(a.g==void 0)return 0;switch(a.B){case "mtos":return a.j?
is(b.g,a.g):is(b.j,a.g);case "tos":return a.j?gs(b.g,a.g):gs(b.j,a.g)}return 0};var
Tu=function(a,b,c,d)
{kt.call(this,b,d);this.C=a;this.I=c};q(Tu,kt);Tu.prototype.getId=function(){return
this.C};Tu.prototype.A=function(){return!0};Tu.prototype.g=function(a){var
b=a.sa(),c=a.getDuration();return kc(this.I,function(d){if(d.g!=void 0)var
e=Su(d,b);else b:{switch(d.B){case "mtos":e=d.j?b.B.l:b.l.g;break b;case
"tos":e=d.j?b.B.g:b.l.g;break b}e=0}e==0?d=!1:(d=d.l!=-1?d.l:c!==void 0&&c>0?
d.o*c:-1,d=d!=-1&&e>=d);return d})};var Uu=function()
{};q(Uu,at);Uu.prototype.g=function(a){var b=new
$s;b.g=bt(a,Xs);b.j=bt(a,Zs);return b};var Vu=function(a)
{kt.call(this,"fully_viewable_audible_half_duration_impression",a)};q(Vu,kt);Vu.pro
totype.g=function(a){return Dt(a)};var Wu=function(a){this.g=a};q(Wu,mt);var
Xu=function(a,b){kt.call(this,a,b)};q(Xu,kt);Xu.prototype.g=function(a){return
a.sa().Ya()};var Yu=function(a)
{lt.call(this,"measurable_impression",a)};q(Yu,lt);Yu.prototype.g=function(a){var
b=pc(this.C,Ro(Uo().R,"ovms"));return!a.Wa&&(a.oa!=0||b)};var Zu=function()
{Wu.apply(this,arguments)};q(Zu,Wu);Zu.prototype.j=function(){return new
Yu(this.g)};Zu.prototype.l=function(){return[new
Xu("viewable_impression",this.g),new Vu(this.g)]};var $u=function(a,b,c)
{qt.call(this,a,b,c)};q($u,qt);$u.prototype.B=function(){var
a=Va("ima.admob.getViewability"),b=Ro(this.R,"queryid");typeof
a==="function"&&b&&a(b)};$u.prototype.getName=function(){return"gsv"};var
av=function(a){a=a===void 0?P:a;Jr.call(this,new
Ar(a,2))};q(av,Jr);av.prototype.getName=function()
{return"gsv"};av.prototype.Xb=function(){var a=wr();Uo();return a.j&&!
1};av.prototype.Ec=function(a,b,c){return new $u(this.g,b,c)};var
bv=function(a,b,c){qt.call(this,a,b,c)};q(bv,qt);bv.prototype.B=function(){var
a=this,b=Va("ima.bridge.getNativeViewability"),c=Ro(this.R,"queryid");typeof
b==="function"&&c&&b(c,function(d){vi(d)&&a.I++;var
e=d.opt_nativeViewVisibleBounds||
{},f=d.opt_nativeViewHidden;a.g=mr(d.opt_nativeViewBounds||{});var g=a.l.o;g.g=f?
Fk(pt):mr(e);a.timestamp=d.opt_nativeTime||-1;wr().g=g.g;d=d.opt_nativeVolume;d!
==void 0&&(g.volume=d)})};bv.prototype.getName=function(){return"nis"};var
cv=function(a){a=a===void 0?P:a;Jr.call(this,new
Ar(a,2))};q(cv,Jr);cv.prototype.getName=function()
{return"nis"};cv.prototype.Xb=function(){var a=wr();Uo();return a.j&&!
1};cv.prototype.Ec=function(a,b,c){return new bv(this.g,b,c)};var dv=function()
{Ar.call(this,P,2,"mraid");this.ha=0;this.K=this.M=!
1;this.I=null;this.j=Sq(this.l);this.o.g=new J(0,0,0,0);this.fa=!
1};q(dv,Ar);dv.prototype.G=function(){return this.j.Ia!
=null};dv.prototype.aa=function(){var
a={};this.ha&&(a.mraid=this.ha);this.M&&(a.mlc=1);a.mtop=this.j.Uh;this.I&&(a.mse=t
his.I);this.fa&&(a.msc=1);a.mcp=this.j.Rc;return a};
dv.prototype.A=function(a){var b=Na.apply(1,arguments);try{return
this.j.Ia[a].apply(this.j.Ia,b)}catch(c){Cq(538,c,.01,function(d)
{d.method=a})}};var ev=function(a,b,c){a.A("addEventListener",b,c)};
dv.prototype.initialize=function(){var a=this;if(this.xa)return!this.qc();this.xa=!
0;if(this.j.Rc===2)return this.I="ng",Cr(this,"w"),!1;if(this.j.Rc===1)return
this.I="mm",Cr(this,"w"),!1;wr().L=!
0;this.l.document.readyState&&this.l.document.readyState=="complete"?
fv(this):vs(this.l,"load",function(){Lp().setTimeout(Bq(292,function(){return
fv(a)}),100)},292);return!0};
var fv=function(a){Uo().o=!!
a.A("isViewable");ev(a,"viewableChange",gv);a.A("getState")==="loading"?
ev(a,"ready",hv):iv(a)},iv=function(a){typeof a.j.Ia.AFMA_LIDAR==="string"?(a.M=!
0,jv(a)):(a.j.Rc=3,a.I="nc",Cr(a,"w"))},jv=function(a){a.K=!1;var
b=Ro(Uo().R,"rmmt")==1,c=!!a.A("isViewable");(b?!
c:1)&&Lp().setTimeout(Bq(524,function(){a.K||
(kv(a),Cq(540,Error()),a.I="mt",Cr(a,"w"))}),500);lv(a);ev(a,a.j.Ia.AFMA_LIDAR,mv)}
,lv=function(a){var b=Ro(Uo().R,"sneio")==1,c=a.j.Ia.AFMA_LIDAR_EXP_1!==void 0,
d=a.j.Ia.AFMA_LIDAR_EXP_2!==void 0;(b=b&&d)&&(a.j.Ia.AFMA_LIDAR_EXP_2=!
0);c&&(a.j.Ia.AFMA_LIDAR_EXP_1=!b)},kv=function(a)
{a.A("removeEventListener",a.j.Ia.AFMA_LIDAR,mv);a.M=!1};dv.prototype.T=function()
{var a=wr(),b=nv(this,"getMaxSize");a.g=new
J(0,b.width,b.height,0)};dv.prototype.V=function()
{wr().B=nv(this,"getScreenSize")};
var nv=function(a,b){if(a.A("getState")==="loading")return new Ik(-1,-
1);b=a.A(b);if(!b)return new Ik(-1,-
1);a=parseInt(b.width,10);b=parseInt(b.height,10);return isNaN(a)||isNaN(b)?new
Ik(-1,-1):new Ik(a,b)};dv.prototype.dispose=function()
{kv(this);Ar.prototype.dispose.call(this)};
var hv=function(){try{var
a=K(dv);a.A("removeEventListener","ready",hv);iv(a)}catch(b)
{Cq(541,b)}},mv=function(a,b){try{var c=K(dv);c.K=!0;var d=a?new
J(a.y,a.x+a.width,a.y+a.height,a.x):new J(0,0,0,0);var e=Jq(),f=xr();var g=new
Lq(e,f,c);g.g=d;g.volume=b;c.pb(g)}catch(h){Cq(542,h)}},gv=function(a){var
b=Uo(),c=K(dv);a&&!b.o&&(b.o=!0,c.fa=!0,c.I&&Cr(c,"w",!0))};var Up=new
function(a,b){this.key=a;this.defaultValue=b===void 0?!
1:b;this.valueType="boolean"}("45378663");var pv=function(){this.l=this.xa=!
1;this.g=this.j=null;var
a={};this.P=(a.start=this.hh,a.firstquartile=this.ah,a.midpoint=this.eh,a.thirdquar
tile=this.ih,a.complete=this.Xg,a.error=this.Yg,a.pause=this.qe,a.resume=this.Ff,a.
skip=this.gh,a.viewable_impression=this.Pa,a.mute=this.Vb,a.unmute=this.Vb,a.fullsc
reen=this.bh,a.exitfullscreen=this.Zg,a.fully_viewable_audible_half_duration_impres
sion=this.Pa,a.measurable_impression=this.Pa,a.abandon=this.qe,a.engagedview=this.P
a,a.impression=this.Pa,a.creativeview=
this.Pa,a.progress=this.Vb,a.custom_metric_viewable=this.Pa,a.bufferstart=this.qe,a
.bufferfinish=this.Ff,a.audio_measurable=this.Pa,a.audio_audible=this.Pa,a);a={};th
is.V=(a.overlay_resize=this.fh,a.abandon=this.Yd,a.close=this.Yd,a.collapse=this.Yd
,a.overlay_unmeasurable_impression=function(b){return
Kt(b,"overlay_unmeasurable_impression",xr())},a.overlay_viewable_immediate_impressi
on=function(b){return
Kt(b,"overlay_viewable_immediate_impression",xr())},a.overlay_unviewable_impression
=function(b){return Kt(b,
"overlay_unviewable_impression",xr())},a.overlay_viewable_end_of_session_impression
=function(b){return
Kt(b,"overlay_viewable_end_of_session_impression",xr())},a);Uo().j=3;ov(this);this.
I=null};pv.prototype.B=function(a){Fs(a,!1);cu(a)};pv.prototype.L=function(){};var
qv=function(a,b,c,d){a=a.A(null,d,!0,b);a.B=c;du([a]);return a};
pv.prototype.A=function(a,b,c,d){var e=this;a=new vt(P,a,c?b:-
1,7,this.Od(),this.bf());a.pa=d;Po(a.R);Qo(a.R,"queryid",a.pa);a.se("");Ks(a,functi
on(){return e.M.apply(e,ra(Na.apply(0,arguments)))},function(){return
e.T.apply(e,ra(Na.apply(0,arguments)))});
(d=K(fu).g)&&Gs(a,d);this.I&&(a.X&&(a.X.A=this.I),this.I=null);a.wa.sb&&K(tu);retur
n a};
var rv=function(a,b,c){xo(b);var d=a.g;fc(b,function(e){var f=ic(e.g,function(g)
{var h=Ru(g);if(h==null)g=null;else if(g=new
Qu,h.visible!=null&&(g.g=h.visible/100),h.audible!=null&&(g.j=h.audible==1),h.time!
=null){var
k=h.timetype=="mtos"?"mtos":"tos",l=yb(h.time,"%")?"%":"ms";h=parseInt(h.time,10);l
=="%"&&(h/=100);l=="ms"?(g.l=h,g.o=-1):(g.l=-1,g.o=h);g.B=k===void 0?"tos":k}return
g});kc(f,function(g){return g==null})||Ct(c,new
Tu(e.id,e.event,f,d))})},tv=function(){var a=[],b=Uo();a.push(K(ru));
Ro(b.R,"mvp_lv")&&a.push(K(dv));b=[new av,new cv];b.push(new iu(a));b.push(new
pu(P));return b},vv=function(a){if(!a.xa){a.xa=!0;try{var
b=Jq(),c=Uo(),d=wr();Fq=b;c.l=79463069;a.j!=="o"&&(Du=uj(P));if(Mp())
{vu.g.Ue=0;vu.g.Zd=Jq()-b;var e=tv(),f=K(fu);f.j=e;gu(f,function(){uv()})?vu.done||
(Bu(),Dr(f.g.g,a),xu()):d.l?uv():xu()}else Fu=!0}catch(g){throw
$t.reset(),g;}}},wv=function(a){vu.j.cancel();Eu=a;vu.done=!0},xv=function(a)
{if(a.j)return a.j;var b=K(fu).g;if(b)switch(b.getName()){case "nis":a.j=
"n";break;case "gsv":a.j="m"}a.j||(a.j="h");return a.j},yv=function(a,b,c)
{if(a.g==null)return b.Wb|=4,!1;a=a.g.report(c,b);b.Wb|=a;return
a==0};pv.prototype.Pb=function(a){switch(a.Va()){case
0:if(a=K(fu).g)a=a.g,qc(a.B,this),a.F&&this.Qa()&&Fr(a);uv();break;case
2:xu()}};pv.prototype.pb=function(){};pv.prototype.Qa=function(){return!1};var
uv=function(){var a=[new pu(P)],b=K(fu);b.j=a;gu(b,function(){wv("i")})?vu.done||
(Bu(),xu()):wv("i")};
pv.prototype.T=function(a,b){a.Wa=!0;switch(a.Ca()){case 1:zv(a,b);break;case
2:this.ye(a)}this.Ce(a)};var zv=function(a,b){if(!a.xb){var
c=Kt(a,"start",xr());c=a.re.g(c).g;var d={id:"lidarv"};d.r=b;d.sv="966";Ku!
==null&&(d.v=Ku);ej(c,function(e,f){return d[e]=e=="mtos"||e=="tos"?
f:encodeURIComponent(f)});b=Gu();ej(b,function(e,f){return
d[e]=encodeURIComponent(f)});b="//pagead2.googlesyndication.com/pagead/
gen_204?"+Rr(Pr(new Nr,d));Ur(b);a.xb=!0}};m=pv.prototype;
m.hh=function(a){var b=a.C(a);b&&(b=b.volume,a.za=nr(b)&&b>0);Ht(a,0);return
Kt(a,"start",xr())};m.Vb=function(a,b,c){yu(vu,[a],!xr());return
this.Pa(a,b,c)};m.Pa=function(a,b,c){return Kt(a,c,xr())};m.ah=function(a){return
Av(a,"firstquartile",1)};m.eh=function(a){a.fa=!0;return
Av(a,"midpoint",2)};m.ih=function(a){return
Av(a,"thirdquartile",3)};m.Xg=function(a){var b=Av(a,"complete",4);wt(a);return
b};m.Yg=function(a){a.oa=3;return Kt(a,"error",xr())};
var Av=function(a,b,c){yu(vu,[a],!xr());Ht(a,c);c!=4&&Gt(a.M,c,a.Xc);return
Kt(a,b,xr())};m=pv.prototype;m.Ff=function(a,b,c){b=xr();a.oa!=2||b||
(a.sa().I=Jq());yu(vu,[a],!b);a.oa==2&&(a.oa=1);return
Kt(a,c,b)};m.gh=function(a,b){b=this.Vb(a,b||{},"skip");wt(a);return
b};m.bh=function(a,b){Fs(a,!0);return this.Vb(a,b||
{},"fullscreen")};m.Zg=function(a,b){Fs(a,!1);return this.Vb(a,b||
{},"exitfullscreen")};
m.qe=function(a,b,c){b=a.sa();b.aa=it(b,Jq(),a.oa!=1);yu(vu,[a],!
xr());a.oa==1&&(a.oa=2);return Kt(a,c,xr())};m.fh=function(a){yu(vu,[a],!
xr());return a.j()};m.Yd=function(a){yu(vu,[a],!xr());this.Cf(a);wt(a);return
a.j()};
var ov=function(a){Cu(function(){var b=Bv();a.j!=null&&(b.sdk=a.j);var c=K(fu);c.g!
=null&&(b.avms=c.g.getName());return b})},Cv=function(a,b,c,d){var e=Yt($t,c);e!
==null&&e.pa!==b&&(a.B(e),e=null);e||(b=a.A(c,Jq(),!1,b),
$t.j.length==0&&(Uo().l=79463069),eu([b]),e=b,e.B=xv(a),d&&(e.ub=d));return
e};pv.prototype.M=function(){};var Ev=function(a,b){b.F=0;for(var c in
Nq)a[c]==null&&(b.F|
=Nq[c]);Dv(a,"currentTime");Dv(a,"duration")};m=pv.prototype;m.ye=function()
{};m.Cf=function(){};m.Pe=function(){};
m.Ce=function(){};m.Pd=function(){};m.bf=function(){this.g||
(this.g=this.Pd());return this.g==null||this.l?new nt:new
Zu(this.g)};m.Od=function(){return new Uu};var Dv=function(a,b){var c=a[b];c!==void
0&&c>0&&(a[b]=Math.floor(c*1E3))},Bv=function(){var a=wr(),b={},c={},d={};return
Object.assign({},(b.sv="966",b),Ku!==null&&(c.v=Ku,c),
(d["if"]=a.l?"1":"0",d.nas=String($t.g.length),d))};var Fv=function(a)
{kt.call(this,"audio_audible",a)};q(Fv,kt);Fv.prototype.g=function(a){return
a.Vc()==4};var Gv=function(a)
{lt.call(this,"audio_measurable",a)};q(Gv,lt);Gv.prototype.g=function(a)
{a=a.Vc();return a==3||a==4};var Hv=function()
{Wu.apply(this,arguments)};q(Hv,Wu);Hv.prototype.j=function(){return new
Gv(this.g)};Hv.prototype.l=function(){return[new Fv(this.g)]};var Iv=function()
{};q(Iv,at);Iv.prototype.g=function(a){a&&(a.e===28&&(a=Object.assign({},a,
{avas:3})),a.vs===4||a.vs===5)&&(a=Object.assign({},a,{vs:3}));var b=new
$s;b.g=bt(a,Ys);b.j=bt(a,Zs);return b};var Jv=function(a)
{this.j=a};Jv.prototype.report=function(a,b){var c=this.g(b);if(typeof
c==="function"){var d={};var e={};d=Object.assign({},Ku!==null&&(d.v=Ku,d),
(e.sv="966",e.cb=Ju,e.e=Kv(a),e));e=Kt(b,a,xr());zi(d,e);b.Sf[a]=e;d=b.Ca()==2?
Tr(d).join("&"):b.re.g(d).g;try{return c(b.pa,d,a),0}catch(f){return 2}}else return
1};var Kv=function(a){var b=Nu(a)?"custom_metric_viewable":a;a=pi(function(c)
{return c==b});return Rq[a]};Jv.prototype.g=function(){return Va(this.j)};var
Lv=function(a,b){this.j=a;this.l=b};q(Lv,Jv);Lv.prototype.g=function(a){if(!
a.ub)return Jv.prototype.g.call(this,a);if(this.l[a.ub])return function()
{};Cq(393,Error());return null};var Mv=function(){pv.call(this);this.G=void
0;this.H=null;this.F=!
1;this.o={};this.K=0;this.C="ACTIVE_VIEW_TRAFFIC_TYPE_UNSPECIFIED"};q(Mv,pv);Mv.pro
totype.L=function(a,b){var c=this,d=K(fu);if(d.g!=null)switch(d.g.getName()){case
"nis":var e=Nv(this,a,b);break;case "gsv":e=Ov(this,a,b);break;case
"exc":e=Pv(this,a)}e||(b.opt_overlayAdElement?e=void
0:b.opt_adElement&&(e=Cv(this,a,b.opt_adElement,b.opt_osdId)));e&&e.Ca()==1&&(e.C==
Xh&&(e.C=function(f){return c.Pe(f)}),Qv(this,e,b));return e};
var Qv=function(a,b,c){c=c.opt_configurable_tracking_events;a.g!
=null&&Array.isArray(c)&&rv(a,c,b)};
Mv.prototype.Pe=function(a){a.j=0;a.P=0;if(a.B=="h"||a.B=="n"){var
b;Uo();if(a.ub&&Rv(this)){var c=this.o[a.ub];c?b=function(e){return Sv(c,e)}:c!
==null&&Cq(379,Error())}else b=Va("ima.common.getVideoMetadata");if(typeof
b==="function")try{var d=b(a.pa)}catch(e){a.j|=4}else a.j|=2}else
if(a.B=="b")if(b=Va("ytads.bulleit.getVideoMetadata"),typeof
b==="function")try{d=b(a.pa)}catch(e){a.j|=4}else a.j|=2;else
if(a.B=="ml")if(b=Va("ima.common.getVideoMetadata"),typeof
b==="function")try{d=b(a.pa)}catch(e){a.j|=
4}else a.j|=2;else a.j|=1;a.j||(d===void 0?a.j|=8:d===null?a.j|=16:vi(d)?a.j|
=32:d.errorCode!=null&&(a.P=d.errorCode,a.j|
=64));d==null&&(d={});Ev(d,a);nr(d.volume)&&nr(this.G)&&(d.volume*=this.G);return
d};var Ov=function(a,b,c){var d=Xt($t,b);d||(d=c.opt_nativeTime||-
1,d=qv(a,b,xv(a),d),c.opt_osdId&&(d.ub=c.opt_osdId));return d},Nv=function(a,b,c)
{var d=Xt($t,b);d||(d=qv(a,b,"n",c.opt_nativeTime||-1));return d},Pv=function(a,b)
{var c=Xt($t,b);c||(c=qv(a,b,"h",-1));return c};
Mv.prototype.Pd=function(){if(Rv(this))return new
Lv("ima.common.triggerExternalActivityEvent",this.o);var a=Tv(this);return a!=null?
new Jv(a):null};var Tv=function(a){Uo();switch(xv(a)){case
"b":return"ytads.bulleit.triggerExternalActivityEvent";case
"n":return"ima.bridge.triggerExternalActivityEvent";case "h":case "m":case
"ml":return"ima.common.triggerExternalActivityEvent"}return
null};Mv.prototype.ye=function(a){!
a.g&&a.Wa&&yv(this,a,"overlay_unmeasurable_impression")&&(a.g=!0)};
Mv.prototype.Cf=function(a){a.Jf&&(a.Ya()?
yv(this,a,"overlay_viewable_end_of_session_impression"):yv(this,a,"overlay_unviewab
le_impression"),a.Jf=!1)};
var Uv=function(a,b,c,d){c=c===void 0?{}:c;var e={};zi(e,{opt_adElement:void
0,opt_fullscreen:void 0},c);var f=a.L(b,c);c=f?f.re:a.Od();if(e.opt_bounds)return
c.g(Mu("ol",d));if(d!==void 0)if(Lu(d)!==void 0)if(Fu)a=Mu("ue",d);else
if(vv(a),Eu=="i")a=Mu("i",d),a["if"]=0;else if(b=a.L(b,e)){b:{Eu=="i"&&(b.Wa=!
0,a.Ce(b));f=e.opt_fullscreen;f!==void 0&&Fs(b,!!f);var g;if(f=!wr().j&&!
rr())Lp(),f=Xk(Xo)===0;if(g=f){switch(b.Ca()){case 1:zv(b,"pv");break;case
2:a.ye(b)}wv("pv")}f=d.toLowerCase();if(g=!g)c:{if(Ro(Uo().R,
"ssmol")&&(g=a.l,f==="loaded"))break c;g=pc(Oq,f)}if(g&&b.oa==0){Eu!
="i"&&(vu.done=!1);g=e!==void 0?e.opt_nativeTime:void 0;Hq=g=typeof g==="number"?
g:Jq();b.hc=!0;var h=xr();b.oa=1;b.na={};b.na.start=!1;b.na.firstquartile=!
1;b.na.midpoint=!1;b.na.thirdquartile=!1;b.na.complete=!1;b.na.resume=!
1;b.na.pause=!1;b.na.skip=!1;b.na.mute=!1;b.na.unmute=!1;b.na.viewable_impression=!
1;b.na.measurable_impression=!
1;b.na.fully_viewable_audible_half_duration_impression=!1;b.na.fullscreen=!
1;b.na.exitfullscreen=
!1;b.Qd=0;h||(b.sa().I=g);yu(vu,[b],!h)}
(g=b.Jb[f])&&b.ka.reportEvent(g);Ro(Uo().R,"fmd")||
pc(Pq,f)&&b.ab&&b.ab.j(b,null);switch(b.Ca()){case 1:var k=Nu(f)?
a.P.custom_metric_viewable:a.P[f];break;case
2:k=a.V[f]}if(k&&(d=k.call(a,b,e,d),Ro(Uo().R,"fmd")&&pc(Pq,f)&&b.ab&&b.ab.j(b,null
),d!==void 0)){e=Mu(void 0,f);zi(e,d);d=e;break b}d=void 0}b.oa==3&&a.B(b);a=d}else
a=Mu("nf",d);else a=void 0;else Fu?a=Mu("ue"):f?(a=Mu(),zi(a,Jt(f,!0,!1,!
1))):a=Mu("nf");return typeof a==="string"?c.g():c.g(a)};
Mv.prototype.M=function(a)
{this.l&&a.Ca()==1&&Vv(this,a)};Mv.prototype.Ce=function(a)
{this.l&&a.Ca()==1&&Vv(this,a)};var Vv=function(a,b){var c;if(b.ub&&Rv(a)){var
d=a.o[b.ub];d?c=function(f,g){Wv(d,f,g)}:d!==null&&Cq(379,Error())}else
c=Va("ima.common.triggerViewabilityMeasurementUpdate");if(typeof c==="function")
{var e=Et(b);e.nativeVolume=a.G;c(b.pa,e)}},Rv=function(a){return(Uo(),xv(a)!
="h"&&xv(a)!="m")?!1:a.K!=0};
Mv.prototype.A=function(a,b,c,d){if(Vp()){var e=Ro(Uo().R,"mm"),f={};
(e=(f[Ao.Uf]="ACTIVE_VIEW_TRAFFIC_TYPE_AUDIO",f[Ao.VIDEO]="ACTIVE_VIEW_TRAFFIC_TYPE
_VIDEO",f)
[e])&&e&&(this.C=e);this.C==="ACTIVE_VIEW_TRAFFIC_TYPE_UNSPECIFIED"&&Cq(1044,Error(
))}a=pv.prototype.A.call(this,a,b,c,d);this.F&&(b=this.H,a.o==null&&(a.o=new
Ns),b.g[a.pa]=a.o,a.o.B=Nt);return a};Mv.prototype.B=function(a)
{a&&a.Ca()==1&&this.F&&delete this.H.g[a.pa];return pv.prototype.B.call(this,a)};
Mv.prototype.bf=function(){this.g||(this.g=this.Pd());return this.g==null||this.l?
new nt:this.C==="ACTIVE_VIEW_TRAFFIC_TYPE_AUDIO"?new Hv(this.g):new
Zu(this.g)};Mv.prototype.Od=function(){return
this.C==="ACTIVE_VIEW_TRAFFIC_TYPE_AUDIO"?new Iv:new Uu};var Xv=function(a){var
b={};return b.viewability=a.g,b.googleViewability=a.j,b},Yv=function(a,b,c)
{c=c===void 0?{}:c;a=Uv(K(Mv),b,c,a);return Xv(a)},Zv=Bq(193,Yv,void
0,Bv);y("Goog_AdSense_Lidar_sendVastEvent",Zv);
var $v=Bq(194,function(a,b){b=b===void 0?{}:b;a=Uv(K(Mv),a,b);return
Xv(a)});y("Goog_AdSense_Lidar_getViewability",$v);var aw=Bq(195,function(){return
Np()});y("Goog_AdSense_Lidar_getUrlSignalsArray",aw);var bw=Bq(196,function()
{return JSON.stringify(Np())});y("Goog_AdSense_Lidar_getUrlSignalsList",bw);var
cw=function(){var
a=mp(Xo.querySelector("iframe[src^='//tpc.googlesyndication.com/sodar']"));var
b={};b=(b["0"]="3",b["10"]="",b["11"]=2,b["12"]=1,b);var
c=(location.protocol.indexOf("https:")==0?"https:":"http:")+"//tpc.googlesyndicatio
n.com";a&&a.postMessage(b,c)};var
dw=ta(["//ep2.adtrafficquality.google/sodar/",""]),ew=ta(["//tpc.googlesyndication.
com/sodar/",""]);x.console&&typeof
x.console.log==="function"&&jb(x.console.log,x.console);var fw=function(a){for(var
b=[],c=a=gp(a.ownerDocument);c!
=a.top;c=c.parent)if(c.frameElement)b.push(c.frameElement);else break;return b};var
gw=function(a,b)
{this.type=a;this.currentTarget=this.target=b;this.defaultPrevented=!
1};gw.prototype.preventDefault=function(){this.defaultPrevented=!0};var
hw=function(){if(!x.addEventListener||!Object.defineProperty)return!1;var a=!
1,b=Object.defineProperty({},"passive",{get:function(){a=!0}});try{var c=function()
{};x.addEventListener("test",c,b);x.removeEventListener("test",c,b)}catch(d)
{}return a}();var iw=function(a,b){gw.call(this,a?
a.type:"");this.relatedTarget=this.currentTarget=this.target=null;this.button=this.
screenY=this.screenX=this.clientY=this.clientX=0;this.key="";this.metaKey=this.shif
tKey=this.altKey=this.ctrlKey=!
1;this.state=null;this.pointerId=0;this.pointerType="";this.Yb=null;a&&this.init(a,
b)};pb(iw,gw);
iw.prototype.init=function(a,b){var
c=this.type=a.type,d=a.changedTouches&&a.changedTouches.length?
a.changedTouches[0]:null;this.target=a.target||
a.srcElement;this.currentTarget=b;b=a.relatedTarget;b||(c=="mouseover"?
b=a.fromElement:c=="mouseout"&&(b=a.toElement));this.relatedTarget=b;d?
(this.clientX=d.clientX!==void 0?d.clientX:d.pageX,this.clientY=d.clientY!==void 0?
d.clientY:d.pageY,this.screenX=d.screenX||0,this.screenY=d.screenY||0):
(this.clientX=a.clientX!==void 0?a.clientX:a.pageX,this.clientY=
a.clientY!==void 0?a.clientY:a.pageY,this.screenX=a.screenX||
0,this.screenY=a.screenY||
0);this.button=a.button;this.key=a.key||"";this.ctrlKey=a.ctrlKey;this.altKey=a.alt
Key;this.shiftKey=a.shiftKey;this.metaKey=a.metaKey;this.pointerId=a.pointerId||
0;this.pointerType=a.pointerType;this.state=a.state;this.Yb=a;a.defaultPrevented&&i
w.Sa.preventDefault.call(this)};iw.prototype.preventDefault=function()
{iw.Sa.preventDefault.call(this);var a=this.Yb;a.preventDefault?
a.preventDefault():a.returnValue=!1};var jw="closure_listenable_"+
(Math.random()*1E6|0),kw=function(a){return!(!a||!a[jw])};var lw=0;var
mw=function(a,b,c,d,e)
{this.listener=a;this.proxy=null;this.src=b;this.type=c;this.capture=!!
d;this.Yc=e;this.key=++lw;this.Cc=this.Lc=!1},nw=function(a){a.Cc=!
0;a.listener=null;a.proxy=null;a.src=null;a.Yc=null};function ow(a)
{this.src=a;this.g={};this.j=0}ow.prototype.add=function(a,b,c,d,e){var
f=a.toString();a=this.g[f];a||(a=this.g[f]=[],this.j++);var g=pw(a,b,d,e);g>-1?
(b=a[g],c||(b.Lc=!1)):(b=new mw(b,this.src,f,!!d,e),b.Lc=c,a.push(b));return
b};ow.prototype.remove=function(a,b,c,d){a=a.toString();if(!(a in this.g))return!
1;var e=this.g[a];b=pw(e,b,c,d);return b>-1?(nw(e[b]),rc(e,b),e.length==0&&(delete
this.g[a],this.j--),!0):!1};
var qw=function(a,b){var c=b.type;c in
a.g&&qc(a.g[c],b)&&(nw(b),a.g[c].length==0&&(delete
a.g[c],a.j--))};ow.prototype.kc=function(a,b,c,d){a=this.g[a.toString()];var e=-
1;a&&(e=pw(a,b,c,d));return e>-1?a[e]:null};var pw=function(a,b,c,d){for(var
e=0;e<a.length;++e){var f=a[e];if(!f.Cc&&f.listener==b&&f.capture==!!
c&&f.Yc==d)return e}return-1};var rw="closure_lm_"+(Math.random()*1E6|
0),tw={},uw=0,ww=function(a,b,c,d,e){if(d&&d.once)return
vw(a,b,c,d,e);if(Array.isArray(b)){for(var f=0;f<b.length;f+
+)ww(a,b[f],c,d,e);return null}c=xw(c);return kw(a)?a.listen(b,c,Ya(d)?!!
d.capture:!!d,e):yw(a,b,c,!1,d,e)},yw=function(a,b,c,d,e,f){if(!b)throw
Error("Invalid event type");var g=Ya(e)?!!e.capture:!!e,h=zw(a);h||(a[rw]=h=new
ow(a));c=h.add(b,c,d,g,f);if(c.proxy)return
c;d=Aw();c.proxy=d;d.src=a;d.listener=c;if(a.addEventListener)hw||(e=g),e===
void 0&&(e=!1),a.addEventListener(b.toString(),d,e);else
if(a.attachEvent)a.attachEvent(Bw(b.toString()),d);else
if(a.addListener&&a.removeListener)a.addListener(d);else throw
Error("addEventListener and attachEvent are unavailable.");uw++;return
c},Aw=function(){var a=Cw,b=function(c){return a.call(b.src,b.listener,c)};return
b},vw=function(a,b,c,d,e){if(Array.isArray(b)){for(var f=0;f<b.length;f+
+)vw(a,b[f],c,d,e);return null}c=xw(c);return kw(a)?a.uc(b,c,Ya(d)?!!d.capture:!!
d,e):yw(a,b,c,!0,d,
e)},Dw=function(a,b,c,d,e){if(Array.isArray(b))for(var f=0;f<b.length;f+
+)Dw(a,b[f],c,d,e);else d=Ya(d)?!!d.capture:!!d,c=xw(c),kw(a)?
a.Ta(b,c,d,e):a&&(a=zw(a))&&(b=a.kc(b,c,d,e))&&Ew(b)},Ew=function(a){if(typeof a!
=="number"&&a&&!a.Cc){var b=a.src;if(kw(b))qw(b.B,a);else{var
c=a.type,d=a.proxy;b.removeEventListener?
b.removeEventListener(c,d,a.capture):b.detachEvent?
b.detachEvent(Bw(c),d):b.addListener&&b.removeListener&&b.removeListener(d);uw--;
(c=zw(b))?(qw(c,a),c.j==0&&(c.src=null,b[rw]=null)):
nw(a)}}},Bw=function(a){return a in tw?tw[a]:tw[a]="on"+a},Cw=function(a,b)
{if(a.Cc)a=!0;else{b=new iw(b,this);var c=a.listener,d=a.Yc||
a.src;a.Lc&&Ew(a);a=c.call(d,b)}return a},zw=function(a){a=a[rw];return a
instanceof ow?a:null},Fw="__closure_events_fn_"+
(Math.random()*1E9>>>0),xw=function(a){if(typeof a==="function")return a;a[Fw]||
(a[Fw]=function(b){return a.handleEvent(b)});return a[Fw]};var R=function()
{Q.call(this);this.B=new
ow(this);this.xb=this;this.ha=null};pb(R,Q);R.prototype[jw]=!
0;m=R.prototype;m.addEventListener=function(a,b,c,d)
{ww(this,a,b,c,d)};m.removeEventListener=function(a,b,c,d){Dw(this,a,b,c,d)};
m.dispatchEvent=function(a){var
b,c=this.ha;if(c)for(b=[];c;c=c.ha)b.push(c);c=this.xb;var d=a.type||a;if(typeof
a==="string")a=new gw(a,c);else if(a instanceof gw)a.target=a.target||c;else{var
e=a;a=new gw(d,c);zi(a,e)}e=!0;var f;if(b)for(f=b.length-1;f>=0;f--){var
g=a.currentTarget=b[f];e=Gw(g,d,!0,a)&&e}g=a.currentTarget=c;e=Gw(g,d,!
0,a)&&e;e=Gw(g,d,!1,a)&&e;if(b)for(f=0;f<b.length;f+
+)g=a.currentTarget=b[f],e=Gw(g,d,!1,a)&&e;return e};m.O=function()
{R.Sa.O.call(this);this.xe();this.ha=null};
m.listen=function(a,b,c,d){return this.B.add(String(a),b,!
1,c,d)};m.uc=function(a,b,c,d){return this.B.add(String(a),b,!
0,c,d)};m.Ta=function(a,b,c,d){this.B.remove(String(a),b,c,d)};m.xe=function()
{if(this.B){var a=this.B,b=0,c;for(c in a.g){for(var d=a.g[c],e=0;e<d.length;e++)+
+b,nw(d[e]);delete a.g[c];a.j--}}};
var Gw=function(a,b,c,d){b=a.B.g[String(b)];if(!b)return!0;b=b.concat();for(var e=!
0,f=0;f<b.length;++f){var g=b[f];if(g&&!g.Cc&&g.capture==c){var
h=g.listener,k=g.Yc||g.src;g.Lc&&qw(a.B,g);e=h.call(k,d)!==!1&&e}}return e&&!
d.defaultPrevented};R.prototype.kc=function(a,b,c,d){return
this.B.kc(String(a),b,c,d)};var Hw=typeof AsyncContext!=="undefined"&&typeof
AsyncContext.Snapshot==="function"?function(a){return
a&&AsyncContext.Snapshot.wrap(a)}:function(a){return a};var Iw=function(a,b)
{this.l=a;this.o=b;this.j=0;this.g=null};Iw.prototype.get=function(){if(this.j>0)
{this.j--;var a=this.g;this.g=a.next;a.next=null}else a=this.l();return a};var
Jw=function(a,b){a.o(b);a.j<100&&(a.j++,b.next=a.g,a.g=b)};var Kw=function()
{this.j=this.g=null};Kw.prototype.add=function(a,b){var
c=Lw.get();c.set(a,b);this.j?
this.j.next=c:this.g=c;this.j=c};Kw.prototype.remove=function(){var
a=null;this.g&&(a=this.g,this.g=this.g.next,this.g||
(this.j=null),a.next=null);return a};var Lw=new Iw(function(){return new
Mw},function(a){return a.reset()}),Mw=function()
{this.next=this.g=this.j=null};Mw.prototype.set=function(a,b)
{this.j=a;this.g=b;this.next=null};Mw.prototype.reset=function()
{this.next=this.g=this.j=null};var Nw,Ow=!1,Pw=new Kw,Rw=function(a,b){Nw||
Qw();Ow||(Nw(),Ow=!0);Pw.add(a,b)},Qw=function(){var a=Promise.resolve(void
0);Nw=function(){a.then(Sw)}};function Sw(){for(var a;a=Pw.remove();)
{try{a.j.call(a.g)}catch(b){xb(b)}Jw(Lw,a)}Ow=!1};var Tw=function(a){if(!a)return!
1;try{return!!a.$goog_Thenable}catch(b){return!1}};var Vw=function(a)
{this.g=0;this.C=void 0;this.o=this.j=this.l=null;this.B=this.A=!1;if(a!=Xh)try{var
b=this;a.call(void 0,function(c){Uw(b,2,c)},function(c){Uw(b,3,c)})}catch(c)
{Uw(this,3,c)}},Ww=function()
{this.next=this.context=this.j=this.l=this.g=null;this.o=!
1};Ww.prototype.reset=function(){this.context=this.j=this.l=this.g=null;this.o=!
1};var Xw=new Iw(function(){return new Ww},function(a)
{a.reset()}),Yw=function(a,b,c){var d=Xw.get();d.l=a;d.j=b;d.context=c;return d};
Vw.prototype.then=function(a,b,c){return Zw(this,Hw(typeof a==="function"?
a:null),Hw(typeof b==="function"?b:null),c)};Vw.prototype.$goog_Thenable=!
0;Vw.prototype.I=function(a,b){return
Zw(this,null,Hw(a),b)};Vw.prototype.catch=Vw.prototype.I;Vw.prototype.cancel=functi
on(a){if(this.g==0){var b=new $w(a);Rw(function(){ax(this,b)},this)}};
var ax=function(a,b){if(a.g==0)if(a.l){var c=a.l;if(c.j){for(var
d=0,e=null,f=null,g=c.j;g&&(g.o||(d++,g.g==a&&(e=g),!(e&&d>1)));g=g.next)e||
(f=g);e&&(c.g==0&&d==1?ax(c,b):(f?
(d=f,d.next==c.o&&(c.o=d),d.next=d.next.next):bx(c),cx(c,e,3,b)))}a.l=null}else
Uw(a,3,b)},ex=function(a,b){a.j||a.g!=2&&a.g!=3||dx(a);a.o?
a.o.next=b:a.j=b;a.o=b},Zw=function(a,b,c,d){var e=Yw(null,null,null);e.g=new
Vw(function(f,g){e.l=b?function(h){try{var k=b.call(d,h);f(k)}catch(l)
{g(l)}}:f;e.j=c?function(h){try{var k=c.call(d,
h);k===void 0&&h instanceof $w?g(h):f(k)}catch(l){g(l)}}:g});e.g.l=a;ex(a,e);return
e.g};Vw.prototype.F=function(a){this.g=0;Uw(this,2,a)};Vw.prototype.G=function(a)
{this.g=0;Uw(this,3,a)};
var Uw=function(a,b,c){if(a.g==0){a===c&&(b=3,c=new TypeError("Promise cannot
resolve to itself"));a.g=1;a:{var d=c,e=a.F,f=a.G;if(d instanceof Vw){ex(d,Yw(e||
Xh,f||null,a));var g=!0}else if(Tw(d))d.then(e,f,a),g=!0;else{if(Ya(d))try{var
h=d.then;if(typeof h==="function"){fx(d,h,e,f,a);g=!0;break a}}catch(k)
{f.call(a,k);g=!0;break a}g=!1}}g||(a.C=c,a.g=b,a.l=null,dx(a),b!=3||c instanceof
$w||gx(a,c))}},fx=function(a,b,c,d,e){var f=!1,g=function(k){f||(f=!
0,c.call(e,k))},h=function(k){f||(f=!0,d.call(e,
k))};try{b.call(a,g,h)}catch(k){h(k)}},dx=function(a){a.A||(a.A=!
0,Rw(a.L,a))},bx=function(a){var b=null;a.j&&(b=a.j,a.j=b.next,b.next=null);a.j||
(a.o=null);return b};Vw.prototype.L=function(){for(var
a;a=bx(this);)cx(this,a,this.g,this.C);this.A=!1};
var cx=function(a,b,c,d){if(c==3&&b.j&&!b.o)for(;a&&a.B;a=a.l)a.B=!
1;if(b.g)b.g.l=null,hx(b,c,d);else try{b.o?b.l.call(b.context):hx(b,c,d)}catch(e)
{ix.call(null,e)}Jw(Xw,b)},hx=function(a,b,c){b==2?
a.l.call(a.context,c):a.j&&a.j.call(a.context,c)},gx=function(a,b){a.B=!
0;Rw(function(){a.B&&ix.call(null,b)})},ix=xb,$w=function(a)
{qb.call(this,a)};pb($w,qb);$w.prototype.name="cancel";var jx=function(a,b)
{R.call(this);this.j=a||1;this.g=b||
x;this.l=jb(this.Zh,this);this.o=nb()};pb(jx,R);m=jx.prototype;m.enabled=!
1;m.Fa=null;m.setInterval=function(a){this.j=a;this.Fa&&this.enabled?
(this.stop(),this.start()):this.Fa&&this.stop()};m.Zh=function(){if(this.enabled)
{var a=nb()-this.o;a>0&&a<this.j*.8?this.Fa=this.g.setTimeout(this.l,this.j-a):
(this.Fa&&(this.g.clearTimeout(this.Fa),this.Fa=null),this.dispatchEvent("tick"),th
is.enabled&&(this.stop(),this.start()))}};
m.start=function(){this.enabled=!0;this.Fa||
(this.Fa=this.g.setTimeout(this.l,this.j),this.o=nb())};m.stop=function()
{this.enabled=!
1;this.Fa&&(this.g.clearTimeout(this.Fa),this.Fa=null)};m.O=function()
{jx.Sa.O.call(this);this.stop();delete this.g};
var kx=function(a,b){if(typeof a!=="function")if(a&&typeof
a.handleEvent=="function")a=jb(a.handleEvent,a);else throw Error("Invalid listener
argument");return Number(b)>2147483647?-1:x.setTimeout(a,b||0)},lx=function(a,b)
{var c=null;return(new Vw(function(d,e){c=kx(function(){d(b)},a);c==-
1&&e(Error("Failed to schedule timer."))})).I(function(d){x.clearTimeout(c);throw
d;})};var mx=function(){return Math.round(Date.now()/1E3)};var nx=function()
{this.g={};return this};nx.prototype.remove=function(a){var b=this.g;a in b&&delete
b[a]};nx.prototype.set=function(a,b){this.g[a]=b};var ox=function(a,b)
{a.g.eb=xi(a.g,"eb",0)|b};nx.prototype.get=function(a){return
xi(this.g,a,null)};nx.prototype.da=function(){var a=[],b;for(b in
this.g)a.push(b+this.g[b]);return a.join("_")};var px=null,qx=function()
{this.g={};this.j=0},rx=function(){px||(px=new qx);return px},sx=function(a,b)
{a.g[b.getName()]=b};qx.prototype.da=function(a){var b=[];a||(a=0);for(var c in
this.g){var d=this.g[c];d instanceof tx?d.getValue()&&(a|=d.B):
(d=this.g[c].da())&&b.push(c+d)}b.push("eb"+String(a));return b.join("_")};var
ux=function(a,b){this.o=a;this.l=!0;this.g=b};ux.prototype.getName=function()
{return this.o};ux.prototype.getValue=function(){return this.g};
ux.prototype.da=function(){return this.l?this.j():""};ux.prototype.j=function()
{return String(this.g)};var tx=function(a,b)
{ux.call(this,String(a),b);this.B=a;this.g=!!b};q(tx,ux);tx.prototype.j=function()
{return this.g?"1":"0"};var vx=function(a,b)
{ux.call(this,a,b)};q(vx,ux);vx.prototype.j=function(){return this.g?
Math.round(this.g.top)+"."+Math.round(this.g.left)+"."+(Math.round(this.g.top)
+Math.round(this.g.height))+"."+(Math.round(this.g.left)
+Math.round(this.g.width)):""};
var wx=function(a){if(a.match(/^-?[0-9]+\.-?[0-9]+\.-?[0-9]+\.-?[0-9]+$/))
{a=a.split(".");var b=Number(a[0]),c=Number(a[1]);return new vx("",new
Kk(c,b,Number(a[3])-c,Number(a[2])-b))}return new vx("",new Kk(0,0,0,0))};var
xx=function(a){var b=new
Kk(-Number.MAX_VALUE/2,-Number.MAX_VALUE/2,Number.MAX_VALUE,Number.MAX_VALUE),c=new
Kk(0,0,0,0);if(!a||0==a.length)return c;for(var d=0;d<a.length;d++){a:{var e=b;var
f=a[d],g=Math.max(e.left,f.left),h=Math.min(e.left+e.width,f.left+f.width);if(g<=h)
{var k=Math.max(e.top,f.top);f=Math.min(e.top+e.height,f.top+f.height);if(k<=f)
{e.left=g;e.top=k;e.width=h-g;e.height=f-k;e=!0;break a}}e=!1}if(!e)return c}return
b},yx=function(a,b){var c=a.getBoundingClientRect();a=br(a,
b);return new Kk(Math.round(a.x),Math.round(a.y),Math.round(c.right-
c.left),Math.round(c.bottom-c.top))},zx=function(a,b,c){if(b&&c){a:{var
d=Math.max(b.left,c.left);var e=Math.min(b.left+b.width,c.left+c.width);if(d<=e)
{var f=Math.max(b.top,c.top),g=Math.min(b.top+b.height,c.top+c.height);if(f<=g)
{d=new Kk(d,f,e-d,g-f);break a}}d=null}e=d?d.height*d.width:0;f=d?
b.height*b.width:0;d=d&&f?Math.round(e/f*100):0;sx(a,new ux("vp",d));d&&d>0?
(e=Lk(b),f=Lk(c),e=e.top>=f.top&&e.top<f.bottom):e=!1;sx(a,new tx(512,
e));d&&d>0?(e=Lk(b),f=Lk(c),e=e.bottom<=f.bottom&&e.bottom>f.top):e=!1;sx(a,new
tx(1024,e));d&&d>0?(e=Lk(b),f=Lk(c),e=e.left>=f.left&&e.left<f.right):e=!1;sx(a,new
tx(2048,e));d&&d>0?(b=Lk(b),c=Lk(c),c=b.right<=c.right&&b.right>c.left):c=!
1;sx(a,new tx(4096,c))}};var Ax=function(a,b){var
c=0;mi(gp(),"ima","video","client","tagged")&&(c=1);var d=null;a&&(d=a());if(d)
{a=rx();a.g={};var e=new tx(32,!0);e.l=!
1;sx(a,e);e=gp().document;e=e.visibilityState||e.webkitVisibilityState||
e.mozVisibilityState||e.msVisibilityState||"";sx(a,new
tx(64,e.toLowerCase().substring(e.length-6)!="hidden"?!0:!1));a:{try{var
f=gp().top;try{var g=!!f.location.href||f.location.href===""}catch(n){g=!1}if(g)
{var h=fw(d);var k=h&&h.length!=0?"1":"0";break a}k="2";break a}catch(n){k="2";
break a}k=void 0}sx(a,new tx(256,k=="2"));sx(a,new
tx(128,k=="1"));h=g=gp().top;k=="2"&&(h=gp());f=yx(d,h);sx(a,new
vx("er",f));try{var l=h.document&&!h.document.body?null:ep(h||window)}catch(n)
{l=null}l?(h=fp(ap(h.document).g),sx(a,new tx(16384,!!h)),l=h?new
Kk(h.x,h.y,l.width,l.height):null):l=null;sx(a,new vx("vi",l));if(l&&"1"==k)
{k=fw(d);d=[];for(h=0;h<k.length;h++)
(e=yx(k[h],g))&&d.push(e);d.push(l);l=xx(d)}zx(a,f,l);a.j&&sx(a,new ux("ts",mx()-
a.j));a.j=mx()}else a=rx(),a.g={},a.j=mx(),sx(a,
new tx(32,!1));this.l=a;this.g=new
nx;this.g.set("ve",4);c&&ox(this.g,1);mi(gp(),"ima","video","client","crossdomainTa
g")&&ox(this.g,4);mi(gp(),"ima","video","client","sdkTag")&&ox(this.g,8);mi(gp(),"i
ma","video","client","jsTag")&&ox(this.g,2);b&&xi(b,"fullscreen",!
1)&&ox(this.g,16);this.j=b=null;if(c&&(c=mi(gp(),"ima","video","client"),c.getEData
))
{this.j=c.getEData();if(c=mi(gp(),"ima","video","client","getLastSnapshotFromTop"))
if(a=c())this.j.extendWithDataFromTopIframe(a.tagstamp,a.playstamp,
a.lactstamp),c=this.l,b=a.er,a=a.vi,b&&a&&(b=wx(b).getValue(),a=wx(a).getValue(),k=
null,xi(c.g,"er",null)&&(k=xi(c.g,"er",null).getValue(),k.top+=b.top,k.left+=b.left
,sx(c,new
vx("er",k))),xi(c.g,"vi",null)&&(l=xi(c.g,"vi",null).getValue(),l.top+=b.top,l.left
+=b.left,d=[],d.push(l),d.push(b),d.push(a),b=xx(d),zx(c,k,b),sx(c,new
vx("vi",a))));a:{if(this.j){if(this.j.getTagLoadTimestamp)
{b=this.j.getTagLoadTimestamp();break a}if(this.j.getTimeSinceTagLoadSeconds)
{b=this.j.getTimeSinceTagLoadSeconds();
break
a}}b=null}}c=this.g;a=window.performance&&window.performance.timing&&window.perform
ance.timing.domLoading&&window.performance.timing.domLoading>0?
Math.round(window.performance.timing.domLoading/1E3):null;c.set.call(c,"td",mx()-
(a!=null?a:b!=null?b:mx()))};Ax.prototype.da=function(){var
a=[],b=Number(this.g.get("eb"));this.g.remove("eb");var
c=this.g.da();c&&a.push(c);this.j&&(c=this.j.serialize())&&a.push(c);
(c=this.l.da(b))&&a.push(c);this.g.set("eb",b);return a.join("_")};new jx(200);var
Bx=function(a,b){try{return(new Ax(a,b)).da()}catch(c)
{return"tle;"+Vi(c.name,12)+";"+Vi(c.message,40)}};var Cx=function(a)
{this.D=C(a)};q(Cx,I);Cx.prototype.getId=function(){return F(this,1)};var
Dx=[0,xh];var Ex=function(a){this.D=C(a)};q(Ex,I);var Fx=[0,xh,-3];var
Gx=function(a){this.D=C(a)};q(Gx,I);Gx.prototype.getWidth=function(){return
gg(this,1)};Gx.prototype.getHeight=function(){return gg(this,2)};var Hx=[0,uh,-
1];var Ix=function(a){this.D=C(a)};q(Ix,I);var Jx=[0,rh,wh,xh,-1];var
Kx=function(a){this.D=C(a)};q(Kx,I);Kx.prototype.getAdId=function(){return
F(this,1)};Kx.prototype.getSize=function(){return
D(this,Gx,7)};Kx.prototype.lc=function(){return D(this,Ix,9)};var
Lx=[0,xh,rh,xh,yh,Ch,Dx,Hx,rh,Jx,xh,Fx];var Mx=function(a){this.D=C(a)};q(Mx,I);var
Nx=function(a,b){return vg(a,1,b)},Ox=function(a,b){return
pg(a,4,b)},Px=function(a,b){return rg(a,2,b)};var Qx=function(a)
{this.D=C(a)};q(Qx,I);var Rx=function(a,b){return ug(a,1,b)},Sx=function(a,b)
{return bg(a,3,Kx,b)},Tx=function(a,b){return vg(a,4,b)},Ux=function(a,b){return
pg(a,6,b)};var Vx=[0,Ch,uh,xh,wh];var Wx=[0,xh,rh,zh,Lx,Ch,Vx,wh,Ch,2,yh];var
Xx=function(a){this.D=C(a)};q(Xx,I);var Yx=function(a){this.D=C(a)};q(Yx,I);var
Zx=function(a,b){return ag(a,2,Qx,b)},$x=function(a,b){E(a,5,b)},ay=function(a,b)
{ug(a,10,b)},by=function(a,b){ug(a,11,b)};var cy=[0,Ch,zh,Wx,Ch,xh,Vx,xh,wh,uh,
[0,Ch,wh,rh],xh,-1];var dy=function(a){this.D=C(a)};q(dy,I);var ey=function(a){var
b=new Yx;b=vg(b,1,1);return ag(a,1,Yx,b)};var fy=Eh([0,zh,cy]);var gy=Gh(Rh);var
hy=function(a){this.D=C(a)};q(hy,I);var iy=function(a){var b=new hy;return
vg(b,1,a)};var jy=[0,Ch];var ky=function(a){this.D=C(a)};q(ky,I);var ly=function(a)
{var b=new ky;return ug(b,1,a)},my=function(a){var
b=window.Date.now();b=Number.isFinite(b)?Math.round(b):0;return
zf(a,3,He(b))};ky.prototype.getError=function(){return
D(this,hy,10)};ky.prototype.Ra=function(a){return E(this,10,a)};var ny=Hh(ky);var
oy=[0,xh,-1,rh,uh,-2,rh,ph,wh,jy,wh];var py=[0,1,[0,th,-2],-1,xh,-1,wh,
[0,3,Ch,xh],rh,Dh,Bh];var qy=function(a)
{this.D=C(a)};q(qy,I);qy.prototype.g=Fh([0,zh,py,zh,oy]);var ty=function(){var
a=ry;this.B=sy;this.A="jserror";this.j=!0;this.g=a===void 0?
null:a;this.l=null;this.o=!1;this.Bb=this.Za};m=ty.prototype;m.De=function(a)
{this.l=a};m.Hf=function(a){this.A=a};m.Ee=function(a){this.j=a};m.If=function(a)
{this.o=a};
m.Gb=function(a,b,c){try{if(this.g&&this.g.l){var
d=this.g.start(a.toString(),3);var e=b();this.g.end(d)}else e=b()}catch(h)
{b=this.j;try{jl(d),b=this.Bb(a,new Uh(h,{message:Wh(h)}),void 0,c)}catch(k)
{this.Za(217,k)}if(b){var f,g;(f=window.console)==null||(g=f.error)==null||
g.call(f,h)}else throw h;}return e};m.te=function(a,b,c,d){var e=this;return
function(){var f=Na.apply(0,arguments);return e.Gb(a,function(){return
b.apply(c,f)},d)}};
m.Za=function(a,b,c,d,e){e=e||this.A;var f=void 0;try{var g=new
yp;Dp(g,1,"context",a);Vh(b)||(b=new Uh(b,
{message:Wh(b)}));b.msg&&Dp(g,2,"msg",b.msg.substring(0,512));var h=b.meta||
{};if(this.l)try{this.l(h)}catch(n){}if(d)try{d(h)}catch(n){}Cp(g,3,
[h]);f=xp();f.j&&Dp(g,4,"top",f.j.url||"");Cp(g,5,[{url:f.g.url||""},{url:f.g.url?
dj(f.g.url):""}]);uy(this.B,e,g,this.o,c)}catch(n){try{var k,l;uy(this.B,e,
{context:"ecmserr",rctx:a,msg:Wh(n),url:(l=(k=f)==null?void 0:k.g.url)!=null?
l:""},this.o,c)}catch(p){}}return this.j};var vy=function()
{this.domain="pagead2.googlesyndication.com";this.path="/pagead/gen_204?
id=";this.g=Math.random()},wy=function(){var
a=sy,b=window.google_srt;b>=0&&b<=1&&(a.g=b)},uy=function(a,b,c,d,e){if(((d===void
0?0:d)?a.g:Math.random())<(e||.01))try{if(c instanceof yp)var f=c;else f=new
yp,kj(c,function(h,k){var l=f,n=l.o++;Cp(l,n,zp(k,h))});var
g=Fp(f,"https:",a.domain,a.path+b+"&");g&&vj(x,g)}catch(h){}};var sy,yy,ry=new
il(1,window);(function(a){sy=a!=null?a:new vy;typeof window.google_srt!
=="number"&&(window.google_srt=Math.random());wy();yy=new ty;yy.De(function()
{});yy.If(!0);window.document.readyState==="complete"?
window.google_measure_js_timing||ry.A():ry.l&&ci(window,"load",function()
{window.google_measure_js_timing||ry.A()})})();var zy=function(a)
{this.D=C(a)};q(zy,I);var Ay={"-":0,Y:2,N:1};var By=function(a)
{this.D=C(a)};q(By,I);By.prototype.getType=function(){return
gg(this,1)};By.prototype.getVersion=function(){return gg(this,2)};function Cy(a)
{return dd(a.length%4!==0?a+"A":a).map(function(b){return
b.toString(2).padStart(8,"0")}).join("")}function Dy(a){if(!/^[0-1]+
$/.test(a))throw Error("Invalid input ["+a+"] not a bit string.");return
parseInt(a,2)}function Ey(a){if(!/^[0-1]+$/.test(a))throw Error("Invalid input
["+a+"] not a bit string.");for(var b=[1,2,3,5],c=0,d=0;d<a.length-1;d+
+)b.length<=d&&b.push(b[d-1]+b[d-2]),c+=parseInt(a[d],2)*b[d];return c}function
Fy(a,b){a=Cy(a);return a.length<b?a.padEnd(b,"0"):a};function Gy(a,b){var
c=a.indexOf("11");if(c===-1)throw Error("Expected section bitstring but not found
in ["+a+"] part of ["+b+"]");return a.slice(0,c+2)};var Hy=function(a)
{this.D=C(a)};q(Hy,I);var Iy=function(a){this.D=C(a)};q(Iy,I);var Jy=function(a)
{this.D=C(a)};q(Jy,I);Jy.prototype.getVersion=function(){return gg(this,1)};var
Ky=function(a){this.D=C(a)};q(Ky,I);var Ly=function(a){this.D=C(a)};q(Ly,I);var
My=function(a){var b=new Ly;return E(b,1,a)};var
Ny=[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],Oy=6+Ny.reduce(function(a,b){return
a+b});var Py=function(a){this.D=C(a)};q(Py,I);var tB=function(a)
{this.D=C(a)};q(tB,I);tB.prototype.getVersion=function(){return gg(this,1)};var
uB=function(a){this.D=C(a)};q(uB,I);var vB=function(a){this.D=C(a)};q(vB,I);var
wB=function(a){var b=new vB;return E(b,1,a)};var
xB=[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],yB=6+xB.reduce(function(a,b){return a+b});var
zB=function(a){this.D=C(a)};q(zB,I);var AB=function(a){this.D=C(a)};q(AB,I);var
BB=function(a){this.D=C(a)};q(BB,I);BB.prototype.getVersion=function(){return
gg(this,1)};var CB=function(a){this.D=C(a)};q(CB,I);var DB=function(a)
{this.D=C(a)};q(DB,I);var EB=function(a){var b=new DB;return E(b,1,a)};var
FB=[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],GB=6+FB.reduce(function(a,b){return
a+b});var HB=function(a){this.D=C(a)};q(HB,I);var IB=function(a)
{this.D=C(a)};q(IB,I);var JB=function(a)
{this.D=C(a)};q(JB,I);JB.prototype.getVersion=function(){return gg(this,1)};var
KB=[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],LB=6+KB.reduce(function(a,b){return
a+b});var MB=function(a){this.D=C(a)};q(MB,I);var NB=function(a)
{this.D=C(a)};q(NB,I);var OB=function(a)
{this.D=C(a)};q(OB,I);OB.prototype.getVersion=function(){return gg(this,1)};var
PB=function(a){this.D=C(a)};q(PB,I);var QB=function(a){this.D=C(a)};q(QB,I);var
RB=function(a){var b=new QB;return E(b,1,a)};var
SB=[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],TB=6+SB.reduce(function(
a,b){return a+b});var UB=function(a){this.D=C(a)};q(UB,I);var VB=function(a)
{this.D=C(a)};q(VB,I);VB.prototype.getVersion=function(){return gg(this,1)};var
WB=[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],XB=6+WB.reduce(function(a,b){return
a+b});var YB=function(a){this.D=C(a)};q(YB,I);var ZB=function(a)
{this.D=C(a)};q(ZB,I);var $B=function(a,b){return Lf(a,1,b,te)},aC=function(a,b)
{return Lf(a,2,b,te)},bC=function(a,b){return Lf(a,3,b,ve)},cC=function(a,b)
{Lf(a,4,b,ve)};var dC=function(a){this.D=C(a)};q(dC,I);var eC=function(a)
{this.D=C(a)};q(eC,I);eC.prototype.getVersion=function(){return gg(this,1)};
var fC=function(a,b){return sg(a,1,b)},gC=function(a,b){return
E(a,2,b)},hC=function(a,b){return E(a,3,b)},iC=function(a,b){return
sg(a,4,b)},jC=function(a,b){return sg(a,5,b)},kC=function(a,b){return
sg(a,6,b)},lC=function(a,b){return Mf(a,7,Pe(b),"")},mC=function(a,b){return
sg(a,8,b)},nC=function(a,b){return sg(a,9,b)},oC=function(a,b){return
qg(a,10,b)},pC=function(a,b){return qg(a,11,b)},qC=function(a,b){return
Lf(a,12,b,te)},rC=function(a,b){return Lf(a,13,b,te)},sC=function(a,b){return Lf(a,
14,b,te)},tC=function(a,b){return qg(a,15,b)},uC=function(a,b){return
Mf(a,16,Pe(b),"")},vC=function(a,b){return Lf(a,17,b,ve)},wC=function(a,b){return
Lf(a,18,b,ve)},xC=function(a,b){return Zf(a,19,b)};var yC=function(a)
{this.D=C(a)};q(yC,I);var
zC="a".charCodeAt(),AC=ki({dj:0,cj:1,Zi:2,Ui:3,aj:4,Vi:5,bj:6,Xi:7,Yi:8,Ti:9,Wi:10,
ej:11}),BC=ki({gj:0,hj:1,fj:2});var CC=function(a){if(/[^01]/.test(a))throw
Error("Input bitstring "+a+" is malformed!");this.j=a;this.g=0},EC=function(a)
{a=DC(a,36);var b=new dC;b=tg(b,1,Math.floor(a/10));return sg(b,2,a
%10*1E8)},FC=function(a){return String.fromCharCode(zC+DC(a,6))
+String.fromCharCode(zC+DC(a,6))},IC=function(a){var b=DC(a,16);return!!DC(a,1)===!
0?(a=GC(a),a.forEach(function(c){if(c>b)throw Error("ID "+c+" is past MaxVendorId
"+b+"!");}),a):HC(a,b)},JC=function(a){for(var b=[],c=DC(a,12);c--;){var
d=DC(a,6),e=
DC(a,2),f=GC(a),g=b,h=g.push,k=new
YB;d=H(k,1,d);e=H(d,2,e);f=Lf(e,3,f,ve);h.call(g,f)}return b},GC=function(a)
{for(var b=DC(a,12),c=[];b--;){var d=!!DC(a,1)===!
0,e=DC(a,16);if(d)for(d=DC(a,16);e<=d;e++)c.push(e);else
c.push(e)}c.sort(function(f,g){return f-g});return c},HC=function(a,b,c){for(var
d=[],e=0;e<b;e++)if(DC(a,1)){var f=e+1;if(c&&c.indexOf(f)===-1)throw Error("ID:
"+f+" is outside of allowed values!");d.push(f)}return d},DC=function(a,b)
{if(a.g+b>a.j.length)throw Error("Requested length "+
b+" is past end of string.");var c=a.j.substring(a.g,a.g+b);a.g+=b;return
parseInt(c,2)};CC.prototype.skip=function(a){this.g+=a};var KC=function(a){try{var
b=dd(a).map(function(f){return f.toString(2).padStart(8,"0")}).join(""),c=new
CC(b);if(DC(c,3)!==3)return null;var d=aC($B(new
ZB,HC(c,24,AC)),HC(c,24,AC)),e=DC(c,6);e!==0&&cC(bC(d,HC(c,e)),HC(c,e));return
d}catch(f){return null}};var LC=function(a){try{var b=dd(a).map(function(d){return
d.toString(2).padStart(8,"0")}).join(""),c=new CC(b);return
xC(wC(vC(uC(tC(sC(rC(qC(pC(oC(nC(mC(lC(kC(jC(iC(hC(gC(fC(new
eC,DC(c,6)),EC(c)),EC(c)),DC(c,12)),DC(c,12)),DC(c,6)),FC(c)),DC(c,12)),DC(c,6)),!!
DC(c,1)),!!DC(c,1)),HC(c,12,BC)),HC(c,24,AC)),HC(c,24,AC)),!!
DC(c,1)),FC(c)),IC(c)),IC(c)),JC(c))}catch(d){return null}};var NC=function(a){if(!
a)return null;var b=a.split(".");if(b.length>4)return null;a=LC(b[0]);if(!a)return
null;var c=new yC;a=E(c,1,a);b.shift();b=v(b);for(c=b.next();!
c.done;c=b.next())switch(c=c.value,MC(c)){case 1:case 2:break;case 3:c=KC(c);if(!
c)return null;E(a,2,c);break;default:return null}return a},MC=function(a){try{var
b=dd(a).map(function(c){return c.toString(2).padStart(8,"0")}).join("");return
DC(new CC(b),3)}catch(c){return-1}};var PC=function(a,b){var c=NC(a);if(!c||!
a)return null;var d=D(c,eC,1),e=D(c,ZB,2)||new ZB;c=gg(d,9);var
f=gg(d,4),g=gg(d,5),h=fg(d,10),k=fg(d,11),l=F(d,16),n=fg(d,15);var
p=Bf(d,13,ue,Af());p=OC(p,AC);var
r=Bf(d,14,ue,Af());p={consents:p,legitimateInterests:OC(r,AC)};r=lg(d,17);r=OC(r);v
ar
u=lg(d,18);r={consents:r,legitimateInterests:OC(u)};u=Bf(d,12,ue,Af());u=OC(u,BC);v
ar t=Xf(d,YB,19,Af());d={};t=v(t);for(var w=t.next();!w.done;w=t.next())
{w=w.value;var B=G(w,1);d[B]=d[B]||{};for(var M=v(lg(w,
3)),ka=M.next();!ka.done;ka=M.next())d[B]
[ka.value]=G(w,2)}t=Bf(e,1,ue,Af());t=OC(t,AC);w=Bf(e,2,ue,Af());w=OC(w,AC);B=lg(e,
3);B=OC(B);e=lg(e,4);return{tcString:a,tcfPolicyVersion:c,gdprApplies:b,cmpId:f,cmp
Version:g,isServiceSpecific:h,useNonStandardStacks:k,publisherCC:l,purposeOneTreatm
ent:n,purpose:p,vendor:r,specialFeatureOptins:u,publisher:
{restrictions:d,consents:t,legitimateInterests:w,customPurposes:
{consents:B,legitimateInterests:OC(e)}}}},OC=function(a,b){var
c={};if(Array.isArray(b)&&
b.length!==0){b=v(b);for(var d=b.next();!
d.done;d=b.next())d=d.value,c[d]=a.indexOf(d)!==-1}else for(a=v(a),b=a.next();!
b.done;b=a.next())c[b.value]=!0;delete c[0];return c};var QC=function(a,b)
{this.g=a;this.defaultValue=b===void 0?!1:b},RC=function(a,b)
{this.g=a;this.defaultValue=b===void 0?0:b};var SC=new QC(45681221),TC=new
QC(45668885),UC=new QC(45642592,!0),VC=new QC(635466687),WC=new RC(45645574),XC=new
QC(45685601,!0),YC=new RC(45685602,500),ZC=new QC(702957345);var $C=function(a)
{this.D=C(a)};q($C,I);var aD=function(a){var b=new $C;$f(b,1,te,a,ue)};var
bD=/^((market|itms|intent|itms-appss):\/\/)/i;var cD="ad_type vpos mridx pos
vad_type videoad_start_delay".split(" ");var dD=function(a){var b=a.wb;var
c=a.gb;var d=a.height;var e=a.width;a=a.Ja===void 0?!
1:a.Ja;this.wb=b;this.gb=c;this.height=d;this.width=e;this.Ja=a};dD.prototype.getHe
ight=function(){return this.height};dD.prototype.getWidth=function(){return
this.width};var eD=function(a){var b=a.ki;var c=a.Cg;var d=a.wb;var e=a.gb;var
f=a.ji;var g=a.Bg;dD.call(this,
{wb:d,gb:e,height:a.height,width:a.width,Ja:a.Ja===void 0?!
1:a.Ja});this.o=b;this.j=c;this.l=f;this.g=g};q(eD,dD);var fD=function(a){var
b=a.th;dD.call(this,{wb:a.wb,gb:a.gb,height:a.height,width:a.width,Ja:a.Ja===void
0?!1:a.Ja});this.g=b};q(fD,dD);fD.prototype.getMediaUrl=function(){return
this.g};function gD(a){return new (Function.prototype.bind.apply(a,
[null].concat(ra(Na.apply(1,arguments)))))};var hD=function(a,b,c,d)
{Q.call(this);this.G=b;this.F=c;this.C=d;this.B=new Map;this.H=0;this.o=new
Map;this.A=new Map;this.l=void 0;this.j=a};q(hD,Q);hD.prototype.O=function(){delete
this.g;this.B.clear();this.o.clear();this.A.clear();this.l&&(di(this.j,"message",th
is.l),delete this.l);delete this.j;delete this.C;Q.prototype.O.call(this)};
var iD=function(a){if(a.g)return a.g;a.F&&a.F(a.j)?a.g=a.j:a.g=qj(a.j,a.G);var
b;return(b=a.g)!=null?b:null},kD=function(a,b,c){if(iD(a))if(a.g===a.j)
(b=a.B.get(b))&&b(a.g,c);else{var d=a.o.get(b);if(d&&d.hd){jD(a);var e=+
+a.H;a.A.set(e,
{xc:d.xc,Lg:d.de(c),Mh:b==="addEventListener"});a.g.postMessage(d.hd(c,e),"*")}}},j
D=function(a){a.l||(a.l=function(b){try{var c=a.C?a.C(b):void 0;if(c){var
d=c.xf,e=a.A.get(d);if(e){e.Mh||a.A.delete(d);var f;(f=e.xc)==null||
f.call(e,e.Lg,c.payload)}}}catch(g){}},
ci(a.j,"message",a.l))};function lD(a){a.addtlConsent!==void 0&&typeof
a.addtlConsent!=="string"&&(a.addtlConsent=void 0);a.gdprApplies!==void 0&&typeof
a.gdprApplies!=="boolean"&&(a.gdprApplies=void 0);return a.tcString!==void
0&&typeof a.tcString!=="string"||a.listenerId!==void 0&&typeof a.listenerId!
=="number"?2:a.cmpStatus&&a.cmpStatus!=="error"?0:3}
var mD=function(a,b){b=b===void 0?
{}:b;Q.call(this);this.g=null;this.A={};this.C=0;this.l=null;this.j=a;var
c;this.o=(c=b.timeoutMs)!=null?c:500;var d;this.B=(d=b.Rj)!=null?d:!
1};q(mD,Q);mD.prototype.O=function()
{this.A={};this.l&&(di(this.j,"message",this.l),delete this.l);delete this.A;delete
this.j;delete this.g;Q.prototype.O.call(this)};
var oD=function(a){return typeof a.j.__tcfapi==="function"||nD(a)!
=null},rD=function(a,b){var
c={internalErrorState:0,internalBlockOnErrors:a.B},d=Zh(function(){return
b(c)}),e=0;a.o!==-1&&(e=setTimeout(function()
{e=0;c.tcString="tcunavailable";c.internalErrorState=1;d()},a.o));pD(a,"addEventLis
tener",function(f)
{f&&(c=f,c.internalErrorState=lD(c),c.internalBlockOnErrors=a.B,qD(c)?
(c.internalErrorState!
==0&&(c.tcString="tcunavailable"),pD(a,"removeEventListener",null,c.listenerId),
(f=e)&&clearTimeout(f),
d()):(c.cmpStatus==="error"||c.internalErrorState!==0)&&(f=e)&&clearTimeout(f))})};
mD.prototype.addEventListener=function(a){var
b=this,c={internalBlockOnErrors:this.B},d=Zh(function(){return a(c)}),e=0;this.o!
==-1&&(e=setTimeout(function()
{c.tcString="tcunavailable";c.internalErrorState=1;d()},this.o));var
f=function(g,h){clearTimeout(e);g?
(c=g,c.internalErrorState=lD(c),c.internalBlockOnErrors=b.B,h&&c.internalErrorState
===0||(c.tcString="tcunavailable",h||(c.internalErrorState=3))):
(c.tcString="tcunavailable",c.internalErrorState=3);a(c)};try{pD(this,"addEventList
ener",f)}catch(g){c.tcString=
"tcunavailable",c.internalErrorState=3,e&&(clearTimeout(e),e=0),d()}};mD.prototype.
removeEventListener=function(a)
{a&&a.listenerId&&pD(this,"removeEventListener",null,a.listenerId)};
var tD=function(a){var b=b===void 0?{}:b;return qD(a)?a.gdprApplies===!1?!
0:a.tcString==="tcunavailable"?!b.idpcApplies:(b.idpcApplies||a.gdprApplies!==void
0||b.Zj)&&(b.idpcApplies||typeof a.tcString==="string"&&a.tcString.length)?
sD(a,"1",0):!0:!1},sD=function(a,b,c){var d=d===void 0?"755":d;a:
{if(a.publisher&&a.publisher.restrictions){var e=a.publisher.restrictions[b];if(e!
==void 0){e=e[d===void 0?"755":d];break a}}e=void 0}if(e===0)return!1;var
f=c;c===2?(f=0,e===2&&(f=1)):c===3&&(f=1,e===1&&
(f=0));a=f===0?a.purpose&&a.vendor?(c=uD(a.vendor.consents,d===void
0?"755":d))&&b==="1"&&a.purposeOneTreatment&&a.publisherCC==="CH"?!
0:c&&uD(a.purpose.consents,b):!0:f===1?a.purpose&&a.vendor?
uD(a.purpose.legitimateInterests,b)&&uD(a.vendor.legitimateInterests,d===void
0?"755":d):!0:!0;return a},uD=function(a,b){return!(!a||!
a[b])},pD=function(a,b,c,d){c||(c=function(){});var e=a.j;typeof
e.__tcfapi==="function"?(a=e.__tcfapi,a(b,2,c,d)):nD(a)?(vD(a),e=+
+a.C,a.A[e]=c,a.g&&(c={},a.g.postMessage((c.__tcfapiCall=
{command:b,version:2,callId:e,parameter:d},c),"*"))):c({},!1)},nD=function(a)
{if(a.g)return a.g;a.g=qj(a.j,"__tcfapiLocator");return a.g},vD=function(a){if(!
a.l){var b=function(c){try{var d=(typeof c.data==="string"?
JSON.parse(c.data):c.data).__tcfapiReturn;a.A[d.callId]
(d.returnValue,d.success)}catch(e){}};a.l=b;ci(a.j,"message",b)}},qD=function(a)
{if(a.gdprApplies===!1)return!0;a.internalErrorState===void
0&&(a.internalErrorState=lD(a));return a.cmpStatus==="error"||a.internalErrorState!
==0?a.internalBlockOnErrors?
(xj({e:String(a.internalErrorState)},"tcfe"),!1):!0:a.cmpStatus!=="loaded"||
a.eventStatus!=="tcloaded"&&a.eventStatus!=="useractioncomplete"?!1:!
0},wD=function(a,b,c){return a.gdprApplies===!1?!0:b.every(function(d){return
sD(a,d,c)})};var xD=function(a,b){b=b.listener;(a=(0,a.__gpp)
("addEventListener",b))&&b(a,!0)},yD=function(a,b){(0,a.__gpp)
("removeEventListener",b.listener,b.listenerId)},zD={de:function(a){return
a.listener},hd:function(a,b){a={};return
a.__gppCall={callId:b,command:"addEventListener",version:"1.1"},a},xc:function(a,b)
{b=b.__gppReturn;a(b.returnValue,b.success)}},AD={de:function(a){return
a.listener},hd:function(a,b){var c={};return
c.__gppCall={callId:b,command:"removeEventListener",version:"1.1",parameter:a.liste
nerId},
c},xc:function(a,b){b=b.__gppReturn;var c=b.returnValue.data;a==null||
a(c,b.success)}};function BD(a){var b={};typeof a.data==="string"?
b=JSON.parse(a.data):b=a.data;return{payload:b,xf:b.__gppReturn.callId}}
var CD=function(a,b){b=(b===void 0?{}:b).timeoutMs;Q.call(this);this.caller=new
hD(a,"__gppLocator",function(c){return typeof
c.__gpp==="function"},BD);this.caller.B.set("addEventListener",xD);this.caller.o.se
t("addEventListener",zD);this.caller.B.set("removeEventListener",yD);this.caller.o.
set("removeEventListener",AD);this.timeoutMs=b!=null?
b:500};q(CD,Q);CD.prototype.O=function()
{this.caller.dispose();Q.prototype.O.call(this)};
CD.prototype.addEventListener=function(a){var b=this,c=Zh(function(){a(DD,!
0)}),d=this.timeoutMs===-1?void 0:setTimeout(function()
{c()},this.timeoutMs);kD(this.caller,"addEventListener",{listener:function(e,f)
{clearTimeout(d);try{var g;if(((g=e.pingData)==null?void 0:g.gppVersion)===void 0||
e.pingData.gppVersion==="1"||e.pingData.gppVersion==="1.0")
{b.removeEventListener(e.listenerId);var
h={eventName:"signalStatus",data:"ready",pingData:
{internalErrorState:1,gppString:"GPP_ERROR_STRING_IS_DEPRECATED_SPEC",
applicableSections:[-1]}}}else Array.isArray(e.pingData.applicableSections)?h=e:
(b.removeEventListener(e.listenerId),h={eventName:"signalStatus",data:"ready",pingD
ata:
{internalErrorState:2,gppString:"GPP_ERROR_STRING_EXPECTED_APPLICATION_SECTION_ARRA
Y",applicableSections:[-1]}});a(h,f)}catch(k){if(e==null?
0:e.listenerId)try{b.removeEventListener(e.listenerId)}catch(l){a(ED,!
0);return}a(FD,!0)}}})};
CD.prototype.removeEventListener=function(a){kD(this.caller,"removeEventListener",
{listener:function(){},listenerId:a})};
var GD=function(a,b){var c=!(b.includes(2),0),d=!1,e=!1,f=!1;if(a&&!
a.startsWith("GPP_ERROR_STRING_")){var g=Cy(a.split("~")
[0]),h=Dy(g.slice(0,6)),k=Dy(g.slice(6,12)),l=new By;var n=sg(l,1,h);var
p=sg(n,2,k);for(var
r=g.slice(12),u=Dy(r.slice(0,12)),t=[],w=r.slice(12).replace(/0+$/,""),B=0;B<u;B++)
{if(w.length===0)throw Error("Found "+B+" of "+u+" sections ["+t+"] but reached end
of input ["+r+"]");var M=Dy(w[0])===0;w=w.slice(1);var ka=Gy(w,r),Z=t.length===0?
0:t[t.length-1],Za=Ey(ka)+Z;w=w.slice(ka.length);
if(M)t.push(Za);else{for(var Bb=Gy(w,r),xa=Ey(Bb),Ka=0;Ka<=xa;Ka+
+)t.push(Za+Ka);w=w.slice(Bb.length)}}if(w.length>0)throw Error("Found "+u+"
sections ["+t+"] but has remaining input ["+w+"], entire input ["+r+"]");var
Cb=Lf(p,3,t,ve);var Ob=a.includes("~")?a.split("~").slice(1):[];var
Db=lg(Cb,3);for(var Y=0;Y<Db.length;++Y){var Qa=Db[Y];if(b.includes(Qa)){var
ma=Ob[Y];switch(Qa){case 2:var Xb=void 0;if((Xb=void 0)==null?0:Xb.supportTcfeu)
{var $a=PC(ma,!0);if(!$a)throw Error("Cannot decode TCF V2 section string.");
c=tD($a);!wD($a,["3","4"],0)&&(d=!0);!wD($a,["2","7","9","10"],3)&&(e=!
0)}break;case 7:if(ma.length===0)throw Error("Cannot decode empty USNat section
string.");var gb=ma.split(".");if(gb.length>2)throw Error("Expected at most 2
segments but got "+gb.length+" when decoding "+ma+".");var La=void 0,Ic=void
0,we=void 0,xe=void 0,ri=void 0,Qy=void 0,Ry=void 0,Sy=void 0,Ty=void 0,Uy=void
0,Vy=void 0,Wy=void 0,Xy=void 0,Yy=void 0,Zy=void 0,$y=void 0,az=void 0,bz=void
0,cz=void 0,dz=void 0,ez=void 0,fz=
void 0,gz=void 0,hz=void 0,iz=void 0,jz=void 0,kz=void 0,lz=void 0,mz=void
0,nz=void 0,oz=gb[0];if(oz.length===0)throw Error("Cannot decode empty core segment
string.");var ml=Fy(oz,TB),Xp=Dy(ml.slice(0,6));ml=ml.slice(6);if(Xp!==1)throw
Error("Unable to decode unsupported USNat Section specification version "+Xp+" -
only version 1 is supported.");for(var Yp=0,va=[],Zp=0;Zp<SB.length;Zp++){var
pz=SB[Zp];va.push(Dy(ml.slice(Yp,Yp+pz)));Yp+=pz}var fM=new OB;nz=sg(fM,1,Xp);var
gM=va.shift();mz=H(nz,
2,gM);var hM=va.shift();lz=H(mz,3,hM);var iM=va.shift();kz=H(lz,4,iM);var
jM=va.shift();jz=H(kz,5,jM);var kM=va.shift();iz=H(jz,6,kM);var
lM=va.shift();hz=H(iz,7,lM);var mM=va.shift();gz=H(hz,8,mM);var
nM=va.shift();fz=H(gz,9,nM);var oM=va.shift();ez=H(fz,10,oM);var pM=new
NB,qM=va.shift();dz=H(pM,1,qM);var rM=va.shift();cz=H(dz,2,rM);var
sM=va.shift();bz=H(cz,3,sM);var tM=va.shift();az=H(bz,4,tM);var uM=va.shift();
$y=H(az,5,uM);var vM=va.shift();Zy=H($y,6,vM);var wM=va.shift();Yy=H(Zy,7,wM);var
xM=
va.shift();Xy=H(Yy,8,xM);var yM=va.shift();Wy=H(Xy,9,yM);var
zM=va.shift();Vy=H(Wy,10,zM);var AM=va.shift();Uy=H(Vy,11,AM);var
BM=va.shift();Ty=H(Uy,12,BM);Sy=E(ez,11,Ty);var CM=new
MB,DM=va.shift();Ry=H(CM,1,DM);var EM=va.shift();Qy=H(Ry,2,EM);ri=E(Sy,12,Qy);var
FM=va.shift();xe=H(ri,13,FM);var GM=va.shift();we=H(xe,14,GM);var
HM=va.shift();Ic=H(we,15,HM);var IM=va.shift();var
qz=La=H(Ic,16,IM);if(gb.length===1)var rz=RB(qz);else{var JM=RB(qz),sz=void
0,tz=void 0,uz=void 0,vz=gb[1];if(vz.length===
0)throw Error("Cannot decode empty GPC segment string.");var
wz=Fy(vz,3),nl=Dy(wz.slice(0,2));if(nl<0||nl>1)throw Error("Attempting to decode
unknown GPC segment subsection type "+nl+".");uz=nl+1;var
KM=Dy(wz.slice(2,3)),LM=new PB;tz=H(LM,2,uz);sz=qg(tz,1,!!KM);rz=E(JM,2,sz)}var
xz=rz,ol=D(xz,OB,1),yz=D(ol,MB,12);G(ol,8)!==1&&G(ol,9)!==1&&G(ol,10)!
==1&&(yz==null?void 0:G(yz,1))!==1||(d=!0);var zz=void
0,Az=(zz=D(D(xz,OB,1),MB,12))==null?void 0:G(zz,2);Az!==1&&Az!==2||(f=!
0);break;case 8:if(ma.length===
0)throw Error("Cannot decode empty USCA section string.");var
si=ma.split(".");if(si.length>2)throw Error("Expected at most 1 sub-section but got
"+(si.length-1)+" when decoding "+ma+".");var MM=void 0,Bz=void 0,Cz=void 0,Dz=void
0,Ez=void 0,Fz=void 0,Gz=void 0,Hz=void 0,Iz=void 0,Jz=void 0,Kz=void 0,Lz=void
0,Mz=void 0,Nz=void 0,Oz=void 0,Pz=void 0,Qz=void 0,Rz=void 0,Sz=void 0,Tz=void
0,Uz=void 0,Vz=void 0,Wz=void 0,Xz=si[0];if(Xz.length===0)throw Error("Cannot
decode empty core segment string.");
var pl=Fy(Xz,Oy),$p=Dy(pl.slice(0,6));pl=pl.slice(6);if($p!==1)throw Error("Unable
to decode unsupported USCA Section specification version "+$p+" - only version 1 is
supported.");for(var aq=0,Ra=[],bq=0;bq<Ny.length;bq++){var
Yz=Ny[bq];Ra.push(Dy(pl.slice(aq,aq+Yz)));aq+=Yz}var NM=new Jy;Wz=sg(NM,1,$p);var
OM=Ra.shift();Vz=H(Wz,2,OM);var PM=Ra.shift();Uz=H(Vz,3,PM);var
QM=Ra.shift();Tz=H(Uz,4,QM);var RM=Ra.shift();Sz=H(Tz,5,RM);var
SM=Ra.shift();Rz=H(Sz,6,SM);var TM=new Iy,UM=Ra.shift();Qz=H(TM,
1,UM);var VM=Ra.shift();Pz=H(Qz,2,VM);var WM=Ra.shift();Oz=H(Pz,3,WM);var
XM=Ra.shift();Nz=H(Oz,4,XM);var YM=Ra.shift();Mz=H(Nz,5,YM);var
ZM=Ra.shift();Lz=H(Mz,6,ZM);var $M=Ra.shift();Kz=H(Lz,7,$M);var
aN=Ra.shift();Jz=H(Kz,8,aN);var bN=Ra.shift();Iz=H(Jz,9,bN);Hz=E(Rz,7,Iz);var
cN=new Hy,dN=Ra.shift();Gz=H(cN,1,dN);var
eN=Ra.shift();Fz=H(Gz,2,eN);Ez=E(Hz,8,Fz);var fN=Ra.shift();Dz=H(Ez,9,fN);var
gN=Ra.shift();Cz=H(Dz,10,gN);var hN=Ra.shift();Bz=H(Cz,11,hN);var iN=Ra.shift();var
Zz=MM=H(Bz,12,iN);
if(si.length===1)var $z=My(Zz);else{var jN=My(Zz),aA=void 0,bA=void 0,cA=void
0,dA=si[1];if(dA.length===0)throw Error("Cannot decode empty GPC segment
string.");var eA=Fy(dA,3),ql=Dy(eA.slice(0,2));if(ql<0||ql>1)throw
Error("Attempting to decode unknown GPC segment subsection type
"+ql+".");cA=ql+1;var kN=Dy(eA.slice(2,3)),lN=new Ky;bA=H(lN,2,cA);aA=qg(bA,1,!!
kN);$z=E(jN,2,aA)}var fA=$z,gA=D(fA,Jy,1);G(gA,5)!==1&&G(gA,6)!==1||(d=!0);var
ye=D(D(fA,Jy,1),Hy,8);(ye==null?void 0:G(ye,1))!==1&&(ye==null?
void 0:G(ye,1))!==2&&(ye==null?void 0:G(ye,2))!==1&&(ye==null?void 0:G(ye,2))!==2||
(f=!0);break;case 9:if(ma.length===0)throw Error("Cannot decode empty USVA section
string.");var rl=Fy(ma,XB),cq=Dy(rl.slice(0,6));rl=rl.slice(6);if(cq!==1)throw
Error("Unable to decode unsupported USVA Section specification version "+cq+" -
only version 1 is supported.");for(var dq=0,kb=[],eq=0;eq<WB.length;eq++){var
hA=WB[eq];kb.push(Dy(rl.slice(dq,dq+hA)));dq+=hA}var mN=cq,nN=new
VB,oN=sg(nN,1,mN),pN=kb.shift(),
qN=H(oN,2,pN),rN=kb.shift(),sN=H(qN,3,rN),tN=kb.shift(),uN=H(sN,4,tN),vN=kb.shift()
,wN=H(uN,5,vN),xN=kb.shift();var yN=H(wN,6,xN);var zN=new
UB,AN=kb.shift(),BN=H(zN,1,AN),CN=kb.shift(),DN=H(BN,2,CN),EN=kb.shift(),FN=H(DN,3,
EN),GN=kb.shift(),HN=H(FN,4,GN),IN=kb.shift(),JN=H(HN,5,IN),KN=kb.shift(),LN=H(JN,6
,KN),MN=kb.shift(),NN=H(LN,7,MN),ON=kb.shift();var PN=H(NN,8,ON);var
QN=E(yN,7,PN),RN=kb.shift(),SN=H(QN,8,RN),TN=kb.shift(),UN=H(SN,9,TN),VN=kb.shift()
,WN=H(UN,10,VN),XN=kb.shift(),fq=H(WN,11,XN);
G(fq,5)!==1&&G(fq,6)!==1||(d=!0);var iA=G(fq,8);iA!==1&&iA!==2||(f=!0);break;case
10:if(ma.length===0)throw Error("Cannot decode empty USCO section string.");var
ti=ma.split(".");if(ti.length>2)throw Error("Expected at most 2 segments but got
"+ti.length+" when decoding "+ma+".");var YN=void 0,jA=void 0,kA=void 0,lA=void
0,mA=void 0,nA=void 0,oA=void 0,pA=void 0,qA=void 0,rA=void 0,sA=void 0,tA=void
0,uA=void 0,vA=void 0,wA=void 0,xA=void 0,yA=void 0,zA=void
0,AA=ti[0];if(AA.length===0)throw Error("Cannot decode empty core segment
string.");
var sl=Fy(AA,yB),gq=Dy(sl.slice(0,6));sl=sl.slice(6);if(gq!==1)throw Error("Unable
to decode unsupported USCO Section specification version "+gq+" - only version 1 is
supported.");for(var hq=0,sb=[],iq=0;iq<xB.length;iq++){var
BA=xB[iq];sb.push(Dy(sl.slice(hq,hq+BA)));hq+=BA}var ZN=new tB;zA=sg(ZN,1,gq);var
$N=sb.shift();yA=H(zA,2,$N);var aO=sb.shift();xA=H(yA,3,aO);var
bO=sb.shift();wA=H(xA,4,bO);var cO=sb.shift();vA=H(wA,5,cO);var
dO=sb.shift();uA=H(vA,6,dO);var eO=new Py,fO=sb.shift();tA=H(eO,
1,fO);var gO=sb.shift();sA=H(tA,2,gO);var hO=sb.shift();rA=H(sA,3,hO);var
iO=sb.shift();qA=H(rA,4,iO);var jO=sb.shift();pA=H(qA,5,jO);var
kO=sb.shift();oA=H(pA,6,kO);var lO=sb.shift();nA=H(oA,7,lO);mA=E(uA,7,nA);var
mO=sb.shift();lA=H(mA,8,mO);var nO=sb.shift();kA=H(lA,9,nO);var
oO=sb.shift();jA=H(kA,10,oO);var pO=sb.shift();var
CA=YN=H(jA,11,pO);if(ti.length===1)var DA=wB(CA);else{var qO=wB(CA),EA=void
0,FA=void 0,GA=void 0,HA=ti[1];if(HA.length===0)throw Error("Cannot decode empty
GPC segment string.");
var IA=Fy(HA,3),tl=Dy(IA.slice(0,2));if(tl<0||tl>1)throw Error("Attempting to
decode unknown GPC segment subsection type "+tl+".");GA=tl+1;var
rO=Dy(IA.slice(2,3)),sO=new uB;FA=H(sO,2,GA);EA=qg(FA,1,!!rO);DA=E(qO,2,EA)}var
JA=DA,KA=D(JA,tB,1);G(KA,5)!==1&&G(KA,6)!==1||(d=!0);var LA=G(D(JA,tB,1),8);LA!
==1&&LA!==2||(f=!0);break;case 12:if(ma.length===0)throw Error("Cannot decode empty
usct section string.");var ui=ma.split(".");if(ui.length>2)throw Error("Expected at
most 2 segments but got "+ui.length+
" when decoding "+ma+".");var tO=void 0,MA=void 0,NA=void 0,OA=void 0,PA=void
0,QA=void 0,RA=void 0,SA=void 0,TA=void 0,UA=void 0,VA=void 0,WA=void 0,XA=void
0,YA=void 0,ZA=void 0,$A=void 0,aB=void 0,bB=void 0,cB=void 0,dB=void 0,eB=void
0,fB=void 0,gB=ui[0];if(gB.length===0)throw Error("Cannot decode empty core segment
string.");var ul=Fy(gB,GB),jq=Dy(ul.slice(0,6));ul=ul.slice(6);if(jq!==1)throw
Error("Unable to decode unsupported USCT Section specification version "+jq+" -
only version 1 is supported.");
for(var kq=0,ab=[],lq=0;lq<FB.length;lq++){var
hB=FB[lq];ab.push(Dy(ul.slice(kq,kq+hB)));kq+=hB}var uO=new BB;fB=sg(uO,1,jq);var
vO=ab.shift();eB=H(fB,2,vO);var wO=ab.shift();dB=H(eB,3,wO);var
xO=ab.shift();cB=H(dB,4,xO);var yO=ab.shift();bB=H(cB,5,yO);var
zO=ab.shift();aB=H(bB,6,zO);var AO=new AB,BO=ab.shift();$A=H(AO,1,BO);var
CO=ab.shift();ZA=H($A,2,CO);var DO=ab.shift();YA=H(ZA,3,DO);var
EO=ab.shift();XA=H(YA,4,EO);var FO=ab.shift();WA=H(XA,5,FO);var
GO=ab.shift();VA=H(WA,6,GO);var HO=ab.shift();
UA=H(VA,7,HO);var IO=ab.shift();TA=H(UA,8,IO);SA=E(aB,7,TA);var JO=new
zB,KO=ab.shift();RA=H(JO,1,KO);var LO=ab.shift();QA=H(RA,2,LO);var
MO=ab.shift();PA=H(QA,3,MO);OA=E(SA,8,PA);var NO=ab.shift();NA=H(OA,9,NO);var
OO=ab.shift();MA=H(NA,10,OO);var PO=ab.shift();var
iB=tO=H(MA,11,PO);if(ui.length===1)var jB=EB(iB);else{var QO=EB(iB),kB=void
0,lB=void 0,mB=void 0,nB=ui[1];if(nB.length===0)throw Error("Cannot decode empty
GPC segment string.");var oB=Fy(nB,3),vl=Dy(oB.slice(0,2));if(vl<0||vl>1)throw
Error("Attempting to decode unknown GPC segment subsection type "+
vl+".");mB=vl+1;var RO=Dy(oB.slice(2,3)),SO=new CB;lB=H(SO,2,mB);kB=qg(lB,1,!!
RO);jB=E(QO,2,kB)}var pB=jB,mq=D(pB,BB,1),wl=D(mq,zB,8);G(mq,5)!==1&&G(mq,6)!
==1&&(wl==null?void 0:G(wl,2))!==1&&(wl==null?void 0:G(wl,3))!==1||(d=!0);var
xl=D(D(pB,BB,1),zB,8);(xl==null?void 0:G(xl,1))!==1&&(xl==null?void 0:G(xl,1))!
==2||(f=!0);break;case 13:if(ma.length===0)throw Error("Cannot decode empty USFL
section string.");var yl=Fy(ma,LB),nq=Dy(yl.slice(0,6));yl=yl.slice(6);if(nq!
==1)throw Error("Unable to decode unsupported USFL Section specification version "+
nq+" - only version 1 is supported.");for(var oq=0,Sa=[],pq=0;pq<KB.length;pq++)
{var qB=KB[pq];Sa.push(Dy(yl.slice(oq,oq+qB)));oq+=qB}var TO=nq,UO=new
JB,VO=sg(UO,1,TO),WO=Sa.shift(),XO=H(VO,2,WO),YO=Sa.shift(),ZO=H(XO,3,YO),
$O=Sa.shift(),aP=H(ZO,4,$O),bP=Sa.shift(),cP=H(aP,5,bP),dP=Sa.shift();var
eP=H(cP,6,dP);var fP=new
IB,gP=Sa.shift(),hP=H(fP,1,gP),iP=Sa.shift(),jP=H(hP,2,iP),kP=Sa.shift(),lP=H(jP,3,
kP),mP=Sa.shift(),nP=H(lP,4,mP),oP=Sa.shift(),pP=H(nP,5,oP),qP=Sa.shift(),rP=H(pP,6
,qP),sP=Sa.shift(),
tP=H(rP,7,sP),uP=Sa.shift();var vP=H(tP,8,uP);var wP=E(eP,7,vP);var xP=new
HB,yP=Sa.shift(),zP=H(xP,1,yP),AP=Sa.shift(),BP=H(zP,2,AP),CP=Sa.shift();var
DP=H(BP,3,CP);var
EP=E(wP,8,DP),FP=Sa.shift(),GP=H(EP,9,FP),HP=Sa.shift(),IP=H(GP,10,HP),JP=Sa.shift(
),KP=H(IP,11,JP),LP=Sa.shift(),zl=H(KP,12,LP),Al=D(zl,HB,8);G(zl,5)!==1&&G(zl,6)!
==1&&(Al==null?void 0:G(Al,2))!==1&&(Al==null?void 0:G(Al,3))!==1||(d=!0);var
rB=void 0,sB=(rB=D(zl,HB,8))==null?void 0:G(rB,1);sB!==1&&sB!==2||(f=!
0)}}}}return{kk:c,xh:d,
lk:e,Tj:f}},FD={eventName:"signalStatus",data:"ready",pingData:
{internalErrorState:2,gppString:"GPP_ERROR_STRING_UNAVAILABLE",applicableSections:
[-1]},listenerId:-1},DD={eventName:"signalStatus",data:"ready",pingData:
{gppString:"GPP_ERROR_STRING_LISTENER_REGISTRATION_TIMEOUT",internalErrorState:2,ap
plicableSections:[-1]},listenerId:-
1},ED={eventName:"signalStatus",data:"ready",pingData:
{gppString:"GPP_ERROR_STRING_REMOVE_EVENT_LISTENER_ERROR",internalErrorState:2,appl
icableSections:[-1]},listenerId:-
1};aD([1,8,9,10,11,12,2,3,4,5,15,16,19,20,21,23]);aD([1,6,7,9,10,11,12,2,3,4,5,13,1
4,18,19,20,21,23]);aD([1,6,7,9,10,11,12,22,2,3,4,5,13,14,17,18,19,20,21,23]);new
$C;var HD=function(a,b)
{this.g=this.A=this.o="";this.I=null;this.L=this.j="";this.B=!1;var c;a instanceof
HD?(this.B=b!==void 0?
b:a.B,ID(this,a.o),this.A=a.A,this.g=a.g,JD(this,a.I),this.j=a.j,KD(this,LD(a.l)),t
his.L=a.F()):a&&(c=String(a).match(cj))?(this.B=!!b,ID(this,c[1]||"",!
0),this.A=MD(c[2]||""),this.g=MD(c[3]||"",!0),JD(this,c[4]),this.j=MD(c[5]||"",!
0),KD(this,c[6]||"",!0),this.L=MD(c[7]||"")):(this.B=!!b,this.l=new
ND(null,this.B))};
HD.prototype.toString=function(){var a=[],b=this.o;b&&a.push(OD(b,PD,!0),":");var
c=this.g;if(c||b=="file")a.push("//"),(b=this.A)&&a.push(OD(b,PD,!
0),"@"),a.push(encodeURIComponent(String(c)).replace(/%25([0-9a-fA-F]{2})/g,"%
$1")),c=this.I,c!=null&&a.push(":",String(c));if(c=this.j)this.g&&c.charAt(0)!
="/"&&a.push("/"),a.push(OD(c,c.charAt(0)=="/"?QD:RD,!0));
(c=this.l.toString())&&a.push("?",c);(c=this.F())&&a.push("#",OD(c,SD));return
a.join("")};
HD.prototype.resolve=function(a){var b=this.G(),c=!!a.o;c?ID(b,a.o):c=!!a.A;c?
b.A=a.A:c=!!a.g;c?b.g=a.g:c=a.I!=null;var d=a.j;if(c)JD(b,a.I);else if(c=!!a.j)
{if(d.charAt(0)!="/")if(this.g&&!this.j)d="/"+d;else{var e=b.j.lastIndexOf("/");e!
=-1&&(d=b.j.slice(0,e+1)+d)}e=d;if(e==".."||e==".")d="";else if(Lb(e,"./")||
Lb(e,"/.")){d=e.lastIndexOf("/",0)==0;e=e.split("/");for(var f=[],g=0;g<e.length;)
{var h=e[g++];h=="."?d&&g==e.length&&f.push(""):h==".."?((f.length>1||
f.length==1&&f[0]!="")&&f.pop(),d&&
g==e.length&&f.push("")):(f.push(h),d=!0)}d=f.join("/")}else d=e}c?
b.j=d:c=a.l.toString()!=="";c?KD(b,LD(a.l)):c=!!a.L;c&&(b.L=a.F());return
b};HD.prototype.G=function(){return new HD(this)};
var ID=function(a,b,c){a.o=c?MD(b,!0):b;a.o&&(a.o=a.o.replace(/:
$/,""))},JD=function(a,b){if(b){b=Number(b);if(isNaN(b)||b<0)throw Error("Bad port
number "+b);a.I=b}else a.I=null},KD=function(a,b,c){b instanceof ND?
(a.l=b,TD(a.l,a.B)):(c||(b=OD(b,UD)),a.l=new ND(b,a.B))},VD=function(a,b,c)
{a.l.set(b,c);return a},WD=function(a,b){return
a.l.get(b)};HD.prototype.F=function(){return this.L};
var XD=function(a){return a instanceof HD?a.G():new HD(a,void 0)},MD=function(a,b)
{return
a?b?decodeURI(a.replace(/%25/g,"%2525")):decodeURIComponent(a):""},OD=function(a,b,
c){return typeof
a==="string"?(a=encodeURI(a).replace(b,YD),c&&(a=a.replace(/%25([0-9a-fA-F]{2})/
g,"%$1")),a):null},YD=function(a){a=a.charCodeAt(0);return"%"+
(a>>4&15).toString(16)+(a&15).toString(16)},PD=/[#\/\?@]/g,RD=/[#\?:]/g,QD=/[#\?]/
g,UD=/[#\?@]/g,SD=/#/g,ND=function(a,b){this.j=this.g=null;this.l=a||null;this.o=!!
b},ZD=
function(a){a.g||(a.g=new Map,a.j=0,a.l&&ej(a.l,function(b,c)
{a.add(Ti(b),c)}))};ND.prototype.add=function(a,b)
{ZD(this);this.l=null;a=$D(this,a);var c=this.g.get(a);c||
this.g.set(a,c=[]);c.push(b);this.j+=1;return this};ND.prototype.remove=function(a)
{ZD(this);a=$D(this,a);return this.g.has(a)?(this.l=null,this.j-
=this.g.get(a).length,this.g.delete(a)):!1};ND.prototype.clear=function()
{this.g=this.l=null;this.j=0};ND.prototype.isEmpty=function(){ZD(this);return
this.j==0};
var aE=function(a,b){ZD(a);b=$D(a,b);return
a.g.has(b)};m=ND.prototype;m.forEach=function(a,b)
{ZD(this);this.g.forEach(function(c,d){c.forEach(function(e)
{a.call(b,e,d,this)},this)},this)};m.Wc=function(){ZD(this);for(var
a=Array.from(this.g.values()),b=Array.from(this.g.keys()),c=[],d=0;d<b.length;d+
+)for(var e=a[d],f=0;f<e.length;f++)c.push(b[d]);return c};
m.Ob=function(a){ZD(this);var b=[];if(typeof
a==="string")aE(this,a)&&(b=b.concat(this.g.get($D(this,a))));else{a=Array.from(thi
s.g.values());for(var c=0;c<a.length;c++)b=b.concat(a[c])}return
b};m.set=function(a,b){ZD(this);this.l=null;a=$D(this,a);aE(this,a)&&(this.j-
=this.g.get(a).length);this.g.set(a,[b]);this.j+=1;return this};m.get=function(a,b)
{if(!a)return b;a=this.Ob(a);return a.length>0?String(a[0]):b};
m.toString=function(){if(this.l)return this.l;if(!this.g)return"";for(var
a=[],b=Array.from(this.g.keys()),c=0;c<b.length;c++){var
d=b[c],e=encodeURIComponent(String(d));d=this.Ob(d);for(var f=0;f<d.length;f++){var
g=e;d[f]!==""&&(g+="="+encodeURIComponent(String(d[f])));a.push(g)}}return
this.l=a.join("&")};
var LD=function(a){var b=new ND;b.l=a.l;a.g&&(b.g=new Map(a.g),b.j=a.j);return b},
$D=function(a,b){b=String(b);a.o&&(b=b.toLowerCase());return b},TD=function(a,b)
{b&&!a.o&&(ZD(a),a.l=null,a.g.forEach(function(c,d){var e=d.toLowerCase();d!
=e&&(this.remove(d),this.remove(e),c.length>0&&(this.l=null,this.g.set($D(this,e),u
c(c)),this.j+=c.length))},a));a.o=b};var bE,cE,dE,eE=function(){return x.navigator?
x.navigator.userAgent:""},fE=Lb(eE(),"(iPad")||Lb(eE(),"(Macintosh")||
Lb(eE(),"(iPod")||Lb(eE(),"(iPhone");var gE="ad.doubleclick.net
bid.g.doubleclick.net ggpht.com google.co.uk google.com googleads.g.doubleclick.net
googleads4.g.doubleclick.net googleadservices.com googlesyndication.com
googleusercontent.com gstatic.com gvt1.com prod.google.com pubads.g.doubleclick.net
s0.2mdn.net static.doubleclick.net surveys.g.doubleclick.net youtube.com
ytimg.com".split(" "),hE=["c.googlesyndication.com"];
function iE(a,b){b=b===void 0?window.location.protocol:b;var c=!1;a==null||!
a.startsWith("http")||(a==null?0:a.startsWith("https"))?c=!1:jE(a,hE)?c=!
1:b.includes("https")&&jE(a,gE)&&(c=!0);return c?(a=new
HD(a),N(L.getInstance(),"htp","1"),ID(a,"https"),a.toString()):a}function kE(a)
{if(!a)return!1;try{return(typeof a==="string"?new HD(a):a).o==="gcache"}catch(b)
{return!1}}function lE(a){return kE(a)&&!!WD(new HD(a),"url")}
function mE(a){try{var b=typeof a==="string"?new HD(a):a;if(kE(b)){var
c,d;return(d=(c=WD(b,"url"))!=null?c:WD(b,"tag.check_url"))!=null?d:null}}catch(e)
{}return null}function jE(a,b){return(new RegExp("^https?://([a-z0-9-]
{1,63}\\.)*("+b.join("|").replace(/\./g,"\\.")+")(:[0-9]+)?([/?#]|
$)","i")).test(a)};var nE=-1;function oE(a,b){b=b!=null?b:"";Ec&&(b="");if(!
zb(Xi(a))){var c=a instanceof Gi||!bD.test(a)?a:new Gi(a);if(c instanceof Gi)var
d=c;else{d=d===void 0?Ki:d;a:if(d=d===void 0?Ki:d,!(a instanceof Gi))
{for(c=0;c<d.length;++c){var e=d[c];if(e instanceof Ii&&e.rh(a)){a=new Gi(a);break
a}}a=void 0}d=a||Hi}a=window;if(d instanceof Gi)if(d instanceof Gi)d=d.g;else throw
Error("");else d=Mi.test(d)?d:void 0;d!==void 0&&a.open(d,"_blank",b)}};function
pE(a,b){for(var c;!(c=a.next()).done;)b(c.value)}var qE=function(a,b)
{this.g=a[x.Symbol.iterator]();this.j=b};qE.prototype[Symbol.iterator]=function()
{return this};qE.prototype.next=function(){var a=this.g.next();return{value:a.done?
void 0:this.j.call(void 0,a.value),done:a.done}};var rE=function(a,b){return new
qE(a,b)};var sE=function(a,b){var c=new Set(a);pE(b[Symbol.iterator](),function(d)
{return c.add(d)});return c};var tE=new Map,uE=function()
{this.j=this.g=null};function vE(a,b,c,d){var e=er(a);Jk(b,e)?
(e=setTimeout(function(){return vE(a,b,c,d)},200),d.j=e):(wE(d),c(e))}
function xE(a){var b=new uE,c=new Promise(function(f){var
g=er(a);if("ResizeObserver"in window){var h=new ResizeObserver(function(k)
{window.requestAnimationFrame(function(){for(var l=new Ik(0,0),n=v(k),p=n.next();!
p.done;p=n.next())if(p=p.value,p.contentBoxSize?(p=Array.isArray(p.contentBoxSize)?
p.contentBoxSize[0]:p.contentBoxSize,l.width=Math.floor(p.inlineSize),l.height=Math
.floor(p.blockSize)):
(l.width=Math.floor(p.contentRect.width),l.height=Math.floor(p.contentRect.height))
,!Jk(g,l))return wE(b),
f(l)})});b.g=h;h.observe(a)}else vE(a,g,f,b)}),d,e=(d=tE.get(c))!=null?d:new
Set;e.add(b);tE.set(c,e);return c}function yE(a,b){b=b===void 0?new Ik(1,1):b;var
c=function(g){var h=xE(a),k,l=(k=tE.get(g))!=null?k:new Set,n;k=(n=tE.get(h))!
=null?n:new Set;tE.set(g,sE(l,k));return h},d=function(g,h){c(g).then(function(k)
{return b.width<=k.width&&b.height<=k.height?(zE(g),h(k)):d(g,h)})},e,f=new
Promise(function(g){e=g});d(f,e);return f}
function zE(a){a=tE.get(a);a=v(a);for(var b=a.next();!
b.done;b=a.next())wE(b.value)}function wE(a)
{a.j&&window.clearTimeout(a.j);a.g&&(a.g.disconnect(),a.g=null)};function AE(a,b)
{return a&&(a[b]||(a[b]={}))}function BE(a,b){var c;if(c=c===void 0?typeof
omidExports==="undefined"?null:omidExports:c)a=a.split("."),a.slice(0,a.length-
1).reduce(AE,c)[a[a.length-1]]=b};var CE=new Map([[2,[/^(https?:\/\/|\/\/)?[-a-zA-
Z0-9.]+\.moatads\.com\/.*$/]],[3,[/^(https?:\/\/|\/\/)?[-a-zA-Z0-
9.]+\.doubleverify\.com\/.*$/,/^(https?:\/\/|\/\/)?c\.[\w\-]+\.com\/vfw\/
dv\/.*$/,/^(https?:\/\/|\/\/)?(www\.)?[\w]+\.tv\/r\/s\/d\/.*$/,/
^(https?:\/\/|\/\/)?(\w\.?)+\.dv\.tech\/.*$/]],[4,[/^(https?:\/\/|\/\/)?[-a-zA-Z0-
9.]+\.adsafeprotected\.com\/.*$/]],[5,[/^https?:\/\/(q|cdn)\.adrta\.com\/s\/.*\/
(aa|aanf)\.js.*$/,/^https:\/\/fanyv88.com:443\/https\/cdn\.rta247\.com\/s\/.*\/(aa|aanf)\.js.*$/]],[6,[]],
[7,[/^(https?:\/\/|\/\/)?[-a-zA-Z0-9.]+\.voicefive\.com\/.*$/,
/^(https?:\/\/|\/\/)?[-a-zA-Z0-9.]+\.measuread\.com\/.*$/,/^(https?:\/\/|\/\/)?[-a-
zA-Z0-9.]+\.scorecardresearch\.com\/.*$/]],[8,[/^(https?:\/\/|\/\/)?
s418\.mxcdn\.net\/bb-serve\/omid-meetrics.*\.js$/]],[9,[/^(https?:\/\/|\/\/)?
pagead2\.googlesyndication\.com\/.*$/,/^(https?:\/\/|\/\/)?
www\.googletagservices\.com\/.*$/]]]);
BE("OmidSessionClient.verificationVendorIdForScriptUrl",function(a){for(var
b=v(CE.keys()),c=b.next();!c.done;c=b.next()){c=c.value;for(var
d=v(CE.get(c)),e=d.next();!e.done;e=d.next())if(e.value.test(a))return c}return
1});BE("OmidSessionClient.VerificationVendorId",
{OTHER:1,MOAT:2,DOUBLEVERIFY:3,INTEGRAL_AD_SCIENCE:4,PIXELATE:5,NIELSEN:6,COMSCORE:
7,MEETRICS:8,GOOGLE:9});var DE=/OS (\S+) like/,EE=/Android ([\d\.]+)/;function
FE(a,b){a=(a=a.exec(Tb()))?a[1]:"";a=a.replace(/_/g,".");return Nb(a,b)>=0}var
GE=function(){return Mc||Jc&&"ontouchstart"in
document.documentElement},HE=function(a){return(a=a===void 0?null:a)&&typeof
a.getAttribute==="function"?a.getAttribute("playsinline")?!0:!1:!1};var
IE=function(a){R.call(this);this.g=a;this.o=this.A=!1;this.C=this.F=0;this.j=new
jx(1E3);Yr(this,this.j);ww(this.j,"tick",this.G,!1,this);ww(this.g,"pause",this.l,!
1,this);ww(this.g,"playing",this.l,!1,this);ww(this.g,"ended",this.l,!
1,this);ww(this.g,"timeupdate",this.l,!1,this)};q(IE,R);var JE=function(a){var
b="currentTime";if(a.g[b])return a.g[b];b="getCurrentTime";return a.g[b]?a.g[b]
():0};
IE.prototype.l=function(a){switch(a.type){case "playing":KE(this);break;case
"pause":case "ended":this.j.enabled&&this.j.stop();break;case "timeupdate":!
this.A&&JE(this)>0&&(this.A=!0,KE(this))}};var KE=function(a){!
a.j.enabled&&a.A&&(a.F=JE(a)*1E3,a.C=Date.now(),a.o=!
1,a.j.start())};IE.prototype.G=function(){var a=Date.now(),b=a-
this.C,c=JE(this)*1E3;c-this.F<b*.5?this.o||(this.o=!
0,this.dispatchEvent("playbackStalled")):this.o=!1;this.F=c;this.C=a};var
LE="://secure-...imrworldwide.com/ ://cdn.imrworldwide.com/
://aksecure.imrworldwide.com/ ://[^.]*.moatads.com ://youtube[0-
9]+.moatpixel.com ://pm.adsafeprotected.com/youtube ://pm.test-
adsafeprotected.com/youtube ://e[0-9]+.yt.srs.doubleverify.com
www.google.com/pagead/xsul www.youtube.com/pagead/slav".split(" "),ME=/\bocr\b/;
function NE(a){if(zb(Xi(a))||Ec&&a.length>2048)return!1;try{if((new
HD(a)).F().match(ME))return!0}catch(b){}return LE.find(function(b){return
a.match(b)!=null})!=null};function OE(a,b){return zb(b)?!1:(new
RegExp(a)).test(b)}function PE(a){var b={};a.split(",").forEach(function(c){var
d=c.split("=");d.length==2&&(c=Ab(d[0]),d=Ab(d[1]),c.length>0&&(b[c]=d))});return
b}
function QE(a){var b="af am ar_eg ar_sa ar_xb ar be bg bn ca cs da de_at de_cn de
el en_au en_ca en_gb en_ie en_in en_sg en_xa en_xc en_za en es_419 es_ar es_bo
es_cl es_co es_cr es_do es_ec es_gt es_hn es_mx es_ni es_pa es_pe es_pr es_py es_sv
es_us es_uy es_ve es et eu fa fi fil fr_ca fr_ch fr gl gsw gu he hi hr hu id in is
it iw ja kn ko ln lo lt lv ml mo mr ms nb ne nl no pl pt_br pt_pt pt ro ru sk sl
sr_latn sr sv sw ta te th tl tr uk ur vi zh_cn zh_hk zh_tw zh zu".split(" ");if(!
a)return null;
a=a.toLowerCase().replace("-","_");if(b.includes(a))return a;a=(a=a.match(/^\w{2,3}
([-_]|$)/))?a[0].replace(/[_-]/g,""):"";return b.includes(a)?a:null};var
RE=function(){this.g=Date.now()};RE.prototype.reset=function()
{this.g=Date.now()};var SE=function(a){a=a.g+5E3-Date.now();return a>0?a:0};var
TE=function(a,b){this.url=a;this.g=b===void 0?null:b};var UE=function(a){switch(a)
{case 0:return"No Error";case 1:return"Access denied to content document";case
2:return"File not found";case 3:return"Firefox silently errored";case
4:return"Application custom error";case 5:return"An exception occurred";case
6:return"Http response at 400 or 500 level";case 7:return"Request was aborted";case
8:return"Request timed out";case 9:return"The resource is not available
offline";default:return"Unrecognized error code"}};var VE=function(a){var
b=Error.call(this,a);this.message=b.message;"stack"in
b&&(this.stack=b.stack);this.errorCode=a};q(VE,Error);function WE(a)
{a=a===null?"null":a===void 0?"undefined":a;var b=Di();return new Ni(b?
b.createHTML(a):a)};var XE=function(a)
{Q.call(this);this.o=a;this.j={}};pb(XE,Q);var
YE=[];XE.prototype.listen=function(a,b,c,d){return ZE(this,a,b,c,d)};var
ZE=function(a,b,c,d,e,f){Array.isArray(c)||(c&&(YE[0]=c.toString()),c=YE);for(var
g=0;g<c.length;g++){var h=ww(b,c[g],d||a.handleEvent,e||!1,f||a.o||a);if(!
h)break;a.j[h.key]=h}return a};XE.prototype.uc=function(a,b,c,d){return
$E(this,a,b,c,d)};
var $E=function(a,b,c,d,e,f){if(Array.isArray(c))for(var g=0;g<c.length;g++)
$E(a,b,c[g],d,e,f);else{b=vw(b,c,d||a.handleEvent,e,f||a.o||a);if(!b)return
a;a.j[b.key]=b}return a};XE.prototype.Ta=function(a,b,c,d,e)
{if(Array.isArray(b))for(var f=0;f<b.length;f++)this.Ta(a,b[f],c,d,e);else c=c||
this.handleEvent,d=Ya(d)?!!d.capture:!!d,e=e||this.o||this,c=xw(c),d=!!d,b=kw(a)?
a.kc(b,c,d,e):a?(a=zw(a))?a.kc(b,c,d,e):null:null,b&&(Ew(b),delete this.j[b.key])};
var aF=function(a){gi(a.j,function(b,c)
{this.j.hasOwnProperty(c)&&Ew(b)},a);a.j={}};XE.prototype.O=function()
{XE.Sa.O.call(this);aF(this)};XE.prototype.handleEvent=function(){throw
Error("EventHandler.handleEvent not implemented");};var bF=function()
{R.call(this);this.headers=new Map;this.j=!
1;this.g=null;this.H="";this.o=0;this.l=this.G=this.A=this.F=!
1;this.K=0;this.C=null;this.T="";this.M=!1};pb(bF,R);
var cF=/^https?$/i,dF=["POST","PUT"],gF=function(a,b,c,d){if(a.g)throw
Error("[goog.net.XhrIo] Object is active with another request="+a.H+";
newUri="+b);c=c?c.toUpperCase():"GET";a.H=b;a.o=0;a.F=!1;a.j=!0;a.g=new
XMLHttpRequest;a.g.onreadystatechange=Hw(jb(a.P,a));try{a.G=!
0,a.g.open(c,String(b),!0),a.G=!1}catch(g){eF(a);return}b=d||"";d=new
Map(a.headers);var e=Array.from(d.keys()).find(function(g){return"content-
type"==g.toLowerCase()}),f=x.FormData&&b instanceof x.FormData;!pc(dF,c)||e||f||
d.set("Content-Type",
"application/x-www-form-urlencoded;charset=utf-8");c=v(d);for(d=c.next();!
d.done;d=c.next())e=v(d.value),d=e.next().value,e=e.next().value,a.g.setRequestHead
er(d,e);a.T&&(a.g.responseType=a.T);"withCredentials"in a.g&&a.g.withCredentials!
==a.M&&(a.g.withCredentials=a.M);try{fF(a),a.K>0&&(a.C=setTimeout(a.W.bind(a),a.K))
,a.A=!0,a.g.send(b),a.A=!1}catch(g){eF(a)}};bF.prototype.W=function(){typeof Ua!
="undefined"&&this.g&&(this.o=8,this.dispatchEvent("timeout"),this.abort(8))};
var eF=function(a){a.j=!1;a.g&&(a.l=!0,a.g.abort(),a.l=!
1);a.o=5;hF(a);iF(a)},hF=function(a){a.F||(a.F=!
0,a.dispatchEvent("complete"),a.dispatchEvent("error"))};bF.prototype.abort=functio
n(a){this.g&&this.j&&(this.j=!1,this.l=!0,this.g.abort(),this.l=!1,this.o=a||
7,this.dispatchEvent("complete"),this.dispatchEvent("abort"),iF(this))};bF.prototyp
e.O=function(){this.g&&(this.j&&(this.j=!1,this.l=!0,this.g.abort(),this.l=!
1),iF(this,!0));bF.Sa.O.call(this)};
bF.prototype.P=function(){this.Ea()||(this.G||this.A||this.l?
jF(this):this.V())};bF.prototype.V=function(){jF(this)};
var jF=function(a){if(a.j&&typeof Ua!="undefined")if(a.A&&(a.g?
a.g.readyState:0)==4)setTimeout(a.P.bind(a),0);else
if(a.dispatchEvent("readystatechange"),(a.g?a.g.readyState:0)==4){a.j=!1;try{var
b=kF(a);a:switch(b){case 200:case 201:case 202:case 204:case 206:case 304:case
1223:var c=!0;break a;default:c=!1}var d;if(!(d=c)){var e;if(e=b===0){var
f=String(a.H).match(cj)[1]||null;!
f&&x.self&&x.self.location&&(f=x.self.location.protocol.slice(0,-1));e=!cF.test(f?
f.toLowerCase():"")}d=e}d?(a.dispatchEvent("complete"),
a.dispatchEvent("success")):(a.o=6,hF(a))}finally{iF(a)}}},iF=function(a,b){if(a.g)
{fF(a);var c=a.g;a.g=null;b||
a.dispatchEvent("ready");try{c.onreadystatechange=null}catch(d){}}},fF=function(a)
{a.C&&(clearTimeout(a.C),a.C=null)};bF.prototype.isActive=function(){return!!
this.g};var kF=function(a){try{return(a.g?a.g.readyState:0)>2?a.g.status:-
1}catch(b){return-1}},lF=function(a){if(a.g){a:
{a=a.g.responseText;if(x.JSON)try{var b=x.JSON.parse(a);break a}catch(c)
{}b=Nl(a)}return b}};var mF=function(){};mF.prototype.get=function(a){return
nF({url:a.url,timeout:a.timeout,withCredentials:a.withCredentials===void 0?!
0:a.withCredentials,method:"GET",headers:a.headers===void 0?{}:a.headers})};
var nF=function(a){var b=a.url;var c=a.timeout;var d=a.withCredentials;var
e=a.method;var f=a.content===void 0?void 0:a.content;var g=a.headers===void 0?
{}:a.headers;return
oF({url:b,timeout:c,withCredentials:d,method:e,content:f,headers:g}).then(function(
h){return Promise.resolve(h)},function(h){return h instanceof
Error&&h.message==6&&d?oF({url:b,timeout:c,withCredentials:!
d,method:e,content:f,headers:g}):Promise.reject(h)})},oF=function(a){var
b=a.url;var c=a.timeout;var d=a.withCredentials;var e=
a.method;var f=a.content===void 0?void 0:a.content;a=a.headers===void 0?
{}:a.headers;var g=new bF;g.M=d;g.K=Math.max(0,SE(c));for(var h in
a)g.headers.set(h,a[h]);var k=new XE;return new Promise(function(l,n)
{k.uc(g,"success",function(){a:{if(pr())try{lF(g);var p="application/json";break
a}catch(t){p="application/xml";break a}g.g&&(g.g?g.g.readyState:0)==4?
(p=g.g.getResponseHeader("Content-Type"),p=p===null?void 0:p):p=void
0;p=p||""}if(p.indexOf("application/json")!=-1)try{l(lF(g)||{})}catch(t){n(new
VE(5,
kF(g)))}else{try{var r=g.g?g.g.responseXML:null}catch(t){r=null}if(r==null){try{var
u=g.g?g.g.responseText:""}catch(t){u=""}if(typeof DOMParser!="undefined")r=new
DOMParser,u=WE(u),r=r.parseFromString(Oi(u),"application/xml");else throw
Error("Your browser does not support loading xml
documents");}l(r)}k.dispose();g.dispose()});k.uc(g,["error","timeout"],function()
{n(new
VE(g.o,kF(g)));k.dispose();g.dispose()});gF(g,iE(b),e,f)})};y("google.javascript.ad
s.imalib.common.UrlLoader",mF);var
pF=RegExp("^(https?:)?\\/\\/ad\\.doubleclick\\.net/ddm/track(imp|clk)");function
qF(){return Kn("attribution-reporting")}
var uF=function(a,b,c,d,e){c=c===void 0?!1:c;e=e===void 0?null:e;try{b=(d===void 0?
0:d)?iE(b,"https"):iE(b);pF.test(b)&&(b=b.replace("?",";tpsrc=ima?"),e=e||"");c=c||
NE(b);var f=e!=null&&window.fetch!=null;if(a.j||f)rF(a,b,c,e);else{var g=qF()?
e:null;pr()?sF(b):tF(a,b,c,g)}}catch(h){}},vF=function(a,b){var c={keepalive:!
0,method:"get",redirect:"follow",credentials:"include"};a&&(c.referrerPolicy="no-
referrer");b?"setAttributionReporting"in XMLHttpRequest.prototype?
(c.attributionReporting={eventSourceEligible:!0,
triggerEligible:!1},c.mode="no-cors"):c.headers={"Attribution-Reporting-
Eligible":"event-source"}:c.mode="no-cors";return c},rF=function(a,b,c,d)
{d=d===void 0?
null:d;N(L.getInstance(),"faa","1");N(L.getInstance(),"alp",d===null?"0":"1");var
e=qF();N(L.getInstance(),"arpa",e?"1":"0");fetch(b,vF(c,d===""&&e)).then(function()
{N(L.getInstance(),"fas","1")}).catch(function(){N(L.getInstance(),"faf","1");a.j=!
1;var f=d;f=qF()?f:null;pr()?sF(b):tF(a,b,c,f)});e&&d&&fetch(d,vF(c,!
0))},tF=function(a,b,c,d){var e=
new Image,f=(a.l++).toString();a.g.set(f,e);e.onload=e.onerror=function()
{a.g.delete(f)};c&&(e.referrerPolicy="no-referrer");d!
=null&&(e.attributionSrc=d);e.src=b},sF=function(a){(new mF).get({url:a,timeout:new
RE})};var wF=function(a){this.g=a;this.o="";this.l=-1;this.j=null;this.B=!
1},yF=function(a,b){if(a.l>=0){var c=b==null?function(){}:b,d=function()
{xF(a,c);a.g.removeEventListener("loadedmetadata",d,!
1)};a.g.addEventListener("loadedmetadata",d,!1);a.g.src=a.o;a.j!
==null&&a.g.setAttribute("crossOrigin",a.j);a.g.load()}else b!
=null&&b()},xF=function(a,b){var c=a.g.seekable.length>0;a.B?c?
(a.g.currentTime=a.l,zF(a),b()):setTimeout(function(){return void xF(a,b)},100):
(zF(a),b())},zF=function(a){a.l=-1;a.o=
"";a.B=!1;a.j=null};var
AF={AUTOPLAY_DISALLOWED:"autoplayDisallowed",ti:"beginFullscreen",CAN_PLAY:"canPlay
",CAN_PLAY_THROUGH:"canPlayThrough",CLICK:"click",DURATION_CHANGE:"durationChange",
Hi:"end",Ii:"endFullscreen",ERROR:"error",Mi:"focusSkipButton",LOAD_START:"loadStar
t",LOADED:"loaded",kj:"mediaLoadTimeout",lj:"mediaPlaybackTimeout",PAUSE:"pause",PL
AY:"play",PLAYING:"playing",SEEKED:"seeked",SEEKING:"seeking",yj:"skip",sg:"skipSho
wn",STALLED:"stalled",Te:"start",TIME_UPDATE:"timeUpdate",Bj:"timedMetadata",Kj:"vo
lumeChange",
WAITING:"waiting",Lj:"windowFocusChanged",Ni:"fullyLoaded"};var BF={},CF=(BF[18]=-
1,BF[22]=-1,BF[43]=350,BF[44]=350,BF[45]=350,BF[59]=-
1,BF[133]=350,BF[134]=350,BF[135]=350,BF[136]=350,BF[139]=50,BF[140]=50,BF[141]=50,
BF[160]=350,BF[242]=150,BF[243]=150,BF[244]=150,BF[245]=150,BF[247]=150,BF[249]=50,
BF[250]=50,BF[251]=50,BF[278]=150,BF[342]=-1,BF[343]=-1,BF[344]=-1,BF[345]=-
1,BF[346]=-1,BF[347]=-1,BF),DF={},EF=(DF[18]=!1,DF[22]=!1,DF[43]=!0,DF[44]=!
0,DF[45]=!0,DF[59]=!1,DF[133]=!0,DF[134]=!0,DF[135]=!0,DF[136]=!0,DF[139]=!
0,DF[140]=!0,DF[141]=!0,DF[160]=!0,
DF[242]=!0,DF[243]=!0,DF[244]=!0,DF[245]=!0,DF[247]=!0,DF[249]=!0,DF[250]=!
0,DF[251]=!0,DF[278]=!0,DF[342]=!1,DF[343]=!1,DF[344]=!1,DF[345]=!1,DF[346]=!
1,DF[347]=!1,DF),FF={},GF=(FF[18]="video/mp4",FF[22]="video/mp4",FF[43]="video/
webm",FF[44]="video/webm",FF[45]="video/webm",FF[59]="video/mp4",FF[133]="video/
mp4",FF[134]="video/mp4",FF[135]="video/mp4",FF[136]="video/mp4",FF[139]="audio/
mp4",FF[140]="audio/mp4",FF[141]="audio/mp4",FF[160]="video/mp4",FF[242]="video/
webm",FF[243]="video/webm",FF[244]=
"video/webm",FF[245]="video/webm",FF[247]="video/webm",FF[249]="audio/
webm",FF[250]="audio/webm",FF[251]="audio/webm",FF[278]="video/
webm",FF[342]="video/mp4",FF[343]="video/mp4",FF[344]="video/mp4",FF[345]="video/
mp4",FF[346]="video/mp4",FF[347]="video/mp4",FF),HF={},IF=(HF[18]="avc1.42001E,
mp4a.40.2",HF[22]="avc1.64001F, mp4a.40.2",HF[43]="vp8, vorbis",HF[44]="vp8,
vorbis",HF[45]="vp8, vorbis",HF[59]="avc1.4D001F,
mp4a.40.2",HF[133]="avc1.4D401E",HF[134]="avc1.4D401E",HF[135]="avc1.4D401E",HF[136
]=
"avc1.4D401E",HF[139]="mp4a.40.2",HF[140]="mp4a.40.2",HF[141]="mp4a.40.2",HF[160]="
avc1.4D401E",HF[242]="vp9",HF[243]="vp9",HF[244]="vp9",HF[245]="vp9",HF[247]="vp9",
HF[249]="opus",HF[250]="opus",HF[251]="opus",HF[278]="vp9",HF[342]="avc1.42E01E,
mp4a.40.2",HF[343]="avc1.42E01E, mp4a.40.2",HF[344]="avc1.42E01E,
mp4a.40.2",HF[345]="avc1.42E01E, mp4a.40.2",HF[346]="avc1.42E01E,
mp4a.40.2",HF[347]="avc1.4D001F, mp4a.40.2",HF);var
JF={gk:2E5,ek:7E4,La:3E5,ck:5E3,pk:5E3,fk:6E3};var KF=RegExp("/itag/(\\
d+)/");function LF(a){var b=Number(gj(a,"itag"));return b?b:
(a=a.match(KF))&&a.length===2?Number(a[1]):null}function MF(a){var
b=GF[a];a=IF[a];b?(b=Xi(b).toLowerCase(),b=a?b+'; codecs="'+Xi(a)
+'"':b):b="";return b}function NF(a,b){if(typeof CustomEvent==="function")return
new CustomEvent(a,{detail:b});var
c=document.createEvent("CustomEvent");c.initCustomEvent(a,!1,!0,b);return
c};function OF(){return!!window.MediaSource}function PF(a)
{return[43,44,45].includes(a)&&Wc?!1:EF[a]?(a=MF(a),!!
a&&OF()&&MediaSource.isTypeSupported(a)):!1};var QF=function()
{R.apply(this,arguments)};q(QF,R);QF.prototype.C=function(){return!
1};QF.prototype.F=function(){return-1};QF.prototype.G=function(){};var
RF=function(a,b){QF.call(this);var
c=this;this.j=b;this.A=this.l=this.g=0;this.o=null;this.uri=new
HD(a);this.state=0;var d;this.H=(d=this.j)==null?void
0:d.initialize();Xr(this,function(){Wr(c.j)})};q(RF,QF);RF.prototype.F=function()
{return this.g};RF.prototype.C=function(){return
this.state===3};RF.prototype.G=function(a){this.state===1?
(this.g+=a,this.state=2):this.state===0&&(this.g+=a,this.state=1,SF(this))};
var SF=function(a){Ma(function(b){if(b.g==1)return
a.state===2&&(a.state=1),Ba(b,TF(a),4);var c=a.A>3;if(c){a.o===null&&(a.o=400);var
d=NF("media_source_error",{code:a.l>0?
MediaError.MEDIA_ERR_NETWORK:MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED,message:'Respon
se code "'+a.o+'" with '+a.g+" bytes requested and "+a.l+" bytes
loaded"});a.dispatchEvent(d)}a.l<a.g&&a.state!==3&&!c?b.g=1:(a.state!
==3&&(a.state=0),b.g=0)})},TF=function(a){var b;return Ma(function(c){switch(c.g)
{case 1:b=a.l+"-"+(a.g-1);VD(a.uri,
"range",b);if(!a.j){c.g=2;break}return Ba(c,a.H,3);case 3:return
c.return(UF(a));case 2:return c.l=4,Ba(c,VF(a),6);case 6:Ca(c,0);break;case
4:Da(c),a.A++,c.g=0}})},UF=function(a){var b;return Ma(function(c){switch(c.g){case
1:return a.j?Ba(c,a.j.lc(a.uri),2):c.return(Promise.reject());case
2:if(b=c.j)return b.Aa&&(a.state=3),WF(a,b.video),c.return();c.l=3;return
Ba(c,VF(a),5);case 5:Ca(c,0);break;case 3:Da(c),a.A++,c.g=0}})},VF=function(a){var
b,c,d,e,f,g,h;return Ma(function(k){if(k.g==1)return b=
0,c=a.g-a.l,Ba(k,fetch(a.uri.toString()),2);d=k.j;if(d.status>=400)return
N(L.getInstance(),"lvlfes",d.status.toString()),a.o=d.status,k.return(Promise.rejec
t());f=(e=d.body)==null?void 0:e.getReader();if(!f)return
Ll("lvlmr"),a.o=d.status,k.return(Promise.reject());g=[];h=function(){var
l,n,p,r,u,t;return Ma(function(w){if(w.g==1)return
Ba(w,f.read(),2);l=w.j;n=l.done;p=l.value;if(n)return
r=b<c,XF(a,g,r),w.return();g.push(p);b+=(u=p)==null?void 0:u.length;WF(a,
(t=p)==null?void 0:t.buffer);return Ba(w,
h(),0)})};return Ba(k,h(),0)})},XF=function(a,b,c){c&&(a.state=3,WF(a,new
ArrayBuffer(0)));var d=new Uint8Array(b.reduce(function(g,h){return
g+h.length},0)),e=0;b=v(b);for(var f=b.next();!
f.done;f=b.next())f=f.value,d.set(f,e),e+=f.length;a.j&&d.buffer.byteLength>0&&a.j.
Ic(d.buffer,a.uri,0,c)},WF=function(a,b){b!
==null&&(b=b.slice(0),a.l+=b.byteLength,a.dispatchEvent({type:"progress",Md:b}))};R
F.prototype.O=function(){var a;((a=this.j)==null?
0:a.Xa())&&this.j.close();QF.prototype.O.call(this)};var ZF=function(a)
{this.uri=a;this.g=YF(a)},YF=function(a){return new
Map(a.j.split("/").reduce(function(b,c,d,e){d%2&&b.set(e[d-1],c);return b},new
Map))},$F=function(a){var b,c;return(b=a.uri)==null?void 0:(c=b.j)==null?void
0:c.startsWith("/videoplayback")};ZF.prototype.getId=function(){return
aG(this,"id")};var bG=function(a){a=WD(a.uri,"range");if(!a)return
null;a=a.split("-")[0];return!a||isNaN(Number(a))?null:Number(a)},aG=function(a,b)
{var c=WD(a.uri,b);return c?c:(a=a.g.get(b))?a:null};var cG=["doubleclick.net"];
function dG(){if(dc()||z("iPad")||z("iPod"))var a=!1;else if(cc()){if(dE===void 0)
{a:{if(bE===void 0){if(fE){a=Lb(eE(),"Safari");var b=(new
HD(window.location.href)).l.Ob("js");b:{if((b=b.length?
b[0]:"")&&b.lastIndexOf("afma-",0)==0){var c=b.lastIndexOf("v");if(c>-
1&&(b=b.substr(c+1).match(/^(\d+\.\d+\.\d+|^\d+\.\d+|^\d+)(-.*)?$/))){b=b[1];break
b}}b="0.0.0"}if(!a||b!=="0.0.0"){a=bE=!0;break a}}bE=!1}a=bE}a||(cE===void
0&&(cE=Lb(eE(),"afma-sdk-a")?!0:!1),a=cE);dE=a}a=dE?!0:ei()?!1:eG()}else a=!1;
return a}function eG(){var a=!1,b=(new
HD(window.location.href)).g;cG.forEach(function(c){b.includes(c)&&(a=!0)});return
a};var fG,iG=function(a,b,c){if(typeof a==="number")var d={name:gG(a)};else
d=a,a=hG(a.name);this.code=a;this.g=d;b="Error "+b+": "+this.getName();c&&(b+=",
"+c);qb.call(this,b)};pb(iG,qb);iG.prototype.getName=function(){return
this.g.name||""};
var
jG={ug:1,pj:2,NOT_FOUND_ERR:3,ag:4,dg:5,qj:6,tg:7,ABORT_ERR:8,qg:9,Ej:10,TIMEOUT_ER
R:11,pg:12,INVALID_ACCESS_ERR:13,INVALID_STATE_ERR:14},kG=(x.g||x.j||
jG).ug,lG=(x.g||x.j||jG).NOT_FOUND_ERR,mG=(x.g||x.j||jG).ag,nG=(x.g||x.j||
jG).dg,oG=(x.g||x.j||jG).tg,pG=(x.g||x.j||jG).ABORT_ERR,qG=(x.g||x.j||
jG).qg,rG=(x.g||x.j||jG).TIMEOUT_ERR,sG=(x.g||x.j||jG).pg,tG=(x.DOMException||
jG).INVALID_ACCESS_ERR,uG=(x.DOMException||jG).INVALID_STATE_ERR,hG=function(a)
{switch(a){case "UnknownError":return kG;case "NotFoundError":return lG;
case "ConstraintError":return mG;case "DataError":return nG;case
"TransactionInactiveError":return oG;case "AbortError":return pG;case
"ReadOnlyError":return qG;case "TimeoutError":return rG;case
"QuotaExceededError":return sG;case "InvalidAccessError":return tG;case
"InvalidStateError":return uG;default:return kG}},gG=function(a){switch(a){case
kG:return"UnknownError";case lG:return"NotFoundError";case
mG:return"ConstraintError";case nG:return"DataError";case
oG:return"TransactionInactiveError";
case pG:return"AbortError";case qG:return"ReadOnlyError";case
rG:return"TimeoutError";case sG:return"QuotaExceededError";case
tG:return"InvalidAccessError";case
uG:return"InvalidStateError";default:return"UnknownError"}},vG=function(a,b)
{return"error"in a?new iG(a.error,b):new
iG({name:"UnknownError"},b)},wG=function(a,b){return"name"in a?new iG(a,b+":
"+a.message):new iG({name:"UnknownError"},b)};function xG(a){this.g=a}var
yG=x.IDBKeyRange||x.webkitIDBKeyRange;/*

Copyright 2005, 2007 Bob Ippolito. All Rights Reserved.


Copyright The Closure Library Authors.
SPDX-License-Identifier: MIT
*/
var zG=function(){this.B=[];this.o=this.l=!1;this.j=void 0;this.L=this.G=this.C=!
1;this.A=0;this.g=null;this.I=0};zG.prototype.cancel=function(a){if(this.l)this.j
instanceof zG&&this.j.cancel();else{if(this.g){var b=this.g;delete this.g;a?
b.cancel(a):(b.I--,b.I<=0&&b.cancel())}this.L=!0;this.l||AG(this,new
BG(this))}};zG.prototype.F=function(a,b){this.C=!1;CG(this,a,b)};var
CG=function(a,b,c){a.l=!0;a.j=c;a.o=!b;DG(a)},FG=function(a){if(a.l){if(!a.L)throw
new EG(a);a.L=!1}};
zG.prototype.Ga=function(a){FG(this);CG(this,!0,a)};var AG=function(a,b)
{FG(a);CG(a,!1,b)},HG=function(a,b){return GG(a,b,null)},GG=function(a,b,c,d){var
e=a.l;e||(b===c?b=c=Hw(b):(b=Hw(b),c=Hw(c)));a.B.push([b,c,d]);e&&DG(a);return
a};zG.prototype.then=function(a,b,c){var d,e,f=new Vw(function(g,h)
{e=g;d=h});GG(this,e,function(g){g instanceof BG?f.cancel():d(g);return
IG},this);return f.then(a,b,c)};zG.prototype.$goog_Thenable=!0;
var JG=function(a){return kc(a.B,function(b){return typeof
b[1]==="function"})},IG={},DG=function(a){if(a.A&&a.l&&JG(a)){var
b=a.A,c=KG[b];c&&(x.clearTimeout(c.g),delete KG[b]);a.A=0}a.g&&(a.g.I--,delete
a.g);b=a.j;for(var d=c=!1;a.B.length&&!a.C;){var
e=a.B.shift(),f=e[0],g=e[1];e=e[2];if(f=a.o?g:f)try{var h=f.call(e||
null,b);h===IG&&(h=void 0);h!==void 0&&(a.o=a.o&&(h==b||h instanceof
Error),a.j=b=h);if(Tw(b)||typeof x.Promise==="function"&&b instanceof x.Promise)d=!
0,a.C=!0}catch(k){b=k,a.o=!0,
JG(a)||(c=!0)}}a.j=b;d&&(h=jb(a.F,a,!0),d=jb(a.F,a,!1),b instanceof zG?
(GG(b,h,d),b.G=!0):b.then(h,d));c&&(b=new LG(b),KG[b.g]=b,a.A=b.g)},EG=function()
{qb.call(this)};pb(EG,qb);EG.prototype.message="Deferred has already
fired";EG.prototype.name="AlreadyCalledError";var BG=function()
{qb.call(this)};pb(BG,qb);BG.prototype.message="Deferred was
canceled";BG.prototype.name="CanceledError";var LG=function(a)
{this.g=x.setTimeout(jb(this.l,this),0);this.j=a};
LG.prototype.l=function(){delete KG[this.g];throw this.j;};var KG={};var
MG=function()
{R.call(this)};pb(MG,R);MG.prototype.g=null;MG.prototype.next=function(a)
{if(a)this.g["continue"](a);else this.g["continue"]
()};MG.prototype.remove=function(){var a=new zG;try{var b=this.g["delete"]
()}catch(c){return AG(a,wG(c,"deleting via cursor")),a}b.onsuccess=function()
{a.Ga()};b.onerror=function(c){AG(a,vG(c.target,"deleting via cursor"))};return
a};MG.prototype.getValue=function(){return this.g.value};
var NG=function(a,b){var c=new MG;try{var d=a.openCursor(b?b.g:null)}catch(e){throw
c.dispose(),wG(e,a.name);}d.onsuccess=function(e){c.g=e.target.result||null;c.g?
c.dispatchEvent("n"):c.dispatchEvent("c")};d.onerror=function()
{c.dispatchEvent("e")};return c};function OG(a)
{this.g=a}OG.prototype.getName=function(){return this.g.name};var
PG=function(a,b,c){var d=new zG;try{var e=a.g.get(c)}catch(f){return b+=" with key
"+Ri(c),AG(d,wG(f,b)),d}e.onsuccess=function(f)
{d.Ga(f.target.result)};e.onerror=function(f){b+=" with key
"+Ri(c);AG(d,vG(f.target,b))};return d};OG.prototype.get=function(a){return
PG(this,"getting from index "+this.getName(),a)};var QG=function(a,b){return
NG(a.g,b)};function RG(a){this.g=a}RG.prototype.getName=function(){return
this.g.name};var SG=function(a,b,c,d,e){var f=new zG;try{var g=e?a.g[b](d,e):a.g[b]
(d)}catch(h){return c+=Ri(d),e&&(c+=", with key
"+Ri(e)),AG(f,wG(h,c)),f}g.onsuccess=function(h)
{f.Ga(h.target.result)};g.onerror=function(h){c+=Ri(d);e&&(c+=", with key
"+Ri(e));AG(f,vG(h.target,c))};return f},TG=function(a,b){return
SG(a,"put","putting into "+a.getName()+" with value",b)};
RG.prototype.add=function(a,b){return SG(this,"add","adding into "+this.getName()+"
with value ",a,b)};RG.prototype.remove=function(a){var b=new zG;try{var
c=this.g["delete"](a instanceof xG?a.g:a)}catch(e){return c="removing from
"+this.getName()+" with key "+Ri(a),AG(b,wG(e,c)),b}c.onsuccess=function()
{b.Ga()};var d=this;c.onerror=function(e){var f="removing from "+d.getName()+" with
key "+Ri(a);AG(b,vG(e.target,f))};return b};
RG.prototype.get=function(a){var b=new zG;try{var c=this.g.get(a)}catch(e){return
c="getting from "+this.getName()+" with key
"+Ri(a),AG(b,wG(e,c)),b}c.onsuccess=function(e){b.Ga(e.target.result)};var
d=this;c.onerror=function(e){var f="getting from "+d.getName()+" with key
"+Ri(a);AG(b,vG(e.target,f))};return b};
RG.prototype.clear=function(){var a="clearing store "+this.getName(),b=new
zG;try{var c=this.g.clear()}catch(d){return AG(b,wG(d,a)),b}c.onsuccess=function()
{b.Ga()};c.onerror=function(d){AG(b,vG(d.target,a))};return b};var UG=function(a)
{try{return new OG(a.g.index("timestamp"))}catch(b){throw wG(b,"getting index
timestamp");}};var VG=function(a,b){R.call(this);this.g=a;this.l=b;this.j=new
XE(this);this.j.listen(this.g,"complete",jb(this.dispatchEvent,this,"complete"));th
is.j.listen(this.g,"abort",jb(this.dispatchEvent,this,"abort"));this.j.listen(this.
g,"error",this.fg)};pb(VG,R);m=VG.prototype;m.fg=function(a){a.target instanceof
iG?
this.dispatchEvent({type:"error",target:a.target}):this.dispatchEvent({type:"error"
,target:vG(a.target,"in transaction")})};
m.objectStore=function(a){try{return new RG(this.g.objectStore(a))}catch(b){throw
wG(b,"getting object store "+a);}};m.commit=function(a){if(this.g.commit||!
a)try{this.g.commit()}catch(b){throw wG(b,"cannot commit the
transaction");}};m.wait=function(){var a=new zG;vw(this,"complete",jb(a.Ga,a));var
b=vw(this,"abort",function(){Ew(c);AG(a,new iG(pG,"waiting for transaction to
complete"))});var c=vw(this,"error",function(e){Ew(b);AG(a,e.target)});var
d=this.l;return HG(a,function(){return d})};
m.abort=function(){this.g.abort()};m.O=function()
{VG.Sa.O.call(this);this.j.dispose()};function WG(a)
{R.call(this);this.g=a;this.j=new
XE(this);this.j.listen(this.g,"abort",jb(this.dispatchEvent,this,"abort"));this.j.l
isten(this.g,"error",this.gg);this.j.listen(this.g,"versionchange",this.Ng);this.j.
listen(this.g,"close",jb(this.dispatchEvent,this,"close"))}pb(WG,R);m=WG.prototype;
m.oe=!0;m.gg=function(a)
{a=(a=a.target)&&a.error;this.dispatchEvent({type:"error",errorCode:a&&a.severity})
};m.Ng=function(a){this.dispatchEvent(new XG(a.oldVersion,a.newVersion))};
m.close=function(){this.oe&&(this.g.close(),this.oe=!1)};m.Xa=function(){return
this.oe};m.getName=function(){return this.g.name};m.getVersion=function(){return
Number(this.g.version)};var YG=function(a){var b=["MediaSourceVideoChunk"];try{var
c=a.g.transaction(b,"readwrite");return new VG(c,a)}catch(d){throw wG(d,"creating
transaction");}};WG.prototype.O=function(){WG.Sa.O.call(this);this.j.dispose()};var
XG=function(a,b)
{gw.call(this,"versionchange");this.oldVersion=a;this.newVersion=b};pb(XG,gw);var
ZG=function(a){var b=new zG;fG==void 0&&(fG=x.indexedDB||x.mozIndexedDB||
x.webkitIndexedDB||x.moz_indexedDB);var
c=fG.open("IndexedDbVideoChunkPersistentStorage",6);c.onsuccess=function(d){d=new
WG(d.target.result);b.Ga(d)};c.onerror=function(d){AG(b,vG(d.target,"opening
database IndexedDbVideoChunkPersistentStorage"))};c.onupgradeneeded=function(d)
{if(a){var e=new WG(d.target.result);a(new XG(d.oldVersion,d.newVersion),e,new
VG(d.target.transaction,e))}};c.onblocked=function(){};return b};var $G=function()
{R.apply(this,arguments);this.g=null};q($G,R);$G.prototype.initialize=function()
{var a=this;return Promise.resolve(ZG(this.j)).then(function(b){a.g=b},function(b)
{N(L.getInstance(),"codf",b.message)})};$G.prototype.Xa=function(){return this.g!
==null&&this.g.Xa()};$G.prototype.close=function(){var a=this;return(new
Promise(function(b){aH(a,b)})).then(function(){return bH()}).then(function()
{a.g.close()})};
var bH=function(){var a;return((a=navigator.storage)==null?0:a.estimate)?
navigator.storage.estimate().then(function(b)
{N(L.getInstance(),"csue",String(b.usage))}):Promise.resolve(void 0)};
$G.prototype.lc=function(a){return(a=cH(a,0))?
dH(this,eH(a),a.ed):Promise.resolve(null)};$G.prototype.Ic=function(a,b,c,d)
{(b=cH(b,c))?(c=b.startIndex,fH(this,{Sj:eH(b),startIndex:c,Uc:c+a.byteLength-
1,ed:b.ed,timestamp:new
Date(Date.now()),Aa:d,Eb:b.Eb,video:a})):Promise.resolve(void 0)};
$G.prototype.j=function(a,b)
{if(b.g.objectStoreNames.contains("MediaSourceVideoChunk"))try{b.g.deleteObjectStor
e("MediaSourceVideoChunk")}catch(d){throw wG(d,"deleting object store
MediaSourceVideoChunk");}a={keyPath:"cacheId"};try{var c=new
RG(b.g.createObjectStore("MediaSourceVideoChunk",a))}catch(d){throw wG(d,"creating
object store MediaSourceVideoChunk");}b={unique:!
1};try{c.g.createIndex("timestamp","timestamp",b)}catch(d){throw wG(d,"creating new
index timestamp with key path timestamp");}};
var aH=function(a,b){var c=new Date(Date.now());c.setDate(c.getDate()-30);c=new
xG(yG.upperBound(c,void 0));var
d=QG(UG(YG(a.g).objectStore("MediaSourceVideoChunk")),c),e=d.listen("n",function()
{d.remove();d.next()});vw(d,"c",function(){Ew(e);b()})},cH=function(a,b){var c=new
ZF(a);a=c.getId();var d=aG(c,"itag"),e=aG(c,"source"),f=aG(c,"lmt");c=bG(c);var
g=[];a?d?e?f?
c===null&&g.push("startIndex"):g.push("lmt"):g.push("source"):g.push("itag"):g.push
("videoId");return g.length>0?(N(L.getInstance(),
"civp",g.join("-")),null):{hi:a,Eb:d,source:e,ed:f,startIndex:c+b}},eH=function(a)
{for(var b=[a.hi,a.source,a.startIndex].join(),c=0,d=0;d<b.length;d+
+)c=Math.imul(31,c)+b.charCodeAt(d)|0;return c.toString()
+","+a.Eb},dH=function(a,b,c){var
d=YG(a.g).objectStore("MediaSourceVideoChunk");return
Promise.resolve(d.get(b)).then(function(e){if(!e)return
N(L.getInstance(),"cenf","1"),null;if(e.ed!==c)return
N(L.getInstance(),"cdl","1"),d.remove(b).then(null,function(f)
{N(L.getInstance(),"crdlvf",f.message)}),
null;N(L.getInstance(),"cefml","1");return{Eb:e.Eb,Uc:e.Uc,Aa:e.Aa,video:e.video}},
function(e){N(L.getInstance(),"cgvf",e.message);return null})},fH=function(a,b)
{a=YG(a.g).objectStore("MediaSourceVideoChunk");Promise.resolve(TG(a,b)).then(funct
ion(){N(L.getInstance(),"cavs","1")},function(c)
{N(L.getInstance(),"cavf",c.message)})};var gH=function(a){QF.call(this);var
b=this;this.H=this.j=this.g=0;this.o=this.K=null;this.uri=new
HD(a);this.state=0;this.l=(this.A=dG()&&!lE(this.uri))?
gD($G):null;Xr(this,function(){Wr(b.l)});this.K=this.A?
this.l.initialize():null};q(gH,QF);gH.prototype.F=function(){return
this.g};gH.prototype.C=function(){return this.state===3};gH.prototype.G=function(a)
{this.state===1?
(this.g+=a,this.state=2):this.state===0&&(this.g+=a,this.state=1,hH(this))};
var hH=function(a){Ma(function(b){if(b.g==1)return
a.state===2&&(a.state=1),Ba(b,iH(a),4);var c=a.H>3;if(c&&a.o!==null){var
d=NF("media_source_error",{code:a.j>0?
MediaError.MEDIA_ERR_NETWORK:MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED,message:'Respon
se code "'+a.o+'" with '+a.g+" bytes requested and "+a.j+" bytes
loaded"});a.dispatchEvent(d)}a.j<a.g&&a.state!==3&&!c?b.g=1:(a.state!
==3&&(a.state=0),b.g=0)})},iH=function(a){var b;return Ma(function(c){switch(c.g)
{case 1:b=a.j+"-"+(a.g-1);VD(a.uri,"range",
b);if(!a.A){c.g=2;break}return Ba(c,a.K,3);case 3:return c.return(jH(a));case
2:return c.l=4,Ba(c,kH(a),6);case 6:Ca(c,0);break;case
4:Da(c),lH(a),c.g=0}})},jH=function(a){var b;return Ma(function(c){switch(c.g){case
1:return Ba(c,a.l.lc(a.uri),2);case 2:if(b=c.j)
{b.Aa&&(a.state=3);mH(a,b.video,0);c.g=0;break}c.l=4;return Ba(c,kH(a),6);case
6:Ca(c,0);break;case 4:Da(c),lH(a),c.g=0}})},lH=function(a){var b=new
ZF(a.uri);if(Lm(nn)&&$F(b)){a:if($F(b)){var c=aG(b,"mn");var d=c?
c.split(","):null;var e=
aG(b,"fvip");c=b.uri.G();if(d&&e){var f=(Number(aG(b,"fallback_count"))||
0)+1;if(d=d[f])
{c.g="r"+e+"---"+d+".googlevideo.com";VD(c,"fallback_count",f);b=c;break a}}var
g,h;e=Number(((h=(g=WD(c,"cmo"))==null?void 0:g.split("="))!=null?h:[])[1])||
0;b.uri.g.match(/^r{1,2}(\d+)---(.
+)\.googlevideo.com$/)&&(c.g="redirector.googlevideo.com");VD(c,"cmo","pf="+
(e+1));b=c}else b=b.uri;a.uri=b;a.dispatchEvent(NF("bandaid_fallback_count"))}else
Lm(rn)&&lE(a.uri)&&(a.uri=new HD(mE(a.uri)));a.H++},kH=function(a){return new
Promise(function(b,
c){var d=new XMLHttpRequest,e=0,f=a.g-a.j;d.addEventListener("load",function()
{Ll("lvlcl");if(d.status>=400)N(L.getInstance(),"lvlxes",d.status.toString()),a.o=d
.status,c();else{var g=d.response;g.byteLength<f&&(a.state=3);var
h=mH(a,g,e);e+=h;a.A&&g.byteLength>0&&a.l.Ic(g,a.uri,0,g.byteLength<f);b()}});d.add
EventListener("timeout",function()
{Ll("lvlct");a.o=d.status;c()});d.addEventListener("error",function()
{Ll("lvlce");a.o=d.status;c()});d.addEventListener("progress",function()
{if(d.status>=400)a.o=
d.status;else{var
g=mH(a,d.response,e);e+=g}});d.responseType="arraybuffer";d.open("get",a.uri.toStri
ng());d.send(null)})},mH=function(a,b,c){if(b===null)return
0;b=b.slice(c);a.j+=b.byteLength;a.dispatchEvent({type:"progress",Md:b});return
b.byteLength};gH.prototype.O=function()
{this.A&&this.l.Xa()&&this.l.close();QF.prototype.O.call(this)};var nH=function()
{};nH.prototype.wh=function(a,b,c){return c===0?1E6:b-a<5E3?3E5:0};var
pH=function(a,b){var c=this;this.g=a;this.index=b;this.j=[];this.g||
Ll("msms_sbf"+this.index);this.g.addEventListener("updateend",function()
{oH(c)});this.g.addEventListener("error",function()
{Ll("msms_sbe"+c.index)})},oH=function(a){if(a.j.length>0&&!a.g.updating){var
b=a.j.shift();a.g.appendBuffer(b)}};var qH=function()
{this.g=this.cache=null};m=qH.prototype;m.initialize=function(){var a=this;return
window.caches.open("CACHE_VIDEO_CHUNK_PERSISTENT_STORAGE").then(function(b)
{a.cache=b},function(b){N(L.getInstance(),"codf",b.message)})};m.Xa=function()
{return this.cache!==null};m.close=function(){return Promise.resolve()};
m.lc=function(a){var b=this;a=rH(this,a);return this.Xa()&&a?
this.cache.match(a).then(function(c){if(!c)return
N(L.getInstance(),"cenf","1"),Promise.resolve(null);N(L.getInstance(),"cef","1");re
turn c.arrayBuffer().then(function(d){var e=bG(b.g),f;(f=WD(b.g.uri,"range"))?
(f=f.split("-")[1],f=!f||isNaN(Number(f))?null:Number(f)):f=null;e=e+d.byteLength-
1;f=f>e;return{Eb:aG(b.g,"itag"),Uc:e,Aa:f,video:d}})},function(c)
{N(L.getInstance(),"cgvf",c.message);return Promise.resolve(null)}):
(N(L.getInstance(),
"cgvf","1"),Promise.resolve(null))};m.Ic=function(a,b){b=rH(this,b);a=new
Response(a);this.Xa()&&b?this.cache.put(b,a).then(function()
{N(L.getInstance(),"cavs","1")},function(c){N(L.getInstance(),"cavf",c.message)}):
(N(L.getInstance(),"cavf","1"),Promise.resolve())};
var rH=function(a,b){a.g=new ZF(b);b=a.g.getId();var
c=aG(a.g,"itag"),d=aG(a.g,"source"),e=aG(a.g,"lmt");a=aG(a.g,"range");if(b&&c&&d&&a
)return new Request("http://url/videoplayback?
id="+b+"&itag="+c+"&source="+d+"&lmt="+e+"&range="+a);N(L.getInstance(),"civp","1")
;return null};var uH=function(a){R.call(this);var
b=this;this.l=a;this.g=[];this.A=null;this.C=0;this.M=!
1;this.G=0;this.F=[];if(Lm(fn)){var c=null;dG()&&(Lm(hn)?
c=gD(qH):c=gD($G));this.o=this.l.map(function(d){return gD(RF,d.url,lE(d.url)?
null:c)})}else this.o=this.l.map(function(d){return
gD(gH,d.url)});this.j=gD(MediaSource);this.H=function()
{sH(b)};this.j.addEventListener("sourceopen",this.H);this.K=tH(this)};q(uH,R);
var tH=function(a){for(var b=[],c=0;c<a.l.length;++c)b.push(new nH);return
b},sH=function(a){Ll("msms_oso");for(var b={Da:0};b.Da<a.l.length;b={we:void
0,fd:void 0,vb:void 0,Da:b.Da,gd:void 0},++b.Da){var
c=a.l[b.Da];N(L.getInstance(),"msms_mime"+b.Da,c.mimeType);N(L.getInstance(),"msms_
cs"+b.Da,c.La.toString());Lm(gn)?(b.we=new
pH(a.j.addSourceBuffer(c.mimeType),b.Da),b.fd=a.o[b.Da],b.fd.listen("progress",func
tion(d){return function(e){var f=d.we,g=d.fd;e=e.Md;e.byteLength!
==0&&(f.j.push(e),oH(f));
g.C()&&(a.C++,a.C===a.g.length&&vH(a))}}
(b)),b.fd.listen("media_source_error",function(d)
{a.dispatchEvent(d)}),a.g.push(b.we.g)):(b.vb=a.j.addSourceBuffer(c.mimeType),b.vb?
(b.gd=a.o[b.Da],Lm(fn)&&b.vb.addEventListener("updateend",function(d){return
function(){if(a.F.length>0&&!d.vb.updating){var
e=a.F.shift();d.vb.appendBuffer(e)}}}(b)),b.vb.addEventListener("error",function(d)
{return function(){Ll("msms_sbe"+d.Da)}}(b)),b.gd.listen("progress",function(d)
{return function(e){var f=d.vb,g=d.gd;e=e.Md;
e.byteLength!==0&&(Lm(fn)?f.updating?
a.F.push(e):f.appendBuffer(e):f.appendBuffer(e));g.C()&&(a.C+
+,a.C===a.g.length&&vH(a))}}(b)),b.gd.listen("media_source_error",function(d)
{a.dispatchEvent(d)}),a.g.push(b.vb)):Ll("msms_sbf"+b.Da))}N(L.getInstance(),"msms_
ns",a.g.length.toString());a.M=!0;wH(a)},vH=function(a)
{Promise.all(a.g.map(function(b){return new Promise(function(c){b.updating?
b.addEventListener("updateend",function(){c()}):c()})})).then(function()
{a.j.endOfStream()})},wH=function(a){if(a.M)for(var b=
0;b<a.l.length;++b){var c=a.o[b],d=a.g[b];d=d.buffered.length===0?
0:d.buffered.end(0)*1E3;d=a.K[b].wh(a.G,d,c.F());d!==0&&c.G(d)}},xH=function(a)
{a.A=Li(a.j).toString();return a.A};uH.prototype.O=function()
{this.A&&window.URL.revokeObjectURL(this.A);for(var a=v(this.o),b=a.next();!
b.done;b=a.next())b.value.dispose();this.j.removeEventListener("sourceopen",this.H)
;R.prototype.O.call(this)};
uH.prototype.Dd=function(a){this.K.filter(function(){return!1}).map(function(b)
{return b}).forEach(function(b){b.g=Object.assign({},JF,b.g,a)})};var
yH=RegExp("/pagead/conversion|/pagead/adview|/pagead/gen_204|/activeview?|
csi.gstatic.com/csi|google.com/pagead/xsul|google.com/ads/measurement/l|
googleads.g.doubleclick.net/pagead/ide_cookie|googleads.g.doubleclick.net/xbbe/
pixel"),zH=RegExp("outstream.min.js"),AH=RegExp("outstream.min.css"),BH=RegExp("fon
ts.gstatic.com"),CH=RegExp("googlevideo.com/videoplayback|c.2mdn.net/videoplayback|
gcdn.2mdn.net/videoplayback"),DH=RegExp("custom.elements.min.js");
function EH(a,b){var c=0,d=0,e=0,f=0,g=0,h=0,k=0,l=!1,n=!1;if(typeof
Va("performance.getEntriesByType",x)==="function"&&"transferSize"in
x.PerformanceResourceTiming.prototype){var
p=x.performance.getEntriesByType("resource");p=v(p);for(var r=p.next();!
r.done;r=p.next())r=r.value,yH.test(r.name)||(f+=1,r.transferSize?
(c+=r.transferSize,r.encodedBodySize&&r.transferSize<r.encodedBodySize&&(h+=1,e+=r.
encodedBodySize,zH.test(r.name)&&(l=!0),AH.test(r.name)&&(n=!
0)),CH.test(r.name)&&(d+=r.transferSize)):
r.transferSize===0&&r.encodedBodySize===0?DH.test(r.name)?c+=6686:BH.test(r.name)||
(k+=1,Kl(L.getInstance(),
{event_name:"unmeasurable_asset",resource_name:r.name,encoded_body_size:r.encodedBo
dySize,transfer_size:r.transferSize})):
(g+=1,e+=r.encodedBodySize,zH.test(r.name)&&(l=!0),AH.test(r.name)&&(n=!
0)));p=0;if(a.duration){for(r=0;r<a.buffered.length;r++)p+=a.buffered.end(r)-
a.buffered.start(r);p=Math.min(p,a.duration)}Kl(L.getInstance(),
{event_name:b,asset_bytes:c,video_bytes:d,cached_data_bytes:e,
js_cached:l,css_cached:n,num_assets:f,num_assets_cached:g,num_assets_cache_validate
d:h,num_assets_unmeasurable:k,video_played_seconds:a.currentTime.toFixed(2),video_m
uted:a.muted,video_seconds_loaded:p.toFixed(2)})}else
N(L.getInstance(),"error","reporting_timing_not_supported")};var
FH=function(a,b,c,d){this.url=a;this.mimeType=b;this.La=c;this.g=d===void 0?
null:d};function GH(a){var
b=L.getInstance(),c=a.getVideoPlaybackQuality&&a.getVideoPlaybackQuality();c?
(a=a.currentTime,N(b,"vqdf",String(c.droppedVideoFrames)),N(b,"vqtf",String(c.total
VideoFrames)),N(b,"vqfr",String(Math.round(c.totalVideoFrames/
a)))):N(b,"vqu","1")};function HH(a){this.g=a}HH.prototype.toString=function()
{return this.g};var IH=new HH("video_mute"),JH=new
HH("video_caption_visibility");function KH(a)
{Q.call(this);this.A=1;this.l=[];this.o=0;this.g=[];this.j={};this.F=!!
a}pb(KH,Q);var LH=function(a,b,c){var d=JH.toString(),e=a.j[d];e||(e=a.j[d]=[]);var
f=a.A;a.g[f]=d;a.g[f+1]=b;a.g[f+2]=c;a.A=f+3;e.push(f)},MH=function(a,b,c){var
d=a.j[JH.toString()];if(d){var e=a.g;(d=d.find(function(f){return
e[f+1]==b&&e[f+2]==c}))&&a.B(d)}};
KH.prototype.B=function(a){var b=this.g[a];if(b){var c=this.j[b];this.o!=0?
(this.l.push(a),this.g[a+1]=function(){}):(c&&qc(c,a),delete this.g[a],delete
this.g[a+1],delete this.g[a+2])}return!!b};
KH.prototype.C=function(a,b){var c=this.j[a];if(c){var d=Array(arguments.length-
1),e=arguments.length,f;for(f=1;f<e;f++)d[f-
1]=arguments[f];if(this.F)for(f=0;f<c.length;f+
+)e=c[f],NH(this.g[e+1],this.g[e+2],d);else{this.o++;try{for(f=0,e=c.length;f<e&&!
this.Ea();f++){var
g=c[f];this.g[g+1].apply(this.g[g+2],d)}}finally{if(this.o--,this.l.length>0&&this.
o==0)for(;c=this.l.pop();)this.B(c)}}}};var NH=function(a,b,c){Rw(function()
{a.apply(b,c)})};
KH.prototype.clear=function(a){if(a){var
b=this.j[a];b&&(b.forEach(this.B,this),delete this.j[a])}else
this.g.length=0,this.j={}};KH.prototype.O=function()
{KH.Sa.O.call(this);this.clear();this.l.length=0};function OH(a)
{Q.call(this);this.g=new
KH(a);Yr(this,this.g)}pb(OH,Q);OH.prototype.clear=function(a){this.g.clear(a!==void
0?a.toString():void 0)};var PH=function(a){a=a===void 0?
null:a;Q.call(this);this.g=new XE(this);Yr(this,this.g);this.Hb=a};q(PH,Q);var
QH=function(a,b,c){a.Hb&&(LH(a.Hb.g,b,c),Xr(a,function(){MH(a.Hb.g,b,c)}))};var
RH=function(a,b){PH.call(this,b);QH(this,function(c){c?
a.g.mode="showing":a.qb()},this)};q(RH,PH);var SH=function()
{R.call(this);this.j=new XE(this);Yr(this,this.j)};q(SH,R);var UH=function(a,b,c)
{c=c===void 0?!0:c;SH.call(this);a.setAttribute("crossorigin","anonymous");var
d=jp("TRACK");d.setAttribute("kind","captions");d.setAttribute("src",b);d.setAttrib
ute("default","");a.appendChild(d);this.g=a.textTracks[0];TH(this);c?
this.g.mode="showing":this.qb()};q(UH,SH);var TH=function(a){var
b=a.g;b.addEventListener("cuechange",function(){for(var c=b.cues,d=0;d<c.length;d+
+){var e=c[d];e.align="center";e.position="auto"}},{once:!0})};
UH.prototype.qb=function(){this.g.mode="hidden"};function VH(a,b){if(typeof
ReportingObserver!=="undefined"){var c=function(e){e=v(e);for(var f=e.next();!
f.done;f=e.next())f=f.value,a(f)&&b(f)},d=new ReportingObserver(c,{buffered:!
0});x.addEventListener("pagehide",function()
{c(d.takeRecords(),d);d.disconnect()});d.observe()}}
function WH(a){a=a===void 0?null:a;VH(function(b){return
b.body&&b.body.id==="HeavyAdIntervention"},function(b){var
c=b.body.message,d=L.getInstance();N(d,"ham",c);c.includes("CPU")?
N(d,"hacpu","true"):c.includes("network")&&N(d,"habytes","true");a&&a(b)})};var
XH="autoplay controls crossorigin demuxedaudiosrc demuxedvideosrc loop muted
playsinline poster preload src webkit-playsinline x-webkit-airplay".split("
"),YH="autoplay buffered controls crossOrigin currentSrc currentTime defaultMuted
defaultPlaybackRate disablePictureInPicture disableRemotePlayback duration ended
loop muted networkState onerror onwaitingforkey paused played playsinline poster
preload preservesPitch mozPreservesPitch webkitPreservesPitch readyState seekable
videoWidth videoHeight volume textTracks canPlayType captureStream
getVideoPlaybackQuality load pause play requestPictureInPicture setSinkId oncanplay
oncanplaythrough onload onplay onpause onended onfullscreenchange onfullscreenerror
addEventListener dispatchEvent removeEventListener requestFullscreen".split(" "),
ZH={childList:!0},$H=!RegExp("^\\s*class\\s*\\{\\s*\\}\\s*$").test(function()
{}.toString()),aI=HTMLElement;$H&&(aI=function(){var
a=Object.getPrototypeOf(this).constructor;return x.Reflect.construct(HTMLElement,
[],a)},Object.setPrototypeOf(aI,HTMLElement),Object.setPrototypeOf(aI.prototype,HTM
LElement.prototype));
var bI=function(a){if(a!==null){a=v(a);for(var b=a.next();!
b.done;b=a.next())if(b=b.value,b.nodeName==="TRACK".toString())return b}return
null},cI=function(a,b){this.code=a;this.message=b===void 0?"":b},dI=function(a)
{cI.call(this,MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED,a===void 0?"":a)};q(dI,cI);
var hI=function(a,b){b=b===void 0?!1:b;var c=aI.call(this)||
this;N(L.getInstance(),"ulv","1");c.ei=b;c.ua=null;c.zf=null;c.Ve=null;c.U=jp("VIDE
O");eI(c);c.Hb=a||new
OH;fI(c);c.Nc=null;gI(c);c.attachShadow({mode:"open"});c.shadowRoot.appendChild(c.U
);WH(function(){N(L.getInstance(),"has",c.src||
c.lb);N(L.getInstance(),"hat",String(c.U.currentTime))});c.yd=!1;c.Df=!
1;c.zc=null;c.Hd=null;c.fi=!1;c.Kf=!1;c.Xj=null;c.ec=null;return c};q(hI,aI);var
iI=function(a){a.U.load();Lm(on)&&a.U.dispatchEvent(new Event("canplaythrough"))};
hI.prototype.attributeChangedCallback=function(a,b,c){switch(a){case
"src":jI(this,c);break;case "demuxedaudiosrc":case
"demuxedvideosrc":kI(this);break;case "muted":this.U[a]=c===""?!0:!!
c;lI(this,a,c);break;default:lI(this,a,c)}};hI.prototype.Dd=function(a)
{this.ec=a;var b;(b=this.ua)==null||b.Dd(a)};
var lI=function(a,b,c){c!==a.U.getAttribute(b)&&(c===null?
a.U.removeAttribute(b):a.U.setAttribute(b,c))},mI=function(a)
{a.ua&&(a.U.removeEventListener("timeupdate",a.zc),a.ua.dispose(),a.ua=null)},nI=fu
nction(a,b){a.Ve=b;a.U.dispatchEvent(new Event("error"))},eI=function(a)
{oI(a);pI(a);a.U.addEventListener("loadedmetadata",function()
{a.Hd=yE(a);a.Hd.then(function(b){var c=a.U.videoWidth;var
d=a.U.videoHeight,e=b.width,f=b.height;c>0&&d>0&&e>0&&f>0?(b=b.width/b.height,c/
=d,c=Math.min(c,b)/Math.max(c,
b)>=.97?"cover":"contain"):c=null;c!==null&&Wq(a.U,{"object-
fit":c})})});a.U.addEventListener("play",function(){a.Df||
(EH(a.U,"first_play"),a.Df=!0)});a.U.addEventListener("pause",function(){a.yd||
(EH(a.U,"first_pause"),GH(a.U),a.yd=!0)});ww(x,"pagehide",function(){a.yd||
(EH(a.U,"first_pause"),GH(a.U),a.yd=!0)});a.U.addEventListener("stalled",function()
{N(L.getInstance(),"ves","1")});(new IE(a.U)).listen("playbackStalled",function()
{return N(L.getInstance(),"pbs","1")});a.U.addEventListener("media_source_error",
function(b){mI(a);b=b.detail;nI(a,new cI(b.code,b.message))});qI(a)},gI=function(a)
{var b=bI(a.childNodes);b&&rI(a,b);a.Nc===null&&sI(a)},sI=function(a)
{if(x.MutationObserver){var b=new MutationObserver(function(c){c=v(c);for(var
d=c.next();!
d.done;d=c.next())if(d=d.value,d.type==="childList"&&(d=bI(d.addedNodes)))
{rI(a,d);b.disconnect();break}});b.observe(a,ZH)}},fI=function(a)
{a.U.addEventListener("volumechange",function()
{a.Hb.g.C(IH.toString(),a.U.muted);a.ei||a.Hb.g.C(JH.toString(),a.U.muted)})},
rI=function(a,b){if(a.Nc===null&&b.hasAttribute("src")){var
c=b.getAttribute("src");a.Nc=new UH(a.U,c,b.hasAttribute("default"));new
RH(a.Nc,a.Hb);c.includes("kind=asr")&&N(L.getInstance(),"act","1")}},jI=function(a,
b){if(b!==a.zf){a.zf=b;a.fi&&b&&kE(b)&&(b=mE(b));var c=b?LF(b):null,d=!!
c&&PF(c);N(L.getInstance(),"umsem",d?"1":"0");d?
(b=gD(FH,b,MF(c),CF[c]*1E3,null),a.ua=gD(uH,
[b]),a.ec&&a.ua.Dd(a.ec),a.ua.listen("media_source_error",function(e)
{e=NF("media_source_error",e.detail);a.U.dispatchEvent(e)}),
a.zc=function(){var
e=a.ua;e.G=a.U.currentTime*1E3;wH(e)},a.U.addEventListener("timeupdate",a.zc),lI(a,
"src",xH(a.ua))):(mI(a),lI(a,"src",b));a.Kf||iI(a)}},kI=function(a){a.src&&nI(a,new
cI(MediaError.MEDIA_ERR_ABORTED,"Setting demuxed src after src is already
set."));if(!a.Ab&&!a.lb&&a.ua)mI(a),lI(a,"src",null),iI(a);else if(a.Ab&&a.lb){var
b=LF(kE(a.lb)?mE(a.lb):a.lb),c=LF(kE(a.Ab)?mE(a.Ab):a.Ab);if(b&&PF(b))if(c&&PF(c))
{var d=!!b&&PF(b)&&!!c&&PF(c);N(L.getInstance(),"umsed",d?"1":"0");b=gD(FH,
a.lb,MF(b),-1,null);c=gD(FH,a.Ab,MF(c),-1,null);a.ua=gD(uH,
[b,c]);a.ec&&a.ua.Dd(a.ec);a.ua.listen("media_source_error",function(e)
{e=NF("media_source_error",e.detail);a.U.dispatchEvent(e)});a.zc=function(){var
e=a.ua;e.G=a.U.currentTime*1E3;wH(e)};a.U.addEventListener("timeupdate",a.zc);lI(a,
"src",xH(a.ua));a.Kf||iI(a)}else nI(a,new dI('Audio itag "'+c+'" not
supported.'));else nI(a,new dI('Video itag "'+b+'" not
supported.'))}},oI=function(a){for(var b=v(YH),c=b.next(),d={};!c.done;d={fb:void
0,
getValue:void 0},c=b.next())d.fb=c.value,d.fb in a.U&&(typeof
a.U[d.fb]==="function"?
(d.getValue=a.U[d.fb].bind(a.U),Object.defineProperty(a,d.fb,{set:function(e)
{return function(f){a.U[e.fb]=f}}(d),get:function(e){return function(){return
e.getValue}}(d)})):Object.defineProperty(a,d.fb,{set:function(e){return function(f)
{a.U[e.fb]=f}}(d),get:function(e){return function(){return a.U[e.fb]}}
(d)}))},pI=function(a){Object.defineProperty(a,"error",{set:function()
{},get:function(){return a.U.error?a.U.error:
a.Ve}})},qI=function(a)
{a.U.style.width=cr();a.U.style.height=cr()};hI.prototype.disconnectedCallback=func
tion()
{this.Hd&&zE(this.Hd);aI.prototype.disconnectedCallback&&aI.prototype.disconnectedC
allback.call(this)};
da.Object.defineProperties(hI.prototype,{Ab:{configurable:!0,enumerable:!
0,set:function(a){this.setAttribute("demuxedaudiosrc",a)},get:function(){return
this.getAttribute("demuxedaudiosrc")}},lb:{configurable:!0,enumerable:!
0,set:function(a){this.setAttribute("demuxedvideosrc",a)},get:function(){return
this.getAttribute("demuxedvideosrc")}},src:{configurable:!0,enumerable:!
0,set:function(a){this.setAttribute("src",a)},get:function(){return
this.getAttribute("src")}}});
da.Object.defineProperties(hI,{observedAttributes:{configurable:!0,enumerable:!
0,get:function(){return XH}}});x.customElements&&(x.customElements.get("lima-
video")||x.customElements.define("lima-video",hI));var tI=function(a,b,c,d)
{b=b===void 0?!1:b;c=c===void 0?!1:c;d=d===void 0?!
1:d;R.call(this);this.g=a;this.W=d;this.loaded=this.l=!
1;this.P=null;this.A=0;this.j=new XE(this);Yr(this,this.j);this.ib=b&&Kc&&!Xc||
c;this.fa=[];this.ma=new wF(a)};q(tI,R);m=tI.prototype;m.dispatchEvent=function(a)
{return this.W?(this.fa.push(a),!
0):R.prototype.dispatchEvent.call(this,a)};m.Qe=function(){var
a=this.ma;a.o=a.g.currentSrc;a.B=a.g.seekable.length>0;a.j=a.g.getAttribute("crossO
rigin");a.l=a.g.ended?-1:a.g.currentTime};
m.Fc=function(a){yF(this.ma,a)};m.releaseEvents=function(){var
a=this;this.W&&(this.W=!1,this.fa.forEach(function(b){a.dispatchEvent(b)}))};
m.Re=function()
{this.Zb();this.j.listen(this.g,"ended",this.je);this.j.listen(this.g,"pause",this.
me);this.j.listen(this.g,"playing",this.ud);this.j.listen(this.g,"timeupdate",this.
ne);this.j.listen(this.g,"volumechange",this.wf);this.j.listen(this.g,"error",this.
Kb);this.j.listen(this.g,"canplay",this.yh);this.j.listen(this.g,"canplaythrough",t
his.zh);this.j.listen(this.g,"loadstart",this.Ch);this.j.listen(this.g,"durationcha
nge",this.Ah);this.j.listen(this.g,"waiting",this.Kh);this.j.listen(this.g,
"seeked",this.Gh);this.j.listen(this.g,"seeking",this.Hh);this.j.listen(this.g,"sta
lled",this.Ih);this.j.listen(this.g,"progress",this.Fh);this.j.listen(this.g,"loade
ddata",this.ke);this.j.listen(this.g,"windowFocusChanged",this.Lh)};m.Zb=function()
{aF(this.j)};m.getCurrentTime=function(){return
this.g.currentTime};m.getDuration=function(){return isNaN(this.g.duration)?-
1:this.g.duration};m.getVolume=function(){return this.g.muted?
0:this.g.volume};m.qf=function(){return this.g.paused};m.ae=function(){return!1};
m.je=function(){this.dispatchEvent("end");uI(this)};m.me=function(){this.g.ended||
this.dispatchEvent("pause");uI(this)};m.ud=function()
{this.dispatchEvent("play");this.ib&&this.yc()};m.yc=function(){this.l||(this.l=!
0,uI(this),this.dispatchEvent("start"))};m.ne=function(){var
a=this.getCurrentTime();if(!this.l)
{if(a<=0)return;if(Xc&&this.g.ended&&this.getDuration()===1)
{this.Kb();return}this.yc()}this.A=Math.max(this.A,a);this.dispatchEvent("timeUpdat
e")};m.Kh=function(){this.dispatchEvent("waiting")};
m.wf=function(){this.dispatchEvent("volumeChange")};m.Ah=function()
{this.dispatchEvent("durationChange")};m.Kb=function()
{uI(this);this.dispatchEvent("error")};m.yh=function()
{this.dispatchEvent("canPlay");this.ke()};m.zh=function()
{this.dispatchEvent("canPlayThrough")};m.Ch=function()
{this.dispatchEvent("loadStart")};m.Gh=function()
{this.dispatchEvent("seeked")};m.Hh=function()
{this.dispatchEvent("seeking")};m.Ih=function(){this.dispatchEvent("stalled")};
m.Fh=function()
{this.g.buffered&&this.g.buffered.length&&this.g.buffered.end(this.g.buffered.lengt
h-
1)===this.getDuration()&&(Ll("vfl"),this.dispatchEvent("fullyLoaded"))};m.ke=functi
on(){this.loaded||(Ll("vil"),this.loaded=!
0,this.dispatchEvent("loaded"))};m.Lh=function(a)
{this.dispatchEvent(a)};m.load=function(a)
{a&&(this.g.src=a,this.g.load())};m.unload=function()
{this.g.removeAttribute("src");this.g.removeAttribute("demuxedVideoSrc");this.g.rem
oveAttribute("demuxedAudioSrc");this.g.load()};
m.play=function(){this.l||vI(this);return this.g.play()};m.pause=function()
{this.g.pause()};var vI=function(a){a.P||(a.P=kx(function(){a.l||
a.dispatchEvent("mediaPlaybackTimeout")},8E3))},uI=function(a)
{a.P&&(x.clearTimeout(a.P),a.P=null)};tI.prototype.setVolume=function(a)
{this.g.volume=a};tI.prototype.canPlayType=function(a){if(typeof
this.g.canPlayType!=="function")return N(L.getInstance(),"vmcpy","1"),!
0;a=this.g.canPlayType(a);return a!==""&&a!=null};tI.prototype.getSize=function()
{return er(this.g)};var wI=function(){};function xI(){var
a=gD($G);a.initialize().then(function(){var
b=NF("initialized");a.dispatchEvent(b)});return a}
var zI=function(a,b,c,d,e)
{Q.call(this);this.G=a;this.j=c;this.o=e;this.aa=this.T=this.ib=this.F=this.l=this.
xb=0;this.C=[];this.M=!1;this.ba=this.fa=this.ha=null;this.ya=!
1;this.Sc=this.K=this.B=this.za=this.Ua=null;this.Aa=!1;this.H=new
HD(b.url);this.La=b.La;this.ma=d;(this.P=b.g)||
this.H.l.remove("alr");N(L.getInstance(),"sl_dv"+this.o,(this.P!
==null).toString());this.V=!this.P;this.g=new
XMLHttpRequest;this.W=.1;if(this.A=dG()&&!
lE(this.H))this.B=xI(),Yr(this,this.B);yI(this)};q(zI,Q);
var AI=function(a,b)
{b=NF("media_source_error",b);a.G.dispatchEvent(b)},BI=function(a,b){AI(a,
{code:a.l>1?
MediaError.MEDIA_ERR_NETWORK:MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED,message:b})},yI
=function(a){a.ha=function(){CI(a);if(a.V){var b=a.g.responseText;a.M=!b||
b.length<a.La;a.T=0;Ll("sl_cc"+a.o+"_"+a.l);a.F++;DI(a)}};a.fa=function()
{CI(a)};a.ba=function(){Ll("sl_ec"+a.o+"_"+a.l);BI(a,"Failed to load chunk "+a.l+"
for stream
"+a.o)};a.g.addEventListener("load",a.ha);a.g.addEventListener("progress",
a.fa);a.g.addEventListener("error",a.ba);a.j.addEventListener("updateend",function(
){a.j.buffered.length&&(a.ib=a.j.buffered.end(0),a.A?a.Aa&&!
a.j.updating&&a.l===a.F&&(Ll("sl_lc"+a.o),a.ma()):a.M&&!
a.j.updating&&a.l===a.F&&(Ll("sl_lc"+a.o),a.ma()));!
a.ya&&a.G.buffered.length>1&&(N(L.getInstance(),"dbr","1"),a.ya=!
0)});a.j.addEventListener("update",function(){a.C.length&&!
a.j.updating&&a.j.appendBuffer(a.C.shift())});a.j.addEventListener("error",function
(){Ll("msb_err"+a.o);AI(a,{code:MediaError.MEDIA_ERR_DECODE,
message:"Error on SourceBuffer "+a.o})});a.A?(a.B.Xa()?
EI(a):a.Ua=ww(a.B,"initialized",function()
{EI(a)}),a.za=ww(a.B,"get_video_succeeded",function()
{DI(a)})):EI(a)},GI=function(a){Ll("sl_rc"+a.o+"_"+a.l);var
b=FI(a);a.g.open("get",b);a.g.overrideMimeType("text/plain; charset=x-user-
defined");a.g.send(null);a.A&&(a.K=null,a.Sc=b)},CI=function(a)
{if(a.g.status>=400)BI(a,'Response code "'+a.g.status+'" on loading chunk '+a.l+"
for stream "+a.o);else{if(!a.V){var b=a.g.getResponseHeader("content-type");
if(b&&b.indexOf("text/plain")>=0){a.g.readyState===XMLHttpRequest.DONE&&(a.H=new
HD(a.g.response),a.l=0,a.F=0,a.xb++,EI(a));return}a.V=!
0;Ll("sl_redc"+a.o);N(L.getInstance(),"sl_tr"+a.o,a.xb.toString())}a.H.l.remove("al
r");if(a.g.readyState===XMLHttpRequest.LOADING||
a.g.readyState===XMLHttpRequest.DONE)b=HI(a,a.T),a.T=a.g.response.length,a.aa+=b.by
teLength,II(a,b);if(a.A&&a.g.readyState===XMLHttpRequest.DONE&&(b=HI(a,0),b.byteLen
gth>0)){var c=a.g.responseText;a.Aa=!c||c.length<a.La;a.B.Ic(b,new HD(a.Sc),
0,a.Aa)}}},II=function(a,b){b.byteLength>0&&(a.j.updating||a.C.length?
a.C.push(b):a.j.appendBuffer(b))},HI=function(a,b){a=a.g.response;for(var c=new
Uint8Array(a.length-b),d=0;d<c.length;d++)c[d]=a.charCodeAt(d+b)&255;return
c.buffer},DI=function(a){var b=nE;b!==-1&&b<a.aa+a.La?(a.G.pause(),nE=-1,b=!1):
(b=a.F===a.l&&!a.j.updating&&!a.C.length,b=a.A?!a.Aa&&b&&a.G.currentTime>=a.W:!
a.M&&b&&a.G.currentTime>=a.W);b&&(a.W=a.ib+.1,EI(a))},FI=function(a){var
b=a.A&&a.K?a.K+1:a.l*a.La;return VD(a.H,"range",
b+"-"+(b+a.La-1)).toString()},EI=function(a){if(a.A){var b=new
HD(FI(a));a.B.lc(b).then(function(c){c?
(a.K=Number(c.Uc),a.Aa=c.Aa,II(a,c.video),c=NF("get_video_succeeded"),a.B.dispatchE
vent(c),a.F++):GI(a);a.l++})}else GI(a),a.l++};zI.prototype.O=function()
{this.A&&this.B.Xa()&&this.B.close();this.g.removeEventListener("load",this.ha);thi
s.g.removeEventListener("progress",this.fa);this.g.removeEventListener("error",this
.ba);Ew(this.Ua);Ew(this.za);Q.prototype.O.call(this)};var KI=function(a,b)
{Q.call(this);var c=this;this.B=a;this.G=b;this.g=new
MediaSource;this.F=[];this.l=[];this.j=this.o=null;this.A=!1;this.C=function()
{JI(c)};this.g.addEventListener("sourceopen",this.C)};q(KI,Q);
var LI=function(a){a.o&&a.B.removeEventListener("timeupdate",a.o)},JI=function(a)
{Ll("msmsw_oso");a.o=function(){if(!a.A)for(var e=v(a.l),f=e.next();!
f.done;f=e.next())DI(f.value)};a.B.addEventListener("timeupdate",a.o);for(var
b=0;b<a.G.length;b++){var
c=a.G[b];N(L.getInstance(),"msmsw_mime"+b,c.mimeType);N(L.getInstance(),"msmsw_cs"+
b,c.La.toString());var d=a.g.addSourceBuffer(c.mimeType);d?
(a.F.push(d),c=gD(zI,a.B,c,d,function(){a:if(!a.A){for(var e=v(a.l),f=e.next();!
f.done;f=e.next())if(f=f.value,
f.A?!f.Aa||f.j.updating||f.C.length:!f.M||f.j.updating||f.C.length)break
a;a.g.endOfStream();a.A=!
0;LI(a)}},b),a.l.push(c)):Ll("msmsw_sbf"+b)}N(L.getInstance(),"msmsw_ns",a.F.length
.toString())};KI.prototype.O=function()
{this.j&&window.URL.revokeObjectURL(this.j);for(var a=v(this.l),b=a.next();!
b.done;b=a.next())b.value.dispose();LI(this);this.g.removeEventListener("sourceopen
",this.C);Q.prototype.O.call(this)};RegExp.prototype.hasOwnProperty("sticky");/*

Math.uuid.js (v1.4)
http://www.broofa.com
mailto:[email protected]
Copyright (c) 2010 Robert Kieffer
Dual licensed under the MIT and GPL licenses.
*/
var
MI="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),NI=fu
nction(){for(var a=Array(36),b=0,c,d=0;d<36;d++)d==8||d==13||d==18||d==23?
a[d]="-":d==14?a[d]="4":(b<=2&&(b=33554432+Math.random()*16777216|
0),c=b&15,b>>=4,a[d]=MI[d==19?c&3|8:c]);return a.join("")};var PI=function(a)
{HD.call(this,a);this.C=new Map;a=this.j;var b=a.indexOf(";"),c=null;b>=0?
(this.j=a.substring(0,b),c=a.substring(b+1)):this.j=a;OI(this,c)};q(PI,HD);PI.proto
type.toString=function(){return
QI(this,HD.prototype.toString.call(this))};PI.prototype.F=function(){return""};
var OI=function(a,b){zb(Xi(b))||b.split(";").forEach(function(c){var
d=c.indexOf("=");if(!(d<=0)){var
e=Ti(c.substring(0,d));c=Ti(c.substring(d+1));d=a.C.get(e);d!=null?d.includes(c)||
d.push(c):d=[Xi(c)];a.C.set(e,d)}},a)},RI=function(a){if(zb(Xi("ord")))return
null;a=a.C.get("ord");return a!=null?a:null},SI=function(a,b){zb(Xi("ord"))||
(b=b.map(Xi),a.C.set("ord",b))},QI=function(a,b)
{b=[Xi(b)];b.push.apply(b,ra(TI(a)));return b.join(";")},TI=function(a){var
b=RI(a);b==null?b=[Xi(Date.now())]:zb(Xi("ord"))||
a.C.delete("ord");var c=[];a.C.forEach(function(d,e){d.forEach(function(f)
{c.push(e+"="+f)})});c.push("ord="+b[0]);SI(a,b);return
c};PI.prototype.G=function(){return new PI(this.toString())};var
S={DEPRECATED_ERROR_CODE:-
1,VAST_MALFORMED_RESPONSE:100,VAST_SCHEMA_VALIDATION_ERROR:101,VAST_UNSUPPORTED_VER
SION:102,VAST_TRAFFICKING_ERROR:200,VAST_UNEXPECTED_LINEARITY:201,VAST_UNEXPECTED_D
URATION_ERROR:202,VAST_WRAPPER_ERROR:300,VAST_LOAD_TIMEOUT:301,VAST_TOO_MANY_REDIRE
CTS:302,VAST_NO_ADS_AFTER_WRAPPER:303,VIDEO_PLAY_ERROR:400,VAST_MEDIA_LOAD_TIMEOUT:
402,VAST_LINEAR_ASSET_MISMATCH:403,VAST_PROBLEM_DISPLAYING_MEDIA_FILE:405,OVERLAY_A
D_PLAYING_FAILED:500,NONLINEAR_DIMENSIONS_ERROR:501,OVERLAY_AD_LOADING_FAILED:502,
VAST_NONLINEAR_ASSET_MISMATCH:503,COMPANION_REQUIRED_ERROR:602,COMPANION_AD_LOADING
_FAILED:603,UNKNOWN_ERROR:900,VPAID_ERROR:901,FAILED_TO_REQUEST_ADS:1005,VAST_ASSET
_NOT_FOUND:1007,VAST_EMPTY_RESPONSE:1009,UNKNOWN_AD_RESPONSE:1010,UNSUPPORTED_LOCAL
E:1011,ADS_REQUEST_NETWORK_ERROR:1012,INVALID_AD_TAG:1013,PROTECTED_AUDIENCE_API_ER
ROR:1014,STREAM_INITIALIZATION_FAILED:1020,ASSET_FALLBACK_FAILED:1021,UNSUPPORTED_U
RL:1022,INVALID_ARGUMENTS:1101,NATIVE_MESSAGE_ERROR:1204,AUTOPLAY_DISALLOWED:1205,C
ONSENT_MANAGEMENT_PROVIDER_NOT_READY:1300,
zj:2002};S[-
1]="DEPRECATED_ERROR_CODE";S[100]="VAST_MALFORMED_RESPONSE";S[101]="VAST_SCHEMA_VAL
IDATION_ERROR";S[102]="VAST_UNSUPPORTED_VERSION";S[200]="VAST_TRAFFICKING_ERROR";S[
201]="VAST_UNEXPECTED_LINEARITY";S[202]="VAST_UNEXPECTED_DURATION_ERROR";S[300]="VA
ST_WRAPPER_ERROR";S[301]="VAST_LOAD_TIMEOUT";S[302]="VAST_TOO_MANY_REDIRECTS";S[303
]="VAST_NO_ADS_AFTER_WRAPPER";S[400]="VIDEO_PLAY_ERROR";S[402]="VAST_MEDIA_LOAD_TIM
EOUT";S[403]="VAST_LINEAR_ASSET_MISMATCH";S[405]="VAST_PROBLEM_DISPLAYING_MEDIA_FIL
E";
S[500]="OVERLAY_AD_PLAYING_FAILED";S[501]="NONLINEAR_DIMENSIONS_ERROR";S[502]="OVER
LAY_AD_LOADING_FAILED";S[503]="VAST_NONLINEAR_ASSET_MISMATCH";S[602]="COMPANION_REQ
UIRED_ERROR";S[603]="COMPANION_AD_LOADING_FAILED";S[900]="UNKNOWN_ERROR";S[901]="VP
AID_ERROR";S[1005]="FAILED_TO_REQUEST_ADS";S[1007]="VAST_ASSET_NOT_FOUND";S[1009]="
VAST_EMPTY_RESPONSE";S[1010]="UNKNOWN_AD_RESPONSE";S[1011]="UNSUPPORTED_LOCALE";S[1
012]="ADS_REQUEST_NETWORK_ERROR";S[1013]="INVALID_AD_TAG";S[1014]="PROTECTED_AUDIEN
CE_API_ERROR";
S[1020]="STREAM_INITIALIZATION_FAILED";S[1021]="ASSET_FALLBACK_FAILED";S[1022]="UNS
UPPORTED_URL";S[1101]="INVALID_ARGUMENTS";S[1204]="NATIVE_MESSAGE_ERROR";S[1205]="A
UTOPLAY_DISALLOWED";S[1300]="CONSENT_MANAGEMENT_PROVIDER_NOT_READY";S[2002]="SUPPOR
TED_ADS_NOT_FOUND";var UI=function(a,b,c){var
d=Error.call(this);this.message=d.message;"stack"in
d&&(this.stack=d.stack);this.type=a;this.errorMessage=b;this.errorCode=c;this.ad=th
is.g=null};q(UI,Error);m=UI.prototype;m.getAd=function(){return
this.ad};m.getInnerError=function(){return this.g};m.getMessage=function(){return
this.errorMessage};m.getErrorCode=function(){return
this.errorCode};m.getVastErrorCode=function(){return this.errorCode<1E3?
this.errorCode:900};m.getType=function(){return this.type};
m.toString=function(){return"AdError "+this.getErrorCode()+": "+this.getMessage()+
(this.getInnerError()!=null?" Caused by:
"+this.getInnerError():"")};m.da=function(){for(var
a={},b=a=(a.type=this.getType(),a.errorCode=this.getErrorCode(),a.errorMessage=this
.getMessage(),a),c=this.getInnerError(),d=0;d<3;++d)if(c instanceof UI){var
e={};e=(e.type=c.getType(),e.errorCode=c.getErrorCode(),e.errorMessage=c.getMessage
(),e);b=b.innerError=e;c=c.getInnerError()}else{c!
=null&&(b.innerError=String(c));break}return a};var
VI=ta(["https://imasdk.googleapis.com/js/sdkloader/car.js"]);hj(VI);function WI(a)
{return a?(a=/\/(\d+)(?:,\d+){0,2}\//.exec(a))&&a.length===2?
a[1]:null:null}function XI(a){if(a==="")return null;a=new HD(a);var
b=WD(a,"slotname")||WD(a,"iu");if(!(b=b?WI(b):null)){var c;b=(a=(c=WD(a,"client"))!
=null?c:"")?a:null}return b}function YI(a,b){try{var c=new URL(a);return
c.searchParams.get("slotname")||c.searchParams.get("iu")||""}catch(d){b==null||
b(d)}return""}
function ZI(a){try{var b=(new URL(a)).searchParams.get("cust_params");return
b==null?{}:Object.fromEntries(b.split("&").map(function(c){return
c.split("=")}).map(function(c){var d;return[c[0],decodeURIComponent((d=c[1])!=null?
d:"").split(",")]}).filter(function(c){return c[0].length>0}))}catch(c)
{}return{}};var $I=function(a){var
b={};b=(b.IABUSPrivacy_String="uspString",b.IABTCF_gdprApplies="gdprApplies",b.IABT
CF_TCString="tcString",b.IABTCF_AddtlConsent="addtlConsent",b.IABGPP_HDR_GppString=
"gppString",b.IABGPP_GppSID="gppSid",b);for(var c in b)a[c]!
=null&&(a[b[c]]=a[c],delete a[c]);c=a.uspString;this.uspString=typeof c==="string"?
c:"";c=a.gdprApplies;this.j=typeof c==="boolean"?c?"1":"0":typeof c!=="number"||c!
==1&&c!==0?typeof c!=="string"||c!=="1"&&c!
=="0"?"":c==="1"?"1":"0":c===1?"1":"0";c=a.tcString;
this.g=typeof c==="string"?c:"";/^[\.\w_-]*$/.test(this.g)||
(this.g=encodeURIComponent(this.g));c=a.gppString;this.gppString=typeof
c==="string"?c:"";a=a.gppSid;this.l=typeof a==="string"?a:""};var aJ=function(a)
{this.g=a},bJ=function(a,b){return ni(a.g,b)&&(a=a.g[b],typeof a==="boolean")?a:!
1},cJ=function(a){return
ni(a.g,"videoElementFakeDuration")&&(a=a.g.videoElementFakeDuration,typeof
a==="number")?a:NaN},dJ=function(a){if(ni(a.g,"forceExperimentIds"))
{a=a.g.forceExperimentIds;var b=[],c=0;Array.isArray(a)&&a.forEach(function(d)
{typeof d==="number"&&(b[c++]=d)});return b}return null};var T=function()
{this.G="always";this.T=4;this.L=null;this.B=1;this.g=0;this.o=!
0;this.locale="en";this.l=null;this.j=!
1;this.aa=this.W="";this.C=null;this.ba=this.V=-1;this.A="";this.M=!
1;this.ha=null;this.K=!0;this.F=NI();this.P={};this.I="";this.H=0;try{this.ha=Ip()
[0]}catch(a){}},eJ=function(a){a=Xi(a);zb(a)||(a=a.substring(0,20));return
a};m=T.prototype;m.setCompanionBackfill=function(a)
{this.G=a};m.getCompanionBackfill=function(){return
this.G};m.setNumRedirects=function(a){this.T=a};
m.getNumRedirects=function(){return this.T};m.setPpid=function(a)
{this.L=a};m.getPpid=function(){return this.L};m.setVpaidAllowed=function(a){typeof
a==="boolean"&&(this.B=a?1:0)};m.setVpaidMode=function(a){this.B=a};m.Wg=function()
{return this.B};m.setAutoPlayAdBreaks=function(a){this.o=a};m.lh=function(){return
this.o};m.Rh=function(a){this.j=a};m.Vg=function(){return
this.j};m.setLocale=function(a){if(a=QE(a))this.locale=a};m.getLocale=function()
{return this.locale};
m.setPlayerType=function(a){this.W=eJ(a)};m.getPlayerType=function(){return
this.W};m.setPlayerVersion=function(a){this.aa=eJ(a)};m.getPlayerVersion=function()
{return this.aa};var fJ=function(a){if(a.C==null){var b={};var c=(new
HD(gp().location.href)).l;if(aE(c,"tcnfp"))try{b=JSON.parse(c.get("tcnfp"))}catch(d
){}a.C=new aJ(b)}return a.C};m=T.prototype;m.Sh=function(a)
{this.V=a};m.Th=function(a)
{this.ba=a};m.setDisableCustomPlaybackForIOS10Plus=function(a){this.M=a};
m.getDisableCustomPlaybackForIOS10Plus=function(){return
this.M};m.isCookiesEnabled=function(){return
this.K};m.setCookiesEnabled=function(a){a!
=null&&(this.K=a)};m.setSessionId=function(a){this.F=a};m.Qh=function()
{};m.Ug=function(){return!0};m.setFeatureFlags=function(a)
{this.P=a};m.getFeatureFlags=function(){return this.P};
m.da=function(a){a=a===void 0?null:a;var b={};a!
=null&&(b.activeViewPushUpdates=a);b.activityMonitorMode=this.g;b.adsToken=this.A;b
.autoPlayAdBreaks=this.o;b.companionBackfill=this.getCompanionBackfill();b.cookiesE
nabled=this.isCookiesEnabled();b.disableCustomPlaybackForIOS10Plus=this.getDisableC
ustomPlaybackForIOS10Plus();b.engagementDetection=!0;b.isFunctionalTest=!
1;b.isVpaidAdapter=this.j;b["1pJar"]="";b.numRedirects=this.getNumRedirects();b.pag
eCorrelator=this.V;b.persistentStateCorrelator=Tk();
b.playerType=this.getPlayerType();b.playerVersion=this.getPlayerVersion();b.ppid=th
is.getPpid();b.privacyControls="";b.reportMediaRequests=!
1;b.sessionId=this.F;b.streamCorrelator=this.ba;b.testingConfig=fJ(this).g;b.urlSig
nals=this.ha;b.vpaidMode=this.B;b.featureFlags=this.getFeatureFlags();b.cookieDepre
cationLabel=this.I;b.cookieDeprecationLabelStatus=this.H;return
b};T.prototype.getFeatureFlags=T.prototype.getFeatureFlags;T.prototype.setFeatureFl
ags=T.prototype.setFeatureFlags;
T.prototype.getDisableFlashAds=T.prototype.Ug;T.prototype.setDisableFlashAds=T.prot
otype.Qh;T.prototype.setSessionId=T.prototype.setSessionId;T.prototype.setCookiesEn
abled=T.prototype.setCookiesEnabled;T.prototype.isCookiesEnabled=T.prototype.isCook
iesEnabled;T.prototype.getDisableCustomPlaybackForIOS10Plus=T.prototype.getDisableC
ustomPlaybackForIOS10Plus;T.prototype.setDisableCustomPlaybackForIOS10Plus=T.protot
ype.setDisableCustomPlaybackForIOS10Plus;T.prototype.setStreamCorrelator=T.prototyp
e.Th;
T.prototype.setPageCorrelator=T.prototype.Sh;T.prototype.getPlayerVersion=T.prototy
pe.getPlayerVersion;T.prototype.setPlayerVersion=T.prototype.setPlayerVersion;T.pro
totype.getPlayerType=T.prototype.getPlayerType;T.prototype.setPlayerType=T.prototyp
e.setPlayerType;T.prototype.getLocale=T.prototype.getLocale;T.prototype.setLocale=T
.prototype.setLocale;T.prototype.getIsVpaidAdapter=T.prototype.Vg;T.prototype.setIs
VpaidAdapter=T.prototype.Rh;T.prototype.isAutoPlayAdBreaks=T.prototype.lh;
T.prototype.setAutoPlayAdBreaks=T.prototype.setAutoPlayAdBreaks;T.prototype.getVpai
dMode=T.prototype.Wg;T.prototype.setVpaidMode=T.prototype.setVpaidMode;T.prototype.
setVpaidAllowed=T.prototype.setVpaidAllowed;T.prototype.getPpid=T.prototype.getPpid
;T.prototype.setPpid=T.prototype.setPpid;T.prototype.getNumRedirects=T.prototype.ge
tNumRedirects;T.prototype.setNumRedirects=T.prototype.setNumRedirects;T.prototype.g
etCompanionBackfill=T.prototype.getCompanionBackfill;
T.prototype.setCompanionBackfill=T.prototype.setCompanionBackfill;var gJ=new T;var
hJ=function(a,b){(0,a.__uspapi)("getUSPData",1,function(c,d){b.Ga({af:c!=null?
c:void 0,df:d?void 0:2})})},iJ={de:function(a){return a.Ga},hd:function(a,b)
{a={};return
a.__uspapiCall={callId:b,command:"getUSPData",version:1},a},xc:function(a,b)
{b=b.__uspapiReturn;var c;a({af:(c=b.returnValue)!=null?c:void 0,df:b.success?void
0:2})}};function jJ(a){var b={};typeof a.data==="string"?
b=JSON.parse(a.data):b=a.data;return{payload:b,xf:b.__uspapiReturn.callId}}
var kJ=function(a,b){b=b===void 0?{}:b;Q.call(this);var
c;this.timeoutMs=(c=b.timeoutMs)!=null?c:500;this.caller=new
hD(a,"__uspapiLocator",function(d){return typeof
d.__uspapi==="function"},jJ);this.caller.B.set("getDataWithCallback",hJ);this.calle
r.o.set("getDataWithCallback",iJ)};q(kJ,Q);kJ.prototype.O=function()
{this.caller.dispose();Q.prototype.O.call(this)};
var lJ=function(a,b){var c={};if(iD(a.caller)){var d=Zh(function()
{b(c)});kD(a.caller,"getDataWithCallback",{Ga:function(e){e.df||
(c=e.af);d()}});setTimeout(d,a.timeoutMs)}else b(c)};var mJ=function(a)
{this.D=C(a)};q(mJ,I);function nJ(a){var b={};(new HD(a)).l.forEach(function(c,d)
{b[d]=c});return b}function oJ(a){return a==="1"||a==="true"}
var pJ=function(a,b,c,d){b=b===void 0?{}:b;c=c===void 0?{}:c;this.j=a===void 0?!
1:a;this.o=d===void 0?!1:d;a={};b=v(Object.entries(b));for(d=b.next();!
d.done;d=b.next()){var e=v(d.value);d=e.next().value;e=e.next().value;e!
=null&&(a[d]=String(e))}this.l=a;this.g=new $I(c)},qJ=function(a,b){var c=!
1;c=c===void 0?!1:c;var d=new HD(a);var e=d.j;
(d=yb(d.g,"googleads.g.doubleclick.net")&&OE("/pagead/(live/)?ads",e))||(e=new
PI(a),d=e.g,e=QI(e,e.j),d=!yb(d,".g.doubleclick.net")&&(yb(d,"doubleclick.net")||
yb(d,"pagead2.googlesyndication.com"))&&OE("/(ad|pfad)[x|i|j]?/",e));d||(d=new
HD(a),e=d.j,d=yb(d.g,"doubleclick.net")&&OE("/gampad/(live/)?ads",e));(d=d||(new
HD(a)).g=="bid.g.doubleclick.net")||(d=new
HD(a),e=d.j,d=d.g==="ad.doubleclick.net"&&OE("/dv3/adv",e));d||(d=new
HD(a),e=d.j,d=d.g==="pubads.g.doubleclick.net"&&(OE("/ssai/",e)||OE("/
ondemand/",e)));return new pJ(d,nJ(a),b,c)},tJ=function(a){var b=a.g.g;var
c=rJ(a,"gdpr_consent");b=b&&b!=="tcunavailable"?b:b==="tcunavailable"?c||
b:c||"";if(b===
"tcunavailable")return null;var d;return(d=PC(b,sJ(a)))!=null?
d:null},rJ=function(a,b){if(a.l.hasOwnProperty(b))return a.l[b]},vJ=function(a){var
b;(b=uJ(a))||(sJ(a)?(a=tJ(a),a=!!a&&tD(a)):a=!0,b=!a);return b},uJ=function(a)
{a=rJ(a,"ltd");return oJ(a)},sJ=function(a){var b=rJ(a,"gdpr"),c=a.g.j;b=(c==="1"||
c==="0"?c:b!==void 0?b:"").toLowerCase();b=b==="true"||b==="1";return fo(UC)?b||
a.o:b},wJ=function(a){var b=new mJ;if(sJ(a)){var c=tJ(a);c=!!c&&!wD(c,
["2","7","9","10"],3)}else c=!1;pg(b,8,c);a=
!vJ(a);pg(b,5,a);return b},xJ=function(a){try{var
b=a.g.gppString,c=a.g.l.split("_").map(function(d){return Number(d)});return
GD(b,c).xh}catch(d){return!1}};var yJ=function(a)
{this.D=C(a)};q(yJ,I);yJ.prototype.getVersion=function(){return F(this,2)};var
zJ=function(a){this.D=C(a)};q(zJ,I);var AJ=function(a,b){return
ug(a,2,b)},BJ=function(a,b){return ug(a,3,b)},CJ=function(a,b){return
ug(a,4,b)},DJ=function(a,b){return ug(a,5,b)},EJ=function(a,b){return
ug(a,9,b)},FJ=function(a,b){return Zf(a,10,b)},GJ=function(a,b){return
pg(a,11,b)},HJ=function(a,b){return ug(a,1,b)},IJ=function(a,b){return
pg(a,7,b)};var JJ="platform platformVersion architecture model uaFullVersion
bitness fullVersionList wow64".split(" ");function KJ(a){var
b;return(b=a.google_tag_data)!=null?b:a.google_tag_data={}}function LJ(a){var
b,c;return typeof((b=a.navigator)==null?void 0:(c=b.userAgentData)==null?void
0:c.getHighEntropyValues)==="function"}
function MJ(){var a=window;if(!LJ(a))return null;var
b=KJ(a);if(b.uach_promise)return
b.uach_promise;a=a.navigator.userAgentData.getHighEntropyValues(JJ).then(function(c
){b.uach!=null||(b.uach=c);return c});return b.uach_promise=a}
function NJ(a){var b;return GJ(FJ(DJ(AJ(HJ(CJ(IJ(EJ(BJ(new
zJ,a.architecture||""),a.bitness||""),a.mobile||!
1),a.model||""),a.platform||""),a.platformVersion||""),a.uaFullVersion||""),
((b=a.fullVersionList)==null?void 0:b.map(function(c){var d=new
yJ;d=ug(d,1,c.brand);return ug(d,2,c.version)}))||[]),a.wow64||!1)}function OJ()
{var a,b;return(b=(a=MJ())==null?void 0:a.then(function(c){return NJ(c)}))!=null?
b:null};var QJ=function(){this.appName=null;this.kb=new
pJ;this.secureSignals=null;NI();this.deviceId="";this.sc=this.Zc=!
1;this.Pc=0;this.g=this.referrer=this.wc=null;new mk;new kk;PJ(this)},RJ=function()
{var a=QJ.getInstance(),b="h.3.690.0";gJ.j&&(b+="/vpaid_adapter");a.sc&&(b+="/
ima_cast");return b},PJ=function(a){var b=OJ();b&&b.then(function(c)
{if(c==null)c=null;else{c=c.da();for(var d=[],e=0,f=0;f<c.length;f++){var
g=c.charCodeAt(f);g>255&&(d[e++]=g&255,g>>=8);d[e++]=g}c=bd(d,3)}a.g=c})};
QJ.getInstance=function(){return K(QJ)};var TJ=function(a){var b={Pc:0,Zc:!1,sc:!
1,wc:null};a=a===void 0?!1:a;var c=fJ(gJ);if(c&&bJ(c,"forceCustomPlayback")||
gJ.j)return!0;if(GE()&&a)return!1;a=a&&(GE()||
Oc&&FE(DE,10))&&gJ.getDisableCustomPlaybackForIOS10Plus();return(Lc||Nc)&&!a||
Kc&&(!Kc||!FE(EE,4))||SJ(b)?!0:!1},UJ=function(a){var b={Pc:0,Zc:!1,sc:!
1,wc:null};return a===null?!1:gJ.j?!0:Oc||GE()?HE(a)?GE()||
Oc&&FE(DE,10)&&gJ.getDisableCustomPlaybackForIOS10Plus()?!1:!0:!0:Kc&&(!Kc||!
FE(EE,4))||SJ(b)?!0:!1},VJ=function(){var a=fJ(gJ);
return a&&bJ(a,"disableOnScreenDetection")?!1:!pr()},SJ=function(a){return
WJ(a)===1||WJ(a)===2},WJ=function(a){var b=a.Pc;var c=a.Zc;var
d=a.sc;a=a.wc;switch(b){case 1:return 3;case 2:return 1}b=x.navigator||null;return
c||d||b&&qr(b)||a==="tvos"?1:rr()?2:0};var XJ=function(a,b){return a.indexOf(b)==0?
a.substr(b.length):null};function YJ(){if(pr())return window.location.href;var
a=xp(),b=a.j,c=a.g;a=a.l;var d=null;if(a)try{var
e=XD(a.url),f=e.j,g=XJ(f,"/v/");g||(g=XJ(f,"/a/"));if(!g)throw Error("Can not
extract standalone amp url.");var
h=XJ("/"+g,"/s/"),k=LD(e.l);k.remove("amp_js_v");k.remove("amp_lite");var l=h?
XD("https://"+h):XD("http://"+g);KD(l,k);d=l.toString()}catch(n){d=null}return d?
d:b&&b.url?b.url:c&&c.url?c.url:""}
function ZJ(){var a=up();a=v(a);for(var b=a.next();!
b.done;b=a.next())if(b=b.value,b.url&&b.url.includes("amp=1"))return!0;return
window.context!=null?(a=Number(window.context.ampcontextVersion),isNaN(a)?!
1:Math.floor(a)>0):xp().l!=null}function $J(){var
a=gp().location.ancestorOrigins;return a?a.length>0?
[].concat(ra(a)).join(","):"":""};function aK(a,b){VD(a,"url","");try{var c=2083-
a.toString().length-1;if(c<=0)return a.toString();for(var
d=b.slice(0,c),e=encodeURIComponent(d),f=c;f>0&&e.length>c;)d=b.slice(0,f--),e=enco
deURIComponent(d);VD(a,"url",d)}catch(g){}return a.toString()};var
U={},bK=(U.creativeView="creativeview",U.start="start",U.midpoint="midpoint",U.firs
tQuartile="firstquartile",U.thirdQuartile="thirdquartile",U.complete="complete",U.m
ute="mute",U.unmute="unmute",U.pause="pause",U.rewind="rewind",U.resume="resume",U.
fullscreen="fullscreen",U.exitFullscreen="exitfullscreen",U.expand="expand",U.colla
pse="collapse",U.close="close",U.acceptInvitation="acceptinvitation",U.adCanPlay="a
dCanPlay",U.adStarted="adStarted",U.abandon="abandon",U.acceptInvitationLinear="acc
eptinvitationlinear",
U.engagedView="engagedview",U.instreamAdComplete="instreamAdComplete",U.skipShown="
skipshown",U.skippableStateChanged="skippableStateChanged",U.skip="skip",U.progress
="progress",U.publisher_invoked_skip="PUBLISHER_INVOKED_SKIP",U.annotation_start="a
nnotation_start",U.annotation_click="annotation_click",U.annotation_close="annotati
on_close",U.cta_annotation_shown="cta_annotation_shown",U.cta_annotation_clicked="c
ta_annotation_clicked",U.cta_annotation_closed="cta_annotation_closed",U.replay="re
play",
U.stop="stop",U.autoplayDisallowed="autoplayDisallowed",U.error="error",U.mediaLoad
Timeout="mediaLoadTimeout",U.linearChanged="linearChanged",U.click="click",U.conten
tPauseRequested="contentPauseRequested",U.contentResumeRequested="contentResumeRequ
ested",U.discardAdBreak="discardAdBreak",U.updateAdsRenderingSettings="updateAdsRen
deringSettings",U.durationChange="durationChange",U.expandedChanged="expandedChange
d",U.autoClose="autoClose",U.userClose="userClose",U.userRecall="userRecall",U.pref
etched=
"prefetched",U.loaded="loaded",U.init="init",U.allAdsCompleted="allAdsCompleted",U.
adMetadata="adMetadata",U.adBreakReady="adBreakReady",U.adBreakFetchError="adBreakF
etchError",U.log="log",U.volumeChange="volumeChange",U.companionBackfill="companion
Backfill",U.companionInitialized="companionInitialized",U.companionImpression="comp
anionImpression",U.companionClick="companionClick",U.impression="impression",U.inte
raction="interaction",U.adProgress="adProgress",U.adBuffering="adBuffering",U.track
ingUrlPinged=
"trackingUrlPinged",U.measurable_impression="measurable_impression",U.custom_metric
_viewable="custom_metric_viewable",U.viewable_impression="viewable_impression",U.fu
lly_viewable_audible_half_duration_impression="fully_viewable_audible_half_duration
_impression",U.audio_audible="audio_audible",U.audio_measurable="audio_measurable",
U.overlay_resize="overlay_resize",U.overlay_unmeasurable_impression="overlay_unmeas
urable_impression",U.overlay_unviewable_impression="overlay_unviewable_impression",
U.overlay_viewable_immediate_impression=
"overlay_viewable_immediate_impression",U.overlay_viewable_end_of_session_impressio
n="overlay_viewable_end_of_session_impression",U.externalActivityEvent="externalAct
ivityEvent",U.adEvent="adEvent",U.configure="configure",U.remainingTime="remainingT
ime",U.destroy="destroy",U.resize="resize",U.volume="volume",U.authorIconClicked="v
ideoAuthorIconClicked",U.authorNameClicked="videoAuthorClicked",U.videoClicked="vid
eoClicked",U.videoIconClicked="videoIconClicked",U.learnMoreClicked="videoLearnMore
Clicked",
U.muteClicked="videoMuteClicked",U.titleClicked="videoTitleClicked",U.videoSkipClic
ked="SKIPPED",U.unmuteClicked="videoUnmuteClicked",U.vpaidEvent="vpaidEvent",U.show
_ad="show_ad",U.video_card_endcap_collapse="video_card_endcap_collapse",U.video_car
d_endcap_dismiss="video_card_endcap_dismiss",U.video_card_endcap_impression="video_
card_endcap_impression",U.mediaUrlPinged="mediaUrlPinged",U.breakStart="breakstart"
,U.breakEnd="breakend",U.omidReady="omidReady",U.omidUnavailable="omidUnavailable",
U.omidAdSessionCompleted=
"omidAdSessionCompleted",U.omidAdSessionAbandoned="omidAdSessionAbandoned",U.verifi
cationNotExecuted="verificationNotExecuted",U.loadStart="loadStart",U.seeked="seeke
d",U.seeking="seeking",U);var cK=new function(){this.g=new
Map;this.l=0;this.j=window.fetch!=null};function dK(a){var b=b===void 0?cK:b;var
c=c===void 0?null:c;a=new TE(a,c?c:c);var d=d===void 0?!1:d;var e=e===void 0?!
1:e;a.g!=null||e?uF(b,a.url,d,e,a.g):uF(b,a.url,d)};var V=function()
{this.l=Math.random()<.01;this.j=Math.floor(Math.random()*4503599627370496);this.g=
null};
V.prototype.report=function(a,b,c){b=b===void 0?
{}:b;if(x.G_testRunner==null&&(this.l||(c===void 0?0:c)))
{b.lid=a;RJ()&&(b.sdkv=RJ());this.g&&(b.palv=this.g);a=Pm().sort().join(",");zb(Xi(
a))||(b.e=a);b=eK(this,b);var d=new
HD("https://pagead2.googlesyndication.com/pagead/gen_204");gi(b,function(e,f){e!
=null&&VD(d,f,e==null?"":typeof e==="boolean"?
e?"t":"f":""+e)},this);b=d.toString();a=WD(d,"url");a!
=null&&$b()&&b.length>2083&&(b=aK(d,a));dK(b)}};
var eK=function(a,b){b.id="ima_html5";var c=gp();var d=document;c=new
HD(c.parent===c?c.location.href:d.referrer);b.c=a.j;b.domain=c.g;return
b};V.getInstance=function(){return K(V)};function fK(a){var
b=Date.now(),c={};a=(c["x-afma-token-requester-type"]=a,c);c="https://
pubads.g.doubleclick.net/adsid/integrator.json?
aos="+encodeURIComponent($J());return(new mF).get({url:c,withCredentials:!
0,timeout:new RE,headers:a}).then(function(d){var e=Date.now();d=d.newToken||"";var
f={};V.getInstance().report(182,(f.t=e-b,f.aos=$J(),f));return new
gK(d)}).catch(function(d){var e="not instanceof Error";d instanceof
Error&&(e=UE(Number(d.message)));d=Date.now();var f={};V.getInstance().report(182,
(f.except=e,f.t=d-b,f));return Promise.resolve(hK)})}var iK=function()
{R.call(this);this.g=null;this.o=new XE(this);Yr(this,this.o);this.j=new
jx(72E5);this.l=Promise.resolve(hK)};q(iK,R);var jK=function(a){var
b="requester_type_8";b=b===void 0?"requester_type_9":b;var c=function(d)
{a.g=d;return a.g};a.l=fK(b).then(c);a.j=new
jx(72E5);a.o.listen(a.j,"tick",function()
{a.l=fK(b).then(c)});a.j.start();Xr(a,function(){a.j.stop()})};
iK.prototype.getId=function(){var a=this;return Ma(function(b){if(b.g==1)return
a.g!=null&&a.g!==hK?(b.g=2,b=void 0):b=Ba(b,a.l,3),b;b.g!=2&&(a.g=b.j);return
b.return(a.g)})};var gK=function(a){this.id=a},hK=new gK("");var
kK=function(a,b,c,d,e)
{this.name=a;this.type=b;this.data=c;this.id=d;this.g=e},lK=function(a)
{R.call(this);this.o=[];this.j=!1;this.l=a||"goog_"+Yi+
+};q(lK,R);lK.prototype.connect=function(){for(this.j=!0;this.o.length!==0;){var
a=this.o.shift();a&&this.sendMessage(a)}};var mK=function(a,b,c,d,e,f){a.j?
a.sendMessage(new kK(b,c,d,e,f)):a.o.push(new
kK(b,c,d,e,f))};lK.prototype.sendMessage=function(){};var nK=function(a,b,c,d,e,f)
{e=e===void 0?"":e;f=f===void
0?"":f;gw.call(this,a);this.messageType=b;this.qa=c;this.Gc=d;this.origin=e;this.id
=f};q(nK,gw);nK.prototype.getId=function(){return
this.id};nK.prototype.toString=function(){return""};var
oK={IMAGE:"Image",FLASH:"Flash",ALL:"All"},pK={HTML:"Html",IFRAME:"IFrame",STATIC:"
Static",ALL:"All"},qK={IGNORE:"IgnoreSize",SELECT_EXACT_MATCH:"SelectExactMatch",SE
LECT_NEAR_MATCH:"SelectNearMatch",SELECT_FLUID:"SelectFluid"},rK={Ei:"DisallowResiz
e",xj:"ResizeSmaller"},sK=function(){this.allowCustom=!
0;this.creativeType=this.resourceType="All";this.sizeCriteria="SelectExactMatch";th
is.nearMatchPercent=90;this.adSlotIds=[];this.zd="DisallowResize"};
y("module$exports$google3$javascript$ads$interactivemedia$sdk$clientside$api$compan
ion_ad_selection_settings.CompanionAdSelectionSettings.CreativeType",oK);y("module$
exports$google3$javascript$ads$interactivemedia$sdk$clientside$api$companion_ad_sel
ection_settings.CompanionAdSelectionSettings.ResourceType",pK);y("module$exports$go
ogle3$javascript$ads$interactivemedia$sdk$clientside$api$companion_ad_selection_set
tings.CompanionAdSelectionSettings.SizeCriteria",qK);var uK=function(a,b)
{b=b===void 0?new sK:b;this.g=a;this.settings=b?b:new
sK;this.resourceType=tK(pK,this.settings.resourceType)?
this.settings.resourceType:"All";this.creativeType=tK(oK,this.settings.creativeType
)?
this.settings.creativeType:"All";this.sizeCriteria=tK(qK,this.settings.sizeCriteria
)?this.settings.sizeCriteria:"SelectExactMatch";this.zd=tK(rK,this.settings.zd)?
this.settings.zd:"DisallowResize";this.adSlotIds=this.settings.adSlotIds!=null?
this.settings.adSlotIds:[];this.nearMatchPercent=
typeof
this.settings.nearMatchPercent==="number"&&this.settings.nearMatchPercent>0&&this.s
ettings.nearMatchPercent<=100?this.settings.nearMatchPercent:90},xK=function(a,b)
{var c=[];b.forEach(function(d){a.settings.allowCustom&&(!
zb(d.getContent())&&(isNaN(d.data.sequenceNumber)||
isNaN(d.data.mainAdSequenceNumber)||
d.data.mainAdSequenceNumber===d.data.sequenceNumber)&&vK(a,d)?c.push(d):
(d=wK(a,d),d!=null&&!zb(d.getContent())&&c.push(d)))});return
c};uK.prototype.jf=function(){return this.resourceType};
var vK=function(a,b){var c;if(c=b.getContentType()!=="Flash")
{if(c=a.resourceType==="All"||
a.resourceType===b.jf())c=b.getContentType(),c=c==null?!0:a.creativeType==="All"||
a.creativeType===c;c&&(c=b.getAdSlotId(),c=a.adSlotIds.length===0?!0:c!=null?
a.adSlotIds.includes(c):!1)}if(c)if(c=b.getSize(),(b=!!b.data.fluidSize)||
a.g.gf)a=b&&a.g.gf;else if(a.sizeCriteria==="IgnoreSize"||Jk(a.g.size,c))a=!
0;else{if(b=a.sizeCriteria==="SelectNearMatch")a.zd==="ResizeSmaller"?
(c.width<=a.g.size.width&&c.height<=
a.g.size.height?b=c:(b=a.g.size,b=Math.min(b.width/c.width,b.height/c.height),b=new
Ik(b*c.width,b*c.height)),c=b,b=c.width,c=c.height):
(b=c.width,c=c.height),b=b>a.g.size.width||c>a.g.size.height||
b<a.nearMatchPercent/100*a.g.size.width||c<a.nearMatchPercent/100*a.g.size.height?!
1:!0;a=b}else a=!1;return a},wK=function(a,b){b=yK(b);return b==null?
null:b.find(function(c){return vK(a,c)})||null},tK=function(a,b){return b!
=null&&oi(a,b)};function zK(a){var b=new kk;var c=a.Bc;var d=c.clientWidth;var
e=c.clientHeight;typeof c.getBoundingClientRect==="function"&&lp($o(c),c)?
(c=c.getBoundingClientRect(),d=document.elementsFromPoint(c.x+.5*d,c.y+.5*e)):d=[];
if(d=AK(d,a)){a=new jk;c=d.getBoundingClientRect();e=c.y;c=c.x;var f=new
hk;e=sg(f,1,e);e=sg(e,2,c);c=d.duration;var g=d.clientWidth;f=d.clientHeight;var
h=new ik;g=sg(h,1,g);f=sg(g,2,f);c===Number.POSITIVE_INFINITY||isNaN(c)||(g=new
gk,c=rg(g,1,c),E(a,3,c));d=Number(window.getComputedStyle(d).opacity);
e=E(a,1,e);e=E(e,2,f);rg(e,4,d);b=E(b,2,a)}else a=new jk,b=E(b,2,a);return
b}function AK(a,b){if(a.length===0)return null;var
c=b.ga.g,d,e,f=(e=(d=b.Ba)==null?void 0:d.g)!=null?e:null;a=a.filter(function(g)
{return g.tagName==="VIDEO"&&!g.isEqualNode(c)&&!g.isEqualNode(f)});return
a.length>0?a[0]:null};var BK=function(a,b)
{this.message=a;this.errorCode=b};BK.prototype.getErrorCode=function(){return
this.errorCode};BK.prototype.getMessage=function(){return this.message};var CK=new
BK("Failed to initialize ad playback element before starting ad
playback.",400),DK=new BK("The provided {0} information: {1} is
invalid.",1101);function EK(a,b){var c=b===void 0?null:b;var
d=Na.apply(2,arguments);if(!(c instanceof UI)){var
e=a.getErrorCode(),f=a.getMessage();if(d.length>0)for(var g=0;g<d.length;g+
+)f=f.replace(new RegExp("\\{"+g+"\\}","ig"),d[g]);d=new
UI("adPlayError",f,e);d.g=c;c=d}return c};function FK(a,b,c){b=b===void 0?
window:b;c=c===void 0?function(){}:c;try{return b.localStorage.getItem(a)}catch(d)
{return c(d),null}}function GK(a,b,c){var d=window;d=d===void 0?window:d;c=c===void
0?function(){}:c;return fg(b,5)?FK(a,d,c):null}function HK(a,b,c,d){c=c===void 0?
window:c;d=d===void 0?function(){}:d;try{return c.localStorage.setItem(a,b),!
0}catch(e){d(e)}return!1}function IK(a,b,c,d){var e=window;e=e===void 0?
window:e;d=d===void 0?function(){}:d;return fg(c,5)?HK(a,b,e,d):!1}
function JK(a,b,c){b=b===void 0?window:b;c=c===void 0?function()
{}:c;try{b.localStorage.removeItem(a)}catch(d){c(d)}}function KK(a,b,c,d)
{c=c===void 0?window:c;d=d===void 0?function(){}:d;fg(b,5)&&JK(a,c,d)}function
LK(a,b){a=a===void 0?window:a;try{return a.localStorage.length}catch(c){(b===void
0?function(){}:b)(c)}return null}function MK(a){var b=b===void 0?window:b;var
c=c===void 0?function(){}:c;return fg(a,5)?LK(b,c):null}
function NK(a,b,c){b=b===void 0?window:b;c=c===void 0?function(){}:c;try{return
b.localStorage.key(a)}catch(d){c(d)}return null}function OK(a,b){var c=c===void 0?
window:c;var d=d===void 0?function(){}:d;return fg(b,5)?NK(a,c,d):null}function
PK(a,b){a=a===void 0?window:a;b=b===void 0?function(){}:b;try{return
Object.keys(a.localStorage)}catch(c){b(c)}return null}function QK(a){var b=b===void
0?window:b;var c=c===void 0?function(){}:c;return fg(a,5)?PK(b,c):null};var RK={Gg:
[],Eg:0,Mg:[],jk:!1};var SK=function(){};SK.getInstance=function(){throw
Error("Must be overridden");};var TK=function(){this.g=0};q(TK,SK);TK.Cb=void
0;TK.getInstance=function(){return TK.Cb?TK.Cb:TK.Cb=new TK};function UK(a,b,c,d)
{c=c===void 0?null:c;d=d===void 0?{}:d;var
e=TK.getInstance();e.g===0&&(e.g=Math.random()<.001?
2:1);e.g===2&&(e={},xj(Object.assign({},
(e.c=String(a),e.pc=String(sj()),e.em=c,e.lid=b,e.eids=K(Im).g().join(),e),d),"esp"
))};function VK(){var a=window;var b=b===void 0?function(){}:b;return new
Promise(function(c){var d=function(){c(b());di(a,"load",d)};ci(a,"load",d)})};var
WK=function(){this.cache={}},YK=function(){XK||(XK=new WK);return
XK},ZK=function(a){var b=In(og(a));if(!b)return 3;if(eg(a,2)===void 0)return
4;a=Date.now();return a>b+2592E5?2:a>b+432E5?1:0};
WK.prototype.get=function(a,b,c){function d(k){UK(6,a,k==null?void 0:k.message);e=!
0}if(this.cache[a])return{ca:this.cache[a],success:!0};var e=!1,f="_GESPSK-"+a;b=c?
FK(f,window,d):GK(f,b,d);if(e)return{ca:null,success:!1};if(!
b)return{ca:null,success:!0};try{var g=ny(b);this.cache[a]=g;return{ca:g,success:!
0}}catch(k){var h;UK(5,a,(h=k)==null?void 0:h.message);return{ca:null,success:!
1}}};
WK.prototype.set=function(a,b,c){function d(g){UK(7,e,g==null?void 0:g.message)}var
e=eg(a,1),f="_GESPSK-"+e;my(a);if(c?!HK(f,a.da(),window,d):!
IK(f,a.da(),b,d))return!1;this.cache[e]=a;return!
0};WK.prototype.remove=function(a,b,c){function d(e){UK(8,a,e==null?void
0:e.message)}c?JK("_GESPSK-"+a,window,d):KK("_GESPSK-"+a,b,window,d);delete
this.cache[a]};var XK=null;var $K=function(a){var b=new Map;a=v(a);for(var
c=a.next();!c.done;c=a.next()){var d=c.value;c=d.j();var e=void 0,f=(e=b.get(c))!
=null?e:new Map;d=v(d.g());for(e=d.next();!e.done;e=d.next()){e=e.value;var
g=e.j();f.has(g)||f.set(g,
[]);f.get(g).push(e)}b.set(c,f)}this.g=b},aL=function(a,b,c){var d,e,f;return!!
((d=a.g)==null?0:(e=d.get(c))==null?0:(f=e.get(b))==null?0:f.some(function(g)
{return g.g()}))},bL=function(a,b){a=v(a.g.values());for(var c=a.next();!
c.done;c=a.next()){var d=void 0;if((d=c.value.get(b))==
null?0:d.some(function(e){return e.g()}))return!0}return!1},dL=function(a,b){return
cL(a,b,function(c){return c.g()})},cL=function(a,b,c){var d=new
Set;a=a.g.get(b);if(!a)return d;a=v(a.entries());for(b=a.next();!b.done;b=a.next())
{var e=v(b.value);b=e.next().value;e=e.next().value;e.some(function(f){return
c(f)})&&d.add(b)}return d};function eL(a){var b=new Map;UK(56,"",null);for(var
c=new $K([]),d=Array,e=d.from,f=Set,g=[],h=RegExp("^_GESPSK-(.+)
$"),k=MK(a),l,n=0;n<((l=k)!=null?l:0);n++){var p=OK(n,a);p!==null&&(p=(h.exec(p)||
[])[1])&&g.push(p)}f=new f(g);g=v([]);for(h=g.next();!
h.done;h=g.next())for(h=v(dL(c,h.value)),k=h.next();!
k.done;k=h.next())f.add(k.value);d=e.call(d,f);d=v(d);f=d.next();for(e={};!
f.done;e={yb:void 0},f=d.next())if(e.yb=f.value,f=void 0,(f=b.get(e.yb))==null||
eg(f,2)==null)if(h=g=void 0,f=YK().get(e.yb,
a,fL(e.yb,(h=(g=void 0)==null?void 0:g.split(","))!=null?h:[],c)).ca)g=ZK(f),g!
==2&&g!==3&&(pg(f,9,!1),(g=eg(f,2))&&g.length>1024&&(h={},UK(55,e.yb,null,
(h.sl=String(g.length),h)),g=f.Ra(iy(108)),zf(g,2)),b.set(e.yb,f),f=eg(f,2),h=g=voi
d 0,k={},UK(19,e.yb,null,(k.hs=f?"1":"0",k.sl=String((h=(g=f)==null?void
0:g.length)!=null?h:-1),k)));a=new qy;b=v(b);for(c=b.next();!
c.done;c=b.next())c=v(c.value),c.next(),c=c.next().value,bg(a,2,ky,c);if(!
Xf(a,ky,2,Af()).length)return null;b={};UK(50,"",null,(b.ns=
String(Xf(a,ky,2,Af()).length),b));return bd(a.g(),3)}function fL(a,b,c){return
b.some(function(d){return aL(c,a,d)})};var gL={Fb:function(){}};var hL=function()
{var a=this;this.promise=new Promise(function(b,c){a.resolve=b;a.reject=c})};var
iL=function(a){a=Error.call(this,a);this.message=a.message;"stack"in
a&&(this.stack=a.stack);Object.setPrototypeOf(this,iL.prototype);this.name="InputEr
ror"};q(iL,Error);var jL=function(){this.rb=!1},kL=function()
{jL.apply(this,arguments);this.xd=new hL};q(kL,jL);var lL=function(a,b){a.rb||
(a.rb=!0,a.wd=b,a.xd.resolve(b))};
da.Object.defineProperties(kL.prototype,{promise:{configurable:!0,enumerable:!
0,get:function(){return this.xd.promise}},Ef:{configurable:!0,enumerable:!
0,get:function(){return this.rb}},error:{configurable:!0,enumerable:!
0,get:function(){return this.pe}}});var mL=function()
{kL.apply(this,arguments)};q(mL,kL);var nL=function(a,b){lL(a,b)},oL=function(a,b)
{b.then(function(c){lL(a,c)})};mL.prototype.Ra=function(a){this.rb||(this.rb=!
0,this.wd=null,this.pe=a,this.xd.reject(a))};
var pL=function(a){this.rb=!1;this.g=a};q(pL,jL);pL.prototype.Ef=function(){return
this.g.rb};da.Object.defineProperties(pL.prototype,{error:{configurable:!
0,enumerable:!0,get:function(){return this.g.pe}}});var qL=function(a)
{pL.call(this,a);this.g=a};q(qL,pL);da.Object.defineProperties(qL.prototype,{value:
{configurable:!0,enumerable:!0,get:function(){return this.g.wd}}});var
rL=function(a){pL.call(this,a);this.g=a};q(rL,pL);
da.Object.defineProperties(rL.prototype,{value:{configurable:!0,enumerable:!
0,get:function(){var a;return(a=this.g.wd)!=null?a:null}}});var sL=function()
{kL.apply(this,arguments)};q(sL,kL);sL.prototype.notify=function()
{lL(this,null)};var tL=function(a,b){b.then(function(){a.notify()})};var
uL=function(){Q.apply(this,arguments);this.g=[];this.j=[];this.l=[]};q(uL,Q);var
vL=function(a,b){a.j.push({Jc:!1,Rd:b})};uL.prototype.Jc=function(a){var
b=this.j.find(function(c){return c.Rd===a});b&&(b.Jc=!0)};uL.prototype.O=function()
{this.g.length=0;this.l.length=0;this.j.length=0;Q.prototype.O.call(this)};function
wL(a,b){var c,d;return Ma(function(e){if(e.g==1)return c=b?a.filter(function(f)
{return!f.Jc}):a,Ba(e,Promise.all(c.map(function(f){return
f.Rd.promise})),2);if(a.length===c.length)return e.return();d=a.filter(function(f)
{return f.Jc});return Ba(e,Promise.race([Promise.all(d.map(function(f){return
f.Rd.promise})),new Promise(function(f){return void setTimeout(f,b)})]),0)})}var
xL=function(a,b){Q.call(this);this.id=a;this.timeoutMs=b;this.B=!1;this.g=new
uL;Yr(this,this.g)};q(xL,Q);
xL.prototype.start=function(){var a=this,b,c;return Ma(function(d){if(d.g==1)
{if(a.B)return d.return();a.B=!0;d.l=2;return Ba(d,wL(a.g.j,(b=a.V)!=null?
b:a.timeoutMs),4)}if(d.g!=2){if(!a.Ea()){for(var e=0,f=v(a.g.l),g=f.next();!
g.done;g=f.next()){if(g.value.g.wd==null)throw Error("missing input: "+a.id+"/"+e);
++e}a.j()}return Ca(d,0)}c=Da(d);if(a.Ea())return d.return();c instanceof iL?
a.F(c):c instanceof Error&&(a.A?
a.A.Fb({methodName:a.id,Oc:c}):a.reportError(c),a.o(c));d.g=0})};
var yL=function(a){var b=b===void 0?new mL:b;a.g.g.push(b);return
b},zL=function(a,b){vL(a.g,b);b=new qL(b);a.g.l.push(b);return
b};xL.prototype.F=function(){};xL.prototype.o=function(a){if(this.g.g.length){a=new
iL(a.message);for(var b=v(this.g.g),c=b.next();!c.done;c=b.next())if(c=c.value,!
c.Ef){var d=a;c.rb=!0;c.pe=d;c.xd.reject(d)}}};var AL=function(a,b){a.A=b;return
a};var BL=function(a,b,c,d)
{xL.call(this,a);this.f=b;this.C=d;a={};c=v(Object.entries(c));for(b=c.next();!
b.done;b=c.next())if(d=v(b.value),b=d.next().value,d=d.next().value)vL(this.g,d),a[
b]=new rL(d);this.l=a};q(BL,xL);BL.prototype.j=function(){for(var
a=this.f,b=a.apply,c={},d=v(Object.entries(this.l)),e=d.next();!e.done;e=d.next())
{var f=v(e.value);e=f.next().value;f=f.next().value;c[e]=f.value}a=b.call(a,this,
[c].concat(ra(this.C)));CL(this,a)};BL.prototype.F=function(a){this.o(a)};
BL.prototype.reportError=function(){};var DL=function(a,b){if(a.B)throw
Error("Invalid operation: producer has already started");vL(a.g,b);return a};var
EL=function(a,b,c,d,e,f){BL.call(this,a,b,c,f);this.Bb=e;this.finished=new
sL;a=Object.keys(d);a=v(a);for(b=a.next();!
b.done;b=a.next())this[b.value]=yL(this)};q(EL,BL);var CL=function(a,b)
{b=v(Object.entries(b));for(var c=b.next();!c.done;c=b.next()){var
d=v(c.value);c=d.next().value;d=d.next().value;d instanceof
Error&&a[c].Ra(d);lL(a[c],d)}a.finished.notify()};EL.prototype.o=function(a)
{this.Bb?CL(this,this.Bb(a)):BL.prototype.o.call(this,a)};
function FL(a,b){a.id=b.id;a.Sb=b.Sb;a.Bb=b.Bb;return a}function GL(a,b){return new
EL(a.id,a,b,a.Sb,a.Bb,Na.apply(2,arguments))};var HL=function(){var
a;this.g=a=a===void 0?gL:a};HL.prototype.j=function(a,b){return AL(GL.apply(null,
[a,b].concat(ra(Na.apply(2,arguments)))),this.g)};var IL=function(a)
{Q.call(this);this.C=a;this.B=[];this.G=[];this.F={};this.j=[];this.l=new
hL;this.o={}};q(IL,Q);var JL=function(a,b){Yr(a,b);a.B.push(b);return
b};IL.prototype.g=function(a,b){var c=this.C.j.apply(this.C,
[a,b].concat(ra(Na.apply(2,arguments))));return JL(this,c)};
var KL=function(a){var b,c,d,e,f,g,h,k,l,n,p,r;Ma(function(u){switch(u.g){case
1:if(!a.j.length){u.g=2;break}return Ba(u,Promise.all(a.j.map(function(t){return
t.l.promise})),2);case 2:b=v(a.B);for(c=b.next();!
c.done;c=b.next())d=c.value,d.start();e=v(a.G);for(f=e.next();!
f.done;f=e.next())g=f.value,KL(g);if(!a.o){u.g=4;break}h=Object.keys(a.o);if(!
h.length){u.g=4;break}return Ba(u,Promise.all(Object.values(a.o).map(function(t)
{return t.promise})),6);case 6:for(k=u.j,l=0,n=v(h),p=n.next();!p.done;p=
n.next())r=p.value,a.F[r]=k[l++];case 4:return
a.l.resolve(a.F),u.return(a.l.promise)}})};IL.prototype.O=function()
{Q.prototype.O.call(this);this.B.length=0;this.G.length=0;this.j.length=0};var
ML=FL(LL,{id:1041,Sb:{}});function LL(a,b){YK().set(a.ca,a.kb,b)&&eg(a.ca,2)!
=null&&UK(27,eg(a.ca,1));return{}};var NL=function(a,b)
{xL.call(this,a);this.H=b;AL(this,b)};q(NL,xL);NL.prototype.reportError=function(a)
{this.H.Fb({methodName:this.id,Oc:a})};var OL=function(a,b,c)
{NL.call(this,1094,c);var d=d===void 0?new
sL:d;this.g.g.push(d);this.l=d;this.G=zL(this,a);b&&(this.C=zL(this,b))};q(OL,NL);O
L.prototype.j=function(){var a=this.G.value;if(this.C)for(var
b=v(this.C.value),c=b.next();!c.done;c=b.next()){c=v(c.value.g());for(var
d=c.next();!d.done;d=c.next())d=d.value,d.g()&&YK().remove(d.j(),a,!0)}if(fg(a,5))
{if(a){var e;b=(e=QK(a))!=null?e:[];e=v(b);for(b=e.next();!
b.done;b=e.next())b=b.value,b.startsWith("_GESPSK")&&KK(b,a)}XK=new
WK;this.l.notify()}};var PL=function(a,b)
{NL.call(this,1048,b);this.l=yL(this);this.C=yL(this);this.G=zL(this,a)};q(PL,NL);P
L.prototype.j=function(){var a=this.G.value,b=function(c){var
d={};UK(c,eg(a,1),null,(d.tic=String(Math.round((Date.now()-In(og(a)))/
6E4)),d))};switch(ZK(a)){case 0:b(24);break;case 1:b(25);lL(this.C,a);break;case
2:b(26);lL(this.l,a);break;case 3:UK(9,eg(a,1));lL(this.l,a);break;case
4:b(23),lL(this.l,a)}};var QL=function(a,b,c,d)
{NL.call(this,1027,d);this.Qc=a;this.G=b;this.C=c;this.la=yL(this);this.l=yL(this)}
;q(QL,NL);QL.prototype.j=function(){var a=YK().get(this.Qc,this.C,this.G).ca;if(!a)
{a=my(ly(this.Qc));var b=this.l,c=a.Ra(iy(100));lL(b,c)}lL(this.la,a)};var
SL=FL(RL,{id:1046,Sb:{la:void 0}});function RL(a){return{la:a.Yh}};var
TL=function(a,b,c)
{NL.call(this,1047,c);this.collectorFunction=a;this.la=yL(this);this.l=yL(this);thi
s.C=yL(this);this.G=zL(this,b)};q(TL,NL);TL.prototype.j=function(){var
a=this,b=this.G.value,c=eg(b,1);UK(18,c);try{var
d=al();this.collectorFunction().then(function(e){UK(29,c,null,{delta:String(al()-
d)});var f=a.la,g=ug(b,2,e);lL(f,g);lL(a.C,e!=null?e:null)}).catch(function(e)
{UK(28,c,UL(e));e=a.l;var f=b.Ra(iy(106));lL(e,f)})}catch(e)
{UK(1,c,UL(e)),nL(this.l,b.Ra(iy(107)))}};
function UL(a){return typeof a==="string"?a:a instanceof Error?a.message:null};var
WL=FL(VL,{id:1028,Sb:{la:void 0}});function VL(a){var b=eg(a.ca,1);cg(a.ca,3)!
=null||UK(35,b);return{la:a.ca}};var YL=FL(XL,{id:1050,Sb:{la:void 0}});function
XL(a,b){var c=eg(a.ca,1);if(a.signal==null)return UK(41,c),a.ca.Ra(iy(111)),
{la:a.ca};if(typeof a.signal!=="string")return UK(21,c),
{la:a.ca.Ra(iy(113))};if(a.signal.length>b)return b={},UK(12,c,null,
(b.sl=String(a.signal.length),b)),c=a.ca.Ra(iy(108)),zf(c,2),
{la:a.ca};a.signal.length||UK(20,c);zf(a.ca,10);return{la:a.ca}};var ZL=function(a)
{this.output=new sL;tL(this.output,a)};var $L=function(a)
{ZL.call(this,a)};q($L,ZL);var aM=function(a,b,c,d,e,f)
{IL.call(this,a,2);this.A=new mL;var g=JL(this,new QL(b,c,e,f));a=new
mL;lL(a,e);this.g(ML,{ca:g.l,kb:a},c);e=this.g(WL,{ca:g.la});g=JL(this,new
PL(e.la,f));e=JL(this,new TL(d,g.l,f));this.g(ML,{ca:e.l,kb:a},c);e=this.g(YL,
{ca:e.la,signal:e.C},1024);this.g(ML,{ca:e.la,kb:a},c);var h=new
$L(VK());g=DL(this.g(SL,{Yh:g.C}),h.output);d=JL(this,new TL(d,g.la,f));this.g(ML,
{ca:d.la,kb:a},c);c=e.la.promise.then(function(k){var l;if(k==null)k=void
0;else{var n;k=(n=eg(k,2))!=null?
n:void 0}return{id:b,collectorGeneratedData:(l=k)!=null?l:null}}).catch(function()
{return{id:b,collectorGeneratedData:null}});oL(this.A,c)};q(aM,IL);var
bM=function(a,b,c,d,e,f,g){g=g===void 0?
RK:g;NL.call(this,1059,f);this.K=a;this.M=c;this.G=g;this.C=yL(this);this.P=zL(this
,b);this.l=zL(this,d);this.T=e?zL(this,e):void 0};q(bM,NL);
bM.prototype.j=function(){var a,b,c=new $K((b=(a=this.T)==null?void 0:a.value)!
=null?b:[]);b=this.P.value;var d=b.id;a=b.collectorFunction;var
e;b=(e=b.networkCode)!=null?e:d;c=!!d&&!!bL(c,d);if(fg(this.l.value,5)||
c)e={},UK(42,b,null,(e.ea=String(Number(this.M)),e)),c=new
aM(this.K,b,c,a,this.l.value,this.H,this.G),KL(c),oL(this.C,c.A.promise)};var
cM=function(a,b,c){c=c===void 0?
RK:c;NL.call(this,1057,b);this.l=a;this.K=c;this.C=yL(this);this.G=yL(this)};q(cM,N
L);
cM.prototype.j=function(){if(this.l)if(typeof this.l!
=="object")UK(46,"UNKNOWN_COLLECTOR_ID"),dM(this,"UNKNOWN_COLLECTOR_ID",112);else{v
ar a=this.l.id,b=this.l.networkCode;a&&b&&(delete this.l.id,UK(47,a+";"+b));a=b!
=null?b:a;typeof a!=="string"?(b={},UK(37,"INVALID_COLLECTOR_ID",null,
(b.ii=JSON.stringify(a),b)),dM(this,"INVALID_COLLECTOR_ID",102)):typeof
this.l.collectorFunction!=="function"?
(UK(14,a),dM(this,a,105)):this.K.Mg.includes(a)?
(UK(22,a),dM(this,a,104)):lL(this.G,this.l)}else UK(39,"UNKNOWN_COLLECTOR_ID"),
dM(this,"UNKNOWN_COLLECTOR_ID",110)};var dM=function(a,b,c)
{a=a.C;b=ly(b).Ra(iy(c));lL(a,b)};var MP=function(a,b,c,d,e,f,g){var
h=document;h=h===void 0?document:h;g=g===void 0?
RK:g;this.l=a;this.o=c;this.A=d;this.C=h;this.G=e;this.I=f;this.j=g;this.F=[];this.
L=[];this.g=new eM;this.B=0;a=v(b);for(b=a.next();!
b.done;b=a.next())this.push(b.value)};
MP.prototype.push=function(a){this.A||this.G();var b=new IL(this.l,3);a=JL(b,new
cM(a,this.g,this.j));AL(b.g(ML,{ca:a.C,kb:this.o},void 0),this.g);a=JL(b,new
bM(this.l,a.G,this.A,this.o,void
0,this.g,this.j));KL(b);b=a.C.promise;this.F.push(b);a=v(this.L);for(var
c=a.next();!
c.done;c=a.next())b.then(c.value)};MP.prototype.addOnSignalResolveCallback=function
(a){this.L.push(a);for(var b=v(this.F),c=b.next();!
c.done;c=b.next())c.value.then(a)};var NP=function(a,b){a.g.g.push(b)};
MP.prototype.clearAllCache=function(){var a=this,b=this.C.currentScript instanceof
HTMLScriptElement?this.C.currentScript.src:"";if(this.B===1){var
c={};UK(49,"",null,(c.url=b,c))}else if(this.j.Gg.includes(String(lj(b!=null?
b:""))))c={},UK(48,"",null,(c.url=b,c));else{this.I&&this.I();var d=new
IL(this.l,4);c=new OL(this.o,void
0,this.g);JL(d,c);KL(d);this.B=1;setTimeout(function()
{a.B=0},this.j.Eg*1E3);d={};UK(43,"",null,(d.url=b,d));return c.l.promise}};var
eM=function(){this.g=[]};
eM.prototype.Fb=function(a){this.g.forEach(function(b){return void b.Fb(a)})};var
OP=function(a){this.push=function(b)
{a.push(b)};this.addOnSignalResolveCallback=function(b)
{a.addOnSignalResolveCallback(b)};this.addErrorHandler=function(b){NP(a,
{Fb:function(c){return void b(c.methodName,c.Oc)}})};this.clearAllCache=function()
{a.clearAllCache()}};function PP(a,b,c,d,e,f,g,h){h=h===void 0?RK:h;if(!
QP(b,"encryptedSignalProviders",d,g)||!QP(b,"secureSignalProviders",d,g))
{UK(38,"");var k={Fb:function(l){return void
d(l.methodName,l.Oc)}};RP(a,b,"encryptedSignalProviders",c,h,k,e,f,g);RP(a,b,"secur
eSignalProviders",c,h,k,function(){},f,g)}}function QP(a,b,c,d){if(a[b]===void 0||
a[b]instanceof Array)return!
1;a=a[b];d&&a.addOnSignalResolveCallback(d);a.addErrorHandler(c);return!0}
function RP(a,b,c,d,e,f,g,h,k){var l;a=new MP(a,(l=b[c])!=null?l:
[],d,c==="secureSignalProviders",g,h,e);b[c]=new
OP(a);k&&a.addOnSignalResolveCallback(k);NP(a,f)}function SP(a,b,c,d,e,f,g)
{g=g===void 0?new HL:g;var h=h===void 0?RK:h;var k=new
mL;lL(k,b);PP(g,a,k,c,d,e,f,h)}
function TP(a,b,c,d){var e=UP,f=VP;var g=g===void 0?new HL:g;var h=new
Map;b=b.map(function(k){var l=k.Qc;return new Promise(function(n)
{h.set(l,n)})});SP(a,c,d,e,f,function(k){var l=k.collectorGeneratedData;k=k.id;var
n;return void((n=h.get(k))==null?void
0:n({collectorGeneratedData:l,id:k}))},g);return b};function WP(){var
a;return(a=x.googletag)!=null?a:x.googletag={cmd:[]}};function XP(a,b)
{a=wJ(a);fg(a,5)&&SP(WP(),a,function(){},UP,VP,b)}function YP(a,b){b=wJ(b);return
fg(b,5)&&a.length!==0?TP(WP(),a,b,function(){}):null}function VP(){}function UP()
{};function ZP(a,b,c,d){var e=new hL,f="",g=function(k){try{var l=typeof
k.data==="object"?
k.data:JSON.parse(k.data);f===l.paw_id&&(di(a,"message",g),l.error?
e.reject(Error(l.error)):e.resolve(d(l)))}catch(n){}},h=$P(a);return h?
(ci(a,"message",g),f=c(h),e.promise):(c=aQ(a))?
(f=String(Math.floor(jj()*2147483647)),ci(a,"message",g),b(c,f),e.promise):null}
function bQ(a){return ZP(a,function(b,c){var d,e;return
void((d=(e=b.getGmaQueryInfo)!=null?e:b.getGmaSig)==null?void
0:d.postMessage(c))},function(b){return b.getQueryInfo()},function(b){return
b.signal})}function cQ(){var a=window;return!!$P(a)||!!aQ(a)}function $P(a){var
b;if(typeof((b=a.gmaSdk)==null?void 0:b.getQueryInfo)==="function")return a.gmaSdk}
function aQ(a){var b,c,d,e,f,g;if(typeof((b=a.webkit)==null?void 0:
(c=b.messageHandlers)==null?void 0:(d=c.getGmaQueryInfo)==null?void
0:d.postMessage)==="function"||typeof((e=a.webkit)==null?void 0:
(f=e.messageHandlers)==null?void 0:(g=f.getGmaSig)==null?void
0:g.postMessage)==="function")return a.webkit.messageHandlers}
(function(a){return Jd(function(b){if(!Nd(b))return!1;for(var
c=v(Object.entries(a)),d=c.next();!d.done;d=c.next()){var
e=v(d.value);d=e.next().value;e=e.next().value;if(!(d in b)){if(e.ph===!
0)continue;return!1}if(!e(b[d]))return!1}return!0})})
({vc:Ld,pn:Ld,eid:Od(),vnm:Od(),js:Ld},"RawGmaSdkStaticSignalObject");var
eQ=function(){this.timeoutMs=dQ;this.j=bQ;this.signal=null;this.g=0},fQ=function(a)
{if(!fo(XC)||!cQ())return Promise.resolve(null);var b;return((b=a.j(window))!=null?
b:Promise.resolve(null)).catch(function(){return"0"})},hQ=function(a){var b;return
Ma(function(c){if(c.g==1)return b=Date.now()-a.g,!a.signal||b>3E5?c=Ba(c,gQ(a),3):
(c.g=2,c=void 0),c;c.g!=2&&(a.signal=c.j,a.g=Date.now());return
c.return(a.signal)})},gQ=function(a){return Promise.race([fQ(a).then(function(b)
{if(b==null)return null;
a.signal=b.length>1E4?"0":b;a.g=Date.now();return
a.signal}),lx(a.timeoutMs,"0")])};function Ol(a,b){return b instanceof
RegExp?"__REGEXP"+b.toString():b}function iQ(a,b){return
b&&b.toString().indexOf("__REGEXP")===0?(a=b.split("__REGEXP")[1].match(/\/(.*)\/
(.*)?/),new RegExp(a[1],a[2]||"")):b}
var lQ=function(a,b,c){lK.call(this,b);var d=this;this.A=a;this.g=null;this.C=new
XE(this);this.C.listen(gp(),"message",function(e){try{a:{var
f=e.Yb,g=jQ(f.data);if(kQ(d,g)){if(d.g===null)d.g=f.source,d.j||d.connect();else
if(d.g!==f.source)break a;kQ(d,g)&&d.dispatchEvent(new nK(g.name,g.type,g.data||
{},g.sid,f.origin,g.id,g.replyToMessageId))}}}catch(h){throw c==null||
c.Fb({Oc:h}),h;}})};q(lQ,lK);
var jQ=function(a){if(a==null||typeof a!=="string"||!a.startsWith("ima://"))return
null;a=a.substr(6);try{return JSON.parse(a,iQ)}catch(b){return
null}};lQ.prototype.sendMessage=function(a){if(this.g!=null&&this.g.postMessage!
=null){var b=this.g,c=b.postMessage,d={};d.name=a.name;d.type=a.type;a.data!
=null&&(d.data=a.data);a.id&&(d.id=a.id);a.g&&(d.replyToMessageId=a.g);d.sid=this.l
;d.channel=this.A;a="ima://"+(new Pl).da(d);c.call(b,a,"*")}this.g!
=null&&this.g.postMessage==null&&V.getInstance().report(11)};
lQ.prototype.O=function(){Wr(this.C);this.g=null;lK.prototype.O.call(this)};var
kQ=function(a,b){if(b==null)return!1;var c=b.channel;if(c==null||c!==a.A)return!
1;b=b.sid;return b==null||a.l!=="*"&&b!==a.l?!1:!0};var mQ=function()
{R.call(this);this.G=!1;this.g=null;this.A=this.F=this.M=!
1;this.j=0;this.o=[];this.C=!1;this.T=this.P=Infinity;this.l=0;this.H={};this.K=new
XE(this);Yr(this,this.K)};q(mQ,R);
var oQ=function(a,b){b==null||a.G||(a.g=b,nQ(a),a.G=!0)},qQ=function(a){a.g!
=null&&a.G&&(pQ(a),a.G=!1,a.F=!1,a.A=!1,a.j=0,a.o=[],a.C=!1)},nQ=function(a)
{pQ(a);!(a.g instanceof R)&&"ontouchstart"in document.documentElement&&Oc?
(a.H={touchstart:function(b){a.F=!
0;a.j=b.touches.length;a.l&&(window.clearTimeout(a.l),a.l=0,a.M=!
0);a.C=rQ(a,b.touches)||b.touches.length!==1;a.C?(a.P=Infinity,a.T=Infinity):
(a.P=b.touches[0].clientX,a.T=b.touches[0].clientY);b=b.touches;a.o=[];for(var
c=0;c<b.length;c++)a.o.push(b[c].identifier)},
touchmove:function(b){a.j=b.touches.length;if(!Oc||!FE(DE,8)||
Math.pow(b.changedTouches[0].clientX-a.P,2)+Math.pow(b.changedTouches[0].clientY-
a.T,2)>25)a.A=!0},touchend:function(b){return void sQ(a,b)}},gi(a.H,function(b,c)
{a.g.addEventListener(c,b,!1)})):a.K.listen(a.g,"click",a.V)},pQ=function(a)
{a.K.Ta(a.g,"click",a.V);gi(a.H,function(b,c){this.g.removeEventListener(c,b,!
1)},a);a.H={}},sQ=function(a,b){!a.F||a.j!==1||a.A||a.M||a.C||!
rQ(a,b.changedTouches)||(a.l=window.setTimeout(function(){return void tQ(a)},
300));a.j=b.touches.length;a.j===0&&(a.F=!1,a.A=!1,a.o=[]);a.M=!
1};mQ.prototype.V=function(){tQ(this)};var rQ=function(a,b){for(var
c=0;c<b.length;c++)if(a.o.includes(b[c].identifier))return!0;return!
1},tQ=function(a){a.l=0;a.dispatchEvent(new gw("click"))};mQ.prototype.O=function()
{qQ(this);R.prototype.O.call(this)};var uQ=function(a){return Ma(function(b){return
b.g==1?
Ba(b,a.g.promise,2):b.return({serializedConfig:a.serializedConfig,errorMessage:a.j,
latencyMs:a.l})})},yQ=function(){var
a=vQ,b=wQ,c=Date.now(),d=a.o();d.timeout=6E4;d.open("GET",b,!0);d.onload=function()
{a.l=Date.now()-c;d.status<200||d.status>=300?xQ(a,Error("status: "+d.status)):
(a.j=null,a.serializedConfig=d.responseText,a.g.resolve())};d.onerror=function()
{a.l=Date.now()-c;xQ(a,Error("status: "+d.status))};d.send()},xQ=function(a,b)
{a.serializedConfig=
null;a.j=b.message;a.g.resolve()},zQ=new function(){this.o=function(){return new
XMLHttpRequest};this.g=new hL;this.j=this.serializedConfig=null;this.l=0};function
AQ(){var a=BQ;var b=a.appName;var c=a.wc;a=a.pageUrl;var d=new
URL("https://securepubads.g.doubleclick.net/pagead/ima_ppub_config");return b&&c?
(c==="android"?
d.searchParams.set("msid",b):c==="ios"&&d.searchParams.set("an",b),d.toString()):a?
(d.searchParams.set("ippd",a),d.toString()):null};var CQ=[0,zh,Sh];var
DQ=function(a){this.D=C(a)};q(DQ,I);var EQ=Eh([0,zh,Sh,zh,CQ]);function FQ(a,b,c)
{var d,e,f;a=((f=(d=D(a,Mh,2))==null?void 0:(e=Xf(d,Lh,1,Af()))==null?void
0:e.map(function(g){return F(g,1)}))!=null?f:[]).some(function(g){return
g===b});V.getInstance().report(190,{fm:a,fl:c})}function GQ(a,b){if(!a||!b)return!
1;a=D(a,Kh,3);var c;a=!!b&&(a==null?void 0:(c=If(a,1,Se))==null?void
0:c.get(b));V.getInstance().report(196,{status:a,network:b});return a!=null?a:!1}
function HQ(a,b){if(!a||!b)return!1;var c;return!((c=D(a,Jh,5))==null||!
Xf(c,Ih,1,Af()).find(function(d){return(d==null?void 0:F(d,1))===b&&(d==null?void
0:fg(d,2))}))}function IQ(a){if(!a)return null;var b=new
DQ;a=Xf(a,Qh,6,Af());a=v(a);for(var c=a.next();!c.done;c=a.next()){var d=void
0;if(c=(d=D(c.value,Ph,4))==null?void 0:D(d,Oh,2)){d=new Ph;var e=new
Oh;c=ig(c,1);c=zf(e,1,He(c));d=E(d,2,c);bg(b,1,Ph,d)}}return
Xf(b,Ph,1,Af()).length===0?null:b};function JQ(a,b,c){var
d=wJ(a);if(fg(d,8))return!1;a=uJ(a)||!fg(d,5);b=GQ(b,c);return a&&!b?!1:!0};var
KQ=function(a,b){Q.call(this);var c=this;this.g=a;this.j=new Map;this.l=function(d)
{var e=c.j.get(d.messageType);if(e){var f="goog_"+Yi+
+,g=d.getId();e(d.qa).then(function(h)
{mK(c.g,d.type,d.messageType,h,f,g)})}};this.g.listen(b,this.l);Xr(this,function()
{c.j.clear();c.g.Ta(b,c.l)})};q(KQ,Q);var LQ={sh:function(a,b){var
c=a.injector_basename,d=a.sodar_query_id,e=a.bg_hash_basename,f=a.bg_binary;a=windo
w;var g=g===void 0?!1:g;var h=(g===void
0?0:g)?"//ep1.adtrafficquality.google/bg/"+Ui(e)+".js":"//pagead2.googlesyndication
.com/bg/"+Ui(e)+".js";e=g;e=e===void 0?!1:e;g=a.document;var
k={};k._bgu_=h;k._bgp_=f;b&&(k._li_=b);d&&(k._sid_=d);(b=a.GoogleTyFxhY)&&typeof
b.push=="function"||
(b=a.GoogleTyFxhY=[]);b.push(k);b=hp(ap(g).g,"SCRIPT");b.type="text/
javascript";b.async=!0;c=(e===void 0?
0:e)?hj(dw,Ui(c)+".js"):hj(ew,Ui(c)+".js");Pi(b,c);(c=(a.GoogleTyFxhYEET||{})
[b.src])?c():g.getElementsByTagName("head")[0].appendChild(b)}},MQ=function()
{this.g=!1},NQ=function(a){var b;return Ma(function(c){switch(c.g){case 1:return
c.l=2,Ba(c,(new mF).get({url:"//pagead2.googlesyndication.com/getconfig/sodar?
tid=pal&tv=imaq_h.3.690.0",withCredentials:!1,timeout:new RE}),4);case
4:b=c.j;Ca(c,3);break;case 2:return Da(c),c.return(null);case 3:if(!(typeof
b==="object"&&b!==null&&"injector_basename"in
b&&"sodar_query_id"in b&&"bg_hash_basename"in b&&"bg_binary"in b))return
c.return(null);try{LQ.sh(b,"imaq_h.3.690.0")}catch(d){return c.return(null)}a.g=!
0;return c.return(b.sodar_query_id)}})};var OQ="abort canplay canplaythrough
durationchange emptied loadstart loadeddata loadedmetadata progress ratechange
seeked seeking stalled suspend waiting".split(" ");var PQ=function(a,b)
{Q.call(this);this.g=a;this.timeoutMs=b;Yr(this,this.g)};q(PQ,Q);
var RQ=function(a){if(!iD(a.g.caller))return Promise.resolve(null);var b=new
hL,c=null;a.g.addEventListener(function(e)
{if(e.pingData.internalErrorState===1)b.resolve(null);else
if(e.eventName==="listenerRegistered")c=e.listenerId,e.pingData.applicableSections.
length===1&&e.pingData.applicableSections[0]===-1&&b.resolve(new QQ("","-1"));else
if(e.eventName==="signalStatus"&&e.data==="ready"){e=e.pingData;var
f,g=((f=e.applicableSections)!=null?f:[]).join("_");b.resolve(new
QQ(e.gppString,g))}});var d=
new Promise(function(e){setTimeout(function()
{e(null)},a.timeoutMs)});d=Promise.race([b.promise,d]);d.then(function(){c!
==null&&a.g.removeEventListener(c)});return d},QQ=function(a,b)
{this.gppString=a;this.sid=b};var
SQ=ta(["https://pagead2.googlesyndication.com/omsdk/releases/live/omweb-
v1.js"]),TQ=ta(["https://pagead2.googlesyndication.com/omsdk/releases/control/
omweb-v1.js"]),UQ=ta(["https://pagead2.googlesyndication.com/omsdk/releases/
canary/omweb-v1.js"]),VQ=ta(["https://pagead2.googlesyndication.com/omsdk/
releases/experimental/omweb-
v1.js"]),WQ=hj(SQ),XQ=hj(TQ),YQ=hj(UQ),ZQ=hj(VQ);function $Q(a){var
b;return(b=a.omidSessionInterface)!=null?b:null}
function aR(a){var b,c,d,e,f,g;return Ma(function(h){if(h.g==1)return
b=jp("IFRAME",{style:"display: none",title:"Advertisement"}),c=new
Promise(function(k){b.addEventListener("load",function()
{k()})}),a.appendChild(b),Ba(h,c,2);d=jp("SCRIPT");e=bR();Pi(d,e);f=new
Promise(function(k,l){d.addEventListener("load",function(){var n=mp(b);n&&$Q(n)?
k(b):l()})});g=b.contentDocument||
b.contentWindow.document;g.head.appendChild(d);return h.return(f)})}
function bR(){switch(K(eo).g(WC.g,WC.defaultValue)){case 0:return WQ;case 1:return
XQ;case 2:return YQ;case 3:return ZQ;default:return WQ}};var cR=function(a,b)
{R.call(this);this.j=b;this.g=$Q(a)};q(cR,R);var eR=function(a)
{try{a.g&&a.g.registerSessionObserver(function(b){b.type==="sessionStart"?
dR(a,a.j):b.type==="sessionFinish"&&eR(a)})}catch(b){a.dispatchEvent(new
Event("error"))}},dR=function(a,b){b instanceof hI&&(b=b.U);var
c;if(((c=b.tagName)==null?void 0:c.toUpperCase())!
=="AUDIO")try{a.g&&a.g.setVideoElement(b)}catch(d){a.dispatchEvent(new
Event("error"))}};cR.prototype.O=function()
{try{this.g&&this.g.finishAdSession()}catch(a){}R.prototype.O.call(this)};var
fR=function(a){this.data=a};m=fR.prototype;m.getTotalAds=function(){return
this.data.totalAds};m.getMaxDuration=function(){return
this.data.maxDuration};m.getAdPosition=function(){return
this.data.adPosition};m.getPodIndex=function(){return
this.data.podIndex};m.getTimeOffset=function(){return
this.data.timeOffset};m.getIsBumper=function(){return
this.data.isBumper};fR.prototype.getIsBumper=fR.prototype.getIsBumper;fR.prototype.
getTimeOffset=fR.prototype.getTimeOffset;
fR.prototype.getPodIndex=fR.prototype.getPodIndex;fR.prototype.getAdPosition=fR.pro
totype.getAdPosition;fR.prototype.getMaxDuration=fR.prototype.getMaxDuration;fR.pro
totype.getTotalAds=fR.prototype.getTotalAds;var gR=function(a)
{this.data=a};m=gR.prototype;m.getContent=function(){return
this.data.content};m.getContentType=function(){return
this.data.contentType};m.getWidth=function(){return
this.getSize().width};m.getHeight=function(){return
this.getSize().height};m.getAdSlotId=function(){return
this.data.adSlotId};m.getSize=function(){var a=this.data.size;return new
Ik(a.width,a.height)};m.jf=function(){return this.data.resourceType};
var yK=function(a){return(a=a.data.backupCompanions)?a.map(function(b){return new
gR(b)}):
[]};gR.prototype.getAdSlotId=gR.prototype.getAdSlotId;gR.prototype.getHeight=gR.pro
totype.getHeight;gR.prototype.getWidth=gR.prototype.getWidth;gR.prototype.getConten
tType=gR.prototype.getContentType;gR.prototype.getContent=gR.prototype.getContent;v
ar hR=function(a,b){this.j=a;this.g=b};hR.prototype.getAdIdValue=function(){return
this.j};hR.prototype.getAdIdRegistry=function(){return
this.g};hR.prototype.getAdIdRegistry=hR.prototype.getAdIdRegistry;hR.prototype.getA
dIdValue=hR.prototype.getAdIdValue;var W=function(a)
{this.data=a};W.prototype.getAdId=function(){return
this.data.adId};W.prototype.getCreativeAdId=function(){return
this.data.creativeAdId};W.prototype.getCreativeId=function(){return
this.data.creativeId};var iR=function(a){return
a.data.adQueryId};W.prototype.getAdSystem=function(){return
this.data.adSystem};W.prototype.getAdvertiserName=function(){return
this.data.advertiserName};W.prototype.getApiFramework=function(){return
this.data.apiFramework};
var jR=function(a){var b;return(b=a.data.clickThroughUrl)!=null?
b:null},kR=function(a){var b;return(b=a.data.attributionParams)!=null?
b:null};m=W.prototype;m.getWrapperAdIds=function(){return
this.data.adWrapperIds};m.getWrapperCreativeIds=function(){return
this.data.adWrapperCreativeIds};m.getWrapperAdSystems=function(){return
this.data.adWrapperSystems};m.isLinear=function(){return
this.data.linear};m.isSkippable=function(){return
this.data.skippable};m.getContentType=function(){return this.data.contentType};
m.getDescription=function(){return this.data.description};m.getTitle=function()
{return this.data.title};m.getDuration=function(){return
this.data.duration};m.getVastMediaWidth=function(){return
this.data.vastMediaWidth};m.getVastMediaHeight=function(){return
this.data.vastMediaHeight};m.getWidth=function(){return
this.data.width};m.getHeight=function(){return
this.data.height};m.getUiElements=function(){return
this.data.uiElements};m.getMinSuggestedDuration=function(){return
this.data.minSuggestedDuration};
m.getAdPodInfo=function(){return new
fR(this.data.adPodInfo)};m.getCompanionAds=function(a,b,c){var
d=this.data.companions;if(!d)return[];d=d.map(function(e){return new gR(e)});return
xK(new uK({size:new Ik(a,b),gf:c?c.sizeCriteria==="SelectFluid":!
1},c),d)};m.getTraffickingParameters=function(){return
PE(Xi(this.data.traffickingParameters))};m.getTraffickingParametersString=function(
){return this.data.traffickingParameters};m.getVastMediaBitrate=function(){return
this.data.vastMediaBitrate};
m.getMediaUrl=function(){return this.data.mediaUrl};m.getSurveyUrl=function()
{return this.data.surveyUrl};m.getDealId=function(){return
this.data.dealId};m.getUniversalAdIds=function(){return(this.data.universalAdIds||
[]).map(function(a){return new
hR(a.adIdValue,a.adIdRegistry)})};m.getUniversalAdIdValue=function(){return
this.data.universalAdIdValue};m.getUniversalAdIdRegistry=function(){return
this.data.universalAdIdRegistry};m.getSkipTimeOffset=function(){return
this.data.skipTimeOffset};
m.rf=function(){return
this.data.disableUi};W.prototype.isUiDisabled=W.prototype.rf;W.prototype.getSkipTim
eOffset=W.prototype.getSkipTimeOffset;W.prototype.getUniversalAdIdRegistry=W.protot
ype.getUniversalAdIdRegistry;W.prototype.getUniversalAdIdValue=W.prototype.getUnive
rsalAdIdValue;W.prototype.getUniversalAdIds=W.prototype.getUniversalAdIds;W.prototy
pe.getDealId=W.prototype.getDealId;W.prototype.getSurveyUrl=W.prototype.getSurveyUr
l;W.prototype.getMediaUrl=W.prototype.getMediaUrl;
W.prototype.getVastMediaBitrate=W.prototype.getVastMediaBitrate;W.prototype.getTraf
fickingParametersString=W.prototype.getTraffickingParametersString;W.prototype.getT
raffickingParameters=W.prototype.getTraffickingParameters;W.prototype.getCompanionA
ds=W.prototype.getCompanionAds;W.prototype.getAdPodInfo=W.prototype.getAdPodInfo;W.
prototype.getMinSuggestedDuration=W.prototype.getMinSuggestedDuration;W.prototype.g
etUiElements=W.prototype.getUiElements;W.prototype.getHeight=W.prototype.getHeight;
W.prototype.getWidth=W.prototype.getWidth;W.prototype.getVastMediaHeight=W.prototyp
e.getVastMediaHeight;W.prototype.getVastMediaWidth=W.prototype.getVastMediaWidth;W.
prototype.getDuration=W.prototype.getDuration;W.prototype.getTitle=W.prototype.getT
itle;W.prototype.getDescription=W.prototype.getDescription;W.prototype.getContentTy
pe=W.prototype.getContentType;W.prototype.isSkippable=W.prototype.isSkippable;W.pro
totype.isLinear=W.prototype.isLinear;W.prototype.getWrapperAdSystems=W.prototype.ge
tWrapperAdSystems;
W.prototype.getWrapperCreativeIds=W.prototype.getWrapperCreativeIds;W.prototype.get
WrapperAdIds=W.prototype.getWrapperAdIds;W.prototype.getApiFramework=W.prototype.ge
tApiFramework;W.prototype.getAdvertiserName=W.prototype.getAdvertiserName;W.prototy
pe.getAdSystem=W.prototype.getAdSystem;W.prototype.getCreativeId=W.prototype.getCre
ativeId;W.prototype.getCreativeAdId=W.prototype.getCreativeAdId;W.prototype.getAdId
=W.prototype.getAdId;var lR=function(a)
{this.g=a};lR.prototype.getCuePoints=function(){return
this.g};lR.prototype.getCuePoints=lR.prototype.getCuePoints;var mR=function()
{this.useLearnMoreButton=this.disableUi=this.disableClickThrough=!
1;this.autoAlign=this.useVideoAdUi=!0;this.bitrate=-1;this.enablePreloading=!
1;this.loadVideoTimeout=8E3;this.mimeTypes=null;this.playAdsAfterTime=-
1;this.restoreCustomPlaybackStateOnAdBreakComplete=!
1;this.uiElements=null;this.useStyledNonLinearAds=this.useStyledLinearAds=!
1};mR.prototype.da=function(a){var
b={};Object.assign(b,this);a&&(b.disableClickThrough=!0);return b};
mR.prototype.append=function(a){if(a){var b=a.autoAlign;b!
=null&&(this.autoAlign=b);b=bj(a.bitrate);typeof b==="number"&&!
isNaN(b)&&b>0&&(this.bitrate=b);this.disableClickThrough=a.disableClickThrough||
this.disableClickThrough;this.disableUi=a.disableUi||
this.disableUi;this.enablePreloading=a.enablePreloading||this.enablePreloading;
(b=a.mimeTypes)&&b.length!==0&&(this.mimeTypes=b);b=bj(a.playAdsAfterTime);typeof
b==="number"&&!
isNaN(b)&&b>0&&(this.playAdsAfterTime=b);this.restoreCustomPlaybackStateOnAdBreakCo
mplete=
a.restoreCustomPlaybackStateOnAdBreakComplete||
this.restoreCustomPlaybackStateOnAdBreakComplete;b=bj(a.loadVideoTimeout);typeof
b==="number"&&!
isNaN(b)&&b>0&&(this.loadVideoTimeout=b);this.uiElements=a.uiElements||
this.uiElements;this.useLearnMoreButton=a.useLearnMoreButton||
this.useLearnMoreButton;this.useStyledLinearAds=a.useStyledLinearAds||
this.useStyledLinearAds;this.useStyledNonLinearAds=a.useStyledNonLinearAds||
this.useStyledNonLinearAds;this.useVideoAdUi=a.useVideoAdUi===!1?!
1:this.useVideoAdUi}};
y("module$exports$google3$javascript$ads$interactivemedia$sdk$clientside$api$ads_re
ndering_settings.AdsRenderingSettings.AUTO_SCALE",-1);var Kf=function(a)
{this.D=C(a)};q(Kf,I);var nR=function(a){this.D=C(a)};q(nR,I);var oR=function(a)
{this.D=C(a)};q(oR,I);var pR=function(a){this.D=C(a)};q(pR,I);var qR=function(a)
{this.D=C(a)};q(qR,I);var rR=function(a){return
Vf(a,qk,5)};qR.prototype.getWidth=function(){return
gg(this,9)};qR.prototype.getHeight=function(){return gg(this,10)};var
sR=Hh(qR);function tR(a){var b;return(b=(new
Map([["https://googleads.g.doubleclick.net",BigInt(200)],["https://
td.doubleclick.net",BigInt(300)],["https://f.creativecdn.com",BigInt(400)],
["https://fledge.us.criteo.com",BigInt(500)],["https://
fledge.eu.criteo.com",BigInt(600)],["https://fledge.as.criteo.com",BigInt(700)],
["https://fledge-buyer-testing-1.uc.r.appspot.com",BigInt(800)],["https://at-us-
east.amazon-adsystem.com",BigInt(900)],["https://x.adroll.com",BigInt(1E3)],
["https://fledge.dynalyst.jp",BigInt(1100)]])).get(a))!=
null?b:BigInt(100)};function uR(a){var
b=a.di,c=a.Uj,d=a.hk,e=a.auctionNonce,f=a.Mj,g=a.multiBidLimit;a=!fg(b,14);for(var
h={},k=v(Xf(b,nR,7,Af())),l=k.next();!l.done;l=k.next()){l=l.value;var n={},p=void
0,r=(p=d)==null?void
0:p.uh.Xh.ci.Dg;p=F(l,1);if(F(l,2).length)try{if(n=JSON.parse(F(l,2)),jj()*100<1)
{var u=void 0;(u=r)==null||wk(u,{Kd:p,status:"SUCCESS",Fe:100})}}catch(Za){u=void
0,(u=r)==null||wk(u,{Kd:p,status:"ERROR",Fe:1})}else u=void 0,(u=r)==null||wk(u,
{Kd:p,status:"EMPTY",Fe:1});h[F(l,1)]=n}if(d=D(b,ok,
6))h["https://googleads.g.doubleclick.net"]=nf(d),h["https://
td.doubleclick.net"]=nf(d);d={};k=Xf(b,pR,11,Af());k=v(k);for(l=k.next();!
l.done;l=k.next())l=l.value,d[F(l,1)]=gg(l,2);k={};gg(b,21)!
==0&&(k["*"]=gg(b,21));if(Xf(b,oR,32,Af()).length>0){var
t={};l=v(Xf(b,oR,32,Af()));for(n=l.next();!
n.done;n=l.next())n=n.value,t[F(n,1)]=gg(n,2)}l={};Ae(xf(b,18))!
=null&&(l["https://googleads.g.doubleclick.net"]=hg(b,18),l["https://
td.doubleclick.net"]=hg(b,18));n=v(Jf(b));for(r=n.next();!r.done;r=n.next())p=
v(r.value),r=p.next().value,p=p.next().value,hg(p,4)&&(l[r]=hg(p,4));n={};r=v(Jf(b)
);for(p=r.next();!
p.done;p=r.next())u=v(p.value),p=u.next().value,u=u.next().value,u=F(u,5),u.length&
&(n[p]={type:u});var w,B;if((w=D(b,ok,6))==null?0:(B=Vf(w,nk,3))==null?
0:fg(B,71))n["https://td.doubleclick.net"]={type:"default-local-
reporting"};w={};g&&g>1&&(w["*"]=g);g=F(b,1).split("/td/")[0];(B=D(b,qk,5))==null?
B=void 0:(r=B.D,B=new B.constructor(hf(r,r[A]|0,tf,!0,!0)),r=B.D,r[A]&=-3);var M;B!
=null&&(M=D(B,pk,
5))!=null&&zf(M,2);M=Object;r=M.assign;p=F(b,1);u=F(b,2);var
ka=mg(b,3,Af(Gd));t=r.call(M,{},
{seller:g,decisionLogicURL:p,trustedScoringSignalsURL:u,interestGroupBuyers:ka,sell
erExperimentGroupId:hg(b,17),auctionSignals:JSON.parse(F(b,4)||"{}"),sellerSignals:
(B==null?void 0:nf(B))||[],sellerTimeout:gg(b,15)||
50,perBuyerExperimentGroupIds:l,perBuyerSignals:h,perBuyerTimeouts:d,perBuyerCumula
tiveTimeouts:k,perBuyerRealTimeReportingConfig:n,perBuyerMultiBidLimits:w,reporting
Timeout:5E3},t?{perBuyerGroupLimits:t}:
{},a?{resolveToConfig:a}:{});if(b==null?
0:fg(rR(b),25))t.sellerCurrency="USD",t.perBuyerCurrencies=Object.fromEntries(If(b,
22,Te));F(b,28)&&(t.directFromSellerSignalsHeaderAdSlot=F(b,28));if(vR(t.interestGr
oupBuyers,f))
{t.auctionReportBuyerKeys=t.interestGroupBuyers.map(tR);f={interestGroupCount:
{bucket:BigInt(0),scale:1},bidCount:
{bucket:BigInt(1),scale:1}};f.totalGenerateBidLatency={bucket:BigInt(2),scale:1};f.
totalSignalsFetchLatency={bucket:BigInt(3),scale:1};t.auctionReportBuyers=f;var
Z=Z===
void 0?BigInt(0):Z;t.auctionReportBuyerDebugModeConfig={enabled:!
0,debugKey:Z}}e&&(t.auctionNonce=e,t.additionalBids=Promise.resolve());If(b,33,Te).
size&&(t.deprecatedRenderURLReplacements=Object.fromEntries(If(b,33,Te).entries()),
(e=t.deprecatedRenderURLReplacements["$
{RENDER_DATA_td.doubleclick.net_GDA}"])&&(t.deprecatedRenderURLReplacements["$
{RENDER_DATA}"]=e));e=Object;Z=e.assign;f=F(b,1);h=hg(b,17);M=new
qk;d=rR(b);Uf(d,pk,5)!==void 0&&(d=new
pk,w=kg(Vf(rR(b),pk,5),2),d=Mf(d,2,He(w),"0"),w=
kg(Vf(rR(b),pk,5),4),d=Mf(d,4,He(w),"0"),E(M,5,d));rR(b).getEscapedQemQueryId()&&(d
=rR(b).getEscapedQemQueryId(),Mf(M,2,Pe(d),""));F(rR(b),6)&&(d=F(rR(b),6),Mf(M,6,Pe
(d),""));fg(rR(b),21)&&qg(M,21,!0);fg(rR(b),4)&&qg(M,4,!
0);F(rR(b),11)&&(d=F(rR(b),11),Mf(M,11,Pe(d),""));fg(rR(b),32)&&qg(M,32,!
0);M=nf(M);d=gg(b,15)||50;if(fg(b,30)){if(c==null||!c.length)throw
Error("top_td_without_component_auction");}else c=[t].concat(ra(c!=null?c:
[]));c=Z.call(e,{},{seller:g,decisionLogicURL:f,sellerExperimentGroupId:h,
sellerSignals:M,sellerTimeout:d,interestGroupBuyers:[],auctionSignals:
{},perBuyerExperimentGroupIds:{},perBuyerSignals:{},perBuyerTimeouts:
{},perBuyerCumulativeTimeouts:{},componentAuctions:c},a?{resolveToConfig:a}:
{});F(b,28)&&(c.directFromSellerSignalsHeaderAdSlot=F(b,28));return c}function
vR(a,b){return a.some(function(c){return tR(c)!==BigInt(100)})&&(b!=null?b:!1)};var
xR=function(a,b){Q.call(this);var c=this;this.navigator=b;this.j=function(d){var
e=Date.now();try{var f=wR(c,d.tdconfig)}catch(g){f=Promise.resolve({Rb:!
1,result:null})}return f.then(function(g){var h=new
lk;h=tg(h,1,e);h=tg(h,2,Date.now());var k=g.Rb,l;g=(l=g.result)!=null?
l:"";l={};return
l.ffconfig=g,l.timeout=2E3,l.auctioninterval=h.da(),l.isauctiontimeout=k,l})};this.
g=new KQ(a,"fledge");Yr(this,this.g)};q(xR,Q);
var wR=function(a,b){b=sR(b);var c=uR({di:b});b=lx(2E3,null).then(function()
{return{Rb:!0,result:null}});a=a.navigator.runAdAuction(c).then(function(d){d!
==null&&typeof d!=="string"?d=null:d==null&&(d=null);return{Rb:!
1,result:d}});return Promise.race([b,a])};var zR=function(a,b,c)
{Q.call(this);this.C=a;this.B=b;this.A=c;this.g=this.j=this.o=null;this.l=0;a=new
XE(this);Yr(this,a);yR(this);a.listen(this.B,"adsManager",this.F)};q(zR,Q);var
yR=function(a){aR(a.C).then(function(b){a.j=b;AR(a,mp(b))}).catch(function(){return
void BR(a)})};
zR.prototype.F=function(a){if(["complete","skip","error"].includes(a.messageType))
{this.l++;if(this.l===10){this.l=0;var b;(b=this.g)==null||
b.dispose();yR(this)}a=mp(this.j);var c;a&&((c=a.frames)==null?
0:c.omid_v1_present)||V.getInstance().report(188,{})}};
var CR=function(a){if(a.g&&a.o){var
b=a.g;try{b.g&&b.g.setSessionClientWindow(a.o)}catch(c){b.dispatchEvent(new
Event("error"))}}},AR=function(a,b){a.g=new cR(b,a.A);a.g.listen("error",function()
{return void BR(a)});eR(a.g);CR(a)},BR=function(a)
{mK(a.B,"omid","iframeFailed");a.dispose()};zR.prototype.O=function()
{this.j&&(kp(this.j),this.j=null);var a;(a=this.g)==null||
a.dispose();Q.prototype.O.call(this)};var DR=function(a,b,c,d)
{Q.call(this);this.o=a;this.l=b;this.g=c;this.C=d;this.j=new
XE(this);Yr(this,this.j);this.j.listen(this.o,d,this.A)};q(DR,Q);var
ER=function(a,b){var c=b.qa;switch(b.messageType){case
"showVideo":a.l.Fd();break;case "hide":a.l.qb();break;case
"resizeAndPositionVideo":b=c.resizeAndPositionVideo;a.l.ze(new
Kk(b.x,b.y,b.width,b.height));break;case "restoreSizeAndPositionVideo":a.l.Ae()}};
DR.prototype.A=function(a){var b=a.qa;switch(a.messageType){case
"activate":this.l.Hc(this.g);break;case "startTracking":a=this.g;var
c=this.B;this.j.listen(a,ki(AF),c);this.j.listen(a,OQ,c);this.g.Re();break;case
"stopTracking":a=this.g;c=this.B;this.j.Ta(a,ki(AF),c);this.j.Ta(a,OQ,c);this.g.Zb(
);break;case "exitFullscreen":a=this.g.g;(Lc||
Nc)&&a.webkitDisplayingFullscreen&&a.webkitExitFullscreen();break;case
"play":this.g.play();break;case "pause":this.g.pause();break;case
"load":a=this.g;c=b.videoUrl;
var
d=b.muxedMediaUrl,e=b.muxedMimeType,f=b.muxedAudioCodec,g=b.muxedVideoCodec,h=b.dem
uxedAudioUrl,k=b.demuxedVideoUrl,l=b.demuxedAudioMimeType,n=b.demuxedVideoMimeType,
p=b.demuxedAudioCodec,r=b.demuxedVideoCodec;b=b.mseCompatible;var
u=null;k&&h&&b&&n&&l&&r&&p&&(u=new
eD({ki:k,Cg:h,nk:null,Oj:null,ji:n,Bg:l,wb:r,gb:p,height:null,width:null,Ja:b,mk:nu
ll,Nj:null}));h=null;d&&e&&g&&f&&(h=new
fD({th:d,Eb:null,mimeType:e,wb:g,gb:f,height:null,width:null,Ja:b,Wj:null}));u?
a.load(c,u):h?a.load(c,h):a.load(c,
null);break;case "unload":this.g.unload();break;case
"setCurrentTime":this.g.g.currentTime=b.currentTime;break;case
"setVolume":this.g.setVolume(b.volume)}};
DR.prototype.B=function(a){var b={};switch(a.type){case
"autoplayDisallowed":a="autoplayDisallowed";break;case
"beginFullscreen":a="fullscreen";break;case
"endFullscreen":a="exitFullscreen";break;case "click":a="click";break;case
"end":a="end";break;case "error":a="error";break;case
"loaded":a="loaded";break;case "mediaLoadTimeout":a="mediaLoadTimeout";break;case
"pause":a="pause";b.ended=this.g.g.ended;break;case "play":a="play";break;case
"skip":a="skip";break;case "start":a="start";b.volume=this.g.getVolume();
break;case
"timeUpdate":a="timeupdate";b.currentTime=this.g.getCurrentTime();b.duration=this.g
.getDuration();break;case
"volumeChange":a="volumeChange";b.volume=this.g.getVolume();break;case
"loadedmetadata":a=a.type;b.duration=this.g.getDuration();break;case "abort":case
"canplay":case "canplaythrough":case "durationchange":case "emptied":case
"loadstart":case "loadeddata":case "progress":case "ratechange":case "seeked":case
"seeking":case "stalled":case "suspend":case
"waiting":a=a.type;break;default:return}mK(this.o,
this.C,a,b)};var FR=function(a,b){Q.call(this);this.j=b;this.g=null;this.l=new
DR(a,b,this.j.ga,"videoDisplay1");Yr(this,this.l);var c=this.j.Ba;c!
=null&&(this.g=new DR(a,b,c,"videoDisplay2"),Yr(this,this.g))};q(FR,Q);function
GR(a,b,c,d){var
e=tj("IFRAME");e.id=b;e.name=b;e.width=String(c);e.height=String(d);e.allowTranspar
ency="true";e.scrolling="no";e.marginWidth="0";e.marginHeight="0";e.frameBorder="0"
;e.style.border="0";e.style.verticalAlign="bottom";e.src="about:blank";e.setAttribu
te("aria-label","Advertisement");e.title="3rd party ad
content";e.tabIndex=0;a.appendChild(e);return e};function HR(){var
a,b,c,d=gp();d=d===void 0?window:d;d=((c=d===void 0?null:d)!=null?
c:window).googletag;c=(d==null?0:d.apiReady)?d:void 0;return(b=c==null?void 0:
(a=c.companionAds)==null?void 0:a.call(c))!=null?b:null}
function IR(a){var b={};b.slotId=a.getSlotId().getId();var c=[];a=v(a.getSizes()||
[]);for(var d=a.next();!d.done;d=a.next())if(d=d.value,typeof d!=="string"){var
e={};c.push((e.adWidth=d.getWidth(),e.adHeight=d.getHeight(),e))}else
d==="fluid"&&(d={},c.push((d.fluidSize=!0,d)));return b.adSizes=c,b}
function JR(a){var b=HR();if(b&&a&&Array.isArray(a)){var c=new
Map(b.getSlots().map(function(r){return[r.getSlotId().getId(),r]}));a=v(a);for(var
d=a.next();!d.done;d=a.next()){var e=d.value,f=c.get(e.slotId);if(f&&!
b.isSlotAPersistentRoadblock(f)){var
g=e.adContent;if(g&&(d=bp(f.getSlotId().getDomId()))){d.style.display="";var
h=e.adWidth,k=e.adHeight;e.fluidSize&&(k=fr(d),h=k.width,k=k.height);d.textContent=
"";if(e.friendlyIframeRendering)try{var
l="google_companion_"+f.getSlotId().getId(),n=GR(d,
l,h,k),p=n.contentWindow?
n.contentWindow.document:n.contentDocument;Gc&&p.open("text/
html","replace");Si(p,WE(g));p.close()}catch(r){}else
Qi(d,WE(g)),d.style.width=h+"px",d.style.height=k+"px";b.slotRenderEnded(f,h,k);
(e=e.onAdContentSet)&&e(d)}}}}};var KR=function(a,b,c,d,e,f)
{nK.call(this,a,b,c,d,e);this.g=f};q(KR,nK);var LR=function(a,b)
{R.call(this);this.A=a;this.o=b;this.g={};this.j=new
XE(this);Yr(this,this.j);this.j.listen(gp(),"message",this.l)};q(LR,R);var
MR=function(a,b){var
c=b.g;a.g.hasOwnProperty(c)&&mK(a.g[c],b.type,b.messageType,b.qa)},NR=function(a,b,
c,d){a.g.hasOwnProperty(b)||(c=new lQ(b,c),a.j.listen(c,a.A,function(e)
{this.dispatchEvent(new
KR(e.type,e.messageType,e.qa,e.Gc,e.origin,b))}),c.g=d,c.connect(),a.g[b]=c)};
LR.prototype.O=function(){for(var a=v(Object.values(this.g)),b=a.next();!
b.done;b=a.next())Wr(b.value);R.prototype.O.call(this)};LR.prototype.l=function(a)
{a=a.Yb;var b=jQ(a.data);if(b!=null){var c=b.channel;if(this.o&&!
this.g.hasOwnProperty(c)){var d=b.sid;NR(this,c,d,a.source);this.dispatchEvent(new
KR(b.name,b.type,b.data||{},d,a.origin,c))}}};function OR(){return!!
Va("googletag.cmd",gp())}function PR(){var a=Va("googletag.console",gp());return a!
=null?a:null}var QR=function(){XE.call(this);this.g=null;this.l=new LR("gpt",!
0);Yr(this,this.l);this.listen(this.l,"gpt",this.A);OR()||gp().top===gp()||
(this.g=new LR("gpt",!
1),Yr(this,this.g),this.listen(this.g,"gpt",this.B))};q(QR,XE);
QR.prototype.A=function(a){var
b=a.origin,c="//imasdk.googleapis.com".match(cj);b=b.match(cj);if(c[3]==b[3]&&c[4]=
=b[4])if(this.g!=null)NR(this.g,a.g,a.Gc,gp().parent),this.g!
=null&&MR(this.g,a);else if(c=a.qa,c!=null&&c.scope!==void 0)
{b=c.scope;c=c.args;var d;if(b==="proxy"){var e=a.messageType;e==="isGptPresent"?
d=OR():e==="isConsolePresent"&&(d=PR()!=null)}else if(OR())if(b==="pubads"||
b==="companionAds"){d=a.messageType;var f=gp().googletag;if(f!=null&&f[b]!
=null&&(b=f[b](),b!=null&&(d=b[d],
d!=null)))try{e=d.apply(b,c)}catch(g){}d=e}else if(b==="console"){if(e=PR(),e!
=null&&(b=e[a.messageType],b!=null))try{b.apply(e,c)}catch(g){}}else
b===null&&(e=a.messageType,e==="googleGetCompanionAdSlots"?(e=HR())?
(e=e.getSlots().map(IR),d=e.length?e:null):d=null:
(e==="googleSetCompanionAdContents"&&JR(c==null?void 0:c[0]),d=null));d!==void
0&&(a.qa.returnValue=d,MR(this.l,a))}};QR.prototype.B=function(a){MR(this.l,a)};
var RR=function(a,b){if(a.g){var c=a.g;Wr(c.g[b]);delete
c.g[b]}a.l&&(a=a.l,Wr(a.g[b]),delete a.g[b])};var TR=function(a,b){var
c=Array.prototype.slice.call(arguments),d=c.shift();if(typeof d=="undefined")throw
Error("[goog.string.format] Template required");return d.replace(/%([0\- \+]*)(\
d+)?(\.(\d+))?([%sfdiu])/g,function(e,f,g,h,k,l,n,p){if(l=="%")return"%";var
r=c.shift();if(typeof r=="undefined")throw Error("[goog.string.format] Not enough
arguments");arguments[0]=r;return
SR[l].apply(null,arguments)})},SR={s:function(a,b,c){return isNaN(c)||c==""||
a.length>=Number(c)?a:a=b.indexOf("-",0)>-1?
a+Wi(" ",Number(c)-a.length):Wi(" ",Number(c)-a.length)+a},f:function(a,b,c,d,e)
{d=a.toString();isNaN(e)||e==""||(d=parseFloat(a).toFixed(e));var
f=Number(a)<0?"-":b.indexOf("+")>=0?"+":b.indexOf(" ")>=0?"
":"";Number(a)>=0&&(d=f+d);if(isNaN(c)||d.length>=Number(c))return d;d=isNaN(e)?
Math.abs(Number(a)).toString():Math.abs(Number(a)).toFixed(e);a=Number(c)-d.length-
f.length;return d=b.indexOf("-",0)>=0?f+d+Wi(" ",a):f+Wi(b.indexOf("0",0)>=0?"0":"
",a)+d},d:function(a,b,c,d,e,f,g,h){return SR.f(parseInt(a,
10),b,c,d,0,f,g,h)}};SR.i=SR.d;SR.u=SR.d;function UR()
{return["autoplay","attribution-reporting"].filter(function(a){var
b=document.featurePolicy;return b!==void 0&&typeof
b.allowedFeatures=="function"&&typeof
b.allowedFeatures()=="object"&&b.allowedFeatures().includes(a)}).join(";")}
var YR=function(a,b,c){c=c===void 0?!
1:c;R.call(this);this.C=b;this.V=c;this.K=this.H=null;this.G=!1;this.F="goog_"+Yi+
+;this.o=new Map;this.g=null;c=gp();var d=Va("google.ima.gptProxyInstance",c);d!
=null?c=d:(d=new
QR,y("google.ima.gptProxyInstance",d,c),c=d);this.W=c;this.A=null;this.l=new
XE(this);Yr(this,this.l);c=this.F;d=VR(this,c);var
e=window.document;if(Jn.length&&e.head)for(var f=v(Jn),g=f.next();!
g.done;g=f.next())if((g=g.value)&&e.head){var
h=tj("META");e.head.appendChild(h);h.httpEquiv=
"origin-trial";h.content=g}e=UR();c=jp("IFRAME",{src:d,allowFullscreen:!
0,allow:e,id:c,style:"border:0; opacity:0; margin:0; padding:0; position:relative;
color-scheme:
light;",title:"Advertisement"});this.l.uc(c,"load",this.fa);a.appendChild(c);this.f
rameElement=c;this.j=WR(this);this.M=new
xR(this.j,navigator);Yr(this,this.M);c=this.M;c.g.j.set("auction",c.j);this.P=new
FR(this.j,this.C);Yr(this,this.P);this.C.ga&&this.l.listen(this.j,"displayContainer
",this.T);this.l.listen(this.j,"mouse",this.aa);
this.l.listen(this.j,"touch",this.ba);SJ({Pc:0,Zc:!1,sc:!1,wc:null})||(this.A=new
zR(a,this.j,b.ga.g),Yr(this,this.A))};q(YR,R);var WR=function(a,b){b=b===void
0?"*":b;var c=a.o.get(b);c==null&&(c=new
lQ(a.F,b),a.G&&(c.g=mp(a.frameElement),c.connect()),a.o.set(b,c));return
c};YR.prototype.Hc=function(a){var b;(b=this.A)!
=null&&(a=a.g,b.A=a,b.g&&(b=b.g,b.j=a,dR(b,a)))};
YR.prototype.O=function(){this.g!
==null&&(this.g.dispose(),this.g=null);this.o.forEach(function(a)
{Wr(a)});this.o.clear();RR(this.W,this.F);kp(this.frameElement);R.prototype.O.call(
this)};
var ZR=function(a){var b=window;try{do{try{if(b.location.href.indexOf(a)===0||
b.document.referrer.indexOf(a)===0)return!0}catch(c){}b=b.parent}while(b!
==b.top)}catch(c){}return!1},VR=function(a,b){var
c=(nj()?"https:":"http:")+TR("//imasdk.googleapis.com/js/core/bridge3.690.0_
%s.html",gJ.getLocale()),d=new
URL(c,window.location.href);a.V&&d.searchParams.append("gdpr","1");ZR(c)&&d.searchP
arams.append("f",b);a=new Map;a.set("fid",b);
(b=$k())&&a.set("deid",b);d.hash=Array.from(a.entries(),function(e){var f=
v(e);e=f.next().value;f=f.next().value;return e+"="+f}).join("&");return
d.toString()};YR.prototype.aa=function(a){var
b=a.qa,c=ar(this.frameElement),d=document.createEvent("MouseEvent");d.initMouseEven
t(a.messageType,!0,!
0,window,b.detail,b.screenX,b.screenY,b.clientX+c.x,b.clientY+c.y,b.ctrlKey,b.altKe
y,b.shiftKey,b.metaKey,b.button,null);this.frameElement.dispatchEvent(d)};
var $R=function(a,b){var c=ar(a.frameElement),d=!!("TouchEvent"in
window&&TouchEvent.length>0);b=b.map(function(f){return d?new
Touch({identifier:f.identifier,target:a.frameElement,clientX:f.clientX,clientY:f.cl
ientY,screenX:f.screenX,screenY:f.screenY,pageX:f.pageX+c.x,pageY:f.pageY+c.y}):doc
ument.createTouch(window,a.frameElement,f.identifier,f.pageX+c.x,f.pageY+c.y,f.scre
enX,f.screenY)});if(d)return b;var e;return(e=document.createTouchList)==null?void
0:e.apply(document,b)};
YR.prototype.ba=function(a){var b=a.qa,c=ar(this.frameElement);if("TouchEvent"in
window&&TouchEvent.length>0)b={bubbles:!0,cancelable:!
0,view:window,detail:b.detail,ctrlKey:b.ctrlKey,altKey:b.altKey,shiftKey:b.shiftKey
,metaKey:b.metaKey,touches:$R(this,b.touches),targetTouches:
$R(this,b.targetTouches),changedTouches:$R(this,b.changedTouches)},a=new
TouchEvent(a.messageType,b),this.frameElement.dispatchEvent(a);else{var
d=document.createEvent("TouchEvent");d.initTouchEvent(a.messageType,!0,!0,window,
b.detail,b.screenX,b.screenY,b.clientX+c.x,b.clientY+c.y,b.ctrlKey,b.altKey,b.shift
Key,b.metaKey,$R(this,b.touches),$R(this,b.targetTouches),
$R(this,b.changedTouches),b.scale,b.rotation);this.frameElement.dispatchEvent(d)}};
YR.prototype.T=function(a){switch(a.messageType){case "showVideo":this.g==null?
(this.g=new
mQ,this.l.listen(this.g,"click",this.ma)):qQ(this.g);oQ(this.g,this.C.jc());break;c
ase "hide":this.g!==null&&(this.g.dispose(),this.g=null)}var
b=this.P;ER(b.l,a);b.g&&ER(b.g,a)};
YR.prototype.ma=function()
{mK(this.j,"displayContainer","videoClick")};YR.prototype.fa=function()
{this.H=dl();this.K=al();var a=mp(this.frameElement);this.o.forEach(function(c)
{c.g=a;c.connect()});var b;(b=this.A)!=null&&(b.o=a,CR(b));this.G=!0};var
aS=ta(["https://s0.2mdn.net/instream/video/client.js"]),bS=null,cS=function()
{R.call(this);this.g=null;this.j=new Map;this.l=new Map;this.xa=this.C=!
1;this.o=null;this.A=new XE(this);Yr(this,this.A)};q(cS,R);var dS=function()
{bS==null&&(bS=new cS);return bS},Wv=function(a,b,c){var
d={};d.queryId=b;d.viewabilityData=c;a.g&&mK(a.g,"activityMonitor","viewabilityMeas
urement",d)};cS.prototype.destroy=function()
{this.A.Ta(this.g,"activityMonitor",this.F);this.xa=!1;this.j.clear()};
cS.prototype.O=function(){this.destroy();R.prototype.O.call(this)};
cS.prototype.init=function(a){if(!this.xa){if(this.g=a||
null)this.A.listen(this.g,"activityMonitor",this.F),eS(this);if(!
(x.ima&&x.ima.video&&x.ima.video.client&&x.ima.video.client.tagged))
{y("ima.video.client.sdkTag",!0);var b=x.document;a=hp(document,"SCRIPT");var
c=hj(aS);Pi(a,c);a.async=!0;a.type="text/javascript";b=b.getElementsByTagName("scri
pt")[0];b.parentNode.insertBefore(a,b)}Vo();K(Mv).K=gJ.g;this.C=!0;K(Mv).l=!
0;this.o=null;a=K(Mv);b=xv(a)=="h"||xv(a)=="b";c=!(Uo(),!1);b&&c&&(a.F=!0,a.H=
new Qt);this.xa=!0}};
var gS=function(a){if(a==null)return!1;if((Lc||Nc)&&a.webkitDisplayingFullscreen!
==null)return a.webkitDisplayingFullscreen;a=fS(a);var
b=window.screen.availHeight||window.screen.height;return(window.screen.availWidth||
window.screen.width)-a.width<=0&&b-a.height<=42},fS=function(a){var
b={left:a.offsetLeft,top:a.offsetTop,width:a.offsetWidth,height:a.offsetHeight};try
{typeof
a.getBoundingClientRect==="function"&&lp($o(a),a)&&(b=a.getBoundingClientRect())}ca
tch(c){}return b},hS=function(a,b,c,d,e){e=
e===void 0?{}:e;if(a.xa){d&&e.opt_osdId==null&&(e.opt_osdId=d);if(a.o)return
a.o(b,c,e);if(a=d?
a.l.get(d):gJ.l)e.opt_fullscreen==null&&(e.opt_fullscreen=gS(a)),e.opt_adElement==n
ull&&(e.opt_adElement=a);return yy.Gb(469,lb(Yv,b,c,e))||
{}}return{}},iS=function(a){var b;gJ.g!==0?b=K(Mv).l:b=a.C;return
b},jS=function(a,b){var c=String(Math.floor(Math.random()*1E9));a.l.set(c,b);gJ.g!
==0&&(K(Mv).o[c]=a);return c},kS=function(a,b,c)
{if(c)a.j.get(c)===b&&a.j.delete(c);else{var d=[];a.j.forEach(function(e,
f){e===b&&d.push(f)});d.forEach(a.j.delete,a.j)}},Sv=function(a,b)
{a=a.j.get(b);return typeof a==="function"?a():{}},eS=function(a){if(typeof
window.Goog_AdSense_Lidar_getUrlSignalsArray==="function"){var
b={};b.pageSignals=window.Goog_AdSense_Lidar_getUrlSignalsArray();var c;
(c=a.g)==null||mK(c,"activityMonitor","pageSignals",b)}};
cS.prototype.F=function(a){var
b=a.qa,c=b.queryId,d={},e=null;d.eventId=b.eventId;switch(a.messageType){case
"getPageSignals":eS(this);break;case "reportVastEvent":e=b.vastEvent;a=b.osdId;var
f={};f.opt_fullscreen=b.isFullscreen;b.isOverlay&&(f.opt_bounds=b.overlayBounds);d.
viewabilityData=hS(this,e,c,a,f);var g;(g=this.g)==null||
mK(g,"activityMonitor","viewability",d);break;case
"fetchAdTagUrl":c={},c.eventId=b.eventId,a=b.osdId,ni(b,"isFullscreen")&&(e=b.isFul
lscreen),ni(b,"loggingId")&&(b=b.loggingId,
c.loggingId=b,V.getInstance().report(43,
{step:"beforeLookup",logid:b,time:Date.now()})),c.engagementString=lS(this,a,e),thi
s.g&&mK(this.g,"activityMonitor","engagement",c)}};var lS=function(a,b,c){var
d,e=b?(d=a.l.get(b))!=null?d:null:gJ.l;a={};c!
=null&&(a.fullscreen=c);c="";try{c=Bx(function(){return e},a)}catch(f)
{c=f,c="sdktle;"+Vi(c.name,12)+";"+Vi(c.message,40)}return
c};y("ima.common.getVideoMetadata",function(a){return Sv(dS(),a)});
y("ima.common.triggerViewabilityMeasurementUpdate",function(a,b){Wv(dS(),a,b)});var
mS=new Ik(5,5);function nS(a,b){try{if("removeAttribute"in a)return
a.removeAttribute(b),!0}catch(c){}return!1}var oS=function(a)
{tI.call(this,a);this.C=this.ba=null;this.K=this.T=this.H=!
1;this.V=this.G=this.M=this.o=null;this.aa=!
1;this.F=null;this.size=this.getSize();this.fullscreen=this.ae()};q(oS,tI);
oS.prototype.load=function(a,b){var c=L.getInstance().g;c.K=!
0;c.o();Ll("hvd_lc");pS(this);(Oc||GE())&&nS(this.g,"crossOrigin");this.T=!
1;if(b)if(Ll("hvd_ad"),b instanceof fD){if(Ll("hvd_mad"),c=b.getMediaUrl())
{Ll("hvd_admu");qS(this,c);return}}else if(b instanceof eD){Ll("hvd_dad");c=b.o;var
d=b.j,e=b.l,f=b.g,g=b.wb,h=b.gb;if(c&&d&&e&&f&&g&&h&&(Ll("hvd_addu"),b.Ja))
{Ll("hvd_admse");b=e+'; codecs="'+g+'"';f=f+';
codecs="'+h+'"';if(OF()&&OF()&&MediaSource.isTypeSupported(b)&&OF()&&MediaSource.is
TypeSupported(f)){Ll("hvd_ymse");
Ll("hvd_mse");h=!1;try{window.location.search.indexOf("goog_limavideo=true")!==-
1&&(h=!0)}catch(k){}a=this.g;x.customElements?h?h=!0:
(fo(VC)&&V.getInstance().report(153,{limvid:"vd"}),h=fo(VC)?!0:!1):h=!1;h&&a
instanceof hI?(a.lb=c,a.Ab=d):(this.ba=new KI(a,[new FH(c,b,35E4,new wI),new
FH(d,f,82E3,new wI)]),Yr(this,this.ba),c=this.ba,c.j||
(c.j=Li(c.g).toString()),c=c.j,a.src=c);a.load();return}Ll("hvd_nmse")}}else
Ll("hvd_uad");a?qS(this,a):(Ll("hvd_vn"),this.g.load())};
var qS=function(a,b)
{Ll("hvd_src");a=a.g;a.src=b;a.load()};m=oS.prototype;m.unload=function()
{pS(this);this.T=!1;var a=this.g;nS(this.g,"src")||
(a.src="");a.load()};m.setVolume=function(a){var
b=this.g;b.volume=Math.max(a,0);b.muted=a===0?!0:!1};m.ze=function(a){var
b=this.g;b.style.left=String(a.left)+"px";b.style.top=String(a.top)
+"px";b.style.width=String(a.width)+"px";b.style.height=String(a.height)+"px"};
m.Ae=function(){var
a=this.g;a.style.width="100%";a.style.height="100%";a.style.left="0";a.style.right=
"0"};m.play=function(){var a=this;this.aa=!1;if(!this.T&&!$b())return this.K=!
0,Promise.resolve();this.K=!1;this.o=this.g.play();return this.o!=null?
(this.M=null,this.o.then(function(){a.o=null;a.ud(a.M);a.M=null}).catch(function(b)
{a.o=null;var c="";b!=null&&b.name!=null&&(c=b.name);c==="AbortError"||
c==="NotAllowedError"?
a.dispatchEvent("autoplayDisallowed"):a.Kb()})):Promise.resolve()};
m.pause=function(){this.o==null&&(this.aa=!0,this.g.pause())};m.qf=function(){var
a=this.g;return a.paused?Oc||Yc?a.currentTime<a.duration:!0:!1};m.ae=function()
{return gS(this.g)};m.getSize=function(){return new
Ik(this.g.offsetWidth,this.g.offsetHeight)};m.O=function()
{this.V&&zE(this.V);this.Zb();tI.prototype.O.call(this)};
m.Re=function(){this.Zb();var
a=this.g;this.j.listen(a,OQ,this.Eh);this.j.listen(a,"ended",this.je);this.j.listen
(a,"webkitbeginfullscreen",this.Ua);this.j.listen(a,"webkitendfullscreen",this.vf);
this.j.listen(a,"loadedmetadata",this.Bh);this.j.listen(a,"pause",this.me);this.j.l
isten(a,"playing",this.ud);this.j.listen(a,"timeupdate",this.ne);this.j.listen(a,"v
olumechange",this.wf);this.j.listen(a,"error",this.Kb);this.j.listen(a,Xc||Oc&&(!
Oc||!FE(DE,8))?"loadeddata":"canplay",this.ke);this.C=new mQ;
this.j.listen(this.C,"click",this.hg);oQ(this.C,a);this.G=new
jx(1E3);this.j.listen(this.G,"tick",this.za);this.G.start()};m.Zb=function()
{this.C!=null&&(qQ(this.C),this.C=null);this.G!
=null&&this.G.dispose();aF(this.j);pS(this)};var pS=function(a){a.loaded=!1;a.l=!
1;a.H=!1;a.K=!1;a.A=0;a.o=null;a.M=null;Wr(a.F)};m=oS.prototype;m.Eh=function(a)
{this.dispatchEvent(a.type)};
m.yc=function(){if(!this.l){this.l=!
0;this.dispatchEvent("start");try{if(fo(VC)&&x.customElements){var
a=x.customElements.get("lima-video");this.g instanceof a?
V.getInstance().report(153,{limvid:"limastart"}):V.getInstance().report(153,
{limvid:"videostart"})}}catch(b){V.getInstance().report(153,
{limvid:"startfail"})}}};m.Bh=function(){this.T=!0;this.K&&this.play();this.K=!
1;rS(this)};m.ud=function(a){this.o!=null?this.M=a:(this.dispatchEvent("play"),Oc||
GE()||Xc||this.yc())};
m.ne=function(a){if(!this.l&&(Oc||GE()||Xc))
{if(this.getCurrentTime()<=0)return;if(Xc&&this.g.ended&&this.getDuration()===1)
{this.Kb(a);return}this.yc()}if(Oc||Mb(Tb(),"Nintendo WiiU"))
{if(this.getCurrentTime()-this.A>1.5){this.H=!
0;this.g.currentTime=this.A;return}this.H=!
1;this.getCurrentTime()>this.A&&(this.A=this.getCurrentTime())}this.dispatchEvent("
timeUpdate")};
m.me=function(){if(this.l&&Oc&&!this.aa&&(sS(this)<2||this.H)){this.F=new
jx(250);this.j.listen(this.F,"tick",this.ya);this.F.start();var a=!0}else a=!1;a||
this.o||this.dispatchEvent("pause")};m.je=function(){var a=!0;if(Oc||
Mb(Tb(),"Nintendo WiiU"))a=this.A>=this.g.duration-1.5;!
this.H&&a&&this.dispatchEvent("end")};m.vf=function()
{this.dispatchEvent("endFullscreen")};m.Kb=function()
{this.dispatchEvent("error")};m.hg=function(){this.dispatchEvent("click")};
var rS=function(a){var b=a.g;b instanceof
HTMLElement&&(a.V=yE(b,mS),a.V.then(function(c){a.Ea()||
N(L.getInstance(),"ps",c.width+"x"+c.height)}))};oS.prototype.za=function(){var
a=this.getSize(),b=this.ae();if(a.width!==this.size.width||a.height!
==this.size.height)!this.fullscreen&&b?
this.dispatchEvent("beginFullscreen"):this.fullscreen&&!
b&&this.vf(),this.size=a,this.fullscreen=b};
oS.prototype.ya=function(){if(this.g.ended||!this.qf())Wr(this.F);else{var
a=this.g;a=a.duration-a.currentTime;var b=sS(this);b>0&&(b>=2||
a<2)&&(Wr(this.F),this.play())}};var sS=function(a){var b;a:
{for(b=a.g.buffered.length-1;b>=0;b--)if(a.g.buffered.start(b)<=a.g.currentTime)
{b=a.g.buffered.end(b);break a}b=0}return b-
a.g.currentTime};oS.prototype.Ua=function()
{V.getInstance().report(139);this.dispatchEvent("beginFullscreen")};var
wS=function(a){if(a instanceof tS||a instanceof uS||a instanceof vS)return
a;if(typeof a.next=="function")return new tS(function(){return a});if(typeof
a[Symbol.iterator]=="function")return new tS(function(){return a[Symbol.iterator]
()});if(typeof a.Lb=="function")return new tS(function(){return a.Lb()});throw
Error("Not an iterator or iterable.");},tS=function(a)
{this.g=a};tS.prototype.Lb=function(){return new
uS(this.g())};tS.prototype[Symbol.iterator]=function(){return new vS(this.g())};
tS.prototype.j=function(){return new vS(this.g())};var uS=function(a)
{this.g=a};q(uS,Ls);uS.prototype.next=function(){return
this.g.next()};uS.prototype[Symbol.iterator]=function(){return new
vS(this.g)};uS.prototype.j=function(){return new vS(this.g)};var vS=function(a)
{tS.call(this,function(){return a});this.l=a};q(vS,tS);vS.prototype.next=function()
{return this.l.next()};var xS=function(a,b)
{this.j={};this.g=[];this.l=this.size=0;var c=arguments.length;if(c>1){if(c%2)throw
Error("Uneven number of arguments");for(var
d=0;d<c;d+=2)this.set(arguments[d],arguments[d+1])}else if(a)if(a instanceof
xS)for(c=a.Wc(),d=0;d<c.length;d++)this.set(c[d],a.get(c[d]));else for(d in
a)this.set(d,a[d])};xS.prototype.Ob=function(){yS(this);for(var
a=[],b=0;b<this.g.length;b++)a.push(this.j[this.g[b]]);return
a};xS.prototype.Wc=function(){yS(this);return this.g.concat()};
xS.prototype.has=function(a){return zS(this.j,a)};xS.prototype.Mb=function(a,b)
{if(this===a)return!0;if(this.size!=a.size)return!1;b=b||AS;yS(this);for(var
c,d=0;c=this.g[d];d++)if(!b(this.get(c),a.get(c)))return!1;return!0};var
AS=function(a,b){return a===b};xS.prototype.isEmpty=function(){return
this.size==0};xS.prototype.clear=function()
{this.j={};this.l=this.size=this.g.length=0};xS.prototype.remove=function(a){return
this.delete(a)};
xS.prototype.delete=function(a){return zS(this.j,a)?(delete this.j[a],--
this.size,this.l++,this.g.length>2*this.size&&yS(this),!0):!1};var yS=function(a)
{if(a.size!=a.g.length){for(var b=0,c=0;b<a.g.length;){var
d=a.g[b];zS(a.j,d)&&(a.g[c++]=d);b++}a.g.length=c}if(a.size!=a.g.length)
{b={};for(d=c=0;c<a.g.length;){var e=a.g[c];zS(b,e)||(a.g[d++]=e,b[e]=1);c+
+}a.g.length=d}};m=xS.prototype;m.get=function(a,b){return zS(this.j,a)?
this.j[a]:b};
m.set=function(a,b){zS(this.j,a)||(this.size+=1,this.g.push(a),this.l+
+);this.j[a]=b};m.forEach=function(a,b){for(var c=this.Wc(),d=0;d<c.length;d++){var
e=c[d],f=this.get(e);a.call(b,f,e,this)}};m.keys=function(){return wS(this.Lb(!
0)).j()};m.values=function(){return wS(this.Lb(!1)).j()};m.entries=function(){var
a=this;return rE(this.keys(),function(b){return[b,a.get(b)]})};
m.Lb=function(a){yS(this);var b=0,c=this.l,d=this,e=new Ls;e.next=function(){if(c!
=d.l)throw Error("The map has changed since the iterator was
created");if(b>=d.g.length)return Ms;var f=d.g[b++];return{value:a?f:d.j[f],done:!
1}};return e};var zS=function(a,b){return
Object.prototype.hasOwnProperty.call(a,b)};var CS=function()
{R.call(this);this.currentTime=this.o=0;this.duration=NaN;this.j=!0;this.F=!
1;this.volume=1;this.muted=!
1;this.K=1;this.playbackRate=0;this.g=null;this.A=0;this.P=4;this.C=this.l=null;thi
s.buffered=new BS;this.M=new
BS;this.H="";this.tagName="VIDEO";this.height=this.width=0;this.canPlayType=functio
n(){return""};this.G=new XE(this);Yr(this,this.G);var
a=fJ(gJ);a&&(this.duration=cJ(a))};q(CS,R);
var DS=function(){var a=["video/mp4"],b=["video/ogg"],c=new
CS;c.canPlayType=function(d){return
a.includes(d)?"probably":b.includes(d)?"maybe":""};return
c};CS.prototype.play=function(){ES(this);return null};
var ES=function(a){a.F&&(a.currentTime=0,a.dispatchEvent("timeupdate"));a.j&&(a.j=!
1,a.dispatchEvent("play"),a.o=a.P,a.o<=2?
a.dispatchEvent("waiting"):a.dispatchEvent("playing"));if(a.g===null||
a.g.Ea())a.g=new jx(10),Yr(a,a.g),a.g.listen("tick",function(){var b=nb()-
a.A,c=a.currentTime+b/1E3;a.A+=b;a.o>2&&(a.currentTime=Math.min(c,a.duration));a.di
spatchEvent("timeupdate");if(a.currentTime===a.duration){a.j=!0;a.F=!0;var d;
(d=a.g)==null||d.stop();a.dispatchEvent("ended")}});a.A=nb();a.g.start()};
m=CS.prototype;m.pause=function(){if(!this.j){var a;(a=this.g)==null||
a.stop();this.j=!0;this.dispatchEvent("timeupdate");this.dispatchEvent("pause")}};
m.load=function(){this.o=0;this.j=!0;this.dispatchEvent("loadstart");var
a;isNaN(this.duration)?
a=10+Math.random()*20:a=this.duration;this.duration=Number(a);this.dispatchEvent("d
urationchange");a=this.M;a.g.push(new
FS(this.duration));a.length=a.g.length;a=this.buffered;a.g.push(new
FS(this.duration));a.length=a.g.length;this.dispatchEvent("loadedmetadata");this.cu
rrentTime>0&&this.dispatchEvent("timeupdate");this.dispatchEvent("loadeddata");this
.dispatchEvent("canplay");this.dispatchEvent("canplaythrough");
this.dispatchEvent("progress");this.playbackRate=this.K};m.setVolume=function(a)
{this.volume=a;this.dispatchEvent("volumechange")};m.setAttribute=function(a,b){a!
=null&&GS.set(a,b)};m.getAttribute=function(a){return GS.get(a)};m.Jh=function(a)
{var b=null,c=null;switch(a.type){case "loadeddata":b="Loaded";break;case
"playing":b="Playing";c="#00f";break;case "pause":b="Paused";break;case
"ended":b="Ended",c="#000"}b&&this.C&&(this.C.innerText=b);c&&this.l&&(this.l.style
.backgroundColor=c)};
da.Object.defineProperties(CS.prototype,{src:{configurable:!0,enumerable:!
0,get:function(){return this.H},set:function(a){this.H=a}}});var GS=new
xS,FS=function(a){this.startTime=0;this.endTime=a},BS=function()
{this.length=0;this.g=[]};BS.prototype.start=function(a){return
this.g[a].startTime};BS.prototype.end=function(a){return this.g[a].endTime};var
IS=function(a)
{Q.call(this);this.o=a;this.g=this.j=null;this.l=HS(this);this.j=document.createEle
ment("div");this.j.style.display="none";this.o.appendChild(this.j);this.j.appendChi
ld(this.l);this.g=document.createElement("div");this.g.style.position="absolute";th
is.g.style.width="100%";this.g.style.height="100%";this.g.style.left="0px";this.g.s
tyle.top="0px";this.j.appendChild(this.g);WH(function()
{N(L.getInstance(),"haob","1")})};q(IS,Q);IS.prototype.initialize=function()
{this.l&&this.l.load()};
IS.prototype.O=function(){kp(this.j);Q.prototype.O.call(this)};
var HS=function(a){var b=fJ(gJ);if(bJ(b,"useVideoElementFake"))a=DS(),b=jp("DIV",
{style:"position:absolute;width:100%;height:100%;top:0px;left:0px;"}),Object.assign
(b,a),a.l=jp("DIV",
{style:"position:absolute;width:100%;height:100%;top:0px;left:0px;background-
color:#000"}),a.C=jp("P",{style:"position:absolute;top:25%;margin-left:10px;font-
size:24px;color:#fff;"}),a.l.appendChild(a.C),b.appendChild(a.l),a.G.listen(a,
["loadeddata","playing","pause","ended"],a.Jh),a=b;else{b=!
1;try{window.location.search.indexOf("goog_limavideo=true")!==
-1&&(b=!0)}catch(c){}if(JS(a,b)){b&&console.log("force lima video in
wrapper");a=null;try{a=new hI}catch(c){a=document.createElement("lima-
video"),fo(VC)&&V.getInstance().report(153,
{limvid:"firefail"})}a.style.backgroundColor="#000";a.style.height="100%";a.style.w
idth="100%";a.style.position="absolute";a.style.left="0";a.style.top="0"}else
a=document.createElement("video"),a.style.backgroundColor="#000",a.style.height="10
0%",a.style.width="100%",a.style.position="absolute",a.style.left="0",a.style.top=
"0",a.title="Advertisement".toString()}a.setAttribute("webkit-
playsinline","true");a.setAttribute("playsinline","true");return
a},JS=function(a,b){if(!x.customElements)return!1;if(b)return!0;if(ac()&&$o(a.o)!
==document)return!1;fo(VC)&&V.getInstance().report(153,{limvid:"vw"});return
fo(VC)?!0:!1};IS.prototype.jc=function(){return this.g};IS.prototype.qb=function()
{var a=this.j;a!=null&&(a.style.display="none")};var NS=function(a,b,c){var
d=a&&a.getRootNode?a.getRootNode({composed:!0}):a;if(a==null||!lp($o(d),d))throw
EK(DK,null,"containerElement","element");this.j=b;this.P=UJ(this.j||
null);this.M=HE(this.j||null);this.K=String(Math.floor(Math.random()*1E9));this.F=!
1;this.Bc=a;this.H=b!=null;gJ.g=2;this.I=KS(b?b:null);d=jp("DIV",
{style:"position:absolute"});a.insertBefore(d,a.firstChild);this.o=d;this.g=null;LS
(this)&&b?a=new oS(b):(this.g=new IS(this.o),a=new
oS(this.g.l));this.ga=a;this.Ba=this.l=null;
if(a=this.g&&gJ.o)a=!(LS(this)||Lc||Nc||rr()||Kc&&(!Kc||!FE(EE,4)));a&&(this.l=new
IS(this.o),this.Ba=new oS(this.l.l));this.B=c||null;this.G=this.B!
=null;LS(this)&&b?typeof b.getBoundingClientRect!=="function"?
(c=this.o,gJ.l=c):c=b:c=this.o;this.C=c;this.A=new YR(this.o,this,!1);this.size=new
Ik(0,0);this.L="";b&&(b=XD(b.src||b.currentSrc),b.toString().length<200?
this.L=b.toString():b.g.length<200&&(this.L=b.g));this.Le=new
Map;this.Le.set("videoDisplay1",this.ga);this.Ba&&this.Le.set("videoDisplay2",
this.Ba);MS(this)&&!gJ.j&&console.warn("Custom media element must be a <video> or
<audio> element. Viewability/audibility measurement will
fail.")};m=NS.prototype;m.initialize=function(){this.F=!0;this.g!
=null&&this.g.initialize();this.l!=null&&this.l.initialize()};m.xa=function()
{return this.F};m.destroy=function(){var
a=this;this.j=null;Wr(this.g);Wr(this.l);Wr(this.A);this.ga.Fc(function(){return
Wr(a.ga)});this.Ba!=null&&this.Ba.Fc(function(){return Wr(a.Ba)});kp(this.o)};
m.Fd=function(){if(this.g!=null){var a=this.g.j;a!
=null&&(a.style.display="block")}};m.Hc=function(a){this.ga!
==a&&this.g&&this.l&&this.Ba&&(a.setVolume(this.ga.getVolume()),a=this.ga,this.ga=t
his.Ba,this.Ba=a,a=this.g,this.g=this.l,this.l=a,this.l.qb(),this.A.Hc(this.ga))};m
.qb=function(){this.g!=null&&this.g.qb()};m.jc=function(){return this.G&&this.B?
this.B:this.g!=null?this.g.jc():null};
var LS=function(a){return TJ(a.I)&&a.H},MS=function(a){var
b=["VIDEO","AUDIO"],c;return LS(a)&&!!a.j&&!b.includes((c=a.j.tagName)==null?void
0:c.toUpperCase())};NS.prototype.getSize=function(){return this.size};var
KS=function(a){return a!=null&&typeof
a.getAttribute==="function"&&a.getAttribute("playsinline")!=null?!0:!
1};NS.prototype.ze=function(a){this.ga.ze(a)};NS.prototype.Ae=function()
{this.ga.Ae()};NS.prototype.destroy=NS.prototype.destroy;NS.prototype.initialize=NS
.prototype.initialize;var
OS={AD_LOAD:"adLoadError",AD_PLAY:"adPlayError"},PS=function(a){var
b=Error.call(this);this.message=b.message;"stack"in
b&&(this.stack=b.stack);this.data=a};q(PS,Error);m=PS.prototype;m.getInnerError=fun
ction(){var a=this.data.innerError;return a instanceof Object?new PS(a):a!=null?
Error(a):null};m.getMessage=function(){return
this.data.errorMessage};m.getErrorCode=function(){return
this.data.errorCode};m.getVastErrorCode=function(){var a=this.getErrorCode();return
a<1E3?a:900};m.getType=function(){return this.data.type};
m.toString=function(){return"AdError "+this.getErrorCode()+": "+this.getMessage()+
(this.getInnerError()!=null?" Caused by:
"+this.getInnerError():"")};PS.prototype.getType=PS.prototype.getType;PS.prototype.
getVastErrorCode=PS.prototype.getVastErrorCode;PS.prototype.getErrorCode=PS.prototy
pe.getErrorCode;PS.prototype.getMessage=PS.prototype.getMessage;PS.prototype.getInn
erError=PS.prototype.getInnerError;
y("module$exports$google3$javascript$ads$interactivemedia$sdk$clientside$api$ad_err
or.AdError.Type",OS);var QS={AD_ERROR:"adError"},RS=function(a,b){b=b===void 0?
null:b;gw.call(this,"adError");this.error=a;this.g=b};q(RS,gw);RS.prototype.getErro
r=function(){return this.error};RS.prototype.getUserRequestContext=function()
{return
this.g};RS.prototype.getUserRequestContext=RS.prototype.getUserRequestContext;RS.pr
ototype.getError=RS.prototype.getError;y("module$exports$google3$javascript$ads$int
eractivemedia$sdk$clientside$api$ad_error_event.AdErrorEvent.Type",QS);var
SS={AD_CAN_PLAY:"adCanPlay",ri:"adStarted",CONTENT_PAUSE_REQUESTED:"contentPauseReq
uested",CONTENT_RESUME_REQUESTED:"contentResumeRequested",CLICK:"click",VIDEO_CLICK
ED:"videoClicked",VIDEO_ICON_CLICKED:"videoIconClicked",Me:"engagedView",EXPANDED_C
HANGED:"expandedChanged",STARTED:"start",AD_PROGRESS:"adProgress",AD_BUFFERING:"adB
uffering",IMPRESSION:"impression",Se:"measurable_impression",VIEWABLE_IMPRESSION:"v
iewable_impression",Ne:"fully_viewable_audible_half_duration_impression",kg:"overla
y_resize",
lg:"overlay_unmeasurable_impression",mg:"overlay_unviewable_impression",og:"overlay
_viewable_immediate_impression",ng:"overlay_viewable_end_of_session_impression",Li:
"externalActivityEvent",PAUSED:"pause",RESUMED:"resume",FIRST_QUARTILE:"firstQuarti
le",MIDPOINT:"midpoint",THIRD_QUARTILE:"thirdQuartile",COMPLETE:"complete",DURATION
_CHANGE:"durationChange",USER_CLOSE:"userClose",Fj:"userRecall",sj:"prefetched",LOA
DED:"loaded",ALL_ADS_COMPLETED:"allAdsCompleted",SKIPPED:"skip",sg:"skipShown",LINE
AR_CHANGED:"linearChanged",
SKIPPABLE_STATE_CHANGED:"skippableStateChanged",AD_METADATA:"adMetadata",AD_BREAK_F
ETCH_ERROR:"adBreakFetchError",AD_BREAK_READY:"adBreakReady",LOG:"log",VOLUME_CHANG
ED:"volumeChange",VOLUME_MUTED:"mute",INTERACTION:"interaction",yi:"companionBackfi
ll",Dj:"trackingUrlPinged",Gj:"video_card_endcap_collapse",Hj:"video_card_endcap_di
smiss",Ij:"video_card_endcap_impression",Bi:"companionInitialized",Ai:"companionImp
ression",zi:"companionClick",mj:"mediaUrlPinged",LOAD_START:"loadStart",oj:"navigat
ionRequested"},
TS=function(a,b,c){b=b===void 0?null:b;c=c===void 0?
null:c;gw.call(this,a);this.ad=b;this.j=c};q(TS,gw);TS.prototype.getAd=function()
{return this.ad};TS.prototype.getAdData=function(){return
this.j};TS.prototype.getAdData=TS.prototype.getAdData;TS.prototype.getAd=TS.prototy
pe.getAd;y("module$exports$google3$javascript$ads$interactivemedia$sdk$clientside$a
pi$ad_event.AdEvent.Type",SS);var US=function(a,b){b=b===void 0?
null:b;TS.call(this,"adMetadata",a);this.g=b};q(US,TS);US.prototype.Sg=function()
{return this.g};US.prototype.getAdCuePoints=US.prototype.Sg;var VS=function(a)
{this.adBreakDuration=a.adBreakDuration;this.adPosition=a.adPosition;this.currentTi
me=a.currentTime;this.duration=a.duration;this.totalAds=a.totalAds};var
WS=function(a,b)
{R.call(this);this.l=a;this.A=b;this.j=this.l.currentTime;this.g=new
jx(250);Yr(this,this.g);this.o=new
XE(this);Yr(this,this.o);ZE(this.o,this.g,"tick",this.C,!
1,this)};q(WS,R);WS.prototype.ob=function(){return
this.j};WS.prototype.start=function()
{XS(this);this.g.start()};WS.prototype.stop=function()
{this.g.stop()};WS.prototype.C=function(){var a=this.l.currentTime;a!
==this.ob()&&(this.j=a,XS(this))};
var XS=function(a){var
b={};b.currentTime=a.ob();mK(a.A,"contentTimeUpdate","contentTimeUpdate",b)};var
YS=Hc&&"srcdoc"in hp(document,"IFRAME");function
ZS(a,b){a.open("text/html","replace");Si(a,WE(String(b)));a.close()};var $S={rgb:!
0,rgba:!0,alpha:!0,rect:!0,image:!0,"linear-gradient":!0,"radial-gradient":!
0,"repeating-linear-gradient":!0,"repeating-radial-gradient":!0,"cubic-bezier":!
0,matrix:!0,perspective:!0,rotate:!0,rotate3d:!0,rotatex:!0,rotatey:!0,steps:!
0,rotatez:!0,scale:!0,scale3d:!0,scalex:!0,scaley:!0,scalez:!0,skew:!0,skewx:!
0,skewy:!0,translate:!0,translate3d:!0,translatex:!0,translatey:!0,translatez:!
0},aT=function(a){a=Ab(a);if(a=="")return null;var
b=String(a.slice(0,4)).toLowerCase();if(("url("<
b?-1:"url("==b?0:1)==0)return null;if(a.indexOf("(")>0){if(/"|'/.test(a))return
null;b=/([\-\w]+)\(/g;for(var c;c=b.exec(a);)if(!(c[1].toLowerCase()in $S))return
null}return a};function bT(a,b){a=x[a];return a&&a.prototype?
(b=Object.getOwnPropertyDescriptor(a.prototype,b))&&b.get||null:null}function cT(a)
{var b=x.CSSStyleDeclaration;return b&&b.prototype&&b.prototype[a]||
null}bT("Element","attributes")||
bT("Node","attributes");bT("Element","innerHTML")||
bT("HTMLElement","innerHTML");bT("Node","nodeName");bT("Node","nodeType");bT("Node"
,"parentNode");bT("Node","childNodes");bT("HTMLElement","style")||
bT("Element","style");bT("HTMLStyleElement","sheet");
var dT=cT("getPropertyValue"),eT=cT("setProperty");bT("Element","namespaceURI")||
bT("Node","namespaceURI");function fT(a,b,c,d){if(a)return
a.apply(b,d);if(Ec&&document.documentMode<10){if(!b[c].call)throw Error("IE
Clobbering detected");}else if(typeof b[c]!="function")throw Error("Clobbering
detected");return b[c].apply(b,d)};var gT={"-webkit-border-horizontal-spacing":!
0,"-webkit-border-vertical-spacing":!0};
function hT(a){if(!a)return"";var
b=document.createElement("div").style;iT(a).forEach(function(c){var d=Hc&&c in gT?
c:c.replace(/^-(?:apple|css|epub|khtml|moz|mso?|o|rim|wap|webkit|xv)-(?=[a-z])/
i,"");d.lastIndexOf("--",0)!=0&&d.lastIndexOf("var",0)!
=0&&(c=fT(dT,a,a.getPropertyValue?"getPropertyValue":"getAttribute",
[c])||"",c=aT(c),c!=null&&fT(eT,b,b.setProperty?"setProperty":"setAttribute",
[d,c]))});return b.cssText||""}function iT(a){Xa(a)?a=uc(a):
(a=li(a),qc(a,"cssText"));return a};var jT=function(a,b,c)
{R.call(this);this.j=a;this.l=b;this.C=c;this.g=null;this.G=this.F="";this.H=0;this
.o=this.slot=this.frameElement=null;this.A=""};q(jT,R);
jT.prototype.init=function(a)
{this.A=a;a="about:blank";Ec&&(a="");this.frameElement=jp("IFRAME",
{src:a,allowtransparency:!
0,background:"transparent",title:"Advertisement"});Wq(this.frameElement,
{display:"none",width:"0",height:"0"});a=this.j.Bc;a.appendChild(this.frameElement)
;a=a.ownerDocument;a=a.defaultView||a.parentWindow;this.o==null&&(this.o=new
XE(this));this.o.listen(a,"message",this.K);a='<body><script
src="//imasdk.googleapis.com/js/sdkloader/loader.js">\x3c/script><script>loader =
new VPAIDLoader(false, "'+
(this.A+'");\x3c/script></body>');if(Yc||Wc||Fc){var
b=this.frameElement.contentWindow;b&&ZS(b.document,a)}else b=this.frameElement,YS?
(a=WE(a),b.srcdoc=Oi(a)):(b=b.contentWindow)&&ZS(b.document,a)};
jT.prototype.K=function(a){try{var b=a.Yb.data;try{var c=JSON.parse(b)}catch(u)
{return}var d=c.session;if(d!=null&&this.A===d)switch(c.type){case
"friendlyReady":var e=kT(this);if(e!=null){this.g=e;this.F=e.currentSrc;var
f=e.style.cssText,g=document.implementation.createHTMLDocument("").createElement("D
IV");g.style.cssText=f;this.G=hT(g.style);this.H=e.currentTime}else{var
h=this.j.Bc,k="border: 0; margin: 0; padding: 0; position: absolute;
",l=this.j.getSize();k+="width:"+l.width+"px;";k+="height:"+
l.height+"px;";this.g=jp("VIDEO",{style:k,autoplay:!0});h.appendChild(this.g)}var
n=this.j.Bc;h="border: 0; margin: 0; padding: 0;position: absolute; ";var
p=er(this.g);h+="width:"+p.width+"px;";h+="height:"+p.height+"px;";this.slot=jp("DI
V",
{style:h});n.appendChild(this.slot);try{this.frameElement.contentWindow.loader.init
Friendly(this.g,this.slot)}catch(u){lT(this)}mK(this.l,"vpaid","",b);break;case
"becameLinear":this.g&&!fi()&&!ei()&&Wq(this.g,
{visibility:"visible"});mK(this.l,"vpaid","",b);break;
case "becameNonlinear":mT(this);mK(this.l,"vpaid","",b);break;case
"startAd":n={};if(this.g){k=this.g.paused;var r=this.g.currentTime>0;n.apl=r&&!
k?"1":"0";n.ip=k?"1":"0";n.iavp=r?"1":"0"}else
n.apl="n";V.getInstance().report(99,n);mK(this.l,"vpaid","",b);this.Fd();break;defa
ult:mK(this.l,"vpaid","",b)}}catch(u){lT(this)}};var lT=function(a){var
b={type:"error"};b.session=a.A;b=JSON.stringify(b);a.postMessage(b)};jT.prototype.p
ostMessage=function(a){window.postMessage(a,"*")};
var kT=function(a){return(a.C==="videoDisplayUnknown"?
a.j.ga:a.j.Le.get(a.C)).g};jT.prototype.Fd=function(){kT(this)!
=null&&this.j.Fd()};var mT=function(a){a.g&&!fi()&&!ei()&&Wq(a.g,
{visibility:"hidden"})};jT.prototype.O=function()
{Wr(this.o);this.o=null;kp(this.slot);this.slot=null;kp(this.frameElement);this.fra
meElement=null;var a=kT(this);a!=null?(a.style.cssText=this.G,fi()||ei()?
(a.src=this.F,a.currentTime=this.H):(a.removeAttribute("src"),this.j.qb())):
(kp(this.g),this.g=null);R.prototype.O.call(this)};var nT=function(a,b)
{Q.call(this);this.j=a;this.l=b;this.g=new Map};q(nT,Q);var oT=function(a,b)
{try{var c=b.session;switch(b.vpaidEventType){case
"createFriendlyIframe":c="videoDisplayUnknown";b.videoDisplayName&&(c=b.videoDispla
yName);var d=b.session,e=new jT(a.j,a.l,c);a.g.set(d,e);e.init(d);break;case
"vpaidNonLinear":var f=a.g.get(c);f&&mT(f);break;case "destroyFriendlyIframe":var
g=a.g.get(c);g&&(g.dispose(),a.g.delete(c))}}catch(h){V.getInstance().report(125,
{msg:h.message})}};
nT.prototype.O=function(){this.g.forEach(function(a){a.dispose()})};var
pT=function(a){this.D=C(a)};q(pT,I);pT.prototype.getValue=function(){return
F(this,1)};pT.prototype.getVersion=function(){return G(this,5)};var qT=Hh(pT);var
rT=function(a){this.g=a||{cookie:""}};m=rT.prototype;
m.set=function(a,b,c){var d=!1;if(typeof c==="object"){var e=c.Gf;d=c.Bd||!1;var
f=c.domain||void 0;var g=c.path||void 0;var h=c.jd}if(/[;=\s]/.test(a))throw
Error('Invalid cookie name "'+a+'"');if(/[;\r\n]/.test(b))throw Error('Invalid
cookie value "'+b+'"');h===void 0&&(h=-1);this.g.cookie=a+"="+b+(f?";domain="+f:"")
+(g?";path="+g:"")+(h<0?"":h==0?";expires="+(new
Date(1970,1,1)).toUTCString():";expires="+(new Date(Date.now()
+h*1E3)).toUTCString())+(d?";secure":"")+(e!=null?";samesite="+e:"")};
m.get=function(a,b){for(var
c=a+"=",d=(this.g.cookie||"").split(";"),e=0,f;e<d.length;e++)
{f=Ab(d[e]);if(f.lastIndexOf(c,0)==0)return
f.slice(c.length);if(f==a)return""}return b};m.remove=function(a,b,c){var
d=this.get(a)!==void 0;this.set(a,"",{jd:0,path:b,domain:c});return
d};m.Wc=function(){return sT(this).keys};m.Ob=function(){return
sT(this).values};m.isEmpty=function(){return!this.g.cookie};m.clear=function()
{for(var a=sT(this).keys,b=a.length-1;b>=0;b--)this.remove(a[b])};
var sT=function(a){a=(a.g.cookie||"").split(";");for(var
b=[],c=[],d,e,f=0;f<a.length;f++)e=Ab(a[f]),d=e.indexOf("="),d==-1?
(b.push(""),c.push(e)):
(b.push(e.substring(0,d)),c.push(e.substring(d+1)));return{keys:b,values:c}};functi
on tT(a,b,c){return fg(b,5)?uT(a,c):null}var vT;function wT(a){return vT?
vT:a.origin==="null"?vT=!1:vT=xT(a)}function xT(a){if(!
a.navigator.cookieEnabled)return!1;var b=new rT(a.document);if(!b.isEmpty())return!
0;b.set("TESTCOOKIESENABLED","1",{jd:60,Gf:a.isSecureContext?"none":void
0,Bd:a.isSecureContext||void 0});if(b.get("TESTCOOKIESENABLED")!=="1")return!
1;b.remove("TESTCOOKIESENABLED");return!0}
function uT(a,b){b=b.origin!=="null"?b.document.cookie:null;return b===null?null:
(new rT({cookie:b})).get(a)||""}function yT(a,b,c,d){d.origin!
=="null"&&(d.isSecureContext&&(c=Object.assign({},c,{Gf:"none",Bd:!0})),(new
rT(d.document)).set(a,b,c))};var zT=function(){this.g=window},AT=function(a,b)
{return fg(b,5)?!!wT(a.g):!1},BT=function(a,b,c,d){if(d){var e=Hn(ig(c,2))-
Date.now()/1E3;e={jd:Math.max(e,0),path:F(c,3),domain:F(c,4),Bd:!
1};c=c.getValue();a=a.g;fg(d,5)&&yT(b,c,e,a)}},CT=function(a,b,c)
{if(c&&tT(b,c,a.g)){var
d=a.g.location.hostname;if(d==="localhost")d=["localhost"];else
if(d=d.split("."),d.length<2)d=[];else{for(var e=[],f=0;f<d.length-1;+
+f)e.push(d.slice(f).join("."));d=e}d=v(d);for(var g=d.next();!
g.done;g=d.next())e=b,f=a.g,
g=g.value,fg(c,5)&&f.origin!=="null"&&(new
rT(f.document)).remove(e,"/",g)}};function DT()
{this.g=[];this.j=[]}m=DT.prototype;m.isEmpty=function(){return
this.g.length===0&&this.j.length===0};m.clear=function()
{this.g=[];this.j=[]};m.contains=function(a){return pc(this.g,a)||
pc(this.j,a)};m.remove=function(a){var b=this.g;b:{var c=b.length-
1;c<0&&(c=Math.max(0,b.length+c));if(typeof b==="string")c=typeof a!=="string"||
a.length!=1?-1:b.lastIndexOf(a,c);else{for(;c>=0;c--)if(c in b&&b[c]===a)break
b;c=-1}}c>=0?(rc(b,c),b=!0):b=!1;return b||qc(this.j,a)};
m.Ob=function(){for(var a=[],b=this.g.length-1;b>=0;--
b)a.push(this.g[b]);b=this.j.length;for(var c=0;c<b;++c)a.push(this.j[c]);return
a};var X=function(a,b,c,d,e,f,g,h){R.call(this);var
k=this;this.H=a;this.g=b;this.adTagUrl=c;this.fa=d;this.Ua=e;this.F=g;this.kb=h;thi
s.o=new mR;this.P=!1;this.volume=1;this.fa=d;this.ba=-
1;this.C=this.l=this.j=null;this.A=new WS({currentTime:0},this.F);this.G=new
DT;this.ma=this.V=!1;this.W=new Map;this.aa=this.ya=!1;this.za=new
nT(b,g);Yr(this,this.za);this.M=f&&this.g.B!=null;this.T=function(){var
l=k.g.ga,n=l.getCurrentTime();l=l.getDuration();return{currentTime:n,duration:l,isP
laying:!0,volume:k.volume}};
this.K=new
XE(this);Yr(this,this.K);this.K.listen(this.F,"adsManager",this.ib)};q(X,R);
X.prototype.ib=function(a){var
b=this,c={type:a.messageType,data:a.qa};switch(c.type){case
"error":ET(this);FT(this,c.data);break;case
"contentPauseRequested":V.getInstance().report(130);GT(this);this.A.stop();HT(this,
c);break;case "contentResumeRequested":IT(this,function(){HT(b,c)});break;case
"remainingTime":this.ba=c.data.remainingTime;break;case
"companionBackfill":a=Va("window.google_show_companion_ad");a!=null&&a();break;case
"skipShown":this.P=!0;HT(this,c);break;case "vpaidEvent":oT(this.za,
c.data);break;case "skippableStateChanged":a=c.data.adData;(a==null?void
0:a.skippable)!=null&&(this.P=a.skippable);HT(this,c);break;case
"volumeChange":a=c.data.adData;a!=null&&typeof
a.volume==="number"&&(this.volume=a.volume);HT(this,c);break;case
"firstQuartile":HT(this,{type:bK.firstQuartile,data:c.data});HT(this,c);break;case
"thirdQuartile":HT(this,{type:bK.thirdQuartile,data:c.data});HT(this,c);break;case
"updateGfpCookie":JT(this,c.data);break;default:HT(this,c)}};
var HT=function(a,b){var
c=b.data.adData,d=null;c&&(c.companions==null&&(d=a.W.get(c.adId),c.companions=d!
=null?d:[]),d=new W(c),a.j=d);switch(b.type){case "adBreakReady":case
"mediaUrlPinged":b=new TS(b.type,null,b.data);break;case
"adMetadata":c=null;b.data.adCuePoints!=null&&(c=new lR(b.data.adCuePoints));b=new
US(d,c);break;case "allAdsCompleted":a.j=null;a.ya=!0;b=new TS(b.type,d);break;case
"contentPauseRequested":a.aa=!1;b=new TS(b.type,d);break;case
"contentResumeRequested":a.j=null;a.aa=
!0;b=new TS(b.type,d);break;case "loaded":a.ba=d.getDuration();a.P=!1;if(VJ()){var
e=a.H,f=d,g=a.Ua;e.j.set(iR(f),a.T);iS(e)&&hS(e,"loaded",iR(f),g)}b=new
TS(b.type,d,c);break;case "start":c&&(e=c.adId,
(c=c.companions)&&a.W.set(e,c));a.g.jc()!=null&&(a.l==null?(a.l=new
mQ,a.K.listen(a.l,"click",a.Dh)):qQ(a.l),oQ(a.l,a.g.jc()));b=new
TS(b.type,d);break;case "complete":a.l!
=null&&qQ(a.l);VJ()&&kS(a.H,a.T,iR(d));a.j=null;c&&a.W.delete(c.adId);b=new
TS(b.type,d);break;case "log":c=null;e=b.data.logData;
e!=null&&e.type!=null?(f=e.type,f=f==="adLoadError"||f==="adPlayError"):f=!
1;f&&(c={adError:new PS(e)});b=new TS(b.type,d,c);break;case "interaction":b=new
TS(b.type,d,b.data.interactionData);break;case "adProgress":b=new TS(b.type,d,new
VS(b.data));break;default:b=new
TS(b.type,d)}R.prototype.dispatchEvent.call(a,b);a.ya&&a.aa&&a.destroy()},FT=functi
on(a,b){var c=new RS(new PS(b));a.V?
(R.prototype.dispatchEvent.call(a,c),VJ()&&a.j&&kS(a.H,a.T,iR(a.j)),a.j=null):a.G.j
.push(c);a={error:b.errorCode,
vis:Xk(document)};V.getInstance().report(7,a)},KT=function(a,b)
{mK(a.F,"adsManager",b.type,b.data)},IT=function(a,b)
{V.getInstance().report(131);ET(a,b);a.Ea()||a.A.start()},GT=function(a){var
b=a.g.ga;LS(a.g)&&a.o.restoreCustomPlaybackStateOnAdBreakComplete&&b.Qe!
=null&&b.Qe()},ET=function(a,b){var
c=a.g.ga;LS(a.g)&&a.o.restoreCustomPlaybackStateOnAdBreakComplete&&c.Fc!=null?
c.Fc(b):b&&b()};m=X.prototype;
m.addEventListener=function(a,b,c,d){d&&(console.warn("Handler scope is deprecated.
Use arrow function or bind."),V.getInstance().report(217,
{method:"AdsManager.addEventListener w/ handler scope"}));if(Array.isArray(a))
{console.warn("Array not supported. Listen for a single event
type.");V.getInstance().report(217,{method:"AdsManager.addEventListener w/
array"});a=v(a);for(var e=a.next();!
e.done;e=a.next())this.addEventListener(e.value,b,c,d)}else
R.prototype.listen.call(this,a,b,c,d)};
m.removeEventListener=function(a,b,c,d){d&&(console.warn("Handler scope is
deprecated. Use arrow function or bind."),V.getInstance().report(217,
{method:"AdsManager.removeEventListener w/ handler scope"}));if(Array.isArray(a))
{console.warn("Array not supported. Listen for a single event
type.");V.getInstance().report(217,{method:"AdsManager.removeEventListener w/
array"});a=v(a);for(var e=a.next();!
e.done;e=a.next())this.removeEventListener(e.value,b,c,d)}else
R.prototype.Ta.call(this,a,b,c,d)};
m.Af=function(){R.prototype.xe.call(this)};m.listen=function(){throw Error("Not
supported; use addEventListener instead.");};m.dispatchEvent=function()
{console.error("Dispatching events is not supported.");V.getInstance().report(217,
{method:"AdsManager.dispatchEvent"});return!1};m.configureAdsManager=function(a,b)
{this.C=a;a.currentTime!=null&&(this.A=new WS(a,this.F),this.A.start());b!
=null&&(this.o=LT(b))};
m.init=function(a,b,c,d){if(this.G.isEmpty()){var
e=this.g,f=null;e.j&&d==null&&(f={vd:"setnull"});e.j&&e.j===d&&(f={vd:"match"});if(
e.j&&e.j!==d){f=UJ(d||null);var g=HE(d||
null);f={vd:"diff",oc:e.P,nc:f,oi:e.M,ni:g}}!
e.j&&d&&(f={vd:"new"});f&&(f.custVid=e.K,V.getInstance().report(93,f));d!
=null&&(e.I=KS(d),TJ(e.I)&&(e.H=!
0,Wr(e.g),Wr(e.l),Wr(e.Ba),e.g=null,e.l=null,e.Ba=null,Wr(e.ga),e.ga=new
oS(d),typeof d.getBoundingClientRect!=="function"?
(e.C=e.o,gJ.l=e.C):e.C=d,e.A.Hc(e.ga)));this.V=!0;this.resize(a,
b,c);d=this.o.da(this.M);e={};a=(e.adsRenderingSettings=d,e.width=a,e.height=b,e.vi
ewMode=c,e);KT(this,{type:"init",data:a})}else{for(;!
this.G.isEmpty();)b=a=this.G,b.g.length===0&&(b.g=b.j,b.g.reverse(),b.j=[]),a=a.g.p
op(),R.prototype.dispatchEvent.call(this,a);this.dispose()}};m.isCustomPlaybackUsed
=function(){return LS(this.g)};m.isCustomClickTrackingUsed=function(){return
this.M};m.getRemainingTime=function(){return
this.ba};m.getAdSkippableState=function(){return this.P};
m.discardAdBreak=function(){KT(this,
{type:"discardAdBreak"})};m.updateAdsRenderingSettings=function(a){if(a!=null)
{a=LT(a);var b=this.o.bitrate,c=a.bitrate;V.getInstance().report(96,
{init:this.V?"1":"0",start:this.ma?"1":"0",old:b,"new":c,changed:b!
==c?"1":"0"});this.o=a;a=this.o.da(this.M);b={};a=(b.adsRenderingSettings=a,b);KT(t
his,{type:"updateAdsRenderingSettings",data:a})}};m.skip=function(){KT(this,
{type:"skip"})};
m.start=function(){if(this.adTagUrl){(Lc||Nc)&&V.getInstance().report(50,
{customPlayback:LS(this.g)});this.g.xa()||V.getInstance().report(26,
{adtagurl:this.adTagUrl,customPlayback:LS(this.g)});kr(this.g.o)&&V.getInstance().r
eport(30,{adtagurl:this.adTagUrl,customPlayback:LS(this.g)});var
a=this.g.B,b=this.g.o,c;if(c=a&&b&&!
kr(a))a=fS(a),b=fS(b),c=a.width>0&&a.height>0&&b.width>0&&b.height>0&&a.left<=b.lef
t+b.width&&b.left<=a.left+a.width&&a.top<=b.top+b.height&&b.top<=a.top+a.height;b=c
;V.getInstance().report(31,
{adtagurl:this.adTagUrl,customPlayback:LS(this.g),covers:b})}if(!this.g.xa()&&!
LS(this.g))throw EK(CK);b=this.g;b.G=this.M&&b.B!
=null;this.g.A.frameElement.style.opacity="1";if(this.C!
=null&&this.getVolume()===1){var d,e;if(typeof((d=this.C)==null?void
0:d.muted)==="boolean"&&((e=this.C)==null?0:e.muted))this.setVolume(0);else{var
f;if(typeof((f=this.C)==null?void 0:f.volume)==="number"){var g;d=(g=this.C)==null?
void 0:g.volume;if(d>=0&&d<=1){var h;this.setVolume((h=this.C)==null?void
0:h.volume)}}}}this.ma=
!0;KT(this,{type:"start"})};m.Dh=function(){if(!this.o.disableClickThrough&&this.j!
=null){var a=jR(this.j);a!=null&&oE(a,kR(this.j))}};
m.resize=function(a,b,c){var d=this.g,e=d.o;e!=null&&(a===-1?
(e.style.right="0",e.style.left="0"):e.style.width=a+"px",b===-1?
(e.style.bottom="0",e.style.top="0"):e.style.height=b+"px");e=d.A;e.frameElement.wi
dth=a===-1?"100%":String(a);e.frameElement.height=b===-
1?"100%":String(b);try{e.frameElement.offsetTop=e.frameElement.offsetTop}catch(f)
{}d.size=new Ik(a,b);d={};a=(d.width=a,d.height=b,d.viewMode=c,d);KT(this,
{type:"resize",data:a})};m.stop=function(){KT(this,{type:"stop"})};
m.expand=function(){KT(this,{type:"expand"})};m.collapse=function(){KT(this,
{type:"collapse"})};m.getVolume=function(){return
this.volume};m.setVolume=function(a){this.volume=a;this.g.ga.setVolume(a);var
b={};a=(b.volume=a,b);KT(this,{type:"volume",data:a})};m.pause=function(){KT(this,
{type:"pause"})};m.resume=function(){KT(this,{type:"resume"})};m.destroy=function()
{this.dispose()};m.getCuePoints=function(){return this.fa};m.Tg=function(){return
this.j};
m.O=function(){KT(this,{type:"destroy"});this.l!
=null&&this.l.dispose();this.K.dispose();this.G.clear();this.A&&(this.A.stop(),this
.A.dispose());VJ()&&kS(this.H,this.T);R.prototype.O.call(this)};m.Hg=function()
{V.getInstance().report(124,{api:"clicked"});var
a=this.j&&jR(this.j),b;if(a&&((b=this.j)==null?0:b.rf())){var c;oE(a,
(c=this.j)==null?void 0:kR(c))}KT(this,{type:"click"})};m.focus=function()
{mK(this.F,"userInteraction","focusUiElement")};
var JT=function(a,b){var c=b.gfpCookieUserEnabled;b=b.gfpCookieClearData;var d=new
pT;d=ug(d,1,c?"0":"1");d=zf(d,2,He(2147483647));d=ug(d,3,"/");d=ug(d,4,window.locat
ion.hostname);var e=new zT,f,g;a=(g=(f=a.kb)==null?void 0:wJ(f))!=null?
g:null;BT(e,"__gpi_opt_out",d,a);if(!c||
b)CT(e,"__gads",a),CT(e,"__gpi",a)};X.prototype.clicked=X.prototype.Hg;X.prototype.
getCurrentAd=X.prototype.Tg;X.prototype.getCuePoints=X.prototype.getCuePoints;X.pro
totype.destroy=X.prototype.destroy;X.prototype.resume=X.prototype.resume;
X.prototype.pause=X.prototype.pause;X.prototype.setVolume=X.prototype.setVolume;X.p
rototype.getVolume=X.prototype.getVolume;X.prototype.collapse=X.prototype.collapse;
X.prototype.expand=X.prototype.expand;X.prototype.stop=X.prototype.stop;X.prototype
.resize=X.prototype.resize;X.prototype.start=X.prototype.start;X.prototype.skip=X.p
rototype.skip;X.prototype.updateAdsRenderingSettings=X.prototype.updateAdsRendering
Settings;X.prototype.discardAdBreak=X.prototype.discardAdBreak;
X.prototype.getAdSkippableState=X.prototype.getAdSkippableState;X.prototype.getRema
iningTime=X.prototype.getRemainingTime;X.prototype.isCustomClickTrackingUsed=X.prot
otype.isCustomClickTrackingUsed;X.prototype.isCustomPlaybackUsed=X.prototype.isCust
omPlaybackUsed;X.prototype.init=X.prototype.init;X.prototype.dispatchEvent=X.protot
ype.dispatchEvent;X.prototype.listen=X.prototype.listen;X.prototype.removeAllEventL
isteners=X.prototype.Af;
function LT(a){if(a instanceof mR)return V.getInstance().report(174,{valid:!
0}),a;V.getInstance().report(174,{valid:!1});var b=new mR;b.append(a);return b};var
MT={ADS_MANAGER_LOADED:"adsManagerLoaded"},NT=function(a,b)
{gw.call(this,"adsManagerLoaded");this.g=a;this.j=b};q(NT,gw);NT.prototype.getAdsMa
nager=function(a,b){a=a||{currentTime:null};this.g.configureAdsManager(a,b);return
this.g};NT.prototype.getUserRequestContext=function(){return
this.j};NT.prototype.getUserRequestContext=NT.prototype.getUserRequestContext;NT.pr
ototype.getAdsManager=NT.prototype.getAdsManager;
y("module$exports$google3$javascript$ads$interactivemedia$sdk$clientside$api$ads_ma
nager_loaded_event.AdsManagerLoadedEvent.Type",MT);var PT=function(a){var
b=OT;if(b.j)return Promise.resolve(b.j);b=uQ(b.g).then(function(c){var
d=c.serializedConfig;var e=c.errorMessage;if(d)d=gy(d);else throw Error(e!=null?
e:"Unknown PPC error");FQ(d,a,c.latencyMs);return d}).catch(function(c)
{V.getInstance().report(189,{message:c.message});return null});return
Promise.race([b,lx(500,null)])},OT=new function(){var a;this.g=a=a===void 0?
zQ:a};var QT=function(){this.g=window},RT=function(a,b,c){var d=c.ue;c=c.ve;return
fg(b,8)||(d||!fg(b,5))&&c||!wT(a.g)?!1:!0};function ST(){var
a=window,b,c;return(c=((b=a._pbjsGlobals)!=null?b:
[]).concat(["pbjs"]).map(function(d){return a[d]}).find(function(d){return
Array.isArray(d==null?void 0:d.que)}))!=null?c:null};function TT(a,b){var
c,d,e;b==null?e=void 0:e=b.get.call(b,a);return(d=(c=e)!=null?c:b==null?void
0:b.get(lj(a)))!=null?d:0};var UT=/^v?\d{1,3}(\.\d{1,3}){0,2}(-pre)?$/,VT=new
Map,WT=new Map;function XT(a,b){b=b===void 0?1:b;var c=function(d){var
e,f=(e=d.responseTimestamp)!=null?e:0,g,h;e=(h=d.ttl)!=null?h:0-((g=d.ttlBuffer)!
=null?g:b);return f+e*1E3>(new Date).getTime()};return function(d){var
e;return((e=d.getStatusCode)==null?void 0:e.call(d))===1}(a)&&c(a)&&"rendered"!
==a.status}
function YT(a,b){var c=a.reduce(function(e,f){var g=f.bidder;e[g]||
(e[g]=[]);e[g].push(f);return e},{}),d=[];Object.keys(c).forEach(function(e)
{d.push(c[e].sort(function(f,g){var h,k;return((h=f.timeToRespond)!=null?h:0)-
((k=g.timeToRespond)!=null?k:0)}).reduce(function(f,g){var h,k;return((h=f.cpm)!
=null?h:0)>=((k=g.cpm)!=null?k:0)?f:g}))});d.sort(function(e,f){var
g,h;return((g=f.cpm)!=null?g:0)-((h=e.cpm)!=null?h:0)});return b?d.slice(0,b):d}
function ZT(a){switch(a){case null:case void 0:case "client":return 1;case
"s2s":return 2;default:return 0}}
function $T(a,b,c){var d=b.getBidResponsesForAdUnitCode;if(!d||!a.code)return[];var
e;d=(e=d(a.code))==null?void 0:e.bids;return d!=null&&d.length?d.filter(function(f)
{var g;if(!XT(f,(g=b.getConfig)==null?void 0:g.call(b).ttlBuffer))return!1;var
h;g=(h=b.getConfig)==null?void 0:h.call(b).useBidCache;var
k;h=(k=b.getConfig)==null?void
0:k.call(b).bidCacheFilterFunction;k=f.auctionId===c;h=g&&!k&&typeof
h==="function"?!!h(f):!0;return(f.adUnitCode!==a.code||g||k)&&h}):[]}
function aU(a,b){if(a.adUnits){var c=function(d){return!!d&&(d===b.fc||
d===b.adUnitCode)};return a.adUnits.find(function(d){var e,f,g,h,k,l,n;return
c(d.code)||c((e=d.ortb2Imp)==null?void 0:(f=e.ext)==null?void 0:(g=f.data)==null?
void 0:g.pbadslot)||c((h=d.ortb2Imp)==null?void 0:(k=h.ext)==null?void 0:
(l=k.data)==null?void 0:(n=l.adserver)==null?void 0:n.adslot)})}}
function bU(a,b,c){for(var d=[];b&&!d.includes(b);){d.unshift(b);var e=void
0,f=void 0;b=(e=a)==null?void 0:(f=e.aliasRegistry)==null?void
0:f[b]}Lf(c,10,d,Oe)}
function cU(a,b,c,d){var
e=a.cpm,f=a.originalCpm,g=a.currency,h=a.originalCurrency,k=a.dealId,l=a.adserverTa
rgeting,n=a.bidder,p=a.adId,r=a.mediaType,u=a.height,t=a.width,w=a.meta,B=new
Kx;if(typeof e==="number"&&(zf(B,2,He(Math.round(e*1E6))),!h||h===g))
{e=Math.round(Number(f)*1E6);if(!(f=isNaN(e))){var M=M===void 0?0:M;var
ka;f=(ka=cg(B,2))!=null?ka:M;f=e===f}f||zf(B,8,He(e))}typeof
g==="string"&&ug(B,3,g);["string","number"].includes(typeof k)&&(g=new
Cx,k=ug(g,1,String(k)),E(B,6,k));if(typeof l===
"object")for(k=v(["","_"+n]),g=k.next();!g.done;g=k.next())
{M=g.value;g=[];ka=v(Object.entries(l));for(e=ka.next();!e.done;e=ka.next())
{e=v(e.value);f=e.next().value;e=e.next().value;f=(""+f+M).slice(0,20);var Z=h=void
0;if((h=c)==null?0:(Z=h[f])==null?0:Z.length)if(c[f]
[0]===String(e))g.push(f);else{g=[];break}}M=mg(B,4,Af());Lf(B,4,M.concat(g),Oe)}sw
itch(r||"banner"){case "banner":vg(B,5,1);break;case "native":vg(B,5,2);break;case
"video":vg(B,5,3);c=new Ix;var Za;if((b==null?void 0:(Za=b.video)==
null?void 0:Za.context)==="adpod"){var Bb,xa=b==null?void 0:(Bb=b.video)==null?void
0:Bb.adPodDurationSec;zf(c,1,He(xa))}else Bb=b==null?void 0:(xa=b.video)==null?void
0:xa.maxduration,zf(c,1,He(Bb));var Ka;if(typeof(b==null?void 0:(Ka=b.video)==null?
void 0:Ka.skip)==="number"){var Cb;b=!!(b==null?0:(Cb=b.video)==null?
0:Cb.skip);pg(c,2,b)}var Ob;Cb=(Ob=a.meta)==null?void
0:Ob.adServerCatId;Ob=ug(c,3,Cb);if(typeof l!=="object")l=null;else{var
Db,Y;Cb=String((Y=(Db=l["hb_pb_cat_dur_"+n])!=null?Db:l.hb_pb_cat_dur)!=
null?Y:"");var Qa,ma,Xb,$a;Db=String(($a=(Xb=(ma=(Qa=l["hb_cache_id_"+n])!=null?
Qa:l["hb_uuid_"+n])!=null?ma:l.hb_cache_id)!=null?Xb:l.hb_uuid)!=null?
$a:"");l=Cb&&Db?Cb+"_"+Db:Db?
Db:null}ug(Ob,4,l);E(B,9,c)}Number.isFinite(u)&&Number.isFinite(t)&&(l=new
Gx,t=rg(l,1,Math.round(t)),u=rg(t,2,Math.round(u)),E(B,7,u));typeof
p==="string"&&ug(B,1,p);var gb;(d==null?0:d.wg)&&Array.isArray(w==null?void
0:w.advertiserDomains)&&(w==null?0:(gb=w.advertiserDomains[0])==null?
0:gb.length)&&ug(B,10,w.advertiserDomains[0].substring(0,
d==null?void 0:d.wg));if(a.meta&&d){var La,Ic;d.yg&&typeof
a.meta.agencyId==="string"&&((Ic=a.meta.agencyId)==null?0:Ic.length)&&(La!=null||
(La=new Ex),ug(La,1,a.meta.agencyId.substring(0,d.yg)));var we;d.zg&&typeof
a.meta.agencyName==="string"&&((we=a.meta.agencyName)==null?0:we.length)&&(La!
=null||(La=new Ex),ug(La,2,a.meta.agencyName.substring(0,d.zg)));var
xe;d.Og&&typeof a.meta.networkId==="string"&&((xe=a.meta.networkId)==null?
0:xe.length)&&(La!=null||(La=new Ex),ug(La,3,a.meta.networkId.substring(0,
d.Og)));var ri;d.Pg&&typeof
a.meta.networkName==="string"&&((ri=a.meta.networkName)==null?0:ri.length)&&(La!
=null||(La=new
Ex),ug(La,4,a.meta.networkName.substring(0,d.Pg)));La&&E(B,11,La)}return B}
function dU(a,b,c,d,e,f,g){var h=$T(c,a,d);if(h.length){var
k,l=(k=a.getConfig)==null?void
0:k.call(a).enableSendAllBids,n,p;k=(n=a.getConfig)==null?void 0:
(p=n.call(a).sendBidsControl)==null?void 0:p.bidLimit;h=YT(h,l&&k||
0);if(h.length)for(h=v(h),l=h.next();!l.done;l=h.next()){l=l.value;p=l.adUnitCode!
==c.code;n=!p&&l.auctionId!==d;if(!r&&!n&&!p&&l.transactionId){var
r=l.transactionId;eg(b,4)!=null||ug(b,4,r)}try{p=void 0,(p=e)==null||
p(l,l.transactionId)}catch(t){}var u=n;n=a;p=b;k=cU(l,c.mediaTypes,
f,g);u=Ux(Tx(Rx(new
Qx,l.bidder),1),u);u=vg(u,7,ZT(l.source));k=Sx(u,k);bU(n,l.bidder,k);n=Zx(p,k);type
of l.timeToRespond==="number"&&zf(n,2,He(Math.round(l.timeToRespond)))}}}
var eU=function(a,b,c){this.pbjs=a;this.slot=b;var d;this.Ub=(d=c==null?void
0:c.Ub)!=null?d:{};this.Sd=!(c==null||!c.Sd);var e;this.Vd=(e=c==null?void 0:c.Vd)!
=null?e:new Map;var f;this.yf=(f=c==null?void 0:c.yf)!=null?f:new Map;var
g;this.We=(g=c==null?void 0:c.We)!=null?g:new Xx;this.ie=c==null?void
0:c.ie;this.j=c;var h;this.Ud=(h=c==null?void 0:c.Ud)!=null?h:!1;var
k,l;this.g=((k=this.slot.fc)!=null?k:"")+((l=this.slot.adUnitCode)!=null?
l:"");this.Je=!(c==null||!c.Je);this.Bf=c==null?void 0:
c.Bf},fU=function(a,b,c){var d=a.pbjs.getBidResponsesForAdUnitCode;if(d){var
e,f,g,h,k,l,n,p,r=(p=(l=(e=d((h=a.slot.fc)!=null?h:""))==null?void 0:e.bids)!=null?
l:(f=d((k=a.slot.adUnitCode)!=null?k:""))==null?void 0:f.bids)!=null?p:
(g=d((n=WT.get(a.g))!=null?n:""))==null?void 0:g.bids;if(r!
=null&&r.length&&(e=r.filter(function(w){var B=w.auctionId;var M=w.adId;return B!
==c&&Object.values(a.Ub).some(function(ka){return ka.includes(M)})}),e.length)){var
u,t;d=(u=a.pbjs.adUnits)==null?void 0:(t=u.find(function(w){w=
w.code;return w===a.slot.fc||w===a.slot.adUnitCode||w===WT.get(a.g)}))==null?void
0:t.mediaTypes;u=v(e);for(t=u.next();!
t.done;t=u.next())t=t.value,e=cU(t,d,a.Ub,a.j),e=Zx(b,Sx(Ux(Tx(Rx(new
Qx,t.bidder),1),!0),e)),bU(a.pbjs,t.bidder,e),typeof
t.timeToRespond==="number"&&zf(e,2,He(Math.round(t.timeToRespond)))}}},gU=function(
a,b,c,d,e){e=a.yf.get(e!=null?e:function(){return null});(e==null?void 0:G(e,1))!
==1&&E(c,5,e);Uf(b,Mx,5)!==void 0||(e?G(e,1)===1?$x(b,e):$x(b,Px(Nx(Ox(new
Mx,a.Sd),1),TT(d,a.Vd))):
$x(b,Nx(Ox(new Mx,a.Sd),TT(d,a.Vd)?2:3)))},hU=function(a,b){var c=new
Map,d=function(k){var l=c.get(k);l||(l={},c.set(k,l));return l},e=[];a=v(a);for(var
f=a.next();!f.done;f=a.next()){f=f.value;var
g=f.args,h=f.eventType;f=f.elapsedTime;h==="bidTimeout"&&e.push.apply(e,ra(g));swit
ch(h){case "bidRequested":if(g.auctionId!==b)continue;if(!
Array.isArray(g.bids))continue;g=v(g.bids);for(h=g.next();!
h.done;h=g.next())if(h=h.value.bidId)d(h).requestTime=f;break;case
"noBid":g.auctionId===b&&g.bidId&&(d(g.bidId).Oh=
f)}}d=new Map;a=v(c.entries());for(f=a.next();!
f.done;f=a.next())g=v(f.value),f=g.next().value,h=g.next().value,g=h.requestTime,h=
h.Oh,g&&h&&d.set(f,{latency:h-g,Rb:!1});e=v(e);for(a=e.next();!
a.done;a=e.next())if(f=a.value,a=f.bidId,f=f.auctionId,a&&f===b&&(a=d.get(a)))a.Rb=
!0;return d};
eU.prototype.fetch=function(){var a=this,b,c,d=((c=(b=this.pbjs)==null?void
0:b.getEvents)!=null?c:function(){return[]})(),e=d.filter(function(Y){var
Qa=Y.eventType;Y=Y.args;return Qa==="auctionEnd"&&Y.auctionId}),f=function(Y)
{return Y===a.slot.fc||Y===a.slot.adUnitCode},g=function(Y){var
Qa;Y=(Qa=Y.args.adUnits)==null?void 0:Qa.find(function(ma){var Xb,
$a,gb,La,Ic,we,xe;return f(ma==null?void 0:(Xb=ma.ortb2Imp)==null?void 0:
($a=Xb.ext)==null?void 0:(gb=$a.data)==null?void 0:gb.pbadslot)||f(ma==
null?void 0:(La=ma.ortb2Imp)==null?void 0:(Ic=La.ext)==null?void 0:
(we=Ic.data)==null?void 0:(xe=we.adserver)==null?void 0:xe.adslot)});(Y==null?void
0:Y.code)!=null&&WT.set(a.g,Y.code);return Y},h;b=(h=this.Bf)!=null?h:function()
{var Y,Qa=(Y=VT.get(a.g))!=null?Y:0,ma;Y=(ma=e.filter(function($a){var
gb,La,Ic;return Number((gb=$a.args)==null?void 0:gb.timestamp)>Qa&&(a.Ud&&g($a)||
((La=$a.args)==null?void 0:(Ic=La.adUnitCodes)==null?void 0:Ic.find(f)))}))!=null?
ma:[];if(!Y.length)return null;var Xb;
return(Xb=Y.reduce(function($a,gb){return
Number(gb.args.timestamp)>Number($a.args.timestamp)?gb:$a}))==null?void 0:Xb.args}
();if(!b)return b;var k=b.bidderRequests===void 0?
[]:b.bidderRequests;h=b.bidsReceived===void 0?[]:b.bidsReceived;var
l=b.auctionId;c=b.timestamp;if(l&&c!=null&&k.length){VT.set(this.g,c);c=new dy;var
n=ey(c);this.pbjs.version&&UT.test(this.pbjs.version)&&ug(n,6,this.pbjs.version);va
r p,r,u,t;if((r=(p=this.pbjs).getConfig)==null?0:(u=r.call(p).cache)==null?0:
(t=u.url)==null?
0:t.length){var w,B,M;ay(n,(B=(w=this.pbjs).getConfig)==null?void 0:
(M=B.call(w).cache)==null?void 0:M.url)}E(n,9,this.We);p=Yh(function(){return
hU(d,l)});var ka;r=v(k);t=r.next();for(u={};!t.done;u={bidderCode:void 0,Lf:void
0},t=r.next())for(w=t.value,u.bidderCode=w.bidderCode,B=w.bids,t=w.timeout,u.Lf=w.s
rc,w=v(B),B=w.next(),k={};!B.done;k={Kc:void 0},B=w.next()){var
Z=B.value;k.Kc=Z.bidId;B=Z.transactionId;var
Za=Z.adUnitCode,Bb=Z.getFloor;M=Z.mediaTypes;Z=Z.ortb2Imp;if(k.Kc&&(f(Za)||
Za===WT.get(this.g))){ue(xf(n,
3))!=null||(Za===this.slot.adUnitCode?vg(n,3,1):Za===this.slot.fc&&vg(n,3,2));var
xa=void 0,Ka=void 0,Cb=void 0;((xa=this.j)==null?
0:xa.lf)&&eg(n,11)==null&&typeof((Ka=Z)==null?void 0:(Cb=Ka.ext)==null?void
0:Cb.gpid)==="string"&&(xa=void 0,by(n,Z.ext.gpid.substring(0,(xa=this.j)==null?
void 0:xa.lf)));B&&(ka!=null||(ka=B),eg(n,4)!=null||
ug(n,4,B));ze(xf(n,8))==null&&Number.isFinite(t)&&rg(n,8,t);xa=h.find(function(Y)
{return function(Qa){return Qa.requestId===Y.Kc}}(k));if(!xa||!this.Je)if(Z=Zx(n,
function(Y){return function(){var Qa=Rx(new
Qx,Y.bidderCode);bU(a.pbjs,Y.bidderCode,Qa);vg(Qa,7,ZT(Y.Lf));return Qa}}(u)
()),gU(this,n,Z,Za,Bb),xa){Tx(Z,1);typeof
xa.timeToRespond==="number"&&Number.isFinite(xa.timeToRespond)&&zf(Z,2,He(Math.roun
d(xa.timeToRespond)));try{Za=k=void 0,(Za=(k=this).ie)==null||
Za.call(k,xa,B)}catch(Y)
{}B=cU(xa,M,this.Ub,this.j);Sx(Z,B)}else(B=p().get(k.Kc))&&!B.Rb?
(Tx(Z,2),Number.isFinite(B.latency)&&zf(Z,2,He(Math.round(B.latency)))):
(B=Tx(Z,3),Number.isFinite(t)&&zf(B,
2,He(Math.round(t))))}}if(this.Je){var
Ob=aU(this.pbjs,this.slot);Ob&&dU(this.pbjs,n,Ob,l,this.ie,this.Ub,this.j)}else{var
Db;((Db=(Ob=this.pbjs).getConfig)==null?
0:Db.call(Ob).useBidCache)&&fU(this,n,l)}return{jh:c,transactionId:ka,arg:b}}};func
tion iU(a,b,c){return(new eU(a,b,c)).fetch()};var
dQ=K(eo).g(YC.g,YC.defaultValue),jU=function(a){R.call(this);var b=this;this.P=new
MQ;var c=dJ(fJ(this.getSettings()));c&&c.length>0&&(Om.reset(),Qm(new
Um(c)));this.A=new zT;this.o=null;this.g=a;this.F=new
Map;this.l=this.g.A;this.H=new XE(this);Yr(this,this.H);this.V=new mD(window,
{timeoutMs:500});this.W=new kJ(window,{timeoutMs:500});this.K=new
eQ;hQ(this.K);a=new CD(window,{timeoutMs:500});this.M=new
PQ(a,500);Yr(this,this.M);this.G={};gJ.g!==0?(this.j=new
cS,Yr(this,this.j)):this.j=dS();
fo(TC)?
this.T=NQ(this.P):this.T=Promise.resolve(null);VJ()&&(this.j.init(WR(this.l)),this.
C=jS(this.j,this.g.C),Xr(this,function(){var d=b.C;b.j.l.delete(d);gJ.g!
==0&&(K(Mv).o[d]=null)}))};q(jU,R);m=jU.prototype;
m.addEventListener=function(a,b,c,d){d&&(console.warn("Handler scope is deprecated.
Use arrow function or bind."),V.getInstance().report(217,
{method:"AdsLoader.addEventListener w/ handler scope"}));if(Array.isArray(a))throw
Error("Array not supported. Listen for a single event
type.");R.prototype.listen.call(this,a,b,c,d)};
m.removeEventListener=function(a,b,c,d){d&&(console.warn("Handler scope is
deprecated. Use arrow function or bind."),V.getInstance().report(217,
{method:"AdsLoader.removeEventListener w/ handler
scope"}));if(Array.isArray(a))throw Error("Array not supported. Listen for a single
event type.");R.prototype.Ta.call(this,a,b,c,d)};m.Af=function()
{R.prototype.xe.call(this)};m.listen=function(){throw Error("Not supported; use
addEventListener instead.");};
m.dispatchEvent=function(){throw Error("Dispatching events is not
supported.");};m.destroy=function(){this.dispose()};m.getVersion=function()
{return"h.3.690.0"};
m.requestAds=function(a,b){var c=this;if(a.adTagUrl||a.adsResponse){var
d=[],e=null;oD(this.V)&&d.push(new Promise(function(h){rD(c.V,function(k)
{e=k;h()})}));var f=null;iD(this.W.caller)&&d.push(new Promise(function(h)
{lJ(c.W,function(k){f=k;h()})}));var g=null;d.push(RQ(this.M).then(function(h)
{g=h}));Promise.all(d).then(function(){kU(c,a,b,{Ge:e,Ke:f,Xd:g})})}else
d={},lU(this,(d.errorCode=1013,d.errorMessage="The ad request must either have an
ad tag URL or an ads response.",d.type="adLoadError",
d),"")};
var kU=function(a,b,c,d){var e=b.adTagUrl,f="goog_"+Yi++;a.F.set(f,c||null);var
g=mU({adTagUrl:e,Ge:d.Ge,Ke:d.Ke,Xd:d.Xd}),h=qJ(e,g||{});XP(h,function()
{nU(a,h)});var k,l=(k=b.adTagUrl)==null?void
0:k.includes("GOOGLE_INSTREAM_VIDEO_NONCE"),n=vJ(h);c=oU(a,n,l);d=hQ(a.K);e=e?
XI(e):null;e=PT(e);Promise.all([c,d,e,a.T]).then(function(p){var
r=v(p);r.next();p=r.next().value;var u=r.next().value;r=r.next().value;var
t={};V.getInstance().report(182,(t.aid=!!gJ.A,t.aidf=!!a.o,t.hsc=!
n&&l,t));pU(a,f,b,g,
h,p,u,r)})};jU.prototype.getSettings=function(){return
gJ};jU.prototype.contentComplete=function()
{mK(WR(this.l),"adsLoader","contentComplete")};
var qU=function(a,b,c){b.length!==0&&(b=YP(b.map(function(d)
{return{Qc:d}}),c))&&b.forEach(function(d){d.then(function(e)
{e&&nU(a,c)})})},nU=function(a,b)
{if(b=eL(wJ(b)))a.G.espSignals=b,mK(WR(a.l),"adsLoader","signalsRefresh",a.G)},rU=f
unction(a,b){var c=a.F.get(b);a.F.delete(b);return c!=null?
c:null},lU=function(a,b,c){c=new RS(new
PS(b),rU(a,c));R.prototype.dispatchEvent.call(a,c);a={error:b.errorCode,vis:Xk(docu
ment)};V.getInstance().report(7,a)},mU=function(a){var b=a.Ge,c=a.Ke;a=a.Xd;var d,
e,f,g,h,k,l={};var n=n===void 0?x:n;return
l.gfcLoaded=pj(n.top,"googlefcLoaded"),l.addtlConsent=(d=b==null?void
0:b.addtlConsent)!=null?d:null,l.gdprApplies=(e=b==null?void 0:b.gdprApplies)!
=null?e:null,l.tcString=(f=b==null?void 0:b.tcString)!=null?
f:null,l.uspString=(g=c==null?void 0:c.uspString)!=null?
g:null,l.gppString=(h=a==null?void 0:a.gppString)!=null?h:null,l.gppSid=(k=a==null?
void 0:a.sid)!=null?k:null,l},sU=function(a,b){var
c={};c.contentMediaUrl=a.g.L;c.customClickTrackingProvided=a.g.B!=
null;c.isAmp=ZJ();a:{try{var d=window.top.location.href}catch(B){d=2;break
a}d=d==null?2:d==window.document.location.href?
0:1}c.iframeState=d;c.imaHostingDomain=window.document.domain;c.imaHostingPageUrl=w
indow.document.URL;c.topAccessiblePageUrl=YJ();c.referrer=window.document.referrer;
c.domLoadTime=a.l.H;c.sdkImplLoadTime=a.l.K;c.supportsResizing=!
LS(a.g);d=gp().location.ancestorOrigins;c.topOrigin=d?d.length>0&&d[d.length-
1].length<200?d[d.length-1]:"":null;c.osdId=a.C;c.usesCustomVideoPlayback=
LS(a.g);c.usesProxyMediaElement=MS(a.g);c.usesInlinePlayback=a.g.I;d=a.g.Bc;a=[];va
r e="",f="";if(d!=null){e=d;f=!0;f=f===void 0?!1:f;for(var g=[],h=0;e&&h<25;++h)
{var k="";f!==void 0&&f||(k=(k=e.nodeType!==9&&e.id)?"/"+k:"");a:
{if(e&&e.nodeName&&e.parentElement){var
l=e.nodeName.toString().toLowerCase();for(var
n=e.parentElement.childNodes,p=0,r=0;r<n.length;++r){var
u=n[r];if(u.nodeName&&u.nodeName.toString().toLowerCase()===l){if(e===u)
{l="."+p;break a}+
+p}}}l=""}g.push((e.nodeName&&e.nodeName.toString().toLowerCase())+
k+l);e=e.parentElement}e=g.join();if(d){d=(d=d.ownerDocument)&&(d.defaultView||
d.parentWindow)||null;f=[];if(d)try{var t=d.parent;for(g=0;t&&t!==d&&g<25;++g){var
w=t.frames;for(h=0;h<w.length;++h)if(d===w[h])
{f.push(h);break}d=t;t=d.parent}}catch(B){}f=f.join()}else f=""}a.push(e,f);if(b!
=null){for(t=0;t<cD.length-1;+
+t)a.push(gj(b,cD[t])||"");b=gj(b,"videoad_start_delay");t="";b&&(b=parseInt(b,10),
t=b<0?"postroll":b==0?"preroll":"midroll");a.push(t)}else for(b=0;b<cD.length;+
+b)a.push("");return c.videoAdKey=
lj(a.join(":")).toString(),c},tU=function(a,b,c){a=uJ(a);b=!
GQ(c,b);return{ue:a,ve:b}},uU=function(a,b,c){var d=wJ(a);a=tU(a,b,c);return RT(new
QT,d,a)},vU=function(a,b,c){var d=wJ(a);a=tU(a,b,c);b=new QT;if(RT(b,d,
{ue:a.ue,ve:a.ve})){var e;d=(e=uT("__eoi",b.g))!=null?e:void 0}else d=void 0;return
d},wU=function(a,b,c){if(bc()&&oj(window.fetch)&&oj(window.AbortController))try{var
d=window.isSecureContext&&!
["localhost","127.0.0.1"].includes(window.location.hostname),e=window.document;var
f=!!(d&&
"browsingTopics"in e&&e.browsingTopics instanceof Function&&Ln("browsing-
topics",e));if(a.j){var g=rJ(a,"rdp");var h=oJ(g)?"1":""}else h="";d=h==="1";var
k,l=rJ(a,"us_privacy"),n=a.g.uspString||
l||"";n=n.toUpperCase();l=n;if(l.length==4&&(l.indexOf("-")==-1||
l.substring(1)==="---")&&l[0]>="1"&&l[0]<="9"&&Ay.hasOwnProperty(l[1])&&Ay.hasOwnPr
operty(l[2])&&Ay.hasOwnProperty(l[3])){var p=new zy;var
r=sg(p,1,parseInt(n[0],10));var u=H(r,2,Ay[n[1]]);var t=H(u,3,Ay[n[2]]);var
w=H(t,4,Ay[n[3]])}else w=null;
var B=w;var M;if(!(M=(B==null?void 0:G(B,3))===2||xJ(a)))if(sJ(a)){var
ka=tJ(a);M=ka?!wD(ka,["3","4"],0):!0}else M=!1;if(!(k=M)){var
Z=rJ(a,"npa"),Za=oJ(Z);k=(a.j&&Za?"1":"")==="1"}var Bb;if(!(Bb=k||d||vJ(a)))
{if(a.j){var xa=rJ(a,"tfcd");var Ka=xa==="0"||xa==="false"?(0).toString():oJ(xa)?
(1).toString():""}else Ka="";var Cb;if(!(Cb=Ka===(1).toString())){if(a.j){var
Ob=rJ(a,"tfua");var Db=Ob==="0"||Ob==="false"?(0).toString():oJ(Ob)?
(1).toString():""}else Db="";Cb=Db===(1).toString()}Bb=Cb}a=!Bb;if(c&&
b){var Y,Qa,ma;var Xb=(ma=(Y=D(c,Nh,4))==null?void 0:(Qa=If(Y,1,Se))==null?void
0:Qa.get(b))!=null?ma:!0}else Xb=!0;return f&&a&&Xb}catch(gb){var
$a;V.getInstance().report(209,{message:($a=gb)==null?void 0:$a.message})}return!
1},oU=function(a,b,c){if(b)return
a.o=null,Promise.resolve([]);b=[];b.push(xU());c&&b.push(yU(a));return
Promise.all(b)},pU=function(a,b,c,d,e,f,g,h)
{c=zU(a,c,d,e,f,g,h);b=WR(a.l,b);a.H.listen(b,"adsLoader",function(k){var
l=k.messageType;switch(l){case "adsLoaded":l=k.qa;k=
k.Gc;l=new
X(a.j,a.g,l.adTagUrl||"",l.adCuePoints,a.C,l.isCustomClickTrackingAllowed,WR(a.l,k)
,e);k=new NT(l,rU(a,k));R.prototype.dispatchEvent.call(a,k);break;case
"error":lU(a,k.qa,k.Gc);break;case
"cookieUpdate":k=k.qa;if(k==null)break;if(gJ.isCookiesEnabled()){l=new
mJ;l=pg(l,5,!0);var n=k.gfpCookie;n&&BT(a.A,"__gads",qT(n),l);
(n=k.gfpCookieV2)&&BT(a.A,"__gpi",qT(n),l)}if(n=k.eoidCookie){l=new QT;n=qT(n);var
p=Hn(ig(n,2))-Date.now()/1E3;p={jd:Math.max(p,0),path:F(n,3),domain:F(n,4),Bd:!
1};yT("__eoi",
n.getValue(),p,l.g)}qU(a,k.encryptedSignalBidderIds||[],e);break;case
"trackingUrlPinged":R.prototype.dispatchEvent.call(a,new
TS(l,null,k.qa))}});mK(b,"adsLoader","requestAds",c);b={};V.getInstance().report(15
5,(b.ws=cQ(),b.blob=f!=null?f:"undef",b))},yU=function(a){var b;return
Ma(function(c){if(c.g==1)return a.o||(a.o=new
iK,jK(a.o)),Ba(c,a.o.getId(),2);b=c.j;gJ.A=b.id||"";c.g=0})},xU=function(){return
bc()&&(Lm(mn)||Lm(ln))?Lm(ln)?new Promise(function(a){setTimeout(function()
{a()},50)}):AU().then(function(a){var b,
c=(b=a.label)!=null?b:"";gJ.I=c;gJ.H=a.status}):Promise.resolve()},AU=function()
{if(navigator.cookieDeprecationLabel){var
a=navigator.cookieDeprecationLabel.getValue().then(function(c)
{return{label:c,status:1}}).catch(function(){return{label:"",status:2}}),b=new
Promise(function(c){setTimeout(function(){c({label:"",status:5})},50)});return
Promise.race([b,a])}return
Promise.resolve({label:"",status:3})},zU=function(a,b,c,d,e,f,g){var
h={};h=(h.limaExperimentIds=Pm().sort().join(","),h);var k=sj();
if(g&&a.P.g)try{cw()}catch(Ka){}var
l=Fn(),n={};l=(n.experimentStateProto=l.da(),n);n=a.getSettings().da(iS(a.j));var
p=sU(a,b.adTagUrl),r=Mn(),u=Dn(),t={};c=(t.consentSettings=c,t.imalibExperiments=h,
t.genotypeExperimentData=l,t.settings=n,t.videoEnvironment=p,t.isFledgeEligible=r,t
.pvsid=k,t.sqid=g,t.eventfeExperimentIds=u,t);Object.assign(c,b.da());gJ.isCookiesE
nabled()&&(g=wJ(d),c.isBrowserCookieEnabled=AT(a.A,g),h=g?
tT("__gads",g,a.A.g):null,h!==null&&(c.gfpCookieValue=h),h=g?tT("__gpi",g,a.A.g):
null,h!==null&&(c.gfpCookieV2Id=h),g=g?tT("__gpi_opt_out",g,a.A.g):null,g!
==null&&(c.gfpCookieV2OptOut=g));g=b.adTagUrl?
XI(b.adTagUrl):null;h=uU(d,g,f);c.eoidCookieEnabled=h;
(h=vU(d,g,f))&&(c.eoidCookieValue=h);c.ivtDetectionOnlyStorageAllowed=JQ(d,f,g);if(
h=eL(wJ(d)))a.G.espSignals=h,c.espSignals=h;e&&(c.gmaSignals=e);c.isEapLoader=!
1;e=function(Ka){V.getInstance().report(195,{message:Ka==null?void
0:Ka.message})};try{var w=ST();if(w){var B=YI(b.adTagUrl,e),M=B?Lm(pn)?
1:HQ(f,WI(B))?2:0:0;switch(M){case 1:case 2:var ka,
Z=(ka=iU(w,{adUnitCode:B},{Ub:ZI(b.adTagUrl),lf:M===1?100:0,Ud:fo(SC)}))==null?void
0:ka.jh;c.clientBidsProto=Z?bd(fy(Z),3):void 0}}}catch(Ka){e(Ka)}try{var
Za=IQ(f);Za&&(c.publisherInitiatedExperimentDataProto=bd(EQ(Za),3))}catch(Ka){var
Bb;V.getInstance().report(214,{message:(Bb=Ka)==null?void
0:Bb.message})}c.topicsEnabled=wU(d,g,f);try{c.quicksilverSignals=zK(a.g).da()}catc
h(Ka){var xa;V.getInstance().report(212,{message:(xa=Ka)==null?void 0:xa.message},!
0)}return c};
jU.prototype.contentComplete=jU.prototype.contentComplete;jU.prototype.getSettings=
jU.prototype.getSettings;jU.prototype.requestAds=jU.prototype.requestAds;jU.prototy
pe.getVersion=jU.prototype.getVersion;jU.prototype.destroy=jU.prototype.destroy;jU.
prototype.dispatchEvent=jU.prototype.dispatchEvent;jU.prototype.listen=jU.prototype
.listen;var BU=function()
{this.l=this.j="unknown";this.g="0";this.adsResponse=null;this.adTagUrl="";this.con
tentTitle=this.contentKeywords=this.contentDuration=null;this.forceNonLinearFullSlo
t=!
1;this.nonLinearAdSlotWidth=this.nonLinearAdSlotHeight=this.liveStreamPrefetchSecon
ds=this.linearAdSlotWidth=this.linearAdSlotHeight=0;this.omidAccessModeRules={};thi
s.pageUrl=null;this.vastLoadTimeout=5E3};
BU.prototype.da=function(){var
a={};a.adsResponse=this.adsResponse;a.videoPlayActivation=this.j;a.videoPlayMuted=t
his.l;a.videoContinuousPlay=this.g;a.adTagUrl=this.adTagUrl;a.contentDuration=this.
contentDuration;a.contentKeywords=this.contentKeywords;a.contentTitle=this.contentT
itle;a.linearAdSlotWidth=this.linearAdSlotWidth;a.linearAdSlotHeight=this.linearAdS
lotHeight;a.nonLinearAdSlotWidth=this.nonLinearAdSlotWidth;a.nonLinearAdSlotHeight=
this.nonLinearAdSlotHeight;a.forceNonLinearFullSlot=this.forceNonLinearFullSlot;
a.liveStreamPrefetchSeconds=this.liveStreamPrefetchSeconds;a.vastLoadTimeout=this.v
astLoadTimeout;a.omidAccessModeRules=this.omidAccessModeRules;a.pageUrl=this.pageUr
l;return a};BU.prototype.setAdWillAutoPlay=function(a)
{this.j=a?"auto":"click"};BU.prototype.setAdWillPlayMuted=function(a)
{this.l=a?"muted":"unmuted"};BU.prototype.setContinuousPlayback=function(a)
{this.g=a?"2":"1"};BU.prototype.setContinuousPlayback=BU.prototype.setContinuousPla
yback;BU.prototype.setAdWillPlayMuted=BU.prototype.setAdWillPlayMuted;
BU.prototype.setAdWillAutoPlay=BU.prototype.setAdWillAutoPlay;y("google.ima.AdCuePo
ints.POSTROLL",-
1,window);y("google.ima.AdCuePoints.PREROLL",0,window);y("google.ima.AdDisplayConta
iner",NS,window);y("google.ima.AdError.ErrorCode",S,window);y("google.ima.AdError.E
rrorCode.VIDEO_ELEMENT_USED",-
1,window);y("google.ima.AdError.ErrorCode.VIDEO_ELEMENT_REQUIRED",-
1,window);y("google.ima.AdError.ErrorCode.VAST_MEDIA_ERROR",-
1,window);y("google.ima.AdError.ErrorCode.ADSLOT_NOT_VISIBLE",-
1,window);y("google.ima.AdError.ErrorCode.OVERLAY_AD_LOADING_FAILED",-1,window);
y("google.ima.AdError.ErrorCode.VAST_MALFORMED_RESPONSE",-
1,window);y("google.ima.AdError.ErrorCode.COMPANION_AD_LOADING_FAILED",-
1,window);y("google.ima.AdError.Type",OS,window);y("google.ima.AdErrorEvent.Type",Q
S,window);y("google.ima.AdEvent.Type",SS,window);y("google.ima.AdsLoader",jU,window
);y("google.ima.AdsManagerLoadedEvent.Type",MT,window);y("google.ima.CompanionAdSel
ectionSettings",sK,window);y("google.ima.CompanionAdSelectionSettings.CreativeType"
,oK);
y("google.ima.CompanionAdSelectionSettings.ResourceType",pK);y("google.ima.Companio
nAdSelectionSettings.SizeCriteria",qK);y("google.ima.CustomContentLoadedEvent.Type.
CUSTOM_CONTENT_LOADED","deprecated-
event",window);y("ima.ImaSdkSettings",T,window);y("google.ima.settings",gJ,window);
y("google.ima.ImaSdkSettings.CompanionBackfillMode",
{ALWAYS:"always",ON_MASTER_AD:"on_master_ad"});y("google.ima.ImaSdkSettings.VpaidMo
de",{DISABLED:0,ENABLED:1,INSECURE:2,0:"DISABLED",1:"ENABLED",2:"INSECURE"});
y("google.ima.AdsRenderingSettings",mR,window);y("google.ima.AdsRenderingSettings.A
UTO_SCALE",-
1,window);y("google.ima.AdsRequest",BU,window);y("google.ima.VERSION","3.690.0");y(
"google.ima.OmidAccessMode",{LIMITED:"limited",DOMAIN:"domain",FULL:"full"});
y("google.ima.OmidVerificationVendor",
{COMSCORE:7,DOUBLEVERIFY:3,GOOGLE:9,INTEGRAL_AD_SCIENCE:4,MEETRICS:8,MOAT:2,NIELSEN
:6,PIXELATE:5,OTHER:1,7:"COMSCORE",3:"DOUBLEVERIFY",9:"GOOGLE",4:"INTEGRAL_AD_SCIEN
CE",8:"MEETRICS",2:"MOAT",6:"NIELSEN",5:"PIXELATE",1:"OTHER"});y("google.ima.UiElem
ents",
{AD_ATTRIBUTION:"adAttribution",COUNTDOWN:"countdown"});y("google.ima.ViewMode",
{NORMAL:"normal",FULLSCREEN:"fullscreen"});
y("google.ima.secureSignals",{clearAllCache:function(){var
a=window.localStorage;if(a!==void 0)for(var b=v(Object.keys(a)),c=b.next();!
c.done;c=b.next())if(c=c.value,c.startsWith("_GESPSK"))try{a.removeItem(c)}catch(d)
{}XK=new WK}});var CU=function(a,b,c)
{this.j=c;b.length===0&&(b=[[]]);this.g=b.map(function(d){d=a.concat(d);for(var
e=[],f=0,g=0;f<d.length;){var h=d[f++];if(h<128)e[g++]=String.fromCharCode(h);else
if(h>191&&h<224){var k=d[f++];e[g++]=String.fromCharCode((h&31)<<6|k&63)}else
if(h>239&&h<365){k=d[f++];var l=d[f++],n=d[f++];h=((h&7)<<18|(k&63)<<12|(l&63)<<6|
n&63)-65536;e[g++]=String.fromCharCode(55296+(h>>10));e[g+
+]=String.fromCharCode(56320+(h&1023))}else k=d[f++],l=d[f++],e[g+
+]=String.fromCharCode((h&15)<<12|
(k&63)<<6|l&63)}return new RegExp(e.join(""))})},DU=function(a,b){return b?
a.g.some(function(c){c=b.match(c);return c==null?!1:!a.j||
c.length>=1&&c[1]==="3.690.0"||c.length>=2&&c[2]==="3.690.0"?!0:!1}):!
1},EU=[94,40,63,58,104,116,116,112,115,63,58,41,63,47,47,105,109,97,115,100,107,92,
46,103,111,111,103,108,101,97,112,105,115,92,46,99,111,109,47,106,115,47,40,115,100
,107,108,111,97,100,101,114,124,99,111,114,101,41,47],FU=[94,40,63,58,104,116,116,1
12,115,63,58,41,63,47,47,115,48,92,46,50,109,100,
110,92,46,110,101,116,47,105,110,115,116,114,101,97,109,47,104,116,109,108,53,47],G
U=[94,40,63,58,104,116,116,112,115,63,58,41,63,47,47,105,109,97,115,100,107,92,46,1
03,111,111,103,108,101,97,112,105,115,92,46,99,111,109,47,112,97,108,47,115,100,107
,108,111,97,100,101,114,47],HU=[[105,109,97,51,92,46,106,115],
[105,109,97,51,95,100,101,98,117,103,92,46,106,115],
[105,109,97,51,95,101,97,112,46,106,115]],IU=[[98,114,105,100,103,101,40,91,48,45,5
7,93,43,92,46,91,48,45,57,92,46,93,43,41,40,95,40,91,97,
45,122,48,45,57,93,41,123,50,44,51,125,41,123,48,44,50,125,92,46,104,116,109,108],
[98,114,105,100,103,101,40,91,48,45,57,93,43,92,46,91,48,45,57,92,46,93,43,41,95,10
0,101,98,117,103,40,95,40,91,97,45,122,48,45,57,93,41,123,50,44,51,125,41,123,48,44
,50,125,92,46,104,116,109,108],
[98,114,105,100,103,101,40,95,40,91,97,45,122,48,45,57,93,41,123,50,44,51,125,41,12
3,48,44,50,125,92,46,104,116,109,108]],JU=[[111,117,116,115,116,114,101,97,109,92,4
6,106,115],[111,117,116,115,116,114,101,97,109,95,100,101,
98,117,103,92,46,106,115]],KU=new CU(EU,HU,!1);new CU(EU,IU,!0);var LU=new
CU(FU,HU,!1);new CU(FU,IU,!0);
var MU=new
CU([94,40,63,58,104,116,116,112,115,63,58,41,63,47,47,105,109,97,115,100,107,92,46,
103,111,111,103,108,101,97,112,105,115,92,46,99,111,109,47,112,114,101,114,101,108,
101,97,115,101,47,106,115,47,91,48,45,57,93,43,46,91,48,45,57,46,93,43,47],HU,!
1),NU=new
CU([94,40,63,58,104,116,116,112,115,63,58,41,63,47,47,40,112,97,103,101,97,100,50,1
24,116,112,99,41,92,46,103,111,111,103,108,101,115,121,110,100,105,99,97,116,105,11
1,110,92,46,99,111,109,47,112,97,103,101,97,100,47,40,103,97,100,103,
101,116,115,124,106,115,41,47],[],!1);
new CU(EU,
[[100,97,105,95,105,102,114,97,109,101,40,91,48,45,57,93,43,92,46,91,48,45,57,92,46
,93,43,41,40,95,40,91,97,45,122,48,45,57,93,41,123,50,44,51,125,41,123,48,44,50,125
,92,46,104,116,109,108],
[100,97,105,95,105,102,114,97,109,101,40,91,48,45,57,93,43,92,46,91,48,45,57,92,46,
93,43,41,95,100,101,98,117,103,40,95,40,91,97,45,122,48,45,57,93,41,123,50,44,51,12
5,41,123,48,44,50,125,92,46,104,116,109,108],
[100,97,105,95,105,102,114,97,109,101,40,95,40,91,97,45,122,48,45,57,93,41,123,50,4
4,51,125,
41,123,48,44,50,125,92,46,104,116,109,108]],!0);var OU=new CU(EU,JU,!1),PU=new
CU(EU,JU,!1);new CU(GU,[[112,97,108,46,106,115]],!1);new CU(GU,
[[99,97,115,116,95,112,97,108,46,106,115]],!1);new CU(GU,
[[99,116,118,95,112,97,108,46,106,115]],!1);function QU(a,b){for(var
c={},d=0;d<b.length;c={Be:void 0},d++)if(c.Be=b[d],a.some(function(e){return
function(f){return DU(f,e.Be.src)}}(c)))return c.Be;return null};if(!function(a)
{if(a.some(function(c){return DU(c,gp().location.href)}))return!0;var
b=QU(a,document.querySelectorAll("SCRIPT"));b==null&&document.querySelectorAll&&(b=
QU(a,document.querySelectorAll("script")));return b!=null}
([KU,MU,LU,NU,OU,PU]))throw Error("IMA SDK is either not loaded from a google
domain or is not a supported version.");var RU,SU=Cn();RU=D(SU,un,3);var
TU=OT,UU=RU!=null?RU:null,VU=YJ(),WU;
if(fo(ZC)&&UU){var XU=F(UU,1);if(XU&&(new URL(VU)).hostname.includes(XU)){var
YU=D(UU,Rh,2);WU=YU?YU:null}else WU=null}else WU=null;var
ZU=WU;if(ZU)TU.j=ZU;else{var vQ=TU.g,BQ={pageUrl:VU};try{var wQ=AQ();if(!wQ)throw
Error("Could not generate config URL");yQ()}catch(a){xQ(vQ,a)}};})();

You might also like