0% found this document useful (0 votes)
3 views114 pages

F

The document is a JavaScript code snippet that implements polyfills for various ECMAScript features, including Promises, Symbols, and iterators. It defines utility functions and constructs to ensure compatibility with older environments that may not support these features. The code is structured to provide global access to these functionalities, enhancing the JavaScript environment's capabilities.
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)
3 views114 pages

F

The document is a JavaScript code snippet that implements polyfills for various ECMAScript features, including Promises, Symbols, and iterators. It defines utility functions and constructs to ensure compatibility with older environments that may not support these features. The code is structured to provide global access to these functionalities, enhancing the JavaScript environment's capabilities.
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/ 114

// 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),q=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})}};
q("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});
q("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
ea(aa(this))}})}return a});
var ea=function(a){a={next:a};a[Symbol.iterator]=function(){return this};return
a},fa=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=fa(e.prototype||Object.prototype);return
Function.prototype.apply.call(c,e,d)||e}}(),ka;if(typeof
Object.setPrototypeOf=="function")ka=Object.setPrototypeOf;else{var la;a:{var
ma={a:!0},na={};try{na.__proto__=ma;la=na.a;break a}catch(a){}la=!1}ka=la?
function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError(a+" is not
extensible");return a}:null}
var oa=ka,w=function(a,b)
{a.prototype=fa(b.prototype);a.prototype.constructor=a;if(oa)oa(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.Ha=b.prototype},x=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");},pa=function(a){if(!(a instanceof
Array)){a=x(a);for(var b,c=[];!(b=a.next()).done;)c.push(b.value);a=c}return
a},ra=function(a){return qa(a,a)},qa=function(a,b)
{a.raw=b;Object.freeze&&(Object.freeze(a),Object.freeze(b));return
a},ta=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)},ua=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)ta(d,e)&&(a[e]=d[e])}return a};q("Object.assign",function(a){return a||ua});
var wa=function(){this.A=!1;this.o=null;this.j=void
0;this.g=1;this.J=this.l=0;this.B=null},za=function(a){if(a.A)throw new
TypeError("Generator is already running");a.A=!0};wa.prototype.C=function(a)
{this.j=a};var Aa=function(a,b){a.B={Oe:b,Wg:!0};a.g=a.l||
a.J};wa.prototype.return=function(a){this.B={return:a};this.g=this.J};
var Ca=function(a,b,c){a.g=c;return{value:b}},Da=function(a)
{a.g=0;a.l=0},Ea=function(a){a.l=0;var b=a.B.Oe;a.B=null;return b},Fa=function(a)
{this.g=new wa;this.j=a},Ia=function(a,b){za(a.g);var c=a.g.o;if(c)return
Ga(a,"return"in c?c["return"]:function(d){return{value:d,done:!
0}},b,a.g.return);a.g.return(b);return Ha(a)},Ga=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),Ha(a)}a.g.o=null;d.call(a.g,f);return Ha(a)},Ha=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.Wg)throw b.Oe;return{value:b.return,done:!
0}}return{value:void 0,done:!0}},Ja=function(a){this.next=function(b)
{za(a.g);a.g.o?b=Ga(a,a.g.o.next,b,a.g.C):(a.g.C(b),b=Ha(a));return
b};this.throw=function(b){za(a.g);a.g.o?b=Ga(a,a.g.o["throw"],b,a.g.C):
(Aa(a.g,b),b=Ha(a));return b};
this.return=function(b){return Ia(a,b)};this[Symbol.iterator]=function(){return
this}},Ka=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())})},La=function(
a){return Ka(new Ja(new Fa(a)))},Ma=function(){for(var
a=Number(this),b=[],c=a;c<arguments.length;c++)b[c-a]=arguments[c];return
b};q("globalThis",function(a){return a||da});
q("Reflect",function(a){return a?a:{}});q("Reflect.construct",function(){return
ia});q("Reflect.setPrototypeOf",function(a){return a?a:oa?function(b,c){try{return
oa(b,c),!0}catch(d){return!1}}:null});
q("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(p){k||(k=!
0,l.call(h,p))}}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.J(2,g)};e.prototype.A=function(g){this.J(1,g)};e.prototype.J=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.Dc(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,t){return typeof
r=="function"?function(u){try{l(r(u))}catch(v){p(v)}}:t}var l,p,n=new
e(function(r,t){l=r;p=t});this.Dc(k(g,l),k(h,p));return
n};e.prototype.catch=function(g){return this.then(void
0,g)};e.prototype.Dc=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=x(g),p=l.next();!
p.done;p=l.next())c(p.value).Dc(h,k)})};e.all=function(g){var
h=x(g),k=h.next();return k.done?c([]):new e(function(l,p){function n(u){return
function(v){r[u]=v;t--;t==0&&l(r)}}var r=[],t=0;do r.push(void 0),t+
+,c(k.value).Dc(n(r.length-
1),p),k=h.next();while(!k.done)})};return e});q("Object.setPrototypeOf",function(a)
{return a||oa});q("Symbol.dispose",function(a){return a?
a:Symbol("Symbol.dispose")});q("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}});
q("WeakMap",function(a){function b(){}function c(k){var l=typeof k;return
l==="object"&&k!==null||l==="function"}function d(k){if(!ta(k,f)){var l=new
b;ba(k,f,{value:l})}}function e(k){var l=Object[k];l&&(Object[k]=function(p){if(p
instanceof b)return p;Object.isExtensible(p)&&d(p);return l(p)})}if(function(){if(!
a||!Object.seal)return!1;try{var k=Object.seal({}),l=Object.seal({}),p=new
a([[k,2],[l,3]]);if(p.get(k)!=2||p.get(l)!=3)return!
1;p.delete(k);p.set(l,4);return!p.has(k)&&p.get(l)==4}catch(n){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=x(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(!ta(k,f))throw Error("WeakMap
key fail: "+k);k[f][this.g]=l;return this};h.prototype.get=function(k){return
c(k)&&ta(k,f)?k[f][this.g]:void 0};h.prototype.has=function(k){return
c(k)&&ta(k,f)&&ta(k[f],
this.g)};h.prototype.delete=function(k){return c(k)&&ta(k,f)&&ta(k[f],this.g)?
delete k[f][this.g]:!1};return h});
q("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(x([[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(),p=l.next();if(p.done||p.value[0]!=h||p.value[1]!="s")return!
1;p=l.next();return p.done||p.value[0].x!=4||p.value[1]!="t"||!l.next().done?!1:!
0}catch(n){return!1}}())return a;var b=new WeakMap,c=function(h)
{this[0]={};this[1]=
f();this.size=0;if(h){h=x(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.oa?l.oa.value=k:
(l.oa={next:this[1],Xa:this[1].Xa,head:this[1],key:h,value:k},l.list.push(l.oa),thi
s[1].Xa.next=l.oa,this[1].Xa=l.oa,this.size++);return
this};c.prototype.delete=function(h){h=d(this,h);return h.oa&&h.list?
(h.list.splice(h.index,1),h.list.length||delete this[0]
[h.id],h.oa.Xa.next=h.oa.next,h.oa.next.Xa=
h.oa.Xa,h.oa.head=null,this.size--,!0):!1};c.prototype.clear=function()
{this[0]={};this[1]=this[1].Xa=f();this.size=0};c.prototype.has=function(h)
{return!!d(this,h).oa};c.prototype.get=function(h)
{return(h=d(this,h).oa)&&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(),
p;!
(p=l.next()).done;)p=p.value,h.call(k,p[1],p[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 p=h[0]
[l];if(p&&ta(h[0],l))for(h=0;h<p.length;h++){var n=p[h];if(k!==k&&n.key!==n.key||
k===n.key)return{id:l,list:p,index:h,oa:n}}return{id:l,list:p,index:-1,oa:void
0}},e=function(h,k){var l=h[1];return ea(function(){if(l){for(;l.head!
=h[1];)l=l.Xa;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.Xa=h.next=h.head=h},g=0;return c});
q("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(x([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=
x(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});q("Object.values",function(a){return a?a:function(b){var c=[],d;for(d in
b)ta(b,d)&&c.push(b[d]);return c}});q("Object.is",function(a){return a?
a:function(b,c){return b===c?b!==0||1/b===1/c:b!==b&&c!==c}});
q("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 Na=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+""};
q("String.prototype.includes",function(a){return a?a:function(b,c){return
Na(this,b,"includes").indexOf(b,c||0)!==-1}});q("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}});
q("Object.entries",function(a){return a?a:function(b){var c=[],d;for(d in
b)ta(b,d)&&c.push([d,b[d]]);return c}});q("Number.isFinite",function(a){return a?
a:function(b){return typeof b!=="number"?!1:!isNaN(b)&&b!==Infinity&&b!==-
Infinity}});q("Number.MAX_SAFE_INTEGER",function(){return
9007199254740991});q("Number.MIN_SAFE_INTEGER",function(){return-
9007199254740991});q("Number.isInteger",function(a){return a?a:function(b){return
Number.isFinite(b)?b===Math.floor(b):!1}});
q("Number.isSafeInteger",function(a){return a?a:function(b){return
Number.isInteger(b)&&Math.abs(b)<=Number.MAX_SAFE_INTEGER}});q("String.prototype.st
artsWith",function(a){return a?a:function(b,c){var
d=Na(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 Oa=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};q("Array.prototype.entries",function(a){return a?a:function(){return
Oa(this,function(b,c){return[b,c]})}});q("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}});
q("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}});q("Number.isNaN",function(a){return a?a:function(b){return typeof
b==="number"&&isNaN(b)}});q("Array.prototype.keys",function(a){return a?
a:function(){return Oa(this,function(b){return
b})}});q("Array.prototype.values",function(a){return a?a:function(){return
Oa(this,function(b,c){return c})}});
q("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}});
q("String.prototype.repeat",function(a){return a?a:function(b){var
c=Na(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
Pa=function(a,b){a=a!==void 0?String(a):" ";return
b>0&&a?a.repeat(Math.ceil(b/a.length)).substring(0,b):""};q("String.prototype.padSt
art",function(a){return a?a:function(b,c){var d=Na(this,null,"padStart");return
Pa(c,b-d.length)+d}});
q("String.prototype.padEnd",function(a){return a?a:function(b,c){var
d=Na(this,null,"padStart");return d+Pa(c,b-d.length)}});/*

Copyright The Closure Library Authors.


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

Copyright Google LLC


SPDX-License-Identifier: Apache-2.0
*/
var wi=globalThis.trustedTypes,xi;function yi(){var a=null;if(!wi)return a;try{var
b=function(c){return c};a=wi.createPolicy("goog#html",
{createHTML:b,createScript:b,createScriptURL:b})}catch(c){}return a}function zi()
{xi===void 0&&(xi=yi());return xi};var Ai=function(a)
{this.g=a};Ai.prototype.toString=function(){return this.g+""};function Bi(a){var
b=zi();return new Ai(b?b.createScriptURL(a):a)};var Ci=function(a)
{this.g=a};Ci.prototype.toString=function(){return this.g};var Di=new
Ci("about:invalid#zClosurez");var Ei=function(a){this.ah=a};function Fi(a){return
new Ei(function(b){return b.substr(0,a.length+1).toLowerCase()===a+":"})}var
Gi=[Fi("data"),Fi("http"),Fi("https"),Fi("mailto"),Fi("ftp"),new Ei(function(a)
{return/^[^:]*([/?#]|$)/.test(a)})];
function Hi(a){if(typeof MediaSource!=="undefined"&&a instanceof MediaSource)return
new Ci(URL.createObjectURL(a));var b=a.type.match(/^([^;]+)(?:;\w+=(?:\w+|"[\w;,= ]
+"))*$/i);if((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\/(?:mpeg|mp4|ogg|
webm|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])))throw Error("");
return new Ci(URL.createObjectURL(a))}var Ii=/^\s*(?!javascript:)(?:[\w+.-]+:|[^:/?
#]*(?:[/?#]|$))/i;var Ji=function(a){this.g=a};Ji.prototype.toString=function()
{return this.g+""};function Ki(a){if(a instanceof Ji)return a.g;throw
Error("");};function Li(a,b){if(b instanceof Ai)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 Mi(a,b)
{if(a.nodeType===1&&/^(script|style)$/i.test(a.tagName))throw
Error("");a.innerHTML=Ki(b)};var Ni=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(Xa(f)){f[Ya]||
c.push(f);var k=cb(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(p){b.push("*** "+p+"
***")}};e(a,"");for(a=0;a<c.length;a++)db(c[a]);return b.join("")};function Oi(a,b)
{a.write(Ki(b))};var Pi=function(a){return decodeURIComponent(a.replace(/\+/g,"
"))},Qi=function(a){Gb.test(a)&&(a.indexOf("&")!=-
1&&(a=a.replace(Ab,"&amp;")),a.indexOf("<")!=-
1&&(a=a.replace(Bb,"&lt;")),a.indexOf(">")!=-
1&&(a=a.replace(Cb,"&gt;")),a.indexOf('"')!=-
1&&(a=a.replace(Db,"&quot;")),a.indexOf("'")!=-
1&&(a=a.replace(Eb,"&#39;")),a.indexOf("\x00")!=-
1&&(a=a.replace(Fb,"&#0;")));return a},Ri=function(a,b)
{a.length>b&&(a=a.substring(0,b-3)+"...");return a},Si=String.prototype.repeat?
function(a,b){return a.repeat(b)}:
function(a,b){return Array(b+1).join(a)},Ti=function(a){return
a==null?"":String(a)},Ui=Math.random()*2147483648|0,Vi=function(a){return
String(a).replace(/\-([a-z])/g,function(b,c){return
c.toUpperCase()})},Wi=function(){return"googleAvInapp".replace(/([A-Z])/g,"-
$1").toLowerCase()},Xi=function(a){return a.replace(RegExp("(^|[\\s]+)([a-
z])","g"),function(b,c,d){return c+d.toUpperCase()})},Yi=function(a)
{isFinite(a)&&(a=String(a));return typeof a==="string"?/^\s*-?0x/i.test(a)?
parseInt(a,16):parseInt(a,
10):NaN};var Zi=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)
(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$"),
$i=function(a){var b=a.match(Zi);a=b[1];var c=b[3];b=b[4];var
d="";a&&(d+=a+":");c&&(d=d+"//"+c,b&&(d+=":"+b));return d},aj=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?
Pi(e):"")}}},bj=/#|$/,cj=function(a,b){var c=a.search(bj);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 Pi(a.slice(d,e!==-1?e:0))};function dj(a){var
b=Ma.apply(1,arguments);if(b.length===0)return Bi(a[0]);for(var
c=a[0],d=0;d<b.length;d++)c+=encodeURIComponent(b[d])+a[d+1];return Bi(c)};var
ej=function(a){try{return!!a&&a.location.href!=null&&vc(a,"foo")}catch(b){return!
1}},gj=function(a){var b=b===void 0?!1:b;var c=c===void 0?y:c;for(var d=0;c&&d+
+<40&&(!b&&!ej(c)||!a(c));)c=fj(c)},hj=function(){var a=window;gj(function(b)
{a=b;return!1});return a},fj=function(a){try{var b=a.parent;if(b&&b!=a)return
b}catch(c){}return null},ij=function(){var a=window;return ej(a.top)?
a.top:null},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=y;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"&&Hb(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;if(!
(a=fj(a)))break}return null},rj=Rh(function(){return Zh()?2:Yh()?
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,ej(a)&&(b=a);return b};var wj=function(a,b,c,d,e)
{vj(a,b,c===void 0?null:c,d===void 0?!1:d,e===void 0?!1:e)};function vj(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&&lc(a.google_image_requests,f);Xh(f,"load",g);Xh(f,"error",g)};Wh(f,"loa
d",g);Wh(f,"error",g)}e&&(f.attributionSrc="");f.src=b;a.google_image_requests.push
(f)}
var yj=function(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(""+e)});xj(d,c)},xj=function(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.headers={"Attribution-Reporting-Eligible":"event-
source"}),c.fetch(a,b)):wj(c,a,void 0,b,d)};function zj(a,b){try{var c=function(d)
{var e={};return[(e[d.zf]=d.Xe,e)]};return JSON.stringify([a.filter(function(d)
{return d.Od}).map(c),Ag(b),a.filter(function(d){return!d.Od}).map(c)])}catch(d)
{return Aj(d,b),""}}function Aj(a,b){try{yj({m:Ph(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
Mh;a=H(c,1,a);b=Of(a,2,Pe(b),"");a=b.D;c=B(a);this.l=c&2?b:new
b.constructor(wf(a,c,!0))};var Cj=function(a){this.D=D(a)};w(Cj,I);var
Dj=[1,2,3];var Ej=function(a){this.D=D(a)};w(Ej,I);var Fj=[2,4];var Gj=function(a)
{this.D=D(a)};w(Gj,I);var Hj=function(a){this.D=D(a)};w(Hj,I);var Ij=function(a)
{this.D=D(a)};w(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=D(a)};w(Lj,I);var Mj=[1,2];var Nj=function(a)
{this.D=D(a)};w(Nj,I);var Oj=function(a,b){return E(a,1,b)},Pj=function(a,b){return
bg(a,2,b)},Qj=function(a,b){return Nf(a,4,b,xe)},Rj=function(a,b){return
bg(a,5,b)},Sj=function(a,b){return H(a,6,b)};var Tj=function(a)
{this.D=D(a)};w(Tj,I);var Uj=[1,2,3,4,6];var Vj=function(a)
{this.D=D(a)};w(Vj,I);var Wj=function(a){this.D=D(a)};w(Wj,I);var Xj=[2,3,4];var
Yj=function(a){this.D=D(a)};w(Yj,I);var Zj=[3,4,5],ak=[6,7];var bk=function(a)
{this.D=D(a)};w(bk,I);var ck=[4,5];var dk=function(a)
{this.D=D(a)};w(dk,I);dk.prototype.getTagSessionCorrelator=function(){return
lg(this,2)};var fk=function(a){var b=new dk;return ag(b,4,ek,a)},ek=[4,5,7,8,9];var
gk=function(a){this.D=D(a)};w(gk,I);var hk=function(a){this.D=D(a)};w(hk,I);var
ik=function(a){this.D=D(a)};w(ik,I);var jk=function(a)
{this.D=D(a)};w(jk,I);jk.prototype.ib=function(){return
Yf(this,hk,1)};jk.prototype.getSize=function(){return
Yf(this,ik,2)};jk.prototype.getDuration=function(){return Yf(this,gk,3)};var
kk=function(a){this.D=D(a)};w(kk,I);var lk=function(a){this.D=D(a)};w(lk,I);var
mk=function(a){this.D=D(a)};w(mk,I);var nk=function(a)
{this.D=D(a)};w(nk,I);nk.prototype.getEscapedQemQueryId=function(){return
F(this,4)};var ok=function(a){this.D=D(a)};w(ok,I);var pk=function(a)
{this.D=D(a)};w(pk,I);pk.prototype.getEscapedQemQueryId=function(){return
F(this,2)};var rk=function(a){this.g=a;this.Ih=new qk(this.g)},qk=function(a)
{this.g=a;this.Mh=new sk(this.g)},sk=function(a){this.g=a;this.runAdAuction=new
tk;this.ng=new uk(this.g)},uk=function(a){this.g=a},vk=function(a,b){a=a.g;var
c=a.H;var d=new Gj;d=Of(d,1,Pe("SOomke"),"");var e=new
Cj;e=Rf(e,1,Dj,Pe(b.ud));d=eg(d,4,Cj,e);e=new
Cj;e=Rf(e,1,Dj,Pe(b.status));d=eg(d,4,Cj,e);e=new
Ej;b=Rf(e,2,Fj,He(Math.round(b.pe)));b=E(d,3,b);c.call(a,b)},tk=function()
{this.duration=new wk},wk=function(){},xk=function(){Bj.apply(this,
arguments);this.gh=new rk(this)};w(xk,Bj);var yk=function()
{xk.apply(this,arguments)};w(yk,xk);yk.prototype.kd=function()
{this.A.apply(this,pa(Ma.apply(0,arguments).map(function(a){return{Od:!
0,zf:4,Xe:Ag(a)}})))};yk.prototype.H=function()
{this.A.apply(this,pa(Ma.apply(0,arguments).map(function(a){return{Od:!
1,zf:1,Xe:Ag(a)}})))};var zk=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 Ak=function(a,b,c,d,e,f,g,h)
{yk.call(this,a,b);this.F=c;this.L=d;this.G=e;this.C=f;this.J=g;this.o=h;this.g=[];
this.j=null;this.B=!1};w(Ak,yk);var Bk=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=[]}};
Ak.prototype.A=function(){var
a=Ma.apply(0,arguments),b=this;try{this.J&&zj(this.g.concat(a),this.l).length>=6553
6&&Bk(this),this.o&&!this.B&&(this.B=!0,this.o.g(function()
{Bk(b)})),this.g.push.apply(this.g,pa(a)),this.g.length>=this.C&&Bk(this),this.g.le
ngth&&this.j===null&&(this.j=setTimeout(function(){Bk(b)},this.G))}catch(c)
{Aj(c,this.l)}};
var
Ck=function(a,b,c,d,e,f){Ak.call(this,a,b,"https://pagead2.googlesyndication.com/
pagead/ping",zk,c===void 0?1E3:c,d===void 0?100:d,(e===void 0?!1:e)&&!!
globalThis.fetch,f)};w(Ck,Ak);var Dk=function(a,b){this.x=a!==void 0?a:0;this.y=b!
==void 0?b:0};Dk.prototype.ceil=function()
{this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return
this};Dk.prototype.floor=function()
{this.x=Math.floor(this.x);this.y=Math.floor(this.y);return
this};Dk.prototype.round=function()
{this.x=Math.round(this.x);this.y=Math.round(this.y);return
this};Dk.prototype.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 Ek=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){Xa(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 Fk=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 Gk=function(a,b,c){b instanceof Dk?
(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
Hk=function(a,b){this.width=a;this.height=b},Ik=function(a,b){return a==b?!0:a&&b?
a.width==b.width&&a.height==b.height:!1};m=Hk.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 Jk=function(a,b,c,d)
{this.left=a;this.top=b;this.width=c;this.height=d},Kk=function(a){return new
J(a.top,a.left+a.width,a.top+a.height,a.left)};m=Jk.prototype;m.contains=function(a
){return a instanceof Dk?
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
Hk(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
Lk(a){a=a===void 0?y: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
Mk=function(){this.S={}},Nk=function(){var a=Lk(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},Pk=function(a,b){var c=Ok[7]||"google_ps_7";a=a.S;var d=a[c];return d===void 0?
(a[c]=b(),a[c]):d},Qk=function(a){var b=Nk();return Pk(a,function(){return
b})},Sk=function(){if(Rk)var a=Rk;else{a=
((a=a===void 0?Lk():a)?ej(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"?Rk=b:a.google_persistent_state_async=Rk=new Mk}return
Qk(a)},Rk=null,Tk={},Ok=(Tk[8]="google_prev_ad_formats_by_region",Tk[9]="google_pre
v_ad_slotnames_by_region",Tk);var
Uk=ra(["https://pagead2.googlesyndication.com/pagead/js/err_rep.js"]),Vk=function()
{var a=a===void 0?"jserror":a;var b=b===void 0?.01:b;var c=c===void 0?
dj(Uk):c;this.j=a;this.l=b;this.o=c;this.g=!1};Vk.prototype.oe=function(a)
{this.g=a};
Vk.prototype.Va=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;Oh(b)||(b=new Nh(b,
{context:a,id:d}));y.google_js_errors=y.google_js_errors||
[];y.google_js_errors.push(b);y.error_rep_loaded||
(b=y.document,a=tj("SCRIPT",b),Li(a,this.o),(b=b.getElementsByTagName("script")
[0])&&b.parentNode&&b.parentNode.insertBefore(a,b),y.error_rep_loaded=!0);return
this.g};Vk.prototype.zb=function(a,b){try{return b()}catch(c){if(!
this.Va(a,c,this.l,this.j))throw c;}};
Vk.prototype.de=function(a,b,c){var d=this;return function(){var
e=Ma.apply(0,arguments);return d.zb(a,function(){return b.apply(c,e)})}};var
Wk=function(a){return a.prerendering?3:
{visible:1,hidden:2,prerender:3,preview:4,unloaded:5}[a.visibilityState||
a.webkitVisibilityState||a.mozVisibilityState||""]||0},Xk=function(a){var
b;a.visibilityState?b="visibilitychange":a.mozVisibilityState?
b="mozvisibilitychange":a.webkitVisibilityState&&(b="webkitvisibilitychange");retur
n b};var Yk=null,Zk=function(){if(Yk===null){Yk="";try{var
a="";try{a=y.top.location.hash}catch(c){a=y.location.hash}if(a){var b=a.match(/\
bdeid=([\d,]+)/);Yk=b?b[1]:""}}catch(c){}}return Yk};function $k(){var a=a===void
0?y:a;return(a=a.performance)&&a.now&&a.timing?Math.floor(a.now()
+a.timing.navigationStart):jb()}function al(){var a=a===void 0?
y:a;return(a=a.performance)&&a.now?a.now():null}function bl(a,b){b=b===void 0?
y:b;var c,d;return((c=b.performance)==null?void 0:(d=c.timing)==null?void 0:d[a])||
0}
function pl(){var a=a===void 0?y:a;var b=Math.min(bl("domLoading",a)||
Infinity,bl("domInteractive",a)||Infinity);return b===Infinity?
Math.max(bl("responseEnd",a),bl("navigationStart",a)):b};var ql=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
rl=y.performance,sl=!!(rl&&rl.mark&&rl.measure&&rl.clearMarks),tl=Rh(function(){var
a;if(a=sl)a=Zk(),a=!!a.indexOf&&a.indexOf("1337")>=0;return a}),ul=function(a,b)
{this.events=[];this.g=b||y;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=tl(
)||(c!=null?c:Math.random()<a)};
ul.prototype.A=function(){this.l=!1;this.events!
==this.g.google_js_reporting_queue&&(tl()&&ac(this.events,vl),this.events.length=0)
};ul.prototype.C=function(a){!this.l||this.events.length>2048||
this.events.push(a)};var vl=function(a)
{a&&rl&&tl()&&(rl.clearMarks("goog_"+a.label+"_"+a.uniqueId+"_start"),rl.clearMarks
("goog_"+a.label+"_"+a.uniqueId+"_end"))};
ul.prototype.start=function(a,b){if(!this.l)return null;a=new ql(a,b,al()||
$k());b="goog_"+a.label+"_"+a.uniqueId+"_start";rl&&tl()&&rl.mark(b);return
a};ul.prototype.end=function(a){if(this.l&&typeof a.value==="number")
{a.duration=(al()||$k())-a.value;var
b="goog_"+a.label+"_"+a.uniqueId+"_end";rl&&tl()&&rl.mark(b);this.C(a)}};var
wl=function(a){a=a._google_rum_ns_=a._google_rum_ns_||{};return a.pq=a.pq||
[]};function xl(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 Dl=function(a,b,c,d,e,f,g,h){f=f===void 0?Infinity:f;g=g===void 0?!
1:g;ul.call(this,a,h);var
k=this;this.V=b;this.domain=c;this.path=d;this.aa=e;this.J=0;this.B={};this.G={};th
is.Z=[];this.report={};this.j=0;this.F=[];this.H=f;a=this.g.navigator;this.U=!
(this.domain!=="csi.gstatic.com"||!a||!
a.sendBeacon);this.g.performance&&this.g.performance.now||
yl(this,"dat",1);a&&a.deviceMemory&&yl(this,"dmc",a.deviceMemory);this.g===this.g.t
op&&yl(this,"top",1);this.P=!g;this.K=function(){k.g.setTimeout(function(){zl(k)},
1100)};this.M=function(){yl(k,"uet",2);for(var p=x(k.Z),n=p.next();!
n.done;n=p.next()){n=n.value;try{n()}catch(t){}}p=k.g;var r=r===void 0?{}:r;typeof
window.CustomEvent==="function"?n=new CustomEvent("rum_blp",r):
(n=document.createEvent("CustomEvent"),n.initCustomEvent("rum_blp",!!r.bubbles,!!
r.cancelable,r.detail));p.dispatchEvent(n);zl(k);k.B.uet!=null&&(k.o-
=3+k.B.uet.length+2,delete k.B.uet)};this.ba=Th(function()
{zl(k)});this.da=function(){var p=k.g.document;(p.hidden!=null?
p.hidden:p.mozHidden!=
null?p.mozHidden:p.webkitHidden!
=null&&p.webkitHidden)&&k.ba()};this.L=this.g.setTimeout(function()
{zl(k)},5E3);this.o=b.length+c.length+d.length+e.length+3;ac(this.events,function(p
){Al(k,p)});b=wl(this.g);var l=function(){var p=Ma.apply(0,arguments)
[0],n=p[0];p=p[1];var
r=n.length+p.length+2;k.o+k.j+r>8E3&&zl(k);k.F.push([n,p]);k.j+=r;Bl(k);return
0};ac(b,function(p){return l(p)});b.length=0;b.push=l;yl(this,"puid",
(this.J+1).toString(36)+"~"+jb().toString(36));Cl(this)};w(Dl,ul);
var Cl=function(a){a.g.document.readyState==="complete"?a.g.setTimeout(function()
{zl(a)},0):Wh(a.g,"load",a.K);var b=Xk(a.g.document);typeof b!
=="undefined"&&Wh(a.g,b,a.da);Wh(a.g,"pagehide",a.M)},yl=function(a,b,c)
{c=String(c);a.o=a.B[b]!=null?a.o+(c.length-a.B[b].length):a.o+
(b.length+c.length+2);a.B[b]=c},Gl=function(a,b,c,d,e){e=e===void 0?"":e;var
f=El(a,b,c,d,e);a.o+a.j+f>8E3&&(zl(a),f=b.length+c.length+2);Fl(a,b,c,d,e);a.j+=f;B
l(a)},El=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},Fl=function(a,b,c,d,e){a.report[b]=d&&a.report[b]!=null?
a.report[b]+(""+(e===void 0?"":e)+c):c},Bl=function(a)
{a.o+a.j>=6E3&&zl(a)},zl=function(a){if(a.l&&a.P)
{try{a.j&&(a.sendBeacon(a.report),a.J===a.H&&a.A())}catch(b){(new
Vk).Va(358,b)}a.report={};a.j=0;a.events.length=0;a.g.clearTimeout(a.L);a.L=0}},Hl=
function(a,b){var
c=a.V+"//"+a.domain+a.path+a.aa,d={};c=xl(c,a.B,d);c=xl(c,b,d);b=a.g;b.google_timin
g_params&&(c=xl(c,
b.google_timing_params,d),b.google_timing_params=void 0);ac(a.F,function(e){var
f=x(e);e=f.next().value;f=f.next().value;var g={};c=xl(c,
(g[e]=f,g))});a.F.length=0;return c};Dl.prototype.sendBeacon=function(a){this.J+
+;a=Hl(this,a);var b=!1;try{b=!!
(this.U&&this.g.navigator&&this.g.navigator.sendBeacon(a,null))}catch(c){this.U=!
1}b||wj(this.g,a);yl(this,"puid",(this.J+1).toString(36)+"~"+jb().toString(36))};
var Al=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):"");Gl(a,c,b,!
0,"~")};Dl.prototype.C=function(a)
{this.l&&this.J<this.H&&(ul.prototype.C.call(this,a),Al(this,a))};
Dl.prototype.A=function()
{ul.prototype.A.call(this);this.g.clearTimeout(this.L);this.j=this.L=0;this.report=
{};si(this.G);si(this.B);Xh(this.g,"load",this.K);Xh(this.g,"pagehide",this.M)};var
K=function(a){var b="wb";if(a.wb&&a.hasOwnProperty(b))return a.wb;b=new a;return
a.wb=b};var L=function(){this.g=new Dl(1,"https:","csi.gstatic.com","/csi?
v=2&s=","ima",void 0,!0);var a=Sk();a!
=null&&yl(this.g,"c",a);a=Math.floor(Number(this.g.B.c)/2);a!
=null&&yl(this.g,"slotId",a)},M=function(a,b,c){if(c!=null){a=a.g;var
d=b+"="+c;a.G[d]||(Gl(a,b,c,!1),d.length<1E3&&(a.G[d]=!0))}},Il=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=x(Object.keys(b)),f=e.next();!f.done;f=e.next())f=
f.value,a.report[f]!=null&&(d=!0),c+=El(a,f,b[f],!1);(a.o+a.j+c>8E3||
d)&&zl(a);d=x(Object.keys(b));for(e=d.next();!
e.done;e=d.next())e=e.value,Fl(a,e,b[e],!1);a.j+=c;Bl(a)},Jl=function(a){var
b=L.getInstance().g;b.l&&b.C(new ql(a,4,$k()-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.C(new
ql(a+"_"+b+"x"+c+"|"+e+"|"+f,4,$k(),
0))};L.getInstance=function(){return K(L)};var Kl=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,""))},Ll=function(a){try{return
y.JSON.parse(a)}catch(b){}a=String(a);if(Kl(a))try{return eval("("+a+")")}catch(b)
{}throw Error("Invalid JSON string: "+a);},Nl=function()
{this.g=Ml},Ol=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],Ol(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),Pl(d,c),c.push(":"),Ol(a,a.g?
a.g.call(b,d,e):e,c),f=","));c.push("}");return}}switch(typeof b){case
"string":Pl(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);}}},Ql={'"':'\\"',"\\":"\\\\","/":"\\/","\b":"\\b","\f":"\\f","\n":"\\n","\
r":"\\r","\t":"\\t","\v":"\\u000b"},Rl=/\uffff/.test("\uffff")?/[\\"\x00-\x1f\x7f-\
uffff]/g:/[\\"\x00-\x1f\x7f-\xff]/g,Pl=function(a,b)
{b.push('"',a.replace(Rl,function(c){var d=Ql[c];d||(d="\\u"+(c.charCodeAt(0)|
65536).toString(16).slice(1),
Ql[c]=d);return d}),'"')};var Sl=function(){this.l=null;this.g="missing-
id";this.j=!1},Ul=function(a){var
b=null;try{b=document.getElementsByClassName("lima-exp-data")}catch(c){return
Tl("missing-element",a.g),null}if(b.length>1)return Tl("multiple-
elements",a.g),null;b=b[0];return b?b.innerHTML:(Tl("missing-
element",a.g),null)},Wl=function(){var a=Vl,b=Ul(a);if(b!==null)if(Kl(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&&yl(f.g,"qqid",c)}e&&(a.g=d);typeof b!=="string"?Tl("missing-flags",a.g):
(e||Tl("missing-binary-id",a.g),a.l=b)}else Tl("invalid-
json",a.g)};Sl.prototype.reset=function(){this.l=null;this.g="missing-id"};function
Xl(a,b){var c=$f(a,Yj,2,Cf());if(!c.length)return Yl(a,b);a=G(a,1);if(a===1){var
d=Xl(c[0],b);return d.success?{success:!0,value:!d.value}:d}c=dc(c,function(h)
{return Xl(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,
errorType:3}}}
function Yl(a,b){var c=Sf(a,Zj);a:{switch(c){case 3:var d=qg(a,3,Zj);break a;case
4:d=qg(a,4,Zj);break a;case 5:d=qg(a,5,Zj);break a}d=void 0}if(!d)return{success:!
1,errorType:2};b=(b=b[c])&&b[d];if(!b)return{success:!
1,Lb:d,lc:c,errorType:1};try{var e=b.apply;var f=pg(a,8,Cf());var
g=e.call(b,null,pa(f))}catch(h){return{success:!
1,Lb:d,lc:c,errorType: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,Tf(a,ak,7));else a:
{switch(c){case 4:a=mg(a,
Tf(a,ak,6));break a;case 5:a=F(a,Tf(a,ak,7));break a}a=void
0}if(a==null)return{success:!1,Lb:d,lc:c,errorType:3};if(e===6)return{success:!
0,value:g===a};if(e===9)return{success:!0,value:g!
=null&&Jb(String(g),a)===0};if(g==null)return{success:!
1,Lb:d,lc:c,errorType:4};switch(e){case 7:c=g<a;break;case 8:c=g>a;break;case
12:c=Nd(a)&&Nd(g)&&(new RegExp(a)).test(g);break;case 10:c=g!
=null&&Jb(String(g),a)===-1;break;case 11:c=g!
=null&&Jb(String(g),a)===1;break;default:return{success:!
1,errorType:3}}return{success:!0,
value:c}}function Zl(a,b){return a?b?Xl(a,b):{success:!1,errorType:1}:{success:!
0,value:!0}};var Uf=function(a){this.D=D(a)};w(Uf,I);var $l=function(a)
{this.D=D(a)};w($l,I);$l.prototype.getValue=function(){return Yf(this,Uf,2)};var
am=function(a){this.D=D(a)};w(am,I);var bm=Lh(am),cm=[1,2,3,6,7,8];var
dm=function(a,b,c){var d=d===void 0?new
Ck(6,"unknown",b):d;this.o=a;this.B=c;this.j=d;this.g=[];this.l=a>0&&jj()<1/
a},fm=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.kd(em(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()}},gm=function
(a,b,c,d){if(a.l){var e=new Hj;b=Bf(e,1,ye(b));c=Bf(b,2,ye(c));d=wg(c,3,d);c=new
dk;d=ag(c,8,ek,d);a.j.kd(em(a,
d))}},hm=function(a,b,c,d,e){if(a.l){var f=new
bk;b=E(f,1,b);c=wg(b,2,c);d=Bf(c,3,ye(d));if(e.lc===void
0)Rf(d,4,ck,ve(e.errorType));else switch(e.lc){case 3:c=new
Wj;c=Rf(c,2,Xj,ve(e.Lb));e=wg(c,1,e.errorType);ag(d,5,ck,e);break;case 4:c=new
Wj;c=Rf(c,3,Xj,ve(e.Lb));e=wg(c,1,e.errorType);ag(d,5,ck,e);break;case 5:c=new
Wj,c=Rf(c,4,Xj,ve(e.Lb)),e=wg(c,1,e.errorType),ag(d,5,ck,e)}e=new
dk;e=ag(e,9,ek,d);a.j.kd(em(a,e))}},em=function(a,b){var
c=Date.now();c=Number.isFinite(c)?Math.round(c):0;b=ug(b,
1,c);c=sj();b=ug(b,2,c);return ug(b,6,a.o)};var im=function(){var
a={};this.Ga=(a[3]={},a[4]={},a[5]={},a)};var jm=/^true$/.test("false");function
km(a,b){switch(b){case 1:return qg(a,1,cm);case 2:return qg(a,2,cm);case 3:return
qg(a,3,cm);case 6:return qg(a,6,cm);case 8:return qg(a,8,cm);default:return
null}}function lm(a,b){if(!a)return null;switch(b){case 1:return hg(a,1);case
7:return F(a,3);case 2:return mg(a,2);case 3:return F(a,3);case 6:return
pg(a,4,Cf());case 8:return pg(a,4,Cf());default:return null}}
var mm=Rh(function(){if(!jm)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 nm(a,b,c,d){var e=d=d===void 0?
0:d,f,g;K(om).l[e]=(g=(f=K(om).l[e])==null?void 0:f.add(b))!=null?g:(new
Set).add(b);e=mm();if(e[b]!=null)return e[b];b=pm(d)[b];if(!b)return
c;b=bm(JSON.stringify(b));b=qm(b);a=lm(b,a);return a!=null?a:c}
function qm(a){var b=K(im).Ga;if(b&&Sf(a,cm)!==8){var c=ic($f(a,
$l,5,Cf()),function(f){f=Zl(Yf(f,Yj,1),b);return f.success&&f.value});if(c){var
d;return(d=c.getValue())!=null?d:null}}var e;return(e=Yf(a,Uf,4))!=null?e:null}var
om=function(){this.j={};this.o=[];this.l={};this.g=new Map};function rm(a,b,c)
{return!!nm(1,a,b===void 0?!1:b,c)}function sm(a,b,c){b=b===void 0?
0:b;a=Number(nm(2,a,b,c));return isNaN(a)?b:a}function tm(a,b,c){b=b===void
0?"":b;a=nm(3,a,b,c);return typeof a==="string"?a:b}
function um(a,b,c){b=b===void 0?[]:b;a=nm(6,a,b,c);return Array.isArray(a)?
a:b}function vm(a,b,c){b=b===void 0?[]:b;a=nm(8,a,b,c);return Array.isArray(a)?
a:b}function pm(a){return K(om).j[a]||(K(om).j[a]={})}function wm(a,b){var
c=pm(b);kj(a,function(d,e){if(c[e]){d=bm(JSON.stringify(d));var
f=Tf(d,cm,8);if(we(zf(d,f))!=null){var
g=bm(JSON.stringify(c[e]));f=Vf(d);g=pg(Xf(g,Uf,4),4,Cf());cg(f,4,Oe,g,Qe)}c[e]=Ag(
d)}else c[e]=d})}
function xm(a,b,c,d,e){e=e===void 0?!1:e;var f=[],g=[];b=x(b);for(var h=b.next();!
h.done;h=b.next()){h=h.value;for(var k=pm(h),l=x(a),p=l.next();!p.done;p=l.next())
{p=p.value;var n=Sf(p,cm),r=km(p,n);if(r){var t=void 0,u=void 0,v=void 0;var
C=(t=(v=K(om).g.get(h))==null?void 0:(u=v.get(r))==null?void 0:u.slice(0))!=null?t:
[];a:{t=r;u=n;v=new Tj;switch(u){case 1:Rf(v,1,Uj,ve(t));break;case
2:Rf(v,2,Uj,ve(t));break;case 3:Rf(v,3,Uj,ve(t));break;case
6:Rf(v,4,Uj,ve(t));break;case 8:Rf(v,6,Uj,ve(t));
break;default:C=void 0;break a}Nf(v,5,C,xe);C=v}if(t=C)u=void 0,t=!
((u=K(om).l[h])==null||!
u.has(r));t&&f.push(C);if(n===8&&k[r])C=bm(JSON.stringify(k[r])),n=Vf(p),C=pg(Xf(C,
Uf,4),4,Cf()),cg(n,4,Oe,C,Qe);else{if(n=C)t=void 0,n=!((t=K(om).g.get(h))==null||!
t.has(r));n&&g.push(C)}e||(n=r,C=h,t=d,u=K(om),u.g.has(C)||u.g.set(C,new
Map),u.g.get(C).has(n)||u.g.get(C).set(n,
[]),t&&u.g.get(C).get(n).push(t));k[r]=Ag(p)}}}if(f.length||g.length)a=d!=null?
d:void 0,c.l&&c.B&&(d=new Vj,f=bg(d,2,f),g=bg(f,3,g),
a&&tg(g,1,a),f=new dk,g=ag(f,7,ek,g),c.j.kd(em(c,g)))}function ym(a,b)
{b=pm(b);a=x(a);for(var c=a.next();!c.done;c=a.next()){c=c.value;var
d=bm(JSON.stringify(c)),e=Sf(d,cm);(d=km(d,e))&&(b[d]||(b[d]=c))}}function zm()
{return Object.keys(K(om).j).map(function(a){return Number(a)})}function Am(a)
{K(om).o.includes(a)||wm(pm(4),a)};function Bm(a,b,c){c.hasOwnProperty(a)||
Object.defineProperty(c,String(a),{value:b})}function Cm(a,b,c){return b[a]||
c}function Dm(a)
{Bm(5,rm,a);Bm(6,sm,a);Bm(7,tm,a);Bm(8,um,a);Bm(17,vm,a);Bm(13,ym,a);Bm(15,Am,a)}
function Em(a){Bm(4,function(b){K(im).Ga=b},a);Bm(9,function(b,c){var
d=K(im);d.Ga[3][b]==null&&(d.Ga[3][b]=c)},a);Bm(10,function(b,c){var
d=K(im);d.Ga[4][b]==null&&(d.Ga[4][b]=c)},a);Bm(11,function(b,c){var
d=K(im);d.Ga[5][b]==null&&(d.Ga[5][b]=c)},a);Bm(14,function(b){for(var
c=K(im),d=x([3,4,5]),e=d.next();!
e.done;e=d.next())e=e.value,Object.assign(c.Ga[e],b[e])},a)}function Fm(a)
{a.hasOwnProperty("init-done")||Object.defineProperty(a,"init-done",{value:!
0})};var Gm=function(){};Gm.prototype.j=function(){};Gm.prototype.g=function()
{return[]};var Hm=function(a,b,c){a.j=function(d,e){Cm(2,b,function(){return[]})
(d,c,e)};a.g=function(){return Cm(3,b,function(){return[]})(c)}};var
Im=function(a,b,c){this.id=a;this.I=b;this.j=c;this.g=!1},Jm=function(a){return
a.g||a.j},Km=function(){this.g=[]},Lm=function(){this.g=new Map;this.j=!
1;this.o=new Km;this.B=new Im(0,0,!1);this.l=[this.o]},N=function(a){var
b=Mm;if(b.j||b.g.has(a.id)||a.I==null&&a.control==null||a.Dj==0)return b.B;var
c=b.o;if(a.control!=null)for(var d=x(b.l),e=d.next();!e.done;e=d.next())
{if(e=e.value,e.g.includes(a.control)){c=e;break}}else a.fa!
=null&&(c=a.fa);d=0;a.control!=null?d=a.control.I:a.I!=null&&
(d=a.I);a=new Im(a.id,d,!!a.Gj);c.g.push(a);b.l.includes(c)||
b.l.push(c);b.g.set(a.id,a);return a},Nm=function(){var
a=Mm;a=[].concat(pa(a.g.keys())).filter(function(c){return
Jm(this.g.get(c))},a);var b=K(Gm).g();return[].concat(pa(a),pa(b))},Om=function(a)
{var b=Mm;b.j||(a.g(b.l,b.g),b.j=!0)};Lm.prototype.reset=function(){for(var
a=x(this.g),b=a.next();!b.done;b=a.next())b=x(b.value),b.next(),b.next().value.g=!
1;this.j=!1};var Mm=new Lm,Qm=function(){return Pm.g.filter(function(a){return
Jm(a)}).map(function(a){return a.id})};var Rm=function()
{};Rm.prototype.g=function(a){a=x(a);for(var b=a.next();!b.done;b=a.next()){var
c=0,d=Math.floor(Math.random()*1E3);b=x(b.value.g);for(var e=b.next();!
e.done;e=b.next())if(e=e.value,c+=e.I,d<c){e.g=!0;break}}};var Sm=function(a)
{this.j=a};Sm.prototype.g=function(a,b){a=x(this.j);for(var c=a.next();!
c.done;c=a.next())if(c=b.get(c.value))c.g=!0};var Tm=function(a,b)
{this.j=a;this.l=b};w(Tm,Sm);Tm.prototype.g=function(a,b)
{Sm.prototype.g.call(this,a,b);var c=[];a=[];for(var d=x(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";M
(L.getInstance(),"sei",b);M(L.getInstance(),"nsei",a);M(L.getInstance(),"bi",this.l
)};var Um=function(){Sl.apply(this,arguments)};w(Um,Sl);var Tl=function(a,b){var
c=L.getInstance();M(c,"eee",a);M(c,"bi",b)};Um.getInstance=function(){return
K(Um)};function Vm(){return Wm.split(",").map(function(a){return
parseInt(a,10)}).filter(function(a){return!isNaN(a)})};var Pm=new Km,Xm=new
Km,Ym=new Km,Zm=new Km,$m=new Km,an=new Km,bn=new Km,cn=new
Km;N({id:95342637,I:0});N({id:318475490,I:0});N({id:324123032,I:0});N({id:420706097
,I:10});N({id:420706098,I:10});N({id:95342168,I:10});N({id:95342169,I:10});N({id:21
062100,I:0});N({id:420706142,I:0});N({id:44745813,I:0});N({id:44746068,I:0});N({id:
21064565,I:0});N({id:21064567,I:0});N({id:418572006,I:10});N({id:95338773,I:10,fa:Z
m});N({id:95338774,I:10,fa:Zm});N({id:95334214,I:10});N({id:95334215,I:10});
N({id:44749839,I:0});N({id:44714743,I:0});N({id:44715336,I:10});N({id:44724516,I:0}
);N({id:44726389,I:10});N({id:44752711,I:50});N({id:44752052,I:50});N({id:44752657,
I:50});N({id:44733246,I:10});N({id:95343833,I:10,fa:Xm});N({id:95343834,I:10,fa:Xm}
);N({id:95343835,I:10,fa:Xm});N({id:95343836,I:10,fa:Xm});N({id:95343837,I:10,fa:Xm
});N({id:95343832,I:10,fa:Xm});N({id:44751889,I:10});N({id:44751890,I:10});N({id:44
752995,I:10});N({id:44752996,I:10});N({id:44762627,I:0});N({id:44762628,I:0});
N({id:44801479,I:10,fa:Ym});N({id:44801480,I:10,fa:Ym});N({id:44752538,I:0});N({id:
44754608,I:10});N({id:44754609,I:10});N({id:44776384,I:0});N({id:95322945,I:10});va
r
dn=N({id:95322946,I:10});N({id:44789282,I:0});N({id:44792636,I:0});N({id:95344889,I
:0});N({id:95334260,I:0});N({id:95345698,I:0});var
en=N({id:75259416,I:0}),fn=N({id:75259420,I:0}),gn=N({id:75259421,I:0});N({id:45401
791,I:0});N({id:95326337,I:990,fa:$m});var hn=window.navigator||
{},jn=hn.cookieDeprecationLabel?990:0;
N({id:95322906,I:hn.cookieDeprecationLabel?10:0,fa:an});var
kn=N({id:95320461,I:0,fa:an}),ln=N({id:95322907,I:jn,fa:an});N({id:44809192,I:10,fa
:cn});N({id:44809193,I:10,fa:cn});N({id:95320804,I:10,fa:cn});N({id:95320805,I:10,f
a:cn});N({id:95322027,I:1E3,fa:bn});var
mn=N({id:46130031,I:0});N({id:95328713,I:10});N({id:95328714,I:10});var
nn=N({id:95327848,I:0});N({id:31065644,I:1});var on=N({id:31065645,I:1}),pn=new
Km;N({id:95331588,I:0,fa:pn});N({id:95331589,I:1E3,fa:pn});var
qn=N({id:95332182,I:0});
N({id:95347814,I:10});N({id:95347815,I:10});if(typeof
window.initializeVirtualDom==="undefined"){var Vl=Um.getInstance();Vl.j||
(Wl(),Vl.j=!0);var Wm=Vl.l,rn;Vl.j||(Wl(),Vl.j=!0);rn=Vl.g;if(Wm!=null){var sn=new
Tm(Vm(),rn);Om(sn)}};var tn=function(a)
{this.D=D(a)};w(tn,I);tn.prototype.getId=function(){return ig(this,1)};var
un=function(a){this.D=D(a)};w(un,I);var vn=function(a){return $f(a,tn,2,Cf())};var
wn=function(a){this.D=D(a)};w(wn,I);var xn=function(a){this.D=D(a)};w(xn,I);var
yn=function(a){this.D=D(a)};w(yn,I);var zn=function(a){this.D=D(a)};w(zn,I);var
An=Kh(zn);function Bn(){var a=An("[[[[45669828,null,null,[]],[45669829,null,null,
[]],[45641707,null,null,[1]],[45668885,null,null,[]],[45663239,null,null,[]],
[45642592,null,null,[1]],[45661356,null,null,[]],[45675307,null,null,[]],
[45675308,null,null,[]],[null,45645574,null,[]],[45656766,null,null,[]],
[45652001,null,null,[1]],[45652000,null,null,[1]],[45651995,null,null,[]],
[45651993,null,null,[]],[45651997,null,null,[]],[45651996,null,null,[1]],
[45647593,null,null,[]],[45647592,null,null,[]],[45650216,null,null,[1]],
[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]]]]]],[5,[[95348755,[[45642592,null,null,[]]]],[95348756,[[45642592,null,null,
[1]]]]]],[100,[[95348947,[[45669829,null,null,[1]]]],[95348948,
[[45669828,null,null,[1]],[45669829,null,null,[1]]]],[95348949],[95348950,
[[45669828,null,null,[1]]]]]],[100,[[95351091],[95351092,[[45675307,null,null,
[1]]]]]],[10,[[95351093],[95351094,[[45675308,null,null,[1]]]]]]]]],null,null,
[null,1000,1,1000]]]");return(a=Yf(a,yn,1))?gf(a):new yn};var
Cn=["A9AxgGSwmnfgzzkyJHILUr3H8nJ/3D+57oAsL4DBt4USlng4jZ0weq+fZtHC/
Qwwn6gd4QSa5DzT3OBif+kXVA0AAAB4eyJvcmlnaW4iOiJodHRwczovL2ltYXNkay5nb29nbGVhcGlzLmNv
bTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJ
pc1RoaXJkUGFydHkiOnRydWV9","AlK2UR5SkAlj8jjdEc9p3F3xuFYlF6LYjAML3EOqw1g26eCwWPjdmec
ULvBH5MVPoqKYrOfPhYVL71xAXI1IBQoAAAB8eyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldD
o0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3N
TgwNjcxOTksImlzU3ViZG9tYWluIjp0cnVlfQ=="];
function Dn(a,b){b=b===void 0?document:b;var c;return!((c=b.featurePolicy)==null||!
c.features().includes(a))}function En(a,b){b=b===void 0?document:b;var c;return!
((c=b.featurePolicy)==null||!c.allowedFeatures().includes(a))}function Fn(){var
a=window.navigator,b=window.document;return!!
(window.isSecureContext&&"runAdAuction"in a&&a.runAdAuction instanceof
Function&&En("run-ad-auction",b))};function Gn(a,b){try{var
c=a.split(".");a=y;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 Hn={},In={},Jn={},Kn={},Ln=(Kn[3]=(Hn[8]=function(a){try{return Ua(a)!
=null}catch(b){}},Hn[9]=function(a){try{var b=Ua(a)}catch(c){return}return typeof
b==="function"&&oj(b)},Hn[10]=function(){return
window===window.top},Hn[6]=function(a){return
kc(K(Gm).g(),Number(a))},Hn[27]=function(a){a=Gn(a,"boolean");return a!==void 0?
a:void 0},Hn[60]=function(a){try{return!!y.document.querySelector(a)}catch(b)
{}},Hn[80]=function(a){try{return!!y.matchMedia(a).matches}catch(b)
{}},Hn[69]=function(a){return Dn(a,
y.document)},Hn[70]=function(a){return En(a,y.document)},Hn[79]=function(a){var
b=y.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},Hn),Kn[4]=(In[3]=function(){return
rj()},In[6]=function(a){a=Gn(a,"number");return a!==void 0?a:void
0},In),Kn[5]=(Jn[2]=function(){return window.location.href},Jn[3]=function()
{try{return window.top.location.hash}catch(a){return""}},Jn[4]=function(a){a=Gn(a,
"string");return a!==void 0?a:void 0},Jn[12]=function(a){try{var
b=Gn(a,"string");if(b!==void 0)return atob(b)}catch(c){}},Jn),Kn);function Mn(){var
a=a===void 0?y:a;return a.ggeac||(a.ggeac={})};function Nn(a){var b={};return
On((b[0]=new Map,b[1]=new Map,b[2]=new Map,b),a)}
function On(a,b){for(var c=new Map,d=x(a[1].entries()),e=d.next();!
e.done;e=d.next()){var f=x(e.value);e=f.next().value;f=f.next().value;f=f[f.length-
1];c.set(e,f.wf+f.Ze*f.af)}b=x(b);for(d=b.next();!
d.done;d=b.next())for(d=d.value,e=$f(d,un,2,Cf()),e=x(e),f=e.next();!
f.done;f=e.next())if(f=f.value,vn(f).length!==0){var g=jg(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=jg(f,1)*vn(f).length;c.set(G(f,4),g+h)}h=[];for(var k=0;k<vn(f).length;k++)
{var l={wf:g,Ze:jg(f,
1),af:vn(f).length,hh:k,Hc:G(d,1),od:f,La:vn(f)[k]};h.push(l)}Pn(a[2],G(f,10),h)||
Pn(a[1],G(f,4),h)||Pn(a[0],vn(f)[0].getId(),h)}return a}function Pn(a,b,c){if(!
b)return!1;a.has(b)||a.set(b,[]);var d;(d=a.get(b)).push.apply(d,pa(c));return!
0};var Qn=[12,13,20],Rn=function(a,b,c,d){d=d===void 0?{}:d;var e=d.Fd===void 0?!
1:d.Fd;d=d.Ah===void 0?
[]:d.Ah;this.ec=a;this.ob=c;this.o={};this.Fd=e;a={};this.g=(a[b]=[],a[4]=[],a);thi
s.j={};this.l={};if(b=Zk())for(b=x(b.split(",")||[]),a=b.next();!a.done;a=b.next())
(a=Number(a.value))&&(this.j[a]=!0);d=x(d);for(b=d.next();!
b.done;b=d.next())this.j[b.value]=!0},Un=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 fm(a.ob,b,c,e,
[],4),e;f=Qn.includes(b);for(var g=[],h=
[],k=x([0,1,2]),l=k.next();!l.done;l=k.next()){l=l.value;for(var
p=x(a.ec[l].entries()),n=p.next();!n.done;n=p.next()){var
r=x(n.value);n=r.next().value;r=r.next().value;var t=n,u=r;n=new
Lj;r=u.filter(function(ha){return
ha.Hc===b&&a.j[ha.La.getId()]&&Sn(a,ha)});if(r.length)for(n=x(r),r=n.next();!
r.done;r=n.next())h.push(r.value.La);else if(!a.Fd){r=void 0;l===2?
(r=d[1],Rf(n,2,Mj,ve(t))):r=d[0];var v=void 0,C=void 0;r=(C=(v=r)==null?void
0:v(String(t)))!=null?C:l===2&&G(u[0].od,11)===1?void 0:d[0](String(t));
if(r!==void 0){t=x(u);for(u=t.next();!u.done;u=t.next())if(u=u.value,u.Hc===b){v=r-
u.wf;var O=u;C=O.Ze;var Y=O.af;O=O.hh;v<0||v>=C*Y||v%Y!==O||!Sn(a,u)||
(v=G(u.od,13),v!==0&&v!==void 0&&(C=a.l[String(v)],C!==void 0&&C!==u.La.getId()?
gm(a.ob,a.l[String(v)],u.La.getId(),v):a.l[String(v)]=u.La.getId()),h.push(u.La))}S
f(n,Mj)!==0&&(tg(n,3,r),g.push(n))}}}}d=x(h);for(h=d.next();!
h.done;h=d.next())h=h.value,k=h.getId(),e.push(k),Tn(a,k,f?
4:c),xm($f(h,am,2,Cf()),f?zm():[c],a.ob,k);fm(a.ob,b,c,e,g,1);return e},
Tn=function(a,b,c){a.g[c]||(a.g[c]=[]);a=a.g[c];a.includes(b)||
a.push(b)},Sn=function(a,b){var c=K(im).Ga,d=Zl(Yf(b.od,Yj,3),c);if(!
d.success)return hm(a.ob,Yf(b.od,Yj,3),b.Hc,b.La.getId(),d),!1;if(!d.value)return!
1;c=Zl(Yf(b.La,Yj,3),c);return c.success?c.value?!0:!1:
(hm(a.ob,Yf(b.La,Yj,3),b.Hc,b.La.getId(),c),!1)},Vn=function(a,b)
{b=b.map(function(c){return new wn(c)}).filter(function(c){return!
Qn.includes(G(c,1))});a.ec=On(a.ec,b)},Wn=function(a,b){Bm(1,function(c){a.j[c]=!
0},b);Bm(2,function(c,
d,e){return Un(a,c,d,e)},b);Bm(3,function(c){return(a.g[c]||
[]).concat(a.g[4])},b);Bm(12,function(c){return void
Vn(a,c)},b);Bm(16,function(c,d){return void Tn(a,c,d)},b)};var Xn=function(){var
a={};this.g=function(b,c){return a[b]!=null?a[b]:c};this.j=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 Yn(a){return
K(Xn).g(a.g,a.defaultValue)};var Zn=function(){this.g=function(){}},
$n=function(a,b){a.g=Cm(14,b,function(){})};function ao(a){K(Zn).g(a)};var
bo,co,eo,fo,go,ho;function io(a,b){var c=b=b===void 0?
Mn():b;Hm(K(Gm),c,a);jo(b,a);a=b;$n(K(Zn),a);K(Xn).l()}function jo(a,b){var
c=K(Xn);c.g=function(d,e){return Cm(5,a,function(){return!1})
(d,e,b)};c.j=function(d,e){return Cm(6,a,function(){return 0})
(d,e,b)};c.B=function(d,e){return Cm(7,a,function(){return""})
(d,e,b)};c.A=function(d,e){return Cm(8,a,function(){return[]})
(d,e,b)};c.o=function(d,e){return Cm(17,a,function(){return[]})
(d,e,b)};c.l=function(){Cm(15,a,function(){})(b)}};Mm.reset();Om(new Rm);
(function(a){var b=a.Bg;var c=a.Ga;var d=a.config;var e=a.kg===void 0?Mn():a.kg;var
f=a.He===void 0?0:a.He;var g=a.ob===void 0?new dm((fo=(bo=Yf(b,xn,5))==null?void
0:kg(bo,2))!=null?fo:0,(go=(co=Yf(b,xn,5))==null?void 0:kg(co,4))!=null?go:0,
(ho=(eo=Yf(b,xn,5))==null?void 0:hg(eo,3))!=null?ho:!1):a.ob;a=a.ec===void 0?
Nn($f(b,wn,2,Cf(Kd))):a.ec;e.hasOwnProperty("init-done")?(Cm(12,e,function(){})
($f(b,wn,2,Cf()).map(function(h){return Ag(h)})),Cm(13,e,function(){})
($f(b,am,1,Cf()).map(function(h){return Ag(h)}),
f),c&&Cm(14,e,function(){})(c),io(f,e)):(Wn(new
Rn(a,f,g,d),e),Dm(e),Em(e),Fm(e),io(f,e),xm($f(b,am,1,Cf(Kd)),[f],g,void 0,!
0),jm=jm||!(!d||!d.Ij),ao(Ln),c&&ao(c))})({Bg:Bn(),He:7});var
ko=sj(),lo={},mo=(lo[0]=function(a){a=a===void 0?jj():a;return function(b){return
lj(b+" + "+a)%1E3}}(ko),lo);K(Gm).j(16,mo);var no=function(a){var
b={};ac(a,function(c){var d=c.event,e=b[d];b.hasOwnProperty(d)?e!==null&&(c.g(e)||
(b[d]=null)):b[d]=c});nc(a,function(c){return b[c.event]===null})};var
oo={NONE:0,li:1},po={ji:0,fj:1,ej:2,gj:3},qo={Df:"a",ki:"d",VIDEO:"v"};var
ro=function(){this.X=0;this.g=!1;this.j=-1;this.xb=!
1;this.sa=0};ro.prototype.isVisible=function(){return this.xb?
this.X>=.3:this.X>=.5};var
so={hi:0,ri:1},to={668123728:0,668123729:1},uo={44731964:0,44731965:1},vo={NONE:0,S
i:1,yi:2},wo={480596784:0,480596785:1,21063355:2};var xo=function()
{this.g=null;this.o=!1;this.l=null},yo=function(a){a.o=!0;return
a},zo=function(a,b){a.l&&ac(b,function(c){c=a.l[c];c!==void
0&&a.j(c)})};xo.prototype.getValue=function(){return this.g};var Ao=function(a)
{xo.call(this);this.B=a};w(Ao,xo);Ao.prototype.j=function(a)
{this.g===null&&oi(this.B,a)&&(this.g=a)};var Bo=function()
{xo.call(this)};w(Bo,xo);Bo.prototype.j=function(a){this.g===null&&typeof
a==="number"&&(this.g=a)};var Co=function(){xo.call(this)};w(Co,xo);
Co.prototype.j=function(a){this.g===null&&typeof a==="string"&&(this.g=a)};var
Do=function(){this.g={};this.l=!0;this.j={}};Do.prototype.reset=function()
{this.g={};this.l=!0;this.j={}};
var Eo=function(a,b,c){a.g[b]||(a.g[b]=new Ao(c));return a.g[b]},Fo=function(a)
{a.g.queryid||(a.g.queryid=new Co)},Go=function(a,b,c)
{(a=a.g[b])&&a.j(c)},Ho=function(a,b){if(ni(a.j,b))return a.j[b];if(a=a.g[b])return
a.getValue()},Io=function(a){var b={},c=ai(a.g,function(d){return d.o});
$h(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},Jo=function(a){a=Io(a);var b=[];
$h(a,function(c,d){d in Object.prototype||typeof c!="undefined"&&
b.push([d,":",c].join(""))});return b},Lo=function(){var
a=Ko().R,b=Qm();a.l&&ac(di(a.g),function(c){return zo(c,b)})};var Mo=function(a)
{Eo(a,"od",oo);yo(Eo(a,"opac",so));yo(Eo(a,"sbeos",so));yo(Eo(a,"prf",so));yo(Eo(a,
"mwt",so));Eo(a,"iogeo",so)};var No=document,P=window;var Oo=!zc&&!Wb();var
Ro=function(a){return a?new Po(Qo(a)):pb||(pb=new Po)},So=function(a){var
b=document;return typeof a==="string"?b.getElementById(a):a},Uo=function(a,b)
{$h(b,function(c,d){d=="style"?a.style.cssText=c:d=="class"?a.className=c:d=="for"?
a.htmlFor=c:To.hasOwnProperty(d)?
a.setAttribute(To[d],c):d.lastIndexOf("aria-",0)==0||d.lastIndexOf("data-",0)==0?
a.setAttribute(d,c):a[d]=c})},To={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"},Vo=function(a){a=a.document;a=a.compatMode=="CSS1Compat"?
a.documentElement:a.body;return new
Hk(a.clientWidth,a.clientHeight)},Wo=function(a){var b=a.scrollingElement?
a.scrollingElement:Cc||a.compatMode!="CSS1Compat"?a.body||
a.documentElement:a.documentElement;a=a.defaultView;return new Dk(a.pageXOffset||
b.scrollLeft,a.pageYOffset||b.scrollTop)},Xo=function(a){return a?
a.defaultView:window},$o=function(a,
b,c){var d=arguments,e=document,f=d[1],g=Yo(e,String(d[0]));f&&(typeof
f==="string"?g.className=f:Array.isArray(f)?g.className=f.join("
"):Uo(g,f));d.length>2&&Zo(e,g,d,2);return g},Zo=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(!Wa(f)||Xa(f)&&f.nodeType>0)e(f);else{a:{if(f&&typeof
f.length=="number"){if(Xa(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}ac(g?pc(f):f,e)}}},Yo=function(a,b)
{b=String(b);a.contentType==="application/xhtml+xml"&&(b=b.toLowerCase());return
a.createElement(b)},ap=function(a)
{a&&a.parentNode&&a.parentNode.removeChild(a)},bp=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},Qo=function(a){return a.nodeType==9?a:a.ownerDocument||
a.document},cp=function(a){try{return a.contentWindow||(a.contentDocument?
Xo(a.contentDocument):null)}catch(b){}return null},dp=function(a,b)
{a&&(a=a.parentNode);for(var c=0;a;){if(b(a))return a;a=a.parentNode;c++}return
null},Po=function(a){this.g=a||y.document||
document};m=Po.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){Zo(Qo(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=bp;var ep=function()
{this.g=this.nb=null};var fp=function(){};fp.prototype.now=function(){return
0};fp.prototype.j=function(){return 0};fp.prototype.l=function(){return
0};fp.prototype.g=function(){return 0};var hp=function(){if(!gp())throw
Error();};w(hp,fp);var gp=function(){return!(!P||!
P.performance)};hp.prototype.now=function(){return gp()&&P.performance.now?
P.performance.now():fp.prototype.now.call(this)};hp.prototype.j=function(){return
gp()&&P.performance.memory?P.performance.memory.totalJSHeapSize||
0:fp.prototype.j.call(this)};hp.prototype.l=function(){return
gp()&&P.performance.memory?P.performance.memory.usedJSHeapSize||
0:fp.prototype.l.call(this)};
hp.prototype.g=function(){return gp()&&P.performance.memory?
P.performance.memory.jsHeapSizeLimit||0:fp.prototype.g.call(this)};var
ip=function(){};ip.prototype.isVisible=function(){return Wk(No)===1};var
jp=RegExp("^https?://(\\w|-)+\\.cdn\\.ampproject\\.(net|org)(\\?|/|
$)"),np=function(a){a=a||kp();for(var b=new lp(y.location.href,!
1),c=null,d=a.length-1,e=d;e>=0;--e){var f=a[e];!
c&&jp.test(f.url)&&(c=f);if(f.url&&!f.Md)
{b=f;break}}e=null;f=a.length&&a[d].url;b.depth!=0&&f&&(e=a[d]);return new
mp(b,e,c)},kp=function(){var a=y,b=[],c=null;do{var d=a;if(ej(d)){var
e=d.location.href;c=d.document&&d.document.referrer||null}else
e=c,c=null;b.push(new lp(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=y;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.Md=!0);return b},mp=function(a,b,c)
{this.g=a;this.j=b;this.l=c},lp=function(a,b){this.url=a;this.Md=!!
b;this.depth=null};var op=function()
{this.l="&";this.j={};this.o=0;this.g=[]},pp=function(a,b){var
c={};c[a]=b;return[c]},rp=function(a,b,c,d,e){var f=[];kj(a,function(g,h)
{(g=qp(g,b,c,d,e))&&f.push(h+"="+g)});return f.join(b)},qp=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(qp(a[g],b,c,d+1,e));return f.join(c[d])}}else if(typeof
a==="object")return e||(e=0),e<2?encodeURIComponent(rp(a,
b,c,d,e+1)):"...";return encodeURIComponent(String(a))},sp=function(a,b,c)
{a.g.push(b);a.j[b]=c},tp=function(a,b,c,d)
{a.g.push(b);a.j[b]=pp(c,d)},vp=function(a,b,c){b=b+"//
pagead2.googlesyndication.com"+c;var d=up(a)-
c.length;if(d<0)return"";a.g.sort(function(p,n){return p-n});c=null;for(var
e="",f=0;f<a.g.length;f++)for(var g=a.g[f],h=a.j[g],k=0;k<h.length;k++){if(!d)
{c=c==null?g:c;break}var l=rp(h[k],a.l,",$");if(l){l=e+l;if(d>=l.length){d-
=l.length;b+=l;e=a.l;break}c=c==null?g:c}}a="";c!=null&&
(a=""+e+"trn="+c);return b+a},up=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 wp=function(a,b)
{this.g=a;this.depth=b},yp=function(){var a=kp(),b=Math.max(a.length-
1,0),c=np(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 wp([e.url,e.Md?2:0],c(e.depth,1)));d&&d!=e&&f.push(new
wp([d.url,2],0));a.url&&a!=e&&f.push(new wp([a.url,0],c(a.depth,b)));var
g=dc(f,function(h,k){return f.slice(0,f.length-k)});!a.url||(e||d)&&a!=e||
(d=mj(a.url))&&g.push([new wp([d,1],c(a.depth,b))]);g.push([]);return
dc(g,function(h){return xp(b,h)})};
function xp(a,b){var c=ec(b,function(e,f){return Math.max(e,f.depth)},-
1),d=tc(c+2);d[0]=a;ac(b,function(e){return d[e.depth+1]=e.g});return d}function
zp(){var a=a===void 0?yp():a;return a.map(function(b){return qp(b)})};var
Ap=function(){this.j=new ip;this.g=gp()?new hp:new fp},Cp=function(){Bp();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")};Ap.prototype.setInterval=function(a,b){return
P.setInterval(a,b)};Ap.prototype.clearInterval=function(a)
{P.clearInterval(a)};Ap.prototype.setTimeout=function(a,b){return
P.setTimeout(a,b)};
Ap.prototype.clearTimeout=function(a){P.clearTimeout(a)};var Dp=function()
{Bp();return zp()};var Ep=function(){},Bp=function(){var a=K(Ep);if(!a.g){if(!
P)throw Error("Context has not been set and window is undefined.");a.g=K(Ap)}return
a.g};var Fp=function(a){this.D=D(a)};w(Fp,I);Fp.prototype.g=Jh([0,th,xh,-2,Ah]);var
Gp=function(a){this.l=a;this.g=-1;this.j=this.o=0},Hp=function(a,b){return
function(){var c=Ma.apply(0,arguments);if(a.g>-1)return
b.apply(null,pa(c));try{return
a.g=a.l.g.now(),b.apply(null,pa(c))}finally{a.o+=a.l.g.now()-a.g,a.g=-
1,a.j+=1}}};var Ip=function(a,b){this.j=a;this.l=b;this.g=new Gp(a)};var
Jp=function(){this.g={}},Lp=function(){var
a=Ko().flags,b=Kp;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
Mp={bj:1,sj:2,Xi:3,1:"POSITION",2:"VISIBILITY",3:"MONITOR_VISIBILITY"};var
Np=function(){this.l=void 0;this.j=this.A=0;this.B=-1;this.R=new
Do;yo(Eo(this.R,"mv",vo)).l=wo===void 0?
null:wo;Eo(this.R,"omid",so);yo(Eo(this.R,"epoh",so));yo(Eo(this.R,"epph",so));yo(E
o(this.R,"umt",so)).l=to===void 0?
null:to;yo(Eo(this.R,"phel",so));yo(Eo(this.R,"phell",so));yo(Eo(this.R,"oseid",Mp)
);var a=this.R;a.g.sloi||(a.g.sloi=new
Bo);yo(a.g.sloi);Eo(this.R,"mm",qo);yo(Eo(this.R,"ovms",po));yo(Eo(this.R,"xdi",so)
);yo(Eo(this.R,"amp",so));yo(Eo(this.R,"prf",so));yo(Eo(this.R,"gtx",so));
yo(Eo(this.R,"mvp_lv",so));yo(Eo(this.R,"ssmol",so)).l=uo===void 0?
null:uo;yo(Eo(this.R,"fmd",so));Eo(this.R,"gen204simple",so);this.g=new
Ip(Bp(),this.R);this.o=!1;this.flags=new Jp};Np.prototype.ce=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 Ko=function(){return K(Np)};var Op=function(a,b,c,d,e)
{if((d?a.l:Math.random())<(e||a.g))try{if(c instanceof op)var f=c;else f=new
op,kj(c,function(h,k){var l=f,p=l.o++;sp(l,p,pp(k,h))});var
g=vp(f,a.j,"/pagead/gen_204?id="+b+"&");g&&(Bp(),wj(P,g))}catch(h){}};var
Rp=function(){var a=Pp;this.A=Qp;this.B="jserror";this.l=!
0;this.j=null;this.C=this.Va;this.g=a===void 0?null:a;this.o=!
1};m=Rp.prototype;m.ne=function(a){this.j=a};m.rf=function(a)
{this.B=a};m.oe=function(a){this.l=a};m.sf=function(a)
{this.o=a};m.zb=function(a,b,c){var d=this;return Hp(Ko().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{vl(e),g=d.C(a,new Sp(nq(h)),void 0,c)}catch(k)
{d.Va(217,k)}if(!g)throw h;}return f})()};
m.de=function(a,b,c,d){var e=this;return Hp(Ko().g.g,function(){var
f=Ma.apply(0,arguments);return e.zb(a,function(){return b.apply(c,f)},d)})};
m.Va=function(a,b,c,d,e){e=e||this.B;try{var f=new op;tp(f,1,"context",a);Oh(b)||
(b=new Sp(nq(b)));b.msg&&tp(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){}sp(f,3,[g]);var
h=np();h.j&&tp(f,4,"top",h.j.url||"");sp(f,5,[{url:h.g.url||""},{url:h.g.url?
$i(h.g.url):""}]);Op(this.A,e,f,this.o,c)}catch(k){try{Op(this.A,e,
{context:"ecmserr",rctx:a,msg:nq(k),url:h&&h.g.url},this.o,c)}catch(l){}}return
this.l};
var nq=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},Sp=function(a)
{Nh.call(this,Error(a),{message:a})};w(Sp,Nh);var Qp,oq,Pp=new
ul(1,window),pq=function(){P&&typeof P.google_measure_js_timing!
="undefined"&&(P.google_measure_js_timing||Pp.A())};Qp=new function(){var
a="https:";P&&P.location&&P.location.protocol==="http:"&&(a="http:");this.j=a;this.
g=.01;this.l=Math.random()};oq=new
Rp;P&&P.document&&(P.document.readyState=="complete"?
pq():Pp.l&&Wh(P,"load",function(){pq()}));
var qq=function(a){oq.ne(function(b){ac(a,function(c){c(b)})})},rq=function(a,b)
{return oq.zb(a,b)},sq=function(a,b,c,d){return
oq.de(a,b,c,d)},tq=function(a,b,c,d){oq.Va(a,b,c,d)};var uq=Date.now(),vq=-1,wq=-
1,xq,yq=-1,zq=!1,Aq=function(){return Date.now()-uq},Bq=function(){var
a=Ko().l,b=wq>=0?Aq()-wq:-1,c=zq?Aq()-vq:-1,d=yq>=0?Aq()-yq:-
1;if(a==947190542)return 100;if(a==79463069)return 200;a=[2E3,4E3];var
e=[250,500,1E3];tq(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 Cq=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};var
Dq=function(a,b,c,d,e,f,g)
{this.l=a;this.j=b;this.B=c;this.g=d;this.o=e;this.C=f;this.A=g};Dq.prototype.getTi
mestamp=function(){return this.C};var
Eq={currentTime:1,duration:2,isVpaid:4,volume:8,isYouTube:16,isPlaying:32},qi={De:"
start",FIRST_QUARTILE:"firstquartile",MIDPOINT:"midpoint",THIRD_QUARTILE:"thirdquar
tile",COMPLETE:"complete",ERROR:"error",Rf:"metric",PAUSE:"pause",ag:"resume",SKIPP
ED:"skip",VIEWABLE_IMPRESSION:"viewable_impression",Sf:"mute",eg:"unmute",FULLSCREE
N:"fullscreen",Nf:"exitfullscreen",If:"bufferstart",Hf:"bufferfinish",xe:"fully_vie
wable_audible_half_duration_impression",Ce:"measurable_impression",Cf:"abandon",we:
"engagedview",
IMPRESSION:"impression",Kf:"creativeview",LOADED:"loaded",PROGRESS:"progress",bi:"c
lose",ci:"collapse",Tf:"overlay_resize",Uf:"overlay_unmeasurable_impression",Vf:"ov
erlay_unviewable_impression",Xf:"overlay_viewable_immediate_impression",Wf:"overlay
_viewable_end_of_session_impression",Lf:"custom_metric_viewable",Ef:"audio_audible"
,Gf:"audio_measurable",Ff:"audio_impression"},Fq="start firstquartile midpoint
thirdquartile resume loaded".split("
"),Gq=["start","firstquartile","midpoint","thirdquartile"],
Hq=["abandon"],Iq={UNKNOWN:-
1,De:0,FIRST_QUARTILE:1,MIDPOINT:2,THIRD_QUARTILE:3,COMPLETE:4,Rf:5,PAUSE:6,ag:7,SK
IPPED:8,VIEWABLE_IMPRESSION:9,Sf:10,eg:11,FULLSCREEN:12,Nf:13,xe:14,Ce:15,Cf:16,we:
17,IMPRESSION:18,Kf:19,LOADED:20,Lf:21,If:22,Hf:23,Ff:27,Gf:28,Ef:29};var
ci={Xh:"addEventListener",zi:"getMaxSize",Ai:"getScreenSize",Bi:"getState",Ci:"getV
ersion",dj:"removeEventListener",Ti:"isViewable"},Jq=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),bi(function(g){return typeof
f[g]==="function"})||(e=1));return{Ea:f,Gc:e,Fh:d}};var Kq=function(){var
a=window.document;return a&&typeof a.elementFromPoint==="function"};function
Lq(a,b,c){try{a&&(b=b.top);var d=b;a&&d!==null&&d!=d.top&&(d=d.top);try{var
e=(c===void 0?0:c)?(new Hk(d.innerWidth,d.innerHeight)).round():Vo(d||
window).round()}catch(p){e=new Hk(-12245933,-12245933)}a=e;var
f=a.height,g=a.width;if(g===-12245933)return new J(g,g,g,g);var
h=Wo(Ro(b.document).g),k=h.x,l=h.y;return new J(l,k+g,l+f,k)}catch(p){return new
J(-12245933,-12245933,-12245933,-12245933)}};var Nq=function(a,b){if(typeof
b==="string")(b=Mq(a,b))&&(a.style[b]=void 0);else for(var c in b){var
d=a,e=b[c],f=Mq(d,c);f&&(d.style[f]=e)}},Oq={},Mq=function(a,b){var c=Oq[b];if(!c)
{var d=Vi(b);c=d;a.style[d]===void 0&&(d=(Cc?"Webkit":Bc?"Moz":null)
+Xi(d),a.style[d]!==void 0&&(c=d));Oq[b]=c}return c},Pq=function(a,b){var
c=a.style[Vi(b)];return typeof c!=="undefined"?
c:a.style[Mq(a,b)]||""},Qq=function(a,b){var c=Qo(a);return
c.defaultView&&c.defaultView.getComputedStyle&&(a=c.defaultView.getComputedStyle(a,
null))?a[b]||a.getPropertyValue(b)||"":""},Rq=function(a){try{return
a.getBoundingClientRect()}catch(b)
{return{left:0,top:0,right:0,bottom:0}}},Sq=function(a){var b=Qo(a),c=new
Dk(0,0);if(a==(b?Qo(b):document).documentElement)return
c;a=Rq(a);b=Wo(Ro(b).g);c.x=a.left+b.x;c.y=a.top+b.y;return c},Tq=function(a,b){var
c=new Dk(0,0),d=Xo(Qo(a));if(!vc(d,"parent"))return c;do{if(d==b)var e=Sq(a);else
e=Rq(a),e=new Dk(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},Uq=function(){var a="100%";typeof a=="number"&&(a=Math.round(a)
+"px");return a},Wq=function(a){var b=Vq,c;(c=Qq(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},Vq=function(a){var b=a.offsetWidth,c=a.offsetHeight,d=Cc&&!b&&!c;return(b===void
0||d)&&a.getBoundingClientRect?
(a=Rq(a),new Hk(a.right-a.left,a.bottom-a.top)):new Hk(b,c)},Xq=function(a){var
b=new Hk(a.offsetWidth,a.offsetHeight);var c=Qq(a,"paddingLeft");var
d=Qq(a,"paddingRight"),e=Qq(a,"paddingTop"),f=Qq(a,"paddingBottom");c=new
J(parseFloat(e),parseFloat(d),parseFloat(f),parseFloat(c));d=Qq(a,"borderLeftWidth"
);e=Qq(a,"borderRightWidth");f=Qq(a,"borderTopWidth");a=Qq(a,"borderBottomWidth");a
=new J(parseFloat(f),parseFloat(e),parseFloat(a),parseFloat(d));return new
Hk(b.width-a.left-c.left-c.right-a.right,
b.height-a.top-c.top-c.bottom-a.bottom)};var Yq=function(a,b)
{b=Math.pow(10,b);return Math.floor(a*b)/b};function Zq(a,b,c,d){if(!
a)return{value:d,done:!1};d=b(d,a);var e=c(d,a);return!e&&vc(a,"parentElement")?
Zq(a.parentElement||null,b,c,d):{done:e,value:d}}var $q=function(a,b,c,d){if(!
a)return d;d=Zq(a,b,c,d);if(!d.done)try{var e=Qo(a),f=e&&Xo(e);return
$q(f&&f.frameElement,b,c,d.value)}catch(g){}return d.value};
function ar(a){var b=!zc||Sc();return $q(a,function(c,d)
{c=vc(d,"style")&&d.style&&Pq(d,"visibility");return{hidden:c==="hidden",visible:b&
&c==="visible"}},function(c){return c.hidden||c.visible},{hidden:!1,visible:!
1}).hidden}
var br=function(a){return $q(a,function(b,c){return!(!vc(c,"style")||!c.style||
Pq(c,"display")!=="none")},function(b){return b},!1)?!0:ar(a)},cr=function(a)
{return new J(a.top,a.right,a.bottom,a.left)},dr=function(a){var b=a.top||
0,c=a.left||0;return new J(b,c+(a.width||0),b+(a.height||0),c)},er=function(a)
{return a!=null&&a>=0&&a<=1};function fr(){var a=Ob();return a?
fc("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 Ib(a,b)})||Ib(a,"OMI/")&&!
Ib(a,"XiaoMi/")?!0:Ib(a,"Presto")&&Ib(a,"Linux")&&!Ib(a,"X11")&&!Ib(a,"Android")&&!
Ib(a,"Mobi"):!1}
function gr(){var a=Ob();return Ib(a,"AppleTV")||Ib(a,"Apple TV")||
Ib(a,"CFNetwork")||Ib(a,"tvOS")}function hr(a){return(a=a.userAgentData)?
a.brands.some(function(b){return
b.brand.includes("kepler_webview")}):Ib(Ob(),"Kepler")}function ir(){var a;
(a=Ib(Ob(),"CrKey")&&!(Ib(Ob(),"CrKey")&&Ib(Ob(),"SmartSpeaker"))||
Ib(Ob(),"PlayStation")||Ib(Ob(),"Roku")||fr()||Ib(Ob(),"Xbox")||gr())||
(a=Ob(),a=Ib(a,"sdk_google_atv_x86")||Ib(a,"Android TV"));return a};var
kr=function(){this.l=!ej(P.top);this.C=Yh()||Zh();var
a=kp();a=a.length>0&&a[a.length-1]!=null&&a[a.length-1].url!=null?((a=a[a.length-
1].url.match(Zi)[3]||null)?decodeURI(a):a)||"":"";this.domain=a;this.g=new
J(0,0,0,0);this.B=new Hk(0,0);this.o=new Hk(0,0);this.J=new
J(0,0,0,0);this.frameOffset=new Dk(0,0);this.A=0;this.L=!1;this.j=!(!P||!
Jq(P).Ea);jr(this)},lr=function(a,b){b&&b.screen&&(a.B=new
Hk(b.screen.width,b.screen.height))},mr=function(a,b){a:{var c=a.g?new
Hk(a.g.getWidth(),a.g.getHeight()):
new Hk(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,p=h.offsetHeight,n=h.offsetWidth;h.clientHeight!
=p&&(k=g.scrollHeight,l=g.scrollWidth,p=g.offsetHeight,n=g.offsetWidth);k>c.height?
k>p?(d=k,e=l):(d=p,e=n):k<p?(d=k,e=l):(d=p,e=n)}var r=
new Hk(e,d);break a}catch(t){r=new Hk(-12245933,-12245933);break a}r=void
0}a.o=r},jr=function(a){P&&P.document&&(a.J=Lq(!1,P,a.C),a.g=Lq(!
0,P,a.C),mr(a,P),lr(a,P))},or=function(){var a=nr();if(a.A>0||a.L)return!
0;a=Bp().j.isVisible();var b=Wk(No)===0;return a||b},nr=function(){return
K(kr)};var pr=function(a)
{this.l=a;this.j=0;this.g=null};pr.prototype.cancel=function()
{Bp().clearTimeout(this.g);this.g=null};var qr=function(a){var
b=Bp(),c=Ko().g.g;a.g=b.setTimeout(Hp(c,sq(143,function(){a.j+
+;a.l.sample()})),Bq())};var rr=function(a,b,c){this.l=a;this.ia=c===void
0?"na":c;this.B=[];this.ua=!1;this.o=new Cq(-1,!
0,this);this.g=this;this.L=b;this.H=this.F=!1;this.Z="uk";this.P=!1;this.C=!
0};rr.prototype.G=function(){return!1};rr.prototype.initialize=function(){return
this.ua=!0};rr.prototype.Gb=function(){return this.g.Z};rr.prototype.ac=function()
{return this.g.H};var tr=function(a,b,c){if(!a.H||(c===void 0?0:c))a.H=!
0,a.Z=b,a.L=0,a.g!=a||sr(a)};rr.prototype.getName=function(){return this.g.ia};
rr.prototype.gb=function(){return this.g.aa()};rr.prototype.aa=function()
{return{}};rr.prototype.Ra=function(){return this.g.L};var ur=function(a,b)
{kc(a.B,b)||(a.B.push(b),b.Ib(a.g),b.jb(a.o),b.Oa()&&(a.F=!
0))};rr.prototype.U=function(){var a=nr();a.g=Lq(!
0,this.l,a.C)};rr.prototype.V=function()
{lr(nr(),this.l)};rr.prototype.ba=function(){return this.o.g};var vr=function(a)
{a=a.g;a.V();a.U();var b=nr();b.J=Lq(!
1,a.l,b.C);mr(nr(),a.l);a.o.g=a.ba()};rr.prototype.sample=function(){};
rr.prototype.isActive=function(){return this.g.C};var wr=function(a)
{a.F=a.B.length?fc(a.B,function(b){return b.Oa()}):!1},xr=function(a){var
b=pc(a.B);ac(b,function(c){c.jb(a.o)})},sr=function(a){var
b=pc(a.B);ac(b,function(c){c.Ib(a.g)});a.g!=a||
xr(a)};m=rr.prototype;m.Ib=function(a){var b=this.g;this.g=a.Ra()>=this.L?a:this;b!
==this.g?(this.C=this.g.C,sr(this)):this.C!==this.g.C&&(this.C=this.g.C,sr(this))};
m.jb=function(a){if(a.j===this.g){var b=this.o,c=this.F;b=!(a&&(c===void 0||!c||
b.volume==a.volume)&&b.l==a.l&&Fk(b.g,a.g));this.o=a;b&&xr(this)}};m.Oa=function()
{return this.F};m.dispose=function(){this.P=!0};m.Ba=function(){return this.P};var
yr=function(a,b,c,d){this.l=a;this.g=new J(0,0,0,0);this.o=null;this.C=new
J(0,0,0,0);this.j=b;this.R=c;this.P=d;this.M=!1;this.timestamp=-1;this.G=new
Dq(b.o,this.g,new J(0,0,0,0),0,0,Aq(),0);this.A=void 0};yr.prototype.rd=function()
{return!0};yr.prototype.F=function(){};yr.prototype.dispose=function(){if(!
this.Ba()){var a=this.j;lc(a.B,this);a.F&&this.Oa()&&wr(a);this.F();this.M=!
0}};yr.prototype.Ba=function(){return this.M};
var zr=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)):Ek(b)};m=yr.prototype;m.gb=fu
nction(){return this.j.gb()};m.Ra=function(){return this.j.Ra()};m.Gb=function()
{return this.j.Gb()};m.ac=function(){return this.j.ac()};m.Ib=function()
{};m.jb=function(){this.bb()};m.Oa=function(){return this.P};var Ar=function(a)
{this.B=!1;this.g=a;this.o=function(){}};m=Ar.prototype;m.Ra=function(){return
this.g.Ra()};m.Gb=function(){return this.g.Gb()};m.ac=function(){return
this.g.ac()};m.create=function(a,b,c){var
d=null;this.g&&(d=this.uc(a,b,c),ur(this.g,d));return d};m.ye=function(){return
this.Pb()};m.Pb=function(){return!1};m.init=function(a){return this.g.initialize()?
(ur(this.g,this),this.o=a,!0):!1};m.Ib=function(a)
{a.Ra()==0&&this.o(a.Gb(),this)};m.jb=function(){};m.Oa=function(){return!1};
m.dispose=function(){this.B=!0};m.Ba=function(){return this.B};m.gb=function()
{return{}};var Br=function(a,b,c){this.l=c===void 0?
0:c;this.j=a;this.g=b==null?"":b},Cr=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}},Dr=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
Er=function(){this.l=0;this.g=[];this.j=!1};Er.prototype.add=function(a,b,c){+
+this.l;a=new Br(a,b,c);this.g.push(new Br(a.j,a.g,a.l+this.l/4096));this.j=!
0;return this};
var Fr=function(a,b){ac(b.g,function(c){a.add(c.j,c.g,Cr(c))})},Gr=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},Ir=function(a){var b=Hr;a.j&&(rc(a.g,function(c,d){return
Dr(d,c)?1:Dr(c,d)?-1:0}),a.j=!1);return ec(a.g,function(c,d){d=b(d);return""+c+(c!
=""&&d!=""?"&":"")+d},"")};var Hr=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+"="+
(kc(["mtos","tos","p"],b)?a:encodeURIComponent(a))};var Jr=function(a){var
b=b===void 0?!0:b;this.g=new Er;a!==void
0&&Fr(this.g,a);b&&this.g.add("v","unreleased",-
16)};Jr.prototype.toString=function(){var
a="//pagead2.googlesyndication.com//pagead/gen_204",b=Ir(this.g);b.length>0&&(a+="?
"+b);return a};var Kr=function(a){var b=[],c=[];$h(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)},Lr=function(a){a=a.toString();Bp();wj(P,a)};var Mr=function()
{this.g=0};function Nr(a){a&&typeof a.dispose=="function"&&a.dispose()};var
Q=function(){this.L=this.L;this.J=this.J};Q.prototype.L=!
1;Q.prototype.Ba=function(){return this.L};Q.prototype.dispose=function(){this.L||
(this.L=!0,this.O())};Q.prototype[Symbol.dispose]=function(){this.dispose()};var
Pr=function(a,b){Or(a,ib(Nr,b))},Or=function(a,b){a.L?b():(a.J||
(a.J=[]),a.J.push(b))};Q.prototype.O=function()
{if(this.J)for(;this.J.length;)this.J.shift()()};var Qr=function(a,b,c)
{ac(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
Er;g.add("id","av-
js");g.add("type","verif");g.add("vtype",d.B);d=K(Mr);g.add("i",d.g+
+);g.add("adk",e);Gr(g,f);e=new Jr(g);Lr(e)}})};var Rr=function()
{this.j=this.l=this.o=this.g=0},Sr=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
Tr=[1,.75,.5,.3,0],Ur=function(a){this.j=a=a===void 0?
Tr:a;this.g=dc(this.j,function(){return new Rr})},Wr=function(a,b){return
Vr(a,function(c){return c.g},b===void 0?!0:b)},Yr=function(a,b){return
Xr(a,b,function(c){return c.g})},Zr=function(a,b){return Vr(a,function(c){return
c.l},b===void 0?!0:b)},$r=function(a,b){return Xr(a,b,function(c){return
c.l})},as=function(a,b){return Xr(a,b,function(c){return c.j})},bs=function(a)
{ac(a.g,function(b){b.j=0})},cs=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;Sr(a.g[f],g&&k,e,!g||h)}},Vr=function(a,b,c){a=dc(a.g,function(d)
{return b(d)});return c?a:ds(a)},Xr=function(a,b,c){var d=jc(a.j,function(e){return
b<=e});return d==-1?0:c(a.g[d])},ds=function(a){return dc(a,function(b,c,d){return
c>0?d[c]-d[c-1]:d[c]})};var es=function(){this.j=new Ur;this.Z=this.V=0;this.ba=new
Rr;this.H=this.C=-1;this.ia=1E3;this.va=new
Ur([1,.9,.8,.7,.6,.5,.4,.3,.2,.1,0]);this.P=this.K=-1},fs=function(a,b){return
Zr(a.j,b===void 0?!0:b)};
es.prototype.L=function(a,b,c,d){this.C=this.C!=-1?
Math.min(this.C,b.X):b.X;this.H=Math.max(this.H,b.X);this.K=this.K!=-1?
Math.min(this.K,b.sa):b.sa;this.P=Math.max(this.P,b.sa);cs(this.va,b.sa,c.sa,b.g,a,
d);this.V+=a;b.X===0&&(this.Z+=a);cs(this.j,b.X,c.X,b.g,a,d);c=d||c.xb!=b.xb?
c.isVisible()&&b.isVisible():c.isVisible();b=!b.isVisible()||
b.g;Sr(this.ba,c,a,b)};es.prototype.Ua=function(){return
this.ba.l>=this.ia};if(No&&No.URL){var gs=No.URL,hs;if(hs=!!gs){var is;a:{if(gs)
{var js=RegExp(".*[&#?]google_debug(=[^&]*)?(&.*)?$");try{var
ks=js.exec(decodeURIComponent(gs));if(ks){is=ks[1]&&ks[1].length>1?
ks[1].substring(1):"true";break a}}catch(a){}}is=""}hs=is.length>0}oq.oe(!hs)}var
ls=function(a,b,c,d){var e=e===void 0?!1:e;c=sq(d,c);Wh(a,b,c,{capture:e})};var
ms=new J(0,0,0,0);function ns(a,b){b=os(b);return b===0?0:os(a)/b}function os(a)
{return Math.max(a.bottom-a.top,0)*Math.max(a.right-a.left,0)}function ps(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=Qo(a),e=d&&Xo(d),f=e&&e.frameElement;f&&(a=f)}}catch(g){break}}return!1}
function qs(a,b,c){if(!a||!b)return!1;b=Gk(Ek(a),-b.left,-
b.top);a=(b.left+b.right)/2;b=(b.top+b.bottom)/
2;ej(window.top)&&window.top&&window.top.document&&(window=window.top);if(!
Kq())return!1;a=window.document.elementFromPoint(a,b);if(!a)return!
1;b=(b=(b=Qo(c))&&b.defaultView&&b.defaultView.frameElement)&&ps(b,a);var
d=a===c;a=!d&&a&&dp(a,function(e){return e===c});return!(b||d||a)}
function rs(a,b,c,d){return nr().l?!1:a.getWidth()<=0||a.getHeight()<=0?!0:c&&d?
rq(208,function(){return qs(a,b,c)}):!1};var ts=new J(0,0,0,0),vs=function(a,b,c)
{Q.call(this);this.position=Ek(ts);this.Xc=this.Lc();this.Nd=-
2;this.Kh=Date.now();this.yf=-1;this.Oc=b;this.Nc=null;this.Wb=!
1;this.dd=null;this.opacity=-1;this.yh=c;this.Lh=!1;this.Qd=function()
{};this.Af=function(){};this.ta=new ep;this.ta.nb=a;this.ta.g=a;this.Sa=!
1;this.ub={Td:null,Sd:null};this.tf=!0;this.tc=null;this.Jb=this.Zg=!1;Ko().A+
+;this.qa=this.Hd();this.xf=-1;this.W=null;this.Te=this.Vg=!1;this.R=new
Do;Mo(this.R);us(this);this.yh==1?Go(this.R,
"od",1):Go(this.R,"od",0)};w(vs,Q);vs.prototype.O=function()
{this.ta.g&&(this.ub.Td&&(Xh(this.ta.g,"mouseover",this.ub.Td),this.ub.Td=null),thi
s.ub.Sd&&(Xh(this.ta.g,"mouseout",this.ub.Sd),this.ub.Sd=null));this.tc&&this.tc.di
spose();this.W&&this.W.dispose();delete this.Xc;delete this.Qd;delete
this.Af;delete this.ta.nb;delete this.ta.g;delete this.ub;delete this.tc;delete
this.W;delete this.R;Q.prototype.O.call(this)};vs.prototype.ib=function(){return
this.W?this.W.g:this.position};
vs.prototype.ce=function(a){Ko().ce(a)};var us=function(a){a=a.ta.nb;var
b;if(b=a&&a.getAttribute)b=/-[a-z]/.test("googleAvInapp")?!
1:Oo&&a.dataset?"googleAvInapp"in a.dataset:a.hasAttribute?
a.hasAttribute("data-"+Wi()):!!a.getAttribute("data-"+Wi());b&&(nr().j=!
0)};vs.prototype.Oa=function(){return!1};vs.prototype.Lc=function(){return new
es};vs.prototype.pa=function(){return this.Xc};
var ws=function(a,b){b!=a.Jb&&(a.Jb=b,a=nr(),b?a.A+
+:a.A>0&&a.A--)},xs=function(a,b){if(a.W)
{if(b.getName()===a.W.getName())return;a.W.dispose();a.W=null}b=b.create(a.ta.g,a.R
,a.Oa());if(b=b!=null&&b.rd()?b:null)a.W=b},ys=function(a,b,c){if(!a.Nc||a.Oc==-1||
b.getTimestamp()===-1||a.Nc.getTimestamp()===-1)return 0;a=b.getTimestamp()-
a.Nc.getTimestamp();return a>c?0:a};vs.prototype.Qe=function(a){return
ys(this,a,1E4)};
var zs=function(a,b,c){if(a.W){a.W.bb();var d=a.W.G,e=d.l,f=e.g;if(d.B!=null){var
g=d.j;a.dd=new Dk(g.left-f.left,g.top-f.top)}f=a.md()?
Math.max(d.g,d.o):d.g;g={};e.volume!
==null&&(g.volume=e.volume);e=a.Qe(d);a.Nc=d;a.re(f,b,c,!
1,g,e,d.A)}},As=function(a){if(a.Wb&&a.tc){var
b=Ho(a.R,"od")==1,c=nr().g,d=a.tc,e=a.W?a.W.getName():"ns",f=a.dd,g=new
Hk(c.getWidth(),c.getHeight());c=a.md();a={Hh:e,dd:f,Wh:g,md:c,X:a.qa.X,Rh:b};if(b=
d.j){b.bb();e=b.G;f=e.l.g;var h=g=null;e.B!=null&&f&&(g=e.j,g=new Dk(g.left-
f.left,g.top-f.top),h=new Hk(f.right-f.left,f.bottom-f.top));e=c?
Math.max(e.g,e.o):e.g;c={Hh:b.getName(),dd:g,Wh:h,md:c,Rh:!1,X:e}}else
c=null;c&&Qr(d,a,c)}};m=vs.prototype;m.re=function(a,b,c,d,e,f,g){this.Sa||
(this.Wb&&(a=this.td(a,c,e,g),d=d&&this.qa.X>=(this.xb()?.3:.5),this.se(f,a,d),this
.Oc=b,a.X>0&&-1===this.xf&&(this.xf=b),this.yf==-
1&&this.Ua()&&(this.yf=b),this.Nd==-2&&(this.Nd=os(this.ib())?a.X:-
1),this.qa=a),this.Qd(this))};m.se=function(a,b,c)
{this.pa().L(a,b,this.qa,c)};m.Hd=function(){return new ro};
m.td=function(a,b,c,d){c=this.Hd();c.g=b;b=Bp().j;b=Wk(No)===0?-1:b.isVisible()?
0:1;c.j=b;c.X=this.yd(a);c.xb=this.xb();c.sa=d;return c};m.yd=function(a){return
this.opacity===0&&Ho(this.R,"opac")===1?0:a};m.xb=function(){return!
1};m.md=function(){return this.Vg||this.Zg};m.za=function(){return
0};m.Ua=function(){return this.Xc.Ua()};m.Se=function(){var a=this.Wb;a=(this.Te||
this.Ba())&&!a;var b=Ko().j!==2||this.Lh;return this.Sa||b&&a?2:this.Ua()?
4:3};m.Jc=function(){return 0};
var Bs=function(a,b,c){b&&(a.Qd=b);c&&(a.Af=c)};var Cs=function()
{};Cs.prototype.next=function(){return Ds};var Ds={done:!0,value:void
0};Cs.prototype.Db=function(){return this};var Es=function()
{this.o=this.g=this.l=this.j=this.B=0},Fs=function(a){var b={};b=(b.ptlt=jb()-
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 Gs=function(){ro.call(this);this.fullscreen=!
1;this.volume=void 0;this.l=!1;this.mediaTime=-1};w(Gs,ro);var Hs=function(a)
{return er(a.volume)&&a.volume>0};var Js=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 Is(f,b,c)}},Ks=function(a,b){return
function(c){return b(c)?c[a]:void 0}},Ls=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}},Is=function(a,b,c){return c===void 0||c?cc(a,function(d,e){return
kc(b,e)}):dc(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 Ms=Ls([void 0,1,2,3,4,8,16]),Ns=Ls([void
0,4,8,16]),Os={sv:"sv",v:"v",cb:"cb",e:"e",nas:"nas",msg:"msg","if":"if",sdk:"sdk",
p:"p",p0:Ks("p0",Ns),p1:Ks("p1",Ns),p2:Ks("p2",Ns),p3:Ks("p3",Ns),cp:"cp",tos:"tos"
,mtos:"mtos",amtos:"amtos",mtos1:Js("mtos1",[0,2,4],!1,Ns),mtos2:Js("mtos2",
[0,2,4],!1,Ns),mtos3:Js("mtos3",[0,2,4],!
1,Ns),mcvt:"mcvt",ps:"ps",scs:"scs",bs:"bs",vht:"vht",mut:"mut",a:"a",a0:Ks("a0",Ns
),a1:Ks("a1",Ns),a2:Ks("a2",Ns),a3:Ks("a3",Ns),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:Ks("c0",Ns),c1:Ks("c1",Ns),c2:Ks("c2",Ns),c3:Ks("c3",Ns),mc:"mc",nc:"nc"
,mv:"mv",nv:"nv",qmt:Ks("qmtos",Ms),qnc:Ks("qnc",Ms),qmv:Ks("qmv",Ms),qnv:Ks("qnv",
Ms),
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:Ks("ss0",Ns),ss1:Ks("ss1",Ns),ss2:Ks("ss2",Ns),ss3:Ks("
ss3",Ns),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"},Ps=Object.assign({},Os,{avid:function(a){return function(){return a}}
("audio"),avas:"avas",vs:"vs"}),Qs={atos:"atos",avt:Js("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 Rs=function()
{this.j=this.g=""};var Ss=function(){},Ts=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 vi(c,a);return Ir(Gr(new
Er,c))};var Us=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};
Us.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
Vs=function(a){var b=ei(a.j),c=0,d;for(d in a.g)kc(b,d)&&a.g[d]==1&&(c+=a.j[d]
[1],a.g[d]=2);return c},Ws=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 Xs=function()
{this.g=this.j=0};Xs.prototype.getValue=function(){return this.j};var
Ys=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 Zs=function(){es.call(this);this.l=new
Rr;this.aa=this.F=this.M=0;this.J=-1;this.wa=new Rr;this.B=new Rr;this.g=new
Ur;this.A=this.o=-1;this.G=new Rr;this.ia=2E3;this.U=new Xs;this.ga=new
Xs;this.da=new Xs};w(Zs,es);var $s=function(a,b,c){var d=a.aa;zq||c||a.J==-1||
(d+=b-a.J);return d};
Zs.prototype.L=function(a,b,c,d){if(!b.l){es.prototype.L.call(this,a,b,c,d);var
e=Hs(b)&&Hs(c),f=(d?Math.min(b.X,c.X):c.X)>=.5;er(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);cs(this.g,b.X,c.X,b.g,a,d,e);Sr(this.l,!
0,a);Sr(this.B,e,a);Sr(this.G,c.fullscreen,a);Sr(this.wa,e&&!
f,a);a=Math.floor(b.mediaTime/
1E3);Ys(this.U,a,b.isVisible());Ys(this.ga,a,b.X>=1);Ys(this.da,a,Hs(b))}};var
at=function(){this.l=!1};at.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 bt=function(a,b)
{this.l=!1;this.o=a;this.L=b;this.B=0};w(bt,at);bt.prototype.g=function(){return!
0};bt.prototype.A=function(){return!1};bt.prototype.getId=function(){var
a=this,b=pi(function(c){return c==a.o});return
Iq[b].toString()};bt.prototype.toString=function(){var
a="";this.A()&&(a+="c");this.l&&(a+="s");this.B>0&&(a+=":"+this.B);return
this.getId()+a};var ct=function(a,b)
{bt.call(this,a,b);this.C=[]};w(ct,bt);ct.prototype.j=function(a,b){b=b===void 0?
null:b;b!=null&&this.C.push(b);bt.prototype.j.call(this,a)};var dt=function(){};var
et=function(){};w(et,dt);et.prototype.j=function(){return
null};et.prototype.l=function(){return[]};var ft=function(a,b,c,d)
{yr.call(this,a,b,c,d)};w(ft,yr);m=ft.prototype;m.wd=function(){if(this.l){var
a=this.l,b=this.j.g.l;try{try{var c=cr(a.getBoundingClientRect())}catch(l){c=new
J(0,0,0,0)}var d=c.right-c.left,e=c.bottom-c.top,f=Tq(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=Ek(ms)}this.o=k;this.g=zr(this,this.o)}};m.Ie=function()
{this.C=this.j.o.g};m.Ue=function(a){var b=Ho(this.R,"od")==1;return
rs(a,this.C,this.l,b)};
m.Je=function(){this.timestamp=Aq()};
m.bb=function(){this.Je();this.wd();if(this.l&&typeof
this.l.videoWidth==="number"&&typeof this.l.videoHeight==="number"){var
a=this.l;var b=new Hk(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=Ek(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.I
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.j.o;b=e=d=0;if((this.g.bottom-this.g.top)*(this.g.right-
this.g.left)>0)if(this.Ue(c))c=new J(0,0,0,0);else{d=nr().B;b=new
J(0,d.height,d.width,0);var f;d=ns(c,(f=this.A)!=null?
f:this.g);e=ns(c,nr().g);b=ns(c,b)}f=c.top>=c.bottom||c.left>=c.right?new
J(0,0,0,0):
Gk(c,-this.g.left,-this.g.top);or()||(e=d=0);this.G=new
Dq(a,this.g,f,d,e,this.timestamp,b)};m.getName=function(){return
this.j.getName()};var gt=new J(0,0,0,0),ht=function(a,b,c)
{yr.call(this,null,a,b,c);this.L=a.isActive();this.J=0};w(ht,ft);m=ht.prototype;m.r
d=function(){this.B();return!0};m.jb=function()
{ft.prototype.bb.call(this)};m.Je=function(){};m.wd=function(){};m.bb=function()
{this.B();ft.prototype.bb.call(this)};m.Ib=function(a){a=a.isActive();a!
==this.L&&(a?this.B():(nr().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 it(a)
{return[a.top,a.left,a.bottom,a.right]}
var
jt={},kt=(jt.firstquartile=0,jt.midpoint=1,jt.thirdquartile=2,jt.complete=3,jt),lt=
function(a,b,c,d,e,f){f=f===void 0?new
et:f;vs.call(this,b,c,d);this.be=e;this.Cd=0;this.ka={};this.ha=new
Us;this.Bf={};this.ma="";this.pb=null;this.Qa=!
1;this.g=[];this.Wa=f.j();this.A=f.l();this.B=null;this.l=-1;this.aa=this.G=void
0;this.K=this.H=0;this.U=-1;this.ia=this.ga=!
1;this.P=this.F=this.j=this.Ob=this.Pa=0;new Ur;this.V=this.ba=0;this.da=-
1;this.la=0;this.C=Qh;this.M=[this.Lc()];this.Fb=2;this.Bb={};
this.Bb.pause="p";this.Bb.resume="r";this.Bb.skip="s";this.Bb.mute="m";this.Bb.unmu
te="um";this.Bb.exitfullscreen="ef";this.o=null;this.va=this.wa=!
1;this.Eb=Math.floor(Date.now()/1E3-
1704067200);this.Z=0};w(lt,vs);lt.prototype.Oa=function(){return!0};var
mt=function(a){a.Te=!0;a.la!=0&&(a.la=3)},nt=function(a){return a===void 0?
a:Number(a)?Yq(a,3):0};m=lt.prototype;m.Qe=function(a){return
ys(this,a,Math.max(1E4,this.l/3))};
m.re=function(a,b,c,d,e,f,g){var h=this,k=this.C(this)||
{};vi(k,e);this.l=k.duration||this.l;this.G=k.isVpaid||this.G;this.aa=k.isYouTube||
this.aa;Bp();this.va=!
1;e=ot(this,b);pt(this)===1&&(f=e);vs.prototype.re.call(this,a,b,c,d,k,f,g);this.Wa
&&this.Wa.l&&ac(this.A,function(l){l.j(h)})};
m.se=function(a,b,c)
{vs.prototype.se.call(this,a,b,c);qt(this).L(a,b,this.qa,c);this.ia=Hs(this.qa)&&Hs
(b);this.U==-
1&&this.ga&&(this.U=this.pa().l.g);this.ha.l=0;a=this.Ua();b.isVisible()&&this.ha.r
eportEvent("vs");a&&this.ha.reportEvent("vw");er(b.volume)&&this.ha.reportEvent("am
");Hs(b)?
this.ha.reportEvent("a"):this.ha.reportEvent("mut");this.Jb&&this.ha.reportEvent("f
");b.j!=-
1&&(this.ha.reportEvent("bm"),b.j==1&&(this.ha.reportEvent("b"),Hs(b)&&this.ha.repo
rtEvent("umutb")));Hs(b)&&b.isVisible()&&
this.ha.reportEvent("avs");this.ia&&a&&this.ha.reportEvent("avw");b.X>0&&this.ha.re
portEvent("pv");rt(this,this.pa().l.g,!0)&&this.ha.reportEvent("gdr");
$r(this.pa().j,1)>=2E3&&this.ha.reportEvent("pmx");this.va&&this.ha.reportEvent("tv
off")};m.Lc=function(){return new Zs};m.pa=function(){return this.Xc};var
qt=function(a,b){return a.M[b!=null&&b<a.M.length?b:a.M.length-
1]};lt.prototype.Hd=function(){return new Gs};
lt.prototype.td=function(a,b,c,d){a=vs.prototype.td.call(this,a,b,c,d===void 0?-
1:d);a.fullscreen=this.Jb;a.l=this.la==2;a.volume=c.volume;er(a.volume)||(this.Pa+
+,b=this.qa,er(b.volume)&&(a.volume=b.volume));c=c.currentTime;a.mediaTime=c!==void
0&&c>=0?c:-1;return a};
var pt=function(a){var b=!!Ho(Ko().R,"umt");return a.G||!b&&!a.aa?
0:1},ot=function(a,b){a.la==2?b=0:a.Oc==-1?b=0:(b-=a.Oc,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.da==-1&&d>0&&(a.da=yq>=0?Aq()-yq:-1);a.H=c;return
e};lt.prototype.yd=function(a){return nr(),this.Jb?
1:vs.prototype.yd.call(this,a)};lt.prototype.za=function(){return 1};
lt.prototype.getDuration=function(){return this.l};
var tt=function(a,b){fc(a.A,function(c){return c.o==b.o})||
a.A.push(b)},ut=function(a){var b=Yr(a.pa().g,1);return rt(a,b)},rt=function(a,b,c)
{return b>=15E3?!0:a.ga?(c===void 0?0:c)?!0:a.l>0?b>=a.l/2:a.U>0?b>=a.U:!1:!
1},vt=function(a){var b={},c=nr();b.insideIframe=c.l;b.unmeasurable=a.Sa;var
d=a.ib(),e=a.W?a.W.o:null;b.position=d;e&&!
Fk(d,e)&&(b.containerPosition=e);b.exposure=a.qa.X;b.documentSize=c.o;b.viewportSiz
e=new Hk(c.g.getWidth(),c.g.getHeight());a.o!
=null&&(b.presenceData=a.o);b.screenShare=
a.qa.sa;return b},wt=function(a){var
b=Yq(a.qa.X,2),c=a.ha.l,d=a.qa,e=qt(a),f=nt(e.o),g=nt(e.A),h=nt(d.volume),k=Yq(e.C,
2),l=Yq(e.H,2),p=Yq(d.X,2),n=Yq(e.K,2),r=Yq(e.P,2);d=Yq(d.sa,2);var
t=Ek(a.ib()).round();a=a.W&&a.W.o?Ek(a.W?a.W.o:null).round():null;e=fs(e,!
1);return{Vh:b,bc:c,Yc:f,Uc:g,Sb:h,Zc:k,Vc:l,X:p,bd:n,Wc:r,sa:d,position:t,Tb:a,cd:
e}},yt=function(a,b){xt(a.g,b,function(){return{Vh:0,bc:void 0,Yc:-1,Uc:-1,Sb:-
1,Zc:-1,Vc:-1,X:-1,bd:-1,Wc:-1,sa:-1,position:void 0,Tb:void 0,cd:[]}});a.g[b]=
wt(a)},xt=function(a,b,c){for(var d=a.length;d<b+1;)a.push(c()),d+
+},Bt=function(a,b,c){var d=a.Bf[b];if(d!=null)return d;d=zt(a,b);var
e=pi(function(f){return
f==b});a=At(a,d,d,c,kt[qi[e]]);b=="fully_viewable_audible_half_duration_impression"
&&(a.std="csm");return a},Ct=function(a,b,c){var d=[b];if(a!=b||c!
=b)d.unshift(a),d.push(c);return d},At=function(a,b,c,d,e)
{if(a.Sa)return{"if":0,vs:0};var f=Ek(a.ib()).round(),g=a.W?
a.W.o:null,h=nr(),k=Ko(),l=a.pa(),p=a.W?a.W.getName():"ns",n={};n["if"]=h.l?
1:void 0;n.sdk=a.B?a.B:void 0;n.t=a.Kh;n.p=[f.top,f.left,f.bottom,f.right];f&&g&&!
Fk(g,f)&&(f=g.round(),n.cp=[f.top,f.left,f.bottom,f.right]);n.tos=Wr(l.j,!
1);n.mtos=fs(l);n.mcvt=l.ba.l;n.ps=void
0;n.vht=$s(l,Aq(),a.la==2);n.mut=l.wa.l;n.a=nt(a.qa.volume);n.mv=nt(l.A);n.fs=a.Jb?
1:0;n.ft=l.G.g;n.at=l.B.g;n.as=l.o>0?1:0;n.atos=Wr(l.g);n.ssb=Wr(l.va,!
1);n.amtos=Zr(l.g,!
1);n.uac=a.Pa;n.vpt=l.l.g;p=="nio"&&(n.nio=1,n.avms="nio");n.gmm="4";n.gdr=rt(a,l.l
.g,!0)?1:0;n.efpf=a.Fb;if(p=="gsv"||p=="nis")p=a.W,
p.J>0&&(n.nnut=p.J);n.tcm=pt(a);n.nmt=a.ba;n.bt=a.V;n.pst=a.da;n.vpaid=a.G;n.dur=a.
l;n.vmtime=a.H;n.is=a.ha.l;a.g.length>=1&&(n.i0=a.g[0].bc,n.a0=[a.g[0].Sb],n.c0=[a.
g[0].X],n.ss0=[a.g[0].sa],p=a.g[0].position,f=a.g[0].Tb,n.p0=p?it(p):void 0,p&&f&&!
Fk(f,p)&&(n.cp0=it(f)));a.g.length>=2&&(n.i1=a.g[1].bc,n.a1=Ct(a.g[1].Yc,a.g[1].Sb,
a.g[1].Uc),n.c1=Ct(a.g[1].Zc,a.g[1].X,a.g[1].Vc),n.ss1=Ct(a.g[1].bd,a.g[1].sa,a.g[1
].Wc),p=a.g[1].position,f=a.g[1].Tb,n.p1=p?it(p):void 0,p&&f&&!
Fk(f,p)&&(n.cp1=it(f)),
n.mtos1=a.g[1].cd);a.g.length>=3&&(n.i2=a.g[2].bc,n.a2=Ct(a.g[2].Yc,a.g[2].Sb,a.g[2
].Uc),n.c2=Ct(a.g[2].Zc,a.g[2].X,a.g[2].Vc),n.ss2=Ct(a.g[2].bd,a.g[2].sa,a.g[2].Wc)
,p=a.g[2].position,f=a.g[2].Tb,n.p2=p?it(p):void 0,p&&f&&!
Fk(f,p)&&(n.cp2=it(f)),n.mtos2=a.g[2].cd);a.g.length>=4&&(n.i3=a.g[3].bc,n.a3=Ct(a.
g[3].Yc,a.g[3].Sb,a.g[3].Uc),n.c3=Ct(a.g[3].Zc,a.g[3].X,a.g[3].Vc),n.ss3=Ct(a.g[3].
bd,a.g[3].sa,a.g[3].Wc),p=a.g[3].position,f=a.g[3].Tb,n.p3=p?it(p):void 0,p&&f&&!
Fk(f,p)&&(n.cp3=it(f)),n.mtos3=
a.g[3].cd);n.cs=Ws(a.ha);b&&(n.ic=Vs(a.ha),n.dvpt=l.l.j,n.dvs=as(l.j,.5),n.dfvs=as(
l.j,1),n.davs=as(l.g,.5),n.dafvs=as(l.g,1),c&&(l.l.j=0,bs(l.j),bs(l.g)),a.Ua()&&(n.
dtos=l.M,n.dav=l.F,n.dtoss=a.Cd+1,c&&(l.M=0,l.F=0,a.Cd+
+)),n.dat=l.B.j,n.dft=l.G.j,c&&(l.B.j=0,l.G.j=0));n.ps=[h.o.width,h.o.height];n.bs=
[h.g.getWidth(),h.g.getHeight()];n.scs=[h.B.width,h.B.height];n.dom=h.domain;a.Ob&&
(n.vds=a.Ob);if(a.A.length>0||
a.Wa)b=pc(a.A),a.Wa&&b.push(a.Wa),n.pings=dc(b,function(r){return
r.toString()});b=dc(cc(a.A,
function(r){return r.A()}),function(r){return
r.getId()});qc(b);n.ces=b;a.j&&(n.vmer=a.j);a.F&&(n.vmmk=a.F);a.P&&(n.vmiec=a.P);n.
avms=a.W?a.W.getName():"ns";a.W&&vi(n,a.W.gb());d?
(n.c=Yq(a.qa.X,2),n.ss=Yq(a.qa.sa,2)):n.tth=Aq()-
xq;n.mc=Yq(l.H,2);n.nc=Yq(l.C,2);n.mv=nt(l.A);n.nv=nt(l.o);n.lte=Yq(a.Nd,2);d=qt(a,
e);fs(l);n.qmtos=fs(d);n.qnc=Yq(d.C,2);n.qmv=nt(d.A);n.qnv=nt(d.o);n.qas=d.o>0?
1:0;n.qi=a.ma;n.avms||
(n.avms="geo");n.psm=l.U.g;n.psv=l.U.getValue();n.psfv=l.ga.getValue();n.psa=l.da.g
etValue();
k=Jo(k.R);k.length&&(n.veid=k);a.o&&vi(n,Fs(a.o));n.avas=a.Jc();n.vs=a.Se();n.co=Dt
(a);n.tm=l.V;n.tu=l.Z;return n},zt=function(a,b){if(kc(Hq,b))return!0;var
c=a.ka[b];return c!==void 0?(a.ka[b]=!0,!c):!1};lt.prototype.Se=function(){return
this.Sa?2:ut(this)?5:this.Ua()?4:3};lt.prototype.Jc=function(){return this.wa?
this.pa().B.l>=2E3?4:3:2};var Dt=function(a){var
b=a.Z.toString(10).padStart(2,"0");b=""+a.Eb+b;a.Z<99&&a.Z++;return b};var
Et=jb(),Ht=function(){this.g={};var a=Xo();Ft(this,a,document);var
b=Gt();try{if("1"==b){for(var c=a.parent;c!
=a.top;c=c.parent)Ft(this,c,c.document);Ft(this,a.top,a.top.document)}}catch(d)
{}},Gt=function(){var a=document.documentElement;try{if(!ej(Xo().top))return"2";var
b=[],c=Xo(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"}},Ft=function(a,b,c)
{ls(c,"mousedown",function(){return It(a)},301);
ls(b,"scroll",function(){return Jt(a)},302);ls(c,"touchmove",function(){return
Kt(a)},303);ls(c,"mousemove",function(){return
Lt(a)},304);ls(c,"keydown",function(){return Mt(a)},305)},It=function(a)
{$h(a.g,function(b){b.l>1E5||++b.l})},Jt=function(a){$h(a.g,function(b){b.g>1E5||+
+b.g})},Kt=function(a){$h(a.g,function(b){b.g>1E5||++b.g})},Mt=function(a)
{$h(a.g,function(b){b.j>1E5||++b.j})},Lt=function(a){$h(a.g,function(b){b.o>1E5||+
+b.o})};var Nt=function(){this.g=[];this.j=[]},Ot=function(a,b){return
gc(a.g,function(c){return c.ma==b})},Pt=function(a,b){return b?gc(a.g,function(c)
{return c.ta.nb==b}):null},Qt=function(a,b){return gc(a.j,function(c){return
c.za()==2&&c.ma==b})},St=function(){var a=Rt;return a.g.length==0?
a.j:a.j.length==0?a.g:oc(a.j,a.g)};Nt.prototype.reset=function()
{this.g=[];this.j=[]};
var Tt=function(a,b){a=b.za()==1?a.g:a.j;var c=hc(a,function(d){return
d==b});return c!=-1?(a.splice(c,1),b.W&&b.W.F(),b.dispose(),!0):!1},Ut=function(a)
{var b=Rt;if(Tt(b,a)){switch(a.za()){case 0:var c=function(){return null};case
2:c=function(){return Qt(b,a.ma)};break;case 1:c=function(){return
Ot(b,a.ma)}}for(var d=c();d;d=c())Tt(b,d)}},Vt=function(a){var
b=Rt;a=cc(a,function(c){return!
Pt(b,c.ta.nb)});b.g.push.apply(b.g,pa(a))},Wt=function(a){var b=[];ac(a,function(c)
{fc(Rt.g,function(d){return d.ta.nb===
c.ta.nb&&d.ma===c.ma})||(Rt.g.push(c),b.push(c))})},Rt=K(Nt);var Xt=function()
{this.g=this.j=null},Yt=function(a,b){if(a.j==null)return!1;var c=function(d,e)
{b(d,e)};a.g=gc(a.j,function(d){return d!=null&&d.ye()});a.g&&(a.g.init(c)?
vr(a.g.g):b(a.g.g.Gb(),a.g));return a.g!=null};var $t=function(a)
{a=Zt(a);Ar.call(this,a.length?a[a.length-1]:new
rr(P,0));this.l=a;this.j=null};w($t,Ar);m=$t.prototype;m.getName=function()
{return(this.j?this.j:this.g).getName()};m.gb=function(){return(this.j?
this.j:this.g).gb()};m.Ra=function(){return(this.j?
this.j:this.g).Ra()};m.init=function(a){var b=!1;ac(this.l,function(c)
{c.initialize()&&(b=!0)});b&&(this.o=a,ur(this.g,this));return
b};m.dispose=function(){ac(this.l,function(a)
{a.dispose()});Ar.prototype.dispose.call(this)};
m.ye=function(){return fc(this.l,function(a){return a.G()})};m.Pb=function(){return
fc(this.l,function(a){return a.G()})};m.uc=function(a,b,c){return new
ft(a,this.g,b,c)};m.jb=function(a){this.j=a.j};var Zt=function(a){if(!
a.length)return[];a=cc(a,function(c){return c!=null&&c.G()});for(var
b=1;b<a.length;b++)ur(a[b-1],a[b]);return a};var au={threshold:
[0,.3,.5,.75,1]},bu=function(a,b,c,d)
{yr.call(this,a,b,c,d);this.K=this.H=this.J=this.L=this.B=null};w(bu,ft);bu.prototy
pe.rd=function(){var a=this;this.K||(this.K=Aq());if(rq(298,function(){return
cu(a)}))return!0;tr(this.j,"msf");return!1};bu.prototype.F=function()
{if(this.B&&this.l)try{this.B.unobserve(this.l),this.L?
(this.L.unobserve(this.l),this.L=null):this.J&&(this.J.disconnect(),this.J=null)}ca
tch(a){}};
var du=function(a){return a.B&&a.B.takeRecords?a.B.takeRecords():[]},cu=function(a)
{if(!a.l)return!1;var b=a.l,c=a.j.g.l,d=Ko().g.g;a.B=new
c.IntersectionObserver(Hp(d,function(e){return eu(a,e)}),au);d=Hp(d,function()
{a.B.unobserve(b);a.B.observe(b);eu(a,du(a))});c.ResizeObserver?(a.L=new
c.ResizeObserver(d),a.L.observe(b)):c.MutationObserver&&(a.J=new
y.MutationObserver(d),a.J.observe(b,{attributes:!0,childList:!0,characterData:!
0,subtree:!0}));a.B.observe(b);eu(a,du(a));return!0},eu=function(a,
b){try{if(b.length){a.H||(a.H=Aq());var
c=fu(b),d=Tq(a.l,a.j.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=zr(a,a.o);var
g=cr(c.intersectionRect);a.C=Gk(g,a.o.left-g.left,a.o.top-g.top)}}catch(h)
{a.F(),tq(299,h)}},fu=function(a){return ec(a,function(b,c){return b.time>c.time?
b:c},a[0])};m=bu.prototype;m.bb=function(){var
a=du(this);a.length>0&&eu(this,a);ft.prototype.bb.call(this)};m.wd=function(){};
m.Ue=function(){return!1};m.Ie=function(){};m.gb=function(){var a={};return
Object.assign(this.j.gb(),
(a.niot_obs=this.K,a.niot_cbk=this.H,a))};m.getName=function(){return"nio"};var
gu=function(a){a=a===void 0?P:a;Ar.call(this,new
rr(a,2))};w(gu,Ar);gu.prototype.getName=function()
{return"nio"};gu.prototype.Pb=function(){return!
nr().j&&this.g.g.l.IntersectionObserver!=null};gu.prototype.uc=function(a,b,c)
{return new bu(a,this.g,b,c)};var iu=function(){var
a=hu();rr.call(this,P.top,a,"geo")};w(iu,rr);iu.prototype.ba=function(){return
nr().g};iu.prototype.G=function(){var a=hu();this.L!==a&&(this.g!
=this&&a>this.g.L&&(this.g=this,sr(this)),this.L=a);return a==2};var hu=function()
{Ko();var a=nr();return a.l||a.j?0:2};var ju=function(){};var ku=function()
{this.done=!1;this.g={gg:0,Ee:0,Qj:0,Me:0,Kd:-
1,tg:0,sg:0,ug:0,Gh:0};this.B=null;this.A=!1;this.l=null;this.C=0;this.j=new
pr(this)},nu=function(){var a=lu;a.A||(a.A=!0,mu(a,function(){return
a.o.apply(a,pa(Ma.apply(0,arguments)))}),a.o())};ku.prototype.sample=function()
{ou(this,St(),!1)};
var pu=function(){K(ju);var a=K(Xt);a.g!=null&&a.g.g?
vr(a.g.g):jr(nr())},ou=function(a,b,c){if(!a.done&&(a.j.cancel(),b.length!=0))
{a.l=null;try{pu();var d=Aq();Ko().B=d;if(K(Xt).g!=null)for(var e=0;e<b.length;e+
+)zs(b[e],d,c);for(d=0;d<b.length;d++)As(b[d]);++a.g.Me}finally{c?ac(b,function(f)
{f.qa.X=0}):qr(a.j)}}},mu=function(a,b){if(!a.B){b=sq(142,b);Bp();var
c=Xk(No);c&&Wh(No,c,b,{capture:!1})&&(a.B=b)}};
ku.prototype.o=function(){var a=or(),b=Aq();a?(zq||(vq=b,ac(Rt.g,function(c){var
d=c.pa();d.aa=$s(d,b,c.la!=1)})),zq=!0):(this.C=qu(this,b),zq=!
1,xq=b,ac(Rt.g,function(c){c.Wb&&(c.pa().J=b)}));ou(this,St(),!a)};
var ru=function(){var a=K(Xt);if(a.g!=null){var b=a.g;ac(St(),function(c){return
xs(c,b)})}},qu=function(a,b){a=a.C;zq&&(a+=b-vq);return a},tu=function(a)
{a=a===void 0?function(){return{}}:a;oq.rf("av-js");Qp.g=.01;qq([function(b){var
c=Ko(),d={};d=(d.bin=c.j,d.type="error",d);c=Io(c.R);if(!lu.l){var
e=lu,f=P.document,g=wq>=0?Aq()-wq:-1,h=Aq();e.g.Kd==-1&&(g=h);var
k=nr(),l=Ko(),p=Io(l.R),n=St();try{if(n.length>0){var
r=k.g;r&&(p.bs=[r.getWidth(),r.getHeight()]);var
t=k.o;t&&(p.ps=[t.width,t.height]);
P.screen&&(p.scs=[P.screen.width,P.screen.height])}else
p.url=encodeURIComponent(P.location.href.substring(0,512)),f.referrer&&(p.referrer=
encodeURIComponent(f.referrer.substring(0,512)));p.tt=g;p.pt=wq;p.bin=l.j;P.google_
osd_load_pub_page_exp!==void
0&&(p.olpp=P.google_osd_load_pub_page_exp);p.deb=[1,e.g.gg,e.g.Ee,e.g.Me,e.g.Kd,0,e
.j.j,e.g.tg,e.g.sg,e.g.ug,e.g.Gh,-1].join(";");p.tvt=qu(e,h);k.j&&(p.inapp=1);if(P!
==null&&P!=P.top)
{n.length>0&&(p.iframe_loc=encodeURIComponent(P.location.href.substring(0,
512)));var u=k.J;p.is=[u.getWidth(),u.getHeight()]}}catch(C)
{p.error=1}lu.l=p}t=lu.l;r={};for(var v in
t)r[v]=t[v];v=Ko().g;if(Ho(v.l,"prf")==1){t=new Fp;u=v.g;e=0;u.g>-
1&&(e=u.l.g.now()-u.g);u=u.o+e;if(u!=null&&typeof u!=="number")throw Error("Value
of float/double field must be a number, found "+typeof u+":
"+u);t=Of(t,1,u,0);u=v.g;t=tg(t,5,u.g>-1?
u.j+1:u.j);t=ug(t,2,v.j.g.l());t=ug(t,3,v.j.g.j());v=ug(t,4,v.j.g.g());t={};v=(t.pf
=Zc(v.g()),t)}else v={};vi(r,v);vi(b,d,c,r,a())}])},lu=K(ku);var uu=null,vu="",wu=!
1,xu=function(){var a=uu||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 yu(){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 zu=function(){return"ima_html5_sdk".includes("ima_html5_sdk")?
{Ja:"ima",Ka:null}:"ima_html5_sdk".includes("ima_native_sdk")?
{Ja:"nima",Ka:null}:"ima_html5_sdk".includes("admob-native-video-javascript")?
{Ja:"an",Ka:null}:"av.default_js_unreleased_RCxx".includes("cast_js_sdk")?
{Ja:"cast",Ka:yu()}:"av.default_js_unreleased_RCxx".includes("youtube.player.web")?
{Ja:"yw",Ka:yu()}:"av.default_js_unreleased_RCxx".includes("outstream_web_client")?
{Ja:"out",Ka:yu()}:"av.default_js_unreleased_RCxx".includes("drx_rewarded_web")?
{Ja:"r",Ka:yu()}:"av.default_js_unreleased_RCxx".includes("gam_native_web_video")?
{Ja:"n",Ka:yu()}:"av.default_js_unreleased_RCxx".includes("admob_interstitial_video
")?{Ja:"int",Ka:yu()}:{Ja:"j",Ka:null}},Au=zu().Ja,Bu=zu().Ka;var Du=function(a,b)
{var c={sv:"966"};Bu!==null&&(c.v=Bu);c.cb=Au;c.nas=Rt.g.length;c.msg=a;b!==void
0&&(a=Cu(b))&&(c.e=Iq[a]);return c},Eu=function(a){return
a.lastIndexOf("custom_metric_viewable",0)==0},Cu=function(a){var
b=Eu(a)?"custom_metric_viewable":a.toLowerCase();return pi(function(c){return
c==b})};var
Fu={si:"visible",Zh:"audible",jj:"time",lj:"timetype"},Gu={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)}},Hu=function(){this.g=void 0;this.j=!1;this.l=0;this.o=-
1;this.B="tos"},Iu=function(a){try{var b=a.split(",");return
b.length>ei(Fu).length?null:ec(b,function(c,d)
{d=d.toLowerCase().split("=");if(d.length!=2||Gu[d[0]]===
void 0||!Gu[d[0]](d[1]))throw Error("Entry ("+d[0]+", "+d[1]+") is
invalid.");c[d[0]]=d[1];return c},{})}catch(c){return null}},Ju=function(a,b)
{if(a.g==void 0)return 0;switch(a.B){case "mtos":return a.j?$r(b.g,a.g):
$r(b.j,a.g);case "tos":return a.j?Yr(b.g,a.g):Yr(b.j,a.g)}return 0};var
Ku=function(a,b,c,d)
{bt.call(this,b,d);this.C=a;this.J=c};w(Ku,bt);Ku.prototype.getId=function(){return
this.C};Ku.prototype.A=function(){return!0};Ku.prototype.g=function(a){var
b=a.pa(),c=a.getDuration();return fc(this.J,function(d){if(d.g!=void 0)var
e=Ju(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 Lu=function()
{};w(Lu,Ss);Lu.prototype.g=function(a){var b=new
Rs;b.g=Ts(a,Os);b.j=Ts(a,Qs);return b};var Mu=function(a)
{bt.call(this,"fully_viewable_audible_half_duration_impression",a)};w(Mu,bt);Mu.pro
totype.g=function(a){return ut(a)};var Nu=function(a){this.g=a};w(Nu,dt);var
Ou=function(a,b){bt.call(this,a,b)};w(Ou,bt);Ou.prototype.g=function(a){return
a.pa().Ua()};var Pu=function(a)
{ct.call(this,"measurable_impression",a)};w(Pu,ct);Pu.prototype.g=function(a){var
b=kc(this.C,Ho(Ko().R,"ovms"));return!a.Sa&&(a.la!=0||b)};var Qu=function()
{Nu.apply(this,arguments)};w(Qu,Nu);Qu.prototype.j=function(){return new
Pu(this.g)};Qu.prototype.l=function(){return[new
Ou("viewable_impression",this.g),new Mu(this.g)]};var Ru=function(a,b,c)
{ht.call(this,a,b,c)};w(Ru,ht);Ru.prototype.B=function(){var
a=Ua("ima.admob.getViewability"),b=Ho(this.R,"queryid");typeof
a==="function"&&b&&a(b)};Ru.prototype.getName=function(){return"gsv"};var
Su=function(a){a=a===void 0?P:a;Ar.call(this,new
rr(a,2))};w(Su,Ar);Su.prototype.getName=function()
{return"gsv"};Su.prototype.Pb=function(){var a=nr();Ko();return a.j&&!
1};Su.prototype.uc=function(a,b,c){return new Ru(this.g,b,c)};var
Tu=function(a,b,c){ht.call(this,a,b,c)};w(Tu,ht);Tu.prototype.B=function(){var
a=this,b=Ua("ima.bridge.getNativeViewability"),c=Ho(this.R,"queryid");typeof
b==="function"&&c&&b(c,function(d){ri(d)&&a.J++;var
e=d.opt_nativeViewVisibleBounds||
{},f=d.opt_nativeViewHidden;a.g=dr(d.opt_nativeViewBounds||{});var g=a.j.o;g.g=f?
Ek(gt):dr(e);a.timestamp=d.opt_nativeTime||-1;nr().g=g.g;d=d.opt_nativeVolume;d!
==void 0&&(g.volume=d)})};Tu.prototype.getName=function(){return"nis"};var
Uu=function(a){a=a===void 0?P:a;Ar.call(this,new
rr(a,2))};w(Uu,Ar);Uu.prototype.getName=function()
{return"nis"};Uu.prototype.Pb=function(){var a=nr();Ko();return a.j&&!
1};Uu.prototype.uc=function(a,b,c){return new Tu(this.g,b,c)};var Vu=function()
{rr.call(this,P,2,"mraid");this.da=0;this.K=this.M=!
1;this.J=null;this.j=Jq(this.l);this.o.g=new J(0,0,0,0);this.ga=!
1};w(Vu,rr);Vu.prototype.G=function(){return this.j.Ea!
=null};Vu.prototype.aa=function(){var
a={};this.da&&(a.mraid=this.da);this.M&&(a.mlc=1);a.mtop=this.j.Fh;this.J&&(a.mse=t
his.J);this.ga&&(a.msc=1);a.mcp=this.j.Gc;return a};
Vu.prototype.A=function(a){var b=Ma.apply(1,arguments);try{return
this.j.Ea[a].apply(this.j.Ea,b)}catch(c){tq(538,c,.01,function(d)
{d.method=a})}};var Wu=function(a,b,c){a.A("addEventListener",b,c)};
Vu.prototype.initialize=function(){var a=this;if(this.ua)return!this.ac();this.ua=!
0;if(this.j.Gc===2)return this.J="ng",tr(this,"w"),!1;if(this.j.Gc===1)return
this.J="mm",tr(this,"w"),!1;nr().L=!
0;this.l.document.readyState&&this.l.document.readyState=="complete"?
Xu(this):ls(this.l,"load",function(){Bp().setTimeout(sq(292,function(){return
Xu(a)}),100)},292);return!0};
var Xu=function(a){Ko().o=!!
a.A("isViewable");Wu(a,"viewableChange",Yu);a.A("getState")==="loading"?
Wu(a,"ready",Zu):$u(a)},$u=function(a){typeof a.j.Ea.AFMA_LIDAR==="string"?(a.M=!
0,av(a)):(a.j.Gc=3,a.J="nc",tr(a,"w"))},av=function(a){a.K=!1;var
b=Ho(Ko().R,"rmmt")==1,c=!!a.A("isViewable");(b?!
c:1)&&Bp().setTimeout(sq(524,function(){a.K||
(bv(a),tq(540,Error()),a.J="mt",tr(a,"w"))}),500);cv(a);Wu(a,a.j.Ea.AFMA_LIDAR,dv)}
,cv=function(a){var b=Ho(Ko().R,"sneio")==1,c=a.j.Ea.AFMA_LIDAR_EXP_1!==void 0,
d=a.j.Ea.AFMA_LIDAR_EXP_2!==void 0;(b=b&&d)&&(a.j.Ea.AFMA_LIDAR_EXP_2=!
0);c&&(a.j.Ea.AFMA_LIDAR_EXP_1=!b)},bv=function(a)
{a.A("removeEventListener",a.j.Ea.AFMA_LIDAR,dv);a.M=!1};Vu.prototype.U=function()
{var a=nr(),b=ev(this,"getMaxSize");a.g=new
J(0,b.width,b.height,0)};Vu.prototype.V=function()
{nr().B=ev(this,"getScreenSize")};
var ev=function(a,b){if(a.A("getState")==="loading")return new Hk(-1,-
1);b=a.A(b);if(!b)return new Hk(-1,-
1);a=parseInt(b.width,10);b=parseInt(b.height,10);return isNaN(a)||isNaN(b)?new
Hk(-1,-1):new Hk(a,b)};Vu.prototype.dispose=function()
{bv(this);rr.prototype.dispose.call(this)};
var Zu=function(){try{var a=K(Vu);a.A("removeEventListener","ready",Zu);
$u(a)}catch(b){tq(541,b)}},dv=function(a,b){try{var c=K(Vu);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=Aq(),f=or();var g=new
Cq(e,f,c);g.g=d;g.volume=b;c.jb(g)}catch(h){tq(542,h)}},Yu=function(a){var
b=Ko(),c=K(Vu);a&&!b.o&&(b.o=!0,c.ga=!0,c.J&&tr(c,"w",!0))};var Kp=new
function(a,b){this.key=a;this.defaultValue=b===void 0?!
1:b;this.valueType="boolean"}("45378663");var gv=function(){this.l=this.ua=!
1;this.g=this.j=null;var
a={};this.P=(a.start=this.Rg,a.firstquartile=this.Mg,a.midpoint=this.Og,a.thirdquar
tile=this.Sg,a.complete=this.Jg,a.error=this.Kg,a.pause=this.ae,a.resume=this.nf,a.
skip=this.Qg,a.viewable_impression=this.Ma,a.mute=this.Nb,a.unmute=this.Nb,a.fullsc
reen=this.Ng,a.exitfullscreen=this.Lg,a.fully_viewable_audible_half_duration_impres
sion=this.Ma,a.measurable_impression=this.Ma,a.abandon=this.ae,a.engagedview=this.M
a,a.impression=this.Ma,a.creativeview=
this.Ma,a.progress=this.Nb,a.custom_metric_viewable=this.Ma,a.bufferstart=this.ae,a
.bufferfinish=this.nf,a.audio_measurable=this.Ma,a.audio_audible=this.Ma,a);a={};th
is.V=(a.overlay_resize=this.Pg,a.abandon=this.Jd,a.close=this.Jd,a.collapse=this.Jd
,a.overlay_unmeasurable_impression=function(b){return
Bt(b,"overlay_unmeasurable_impression",or())},a.overlay_viewable_immediate_impressi
on=function(b){return
Bt(b,"overlay_viewable_immediate_impression",or())},a.overlay_unviewable_impression
=function(b){return Bt(b,
"overlay_unviewable_impression",or())},a.overlay_viewable_end_of_session_impression
=function(b){return
Bt(b,"overlay_viewable_end_of_session_impression",or())},a);Ko().j=3;fv(this);this.
J=null};gv.prototype.B=function(a){ws(a,!1);Ut(a)};gv.prototype.L=function(){};var
hv=function(a,b,c,d){a=a.A(null,d,!0,b);a.B=c;Vt([a]);return a};
gv.prototype.A=function(a,b,c,d){var e=this;a=new lt(P,a,c?b:-
1,7,this.zd(),this.Le());a.ma=d;Fo(a.R);Go(a.R,"queryid",a.ma);a.ce("");Bs(a,functi
on(){return e.M.apply(e,pa(Ma.apply(0,arguments)))},function(){return
e.U.apply(e,pa(Ma.apply(0,arguments)))});
(d=K(Xt).g)&&xs(a,d);this.J&&(a.W&&(a.W.A=this.J),this.J=null);a.ta.nb&&K(ju);retur
n a};
var iv=function(a,b,c){no(b);var d=a.g;ac(b,function(e){var f=dc(e.j,function(g)
{var h=Iu(g);if(h==null)g=null;else if(g=new
Hu,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=xb(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});fc(f,function(g){return g==null})||tt(c,new
Ku(e.id,e.event,f,d))})},jv=function(){var a=[],b=Ko();a.push(K(iu));
Ho(b.R,"mvp_lv")&&a.push(K(Vu));b=[new Su,new Uu];b.push(new $t(a));b.push(new
gu(P));return b},lv=function(a){if(!a.ua){a.ua=!0;try{var
b=Aq(),c=Ko(),d=nr();wq=b;c.l=79463069;a.j!=="o"&&(uu=uj(P));if(Cp())
{lu.g.Ee=0;lu.g.Kd=Aq()-b;var e=jv(),f=K(Xt);f.j=e;Yt(f,function(){kv()})?lu.done||
(ru(),ur(f.g.g,a),nu()):d.l?kv():nu()}else wu=!0}catch(g){throw
Rt.reset(),g;}}},mv=function(a){lu.j.cancel();vu=a;lu.done=!0},nv=function(a)
{if(a.j)return a.j;var b=K(Xt).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},ov=function(a,b,c)
{if(a.g==null)return b.Ob|=4,!1;a=a.g.report(c,b);b.Ob|=a;return
a==0};gv.prototype.Ib=function(a){switch(a.Ra()){case
0:if(a=K(Xt).g)a=a.g,lc(a.B,this),a.F&&this.Oa()&&wr(a);kv();break;case
2:nu()}};gv.prototype.jb=function(){};gv.prototype.Oa=function(){return!1};var
kv=function(){var a=[new gu(P)],b=K(Xt);b.j=a;Yt(b,function(){mv("i")})?lu.done||
(ru(),nu()):mv("i")};
gv.prototype.U=function(a,b){a.Sa=!0;switch(a.za()){case 1:pv(a,b);break;case
2:this.he(a)}this.me(a)};var pv=function(a,b){if(!a.Qa){var
c=Bt(a,"start",or());c=a.be.g(c).g;var d={id:"lidarv"};d.r=b;d.sv="966";Bu!
==null&&(d.v=Bu);aj(c,function(e,f){return d[e]=e=="mtos"||e=="tos"?
f:encodeURIComponent(f)});b=xu();aj(b,function(e,f){return
d[e]=encodeURIComponent(f)});b="//pagead2.googlesyndication.com/pagead/
gen_204?"+Ir(Gr(new Er,d));Lr(b);a.Qa=!0}};m=gv.prototype;
m.Rg=function(a){var b=a.C(a);b&&(b=b.volume,a.wa=er(b)&&b>0);yt(a,0);return
Bt(a,"start",or())};m.Nb=function(a,b,c){ou(lu,[a],!or());return
this.Ma(a,b,c)};m.Ma=function(a,b,c){return Bt(a,c,or())};m.Mg=function(a){return
qv(a,"firstquartile",1)};m.Og=function(a){a.ga=!0;return
qv(a,"midpoint",2)};m.Sg=function(a){return
qv(a,"thirdquartile",3)};m.Jg=function(a){var b=qv(a,"complete",4);mt(a);return
b};m.Kg=function(a){a.la=3;return Bt(a,"error",or())};
var qv=function(a,b,c){ou(lu,[a],!or());yt(a,c);c!=4&&xt(a.M,c,a.Lc);return
Bt(a,b,or())};m=gv.prototype;m.nf=function(a,b,c){b=or();a.la!=2||b||
(a.pa().J=Aq());ou(lu,[a],!b);a.la==2&&(a.la=1);return
Bt(a,c,b)};m.Qg=function(a,b){b=this.Nb(a,b||{},"skip");mt(a);return
b};m.Ng=function(a,b){ws(a,!0);return this.Nb(a,b||
{},"fullscreen")};m.Lg=function(a,b){ws(a,!1);return this.Nb(a,b||
{},"exitfullscreen")};
m.ae=function(a,b,c){b=a.pa();b.aa=$s(b,Aq(),a.la!=1);ou(lu,[a],!
or());a.la==1&&(a.la=2);return Bt(a,c,or())};m.Pg=function(a){ou(lu,[a],!
or());return a.j()};m.Jd=function(a){ou(lu,[a],!or());this.kf(a);mt(a);return
a.j()};
var fv=function(a){tu(function(){var b=rv();a.j!=null&&(b.sdk=a.j);var c=K(Xt);c.g!
=null&&(b.avms=c.g.getName());return b})},tv=function(a,b,c,d){var e=Pt(Rt,c);e!
==null&&e.ma!==b&&(a.B(e),e=null);e||(b=a.A(c,Aq(),!
1,b),Rt.j.length==0&&(Ko().l=79463069),Wt([b]),e=b,e.B=nv(a),d&&(e.pb=d));return
e};gv.prototype.M=function(){};var vv=function(a,b){b.F=0;for(var c in
Eq)a[c]==null&&(b.F|
=Eq[c]);uv(a,"currentTime");uv(a,"duration")};m=gv.prototype;m.he=function()
{};m.kf=function(){};m.ze=function(){};
m.me=function(){};m.Bd=function(){};m.Le=function(){this.g||
(this.g=this.Bd());return this.g==null||this.l?new et:new
Qu(this.g)};m.zd=function(){return new Lu};var uv=function(a,b){var c=a[b];c!==void
0&&c>0&&(a[b]=Math.floor(c*1E3))},rv=function(){var a=nr(),b={},c={},d={};return
Object.assign({},(b.sv="966",b),Bu!==null&&(c.v=Bu,c),
(d["if"]=a.l?"1":"0",d.nas=String(Rt.g.length),d))};var wv=function(a)
{bt.call(this,"audio_audible",a)};w(wv,bt);wv.prototype.g=function(a){return
a.Jc()==4};var xv=function(a)
{ct.call(this,"audio_measurable",a)};w(xv,ct);xv.prototype.g=function(a)
{a=a.Jc();return a==3||a==4};var yv=function()
{Nu.apply(this,arguments)};w(yv,Nu);yv.prototype.j=function(){return new
xv(this.g)};yv.prototype.l=function(){return[new wv(this.g)]};var zv=function()
{};w(zv,Ss);zv.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
Rs;b.g=Ts(a,Ps);b.j=Ts(a,Qs);return b};var Av=function(a)
{this.j=a};Av.prototype.report=function(a,b){var c=this.g(b);if(typeof
c==="function"){var d={};var e={};d=Object.assign({},Bu!==null&&(d.v=Bu,d),
(e.sv="966",e.cb=Au,e.e=Bv(a),e));e=Bt(b,a,or());vi(d,e);b.Bf[a]=e;d=b.za()==2?
Kr(d).join("&"):b.be.g(d).g;try{return c(b.ma,d,a),0}catch(f){return 2}}else return
1};var Bv=function(a){var b=Eu(a)?"custom_metric_viewable":a;a=pi(function(c)
{return c==b});return Iq[a]};Av.prototype.g=function(){return Ua(this.j)};var
Cv=function(a,b){this.j=a;this.l=b};w(Cv,Av);Cv.prototype.g=function(a){if(!
a.pb)return Av.prototype.g.call(this,a);if(this.l[a.pb])return function()
{};tq(393,Error());return null};var Dv=function(){gv.call(this);this.G=void
0;this.H=null;this.F=!
1;this.o={};this.K=0;this.C="ACTIVE_VIEW_TRAFFIC_TYPE_UNSPECIFIED"};w(Dv,gv);Dv.pro
totype.L=function(a,b){var c=this,d=K(Xt);if(d.g!=null)switch(d.g.getName()){case
"nis":var e=Ev(this,a,b);break;case "gsv":e=Fv(this,a,b);break;case
"exc":e=Gv(this,a)}e||(b.opt_overlayAdElement?e=void
0:b.opt_adElement&&(e=tv(this,a,b.opt_adElement,b.opt_osdId)));e&&e.za()==1&&(e.C==
Qh&&(e.C=function(f){return c.ze(f)}),Hv(this,e,b));return e};
var Hv=function(a,b,c){c=c.opt_configurable_tracking_events;a.g!
=null&&Array.isArray(c)&&iv(a,c,b)};
Dv.prototype.ze=function(a){a.j=0;a.P=0;if(a.B=="h"||a.B=="n"){var
b;Ko();if(a.pb&&Iv(this)){var c=this.o[a.pb];c?b=function(e){return Jv(c,e)}:c!
==null&&tq(379,Error())}else b=Ua("ima.common.getVideoMetadata");if(typeof
b==="function")try{var d=b(a.ma)}catch(e){a.j|=4}else a.j|=2}else
if(a.B=="b")if(b=Ua("ytads.bulleit.getVideoMetadata"),typeof
b==="function")try{d=b(a.ma)}catch(e){a.j|=4}else a.j|=2;else
if(a.B=="ml")if(b=Ua("ima.common.getVideoMetadata"),typeof
b==="function")try{d=b(a.ma)}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:ri(d)?a.j|
=32:d.errorCode!=null&&(a.P=d.errorCode,a.j|
=64));d==null&&(d={});vv(d,a);er(d.volume)&&er(this.G)&&(d.volume*=this.G);return
d};var Fv=function(a,b,c){var d=Ot(Rt,b);d||(d=c.opt_nativeTime||-
1,d=hv(a,b,nv(a),d),c.opt_osdId&&(d.pb=c.opt_osdId));return d},Ev=function(a,b,c)
{var d=Ot(Rt,b);d||(d=hv(a,b,"n",c.opt_nativeTime||-1));return d},Gv=function(a,b)
{var c=Ot(Rt,b);c||(c=hv(a,b,"h",-1));return c};
Dv.prototype.Bd=function(){if(Iv(this))return new
Cv("ima.common.triggerExternalActivityEvent",this.o);var a=Kv(this);return a!=null?
new Av(a):null};var Kv=function(a){Ko();switch(nv(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};Dv.prototype.he=function(a){!
a.g&&a.Sa&&ov(this,a,"overlay_unmeasurable_impression")&&(a.g=!0)};
Dv.prototype.kf=function(a){a.tf&&(a.Ua()?
ov(this,a,"overlay_viewable_end_of_session_impression"):ov(this,a,"overlay_unviewab
le_impression"),a.tf=!1)};
var Lv=function(a,b,c,d){c=c===void 0?{}:c;var e={};vi(e,{opt_adElement:void
0,opt_fullscreen:void 0},c);var f=a.L(b,c);c=f?f.be:a.zd();if(e.opt_bounds)return
c.g(Du("ol",d));if(d!==void 0)if(Cu(d)!==void 0)if(wu)a=Du("ue",d);else
if(lv(a),vu=="i")a=Du("i",d),a["if"]=0;else if(b=a.L(b,e)){b:{vu=="i"&&(b.Sa=!
0,a.me(b));f=e.opt_fullscreen;f!==void 0&&ws(b,!!f);var g;if(f=!nr().j&&!
ir())Bp(),f=Wk(No)===0;if(g=f){switch(b.za()){case 1:pv(b,"pv");break;case
2:a.he(b)}mv("pv")}f=d.toLowerCase();if(g=!g)c:{if(Ho(Ko().R,
"ssmol")&&(g=a.l,f==="loaded"))break c;g=kc(Fq,f)}if(g&&b.la==0){vu!
="i"&&(lu.done=!1);g=e!==void 0?e.opt_nativeTime:void 0;yq=g=typeof g==="number"?
g:Aq();b.Wb=!0;var h=or();b.la=1;b.ka={};b.ka.start=!1;b.ka.firstquartile=!
1;b.ka.midpoint=!1;b.ka.thirdquartile=!1;b.ka.complete=!1;b.ka.resume=!
1;b.ka.pause=!1;b.ka.skip=!1;b.ka.mute=!1;b.ka.unmute=!1;b.ka.viewable_impression=!
1;b.ka.measurable_impression=!
1;b.ka.fully_viewable_audible_half_duration_impression=!1;b.ka.fullscreen=!
1;b.ka.exitfullscreen=
!1;b.Cd=0;h||(b.pa().J=g);ou(lu,[b],!h)}
(g=b.Bb[f])&&b.ha.reportEvent(g);Ho(Ko().R,"fmd")||
kc(Gq,f)&&b.Wa&&b.Wa.j(b,null);switch(b.za()){case 1:var k=Eu(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),Ho(Ko().R,"fmd")&&kc(Gq,f)&&b.Wa&&b.Wa.j(b,null
),d!==void 0)){e=Du(void 0,f);vi(e,d);d=e;break b}d=void 0}b.la==3&&a.B(b);a=d}else
a=Du("nf",d);else a=void 0;else wu?a=Du("ue"):f?(a=Du(),vi(a,At(f,!0,!1,!
1))):a=Du("nf");return typeof a==="string"?c.g():c.g(a)};
Dv.prototype.M=function(a)
{this.l&&a.za()==1&&Mv(this,a)};Dv.prototype.me=function(a)
{this.l&&a.za()==1&&Mv(this,a)};var Mv=function(a,b){var c;if(b.pb&&Iv(a)){var
d=a.o[b.pb];d?c=function(f,g){Nv(d,f,g)}:d!==null&&tq(379,Error())}else
c=Ua("ima.common.triggerViewabilityMeasurementUpdate");if(typeof c==="function")
{var e=vt(b);e.nativeVolume=a.G;c(b.ma,e)}},Iv=function(a){return(Ko(),nv(a)!
="h"&&nv(a)!="m")?!1:a.K!=0};
Dv.prototype.A=function(a,b,c,d){if(Lp()){var e=Ho(Ko().R,"mm"),f={};
(e=(f[qo.Df]="ACTIVE_VIEW_TRAFFIC_TYPE_AUDIO",f[qo.VIDEO]="ACTIVE_VIEW_TRAFFIC_TYPE
_VIDEO",f)
[e])&&e&&(this.C=e);this.C==="ACTIVE_VIEW_TRAFFIC_TYPE_UNSPECIFIED"&&tq(1044,Error(
))}a=gv.prototype.A.call(this,a,b,c,d);this.F&&(b=this.H,a.o==null&&(a.o=new
Es),b.g[a.ma]=a.o,a.o.B=Et);return a};Dv.prototype.B=function(a)
{a&&a.za()==1&&this.F&&delete this.H.g[a.ma];return gv.prototype.B.call(this,a)};
Dv.prototype.Le=function(){this.g||(this.g=this.Bd());return this.g==null||this.l?
new et:this.C==="ACTIVE_VIEW_TRAFFIC_TYPE_AUDIO"?new yv(this.g):new
Qu(this.g)};Dv.prototype.zd=function(){return
this.C==="ACTIVE_VIEW_TRAFFIC_TYPE_AUDIO"?new zv:new Lu};var Ov=function(a){var
b={};return b.viewability=a.g,b.googleViewability=a.j,b},Pv=function(a,b,c)
{c=c===void 0?{}:c;a=Lv(K(Dv),b,c,a);return Ov(a)},Qv=sq(193,Pv,void
0,rv);z("Goog_AdSense_Lidar_sendVastEvent",Qv);
var Rv=sq(194,function(a,b){b=b===void 0?{}:b;a=Lv(K(Dv),a,b);return
Ov(a)});z("Goog_AdSense_Lidar_getViewability",Rv);var Sv=sq(195,function(){return
Dp()});z("Goog_AdSense_Lidar_getUrlSignalsArray",Sv);var Tv=sq(196,function()
{return JSON.stringify(Dp())});z("Goog_AdSense_Lidar_getUrlSignalsList",Tv);var
Uv=function(){var
a=cp(No.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
Vv=ra(["//tpc.googlesyndication.com/sodar/",""]);y.console&&typeof
y.console.log==="function"&&gb(y.console.log,y.console);var Wv=function(a){for(var
b=[],c=a=Xo(a.ownerDocument);c!
=a.top;c=c.parent)if(c.frameElement)b.push(c.frameElement);else break;return b};var
Xv=function(a,b)
{this.type=a;this.currentTarget=this.target=b;this.defaultPrevented=this.j=!
1};Xv.prototype.stopPropagation=function(){this.j=!
0};Xv.prototype.preventDefault=function(){this.defaultPrevented=!0};var
Yv=function(){if(!y.addEventListener||!Object.defineProperty)return!1;var a=!
1,b=Object.defineProperty({},"passive",{get:function(){a=!0}});try{var c=function()
{};y.addEventListener("test",c,b);y.removeEventListener("test",c,b)}catch(d)
{}return a}();var Zv=function(a,b){Xv.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.g=null;a&&this.init(a,b
)};lb(Zv,Xv);
Zv.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.g=a;a.defaultPrevented&&Zv
.Ha.preventDefault.call(this)};
Zv.prototype.stopPropagation=function()
{Zv.Ha.stopPropagation.call(this);this.g.stopPropagation?
this.g.stopPropagation():this.g.cancelBubble=!
0};Zv.prototype.preventDefault=function(){Zv.Ha.preventDefault.call(this);var
a=this.g;a.preventDefault?a.preventDefault():a.returnValue=!1};var
$v="closure_listenable_"+(Math.random()*1E6|0),aw=function(a){return!(!a||!
a[$v])};var bw=0;var cw=function(a,b,c,d,e)
{this.listener=a;this.proxy=null;this.src=b;this.type=c;this.capture=!!
d;this.Mc=e;this.key=++bw;this.rc=this.Cc=!1},dw=function(a){a.rc=!
0;a.listener=null;a.proxy=null;a.src=null;a.Mc=null};function ew(a)
{this.src=a;this.g={};this.j=0}ew.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=fw(a,b,d,e);g>-1?
(b=a[g],c||(b.Cc=!1)):(b=new cw(b,this.src,f,!!d,e),b.Cc=c,a.push(b));return
b};ew.prototype.remove=function(a,b,c,d){a=a.toString();if(!(a in this.g))return!
1;var e=this.g[a];b=fw(e,b,c,d);return b>-1?(dw(e[b]),mc(e,b),e.length==0&&(delete
this.g[a],this.j--),!0):!1};
var gw=function(a,b){var c=b.type;c in
a.g&&lc(a.g[c],b)&&(dw(b),a.g[c].length==0&&(delete
a.g[c],a.j--))};ew.prototype.Yb=function(a,b,c,d){a=this.g[a.toString()];var e=-
1;a&&(e=fw(a,b,c,d));return e>-1?a[e]:null};var fw=function(a,b,c,d){for(var
e=0;e<a.length;++e){var f=a[e];if(!f.rc&&f.listener==b&&f.capture==!!
c&&f.Mc==d)return e}return-1};var hw="closure_lm_"+(Math.random()*1E6|
0),iw={},jw=0,lw=function(a,b,c,d,e){if(d&&d.once)return
kw(a,b,c,d,e);if(Array.isArray(b)){for(var f=0;f<b.length;f+
+)lw(a,b[f],c,d,e);return null}c=mw(c);return aw(a)?a.listen(b,c,Xa(d)?!!
d.capture:!!d,e):nw(a,b,c,!1,d,e)},nw=function(a,b,c,d,e,f){if(!b)throw
Error("Invalid event type");var g=Xa(e)?!!e.capture:!!e,h=ow(a);h||(a[hw]=h=new
ew(a));c=h.add(b,c,d,g,f);if(c.proxy)return
c;d=pw();c.proxy=d;d.src=a;d.listener=c;if(a.addEventListener)Yv||(e=g),e===
void 0&&(e=!1),a.addEventListener(b.toString(),d,e);else
if(a.attachEvent)a.attachEvent(qw(b.toString()),d);else
if(a.addListener&&a.removeListener)a.addListener(d);else throw
Error("addEventListener and attachEvent are unavailable.");jw++;return
c},pw=function(){var a=rw,b=function(c){return a.call(b.src,b.listener,c)};return
b},kw=function(a,b,c,d,e){if(Array.isArray(b)){for(var f=0;f<b.length;f+
+)kw(a,b[f],c,d,e);return null}c=mw(c);return aw(a)?a.fc(b,c,Xa(d)?!!d.capture:!!
d,e):nw(a,b,c,!0,d,
e)},tw=function(a,b,c,d,e){if(Array.isArray(b))for(var f=0;f<b.length;f+
+)tw(a,b[f],c,d,e);else d=Xa(d)?!!d.capture:!!d,c=mw(c),aw(a)?
a.rb(b,c,d,e):a&&(a=ow(a))&&(b=a.Yb(b,c,d,e))&&uw(b)},uw=function(a){if(typeof a!
=="number"&&a&&!a.rc){var b=a.src;if(aw(b))gw(b.B,a);else{var
c=a.type,d=a.proxy;b.removeEventListener?
b.removeEventListener(c,d,a.capture):b.detachEvent?
b.detachEvent(qw(c),d):b.addListener&&b.removeListener&&b.removeListener(d);jw--;
(c=ow(b))?(gw(c,a),c.j==0&&(c.src=null,b[hw]=null)):
dw(a)}}},qw=function(a){return a in iw?iw[a]:iw[a]="on"+a},rw=function(a,b)
{if(a.rc)a=!0;else{b=new Zv(b,this);var c=a.listener,d=a.Mc||
a.src;a.Cc&&uw(a);a=c.call(d,b)}return a},ow=function(a){a=a[hw];return a
instanceof ew?a:null},vw="__closure_events_fn_"+
(Math.random()*1E9>>>0),mw=function(a){if(typeof a==="function")return a;a[vw]||
(a[vw]=function(b){return a.handleEvent(b)});return a[vw]};var R=function()
{Q.call(this);this.B=new
ew(this);this.Eb=this;this.da=null};lb(R,Q);R.prototype[$v]=!
0;m=R.prototype;m.addEventListener=function(a,b,c,d)
{lw(this,a,b,c,d)};m.removeEventListener=function(a,b,c,d){tw(this,a,b,c,d)};
m.dispatchEvent=function(a){var
b,c=this.da;if(c)for(b=[];c;c=c.da)b.push(c);c=this.Eb;var d=a.type||a;if(typeof
a==="string")a=new Xv(a,c);else if(a instanceof Xv)a.target=a.target||c;else{var
e=a;a=new Xv(d,c);vi(a,e)}e=!0;var f;if(b)for(f=b.length-1;!a.j&&f>=0;f--){var
g=a.currentTarget=b[f];e=ww(g,d,!0,a)&&e}a.j||(g=a.currentTarget=c,e=ww(g,d,!
0,a)&&e,a.j||(e=ww(g,d,!1,a)&&e));if(b)for(f=0;!a.j&&f<b.length;f+
+)g=a.currentTarget=b[f],e=ww(g,d,!1,a)&&e;return e};
m.O=function(){R.Ha.O.call(this);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,dw(d[e]);delete
a.g[c];a.j--}}this.da=null};m.listen=function(a,b,c,d){return
this.B.add(String(a),b,!1,c,d)};m.fc=function(a,b,c,d){return
this.B.add(String(a),b,!0,c,d)};m.rb=function(a,b,c,d)
{this.B.remove(String(a),b,c,d)};
var ww=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.rc&&g.capture==c){var
h=g.listener,k=g.Mc||g.src;g.Cc&&gw(a.B,g);e=h.call(k,d)!==!1&&e}}return e&&!
d.defaultPrevented};R.prototype.Yb=function(a,b,c,d){return
this.B.Yb(String(a),b,c,d)};var xw=typeof AsyncContext!=="undefined"&&typeof
AsyncContext.Snapshot==="function"?function(a){return
a&&AsyncContext.Snapshot.wrap(a)}:function(a){return a};var yw=function(a,b)
{this.l=a;this.o=b;this.j=0;this.g=null};yw.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
zw=function(a,b){a.o(b);a.j<100&&(a.j++,b.next=a.g,a.g=b)};var Aw=function()
{this.j=this.g=null};Aw.prototype.add=function(a,b){var
c=Bw.get();c.set(a,b);this.j?
this.j.next=c:this.g=c;this.j=c};Aw.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 Bw=new yw(function(){return new
Cw},function(a){return a.reset()}),Cw=function()
{this.next=this.g=this.j=null};Cw.prototype.set=function(a,b)
{this.j=a;this.g=b;this.next=null};Cw.prototype.reset=function()
{this.next=this.g=this.j=null};var Dw,Ew=!1,Fw=new Aw,Hw=function(a,b){Dw||
Gw();Ew||(Dw(),Ew=!0);Fw.add(a,b)},Gw=function(){var a=Promise.resolve(void
0);Dw=function(){a.then(Iw)}};function Iw(){for(var a;a=Fw.remove();)
{try{a.j.call(a.g)}catch(b){wb(b)}zw(Bw,a)}Ew=!1};var Jw=function(a){if(!a)return!
1;try{return!!a.$goog_Thenable}catch(b){return!1}};var Lw=function(a)
{this.g=0;this.C=void 0;this.o=this.j=this.l=null;this.B=this.A=!1;if(a!=Qh)try{var
b=this;a.call(void 0,function(c){Kw(b,2,c)},function(c){Kw(b,3,c)})}catch(c)
{Kw(this,3,c)}},Mw=function()
{this.next=this.context=this.j=this.l=this.g=null;this.o=!
1};Mw.prototype.reset=function(){this.context=this.j=this.l=this.g=null;this.o=!
1};var Nw=new yw(function(){return new Mw},function(a)
{a.reset()}),Ow=function(a,b,c){var d=Nw.get();d.l=a;d.j=b;d.context=c;return d};
Lw.prototype.then=function(a,b,c){return Pw(this,xw(typeof a==="function"?
a:null),xw(typeof b==="function"?b:null),c)};Lw.prototype.$goog_Thenable=!
0;Lw.prototype.J=function(a,b){return
Pw(this,null,xw(a),b)};Lw.prototype.catch=Lw.prototype.J;Lw.prototype.cancel=functi
on(a){if(this.g==0){var b=new Qw(a);Hw(function(){Rw(this,b)},this)}};
var Rw=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?Rw(c,b):(f?
(d=f,d.next==c.o&&(c.o=d),d.next=d.next.next):Sw(c),Tw(c,e,3,b)))}a.l=null}else
Kw(a,3,b)},Vw=function(a,b){a.j||a.g!=2&&a.g!=3||Uw(a);a.o?
a.o.next=b:a.j=b;a.o=b},Pw=function(a,b,c,d){var e=Ow(null,null,null);e.g=new
Lw(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 Qw?g(h):f(k)}catch(l){g(l)}}:g});e.g.l=a;Vw(a,e);return
e.g};Lw.prototype.F=function(a){this.g=0;Kw(this,2,a)};Lw.prototype.G=function(a)
{this.g=0;Kw(this,3,a)};
var Kw=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 Lw){Vw(d,Ow(e||
Qh,f||null,a));var g=!0}else if(Jw(d))d.then(e,f,a),g=!0;else{if(Xa(d))try{var
h=d.then;if(typeof h==="function"){Ww(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,Uw(a),b!=3||c instanceof
Qw||Xw(a,c))}},Ww=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)}},Uw=function(a){a.A||(a.A=!
0,Hw(a.L,a))},Sw=function(a){var b=null;a.j&&(b=a.j,a.j=b.next,b.next=null);a.j||
(a.o=null);return b};Lw.prototype.L=function(){for(var
a;a=Sw(this);)Tw(this,a,this.g,this.C);this.A=!1};
var Tw=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,Yw(b,c,d);else try{b.o?b.l.call(b.context):Yw(b,c,d)}catch(e)
{Zw.call(null,e)}zw(Nw,b)},Yw=function(a,b,c){b==2?
a.l.call(a.context,c):a.j&&a.j.call(a.context,c)},Xw=function(a,b){a.B=!
0;Hw(function(){a.B&&Zw.call(null,b)})},Zw=wb,Qw=function(a)
{ob.call(this,a)};lb(Qw,ob);Qw.prototype.name="cancel";var $w=function(a,b)
{R.call(this);this.j=a||1;this.g=b||
y;this.l=gb(this.Jh,this);this.o=jb()};lb($w,R);m=$w.prototype;m.enabled=!
1;m.Ca=null;m.setInterval=function(a){this.j=a;this.Ca&&this.enabled?
(this.stop(),this.start()):this.Ca&&this.stop()};m.Jh=function(){if(this.enabled)
{var a=jb()-this.o;a>0&&a<this.j*.8?this.Ca=this.g.setTimeout(this.l,this.j-a):
(this.Ca&&(this.g.clearTimeout(this.Ca),this.Ca=null),this.dispatchEvent("tick"),th
is.enabled&&(this.stop(),this.start()))}};
m.start=function(){this.enabled=!0;this.Ca||
(this.Ca=this.g.setTimeout(this.l,this.j),this.o=jb())};m.stop=function()
{this.enabled=!
1;this.Ca&&(this.g.clearTimeout(this.Ca),this.Ca=null)};m.O=function()
{$w.Ha.O.call(this);this.stop();delete this.g};
var ax=function(a,b){if(typeof a!=="function")if(a&&typeof
a.handleEvent=="function")a=gb(a.handleEvent,a);else throw Error("Invalid listener
argument");return Number(b)>2147483647?-1:y.setTimeout(a,b||0)},bx=function(a,b)
{var c=null;return(new Lw(function(d,e){c=ax(function(){d(b)},a);c==-
1&&e(Error("Failed to schedule timer."))})).J(function(d){y.clearTimeout(c);throw
d;})};var cx=function(){return Math.round(Date.now()/1E3)};var dx=function()
{this.g={};return this};dx.prototype.remove=function(a){var b=this.g;a in b&&delete
b[a]};dx.prototype.set=function(a,b){this.g[a]=b};var ex=function(a,b)
{a.g.eb=ti(a.g,"eb",0)|b};dx.prototype.get=function(a){return
ti(this.g,a,null)};var fx=null,gx=function(){this.g={};this.j=0},hx=function(){fx||
(fx=new gx);return fx},ix=function(a,b){a.g[b.getName()]=b},jx=function(a,b)
{this.o=a;this.l=!0;this.g=b};jx.prototype.getName=function(){return
this.o};jx.prototype.getValue=function(){return this.g};jx.prototype.j=function()
{return String(this.g)};var kx=function(a,b)
{jx.call(this,String(a),b);this.B=a;this.g=!!b};w(kx,jx);kx.prototype.j=function()
{return this.g?"1":"0"};var lx=function(a,b){jx.call(this,a,b)};w(lx,jx);
lx.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 mx=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 lx("",new Jk(c,b,Number(a[3])-
c,Number(a[2])-b))}return new lx("",new Jk(0,0,0,0))};var nx=function(a){var b=new
Jk(-Number.MAX_VALUE/2,-Number.MAX_VALUE/2,Number.MAX_VALUE,Number.MAX_VALUE),c=new
Jk(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},ox=function(a,b){var c=a.getBoundingClientRect();a=Tq(a,
b);return new Jk(Math.round(a.x),Math.round(a.y),Math.round(c.right-
c.left),Math.round(c.bottom-c.top))},px=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 Jk(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;ix(a,new jx("vp",d));d&&d>0?
(e=Kk(b),f=Kk(c),e=e.top>=f.top&&e.top<f.bottom):e=!1;ix(a,new kx(512,
e));d&&d>0?(e=Kk(b),f=Kk(c),e=e.bottom<=f.bottom&&e.bottom>f.top):e=!1;ix(a,new
kx(1024,e));d&&d>0?(e=Kk(b),f=Kk(c),e=e.left>=f.left&&e.left<f.right):e=!1;ix(a,new
kx(2048,e));d&&d>0?(b=Kk(b),c=Kk(c),c=b.right<=c.right&&b.right>c.left):c=!
1;ix(a,new kx(4096,c))}};var qx=function(a,b){var
c=0;mi(Xo(),"ima","video","client","tagged")&&(c=1);var d=null;a&&(d=a());if(d)
{a=hx();a.g={};var e=new kx(32,!0);e.l=!
1;ix(a,e);e=Xo().document;e=e.visibilityState||e.webkitVisibilityState||
e.mozVisibilityState||e.msVisibilityState||"";ix(a,new
kx(64,e.toLowerCase().substring(e.length-6)!="hidden"?!0:!1));a:{try{var
f=Xo().top;try{var g=!!f.location.href||f.location.href===""}catch(p){g=!1}if(g)
{var h=Wv(d);var k=h&&h.length!=0?"1":"0";break a}k="2";break a}catch(p){k="2";
break a}k=void 0}ix(a,new kx(256,k=="2"));ix(a,new
kx(128,k=="1"));h=g=Xo().top;k=="2"&&(h=Xo());f=ox(d,h);ix(a,new
lx("er",f));try{var l=h.document&&!h.document.body?null:Vo(h||window)}catch(p)
{l=null}l?(h=Wo(Ro(h.document).g),ix(a,new kx(16384,!!h)),l=h?new
Jk(h.x,h.y,l.width,l.height):null):l=null;ix(a,new lx("vi",l));if(l&&"1"==k)
{k=Wv(d);d=[];for(h=0;h<k.length;h++)
(e=ox(k[h],g))&&d.push(e);d.push(l);l=nx(d)}px(a,f,l);a.j&&ix(a,new jx("ts",cx()-
a.j));a.j=cx()}else a=hx(),a.g={},a.j=cx(),ix(a,
new kx(32,!1));this.l=a;this.g=new
dx;this.g.set("ve",4);c&&ex(this.g,1);mi(Xo(),"ima","video","client","crossdomainTa
g")&&ex(this.g,4);mi(Xo(),"ima","video","client","sdkTag")&&ex(this.g,8);mi(Xo(),"i
ma","video","client","jsTag")&&ex(this.g,2);b&&ti(b,"fullscreen",!
1)&&ex(this.g,16);this.j=b=null;if(c&&(c=mi(Xo(),"ima","video","client"),c.getEData
))
{this.j=c.getEData();if(c=mi(Xo(),"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=mx(b).getValue(),a=mx(a).getValue(),k=
null,ti(c.g,"er",null)&&(k=ti(c.g,"er",null).getValue(),k.top+=b.top,k.left+=b.left
,ix(c,new
lx("er",k))),ti(c.g,"vi",null)&&(l=ti(c.g,"vi",null).getValue(),l.top+=b.top,l.left
+=b.left,d=[],d.push(l),d.push(b),d.push(a),b=nx(d),px(c,k,b),ix(c,new
lx("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",cx()-
(a!=null?a:b!=null?b:cx()))};new $w(200);
var rx=function(a,b){try{var c=new qx(a,b);a=[];var
d=Number(c.g.get("eb"));c.g.remove("eb");var e,f=c.g;b=[];for(var g in
f.g)b.push(g+f.g[g]);(e=b.join("_"))&&a.push(e);if(c.j){var
h=c.j.serialize();h&&a.push(h)}var k,l=c.l;e=d;f=[];e||(e=0);for(var p in l.g){var
n=l.g[p];if(n instanceof kx)n.getValue()&&(e|=n.B);else{var r=l.g[p],t=r.l?
r.j():"";t&&f.push(p+t)}}f.push("eb"+String(e));
(k=f.join("_"))&&a.push(k);c.g.set("eb",d);return a.join("_")}catch(u)
{return"tle;"+Ri(u.name,12)+";"+Ri(u.message,
40)}};var sx=function(a){this.D=D(a)};w(sx,I);sx.prototype.getId=function(){return
F(this,1)};var tx=[0,Ch];var ux=function(a){this.D=D(a)};w(ux,I);var vx=[0,Ch,-
3];var wx=function(a){this.D=D(a)};w(wx,I);wx.prototype.getWidth=function(){return
ig(this,1)};wx.prototype.getHeight=function(){return ig(this,2)};var xx=[0,zh,-
1];var yx=function(a){this.D=D(a)};w(yx,I);var zx=[0,wh,Bh,Ch,-1];var
Ax=function(a){this.D=D(a)};w(Ax,I);Ax.prototype.getAdId=function(){return
F(this,1)};Ax.prototype.getSize=function(){return
Yf(this,wx,7)};Ax.prototype.Zb=function(){return Yf(this,yx,9)};var
Bx=[0,Ch,wh,Ch,Dh,Hh,tx,xx,wh,zx,Ch,vx];var Cx=function(a){this.D=D(a)};w(Cx,I);var
Dx=function(a,b){return wg(a,1,b)},Ex=function(a,b){return
rg(a,4,b)},Fx=function(a,b){return Bf(a,2,ye(b))};var Gx=function(a)
{this.D=D(a)};w(Gx,I);var Hx=function(a,b){return vg(a,1,b)},Ix=function(a,b)
{return eg(a,3,Ax,b)},Jx=function(a,b){return wg(a,4,b)};var Kx=[0,Hh,zh,Ch,Bh];var
Lx=[0,Ch,wh,Eh,Bx,Hh,Kx,Bh,Hh,2,Dh];var Mx=function(a){this.D=D(a)};w(Mx,I);var
Nx=function(a){this.D=D(a)};w(Nx,I);var Ox=function(a,b){return
dg(a,2,Gx,b)},Px=function(a,b){E(a,5,b)},Qx=function(a,b)
{vg(a,10,b)},Rx=function(a,b){vg(a,11,b)};var Sx=[0,Hh,Eh,Lx,Hh,Ch,Kx,Ch,Bh,zh,
[0,Hh,Bh,wh],Ch,-1];var Tx=function(a){this.D=D(a)};w(Tx,I);var Ux=function(a){var
b=new Nx;b=wg(b,1,1);return dg(a,1,Nx,b)};Tx.prototype.g=Jh([0,Eh,Sx]);var
Vx=function(a){this.D=D(a)};w(Vx,I);var Wx=function(a){this.D=D(a)};w(Wx,I);var
Xx=function(a){this.D=D(a)};w(Xx,I);var Yx=function(a){this.D=D(a)};w(Yx,I);var
Zx=function(a){this.D=D(a)};w(Zx,I);var $x=function(a){this.D=D(a)};w($x,I);var
ay=function(a){this.D=D(a)};w(ay,I);var by=function(a)
{this.D=D(a)};w(by,I);by.prototype.getEscapedQemQueryId=function(){return
F(this,1)};var cy=function(a){this.D=D(a)};w(cy,I);var dy=function(a)
{this.D=D(a)};w(dy,I);var ey=[0,Ch,[0,vh],[0,Hh,wh]];var fy=Kh(dy);var
gy=function(a){this.D=D(a)};w(gy,I);var hy=function(a){var b=new gy;return
wg(b,1,a)};var iy=[0,Hh];var jy=function(a){this.D=D(a)};w(jy,I);var ky=function(a)
{var b=new jy;return vg(b,1,a)},ly=function(a){var
b=window.Date.now();b=Number.isFinite(b)?Math.round(b):0;return
Bf(a,3,He(b))};jy.prototype.getError=function(){return
Yf(this,gy,10)};jy.prototype.Za=function(a){return E(this,10,a)};var my=Lh(jy);var
ny=[0,Ch,-1,wh,zh,-2,wh,uh,Bh,iy,Bh];var oy=[0,1,[0,yh,-2],-1,Ch,-1,Bh,
[0,3,Hh,Ch],wh,Ih,Gh];var py=function(a)
{this.D=D(a)};w(py,I);py.prototype.g=Jh([0,Eh,oy,Eh,ny]);var sy=function(){var
a=qy;this.B=ry;this.A="jserror";this.j=!0;this.g=a===void 0?
null:a;this.l=null;this.o=!1;this.C=this.Va};m=sy.prototype;m.ne=function(a)
{this.l=a};m.rf=function(a){this.A=a};m.oe=function(a){this.j=a};m.sf=function(a)
{this.o=a};
m.zb=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{vl(d),b=this.C(a,new Nh(h,{message:Ph(h)}),void 0,c)}catch(k)
{this.Va(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.de=function(a,b,c,d){var e=this;return
function(){var f=Ma.apply(0,arguments);return e.zb(a,function(){return
b.apply(c,f)},d)}};
m.Va=function(a,b,c,d,e){e=e||this.A;var f=void 0;try{var g=new
op;tp(g,1,"context",a);Oh(b)||(b=new Nh(b,
{message:Ph(b)}));b.msg&&tp(g,2,"msg",b.msg.substring(0,512));var h=b.meta||
{};if(this.l)try{this.l(h)}catch(p){}if(d)try{d(h)}catch(p){}sp(g,3,
[h]);f=np();f.j&&tp(g,4,"top",f.j.url||"");sp(g,5,[{url:f.g.url||""},{url:f.g.url?
$i(f.g.url):""}]);ty(this.B,e,g,this.o,c)}catch(p){try{var k,l;ty(this.B,e,
{context:"ecmserr",rctx:a,msg:Ph(p),url:(l=(k=f)==null?void 0:k.g.url)!=null?
l:""},this.o,c)}catch(n){}}return this.j};var uy=function()
{this.g=Math.random()},vy=function(){var
a=ry,b=window.google_srt;b>=0&&b<=1&&(a.g=b)},ty=function(a,b,c,d,e){if(((d===void
0?0:d)?a.g:Math.random())<(e||.01))try{if(c instanceof op)var f=c;else f=new
op,kj(c,function(h,k){var l=f,p=l.o++;sp(l,p,pp(k,h))});var
g=vp(f,"https:","/pagead/gen_204?id="+b+"&");g&&wj(y,g)}catch(h){}};var
ry,wy,qy=new ul(1,window);(function(a){ry=a!=null?a:new uy;typeof
window.google_srt!=="number"&&(window.google_srt=Math.random());vy();wy=new
sy;wy.ne(function(){});wy.sf(!0);window.document.readyState=="complete"?
window.google_measure_js_timing||qy.A():qy.l&&Wh(window,"load",function()
{window.google_measure_js_timing||qy.A()})})();var yy=function(a)
{this.D=D(a)};w(yy,I);var zy={"-":0,Y:2,N:1};var Ay=function(a)
{this.D=D(a)};w(Ay,I);Ay.prototype.getType=function(){return
ig(this,1)};Ay.prototype.getVersion=function(){return ig(this,2)};function By(a)
{return ad(a.length%4!==0?a+"A":a).map(function(b){return
b.toString(2).padStart(8,"0")}).join("")}function Cy(a){if(!/^[0-1]+
$/.test(a))throw Error("Invalid input ["+a+"] not a bit string.");return
parseInt(a,2)}function Dy(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
Ey(a,b){a=By(a);return a.length<b?a.padEnd(b,"0"):a};function Fy(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 Gy=function(a)
{this.D=D(a)};w(Gy,I);var Hy=function(a){this.D=D(a)};w(Hy,I);var Iy=function(a)
{this.D=D(a)};w(Iy,I);Iy.prototype.getVersion=function(){return ig(this,1)};var
fB=function(a){this.D=D(a)};w(fB,I);var gB=function(a){this.D=D(a)};w(gB,I);var
hB=function(a){var b=new gB;return E(b,1,a)};var
iB=[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],jB=6+iB.reduce(function(a,b){return
a+b});var kB=function(a){this.D=D(a)};w(kB,I);var lB=function(a)
{this.D=D(a)};w(lB,I);lB.prototype.getVersion=function(){return ig(this,1)};var
mB=function(a){this.D=D(a)};w(mB,I);var nB=function(a){this.D=D(a)};w(nB,I);var
oB=function(a){var b=new nB;return E(b,1,a)};var
pB=[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],qB=6+pB.reduce(function(a,b){return a+b});var
rB=function(a){this.D=D(a)};w(rB,I);var sB=function(a){this.D=D(a)};w(sB,I);var
tB=function(a){this.D=D(a)};w(tB,I);tB.prototype.getVersion=function(){return
ig(this,1)};var uB=function(a){this.D=D(a)};w(uB,I);var vB=function(a)
{this.D=D(a)};w(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,2,2,2],yB=6+xB.reduce(function(a,b){return
a+b});var zB=function(a){this.D=D(a)};w(zB,I);var AB=function(a)
{this.D=D(a)};w(AB,I);var BB=function(a)
{this.D=D(a)};w(BB,I);BB.prototype.getVersion=function(){return ig(this,1)};var
CB=[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],DB=6+CB.reduce(function(a,b){return
a+b});var EB=function(a){this.D=D(a)};w(EB,I);var FB=function(a)
{this.D=D(a)};w(FB,I);var GB=function(a)
{this.D=D(a)};w(GB,I);GB.prototype.getVersion=function(){return ig(this,1)};var
HB=function(a){this.D=D(a)};w(HB,I);var IB=function(a){this.D=D(a)};w(IB,I);var
JB=function(a){var b=new IB;return E(b,1,a)};var
KB=[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],LB=6+KB.reduce(function(
a,b){return a+b});var MB=function(a){this.D=D(a)};w(MB,I);var NB=function(a)
{this.D=D(a)};w(NB,I);NB.prototype.getVersion=function(){return ig(this,1)};var
OB=[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],PB=6+OB.reduce(function(a,b){return
a+b});var QB=function(a){this.D=D(a)};w(QB,I);var RB=function(a)
{this.D=D(a)};w(RB,I);var SB=function(a,b){return Nf(a,1,b,ue)},TB=function(a,b)
{return Nf(a,2,b,ue)},UB=function(a,b){return Nf(a,3,b,xe)},VB=function(a,b)
{Nf(a,4,b,xe)};var WB=function(a){this.D=D(a)};w(WB,I);var XB=function(a)
{this.D=D(a)};w(XB,I);XB.prototype.getVersion=function(){return ig(this,1)};
var YB=function(a,b){return tg(a,1,b)},ZB=function(a,b){return E(a,2,b)},
$B=function(a,b){return E(a,3,b)},aC=function(a,b){return
tg(a,4,b)},bC=function(a,b){return tg(a,5,b)},cC=function(a,b){return
tg(a,6,b)},dC=function(a,b){return Of(a,7,Pe(b),"")},eC=function(a,b){return
tg(a,8,b)},fC=function(a,b){return tg(a,9,b)},gC=function(a,b){return
sg(a,10,b)},hC=function(a,b){return sg(a,11,b)},iC=function(a,b){return
Nf(a,12,b,ue)},jC=function(a,b){return Nf(a,13,b,ue)},kC=function(a,b){return Nf(a,
14,b,ue)},lC=function(a,b){return sg(a,15,b)},mC=function(a,b){return
Of(a,16,Pe(b),"")},nC=function(a,b){return Nf(a,17,b,xe)},oC=function(a,b){return
Nf(a,18,b,xe)},pC=function(a,b){return bg(a,19,b)};var qC=function(a)
{this.D=D(a)};w(qC,I);var
rC="a".charCodeAt(),sC=di({Ni:0,Mi:1,Ji:2,Ei:3,Ki:4,Fi:5,Li:6,Hi:7,Ii:8,Di:9,Gi:10,
Oi:11}),tC=di({Qi:0,Ri:1,Pi:2});var uC=function(a){if(/[^01]/.test(a))throw
Error("Input bitstring "+a+" is malformed!");this.j=a;this.g=0},wC=function(a)
{a=vC(a,36);var b=new WB;b=ug(b,1,Math.floor(a/10));return tg(b,2,a
%10*1E8)},xC=function(a){return String.fromCharCode(rC+vC(a,6))
+String.fromCharCode(rC+vC(a,6))},AC=function(a){var b=vC(a,16);return!!vC(a,1)===!
0?(a=yC(a),a.forEach(function(c){if(c>b)throw Error("ID "+c+" is past MaxVendorId
"+b+"!");}),a):zC(a,b)},BC=function(a){for(var b=[],c=vC(a,12);c--;){var
d=vC(a,6),e=
vC(a,2),f=yC(a),g=b,h=g.push,k=new
QB;d=H(k,1,d);e=H(d,2,e);f=Nf(e,3,f,xe);h.call(g,f)}return b},yC=function(a)
{for(var b=vC(a,12),c=[];b--;){var d=!!vC(a,1)===!
0,e=vC(a,16);if(d)for(d=vC(a,16);e<=d;e++)c.push(e);else
c.push(e)}c.sort(function(f,g){return f-g});return c},zC=function(a,b,c){for(var
d=[],e=0;e<b;e++)if(vC(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},vC=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)};uC.prototype.skip=function(a){this.g+=a};var CC=function(a){try{var
b=ad(a).map(function(f){return f.toString(2).padStart(8,"0")}).join(""),c=new
uC(b);if(vC(c,3)!==3)return null;var d=TB(SB(new
RB,zC(c,24,sC)),zC(c,24,sC)),e=vC(c,6);e!==0&&VB(UB(d,zC(c,e)),zC(c,e));return
d}catch(f){return null}};var DC=function(a){try{var b=ad(a).map(function(d){return
d.toString(2).padStart(8,"0")}).join(""),c=new uC(b);return
pC(oC(nC(mC(lC(kC(jC(iC(hC(gC(fC(eC(dC(cC(bC(aC($B(ZB(YB(new
XB,vC(c,6)),wC(c)),wC(c)),vC(c,12)),vC(c,12)),vC(c,6)),xC(c)),vC(c,12)),vC(c,6)),!!
vC(c,1)),!!vC(c,1)),zC(c,12,tC)),zC(c,24,sC)),zC(c,24,sC)),!!
vC(c,1)),xC(c)),AC(c)),AC(c)),BC(c))}catch(d){return null}};var FC=function(a){if(!
a)return null;var b=a.split(".");if(b.length>4)return null;a=DC(b[0]);if(!a)return
null;var c=new qC;a=E(c,1,a);b.shift();b=x(b);for(c=b.next();!
c.done;c=b.next())switch(c=c.value,EC(c)){case 1:case 2:break;case 3:c=CC(c);if(!
c)return null;E(a,2,c);break;default:return null}return a},EC=function(a){try{var
b=ad(a).map(function(c){return c.toString(2).padStart(8,"0")}).join("");return
vC(new uC(b),3)}catch(c){return-1}};var HC=function(a,b){var c=FC(a);if(!c||!
a)return null;var d=Yf(c,XB,1),e=Yf(c,RB,2)||new RB;c=ig(d,9);var
f=ig(d,4),g=ig(d,5),h=hg(d,10),k=hg(d,11),l=F(d,16),p=hg(d,15);var
n=Df(d,13,we,Cf());n=GC(n,sC);var
r=Df(d,14,we,Cf());n={consents:n,legitimateInterests:GC(r,sC)};r=og(d,17);r=GC(r);v
ar
t=og(d,18);r={consents:r,legitimateInterests:GC(t)};t=Df(d,12,we,Cf());t=GC(t,tC);v
ar u=$f(d,QB,19,Cf());d={};u=x(u);for(var v=u.next();!v.done;v=u.next())
{v=v.value;var C=G(v,1);d[C]=d[C]||{};for(var O=x(og(v,
3)),Y=O.next();!Y.done;Y=O.next())d[C]
[Y.value]=G(v,2)}u=Df(e,1,we,Cf());u=GC(u,sC);v=Df(e,2,we,Cf());v=GC(v,sC);C=og(e,3
);C=GC(C);e=og(e,4);return{tcString:a,tcfPolicyVersion:c,gdprApplies:b,cmpId:f,cmpV
ersion:g,isServiceSpecific:h,useNonStandardStacks:k,publisherCC:l,purposeOneTreatme
nt:p,purpose:n,vendor:r,specialFeatureOptins:t,publisher:
{restrictions:d,consents:u,legitimateInterests:v,customPurposes:
{consents:C,legitimateInterests:GC(e)}}}},GC=function(a,b){var
c={};if(Array.isArray(b)&&b.length!==
0){b=x(b);for(var d=b.next();!d.done;d=b.next())d=d.value,c[d]=a.indexOf(d)!==-
1}else for(a=x(a),b=a.next();!b.done;b=a.next())c[b.value]=!0;delete c[0];return
c};var IC=function(a,b){this.g=a;this.defaultValue=b===void 0?!1:b};var JC=new
IC(45641707,!0),KC=new IC(45668885),LC=new IC(45642592,!0),MC=new
IC(635466687),NC=new function(a,b){this.g=a;this.defaultValue=b===void 0?0:b}
(45645574);var OC=function(a){this.D=D(a)};w(OC,I);var PC=function(a){var b=new
OC;cg(b,1,ue,a,we)};var QC=/^((market|itms|intent|itms-appss):\/\/)/i;var
RC="ad_type vpos mridx pos vad_type videoad_start_delay".split(" ");var
SC=function(a){var b=a.sb;var c=a.ab;var d=a.height;var e=a.width;a=a.Fa===void 0?!
1:a.Fa;this.sb=b;this.ab=c;this.height=d;this.width=e;this.Fa=a};SC.prototype.getHe
ight=function(){return this.height};SC.prototype.getWidth=function(){return
this.width};var TC=function(a){var b=a.Uh;var c=a.mg;var d=a.sb;var e=a.ab;var
f=a.Th;var g=a.lg;SC.call(this,
{sb:d,ab:e,height:a.height,width:a.width,Fa:a.Fa===void 0?!
1:a.Fa});this.o=b;this.j=c;this.l=f;this.g=g};w(TC,SC);var UC=function(a){var
b=a.fh;SC.call(this,{sb:a.sb,ab:a.ab,height:a.height,width:a.width,Fa:a.Fa===void
0?!1:a.Fa});this.g=b};w(UC,SC);UC.prototype.getMediaUrl=function(){return
this.g};function VC(a){return new (Function.prototype.bind.apply(a,
[null].concat(pa(Ma.apply(1,arguments)))))};var WC=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};w(WC,Q);WC.prototype.O=function(){delete
this.g;this.B.clear();this.o.clear();this.A.clear();this.l&&(Xh(this.j,"message",th
is.l),delete this.l);delete this.j;delete this.C;Q.prototype.O.call(this)};
var XC=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},ZC=function(a,b,c){if(XC(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.Sc){YC(a);var e=+
+a.H;a.A.set(e,
{hc:d.hc,vg:d.Pd(c),xh:b==="addEventListener"});a.g.postMessage(d.Sc(c,e),"*")}}},Y
C=function(a){a.l||(a.l=function(b){try{var c=a.C?a.C(b):void 0;if(c){var
d=c.gf,e=a.A.get(d);if(e){e.xh||a.A.delete(d);var f;(f=e.hc)==null||
f.call(e,e.vg,c.payload)}}}catch(g){}},
Wh(a.j,"message",a.l))};function $C(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 aD=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.Aj)!=null?d:!
1};w(aD,Q);aD.prototype.O=function()
{this.A={};this.l&&(Xh(this.j,"message",this.l),delete this.l);delete this.A;delete
this.j;delete this.g;Q.prototype.O.call(this)};
var cD=function(a){return typeof a.j.__tcfapi==="function"||bD(a)!
=null},fD=function(a,b){var
c={internalErrorState:0,internalBlockOnErrors:a.B},d=Sh(function(){return
b(c)}),e=0;a.o!==-1&&(e=setTimeout(function()
{e=0;c.tcString="tcunavailable";c.internalErrorState=1;d()},a.o));dD(a,"addEventLis
tener",function(f)
{f&&(c=f,c.internalErrorState=$C(c),c.internalBlockOnErrors=a.B,eD(c)?
(c.internalErrorState!
==0&&(c.tcString="tcunavailable"),dD(a,"removeEventListener",null,c.listenerId),
(f=e)&&clearTimeout(f),
d()):(c.cmpStatus==="error"||c.internalErrorState!==0)&&(f=e)&&clearTimeout(f))})};
aD.prototype.addEventListener=function(a){var
b=this,c={internalBlockOnErrors:this.B},d=Sh(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=$C(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{dD(this,"addEventList
ener",f)}catch(g){c.tcString=
"tcunavailable",c.internalErrorState=3,e&&(clearTimeout(e),e=0),d()}};aD.prototype.
removeEventListener=function(a)
{a&&a.listenerId&&dD(this,"removeEventListener",null,a.listenerId)};
var hD=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=gD(a.vendor.consents,d===void
0?"755":d))&&b==="1"&&a.purposeOneTreatment&&a.publisherCC==="CH"?!
0:c&&gD(a.purpose.consents,b):!0:f===1?a.purpose&&a.vendor?
gD(a.purpose.legitimateInterests,b)&&gD(a.vendor.legitimateInterests,
d===void 0?"755":d):!0:!0;return a},gD=function(a,b){return!(!a||!
a[b])},dD=function(a,b,c,d){c||(c=function(){});var e=a.j;typeof
e.__tcfapi==="function"?(a=e.__tcfapi,a(b,2,c,d)):bD(a)?(iD(a),e=+
+a.C,a.A[e]=c,a.g&&(c={},a.g.postMessage((c.__tcfapiCall={command:b,version:2,callI
d:e,parameter:d},c),"*"))):c({},!1)},bD=function(a){if(a.g)return
a.g;a.g=qj(a.j,"__tcfapiLocator");return a.g},iD=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;Wh(a.j,"message",b)}},eD=function(a){if(a.gdprApplies===!1)return!
0;a.internalErrorState===void 0&&(a.internalErrorState=$C(a));return
a.cmpStatus==="error"||a.internalErrorState!==0?a.internalBlockOnErrors?
(yj({e:String(a.internalErrorState)},"tcfe"),!1):!0:a.cmpStatus!=="loaded"||
a.eventStatus!=="tcloaded"&&a.eventStatus!=="useractioncomplete"?!1:!
0},jD=function(a,b,c){return a.gdprApplies===!1?!0:b.every(function(d){return
hD(a,d,c)})};var kD=function(a,b){b=b.listener;(a=(0,a.__gpp)
("addEventListener",b))&&b(a,!0)},lD=function(a,b){(0,a.__gpp)
("removeEventListener",b.listener,b.listenerId)},mD={Pd:function(a){return
a.listener},Sc:function(a,b){a={};return
a.__gppCall={callId:b,command:"addEventListener",version:"1.1"},a},hc:function(a,b)
{b=b.__gppReturn;a(b.returnValue,b.success)}},nD={Pd:function(a){return
a.listener},Sc:function(a,b){var c={};return
c.__gppCall={callId:b,command:"removeEventListener",version:"1.1",parameter:a.liste
nerId},
c},hc:function(a,b){b=b.__gppReturn;var c=b.returnValue.data;a==null||
a(c,b.success)}};function oD(a){var b={};typeof a.data==="string"?
b=JSON.parse(a.data):b=a.data;return{payload:b,gf:b.__gppReturn.callId}}
var pD=function(a,b){var c=b===void 0?
{}:b;b=c.timeoutMs;c=c.cmpInteractionEventReporter;Q.call(this);this.caller=new
WC(a,"__gppLocator",function(d){return typeof
d.__gpp==="function"},oD);this.caller.B.set("addEventListener",kD);this.caller.o.se
t("addEventListener",mD);this.caller.B.set("removeEventListener",lD);this.caller.o.
set("removeEventListener",nD);this.timeoutMs=b!=null?
b:500;this.cmpInteractionEventReporter=c};w(pD,Q);pD.prototype.O=function()
{this.caller.dispose();Q.prototype.O.call(this)};
pD.prototype.addEventListener=function(a){var b=this,c=Sh(function(){a(qD,!
0)}),d=this.timeoutMs===-1?void 0:setTimeout(function()
{c()},this.timeoutMs);ZC(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);var k;
(k=b.cmpInteractionEventReporter)==null||k.g()}catch(l){if(e==null?
0:e.listenerId)try{b.removeEventListener(e.listenerId)}catch(p){a(rD,!
0);return}a(sD,!0)}}})};
pD.prototype.removeEventListener=function(a){ZC(this.caller,"removeEventListener",
{listener:function(){},listenerId:a})};
var tD=function(a,b){if(!a)return!1;var c=By(a.split("~")
[0]),d=Cy(c.slice(0,6)),e=Cy(c.slice(6,12)),f=new Ay;var g=tg(f,1,d);var
h=tg(g,2,e);for(var
k=c.slice(12),l=Cy(k.slice(0,12)),p=[],n=k.slice(12).replace(/0+$/,""),r=0;r<l;r++)
{if(n.length===0)throw Error("Found "+r+" of "+l+" sections ["+p+"] but reached end
of input ["+k+"]");var t=Cy(n[0])===0;n=n.slice(1);var u=Fy(n,k),v=p.length===0?
0:p[p.length-1],C=Dy(u)+v;n=n.slice(u.length);if(t)p.push(C);else{for(var
O=Fy(n,k),Y=Dy(O),ha=0;ha<=Y;ha++)p.push(C+
ha);n=n.slice(O.length)}}if(n.length>0)throw Error("Found "+l+" sections ["+p+"]
but has remaining input ["+n+"], entire input ["+k+"]");var xa=Nf(h,3,p,xe);var
U=a.includes("~")?a.split("~").slice(1):[];var $a=og(xa,3);for(var
Ra=0;Ra<$a.length;++Ra){var ab=$a[Ra];if(b.includes(ab)){var ya=U[Ra];switch(ab)
{case 2:var Ic=void 0;if((Ic=void 0)==null?0:Ic.supportTcfeu){var Jc=HC(ya,!0);if(!
Jc)throw Error("Cannot decode TCF V2 section string.");if(!jD(Jc,
["3","4"],0))return!0}break;case 7:var sa=void 0;
if(ya.length===0)throw Error("Cannot decode empty USNat section string.");var
Ba=ya.split(".");if(Ba.length>2)throw Error("Expected at most 2 segments but got
"+Ba.length+" when decoding "+ya+".");var jd=void 0,Kc=void 0,ff=void 0,qb=void
0,fi=void 0,gi=void 0,hi=void 0,ii=void 0,Jy=void 0,Ky=void 0,Ly=void 0,My=void
0,Ny=void 0,Oy=void 0,Py=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=Ba[0];if(ez.length===0)throw Error("Cannot decode empty core segment
string.");var cl=Ey(ez,LB),Tp=Cy(cl.slice(0,6));cl=cl.slice(6);if(Tp!==1)throw
Error("Unable to decode unsupported USNat Section specification version "+Tp+" -
only version 1 is supported.");for(var Up=0,va=[],Vp=0;Vp<KB.length;Vp++){var
fz=KB[Vp];va.push(Cy(cl.slice(Up,Up+fz)));Up+=fz}var DL=new GB;dz=tg(DL,1,Tp);var
EL=va.shift();cz=H(dz,2,EL);var FL=va.shift();bz=H(cz,3,FL);var
GL=va.shift();az=H(bz,4,GL);var HL=va.shift();
$y=H(az,5,HL);var IL=va.shift();Zy=H($y,6,IL);var JL=va.shift();Yy=H(Zy,7,JL);var
KL=va.shift();Xy=H(Yy,8,KL);var LL=va.shift();Wy=H(Xy,9,LL);var
ML=va.shift();Vy=H(Wy,10,ML);var NL=new FB,OL=va.shift();Uy=H(NL,1,OL);var
PL=va.shift();Ty=H(Uy,2,PL);var QL=va.shift();Sy=H(Ty,3,QL);var
RL=va.shift();Ry=H(Sy,4,RL);var SL=va.shift();Qy=H(Ry,5,SL);var
TL=va.shift();Py=H(Qy,6,TL);var UL=va.shift();Oy=H(Py,7,UL);var
VL=va.shift();Ny=H(Oy,8,VL);var WL=va.shift();My=H(Ny,9,WL);var
XL=va.shift();Ly=H(My,10,
XL);var YL=va.shift();Ky=H(Ly,11,YL);var
ZL=va.shift();Jy=H(Ky,12,ZL);ii=E(Vy,11,Jy);var $L=new
EB,aM=va.shift();hi=H($L,1,aM);var bM=va.shift();gi=H(hi,2,bM);fi=E(ii,12,gi);var
cM=va.shift();qb=H(fi,13,cM);var dM=va.shift();ff=H(qb,14,dM);var
eM=va.shift();Kc=H(ff,15,eM);var fM=va.shift();var
gz=jd=H(Kc,16,fM);if(Ba.length===1)var hz=JB(gz);else{var gM=JB(gz),iz=void
0,jz=void 0,kz=void 0,lz=Ba[1];if(lz.length===0)throw Error("Cannot decode empty
GPC segment string.");var mz=Ey(lz,3),dl=Cy(mz.slice(0,
2));if(dl<0||dl>1)throw Error("Attempting to decode unknown GPC segment subsection
type "+dl+".");kz=dl+1;var hM=Cy(mz.slice(2,3)),iM=new
HB;jz=H(iM,2,kz);iz=sg(jz,1,!!hM);hz=E(gM,2,iz)}var jM=hz,kM=(sa=void 0)==null?void
0:sa.checkChildSignals,el=Yf(jM,GB,1),nz=Yf(el,EB,12);if(G(el,8)===1||G(el,9)===1||
G(el,10)===1||kM&&(nz==null?void 0:G(nz,1))===1)return!0;break;case
8:if(ya.length===0)throw Error("Cannot decode empty USCA section string.");var
ji=ya.split(".");if(ji.length>2)throw Error("Expected at most 1 sub-section but got
"+
(ji.length-1)+" when decoding "+ya+".");var lM=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=void 0,yz=void
0,zz=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=ji[0];if(Kz.length===0)throw Error("Cannot
decode empty core segment string.");var
fl=Ey(Kz,jB),Wp=Cy(fl.slice(0,6));fl=fl.slice(6);if(Wp!==1)throw Error("Unable to
decode unsupported USCA Section specification version "+Wp+
" - only version 1 is supported.");for(var Xp=0,Sa=[],Yp=0;Yp<iB.length;Yp++){var
Lz=iB[Yp];Sa.push(Cy(fl.slice(Xp,Xp+Lz)));Xp+=Lz}var mM=new Iy;Jz=tg(mM,1,Wp);var
nM=Sa.shift();Iz=H(Jz,2,nM);var oM=Sa.shift();Hz=H(Iz,3,oM);var
pM=Sa.shift();Gz=H(Hz,4,pM);var qM=Sa.shift();Fz=H(Gz,5,qM);var
rM=Sa.shift();Ez=H(Fz,6,rM);var sM=new Hy,tM=Sa.shift();Dz=H(sM,1,tM);var
uM=Sa.shift();Cz=H(Dz,2,uM);var vM=Sa.shift();Bz=H(Cz,3,vM);var
wM=Sa.shift();Az=H(Bz,4,wM);var xM=Sa.shift();zz=H(Az,5,xM);var yM=Sa.shift();
yz=H(zz,6,yM);var zM=Sa.shift();xz=H(yz,7,zM);var AM=Sa.shift();wz=H(xz,8,AM);var
BM=Sa.shift();vz=H(wz,9,BM);uz=E(Ez,7,vz);var CM=new
Gy,DM=Sa.shift();tz=H(CM,1,DM);var EM=Sa.shift();sz=H(tz,2,EM);rz=E(uz,8,sz);var
FM=Sa.shift();qz=H(rz,9,FM);var GM=Sa.shift();pz=H(qz,10,GM);var
HM=Sa.shift();oz=H(pz,11,HM);var IM=Sa.shift();var
Mz=lM=H(oz,12,IM);if(ji.length===1)var Nz=hB(Mz);else{var JM=hB(Mz),Oz=void
0,Pz=void 0,Qz=void 0,Rz=ji[1];if(Rz.length===0)throw Error("Cannot decode empty
GPC segment string.");
var Sz=Ey(Rz,3),gl=Cy(Sz.slice(0,2));if(gl<0||gl>1)throw Error("Attempting to
decode unknown GPC segment subsection type "+gl+".");Qz=gl+1;var
KM=Cy(Sz.slice(2,3)),LM=new fB;Pz=H(LM,2,Qz);Oz=sg(Pz,1,!!KM);Nz=E(JM,2,Oz)}var
Tz=Yf(Nz,Iy,1);if(G(Tz,5)===1||G(Tz,6)===1)return!0;break;case
9:if(ya.length===0)throw Error("Cannot decode empty USVA section string.");var
hl=Ey(ya,PB),Zp=Cy(hl.slice(0,6));hl=hl.slice(6);if(Zp!==1)throw Error("Unable to
decode unsupported USVA Section specification version "+
Zp+" - only version 1 is supported.");for(var $p=0,nb=[],aq=0;aq<OB.length;aq++)
{var Uz=OB[aq];nb.push(Cy(hl.slice($p,$p+Uz)));$p+=Uz}var MM=Zp,NM=new
NB,OM=tg(NM,1,MM),PM=nb.shift(),QM=H(OM,2,PM),RM=nb.shift(),SM=H(QM,3,RM),TM=nb.shi
ft(),UM=H(SM,4,TM),VM=nb.shift(),WM=H(UM,5,VM),XM=nb.shift();var YM=H(WM,6,XM);var
ZM=new MB,
$M=nb.shift(),aN=H(ZM,1,$M),bN=nb.shift(),cN=H(aN,2,bN),dN=nb.shift(),eN=H(cN,3,dN)
,fN=nb.shift(),gN=H(eN,4,fN),hN=nb.shift(),iN=H(gN,5,hN),jN=nb.shift(),kN=H(iN,6,jN
),lN=nb.shift(),
mN=H(kN,7,lN),nN=nb.shift();var oN=H(mN,8,nN);var
pN=E(YM,7,oN),qN=nb.shift(),rN=H(pN,8,qN),sN=nb.shift(),tN=H(rN,9,sN),uN=nb.shift()
,vN=H(tN,10,uN),wN=nb.shift(),Vz=H(vN,11,wN);if(G(Vz,5)===1||G(Vz,6)===1)return!
0;break;case 10:if(ya.length===0)throw Error("Cannot decode empty USCO section
string.");var ki=ya.split(".");if(ki.length>2)throw Error("Expected at most 2
segments but got "+ki.length+" when decoding "+ya+".");var xN=void 0,Wz=void
0,Xz=void 0,Yz=void 0,Zz=void 0,$z=void 0,aA=void 0,bA=
void 0,cA=void 0,dA=void 0,eA=void 0,fA=void 0,gA=void 0,hA=void 0,iA=void
0,jA=void 0,kA=void 0,lA=void 0,mA=ki[0];if(mA.length===0)throw Error("Cannot
decode empty core segment string.");var
il=Ey(mA,qB),bq=Cy(il.slice(0,6));il=il.slice(6);if(bq!==1)throw Error("Unable to
decode unsupported USCO Section specification version "+bq+" - only version 1 is
supported.");for(var cq=0,rb=[],dq=0;dq<pB.length;dq++){var
nA=pB[dq];rb.push(Cy(il.slice(cq,cq+nA)));cq+=nA}var yN=new lB;lA=tg(yN,1,bq);var
zN=
rb.shift();kA=H(lA,2,zN);var AN=rb.shift();jA=H(kA,3,AN);var
BN=rb.shift();iA=H(jA,4,BN);var CN=rb.shift();hA=H(iA,5,CN);var
DN=rb.shift();gA=H(hA,6,DN);var EN=new kB,FN=rb.shift();fA=H(EN,1,FN);var
GN=rb.shift();eA=H(fA,2,GN);var HN=rb.shift();dA=H(eA,3,HN);var
IN=rb.shift();cA=H(dA,4,IN);var JN=rb.shift();bA=H(cA,5,JN);var
KN=rb.shift();aA=H(bA,6,KN);var LN=rb.shift();$z=H(aA,7,LN);Zz=E(gA,7,$z);var
MN=rb.shift();Yz=H(Zz,8,MN);var NN=rb.shift();Xz=H(Yz,9,NN);var
ON=rb.shift();Wz=H(Xz,10,ON);var PN=
rb.shift();var oA=xN=H(Wz,11,PN);if(ki.length===1)var pA=oB(oA);else{var
QN=oB(oA),qA=void 0,rA=void 0,sA=void 0,tA=ki[1];if(tA.length===0)throw
Error("Cannot decode empty GPC segment string.");var
uA=Ey(tA,3),jl=Cy(uA.slice(0,2));if(jl<0||jl>1)throw Error("Attempting to decode
unknown GPC segment subsection type "+jl+".");sA=jl+1;var
RN=Cy(uA.slice(2,3)),SN=new mB;rA=H(SN,2,sA);qA=sg(rA,1,!!RN);pA=E(QN,2,qA)}var
vA=Yf(pA,lB,1);if(G(vA,5)===1||G(vA,6)===1)return!0;break;case 12:var wA=void
0;if(ya.length===
0)throw Error("Cannot decode empty usct section string.");var
li=ya.split(".");if(li.length>2)throw Error("Expected at most 2 segments but got
"+li.length+" when decoding "+ya+".");var TN=void 0,xA=void 0,yA=void 0,zA=void
0,AA=void 0,BA=void 0,CA=void 0,DA=void 0,EA=void 0,FA=void 0,GA=void 0,HA=void
0,IA=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=li[0];if(SA.length===0)throw Error("Cannot decode empty
core segment string.");var kl=Ey(SA,yB),
eq=Cy(kl.slice(0,6));kl=kl.slice(6);if(eq!==1)throw Error("Unable to decode
unsupported USCT Section specification version "+eq+" - only version 1 is
supported.");for(var fq=0,bb=[],gq=0;gq<xB.length;gq++){var
TA=xB[gq];bb.push(Cy(kl.slice(fq,fq+TA)));fq+=TA}var UN=new tB;RA=tg(UN,1,eq);var
VN=bb.shift();QA=H(RA,2,VN);var WN=bb.shift();PA=H(QA,3,WN);var
XN=bb.shift();OA=H(PA,4,XN);var YN=bb.shift();NA=H(OA,5,YN);var
ZN=bb.shift();MA=H(NA,6,ZN);var $N=new sB,aO=bb.shift();LA=H($N,1,aO);var
bO=bb.shift();
KA=H(LA,2,bO);var cO=bb.shift();JA=H(KA,3,cO);var dO=bb.shift();IA=H(JA,4,dO);var
eO=bb.shift();HA=H(IA,5,eO);var fO=bb.shift();GA=H(HA,6,fO);var
gO=bb.shift();FA=H(GA,7,gO);var hO=bb.shift();EA=H(FA,8,hO);DA=E(MA,7,EA);var
iO=new rB,jO=bb.shift();CA=H(iO,1,jO);var kO=bb.shift();BA=H(CA,2,kO);var
lO=bb.shift();AA=H(BA,3,lO);zA=E(DA,8,AA);var mO=bb.shift();yA=H(zA,9,mO);var
nO=bb.shift();xA=H(yA,10,nO);var oO=bb.shift();var
UA=TN=H(xA,11,oO);if(li.length===1)var VA=wB(UA);else{var pO=wB(UA),WA=void 0,
XA=void 0,YA=void 0,ZA=li[1];if(ZA.length===0)throw Error("Cannot decode empty GPC
segment string.");var $A=Ey(ZA,3),ll=Cy($A.slice(0,2));if(ll<0||ll>1)throw
Error("Attempting to decode unknown GPC segment subsection type
"+ll+".");YA=ll+1;var qO=Cy($A.slice(2,3)),rO=new uB;XA=H(rO,2,YA);WA=sg(XA,1,!!
qO);VA=E(pO,2,WA)}var sO=VA,aB=(wA=void 0)==null?void
0:wA.checkChildSignals,hq=Yf(sO,tB,1),ml=Yf(hq,rB,8);if(G(hq,5)===1||G(hq,6)===1||
aB&&(ml==null?void 0:G(ml,2))===1||aB&&(ml==null?void 0:G(ml,3))===
1)return!0;break;case 13:var bB=void 0,cB=void 0,iq;if(iq=(bB=void 0)==null?
0:bB.supportUsfl){if(ya.length===0)throw Error("Cannot decode empty USFL section
string.");var nl=Ey(ya,DB),jq=Cy(nl.slice(0,6));nl=nl.slice(6);if(jq!==1)throw
Error("Unable to decode unsupported USFL Section specification version "+jq+" -
only version 1 is supported.");for(var kq=0,Ta=[],lq=0;lq<CB.length;lq++){var
dB=CB[lq];Ta.push(Cy(nl.slice(kq,kq+dB)));kq+=dB}var tO=jq,uO=new
BB,vO=tg(uO,1,tO),wO=Ta.shift(),xO=H(vO,2,
wO),yO=Ta.shift(),zO=H(xO,3,yO),AO=Ta.shift(),BO=H(zO,4,AO),CO=Ta.shift(),DO=H(BO,5
,CO),EO=Ta.shift();var FO=H(DO,6,EO);var GO=new
AB,HO=Ta.shift(),IO=H(GO,1,HO),JO=Ta.shift(),KO=H(IO,2,JO),LO=Ta.shift(),MO=H(KO,3,
LO),NO=Ta.shift(),OO=H(MO,4,NO),PO=Ta.shift(),QO=H(OO,5,PO),RO=Ta.shift(),SO=H(QO,6
,RO),TO=Ta.shift(),UO=H(SO,7,TO),VO=Ta.shift();var WO=H(UO,8,VO);var
XO=E(FO,7,WO);var YO=new zB,ZO=Ta.shift(),
$O=H(YO,1,ZO),aP=Ta.shift(),bP=H($O,2,aP),cP=Ta.shift();var dP=H(bP,3,cP);var
eP=E(XO,8,dP),fP=
Ta.shift(),gP=H(eP,9,fP),hP=Ta.shift(),iP=H(gP,10,hP),jP=Ta.shift(),kP=H(iP,11,jP),
lP=Ta.shift(),mq=H(kP,12,lP),eB=(cB=void 0)==null?void
0:cB.checkChildSignals,ol=Yf(mq,zB,8);iq=G(mq,5)===1||G(mq,6)===1||eB&&(ol==null?
void 0:G(ol,2))===1||eB&&(ol==null?void 0:G(ol,3))===1?!0:!1}if(iq)return!
0}}}return!1},sD={eventName:"signalStatus",data:"ready",pingData:
{internalErrorState:2,gppString:"GPP_ERROR_STRING_UNAVAILABLE",applicableSections:
[-1]},listenerId:-1},qD={eventName:"signalStatus",data:"ready",
pingData:
{gppString:"GPP_ERROR_STRING_LISTENER_REGISTRATION_TIMEOUT",internalErrorState:2,ap
plicableSections:[-1]},listenerId:-
1},rD={eventName:"signalStatus",data:"ready",pingData:
{gppString:"GPP_ERROR_STRING_REMOVE_EVENT_LISTENER_ERROR",internalErrorState:2,appl
icableSections:[-1]},listenerId:-
1};PC([1,8,9,10,11,12,2,3,4,5,15,16,19,20,21,23]);PC([1,6,7,9,10,11,12,2,3,4,5,13,1
4,18,19,20,21,23]);PC([1,6,7,9,10,11,12,22,2,3,4,5,13,14,17,18,19,20,21,23]);new
OC;var uD=function(a,b)
{this.g=this.A=this.o="";this.J=null;this.L=this.j="";this.B=!1;var c;a instanceof
uD?(this.B=b!==void 0?
b:a.B,vD(this,a.o),this.A=a.A,this.g=a.g,wD(this,a.J),this.j=a.j,xD(this,yD(a.l)),t
his.L=a.F()):a&&(c=String(a).match(Zi))?(this.B=!!b,vD(this,c[1]||"",!
0),this.A=zD(c[2]||""),this.g=zD(c[3]||"",!0),wD(this,c[4]),this.j=zD(c[5]||"",!
0),xD(this,c[6]||"",!0),this.L=zD(c[7]||"")):(this.B=!!b,this.l=new
AD(null,this.B))};
uD.prototype.toString=function(){var a=[],b=this.o;b&&a.push(BD(b,CD,!0),":");var
c=this.g;if(c||b=="file")a.push("//"),(b=this.A)&&a.push(BD(b,CD,!
0),"@"),a.push(encodeURIComponent(String(c)).replace(/%25([0-9a-fA-F]{2})/g,"%
$1")),c=this.J,c!=null&&a.push(":",String(c));if(c=this.j)this.g&&c.charAt(0)!
="/"&&a.push("/"),a.push(BD(c,c.charAt(0)=="/"?DD:ED,!0));
(c=this.l.toString())&&a.push("?",c);(c=this.F())&&a.push("#",BD(c,FD));return
a.join("")};
uD.prototype.resolve=function(a){var b=this.G(),c=!!a.o;c?vD(b,a.o):c=!!a.A;c?
b.A=a.A:c=!!a.g;c?b.g=a.g:c=a.J!=null;var d=a.j;if(c)wD(b,a.J);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(Hb(e,"./")||
Hb(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?xD(b,yD(a.l)):c=!!a.L;c&&(b.L=a.F());return
b};uD.prototype.G=function(){return new uD(this)};
var vD=function(a,b,c){a.o=c?zD(b,!0):b;a.o&&(a.o=a.o.replace(/:
$/,""))},wD=function(a,b){if(b){b=Number(b);if(isNaN(b)||b<0)throw Error("Bad port
number "+b);a.J=b}else a.J=null},xD=function(a,b,c){b instanceof AD?
(a.l=b,GD(a.l,a.B)):(c||(b=BD(b,HD)),a.l=new AD(b,a.B))},ID=function(a,b,c)
{a.l.set(b,c);return a},JD=function(a,b){return
a.l.get(b)};uD.prototype.F=function(){return this.L};
var KD=function(a){return a instanceof uD?a.G():new uD(a,void 0)},zD=function(a,b)
{return
a?b?decodeURI(a.replace(/%25/g,"%2525")):decodeURIComponent(a):""},BD=function(a,b,
c){return typeof
a==="string"?(a=encodeURI(a).replace(b,LD),c&&(a=a.replace(/%25([0-9a-fA-F]{2})/
g,"%$1")),a):null},LD=function(a){a=a.charCodeAt(0);return"%"+
(a>>4&15).toString(16)+(a&15).toString(16)},CD=/[#\/\?@]/g,ED=/[#\?:]/g,DD=/[#\?]/
g,HD=/[#\?@]/g,FD=/#/g,AD=function(a,b){this.j=this.g=null;this.l=a||null;this.o=!!
b},MD=
function(a){a.g||(a.g=new Map,a.j=0,a.l&&aj(a.l,function(b,c)
{a.add(Pi(b),c)}))};AD.prototype.add=function(a,b)
{MD(this);this.l=null;a=ND(this,a);var c=this.g.get(a);c||
this.g.set(a,c=[]);c.push(b);this.j+=1;return this};AD.prototype.remove=function(a)
{MD(this);a=ND(this,a);return this.g.has(a)?(this.l=null,this.j-
=this.g.get(a).length,this.g.delete(a)):!1};AD.prototype.clear=function()
{this.g=this.l=null;this.j=0};AD.prototype.isEmpty=function(){MD(this);return
this.j==0};
var OD=function(a,b){MD(a);b=ND(a,b);return
a.g.has(b)};m=AD.prototype;m.forEach=function(a,b)
{MD(this);this.g.forEach(function(c,d){c.forEach(function(e)
{a.call(b,e,d,this)},this)},this)};m.Kc=function(){MD(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.Hb=function(a){MD(this);var b=[];if(typeof
a==="string")OD(this,a)&&(b=b.concat(this.g.get(ND(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){MD(this);this.l=null;a=ND(this,a);OD(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.Hb(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.Hb(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 yD=function(a){var b=new AD;b.l=a.l;a.g&&(b.g=new Map(a.g),b.j=a.j);return
b},ND=function(a,b){b=String(b);a.o&&(b=b.toLowerCase());return b},GD=function(a,b)
{b&&!a.o&&(MD(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(ND(this,e),p
c(c)),this.j+=c.length))},a));a.o=b};var PD,QD,RD,SD=function(){return y.navigator?
y.navigator.userAgent:""},TD=Hb(SD(),"(iPad")||Hb(SD(),"(Macintosh")||
Hb(SD(),"(iPod")||Hb(SD(),"(iPhone");var UD="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(" "),VD=["c.googlesyndication.com"];
function WD(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:XD(a,VD)?c=!
1:b.includes("https")&&XD(a,UD)&&(c=!0);return c?(a=new
uD(a),M(L.getInstance(),"htp","1"),vD(a,"https"),a.toString()):a}function YD(a)
{if(!a)return!1;try{return(typeof a==="string"?new uD(a):a).o==="gcache"}catch(b)
{return!1}}function ZD(a){return YD(a)&&!!JD(new uD(a),"url")}
function $D(a){try{var b=typeof a==="string"?new uD(a):a;if(YD(b)){var
c,d;return(d=(c=JD(b,"url"))!=null?c:JD(b,"tag.check_url"))!=null?d:null}}catch(e)
{}return null}function XD(a,b){return(new RegExp("^https?://([a-z0-9-]
{1,63}\\.)*("+b.join("|").replace(/\./g,"\\.")+")(:[0-9]+)?([/?#]|
$)","i")).test(a)};var aE=-1;function bE(a,b){b=b!=null?b:"";zc&&(b="");if(!
yb(Ti(a))){var c=a instanceof Ci||!QC.test(a)?a:new Ci(a);if(c instanceof Ci)var
d=c;else{d=d===void 0?Gi:d;a:if(d=d===void 0?Gi:d,!(a instanceof Ci))
{for(c=0;c<d.length;++c){var e=d[c];if(e instanceof Ei&&e.ah(a)){a=new Ci(a);break
a}}a=void 0}d=a||Di}a=window;if(d instanceof Ci)if(d instanceof Ci)d=d.g;else throw
Error("");else d=Ii.test(d)?d:void 0;d!==void 0&&a.open(d,"_blank",b)}};function
cE(a,b){for(var c;!(c=a.next()).done;)b(c.value)}var dE=function(a,b)
{this.g=a[y.Symbol.iterator]();this.j=b};dE.prototype[Symbol.iterator]=function()
{return this};dE.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 eE=function(a,b){return new
dE(a,b)};var fE=function(a,b){var c=new Set(a);cE(b[Symbol.iterator](),function(d)
{return c.add(d)});return c};var gE=new Map,hE=function()
{this.j=this.g=null};function iE(a,b,c,d){var e=Wq(a);Ik(b,e)?
(e=setTimeout(function(){return iE(a,b,c,d)},200),d.j=e):(jE(d),c(e))}
function kE(a){var b=new hE,c=new Promise(function(f){var
g=Wq(a);if("ResizeObserver"in window){var h=new ResizeObserver(function(k)
{window.requestAnimationFrame(function(){for(var l=new Hk(0,0),p=x(k),n=p.next();!
n.done;n=p.next())if(n=n.value,n.contentBoxSize?(n=Array.isArray(n.contentBoxSize)?
n.contentBoxSize[0]:n.contentBoxSize,l.width=Math.floor(n.inlineSize),l.height=Math
.floor(n.blockSize)):
(l.width=Math.floor(n.contentRect.width),l.height=Math.floor(n.contentRect.height))
,!Ik(g,l))return jE(b),
f(l)})});b.g=h;h.observe(a)}else iE(a,g,f,b)}),d,e=(d=gE.get(c))!=null?d:new
Set;e.add(b);gE.set(c,e);return c}function lE(a,b){b=b===void 0?new Hk(1,1):b;var
c=function(g){var h=kE(a),k,l=(k=gE.get(g))!=null?k:new Set,p;k=(p=gE.get(h))!
=null?p:new Set;gE.set(g,fE(l,k));return h},d=function(g,h){c(g).then(function(k)
{return b.width<=k.width&&b.height<=k.height?(mE(g),h(k)):d(g,h)})},e,f=new
Promise(function(g){e=g});d(f,e);return f}
function mE(a){a=gE.get(a);a=x(a);for(var b=a.next();!
b.done;b=a.next())jE(b.value)}function jE(a)
{a.j&&window.clearTimeout(a.j);a.g&&(a.g.disconnect(),a.g=null)};function nE(a,b)
{return a&&(a[b]||(a[b]={}))}function oE(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(nE,c)[a[a.length-1]]=b};var pE=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\/.*$/]]]);
oE("OmidSessionClient.verificationVendorIdForScriptUrl",function(a){for(var
b=x(pE.keys()),c=b.next();!c.done;c=b.next()){c=c.value;for(var
d=x(pE.get(c)),e=d.next();!e.done;e=d.next())if(e.value.test(a))return c}return
1});oE("OmidSessionClient.VerificationVendorId",
{OTHER:1,MOAT:2,DOUBLEVERIFY:3,INTEGRAL_AD_SCIENCE:4,PIXELATE:5,NIELSEN:6,COMSCORE:
7,MEETRICS:8,GOOGLE:9});var qE=/OS (\S+) like/,rE=/Android ([\d\.]+)/;function
sE(a,b){a=(a=a.exec(Ob()))?a[1]:"";a=a.replace(/_/g,".");return Jb(a,b)>=0}var
tE=function(){return Gc||Dc&&"ontouchstart"in
document.documentElement},uE=function(a){return(a=a===void 0?null:a)&&typeof
a.getAttribute==="function"?a.getAttribute("playsinline")?!0:!1:!1};var
vE=function(a){R.call(this);this.j=a;this.o=this.A=!1;this.C=this.F=0;this.g=new
$w(1E3);Pr(this,this.g);lw(this.g,"tick",this.G,!1,this);lw(this.j,"pause",this.l,!
1,this);lw(this.j,"playing",this.l,!1,this);lw(this.j,"ended",this.l,!
1,this);lw(this.j,"timeupdate",this.l,!1,this)};w(vE,R);var wE=function(a){var
b;return(b=a.j.currentTime)!=null?b:a.j.getCurrentTime()};
vE.prototype.l=function(a){switch(a.type){case "playing":xE(this);break;case
"pause":case "ended":this.g.enabled&&this.g.stop();break;case "timeupdate":!
this.A&&wE(this)>0&&(this.A=!0,xE(this))}};var xE=function(a){!
a.g.enabled&&a.A&&(a.F=wE(a)*1E3,a.C=Date.now(),a.o=!
1,a.g.start())};vE.prototype.G=function(){var a=Date.now(),b=a-
this.C,c=wE(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
yE="://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(" "),zE=/\bocr\b/;
function AE(a){if(yb(Ti(a))||zc&&a.length>2048)return!1;try{if((new
uD(a)).F().match(zE))return!0}catch(b){}return yE.find(function(b){return
a.match(b)!=null})!=null};function BE(a,b){return yb(b)?!1:(new
RegExp(a)).test(b)}function CE(a){var b={};a.split(",").forEach(function(c){var
d=c.split("=");d.length==2&&(c=zb(d[0]),d=zb(d[1]),c.length>0&&(b[c]=d))});return
b}
function DE(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
EE=function(){this.g=Date.now()};EE.prototype.reset=function()
{this.g=Date.now()};var FE=function(a){a=a.g+5E3-Date.now();return a>0?a:0};var
GE=function(a,b){this.url=a;this.g=b===void 0?null:b};var HE=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 IE=function(a){var
b=Error.call(this,a);this.message=b.message;"stack"in
b&&(this.stack=b.stack);this.errorCode=a};w(IE,Error);function JE(a)
{a=a===null?"null":a===void 0?"undefined":a;var b=zi();return new Ji(b?
b.createHTML(a):a)};var KE=function(a)
{Q.call(this);this.o=a;this.j={}};lb(KE,Q);var
LE=[];KE.prototype.listen=function(a,b,c,d){return ME(this,a,b,c,d)};var
ME=function(a,b,c,d,e,f){Array.isArray(c)||(c&&(LE[0]=c.toString()),c=LE);for(var
g=0;g<c.length;g++){var h=lw(b,c[g],d||a.handleEvent,e||!1,f||a.o||a);if(!
h)break;a.j[h.key]=h}return a};KE.prototype.fc=function(a,b,c,d){return
NE(this,a,b,c,d)};
var NE=function(a,b,c,d,e,f){if(Array.isArray(c))for(var g=0;g<c.length;g+
+)NE(a,b,c[g],d,e,f);else{b=kw(b,c,d||a.handleEvent,e,f||a.o||a);if(!b)return
a;a.j[b.key]=b}return a};KE.prototype.rb=function(a,b,c,d,e)
{if(Array.isArray(b))for(var f=0;f<b.length;f++)this.rb(a,b[f],c,d,e);else c=c||
this.handleEvent,d=Xa(d)?!!d.capture:!!d,e=e||this.o||this,c=mw(c),d=!!d,b=aw(a)?
a.Yb(b,c,d,e):a?(a=ow(a))?a.Yb(b,c,d,e):null:null,b&&(uw(b),delete this.j[b.key])};
var OE=function(a){$h(a.j,function(b,c)
{this.j.hasOwnProperty(c)&&uw(b)},a);a.j={}};KE.prototype.O=function()
{KE.Ha.O.call(this);OE(this)};KE.prototype.handleEvent=function(){throw
Error("EventHandler.handleEvent not implemented");};var PE=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.U="";this.M=!1};lb(PE,R);
var QE=/^https?$/i,RE=["POST","PUT"],UE=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=xw(gb(a.P,a));try{a.G=!
0,a.g.open(c,String(b),!0),a.G=!1}catch(g){SE(a);return}b=d||"";d=new
Map(a.headers);var e=Array.from(d.keys()).find(function(g){return"content-
type"==g.toLowerCase()}),f=y.FormData&&b instanceof y.FormData;!kc(RE,c)||e||f||
d.set("Content-Type",
"application/x-www-form-urlencoded;charset=utf-8");c=x(d);for(d=c.next();!
d.done;d=c.next())e=x(d.value),d=e.next().value,e=e.next().value,a.g.setRequestHead
er(d,e);a.U&&(a.g.responseType=a.U);"withCredentials"in a.g&&a.g.withCredentials!
==a.M&&(a.g.withCredentials=a.M);try{TE(a),a.K>0&&(a.C=setTimeout(a.Z.bind(a),a.K))
,a.A=!0,a.g.send(b),a.A=!1}catch(g){SE(a)}};PE.prototype.Z=function(){typeof Qa!
="undefined"&&this.g&&(this.o=8,this.dispatchEvent("timeout"),this.abort(8))};
var SE=function(a){a.j=!1;a.g&&(a.l=!0,a.g.abort(),a.l=!
1);a.o=5;VE(a);WE(a)},VE=function(a){a.F||(a.F=!
0,a.dispatchEvent("complete"),a.dispatchEvent("error"))};PE.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"),WE(this))};PE.prototyp
e.O=function(){this.g&&(this.j&&(this.j=!1,this.l=!0,this.g.abort(),this.l=!
1),WE(this,!0));PE.Ha.O.call(this)};
PE.prototype.P=function(){this.Ba()||(this.G||this.A||this.l?
XE(this):this.V())};PE.prototype.V=function(){XE(this)};
var XE=function(a){if(a.j&&typeof Qa!="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=YE(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(Zi)[1]||null;!
f&&y.self&&y.self.location&&(f=y.self.location.protocol.slice(0,-1));e=!QE.test(f?
f.toLowerCase():"")}d=e}d?(a.dispatchEvent("complete"),
a.dispatchEvent("success")):(a.o=6,VE(a))}finally{WE(a)}}},WE=function(a,b){if(a.g)
{TE(a);var c=a.g;a.g=null;b||
a.dispatchEvent("ready");try{c.onreadystatechange=null}catch(d){}}},TE=function(a)
{a.C&&(clearTimeout(a.C),a.C=null)};PE.prototype.isActive=function(){return!!
this.g};var YE=function(a){try{return(a.g?a.g.readyState:0)>2?a.g.status:-
1}catch(b){return-1}},ZE=function(a){if(a.g){a:
{a=a.g.responseText;if(y.JSON)try{var b=y.JSON.parse(a);break a}catch(c)
{}b=Ll(a)}return b}};var $E=function(){};$E.prototype.get=function(a){return
aF({url:a.url,timeout:a.timeout,withCredentials:a.withCredentials===void 0?!
0:a.withCredentials,method:"GET",headers:a.headers===void 0?{}:a.headers})};
var aF=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
bF({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?bF({url:b,timeout:c,withCredentials:!
d,method:e,content:f,headers:g}):Promise.reject(h)})},bF=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 PE;g.M=d;g.K=Math.max(0,FE(c));for(var h in
a)g.headers.set(h,a[h]);var k=new KE;return new Promise(function(l,p)
{k.fc(g,"success",function(){a:{if(gr())try{ZE(g);var n="application/json";break
a}catch(u){n="application/xml";break a}g.g&&(g.g?g.g.readyState:0)==4?
(n=g.g.getResponseHeader("Content-Type"),n=n===null?void 0:n):n=void
0;n=n||""}if(n.indexOf("application/json")!=-1)try{l(ZE(g)||{})}catch(u){p(new
IE(5,
YE(g)))}else{try{var r=g.g?g.g.responseXML:null}catch(u){r=null}if(r==null){try{var
t=g.g?g.g.responseText:""}catch(u){t=""}if(typeof DOMParser!="undefined")r=new
DOMParser,t=JE(t),r=r.parseFromString(Ki(t),"application/xml");else throw
Error("Your browser does not support loading xml
documents");}l(r)}k.dispose();g.dispose()});k.fc(g,["error","timeout"],function()
{p(new
IE(g.o,YE(g)));k.dispose();g.dispose()});UE(g,WD(b),e,f)})};z("google.javascript.ad
s.imalib.common.UrlLoader",$E);var
cF=RegExp("^(https?:)?\\/\\/ad\\.doubleclick\\.net/ddm/track(imp|clk)");function
dF(){return Dn("attribution-reporting")}
var hF=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)?WD(b,"https"):WD(b);cF.test(b)&&(b=b.replace("?",";tpsrc=ima?"),e=e||"");c=c||
AE(b);var f=e!=null&&window.fetch!=null;if(a.j||f)eF(a,b,c,e);else{var g=dF()?
e:null;gr()?fF(b):gF(a,b,c,g)}}catch(h){}},iF=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},eF=function(a,b,c,d)
{d=d===void 0?
null:d;M(L.getInstance(),"faa","1");M(L.getInstance(),"alp",d===null?"0":"1");var
e=dF();M(L.getInstance(),"arpa",e?"1":"0");fetch(b,iF(c,d===""&&e)).then(function()
{M(L.getInstance(),"fas","1")}).catch(function(){M(L.getInstance(),"faf","1");a.j=!
1;var f=d;f=dF()?f:null;gr()?fF(b):gF(a,b,c,f)});e&&d&&fetch(d,iF(c,!
0))},gF=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},fF=function(a){(new $E).get({url:a,timeout:new
EE})};var jF=function(a){this.g=a;this.o="";this.l=-1;this.j=null;this.B=!
1},lF=function(a,b){if(a.l>=0){var c=b==null?function(){}:b,d=function()
{kF(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()},kF=function(a,b){var c=a.g.seekable.length>0;a.B?c?
(a.g.currentTime=a.l,mF(a),b()):setTimeout(function(){return void kF(a,b)},100):
(mF(a),b())},mF=function(a){a.l=-1;a.o=
"";a.B=!1;a.j=null};var
nF={AUTOPLAY_DISALLOWED:"autoplayDisallowed",ai:"beginFullscreen",CAN_PLAY:"canPlay
",CAN_PLAY_THROUGH:"canPlayThrough",CLICK:"click",DURATION_CHANGE:"durationChange",
mi:"end",pi:"endFullscreen",ERROR:"error",wi:"focusSkipButton",LOAD_START:"loadStar
t",LOADED:"loaded",Ui:"mediaLoadTimeout",Vi:"mediaPlaybackTimeout",PAUSE:"pause",PL
AY:"play",PLAYING:"playing",SEEKED:"seeked",SEEKING:"seeking",hj:"skip",bg:"skipSho
wn",STALLED:"stalled",De:"start",TIME_UPDATE:"timeUpdate",kj:"timedMetadata",tj:"vo
lumeChange",
WAITING:"waiting",uj:"windowFocusChanged",xi:"fullyLoaded"};var oF={},pF=(oF[18]=-
1,oF[22]=-1,oF[43]=350,oF[44]=350,oF[45]=350,oF[59]=-
1,oF[133]=350,oF[134]=350,oF[135]=350,oF[136]=350,oF[139]=50,oF[140]=50,oF[141]=50,
oF[160]=350,oF[242]=150,oF[243]=150,oF[244]=150,oF[245]=150,oF[247]=150,oF[249]=50,
oF[250]=50,oF[251]=50,oF[278]=150,oF[342]=-1,oF[343]=-1,oF[344]=-1,oF[345]=-
1,oF[346]=-1,oF[347]=-1,oF),qF={},rF=(qF[18]=!1,qF[22]=!1,qF[43]=!0,qF[44]=!
0,qF[45]=!0,qF[59]=!1,qF[133]=!0,qF[134]=!0,qF[135]=!0,qF[136]=!0,qF[139]=!
0,qF[140]=!0,qF[141]=!0,qF[160]=!0,
qF[242]=!0,qF[243]=!0,qF[244]=!0,qF[245]=!0,qF[247]=!0,qF[249]=!0,qF[250]=!
0,qF[251]=!0,qF[278]=!0,qF[342]=!1,qF[343]=!1,qF[344]=!1,qF[345]=!1,qF[346]=!
1,qF[347]=!1,qF),sF={},tF=(sF[18]="video/mp4",sF[22]="video/mp4",sF[43]="video/
webm",sF[44]="video/webm",sF[45]="video/webm",sF[59]="video/mp4",sF[133]="video/
mp4",sF[134]="video/mp4",sF[135]="video/mp4",sF[136]="video/mp4",sF[139]="audio/
mp4",sF[140]="audio/mp4",sF[141]="audio/mp4",sF[160]="video/mp4",sF[242]="video/
webm",sF[243]="video/webm",sF[244]=
"video/webm",sF[245]="video/webm",sF[247]="video/webm",sF[249]="audio/
webm",sF[250]="audio/webm",sF[251]="audio/webm",sF[278]="video/
webm",sF[342]="video/mp4",sF[343]="video/mp4",sF[344]="video/mp4",sF[345]="video/
mp4",sF[346]="video/mp4",sF[347]="video/mp4",sF),uF={},vF=(uF[18]="avc1.42001E,
mp4a.40.2",uF[22]="avc1.64001F, mp4a.40.2",uF[43]="vp8, vorbis",uF[44]="vp8,
vorbis",uF[45]="vp8, vorbis",uF[59]="avc1.4D001F,
mp4a.40.2",uF[133]="avc1.4D401E",uF[134]="avc1.4D401E",uF[135]="avc1.4D401E",uF[136
]=
"avc1.4D401E",uF[139]="mp4a.40.2",uF[140]="mp4a.40.2",uF[141]="mp4a.40.2",uF[160]="
avc1.4D401E",uF[242]="vp9",uF[243]="vp9",uF[244]="vp9",uF[245]="vp9",uF[247]="vp9",
uF[249]="opus",uF[250]="opus",uF[251]="opus",uF[278]="vp9",uF[342]="avc1.42E01E,
mp4a.40.2",uF[343]="avc1.42E01E, mp4a.40.2",uF[344]="avc1.42E01E,
mp4a.40.2",uF[345]="avc1.42E01E, mp4a.40.2",uF[346]="avc1.42E01E,
mp4a.40.2",uF[347]="avc1.4D001F, mp4a.40.2",uF);var
wF={Nj:2E5,Lj:7E4,Ia:3E5,Kj:5E3,Vj:5E3,Mj:6E3};var xF=RegExp("/itag/(\\
d+)/");function yF(a){var b=Number(cj(a,"itag"));return b?b:
(a=a.match(xF))&&a.length===2?Number(a[1]):null}function zF(a){var
b=tF[a];a=vF[a];b?(b=Ti(b).toLowerCase(),b=a?b+'; codecs="'+Ti(a)
+'"':b):b="";return b}function AF(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 BF(){return!!window.MediaSource}function CF(a)
{return[43,44,45].includes(a)&&Tc?!1:rF[a]?(a=zF(a),!!
a&&BF()&&MediaSource.isTypeSupported(a)):!1};var DF=function()
{R.apply(this,arguments)};w(DF,R);DF.prototype.C=function(){return!
1};DF.prototype.F=function(){return-1};DF.prototype.G=function(){};var
EF=function(a,b){DF.call(this);var
c=this;this.j=b;this.A=this.l=this.g=0;this.o=null;this.uri=new
uD(a);this.state=0;var d;this.H=(d=this.j)==null?void
0:d.initialize();Or(this,function(){Nr(c.j)})};w(EF,DF);EF.prototype.F=function()
{return this.g};EF.prototype.C=function(){return
this.state===3};EF.prototype.G=function(a){this.state===1?
(this.g+=a,this.state=2):this.state===0&&(this.g+=a,this.state=1,FF(this))};
var FF=function(a){La(function(b){if(b.g==1)return
a.state===2&&(a.state=1),Ca(b,GF(a),4);var c=a.A>3;if(c){a.o===null&&(a.o=400);var
d=AF("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)})},GF=function(a){var b;return La(function(c){switch(c.g)
{case 1:b=a.l+"-"+(a.g-1);ID(a.uri,
"range",b);if(!a.j){c.g=2;break}return Ca(c,a.H,3);case 3:return
c.return(HF(a));case 2:return c.l=4,Ca(c,IF(a),6);case 6:Da(c);break;case
4:Ea(c),a.A++,c.g=0}})},HF=function(a){var b;return La(function(c){switch(c.g){case
1:return a.j?Ca(c,a.j.Zb(a.uri),2):c.return(Promise.reject());case
2:if(b=c.j)return b.xa&&(a.state=3),JF(a,b.video),c.return();c.l=3;return
Ca(c,IF(a),5);case 5:Da(c);break;case 3:Ea(c),a.A++,c.g=0}})},IF=function(a){var
b,c,d,e,f,g,h;return La(function(k){if(k.g==1)return b=0,
c=a.g-a.l,Ca(k,fetch(a.uri.toString()),2);d=k.j;if(d.status>=400)return
M(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
Jl("lvlmr"),a.o=d.status,k.return(Promise.reject());g=[];h=function(){var
l,p,n,r,t,u;return La(function(v){if(v.g==1)return
Ca(v,f.read(),2);l=v.j;p=l.done;n=l.value;if(p)return
r=b<c,KF(a,g,r),v.return();g.push(n);b+=(t=n)==null?void 0:t.length;JF(a,
(u=n)==null?void 0:u.buffer);return Ca(v,
h(),0)})};return Ca(k,h(),0)})},KF=function(a,b,c){c&&(a.state=3,JF(a,new
ArrayBuffer(0)));var d=new Uint8Array(b.reduce(function(g,h){return
g+h.length},0)),e=0;b=x(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.
zc(d.buffer,a.uri,0,c)},JF=function(a,b){b!
==null&&(b=b.slice(0),a.l+=b.byteLength,a.dispatchEvent({type:"progress",xd:b}))};E
F.prototype.O=function(){var a;((a=this.j)==null?
0:a.Ta())&&this.j.close();DF.prototype.O.call(this)};var MF=function(a)
{this.uri=a;this.g=LF(a)},LF=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))},NF=function(a){var b,c;return(b=a.uri)==null?void 0:(c=b.j)==null?void
0:c.startsWith("/videoplayback")};MF.prototype.getId=function(){return
OF(this,"id")};var PF=function(a){a=JD(a.uri,"range");if(!a)return
null;a=a.split("-")[0];return!a||isNaN(Number(a))?null:Number(a)},OF=function(a,b)
{var c=JD(a.uri,b);return c?c:(a=a.g.get(b))?a:null};var QF=["doubleclick.net"];
function RF(){if(Zb()||A("iPad")||A("iPod"))var a=!1;else if(Yb()){if(RD===void 0)
{a:{if(PD===void 0){if(TD){a=Hb(SD(),"Safari");var b=(new
uD(window.location.href)).l.Hb("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=PD=!0;break a}}PD=!1}a=PD}a||(QD===void
0&&(QD=Hb(SD(),"afma-sdk-a")?!0:!1),a=QD);RD=a}a=RD?!0:Yh()?!1:SF()}else a=!1;
return a}function SF(){var a=!1,b=(new
uD(window.location.href)).g;QF.forEach(function(c){b.includes(c)&&(a=!0)});return
a};var TF,WF=function(a,b,c){if(typeof a==="number")var d={name:UF(a)};else
d=a,a=VF(a.name);this.code=a;this.g=d;b="Error "+b+": "+this.getName();c&&(b+=",
"+c);ob.call(this,b)};lb(WF,ob);WF.prototype.getName=function(){return
this.g.name||""};
var
XF={dg:1,Zi:2,NOT_FOUND_ERR:3,Jf:4,Mf:5,aj:6,cg:7,ABORT_ERR:8,Zf:9,nj:10,TIMEOUT_ER
R:11,Yf:12,INVALID_ACCESS_ERR:13,INVALID_STATE_ERR:14},YF=(y.g||y.j||
XF).dg,ZF=(y.g||y.j||XF).NOT_FOUND_ERR,$F=(y.g||y.j||XF).Jf,aG=(y.g||y.j||
XF).Mf,bG=(y.g||y.j||XF).cg,cG=(y.g||y.j||XF).ABORT_ERR,dG=(y.g||y.j||
XF).Zf,eG=(y.g||y.j||XF).TIMEOUT_ERR,fG=(y.g||y.j||XF).Yf,gG=(y.DOMException||
XF).INVALID_ACCESS_ERR,hG=(y.DOMException||XF).INVALID_STATE_ERR,VF=function(a)
{switch(a){case "UnknownError":return YF;case "NotFoundError":return ZF;
case "ConstraintError":return $F;case "DataError":return aG;case
"TransactionInactiveError":return bG;case "AbortError":return cG;case
"ReadOnlyError":return dG;case "TimeoutError":return eG;case
"QuotaExceededError":return fG;case "InvalidAccessError":return gG;case
"InvalidStateError":return hG;default:return YF}},UF=function(a){switch(a){case
YF:return"UnknownError";case ZF:return"NotFoundError";case
$F:return"ConstraintError";case aG:return"DataError";case
bG:return"TransactionInactiveError";
case cG:return"AbortError";case dG:return"ReadOnlyError";case
eG:return"TimeoutError";case fG:return"QuotaExceededError";case
gG:return"InvalidAccessError";case
hG:return"InvalidStateError";default:return"UnknownError"}},iG=function(a,b)
{return"error"in a?new WF(a.error,b):new
WF({name:"UnknownError"},b)},jG=function(a,b){return"name"in a?new WF(a,b+":
"+a.message):new WF({name:"UnknownError"},b)};function kG(a){this.g=a}var
lG=y.IDBKeyRange||y.webkitIDBKeyRange;/*

Copyright 2005, 2007 Bob Ippolito. All Rights Reserved.


Copyright The Closure Library Authors.
SPDX-License-Identifier: MIT
*/
var mG=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.J=0};mG.prototype.cancel=function(a){if(this.l)this.j
instanceof mG&&this.j.cancel();else{if(this.g){var b=this.g;delete this.g;a?
b.cancel(a):(b.J--,b.J<=0&&b.cancel())}this.L=!0;this.l||nG(this,new
oG(this))}};mG.prototype.F=function(a,b){this.C=!1;pG(this,a,b)};var
pG=function(a,b,c){a.l=!0;a.j=c;a.o=!b;qG(a)},sG=function(a){if(a.l){if(!a.L)throw
new rG(a);a.L=!1}};
mG.prototype.Da=function(a){sG(this);pG(this,!0,a)};var nG=function(a,b)
{sG(a);pG(a,!1,b)},uG=function(a,b){return tG(a,b,null)},tG=function(a,b,c,d){var
e=a.l;e||(b===c?b=c=xw(b):(b=xw(b),c=xw(c)));a.B.push([b,c,d]);e&&qG(a);return
a};mG.prototype.then=function(a,b,c){var d,e,f=new Lw(function(g,h)
{e=g;d=h});tG(this,e,function(g){g instanceof oG?f.cancel():d(g);return
vG},this);return f.then(a,b,c)};mG.prototype.$goog_Thenable=!0;
var wG=function(a){return fc(a.B,function(b){return typeof
b[1]==="function"})},vG={},qG=function(a){if(a.A&&a.l&&wG(a)){var
b=a.A,c=xG[b];c&&(y.clearTimeout(c.g),delete xG[b]);a.A=0}a.g&&(a.g.J--,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===vG&&(h=void 0);h!==void 0&&(a.o=a.o&&(h==b||h instanceof
Error),a.j=b=h);if(Jw(b)||typeof y.Promise==="function"&&b instanceof y.Promise)d=!
0,a.C=!0}catch(k){b=k,a.o=!0,
wG(a)||(c=!0)}}a.j=b;d&&(h=gb(a.F,a,!0),d=gb(a.F,a,!1),b instanceof mG?
(tG(b,h,d),b.G=!0):b.then(h,d));c&&(b=new yG(b),xG[b.g]=b,a.A=b.g)},rG=function()
{ob.call(this)};lb(rG,ob);rG.prototype.message="Deferred has already
fired";rG.prototype.name="AlreadyCalledError";var oG=function()
{ob.call(this)};lb(oG,ob);oG.prototype.message="Deferred was
canceled";oG.prototype.name="CanceledError";var yG=function(a)
{this.g=y.setTimeout(gb(this.l,this),0);this.j=a};
yG.prototype.l=function(){delete xG[this.g];throw this.j;};var xG={};var
zG=function()
{R.call(this)};lb(zG,R);zG.prototype.g=null;zG.prototype.next=function(a)
{if(a)this.g["continue"](a);else this.g["continue"]
()};zG.prototype.remove=function(){var a=new mG;try{var b=this.g["delete"]
()}catch(c){return nG(a,jG(c,"deleting via cursor")),a}b.onsuccess=function()
{a.Da()};b.onerror=function(c){nG(a,iG(c.target,"deleting via cursor"))};return
a};zG.prototype.getValue=function(){return this.g.value};
var AG=function(a,b){var c=new zG;try{var d=a.openCursor(b?b.g:null)}catch(e){throw
c.dispose(),jG(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 BG(a)
{this.g=a}BG.prototype.getName=function(){return this.g.name};var
CG=function(a,b,c){var d=new mG;try{var e=a.g.get(c)}catch(f){return b+=" with key
"+Ni(c),nG(d,jG(f,b)),d}e.onsuccess=function(f)
{d.Da(f.target.result)};e.onerror=function(f){b+=" with key
"+Ni(c);nG(d,iG(f.target,b))};return d};BG.prototype.get=function(a){return
CG(this,"getting from index "+this.getName(),a)};var DG=function(a,b){return
AG(a.g,b)};function EG(a){this.g=a}EG.prototype.getName=function(){return
this.g.name};var FG=function(a,b,c,d,e){var f=new mG;try{var g=e?a.g[b](d,e):a.g[b]
(d)}catch(h){return c+=Ni(d),e&&(c+=", with key
"+Ni(e)),nG(f,jG(h,c)),f}g.onsuccess=function(h)
{f.Da(h.target.result)};g.onerror=function(h){c+=Ni(d);e&&(c+=", with key
"+Ni(e));nG(f,iG(h.target,c))};return f},GG=function(a,b){return
FG(a,"put","putting into "+a.getName()+" with value",b)};
EG.prototype.add=function(a,b){return FG(this,"add","adding into "+this.getName()+"
with value ",a,b)};EG.prototype.remove=function(a){var b=new mG;try{var
c=this.g["delete"](a instanceof kG?a.g:a)}catch(e){return c="removing from
"+this.getName()+" with key "+Ni(a),nG(b,jG(e,c)),b}c.onsuccess=function()
{b.Da()};var d=this;c.onerror=function(e){var f="removing from "+d.getName()+" with
key "+Ni(a);nG(b,iG(e.target,f))};return b};
EG.prototype.get=function(a){var b=new mG;try{var c=this.g.get(a)}catch(e){return
c="getting from "+this.getName()+" with key
"+Ni(a),nG(b,jG(e,c)),b}c.onsuccess=function(e){b.Da(e.target.result)};var
d=this;c.onerror=function(e){var f="getting from "+d.getName()+" with key
"+Ni(a);nG(b,iG(e.target,f))};return b};
EG.prototype.clear=function(){var a="clearing store "+this.getName(),b=new
mG;try{var c=this.g.clear()}catch(d){return nG(b,jG(d,a)),b}c.onsuccess=function()
{b.Da()};c.onerror=function(d){nG(b,iG(d.target,a))};return b};var HG=function(a)
{try{return new BG(a.g.index("timestamp"))}catch(b){throw jG(b,"getting index
timestamp");}};var IG=function(a,b){R.call(this);this.g=a;this.l=b;this.j=new
KE(this);this.j.listen(this.g,"complete",gb(this.dispatchEvent,this,"complete"));th
is.j.listen(this.g,"abort",gb(this.dispatchEvent,this,"abort"));this.j.listen(this.
g,"error",this.Of)};lb(IG,R);m=IG.prototype;m.Of=function(a){a.target instanceof
WF?
this.dispatchEvent({type:"error",target:a.target}):this.dispatchEvent({type:"error"
,target:iG(a.target,"in transaction")})};
m.objectStore=function(a){try{return new EG(this.g.objectStore(a))}catch(b){throw
jG(b,"getting object store "+a);}};m.commit=function(a){if(this.g.commit||!
a)try{this.g.commit()}catch(b){throw jG(b,"cannot commit the
transaction");}};m.wait=function(){var a=new mG;kw(this,"complete",gb(a.Da,a));var
b=kw(this,"abort",function(){uw(c);nG(a,new WF(cG,"waiting for transaction to
complete"))});var c=kw(this,"error",function(e){uw(b);nG(a,e.target)});var
d=this.l;return uG(a,function(){return d})};
m.abort=function(){this.g.abort()};m.O=function()
{IG.Ha.O.call(this);this.j.dispose()};function JG(a)
{R.call(this);this.g=a;this.j=new
KE(this);this.j.listen(this.g,"abort",gb(this.dispatchEvent,this,"abort"));this.j.l
isten(this.g,"error",this.Pf);this.j.listen(this.g,"versionchange",this.xg);this.j.
listen(this.g,"close",gb(this.dispatchEvent,this,"close"))}lb(JG,R);m=JG.prototype;
m.Yd=!0;m.Pf=function(a)
{a=(a=a.target)&&a.error;this.dispatchEvent({type:"error",errorCode:a&&a.severity})
};m.xg=function(a){this.dispatchEvent(new KG(a.oldVersion,a.newVersion))};
m.close=function(){this.Yd&&(this.g.close(),this.Yd=!1)};m.Ta=function(){return
this.Yd};m.getName=function(){return this.g.name};m.getVersion=function(){return
Number(this.g.version)};var LG=function(a){var b=["MediaSourceVideoChunk"];try{var
c=a.g.transaction(b,"readwrite");return new IG(c,a)}catch(d){throw jG(d,"creating
transaction");}};JG.prototype.O=function(){JG.Ha.O.call(this);this.j.dispose()};var
KG=function(a,b)
{Xv.call(this,"versionchange");this.oldVersion=a;this.newVersion=b};lb(KG,Xv);var
MG=function(a){var b=new mG;TF==void 0&&(TF=y.indexedDB||y.mozIndexedDB||
y.webkitIndexedDB||y.moz_indexedDB);var
c=TF.open("IndexedDbVideoChunkPersistentStorage",6);c.onsuccess=function(d){d=new
JG(d.target.result);b.Da(d)};c.onerror=function(d){nG(b,iG(d.target,"opening
database IndexedDbVideoChunkPersistentStorage"))};c.onupgradeneeded=function(d)
{if(a){var e=new JG(d.target.result);a(new KG(d.oldVersion,d.newVersion),e,new
IG(d.target.transaction,e))}};c.onblocked=function(){};return b};var NG=function()
{R.apply(this,arguments);this.g=null};w(NG,R);NG.prototype.initialize=function()
{var a=this;return Promise.resolve(MG(this.j)).then(function(b){a.g=b},function(b)
{M(L.getInstance(),"codf",b.message)})};NG.prototype.Ta=function(){return this.g!
==null&&this.g.Ta()};NG.prototype.close=function(){var a=this;return(new
Promise(function(b){OG(a,b)})).then(function(){return PG()}).then(function()
{a.g.close()})};
var PG=function(){var a;return((a=navigator.storage)==null?0:a.estimate)?
navigator.storage.estimate().then(function(b)
{M(L.getInstance(),"csue",String(b.usage))}):Promise.resolve(void
0)};NG.prototype.Zb=function(a){return(a=QG(a,0))?
RG(this,SG(a),a.Pc):Promise.resolve(null)};NG.prototype.zc=function(a,b,c,d)
{(b=QG(b,c))?(c=b.startIndex,TG(this,{Bj:SG(b),startIndex:c,Ic:c+a.byteLength-
1,Pc:b.Pc,timestamp:new
Date(Date.now()),xa:d,yb:b.yb,video:a})):Promise.resolve(void 0)};
NG.prototype.j=function(a,b)
{if(b.g.objectStoreNames.contains("MediaSourceVideoChunk"))try{b.g.deleteObjectStor
e("MediaSourceVideoChunk")}catch(d){throw jG(d,"deleting object store
MediaSourceVideoChunk");}a={keyPath:"cacheId"};try{var c=new
EG(b.g.createObjectStore("MediaSourceVideoChunk",a))}catch(d){throw jG(d,"creating
object store MediaSourceVideoChunk");}b={unique:!
1};try{c.g.createIndex("timestamp","timestamp",b)}catch(d){throw jG(d,"creating new
index timestamp with key path timestamp");}};
var OG=function(a,b){var c=new Date(Date.now());c.setDate(c.getDate()-30);c=new
kG(lG.upperBound(c,void 0));var
d=DG(HG(LG(a.g).objectStore("MediaSourceVideoChunk")),c),e=d.listen("n",function()
{d.remove();d.next()});kw(d,"c",function(){uw(e);b()})},QG=function(a,b){var c=new
MF(a);a=c.getId();var d=OF(c,"itag"),e=OF(c,"source"),f=OF(c,"lmt");c=PF(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?(M(L.getInstance(),
"civp",g.join("-")),null):{Sh:a,yb:d,source:e,Pc:f,startIndex:c+b}},SG=function(a)
{for(var b=[a.Sh,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.yb},RG=function(a,b,c){var
d=LG(a.g).objectStore("MediaSourceVideoChunk");return
Promise.resolve(d.get(b)).then(function(e){if(!e)return
M(L.getInstance(),"cenf","1"),null;if(e.Pc!==c)return
M(L.getInstance(),"cdl","1"),d.remove(b).then(null,function(f)
{M(L.getInstance(),"crdlvf",f.message)}),
null;M(L.getInstance(),"cefml","1");return{yb:e.yb,Ic:e.Ic,xa:e.xa,video:e.video}},
function(e){M(L.getInstance(),"cgvf",e.message);return null})},TG=function(a,b)
{a=LG(a.g).objectStore("MediaSourceVideoChunk");Promise.resolve(GG(a,b)).then(funct
ion(){M(L.getInstance(),"cavs","1")},function(c)
{M(L.getInstance(),"cavf",c.message)})};var UG=function(a){DF.call(this);var
b=this;this.H=this.j=this.g=0;this.o=this.K=null;this.uri=new
uD(a);this.state=0;this.l=(this.A=RF()&&!ZD(this.uri))?
VC(NG):null;Or(this,function(){Nr(b.l)});this.K=this.A?
this.l.initialize():null};w(UG,DF);UG.prototype.F=function(){return
this.g};UG.prototype.C=function(){return this.state===3};UG.prototype.G=function(a)
{this.state===1?
(this.g+=a,this.state=2):this.state===0&&(this.g+=a,this.state=1,VG(this))};
var VG=function(a){La(function(b){if(b.g==1)return
a.state===2&&(a.state=1),Ca(b,WG(a),4);var c=a.H>3;if(c&&a.o!==null){var
d=AF("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)})},WG=function(a){var b;return La(function(c){switch(c.g)
{case 1:b=a.j+"-"+(a.g-1);ID(a.uri,"range",
b);if(!a.A){c.g=2;break}return Ca(c,a.K,3);case 3:return c.return(XG(a));case
2:return c.l=4,Ca(c,YG(a),6);case 6:Da(c);break;case
4:Ea(c),ZG(a),c.g=0}})},XG=function(a){var b;return La(function(c){switch(c.g){case
1:return Ca(c,a.l.Zb(a.uri),2);case 2:if(b=c.j){b.xa&&(a.state=3);
$G(a,b.video,0);c.g=0;break}c.l=4;return Ca(c,YG(a),6);case 6:Da(c);break;case
4:Ea(c),ZG(a),c.g=0}})},ZG=function(a){var b=new MF(a.uri);if(Jm(mn)&&NF(b))
{a:if(NF(b)){var c=OF(b,"mn");var d=c?c.split(","):null;var e=OF(b,
"fvip");c=b.uri.G();if(d&&e){var f=(Number(OF(b,"fallback_count"))||0)+1;if(d=d[f])
{c.g="r"+e+"---"+d+".googlevideo.com";ID(c,"fallback_count",f);b=c;break a}}var
g,h;e=Number(((h=(g=JD(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");ID(c,"cmo","pf="+
(e+1));b=c}else b=b.uri;a.uri=b;a.dispatchEvent(AF("bandaid_fallback_count"))}else
Jm(qn)&&ZD(a.uri)&&(a.uri=new uD($D(a.uri)));a.H++},YG=function(a){return new
Promise(function(b,
c){var d=new XMLHttpRequest,e=0,f=a.g-a.j;d.addEventListener("load",function()
{Jl("lvlcl");if(d.status>=400)M(L.getInstance(),"lvlxes",d.status.toString()),a.o=d
.status,c();else{var g=d.response;g.byteLength<f&&(a.state=3);var
h=$G(a,g,e);e+=h;a.A&&g.byteLength>0&&a.l.zc(g,a.uri,0,g.byteLength<f);b()}});d.add
EventListener("timeout",function()
{Jl("lvlct");a.o=d.status;c()});d.addEventListener("error",function()
{Jl("lvlce");a.o=d.status;c()});d.addEventListener("progress",function()
{if(d.status>=400)a.o=
d.status;else{var
g=$G(a,d.response,e);e+=g}});d.responseType="arraybuffer";d.open("get",a.uri.toStri
ng());d.send(null)})},$G=function(a,b,c){if(b===null)return
0;b=b.slice(c);a.j+=b.byteLength;a.dispatchEvent({type:"progress",xd:b});return
b.byteLength};UG.prototype.O=function()
{this.A&&this.l.Ta()&&this.l.close();DF.prototype.O.call(this)};var aH=function()
{};aH.prototype.ih=function(a,b,c){return c===0?1E6:b-a<5E3?3E5:0};var
cH=function(a,b){var c=this;this.g=a;this.index=b;this.j=[];this.g||
Jl("msms_sbf"+this.index);this.g.addEventListener("updateend",function()
{bH(c)});this.g.addEventListener("error",function()
{Jl("msms_sbe"+c.index)})},bH=function(a){if(a.j.length>0&&!a.g.updating){var
b=a.j.shift();a.g.appendBuffer(b)}};var dH=function()
{this.g=this.cache=null};m=dH.prototype;m.initialize=function(){var a=this;return
window.caches.open("CACHE_VIDEO_CHUNK_PERSISTENT_STORAGE").then(function(b)
{a.cache=b},function(b){M(L.getInstance(),"codf",b.message)})};m.Ta=function()
{return this.cache!==null};m.close=function(){return Promise.resolve()};
m.Zb=function(a){var b=this;a=eH(this,a);return this.Ta()&&a?
this.cache.match(a).then(function(c){if(!c)return
M(L.getInstance(),"cenf","1"),Promise.resolve(null);M(L.getInstance(),"cef","1");re
turn c.arrayBuffer().then(function(d){var e=PF(b.g),f;(f=JD(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{yb:OF(b.g,"itag"),Ic:e,xa:f,video:d}})},function(c)
{M(L.getInstance(),"cgvf",c.message);return Promise.resolve(null)}):
(M(L.getInstance(),
"cgvf","1"),Promise.resolve(null))};m.zc=function(a,b){b=eH(this,b);a=new
Response(a);this.Ta()&&b?this.cache.put(b,a).then(function()
{M(L.getInstance(),"cavs","1")},function(c){M(L.getInstance(),"cavf",c.message)}):
(M(L.getInstance(),"cavf","1"),Promise.resolve())};
var eH=function(a,b){a.g=new MF(b);b=a.g.getId();var
c=OF(a.g,"itag"),d=OF(a.g,"source"),e=OF(a.g,"lmt");a=OF(a.g,"range");if(b&&c&&d&&a
)return new Request("http://url/videoplayback?
id="+b+"&itag="+c+"&source="+d+"&lmt="+e+"&range="+a);M(L.getInstance(),"civp","1")
;return null};var hH=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(Jm(en)){var c=null;RF()&&(Jm(gn)?
c=VC(dH):c=VC(NG));this.o=this.l.map(function(d){return VC(EF,d.url,ZD(d.url)?
null:c)})}else this.o=this.l.map(function(d){return
VC(UG,d.url)});this.j=VC(MediaSource);this.H=function()
{fH(b)};this.j.addEventListener("sourceopen",this.H);this.K=gH(this)};w(hH,R);
var gH=function(a){for(var b=[],c=0;c<a.l.length;++c)b.push(new aH);return
b},fH=function(a){Jl("msms_oso");for(var b={Aa:0};b.Aa<a.l.length;b={ge:void
0,Qc:void 0,qb:void 0,Aa:b.Aa,Rc:void 0},++b.Aa){var
c=a.l[b.Aa];M(L.getInstance(),"msms_mime"+b.Aa,c.mimeType);M(L.getInstance(),"msms_
cs"+b.Aa,c.Ia.toString());Jm(fn)?(b.ge=new
cH(a.j.addSourceBuffer(c.mimeType),b.Aa),b.Qc=a.o[b.Aa],b.Qc.listen("progress",func
tion(d){return function(e){var f=d.ge,g=d.Qc;e=e.xd;e.byteLength!
==0&&(f.j.push(e),bH(f));
g.C()&&(a.C++,a.C===a.g.length&&iH(a))}}
(b)),b.Qc.listen("media_source_error",function(d)
{a.dispatchEvent(d)}),a.g.push(b.ge.g)):(b.qb=a.j.addSourceBuffer(c.mimeType),b.qb?
(b.Rc=a.o[b.Aa],Jm(en)&&b.qb.addEventListener("updateend",function(d){return
function(){if(a.F.length>0&&!d.qb.updating){var
e=a.F.shift();d.qb.appendBuffer(e)}}}(b)),b.qb.addEventListener("error",function(d)
{return function(){Jl("msms_sbe"+d.Aa)}}(b)),b.Rc.listen("progress",function(d)
{return function(e){var f=d.qb,g=d.Rc;e=e.xd;
e.byteLength!==0&&(Jm(en)?f.updating?
a.F.push(e):f.appendBuffer(e):f.appendBuffer(e));g.C()&&(a.C+
+,a.C===a.g.length&&iH(a))}}(b)),b.Rc.listen("media_source_error",function(d)
{a.dispatchEvent(d)}),a.g.push(b.qb)):Jl("msms_sbf"+b.Aa))}M(L.getInstance(),"msms_
ns",a.g.length.toString());a.M=!0;jH(a)},iH=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()})},jH=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].ih(a.G,d,c.F());d!==0&&c.G(d)}},kH=function(a)
{a.A=Hi(a.j).toString();return a.A};hH.prototype.O=function()
{this.A&&window.URL.revokeObjectURL(this.A);for(var a=x(this.o),b=a.next();!
b.done;b=a.next())b.value.dispose();this.j.removeEventListener("sourceopen",this.H)
;R.prototype.O.call(this)};
hH.prototype.ld=function(a){this.K.filter(function(){return!1}).map(function(b)
{return b}).forEach(function(b){b.g=Object.assign({},wF,b.g,a)})};var
lH=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"),mH=RegExp("outstream.min.js"),nH=RegExp("outstream.min.css"),oH=RegExp("fon
ts.gstatic.com"),pH=RegExp("googlevideo.com/videoplayback|c.2mdn.net/videoplayback|
gcdn.2mdn.net/videoplayback"),qH=RegExp("custom.elements.min.js");
function rH(a,b){var c=0,d=0,e=0,f=0,g=0,h=0,k=0,l=!1,p=!1;if(typeof
Ua("performance.getEntriesByType",y)==="function"&&"transferSize"in
y.PerformanceResourceTiming.prototype){var
n=y.performance.getEntriesByType("resource");n=x(n);for(var r=n.next();!
r.done;r=n.next())r=r.value,lH.test(r.name)||(f+=1,r.transferSize?
(c+=r.transferSize,r.encodedBodySize&&r.transferSize<r.encodedBodySize&&(h+=1,e+=r.
encodedBodySize,mH.test(r.name)&&(l=!0),nH.test(r.name)&&(p=!
0)),pH.test(r.name)&&(d+=r.transferSize)):
r.transferSize===0&&r.encodedBodySize===0?qH.test(r.name)?c+=6686:oH.test(r.name)||
(k+=1,Il(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,mH.test(r.name)&&(l=!0),nH.test(r.name)&&(p=!
0)));n=0;if(a.duration){for(r=0;r<a.buffered.length;r++)n+=a.buffered.end(r)-
a.buffered.start(r);n=Math.min(n,a.duration)}Il(L.getInstance(),
{event_name:b,asset_bytes:c,video_bytes:d,cached_data_bytes:e,
js_cached:l,css_cached:p,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:n.toFixed(2)})}else
M(L.getInstance(),"error","reporting_timing_not_supported")};var
sH=function(a,b,c,d){this.url=a;this.mimeType=b;this.Ia=c;this.g=d===void 0?
null:d};function tH(a){var
b=L.getInstance(),c=a.getVideoPlaybackQuality&&a.getVideoPlaybackQuality();c?
(a=a.currentTime,M(b,"vqdf",String(c.droppedVideoFrames)),M(b,"vqtf",String(c.total
VideoFrames)),M(b,"vqfr",String(Math.round(c.totalVideoFrames/
a)))):M(b,"vqu","1")};function uH(a){this.g=a}uH.prototype.toString=function()
{return this.g};var vH=new uH("video_mute"),wH=new
uH("video_caption_visibility");function xH(a)
{Q.call(this);this.A=1;this.l=[];this.o=0;this.g=[];this.j={};this.F=!!
a}lb(xH,Q);var yH=function(a,b,c){var d=wH.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)},zH=function(a,b,c){var
d=a.j[wH.toString()];if(d){var e=a.g;(d=d.find(function(f){return
e[f+1]==b&&e[f+2]==c}))&&a.B(d)}};
xH.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&&lc(c,a),delete this.g[a],delete
this.g[a+1],delete this.g[a+2])}return!!b};
xH.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],AH(this.g[e+1],this.g[e+2],d);else{this.o++;try{for(f=0,e=c.length;f<e&&!
this.Ba();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 AH=function(a,b,c){Hw(function()
{a.apply(b,c)})};
xH.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={}};xH.prototype.O=function()
{xH.Ha.O.call(this);this.clear();this.l.length=0};function BH(a)
{Q.call(this);this.g=new
xH(a);Pr(this,this.g)}lb(BH,Q);BH.prototype.clear=function(a){this.g.clear(a!==void
0?a.toString():void 0)};var CH=function(a){a=a===void 0?
null:a;Q.call(this);this.g=new KE(this);Pr(this,this.g);this.Ab=a};w(CH,Q);var
DH=function(a,b,c){a.Ab&&(yH(a.Ab.g,b,c),Or(a,function(){zH(a.Ab.g,b,c)}))};var
EH=function(a,b){CH.call(this,b);DH(this,function(c){c?
a.g.mode="showing":a.kb()},this)};w(EH,CH);var FH=function()
{R.call(this);this.j=new KE(this);Pr(this,this.j)};w(FH,R);var HH=function(a,b,c)
{c=c===void 0?!0:c;FH.call(this);a.setAttribute("crossorigin","anonymous");var
d=$o("TRACK");d.setAttribute("kind","captions");d.setAttribute("src",b);d.setAttrib
ute("default","");a.appendChild(d);this.g=a.textTracks[0];GH(this);c?
this.g.mode="showing":this.kb()};w(HH,FH);var GH=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})};
HH.prototype.kb=function(){this.g.mode="hidden"};function IH(a,b){if(typeof
ReportingObserver!=="undefined"){var c=function(e){e=x(e);for(var f=e.next();!
f.done;f=e.next())f=f.value,a(f)&&b(f)},d=new ReportingObserver(c,{buffered:!
0});y.addEventListener("pagehide",function()
{c(d.takeRecords(),d);d.disconnect()});d.observe()}}
function JH(a){a=a===void 0?null:a;IH(function(b){return
b.body&&b.body.id==="HeavyAdIntervention"},function(b){var
c=b.body.message,d=L.getInstance();M(d,"ham",c);c.includes("CPU")?
M(d,"hacpu","true"):c.includes("network")&&M(d,"habytes","true");a&&a(b)})};var
KH="autoplay controls crossorigin demuxedaudiosrc demuxedvideosrc loop muted
playsinline poster preload src webkit-playsinline x-webkit-airplay".split("
"),LH="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(" "),
MH={childList:!0},NH=!RegExp("^\\s*class\\s*\\{\\s*\\}\\s*$").test(function()
{}.toString()),OH=HTMLElement;NH&&(OH=function(){var
a=Object.getPrototypeOf(this).constructor;return y.Reflect.construct(HTMLElement,
[],a)},Object.setPrototypeOf(OH,HTMLElement),Object.setPrototypeOf(OH.prototype,HTM
LElement.prototype));
var PH=function(a){if(a!==null){a=x(a);for(var b=a.next();!
b.done;b=a.next())if(b=b.value,b.nodeName==="TRACK".toString())return b}return
null},QH=function(a,b){this.code=a;this.message=b===void 0?"":b},RH=function(a)
{QH.call(this,MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED,a===void 0?"":a)};w(RH,QH);
var VH=function(a,b){b=b===void 0?!1:b;var c=OH.call(this)||
this;M(L.getInstance(),"ulv","1");c.Oh=b;c.ra=null;c.jf=null;c.Fe=null;c.T=$o("VIDE
O");SH(c);c.Ab=a||new
BH;TH(c);c.Ec=null;UH(c);c.attachShadow({mode:"open"});c.shadowRoot.appendChild(c.T
);JH(function(){M(L.getInstance(),"has",c.src||
c.fb);M(L.getInstance(),"hat",String(c.T.currentTime))});c.hd=!1;c.lf=!
1;c.kc=null;c.qd=null;c.Ph=!1;c.uf=!1;c.Fj=null;c.Ub=null;return c};w(VH,OH);var
WH=function(a){a.T.load();Jm(nn)&&a.T.dispatchEvent(new Event("canplaythrough"))};
VH.prototype.attributeChangedCallback=function(a,b,c){switch(a){case
"src":XH(this,c);break;case "demuxedaudiosrc":case
"demuxedvideosrc":YH(this);break;case "muted":this.T[a]=c===""?!0:!!
c;ZH(this,a,c);break;default:ZH(this,a,c)}};VH.prototype.ld=function(a)
{this.Ub=a;var b;(b=this.ra)==null||b.ld(a)};
var ZH=function(a,b,c){c!==a.T.getAttribute(b)&&(c===null?
a.T.removeAttribute(b):a.T.setAttribute(b,c))},$H=function(a)
{a.ra&&(a.T.removeEventListener("timeupdate",a.kc),a.ra.dispose(),a.ra=null)},aI=fu
nction(a,b){a.Fe=b;a.T.dispatchEvent(new Event("error"))},SH=function(a)
{bI(a);cI(a);a.T.addEventListener("loadedmetadata",function()
{a.qd=lE(a);a.qd.then(function(b){var c=a.T.videoWidth;var
d=a.T.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&&Nq(a.T,{"object-
fit":c})})});a.T.addEventListener("play",function(){a.lf||
(rH(a.T,"first_play"),a.lf=!0)});a.T.addEventListener("pause",function(){a.hd||
(rH(a.T,"first_pause"),tH(a.T),a.hd=!0)});lw(y,"pagehide",function(){a.hd||
(rH(a.T,"first_pause"),tH(a.T),a.hd=!0)});a.T.addEventListener("stalled",function()
{M(L.getInstance(),"ves","1")});(new vE(a.T)).listen("playbackStalled",function()
{return M(L.getInstance(),"pbs","1")});a.T.addEventListener("media_source_error",
function(b){$H(a);b=b.detail;aI(a,new QH(b.code,b.message))});dI(a)},UH=function(a)
{var b=PH(a.childNodes);b&&eI(a,b);a.Ec===null&&fI(a)},fI=function(a)
{if(y.MutationObserver){var b=new MutationObserver(function(c){c=x(c);for(var
d=c.next();!
d.done;d=c.next())if(d=d.value,d.type==="childList"&&(d=PH(d.addedNodes)))
{eI(a,d);b.disconnect();break}});b.observe(a,MH)}},TH=function(a)
{a.T.addEventListener("volumechange",function()
{a.Ab.g.C(vH.toString(),a.T.muted);a.Oh||a.Ab.g.C(wH.toString(),a.T.muted)})},
eI=function(a,b){if(a.Ec===null&&b.hasAttribute("src")){var
c=b.getAttribute("src");a.Ec=new HH(a.T,c,b.hasAttribute("default"));new
EH(a.Ec,a.Ab);c.includes("kind=asr")&&M(L.getInstance(),"act","1")}},XH=function(a,
b){if(b!==a.jf){a.jf=b;a.Ph&&b&&YD(b)&&(b=$D(b));var c=b?yF(b):null,d=!!
c&&CF(c);M(L.getInstance(),"umsem",d?"1":"0");d?
(b=VC(sH,b,zF(c),pF[c]*1E3,null),a.ra=VC(hH,
[b]),a.Ub&&a.ra.ld(a.Ub),a.ra.listen("media_source_error",function(e)
{e=AF("media_source_error",e.detail);a.T.dispatchEvent(e)}),
a.kc=function(){var
e=a.ra;e.G=a.T.currentTime*1E3;jH(e)},a.T.addEventListener("timeupdate",a.kc),ZH(a,
"src",kH(a.ra))):($H(a),ZH(a,"src",b));a.uf||WH(a)}},YH=function(a){a.src&&aI(a,new
QH(MediaError.MEDIA_ERR_ABORTED,"Setting demuxed src after src is already
set."));if(!a.vb&&!a.fb&&a.ra)$H(a),ZH(a,"src",null),WH(a);else if(a.vb&&a.fb){var
b=yF(YD(a.fb)?$D(a.fb):a.fb),c=yF(YD(a.vb)?$D(a.vb):a.vb);if(b&&CF(b))if(c&&CF(c))
{var d=!!b&&CF(b)&&!!c&&CF(c);M(L.getInstance(),"umsed",d?"1":"0");b=VC(sH,
a.fb,zF(b),-1,null);c=VC(sH,a.vb,zF(c),-1,null);a.ra=VC(hH,
[b,c]);a.Ub&&a.ra.ld(a.Ub);a.ra.listen("media_source_error",function(e)
{e=AF("media_source_error",e.detail);a.T.dispatchEvent(e)});a.kc=function(){var
e=a.ra;e.G=a.T.currentTime*1E3;jH(e)};a.T.addEventListener("timeupdate",a.kc);ZH(a,
"src",kH(a.ra));a.uf||WH(a)}else aI(a,new RH('Audio itag "'+c+'" not
supported.'));else aI(a,new RH('Video itag "'+b+'" not
supported.'))}},bI=function(a){for(var b=x(LH),c=b.next(),d={};!c.done;d={Ya:void
0,
getValue:void 0},c=b.next())d.Ya=c.value,d.Ya in a.T&&(typeof
a.T[d.Ya]==="function"?
(d.getValue=a.T[d.Ya].bind(a.T),Object.defineProperty(a,d.Ya,{set:function(e)
{return function(f){a.T[e.Ya]=f}}(d),get:function(e){return function(){return
e.getValue}}(d)})):Object.defineProperty(a,d.Ya,{set:function(e){return function(f)
{a.T[e.Ya]=f}}(d),get:function(e){return function(){return a.T[e.Ya]}}
(d)}))},cI=function(a){Object.defineProperty(a,"error",{set:function()
{},get:function(){return a.T.error?a.T.error:
a.Fe}})},dI=function(a)
{a.T.style.width=Uq();a.T.style.height=Uq()};VH.prototype.disconnectedCallback=func
tion()
{this.qd&&mE(this.qd);OH.prototype.disconnectedCallback&&OH.prototype.disconnectedC
allback.call(this)};
da.Object.defineProperties(VH.prototype,{vb:{configurable:!0,enumerable:!
0,set:function(a){this.setAttribute("demuxedaudiosrc",a)},get:function(){return
this.getAttribute("demuxedaudiosrc")}},fb:{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(VH,{observedAttributes:{configurable:!0,enumerable:!
0,get:function(){return KH}}});y.customElements&&(y.customElements.get("lima-
video")||y.customElements.define("lima-video",VH));var gI=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.Z=d;this.loaded=this.l=!
1;this.P=null;this.A=0;this.j=new KE(this);Pr(this,this.j);this.Qa=b&&Ec&&!Uc||
c;this.ga=[];this.ia=new jF(a)};w(gI,R);m=gI.prototype;m.dispatchEvent=function(a)
{return this.Z?(this.ga.push(a),!
0):R.prototype.dispatchEvent.call(this,a)};m.Ae=function(){var
a=this.ia;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.wc=function(a){lF(this.ia,a)};m.releaseEvents=function(){var
a=this;this.Z&&(this.Z=!1,this.ga.forEach(function(b){a.dispatchEvent(b)}))};
m.Be=function()
{this.Qb();this.j.listen(this.g,"ended",this.Ud);this.j.listen(this.g,"pause",this.
Wd);this.j.listen(this.g,"playing",this.ed);this.j.listen(this.g,"timeupdate",this.
Xd);this.j.listen(this.g,"volumechange",this.ff);this.j.listen(this.g,"error",this.
Cb);this.j.listen(this.g,"canplay",this.jh);this.j.listen(this.g,"canplaythrough",t
his.kh);this.j.listen(this.g,"loadstart",this.nh);this.j.listen(this.g,"durationcha
nge",this.lh);this.j.listen(this.g,"waiting",this.vh);this.j.listen(this.g,
"seeked",this.rh);this.j.listen(this.g,"seeking",this.sh);this.j.listen(this.g,"sta
lled",this.th);this.j.listen(this.g,"progress",this.qh);this.j.listen(this.g,"loade
ddata",this.Vd);this.j.listen(this.g,"windowFocusChanged",this.wh)};m.Qb=function()
{OE(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.Ve=function(){return this.g.paused};m.Ld=function(){return!1};
m.Ud=function(){this.dispatchEvent("end");hI(this)};m.Wd=function(){this.g.ended||
this.dispatchEvent("pause");hI(this)};m.ed=function()
{this.dispatchEvent("play");this.Qa&&this.jc()};m.jc=function(){this.l||(this.l=!
0,hI(this),this.dispatchEvent("start"))};m.Xd=function(){var
a=this.getCurrentTime();if(!this.l)
{if(a<=0)return;if(Uc&&this.g.ended&&this.getDuration()===1)
{this.Cb();return}this.jc()}this.A=Math.max(this.A,a);this.dispatchEvent("timeUpdat
e")};m.vh=function(){this.dispatchEvent("waiting")};
m.ff=function(){this.dispatchEvent("volumeChange")};m.lh=function()
{this.dispatchEvent("durationChange")};m.Cb=function()
{hI(this);this.dispatchEvent("error")};m.jh=function()
{this.dispatchEvent("canPlay");this.Vd()};m.kh=function()
{this.dispatchEvent("canPlayThrough")};m.nh=function()
{this.dispatchEvent("loadStart")};m.rh=function()
{this.dispatchEvent("seeked")};m.sh=function()
{this.dispatchEvent("seeking")};m.th=function(){this.dispatchEvent("stalled")};
m.qh=function()
{this.g.buffered&&this.g.buffered.length&&this.g.buffered.end(this.g.buffered.lengt
h-
1)===this.getDuration()&&(Jl("vfl"),this.dispatchEvent("fullyLoaded"))};m.Vd=functi
on(){this.loaded||(Jl("vil"),this.loaded=!
0,this.dispatchEvent("loaded"))};m.wh=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||iI(this);return this.g.play()};m.pause=function()
{this.g.pause()};var iI=function(a){a.P||(a.P=ax(function(){a.l||
a.dispatchEvent("mediaPlaybackTimeout")},8E3))},hI=function(a)
{a.P&&(y.clearTimeout(a.P),a.P=null)};gI.prototype.setVolume=function(a)
{this.g.volume=a};gI.prototype.canPlayType=function(a){if(typeof
this.g.canPlayType!=="function")return M(L.getInstance(),"vmcpy","1"),!
0;a=this.g.canPlayType(a);return a!==""&&a!=null};gI.prototype.getSize=function()
{return Wq(this.g)};var jI=function(){};function kI(){var
a=VC(NG);a.initialize().then(function(){var
b=AF("initialized");a.dispatchEvent(b)});return a}
var mI=function(a,b,c,d,e)
{Q.call(this);this.G=a;this.j=c;this.o=e;this.aa=this.U=this.Eb=this.F=this.l=this.
Qa=0;this.C=[];this.M=!1;this.ba=this.ga=this.da=null;this.va=!
1;this.Fb=this.K=this.B=this.wa=this.Pa=null;this.xa=!1;this.H=new
uD(b.url);this.Ia=b.Ia;this.ia=d;(this.P=b.g)||
this.H.l.remove("alr");M(L.getInstance(),"sl_dv"+this.o,(this.P!
==null).toString());this.V=!this.P;this.g=new
XMLHttpRequest;this.Z=.1;if(this.A=RF()&&!
ZD(this.H))this.B=kI(),Pr(this,this.B);lI(this)};w(mI,Q);
var nI=function(a,b)
{b=AF("media_source_error",b);a.G.dispatchEvent(b)},oI=function(a,b){nI(a,
{code:a.l>1?
MediaError.MEDIA_ERR_NETWORK:MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED,message:b})},lI
=function(a){a.da=function(){pI(a);if(a.V){var b=a.g.responseText;a.M=!b||
b.length<a.Ia;a.U=0;Jl("sl_cc"+a.o+"_"+a.l);a.F++;qI(a)}};a.ga=function()
{pI(a)};a.ba=function(){Jl("sl_ec"+a.o+"_"+a.l);oI(a,"Failed to load chunk "+a.l+"
for stream
"+a.o)};a.g.addEventListener("load",a.da);a.g.addEventListener("progress",
a.ga);a.g.addEventListener("error",a.ba);a.j.addEventListener("updateend",function(
){a.j.buffered.length&&(a.Eb=a.j.buffered.end(0),a.A?a.xa&&!
a.j.updating&&a.l===a.F&&(Jl("sl_lc"+a.o),a.ia()):a.M&&!
a.j.updating&&a.l===a.F&&(Jl("sl_lc"+a.o),a.ia()));!
a.va&&a.G.buffered.length>1&&(M(L.getInstance(),"dbr","1"),a.va=!
0)});a.j.addEventListener("update",function(){a.C.length&&!
a.j.updating&&a.j.appendBuffer(a.C.shift())});a.j.addEventListener("error",function
(){Jl("msb_err"+a.o);nI(a,{code:MediaError.MEDIA_ERR_DECODE,
message:"Error on SourceBuffer "+a.o})});a.A?(a.B.Ta()?
rI(a):a.Pa=lw(a.B,"initialized",function()
{rI(a)}),a.wa=lw(a.B,"get_video_succeeded",function()
{qI(a)})):rI(a)},tI=function(a){Jl("sl_rc"+a.o+"_"+a.l);var
b=sI(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.Fb=b)},pI=function(a)
{if(a.g.status>=400)oI(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
uD(a.g.response),a.l=0,a.F=0,a.Qa++,rI(a));return}a.V=!
0;Jl("sl_redc"+a.o);M(L.getInstance(),"sl_tr"+a.o,a.Qa.toString())}a.H.l.remove("al
r");if(a.g.readyState===XMLHttpRequest.LOADING||
a.g.readyState===XMLHttpRequest.DONE)b=uI(a,a.U),a.U=a.g.response.length,a.aa+=b.by
teLength,vI(a,b);if(a.A&&a.g.readyState===XMLHttpRequest.DONE&&(b=uI(a,0),b.byteLen
gth>0)){var c=a.g.responseText;a.xa=!c||c.length<a.Ia;a.B.zc(b,new uD(a.Fb),
0,a.xa)}}},vI=function(a,b){b.byteLength>0&&(a.j.updating||a.C.length?
a.C.push(b):a.j.appendBuffer(b))},uI=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},qI=function(a){var b=aE;b!==-1&&b<a.aa+a.Ia?(a.G.pause(),aE=-1,b=!1):
(b=a.F===a.l&&!a.j.updating&&!a.C.length,b=a.A?!a.xa&&b&&a.G.currentTime>=a.Z:!
a.M&&b&&a.G.currentTime>=a.Z);b&&(a.Z=a.Eb+.1,rI(a))},sI=function(a){var
b=a.A&&a.K?a.K+1:a.l*a.Ia;return ID(a.H,"range",
b+"-"+(b+a.Ia-1)).toString()},rI=function(a){if(a.A){var b=new
uD(sI(a));a.B.Zb(b).then(function(c){c?
(a.K=Number(c.Ic),a.xa=c.xa,vI(a,c.video),c=AF("get_video_succeeded"),a.B.dispatchE
vent(c),a.F++):tI(a);a.l++})}else tI(a),a.l++};mI.prototype.O=function()
{this.A&&this.B.Ta()&&this.B.close();this.g.removeEventListener("load",this.da);thi
s.g.removeEventListener("progress",this.ga);this.g.removeEventListener("error",this
.ba);uw(this.Pa);uw(this.wa);Q.prototype.O.call(this)};var xI=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()
{wI(c)};this.g.addEventListener("sourceopen",this.C)};w(xI,Q);
var yI=function(a){a.o&&a.B.removeEventListener("timeupdate",a.o)},wI=function(a)
{Jl("msmsw_oso");a.o=function(){if(!a.A)for(var e=x(a.l),f=e.next();!
f.done;f=e.next())qI(f.value)};a.B.addEventListener("timeupdate",a.o);for(var
b=0;b<a.G.length;b++){var
c=a.G[b];M(L.getInstance(),"msmsw_mime"+b,c.mimeType);M(L.getInstance(),"msmsw_cs"+
b,c.Ia.toString());var d=a.g.addSourceBuffer(c.mimeType);d?
(a.F.push(d),c=VC(mI,a.B,c,d,function(){a:if(!a.A){for(var e=x(a.l),f=e.next();!
f.done;f=e.next())if(f=f.value,
f.A?!f.xa||f.j.updating||f.C.length:!f.M||f.j.updating||f.C.length)break
a;a.g.endOfStream();a.A=!
0;yI(a)}},b),a.l.push(c)):Jl("msmsw_sbf"+b)}M(L.getInstance(),"msmsw_ns",a.F.length
.toString())};xI.prototype.O=function()
{this.j&&window.URL.revokeObjectURL(this.j);for(var a=x(this.l),b=a.next();!
b.done;b=a.next())b.value.dispose();yI(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
zI="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),AI=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]=zI[d==19?c&3|8:c]);return a.join("")};var CI=function(a)
{uD.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;BI(this,c)};w(CI,uD);CI.proto
type.toString=function(){return
DI(this,uD.prototype.toString.call(this))};CI.prototype.F=function(){return""};
var BI=function(a,b){yb(Ti(b))||b.split(";").forEach(function(c){var
d=c.indexOf("=");if(!(d<=0)){var
e=Pi(c.substring(0,d));c=Pi(c.substring(d+1));d=a.C.get(e);d!=null?d.includes(c)||
d.push(c):d=[Ti(c)];a.C.set(e,d)}},a)},EI=function(a){if(yb(Ti("ord")))return
null;a=a.C.get("ord");return a!=null?a:null},FI=function(a,b){yb(Ti("ord"))||
(b=b.map(Ti),a.C.set("ord",b))},DI=function(a,b)
{b=[Ti(b)];b.push.apply(b,pa(GI(a)));return b.join(";")},GI=function(a){var
b=EI(a);b==null?b=[Ti(Date.now())]:yb(Ti("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]);FI(a,b);return
c};CI.prototype.G=function(){return new CI(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,
ij: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 HI=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};w(HI,Error);m=HI.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():"")};var
II=ra(["https://imasdk.googleapis.com/js/sdkloader/car.js"]);dj(II);function JI(a)
{return a?(a=/\/(\d+)(?:,\d+){0,2}\//.exec(a))&&a.length===2?
a[1]:null:null}function KI(a){if(a==="")return null;a=new uD(a);var
b=JD(a,"slotname")||JD(a,"iu");if(!(b=b?JI(b):null)){var c;b=(a=(c=JD(a,"client"))!
=null?c:"")?a:null}return b}function LI(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 MI(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 NI=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.UPTC_UptcString="uptcString",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 OI=function(a)
{this.g=a},PI=function(a,b){return ni(a.g,b)&&(a=a.g[b],typeof a==="boolean")?a:!
1},QI=function(a){return
ni(a.g,"videoElementFakeDuration")&&(a=a.g.videoElementFakeDuration,typeof
a==="number")?a:NaN},RI=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.U=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.Z="";this.C=null;this.ba=this.V=-1;this.A="";this.M=!
1;this.da=null;this.K=!0;this.F=AI();this.P={};this.J="";this.H=0;try{this.da=yp()
[0]}catch(a){}},SI=function(a){a=Ti(a);yb(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.U=a};
m.getNumRedirects=function(){return this.U};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.Hg=function()
{return this.B};m.setAutoPlayAdBreaks=function(a){this.o=a};m.Ug=function(){return
this.o};m.Ch=function(a){this.j=a};m.Gg=function(){return
this.j};m.setLocale=function(a){if(a=DE(a))this.locale=a};m.getLocale=function()
{return this.locale};
m.setPlayerType=function(a){this.Z=SI(a)};m.getPlayerType=function(){return
this.Z};m.setPlayerVersion=function(a){this.aa=SI(a)};m.getPlayerVersion=function()
{return this.aa};var TI=function(a){if(a.C==null){var b={};var c=(new
uD(Xo().location.href)).l;if(OD(c,"tcnfp"))try{b=JSON.parse(c.get("tcnfp"))}catch(d
){}a.C=new OI(b)}return a.C};m=T.prototype;m.Dh=function(a)
{this.V=a};m.Eh=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.Bh=function()
{};m.Fg=function(){return!0};m.setFeatureFlags=function(a)
{this.P=a};m.getFeatureFlags=function(){return this.P};
var UI=function(a,b){b=b===void 0?null:b;var c={};b!
=null&&(c.activeViewPushUpdates=b);c.activityMonitorMode=a.g;c.adsToken=a.A;c.autoP
layAdBreaks=a.o;c.companionBackfill=a.getCompanionBackfill();c.cookiesEnabled=a.isC
ookiesEnabled();c.disableCustomPlaybackForIOS10Plus=a.getDisableCustomPlaybackForIO
S10Plus();c.engagementDetection=!0;c.isFunctionalTest=!
1;c.isVpaidAdapter=a.j;c["1pJar"]="";c.numRedirects=a.getNumRedirects();c.pageCorre
lator=a.V;c.persistentStateCorrelator=Sk();c.playerType=a.getPlayerType();
c.playerVersion=a.getPlayerVersion();c.ppid=a.getPpid();c.privacyControls="";c.repo
rtMediaRequests=!
1;c.sessionId=a.F;c.streamCorrelator=a.ba;c.testingConfig=TI(a).g;c.urlSignals=a.da
;c.vpaidMode=a.B;c.featureFlags=a.getFeatureFlags();c.cookieDeprecationLabel=a.J;c.
cookieDeprecationLabelStatus=a.H;return
c};T.prototype.getFeatureFlags=T.prototype.getFeatureFlags;T.prototype.setFeatureFl
ags=T.prototype.setFeatureFlags;T.prototype.getDisableFlashAds=T.prototype.Fg;T.pro
totype.setDisableFlashAds=T.prototype.Bh;
T.prototype.setSessionId=T.prototype.setSessionId;T.prototype.setCookiesEnabled=T.p
rototype.setCookiesEnabled;T.prototype.isCookiesEnabled=T.prototype.isCookiesEnable
d;T.prototype.getDisableCustomPlaybackForIOS10Plus=T.prototype.getDisableCustomPlay
backForIOS10Plus;T.prototype.setDisableCustomPlaybackForIOS10Plus=T.prototype.setDi
sableCustomPlaybackForIOS10Plus;T.prototype.setStreamCorrelator=T.prototype.Eh;T.pr
ototype.setPageCorrelator=T.prototype.Dh;T.prototype.getPlayerVersion=T.prototype.g
etPlayerVersion;
T.prototype.setPlayerVersion=T.prototype.setPlayerVersion;T.prototype.getPlayerType
=T.prototype.getPlayerType;T.prototype.setPlayerType=T.prototype.setPlayerType;T.pr
ototype.getLocale=T.prototype.getLocale;T.prototype.setLocale=T.prototype.setLocale
;T.prototype.getIsVpaidAdapter=T.prototype.Gg;T.prototype.setIsVpaidAdapter=T.proto
type.Ch;T.prototype.isAutoPlayAdBreaks=T.prototype.Ug;T.prototype.setAutoPlayAdBrea
ks=T.prototype.setAutoPlayAdBreaks;T.prototype.getVpaidMode=T.prototype.Hg;
T.prototype.setVpaidMode=T.prototype.setVpaidMode;T.prototype.setVpaidAllowed=T.pro
totype.setVpaidAllowed;T.prototype.getPpid=T.prototype.getPpid;T.prototype.setPpid=
T.prototype.setPpid;T.prototype.getNumRedirects=T.prototype.getNumRedirects;T.proto
type.setNumRedirects=T.prototype.setNumRedirects;T.prototype.getCompanionBackfill=T
.prototype.getCompanionBackfill;T.prototype.setCompanionBackfill=T.prototype.setCom
panionBackfill;var VI=new T;var WI=function(a,b){(0,a.__uspapi)
("getUSPData",1,function(c,d){b.Da({Ke:c!=null?c:void 0,Ne:d?void
0:2})})},XI={Pd:function(a){return a.Da},Sc:function(a,b){a={};return
a.__uspapiCall={callId:b,command:"getUSPData",version:1},a},hc:function(a,b)
{b=b.__uspapiReturn;var c;a({Ke:(c=b.returnValue)!=null?c:void 0,Ne:b.success?void
0:2})}};function YI(a){var b={};typeof a.data==="string"?
b=JSON.parse(a.data):b=a.data;return{payload:b,gf:b.__uspapiReturn.callId}}
var ZI=function(a,b){b=b===void 0?{}:b;Q.call(this);var
c;this.timeoutMs=(c=b.timeoutMs)!=null?c:500;this.caller=new
WC(a,"__uspapiLocator",function(d){return typeof
d.__uspapi==="function"},YI);this.caller.B.set("getDataWithCallback",WI);this.calle
r.o.set("getDataWithCallback",XI)};w(ZI,Q);ZI.prototype.O=function()
{this.caller.dispose();Q.prototype.O.call(this)};
var $I=function(a,b){var c={};if(XC(a.caller)){var d=Sh(function()
{b(c)});ZC(a.caller,"getDataWithCallback",{Da:function(e){e.Ne||
(c=e.Ke);d()}});setTimeout(d,a.timeoutMs)}else b(c)};var aJ=function(a)
{this.D=D(a)};w(aJ,I);var bJ=function(a){return Ld(function(b){return b instanceof
a&&!(B(b.D)&2)})}(aJ);function cJ(a){var b={};(new uD(a)).l.forEach(function(c,d)
{b[d]=c});return b}function dJ(a){return a==="1"||a==="true"}
var eJ=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=x(Object.entries(b));for(d=b.next();!
d.done;d=b.next()){var e=x(d.value);d=e.next().value;e=e.next().value;e!
=null&&(a[d]=String(e))}this.l=a;this.g=new NI(c)},fJ=function(a,b){var c=!
1;c=c===void 0?!1:c;var d=new uD(a);var e=d.j;
(d=xb(d.g,"googleads.g.doubleclick.net")&&BE("/pagead/(live/)?ads",e))||(e=new
CI(a),d=e.g,e=DI(e,e.j),d=!xb(d,".g.doubleclick.net")&&(xb(d,"doubleclick.net")||
xb(d,"pagead2.googlesyndication.com"))&&BE("/(ad|pfad)[x|i|j]?/",e));d||(d=new
uD(a),e=d.j,d=xb(d.g,"doubleclick.net")&&BE("/gampad/(live/)?ads",e));(d=d||(new
uD(a)).g=="bid.g.doubleclick.net")||(d=new
uD(a),e=d.j,d=d.g==="ad.doubleclick.net"&&BE("/dv3/adv",e));d||(d=new
uD(a),e=d.j,d=d.g==="pubads.g.doubleclick.net"&&(BE("/ssai/",e)||BE("/
ondemand/",e)));return new eJ(d,cJ(a),b,c)},iJ=function(a){var b=a.g.g;var
c=gJ(a,"gdpr_consent");b=b&&b!=="tcunavailable"?b:b==="tcunavailable"?c||
b:c||"";if(b===
"tcunavailable")return null;var d;return(d=HC(b,hJ(a)))!=null?
d:null},gJ=function(a,b){if(a.l.hasOwnProperty(b))return a.l[b]},kJ=function(a){var
b;if(!(b=jJ(a))){if(hJ(a)){a=iJ(a);if(b=!!a){var c=c===void 0?{}:c;b=eD(a)?
a.gdprApplies===!1?!0:a.tcString==="tcunavailable"?!c.idpcApplies:(c.idpcApplies||
a.gdprApplies!==void 0||c.Hj)&&(c.idpcApplies||typeof
a.tcString==="string"&&a.tcString.length)?hD(a,"1",0):!0:!1}c=b}else c=!0;b=!
c}return b},jJ=function(a){a=gJ(a,"ltd");return dJ(a)},hJ=function(a){var b=
gJ(a,"gdpr"),c=a.g.j;b=(c==="1"||c==="0"?c:b!==void 0?
b:"").toLowerCase();b=b==="true"||b==="1";return Yn(LC)?b||a.o:b},lJ=function(a)
{var b=new aJ;var c=!kJ(a);c=rg(b,5,c);hJ(a)?(a=iJ(a),a=!!a&&!jD(a,
["2","7","9","10"],3)):a=!1;rg(c,8,a);return b},mJ=function(a){try{var
b=a.g.gppString,c=a.g.l.split("_").map(function(d){return Number(d)});return
tD(b,c)}catch(d){return!1}};var nJ=function(a)
{this.D=D(a)};w(nJ,I);nJ.prototype.getVersion=function(){return F(this,2)};var
oJ=function(a){this.D=D(a)};w(oJ,I);var pJ=function(a,b){return
vg(a,2,b)},qJ=function(a,b){return vg(a,3,b)},rJ=function(a,b){return
vg(a,4,b)},sJ=function(a,b){return vg(a,5,b)},tJ=function(a,b){return
vg(a,9,b)},uJ=function(a,b){return bg(a,10,b)},vJ=function(a,b){return
rg(a,11,b)},wJ=function(a,b){return vg(a,1,b)},xJ=function(a,b){return
rg(a,7,b)};var yJ="platform platformVersion architecture model uaFullVersion
bitness fullVersionList wow64".split(" ");function zJ(a){var
b;return(b=a.google_tag_data)!=null?b:a.google_tag_data={}}function AJ(a){var
b,c;return typeof((b=a.navigator)==null?void 0:(c=b.userAgentData)==null?void
0:c.getHighEntropyValues)==="function"}
function BJ(){var a=window;if(!AJ(a))return null;var
b=zJ(a);if(b.uach_promise)return
b.uach_promise;a=a.navigator.userAgentData.getHighEntropyValues(yJ).then(function(c
){b.uach!=null||(b.uach=c);return c});return b.uach_promise=a}
function CJ(a){var b;return vJ(uJ(sJ(pJ(wJ(rJ(xJ(tJ(qJ(new
oJ,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
nJ;d=vg(d,1,c.brand);return vg(d,2,c.version)}))||[]),a.wow64||!1)}function DJ()
{var a,b;return(b=(a=BJ())==null?void 0:a.then(function(c){return CJ(c)}))!=null?
b:null};var FJ=function(){this.appName=null;new
eJ;this.secureSignals=null;AI();this.deviceId="";this.g=this.referrer=this.bf=null;
new mk;new kk;EJ(this)},GJ=function(){FJ.getInstance();var
a="h.3.683.1";VI.j&&(a+="/vpaid_adapter");return a},EJ=function(a){var
b=DJ();b&&b.then(function(c){if(c==null)c=null;else{c=Bg(c);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=Zc(d,3)}a.g=c})};FJ.getInstance=function(){return K(FJ)};var IJ=function(a)
{a=a===void 0?!1:a;var b=TI(VI);if(b&&PI(b,"forceCustomPlayback")||VI.j)return!
0;if(tE()&&a)return!1;a=a&&(tE()||
Lc&&sE(qE,10))&&VI.getDisableCustomPlaybackForIOS10Plus();return(Fc||Hc)&&!a||
Ec&&(!Ec||!sE(rE,4))||HJ()?!0:!1},JJ=function(a){return a===null?!1:VI.j?!0:Lc||
tE()?uE(a)?tE()||Lc&&sE(qE,10)&&VI.getDisableCustomPlaybackForIOS10Plus()?!1:!0:!
0:Ec&&(!Ec||!sE(rE,4))||HJ()?!0:!1},KJ=function(){var a=TI(VI);return
a&&PI(a,"disableOnScreenDetection")?!1:!gr()},HJ=function(){return LJ()===
1||LJ()===2},LJ=function(){switch(FJ.getInstance(),0){case 1:return 3;case 2:return
1}var a=y.navigator||null;return(FJ.getInstance(),FJ.getInstance(),a&&hr(a))||
FJ.getInstance().bf==="tvos"?1:ir()?2:0};var MJ=function(a,b){return
a.indexOf(b)==0?a.substr(b.length):null};function NJ(){if(gr())return
window.location.href;var a=np(),b=a.j,c=a.g;a=a.l;var d=null;if(a)try{var
e=KD(a.url),f=e.j,g=MJ(f,"/v/");g||(g=MJ(f,"/a/"));if(!g)throw Error("Can not
extract standalone amp url.");var
h=MJ("/"+g,"/s/"),k=yD(e.l);k.remove("amp_js_v");k.remove("amp_lite");var l=h?
KD("https://"+h):KD("http://"+g);xD(l,k);d=l.toString()}catch(p){d=null}return d?
d:b&&b.url?b.url:c&&c.url?c.url:""}
function OJ(){var a=kp();a=x(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):np().l!=null}function PJ(){var
a=Xo().location.ancestorOrigins;return a?a.length>0?
[].concat(pa(a)).join(","):"":""};function QJ(a,b){ID(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);ID(a,"url",d)}catch(g){}return a.toString()};var
V={},RJ=(V.creativeView="creativeview",V.start="start",V.midpoint="midpoint",V.firs
tQuartile="firstquartile",V.thirdQuartile="thirdquartile",V.complete="complete",V.m
ute="mute",V.unmute="unmute",V.pause="pause",V.rewind="rewind",V.resume="resume",V.
fullscreen="fullscreen",V.exitFullscreen="exitfullscreen",V.expand="expand",V.colla
pse="collapse",V.close="close",V.acceptInvitation="acceptinvitation",V.adCanPlay="a
dCanPlay",V.adStarted="adStarted",V.abandon="abandon",V.acceptInvitationLinear="acc
eptinvitationlinear",
V.engagedView="engagedview",V.instreamAdComplete="instreamAdComplete",V.skipShown="
skipshown",V.skippableStateChanged="skippableStateChanged",V.skip="skip",V.progress
="progress",V.publisher_invoked_skip="PUBLISHER_INVOKED_SKIP",V.annotation_start="a
nnotation_start",V.annotation_click="annotation_click",V.annotation_close="annotati
on_close",V.cta_annotation_shown="cta_annotation_shown",V.cta_annotation_clicked="c
ta_annotation_clicked",V.cta_annotation_closed="cta_annotation_closed",V.replay="re
play",
V.stop="stop",V.autoplayDisallowed="autoplayDisallowed",V.error="error",V.mediaLoad
Timeout="mediaLoadTimeout",V.linearChanged="linearChanged",V.click="click",V.conten
tPauseRequested="contentPauseRequested",V.contentResumeRequested="contentResumeRequ
ested",V.discardAdBreak="discardAdBreak",V.updateAdsRenderingSettings="updateAdsRen
deringSettings",V.durationChange="durationChange",V.expandedChanged="expandedChange
d",V.autoClose="autoClose",V.userClose="userClose",V.userRecall="userRecall",V.pref
etched=
"prefetched",V.loaded="loaded",V.init="init",V.allAdsCompleted="allAdsCompleted",V.
adMetadata="adMetadata",V.adBreakReady="adBreakReady",V.adBreakFetchError="adBreakF
etchError",V.log="log",V.volumeChange="volumeChange",V.companionBackfill="companion
Backfill",V.companionInitialized="companionInitialized",V.companionImpression="comp
anionImpression",V.companionClick="companionClick",V.impression="impression",V.inte
raction="interaction",V.adProgress="adProgress",V.adBuffering="adBuffering",V.track
ingUrlPinged=
"trackingUrlPinged",V.measurable_impression="measurable_impression",V.custom_metric
_viewable="custom_metric_viewable",V.viewable_impression="viewable_impression",V.fu
lly_viewable_audible_half_duration_impression="fully_viewable_audible_half_duration
_impression",V.audio_audible="audio_audible",V.audio_measurable="audio_measurable",
V.overlay_resize="overlay_resize",V.overlay_unmeasurable_impression="overlay_unmeas
urable_impression",V.overlay_unviewable_impression="overlay_unviewable_impression",
V.overlay_viewable_immediate_impression=
"overlay_viewable_immediate_impression",V.overlay_viewable_end_of_session_impressio
n="overlay_viewable_end_of_session_impression",V.externalActivityEvent="externalAct
ivityEvent",V.adEvent="adEvent",V.configure="configure",V.remainingTime="remainingT
ime",V.destroy="destroy",V.resize="resize",V.volume="volume",V.authorIconClicked="v
ideoAuthorIconClicked",V.authorNameClicked="videoAuthorClicked",V.videoClicked="vid
eoClicked",V.videoIconClicked="videoIconClicked",V.learnMoreClicked="videoLearnMore
Clicked",
V.muteClicked="videoMuteClicked",V.titleClicked="videoTitleClicked",V.videoSkipClic
ked="SKIPPED",V.unmuteClicked="videoUnmuteClicked",V.vpaidEvent="vpaidEvent",V.show
_ad="show_ad",V.video_card_endcap_collapse="video_card_endcap_collapse",V.video_car
d_endcap_dismiss="video_card_endcap_dismiss",V.video_card_endcap_impression="video_
card_endcap_impression",V.mediaUrlPinged="mediaUrlPinged",V.breakStart="breakstart"
,V.breakEnd="breakend",V.omidReady="omidReady",V.omidUnavailable="omidUnavailable",
V.omidAdSessionCompleted=
"omidAdSessionCompleted",V.omidAdSessionAbandoned="omidAdSessionAbandoned",V.verifi
cationNotExecuted="verificationNotExecuted",V.loadStart="loadStart",V.seeked="seeke
d",V.seeking="seeking",V);var SJ=new function(){this.g=new
Map;this.l=0;this.j=window.fetch!=null};function TJ(a){var b=b===void 0?SJ:b;var
c=c===void 0?null:c;a=new GE(a,c?c:c);var d=d===void 0?!1:d;var e=e===void 0?!
1:e;a.g!=null||e?hF(b,a.url,d,e,a.g):hF(b,a.url,d)};var W=function()
{this.l=Math.random()<.01;this.j=Math.floor(Math.random()*4503599627370496);this.g=
null};
W.prototype.report=function(a,b,c){b=b===void 0?
{}:b;if(y.G_testRunner==null&&(this.l||(c===void 0?0:c)))
{b.lid=a;GJ()&&(b.sdkv=GJ());this.g&&(b.palv=this.g);a=Nm().sort().join(",");yb(Ti(
a))||(b.e=a);b=UJ(this,b);var d=new
uD("https://pagead2.googlesyndication.com/pagead/gen_204");$h(b,function(e,f){e!
=null&&ID(d,f,e==null?"":typeof e==="boolean"?
e?"t":"f":""+e)},this);b=d.toString();a=JD(d,"url");a!
=null&&Ub()&&b.length>2083&&(b=QJ(d,a));TJ(b)}};
var UJ=function(a,b){b.id="ima_html5";var c=Xo();var d=document;c=new
uD(c.parent===c?c.location.href:d.referrer);b.c=a.j;b.domain=c.g;return
b};W.getInstance=function(){return K(W)};function VJ(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(PJ());return(new $E).get({url:c,withCredentials:!
0,timeout:new EE,headers:a}).then(function(d){var e=Date.now();d=d.newToken||"";var
f={};W.getInstance().report(182,(f.t=e-b,f.aos=PJ(),f));return new
WJ(d)}).catch(function(d){var e="not instanceof Error";d instanceof
Error&&(e=HE(Number(d.message)));d=Date.now();var f={};W.getInstance().report(182,
(f.except=e,f.t=d-b,f));return Promise.resolve(XJ)})}var YJ=function()
{R.call(this);this.g=null;this.o=new KE(this);Pr(this,this.o);this.j=new
$w(72E5);this.l=Promise.resolve(XJ)};w(YJ,R);var ZJ=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=VJ(b).then(c);a.j=new
$w(72E5);a.o.listen(a.j,"tick",function()
{a.l=VJ(b).then(c)});a.j.start();Or(a,function(){a.j.stop()})};
YJ.prototype.getId=function(){var a=this;return La(function(b){if(b.g==1)return
a.g!=null&&a.g!==XJ?(b.g=2,b=void 0):b=Ca(b,a.l,3),b;b.g!=2&&(a.g=b.j);return
b.return(a.g)})};var WJ=function(a){this.id=a},XJ=new WJ("");var
$J=function(a,b,c,d,e)
{this.name=a;this.type=b;this.data=c;this.id=d;this.g=e},aK=function(a)
{R.call(this);this.o=[];this.j=!1;this.l=a||"goog_"+Ui+
+};w(aK,R);aK.prototype.connect=function(){for(this.j=!0;this.o.length!==0;){var
a=this.o.shift();a&&this.sendMessage(a)}};var bK=function(a,b,c,d,e,f){a.j?
a.sendMessage(new $J(b,c,d,e,f)):a.o.push(new
$J(b,c,d,e,f))};aK.prototype.sendMessage=function(){};var cK=function(a,b,c,d,e,f)
{e=e===void 0?"":e;f=f===void
0?"":f;Xv.call(this,a);this.messageType=b;this.na=c;this.xc=d;this.origin=e;this.id
=f};w(cK,Xv);cK.prototype.getId=function(){return
this.id};cK.prototype.toString=function(){return""};var
dK={IMAGE:"Image",FLASH:"Flash",ALL:"All"},eK={HTML:"Html",IFRAME:"IFrame",STATIC:"
Static",ALL:"All"},fK={IGNORE:"IgnoreSize",SELECT_EXACT_MATCH:"SelectExactMatch",SE
LECT_NEAR_MATCH:"SelectNearMatch",SELECT_FLUID:"SelectFluid"},gK=function()
{this.allowCustom=!
0;this.creativeType=this.resourceType="All";this.sizeCriteria="SelectExactMatch";th
is.nearMatchPercent=90;this.adSlotIds=[]};
z("module$exports$google3$javascript$ads$interactivemedia$sdk$clientside$api$compan
ion_ad_selection_settings.CompanionAdSelectionSettings.CreativeType",dK);z("module$
exports$google3$javascript$ads$interactivemedia$sdk$clientside$api$companion_ad_sel
ection_settings.CompanionAdSelectionSettings.ResourceType",eK);z("module$exports$go
ogle3$javascript$ads$interactivemedia$sdk$clientside$api$companion_ad_selection_set
tings.CompanionAdSelectionSettings.SizeCriteria",fK);var iK=function(a,b)
{b=b===void 0?new gK:b;this.g=a;this.settings=b?b:new
gK;this.resourceType=hK(eK,this.settings.resourceType)?
this.settings.resourceType:"All";this.creativeType=hK(dK,this.settings.creativeType
)?
this.settings.creativeType:"All";this.sizeCriteria=hK(fK,this.settings.sizeCriteria
)?
this.settings.sizeCriteria:"SelectExactMatch";this.adSlotIds=this.settings.adSlotId
s!=null?this.settings.adSlotIds:[];this.nearMatchPercent=typeof
this.settings.nearMatchPercent==="number"&&this.settings.nearMatchPercent>
0&&this.settings.nearMatchPercent<=100?
this.settings.nearMatchPercent:90},lK=function(a,b){var c=[];b.forEach(function(d)
{a.settings.allowCustom&&(!yb(d.getContent())&&(isNaN(d.data.sequenceNumber)||
isNaN(d.data.mainAdSequenceNumber)||
d.data.mainAdSequenceNumber===d.data.sequenceNumber)&&jK(a,d)?c.push(d):
(d=kK(a,d),d!=null&&!yb(d.getContent())&&c.push(d)))});return
c};iK.prototype.Re=function(){return this.resourceType};
var jK=function(a,b){var c;if(c=b.getContentType()!=="Flash")
{if(c=a.resourceType==="All"||
a.resourceType===b.Re())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.Pe)a=b&&a.g.Pe;else if(a.sizeCriteria==="IgnoreSize"||Ik(a.g.size,c))a=!
0;else{if(b=a.sizeCriteria==="SelectNearMatch")b=c.width,c=c.height,b=b>a.g.size.wi
dth||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},kK=function(a,b){b=mK(b);return b==null?
null:b.find(function(c){return jK(a,c)})||null},hK=function(a,b){return b!
=null&&oi(a,b)};function nK(a){var b=new kk;var c=a.qc;var d=c.clientWidth;var
e=c.clientHeight;typeof c.getBoundingClientRect==="function"&&bp(Qo(c),c)?
(c=c.getBoundingClientRect(),d=document.elementsFromPoint(c.x+.5*d,c.y+.5*e)):d=[];
if(d=oK(d,a)){a=new jk;c=d.getBoundingClientRect();e=c.y;c=c.x;var f=new
hk;e=tg(f,1,e);e=tg(e,2,c);c=d.duration;var g=d.clientWidth;f=d.clientHeight;var
h=new ik;g=tg(h,1,g);f=tg(g,2,f);c===Number.POSITIVE_INFINITY||isNaN(c)||(g=new
gk,c=Bf(g,1,ye(c)),E(a,3,c));d=Number(window.getComputedStyle(d).opacity);
e=E(a,1,e);e=E(e,2,f);Bf(e,4,ye(d));b=E(b,2,a)}else a=new jk,b=E(b,2,a);return
b}function oK(a,b){if(a.length===0)return null;var
c=b.ca.g,d,e,f=(e=(d=b.ya)==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 pK=function(a,b)
{this.message=a;this.errorCode=b};pK.prototype.getErrorCode=function(){return
this.errorCode};pK.prototype.getMessage=function(){return this.message};var qK=new
pK("Failed to initialize ad playback element before starting ad
playback.",400),rK=new pK("The provided {0} information: {1} is
invalid.",1101);function sK(a,b){var c=b===void 0?null:b;var
d=Ma.apply(2,arguments);if(!(c instanceof HI)){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
HI("adPlayError",f,e);d.g=c;c=d}return c};var tK={qg:[],og:0,wg:[],Rj:!1,jg:!1,Ag:!
1,Qh:!1};function uK(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
vK(a,b,c){var d=window;d=d===void 0?window:d;c=c===void 0?function(){}:c;return
hg(b,5)?uK(a,d,c):null}function wK(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 xK(a,b,c,d){var e=window;e=e===void 0?window:e;d=d===void 0?function()
{}:d;return hg(c,5)?wK(a,b,e,d):!1}
function yK(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 zK(a,b){var
c=c===void 0?window:c;var d=d===void 0?function(){}:d;hg(b,5)&&yK(a,c,d)}function
AK(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 BK(a){var b=b===void
0?window:b;var c=c===void 0?function(){}:c;return hg(a,5)?AK(b,c):null};var
CK=function(){};CK.getInstance=function(){throw Error("Must be overridden");};var
DK=function(){this.g=0};w(DK,CK);DK.wb=void 0;DK.getInstance=function(){return
DK.wb?DK.wb:DK.wb=new DK};function EK(a,b,c,d){c=c===void 0?null:c;d=d===void 0?
{}:d;var e=DK.getInstance();e.g===0&&(e.g=Math.random()<.001?
2:1);e.g===2&&(e={},yj(Object.assign({},
(e.c=String(a),e.pc=String(sj()),e.em=c,e.lid=b,e.eids=K(Gm).g().join(),e),d),"esp"
))};function FK(){var a=window;var b=b===void 0?function(){}:b;return new
Promise(function(c){var d=function(){c(b());Xh(a,"load",d)};Wh(a,"load",d)})};var
GK=function(){this.cache={}},IK=function(){HK||(HK=new GK);return
HK},JK=function(a){if(a!==void 0)for(var b=x(Object.keys(a)),c=b.next();!
c.done;c=b.next())if(c=c.value,c.startsWith("_GESPSK"))try{a.removeItem(c)}catch(d)
{}HK=new GK},KK=function(a){var b=fg(a,3);if(!b)return 3;if(gg(a,2)===void 0)return
4;a=Date.now();return a>b+2592E5?2:a>b+432E5?1:0};
GK.prototype.get=function(a,b,c){if(this.cache[a])return{Mb:this.cache[a],success:!
0};var d="_GESPSK-"+a,e=!1,f="";if(bJ(b))f=function(l){EK(6,a,l==null?void
0:l.message);e=!0},f=c?uK(d,window,f):vK(d,b,f);else try{f=b.getItem(d)}catch(l)
{var g;EK(6,a,(g=l)==null?void 0:g.message);e=!0}if(e)return{Mb:null,success:!
1};if(!f)return{Mb:null,success:!0};try{var
h=my(f);this.cache[a]=h;return{Mb:h,success:!0}}catch(l){var k;EK(5,a,(k=l)==null?
void 0:k.message);return{Mb:null,success:!1}}};
GK.prototype.set=function(a,b,c){var d=gg(a,1),e="_GESPSK-"+d;ly(a);if(bJ(b)){var
f=function(g){EK(7,d,g==null?void 0:g.message)};if(c?!wK(e,Bg(a),window,f):!
xK(e,Bg(a),b,f))return!1}else try{b.setItem(e,Bg(a))}catch(g){return EK(7,d,
(f=g)==null?void 0:f.message),!1}this.cache[d]=a;return!
0};GK.prototype.remove=function(a,b)
{a=gg(a,1);try{b.removeItem("_GESPSK-"+a),delete this.cache[a]}catch(d){var
c;EK(8,a,(c=d)==null?void 0:c.message)}};var HK=null;function LK(a){var b=b===void
0?tK:b;var c=new py,d=void 0;if(b.Qh||b.Ag)d=new Map;EK(56,"",null);b=d?void
0:c;var e=d;if(a){var f=[],g=RegExp("^_GESPSK-(.+)$");try{for(var h=0;h<a.length;h+
+){var k=(g.exec(a.key(h))||[])[1];k&&f.push(k)}}catch(n)
{}k=x(f);g=k.next();for(f={};!g.done;f={tb:void
0},g=k.next())if(f.tb=g.value,h=g=void 0,!(((g=e)==null?0:(h=g.get(f.tb))==null?
0:gg(h,2)!=null)||b&&MK(b,f.tb))&&(h=void 0,g=IK().get(f.tb,(h=void 0)!=null?
h:a).Mb))if(h=KK(g),h!==2&&h!==3){rg(g,9,!1);if((h=
gg(g,2))&&h.length>1024){var l={};EK(55,f.tb,null,
(l.sl=String(h.length),l));Bf(g.Za(hy(108)),2)}e?
e.set(f.tb,g):b&&eg(b,2,jy,g);g=gg(g,2);l=h=void 0;var p={};EK(19,f.tb,null,
(p.hs=g?"1":"0",p.sl=String((l=(h=g)==null?void 0:h.length)!=null?l:-
1),p))}}if(d)for(a=x(d),d=a.next();!
d.done;d=a.next())d=x(d.value),d.next(),d=d.next().value,eg(c,2,jy,d);if(!
$f(c,jy,2,Cf()).length)return null;a={};EK(50,"",null,
(a.ns=String($f(c,jy,2,Cf()).length),a));return Zc(c.g(),3)}
function MK(a,b){return $f(a,jy,2,Cf()).some(function(c){return
gg(c,1)===b&&gg(c,2)!=null})};var NK=function(){var a=this;this.promise=new
Promise(function(b,c){a.resolve=b;a.reject=c})};var OK=function(a)
{a=Error.call(this,a);this.message=a.message;"stack"in
a&&(this.stack=a.stack);Object.setPrototypeOf(this,OK.prototype);this.name="InputEr
ror"};w(OK,Error);var PK=function(){this.lb=!1},QK=function()
{PK.apply(this,arguments);this.gd=new NK};w(QK,PK);var RK=function(a,b){a.lb||
(a.lb=!0,a.fd=b,a.gd.resolve(b))};
da.Object.defineProperties(QK.prototype,{promise:{configurable:!0,enumerable:!
0,get:function(){return this.gd.promise}},mf:{configurable:!0,enumerable:!
0,get:function(){return this.lb}},error:{configurable:!0,enumerable:!
0,get:function(){return this.Zd}}});var SK=function()
{QK.apply(this,arguments)};w(SK,QK);var TK=function(a,b){RK(a,b)},UK=function(a,b)
{b.then(function(c){RK(a,c)})};SK.prototype.Za=function(a){this.lb||(this.lb=!
0,this.fd=null,this.Zd=a,this.gd.reject(a))};
var VK=function(a){this.lb=!1;this.g=a};w(VK,PK);VK.prototype.mf=function(){return
this.g.lb};da.Object.defineProperties(VK.prototype,{error:{configurable:!
0,enumerable:!0,get:function(){return this.g.Zd}}});var WK=function(a)
{VK.call(this,a);this.g=a};w(WK,VK);da.Object.defineProperties(WK.prototype,{value:
{configurable:!0,enumerable:!0,get:function(){return this.g.fd}}});var
XK=function(a){VK.call(this,a);this.g=a};w(XK,VK);
da.Object.defineProperties(XK.prototype,{value:{configurable:!0,enumerable:!
0,get:function(){var a;return(a=this.g.fd)!=null?a:null}}});var YK=function()
{QK.apply(this,arguments)};w(YK,QK);YK.prototype.notify=function()
{RK(this,null)};var ZK=function()
{Q.apply(this,arguments);this.g=[];this.j=[];this.l=[]};w(ZK,Q);var
$K=function(a,b){a.j.push({Ac:!1,Dd:b})};ZK.prototype.Ac=function(a){var
b=this.j.find(function(c){return c.Dd===a});b&&(b.Ac=!0)};ZK.prototype.O=function()
{this.g.length=0;this.l.length=0;this.j.length=0;Q.prototype.O.call(this)};function
aL(a,b){var c,d;return La(function(e){if(e.g==1)return c=b?a.filter(function(f)
{return!f.Ac}):a,Ca(e,Promise.all(c.map(function(f){return
f.Dd.promise})),2);if(a.length===c.length)return e.return();d=a.filter(function(f)
{return f.Ac});return Ca(e,Promise.race([Promise.all(d.map(function(f){return
f.Dd.promise})),new Promise(function(f){return void setTimeout(f,b)})]),0)})}var
bL=function(a,b){Q.call(this);this.id=a;this.timeoutMs=b;this.B=!1;this.g=new
ZK;Pr(this,this.g)};w(bL,Q);
bL.prototype.start=function(){var a=this,b,c;return La(function(d){if(d.g==1)
{if(a.B)return d.return();a.B=!0;d.l=2;return Ca(d,aL(a.g.j,(b=a.P)!=null?
b:a.timeoutMs),4)}if(d.g!=2){if(!a.Ba()){for(var e=0,f=x(a.g.l),g=f.next();!
g.done;g=f.next()){if(g.value.g.fd==null)throw Error("missing input: "+a.id+"/"+e);
++e}a.j()}return Da(d)}c=Ea(d);if(a.Ba())return d.return();if(!(c instanceof OK)&&c
instanceof Error&&(a.F?a.F(a.id,c):a.reportError(c),a.g.g.length))for(e=new
OK(c.message),f=x(a.g.g),g=f.next();!g.done;g=
f.next())if(g=g.value,!g.mf){var h=e;g.lb=!0;g.Zd=h;g.gd.reject(h)}d.g=0})};var
cL=function(a){var b=b===void 0?new SK:b;a.g.g.push(b);return b},dL=function(a){var
b=b===void 0?new YK:b;a.g.g.push(b);return b},eL=function(a,b){$K(a.g,b);b=new
WK(b);a.g.l.push(b);return b},fL=function(a,b){$K(a.g,b);return new XK(b)};var
gL=function(){};var hL=function()
{Q.call(this);this.o=[];this.A=[];this.B={};this.g=[];this.j=new
NK;this.l={}};w(hL,Q);
var iL=function(a,b){Pr(a,b);a.o.push(b)},jL=function(a,b){b=x(b);for(var
c=b.next();!c.done;c=b.next())iL(a,c.value)},kL=function(a){var
b,c,d,e,f,g,h,k,l,p,n,r;La(function(t){switch(t.g){case 1:if(!a.g.length)
{t.g=2;break}return Ca(t,Promise.all(a.g.map(function(u){return
u.j.promise})),2);case 2:b=x(a.o);for(c=b.next();!
c.done;c=b.next())d=c.value,d.start();e=x(a.A);for(f=e.next();!
f.done;f=e.next())g=f.value,kL(g);if(!a.l){t.g=4;break}h=Object.keys(a.l);if(!
h.length){t.g=4;break}return Ca(t,Promise.all(Object.values(a.l).map(function(u)
{return u.promise})),
6);case 6:for(k=t.j,l=0,p=x(h),n=p.next();!n.done;n=p.next())r=n.value,a.B[r]=k[l+
+];case 4:return
a.j.resolve(a.B),t.return(a.j.promise)}})};hL.prototype.O=function()
{Q.prototype.O.call(this);this.o.length=0;this.A.length=0;this.g.length=0};var
lL=function(a,b)
{bL.call(this,a);this.id=a;this.A=b};w(lL,bL);lL.prototype.reportError=function(a)
{this.A(this.id,a)};var mL=function(a,b,c,d,e)
{lL.call(this,1041,e);this.o=b;this.G=eL(this,a);d?
this.l=eL(this,d):c&&(this.C=fL(this,c))};w(mL,lL);mL.prototype.j=function(){var
a=this.G.value,b,c,d,e=(d=(b=this.l)==null?void 0:b.value)!=null?d:
(c=this.C)==null?void 0:c.value;e&&IK().set(a,e,this.o)&&gg(a,2)!
=null&&EK(27,gg(a,1))};var nL=function(a,b,c)
{lL.call(this,1094,c);this.C=dL(this);b?
this.l=eL(this,b):a&&(this.o=fL(this,a))};w(nL,lL);nL.prototype.j=function()
{if(this.l){var a=this.l.value;if(!hg(a,5))return;if(a){var b,c=(b=BK(a))!=null?b:
[];b=x(c);for(c=b.next();!
c.done;c=b.next())c=c.value,c.startsWith("_GESPSK")&&zK(c,a)}HK=new GK}else
if(this.o){a=this.o.value;if(!a)return;JK(a)}this.C.notify()};var oL=function(a,b)
{lL.call(this,1048,b);this.l=cL(this);this.o=cL(this);this.C=eL(this,a)};w(oL,lL);o
L.prototype.j=function(){var a=this.C.value,b=function(c){var
d={};EK(c,gg(a,1),null,(d.tic=String(Math.round((Date.now()-fg(a,3))/
6E4)),d))};switch(KK(a)){case 0:b(24);break;case 1:b(25);RK(this.o,a);break;case
2:b(26);RK(this.l,a);break;case 3:EK(9,gg(a,1));RK(this.l,a);break;case
4:b(23),RK(this.l,a)}};var pL=function(a,b,c,d,e)
{lL.call(this,1027,e);this.Fc=a;this.G=b;this.l=cL(this);this.o=cL(this);var
f;this.C=(f=d!=null?d:c)!=null?f:void 0};w(pL,lL);pL.prototype.j=function(){var
a=this.C?IK().get(this.Fc,this.C,this.G).Mb:null;if(!a){a=ly(ky(this.Fc));var
b=this.o,c=a.Za(hy(100));RK(b,c)}RK(this.l,a)};var qL=function(a,b,c)
{lL.call(this,1046,c);this.output=dL(this);this.l=cL(this);this.o=eL(this,b);
$K(this.g,a)};w(qL,lL);qL.prototype.j=function(){RK(this.l,this.o.value)};var
rL=function(a,b,c)
{lL.call(this,1047,c);this.collectorFunction=a;this.l=cL(this);this.o=cL(this);this
.C=cL(this);this.G=eL(this,b)};w(rL,lL);rL.prototype.j=function(){var
a=this,b=this.G.value,c=gg(b,1);EK(18,c);try{var
d=$k();this.collectorFunction().then(function(e){EK(29,c,null,{delta:String($k()-
d)});var f=a.l,g=vg(b,2,e);RK(f,g);RK(a.C,e!=null?e:null)}).catch(function(e)
{EK(28,c,sL(e));e=a.o;var f=b.Za(hy(106));RK(e,f)})}catch(e)
{EK(1,c,sL(e)),TK(this.o,b.Za(hy(107)))}};
function sL(a){return typeof a==="string"?a:a instanceof Error?a.message:null};var
tL=function(a,b)
{lL.call(this,1028,b);this.l=cL(this);this.o=eL(this,a)};w(tL,lL);tL.prototype.j=fu
nction(){var a=this.o.value,b=gg(a,1);fg(a,3)!=null||EK(35,b);RK(this.l,a)};var
uL=function(a,b,c,d)
{lL.call(this,1050,d);this.C=c;this.l=cL(this);this.o=eL(this,a);this.G=fL(this,b)}
;w(uL,lL);uL.prototype.j=function(){var
a=this.o.value,b=gg(a,1),c=this.G.value;if(c==null)EK(41,b),a.Za(hy(111)),RK(this.l
,a);else if(typeof c!
=="string")EK(21,b),b=this.l,a=a.Za(hy(113)),RK(b,a);else{if(c.length>this.C){var
d={};EK(12,b,null,(d.sl=String(c.length),d));Bf(a.Za(hy(108)),2)}else c.length||
EK(20,b),Bf(a,10);RK(this.l,a)}};var vL=function(a)
{lL.call(this,1046,a);this.output=dL(this)};w(vL,lL);vL.prototype.j=function(){var
a=this;FK().then(function(){a.output.notify()})};function wL(a,b,c,d,e,f,g){var
h,k,l,p,n,r,t,u,v,C,O,Y,ha,xa;return La(function(U){if(U.g==1)return h=new
hL(a,2),k=new pL(b,void 0,f?null:d,f,g),iL(h,k),l=null,f&&(l=new
SK,RK(l,f)),iL(h,new mL(k.o,void 0,l?null:e,l,g)),p=new tL(k.l,g),iL(h,p),n=new
oL(p.l,g),iL(h,n),r=new rL(c,n.l,g),iL(h,r),iL(h,new mL(r.o,void 0,l?
null:e,l,g)),t=new uL(r.l,r.C,1024,g),iL(h,t),iL(h,new mL(t.l,void 0,l?
null:e,l,g)),u=new vL(g),iL(h,u),v=new qL(u.output,n.o,g),iL(h,v),C=new
rL(c,v.l,g),iL(h,C),O=new mL(C.l,void 0,
l?null:e,l,g),iL(h,O),kL(h),xa=b,Ca(U,t.l.promise,2);var
$a=U.return;if((Y=U.j)==null)var Ra=void 0;else{var ab;Ra=(ab=gg(Y,2))!=null?
ab:void 0}return $a.call(U,{id:xa,collectorGeneratedData:(ha=Ra)!=null?
ha:null})})};var xL=function(a,b,c,d,e,f)
{lL.call(this,1059,f);this.C=a;this.K=c;this.H=d;this.o=cL(this);this.M=eL(this,b);
e?this.l=eL(this,e):d&&(this.G=fL(this,d))};w(xL,lL);
xL.prototype.j=function(){var a,b=(a=this.G)==null?void
0:a.value,c;a=((c=this.l)==null?0:c.value)?hg(this.l.value,5):b;if(b||a){var
d=this.M.value;a=d.id;c=d.collectorFunction;var e;d=(e=d.networkCode)!=null?
e:a;e={};EK(42,d,null,(e.ea=String(Number(this.K)),e));var
f,g;UK(this.o,wL(this.C,d,c,b!=null?b:null,this.H,(g=(f=this.l)==null?void
0:f.value)!=null?g:null,this.A))}};var yL=function(a,b,c){c=c===void 0?
tK:c;lL.call(this,1057,b);this.l=a;this.G=c;this.o=cL(this);this.C=cL(this)};w(yL,l
L);
yL.prototype.j=function(){if(this.l)if(typeof this.l!
=="object")EK(46,"UNKNOWN_COLLECTOR_ID"),zL(this,"UNKNOWN_COLLECTOR_ID",112);else{v
ar a=this.l.id,b=this.l.networkCode;a&&b&&(delete this.l.id,EK(47,a+";"+b));a=b!
=null?b:a;typeof a!=="string"?(b={},EK(37,"INVALID_COLLECTOR_ID",null,
(b.ii=JSON.stringify(a),b)),zL(this,"INVALID_COLLECTOR_ID",102)):typeof
this.l.collectorFunction!=="function"?
(EK(14,a),zL(this,a,105)):this.G.wg.includes(a)?
(EK(22,a),zL(this,a,104)):RK(this.C,this.l)}else EK(39,"UNKNOWN_COLLECTOR_ID"),
zL(this,"UNKNOWN_COLLECTOR_ID",110)};var zL=function(a,b,c)
{a=a.o;b=ky(b).Za(hy(c));RK(a,b)};var AL=function(a,b,c,d,e,f){var
g=document;g=g===void 0?document:g;f=f===void 0?
tK:f;this.j=a;this.l=c;this.B=d;this.A=g;this.F=e;this.g=f;this.L=[];this.J=[];this
.C=[];this.o=0;a=x(b);for(b=a.next();!b.done;b=a.next())this.push(b.value)};
AL.prototype.push=function(a){var b=this;this.B||this.F();var c=function(f,g)
{return void BL(b,f,g)};a=new yL(a,c,this.g);var d=new mL(a.o,void
0,this.l,null,c);c=new xL(this.j,a.C,this.B,this.l,null,c,this.g);var e=new
hL(this.j,3);jL(e,
[a,d,c]);kL(e);a=c.o.promise;this.L.push(a);d=x(this.J);for(c=d.next();!
c.done;c=d.next())a.then(c.value)};AL.prototype.addOnSignalResolveCallback=function
(a){this.J.push(a);for(var b=x(this.L),c=b.next();!
c.done;c=b.next())c.value.then(a)};
AL.prototype.addErrorHandler=function(a){this.C.push(a)};
AL.prototype.clearAllCache=function(){var a=this,b=this.A.currentScript instanceof
HTMLScriptElement?this.A.currentScript.src:"";if(this.o===1){var
c={};EK(49,"",null,(c.url=b,c))}else if(this.g.qg.includes(String(lj(b!=null?
b:""))))c={},EK(48,"",null,(c.url=b,c));else{var d=new hL(this.j,4);c=new
nL(this.l,null,function(e,f){return void
BL(a,e,f)});iL(d,c);kL(d);this.o=1;setTimeout(function()
{a.o=0},this.g.og*1E3);d={};EK(43,"",null,(d.url=b,d));return c.C.promise}};
var BL=function(a,b,c){a=x(a.C);for(var d=a.next();!
d.done;d=a.next())d=d.value,d(b,c)},CL=function(a){this.push=function(b)
{a.push(b)};this.addOnSignalResolveCallback=function(b)
{a.addOnSignalResolveCallback(b)};this.addErrorHandler=function(b)
{a.addErrorHandler(b)};this.clearAllCache=function(){a.clearAllCache()}};function
mP(a,b,c,d,e,f,g){g=g===void 0?tK:g;g.jg||hj()===ij()?
nP(b,"encryptedSignalProviders",d,f)&&nP(b,"secureSignalProviders",d,f)||
(EK(38,""),oP(a,b,"encryptedSignalProviders",c,g,d,e,f),oP(a,b,"secureSignalProvide
rs",c,g,d,function(){},f)):EK(16,"")}function nP(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 oP(a,b,c,d,e,f,g,h){var k;a=new AL(a,(k=b[c])!=null?k:
[],d,c==="secureSignalProviders",g,e);b[c]=new
CL(a);h&&a.addOnSignalResolveCallback(h);a.addErrorHandler(f)}function
pP(a,b,c,d,e,f){f=f===void 0?new gL:f;var g=g===void 0?tK:g;var h=new
SK;RK(h,b);mP(f,a,h,c,d,e,g)}
function qP(a,b,c,d){var e=rP;var f=f===void 0?new gL:f;var g=new
Map;b=b.map(function(h){var k=h.Fc;return new Promise(function(l)
{g.set(k,l)})});pP(a,c,d,e,function(h){var k=h.collectorGeneratedData;h=h.id;var
l;return void((l=g.get(h))==null?void
0:l({collectorGeneratedData:k,id:h}))},f);return b};function sP(){var
a;return(a=y.googletag)!=null?a:y.googletag={cmd:[]}};function tP(a)
{if(kJ(a))return null;try{return window.localStorage}catch(b){return null}}function
uP(a,b){(a=tP(a))&&pP(sP(),a,function(){},rP,b)}function vP(a,b)
{return(b=tP(b))&&a.length!==0?qP(sP(),a,b,function(){}):null}function rP()
{};function wP(a,b,c,d){var e=new NK,f="",g=function(k){try{var l=typeof
k.data==="object"?
k.data:JSON.parse(k.data);f===l.paw_id&&(Xh(a,"message",g),l.error?
e.reject(Error(l.error)):e.resolve(d(l)))}catch(p){}},h=xP(a);return h?
(Wh(a,"message",g),f=c(h),e.promise):(c=yP(a))?
(f=String(Math.floor(jj()*2147483647)),Wh(a,"message",g),b(c,f),e.promise):null}
function zP(a){return wP(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 AP(){var a=window;return!!xP(a)||!!yP(a)}function xP(a){var
b;if(typeof((b=a.gmaSdk)==null?void 0:b.getQueryInfo)==="function")return a.gmaSdk}
function yP(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 Ld(function(b){if(!Pd(b))return!1;for(var
c=x(Object.entries(a)),d=c.next();!d.done;d=c.next()){var
e=x(d.value);d=e.next().value;e=e.next().value;if(!(d in b)){if(e.Yg===!
0)continue;return!1}if(!e(b[d]))return!1}return!0})})
({vc:Nd,pn:Nd,eid:Qd(),vnm:Qd(),js:Nd},"RawGmaSdkStaticSignalObject");var
BP=function()
{this.timeoutMs=500;this.j=zP;this.signal=null;this.g=0},CP=function(a)
{if(Jm(dn)||!AP())return Promise.resolve(null);var b;return((b=a.j(window))!=null?
b:Promise.resolve(null)).catch(function(){return"0"})},EP=function(a){var b;return
La(function(c){if(c.g==1)return b=Date.now()-a.g,!a.signal||b>3E5?c=Ca(c,DP(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)})},DP=function(a){return Promise.race([CP(a).then(function(b)
{if(b==null)return null;
a.signal=b.length>1E4?"0":b;a.g=Date.now();return
a.signal}),bx(a.timeoutMs,"0")])};function Ml(a,b){return b instanceof
RegExp?"__REGEXP"+b.toString():b}function FP(a,b){return
b&&b.toString().indexOf("__REGEXP")===0?(a=b.split("__REGEXP")[1].match(/\/(.*)\/
(.*)?/),new RegExp(a[1],a[2]||"")):b}var GP=function(a,b)
{aK.call(this,b);this.A=a;this.g=null;this.C=new
KE(this);this.C.listen(Xo(),"message",this.F)};w(GP,aK);var HP=function(a)
{if(a==null||typeof a!=="string"||!a.startsWith("ima://"))return
null;a=a.substr(6);try{return JSON.parse(a,FP)}catch(b){return null}};
GP.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=[];Ol(new Nl,d,a);c.call(b,"ima://"+a.join(""),"*")}this.g!
=null&&this.g.postMessage==null&&W.getInstance().report(11)};GP.prototype.O=functio
n(){Nr(this.C);this.g=null;aK.prototype.O.call(this)};
GP.prototype.F=function(a){a=a.g;var b=HP(a.data);if(IP(this,b))
{if(this.g===null)this.g=a.source,this.j||this.connect();else if(this.g!
==a.source)return;IP(this,b)&&this.dispatchEvent(new cK(b.name,b.type,b.data||
{},b.sid,a.origin,b.id,b.replyToMessageId))}};var IP=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 JP=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.U=this.P=Infinity;this.l=0;this.H={};this.K=new
KE(this);Pr(this,this.K)};w(JP,R);
var LP=function(a,b){b==null||a.G||(a.g=b,KP(a),a.G=!0)},NP=function(a){a.g!
=null&&a.G&&(MP(a),a.G=!1,a.F=!1,a.A=!1,a.j=0,a.o=[],a.C=!1)},KP=function(a)
{MP(a);!(a.g instanceof R)&&"ontouchstart"in document.documentElement&&Lc?
(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=OP(a,b.touches)||b.touches.length!==1;a.C?(a.P=Infinity,a.U=Infinity):
(a.P=b.touches[0].clientX,a.U=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(!Lc||!sE(qE,8)||
Math.pow(b.changedTouches[0].clientX-a.P,2)+Math.pow(b.changedTouches[0].clientY-
a.U,2)>25)a.A=!0},touchend:function(b){return void PP(a,b)}},$h(a.H,function(b,c)
{a.g.addEventListener(c,b,!1)})):a.K.listen(a.g,"click",a.V)},MP=function(a)
{a.K.rb(a.g,"click",a.V);$h(a.H,function(b,c){this.g.removeEventListener(c,b,!
1)},a);a.H={}},PP=function(a,b){!a.F||a.j!==1||a.A||a.M||a.C||!
OP(a,b.changedTouches)||(a.l=window.setTimeout(function(){return void QP(a)},
300));a.j=b.touches.length;a.j===0&&(a.F=!1,a.A=!1,a.o=[]);a.M=!
1};JP.prototype.V=function(){QP(this)};var OP=function(a,b){for(var
c=0;c<b.length;c++)if(a.o.includes(b[c].identifier))return!0;return!
1},QP=function(a){a.l=0;a.dispatchEvent(new Xv("click"))};JP.prototype.O=function()
{NP(this);R.prototype.O.call(this)};var SP=function(){var a=RP;return
La(function(b){return b.g==1?
Ca(b,a.g.promise,2):b.return({serializedConfig:a.serializedConfig,errorMessage:a.j,
latencyMs:a.l})})},WP=function(){var
a=TP,b=UP,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?VP(a,Error("status: "+d.status)):
(a.j=null,a.serializedConfig=d.responseText,a.g.resolve())};d.onerror=function()
{a.l=Date.now()-c;VP(a,Error("status: "+d.status))};d.send()},VP=function(a,
b){a.serializedConfig=null;a.j=b.message;a.g.resolve()},RP=new function()
{this.o=function(){return new XMLHttpRequest};this.g=new
NK;this.j=this.serializedConfig=null;this.l=0};function XP(){var a=YP;var
b=a.appName;var c=a.bf;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 ZP=[0,Eh,ey];var
$P=function(a){this.D=D(a)};w($P,I);var aQ=function(a){return function(b){return
ph(b,a)}}([0,Eh,ey,Eh,ZP]);function bQ(a,b,c){var d,e,f;a=((f=(d=Yf(a,Zx,2))==null?
void 0:(e=$f(d,Yx,1,Cf()))==null?void 0:e.map(function(g){return F(g,1)}))!=null?f:
[]).some(function(g){return g===b});W.getInstance().report(190,
{fm:a,fl:c})}function cQ(a,b){if(!a||!b)return!1;a=Yf(a,Xx,3);var c;a=!!
b&&(a==null?void 0:(c=Kf(a,1,Se))==null?void
0:c.get(b));W.getInstance().report(196,{status:a,network:b});return a!=null?a:!1}
function dQ(a,b){if(!a||!b)return!1;var c;return!((c=Yf(a,Wx,5))==null||!
$f(c,Vx,1,Cf()).find(function(d){return(d==null?void 0:F(d,1))===b&&(d==null?void
0:hg(d,2))}))}function eQ(a){if(!a)return null;var b=new
$P;a=$f(a,cy,6,Cf());a=x(a);for(var c=a.next();!c.done;c=a.next()){var d=void
0;if(c=(d=Yf(c.value,by,4))==null?void 0:Yf(d,ay,2)){d=new by;var e=new
ay;c=lg(c,1);c=Bf(e,1,He(c));d=E(d,2,c);eg(b,1,by,d)}}return
$f(b,by,1,Cf()).length===0?null:b};function fQ(a,b,c){var
d=lJ(a);if(hg(d,8))return!1;a=jJ(a)||!hg(d,5);b=cQ(b,c);return a&&!b?!1:!0};var
gQ=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_"+Ui+
+,g=d.getId();e(d.na).then(function(h)
{bK(c.g,d.type,d.messageType,h,f,g)})}};this.g.listen(b,this.l);Or(this,function()
{c.j.clear();c.g.rb(b,c.l)})};w(gQ,Q);var hQ={bh:function(a,b){var
c=a.injector_basename,d=a.sodar_query_id,e=a.bg_binary,f=window,g="//
pagead2.googlesyndication.com/bg/"+Qi(a.bg_hash_basename)
+".js";a=f.document;g={_bgu_:g};g._bgp_=e;b&&(g._li_=b);d&&(g._sid_=d);
(b=f.GoogleTyFxhY)&&typeof b.push=="function"||
(b=f.GoogleTyFxhY=[]);b.push(g);b=Yo(Ro(a).g,"SCRIPT");b.type="text/
javascript";b.async=!0;c=dj(Vv,Qi(c)+".js");Li(b,c);(f=(f.GoogleTyFxhYEET||{})
[b.src])?f():a.getElementsByTagName("head")[0].appendChild(b)}},iQ=function(a){var
b,
c;return La(function(d){if(d.g==1)return
b="//pagead2.googlesyndication.com/getconfig/sodar?tid=pal&tv="+a,Ca(d,(new
$E).get({url:b,withCredentials:!1,timeout:new EE}),2);c=d.j;if(!(typeof
c==="object"&&c!==null&&"injector_basename"in c&&"sodar_query_id"in
c&&"bg_hash_basename"in c&&"bg_binary"in c))return d.return(null);hQ.bh(c,a);return
d.return(c.sodar_query_id)})};var jQ="abort canplay canplaythrough durationchange
emptied loadstart loadeddata loadedmetadata progress ratechange seeked seeking
stalled suspend waiting".split(" ");var kQ=function(a,b)
{Q.call(this);this.g=a;this.timeoutMs=b;Pr(this,this.g)};w(kQ,Q);
var mQ=function(a){if(!XC(a.g.caller))return Promise.resolve(null);var b=new
NK,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 lQ("","-1"));else
if(e.eventName==="signalStatus"&&e.data==="ready"){e=e.pingData;var
f,g=((f=e.applicableSections)!=null?f:[]).join("_");b.resolve(new
lQ(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},lQ=function(a,b)
{this.gppString=a;this.sid=b};var
nQ=ra(["https://pagead2.googlesyndication.com/omsdk/releases/live/omweb-
v1.js"]),oQ=ra(["https://pagead2.googlesyndication.com/omsdk/releases/control/
omweb-v1.js"]),pQ=ra(["https://pagead2.googlesyndication.com/omsdk/releases/
canary/omweb-v1.js"]),qQ=ra(["https://pagead2.googlesyndication.com/omsdk/
releases/experimental/omweb-
v1.js"]),rQ=dj(nQ),sQ=dj(oQ),tQ=dj(pQ),uQ=dj(qQ);function vQ(a){var
b;return(b=a.omidSessionInterface)!=null?b:null}
function wQ(a){var b,c,d,e,f,g;return La(function(h){if(h.g==1)return
b=$o("IFRAME",{style:"display: none",title:"Advertisement"}),c=new
Promise(function(k){b.addEventListener("load",function()
{k()})}),a.appendChild(b),Ca(h,c,2);d=$o("SCRIPT");e=xQ();Li(d,e);f=new
Promise(function(k,l){d.addEventListener("load",function(){var p=cp(b);p&&vQ(p)?
k(b):l()})});g=b.contentDocument||
b.contentWindow.document;g.head.appendChild(d);return h.return(f)})}
function xQ(){switch(K(Xn).j(NC.g,NC.defaultValue)){case 0:return rQ;case 1:return
sQ;case 2:return tQ;case 3:return uQ;default:return rQ}};var yQ=function(a,b)
{R.call(this);this.j=b;this.g=vQ(a)};w(yQ,R);var AQ=function(a)
{try{a.g&&a.g.registerSessionObserver(function(b){b.type==="sessionStart"?
zQ(a,a.j):b.type==="sessionFinish"&&AQ(a)})}catch(b){a.dispatchEvent(new
Event("error"))}},zQ=function(a,b){b instanceof VH&&(b=b.T);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"))}};yQ.prototype.O=function()
{try{this.g&&this.g.finishAdSession()}catch(a){}R.prototype.O.call(this)};var
BQ=function(a){this.data=a};m=BQ.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};BQ.prototype.getIsBumper=BQ.prototype.getIsBumper;BQ.prototype.
getTimeOffset=BQ.prototype.getTimeOffset;
BQ.prototype.getPodIndex=BQ.prototype.getPodIndex;BQ.prototype.getAdPosition=BQ.pro
totype.getAdPosition;BQ.prototype.getMaxDuration=BQ.prototype.getMaxDuration;BQ.pro
totype.getTotalAds=BQ.prototype.getTotalAds;var CQ=function(a)
{this.data=a};m=CQ.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
Hk(a.width,a.height)};m.Re=function(){return this.data.resourceType};
var mK=function(a){return(a=a.data.backupCompanions)?a.map(function(b){return new
CQ(b)}):
[]};CQ.prototype.getAdSlotId=CQ.prototype.getAdSlotId;CQ.prototype.getHeight=CQ.pro
totype.getHeight;CQ.prototype.getWidth=CQ.prototype.getWidth;CQ.prototype.getConten
tType=CQ.prototype.getContentType;CQ.prototype.getContent=CQ.prototype.getContent;v
ar DQ=function(a,b){this.j=a;this.g=b};DQ.prototype.getAdIdValue=function(){return
this.j};DQ.prototype.getAdIdRegistry=function(){return
this.g};DQ.prototype.getAdIdRegistry=DQ.prototype.getAdIdRegistry;DQ.prototype.getA
dIdValue=DQ.prototype.getAdIdValue;var X=function(a)
{this.data=a};X.prototype.getAdId=function(){return
this.data.adId};X.prototype.getCreativeAdId=function(){return
this.data.creativeAdId};X.prototype.getCreativeId=function(){return
this.data.creativeId};var EQ=function(a){return
a.data.adQueryId};X.prototype.getAdSystem=function(){return
this.data.adSystem};X.prototype.getAdvertiserName=function(){return
this.data.advertiserName};X.prototype.getApiFramework=function(){return
this.data.apiFramework};
var FQ=function(a){var b;return(b=a.data.clickThroughUrl)!=null?
b:null},GQ=function(a){var b;return(b=a.data.attributionParams)!=null?
b:null};m=X.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
BQ(this.data.adPodInfo)};m.getCompanionAds=function(a,b,c){var
d=this.data.companions;if(!d)return[];d=d.map(function(e){return new CQ(e)});return
lK(new iK({size:new Hk(a,b),Pe:c?c.sizeCriteria==="SelectFluid":!
1},c),d)};m.getTraffickingParameters=function(){return
CE(Ti(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
DQ(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.We=function(){return
this.data.disableUi};X.prototype.isUiDisabled=X.prototype.We;X.prototype.getSkipTim
eOffset=X.prototype.getSkipTimeOffset;X.prototype.getUniversalAdIdRegistry=X.protot
ype.getUniversalAdIdRegistry;X.prototype.getUniversalAdIdValue=X.prototype.getUnive
rsalAdIdValue;X.prototype.getUniversalAdIds=X.prototype.getUniversalAdIds;X.prototy
pe.getDealId=X.prototype.getDealId;X.prototype.getSurveyUrl=X.prototype.getSurveyUr
l;X.prototype.getMediaUrl=X.prototype.getMediaUrl;
X.prototype.getVastMediaBitrate=X.prototype.getVastMediaBitrate;X.prototype.getTraf
fickingParametersString=X.prototype.getTraffickingParametersString;X.prototype.getT
raffickingParameters=X.prototype.getTraffickingParameters;X.prototype.getCompanionA
ds=X.prototype.getCompanionAds;X.prototype.getAdPodInfo=X.prototype.getAdPodInfo;X.
prototype.getMinSuggestedDuration=X.prototype.getMinSuggestedDuration;X.prototype.g
etUiElements=X.prototype.getUiElements;X.prototype.getHeight=X.prototype.getHeight;
X.prototype.getWidth=X.prototype.getWidth;X.prototype.getVastMediaHeight=X.prototyp
e.getVastMediaHeight;X.prototype.getVastMediaWidth=X.prototype.getVastMediaWidth;X.
prototype.getDuration=X.prototype.getDuration;X.prototype.getTitle=X.prototype.getT
itle;X.prototype.getDescription=X.prototype.getDescription;X.prototype.getContentTy
pe=X.prototype.getContentType;X.prototype.isSkippable=X.prototype.isSkippable;X.pro
totype.isLinear=X.prototype.isLinear;X.prototype.getWrapperAdSystems=X.prototype.ge
tWrapperAdSystems;
X.prototype.getWrapperCreativeIds=X.prototype.getWrapperCreativeIds;X.prototype.get
WrapperAdIds=X.prototype.getWrapperAdIds;X.prototype.getApiFramework=X.prototype.ge
tApiFramework;X.prototype.getAdvertiserName=X.prototype.getAdvertiserName;X.prototy
pe.getAdSystem=X.prototype.getAdSystem;X.prototype.getCreativeId=X.prototype.getCre
ativeId;X.prototype.getCreativeAdId=X.prototype.getCreativeAdId;X.prototype.getAdId
=X.prototype.getAdId;var HQ=function(a)
{this.g=a};HQ.prototype.getCuePoints=function(){return
this.g};HQ.prototype.getCuePoints=HQ.prototype.getCuePoints;var IQ=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},JQ=function(a,b){var c={};Object.assign(c,a);b&&(c.disableClickThrough=!
0);return c};
IQ.prototype.append=function(a){if(a){var b=a.autoAlign;b!
=null&&(this.autoAlign=b);b=Yi(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=Yi(a.playAdsAfterTime);typeof
b==="number"&&!
isNaN(b)&&b>0&&(this.playAdsAfterTime=b);this.restoreCustomPlaybackStateOnAdBreakCo
mplete=
a.restoreCustomPlaybackStateOnAdBreakComplete||
this.restoreCustomPlaybackStateOnAdBreakComplete;b=Yi(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}};
z("module$exports$google3$javascript$ads$interactivemedia$sdk$clientside$api$ads_re
ndering_settings.AdsRenderingSettings.AUTO_SCALE",-1);var Mf=function(a)
{this.D=D(a)};w(Mf,I);var KQ=function(a){this.D=D(a)};w(KQ,I);var LQ=function(a)
{this.D=D(a)};w(LQ,I);var MQ=function(a){this.D=D(a)};w(MQ,I);var NQ=function(a)
{this.D=D(a)};w(NQ,I);var OQ=function(a){return
Xf(a,pk,5)};NQ.prototype.getWidth=function(){return
ig(this,9)};NQ.prototype.getHeight=function(){return ig(this,10)};var
PQ=Lh(NQ);function QQ(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 RQ(a){var
b=a.Nh,c=a.Cj,d=a.Oj,e=a.auctionNonce,f=a.vj,g=a.Pj,h=a.Sj,k=a.multiBidLimit;a=!
hg(b,14);for(var l={},p=x($f(b,KQ,7,Cf())),n=p.next();!n.done;n=p.next())
{n=n.value;var r={},t=void 0,u=(t=d)==null?void
0:t.gh.Ih.Mh.ng;t=F(n,1);if(F(n,2).length)try{if(r=JSON.parse(F(n,2)),jj()*100<1)
{var v=void 0;(v=u)==null||vk(v,{ud:t,status:"SUCCESS",pe:100})}}catch(U){v=void 0,
(v=u)==null||vk(v,{ud:t,status:"ERROR",pe:1})}else v=void 0,(v=u)==null||vk(v,
{ud:t,status:"EMPTY",pe:1});l[F(n,1)]=r}if(d=
Yf(b,nk,6))l["https://googleads.g.doubleclick.net"]=Ag(d),l["https://
td.doubleclick.net"]=Ag(d);d={};p=$f(b,MQ,11,Cf());p=x(p);for(n=p.next();!
n.done;n=p.next())n=n.value,d[F(n,1)]=ig(n,2);p={};ig(b,21)!
==0&&(p["*"]=ig(b,21));if($f(b,LQ,32,Cf()).length>0){var
C={};n=x($f(b,LQ,32,Cf()));for(r=n.next();!
r.done;r=n.next())r=r.value,C[F(r,1)]=ig(r,2)}n={};Ae(zf(b,18))!
=null&&(n["https://googleads.g.doubleclick.net"]=jg(b,18),n["https://
td.doubleclick.net"]=jg(b,18));r=x(Lf(b));for(u=r.next();!u.done;u=
r.next())t=x(u.value),u=t.next().value,t=t.next().value,jg(t,4)&&(n[u]=jg(t,4));r={
};u=x(Lf(b));for(t=u.next();!
t.done;t=u.next())v=x(t.value),t=v.next().value,v=v.next().value,v=F(v,5),v.length&
&(r[t]={type:v});u={};k&&k>1&&(u["*"]=k);k=F(b,1).split("/td/")[0];
(t=Yf(b,pk,5))==null?t=void 0:(v=t.D,t=new t.constructor(wf(v,B(v),!1)));var O;t!
=null&&(O=Yf(t,ok,5))!=null&&Bf(O,2);O=Object;v=O.assign;var Y=h?
{decisionLogicURL:F(b,1),trustedScoringSignalsURL:F(b,2)}:
{decisionLogicUrl:F(b,1),trustedScoringSignalsUrl:F(b,
2)};var ha=pg(b,3,Cf(Kd));C=v.call(O,{},Y,
{seller:k,interestGroupBuyers:ha,sellerExperimentGroupId:jg(b,17),auctionSignals:JS
ON.parse(F(b,4)||"{}"),sellerSignals:(t==null?void 0:Ag(t))||
[],sellerTimeout:ig(b,15)||
50,perBuyerExperimentGroupIds:n,perBuyerSignals:l,perBuyerTimeouts:d,perBuyerCumula
tiveTimeouts:p,perBuyerRealTimeReportingConfig:r,perBuyerMultiBidLimits:u,reporting
Timeout:5E3},C?{perBuyerGroupLimits:C}:{},a?{resolveToConfig:a}:{});if(b==null?
0:hg(OQ(b),25))C.sellerCurrency="USD",C.perBuyerCurrencies=
Object.fromEntries(Kf(b,22,Te));F(b,28)&&(C.directFromSellerSignalsHeaderAdSlot=F(b
,28));if(SQ(C.interestGroupBuyers,f))
{C.auctionReportBuyerKeys=C.interestGroupBuyers.map(QQ);f={interestGroupCount:
{bucket:BigInt(0),scale:1},bidCount:{bucket:BigInt(1),scale:1}};g||
(f.totalGenerateBidLatency={bucket:BigInt(2),scale:1},f.totalSignalsFetchLatency={b
ucket:BigInt(3),scale:1});C.auctionReportBuyers=f;var xa=xa===void 0?
BigInt(0):xa;C.auctionReportBuyerDebugModeConfig={enabled:!
0,debugKey:xa}}e&&(C.auctionNonce=
e,C.additionalBids=Promise.resolve());Kf(b,33,Te).size&&(C.deprecatedRenderURLRepla
cements=Object.fromEntries(Kf(b,33,Te).entries()),
(e=C.deprecatedRenderURLReplacements["$
{RENDER_DATA_td.doubleclick.net_GDA}"])&&(C.deprecatedRenderURLReplacements["$
{RENDER_DATA}"]=e));e=Object;g=e.assign;h=h?{decisionLogicURL:F(b,1)}:
{decisionLogicUrl:F(b,1)};xa=jg(b,17);f=new pk;l=OQ(b);Wf(l,ok,5)!==void 0&&(l=new
ok,O=ng(Xf(OQ(b),ok,5),2),l=Of(l,2,He(O),"0"),O=ng(Xf(OQ(b),ok,5),4),l=Of(l,4,He(O)
,"0"),E(f,5,l));
OQ(b).getEscapedQemQueryId()&&(l=OQ(b).getEscapedQemQueryId(),Of(f,2,Pe(l),""));F(O
Q(b),6)&&(l=F(OQ(b),6),Of(f,6,Pe(l),""));hg(OQ(b),21)&&sg(f,21,!
0);hg(OQ(b),4)&&sg(f,4,!
0);F(OQ(b),11)&&(l=F(OQ(b),11),Of(f,11,Pe(l),""));hg(OQ(b),32)&&sg(f,32,!
0);f=Ag(f);l=ig(b,15)||50;if(hg(b,30)){if(c==null||!c.length)throw
Error("top_td_without_component_auction");}else c=[C].concat(pa(c!=null?c:
[]));c=g.call(e,{},h,
{seller:k,sellerExperimentGroupId:xa,sellerSignals:f,sellerTimeout:l,interestGroupB
uyers:[],auctionSignals:{},
perBuyerExperimentGroupIds:{},perBuyerSignals:{},perBuyerTimeouts:
{},perBuyerCumulativeTimeouts:{},componentAuctions:c},a?{resolveToConfig:a}:
{});F(b,28)&&(c.directFromSellerSignalsHeaderAdSlot=F(b,28));return c}function
SQ(a,b){return a.some(function(c){return QQ(c)!==BigInt(100)})&&(b!=null?b:!1)};var
UQ=function(a,b){Q.call(this);var c=this;this.navigator=b;this.j=function(d){var
e=Date.now();try{var f=TQ(c,d.tdconfig)}catch(g){f=Promise.resolve({Kb:!
1,result:null})}return f.then(function(g){var h=new
lk;h=ug(h,1,e);h=ug(h,2,Date.now());var k=g.Kb,l;g=(l=g.result)!=null?
l:"";l={};return
l.ffconfig=g,l.timeout=2E3,l.auctioninterval=Bg(h),l.isauctiontimeout=k,l})};this.g
=new gQ(a,"fledge");Pr(this,this.g)};w(UQ,Q);
var TQ=function(a,b){b=PQ(b);var c=RQ({Nh:b});b=bx(2E3,null).then(function()
{return{Kb:!0,result:null}});a=a.navigator.runAdAuction(c).then(function(d){d!
==null&&typeof d!=="string"?d=null:d==null&&(d=null);return{Kb:!
1,result:d}});return Promise.race([b,a])};var WQ=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
KE(this);Pr(this,a);VQ(this);a.listen(this.B,"adsManager",this.F)};w(WQ,Q);var
VQ=function(a){wQ(a.C).then(function(b){a.j=b;XQ(a,cp(b))}).catch(function(){return
void YQ(a)})};
WQ.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();VQ(this)}a=cp(this.j);var c;a&&((c=a.frames)==null?
0:c.omid_v1_present)||W.getInstance().report(188,{})}};
var ZQ=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"))}}},XQ=function(a,b){a.g=new yQ(b,a.A);a.g.listen("error",function()
{return void YQ(a)});AQ(a.g);ZQ(a)},YQ=function(a)
{bK(a.B,"omid","iframeFailed");a.dispose()};WQ.prototype.O=function()
{this.j&&(ap(this.j),this.j=null);var a;(a=this.g)==null||
a.dispose();Q.prototype.O.call(this)};var $Q=function(a,b,c,d)
{Q.call(this);this.o=a;this.l=b;this.g=c;this.C=d;this.j=new
KE(this);Pr(this,this.j);this.j.listen(this.o,d,this.A)};w($Q,Q);var
aR=function(a,b){var c=b.na;switch(b.messageType){case
"showVideo":a.l.nd();break;case "hide":a.l.kb();break;case
"resizeAndPositionVideo":b=c.resizeAndPositionVideo;a.l.ie(new
Jk(b.x,b.y,b.width,b.height));break;case "restoreSizeAndPositionVideo":a.l.je()}};
$Q.prototype.A=function(a){var b=a.na;switch(a.messageType){case
"activate":this.l.yc(this.g);break;case "startTracking":a=this.g;var
c=this.B;this.j.listen(a,di(nF),c);this.j.listen(a,jQ,c);this.g.Be();break;case
"stopTracking":a=this.g;c=this.B;this.j.rb(a,di(nF),c);this.j.rb(a,jQ,c);this.g.Qb(
);break;case "exitFullscreen":a=this.g.g;(Fc||
Hc)&&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,p=b.demuxedVideoMimeType,
n=b.demuxedAudioCodec,r=b.demuxedVideoCodec;b=b.mseCompatible;var
t=null;k&&h&&b&&p&&l&&r&&n&&(t=new
TC({Uh:k,mg:h,Uj:null,xj:null,Th:p,lg:l,sb:r,ab:n,height:null,width:null,Fa:b,Tj:nu
ll,wj:null}));h=null;d&&e&&g&&f&&(h=new
UC({fh:d,yb:null,mimeType:e,sb:g,ab:f,height:null,width:null,Fa:b,Ej:null}));t?
a.load(c,t):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)}};
$Q.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}bK(this.o,
this.C,a,b)};var bR=function(a,b){Q.call(this);this.j=b;this.g=null;this.l=new
$Q(a,b,this.j.ca,"videoDisplay1");Pr(this,this.l);var c=this.j.ya;c!
=null&&(this.g=new $Q(a,b,c,"videoDisplay2"),Pr(this,this.g))};w(bR,Q);function
cR(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 dR(){var
a,b,c,d=Xo();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 eR(a){var b={};b.slotId=a.getSlotId().getId();var c=[];a=x(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 fR(a){var b=dR();if(b&&a&&Array.isArray(a)){var c=new
Map(b.getSlots().map(function(r){return[r.getSlotId().getId(),r]}));a=x(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=So(f.getSlotId().getDomId()))){d.style.display="";var
h=e.adWidth,k=e.adHeight;e.fluidSize&&(k=Xq(d),h=k.width,k=k.height);d.textContent=
"";if(e.friendlyIframeRendering)try{var
l="google_companion_"+f.getSlotId().getId(),p=cR(d,
l,h,k),n=p.contentWindow?
p.contentWindow.document:p.contentDocument;Bc&&n.open("text/
html","replace");Oi(n,JE(g));n.close()}catch(r){}else
Mi(d,JE(g)),d.style.width=h+"px",d.style.height=k+"px";b.slotRenderEnded(f,h,k);
(e=e.onAdContentSet)&&e(d)}}}}};var gR=function(a,b,c,d,e,f)
{cK.call(this,a,b,c,d,e);this.g=f};w(gR,cK);var hR=function(a,b)
{R.call(this);this.A=a;this.o=b;this.g={};this.j=new
KE(this);Pr(this,this.j);this.j.listen(Xo(),"message",this.l)};w(hR,R);var
iR=function(a,b){var
c=b.g;a.g.hasOwnProperty(c)&&bK(a.g[c],b.type,b.messageType,b.na)},jR=function(a,b,
c,d){a.g.hasOwnProperty(b)||(c=new GP(b,c),a.j.listen(c,a.A,function(e)
{this.dispatchEvent(new
gR(e.type,e.messageType,e.na,e.xc,e.origin,b))}),c.g=d,c.connect(),a.g[b]=c)};
hR.prototype.O=function(){for(var a=x(Object.values(this.g)),b=a.next();!
b.done;b=a.next())Nr(b.value);R.prototype.O.call(this)};hR.prototype.l=function(a)
{a=a.g;var b=HP(a.data);if(b!=null){var c=b.channel;if(this.o&&!
this.g.hasOwnProperty(c)){var d=b.sid;jR(this,c,d,a.source);this.dispatchEvent(new
gR(b.name,b.type,b.data||{},d,a.origin,c))}}};function kR(){return!!
Ua("googletag.cmd",Xo())}function lR(){var a=Ua("googletag.console",Xo());return a!
=null?a:null}var mR=function(){KE.call(this);this.g=null;this.l=new hR("gpt",!
0);Pr(this,this.l);this.listen(this.l,"gpt",this.A);kR()||Xo().top===Xo()||
(this.g=new hR("gpt",!
1),Pr(this,this.g),this.listen(this.g,"gpt",this.B))};w(mR,KE);
mR.prototype.A=function(a){var
b=a.origin,c="//imasdk.googleapis.com".match(Zi);b=b.match(Zi);if(c[3]==b[3]&&c[4]=
=b[4])if(this.g!=null)jR(this.g,a.g,a.xc,Xo().parent),this.g!
=null&&iR(this.g,a);else if(c=a.na,c!=null&&c.scope!==void 0)
{b=c.scope;c=c.args;var d;if(b==="proxy"){var e=a.messageType;e==="isGptPresent"?
d=kR():e==="isConsolePresent"&&(d=lR()!=null)}else if(kR())if(b==="pubads"||
b==="companionAds"){d=a.messageType;var f=Xo().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=lR(),e!
=null&&(b=e[a.messageType],b!=null))try{b.apply(e,c)}catch(g){}}else
b===null&&(e=a.messageType,e==="googleGetCompanionAdSlots"?(e=dR())?
(e=e.getSlots().map(eR),d=e.length?e:null):d=null:
(e==="googleSetCompanionAdContents"&&fR(c==null?void 0:c[0]),d=null));d!==void
0&&(a.na.returnValue=d,iR(this.l,a))}};mR.prototype.B=function(a){iR(this.l,a)};
var nR=function(a,b){if(a.g){var c=a.g;Nr(c.g[b]);delete
c.g[b]}a.l&&(a=a.l,Nr(a.g[b]),delete a.g[b])};var pR=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,p,n){if(l=="%")return"%";var
r=c.shift();if(typeof r=="undefined")throw Error("[goog.string.format] Not enough
arguments");arguments[0]=r;return
oR[l].apply(null,arguments)})},oR={s:function(a,b,c){return isNaN(c)||c==""||
a.length>=Number(c)?a:a=b.indexOf("-",0)>-1?
a+Si(" ",Number(c)-a.length):Si(" ",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+Si(" ",a):f+Si(b.indexOf("0",0)>=0?"0":"
",a)+d},d:function(a,b,c,d,e,f,g,h){return oR.f(parseInt(a,
10),b,c,d,0,f,g,h)}};oR.i=oR.d;oR.u=oR.d;function qR()
{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 sR=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_"+Ui+
+;this.o=new Map;this.g=null;c=Xo();var d=Ua("google.ima.gptProxyInstance",c);d!
=null?c=d:(d=new
mR,z("google.ima.gptProxyInstance",d,c),c=d);this.Z=c;this.A=null;this.l=new
KE(this);Pr(this,this.l);c=this.F;d=this.V?"?gdpr=1":"";d=(nj()?"https:":"http:")
+pR("//imasdk.googleapis.com/js/core/bridge3.683.1_%s.html",VI.getLocale())+d;a:
{var e=window;try{do{try{if(e.location.href.indexOf(d)===
0||e.document.referrer.indexOf(d)===0){var f=!0;break a}}catch(k)
{}e=e.parent}while(e!==e.top)}catch(k){}f=!1}f&&(d+="?
f="+c);f=window.document;if(Cn.length&&f.head){e=x(Cn);for(var g=e.next();!
g.done;g=e.next())if((g=g.value)&&f.head){var
h=tj("META");f.head.appendChild(h);h.httpEquiv="origin-
trial";h.content=g}}f=qR();c=$o("IFRAME",{src:d+"#"+c,allowFullscreen:!
0,allow:f,id:c,style:"border:0; opacity:0; margin:0; padding:0; position:relative;
color-scheme: light;",title:"Advertisement"});this.l.fc(c,
"load",this.ga);a.appendChild(c);this.frameElement=c;this.j=rR(this);this.M=new
UQ(this.j,navigator);Pr(this,this.M);c=this.M;c.g.j.set("auction",c.j);this.P=new
bR(this.j,this.C);Pr(this,this.P);this.C.ca&&this.l.listen(this.j,"displayContainer
",this.U);this.l.listen(this.j,"mouse",this.aa);this.l.listen(this.j,"touch",this.b
a);HJ()||(this.A=new WQ(a,this.j,b.ca.g),Pr(this,this.A))};w(sR,R);
var rR=function(a,b){b=b===void 0?"*":b;var c=a.o.get(b);c==null&&(c=new
GP(a.F,b),a.G&&(c.g=cp(a.frameElement),c.connect()),a.o.set(b,c));return
c};sR.prototype.yc=function(a){var b;(b=this.A)!
=null&&(a=a.g,b.A=a,b.g&&(b=b.g,b.j=a,zQ(b,a)))};sR.prototype.O=function(){this.g!
==null&&(this.g.dispose(),this.g=null);this.o.forEach(function(a)
{Nr(a)});this.o.clear();nR(this.Z,this.F);ap(this.frameElement);R.prototype.O.call(
this)};
sR.prototype.aa=function(a){var
b=a.na,c=Sq(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 tR=function(a,b){var c=Sq(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)};
sR.prototype.ba=function(a){var b=a.na,c=Sq(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:tR(this,b.touches),targetTouches:tR(this,b.targetTouches
),changedTouches:tR(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,tR(this,b.touches),tR(this,b.targetTouches),tR(this,b.changedTouches)
,b.scale,b.rotation);this.frameElement.dispatchEvent(d)}};sR.prototype.U=function(a
){switch(a.messageType){case "showVideo":this.g==null?(this.g=new
JP,this.l.listen(this.g,"click",this.ia)):NP(this.g);LP(this.g,this.C.Xb());break;c
ase "hide":this.g!==null&&(this.g.dispose(),this.g=null)}var
b=this.P;aR(b.l,a);b.g&&aR(b.g,a)};
sR.prototype.ia=function()
{bK(this.j,"displayContainer","videoClick")};sR.prototype.ga=function()
{this.H=pl();this.K=$k();var a=cp(this.frameElement);this.o.forEach(function(c)
{c.g=a;c.connect()});var b;(b=this.A)!=null&&(b.o=a,ZQ(b));this.G=!0};var
uR=ra(["https://s0.2mdn.net/instream/video/client.js"]),vR=null,wR=function()
{R.call(this);this.g=null;this.j=new Map;this.l=new Map;this.ua=this.C=!
1;this.o=null;this.A=new KE(this);Pr(this,this.A)};w(wR,R);var xR=function()
{vR==null&&(vR=new wR);return vR},Nv=function(a,b,c){var
d={};d.queryId=b;d.viewabilityData=c;a.g&&bK(a.g,"activityMonitor","viewabilityMeas
urement",d)};wR.prototype.destroy=function()
{this.A.rb(this.g,"activityMonitor",this.F);this.ua=!1;this.j.clear()};
wR.prototype.O=function(){this.destroy();R.prototype.O.call(this)};
wR.prototype.init=function(a){if(!this.ua){if(this.g=a||
null)this.A.listen(this.g,"activityMonitor",this.F),yR(this);if(!
(y.ima&&y.ima.video&&y.ima.video.client&&y.ima.video.client.tagged))
{z("ima.video.client.sdkTag",!0);var b=y.document;a=Yo(document,"SCRIPT");var
c=dj(uR);Li(a,c);a.async=!0;a.type="text/javascript";b=b.getElementsByTagName("scri
pt")[0];b.parentNode.insertBefore(a,b)}Lo();K(Dv).K=VI.g;this.C=!0;K(Dv).l=!
0;this.o=null;a=K(Dv);b=nv(a)=="h"||nv(a)=="b";c=!(Ko(),!1);b&&c&&(a.F=!0,a.H=
new Ht);this.ua=!0}};
var AR=function(a){if(a==null)return!1;if((Fc||Hc)&&a.webkitDisplayingFullscreen!
==null)return a.webkitDisplayingFullscreen;a=zR(a);var
b=window.screen.availHeight||window.screen.height;return(window.screen.availWidth||
window.screen.width)-a.width<=0&&b-a.height<=42},zR=function(a){var
b={left:a.offsetLeft,top:a.offsetTop,width:a.offsetWidth,height:a.offsetHeight};try
{typeof
a.getBoundingClientRect==="function"&&bp(Qo(a),a)&&(b=a.getBoundingClientRect())}ca
tch(c){}return b},BR=function(a,b,c,d,e){e=
e===void 0?{}:e;if(a.ua){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):VI.l)e.opt_fullscreen==null&&(e.opt_fullscreen=AR(a)),e.opt_adElement==n
ull&&(e.opt_adElement=a);return wy.zb(469,ib(Pv,b,c,e))||
{}}return{}},CR=function(a){var b;VI.g!==0?b=K(Dv).l:b=a.C;return
b},DR=function(a,b){var c=String(Math.floor(Math.random()*1E9));a.l.set(c,b);VI.g!
==0&&(K(Dv).o[c]=a);return c},ER=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)}},Jv=function(a,b)
{a=a.j.get(b);return typeof a==="function"?a():{}},yR=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||bK(c,"activityMonitor","pageSignals",b)}};
wR.prototype.F=function(a){var
b=a.na,c=b.queryId,d={},e=null;d.eventId=b.eventId;switch(a.messageType){case
"getPageSignals":yR(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=BR(this,e,c,a,f);var g;(g=this.g)==null||
bK(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,W.getInstance().report(43,
{step:"beforeLookup",logid:b,time:Date.now()})),c.engagementString=FR(this,a,e),thi
s.g&&bK(this.g,"activityMonitor","engagement",c)}};var FR=function(a,b,c){var
d,e=b?(d=a.l.get(b))!=null?d:null:VI.l;a={};c!
=null&&(a.fullscreen=c);c="";try{c=rx(function(){return e},a)}catch(f)
{c=f,c="sdktle;"+Ri(c.name,12)+";"+Ri(c.message,40)}return
c};z("ima.common.getVideoMetadata",function(a){return Jv(xR(),a)});
z("ima.common.triggerViewabilityMeasurementUpdate",function(a,b){Nv(xR(),a,b)});var
GR=new Hk(5,5),HR=function(a)
{gI.call(this,a);this.C=this.ba=null;this.K=this.U=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.Ld()};w(HR,gI);
HR.prototype.load=function(a,b){var c=L.getInstance().g;c.P=!
0;zl(c);Jl("hvd_lc");IR(this);(Lc||
tE())&&this.g.removeAttribute("crossOrigin");this.U=!1;if(b)if(Jl("hvd_ad"),b
instanceof UC){if(Jl("hvd_mad"),c=b.getMediaUrl())
{Jl("hvd_admu");JR(this,c);return}}else if(b instanceof TC){Jl("hvd_dad");c=b.o;var
d=b.j,e=b.l,f=b.g,g=b.sb,h=b.ab;if(c&&d&&e&&f&&g&&h&&(Jl("hvd_addu"),b.Fa))
{Jl("hvd_admse");b=e+'; codecs="'+g+'"';f=f+';
codecs="'+h+'"';if(BF()&&BF()&&MediaSource.isTypeSupported(b)&&BF()&&MediaSource.is
TypeSupported(f)){Jl("hvd_ymse");
Jl("hvd_mse");h=!1;try{window.location.search.indexOf("goog_limavideo=true")!==-
1&&(h=!0)}catch(k){}a=this.g;y.customElements?h?h=!0:
(Yn(MC)&&W.getInstance().report(153,{limvid:"vd"}),h=Yn(MC)?!0:!1):h=!1;h&&a
instanceof VH?(a.fb=c,a.vb=d):(this.ba=new xI(a,[new sH(c,b,35E4,new jI),new
sH(d,f,82E3,new jI)]),Pr(this,this.ba),c=this.ba,c.j||
(c.j=Hi(c.g).toString()),c=c.j,a.src=c);a.load();return}Jl("hvd_nmse")}}else
Jl("hvd_uad");a?JR(this,a):(Jl("hvd_vn"),this.g.load())};
var JR=function(a,b)
{Jl("hvd_src");a=a.g;a.src=b;a.load()};m=HR.prototype;m.unload=function()
{IR(this);this.U=!1;var a=this.g;"removeAttribute"in a?
a.removeAttribute("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.ie=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.je=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.U&&!Ub())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.ed(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.Cb()})):Promise.resolve()};
m.pause=function(){this.o==null&&(this.aa=!0,this.g.pause())};m.Ve=function(){var
a=this.g;return a.paused?Lc||Vc?a.currentTime<a.duration:!0:!1};m.Ld=function()
{return AR(this.g)};m.getSize=function(){return new
Hk(this.g.offsetWidth,this.g.offsetHeight)};m.O=function()
{this.V&&mE(this.V);this.Qb();gI.prototype.O.call(this)};
m.Be=function(){this.Qb();var
a=this.g;this.j.listen(a,jQ,this.ph);this.j.listen(a,"ended",this.Ud);this.j.listen
(a,"webkitbeginfullscreen",this.Pa);this.j.listen(a,"webkitendfullscreen",this.df);
this.j.listen(a,"loadedmetadata",this.mh);this.j.listen(a,"pause",this.Wd);this.j.l
isten(a,"playing",this.ed);this.j.listen(a,"timeupdate",this.Xd);this.j.listen(a,"v
olumechange",this.ff);this.j.listen(a,"error",this.Cb);this.j.listen(a,Uc||Lc&&(!
Lc||!sE(qE,8))?"loadeddata":"canplay",this.Vd);this.C=new JP;
this.j.listen(this.C,"click",this.Qf);LP(this.C,a);this.G=new
$w(1E3);this.j.listen(this.G,"tick",this.wa);this.G.start()};m.Qb=function()
{this.C!=null&&(NP(this.C),this.C=null);this.G!
=null&&this.G.dispose();OE(this.j);IR(this)};var IR=function(a){a.loaded=!1;a.l=!
1;a.H=!1;a.K=!1;a.A=0;a.o=null;a.M=null;Nr(a.F)};m=HR.prototype;m.ph=function(a)
{this.dispatchEvent(a.type)};
m.jc=function(){if(!this.l){this.l=!
0;this.dispatchEvent("start");try{if(Yn(MC)&&y.customElements){var
a=y.customElements.get("lima-video");this.g instanceof a?
W.getInstance().report(153,{limvid:"limastart"}):W.getInstance().report(153,
{limvid:"videostart"})}}catch(b){W.getInstance().report(153,
{limvid:"startfail"})}}};m.mh=function(){this.U=!0;this.K&&this.play();this.K=!
1;KR(this)};m.ed=function(a){this.o!=null?this.M=a:(this.dispatchEvent("play"),Lc||
tE()||Uc||this.jc())};
m.Xd=function(a){if(!this.l&&(Lc||tE()||Uc))
{if(this.getCurrentTime()<=0)return;if(Uc&&this.g.ended&&this.getDuration()===1)
{this.Cb(a);return}this.jc()}if(Lc||Ib(Ob(),"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.Wd=function(){if(this.l&&Lc&&!this.aa&&(LR(this)<2||this.H)){this.F=new
$w(250);this.j.listen(this.F,"tick",this.va);this.F.start();var a=!0}else a=!1;a||
this.o||this.dispatchEvent("pause")};m.Ud=function(){var a=!0;if(Lc||
Ib(Ob(),"Nintendo WiiU"))a=this.A>=this.g.duration-1.5;!
this.H&&a&&this.dispatchEvent("end")};m.df=function()
{this.dispatchEvent("endFullscreen")};m.Cb=function()
{this.dispatchEvent("error")};m.Qf=function(){this.dispatchEvent("click")};
var KR=function(a){var b=a.g;b instanceof
HTMLElement&&(a.V=lE(b,GR),a.V.then(function(c){a.Ba()||
M(L.getInstance(),"ps",c.width+"x"+c.height)}))};HR.prototype.wa=function(){var
a=this.getSize(),b=this.Ld();if(a.width!==this.size.width||a.height!
==this.size.height)!this.fullscreen&&b?
this.dispatchEvent("beginFullscreen"):this.fullscreen&&!
b&&this.df(),this.size=a,this.fullscreen=b};
HR.prototype.va=function(){if(this.g.ended||!this.Ve())Nr(this.F);else{var
a=this.g;a=a.duration-a.currentTime;var b=LR(this);b>0&&(b>=2||
a<2)&&(Nr(this.F),this.play())}};var LR=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};HR.prototype.Pa=function()
{W.getInstance().report(139);this.dispatchEvent("beginFullscreen")};var
PR=function(a){if(a instanceof MR||a instanceof NR||a instanceof OR)return
a;if(typeof a.next=="function")return new MR(function(){return a});if(typeof
a[Symbol.iterator]=="function")return new MR(function(){return a[Symbol.iterator]
()});if(typeof a.Db=="function")return new MR(function(){return a.Db()});throw
Error("Not an iterator or iterable.");},MR=function(a)
{this.g=a};MR.prototype.Db=function(){return new
NR(this.g())};MR.prototype[Symbol.iterator]=function(){return new OR(this.g())};
MR.prototype.j=function(){return new OR(this.g())};var NR=function(a)
{this.g=a};w(NR,Cs);NR.prototype.next=function(){return
this.g.next()};NR.prototype[Symbol.iterator]=function(){return new
OR(this.g)};NR.prototype.j=function(){return new OR(this.g)};var OR=function(a)
{MR.call(this,function(){return a});this.l=a};w(OR,MR);OR.prototype.next=function()
{return this.l.next()};var QR=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
QR)for(c=a.Kc(),d=0;d<c.length;d++)this.set(c[d],a.get(c[d]));else for(d in
a)this.set(d,a[d])};m=QR.prototype;m.Hb=function(){RR(this);for(var
a=[],b=0;b<this.g.length;b++)a.push(this.j[this.g[b]]);return a};m.Kc=function()
{RR(this);return this.g.concat()};
m.has=function(a){return SR(this.j,a)};m.isEmpty=function(){return
this.size==0};m.clear=function()
{this.j={};this.l=this.size=this.g.length=0};m.remove=function(a){return
this.delete(a)};m.delete=function(a){return SR(this.j,a)?(delete this.j[a],--
this.size,this.l++,this.g.length>2*this.size&&RR(this),!0):!1};
var RR=function(a){if(a.size!=a.g.length){for(var b=0,c=0;b<a.g.length;){var
d=a.g[b];SR(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];SR(b,e)||(a.g[d++]=e,b[e]=1);c+
+}a.g.length=d}};m=QR.prototype;m.get=function(a,b){return SR(this.j,a)?
this.j[a]:b};m.set=function(a,b){SR(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.Kc(),d=0;d<c.length;d++){var
e=c[d],f=this.get(e);a.call(b,f,e,this)}};
m.keys=function(){return PR(this.Db(!0)).j()};m.values=function(){return
PR(this.Db(!1)).j()};m.entries=function(){var a=this;return
eE(this.keys(),function(b){return[b,a.get(b)]})};m.Db=function(a){RR(this);var
b=0,c=this.l,d=this,e=new Cs;e.next=function(){if(c!=d.l)throw Error("The map has
changed since the iterator was created");if(b>=d.g.length)return Ds;var f=d.g[b+
+];return{value:a?f:d.j[f],done:!1}};return e};var SR=function(a,b){return
Object.prototype.hasOwnProperty.call(a,b)};var UR=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 TR;this.M=new
TR;this.H="";this.tagName="VIDEO";this.height=this.width=0;this.canPlayType=functio
n(){return""};this.G=new KE(this);Pr(this,this.G);var
a=TI(VI);a&&(this.duration=QI(a))};w(UR,R);
var VR=function(){var a=["video/mp4"],b=["video/ogg"],c=new
UR;c.canPlayType=function(d){return
a.includes(d)?"probably":b.includes(d)?"maybe":""};return
c};UR.prototype.play=function(){WR(this);return null};
var WR=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.Ba())a.g=new $w(10),Pr(a,a.g),a.g.listen("tick",function(){var b=jb()-
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=jb();a.g.start()};
m=UR.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
YR(this.duration));a.length=a.g.length;a=this.buffered;a.g.push(new
YR(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&&ZR.set(a,b)};m.getAttribute=function(a){return ZR.get(a)};m.uh=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(UR.prototype,{src:{configurable:!0,enumerable:!
0,get:function(){return this.H},set:function(a){this.H=a}}});var ZR=new
QR,YR=function(a){this.startTime=0;this.endTime=a},TR=function()
{this.length=0;this.g=[]};TR.prototype.start=function(a){return
this.g[a].startTime};TR.prototype.end=function(a){return this.g[a].endTime};var
aS=function(a)
{Q.call(this);this.o=a;this.g=this.j=null;this.l=$R(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);JH(function()
{M(L.getInstance(),"haob","1")})};w(aS,Q);aS.prototype.initialize=function()
{this.l&&this.l.load()};
aS.prototype.O=function(){ap(this.j);Q.prototype.O.call(this)};
var $R=function(a){var b=TI(VI);if(PI(b,"useVideoElementFake"))a=VR(),b=$o("DIV",
{style:"position:absolute;width:100%;height:100%;top:0px;left:0px;"}),Object.assign
(b,a),a.l=$o("DIV",
{style:"position:absolute;width:100%;height:100%;top:0px;left:0px;background-
color:#000"}),a.C=$o("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.uh),a=b;else{b=!
1;try{window.location.search.indexOf("goog_limavideo=true")!==
-1&&(b=!0)}catch(c){}if(bS(a,b)){b&&console.log("force lima video in
wrapper");a=null;try{a=new VH}catch(c){a=document.createElement("lima-
video"),Yn(MC)&&W.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},bS=function(a,b){if(!y.customElements)return!1;if(b)return!0;if(Vb()&&Qo(a.o)!
==document)return!1;Yn(MC)&&W.getInstance().report(153,{limvid:"vw"});return
Yn(MC)?!0:!1};aS.prototype.Xb=function(){return this.g};aS.prototype.kb=function()
{var a=this.j;a!=null&&(a.style.display="none")};var fS=function(a,b,c){var
d=a&&a.getRootNode?a.getRootNode({composed:!0}):a;if(a==null||!bp(Qo(d),d))throw
sK(rK,null,"containerElement","element");this.j=b;this.P=JJ(this.j||
null);this.M=uE(this.j||null);this.K=String(Math.floor(Math.random()*1E9));this.F=!
1;this.qc=a;this.H=b!=null;VI.g=2;this.J=cS(b?b:null);d=$o("DIV",
{style:"position:absolute"});a.insertBefore(d,a.firstChild);this.o=d;this.g=null;dS
(this)&&b?a=new HR(b):(this.g=new aS(this.o),a=new
HR(this.g.l));this.ca=a;this.ya=this.l=null;
if(a=this.g&&VI.o)a=!(dS(this)||Fc||Hc||ir()||Ec&&(!Ec||!sE(rE,4)));a&&(this.l=new
aS(this.o),this.ya=new HR(this.l.l));this.B=c||null;this.G=this.B!
=null;dS(this)&&b?typeof b.getBoundingClientRect!=="function"?
(c=this.o,VI.l=c):c=b:c=this.o;this.C=c;this.A=new sR(this.o,this,!1);this.size=new
Hk(0,0);this.L="";b&&(b=KD(b.src||b.currentSrc),b.toString().length<200?
this.L=b.toString():b.g.length<200&&(this.L=b.g));this.ve=new
Map;this.ve.set("videoDisplay1",this.ca);this.ya&&this.ve.set("videoDisplay2",
this.ya);eS(this)&&!VI.j&&console.warn("Custom media element must be a <video> or
<audio> element. Viewability/audibility measurement will
fail.")};m=fS.prototype;m.initialize=function(){this.F=!0;this.g!
=null&&this.g.initialize();this.l!=null&&this.l.initialize()};m.ua=function()
{return this.F};m.destroy=function(){var
a=this;this.j=null;Nr(this.g);Nr(this.l);Nr(this.A);this.ca.wc(function(){return
Nr(a.ca)});this.ya!=null&&this.ya.wc(function(){return Nr(a.ya)});ap(this.o)};
m.nd=function(){if(this.g!=null){var a=this.g.j;a!
=null&&(a.style.display="block")}};m.yc=function(a){this.ca!
==a&&this.g&&this.l&&this.ya&&(a.setVolume(this.ca.getVolume()),a=this.ca,this.ca=t
his.ya,this.ya=a,a=this.g,this.g=this.l,this.l=a,this.l.kb(),this.A.yc(this.ca))};m
.kb=function(){this.g!=null&&this.g.kb()};m.Xb=function(){return this.G&&this.B?
this.B:this.g!=null?this.g.Xb():null};
var dS=function(a){return IJ(a.J)&&a.H},eS=function(a){var
b=["VIDEO","AUDIO"],c;return dS(a)&&!!a.j&&!b.includes((c=a.j.tagName)==null?void
0:c.toUpperCase())};fS.prototype.getSize=function(){return this.size};var
cS=function(a){return a!=null&&typeof
a.getAttribute==="function"&&a.getAttribute("playsinline")!=null?!0:!
1};fS.prototype.ie=function(a){this.ca.ie(a)};fS.prototype.je=function()
{this.ca.je()};fS.prototype.destroy=fS.prototype.destroy;fS.prototype.initialize=fS
.prototype.initialize;var
gS={AD_LOAD:"adLoadError",AD_PLAY:"adPlayError"},hS=function(a){var
b=Error.call(this);this.message=b.message;"stack"in
b&&(this.stack=b.stack);this.data=a};w(hS,Error);m=hS.prototype;m.getInnerError=fun
ction(){var a=this.data.innerError;return a instanceof Object?new hS(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():"")};hS.prototype.getType=hS.prototype.getType;hS.prototype.
getVastErrorCode=hS.prototype.getVastErrorCode;hS.prototype.getErrorCode=hS.prototy
pe.getErrorCode;hS.prototype.getMessage=hS.prototype.getMessage;hS.prototype.getInn
erError=hS.prototype.getInnerError;
z("module$exports$google3$javascript$ads$interactivemedia$sdk$clientside$api$ad_err
or.AdError.Type",gS);var iS={AD_ERROR:"adError"},jS=function(a,b){b=b===void 0?
null:b;Xv.call(this,"adError");this.error=a;this.g=b};w(jS,Xv);jS.prototype.getErro
r=function(){return this.error};jS.prototype.getUserRequestContext=function()
{return
this.g};jS.prototype.getUserRequestContext=jS.prototype.getUserRequestContext;jS.pr
ototype.getError=jS.prototype.getError;z("module$exports$google3$javascript$ads$int
eractivemedia$sdk$clientside$api$ad_error_event.AdErrorEvent.Type",iS);var
kS={AD_CAN_PLAY:"adCanPlay",Yh:"adStarted",CONTENT_PAUSE_REQUESTED:"contentPauseReq
uested",CONTENT_RESUME_REQUESTED:"contentResumeRequested",CLICK:"click",VIDEO_CLICK
ED:"videoClicked",VIDEO_ICON_CLICKED:"videoIconClicked",we:"engagedView",EXPANDED_C
HANGED:"expandedChanged",STARTED:"start",AD_PROGRESS:"adProgress",AD_BUFFERING:"adB
uffering",IMPRESSION:"impression",Ce:"measurable_impression",VIEWABLE_IMPRESSION:"v
iewable_impression",xe:"fully_viewable_audible_half_duration_impression",Tf:"overla
y_resize",
Uf:"overlay_unmeasurable_impression",Vf:"overlay_unviewable_impression",Xf:"overlay
_viewable_immediate_impression",Wf:"overlay_viewable_end_of_session_impression",ti:
"externalActivityEvent",PAUSED:"pause",RESUMED:"resume",FIRST_QUARTILE:"firstQuarti
le",MIDPOINT:"midpoint",THIRD_QUARTILE:"thirdQuartile",COMPLETE:"complete",DURATION
_CHANGE:"durationChange",USER_CLOSE:"userClose",oj:"userRecall",cj:"prefetched",LOA
DED:"loaded",ALL_ADS_COMPLETED:"allAdsCompleted",SKIPPED:"skip",bg:"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",di:"companionBackfi
ll",mj:"trackingUrlPinged",pj:"video_card_endcap_collapse",qj:"video_card_endcap_di
smiss",rj:"video_card_endcap_impression",gi:"companionInitialized",fi:"companionImp
ression",ei:"companionClick",Wi:"mediaUrlPinged",LOAD_START:"loadStart",Yi:"navigat
ionRequested"},
lS=function(a,b,c){b=b===void 0?null:b;c=c===void 0?
null:c;Xv.call(this,a);this.ad=b;this.l=c};w(lS,Xv);lS.prototype.getAd=function()
{return this.ad};lS.prototype.getAdData=function(){return
this.l};lS.prototype.getAdData=lS.prototype.getAdData;lS.prototype.getAd=lS.prototy
pe.getAd;z("module$exports$google3$javascript$ads$interactivemedia$sdk$clientside$a
pi$ad_event.AdEvent.Type",kS);var mS=function(a,b){b=b===void 0?
null:b;lS.call(this,"adMetadata",a);this.g=b};w(mS,lS);mS.prototype.Dg=function()
{return this.g};mS.prototype.getAdCuePoints=mS.prototype.Dg;var nS=function(a)
{this.adBreakDuration=a.adBreakDuration;this.adPosition=a.adPosition;this.currentTi
me=a.currentTime;this.duration=a.duration;this.totalAds=a.totalAds};var
oS=function(a,b)
{R.call(this);this.l=a;this.A=b;this.j=this.l.currentTime;this.g=new
$w(250);Pr(this,this.g);this.o=new
KE(this);Pr(this,this.o);ME(this.o,this.g,"tick",this.C,!
1,this)};w(oS,R);oS.prototype.ib=function(){return
this.j};oS.prototype.start=function()
{pS(this);this.g.start()};oS.prototype.stop=function()
{this.g.stop()};oS.prototype.C=function(){var a=this.l.currentTime;a!
==this.ib()&&(this.j=a,pS(this))};
var pS=function(a){var
b={};b.currentTime=a.ib();bK(a.A,"contentTimeUpdate","contentTimeUpdate",b)};var
qS=Cc&&"srcdoc"in
Yo(document,"IFRAME"),rS=function(a,b){a.open("text/html","replace");Oi(a,JE(String
(b)));a.close()};var sS={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},tS=function(a){a=zb(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 sS))return
null}return a};function uS(a,b){a=y[a];return a&&a.prototype?
(b=Object.getOwnPropertyDescriptor(a.prototype,b))&&b.get||null:null}function vS(a)
{var b=y.CSSStyleDeclaration;return b&&b.prototype&&b.prototype[a]||
null}uS("Element","attributes")||
uS("Node","attributes");uS("Element","innerHTML")||
uS("HTMLElement","innerHTML");uS("Node","nodeName");uS("Node","nodeType");uS("Node"
,"parentNode");uS("Node","childNodes");uS("HTMLElement","style")||
uS("Element","style");uS("HTMLStyleElement","sheet");
var wS=vS("getPropertyValue"),xS=vS("setProperty");uS("Element","namespaceURI")||
uS("Node","namespaceURI");function yS(a,b,c,d){if(a)return
a.apply(b,d);if(zc&&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 zS={"-webkit-border-horizontal-spacing":!
0,"-webkit-border-vertical-spacing":!0};
function AS(a){if(!a)return"";var
b=document.createElement("div").style;BS(a).forEach(function(c){var d=Cc&&c in zS?
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=yS(wS,a,a.getPropertyValue?"getPropertyValue":"getAttribute",
[c])||"",c=tS(c),c!=null&&yS(xS,b,b.setProperty?"setProperty":"setAttribute",
[d,c]))});return b.cssText||""}function BS(a){Wa(a)?a=pc(a):
(a=ei(a),lc(a,"cssText"));return a};var CS=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=""};w(CS,R);
CS.prototype.init=function(a)
{this.A=a;a="about:blank";zc&&(a="");this.frameElement=$o("IFRAME",
{src:a,allowtransparency:!
0,background:"transparent",title:"Advertisement"});Nq(this.frameElement,
{display:"none",width:"0",height:"0"});a=this.j.qc;a.appendChild(this.frameElement)
;a=a.ownerDocument;a=a.defaultView||a.parentWindow;this.o==null&&(this.o=new
KE(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(Vc||Tc||Ac){var
b=this.frameElement.contentWindow;b&&rS(b.document,a)}else b=this.frameElement,qS?
(a=JE(a),b.srcdoc=Ki(a)):(b=b.contentWindow)&&rS(b.document,a)};
CS.prototype.K=function(a){try{var b=a.g.data;try{var c=JSON.parse(b)}catch(t)
{return}var d=c.session;if(d!=null&&this.A===d)switch(c.type){case
"friendlyReady":var e=DS(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=AS(g.style);this.H=e.currentTime}else{var
h=this.j.qc,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=$o("VIDEO",{style:k,autoplay:!0});h.appendChild(this.g)}var
p=this.j.qc;h="border: 0; margin: 0; padding: 0;position: absolute; ";var
n=Wq(this.g);h+="width:"+n.width+"px;";h+="height:"+n.height+"px;";this.slot=$o("DI
V",
{style:h});p.appendChild(this.slot);try{this.frameElement.contentWindow.loader.init
Friendly(this.g,this.slot)}catch(t){ES(this)}bK(this.l,"vpaid","",b);break;case
"becameLinear":this.g&&!Zh()&&!Yh()&&Nq(this.g,
{visibility:"visible"});bK(this.l,"vpaid","",b);break;
case "becameNonlinear":FS(this);bK(this.l,"vpaid","",b);break;case
"startAd":p={};if(this.g){k=this.g.paused;var r=this.g.currentTime>0;p.apl=r&&!
k?"1":"0";p.ip=k?"1":"0";p.iavp=r?"1":"0"}else
p.apl="n";W.getInstance().report(99,p);bK(this.l,"vpaid","",b);this.nd();break;defa
ult:bK(this.l,"vpaid","",b)}}catch(t){ES(this)}};var ES=function(a){var
b={type:"error"};b.session=a.A;b=JSON.stringify(b);a.postMessage(b)};CS.prototype.p
ostMessage=function(a){window.postMessage(a,"*")};
var DS=function(a){return(a.C==="videoDisplayUnknown"?
a.j.ca:a.j.ve.get(a.C)).g};CS.prototype.nd=function(){DS(this)!
=null&&this.j.nd()};var FS=function(a){a.g&&!Zh()&&!Yh()&&Nq(a.g,
{visibility:"hidden"})};CS.prototype.O=function()
{Nr(this.o);this.o=null;ap(this.slot);this.slot=null;ap(this.frameElement);this.fra
meElement=null;var a=DS(this);a!=null?(a.style.cssText=this.G,Zh()||Yh()?
(a.src=this.F,a.currentTime=this.H):(a.removeAttribute("src"),this.j.kb())):
(ap(this.g),this.g=null);R.prototype.O.call(this)};var GS=function(a,b)
{Q.call(this);this.j=a;this.l=b;this.g=new Map};w(GS,Q);var HS=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 CS(a.j,a.l,c);a.g.set(d,e);e.init(d);break;case
"vpaidNonLinear":var f=a.g.get(c);f&&FS(f);break;case "destroyFriendlyIframe":var
g=a.g.get(c);g&&(g.dispose(),a.g.delete(c))}}catch(h){W.getInstance().report(125,
{msg:h.message})}};
GS.prototype.O=function(){this.g.forEach(function(a){a.dispose()})};var
IS=function(a){this.D=D(a)};w(IS,I);IS.prototype.getValue=function(){return
F(this,1)};IS.prototype.getVersion=function(){return G(this,5)};var JS=Lh(IS);var
KS=function(a){this.g=a||{cookie:""}};m=KS.prototype;
m.set=function(a,b,c){var d=!1;if(typeof c==="object"){var e=c.qf;d=c.jd||!1;var
f=c.domain||void 0;var g=c.path||void 0;var h=c.Tc}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=zb(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,"",{Tc:0,path:b,domain:c});return
d};m.Kc=function(){return LS(this).keys};m.Hb=function(){return
LS(this).values};m.isEmpty=function(){return!this.g.cookie};m.clear=function()
{for(var a=LS(this).keys,b=a.length-1;b>=0;b--)this.remove(a[b])};
var LS=function(a){a=(a.g.cookie||"").split(";");for(var
b=[],c=[],d,e,f=0;f<a.length;f++)e=zb(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 MS(a,b,c){return hg(b,5)?NS(a,c):null}var OS;function PS(a){return OS?
OS:a.origin==="null"?OS=!1:OS=QS(a)}function QS(a){if(!
a.navigator.cookieEnabled)return!1;var b=new KS(a.document);if(!b.isEmpty())return!
0;b.set("TESTCOOKIESENABLED","1",{Tc:60,qf:a.isSecureContext?"none":void
0,jd:a.isSecureContext||void 0});if(b.get("TESTCOOKIESENABLED")!=="1")return!
1;b.remove("TESTCOOKIESENABLED");return!0}
function NS(a,b){b=b.origin!=="null"?b.document.cookie:null;return b===null?null:
(new KS({cookie:b})).get(a)||""}function RS(a,b,c,d){d.origin!
=="null"&&(d.isSecureContext&&(c=Object.assign({},c,{qf:"none",jd:!0})),(new
KS(d.document)).set(a,b,c))};var SS=function(){this.g=window},TS=function(a,b)
{return hg(b,5)?!!PS(a.g):!1},US=function(a,b,c,d){if(d){var
e=kg(c,2)-Date.now()/1E3;e={Tc:Math.max(e,0),path:F(c,3),domain:F(c,4),jd:!
1};c=c.getValue();a=a.g;hg(d,5)&&RS(b,c,e,a)}},VS=function(a,b,c)
{if(c&&MS(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=x(d);for(var g=d.next();!
g.done;g=d.next())e=b,f=a.g,g=
g.value,hg(c,5)&&f.origin!=="null"&&(new KS(f.document)).remove(e,"/",g)}};function
WS(){this.g=[];this.j=[]}m=WS.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 kc(this.g,a)||
kc(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?(mc(b,c),b=!0):b=!1;return b||lc(this.j,a)};
m.Hb=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 Z=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.ga=d;this.Qa=e;this.F=g;this.Pa=h;thi
s.o=new IQ;this.M=!1;this.volume=1;this.ga=d;this.ba=-
1;this.C=this.l=this.j=null;this.A=new oS({currentTime:0},this.F);this.G=new
WS;this.ia=this.V=!1;this.Z=new Map;this.aa=this.va=!1;this.wa=new
GS(b,g);Pr(this,this.wa);this.K=f&&this.g.B!=null;this.P=function(){var
l=k.g.ca,p=l.getCurrentTime();l=l.getDuration();return{currentTime:p,duration:l,isP
laying:!0,volume:k.volume}};
this.U=new KE(this);this.U.listen(this.F,"adsManager",this.Fb)};w(Z,R);
Z.prototype.Fb=function(a){var
b=this,c={type:a.messageType,data:a.na};switch(c.type){case
"error":XS(this);YS(this,c.data);break;case
"contentPauseRequested":W.getInstance().report(130);ZS(this);this.A.stop();
$S(this,c);break;case "contentResumeRequested":aT(this,function()
{$S(b,c)});break;case "remainingTime":this.ba=c.data.remainingTime;break;case
"companionBackfill":a=Ua("window.google_show_companion_ad");a!=null&&a();break;case
"skipShown":this.M=!0;$S(this,c);break;case "vpaidEvent":HS(this.wa,
c.data);break;case "skippableStateChanged":a=c.data.adData;(a==null?void
0:a.skippable)!=null&&(this.M=a.skippable);$S(this,c);break;case
"volumeChange":a=c.data.adData;a!=null&&typeof
a.volume==="number"&&(this.volume=a.volume);$S(this,c);break;case "firstQuartile":
$S(this,{type:RJ.firstQuartile,data:c.data});$S(this,c);break;case "thirdQuartile":
$S(this,{type:RJ.thirdQuartile,data:c.data});$S(this,c);break;case
"updateGfpCookie":bT(this,c.data);break;default:$S(this,c)}};
var $S=function(a,b){var
c=b.data.adData,d=null;c&&(c.companions==null&&(d=a.Z.get(c.adId),c.companions=d!
=null?d:[]),d=new X(c),a.j=d);switch(b.type){case "adBreakReady":case
"mediaUrlPinged":b=new lS(b.type,null,b.data);break;case
"adMetadata":c=null;b.data.adCuePoints!=null&&(c=new HQ(b.data.adCuePoints));b=new
mS(d,c);break;case "allAdsCompleted":a.j=null;a.va=!0;b=new lS(b.type,d);break;case
"contentPauseRequested":a.aa=!1;b=new lS(b.type,d);break;case
"contentResumeRequested":a.j=null;a.aa=
!0;b=new lS(b.type,d);break;case "loaded":a.ba=d.getDuration();a.M=!1;if(KJ()){var
e=a.H,f=d,g=a.Qa;e.j.set(EQ(f),a.P);CR(e)&&BR(e,"loaded",EQ(f),g)}b=new
lS(b.type,d,c);break;case "start":c&&(e=c.adId,
(c=c.companions)&&a.Z.set(e,c));a.g.Xb()!=null&&(a.l==null?(a.l=new
JP,a.U.listen(a.l,"click",a.oh)):NP(a.l),LP(a.l,a.g.Xb()));b=new
lS(b.type,d);break;case "complete":a.l!
=null&&NP(a.l);KJ()&&ER(a.H,a.P,EQ(d));a.j=null;c&&a.Z.delete(c.adId);b=new
lS(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 hS(e)});b=new lS(b.type,d,c);break;case "interaction":b=new
lS(b.type,d,b.data.interactionData);break;case "adProgress":b=new lS(b.type,d,new
nS(b.data));break;default:b=new
lS(b.type,d)}a.dispatchEvent(b);a.va&&a.aa&&a.destroy()},YS=function(a,b){var c=new
jS(new hS(b));a.V?
(a.dispatchEvent(c),KJ()&&a.j&&ER(a.H,a.P,EQ(a.j)),a.j=null):a.G.j.push(c);a={error
:b.errorCode,vis:Wk(document)};W.getInstance().report(7,
a)},cT=function(a,b){bK(a.F,"adsManager",b.type,b.data)},aT=function(a,b)
{W.getInstance().report(131);XS(a,b);a.Ba()||a.A.start()},ZS=function(a){var
b=a.g.ca;dS(a.g)&&a.o.restoreCustomPlaybackStateOnAdBreakComplete&&b.Ae!
=null&&b.Ae()},XS=function(a,b){var
c=a.g.ca;dS(a.g)&&a.o.restoreCustomPlaybackStateOnAdBreakComplete&&c.wc!=null?
c.wc(b):b&&b()};m=Z.prototype;m.configureAdsManager=function(a,b)
{this.C=a;a.currentTime!=null&&(this.A=new oS(a,this.F),this.A.start());b!
=null&&(this.o=dT(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=JJ(d||null);var g=uE(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,W.getInstance().report(93,f));d!
=null&&(e.J=cS(d),IJ(e.J)&&(e.H=!
0,Nr(e.g),Nr(e.l),Nr(e.ya),e.g=null,e.l=null,e.ya=null,Nr(e.ca),e.ca=new
HR(d),typeof d.getBoundingClientRect!=="function"?
(e.C=e.o,VI.l=e.C):e.C=d,e.A.yc(e.ca)));this.V=!0;this.resize(a,
b,c);d=JQ(this.o,this.K);e={};a=(e.adsRenderingSettings=d,e.width=a,e.height=b,e.vi
ewMode=c,e);cT(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(),this.dispatchEvent(a);this.dispose()}};m.isCustomPlaybackUsed=function()
{return dS(this.g)};m.isCustomClickTrackingUsed=function(){return
this.K};m.getRemainingTime=function(){return
this.ba};m.getAdSkippableState=function(){return
this.M};m.discardAdBreak=function(){cT(this,{type:"discardAdBreak"})};
m.updateAdsRenderingSettings=function(a){if(a!=null){a=dT(a);var
b=this.o.bitrate,c=a.bitrate;W.getInstance().report(96,
{init:this.V?"1":"0",start:this.ia?"1":"0",old:b,"new":c,changed:b!
==c?"1":"0"});this.o=a;a=JQ(this.o,this.K);b={};a=(b.adsRenderingSettings=a,b);cT(t
his,{type:"updateAdsRenderingSettings",data:a})}};m.skip=function(){cT(this,
{type:"skip"})};
m.start=function(){if(this.adTagUrl){(Fc||Hc)&&W.getInstance().report(50,
{customPlayback:dS(this.g)});this.g.ua()||W.getInstance().report(26,
{adtagurl:this.adTagUrl,customPlayback:dS(this.g)});br(this.g.o)&&W.getInstance().r
eport(30,{adtagurl:this.adTagUrl,customPlayback:dS(this.g)});var
a=this.g.B,b=this.g.o,c;if(c=a&&b&&!
br(a))a=zR(a),b=zR(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
;W.getInstance().report(31,
{adtagurl:this.adTagUrl,customPlayback:dS(this.g),covers:b})}if(!this.g.ua()&&!
dS(this.g))throw sK(qK);b=this.g;b.G=this.K&&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.ia=
!0;cT(this,{type:"start"})};m.oh=function(){if(!this.o.disableClickThrough&&this.j!
=null){var a=FQ(this.j);a!=null&&bE(a,GQ(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 Hk(a,b);d={};a=(d.width=a,d.height=b,d.viewMode=c,d);cT(this,
{type:"resize",data:a})};m.stop=function(){cT(this,{type:"stop"})};
m.expand=function(){cT(this,{type:"expand"})};m.collapse=function(){cT(this,
{type:"collapse"})};m.getVolume=function(){return
this.volume};m.setVolume=function(a){this.volume=a;this.g.ca.setVolume(a);var
b={};a=(b.volume=a,b);cT(this,{type:"volume",data:a})};m.pause=function(){cT(this,
{type:"pause"})};m.resume=function(){cT(this,{type:"resume"})};m.destroy=function()
{this.dispose()};m.getCuePoints=function(){return this.ga};m.Eg=function(){return
this.j};
m.O=function(){cT(this,{type:"destroy"});this.l!
=null&&this.l.dispose();this.U.dispose();this.G.clear();this.A&&(this.A.stop(),this
.A.dispose());KJ()&&ER(this.H,this.P);R.prototype.O.call(this)};m.rg=function()
{W.getInstance().report(124,{api:"clicked"});var
a=this.j&&FQ(this.j),b;if(a&&((b=this.j)==null?0:b.We())){var c;bE(a,
(c=this.j)==null?void 0:GQ(c))}cT(this,{type:"click"})};m.focus=function()
{bK(this.F,"userInteraction","focusUiElement")};
var bT=function(a,b){var c=b.gfpCookieUserEnabled;b=b.gfpCookieClearData;var d=new
IS;d=vg(d,1,c?"0":"1");d=Bf(d,2,He(2147483647));d=vg(d,3,"/");d=vg(d,4,window.locat
ion.hostname);var e=new SS,f,g;a=(g=(f=a.Pa)==null?void 0:lJ(f))!=null?
g:null;US(e,"__gpi_opt_out",d,a);if(!c||
b)VS(e,"__gads",a),VS(e,"__gpi",a)};Z.prototype.clicked=Z.prototype.rg;Z.prototype.
getCurrentAd=Z.prototype.Eg;Z.prototype.getCuePoints=Z.prototype.getCuePoints;Z.pro
totype.destroy=Z.prototype.destroy;Z.prototype.resume=Z.prototype.resume;
Z.prototype.pause=Z.prototype.pause;Z.prototype.setVolume=Z.prototype.setVolume;Z.p
rototype.getVolume=Z.prototype.getVolume;Z.prototype.collapse=Z.prototype.collapse;
Z.prototype.expand=Z.prototype.expand;Z.prototype.stop=Z.prototype.stop;Z.prototype
.resize=Z.prototype.resize;Z.prototype.start=Z.prototype.start;Z.prototype.skip=Z.p
rototype.skip;Z.prototype.updateAdsRenderingSettings=Z.prototype.updateAdsRendering
Settings;Z.prototype.discardAdBreak=Z.prototype.discardAdBreak;
Z.prototype.getAdSkippableState=Z.prototype.getAdSkippableState;Z.prototype.getRema
iningTime=Z.prototype.getRemainingTime;Z.prototype.isCustomClickTrackingUsed=Z.prot
otype.isCustomClickTrackingUsed;Z.prototype.isCustomPlaybackUsed=Z.prototype.isCust
omPlaybackUsed;Z.prototype.init=Z.prototype.init;function dT(a){if(a instanceof
IQ)return W.getInstance().report(174,{valid:!0}),a;W.getInstance().report(174,
{valid:!1});var b=new IQ;b.append(a);return b};var
eT={ADS_MANAGER_LOADED:"adsManagerLoaded"},fT=function(a,b)
{Xv.call(this,"adsManagerLoaded");this.g=a;this.l=b};w(fT,Xv);fT.prototype.getAdsMa
nager=function(a,b){a=a||{currentTime:null};this.g.configureAdsManager(a,b);return
this.g};fT.prototype.getUserRequestContext=function(){return
this.l};fT.prototype.getUserRequestContext=fT.prototype.getUserRequestContext;fT.pr
ototype.getAdsManager=fT.prototype.getAdsManager;
z("module$exports$google3$javascript$ads$interactivemedia$sdk$clientside$api$ads_ma
nager_loaded_event.AdsManagerLoadedEvent.Type",eT);var gT=function()
{this.g=window},hT=function(a,b,c){var d=c.ee;c=c.fe;return hg(b,8)||(d||!
hg(b,5))&&c||!PS(a.g)?!1:!0};function iT(){var
a=window,b,c;return(c=["pbjs"].concat((b=a._pbjsGlobals)!=null?b:
[]).map(function(d){return a[d]}).find(function(d){return Array.isArray(d==null?
void 0:d.que)}))!=null?c:null};function jT(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 kT=/^v?\d{1,3}(\.\d{1,3}){0,2}(-pre)?$/,lT=new Map,mT=function(a,b,c)
{this.pbjs=a;this.slot=b;var d;this.sc=(d=c==null?void 0:c.sc)!=null?d:{};this.Ed=!
(c==null||!c.Ed);var e;this.Gd=(e=c==null?void 0:c.Gd)!=null?e:new Map;var
f;this.hf=(f=c==null?void 0:c.hf)!=null?f:new Map;var g;this.Ge=(g=c==null?void
0:c.Ge)!=null?g:new Mx;this.cf=c==null?void 0:c.cf;this.g=c},pT=function(a,b,c){var
d=a.pbjs.getBidResponsesForAdUnitCode;if(d){var e,f,g,h,k,l=(k=(e=d((g=a.slot.Vb)!
=null?g:""))==null?void 0:
e.bids)!=null?k:(f=d((h=a.slot.adUnitCode)!=null?h:""))==null?void 0:f.bids;if(l!
=null&&l.length&&(e=l.filter(function(r){var t=r.auctionId;var u=r.adId;return t!
==c&&Object.values(a.sc).some(function(v){return v.includes(u)})}),e.length)){var
p,n;d=(p=a.pbjs.adUnits)==null?void 0:(n=p.find(function(r){r=r.code;return
r===a.slot.Vb||r===a.slot.adUnitCode}))==null?void
0:n.mediaTypes;p=x(e);for(n=p.next();!
n.done;n=p.next())n=n.value,e=nT(a,n,d),e=Ox(b,Ix(rg(Jx(Hx(new Gx,n.bidder),1),6,!
0),e)),oT(a,
n.bidder,e),typeof
n.timeToRespond==="number"&&Bf(e,2,He(Math.round(n.timeToRespond)))}}},oT=function(
a,b,c){for(var d=[];b&&!d.includes(b);){d.unshift(b);var e=void 0,f=void
0;b=(e=a.pbjs)==null?void 0:(f=e.aliasRegistry)==null?void
0:f[b]}Nf(c,10,d,Oe)},qT=function(a,b,c,d,e){e=a.hf.get(e!=null?e:function(){return
null});(e==null?void 0:G(e,1))!==1&&E(c,5,e);Wf(b,Cx,5)!==void 0||(e?G(e,1)===1?
Px(b,e):Px(b,Fx(Dx(Ex(new Cx,a.Ed),1),jT(d,a.Gd))):Px(b,Dx(Ex(new
Cx,a.Ed),jT(d,a.Gd)?2:3)))},nT=function(a,
b,c){var
d=b.cpm,e=b.originalCpm,f=b.currency,g=b.originalCurrency,h=b.dealId,k=b.adserverTa
rgeting,l=b.bidder,p=b.adId,n=b.mediaType,r=b.height,t=b.width,u=b.meta,v=new
Ax;typeof d==="number"&&(Bf(v,2,He(Math.round(d*1E6))),g&&g!==f||
(d=Math.round(Number(e)*1E6),isNaN(d)||d===kg(v,2)||Bf(v,8,He(d))));typeof
f==="string"&&vg(v,3,f);["string","number"].includes(typeof h)&&(f=new
sx,h=vg(f,1,String(h)),E(v,6,h));if(typeof
k==="object")for(h=x(["","_"+l]),f=h.next();!f.done;f=h.next()){d=f.value;f=[];
e=x(Object.entries(k));for(g=e.next();!g.done;g=e.next()){g=x(g.value);var
C=g.next().value;g=g.next().value;C=(""+C+d).slice(0,20);var O=void
0;if((O=a.sc[C])!=null&&O.length)if(a.sc[C]
[0]===String(g))f.push(C);else{f=[];break}}d=pg(v,4,Cf());Nf(v,4,d.concat(f),Oe)}sw
itch(n||"banner"){case "banner":wg(v,5,1);break;case "native":wg(v,5,2);break;case
"video":wg(v,5,3);n=new yx;var Y;if((c==null?void 0:(Y=c.video)==null?void
0:Y.context)==="adpod"){var ha,xa=c==null?void 0:(ha=c.video)==null?void 0:
ha.adPodDurationSec;Bf(n,1,He(xa))}else ha=c==null?void 0:(xa=c.video)==null?void
0:xa.maxduration,Bf(n,1,He(ha));var U;if(typeof(c==null?void 0:(U=c.video)==null?
void 0:U.skip)==="number"){var $a;c=!!(c==null?0:($a=c.video)==null?
0:$a.skip);rg(n,2,c)}var Ra;$a=(Ra=b.meta)==null?void
0:Ra.adServerCatId;Ra=vg(n,3,$a);if(typeof k!=="object")k=null;else{var ab,ya;
$a=String((ya=(ab=k["hb_pb_cat_dur_"+l])!=null?ab:k.hb_pb_cat_dur)!=null?ya:"");var
Ic,Jc,sa,Ba;ab=String((Ba=(sa=(Jc=(Ic=k["hb_cache_id_"+
l])!=null?Ic:k["hb_uuid_"+l])!=null?Jc:k.hb_cache_id)!=null?sa:k.hb_uuid)!=null?
Ba:"");k=$a&&ab?$a+"_"+ab:ab?
ab:null}vg(Ra,4,k);E(v,9,n)}Number.isFinite(r)&&Number.isFinite(t)&&(k=new
wx,t=Bf(k,1,ye(Math.round(t))),r=Bf(t,2,ye(Math.round(r))),E(v,7,r));typeof
p==="string"&&vg(v,1,p);var jd,Kc;if(((jd=a.g)==null?
0:jd.fg)&&Array.isArray(u==null?void 0:u.advertiserDomains)&&(u==null?0:
(Kc=u.advertiserDomains[0])==null?0:Kc.length)){var
ff;p=u.advertiserDomains[0].substring(0,(ff=a.g)==null?void 0:ff.fg);
vg(v,10,p)}if(b.meta&&a.g){var qb,fi;a.g.hg&&typeof
b.meta.agencyId==="string"&&((fi=b.meta.agencyId)==null?0:fi.length)&&(qb!=null||
(qb=new ux),vg(qb,1,b.meta.agencyId.substring(0,a.g.hg)));var gi;a.g.ig&&typeof
b.meta.agencyId==="string"&&((gi=b.meta.agencyName)==null?0:gi.length)&&(qb!=null||
(qb=new ux),vg(qb,2,b.meta.agencyName.substring(0,a.g.ig)));var hi;a.g.yg&&typeof
b.meta.networkId==="string"&&((hi=b.meta.networkId)==null?0:hi.length)&&(qb!=null||
(qb=new ux),vg(qb,3,b.meta.networkId.substring(0,
a.g.yg)));var ii;a.g.zg&&typeof
b.meta.networkId==="string"&&((ii=b.meta.networkName)==null?0:ii.length)&&(qb!
=null||(qb=new
ux),vg(qb,4,b.meta.networkName.substring(0,a.g.zg)));qb&&E(v,11,qb)}return
v},rT=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=x(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,pa(g));swit
ch(h){case "bidRequested":if(g.auctionId!==b)continue;if(!
Array.isArray(g.bids))continue;
g=x(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).zh=f)}}d=new
Map;a=x(c.entries());for(f=a.next();!
f.done;f=a.next())g=x(f.value),f=g.next().value,h=g.next().value,g=h.requestTime,h=
h.zh,g&&h&&d.set(f,{latency:h-g,Kb:!1});e=x(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.Kb=
!0;return d};
mT.prototype.fetch=function(){var a=this,b=new Map,c,d,e=((d=(c=this.pbjs)==null?
void 0:c.getEvents)!=null?d:function(){return[]})();d=e.filter(function(sa){var
Ba=sa.eventType;sa=sa.args;return Ba==="auctionEnd"&&sa.auctionId});c=new Tx;var
f=function(sa){return sa===a.slot.Vb||
sa===a.slot.adUnitCode},g,h,k,l=(k=lT.get(((g=this.slot.Vb)!=null?g:"")+
((h=this.slot.adUnitCode)!=null?h:"")))!=null?k:0,p;g=(p=d.filter(function(sa){var
Ba,jd,Kc;return Number((Ba=sa.args)==null?void 0:Ba.timestamp)>l&&
((jd=sa.args)==null?void 0:(Kc=jd.adUnitCodes)==null?void 0:Kc.find(f))}))!=null?p:
[];if(!g.length)return null;var n;if(p=(n=g.reduce(function(sa,Ba){return
Number(Ba.args.timestamp)>Number(sa.args.timestamp)?Ba:sa}))==null?void 0:n.args)
{g=p.bidderRequests===void 0?[]:p.bidderRequests;n=p.bidsReceived===void 0?
[]:p.bidsReceived;var r=p.auctionId;h=p.timestamp;if(r&&h!=null&&g.length){var
t,u;lT.set(((t=this.slot.Vb)!=null?t:"")+((u=this.slot.adUnitCode)!=null?
u:""),h);t=Ux(c);this.pbjs.version&&
kT.test(this.pbjs.version)&&vg(t,6,this.pbjs.version);var
v,C,O,Y;if((C=(v=this.pbjs).getConfig)==null?0:(O=C.call(v).cache)==null?0:
(Y=O.url)==null?0:Y.length){var ha,xa,U;Qx(t,(xa=(ha=this.pbjs).getConfig)==null?
void 0:(U=xa.call(ha).cache)==null?void 0:U.url)}E(t,9,this.Ge);v=Rh(function()
{return rT(e,r)});var $a;C=x(g);Y=C.next();for(O={};!Y.done;O={bidderCode:void
0,vf:void
0},Y=C.next())for(ha=Y.value,O.bidderCode=ha.bidderCode,xa=ha.bids,Y=ha.timeout,O.v
f=ha.src,ha=ha.auctionStart,xa=x(xa),
U=xa.next(),u={};!U.done;u={Bc:void
0},U=xa.next())if(d=U.value,u.Bc=d.bidId,k=d.transactionId,g=d.adUnitCode,h=d.getFl
oor,U=d.mediaTypes,d=d.ortb2Imp,u.Bc&&f(g)){we(zf(t,3))!=null||
(g===this.slot.adUnitCode?wg(t,3,1):g===this.slot.Vb&&wg(t,3,2));var Ra=void
0,ab=void 0,ya=void 0;((Ra=this.g)==null?
0:Ra.Ig)&&gg(t,11)==null&&typeof((ab=d)==null?void 0:(ya=ab.ext)==null?void
0:ya.gpid)==="string"&&(Ra=void 0,Rx(t,d.ext.gpid.substring(0,(Ra=this.g)==null?
void 0:Ra.Ig)));k&&($a!=null||($a=k),gg(t,4)!=
null||vg(t,4,k),b.has(k)||
b.set(k,ha));ze(zf(t,8))==null&&Number.isFinite(Y)&&Bf(t,8,ye(Y));d=n.find(function
(sa){return function(Ba){return Ba.requestId===sa.Bc}}(u));k=Ox(t,function(sa)
{return function(){var Ba=Hx(new
Gx,sa.bidderCode);oT(a,sa.bidderCode,Ba);switch(sa.vf){case null:case void 0:case
"client":wg(Ba,7,1);break;case "s2s":wg(Ba,7,2)}return Ba}}(O)
());qT(this,t,k,g,h);if(d){Jx(k,1);typeof
d.timeToRespond==="number"&&Number.isFinite(d.timeToRespond)&&Bf(k,2,He(Math.round(
d.timeToRespond)));
try{g=u=void 0,(g=(u=this).cf)==null||g.call(u,d)}catch(sa)
{}U=nT(this,d,U);Ix(k,U)}else(U=v().get(u.Bc))&&!U.Kb?
(Jx(k,2),Number.isFinite(U.latency)&&Bf(k,2,He(Math.round(U.latency)))):
(U=Jx(k,3),Number.isFinite(Y)&&Bf(U,2,He(Math.round(Y))))}var Ic,Jc;
((Jc=(Ic=this.pbjs).getConfig)==null?
0:Jc.call(Ic).useBidCache)&&pT(this,t,r);return{Tg:c,transactionId:
$a,arg:p}}}};function sT(a,b,c){return(new mT(a,b,c)).fetch()};var tT=function(a)
{R.call(this);var
b=this,c=RI(TI(this.getSettings()));c&&c.length>0&&(Mm.reset(),Om(new
Sm(c)));this.A=new SS;this.o=null;this.g=a;this.F=new
Map;this.l=this.g.A;this.H=new KE(this);Pr(this,this.H);this.U=new aD(window,
{timeoutMs:500});this.V=new ZI(window,{timeoutMs:500});this.K=new
BP;EP(this.K);a=new pD(window,{timeoutMs:500});this.M=new
kQ(a,500);Pr(this,this.M);this.G={};VI.g!==0?(this.j=new
wR,Pr(this,this.j)):this.j=xR();Yn(KC)?
this.P=iQ(this.getVersion()):this.P=Promise.resolve(null);
KJ()&&(this.j.init(rR(this.l)),this.C=DR(this.j,this.g.C),Or(this,function(){var
d=b.C;b.j.l.delete(d);VI.g!
==0&&(K(Dv).o[d]=null)}))};w(tT,R);tT.prototype.destroy=function()
{this.dispose()};tT.prototype.getVersion=function(){return"h.3.683.1"};
tT.prototype.requestAds=function(a,b){var c=this,d=[],e=null;cD(this.U)&&d.push(new
Promise(function(h){fD(c.U,function(k){e=k;h()})}));var
f=null;XC(this.V.caller)&&d.push(new Promise(function(h){$I(c.V,function(k)
{f=k;h()})}));var g=null;d.push(mQ(this.M).then(function(h)
{g=h}));Promise.all(d).then(function(){uT(c,a,b,{qe:e,te:f,Id:g})})};
var uT=function(a,b,c,d){var e=b.adTagUrl,f="goog_"+Ui++;a.F.set(f,c||null);var
g=vT({adTagUrl:e,qe:d.qe,te:d.te,Id:d.Id}),h=fJ(e,g||{});uP(h,function()
{wT(a,h)});var k,l=(k=b.adTagUrl)==null?void
0:k.includes("GOOGLE_INSTREAM_VIDEO_NONCE"),p=kJ(h);c=xT(a,p,l);d=EP(a.K);var n=e?
KI(e):null;e=SP().then(function(r){var t=r.serializedConfig;var
u=r.errorMessage;if(t)t=fy(t);else throw Error(u!=null?u:"Unknown PPC
error");bQ(t,n,r.latencyMs);return t}).catch(function(r)
{W.getInstance().report(189,{message:r.message});
return
null});e=Promise.race([e,bx(500,null)]);Promise.all([c,d,e,a.P]).then(function(r)
{var t=x(r);t.next();r=t.next().value;var u=t.next().value;t=t.next().value;var
v={};W.getInstance().report(182,(v.aid=!!VI.A,v.aidf=!!a.o,v.hsc=!
p&&l,v));yT(a,f,b,g,h,r,u,t)})};tT.prototype.getSettings=function(){return
VI};tT.prototype.contentComplete=function()
{bK(rR(this.l),"adsLoader","contentComplete")};
var zT=function(a,b,c){b.length!==0&&(b=vP(b.map(function(d)
{return{Fc:d}}),c))&&b.forEach(function(d){d.then(function(e)
{e&&wT(a,c)})})},wT=function(a,b)
{if(b=LK(tP(b)))a.G.espSignals=b,bK(rR(a.l),"adsLoader","signalsRefresh",a.G)},AT=f
unction(a,b){var c=a.F.get(b);a.F.delete(b);return c!=null?c:null},vT=function(a)
{var b=a.qe,c=a.te;a=a.Id;var d,e,f,g,h,k,l={};var p=p===void 0?y:p;return
l.gfcLoaded=pj(p.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},BT=function(a,b){var
c={};c.contentMediaUrl=a.g.L;c.customClickTrackingProvided=a.g.B!
=null;c.isAmp=OJ();a:{try{var d=window.top.location.href}catch(C){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=window.document.URL;c.topAccessiblePageU
rl=NJ();c.referrer=window.document.referrer;c.domLoadTime=a.l.H;c.sdkImplLoadTime=a
.l.K;c.supportsResizing=!dS(a.g);d=Xo().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=dS(a.g);c.usesProxyMediaElement=eS
(a.g);c.usesInlinePlayback=a.g.J;d=a.g.qc;a=[];var 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
p=e.parentElement.childNodes,n=0,r=0;r<p.length;++r){var
t=p[r];if(t.nodeName&&t.nodeName.toString().toLowerCase()===l){if(e===t)
{l="."+n;break a}+
+n}}}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 u=d.parent;for(g=0;u&&u!==
d&&g<25;++g){var v=u.frames;for(h=0;h<v.length;++h)if(d===v[h])
{f.push(h);break}d=u;u=d.parent}}catch(C){}f=f.join()}else f=""}a.push(e,f);if(b!
=null){for(u=0;u<RC.length-1;+
+u)a.push(cj(b,RC[u])||"");b=cj(b,"videoad_start_delay");u="";b&&(b=parseInt(b,10),
u=b<0?"postroll":b==0?"preroll":"midroll");a.push(u)}else for(b=0;b<RC.length;+
+b)a.push("");return c.videoAdKey=lj(a.join(":")).toString(),c},CT=function(a,b,c)
{a=jJ(a);b=!cQ(c,b);return{ee:a,fe:b}},DT=function(a,b,c){var
d=lJ(a);a=CT(a,b,c);return hT(new gT,
d,a)},ET=function(a,b,c){var d=lJ(a);a=CT(a,b,c);b=new gT;if(hT(b,d,
{ee:a.ee,fe:a.fe})){var e;d=(e=NS("__eoi",b.g))!=null?e:void 0}else d=void 0;return
d},FT=function(a,b,c){if(Xb()&&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&&En("browsing-
topics",e));if(a.j){var g=gJ(a,"rdp");var h=dJ(g)?"1":""}else h="";d=h==="1";
var k,l=gJ(a,"us_privacy"),p=a.g.uspString||
l||"";p=p.toUpperCase();l=p;if(l.length==4&&(l.indexOf("-")==-1||
l.substring(1)==="---")&&l[0]>="1"&&l[0]<="9"&&zy.hasOwnProperty(l[1])&&zy.hasOwnPr
operty(l[2])&&zy.hasOwnProperty(l[3])){var n=new yy;var
r=tg(n,1,parseInt(p[0],10));var t=H(r,2,zy[p[1]]);var u=H(t,3,zy[p[2]]);var
v=H(u,4,zy[p[3]])}else v=null;var C=v;var O;if(!(O=(C==null?void 0:G(C,3))===2||
mJ(a)))if(hJ(a)){var Y=iJ(a);O=Y?!jD(Y,["3","4"],0):!0}else O=!1;if(!(k=O)){var
ha=gJ(a,"npa"),xa=
dJ(ha);k=(a.j&&xa?"1":"")==="1"}var U;if(!(U=k||d||kJ(a))){if(a.j){var
$a=gJ(a,"tfcd");var Ra=$a==="0"||$a==="false"?(0).toString():dJ($a)?
(1).toString():""}else Ra="";var ab;if(!(ab=Ra===(1).toString())){if(a.j){var
ya=gJ(a,"tfua");var Ic=ya==="0"||ya==="false"?(0).toString():dJ(ya)?
(1).toString():""}else Ic="";ab=Ic===(1).toString()}U=ab}a=!U;if(c&&b){var
Jc,sa,Ba;var jd=(Ba=(Jc=Yf(c,$x,4))==null?void 0:(sa=Kf(Jc,1,Se))==null?void
0:sa.get(b))!=null?Ba:!0}else jd=!0;return f&&a&&jd}catch(ff){var Kc;
W.getInstance().report(209,{message:(Kc=ff)==null?void 0:Kc.message})}return!
1},xT=function(a,b,c){if(b)return
a.o=null,Promise.resolve([]);b=[];b.push(GT());c&&b.push(HT(a));return
Promise.all(b)},yT=function(a,b,c,d,e,f,g,h)
{c=IT(a,c,d,e,f,g,h);b=rR(a.l,b);a.H.listen(b,"adsLoader",function(k){var
l=k.messageType;switch(l){case "adsLoaded":l=k.na;k=k.xc;l=new
Z(a.j,a.g,l.adTagUrl||"",l.adCuePoints,a.C,l.isCustomClickTrackingAllowed,rR(a.l,k)
,e);a.dispatchEvent(new fT(l,AT(a,k)));break;case "error":l=
k.na;a.dispatchEvent(new jS(new
hS(l),AT(a,k.xc)));k={error:l.errorCode,vis:Wk(document)};W.getInstance().report(7,
k);break;case "cookieUpdate":k=k.na;if(k==null)break;if(VI.isCookiesEnabled())
{l=new aJ;l=rg(l,5,!0);var p=k.gfpCookie;p&&US(a.A,"__gads",JS(p),l);
(p=k.gfpCookieV2)&&US(a.A,"__gpi",JS(p),l)}if(p=k.eoidCookie){l=new gT;p=JS(p);var
n=kg(p,2)-Date.now()/1E3;n={Tc:Math.max(n,0),path:F(p,3),domain:F(p,4),jd:!
1};RS("__eoi",p.getValue(),n,l.g)}zT(a,k.encryptedSignalBidderIds||[],e);break;case
"trackingUrlPinged":a.dispatchEvent(new lS(l,
null,k.na))}});bK(b,"adsLoader","requestAds",c);b={};W.getInstance().report(155,
(b.ws=AP(),b.blob=f!=null?f:"undef",b))},HT=function(a){var b;return La(function(c)
{if(c.g==1)return a.o||(a.o=new
YJ,ZJ(a.o)),Ca(c,a.o.getId(),2);b=c.j;VI.A=b.id||"";c.g=0})},GT=function(){return
Xb()&&(Jm(ln)||Jm(kn))?Jm(kn)?new Promise(function(a){setTimeout(function()
{a()},50)}):JT().then(function(a){var b,c=(b=a.label)!=null?
b:"";VI.J=c;VI.H=a.status}):Promise.resolve()},JT=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})},IT=function(a,b,c,d,e,f,g){var
h={};h=(h.limaExperimentIds=Nm().sort().join(","),h);var k=sj();g&&Uv();var
l=Bn(),p={};l=(p.experimentStateProto=Bg(l),p);p=UI(a.getSettings(),CR(a.j));var
n=BT(a,b.adTagUrl),r=Fn(),t={};
c=(t.consentSettings=c,t.imalibExperiments=h,t.genotypeExperimentData=l,t.settings=
p,t.videoEnvironment=n,t.isFledgeEligible=r,t.pvsid=k,t.sqid=g,t);Object.assign(c,K
T(b));VI.isCookiesEnabled()&&(g=lJ(d),c.isBrowserCookieEnabled=TS(a.A,g),h=g?
MS("__gads",g,a.A.g):null,h!==null&&(c.gfpCookieValue=h),h=g?
MS("__gpi",g,a.A.g):null,h!==null&&(c.gfpCookieV2Id=h),g=g?
MS("__gpi_opt_out",g,a.A.g):null,g!==null&&(c.gfpCookieV2OptOut=g));g=b.adTagUrl?
KI(b.adTagUrl):null;h=DT(d,g,f);c.eoidCookieEnabled=h;(h=
ET(d,g,f))&&(c.eoidCookieValue=h);c.ivtDetectionOnlyStorageAllowed=fQ(d,f,g);if(h=L
K(tP(d)))a.G.espSignals=h,c.espSignals=h;e&&(c.gmaSignals=e);c.isEapLoader=!
1;if(Jm(on)||Yn(JC)){e=function(U){W.getInstance().report(195,{message:U==null?void
0:U.message})};try{var u=iT();if(u){var v=LI(b.adTagUrl,e);if(v&&(Jm(on)||
dQ(f,JI(v)))){var C,O=(C=sT(u,{adUnitCode:v},{sc:MI(b.adTagUrl)}))==null?void
0:C.Tg;c.clientBidsProto=O?Zc(O.g(),3):void 0}}}catch(U){e(U)}}try{var
Y=eQ(f);Y&&(c.publisherInitiatedExperimentDataProto=
Zc(aQ(Y),3))}catch(U){var ha;W.getInstance().report(214,{message:(ha=U)==null?void
0:ha.message})}c.topicsEnabled=FT(d,g,f);try{c.quicksilverSignals=Bg(nK(a.g))}catch
(U){var xa;W.getInstance().report(212,{message:(xa=U)==null?void 0:xa.message},!
0)}return
c};tT.prototype.contentComplete=tT.prototype.contentComplete;tT.prototype.getSettin
gs=tT.prototype.getSettings;tT.prototype.requestAds=tT.prototype.requestAds;tT.prot
otype.getVersion=tT.prototype.getVersion;tT.prototype.destroy=tT.prototype.destroy;
var LT=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},KT=function(a){var
b={};b.adsResponse=a.adsResponse;b.videoPlayActivation=a.j;b.videoPlayMuted=a.l;b.v
ideoContinuousPlay=
a.g;b.adTagUrl=a.adTagUrl;b.contentDuration=a.contentDuration;b.contentKeywords=a.c
ontentKeywords;b.contentTitle=a.contentTitle;b.linearAdSlotWidth=a.linearAdSlotWidt
h;b.linearAdSlotHeight=a.linearAdSlotHeight;b.nonLinearAdSlotWidth=a.nonLinearAdSlo
tWidth;b.nonLinearAdSlotHeight=a.nonLinearAdSlotHeight;b.forceNonLinearFullSlot=a.f
orceNonLinearFullSlot;b.liveStreamPrefetchSeconds=a.liveStreamPrefetchSeconds;b.vas
tLoadTimeout=a.vastLoadTimeout;b.omidAccessModeRules=a.omidAccessModeRules;b.pageUr
l=a.pageUrl;
return b};LT.prototype.setAdWillAutoPlay=function(a)
{this.j=a?"auto":"click"};LT.prototype.setAdWillPlayMuted=function(a)
{this.l=a?"muted":"unmuted"};LT.prototype.setContinuousPlayback=function(a)
{this.g=a?"2":"1"};LT.prototype.setContinuousPlayback=LT.prototype.setContinuousPla
yback;LT.prototype.setAdWillPlayMuted=LT.prototype.setAdWillPlayMuted;LT.prototype.
setAdWillAutoPlay=LT.prototype.setAdWillAutoPlay;z("google.ima.AdCuePoints.POSTROLL
",-
1,window);z("google.ima.AdCuePoints.PREROLL",0,window);z("google.ima.AdDisplayConta
iner",fS,window);z("google.ima.AdError.ErrorCode",S,window);z("google.ima.AdError.E
rrorCode.VIDEO_ELEMENT_USED",-
1,window);z("google.ima.AdError.ErrorCode.VIDEO_ELEMENT_REQUIRED",-
1,window);z("google.ima.AdError.ErrorCode.VAST_MEDIA_ERROR",-
1,window);z("google.ima.AdError.ErrorCode.ADSLOT_NOT_VISIBLE",-
1,window);z("google.ima.AdError.ErrorCode.OVERLAY_AD_LOADING_FAILED",-1,window);
z("google.ima.AdError.ErrorCode.VAST_MALFORMED_RESPONSE",-
1,window);z("google.ima.AdError.ErrorCode.COMPANION_AD_LOADING_FAILED",-
1,window);z("google.ima.AdError.Type",gS,window);z("google.ima.AdErrorEvent.Type",i
S,window);z("google.ima.AdEvent.Type",kS,window);z("google.ima.AdsLoader",tT,window
);z("google.ima.AdsManagerLoadedEvent.Type",eT,window);z("google.ima.CompanionAdSel
ectionSettings",gK,window);z("google.ima.CompanionAdSelectionSettings.CreativeType"
,dK);
z("google.ima.CompanionAdSelectionSettings.ResourceType",eK);z("google.ima.Companio
nAdSelectionSettings.SizeCriteria",fK);z("google.ima.CustomContentLoadedEvent.Type.
CUSTOM_CONTENT_LOADED","deprecated-
event",window);z("ima.ImaSdkSettings",T,window);z("google.ima.settings",VI,window);
z("google.ima.ImaSdkSettings.CompanionBackfillMode",
{ALWAYS:"always",ON_MASTER_AD:"on_master_ad"});z("google.ima.ImaSdkSettings.VpaidMo
de",{DISABLED:0,ENABLED:1,INSECURE:2,0:"DISABLED",1:"ENABLED",2:"INSECURE"});
z("google.ima.AdsRenderingSettings",IQ,window);z("google.ima.AdsRenderingSettings.A
UTO_SCALE",-
1,window);z("google.ima.AdsRequest",LT,window);z("google.ima.VERSION","3.683.1");z(
"google.ima.OmidAccessMode",{LIMITED:"limited",DOMAIN:"domain",FULL:"full"});
z("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"});z("google.ima.UiElem
ents",
{AD_ATTRIBUTION:"adAttribution",COUNTDOWN:"countdown"});z("google.ima.ViewMode",
{NORMAL:"normal",FULLSCREEN:"fullscreen"});z("google.ima.secureSignals",
{clearAllCache:function(){JK(window.localStorage)}});var MT=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++],p=d[f++];h=((h&7)<<18|(k&63)<<12|(l&63)<<6|
p&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(""))})},NT=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.683.1"||c.length>=2&&c[2]==="3.683.1"?!0:!1}):!
1},OT=[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],PT=[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],Q
T=[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],RT=[[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]],ST=[[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]],TT=[[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]],UT=new MT(OT,RT,!1);new MT(OT,ST,!0);var VT=new
MT(PT,RT,!1);new MT(PT,ST,!0);
var WT=new
MT([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],RT,!
1),XT=new
MT([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 MT(OT,
[[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 YT=new MT(OT,TT,!1),ZT=new
MT(OT,TT,!1);new MT(QT,[[112,97,108,46,106,115]],!1);new MT(QT,
[[99,97,115,116,95,112,97,108,46,106,115]],!1);new MT(QT,
[[99,116,118,95,112,97,108,46,106,115]],!1);function $T(a,b){for(var
c={},d=0;d<b.length;c={ke:void 0},d++)if(c.ke=b[d],a.some(function(e){return
function(f){return NT(f,e.ke.src)}}(c)))return c.ke;return null};if(!function(a)
{if(a.some(function(c){return NT(c,Xo().location.href)}))return!0;var
b=$T(a,document.querySelectorAll("SCRIPT"));b==null&&document.querySelectorAll&&(b=
$T(a,document.querySelectorAll("script")));return b!=null}
([UT,WT,VT,XT,YT,ZT]))throw Error("IMA SDK is either not loaded from a google
domain or is not a supported version.");var TP=RP,YP={pageUrl:NJ()};try{var
UP=XP();if(!UP)throw Error("Could not generate config URL");WP()}catch(a)
{VP(TP,a)};})();

You might also like