0% found this document useful (0 votes)
120 views21 pages

F

This document defines JavaScript polyfills for various ECMAScript features including Symbol, Map, WeakMap, Set, and methods on built-in prototypes like Array, String, and Number. It implements these features by defining functions that detect support and provide shim implementations where needed, falling back to native implementations where available.

Uploaded by

Thearin Chan
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)
120 views21 pages

F

This document defines JavaScript polyfills for various ECMAScript features including Symbol, Map, WeakMap, Set, and methods on built-in prototypes like Array, String, and Number. It implements these features by defining functions that detect support and provide shim implementations where needed, falling back to native implementations where available.

Uploaded by

Thearin Chan
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/ 21

(function(sttc){var window=this;if(window.googletag&&googletag.

evalScripts)
{googletag.evalScripts();}if(window.googletag&&googletag._loaded_)return;/*

Copyright The Closure Library Authors.


SPDX-License-Identifier: Apache-2.0
*/
var p,aa=function(a){var b=0;return function(){return b<a.length?{done:!
1,value:a[b++]}:{done:!0}}},ba="function"==typeof Object.defineProperties?
Object.defineProperty:function(a,b,c){if(a==Array.prototype||
a==Object.prototype)return a;a[b]=c.value;return a},ca=function(a)
{a=["object"==typeof globalThis&&globalThis,a,"object"==typeof
window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var
b=0;b<a.length;++b){var c=a[b];if(c&&c.Math==Math)return c}throw Error("Cannot find
global object");},da=ca(this),ea="function"===typeof Symbol&&"symbol"===typeof
Symbol("x"),r={},fa={},t=function(a,b,c){if(!c||null!=a){c=fa[b];if(null==c)return
a[b];c=a[c];return void 0!==c?c:a[b]}},u=function(a,b,c){if(b)a:{var
d=a.split(".");a=1===d.length;var e=d[0],f;!a&&e in r?f=r:f=da;for(e=0;e<d.length-
1;e++){var g=d[e];if(!(g in f))break a;f=f[g]}d=d[d.length-1];c=ea&&"es6"===c?
f[d]:null;b=b(c);null!=b&&(a?ba(r,d,{configurable:!0,writable:!0,value:b}):b!
==c&&(void 0===fa[d]&&(a=1E9*Math.random()>>>0,fa[d]=ea?
da.Symbol(d):"$jscp$"+a+"$"+d),ba(f,fa[d],{configurable:!0,writable:!
0,value:b})))}};u("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_"+(1E9*Math.random()>>>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},"es6");u("Symbol.iterator",function(a){if(a)return a;a=(0,r.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]];"function"===typeof d&&"function"!=typeof
d.prototype[a]&&ba(d.prototype,a,{configurable:!0,writable:!0,value:function()
{return ha(aa(this))}})}return a},"es6");var ha=function(a)
{a={next:a};a[t(r.Symbol,"iterator")]=function(){return this};return
a},ia=function(a){return a.raw=a},v=function(a){var b="undefined"!=typeof
r.Symbol&&t(r.Symbol,"iterator")&&a[t(r.Symbol,"iterator")];if(b)return
b.call(a);if("number"==typeof a.length)return{next:aa(a)};throw Error(String(a)+"
is not an iterable or ArrayLike");},x=function(a){if(!(a instanceof Array))
{a=v(a);for(var b,c=[];!(b=a.next()).done;)c.push(b.value);a=c}return
a},y=function(a,b){return
Object.prototype.hasOwnProperty.call(a,b)},ja=ea&&"function"==typeof
t(Object,"assign")?t(Object,"assign"):function(a,b){for(var
c=1;c<arguments.length;c++){var d=arguments[c];if(d)for(var e in
d)y(d,e)&&(a[e]=d[e])}return a};u("Object.assign",function(a){return a||
ja},"es6");var ka="function"==typeof Object.create?Object.create:function(a){var
b=function(){};b.prototype=a;return new b},la;if(ea&&"function"==typeof
Object.setPrototypeOf)la=Object.setPrototypeOf;else{var ma;a:{var na={a:!
0},oa={};try{oa.__proto__=na;ma=oa.a;break a}catch(a){}ma=!1}la=ma?function(a,b)
{a.__proto__=b;if(a.__proto__!==b)throw new TypeError(a+" is not
extensible");return a}:null}var pa=la,A=function(a,b)
{a.prototype=ka(b.prototype);a.prototype.constructor=a;if(pa)pa(a,b);else for(var c
in b)if("prototype"!=c)if(Object.defineProperties){var
d=Object.getOwnPropertyDescriptor(b,c);d&&Object.defineProperty(a,c,d)}else
a[c]=b[c];a.cb=b.prototype},qa=function(){for(var
a=Number(this),b=[],c=a;c<arguments.length;c++)b[c-a]=arguments[c];return
b};u("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}},"es6");u("WeakMap",function(a){function b(){}function c(g){var h=typeof
g;return"object"===h&&null!==g||"function"===h}if(function(){if(!a||!
Object.seal)return!1;try{var g=Object.seal({}),h=Object.seal({}),k=new a([[g,2],
[h,3]]);if(2!=k.get(g)||3!=k.get(h))return!1;k.delete(g);k.set(h,4);return!
k.has(g)&&4==k.get(h)}catch(l){return!1}}())return a;var
d="$jscomp_hidden_"+Math.random(),e=0,f=function(g){this.g=(e+=Math.random()
+1).toString();if(g){g=v(g);for(var h;!
(h=g.next()).done;)h=h.value,this.set(h[0],h[1])}};f.prototype.set=function(g,h)
{if(!c(g))throw Error("Invalid WeakMap key");if(!y(g,d)){var k=new b;ba(g,d,
{value:k})}if(!y(g,d))throw Error("WeakMap key fail: "+g);g[d][this.g]=h;return
this};f.prototype.get=function(g){return c(g)&&y(g,d)?g[d][this.g]:void
0};f.prototype.has=function(g){return
c(g)&&y(g,d)&&y(g[d],this.g)};f.prototype.delete=function(g){return
c(g)&&y(g,d)&&y(g[d],this.g)?delete g[d][this.g]:!1};return
f},"es6");u("Map",function(a){if(function(){if(!a||"function"!=typeof a||!
t(a.prototype,"entries")||"function"!=typeof Object.seal)return!1;try{var
h=Object.seal({x:4}),k=new a(v([[h,"s"]]));if("s"!=k.get(h)||1!=k.size||
k.get({x:4})||k.set({x:4},"t")!=k||2!=k.size)return!1;var
l=t(k,"entries").call(k),m=l.next();if(m.done||m.value[0]!=h||"s"!
=m.value[1])return!1;m=l.next();return m.done||4!=m.value[0].x||"t"!=m.value[1]||!
l.next().done?!1:!0}catch(w){return!1}}())return a;var b=new
r.WeakMap,c=function(h){this[0]={};this[1]=f();this.size=0;if(h){h=v(h);for(var k;!
(k=h.next()).done;)k=k.value,this.set(k[0],k[1])}};c.prototype.set=function(h,k)
{h=0===h?0:h;var l=d(this,h);l.list||(l.list=this[0][l.id]=[]);l.o?l.o.value=k:
(l.o={next:this[1],B:this[1].B,head:this[1],key:h,value:k},l.list.push(l.o),this[1]
.B.next=l.o,this[1].B=l.o,this.size++);return this};c.prototype.delete=function(h)
{h=d(this,h);return h.o&&h.list?(h.list.splice(h.index,1),h.list.length||delete
this[0][h.id],h.o.B.next=h.o.next,h.o.next.B=h.o.B,h.o.head=null,this.size--,!0):!
1};c.prototype.clear=function()
{this[0]={};this[1]=this[1].B=f();this.size=0};c.prototype.has=function(h){return!!
d(this,h).o};c.prototype.get=function(h)
{return(h=d(this,h).o)&&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=t(this,"entries").call(this),m;!
(m=l.next()).done;)m=m.value,h.call(k,m[1],m[0],this)};c.prototype[t(r.Symbol,"iter
ator")]=t(c.prototype,"entries");var d=function(h,k){var l=k&&typeof
k;"object"==l||"function"==l?b.has(k)?l=b.get(k):(l=""+ +
+g,b.set(k,l)):l="p_"+k;var m=h[0][l];if(m&&y(h[0],l))for(h=0;h<m.length;h++){var
w=m[h];if(k!==k&&w.key!==w.key||
k===w.key)return{id:l,list:m,index:h,o:w}}return{id:l,list:m,index:-1,o:void
0}},e=function(h,k){var l=h[1];return ha(function(){if(l){for(;l.head!
=h[1];)l=l.B;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.B=h.next=h.head=h},g=0;return c},"es6");u("Object.values",function(a){return a?
a:function(b){var c=[],d;for(d in b)y(b,d)&&c.push(b[d]);return
c}},"es8");u("Object.is",function(a){return a?a:function(b,c){return b===c?0!==b||
1/b===1/c:b!==b&&c!==c}},"es6");u("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(0>c&&(c=Math.max(c+e,0));c<e;c++){var f=d[c];if(f===b||
t(Object,"is").call(Object,f,b))return!0}return!1}},"es7");var ra=function(a,b,c)
{if(null==a)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+""};u("String.prototype.includes",function(a){return a?a:function(b,c){return-1!
==ra(this,b,"includes").indexOf(b,c||0)}},"es6");u("Number.isNaN",function(a)
{return a?a:function(b){return"number"===typeof b&&isNaN(b)}},"es6");var
sa=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[t(r.Symbol,"iterator")]=function(){return e};return
e};u("Array.prototype.entries",function(a){return a?a:function(){return
sa(this,function(b,c){return[b,c]})}},"es6");u("Array.from",function(a){return a?
a:function(b,c,d){c=null!=c?c:function(h){return h};var e=[],f="undefined"!=typeof
r.Symbol&&t(r.Symbol,"iterator")&&b[t(r.Symbol,"iterator")];if("function"==typeof
f){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}},"es6");u("Array.prototype.keys",function(a){return a?a:function(){return
sa(this,function(b){return b})}},"es6");u("Array.prototype.values",function(a)
{return a?a:function(){return sa(this,function(b,c){return
c})}},"es8");u("Set",function(a){if(function(){if(!a||"function"!=typeof a||!
t(a.prototype,"entries")||"function"!=typeof Object.seal)return!1;try{var
c=Object.seal({x:4}),d=new a(v([c]));if(!d.has(c)||1!=d.size||d.add(c)!=d||1!
=d.size||d.add({x:4})!=d||2!=d.size)return!1;var
e=t(d,"entries").call(d),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||4!=f.value[0].x||f.value[1]!
=f.value[0]?!1:e.next().done}catch(g){return!1}}())return a;var b=function(c)
{this.g=new r.Map;if(c){c=v(c);for(var d;!
(d=c.next()).done;)this.add(d.value)}this.size=this.g.size};b.prototype.add=functio
n(c){c=0===c?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
t(this.g,"entries").call(this.g)};b.prototype.values=function(){return
t(this.g,"values").call(this.g)};b.prototype.keys=t(b.prototype,"values");b.prototy
pe[t(r.Symbol,"iterator")]=t(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},"es6");u("Object.entries",function(a){return
a?a:function(b){var c=[],d;for(d in b)y(b,d)&&c.push([d,b[d]]);return
c}},"es8");u("String.prototype.startsWith",function(a){return a?a:function(b,c){var
d=ra(this,b,"startsWith"),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}},"es6");u("String.prototype.repeat",function(a){return a?a:function(b){var
c=ra(this,null,"repeat");if(0>b||1342177279<b)throw new RangeError("Invalid count
value");b|=0;for(var d="";b;)if(b&1&&(d+=c),b>>>=1)c+=c;return
d}},"es6");u("globalThis",function(a){return a||
da},"es_2020");u("String.prototype.padStart",function(a){return a?a:function(b,c)
{var d=ra(this,null,"padStart");b-=d.length;c=void 0!==c?String(c):"
";return(0<b&&c?t(c,"repeat").call(c,Math.ceil(b/c.length)).substring(0,b):"")
+d}},"es8");var B=this||self,ta=function(a){a=a.split(".");for(var
b=B,c=0;c<a.length;c++)if(b=b[a[c]],null==b)return null;return b},ua=function(a)
{var b=typeof a;return"object"!=b?b:a?
Array.isArray(a)?"array":b:"null"},va=function(a,b){a=a.split(".");var c=B;a[0]in
c||"undefined"==typeof c.execScript||c.execScript("var "+a[0]);for(var
d;a.length&&(d=a.shift());)a.length||void 0===b?c[d]&&c[d]!==Object.prototype[d]?
c=c[d]:c=c[d]={}:c[d]=b};var wa=function(a){return/^[\s\xa0]*([\s\S]*?)[\s\
xa0]*$/.exec(a)[1]},Ea=function(a){if(!xa.test(a))return a;-1!
=a.indexOf("&")&&(a=a.replace(ya,"&amp;"));-1!
=a.indexOf("<")&&(a=a.replace(za,"&lt;"));-1!
=a.indexOf(">")&&(a=a.replace(Aa,"&gt;"));-1!
=a.indexOf('"')&&(a=a.replace(Ba,"&quot;"));-1!
=a.indexOf("'")&&(a=a.replace(Ca,"&#39;"));-1!=a.indexOf("\
x00")&&(a=a.replace(Da,"&#0;"));return
a},ya=/&/g,za=/</g,Aa=/>/g,Ba=/"/g,Ca=/'/g,Da=/\x00/g,xa=/[\
x00&<>"']/,Ha=function(a,b){var
c=0;a=wa(String(a)).split(".");b=wa(String(b)).split(".");for(var
d=Math.max(a.length,b.length),e=0;0==c&&e<d;e++){var f=a[e]||"",g=b[e]||"";do{f=/(\
d*)(\D*)(.*)/.exec(f)||["","","",""];g=/(\d*)(\D*)(.*)/.exec(g)||
["","","",""];if(0==f[0].length&&0==g[0].length)break;c=Ga(0==f[1].length?
0:parseInt(f[1],10),0==g[1].length?0:parseInt(g[1],10))||
Ga(0==f[2].length,0==g[2].length)||Ga(f[2],g[2]);f=f[3];g=g[3]}while(0==c)}return
c},Ga=function(a,b){return a<b?-1:a>b?1:0};var
Ia,Ja=ta("CLOSURE_FLAGS"),Ka=Ja&&Ja[610401301];Ia=null!=Ka?Ka:!1;var
La,Ma=B.navigator;La=Ma?Ma.userAgentData||null:null;function Na(a){return Ia?La?
La.brands.some(function(b){return(b=b.brand)&&-1!=b.indexOf(a)}):!1:!1}function
C(a){var b;a:{if(b=B.navigator)if(b=b.userAgent)break a;b=""}return-1!
=b.indexOf(a)};function Oa(){return Ia?!!La&&0<La.brands.length:!1}function Pa()
{return Oa()?Na("Chromium"):(C("Chrome")||C("CriOS"))&&!(Oa()?0:C("Edge"))||
C("Silk")};var Ra=function(a,b){Array.prototype.forEach.call(a,b,void
0)},Sa=function(a,b){return Array.prototype.filter.call(a,b,void
0)},Ta=function(a,b){return Array.prototype.map.call(a,b,void 0)};function Ua(a,b)
{a:{for(var c="string"===typeof a?a.split(""):a,d=a.length-1;0<=d;d--)if(d in
c&&b.call(void 0,c[d],d,a)){b=d;break a}b=-1}return 0>b?null:"string"===typeof a?
a.charAt(b):a[b]}function Va(a,b){return 0<=Array.prototype.indexOf.call(a,b,void
0)};var Wa=function(a){Wa[" "](a);return a};Wa[" "]=function(){};var Xa=Oa()?!
1:C("Trident")||C("MSIE");!C("Android")||Pa();Pa();C("Safari")&&(Pa()||(Oa()?
0:C("Coast"))||(Oa()?0:C("Opera"))||(Oa()?0:C("Edge"))||(Oa()?Na("Microsoft
Edge"):C("Edg/"))||Oa()&&Na("Opera"));var Ya={},Za=null,ab=function(a){var b=[];
$a(a,function(c){b.push(c)});return b},$a=function(a,b){function c(k)
{for(;d<a.length;){var l=a.charAt(d++),m=Za[l];if(null!=m)return m;if(!/^[\s\
xa0]*$/.test(l))throw Error("Unknown base64 encoding at char: "+l);}return
k}bb();for(var d=0;;){var e=c(-1),f=c(0),g=c(64),h=c(64);if(64===h&&-
1===e)break;b(e<<2|f>>4);64!=g&&(b(f<<4&240|g>>2),64!=h&&b(g<<6&192|
h))}},bb=function(){if(!Za){Za={};for(var
a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),b=["+/
=","+/","-_=","-_.","-_"],c=0;5>c;c++){var
d=a.concat(b[c].split(""));Ya[c]=d;for(var e=0;e<d.length;e++){var f=d[e];void
0===Za[f]&&(Za[f]=e)}}}};var cb="undefined"!==typeof Uint8Array,db=!
Xa&&"function"===typeof btoa;function E(a){return
Array.prototype.slice.call(a)};var F="function"===typeof
r.Symbol&&"symbol"===typeof(0,r.Symbol)()?(0,r.Symbol)():void 0,eb=F?function(a,b)
{a[F]|=b}:function(a,b){void 0!==a.g?a.g|=b:Object.defineProperties(a,{g:
{value:b,configurable:!0,writable:!0,enumerable:!1}})};function fb(a){var b=G(a);1!
==(b&1)&&(Object.isFrozen(a)&&(a=E(a)),H(a,b|1))}var gb=F?function(a,b)
{a[F]&=~b}:function(a,b){void 0!==a.g&&(a.g&=~b)},G=F?function(a){return a[F]|
0}:function(a){return a.g|0},I=F?function(a){return a[F]}:function(a){return
a.g},H=F?function(a,b){a[F]=b}:function(a,b){void 0!==a.g?
a.g=b:Object.defineProperties(a,{g:{value:b,configurable:!0,writable:!
0,enumerable:!1}})};function hb(a,b){Object.isFrozen(a)&&(a=E(a));H(a,b);return
a}function ib(a){eb(a,1);return a}function jb(a,b){H(b,(a|0)&-255)}function kb(a,b)
{H(b,(a|34)&-221)}function lb(a){a=a>>10&1023;return 0===a?536870912:a};var
mb={};function nb(a){return null!==a&&"object"===typeof a&&!
Array.isArray(a)&&a.constructor===Object}var
pb,qb,rb=[];H(rb,39);qb=Object.freeze(rb);function sb(a){if(a&2)throw
Error();};function tb(a){if("boolean"!==typeof a)throw Error("Expected boolean but
got "+ua(a)+": "+a);return!!a}function ub(a){if("number"!==typeof a)throw
Error();return a}function vb(a){return null==a?a:ub(a)}function wb(a)
{if(null==a)return a;if("string"===typeof a){if(!a)return;a=+a}if("number"===typeof
a)return a}function xb(a){if(null==a)return a;if("string"===typeof a){if(!
a)return;a=+a}if("number"===typeof a)return a}function yb(a){if(null!=a&&!
("number"===typeof a&&!t(Number,"isNaN").call(Number,a)||a&&"string"===typeof a&&!
isNaN(a)))throw Error("Expected an int64 value encoded as a number or a string but
got "+a+" a "+ua(a));return a}function zb(a){if("string"!==typeof a)throw
Error();return a}function J(a){if(null!=a&&"string"!==typeof a)throw Error();return
a}function Ab(a){return null==a||"string"===typeof a?a:void 0}function Bb(a,b,c)
{var d=!1;if(null!=a&&"object"===typeof a&&!(d=Array.isArray(a))&&a.S===mb)return
a;if(d){var e=d=G(a);0===e&&(e|=c&32);e|=c&2;e!==d&&H(a,e);return new b(a)}}var
Cb="function"===typeof r.Symbol&&"symbol"===typeof(0,r.Symbol)()?(0,r.Symbol)
():"di";var Db;function Eb(a,b){Db=b;a=new a(b);Db=void 0;return a}function
K(a,b,c){null==a&&(a=Db);Db=void 0;if(null==a){var d=96;c?(a=[c],d|
=512):a=[];b&&(d=d&-1047553|(b&1023)<<10)}else{if(!Array.isArray(a))throw
Error();d=G(a);if(d&64)return a;d|=64;if(c&&(d|=512,c!==a[0]))throw Error();a:
{c=a;var e=c.length;if(e){var f=e-1,g=c[f];if(nb(g)){d|=256;b=(d>>9&1)-1;e=f-
b;1024<=e&&(Fb(c,b,g),e=1023);d=d&-1047553|(e&1023)<<10;break a}}b&&(g=(d>>9&1)-
1,b=Math.max(b,e-g),1024<b&&(Fb(c,g,{}),d|=256,b=1023),d=d&-1047553|
(b&1023)<<10)}}H(a,d);return a}function Fb(a,b,c){for(var
d=1023+b,e=a.length,f=d;f<e;f++){var g=a[f];null!=g&&g!==c&&(c[f-
b]=g)}a.length=d+1;a[d]=c};function Gb(a,b){return Hb(b)}function Hb(a)
{switch(typeof a){case "number":return isFinite(a)?a:String(a);case
"boolean":return a?1:0;case "object":if(a&&!Array.isArray(a)&&cb&&null!=a&&a
instanceof Uint8Array){if(db){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{void
0===b&&(b=0);bb();b=Ya[b];c=Array(Math.floor(a.length/3));d=b[64]||"";for(var
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}a=c.join("")}return a}}return a};function Ib(a,b,c){a=E(a);var
d=a.length,e=b&256?a[d-1]:void 0;d+=e?-1:0;for(b=b&512?1:0;b<d;b+
+)a[b]=c(a[b]);if(e){b=a[b]={};for(var f in
e)Object.prototype.hasOwnProperty.call(e,f)&&(b[f]=c(e[f]))}return a}function
Jb(a,b,c,d,e,f){if(null!=a){if(Array.isArray(a))a=e&&0==a.length&&G(a)&1?void
0:f&&G(a)&2?a:Kb(a,b,c,void 0!==d,e,f);else if(nb(a)){var g={},h;for(h in
a)Object.prototype.hasOwnProperty.call(a,h)&&(g[h]=Jb(a[h],b,c,d,e,f));a=g}else
a=b(a,d);return a}}function Kb(a,b,c,d,e,f){var g=d||c?G(a):0;d=d?!!(g&32):void
0;a=E(a);for(var h=0;h<a.length;h++)a[h]=Jb(a[h],b,c,d,e,f);c&&c(g,a);return
a}function Lb(a){return a.S===mb?a.toJSON():Hb(a)};function Mb(a,b,c){c=void 0===c?
kb:c;if(null!=a){if(cb&&a instanceof Uint8Array)return b?a:new
Uint8Array(a);if(Array.isArray(a)){var d=G(a);return d&2?a:!b||d&68||!(d&32||
0===d)?Kb(a,Mb,d&4?kb:c,!0,!1,!0):(H(a,d|34),a)}a.S===mb&&(b=a.h,c=I(b),a=c&2?
a:Eb(a.constructor,Nb(b,c,!0)));return a}}function Nb(a,b,c){var d=c||b&2?
kb:jb,e=!!(b&32);a=Ib(a,b,function(f){return Mb(f,e,d)});eb(a,32|(c?2:0));return
a}function Ob(a){var b=a.h,c=I(b);return c&2?Eb(a.constructor,Nb(b,c,!1)):a};var
L=function(a,b){a=a.h;return Pb(a,I(a),b)},Pb=function(a,b,c,d){if(-1===c)return
null;if(c>=lb(b)){if(b&256)return a[a.length-1][c]}else{var
e=a.length;if(d&&b&256&&(d=a[e-1][c],null!=d))return d;b=c+((b>>9&1)-
1);if(b<e)return a[b]}},P=function(a,b,c){var d=a.h,e=I(d);sb(e);O(d,e,b,c);return
a};function O(a,b,c,d,e){var f=lb(b);if(c>=f||e){e=b;if(b&256)f=a[a.length-
1];else{if(null==d)return;f=a[f+((b>>9&1)-1)]={};e|=256}f[c]=d;e!==b&&H(a,e)}else
a[c+((b>>9&1)-1)]=d,b&256&&(a=a[a.length-1],c in a&&delete a[c])}function Sb(a,b,c)
{var d=b&2;a=Pb(a,b,c);Array.isArray(a)||(a=qb);b=G(a);b&1||ib(a);d?b&2||
eb(a,34):b&32&&!(b&2)&&gb(a,32);return a}function Tb(a,b,c){a=a.h;var
d=I(a),e=d&2,f=Sb(a,d,b),g=G(f);if(!(g&4))
{Object.isFrozen(f)&&(g=0,f=E(f),O(a,d,b,f));for(var h=0,k=0;h<f.length;h++){var
l=c(f[h]);null!=l&&(f[k++]=l)}k<h&&(f.length=k);g|=5;e&&(g|
=34);H(f,g);g&2&&Object.freeze(f)}!e&&(g&2||
Object.isFrozen(f))&&(f=E(f),eb(f,5),O(a,d,b,f));return f}function Ub(a,b,c,d){var
e=a.h,f=I(e);sb(f);if(null==c)return O(e,f,b),a;if(!(G(c)&4))
{Object.isFrozen(c)&&(c=E(c));for(var
g=0;g<c.length;g++)c[g]=d(c[g]);H(c,5)}O(e,f,b,c);return a}function Q(a,b,c,d){var
e=a.h,f=I(e);sb(f);O(e,f,b,c!==d?c:void 0);return a}var Wb=function(a,b,c,d){var
e=a.h,f=I(e);sb(f);(c=Vb(e,f,c))&&c!==b&&null!=d&&O(e,f,c);O(e,f,b,d);return
a},Xb=function(a,b,c){a=a.h;return Vb(a,I(a),b)===c?c:-1},Yb=function(a,b)
{a=a.h;return Vb(a,I(a),b)};function Vb(a,b,c){for(var d=0,e=0;e<c.length;e++){var
f=c[e];null!=Pb(a,b,f)&&(0!==d&&O(a,b,d),d=f)}return d}var Zb=function(a,b,c,d)
{a=a.h;var e=I(a),f=Pb(a,e,c,d);b=Bb(f,b,e);b!==f&&null!=b&&O(a,e,c,b,d);return b},
$b=function(a,b){(a=Zb(a,b,1,!1))?b=a:(a=b[Cb])?b=a:(a=new
b,eb(a.h,34),b=b[Cb]=a);return b},R=function(a,b,c){var d=void 0===d?!
1:d;b=Zb(a,b,c,d);if(null==b)return b;a=a.h;var e=I(a);if(!(e&2)){var f=Ob(b);f!
==b&&(b=f,O(a,e,c,b,d))}return b},S=function(a,b,c){var d=a.h,e=I(d);a=!!(e&2);var
f=a?1:2,g=!!(e&2),h=Sb(d,e,c);if(h!==qb&&G(h)&4)3!==f&&(g?
2===f&&(f=G(h),h=E(h),H(h,f),O(d,e,c,h)):(g=Object.isFrozen(h),1===f?g||
Object.freeze(h):(f=G(h),b=f&-35,g&&(h=E(h),f=0,O(d,e,c,h)),f!
==b&&H(h,b)))),c=h;else{var k=h;h=!!(e&2);var l=!!(G(k)&2);g=k;!h&&l&&(k=E(k));var
m=e|(l?2:0);l=l||void 0;for(var w=0,n=0;w<k.length;w++){var q=Bb(k[w],b,m);void 0!
==q&&(l=l||I(q.h)&2,k[n++]=q)}n<w&&(k.length=n);b=k;k=G(b);m=k|5;l=l?m&-9:m|8;k!
=l&&(b=hb(b,l));k=b;g!==k&&O(d,e,c,k);(h&&2!==f||1===f)&&Object.freeze(k);c=k}if(!
(a||G(c)&8)){for(a=0;a<c.length;a++)d=c[a],e=Ob(d),d!==e&&(c[a]=e);eb(c,8)}return
c},ac=function(a,b,c){null==c&&(c=void 0);return P(a,b,c)},bc=function(a,b,c,d)
{null==d&&(d=void 0);return Wb(a,b,c,d)},cc=function(a,b,c){var
d=a.h,e=I(d);sb(e);if(null!=c){for(var f=!!c.length,g=0;g<c.length;g++){var
h=c[g];f=f&&!(G(h.h)&2)}g=G(c);h=g|1;h=(f?h|8:h&-9)|4;h!
=g&&(c=hb(c,h))}null==c&&(c=void 0);O(d,e,b,c);return a},T=function(a,b,c){return
Q(a,b,c,0)};function dc(a,b){return null!=a?a:b}var ec=function(a,b)
{a=L(a,b);return dc(null==a?a:"boolean"===typeof a||"number"===typeof a?!!a:void
0,!1)},fc=function(a,b){var c=void 0===c?0:c;return
dc(wb(L(a,b)),c)},gc=function(a,b){var c=void 0===c?0:c;return
dc(xb(L(a,b)),c)},hc=function(a,b){var c=void 0===c?0:c;a=L(a,b);var d;null==a?
d=a:d="number"===typeof a?t(Number,"isNaN").call(Number,a)?void
0:a:"string"===typeof a?isNaN(a)?void 0:a:void 0;return dc(d,c)},ic=function(a,b)
{var c=void 0===c?0:c;a=a.h;var d=I(a),e=Pb(a,d,b);var f=null==e?
e:"number"===typeof e||"NaN"===e||"Infinity"===e||"-Infinity"===e?Number(e):void
0;null!=f&&f!==e&&O(a,d,b,f);return dc(f,c)},U=function(a,b){return
dc(Ab(L(a,b)),"")},V=function(a,b){return dc(L(a,b),0)};var W=function(a,b,c)
{this.h=K(a,b,c)};W.prototype.toJSON=function(){if(pb)var a=jc(this,this.h,!1);else
a=Kb(this.h,Lb,void 0,void 0,!1,!1),a=jc(this,a,!0);return a};var kc=function(a)
{pb=!0;try{return JSON.stringify(a.toJSON(),Gb)}finally{pb=!
1}};W.prototype.S=mb;function jc(a,b,c){var d=a.constructor.m,e=lb(I(c?a.h:b)),f=!
1;if(d){if(!c){b=E(b);var g;if(b.length&&nb(g=b[b.length-1]))for(f=0;f<d.length;f+
+)if(d[f]>=e){t(Object,"assign").call(Object,b[b.length-1]={},g);break}f=!0}e=b;c=!
c;g=I(a.h);a=lb(g);g=(g>>9&1)-1;for(var h,k,l=0;l<d.length;l++)if(k=d[l],k<a)
{k+=g;var m=e[k];null==m?e[k]=c?qb:ib([]):c&&m!==qb&&fb(m)}else h||(m=void
0,e.length&&nb(m=e[e.length-1])?h=m:e.push(h={})),m=h[k],null==h[k]?h[k]=c?
qb:ib([]):c&&m!==qb&&fb(m)}d=b.length;if(!d)return b;var w;if(nb(h=b[d-1])){a:{var
n=h;e={};c=!1;for(var q in
n)Object.prototype.hasOwnProperty.call(n,q)&&(a=n[q],Array.isArray(a)&&a!=a&&(c=!
0),null!=a?e[q]=a:c=!0);if(c){for(var N in e){n=e;break a}n=null}}n!=h&&(w=!
0);d--}for(;0<d;d--){h=b[d-1];if(null!=h)break;var z=!0}if(!w&&!z)return b;var D;f?
D=b:D=Array.prototype.slice.call(b,0,d);b=D;f&&(b.length=d);n&&b.push(n);return
b};var lc=void 0;function mc(){var a=lc;lc=void 0;return a};function nc(a){return
function(b){if(null==b||""==b)b=new a;else{b=JSON.parse(b);if(!
Array.isArray(b))throw Error(void 0);eb(b,32);b=Eb(a,b)}return b}};var
oc=function(a){this.h=K(a)};A(oc,W);oc.m=[6,4];var pc=function(a)
{this.h=K(a)};A(pc,W);var qc=nc(pc);pc.m=[4,5,6];var tc=function(a,b)
{this.i=a===rc&&b||"";this.j=sc};tc.prototype.F=!0;tc.prototype.g=function(){return
this.i};var uc=function(a){return a instanceof tc&&a.constructor===tc&&a.j===sc?
a.i:"type_error:Const"},sc={},rc={};var vc=function(a){var b=!1,c;return function()
{b||(c=a(),b=!0);return c}};var wc=function(a,b,c)
{a.addEventListener&&a.addEventListener(b,c,!1)};function xc(a){var
b=[],c=0,d;for(d in a)b[c++]=a[d];return b};var yc={area:!0,base:!0,br:!0,col:!
0,command:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!
0,source:!0,track:!0,wbr:!0};var zc=function(a)
{this.i=a};zc.prototype.toString=function(){return this.i+""};zc.prototype.F=!
0;zc.prototype.g=function(){return this.i.toString()};var Ac=function(a){return a
instanceof zc&&a.constructor===zc?a.i:"type_error:TrustedResourceUrl"},Bc=/^([^?
#]*)(\?[^#]*)?(#[\s\S]*)?/,Cc={},Dc=function(a,b,c){if(null==c)return
b;if("string"===typeof c)return c?a+encodeURIComponent(c):"";for(var d in
c)if(Object.prototype.hasOwnProperty.call(c,d)){var e=c[d];e=Array.isArray(e)?e:
[e];for(var f=0;f<e.length;f++){var g=e[f];null!=g&&(b||
(b=a),b+=(b.length>a.length?"&":"")+encodeURIComponent(d)
+"="+encodeURIComponent(String(g)))}}return b};var Ec=function(a)
{this.i=a};Ec.prototype.toString=function(){return
this.i.toString()};Ec.prototype.F=!0;Ec.prototype.g=function(){return
this.i.toString()};var Fc=/^data:(.*);base64,[a-z0-9+\/]+=*$/i,Gc=/^(?:(?:https?|
mailto|ftp):|[^:/?#]*(?:[/?#]|$))/i,Hc={},Ic=new
Ec("about:invalid#zClosurez",Hc);var Jc={},Kc=function(a){this.i=a;this.F=!
0};Kc.prototype.g=function(){return
this.i.toString()};Kc.prototype.toString=function(){return this.i.toString()};var
Lc=function(a){return a instanceof Kc&&a.constructor===Kc?
a.i:"type_error:SafeHtml"},Mc=function(a){return a instanceof Kc?a:new
Kc(Ea("object"==typeof a&&a.F?a.g():String(a)),Jc)},Qc=function(a,b){var
c={src:a},d={};a={};for(var e in
c)Object.prototype.hasOwnProperty.call(c,e)&&(a[e]=c[e]);for(var f in
d)Object.prototype.hasOwnProperty.call(d,f)&&(a[f]=d[f]);if(b)for(var g in
b)if(Object.prototype.hasOwnProperty.call(b,g)){e=g.toLowerCase();if(e in c)throw
Error("");e in d&&delete a[e];a[g]=b[g]}var h;b="";if(a)for(k in
a)if(Object.prototype.hasOwnProperty.call(a,k)){if(!Nc.test(k))throw
Error("");c=a[k];if(null!=c){g=k;if(c instanceof
tc)c=uc(c);else{if("style"==g.toLowerCase())throw Error("");if(/^on/i.test(g))throw
Error("");if(g.toLowerCase()in Oc)if(c instanceof zc)c=Ac(c).toString();else if(c
instanceof Ec)c=c instanceof Ec&&c.constructor===Ec?c.i:"type_error:SafeUrl";else
if("string"===typeof c)c instanceof Ec||(c="object"==typeof c&&c.F?
c.g():String(c),Gc.test(c)?c=new
Ec(c,Hc):(c=String(c),c=c.replace(/(%0A|%0D)/g,""),c=c.match(Fc)?new
Ec(c,Hc):null)),c=(c||Ic).g();else throw
Error("");}c.F&&(c=c.g());g=g+'="'+Ea(String(c))+'"';b+=" "+g}}var
k="<script"+b;null==h?h=[]:Array.isArray(h)||(h=[h]);!0===yc.script?k+=">":
(h=Pc(h),k+=">"+Lc(h).toString()+"\x3c/script>");return new
Kc(k,Jc)},Sc=function(a){var b=Mc(Rc),c=[],d=function(e){Array.isArray(e)?
e.forEach(d):(e=Mc(e),c.push(Lc(e).toString()))};a.forEach(d);return new
Kc(c.join(Lc(b).toString()),Jc)},Pc=function(a){return
Sc(Array.prototype.slice.call(arguments))},Nc=/^[a-zA-Z0-9-]+$/,Oc={action:!
0,cite:!0,data:!0,formaction:!0,href:!0,manifest:!0,poster:!0,src:!0},Rc=new
Kc(B.trustedTypes&&B.trustedTypes.emptyHTML||"",Jc);var Uc=function(){a:{var
a=B.document;if(a.querySelector&&(a=a.querySelector("script[nonce]"))&&(a=a.nonce||
a.getAttribute("nonce"))&&Tc.test(a))break a;a=""}return a},Tc=/^[\w+/_-]+[=]
{0,2}$/;var Vc=function(){return Ia&&La?!La.mobile&&(C("iPad")||C("Android")||
C("Silk")):C("iPad")||C("Android")&&!C("Mobile")||C("Silk")};var Wc=RegExp("^(?:
([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?=[\\\\/?#]|$))?
([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$"),Xc=function(a){return a?
decodeURI(a):a},Yc=/#|$/,Zc=function(a,b){var c=a.search(Yc);a:{var d=0;for(var
e=b.length;0<=(d=a.indexOf(b,d))&&d<c;){var f=a.charCodeAt(d-1);if(38==f||
63==f)if(f=a.charCodeAt(d+e),!f||61==f||38==f||35==f)break a;d+=e+1}d=-
1}if(0>d)return null;e=a.indexOf("&",d);if(0>e||e>c)e=c;d+=b.length+1;return
decodeURIComponent(a.slice(d,-1!==e?e:0).replace(/\+/g," "))};/*

SPDX-License-Identifier: Apache-2.0
*/
function $c(a,b){a.src=Ac(b);var c,d;
(c=(b=null==(d=(c=(a.ownerDocument&&a.ownerDocument.defaultView||
window).document).querySelector)?void 0:d.call(c,"script[nonce]"))?b.nonce||
b.getAttribute("nonce")||"":"")&&a.setAttribute("nonce",c)};function ad(a,b)
{a.write(Lc(b))};var bd=function(a){try{var b;if(b=!!a&&null!=a.location.href)a:
{try{Wa(a.foo);b=!0;break a}catch(c){}b=!1}return b}catch(c){return!
1}},cd=function(a){var b=void 0===b?!1:b;var c=void 0===c?B:c;for(var d=0;c&&40>d+
+&&(!b&&!bd(c)||!a(c));)a:{try{var e=c.parent;if(e&&e!=c){c=e;break a}}catch(f)
{}c=null}},dd=function(a){var b=a;cd(function(c){b=c;return!1});return
b},ed=function(a){return bd(a.top)?a.top:null},fd=function(){if(!
r.globalThis.crypto)return Math.random();try{var a=new
Uint32Array(1);r.globalThis.crypto.getRandomValues(a);return
a[0]/65536/65536}catch(b){return Math.random()}},gd=function(a,b){if(a)for(var c in
a)Object.prototype.hasOwnProperty.call(a,c)&&b(a[c],c,a)},hd=function(a){var
b=a.length;if(0==b)return 0;for(var c=305419896,d=0;d<b;d++)c^=(c<<5)+
(c>>2)+a.charCodeAt(d)&4294967295;return 0<c?c:4294967296+c},id=/^(-?[0-9.]{1,30})
$/,jd=function(){return/^true$/.test("false")},kd=vc(function(){return(Ia&&La?
La.mobile:!Vc()&&(C("iPod")||C("iPhone")||C("Android")||C("IEMobile")))?2:Vc()?
1:0}),ld=function(a){if("number"!==typeof a.goog_pvsid)try{var
b=Object,c=b.defineProperty,d=void 0;d=void 0===d?Math.random:d;var
e=Math.floor(d()*Math.pow(2,52));c.call(b,a,"goog_pvsid",{value:e,configurable:!
1})}catch(f){}return Number(a.goog_pvsid)||-1},md=function(a,b){b=void 0===b?
document:b;return b.createElement(String(a).toLowerCase())};function nd(a){var
b=qa.apply(1,arguments);if(0===b.length)return new zc(a[0],Cc);for(var
c=a[0],d=0;d<b.length;d++)c+=encodeURIComponent(b[d])+a[d+1];return new
zc(c,Cc)}function od(a,b){var c=Ac(a).toString();if(/#/.test(c))throw Error("");var
d=/\?/.test(c)?"&":"?";b.forEach(function(e,f){e=e instanceof Array?e:[e];for(var
g=0;g<e.length;g++){var h=e[g];null!==h&&void 0!==h&&(c+=d+encodeURIComponent(f)
+"="+encodeURIComponent(String(h)),d="&")}});return new zc(c,Cc)};var
pd={Qa:0,Pa:1,Ma:2,Ha:3,Na:4,Ia:5,Oa:6,Ka:7,La:8,Ga:9,Ja:10,Ra:11};var
qd={Ta:0,Ua:1,Sa:2};var rd=function(a){this.h=K(a)};A(rd,W);var
sd={"-":0,Y:2,N:1},td={},ud=(td[0]="-",td[2]="Y",td[1]="N",td);var vd=function(a)
{this.h=K(a)};A(vd,W);vd.prototype.getVersion=function(){return
fc(this,2)};vd.m=[3];function wd(a){return ab(2>(a.length+3)%4?
a+"A":a).map(function(b)
{return(p=b.toString(2),t(p,"padStart")).call(p,8,"0")}).join("")}function xd(a)
{if(!/^[0-1]+$/.test(a))throw Error("Invalid input ["+a+"] not a bit
string.");return parseInt(a,2)}function yd(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 zd(a){var
b=wd(a+"A"),c=xd(b.slice(0,6));a=xd(b.slice(6,12));var d=new
vd;c=Q(d,1,vb(c),0);a=Q(c,2,vb(a),0);b=b.slice(12);c=xd(b.slice(0,12));d=[];for(var
e=b.slice(12).replace(/0+$/,""),f=0;f<c;f++){if(0===e.length)throw Error("Found
"+f+" of "+c+" sections ["+d+"] but reached end of input ["+b+"]");var
g=0===xd(e[0]);e=e.slice(1);var h=Ad(e,b),k=0===d.length?0:d[d.length-1];k=yd(h)
+k;e=e.slice(h.length);if(g)d.push(k);else{g=Ad(e,b);h=yd(g);for(var l=0;l<=h;l+
+)d.push(k+l);e=e.slice(g.length)}}if(0<e.length)throw Error("Found "+c+" sections
["+d+"] but has remaining input ["+e+"], entire input ["+b+"]");return
Ub(a,3,d,ub)}function Ad(a,b){var c=a.indexOf("11");if(-1===c)throw Error("Expected
section bitstring but not found in ["+a+"] part of ["+b+"]");return
a.slice(0,c+2)};var Bd=function(a){this.h=K(a)};A(Bd,W);var Cd=function(a)
{this.h=K(a)};A(Cd,W);var Dd=function(a)
{this.h=K(a)};A(Dd,W);Dd.prototype.getVersion=function(){return fc(this,1)};var
Ed=function(a){var b=new Dd;return Q(b,1,vb(a),0)};var Fd=function(a)
{this.h=K(a)};A(Fd,W);var Gd=function(a){this.h=K(a)};A(Gd,W);var Hd=function(a)
{var b=new Gd;return ac(b,1,a)};var
Id=[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],Jd=Id.reduce(function(a,b){return
a+b});var Kd="a".charCodeAt(),Ld=xc(pd),Md=xc(qd);var Nd=function(a)
{this.h=K(a)};A(Nd,W);var Od=function(){var a=new Nd;return
Q(a,1,yb(0),0)},Pd=function(a){var b=hc(a,1);a=fc(a,2);return new
Date(1E3*b+a/1E6)};var Qd=function(a){if(/[^01]/.test(a))throw Error("Input
bitstring "+a+" is malformed!");this.i=a;this.g=0},Td=function(a){var
b=X(a,16);return!0===!!X(a,1)?(a=Rd(a),a.forEach(function(c){if(c>b)throw Error("ID
"+c+" is past MaxVendorId "+b+"!");}),a):Sd(a,b)},Rd=function(a){for(var
b=X(a,12),c=[];b--;){var d=!0===!!X(a,1),e=X(a,16);if(d)for(d=X(a,16);e<=d;e+
+)c.push(e);else c.push(e)}c.sort(function(f,g){return f-g});return
c},Sd=function(a,b,c){for(var d=[],e=0;e<b;e++)if(X(a,1)){var f=e+1;if(c&&-
1===c.indexOf(f))throw Error("ID: "+f+" is outside of allowed
values!");d.push(f)}return d},X=function(a,b){if(a.g+b>a.i.length)throw
Error("Requested length "+b+" is past end of string.");var
c=a.i.substring(a.g,a.g+b);a.g+=b;return parseInt(c,2)};var Vd=function(a,b)
{try{var c=ab(a.split(".")[0]).map(function(e)
{return(p=e.toString(2),t(p,"padStart")).call(p,8,"0")}).join(""),d=new
Qd(c);c={};c.tcString=a;c.gdprApplies=!
0;d.g+=78;c.cmpId=X(d,12);c.cmpVersion=X(d,12);d.g+=30;c.tcfPolicyVersion=X(d,6);c.
isServiceSpecific=!!X(d,1);c.useNonStandardStacks=!!
X(d,1);c.specialFeatureOptins=Ud(Sd(d,12,Md),Md);c.purpose={consents:Ud(Sd(d,24,Ld)
,Ld),legitimateInterests:Ud(Sd(d,24,Ld),Ld)};c.purposeOneTreatment=!!
X(d,1);c.publisherCC=String.fromCharCode(Kd+X(d,6))
+String.fromCharCode(Kd+X(d,6));c.vendor={consents:Ud(Td(d),b),legitimateInterests:
Ud(Td(d),b)};return c}catch(e){return null}},Ud=function(a,b){var
c={};if(Array.isArray(b)&&0!==b.length){b=v(b);for(var d=b.next();!
d.done;d=b.next())d=d.value,c[d]=-1!==a.indexOf(d)}else for(a=v(a),d=a.next();!
d.done;d=a.next())c[d.value]=!0;delete c[0];return c};var Wd=function(a)
{this.h=K(a)};A(Wd,W);function Xd(a,b){return JSON.stringify([a.map(function(c){var
d={};return[(d[c.qa]=c.la,d)]}),b?b.toJSON():null])};var Yd=function(a,b)
{if(r.globalThis.fetch)r.globalThis.fetch(a,
{method:"POST",body:b,keepalive:65536>b.length,credentials:"omit",mode:"no-
cors",redirect:"follow"}).catch(function(){});else{var c=new
XMLHttpRequest;c.open("POST",a,!0);c.send(b)}};var Zd=function(a)
{this.h=K(a)};A(Zd,W);var $d=function(a){this.h=K(a)};A($d,W);var ae=function(a,b)
{return T(a,1,b)},be=function(a,b){return T(a,2,b)};var ce=function(a)
{this.h=K(a)};A(ce,W);var de=[1,2];var ee=function(a){this.h=K(a)};A(ee,W);var
fe=function(a,b){return ac(a,1,b)},ge=function(a,b){return
cc(a,2,b)},he=function(a,b){return Ub(a,4,b,ub)},ie=function(a,b){return
cc(a,5,b)},je=function(a,b){return T(a,6,b)};ee.m=[2,4,5];var ke=function(a)
{this.h=K(a)};A(ke,W);ke.m=[5];var le=[1,2,3,4];var me=function(a)
{this.h=K(a)};A(me,W);me.m=[2,3];var ne=function(a)
{this.h=K(a)};A(ne,W);ne.prototype.getTagSessionCorrelator=function(){return
hc(this,2)};var pe=function(a){var b=new ne;return bc(b,4,oe,a)},oe=[4,5,7,8];var
qe=function(a){this.h=K(a)};A(qe,W);qe.m=[3];var re=function(a)
{this.h=K(a)};A(re,W);re.m=[4,5];var se=function(a)
{this.h=K(a)};A(se,W);se.prototype.getTagSessionCorrelator=function(){return
hc(this,1)};se.m=[2];var te=function(a){this.h=K(a)};A(te,W);var ue=[4,6];function
ve(a){a.oa.apply(a,x(qa.apply(1,arguments).map(function(b)
{return{qa:2,la:b.toJSON()}})))}function we(a)
{a.oa.apply(a,x(qa.apply(1,arguments).map(function(b)
{return{qa:4,la:b.toJSON()}})))};var xe=function(a,b,c,d,e,f,g)
{this.H=c;this.D=d;this.I=e;this.l=f;this.s=g;this.g=[];this.i=null;a&&b?(c=new
Wd,a=T(c,1,a),this.j=Q(a,2,J(b),"")):this.j=void 0},ye=function(a){null!
==a.i&&(clearTimeout(a.i),a.i=null);if(a.g.length){var b=Xd(a.g,a.j);a.D(a.H+"?
e=1",b);a.g=[]}};xe.prototype.oa=function(){var
a=qa.apply(0,arguments),b=this;this.s&&65536<=Xd(this.g.concat(a),this.j).length&&y
e(this);this.g.push.apply(this.g,x(a));this.g.length>=this.l&&ye(this);this.g.lengt
h&&null===this.i&&(this.i=setTimeout(function(){ye(b)},this.I))};var
ze=function(a,b,c,d,e){xe.call(this,a,b,"https://pagead2.googlesyndication.com/
pagead/ping",Yd,void 0===c?1E3:c,void 0===d?100:d,(void 0===e?!1:e)&&!!
r.globalThis.fetch)};A(ze,xe);var Ae=function(a,b){this.g=a;this.defaultValue=void
0===b?!1:b},Be=function(a){this.g=a;this.defaultValue=0};var Ce=new
Ae(501898423),De=new Ae(542573660,!0),Ee=new Ae(547249510),Fe=new
Ae(537116804),Ge=new Be(523264412),Ke=new Ae(523253321,!0),Le=new Be(24),Me=new
function(a,b){b=void 0===b?[]:b;this.g=a;this.defaultValue=b}(1934,
["A7CQXglZzTrThjGTBEn1rWTxHOEtkWivwzgea+NjyardrwlieSjVuyG44PkYgIPGs8Q9svD8sF3Yedn0B
BBjXAkAAACFeyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiUHJp
dmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXN
UaGlyZFBhcnR5Ijp0cnVlfQ==","A3vKT9yxRPjmXN3DpIiz58f5JykcWHjUo/
W7hvmtjgh9jPpQgem9VbADiNovG8NkO6mRmk70Kex8/
KUqAYWVWAEAAACLeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0
dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1N1YmRvbWFpbiI
6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==","A4A26Ymj79UVY7C7JGUS4BG1s7MdcDokAQf/
RP0paks+RoTYbXHxceT/
5L4iKcsleFCngi75YfNRGW2+SpVv1ggAAACLeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXRhZ3NlcnZpY2V
zLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OT
k5LCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==","As0hBNJ8h+
+fNYlkq8cTye2qDLyom8NddByiVytXGGD0YVE+2CEuTCpqXMDxdhOMILKoaiaYifwEvCRlJ/
9GcQ8AAAB8eyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiV2ViV
mlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWlu
Ijp0cnVlfQ==","AgRYsXo24ypxC89CJanC+JgEmraCCBebKl8ZmG7Tj5oJNx0cmH0NtNRZs3NB5ubhpbX/
bIt7l2zJOSyO64NGmwMAAACCeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDM
iLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1Mz
I3OTksImlzU3ViZG9tYWluIjp0cnVlfQ=="]),Ne=new
Ae(203);var Oe=function(a){this.h=K(a)};A(Oe,W);var Pe=function(a)
{this.h=K(a)};A(Pe,W);var Qe=function(a){this.h=K(a)};A(Qe,W);var Re=function(a)
{this.h=K(a)};A(Re,W);var Se=nc(Re);Re.m=[7];var Te=function(a){this.g=a||
{cookie:""}};Te.prototype.set=function(a,b,c){var d=!1;if("object"===typeof c){var
e=c.ab;d=c.bb||!1;var f=c.domain||void 0;var g=c.path||void 0;var h=c.za}if(/[;=\
s]/.test(a))throw Error('Invalid cookie name "'+a+'"');if(/[;\r\n]/.test(b))throw
Error('Invalid cookie value "'+b+'"');void 0===h&&(h=-1);this.g.cookie=a+"="+b+
(f?";domain="+f:"")+(g?";path="+g:"")+(0>h?"":0==h?";expires="+(new
Date(1970,1,1)).toUTCString():";expires="+(new Date(Date.now()
+1E3*h)).toUTCString())+(d?";secure":"")+(null!
=e?";samesite="+e:"")};Te.prototype.get=function(a,b){for(var
c=a+"=",d=(this.g.cookie||"").split(";"),e=0,f;e<d.length;e++)
{f=wa(d[e]);if(0==f.lastIndexOf(c,0))return
f.slice(c.length);if(f==a)return""}return b};Te.prototype.isEmpty=function()
{return!this.g.cookie};Te.prototype.clear=function(){for(var
a=(this.g.cookie||"").split(";"),b=[],c=[],d,e,f=0;f<a.length;f+
+)e=wa(a[f]),d=e.indexOf("="),-1==d?(b.push(""),c.push(e)):
(b.push(e.substring(0,d)),c.push(e.substring(d+1)));for(a=b.length-
1;0<=a;a--)c=b[a],this.get(c),this.set(c,"",{za:0,path:void 0,domain:void
0})};function Ue(a){return(a=Ve(a))?R(a,Qe,4):null}function Ve(a){if(a=(new
Te(a)).get("FCCDCF",""))if(t(a,"startsWith").call(a,"%"))try{var
b=decodeURIComponent(a)}catch(c){b=null}else b=a;else b=null;try{return b?
Se(b):null}catch(c){return null}}function We(a){var b,c;return null!
=(c=null==(b=Ve(a))?void 0:S(b,Oe,7))?c:[]};[].concat(x(new r.Map([[8,"usca"],
[9,"usva"],[10,"usco"],[12,"usct"]]))).sort(function(a,b){return a[0]-
b[0]}).map(function(a){return a[1]});var Xe=Hd(Ed(1)),Ye=function(a,b){a=void
0===a?Xe:a;b=void 0===b?new Nd:b;this.g=a;this.timestamp=b},Ze=function(a,b){var
c;try{if(0===a.length)throw Error("Cannot decode empty USCA section string");var
d=a.split(".");if(2<d.length)throw Error("Expected at most 1 sub-section but got "+
(d.length-1)+" when decoding "+a);var
e=wd(d[0]),f=xd(e.slice(0,6));e=e.slice(6);if(1!==f)throw Error("Unable to decode
unsupported USCA Section specification version "+f+" - only version 1 is
supported.");if(e.length<Jd)if(e.length+8>=Jd)e+="00000000";else throw
Error("Expected core segment bitstring minus version plus padding to be at least of
length "+Jd+" but was "+(e.length+8));a=0;for(var g=[],h=0;h<Id.length;h++){var
k=Id[h];g.push(xd(e.slice(a,a+k)));a+=k}var l=Ed(f),m=g.shift();var w=T(l,2,m);var
n=g.shift();var q=T(w,3,n);var N=g.shift();var z=T(q,4,N);var D=g.shift();var
M=T(z,5,D);var Fa=g.shift();var Qb=T(M,6,Fa);var Qa=new Cd,Sg=g.shift();var
Tg=T(Qa,1,Sg);var Ug=g.shift();var Vg=T(Tg,2,Ug);var Wg=g.shift();var
Xg=T(Vg,3,Wg);var Yg=g.shift();var Zg=T(Xg,4,Yg);var $g=g.shift();var
ah=T(Zg,5,$g);var bh=g.shift();var ch=T(ah,6,bh);var dh=g.shift();var
eh=T(ch,7,dh);var fh=g.shift();var gh=T(eh,8,fh);var hh=g.shift();var
ih=T(gh,9,hh);var jh=ac(Qb,7,ih);var kh=new Bd,lh=g.shift();var mh=T(kh,1,lh);var
nh=g.shift();var oh=T(mh,2,nh);var ph=ac(jh,8,oh);var qh=g.shift();var
rh=T(ph,9,qh);var sh=g.shift();var th=T(rh,10,sh);var uh=g.shift();var
vh=T(th,11,uh);var wh=g.shift();var He=T(vh,12,wh);if(1===d.length)var
Ie=Hd(He);else{var xh=Hd(He),ob=wd(d[1]);if(3>ob.length)throw Error("Invalid GPC
Segment ["+ob+"]. Expected length 3, but was "+ob.length+".");var
Rb=xd(ob.slice(0,2));if(0>Rb||1<Rb)throw Error("Attempting to decode unknown GPC
segment subsection type "+Rb+".");var yh=Rb+1;var zh=xd(ob.charAt(2)),Ah=new Fd;var
Bh=T(Ah,2,yh);d=!!zh;var Ch=Q(Bh,1,null==d?d:tb(d),!1);Ie=ac(xh,2,Ch)}var
Je=Ie}catch(sj){Je=null}return new Ye(null!=(c=Je)?
c:Xe,b)};Ye.prototype.getTimestamp=function(){return this.timestamp};var
$e=function(a){var b=new rd;b=Q(b,1,vb(1),0);var
c=V(R(a.g,Dd,1),2),d=V(R(a.g,Dd,1),3);0===c&&0===d?T(b,2,0):2===c||2===d?
T(b,2,1):T(b,2,2);c=V(R(a.g,Dd,1),5);a=V(R(a.g,Dd,1),6);0===c&&0===a?
T(b,3,0):1===c||1===a?
T(b,3,2):T(b,3,1);T(b,4,1);a=[fc(b,1),ud[V(b,2)],ud[V(b,3)],ud[V(b,4)]].join("");re
turn 4===a.length&&(-
1===a.indexOf("-")||"---"===a.substring(1))&&"1"<=a[0]&&"9">=a[0]&&sd.hasOwnPropert
y(a[1])&&sd.hasOwnProperty(a[2])&&sd.hasOwnProperty(a[3])?
a:null};xc(pd).map(function(a){return Number(a)});xc(qd).map(function(a){return
Number(a)});var af=function(a){this.g=a;this.i=null},cf=function(a)
{a.__tcfapiPostMessageReady||bf(new af(a))},bf=function(a){a.i=function(b){var
c="string"==typeof b.data;try{var d=c?JSON.parse(b.data):b.data}catch(f){return}var
e=d.__tcfapiCall;!e||"ping"!==e.command&&"getTCData"!
==e.command&&"addEventListener"!==e.command&&"removeEventListener"!==e.command||
a.g.__tcfapi(e.command,e.version,function(f,g){var
h={};h.__tcfapiReturn="removeEventListener"===e.command?
{success:f,callId:e.callId}:{returnValue:f,success:g,callId:e.callId};f=c?
JSON.stringify(h):h;b.source&&"function"===typeof
b.source.postMessage&&b.source.postMessage(f,b.origin);return
f},e.parameter)};a.g.addEventListener("message",a.i);a.g.__tcfapiPostMessageReady=!
0};var df=function(a){this.h=K(a)};A(df,W);var ef=function(a)
{this.h=K(a)};A(ef,W);var ff=nc(ef);ef.m=[2];var gf=function(a,b){var
c=a.document,d=function(){if(!a.frames[b])if(c.body){var
e=md("IFRAME",c);e.style.display="none";e.style.width="0px";e.style.height="0px";e.
style.border="none";e.style.zIndex="-1000";e.style.left="-1000px";e.style.top="-
1000px";e.name=b;c.body.appendChild(e)}else a.setTimeout(d,5)};d()};var
kf=function(a,b){this.g=a;var c=(c=Ve(a.document))?R(c,Pe,5)||null:null;if(b)
{b=hf(this);b=jf(b);if(null!=c&&null!=Ab(L(c,2))&&0!==U(c,2).length){var d=void 0!
==Zb(c,Nd,1,!1)?R(c,Nd,1):Od();c={J:U(c,2),M:Pd(d)}}else c=null;c=c&&b?b.M>c.M?
b.J:c.J:c?c.J:b?b.J:null}else c=c?
Ab(L(c,2)):null;this.l=c;this.i=(c=Ue(a.document))&&null!=Ab(L(c,1))?
Ab(L(c,1)):null;this.j=(a=Ue(a.document))&&null!=Ab(L(a,2))?
Ab(L(a,2)):null},of=function(a){var b=lf(De);a.__uspapi||a.frames.__uspapiLocator||
(a=new kf(a,b),mf(a),nf(a))},mf=function(a){!a.l||a.g.__uspapi||
a.g.frames.__uspapiLocator||
(a.g.__uspapiManager="fc",gf(a.g,"__uspapiLocator"),va("__uspapi",function(){return
a.D.apply(a,x(qa.apply(0,arguments)))}))};kf.prototype.D=function(a,b,c)
{"function"===typeof c&&"getUSPData"===a&&c({version:1,uspString:this.l},!0)};var
hf=function(a){a=(p=We(a.g.document),t(p,"find")).call(p,function(b){return
13===V(b,1)});if(null==a?0:null!=Ab(L(a,2)))try{return ff(U(a,2))}catch(b){}return
null},jf=function(a){if(null==a||null==Ab(L(a,1))||0===U(a,1).length)return
null;var b=(p=S(a,df,2),t(p,"find")).call(p,function(f){return
8===fc(f,1)});b=(null==b?0:void 0!==Zb(b,Nd,2,!1))?R(b,Nd,2):Od();a=U(a,1);try{if(!
t(a,"includes").call(a,"~"))throw Error("GPP String ["+a+"] contains no
sections");var c=zd(a.split("~")[0]);if(!t(a,"includes").call(a,"~"))throw
Error("GPP String ["+a+"] contains no sections");var d=a.split("~").slice(1);var
e=Tb(c,3,wb).indexOf(8);return-1===e?null:{J:$e(Ze(d[e],b)),M:Pd(b)}}catch(f)
{return null}},nf=function(a){!a.i||a.g.__tcfapi||a.g.frames.__tcfapiLocator||
(a.g.__tcfapiManager="fc",gf(a.g,"__tcfapiLocator"),a.g.__tcfapiEventListeners=a.g.
__tcfapiEventListeners||[],va("__tcfapi",function(){return
a.s.apply(a,x(qa.apply(0,arguments)))}),cf(a.g))};kf.prototype.s=function(a,b,c,d)
{d=void 0===d?null:d;if("function"===typeof c)if(b&&(2.1<b||1>=b))c(null,!1);else
switch(b=this.g.__tcfapiEventListeners,a){case "getTCData":!d||
Array.isArray(d)&&d.every(function(e){return"number"===typeof e})?
c(pf(this,d,null),!0):c(null,!1);break;case "ping":c({gdprApplies:!0,cmpLoaded:!
0,cmpStatus:"loaded",displayStatus:"disabled",apiVersion:"2.1",cmpVersion:2,cmpId:3
00});break;case "addEventListener":a=b.push(c);c(pf(this,null,a-1),!0);break;case
"removeEventListener":b[d]?(b[d]=null,c(!0)):c(!1);break;case "getInAppTCData":case
"getVendorList":c(null,!1)}};var pf=function(a,b,c){if(!a.i)return
null;b=Vd(a.i,b);b.addtlConsent=null!=a.j?a.j:void
0;b.cmpStatus="loaded";b.eventStatus="tcloaded";null!=c&&(b.listenerId=c);return
b};var qf=function(a){return"string"===typeof a};var rf=function(a,b){var c=void
0===c?
{}:c;this.error=a;this.context=b.context;this.msg=b.message||"";this.id=b.id||"jser
ror";this.meta=c};var sf=null,tf=function(){if(null===sf){sf="";try{var
a="";try{a=B.top.location.hash}catch(c){a=B.location.hash}if(a){var b=a.match(/\
bdeid=([\d,]+)/);sf=b?b[1]:""}}catch(c){}}return sf};var uf=function(a)
{this.h=K(a)};A(uf,W);uf.m=[2,8];var vf=[3,4,5],wf=[6,7];function xf(a){return
null!=a?!a:a}function yf(a,b){for(var c=!1,d=0;d<a.length;d++){var e=a[d]
();if(e===b)return e;null==e&&(c=!0)}if(!c)return!b}function zf(a,b){var
c=S(a,uf,2);if(!c.length)return Af(a,b);a=V(a,1);if(1===a)return
xf(zf(c[0],b));c=Ta(c,function(d){return function(){return zf(d,b)}});switch(a)
{case 2:return yf(c,!1);case 3:return yf(c,!0)}}function Af(a,b){var c=Yb(a,vf);a:
{switch(c){case 3:var d=V(a,Xb(a,vf,3));break a;case 4:d=V(a,Xb(a,vf,4));break
a;case 5:d=V(a,Xb(a,vf,5));break a}d=void 0}if(d&&(b=(b=b[c])&&b[d])){try{var
e=b.apply(null,x(Tb(a,8,Ab)))}catch(f){return}b=V(a,1);if(4===b)return!!
e;if(5===b)return null!=e;if(12===b)a=U(a,Xb(a,wf,7));else a:{switch(c){case
4:a=ic(a,Xb(a,wf,6));break a;case 5:a=U(a,Xb(a,wf,7));break a}a=void 0}if(null!=a)
{if(6===b)return e===a;if(9===b)return null!=e&&0===Ha(String(e),a);if(null!
=e)switch(b){case 7:return e<a;case 8:return e>a;case 12:return qf(a)&&qf(e)&&(new
RegExp(a)).test(e);case 10:return null!=e&&-1===Ha(String(e),a);case 11:return
null!=e&&1===Ha(String(e),a)}}}}function Bf(a,b){return!a||!(!b||!zf(a,b))};var
Cf=function(a){this.h=K(a)};A(Cf,W);Cf.m=[4];var Df=function(a)
{this.h=K(a)};A(Df,W);var Ef=function(a){this.h=K(a)};A(Ef,W);var
Ff=nc(Ef);Ef.m=[5];var Gf=[1,2,3,6,7];var Hf=function(a,b,c){var d=void 0===d?new
ze(void 0,void
0,b):d;this.s=a;this.l=c;this.i=d;this.g=[];this.j=0<a&&fd()<1/a},Jf=function(a,b,c
,d,e,f){if(a.j){var
g=be(ae(new $d,b),c);b=je(ge(fe(ie(he(new
ee,d),e),g),a.g.slice()),f);b=pe(b);we(a.i,If(a,b));if(1===f||3===f||4===f&&!
a.g.some(function(h){return
V(h,1)===V(g,1)&&V(h,2)===c}))a.g.push(g),100<a.g.length&&a.g.shift()}},Kf=function
(a,b,c,d){if(a.j&&a.l){var e=new me;b=cc(e,2,b);c=cc(b,3,c);d&&Q(c,1,vb(d),0);d=new
ne;d=bc(d,7,oe,c);we(a.i,If(a,d))}},Lf=function(a,b,c,d){if(a.j){var e=new
Zd;b=P(e,1,vb(b));c=P(b,2,vb(c));d=P(c,3,d);c=new
ne;d=bc(c,8,oe,d);we(a.i,If(a,d))}},If=function(a,b){b=Q(b,1,yb(Date.now()),0);var
c=ld(window);b=Q(b,2,yb(c),0);return Q(b,6,yb(a.s),0)};var Y=function(a){var
b="P";if(a.P&&a.hasOwnProperty(b))return a.P;b=new a;return a.P=b};var
Mf=function(){var a={};this.u=(a[3]={},a[4]={},a[5]={},a)};var Nf=jd();function
Of(a,b){switch(b){case 1:return V(a,Xb(a,Gf,1));case 2:return V(a,Xb(a,Gf,2));case
3:return V(a,Xb(a,Gf,3));case 6:return V(a,Xb(a,Gf,6));default:return
null}}function Pf(a,b){if(!a)return null;switch(b){case 1:return ec(a,1);case
7:return U(a,3);case 2:return ic(a,2);case 3:return U(a,3);case 6:return
Tb(a,4,Ab);default:return null}}var Qf=vc(function(){if(!Nf)return{};try{var
a=window.sessionStorage&&window.sessionStorage.getItem("GGDFSSK");if(a)return
JSON.parse(a)}catch(b){}return{}});function Rf(a,b,c,d){var e=d=void 0===d?
0:d,f,g;Y(Sf).j[e]=null!=(g=null==(f=Y(Sf).j[e])?void 0:f.add(b))?g:(new
r.Set).add(b);e=Qf();if(null!=e[b])return e[b];b=Tf(d)[b];if(!b)return
c;b=Ff(JSON.stringify(b));b=Uf(b);a=Pf(b,a);return null!=a?a:c}function Uf(a){var
b=Y(Mf).u;if(b){var c=Ua(S(a,Df,5),function(f){return Bf(R(f,uf,1),b)});if(c){var
d;return null!=(d=R(c,Cf,2))?d:null}}var e;return null!=(e=R(a,Cf,4))?e:null}var
Sf=function(){this.i={};this.l=[];this.j={};this.g=new r.Map};function Vf(a,b,c)
{return!!Rf(1,a,void 0===b?!1:b,c)}function Wf(a,b,c){b=void 0===b?
0:b;a=Number(Rf(2,a,b,c));return isNaN(a)?b:a}function Xf(a,b,c){b=void
0===b?"":b;a=Rf(3,a,b,c);return"string"===typeof a?a:b}function Yf(a,b,c){b=void
0===b?[]:b;a=Rf(6,a,b,c);return Array.isArray(a)?a:b}function Tf(a){return
Y(Sf).i[a]||(Y(Sf).i[a]={})}function Zf(a,b){var c=Tf(b);gd(a,function(d,e){return
c[e]=d})}function $f(a,b,c,d,e){e=void 0===e?!1:e;var f=[],g=[];Ra(b,function(h)
{var k=Tf(h);Ra(a,function(l){var m=Yb(l,Gf),w=Of(l,m);if(w){var n,q,N;var z=null!
=(N=null==(n=Y(Sf).g.get(h))?void 0:null==(q=n.get(w))?void 0:q.slice(0))?N:[];a:
{n=new ke;switch(m){case 1:Wb(n,1,le,w);break;case 2:Wb(n,2,le,w);break;case
3:Wb(n,3,le,w);break;case 6:Wb(n,4,le,w);break;default:m=void 0;break
a}Ub(n,5,z,ub);m=n}if(z=m){var D;z=!(null==(D=Y(Sf).j[h])||!
D.has(w))}z&&f.push(m);if(D=m){var M;D=!(null==(M=Y(Sf).g.get(h))||!
M.has(w))}D&&g.push(m);e||(M=Y(Sf),M.g.has(h)||M.g.set(h,new
r.Map),M.g.get(h).has(w)||M.g.get(h).set(w,
[]),d&&M.g.get(h).get(w).push(d));k[w]=l.toJSON()}})});(f.length||
g.length)&&Kf(c,f,g,null!=d?d:void 0)}function ag(a,b){var c=Tf(b);Ra(a,function(d)
{var e=Ff(JSON.stringify(d)),f=Yb(e,Gf);(e=Of(e,f))&&(c[e]||(c[e]=d))})}function
bg(){return Ta(t(Object,"keys").call(Object,Y(Sf).i),function(a){return
Number(a)})}function cg(a){Va(Y(Sf).l,a)||Zf(Tf(4),a)};function Z(a,b,c)
{c.hasOwnProperty(a)||Object.defineProperty(c,String(a),{value:b})}function
dg(a,b,c){return b[a]||c}function eg(a)
{Z(5,Vf,a);Z(6,Wf,a);Z(7,Xf,a);Z(8,Yf,a);Z(13,ag,a);Z(15,cg,a)}function fg(a)
{Z(4,function(b){Y(Mf).u=b},a);Z(9,function(b,c){var d=Y(Mf);null==d.u[3]
[b]&&(d.u[3][b]=c)},a);Z(10,function(b,c){var d=Y(Mf);null==d.u[4][b]&&(d.u[4]
[b]=c)},a);Z(11,function(b,c){var d=Y(Mf);null==d.u[5][b]&&(d.u[5]
[b]=c)},a);Z(14,function(b){for(var c=Y(Mf),d=v([3,4,5]),e=d.next();!
e.done;e=d.next())e=e.value,t(Object,"assign").call(Object,c.u[e],b[e])},a)}functio
n gg(a){a.hasOwnProperty("init-done")||Object.defineProperty(a,"init-done",{value:!
0})};var hg=function(){};hg.prototype.i=function(){};hg.prototype.g=function()
{return[]};var ig=function(a,b,c){a.i=function(d,e){dg(2,b,function(){return[]})
(d,c,e)};a.g=function(){return dg(3,b,function(){return[]})(c)}};function jg(a,b)
{if(a.length&&b.head){a=v(a);for(var c=a.next();!
c.done;c=a.next())if((c=c.value)&&b.head){var
d=md("META");b.head.appendChild(d);d.httpEquiv="origin-
trial";d.content=c}}};function kg(a,b){try{var c=a.split(".");a=B;for(var
d=0,e;null!=a&&d<c.length;d++)e=a,a=a[c[d]],"function"===typeof a&&(a=e[c[d]]
());var f=a;if(typeof f===b)return f}catch(g){}}var
lg={},mg={},ng={},og={},pg=(og[3]=(lg[8]=function(a){try{return null!
=ta(a)}catch(b){}},lg[9]=function(a){try{var b=ta(a)}catch(c)
{return}if(a="function"===typeof
b)b=b&&b.toString&&b.toString(),a="string"===typeof b&&-1!=b.indexOf("[native
code]");return a},lg[10]=function(){return window===window.top},lg[6]=function(a)
{return Va(Y(hg).g(),Number(a))},lg[27]=function(a){a=kg(a,"boolean");return void
0!==a?a:void 0},lg[60]=function(a){try{return!!B.document.querySelector(a)}catch(b)
{}},lg[69]=function(a){var b=B.document;b=void 0===b?document:b;var c;return!
(null==(c=b.featurePolicy)||!
(p=c.features(),t(p,"includes")).call(p,a))},lg[70]=function(a){var
b=B.document;b=void 0===b?document:b;var c;return!(null==(c=b.featurePolicy)||!
(p=c.allowedFeatures(),t(p,"includes")).call(p,a))},lg),og[4]=(mg[3]=function()
{return kd()},mg[6]=function(a){a=kg(a,"number");return void 0!==a?a:void
0},mg),og[5]=(ng[2]=function(){return window.location.href},ng[3]=function()
{try{return window.top.location.hash}catch(a){return""}},ng[4]=function(a)
{a=kg(a,"string");return void 0!==a?a:void 0},ng),og);function qg(){var a=void
0===a?B:a;return a.ggeac||(a.ggeac={})};var rg=function(a)
{this.h=K(a)};A(rg,W);rg.prototype.getId=function(){return fc(this,1)};rg.m=[2];var
sg=function(a){this.h=K(a)};A(sg,W);sg.m=[2];var tg=function(a)
{this.h=K(a)};A(tg,W);tg.m=[2];var ug=function(a){this.h=K(a)};A(ug,W);var
vg=function(a){this.h=K(a)};A(vg,W);vg.m=[1,4,2,3];function wg(a){var b={};return
xg((b[0]=new r.Map,b[1]=new r.Map,b[2]=new r.Map,b),a)}function xg(a,b){for(var
c=new r.Map,d=v(t(a[1],"entries").call(a[1])),e=d.next();!e.done;e=d.next()){var
f=v(e.value);e=f.next().value;f=f.next().value;f=f[f.length-
1];c.set(e,f.pa+f.ma*f.na)}b=v(b);for(d=b.next();!
d.done;d=b.next())for(d=d.value,e=v(S(d,sg,2)),f=e.next();!
f.done;f=e.next())if(f=f.value,0!==S(f,rg,2).length){var g=gc(f,8);if(V(f,4)&&!
V(f,13)){var h=void 0;g=null!=(h=c.get(V(f,4)))?
h:0;h=gc(f,1)*S(f,rg,2).length;c.set(V(f,4),g+h)}h=[];for(var
k=0;k<S(f,rg,2).length;k++){var
l={pa:g,ma:gc(f,1),na:S(f,rg,2).length,Aa:k,ia:V(d,1),K:f,C:S(f,rg,2)
[k]};h.push(l)}yg(a[2],V(f,10),h)||yg(a[1],V(f,4),h)||yg(a[0],S(f,rg,2)
[0].getId(),h)}return a}function yg(a,b,c){if(!b)return!1;a.has(b)||a.set(b,[]);var
d;(d=a.get(b)).push.apply(d,x(c));return!0};function zg(a){a=void 0===a?
fd():a;return function(b){return hd(b+" + "+a)%1E3}};var
Ag=[12,13,20],Bg=function(a,b,c,d){var e=this;d=void 0===d?{}:d;var f=void
0===d.O?!1:d.O;d=void 0===d.Da?
[]:d.Da;this.G=a;this.A=c;this.l={};this.O=f;a={};this.g=(a[b]=[],a[4]=[],a);this.i
={};this.j={};(b=tf())&&Ra(b.split(",")||[],function(g){(g=Number(g))&&(e.i[g]=!
0)});Ra(d,function(g){e.i[g]=!0})},Dg=function(a,b,c,d){var e=[],f;if(f=9!
==b)a.l[b]?f=!0:(a.l[b]=!0,f=!1);if(f)return Jf(a.A,b,c,e,
[],4),e;f=Va(Ag,b);for(var g=[],h=Y(Mf).u,k=[],l=v([0,1,2]),m=l.next();!
m.done;m=l.next()){m=m.value;for(var
w=v(t(a.G[m],"entries").call(a.G[m])),n=w.next();!n.done;n=w.next()){var
q=v(n.value);n=q.next().value;q=q.next().value;var N=n,z=q;n=new
ce;q=z.filter(function(Qa){return Qa.ia===b&&!!
a.i[Qa.C.getId()]&&Bf(R(Qa.K,uf,3),h)&&Bf(R(Qa.C,uf,3),h)});if(q.length)for(n=v(q),
z=n.next();!z.done;z=n.next())k.push(z.value.C);else if(!a.O){q=void 0;2===m?
(q=d[1],Wb(n,2,de,N)):q=d[0];var D=void 0,M=void 0;q=null!=(M=null==(D=q)?void
0:D(String(N)))?M:2===m&&1===V(z[0].K,11)?void 0:d[0](String(N));if(void 0!==q)
{N=v(z);for(z=N.next();!z.done;z=N.next())if(z=z.value,z.ia===b){D=q-z.pa;var
Fa=z;M=Fa.ma;var Qb=Fa.na;Fa=Fa.Aa;0<=D&&D<M*Qb&&D
%Qb===Fa&&Bf(R(z.K,uf,3),h)&&Bf(R(z.C,uf,3),h)&&(D=V(z.K,13),0!==D&&void 0!
==D&&(M=a.j[String(D)],void 0!==M&&M!==z.C.getId()?
Lf(a.A,a.j[String(D)],z.C.getId(),D):a.j[String(D)]=z.C.getId()),k.push(z.C))}0!
==Yb(n,de)&&(Q(n,3,vb(q),0),g.push(n))}}}}d=v(k);for(k=d.next();!
k.done;k=d.next())k=k.value,l=k.getId(),e.push(l),Cg(a,l,f?4:c),$f(S(k,Ef,2),f?
bg():[c],a.A,l);Jf(a.A,b,c,e,g,1);return e},Cg=function(a,b,c){a.g[c]||
(a.g[c]=[]);a=a.g[c];Va(a,b)||a.push(b)},Eg=function(a,b){b=Sa(Ta(b,function(c)
{return new tg(c)}),function(c){return!
Va(Ag,V(c,1))});a.G=xg(a.G,b)},Fg=function(a,b){Z(1,function(c){a.i[c]=!
0},b);Z(2,function(c,d,e){return Dg(a,c,d,e)},b);Z(3,function(c){return(a.g[c]||
[]).concat(a.g[4])},b);Z(12,function(c){return void Eg(a,c)},b);Z(16,function(c,d)
{return void Cg(a,c,d)},b)};var Gg=function(){var a={};this.i=function(b,c){return
null!=a[b]?a[b]:c};this.g=function(b,c){return null!=a[b]?
a[b]:c};this.s=function(b,c){return null!=a[b]?a[b]:c};this.j=function(b,c){return
null!=a[b]?a[b]:c};this.l=function(){}};function lf(a){return
Y(Gg).i(a.g,a.defaultValue)};var Hg=function(){this.g=function()
{}},Ig=function(a,b){a.g=dg(14,b,function(){})};function Jg(a){Y(Hg).g(a)};var
Kg,Lg,Mg,Ng,Og,Pg;function Qg(a){var b=a.ua,c=a.u,d=a.Va,e=void 0===a.ra?
qg():a.ra,f=void 0===a.ha?0:a.ha,g=void 0===a.A?new Hf(null!
=(Ng=null==(Kg=R(b,ug,5))?void 0:hc(Kg,2))?Ng:0,null!=(Og=null==(Lg=R(b,ug,5))?void
0:hc(Lg,4))?Og:0,null!=(Pg=null==(Mg=R(b,ug,5))?void 0:ec(Mg,3))?Pg:!1):a.A;a=void
0===a.G?wg(S(b,tg,2)):a.G;e.hasOwnProperty("init-done")?(dg(12,e,function(){})
(Ta(S(b,tg,2),function(h){return h.toJSON()})),dg(13,e,function(){})
(Ta(S(b,Ef,1),function(h){return h.toJSON()}),f),c&&dg(14,e,function(){})
(c),Rg(f,e)):(Fg(new Bg(a,f,g,d),e),eg(e),fg(e),gg(e),Rg(f,e),$f(S(b,Ef,1),
[f],g,void 0,!0),Nf=Nf||!(!d||!d.Xa),Jg(pg),c&&Jg(c))}function Rg(a,b){var c=b=void
0===b?qg():b;ig(Y(hg),c,a);Dh(b,a);a=b;Ig(Y(Hg),a);Y(Gg).l()}function Dh(a,b){var
c=Y(Gg);c.i=function(d,e){return dg(5,a,function(){return!1})
(d,e,b)};c.g=function(d,e){return
dg(6,a,function(){return 0})(d,e,b)};c.s=function(d,e){return dg(7,a,function()
{return""})(d,e,b)};c.j=function(d,e){return dg(8,a,function(){return[]})
(d,e,b)};c.l=function(){dg(15,a,function(){})(b)}};var
Eh=ia(["https://pagead2.googlesyndication.com/pagead/js/err_rep.js"]),Fh=function()
{var a=void 0===a?"jserror":a;var b=void 0===b?.01:b;var c=void 0===c?
nd(Eh):c;this.j=a;this.i=b;this.g=c};function Gh(a,b,c,d){d=void 0===d?!
1:d;a.google_image_requests||(a.google_image_requests=[]);var
e=md("IMG",a.document);if(c){var f=function(){if(c){var
g=a.google_image_requests,h=Array.prototype.indexOf.call(g,e,void
0);0<=h&&Array.prototype.splice.call(g,h,1)}e.removeEventListener&&e.removeEventLis
tener("load",f,!1);e.removeEventListener&&e.removeEventListener("error",f,!
1)};wc(e,"load",f);wc(e,"error",f)}d&&(e.attributionSrc="");e.src=b;a.google_image_
requests.push(e)}var Ih=function(a){var b=void 0===b?!1:b;var
c="https://pagead2.googlesyndication.com/pagead/gen_204?
id=gpt_inv_ver";gd(a,function(d,e){if(d||
0===d)c+="&"+e+"="+encodeURIComponent(""+d)});Hh(c,b)},Hh=function(a,b){var
c=window;b=void 0===b?!1:b;var d=void 0===d?!1:d;c.fetch?(b={keepalive:!
0,credentials:"include",redirect:"follow",method:"get",mode:"no-
cors"},d&&(b.mode="cors","setAttributionReporting"in XMLHttpRequest.prototype?
b.attributionReporting={eventSourceEligible:"true",triggerEligible:"false"}:b.heade
rs={"Attribution-Reporting-Eligible":"event-source"}),c.fetch(a,b)):Gh(c,a,void
0===b?!1:b,void 0===d?!1:d)};function Jh(a){a=void 0===a?
B:a;return(a=a.performance)&&a.now?a.now():null};var Kh=function(a,b)
{b=b.google_js_reporting_queue=b.google_js_reporting_queue||
[];2048>b.length&&b.push(a)},Lh=function(a,b){var
c=Jh(b);c&&Kh({label:a,type:9,value:c},b)},Mh=function(a,b,c){var d=!1;d=void
0===d?!1:d;var e=window,f="undefined"!==typeof queueMicrotask;return function()
{d&&f&&queueMicrotask(function()
{e.google_rum_task_id_counter=e.google_rum_task_id_counter||
1;e.google_rum_task_id_counter+=1});var g=Jh(),h=3;try{var
k=b.apply(this,arguments)}catch(l){h=13;if(!c)throw
l;c(a,l)}finally{e.google_measure_js_timing&&g&&Kh(t(Object,"assign").call(Object,
{},{label:a.toString(),value:g,duration:(Jh()||0)-
g,type:h},d&&f&&{taskId:e.google_rum_task_id_counter=e.google_rum_task_id_counter||
1}),e)}return k}},Nh=function(a,b){return Mh(a,b,function(c,d){var e=new Fh;var
f=void 0===f?e.i:f;var g=void 0===g?e.j:g;Math.random()>f||(d.error&&d.meta&&d.id||
(d=new rf(d,{context:c,id:g})),B.google_js_errors=B.google_js_errors||
[],B.google_js_errors.push(d),B.error_rep_loaded||(f=B.document,c=md("SCRIPT",f),
$c(c,e.g),(e=f.getElementsByTagName("script")
[0])&&e.parentNode&&e.parentNode.insertBefore(c,e),B.error_rep_loaded=!
0))})};function Oh(a,b){return
null==b?"&"+a+"=null":"&"+a+"="+Math.floor(b)}function Ph(a,b)
{return"&"+a+"="+b.toFixed(3)}function Qh(){var a=new r.Set;var
b=window.googletag;b=(null==b?0:b.apiReady)?b:void 0;try{if(!b)return a;for(var
c=b.pubads(),d=v(c.getSlots()),e=d.next();!
e.done;e=d.next())a.add(e.value.getSlotId().getDomId())}catch(f){}return a}function
Rh(a){a=a.id;return null!=a&&(Qh().has(a)||
t(a,"startsWith").call(a,"google_ads_iframe_")||
t(a,"startsWith").call(a,"aswift"))}function Sh(a,b,c){if(!a.sources)return!
1;switch(Th(a)){case 2:var d=Uh(a);if(d)return c.some(function(f){return
Vh(d,f)});break;case 1:var e=Wh(a);if(e)return b.some(function(f){return
Vh(e,f)})}return!1}function Th(a){if(!a.sources)return
0;a=a.sources.filter(function(b){return
b.previousRect&&b.currentRect});if(1<=a.length)
{a=a[0];if(a.previousRect.top<a.currentRect.top)return
2;if(a.previousRect.top>a.currentRect.top)return 1}return 0}function Wh(a){return
Xh(a,function(b){return b.currentRect})}function Uh(a){return Xh(a,function(b)
{return b.previousRect})}function Xh(a,b){return a.sources.reduce(function(c,d)
{d=b(d);return c?d&&0!==d.width*d.height?d.top<c.top?d:c:c:d},null)}function
Vh(a,b){var c=Math.min(a.right,b.right)-
Math.max(a.left,b.left);a=Math.min(a.bottom,b.bottom)-Math.max(a.top,b.top);return
0>=c||0>=a?!1:50<=100*c*a/((b.right-b.left)*(b.bottom-b.top))}var Yh=function()
{this.i=this.g=this.I=this.H=this.s=0;this.da=this.aa=Number.NEGATIVE_INFINITY;this
.V=this.X=this.Z=this.ba=this.ga=this.j=this.fa=this.L=0;this.W=!
1;this.T=this.D=this.l=0;this.A=null;this.ca=!1;this.U=function(){};var
a=document.querySelector("[data-google-query-id]");this.ea=a?a.getAttribute("data-
google-query-id"):null},Zh,$h,ci=function(){var a=new Yh;if(lf(Ne)){var
b=window;if(!b.google_plmetrics&&window.PerformanceObserver){b.google_plmetrics=!
0;b=v(["layout-shift","largest-contentful-paint","first-input","longtask"]);for(var
c=b.next();!c.done;c=b.next())c=c.value,ai(a).observe({type:c,buffered:!
0});bi(a)}}},ai=function(a){a.A||(a.A=new PerformanceObserver(Nh(640,function(b)
{var c=Zh!==window.scrollX||$h!==window.scrollY?
[]:di,d=ei();b=v(b.getEntries());for(var e=b.next();!
e.done;e=b.next())switch(e=e.value,e.entryType){case "layout-shift":var f=a;if(!
e.hadRecentInput)
{f.s+=Number(e.value);Number(e.value)>f.H&&(f.H=Number(e.value));f.I+=1;var
g=Sh(e,c,d);g&&(f.j+=e.value,f.ba++);if(5E3<e.startTime-f.aa||1E3<e.startTime-
f.da)f.aa=e.startTime,f.g=0,f.i=0;f.da=e.startTime;f.g+=e.value;g&&(f.i+=e.value);f
.g>f.L&&(f.L=f.g,f.ga=f.i,f.fa=e.startTime+e.duration)}break;case "largest-
contentful-paint":a.Z=Math.floor(e.renderTime||e.loadTime);a.X=e.size;break;case
"first-input":a.V=Number((e.processingStart-e.startTime).toFixed(3));a.W=!
0;break;case "longtask":e=Math.max(0,e.duration-
50),a.l+=e,a.D=Math.max(a.D,e),a.T+=1}})));return a.A},bi=function(a){var
b=Nh(641,function(){var d=document;2===(d.prerendering?3:
{visible:1,hidden:2,prerender:3,preview:4,unloaded:5}[d.visibilityState||
d.webkitVisibilityState||d.mozVisibilityState||""]||0)&&fi(a)}),c=Nh(641,function()
{return void
fi(a)});document.addEventListener("visibilitychange",b);document.addEventListener("
pagehide",c);a.U=function()
{document.removeEventListener("visibilitychange",b);document.removeEventListener("p
agehide",c);ai(a).disconnect()}},fi=function(a){if(!a.ca){a.ca=!
0;ai(a).takeRecords();var b="https://pagead2.googlesyndication.com/pagead/gen_204?
id=plmetrics";window.LayoutShift&&(b+=Ph("cls",a.s),b+=Ph("mls",a.H),b+=Oh("nls",a.
I),window.LayoutShiftAttribution&&(b+=Ph("cas",a.j),b+=Oh("nas",a.ba),b+=Ph("was",a
.ga)),b+=Ph("wls",a.L),b+=Ph("tls",a.fa));window.LargestContentfulPaint&&(b+=Oh("lc
p",a.Z),b+=Oh("lcps",a.X));window.PerformanceEventTiming&&a.W&&(b+=Oh("fid",a.V));w
indow.PerformanceLongTaskTiming&&(b+=Oh("cbt",a.l),b+=Oh("mbt",a.D),b+=Oh("nlt",a.T
));for(var c=0,d=v(document.getElementsByTagName("iframe")),e=d.next();!
e.done;e=d.next())Rh(e.value)&&c+
+;b+=Oh("nif",c);c=window.google_unique_id;b+=Oh("ifi","number"===typeof c?
c:0);c=Y(hg).g();b+="&eid="+encodeURIComponent(c.join());b+="&top="+(B===B.top?
1:0);b+=a.ea?"&qqid="+encodeURIComponent(a.ea):Oh("pvsid",ld(B));window.googletag&&
(b+="&gpt=1");window.fetch(b,{keepalive:!
0,credentials:"include",redirect:"follow",method:"get",mode:"no-
cors"});a.U()}},ei=function(){var
a=t(Array,"from").call(Array,document.getElementsByTagName("iframe")).filter(Rh),b=
[].concat(x(Qh())).map(function(c){return
document.getElementById(c)}).filter(function(c){return null!
==c});Zh=window.scrollX;$h=window.scrollY;return
di=[].concat(x(a),x(b)).map(function(c){return
c.getBoundingClientRect()})},di=[];var gi=function(a)
{this.h=K(a)};A(gi,W);gi.prototype.getVersion=function(){return U(this,2)};var
hi=function(a){this.h=K(a)};A(hi,W);var ii=function(a,b){return
P(a,2,J(b))},ji=function(a,b){return P(a,3,J(b))},ki=function(a,b){return
P(a,4,J(b))},li=function(a,b){return P(a,5,J(b))},mi=function(a,b){return
P(a,9,J(b))},ni=function(a,b){return cc(a,10,b)},oi=function(a,b){return
P(a,11,null==b?b:tb(b))},pi=function(a,b){return P(a,1,J(b))},qi=function(a,b)
{return P(a,7,null==b?b:tb(b))};hi.m=[10,6];var ri="platform platformVersion
architecture model uaFullVersion bitness fullVersionList wow64".split(" ");function
si(a){var b;return null!=(b=a.google_tag_data)?b:a.google_tag_data={}}function
ti(a){var b,c;return"function"===typeof(null==(b=a.navigator)?void
0:null==(c=b.userAgentData)?void 0:c.getHighEntropyValues)}function ui(a){if(!
ti(a))return null;var b=si(a);if(b.uach_promise)return
b.uach_promise;a=a.navigator.userAgentData.getHighEntropyValues(ri).then(function(c
){null!=b.uach||(b.uach=c);return c});return b.uach_promise=a}function vi(a){var
b;return oi(ni(li(ii(pi(ki(qi(mi(ji(new
hi,a.architecture||""),a.bitness||""),a.mobile||!
1),a.model||""),a.platform||""),a.platformVersion||""),a.uaFullVersion||""),
(null==(b=a.fullVersionList)?void 0:b.map(function(c){var d=new
gi;d=P(d,1,J(c.brand));return P(d,2,J(c.version))}))||[]),a.wow64||!1)}function
wi(a){var b,c;return null!=(c=null==(b=ui(a))?void 0:b.then(function(d){return
vi(d)}))?c:null};function xi(a,b){var c={};b=(c[0]=zg(b.Ba),c);Y(hg).i(a,b)};var
yi={},zi=(yi[253]=!
1,yi[246]=[],yi[150]="",yi[221]=jd(),yi[36]=jd(),yi[172]=null,yi[260]=void
0,yi[251]=null,yi),Ai=function(){this.g=!1};function Bi(a){Y(Ai).g=!0;return
zi[a]}function Ci(a,b){Y(Ai).g=!0;zi[a]=b};var
Di=/^(?:https?:)?\/\/(?:www\.googletagservices\.com|
securepubads\.g\.doubleclick\.net|(pagead2\.googlesyndication\.com))(\/tag\/js\/
gpt(?:_[a-z]+)*\.js|\/pagead\/managed\/js\/gpt\.js)/;function Ei(a){return a?!
Di.test(a.src):!0};function Fi(a){var
b=a.ya,c=a.Fa,d=a.xa,e=a.ta,f=a.va,g=Ei(a.ja);a={};var h={},k={};return
k[3]=(a[3]=function(){return!g},a[59]=function(){var
l=qa.apply(0,arguments),m=t(l,"includes"),w=String,n;var q=void 0===q?window:q;var
N;q=null!=(N=null==(n=Xc(q.location.href.match(Wc)[3]||null))?void 0:n.split("."))?
N:[];n=2>q.length?null:"uk"===q[q.length-1]?3>q.length?null:hd(q.splice(q.length-
3).join(".")):hd(q.splice(q.length-2).join("."));return
m.call(l,w(n))},a[61]=function(){return d},a[63]=function(){return
d||".google.ch"===f},a[73]=function(l){return
t(c,"includes").call(c,Number(l))},a),k[4]=(h[1]=function(){return
e},h[4]=function(){if(id.test("0")){var l=Number("0");l=isNaN(l)?null:l}else
l=null;return l||0},h[13]=function(){return b||0},h),k[5]={},k};function Gi(a,b)
{var c=new vg(Bi(246));if(!S(c,Ef,1).length&&S(a,Ef,1).length){var
d=S(a,Ef,1);cc(c,1,d)}!
S(c,tg,2).length&&S(a,tg,2).length&&(d=S(a,tg,2),cc(c,2,d));void 0===Zb(c,ug,5,!
1)&&void 0!==Zb(a,ug,5,!
1)&&(a=R(a,ug,5),ac(c,5,a));Qg({ua:c,u:Fi(b),ha:2})};function Hi(a,b,c,d,e)
{a=a.location.host;var f=Zc(b.src,"domain");b=Zc(b.src,"network-code");if(a||f||b)
{var
g={};a&&(g.ippd=a);f&&(g.pppd=f);b&&(g.pppnc=b);Y(Gg).g(Ge.g,Ge.defaultValue)&&(g.p
pc_eid=Y(Gg).g(Ge.g,Ge.defaultValue).toString());a=g}else a=void 0;if(a){c=[c?new
tc(rc,"https://pagead2.googlesyndication.com"):new
tc(rc,"https://securepubads.g.doubleclick.net"),new
tc(rc,"/pagead/ppub_config")];f="";for(b=0;b<c.length;b+
+)f+=uc(c[b]);c=Bc.exec(Ac(new zc(f,Cc)).toString());f=c[3]||"";c=new
zc(c[1]+Dc("?",c[2]||"",a)+Dc("#",f),Cc);Ii(c,d,e)}else e(new
r.globalThis.Error("no provided or inferred data"))}function Ii(a,b,c){var d=new
r.globalThis.XMLHttpRequest;d.open("GET",a.toString(),!0);d.withCredentials=!
1;d.onload=function(){300>d.status?
(Lh("13",window),b(204===d.status?"":d.responseText)):c(new
r.globalThis.Error("resp:"+d.status))};d.onerror=function(){return void c(new
r.globalThis.Error("s:"+d.status+" rs:"+d.readyState))};d.send()};var Ji=function()
{this.l=[];this.j=[]},Mi=function(a,b,c,d,e){if(dd(b)===ed(b)&&c){Ki(a);var
f=null==e?void
0:U($b(e,oc),1);lf(Ke)&&f&&f.length&&t(b.location.hostname,"includes").call(b.locat
ion.hostname,f)?Li(a,void 0,e):Hi(b.top,c,d,function(g){return void
Li(a,g)},function(g){Li(a,void 0,void 0,g)})}},Ki=function(a)
{Bi(260);Ci(260,function(b){void 0!==a.g||a.i?
b(a.g,a.i):a.l.push(b)})},Li=function(a,b,c,d){a.g=null!=b?b:null==c?void
0:kc(c);a.s=c;!a.s&&a.g&&a.j.length&&(a.s=qc(a.g));a.i=d;b=v(a.l);for(c=b.next();!
c.done;c=b.next())c=c.value,c(a.g,a.i);b=v(a.j);for(c=b.next();!
c.done;c=b.next())c=c.value,c(a.s,a.i);a.l.length=0;a.j.length=0};function Ni(){var
a;return null!=(a=B.googletag)?a:B.googletag={cmd:[]}}function Oi(a,b){var
c=Ni();c.hasOwnProperty(a)||(c[a]=b)};var Qi=function()
{return[].concat(x(t(Pi,"values").call(Pi))).reduce(function(a,b){return
a+b},0)},Pi=new r.Map;function Ri(a,b,c){if(a.Ea){c=c.error&&c.meta&&c.id?
c.error:c;var d=new te,e=new se;try{var f=ld(window);Q(e,1,yb(f),0)}catch(n)
{}try{var g=Y(hg).g();Ub(e,2,g,ub)}catch(n)
{}try{Q(e,3,J(window.document.URL),"")}catch(n){}f=ac(d,2,e);g=new
re;b=T(g,1,b);try{var h=qf(null==c?void 0:c.name)?c.name:"Unknown
error";Q(b,2,J(h),"")}catch(n){}try{var k=qf(null==c?void 0:c.message)?
c.message:"Caught "+c;Q(b,3,J(k),"")}catch(n){}try{var l=qf(null==c?void
0:c.stack)?c.stack:Error().stack;l&&Ub(b,4,l.split(/\n\s*/),zb)}catch(n)
{}h=ac(f,1,b);k=new qe;try{Q(k,1,J(a.R||a.ka),"")}catch(n){}try{var
m=Qi();Q(k,2,vb(m),0)}catch(n){}try{var
w=[].concat(x(t(Pi,"keys").call(Pi)));Ub(k,3,w,zb)}catch(n)
{}bc(h,4,ue,k);Q(h,5,yb(a.sa),0);ve(a.Ca,h)}};var
Si=ia(["https://pagead2.googlesyndication.com/pagead/managed/js/gpt/","/
pubads_impl",".js"]),Ti=ia(["https://pagead2.googlesyndication.com/gpt/
pubads_impl_",".js"]),Ui=ia(["https://securepubads.g.doubleclick.net/pagead/
managed/js/gpt/","/pubads_impl",".js"]),Vi=ia(["https://
securepubads.g.doubleclick.net/gpt/pubads_impl_",".js"]);function Wi(){var
a=Xi,b=$b(Yi,vg),c=Zi,d={xa:ec(Yi,5),ya:fc(Yi,2),Fa:Tb(Yi,10,wb),ta:fc(Yi,7),va:U(Y
i,6)},e=R(Yi,pc,9),f=fc(Yi,8),g,h=null!=(g=a.fifWin)?
g:window,k=h.document;g=a.fifWin?window:h;Oi("_loaded_",!0);f=$i(c,f);Oi("cmd",
[]);var l;c=null!=(l=aj(k))?l:bj(k);cj(b,h,t(Object,"assign").call(Object,{},
{ja:c},d),f);try{ci()}catch(N){}Lh("1",h);b=dj(f,c);d=!1;if(!ej(k)){h="gpt-
impl-"+Math.random();try{ad(k,Qc(b,{id:h,nonce:Uc()}))}catch(N)
{}k.getElementById(h)&&(lf(Ce)?d=!0:a._loadStarted_=!0)}if(lf(Ce)?!d:!
a._loadStarted_){var m=md("SCRIPT");$c(m,b);m.async=!0;k=a.fifWin?
g.document:k;b=k.body;d=k.documentElement;var w,n,q=null!=(n=null!=(w=k.head)?w:b)?
n:d;"complete"!==g.document.readyState&&a.fifWin?wc(g,"load",function(){return void
q.appendChild(m)}):q.appendChild(m);lf(Ce)||(a._loadStarted_=!
0)}g===g.top&&of(g);Mi(new Ji,g,c,fj(c),e)}function gj(){var
a=Number("2019072601");1>a||Math.floor(a)!==a?
(Ih({v:"2019072601"}),a="1"):a="2019072601";return{ka:a,R:"m202308020101",Ba:ld(win
dow),Ca:new ze(void 0,void 0),Ea:.01>fd(),sa:100}}function $i(a,b){var c=new
tc(rc,"2019072601");var d=a.R;/m\d+/.test(d)?d=Number(d.substring(1)):
(d&&Ih({mjsv:d}),d=void 0);return t(Object,"assign").call(Object,{},a,
{Wa:c,Ya:d,Za:new tc(rc,"m202308020101"),wa:b})}function aj(a)
{return(a=a.currentScript)?a:null}function bj(a){var b;a=v(null!=(b=a.scripts)?b:
[]);for(b=a.next();!
b.done;b=a.next())if(b=b.value,t(b.src,"includes").call(b.src,"/tag/js/gpt"))return
b;return null}function dj(a,b){var c=a.ka,d=a.R;a=a.wa;var
e="";lf(Fe)&&(e="",lf(Ee)?e="_fy2012":a&&2012<a&&(e="_fy"+a));b=fj(b)?d?
nd(Si,d,e):nd(Ti,c):d?nd(Ui,d,e):nd(Vi,c);return(c=Y(Gg).g(Le.g,Le.defaultValue))?
od(b,new r.Map([["cb",c]])):b}function cj(a,b,c,d)
{Ci(172,c.ja);Gi(a,c);xi(12,d);xi(5,d);(a=wi(b))&&a.then(function(e){return void
Ci(251,kc(e))});jg(Y(Gg).j(Me.g,Me.defaultValue),b.document)}function ej(a){var
b=aj(a);return"complete"===a.readyState||"loaded"===a.readyState||!(null==b||!
b.async)}function fj(a){return!(null==a||!
a.src)&&"pagead2.googlesyndication.com"===Xc(a.src.match(Wc)[3]||null)};var
hj=function(a){this.h=K(a)};A(hj,W);var ij=nc(hj);hj.m=[10];var
jj="undefined"===typeof sttc?void 0:sttc;try{var Xi=Ni(),Zi=gj(),kj;var
lj=Zi;try{var mj=mc();if(!qf(jj)){var nj=mj?mj()+"\n":"";throw
Error(nj+String(jj));}kj=ij(jj)}catch(a){Ri(lj,838,a),kj=new hj}var
Yi=kj,oj=Xi,pj=Yi,qj=!Y(Ai).g,rj=mc();if(!qj)throw Error(rj&&rj()||
String(qj));t(Object,"assign").call(Object,zi,oj._vars_);oj._vars_=zi;pj&&(ec(pj,3)
&&Ci(36,!0),ec(pj,5)&&Ci(221,!0),U(pj,6)&&Ci(150,U(pj,6)));Wi()}catch(a)
{try{Ri(gj(),420,a)}catch(b){}};}).call(this.googletag&&googletag.fifWin?
googletag.fifWin.parent:this,"[[[[null,472785970,null,[null,500]],[null,7,null,
[null,0.1]],[540959220,null,null,[1]],[543536815,null,null,[1]],
[514499457,null,null,[1]],[null,448338836,null,[null,0.01]],[null,427198696,null,
[null,1]],[null,408380992,null,[null,0.01]],[null,377289019,null,[null,10000]],
[45414566,null,null,[1]],[null,529,null,[null,20]],[542573660,null,null,[1]],
[null,447000223,null,[null,0.01]],[360245597,null,null,[1]],[45401685,null,null,
[1]],[null,492,null,[null,0.01]],[null,532520346,null,[null,120]],
[548164405,null,null,[1]],[null,398776877,null,[null,60000]],[null,374201269,null,
[null,60000]],[null,371364213,null,[null,60000]],[null,376149757,null,
[null,0.0025]],[523253321,null,null,[1]],[377936516,null,null,[1]],
[503519166,null,null,[1]],[541219699,null,null,[1]],[null,null,2,[null,null,\"1-0-
40\"]],[null,506394061,null,[null,100]],[526684968,null,null,[1]],[null,null,null,
[],null,489],[392065905,null,null,null,[[[4,null,68],[1]]]],[null,360245595,null,
[null,500]],[45397804,null,null,[1]],[45398607,null,null,[1]],[516301089,null,null,
[1]],[null,397316938,null,[null,1000]],[507033477,null,null,[1]],
[null,514795754,null,[null,2]],[45415915,null,null,[1]],[529748032,null,null,null,
[[[12,null,null,null,4,null,\"Chrome\\\\\/((?!10\\\\d)(?!11[0123])\\\\d{3,})\",
[\"navigator.userAgent\"]],[1]]]],[523169149,null,null,[1]],[null,null,null,
[],null,489560439],[null,null,null,[],null,505762507],[null,1921,null,[null,72]],
[null,1920,null,[null,12]],[null,426169222,null,[null,1000]],[null,1917,null,
[null,300]],[null,1916,null,[null,0.001]],[null,null,null,[null,null,null,
[\"A7CQXglZzTrThjGTBEn1rWTxHOEtkWivwzgea+NjyardrwlieSjVuyG44PkYgIPGs8Q9svD8sF3Yedn0
BBBjXAkAAACFeyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiUHJ
pdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaX
NUaGlyZFBhcnR5Ijp0cnVlfQ==\",\"A3vKT9yxRPjmXN3DpIiz58f5JykcWHjUo\/
W7hvmtjgh9jPpQgem9VbADiNovG8NkO6mRmk70Kex8\/
KUqAYWVWAEAAACLeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0
dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1N1YmRvbWFpbiI
6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==\",\"A4A26Ymj79UVY7C7JGUS4BG1s7MdcDokAQf\/
RP0paks+RoTYbXHxceT\/
5L4iKcsleFCngi75YfNRGW2+SpVv1ggAAACLeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXRhZ3NlcnZpY2V
zLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OT
k5LCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==\",\"As0hBNJ8h+
+fNYlkq8cTye2qDLyom8NddByiVytXGGD0YVE+2CEuTCpqXMDxdhOMILKoaiaYifwEvCRlJ\/
9GcQ8AAAB8eyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiV2ViV
mlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWlu
Ijp0cnVlfQ==\",\"AgRYsXo24ypxC89CJanC+JgEmraCCBebKl8ZmG7Tj5oJNx0cmH0NtNRZs3NB5ubhpb
X\/
bIt7l2zJOSyO64NGmwMAAACCeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDM
iLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1Mz
I3OTksImlzU3ViZG9tYWluIjp0cnVlfQ==\"]],null,1934],[1957,null,null,[1]],
[null,1972,null,[]],[485990406,null,null,[]]],[[3,[[null,[[1337,[[77,null,null,
[1]],[78,null,null,[1]],[85,null,null,[1]],[80,null,null,[1]],[76,null,null,[1]],
[84,null,null,[1]],[188,null,null,[1]]]]]],[1000,[[31072561]],[2,
[[4,null,70,null,null,null,null,[\"run-ad-auction\"]],
[12,null,null,null,4,null,\"FLEDGE_GAM_EXTERNAL_TESTER\",
[\"navigator.userAgent\"]]]]],[null,[[31075028],[31075029,[[531493729,null,null,
[1]]]]]],[1,[[31075124,[[null,514795754,null,[null,4]],[489217043,null,null,
[1]]]]],[4,null,74,null,null,null,null,[\"1585821863\",\"3976716532\"]],59],[10,
[[31075593],[31075594]]],[1,[[31076677],[31076678],[31076679,[[501,null,null,
[1]]]],[31076680,[[501,null,null,[1]]]]],[2,[[4,null,70,null,null,null,null,[\"run-
ad-auction\"]],[12,null,null,null,4,null,\"Chrome\\\\\/((?!10\\\\d)(?!11[01])\\\\
d{3,})\",[\"navigator.userAgent\"]],[1,[[4,null,63]]]]],59],[1,[[31076738],
[31076739,[[548203148,null,null,[1]]]]]],[null,[[44798283,[[null,514795754,null,
[null,4]],[4892170
43,null,null,[1]]]]],[2,[[4,null,70,null,null,null,null,[\"run-ad-auction\"]],[1,
[[4,null,63]]]]],59],[1,[[44798599],[44798600,[[547020083,null,null,[1]]]],
[44798601,[[547020083,null,null,[1]]]]]],[null,[[676982960],[676982998]]]]],[12,
[[40,[[21065724],[21065725,[[203,null,null,[1]]]]],[4,null,9,null,null,null,null,
[\"LayoutShift\"]],71],[10,[[31061690],[31061691,[[83,null,null,[1]],[84,null,null,
[1]]]]],null,61],[10,[[44769661],[44769662,[[1973,null,null,[1]]]]]]]],[13,[[500,
[[31061692],[31061693,[[77,null,null,[1]],[78,null,null,[1]],[85,null,null,[1]],
[80,null,null,[1]],[76,null,null,[1]]]]],[4,null,6,null,null,null,null,
[\"31061691\"]]],[200,[[44783616,null,[4,null,70,null,null,null,null,
[\"attribution-reporting\"]]],[44791426,null,[4,null,70,null,null,null,null,
[\"attribution-reporting\"]]]],null,77],[200,[[44790623,null,
[4,null,70,null,null,null,null,[\"attribution-reporting\"]]],[44791427,null,
[4,null,70,null,null,null,null,[\"attribution-reporting\"]]]],null,77]]],[5,[[50,
[[31067420],[31067421,[[360245597,null,null,[]]]]],[3,
[[4,null,8,null,null,null,null,[\"gmaSdk.getQueryInfo\"]],
[4,null,8,null,null,null,null,
[\"webkit.messageHandlers.getGmaQueryInfo.postMessage\"]],
[4,null,8,null,null,null,null,
[\"webkit.messageHandlers.getGmaSig.postMessage\"]]]],69],[100,[[31072019],
[31072020,[[471855283,null,null,[1]]]]]],[10,[[31075227,[[360245597,null,null,
[]]]],[31075228,[[null,null,null,[null,null,null,[\"scar\"]],null,489]]],
[31075229],[31075230],[31075231],[31075383],[31075384],[44776366],[44776367],
[44779256],[44784467]],[3,[[4,null,8,null,null,null,null,
[\"gmaSdk.getQueryInfo\"]],[4,null,8,null,null,null,null,
[\"webkit.messageHandlers.getGmaQueryInfo.postMessage\"]],
[4,null,8,null,null,null,null,
[\"webkit.messageHandlers.getGmaSig.postMessage\"]]]],69],[1000,[[31075591,null,[2,
[[2,[[8,null,null,1,null,-1],[7,null,null,1,null,10]]],
[4,null,3]]]]],null,80,null,null,null,null,null,null,null,null,4],[1000,
[[31075592,null,[2,[[2,[[8,null,null,1,null,9],[7,null,null,1,null,20]]],
[4,null,3]]]]],null,80,null,null,null,null,null,null,null,null,4],[50,[[31075755],
[31075756]],[4,null,8,null,null,null,null,[\"gmaSdk.getQueryInfo\"]],69],[10,
[[31076163]],[2,[[4,null,3],
[6,null,null,13,null,0]]],1,null,null,null,null,null,null,null,null,3],[10,
[[31076164,[[null,24,null,[null,31076164]]]]],[2,[[4,null,3],
[6,null,null,13,null,0]]],1,null,null,null,100,null,null,null,null,3],[10,
[[31076165,[[null,24,null,[null,31076165]],[537116804,null,null,[1]]]]],[2,
[[4,null,3],[6,null,null,13,null,0]]],1,null,null,null,200,null,null,null,null,3],
[10,[[31076166,[[547249510,null,null,[1]],[null,24,null,[null,31076166]],
[537116804,null,null,[1]]]]],[2,[[4,null,3],
[6,null,null,13,null,0]]],1,null,null,null,300,null,null,null,null,3],[10,
[[31076212],[31076213,[[542047475,null,null,[1]]]]]],[100,[[31076398],[31076399,
[[45401686,null,null,[1]]]]]],[10,[[31076474],[31076475,[[546012252,null,null,
[1]]]]]],[100,[[31076624],[31076625,[[544419082,null,null,[1]]]]]],[1000,
[[31076708,[[null,24,null,[null,31076708]]],[6,null,null,13,null,31076708]]],
[4,null,3],1,null,null,null,null,null,null,null,null,3],[1000,[[31076709,
[[null,24,null,[null,31076709]]],[6,null,null,13,null,31076709]]],
[4,null,3],1,null,null,null,null,null,null,null,null,3],[1000,[[31076762,
[[null,24,null,[null,31076762]]],[6,null,null,13,null,31076762]]],
[4,null,3],1,null,null,null,null,null,null,null,null,3],[1000,[[31076763,
[[null,24,null,[null,31076763]]],[6,null,null,13,null,31076763]]],
[4,null,3],1,null,null,null,null,null,null,null,null,3],[10,[[31076768],[31076769,
[[549005203,null,null,[1]]]]]]]],[25,[[50,[[31068366],[31068367,
[[null,455645877,null,[null,0.1]]]]]],[10,[[31068825],[31068826,
[[null,462420536,null,[null,0.1]]]]]],[50,[[31070232],[31070233,
[[476475256,null,null,[1]]]]]]]],[2,[[1000,[[31075055,null,
[4,null,6,null,null,null,null,[\"31075028\"]]]],[4,null,70,null,null,null,null,
[\"browsing-topics\"]],84,null,null,null,null,null,null,null,null,6],[1000,
[[31075056,null,[4,null,6,null,null,null,null,[\"31075029\"]]]],
[4,null,70,null,null,null,null,[\"browsing-
topics\"]],84,null,null,null,null,null,null,null,null,6],[50,[[31075148],[31075149,
[[531615531,null,null,[1]]]]],null,null,null,null,null,100,null,102],[1,
[[31076780],[31076781,[[531615531,null,null,[1]]]],[31076782,[[null,550718589,null,
[null,500]],[531615531,null,null,[1]]]]],null,null,null,null,null,200,null,102]]],
[4,[[null,[[44714449,[[null,7,null,[null,1]]]],[676982961,[[null,7,null,
[null,0.4]],[212,null,null,[1]]]],[676982996,[[null,7,null,
[null,1]]]]],null,78]]]],null,null,
[null,\"1000\",1,\"1000\"]],31076709,null,null,null,\".google.com.kh\",686,2021,
[[\"scribd.com\",null,\"https:\/\/fanyv88.com:443\/https\/www.scribd.com\/\",null,null,
[\"1024966\",\"107430338\",\"15184186\",\"21734706084\",\"22797863291\",\"7103\"]],
[],[],null,null,[[\"15184186\",[[\"id5-sync.com\",\"https:\/\/fanyv88.com:443\/https\/cdn.id5-sync.com\/
api\/1.0\/esp.js\"],[\"uidapi.com\"],[\"pubcid.org\",\"https:\/\/
cdn.jsdelivr.net\/gh\/prebid\/shared-id\/pubcid.js\/docs\/pubcid.min.js\"],
[\"rtbhouse\",\"https:\/\/fanyv88.com:443\/https\/invstatic101.creativecdn.com\/encrypted-signals\/
encrypted-tag-g.js\"],[\"openx\",\"https:\/\/fanyv88.com:443\/https\/oa.openxcdn.net\/esp.js\"],
[\"openxtest\",\"https:\/\/fanyv88.com:443\/https\/oa.openxcdn.net\/esp.js\"],[\"pubmatic\"],
[\"crwdcntrl.net\",\"https:\/\/fanyv88.com:443\/https\/tags.crwdcntrl.net\/lt\/c\/16589\/sync.min.js\"]]],
[\"7103\",[[\"esp.criteo.com\",\"https:\/\/fanyv88.com:443\/https\/static.criteo.net\/js\/ld\/
publishertag.ids.js\"]]]]]]")

You might also like