Commit 7acaa7c9 authored by yhesper's avatar yhesper
Browse files

some fix + delete extra files

parent 44729fea
This source diff could not be displayed because it is too large. You can view the blob instead.
/* JS */ gapi.loaded_0(function(_){var window=this;
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var ja,ma,va,wa,ya,Ba,Ia,Oa;_.da=function(a){return function(){return _.ba[a].apply(this,arguments)}};_._DumpException=function(a){throw a;};_.ba=[];ja=function(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}};ma="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};
va=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("a");};wa=va(this);ya=function(a,b){if(b)a:{var c=wa;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&&ma(c,a,{configurable:!0,writable:!0,value:b})}};
ya("Symbol",function(a){if(a)return a;var b=function(e,f){this.dN=e;ma(this,"description",{configurable:!0,writable:!0,value:f})};b.prototype.toString=function(){return this.dN};var c=0,d=function(e){if(this instanceof d)throw new TypeError("Symbol is not a constructor");return new b("jscomp_symbol_"+(e||"")+"_"+c++,e)};return d});
ya("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=wa[b[c]];"function"===typeof d&&"function"!=typeof d.prototype[a]&&ma(d.prototype,a,{configurable:!0,writable:!0,value:function(){return Ba(ja(this))}})}return a});Ba=function(a){a={next:a};a[Symbol.iterator]=function(){return this};return a};
_.Ca=function(a){var b="undefined"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];return b?b.call(a):{next:ja(a)}};_.Fa="function"==typeof Object.create?Object.create:function(a){var b=function(){};b.prototype=a;return new b};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}
_.Na=Ia;Oa=function(a,b,c){if(null==a)throw new TypeError("The 'this' value for String.prototype."+c+" must not be null or undefined");if(b instanceof RegExp)throw new TypeError("First argument to String.prototype."+c+" must not be a regular expression");return a+""};ya("String.prototype.startsWith",function(a){return a?a:function(b,c){var d=Oa(this,b,"startsWith"),e=d.length,f=b.length;c=Math.max(0,Math.min(c|0,d.length));for(var g=0;g<f&&c<e;)if(d[c++]!=b[g++])return!1;return g>=f}});
var Qa=function(a,b){a instanceof String&&(a+="");var c=0,d={next:function(){if(c<a.length){var e=c++;return{value:b(e,a[e]),done:!1}}d.next=function(){return{done:!0,value:void 0}};return d.next()}};d[Symbol.iterator]=function(){return d};return d};ya("Array.prototype.keys",function(a){return a?a:function(){return Qa(this,function(b){return b})}});ya("Array.prototype.values",function(a){return a?a:function(){return Qa(this,function(b,c){return c})}});
var Ra=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)};ya("Object.values",function(a){return a?a:function(b){var c=[],d;for(d in b)Ra(b,d)&&c.push(b[d]);return c}});
ya("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 g=0;!(f=b.next()).done;)e.push(c.call(d,f.value,g++))}else for(f=b.length,g=0;g<f;g++)e.push(c.call(d,b[g],g));return e}});ya("Object.is",function(a){return a?a:function(b,c){return b===c?0!==b||1/b===1/c:b!==b&&c!==c}});
ya("Array.prototype.includes",function(a){return a?a:function(b,c){var d=this;d instanceof String&&(d=String(d));var e=d.length;c=c||0;for(0>c&&(c=Math.max(c+e,0));c<e;c++){var f=d[c];if(f===b||Object.is(f,b))return!0}return!1}});ya("String.prototype.includes",function(a){return a?a:function(b,c){return-1!==Oa(this,b,"includes").indexOf(b,c||0)}});ya("Object.entries",function(a){return a?a:function(b){var c=[],d;for(d in b)Ra(b,d)&&c.push([d,b[d]]);return c}});
ya("Promise",function(a){function b(){this.Qe=null}function c(g){return g instanceof e?g:new e(function(k){k(g)})}if(a)return a;b.prototype.EF=function(g){if(null==this.Qe){this.Qe=[];var k=this;this.FF(function(){k.VR()})}this.Qe.push(g)};var d=wa.setTimeout;b.prototype.FF=function(g){d(g,0)};b.prototype.VR=function(){for(;this.Qe&&this.Qe.length;){var g=this.Qe;this.Qe=[];for(var k=0;k<g.length;++k){var l=g[k];g[k]=null;try{l()}catch(m){this.Tm(m)}}}this.Qe=null};b.prototype.Tm=function(g){this.FF(function(){throw g;
})};var e=function(g){this.Ca=0;this.Hf=void 0;this.Un=[];var k=this.By();try{g(k.resolve,k.reject)}catch(l){k.reject(l)}};e.prototype.By=function(){function g(m){return function(n){l||(l=!0,m.call(k,n))}}var k=this,l=!1;return{resolve:g(this.UY),reject:g(this.$i)}};e.prototype.UY=function(g){if(g===this)this.$i(new TypeError("A Promise cannot resolve to itself"));else if(g instanceof e)this.C_(g);else{a:switch(typeof g){case "object":var k=null!=g;break a;case "function":k=!0;break a;default:k=!1}k?
this.TY(g):this.lH(g)}};e.prototype.TY=function(g){var k=void 0;try{k=g.then}catch(l){this.$i(l);return}"function"==typeof k?this.D_(k,g):this.lH(g)};e.prototype.$i=function(g){this.eM(2,g)};e.prototype.lH=function(g){this.eM(1,g)};e.prototype.eM=function(g,k){if(0!=this.Ca)throw Error("b`"+g+"`"+k+"`"+this.Ca);this.Ca=g;this.Hf=k;this.XR()};e.prototype.XR=function(){if(null!=this.Un){for(var g=0;g<this.Un.length;++g)f.EF(this.Un[g]);this.Un=null}};var f=new b;e.prototype.C_=function(g){var k=this.By();
g.dt(k.resolve,k.reject)};e.prototype.D_=function(g,k){var l=this.By();try{g.call(k,l.resolve,l.reject)}catch(m){l.reject(m)}};e.prototype.then=function(g,k){function l(t,r){return"function"==typeof t?function(u){try{m(t(u))}catch(v){n(v)}}:r}var m,n,p=new e(function(t,r){m=t;n=r});this.dt(l(g,m),l(k,n));return p};e.prototype.catch=function(g){return this.then(void 0,g)};e.prototype.dt=function(g,k){function l(){switch(m.Ca){case 1:g(m.Hf);break;case 2:k(m.Hf);break;default:throw Error("c`"+m.Ca);
}}var m=this;null==this.Un?f.EF(l):this.Un.push(l)};e.resolve=c;e.reject=function(g){return new e(function(k,l){l(g)})};e.race=function(g){return new e(function(k,l){for(var m=_.Ca(g),n=m.next();!n.done;n=m.next())c(n.value).dt(k,l)})};e.all=function(g){var k=_.Ca(g),l=k.next();return l.done?c([]):new e(function(m,n){function p(u){return function(v){t[u]=v;r--;0==r&&m(t)}}var t=[],r=0;do t.push(void 0),r++,c(l.value).dt(p(t.length-1),n),l=k.next();while(!l.done)})};return e});
var Sa="function"==typeof Object.assign?Object.assign:function(a,b){for(var c=1;c<arguments.length;c++){var d=arguments[c];if(d)for(var e in d)Ra(d,e)&&(a[e]=d[e])}return a};ya("Object.assign",function(a){return a||Sa});ya("Array.prototype.flat",function(a){return a?a:function(b){b=void 0===b?1:b;for(var c=[],d=0;d<this.length;d++){var e=this[d];Array.isArray(e)&&0<b?(e=Array.prototype.flat.call(e,b-1),c.push.apply(c,e)):c.push(e)}return c}});
ya("Array.prototype.entries",function(a){return a?a:function(){return Qa(this,function(b,c){return[b,c]})}});
ya("WeakMap",function(a){function b(){}function c(l){var m=typeof l;return"object"===m&&null!==l||"function"===m}function d(l){if(!Ra(l,f)){var m=new b;ma(l,f,{value:m})}}function e(l){var m=Object[l];m&&(Object[l]=function(n){if(n instanceof b)return n;Object.isExtensible(n)&&d(n);return m(n)})}if(function(){if(!a||!Object.seal)return!1;try{var l=Object.seal({}),m=Object.seal({}),n=new a([[l,2],[m,3]]);if(2!=n.get(l)||3!=n.get(m))return!1;n.delete(l);n.set(m,4);return!n.has(l)&&4==n.get(m)}catch(p){return!1}}())return a;
var f="$jscomp_hidden_"+Math.random();e("freeze");e("preventExtensions");e("seal");var g=0,k=function(l){this.Da=(g+=Math.random()+1).toString();if(l){l=_.Ca(l);for(var m;!(m=l.next()).done;)m=m.value,this.set(m[0],m[1])}};k.prototype.set=function(l,m){if(!c(l))throw Error("d");d(l);if(!Ra(l,f))throw Error("e`"+l);l[f][this.Da]=m;return this};k.prototype.get=function(l){return c(l)&&Ra(l,f)?l[f][this.Da]:void 0};k.prototype.has=function(l){return c(l)&&Ra(l,f)&&Ra(l[f],this.Da)};k.prototype.delete=
function(l){return c(l)&&Ra(l,f)&&Ra(l[f],this.Da)?delete l[f][this.Da]:!1};return k});
ya("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}),l=new a(_.Ca([[k,"s"]]));if("s"!=l.get(k)||1!=l.size||l.get({x:4})||l.set({x:4},"t")!=l||2!=l.size)return!1;var m=l.entries(),n=m.next();if(n.done||n.value[0]!=k||"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 b=new WeakMap,c=function(k){this.vf={};this.Xe=
f();this.size=0;if(k){k=_.Ca(k);for(var l;!(l=k.next()).done;)l=l.value,this.set(l[0],l[1])}};c.prototype.set=function(k,l){k=0===k?0:k;var m=d(this,k);m.list||(m.list=this.vf[m.id]=[]);m.ve?m.ve.value=l:(m.ve={next:this.Xe,Yi:this.Xe.Yi,head:this.Xe,key:k,value:l},m.list.push(m.ve),this.Xe.Yi.next=m.ve,this.Xe.Yi=m.ve,this.size++);return this};c.prototype.delete=function(k){k=d(this,k);return k.ve&&k.list?(k.list.splice(k.index,1),k.list.length||delete this.vf[k.id],k.ve.Yi.next=k.ve.next,k.ve.next.Yi=
k.ve.Yi,k.ve.head=null,this.size--,!0):!1};c.prototype.clear=function(){this.vf={};this.Xe=this.Xe.Yi=f();this.size=0};c.prototype.has=function(k){return!!d(this,k).ve};c.prototype.get=function(k){return(k=d(this,k).ve)&&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,l){for(var m=this.entries(),
n;!(n=m.next()).done;)n=n.value,k.call(l,n[1],n[0],this)};c.prototype[Symbol.iterator]=c.prototype.entries;var d=function(k,l){var m=l&&typeof l;"object"==m||"function"==m?b.has(l)?m=b.get(l):(m=""+ ++g,b.set(l,m)):m="p_"+l;var n=k.vf[m];if(n&&Ra(k.vf,m))for(k=0;k<n.length;k++){var p=n[k];if(l!==l&&p.key!==p.key||l===p.key)return{id:m,list:n,index:k,ve:p}}return{id:m,list:n,index:-1,ve:void 0}},e=function(k,l){var m=k.Xe;return Ba(function(){if(m){for(;m.head!=k.Xe;)m=m.Yi;for(;m.next!=m.head;)return m=
m.next,{done:!1,value:l(m)};m=null}return{done:!0,value:void 0}})},f=function(){var k={};return k.Yi=k.next=k.head=k},g=0;return c});
ya("Set",function(a){if(function(){if(!a||"function"!=typeof a||!a.prototype.entries||"function"!=typeof Object.seal)return!1;try{var c=Object.seal({x:4}),d=new a(_.Ca([c]));if(!d.has(c)||1!=d.size||d.add(c)!=d||1!=d.size||d.add({x:4})!=d||2!=d.size)return!1;var e=d.entries(),f=e.next();if(f.done||f.value[0]!=c||f.value[1]!=c)return!1;f=e.next();return f.done||f.value[0]==c||4!=f.value[0].x||f.value[1]!=f.value[0]?!1:e.next().done}catch(g){return!1}}())return a;var b=function(c){this.Ha=new Map;if(c){c=
_.Ca(c);for(var d;!(d=c.next()).done;)this.add(d.value)}this.size=this.Ha.size};b.prototype.add=function(c){c=0===c?0:c;this.Ha.set(c,c);this.size=this.Ha.size;return this};b.prototype.delete=function(c){c=this.Ha.delete(c);this.size=this.Ha.size;return c};b.prototype.clear=function(){this.Ha.clear();this.size=0};b.prototype.has=function(c){return this.Ha.has(c)};b.prototype.entries=function(){return this.Ha.entries()};b.prototype.values=function(){return this.Ha.values()};b.prototype.keys=b.prototype.values;
b.prototype[Symbol.iterator]=b.prototype.values;b.prototype.forEach=function(c,d){var e=this;this.Ha.forEach(function(f){return c.call(d,f,f,e)})};return b});_.Ta={};_.Va=_.Va||{};_.q=this||self;_.Ya="closure_uid_"+(1E9*Math.random()>>>0);_.Za=Date.now;_.y=function(a,b){a=a.split(".");var c=_.q;a[0]in c||"undefined"==typeof c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)a.length||void 0===b?c=c[d]&&c[d]!==Object.prototype[d]?c[d]:c[d]={}:c[d]=b};
_.B=function(a,b){function c(){}c.prototype=b.prototype;a.T=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.ip=function(d,e,f){for(var g=Array(arguments.length-2),k=2;k<arguments.length;k++)g[k-2]=arguments[k];return b.prototype[e].apply(d,g)}};
gadgets=window.gadgets||{};osapi=window.osapi=window.osapi||{};
window.___jsl=window.___jsl||{};
(window.___jsl.cd=window.___jsl.cd||[]).push({gwidget:{parsetags:"explicit"},appsapi:{plus_one_service:"/plus/v1"},csi:{rate:.01},poshare:{hangoutContactPickerServer:"https://plus.google.com"},gappsutil:{required_scopes:["https://www.googleapis.com/auth/plus.me","https://www.googleapis.com/auth/plus.people.recommended"],display_on_page_ready:!1},appsutil:{required_scopes:["https://www.googleapis.com/auth/plus.me","https://www.googleapis.com/auth/plus.people.recommended"],display_on_page_ready:!1},
"oauth-flow":{authUrl:"https://accounts.google.com/o/oauth2/auth",proxyUrl:"https://accounts.google.com/o/oauth2/postmessageRelay",redirectUri:"postmessage"},iframes:{sharebox:{params:{json:"&"},url:":socialhost:/:session_prefix:_/sharebox/dialog"},plus:{url:":socialhost:/:session_prefix:_/widget/render/badge?usegapi=1"},":socialhost:":"https://apis.google.com",":im_socialhost:":"https://plus.googleapis.com",domains_suggest:{url:"https://domains.google.com/suggest/flow"},card:{params:{s:"#",userid:"&"},
url:":socialhost:/:session_prefix:_/hovercard/internalcard"},":signuphost:":"https://plus.google.com",":gplus_url:":"https://plus.google.com",plusone:{url:":socialhost:/:session_prefix:_/+1/fastbutton?usegapi=1"},plus_share:{url:":socialhost:/:session_prefix:_/+1/sharebutton?plusShare=true&usegapi=1"},plus_circle:{url:":socialhost:/:session_prefix:_/widget/plus/circle?usegapi=1"},plus_followers:{url:":socialhost:/_/im/_/widget/render/plus/followers?usegapi=1"},configurator:{url:":socialhost:/:session_prefix:_/plusbuttonconfigurator?usegapi=1"},
appcirclepicker:{url:":socialhost:/:session_prefix:_/widget/render/appcirclepicker"},page:{url:":socialhost:/:session_prefix:_/widget/render/page?usegapi=1"},person:{url:":socialhost:/:session_prefix:_/widget/render/person?usegapi=1"},community:{url:":ctx_socialhost:/:session_prefix::im_prefix:_/widget/render/community?usegapi=1"},follow:{url:":socialhost:/:session_prefix:_/widget/render/follow?usegapi=1"},commentcount:{url:":socialhost:/:session_prefix:_/widget/render/commentcount?usegapi=1"},comments:{url:":socialhost:/:session_prefix:_/widget/render/comments?usegapi=1"},
youtube:{url:":socialhost:/:session_prefix:_/widget/render/youtube?usegapi=1"},reportabuse:{url:":socialhost:/:session_prefix:_/widget/render/reportabuse?usegapi=1"},additnow:{url:":socialhost:/additnow/additnow.html"},appfinder:{url:"https://gsuite.google.com/:session_prefix:marketplace/appfinder?usegapi=1"},":source:":"1p"},poclient:{update_session:"google.updateSessionCallback"},"googleapis.config":{rpc:"/rpc",root:"https://content.googleapis.com","root-1p":"https://clients6.google.com",useGapiForXd3:!0,
xd3:"/static/proxy.html",auth:{useInterimAuth:!1}},report:{apis:["iframes\\..*","gadgets\\..*","gapi\\.appcirclepicker\\..*","gapi\\.client\\..*"],rate:1E-4},client:{perApiBatch:!0}});
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var kb,lb,mb;_.bb=function(a){var b=typeof a;return"object"==b&&null!=a||"function"==b};_.cb=function(){};_.fb=function(a){var b=typeof a;return"object"!=b?b:a?Array.isArray(a)?"array":b:"null"};_.hb=function(a){var b=_.fb(a);return"array"==b||"object"==b&&"number"==typeof a.length};_.jb=function(a){return"function"==_.fb(a)};kb=function(a,b,c){return a.call.apply(a.bind,arguments)};
lb=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)}};_.J=function(a,b,c){_.J=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?kb:lb;return _.J.apply(null,arguments)};mb=function(a){return a};
_.nb=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 c=0;c<a.length;c++)if(c in a&&a[c]===b)return c;return-1};
_.pb=Array.prototype.lastIndexOf?function(a,b){return Array.prototype.lastIndexOf.call(a,b,a.length-1)}:function(a,b){var c=a.length-1;0>c&&(c=Math.max(0,a.length+c));if("string"===typeof a)return"string"!==typeof b||1!=b.length?-1:a.lastIndexOf(b,c);for(;0<=c;c--)if(c in a&&a[c]===b)return c;return-1};_.qb=Array.prototype.forEach?function(a,b,c){Array.prototype.forEach.call(a,b,c)}:function(a,b,c){for(var d=a.length,e="string"===typeof a?a.split(""):a,f=0;f<d;f++)f in e&&b.call(c,e[f],f,a)};
_.rb=Array.prototype.filter?function(a,b){return Array.prototype.filter.call(a,b,void 0)}:function(a,b){for(var c=a.length,d=[],e=0,f="string"===typeof a?a.split(""):a,g=0;g<c;g++)if(g in f){var k=f[g];b.call(void 0,k,g,a)&&(d[e++]=k)}return d};_.sb=Array.prototype.map?function(a,b){return Array.prototype.map.call(a,b,void 0)}:function(a,b){for(var c=a.length,d=Array(c),e="string"===typeof a?a.split(""):a,f=0;f<c;f++)f in e&&(d[f]=b.call(void 0,e[f],f,a));return d};
_.tb=Array.prototype.some?function(a,b,c){return Array.prototype.some.call(a,b,c)}:function(a,b,c){for(var d=a.length,e="string"===typeof a?a.split(""):a,f=0;f<d;f++)if(f in e&&b.call(c,e[f],f,a))return!0;return!1};_.ub=Array.prototype.every?function(a,b,c){return Array.prototype.every.call(a,b,c)}:function(a,b,c){for(var d=a.length,e="string"===typeof a?a.split(""):a,f=0;f<d;f++)if(f in e&&!b.call(c,e[f],f,a))return!1;return!0};_.vb=function(a,b){return 0<=(0,_.nb)(a,b)};
var yb;_.wb=String.prototype.trim?function(a){return a.trim()}:function(a){return/^[\s\xa0]*([\s\S]*?)[\s\xa0]*$/.exec(a)[1]};
_.zb=function(a,b){var c=0;a=(0,_.wb)(String(a)).split(".");b=(0,_.wb)(String(b)).split(".");for(var d=Math.max(a.length,b.length),e=0;0==c&&e<d;e++){var f=a[e]||"",g=b[e]||"";do{f=/(\d*)(\D*)(.*)/.exec(f)||["","","",""];g=/(\d*)(\D*)(.*)/.exec(g)||["","","",""];if(0==f[0].length&&0==g[0].length)break;c=yb(0==f[1].length?0:parseInt(f[1],10),0==g[1].length?0:parseInt(g[1],10))||yb(0==f[2].length,0==g[2].length)||yb(f[2],g[2]);f=f[3];g=g[3]}while(0==c)}return c};
yb=function(a,b){return a<b?-1:a>b?1:0};
a:{var Cb=_.q.navigator;if(Cb){var Db=Cb.userAgent;if(Db){_.Ab=Db;break a}}_.Ab=""}_.Eb=function(a){return-1!=_.Ab.indexOf(a)};
var Gb;_.Fb=function(a,b,c){for(var d in a)b.call(c,a[d],d,a)};Gb="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");_.Hb=function(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<Gb.length;f++)c=Gb[f],Object.prototype.hasOwnProperty.call(d,c)&&(a[c]=d[c])}};
_.Ib=function(){return _.Eb("Opera")};_.Jb=function(){return _.Eb("Trident")||_.Eb("MSIE")};_.Lb=function(){return _.Eb("Firefox")||_.Eb("FxiOS")};_.Mb=function(){return(_.Eb("Chrome")||_.Eb("CriOS"))&&!_.Eb("Edge")};
_.Nb=function(a){var b=!1,c;return function(){b||(c=a(),b=!0);return c}};
var Ob;_.Pb=function(){if(void 0===Ob){var a=null,b=_.q.trustedTypes;if(b&&b.createPolicy)try{a=b.createPolicy("gapi#html",{createHTML:mb,createScript:mb,createScriptURL:mb})}catch(c){_.q.console&&_.q.console.error(c.message)}Ob=a}return Ob};
var Rb,Qb;_.Sb=function(a,b){this.uM=a===Qb&&b||"";this.$P=Rb};_.Sb.prototype.Ih=!0;_.Sb.prototype.Id=_.da(4);_.Tb=function(a){return a instanceof _.Sb&&a.constructor===_.Sb&&a.$P===Rb?a.uM:"type_error:Const"};_.Ub=function(a){return new _.Sb(Qb,a)};Rb={};Qb={};
_.Yb=function(a,b){this.HK=a===_.Wb&&b||"";this.GP=_.Xb};_.Yb.prototype.Ih=!0;_.Yb.prototype.Id=_.da(3);_.Yb.prototype.UA=!0;_.Yb.prototype.Ah=_.da(6);_.Xb={};_.Zb=new _.Yb(_.Wb,"about:invalid#zClosurez");_.Wb={};
_.ac=function(){this.pC="";this.FP=_.$b};_.ac.prototype.Ih=!0;_.$b={};_.ac.prototype.Id=_.da(2);_.ac.prototype.Mi=function(a){this.pC=a;return this};_.bc=(new _.ac).Mi("");
var ec;_.dc=function(){this.oC="";this.EP=_.cc;this.Ih=!0};_.fc=function(a){a=_.Tb(a);return 0===a.length?ec:(new _.dc).Mi(a)};_.dc.prototype.Id=_.da(1);_.dc.prototype.Mi=function(a){this.oC=a;return this};_.cc={};ec=(new _.dc).Mi("");
var gc;_.hc=function(){this.Nv="";this.DP=gc;this.Iy=null};_.hc.prototype.UA=!0;_.hc.prototype.Ah=_.da(5);_.hc.prototype.Ih=!0;_.hc.prototype.Id=_.da(0);_.ic=function(a){if(a instanceof _.hc&&a.constructor===_.hc&&a.DP===gc)return a.Nv;_.fb(a);return"type_error:SafeHtml"};gc={};_.jc=function(a,b){return(new _.hc).Mi(a,b)};_.hc.prototype.Mi=function(a,b){var c=_.Pb();this.Nv=c?c.createHTML(a):a;this.Iy=b;return this};_.kc=new _.hc;
_.kc.Nv=_.q.trustedTypes&&_.q.trustedTypes.emptyHTML?_.q.trustedTypes.emptyHTML:"";_.kc.Iy=0;_.lc=_.jc("<br>",0);
_.mc=_.Nb(function(){var a=document.createElement("div"),b=document.createElement("div");b.appendChild(document.createElement("div"));a.appendChild(b);b=a.firstChild.firstChild;a.innerHTML=_.ic(_.kc);return!b.parentElement});
_.nc=String.prototype.repeat?function(a,b){return a.repeat(b)}:function(a,b){return Array(b+1).join(a)};_.oc=2147483648*Math.random()|0;
_.pc=function(){return _.Eb("iPhone")&&!_.Eb("iPod")&&!_.Eb("iPad")};_.qc=function(){return _.pc()||_.Eb("iPad")||_.Eb("iPod")};
var rc=function(a){rc[" "](a);return a};rc[" "]=_.cb;_.sc=function(a,b){try{return rc(a[b]),!0}catch(c){}return!1};_.uc=function(a,b,c){return Object.prototype.hasOwnProperty.call(a,b)?a[b]:a[b]=c(b)};
var Kc,Lc,Rc,Vc;_.vc=_.Ib();_.wc=_.Jb();_.xc=_.Eb("Edge");_.yc=_.xc||_.wc;_.zc=_.Eb("Gecko")&&!(-1!=_.Ab.toLowerCase().indexOf("webkit")&&!_.Eb("Edge"))&&!(_.Eb("Trident")||_.Eb("MSIE"))&&!_.Eb("Edge");_.Ac=-1!=_.Ab.toLowerCase().indexOf("webkit")&&!_.Eb("Edge");_.Bc=_.Ac&&_.Eb("Mobile");_.Cc=_.Eb("Macintosh");_.Dc=_.Eb("Windows");_.Ec=_.Eb("Linux")||_.Eb("CrOS");_.Fc=_.Eb("Android");_.Gc=_.pc();_.Hc=_.Eb("iPad");_.Ic=_.Eb("iPod");_.Jc=_.qc();
Kc=function(){var a=_.q.document;return a?a.documentMode:void 0};a:{var Nc="",Oc=function(){var a=_.Ab;if(_.zc)return/rv:([^\);]+)(\)|;)/.exec(a);if(_.xc)return/Edge\/([\d\.]+)/.exec(a);if(_.wc)return/\b(?:MSIE|rv)[: ]([^\);]+)(\)|;)/.exec(a);if(_.Ac)return/WebKit\/(\S+)/.exec(a);if(_.vc)return/(?:Version)[ \/]?(\S+)/.exec(a)}();Oc&&(Nc=Oc?Oc[1]:"");if(_.wc){var Pc=Kc();if(null!=Pc&&Pc>parseFloat(Nc)){Lc=String(Pc);break a}}Lc=Nc}_.Qc=Lc;Rc={};
_.Sc=function(a){return _.uc(Rc,a,function(){return 0<=_.zb(_.Qc,a)})};_.Uc=function(a){return Number(_.Tc)>=a};if(_.q.document&&_.wc){var Wc=Kc();Vc=Wc?Wc:parseInt(_.Qc,10)||void 0}else Vc=void 0;_.Tc=Vc;
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var Yc,ad,ed,fd,gd,hd,id,jd,kd,md,nd,ud,vd,wd,Fd,Gd;_.Xc=function(a,b){return _.ba[a]=b};_.Yb.prototype.Ah=_.Xc(6,function(){return 1});_.hc.prototype.Ah=_.Xc(5,function(){return this.Iy});_.Sb.prototype.Id=_.Xc(4,function(){return this.uM});_.Yb.prototype.Id=_.Xc(3,function(){return this.HK.toString()});_.ac.prototype.Id=_.Xc(2,function(){return this.pC});_.dc.prototype.Id=_.Xc(1,function(){return this.oC});_.hc.prototype.Id=_.Xc(0,function(){return this.Nv.toString()});Yc=0;
_.Zc=function(a){return Object.prototype.hasOwnProperty.call(a,_.Ya)&&a[_.Ya]||(a[_.Ya]=++Yc)};_.$c=function(a){if(Error.captureStackTrace)Error.captureStackTrace(this,_.$c);else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))};_.B(_.$c,Error);_.$c.prototype.name="CustomError";_.bd=function(a){return Array.prototype.concat.apply([],arguments)};_.cd=function(a){var b=a.length;if(0<b){for(var c=Array(b),d=0;d<b;d++)c[d]=a[d];return c}return[]};
_.dd=function(a,b){return 0==a.lastIndexOf(b,0)};ed=/&/g;fd=/</g;gd=/>/g;hd=/"/g;id=/'/g;jd=/\x00/g;kd=/[\x00&<>"']/;
_.ld=function(a,b){if(b)a=a.replace(ed,"&amp;").replace(fd,"&lt;").replace(gd,"&gt;").replace(hd,"&quot;").replace(id,"&#39;").replace(jd,"&#0;");else{if(!kd.test(a))return a;-1!=a.indexOf("&")&&(a=a.replace(ed,"&amp;"));-1!=a.indexOf("<")&&(a=a.replace(fd,"&lt;"));-1!=a.indexOf(">")&&(a=a.replace(gd,"&gt;"));-1!=a.indexOf('"')&&(a=a.replace(hd,"&quot;"));-1!=a.indexOf("'")&&(a=a.replace(id,"&#39;"));-1!=a.indexOf("\x00")&&(a=a.replace(jd,"&#0;"))}return a};md={};nd={};
_.od=function(a,b){this.IK=a===md&&b||"";this.jQ=nd};_.od.prototype.Ih=!0;_.od.prototype.Id=function(){return this.IK.toString()};_.od.prototype.UA=!0;_.od.prototype.Ah=function(){return 1};_.pd=function(a){if(a instanceof _.od&&a.constructor===_.od&&a.jQ===nd)return a.IK;_.fb(a);return"type_error:TrustedResourceUrl"};_.qd=function(a){return _.pd(a).toString()};_.rd=function(a){var b=_.Pb();a=b?b.createScriptURL(a):a;return new _.od(md,a)};_.sd=function(a){return _.rd(_.Tb(a))};
_.td=function(a){if(a instanceof _.Yb&&a.constructor===_.Yb&&a.GP===_.Xb)return a.HK;_.fb(a);return"type_error:SafeUrl"};ud=/^(?:audio\/(?:3gpp2|3gpp|aac|L16|midi|mp3|mp4|mpeg|oga|ogg|opus|x-m4a|x-matroska|x-wav|wav|webm)|font\/\w+|image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp|x-icon)|text\/csv|video\/(?:mpeg|mp4|ogg|webm|quicktime|x-matroska))(?:;\w+=(?:\w+|"[\w;,= ]+"))*$/i;vd=/^data:(.*);base64,[a-z0-9+\/]+=*$/i;wd=/^(?:(?:https?|mailto|ftp):|[^:/?#]*(?:[/?#]|$))/i;
_.xd=function(a){if(a instanceof _.Yb)return a;a="object"==typeof a&&a.Ih?a.Id():String(a);if(wd.test(a))a=new _.Yb(_.Wb,a);else{a=String(a);a=a.replace(/(%0A|%0D)/g,"");var b=a.match(vd);a=b&&ud.test(b[1])?new _.Yb(_.Wb,a):null}return a};_.yd=function(a){if(a instanceof _.Yb)return a;a="object"==typeof a&&a.Ih?a.Id():String(a);wd.test(a)||(a="about:invalid#zClosurez");return new _.Yb(_.Wb,a)};
_.zd=function(a){if(a instanceof _.hc)return a;var b="object"==typeof a,c=null;b&&a.UA&&(c=a.Ah());return _.jc(_.ld(b&&a.Ih?a.Id():String(a)),c)};_.Bd=function(a,b){if((0,_.mc)())for(;a.lastChild;)a.removeChild(a.lastChild);a.innerHTML=_.ic(b)};_.Cd=function(a,b){b=b instanceof _.Yb?b:_.yd(b);a.href=_.td(b)};_.Dd=function(a,b,c,d){a=a instanceof _.Yb?a:_.yd(a);c=c instanceof _.Sb?_.Tb(c):c||"";return(b||_.q).open(_.td(a),c,d,void 0)};_.Ed=function(a){return a=_.ld(a,void 0)};Fd=!_.wc||_.Uc(9);
Gd=!_.zc&&!_.wc||_.wc&&_.Uc(9)||_.zc&&_.Sc("1.9.1");_.Hd=_.wc&&!_.Sc("9");_.Jd=_.wc||_.vc||_.Ac;_.Kd=_.wc&&!_.Uc(9);
var Qd,Ud,Xd;_.Nd=function(a){return a?new _.Ld(_.Md(a)):ad||(ad=new _.Ld)};_.Od=function(a,b){return"string"===typeof b?a.getElementById(b):b};
_.Pd=function(a,b,c,d){a=d||a;b=b&&"*"!=b?String(b).toUpperCase():"";if(a.querySelectorAll&&a.querySelector&&(b||c))return a.querySelectorAll(b+(c?"."+c:""));if(c&&a.getElementsByClassName){a=a.getElementsByClassName(c);if(b){d={};for(var e=0,f=0,g;g=a[f];f++)b==g.nodeName&&(d[e++]=g);d.length=e;return d}return a}a=a.getElementsByTagName(b||"*");if(c){d={};for(f=e=0;g=a[f];f++)b=g.className,"function"==typeof b.split&&_.vb(b.split(/\s+/),c)&&(d[e++]=g);d.length=e;return d}return a};
_.Rd=function(a,b){_.Fb(b,function(c,d){c&&"object"==typeof c&&c.Ih&&(c=c.Id());"style"==d?a.style.cssText=c:"class"==d?a.className=c:"for"==d?a.htmlFor=c:Qd.hasOwnProperty(d)?a.setAttribute(Qd[d],c):_.dd(d,"aria-")||_.dd(d,"data-")?a.setAttribute(d,c):a[d]=c})};Qd={cellpadding:"cellPadding",cellspacing:"cellSpacing",colspan:"colSpan",frameborder:"frameBorder",height:"height",maxlength:"maxLength",nonce:"nonce",role:"role",rowspan:"rowSpan",type:"type",usemap:"useMap",valign:"vAlign",width:"width"};
_.Sd=function(a){return a?a.parentWindow||a.defaultView:window};_.Wd=function(a,b){var c=String(b[0]),d=b[1];if(!Fd&&d&&(d.name||d.type)){c=["<",c];d.name&&c.push(' name="',_.Ed(d.name),'"');if(d.type){c.push(' type="',_.Ed(d.type),'"');var e={};_.Hb(e,d);delete e.type;d=e}c.push(">");c=c.join("")}c=_.Td(a,c);d&&("string"===typeof d?c.className=d:Array.isArray(d)?c.className=d.join(" "):_.Rd(c,d));2<b.length&&Ud(a,c,b,2);return c};
Ud=function(a,b,c,d){function e(g){g&&b.appendChild("string"===typeof g?a.createTextNode(g):g)}for(;d<c.length;d++){var f=c[d];!_.hb(f)||_.bb(f)&&0<f.nodeType?e(f):(0,_.qb)(Xd(f)?_.cd(f):f,e)}};_.Yd=function(a){return _.Td(document,a)};_.Td=function(a,b){b=String(b);"application/xhtml+xml"===a.contentType&&(b=b.toLowerCase());return a.createElement(b)};_.Zd=function(a){if(1!=a.nodeType)return!1;switch(a.tagName){case "APPLET":case "AREA":case "BASE":case "BR":case "COL":case "COMMAND":case "EMBED":case "FRAME":case "HR":case "IMG":case "INPUT":case "IFRAME":case "ISINDEX":case "KEYGEN":case "LINK":case "NOFRAMES":case "NOSCRIPT":case "META":case "OBJECT":case "PARAM":case "SCRIPT":case "SOURCE":case "STYLE":case "TRACK":case "WBR":return!1}return!0};
_.$d=function(a,b){Ud(_.Md(a),a,arguments,1)};_.ae=function(a){for(var b;b=a.firstChild;)a.removeChild(b)};_.be=function(a,b){b.parentNode&&b.parentNode.insertBefore(a,b)};_.ce=function(a){return a&&a.parentNode?a.parentNode.removeChild(a):null};_.de=function(a){var b,c=a.parentNode;if(c&&11!=c.nodeType){if(a.removeNode)return a.removeNode(!1);for(;b=a.firstChild;)c.insertBefore(b,a);return _.ce(a)}};
_.ee=function(a){return Gd&&void 0!=a.children?a.children:(0,_.rb)(a.childNodes,function(b){return 1==b.nodeType})};_.fe=function(a){return _.bb(a)&&1==a.nodeType};_.ge=function(a,b){if(!a||!b)return!1;if(a.contains&&1==b.nodeType)return a==b||a.contains(b);if("undefined"!=typeof a.compareDocumentPosition)return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a};_.Md=function(a){return 9==a.nodeType?a:a.ownerDocument||a.document};
_.he=function(a,b){if("textContent"in a)a.textContent=b;else if(3==a.nodeType)a.data=String(b);else if(a.firstChild&&3==a.firstChild.nodeType){for(;a.lastChild!=a.firstChild;)a.removeChild(a.lastChild);a.firstChild.data=String(b)}else _.ae(a),a.appendChild(_.Md(a).createTextNode(String(b)))};Xd=function(a){if(a&&"number"==typeof a.length){if(_.bb(a))return"function"==typeof a.item||"string"==typeof a.item;if(_.jb(a))return"function"==typeof a.item}return!1};
_.Ld=function(a){this.tb=a||_.q.document||document};_.h=_.Ld.prototype;_.h.Fa=_.Nd;_.h.cD=_.da(7);_.h.vb=function(){return this.tb};_.h.H=function(a){return _.Od(this.tb,a)};_.h.getElementsByTagName=function(a,b){return(b||this.tb).getElementsByTagName(String(a))};_.h.ta=function(a,b,c){return _.Wd(this.tb,arguments)};_.h.createElement=function(a){return _.Td(this.tb,a)};_.h.createTextNode=function(a){return this.tb.createTextNode(String(a))};
_.h.Ab=function(){var a=this.tb;return a.parentWindow||a.defaultView};_.h.appendChild=function(a,b){a.appendChild(b)};_.h.append=_.$d;_.h.canHaveChildren=_.Zd;_.h.Ld=_.ae;_.h.$I=_.be;_.h.removeNode=_.ce;_.h.hS=_.de;_.h.Jz=_.ee;_.h.isElement=_.fe;_.h.contains=_.ge;_.h.Lh=_.da(8);
/*
gapi.loader.OBJECT_CREATE_TEST_OVERRIDE &&*/
_.ie=window;_.je=document;_.ke=_.ie.location;_.le=/\[native code\]/;_.me=function(a,b,c){return a[b]=a[b]||c};_.ne=function(){var a;if((a=Object.create)&&_.le.test(a))a=a(null);else{a={};for(var b in a)a[b]=void 0}return a};_.oe=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)};_.pe=function(a,b){a=a||{};for(var c in a)_.oe(a,c)&&(b[c]=a[c])};_.qe=_.me(_.ie,"gapi",{});
_.re=function(a,b,c){var d=new RegExp("([#].*&|[#])"+b+"=([^&#]*)","g");b=new RegExp("([?#].*&|[?#])"+b+"=([^&#]*)","g");if(a=a&&(d.exec(a)||b.exec(a)))try{c=decodeURIComponent(a[2])}catch(e){}return c};_.se=new RegExp(/^/.source+/([a-zA-Z][-+.a-zA-Z0-9]*:)?/.source+/(\/\/[^\/?#]*)?/.source+/([^?#]*)?/.source+/(\?([^#]*))?/.source+/(#((#|[^#])*))?/.source+/$/.source);_.ue=new RegExp(/(%([^0-9a-fA-F%]|[0-9a-fA-F]([^0-9a-fA-F%])?)?)*/.source+/%($|[^0-9a-fA-F]|[0-9a-fA-F]($|[^0-9a-fA-F]))/.source,"g");
_.ve=new RegExp(/\/?\??#?/.source+"("+/[\/?#]/i.source+"|"+/[\uD800-\uDBFF]/i.source+"|"+/%[c-f][0-9a-f](%[89ab][0-9a-f]){0,2}(%[89ab]?)?/i.source+"|"+/%[0-9a-f]?/i.source+")$","i");
_.xe=function(a,b,c){_.we(a,b,c,"add","at")};_.we=function(a,b,c,d,e){if(a[d+"EventListener"])a[d+"EventListener"](b,c,!1);else if(a[e+"tachEvent"])a[e+"tachEvent"]("on"+b,c)};
_.ye=_.me(_.ie,"___jsl",_.ne());_.me(_.ye,"I",0);_.me(_.ye,"hel",10);
var ze,Ae,Be,Ce,De,Ee,Fe;ze=function(a){var b=window.___jsl=window.___jsl||{};b[a]=b[a]||[];return b[a]};Ae=function(a){var b=window.___jsl=window.___jsl||{};b.cfg=!a&&b.cfg||{};return b.cfg};Be=function(a){return"object"===typeof a&&/\[native code\]/.test(a.push)};
Ce=function(a,b,c){if(b&&"object"===typeof b)for(var d in b)!Object.prototype.hasOwnProperty.call(b,d)||c&&"___goc"===d&&"undefined"===typeof b[d]||(a[d]&&b[d]&&"object"===typeof a[d]&&"object"===typeof b[d]&&!Be(a[d])&&!Be(b[d])?Ce(a[d],b[d]):b[d]&&"object"===typeof b[d]?(a[d]=Be(b[d])?[]:{},Ce(a[d],b[d])):a[d]=b[d])};
De=function(a){if(a&&!/^\s+$/.test(a)){for(;0==a.charCodeAt(a.length-1);)a=a.substring(0,a.length-1);try{var b=window.JSON.parse(a)}catch(c){}if("object"===typeof b)return b;try{b=(new Function("return ("+a+"\n)"))()}catch(c){}if("object"===typeof b)return b;try{b=(new Function("return ({"+a+"\n})"))()}catch(c){}return"object"===typeof b?b:{}}};
Ee=function(a,b){var c={___goc:void 0};a.length&&a[a.length-1]&&Object.hasOwnProperty.call(a[a.length-1],"___goc")&&"undefined"===typeof a[a.length-1].___goc&&(c=a.pop());Ce(c,b);a.push(c)};
Fe=function(a){Ae(!0);var b=window.___gcfg,c=ze("cu"),d=window.___gu;b&&b!==d&&(Ee(c,b),window.___gu=b);b=ze("cu");var e=document.scripts||document.getElementsByTagName("script")||[];d=[];var f=[];f.push.apply(f,ze("us"));for(var g=0;g<e.length;++g)for(var k=e[g],l=0;l<f.length;++l)k.src&&0==k.src.indexOf(f[l])&&d.push(k);0==d.length&&0<e.length&&e[e.length-1].src&&d.push(e[e.length-1]);for(e=0;e<d.length;++e)d[e].getAttribute("gapi_processed")||(d[e].setAttribute("gapi_processed",!0),(f=d[e])?(g=
f.nodeType,f=3==g||4==g?f.nodeValue:f.textContent||f.innerText||f.innerHTML||""):f=void 0,(f=De(f))&&b.push(f));a&&Ee(c,a);d=ze("cd");a=0;for(b=d.length;a<b;++a)Ce(Ae(),d[a],!0);d=ze("ci");a=0;for(b=d.length;a<b;++a)Ce(Ae(),d[a],!0);a=0;for(b=c.length;a<b;++a)Ce(Ae(),c[a],!0)};_.P=function(a,b){var c=Ae();if(!a)return c;a=a.split("/");for(var d=0,e=a.length;c&&"object"===typeof c&&d<e;++d)c=c[a[d]];return d===a.length&&void 0!==c?c:b};
_.Ge=function(a,b){var c;if("string"===typeof a){var d=c={};a=a.split("/");for(var e=0,f=a.length;e<f-1;++e){var g={};d=d[a[e]]=g}d[a[e]]=b}else c=a;Fe(c)};
var He=function(){var a=window.__GOOGLEAPIS;a&&(a.googleapis&&!a["googleapis.config"]&&(a["googleapis.config"]=a.googleapis),_.me(_.ye,"ci",[]).push(a),window.__GOOGLEAPIS=void 0)};
He&&He();Fe();
_.y("gapi.config.get",_.P);_.y("gapi.config.update",_.Ge);
_.Ie=function(a,b){for(var c in a)if(a[c]==b)return!0;return!1};_.Je=function(a,b){for(var c=1;c<arguments.length;c++){var d=arguments[c];if(_.hb(d)){var e=a.length||0,f=d.length||0;a.length=e+f;for(var g=0;g<f;g++)a[e+g]=d[g]}else a.push(d)}};_.Ke=function(a){for(var b={},c=0,d=0;d<a.length;){var e=a[d++];var f=e;f=_.bb(f)?"o"+_.Zc(f):(typeof f).charAt(0)+f;Object.prototype.hasOwnProperty.call(b,f)||(b[f]=!0,a[c++]=e)}a.length=c};_.Le=function(a){return/^[\s\xa0]*$/.test(a)};
_.Me=function(a,b){var c=b||document;if(c.getElementsByClassName)a=c.getElementsByClassName(a)[0];else{c=document;var d=b||c;a=d.querySelectorAll&&d.querySelector&&a?d.querySelector(a?"."+a:""):_.Pd(c,"*",a,b)[0]||null}return a||null};
var Ve,We,Xe,Ye,Ze,$e,af,bf,cf,df,ef,ff,gf,hf,jf,kf,lf,mf,nf,of,pf,qf,rf,sf,tf,uf,vf,wf,xf,yf,zf,Ef,Ff;Xe=void 0;Ye=function(a){try{return _.q.JSON.parse.call(_.q.JSON,a)}catch(b){return!1}};Ze=function(a){return Object.prototype.toString.call(a)};$e=Ze(0);af=Ze(new Date(0));bf=Ze(!0);cf=Ze("");df=Ze({});ef=Ze([]);
ff=function(a,b){if(b)for(var c=0,d=b.length;c<d;++c)if(a===b[c])throw new TypeError("Converting circular structure to JSON");d=typeof a;if("undefined"!==d){c=Array.prototype.slice.call(b||[],0);c[c.length]=a;b=[];var e=Ze(a);if(null!=a&&"function"===typeof a.toJSON&&(Object.prototype.hasOwnProperty.call(a,"toJSON")||(e!==ef||a.constructor!==Array&&a.constructor!==Object)&&(e!==df||a.constructor!==Array&&a.constructor!==Object)&&e!==cf&&e!==$e&&e!==bf&&e!==af))return ff(a.toJSON.call(a),c);if(null==
a)b[b.length]="null";else if(e===$e)a=Number(a),isNaN(a)||isNaN(a-a)?a="null":-0===a&&0>1/a&&(a="-0"),b[b.length]=String(a);else if(e===bf)b[b.length]=String(!!Number(a));else{if(e===af)return ff(a.toISOString.call(a),c);if(e===ef&&Ze(a.length)===$e){b[b.length]="[";var f=0;for(d=Number(a.length)>>0;f<d;++f)f&&(b[b.length]=","),b[b.length]=ff(a[f],c)||"null";b[b.length]="]"}else if(e==cf&&Ze(a.length)===$e){b[b.length]='"';f=0;for(c=Number(a.length)>>0;f<c;++f)d=String.prototype.charAt.call(a,f),
e=String.prototype.charCodeAt.call(a,f),b[b.length]="\b"===d?"\\b":"\f"===d?"\\f":"\n"===d?"\\n":"\r"===d?"\\r":"\t"===d?"\\t":"\\"===d||'"'===d?"\\"+d:31>=e?"\\u"+(e+65536).toString(16).substr(1):32<=e&&65535>=e?d:"\ufffd";b[b.length]='"'}else if("object"===d){b[b.length]="{";d=0;for(f in a)Object.prototype.hasOwnProperty.call(a,f)&&(e=ff(a[f],c),void 0!==e&&(d++&&(b[b.length]=","),b[b.length]=ff(f),b[b.length]=":",b[b.length]=e));b[b.length]="}"}else return}return b.join("")}};gf=/[\0-\x07\x0b\x0e-\x1f]/;
hf=/^([^"]*"([^\\"]|\\.)*")*[^"]*"([^"\\]|\\.)*[\0-\x1f]/;jf=/^([^"]*"([^\\"]|\\.)*")*[^"]*"([^"\\]|\\.)*\\[^\\\/"bfnrtu]/;kf=/^([^"]*"([^\\"]|\\.)*")*[^"]*"([^"\\]|\\.)*\\u([0-9a-fA-F]{0,3}[^0-9a-fA-F])/;lf=/"([^\0-\x1f\\"]|\\[\\\/"bfnrt]|\\u[0-9a-fA-F]{4})*"/g;mf=/-?(0|[1-9][0-9]*)(\.[0-9]+)?([eE][-+]?[0-9]+)?/g;nf=/[ \t\n\r]+/g;of=/[^"]:/;pf=/""/g;qf=/true|false|null/g;rf=/00/;sf=/[\{]([^0\}]|0[^:])/;tf=/(^|\[)[,:]|[,:](\]|\}|[,:]|$)/;uf=/[^\[,:][\[\{]/;vf=/^(\{|\}|\[|\]|,|:|0)+/;wf=/\u2028/g;
xf=/\u2029/g;
yf=function(a){a=String(a);if(gf.test(a)||hf.test(a)||jf.test(a)||kf.test(a))return!1;var b=a.replace(lf,'""');b=b.replace(mf,"0");b=b.replace(nf,"");if(of.test(b))return!1;b=b.replace(pf,"0");b=b.replace(qf,"0");if(rf.test(b)||sf.test(b)||tf.test(b)||uf.test(b)||!b||(b=b.replace(vf,"")))return!1;a=a.replace(wf,"\\u2028").replace(xf,"\\u2029");b=void 0;try{b=Xe?[Ye(a)]:eval("(function (var_args) {\n return Array.prototype.slice.call(arguments, 0);\n})(\n"+a+"\n)")}catch(c){return!1}return b&&1===
b.length?b[0]:!1};zf=function(){var a=((_.q.document||{}).scripts||[]).length;if((void 0===Ve||void 0===Xe||We!==a)&&-1!==We){Ve=Xe=!1;We=-1;try{try{Xe=!!_.q.JSON&&'{"a":[3,true,"1970-01-01T00:00:00.000Z"]}'===_.q.JSON.stringify.call(_.q.JSON,{a:[3,!0,new Date(0)],c:function(){}})&&!0===Ye("true")&&3===Ye('[{"a":3}]')[0].a}catch(b){}Ve=Xe&&!Ye("[00]")&&!Ye('"\u0007"')&&!Ye('"\\0"')&&!Ye('"\\v"')}finally{We=a}}};_.Af=function(a){if(-1===We)return!1;zf();return(Ve?Ye:yf)(a)};
_.Bf=function(a){if(-1!==We)return zf(),Xe?_.q.JSON.stringify.call(_.q.JSON,a):ff(a)};Ef=!Date.prototype.toISOString||"function"!==typeof Date.prototype.toISOString||"1970-01-01T00:00:00.000Z"!==(new Date(0)).toISOString();
Ff=function(){var a=Date.prototype.getUTCFullYear.call(this);return[0>a?"-"+String(1E6-a).substr(1):9999>=a?String(1E4+a).substr(1):"+"+String(1E6+a).substr(1),"-",String(101+Date.prototype.getUTCMonth.call(this)).substr(1),"-",String(100+Date.prototype.getUTCDate.call(this)).substr(1),"T",String(100+Date.prototype.getUTCHours.call(this)).substr(1),":",String(100+Date.prototype.getUTCMinutes.call(this)).substr(1),":",String(100+Date.prototype.getUTCSeconds.call(this)).substr(1),".",String(1E3+Date.prototype.getUTCMilliseconds.call(this)).substr(1),
"Z"].join("")};Date.prototype.toISOString=Ef?Ff:Date.prototype.toISOString;
var wh;wh=/^https?:\/\/(?:\w|[\-\.])+\.google\.(?:\w|[\-:\.])+(?:\/[^\?#]*)?\/u\/(\d)\//;
_.xh=function(a){var b=_.P("googleapis.config/sessionIndex");"string"===typeof b&&254<b.length&&(b=null);null==b&&(b=window.__X_GOOG_AUTHUSER);"string"===typeof b&&254<b.length&&(b=null);if(null==b){var c=window.google;c&&(b=c.authuser)}"string"===typeof b&&254<b.length&&(b=null);null==b&&(a=a||window.location.href,b=_.re(a,"authuser")||null,null==b&&(b=(b=a.match(wh))?b[1]:null));if(null==b)return null;b=String(b);254<b.length&&(b=null);return b};
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var Ih=function(){this.Ij=-1};
var Jh=function(){this.Ij=64;this.Fc=[];this.Xx=[];this.oQ=[];this.Gv=[];this.Gv[0]=128;for(var a=1;a<this.Ij;++a)this.Gv[a]=0;this.Fw=this.En=0;this.reset()};_.B(Jh,Ih);Jh.prototype.reset=function(){this.Fc[0]=1732584193;this.Fc[1]=4023233417;this.Fc[2]=2562383102;this.Fc[3]=271733878;this.Fc[4]=3285377520;this.Fw=this.En=0};
var Kh=function(a,b,c){c||(c=0);var d=a.oQ;if("string"===typeof b)for(var e=0;16>e;e++)d[e]=b.charCodeAt(c)<<24|b.charCodeAt(c+1)<<16|b.charCodeAt(c+2)<<8|b.charCodeAt(c+3),c+=4;else for(e=0;16>e;e++)d[e]=b[c]<<24|b[c+1]<<16|b[c+2]<<8|b[c+3],c+=4;for(e=16;80>e;e++){var f=d[e-3]^d[e-8]^d[e-14]^d[e-16];d[e]=(f<<1|f>>>31)&4294967295}b=a.Fc[0];c=a.Fc[1];var g=a.Fc[2],k=a.Fc[3],l=a.Fc[4];for(e=0;80>e;e++){if(40>e)if(20>e){f=k^c&(g^k);var m=1518500249}else f=c^g^k,m=1859775393;else 60>e?(f=c&g|k&(c|g),
m=2400959708):(f=c^g^k,m=3395469782);f=(b<<5|b>>>27)+f+l+m+d[e]&4294967295;l=k;k=g;g=(c<<30|c>>>2)&4294967295;c=b;b=f}a.Fc[0]=a.Fc[0]+b&4294967295;a.Fc[1]=a.Fc[1]+c&4294967295;a.Fc[2]=a.Fc[2]+g&4294967295;a.Fc[3]=a.Fc[3]+k&4294967295;a.Fc[4]=a.Fc[4]+l&4294967295};
Jh.prototype.update=function(a,b){if(null!=a){void 0===b&&(b=a.length);for(var c=b-this.Ij,d=0,e=this.Xx,f=this.En;d<b;){if(0==f)for(;d<=c;)Kh(this,a,d),d+=this.Ij;if("string"===typeof a)for(;d<b;){if(e[f]=a.charCodeAt(d),++f,++d,f==this.Ij){Kh(this,e);f=0;break}}else for(;d<b;)if(e[f]=a[d],++f,++d,f==this.Ij){Kh(this,e);f=0;break}}this.En=f;this.Fw+=b}};
Jh.prototype.digest=function(){var a=[],b=8*this.Fw;56>this.En?this.update(this.Gv,56-this.En):this.update(this.Gv,this.Ij-(this.En-56));for(var c=this.Ij-1;56<=c;c--)this.Xx[c]=b&255,b/=256;Kh(this,this.Xx);for(c=b=0;5>c;c++)for(var d=24;0<=d;d-=8)a[b]=this.Fc[c]>>d&255,++b;return a};
_.Lh=function(){this.vD=new Jh};_.h=_.Lh.prototype;_.h.reset=function(){this.vD.reset()};_.h.LM=function(a){this.vD.update(a)};_.h.AG=function(){return this.vD.digest()};_.h.Nw=function(a){a=unescape(encodeURIComponent(a));for(var b=[],c=0,d=a.length;c<d;++c)b.push(a.charCodeAt(c));this.LM(b)};_.h.Kg=function(){for(var a=this.AG(),b="",c=0;c<a.length;c++)b+="0123456789ABCDEF".charAt(Math.floor(a[c]/16))+"0123456789ABCDEF".charAt(a[c]%16);return b};
var Nh,Mh,Th,Uh,Oh,Rh,Ph,Vh,Qh;_.Sh=function(){if(Mh){var a=new _.ie.Uint32Array(1);Nh.getRandomValues(a);a=Number("0."+a[0])}else a=Oh,a+=parseInt(Ph.substr(0,20),16),Ph=Qh(Ph),a/=Rh+Math.pow(16,20);return a};Nh=_.ie.crypto;Mh=!1;Th=0;Uh=0;Oh=1;Rh=0;Ph="";Vh=function(a){a=a||_.ie.event;var b=a.screenX+a.clientX<<16;b+=a.screenY+a.clientY;b*=(new Date).getTime()%1E6;Oh=Oh*b%Rh;0<Th&&++Uh==Th&&_.we(_.ie,"mousemove",Vh,"remove","de")};Qh=function(a){var b=new _.Lh;b.Nw(a);return b.Kg()};
Mh=!!Nh&&"function"==typeof Nh.getRandomValues;Mh||(Rh=1E6*(screen.width*screen.width+screen.height),Ph=Qh(_.je.cookie+"|"+_.je.location+"|"+(new Date).getTime()+"|"+Math.random()),Th=_.P("random/maxObserveMousemove")||0,0!=Th&&_.xe(_.ie,"mousemove",Vh));
var oi,pi,qi,ri,si,ti,ui,vi,wi,xi,yi,zi,Di,Fi,Gi,Hi;_.li=function(a){return!!a&&"object"===typeof a&&_.le.test(a.push)};_.mi=function(a){for(var b=0;b<this.length;b++)if(this[b]===a)return b;return-1};_.ni=function(a,b){if(!a)throw Error(b||"");};oi=/&/g;pi=/</g;qi=/>/g;ri=/"/g;si=/'/g;ti=function(a){return String(a).replace(oi,"&amp;").replace(pi,"&lt;").replace(qi,"&gt;").replace(ri,"&quot;").replace(si,"&#39;")};ui=/[\ud800-\udbff][\udc00-\udfff]|[^!-~]/g;vi=/%([a-f]|[0-9a-fA-F][a-f])/g;wi=/^(https?|ftp|file|chrome-extension):$/i;
xi=function(a){a=String(a);a=a.replace(ui,function(e){try{return encodeURIComponent(e)}catch(f){return encodeURIComponent(e.replace(/^[^%]+$/g,"\ufffd"))}}).replace(_.ue,function(e){return e.replace(/%/g,"%25")}).replace(vi,function(e){return e.toUpperCase()});a=a.match(_.se)||[];var b=_.ne(),c=function(e){return e.replace(/\\/g,"%5C").replace(/\^/g,"%5E").replace(/`/g,"%60").replace(/\{/g,"%7B").replace(/\|/g,"%7C").replace(/\}/g,"%7D")},d=!!(a[1]||"").match(wi);b.ip=c((a[1]||"")+(a[2]||"")+(a[3]||
(a[2]&&d?"/":"")));d=function(e){return c(e.replace(/\?/g,"%3F").replace(/#/g,"%23"))};b.query=a[5]?[d(a[5])]:[];b.xh=a[7]?[d(a[7])]:[];return b};yi=function(a){return a.ip+(0<a.query.length?"?"+a.query.join("&"):"")+(0<a.xh.length?"#"+a.xh.join("&"):"")};zi=function(a,b){var c=[];if(a)for(var d in a)if(_.oe(a,d)&&null!=a[d]){var e=b?b(a[d]):a[d];c.push(encodeURIComponent(d)+"="+encodeURIComponent(e))}return c};
_.Ai=function(a,b,c,d){a=xi(a);a.query.push.apply(a.query,zi(b,d));a.xh.push.apply(a.xh,zi(c,d));return yi(a)};
_.Bi=function(a,b){var c=xi(b);b=c.ip;c.query.length&&(b+="?"+c.query.join(""));c.xh.length&&(b+="#"+c.xh.join(""));var d="";2E3<b.length&&(c=b,b=b.substr(0,2E3),b=b.replace(_.ve,""),d=c.substr(b.length));var e=a.createElement("div");a=a.createElement("a");c=xi(b);b=c.ip;c.query.length&&(b+="?"+c.query.join(""));c.xh.length&&(b+="#"+c.xh.join(""));_.Cd(a,new _.Yb(_.Wb,b));e.appendChild(a);b=_.jc(e.innerHTML,null);_.Bd(e,b);b=String(e.firstChild.href);e.parentNode&&e.parentNode.removeChild(e);c=xi(b+
d);b=c.ip;c.query.length&&(b+="?"+c.query.join(""));c.xh.length&&(b+="#"+c.xh.join(""));return b};_.Ci=/^https?:\/\/[^\/%\\?#\s]+\/[^\s]*$/i;Di=function(a){for(;a.firstChild;)a.removeChild(a.firstChild)};_.Ei=function(a,b){var c=_.me(_.ye,"watt",_.ne());_.me(c,a,b)};Fi=/^https?:\/\/(?:\w|[\-\.])+\.google\.(?:\w|[\-:\.])+(?:\/[^\?#]*)?\/b\/(\d{10,21})\//;
Gi=function(a){var b=_.P("googleapis.config/sessionDelegate");"string"===typeof b&&21<b.length&&(b=null);null==b&&(b=(a=(a||window.location.href).match(Fi))?a[1]:null);if(null==b)return null;b=String(b);21<b.length&&(b=null);return b};
var Ii=function(){var a=_.ye.onl;if(!a){a=_.ne();_.ye.onl=a;var b=_.ne();a.e=function(c){var d=b[c];d&&(delete b[c],d())};a.a=function(c,d){b[c]=d};a.r=function(c){delete b[c]}}return a},Ji=function(a,b){b=b.onload;return"function"===typeof b?(Ii().a(a,b),b):null},Ki=function(a){_.ni(/^\w+$/.test(a),"Unsupported id - "+a);Ii();return'onload="window.___jsl.onl.e(&#34;'+a+'&#34;)"'},Li=function(a){Ii().r(a)};
var Ni,Oi,Si;_.Mi={allowtransparency:"true",frameborder:"0",hspace:"0",marginheight:"0",marginwidth:"0",scrolling:"no",style:"",tabindex:"0",vspace:"0",width:"100%"};Ni={allowtransparency:!0,onload:!0};Oi=0;_.Pi=function(a,b){var c=0;do var d=b.id||["I",Oi++,"_",(new Date).getTime()].join("");while(a.getElementById(d)&&5>++c);_.ni(5>c,"Error creating iframe id");return d};_.Qi=function(a,b){return a?b+"/"+a:""};
_.Ri=function(a,b,c,d){var e={},f={};a.documentMode&&9>a.documentMode&&(e.hostiemode=a.documentMode);_.pe(d.queryParams||{},e);_.pe(d.fragmentParams||{},f);var g=d.pfname;var k=_.ne();_.P("iframes/dropLegacyIdParam")||(k.id=c);k._gfid=c;k.parent=a.location.protocol+"//"+a.location.host;c=_.re(a.location.href,"parent");g=g||"";!g&&c&&(g=_.re(a.location.href,"_gfid","")||_.re(a.location.href,"id",""),g=_.Qi(g,_.re(a.location.href,"pfname","")));g||(c=_.Af(_.re(a.location.href,"jcp","")))&&"object"==
typeof c&&(g=_.Qi(c.id,c.pfname));k.pfname=g;d.connectWithJsonParam&&(g={},g.jcp=_.Bf(k),k=g);g=_.re(b,"rpctoken")||e.rpctoken||f.rpctoken;g||(g=d.rpctoken||String(Math.round(1E8*_.Sh())),k.rpctoken=g);d.rpctoken=g;_.pe(k,d.connectWithQueryParams?e:f);k=a.location.href;a=_.ne();(g=_.re(k,"_bsh",_.ye.bsh))&&(a._bsh=g);(k=_.ye.dpo?_.ye.h:_.re(k,"jsh",_.ye.h))&&(a.jsh=k);d.hintInFragment?_.pe(a,f):_.pe(a,e);return _.Ai(b,e,f,d.paramsSerializer)};
Si=function(a){_.ni(!a||_.Ci.test(a),"Illegal url for new iframe - "+a)};
_.Ui=function(a,b,c,d,e){Si(c.src);var f,g=Ji(d,c),k=g?Ki(d):"";try{document.all&&(f=a.createElement('<iframe frameborder="'+ti(String(c.frameborder))+'" scrolling="'+ti(String(c.scrolling))+'" '+k+' name="'+ti(String(c.name))+'"/>'))}catch(m){}finally{f||(f=a.createElement("iframe"),g&&(f.onload=function(){f.onload=null;g.call(this)},Li(d)))}f.setAttribute("ng-non-bindable","");for(var l in c)a=c[l],"style"===l&&"object"===typeof a?_.pe(a,f.style):Ni[l]||f.setAttribute(l,String(a));(l=e&&e.beforeNode||
null)||e&&e.dontclear||Di(b);b.insertBefore(f,l);f=l?l.previousSibling:b.lastChild;c.allowtransparency&&(f.allowTransparency=!0);return f};
var Vi,bj;Vi=/^:[\w]+$/;_.Wi=/:([a-zA-Z_]+):/g;_.aj=function(){var a=_.xh()||"0",b=Gi();var c=_.xh(void 0)||a;var d=Gi(void 0),e="";c&&(e+="u/"+encodeURIComponent(String(c))+"/");d&&(e+="b/"+encodeURIComponent(String(d))+"/");c=e||null;(e=(d=!1===_.P("isLoggedIn"))?"_/im/":"")&&(c="");var f=_.P("iframes/:socialhost:"),g=_.P("iframes/:im_socialhost:");return Hi={socialhost:f,ctx_socialhost:d?g:f,session_index:a,session_delegate:b,session_prefix:c,im_prefix:e}};bj=function(a,b){return _.aj()[b]||""};
_.cj=function(a){return _.Bi(_.je,a.replace(_.Wi,bj))};_.dj=function(a){var b=a;Vi.test(a)&&(b=_.P("iframes/"+b.substring(1)+"/url"),_.ni(!!b,"Unknown iframe url config for - "+a));return _.cj(b)};
_.ej=function(a,b,c){var d=c||{};c=d.attributes||{};_.ni(!(d.allowPost||d.forcePost)||!c.onload,"onload is not supported by post iframe (allowPost or forcePost)");a=_.dj(a);c=b.ownerDocument||_.je;var e=_.Pi(c,d);a=_.Ri(c,a,e,d);var f=_.ne();_.pe(_.Mi,f);_.pe(d.attributes,f);f.name=f.id=e;f.src=a;d.eurl=a;var g=d||{},k=!!g.allowPost;if(g.forcePost||k&&2E3<a.length){g=xi(a);f.src="";d.dropDataPostorigin||(f["data-postorigin"]=a);a=_.Ui(c,b,f,e);if(-1!=navigator.userAgent.indexOf("WebKit")){var l=a.contentWindow.document;
l.open();f=l.createElement("div");k={};var m=e+"_inner";k.name=m;k.src="";k.style="display:none";_.Ui(c,f,k,m,d)}f=(d=g.query[0])?d.split("&"):[];d=[];for(k=0;k<f.length;k++)m=f[k].split("=",2),d.push([decodeURIComponent(m[0]),decodeURIComponent(m[1])]);g.query=[];f=yi(g);_.ni(_.Ci.test(f),"Invalid URL: "+f);g=c.createElement("form");g.method="POST";g.target=e;g.style.display="none";e=f instanceof _.Yb?f:_.yd(f);g.action=_.td(e);for(e=0;e<d.length;e++)f=c.createElement("input"),f.type="hidden",f.name=
d[e][0],f.value=d[e][1],g.appendChild(f);b.appendChild(g);g.submit();g.parentNode.removeChild(g);l&&l.close();b=a}else b=_.Ui(c,b,f,e,d);return b};
_.y("gapi.iframes.create",_.ej);
var Pe;Pe=window.console;_.Qe=function(a){Pe&&Pe.log&&Pe.log(a)};_.Re=function(a){Pe&&(Pe.error?Pe.error(a):Pe.log&&Pe.log(a))};_.Se=function(a){Pe&&(Pe.warn?Pe.warn(a):Pe.log&&Pe.log(a))};_.Te=function(){};
_.qg=function(a){if(!a)return"";a=a.split("#")[0].split("?")[0];a=a.toLowerCase();0==a.indexOf("//")&&(a=window.location.protocol+a);/^[\w\-]*:\/\//.test(a)||(a=window.location.href);var b=a.substring(a.indexOf("://")+3),c=b.indexOf("/");-1!=c&&(b=b.substring(0,c));a=a.substring(0,a.indexOf("://"));if("http"!==a&&"https"!==a&&"chrome-extension"!==a&&"file"!==a&&"android-app"!==a&&"chrome-search"!==a&&"chrome-untrusted"!==a&&"chrome"!==a&&"app"!==a&&"devtools"!==a)throw Error("u`"+a);c="";var d=b.indexOf(":");
if(-1!=d){var e=b.substring(d+1);b=b.substring(0,d);if("http"===a&&"80"!==e||"https"===a&&"443"!==e)c=":"+e}return a+"://"+b+c};
_.ai=function(a){this.S=a};_.h=_.ai.prototype;_.h.value=function(){return this.S};_.h.Kk=function(a){this.S.width=a;return this};_.h.Oc=function(){return this.S.width};_.h.Yh=function(a){this.S.height=a;return this};_.h.getHeight=function(){return this.S.height};_.h.Nd=function(a){this.S.style=a;return this};_.h.Hl=_.da(11);
_.bi=function(a){this.S=a};_.bi.prototype.TC=function(a){this.S.anchor=a;return this};_.bi.prototype.zh=function(){return this.S.anchor};_.bi.prototype.hw=_.da(13);_.ci=function(a){a.S.show=!0;return a};_.bi.prototype.Yh=function(a){this.S.height=a;return this};_.bi.prototype.getHeight=function(){return this.S.height};_.bi.prototype.Kk=function(a){this.S.width=a;return this};_.bi.prototype.Oc=function(){return this.S.width};
_.di=function(a){this.S=a||{}};_.di.prototype.value=function(){return this.S};_.di.prototype.setUrl=function(a){this.S.url=a;return this};_.di.prototype.getUrl=function(){return this.S.url};_.ei=function(a,b){a.S.where=b;return a};_.h=_.di.prototype;_.h.Nd=function(a){this.S.style=a;return this};_.h.Hl=_.da(10);_.h.Le=function(a){this.S.id=a;return this};_.h.ma=function(){return this.S.id};_.h.Jk=function(a){this.S.rpctoken=a;return this};_.fi=function(a,b){a.S.queryParams=b;return a};
_.gi=function(a,b){a.S.relayOpen=b;return a};_.hi=function(a,b){a.S.messageHandlers=b;return a};_.ii=function(a,b){a.S.messageHandlersFilter=b;return a};_.di.prototype.to=_.da(14);_.di.prototype.getContext=function(){return this.S.context};_.di.prototype.Nc=function(){return this.S.openerIframe};_.ji=function(a){return new _.bi(a.S)};_.di.prototype.yl=function(){this.S.attributes=this.S.attributes||{};return new _.ai(this.S.attributes)};_.ki=function(a){a.S.connectWithQueryParams=!0;return a};
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
_.fj=function(a,b){a.prototype=(0,_.Fa)(b.prototype);a.prototype.constructor=a;if(_.Na)(0,_.Na)(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.T=b.prototype};_.gj=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)}};
_.hj=function(a,b){a:{for(var c=a.length,d="string"===typeof a?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a)){b=e;break a}b=-1}return 0>b?null:"string"===typeof a?a.charAt(b):a[b]};_.ij=[];_.jj=[];_.kj=!1;_.lj=function(a){_.ij[_.ij.length]=a;if(_.kj)for(var b=0;b<_.jj.length;b++)a((0,_.J)(_.jj[b].wrap,_.jj[b]))};
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var mj,nj,oj,xj;mj=null;nj=/^[\w+/_-]+[=]{0,2}$/;oj=function(a){return(a=a.querySelector&&a.querySelector("script[nonce]"))&&(a=a.nonce||a.getAttribute("nonce"))&&nj.test(a)?a:""};_.pj=function(a){if(a&&a!=_.q)return oj(a.document);null===mj&&(mj=oj(_.q.document));return mj};_.qj=function(a,b){for(var c in a)if(!(c in b)||a[c]!==b[c])return!1;for(var d in b)if(!(d in a))return!1;return!0};_.rj=function(a){var b={},c;for(c in a)b[c]=a[c];return b};_.sj=function(a){return a};
_.tj=function(a,b){a.src=_.pd(b);(b=_.pj(a.ownerDocument&&a.ownerDocument.defaultView))&&a.setAttribute("nonce",b)};_.uj=function(a){var b=window.location;a=a instanceof _.Yb?a:_.yd(a);b.href=_.td(a)};_.vj=function(a){a.prototype.$goog_Thenable=!0};_.wj=function(a){if(!a)return!1;try{return!!a.$goog_Thenable}catch(b){return!1}};xj=function(a,b){this.uR=a;this.RY=b;this.uv=0;this.Xe=null};
xj.prototype.get=function(){if(0<this.uv){this.uv--;var a=this.Xe;this.Xe=a.next;a.next=null}else a=this.uR();return a};xj.prototype.put=function(a){this.RY(a);100>this.uv&&(this.uv++,a.next=this.Xe,this.Xe=a)};
var yj,Aj,Bj,zj;yj=function(a){_.q.setTimeout(function(){throw a;},0)};_.Cj=function(a){a=zj(a);!_.jb(_.q.setImmediate)||_.q.Window&&_.q.Window.prototype&&!_.Eb("Edge")&&_.q.Window.prototype.setImmediate==_.q.setImmediate?(Aj||(Aj=Bj()),Aj(a)):_.q.setImmediate(a)};
Bj=function(){var a=_.q.MessageChannel;"undefined"===typeof a&&"undefined"!==typeof window&&window.postMessage&&window.addEventListener&&!_.Eb("Presto")&&(a=function(){var e=_.Yd("IFRAME");e.style.display="none";document.documentElement.appendChild(e);var f=e.contentWindow;e=f.document;e.open();e.close();var g="callImmediate"+Math.random(),k="file:"==f.location.protocol?"*":f.location.protocol+"//"+f.location.host;e=(0,_.J)(function(l){if(("*"==k||l.origin==k)&&l.data==g)this.port1.onmessage()},this);
f.addEventListener("message",e,!1);this.port1={};this.port2={postMessage:function(){f.postMessage(g,k)}}});if("undefined"!==typeof a&&!_.Jb()){var b=new a,c={},d=c;b.port1.onmessage=function(){if(void 0!==c.next){c=c.next;var e=c.cb;c.cb=null;e()}};return function(e){d.next={cb:e};d=d.next;b.port2.postMessage(0)}}return function(e){_.q.setTimeout(e,0)}};zj=_.sj;_.lj(function(a){zj=a});
var Dj=function(){this.Sw=this.Jo=null},Fj=new xj(function(){return new Ej},function(a){a.reset()});Dj.prototype.add=function(a,b){var c=Fj.get();c.set(a,b);this.Sw?this.Sw.next=c:this.Jo=c;this.Sw=c};Dj.prototype.remove=function(){var a=null;this.Jo&&(a=this.Jo,this.Jo=this.Jo.next,this.Jo||(this.Sw=null),a.next=null);return a};var Ej=function(){this.next=this.scope=this.Og=null};Ej.prototype.set=function(a,b){this.Og=a;this.scope=b;this.next=null};
Ej.prototype.reset=function(){this.next=this.scope=this.Og=null};
var Gj,Hj,Ij,Jj,Lj;_.Kj=function(a,b){Gj||Hj();Ij||(Gj(),Ij=!0);Jj.add(a,b)};Hj=function(){if(_.q.Promise&&_.q.Promise.resolve){var a=_.q.Promise.resolve(void 0);Gj=function(){a.then(Lj)}}else Gj=function(){_.Cj(Lj)}};Ij=!1;Jj=new Dj;Lj=function(){for(var a;a=Jj.remove();){try{a.Og.call(a.scope)}catch(b){yj(b)}Fj.put(a)}Ij=!1};
var Nj,Oj,Zj,Xj;_.Mj=function(a,b){this.Ca=0;this.Hf=void 0;this.Wm=this.Kj=this.$a=null;this.qu=this.lz=!1;if(a!=_.cb)try{var c=this;a.call(b,function(d){c.dh(2,d)},function(d){c.dh(3,d)})}catch(d){this.dh(3,d)}};Nj=function(){this.next=this.context=this.Tn=this.er=this.bl=null;this.ep=!1};Nj.prototype.reset=function(){this.context=this.Tn=this.er=this.bl=null;this.ep=!1};Oj=new xj(function(){return new Nj},function(a){a.reset()});_.Pj=function(a,b,c){var d=Oj.get();d.er=a;d.Tn=b;d.context=c;return d};
_.Qj=function(a){if(a instanceof _.Mj)return a;var b=new _.Mj(_.cb);b.dh(2,a);return b};_.Rj=function(a){return new _.Mj(function(b,c){c(a)})};_.Tj=function(a,b,c){Sj(a,b,c,null)||_.Kj(_.gj(b,a))};_.Uj=function(a){return new _.Mj(function(b,c){var d=a.length,e=[];if(d)for(var f=function(m,n){d--;e[m]=n;0==d&&b(e)},g=function(m){c(m)},k=0,l;k<a.length;k++)l=a[k],_.Tj(l,_.gj(f,k),g);else b(e)})};_.Wj=function(){var a,b,c=new _.Mj(function(d,e){a=d;b=e});return new Vj(c,a,b)};
_.Mj.prototype.then=function(a,b,c){return Xj(this,_.jb(a)?a:null,_.jb(b)?b:null,c)};_.vj(_.Mj);_.Mj.prototype.Dw=function(a,b){return Xj(this,null,a,b)};_.Mj.prototype.cancel=function(a){if(0==this.Ca){var b=new Yj(a);_.Kj(function(){Zj(this,b)},this)}};
Zj=function(a,b){if(0==a.Ca)if(a.$a){var c=a.$a;if(c.Kj){for(var d=0,e=null,f=null,g=c.Kj;g&&(g.ep||(d++,g.bl==a&&(e=g),!(e&&1<d)));g=g.next)e||(f=g);e&&(0==c.Ca&&1==d?Zj(c,b):(f?(d=f,d.next==c.Wm&&(c.Wm=d),d.next=d.next.next):ak(c),bk(c,e,3,b)))}a.$a=null}else a.dh(3,b)};_.dk=function(a,b){a.Kj||2!=a.Ca&&3!=a.Ca||ck(a);a.Wm?a.Wm.next=b:a.Kj=b;a.Wm=b};
Xj=function(a,b,c,d){var e=_.Pj(null,null,null);e.bl=new _.Mj(function(f,g){e.er=b?function(k){try{var l=b.call(d,k);f(l)}catch(m){g(m)}}:f;e.Tn=c?function(k){try{var l=c.call(d,k);void 0===l&&k instanceof Yj?g(k):f(l)}catch(m){g(m)}}:g});e.bl.$a=a;_.dk(a,e);return e.bl};_.Mj.prototype.n0=function(a){this.Ca=0;this.dh(2,a)};_.Mj.prototype.o0=function(a){this.Ca=0;this.dh(3,a)};
_.Mj.prototype.dh=function(a,b){0==this.Ca&&(this===b&&(a=3,b=new TypeError("Promise cannot resolve to itself")),this.Ca=1,Sj(b,this.n0,this.o0,this)||(this.Hf=b,this.Ca=a,this.$a=null,ck(this),3!=a||b instanceof Yj||ek(this,b)))};
var Sj=function(a,b,c,d){if(a instanceof _.Mj)return _.dk(a,_.Pj(b||_.cb,c||null,d)),!0;if(_.wj(a))return a.then(b,c,d),!0;if(_.bb(a))try{var e=a.then;if(_.jb(e))return fk(a,e,b,c,d),!0}catch(f){return c.call(d,f),!0}return!1},fk=function(a,b,c,d,e){var f=!1,g=function(l){f||(f=!0,c.call(e,l))},k=function(l){f||(f=!0,d.call(e,l))};try{b.call(a,g,k)}catch(l){k(l)}},ck=function(a){a.lz||(a.lz=!0,_.Kj(a.WR,a))},ak=function(a){var b=null;a.Kj&&(b=a.Kj,a.Kj=b.next,b.next=null);a.Kj||(a.Wm=null);return b};
_.Mj.prototype.WR=function(){for(var a;a=ak(this);)bk(this,a,this.Ca,this.Hf);this.lz=!1};var bk=function(a,b,c,d){if(3==c&&b.Tn&&!b.ep)for(;a&&a.qu;a=a.$a)a.qu=!1;if(b.bl)b.bl.$a=null,gk(b,c,d);else try{b.ep?b.er.call(b.context):gk(b,c,d)}catch(e){hk.call(null,e)}Oj.put(b)},gk=function(a,b,c){2==b?a.er.call(a.context,c):a.Tn&&a.Tn.call(a.context,c)},ek=function(a,b){a.qu=!0;_.Kj(function(){a.qu&&hk.call(null,b)})},hk=yj,Yj=function(a){_.$c.call(this,a)};_.B(Yj,_.$c);Yj.prototype.name="cancel";
var Vj=function(a,b,c){this.promise=a;this.resolve=b;this.reject=c};
_.ik=function(a){return new _.Mj(a)};
var qk=function(){this.cs={SK:jk?"../"+jk:null,DR:kk,YH:lk,Aaa:mk,ou:nk,hba:ok};this.nf=_.ie;this.CK=this.yR;this.lS=/MSIE\s*[0-8](\D|$)/.test(window.navigator.userAgent);if(this.cs.SK){this.nf=this.cs.YH(this.nf,this.cs.SK);var a=this.nf.document,b=a.createElement("script");b.setAttribute("type","text/javascript");b.text="window.doPostMsg=function(w,s,o) {window.setTimeout(function(){w.postMessage(s,o);},0);};";a.body.appendChild(b);this.CK=this.nf.doPostMsg}this.wD={};this.UD={};a=(0,_.J)(this.yA,
this);_.xe(this.nf,"message",a);_.me(_.ye,"RPMQ",[]).push(a);this.nf!=this.nf.parent&&pk(this,this.nf.parent,this.yB(this.nf.name),"*")};qk.prototype.yB=function(a){return'{"h":"'+escape(a)+'"}'};var rk=function(a){var b=null;0===a.indexOf('{"h":"')&&a.indexOf('"}')===a.length-2&&(b=unescape(a.substring(6,a.length-2)));return b},sk=function(a){if(!/^\s*{/.test(a))return!1;a=_.Af(a);return null!==a&&"object"===typeof a&&!!a.g};
qk.prototype.yA=function(a){var b=String(a.data);(0,_.Te)("gapi.rpc.receive("+mk+"): "+(!b||512>=b.length?b:b.substr(0,512)+"... ("+b.length+" bytes)"));var c=0!==b.indexOf("!_");c||(b=b.substring(2));var d=sk(b);if(!c&&!d){if(!d&&(c=rk(b))){if(this.wD[c])this.wD[c]();else this.UD[c]=1;return}var e=a.origin,f=this.cs.DR;this.lS?_.ie.setTimeout(function(){f(b,e)},0):f(b,e)}};qk.prototype.Dc=function(a,b){".."===a||this.UD[a]?(b(),delete this.UD[a]):this.wD[a]=b};
var pk=function(a,b,c,d){var e=sk(c)?"":"!_";(0,_.Te)("gapi.rpc.send("+mk+"): "+(!c||512>=c.length?c:c.substr(0,512)+"... ("+c.length+" bytes)"));a.CK(b,e+c,d)};qk.prototype.yR=function(a,b,c){a.postMessage(b,c)};qk.prototype.send=function(a,b,c){(a=this.cs.YH(this.nf,a))&&!a.closed&&pk(this,a,b,c)};
var tk,uk,vk,wk,xk,yk,zk,jk,mk,Ak,Bk,Ck,lk,nk,Ek,Fk,Kk,Lk,Nk,ok,Pk,Ok,Gk,Hk,Qk,kk,Rk,Sk;tk=0;uk=[];vk={};wk={};xk=_.ie.location.href;yk=_.re(xk,"rpctoken");zk=_.re(xk,"parent")||_.je.referrer;jk=_.re(xk,"rly");mk=jk||(_.ie!==_.ie.top||_.ie.opener)&&_.ie.name||"..";Ak=null;Bk={};Ck=function(){};_.Dk={send:Ck,Dc:Ck,yB:Ck};
lk=function(a,b){"/"==b.charAt(0)&&(b=b.substring(1),a=_.ie.top);if(0===b.length)return a;for(b=b.split("/");b.length;){var c=b.shift();"{"==c.charAt(0)&&"}"==c.charAt(c.length-1)&&(c=c.substring(1,c.length-1));if(".."===c)a=a==a.parent?a.opener:a.parent;else if(".."!==c&&a.frames[c]){if(a=a.frames[c],!("postMessage"in a))throw"Not a window";}else return null}return a};nk=function(a){return(a=vk[a])&&a.Ok};
Ek=function(a){if(a.f in{})return!1;var b=a.t,c=vk[a.r];a=a.origin;return c&&(c.Ok===b||!c.Ok&&!b)&&(a===c.origin||"*"===c.origin)};Fk=function(a){var b=a.id.split("/"),c=b[b.length-1],d=a.origin;return function(e){var f=e.origin;return e.f==c&&(d==f||"*"==d)}};_.Ik=function(a,b,c){a=Gk(a);wk[a.name]={Og:b,Rq:a.Rq,Go:c||Ek};Hk()};_.Jk=function(a){delete wk[Gk(a).name]};Kk={};Lk=function(a,b){(a=Kk["_"+a])&&a[1](this)&&a[0].call(this,b)};
Nk=function(a){var b=a.c;if(!b)return Ck;var c=a.r,d=a.g?"legacy__":"";return function(){var e=[].slice.call(arguments,0);e.unshift(c,d+"__cb",null,b);_.Mk.apply(null,e)}};ok=function(a){Ak=a};Pk=function(a){Bk[a]||(Bk[a]=_.ie.setTimeout(function(){Bk[a]=!1;Ok(a)},0))};Ok=function(a){var b=vk[a];if(b&&b.ready){var c=b.rC;for(b.rC=[];c.length;)_.Dk.send(a,_.Bf(c.shift()),b.origin)}};Gk=function(a){return 0===a.indexOf("legacy__")?{name:a.substring(8),Rq:!0}:{name:a,Rq:!1}};
Hk=function(){for(var a=_.P("rpc/residenceSec")||60,b=(new Date).getTime()/1E3,c=0,d;d=uk[c];++c){var e=d.rpc;if(!e||0<a&&b-d.timestamp>a)uk.splice(c,1),--c;else{var f=e.s,g=wk[f]||wk["*"];if(g)if(uk.splice(c,1),--c,e.origin=d.origin,d=Nk(e),e.callback=d,g.Go(e)){if("__cb"!==f&&!!g.Rq!=!!e.g)break;e=g.Og.apply(e,e.a);void 0!==e&&d(e)}else(0,_.Te)("gapi.rpc.rejected("+mk+"): "+f)}}};Qk=function(a,b,c){uk.push({rpc:a,origin:b,timestamp:(new Date).getTime()/1E3});c||Hk()};
kk=function(a,b){a=_.Af(a);Qk(a,b,!1)};Rk=function(a){for(;a.length;)Qk(a.shift(),this.origin,!0);Hk()};Sk=function(a){var b=!1;a=a.split("|");var c=a[0];0<=c.indexOf("/")&&(b=!0);return{id:c,origin:a[1]||"*",eB:b}};
_.Tk=function(a,b,c,d){var e=Sk(a);d&&(_.ie.frames[e.id]=_.ie.frames[e.id]||d);a=e.id;if(!vk.hasOwnProperty(a)){c=c||null;d=e.origin;if(".."===a)d=_.qg(zk),c=c||yk;else if(!e.eB){var f=_.je.getElementById(a);f&&(f=f.src,d=_.qg(f),c=c||_.re(f,"rpctoken"))}"*"===e.origin&&d||(d=e.origin);vk[a]={Ok:c,rC:[],origin:d,dZ:b,MK:function(){var g=a;vk[g].ready=1;Ok(g)}};_.Dk.Dc(a,vk[a].MK)}return vk[a].MK};
_.Mk=function(a,b,c,d){a=a||"..";_.Tk(a);a=a.split("|",1)[0];var e=b,f=[].slice.call(arguments,3),g=c,k=mk,l=yk,m=vk[a],n=k,p=Sk(a);if(m&&".."!==a){if(p.eB){if(!(l=vk[a].dZ)){l=Ak?Ak.substring(1).split("/"):[mk];n=l.length-1;for(var t=_.ie.parent;t!==_.ie.top;){var r=t.parent;if(!n--){for(var u=null,v=r.frames.length,w=0;w<v;++w)r.frames[w]==t&&(u=w);l.unshift("{"+u+"}")}t=r}l="/"+l.join("/")}n=l}else n=k="..";l=m.Ok}g&&p?(m=Ek,p.eB&&(m=Fk(p)),Kk["_"+ ++tk]=[g,m],g=tk):g=null;f={s:e,f:k,r:n,t:l,c:g,
a:f};e=Gk(e);f.s=e.name;f.g=e.Rq;vk[a].rC.push(f);Pk(a)};if("function"===typeof _.ie.postMessage||"object"===typeof _.ie.postMessage)_.Dk=new qk,_.Ik("__cb",Lk,function(){return!0}),_.Ik("_processBatch",Rk,function(){return!0}),_.Tk("..");
var Uk=function(a,b){a=window.getComputedStyle(a,"").getPropertyValue(b).match(/^([0-9]+)/);return parseInt(a[0],10)},Vk,Yk,cl,dl,fl,el,gl,hl;_.ai.prototype.Hl=_.Xc(11,function(){return this.S.style});_.di.prototype.Hl=_.Xc(10,function(){return this.S.style});Vk=function(a,b){a.S.onload=b};_.Wk=function(a){return a.S.rpctoken};_.Xk=function(a){a.S.waitForOnload=!0;return a};Yk=function(a){return(a=a.S.timeout)?a:null};
_.Zk=function(a,b,c){if(a){_.ni(_.li(a),"arrayForEach was called with a non array value");for(var d=0;d<a.length;d++)b.call(c,a[d],d)}};_.$k=function(a,b,c){if(a)if(_.li(a))_.Zk(a,b,c);else{_.ni("object"===typeof a,"objectForEach was called with a non object value");c=c||a;for(var d in a)_.oe(a,d)&&void 0!==a[d]&&b.call(c,a[d],d)}};fl=function(a){this.resolve=this.reject=null;this.promise=_.ik((0,_.J)(function(b,c){this.resolve=b;this.reject=c},this));a&&(this.promise=el(this.promise,a))};
el=function(a,b){return a.then(function(c){try{b(c)}catch(d){}return c})};gl={height:!0,width:!0};hl=/^(?!-*(?:expression|(?:moz-)?binding))(?:[.#]?-?(?:[_a-z0-9-]+)(?:-[_a-z0-9-]+)*-?|-?(?:[0-9]+(?:\.[0-9]*)?|\.[0-9]+)(?:[a-z]{1,2}|%)?|!important|)$/i;_.il=function(a){"number"===typeof a&&(a=String(a)+"px");return a};
_.jl=function(a){this.S=a||{}};_.fj(_.jl,_.di);_.kl=function(a,b){a.S.frameName=b;return a};_.jl.prototype.ud=function(){return this.S.frameName};_.ll=function(a,b){a.S.rpcAddr=b;return a};_.jl.prototype.Bf=function(){return this.S.rpcAddr};_.ml=function(a,b){a.S.retAddr=b;return a};_.jl.prototype.Sg=function(){return this.S.retAddr};_.jl.prototype.$h=function(a){this.S.origin=a;return this};_.jl.prototype.getOrigin=function(){return this.S.origin};
_.jl.prototype.lj=function(a){this.S.setRpcReady=a;return this};_.nl=function(a){return a.S.setRpcReady};_.jl.prototype.vo=function(a){this.S.context=a};var ol=function(a,b){a.S._rpcReadyFn=b};_.jl.prototype.Ma=function(){return this.S.iframeEl};
var sl;_.pl=_.ne();_.ql=_.ne();_.rl=function(a){return _.pl[a]};sl=function(a,b){_.qe.load("gapi.iframes.style."+a,b)};
_.tl=function(){var a=0;self.innerHeight?a=self.innerHeight:document.documentElement&&document.documentElement.clientHeight?a=document.documentElement.clientHeight:document.body&&(a=document.body.clientHeight);var b=document.body,c=document.documentElement;if("CSS1Compat"===document.compatMode&&c.scrollHeight)return c.scrollHeight!==a?c.scrollHeight:c.offsetHeight;if(0<=navigator.userAgent.indexOf("AppleWebKit")){a=0;for(b=[document.body];0<b.length;){var d=b.shift();c=d.childNodes;if("undefined"!==
typeof d.style){var e=d.style.overflowY;e||(e=(e=document.defaultView.getComputedStyle(d,null))?e.overflowY:null);if("visible"!=e&&"inherit"!=e&&(e=d.style.height,e||(e=(e=document.defaultView.getComputedStyle(d,null))?e.height:""),0<e.length&&"auto"!=e))continue}for(d=0;d<c.length;d++){e=c[d];if("undefined"!==typeof e.offsetTop&&"undefined"!==typeof e.offsetHeight){var f=e.offsetTop+e.offsetHeight+Uk(e,"margin-bottom");a=Math.max(a,f)}b.push(e)}}return a+Uk(document.body,"border-bottom")+Uk(document.body,
"margin-bottom")+Uk(document.body,"padding-bottom")}if(b&&c)return d=c.scrollHeight,e=c.offsetHeight,c.clientHeight!==e&&(d=b.scrollHeight,e=b.offsetHeight),d>a?d>e?d:e:d<e?d:e};
_.vl=function(a){a=a||{};this.Mb=!1;this.wK=_.ne();this.uf=_.ne();this.nf=a._window||_.ie;this.jd=this.nf.location.href;this.xK=(this.eC=ul(this.jd,"parent"))?ul(this.jd,"pfname"):"";this.Da=this.eC?ul(this.jd,"_gfid")||ul(this.jd,"id"):"";this.Zf=_.Qi(this.Da,this.xK);this.Ad=_.qg(this.jd);if(this.Da){var b=new _.jl;_.ll(b,a._parentRpcAddr||"..");_.ml(b,a._parentRetAddr||this.Da);b.$h(_.qg(this.eC||this.jd));_.kl(b,this.xK);this.$a=this.Gj(b.value())}else this.$a=null};_.h=_.vl.prototype;
_.h.In=_.da(16);_.h.Ea=function(){if(!this.Mb){for(var a=_.Ca(Object.values(this.uf)),b=a.next();!b.done;b=a.next())b.value.Ea();this.Mb=!0}};_.h.ud=function(){return this.Zf};_.h.Ab=function(){return this.nf};_.h.vb=function(){return this.nf.document};_.h.jw=_.da(17);_.h.Rz=function(a){return this.wK[a]};
_.h.Gj=function(a){_.ni(!this.Mb,"Cannot attach iframe in disposed context");a=new _.jl(a);a.Bf()||_.ll(a,a.ma());a.Sg()||_.ml(a,"..");a.getOrigin()||a.$h(_.qg(a.getUrl()));a.ud()||_.kl(a,_.Qi(a.ma(),this.Zf));var b=a.ud();if(this.uf[b])return this.uf[b];var c=a.Bf(),d=c;a.getOrigin()&&(d=c+"|"+a.getOrigin());var e=a.Sg(),f=_.Wk(a);f||(f=(f=a.Ma())&&(f.getAttribute("data-postorigin")||f.src)||a.getUrl(),f=_.re(f,"rpctoken"));ol(a,_.Tk(d,e,f,a.S._popupWindow));d=((window.gadgets||{}).rpc||{}).setAuthToken;
f&&d&&d(c,f);var g=new _.wl(this,c,b,a),k=a.S.messageHandlersFilter;_.$k(a.S.messageHandlers,function(l,m){g.register(m,l,k)});_.nl(a)&&g.lj();_.xl(g,"_g_rpcReady");return g};_.h.FC=function(a){_.kl(a,null);var b=a.ma();!b||yl.test(b)&&!this.Ab().document.getElementById(b)||(_.Qe("Ignoring requested iframe ID - "+b),a.Le(null))};var ul=function(a,b){var c=_.re(a,b);c||(c=_.Af(_.re(a,"jcp",""))[b]);return c||""};
_.vl.prototype.Qh=function(a){_.ni(!this.Mb,"Cannot open iframe in disposed context");var b=new _.jl(a);zl(this,b);var c=b.ud();if(c&&this.uf[c])return this.uf[c];this.FC(b);c=b.getUrl();_.ni(c,"No url for new iframe");var d=b.S.queryParams||{};d.usegapi="1";_.fi(b,d);d=this.GA&&this.GA(c,b);d||(d=b.S.where,_.ni(!!d,"No location for new iframe"),c=_.ej(c,d,a),b.S.iframeEl=c,d=c.getAttribute("id"));_.ll(b,d).Le(d);b.$h(_.qg(b.S.eurl||""));this.zB&&this.zB(b,b.Ma());c=this.Gj(a);c.mw&&c.mw(c,a);(a=
b.S.onCreate)&&a(c);b.S.disableRelayOpen||c.fp("_open");return c};
var Al=function(a,b,c){var d=b.S.canvasUrl;if(!d)return c;_.ni(!b.S.allowPost&&!b.S.forcePost,"Post is not supported when using canvas url");var e=b.getUrl();_.ni(e&&_.qg(e)===a.Ad&&_.qg(d)===a.Ad,"Wrong origin for canvas or hidden url "+d);b.setUrl(d);_.Xk(b);b.S.canvasUrl=null;return function(f){var g=f.Ab(),k=g.location.hash;k=_.dj(e)+(/#/.test(e)?k.replace(/^#/,"&"):k);g.location.replace(k);c&&c(f)}},Bl=function(a,b,c){var d=b.S.relayOpen;if(d){var e=a.$a;d instanceof _.wl?(e=d,_.gi(b,0)):0<Number(d)&&
_.gi(b,Number(d)-1);if(e){_.ni(!!e.XB,"Relaying iframe open is disabled");if(d=b.Hl())if(d=_.ql[d])b.vo(a),d(b.value()),b.vo(null);b.S.openerIframe=null;c.resolve(e.XB(b));return!0}}return!1},Cl=function(a,b,c){var d=b.Hl();if(d)if(_.ni(!!_.rl,"Defer style is disabled, when requesting style "+d),_.pl[d])zl(a,b);else return sl(d,function(){_.ni(!!_.pl[d],"Fail to load style - "+d);c.resolve(a.open(b.value()))}),!0;return!1};
_.vl.prototype.open=function(a,b){_.ni(!this.Mb,"Cannot open iframe in disposed context");var c=new _.jl(a);b=Al(this,c,b);var d=new fl(b);(b=c.getUrl())&&c.setUrl(_.dj(b));if(Bl(this,c,d)||Cl(this,c,d)||Bl(this,c,d))return d.promise;if(null!=Yk(c)){var e=setTimeout(function(){g.Ma().src="about:blank";d.reject({timeout:"Exceeded time limit of :"+Yk(c)+"milliseconds"})},Yk(c)),f=d.resolve;d.resolve=function(k){clearTimeout(e);f(k)}}c.S.waitForOnload&&Vk(c.yl(),function(){d.resolve(g)});var g=this.Qh(a);
c.S.waitForOnload||d.resolve(g);return d.promise};_.vl.prototype.KH=_.da(18);var Dl=function(a,b){var c=a.$a,d=!0;b.filter&&(d=b.filter.call(b.Df,b.params));return _.Qj(d).then(function(e){return e&&c?(b.vK&&b.vK.call(a,b.params),e=b.sender?b.sender(b.params):_.xl(c,b.message,b.params),b.H0?e.then(function(){return!0}):!0):!1})};_.h=_.vl.prototype;
_.h.ny=function(a,b,c){a=Dl(this,{sender:function(d){var e=_.al.$a;_.$k(_.al.uf,function(f){f!==e&&_.xl(f,"_g_wasClosed",d)});return _.xl(e,"_g_closeMe",d)},message:"_g_closeMe",params:a,Df:c,filter:this.Rz("onCloseSelfFilter")});b=new fl(b);b.resolve(a);return b.promise};_.h.CC=function(a,b,c){a=a||{};b=new fl(b);b.resolve(Dl(this,{message:"_g_restyleMe",params:a,Df:c,filter:this.Rz("onRestyleSelfFilter"),H0:!0,vK:this.KM}));return b.promise};_.h.KM=function(a){"auto"===a.height&&(a.height=_.tl())};
_.h.BL=_.da(19);_.h.SL=_.da(20);var zl=function(a,b){var c=b.Hl();if(c){b.Nd(null);var d=_.pl[c];_.ni(d,"No such style: "+c);b.vo(a);d(b.value());b.vo(null)}};
_.wl=function(a,b,c,d){this.Mb=!1;this.Di=a;this.EC=b;this.Zf=c;this.Ba=d;this.dL=this.Ba.Sg();this.Ad=this.Ba.getOrigin();this.RV=this.Ba.Ma();this.oM=this.Ba.S.where;this.$n=[];this.fp("_default");a=this.Ba.S.apis||[];for(b=0;b<a.length;b++)this.fp(a[b]);this.Di.uf[c]=this};_.h=_.wl.prototype;_.h.In=_.da(15);_.h.Ea=function(){if(!this.Mb){for(var a=0;a<this.$n.length;a++)this.unregister(this.$n[a]);delete _.al.uf[this.ud()];this.Mb=!0}};_.h.getContext=function(){return this.Di};_.h.getOptions=function(){return this.Ba};
_.h.Bf=function(){return this.EC};_.h.Sg=function(){return this.dL};_.h.ud=function(){return this.Zf};_.h.Ma=function(){return this.RV};_.h.Bb=function(){return this.oM};_.h.Kf=function(a){this.oM=a};_.h.lj=function(){(0,this.Ba.S._rpcReadyFn)()};_.h.PL=function(a,b){this.Ba.value()[a]=b};_.h.iu=_.da(21);_.h.kc=function(){return this.Ba.value()};_.h.ma=function(){return this.Ba.ma()};_.h.getOrigin=function(){return this.Ad};
_.h.register=function(a,b,c){_.ni(!this.Mb,"Cannot register handler on disposed iframe "+a);_.ni((c||_.El)(this),"Rejecting untrusted message "+a);c=this.Zf+":"+this.Di.Zf+":"+a;1==_.me(cl,c,[]).push(b)&&(this.$n.push(a),_.Ik(c,Fl(c,this,"_g_wasClosed"===a)))};_.h.unregister=function(a,b){var c=this.Zf+":"+this.Di.Zf+":"+a,d=cl[c];d&&(b?(b=_.mi.call(d,b),0<=b&&d.splice(b,1)):d.splice(0,d.length),0==d.length&&(b=_.mi.call(this.$n,a),0<=b&&this.$n.splice(b,1),_.Jk(c)))};_.h.IT=function(){return this.$n};
_.h.fp=function(a){this.Kx=this.Kx||[];if(!(0<=_.mi.call(this.Kx,a))){this.Kx.push(a);a=dl[a]||{map:{}};for(var b in a.map)_.oe(a.map,b)&&this.register(b,a.map[b],a.filter)}};_.h.Ab=function(){if(!_.El(this))return null;var a=this.Ba.S._popupWindow;if(a)return a;var b=this.EC.split("/");a=this.getContext().Ab();for(var c=0;c<b.length&&a;c++){var d=b[c];a=".."===d?a==a.parent?a.opener:a.parent:a.frames[d]}return a};
_.Gl=function(a){var b={};if(a)for(var c in a)_.oe(a,c)&&_.oe(gl,c)&&hl.test(a[c])&&(b[c]=a[c]);return b};_.h=_.wl.prototype;_.h.close=function(a,b){return _.xl(this,"_g_close",a,b)};_.h.Zv=_.da(22);_.h.jo=function(a,b){return _.xl(this,"_g_restyleDone",a,b)};_.h.jR=function(a){return this.getContext().ny(a,void 0,this)};_.h.$Y=function(a){if(a&&"object"===typeof a)return this.getContext().CC(a,void 0,this)};
_.h.aZ=function(a){var b=this.Ba.S.onRestyle;b&&b.call(this,a,this);a=a&&"object"===typeof a?_.Gl(a):{};(b=this.Ma())&&a&&"object"===typeof a&&(_.oe(a,"height")&&(a.height=_.il(a.height)),_.oe(a,"width")&&(a.width=_.il(a.width)),_.pe(a,b.style))};
_.h.kR=function(a){var b=this.Ba.S.onClose;b&&b.call(this,a,this);this.ky&&this.ky()||(b=this.Ma())&&b.parentNode&&b.parentNode.removeChild(b);if(b=this.Ba.S.controller){var c={};c.frameName=this.ud();_.xl(b,"_g_disposeControl",c)}Hl(this.Zf+":"+this.Di.Zf+":_g_wasClosed",a,this)};_.h.RK=_.da(23);_.h.Bk=function(a,b){this.register("_g_wasClosed",a,b)};_.h.K0=function(){delete this.getContext().uf[this.ud()];this.getContext().Ab().setTimeout((0,_.J)(function(){this.Ea()},this),0)};
_.h.send=function(a,b,c,d){_.ni(!this.Mb,"Cannot send message to disposed iframe - "+a);_.ni((d||_.El)(this),"Wrong target for message "+a);c=new fl(c);_.Mk(this.EC,this.Di.Zf+":"+this.Zf+":"+a,c.resolve,b);return c.promise};_.xl=function(a,b,c,d){return a.send(b,c,d,_.Il)};_.wl.prototype.cY=function(a){return a};_.wl.prototype.ping=function(a,b){return _.xl(this,"_g_ping",b,a)};
var yl,Fl,Hl;yl=/^[\w\.\-]*$/;_.El=function(a){return a.Ad===a.getContext().Ad};_.Il=function(){return!0};Fl=function(a,b,c){return function(d){if(!b.Mb){var e=this.origin,f=b.getOrigin();_.ni(e===f,"Wrong origin "+e+" != "+f);e=this.callback;d=Hl(a,d,b);!c&&0<d.length&&_.Uj(d).then(e)}}};Hl=function(a,b,c){a=cl[a];if(!a)return[];for(var d=[],e=0;e<a.length;e++)d.push(_.Qj(a[e].call(c,b,c)));return d};_.Jl=function(a,b,c){_.ni("_default"!=a,"Cannot update default api");dl[a]={map:b,filter:c}};
_.Kl=function(a,b,c){_.ni("_default"!=a,"Cannot update default api");_.me(dl,a,{map:{},filter:_.El}).map[b]=c};_.Ll=function(a,b){_.me(dl,"_default",{map:{},filter:_.Il}).map[a]=b;_.$k(_.al.uf,function(c){c.register(a,b,_.Il)})};_.Ml=function(){return _.al};cl=_.ne();dl=_.ne();_.al=new _.vl;_.Ll("_g_rpcReady",_.wl.prototype.lj);_.Ll("_g_discover",_.wl.prototype.IT);_.Ll("_g_ping",_.wl.prototype.cY);_.Ll("_g_close",_.wl.prototype.jR);_.Ll("_g_closeMe",_.wl.prototype.kR);_.Ll("_g_restyle",_.wl.prototype.$Y);
_.Ll("_g_restyleMe",_.wl.prototype.aZ);_.Ll("_g_wasClosed",_.wl.prototype.K0);
_.wl.prototype.Zv=_.Xc(22,function(a,b){return _.xl(this,"_g_restyle",a,b)});_.wl.prototype.iu=_.Xc(21,function(a){return this.Ba.value()[a]});_.bm=function(a){for(var b=_.ne(),c=0;c<a.length;c++)b[a[c]]=!0;return function(d){return!!b[d.Ad]}};_.vl.prototype.GA=function(){};_.vl.prototype.zB=function(){};
_.wl.prototype.ky=function(){};
_.Bo=function(a){a.S.closeClickDetection=!0};_.wl.prototype.mw=function(){};_.wl.prototype.XB=function(){};
_.wl.prototype.RK=_.Xc(23,function(a,b){this.register("_g_wasRestyled",a,b)});_.h=_.vl.prototype;_.h.SL=_.Xc(20,function(a){this.jw("onRestyleSelfFilter",a)});_.h.BL=_.Xc(19,function(a){this.jw("onCloseSelfFilter",a)});_.h.KH=_.Xc(18,function(){return this.$a});_.h.jw=_.Xc(17,function(a,b){this.wK[a]=b});_.h.In=_.Xc(16,function(){return this.Mb});_.wl.prototype.In=_.Xc(15,function(){return this.Mb});_.y("gapi.iframes.registerStyle",function(a,b){_.pl[a]=b});
_.y("gapi.iframes.registerBeforeOpenStyle",function(a,b){_.ql[a]=b});_.y("gapi.iframes.getStyle",_.rl);_.y("gapi.iframes.getBeforeOpenStyle",function(a){return _.ql[a]});_.y("gapi.iframes.registerIframesApi",_.Jl);_.y("gapi.iframes.registerIframesApiHandler",_.Kl);_.y("gapi.iframes.getContext",_.Ml);_.y("gapi.iframes.SAME_ORIGIN_IFRAMES_FILTER",_.El);_.y("gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER",_.Il);_.y("gapi.iframes.makeWhiteListIframesFilter",_.bm);_.y("gapi.iframes.Context",_.vl);
_.y("gapi.iframes.Context.prototype.isDisposed",_.vl.prototype.In);_.y("gapi.iframes.Context.prototype.getWindow",_.vl.prototype.Ab);_.y("gapi.iframes.Context.prototype.getFrameName",_.vl.prototype.ud);_.y("gapi.iframes.Context.prototype.getGlobalParam",_.vl.prototype.Rz);_.y("gapi.iframes.Context.prototype.setGlobalParam",_.vl.prototype.jw);_.y("gapi.iframes.Context.prototype.open",_.vl.prototype.open);_.y("gapi.iframes.Context.prototype.openChild",_.vl.prototype.Qh);
_.y("gapi.iframes.Context.prototype.getParentIframe",_.vl.prototype.KH);_.y("gapi.iframes.Context.prototype.closeSelf",_.vl.prototype.ny);_.y("gapi.iframes.Context.prototype.restyleSelf",_.vl.prototype.CC);_.y("gapi.iframes.Context.prototype.setCloseSelfFilter",_.vl.prototype.BL);_.y("gapi.iframes.Context.prototype.setRestyleSelfFilter",_.vl.prototype.SL);_.y("gapi.iframes.Iframe",_.wl);_.y("gapi.iframes.Iframe.prototype.isDisposed",_.wl.prototype.In);
_.y("gapi.iframes.Iframe.prototype.getContext",_.wl.prototype.getContext);_.y("gapi.iframes.Iframe.prototype.getFrameName",_.wl.prototype.ud);_.y("gapi.iframes.Iframe.prototype.getId",_.wl.prototype.ma);_.y("gapi.iframes.Iframe.prototype.register",_.wl.prototype.register);_.y("gapi.iframes.Iframe.prototype.unregister",_.wl.prototype.unregister);_.y("gapi.iframes.Iframe.prototype.send",_.wl.prototype.send);_.y("gapi.iframes.Iframe.prototype.applyIframesApi",_.wl.prototype.fp);
_.y("gapi.iframes.Iframe.prototype.getIframeEl",_.wl.prototype.Ma);_.y("gapi.iframes.Iframe.prototype.getSiteEl",_.wl.prototype.Bb);_.y("gapi.iframes.Iframe.prototype.setSiteEl",_.wl.prototype.Kf);_.y("gapi.iframes.Iframe.prototype.getWindow",_.wl.prototype.Ab);_.y("gapi.iframes.Iframe.prototype.getOrigin",_.wl.prototype.getOrigin);_.y("gapi.iframes.Iframe.prototype.close",_.wl.prototype.close);_.y("gapi.iframes.Iframe.prototype.restyle",_.wl.prototype.Zv);
_.y("gapi.iframes.Iframe.prototype.restyleDone",_.wl.prototype.jo);_.y("gapi.iframes.Iframe.prototype.registerWasRestyled",_.wl.prototype.RK);_.y("gapi.iframes.Iframe.prototype.registerWasClosed",_.wl.prototype.Bk);_.y("gapi.iframes.Iframe.prototype.getParam",_.wl.prototype.iu);_.y("gapi.iframes.Iframe.prototype.setParam",_.wl.prototype.PL);_.y("gapi.iframes.Iframe.prototype.ping",_.wl.prototype.ping);
var Rl;_.di.prototype.to=_.Xc(14,function(a){this.S.apis=a;return this});_.Nl=function(a,b){a.S.onClose=b;return a};_.Ol=function(a){this.S=a||{}};_.Ol.prototype.value=function(){return this.S};_.Ol.prototype.getIframe=function(){return this.S.iframe};_.Pl=function(a,b){a.S.role=b;return a};_.Ol.prototype.lj=function(a){this.S.setRpcReady=a;return this};_.Ol.prototype.Jk=function(a){this.S.rpctoken=a;return this};_.Ql=function(a){a.S.selfConnect=!0;return a};Rl=function(a){this.S=a||{}};
Rl.prototype.value=function(){return this.S};var Sl=function(a){var b=new Rl;b.S.role=a;return b};Rl.prototype.QH=function(){return this.S.role};Rl.prototype.nc=function(a){this.S.handler=a;return this};Rl.prototype.ub=function(){return this.S.handler};var Tl=function(a,b){a.S.filter=b;return a};Rl.prototype.to=function(a){this.S.apis=a;return this};var Ul=function(a){a.S.runOnce=!0;return a};_.h=_.wl.prototype;
_.h.mR=function(a){var b=new _.jl(a);a=new _.Ol(b.value());if(a.S.selfConnect)var c=this;else(_.ni(Vl.test(b.getOrigin()),"Illegal origin for connected iframe - "+b.getOrigin()),c=this.getContext().uf[b.ud()],c)?_.nl(b)&&(c.lj(),_.xl(c,"_g_rpcReady")):(b=_.kl(_.ml(_.ll(new _.jl,b.Bf()),b.Sg()).$h(b.getOrigin()),b.ud()).lj(_.nl(b)).Jk(_.Wk(b)),c=this.getContext().Gj(b.value()));b=this.getContext();var d=a.S.role;a=a.S.data;Wl(b);d=d||"";_.me(b.sy,d,[]).push({Df:c,data:a});Xl(c,a,b.PB[d])};
_.h.mw=function(a,b){(new _.jl(b)).S._relayedDepth||(b={},_.Ql(_.Pl(new _.Ol(b),"_opener")),_.xl(a,"_g_connect",b))};
_.h.XB=function(a){var b=this,c=a.S.messageHandlers,d=a.S.messageHandlersFilter,e=a.S.onClose;_.Nl(_.ii(_.hi(a,null),null),null);return _.xl(this,"_g_open",a.value()).then(function(f){var g=new _.jl(f[0]),k=g.ud();f=new _.jl;var l=b.Sg(),m=g.Sg();_.ml(_.ll(f,b.Bf()+"/"+g.Bf()),m+"/"+l);_.kl(f,k);f.$h(g.getOrigin());f.to(g.S.apis);f.Jk(_.Wk(a));_.hi(f,c);_.ii(f,d);_.Nl(f,e);(g=b.getContext().uf[k])||(g=b.getContext().Gj(f.value()));return g})};
_.h.FC=function(a){var b=a.getUrl();_.ni(!b||_.Ci.test(b),"Illegal url for new iframe - "+b);var c=a.yl().value();b={};for(var d in c)_.oe(c,d)&&_.oe(Yl,d)&&(b[d]=c[d]);_.oe(c,"style")&&(d=c.style,"object"===typeof d&&(b.style=_.Gl(d)));a.value().attributes=b};
_.h.PX=function(a){a=new _.jl(a);this.FC(a);var b=a.S._relayedDepth||0;a.S._relayedDepth=b+1;a.S.openerIframe=this;var c=_.Wk(a);a.Jk(null);return this.getContext().open(a.value()).then((0,_.J)(function(d){var e=(new _.jl(d.kc())).S.apis,f=new _.jl;_.Zl(d,this,f);0==b&&_.Pl(new _.Ol(f.value()),"_opener");f.lj(!0);f.Jk(c);_.xl(d,"_g_connect",f.value());f=new _.jl;_.kl(_.ml(_.ll(f,d.Bf()),d.dL),d.ud()).$h(d.getOrigin()).to(e);return f.value()},this))};
_.h.ZY=function(a){this.getContext().Dj(function(b){b.send("_g_wasRestyled",a,void 0,_.Il)},null,_.Il)};
var Vl,Yl,$l;Vl=/^https?:\/\/[^\/%\\?#\s]+$/i;Yl={longdesc:!0,name:!0,src:!0,frameborder:!0,marginwidth:!0,marginheight:!0,scrolling:!0,align:!0,height:!0,width:!0,id:!0,"class":!0,title:!0,tabindex:!0,hspace:!0,vspace:!0,allowtransparency:!0};_.Zl=function(a,b,c){var d=a.Bf(),e=b.Sg();_.ml(_.ll(c,a.Sg()+"/"+b.Bf()),e+"/"+d);_.kl(c,b.ud()).$h(b.getOrigin())};$l=_.al.$a;$l&&$l.register("_g_restyleDone",_.wl.prototype.ZY,_.Il);_.Ll("_g_connect",_.wl.prototype.mR);var am={};am._g_open=_.wl.prototype.PX;
_.Jl("_open",am,_.Il);
_.vl.prototype.ready=function(a,b,c,d){var e=b||{},f=this.$a;this.Dj(function(k){_.$k(e,function(l,m){k.register(m,l,d)},this);k!==f&&k.send("_ready",g,void 0,d)},void 0,d);var g=a||{};g.height=g.height||"auto";this.KM(g);f&&f.send("_ready",g,c,_.Il)};_.vl.prototype.py=_.da(24);var Wl=function(a){a.sy||(a.sy=_.ne(),a.PB=_.ne())};
_.vl.prototype.Fx=function(a,b,c,d){Wl(this);"object"===typeof a?(b=new Rl(a),c=b.QH()||""):(b=Tl(Sl(a).nc(b).to(c),d),c=a);d=this.sy[c]||[];a=!1;for(var e=0;e<d.length&&!a;e++)Xl(this.uf[d[e].Df.ud()],d[e].data,[b]),a=b.S.runOnce;c=_.me(this.PB,c,[]);a||b.S.dontWait||c.push(b)};_.vl.prototype.UK=_.da(25);
var Xl=function(a,b,c){c=c||[];for(var d=0;d<c.length;d++){var e=c[d];if(e&&a){var f=e.S.filter||_.El;if(a&&f(a)){f=e.S.apis||[];for(var g=0;g<f.length;g++)a.fp(f[g]);e.ub()&&e.ub()(a,b);e.S.runOnce&&(c.splice(d,1),--d)}}}};_.vl.prototype.Dj=function(a,b,c){this.Fx(Ul(Tl(Sl("_opener").nc(a).to(b),c)).value())};
var eT=function(a,b){a.S.data=b;return a};_.vl.prototype.UK=_.Xc(25,function(a,b){a=_.me(this.PB,a,[]);if(b)for(var c=0,d=!1;!d&&c<a.length;c++)a[c].ub()===b&&(d=!0,a.splice(c,1));else a.splice(0,a.length)});
_.vl.prototype.py=_.Xc(24,function(a,b){a=new _.Ol(a);var c=new _.Ol(b),d=_.nl(a);b=a.getIframe();var e=c.getIframe();if(e){var f=_.Wk(a),g=new _.jl;_.Zl(b,e,g);eT(_.Pl((new _.Ol(g.value())).Jk(f),a.S.role),a.S.data).lj(d);var k=new _.jl;_.Zl(e,b,k);eT(_.Pl((new _.Ol(k.value())).Jk(f),c.S.role),c.S.data).lj(!0);_.xl(b,"_g_connect",g.value(),function(){d||_.xl(e,"_g_connect",k.value())});d&&_.xl(e,"_g_connect",k.value())}else c={},eT(_.Pl(_.Ql(new _.Ol(c)),a.S.role),a.S.data),_.xl(b,"_g_connect",c)});
_.y("gapi.iframes.Context.prototype.addOnConnectHandler",_.vl.prototype.Fx);_.y("gapi.iframes.Context.prototype.removeOnConnectHandler",_.vl.prototype.UK);_.y("gapi.iframes.Context.prototype.addOnOpenerHandler",_.vl.prototype.Dj);_.y("gapi.iframes.Context.prototype.connectIframes",_.vl.prototype.py);
_.rg=window.googleapis&&window.googleapis.server||{};
_.Ne=_.Ne||{};
(function(){function a(e,f){if(!(e<c)&&d)if(2===e&&d.warn)d.warn(f);else if(3===e&&d.error)try{d.error(f)}catch(g){}else d.log&&d.log(f)}var b=function(e){a(1,e)};_.$a=function(e){a(2,e)};_.ab=function(e){a(3,e)};_.Oe=function(){};b.INFO=1;b.WARNING=2;b.NONE=4;var c=1,d=window.console?window.console:window.opera?window.opera.postError:void 0;return b})();
_.Ne=_.Ne||{};_.Ne.attachBrowserEvent=function(a,b,c,d){"undefined"!=typeof a.addEventListener?a.addEventListener(b,c,d):"undefined"!=typeof a.attachEvent?a.attachEvent("on"+b,c):_.$a("cannot attachBrowserEvent: "+b)};_.Ne.AY=function(a){var b=window;b.removeEventListener?b.removeEventListener("mousemove",a,!1):b.detachEvent?b.detachEvent("onmousemove",a):_.$a("cannot removeBrowserEvent: mousemove")};
var sg;
sg=function(){function a(){e[0]=1732584193;e[1]=4023233417;e[2]=2562383102;e[3]=271733878;e[4]=3285377520;n=m=0}function b(p){for(var t=g,r=0;64>r;r+=4)t[r/4]=p[r]<<24|p[r+1]<<16|p[r+2]<<8|p[r+3];for(r=16;80>r;r++)p=t[r-3]^t[r-8]^t[r-14]^t[r-16],t[r]=(p<<1|p>>>31)&4294967295;p=e[0];var u=e[1],v=e[2],w=e[3],z=e[4];for(r=0;80>r;r++){if(40>r)if(20>r){var C=w^u&(v^w);var A=1518500249}else C=u^v^w,A=1859775393;else 60>r?(C=u&v|w&(u|v),A=2400959708):(C=u^v^w,A=3395469782);C=((p<<5|p>>>27)&4294967295)+C+
z+A+t[r]&4294967295;z=w;w=v;v=(u<<30|u>>>2)&4294967295;u=p;p=C}e[0]=e[0]+p&4294967295;e[1]=e[1]+u&4294967295;e[2]=e[2]+v&4294967295;e[3]=e[3]+w&4294967295;e[4]=e[4]+z&4294967295}function c(p,t){if("string"===typeof p){p=unescape(encodeURIComponent(p));for(var r=[],u=0,v=p.length;u<v;++u)r.push(p.charCodeAt(u));p=r}t||(t=p.length);r=0;if(0==m)for(;r+64<t;)b(p.slice(r,r+64)),r+=64,n+=64;for(;r<t;)if(f[m++]=p[r++],n++,64==m)for(m=0,b(f);r+64<t;)b(p.slice(r,r+64)),r+=64,n+=64}function d(){var p=[],t=
8*n;56>m?c(k,56-m):c(k,64-(m-56));for(var r=63;56<=r;r--)f[r]=t&255,t>>>=8;b(f);for(r=t=0;5>r;r++)for(var u=24;0<=u;u-=8)p[t++]=e[r]>>u&255;return p}for(var e=[],f=[],g=[],k=[128],l=1;64>l;++l)k[l]=0;var m,n;a();return{reset:a,update:c,digest:d,Kg:function(){for(var p=d(),t="",r=0;r<p.length;r++)t+="0123456789ABCDEF".charAt(Math.floor(p[r]/16))+"0123456789ABCDEF".charAt(p[r]%16);return t}}};
_.tg=function(){function a(m){var n=sg();n.update(m);return n.Kg()}var b=window.crypto;if(b&&"function"==typeof b.getRandomValues)return function(){var m=new window.Uint32Array(1);b.getRandomValues(m);return Number("0."+m[0])};var c=_.P("random/maxObserveMousemove");null==c&&(c=-1);var d=0,e=Math.random(),f=1,g=1E6*(screen.width*screen.width+screen.height),k=function(m){m=m||window.event;var n=m.screenX+m.clientX<<16;n+=m.screenY+m.clientY;n*=(new Date).getTime()%1E6;f=f*n%g;0<c&&++d==c&&_.Ne.AY(k)};
0!=c&&_.Ne.attachBrowserEvent(window,"mousemove",k,!1);var l=a(document.cookie+"|"+document.location+"|"+(new Date).getTime()+"|"+e);return function(){var m=f;m+=parseInt(l.substr(0,20),16);l=a(l);return m/(g+Math.pow(16,20))}}();
_.y("shindig.random",_.tg);
_.Ne=_.Ne||{};(function(){var a=[];_.Ne.registerOnLoadHandler=function(b){a.push(b)};_.Ne.Xaa=function(){for(var b=0,c=a.length;b<c;++b)a[b]()}})();
_.Ne=_.Ne||{};
(function(){var a=null;_.Ne.getUrlParameters=function(b){var c="undefined"===typeof b;if(null!==a&&c)return a;var d={};b=b||window.location.href;var e=b.indexOf("?"),f=b.indexOf("#");b=(-1===f?b.substr(e+1):[b.substr(e+1,f-e-1),"&",b.substr(f+1)].join("")).split("&");e=window.decodeURIComponent?decodeURIComponent:unescape;f=0;for(var g=b.length;f<g;++f){var k=b[f].indexOf("=");if(-1!==k){var l=b[f].substring(0,k);k=b[f].substring(k+1);k=k.replace(/\+/g," ");try{d[l]=e(k)}catch(m){}}}c&&(a=d);return d};
_.Ne.getUrlParameters()})();
_.y("gadgets.util.getUrlParameters",_.Ne.getUrlParameters);
_.Ue=function(){var a=window.gadgets&&window.gadgets.config&&window.gadgets.config.get;a&&_.Ge(a());return{register:function(b,c,d){d&&d(_.P())},get:function(b){return _.P(b)},update:function(b,c){if(c)throw"Config replacement is not supported";_.Ge(b)},init:function(){}}}();
_.y("gadgets.config.register",_.Ue.register);_.y("gadgets.config.get",_.Ue.get);_.y("gadgets.config.init",_.Ue.init);_.y("gadgets.config.update",_.Ue.update);
_.y("gadgets.json.stringify",_.Bf);_.y("gadgets.json.parse",_.Af);
_.Gf=function(){var a=_.je.readyState;return"complete"===a||"interactive"===a&&-1==navigator.userAgent.indexOf("MSIE")};_.Hf=function(a){if(_.Gf())a();else{var b=!1,c=function(){if(!b)return b=!0,a.apply(this,arguments)};_.ie.addEventListener?(_.ie.addEventListener("load",c,!1),_.ie.addEventListener("DOMContentLoaded",c,!1)):_.ie.attachEvent&&(_.ie.attachEvent("onreadystatechange",function(){_.Gf()&&c.apply(this,arguments)}),_.ie.attachEvent("onload",c))}};
_.re(_.ie.location.href,"rpctoken")&&_.xe(_.je,"unload",function(){});
var If=If||{};If.fL=null;If.UJ=null;If.Eu=null;If.frameElement=null;
If=If||{};
If.jE||(If.jE=function(){function a(f,g,k){"undefined"!=typeof window.addEventListener?window.addEventListener(f,g,k):"undefined"!=typeof window.attachEvent&&window.attachEvent("on"+f,g);"message"===f&&(window.___jsl=window.___jsl||{},f=window.___jsl,f.RPMQ=f.RPMQ||[],f.RPMQ.push(g))}function b(f){var g=_.Af(f.data);if(g&&g.f){(0,_.Oe)("gadgets.rpc.receive("+window.name+"): "+f.data);var k=_.Jf.getTargetOrigin(g.f);e&&("undefined"!==typeof f.origin?f.origin!==k:f.domain!==/^.+:\/\/([^:]+).*/.exec(k)[1])?_.ab("Invalid rpc message origin. "+
k+" vs "+(f.origin||"")):c(g,f.origin)}}var c,d,e=!0;return{tH:function(){return"wpm"},AW:function(){return!0},init:function(f,g){_.Ue.register("rpc",null,function(k){"true"===String((k&&k.rpc||{}).disableForceSecure)&&(e=!1)});c=f;d=g;a("message",b,!1);d("..",!0);return!0},Dc:function(f){d(f,!0);return!0},call:function(f,g,k){var l=_.Jf.getTargetOrigin(f),m=_.Jf.iF(f);l?window.setTimeout(function(){var n=_.Bf(k);(0,_.Oe)("gadgets.rpc.send("+window.name+"): "+n);m.postMessage(n,l)},0):".."!=f&&_.ab("No relay set (used as window.postMessage targetOrigin), cannot send cross-domain message");
return!0}}}());
if(window.gadgets&&window.gadgets.rpc)"undefined"!=typeof _.Jf&&_.Jf||(_.Jf=window.gadgets.rpc,_.Jf.config=_.Jf.config,_.Jf.register=_.Jf.register,_.Jf.unregister=_.Jf.unregister,_.Jf.registerDefault=_.Jf.registerDefault,_.Jf.unregisterDefault=_.Jf.unregisterDefault,_.Jf.forceParentVerifiable=_.Jf.forceParentVerifiable,_.Jf.call=_.Jf.call,_.Jf.getRelayUrl=_.Jf.getRelayUrl,_.Jf.setRelayUrl=_.Jf.setRelayUrl,_.Jf.setAuthToken=_.Jf.setAuthToken,_.Jf.setupReceiver=_.Jf.setupReceiver,_.Jf.getAuthToken=
_.Jf.getAuthToken,_.Jf.removeReceiver=_.Jf.removeReceiver,_.Jf.getRelayChannel=_.Jf.getRelayChannel,_.Jf.receive=_.Jf.receive,_.Jf.PK=_.Jf.receiveSameDomain,_.Jf.getOrigin=_.Jf.getOrigin,_.Jf.getTargetOrigin=_.Jf.getTargetOrigin,_.Jf.iF=_.Jf._getTargetWin,_.Jf.sQ=_.Jf._parseSiblingId);else{_.Jf=function(){function a(x,W){if(!M[x]){var S=Da;W||(S=la);M[x]=S;W=K[x]||[];for(var Y=0;Y<W.length;++Y){var qa=W[Y];qa.t=C[x];S.call(x,qa.f,qa)}K[x]=[]}}function b(){function x(){ra=!0}Ua||("undefined"!=typeof window.addEventListener?
window.addEventListener("unload",x,!1):"undefined"!=typeof window.attachEvent&&window.attachEvent("onunload",x),Ua=!0)}function c(x,W,S,Y,qa){C[W]&&C[W]===S||(_.ab("Invalid gadgets.rpc token. "+C[W]+" vs "+S),xa(W,2));qa.onunload=function(){I[W]&&!ra&&(xa(W,1),_.Jf.removeReceiver(W))};b();Y=_.Af(decodeURIComponent(Y))}function d(x,W){if(x&&"string"===typeof x.s&&"string"===typeof x.f&&x.a instanceof Array)if(C[x.f]&&C[x.f]!==x.t&&(_.ab("Invalid gadgets.rpc token. "+C[x.f]+" vs "+x.t),xa(x.f,2)),"__ack"===
x.s)window.setTimeout(function(){a(x.f,!0)},0);else{x.c&&(x.callback=function(sa){_.Jf.call(x.f,(x.g?"legacy__":"")+"__cb",null,x.c,sa)});if(W){var S=e(W);x.origin=W;var Y=x.r;try{var qa=e(Y)}catch(sa){}Y&&qa==S||(Y=W);x.referer=Y}W=(v[x.s]||v[""]).apply(x,x.a);x.c&&"undefined"!==typeof W&&_.Jf.call(x.f,"__cb",null,x.c,W)}}function e(x){if(!x)return"";x=x.split("#")[0].split("?")[0];x=x.toLowerCase();0==x.indexOf("//")&&(x=window.location.protocol+x);-1==x.indexOf("://")&&(x=window.location.protocol+
"//"+x);var W=x.substring(x.indexOf("://")+3),S=W.indexOf("/");-1!=S&&(W=W.substring(0,S));x=x.substring(0,x.indexOf("://"));if("http"!==x&&"https"!==x&&"chrome-extension"!==x&&"file"!==x&&"android-app"!==x&&"chrome-search"!==x&&"chrome-untrusted"!==x&&"chrome"!==x)throw Error("n");S="";var Y=W.indexOf(":");if(-1!=Y){var qa=W.substring(Y+1);W=W.substring(0,Y);if("http"===x&&"80"!==qa||"https"===x&&"443"!==qa)S=":"+qa}return x+"://"+W+S}function f(x){if("/"==x.charAt(0)){var W=x.indexOf("|");return{id:0<
W?x.substring(1,W):x.substring(1),origin:0<W?x.substring(W+1):null}}return null}function g(x){if("undefined"===typeof x||".."===x)return window.parent;var W=f(x);if(W)return window.top.frames[W.id];x=String(x);return(W=window.frames[x])?W:(W=document.getElementById(x))&&W.contentWindow?W.contentWindow:null}function k(x,W){if(!0!==I[x]){"undefined"===typeof I[x]&&(I[x]=0);var S=g(x);".."!==x&&null==S||!0!==Da.Dc(x,W)?!0!==I[x]&&10>I[x]++?window.setTimeout(function(){k(x,W)},500):(M[x]=la,I[x]=!0):
I[x]=!0}}function l(x){(x=w[x])&&"/"===x.substring(0,1)&&(x="/"===x.substring(1,2)?document.location.protocol+x:document.location.protocol+"//"+document.location.host+x);return x}function m(x,W,S){W&&!/http(s)?:\/\/.+/.test(W)&&(0==W.indexOf("//")?W=window.location.protocol+W:"/"==W.charAt(0)?W=window.location.protocol+"//"+window.location.host+W:-1==W.indexOf("://")&&(W=window.location.protocol+"//"+W));w[x]=W;"undefined"!==typeof S&&(z[x]=!!S)}function n(x,W){W=W||"";C[x]=String(W);k(x,W)}function p(x){x=
(x.passReferrer||"").split(":",2);L=x[0]||"none";aa=x[1]||"origin"}function t(x){"true"===String(x.useLegacyProtocol)&&(Da=If.Eu||la,Da.init(d,a))}function r(x,W){function S(Y){Y=Y&&Y.rpc||{};p(Y);var qa=Y.parentRelayUrl||"";qa=e(Z.parent||W)+qa;m("..",qa,"true"===String(Y.useLegacyProtocol));t(Y);n("..",x)}!Z.parent&&W?S({}):_.Ue.register("rpc",null,S)}function u(x,W,S){if(".."===x)r(S||Z.rpctoken||Z.ifpctok||"",W);else a:{var Y=null;if("/"!=x.charAt(0)){if(!_.Ne)break a;Y=document.getElementById(x);
if(!Y)throw Error("o`"+x);}Y=Y&&Y.src;W=W||_.Jf.getOrigin(Y);m(x,W);W=_.Ne.getUrlParameters(Y);n(x,S||W.rpctoken)}}var v={},w={},z={},C={},A=0,G={},I={},Z={},M={},K={},L=null,aa=null,ta=window.top!==window.self,Ea=window.name,xa=function(){},db=window.console,Xa=db&&db.log&&function(x){db.log(x)}||function(){},la=function(){function x(W){return function(){Xa(W+": call ignored")}}return{tH:function(){return"noop"},AW:function(){return!0},init:x("init"),Dc:x("setup"),call:x("call")}}();_.Ne&&(Z=_.Ne.getUrlParameters());
var ra=!1,Ua=!1,Da=function(){if("rmr"==Z.rpctx)return If.fL;var x="function"===typeof window.postMessage?If.jE:"object"===typeof window.postMessage?If.jE:window.ActiveXObject?If.UJ?If.UJ:If.Eu:0<navigator.userAgent.indexOf("WebKit")?If.fL:"Gecko"===navigator.product?If.frameElement:If.Eu;x||(x=la);return x}();v[""]=function(){Xa("Unknown RPC service: "+this.s)};v.__cb=function(x,W){var S=G[x];S&&(delete G[x],S.call(this,W))};return{config:function(x){"function"===typeof x.lL&&(xa=x.lL)},register:function(x,
W){if("__cb"===x||"__ack"===x)throw Error("p");if(""===x)throw Error("q");v[x]=W},unregister:function(x){if("__cb"===x||"__ack"===x)throw Error("r");if(""===x)throw Error("s");delete v[x]},registerDefault:function(x){v[""]=x},unregisterDefault:function(){delete v[""]},forceParentVerifiable:function(){},call:function(x,W,S,Y){x=x||"..";var qa="..";".."===x?qa=Ea:"/"==x.charAt(0)&&(qa=_.Jf.getOrigin(window.location.href),qa="/"+Ea+(qa?"|"+qa:""));++A;S&&(G[A]=S);var sa={s:W,f:qa,c:S?A:0,a:Array.prototype.slice.call(arguments,
3),t:C[x],l:!!z[x]};a:if("bidir"===L||"c2p"===L&&".."===x||"p2c"===L&&".."!==x){var H=window.location.href;var pa="?";if("query"===aa)pa="#";else if("hash"===aa)break a;pa=H.lastIndexOf(pa);pa=-1===pa?H.length:pa;H=H.substring(0,pa)}else H=null;H&&(sa.r=H);if(".."===x||null!=f(x)||document.getElementById(x))(H=M[x])||null===f(x)||(H=Da),0===W.indexOf("legacy__")&&(H=Da,sa.s=W.substring(8),sa.c=sa.c?sa.c:A),sa.g=!0,sa.r=qa,H?(z[x]&&(H=If.Eu),!1===H.call(x,qa,sa)&&(M[x]=la,Da.call(x,qa,sa))):K[x]?K[x].push(sa):
K[x]=[sa]},getRelayUrl:l,setRelayUrl:m,setAuthToken:n,setupReceiver:u,getAuthToken:function(x){return C[x]},removeReceiver:function(x){delete w[x];delete z[x];delete C[x];delete I[x];delete M[x]},getRelayChannel:function(){return Da.tH()},receive:function(x,W){4<x.length?Da.R9(x,d):c.apply(null,x.concat(W))},PK:function(x){x.a=Array.prototype.slice.call(x.a);window.setTimeout(function(){d(x)},0)},getOrigin:e,getTargetOrigin:function(x){var W=null,S=l(x);S?W=S:(S=f(x))?W=S.origin:".."==x?W=Z.parent:
(x=document.getElementById(x))&&"iframe"===x.tagName.toLowerCase()&&(W=x.src);return e(W)},init:function(){!1===Da.init(d,a)&&(Da=la);ta?u(".."):_.Ue.register("rpc",null,function(x){x=x.rpc||{};p(x);t(x)})},iF:g,sQ:f,ACK:"__ack",c7:Ea||"..",p7:0,o7:1,n7:2}}();_.Jf.init()}
;_.Jf.config({lL:function(a){throw Error("t`"+a);}});_.Oe=_.Te;
_.y("gadgets.rpc.config",_.Jf.config);_.y("gadgets.rpc.register",_.Jf.register);_.y("gadgets.rpc.unregister",_.Jf.unregister);_.y("gadgets.rpc.registerDefault",_.Jf.registerDefault);_.y("gadgets.rpc.unregisterDefault",_.Jf.unregisterDefault);_.y("gadgets.rpc.forceParentVerifiable",_.Jf.forceParentVerifiable);_.y("gadgets.rpc.call",_.Jf.call);_.y("gadgets.rpc.getRelayUrl",_.Jf.getRelayUrl);_.y("gadgets.rpc.setRelayUrl",_.Jf.setRelayUrl);_.y("gadgets.rpc.setAuthToken",_.Jf.setAuthToken);
_.y("gadgets.rpc.setupReceiver",_.Jf.setupReceiver);_.y("gadgets.rpc.getAuthToken",_.Jf.getAuthToken);_.y("gadgets.rpc.removeReceiver",_.Jf.removeReceiver);_.y("gadgets.rpc.getRelayChannel",_.Jf.getRelayChannel);_.y("gadgets.rpc.receive",_.Jf.receive);_.y("gadgets.rpc.receiveSameDomain",_.Jf.PK);_.y("gadgets.rpc.getOrigin",_.Jf.getOrigin);_.y("gadgets.rpc.getTargetOrigin",_.Jf.getTargetOrigin);
var ug=function(a){return{execute:function(b){var c={method:a.httpMethod||"GET",root:a.root,path:a.url,params:a.urlParams,headers:a.headers,body:a.body},d=window.gapi,e=function(){var f=d.config.get("client/apiKey"),g=d.config.get("client/version");try{var k=d.config.get("googleapis.config/developerKey"),l=d.config.get("client/apiKey",k);d.config.update("client/apiKey",l);d.config.update("client/version","1.0.0-alpha");var m=d.client;m.request.call(m,c).then(b,b)}finally{d.config.update("client/apiKey",
f),d.config.update("client/version",g)}};d.client?e():d.load.call(d,"client",e)}}},vg=function(a,b){return function(c){var d={};c=c.body;var e=_.Af(c),f={};if(e&&e.length)for(var g=0,k=e.length;g<k;++g){var l=e[g];f[l.id]=l}g=0;for(k=b.length;g<k;++g)l=b[g].id,d[l]=e&&e.length?f[l]:e;a(d,c)}},wg=function(a){a.transport={name:"googleapis",execute:function(b,c){for(var d=[],e=0,f=b.length;e<f;++e){var g=b[e],k=g.method,l=String(k).split(".")[0];l=_.P("googleapis.config/versions/"+k)||_.P("googleapis.config/versions/"+
l)||"v1";d.push({jsonrpc:"2.0",id:g.id,method:k,apiVersion:String(l),params:g.params})}b=ug({httpMethod:"POST",root:a.transport.root,url:"/rpc?pp=0",headers:{"Content-Type":"application/json"},body:d});b.execute.call(b,vg(c,d))},root:void 0}},xg=function(a){var b=this.method,c=this.transport;c.execute.call(c,[{method:b,id:b,params:this.rpc}],function(d){d=d[b];d.error||(d=d.data||d.result);a(d)})},zg=function(){for(var a=yg,b=a.split("."),c=function(k){k=k||{};k.groupId=k.groupId||"@self";k.userId=
k.userId||"@viewer";k={method:a,rpc:k||{}};wg(k);k.execute=xg;return k},d=_.q,e=0,f=b.length;e<f;++e){var g=d[b[e]]||{};e+1==f&&(g=c);d=d[b[e]]=g}if(1<b.length&&"googleapis"!=b[0])for(b[0]="googleapis","delete"==b[b.length-1]&&(b[b.length-1]="remove"),d=_.q,e=0,f=b.length;e<f;++e)g=d[b[e]]||{},e+1==f&&(g=c),d=d[b[e]]=g},yg;for(yg in _.P("googleapis.config/methods"))zg();
_.y("googleapis.newHttpRequest",function(a){return ug(a)});_.y("googleapis.setUrlParameter",function(a,b){if("trace"!==a)throw Error("v");_.Ge("client/trace",b)});
});
// Google Inc.
try{
s_e().Fa("sy1bo");
var s_aXj=s_K("i60oqe"),s_bXj=s_K("ISFFIe"),s_cXj=s_K("AUXCec"),s_dXj=s_K("AJdBzc"),s_eXj=s_K("cGuLC"),s_fXj=s_K("KeDSPe"),s_gXj=s_K("NdWHob");
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("OClNZ");
var s_hXj=s_O("OClNZ");
var s_iXj=function(a){s_f.call(this,a.Ma)};s_i(s_iXj,s_f);s_iXj.Ia=s_f.Ia;s_iXj.prototype.tAc=function(){this.notify(s_aXj)};s_iXj.prototype.sAc=function(){this.notify(s_bXj)};s_P(s_iXj.prototype,"lpHYw",function(){return this.sAc});s_P(s_iXj.prototype,"Q6qFEf",function(){return this.tAc});s_S(s_hXj,s_iXj);
s_e().Ea();
}catch(e){_DumpException(e)}
try{
var s_yYb=function(a){return s_CTb(a.getFullYear(),a.getMonth())},s_zYb=function(a,b,c,d,e){a=new Date(a,b,c);d=void 0!==d?d:3;e=e||0;b=((a.getDay()+6)%7-e+7)%7;return a.valueOf()+864E5*((d-e+7)%7-b)};s_e().Fa("sygg");
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var s_AYb=function(){},s_3w=function(a){if("number"==typeof a){var b=new s_AYb;b.Ca=a;var c=a;if(0==c)c="Etc/GMT";else{var d=["Etc/GMT",0>c?"-":"+"];c=Math.abs(c);d.push(Math.floor(c/60)%100);c%=60;0!=c&&d.push(":",s_Od(c,2));c=d.join("")}b.Aa=c;c=a;0==c?c="UTC":(d=["UTC",0>c?"+":"-"],c=Math.abs(c),d.push(Math.floor(c/60)%100),c%=60,0!=c&&d.push(":",c),c=d.join(""));a=s_BYb(a);b.Ba=[c,c];b.ka={Mkd:a,rdb:a};b.wa=[];return b}b=new s_AYb;b.Aa=a.id;b.Ca=-a.std_offset;b.Ba=a.names;b.ka=a.names_ext;b.wa=
a.transitions;return b},s_BYb=function(a){var b=["GMT"];b.push(0>=a?"+":"-");a=Math.abs(a);b.push(s_Od(Math.floor(a/60)%100,2),":",s_Od(a%60,2));return b.join("")},s_CYb=function(a,b){b=Date.UTC(b.getUTCFullYear(),b.getUTCMonth(),b.getUTCDate(),b.getUTCHours(),b.getUTCMinutes())/36E5;for(var c=0;c<a.wa.length&&b>=a.wa[c];)c+=2;return 0==c?0:a.wa[c-1]},s_DYb=function(a,b){return a.Ca-s_CYb(a,b)},s_EYb=function(a,b){return 0<s_CYb(a,b)};
var s_4w=function(a,b){this.wa=[];this.ka=b||s_nw;"number"==typeof a?s_FYb(this,a):s_GYb(this,a)},s_HYb=[/^'(?:[^']|'')*('|$)/,/^(?:G+|y+|Y+|M+|k+|S+|E+|a+|h+|K+|H+|c+|L+|Q+|d+|m+|s+|v+|V+|w+|z+|Z+)/,/^[^'GyYMkSEahKHcLQdmsvVwzZ]+/],s_IYb=function(a){return a.getHours?a.getHours():0},s_GYb=function(a,b){for(s_JYb&&(b=b.replace(/\u200f/g,""));b;){for(var c=b,d=0;d<s_HYb.length;++d){var e=b.match(s_HYb[d]);if(e){var f=e[0];b=b.substring(f.length);0==d&&("''"==f?f="'":(f=f.substring(1,"'"==e[1]?f.length-
1:f.length),f=f.replace(/''/g,"'")));a.wa.push({text:f,type:d});break}}if(c===b)throw Error("cf`"+b);}};
s_4w.prototype.format=function(a,b){if(!a)throw Error("df");var c=b?6E4*(a.getTimezoneOffset()-s_DYb(b,a)):0,d=c?new Date(a.getTime()+c):a,e=d;b&&d.getTimezoneOffset()!=a.getTimezoneOffset()&&(e=6E4*(d.getTimezoneOffset()-a.getTimezoneOffset()),d=new Date(d.getTime()+e),c+=0<c?-864E5:864E5,e=new Date(a.getTime()+c));c=[];for(var f=0;f<this.wa.length;++f){var g=this.wa[f].text;1==this.wa[f].type?c.push(s_KYb(this,g,a,d,e,b)):c.push(g)}return c.join("")};
var s_FYb=function(a,b){if(4>b)var c=a.ka.s$[b];else if(8>b)c=a.ka.s3[b-4];else if(12>b)c=a.ka.Acb[b-8],c=c.replace("{1}",a.ka.s$[b-8]),c=c.replace("{0}",a.ka.s3[b-8]);else{s_FYb(a,10);return}s_GYb(a,c)},s_5w=function(a,b){b=String(b);a=a.ka||s_nw;if(void 0!==a.RKa){for(var c=[],d=0;d<b.length;d++){var e=b.charCodeAt(d);c.push(48<=e&&57>=e?String.fromCharCode(a.RKa+e-48):b.charAt(d))}b=c.join("")}return b},s_JYb=!1,s_LYb=function(a){if(!(a.getHours&&a.getSeconds&&a.getMinutes))throw Error("ef");},
s_KYb=function(a,b,c,d,e,f){var g=b.length;switch(b.charAt(0)){case "G":return c=0<d.getFullYear()?1:0,4<=g?a.ka.YQb[c]:a.ka.Fcb[c];case "y":return c=d.getFullYear(),0>c&&(c=-c),2==g&&(c%=100),s_5w(a,s_Od(c,g));case "Y":return c=d.getMonth(),e=d.getDate(),c=s_zYb(d.getFullYear(),c,e,a.ka.tva,a.ka.XT),c=(new Date(c)).getFullYear(),0>c&&(c=-c),2==g&&(c%=100),s_5w(a,s_Od(c,g));case "M":a:switch(c=d.getMonth(),g){case 5:g=a.ka.oSb[c];break a;case 4:g=a.ka.yva[c];break a;case 3:g=a.ka.GKa[c];break a;default:g=
s_5w(a,s_Od(c+1,g))}return g;case "k":return s_LYb(e),c=s_IYb(e)||24,s_5w(a,s_Od(c,g));case "S":return c=e.getMilliseconds()/1E3,s_5w(a,c.toFixed(Math.min(3,g)).substr(2)+(3<g?s_Od(0,g-3):""));case "E":return c=d.getDay(),4<=g?a.ka.PKa[c]:a.ka.HKa[c];case "a":return s_LYb(e),g=s_IYb(e),a.ka.pcb[12<=g&&24>g?1:0];case "h":return s_LYb(e),c=s_IYb(e)%12||12,s_5w(a,s_Od(c,g));case "K":return s_LYb(e),c=s_IYb(e)%12,s_5w(a,s_Od(c,g));case "H":return s_LYb(e),c=s_IYb(e),s_5w(a,s_Od(c,g));case "c":a:switch(c=
d.getDay(),g){case 5:g=a.ka.yha[c];break a;case 4:g=a.ka.zTb[c];break a;case 3:g=a.ka.qdb[c];break a;default:g=s_5w(a,s_Od(c,1))}return g;case "L":a:switch(c=d.getMonth(),g){case 5:g=a.ka.yTb[c];break a;case 4:g=a.ka.y$[c];break a;case 3:g=a.ka.pdb[c];break a;default:g=s_5w(a,s_Od(c+1,g))}return g;case "Q":return c=Math.floor(d.getMonth()/3),4>g?a.ka.odb[c]:a.ka.fdb[c];case "d":return s_5w(a,s_Od(d.getDate(),g));case "m":return s_LYb(e),s_5w(a,s_Od(e.getMinutes(),g));case "s":return s_LYb(e),s_5w(a,
s_Od(e.getSeconds(),g));case "v":return g=f||s_3w(c.getTimezoneOffset()),g.Aa;case "V":return a=f||s_3w(c.getTimezoneOffset()),2>=g?a.Aa:s_EYb(a,c)?void 0!==a.ka.OQb?a.ka.OQb:a.ka.DST_GENERIC_LOCATION:void 0!==a.ka.rdb?a.ka.rdb:a.ka.STD_GENERIC_LOCATION;case "w":return c=e.getMonth(),d=e.getDate(),c=s_zYb(e.getFullYear(),c,d,a.ka.tva,a.ka.XT),c=Math.floor(Math.round((c-(new Date((new Date(c)).getFullYear(),0,1)).valueOf())/864E5)/7)+1,s_5w(a,s_Od(c,g));case "z":return a=f||s_3w(c.getTimezoneOffset()),
4>g?a.Ba[s_EYb(a,c)?2:0]:a.Ba[s_EYb(a,c)?3:1];case "Z":return d=f||s_3w(c.getTimezoneOffset()),4>g?(g=-s_DYb(d,c),a=[0>g?"-":"+"],g=Math.abs(g),a.push(s_Od(Math.floor(g/60)%100,2),s_Od(g%60,2)),g=a.join("")):g=s_5w(a,s_BYb(s_DYb(d,c))),g;default:return""}};
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("sygh");
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var s_MYb={Fva:"y",mUb:"y G",Gdb:"MMM y",A$:"MMMM y",nUb:"MM/y",q3:"MMM d",zva:"MMMM dd",pha:"M/d",Ava:"MMMM d",Bva:"MMM d, y",mM:"EEE, MMM d",Cdb:"EEE, MMM d, y",Bcb:"d",Ogd:"MMM d, h:mm a zzzz"},s_6w=s_MYb;s_6w=s_MYb;
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("syi7");
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var s_Gac=new s_pw(0,0,1),s_Hac=new s_pw(9999,11,31);
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("syi8");
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var s_0u=function(a,b){s_3g.call(this);a&&this.attach(a,b)};s_k(s_0u,s_3g);s_=s_0u.prototype;s_.Ab=null;s_.iCa=null;s_.bZa=null;s_.jCa=null;s_.bI=-1;s_.zW=-1;s_.BLa=!1;
var s_gOb={3:13,12:144,63232:38,63233:40,63234:37,63235:39,63236:112,63237:113,63238:114,63239:115,63240:116,63241:117,63242:118,63243:119,63244:120,63245:121,63246:122,63247:123,63248:44,63272:46,63273:36,63275:35,63276:33,63277:34,63289:144,63302:45},s_hOb={Up:38,Down:40,Left:37,Right:39,Enter:13,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,"U+007F":46,Home:36,End:35,PageUp:33,PageDown:34,Insert:45},s_iOb=!s_de||s_je("525"),s_jOb=s_fe&&s_ce;s_=s_0u.prototype;
s_.rcc=function(a){(s_de||s_be)&&(17==this.bI&&!a.ctrlKey||18==this.bI&&!a.altKey||s_fe&&91==this.bI&&!a.metaKey)&&this.vx();-1==this.bI&&(a.ctrlKey&&17!=a.keyCode?this.bI=17:a.altKey&&18!=a.keyCode?this.bI=18:a.metaKey&&91!=a.keyCode&&(this.bI=91));s_iOb&&!s_tVa(a.keyCode,this.bI,a.shiftKey,a.ctrlKey,a.altKey,a.metaKey)?this.handleEvent(a):(this.zW=s_sVa(a.keyCode),s_jOb&&(this.BLa=a.altKey))};s_.vx=function(){this.zW=this.bI=-1};s_.Whc=function(a){this.vx();this.BLa=a.altKey};
s_.handleEvent=function(a){var b=a.Xd,c=b.altKey;if(s_ae&&"keypress"==a.type){var d=this.zW;var e=13!=d&&27!=d?b.keyCode:0}else(s_de||s_be)&&"keypress"==a.type?(d=this.zW,e=0<=b.charCode&&63232>b.charCode&&s_Ok(d)?b.charCode:0):s_$d&&!s_de?(d=this.zW,e=s_Ok(d)?b.keyCode:0):("keypress"==a.type?(s_jOb&&(c=this.BLa),b.keyCode==b.charCode?32>b.keyCode?(d=b.keyCode,e=0):(d=this.zW,e=b.charCode):(d=b.keyCode||this.zW,e=b.charCode||0)):(d=b.keyCode||this.zW,e=b.charCode||0),s_fe&&63==e&&224==d&&(d=191));
var f=d=s_sVa(d);d?63232<=d&&d in s_gOb?f=s_gOb[d]:25==d&&a.shiftKey&&(f=9):b.keyIdentifier&&b.keyIdentifier in s_hOb&&(f=s_hOb[b.keyIdentifier]);s_ce&&s_iOb&&"keypress"==a.type&&!s_tVa(f,this.bI,a.shiftKey,a.ctrlKey,c,a.metaKey)||(a=f==this.bI,this.bI=f,b=new s_kOb(f,e,a,b),b.altKey=c,this.dispatchEvent(b))};s_.Ga=function(){return this.Ab};
s_.attach=function(a,b){this.jCa&&this.detach();this.Ab=a;this.iCa=s_G(this.Ab,"keypress",this,b);this.bZa=s_G(this.Ab,"keydown",this.rcc,b,this);this.jCa=s_G(this.Ab,"keyup",this.Whc,b,this)};s_.detach=function(){this.iCa&&(s_fg(this.iCa),s_fg(this.bZa),s_fg(this.jCa),this.jCa=this.bZa=this.iCa=null);this.Ab=null;this.zW=this.bI=-1};s_.Qb=function(){s_0u.Lc.Qb.call(this);this.detach()};var s_kOb=function(a,b,c,d){s_ag.call(this,d);this.type="key";this.keyCode=a;this.charCode=b;this.repeat=c};
s_k(s_kOb,s_ag);
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("syi9");
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var s_1u=function(){};s_gc(s_1u);s_1u.prototype.ka=0;var s_lOb=function(a){return":"+(a.ka++).toString(36)};
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("syia");
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var s_2u=function(a){s_3g.call(this);this.Cd=a||s_mf();this.Lb=s_mOb;this.Bd=null;this.sj=!1;this.Ab=null;this.La=void 0;this.Ha=this.Aa=this.Tf=this.Db=null;this.kf=!1};s_k(s_2u,s_3g);s_2u.prototype.Eh=s_1u.Fb();var s_mOb=null;s_2u.prototype.getId=function(){return this.Bd||(this.Bd=s_lOb(this.Eh))};s_2u.prototype.Ga=function(){return this.Ab};s_2u.prototype.Zx=function(a){return this.Ab?this.Cd.Zx(a,this.Ab):null};
var s_3u=function(a){a.La||(a.La=new s_3h(a));return a.La},s_nOb=function(a,b){if(a==b)throw Error("Qe");if(b&&a.Tf&&a.Bd&&a.Tf.Yx(a.Bd)&&a.Tf!=b)throw Error("Qe");a.Tf=b;s_2u.Lc.V8.call(a,b)};s_=s_2u.prototype;s_.getParent=function(){return this.Tf};s_.V8=function(a){if(this.Tf&&this.Tf!=a)throw Error("Re");s_2u.Lc.V8.call(this,a)};s_.ze=function(){return this.Cd};s_.Mm=function(){this.Ab=s_0f(this.Cd,"DIV")};s_.render=function(a){s_oOb(this,a)};
var s_oOb=function(a,b,c){if(a.sj)throw Error("Se");a.Ab||a.Mm();b?b.insertBefore(a.Ab,c||null):a.Cd.ef().body.appendChild(a.Ab);a.Tf&&!a.Tf.sj||a.Kh()};s_=s_2u.prototype;s_.Yf=function(a){if(this.sj)throw Error("Se");if(a&&this.yla(a)){this.kf=!0;var b=s_lf(a);this.Cd&&this.Cd.ef()==b||(this.Cd=s_mf(a));this.Yn(a);this.Kh()}else throw Error("Te");};s_.yla=function(){return!0};s_.Yn=function(a){this.Ab=a};s_.Kh=function(){this.sj=!0;s_4u(this,function(a){!a.sj&&a.Ga()&&a.Kh()})};
s_.Dn=function(){s_4u(this,function(a){a.sj&&a.Dn()});this.La&&this.La.removeAll();this.sj=!1};s_.Qb=function(){this.sj&&this.Dn();this.La&&(this.La.dispose(),delete this.La);s_4u(this,function(a){a.dispose()});!this.kf&&this.Ab&&s_Lf(this.Ab);this.Tf=this.Db=this.Ab=this.Ha=this.Aa=null;s_2u.Lc.Qb.call(this)};s_.Jq=function(){return this.Db};s_.Ck=function(a,b){this.xla(a,s_5u(this),b)};
s_.xla=function(a,b,c){if(a.sj&&(c||!this.sj))throw Error("Se");if(0>b||b>s_5u(this))throw Error("Ue");this.Ha&&this.Aa||(this.Ha={},this.Aa=[]);if(a.getParent()==this){var d=a.getId();this.Ha[d]=a;s_Ac(this.Aa,a)}else s_Vc(this.Ha,a.getId(),a);s_nOb(a,this);s_yc(this.Aa,a,b);a.sj&&this.sj&&a.getParent()==this?(c=this.xg(),(c.childNodes[b]||null)!=a.Ga()&&(a.Ga().parentElement==c&&c.removeChild(a.Ga()),b=c.childNodes[b]||null,c.insertBefore(a.Ga(),b))):c?(this.Ab||this.Mm(),b=s_6u(this,b+1),s_oOb(a,
this.xg(),b?b.Ab:null)):this.sj&&!a.sj&&a.Ab&&a.Ab.parentNode&&1==a.Ab.parentNode.nodeType&&a.Kh()};s_.xg=function(){return this.Ab};var s_7u=function(a){null==a.Lb&&(a.Lb=s_th(a.sj?a.Ab:a.Cd.ef().body));return a.Lb},s_5u=function(a){return a.Aa?a.Aa.length:0};s_2u.prototype.Yx=function(a){return this.Ha&&a?s_Wc(this.Ha,a)||null:null};var s_6u=function(a,b){return a.Aa?a.Aa[b]||null:null},s_4u=function(a,b,c){a.Aa&&s_l(a.Aa,b,c)};
s_2u.prototype.removeChild=function(a,b){if(a){var c="string"===typeof a?a:a.getId();a=this.Yx(c);c&&a&&(s_Uc(this.Ha,c),s_Ac(this.Aa,a),b&&(a.Dn(),a.Ab&&s_Lf(a.Ab)),s_nOb(a,null))}if(!a)throw Error("Ve");return a};var s_pOb=function(a){return a.removeChild(s_6u(a,0),!0)},s_qOb=function(a){for(var b=[];a.Aa&&0!=a.Aa.length;)b.push(s_pOb(a))};
s_e().Ea();
}catch(e){_DumpException(e)}
try{
var s_Iac=function(a){this.ka=a.getStartDate().clone();this.wa=Number(a.ka.Pe())};s_k(s_Iac,s_Cg);s_Iac.prototype.next=function(){if(Number(this.ka.Pe())>this.wa)throw s_Bg;var a=this.ka.clone();this.ka.add(new s_ow("d",1));return a};var s_Jac=function(){this.wa=s_Gac;this.ka=s_Hac};s_Jac.prototype.getStartDate=function(){return this.wa};s_Jac.prototype.contains=function(a){return a.valueOf()>=this.wa.valueOf()&&a.valueOf()<=this.ka.valueOf()};s_Jac.prototype.iterator=function(){return new s_Iac(this)};
s_e().Fa("syib");
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var s_Kac=function(a,b){this.ka=a;this.Cd=b||s_mf()};s_Kac.prototype.ze=function(){return this.Cd};
s_Kac.prototype.Da=function(a,b,c,d){b?(d=s_0f(this.ze(),"TD"),d.colSpan=c?1:2,s_vy(this,d,"\u00ab",this.ka+"-previousMonth"),a.appendChild(d),d=s_0f(this.ze(),"TD"),d.colSpan=c?6:5,d.className=this.ka+"-monthyear",a.appendChild(d),d=s_0f(this.ze(),"TD"),s_vy(this,d,"\u00bb",this.ka+"-nextMonth"),a.appendChild(d)):(c=s_0f(this.ze(),"TD"),c.colSpan=5,s_vy(this,c,"\u00ab",this.ka+"-previousMonth"),s_vy(this,c,"",this.ka+"-month"),s_vy(this,c,"\u00bb",this.ka+"-nextMonth"),b=s_0f(this.ze(),"TD"),b.colSpan=
3,s_vy(this,b,"\u00ab",this.ka+"-previousYear"),s_vy(this,b,"",this.ka+"-year"),s_vy(this,b,"\u00bb",this.ka+"-nextYear"),d.indexOf("y")<d.indexOf("m")?(a.appendChild(b),a.appendChild(c)):(a.appendChild(c),a.appendChild(b)))};
s_Kac.prototype.Aa=function(a,b){var c=s_0f(this.ze(),"TD");c.colSpan=b?2:3;c.className=this.ka+"-today-cont";s_vy(this,c,"Today",this.ka+"-today-btn");a.appendChild(c);c=s_0f(this.ze(),"TD");c.colSpan=b?4:3;a.appendChild(c);c=s_0f(this.ze(),"TD");c.colSpan=2;c.className=this.ka+"-none-cont";s_vy(this,c,"None",this.ka+"-none-btn");a.appendChild(c)};var s_vy=function(a,b,c,d){var e=[a.ka+"-btn"];d&&e.push(d);d=s_0f(a.ze(),"BUTTON");d.className=e.join(" ");d.appendChild(s_Mha(a.ze(),c));b.appendChild(d)};
var s_wy=function(a,b,c,d){s_2u.call(this,c);this.Ba=b||s_nw;this.Ic=this.Ba.qdb;this.Af=new s_4w("d",this.Ba);new s_4w("dd",this.Ba);this.hh=new s_4w("w",this.Ba);this.Rg=new s_4w("d MMM",this.Ba);this.Rb=new s_4w(s_6w.Fva||"y",this.Ba);this.Uf=new s_4w(s_6w.A$||"MMMM y",this.Ba);this.Sc=d||new s_Kac(this.Fj(),this.ze());this.wa=new s_pw(a);this.wa.Z4=this.Ba.tva;this.wa.tsa(this.Ba.XT);this.ka=this.wa.clone();this.ka.setDate(1);this.rb=" ".split(" ");this.rb[this.Ba.Ddb[0]]=this.Fj()+"-wkend-start";
this.rb[this.Ba.Ddb[1]]=this.Fj()+"-wkend-end";this.Ua={};this.Ra=[];this.Wb=0};s_k(s_wy,s_2u);s_=s_wy.prototype;s_.kHa=!0;s_.Jbb=new s_Jac;s_.qHa=!0;s_.rHa=!0;s_.Vva=!0;s_.pHa=!0;s_.N9a=!1;s_.rxa=null;s_.Kxa=null;s_.Jxa=null;s_.Ixa=null;s_.rYb=s_1u.Fb();s_.Fj=function(){return"goog-date-picker"};
var s_Mac=function(a){a.N9a=!0;s_Lac(a);s_xy(a)},s_Oac=function(a){a.qHa=!1;s_Lac(a);s_Nac(a);s_xy(a)},s_Qac=function(a,b){a.Vva=b;a.Gb&&s_Pac(a)},s_Pac=function(a){s_I(a.kb,a.pHa);s_I(a.Gb,a.Vva);s_I(a.hf,a.pHa||a.Vva)};s_=s_wy.prototype;s_.T4a=function(){this.ka.add(new s_ow("m",-1));s_xy(this);s_Rac(this)};s_.H7=function(){this.ka.add(new s_ow("m",1));s_xy(this);s_Rac(this)};s_.wOc=function(){this.ka.add(new s_ow("y",-1));s_xy(this);s_Rac(this)};
s_.aAc=function(){this.ka.add(new s_ow("y",1));s_xy(this);s_Rac(this)};s_.OHb=function(){this.setDate(new s_pw)};s_.Y7a=function(){this.Vva&&this.setDate(null)};s_.getDate=function(){return this.wa&&this.wa.clone()};s_.setDate=function(a){s_Sac(this,a,!0)};
var s_Sac=function(a,b,c){var d=b==a.wa||b&&a.wa&&b.getFullYear()==a.wa.getFullYear()&&b.getMonth()==a.wa.getMonth(),e=b==a.wa||d&&b.getDate()==a.wa.getDate();a.wa=b&&new s_pw(b);b&&(a.ka.set(a.wa),a.ka.setFullYear(a.wa.getFullYear()),a.ka.setDate(1));s_xy(a);c&&a.dispatchEvent(new s_Tac("select",a,a.wa));e||a.dispatchEvent(new s_Tac("change",a,a.wa));d||s_Rac(a)},s_Lac=function(a){if(a.Kxa){for(var b=a.Kxa;b.firstChild;)b.removeChild(b.firstChild);a.Sc.Da(b,a.N9a,a.qHa,a.Ba.s$[0].toLowerCase());
if(a.N9a){s_yy(a,b,a.Fj()+"-previousMonth",a.T4a);var c=s_F(a.Fj()+"-previousMonth",b);c&&(s_on(c,"hidden",!0),c.tabIndex=-1);s_yy(a,b,a.Fj()+"-nextMonth",a.H7);if(c=s_F(a.Fj()+"-nextMonth",b))s_on(c,"hidden",!0),c.tabIndex=-1;a.Jxa=s_F(a.Fj()+"-monthyear",b)}else s_yy(a,b,a.Fj()+"-previousMonth",a.T4a),s_yy(a,b,a.Fj()+"-nextMonth",a.H7),s_yy(a,b,a.Fj()+"-month",a.EZc),s_yy(a,b,a.Fj()+"-previousYear",a.wOc),s_yy(a,b,a.Fj()+"-nextYear",a.aAc),s_yy(a,b,a.Fj()+"-year",a.q_c),a.Na=s_F(a.Fj()+"-month",
b),a.Ya=s_mf().Zx(a.Fj()+"-year",b)}},s_yy=function(a,b,c,d){b=s_F(c,b);s_3u(a).listen(b,"click",function(e){e.preventDefault();d.call(this,e)})},s_Nac=function(a){if(a.Ixa){var b=a.Ixa;s_Hf(b);a.Sc.Aa(b,a.qHa);s_yy(a,b,a.Fj()+"-today-btn",a.OHb);s_yy(a,b,a.Fj()+"-none-btn",a.Y7a);a.kb=s_F(a.Fj()+"-today-btn",b);a.Gb=s_F(a.Fj()+"-none-btn",b);s_Pac(a)}};s_=s_wy.prototype;
s_.Yn=function(a){s_wy.Lc.Yn.call(this,a);s_M(a,this.Fj());var b=this.Cd.vf("TABLE",{role:"presentation"}),c=this.Cd.vf("THEAD"),d=this.Cd.vf("TBODY",{role:"grid"}),e=this.Cd.vf("TFOOT");d.tabIndex=0;this.Ed=d;this.hf=e;var f=this.Cd.vf("TR",{role:"row"});f.className=this.Fj()+"-head";this.Kxa=f;s_Lac(this);c.appendChild(f);this.Ca=[];for(var g=0;7>g;g++){f=s_0f(this.Cd,"TR");this.Ca[g]=[];for(var h=0;8>h;h++){var k=s_0f(this.Cd,0==h||0==g?"th":"td");0!=h&&0!=g||h==g?0!==g&&0!==h&&(s_nn(k,"gridcell"),
k.setAttribute("tabindex","-1")):(k.className=0==h?this.Fj()+"-week":this.Fj()+"-wday",s_nn(k,0==h?"rowheader":"columnheader"));f.appendChild(k);this.Ca[g][h]=k}d.appendChild(f)}f=s_0f(this.Cd,"TR");f.className=this.Fj()+"-foot";this.Ixa=f;s_Nac(this);e.appendChild(f);b.cellSpacing="0";b.cellPadding="0";b.appendChild(c);b.appendChild(d);b.appendChild(e);a.appendChild(b);s_Uac(this);s_xy(this);a.tabIndex=0};s_.Mm=function(){s_wy.Lc.Mm.call(this);this.Yn(this.Ga())};
s_.Kh=function(){s_wy.Lc.Kh.call(this);var a=s_3u(this);a.listen(this.Ed,"click",this.Fgc);a.listen(s_Vac(this,this.Ga()),"key",this.Ggc)};s_.Dn=function(){s_wy.Lc.Dn.call(this);this.Sa();for(var a in this.Ua)this.Ua[a].dispose();this.Ua={}};s_.create=s_wy.prototype.Yf;s_.Qb=function(){s_wy.Lc.Qb.call(this);this.Gb=this.kb=this.Ya=this.Jxa=this.Na=this.Ixa=this.Kxa=this.hf=this.Ed=this.Ca=null};
s_.Fgc=function(a){if("TD"==a.target.tagName){var b,c=-2,d=-2;for(b=a.target;b;b=b.previousSibling,c++);for(b=a.target.parentNode;b;b=b.previousSibling,d++);a=this.Ra[d][c];this.Jbb.contains(a)&&this.setDate(a.clone())}};
s_.Ggc=function(a){switch(a.keyCode){case 33:a.preventDefault();var b=-1;break;case 34:a.preventDefault();b=1;break;case 37:a.preventDefault();var c=-1;break;case 39:a.preventDefault();c=1;break;case 38:a.preventDefault();c=-7;break;case 40:a.preventDefault();c=7;break;case 36:a.preventDefault();this.OHb();break;case 46:a.preventDefault();this.Y7a();break;case 13:case 32:a.preventDefault(),s_Sac(this,this.wa,!0);default:return}this.wa?(a=this.wa.clone(),a.add(new s_ow(0,b,c))):(a=this.ka.clone(),
a.setDate(1));this.Jbb.contains(a)&&(s_Sac(this,a,!1),this.dg.focus())};s_.EZc=function(a){a.stopPropagation();a=[];for(var b=0;12>b;b++)a.push(this.Ba.y$[b]);s_Wac(this,this.Na,a,this.Nic,this.Ba.y$[this.ka.getMonth()])};s_.q_c=function(a){a.stopPropagation();a=[];for(var b=this.ka.getFullYear(),c=this.ka.clone(),d=-5;5>=d;d++)c.setFullYear(b+d),a.push(this.Rb.format(c));s_Wac(this,this.Ya,a,this.Umc,this.Rb.format(this.ka))};
s_.Nic=function(a){a=Number(a.getAttribute("itemIndex"));this.ka.setMonth(a);s_xy(this);this.Na.focus&&this.Na.focus()};s_.Umc=function(a){3==a.firstChild.nodeType&&(a=Number(a.getAttribute("itemIndex")),this.ka.setFullYear(this.ka.getFullYear()+a-5),s_xy(this));this.Ya.focus()};
var s_Wac=function(a,b,c,d,e){a.Sa();var f=s_0f(a.Cd,"DIV");f.className=a.Fj()+"-menu";a.Va=null;for(var g=s_0f(a.Cd,"UL"),h=0;h<c.length;h++){var k=a.Cd.vf("LI",null,c[h]);k.setAttribute("itemIndex",h);c[h]==e&&(a.Va=k);g.appendChild(k)}f.appendChild(g);f.style.left=b.offsetLeft+b.parentNode.offsetLeft+"px";f.style.top=b.offsetTop+"px";f.style.width=b.clientWidth+"px";a.Na.parentNode.appendChild(f);a.Oa=f;a.Va||(a.Va=g.firstChild);a.Va.className=a.Fj()+"-menu-selected";a.xc=d;b=s_3u(a);b.listen(a.Oa,
"click",a.Td);b.listen(s_Vac(a,a.Oa),"key",a.Yd);b.listen(a.Cd.ef(),"click",a.Sa);f.tabIndex=0;f.focus()};s_wy.prototype.Td=function(a){a.stopPropagation();this.Sa();this.xc&&this.xc(a.target)};
s_wy.prototype.Yd=function(a){a.stopPropagation();var b=this.Va;switch(a.keyCode){case 35:a.preventDefault();var c=b.parentNode.lastChild;break;case 36:a.preventDefault();c=b.parentNode.firstChild;break;case 38:a.preventDefault();c=b.previousSibling;break;case 40:a.preventDefault();c=b.nextSibling;break;case 13:case 9:case 0:a.preventDefault(),this.Sa(),this.xc(b)}c&&c!=b&&(b.className="",c.className=this.Fj()+"-menu-selected",this.Va=c)};
s_wy.prototype.Sa=function(){if(this.Oa){var a=s_3u(this);a.Ue(this.Oa,"click",this.Td);a.Ue(s_Vac(this,this.Oa),"key",this.Yd);a.Ue(this.Cd.ef(),"click",this.Sa);s_Lf(this.Oa);delete this.Oa}};
var s_xy=function(a){if(a.Ga()){var b=a.ka.clone();b.setDate(1);a.Jxa&&s_Uf(a.Jxa,a.Uf.format(b));a.Na&&s_Uf(a.Na,a.Ba.y$[b.getMonth()]);a.Ya&&s_Uf(a.Ya,a.Rb.format(b));var c=b.uV();s_yYb(b);b.add(new s_ow("m",-1));b.setDate(s_yYb(b)-(c-1));c=new s_ow("d",1);a.Ra=[];for(var d=0;6>d;d++){a.Ra[d]=[];for(var e=0;7>e;e++){a.Ra[d][e]=b.clone();var f=b.getFullYear();b.add(c);0==b.getMonth()&&1==b.getDate()&&f++;b.setFullYear(f)}}s_Xac(a)}},s_Xac=function(a){if(a.Ga()){var b=a.ka.getMonth(),c=new s_pw,d=
c.getFullYear(),e=c.getMonth();c=c.getDate();for(var f=6,g=0;6>g;g++){a.qHa?(s_Uf(a.Ca[g+1][0],a.hh.format(a.Ra[g][0])),s_8h(a.Ca[g+1][0],a.Fj()+"-week")):(s_Uf(a.Ca[g+1][0],""),s_8h(a.Ca[g+1][0],""));for(var h=0;7>h;h++){var k=a.Ra[g][h],l=a.Ca[g+1][h+1];l.id||(l.id=s_lOb(a.rYb));s_nn(l,"gridcell");s_rn(l,a.Rg.format(k));var m=[a.Fj()+"-date"];a.Jbb.contains(k)||m.push(a.Fj()+"-unavailable-date");k.getMonth()!=b&&m.push(a.Fj()+"-other-month");var n=(h+a.ka.p5()+7)%7;a.rb[n]&&m.push(a.rb[n]);k.getDate()==
c&&k.getMonth()==e&&k.getFullYear()==d&&m.push(a.Fj()+"-today");a.wa&&k.getDate()==a.wa.getDate()&&k.getMonth()==a.wa.getMonth()&&k.getFullYear()==a.wa.getFullYear()&&(m.push(a.Fj()+"-selected"),a.dg=l);a.rxa&&(n=a.rxa(k))&&m.push(n);k=a.Af.format(k);s_Uf(l,k);s_8h(l,m.join(" "))}4<=g&&(h=a.Ca[g+1][0].parentElement||a.Ca[g+1][0].parentNode,l=a.Ra[g][0].getMonth()==b,s_I(h,l||a.kHa),l||(f=Math.min(f,g)))}b=(a.kHa?6:f)+(a.rHa?1:0);a.Wb!=b&&(a.Wb<b&&a.dispatchEvent("gridSizeIncrease"),a.Wb=b)}},s_Rac=
function(a){var b=new s_Tac("changeActiveMonth",a,a.ka.clone());a.dispatchEvent(b)},s_Uac=function(a){if(a.Ga()){if(a.rHa)for(var b=0;7>b;b++){var c=a.Ca[0][b+1],d=(b+a.ka.p5()+7)%7;s_Uf(c,a.Ic[(d+1)%7])}s_I(a.Ca[0][0].parentElement||a.Ca[0][0].parentNode,a.rHa)}},s_Vac=function(a,b){var c=s_5a(b);c in a.Ua||(a.Ua[c]=new s_0u(b));return a.Ua[c]},s_Tac=function(a,b,c){s_7f.call(this,a,b);this.date=c};s_k(s_Tac,s_7f);
s_e().Ea();
}catch(e){_DumpException(e)}
try{
var s_9Pf=function(a){return a.replace(/_/g,"_1").replace(/,/g,"_2").replace(/:/g,"_3")};s_e().Fa("syyk");
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("sy11o");
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var s_FN=function(a){this.ka=[];this.wa=s_nw;if("number"==typeof a){11<a&&(a=10);if(4>a)var b=this.wa.s$[a];else 8>a?b=this.wa.s3[a-4]:(b=this.wa.Acb[a-8],b=b.replace("{1}",this.wa.s$[a-8]),b=b.replace("{0}",this.wa.s3[a-8]));s_q5f(this,b)}else s_q5f(this,a)},s_q5f=function(a,b){for(var c=!1,d="",e=0;e<b.length;e++){var f=b.charAt(e);if(" "==f)for(0<d.length&&(a.ka.push({text:d,count:0,B$:!1}),d=""),a.ka.push({text:" ",count:0,B$:!1});e<b.length-1&&" "==b.charAt(e+1);)e++;else if(c)"'"==f?e+1<b.length&&
"'"==b.charAt(e+1)?(d+="'",e++):c=!1:d+=f;else if(0<="GyMdkHmsSEDahKzZvQL".indexOf(f)){0<d.length&&(a.ka.push({text:d,count:0,B$:!1}),d="");var g=b.charAt(e);for(var h=e+1;h<b.length&&b.charAt(h)==g;)h++;g=h-e;a.ka.push({text:f,count:g,B$:!1});e+=g-1}else"'"==f?e+1<b.length&&"'"==b.charAt(e+1)?(d+="'",e++):c=!0:d+=f}0<d.length&&a.ka.push({text:d,count:0,B$:!1});b=!1;for(c=0;c<a.ka.length;c++)s_r5f(a.ka[c])?!b&&c+1<a.ka.length&&s_r5f(a.ka[c+1])&&(b=!0,a.ka[c].B$=!0):b=!1};
s_FN.prototype.parse=function(a,b,c){return s_s5f(this,a,b,c||0,!1)};
var s_t5f=function(a,b,c){return s_s5f(a,b,c,0,!0)},s_s5f=function(a,b,c,d,e){for(var f=new s_u5f,g=[d],h=-1,k=0,l=0,m=0;m<a.ka.length;m++)if(0<a.ka[m].count)if(0>h&&a.ka[m].B$&&(h=m,k=d,l=0),0<=h){var n=a.ka[m].count;if(m==h&&(n-=l,l++,0==n))return 0;s_v5f(a,b,g,a.ka[m],n,f)||(m=h-1,g[0]=k)}else{if(h=-1,!s_v5f(a,b,g,a.ka[m],0,f))return 0}else{h=-1;if(" "==a.ka[m].text.charAt(0)){if(n=g[0],s_w5f(b,g),g[0]>n)continue}else if(b.indexOf(a.ka[m].text,g[0])==g[0]){g[0]+=a.ka[m].text.length;continue}return 0}a:{if(null==
c)throw Error("Dh");void 0!=f.era&&void 0!=f.year&&0==f.era&&0<f.year&&(f.year=-(f.year-1));void 0!=f.year&&c.setFullYear(f.year);a=c.getDate();c.setDate(1);void 0!=f.month&&c.setMonth(f.month);void 0!=f.day?c.setDate(f.day):(b=s_CTb(c.getFullYear(),c.getMonth()),c.setDate(a>b?b:a));s_ic(c.setHours)&&(void 0==f.hours&&(f.hours=c.getHours()),void 0!=f.Ba&&0<f.Ba&&12>f.hours&&(f.hours+=12),c.setHours(f.hours));s_ic(c.setMinutes)&&void 0!=f.minutes&&c.setMinutes(f.minutes);s_ic(c.setSeconds)&&void 0!=
f.ka&&c.setSeconds(f.ka);s_ic(c.setMilliseconds)&&void 0!=f.wa&&c.setMilliseconds(f.wa);if(e&&(void 0!=f.year&&f.year!=c.getFullYear()||void 0!=f.month&&f.month!=c.getMonth()||void 0!=f.day&&f.day!=c.getDate()||24<=f.hours||60<=f.minutes||60<=f.ka||1E3<=f.wa))c=!1;else{void 0!=f.Aa&&(e=c.getTimezoneOffset(),c.setTime(c.getTime()+6E4*(f.Aa-e)));f.Ca&&(e=new Date,e.setFullYear(e.getFullYear()-80),c.getTime()<e.getTime()&&c.setFullYear(e.getFullYear()+100));if(void 0!=f.Baa)if(void 0==f.day)f=(7+f.Baa-
c.getDay())%7,3<f&&(f-=7),e=c.getMonth(),c.setDate(c.getDate()+f),c.getMonth()!=e&&c.setDate(c.getDate()+(0<f?-7:7));else if(f.Baa!=c.getDay()){c=!1;break a}c=!0}}return c?g[0]-d:0},s_r5f=function(a){if(0>=a.count)return!1;var b="MydhHmsSDkK".indexOf(a.text.charAt(0));return 0<b||0==b&&3>a.count},s_w5f=function(a,b){(a=a.substring(b[0]).match(/^\s+/))&&(b[0]+=a[0].length)},s_v5f=function(a,b,c,d,e,f){s_w5f(b,c);var g=c[0],h=d.text.charAt(0),k=-1;if(s_r5f(d))if(0<e){if(g+e>b.length)return!1;k=s_x5f(a,
b.substring(0,g+e),c)}else k=s_x5f(a,b,c);switch(h){case "G":return k=s_y5f(b,c,a.wa.Fcb),0<=k&&(f.era=k),!0;case "M":case "L":a:{d=k;if(0>d){d=s_y5f(b,c,a.wa.yva.concat(a.wa.y$,a.wa.GKa,a.wa.pdb));if(0>d){f=!1;break a}f.month=d%12}else f.month=d-1;f=!0}return f;case "E":return d=s_y5f(b,c,a.wa.PKa),0>d&&(d=s_y5f(b,c,a.wa.HKa)),0>d?f=!1:(f.Baa=d,f=!0),f;case "a":return k=s_y5f(b,c,a.wa.pcb),0<=k&&(f.Ba=k),!0;case "y":a:{if(0>k){var l=b.charAt(c[0]);if("+"!=l&&"-"!=l){f=!1;break a}c[0]++;k=s_x5f(a,
b,c);if(0>k){f=!1;break a}"-"==l&&(k=-k)}l||2!=c[0]-g||2!=d.count?f.year=k:(a=k,b=(new Date).getFullYear()-80,c=b%100,f.Ca=a==c,a+=100*Math.floor(b/100)+(a<c?100:0),f.year=a);f=!0}return f;case "Q":return 0>k?(d=s_y5f(b,c,a.wa.fdb),0>d&&(d=s_y5f(b,c,a.wa.odb)),0>d?f=!1:(f.month=3*d,f.day=1,f=!0)):f=!1,f;case "d":return 0<=k&&(f.day=k),!0;case "S":return a=c[0]-g,f.wa=3>a?k*Math.pow(10,3-a):Math.round(k/Math.pow(10,a-3)),!0;case "h":12==k&&(k=0);case "K":case "H":case "k":return 0<=k&&(f.hours=k),
!0;case "m":return 0<=k&&(f.minutes=k),!0;case "s":return 0<=k&&(f.ka=k),!0;case "z":case "Z":case "v":b.indexOf("GMT",c[0])==c[0]&&(c[0]+=3);a:if(c[0]>=b.length)f.Aa=0,f=!0;else{d=1;switch(b.charAt(c[0])){case "-":d=-1;case "+":c[0]++}g=c[0];k=s_x5f(a,b,c);if(0>k)f=!1;else{if(c[0]<b.length&&":"==b.charAt(c[0])){l=60*k;c[0]++;k=s_x5f(a,b,c);if(0>k){f=!1;break a}l+=k}else l=k,l=24>l&&2>=c[0]-g?60*l:l%100+l/100*60;f.Aa=-(l*d);f=!0}}return f;default:return!1}},s_x5f=function(a,b,c){if(a.wa.RKa){for(var d=
[],e=c[0];e<b.length;e++){var f=b.charCodeAt(e)-a.wa.RKa;d.push(0<=f&&9>=f?String.fromCharCode(f+48):b.charAt(e))}b=d.join("")}else b=b.substring(c[0]);a=b.match(/^\d+/);if(!a)return-1;c[0]+=a[0].length;return parseInt(a[0],10)},s_y5f=function(a,b,c){var d=0,e=-1;a=a.substring(b[0]).toLowerCase();for(var f=0;f<c.length;f++){var g=c[f].length;g>d&&0==a.indexOf(c[f].toLowerCase())&&(e=f,d=g)}0<=e&&(b[0]+=d);return e},s_u5f=function(){};
s_e().Ea();
}catch(e){_DumpException(e)}
try{
var s_z5f=function(){var a={};a=(a.OouJcb="cd_min",a.rzG2be="cd_max",a);var b=s_d("HjtPBb");if(b)for(var c in a){var d=s_d(c);b.value=b.value.replace(new RegExp("("+a[c]+":)([^,]*)"),"$1"+s_9Pf(d.value).replace(/^\s+|\s+$/g,""))}},s_A5f=function(a,b){a.rxa=b};s_e().Fa("Uuupec");
var s_B5f=s_O("Uuupec");
var s_C5f=s_yTb.s$[3],s_GN=function(a){s_f.call(this,a.Ma);this.wa=this.Aa=this.Nb=this.ka=null;this.Ca=!0;this.Da=this.getData("m").Mb()};s_i(s_GN,s_f);s_GN.Ia=s_f.Ia;s_GN.prototype.Hb=function(){this.XN();s_eg(window,"resize",this.Ba)};
var s_D5f=function(a,b){var c=new Date,d=new s_FN(s_C5f);b=s_cd(b.value);if(0==b.length||s_t5f(d,b,c)!=b.length)a.wa.Y7a();else{a.Ca=!1;try{a.wa.setDate(c)}finally{a.Ca=!0}}},s_E5f=function(a,b){var c=s_F("qomYCd",a.Nb);s_bi(c,"KbfSHd","OouJcb"!=b.id);s_ib(function(){s_M(c,"lRiKjb");s_hb(function(){s_N(c,"lRiKjb")})},150)},s_F5f=function(){var a=new Date(Date.now());a.setDate(28);var b,c=new Date(Date.now());return function(d){if(!b)a:{var e=s_F("goog-date-picker-head");if(e&&(e=s_qf("goog-date-picker-btn",
e))&&1<e.length){b=e[1];break a}b=null}b&&s_bi(b,"suap3e",Number(a)<=Number(d));return Number(d)<=Number(c)?null:"suap3e"}},s_H5f=function(a){var b=s_Bf("DIV","UfY8P");s_F("NwEGxd",a.Nb).appendChild(b);var c=new s_wy;s_Oac(c);c.pHa=!1;c.kb&&s_Pac(c);c.kHa=!0;s_xy(c);s_Qac(c,!0);c.Ic=c.Ba.yha;s_Uac(c);s_Mac(c);s_A5f(c,s_F5f());c.Yf(b);a.wa=c;var d=s_F("Gwgzqd",a.Nb),e=s_F("Ru1Ao",a.Nb);b=s_d("OouJcb");var f=s_d("rzG2be");s_G(c,"select",function(){var g=a.wa.getDate();if(a.Ca&&g){var h=new s_4w(s_C5f.replace(/yy/,
"y"));a.ka.value=h.format(g);"OouJcb"==a.ka.id?s_d("rzG2be").focus():a.ka.focus()}});s_G(a.Nb,"keyup",function(g){27==g.keyCode&&a.XN()});s_G(d,"keydown",function(g){9==g.keyCode&&g.shiftKey&&(g.preventDefault(),e.focus())});s_G(e,"keydown",function(g){9!=g.keyCode||g.shiftKey||(g.preventDefault(),d.focus())});s_G(e,"click",function(){for(var g=[s_d("OouJcb"),s_d("rzG2be")],h=new Date,k=new s_FN(s_C5f),l=new s_4w(s_C5f.replace(/yy/,"y")),m=0;m<g.length;m++){var n=g[m],p=s_cd(n.value);0!=p.length&&
s_t5f(k,p,h)==p.length&&(n.value=l.format(h))}});s_G5f(a,b);s_G5f(a,f);s_G(window,"resize",function(){return a.Ba()})};
s_GN.prototype.Ba=function(){if(this.Nb){var a=this.Nb,b=Math.max(s_F("tmDYm",a).clientWidth,s_F("iWBKNe",a).clientWidth),c=s_Sl()?"right":"left",d=s_F("J6UZg",a),e=s_oh(document.body||document.documentElement),f=s_oh(d),g=f.width+b;g<e.width?(d.style.width=g+"px",s_F("NwEGxd",a).style[c]=b+"px",s_N(d,"QIQ7Cc")):(d.style.width=e.width+"px",s_F("NwEGxd",a).style[c]="0",s_M(d,"QIQ7Cc"));this.Da?(a=s_Nk(0,!0),s_ih(d)+f.height<=a?d.style.top="":d.style.top=Math.max(0,a-f.height)+"px"):d.style.top="0"}};
var s_G5f=function(a,b){s_G(b,"keyup",function(c){s_D5f(a,b);27==c.keyCode&&a.XN()})};s_GN.prototype.rR=function(a){this.ka=a=a.Za.el();s_E5f(this,a);s_D5f(this,a)};s_GN.prototype.XN=function(){if(this.Aa){var a=s_d("top_nav");a:{for(var b=this.Aa.parentElement;b&&b!=a;b=b.parentElement)if(b.hasAttribute("role")){a=b;break a}a=null}a.focus();this.Aa=null}this.Nb&&(this.Nb.style.display="none",this.ka=null)};s_GN.prototype.OYc=function(a){(a=a.Za.el())&&s_I5f(this,a)};
var s_I5f=function(a,b){a.Aa=b;a.Nb||(b=s_F("n5Ug4b",b.parentElement),s_Ff(s_d("top_nav"),b),b.style.display="block",a.Nb=b,s_ji(a.Nb,a.Ka().el()),s_H5f(a));a.Nb.style.display="block";a.Ba();var c=s_d("OouJcb");s_D5f(a,c);s_hb(function(){c.focus()})};s_GN.prototype.h1=function(){s_z5f()};s_GN.prototype.Cta=function(){s_z5f();s_d("T3kYXe").submit()};s_P(s_GN.prototype,"hNEEAb",function(){return this.Cta});s_P(s_GN.prototype,"zbvklb",function(){return this.h1});s_P(s_GN.prototype,"EEGHee",function(){return this.OYc});
s_P(s_GN.prototype,"xp3IKd",function(){return this.XN});s_P(s_GN.prototype,"daRB0b",function(){return this.rR});s_S(s_B5f,s_GN);
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("sy6i");
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("sy6m");
s_e().Ea();
}catch(e){_DumpException(e)}
try{
var s_v4a=function(a,b,c,d){a=s_ih(s_d(a));s_ab(a,b,c,d,void 0)};s_e().Fa("sy7c");
var s_w4a=function(a){return s_Bb(a,"logged")},s_wn=function(a){s_Ng(a,"logged","1")};
s_e().Ea();
}catch(e){_DumpException(e)}
try{
var s_xn=function(a,b,c){b=void 0===b?!1:b;s_ol(a.Ka().el(),"ct_ia",new s_x4a(a,b,c))},s_y4a=function(a,b,c){b=void 0===b?!1:b;c=void 0===c?!1:c;s_ol(a.Ka().el(),"ct_ia",{Ou:b,wp:c,Br:void 0})};s_e().Fa("sy7d");
var s_x4a=function(a,b,c){this.RYa=a;this.Ou=b;this.Br=c};
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("sy7f");
var s_H7a=function(a,b){s_8f(b)};
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("sy7j");
s_e().Ea();
}catch(e){_DumpException(e)}
try{
var s_I7a=function(a){return s_Lb(a).then(function(b){return b})};s_e().Fa("sy7k");
s_e().Ea();
}catch(e){_DumpException(e)}
try{
var s_jr=function(a){return a instanceof s_ub?a.data?a.data:s_Arb(a.event):s_Arb(a)},s_Arb=function(a){var b=a.data;if(b)return b;if((a=a.detail)&&a.data)return a.data},s_kr=function(a){var b=s_jr(a);if(b&&b.qt)return b.qt;a=a instanceof s_ub?a.event:a;var c=a.detail;c=c&&c.i5c;s_LXa("fireprop","otype."+(a?a.detail&&a.detail.type||"U2":"U1")+".fire."+((b&&b.__fire?"1":"0")+".ptype.")+((c&&c.type||"UNDEF")+".pdtype.")+(c?c.detail&&c.detail.type||"U2":"U1"),1);return c};s_e().Fa("syey");
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("syq4");
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("syqg");
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("syqi");
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("syqj");
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("syqh");
var s_nDc=s_K("aNWwib");
var s_oDc=function(a){s_v(this,a,0,-1,null,null)};s_k(s_oDc,s_u);s_oDc.prototype.hb="siX0qc";s_oDc.prototype.I5=function(){return s_y(this,14,0)};
var s_DA=function(a){s_f.call(this,a.Ma);var b=this;this.Ra=this.Ga("kTbXfc");this.wa=this.Ga("fMohEc");this.ka=this.Wa("sRYx7b").toArray();this.Ba=[];this.Oa=[];a=a.Pa.o8b;this.Sa=!s_z(a,3,!1)&&!s_z(a,13,!1);this.Rb=!!s_z(a,4,!1);this.Td=!!s_z(a,15,!1);this.Ja=s_y(a,9,0)||0;this.La=s_y(a,7,0)||0;this.rb=s_y(a,12,1);this.kb=!!s_z(a,10,!1)&&1<this.ka.length;this.wb=s_z(a,11,!1);this.Rc=!!s_z(a,8,!1)&&1<this.ka.length;this.Va=s_y(a,5,1);this.Na=!!s_z(a,1,!1);this.Kc=s__e(a,6,0)||.125;this.Lb=!!s_z(a,
2,!1);this.Ua=s_th(this.Ka().el());this.Ha=1;this.Ca=null;this.Aa=new s_mA(this.wa.el(),this.ka,a.I5());s_pDc(this);this.Na&&(this.Aa.Rb=!0);if(this.kb){a=this.Ga("DH6Rkf").el();var c=s_8g(this.Ra.el(),"height");s_H(a,"height",c);s_H(this.Ra.el(),"min-height",c)}this.Wb=this.Ga("vfHRxf").el();this.Ed=function(d){if(d.sender==b.Aa){d=s_qDc(b,b.Ng());var e=d-1;s_rDc(b,e)&&b.Ba[e]&&b.Ba[e].Yc();e=d+b.Ha;s_rDc(b,e)&&b.Ba[e]&&b.Ba[e].Yc();b.Ca=b.wa.el()}};s_1l(this.wa.el(),s_iA,this.Ed);this.Sc=function(d){d.sender==
b.Aa&&s_ol(b.Ka().el(),"fc_sm")};s_1l(this.wa.el(),s_jA,this.Sc);this.Gb=function(d){return s_sDc(b,d)};s_1l(this.wa.el(),s_kA,this.Gb);this.Ic=function(d){if(d.sender==b.Aa&&(s_tDc(b),s_nl(b.Ka().el(),s_nDc,"fc_hmc",{Pd:b.wa.el()}),d=b.ka[b.Ng()],!s_Tf(d,document.activeElement))){var e=b.Ka().el().getBoundingClientRect(),f=s_uf();0<e.bottom&&0<e.right&&e.top<f.height&&e.left<f.width&&(e=s_xf().y,d.focus(),s_zf().scrollTop=e)}};s_1l(this.wa.el(),s_lA,this.Ic);this.xc=null;this.Da=new s_3h(this);this.Sa&&
(this.Da.listen(this.wa.el(),"touchstart",function(d){(!b.Na||b.Ng()<b.ka.length-1&&0<b.Ng())&&s_H7a(b.wa.el(),d);b.xc=d.screenX}),this.Da.listen(this.wa.el(),"touchmove",function(d){if(b.Na){var e=0==b.Ng(),f=b.Ng()==b.ka.length-1,g=0<d.screenX-b.xc==b.Ua;e&&f||!(e&&g||f&&!g)||s_tb(d)}}))};s_i(s_DA,s_f);s_DA.Ia=function(){return{Pa:{o8b:s_oDc}}};
s_DA.prototype.Hb=function(){this.Da.removeAll();s_eg(s_Af(),"resize",this.Ya,!1,this);s_gA(this.wa.el(),s_iA,this.Ed);s_gA(this.wa.el(),s_jA,this.Sc);s_gA(this.wa.el(),s_kA,this.Gb);s_gA(this.wa.el(),s_lA,this.Ic);s_f.prototype.Hb.call(this)};
var s_pDc=function(a){a.wa.Zb("HBMEHd");a.Aa.wa=200;a.Aa.Oa=a.Sa&&1<a.ka.length;a.Lb&&s_pA(a.Aa,a.ka.length,a.ka.length);var b=.25;if(0<a.Ja||0<a.La)b=a.Kc;a.Aa.Ja=b;a.Aa.initialize();a.Ra.Zb("rsZ9Vc");1==a.rb&&s_uDc(a,1);s_G(s_Af(),"resize",a.Ya,!1,a);a.Ya();s_tDc(a);a.wa.$b("HBMEHd")};s_DA.prototype.Ya=function(){2==this.rb&&(s_Af().innerWidth>s_Af().innerHeight?(s_uDc(this,2),this.Aa.Ja=this.Kc):(s_uDc(this,1),0>=this.Ja&&0>=this.La&&(this.Aa.Ja=.25)));this.Rb&&this.bM()};
var s_uDc=function(a,b){var c=0<a.Ja?1:0,d=0<a.La?1:0;a.Lb||s_pA(a.Aa,1+c,b+d);a.Ha=b+c+d};s_DA.prototype.bM=function(){for(var a=s_qDc(this,this.Aa.Ji()),b=0,c=0;c<this.Ha&&a+c<this.ka.length;++c){if(this.Td)for(var d=s_a(this.ka[a+c].querySelectorAll("img")),e=d.next();!e.done;e=d.next())if(e=e.value,!e.complete){e.addEventListener("load",s_c(this.bM,this));return}b=Math.max(b,s_oh(this.ka[a+c]).height)}0<b&&s_mh(this.Qa("kTbXfc").el(),b)};
var s_sDc=function(a,b){if(b.sender==a.Aa){b=b.Er;var c=b.Rq,d=b.Ru;if(c!=d){var e=[];s_l(s_vDc(a,c),function(g){var h=a.Ba[g];s_wDc(a,g,d)||(s_on(a.ka[g],"hidden",!1),h&&h.Vc(),(g=a.Oa[g])&&(1==a.Va&&!s_w4a(g)||2==a.Va)&&(e.push(new s_J(g,"show")),s_wn(g)))});s_l(s_vDc(a,d),function(g){var h=a.Ba[g];s_wDc(a,g,c)||(s_on(a.ka[g],"hidden",!0),h&&h.hidden(),(g=a.Oa[g])&&2==a.Va&&(e.push(new s_J(g,"hide")),s_wn(g)))});if(0<e.length){var f=a.Ca&&s_na(a.Ca)?a.Ca:void 0;s_Q(e,{triggerElement:f,userAction:b.Sm?
21:void 0});f&&s_Bb(f,"logged")&&s_Ng(f,"logged","true")}a.Rb&&a.bM();a.Rc&&(f=a.Wa("fmrCJb"),f.Tc(d).$b("qDC8sf"),f.Tc(c).Zb("qDC8sf"));s_ol(a.Ka().el(),"fc_if",{Sm:b.Sm,XDa:a.ka[d],JDa:a.ka[c],Pd:a.wa.el(),triggerElement:a.Ca});s_pl(a.Ka().el(),"lzy_img");a.kb&&s_xDc(a,c)}}},s_tDc=function(a){0<a.ka.length&&1==a.rb&&0>=a.Ja&&0>=a.La&&s_H(a.ka[a.Ng()],s_mm,"")},s_rDc=function(a,b){return 0<=b&&b<a.ka.length},s_qDc=function(a,b){return 0<a.Ja&&0<=b-1?b-1:b},s_wDc=function(a,b,c){if(!s_rDc(a,b))return!1;
c=s_qDc(a,c);return b>=c&&b<c+a.Ha},s_vDc=function(a,b){for(var c=[],d=b=s_qDc(a,b);d<b+a.Ha&&d<a.ka.length;++d)c.push(d);return c};s_DA.prototype.Jhc=function(a){a=a.Za.el();s_yDc(this,a)};var s_yDc=function(a,b){a.wb&&(b=s_nc(a.ka,b),b!=a.Ng()&&(a.Ua||(a.Ga("kTbXfc").el().scrollLeft=0),a.Ik(b,void 0,void 0,!0)))};s_=s_DA.prototype;
s_.xs=function(a){var b=a.event.target,c=s_jr(a),d=c.RYa,e=this.Ng();a=s_tc(this.ka,function(g){return s_Tf(g,b)});if(-1!=a){if(this.Ba[a]){s_ea(Error("Of"));var f=this.Ba[a].Ka();if(f&&s_Tf(f.el(),b))return}this.Ba[a]=d;s_wDc(this,a,e)&&(d.Yc(),d.Vc());c&&c.Ou&&(c=c.Br||s_na(b)&&b||s_na(this.ka[a])&&this.ka[a],this.Oa[a]=c)}};s_.jF=function(){this.bM()};s_.Ng=function(){return this.Aa.Ji()};s_.gV=function(a){return s_rDc(this,a)&&this.Ba[a]?this.Ba[a]:null};
s_.Ik=function(a,b,c,d){var e=this,f=this.Ng();s_rDc(this,a)&&f!=a&&(s_l(s_vDc(this,a),function(g){!s_wDc(e,g,f)&&e.Ba[g]&&e.Ba[g].Yc()}),this.Ca=c||null,void 0===b||0<b?s_oA(this.Aa,a,d||!1,!0,b):s_oA(this.Aa,a,d||!1,!1),this.kb&&s_xDc(this,a))};s_.VAa=function(){var a=this;this.ka.forEach(function(b,c){c=c===a.Ng()?"":"hidden";s_H(b,"visibility",c)})};
s_.vJb=function(){var a=this;this.Sa&&(this.Da.listen(this.wa.el(),"touchmove",function(){var b=a.Ng();0<b&&"hidden"===a.ka[b-1].style.visibility&&(a.ka[b-1].style.visibility="");b<a.ka.length-1&&"hidden"===a.ka[b+1].style.visibility&&(a.ka[b+1].style.visibility="")}),this.Da.listen(this.wa.el(),"touchend",function(){a.VAa()}))};
var s_xDc=function(a,b){var c=a.Ga("DH6Rkf"),d=a.Ga("LK5yu"),e=a.Ga("qwU8Me"),f="mYzPl",g="duCI6d";a.Ua&&(d=a.Ga("qwU8Me"),e=a.Ga("LK5yu"),f="duCI6d",g="mYzPl");c&&d&&e&&(0==b?(d.Zb("pQXcHc"),c.$b(f)):(d.$b("pQXcHc"),c.Zb(f)),b==a.ka.length-1?(e.Zb("pQXcHc"),c.$b(g)):(e.$b("pQXcHc"),c.Zb(g)))};s_DA.prototype.LQa=function(a){if(a)var b=a.event.target;this.Ik(this.Ng()+1,void 0,b,!!a)};s_DA.prototype.MQa=function(a){if(a)var b=a.event.target;this.Ik(this.Ng()-1,void 0,b,!!a)};
s_P(s_DA.prototype,"cwljjf",function(){return this.MQa});s_P(s_DA.prototype,"p8Bpjd",function(){return this.LQa});s_P(s_DA.prototype,"p5WsEf",function(){return this.vJb});s_P(s_DA.prototype,"ZtAK8e",function(){return this.VAa});s_P(s_DA.prototype,"wO0Ugf",function(){return this.Ik});s_P(s_DA.prototype,"IoUhI",function(){return this.gV});s_P(s_DA.prototype,"fuvt0c",function(){return this.Ng});s_P(s_DA.prototype,"yUtVib",function(){return this.jF});s_P(s_DA.prototype,"HFYvKc",function(){return this.xs});
s_P(s_DA.prototype,"AZTNzb",function(){return this.Jhc});s_P(s_DA.prototype,"VkqkX",function(){return this.bM});s_S(s_6xa,s_DA);
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("nTzqEc");
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("syf0");
var s_yu=function(a){this.ka=a};s_yu.prototype.Jb=function(a){return s_Nb(this.ka.Qa(a).el())};s_yu.prototype.Od=function(a){return this.Jb(a)};s_yu.prototype.Lh=function(a){a=this.ka.Wa(a).toArray().map(function(b){return s_Nb(b)});return s_Pb(a)};s_yu.prototype.CRa=function(a){return this.Lh(a)};
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("sy1bp");
s_e().Ea();
}catch(e){_DumpException(e)}
try{
var s_Z2=function(a){return!isNaN(parseFloat(a))||-1!=s_nc(s_mXj,a)},s_nXj=function(a){return"pi"==a||"e"==a||"Ans"==a},s_pXj=function(a){return-1!=s_nc(s_oXj,a)},s__2=function(a){return-1!=s_nc(s_qXj,a)},s_rXj=function(a){return s_pXj(a)&&"unary_minus"!=a},s_02=function(a){return-1!=s_nc(s_sXj,a)},s_tXj=function(a){return s_02(a)||s__2(a)||"unary_minus"==a},s_vXj=function(a){return-1!=s_nc(s_uXj,a)?5:"^"==a||"root"==a?4:"unary_minus"==a?3:"*"==a||"implicit_mul"==a||"/"==a?2:"+"==a||"-"==a?1:0},s_wXj=
function(a){return"^"==a||"root"==a},s_xXj=function(a){if(null==a||isNaN(a)||!isFinite(a))return a;var b=a.toPrecision(14).toLowerCase().split("e"),c=b[0];if(-1==c.indexOf("."))return a;var d=c.replace(/0*$/,"");return d.length<c.length-3?parseFloat(d+(1<b.length?"e"+b[1]:"")):a},s_yXj=function(a,b,c){c=null!=c?c:1/b;b=null!=b?b:1/c;return 1==Math.abs(c%2)||1==Math.abs(s_xXj(c)%2)?(c=0>a?-1:1,c*Math.pow(c*a,b)):Math.pow(a,b)},s_zXj=function(a,b){return s_vXj(a)<s_vXj(b)},s_AXj=function(a,b){return s_vXj(a)<=
s_vXj(b)},s_BXj=function(a){if(.5>a)return Math.PI/(Math.sin(Math.PI*a)*s_BXj(1-a));--a;for(var b=s_CXj[0],c=a+7.5,d=1;d<s_CXj.length;d++)b+=s_CXj[d]/(a+d);return Math.sqrt(2*Math.PI)*Math.pow(c,a+.5)*Math.exp(-c)*b},s_DXj=function(a){if(Math.round(a)==a){if(0>a)return NaN;if(171<=a)return Infinity;for(var b=1,c=2;c<=a;++c)b*=c;return b}return s_BXj(a+1)},s_EXj=function(a,b,c){switch(a){case "sin":return s_12&&(b=b*Math.PI/180),0==b/Math.PI%1?0:Math.sin(b);case "cos":return s_12&&(b=b*Math.PI/180),
0==(b/Math.PI-.5)%1?0:Math.cos(b);case "tan":s_12&&(b=b*Math.PI/180);if(0==b/Math.PI%1)return 0;if(0==(b/Math.PI-.5)%1)break;return Math.tan(b);case "arcsin":return c=Math.asin(b),s_12?180*c/Math.PI:c;case "arccos":return c=Math.acos(b),s_12?180*c/Math.PI:c;case "arctan":return c=Math.atan(b),s_12?180*c/Math.PI:c;case "ln":return Math.log(b);case "log":return Math.log(b)*Math.LOG10E;case "unary_minus":return-b;case "sqrt":return Math.sqrt(b);case "squared":return b*b;case "!":return s_DXj(b);case "%":return b/
100;case "+":return b+c;case "-":return b-c;case "*":case "implicit_mul":return b*c;case "/":return b/c;case "^":return s_yXj(b,c,1/c);case "root":return s_yXj(b,1/c,c)}return null},s_FXj=function(a){if(!a)return null;for(var b=[],c=0;c<a.length;++c){var d=a[c];if(isNaN(parseFloat(d)))if(s_pXj(d)||s__2(d)){if(0==b.length)return null;var e=b.pop();d=s_xXj(s_EXj(d,e,void 0));if(null==d)return null;b.push(d)}else if(s_02(d)){if(2>b.length)return null;var f=b.pop();e=b.pop();d=s_xXj(s_EXj(d,e,f));if(null==
d)return null;b.push(d)}else return null;else b.push(d)}return 1!=b.length?null:b.pop()},s_GXj=function(a,b){if(s__2(a[b]))return 0==b?-1:s_GXj(a,b-1);if(")"==a[b]){var c=1,d=0;for(--b;0<=b;--b)if("("==a[b]&&c--,")"==a[b]&&c++,0==c){d=b;break}return 0==c?d-(s_pXj(a[d-1])?1:0):-1}return b},s_12=!1,s_mXj="0 1 2 3 4 5 6 7 8 9 . E digit_unary_minus Rnd".split(" "),s_HXj="0123456789".split(""),s_oXj="sin cos tan arcsin arccos arctan ln log unary_minus sqrt".split(" "),s_qXj=["squared","!","%"],s_sXj="+ - * implicit_mul / ^ root".split(" "),
s_uXj="sin cos tan arcsin arccos arctan ln log sqrt squared ! %".split(" "),s_CXj=[.9999999999998099,676.5203681218851,-1259.1392167224028,771.3234287776531,-176.6150291621406,12.507343278686905,-.13857109526572012,9.984369578019572E-6,1.5056327351493116E-7];s_e().Fa("bTaGX");
var s_IXj=function(a,b){this.wa=void 0!==a&&null!=b&&""!=a?a:null;this.ka=[];this.Da=[];this.Aa=!1;this.Ca=0;this.Ba=null!=b?s_xXj(parseFloat(b)):null;isNaN(this.Ba)&&(this.Ba=null);null!=this.wa&&null!=b&&(a=parseFloat(b),b=s_xXj(Math.abs(a)),0>a&&this.ka.push("unary_minus"),this.ka.push(b),this.Aa=!0);s_12=!1;!this.wa||-1==this.wa.indexOf("deg")||-1==this.wa.indexOf("sin")&&-1==this.wa.indexOf("cos")&&-1==this.wa.indexOf("tan")&&-1==this.wa.indexOf("tg")&&-1==this.wa.indexOf("cot")&&-1==this.wa.indexOf("ctg")||
(s_12=!0)},s_JXj=function(a,b){return a.replace(RegExp("("+b.join("|")+")*$"),"").length},s_MXj=function(a,b){var c=(1/0).toString();a=s_JXj(b,s_KXj);if(")"==b[a-1]){c=1;for(a-=2;0<=a&&("("==b[a]&&--c,0!=c);--a);return s_JXj(b.substring(0,a),s_LXj)}c=s_JXj(b.substring(0,a),["<b>\u03c0</b>","<b>e</b>","Ans",c]);return c!=a?c:b.substring(0,c).replace(/(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))((E|e)(-|\+)?[0-9]+)?$/g,"").length},s_NXj=function(a,b,c,d){if(0==b.length)return a.Ca=0,"0";for(var e="",f=null,g,h=
0;c<b.length;++c)if(g=f,f=b[c],"Rnd"!=f){if((s_02(f)||")"==f)&&"^"!=f&&"root"!=f&&0<d&&0==h)return a.Ca=c,"<sup>"+e+"</sup>";var k=s_02(f)&&"^"!=f&&"root"!=f;switch(f){case "*":g="\u00d7";break;case "implicit_mul":k=b[c+1];g=s_nXj(k)&&"Ans"!=k||"("==k?"":" ";k=!1;break;case "/":g="\u00f7";break;case "^":case "root":if(4==d)continue;g=(c==b.length-1?'<span style="color:#ccc"><sup>\u25a1</sup></span>':"")+("root"==f?"\u221a":'<span style="font-size:0;color:white;">^</span>');break;case "pi":g="<b>\u03c0</b>";
break;case "e":g="<b>e</b>";break;case "unary_minus":case "digit_unary_minus":g="-";break;case "sqrt":g="\u221a";break;case "(":g="(";++h;break;case ")":g=")";--h;break;case "squared":if("squared"==g)g="consecutive_squared";else{if(4==d)continue;g="squared"}break;case "ERROR":g="Error";break;default:var l=parseFloat(f);isNaN(l)?g=f:(g=l.toString(),12>=g.replace(/^-/,"").replace(/\./,"").length||(g=l.toPrecision(12),-1!=g.indexOf("e")?g=l.toPrecision(12-g.match(/e.*$/)[0].length-("0"==g[0]?1:0)).replace(/\.?0*e/,
"e"):(l=g.match(/(^-|\.)/g),g=g.substr(0,12+(l?l.length:0)),g=-1!=g.indexOf(".")?g.replace(/\.?0*$/,""):g)))}k&&(g=" "+g+" ");"^"==f||"root"==f?(c=s_NXj(a,b,c+1,d+1),"^"==f?e+=g+c:(k=s_MXj(a,e),e=e.substring(0,k)+c+g+e.substring(k)),c=a.Ca-1):e+=g}0<h&&(e+='<span style="color:#ccc">'+s_Nd(")",h)+"</span>");0<d&&(e="<sup>"+e+"</sup>");a.Ca=b.length;return e},s_22=function(a,b){b=null!=b?b:a.ka;b=s_NXj(a,b,0,0).toString();for(var c;-1!=(c=b.lastIndexOf("consecutive_squared"));){var d=s_MXj(a,b.substring(0,
c));b=b.substring(0,d)+"("+b.substring(d,c)+')<span style="font-size:0;color:white;">^</span><sup>2</sup>'+b.substring(c+19)}return b=b.replace(/squared/g,'<span style="font-size:0;color:white;">^</span><sup>2</sup>')},s_32=function(a,b){var c=!1,d=a.ka[a.ka.length-1],e=a.ka[a.ka.length-2],f=s_22(a);if("ERROR"==d||"NaN"==f)a.ka=[];if("BACK"==b){b=a.ka.pop();d=a.ka[a.ka.length-1];if("("==b&&s_pXj(d)||a.Aa&&"unary_minus"==d&&1==a.ka.length)a.ka.pop(),c=!0;"implicit_mul"==a.ka[a.ka.length-1]&&(a.ka.pop(),
c=!0);0==a.ka.length&&(a.Aa=!1);return c}if("unary_minus"==d&&(s_02(b)||"="==b)||"("==d&&s__2(b))return c;if("="==b){a.Aa&&(a.ka=a.Da);c=a.ka;b=a.Ba;d=[];e="";for(f=0;f<c.length;++f){var g=c[f];"Rnd"!=g&&(s_Z2(g)||!isNaN(parseFloat(g))?e+="digit_unary_minus"==g?"-":g:(""!=e&&(d.push(parseFloat(e)),e=""),"pi"==g&&(g=Math.PI),"e"==g&&(g=Math.E),"Ans"==g&&(g=null!=b?b:0),d.push(g)))}""!=e&&d.push(parseFloat(e));b:for(c=d,b=0;b<c.length;++b)if("%"==c[b]){d=b-1;e=s_GXj(c,d);if(-1==e){c=null;break b}!c[d]||
"+"!=c[e-1]&&"-"!=c[e-1]||(c=c.slice(0,e-1).concat(["*","(",100],c.slice(e-1,b),[")"],c.slice(b)),b+=4)}if(c){b:{d=c;c=[];b=[];for(e=0;e<d.length;++e)if(f=d[e],!isNaN(parseFloat(f)))c.push(f);else if(s_rXj(f))b.push(f);else if(s_tXj(f)){if(0<b.length)for(g=b[b.length-1];s_tXj(g)&&(!s_wXj(f)&&"unary_minus"!=f&&s_AXj(f,g)||s_wXj(f)&&s_zXj(f,g));)b.pop(),c.push(g),g=b[b.length-1];b.push(f)}else if("("==f)b.push("(");else if(")"==f){for(;0<b.length&&"("!=b[b.length-1];)f=b.pop(),c.push(f);if(0==b.length){c=
null;break b}b.pop();f=b[b.length-1];0<b.length&&s_rXj(f)&&(f=b.pop(),c.push(f))}for(;0<b.length;){d=b.pop();if("("==d||")"==d){c=null;break b}c.push(d)}}c=s_FXj(c)}else c=null;null==c?0==a.ka.length?c=0:c="ERROR":isNaN(c)?c="ERROR":a.Ba=c;a.Da=a.ka;a.ka=[];0>c&&(a.ka.push("unary_minus"),c=-c);a.ka.push(c);return a.Aa=!0}if("E"==d)if("-"==b)b="digit_unary_minus";else if(-1==s_nc(s_HXj,b))return c;if("digit_unary_minus"==d&&-1==s_nc(s_HXj,b))return c;if(")"==b){for(g=f=0;g<a.ka.length;++g)"("==a.ka[g]?
++f:")"==a.ka[g]&&--f;if(0>=f||"("==d||s_02(d))return c}!a.Aa||s_02(b)||s__2(b)||"E"==b||(a.ka=[],d=null);a.Aa=!1;if(0==a.ka.length){if("-"==b)return a.ka.push("unary_minus"),!0;if(s_02(b)||s__2(b))return a.ka.push("0"),a.ka.push(b),!0}if(s_Z2(b)&&"."!=b&&0<a.ka.length&&"0"==d&&(1==a.ka.length||!s_Z2(e)))return a.ka.pop(),a.ka.push(b),!0;if("-"==b&&(s_02(d)||"("==d||"unary_minus"==d))return"+"==d||"-"==d?(a.ka.pop(),a.ka.push("-")):"unary_minus"==d?a.ka.pop():a.ka.push("unary_minus"),!0;!(s_Z2(d)&&
"E"!=d||s_nXj(d)||")"==d||s__2(d))||!(s_pXj(b)||s_Z2(b)&&"E"!=b||s_nXj(b)||"("==b)||s_Z2(d)&&"Rnd"!=d&&s_Z2(b)||("unary_minus"==b||s_Z2(b)||s_nXj(d)&&s_nXj(b)||"Ans"==d&&s_pXj(b)?a.ka.push("*"):a.ka.push("implicit_mul"),c=!0);if("."==b)for(e=a.ka.length-1;0<=e;--e){f=a.ka[e];if("E"==f||"Rnd"==f||"."==f)return c;if(!s_Z2(f))break}if("E"==b)for(e=a.ka.length-1;0<=e;--e){f=a.ka[e];if("E"==f)return c;if(!s_Z2(f))break}s_02(d)&&(s_02(b)||s__2(b)||"squared"==b)&&a.ka.pop();a.ka.push(b);s_pXj(b)&&a.ka.push("(");
return!0},s_OXj=function(a,b){if("void"==b||"Ans"==b&&null==a.Ba||"deg"==b||"rad"==b)return s_22(a);a.wa=null;var c=a.ka[a.ka.length-1];if("("==c&&s_02(b)&&"-"!=b)return s_22(a);switch(b){case "10^":s_Z2(c)&&s_32(a,"*");s_32(a,"1");s_32(a,"0");s_32(a,"^");break;case "e_to":s_32(a,"e");s_32(a,"^");break;case "(":s_32(a,"(");break;case "=":for(;s_32(a,")"););a.wa=a.Aa?s_22(a,a.Da):s_22(a);s_32(a,"=");break;case "Rnd":s_Z2(c)&&!a.Aa&&s_32(a,"*");b=Math.floor(Math.random()*Math.pow(10,7));s_32(a,"0");
s_32(a,".");b=b.toString();for(c=0;c<b.length;++c)s_32(a,b[c]);s_32(a,"Rnd");break;case "E":(-1!=s_nc(s_HXj,c)||"Rnd"==c||a.Aa)&&s_32(a,b);break;default:s_32(a,b)}return s_22(a)};s_IXj.prototype.isEmpty=function(){return 0==this.ka.length};var s_PXj=function(a){var b=a.ka[a.ka.length-1];return!a.isEmpty()&&!s_02(b)&&"unary_minus"!=b},s_KXj=["!","%","squared","consecutive_squared"],s_LXj="sin cos tan arcsin arccos arctan ln log sqrt root".split(" ");
var s_QXj=function(a){s_v(this,a,0,-1,null,null)};s_k(s_QXj,s_u);s_QXj.prototype.hb="ZBX0ee";
var s_RXj={8:"BACK",13:"=",33:"!",37:"%",40:"(",41:")",42:"*",43:"+",44:".",45:"-",46:".",47:"/",48:"0",49:"1",50:"2",51:"3",52:"4",53:"5",54:"6",55:"7",56:"8",57:"9",61:"=",65:"Ans",67:"arccos",69:"E",71:"log",76:"ln",80:"pi",81:"sqrt",82:"Rnd",83:"arcsin",84:"arctan",94:"^",97:"Ans",99:"cos",101:"e",103:"log",108:"ln",112:"pi",113:"sqrt",114:"root",115:"sin",116:"tan"},s_42={},s_SXj=(s_42.JzKqke="BACK",s_42.OCdZLb="BACK",s_42.Pt8tGc="=",s_42.SfS5gd="!",s_42.F0gbu="%",s_42.j93WEe="(",s_42.qCp9A=
")",s_42.YovRWb="*",s_42.XSr6wc="+",s_42.YrdHyf=".",s_42.pPHzQc="-",s_42.WxTTNd="/",s_42.bkEvMb="0",s_42.N10B9="1",s_42.lVjWed="2",s_42.KN1kY="3",s_42.xAP7E="4",s_42.Ax5wH="5",s_42.abcgof="6",s_42.rk7bOd="7",s_42.T7PMFe="8",s_42.XoxYJ="9",s_42.sRAgwd="arccos",s_42.AN4cgb="E",s_42.SO8kQ="ln",s_42.vlSEBf="pi",s_42.jDGtk="Rnd",s_42.Yg8v1d="arcsin",s_42.XKSVB="arctan",s_42.buVl3e="^",s_42.ha4tRd="Ans",s_42.w0Xmgb="cos",s_42.K6vNie="e",s_42.DfiOAc="log",s_42.TGVsBd="squared",s_42.nl63se="root",s_42.oQcVc=
"sqrt",s_42.aN1RFf="sin",s_42.VsnRKc="tan",s_42.osoIhf="10^",s_42.fCFguf="e_to",s_42),s_52=function(a){s_f.call(this,a.Ma);this.So=a.Pa.yVc;this.ka=new s_IXj(s_y(this.So,1,""),s__e(this.So,2,0));this.Ba=null;this.wa=this.Aa=!1;s_12&&(s_12=!1,s_TXj());this.Da=!s_me;this.Ca=s_3o(s_lbb());this.Eb=new s_yu(this)};s_i(s_52,s_f);s_52.Ia=function(){return{Pa:{yVc:s_QXj}}};s_=s_52.prototype;
s_.Zla=function(a){a=a.event;91==s_uVa(a.keyCode)&&(this.Aa=!0);a.ctrlKey||9==a.keyCode||this.Aa||(27==a.keyCode?(a=this.Ga("jhotKb").el())&&a.blur():(a.stopPropagation(),8==a.keyCode&&(a.preventDefault(),s_UXj(this,s_OXj(this.ka,"BACK")))))};s_.PUa=function(a){91==s_uVa(a.event.keyCode)&&(this.Aa=!1)};s_.a6=function(a){!(a=a.event)||a.ctrlKey||this.Aa||((a=s_RXj[a.which||a.keyCode])&&("="!=a||s_PXj(this.ka))&&(s_UXj(this,s_OXj(this.ka,a)),s_VXj(this),"="==a&&s_WXj(this)),s_XXj(this))};s_.eOc=function(){s_YXj(this)};
s_.cOc=function(a){s_PXj(this.ka)&&s_UXj(this,s_OXj(this.ka,"="));s_WXj(this);s_ZXj(this,a)};s_.bOc=function(a){s_UXj(this,s_OXj(this.ka,"BACK"));s_Ih(this.Ba);s_ZXj(this,a)};s_.$Nc=function(a){var b=a.targetElement.Qd("jsname");b&&(b=s_SXj[b])&&s_UXj(this,s_OXj(this.ka,b));s_ZXj(this,a)};s_.aOc=function(a){s_TXj();this.vPa(a)};s_.fOc=function(){this.Eb.Jb("zV1Teb").then(function(a){0==a.Ng()?a.LQa():a.MQa()});s_R(this.Ga("dTV7fb").el())};s_.dOc=function(a){this.notify(s_cXj);a=a.Za.el();s_R(a)};
s_.E2b=function(){var a=this;this.Ba=s_ib(function(){for(;!a.ka.isEmpty();)s_OXj(a.ka,"BACK");s_UXj(a,s_22(a.ka))},700)};s_.NHb=function(){var a=this.Ga("a1lrmb").el(),b=this.Ga("jhotKb").el();s_M(a,"d0jRmd");b.focus()};s_.P2b=function(){var a=this.Ga("a1lrmb").el();s_N(a,"lqyc1");s_N(a,"d0jRmd")};s_.hpc=function(){var a=this.Ga("a1lrmb").el();s_M(a,"lqyc1")};s_.E5c=function(){var a=this.Ga("a1lrmb").el();s_N(a,"lqyc1")};s_.CWc=function(){this.Ga("ieUz0d").el().focus()};
s_.Uqc=function(a){var b=this.ka;a=a.data.kpc;var c=b.ka[b.ka.length-1];(c=s_PXj(b)&&"("!=c)?(b.ka=a.slice(),b.wa=null):b.ka=b.ka.concat(a);b.Aa=!1;s_UXj(this,s_22(this.ka));s_VXj(this);this.NHb()};s_.gub=function(a){return(a=a.targetElement.Qd("jsname"))&&(a=s_SXj[a])&&"="==a?!0:!1};s_.vPa=function(a){this.Aa=!1;if("keydown"===a.event.type){var b=a.event.keyCode;if(!this.gub(a)&&(13==b||32==b))return}a=this.Ga("a1lrmb").el();s_M(a,"d0jRmd");this.Ga("jhotKb").el().focus()};
var s__Xj=function(a){var b=a.Ga("DjP6yd").el(),c=a.Ga("VkJw6").el();s_ib(function(){s_N(b,"LZZ2nb");s_N(c,"ISbcQb")},10)},s_ZXj=function(a,b){a.vPa(b);a.wa&&s_YXj(a);s_VXj(a);s_XXj(a)},s_WXj=function(a){s_R(a.Ga("jhotKb").el());if(s_PXj(a.ka)){var b=a.ka.Da,c=a.ka.ka;a.notify(s_dXj,{DXb:b,CXb:s_22(a.ka,b),xUc:c,wUc:s_22(a.ka,c)})}if(b=a.Ga("ubtiRe").el())b.style.right="0";a.Da&&(b=a.Ga("DjP6yd").el(),c=a.Ga("VkJw6").el(),s_M(b,"LZZ2nb"),s_M(c,"ISbcQb"),s__Xj(a))},s_YXj=function(a){a.wa=!a.wa;for(var b=
s_qf("Krlpq"),c=s_qf("rHLwad"),d=0;d<b.length;++d)s_I(b[d],!a.wa);for(b=0;b<c.length;++b)s_I(c[b],a.wa);c=s_qf("knVDYb");for(b=0;b<c.length;b++)a.wa?s_ci(c[b],"feqqG","dxp44d"):s_ci(c[b],"dxp44d","feqqG")},s_UXj=function(a,b){var c=a.Ga("VssY5c").el();c&&(b=s_4o(a.Ca,b),s_Ad(c,b),c=a.Ga("ubtiRe").el())&&(b=a.ka,a=s_4o(a.Ca,b.wa?b.wa+" =":null!=b.Ba?"Ans = "+b.Ba:""),s_Ad(c,a))},s_TXj=function(){for(var a=s_qf("pno7A"),b=0;b<a.length;b++){var c=a[b];s_di(c,"rfUaPd");s_di(c,"hU1rMc")}s_12=!s_12};
s_52.prototype.u7b=function(){var a=this.Ga("dTV7fb").el();s_di(a,"rfUaPd");s_di(a,"hU1rMc");s_R(a)};var s_VXj=function(a){var b=a.ka.Aa;a.Wa("SLn8gc").Ad(function(c){return s_I(c,b)});a.Wa("H7sWPd").Ad(function(c){return s_I(c,!b)})},s_XXj=function(a){if(a=a.Ga("zLiRgc").el())a.scrollLeft=a.scrollWidth};s_P(s_52.prototype,"Qntjtc",function(){return this.u7b});s_P(s_52.prototype,"mPPST",function(){return this.vPa});s_P(s_52.prototype,"wzyQKe",function(){return this.gub});
s_P(s_52.prototype,"Z2Ekqd",function(){return this.Uqc});s_P(s_52.prototype,"Mk4Mke",function(){return this.CWc});s_P(s_52.prototype,"YzSkFd",function(){return this.E5c});s_P(s_52.prototype,"Z0NzZd",function(){return this.hpc});s_P(s_52.prototype,"L8YEW",function(){return this.P2b});s_P(s_52.prototype,"w07Nsb",function(){return this.NHb});s_P(s_52.prototype,"x8Eglb",function(){return this.E2b});s_P(s_52.prototype,"xAJjwc",function(){return this.dOc});s_P(s_52.prototype,"hD5dDc",function(){return this.fOc});
s_P(s_52.prototype,"IGArIc",function(){return this.aOc});s_P(s_52.prototype,"A2jXUd",function(){return this.$Nc});s_P(s_52.prototype,"xyppdc",function(){return this.bOc});s_P(s_52.prototype,"bTMBwc",function(){return this.cOc});s_P(s_52.prototype,"FJTJHe",function(){return this.eOc});s_P(s_52.prototype,"Jmgzxb",function(){return this.a6});s_P(s_52.prototype,"dbqUTd",function(){return this.PUa});s_P(s_52.prototype,"duASZc",function(){return this.Zla});s_S(s_IKa,s_52);
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("r36a9c");
var s_w$a=s_O("r36a9c");
var s_x$a=function(a){return null!=a&&0<a.getBoundingClientRect().width&&0<a.getBoundingClientRect().height?(a=window.getComputedStyle(a,null),"none"!==a.display&&"hidden"!==a.visibility&&"auto"===a.clip):!1},s_y$a=function(a){s_f.call(this,a.Ma)};s_i(s_y$a,s_f);s_y$a.Ia=s_f.Ia;
s_y$a.prototype.vlc=function(){var a=this.Ga("BKxS1e").el();s_R(a);a=s_wi(this.uH().documentElement).find('[role="heading"], h1, h2, h3').filter(s_x$a).first();if(!s_Yk(a.el())){if(null==a.Qd("aria-label")&&null==a.Qd("aria-describedby")){var b=a.parent();if(s_x$a(b.el())&&"A"==b.el().tagName){b.focus();return}b=a.children().filter(s_x$a);if(1==b.size()&&"A"==b.first().el().tagName){b.first().focus();return}}a.el().tabIndex="-1";a.el().onblur=function(c){c.target.removeAttribute("tabIndex")}}a.focus()};
s_P(s_y$a.prototype,"i3viod",function(){return this.vlc});s_S(s_w$a,s_y$a);
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("syg1");
var s_$Sb=[],s_aTb=null,s_bTb=void 0,s_cTb=void 0,s_eTb=function(a){s_$Sb.length||(window.addEventListener("resize",s_dTb),s_sd()&&s_7d()&&(s_aTb=s_Jh(s_dTb,100)),s_dTb());-1==s_$Sb.indexOf(a)&&(s_$Sb.push(a),a(s_bTb,s_cTb))},s_fTb=function(a){s_Ac(s_$Sb,a);s_$Sb.length||(window.removeEventListener("resize",s_dTb),s_aTb&&(s_Kh(s_aTb),s_aTb=null))},s_dTb=function(){if((s_Mk()?document.documentElement.offsetWidth:window.innerWidth||document.documentElement.offsetWidth)!=s_bTb||(window.innerHeight||
document.documentElement.offsetHeight)!=s_cTb){s_bTb=s_Mk()?document.documentElement.offsetWidth:window.innerWidth||document.documentElement.offsetWidth;s_cTb=window.innerHeight||document.documentElement.offsetHeight;for(var a=0;a<s_$Sb.length;a++)s_$Sb[a](s_bTb,s_cTb)}};
s_e().Ea();
}catch(e){_DumpException(e)}
try{
s_e().Fa("rNtpMd");
var s_jXj=s_O("rNtpMd");
var s_Y2=function(a){s_f.call(this,a.Ma);this.Aa=[];this.Ba=[];this.Ca=s_3o(s_lbb());this.ka=this.Ga("ZKZgXb").el();this.wa=s_c(this.k7b,this)};s_i(s_Y2,s_f);s_Y2.Ia=s_f.Ia;s_=s_Y2.prototype;s_.oKc=function(){var a=this.Ka().el();s_I(a,!0);this.Ga("tqp7ud").el().focus();s_eTb(this.wa);this.ka.scrollTop=this.ka.scrollHeight;this.ka.scrollHeight>this.ka.clientHeight&&(a=this.Ga("BWZiqe").el(),s_M(a,"WVVfgf"),s_M(this.ka,"aocMHc"))};s_.Xwa=function(){s_I(this.Ka().el(),!1);s_fTb(this.wa)};
s_.a6=function(a){27===a.event.keyCode&&(this.Xwa(),this.trigger(s_gXj))};s_.aXb=function(a){a=a.event.toElement||a.event.relatedTarget;a||(a=document.activeElement);a&&!this.Ka().el().contains(a)&&(this.Xwa(),this.trigger(s_gXj))};
s_.Vqc=function(a){var b=this.Ga("lgqBeb").el(),c=this.Ga("oZNAJf").el();if(c&&b){var d=a.data.DXb,e=a.data.xUc,f=a.data.CXb,g=a.data.wUc;s_Ic(d,this.Aa)&&s_Ic(e,this.Ba)||(this.Aa=d,this.Ba=e,a=s_Df("TABLE"),s_M(a,"Rmdvuf"),d=s_kXj(this,d,f),f=s_Df("TD"),f.textContent="=",s_$h(f,["Qha0zd","rWBn8c"]),e=s_kXj(this,e,g),a.appendChild(d),a.appendChild(f),a.appendChild(e),this.ka.appendChild(a),30<this.ka.childElementCount&&this.ka.removeChild(this.ka.firstElementChild),s_I(b,!1),s_I(c,!0))}};
s_.k7b=function(){if(0!=this.ka.childElementCount){var a=this.ka.firstElementChild.getBoundingClientRect().width;if(0!=a)for(var b=this.ka.children,c=0;c<b.length;c++){var d=b[c].children,e=d[0],f=d[1].getBoundingClientRect().width;d=d[2].getBoundingClientRect().width;s_H(e,"max-width",(a-f-d).toString()+"px")}}};
var s_kXj=function(a,b,c){var d=s_Df("TD");d.ka=b;s_Bd(d,s_4o(a.Ca,c));d.ka=b.slice();s_$h(d,["Qha0zd","o6j6Nb"]);b.includes("ERROR")?s_M(d,"NwXdZb"):(d.tabIndex=0,s_G(d,"click",function(){return s_lXj(a,d.ka)}),s_G(d,"keypress",function(e){var f=d.ka;if(" "===e.key||"Spacebar"===e.key||"Enter"===e.key)e.preventDefault(),s_lXj(a,f)}));return d},s_lXj=function(a,b){a.trigger(s_eXj,{kpc:b});(b=a.Ga("ZKZgXb").el())&&s_R(b);a.Xwa();a.trigger(s_fXj)};s_P(s_Y2.prototype,"O3vCOc",function(){return this.Vqc});
s_P(s_Y2.prototype,"yOCnrc",function(){return this.aXb});s_P(s_Y2.prototype,"Jmgzxb",function(){return this.a6});s_P(s_Y2.prototype,"JSYqqe",function(){return this.Xwa});s_P(s_Y2.prototype,"JyrG9d",function(){return this.oKc});s_S(s_jXj,s_Y2);
s_e().Ea();
}catch(e){_DumpException(e)}
// Google Inc.
try{
s_e().Fa("wkrYee");
var s_cq=function(a){s_L.call(this,a.Ma);var b=this;this.ka=a.service.window.get();this.Ba=this.Yw();this.Ca=window.orientation;this.wa=function(){var c=b.Yw(),d="orientation"in window&&90===Math.abs(window.orientation)&&b.Ca===-1*window.orientation;b.Ca=window.orientation;if(c!==b.Ba||d){b.Ba=c;d=s_a(b.Aa);for(var e=d.next();!e.done;e=d.next()){e=e.value;var f=new s_ijb(c);try{e(f)}catch(g){s_Ea(g)}}}};this.Aa=new Set;this.ka.addEventListener("resize",this.wa);"orientation"in window&&this.ka.addEventListener("orientationchange",
this.wa)};s_i(s_cq,s_L);s_cq.Ia=function(){return{service:{window:s_aj}}};s_cq.prototype.addListener=function(a){this.Aa.add(a)};s_cq.prototype.removeListener=function(a){this.Aa.delete(a)};s_cq.prototype.Yw=function(){if(s_jkb()){var a=s_uf(this.ka);a=new s_jf(a.width,Math.round(a.width*this.ka.innerHeight/this.ka.innerWidth))}else a=this.yc()||(s_7d()?s_jkb():this.ka.VisualViewport)?s_uf(this.ka):new s_jf(this.ka.innerWidth,this.ka.innerHeight);return a.height<a.width};
s_cq.prototype.destroy=function(){this.ka.removeEventListener("resize",this.wa);this.ka.removeEventListener("orientationchange",this.wa)};var s_jkb=function(){return s_7d()&&s_sd()&&!navigator.userAgent.includes("GSA")};s_cq.prototype.yc=function(){return s_kkb};var s_kkb=!1;s_Ii(s_9ra,s_cq);
s_kkb=!0;
s_e().Ea();
}catch(e){_DumpException(e)}
// Google Inc.
.gb_8e{background:rgba(60,64,67,0.90);-webkit-border-radius:4px;border-radius:4px;color:#ffffff;font:500 12px 'Roboto',arial,sans-serif;letter-spacing:.8px;line-height:16px;margin-top:4px;min-height:14px;padding:4px 8px;position:absolute;z-index:1000;-webkit-font-smoothing:antialiased}sentinel{}
\ No newline at end of file
this.gbar_=this.gbar_||{};(function(_){var window=this;
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var Be=function(a,b){this.A=a;this.B=b;this.o=0;this.j=null};Be.prototype.get=function(){if(0<this.o){this.o--;var a=this.j;this.j=a.next;a.next=null}else a=this.A();return a};var Ce=function(a,b){a.B(b);100>a.o&&(a.o++,b.next=a.j,a.j=b)};
var De=function(a){_.p.setTimeout(function(){throw a;},0)},Ee,Fe=function(){var a=_.p.MessageChannel;"undefined"===typeof a&&"undefined"!==typeof window&&window.postMessage&&window.addEventListener&&!_.w("Presto")&&(a=function(){var e=_.ve("IFRAME");e.style.display="none";document.documentElement.appendChild(e);var f=e.contentWindow;e=f.document;e.open();e.close();var g="callImmediate"+Math.random(),k="file:"==f.location.protocol?"*":f.location.protocol+"//"+f.location.host;e=(0,_.q)(function(l){if(("*"==
k||l.origin==k)&&l.data==g)this.port1.onmessage()},this);f.addEventListener("message",e,!1);this.port1={};this.port2={postMessage:function(){f.postMessage(g,k)}}});if("undefined"!==typeof a&&!_.xb()){var b=new a,c={},d=c;b.port1.onmessage=function(){if(void 0!==c.next){c=c.next;var e=c.Lf;c.Lf=null;e()}};return function(e){d.next={Lf:e};d=d.next;b.port2.postMessage(0)}}return function(e){_.p.setTimeout(e,0)}};
var Ge=function(){this.o=this.j=null},Ie=new Be(function(){return new He},function(a){a.reset()});Ge.prototype.add=function(a,b){var c=Ie.get();c.set(a,b);this.o?this.o.next=c:this.j=c;this.o=c};Ge.prototype.remove=function(){var a=null;this.j&&(a=this.j,this.j=this.j.next,this.j||(this.o=null),a.next=null);return a};var He=function(){this.next=this.scope=this.$b=null};He.prototype.set=function(a,b){this.$b=a;this.scope=b;this.next=null};
He.prototype.reset=function(){this.next=this.scope=this.$b=null};
var Je,Ke,Le,Me,Oe;_.Ne=function(a,b){Je||Ke();Le||(Je(),Le=!0);Me.add(a,b)};Ke=function(){if(_.p.Promise&&_.p.Promise.resolve){var a=_.p.Promise.resolve(void 0);Je=function(){a.then(Oe)}}else Je=function(){var b=Oe;!_.za(_.p.setImmediate)||_.p.Window&&_.p.Window.prototype&&!_.w("Edge")&&_.p.Window.prototype.setImmediate==_.p.setImmediate?(Ee||(Ee=Fe()),Ee(b)):_.p.setImmediate(b)}};Le=!1;Me=new Ge;Oe=function(){for(var a;a=Me.remove();){try{a.$b.call(a.scope)}catch(b){De(b)}Ce(Ie,a)}Le=!1};
_.Pe=function(a){if(!a)return!1;try{return!!a.$goog_Thenable}catch(b){return!1}};
var Se,ef,af,Ze,$e,ff,df,gf;_.Re=function(a){this.j=0;this.F=void 0;this.B=this.o=this.A=null;this.C=this.D=!1;if(a!=_.va)try{var b=this;a.call(void 0,function(c){_.Qe(b,2,c)},function(c){_.Qe(b,3,c)})}catch(c){_.Qe(this,3,c)}};Se=function(){this.next=this.context=this.o=this.A=this.j=null;this.B=!1};Se.prototype.reset=function(){this.context=this.o=this.A=this.j=null;this.B=!1};
var Te=new Be(function(){return new Se},function(a){a.reset()}),Ue=function(a,b,c){var d=Te.get();d.A=a;d.o=b;d.context=c;return d};_.Re.prototype.then=function(a,b,c){return Ve(this,_.za(a)?a:null,_.za(b)?b:null,c)};_.Re.prototype.$goog_Thenable=!0;_.We=function(a,b){return Ve(a,null,b,void 0)};_.Re.prototype.cancel=function(a){if(0==this.j){var b=new _.Xe(a);_.Ne(function(){Ye(this,b)},this)}};
var Ye=function(a,b){if(0==a.j)if(a.A){var c=a.A;if(c.o){for(var d=0,e=null,f=null,g=c.o;g&&(g.B||(d++,g.j==a&&(e=g),!(e&&1<d)));g=g.next)e||(f=g);e&&(0==c.j&&1==d?Ye(c,b):(f?(d=f,d.next==c.B&&(c.B=d),d.next=d.next.next):Ze(c),$e(c,e,3,b)))}a.A=null}else _.Qe(a,3,b)},bf=function(a,b){a.o||2!=a.j&&3!=a.j||af(a);a.B?a.B.next=b:a.o=b;a.B=b},Ve=function(a,b,c,d){var e=Ue(null,null,null);e.j=new _.Re(function(f,g){e.A=b?function(k){try{var l=b.call(d,k);f(l)}catch(m){g(m)}}:f;e.o=c?function(k){try{var l=
c.call(d,k);void 0===l&&k instanceof _.Xe?g(k):f(l)}catch(m){g(m)}}:g});e.j.A=a;bf(a,e);return e.j};_.Re.prototype.K=function(a){this.j=0;_.Qe(this,2,a)};_.Re.prototype.J=function(a){this.j=0;_.Qe(this,3,a)};_.Qe=function(a,b,c){0==a.j&&(a===c&&(b=3,c=new TypeError("q")),a.j=1,_.cf(c,a.K,a.J,a)||(a.F=c,a.j=b,a.A=null,af(a),3!=b||c instanceof _.Xe||df(a,c)))};
_.cf=function(a,b,c,d){if(a instanceof _.Re)return bf(a,Ue(b||_.va,c||null,d)),!0;if(_.Pe(a))return a.then(b,c,d),!0;if(_.Aa(a))try{var e=a.then;if(_.za(e))return ef(a,e,b,c,d),!0}catch(f){return c.call(d,f),!0}return!1};ef=function(a,b,c,d,e){var f=!1,g=function(l){f||(f=!0,c.call(e,l))},k=function(l){f||(f=!0,d.call(e,l))};try{b.call(a,g,k)}catch(l){k(l)}};af=function(a){a.D||(a.D=!0,_.Ne(a.H,a))};Ze=function(a){var b=null;a.o&&(b=a.o,a.o=b.next,b.next=null);a.o||(a.B=null);return b};
_.Re.prototype.H=function(){for(var a;a=Ze(this);)$e(this,a,this.j,this.F);this.D=!1};$e=function(a,b,c,d){if(3==c&&b.o&&!b.B)for(;a&&a.C;a=a.A)a.C=!1;if(b.j)b.j.A=null,ff(b,c,d);else try{b.B?b.A.call(b.context):ff(b,c,d)}catch(e){gf.call(null,e)}Ce(Te,b)};ff=function(a,b,c){2==b?a.A.call(a.context,c):a.o&&a.o.call(a.context,c)};df=function(a,b){a.C=!0;_.Ne(function(){a.C&&gf.call(null,b)})};gf=De;_.Xe=function(a){_.Ha.call(this,a)};_.v(_.Xe,_.Ha);_.Xe.prototype.name="cancel";
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var kf;_.hf=function(a,b){a=a.split(".");b=b||_.p;for(var c=0;c<a.length;c++)if(b=b[a[c]],null==b)return null;return b};_.jf=function(a,b){b=(0,_.Ia)(a,b);var c;(c=0<=b)&&Array.prototype.splice.call(a,b,1);return c};kf=function(a,b){for(var c in a)if(b.call(void 0,a[c],c,a))return!0;return!1};_.lf=function(a,b){try{return _.Lb(a[b]),!0}catch(c){}return!1};
_.mf=function(a,b){this.type=a;this.currentTarget=this.target=b;this.defaultPrevented=this.j=!1};_.mf.prototype.stopPropagation=function(){this.j=!0};_.mf.prototype.preventDefault=function(){this.defaultPrevented=!0};
_.nf=function(a,b){_.mf.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.Ya=null;a&&this.init(a,b)};_.v(_.nf,_.mf);var of={2:"touch",3:"pen",4:"mouse"};
_.nf.prototype.init=function(a,b){var c=this.type=a.type,d=a.changedTouches&&a.changedTouches.length?a.changedTouches[0]:null;this.target=a.target||a.srcElement;this.currentTarget=b;(b=a.relatedTarget)?_.Rb&&(_.lf(b,"nodeName")||(b=null)):"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=_.Sb||void 0!==
a.offsetX?a.offsetX:a.layerX,this.offsetY=_.Sb||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:of[a.pointerType]||"";this.state=a.state;this.Ya=a;a.defaultPrevented&&this.preventDefault()};_.nf.prototype.stopPropagation=function(){_.nf.R.stopPropagation.call(this);this.Ya.stopPropagation?this.Ya.stopPropagation():this.Ya.cancelBubble=!0};_.nf.prototype.preventDefault=function(){_.nf.R.preventDefault.call(this);var a=this.Ya;if(a.preventDefault)a.preventDefault();else if(a.returnValue=!1,_.Md)try{if(a.ctrlKey||112<=a.keyCode&&123>=a.keyCode)a.keyCode=-1}catch(b){}};
var rf;_.pf="closure_listenable_"+(1E6*Math.random()|0);_.qf=function(a){return!(!a||!a[_.pf])};rf=0;
var sf;sf=function(a,b,c,d,e){this.listener=a;this.j=null;this.src=b;this.type=c;this.capture=!!d;this.me=e;this.key=++rf;this.Yc=this.Td=!1};_.tf=function(a){a.Yc=!0;a.listener=null;a.j=null;a.src=null;a.me=null};
_.uf=function(a){this.src=a;this.j={};this.o=0};_.uf.prototype.add=function(a,b,c,d,e){var f=a.toString();a=this.j[f];a||(a=this.j[f]=[],this.o++);var g=vf(a,b,d,e);-1<g?(b=a[g],c||(b.Td=!1)):(b=new sf(b,this.src,f,!!d,e),b.Td=c,a.push(b));return b};_.uf.prototype.remove=function(a,b,c,d){a=a.toString();if(!(a in this.j))return!1;var e=this.j[a];b=vf(e,b,c,d);return-1<b?(_.tf(e[b]),Array.prototype.splice.call(e,b,1),0==e.length&&(delete this.j[a],this.o--),!0):!1};
_.wf=function(a,b){var c=b.type;if(!(c in a.j))return!1;var d=_.jf(a.j[c],b);d&&(_.tf(b),0==a.j[c].length&&(delete a.j[c],a.o--));return d};_.uf.prototype.$d=function(a,b){a=this.j[a.toString()];var c=[];if(a)for(var d=0;d<a.length;++d){var e=a[d];e.capture==b&&c.push(e)}return c};_.uf.prototype.Ad=function(a,b,c,d){a=this.j[a.toString()];var e=-1;a&&(e=vf(a,b,c,d));return-1<e?a[e]:null};
_.uf.prototype.hasListener=function(a,b){var c=void 0!==a,d=c?a.toString():"",e=void 0!==b;return kf(this.j,function(f){for(var g=0;g<f.length;++g)if(!(c&&f[g].type!=d||e&&f[g].capture!=b))return!0;return!1})};var vf=function(a,b,c,d){for(var e=0;e<a.length;++e){var f=a[e];if(!f.Yc&&f.listener==b&&f.capture==!!c&&f.me==d)return e}return-1};
var xf,yf,zf,Cf,Ef,Ff,Kf,Jf,Gf,Lf;xf="closure_lm_"+(1E6*Math.random()|0);yf={};zf=0;_.O=function(a,b,c,d,e){if(d&&d.once)return _.Af(a,b,c,d,e);if(Array.isArray(b)){for(var f=0;f<b.length;f++)_.O(a,b[f],c,d,e);return null}c=_.Bf(c);return _.qf(a)?a.L(b,c,_.Aa(d)?!!d.capture:!!d,e):Cf(a,b,c,!1,d,e)};
Cf=function(a,b,c,d,e,f){if(!b)throw Error("r");var g=_.Aa(e)?!!e.capture:!!e,k=_.Df(a);k||(a[xf]=k=new _.uf(a));c=k.add(b,c,d,g,f);if(c.j)return c;d=Ef();c.j=d;d.src=a;d.listener=c;if(a.addEventListener)_.Nd||(e=g),void 0===e&&(e=!1),a.addEventListener(b.toString(),d,e);else if(a.attachEvent)a.attachEvent(Ff(b.toString()),d);else if(a.addListener&&a.removeListener)a.addListener(d);else throw Error("s");zf++;return c};
Ef=function(){var a=Gf,b=_.Ld?function(c){return a.call(b.src,b.listener,c)}:function(c){c=a.call(b.src,b.listener,c);if(!c)return c};return b};_.Af=function(a,b,c,d,e){if(Array.isArray(b)){for(var f=0;f<b.length;f++)_.Af(a,b[f],c,d,e);return null}c=_.Bf(c);return _.qf(a)?a.Ab(b,c,_.Aa(d)?!!d.capture:!!d,e):Cf(a,b,c,!0,d,e)};
_.Hf=function(a,b,c,d,e){if(Array.isArray(b))for(var f=0;f<b.length;f++)_.Hf(a,b[f],c,d,e);else d=_.Aa(d)?!!d.capture:!!d,c=_.Bf(c),_.qf(a)?a.Ea(b,c,d,e):a&&(a=_.Df(a))&&(b=a.Ad(b,c,d,e))&&_.If(b)};
_.If=function(a){if("number"===typeof a||!a||a.Yc)return!1;var b=a.src;if(_.qf(b))return b.$g(a);var c=a.type,d=a.j;b.removeEventListener?b.removeEventListener(c,d,a.capture):b.detachEvent?b.detachEvent(Ff(c),d):b.addListener&&b.removeListener&&b.removeListener(d);zf--;(c=_.Df(b))?(_.wf(c,a),0==c.o&&(c.src=null,b[xf]=null)):_.tf(a);return!0};Ff=function(a){return a in yf?yf[a]:yf[a]="on"+a};
Kf=function(a,b,c,d){var e=!0;if(a=_.Df(a))if(b=a.j[b.toString()])for(b=b.concat(),a=0;a<b.length;a++){var f=b[a];f&&f.capture==c&&!f.Yc&&(f=Jf(f,d),e=e&&!1!==f)}return e};Jf=function(a,b){var c=a.listener,d=a.me||a.src;a.Td&&_.If(a);return c.call(d,b)};
Gf=function(a,b){if(a.Yc)return!0;if(!_.Ld){var c=b||_.hf("window.event");b=new _.nf(c,this);var d=!0;if(!(0>c.keyCode||void 0!=c.returnValue)){a:{var e=!1;if(0==c.keyCode)try{c.keyCode=-1;break a}catch(g){e=!0}if(e||void 0==c.returnValue)c.returnValue=!0}c=[];for(e=b.currentTarget;e;e=e.parentNode)c.push(e);a=a.type;for(e=c.length-1;!b.j&&0<=e;e--){b.currentTarget=c[e];var f=Kf(c[e],a,!0,b);d=d&&f}for(e=0;!b.j&&e<c.length;e++)b.currentTarget=c[e],f=Kf(c[e],a,!1,b),d=d&&f}return d}return Jf(a,new _.nf(b,
this))};_.Df=function(a){a=a[xf];return a instanceof _.uf?a:null};Lf="__closure_events_fn_"+(1E9*Math.random()>>>0);_.Bf=function(a){if(_.za(a))return a;a[Lf]||(a[Lf]=function(b){return a.handleEvent(b)});return a[Lf]};
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var Rf,Zf;_.Mf=function(a){a&&"function"==typeof a.ua&&a.ua()};_.Nf=function(a,b){b=_.Sd(_.Mf,b);a.kb?b():(a.Xb||(a.Xb=[]),a.Xb.push(b))};_.Of=function(a){var b=[],c=0,d;for(d in a)b[c++]=a[d];return b};_.Pf=function(a,b){if((0,_.Ib)())for(;a.lastChild;)a.removeChild(a.lastChild);a.innerHTML=_.Eb(b)};_.Qf=function(a){var b=0,c;for(c in a.j){for(var d=a.j[c],e=0;e<d.length;e++)++b,_.tf(d[e]);delete a.j[c];a.o--}};_.Sf=function(a,b){return"string"===typeof b?a.getElementById(b):b};
_.Tf=function(a){return"CSS1Compat"==a.compatMode};_.Uf=function(a){a=(a||window).document;a=_.Tf(a)?a.documentElement:a.body;return new _.ne(a.clientWidth,a.clientHeight)};_.Vf=function(a){return a?a.parentWindow||a.defaultView:window};_.Wf=function(a){return _.ke&&void 0!=a.children?a.children:(0,_.Ka)(a.childNodes,function(b){return 1==b.nodeType})};
_.Xf=function(a,b){if(!a||!b)return!1;if(a.contains&&1==b.nodeType)return a==b||a.contains(b);if("undefined"!=typeof a.compareDocumentPosition)return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a};_.Yf=function(a){try{var b=a&&a.activeElement;return b&&b.nodeName?b:null}catch(c){return null}};Zf=function(a){this.j=a||_.p.document||document};_.h=Zf.prototype;_.h.G=function(a){return _.Sf(this.j,a)};_.h.Ca=function(a,b,c){return _.ue(this.j,arguments)};
_.h.createElement=function(a){return _.se(this.j,a)};_.h.de=function(a,b){a.appendChild(b)};_.h.fg=_.we;_.h.ee=_.xe;_.h.oi=_.Wf;_.h.eg=_.Xf;_.$f=function(a){return a?new Zf(_.ze(a)):Rf||(Rf=new Zf)};_.P=function(){_.I.call(this);this.Fb=new _.uf(this);this.mh=this;this.Ld=null};_.v(_.P,_.I);_.P.prototype[_.pf]=!0;_.h=_.P.prototype;_.h.fi=function(){return this.Ld};_.h.Jc=function(a){this.Ld=a};_.h.addEventListener=function(a,b,c,d){_.O(this,a,b,c,d)};
_.h.removeEventListener=function(a,b,c,d){_.Hf(this,a,b,c,d)};
_.h.dispatchEvent=function(a){var b,c=this.Ld;if(c)for(b=[];c;c=c.Ld)b.push(c);c=this.mh;var d=a.type||a;if("string"===typeof a)a=new _.mf(a,c);else if(a instanceof _.mf)a.target=a.target||c;else{var e=a;a=new _.mf(d,c);_.Qa(a,e)}e=!0;if(b)for(var f=b.length-1;!a.j&&0<=f;f--){var g=a.currentTarget=b[f];e=ag(g,d,!0,a)&&e}a.j||(g=a.currentTarget=c,e=ag(g,d,!0,a)&&e,a.j||(e=ag(g,d,!1,a)&&e));if(b)for(f=0;!a.j&&f<b.length;f++)g=a.currentTarget=b[f],e=ag(g,d,!1,a)&&e;return e};
_.h.T=function(){_.P.R.T.call(this);this.Fb&&_.Qf(this.Fb);this.Ld=null};_.h.L=function(a,b,c,d){return this.Fb.add(String(a),b,!1,c,d)};_.h.Ab=function(a,b,c,d){return this.Fb.add(String(a),b,!0,c,d)};_.h.Ea=function(a,b,c,d){return this.Fb.remove(String(a),b,c,d)};_.h.$g=function(a){return _.wf(this.Fb,a)};
var ag=function(a,b,c,d){b=a.Fb.j[String(b)];if(!b)return!0;b=b.concat();for(var e=!0,f=0;f<b.length;++f){var g=b[f];if(g&&!g.Yc&&g.capture==c){var k=g.listener,l=g.me||g.src;g.Td&&a.$g(g);e=!1!==k.call(l,d)&&e}}return e&&!d.defaultPrevented};_.P.prototype.$d=function(a,b){return this.Fb.$d(String(a),b)};_.P.prototype.Ad=function(a,b,c,d){return this.Fb.Ad(String(a),b,c,d)};_.P.prototype.hasListener=function(a,b){return this.Fb.hasListener(void 0!==a?String(a):void 0,b)};
_.bg=function(a,b){_.P.call(this);this.o=a||1;this.j=b||_.p;this.A=(0,_.q)(this.Pk,this);this.B=(0,_.Ea)()};_.v(_.bg,_.P);_.h=_.bg.prototype;_.h.xc=!1;_.h.Lb=null;_.h.Pk=function(){if(this.xc){var a=(0,_.Ea)()-this.B;0<a&&a<.8*this.o?this.Lb=this.j.setTimeout(this.A,this.o-a):(this.Lb&&(this.j.clearTimeout(this.Lb),this.Lb=null),this.dispatchEvent("tick"),this.xc&&(this.stop(),this.start()))}};_.h.start=function(){this.xc=!0;this.Lb||(this.Lb=this.j.setTimeout(this.A,this.o),this.B=(0,_.Ea)())};
_.h.stop=function(){this.xc=!1;this.Lb&&(this.j.clearTimeout(this.Lb),this.Lb=null)};_.h.T=function(){_.bg.R.T.call(this);this.stop();delete this.j};_.cg=function(a,b,c){if(_.za(a))c&&(a=(0,_.q)(a,c));else if(a&&"function"==typeof a.handleEvent)a=(0,_.q)(a.handleEvent,a);else throw Error("t");return 2147483647<Number(b)?-1:_.p.setTimeout(a,b||0)};_.dg=function(a){_.p.clearTimeout(a)};
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
_.eg=function(a){return/^[\s\xa0]*$/.test(a)};
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var fg;fg=[1,4,2];_.gg=function(a){return(_.Kd?0==a.Ya.button:"click"==a.type?!0:!!(a.Ya.button&fg[0]))&&!(_.Tb&&a.ctrlKey)};_.ig=function(a){_.I.call(this);this.$=a;this.W={}};_.v(_.ig,_.I);var jg=[];_.ig.prototype.L=function(a,b,c,d){return kg(this,a,b,c,d)};_.ig.prototype.B=function(a,b,c,d,e){return kg(this,a,b,c,d,e)};
var kg=function(a,b,c,d,e,f){Array.isArray(c)||(c&&(jg[0]=c.toString()),c=jg);for(var g=0;g<c.length;g++){var k=_.O(b,c[g],d||a.handleEvent,e||!1,f||a.$||a);if(!k)break;a.W[k.key]=k}return a};_.ig.prototype.Ab=function(a,b,c,d){return lg(this,a,b,c,d)};var lg=function(a,b,c,d,e,f){if(Array.isArray(c))for(var g=0;g<c.length;g++)lg(a,b,c[g],d,e,f);else{b=_.Af(b,c,d||a.handleEvent,e,f||a.$||a);if(!b)return a;a.W[b.key]=b}return a};
_.ig.prototype.Ea=function(a,b,c,d,e){if(Array.isArray(b))for(var f=0;f<b.length;f++)this.Ea(a,b[f],c,d,e);else c=c||this.handleEvent,d=_.Aa(d)?!!d.capture:!!d,e=e||this.$||this,c=_.Bf(c),d=!!d,b=_.qf(a)?a.Ad(b,c,d,e):a?(a=_.Df(a))?a.Ad(b,c,d,e):null:null,b&&(_.If(b),delete this.W[b.key]);return this};_.mg=function(a){_.Oa(a.W,function(b,c){this.W.hasOwnProperty(c)&&_.If(b)},a);a.W={}};_.ig.prototype.T=function(){_.ig.R.T.call(this);_.mg(this)};
_.ig.prototype.handleEvent=function(){throw Error("v");};
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var og,pg,qg;_.ng=function(a,b){var c=a.length-b.length;return 0<=c&&a.indexOf(b,c)==c};og=function(a){return"string"==typeof a.className?a.className:a.getAttribute&&a.getAttribute("class")||""};pg=function(a){return a.classList?a.classList:og(a).match(/\S+/g)||[]};qg=function(a,b){"string"==typeof a.className?a.className=b:a.setAttribute&&a.setAttribute("class",b)};_.Q=function(a,b){return a.classList?a.classList.contains(b):_.Na(pg(a),b)};
_.R=function(a,b){if(a.classList)a.classList.add(b);else if(!_.Q(a,b)){var c=og(a);qg(a,c+(0<c.length?" "+b:b))}};_.rg=function(a,b){if(a.classList)(0,_.Ja)(b,function(e){_.R(a,e)});else{var c={};(0,_.Ja)(pg(a),function(e){c[e]=!0});(0,_.Ja)(b,function(e){c[e]=!0});b="";for(var d in c)b+=0<b.length?" "+d:d;qg(a,b)}};_.T=function(a,b){a.classList?a.classList.remove(b):_.Q(a,b)&&qg(a,(0,_.Ka)(pg(a),function(c){return c!=b}).join(" "))};
_.sg=function(a,b){a.classList?(0,_.Ja)(b,function(c){_.T(a,c)}):qg(a,(0,_.Ka)(pg(a),function(c){return!_.Na(b,c)}).join(" "))};
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var ug,zg,Dg,Eg;_.tg=function(a){return new _.ne(a.width,a.height)};ug=0;_.vg=function(a){return Object.prototype.hasOwnProperty.call(a,_.Ba)&&a[_.Ba]||(a[_.Ba]=++ug)};_.wg=function(a,b,c){return 2>=arguments.length?Array.prototype.slice.call(a,b):Array.prototype.slice.call(a,b,c)};_.xg=function(a,b,c,d){Array.prototype.splice.apply(a,_.wg(arguments,1))};_.yg=function(a){return String(a).replace(/\-([a-z])/g,function(b,c){return c.toUpperCase()})};
zg=function(a){return a.replace(/(^|[\s]+)([a-z])/g,function(b,c,d){return c+d.toUpperCase()})};_.Ag=function(a,b){return a==b?!0:a&&b?a.width==b.width&&a.height==b.height:!1};_.Bg=function(a,b,c){return _.ue(document,arguments)};_.Cg=function(a,b){if("textContent"in a)a.textContent=b;else if(3==a.nodeType)a.data=String(b);else if(a.firstChild&&3==a.firstChild.nodeType){for(;a.lastChild!=a.firstChild;)a.removeChild(a.lastChild);a.firstChild.data=String(b)}else _.we(a),a.appendChild(_.ze(a).createTextNode(String(b)))};
Dg={SCRIPT:1,STYLE:1,HEAD:1,IFRAME:1,OBJECT:1};Eg={IMG:" ",BR:"\n"};_.Fg=function(a,b,c){if(!(a.nodeName in Dg))if(3==a.nodeType)c?b.push(String(a.nodeValue).replace(/(\r\n|\r|\n)/g,"")):b.push(a.nodeValue);else if(a.nodeName in Eg)b.push(Eg[a.nodeName]);else for(a=a.firstChild;a;)_.Fg(a,b,c),a=a.nextSibling};
var Ig,Gg;_.Hg=function(a,b,c){if("string"===typeof b)(b=Gg(a,b))&&(a.style[b]=c);else for(var d in b){c=a;var e=b[d],f=Gg(c,d);f&&(c.style[f]=e)}};Ig={};Gg=function(a,b){var c=Ig[b];if(!c){var d=_.yg(b);c=d;void 0===a.style[d]&&(d=(_.Sb?"Webkit":_.Rb?"Moz":_.x?"ms":_.Ob?"O":null)+zg(d),void 0!==a.style[d]&&(c=d));Ig[b]=c}return c};_.Jg=function(a,b){var c=a.style[_.yg(b)];return"undefined"!==typeof c?c:a.style[Gg(a,b)]||""};
_.Kg=function(a,b){var c=_.ze(a);return c.defaultView&&c.defaultView.getComputedStyle&&(a=c.defaultView.getComputedStyle(a,null))?a[b]||a.getPropertyValue(b)||"":""};_.Lg=function(a,b){return _.Kg(a,b)||(a.currentStyle?a.currentStyle[b]:null)||a.style&&a.style[b]};_.Mg=function(a){try{return a.getBoundingClientRect()}catch(b){return{left:0,top:0,right:0,bottom:0}}};_.Ng=function(a,b){"number"==typeof a&&(a=(b?Math.round(a):a)+"px");return a};
_.Pg=function(a){var b=_.Og;if("none"!=_.Lg(a,"display"))return b(a);var c=a.style,d=c.display,e=c.visibility,f=c.position;c.visibility="hidden";c.position="absolute";c.display="inline";a=b(a);c.display=d;c.position=f;c.visibility=e;return a};_.Og=function(a){var b=a.offsetWidth,c=a.offsetHeight,d=_.Sb&&!b&&!c;return(void 0===b||d)&&a.getBoundingClientRect?(a=_.Mg(a),new _.ne(a.right-a.left,a.bottom-a.top)):new _.ne(b,c)};_.Qg=_.Rb?"MozUserSelect":_.Sb||_.Pb?"WebkitUserSelect":null;
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var Rg,Tg;Rg=function(a,b){return null!==a&&b in a?a[b]:void 0};_.Sg=function(a){if(48<=a&&57>=a||96<=a&&106>=a||65<=a&&90>=a||(_.Sb||_.Pb)&&0==a)return!0;switch(a){case 32:case 43:case 63:case 64:case 107:case 109:case 110:case 111:case 186:case 59:case 189:case 187:case 61:case 188:case 190:case 191:case 192:case 222:case 219:case 220:case 221:case 163:case 58:return!0;case 173:return _.Rb;default:return!1}};
Tg=function(a){switch(a){case 61:return 187;case 59:return 186;case 173:return 189;case 224:return 91;case 0:return 224;default:return a}};_.Ug=function(a){if(_.Rb)a=Tg(a);else if(_.Tb&&_.Sb)switch(a){case 93:a=91}return a};
_.Vg=function(a,b,c,d,e,f){if(_.Sb&&!_.gc("525"))return!0;if(_.Tb&&e)return _.Sg(a);if(e&&!d)return!1;if(!_.Rb){"number"===typeof b&&(b=_.Ug(b));var g=17==b||18==b||_.Tb&&91==b;if((!c||_.Tb)&&g||_.Tb&&16==b&&(d||f))return!1}if((_.Sb||_.Pb)&&d&&c)switch(a){case 220:case 219:case 221:case 192:case 186:case 189:case 187:case 188:case 190:case 191:case 192:case 222:return!1}if(_.x&&d&&b==a)return!1;switch(a){case 13:return _.Rb?f||e?!1:!(c&&d):!0;case 27:return!(_.Sb||_.Pb||_.Rb)}return _.Rb&&(d||e||
f)?!1:_.Sg(a)};_.Wg=function(){};_.wa(_.Wg);_.Wg.prototype.j=0;_.Xg=function(a){return":"+(a.j++).toString(36)};
var Yg,bh;_.Zg=function(a){_.P.call(this);this.j=a||_.$f();this.sa=Yg;this.$=null;this.Da=!1;this.o=null;this.M=void 0;this.K=this.C=this.A=this.D=null;this.Eb=!1};_.v(_.Zg,_.P);_.Zg.prototype.Sa=_.Wg.va();Yg=null;_.$g=function(a){return a.$||(a.$=_.Xg(a.Sa))};_.Zg.prototype.G=function(){return this.o};_.ah=function(a){a.M||(a.M=new _.ig(a));return a.M};
bh=function(a,b){if(a==b)throw Error("x");var c;if(c=b&&a.A&&a.$){c=a.A;var d=a.$;c=c.K&&d?Rg(c.K,d)||null:null}if(c&&a.A!=b)throw Error("x");a.A=b;_.Zg.R.Jc.call(a,b)};_.Zg.prototype.Jc=function(a){if(this.A&&this.A!=a)throw Error("y");_.Zg.R.Jc.call(this,a)};_.Zg.prototype.Mb=function(){this.o=this.j.createElement("DIV")};_.Zg.prototype.Ma=function(a){ch(this,a)};var ch=function(a,b,c){if(a.Da)throw Error("z");a.o||a.Mb();b?b.insertBefore(a.o,c||null):a.j.j.body.appendChild(a.o);a.A&&!a.A.Da||a.Ha()};
_.h=_.Zg.prototype;_.h.Kf=function(){return!0};_.h.Yb=function(a){this.o=a};_.h.Ha=function(){this.Da=!0;_.dh(this,function(a){!a.Da&&a.G()&&a.Ha()})};_.h.mb=function(){_.dh(this,function(a){a.Da&&a.mb()});this.M&&_.mg(this.M);this.Da=!1};_.h.T=function(){this.Da&&this.mb();this.M&&(this.M.ua(),delete this.M);_.dh(this,function(a){a.ua()});!this.Eb&&this.o&&_.xe(this.o);this.A=this.D=this.o=this.K=this.C=null;_.Zg.R.T.call(this)};
_.h.Cc=function(a,b,c){if(a.Da&&(c||!this.Da))throw Error("z");if(0>b||b>_.eh(this))throw Error("B");this.K&&this.C||(this.K={},this.C=[]);if(a.A==this){var d=_.$g(a);this.K[d]=a;_.jf(this.C,a)}else{d=this.K;var e=_.$g(a);if(null!==d&&e in d)throw Error("i`"+e);d[e]=a}bh(a,this);_.xg(this.C,b,0,a);a.Da&&this.Da&&a.A==this?(c=this.Sc(),(c.childNodes[b]||null)!=a.G()&&(a.G().parentElement==c&&c.removeChild(a.G()),b=c.childNodes[b]||null,c.insertBefore(a.G(),b))):c?(this.o||this.Mb(),b=_.fh(this,b+1),
ch(a,this.Sc(),b?b.o:null)):this.Da&&!a.Da&&a.o&&a.o.parentNode&&1==a.o.parentNode.nodeType&&a.Ha()};_.h.Sc=function(){return this.o};_.eh=function(a){return a.C?a.C.length:0};_.fh=function(a,b){return a.C?a.C[b]||null:null};_.dh=function(a,b,c){a.C&&(0,_.Ja)(a.C,b,c)};_.Zg.prototype.Cd=function(a,b){if(a){var c="string"===typeof a?a:_.$g(a);a=this.K&&c?Rg(this.K,c)||null:null;if(c&&a){var d=this.K;c in d&&delete d[c];_.jf(this.C,a);b&&(a.mb(),a.o&&_.xe(a.o));bh(a,null)}}if(!a)throw Error("C");return a};
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var gh;
_.hh=function(a,b){b?a.setAttribute("role",b):a.removeAttribute("role")};_.U=function(a,b,c){Array.isArray(c)&&(c=c.join(" "));var d="aria-"+b;""===c||void 0==c?(gh||(gh={atomic:!1,autocomplete:"none",dropeffect:"none",haspopup:!1,live:"off",multiline:!1,multiselectable:!1,orientation:"vertical",readonly:!1,relevant:"additions text",required:!1,sort:"none",busy:!1,disabled:!1,hidden:!1,invalid:"false"}),c=gh,b in c?a.setAttribute(d,c[b]):a.removeAttribute(d)):a.setAttribute(d,c)};
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
_.ih=!_.x&&!_.Ab();
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
_.kh=function(a,b,c){_.jh.L(b,c,void 0,a.$||a,a);return a};_.lh=function(a,b){b=b instanceof _.hb?b:_.ob(b);a.href=_.ib(b)};_.mh=function(a,b){var c=b||document;return c.querySelectorAll&&c.querySelector?c.querySelectorAll("."+a):_.pe(document,"*",a,b)};_.nh=function(a,b){b.parentNode&&b.parentNode.insertBefore(a,b.nextSibling)};_.oh=function(a,b){return b?_.Ae(a,function(c){return!b||"string"===typeof c.className&&_.Na(c.className.split(/\s+/),b)},void 0):null};
var ph,qh;ph=function(){};_.jh=new ph;qh=["click","keydown","keyup"];ph.prototype.L=function(a,b,c,d,e){var f=function(g){var k=_.Bf(b),l=_.ye(g.target)?g.target.getAttribute("role")||null:null;"click"==g.type&&_.gg(g)?k.call(d,g):13!=g.keyCode&&3!=g.keyCode||"keyup"==g.type?32!=g.keyCode||"keyup"!=g.type||"button"!=l&&"tab"!=l||(k.call(d,g),g.preventDefault()):(g.type="keypress",k.call(d,g))};f.Bb=b;f.Bk=d;e?e.L(a,qh,f,c):_.O(a,qh,f,c)};
ph.prototype.Ea=function(a,b,c,d,e){for(var f,g=0;f=qh[g];g++){var k=a;var l=f;var m=!!c;l=_.qf(k)?k.$d(l,m):k?(k=_.Df(k))?k.$d(l,m):[]:[];for(k=0;m=l[k];k++){var r=m.listener;if(r.Bb==b&&r.Bk==d){e?e.Ea(a,f,m.listener,c,d):_.Hf(a,f,m.listener,c,d);break}}}};
}catch(e){_._DumpException(e)}
try{
var rh;rh=function(a,b,c){if(a.o)return null;if(c instanceof Array){var d=null;c=_.ia(c);for(var e=c.next();!e.done;e=c.next())(e=rh(a,b,e.value))&&(d=e);return d}d=null;a.j&&a.j.type==c&&a.A==b&&(d=a.j,a.j=null);if(e=b.getAttribute("data-eqid"))b.removeAttribute("data-eqid"),(e=a.B[e])?b.removeEventListener?b.removeEventListener(c,e,!1):b.detachEvent&&b.detachEvent("on"+c,e):a.C.log(Error("o`"+b));return d};_.sh=function(a,b,c){return function(){try{return b.apply(c,arguments)}catch(d){a.log(d)}}};
_.uh=function(a,b,c,d,e,f){d=_.sh(a,d,f);a=_.O(b,c,d,e,f);_.th(b,c);return a};_.th=function(a,b){if(a instanceof Element&&(b=rh(_.Kc("eq"),a,b||[])))if(_.x&&b instanceof MouseEvent&&a.dispatchEvent){var c=document.createEvent("MouseEvent");c.initMouseEvent(b.type,!0,!0,b.view,b.detail,b.screenX,b.screenY,b.clientX,b.clientY,b.ctrlKey,b.altKey,b.shiftKey,b.metaKey,b.button,b.relatedTarget);a.dispatchEvent(c)}else a.dispatchEvent&&a.dispatchEvent(b)};
}catch(e){_._DumpException(e)}
try{
_.vh=function(a,b){_.ig.call(this,b);this.C=a;this.Eb=b||this};_.v(_.vh,_.ig);_.vh.prototype.L=function(a,b,c,d){if(c){if("function"!=typeof c)throw new TypeError("D");c=_.sh(this.C,c,this.Eb);c=_.vh.R.L.call(this,a,b,c,d);_.th(a,wh(b));return c}return _.vh.R.L.call(this,a,b,c,d)};_.vh.prototype.B=function(a,b,c,d,e){if(c){if("function"!=typeof c)throw new TypeError("D");c=_.sh(this.C,c,e||this.Eb);c=_.vh.R.B.call(this,a,b,c,d,e);_.th(a,wh(b));return c}return _.vh.R.B.call(this,a,b,c,d,e)};
_.vh.prototype.Ab=function(a,b,c,d){if(c){if("function"!=typeof c)throw new TypeError("D");c=_.sh(this.C,c,this.Eb);c=_.vh.R.Ab.call(this,a,b,c,d);_.th(a,wh(b));return c}return _.vh.R.Ab.call(this,a,b,c,d)};var wh=function(a){return Array.isArray(a)?(0,_.La)(a,wh):"string"===typeof a?a:a?a.toString():a};
_.xh=function(a,b){_.vh.call(this,b);this.o=a};_.v(_.xh,_.vh);_.xh.prototype.G=function(){return this.o};_.xh.prototype.T=function(){this.o=null;_.xh.R.T.call(this)};
}catch(e){_._DumpException(e)}
try{
_.yh=function(a,b,c){_.xh.call(this,a,b);this.A=c;(a=_.N("gb_yc",this.o))&&_.kh(this,a,this.j)};_.v(_.yh,_.xh);_.yh.prototype.j=function(a){var b;(a=a.currentTarget)&&(a=a.getAttributeNode("data-ved"))&&a.value&&(b={ved:a.value});this.A.log(39,b)};
}catch(e){_._DumpException(e)}
try{
var Ah,Bh,Ch,Fh;_.V=function(a,b,c){c?_.R(a,b):_.T(a,b)};_.zh=function(a,b,c,d){if(null!=a)for(a=a.firstChild;a;){if(b(a)&&(c.push(a),d)||_.zh(a,b,c,d))return!0;a=a.nextSibling}return!1};Ah=function(a,b){var c=[];_.zh(a,b,c,!1);return c};Bh=function(a){return _.x&&!_.gc("9")?(a=a.getAttributeNode("tabindex"),null!=a&&a.specified):a.hasAttribute("tabindex")};Ch=function(a){a=a.tabIndex;return"number"===typeof a&&0<=a&&32768>a};
_.Dh=function(a){var b;if((b="A"==a.tagName&&a.hasAttribute("href")||"INPUT"==a.tagName||"TEXTAREA"==a.tagName||"SELECT"==a.tagName||"BUTTON"==a.tagName?!a.disabled&&(!Bh(a)||Ch(a)):Bh(a)&&Ch(a))&&_.x){var c;!_.za(a.getBoundingClientRect)||_.x&&null==a.parentElement?c={height:a.offsetHeight,width:a.offsetWidth}:c=a.getBoundingClientRect();a=null!=c&&0<c.height&&0<c.width}else a=b;return a};_.Eh=function(a,b){a=a.getAttribute("aria-"+b);return null==a||void 0==a?"":String(a)};
Fh=function(a){return null!=_.Ae(a,function(b){return 1==b.nodeType&&"true"==_.Eh(b,"hidden")})};_.Gh=function(a){return a?Ah(a,function(b){return 1==b.nodeType&&_.Dh(b)&&!Fh(b)}):[]};
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
_.Hh=function(a){return null==a?"":String(a)};
}catch(e){_._DumpException(e)}
try{
var Mh,Nh,Ph,Qh,Sh,Uh,Vh,$h,ai,di,ii,ji;_.Lh=function(a,b){b&&_.lh(a,a.href.replace(/([?&](continue|followup)=)[^&]*/g,"$1"+encodeURIComponent(b)))};Mh=function(a,b){if(void 0!==a.j||void 0!==a.o)throw Error("p");a.o=b;_.rd(a)};Nh=function(a){_.z(this,a,0,-1,null,null)};_.v(Nh,_.y);_.Oh=function(a,b){b.parentNode&&b.parentNode.insertBefore(a,b)};Ph=function(a){a=a.getAttribute("src");return null!=a&&""!=a};
Qh=function(a,b,c){a=_.N("gb_va",a.G());if(""!=b||""!=c)if(_.Q(a,"gb_sa"))""!=_.Jg(a,"background-image")&&(b=""!=c?c:b,_.Hg(a,"background-image","url('"+b+"')"),a=_.N("gb_Bc",a),null!=a&&Ph(a)&&a.setAttribute("src",b));else if("IMG"==a.tagName){var d=""!=b?b:c;null!=a&&Ph(a)&&a.setAttribute("src",d);b!=c&&(c=""!=c?c+" 2x ":"",""!=b&&(c=c+(""==c?"":",")+(b+" 1x")),a.setAttribute("srcset",c))}};_.Rh=function(a,b,c){_.I.call(this);this.Bb=a;this.o=b||0;this.j=c;this.Qa=(0,_.q)(this.ni,this)};
_.v(_.Rh,_.I);_.h=_.Rh.prototype;_.h.Qc=0;_.h.T=function(){_.Rh.R.T.call(this);this.stop();delete this.Bb;delete this.j};_.h.start=function(a){this.stop();this.Qc=_.cg(this.Qa,void 0!==a?a:this.o)};_.h.stop=function(){0!=this.Qc&&_.dg(this.Qc);this.Qc=0};_.h.ni=function(){this.Qc=0;this.Bb&&this.Bb.call(this.j)};Sh=function(a){return String(a).replace(/([A-Z])/g,"-$1").toLowerCase()};_.Th=function(a,b){return _.N(a,b)};Uh=function(a,b){var c=b.parentNode;c&&c.replaceChild(a,b)};
Vh=function(a,b){var c=[];return _.zh(a,b,c,!0)?c[0]:void 0};_.Wh=function(a,b){b?a.tabIndex=0:(a.tabIndex=-1,a.removeAttribute("tabIndex"))};_.Xh=function(a){if(_.le&&null!==a&&"innerText"in a)a=a.innerText.replace(/(\r\n|\r|\n)/g,"\n");else{var b=[];_.Fg(a,b,!0);a=b.join("")}a=a.replace(/ \xAD /g," ").replace(/\xAD/g,"");a=a.replace(/\u200B/g,"");_.le||(a=a.replace(/ +/g," "));" "!=a&&(a=a.replace(/^\s*/,""));return a};
_.Yh=function(a,b,c){if(_.ih&&a.dataset)a.dataset[b]=c;else{if(/-[a-z]/.test(b))throw Error("l");a.setAttribute("data-"+Sh(b),c)}};$h=function(a){if(/-[a-z]/.test("item"))return null;if(_.ih&&a.dataset){if(_.Bb()&&!("item"in a.dataset))return null;a=a.dataset.item;return void 0===a?null:a}return a.getAttribute("data-"+Sh("item"))};ai=function(a,b){return/-[a-z]/.test(b)?!1:_.ih&&a.dataset?b in a.dataset:a.hasAttribute?a.hasAttribute("data-"+Sh(b)):!!a.getAttribute("data-"+Sh(b))};
_.bi=function(a){this.o=a;this.j=null};_.ci=function(a){a.j||(a.j=_.O(a.o,"keydown",a.A,!1,a))};_.ei=function(a){di(a);_.V(a.o,"gb_u",!1)};_.bi.prototype.A=function(a){9!=a.keyCode||_.Q(this.o,"gb_u")||(_.V(this.o,"gb_u",!0),di(this))};di=function(a){a.j&&(_.If(a.j),a.j=null)};_.fi=function(a,b){_.P.call(this);this.D=a;b&&(this.D.id=b)};_.v(_.fi,_.P);_.h=_.fi.prototype;_.h.G=function(){return this.D};_.h.Xj=function(){return this.D.id};
_.h.ai=function(){var a=this.D.id;a||(a="gb$"+_.Xg(_.Wg.va()),this.D.id=a);return a};_.h.T=function(){_.xe(this.D);_.fi.R.T.call(this)};_.h.Jd=function(){return this.G()};_.gi=function(a){return Vh(a,function(b){return _.ye(b)&&_.Dh(b)})};_.hi=function(a){(a=_.gi(a))&&a.focus()};ii={El:"gb_ua",Tl:"gb_ae",jl:"gb_Pc"};ji=function(a,b){b||(b=this.createElement(),a.Jd().appendChild(b));_.fi.call(this,b);this.C=new _.ig(this);_.kh(this.C,this.G(),this.yi)};_.v(ji,_.fi);_.h=ji.prototype;
_.h.createElement=function(){var a=_.ve("LI");_.R(a,"gb_Wc");_.hh(a,"menuitem");return a};_.h.Qj=function(a){a?_.Yh(this.G(),"item",a):(a=this.G(),!/-[a-z]/.test("item")&&(_.ih&&a.dataset?ai(a,"item")&&delete a.dataset.item:a.removeAttribute("data-"+Sh("item"))));return this};_.h.Id=function(){return $h(this.G())};_.h.$c=function(a){_.V(this.G(),"gb_Da",a);return this};_.h.focus=function(){_.hi(this.G())};_.h.yi=function(){this.dispatchEvent("click")};
var ki=function(a,b){ji.call(this,a,b);this.A=_.Th("gb_Zc",this.G());this.B=_.N("gb_1c",this.A);this.j=null;this.o=_.N("gb_0c",this.A)};_.n(ki,ji);_.h=ki.prototype;_.h.createElement=function(){var a=ji.prototype.createElement.call(this);_.R(a,"gb_2c");var b=_.Bg("A","gb_Zc");_.Wh(b,!0);a.appendChild(b);var c=_.Bg("SPAN","gb_0c");b.appendChild(c);return a};_.h.Id=function(){return ji.prototype.Id.call(this)||this.Hg()};_.h.Hg=function(){return _.Xh(this.o)};_.h.Sj=function(a){_.Cg(this.o,a);return this};
_.h.Rj=function(a){this.B||(this.B=_.Bg("IMG","gb_1c"),this.B.setAttribute("alt",""),this.j?(Uh(this.B,this.j),this.j=null):_.Oh(this.B,this.o));this.B.setAttribute("src",a);return this};_.h.Gk=function(a){if(!(a instanceof Element&&"svg"==a.tagName.toLowerCase()))return this;this.B?(Uh(a,this.B),this.B=null):this.j?Uh(a,this.j):_.Oh(a,this.o);var b=a.getAttribute("class");b?a.setAttribute("class",b+" gb_1c"):a.setAttribute("class","gb_1c");this.j=a;return this};_.h.focus=function(){this.A.focus()};
_.li=function(a){_.fi.call(this,a);this.o=[];this.J={}};_.v(_.li,_.fi);_.li.prototype.sa=function(a){var b=this.J[a];if(b)return b;var c=document.getElementById(a);if(c)for(var d=0,e=this.o.length;d<e;++d)if(b=this.o[d],b.G()==c)return this.J[a]=b;return null};_.li.prototype.Ib=function(a){a.Jc(this);this.o.push(a);var b=a.D.id;b&&(this.J[b]=a)};_.li.prototype.$=function(){for(var a=0,b=this.o.length;a<b;a++)this.o[a].ua();this.J={};this.o=[]};
var mi=function(a,b){_.li.call(this,b||this.createElement());this.A=a;a=this.G().getElementsByClassName("gb_Wc");for(b=0;b<a.length;b++){var c=a[b];_.Q(c,"gb_2c")?this.Ib(new ki(this,c)):this.Ib(new ji(this,c))}this.j=_.N("gb_Xc",this.G())};_.v(mi,_.li);_.h=mi.prototype;_.h.createElement=function(){var a=_.ve("UL");_.R(a,"gb_Tc");var b=_.Bg("SPAN","gb_Xc");a.appendChild(b);return a};_.h.Ib=function(a){mi.R.Ib.call(this,a);var b=this.A,c=a.G();c=c.id||(c.id="gbm"+_.Xg(_.Wg.va()));b.P[c]=a};
_.h.Oj=function(){return null!=this.j?_.Xh(this.j):null};_.h.Pj=function(a){return null!=this.j?(_.Cg(this.j,a),this):null};_.h.uh=function(){var a=new ji(this);this.Ib(a);return a};_.h.vh=function(){var a=new ki(this);this.Ib(a);return a};
var ni=function(a){return a instanceof HTMLElement&&ai(a,"ogobm")},oi="click mousedown scroll touchstart wheel keydown".split(" "),pi=function(a,b){this.Qa=a;this.j=b},W=function(a,b,c,d,e,f,g){_.li.call(this,a);this.j=b;this.F=a;this.C=c;this.M=d;this.N=e;this.B=_.N("gb_Qc",this.j);this.O=new _.bi(this.B);this.H=_.N("gb_Rc",this.B);this.K=_.N("gb_Sc",this.B);this.P={};this.S=[];this.W=f||!1;this.U=g||!1;this.A=new _.ig(this);qi(this);a=this.B.getElementsByClassName("gb_Tc");for(b=0;b<a.length;b++)this.Ib(new mi(this,
a[b]))};_.n(W,_.li);_.h=W.prototype;_.h.T=function(){_.li.prototype.T.call(this);ri(this)};_.h.Jd=function(){return this.B};_.h.Tj=function(){return _.N("gb_Be",this.j)};_.h.sh=function(){si(this);return ti(this,this.H)};_.h.rh=function(){si(this);return ti(this,this.K)};var ti=function(a,b){var c=new mi(a),d=c.G();b.appendChild(d);a.Ib(c);return c},si=function(a){a.H||(a.H=_.ve("DIV"),_.R(a.H,"gb_Rc"),a.B.appendChild(a.H),a.K=_.ve("DIV"),_.R(a.K,"gb_Sc"),a.B.appendChild(a.K))};
W.prototype.ha=function(a){_.V(this.j,"gb_Oc",1==a);this.dispatchEvent("msc")};W.prototype.X=function(){return ui(this)?0:1};var vi=function(a,b){switch(b){case "menu":_.T(a.G(),"gb_Ja");break;case "back":_.T(a.C,"gb_Ja");break;case "close":_.T(a.M,"gb_Ja")}},wi=function(a){_.R(a.G(),"gb_Ja");_.R(a.C,"gb_Ja");_.R(a.M,"gb_Ja")},xi=function(a){return!_.Q(a,"gb_Ja")};_.h=W.prototype;_.h.isVisible=function(a){switch(a){case "menu":return xi(this.G());case "back":return xi(this.C);case "close":return xi(this.M)}return!1};
_.h.open=function(a){this.N||(a&&_.Hg(this.j,"transition","none"),this.dispatchEvent("beforeshow"),_.R(this.j,"gb_oa"),_.U(this.G(),"expanded",!0),_.hi(this.B),_.ci(this.O),this.dispatchEvent("open"),this.A.B(document.body,oi,this.sg,!0,this),this.A.L(document.body,"focusin",this.Ig),a&&_.cg(function(){_.Hg(this.j,"transition","")},0,this))};_.h.Dk=function(a){this.N&&_.U(this.G(),"expanded",a)};
_.h.close=function(a){this.N||(a&&_.Hg(this.j,"transition","none"),_.T(this.j,"gb_oa"),_.U(this.G(),"expanded",!1),document.activeElement==this.G()&&this.G().blur(),_.ei(this.O),this.dispatchEvent("close"),ri(this),a&&_.cg(function(){_.Hg(this.j,"transition","")},0,this))};_.h.Nk=function(a){xi(this.F)&&_.R(this.F,"gb_Ic");_.T(this.C,"gb_Ja");a&&_.Af(this.C,"click",a)};_.h.nj=function(){_.R(this.C,"gb_Ja");_.Q(this.F,"gb_Ic")&&_.T(this.F,"gb_Ic")};_.h.Ub=function(){return _.Q(this.j,"gb_oa")};
var qi=function(a){_.kh(a.A,a.G(),a.Z);a.G().addEventListener("keydown",function(b){32==b.keyCode&&b.preventDefault()});_.kh(a.A,a.B,a.Ui);a.A.L(a.j,"keydown",a.Uj);a.A.L(a.j,"keyup",a.Pi);_.kh(a.A,a.C,function(){this.dispatchEvent("bbc")});_.kh(a.A,a.M,function(){this.dispatchEvent("cbc")});if(_.Q(a.j,"gb_ua")||_.Q(a.j,"gb_ae"))a.A.L(window,"resize",a.V),a.V();_.Q(a.j,"gb_Kc")||a.A.Ab(window,"touchstart",function(){_.Hg(a.j,"overflow-y","auto")})};
W.prototype.V=function(){var a=window.visualViewport?window.visualViewport.height:window.innerHeight;a&&_.Hg(this.j,"height","calc("+a+"px - 100%)")};W.prototype.Z=function(){this.dispatchEvent("mbc");if(!this.N){if(this.Ub()){this.close();var a=!0}else this.open(),a=!1;a&&this.G().focus()}};var ui=function(a){return!_.Q(a.j,"gb_Oc")||_.Q(a.j,"gb_ua")||_.Q(a.j,"gb_ae")};_.h=W.prototype;_.h.Pi=function(a){9===a.keyCode&&this.Ub()&&(a=this.O,_.V(a.o,"gb_u",!0),di(a))};
_.h.Uj=function(a){a:{if(36==a.keyCode||35==a.keyCode){var b=_.Gh(this.j);if(0<b.length){var c=b[b.length-1];36==a.keyCode&&(c=!ui(this)&&1<b.length?b[1]:b[0]);c.focus();a.preventDefault();break a}}27!=a.keyCode||this.W&&!ui(this)||(this.close(),null!=this.F&&this.F.focus())}9===a.keyCode&&this.Ub()&&ui(this)&&(b=a.target,c=_.Gh(this.j),0<c.length&&(b==c[0]&&a.shiftKey?(c[c.length-1].focus(),a.preventDefault()):b!=c[c.length-1]||a.shiftKey||(c[0].focus(),a.preventDefault())))};
_.h.Ui=function(a){if(a.target instanceof Node){a:{a=a.target;for(var b=this.B;a&&a!==b;){var c=a.id;if(c in this.P){a=this.P[c];break a}a=a.parentNode}a=null}if(a){a=a.Id();b=0;for(c=this.S.length;b<c;++b){var d=this.S[b];d.Qa.call(d.j,a)}this.W&&!ui(this)||this.close()}}};
_.h.sg=function(a){this.Ub()&&a.target instanceof Node&&!(!ui(this)||this.U&&_.Ae(a.target,ni))&&("keydown"==a.type?27==a.keyCode&&(a.preventDefault(),a.stopPropagation(),this.close(),this.G().focus()):_.oh(a.target,"gb_F")||_.oh(a.target,"gb_Cc")||_.Xf(this.j,a.target)||("touchstart"==a.type&&(a.preventDefault(),a.stopPropagation()),this.close()))};
_.h.Ig=function(){this.Ub()&&(!ui(this)||"IFRAME"!=document.activeElement.tagName&&(this.U&&_.Ae(document.activeElement,ni)||_.oh(document.activeElement,"gb_Jc")||_.oh(document.activeElement,"gb_F")||_.hi(this.B)))};var ri=function(a){a.A.Ea(document.body,oi,a.sg,!1,a);a.A.Ea(document.body,"focusin",a.Ig)};W.prototype.Y=function(a,b){this.S.push(new pi(a,b))};_.yi=function(a){_.fi.call(this,a);_.jh.L(a,this.j,!1,this)};_.v(_.yi,_.fi);_.yi.prototype.j=function(a){this.dispatchEvent("click")||a.preventDefault()};
var zi=function(){this.j=null};zi.prototype.Pc=function(){return this.j};
var Ai=function(a,b,c){this.o=a;this.A=b;this.j=c||_.p};
var Bi=function(a){this.j=[];this.B=a||this};Bi.prototype.o=function(a,b,c){this.C(a,b,c);this.j.push(new Ai(a,b,c))};Bi.prototype.C=function(a,b,c){c=c||_.p;for(var d=0,e=this.j.length;d<e;d++){var f=this.j[d];if(f.o==a&&f.A==b&&f.j==c){this.j.splice(d,1);break}}};Bi.prototype.A=function(a){a.j=this.B;for(var b=0,c=this.j.length;b<c;b++){var d=this.j[b];"catc"==d.o&&d.A.call(d.j,a)}};
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
_.Di=function(a,b){_.P.call(this);this.j=a;this.A=Ci(this.j);this.F=b||100;this.B=_.O(a,"resize",this.C,!1,this)};_.v(_.Di,_.P);_.Di.prototype.T=function(){_.If(this.B);_.Di.R.T.call(this)};_.Di.prototype.C=function(){this.o||(this.o=new _.Rh(this.D,this.F,this),_.Nf(this,this.o));this.o.start()};
_.Di.prototype.D=function(){if(!this.j.kb){var a=this.A,b=Ci(this.j);this.A=b;if(a){var c=!1;a.width!=b.width&&(this.dispatchEvent("b"),c=!0);a.height!=b.height&&(this.dispatchEvent("a"),c=!0);c&&this.dispatchEvent("resize")}else this.dispatchEvent("a"),this.dispatchEvent("b"),this.dispatchEvent("resize")}};
var Ei=function(a){_.P.call(this);this.o=a||window;this.A=_.O(this.o,"resize",this.B,!1,this);this.j=_.Uf(this.o)},Fi,Ci;_.v(Ei,_.P);_.Gi=function(){var a=window,b=_.vg(a);return Fi[b]=Fi[b]||new Ei(a)};Fi={};Ci=function(a){return a.j?_.tg(a.j):null};Ei.prototype.T=function(){Ei.R.T.call(this);this.A&&(_.If(this.A),this.A=null);this.j=this.o=null};Ei.prototype.B=function(){var a=_.Uf(this.o);_.Ag(a,this.j)||(this.j=a,this.dispatchEvent("resize"))};
var Ii=function(a,b){this.B=new Bi(this);this.H=a;this.D=b;this.j=Hi(a.offsetWidth,this.D);this.K=new _.Di(_.Gi(),10);_.O(this.K,"b",function(){window.requestAnimationFrame?window.requestAnimationFrame((0,_.q)(this.F,this)):this.F()},!1,this)},Hi=function(a,b){for(var c=0,d=b.length-1,e=b[0];c<d;){if(a<=e.max)return e.id;e=b[++c]}return b[d].id};Ii.prototype.F=function(){var a=Hi(this.H.offsetWidth,this.D);a!=this.j&&(this.j=a,this.A(new zi))};Ii.prototype.o=function(a,b,c){this.B.o(a,b,c)};
Ii.prototype.C=function(a,b){this.B.C(a,b)};Ii.prototype.A=function(a){this.B.A(a)};
var Ji={id:"unlimitedProductControl",ve:Number.MAX_SAFE_INTEGER};
_.Ki=function(a){_.fi.call(this,a);_.O(a,"click",this.j,!1,this)};_.v(_.Ki,_.fi);_.Ki.prototype.o=function(){var a=this.G().getAttribute("aria-pressed");return(null==a?a:"boolean"===typeof a?a:"true"==a)||!1};_.Ki.prototype.j=function(a){a=a.currentTarget;var b=_.Eh(a,"pressed");_.eg(_.Hh(b))||"true"==b||"false"==b?_.U(a,"pressed","true"==b?"false":"true"):a.removeAttribute("aria-pressed");this.dispatchEvent("click")};
_.Li=function(){_.u("gbar.I",_.fi);_.fi.prototype.ia=_.fi.prototype.Xj;_.fi.prototype.ib=_.fi.prototype.G;_.fi.prototype.ic=_.fi.prototype.ai;_.u("gbar.J",_.li);_.li.prototype.ja=_.li.prototype.sa;_.li.prototype.jb=_.li.prototype.$;_.u("gbar.K",_.yi);_.u("gbar.L",_.Ki);_.Ki.prototype.la=_.Ki.prototype.o};
var X=function(a,b,c,d){_.P.call(this);this.A=a;_.T(this.A,"gb_2d");this.o=b;this.M=c;this.Eb="";this.Kb=d;this.H=this.j=null;this.Ga=this.P=this.X=!1;this.ta=_.J(_.C(this.o,16),!1);this.Y=new _.ig(this);this.Aa=_.N("gb_8c",this.A);this.V=_.J(_.C(b,6),!1);this.od=_.N("gb_cd",this.Aa);this.C=_.N("gb_3d",this.A);this.O=_.N("gb_de",this.A);(this.ka=_.J(_.C(this.o,21),!1))&&this.C&&(this.wa=_.N("gb_Qe",this.A),this.Kd=_.N("gb_Ue",this.A),this.S=_.N("gb_Re",this.A));this.J=_.N("gb_4c",this.A);this.U=_.N("gb_Vc",
this.A);this.kd=_.N("gb_5c",this.A);this.F=_.N("gb_ad",this.A);this.D=_.N("gb_fe",this.A);this.Z=Array.prototype.slice.call(_.mh("gb_le",this.A));this.W=!1;this.vc=_.J(_.C(this.o,19),!1);this.tc=_.J(_.C(this.o,20),!1);a=Mi(this,!0);b=Mi(this,!1);this.md=Math.max(a,b);this.$=_.C(this.o,15);c=_.Uc(_.A(this.o,30),0);0!=c&&Ni(this,c);a=Oi(this,a,b);this.K=new Ii(this.A,Pi);this.jc=_.L(_.A(this.o,37));this.hc=_.L(_.A(this.o,38));this.uc=_.Q(this.A,"gb_he");this.sd=_.J(_.C(this.o,39));this.ka&&this.C&&
(this.Oa=new Ii(this.A,Qi),this.Oa.o("catc",this.ma,this),this.ma(),_.kh(this.Y,this.wa,function(){var e=this.Kd,f=!_.Q(e,"gb_Ja");_.V(e,"gb_Ja",f)}));this.Kc=_.J(_.C(this.o,1),!1);this.wc=_.J(_.C(this.o,40),!1);this.kc=_.J(_.C(this.o,42),!1);Ri(this);Si(this,this.K.j);this.K.o("catc",this.mc,this);_.C(this.o,8)&&document.addEventListener("scroll",(0,_.q)(function(){_.V(this.A,"gb_5d",0<window.scrollY)},this));null!=this.D&&_.C(this.o,7)&&(this.ha=new Ii(this.D,a),this.ha.o("catc",this.Xe,this),this.Xe())};
_.v(X,_.P);var Ti="click mousedown scroll touchstart wheel keydown".split(" "),Pi=[{id:"gb_ua",max:599},{id:"gb_ae",max:1023},{id:"gb_Pc"}],Qi=[{id:{id:"oneProductControl",ve:1},max:320},{id:{id:"twoProductControl",ve:2},max:360},{id:{id:"threeProductControl",ve:3},max:410},{id:Ji}];_.h=X.prototype;_.h.G=function(){return this.A};_.h.Hk=function(a){this.H=a;Ui(this,this.X);a=Vi(this);0!=a&&Wi(this,a)};_.h.Ik=function(a,b){this.H&&Qh(this.H,a,b)};
_.h.$a=function(a){this.vb(a||this.sd?1:0);this.hb(a?this.jc:this.hc);var b=_.N("gb_4");null!=b&&_.V(b,"gb_ka",a);this.j&&this.wc&&_.V(this.j.j,"gb_Nc",a);_.td.va().j.then(function(c){this.kc&&c.Rk(a);c.$a(a)},void 0,this);_.Kc("dd").$a(a)};_.h.Jk=function(a){this.Aa&&(_.Cg(this.od,a||""),_.V(this.Aa,"gb_Ja",!a),this.V=!!a,Si(this,this.K.j))};_.h.Vj=function(){return _.N("gb_Be",this.C)};_.h.Xe=function(){if(null!=this.ha){var a=this.ha.j;3==a?Xi(this,!1):1==a?Xi(this,!0):Xi(this,"gb_Pc"==this.K.j)}};
var Xi=function(a,b){if(_.C(a.o,7)&&(!a.W||b)){if(a.$){var c=_.N("gb_Ie",a.A);if(c){var d=_.N("gb_Je",a.A),e="gb_Pc"!=a.K.j||b?"":a.md+"px";_.Hg(c,"min-width",e);_.Hg(d,"min-width",e)}}_.Q(a.D,"gb_We")!=b&&(_.V(a.D,"gb_We",b),b?a.dispatchEvent("sfi"):a.dispatchEvent("sfu"),_.V(_.N("gb_af",a.D),"gb_We",b),b&&a.ma())}},Ri=function(a){var b=_.td.va();a.C||Mh(b.o,Error("I"));_.J(_.C(a.o,11))||Mh(b.H,Error("J"));_.J(_.C(a.o,7))||Mh(b.F,Error("K"));_.J(_.C(a.o,12))||Mh(b.C,Error("L"));_.J(_.C(a.o,13))||
Mh(b.D,Error("M"));_.J(_.C(a.o,41))||Mh(b.A,Error("N"))},Si=function(a,b){if(!a.j&&a.C){var c=_.N("gb_Cc",a.A);if(c){var d=_.N("gb_Jc");if(d){var e=_.N("gb_Fc");if(e){var f=_.N("gb_Hc");if(f){a.j=new W(c,d,e,f,_.J(_.C(a.o,16),!1),_.J(_.C(a.o,9),!1),_.J(_.C(a.o,33),!1));a.j.L("open",a.qc,!1,a);a.j.L("close",a.nc,!1,a);a.j.L("msc",a.sc,!1,a);switch(_.A(a.o,32)){case 1:a.N("back");break;case 2:a.N("close");break;case 3:a.N("none");break;default:a.N("default")}_.Li();_.u("gbar.C",W);W.prototype.ca=W.prototype.Jd;
W.prototype.cb=W.prototype.sh;W.prototype.cc=W.prototype.Y;W.prototype.cd=W.prototype.ha;W.prototype.ce=W.prototype.rh;W.prototype.cf=W.prototype.open;W.prototype.cg=W.prototype.close;W.prototype.ch=W.prototype.X;W.prototype.ci=W.prototype.Nk;W.prototype.cj=W.prototype.nj;W.prototype.ck=W.prototype.Ub;W.prototype.cl=W.prototype.Dk;W.prototype.cm=W.prototype.Tj;_.u("gbar.D",mi);mi.prototype.da=mi.prototype.uh;mi.prototype.db=mi.prototype.vh;mi.prototype.dc=mi.prototype.Oj;mi.prototype.dd=mi.prototype.Pj;
_.u("gbar.E",ji);ji.prototype.ea=ji.prototype.G;ji.prototype.eb=ji.prototype.$c;ji.prototype.ec=ji.prototype.Qj;ji.prototype.ed=ji.prototype.Id;_.u("gbar.F",ki);ki.prototype.fa=ki.prototype.Sj;ki.prototype.fb=ki.prototype.Rj;ki.prototype.fc=ki.prototype.Gk;ki.prototype.fd=ki.prototype.Hg;ki.prototype.ed=ki.prototype.Id;_.sd(_.td.va().o,a.j)}else a.M.log(Error("E"))}else a.M.log(Error("F"))}else a.M.log(Error("G"))}else a.M.log(Error("H"))}a.j&&!a.P&&a.N("default");a.j&&a.tc&&a.N("none");Yi(a);a.vc||
a.ta?a.X=!0:(c="gb_ua"==b,d=_.J(_.C(a.o,5),!1),e=_.J(_.C(a.o,7),!1),a.X=!(a.V||c&&(d||e)));c=Zi(a,b);a.j&&c?_.$i(a)||null==a.U||(c=_.N("gb_Uc"),a.U.parentNode!=c&&c.insertBefore(a.U,c.childNodes[0]||null),_.R(a.J,"gb_ge"),a.sa(),a.dispatchEvent("upi")):_.$i(a)&&a.C&&null!=a.U&&(c=a.kd,c.insertBefore(a.U,c.childNodes[0]||null),_.T(a.J,"gb_ge"),a.sa(),a.dispatchEvent("upo"));c="gb_ua"==b;a.H&&!a.ta&&(d=a.H.G(),e=!a.V,_.V(d,"gb_Ja",!e),e&&Ui(a,a.X));a.j&&(a.j.isVisible("menu")||a.j.isVisible("back"))&&
!ui(a.j)&&(a.Ga=a.j.Ub());d=_.Of(ii);_.sg(a.A,d);_.R(a.A,b);_.C(a.o,7);a.$&&null!=a.F&&("gb_Pc"!=b?(_.Hg(a.F,"min-width",""),_.Hg(a.J,"min-width","")):(e=_.Pg(a.F).width,f=_.Pg(a.J).width,e=Math.max(e,f),_.Hg(a.F,"min-width",e+"px"),_.Hg(a.J,"min-width",e+"px")));c?a.W||(a.W=!0,Xi(a,a.W)):(a.W=!1,a.Xe());null!=a.D&&(e="gb_ae"==b,_.V(a.D,"gb_3e",!c&&!e),_.V(a.D,"gb_2e",c||e));a.j&&(c=a.j.j,_.sg(c,d),_.R(c,b),ui(a.j)?_.N("gb_pe",void 0).appendChild(c):a.A.appendChild(c),a.j.isVisible("menu")||a.j.isVisible("back"))&&
(b=!ui(a.j),c=a.j.Ub(),b&&!c&&a.Ga?a.j.open():!b&&c&&a.j.close());_.aj(a)},Ui=function(a,b){var c=_.N("gb_va",a.H.G());_.V(c,"gb_Ja",!b);a=_.N("gb_ne",a.H.G());null!=a&&_.V(a,"gb_Ae",!b)},Oi=function(a,b,c){var d=320,e=_.Uc(_.A(a.o,29),0);0<e&&(d=e);e=d+2*Math.max(b,c);b=d+b+c;return e!=b&&a.$?[{id:1,max:b},{id:2,max:e},{id:3}]:[{id:1,max:b},{id:3}]},Mi=function(a,b){if(a=_.N(b?"gb_Ie":"gb_Je",a.A)){var c=a.offsetWidth;(0,_.Ja)(a.children,function(d){_.Q(d,"gb_Ja")&&(c-=d.offsetWidth)});return c}return 0},
bj=function(a){return function(){a.click()}},cj=function(a){var b=_.N("gb_Ie",a.A),c=_.N("gb_Je",a.A),d=[];b&&(0,_.Ja)(b.children,function(e){d.push(e)});_.J(_.C(a.o,7),!1)&&(a=_.N("gb_We",a.D))&&(a=_.N("gb_Df",a),a.j=!0,d.push(a));c&&(0,_.Ja)(c.children,function(e){d.push(e)});return d};
X.prototype.ma=function(){if(this.ka&&this.C){var a=cj(this),b=!1;a=(0,_.Ka)(a,function(f){b=b||_.Q(f,"gb_Le");return _.Q(f,"gb_7c")||_.Q(f,"gb_Wf")||_.Q(f,"gb_Df")});var c=this.Oa.j.ve,d=!1;if(a.length>c||b)d=!0,c--;var e=a.length-c;if(d!=!_.Q(this.wa,"gb_Ja")||e!=this.S.children){_.V(this.wa,"gb_Ja",!d);if(d)for(;this.S.firstChild;)this.S.removeChild(this.S.firstChild);dj(this,a,c);d?this.Y.B(document.body,Ti,this.Fa,!0,this):this.Y.Ea(document.body,Ti,this.Fa,!1,this)}}};
var dj=function(a,b,c){b=(0,_.Ka)(b,function(f){return _.Q(f,"gb_Le")?(ej(this,f),!1):!0},a);for(var d=0;d<b.length;d++){var e=b[d];d>=c?ej(a,e):_.T(e,"gb_Ja")}},ej=function(a,b){_.R(b,"gb_Ja");var c=_.ve("LI");_.rg(c,["gb_Se","gb_Wc","gb_2c"]);_.Wh(c,!0);_.kh(a.Y,c,bj(b));var d=_.Bg("A","gb_Zc");c.appendChild(d);var e=_.Bg("SPAN","gb_0c");d.appendChild(e);d=b.j?b.getAttribute("aria-label"):b.title;_.Cg(e,d);d=!1;_.Q(b,"gb_Wf")&&(d=!0);var f,g=b.children[0];d?f=g.children[0].children[0].src:b.j?f=
"https://www.gstatic.com/images/icons/material/system/1x/search_black_24dp.png":f=g.src;a.B=_.Bg("IMG");_.rg(a.B,["gb_1c","gb_Te"]);a.B.setAttribute("src",f);_.Oh(a.B,e);a.S.appendChild(c)};X.prototype.Fa=function(a){!_.Q(this.Kd,"gb_Ja")&&a.target instanceof Node&&("keydown"==a.type?27==a.keyCode&&(a.preventDefault(),a.stopPropagation(),_.R(this.Kd,"gb_Ja"),this.G().focus()):_.Xf(this.Kd,a.target)||("touchstart"==a.type&&(a.preventDefault(),a.stopPropagation()),_.R(this.Kd,"gb_Ja")))};
X.prototype.mc=function(){Si(this,this.K.j);this.j&&_.fj(this,this.j.Ub(),!1);this.dispatchEvent("ffc")};_.fj=function(a,b,c){a.j&&(ui(a.j)&&(c=b=!1),a=document.body,_.V(a,"gb_Fe",b),_.V(a,"gb_Ee",c))};X.prototype.qc=function(){_.fj(this,!0,!0)};X.prototype.nc=function(){_.fj(this,!1,!0)};X.prototype.sc=function(){var a=ui(this.j),b=this.j.j;a?_.N("gb_pe",void 0).appendChild(b):this.A.appendChild(b)};_.$i=function(a){return!!a.j&&_.Q(a.J,"gb_ge")};
X.prototype.N=function(a){var b=!1;switch(a){case "back":this.P=!0;wi(this.j);vi(this.j,"back");b=!0;break;case "close":this.P=!0;wi(this.j);vi(this.j,"close");b=!0;break;case "default":this.P=!1;Zi(this,this.K.j)||this.Kc?(this.j&&!this.j.isVisible("menu")&&(wi(this.j),vi(this.j,"menu")),b=!0):(this.j&&this.j.isVisible("back")&&wi(this.j),this.j&&this.j.isVisible("menu")?(a=this.j,a.close(),_.R(a.G(),"gb_Ja"),xi(a.C)&&_.T(a.G(),"gb_Ic")):(a=_.N("gb_Cc",this.A))&&_.R(a,"gb_Ja"),b=!1);break;case "none":this.P=
!0,wi(this.j),b=!1}null!=this.F&&_.V(this.F,"gb_bd",b)};var Zi=function(a,b){var c="gb_ua"==b;b="gb_ae"==b;var d=_.J(_.C(a.o,5),!1),e=_.J(_.C(a.o,2),!1);return!(_.J(_.C(a.o,10),!1)||a.ta)&&e&&(c||b&&(d||a.V))};X.prototype.getHeight=function(){var a=this.A.offsetHeight;if(this.uc){var b=_.N("gb_Wd");b&&(a+=b.offsetHeight)}return a};_.aj=function(a){var b=a.getHeight()+"px";a.Eb!=b&&(a.Eb=b,a.Kb&&(a.Kb.style.height=b),a.dispatchEvent("resize"))};X.prototype.nd=function(){this.O&&_.aj(this)};
X.prototype.Ba=function(){if(!this.O){var a=_.ve("DIV");_.rg(a,["gb_de","gb_le"]);gj(a,Vi(this));a.style.backgroundColor=this.A.style.backgroundColor;this.Z.push(a);_.nh(a,this.C);this.O=a}return this.O};X.prototype.qd=function(){_.xe(this.O);this.O=null;_.aj(this)};_.hj=function(a,b){a.C?a.C.appendChild(b):a.J?a.J.appendChild(b):a.M.log(Error("O"))};X.prototype.vb=function(a){2==a&&(a=0);for(var b=0;b<this.Z.length;b++)gj(this.Z[b],a);Wi(this,a)};
var Wi=function(a,b){if(a.H){if(2==b){b=_.L(_.A(a.o,24),"");var c=_.L(_.A(a.o,27),"")}else 1==b?(b=_.L(_.A(a.o,23),""),c=_.L(_.A(a.o,26),"")):(b=_.L(_.A(a.o,22),""),c=_.L(_.A(a.o,25),""));""==b&&""==c||Qh(a.H,b,c)}},Vi=function(a){a=a.Z[0];return a.classList.contains("gb_Dc")?1:a.classList.contains("gb_me")?2:0},gj=function(a,b){_.sg(a,["gb_me","gb_Dc"]);1==b?_.R(a,"gb_Dc"):2==b&&_.R(a,"gb_me")};X.prototype.hb=function(a){this.A.style.backgroundColor=a};X.prototype.lc=function(){return this.A.style.backgroundColor};
X.prototype.sa=function(){var a=_.Kc("dd");_.Jh(a)&&_.Jh(a).xe(!1);a.xf(null)};X.prototype.ud=function(a){Ni(this,a-8-10);Yi(this)};var Ni=function(a,b){null==a.D?a.M.log(Error("P")):a.$?a.M.log(Error("Q")):a.Sa=0>b?0:b},Yi=function(a){null!=a.F&&("gb_ua"==a.K.j?_.Hg(a.F,"min-width",""):null!=a.Sa&&_.Hg(a.F,"min-width",a.Sa+"px"))};X.prototype.vd=function(a){_.V(_.N("gb_wc",this.C),"gb_Ja",!a)};X.prototype.rd=function(a){if(a){var b=_.N("gb_4");null!=b&&_.Lh(b,a);_.td.va().j.then(function(c){c.Tg(a)})}};
var ij=function(a,b){b.xa=b.type;b.xb=b.target;return a.call(this,b)};
var jj;_.P.prototype.za=_.Sd(function(a,b,c,d,e){return a.call(this,b,_.Sd(ij,c),d,e)},_.P.prototype.L);_.P.prototype.zb=_.P.prototype.fi;var kj=_.N("gb_ta");
if(null==kj)jj=null;else{var lj=_.G(_.vd,Nh,6)||new Nh,mj=new X(kj,lj,_.M,_.N("gb_6d"));_.u("gbar.P",X);X.prototype.pa=X.prototype.getHeight;X.prototype.pb=X.prototype.Jk;X.prototype.pc=X.prototype.vb;X.prototype.pd=X.prototype.hb;X.prototype.pe=X.prototype.Ba;X.prototype.pf=X.prototype.nd;X.prototype.pg=X.prototype.qd;X.prototype.ph=X.prototype.Vj;X.prototype.pi=X.prototype.sa;X.prototype.pj=X.prototype.ud;X.prototype.pk=X.prototype.vd;X.prototype.pl=X.prototype.rd;X.prototype.pm=X.prototype.N;X.prototype.pn=
X.prototype.lc;X.prototype.po=X.prototype.Ik;X.prototype.pp=X.prototype.$a;_.sd(_.td.va().B,mj);jj=mj}_.nj=jj;
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
_.Lj=function(a){switch(a){case 200:case 201:case 202:case 204:case 206:case 304:case 1223:return!0;default:return!1}};
_.Mj=function(){};_.Mj.prototype.o=null;
var Oj;Oj=function(){};_.v(Oj,_.Mj);Oj.prototype.j=function(){var a=Pj(this);return a?new ActiveXObject(a):new XMLHttpRequest};Oj.prototype.B=function(){var a={};Pj(this)&&(a[0]=!0,a[1]=!0);return a};var Pj=function(a){if(!a.A&&"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.A=d}catch(e){}}throw Error("U");}return a.A};
_.Nj=new Oj;
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
_.Qj=function(a,b,c){a.j||(a.j={});if(!a.j[c]){for(var d=_.A(a,c),e=[],f=0;f<d.length;f++)e[f]=new b(d[f]);a.j[c]=e}};_.Rj=function(a,b,c){_.Qj(a,b,c);b=a.j[c];b==_.vc&&(b=a.j[c]=[]);return b};_.Sj=function(a){return a.contentDocument||a.contentWindow.document};
_.Uj=function(a,b){this.o={};this.j=[];this.A=0;var c=arguments.length;if(1<c){if(c%2)throw Error("j");for(var d=0;d<c;d+=2)this.set(arguments[d],arguments[d+1])}else a&&_.Tj(this,a)};_.Uj.prototype.Ra=function(){Vj(this);for(var a=[],b=0;b<this.j.length;b++)a.push(this.o[this.j[b]]);return a};_.Uj.prototype.nb=function(){Vj(this);return this.j.concat()};_.Xj=function(a,b){return Wj(a.o,b)};_.Uj.prototype.Ac=function(){return 0==this.A};
_.Uj.prototype.clear=function(){this.o={};this.A=this.j.length=0};_.Uj.prototype.remove=function(a){return Wj(this.o,a)?(delete this.o[a],this.A--,this.j.length>2*this.A&&Vj(this),!0):!1};var Vj=function(a){if(a.A!=a.j.length){for(var b=0,c=0;b<a.j.length;){var d=a.j[b];Wj(a.o,d)&&(a.j[c++]=d);b++}a.j.length=c}if(a.A!=a.j.length){var e={};for(c=b=0;b<a.j.length;)d=a.j[b],Wj(e,d)||(a.j[c++]=d,e[d]=1),b++;a.j.length=c}};_.Uj.prototype.get=function(a,b){return Wj(this.o,a)?this.o[a]:b};
_.Uj.prototype.set=function(a,b){Wj(this.o,a)||(this.A++,this.j.push(a));this.o[a]=b};_.Tj=function(a,b){if(b instanceof _.Uj)for(var c=b.nb(),d=0;d<c.length;d++)a.set(c[d],b.get(c[d]));else for(c in b)a.set(c,b[c])};_.Uj.prototype.forEach=function(a,b){for(var c=this.nb(),d=0;d<c.length;d++){var e=c[d],f=this.get(e);a.call(b,f,e,this)}};var Wj=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)};
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var ek;_.Yj=function(a){return encodeURIComponent(String(a))};_.Zj=function(a,b,c,d,e,f){var g="";a&&(g+=a+":");c&&(g+="//",b&&(g+=b+"@"),g+=c,d&&(g+=":"+d));e&&(g+=e);f&&(g+="?"+f);return g};_.ak=/^(?:([^:/?#.]+):)?(?:\/\/(?:([^\\/?#]*)@)?([^\\/?#]*?)(?::([0-9]+))?(?=[\\/?#]|$))?([^?#]+)?(?:\?([^#]*))?(?:#([\s\S]*))?$/;_.bk=function(a){a=a.match(_.ak)[1]||null;!a&&_.p.self&&_.p.self.location&&(a=_.p.self.location.protocol,a=a.substr(0,a.length-1));return a?a.toLowerCase():""};
_.ck=function(a,b){if(!b)return a;var c=a.indexOf("#");0>c&&(c=a.length);var d=a.indexOf("?");if(0>d||d>c){d=c;var e=""}else e=a.substring(d+1,c);a=[a.substr(0,d),e,a.substr(c)];c=a[1];a[1]=b?c?c+"&"+b:b:c;return a[0]+(a[1]?"?"+a[1]:"")+a[2]};_.dk=function(a,b,c){if(Array.isArray(b))for(var d=0;d<b.length;d++)_.dk(a,String(b[d]),c);else null!=b&&c.push(a+(""===b?"":"="+_.Yj(b)))};ek=function(a,b){var c=[];for(b=b||0;b<a.length;b+=2)_.dk(a[b],a[b+1],c);return c.join("&")};
_.fk=function(a,b){var c=2==arguments.length?ek(arguments[1],0):ek(arguments,1);return _.ck(a,c)};
}catch(e){_._DumpException(e)}
try{
var gk,ik,kk,lk,nk,ok,qk,rk,wk;gk=function(a){if(Array.isArray(a)){for(var b=Array(a.length),c=0;c<a.length;c++){var d=a[c];null!=d&&(b[c]="object"==typeof d?gk(d):d)}return b}if(_.uc&&a instanceof Uint8Array)return new Uint8Array(a);b={};for(c in a)d=a[c],null!=d&&(b[c]="object"==typeof d?gk(d):d);return b};_.hk=function(a){return new a.constructor(gk(a.ub()))};ik=function(a,b){a.o=b;a.Lb&&a.xc?(a.stop(),a.start()):a.Lb&&a.stop()};
_.jk=function(a,b,c){a.j||(a.j={});c=c||[];for(var d=[],e=0;e<c.length;e++)d[e]=c[e].ub();a.j[b]=c;return _.F(a,b,d)};kk=function(a){return a.o||(a.o=a.B())};lk=function(a){if(a.Ra&&"function"==typeof a.Ra)return a.Ra();if("string"===typeof a)return a.split("");if(_.Wd(a)){for(var b=[],c=a.length,d=0;d<c;d++)b.push(a[d]);return b}return _.Of(a)};
nk=function(a){a:{var b=mk;for(var c=a.length,d="string"===typeof a?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a)){b=e;break a}b=-1}return 0>b?null:"string"===typeof a?a.charAt(b):a[b]};ok=function(a){var b=b||0;return function(){return a.apply(this,Array.prototype.slice.call(arguments,0,b))}};qk=function(){this.j=pk};qk.prototype.o=function(){return!!this.j};rk=function(a,b){return a+Math.random()*(b-a)};
_.sk=function(a,b){if(a.forEach&&"function"==typeof a.forEach)a.forEach(b,void 0);else if(_.Wd(a)||"string"===typeof a)(0,_.Ja)(a,b,void 0);else{if(a.nb&&"function"==typeof a.nb)var c=a.nb();else if(a.Ra&&"function"==typeof a.Ra)c=void 0;else if(_.Wd(a)||"string"===typeof a){c=[];for(var d=a.length,e=0;e<d;e++)c.push(e)}else for(e in c=[],d=0,a)c[d++]=e;d=lk(a);e=d.length;for(var f=0;f<e;f++)b.call(void 0,d[f],c&&c[f],a)}};_.tk=function(a,b,c){c=null!=c?"="+_.Yj(c):"";return _.ck(a,b+c)};
_.uk=function(a,b,c,d){for(var e=c.length;0<=(b=a.indexOf(c,b))&&b<d;){var f=a.charCodeAt(b-1);if(38==f||63==f)if(f=a.charCodeAt(b+e),!f||61==f||38==f||35==f)return b;b+=e+1}return-1};_.vk=/#|$/;wk=/[?&]($|#)/;_.xk=function(a,b){for(var c=a.search(_.vk),d=0,e,f=[];0<=(e=_.uk(a,d,b,c));)f.push(a.substring(d,e)),d=Math.min(a.indexOf("&",e)+1||c,c);f.push(a.substr(d));return f.join("").replace(wk,"$1")};
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
_.yk=function(a){a=String(a);if(/^\s*$/.test(a)?0:/^[\],:{}\s\u2028\u2029]*$/.test(a.replace(/\\["\\\/bfnrtu]/g,"@").replace(/(?:"[^"\\\n\r\u2028\u2029\x00-\x08\x0a-\x1f]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?)[\s\u2028\u2029]*(?=:|,|]|}|$)/g,"]").replace(/(?:^|:|,)(?:[\s\u2028\u2029]*\[)+/g,"")))try{return eval("("+a+")")}catch(b){}throw Error("V`"+a);};_.zk=/\uffff/.test("\uffff")?/[\\"\x00-\x1f\x7f-\uffff]/g:/[\\"\x00-\x1f\x7f-\xff]/g;
var Bk,Ck,Dk;_.Ak=function(a){_.P.call(this);this.headers=new _.Uj;this.M=a||null;this.o=!1;this.J=this.j=null;this.C="";this.A=0;this.B=this.O=this.F=this.N=!1;this.K=0;this.H=null;this.W="";this.P=this.D=!1};_.v(_.Ak,_.P);Bk=/^https?$/i;Ck=["POST","PUT"];Dk=[];_.Ek=function(a,b,c,d,e,f,g){var k=new _.Ak;Dk.push(k);b&&k.L("complete",b);k.Ab("ready",k.U);f&&(k.K=Math.max(0,f));g&&(k.D=g);k.send(a,c,d,e)};_.Ak.prototype.U=function(){this.ua();_.jf(Dk,this)};
_.Ak.prototype.send=function(a,b,c,d){if(this.j)throw Error("X`"+this.C+"`"+a);b=b?b.toUpperCase():"GET";this.C=a;this.A=0;this.N=!1;this.o=!0;this.j=this.M?this.M.j():_.Nj.j();this.J=this.M?kk(this.M):kk(_.Nj);this.j.onreadystatechange=(0,_.q)(this.S,this);try{this.O=!0,this.j.open(b,String(a),!0),this.O=!1}catch(f){Fk(this);return}a=c||"";var e=new _.Uj(this.headers);d&&_.sk(d,function(f,g){e.set(g,f)});d=nk(e.nb());c=_.p.FormData&&a instanceof _.p.FormData;!_.Na(Ck,b)||d||c||e.set("Content-Type",
"application/x-www-form-urlencoded;charset=utf-8");e.forEach(function(f,g){this.j.setRequestHeader(g,f)},this);this.W&&(this.j.responseType=this.W);"withCredentials"in this.j&&this.j.withCredentials!==this.D&&(this.j.withCredentials=this.D);try{Gk(this),0<this.K&&((this.P=Hk(this.j))?(this.j.timeout=this.K,this.j.ontimeout=(0,_.q)(this.Od,this)):this.H=_.cg(this.Od,this.K,this)),this.F=!0,this.j.send(a),this.F=!1}catch(f){Fk(this)}};
var Hk=function(a){return _.x&&_.gc(9)&&"number"===typeof a.timeout&&void 0!==a.ontimeout},mk=function(a){return"content-type"==a.toLowerCase()};_.Ak.prototype.Od=function(){"undefined"!=typeof _.ua&&this.j&&(this.A=8,this.dispatchEvent("timeout"),this.abort(8))};var Fk=function(a){a.o=!1;a.j&&(a.B=!0,a.j.abort(),a.B=!1);a.A=5;Ik(a);Jk(a)},Ik=function(a){a.N||(a.N=!0,a.dispatchEvent("complete"),a.dispatchEvent("error"))};
_.Ak.prototype.abort=function(a){this.j&&this.o&&(this.o=!1,this.B=!0,this.j.abort(),this.B=!1,this.A=a||7,this.dispatchEvent("complete"),this.dispatchEvent("abort"),Jk(this))};_.Ak.prototype.T=function(){this.j&&(this.o&&(this.o=!1,this.B=!0,this.j.abort(),this.B=!1),Jk(this,!0));_.Ak.R.T.call(this)};_.Ak.prototype.S=function(){this.kb||(this.O||this.F||this.B?Kk(this):this.V())};_.Ak.prototype.V=function(){Kk(this)};
var Kk=function(a){if(a.o&&"undefined"!=typeof _.ua&&(!a.J[1]||4!=_.Lk(a)||2!=a.Pb()))if(a.F&&4==_.Lk(a))_.cg(a.S,0,a);else if(a.dispatchEvent("readystatechange"),4==_.Lk(a)){a.o=!1;try{a.Vc()?(a.dispatchEvent("complete"),a.dispatchEvent("success")):(a.A=6,a.Pb(),Ik(a))}finally{Jk(a)}}},Jk=function(a,b){if(a.j){Gk(a);var c=a.j,d=a.J[0]?_.va:null;a.j=null;a.J=null;b||a.dispatchEvent("ready");try{c.onreadystatechange=d}catch(e){}}},Gk=function(a){a.j&&a.P&&(a.j.ontimeout=null);a.H&&(_.dg(a.H),a.H=null)};
_.Ak.prototype.Vc=function(){var a=this.Pb(),b;if(!(b=_.Lj(a))){if(a=0===a)a=_.bk(String(this.C)),a=!Bk.test(a);b=a}return b};_.Lk=function(a){return a.j?a.j.readyState:0};_.Ak.prototype.Pb=function(){try{return 2<_.Lk(this)?this.j.status:-1}catch(a){return-1}};_.Ak.prototype.ae=function(){try{return this.j?this.j.responseText:""}catch(a){return""}};_.Ak.prototype.dg=function(){if(this.j){a:{var a=this.j.responseText;if(_.p.JSON)try{var b=_.p.JSON.parse(a);break a}catch(c){}b=_.yk(a)}return b}};
var Mk=function(a){if(!a)return"";a=a.split("#")[0].split("?")[0];a=a.toLowerCase();0==a.indexOf("//")&&(a=window.location.protocol+a);/^[\w\-]*:\/\//.test(a)||(a=window.location.href);var b=a.substring(a.indexOf("://")+3),c=b.indexOf("/");-1!=c&&(b=b.substring(0,c));a=a.substring(0,a.indexOf("://"));if("http"!==a&&"https"!==a&&"chrome-extension"!==a&&"file"!==a&&"android-app"!==a&&"chrome-search"!==a&&"chrome-untrusted"!==a&&"chrome"!==a&&"app"!==a&&"devtools"!==a)throw Error("Y`"+a);c="";var d=
b.indexOf(":");if(-1!=d){var e=b.substring(d+1);b=b.substring(0,d);if("http"===a&&"80"!==e||"https"===a&&"443"!==e)c=":"+e}return a+"://"+b+c};
var Nk=function(){function a(){e[0]=1732584193;e[1]=4023233417;e[2]=2562383102;e[3]=271733878;e[4]=3285377520;r=m=0}function b(t){for(var D=g,B=0;64>B;B+=4)D[B/4]=t[B]<<24|t[B+1]<<16|t[B+2]<<8|t[B+3];for(B=16;80>B;B++)t=D[B-3]^D[B-8]^D[B-14]^D[B-16],D[B]=(t<<1|t>>>31)&4294967295;t=e[0];var S=e[1],K=e[2],fa=e[3],Pc=e[4];for(B=0;80>B;B++){if(40>B)if(20>B){var xa=fa^S&(K^fa);var Qc=1518500249}else xa=S^K^fa,Qc=1859775393;else 60>B?(xa=S&K|fa&(S|K),Qc=2400959708):(xa=S^K^fa,Qc=3395469782);xa=((t<<5|t>>>
27)&4294967295)+xa+Pc+Qc+D[B]&4294967295;Pc=fa;fa=K;K=(S<<30|S>>>2)&4294967295;S=t;t=xa}e[0]=e[0]+t&4294967295;e[1]=e[1]+S&4294967295;e[2]=e[2]+K&4294967295;e[3]=e[3]+fa&4294967295;e[4]=e[4]+Pc&4294967295}function c(t,D){if("string"===typeof t){t=unescape(encodeURIComponent(t));for(var B=[],S=0,K=t.length;S<K;++S)B.push(t.charCodeAt(S));t=B}D||(D=t.length);B=0;if(0==m)for(;B+64<D;)b(t.slice(B,B+64)),B+=64,r+=64;for(;B<D;)if(f[m++]=t[B++],r++,64==m)for(m=0,b(f);B+64<D;)b(t.slice(B,B+64)),B+=64,r+=
64}function d(){var t=[],D=8*r;56>m?c(k,56-m):c(k,64-(m-56));for(var B=63;56<=B;B--)f[B]=D&255,D>>>=8;b(f);for(B=D=0;5>B;B++)for(var S=24;0<=S;S-=8)t[D++]=e[B]>>S&255;return t}for(var e=[],f=[],g=[],k=[128],l=1;64>l;++l)k[l]=0;var m,r;a();return{reset:a,update:c,digest:d,Kh:function(){for(var t=d(),D="",B=0;B<t.length;B++)D+="0123456789ABCDEF".charAt(Math.floor(t[B]/16))+"0123456789ABCDEF".charAt(t[B]%16);return D}}};
var Pk=function(a,b,c){var d=[],e=[];if(1==(Array.isArray(c)?2:1))return e=[b,a],(0,_.Ja)(d,function(k){e.push(k)}),Ok(e.join(" "));var f=[],g=[];(0,_.Ja)(c,function(k){g.push(k.key);f.push(k.value)});c=Math.floor((new Date).getTime()/1E3);e=0==f.length?[c,b,a]:[f.join(":"),c,b,a];(0,_.Ja)(d,function(k){e.push(k)});a=Ok(e.join(" "));a=[c,a];0==g.length||a.push(g.join(""));return a.join("_")},Ok=function(a){var b=Nk();b.update(a);return b.Kh().toLowerCase()};
var Qk=function(a){this.j=a||{cookie:""}},Rk;_.h=Qk.prototype;
_.h.set=function(a,b,c){var d=!1;if("object"===typeof c){var e=c.tm;d=c.Ck||!1;var f=c.domain||void 0;var g=c.path||void 0;var k=c.ue}if(/[;=\s]/.test(a))throw Error("Z`"+a);if(/[;\r\n]/.test(b))throw Error("$`"+b);void 0===k&&(k=-1);c=f?";domain="+f:"";g=g?";path="+g:"";d=d?";secure":"";k=0>k?"":0==k?";expires="+(new Date(1970,1,1)).toUTCString():";expires="+(new Date((0,_.Ea)()+1E3*k)).toUTCString();this.j.cookie=a+"="+b+c+g+k+d+(null!=e?";samesite="+e:"")};
_.h.get=function(a,b){for(var c=a+"=",d=(this.j.cookie||"").split(";"),e=0,f;e<d.length;e++){f=(0,_.cb)(d[e]);if(0==f.lastIndexOf(c,0))return f.substr(c.length);if(f==a)return""}return b};_.h.remove=function(a,b,c){var d=void 0!==this.get(a);this.set(a,"",{ue:0,path:b,domain:c});return d};_.h.nb=function(){return Rk(this).keys};_.h.Ra=function(){return Rk(this).values};_.h.Ac=function(){return!this.j.cookie};_.h.clear=function(){for(var a=Rk(this).keys,b=a.length-1;0<=b;b--)this.remove(a[b])};
Rk=function(a){a=(a.j.cookie||"").split(";");for(var b=[],c=[],d,e,f=0;f<a.length;f++)e=(0,_.cb)(a[f]),d=e.indexOf("="),-1==d?(b.push(""),c.push(e)):(b.push(e.substring(0,d)),c.push(e.substring(d+1)));return{keys:b,values:c}};_.Sk=new Qk("undefined"==typeof document?null:document);
_.Tk=function(a){var b=Mk(String(_.p.location.href)),c;(c=_.p.__SAPISID||_.p.__APISID||_.p.__OVERRIDE_SID)?c=!0:(c=new Qk(document),c=c.get("SAPISID")||c.get("APISID")||c.get("__Secure-3PAPISID")||c.get("SID"),c=!!c);if(c&&(c=(b=0==b.indexOf("https:")||0==b.indexOf("chrome-extension:"))?_.p.__SAPISID:_.p.__APISID,c||(c=new Qk(document),c=c.get(b?"SAPISID":"APISID")||c.get("__Secure-3PAPISID")),c)){b=b?"SAPISIDHASH":"APISIDHASH";var d=String(_.p.location.href);return d&&c&&b?[b,Pk(Mk(d),c,a||null)].join(" "):
null}return null};
var Uk=function(a){this.o=this.j=this.A=a};Uk.prototype.reset=function(){this.o=this.j=this.A};
var Vk=function(a,b,c){_.Ek(a.url,function(d){d=d.target;d.Vc()?b(d.ae()):c(d.Pb())},a.Ug,a.body,a.zk,a.Qk,a.withCredentials)};
var Wk=function(a){_.z(this,a,0,-1,null,null)};_.v(Wk,_.y);Wk.prototype.Zc=function(a){return _.F(this,5,a)};
var Xk=function(a){_.z(this,a,0,-1,null,null)};_.v(Xk,_.y);
var Yk;_.Zk=function(a){_.z(this,a,0,30,Yk,null)};_.v(_.Zk,_.y);Yk=[3,20,27];_.$k=function(a){var b=(0,_.Ea)().toString();_.F(a,1,b)};_.al=function(a,b){return _.F(a,8,b)};
var cl=function(a){_.z(this,a,0,17,bl,null)};_.v(cl,_.y);var bl=[3,5],dl=function(a){var b=(0,_.Ea)().toString();return _.F(a,4,b)},el=function(a,b){return _.jk(a,3,b)},fl=function(a,b){return _.F(a,14,b)};
var hl=function(a){_.z(this,a,0,6,gl,null)};_.v(hl,_.y);var gl=[5];
var pk=function(a){_.z(this,a,0,-1,null,null)};_.v(pk,_.y);
var il=new qk;
var kl=function(a,b,c,d,e,f,g,k,l,m,r){_.P.call(this);this.Z=a;this.S=b||_.va;this.C=new cl;this.ha=d;this.V=r;this.j=[];this.U="";this.ma=_.Sd(rk,0,1);this.K=e||null;this.F=c||null;this.J=g||!1;this.N=l||null;this.Y=!1;this.$=this.O=-1;this.P=!1;this.A=null;this.sa=!k;this.M=0;this.ka=1;this.W=f||!1;this.X=!this.W&&(_.pc||_.lc&&_.gc(45))&&!!_.Vf()&&!!_.Vf().navigator&&!!_.Vf().navigator.sendBeacon;a=new Xk;a=_.F(a,1,1);f||(f=(new Wk).Zc(document.documentElement.getAttribute("lang")),_.H(a,11,f));
_.H(this.C,1,a);_.F(this.C,2,this.Z);this.B=new Uk(1E4);this.o=new _.bg(this.B.j);_.Nf(this,this.o);_.O(this.o,"tick",ok(jl(this,m)),!1,this);this.H=new _.bg(6E5);_.Nf(this,this.H);_.O(this.H,"tick",ok(jl(this,m)),!1,this);this.J||this.H.start();this.W||(_.O(_.Vf(),"beforeunload",this.D,!1,this),_.O(_.Vf(),"unload",this.D,!1,this),_.O(document,"pagehide",this.D,!1,this))};_.v(kl,_.P);var jl=function(a,b){return b?function(){b().then(a.flush.bind(a))}:a.flush};kl.prototype.T=function(){this.D();kl.R.T.call(this)};
var ll=function(a){a.K||(a.K=.01>a.ma()?"https://www.google.com/log?format=json&hasfast=true":"https://play.google.com/log?format=json&hasfast=true");return a.K};kl.prototype.xd=function(a){a instanceof _.Zk?this.log(a):(a=_.al(new _.Zk,a.o()),this.log(a))};_.ml=function(a,b){a.B=new Uk(1>b?1:b);ik(a.o,a.B.j)};
kl.prototype.log=function(a){a=_.hk(a);var b=this.ka++;_.F(a,21,b);_.A(a,1)||_.$k(a);this.A&&(b=_.hk(this.A),_.H(a,16,b));for(;1E3<=this.j.length;)this.j.shift(),++this.M;this.j.push(a);this.dispatchEvent(new nl(a));this.J||this.o.xc||this.o.start()};
kl.prototype.flush=function(a,b){if(0==this.j.length)a&&a();else{var c=(0,_.Ea)();if(this.$>c&&this.O<c)b&&b("throttled");else{var d=fl(el(dl(_.hk(this.C)),this.j),this.M);c={};var e=this.S();e&&(c.Authorization=e);var f=ll(this);this.F&&(c["X-Goog-AuthUser"]=this.F,f=_.tk(f,"authuser",this.F));this.N&&(c["X-Goog-PageId"]=this.N,f=_.tk(f,"pageId",this.N));if(e&&this.U==e)b&&b("stale-auth-token");else{this.j=[];this.o.xc&&this.o.stop();this.M=0;var g=d.o();c={url:f,body:g,Zl:1,zk:c,Ug:"POST",withCredentials:this.sa,
Qk:0};f=(0,_.q)(function(k){this.B.reset();ik(this.o,this.B.j);if(k){try{var l=JSON.parse(k.replace(")]}'\n",""));var m=new hl(l)}catch(r){}m&&(k=_.E(m,1,"-1"),k=Number(k),0<k&&(this.O=(0,_.Ea)(),this.$=this.O+k),_.wc(m),m.j||(m.j={}),il.o()?(!m.j[175237375]&&m.B[175237375]&&(m.j[175237375]=new il.j(m.B[175237375])),m=m.j[175237375]):m=m.B[175237375],m&&(m=_.E(m,1,-1),-1!=m&&(this.P||_.ml(this,m))))}a&&a()},this);g=(0,_.q)(function(k){var l=_.Rj(d,_.Zk,3),m=this.B;m.o=Math.min(3E5,2*m.o);m.j=Math.min(3E5,
m.o+Math.round(.2*(Math.random()-.5)*m.o));ik(this.o,this.B.j);401==k&&e&&(this.U=e);if(500<=k&&600>k||401==k||0==k)this.j=l.concat(this.j),this.J||this.o.xc||this.o.start();b&&b("net-send-failed",k)},this);this.V?this.V.send(c,f,g):this.ha(c,f,g)}}}};kl.prototype.D=function(){this.Y&&ol(this);this.flush()};
var ol=function(a){pl(a,function(b,c){b=_.tk(b,"format","json");return _.Vf().navigator.sendBeacon(b,c.o())})},pl=function(a,b){if(0!=a.j.length){var c=_.xk(ll(a),"format");c=_.fk(c,"auth",a.S(),"authuser",a.F||"0");for(var d=0;10>d&&a.j.length;++d){var e=a.j.slice(0,32),f=el(dl(_.hk(a.C)),e);if(!b(c,f))break;a.j=a.j.slice(e.length)}}},nl=function(){this.type="event-logged"};_.v(nl,_.mf);
_.ql=function(a,b,c,d,e,f,g){kl.call(this,a,_.Tk,b,Vk,c,d,e,void 0,f,g)};_.n(_.ql,kl);
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var sl,ul,Dl,Fl,Ol,Gl,Il,Hl,Ll,Jl,El,Pl,Ql,Kl;_.rl=function(a){return new _.Va(_.Ta,a)};sl=function(a){return Array.prototype.concat.apply([],arguments)};_.tl=function(){return Math.floor(2147483648*Math.random()).toString(36)+Math.abs(Math.floor(2147483648*Math.random())^(0,_.Ea)()).toString(36)};
ul=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," ")):"")}}};
_.vl=function(a,b){this.o=this.H=this.A="";this.F=null;this.C=this.B="";this.D=!1;var c;a instanceof _.vl?(this.D=void 0!==b?b:a.D,_.wl(this,a.A),this.H=a.H,_.xl(this,a.o),_.yl(this,a.F),_.zl(this,a.B),_.Al(this,_.Bl(a.j)),_.Cl(this,a.C)):a&&(c=String(a).match(_.ak))?(this.D=!!b,_.wl(this,c[1]||"",!0),this.H=Dl(c[2]||""),_.xl(this,c[3]||"",!0),_.yl(this,c[4]),_.zl(this,c[5]||"",!0),_.Al(this,c[6]||"",!0),_.Cl(this,c[7]||"",!0)):(this.D=!!b,this.j=new El(null,this.D))};
_.vl.prototype.toString=function(){var a=[],b=this.A;b&&a.push(Fl(b,Gl,!0),":");var c=this.o;if(c||"file"==b)a.push("//"),(b=this.H)&&a.push(Fl(b,Gl,!0),"@"),a.push(_.Yj(c).replace(/%25([0-9a-fA-F]{2})/g,"%$1")),c=this.F,null!=c&&a.push(":",String(c));if(c=this.B)this.o&&"/"!=c.charAt(0)&&a.push("/"),a.push(Fl(c,"/"==c.charAt(0)?Hl:Il,!0));(c=this.j.toString())&&a.push("?",c);(c=this.C)&&a.push("#",Fl(c,Jl));return a.join("")};
_.wl=function(a,b,c){a.A=c?Dl(b,!0):b;a.A&&(a.A=a.A.replace(/:$/,""));return a};_.xl=function(a,b,c){a.o=c?Dl(b,!0):b;return a};_.yl=function(a,b){if(b){b=Number(b);if(isNaN(b)||0>b)throw Error("aa`"+b);a.F=b}else a.F=null;return a};_.zl=function(a,b,c){a.B=c?Dl(b,!0):b;return a};_.Al=function(a,b,c){b instanceof El?(a.j=b,Kl(a.j,a.D)):(c||(b=Fl(b,Ll)),a.j=new El(b,a.D));return a};_.Ml=function(a,b,c){a.j.set(b,c);return a};_.Nl=function(a,b){return a.j.get(b)};
_.Cl=function(a,b,c){a.C=c?Dl(b):b;return a};Dl=function(a,b){return a?b?decodeURI(a.replace(/%25/g,"%2525")):decodeURIComponent(a):""};Fl=function(a,b,c){return"string"===typeof a?(a=encodeURI(a).replace(b,Ol),c&&(a=a.replace(/%25([0-9a-fA-F]{2})/g,"%$1")),a):null};Ol=function(a){a=a.charCodeAt(0);return"%"+(a>>4&15).toString(16)+(a&15).toString(16)};Gl=/[#\/\?@]/g;Il=/[#\?:]/g;Hl=/[#\?]/g;Ll=/[#\?@]/g;Jl=/#/g;El=function(a,b){this.o=this.j=null;this.A=a||null;this.B=!!b};
Pl=function(a){a.j||(a.j=new _.Uj,a.o=0,a.A&&ul(a.A,function(b,c){a.add(decodeURIComponent(b.replace(/\+/g," ")),c)}))};El.prototype.add=function(a,b){Pl(this);this.A=null;a=Ql(this,a);var c=this.j.get(a);c||this.j.set(a,c=[]);c.push(b);this.o+=1;return this};El.prototype.remove=function(a){Pl(this);a=Ql(this,a);return _.Xj(this.j,a)?(this.A=null,this.o-=this.j.get(a).length,this.j.remove(a)):!1};El.prototype.clear=function(){this.j=this.A=null;this.o=0};
El.prototype.Ac=function(){Pl(this);return 0==this.o};_.Rl=function(a,b){Pl(a);b=Ql(a,b);return _.Xj(a.j,b)};_.h=El.prototype;_.h.forEach=function(a,b){Pl(this);this.j.forEach(function(c,d){(0,_.Ja)(c,function(e){a.call(b,e,d,this)},this)},this)};_.h.nb=function(){Pl(this);for(var a=this.j.Ra(),b=this.j.nb(),c=[],d=0;d<b.length;d++)for(var e=a[d],f=0;f<e.length;f++)c.push(b[d]);return c};
_.h.Ra=function(a){Pl(this);var b=[];if("string"===typeof a)_.Rl(this,a)&&(b=sl(b,this.j.get(Ql(this,a))));else{a=this.j.Ra();for(var c=0;c<a.length;c++)b=sl(b,a[c])}return b};_.h.set=function(a,b){Pl(this);this.A=null;a=Ql(this,a);_.Rl(this,a)&&(this.o-=this.j.get(a).length);this.j.set(a,[b]);this.o+=1;return this};_.h.get=function(a,b){if(!a)return b;a=this.Ra(a);return 0<a.length?String(a[0]):b};_.Sl=function(a,b,c){a.remove(b);0<c.length&&(a.A=null,a.j.set(Ql(a,b),_.Xd(c)),a.o+=c.length)};
El.prototype.toString=function(){if(this.A)return this.A;if(!this.j)return"";for(var a=[],b=this.j.nb(),c=0;c<b.length;c++){var d=b[c],e=_.Yj(d);d=this.Ra(d);for(var f=0;f<d.length;f++){var g=e;""!==d[f]&&(g+="="+_.Yj(d[f]));a.push(g)}}return this.A=a.join("&")};_.Bl=function(a){var b=new El;b.A=a.A;a.j&&(b.j=new _.Uj(a.j),b.o=a.o);return b};Ql=function(a,b){b=String(b);a.B&&(b=b.toLowerCase());return b};
Kl=function(a,b){b&&!a.B&&(Pl(a),a.A=null,a.j.forEach(function(c,d){var e=d.toLowerCase();d!=e&&(this.remove(d),_.Sl(this,e,c))},a));a.B=b};
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
_.Ul=function(a){(0,_.Tl)();return _.bb(a)};_.Tl=_.va;
}catch(e){_._DumpException(e)}
try{
/*
gapi.loader.OBJECT_CREATE_TEST_OVERRIDE &&*/
var Vl=window,Wl=document,Xl=Vl.location,Yl=function(){},Zl=/\[native code\]/,$l=function(a,b,c){return a[b]=a[b]||c},am=function(a){a=a.sort();for(var b=[],c=void 0,d=0;d<a.length;d++){var e=a[d];e!=c&&b.push(e);c=e}return b},bm=function(){var a;if((a=Object.create)&&Zl.test(a))a=a(null);else{a={};for(var b in a)a[b]=void 0}return a},cm=$l(Vl,"gapi",{});
var dm;dm=$l(Vl,"___jsl",bm());$l(dm,"I",0);$l(dm,"hel",10);var em=function(){var a=Xl.href;if(dm.dpo)var b=dm.h;else{b=dm.h;var c=/([#].*&|[#])jsh=([^&#]*)/g,d=/([?#].*&|[?#])jsh=([^&#]*)/g;if(a=a&&(c.exec(a)||d.exec(a)))try{b=decodeURIComponent(a[2])}catch(e){}}return b},fm=function(a){var b=$l(dm,"PQ",[]);dm.PQ=[];var c=b.length;if(0===c)a();else for(var d=0,e=function(){++d===c&&a()},f=0;f<c;f++)b[f](e)},gm=function(a){return $l($l(dm,"H",bm()),a,bm())};
var hm=$l(dm,"perf",bm());$l(hm,"g",bm());var im=$l(hm,"i",bm());$l(hm,"r",[]);bm();bm();var km=function(a,b,c){b&&0<b.length&&(b=jm(b),c&&0<c.length&&(b+="___"+jm(c)),28<b.length&&(b=b.substr(0,28)+(b.length-28)),c=b,b=$l(im,"_p",bm()),$l(b,c,bm())[a]=(new Date).getTime(),b=hm.r,"function"===typeof b?b(a,"_p",c):b.push([a,"_p",c]))},jm=function(a){return a.join("__").replace(/\./g,"_").replace(/\-/g,"_").replace(/,/g,"_")};
var lm=bm(),mm=[],nm=function(a){throw Error("ca`"+(a?": "+a:""));};mm.push(["jsl",function(a){for(var b in a)if(Object.prototype.hasOwnProperty.call(a,b)){var c=a[b];"object"==typeof c?dm[b]=$l(dm,b,[]).concat(c):$l(dm,b,c)}if(b=a.u)a=$l(dm,"us",[]),a.push(b),(b=/^https:(.*)$/.exec(b))&&a.push("http:"+b[1])}]);
var om=/^(\/[a-zA-Z0-9_\-]+)+$/,pm=[/\/amp\//,/\/amp$/,/^\/amp$/],qm=/^[a-zA-Z0-9\-_\.,!]+$/,rm=/^gapi\.loaded_[0-9]+$/,sm=/^[a-zA-Z0-9,._-]+$/,wm=function(a,b,c,d){var e=a.split(";"),f=e.shift(),g=lm[f],k=null;g?k=g(e,b,c,d):nm("no hint processor for: "+f);k||nm("failed to generate load url");b=k;c=b.match(tm);(d=b.match(um))&&1===d.length&&vm.test(b)&&c&&1===c.length||nm("failed sanity: "+a);return k},zm=function(a,b,c,d){a=xm(a);rm.test(c)||nm("invalid_callback");b=ym(b);d=d&&d.length?ym(d):null;
var e=function(f){return encodeURIComponent(f).replace(/%2C/g,",")};return[encodeURIComponent(a.pathPrefix).replace(/%2C/g,",").replace(/%2F/g,"/"),"/k=",e(a.version),"/m=",e(b),d?"/exm="+e(d):"","/rt=j/sv=1/d=1/ed=1",a.Ff?"/am="+e(a.Ff):"",a.Wg?"/rs="+e(a.Wg):"",a.dh?"/t="+e(a.dh):"","/cb=",e(c)].join("")},xm=function(a){"/"!==a.charAt(0)&&nm("relative path");for(var b=a.substring(1).split("/"),c=[];b.length;){a=b.shift();if(!a.length||0==a.indexOf("."))nm("empty/relative directory");else if(0<a.indexOf("=")){b.unshift(a);
break}c.push(a)}a={};for(var d=0,e=b.length;d<e;++d){var f=b[d].split("="),g=decodeURIComponent(f[0]),k=decodeURIComponent(f[1]);2==f.length&&g&&k&&(a[g]=a[g]||k)}b="/"+c.join("/");om.test(b)||nm("invalid_prefix");c=0;for(d=pm.length;c<d;++c)pm[c].test(b)&&nm("invalid_prefix");c=Am(a,"k",!0);d=Am(a,"am");e=Am(a,"rs");a=Am(a,"t");return{pathPrefix:b,version:c,Ff:d,Wg:e,dh:a}},ym=function(a){for(var b=[],c=0,d=a.length;c<d;++c){var e=a[c].replace(/\./g,"_").replace(/-/g,"_");sm.test(e)&&b.push(e)}return b.join(",")},
Am=function(a,b,c){a=a[b];!a&&c&&nm("missing: "+b);if(a){if(qm.test(a))return a;nm("invalid: "+b)}return null},vm=/^https?:\/\/[a-z0-9_.-]+\.google(rs)?\.com(:\d+)?\/[a-zA-Z0-9_.,!=\-\/]+$/,um=/\/cb=/g,tm=/\/\//g,Bm=function(){var a=em();if(!a)throw Error("da");return a};lm.m=function(a,b,c,d){(a=a[0])||nm("missing_hint");return"https://apis.google.com"+zm(a,b,c,d)};
var Cm=decodeURI("%73cript"),Dm=/^[-+_0-9\/A-Za-z]+={0,2}$/,Em=function(a,b){for(var c=[],d=0;d<a.length;++d){var e=a[d],f;if(f=e){a:{for(f=0;f<b.length;f++)if(b[f]===e)break a;f=-1}f=0>f}f&&c.push(e)}return c},Fm=function(){var a=dm.nonce;return void 0!==a?a&&a===String(a)&&a.match(Dm)?a:dm.nonce=null:Wl.querySelector?(a=Wl.querySelector("script[nonce]"))?(a=a.nonce||a.getAttribute("nonce")||"",a&&a===String(a)&&a.match(Dm)?dm.nonce=a:dm.nonce=null):null:null},Im=function(a){if("loading"!=Wl.readyState)Gm(a);
else{var b=Fm(),c="";null!==b&&(c=' nonce="'+b+'"');a="<"+Cm+' src="'+encodeURI(a)+'"'+c+"></"+Cm+">";Wl.write(Hm?Hm.createHTML(a):a)}},Gm=function(a){var b=Wl.createElement(Cm);b.setAttribute("src",Hm?Hm.createScriptURL(a):a);a=Fm();null!==a&&b.setAttribute("nonce",a);b.async="true";(a=Wl.getElementsByTagName(Cm)[0])?a.parentNode.insertBefore(b,a):(Wl.head||Wl.body||Wl.documentElement).appendChild(b)},Jm=function(a,b){var c=b&&b._c;if(c)for(var d=0;d<mm.length;d++){var e=mm[d][0],f=mm[d][1];f&&Object.prototype.hasOwnProperty.call(c,
e)&&f(c[e],a,b)}},Lm=function(a,b,c){Km(function(){var d=b===em()?$l(cm,"_",bm()):bm();d=$l(gm(b),"_",d);a(d)},c)},Nm=function(a,b){var c=b||{};"function"==typeof b&&(c={},c.callback=b);Jm(a,c);b=a?a.split(":"):[];var d=c.h||Bm(),e=$l(dm,"ah",bm());if(e["::"]&&b.length){a=[];for(var f=null;f=b.shift();){var g=f.split(".");g=e[f]||e[g[1]&&"ns:"+g[0]||""]||d;var k=a.length&&a[a.length-1]||null,l=k;k&&k.hint==g||(l={hint:g,Wd:[]},a.push(l));l.Wd.push(f)}var m=a.length;if(1<m){var r=c.callback;r&&(c.callback=
function(){0==--m&&r()})}for(;b=a.shift();)Mm(b.Wd,c,b.hint)}else Mm(b||[],c,d)},Mm=function(a,b,c){a=am(a)||[];var d=b.callback,e=b.config,f=b.timeout,g=b.ontimeout,k=b.onerror,l=void 0;"function"==typeof k&&(l=k);var m=null,r=!1;if(f&&!g||!f&&g)throw"Timeout requires both the timeout parameter and ontimeout parameter to be set";k=$l(gm(c),"r",[]).sort();var t=$l(gm(c),"L",[]).sort(),D=k.concat(),B=function(xa,Qc){if(r)return 0;Vl.clearTimeout(m);t.push.apply(t,S);var hg=((cm||{}).config||{}).update;
hg?hg(e):e&&$l(dm,"cu",[]).push(e);if(Qc){km("me0",xa,D);try{Lm(Qc,c,l)}finally{km("me1",xa,D)}}return 1};0<f&&(m=Vl.setTimeout(function(){r=!0;g()},f));var S=Em(a,t);if(S.length){S=Em(a,k);var K=$l(dm,"CP",[]),fa=K.length;K[fa]=function(xa){if(!xa)return 0;km("ml1",S,D);var Qc=function(Zh){K[fa]=null;B(S,xa)&&fm(function(){d&&d();Zh()})},hg=function(){var Zh=K[fa+1];Zh&&Zh()};0<fa&&K[fa-1]?K[fa]=function(){Qc(hg)}:Qc(hg)};if(S.length){var Pc="loaded_"+dm.I++;cm[Pc]=function(xa){K[fa](xa);cm[Pc]=
null};a=wm(c,S,"gapi."+Pc,k);k.push.apply(k,S);km("ml0",S,D);b.sync||Vl.___gapisync?Im(a):Gm(a)}else K[fa](Yl)}else B(S)&&d&&d()},Hm=_.Ga("ogb-qtm#gapi"),Km=function(a,b){if(dm.hee&&0<dm.hel)try{return a()}catch(c){b&&b(c),dm.hel--,Nm("debug_error",function(){try{window.___jsl.hefn(c)}catch(d){throw c;}})}else try{return a()}catch(c){throw b&&b(c),c;}};cm.load=function(a,b){return Km(function(){return Nm(a,b)})};
}catch(e){_._DumpException(e)}
try{
/*
Portions of this code are from MochiKit, received by
The Closure Authors under the MIT license. All other code is Copyright
2005-2009 The Closure Authors. All Rights Reserved.
*/
var Ym,Sm,Tm;_.Om=function(a){return a};_.Pm=function(a,b){this.F=[];this.O=a;this.N=b||null;this.D=this.A=!1;this.C=void 0;this.M=this.P=this.K=!1;this.H=0;this.B=null;this.J=0};_.Pm.prototype.cancel=function(a){if(this.A)this.C instanceof _.Pm&&this.C.cancel();else{if(this.B){var b=this.B;delete this.B;a?b.cancel(a):(b.J--,0>=b.J&&b.cancel())}this.O?this.O.call(this.N,this):this.M=!0;this.A||this.j(new Qm(this))}};_.Pm.prototype.kb=function(a,b){this.K=!1;Rm(this,a,b)};
var Rm=function(a,b,c){a.A=!0;a.C=c;a.D=!b;Sm(a)},Um=function(a){if(a.A){if(!a.M)throw new Tm(a);a.M=!1}};_.Pm.prototype.o=function(a){Um(this);Rm(this,!0,a)};_.Pm.prototype.j=function(a){Um(this);Rm(this,!1,a)};_.Wm=function(a,b,c){return _.Vm(a,b,null,c)};_.Vm=function(a,b,c,d){a.F.push([b,c,d]);a.A&&Sm(a);return a};_.Pm.prototype.then=function(a,b,c){var d,e,f=new _.Re(function(g,k){d=g;e=k});_.Vm(this,d,function(g){g instanceof Qm?f.cancel():e(g)});return f.then(a,b,c)};
_.Pm.prototype.$goog_Thenable=!0;_.Xm=function(a){var b=new _.Pm;_.Vm(a,b.o,b.j,b);return b};_.Pm.prototype.isError=function(a){return a instanceof Error};Ym=function(a){return(0,_.Ma)(a.F,function(b){return _.za(b[1])})};
Sm=function(a){if(a.H&&a.A&&Ym(a)){var b=a.H,c=Zm[b];c&&(_.p.clearTimeout(c.j),delete Zm[b]);a.H=0}a.B&&(a.B.J--,delete a.B);b=a.C;for(var d=c=!1;a.F.length&&!a.K;){var e=a.F.shift(),f=e[0],g=e[1];e=e[2];if(f=a.D?g:f)try{var k=f.call(e||a.N,b);void 0!==k&&(a.D=a.D&&(k==b||a.isError(k)),a.C=b=k);if(_.Pe(b)||"function"===typeof _.p.Promise&&b instanceof _.p.Promise)d=!0,a.K=!0}catch(l){b=l,a.D=!0,Ym(a)||(c=!0)}}a.C=b;d&&(k=(0,_.q)(a.kb,a,!0),d=(0,_.q)(a.kb,a,!1),b instanceof _.Pm?(_.Vm(b,k,d),b.P=!0):
b.then(k,d));c&&(b=new $m(b),Zm[b.j]=b,a.H=b.j)};_.an=function(a){var b=new _.Pm;b.o(a);return b};_.bn=function(a){var b=new _.Pm;a.then(function(c){b.o(c)},function(c){b.j(c)});return b};_.cn=function(a){var b=new _.Pm;b.j(a);return b};Tm=function(){_.Ha.call(this)};_.v(Tm,_.Ha);Tm.prototype.message="Deferred has already fired";Tm.prototype.name="AlreadyCalledError";var Qm=function(){_.Ha.call(this)};_.v(Qm,_.Ha);Qm.prototype.message="Deferred was canceled";Qm.prototype.name="CanceledError";
var $m=function(a){this.j=_.p.setTimeout((0,_.q)(this.A,this),0);this.o=a};$m.prototype.A=function(){delete Zm[this.j];throw this.o;};var Zm={};
}catch(e){_._DumpException(e)}
try{
_.dn=function(a){return _.bb(_.Wa(a))};_.en=function(a,b){a.src=_.ab(b)};
}catch(e){_._DumpException(e)}
try{
/*
Math.uuid.js (v1.4)
http://www.broofa.com
mailto:robert@broofa.com
Copyright (c) 2010 Robert Kieffer
Dual licensed under the MIT and GPL licenses.
*/
var fn=function(a){_.z(this,a,0,-1,null,null)},ln,mn,nn,on,pn,qn;_.v(fn,_.y);var gn=[2],hn=function(a){_.z(this,a,0,-1,gn,null)};_.v(hn,_.y);_.jn=function(a){var b=Number(a);return 0==b&&_.eg(a)?NaN:b};_.kn=function(a,b,c){_.A(a,b).push(c);return a};ln=/^(?:(.*?)\.)?([a-zA-Z_$][\w$]*(?:\/.?<)?)?(\(.*\))?@(?::0|((?:http|https|file):\/\/[^\s)]+|javascript:.*))$/;mn=/^\s{3,4}at(?: (?:(.*?)\.)?((?:new )?(?:[a-zA-Z_$][\w$]*|<anonymous>))(?: \[as ([a-zA-Z_$][\w$]*)\])?)? (?:\(unknown source\)|\(native\)|\((?:eval at )?((?:http|https|file):\/\/[^\s)]+|javascript:.*)\)|((?:http|https|file):\/\/[^\s)]+|javascript:.*))$/;
nn=function(a,b,c,d,e){this.o=a;this.name=b;this.j=c;this.B=d;this.A=e};on=function(a){this.j=[];if(a.stack){a=a.stack.replace(/\s*$/,"").split("\n");for(var b=0;b<a.length;b++){var c,d=ln;if(c=a[b].match(mn))c=new nn(c[1]||"",c[2]||"",c[3]||"","",c[4]||c[5]||""),this.j.push(c);else if(c=a[b].match(d))c=new nn(c[1]||"",c[2]||"","",c[3]||"",c[4]||""),this.j.push(c)}}};
pn=function(a){return(0,_.La)(a.j,function(b){var c=[b.o?b.o+".":"",b.name?b.name:"anonymous",b.B,b.j?" [as "+b.j+"]":""];if(b.A){c.push(" at ");b=b.A;var d="",e=b.match(/(.*?)(:\d+(:\d+)?)$/);e&&(b=e[1],d=e[2]);c.push(b.replace(window.location.href.replace(/#.*/,""),"[page]").replace(/http.*?extern_js.*?\.js/,"[xjs]"));c.push(d)}return c.join("")})};qn=function(a,b,c,d,e){_.jd.call(this,a,b,c,d,e);this.A=new on(c)};_.v(qn,_.jd);
qn.prototype.j=function(){qn.R.j.call(this);window.console&&window.console.log&&window.console.log("Stack: ",this.A)};qn.prototype.o=function(a){var b=qn.R.o.call(this,a)+"&jsst=";var c=this.A;a-=b.length;if(4>a)a="";else if(0==c.j.length)a="none";else{c=pn(c);var d;var e=c.length-2;for(d=_.Yj(c.join("\n"));0<e&&d.length>a;e--,d=_.Yj(c.join("\n")))e==c.length-2?c[e]="[...]":c.splice(e,1);a=d.substr(0,a)}return b+a};var rn=function(a,b,c){_.I.call(this);this.o=a;this.A=b;this.B=c};_.n(rn,_.I);
rn.prototype.j=function(a,b){return new qn(this.o,this.A,a,this.B,b)};var sn=[1,2,3,4],tn=function(a){_.z(this,a,0,-1,sn,null)};_.v(tn,_.y);var un=function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(a){var b=16*Math.random()|0;return("x"==a?b:b&3|8).toString(16)})};
var vn=function(a,b){_.I.call(this);this.F=b;this.Y=0;this.C=_.Uc(_.zc(a,2,1E-4),.001);this.B=_.Uc(_.zc(a,10,0),0);this.U=_.L(_.A(a,21),"");this.$=_.Uc(_.A(a,4),0);this.W=_.Uc(_.A(a,5),-1);this.S=_.L(_.A(a,7),"");this.O=_.L(_.A(a,6),"");this.N=_.L(_.A(a,8),"");this.J=_.A(a,9);this.V=!!_.C(a,11);this.P=!!_.C(a,12);this.K=!!_.C(a,15);this.X=_.C(a,22);this.Z=_.C(a,23);this.H=!!_.C(a,16);this.o=null!=_.A(a,17)?_.A(a,17).split(","):[];var c=Math.random();this.D=_.J(_.C(a,1))&&c<this.C;this.A=_.J(_.C(a,
1))&&c<this.B;this.M="og-"+un();if(this.D||this.A){a=this.j=new _.ql(373,_.L(_.A(b,5)));a.P=!0;_.ml(a,1E3);a=this.j;a.Y=a.X;if(0!=this.o.length){a=new tn;for(b=0;b<this.o.length;b++)c=Number(this.o[b]),isNaN(c)||0==c||_.kn(a,3,c);b=this.j;a?(b.A||(b.A=new hn),a=a.o(),_.F(b.A,4,a)):b.A&&_.F(b.A,4,void 0)}_.Nf(this,this.j)}};_.v(vn,_.I);var wn=[1,61];
vn.prototype.log=function(a,b){var c=!_.Na(wn,a);if(c?this.D:this.A){b=(void 0===b?null:b)||new _.Dc;_.F(b,1,a);var d=++this.Y;_.F(b,38,d);_.F(b,2,this.$);_.F(b,4,c?this.C:this.B);_.F(b,6,this.U);_.F(b,3,this.W);this.Z&&_.F(b,52,!0);_.F(b,11,this.O);_.F(b,10,this.S);_.F(b,5,this.N);window.performance&&window.performance.timing&&_.F(b,14,(new Date).getTime()-window.performance.timing.navigationStart);_.F(b,13,this.J);_.F(b,16,this.V);_.F(b,17,this.P);_.F(b,19,this.M);c=0;_.C(this.F,1)&&(c|=1);_.C(this.F,
3)&&(c|=4);_.F(b,12,c);_.F(b,25,this.K);_.F(b,26,this.H);1===a&&_.F(b,51,this.X);a=new _.Zk;_.al(a,b.o());this.j.log(a)}};
var xn,yn,An,Bn,Cn;xn=_.G(_.vd,fn,16)||new fn;yn=_.xd()||new _.Gc;_.zn=new vn(xn,yn);An=_.wd()||new _.Fc;Cn=_.G(_.vd,_.Sc,14)||new _.Sc;Bn=_.A(Cn,9);var Dn=_.zc(_.G(_.vd,_.kd,3)||new _.kd,2,.001);_.M.o=new rn(An,Bn,Dn);_.M.j=_.zn;
}catch(e){_._DumpException(e)}
try{
var Hn;_.En=function(a,b,c,d,e,f){c.L(b,d,e,f||a.$||a,a)};_.Fn=function(a){_.z(this,a,0,-1,null,null)};_.v(_.Fn,_.y);_.Gn=function(a,b,c){if(b instanceof _.ne)c=b.height,b=b.width;else if(void 0==c)throw Error("w");a.style.width=_.Ng(b,!0);a.style.height=_.Ng(c,!0)};Hn=function(){_.I.call(this);this.j=new _.ig};_.n(Hn,_.I);Hn.prototype.L=function(a,b,c,d,e){(e||this.j).B(a,In,b,c,d)};Hn.prototype.Ea=function(a,b,c,d,e){(e||this.j).Ea(a,In,b,c,d)};Hn.prototype.T=function(){this.j.ua();_.I.prototype.T.call(this)};
var Jn=new Hn,In=["click","keydown","mousedown","touchstart"];
var Kn=function(){this.j=0};Kn.prototype.reset=function(){this.j=0};
var Pn;_.Mn=function(a,b,c,d,e,f,g){f=void 0===f?!1:f;g=void 0===g?null:g;_.xh.call(this,a,c);this.counter=new Kn;this.F=e;this.H=d;this.Oa=this.sa=this.ma=this.Aa=this.U=null;this.Tk=b;this.Z=null;this.ka=!1;(this.A=g||_.N("gb_D",this.o))&&this.A.setAttribute("aria-expanded","false");this.P=_.Kc("dd");this.P.sf(this);this.j=null;(a=_.N("gb_F",this.o))&&_.Ln(this,a,!1);f||this.Uc()};_.v(_.Mn,_.xh);_.h=_.Mn.prototype;
_.h.Uc=function(){_.En(this,document,Jn,this.og,!0,this);this.B(document,_.Vg(27)?"keypress":"keyup",this.sd,!1,this);this.B(this.o,"mouseover",this.mc,!1,this);this.B(this.o,"mouseout",this.lc,!1,this);this.B(this.o,["keyup","keydown"],this.ej,!1,this);this.B(document.body,"focusin",this.Yj,!1,this)};_.h.ej=function(a){var b=a.target;b instanceof Element&&Nn(this,b)&&32==a.keyCode&&(a.preventDefault(),a.stopPropagation())};_.h.Yj=function(){this.Tb()&&(Nn(this,document.activeElement)||this.Pe())};
_.h.Ze=function(){_.En(this,this.j,_.jh,this.od,!1,this);_.Xf(this.o,this.j)||(this.B(this.j,"mouseover",this.mc,!1,this),this.B(this.j,"mouseout",this.lc,!1,this));"pc"!==this.Xc()&&this.L(this.j,"keydown",this.rd,!0)};_.h.Xc=function(){return this.Tk};_.On=function(a,b){a.Z&&a.Z.ua();a.Z=b};_.Mn.prototype.le=function(a){if(null==this.o.getAttribute("data-ogsr-fb")){var b="click"!=a.type;b=void 0===b?!1:b;this.Tb()?this.close(void 0,!0,1):this.open(b);a.preventDefault();a.stopPropagation()}};
_.Mn.prototype.od=function(a){for(a=a.target;a&&a!=this.j;){if("A"==a.tagName&&!_.Q(a,"gb_pg")){this.close(!0,!0,3);break}a=a.parentNode}};var Nn=function(a,b){if(!b)return!1;var c=!!a.j&&_.Xf(a.j,b);return _.Xf(a.o,b)||c};
_.Mn.prototype.og=function(a){if(!_.$b||a.Ya.isTrusted){var b=a.target;if(Pn(this)){a:{var c=a.Ya;if(null!=c&&(c="function"===typeof c.composedPath?c.composedPath():void 0,null!=c&&0<c.length&&(c=c[0],!(c instanceof Window))))break a;c=null}null!=c&&(b=c)}Nn(this,b)||27==a.keyCode||this.close(void 0,!0,2)}};
_.Mn.prototype.rd=function(a){if(9===a.keyCode&&this.Tb()){var b=a.target,c=_.Gh(this.j);0<c.length&&(b==c[0]&&a.shiftKey?(c[c.length-1].focus(),a.preventDefault()):b!=c[c.length-1]||a.shiftKey||(c[0].focus(),a.preventDefault()))}};_.Mn.prototype.mc=function(a){Qn(this,(0,_.q)(this.Ve,this),a)};_.Mn.prototype.lc=function(a){Qn(this,(0,_.q)(this.qd,this),a)};
var Qn=function(a,b,c){var d=c.relatedTarget,e=d&&(_.Xf(a.o,d)||_.Xf(a.j,d));d=d&&Rn(a,d);a=Rn(a,c.target);e||b(0,c);e&&!d||a||b(1,c);!d&&a&&b(2,c)};_.Mn.prototype.sd=function(a){if(27==a.keyCode){a=_.Yf(document);var b=Nn(this,a),c=this.Tb();this.close(void 0,!1,1);c&&b?this.A.focus():a&&a.focus()}};_.Mn.prototype.Ve=_.va;_.Mn.prototype.qd=_.va;var Rn=function(a,b){return b&&a.j?_.Q(b,"gb_7a")||_.Q(b,"gb_8a")||!!a.j&&_.Xf(a.j,b):!1};_.Mn.prototype.T=function(){_.Mn.R.T.call(this);this.j=null};
_.Mn.prototype.$a=function(a){this.ka=a};_.Sn=function(a){if(a.A&&(a=a.A.getAttribute("data-ved")))return{ved:a}};_.h=_.Mn.prototype;_.h.xe=function(a){a?this.open():this.close()};_.h.af=function(){return!1};
_.h.open=function(a){a=void 0===a?!1:a;if(!this.Tb()){this.counter.reset();this.P.Le(0,this);this.P.xf(this);_.R(this.o,"gb_oa");_.R(this.j,"gb_oa");this.j.setAttribute("aria-hidden","false");this.A&&this.A.setAttribute("aria-expanded","true");if(_.x&&this.j){var b=_.N("gb_2f");if(!b){b=_.Bg("IFRAME",{"class":"gb_2f",src:'javascript:""',frameBorder:0});var c=_.N("gb_5c");c&&c.appendChild(b)}_.T(b,"gb_Ja");this.we()}this.U&&this.H.log(this.U,_.Sn(this));this.ma&&(b=this.Oa?this.Oa:new _.Dc,_.F(b,36,
this.ka),_.Tn(this,this.ma,b,!1));this.P.Le(1,this);this.Z&&this.Z.Nb(!1);a&&this.Pe()}};_.h.Pe=function(){var a=_.Gh(this.j);a[0]?a[0].focus():this.j.focus()};_.h.we=function(){if(_.x&&this.j){var a=_.N("gb_2f");a&&_.Gn(a,_.Pg(this.j))}};
_.h.close=function(a,b,c){a=void 0===a?!1:a;b=void 0===b?!1:b;c=void 0===c?0:c;return this.Tb()&&this.P.qh(this)?(this.P.zg(this)&&this.P.xf(null),_.T(this.o,"gb_oa"),_.T(this.j,"gb_oa"),this.j.setAttribute("aria-hidden","true"),this.A&&(this.A.setAttribute("aria-expanded","false"),!b&&Nn(this,document.activeElement)&&setTimeout((0,_.q)(this.A.focus,this.A),0)),_.x&&(b=_.N("gb_2f"))&&_.R(b,"gb_Ja"),!a&&this.Aa&&this.H.log(this.Aa,_.Sn(this)),a||this.sa&&_.Tn(this,this.sa,void 0,!0,c),this.P.Le(2,
this),!0):!1};_.h.Tb=function(){return _.Q(this.o,"gb_oa")};_.Ln=function(a,b,c){a.j||(a.j=b,c&&(b=a.j,c=a.o,b&&c&&b.parentNode!=c&&c.appendChild(b)),a.j.setAttribute("aria-hidden","true"),a.A&&_.En(a,a.A,_.jh,a.le,!1,a),a.Ze())};_.Mn.prototype.mf=function(a){this.j&&_.V(this.j,"gb_ef",a)};Pn=function(a){a=[a.o,a.j].filter(function(d){return null!=d});for(var b,c=0;c<a.length;c++){b=a[c];if("function"!==typeof b.getRootNode)break;if(11===b.getRootNode().nodeType)return!0}return!1};
_.Tn=function(a,b,c,d,e){c=void 0===c?new _.Dc:c;d=void 0===d?!1:d;var f=new _.Fn,g=++a.counter.j;_.F(f,1,g);d&&_.F(f,2,d);void 0!=e&&_.F(f,3,e);_.H(c,37,f);a.F.log(b,c)};
}catch(e){_._DumpException(e)}
try{
var Un=function(a,b){_.jh.L(a,b,void 0,void 0)},Vn=function(a,b){_.I.call(this);this.o=a;this.C=b;this.A=new _.Pm};_.n(Vn,_.I);Vn.prototype.B=function(a){try{var b=_.hf("gadgets.config.update");b({"googleapis.config":{gcv:_.L(_.A(a,2)),sessionIndex:_.L(_.A(a,4)),elog:this.o.log,ilog:_.Sd(this.C.log,16)}});b({gwidget:{lang:_.L(_.A(a,5))}});this.A.o()}catch(c){this.o.log(c)}};Vn.prototype.j=function(a){a&&_.Wm(this.A,a)};
Vn.prototype.init=function(a,b){try{_.A(a,1)?_.Wm(b.o,(0,_.q)(this.B,this,a)):this.A.o(),_.u("gbar.lGC",(0,_.q)(this.j,this)),_.u("gbar.lPWF",(0,_.q)(this.j,this)),_.Jc(_.Ic.va(),"api").xd()}catch(c){this.o.log(c)}return this};
var Wn=function(){_.Ha.call(this)};_.n(Wn,_.Ha);var Xn=function(a,b){_.I.call(this);this.A=a;this.j=b;this.o=new _.Pm};_.n(Xn,_.I);
Xn.prototype.init=function(a){try{if(!this.j)throw new Wn("gapi-lm");var b={isPlusUser:_.L(_.A(a,4)),"googleapis.config":{signedIn:_.L(_.A(a,5))},lang:_.L(_.A(a,10))},c=_.L(_.A(a,6));c&&(b.iframes={":socialhost:":c});this.j("",{config:b});try{var d=_.Kc("gs");if(!d)throw new Wn("gapi-ss");this.j(d.j.join(":"),(0,_.q)(this.o.o,this.o));var e=_.Xd(d.o);for(a=0;a<e.length;a++)this.j(e[a].Wd,e[a].options)}catch(f){this.A.log(f)}}catch(f){this.A.log(f)}return this};
(function(){var a=_.G(_.vd,_.Sc,14)||new _.Sc,b=new Xn(_.M,_.hf("gapi.load"));b.init(a);a=_.G(_.vd,_.Tc,9)||new _.Tc;var c=new Vn(_.M,_.zd);c.init(a,b);c.j(function(){_.sd(_.td.va().K,!0)});return c})();
(function(){_.zn.log(1);var a=document.querySelector(".gb_5");a&&Un(a,function(){_.zn.log(62);_.hf("silk.s.sis.ca")&&_.zn.log(106)});a=document.querySelector(".gb_Ua");var b=document.querySelector("#gb.gb_Mc");a&&b&&Un(a,function(){_.zn.log(79)})})();
var Yn=_.N("gb_Jc");if(Yn){var Zn=_.N("gb_wc",Yn);Zn&&new _.yh(Zn,_.M,_.zd)}
;
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
_.$n=function(a,b){b=b instanceof _.hb?b:_.ob(b);a.href=_.ib(b)};
}catch(e){_._DumpException(e)}
try{
var bo;_.ao=function(a,b){return _.F(a,27,b)};bo=function(a,b){b=b instanceof _.hb?b:_.ob(b);a.action=_.ib(b)};_.co=function(a){_.z(this,a,0,-1,null,null)};_.v(_.co,_.y);_.eo=function(a,b){return _.F(a,2,b)};_.fo=function(a,b){return _.F(a,3,b)};
var go=function(a,b,c){this.groupId=a;this.D="dp_"+a;this.F="count_"+a;this.B=b;this.j=!!c},io=function(){var a=_.p.location.hostname.match(ho);return a&&a[0]?a[0]:null};go.prototype.Ee=function(){return!!navigator.cookieEnabled};go.prototype.Na=function(a){this.Ee()&&this.Nc(!1,a)};go.prototype.accept=function(a){this.Ee()&&this.Nc(!0,a)};go.prototype.Nc=function(){throw Error("ea");};_.jo=function(a){0<a.B&&a.Ee()&&a.Gd(void 0,void 0)};go.prototype.Gd=function(){throw Error("ea");};
go.prototype.Vb=function(){return 0};go.prototype.ef=function(){return!1};var ho=/google(?:.[a-z]{2,3}){1,2}$/i;
_.ko=function(a,b,c,d,e){go.call(this,b,c);this.o=e;this.A=!d||-2==d||31536E3<d?31536E3:d;this.C=new RegExp("\\b"+this.groupId+"-([0-9]+):")};_.n(_.ko,go);_.h=_.ko.prototype;_.h.Ee=function(){navigator.cookieEnabled||(this.A=-1);return!0};_.h.Nc=function(a,b){var c=_.Sk.get("OGP",""),d="-"+this.groupId+":";(new RegExp(d)).test(c)||(c+=d);(d=io())&&_.Sk.set("OGP",c,{ue:this.A,path:"/",domain:d});this.o&&this.o.Nc(a,b)};
_.h.Gd=function(a){var b=_.Sk.get("OGPC",""),c=this.Vb(b),d=!0;-1==c&&(d=!1,c=0);a=this.groupId+"-"+(c+(a||1))+":";b=d?b.replace(this.C,a):(b?b:"")+a;(d=io())&&_.Sk.set("OGPC",b,{ue:this.A,path:"/",domain:d});this.o&&this.o.Gd()};_.h.Vb=function(a){var b=a||_.Sk.get("OGPC","");a=-1;b&&(b=b.match(this.C))&&1<b.length&&(a=parseInt(b[1],10)||0);return a};_.h.ef=function(){return-1!=_.Sk.get("OGP","").indexOf("-"+this.groupId+":")};
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
_.lo=function(){};_.v(_.lo,_.Mj);_.lo.prototype.j=function(){var a=new XMLHttpRequest;if("withCredentials"in a)return a;if("undefined"!=typeof XDomainRequest)return new mo;throw Error("fa");};_.lo.prototype.B=function(){return{}};
var mo=function(){this.j=new XDomainRequest;this.readyState=0;this.onreadystatechange=null;this.responseType=this.responseText="";this.status=-1;this.statusText="";this.j.onload=(0,_.q)(this.ri,this);this.j.onerror=(0,_.q)(this.hg,this);this.j.onprogress=(0,_.q)(this.Yi,this);this.j.ontimeout=(0,_.q)(this.hj,this)};_.h=mo.prototype;_.h.open=function(a,b,c){if(null!=c&&!c)throw Error("ga");this.j.open(a,b)};_.h.send=function(a){if(a)if("string"==typeof a)this.j.send(a);else throw Error("ha");else this.j.send()};
_.h.abort=function(){this.j.abort()};_.h.setRequestHeader=function(){};_.h.getResponseHeader=function(a){return"content-type"==a.toLowerCase()?this.j.contentType:""};_.h.ri=function(){this.status=200;this.responseText=this.j.responseText;no(this,4)};_.h.hg=function(){this.status=500;this.responseText="";no(this,4)};_.h.hj=function(){this.hg()};_.h.Yi=function(){this.status=200;no(this,1)};var no=function(a,b){a.readyState=b;if(a.onreadystatechange)a.onreadystatechange()};
mo.prototype.getAllResponseHeaders=function(){return"content-type: "+this.j.contentType};
var qo=function(){_.P.call(this);this.o="closure_frame"+oo++;this.A=[];po[this.o]=this},ro;_.v(qo,_.P);var po={},oo=0,so=function(a,b){var c=_.$f(a);_.sk(b,function(d,e){Array.isArray(d)||(d=[d]);(0,_.Ja)(d,function(f){f=c.Ca("INPUT",{type:"hidden",name:e,value:f});a.appendChild(f)})})};_.h=qo.prototype;_.h.Ia=null;_.h.La=null;_.h.Hc=null;_.h.Ij=0;_.h.yc=!1;_.h.Fe=!1;_.h.te=null;_.h.Gc=null;
_.h.send=function(a,b,c,d){if(this.yc)throw Error("ia");a=new _.vl(a);b=b?b.toUpperCase():"GET";c&&_.Ml(a,"zx",_.tl());ro||(ro=_.Bg("FORM"),ro.acceptCharset="utf-8",c=ro.style,c.position="absolute",c.visibility="hidden",c.top=c.left="-10px",c.width=c.height="10px",c.overflow="hidden",document.body.appendChild(ro));this.Ia=ro;"GET"==b&&so(this.Ia,a.j);d&&so(this.Ia,d);d=this.Ia;a=a.toString();(0,_.Tl)();bo(d,_.mb(a));this.Ia.method=b;this.yc=!0;this.Hc=this.o+"_"+(this.Ij++).toString(36);this.La=_.$f(this.Ia).Ca("IFRAME",
{name:this.Hc,id:this.Hc});_.x&&7>Number(_.fc)&&bo(this.La,_.mb(_.Wa(_.rl('javascript:""'))));d=this.La.style;d.visibility="hidden";d.width=d.height="10px";d.display="none";_.Sb?d.marginTop=d.marginLeft="-10px":(d.position="absolute",d.top=d.left="-10px");if(_.x&&!_.gc("11")){this.Ia.target=this.Hc||"";_.$f(this.Ia).j.body.appendChild(this.La);_.O(this.La,"readystatechange",this.rf,!1,this);try{this.j=!1,this.Ia.submit()}catch(t){_.Hf(this.La,"readystatechange",this.rf,!1,this),to(this)}}else{_.$f(this.Ia).j.body.appendChild(this.La);
d=this.Hc+"_inner";a=_.Sj(this.La);document.baseURI?(b=_.ie(d),b=_.Fb('<head><base href="'+_.ie(document.baseURI)+'"></head><body><iframe id="'+b+'" name="'+b+'"></iframe>',null)):(b=_.ie(d),b=_.Fb('<body><iframe id="'+b+'" name="'+b+'"></iframe>',null));_.Ob&&!_.Sb?_.Pf(a.documentElement,b):a.write(_.Eb(b));_.O(a.getElementById(d),"load",this.ze,!1,this);var e=_.oe("TEXTAREA",this.Ia);b=0;for(c=e.length;b<c;b++){var f=e[b].value,g=[];_.Fg(e[b],g,!1);g.join("")!=f&&(_.Cg(e[b],f),e[b].value=f)}e=a.importNode(this.Ia,
!0);e.target=d;e.action=this.Ia.action;a.body.appendChild(e);f=_.oe("SELECT",this.Ia);g=_.oe("SELECT",e);b=0;for(c=f.length;b<c;b++)for(var k=_.oe("OPTION",f[b]),l=_.oe("OPTION",g[b]),m=0,r=k.length;m<r;m++)l[m].selected=k[m].selected;f=_.oe("INPUT",this.Ia);g=_.oe("INPUT",e);b=0;for(c=f.length;b<c;b++)if("file"==f[b].type&&f[b].value!=g[b].value){this.Ia.target=d;e=this.Ia;break}try{this.j=!1,e.submit(),a.close(),_.Rb&&_.cg(this.D,250,this)}catch(t){_.Hf(a.getElementById(d),"load",this.ze,!1,this),
a.close(),to(this)}}uo(this)};_.h.abort=function(){if(this.yc){var a=vo(this);if(a)if(_.qf(a))a.Fb&&_.Qf(a.Fb);else if(a=_.Df(a)){var b=0,c;for(c in a.j)for(var d=a.j[c].concat(),e=0;e<d.length;++e)_.If(d[e])&&++b}this.Fe=this.yc=!1;this.dispatchEvent("abort");wo(this)}};_.h.T=function(){this.yc&&this.abort();qo.R.T.call(this);this.La&&xo(this);uo(this);delete this.C;this.te=this.Ia=null;delete po[this.o]};_.h.Vc=function(){return this.Fe};_.h.ae=function(){return this.te};_.h.dg=function(){return _.yk(this.te)};
_.h.rf=function(){if("complete"==this.La.readyState){_.Hf(this.La,"readystatechange",this.rf,!1,this);try{var a=_.Sj(this.La);if(_.x&&"about:blank"==a.location&&!navigator.onLine){to(this);return}}catch(b){to(this);return}yo(this,a)}};_.h.ze=function(){if(!_.Ob||_.Sb||"about:blank"!=(this.La?_.Sj(vo(this)):null).location){_.Hf(vo(this),"load",this.ze,!1,this);try{yo(this,this.La?_.Sj(vo(this)):null)}catch(a){to(this)}}};
var yo=function(a,b){a.yc=!1;try{var c=b.body;a.te=c.textContent||c.innerText}catch(e){var d=1}d||"function"!=typeof a.C||(b=a.C(b))&&(d=4);d?to(a):(a.Fe=!0,a.dispatchEvent("complete"),a.dispatchEvent("success"),wo(a))},to=function(a){a.j||(a.Fe=!1,a.yc=!1,a.dispatchEvent("complete"),a.dispatchEvent("error"),wo(a),a.j=!0)},wo=function(a){xo(a);uo(a);a.Ia=null;a.dispatchEvent("ready")},xo=function(a){var b=a.La;b&&(b.onreadystatechange=null,b.onload=null,b.onerror=null,a.A.push(b));a.Gc&&(_.dg(a.Gc),
a.Gc=null);_.Rb||_.Ob&&!_.Sb?a.Gc=_.cg(a.B,2E3,a):a.B();a.La=null;a.Hc=null};qo.prototype.B=function(){this.Gc&&(_.dg(this.Gc),this.Gc=null);for(;0!=this.A.length;){var a=this.A.pop();_.xe(a)}};var uo=function(a){a.Ia&&a.Ia==ro&&_.we(a.Ia)},vo=function(a){return a.La?_.x&&!_.gc("11")?a.La:_.Sj(a.La).getElementById(a.Hc+"_inner"):null};qo.prototype.D=function(){if(this.yc){var a=this.La?_.Sj(vo(this)):null;a&&!_.lf(a,"documentUri")?(_.Hf(vo(this),"load",this.ze,!1,this),to(this)):_.cg(this.D,250,this)}};
var zo;zo=window.location.protocol+"//www.google.com/_/og/promos/";_.Ao=function(a,b,c,d,e,f,g){var k={};k.p=c;k.g=b;k.a=d;k.at=e;k.eid=f;k.pid=1;if(g)k.t=g;else return a.log(Error("ja")),null;return k};_.Bo=function(a,b,c){if(a){var d=[zo,c?"g":"z"];c&&b&&d.push(["?authuser=",b].join(""));b=d.join("");try{_.Nj=new _.lo;c=[];for(var e in a)a.hasOwnProperty(e)&&c.push(e+"="+a[e]);_.Ek(b,null,"POST",c.join("&"),null,void 0,!0)}catch(f){e=new qo,_.O(e,"ready",e.ua,!1,e),e.send(b,"POST",!1,a)}}};
var Co=function(a,b,c,d,e,f,g,k){go.call(this,b,c);this.o=a;g||k?(this.A=d,this.H=e,this.C=g||k||"",this.K=!!k,this.J=f):a.log(Error("ka"))};_.n(Co,go);Co.prototype.Nc=function(a,b){a?(a=this.H,(b=_.Ao(this.o,this.groupId,this.A,"a",3,b||"",this.C))&&(b.u=a)):(a=this.H,(b=_.Ao(this.o,this.groupId,this.A,"d",2,b||"",this.C))&&(b.u=a));_.Bo(b,this.J,this.K)};Co.prototype.Gd=function(a,b){a=a||1;(b=_.Ao(this.o,this.groupId,this.A,"i",1,b||"",this.C))&&(b.c=a);_.Bo(b,this.J,this.K)};
var Do=function(a,b,c,d,e){go.call(this,b,c,e);this.A=a;this.o=d};_.n(Do,go);Do.prototype.Nc=function(){this.A.yf(this.o,this.D,"1",this.j)};Do.prototype.Gd=function(a){a=this.Vb()+(a||1);this.A.yf(this.o,this.F,a.toString(),this.j)};Do.prototype.ef=function(){return!!this.A.Re(this.o,this.D,this.j)};Do.prototype.Vb=function(){var a=this.A.Re(this.o,this.F,this.j);return parseInt(a||0,10)};
_.Eo=function(a,b,c,d,e,f,g,k,l,m,r){if(m||r)try{var t=new Co(a,e,f,g,k,c,m,r)}catch(D){t=null}else t=null;switch(d){case 2:case 6:return t;case 1:return new Do(b,e,f,l,void 0);default:return new _.ko(a,e,f,k)}};
var Fo,Go;Fo=function(a){switch(a){case "i":return 36;case "x":return 37;case "n":return 37;case "a":return 38;case "d":return 37;case "ed":return 37;case "end":return 38;case "ec":return 38;case "er_em":return 72;case "rl":return 77;case "lc":return 111;case "hc":return 112;default:return 0}};
Go=function(a){var b=new _.Dc;switch(a){case "x":_.F(b,28,1);break;case "n":_.F(b,28,2);break;case "a":_.F(b,29,1);break;case "er_em":_.F(b,30,1);break;case "ed":_.F(b,28,3);break;case "end":_.F(b,29,3);break;case "ec":_.F(b,29,3)}return b};
_.Ho=function(a,b,c,d,e,f,g,k,l,m,r){var t=Fo(b);if(0!==t){b=Go(b);_.F(b,34,k);_.F(b,48,l);_.F(b,31,c);_.F(b,39,f);c=_.fo(_.eo(new _.co,d),e);36===t&&_.F(c,1,m);_.H(b,50,c);if(g){m=!1;try{var D=g.getBoundingClientRect()}catch(B){_.F(b,49,1),m=!0}null!=D&&(_.F(b,43,D.top),_.F(b,44,D.bottom),_.F(b,45,D.left),_.F(b,46,D.right));null!=D&&0!==D.top-D.bottom||m||(document.body.contains(g)?_.Ae(g,function(B){return _.ye(B)&&"none"==B.style.display})&&_.F(b,49,3):_.F(b,49,2))}null!=r&&_.ao(b,r);a.log(t,b)}};
_.Io=function(){this.Bb=null;this.j=!1};_.wa(_.Io);
}catch(e){_._DumpException(e)}
try{
var Jo=function(a){_.z(this,a,0,-1,null,null)};_.v(Jo,_.y);var Ko=function(a){_.z(this,a,0,-1,null,null)};_.v(Ko,_.y);Ko.prototype.F=function(){return _.A(this,7)};Ko.prototype.H=function(){return _.A(this,8)};var Lo=function(a){_.z(this,a,0,-1,null,null)};_.v(Lo,_.y);var Mo=function(a){_.z(this,a,0,-1,null,null)};_.v(Mo,_.y);var No=function(a){_.z(this,a,0,-1,null,null)};_.v(No,_.y);
var Oo=function(a){var b;(b=a.ef())||(b=0<a.B&&a.Vb()>=a.B);return b},Po=function(a,b,c,d,e,f,g,k){this.data={};_.Qa(this.data,{ogsr:Math.round(1/a),ei:b,ct:d,cad:e,id:c,loc:window.google?window.google.sn:"",prid:f,ogd:g,ogprm:"up"});if(k)for(a=k.split("&"),b=0;b<a.length;b++)c=a[b].split("="),2==c.length&&(this.data[c[0]]=c[1])};_.n(Po,_.Vc);var Qo=function(a,b,c,d,e,f,g){_.I.call(this);this.j=a;this.D=b;this.A=c;this.F=d;this.C=e;this.B=f;this.o=g;_.u("gbar.up.sl",(0,_.q)(this.log,this))};
_.n(Qo,_.I);Qo.prototype.log=function(a,b,c,d,e){try{var f=this.D;if(void 0!=e&&null!=e)if(0<=e&&1>=e)f=e;else{this.j.log(Error("la`"+b+"`"+c+"`"+e));return}if(Math.random()<=f){var g=new Po(f,this.A,a,b,c,this.C,this.F,d);this.o?g.j():_.cd(g)}}catch(k){this.j.log(Error("la`"+b+"`"+c+"`"+e))}};
var Ro=function(a){_.I.call(this);this.j=a;_.u("gbar.up.spd",(0,_.q)(this.yf,this));_.u("gbar.up.gpd",(0,_.q)(this.Re,this));_.u("gbar.up.dpc",(0,_.q)(this.wj,this));_.u("gbar.up.iic",(0,_.q)(this.rj,this));_.u("gbar.up.gcc",(0,_.q)(this.Yh,this))};_.n(Ro,_.I);var So=function(){try{return!!_.p.localStorage&&"object"==typeof _.p.localStorage}catch(a){return!1}},To=function(a){return a&&a.style&&a.style.behavior&&"undefined"!=typeof a.load};_.h=Ro.prototype;
_.h.yf=function(a,b,c,d){try{navigator.cookieEnabled&&(d||(b="og-up-"+b),So()?_.p.localStorage.setItem(b,c):To(a)&&(a.setAttribute(b,c),a.save(a.id)))}catch(e){e.code!=DOMException.QUOTA_EXCEEDED_ERR&&this.j.log(e)}};_.h.Re=function(a,b,c){try{if(!navigator.cookieEnabled)return"";c||(b="og-up-"+b);if(So())return _.p.localStorage.getItem(b);if(To(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR&&this.j.log(d)}return""};
_.h.wj=function(a,b){(new _.ko(this.j,a,1,b)).Na()};_.h.rj=function(a,b){_.jo(new _.ko(this.j,a,1,b))};_.h.Yh=function(a,b){return(new _.ko(this.j,a,1)).Vb(b)};
var Uo=function(a){_.z(this,a,0,-1,null,null)};_.v(Uo,_.y);
var Wo=function(a,b,c,d,e,f){_.xh.call(this,a,d);this.o=a;this.H=_.L(_.A(b,1));this.ha=_.L(_.A(b,2));this.X=_.L(_.A(b,3));_.E(b,4,25);this.U=_.Uc(_.A(b,5));this.sa=_.Uc(_.E(b,6,-1));this.P=_.J(_.C(b,9));this.F={em:"i",accept:"a",Na:"d",Pd:"x"};this.j=Vo;this.ta=this.o?_.Q(this.o,this.j.ih):!1;this.V=!1;this.S=e;this.Ba=f;this.J=_.N(this.j.eh,this.o);this.Pd=_.N(this.j.lh,this.o);this.M=_.N(this.j.kh,this.o);this.Z="";this.Y=!1;var g,k;b.H&&(g=_.L(b.H()));b.F&&(k=_.L(b.F()));if(k||g)this.Z=k||g||"",
this.Y=!!k;this.A=_.Eo(d,this.Ba,c,this.U,this.ha,_.Uc(_.E(b,4,25)),this.H,this.sa,this.o,g,k)};_.v(Wo,_.xh);Wo.prototype.T=function(){Wo.R.T.call(this);this.M=this.Pd=this.J=null};var Vo={eh:"gb_zd",lh:"gb_Xd",kh:"gb_xd",Qd:"gb_oa",ih:"gb_7d"};Wo.prototype.open=function(){_.Q(this.o,this.j.Qd)||(_.R(this.o,this.j.Qd),this.o.removeAttribute("aria-hidden"))};Wo.prototype.close=function(){_.Q(this.o,this.j.Qd)&&(_.T(this.o,this.j.Qd),this.o.setAttribute("aria-hidden","true"))};
var Xo=function(a,b,c){var d=_.jh;b&&_.En(a,b,d,c,!1,a)};Wo.prototype.N=function(){return""};
var Yo=function(a){var b="";a&&(a=a.getAttributeNode("data-ved"))&&a.value&&(b=["&ved=",a.value].join(""));return b},Zo=function(a){var b=a.N();a.P&&(b+="&vis=0");a.S.log(a.H,a.X,"i",b,1)},$o=function(a,b,c,d,e,f){var g=b==a.F.accept;a.V||(g&&!f||a.S.log(a.H,a.X,b,a.N()+Yo(c),1),e||0==a.U?2==a.U&&(b=a.S,c=a.Y,d=_.Ao(b.j,a.ha,a.H,"l",3,d,a.Z),_.Bo(d,b.B,c)):(g?a.A.accept(d):a.A.Na(d),a.V=!0));e&&g&&!a.ta||a.close()};Wo.prototype.O=function(a,b,c){$o(this,this.F.accept,a.target,"2",b,c)};
Wo.prototype.ma=function(a,b){$o(this,this.F.Pd,a.target,"1",b);a.preventDefault();a.stopPropagation()};Wo.prototype.ka=function(a,b){$o(this,this.F.Na,a.target,"3",b);a.preventDefault();a.stopPropagation()};
var ap=function(a,b,c,d,e){this.C=new _.vh(e,this);this.j=e;this.B=c;this.F=d;this.A=a;this.o=b;a=_.Gi();this.C.B(a,"resize",this.D,!1,this)};ap.prototype.D=function(){try{var a=276,b=document.getElementById("hplogo");b&&(a=Math.max(a,b.offsetWidth));2*(this.A+this.o)+a>document.body.clientWidth?this.B():this.F()}catch(c){this.j&&this.j.log(c)}};
var bp=function(a,b){this.o=b;this.j={};this.j.mouseout=_.L(_.A(a,1));this.j.mouseover=_.L(_.A(a,2));this.j.mousedown=_.L(_.A(a,3))},cp=function(a,b){if(b)for(var c in a.j){var d=a.j[c];d&&_.uh(a.o,b,c,(0,_.q)(function(e){b.style.color=e},a,d))}},dp=function(a,b){for(var c=0;c<b.length;c++)cp(a,b[c])};
var hp=function(a,b,c,d,e,f){_.Mn.call(this,a,"pc",d,e,f,!0);e=_.G(b,Ko,1)||new Ko;this.Ak=c;this.V=_.L(_.A(e,1));this.S=/[^0-9]/.test(this.V)?0:_.jn(this.V);this.N=_.A(e,11)||0;this.uc=_.L(_.A(e,3));this.wc=_.L(_.A(e,2));this.Yk=_.L(e.F());this.md=_.Uc(_.A(b,6));this.K=_.Uc(_.E(e,4,25),25);this.zj=_.J(_.C(b,21))||_.J(_.C(b,22));this.qc=_.J(_.C(b,16));a=this.zj&&this.qc;this.sc=_.J(_.C(e,9));this.vc=!this.sc&&!a;this.nc=!1;this.J=_.N("gb_zd",this.o);this.uj=_.J(_.C(b,10));this.tj=_.J(_.C(b,14));this.M=
_.J(_.C(b,19));this.Ga=this.uj||this.tj;this.Sa=_.N("gb_eg");this.jh=_.N("gb_fg");this.fh=_.N("gb_cg");this.hh=_.N("gb_dg");this.kc=_.L(_.A(b,12));this.D=_.N("gb_bg");this.ta=_.N("gb_Sd");this.ha=document.getElementById("gb");f=_.Ic.va();this.tc=_.Jc(f,"p_log");this.Ok=_.Jc(f,"p_st");this.Hj=_.Uc(_.A(e,5));this.wk=_.J(_.C(b,20));this.vb=_.J(_.C(b,18));this.vd=_.J(_.C(b,23));this.kd=_.J(_.C(b,24));this.Ef=_.J(_.C(b,25));this.mj=_.J(_.C(b,26));this.Y=_.Eo(d,this.Ok,c,this.Hj,this.wc,this.K,this.V,this.md,
this.o,_.L(e.H()),_.L(e.F()));this.O=this.Y.Vb();this.ha&&(this.wa=_.N("gb_1a",this.ha));this.X=!1;if(this.wa&&!Oo(this.Y)&&!this.X){c=_.L(_.A(b,2));if("n"!=c&&(this.Kc=(e=ep[c])?_.N(e,this.wa):null,!this.Kc)){this.C.log(Error("ma"),{target:c});return}this.J&&1==_.A(b,3)&&_.R(this.J,"gb_Ld");fp(this);(b=_.G(b,Lo,4)||new Lo,this.J)&&dp(new bp(b,this.C),[this.J]);this.jc=0;this.vc?(this.open(),new ap(this.jc,parseInt(this.j.style.right,10)||0,(0,_.q)(this.oj,this),(0,_.q)(this.Uk,this),d)):this.U&&
this.H.log(this.U,_.Sn(this));this.tc.log(this.V,this.uc,"i","&vis="+(this.vc?"1":"0")+(this.vb?"&ap=0":""),1);a?gp(this):_.Ho(this.F,"i",this.S,this.N,this.K,this.O,this.j,!1,this.M,this.sc);_.jo(this.Y)}this.Uc()};_.v(hp,_.Mn);var ep={p:"gb_Va",s:"shareboxWidget",i:"gb_zg",v:"gb_C"};hp.prototype.T=function(){hp.R.T.call(this);this.ha=this.wa=this.Kc=this.button=this.hb=null};hp.prototype.Pe=function(){};
var ip=function(a){var b=_.N("gb_Kd",a.o);if(b)return b;b=_.ve("IFRAME");b.frameBorder="0";b.tabIndex=-1;_.R(b,"gb_Kd");var c=_.dn(_.rl("about:blank"));_.en(b,c);a.ha.appendChild(b);return b};_.h=hp.prototype;_.h.open=function(){hp.R.open.call(this);var a=ip(this);if(a){var b=_.N("gb_F",this.o);b.appendChild(a);a=a.style;a.width=b.offsetWidth+"px";a.height=b.offsetHeight+"px";a.visibility="visible";a.top="-1px";a.left="-1px"}this.jc=this.j.offsetWidth};_.h.oj=function(){this.close();gp(this)};
_.h.Uk=function(){Oo(this.Y)||this.X||this.open()};_.h.close=function(){if(hp.R.close.call(this)){var a=ip(this);a&&(a=a.style,a.width="",a.height="",a.visibility="",a.top="",a.left="");return!0}return!1};_.h.og=function(){};_.h.le=function(){};
var fp=function(a){a.hb=_.N("gb_rd",a.o);a.hb&&_.En(a,a.hb,_.jh,a.lj,!0,a);a.hc=_.N("gb_xd",a.o);a.hc&&_.En(a,a.hc,_.jh,a.Fi,!0,a);for(var b=_.mh("gb_vd",a.o),c=0;c<b.length;c++)_.En(a,b[c],_.jh,a.Ji,!0,a);a.J&&_.En(a,a.J,_.jh,a.nd,!0,a);a.Kb=_.N("gb_Jd",a.o);a.Kb&&_.En(a,a.Kb,_.jh,a.Ri,!0,a);b=_.mh("gb_D",a.wa);for(c=0;c<b.length;c++)_.En(a,b[c],_.jh,a.ij,!0,a);a.D&&(a.B(a.D,"focus",a.Wk,!1,a),a.B(a.D,"blur",a.Vk,!1,a),a.B(a.D,"keyup",function(d){13==d.keyCode&&this.J&&(d.preventDefault(),this.J.click())},
!1,a),a.D.pattern="^\\+?1?[-()\\s]*([\\d][-()\\s]*){0,10}")};hp.prototype.Wk=function(){this.ta&&_.R(this.ta,"gb_Td")};hp.prototype.Vk=function(){this.ta&&_.T(this.ta,"gb_Td")};var jp=function(a,b){a.X||(a.Y.Na(),("a"!=b||a.Ga)&&a.tc.log(a.V,a.uc,b,a.vb?"&ap=0":void 0,1),a.close(),a.X=!0)};_.h=hp.prototype;_.h.ij=function(){this.Ga?(this.X=!0,this.close()):jp(this,"a")};_.h.lj=function(a){jp(this,"x");_.Ho(this.F,"x",this.S,this.N,this.K,this.O,this.G(),!1,this.M);a.preventDefault();a.stopPropagation()};
_.h.Fi=function(a){jp(this,"n");_.Ho(this.F,"n",this.S,this.N,this.K,this.O,this.G(),!1,this.M);a.preventDefault();a.stopPropagation()};_.h.Ri=function(){_.Ho(this.F,"lc",this.S,this.N,this.K,this.O,this.G(),!1,this.M)};_.h.Ji=function(a){(a=_.Q(a.target,"gb_Ad"))&&this.kd||!a&&this.vd?(kp(this),_.Ho(this.F,"ec",this.S,this.N,this.K,this.O,this.G(),!1,this.M)):a&&this.mj||!a&&this.Ef?jp(this,"ed"):(_.Ho(this.F,"end",this.S,this.N,this.K,this.O,this.G(),!1,this.M),this.close())};
var kp=function(a){var b=_.hf("window.launchConsentDialog");b?b():a.C.log(Error("na"));a.close()};
hp.prototype.nd=function(a){_.Ho(this.F,"a",this.S,this.N,this.K,this.O,this.G(),!1,this.M);this.D&&11!=lp(this.D.value).length?(this.D.pattern&&(this.D.pattern="^\\+?1?[-()\\s]*([0,2-9][-()\\s]*)([\\d][-()\\s]*){9}$",this.D.dispatchEvent(new Event("input"))),a.preventDefault(),a.stopPropagation()):this.qc?(kp(this),a.preventDefault(),a.stopPropagation()):(this.wk?this.close():jp(this,"a"),this.Ga&&(a.preventDefault(),a.stopPropagation(),mp(this)))};
var mp=function(a){if(a.D&&11!=lp(a.D.value).length)a.Ba();else{np(a,a.Sa);var b=(0,_.q)(a.ud,a),c=(0,_.q)(a.Ba,a);_.Nj=new _.lo;_.Ek("//www.google.com/_/og/promos/g?authuser="+a.Ak,function(){this.Vc()?b(this.dg()):c()},"POST",op(a),null,void 0,!0)}},op=function(a){var b="d2m=igs&g="+a.wc+"&p="+a.V+"&t="+a.Yk;a.D&&(b+="&pn="+lp(a.D.value));a.kc&&(b+="&s="+a.kc);return b},np=function(a,b,c){c=void 0===c?0:c;_.T(b,"gb_Ja");0<c&&setTimeout((0,_.q)(a.Fa,a,b),c)};
hp.prototype.Fa=function(a){_.V(a,"gb_Ja",!0)};hp.prototype.ud=function(a){var b=new Uo(a.PromoAsyncResponse);a=_.C(b,1);b=_.A(b,2);a&&b&&0!=b.length?(_.Cg(this.hh," "+b+" "),this.Fa(this.Sa),np(this,this.jh,15E3)):this.Ba()};hp.prototype.Ba=function(){this.Fa(this.Sa);np(this,this.fh,15E3)};var gp=function(a){a.nc||(_.Ho(a.F,"hc",a.S,a.N,a.K,a.O,a.G(),!1,a.M),a.nc=!0)},lp=function(a){a=a.replace(/[^0-9]/g,"");a.startsWith("1")||(a="1"+a);return a};
var qp=function(a,b,c,d,e,f,g){Wo.call(this,a,b,d,e,f,g);this.D=[];c&&dp(new bp(c,e),[this.J,this.Pd,this.M]);pp(this)};_.v(qp,Wo);var pp=function(a){_.uh(a.C,a.o,"mouseover",function(b){b.stopPropagation()})};qp.prototype.N=function(){return"ic="+this.A.Vb()};qp.prototype.open=function(){qp.R.open.call(this);for(var a=0;a<this.D.length;a++)this.D[a]("o")};qp.prototype.close=function(){qp.R.close.call(this);for(var a=0;a<this.D.length;a++)this.D[a]("c")};
var rp={consent:function(){return window.launchConsentDialog}},sp=function(a){return _.Yd(a,"js:")?null!=rp[a.slice(3)]:!1};
var tp=function(a,b,c,d,e,f){qp.call(this,a,_.G(b,Ko,1),_.G(b,Lo,3),c,d,e,f);this.wa=_.J(_.yc(b,5,!1));this.K=_.L(_.A(b,2));this.Aa=_.J(_.yc(b,4,!1))};_.v(tp,qp);
tp.prototype.O=function(a){tp.R.O.call(this,a,this.wa,"string"===typeof this.K?sp(this.K):!1);a=this.C;var b=this.K,c=this.Aa;c=void 0===c?!1:c;b&&("function"==typeof b?b.call():"string"==typeof b&&(_.Yd(b,"js:")?(b=b.slice(3),c=rp[b],!c&&a?a.log(Error("oa`"+b)):(c=c(),!c&&a?a.log(Error("pa`"+b)):c())):c?(a=_.nb(b)||_.pb,_.p.open(_.ib(a))):null!=_.p.location&&_.$n(_.p.top.location,b)))};
var up=function(a,b,c,d,e,f){var g=_.N("gb_dd"),k=_.G(a,No,5);k&&g&&(c.Oe("up","up",["2","9","6"]),c.register("up",function(l){l&&(l=_.Uc(_.A(a,8)),l=new tp(g,k,l,b,e,d),l.D.push(f),l.P||Oo(l.A)?l.P&&!Oo(l.A)&&Zo(l):(Xo(l,l.J,l.O),Xo(l,l.Pd,l.ma),Xo(l,l.M,l.ka),l.open(),_.jo(l.A),Zo(l)))}))};
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
_.$f();
var vp=function(){_.I.call(this);this.Qa=null};_.n(vp,_.I);
var wp=function(){_.I.call(this)};_.n(wp,_.I);
var xp=function(a,b){_.I.call(this);this.B=b;this.o={};this.D={};this.j=null;this.A=1;this.C=!1;this.F=a;_.u("gbar.up.r",(0,_.q)(this.register,this));_.u("gbar.up.nap",(0,_.q)(this.Oe,this));_.u("gbar.up.aop",(0,_.q)(this.nh,this));_.u("gbar.up.tp",(0,_.q)(this.Dg,this));_.u("gbar.up.ssp",(0,_.q)(this.Af,this))};_.n(xp,_.I);var yp=function(a,b,c){return-1==(0,_.Ia)(b,a.A)?(a.B.log(Error("qa`"+a.A+"`"+c)),!1):!0};_.h=xp.prototype;
_.h.register=function(a,b){yp(this,[1,2],"r")&&(this.o[a]=this.o[a]||[],this.o[a].push(b),2==this.A&&_.p.setTimeout((0,_.q)(function(){b(this.Af(a))},this),0))};_.h.Oe=function(a,b,c){if(yp(this,[1],"nap")&&c){for(var d=0;d<c.length;d++)this.D[c[d]]=!0;this.F.log(a,b,"nap","tpt="+c.join(","))}};_.h.nh=function(a,b,c){if(yp(this,[1],"aop")&&c){if(this.j)for(var d in this.j)this.j[d]=this.j[d]&&-1!=(0,_.Ia)(c,d);else for(this.j={},d=0;d<c.length;d++)this.j[c[d]]=!0;this.F.log(a,b,"aop","tpt="+c.join(","))}};
_.h.Dg=function(){try{if(this.A=2,!this.C){this.C=!0;for(var a in this.o)for(var b=this.o[a],c=0;c<b.length;c++)try{var d=b[c],e=this.Af(a);d.apply(null,[e])}catch(f){this.B.log(f)}}}catch(f){this.B.log(f)}};_.h.Af=function(a){if(yp(this,[2],"ssp")){var b=!this.D[a];this.j&&(b=b&&!!this.j[a]);return b}return!1};
var Ep=function(){var a=zp,b=Ap,c=Bp,d=Cp,e=Dp;this.B=_.nj;this.o=_.M;this.A=e;this.j=a;this.J=b;this.K=c;this.H=_.zd;this.C=d},Fp,Gp=function(a){a&&(a=_.Io.va(),a.j=!0,a.Bb&&a.Bb.notify())};Ep.prototype.D=function(){var a=_.G(this.A,Mo,4);if(a){if(_.C(a,15))this.j.register("7",Gp);else{var b=_.N("gb_od"),c=_.N("gb_se");if(!b||!c)return;var d=this.A,e=this.o,f=this.H,g=this.B;this.j.register("7",function(k){k&&(_.hj(g,c),k=_.Uc(_.A(d,8)),new hp(b,a,k,e,f,_.zn))})}this.j.Oe("7","7",["5"])}};
Ep.prototype.F=function(){var a=this.B;up(this.A,this.o,this.j,this.J,this.K,function(){_.aj(a)})};
var Dp=_.G(_.vd,Jo,15);
if(Dp&&_.nj){var Hp=_.L(_.A(_.wd(),10)),Ip=_.Ic.va(),Jp=_.Uc(_.A(Dp,8)),Kp;Kp=_.zc(Dp,1,1E-4);var Lp=_.Uc(Kp,1E-4),Mp;Mp=_.A(Dp,2);var Np=_.L(Mp),Op;Op=_.A(Dp,3);var Pp=new Qo(_.M,Lp,Hp,Np,_.L(Op),Jp,!1),Qp=new Ro(_.M);_.Mc("p_log",Pp);_.Mc("p_st",Qp);_.Mc("p_tr",new xp(Pp,_.M));_.Mc("p_mgmhp",new wp(_.M,Qp));_.Mc("p_dse",new vp(_.M));var zp=_.Jc(Ip,"p_tr"),Ap=_.Jc(Ip,"p_st"),Bp=_.Jc(Ip,"p_log"),Rp,Cp=_.Kc("api");Fp||(Fp=new Ep);Rp=Fp;var Sp={};Sp.up=Rp.F;Sp["7"]=Rp.D;for(var Tp in Sp)try{Sp[Tp].apply(Rp)}catch(a){Rp.o.log(Error(Tp))}Rp.C.xd();Rp.j.Dg()}
;
}catch(e){_._DumpException(e)}
try{
var Vp=function(a){_.z(this,a,0,-1,null,null)},Xp;_.v(Vp,_.y);_.Wp=function(a,b){this.o=a;this.j=b};_.Wp.prototype.log=function(a,b){b=void 0===b?new _.Dc:b;Xp(this,a,b)};_.Yp=function(a,b,c){c=void 0===c?new _.Dc:c;var d=a.j?103:14;_.F(c,18,b);Xp(a,d,c)};_.Zp=function(a,b,c){c=void 0===c?new _.Dc:c;var d=a.j?94:8,e=new Vp;_.F(e,1,b);_.H(c,47,e);Xp(a,d,c)};Xp=function(a,b,c){var d=_.G(c,Vp,47)||new Vp;_.H(c,47,d);a.o.log(b,c)};
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var iq,sq,xq,Cq,Dq,Fq,Gq,Iq;_.hq=function(a){if(a instanceof _.Db)return a;var b="object"==typeof a,c=null;b&&a.Ye&&(c=a.j());a=_.fe(b&&a.Qb?a.Gb():String(a));return _.Fb(a,c)};iq=function(a){var b=_.hq(_.Gb),c=b.j(),d=[],e=function(f){Array.isArray(f)?(0,_.Ja)(f,e):(f=_.hq(f),d.push(_.Eb(f).toString()),f=f.j(),0==c?c=f:0!=f&&c!=f&&(c=null))};(0,_.Ja)(a,e);return _.Fb(d.join(_.Eb(b).toString()),c)};_.jq=function(a){return iq(Array.prototype.slice.call(arguments))};
_.kq=function(a,b){var c=_.se(a,"DIV");_.x?(b=_.jq(_.Hb,b),_.Pf(c,b),c.removeChild(c.firstChild)):_.Pf(c,b);if(1==c.childNodes.length)c=c.removeChild(c.firstChild);else{for(a=a.createDocumentFragment();c.firstChild;)a.appendChild(c.firstChild);c=a}return c};_.lq=function(a,b){this.x=void 0!==a?a:0;this.y=void 0!==b?b:0};_.lq.prototype.ceil=function(){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this};_.lq.prototype.floor=function(){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this};
_.lq.prototype.round=function(){this.x=Math.round(this.x);this.y=Math.round(this.y);return this};_.mq=function(a){return new _.lq(a.x,a.y)};_.nq=function(a){return a.scrollingElement?a.scrollingElement:!_.Sb&&_.Tf(a)?a.documentElement:a.body||a.documentElement};_.oq=function(a){var b=_.nq(a);a=a.parentWindow||a.defaultView;return _.x&&_.gc("10")&&a.pageYOffset!=b.scrollTop?new _.lq(b.scrollLeft,b.scrollTop):new _.lq(a.pageXOffset||b.scrollLeft,a.pageYOffset||b.scrollTop)};
_.pq=function(a){a=a.j;return a.parentWindow||a.defaultView};_.qq=function(a){return"rtl"==_.Lg(a,"direction")};_.rq=function(a){for(var b in a)return!1;return!0};sq=function(a,b){return new _.lq(a.x-b.x,a.y-b.y)};_.tq=function(a,b,c,d){this.top=a;this.right=b;this.bottom=c;this.left=d};_.h=_.tq.prototype;_.h.getHeight=function(){return this.bottom-this.top};
_.h.expand=function(a,b,c,d){_.Aa(a)?(this.top-=a.top,this.right+=a.right,this.bottom+=a.bottom,this.left-=a.left):(this.top-=a,this.right+=Number(b),this.bottom+=Number(c),this.left-=Number(d));return this};_.h.ceil=function(){this.top=Math.ceil(this.top);this.right=Math.ceil(this.right);this.bottom=Math.ceil(this.bottom);this.left=Math.ceil(this.left);return this};
_.h.floor=function(){this.top=Math.floor(this.top);this.right=Math.floor(this.right);this.bottom=Math.floor(this.bottom);this.left=Math.floor(this.left);return this};_.h.round=function(){this.top=Math.round(this.top);this.right=Math.round(this.right);this.bottom=Math.round(this.bottom);this.left=Math.round(this.left);return this};_.uq=function(a,b,c,d){this.left=a;this.top=b;this.width=c;this.height=d};
_.uq.prototype.ceil=function(){this.left=Math.ceil(this.left);this.top=Math.ceil(this.top);this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return this};_.uq.prototype.floor=function(){this.left=Math.floor(this.left);this.top=Math.floor(this.top);this.width=Math.floor(this.width);this.height=Math.floor(this.height);return this};
_.uq.prototype.round=function(){this.left=Math.round(this.left);this.top=Math.round(this.top);this.width=Math.round(this.width);this.height=Math.round(this.height);return this};_.vq=function(a,b,c){if(b instanceof _.lq){var d=b.x;b=b.y}else d=b,b=c;a.style.left=_.Ng(d,!1);a.style.top=_.Ng(b,!1)};_.wq=function(a){a=a?_.ze(a):document;return!_.x||_.ic(9)||_.Tf(_.$f(a).j)?a.documentElement:a.body};
xq=function(a){if(_.x&&!_.ic(8))return a.offsetParent;var b=_.ze(a),c=_.Lg(a,"position"),d="fixed"==c||"absolute"==c;for(a=a.parentNode;a&&a!=b;a=a.parentNode)if(11==a.nodeType&&a.host&&(a=a.host),c=_.Lg(a,"position"),d=d&&"static"==c&&a!=b.documentElement&&a!=b.body,!d&&(a.scrollWidth>a.clientWidth||a.scrollHeight>a.clientHeight||"fixed"==c||"absolute"==c||"relative"==c))return a;return null};
_.yq=function(a){var b=_.ze(a),c=new _.lq(0,0),d=_.wq(b);if(a==d)return c;a=_.Mg(a);b=_.oq(_.$f(b).j);c.x=a.left+b.x;c.y=a.top+b.y;return c};
_.zq=function(a){for(var b=new _.tq(0,Infinity,Infinity,0),c=_.$f(a),d=c.j.body,e=c.j.documentElement,f=_.nq(c.j);a=xq(a);)if(!(_.x&&0==a.clientWidth||_.Sb&&0==a.clientHeight&&a==d)&&a!=d&&a!=e&&"visible"!=_.Lg(a,"overflow")){var g=_.yq(a),k=new _.lq(a.clientLeft,a.clientTop);g.x+=k.x;g.y+=k.y;b.top=Math.max(b.top,g.y);b.right=Math.min(b.right,g.x+a.clientWidth);b.bottom=Math.min(b.bottom,g.y+a.clientHeight);b.left=Math.max(b.left,g.x)}d=f.scrollLeft;f=f.scrollTop;b.left=Math.max(b.left,d);b.top=
Math.max(b.top,f);c=_.Uf(_.pq(c));b.right=Math.min(b.right,d+c.width);b.bottom=Math.min(b.bottom,f+c.height);return 0<=b.top&&0<=b.left&&b.bottom>b.top&&b.right>b.left?b:null};_.Aq=function(a){a=_.Mg(a);return new _.lq(a.left,a.top)};_.Bq=function(a,b){a.style.display=b?"":"none"};Cq=function(a,b){if(/^\d+px?$/.test(b))return parseInt(b,10);var c=a.style.left,d=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;a.style.left=b;b=a.style.pixelLeft;a.style.left=c;a.runtimeStyle.left=d;return+b};
Dq=function(a,b){return(b=a.currentStyle?a.currentStyle[b]:null)?Cq(a,b):0};_.Eq=function(a,b){if(_.x){var c=Dq(a,b+"Left"),d=Dq(a,b+"Right"),e=Dq(a,b+"Top");a=Dq(a,b+"Bottom");return new _.tq(e,d,a,c)}c=_.Kg(a,b+"Left");d=_.Kg(a,b+"Right");e=_.Kg(a,b+"Top");a=_.Kg(a,b+"Bottom");return new _.tq(parseFloat(e),parseFloat(d),parseFloat(a),parseFloat(c))};Fq={thin:2,medium:4,thick:6};
Gq=function(a,b){if("none"==(a.currentStyle?a.currentStyle[b+"Style"]:null))return 0;b=a.currentStyle?a.currentStyle[b+"Width"]:null;return b in Fq?Fq[b]:Cq(a,b)};_.Hq=function(a){if(_.x&&!_.ic(9)){var b=Gq(a,"borderLeft"),c=Gq(a,"borderRight"),d=Gq(a,"borderTop");a=Gq(a,"borderBottom");return new _.tq(d,c,a,b)}b=_.Kg(a,"borderLeftWidth");c=_.Kg(a,"borderRightWidth");d=_.Kg(a,"borderTopWidth");a=_.Kg(a,"borderBottomWidth");return new _.tq(parseFloat(d),parseFloat(c),parseFloat(a),parseFloat(b))};
Iq=function(){if(_.Ub){var a=/Windows NT ([0-9.]+)/;return(a=a.exec(_.ub))?a[1]:"0"}return _.Tb?(a=/10[_.][0-9_.]+/,(a=a.exec(_.ub))?a[0].replace(/_/g,"."):"10"):_.Wb?(a=/Android\s+([^\);]+)(\)|;)/,(a=a.exec(_.ub))?a[1]:""):_.Xb||_.Yb||_.Zb?(a=/(?:iPhone|CPU)\s+OS\s+(\S+)/,(a=a.exec(_.ub))?a[1].replace(/_/g,"."):""):""}();
var Jq=function(a){return(a=a.exec(_.ub))?a[1]:""},Kq=function(){if(_.lc)return Jq(/Firefox\/([0-9.]+)/);if(_.x||_.Pb||_.Ob)return _.fc;if(_.pc)return _.Kb()?Jq(/CriOS\/([0-9.]+)/):Jq(/Chrome\/([0-9.]+)/);if(_.qc&&!_.Kb())return Jq(/Version\/([0-9.]+)/);if(_.mc||_.nc){var a=/Version\/(\S+).*Mobile\/(\S+)/.exec(_.ub);if(a)return a[1]+"."+a[2]}else if(_.oc)return(a=Jq(/Android\s+([0-9.]+)/))?a:Jq(/Version\/([0-9.]+)/);return""}();
var Lq;
_.Nq=function(a,b,c,d,e,f,g,k,l){var m;if(m=c.offsetParent){var r="HTML"==m.tagName||"BODY"==m.tagName;if(!r||"static"!=_.Lg(m,"position")){var t=_.yq(m);if(!r){r=_.qq(m);var D;if(D=r){if(D=_.qc)D=0<=_.eb(Kq,10);var B;if(B=_.$b)B=0<=_.eb(Iq,10);D=_.Rb||D||B}r=D?-m.scrollLeft:!r||_.Qb&&_.gc("8")||"visible"==_.Lg(m,"overflowX")?m.scrollLeft:m.scrollWidth-m.clientWidth-m.scrollLeft;t=sq(t,new _.lq(r,m.scrollTop))}}}m=t||new _.lq;t=_.yq(a);r=_.Pg(a);t=new _.uq(t.x,t.y,r.width,r.height);if(r=_.zq(a)){var S=new _.uq(r.left,
r.top,r.right-r.left,r.bottom-r.top);r=Math.max(t.left,S.left);D=Math.min(t.left+t.width,S.left+S.width);r<=D&&(B=Math.max(t.top,S.top),S=Math.min(t.top+t.height,S.top+S.height),B<=S&&(t.left=r,t.top=B,t.width=D-r,t.height=S-B))}r=_.$f(a);B=_.$f(c);if(r.j!=B.j){D=r.j.body;B=_.pq(B);S=new _.lq(0,0);var K=_.Vf(_.ze(D));if(_.lf(K,"parent")){var fa=D;do{var Pc=K==B?_.yq(fa):_.Aq(fa);S.x+=Pc.x;S.y+=Pc.y}while(K&&K!=B&&K!=K.parent&&(fa=K.frameElement)&&(K=K.parent))}D=sq(S,_.yq(D));!_.x||_.ic(9)||_.Tf(r.j)||
(D=sq(D,_.oq(r.j)));t.left+=D.x;t.top+=D.y}a=Lq(a,b);b=t.left;a&4?b+=t.width:a&2&&(b+=t.width/2);b=new _.lq(b,t.top+(a&1?t.height:0));b=sq(b,m);e&&(b.x+=(a&4?-1:1)*e.x,b.y+=(a&1?-1:1)*e.y);if(g)if(l)var xa=l;else if(xa=_.zq(c))xa.top-=m.y,xa.right-=m.x,xa.bottom-=m.y,xa.left-=m.x;return _.Mq(b,c,d,f,xa,g,k)};
_.Mq=function(a,b,c,d,e,f,g){a=_.mq(a);var k=Lq(b,c);c=_.Pg(b);g=g?_.tg(g):_.tg(c);a=_.mq(a);g=_.tg(g);var l=0;if(d||0!=k)k&4?a.x-=g.width+(d?d.right:0):k&2?a.x-=g.width/2:d&&(a.x+=d.left),k&1?a.y-=g.height+(d?d.bottom:0):d&&(a.y+=d.top);if(f){if(e){d=a;k=g;l=0;65==(f&65)&&(d.x<e.left||d.x>=e.right)&&(f&=-2);132==(f&132)&&(d.y<e.top||d.y>=e.bottom)&&(f&=-5);d.x<e.left&&f&1&&(d.x=e.left,l|=1);if(f&16){var m=d.x;d.x<e.left&&(d.x=e.left,l|=4);d.x+k.width>e.right&&(k.width=Math.min(e.right-d.x,m+k.width-
e.left),k.width=Math.max(k.width,0),l|=4)}d.x+k.width>e.right&&f&1&&(d.x=Math.max(e.right-k.width,e.left),l|=1);f&2&&(l|=(d.x<e.left?16:0)|(d.x+k.width>e.right?32:0));d.y<e.top&&f&4&&(d.y=e.top,l|=2);f&32&&(m=d.y,d.y<e.top&&(d.y=e.top,l|=8),d.y+k.height>e.bottom&&(k.height=Math.min(e.bottom-d.y,m+k.height-e.top),k.height=Math.max(k.height,0),l|=8));d.y+k.height>e.bottom&&f&4&&(d.y=Math.max(e.bottom-k.height,e.top),l|=2);f&8&&(l|=(d.y<e.top?64:0)|(d.y+k.height>e.bottom?128:0));e=l}else e=256;l=e}f=
new _.uq(0,0,0,0);f.left=a.x;f.top=a.y;f.width=g.width;f.height=g.height;e=l;if(e&496)return e;_.vq(b,new _.lq(f.left,f.top));g=new _.ne(f.width,f.height);_.Ag(c,g)||(c=g,g=_.Tf(_.$f(_.ze(b)).j),!_.x||_.gc("10")||g&&_.gc("8")?(b=b.style,_.Rb?b.MozBoxSizing="border-box":_.Sb?b.WebkitBoxSizing="border-box":b.boxSizing="border-box",b.width=Math.max(c.width,0)+"px",b.height=Math.max(c.height,0)+"px"):(a=b.style,g?(g=_.Eq(b,"padding"),b=_.Hq(b),a.pixelWidth=c.width-b.left-g.left-g.right-b.right,a.pixelHeight=
c.height-b.top-g.top-g.bottom-b.bottom):(a.pixelWidth=c.width,a.pixelHeight=c.height)));return e};Lq=function(a,b){return(b&8&&_.qq(a)?b^4:b)&-9};
_.Oq=function(a){_.P.call(this);this.j=a;a=_.x?"focusout":"blur";this.o=_.O(this.j,_.x?"focusin":"focus",this,!_.x);this.A=_.O(this.j,a,this,!_.x)};_.v(_.Oq,_.P);_.Oq.prototype.handleEvent=function(a){var b=new _.nf(a.Ya);b.type="focusin"==a.type||"focus"==a.type?"focusin":"focusout";this.dispatchEvent(b)};_.Oq.prototype.T=function(){_.Oq.R.T.call(this);_.If(this.o);_.If(this.A);delete this.j};
}catch(e){_._DumpException(e)}
try{
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var Zq=function(a,b){_.P.call(this);this.A=new _.ig(this);this.De(a||null);b&&(this.Tc=b)};_.v(Zq,_.P);_.h=Zq.prototype;_.h.yb=null;_.h.If=null;_.h.Wc=!1;_.h.jf=-1;_.h.Tc="toggle_display";_.h.G=function(){return this.yb};_.h.De=function(a){if(this.Wc)throw Error("sa");this.yb=a};_.h.isVisible=function(){return this.Wc};
_.h.Nb=function(a){this.M&&this.M.stop();this.J&&this.J.stop();if(a){if(!this.Wc&&this.qf()){if(!this.yb)throw Error("ta");this.Dd();a=_.ze(this.yb);this.A.L(a,"mousedown",this.Lg,!0);if(_.x){try{var b=a.activeElement}catch(d){}for(;b&&"IFRAME"==b.nodeName;){try{var c=_.Sj(b)}catch(d){break}a=c;b=a.activeElement}this.A.L(a,"mousedown",this.Lg,!0);this.A.L(a,"deactivate",this.Kg)}else this.A.L(a,"blur",this.Kg);"toggle_display"==this.Tc?(this.yb.style.visibility="visible",_.Bq(this.yb,!0)):"move_offscreen"==
this.Tc&&this.Dd();this.Wc=!0;this.jf=(0,_.Ea)();this.M?(_.Af(this.M,"end",this.lg,!1,this),this.M.play()):this.lg()}}else $q(this)};_.h.Dd=_.va;var $q=function(a,b){a.Wc&&a.dispatchEvent({type:"beforehide",target:b})&&(a.A&&_.mg(a.A),a.Wc=!1,(0,_.Ea)(),a.J?(_.Af(a.J,"end",_.Sd(a.Mf,b),!1,a),a.J.play()):a.Mf(b))};_.h=Zq.prototype;_.h.Mf=function(a){"toggle_display"==this.Tc?this.qj():"move_offscreen"==this.Tc&&(this.yb.style.top="-10000px");this.Te(a)};
_.h.qj=function(){this.yb.style.visibility="hidden";_.Bq(this.yb,!1)};_.h.qf=function(){return this.dispatchEvent("beforeshow")};_.h.lg=function(){this.dispatchEvent("show")};_.h.Te=function(a){this.dispatchEvent({type:"hide",target:a})};_.h.Lg=function(a){a=a.target;_.Xf(this.yb,a)||ar(this,a)||150>(0,_.Ea)()-this.jf||$q(this,a)};
_.h.Kg=function(a){var b=_.ze(this.yb);if("undefined"!=typeof document.activeElement){if(a=b.activeElement,!a||_.Xf(this.yb,a)||"BODY"==a.tagName||ar(this,a))return}else if(a.target!=b)return;150>(0,_.Ea)()-this.jf||$q(this)};var ar=function(a,b){return(0,_.Ma)(a.If||[],function(c){return b===c||_.Xf(c,b)})};Zq.prototype.T=function(){Zq.R.T.call(this);this.A.ua();_.Mf(this.M);_.Mf(this.J);delete this.yb;delete this.A;delete this.If};
var br=function(){};br.prototype.j=function(){};
var cr=function(a,b,c){this.o=a;this.A=b;this.B=c};_.v(cr,br);cr.prototype.j=function(a,b,c){_.Nq(this.o,this.A,a,b,void 0,c,this.B)};
var dr=function(a,b){this.ma=8;this.U=b||void 0;Zq.call(this,a)};_.v(dr,Zq);dr.prototype.Dd=function(){if(this.U){var a=!this.isVisible()&&"move_offscreen"!=this.Tc,b=this.G();a&&(b.style.visibility="hidden",_.Bq(b,!0));this.U.j(b,this.ma,this.wa);a&&_.Bq(b,!1)}};
var er=function(a,b){this.o=a instanceof _.lq?a:new _.lq(a,b)};_.v(er,br);er.prototype.j=function(a,b,c){_.Nq(_.wq(a),0,a,b,this.o,c,null,void 0)};
var fr=function(){this.j=new _.Uj},gr=function(a){var b=typeof a;return"object"==b&&a||"function"==b?"o"+_.vg(a):b.charAt(0)+a};_.h=fr.prototype;_.h.add=function(a){this.j.set(gr(a),a)};_.h.remove=function(a){return this.j.remove(gr(a))};_.h.clear=function(){this.j.clear()};_.h.Ac=function(){return this.j.Ac()};_.h.Ra=function(){return this.j.Ra()};
var hr=function(a,b,c){this.H=c||(a?_.$f(_.Sf(document,a)):_.$f());dr.call(this,this.H.Ca("DIV",{style:"position:absolute;display:none;"}));this.S=new _.lq(1,1);this.D=new fr;this.C=null;a&&(a=_.Sf(document,a),this.D.add(a),_.O(a,"mouseover",this.Z,!1,this),_.O(a,"mouseout",this.N,!1,this),_.O(a,"mousemove",this.X,!1,this),_.O(a,"focus",this.$,!1,this),_.O(a,"blur",this.N,!1,this));null!=b&&_.Cg(this.G(),b)};_.v(hr,dr);var ir=[];hr.prototype.o=null;hr.prototype.className="gb_Ba-gb_8e";
hr.prototype.De=function(a){var b=this.G();b&&_.xe(b);hr.R.De.call(this,a);a?(b=this.H.j.body,b.insertBefore(a,b.lastChild),_.Mf(this.C),this.C=new _.Oq(this.G()),_.Nf(this,this.C),_.O(this.C,"focusin",this.F,void 0,this),_.O(this.C,"focusout",this.P,void 0,this)):(_.Mf(this.C),this.C=null)};var jr=function(a){return a.B?a.isVisible()?4:1:a.K?3:a.isVisible()?2:0};
hr.prototype.qf=function(){if(!Zq.prototype.qf.call(this))return!1;if(this.j)for(var a,b=0;a=ir[b];b++)_.Xf(a.G(),this.j)||a.Nb(!1);_.Na(ir,this)||ir.push(this);a=this.G();a.className=this.className;this.F();_.O(a,"mouseover",this.sa,!1,this);_.O(a,"mouseout",this.ha,!1,this);kr(this);return!0};
hr.prototype.Te=function(){_.jf(ir,this);for(var a=this.G(),b,c=0;b=ir[c];c++)b.j&&_.Xf(a,b.j)&&b.Nb(!1);this.ka&&this.ka.P();_.Hf(a,"mouseover",this.sa,!1,this);_.Hf(a,"mouseout",this.ha,!1,this);this.j=void 0;0==jr(this)&&(this.O=!1);Zq.prototype.Te.call(this)};hr.prototype.Y=function(a,b){this.j==a&&_.Xj(this.D.j,gr(this.j))&&(this.O||!this.Aa?(this.Nb(!1),this.isVisible()||(this.j=a,this.U=b||this.W(0)||void 0,this.isVisible()&&this.Dd(),this.Nb(!0))):this.j=void 0);this.B=void 0};
hr.prototype.ta=function(a){this.K=void 0;if(a==this.j){a=this.H;var b;a=(b=_.Yf(a.j))&&this.G()&&a.eg(this.G(),b);null!=this.o&&(this.o==this.G()||_.Xj(this.D.j,gr(this.o)))||a||this.V&&this.V.o||this.Nb(!1)}};var lr=function(a,b){var c=_.oq(a.H.j);a.S.x=b.clientX+c.x;a.S.y=b.clientY+c.y};hr.prototype.Z=function(a){var b=mr(this,a.target);this.o=b;this.F();b!=this.j&&(this.j=b,this.B||(this.B=_.cg((0,_.q)(this.Y,this,b,void 0),500)),nr(this),lr(this,a))};
var mr=function(a,b){try{for(;b&&!_.Xj(a.D.j,gr(b));)b=b.parentNode;return b}catch(c){return null}};hr.prototype.X=function(a){lr(this,a);this.O=!0};hr.prototype.$=function(a){this.o=a=mr(this,a.target);this.O=!0;if(this.j!=a){this.j=a;var b=this.W(1);this.F();this.B||(this.B=_.cg((0,_.q)(this.Y,this,a,b),500));nr(this)}};hr.prototype.W=function(a){return 0==a?new or(_.mq(this.S)):new pr(this.o)};var nr=function(a){if(a.j)for(var b,c=0;b=ir[c];c++)_.Xf(b.G(),a.j)&&(b.V=a,a.ka=b)};
hr.prototype.N=function(a){var b=mr(this,a.target),c=mr(this,a.relatedTarget);b!=c&&(b==this.o&&(this.o=null),kr(this),this.O=!1,!this.isVisible()||a.relatedTarget&&_.Xf(this.G(),a.relatedTarget)?this.j=void 0:this.P())};hr.prototype.sa=function(){var a=this.G();this.o!=a&&(this.F(),this.o=a)};hr.prototype.ha=function(a){var b=this.G();this.o!=b||a.relatedTarget&&_.Xf(b,a.relatedTarget)||(this.o=null,this.P())};var kr=function(a){a.B&&(_.dg(a.B),a.B=void 0)};
hr.prototype.P=function(){2==jr(this)&&(this.K=_.cg((0,_.q)(this.ta,this,this.j),0))};hr.prototype.F=function(){this.K&&(_.dg(this.K),this.K=void 0)};hr.prototype.T=function(){var a;this.Nb(!1);kr(this);for(var b=this.D.Ra(),c=0;a=b[c];c++)_.Hf(a,"mouseover",this.Z,!1,this),_.Hf(a,"mouseout",this.N,!1,this),_.Hf(a,"mousemove",this.X,!1,this),_.Hf(a,"focus",this.$,!1,this),_.Hf(a,"blur",this.N,!1,this);this.D.clear();this.G()&&_.xe(this.G());this.o=null;delete this.H;hr.R.T.call(this)};
var or=function(a,b){er.call(this,a,b)};_.v(or,er);or.prototype.j=function(a,b,c){b=_.wq(a);b=_.zq(b);c=c?new _.tq(c.top+10,c.right,c.bottom,c.left+10):new _.tq(10,0,0,10);_.Mq(this.o,a,8,c,b,9)&496&&_.Mq(this.o,a,8,c,b,5)};var pr=function(a){cr.call(this,a,5)};_.v(pr,cr);pr.prototype.j=function(a,b,c){var d=new _.lq(10,0);_.Nq(this.o,this.A,a,b,d,c,9)&496&&_.Nq(this.o,4,a,1,d,c,5)};
_.qr=function(a,b){hr.call(this,a);this.className="gb_8e";this.De(b);this.ma=2;this.isVisible()&&this.Dd()};_.n(_.qr,hr);_.qr.prototype.W=function(){return new rr(this.o)};_.qr.prototype.Nb=function(a){a||kr(this);return hr.prototype.Nb.call(this,a)};var rr=function(a){cr.call(this,a,3)};_.n(rr,cr);rr.prototype.j=function(a,b,c){var d=new _.lq(0,0),e=_.Uf();_.Nq(this.o,this.A,a,b,d,c,9,void 0,new _.tq(0,e.width-8,e.height,8))&496&&_.Nq(this.o,4,a,1,d,c,5)};
}catch(e){_._DumpException(e)}
try{
var Kt,Lt;Kt=/^([^?#]*)(\?[^#]*)?(#[\s\S]*)?/;Lt=function(a,b,c){if(null==c)return b;if("string"===typeof c)return c?a+encodeURIComponent(c):"";for(var d in c)if(Object.prototype.hasOwnProperty.call(c,d)){var e=c[d];e=Array.isArray(e)?e:[e];for(var f=0;f<e.length;f++){var g=e[f];null!=g&&(b||(b=a),b+=(b.length>a.length?"&":"")+encodeURIComponent(d)+"="+encodeURIComponent(String(g)))}}return b};_.Mt=function(a,b){a=Kt.exec(_.ab(a));var c=a[3]||"";return _.bb(a[1]+Lt("?",a[2]||"",b)+Lt("#",c,void 0))};
_.Nt=function(a){return a instanceof _.vl?new _.vl(a):new _.vl(a,void 0)};
var Ot=function(){};
var Pt=function(a){this.j=a||{}};_.v(Pt,Ot);var St=function(){Qt||(Qt=new Pt,-1==_.ub.toLowerCase().indexOf("webkit")||_.w("Edge")?_.yb()?Rt("-moz-"):_.xb()?Rt("-ms-"):_.w("Opera")&&Rt("-o-"):Rt("-webkit-"),Qt.j.is_rtl=!1);var a=Qt.j.is_rtl;return!(null==a||!a)},Rt=function(a){Qt.j.css3_prefix=a};
var Qt=null;
var Ut,Vt,Wt,Xt,Tt;_.Yt=function(a){if(null==a)return"";if(!Tt.test(a))return a;-1!=a.indexOf("&")&&(a=a.replace(Ut,"&amp;"));-1!=a.indexOf("<")&&(a=a.replace(Vt,"&lt;"));-1!=a.indexOf(">")&&(a=a.replace(Wt,"&gt;"));-1!=a.indexOf('"')&&(a=a.replace(Xt,"&quot;"));return a};Ut=/&/g;Vt=/</g;Wt=/>/g;Xt=/"/g;Tt=/[&<>"]/;
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
_.Zt=function(a){var b=a.match(/\bhref="/g);if(!b||1>=b.length)return a;var c=new _.vl;a=a.replace(/\bhref="(.*?)"/g,function(d,e){d=_.Nt(e);c.A||_.wl(c,d.A);c.o||_.xl(c,d.o);c.B||_.zl(c,d.B);c.C||_.Cl(c,d.C);e=_.ia(d.j.nb());for(var f=e.next();!f.done;f=e.next())f=f.value,_.Rl(c.j,f)||_.Sl(c.j,f,d.j.Ra(f));return""});a=a.replace(/\s\s+/g," ").replace(/\s+$/g,"");return a+' href="'+c.toString()+'"'};_.$t=function(a){return""===a?"":' class="'+(" "===a.charAt(a.length-1)?a.slice(0,-1):a)+'"'};
_.au=function(a){return""!==a?' style="'+a+'"':""};
var bu=function(a){this.j=a=void 0===a?document:a;this.A=null;this.o=[]},cu;bu.prototype.document=function(){return this.j};cu=function(a){var b=a.j.createElement("STYLE");a.j.head?a.j.head.appendChild(b):a.j.body.appendChild(b);return b};_.du=function(a){if(!a.j||0==a.o.length)return"";var b=a.o.join("");if(_.x){a.A||(a.A=cu(a));var c=a.A}else c=cu(a);c.styleSheet&&!c.sheet?c.styleSheet.cssText+=b:c.textContent+=b;a.o.length=0;return""};
_.eu=function(){var a=void 0===a?document:a;var b=void 0===b?new bu(a):b;this.C=a;this.A=b;new function(){};this.o={};this.j=[St()]};_.eu.prototype.document=function(){return this.C};_.fu=function(a,b,c,d,e,f,g,k,l,m,r){if(!Array.isArray(c)){var t=[],D;for(D in c)t[c[D]]=D;c=t}a.o[b]={lb:c,fm:d,hm:e,om:void 0===f?null:f,jm:void 0===g?null:g,qm:void 0===k?"":k,km:void 0===l?null:l,rm:"",mm:void 0===m?null:m,sm:"",nm:void 0===r?null:r,im:!0}};
_.gu=function(a,b){a=a.j;a:{if(b)for(b=b.parentNode;_.ye(b);b=b.parentNode){var c=b.getAttribute("dir");if(c&&(c=c.toLowerCase(),"ltr"==c||"rtl"==c)){b=c;break a}}b=St()?"rtl":"ltr"}a[0]="rtl"==b};_.hu=function(a){a.B&&a.B.xd()};
}catch(e){_._DumpException(e)}
try{
var EA=function(a,b){if(zA.test(b))return b;b=0<=b.indexOf("left")?b.replace(AA,"right"):b.replace(BA,"left");_.Na(CA,a)&&(a=b.split(DA),4<=a.length&&(b=[a[0],a[3],a[2],a[1]].join(" ")));return b},GA=function(a,b,c){var d=_.FA("p_st");return _.Eo(_.M,d,_.A(a,8)||0,_.E(a,5,0),c.toString(),_.E(a,4,25),b.toString(),_.A(a,9)||0,null,_.A(a,6)||void 0,_.A(a,7)||void 0)},HA=function(a){_.z(this,a,0,-1,null,null)},IA,LA,MA,zA,CA,AA,BA,DA;_.v(HA,_.y);IA=[1];_.JA=function(a){_.z(this,a,0,-1,IA,null)};
_.v(_.JA,_.y);_.JA.prototype.$a=function(a){return _.F(this,10,a)};var KA=function(a){_.z(this,a,0,-1,null,null)};_.v(KA,_.y);KA.prototype.getHeight=function(){return _.A(this,5)};LA=function(a,b){a.Bb=b;a.j&&(a.j=!0,a.Bb&&a.Bb.notify())};MA=function(a){return a[a.length-1]};_.FA=function(a){return _.Ic.va().j[a]||null};zA=/['"\(]/;CA=["border-color","border-style","border-width","margin","padding"];AA=/left/g;BA=/right/g;DA=/\s+/;
var NA=function(a){this.j=a};NA.prototype.send=function(a,b,c){this.j.then(function(d){d.send(a,b,c)})};
var OA=function(a){this.data=a};
var PA=function(a){this.j=a};PA.prototype.send=function(a,b,c){c=void 0===c?[]:c;var d=new MessageChannel;QA(d.port1,b);this.j.postMessage(a,[d.port2].concat(c))};var RA=function(a,b){QA(a,b);return new PA(a)},QA=function(a,b){b&&(a.onmessage=function(c){b(new OA(c.data,RA(c.ports[0],void 0)))})};
var UA=function(a){var b=a.ug,c=void 0===a.wd?"ZNWN1d":a.wd,d=void 0===a.onMessage?void 0:a.onMessage;return SA({destination:a.destination,Pc:function(){return b.contentWindow},vk:TA(a.origin),wd:c,onMessage:d})},SA=function(a){var b=a.destination,c=a.Pc,d=a.vk,e=void 0===a.Sk?void 0:a.Sk,f=a.wd,g=void 0===a.onMessage?void 0:a.onMessage,k=Object.create(null);d.forEach(function(l){k[l]=!0});return new NA(new _.Re(function(l,m){var r=function(t){if(t.source===c())if(!0!==k[t.origin]){b.removeEventListener("message",
r,!1);var D=d.join(", ");m(Error("Ya`"+(1===d.length?D:"one of ["+D+"]")+"`"+t.origin))}else(t.data.n||t.data)===f&&(b.removeEventListener("message",r,!1),e&&t.data.t!==e?m(Error("Za`"+e+"`"+t.data.t)):l(RA(t.ports[0],g)))};b.addEventListener("message",r,!1)}))},TA=function(a){a="string"===typeof a?[a]:a;var b=Object.create(null);a.forEach(function(c){if("null"===c)throw Error("$a");b[c]=!0});return a};
var VA=function(){window.addEventListener("message",function(a){"verify-origin"===a.data&&a.source.parent===window&&a.source.postMessage("verify-origin-reply",a.origin)})};
var YA=function(a,b,c,d,e){this.parent=a;this.C=b;this.F=c;this.J=void 0===e?!1:e;this.H=d?d:0;a=_.ab(this.C).match(_.ak);this.D=_.Zj(a[1],null,a[3],a[4]);this.o=(a=WA.exec(_.ab(XA(this,void 0))))?a[1]:""},XA=function(a,b){var c=document.location;c=c.protocol+"//"+c.host;"chrome-untrusted://new-tab-page"===c&&(c=["chrome-untrusted://new-tab-page","chrome://new-tab-page"]);c={origin:c};a.o&&(c.cn=a.o);0!==a.F&&(c.pid=a.F);0!==a.H&&(c.spid=a.H);a=_.Mt(a.C,c);b&&(a=_.Mt(a,b));return a},ZA=function(a,
b,c){if(a.j)return a.j;a.j=_.hf("gapi.iframes.getContext")().openChild({attributes:{role:"presentation",style:{height:"100%",visibility:"hidden"},onload:b},where:a.parent,url:_.ab(XA(a,c)),dontclear:!0,hintInFragment:!0});return a.j},$A=function(a,b,c,d){if(!a.K){var e=_.ve("IFRAME");_.re(e,{role:"presentation",style:"height: 100%; width: 100%; visibility: hidden;",frameborder:0,scrolling:"no"});e.addEventListener("load",b);_.en(e,XA(a,d));a.parent.appendChild(e);a.K=UA({destination:window,ug:e,origin:a.D,
wd:"ogi_"+a.o,onMessage:c});a.B=e}},aB=function(a,b){if(a.A)return a.A;a.A=UA({destination:window,ug:a.B,origin:a.D,wd:"ogd_"+a.o,onMessage:b});return a.A};YA.prototype.getIframeEl=function(){return this.J?this.B?this.B:null:this.j?this.j.getIframeEl():null};var WA=/\/widget\/(.+?)(\/|\?|$)/;
var bB=function(a,b){_.mf.call(this,a,b)};_.n(bB,_.mf);
var cB=function(a,b,c,d,e,f){e=void 0===e?{}:e;f=void 0===f?!1:f;_.P.call(this);this.D=!1;this.M=a;this.A=null;this.o=f;this.B=void 0;this.j=new YA(this.M,_.vj(b),/^\d+$/.test(c)?parseInt(c,10):0,/^\d+$/.test(d)?parseInt(d,10):0,this.o);this.C=e;this.K=this.J=!1};_.n(cB,_.P);var dB=function(a){if(a.D)return 3;a.D=!0;if(!_.hf("gapi.iframes.getContext")&&!a.o){var b=_.hf("gapi.load");if(!b)return 2;b("gapi.iframes",(0,_.q)(a.H,a));return 1}a.H();return 0};cB.prototype.getIframeEl=function(){return this.j.getIframeEl()};
var eB=function(a){var b=_.ve("LINK"),c=_.ab(XA(a.j,a.C))+(a.o?"":"&usegapi=1");b.crossOrigin="use-credentials";_.pc&&(b.addEventListener("load",function(){a.J=!0}),b.addEventListener("error",function(){a.K=!0}));_.uj(b,c,"prefetch");document.head.appendChild(b)};cB.prototype.focus=function(){this.getIframeEl().focus()};
var fB=function(a,b){a.getIframeEl()&&_.Hg(a.getIframeEl(),{visibility:b?"":"hidden"})},gB=function(a,b,c){a.o?a.B&&(b={event:b},c&&(b.data=c),a.B.send(b)):a.A&&a.A.send(b,c,void 0,_.hf("gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER"))};cB.prototype.H=function(){var a=this,b=function(){return void a.dispatchEvent("loaded")};this.o?($A(this.j,b,this.F.bind(this),this.C),this.B=aB(this.j,this.F.bind(this))):_.hf("gapi.iframes.getContext")&&(this.A=ZA(this.j,b,this.C),hB(this,this.A))};
cB.prototype.F=function(a){var b=new bB(a.data.event,this);b.data=a.data.data;this.dispatchEvent(b)};var hB=function(a,b){_.Oa(iB,function(c){b.register(c,function(d){var e=new bB(c,a);e.data=d;a.dispatchEvent(e)},_.hf("gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER"))})};cB.prototype.remove=function(){var a=this.getIframeEl();a&&a.parentNode.removeChild(a)};
var iB={al:"blur",bl:"caev",fl:"close",kl:"dismiss",wl:"_ready",xl:"alogc",yl:"alogn",zl:"alogma",Bl:"alogmm",Al:"alogm",Cl:"omenu",Dl:"plog",Ll:"_renderfailed",Ml:"_renderstart",Ol:"restyle",Ql:"savec",Rl:"savek",Sl:"_startuploaded",Wl:"unload"};
var jB=["a","er_em","lc"],kB=function(a,b,c,d,e){this.C=_.zn;this.F=a;this.j=b;this.B=c;this.D=e;this.H=d;this.A=this.o=!1};kB.prototype.log=function(a,b,c,d,e){jB.includes(a)||this.F.log(this.j.toString(),"7",a,"&ap=1"+b,c);if("i"===a){if(this.A)return;this.o&&(a="rl",this.A=!0);this.o=!0}_.Ho(this.C,a,this.j,this.B,this.H,this.D,d,!0,!0,!1,e)};
var lB=function(a){this.o=a;this.j=!1};lB.prototype.Na=function(){this.o.Na()};
var nB=function(a,b,c,d){d=void 0===d?!1:d;_.P.call(this);this.A=new _.ig(this);_.Nf(this,this.A);this.j=a;this.Ba=b;this.sa=new _.Wp(b,!0);this.B=_.ve("DIV");this.o=null;this.H=this.P=this.ka=this.ta=this.V=this.ma=this.K=this.J=!1;this.Ga=_.A(a,33)||"_renderstart";this.C=this.O=null;this.$=this.Y=!1;this.D=d;this.ha=!1;this.Z=c;this.U=null;this.S=this.W="";a=this.B;b=Object.assign({},mB);if(this.j.getHeight()){c=this.j.getHeight()+"px";d=1===_.A(this.j,17);var e=2===_.A(this.j,17);d?(this.W=c,b.height=
"0px"):e?(this.S=c,b.height="0px"):b.height=c}else b.bottom="0px";_.A(this.j,6)&&(b.width=_.A(this.j,6)+"px");(c=_.A(this.j,7))&&(b["margin-top"]=c+"px");(c=_.C(this.j,11))?b.left=0:b.right=0;_.A(this.j,8)&&(c?b["margin-left"]=_.A(this.j,8)+"px":b["margin-right"]=_.A(this.j,8)+"px");_.Hg(a,b);this.Z.appendChild(this.B)};_.n(nB,_.P);nB.prototype.G=function(){return this.B};
var sB=function(a,b){oB(a);if(a.H=b){if(3!==_.A(a.j,17)){b=_.A(a.j,7);var c="100vh";b&&(c="calc("+-1*(Math.max(0,_.yq(a.Z).y-_.oq(document).y)+b)+"px + "+c+")");_.Hg(a.B,"max-height",c)}a.J?(pB(a,!0),fB(a.o,!0),a.dispatchEvent("rav"),null!=_.A(a.j,18)&&a.wa&&(b=a.M?_.hk(a.M):new _.Dc,c=Date.now()-a.wa,_.F(b,24,c),null!=a.Aa&&_.F(b,41,a.Aa),qB(a,_.A(a.j,18),b))):a.$?rB(a):a.dispatchEvent("sorp")}else pB(a,!1),fB(a.o,!1),a.dispatchEvent("h")};
nB.prototype.$a=function(a){this.D=a;if(this.K){var b=this.o,c={};c.enabled=a;gB(b,"dm",c)}this.dispatchEvent("sdm")};nB.prototype.isVisible=function(){var a="hidden"!=this.B.style.visibility;return"none"!=this.B.style.display&&a};
var pB=function(a,b){_.Hg(a.B,{visibility:b?"":"hidden"});var c=_.A(a.j,17),d=2===c;if(1===c||d)c=_.Jg(a.B,"transition"),_.Hg(a.B,{transition:"none"}),d=d?a.S:a.W,_.Hg(a.B,{height:b?d:"0"}),a.B.scrollTop=0,_.Hg(a.B,{transition:c})},uB=function(a,b,c,d){a.o=b;_.ye(c)?a.C=c:a.O=c;tB(a,d);if((b=_.C(a.j,10)||_.E(a.j,27,0))||null!=a.O)c=_.E(a.j,27,0),null==a.F&&0<c?a.F=_.cg(a.X,c,a):a.X();!b&&_.C(a.j,24)&&eB(a.o)},vB=function(a){_.mg(a.A);a.C.removeAttribute("data-ogsr-fb")};
nB.prototype.notify=function(){null!=_.A(this.j,31)&&qB(this,_.A(this.j,31));sB(this,!0)};
var tB=function(a,b){a.A.L(a.o,"_ready",a.ik);a.A.L(a.o,"_startuploaded",function(){a.ta=!0});a.A.L(a.o,"_renderfailed",a.mk);a.A.L(a.o,"_renderstart",a.nk);a.A.L(a.o,"loaded",function(){a.ka=!0});a.A.L(a.o,a.Ga,a.Lk);_.C(a.j,9)&&a.A.L(a.o,"blur",a.dk);a.A.L(a.o,"restyle",a.qk);a.A.L(a.o,"unload",a.fk);a.A.L(a.o,"close",a.Fg);b&&0<b.length&&(0,_.Ja)(b,function(c){return _.kh(a.A,c,a.Fg)});null!=a.C?(a.A.L(a.C,["mouseover","focus"],a.uk),_.kh(a.A,a.C,a.Pg),a.A.L(a.C,"keydown",function(c){27==c.keyCode&&
a.isVisible()&&(a.ha=!0,a.Pg(c))}),1==_.A(a.j,17)&&(a.A.L(a.o,"alogn",a.$j),a.A.L(a.o,"alogm",a.kk),a.A.L(a.o,"alogmm",a.lk),a.A.L(a.o,"alogma",a.jk),a.A.L(a.o,"alogc",a.Zj),a.A.L(a.o,"omenu",a.ak)),a.A.L(window,["keyup","keydown"],a.rk),_.x&&a.A.L(a.C,"focusin",function(){a.Y=!0}),_.th(a.C,"click"),(b=a.C.querySelector("[data-eqid]"))&&_.th(b,"click")):null!=a.O&&(LA(a.O,a),a.A.L(a.o,"plog",a.oh));a.A.L(window,"beforeunload",a.bk)};_.h=nB.prototype;
_.h.nk=function(a){this.ma=!0;null!=_.A(this.j,32)&&qB(this,_.A(this.j,32));a.data&&("null"!==a.data.ttf&&(this.Aa=Number(a.data.ttf)||null),(a.data.height||a.data.width)&&wB(this,a.data.height,a.data.width))};_.h.ik=function(){this.K=!0};_.h.oh=function(a){"i"===a.data.ld.apatk&&qB(this,110)};_.h.bk=function(){this.P=!0;null!=this.F&&(_.dg(this.F),this.F=null);this.isVisible()||this.K||this.o.remove()};_.h.Lk=function(){this.J=!0;null!=this.N&&_.dg(this.N);sB(this,this.H)};
var oB=function(a){null!=a.F&&(_.dg(a.F),a.F=null);var b=dB(a.o);null==a.U&&(a.U=b);if(3!=b){if(b=_.A(a.j,14))a.N=_.cg(a.Fa,b,a);null!=_.A(a.j,30)&&qB(a,_.A(a.j,30))}};nB.prototype.X=function(){var a=this;"complete"==document.readyState?oB(this):window.addEventListener("load",function(){return oB(a)})};nB.prototype.Fa=function(){this.J||this.V||(this.$=!0,this.H&&rB(this))};var rB=function(a){null!=_.A(a.j,16)&&qB(a,_.A(a.j,16));a.dispatchEvent("sort")};_.h=nB.prototype;
_.h.mk=function(){this.V=!0;null!=this.N&&_.dg(this.N);var a=3===_.A(this.j,17)||this.H;null!=_.A(this.j,26)&&a&&qB(this,_.A(this.j,26))};
_.h.Pg=function(a){this.wa=Date.now();var b=!_.gg(a);b=void 0===b?!1:b;var c=!this.isVisible();sB(this,c);var d=this.o,e={};e.keyboardAction=void 0===b?!1:b;gB(d,c?"open":"close",e);if(c?null!=_.A(this.j,12):null!=_.A(this.j,13))if(b=c?_.A(this.j,12):_.A(this.j,13),qB(this,b),c){var f;1!=_.A(this.j,17)?f=0:f=null!==_.oh(this.B,"gb_ge");f&&qB(this,115)}this.Y=!1;a.preventDefault();a.stopPropagation()};
_.h.rk=function(a){32==a.keyCode&&a.target instanceof Element&&_.Xf(this.C,a.target)&&(a.stopPropagation(),a.preventDefault())};_.h.uk=function(){oB(this)};_.h.qk=function(a){a.data&&wB(this,a.data.height,a.data.width)};var wB=function(a,b,c){b=void 0===b?"":b;c=void 0===c?"":c;var d={};if(b){var e=1===_.A(a.j,17),f=2===_.A(a.j,17);e?a.W=b:f&&(a.S=b);if(!e&&!f||a.isVisible())d.height=b}c&&(d.width=c);_.Hg(a.B,d)};_.h=nB.prototype;
_.h.dk=function(){document.activeElement==this.C||_.Xf(this.C,document.activeElement)||this.Y||sB(this,!1)};_.h.fk=function(){this.J=!1;sB(this,!1)};_.h.Fg=function(){sB(this,!1)};_.h.$j=function(a){var b=Number(a.data.pid)||-1,c=a=a.data.vis;if(4<a||0>=a)c=0;a=c;c=new _.Dc;b=_.F(c,15,b);b=_.ao(b,xB(this));b=_.F(b,36,this.D);_.Zp(this.sa,a,b)};_.h.kk=function(){qB(this,104)};_.h.lk=function(){qB(this,105)};_.h.ak=function(){qB(this,115)};
_.h.jk=function(a){a=a.data.an;var b=_.ao(new _.Dc,xB(this));_.Yp(this.sa,a,b)};_.h.Zj=function(a){qB(this,a.data.mouseSession?99:100)};
var xB=function(a){var b=a.o&&a.o.getIframeEl(),c=0;a.K&&(c|=1);a.ta&&(c|=128);a.ma&&(c|=32);a.V&&(c|=64);a.isVisible()&&(c|=2);a.$&&(c|=4);b&&(c|=8);a.ka&&(c|=16);_.hf("gapi.iframes")&&(c|=256);a.o.J&&(c|=512);a.o.K&&(c|=1024);a.ha&&(c|=2048);switch(a.U){case 2:c|=4096;break;case 1:c|=8192}a.P&&(c|=16384);a.H&&(c|=32768);return c},qB=function(a,b,c){c=c||(a.M?_.hk(a.M):new _.Dc);_.ao(c,xB(a));_.F(c,36,a.D);if(null!=_.A(a.j,19)){var d=_.G(a.j,HA,19);d=_.A(d,1);_.F(c,31,d);_.F(c,34,!0)}a.Ba.log(b,
c)},mB={overflow:"hidden",position:"absolute",top:"0",visibility:"hidden",width:"350px","z-index":991};
var yB=function(a,b,c,d){_.P.call(this);this.A=a;this.j=b;this.C=d;this.o=new _.ig(this);_.Nf(this,this.o);this.B=c;this.F=!1;this.o.L(this.A,"plog",this.H);this.o.L(this.A,"savec",this.D);this.o.L(this.A,"savek",this.D);this.o.L(this.A,"caev",this.D);this.o.Ab(this.j,"rav",this.M);this.o.Ab(this.j,"h",this.J);this.o.Ab(this.A,"dismiss",this.K)};_.n(yB,_.P);yB.prototype.M=function(){this.F=!0;var a=this.C;a.j||(_.jo(a.o),a.j=!0);this.B.log("i","&vis=1",1,this.j.G(),xB(this.j))};
yB.prototype.J=function(){if(!this.F){var a=this.j;a.P||qB(a,114)}};yB.prototype.K=function(a){a=a.data&&a.data.type?a.data.type:"d";"ec"===a?zB():"end"!==a&&this.C.Na();sB(this.j,!1);this.B.log(a,"",1,this.j.G(),xB(this.j))};yB.prototype.D=function(a){switch(a.data.apatk){case "c":zB();break;case "d":this.C.Na()}};var zB=function(){var a=_.hf("window.launchConsentDialog");a&&a()};
yB.prototype.H=function(a){var b=a.data.ld;a=b.apatk;if("i"!=a){var c=b.sp;b=b.ad;var d=this.j.G(),e=xB(this.j);this.B.log(a,b,c,d,e)}};
var AB=function(a){this.o=a;this.j=null};AB.prototype.Ma=function(){var a=this.o,b=this.B,c=this.A;BB(a);b="<div"+_.$t("")+_.au(CB(a,b,c)+"")+_.Zt(DB(a,b,c)+"")+">";c=EB(c);var d=_.du(a.A);""!==d&&(b+=" <style>"+d+"</style>");b+=c+"</div>";_.hu(a);a=_.kq(document,_.Fb(b,null));this.j&&this.j.appendChild(a);return a};AB.prototype.fill=function(a,b){this.B=a;this.A=b};AB.prototype.instantiate=function(a){this.j=a;_.gu(this.o,a)};
var DB=function(){return' dir="'+_.Yt("ltr")+'"'},FB=function(){return""},CB=function(a,b,c){return"padding:"+_.Yt(MA(a.j)?EA("padding",b?"12px":"3px"):b?"12px":"3px")+";"+(c?"":"display:"+_.Yt(MA(a.j)?EA("display","inline-block"):"inline-block")+";")+"vertical-align:"+_.Yt(MA(a.j)?EA("vertical-align","middle"):"middle")+";"+(c&&!MA(a.j)?"margin-left:"+_.Yt("calc(50% - 24px)")+";":"")+(c&&MA(a.j)?"margin-right:"+_.Yt("calc(50% - 24px)")+";":"")+(c?"margin-top:"+_.Yt(MA(a.j)?EA("margin-top","98px"):
"98px")+";":"")},GB=function(){return!0},HB=function(){return!1},IB=function(a,b){BB(a);return EB(b.Bg)},JB=function(a,b){BB(a);var c=b.sj;b=b.Bg;a="<div"+_.$t("")+_.au(CB(a,c,b)+"")+_.Zt(DB(a,c,b)+"")+">";c=EB(b);return _.Fb(a+(c+"</div>"),null)},EB=function(a){return" <div"+_.$t((a?"mspin-medium ":"")+(a?"":"mspin-small "))+_.au("")+_.Zt("")+"> <div> <div></div> </div> </div> "},BB=function(a){KB in a.o||_.fu(a,KB,{sj:0,Bg:1},IB,JB,GB,HB,"",DB,FB,CB)},KB="t-s91B_Xq1PdE",LB=function(a){this.o=a;
this.j=null};LB.prototype.Ma=function(){var a=this.o,b=this.A;MB(a);b="<div"+_.$t("")+_.au(NB(a,b)+"")+_.Zt("")+">";var c=_.du(a.A);""!==c&&(b+=" <style>"+c+"</style>");b+="</div>";_.hu(a);a=_.kq(document,_.Fb(b,null));this.j&&this.j.appendChild(a);return a};LB.prototype.fill=function(a){this.A=a};LB.prototype.instantiate=function(a){this.j=a;_.gu(this.o,a)};
var OB=function(){return""},PB=function(){return""},NB=function(a,b){return"box-shadow:0 -1px 2px 0 rgba(60,64,67,0.30),0 -2px 6px 2px rgba(60,64,67,0.15);height:calc(100% - 16px);"+(MA(a.j)?"":"left:0;")+(MA(a.j)?"right:0;":"")+"margin:8px;position:absolute;top:0;width:calc(100% - 16px);background:"+_.Yt(MA(a.j)?EA("background",b?"#2d2e30":"#FFF"):b?"#2d2e30":"#FFF")+";"},QB=function(){return!0},RB=function(){return!1},SB=function(a){MB(a);return""},TB=function(a,b){MB(a);a="<div"+_.$t("")+_.au(NB(a,
b.Ud)+"")+_.Zt("")+">";return _.Fb(a+"</div>",null)},MB=function(a){UB in a.o||_.fu(a,UB,{Ud:0},SB,TB,QB,RB,"",OB,PB,NB)},UB="t-LSLm3aJIFAU",VB=function(a){this.o=a;this.j=null};VB.prototype.Ma=function(){var a=this.o,b=this.C,c=this.D,d=this.B,e=this.A;WB(a);var f="<div"+_.$t("")+_.au(XB(a,b,c,d,e)+"")+_.Zt(' data-fb=""')+">";b=YB(a,b,c,d,e);c=_.du(a.A);""!==c&&(f+=" <style>"+c+"</style>");f+=b+"</div>";_.hu(a);a=_.kq(document,_.Fb(f,null));this.j&&this.j.appendChild(a);return a};
VB.prototype.fill=function(a,b,c,d){this.C=a;this.D=b;this.B=c;this.A=d};VB.prototype.instantiate=function(a){this.j=a;_.gu(this.o,a)};
var ZB=function(){return""},$B=function(){return""},XB=function(a,b,c,d,e){return"font:14px/22px Roboto,RobotoDraft,Arial,sans-serif;letter-spacing:0.03px;padding:134px 50px;text-align:center;white-space:normal;color:"+_.Yt(MA(a.j)?EA("color",e?"#e8eaed":"#5F6368"):e?"#e8eaed":"#5F6368")+";"},aC=function(){return!0},bC=function(){return!1},cC=function(a,b){WB(a);return YB(a,b.Jf,b.vg,b.Gf,b.Ud)},dC=function(a,b){WB(a);var c=b.Jf,d=b.vg,e=b.Gf,f=b.Ud;b="<div"+_.$t("")+_.au(XB(a,c,d,e,f)+"")+_.Zt(' data-fb=""')+
">";a=YB(a,c,d,e,f);return _.Fb(b+(a+"</div>"),null)},YB=function(a,b,c,d,e){return' <svg height="28px" viewbox="0 0 24 24" width="28px" xmlns="http://www.w3.org/2000/svg"> <path'+_.$t("")+_.au("")+_.Zt(' fill="'+_.Yt(e?"#E8EAED":"#80868B")+'" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"')+"></path> </svg> <p"+_.$t("")+_.au("margin-top:4px;")+_.Zt("")+"> "+_.Yt(b)+" <a"+_.$t("")+_.au("font:14px/22px Roboto,RobotoDraft,Arial,sans-serif;font-weight:bold;letter-spacing:0.03px;text-decoration:none;color:"+
_.Yt(MA(a.j)?EA("color",e?"#8AB4F8":"#4285F4"):e?"#8AB4F8":"#4285F4")+";")+_.Zt(' target="_blank"')+">"+_.Yt(c)+"</a> "+_.Yt(d)+" </p> "},WB=function(a){eC in a.o||_.fu(a,eC,{Jf:0,vg:1,Gf:2,Ud:3},cC,dC,aC,bC,' data-fb=""',ZB,$B,XB)},eC="t-PFKuGYhRe5s";
var gC=function(a,b,c,d){_.P.call(this);this.j=a;this.K=b;this.M=c;this.F=d;this.O=0;this.C=null;this.B=0;this.P=!0;this.H=null;this.S=!1;this.J=new _.eu;this.N=this.o=this.D=null;this.W=!1;this.A=new _.ig(this);_.Nf(this,this.A);_.Hg(this.j.G(),{transition:"height .3s ease-in-out"});fC(this)};_.n(gC,_.P);
var fC=function(a){a.A.L(a.j,"sorp",a.Hf);a.A.L(a.j,"sort",a.xj);a.A.L(a.j,"rav",a.Dj);a.A.L(a.j,"h",a.Cj);a.A.L(a.j,"sdm",function(){a.o&&a.o.querySelector("[data-fb]")&&hC(a)});a.A.L(a.K,"close",a.Bj)};_.h=gC.prototype;_.h.Dj=function(){iC(this);this.D&&this.D.Nb(!1);this.K.focus();this.F.setAttribute("aria-expanded",!0)};_.h.Cj=function(){this.F.setAttribute("aria-expanded",!1)};_.h.Bj=function(){this.F.focus()};
_.h.xj=function(){var a=this;switch(this.O){case 2:iC(this);vB(this.j);pB(this.j,!1);this.F.click();break;case 1:this.C&&_.$n(top.location,_.nb(this.C)||_.pb);case 3:this.Hf(),hC(this)}if(this.S){var b=_.ve("IFRAME"),c=_.O(window,"message",function(d){if("afbp"===d.Ya.data){d=a.j;switch(_.A(d.j,17)){case 1:qB(d,73)}a.j.G().removeChild(b);_.If(c)}});_.en(b,jC);b.style.display="none";this.j.G().appendChild(b)}};
_.h.Hf=function(){this.o&&iC(this);if(!this.N){if(!this.W){var a=1==this.B?kC:lC;var b=_.ve("LINK");_.uj(b,a,"stylesheet");document.head.appendChild(b);this.W=!0}a=new AB(this.J);a.fill(this.P,1==this.B);this.N=a.Ma()}a=this.N;switch(this.B){case 1:b=new LB(this.J);b.fill(this.j.D);this.o=b.Ma();this.o.appendChild(a);this.j.G().appendChild(this.o);fB(this.K,!1);pB(this.j,!0);break;default:this.o=a,_.Bq(this.M,!1),_.nh(this.o,this.M)}};
var hC=function(a){if(1==a.B&&a.C&&a.H){_.Hg(a.o,"background",a.j.D?"#2d2e30":"#FFF");_.we(a.o);var b=new VB(a.J);mC(a,b,a.H);b=b.Ma();var c=b.querySelectorAll("a")[0];_.lh(c,a.C);a.A.L(c,"click",function(){var d=a.j;null!=_.A(d.j,21)&&qB(d,_.A(d.j,21))});a.o.appendChild(b)}},iC=function(a){a.o&&(_.xe(a.o),1!=a.B&&_.Bq(a.M,!0),a.o=null)},mC=function(a,b,c){c=/(.*)%1\$s(.*)%2\$s(.*)/.exec(c);b.fill(c[1],c[2],c[3],a.j.D)},jC=_.dn(_.rl("https://www.gstatic.com/gb/html/afbp.html")),lC=_.dn(_.rl("https://www.gstatic.com/images/icons/material/anim/mspin/mspin_googcolor_small.css")),
kC=_.dn(_.rl("https://www.gstatic.com/images/icons/material/anim/mspin/mspin_googcolor_medium.css"));
var nC=function(a,b){this.o=a;this.j=b};_.h=nC.prototype;_.h.Xc=function(){return this.o};_.h.xe=function(a){sB(this.j,a)};_.h.$a=function(a){this.j.$a(a)};_.h.af=function(){return!0};_.h.Tb=function(){return this.j.isVisible()};_.h.we=function(){};_.h.mf=function(a){var b=this.j,c={},d=_.C(b.j,11),e=_.A(b.j,8);a||d?(c.left=0,c.right="",e&&(c["margin-left"]=e+"px",c["margin-right"]="")):(c.right=0,c.left="",e&&(c["margin-right"]=e+"px",c["margin-left"]=""));_.Hg(b.B,c)};
_.oC=function(a){if(a){var b=document.querySelector("#gb [data-ogsr-up]");if(b){var c=0!==_.E(a,7,0),d=_.Rj(a,KA,1);if(c||d&&d.length){VA();c=_.FA("dd");for(var e=0;e<d.length;e++){var f=d[e];if(_.G(f,_.tj,3)){if(3===_.A(f,17)){var g=_.G(f,HA,19);if(_.C(g,11)){var k=_.A(g,1)||0,l=_.A(g,2)||0;f=_.A(g,12)||0;var m=_.E(g,4,25)||0;g=GA(g,k,l);_.jo(g);l=_.Jc(_.Ic.va(),"p_log");k=new kB(l,k,f,m,g.Vb());k.F.log(k.j.toString(),"7","i","&ap=1&vis=0",1);_.Ho(k.C,"i",k.j,k.B,k.H,k.D,null,!0,!0,!0);continue}}k=
new nB(f,_.zn,b,!!_.C(a,10));m=k.G();g=a;l={};l.hl=_.A(g,9);if(1===_.A(f,17)){var r=_.Kc("dd").B;if(null===r?_.C(g,10):r)l.dm=""}m=new cB(m,_.G(f,_.tj,3),_.A(g,4),_.A(g,5),l,!!_.C(f,34));if(3===_.A(f,17)){r=_.G(f,HA,19);f=_.A(r,1)||0;var t=_.A(r,2)||0;g=_.A(r,12);l=_.E(r,4,25)||0;var D=new _.Dc;_.F(D,31,f);var B=_.fo(_.eo(new _.co,g),l);_.H(D,50,B);k.M=D;B=_.N("gb_5c");D=Array.from(_.mh("gb_D",B));(B=_.N("gb_ja",B))&&_.xg(D,void 0,0,B);uB(k,m,_.Io.va(),D);t=GA(r,f,t);r=new lB(t);t=t.Vb();D=_.Jc(_.Ic.va(),
"p_log");new yB(m,k,new kB(D,f,g,l,t),r)}else if(l=null,(g=1===_.A(f,17))?(l=document.querySelector("#gb [data-ogsr-alt]"),c.sf(new nC("app",k))):2===_.A(f,17)&&(l=(l=_.N("gb_Va"))?_.N("gb_D",l):null,c.sf(new nC("account",k))),null!=l&&(uB(k,m,l),r=k.D,g&&r!==_.C(a,10)&&c.$a(r),g=l.getElementsByClassName("gb_D")[0]||l,k=new gC(k,m,l,g),r=_.A(f,15),m=_.C(a,6),l=_.A(f,22),t=_.E(f,23,0),k.O=t,k.C=r,r=k,t=_.A(f,20),r.B=t,r.P=m,r.H=l,l=r,r=!!_.C(f,25),l.S=r,m&&1===_.A(f,17)&&(f=_.N("gb_1d"))))f=new _.qr(g,
f),k.D&&k.D.ua(),k.D=f}else _.M.log(Error("ab"))}}else _.M.log(Error("bb"))}else _.M.log(Error("cb"))}else _.M.log(Error("db"))};
}catch(e){_._DumpException(e)}
try{
var pC=function(){var a=_.FA("dd");return"app"in a.j?a.j.app:null};(function(){_.oC(_.G(_.vd,_.JA,21));var a=pC();if(a){var b=function(){a.mf(_.$i(_.nj))};_.uh(_.M,_.nj,["upi","upo"],b);b()}})();
}catch(e){_._DumpException(e)}
try{
var hF=function(a){_.z(this,a,0,-1,null,null)};_.v(hF,_.y);var iF=function(){this.j=_.zn};
if(null==_.G(_.vd,hF,20))_.M.log(Error("nb"));else a:{var jF=new iF,kF;b:{try{if(document.domain==window.top.document.domain){var lF=/google\.(com?\.)?[a-z]{2,3}$/.exec(document.domain);kF=lF&&lF[0];break b}}catch(a){}kF=null}var mF=kF;if(mF){for(var nF=_.ia(document.cookie.split(";")),oF=nF.next();!oF.done;oF=nF.next()){var pF=oF.value;pF=pF.trim();if(0==pF.indexOf("CONSENT=")){if(0!=pF.substr(8).indexOf("YES+")){jF.j&&jF.j.log(117);break a}}else break a}var qF=new Date,rF=[qF.getUTCFullYear(),qF.getUTCMonth()+
1,qF.getUTCDate(),qF.getUTCHours()].join("-");jF.j&&jF.j.log(116);_.Sk.set("1P_JAR",rF,{ue:2592E3,path:"/",domain:mF,Ck:!0})}}
;
}catch(e){_._DumpException(e)}
try{
var Up=function(){this.j=_.Kc("dd")};Up.prototype.o=function(){this.j.Zg("aw");this.j.Zg("app")};
_.u("gbar.R",Up);Up.prototype.ra=Up.prototype.o;_.sd(_.td.va().A,new Up);
}catch(e){_._DumpException(e)}
})(this.gbar_);
// Google Inc.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment