(function(){/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
var g,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),h=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&&null!=b&&ba(c,a,{configurable:!0,writable:!0,value:b})}};
h("Symbol",function(a){if(a)return a;var b=function(f,l){this.Cb=f;ba(this,"description",{configurable:!0,writable:!0,value:l})};b.prototype.toString=function(){return this.Cb};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});
h("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]];"function"===typeof d&&"function"!=typeof d.prototype[a]&&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},q=function(a){return a.raw=a},r=function(a){var b="undefined"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];return b?b.call(a):{next:aa(a)}},fa="function"==typeof Object.create?Object.create:function(a){var b=function(){};b.prototype=a;return new b},ha;
if("function"==typeof Object.setPrototypeOf)ha=Object.setPrototypeOf;else{var ia;a:{var ja={a:!0},ka={};try{ka.__proto__=ja;ia=ka.a;break a}catch(a){}ia=!1}ha=ia?function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError(a+" is not extensible");return a}:null}
var la=ha,ma=function(a,b){a.prototype=fa(b.prototype);a.prototype.constructor=a;if(la)la(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.R=b.prototype},t=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)};
h("WeakMap",function(a){function b(){}function c(m){var n=typeof m;return"object"===n&&null!==m||"function"===n}function d(m){if(!t(m,f)){var n=new b;ba(m,f,{value:n})}}function e(m){var n=Object[m];n&&(Object[m]=function(p){if(p instanceof b)return p;Object.isExtensible(p)&&d(p);return n(p)})}if(function(){if(!a||!Object.seal)return!1;try{var m=Object.seal({}),n=Object.seal({}),p=new a([[m,2],[n,3]]);if(2!=p.get(m)||3!=p.get(n))return!1;p.delete(m);p.set(n,4);return!p.has(m)&&4==p.get(n)}catch(C){return!1}}())return a;
var f="$jscomp_hidden_"+Math.random();e("freeze");e("preventExtensions");e("seal");var l=0,k=function(m){this.$=(l+=Math.random()+1).toString();if(m){m=r(m);for(var n;!(n=m.next()).done;)n=n.value,this.set(n[0],n[1])}};k.prototype.set=function(m,n){if(!c(m))throw Error("Invalid WeakMap key");d(m);if(!t(m,f))throw Error("WeakMap key fail: "+m);m[f][this.$]=n;return this};k.prototype.get=function(m){return c(m)&&t(m,f)?m[f][this.$]:void 0};k.prototype.has=function(m){return c(m)&&t(m,f)&&t(m[f],this.$)};
k.prototype.delete=function(m){return c(m)&&t(m,f)&&t(m[f],this.$)?delete m[f][this.$]:!1};return k});
h("Map",function(a){if(function(){if(!a||"function"!=typeof a||!a.prototype.entries||"function"!=typeof Object.seal)return!1;try{var k=Object.seal({x:4}),m=new a(r([[k,"s"]]));if("s"!=m.get(k)||1!=m.size||m.get({x:4})||m.set({x:4},"t")!=m||2!=m.size)return!1;var n=m.entries(),p=n.next();if(p.done||p.value[0]!=k||"s"!=p.value[1])return!1;p=n.next();return p.done||4!=p.value[0].x||"t"!=p.value[1]||!n.next().done?!1:!0}catch(C){return!1}}())return a;var b=new WeakMap,c=function(k){this.X={};this.H=f();
this.size=0;if(k){k=r(k);for(var m;!(m=k.next()).done;)m=m.value,this.set(m[0],m[1])}};c.prototype.set=function(k,m){k=0===k?0:k;var n=d(this,k);n.list||(n.list=this.X[n.id]=[]);n.l?n.l.value=m:(n.l={next:this.H,I:this.H.I,head:this.H,key:k,value:m},n.list.push(n.l),this.H.I.next=n.l,this.H.I=n.l,this.size++);return this};c.prototype.delete=function(k){k=d(this,k);return k.l&&k.list?(k.list.splice(k.index,1),k.list.length||delete this.X[k.id],k.l.I.next=k.l.next,k.l.next.I=k.l.I,k.l.head=null,this.size--,
!0):!1};c.prototype.clear=function(){this.X={};this.H=this.H.I=f();this.size=0};c.prototype.has=function(k){return!!d(this,k).l};c.prototype.get=function(k){return(k=d(this,k).l)&&k.value};c.prototype.entries=function(){return e(this,function(k){return[k.key,k.value]})};c.prototype.keys=function(){return e(this,function(k){return k.key})};c.prototype.values=function(){return e(this,function(k){return k.value})};c.prototype.forEach=function(k,m){for(var n=this.entries(),p;!(p=n.next()).done;)p=p.value,
k.call(m,p[1],p[0],this)};c.prototype[Symbol.iterator]=c.prototype.entries;var d=function(k,m){var n=m&&typeof m;"object"==n||"function"==n?b.has(m)?n=b.get(m):(n=""+ ++l,b.set(m,n)):n="p_"+m;var p=k.X[n];if(p&&t(k.X,n))for(k=0;k<p.length;k++){var C=p[k];if(m!==m&&C.key!==C.key||m===C.key)return{id:n,list:p,index:k,l:C}}return{id:n,list:p,index:-1,l:void 0}},e=function(k,m){var n=k.H;return ea(function(){if(n){for(;n.head!=k.H;)n=n.I;for(;n.next!=n.head;)return n=n.next,{done:!1,value:m(n)};n=null}return{done:!0,
value:void 0}})},f=function(){var k={};return k.I=k.next=k.head=k},l=0;return c});h("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 l=d[f];if(b.call(c,l,f,d)){b=l;break a}}b=void 0}return b}});
var na=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};h("Array.prototype.entries",function(a){return a?a:function(){return na(this,function(b,c){return[b,c]})}});h("Array.prototype.keys",function(a){return a?a:function(){return na(this,function(b){return b})}});
h("Array.from",function(a){return a?a:function(b,c,d){c=null!=c?c:function(k){return k};var e=[],f="undefined"!=typeof Symbol&&Symbol.iterator&&b[Symbol.iterator];if("function"==typeof f){b=f.call(b);for(var l=0;!(f=b.next()).done;)e.push(c.call(d,f.value,l++))}else for(f=b.length,l=0;l<f;l++)e.push(c.call(d,b[l],l));return e}});h("Array.prototype.values",function(a){return a?a:function(){return na(this,function(b,c){return c})}});
var oa=oa||{},u=this||self,pa=function(){},v=function(a){var b=typeof a;return"object"!=b?b:a?Array.isArray(a)?"array":b:"null"},qa=function(a){var b=v(a);return"array"==b||"object"==b&&"number"==typeof a.length},ra=function(a){var b=typeof a;return"object"==b&&null!=a||"function"==b},sa=function(a,b,c){return a.call.apply(a.bind,arguments)},ta=function(a,b,c){if(!a)throw Error();if(2<arguments.length){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)}},w=function(a,b,c){w=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?sa:ta;return w.apply(null,arguments)},ua=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)}},x=function(a,b){function c(){}c.prototype=b.prototype;a.R=b.prototype;a.prototype=new c;a.prototype.constructor=
a;a.Zb=function(d,e,f){for(var l=Array(arguments.length-2),k=2;k<arguments.length;k++)l[k-2]=arguments[k];return b.prototype[e].apply(d,l)}},va=function(a){return a};function wa(a,b){if(Error.captureStackTrace)Error.captureStackTrace(this,wa);else{var c=Error().stack;c&&(this.stack=c)}a&&(this.message=String(a));void 0!==b&&(this.Gb=b)}x(wa,Error);wa.prototype.name="CustomError";var xa=function(a,b){a=a.split("%s");for(var c="",d=a.length-1,e=0;e<d;e++)c+=a[e]+(e<b.length?b[e]:"%s");wa.call(this,c+a[d])};x(xa,wa);xa.prototype.name="AssertionError";
var y=function(a,b,c,d){var e="Assertion failed";if(c){e+=": "+c;var f=d}else a&&(e+=": "+a,f=b);throw new xa(""+e,f||[]);},z=function(a,b,c){a||y("",null,b,Array.prototype.slice.call(arguments,2));return a},ya=function(a,b,c){null==a&&y("Expected to exist: %s.",[a],b,Array.prototype.slice.call(arguments,2));return a},za=function(a,b){throw new xa("Failure"+(a?": "+a:""),Array.prototype.slice.call(arguments,1));},Aa=function(a,b,c){"number"!==typeof a&&y("Expected number but got %s: %s.",[v(a),a],
b,Array.prototype.slice.call(arguments,2));return a},Ba=function(a,b,c){"string"!==typeof a&&y("Expected string but got %s: %s.",[v(a),a],b,Array.prototype.slice.call(arguments,2));return a},Da=function(a,b,c){Array.isArray(a)||y("Expected array but got %s: %s.",[v(a),a],b,Array.prototype.slice.call(arguments,2))},Ea=function(a,b,c){"boolean"!==typeof a&&y("Expected boolean but got %s: %s.",[v(a),a],b,Array.prototype.slice.call(arguments,2));return a},Ga=function(a,b,c,d){a instanceof b||y("Expected instanceof %s but got %s.",
[Fa(b),Fa(a)],c,Array.prototype.slice.call(arguments,3));return a},Fa=function(a){return a instanceof Function?a.displayName||a.name||"unknown type name":a instanceof Object?a.constructor.displayName||a.constructor.name||Object.prototype.toString.call(a):null===a?"null":typeof a};function Ha(a,b){for(var c in a)b.call(void 0,a[c],c,a)}function Ia(a,b){for(var c in a)if(b.call(void 0,a[c],c,a))return!0;return!1}function Ja(a){var b={},c;for(c in a)b[c]=a[c];return b}var Ka="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");function La(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<Ka.length;f++)c=Ka[f],Object.prototype.hasOwnProperty.call(d,c)&&(a[c]=d[c])}};var Ma=function(a,b){if("string"===typeof a)return"string"!==typeof b||1!=b.length?-1:a.indexOf(b,0);for(var c=0;c<a.length;c++)if(c in a&&a[c]===b)return c;return-1};function Na(a,b){b=Ma(a,b);var c;if(c=0<=b)z(null!=a.length),Array.prototype.splice.call(a,b,1);return c};var Oa;var A=function(a,b){this.Ra=b===Pa?a:""};A.prototype.nb=!0;A.prototype.kb=function(){return this.Ra.toString()};A.prototype.toString=function(){return this.Ra+""};var Qa=function(a){if(a instanceof A&&a.constructor===A)return a.Ra;za("expected object of type TrustedResourceUrl, got '"+a+"' of type "+v(a));return"type_error:TrustedResourceUrl"},Pa={};var Ra=function(a){return/^[\s\xa0]*$/.test(a)},Sa=function(a){return/^[\s\xa0]*([\s\S]*?)[\s\xa0]*$/.exec(a)[1]},Ta=function(a,b){return a<b?-1:a>b?1:0};var B=function(a,b){this.Qa=b===Ua?a:""};B.prototype.nb=!0;B.prototype.kb=function(){return this.Qa.toString()};B.prototype.toString=function(){return this.Qa.toString()};var Va=function(a){if(a instanceof B&&a.constructor===B)return a.Qa;za("expected object of type SafeUrl, got '"+a+"' of type "+v(a));return"type_error:SafeUrl"},Wa=/^(?:(?:https?|mailto|ftp):|[^:/?#]*(?:[/?#]|$))/i,Ua={};var D;a:{var Xa=u.navigator;if(Xa){var Ya=Xa.userAgent;if(Ya){D=Ya;break a}}D=""}function E(a){return-1!=D.indexOf(a)};function Za(){return E("Firefox")||E("FxiOS")}function $a(){return(E("Chrome")||E("CriOS"))&&!E("Edge")};var ab=/^[\w+/_-]+[=]{0,2}$/,bb=function(){var a=u.document;return a.querySelector?(a=a.querySelector("script[nonce]"))&&(a=a.nonce||a.getAttribute("nonce"))&&ab.test(a)?a:"":""};var cb=function(a,b){for(var c=a.split("%s"),d="",e=Array.prototype.slice.call(arguments,1);e.length&&1<c.length;)d+=c.shift()+e.shift();return d+c.join("%s")},db=function(a){return null==a?"":String(a)};var eb=function(a){z(RegExp("^[a-zA-Z0-9][a-zA-Z0-9_\\-]{0,49}$").test(a),"A valid product name should be a non-empty string containing alphanumeric characters, dashes (-) and underscores(_). It must start with alphanumeric character and be at most 50 characters long.");this.Qb=a;this.Bb="empty";this.fb=null;this.gb={}};g=eb.prototype;g.ma=function(){return this.Qb};g.Ka=function(){return this.Bb};g.la=function(){return this.fb};g.getContext=function(){return this.gb};
g.fa=function(a){z(RegExp("^[a-zA-Z0-9][a-zA-Z0-9_\\-\\.]{0,39}$").test(a),"A valid version should be a non-empty string containing alphanumeric characters, dots(.), dashes (-) and underscores(_). It must start with an alphanumeric character and be at most 40 characters long.");this.Bb=a;return this};g.Ua=function(a){z(!Ra(a),"Channel must not be empty");this.fb=a;return this};g.Va=function(a){z(ra(a),"Context must be an object");this.gb=Ja(a);return this};var hb=function(a){a:{var b=["window","location","href"];var c=u;for(var d=0;d<b.length;d++)if(c=c[b[d]],null==c){c=null;break a}}null==a&&(a='Unknown Error of type "null/undefined"');if("string"===typeof a)return{message:a,name:"Unknown error",lineNumber:"Not available",fileName:c,stack:"Not available"};b=!1;try{var e=a.lineNumber||a.line||"Not available"}catch(l){e="Not available",b=!0}try{var f=a.fileName||a.filename||a.sourceURL||u.$googDebugFname||c}catch(l){f="Not available",b=!0}c=fb(a);if(!(!b&&
a.lineNumber&&a.fileName&&a.stack&&a.message&&a.name))return b=a.message,null==b&&(b=a.constructor&&a.constructor instanceof Function?'Unknown Error of type "'+(a.constructor.name?a.constructor.name:gb(a.constructor))+'"':"Unknown Error of unknown type","function"===typeof a.toString&&Object.prototype.toString!==a.toString&&(b+=": "+a.toString())),{message:b,name:a.name||"UnknownError",lineNumber:e,fileName:f,stack:c||"Not available"};a.stack=c;return{message:a.message,name:a.name,lineNumber:a.lineNumber,
fileName:a.fileName,stack:a.stack}},fb=function(a,b){b||(b={});b[ib(a)]=!0;var c=a.stack||"";(a=a.Gb)&&!b[ib(a)]&&(c+="\nCaused by: ",a.stack&&0==a.stack.indexOf(a.toString())||(c+="string"===typeof a?a:a.message+"\n"),c+=fb(a,b));return c},ib=function(a){var b="";"function"===typeof a.toString&&(b=""+a);return b+a.stack},jb=function(a,b){a instanceof Error||(a=Error(a),Error.captureStackTrace&&Error.captureStackTrace(a,jb));a.stack||(a.stack=kb(jb));if(b){for(var c=0;a["message"+c];)++c;a["message"+
c]=String(b)}return a},kb=function(a){var b=Error();if(Error.captureStackTrace)Error.captureStackTrace(b,a||kb),b=String(b.stack);else{try{throw b;}catch(c){b=c}b=(b=b.stack)?String(b):null}b||(b=lb(a||arguments.callee.caller,[]));return b},lb=function(a,b){var c=[];if(0<=Ma(b,a))c.push("[...circular reference...]");else if(a&&50>b.length){c.push(gb(a)+"(");for(var d=a.arguments,e=0;d&&e<d.length;e++){0<e&&c.push(", ");var f=d[e];switch(typeof f){case "object":f=f?"object":"null";break;case "string":break;
case "number":f=String(f);break;case "boolean":f=f?"true":"false";break;case "function":f=(f=gb(f))?f:"[fn]";break;default:f=typeof f}40<f.length&&(f=f.substr(0,40)+"...");c.push(f)}b.push(a);c.push(")\n");try{c.push(lb(a.caller,b))}catch(l){c.push("[exception trying to get caller]\n")}}else a?c.push("[...long stack...]"):c.push("[end]");return c.join("")},gb=function(a){if(mb[a])return mb[a];a=String(a);if(!mb[a]){var b=/function\s+([^\(]+)/m.exec(a);mb[a]=b?b[1]:"[Anonymous]"}return mb[a]},mb={},
nb=Object.freeze||function(a){return a};var F=function(a,b){this.name=a;this.value=b};F.prototype.toString=function(){return this.name};var ob=new F("OFF",Infinity),pb=new F("SEVERE",1E3),qb=new F("WARNING",900),rb=new F("INFO",800),sb=new F("CONFIG",700),tb=new F("FINE",500),ub=function(){this.ja=0;this.clear()},vb;ub.prototype.clear=function(){this.bb=Array(this.ja);this.ib=-1;this.pb=!1};var wb=function(a,b,c){this.reset(a||ob,b,c,void 0,void 0)};wb.prototype.reset=function(){};
var xb=function(a,b){this.level=null;this.Lb=[];this.parent=(void 0===b?null:b)||null;this.children=[];this.ra={Ja:function(){return a}}},yb=function(a){if(a.level)return a.level;if(a.parent)return yb(a.parent);za("Root logger has no level set.");return ob},zb=function(a,b){for(;a;)a.Lb.forEach(function(c){c(b)}),a=a.parent},Ab=function(){this.entries={};var a=new xb("");a.level=sb;this.entries[""]=a},Bb,G=function(a,b,c){var d=a.entries[b];if(d)return void 0!==c&&(d.level=c),d;d=G(a,b.substr(0,b.lastIndexOf(".")));
var e=new xb(b,d);a.entries[b]=e;d.children.push(e);void 0!==c&&(e.level=c);return e},Cb=function(){Bb||(Bb=new Ab);return Bb},Db=function(a,b,c){var d;if(d=a)if(d=a&&b){d=b.value;var e=a?yb(G(Cb(),a.Ja())):ob;d=d>=e.value}if(d){b=b||ob;d=G(Cb(),a.Ja());"function"===typeof c&&(c=c());vb||(vb=new ub);e=vb;a=a.Ja();if(0<e.ja){var f=(e.ib+1)%e.ja;e.ib=f;e.pb?(e=e.bb[f],e.reset(b,c,a),a=e):(e.pb=f==e.ja-1,a=e.bb[f]=new wb(b,c,a))}else a=new wb(b,c,a);zb(d,a)}},Eb=function(a,b){a&&Db(a,rb,b)},H=function(a,
b){a&&Db(a,tb,b)};var Fb=function(){this.va=void 0},Gb=function(a,b,c){if(null==b)c.push("null");else{if("object"==typeof b){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],Gb(a,a.va?a.va.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],"function"!=typeof e&&(c.push(f),Hb(d,c),c.push(":"),Gb(a,a.va?a.va.call(b,
d,e):e,c),f=","));c.push("}");return}}switch(typeof b){case "string":Hb(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);}}},Ib={'"':'\\"',"\\":"\\\\","/":"\\/","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\x0B":"\\u000b"},Jb=/\uffff/.test("\uffff")?/[\\"\x00-\x1f\x7f-\uffff]/g:/[\\"\x00-\x1f\x7f-\xff]/g,Hb=function(a,b){b.push('"',a.replace(Jb,
function(c){var d=Ib[c];d||(d="\\u"+(c.charCodeAt(0)|65536).toString(16).substr(1),Ib[c]=d);return d}),'"')};var Kb="StopIteration"in u?u.StopIteration:{message:"StopIteration",stack:""},Lb=function(){};Lb.prototype.sa=function(){throw Kb;};Lb.prototype.next=function(){return Mb};var Mb=nb({done:!0,value:void 0});Lb.prototype.W=function(){return this};var Qb=function(a){if(a instanceof I||a instanceof Nb||a instanceof Ob)return a;if("function"==typeof a.sa)return new I(function(){return Pb(a)});if("function"==typeof a[Symbol.iterator])return new I(function(){return a[Symbol.iterator]()});if("function"==typeof a.W)return new I(function(){return Pb(a.W())});throw Error("Not an iterator or iterable.");},Pb=function(a){if(!(a instanceof Lb))return a;var b=!1;return{next:function(){for(var c;!b;)try{c=a.sa();break}catch(d){if(d!==Kb)throw d;b=!0}return{value:c,
done:b}}}},I=function(a){this.Fa=a};I.prototype.W=function(){return new Nb(this.Fa())};I.prototype[Symbol.iterator]=function(){return new Ob(this.Fa())};I.prototype.zb=function(){return new Ob(this.Fa())};var Nb=function(a){this.aa=a};ma(Nb,Lb);Nb.prototype.sa=function(){var a=this.aa.next();if(a.done)throw Kb;return a.value};Nb.prototype[Symbol.iterator]=function(){return new Ob(this.aa)};Nb.prototype.zb=function(){return new Ob(this.aa)};
var Ob=function(a){I.call(this,function(){return a});this.aa=a};ma(Ob,I);Ob.prototype.next=function(){return this.aa.next()};var Rb=function(){};var Sb=function(){};x(Sb,Rb);Sb.prototype[Symbol.iterator]=function(){return Qb(this.W(!0)).zb()};Sb.prototype.clear=function(){var a=Array.from(this);a=r(a);for(var b=a.next();!b.done;b=a.next())this.remove(b.value)};var Tb=function(a){this.i=a};x(Tb,Sb);var Ub=function(a){if(!a.i)return!1;try{return a.i.setItem("__sak","1"),a.i.removeItem("__sak"),!0}catch(b){return!1}};g=Tb.prototype;g.set=function(a,b){try{this.i.setItem(a,b)}catch(c){if(0==this.i.length)throw"Storage mechanism: Storage disabled";throw"Storage mechanism: Quota exceeded";}};g.get=function(a){a=this.i.getItem(a);if("string"!==typeof a&&null!==a)throw"Storage mechanism: Invalid value was encountered";return a};g.remove=function(a){this.i.removeItem(a)};
g.W=function(a){var b=0,c=this.i,d=new Lb;d.sa=function(){if(b>=c.length)throw Kb;var e=Ba(c.key(b++));if(a)return e;e=c.getItem(e);if("string"!==typeof e)throw"Storage mechanism: Invalid value was encountered";return e};return d};g.clear=function(){this.i.clear()};g.key=function(a){return this.i.key(a)};var Vb=function(){var a=null;try{a=window.localStorage||null}catch(b){}this.i=a};x(Vb,Tb);var Yb=function(a,b){this.j=a;this.Pb=36E5;this.xb="__webmonitoring_RateThrottler_history_hourlyRate";this.C=[];null===Wb&&(a=G(Cb(),"webmonitoring.RateThrottler",rb).ra,Eb(a,"Logging enabled."),Wb=a);this.i=null;b&&(this.i=new Vb);if(null!=this.i&&Ub(this.i)&&(b=this.i.get(this.xb),null!=b))try{this.C=JSON.parse(b)||[]}catch(c){Wb&&Db(Wb,pb,"Could not parse old history.")}b=!1;Array.isArray(this.C)||(this.C=[],b=!0);for(;this.C.length>this.j;)this.C.shift(),b=!0;b&&Xb(this)},Xb=function(a){if(null!=
a.i&&Ub(a.i))try{var b=a.i,c=b.set,d=a.xb,e=[];Gb(new Fb,a.C,e);c.call(b,d,e.join(""))}catch(f){Wb&&Db(Wb,pb,"Could not save history.")}};Yb.prototype.exec=function(a){var b=Date.now();z(this.C.length<=this.j);if(this.C.length==this.j)if(this.C[0]<b-this.Pb)this.C.shift();else return!1;this.C.push(b);Xb(this);null!=a&&a();return!0};var Wb=null;var J=function(){this.Y=this.Y;this.ta=this.ta};J.prototype.Y=!1;J.prototype.Da=function(){this.Y||(this.Y=!0,this.M())};J.prototype.M=function(){if(this.ta)for(;this.ta.length;)this.ta.shift()()};function Zb(a){J.call(this);this.T=a;this.ob=!1}x(Zb,J);Zb.prototype.isEnabled=function(){return this.ob};function $b(){return E("iPhone")&&!E("iPod")&&!E("iPad")}function ac(){return $b()||E("iPad")||E("iPod")}
function bc(){var a=D,b="";E("Windows")?(b=/Windows (?:NT|Phone) ([0-9.]+)/,b=(a=b.exec(a))?a[1]:"0.0"):ac()?(b=/(?:iPhone|iPod|iPad|CPU)\s+OS\s+(\S+)/,b=(a=b.exec(a))&&a[1].replace(/_/g,".")):E("Macintosh")?(b=/Mac OS X ([0-9_.]+)/,b=(a=b.exec(a))?a[1].replace(/_/g,"."):"10"):-1!=D.toLowerCase().indexOf("kaios")?(b=/(?:KaiOS)\/(\S+)/i,b=(a=b.exec(a))&&a[1]):E("Android")?(b=/Android\s+([^\);]+)(\)|;)/,b=(a=b.exec(a))&&a[1]):E("CrOS")&&(b=/(?:CrOS\s+(?:i686|x86_64)\s+([0-9.]+))/,b=(a=b.exec(a))&&a[1]);
return b||""};var cc=function(a,b){this.type=a;this.currentTarget=this.target=b;this.defaultPrevented=this.ca=!1};cc.prototype.stopPropagation=function(){this.ca=!0};cc.prototype.preventDefault=function(){this.defaultPrevented=!0};var dc=function(){if(!u.addEventListener||!Object.defineProperty)return!1;var a=!1,b=Object.defineProperty({},"passive",{get:function(){a=!0}});try{u.addEventListener("test",pa,b),u.removeEventListener("test",pa,b)}catch(c){}return a}();var ec=function(a){ec[" "](a);return a};ec[" "]=pa;var gc=function(a,b){var c=fc;return Object.prototype.hasOwnProperty.call(c,a)?c[a]:c[a]=b(a)};var hc=E("Opera"),ic=E("Trident")||E("MSIE"),jc=E("Edge"),kc=E("Gecko")&&!(-1!=D.toLowerCase().indexOf("webkit")&&!E("Edge"))&&!(E("Trident")||E("MSIE"))&&!E("Edge"),lc=-1!=D.toLowerCase().indexOf("webkit")&&!E("Edge"),mc;
a:{var nc="",oc=function(){var a=D;if(kc)return/rv:([^\);]+)(\)|;)/.exec(a);if(jc)return/Edge\/([\d\.]+)/.exec(a);if(ic)return/\b(?:MSIE|rv)[: ]([^\);]+)(\)|;)/.exec(a);if(lc)return/WebKit\/(\S+)/.exec(a);if(hc)return/(?:Version)[ \/]?(\S+)/.exec(a)}();oc&&(nc=oc?oc[1]:"");if(ic){var pc,qc=u.document;pc=qc?qc.documentMode:void 0;if(null!=pc&&pc>parseFloat(nc)){mc=String(pc);break a}}mc=nc}
var rc=mc,fc={},sc=function(a){return gc(a,function(){for(var b=0,c=Sa(String(rc)).split("."),d=Sa(String(a)).split("."),e=Math.max(c.length,d.length),f=0;0==b&&f<e;f++){var l=c[f]||"",k=d[f]||"";do{l=/(\d*)(\D*)(.*)/.exec(l)||["","","",""];k=/(\d*)(\D*)(.*)/.exec(k)||["","","",""];if(0==l[0].length&&0==k[0].length)break;b=Ta(0==l[1].length?0:parseInt(l[1],10),0==k[1].length?0:parseInt(k[1],10))||Ta(0==l[2].length,0==k[2].length)||Ta(l[2],k[2]);l=l[3];k=k[3]}while(0==b)}return 0<=b})};var K=function(a,b){cc.call(this,a?a.type:"");this.relatedTarget=this.currentTarget=this.target=null;this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0;this.key="";this.charCode=this.keyCode=0;this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=!1;this.state=null;this.pointerId=0;this.pointerType="";this.Z=null;a&&this.init(a,b)};x(K,cc);var tc=nb({2:"touch",3:"pen",4:"mouse"});
K.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;if(b=a.relatedTarget){if(kc){a:{try{ec(b.nodeName);var e=!0;break a}catch(f){}e=!1}e||(b=null)}}else"mouseover"==c?b=a.fromElement:"mouseout"==c&&(b=a.toElement);this.relatedTarget=b;d?(this.clientX=void 0!==d.clientX?d.clientX:d.pageX,this.clientY=void 0!==d.clientY?d.clientY:d.pageY,this.screenX=d.screenX||0,this.screenY=
d.screenY||0):(this.offsetX=lc||void 0!==a.offsetX?a.offsetX:a.layerX,this.offsetY=lc||void 0!==a.offsetY?a.offsetY:a.layerY,this.clientX=void 0!==a.clientX?a.clientX:a.pageX,this.clientY=void 0!==a.clientY?a.clientY:a.pageY,this.screenX=a.screenX||0,this.screenY=a.screenY||0);this.button=a.button;this.keyCode=a.keyCode||0;this.key=a.key||"";this.charCode=a.charCode||("keypress"==c?a.keyCode:0);this.ctrlKey=a.ctrlKey;this.altKey=a.altKey;this.shiftKey=a.shiftKey;this.metaKey=a.metaKey;this.pointerId=
a.pointerId||0;this.pointerType="string"===typeof a.pointerType?a.pointerType:tc[a.pointerType]||"";this.state=a.state;this.Z=a;a.defaultPrevented&&K.R.preventDefault.call(this)};K.prototype.stopPropagation=function(){K.R.stopPropagation.call(this);this.Z.stopPropagation?this.Z.stopPropagation():this.Z.cancelBubble=!0};K.prototype.preventDefault=function(){K.R.preventDefault.call(this);var a=this.Z;a.preventDefault?a.preventDefault():a.returnValue=!1};var uc="closure_listenable_"+(1E6*Math.random()|0);var vc=0;var wc=function(a,b,c,d,e){this.listener=a;this.proxy=null;this.src=b;this.type=c;this.capture=!!d;this.na=e;this.key=++vc;this.da=this.ia=!1},xc=function(a){a.da=!0;a.listener=null;a.proxy=null;a.src=null;a.na=null};var yc=function(a){this.src=a;this.m={};this.ha=0};yc.prototype.add=function(a,b,c,d,e){var f=a.toString();a=this.m[f];a||(a=this.m[f]=[],this.ha++);var l=zc(a,b,d,e);-1<l?(b=a[l],c||(b.ia=!1)):(b=new wc(b,this.src,f,!!d,e),b.ia=c,a.push(b));return b};yc.prototype.remove=function(a,b,c,d){a=a.toString();if(!(a in this.m))return!1;var e=this.m[a];b=zc(e,b,c,d);return-1<b?(xc(e[b]),z(null!=e.length),Array.prototype.splice.call(e,b,1),0==e.length&&(delete this.m[a],this.ha--),!0):!1};
var Ac=function(a,b){var c=b.type;c in a.m&&Na(a.m[c],b)&&(xc(b),0==a.m[c].length&&(delete a.m[c],a.ha--))};yc.prototype.Ia=function(a,b,c,d){a=this.m[a.toString()];var e=-1;a&&(e=zc(a,b,c,d));return-1<e?a[e]:null};yc.prototype.hasListener=function(a,b){var c=void 0!==a,d=c?a.toString():"",e=void 0!==b;return Ia(this.m,function(f){for(var l=0;l<f.length;++l)if(!(c&&f[l].type!=d||e&&f[l].capture!=b))return!0;return!1})};
var zc=function(a,b,c,d){for(var e=0;e<a.length;++e){var f=a[e];if(!f.da&&f.listener==b&&f.capture==!!c&&f.na==d)return e}return-1};var Bc="closure_lm_"+(1E6*Math.random()|0),Cc={},Dc=0,Fc=function(a,b,c,d,e){if(d&&d.once)Ec(a,b,c,d,e);else if(Array.isArray(b))for(var f=0;f<b.length;f++)Fc(a,b[f],c,d,e);else c=Gc(c),a&&a[uc]?(d=ra(d)?!!d.capture:!!d,Hc(a),a.u.add(String(b),c,!1,d,e)):Ic(a,b,c,!1,d,e)},Ic=function(a,b,c,d,e,f){if(!b)throw Error("Invalid event type");var l=ra(e)?!!e.capture:!!e,k=Jc(a);k||(a[Bc]=k=new yc(a));c=k.add(b,c,d,l,f);if(!c.proxy){d=Kc();c.proxy=d;d.src=a;d.listener=c;if(a.addEventListener)dc||(e=l),void 0===
e&&(e=!1),a.addEventListener(b.toString(),d,e);else if(a.attachEvent)a.attachEvent(Lc(b.toString()),d);else if(a.addListener&&a.removeListener)z("change"===b,"MediaQueryList only has a change event"),a.addListener(d);else throw Error("addEventListener and attachEvent are unavailable.");Dc++}},Kc=function(){var a=Mc,b=function(c){return a.call(b.src,b.listener,c)};return b},Ec=function(a,b,c,d,e){if(Array.isArray(b))for(var f=0;f<b.length;f++)Ec(a,b[f],c,d,e);else c=Gc(c),a&&a[uc]?a.u.add(String(b),
c,!0,ra(d)?!!d.capture:!!d,e):Ic(a,b,c,!0,d,e)},Nc=function(a,b,c,d,e){if(Array.isArray(b))for(var f=0;f<b.length;f++)Nc(a,b[f],c,d,e);else d=ra(d)?!!d.capture:!!d,c=Gc(c),a&&a[uc]?a.u.remove(String(b),c,d,e):a&&(a=Jc(a))&&(b=a.Ia(b,c,d,e))&&Oc(b)},Oc=function(a){if("number"!==typeof a&&a&&!a.da){var b=a.src;if(b&&b[uc])Ac(b.u,a);else{var c=a.type,d=a.proxy;b.removeEventListener?b.removeEventListener(c,d,a.capture):b.detachEvent?b.detachEvent(Lc(c),d):b.addListener&&b.removeListener&&b.removeListener(d);
Dc--;(c=Jc(b))?(Ac(c,a),0==c.ha&&(c.src=null,b[Bc]=null)):xc(a)}}},Lc=function(a){return a in Cc?Cc[a]:Cc[a]="on"+a},Mc=function(a,b){if(a.da)a=!0;else{b=new K(b,this);var c=a.listener,d=a.na||a.src;a.ia&&Oc(a);a=c.call(d,b)}return a},Jc=function(a){a=a[Bc];return a instanceof yc?a:null},Pc="__closure_events_fn_"+(1E9*Math.random()>>>0),Gc=function(a){z(a,"Listener can not be null.");if("function"===typeof a)return a;z(a.handleEvent,"An object listener must have handleEvent method.");a[Pc]||(a[Pc]=
function(b){return a.handleEvent(b)});return a[Pc]};var L=function(){J.call(this);this.u=new yc(this);this.Db=this;this.Oa=null};x(L,J);L.prototype[uc]=!0;L.prototype.addEventListener=function(a,b,c,d){Fc(this,a,b,c,d)};L.prototype.removeEventListener=function(a,b,c,d){Nc(this,a,b,c,d)};
L.prototype.dispatchEvent=function(a){Hc(this);var b=this.Oa;if(b){var c=[];for(var d=1;b;b=b.Oa)c.push(b),z(1E3>++d,"infinite loop")}b=this.Db;d=a.type||a;if("string"===typeof a)a=new cc(a,b);else if(a instanceof cc)a.target=a.target||b;else{var e=a;a=new cc(d,b);La(a,e)}e=!0;if(c)for(var f=c.length-1;!a.ca&&0<=f;f--){var l=a.currentTarget=c[f];e=Qc(l,d,!0,a)&&e}a.ca||(l=a.currentTarget=b,e=Qc(l,d,!0,a)&&e,a.ca||(e=Qc(l,d,!1,a)&&e));if(c)for(f=0;!a.ca&&f<c.length;f++)l=a.currentTarget=c[f],e=Qc(l,
d,!1,a)&&e;return e};L.prototype.M=function(){L.R.M.call(this);if(this.u){var a=this.u,b=0,c;for(c in a.m){for(var d=a.m[c],e=0;e<d.length;e++)++b,xc(d[e]);delete a.m[c];a.ha--}}this.Oa=null};var Qc=function(a,b,c,d){b=a.u.m[String(b)];if(!b)return!0;b=b.concat();for(var e=!0,f=0;f<b.length;++f){var l=b[f];if(l&&!l.da&&l.capture==c){var k=l.listener,m=l.na||l.src;l.ia&&Ac(a.u,l);e=!1!==k.call(m,d)&&e}}return e&&!d.defaultPrevented};L.prototype.Ia=function(a,b,c,d){return this.u.Ia(String(a),b,c,d)};
L.prototype.hasListener=function(a,b){return this.u.hasListener(void 0!==a?String(a):void 0,b)};var Hc=function(a){z(a.u,"Event target is not initialized. Did you call the superclass (goog.events.EventTarget) constructor?")};var Rc=function(){};Rc.prototype.cb=null;var Tc=function(a){var b;(b=a.cb)||(b={},Sc(a)&&(b[0]=!0,b[1]=!0),b=a.cb=b);return b};var Uc,Vc=function(){};x(Vc,Rc);var Wc=function(a){return(a=Sc(a))?new ActiveXObject(a):new XMLHttpRequest},Sc=function(a){if(!a.mb&&"undefined"==typeof XMLHttpRequest&&"undefined"!=typeof ActiveXObject){for(var b=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],c=0;c<b.length;c++){var d=b[c];try{return new ActiveXObject(d),a.mb=d}catch(e){}}throw Error("Could not create ActiveXObject. ActiveX might be disabled, or MSXML might not be installed");}return a.mb};Uc=new Vc;try{(new self.OffscreenCanvas(0,0)).getContext("2d")}catch(a){};var Xc=function(a){var b=document.body;z(null!=b&&null!=a,"goog.dom.appendChild expects non-null arguments");b.appendChild(a)};var Yc=function(a,b){L.call(this);this.pa=a||1;this.ga=b||u;this.ab=w(this.Yb,this);this.rb=Date.now()};x(Yc,L);g=Yc.prototype;g.enabled=!1;g.F=null;g.setInterval=function(a){this.pa=a;this.F&&this.enabled?(this.stop(),this.start()):this.F&&this.stop()};g.Yb=function(){if(this.enabled){var a=Date.now()-this.rb;0<a&&a<.8*this.pa?this.F=this.ga.setTimeout(this.ab,this.pa-a):(this.F&&(this.ga.clearTimeout(this.F),this.F=null),this.dispatchEvent("tick"),this.enabled&&(this.stop(),this.start()))}};
g.start=function(){this.enabled=!0;this.F||(this.F=this.ga.setTimeout(this.ab,this.pa),this.rb=Date.now())};g.stop=function(){this.enabled=!1;this.F&&(this.ga.clearTimeout(this.F),this.F=null)};g.M=function(){Yc.R.M.call(this);this.stop();delete this.ga};var Zc=function(a,b,c){if("function"===typeof a)c&&(a=w(a,c));else if(a&&"function"==typeof a.handleEvent)a=w(a.handleEvent,a);else throw Error("Invalid listener argument");return 2147483647<Number(b)?-1:u.setTimeout(a,b||0)};var $c=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$"),ad=function(a,b){if(a){a=a.split("&");for(var c=0;c<a.length;c++){var d=a[c].indexOf("="),e=null;if(0<=d){var f=a[c].substring(0,d);e=a[c].substring(d+1)}else f=a[c];b(f,e?decodeURIComponent(e.replace(/\+/g," ")):"")}}},bd=function(a,b,c){Ba(a);if(Array.isArray(b)){Da(b);for(var d=0;d<b.length;d++)bd(a,String(b[d]),c)}else null!=b&&c.push(a+(""===b?"":
"="+encodeURIComponent(String(b))))};var M=function(a){L.call(this);this.headers=new Map;this.za=a||null;this.J=!1;this.ya=this.g=null;this.ba=this.qb=this.qa="";this.P=this.La=this.oa=this.Ea=!1;this.V=0;this.wa=null;this.wb="";this.xa=this.Rb=this.$a=!1;this.Za=null};x(M,L);M.prototype.A=G(Cb(),"goog.net.XhrIo",void 0).ra;var cd=/^https?$/i,dd=["POST","PUT"],ed=[];M.prototype.Hb=function(){this.Da();Na(ed,this)};M.prototype.setTrustToken=function(a){this.Za=a};
M.prototype.send=function(a,b,c,d){if(this.g)throw Error("[goog.net.XhrIo] Object is active with another request="+this.qa+"; newUri="+a);b=b?b.toUpperCase():"GET";this.qa=a;this.ba="";this.qb=b;this.Ea=!1;this.J=!0;this.g=this.za?Wc(this.za):Wc(Uc);this.ya=this.za?Tc(this.za):Tc(Uc);this.g.onreadystatechange=w(this.tb,this);this.Rb&&"onprogress"in this.g&&(this.g.onprogress=w(function(l){this.sb(l,!0)},this),this.g.upload&&(this.g.upload.onprogress=w(this.sb,this)));try{H(this.A,N(this,"Opening Xhr")),
this.La=!0,this.g.open(b,String(a),!0),this.La=!1}catch(l){H(this.A,N(this,"Error opening Xhr: "+l.message));fd(this,l);return}a=c||"";c=new Map(this.headers);if(d)if(Object.getPrototypeOf(d)===Object.prototype)for(var e in d)c.set(e,d[e]);else if("function"===typeof d.keys&&"function"===typeof d.get){e=r(d.keys());for(var f=e.next();!f.done;f=e.next())f=f.value,c.set(f,d.get(f))}else throw Error("Unknown input type for opt_headers: "+String(d));d=Array.from(c.keys()).find(function(l){return"content-type"==
l.toLowerCase()});e=u.FormData&&a instanceof u.FormData;!(0<=Ma(dd,b))||d||e||c.set("Content-Type","application/x-www-form-urlencoded;charset=utf-8");b=r(c);for(d=b.next();!d.done;d=b.next())c=r(d.value),d=c.next().value,c=c.next().value,this.g.setRequestHeader(d,c);this.wb&&(this.g.responseType=this.wb);"withCredentials"in this.g&&this.g.withCredentials!==this.$a&&(this.g.withCredentials=this.$a);if("setTrustToken"in this.g&&this.Za)try{this.g.setTrustToken(this.Za)}catch(l){H(this.A,N(this,"Error SetTrustToken: "+
l.message))}try{gd(this),0<this.V&&(this.xa=hd(this.g),H(this.A,N(this,"Will abort after "+this.V+"ms if incomplete, xhr2 "+this.xa)),this.xa?(this.g.timeout=this.V,this.g.ontimeout=w(this.yb,this)):this.wa=Zc(this.yb,this.V,this)),H(this.A,N(this,"Sending request")),this.oa=!0,this.g.send(a),this.oa=!1}catch(l){H(this.A,N(this,"Send error: "+l.message)),fd(this,l)}};var hd=function(a){return ic&&sc(9)&&"number"===typeof a.timeout&&void 0!==a.ontimeout};
M.prototype.yb=function(){"undefined"!=typeof oa&&this.g&&(this.ba="Timed out after "+this.V+"ms, aborting",H(this.A,N(this,this.ba)),this.dispatchEvent("timeout"),this.abort(8))};var fd=function(a,b){a.J=!1;a.g&&(a.P=!0,a.g.abort(),a.P=!1);a.ba=b;id(a);jd(a)},id=function(a){a.Ea||(a.Ea=!0,a.dispatchEvent("complete"),a.dispatchEvent("error"))};
M.prototype.abort=function(){this.g&&this.J&&(H(this.A,N(this,"Aborting")),this.J=!1,this.P=!0,this.g.abort(),this.P=!1,this.dispatchEvent("complete"),this.dispatchEvent("abort"),jd(this))};M.prototype.M=function(){this.g&&(this.J&&(this.J=!1,this.P=!0,this.g.abort(),this.P=!1),jd(this,!0));M.R.M.call(this)};M.prototype.tb=function(){this.Y||(this.La||this.oa||this.P?kd(this):this.Ob())};M.prototype.Ob=function(){kd(this)};
var kd=function(a){if(a.J&&"undefined"!=typeof oa)if(a.ya[1]&&4==ld(a)&&2==md(a))H(a.A,N(a,"Local request error detected and ignored"));else if(a.oa&&4==ld(a))Zc(a.tb,0,a);else if(a.dispatchEvent("readystatechange"),4==ld(a)){H(a.A,N(a,"Request complete"));a.J=!1;try{if(nd(a))a.dispatchEvent("complete"),a.dispatchEvent("success");else{try{var b=2<ld(a)?a.g.statusText:""}catch(c){H(a.A,"Can not get status: "+c.message),b=""}a.ba=b+" ["+md(a)+"]";id(a)}}finally{jd(a)}}};
M.prototype.sb=function(a,b){z("progress"===a.type,"goog.net.EventType.PROGRESS is of the same type as raw XHR progress.");this.dispatchEvent(od(a,"progress"));this.dispatchEvent(od(a,b?"downloadprogress":"uploadprogress"))};
var od=function(a,b){return{type:b,lengthComputable:a.lengthComputable,loaded:a.loaded,total:a.total}},jd=function(a,b){if(a.g){gd(a);var c=a.g,d=a.ya[0]?pa:null;a.g=null;a.ya=null;b||a.dispatchEvent("ready");try{c.onreadystatechange=d}catch(e){(a=a.A)&&Db(a,pb,"Problem encountered resetting onreadystatechange: "+e.message)}}},gd=function(a){a.g&&a.xa&&(a.g.ontimeout=null);a.wa&&(u.clearTimeout(a.wa),a.wa=null)},nd=function(a){var b=md(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}if(!c){if(b=0===b)a=String(a.qa).match($c)[1]||null,!a&&u.self&&u.self.location&&(a=u.self.location.protocol,a=a.substr(0,a.length-1)),b=!cd.test(a?a.toLowerCase():"");c=b}return c},ld=function(a){return a.g?a.g.readyState:0},md=function(a){try{return 2<ld(a)?a.g.status:-1}catch(b){return-1}};M.prototype.getResponseHeader=function(a){if(this.g&&4==ld(this))return a=this.g.getResponseHeader(a),null===a?void 0:a};
M.prototype.getAllResponseHeaders=function(){return this.g&&4==ld(this)?this.g.getAllResponseHeaders()||"":""};var N=function(a,b){return b+" ["+a.qb+" "+a.qa+" "+md(a)+"]"};var pd=function(a){if(a.O&&"function"==typeof a.O)return a.O();if("undefined"!==typeof Map&&a instanceof Map||"undefined"!==typeof Set&&a instanceof Set)return Array.from(a.values());if("string"===typeof a)return a.split("");if(qa(a)){for(var b=[],c=a.length,d=0;d<c;d++)b.push(a[d]);return b}b=[];c=0;for(d in a)b[c++]=a[d];return b},qd=function(a){if(a.Ha&&"function"==typeof a.Ha)return a.Ha();if(!a.O||"function"!=typeof a.O){if("undefined"!==typeof Map&&a instanceof Map)return Array.from(a.keys());
if(!("undefined"!==typeof Set&&a instanceof Set)){if(qa(a)||"string"===typeof a){var b=[];a=a.length;for(var c=0;c<a;c++)b.push(c);return b}b=[];c=0;for(var d in a)b[c++]=d;return b}}},rd=function(a,b,c){if(a.forEach&&"function"==typeof a.forEach)a.forEach(b,c);else if(qa(a)||"string"===typeof a)Array.prototype.forEach.call(a,b,c);else for(var d=qd(a),e=pd(a),f=e.length,l=0;l<f;l++)b.call(c,e[l],d&&d[l],a)};var O=function(a,b){this.G=this.S=this.L="";this.U=null;this.N=this.o="";this.B=this.Mb=!1;if(a instanceof O){this.B=void 0!==b?b:a.B;sd(this,a.L);var c=a.S;P(this);this.S=c;c=a.G;P(this);this.G=c;td(this,a.U);c=a.o;P(this);this.o=c;ud(this,a.D.clone());a=a.N;P(this);this.N=a}else a&&(c=String(a).match($c))?(this.B=!!b,sd(this,c[1]||"",!0),a=c[2]||"",P(this),this.S=vd(a),a=c[3]||"",P(this),this.G=vd(a,!0),td(this,c[4]),a=c[5]||"",P(this),this.o=vd(a,!0),ud(this,c[6]||"",!0),a=c[7]||"",P(this),this.N=
vd(a)):(this.B=!!b,this.D=new Q(null,this.B))};O.prototype.toString=function(){var a=[],b=this.L;b&&a.push(wd(b,xd,!0),":");var c=this.G;if(c||"file"==b)a.push("//"),(b=this.S)&&a.push(wd(b,xd,!0),"@"),a.push(encodeURIComponent(String(c)).replace(/%25([0-9a-fA-F]{2})/g,"%$1")),c=this.U,null!=c&&a.push(":",String(c));if(c=this.o)this.G&&"/"!=c.charAt(0)&&a.push("/"),a.push(wd(c,"/"==c.charAt(0)?yd:zd,!0));(c=this.D.toString())&&a.push("?",c);(c=this.N)&&a.push("#",wd(c,Ad));return a.join("")};
O.prototype.resolve=function(a){var b=this.clone(),c=!!a.L;c?sd(b,a.L):c=!!a.S;if(c){var d=a.S;P(b);b.S=d}else c=!!a.G;c?(d=a.G,P(b),b.G=d):c=null!=a.U;d=a.o;if(c)td(b,a.U);else if(c=!!a.o){if("/"!=d.charAt(0))if(this.G&&!this.o)d="/"+d;else{var e=b.o.lastIndexOf("/");-1!=e&&(d=b.o.substr(0,e+1)+d)}e=d;if(".."==e||"."==e)d="";else if(-1!=e.indexOf("./")||-1!=e.indexOf("/.")){d=0==e.lastIndexOf("/",0);e=e.split("/");for(var f=[],l=0;l<e.length;){var k=e[l++];"."==k?d&&l==e.length&&f.push(""):".."==
k?((1<f.length||1==f.length&&""!=f[0])&&f.pop(),d&&l==e.length&&f.push("")):(f.push(k),d=!0)}d=f.join("/")}else d=e}c?(P(b),b.o=d):c=""!==a.D.toString();c?ud(b,a.D.clone()):c=!!a.N;c&&(a=a.N,P(b),b.N=a);return b};O.prototype.clone=function(){return new O(this)};
var sd=function(a,b,c){P(a);a.L=c?vd(b,!0):b;a.L&&(a.L=a.L.replace(/:$/,""))},td=function(a,b){P(a);if(b){b=Number(b);if(isNaN(b)||0>b)throw Error("Bad port number "+b);a.U=b}else a.U=null},ud=function(a,b,c){P(a);b instanceof Q?(a.D=b,a.D.Xa(a.B)):(c||(b=wd(b,Bd)),a.D=new Q(b,a.B))};O.prototype.getQuery=function(){return this.D.toString()};O.prototype.removeParameter=function(a){P(this);this.D.remove(a);return this};var P=function(a){if(a.Mb)throw Error("Tried to modify a read-only Uri");};
O.prototype.Xa=function(a){this.B=a;this.D&&this.D.Xa(a)};
var vd=function(a,b){return a?b?decodeURI(a.replace(/%25/g,"%2525")):decodeURIComponent(a):""},wd=function(a,b,c){return"string"===typeof a?(a=encodeURI(a).replace(b,Cd),c&&(a=a.replace(/%25([0-9a-fA-F]{2})/g,"%$1")),a):null},Cd=function(a){a=a.charCodeAt(0);return"%"+(a>>4&15).toString(16)+(a&15).toString(16)},xd=/[#\/\?@]/g,zd=/[#\?:]/g,yd=/[#\?]/g,Bd=/[#\?@]/g,Ad=/#/g,Q=function(a,b){this.j=this.h=null;this.s=a||null;this.B=!!b},R=function(a){a.h||(a.h=new Map,a.j=0,a.s&&ad(a.s,function(b,c){a.add(decodeURIComponent(b.replace(/\+/g,
" ")),c)}))};Q.prototype.add=function(a,b){R(this);this.s=null;a=Dd(this,a);var c=this.h.get(a);c||this.h.set(a,c=[]);c.push(b);this.j=Aa(this.j)+1;return this};Q.prototype.remove=function(a){R(this);a=Dd(this,a);return this.h.has(a)?(this.s=null,this.j=Aa(this.j)-this.h.get(a).length,this.h.delete(a)):!1};Q.prototype.clear=function(){this.h=this.s=null;this.j=0};var Ed=function(a,b){R(a);b=Dd(a,b);return a.h.has(b)};g=Q.prototype;
g.forEach=function(a,b){R(this);this.h.forEach(function(c,d){c.forEach(function(e){a.call(b,e,d,this)},this)},this)};g.Ha=function(){R(this);for(var a=Array.from(this.h.values()),b=Array.from(this.h.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};g.O=function(a){R(this);var b=[];if("string"===typeof a)Ed(this,a)&&(b=b.concat(this.h.get(Dd(this,a))));else{a=Array.from(this.h.values());for(var c=0;c<a.length;c++)b=b.concat(a[c])}return b};
g.set=function(a,b){R(this);this.s=null;a=Dd(this,a);Ed(this,a)&&(this.j=Aa(this.j)-this.h.get(a).length);this.h.set(a,[b]);this.j=Aa(this.j)+1;return this};g.get=function(a,b){if(!a)return b;a=this.O(a);return 0<a.length?String(a[0]):b};
g.toString=function(){if(this.s)return this.s;if(!this.h)return"";for(var a=[],b=Array.from(this.h.keys()),c=0;c<b.length;c++){var d=b[c],e=encodeURIComponent(String(d));d=this.O(d);for(var f=0;f<d.length;f++){var l=e;""!==d[f]&&(l+="="+encodeURIComponent(String(d[f])));a.push(l)}}return this.s=a.join("&")};g.clone=function(){var a=new Q;a.s=this.s;this.h&&(a.h=new Map(this.h),a.j=this.j);return a};var Dd=function(a,b){b=String(b);a.B&&(b=b.toLowerCase());return b};
Q.prototype.Xa=function(a){a&&!this.B&&(R(this),this.s=null,this.h.forEach(function(b,c){var d=c.toLowerCase();if(c!=d&&(this.remove(c),this.remove(d),0<b.length)){this.s=null;c=this.h;var e=c.set;d=Dd(this,d);var f=b.length;if(0<f){for(var l=Array(f),k=0;k<f;k++)l[k]=b[k];f=l}else f=[];e.call(c,d,f);this.j=Aa(this.j)+b.length}},this));this.B=a};Q.prototype.extend=function(a){for(var b=0;b<arguments.length;b++)rd(arguments[b],function(c,d){this.add(d,c)},this)};var Fd=Za(),Gd=$b()||E("iPod"),Hd=E("iPad"),Id=E("Android")&&!($a()||Za()||E("Opera")||E("Silk")),Jd=$a(),Kd=E("Safari")&&!($a()||E("Coast")||E("Opera")||E("Edge")||E("Edg/")||E("OPR")||Za()||E("Silk")||E("Android"))&&!ac();var Ld=function(a){return(a=a.exec(D))?a[1]:""},Md=function(){if(Fd)return Ld(/Firefox\/([0-9.]+)/);if(ic||jc||hc)return rc;if(Jd){if(ac()||E("Macintosh")){var a=Ld(/CriOS\/([0-9.]+)/);if(a)return a}return Ld(/Chrome\/([0-9.]+)/)}if(Kd&&!ac())return Ld(/Version\/([0-9.]+)/);if(Gd||Hd){if(a=/Version\/(\S+).*Mobile\/(\S+)/.exec(D))return a[1]+"."+a[2]}else if(Id)return(a=Ld(/Android\s+([0-9.]+)/))?a:Ld(/Version\/([0-9.]+)/);return""}();var S=function(a){Zb.call(this,a);this.lb=100;this.Pa={};this.Aa=null;this.Ba="";this.Ab=!0;this.Ma=10;this.ua=null;this.Ib=this.ka=!1;this.hb="https://clients2.google.com/cr/staging_report";this.Jb=!1};ma(S,Zb);g=S.prototype;g.Xb=function(a){this.Ab=a;return this};g.Ya=function(a){this.Ma=Math.min(a,100);return this};g.Wa=function(a){this.lb=Nd(a);return this};g.Eb=function(a,b){this.Pa[a]=Nd(b);return this};g.Vb=function(a){this.Aa=a;return this};g.Wb=function(a){this.Ba=a;return this};
var Nd=function(a){z(0<=a&&100>=a,"Global sampling should be a number between 0 and 100");z(a==a.toPrecision(5),"Global sampling percent supported only up to a thousandth precision");return a};S.prototype.enable=function(){if(this.isEnabled())return!1;this.Na=window.onerror;window.onerror=this.Nb.bind(this);return this.ob=!0};
S.prototype.Sa=function(a,b,c,d,e,f){f=void 0===f?new Map:f;var l=window.location.href;l=l instanceof O?l.clone():new O(l,void 0);a=null!=e&&null!=e.message?e.message:a;Eb(Od,cb('The following error:" %s" occurred at URL: %s',a,l.o));if("function"===typeof this.Aa&&!this.Aa(l.o,a,b,c,d,e))Eb(Od,"The error was throttled by a custom handler and will not be uploaded.");else if(this.ka){for(var k=Object.keys(this.Pa),m=100,n=0;n<k.length;++n){var p=k[n];(new RegExp(p)).test(a)&&(m=this.Pa[p])}(100*Math.random()).toFixed(6)>=
this.lb*m/100?Eb(Od,"The error upload was throttled due to sampling."):(0<=this.Ma&&null===this.ua&&(this.ua=new Yb(this.Ma,this.Ab)),(null===this.ua?0:!this.ua.exec())?Eb(Od,"The error upload was throttled since it exceeded the maximum allowed hourly rate."):this.ka&&(e=e||null,c=Pd(this,l,a,f,b,c,void 0!==d?d:null),c.prod=this.T.ma(),c.ver=this.T.Ka(),d=null!==e?db(e.stack):"",b=this.hb,c=Qd(c),Ra(a)||(f=d.split("\n"),-1<f[0].indexOf(a)&&(f.splice(0,1),d=f.join("\n"))),Rd(this,b,c,d),l={product:this.T.ma(),
url:l.o,js_errors_count:"1"},a=db(this.T.la()),Ra(a)||(l.version=a),Rd(this,"https://clients2.google.com/cr/staging_perf",Qd(l))))}};S.prototype.Nb=function(a,b,c,d,e){this.Sa(a,b,c,d,e);null!=this.Na&&"function"===typeof this.Na&&this.Na(a,b,c,d,e)};
var Pd=function(a,b,c,d,e,f,l){var k=Ja(a.T.getContext());d.forEach(function(m,n){k[n]=m});k.url=b.o;a.Ib&&(k.full_url=u.location.href);a.Jb&&(k.user_agent=u.navigator.userAgent);k.type="JavascriptError";k.error_message=c;k.browser=Sd();k.browser_version=Md;k.os=E("CrOS")?"Chrome OS":E("Linux")?"Linux":E("Windows")?"Windows":E("Android")?"Android":$b()?"iPhone":E("iPad")?"iPad":E("iPod")?"iPod":E("Macintosh")?"Mac":"Unknown";k.os_version=bc();b=a.T.la();null!==b&&(k.channel=b);Ra(a.Ba)||(k.guid=a.Ba);
null!==e&&(k.src=e);null!==f&&(k.line=f.toString());null!==l&&(k.column=l.toString());return k},Qd=function(a){var b="",c;for(c in a)b+=Ra(b)?"?":"&",b+=c+"="+encodeURIComponent(a[c]);return b},Rd=function(a,b,c,d){d=d||"";c=b+c;a=a.Fb.bind(a,b);b=Ra(d)?{}:{"Content-Type":"text/plain"};var e=new M;ed.push(e);a&&(Hc(e),e.u.add("complete",a,!1,void 0,void 0));e.u.add("ready",e.Hb,!0,void 0,void 0);e.V=6E4;e.$a=!0;e.send(c,"POST",d,b)};
S.prototype.Fb=function(a,b){b=Ga(b.target,M,"Unexpected event target type.");switch(a){case "https://clients2.google.com/cr/staging_perf":a="Crash Performance Data Collector";break;case this.hb:a="Crash Report Collector"}try{var c=b.g?b.g.responseText:""}catch(d){H(b.A,"Can not get responseText: "+d.message),c=""}nd(b)?Eb(Od,"JS exception successfully uploaded to "+a+";Response: "+c):Od&&Db(Od,pb,"Failed uploading JS exception to "+a+". Response: "+c)};
var Sd=function(){var a="Other";hc?a="Opera":ic?a="Internet Explorer":Fd?a="Firefox":Jd?a="Chrome":Kd&&(a="Safari");return a};S.prototype.reportError=S.prototype.Sa;S.prototype.enable=S.prototype.enable;S.prototype.setClientId=S.prototype.Wb;S.prototype.setCallback=S.prototype.Vb;S.prototype.addPerErrorMessageSampling=S.prototype.Eb;S.prototype.setGlobalSampling=S.prototype.Wa;S.prototype.setMaxErrorsPerHour=S.prototype.Ya;S.prototype.setUseLocalStorage=S.prototype.Xb;
var Od=G(Cb(),"webmonitoring.JsErrorsReporter",void 0).ra;var T=function(a){J.call(this);this.K=new eb(a);this.Ta={}};x(T,J);var Td=["webmonitoring","Monitoring"],U=u;Td[0]in U||"undefined"==typeof U.execScript||U.execScript("var "+Td[0]);for(var Ud;Td.length&&(Ud=Td.shift());)Td.length||void 0===T?U=U[Ud]&&U[Ud]!==Object.prototype[Ud]?U[Ud]:U[Ud]={}:U[Ud]=T;T.prototype.fa=function(a){this.K.fa(a);return this};T.prototype.setVersion=T.prototype.fa;T.prototype.Ua=function(a){this.K.Ua(a);return this};T.prototype.setChannel=T.prototype.Ua;
T.prototype.Va=function(a){this.K.Va(a);return this};T.prototype.setContext=T.prototype.Va;g=T.prototype;g.ma=function(){return this.K.ma()};g.Ka=function(){return this.K.Ka()};g.la=function(){return this.K.la()};g.getContext=function(){return this.K.getContext()};g.Ca=function(){null==this.Ta[2]&&(this.Ta[2]=new S(this.K));return this.Ta[2]};T.prototype.createJsErrorsReporter=T.prototype.Ca;/*

 SPDX-License-Identifier: Apache-2.0
*/
var Vd={};function Wd(){var a="undefined"!==typeof window?window.trustedTypes:void 0;return null!==a&&void 0!==a?a:null}var Xd;function Yd(){var a,b;if(void 0===Xd)try{Xd=null!==(b=null===(a=Wd())||void 0===a?void 0:a.createPolicy("google#safe",{createHTML:function(c){return c},createScript:function(c){return c},createScriptURL:function(c){return c}}))&&void 0!==b?b:null}catch(c){Xd=null}return Xd};var Zd=function(){},$d=function(a,b){if(b!==Vd)throw Error("Bad secret");this.ub=a};ma($d,Zd);$d.prototype.toString=function(){return this.ub.toString()};function ae(a){var b,c=null===(b=Yd())||void 0===b?void 0:b.createScriptURL(a);return new $d(null!==c&&void 0!==c?c:a,Vd)}function be(a){if(a instanceof $d)return a.ub;throw Error("Unexpected type when unwrapping TrustedResourceUrl");}
function ce(a){var b;a=be(a);return(null===(b=Wd())||void 0===b?0:b.isScriptURL(a))?TrustedScriptURL.prototype.toString.apply(a):a};function V(a,b){for(var c=[],d=1;d<arguments.length;++d)c[d-1]=arguments[d];if(!Array.isArray(a)||!Array.isArray(a.raw))throw new TypeError("trustedResourceUrl is a template literal tag function and can only be called as such (e.g. trustedResourceUrl`/somepath.js`)");if(0===c.length)return ae(a[0]);d=a[0].toLowerCase();if(/^data:/.test(d))throw Error("Data URLs cannot have expressions in the template literal input.");if(/^https:\/\//.test(d)||/^\/\//.test(d)){var e=d.indexOf("//")+2;var f=d.indexOf("/",
e);if(f<=e)throw Error("Can't interpolate data in a url's origin, Please make sure to fully specify the origin, terminated with '/'.");e=d.substring(e,f);if(!/^[0-9a-z.:-]+$/i.test(e))throw Error("The origin contains unsupported characters.");if(!/^[^:]*(:[0-9]+)?$/i.test(e))throw Error("Invalid port number.");if(!/(^|\.)[a-z][^.]*$/i.test(e))throw Error("The top-level domain must start with a letter.");e=!0}else e=!1;if(e=!e){if(/^\//.test(d))if("/"===d||1<d.length&&"/"!==d[1]&&"\\"!==d[1])e=!0;
else throw Error("The path start in the url is invalid.");else e=!1;e=!e}if(e){if(/^about:blank/.test(d)){if("about:blank"!==d&&!/^about:blank#/.test(d))throw Error("The about url is invalid.");d=!0}else d=!1;e=!d}if(e)throw Error("Trying to interpolate expressions in an unsupported url format.");d=[a[0]];for(e=0;e<c.length;e++)d.push(encodeURIComponent(c[e])),d.push(a[e+1]);return ae(d.join(""))}
function de(a,b){var c=ce(a);if(/#/.test(c))throw Error("Found a hash in url ("+c+"), appending not supported");var d=/\?/.test(c)?"&":"?";b.forEach(function(e,f){e=e instanceof Array?e:[e];for(var l=0;l<e.length;l++){var k=e[l];null!==k&&void 0!==k&&(c+=d+encodeURIComponent(f)+"="+encodeURIComponent(String(k)),d="&")}});return ae(c)};function ee(a){var b,c=(a.ownerDocument&&a.ownerDocument.defaultView||window).document,d=null===(b=c.querySelector)||void 0===b?void 0:b.call(c,"script[nonce]");(b=d?d.nonce||d.getAttribute("nonce")||"":"")&&a.setAttribute("nonce",b)};var fe=G(Cb(),"paidtasks.app.error",void 0).ra,ge=(new T("GoogleConsumerSurveys")).fa("prompt-web").Ca();ge.ka=!0;var he=ge.Wa(5).Ya(100),ie=(new T("GoogleConsumerSurveys")).fa("prompt-android").Ca();ie.ka=!0;ie.Wa(15).Ya(100);var je=[],ke=null;function le(){if(document.readyState)return"interactive"==document.readyState||"complete"==document.readyState;var a=null;try{a=document.documentElement}catch(b){}if(!a)return!1;try{a.doScroll("left")}catch(b){return!1}return!!document.body}function me(){if(le()){var a=ke;a&&"function"==typeof a.Da&&a.Da();ke=null;for(a=0;a<je.length;a++)je[a]();je.length=0}}
function ne(a){if(!ic||sc(7))var b=!1;else Ec(window,"load",a),b=!0;b||(le()?a():(je.push(a),null==ke&&(ke=new Yc(500),Fc(ke,"tick",me),ke.start())))};var oe=function(a,b){b=void 0===b?document:b;a=String(a);var c;"application/xhtml+xml"===(null==(c=b)?void 0:c.contentType)&&(a=a.toLowerCase());return b.createElement(a)};var pe=q(["https://adservice.google.com/adsid/integrator.",""]),qe=q(["https://adservice.google.ad/adsid/integrator.",""]),re=q(["https://adservice.google.ae/adsid/integrator.",""]),se=q(["https://adservice.google.com.af/adsid/integrator.",""]),te=q(["https://adservice.google.com.ag/adsid/integrator.",""]),ue=q(["https://adservice.google.com.ai/adsid/integrator.",""]),ve=q(["https://adservice.google.al/adsid/integrator.",""]),we=q(["https://adservice.google.co.ao/adsid/integrator.",""]),xe=q(["https://adservice.google.com.ar/adsid/integrator.",
""]),ye=q(["https://adservice.google.as/adsid/integrator.",""]),ze=q(["https://adservice.google.at/adsid/integrator.",""]),Ae=q(["https://adservice.google.com.au/adsid/integrator.",""]),Be=q(["https://adservice.google.az/adsid/integrator.",""]),Ce=q(["https://adservice.google.com.bd/adsid/integrator.",""]),De=q(["https://adservice.google.be/adsid/integrator.",""]),Ee=q(["https://adservice.google.bf/adsid/integrator.",""]),Fe=q(["https://adservice.google.bg/adsid/integrator.",""]),Ge=q(["https://adservice.google.com.bh/adsid/integrator.",
""]),He=q(["https://adservice.google.bi/adsid/integrator.",""]),Ie=q(["https://adservice.google.bj/adsid/integrator.",""]),Je=q(["https://adservice.google.com.bn/adsid/integrator.",""]),Ke=q(["https://adservice.google.com.bo/adsid/integrator.",""]),Le=q(["https://adservice.google.com.br/adsid/integrator.",""]),Me=q(["https://adservice.google.bs/adsid/integrator.",""]),Ne=q(["https://adservice.google.bt/adsid/integrator.",""]),Oe=q(["https://adservice.google.co.bw/adsid/integrator.",""]),Pe=q(["https://adservice.google.com.bz/adsid/integrator.",
""]),Qe=q(["https://adservice.google.ca/adsid/integrator.",""]),Re=q(["https://adservice.google.cd/adsid/integrator.",""]),Se=q(["https://adservice.google.cf/adsid/integrator.",""]),Te=q(["https://adservice.google.cg/adsid/integrator.",""]),Ue=q(["https://adservice.google.ch/adsid/integrator.",""]),Ve=q(["https://adservice.google.ci/adsid/integrator.",""]),We=q(["https://adservice.google.co.ck/adsid/integrator.",""]),Xe=q(["https://adservice.google.cl/adsid/integrator.",""]),Ye=q(["https://adservice.google.cm/adsid/integrator.",
""]),Ze=q(["https://adservice.google.com.co/adsid/integrator.",""]),$e=q(["https://adservice.google.co.cr/adsid/integrator.",""]),af=q(["https://adservice.google.com.cu/adsid/integrator.",""]),bf=q(["https://adservice.google.cv/adsid/integrator.",""]),cf=q(["https://adservice.google.com.cy/adsid/integrator.",""]),df=q(["https://adservice.google.cz/adsid/integrator.",""]),ef=q(["https://adservice.google.de/adsid/integrator.",""]),ff=q(["https://adservice.google.dj/adsid/integrator.",""]),gf=q(["https://adservice.google.dk/adsid/integrator.",
""]),hf=q(["https://adservice.google.dm/adsid/integrator.",""]),jf=q(["https://adservice.google.dz/adsid/integrator.",""]),kf=q(["https://adservice.google.com.ec/adsid/integrator.",""]),lf=q(["https://adservice.google.ee/adsid/integrator.",""]),mf=q(["https://adservice.google.com.eg/adsid/integrator.",""]),nf=q(["https://adservice.google.es/adsid/integrator.",""]),of=q(["https://adservice.google.com.et/adsid/integrator.",""]),pf=q(["https://adservice.google.fi/adsid/integrator.",""]),qf=q(["https://adservice.google.com.fj/adsid/integrator.",
""]),rf=q(["https://adservice.google.fm/adsid/integrator.",""]),sf=q(["https://adservice.google.fr/adsid/integrator.",""]),tf=q(["https://adservice.google.ga/adsid/integrator.",""]),uf=q(["https://adservice.google.ge/adsid/integrator.",""]),vf=q(["https://adservice.google.gg/adsid/integrator.",""]),wf=q(["https://adservice.google.com.gh/adsid/integrator.",""]),xf=q(["https://adservice.google.com.gi/adsid/integrator.",""]),yf=q(["https://adservice.google.gl/adsid/integrator.",""]),zf=q(["https://adservice.google.gm/adsid/integrator.",
""]),Af=q(["https://adservice.google.gr/adsid/integrator.",""]),Bf=q(["https://adservice.google.com.gt/adsid/integrator.",""]),Cf=q(["https://adservice.google.gy/adsid/integrator.",""]),Df=q(["https://adservice.google.com.hk/adsid/integrator.",""]),Ef=q(["https://adservice.google.hn/adsid/integrator.",""]),Ff=q(["https://adservice.google.hr/adsid/integrator.",""]),Gf=q(["https://adservice.google.ht/adsid/integrator.",""]),Hf=q(["https://adservice.google.hu/adsid/integrator.",""]),If=q(["https://adservice.google.co.id/adsid/integrator.",
""]),Jf=q(["https://adservice.google.ie/adsid/integrator.",""]),Kf=q(["https://adservice.google.co.il/adsid/integrator.",""]),Lf=q(["https://adservice.google.im/adsid/integrator.",""]),Mf=q(["https://adservice.google.co.in/adsid/integrator.",""]),Nf=q(["https://adservice.google.iq/adsid/integrator.",""]),Of=q(["https://adservice.google.is/adsid/integrator.",""]),Pf=q(["https://adservice.google.it/adsid/integrator.",""]),Qf=q(["https://adservice.google.je/adsid/integrator.",""]),Rf=q(["https://adservice.google.com.jm/adsid/integrator.",
""]),Sf=q(["https://adservice.google.jo/adsid/integrator.",""]),Tf=q(["https://adservice.google.co.jp/adsid/integrator.",""]),Uf=q(["https://adservice.google.co.ke/adsid/integrator.",""]),Vf=q(["https://adservice.google.com.kh/adsid/integrator.",""]),Wf=q(["https://adservice.google.ki/adsid/integrator.",""]),Xf=q(["https://adservice.google.kg/adsid/integrator.",""]),Yf=q(["https://adservice.google.co.kr/adsid/integrator.",""]),Zf=q(["https://adservice.google.com.kw/adsid/integrator.",""]),$f=q(["https://adservice.google.kz/adsid/integrator.",
""]),ag=q(["https://adservice.google.la/adsid/integrator.",""]),bg=q(["https://adservice.google.com.lb/adsid/integrator.",""]),cg=q(["https://adservice.google.li/adsid/integrator.",""]),dg=q(["https://adservice.google.lk/adsid/integrator.",""]),eg=q(["https://adservice.google.co.ls/adsid/integrator.",""]),fg=q(["https://adservice.google.lt/adsid/integrator.",""]),gg=q(["https://adservice.google.lu/adsid/integrator.",""]),hg=q(["https://adservice.google.lv/adsid/integrator.",""]),ig=q(["https://adservice.google.com.ly/adsid/integrator.",
""]),jg=q(["https://adservice.google.md/adsid/integrator.",""]),kg=q(["https://adservice.google.me/adsid/integrator.",""]),lg=q(["https://adservice.google.mg/adsid/integrator.",""]),mg=q(["https://adservice.google.mk/adsid/integrator.",""]),ng=q(["https://adservice.google.ml/adsid/integrator.",""]),og=q(["https://adservice.google.com.mm/adsid/integrator.",""]),pg=q(["https://adservice.google.mn/adsid/integrator.",""]),qg=q(["https://adservice.google.ms/adsid/integrator.",""]),rg=q(["https://adservice.google.com.mt/adsid/integrator.",
""]),sg=q(["https://adservice.google.mu/adsid/integrator.",""]),tg=q(["https://adservice.google.mv/adsid/integrator.",""]),ug=q(["https://adservice.google.mw/adsid/integrator.",""]),vg=q(["https://adservice.google.com.mx/adsid/integrator.",""]),wg=q(["https://adservice.google.com.my/adsid/integrator.",""]),xg=q(["https://adservice.google.co.mz/adsid/integrator.",""]),yg=q(["https://adservice.google.com.na/adsid/integrator.",""]),zg=q(["https://adservice.google.com.ng/adsid/integrator.",""]),Ag=q(["https://adservice.google.com.ni/adsid/integrator.",
""]),Bg=q(["https://adservice.google.ne/adsid/integrator.",""]),Cg=q(["https://adservice.google.nl/adsid/integrator.",""]),Dg=q(["https://adservice.google.no/adsid/integrator.",""]),Eg=q(["https://adservice.google.com.np/adsid/integrator.",""]),Fg=q(["https://adservice.google.nr/adsid/integrator.",""]),Gg=q(["https://adservice.google.nu/adsid/integrator.",""]),Hg=q(["https://adservice.google.co.nz/adsid/integrator.",""]),Ig=q(["https://adservice.google.com.om/adsid/integrator.",""]),Jg=q(["https://adservice.google.com.pa/adsid/integrator.",
""]),Kg=q(["https://adservice.google.com.pe/adsid/integrator.",""]),Lg=q(["https://adservice.google.com.pg/adsid/integrator.",""]),Mg=q(["https://adservice.google.com.ph/adsid/integrator.",""]),Ng=q(["https://adservice.google.com.pk/adsid/integrator.",""]),Og=q(["https://adservice.google.pl/adsid/integrator.",""]),Pg=q(["https://adservice.google.pn/adsid/integrator.",""]),Qg=q(["https://adservice.google.com.pr/adsid/integrator.",""]),Rg=q(["https://adservice.google.ps/adsid/integrator.",""]),Sg=q(["https://adservice.google.pt/adsid/integrator.",
""]),Tg=q(["https://adservice.google.com.py/adsid/integrator.",""]),Ug=q(["https://adservice.google.com.qa/adsid/integrator.",""]),Vg=q(["https://adservice.google.ro/adsid/integrator.",""]),Wg=q(["https://adservice.google.ru/adsid/integrator.",""]),Xg=q(["https://adservice.google.rw/adsid/integrator.",""]),Yg=q(["https://adservice.google.com.sa/adsid/integrator.",""]),Zg=q(["https://adservice.google.com.sb/adsid/integrator.",""]),$g=q(["https://adservice.google.sc/adsid/integrator.",""]),ah=q(["https://adservice.google.se/adsid/integrator.",
""]),bh=q(["https://adservice.google.com.sg/adsid/integrator.",""]),ch=q(["https://adservice.google.sh/adsid/integrator.",""]),dh=q(["https://adservice.google.si/adsid/integrator.",""]),eh=q(["https://adservice.google.sk/adsid/integrator.",""]),fh=q(["https://adservice.google.sn/adsid/integrator.",""]),gh=q(["https://adservice.google.so/adsid/integrator.",""]),hh=q(["https://adservice.google.sm/adsid/integrator.",""]),ih=q(["https://adservice.google.sr/adsid/integrator.",""]),jh=q(["https://adservice.google.st/adsid/integrator.",
""]),kh=q(["https://adservice.google.com.sv/adsid/integrator.",""]),lh=q(["https://adservice.google.td/adsid/integrator.",""]),mh=q(["https://adservice.google.tg/adsid/integrator.",""]),nh=q(["https://adservice.google.co.th/adsid/integrator.",""]),oh=q(["https://adservice.google.com.tj/adsid/integrator.",""]),ph=q(["https://adservice.google.tl/adsid/integrator.",""]),qh=q(["https://adservice.google.tm/adsid/integrator.",""]),rh=q(["https://adservice.google.tn/adsid/integrator.",""]),sh=q(["https://adservice.google.to/adsid/integrator.",
""]),th=q(["https://adservice.google.com.tr/adsid/integrator.",""]),uh=q(["https://adservice.google.tt/adsid/integrator.",""]),vh=q(["https://adservice.google.com.tw/adsid/integrator.",""]),wh=q(["https://adservice.google.co.tz/adsid/integrator.",""]),xh=q(["https://adservice.google.com.ua/adsid/integrator.",""]),yh=q(["https://adservice.google.co.ug/adsid/integrator.",""]),zh=q(["https://adservice.google.co.uk/adsid/integrator.",""]),Ah=q(["https://adservice.google.com.uy/adsid/integrator.",""]),
Bh=q(["https://adservice.google.co.uz/adsid/integrator.",""]),Ch=q(["https://adservice.google.com.vc/adsid/integrator.",""]),Dh=q(["https://adservice.google.co.ve/adsid/integrator.",""]),Eh=q(["https://adservice.google.vg/adsid/integrator.",""]),Fh=q(["https://adservice.google.co.vi/adsid/integrator.",""]),Gh=q(["https://adservice.google.com.vn/adsid/integrator.",""]),Hh=q(["https://adservice.google.vu/adsid/integrator.",""]),Ih=q(["https://adservice.google.ws/adsid/integrator.",""]),Jh=q(["https://adservice.google.rs/adsid/integrator.",
""]),Kh=q(["https://adservice.google.co.za/adsid/integrator.",""]),Lh=q(["https://adservice.google.co.zm/adsid/integrator.",""]),Mh=q(["https://adservice.google.co.zw/adsid/integrator.",""]),Nh=q(["https://adservice.google.cat/adsid/integrator.",""]),Oh=new Map([[".google.com",function(a){return V(pe,a)}],[".google.ad",function(a){return V(qe,a)}],[".google.ae",function(a){return V(re,a)}],[".google.com.af",function(a){return V(se,a)}],[".google.com.ag",function(a){return V(te,a)}],[".google.com.ai",
function(a){return V(ue,a)}],[".google.al",function(a){return V(ve,a)}],[".google.co.ao",function(a){return V(we,a)}],[".google.com.ar",function(a){return V(xe,a)}],[".google.as",function(a){return V(ye,a)}],[".google.at",function(a){return V(ze,a)}],[".google.com.au",function(a){return V(Ae,a)}],[".google.az",function(a){return V(Be,a)}],[".google.com.bd",function(a){return V(Ce,a)}],[".google.be",function(a){return V(De,a)}],[".google.bf",function(a){return V(Ee,a)}],[".google.bg",function(a){return V(Fe,
a)}],[".google.com.bh",function(a){return V(Ge,a)}],[".google.bi",function(a){return V(He,a)}],[".google.bj",function(a){return V(Ie,a)}],[".google.com.bn",function(a){return V(Je,a)}],[".google.com.bo",function(a){return V(Ke,a)}],[".google.com.br",function(a){return V(Le,a)}],[".google.bs",function(a){return V(Me,a)}],[".google.bt",function(a){return V(Ne,a)}],[".google.co.bw",function(a){return V(Oe,a)}],[".google.com.bz",function(a){return V(Pe,a)}],[".google.ca",function(a){return V(Qe,a)}],
[".google.cd",function(a){return V(Re,a)}],[".google.cf",function(a){return V(Se,a)}],[".google.cg",function(a){return V(Te,a)}],[".google.ch",function(a){return V(Ue,a)}],[".google.ci",function(a){return V(Ve,a)}],[".google.co.ck",function(a){return V(We,a)}],[".google.cl",function(a){return V(Xe,a)}],[".google.cm",function(a){return V(Ye,a)}],[".google.com.co",function(a){return V(Ze,a)}],[".google.co.cr",function(a){return V($e,a)}],[".google.com.cu",function(a){return V(af,a)}],[".google.cv",
function(a){return V(bf,a)}],[".google.com.cy",function(a){return V(cf,a)}],[".google.cz",function(a){return V(df,a)}],[".google.de",function(a){return V(ef,a)}],[".google.dj",function(a){return V(ff,a)}],[".google.dk",function(a){return V(gf,a)}],[".google.dm",function(a){return V(hf,a)}],[".google.dz",function(a){return V(jf,a)}],[".google.com.ec",function(a){return V(kf,a)}],[".google.ee",function(a){return V(lf,a)}],[".google.com.eg",function(a){return V(mf,a)}],[".google.es",function(a){return V(nf,
a)}],[".google.com.et",function(a){return V(of,a)}],[".google.fi",function(a){return V(pf,a)}],[".google.com.fj",function(a){return V(qf,a)}],[".google.fm",function(a){return V(rf,a)}],[".google.fr",function(a){return V(sf,a)}],[".google.ga",function(a){return V(tf,a)}],[".google.ge",function(a){return V(uf,a)}],[".google.gg",function(a){return V(vf,a)}],[".google.com.gh",function(a){return V(wf,a)}],[".google.com.gi",function(a){return V(xf,a)}],[".google.gl",function(a){return V(yf,a)}],[".google.gm",
function(a){return V(zf,a)}],[".google.gr",function(a){return V(Af,a)}],[".google.com.gt",function(a){return V(Bf,a)}],[".google.gy",function(a){return V(Cf,a)}],[".google.com.hk",function(a){return V(Df,a)}],[".google.hn",function(a){return V(Ef,a)}],[".google.hr",function(a){return V(Ff,a)}],[".google.ht",function(a){return V(Gf,a)}],[".google.hu",function(a){return V(Hf,a)}],[".google.co.id",function(a){return V(If,a)}],[".google.ie",function(a){return V(Jf,a)}],[".google.co.il",function(a){return V(Kf,
a)}],[".google.im",function(a){return V(Lf,a)}],[".google.co.in",function(a){return V(Mf,a)}],[".google.iq",function(a){return V(Nf,a)}],[".google.is",function(a){return V(Of,a)}],[".google.it",function(a){return V(Pf,a)}],[".google.je",function(a){return V(Qf,a)}],[".google.com.jm",function(a){return V(Rf,a)}],[".google.jo",function(a){return V(Sf,a)}],[".google.co.jp",function(a){return V(Tf,a)}],[".google.co.ke",function(a){return V(Uf,a)}],[".google.com.kh",function(a){return V(Vf,a)}],[".google.ki",
function(a){return V(Wf,a)}],[".google.kg",function(a){return V(Xf,a)}],[".google.co.kr",function(a){return V(Yf,a)}],[".google.com.kw",function(a){return V(Zf,a)}],[".google.kz",function(a){return V($f,a)}],[".google.la",function(a){return V(ag,a)}],[".google.com.lb",function(a){return V(bg,a)}],[".google.li",function(a){return V(cg,a)}],[".google.lk",function(a){return V(dg,a)}],[".google.co.ls",function(a){return V(eg,a)}],[".google.lt",function(a){return V(fg,a)}],[".google.lu",function(a){return V(gg,
a)}],[".google.lv",function(a){return V(hg,a)}],[".google.com.ly",function(a){return V(ig,a)}],[".google.md",function(a){return V(jg,a)}],[".google.me",function(a){return V(kg,a)}],[".google.mg",function(a){return V(lg,a)}],[".google.mk",function(a){return V(mg,a)}],[".google.ml",function(a){return V(ng,a)}],[".google.com.mm",function(a){return V(og,a)}],[".google.mn",function(a){return V(pg,a)}],[".google.ms",function(a){return V(qg,a)}],[".google.com.mt",function(a){return V(rg,a)}],[".google.mu",
function(a){return V(sg,a)}],[".google.mv",function(a){return V(tg,a)}],[".google.mw",function(a){return V(ug,a)}],[".google.com.mx",function(a){return V(vg,a)}],[".google.com.my",function(a){return V(wg,a)}],[".google.co.mz",function(a){return V(xg,a)}],[".google.com.na",function(a){return V(yg,a)}],[".google.com.ng",function(a){return V(zg,a)}],[".google.com.ni",function(a){return V(Ag,a)}],[".google.ne",function(a){return V(Bg,a)}],[".google.nl",function(a){return V(Cg,a)}],[".google.no",function(a){return V(Dg,
a)}],[".google.com.np",function(a){return V(Eg,a)}],[".google.nr",function(a){return V(Fg,a)}],[".google.nu",function(a){return V(Gg,a)}],[".google.co.nz",function(a){return V(Hg,a)}],[".google.com.om",function(a){return V(Ig,a)}],[".google.com.pa",function(a){return V(Jg,a)}],[".google.com.pe",function(a){return V(Kg,a)}],[".google.com.pg",function(a){return V(Lg,a)}],[".google.com.ph",function(a){return V(Mg,a)}],[".google.com.pk",function(a){return V(Ng,a)}],[".google.pl",function(a){return V(Og,
a)}],[".google.pn",function(a){return V(Pg,a)}],[".google.com.pr",function(a){return V(Qg,a)}],[".google.ps",function(a){return V(Rg,a)}],[".google.pt",function(a){return V(Sg,a)}],[".google.com.py",function(a){return V(Tg,a)}],[".google.com.qa",function(a){return V(Ug,a)}],[".google.ro",function(a){return V(Vg,a)}],[".google.ru",function(a){return V(Wg,a)}],[".google.rw",function(a){return V(Xg,a)}],[".google.com.sa",function(a){return V(Yg,a)}],[".google.com.sb",function(a){return V(Zg,a)}],[".google.sc",
function(a){return V($g,a)}],[".google.se",function(a){return V(ah,a)}],[".google.com.sg",function(a){return V(bh,a)}],[".google.sh",function(a){return V(ch,a)}],[".google.si",function(a){return V(dh,a)}],[".google.sk",function(a){return V(eh,a)}],[".google.sn",function(a){return V(fh,a)}],[".google.so",function(a){return V(gh,a)}],[".google.sm",function(a){return V(hh,a)}],[".google.sr",function(a){return V(ih,a)}],[".google.st",function(a){return V(jh,a)}],[".google.com.sv",function(a){return V(kh,
a)}],[".google.td",function(a){return V(lh,a)}],[".google.tg",function(a){return V(mh,a)}],[".google.co.th",function(a){return V(nh,a)}],[".google.com.tj",function(a){return V(oh,a)}],[".google.tl",function(a){return V(ph,a)}],[".google.tm",function(a){return V(qh,a)}],[".google.tn",function(a){return V(rh,a)}],[".google.to",function(a){return V(sh,a)}],[".google.com.tr",function(a){return V(th,a)}],[".google.tt",function(a){return V(uh,a)}],[".google.com.tw",function(a){return V(vh,a)}],[".google.co.tz",
function(a){return V(wh,a)}],[".google.com.ua",function(a){return V(xh,a)}],[".google.co.ug",function(a){return V(yh,a)}],[".google.co.uk",function(a){return V(zh,a)}],[".google.com.uy",function(a){return V(Ah,a)}],[".google.co.uz",function(a){return V(Bh,a)}],[".google.com.vc",function(a){return V(Ch,a)}],[".google.co.ve",function(a){return V(Dh,a)}],[".google.vg",function(a){return V(Eh,a)}],[".google.co.vi",function(a){return V(Fh,a)}],[".google.com.vn",function(a){return V(Gh,a)}],[".google.vu",
function(a){return V(Hh,a)}],[".google.ws",function(a){return V(Ih,a)}],[".google.rs",function(a){return V(Jh,a)}],[".google.co.za",function(a){return V(Kh,a)}],[".google.co.zm",function(a){return V(Lh,a)}],[".google.co.zw",function(a){return V(Mh,a)}],[".google.cat",function(a){return V(Nh,a)}]].map(function(a){var b=r(a);a=b.next().value;b=b.next().value;var c={};return[a,(c.json=b("json"),c.js=b("js"),c["sync.js"]=b("sync.js"),c)]}));var Ph=function(a,b,c){var d="script";d=void 0===d?"":d;var e=oe("LINK",a);try{a:{try{var f=e&&e.ownerDocument,l=f&&(f.defaultView||f.parentWindow);l=l||u;if(l.Element&&l.Location){var k=l;break a}}catch(Ca){}k=null}if(k&&"undefined"!=typeof k.HTMLLinkElement&&(!e||!(e instanceof k.HTMLLinkElement)&&(e instanceof k.Location||e instanceof k.Element))){if(ra(e))try{var m=e.constructor.displayName||e.constructor.name||Object.prototype.toString.call(e)}catch(Ca){m="<object could not be stringified>"}else m=
void 0===e?"undefined":null===e?"null":typeof e;za("Argument is not a %s (or a non-Element, non-Location mock); got: %s","HTMLLinkElement",m)}e.rel="preload";if(b instanceof A)var n=Qa(b).toString();else{if(b instanceof B)var p=Va(b);else{if(b instanceof B)var C=b;else b="object"==typeof b&&b.nb?b.kb():String(b),z(Wa.test(b),"%s does not match the safe URL pattern",b)||(b="about:invalid#zClosurez"),C=new B(b,Ua);p=Va(C)}n=p}e.href=n}catch(Ca){return}d&&(e.as=d);c&&e.setAttribute("nonce",c);if(a=a.getElementsByTagName("head")[0])try{a.appendChild(e)}catch(Ca){}};var Rh=function(a){Qh();if(void 0===Oa){var b=null;var c=u.trustedTypes;if(c&&c.createPolicy)try{b=c.createPolicy("goog#html",{createHTML:va,createScript:va,createScriptURL:va})}catch(d){u.console&&u.console.error(d.message)}Oa=b}a=(b=Oa)?b.createScriptURL(a):a;return new A(a,Pa)},Qh=pa;var Sh=/^\.google\.(com?\.)?[a-z]{2,3}$/,Th=/\.(cn|com\.bi|do|sl|ba|by|ma|am)$/;function Uh(a,b){return b?Sh.test(a)&&!Th.test(a):Oh.has(a)}
var W=u,Wh=function(a){var b=new Map([["domain",u.location.hostname]]);Vh()&&b.set("adsid",X[1]);return de(ya(Oh.get(a)).js,b)},Xh=function(a){a="https://adservice"+(a+"/adsid/integrator.js");var b=["domain="+encodeURIComponent(u.location.hostname)];Vh()&&b.push("adsid="+encodeURIComponent(X[1]));return a+"?"+b.join("&")},X,Y,Yh=function(a){W=u;X=W.googleToken=W.googleToken||{};var b=Date.now();X[1]&&X[3]>b&&0<X[2]||(X[1]="",X[2]=-1,X[3]=-1,X[4]="",X[6]="");Y=W.googleIMState=W.googleIMState||{};Uh(Y[1],
a)||(Y[1]=".google.com");Array.isArray(Y[5])||(Y[5]=[]);"boolean"!==typeof Y[6]&&(Y[6]=!1);Array.isArray(Y[7])||(Y[7]=[]);"number"!==typeof Y[8]&&(Y[8]=0)},Vh=function(){return X[3]>=Date.now()},Z={Ga:function(){return 0<Y[8]},Sb:function(){Y[8]++},Tb:function(){0<Y[8]&&Y[8]--},Ub:function(){Y[8]=0},$b:function(){return!1},jb:function(){return Y[5]},eb:function(a){try{a()}catch(b){u.setTimeout(function(){throw b;},0)}},vb:function(a){if(!Z.Ga()){var b=u.document,c=function(f){f=a?Rh(Xh(f)):Wh(f);
a:{try{var l=bb();break a}catch(k){}l=void 0}Ph(b,f.toString(),l);l=oe("SCRIPT",b);l.type="text/javascript";l.onerror=function(){return u.processGoogleToken({},2)};l.src=f instanceof Zd?be(f):Qa(f);ee(l);try{(b.head||b.body||b.documentElement).appendChild(l),Z.Sb()}catch(k){}},d=Y[1];c(d);".google.com"!=d&&c(".google.com");c={};var e=(c.newToken="FBT",c);u.setTimeout(function(){return u.processGoogleToken(e,1)},1E3)}}};
function Zh(a,b){Yh(b);var c=W.googleToken[5]||0;a&&(0!=c||Vh()?Z.eb(a):(Z.jb().push(a),Z.vb(b)));Vh()&&X[2]>=Date.now()||Z.vb(b)}
var $h=function(a){var b=void 0===b?!1:b;u.processGoogleToken=u.processGoogleToken||function(c,d){var e=Ea(b),f=c;f=void 0===f?{}:f;d=void 0===d?0:d;c=f.newToken||"";var l="NT"==c,k=parseInt(f.freshLifetimeSecs||"",10),m=parseInt(f.validLifetimeSecs||"",10),n=f["1p_jar"]||"";f=f.pucrd||"";Yh(e);1==d?Z.Ub():Z.Tb();var p=W.googleToken=W.googleToken||{},C=0==d&&c&&"string"===typeof c&&!l&&"number"===typeof k&&0<k&&"number"===typeof m&&0<m&&"string"===typeof n;l=l&&!Z.Ga()&&(!Vh()||"NT"==X[1]);var Ca=
!Vh()&&0!=d;if(C||l||Ca)l=Date.now(),k=l+1E3*k,m=l+1E3*m,1E-5>Math.random()&&(u.google_image_requests||(u.google_image_requests=[]),l=oe("IMG",u.document),l.src="https://pagead2.googlesyndication.com/pagead/gen_204?id=imerr&err="+d,u.google_image_requests.push(l)),p[5]=d,p[1]=c,p[2]=k,p[3]=m,p[4]=n,p[6]=f,Yh(e);if(C||!Z.Ga()){e=Z.jb();for(d=0;d<e.length;d++)Z.eb(e[d]);e.length=0}};Zh(a,b)};void 0===u._402&&(u._402={});_402.Kb=!1;_402.show=function(){_402.Kb=!0};
var bi=function(a,b){if(a.site){var c=b||document;document.getElementById("contain-402")||ai("div",{id:"contain-402"});b=a.promptHandlerUrl||"//survey.g.doubleclick.net/gk/prompt";var d={t:"a"};d.site=a.site;null!=a.svid&&(d.svid=a.svid);void 0!==a.sc&&(d.sc=a.sc);d.random=Date.now();d.ref=c.referrer.substr(0,500);a.im&&(Yh(!1),d.token=X[1]);a=[];for(e in d)bd(e,d[e],a);var e=a.join("&");e&&(a=b.indexOf("#"),0>a&&(a=b.length),d=b.indexOf("?"),0>d||d>a?(d=a,c=""):c=b.substring(d+1,a),b=[b.substr(0,
d),c,b.substr(a)],a=b[1],b[1]=e?a?a+"&"+e:e:a,b=b[0]+(b[1]?"?"+b[1]:"")+b[2]);ai("script",{src:b,nonce:bb()})}},ai=function(a,b){var c=document.createElement(a);Ha(b,function(d,e){c.setAttribute(e,d)});Xc(c)},ci=function(){try{var a=_402,b=ua(bi,a,void 0);if(a.im){if(""!=a.tld){var c=a.tld;var d=void 0===d?!1:d;Yh(d);Uh(c,d)&&(Y[1]=c)}$h(b)}else b()}catch(e){if(a=e,a=hb(jb(a)),fe&&Db(fe,qb,"Logging an error."),(b=-1!==window.location.href.indexOf("204_debug"))&&window.console&&window.console.log&&
(window.console.log("Exception caught: ",a),window.console.log("Stack: ",a.stack)),he.Sa(a.message,window.location.href,Number(a.lineNumber),void 0,a),b)throw a;}};_402.load=_402.load||ua(ci);_402.domWait=function(){ne(function(){_402.load()})};}).call(this);
window['_402'] = window['_402'] || {};
window['_402']['site'] = "v63u3q7vpveh3u6xgtgvimdoke";
window['_402']['im'] = true;
window['_402']['tld'] = '.google.de';
(function(){
if(!window._402nosurvey){
var n = document.createElement("script");
n.setAttribute('charset', 'utf-8');
n.setAttribute('type', 'text/javascript');
n.setAttribute('src', 'https://survey.g.doubleclick.net/insights/consumersurveys/static/438663004424218156/prompt_embed_static.js');
var noncedScript = document.querySelector('script[nonce]');
if (noncedScript) { n.setAttribute('nonce', noncedScript['nonce'] || noncedScript.getAttribute('nonce')); }
var parent = document.getElementsByTagName('head')[0] ||
  document.getElementByTagName('body')[0];
parent.appendChild(n);}
})();
window['_402']['promptHandlerUrl'] = window['_402']['promptHandlerUrl'] || 'https://survey.g.doubleclick.net/gk/prompt';
window['_402']['params'] = {};
window['_402']['domWait']();
