0% found this document useful (0 votes)
11 views

F

This document defines a Map class with methods like set(), get(), delete(), and clear(). It begins by checking if the native Map class can be used, and if not, it implements a Map class with a hash table to store key-value pairs and keep track of size. Keys and values can be arbitrary objects.

Uploaded by

Ülkər Ağayeva
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)
11 views

F

This document defines a Map class with methods like set(), get(), delete(), and clear(). It begins by checking if the native Map class can be used, and if not, it implements a Map class with a hash table to store key-value pairs and keep track of size. Keys and values can be arbitrary objects.

Uploaded by

Ülkər Ağayeva
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/ 23

(function(){/*

Copyright The Closure Library Authors.


SPDX-License-Identifier: Apache-2.0
*/
var l;function aa(a){var b=0;return function(){return b<a.length?{done:!
1,value:a[b++]}:{done:!0}}}var ba="function"==typeof Object.defineProperties?
Object.defineProperty:function(a,b,d){if(a==Array.prototype||
a==Object.prototype)return a;a[b]=d.value;return a};
function ca(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 d=a[b];if(d&&d.Math==Math)return d}throw Error("Cannot find
global object");}var da=ca(this);function q(a,b){if(b)a:{var
d=da;a=a.split(".");for(var c=0;c<a.length-1;c++){var e=a[c];if(!(e in d))break
a;d=d[e]}a=a[a.length-1];c=d[a];b=b(c);b!=c&&null!=b&&ba(d,a,{configurable:!
0,writable:!0,value:b})}}
q("Symbol",function(a){function b(g){if(this instanceof b)throw new
TypeError("Symbol is not a constructor");return new d(c+(g||"")+"_"+e++,g)}function
d(g,f){this.h=g;ba(this,"description",{configurable:!0,writable:!
0,value:f})}if(a)return a;d.prototype.toString=function(){return this.h};var
c="jscomp_symbol_"+(1E9*Math.random()>>>0)+"_",e=0;return b});
q("Symbol.iterator",function(a){if(a)return a;a=Symbol("Symbol.iterator");for(var
b="Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array
Uint32Array Float32Array Float64Array".split(" "),d=0;d<b.length;d++){var
c=da[b[d]];"function"===typeof c&&"function"!=typeof
c.prototype[a]&&ba(c.prototype,a,{configurable:!0,writable:!0,value:function()
{return ea(aa(this))}})}return a});function ea(a)
{a={next:a};a[Symbol.iterator]=function(){return this};return a}
function fa(a){var b="undefined"!=typeof
Symbol&&Symbol.iterator&&a[Symbol.iterator];return b?b.call(a):{next:aa(a)}}var
ha="function"==typeof Object.create?Object.create:function(a){function b()
{}b.prototype=a;return new b},ia;if("function"==typeof
Object.setPrototypeOf)ia=Object.setPrototypeOf;else{var ja;a:{var ka={a:!
0},la={};try{la.__proto__=ka;ja=la.a;break a}catch(a){}ja=!1}ia=ja?function(a,b)
{a.__proto__=b;if(a.__proto__!==b)throw new TypeError(a+" is not
extensible");return a}:null}
var ma=ia;function r(a,b)
{a.prototype=ha(b.prototype);a.prototype.constructor=a;if(ma)ma(a,b);else for(var d
in b)if("prototype"!=d)if(Object.defineProperties){var
c=Object.getOwnPropertyDescriptor(b,d);c&&Object.defineProperty(a,d,c)}else
a[d]=b[d];a.V=b.prototype}function oa(){this.j=!1;this.h=null;this.u=void
0;this.m=1;this.o=0;this.i=null}function pa(a){if(a.j)throw new
TypeError("Generator is already running");a.j=!0}oa.prototype.l=function(a)
{this.u=a};
function qa(a,b){a.i={hb:b,jb:!0};a.m=a.o}oa.prototype.return=function(a)
{this.i={return:a};this.m=this.o};function ra(a){this.h=new oa;this.i=a}function
sa(a,b){pa(a.h);var d=a.h.h;if(d)return ta(a,"return"in d?d["return"]:function(c)
{return{value:c,done:!0}},b,a.h.return);a.h.return(b);return ua(a)}
function ta(a,b,d,c){try{var e=b.call(a.h.h,d);if(!(e instanceof Object))throw new
TypeError("Iterator result "+e+" is not an object");if(!e.done)return a.h.j=!
1,e;var g=e.value}catch(f){return
a.h.h=null,qa(a.h,f),ua(a)}a.h.h=null;c.call(a.h,g);return ua(a)}function ua(a)
{for(;a.h.m;)try{var b=a.i(a.h);if(b)return a.h.j=!1,{value:b.value,done:!
1}}catch(d){a.h.u=void 0,qa(a.h,d)}a.h.j=!1;if(a.h.i)
{b=a.h.i;a.h.i=null;if(b.jb)throw b.hb;return{value:b.return,done:!
0}}return{value:void 0,done:!0}}
function va(a){this.next=function(b){pa(a.h);a.h.h?b=ta(a,a.h.h.next,b,a.h.l):
(a.h.l(b),b=ua(a));return b};this.throw=function(b){pa(a.h);a.h.h?
b=ta(a,a.h.h["throw"],b,a.h.l):(qa(a.h,b),b=ua(a));return
b};this.return=function(b){return sa(a,b)};this[Symbol.iterator]=function(){return
this}}function wa(a){function b(c){return a.next(c)}function d(c){return
a.throw(c)}return new Promise(function(c,e){function g(f){f.done?
c(f.value):Promise.resolve(f.value).then(b,d).then(g,e)}g(a.next())})}
function xa(){for(var a=Number(this),b=[],d=a;d<arguments.length;d++)b[d-
a]=arguments[d];return b}
q("Promise",function(a){function b(f){this.h=0;this.j=void 0;this.i=[];this.u=!
1;var h=this.l();try{f(h.resolve,h.reject)}catch(k){h.reject(k)}}function d()
{this.h=null}function c(f){return f instanceof b?f:new b(function(h)
{h(f)})}if(a)return a;d.prototype.i=function(f){if(null==this.h){this.h=[];var
h=this;this.j(function(){h.m()})}this.h.push(f)};var
e=da.setTimeout;d.prototype.j=function(f){e(f,0)};d.prototype.m=function()
{for(;this.h&&this.h.length;){var f=this.h;this.h=[];for(var h=0;h<f.length;++h)
{var k=
f[h];f[h]=null;try{k()}catch(m){this.l(m)}}}this.h=null};d.prototype.l=function(f)
{this.j(function(){throw f;})};b.prototype.l=function(){function f(m){return
function(n){k||(k=!0,m.call(h,n))}}var h=this,k=!
1;return{resolve:f(this.F),reject:f(this.m)}};b.prototype.F=function(f)
{if(f===this)this.m(new TypeError("A Promise cannot resolve to itself"));else if(f
instanceof b)this.J(f);else{a:switch(typeof f){case "object":var h=null!=f;break
a;case "function":h=!0;break a;default:h=!1}h?this.D(f):this.o(f)}};
b.prototype.D=function(f){var h=void 0;try{h=f.then}catch(k)
{this.m(k);return}"function"==typeof h?
this.K(h,f):this.o(f)};b.prototype.m=function(f)
{this.v(2,f)};b.prototype.o=function(f){this.v(1,f)};b.prototype.v=function(f,h)
{if(0!=this.h)throw Error("Cannot settle("+f+", "+h+"): Promise already settled in
state"+this.h);this.h=f;this.j=h;2===this.h&&this.G();this.C()};b.prototype.G=funct
ion(){var f=this;e(function(){if(f.A()){var h=da.console;"undefined"!==typeof
h&&h.error(f.j)}},1)};b.prototype.A=
function(){if(this.u)return!1;var
f=da.CustomEvent,h=da.Event,k=da.dispatchEvent;if("undefined"===typeof k)return!
0;"function"===typeof f?f=new f("unhandledrejection",{cancelable:!
0}):"function"===typeof h?f=new h("unhandledrejection",{cancelable:!0}):
(f=da.document.createEvent("CustomEvent"),f.initCustomEvent("unhandledrejection",!
1,!0,f));f.promise=this;f.reason=this.j;return k(f)};b.prototype.C=function()
{if(null!=this.i){for(var f=0;f<this.i.length;++f)g.i(this.i[f]);this.i=null}};var
g=new d;
b.prototype.J=function(f){var
h=this.l();f.ja(h.resolve,h.reject)};b.prototype.K=function(f,h){var
k=this.l();try{f.call(h,k.resolve,k.reject)}catch(m)
{k.reject(m)}};b.prototype.then=function(f,h){function k(v,w)
{return"function"==typeof v?function(u){try{m(v(u))}catch(I){n(I)}}:w}var m,n,p=new
b(function(v,w){m=v;n=w});this.ja(k(f,m),k(h,n));return
p};b.prototype.catch=function(f){return this.then(void
0,f)};b.prototype.ja=function(f,h){function k(){switch(m.h){case
1:f(m.j);break;case 2:h(m.j);
break;default:throw Error("Unexpected state: "+m.h);}}var m=this;null==this.i?
g.i(k):this.i.push(k);this.u=!0};b.resolve=c;b.reject=function(f){return new
b(function(h,k){k(f)})};b.race=function(f){return new b(function(h,k){for(var
m=fa(f),n=m.next();!n.done;n=m.next())c(n.value).ja(h,k)})};b.all=function(f){var
h=fa(f),k=h.next();return k.done?c([]):new b(function(m,n){function p(u){return
function(I){v[u]=I;w--;0==w&&m(v)}}var v=[],w=0;do v.push(void 0),w+
+,c(k.value).ja(p(v.length-1),n),k=h.next();
while(!k.done)})};return b});function t(a,b){return
Object.prototype.hasOwnProperty.call(a,b)}
q("WeakMap",function(a){function b(k){this.h=(h+=Math.random()+1).toString();if(k)
{k=fa(k);for(var m;!(m=k.next()).done;)m=m.value,this.set(m[0],m[1])}}function d()
{}function c(k){var m=typeof k;return"object"===m&&null!
==k||"function"===m}function e(k){if(!t(k,f)){var m=new d;ba(k,f,
{value:m})}}function g(k){var m=Object[k];m&&(Object[k]=function(n){if(n instanceof
d)return n;Object.isExtensible(n)&&e(n);return m(n)})}if(function(){if(!a||!
Object.seal)return!1;try{var k=Object.seal({}),m=Object.seal({}),
n=new a([[k,2],[m,3]]);if(2!=n.get(k)||3!=n.get(m))return!
1;n.delete(k);n.set(m,4);return!n.has(k)&&4==n.get(m)}catch(p){return!1}}())return
a;var
f="$jscomp_hidden_"+Math.random();g("freeze");g("preventExtensions");g("seal");var
h=0;b.prototype.set=function(k,m){if(!c(k))throw Error("Invalid WeakMap
key");e(k);if(!t(k,f))throw Error("WeakMap key fail: "+k);k[f][this.h]=m;return
this};b.prototype.get=function(k){return c(k)&&t(k,f)?k[f][this.h]:void
0};b.prototype.has=function(k){return c(k)&&t(k,
f)&&t(k[f],this.h)};b.prototype.delete=function(k){return
c(k)&&t(k,f)&&t(k[f],this.h)?delete k[f][this.h]:!1};return b});
q("Map",function(a){function b(){var h={};return h.M=h.next=h.head=h}function
d(h,k){var m=h.h;return ea(function(){if(m){for(;m.head!=h.h;)m=m.M;for(;m.next!
=m.head;)return m=m.next,{done:!1,value:k(m)};m=null}return{done:!0,value:void
0}})}function c(h,k){var m=k&&typeof k;"object"==m||"function"==m?g.has(k)?
m=g.get(k):(m=""+ ++f,g.set(k,m)):m="p_"+k;var
n=h.i[m];if(n&&t(h.i,m))for(h=0;h<n.length;h++){var p=n[h];if(k!==k&&p.key!
==p.key||k===p.key)return{id:m,list:n,index:h,B:p}}return{id:m,list:n,
index:-1,B:void 0}}function e(h){this.i={};this.h=b();this.size=0;if(h)
{h=fa(h);for(var k;!(k=h.next()).done;)k=k.value,this.set(k[0],k[1])}}if(function()
{if(!a||"function"!=typeof a||!a.prototype.entries||"function"!=typeof
Object.seal)return!1;try{var h=Object.seal({x:4}),k=new a(fa([[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
m=k.entries(),n=m.next();if(n.done||n.value[0]!=h||"s"!=n.value[1])return!
1;n=m.next();return n.done||4!=n.value[0].x||
"t"!=n.value[1]||!m.next().done?!1:!0}catch(p){return!1}}())return a;var g=new
WeakMap;e.prototype.set=function(h,k){h=0===h?0:h;var m=c(this,h);m.list||
(m.list=this.i[m.id]=[]);m.B?m.B.value=k:
(m.B={next:this.h,M:this.h.M,head:this.h,key:h,value:k},m.list.push(m.B),this.h.M.n
ext=m.B,this.h.M=m.B,this.size++);return this};e.prototype.delete=function(h)
{h=c(this,h);return h.B&&h.list?(h.list.splice(h.index,1),h.list.length||delete
this.i[h.id],h.B.M.next=h.B.next,h.B.next.M=h.B.M,h.B.head=null,this.size--,
!0):!1};e.prototype.clear=function()
{this.i={};this.h=this.h.M=b();this.size=0};e.prototype.has=function(h){return!!
c(this,h).B};e.prototype.get=function(h)
{return(h=c(this,h).B)&&h.value};e.prototype.entries=function(){return
d(this,function(h){return[h.key,h.value]})};e.prototype.keys=function(){return
d(this,function(h){return h.key})};e.prototype.values=function(){return
d(this,function(h){return h.value})};e.prototype.forEach=function(h,k){for(var
m=this.entries(),n;!(n=m.next()).done;)n=n.value,
h.call(k,n[1],n[0],this)};e.prototype[Symbol.iterator]=e.prototype.entries;var
f=0;return e});q("Number.isNaN",function(a){return a?a:function(b)
{return"number"===typeof b&&isNaN(b)}});function ya(a,b){a instanceof
String&&(a+="");var d=0,c=!1,e={next:function(){if(!c&&d<a.length){var g=d+
+;return{value:b(g,a[g]),done:!1}}c=!0;return{done:!0,value:void
0}}};e[Symbol.iterator]=function(){return e};return e}
q("Array.prototype.entries",function(a){return a?a:function(){return
ya(this,function(b,d){return[b,d]})}});q("Array.prototype.fill",function(a){return
a?a:function(b,d,c){var e=this.length||0;0>d&&(d=Math.max(0,e+d));if(null==c||
c>e)c=e;c=Number(c);0>c&&(c=Math.max(0,e+c));for(d=Number(d||0);d<c;d+
+)this[d]=b;return this}});function y(a){return a?
a:Array.prototype.fill}q("Int8Array.prototype.fill",y);q("Uint8Array.prototype.fill
",y);q("Uint8ClampedArray.prototype.fill",y);
q("Int16Array.prototype.fill",y);q("Uint16Array.prototype.fill",y);q("Int32Array.pr
ototype.fill",y);q("Uint32Array.prototype.fill",y);q("Float32Array.prototype.fill",
y);q("Float64Array.prototype.fill",y);q("Object.entries",function(a){return a?
a:function(b){var d=[],c;for(c in b)t(b,c)&&d.push([c,b[c]]);return d}});
q("Array.prototype.findIndex",function(a){return a?a:function(b,d){a:{var c=this;c
instanceof String&&(c=String(c));for(var e=c.length,g=0;g<e;g+
+)if(b.call(d,c[g],g,c)){b=g;break a}b=-1}return b}});var A=this||self;function
za(a){var b=typeof a;return"object"==b&&null!=a||"function"==b}function Aa(a,b,d)
{return a.call.apply(a.bind,arguments)}
function Ba(a,b,d){if(!a)throw Error();if(2<arguments.length){var
c=Array.prototype.slice.call(arguments,2);return function(){var
e=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(e,c);return
a.apply(b,e)}}return function(){return a.apply(b,arguments)}}function Ca(a,b,d)
{Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native
code")?Ca=Aa:Ca=Ba;return Ca.apply(null,arguments)}
function Da(a,b){var d=Array.prototype.slice.call(arguments,1);return function()
{var c=d.slice();c.push.apply(c,arguments);return a.apply(this,c)}}function Ea(a,b)
{a=a.split(".");var d=A||A;a[0]in d||"undefined"==typeof d.execScript||
d.execScript("var "+a[0]);for(var c;a.length&&(c=a.shift());)a.length||void 0===b?
d[c]&&d[c]!==Object.prototype[c]?d=d[c]:d=d[c]={}:d[c]=b}
function Fa(a,b){function d()
{}d.prototype=b.prototype;a.V=b.prototype;a.prototype=new
d;a.prototype.constructor=a;a.vb=function(c,e,g){for(var f=Array(arguments.length-
2),h=2;h<arguments.length;h++)f[h-2]=arguments[h];return
b.prototype[e].apply(c,f)}}function Ga(a){return a};var
Ha=/&/g,Ia=/</g,Ja=/>/g,Ka=/"/g,La=/'/g,Ma=/\x00/g,Na=/[\x00&<>"']/;function Oa()
{var a=A.navigator;return a&&(a=a.userAgent)?a:""};var Pa=Array.prototype.indexOf?
function(a,b){return Array.prototype.indexOf.call(a,b,void 0)}:function(a,b)
{if("string"===typeof a)return"string"!==typeof b||1!=b.length?-
1:a.indexOf(b,0);for(var d=0;d<a.length;d++)if(d in a&&a[d]===b)return d;return-
1},Qa=Array.prototype.forEach?function(a,b){Array.prototype.forEach.call(a,b,void
0)}:function(a,b){for(var d=a.length,c="string"===typeof a?a.split(""):a,e=0;e<d;e+
+)e in c&&b.call(void 0,c[e],e,a)},Ra=Array.prototype.map?function(a,b){return
Array.prototype.map.call(a,
b,void 0)}:function(a,b){for(var d=a.length,c=Array(d),e="string"===typeof a?
a.split(""):a,g=0;g<d;g++)g in e&&(c[g]=b.call(void 0,e[g],g,a));return c};function
Sa(a){Sa[" "](a);return a}Sa[" "]=function(){};function Ta(a,b){try{return
Sa(a[b]),!0}catch(d){}return!1};var Ua=-1!=Oa().indexOf("Gecko")&&!(-1!
=Oa().toLowerCase().indexOf("webkit")&&-1==Oa().indexOf("Edge"))&&!(-1!
=Oa().indexOf("Trident")||-1!=Oa().indexOf("MSIE"))&&-1==Oa().indexOf("Edge");var
Va={},Wa=null;
function Xa(a){var b;void 0===b&&(b=0);if(!Wa){Wa={};for(var
d="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),c=["+/
=","+/","-_=","-_.","-_"],e=0;5>e;e++){var
g=d.concat(c[e].split(""));Va[e]=g;for(var f=0;f<g.length;f++){var h=g[f];void
0===Wa[h]&&(Wa[h]=f)}}}b=Va[b];d=Array(Math.floor(a.length/3));c=b[64]||"";for(e=g=
0;g<a.length-2;g+=3){var k=a[g],m=a[g+1];h=a[g+2];f=b[k>>2];k=b[(k&3)<<4|
m>>4];m=b[(m&15)<<2|h>>6];h=b[h&63];d[e++]=f+k+m+h}f=0;h=c;switch(a.length-g){case
2:f=
a[g+1],h=b[(f&15)<<2]||c;case 1:a=a[g],d[e]=b[a>>2]+b[(a&3)<<4|f>>4]+h+c}return
d.join("")};var Ya="undefined"!==typeof Uint8Array,Za={};var $a;function ab(a)
{if(Za!==Za)throw Error("illegal external caller");this.Ma=a;if(null!
=a&&0===a.length)throw Error("ByteString should be constructed with non-empty
values");};var bb="function"===typeof Symbol&&"symbol"===typeof Symbol()?
Symbol():void 0;function cb(a,b){if(bb)return a[bb]|=b;if(void 0!==a.P)return a.P|
=b;Object.defineProperties(a,{P:{value:b,configurable:!0,writable:!0,enumerable:!
1}});return b}function B(a){var b;bb?b=a[bb]:b=a.P;return null==b?0:b}function
D(a,b){bb?a[bb]=b:void 0!==a.P?a.P=b:Object.defineProperties(a,{P:
{value:b,configurable:!0,writable:!0,enumerable:!1}})}function db(a){cb(a,1);return
a}function eb(a){return!!(B(a)&2)}
function fb(a){cb(a,16);return a}function gb(a,b){D(b,(a|0)&-51)}function ib(a,b)
{D(b,(a|18)&-41)};var jb={};function kb(a){return null!==a&&"object"===typeof a&&!
Array.isArray(a)&&a.constructor===Object}var
lb,mb=[];D(mb,23);lb=Object.freeze(mb);function nb(a){if(eb(a.s))throw
Error("Cannot mutate an immutable Message");}function ob(a){var b=a.length;(b=b?
a[b-1]:void 0)&&kb(b)?b.g=1:(b={},a.push((b.g=1,b)))};function pb(a){var
b=a.i+a.O;return a.I||(a.I=a.s[b]={})}function qb(a,b,d){return-1===b?null:b>=a.i?
a.I?a.I[b]:void 0:d&&a.I&&(d=a.I[b],null!=d)?d:a.s[b+a.O]}function rb(a,b,d,c)
{a.j&&(a.j=void 0);b>=a.i||c?pb(a)[b]=d:(a.s[b+a.O]=d,(a=a.I)&&b in a&&delete
a[b])}function sb(a,b,d){a=qb(a,b);Array.isArray(a)||(a=lb);b=B(a);b&1||
db(a);d&&(b&2||cb(a,2));return a}
function tb(a,b,d,c){var e=qb(a,d,c);var g=!1;var f=null==e||"object"!==typeof e||
(g=Array.isArray(e))||e.ta!==jb?g?new b(e):void 0:e;f!==e&&null!
=f&&(rb(a,d,f,c),cb(f.s,B(a.s)&18));return f}function ub(a,b,d){var c=void 0===c?!
1:c;b=tb(a,b,d,c);if(null==b)return b;if(!eb(a.s)){var e=vb(b);e!
==b&&(b=e,rb(a,d,b,c))}return b}
function wb(a,b,d){var c=eb(a.s);a.h||(a.h={});var e=a.h[d];var
g=sb(a,d,c);if(e)c||(g=Object.isFrozen(e),c&&!g?Object.freeze(e):!
c&&g&&(e=Array.prototype.slice.call(e),a.h[d]=e));else{var f=g;e=[];var h=!!
(B(a.s)&16);g=eb(f);var k=f;!c&&g&&(f=Array.prototype.slice.call(f));for(var
m=g,n=0;n<f.length;n++){var p=f[n];var v=b,w=!1;w=void 0===w?!
1:w;p=Array.isArray(p)?new v(p):w?new v:void 0;if(void 0!==p){v=p.s;var
u=w=B(v);g&&(u|=2);h&&(u|=16);u!=w&&D(v,u);v=u;m||(m=!!
(2&v));e.push(p)}}a.h[d]=e;h=
B(f);b=h|33;b=m?b&-9:b|8;h!
=b&&(m=f,Object.isFrozen(m)&&(m=Array.prototype.slice.call(m)),D(m,b),f=m);k!
==f&&rb(a,d,f);(c||c&&g)&&cb(e,2);c&&Object.freeze(e)}a=sb(a,d,c);if(!(c||B(a)&8))
{for(c=0;c<e.length;c++)d=e[c],g=vb(d),d!==g&&(e[c]=g,a[c]=g.s);cb(a,8)}return
e}function xb(a,b){a=qb(a,b);return null==a?0:a}function yb(a,b){return null==a?
b:a}function E(a,b){return yb(qb(a,b),"")}function zb(a,b,d){a=qb(a,b);return
yb(null==a?a:!!a,void 0===d?!1:d)};var Ab;function Bb(a,b){Ab=b;a=new a(b);Ab=void
0;return a};function Cb(a){switch(typeof a){case "number":return isFinite(a)?
a:String(a);case "object":if(a)if(Array.isArray(a)){if(0!==(B(a)&128))return
a=Array.prototype.slice.call(a),ob(a),a}else{if(Ya&&null!=a&&a instanceof
Uint8Array)return Xa(a);if(a instanceof ab){var b=a.Ma;return
null==b?"":"string"===typeof b?b:a.Ma=Xa(b)}}}return a};function Db(a,b,d,c)
{if(null!=a){if(Array.isArray(a))a=Eb(a,b,d,void 0!==c);else if(kb(a)){var
e={},g;for(g in a)e[g]=Db(a[g],b,d,c);a=e}else a=b(a,c);return a}}function
Eb(a,b,d,c){var e=B(a);c=c?!!(e&16):void 0;a=Array.prototype.slice.call(a);for(var
g=0;g<a.length;g++)a[g]=Db(a[g],b,d,c);d(e,a);return a}function Fb(a){return
a.ta===jb?a.toJSON():Cb(a)}function Gb(a,b){a&128&&ob(b)};function Hb(a,b,d){d=void
0===d?ib:d;if(null!=a){if(Ya&&a instanceof Uint8Array)return a.length?new ab(new
Uint8Array(a)):$a||($a=new ab(null));if(Array.isArray(a)){var c=B(a);if(c&2)return
a;if(b&&!(c&32)&&(c&16||0===c))return D(a,c|2),a;a=Eb(a,Hb,c&4?ib:d,!
0);b=B(a);b&4&&b&2&&Object.freeze(a);return a}return a.ta===jb?Ib(a):a}}
function Jb(a,b,d,c,e,g,f){if(a=a.h&&a.h[d]){c=B(a);c&2?c=a:
(g=Ra(a,Ib),ib(c,g),Object.freeze(g),c=g);nb(b);f=null==c?lb:db([]);if(null!=c)
{g=!!c.length;for(a=0;a<c.length;a++){var h=c[a];g=g&&!eb(h.s);f[a]=h.s}g=(g?8:0)|
1;a=B(f);(a&g)!==g&&(Object.isFrozen(f)&&(f=Array.prototype.slice.call(f)),D(f,a|
g));b.h||(b.h={});b.h[d]=c}else b.h&&(b.h[d]=void 0);rb(b,d,f,e)}else
c=Hb(c,g,f),nb(b),rb(b,d,c,e)}function Ib(a){if(eb(a.s))return a;a=Kb(a,!
0);cb(a.s,2);return a}
function Kb(a,b){var d=a.s,c=fb([]),e=a.constructor.h;e&&c.push(e);e=a.I;if(e)
{c.length=d.length;c.fill(void 0,c.length,d.length);var g={};c[c.length-1]=g}0!
==(B(d)&128)&&ob(c);b=b||eb(a.s)?
ib:gb;c=Bb(a.constructor,c);a.Ea&&(c.Ea=a.Ea.slice());for(var f=!!(B(d)&16),h=e?
d.length-1:d.length,k=0;k<h;k++)Jb(a,c,k-a.O,d[k],!1,f,b);if(e)for(var m in
e)d=e[m],h=+m,Number.isNaN(h)?g[h]=d:Jb(a,c,h,d,!0,f,b);return c}function vb(a)
{if(!eb(a.s))return a;var b=Kb(a,!1);b.j=a;return b};function G(a,b,d)
{null==a&&(a=Ab);Ab=void 0;var c=this.constructor.i||
0,e=0<c,g=this.constructor.h,f=!1;if(null==a){a=g?[g]:[];var h=48;var k=!
0;e&&(c=0,h|=128);D(a,h)}else{if(!Array.isArray(a))throw Error();if(g&&g!
==a[0])throw Error();var m=h=cb(a,0);if(k=0!==(16&m))(f=0!==(32&m))||(m|
=32);if(e)if(128&m)c=0;else{if(0<a.length){var n=a[a.length-1];if(kb(n)&&"g"in n)
{c=0;m|=128;delete n.g;var p=!0,v;for(v in n){p=!1;break}p&&a.pop()}}}else
if(128&m)throw Error();h!==m&&D(a,m)}this.O=(g?0:-1)-c;this.h=
void 0;this.s=a;a:{g=this.s.length;c=g-1;if(g&&(g=this.s[c],kb(g)))
{this.I=g;this.i=c-this.O;break a}void 0!==b&&-1<b?(this.i=Math.max(b,c+1-
this.O),this.I=void 0):this.i=Number.MAX_VALUE}if(!e&&this.I&&"g"in this.I)throw
Error('Unexpected "g" flag in sparse object of message that is not a group
type.');if(d){b=k&&!f&&!0;e=this.i;var w;for(k=0;k<d.length;k++)f=d[k],f<e?
(f+=this.O,(c=a[f])?Lb(c,b):a[f]=lb):(w||(w=pb(this)),(c=w[f])?Lb(c,b):w[f]=lb)}}
G.prototype.toJSON=function(){return Eb(this.s,Fb,Gb)};function Lb(a,b)
{if(Array.isArray(a)){var d=B(a),c=1;!b||d&2||(c|=16);(d&c)!==c&&D(a,d|
c)}}G.prototype.ta=jb;function Mb(a){G.call(this,a)}r(Mb,G);function Nb(a)
{G.call(this,a)}r(Nb,G);function Ob(a){G.call(this,a)}r(Ob,G);function Pb(a)
{G.call(this,a)}r(Pb,G);function Qb(a){G.call(this,a,-1,Rb)}r(Qb,G);var
Rb=[2];function Sb(a){G.call(this,a)}r(Sb,G);function Tb(a){G.call(this,a,-
1,Ub)}r(Tb,G);function H(a){return ub(a,Nb,29)}var Ub=[28];function Vb(a)
{G.call(this,a,-1,Wb)}r(Vb,G);var Wb=[21];function Xb(a){var b=!1,d;return
function(){b||(d=a(),b=!0);return d}};function J(a,b,d)
{a.addEventListener&&a.addEventListener(b,d,!1)}function Yb(a){var
b=Zb;b.removeEventListener&&b.removeEventListener("beforeunload",a,!1)};function
$b(a,b,d){for(var c in a)b.call(d,a[c],c,a)}function ac(a){var b={},d;for(d in
a)b[d]=a[d];return b}var bc="constructor hasOwnProperty isPrototypeOf
propertyIsEnumerable toLocaleString toString valueOf".split(" ");function cc(a,b)
{for(var d,c,e=1;e<arguments.length;e++){c=arguments[e];for(d in
c)a[d]=c[d];for(var g=0;g<bc.length;g+
+)d=bc[g],Object.prototype.hasOwnProperty.call(c,d)&&(a[d]=c[d])}};var dc;function
ec(){if(void 0===dc){var a=null,b=A.trustedTypes;if(b&&b.createPolicy)
{try{a=b.createPolicy("goog#html",
{createHTML:Ga,createScript:Ga,createScriptURL:Ga})}catch(d)
{A.console&&A.console.error(d.message)}dc=a}else dc=a}return dc};function L(a,b)
{this.i=b===fc?a:""}L.prototype.toString=function(){return
this.i+""};L.prototype.Z=!0;L.prototype.h=function(){return
this.i.toString()};function gc(a){return a instanceof L&&a.constructor===L?
a.i:"type_error:TrustedResourceUrl"}var fc={};function hc(a){var b=ec();a=b?
b.createScriptURL(a):a;return new L(a,fc)};function ic(a,b){this.i=b===jc?
a:""}ic.prototype.toString=function(){return this.i.toString()};ic.prototype.Z=!
0;ic.prototype.h=function(){return this.i.toString()};function kc(a){return a
instanceof ic&&a.constructor===ic?a.i:"type_error:SafeUrl"}var jc={};var
lc={};function mc(a,b){this.i=b===lc?a:"";this.Z=!0}mc.prototype.h=function()
{return this.i};mc.prototype.toString=function(){return this.i.toString()};function
nc(a){return a instanceof mc&&a.constructor===mc?a.i:"type_error:SafeStyle"};var
oc={};function pc(a,b){this.i=b===oc?a:"";this.Z=!
0}pc.prototype.toString=function(){return
this.i.toString()};pc.prototype.h=function(){return this.i};function qc(a){return a
instanceof pc&&a.constructor===pc?a.i:"type_error:SafeStyleSheet"};var
rc={};function sc(a,b){this.i=b===rc?a:"";this.Z=!0}sc.prototype.h=function()
{return this.i.toString()};sc.prototype.toString=function(){return
this.i.toString()};function tc(a){return a instanceof sc&&a.constructor===sc?
a.i:"type_error:SafeHtml"}
function uc(a){a instanceof sc||(a="object"==typeof a&&a.Z?
a.h():String(a),Na.test(a)&&(-1!=a.indexOf("&")&&(a=a.replace(Ha,"&amp;")),-1!
=a.indexOf("<")&&(a=a.replace(Ia,"&lt;")),-1!
=a.indexOf(">")&&(a=a.replace(Ja,"&gt;")),-1!
=a.indexOf('"')&&(a=a.replace(Ka,"&quot;")),-1!
=a.indexOf("'")&&(a=a.replace(La,"&#39;")),-1!=a.indexOf("\
x00")&&(a=a.replace(Ma,"&#0;"))),a=vc(a));return a}function vc(a){var b=ec();a=b?
b.createHTML(a):a;return new sc(a,rc)}
var wc=new sc(A.trustedTypes&&A.trustedTypes.emptyHTML||"",rc);var xc=Xb(function()
{var
a=document.createElement("div"),b=document.createElement("div");b.appendChild(docum
ent.createElement("div"));a.appendChild(b);b=a.firstChild.firstChild;a.innerHTML=tc
(wc);return!b.parentElement});function yc(a){var b=document;return"string"===typeof
a?b.getElementById(a):a}
function zc(a){var b=a||
document;if(b.querySelectorAll&&b.querySelector)a=b.querySelectorAll(".survey-
option");else{var d;b=document;a=a||
b;if(a.querySelectorAll&&a.querySelector)a=a.querySelectorAll(".survey-
option");else if(a.getElementsByClassName){var c=a.getElementsByClassName("survey-
option");a=c}else{c=a.getElementsByTagName("*");var e={};for(b=d=0;a=c[b];b++){var
g=a.className,f;if(f="function"==typeof g.split)f=0<=Pa(g.split(/\s+/),"survey-
option");f&&(e[d++]=a)}e.length=d;a=e}}return a}
function Ac(a){return a&&a.parentNode?a.parentNode.removeChild(a):null};var
Bc=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?
=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$");function Cc(a,b)
{if(b="eid"+(null!=b?"="+encodeURIComponent(String(b)):"")){var
d=a.indexOf("#");0>d&&(d=a.length);var c=a.indexOf("?");if(0>c||c>d){c=d;var
e=""}else e=a.substring(c+1,d);a=[a.slice(0,c),e,a.slice(d)];d=a[1];a[1]=b?d?
d+"&"+b:b:d;b=a[0]+(a[1]?"?"+a[1]:"")+a[2]}else b=a;return b};function Dc(a)
{try{return!!a&&null!=a.location.href&&Ta(a,"foo")}catch(b){return!1}}function
Ec(a,b){if(a)for(var d in
a)Object.prototype.hasOwnProperty.call(a,d)&&b(a[d],d,a)};function Fc(){var
a=this;this.promise=new Promise(function(b,d){a.resolve=b;a.reject=d})};function
Gc(){var a=new Fc;return{promise:a.promise,resolve:a.resolve}};function Hc(a,b){var
d=void 0===d?function(){}:d;b.google_llp||(b.google_llp={});b=b.google_llp;var
c=b[a];if(c)return c;c=Gc();b[a]=c;d();return c};function Ic(){var a=void 0===a?
window:a;var b;return wa(new va(new ra(function(d)
{b=[Hc(9,a).promise];try{b.push(Hc(9,a.parent).promise)}catch(c){}return
d.return(Promise.race(b))})))};function Jc(a,b){a.google_image_requests||
(a.google_image_requests=[]);var d=a.document;d=void 0===d?
document:d;d=d.createElement("img");d.src=b;a.google_image_requests.push(d)};functi
on Kc(a,b,d){if(!a)throw Error("bad conv util ctor
args");this.j=a;this.h=b;this.i=d}function Lc(a,b){Mc(a,E(b,1),E(b,2),zb(b,3,!
0))}function Mc(a,b,d,c){b=a.j+"&label="+b;d&&(b+="&label_instance="+d);if(c){if(!
a.h)throw Error("missing
cbt");b+="&cbt="+a.h}a.i&&(b+="&cid="+a.i);Jc(window,b)}function Nc(a,b,d){return
a&&b?new Kc(a,b,d):null};function Oc(a){this.h=wb(a,Mb,21)}function Pc(a,b,d)
{a=fa(a.h);for(var c=a.next();!c.done;c=a.next())if(c=c.value,E(c,1)===b)return
E(c,2)||d;return d};function Qc(a){this.h=a}function Rc(a)
{this.h=[];a=document.querySelectorAll(a);for(var b=0;b<a.length;+
+b)this.h.push(new Qc(a[b]))}
function Sc(a){for(var b=0;b<a.h.length;++b){a:{var d=a.h[b];var
c=d.h;d=d.h;for(var e=0;50>e;++e){d=d.parentElement;if(!d||
d===document.body)break;var g=d.getAttribute("wp");if(null!==g)if("0"===g||"1"===g)
{var f=c;c=d.getBoundingClientRect();f=f.getBoundingClientRect();if(!
(c.top<f.top+.5&&c.right>f.right-.5&&c.bottom>f.bottom-.5&&c.left<f.left+.5)){d=!
1;break a}if("1"===g)break;else c=d}else throw Error("Waypoint value invalid");}d=!
0}if(!d)return!1}return!0}
function Tc(a,b,d){this.h=d;this.l=b;this.i=new Rc(a);this.j=function(){}}function
Uc(a,b){a.h=b;b=a.i;for(var d=a.h,c=0;c<b.h.length;++c)b.h[c].h.style["font-
size"]=d+"px";a.j()}function Vc(a){a=Ca(function(b,d){var
c=this;window.setTimeout(d,5E3);window.requestAnimationFrame(function(){var
e=c.h,g=c.l;Uc(c,g);if(!Sc(c.i)){for(var f=0;g>e+.1&&!(30<f++);){var
h=(g+e)/2;Uc(c,h);Sc(c.i)?e=h:g=h}Uc(c,e)}b()})},a);return new Promise(a)}function
Wc(a,b){a.j=b};var Zb=window;/*

SPDX-License-Identifier: Apache-2.0
*/
function Xc(a,b){var d=gc(a).toString();if(/#/.test(d))throw Error("");var
c=/\?/.test(d)?"&":"?";b.forEach(function(e,g){e=e instanceof Array?e:[e];for(var
f=0;f<e.length;f++){var h=e[f];null!==h&&void 0!==h&&(d+=c+encodeURIComponent(g)
+"="+encodeURIComponent(String(h)),c="&")}});return hc(d)};function Yc(a,b){var
d=void 0===d?
{}:d;this.error=a;this.context=b.context;this.msg=b.message||"";this.id=b.id||"jser
ror";this.meta=d};var Zc=RegExp("^https?://(\\w|-)+\\.cdn\\.ampproject\\.(net|org)
(\\?|/|$)");function $c(a,b){this.h=a;this.i=b}function ad(a,b)
{this.url=a;this.Fa=!!b;this.depth=null};function bd()
{this.j="&";this.i={};this.l=0;this.h=[]}function cd(a,b){var
d={};d[a]=b;return[d]}function dd(a,b,d,c,e){var g=[];Ec(a,function(f,h)
{(f=ed(f,b,d,c,e))&&g.push(h+"="+f)});return g.join(b)}
function ed(a,b,d,c,e){if(null==a)return"";b=b||"&";d=d||",$";"string"==typeof
d&&(d=d.split(""));if(a instanceof Array){if(c=c||0,c<d.length){for(var
g=[],f=0;f<a.length;f++)g.push(ed(a[f],b,d,c+1,e));return g.join(d[c])}}else
if("object"==typeof a)return e=e||0,2>e?
encodeURIComponent(dd(a,b,d,c,e+1)):"...";return encodeURIComponent(String(a))}
function fd(a,b){var d="https://pagead2.googlesyndication.com"+b,c=gd(a)-
b.length;if(0>c)return"";a.h.sort(function(n,p){return n-p});b=null;for(var
e="",g=0;g<a.h.length;g++)for(var f=a.h[g],h=a.i[f],k=0;k<h.length;k++){if(!c)
{b=null==b?f:b;break}var m=dd(h[k],a.j,",$");if(m){m=e+m;if(c>=m.length){c-
=m.length;d+=m;e=a.j;break}b=null==b?f:b}}a="";null!=b&&(a=e+"trn="+b);return
d+a}function gd(a){var b=1,d;for(d in a.i)b=d.length>b?d.length:b;return 3997-b-
a.j.length-1};function hd(){this.h=Math.random()}function id(){var
a=jd,b=window.google_srt;0<=b&&1>=b&&(a.h=b)}function kd(a,b,d,c,e){if(((void
0===c?0:c)?a.h:Math.random())<(e||.01))try{if(d instanceof bd)var g=d;else g=new
bd,Ec(d,function(h,k){var m=g,n=m.l++;h=cd(k,h);m.h.push(n);m.i[n]=h});var
f=fd(g,"/pagead/gen_204?id="+b+"&");f&&Jc(A,f)}catch(h){}};var ld=null;function
md(){var a=void 0===a?A:a;return(a=a.performance)&&a.now&&a.timing?
Math.floor(a.now()+a.timing.navigationStart):Date.now()}function nd(){var a=void
0===a?A:a;return(a=a.performance)&&a.now?a.now():null};function od(a,b){var
d=nd()||
md();this.label=a;this.type=b;this.value=d;this.duration=0;this.uniqueId=Math.rando
m();this.taskId=this.slotId=void 0};var M=A.performance,pd=!!
(M&&M.mark&&M.measure&&M.clearMarks),qd=Xb(function(){var a;if(a=pd){var
b;if(null===ld){ld="";try{a="";try{a=A.top.location.hash}catch(d)
{a=A.location.hash}a&&(ld=(b=a.match(/\bdeid=([\d,]+)/))?b[1]:"")}catch(d)
{}}b=ld;a=!!b.indexOf&&0<=b.indexOf("1337")}return a});
function rd(){var a=window;this.i=[];this.j=a||A;var
b=null;a&&(a.google_js_reporting_queue=a.google_js_reporting_queue||
[],this.i=a.google_js_reporting_queue,b=a.google_measure_js_timing);this.h=qd()||
(null!=b?b:1>Math.random())}function sd(a)
{a&&M&&qd()&&(M.clearMarks("goog_"+a.label+"_"+a.uniqueId+"_start"),M.clearMarks("g
oog_"+a.label+"_"+a.uniqueId+"_end"))}rd.prototype.start=function(a,b){if(!
this.h)return null;a=new
od(a,b);b="goog_"+a.label+"_"+a.uniqueId+"_start";M&&qd()&&M.mark(b);return a};
rd.prototype.end=function(a){if(this.h&&"number"===typeof a.value)
{a.duration=(nd()||md())-a.value;var
b="goog_"+a.label+"_"+a.uniqueId+"_end";M&&qd()&&M.mark(b);!this.h||
2048<this.i.length||this.i.push(a)}};function td(){var
a=vd;this.j=jd;this.i=null;this.m=this.sa;this.h=void 0===a?null:a;this.l=!
1}td.prototype.pinger=function(){return this.j};function wd(a,b){var
d=xd;try{if(d.h&&d.h.h){var c=d.h.start(a.toString(),3);var e=b();d.h.end(c)}else
e=b()}catch(h){b=!0;try{sd(c),b=d.m(a,new Yc(h,{message:yd(h)}),void 0,void
0)}catch(k){d.sa(217,k)}if(b){var g,f;null==(g=window.console)||null==(f=g.error)||
f.call(g,h)}else throw h;}return e}
function zd(a,b){return function(){var d=xa.apply(0,arguments);return
wd(a,function(){return b.apply(void 0,d)})}}
td.prototype.sa=function(a,b,d,c,e){e=e||"jserror";try{var g=new
bd;g.h.push(1);g.i[1]=cd("context",a);b.error&&b.meta&&b.id||(b=new Yc(b,
{message:yd(b)}));if(b.msg){var
f=b.msg.substring(0,512);g.h.push(2);g.i[2]=cd("msg",f)}var h=b.meta||
{};if(this.i)try{this.i(h)}catch(hb){}if(c)try{c(h)}catch(hb)
{}b=[h];g.h.push(3);g.i[3]=b;c=A;b=[];f=null;do{var k=c;if(Dc(k)){var
m=k.location.href;f=k.document&&k.document.referrer||null}else
m=f,f=null;b.push(new ad(m||""));try{c=k.parent}catch(hb){c=null}}while(c&&
k!=c);m=0;for(var n=b.length-1;m<=n;++m)b[m].depth=n-
m;k=A;if(k.location&&k.location.ancestorOrigins&&k.location.ancestorOrigins.length=
=b.length-1)for(n=1;n<b.length;++n){var p=b[n];p.url||
(p.url=k.location.ancestorOrigins[n-1]||"",p.Fa=!0)}var v=new ad(A.location.href,!
1);k=null;var w=b.length-1;for(p=w;0<=p;--p){var u=b[p];!
k&&Zc.test(u.url)&&(k=u);if(u.url&&!u.Fa){v=u;break}}u=null;var
I=b.length&&b[w].url;0!=v.depth&&I&&(u=b[w]);var C=new $c(v,u);if(C.i){var
z=C.i.url||"";g.h.push(4);g.i[4]=
cd("top",z)}var R={url:C.h.url||""};if(C.h.url){var
x=C.h.url.match(Bc),F=x[1],K=x[3],na=x[4];v="";F&&(v+=F+":");K&&(v+="//",v+=K,na&&(
v+=":"+na));var ud=v}else ud="";R=[R,
{url:ud}];g.h.push(5);g.i[5]=R;kd(this.j,e,g,this.l,d)}catch(hb){try{kd(this.j,e,
{context:"ecmserr",rctx:a,msg:yd(hb),url:C&&C.h.url},this.l,d)}catch(Yf){}}return!
0};
function yd(a){var b=a.toString();a.name&&-1==b.indexOf(a.name)&&(b+=":
"+a.name);a.message&&-1==b.indexOf(a.message)&&(b+=": "+a.message);if(a.stack)
{a=a.stack;var d=b;try{-1==a.indexOf(d)&&(a=d+"\n"+a);for(var c;a!
=c;)c=a,a=a.replace(RegExp("((https?:/..*/)[^/:]*:\\d+(?:.|\n)*)\\
2"),"$1");b=a.replace(RegExp("\n *","g"),"\n")}catch(e){b=d}}return b};function
Ad(a){a&&"function"==typeof a.Ca&&a.Ca()};function N()
{this.C=this.C;this.m=this.m}N.prototype.C=!1;N.prototype.Ca=function(){this.C||
(this.C=!0,this.H())};N.prototype.H=function()
{if(this.m)for(;this.m.length;)this.m.shift()()};function Bd(){};var jd,xd,vd=new
rd;function Cd(){if(!window.google_measure_js_timing){var a=vd;a.h=!1;a.i!
=a.j.google_js_reporting_queue&&(qd()&&Qa(a.i,sd),a.i.length=0)}}(function(a)
{jd=null!=a?a:new hd;"number"!==typeof
window.google_srt&&(window.google_srt=Math.random());id();xd=new td;xd.i=function()
{};xd.l=!0;"complete"==window.document.readyState?
Cd():vd.h&&J(window,"load",function(){Cd()})})();function Dd(a,b){wd(a,b)}function
Ed(a,b){return zd(a,b)}
function O(a,b){var d="Da";Bd.Da&&Bd.hasOwnProperty(d)||(d=new Bd,Bd.Da=d);d=[];!
a.eid&&d.length&&(a.eid=d.toString());kd(jd,"gdn::mta",a,!0,b)}function Fd(a,b)
{xd.sa(531,a,.01,b)};function Gd(a,b)
{this.type=a;this.h=this.target=b;this.defaultPrevented=!
1}Gd.prototype.preventDefault=function(){this.defaultPrevented=!0};var
Hd=function(){if(!A.addEventListener||!Object.defineProperty)return!1;var a=!
1,b=Object.defineProperty({},"passive",{get:function(){a=!
0}});try{A.addEventListener("test",function()
{},b),A.removeEventListener("test",function(){},b)}catch(d){}return a}();function
Id(a,b){Gd.call(this,a?
a.type:"");this.relatedTarget=this.h=this.target=null;this.button=this.screenY=this
.screenX=this.clientY=this.clientX=0;this.key="";this.metaKey=this.shiftKey=this.al
tKey=this.ctrlKey=!
1;this.state=null;this.pointerId=0;this.pointerType="";this.i=null;if(a){var
d=this.type=a.type,c=a.changedTouches&&a.changedTouches.length?
a.changedTouches[0]:null;this.target=a.target||a.srcElement;this.h=b;
(b=a.relatedTarget)?Ua&&(Ta(b,"nodeName")||(b=null)):"mouseover"==d?
b=a.fromElement:
"mouseout"==d&&(b=a.toElement);this.relatedTarget=b;c?(this.clientX=void 0!
==c.clientX?c.clientX:c.pageX,this.clientY=void 0!==c.clientY?
c.clientY:c.pageY,this.screenX=c.screenX||0,this.screenY=c.screenY||0):
(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.key=a.key||"";this.ctrlKey=a.ctrlKey;this.altKey=a.alt
Key;this.shiftKey=a.shiftKey;this.metaKey=a.metaKey;this.pointerId=
a.pointerId||0;this.pointerType="string"===typeof a.pointerType?
a.pointerType:Jd[a.pointerType]||"";this.state=a.state;this.i=a;a.defaultPrevented&
&Id.V.preventDefault.call(this)}}Fa(Id,Gd);var
Jd={2:"touch",3:"pen",4:"mouse"};Id.prototype.preventDefault=function()
{Id.V.preventDefault.call(this);var a=this.i;a.preventDefault?
a.preventDefault():a.returnValue=!1};var
Kd="closure_listenable_"+(1E6*Math.random()|0);var Ld=0;function Md(a,b,d,c,e)
{this.listener=a;this.proxy=null;this.src=b;this.type=d;this.capture=!!
c;this.ka=e;this.key=++Ld;this.aa=this.ia=!1}function Nd(a){a.aa=!
0;a.listener=null;a.proxy=null;a.src=null;a.ka=null};function Od(a)
{this.src=a;this.h={};this.i=0}Od.prototype.add=function(a,b,d,c,e){var
g=a.toString();a=this.h[g];a||(a=this.h[g]=[],this.i++);var f=Pd(a,b,c,e);-1<f?
(b=a[f],d||(b.ia=!1)):(b=new Md(b,this.src,g,!!c,e),b.ia=d,a.push(b));return
b};function Qd(a,b,d,c,e){b=b.toString();if(b in a.h){var g=a.h[b];d=Pd(g,d,c,e);-
1<d&&(Nd(g[d]),Array.prototype.splice.call(g,d,1),0==g.length&&(delete
a.h[b],a.i--))}}
function Rd(a,b){var d=b.type,c;if(c=d in a.h){c=a.h[d];var e=Pa(c,b),g;
(g=0<=e)&&Array.prototype.splice.call(c,e,1);c=g}c&&(Nd(b),0==a.h[d].length&&(delet
e a.h[d],a.i--))}function Pd(a,b,d,c){for(var e=0;e<a.length;++e){var g=a[e];if(!
g.aa&&g.listener==b&&g.capture==!!d&&g.ka==c)return e}return-1};var
Sd="closure_lm_"+(1E6*Math.random()|0),Td={},Ud=0;function Vd(a,b,d,c,e)
{if(c&&c.once)return Wd(a,b,d,c,e);if(Array.isArray(b)){for(var g=0;g<b.length;g+
+)Vd(a,b[g],d,c,e);return null}d=Xd(d);return a&&a[Kd]?Yd(a,b,d,za(c)?!!
c.capture:!!c,e):Zd(a,b,d,!1,c,e)}
function Zd(a,b,d,c,e,g){if(!b)throw Error("Invalid event type");var f=za(e)?!!
e.capture:!!e,h=$d(a);h||(a[Sd]=h=new Od(a));d=h.add(b,d,c,f,g);if(d.proxy)return
d;c=ae();d.proxy=c;c.src=a;c.listener=d;if(a.addEventListener)Hd||(e=f),void
0===e&&(e=!1),a.addEventListener(b.toString(),c,e);else
if(a.attachEvent)a.attachEvent(be(b.toString()),c);else
if(a.addListener&&a.removeListener)a.addListener(c);else throw
Error("addEventListener and attachEvent are unavailable.");Ud++;return d}
function ae(){function a(d){return b.call(a.src,a.listener,d)}var b=ce;return
a}function Wd(a,b,d,c,e){if(Array.isArray(b)){for(var g=0;g<b.length;g+
+)Wd(a,b[g],d,c,e);return null}d=Xd(d);return a&&a[Kd]?a.j.add(String(b),d,!
0,za(c)?!!c.capture:!!c,e):Zd(a,b,d,!0,c,e)}
function de(a,b,d,c,e){if(Array.isArray(b))for(var g=0;g<b.length;g+
+)de(a,b[g],d,c,e);else(c=za(c)?!!c.capture:!!c,d=Xd(d),a&&a[Kd])?
Qd(a.j,String(b),d,c,e):a&&(a=$d(a))&&(b=a.h[b.toString()],a=-1,b&&(a=Pd(b,d,c,e)),
(d=-1<a?b[a]:null)&&ee(d))}
function ee(a){if("number"!==typeof a&&a&&!a.aa){var
b=a.src;if(b&&b[Kd])Rd(b.j,a);else{var d=a.type,c=a.proxy;b.removeEventListener?
b.removeEventListener(d,c,a.capture):b.detachEvent?
b.detachEvent(be(d),c):b.addListener&&b.removeListener&&b.removeListener(c);Ud--;
(d=$d(b))?(Rd(d,a),0==d.i&&(d.src=null,b[Sd]=null)):Nd(a)}}}function be(a){return a
in Td?Td[a]:Td[a]="on"+a}function ce(a,b){if(a.aa)a=!0;else{b=new Id(b,this);var
d=a.listener,c=a.ka||a.src;a.ia&&ee(a);a=d.call(c,b)}return a}
function $d(a){a=a[Sd];return a instanceof Od?a:null}var
fe="__closure_events_fn_"+(1E9*Math.random()>>>0);function Xd(a)
{if("function"===typeof a)return a;a[fe]||(a[fe]=function(b){return
a.handleEvent(b)});return a[fe]};function P(){N.call(this);this.j=new
Od(this);this.Qa=this;this.Y=null}Fa(P,N);P.prototype[Kd]=!
0;P.prototype.addEventListener=function(a,b,d,c)
{Vd(this,a,b,d,c)};P.prototype.removeEventListener=function(a,b,d,c)
{de(this,a,b,d,c)};
function ge(a,b){var d,c=a.Y;if(c)for(d=[];c;c=c.Y)d.push(c);a=a.Qa;c=b.type||
b;if("string"===typeof b)b=new Gd(b,a);else if(b instanceof Gd)b.target=b.target||
a;else{var e=b;b=new Gd(c,a);cc(b,e)}e=!0;if(d)for(var g=d.length-1;0<=g;g--){var
f=b.h=d[g];e=he(f,c,!0,b)&&e}f=b.h=a;e=he(f,c,!0,b)&&e;e=he(f,c,!
1,b)&&e;if(d)for(g=0;g<d.length;g++)f=b.h=d[g],e=he(f,c,!1,b)&&e}
P.prototype.H=function(){P.V.H.call(this);if(this.j){var a=this.j,b=0,d;for(d in
a.h){for(var c=a.h[d],e=0;e<c.length;e++)++b,Nd(c[e]);delete
a.h[d];a.i--}}this.Y=null};function Yd(a,b,d,c,e){return a.j.add(String(b),d,!
1,c,e)}function he(a,b,d,c){b=a.j.h[String(b)];if(!b)return!0;b=b.concat();for(var
e=!0,g=0;g<b.length;++g){var f=b[g];if(f&&!f.aa&&f.capture==d){var
h=f.listener,k=f.ka||f.src;f.ia&&Rd(a.j,f);e=!1!==h.call(k,c)&&e}}return e&&!
c.defaultPrevented};function ie(a){return!!a&&!!E(a,30)&&!!E(a,31)&&!!
E(a,32)}function Q(a,b){return yc(a+(void 0===b?"":b))}function je(a,b){return
yc(a+(void 0===b?"":b))}function ke(a){if(null!=qb(a,21)){var
b=JSON.parse(E(a,21)).msg_type;if("resize-me"===b||"dismiss"===b||"i-dismiss"===b)
{var d=E(a,21);try{"i-dismiss"===b?Ic().then(function(c)
{c.dismiss(3)}):Zb.top.postMessage(d,"*")}catch(c){Fd(c,function(e)
{e.closeMsg=d})}}}}
function le(a,b,d){d=void 0===d?{}:d;if("function"===typeof window.CustomEvent)var
c=new CustomEvent(b,d);else
c=document.createEvent("CustomEvent"),c.initCustomEvent(b,!!d.bubbles,!!
d.cancelable,d.detail);ge(a,c)};var me={},ne={},oe={},pe={};function qe(){throw
Error("Do not instantiate
directly");}qe.prototype.Aa=null;qe.prototype.toString=function(){return
this.oa};function re(){qe.call(this)}Fa(re,qe);re.prototype.Ba=me;function se(a,b)
{return null!=a&&a.Ba===b};function te(a){if(null!=a)switch(a.Aa){case 1:return
1;case -1:return-1;case 0:return 0}return null}function S(a){return se(a,me)?a:a
instanceof sc?T(tc(a).toString()):a instanceof sc?
T(tc(a).toString()):T(String(String(a)).replace(ue,ve),te(a))}var T=function(a)
{function b(d){this.oa=d}b.prototype=a.prototype;return function(d,c){d=new
b(String(d));void 0!==c&&(d.Aa=c);return d}}(re);function we(a,b){for(var d in b)d
in a||(a[d]=b[d]);return a}
function xe(a){return a.replace(/<\//g,"<\\/").replace(/\]\]>/g,"]]\\>")}function
U(a){if(se(a,me)){var
b=String;a=String(a.oa).replace(ye,"").replace(ze,"&lt;");b=b(a).replace(Ae,ve)}els
e b=String(a).replace(ue,ve);return b}function Be(a){se(a,ne)||se(a,oe)?a=V(a):a
instanceof ic?a=V(kc(a)):a instanceof ic?a=V(kc(a)):a instanceof L?
a=V(gc(a).toString()):a instanceof L?a=V(gc(a).toString()):
(a=String(a),a=Ce.test(a)?a.replace(De,Ee):"about:invalid#zSoyz");return a}
function Fe(a){se(a,ne)||se(a,oe)?a=V(a):a instanceof ic?a=V(kc(a)):a instanceof
ic?a=V(kc(a)):a instanceof L?a=V(gc(a).toString()):a instanceof L?
a=V(gc(a).toString()):(a=String(a),a=Ge.test(a)?
a.replace(De,Ee):"about:invalid#zSoyz");return a}function W(a){se(a,pe)?
a=xe(a.oa):null==a?a="":a instanceof mc?a=xe(nc(a)):a instanceof mc?a=xe(nc(a)):a
instanceof pc?a=xe(qc(a)):a instanceof pc?a=xe(qc(a)):(a=String(a),a=He.test(a)?
a:"zSoyz");return a}
var Ie={"\x00":"&#0;","\t":"&#9;","\n":"&#10;","\v":"&#11;","\f":"&#12;","\
r":"&#13;","
":"&#32;",'"':"&quot;","&":"&amp;","'":"&#39;","-":"&#45;","/":"&#47;","<":"&lt;","
=":"&#61;",">":"&gt;","`":"&#96;","\u0085":"&#133;","\u00a0":"&#160;","\
u2028":"&#8232;","\u2029":"&#8233;"};function ve(a){return Ie[a]}
var Je={"\x00":"%00","\u0001":"%01","\u0002":"%02","\u0003":"%03","\u0004":"%04","\
u0005":"%05","\u0006":"%06","\u0007":"%07","\b":"%08","\t":"%09","\n":"%0A","\
v":"%0B","\f":"%0C","\r":"%0D","\u000e":"%0E","\u000f":"%0F","\u0010":"%10","\
u0011":"%11","\u0012":"%12","\u0013":"%13","\u0014":"%14","\u0015":"%15","\
u0016":"%16","\u0017":"%17","\u0018":"%18","\u0019":"%19","\u001a":"%1A","\
u001b":"%1B","\u001c":"%1C","\u001d":"%1D","\u001e":"%1E","\u001f":"%1F","
":"%20",'"':"%22","'":"%27","(":"%28",
")":"%29","<":"%3C",">":"%3E","\\":"%5C","{":"%7B","}":"%7D","\u007f":"%7F","\
u0085":"%C2%85","\u00a0":"%C2%A0","\u2028":"%E2%80%A8","\u2029":"%E2%80%A9","\
uff01":"%EF%BC%81","\uff03":"%EF%BC%83","\uff04":"%EF%BC%84","\uff06":"%EF%BC
%86","\uff07":"%EF%BC%87","\uff08":"%EF%BC%88","\uff09":"%EF%BC%89","\uff0a":"%EF
%BC%8A","\uff0b":"%EF%BC%8B","\uff0c":"%EF%BC%8C","\uff0f":"%EF%BC%8F","\
uff1a":"%EF%BC%9A","\uff1b":"%EF%BC%9B","\uff1d":"%EF%BC%9D","\uff1f":"%EF%BC
%9F","\uff20":"%EF%BC%A0","\uff3b":"%EF%BC%BB",
"\uff3d":"%EF%BC%BD"};function Ee(a){return Je[a]}
var ue=/[\x00\x22\x26\x27\x3c\x3e]/g,Ae=/[\x00\x22\x27\x3c\x3e]/g,De=/[\x00- \x22\
x27-\x29\x3c\x3e\\\x7b\x7d\x7f\x85\xa0\u2028\u2029\uff01\uff03\uff04\uff06-\uff0c\
uff0f\uff1a\uff1b\uff1d\uff1f\uff20\uff3b\uff3d]/g,He=/^(?!-*(?:expression|
(?:moz-)?binding))(?:(?:[.#]?-?(?:[_a-z0-9-]+)(?:-[_a-z0-9-]+)*-?|(?:rgb|rgba|hsl|
hsla|calc|max|min|cubic-bezier)\([-\u0020\t,+.!#%_0-9a-zA-Z]+\)|[-+]?(?:[0-9]+(?:\.
[0-9]*)?|\.[0-9]+)(?:e-?[0-9]+)?(?:[a-z]{1,4}|%)?|!important)(?:\s*[,\u0020]\s*|
$))*$/i,Ce=/^(?:(?:https?|mailto|ftp):|[^&:\/?#]*(?:[\/?#]|$))/i,
Ge=/^[^&:\/?#]*(?:[\/?#]|$)|^https?:|^ftp:|^data:image\/[a-z0-9+]+;base64,[a-z0-
9+\/]+=*$|^blob:/i,Ke=/^[a-zA-Z0-9+\/_-]+={0,2}$/;function V(a){return
String(a).replace(De,Ee)}function Le(a){a=String(a);return Ke.test(a)?a:"zSoyz"}var
ye=/<(?:!|\/?([a-zA-Z][a-zA-Z0-9:\-]*))(?:[^>'"]|"[^"]*"|'[^']*')*>/g,ze=/</g;/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
function Me(a,b,d){b=b(d||Ne,void 0);if(za(b))if(b instanceof qe){if(b.Ba!
==me)throw Error("Sanitized content was not of kind HTML.");b=vc(b.toString())}else
b=uc("zSoyz");else
b=uc(String(b));if(xc())for(;a.lastChild;)a.removeChild(a.lastChild);a.innerHTML=tc
(b)}var Ne={};function Oe(a,b){var
d=T,c=a.creativeIndexSuffix,e=a.ra,g=a.Ia,f=a.cb,h=a.enableNativeJakeUi,k=a.isMutab
leImpression,m=a.lb,n=a.ub,p=a.Oa,v=a.Na,w=a.ma,u=a.Ka,I=a.Ja,C=a.la,z=a.La,R=a.pb,
x=a.fb,F=T;e='<div id="panel_set'+U(c)+'"'+(e?' dir="rtl"':"")+'><div
id="ad_closed_panel'+U(c)+'" class="panel" wp="1">';h?n='<div id="native-menu-
bg'+U(c)+'"></div><div class="native-panel-wrapper"><div class="native-panel"
wp="0"><div id="menu-dismiss'+U(c)+'">'+Pe()+'</div><div class="native-panel-
contents"><div class="header"><span id="native_closed_text'+
U(c)+'" class="header-text-wrapper"></span></div><div class="native-button-
container">'+(k&&!m?(z?Qe(a):"")+(x?"":'<a id="report_btn'+U(c)+'"><span
class="padded-text button-text">'+S(g)+"</span></a>"):"")+(n?'<a
id="why_this_ad_btn'+U(c)+'" href="'+U(Be(p))+'" target="_blank"><span
class="padded-text button-text">'+S(v)+'&nbsp;<img id="settings_icon'+U(c)+'"
class="btn-icon" src="'+U(Fe(w))+'" alt=""></span></a>':'<a id="settings_btn'+U(c)
+'" href="'+U(Be(u))+'" target="_blank"><span class="padded-text button-text">'+
S(I)+'&nbsp;<img id="settings_icon'+U(c)+'" class="btn-icon" src="'+U(Fe(w))+'"
alt=""></span></a>')+"</div></div></div></div>":(g='<div id="menu-dismiss'+U(c)+'"
class="close">'+Pe()+'</div><div class="panel-container"><div class="panel-content
fade"><div class="panel-row panel-lower"><span
id="closed_text'+U(c)+'"></span>'+(40<C?'</div><div class="panel-row panel-buttons"
wp="0">':"")+(z?Qe(a)+'<a class="spacer'+U(c)+'"></a>':""),!k||m||x?k="":
(k=a.creativeIndexSuffix,m=a.Ia,k=T('<a id="report_btn'+
U(k)+'" class="btn responsive-btn primary-btn shadow"><span id="report_text'+U(k)
+'" class="btn-text">'+S(m)+"</span></a>")),k=g+k,n?(n='<a class="spacer'+U(c)
+'"></a>',m=a.creativeIndexSuffix,x=a.Oa,g=a.Na,h=a.na,p=a.ra,m=T('<a
id="why_this_ad_btn'+U(m)+'" class="btn responsive-btn settings-btn shadow"
href="'+U(Be(x))+'" target="_blank" wp="0"><span id="why_this_ad_text'+U(m)+'"
class="btn-text settings-text">'+(h&&!p?Re(a.creativeIndexSuffix,a.ma)+S(g):S(g)
+"&nbsp;"+Re(a.creativeIndexSuffix,a.ma))+
"</span></a>"),n+=m):(n='<a
class="spacer'+U(c)+'"></a>',m=a.creativeIndexSuffix,x=a.Ka,g=a.Ja,h=a.ma,m=T('<a
id="settings_btn'+U(m)+'" class="btn responsive-btn settings-btn shadow"
href="'+U(Be(x))+'" target="_blank" wp="0"><span id="settings_text'+U(m)+'"
class="btn-text settings-text">'+S(g)+'&nbsp;<img id="settings_icon'+U(m)+'"
class="btn-icon" src="'+U(Fe(h))+'"
alt=""></span></a>'),n+=m),n=k+n+"</div></div></div>");f=e+n+'</div><div
id="survey_panel'+U(c)+'" class="panel"></div><div id="post_survey_panel'+
U(c)+'" class="panel" wp="1"><div class="panel-container"><div class="panel-content
fade"><span id="confirmation_msg'+U(c)+'"
class="conf-msg">'+S(f)+'</span></div></div></div><div id="final_closed_panel'+U(c)
+'" class="panel" wp="1"><div class="panel-container"><div class="panel-content
fade"><span id="final_closed_text'+U(c)+'"></span></div></div></div>';z?(c='<div
id="ad_options_panel'+U(c)+'" class="panel" wp="1"><div
id="ad_options_dismiss'+U(c)+'" class="close">'+Pe()+'</div><div class="panel-
container"><div class="panel-content fade"><div id="personalize_toggle'+
U(c)+'" class="panel-row panel-buttons" wp="0"><a class="spacer'+U(c)+'"></a>'+S(R)
+'<label id="personalize_toggle'+U(c)+'" class="track"><input
id="personalize_checkbox'+U(c)+'" type="checkbox" disabled><span
class="handle"></span></label></div><div class="panel-row panel-buttons"
wp="0">',z=a.creativeIndexSuffix,R=a.ra,e=a.Ua,n=a.Va,z=T('<a
id="learn_more_btn'+U(z)+'" class="btn responsive-btn settings-btn shadow"
href="'+U(Be(n))+'" target="_blank"><span id="learn_more_text'+U(z)+'" class="btn-
text settings-text">'+
(R?Se()+S(e):S(e)+"&nbsp;"+Se())+"</span></a>"),c=c+z+"</div></div></div></
div>"):c="";F=F(f+c+"</
div>");c=a.creativeIndexSuffix;z=a.qa;R=a.Sa;f=a.Wa;e=a.ua;n=a.la;k=a.gb;m=a.Ga;x=a
.Ha;g=a.na;h=a.La;p=a.enableNativeJakeUi;a=a.wa;b=b&&b.eb;b=T((g?'<link
href="https://fonts.googleapis.com/css?family=Google+Sans" rel="stylesheet"'+(b?'
nonce="'+U(Le(b))+'"':"")+">":"")+"<style"+(b?' nonce="'+U(Le(b))+'"':"")
+">#panel_set"+W(c)+">.panel {position: fixed;"+(z?"top: -100%; left: -100%;":"top:
-"+W(R)+"px; left: -"+
W(f)+"px;")+"z-index: 2147483646; display: block;"+(z?"width: 100%; height:
100%":"width: "+W(e)+"px; height: "+W(n)+"px;")+"}#panel_set"+W(c)+" img {border:
0;}#panel_set"+W(c)+">.panel.visible, #panel_set"+W(c)+" .visible .panel {"+
(k?"position: absolute; top: 0; left: 0;":"position: fixed; left: "+W(m)+"px; top:
"+W(x)+"px;")+"opacity: 1;}#panel_set"+W(c)+" .panel-container {display: table;"+
(z?"width: 100%; height: 100%;":"width: "+W(e)+"px; height: "+W(n)+"px;")+"margin:
0; padding: 0; background-color: #fafafa;}#panel_set"+
W(c)+" .panel-row {display: block; padding: 0 0 0.3em 0;}#panel_set"+W(c)+" .panel-
row:first-child {padding: 0.3em 17px;}#panel_set"+W(c)+" .panel-content {vertical-
align: top; padding-top: "+W(a)+"px; display: table-cell; color: #999; color:
rgba(0,0,0,0.4); transition: opacity 150ms linear; text-align: center;}.collapsed
#panel_set"+W(c)+" .fade {opacity: 0.4;}#menu-dismiss"+W(c)+" {padding-top: "+W(a)
+"px;}.jake-middle.survey-horiz #panel_set .panel-content {vertical-align:
middle;}#ad_closed_panel"+
W(c)+" .btn, #ad_options_panel"+W(c)+" .btn {display: inline-block; border-radius:
2px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing:
border-box; width: auto; text-decoration: none; white-space: nowrap; line-height:
1em; cursor: pointer;}#closed_text"+W(c)+", #final_closed_text"+W(c)+" {display:
inline-block; line-height: 1.28em; font-size: 1.2em;}#native_closed_text"+W(c)+"
{display: flex; flex-direction: row; align-items: center;}#closed_text"+W(c)+" img,
#native_closed_text"+
W(c)+" img, #final_closed_text"+W(c)+' img {margin: 0 0 -0.34em 0; height: 1.25em;
display: inline-block; width: auto; min-width: 3.75em; opacity: 0.4; -ms-filter:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";}#native_closed_text'+W(c)+"
img {margin: 0 0.3em -0.2em 0.3em; height: 1.4em;}.spacer"+W(c)+" {display: inline-
block; padding: 0; box-shadow: none; width:
3px;}"+(360>=e&&100<=n?"#ad_closed_panel"+W(c)+" .responsive-btn,
#ad_options_panel"+W(c)+" .responsive-btn {max-width: 288px; width: 75%; white-
space: normal; margin-bottom: 0.4em;}.spacer"+
W(c)+" {display: none;}":"")+(220>=e?"#ad_closed_panel"+W(c)+" .responsive-btn,
#ad_options_panel"+W(c)+" .responsive-btn {max-width: 198px; width: 90%; white-
space: normal; margin-bottom: 0.4em;}.spacer"+W(c)+" {display: none;}":"")
+(220<=n?"#panel_set"+W(c)+" .panel-content {vertical-align: top;}":"")
+(36>=n?"#closed_text"+W(c)+" {padding: 0 1em 0 0;}#panel_set"+W(c)+" .panel-row
{padding: 0 !important;}":"")+".btn>span {display: inline-block; padding: 0.5em
0.6em; line-height: 1em;}#ad_closed_panel"+
W(c)+" .settings-btn, #ad_options_panel"+W(c)+" .settings-btn {background-color:
#fff; color: #9e9ea6;}#ad_closed_panel"+W(c)+" .settings-btn:hover,
#ad_closed_panel"+W(c)+" .settings-btn:active, #ad_options_panel"+W(c)+" .settings-
btn:hover, #ad_options_panel"+W(c)+" .settings-btn:active{background-color:
#f5f5f5;}.settings-text {white-space: nowrap;}#report_btn"+W(c)+".primary-btn,
#ad_options_btn"+W(c)+".primary-btn {background-color: #4285f5; color:
white;}#report_btn"+W(c)+".primary-btn:hover, #report_btn"+
W(c)+".primary-btn:active, #ad_options_btn"+W(c)+".primary-btn:hover,
#ad_options_btn"+W(c)+'.primary-btn:active {background-color: #3275e5;}.btn-icon
{position: relative; display: inline-block; margin-bottom: -0.15em; height: 1em;
width: 1em; opacity: 0.4; -ms-filter:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";}[dir="rtl"] .btn-icon
{float: left;}#confirmation_msg'+W(c)+" {font-weight: bold; color:
#333;}#confirmation_msg"+W(c)+", #final_closed_text"+W(c)+" {line-height: 1.1em;
padding: 0.3em;}"+
(100<=n?"#confirmation_msg"+W(c)+", #final_closed_text"+W(c)+" {padding: 1em
0.3em;}":"")+"#post_survey_panel"+W(c)+" span {display: block; text-align: center;
line-height: 1em;}#post_survey_panel"+W(c)+" a, #post_survey_panel"+W(c)+"
a:active, #post_survey_panel"+W(c)+" a:hover {text-decoration: none; color:
#4285f5;}#final_closed_panel"+W(c)+", #final_closed_panel"+W(c)+"
#final_closed_text {opacity: 0; transition: opacity 400ms
linear;}#final_closed_panel"+W(c)+" span {white-space:
normal;}#final_closed_panel"+
W(c)+" #final_closed_text.visible {opacity: 1;}"+(h?"#personalize_toggle"+W(c)+"
{margin-top: 6px; margin-bottom: 6px;}#ad_options_panel"+W(c)+" span {display:
block; text-align: center; line-height: 1em;}":"")+'.fallback-wrap .btn{margin: 1px
auto 1px auto; white-space: normal;}.close {position: absolute; top: 2px; left:
2px; color: black; font-size: 15px; line-height: 15px; opacity: 0.5; height: 15px;
width: 15px; user-select: none; cursor: pointer;}[dir="rtl"] .close {right: 2px;
transform: scaleX(-1);}[dir="rtl"] #menu-dismiss'+
W(c)+" {left: initial; right: 0; transform: scaleX(-1);}.native-arrow {"+
(p?"opacity: 0.6;":"opacity: 0.8;")+"}.window-icon {opacity: 0.4;}"+(p?"#native-
menu-bg"+W(c)+" {position: absolute; top: 0; left: 0; display: inline-block; width:
100%; height: 100%; background-color: rgba(0,0,0,0.6); cursor: pointer;}.native-
panel-wrapper {display: inline-block; padding: 0.1em;}.visible .native-panel
{margin-top: 0; opacity: 1;}#menu-dismiss"+W(c)+" {position: absolute; top: 0;
left: 0; cursor: pointer;}#menu-dismiss"+
W(c)+" svg {height: 1.4em; width: 1.4em; max-height: 24px; max-width: 24px; min-
height: 10px; min-width: 10px;}.cross {opacity: 0.6; stroke: #52b4c6; stroke-width:
1.25; transform: rotate(0deg); transform-origin: 50% 50%; transition: opacity 0.1s
linear, transform 0.1s linear;}#menu-dismiss"+W(c)+":hover .cross {opacity: 0.9;
transform: rotate(90deg);}.native-panel-contents {display: flex; flex-wrap: nowrap;
flex-direction: column; margin: 0.8em;}.header {display: flex; flex-direction: row;
justify-content: flex-start; white-space: nowrap; font-size: 1.3em;}.header-text-
wrapper {display: inline-block; margin: 0 0 0.2em 0.1em;}.header {margin: 0 0 5px
0;}#menu-dismiss"+
W(c)+" svg {height: 1em; width: 1em; margin: 0.1em;}.cross {stroke: #888;}.header-
text-wrapper {margin: 0 0 0.4em 0;}.native-panel-wrapper {display: flex; padding:
0; justify-content: center; align-items: center; height:
100%;}#native_closed_text"+W(c)+" img {margin: 0 0.3em -0.1em 0.3em;}.header {font-
size: 1em; justify-content: center}.native-panel {opacity: 0; display: inline-
block; position: relative; box-sizing: border-box; color: rgba(0,0,0,0.4);
background-color: #fafafa; font-family: 'Arial', sans-serif; white-space: nowrap;
border-radius: 4px; box-shadow: 0 3px 2px 0 rgba(0,0,0,0.3); margin-top: 5px;
transition: margin 0.25s ease-out;}.native-button-container {display: flex;
justify-content: center; flex-wrap: nowrap; flex-direction: column;}.native-button-
container #report_btn"+
W(c)+" {color: white; background-color: rgba(26,115,232,1); border: 1px solid
rgba(66,133,245,0.6); opacity: 0.9;}.native-button-container #report_btn"+W(c)
+":hover {background-color: rgba(20,91,183,1);}.native-button-container
#settings_btn"+W(c)+", .native-button-container #why_this_ad_btn"+W(c)+", .native-
button-container #learn_more_btn"+W(c)+" {color: rgba(0,0,0,0.5); border: 1px solid
rgba(0,0,0,0.3);}.native-button-container a {display: flex; flex-direction: row;
justify-content: center; align-items: center; margin: 5px 0 0 0; flex-grow: 1;
cursor: pointer; border-radius: 4px; box-shadow: 0 0 2px rgba(0,0,0,0.12), 0 1px
3px rgba(0,0,0,0.26) !important; background-color: white; font-size: 0.8em; line-
height: 1em;}.native-button-container a:hover {background-color: #f5f5f5;}.native-
button-container a, .native-button-container a:active, .native-button-container
a:hover, .native-button-container a:visited {text-decoration: none;}.native-button-
container a:first-child {margin-top: 0;}.button-text {font-size: 1em; display:
block;}.padded-text {margin: 0.4em 0.7em;}.native-button-container #settings_icon
{opacity: 0.65; opacity: 0.65;}.icon {display: inline-block; width: 2.3em; height:
2.3em; fill: #fff; stroke: none; margin: 0.2em;}"+
(.5>=e/n?".native-panel-wrapper {padding-top: 1em; align-items: flex-start;}":"")
+(2<=e/n&&100>=n?".native-panel-contents {margin: 0.5em;}.native-button-container a
{margin: 0 0 0 0.2em;}.header {margin: 0;}.native-button-container a:first-child
{margin: 0;}.native-panel-contents {flex-direction: column;}.native-button-
container {flex-direction: row;}":"")+(3<=e/n&&49>=n?".native-panel-contents
{margin: 0.5em 1em;}.native-panel {margin: 0.1em;}.header {margin: 0 0.2em 0
0;}.native-panel-contents {flex-direction: row;}.native-button-container {flex-
direction: row;}.header-text-wrapper {margin-bottom: 0;}":
"")+(130>=n?".padded-text {white-space: normal; margin: 0.3em; text-align:
initial;}":""):"")+(g?"#panel_set"+W(c)+" .panel-content {font-family: 'Google
Sans', sans-serif;}#closed_text"+W(c)+" img, #native_closed_text"+W(c)+" img,
#final_closed_text"+W(c)+' img {margin: 0 0 -0.3em 0; height: 1.1em; min-width:
3.3em;}.close {top: 6px; left: 6px; height: 22px; width: 22px;}[dir="rtl"] .close
{right: 8px; transform: scaleX(-1);}.btn>span {padding: 0.7em
0.5em;}#ad_closed_panel'+W(c)+" .btn, #ad_options_panel"+
W(c)+" .btn {border-radius: 4px;}#ad_closed_panel"+W(c)+" .settings-btn,
#ad_options_panel"+W(c)+" .settings-btn {box-shadow: inset 0 0 0 1px
#dadce0;}#closed_text"+W(c)+", #final_closed_text"+W(c)+' {line-height: 1.28em;
font-size: 1.15em;}.btn-icon {margin-right: 0.5em;}[dir="rtl"] .btn-icon {float:
none;}'+(2<=e/n?".spacer"+W(c)+" {width: 4px;}#closed_text"+W(c)+",
#final_closed_text"+W(c)+" {line-height: 1em;}"+(90<=n?".close {height: 24px;
width: 24px; top: 8px; left: 8px;}#closed_text"+W(c)+
", #final_closed_text"+W(c)+" {font-size: 1.3em;}.panel-lower {margin-top:
6px;}.panel-buttons {margin-top: 6px;}":"#closed_text"+W(c)+",
#final_closed_text"+W(c)+" {font-size: 1.1em;}.close {height: 20px; width:
20px;}.panel-lower {margin-top: 2px;}.panel-buttons {margin-top: -2px;}.btn > span
{padding: 0.4em;}"):200>=e?".panel-lower {margin-top: 25px;}.close {height: 16px;
width: 16px;}":".panel-lower {margin-top: 40px;}.panel-buttons {margin-top:
14px;}#panel_set"+W(c)+" .panel-row:first-child {padding: 0
17px;}#ad_closed_panel"+
W(c)+" .responsive-btn, #ad_options_panel"+W(c)+" .responsive-btn {margin-bottom:
8px; width: 51%;}"):"#panel_set"+W(c)+" .panel-content {font-family: 'Arial', sans-
serif;}#ad_closed_panel"+W(c)+" .btn, #ad_options_panel"+W(c)+" .btn {border-
radius: 2px; box-shadow: 0 0 2px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.26) !
important;}")+(h?"#learn_more_btn"+W(c)+" .window-icon {height: 16px; width:
16px;}#personalize_toggle"+W(c)+" .track {position: relative; display: inline-
block; width: 36px; height: 14px; top: 1px; margin-left: 6px;}#personalize_toggle"+
W(c)+" .track input {opacity: 0; width: 0; height: 0;}#personalize_toggle"+W(c)
+" .handle {position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom:
0; background-color: #dadce0; -webkit-transition: .4s; transition: .4s; border-
radius: 7px;}#personalize_toggle"+W(c)+' .handle:before {position: absolute;
content: ""; height: 20px; width: 20px; left: -4px; bottom: -3px; margin-left: 4px;
background-color: #fff; -webkit-transition: .4s; transition: .4s; box-shadow: 0 1px
2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15); border-radius:
50%;}#personalize_toggle'+
W(c)+" input:checked + .handle {background-color: rgba(66, 133,
244, .5);}#personalize_toggle"+W(c)+" input:focus + .handle {box-shadow: 0 0 1px
#4285f4;}#personalize_toggle"+W(c)+" input:checked + .handle:before {-webkit-
transform: translateX(16px); -ms-transform: translateX(16px); transform:
translateX(16px); transition: .4s; -webkit-transition: background-color .4s; -ms-
transition: background-color .4s; transition: background-color .4s; background-
color: #1a73e8;}"+(200>=e||200>=n?"#personalize_toggle"+
W(c)+" .track {width: 24px; height: 9px; top: 2px;}#personalize_toggle"+W(c)
+" .handle:before {height: 13px; width: 13px; left: -7px; bottom: -
2px;}#learn_more_btn"+W(c)+" .window-icon {height: 14px; width: 14px;}":"")
+(500<=n?"#personalize_toggle"+W(c)+" {margin-top: 6;}":"")+(100>=e||
100>=n?"#personalize_toggle"+W(c)+" {margin-top: 0; margin-bottom:
3px;}#learn_more_btn"+W(c)+" .window-icon {height: 12px; width: 12px;}":"")
+(60>=e||60>=n?"#learn_more_btn"+W(c)+" .window-icon {height: 11px; width: 11px;}":
"")+(50>=e||50>=n?"#learn_more_btn"+W(c)+" .window-icon {height: 9px; width:
9px;}":""):"")+"</style>");return d(F+b)}function Qe(a){var
b=a.creativeIndexSuffix;a=a.Ta;return T('<a id="ad_options_btn'+U(b)+'" class="btn
responsive-btn primary-btn shadow"><span id="options_text'+U(b)+'" class="btn-
text">'+S(a)+"</span></a>")}function Re(a,b){return T('<img
id="why_this_ad_icon'+U(a)+'" class="btn-icon" src="'+U(Fe(b))+'" alt="">')}
function Pe(){return T('<svg viewBox="0 0 24 24"><path class="native-arrow" d="M20
11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/></svg>')}function Se()
{return T('<svg class="window-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 -
2 24 24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 19H5V5h7V3H5c-1.11 0-2
.9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41
1.41L19 6.41V10h2V3h-7z"/></svg>')};function Te(a,b){var
d=a.creativeIndexSuffix,c=a.kb,e=a.rb,g=T,f=we({ib:c?"left":"right",Ya:c?"right":"l
eft"},a);c=f.ib;var
h=f.Ya,k=f.creativeIndexSuffix,m=f.Za,n=f.bb,p=f.ab,v=f.tb,w=f.qb,u=f.qa,I=f.ua,C=f
.la,z=f.na;f=f.wa;b=b&&b.eb;b="&nbsp;"+T((z?'<link
href="https://fonts.googleapis.com/css?family=Google+Sans" rel="stylesheet"'+(b?'
nonce="'+U(Le(b))+'"':"")+">":"")+"<style"+(b?' nonce="'+U(Le(b))+'"':"")
+">#survey-container"+W(k)+" {position: absolute; top: 0; left: 0;"+(u?"width:
100%; height: 100%;":
"width: "+W(I)+"px; height: "+W(C)+"px;")+"overflow: hidden; background-color:
#fafafa; font-size: 0; white-space: nowrap;}.survey-native-scroll #survey-
container"+W(k)+" {overflow-x: scroll;}.survey-horiz, .survey-vert {text-align:
center;}#survey-container"+W(k)+" * {box-sizing: border-box; -moz-box-sizing:
border-box; -webkit-box-sizing: border-box;}.survey-block {height: "+W(m)
+"px;}.survey-option {position: relative; overflow: hidden; display: inline-block;
padding: 1px 5px; width: "+W(n)+"px; height: "+
W(m)+"px; border: 1px solid #e0e0e0; background-color: #fff; cursor:
pointer;}.survey-option:hover, .survey-scroll .survey-option:active {background-
color: #f5f5f5;}.survey-option div {width: 100%; height: 100%; display: table;
text-align: center;}.survey-option span {vertical-align: middle; display: table-
cell; color: #4285f4; font-family: Arial, sans-serif; text-align: center; font-
size: 12px; line-height: 14px; white-space: normal;}@media (min-height: 54px)
{.survey-horiz.survey-spaced .survey-option, .survey-vert .survey-option {box-
shadow: 0 0 2px rgba(0,0,0,0.12), 0px 1px 3px rgba(0,0,0,0.26) !important; border:
none;}}#mute_panel"+
W(k)+".survey-horiz .survey-option {display: inline-block; margin-"+W(h)+": -1px;
box-shadow: none;}#mute_panel"+W(k)+".survey-horiz .survey-option:first-child
{margin-"+W(h)+": 0;}#mute_panel"+W(k)+".survey-horiz.survey-spaced .survey-option
{margin-"+W(h)+": "+W(p)+"px;}#mute_panel"+W(k)+".survey-horiz.survey-
spaced .survey-option:first-child {margin-"+W(h)+": 0;}#mute_panel"+W(k)+".survey-
horiz.jake-middle .survey-block {margin-top: "+W((C-m)/2)+"px;}#mute_panel"+W(k)
+".survey-horiz.jake-top .survey-block {margin-top: "+
W(p)+"px;}#mute_panel"+W(k)+".survey-vert .survey-option, #mute_panel"+W(k)
+".survey-horiz.survey-spaced .survey-option {border-radius: 2px;}#mute_panel"+W(k)
+".survey-vert .survey-option {margin: "+W(p)+"px auto 0 auto; display:
block;}#mute_panel"+W(k)+".survey-vert.jake-top .survey-option:first-child {margin-
top: "+W(p)+"px;}#mute_panel"+W(k)+".survey-vert.jake-middle .survey-option:first-
child {margin-top: "+W((C-v)/2)+"px;}#mute_panel"+W(k)+".survey-grid #survey-
container"+W(k)+" {width: initial; height: initial; white-space: normal; padding:
1px;}#mute_panel"+
W(k)+".survey-grid .survey-option {display: inline-block; width: "+W((I-6)/2)+"px;
height: "+W((C-6)/2)+"px; margin: 1px;}#mute_panel"+W(k)+".survey-small-grid
#survey-container"+W(k)+" {white-space: normal; padding: "+W(C/2-(m+2))+"px
0px;}#mute_panel"+W(k)+".survey-small-grid #option-container"+W(k)+" {padding: 0
"+W(I/2-(n+2))+"px;}#mute_panel"+W(k)+".survey-small-grid .survey-option {display:
inline-block; margin: 1px;}.option-container {margin-top: "+W(f)+"px; display:
inline-block;}.scroll, .native-scroll {position: absolute; top: 0; display:
none;}.scroll {width: 30px; border: 1px solid transparent; background-color: #666;
background-color: rgba(0,0,0,0.6); text-align: center; transition: visibility 150ms
step-end; cursor: pointer;}.native-scroll {width: 10px;}.survey-
scroll .scroll, .survey-native-scroll .native-scroll {display: block;}.scroll div
{position: absolute; top: 50%; left: 50%; height: 36px; width: 36px; margin: -18px
0 0 -18px;}.scroll:hover, .scroll:active {background-color: #999; background-color:
rgba(0,0,0,0.4);}.scroll-right {"+
W(c)+": 0;}.native-scroll.scroll-"+W(c)+" {-webkit-box-shadow: inset -10px 0 10px -
10px rgba(0,0,0,0.3); -moz-box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);
box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);}.scroll-right {border-
top-"+W(h)+"-radius: 4px; border-bottom-"+W(h)+'-radius: 4px;}.scroll-right div
{background-image:url("'+Fe(w)+"/images/icons/material/system/1x/keyboard_arrow_"+V
(c)+'_white_36dp.png");}.scroll-left {'+W(h)+": 0;}.native-scroll.scroll-"+W(h)+"
{-webkit-box-shadow: inset 10px 0 10px -10px rgba(0,0,0,0.3); -moz-box-shadow:
inset 10px 0 10px -10px rgba(0,0,0,0.3); box-shadow: inset 10px 0 10px -10px
rgba(0,0,0,0.3);}.scroll-left {border-top-"+
W(c)+"-radius: 4px; border-bottom-"+W(c)+'-radius: 4px;}.scroll-left div
{background-image:url("'+Fe(w)+"/images/icons/material/system/1x/keyboard_arrow_"+V
(h)+'_white_36dp.png");}.survey-option {transition: margin 150ms linear;}'+
(z?".survey-option {font-family: 'Google Sans', sans-serif; border-radius:
4px;}@media (min-height: 54px) {.survey-horiz.survey-spaced .survey-
option, .survey-vert .survey-option {box-shadow: inset 0 0 0 1px #dadce0 !
important; border: none;}}":"")+"</style>")+'<div id="survey-container'+
U(d)+'"><div id="option-container'+U(d)+'" class="option-
container">';e=we({options:e},a);a=e.options;e=e.creativeIndexSuffix;c="";h=a.lengt
h;for(k=0;k<h;k++)c+='<a wp="1" class="survey-block survey-option"><div
wp="0"><span>'+S(a[k])+"</span></div></a>";c+='<a id="scroll-left'+U(e)+'"
class="survey-block scroll scroll-left" style="visibility:hidden"><div></div></a><a
id="scroll-right'+U(e)+'" class="survey-block scroll scroll-right"
style="visibility:visible"><div></div></a>';a=T(c);return g(b+a+
'</div></div><a id="native-scroll-left'+U(d)+'" class="survey-block native-scroll
scroll-left" style="visibility:hidden"><div></div></a><a id="native-scroll-
right'+U(d)+'" class="survey-block native-scroll scroll-right"
style="visibility:visible"><div></div></a>')};function Ue(a){return"string"==typeof
a.className?a.className:a.getAttribute&&a.getAttribute("class")||""}function Ve(a)
{return a.classList?a.classList:Ue(a).match(/\S+/g)||[]}function We(a,b)
{"string"==typeof a.className?
a.className=b:a.setAttribute&&a.setAttribute("class",b)}function Xe(a,b)
{a.classList?b=a.classList.contains(b):(a=Ve(a),b=0<=Pa(a,b));return b}function
X(a,b){if(a.classList)a.classList.add(b);else if(!Xe(a,b)){var
d=Ue(a);We(a,d+(0<d.length?" "+b:b))}}
function Ye(a,b){if(a.classList)Array.prototype.forEach.call(b,function(e)
{X(a,e)});else{var d={};Array.prototype.forEach.call(Ve(a),function(e){d[e]=!
0});Array.prototype.forEach.call(b,function(e){d[e]=!0});b="";for(var c in
d)b+=0<b.length?" "+c:c;We(a,b)}}function Ze(a,b){a.classList?
a.classList.remove(b):Xe(a,b)&&We(a,Array.prototype.filter.call(Ve(a),function(d)
{return d!=b}).join(" "))};function $e(a,b,d,c,e,g,f,h,k,m,n,p)
{this.v=a;this.h=b;this.l=d;this.Y=f;this.j=h;this.ea=k;this.D=c;this.ha=e;this.N=g
;this.da=n;this.ca=p;this.R=void 0;this.ba=m;this.o=Math.min(50,this.l);this.J=!
1;this.i=0;this.A=!
0;this.C=this.F=this.G=this.m=this.u=this.U=this.K=null;this.T=Math.max(1,Math.floo
r((this.h-30-1)/95));a=this.h/
this.l;a=.75<a&&1.25>a;b=198<=this.h&&this.l>=2*this.o+6&&672>this.h&&this.l<7*this
.o&&4>=Y(this);this.ga=196<=this.h&&this.l>=2*this.o+4&&4>=Y(this);this.fa="enable_
jake_ui_grid"===
this.ea&&b&&a;this.S=!!this.ba;this.X()}l=$e.prototype;l.va=function()
{Me(this.v,Te,
{ua:this.h,la:this.l,Ga:0,Ha:0,qa:this.Y,creativeIndexSuffix:this.j,kb:this.D,qb:th
is.ha,bb:96,Za:this.o,ab:8,tb:Y(this)*(this.o+8)-8,wb:95*Y(this)+1,xb:104*Y(this)-
8,rb:Ra(wb(this.N,Pb,2),function(a){return
E(a,1)}),na:this.da,wa:this.ca});af(this)};l.pa=function()
{this.v&&X(this.v,"visible")};l.X=function(){this.v&&Ze(this.v,"visible")};function
bf(a,b){a.R=b;a.pa()}function Y(a){return wb(a.N,Pb,2).length}
function cf(a){var b=[],d=a.l,c=a.h,e=a.o,g=95*Y(a)+1,f=104*Y(a)-8;var
h=Y(a)*(a.o+8)-8;var k=d<h&&c<g&&a.ga;a.fa?b.push("survey-grid"):d>h&&c<g?
(b.push("survey-vert"),d>h+50?b.push("jake-top"):b.push("jake-middle")):
(b.push("survey-horiz"),c>=f&&b.push("survey-spaced"),c<g&&(k?b.push("survey-small-
grid"):a.S?b.push("survey-native-scroll"):b.push("survey-scroll")),k||(d>e+50?
b.push("jake-top"):b.push("jake-middle")));return b}
function af(a){a.K=document.getElementById("survey-
container"+a.j);a.U=document.getElementById("option-
container"+a.j);a.u=document.getElementById("scroll-
right"+a.j);a.m=document.getElementById("scroll-
left"+a.j);a.G=document.getElementById("native-scroll-
right"+a.j);a.F=document.getElementById("native-scroll-left"+a.j);a.S?
a.K&&a.G&&a.F&&(a.K.onscroll=function(){a.J=!0},window.setInterval(function()
{if(a.J){var e=a.U.getBoundingClientRect(),g=a.D?a.F:a.G;(a.D?
a.G:a.F).style.visibility=0===e.left?
"hidden":"visible";g.style.visibility=e.right===a.h?"hidden":"visible";a.J=!
1}},100)):(a.u&&J(a.u,"click",Ca(a.nb,a)),a.m&&J(a.m,"click",Ca(a.mb,a)));var
b=zc(a.v);if(b&&b[0]){a.C=b[0];for(var d=0;d<b.length;d++){var
c=b[d];c&&J(c,"click",Ca(a.ob,a,d))}}}l.ob=function(a){var b=ub(wb(this.N,Pb,2)
[a],Ob,2);b&&this.R(b,a);this.X()};function df(a){var b=-95*a.i;a.A||(b=a.i===Y(a)-
a.T?a.h-(95*Y(a)+1):b+30);return b}
l.nb=function(){if(this.u&&this.m&&this.C){var a=Y(this)-
this.T;this.i=Math.min(this.i+1,a);this.A=this.i<a;this.A||
(this.u.style.visibility="hidden",this.m.style.visibility="visible");this.C.style["
margin-"+(this.D?"right":"left")]=df(this)+"px"}};l.mb=function()
{if(this.u&&this.m&&this.C){this.i=Math.max(this.i-
1,0);if(this.A=0===this.i)this.u.style.visibility="visible",this.m.style.visibility
="hidden";this.C.style["margin-"+(this.D?"right":"left")]=df(this)+"px"}};function
ef(a,b){P.call(this);var d=this;this.l=b;this.S=a;if(void 0===tb(a,Tb,1,!1))throw
O({context:"mta_noufdata"}),Error("Bad userFeedbackData");this.N=xb(this.S,22)||
0;this.R=xb(this.S,23)||0;this.i=ub(a,Tb,1);(a=wb(this.i,Sb,28)
[1<wb(this.i,Sb,28).length?1:0])||O({context:"mta_nomop"});this.xa=a||new
Sb;this.h=this.l.creativeIndexSuffix;this.Pa=this.l.isMobileDevice;this.da=!!
this.l.creativeIndexSuffix;this.ya=this.l.autoExpandOnLoad;this.F=Nc(E(this.i,5),E(
this.i,6),E(this.i,19));a=new Oc(this.S);
this.U=!!this.l.enableNativeJakeUi;this.ca=!!
this.l.enableMultiplexThirdPartyAttribution;this.ha=!!
zb(this.i,34);this.Xa=Pc(a,"jake_ui_extension","jake_default_ui");this.Ra="true"===
Pc(a,"disable_report_button",(!
1).toString()).toString();this.K=zb(H(this.i),24);this.D=yb(qb(H(this.i),27),0);thi
s.fa=this.ga=this.ea=!1;this.u=this.R;this.o=this.N;this.J=!
1;ff(this);this.A=null;this.T=Ed(279,function()
{d.v&&(O({ev:"psx",efsb:1,elsb:0,ttd:Date.now()-
d.v},1),d.v=null,Yb(d.T))});this.za=!1;this.G=this.v=
null;this.ba=xb(H(this.i),28)}r(ef,P);
ef.prototype.va=function(){var
a=this,b=je("mute_panel",this.h),d=H(this.i),c=E(this.i,25)||"//support.google.com/
adsense/troubleshooter/
1631343",e=E(d,2),g=E(d,1),f=E(this.i,32),h=E(this.i,35),k=E(this.i,36),m=E(this.i,
39),n=E(this.i,40),p=zb(this.i,41),v=E(H(this.i),17),w=E(this.i,31);v&&(w=Cc(w,v));
v=ie(this.i);d&&E(d,11)&&E(d,12)&&(e=E(d,12),g=E(d,11));d=!
1;this.ca&&(d=this.ha);c={isMutableImpression:this.l.isMutableImpression,lb:d,Sa:th
is.N,Wa:this.R,la:this.o,ua:this.u,Ga:0,Ha:0,qa:this.J,creativeIndexSuffix:this.h,
gb:this.da,yb:this.i,ra:zb(this.i,27),Ia:E(H(this.i),6),cb:E(H(this.i),7),Ja:e,Ka:c
,ma:g,ub:v,Na:f,Oa:w,enableNativeJakeUi:this.U,na:this.K,La:0!
==this.D,Ta:h,pb:k,Ua:m,Va:n,fb:this.Ra,wa:this.ba};Me(b,Oe,c);var u;c=!
0;this.ca&&(c=!this.ha);c&&(u=this.U?
Q("native_closed_text",this.h):Q("closed_text",this.h));u&&gf(this,u,E(H(this.i),18
));(u=Q("final_closed_text",this.h))&&gf(this,u,E(H(this.i),3));
(u=Q("report_btn",this.h))&&J(u,"click",Ed(280,function(){hf(a)}));
(u=Q("settings_btn",this.h))&&J(u,
"click",function(){return a.X()});if(ie(this.i)){var
I=Q("why_this_ad_btn",this.h);I&&J(I,"click",Ed(281,function(x){var
F;null==(F=a.F)||Mc(F,"closebutton_whythisad_click","1",!
1);F=I.getAttribute("href");var
K={};x=(K.wtaUrl=F,K.underlyingEvent=x,K);le(a,"wtaClicked",{detail:x})}))}
(u=Q("menu-dismiss",this.h))&&J(u,"click",Ed(354,function(){jf(a,"btn")}));if(0!
==this.D){(u=Q("ad_options_btn",this.h))&&J(u,"click",function(){var
x=Q("ad_options_panel",a.h);x&&X(x,"visible")});(u=Q("ad_options_dismiss",
this.h))&&J(u,"click",function(){Ze(je("ad_options_panel",a.h),"visible")});var
C=Q("learn_more_btn",this.h);C&&J(C,"click",function(x){a.fa||(a.fa=!
0,O({context:"mta_paidLearnMore"},.01));var
F=C.getAttribute("href"),K={};x=(K.learnMoreUrl=F,K.underlyingEvent=x,K);le(a,"lear
nMoreClicked",
{detail:x})});if(u=Q("personalize_toggle",this.h))if(J(u,"click",function(){var
x=Q("personalize_checkbox",a.h);x.checked=!x.checked;var F=x.checked,K=!a.ea;a.ea=!
0;var na={};F=(na.gpidType=a.D,na.gpidPersonalizationEnabled=
F,na.gpidShouldResetAdsData=K,na);le(a,"updateGpid",
{detail:F});K&&1==a.D&&O({context:"mta_paidClearAdsData"},.01);
(K=E(a.i,42))&&Zb.fetch&&Zb.fetch(K);a.ga||(a.ga=!
0,O({context:"mta_paidPersonalizationToggle",state_toggled:x.checked},.01))}),u=Q("
personalize_checkbox",this.h))u.checked=p}(p=Q("native-menu-
bg",this.h))&&J(p,"click",Ed(354,function()
{jf(a,"bg")}));p=Q("survey_panel",this.h);u=ub(this.xa,Qb,3);c=["jake-
top"];p&&u&&(this.A=new $e(p,this.u,this.o,zb(this.i,27),E(H(this.i),16),u,this.J,
this.h,this.Xa,this.Pa,this.K,this.ba),c=cf(this.A),this.A.va());Ye(b,c);b=[];p=thi
s.K?15:16;if(this.U)p=new Tc("#mute_panel"+this.h+" .native-
panel",p,6),b.push(Vc(p));else{var z=new Tc("#mute_panel"+this.h+" .panel-
row",p,9);Wc(z,function(){var x=Q("ad_closed_panel",a.h);13>=z.h?X(x,"fallback-
wrap"):Ze(x,"fallback-wrap")});var R=new Tc("#mute_panel"+this.h+" .btn-
text",p,9);b.push(Vc(z).then(function(){return Vc(R)}))}p=new
Tc("#mute_panel"+this.h+" .conf-msg",17,12);b.push(Vc(p));p=new Tc("#mute_panel"+
this.h+" #final_closed_text",17,12);b.push(Vc(p));p=new
Tc("#mute_panel"+this.h+" .survey-option span",12,8);b.push(Vc(p));Promise.all(b)};
function ff(a){if(a.h){for(var b=null,d=0,c=0,e=document.querySelectorAll("[data-
dim]"),g=0;g<e.length;++g){var f=e[g];Xe(f,"expanded")&&(+
+d,b=f);Xe(f,"collapsed")&&++c}b&&1===d&&c===e.length-1||
(b=e[parseInt(a.h,10)]);b&&115<=b.offsetWidth?
(a.o=b.offsetHeight,a.u=b.offsetWidth):a.da=!1}else b=void 0===b?
window:b,b=b.innerHeight||b.document.documentElement.clientHeight||
b.document.body.clientHeight,d=void 0===d?window:d,d=d.innerWidth||
d.document.documentElement.clientWidth||d.document.body.clientWidth,
a.N=b,a.R=d,a.o=b,a.u=d,a.J=!0}function jf(a,b)
{O({context:"mta_dismiss",close_method:b,jake_mta_context:E(H(a.i),17),height:a.o,w
idth:a.u},.01);a.X()}function gf(a,b,d){d=d.split("%1$s");var
c=document.createElement("span");c.innerText=d[0];var
e=document.createElement("img");e.setAttribute("src",E(H(a.i),5));a=document.create
Element("span");a.innerText=d[1];b.appendChild(c);b.appendChild(e);b.appendChild(a)
}
function hf(a){var b=ub(a.xa,Ob,2);if(!a.za)if(b){var d;null==(d=a.F)||
Lc(d,b);a.za=!0}else O({context:"mta_nomoconv"},.01);b=0;a.A?
(b=2,bf(a.A,function(c,e){var g;null==(g=a.F)||
Lc(g,c);a.G=c;O({type:"jake_survey_idx",idx:e,jake_mta_context:E(H(a.i),17)},.01);k
f(a)}),a.v=Date.now(),
(d=Q("survey_panel",a.h))&&X(d,"visible")):kf(a);O({type:"jake_telemetry",surv_rc:b
,jake_mta_context:E(H(a.i),17)},.01);a.v&&J(Zb,"beforeunload",a.T)}
function kf(a){var b=Q("survey_panel",a.h);b&&Ze(b,"visible");
(b=Q("post_survey_panel",a.h))&&X(b,"visible");setTimeout(function(){return
lf(a)},1600)}function lf(a){var
b=Q("final_closed_panel",a.h);b&&X(b,"visible");setTimeout(function(){return
mf(a)},300)}function mf(a){var
b=Q("final_closed_text",a.h);b&&X(b,"visible");b=a.G&&"mute_survey_option"===E(a.G,
1)&&"3"===E(a.G,2);(""===a.h||b)&&setTimeout(function(){return ke(a.i)},900)}
ef.prototype.pa=function()
{X(je("ad_closed_panel",this.h),"visible");X(document.body,"goog_menu_opened");if(!
this.ya){var a=ub(this.i,Ob,7);if(a){var b;null==(b=this.F)||Lc(b,a);this.ya=!
0}else O({context:"mta_noiconv"},.01)}ge(this,"p-control-panel-
shown")};ef.prototype.X=function()
{Ze(je("ad_closed_panel",this.h),"visible");Ze(document.body,"goog_menu_opened");ge
(this,"p-control-panel-hidden")};ef.prototype.H=function()
{Yb(this.T);P.prototype.H.call(this)};var nf=-1!=(A.navigator?
A.navigator.userAgent:"").indexOf("Android");function Z(a,b)
{this.messageName=a;this.parameters=b||{}}function of(a,b)
{Gd.call(this,a.messageName,b);this.params=a.parameters||{}}r(of,Gd);function pf(a)
{var b=hc("gmsg://mobileads.google.com/"+a.messageName);return Xc(b,new
Map(Object.entries(a.parameters)))};function qf(a)
{N.call(this);this.i=a;this.h={}}Fa(qf,N);var rf=[];function sf(a)
{$b(a.h,function(b,d)
{this.h.hasOwnProperty(d)&&ee(b)},a);a.h={}}qf.prototype.H=function()
{qf.V.H.call(this);sf(this)};qf.prototype.handleEvent=function(){throw
Error("EventHandler.handleEvent not implemented");};function tf(a,b)
{P.call(this);this.i=a||1;this.h=b||
A;this.l=Ca(this.sb,this);this.o=Date.now()}Fa(tf,P);l=tf.prototype;l.W=!
1;l.L=null;l.sb=function(){if(this.W){var a=Date.now()-this.o;0<a&&a<.8*this.i?
this.L=this.h.setTimeout(this.l,this.i-a):
(this.L&&(this.h.clearTimeout(this.L),this.L=null),ge(this,"tick"),this.W&&(uf(this
),this.start()))}};l.start=function(){this.W=!0;this.L||
(this.L=this.h.setTimeout(this.l,this.i),this.o=Date.now())};
function uf(a){a.W=!1;a.L&&(a.h.clearTimeout(a.L),a.L=null)}l.H=function()
{tf.V.H.call(this);uf(this);delete this.h};function vf()
{if(window.googleJsEnvironment&&("rhino"==window.googleJsEnvironment.environment||"
jscore"==window.googleJsEnvironment.environment))return new
wf;if(nf&&window.googleAdsJsInterface&&"notify"in
window.googleAdsJsInterface)try{return
window.googleAdsJsInterface.notify("gmsg://mobileads.google.com/noop"),new
wf}catch(a){}else
if(window.webkit&&window.webkit.messageHandlers&&window.webkit.messageHandlers.gadG
MSGHandler)return new xf;return new yf}function zf(){Af||(Af=vf());return Af}
var Af=null;function Bf(){N.call(this)}r(Bf,N);function Cf(a){var
b=ac(a.parameters);b["google.afma.Notify_dt"]=(new Date).getTime();return pf(new
Z(a.messageName,b)).toString()}function Df(a,b){N.call(this);this.o=a;this.u=b||
1;this.l=[];this.j=new tf(this.u);a=this.v=new qf(this);b=this.j;var
d=this.A,c="tick";Array.isArray(c)||(c&&(rf[0]=c.toString()),c=rf);for(var
e=0;e<c.length;e++){var g=Vd(b,c[e],d||a.handleEvent,!1,a.i||a);if(!
g)break;a.h[g.key]=g}}r(Df,Bf);
Df.prototype.sendMessage=function(a){this.l.push(a);this.j.W||
(a=this.l.shift(),this.o(a),this.j.start())};Df.prototype.A=function(){var
a=this.l.shift();a?this.o(a):uf(this.j)};
function yf(){Df.call(this,function(b){var d=a.h[a.i];if(!d){var
c=document;d="IFRAME";"application/xhtml+xml"===c.contentType&&(d=d.toLowerCase());
d=c.createElement(d);d.id="afma-notify-"+(new
Date).getTime();d.style.display="none";a.h[a.i]=d}a.i=(a.i+1)%25;c=ac(b.parameters)
;c["google.afma.Notify_dt"]=(new Date).getTime();b=pf(new
Z(b.messageName,c));d.src=gc(b).toString();d.parentNode||
document.body.appendChild(d)});var a=this;this.h=[];this.i=0}r(yf,Df);
yf.prototype.H=function()
{this.h.forEach(Ac);this.h=[];Df.prototype.H.call(this)};function wf()
{N.call(this)}r(wf,Bf);wf.prototype.sendMessage=function(a)
{a=Cf(a);window.googleAdsJsInterface&&window.googleAdsJsInterface.notify&&(window.g
oogleAdsJsInterface.notify(a),window.googleAdsJsInterface.DEBUG&&console.log(a))};f
unction xf(){N.call(this)}r(xf,Bf);xf.prototype.sendMessage=function(a)
{a=Cf(a);window.webkit&&window.webkit.messageHandlers&&window.webkit.messageHandler
s.gadGMSGHandler&&window.webkit.messageHandlers.gadGMSGHandler.postMessage(a)};/*

Math.uuid.js (v1.4)
http://www.broofa.com
mailto:[email protected]
Copyright (c) 2010 Robert Kieffer
Dual licensed under the MIT and GPL licenses.
*/
var
Ef="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split("");funct
ion Ff(a){for(var b=Array(36),d=0,c,e=0;36>e;e++)8==e||13==e||18==e||23==e?
b[e]="-":14==e?b[e]="4":(2>=d&&(d=33554432+16777216*Math.random()|
0),c=d&15,d>>=4,b[e]=Ef[19==e?c&3|8:c]);this.uuid=b.join("");this.callback=a}
function Gf(a){var b=A.imalib_globalCallbacks||new
Map,d=b.get("AFMA_updateActiveView")||[];if(0===d.length&&A.AFMA_updateActiveView)
{var c=new Ff(A.AFMA_updateActiveView);d.push(c);A.AFMA_updateActiveView=void
0}A.AFMA_updateActiveView||(A.AFMA_updateActiveView=function(){var
e=b.get("AFMA_updateActiveView");e=fa(e);for(var g=e.next();!
g.done;g=e.next())g.value.callback.apply(null,arguments)});a=new
Ff(a);d.push(a);b.set("AFMA_updateActiveView",d);A.imalib_globalCallbacks=b;return
a.uuid}
function Hf(a){if(A.AFMA_updateActiveView){var b=A.imalib_globalCallbacks;if(b){var
d=b.get("AFMA_updateActiveView");if(d){var c=d.findIndex(function(e){return
e.uuid===a});-1!==c&&(d.splice(c,1),0===d.length&&(A.AFMA_updateActiveView=void
0),b.set("AFMA_updateActiveView",d),A.imalib_globalCallbacks=b)}}}};function If()
{var a=this;this.l=[];this.j=window===window.top;this.m=!
1;this.h=0;this.i=null;"undefined"!==typeof
window.addEventListener&&window.addEventListener("message",function(b){return
Jf(a,b)})}
function Jf(a,b){var d=b.data;if((b=b.source)&&d){var
c=a.l;if("arwebview_iframe_loaded"===d&&a.j)Ea("JavascriptWebViewBridge.incoming.po
stMessage",a.o.bind(a)),-1===c.indexOf(b)&&c.push(b);else{var
e=d.messageName;d=d.parameters;if(a.j)switch(e){case "mraid_loaded":!
1===d.is_top_win&&(a.m=!0,a.i=Gf(function(g){a.j&&Kf(a,new
Z("update_activeview_action",g))}),-1===c.indexOf(b)&&(c.push(b),"undefined"!
==typeof b.postMessage&&b.postMessage(new
Z("mraid_env_obj",window.MRAID_ENV),"*")));break;case "start_tracking_action":0==
a.h&&window.AFMA_SendMessage("trackActiveViewUnit");a.h+=1;break;case
"stop_tracking_action":--
a.h,0==a.h&&(window.AFMA_SendMessage("untrackActiveViewUnit",
{hashCode:d.hashCode}),a.i&&(Hf(a.i),a.i=null))}else switch(e){case
"mraid_env_obj":window.MRAID_ENV=d;break;case
"update_activeview_action":window.AFMA_updateActiveView&&window.AFMA_updateActiveVi
ew(d);break;case
"receive_message_action":window.AFMA_ReceiveMessage(d.messageName,d.parameters)}}}}
If.prototype.o=function(a){this.j&&Kf(this,
{name:"arwebview_message_forwarded",message:a})};function Kf(a,b)
{a.l.forEach(function(d){return d.postMessage(b,"*")})};function Lf()
{P.call(this);this.i=zf();this.i=zf();var a=Da(Ad,this.i);this.C?a():(this.m||
(this.m=[]),this.m.push(a));this.h={};this.l=new
If}r(Lf,P);l=Lf.prototype;l.sendMessage=function(a,b){var
d=this,c;"string"===typeof a?c=new Z(a,b):a instanceof
Z&&(c=a);"loading"==document.readyState?Wd(A,"DOMContentLoaded",function(){return
d.i.sendMessage(c)},!1,this):this.i.sendMessage(c)};
l.receiveMessage=function(a,b)
{if(this.shouldForwardMessageToIframe())this.forwardMessage(new
Z("receive_message_action",new Z(a,b)));else{var
d=document.getElementById("ad_iframe");void 0!=d&&void 0!=d.contentWindow&&void 0!
=d.contentWindow.AFMA_ReceiveMessage&&d.contentWindow.AFMA_ReceiveMessage(a,b)}"ons
how"==a&&"loading"==document.readyState?Wd(A,"DOMContentLoaded",function(){return
Mf(a,null!=b?b:void 0)}):ge(this,new of(new Z(a,b),this))};
l.addObserver=function(a,b,d){function c(e){return void
d.call(b,e.type,e.params)}Yd(this,a,c);this.h[a]||(this.h[a]={});this.h[a]
[b]=c};l.removeObserver=function(a,b){this.h[a]&&this.h[a]
[b]&&(Qd(this.j,String(a),this.h[a][b]),delete this.h[a]
[b])};l.shouldForwardMessageToIframe=function(){return
this.l.m};l.forwardMessage=function(a){Kf(this.l,a)};function Nf(a,b)
{A.AFMA_Communicator?A.AFMA_Communicator.sendMessage(a,b):Of(a,b)}
function Of(a,b){"loading"==document.readyState?
(a=Ca(Of,null,a,b),Wd(A,"DOMContentLoaded",a,!1)):(a=new
Z(a,b),zf().sendMessage(a))}function Mf(a,b)
{A.AFMA_Communicator.receiveMessage(a,b)}function Pf(a,b,d,c)
{A.AFMA_Communicator.removeEventListener(a,b,d,c)}function Qf(a,b,d,c)
{A.AFMA_Communicator.addEventListener(a,b,d,c)}function Rf(a,b,d)
{A.AFMA_Communicator.addObserver(a,b,d)}function Sf(a,b)
{A.AFMA_Communicator.removeObserver(a,b)}
A.AFMA_Communicator||
(Ea("AFMA_AddEventListener",Qf),Ea("AFMA_RemoveEventListener",Pf),Ea("AFMA_AddObser
ver",Rf),Ea("AFMA_RemoveObserver",Sf),Ea("AFMA_ReceiveMessage",Mf),Ea("AFMA_SendMes
sage",Nf),A.AFMA_Communicator=new Lf);Qf("onshow",function()
{});Qf("onhide",function(){});function Tf(a,b){P.call(this);var
d=this;this.h=b;Yd(a,"wtaClicked",function(c){if(d.h.openAttributionInline){var
e=c.detail;c=e.underlyingEvent;e=e.wtaUrl;window.adSlot?
window.adSlot.openAttribution(e)&&c.preventDefault():window.openAttribution&&(windo
w.openAttribution(e),c.preventDefault())}});Yd(a,"updateGpid",function(c)
{switch(c.detail.gpidType){case 1:Uf(c);break;case 2:Vf(c);break;case
3:Uf(c),Vf(c)}})}r(Tf,P);
function Uf(a){var
b=a.detail.gpidPersonalizationEnabled,d=window.AFMA_Communicator;d&&(a.detail.gpidS
houldResetAdsData&&d.sendMessage("resetPAID"),d.sendMessage("setPAIDPersonalization
Enabled",{enabled:b}))}function Vf(a){var b={userOptOut:!
a.detail.gpidPersonalizationEnabled};a.detail.gpidShouldResetAdsData&&(b.clearAdsDa
ta=!0);for(a=window;a!==a.parent&&Dc(a);)a=a.parent;b.googMsgType="gpi-
uoo";a.postMessage(JSON.stringify(b),"*")};function Wf(){this.h=this.i=null}
Wf.prototype.createAttributionCard=function(a){var
b=this;this.h=a;Dd(480,function(){if(b.h.hasUserFeedbackData){var
d=JSON.stringify(b.h.serializedAttributionData);if(null==d||""==d)d=new
Vb;else{d=JSON.parse(d);if(!Array.isArray(d))throw Error(void 0);d=Bb(Vb,fb(d))}var
c=ub(d,Tb,1);c=H(c);if(!(c&&(E(c,1)&&E(c,2)||
E(c,11)&&E(c,12))&&E(c,3)&&E(c,5)&&E(c,6)&&E(c,7)))throw Error("invalid jspb
ufd");b.i=new ef(d,b.h);new Tf(b.i,b.h)}else throw Error("bad card ufd");})};
Wf.prototype.expandAttributionCard=function(){var a=this;Dd(481,function(){null!
=a.i&&(a.i.va(),a.i.pa())})};var Xf=new Wf;Hc(5,A).resolve(Xf);}).call(this);

You might also like