0% found this document useful (0 votes)
25 views87 pages

F

This document defines functions for creating and working with iterators, generators, promises, maps, sets, and symbols in JavaScript. It uses closures, prototypes, and other techniques to polyfill or emulate ES6 features for older JavaScript environments. Key data structures implemented include iterators, generators, promises, maps, sets, and symbols.

Uploaded by

kamlotki1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views87 pages

F

This document defines functions for creating and working with iterators, generators, promises, maps, sets, and symbols in JavaScript. It uses closures, prototypes, and other techniques to polyfill or emulate ES6 features for older JavaScript environments. Key data structures implemented include iterators, generators, promises, maps, sets, and symbols.

Uploaded by

kamlotki1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 87

(function(sttc){/*

Copyright The Closure Library Authors.


SPDX-License-Identifier: Apache-2.0
*/
var p,aa;function ba(a){var b=0;return function(){return b<a.length?{done:!
1,value:a[b++]}:{done:!0}}}var ca="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};
function ea(a){a=["object"==typeof globalThis&&globalThis,a,"object"==typeof
window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var
b=0;b<a.length;++b){var c=a[b];if(c&&c.Math==Math)return c}throw Error("Cannot find
global object");}var fa=ea(this),ha="function"===typeof Symbol&&"symbol"===typeof
Symbol("x"),q={},ia={};function t(a,b){var c=ia[b];if(null==c)return
a[b];c=a[c];return void 0!==c?c:a[b]}
function x(a,b,c){if(b)a:{var d=a.split(".");a=1===d.length;var e=d[0],f;!a&&e in
q?f=q:f=fa;for(e=0;e<d.length-1;e++){var g=d[e];if(!(g in f))break
a;f=f[g]}d=d[d.length-1];c=ha&&"es6"===c?f[d]:null;b=b(c);null!=b&&(a?ca(q,d,
{configurable:!0,writable:!0,value:b}):b!==c&&(void
0===ia[d]&&(a=1E9*Math.random()>>>0,ia[d]=ha?
fa.Symbol(d):"$jscp$"+a+"$"+d),ca(f,ia[d],{configurable:!0,writable:!
0,value:b})))}}
x("Symbol",function(a){function b(f){if(this instanceof b)throw new
TypeError("Symbol is not a constructor");return new c(d+(f||"")+"_"+e++,f)}function
c(f,g){this.j=f;ca(this,"description",{configurable:!0,writable:!
0,value:g})}if(a)return a;c.prototype.toString=function(){return this.j};var
d="jscomp_symbol_"+(1E9*Math.random()>>>0)+"_",e=0;return b},"es6");
x("Symbol.iterator",function(a){if(a)return a;a=(0,q.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=fa[b[c]];"function"===typeof d&&"function"!=typeof
d.prototype[a]&&ca(d.prototype,a,{configurable:!0,writable:!0,value:function()
{return ja(ba(this))}})}return a},"es6");
function ja(a){a={next:a};a[t(q.Symbol,"iterator")]=function(){return this};return
a}function y(a){return a.raw=a}function z(a){var b="undefined"!=typeof
q.Symbol&&t(q.Symbol,"iterator")&&a[t(q.Symbol,"iterator")];return b?b.call(a):
{next:ba(a)}}function A(a){if(!(a instanceof Array)){a=z(a);for(var b,c=[];!
(b=a.next()).done;)c.push(b.value);a=c}return a}function ka(a,b){return
Object.prototype.hasOwnProperty.call(a,b)}
var la=ha&&"function"==typeof t(Object,"assign")?t(Object,"assign"):function(a,b)
{for(var c=1;c<arguments.length;c++){var d=arguments[c];if(d)for(var e in
d)ka(d,e)&&(a[e]=d[e])}return a};x("Object.assign",function(a){return a||
la},"es6");var ma="function"==typeof Object.create?Object.create:function(a)
{function b(){}b.prototype=a;return new b},na;
if(ha&&"function"==typeof Object.setPrototypeOf)na=Object.setPrototypeOf;else{var
oa;a:{var pa={a:!0},qa={};try{qa.__proto__=pa;oa=qa.a;break a}catch(a){}oa=!
1}na=oa?function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError(a+" is
not extensible");return a}:null}var sa=na;
function B(a,b)
{a.prototype=ma(b.prototype);a.prototype.constructor=a;if(sa)sa(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.pf=b.prototype}function ta(){this.D=!1;this.A=null;this.l=void
0;this.j=1;this.H=this.C=0;this.B=null}function ua(a){if(a.D)throw new
TypeError("Generator is already running");a.D=!0}ta.prototype.G=function(a)
{this.l=a};
function va(a,b){a.B={exception:b,Ge:!0};a.j=a.C||
a.H}ta.prototype.return=function(a){this.B={return:a};this.j=this.H};function
wa(a,b,c){a.j=c;return{value:b}}function xa(a){a.j=3;a.C=0}function ya(a){a.C=0;var
b=a.B.exception;a.B=null;return b}function za(a){this.j=new ta;this.l=a}function
Aa(a,b){ua(a.j);var c=a.j.A;if(c)return Ba(a,"return"in c?c["return"]:function(d)
{return{value:d,done:!0}},b,a.j.return);a.j.return(b);return Ca(a)}
function Ba(a,b,c,d){try{var e=b.call(a.j.A,c);if(!(e instanceof Object))throw new
TypeError("Iterator result "+e+" is not an object");if(!e.done)return a.j.D=!
1,e;var f=e.value}catch(g){return
a.j.A=null,va(a.j,g),Ca(a)}a.j.A=null;d.call(a.j,f);return Ca(a)}
function Ca(a){for(;a.j.j;)try{var b=a.l(a.j);if(b)return a.j.D=!1,
{value:b.value,done:!1}}catch(c){a.j.l=void 0,va(a.j,c)}a.j.D=!1;if(a.j.B)
{b=a.j.B;a.j.B=null;if(b.Ge)throw b.exception;return{value:b.return,done:!
0}}return{value:void 0,done:!0}}
function Da(a){this.next=function(b){ua(a.j);a.j.A?b=Ba(a,a.j.A.next,b,a.j.G):
(a.j.G(b),b=Ca(a));return b};this.throw=function(b){ua(a.j);a.j.A?
b=Ba(a,a.j.A["throw"],b,a.j.G):(va(a.j,b),b=Ca(a));return
b};this.return=function(b){return Aa(a,b)};this[t(q.Symbol,"iterator")]=function()
{return this}}
function Ea(a){function b(d){return a.next(d)}function c(d){return
a.throw(d)}return new q.Promise(function(d,e){function f(g){g.done?
d(g.value):q.Promise.resolve(g.value).then(b,c).then(f,e)}f(a.next())})}function
Fa(a){return Ea(new Da(new za(a)))}function Ga(){for(var
a=Number(this),b=[],c=a;c<arguments.length;c++)b[c-a]=arguments[c];return b}
x("Promise",function(a){function b(g){this.j=0;this.A=void 0;this.l=[];this.G=!
1;var h=this.B();try{g(h.resolve,h.reject)}catch(k){h.reject(k)}}function c()
{this.j=null}function d(g){return g instanceof b?g:new b(function(h)
{h(g)})}if(a)return a;c.prototype.l=function(g){if(null==this.j){this.j=[];var
h=this;this.A(function(){h.C()})}this.j.push(g)};var
e=fa.setTimeout;c.prototype.A=function(g){e(g,0)};c.prototype.C=function()
{for(;this.j&&this.j.length;){var g=this.j;this.j=[];for(var h=0;h<g.length;++h)
{var k=
g[h];g[h]=null;try{k()}catch(l){this.B(l)}}}this.j=null};c.prototype.B=function(g)
{this.A(function(){throw g;})};b.prototype.B=function(){function g(l){return
function(m){k||(k=!0,l.call(h,m))}}var h=this,k=!
1;return{resolve:g(this.O),reject:g(this.C)}};b.prototype.O=function(g)
{if(g===this)this.C(new TypeError("A Promise cannot resolve to itself"));else if(g
instanceof b)this.W(g);else{a:switch(typeof g){case "object":var h=null!=g;break
a;case "function":h=!0;break a;default:h=!1}h?this.L(g):this.D(g)}};
b.prototype.L=function(g){var h=void 0;try{h=g.then}catch(k)
{this.C(k);return}"function"==typeof h?
this.Y(h,g):this.D(g)};b.prototype.C=function(g)
{this.H(2,g)};b.prototype.D=function(g){this.H(1,g)};b.prototype.H=function(g,h)
{if(0!=this.j)throw Error("Cannot settle("+g+", "+h+"): Promise already settled in
state"+this.j);this.j=g;this.A=h;2===this.j&&this.M();this.I()};b.prototype.M=funct
ion(){var g=this;e(function(){if(g.J()){var h=fa.console;"undefined"!==typeof
h&&h.error(g.A)}},1)};b.prototype.J=
function(){if(this.G)return!1;var
g=fa.CustomEvent,h=fa.Event,k=fa.dispatchEvent;if("undefined"===typeof k)return!
0;"function"===typeof g?g=new g("unhandledrejection",{cancelable:!
0}):"function"===typeof h?g=new h("unhandledrejection",{cancelable:!0}):
(g=fa.document.createEvent("CustomEvent"),g.initCustomEvent("unhandledrejection",!
1,!0,g));g.promise=this;g.reason=this.A;return k(g)};b.prototype.I=function()
{if(null!=this.l){for(var g=0;g<this.l.length;++g)f.l(this.l[g]);this.l=null}};var
f=new c;
b.prototype.W=function(g){var
h=this.B();g.Kb(h.resolve,h.reject)};b.prototype.Y=function(g,h){var
k=this.B();try{g.call(h,k.resolve,k.reject)}catch(l)
{k.reject(l)}};b.prototype.then=function(g,h){function k(r,v)
{return"function"==typeof r?function(w){try{l(r(w))}catch(u){m(u)}}:v}var l,m,n=new
b(function(r,v){l=r;m=v});this.Kb(k(g,l),k(h,m));return
n};b.prototype.catch=function(g){return this.then(void
0,g)};b.prototype.Kb=function(g,h){function k(){switch(l.j){case
1:g(l.A);break;case 2:h(l.A);
break;default:throw Error("Unexpected state: "+l.j);}}var l=this;null==this.l?
f.l(k):this.l.push(k);this.G=!0};b.resolve=d;b.reject=function(g){return new
b(function(h,k){k(g)})};b.race=function(g){return new b(function(h,k){for(var
l=z(g),m=l.next();!m.done;m=l.next())d(m.value).Kb(h,k)})};b.all=function(g){var
h=z(g),k=h.next();return k.done?d([]):new b(function(l,m){function n(w){return
function(u){r[w]=u;v--;0==v&&l(r)}}var r=[],v=0;do r.push(void 0),v+
+,d(k.value).Kb(n(r.length-1),m),k=h.next();
while(!k.done)})};return b},"es6");x("Array.prototype.find",function(a){return a?
a:function(b,c){a:{var d=this;d instanceof String&&(d=String(d));for(var
e=d.length,f=0;f<e;f++){var g=d[f];if(b.call(c,g,f,d)){b=g;break a}}b=void 0}return
b}},"es6");
x("WeakMap",function(a){function b(g){this.j=(f+=Math.random()+1).toString();if(g)
{g=z(g);for(var h;!(h=g.next()).done;)h=h.value,this.set(h[0],h[1])}}function c()
{}function d(g){var h=typeof g;return"object"===h&&null!
==g||"function"===h}if(function(){if(!a||!Object.seal)return!1;try{var
g=Object.seal({}),h=Object.seal({}),k=new a([[g,2],[h,3]]);if(2!=k.get(g)||3!
=k.get(h))return!1;k.delete(g);k.set(h,4);return!k.has(g)&&4==k.get(h)}catch(l)
{return!1}}())return a;var e="$jscomp_hidden_"+Math.random(),
f=0;b.prototype.set=function(g,h){if(!d(g))throw Error("Invalid WeakMap key");if(!
ka(g,e)){var k=new c;ca(g,e,{value:k})}if(!ka(g,e))throw Error("WeakMap key fail:
"+g);g[e][this.j]=h;return this};b.prototype.get=function(g){return d(g)&&ka(g,e)?
g[e][this.j]:void 0};b.prototype.has=function(g){return
d(g)&&ka(g,e)&&ka(g[e],this.j)};b.prototype.delete=function(g){return
d(g)&&ka(g,e)&&ka(g[e],this.j)?delete g[e][this.j]:!1};return b},"es6");
x("Map",function(a){function b(){var h={};return h.xa=h.next=h.head=h}function
c(h,k){var l=h.j;return ja(function(){if(l){for(;l.head!=h.j;)l=l.xa;for(;l.next!
=l.head;)return l=l.next,{done:!1,value:k(l)};l=null}return{done:!0,value:void
0}})}function d(h,k){var l=k&&typeof k;"object"==l||"function"==l?f.has(k)?
l=f.get(k):(l=""+ ++g,f.set(k,l)):l="p_"+k;var
m=h.l[l];if(m&&ka(h.l,l))for(h=0;h<m.length;h++){var n=m[h];if(k!==k&&n.key!
==n.key||k===n.key)return{id:l,list:m,index:h,ca:n}}return{id:l,
list:m,index:-1,ca:void 0}}function e(h){this.l={};this.j=b();this.size=0;if(h)
{h=z(h);for(var k;!(k=h.next()).done;)k=k.value,this.set(k[0],k[1])}}if(function()
{if(!a||"function"!=typeof a||!t(a.prototype,"entries")||"function"!=typeof
Object.seal)return!1;try{var h=Object.seal({x:4}),k=new a(z([[h,"s"]]));if("s"!
=k.get(h)||1!=k.size||k.get({x:4})||k.set({x:4},"t")!=k||2!=k.size)return!1;var
l=t(k,"entries").call(k),m=l.next();if(m.done||m.value[0]!=h||"s"!
=m.value[1])return!1;m=l.next();return m.done||
4!=m.value[0].x||"t"!=m.value[1]||!l.next().done?!1:!0}catch(n){return!1}}())return
a;var f=new q.WeakMap;e.prototype.set=function(h,k){h=0===h?0:h;var
l=d(this,h);l.list||(l.list=this.l[l.id]=[]);l.ca?l.ca.value=k:
(l.ca={next:this.j,xa:this.j.xa,head:this.j,key:h,value:k},l.list.push(l.ca),this.j
.xa.next=l.ca,this.j.xa=l.ca,this.size++);return
this};e.prototype.delete=function(h){h=d(this,h);return h.ca&&h.list?
(h.list.splice(h.index,1),h.list.length||delete
this.l[h.id],h.ca.xa.next=h.ca.next,h.ca.next.xa=
h.ca.xa,h.ca.head=null,this.size--,!0):!1};e.prototype.clear=function()
{this.l={};this.j=this.j.xa=b();this.size=0};e.prototype.has=function(h){return!!
d(this,h).ca};e.prototype.get=function(h)
{return(h=d(this,h).ca)&&h.value};e.prototype.entries=function(){return
c(this,function(h){return[h.key,h.value]})};e.prototype.keys=function(){return
c(this,function(h){return h.key})};e.prototype.values=function(){return
c(this,function(h){return h.value})};e.prototype.forEach=function(h,k){for(var
l=t(this,
"entries").call(this),m;!
(m=l.next()).done;)m=m.value,h.call(k,m[1],m[0],this)};e.prototype[t(q.Symbol,"iter
ator")]=t(e.prototype,"entries");var g=0;return e},"es6");function Ha(a,b){a
instanceof String&&(a+="");var c=0,d=!1,e={next:function(){if(!d&&c<a.length){var
f=c++;return{value:b(f,a[f]),done:!1}}d=!0;return{done:!0,value:void
0}}};e[t(q.Symbol,"iterator")]=function(){return e};return e}
x("Array.prototype.entries",function(a){return a?a:function(){return
Ha(this,function(b,c){return[b,c]})}},"es6");function Ia(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+""}
x("String.prototype.endsWith",function(a){return a?a:function(b,c){var
d=Ia(this,b,"endsWith");void 0===c&&(c=d.length);c=Math.max(0,Math.min(c|
0,d.length));for(var e=b.length;0<e&&0<c;)if(d[--c]!=b[--e])return!1;return
0>=e}},"es6");x("String.prototype.startsWith",function(a){return a?a:function(b,c)
{var d=Ia(this,b,"startsWith"),e=d.length,f=b.length;c=Math.max(0,Math.min(c|
0,d.length));for(var g=0;g<f&&c<e;)if(d[c++]!=b[g++])return!1;return g>=f}},"es6");
x("Number.isFinite",function(a){return a?a:function(b){return"number"!==typeof b?!
1:!isNaN(b)&&Infinity!==b&&-Infinity!==b}},"es6");x("globalThis",function(a){return
a||fa},"es_2020");
x("Set",function(a){function b(c){this.j=new q.Map;if(c){c=z(c);for(var d;!
(d=c.next()).done;)this.add(d.value)}this.size=this.j.size}if(function(){if(!
a||"function"!=typeof a||!t(a.prototype,"entries")||"function"!=typeof
Object.seal)return!1;try{var c=Object.seal({x:4}),d=new a(z([c]));if(!d.has(c)||1!
=d.size||d.add(c)!=d||1!=d.size||d.add({x:4})!=d||2!=d.size)return!1;var
e=t(d,"entries").call(d),f=e.next();if(f.done||f.value[0]!=c||f.value[1]!=c)return!
1;f=e.next();return f.done||f.value[0]==
c||4!=f.value[0].x||f.value[1]!=f.value[0]?!1:e.next().done}catch(g){return!1}}
())return a;b.prototype.add=function(c){c=0===c?
0:c;this.j.set(c,c);this.size=this.j.size;return
this};b.prototype.delete=function(c)
{c=this.j.delete(c);this.size=this.j.size;return c};b.prototype.clear=function()
{this.j.clear();this.size=0};b.prototype.has=function(c){return
this.j.has(c)};b.prototype.entries=function(){return
t(this.j,"entries").call(this.j)};b.prototype.values=function(){return
t(this.j,"values").call(this.j)};
b.prototype.keys=t(b.prototype,"values");b.prototype[t(q.Symbol,"iterator")]=t(b.pr
ototype,"values");b.prototype.forEach=function(c,d){var
e=this;this.j.forEach(function(f){return c.call(d,f,f,e)})};return
b},"es6");x("Object.entries",function(a){return a?a:function(b){var c=[],d;for(d in
b)ka(b,d)&&c.push([d,b[d]]);return c}},"es8");
x("Array.from",function(a){return a?a:function(b,c,d){c=null!=c?c:function(h)
{return h};var e=[],f="undefined"!=typeof
q.Symbol&&t(q.Symbol,"iterator")&&b[t(q.Symbol,"iterator")];if("function"==typeof
f){b=f.call(b);for(var g=0;!(f=b.next()).done;)e.push(c.call(d,f.value,g++))}else
for(f=b.length,g=0;g<f;g++)e.push(c.call(d,b[g],g));return
e}},"es6");x("Array.prototype.keys",function(a){return a?a:function(){return
Ha(this,function(b){return b})}},"es6");
x("Number.isInteger",function(a){return a?a:function(b){return
t(Number,"isFinite").call(Number,b)?b===Math.floor(b):!
1}},"es6");x("Array.prototype.values",function(a){return a?a:function(){return
Ha(this,function(b,c){return c})}},"es8");x("Object.is",function(a){return a?
a:function(b,c){return b===c?0!==b||1/b===1/c:b!==b&&c!==c}},"es6");
x("Array.prototype.includes",function(a){return a?a:function(b,c){var d=this;d
instanceof String&&(d=String(d));var e=d.length;c=c||
0;for(0>c&&(c=Math.max(c+e,0));c<e;c++){var f=d[c];if(f===b||
t(Object,"is").call(Object,f,b))return!0}return!
1}},"es7");x("String.prototype.includes",function(a){return a?a:function(b,c)
{return-1!==Ia(this,b,"includes").indexOf(b,c||0)}},"es6");
x("Array.prototype.fill",function(a){return a?a:function(b,c,d){var e=this.length||
0;0>c&&(c=Math.max(0,e+c));if(null==d||
d>e)d=e;d=Number(d);0>d&&(d=Math.max(0,e+d));for(c=Number(c||0);c<d;c+
+)this[c]=b;return this}},"es6");function Ja(a){return a?
a:t(Array.prototype,"fill")}x("Int8Array.prototype.fill",Ja,"es6");x("Uint8Array.pr
ototype.fill",Ja,"es6");x("Uint8ClampedArray.prototype.fill",Ja,"es6");x("Int16Arra
y.prototype.fill",Ja,"es6");x("Uint16Array.prototype.fill",Ja,"es6");
x("Int32Array.prototype.fill",Ja,"es6");x("Uint32Array.prototype.fill",Ja,"es6");x(
"Float32Array.prototype.fill",Ja,"es6");x("Float64Array.prototype.fill",Ja,"es6");v
ar C=this||self;function Ka(a){var b=typeof a;return"object"!=b?b:a?
Array.isArray(a)?"array":b:"null"}function La(a){var
b=Ka(a);return"array"==b||"object"==b&&"number"==typeof a.length}function Ma(a){var
b=typeof a;return"object"==b&&null!=a||"function"==b}
function Na(a){return Object.prototype.hasOwnProperty.call(a,Oa)&&a[Oa]||(a[Oa]=+
+Pa)}var Oa="closure_uid_"+(1E9*Math.random()>>>0),Pa=0;function Qa(a,b,c){return
a.call.apply(a.bind,arguments)}function Ra(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)}}
function Sa(a,b,c){Function.prototype.bind&&-1!
=Function.prototype.bind.toString().indexOf("native code")?Sa=Qa:Sa=Ra;return
Sa.apply(null,arguments)}function Ta(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)}}function Ua(){return
Date.now()}
function Va(a,b){a=a.split(".");var c=C;a[0]in c||"undefined"==typeof
c.execScript||c.execScript("var "+a[0]);for(var
d;a.length&&(d=a.shift());)a.length||void 0===b?c[d]&&c[d]!==Object.prototype[d]?
c=c[d]:c=c[d]={}:c[d]=b}function Wa(a,b){function c()
{}c.prototype=b.prototype;a.pf=b.prototype;a.prototype=new
c;a.prototype.constructor=a;a.Ei=function(d,e,f){for(var g=Array(arguments.length-
2),h=2;h<arguments.length;h++)g[h-2]=arguments[h];return
b.prototype[e].apply(d,g)}}
function Xa(a){return a};function Ya(a)
{if(Error.captureStackTrace)Error.captureStackTrace(this,Ya);else{var
b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))}Wa(Ya,Error);Ya.proto
type.name="CustomError";var Za;function $a(a,b){a=a.split("%s");for(var
c="",d=a.length-1,e=0;e<d;e++)c+=a[e]+(e<b.length?
b[e]:"%s");Ya.call(this,c+a[d])}Wa($a,Ya);
$a.prototype.name="AssertionError";function ab(a){return/^[\s\xa0]*([\s\S]*?)[\s\
xa0]*$/.exec(a)[1]}
function bb(a,b)
{if(b)a=a.replace(db,"&amp;").replace(eb,"&lt;").replace(fb,"&gt;").replace(gb,"&qu
ot;").replace(hb,"&#39;").replace(ib,"&#0;");else{if(!jb.test(a))return a;-1!
=a.indexOf("&")&&(a=a.replace(db,"&amp;"));-1!
=a.indexOf("<")&&(a=a.replace(eb,"&lt;"));-1!
=a.indexOf(">")&&(a=a.replace(fb,"&gt;"));-1!
=a.indexOf('"')&&(a=a.replace(gb,"&quot;"));-1!
=a.indexOf("'")&&(a=a.replace(hb,"&#39;"));-1!=a.indexOf("\
x00")&&(a=a.replace(ib,"&#0;"))}return a}
var db=/&/g,eb=/</g,fb=/>/g,gb=/"/g,hb=/'/g,ib=/\x00/g,jb=/[\x00&<>"']/;
function kb(a,b){var
c=0;a=ab(String(a)).split(".");b=ab(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=lb(0==f[1].length?
0:parseInt(f[1],10),0==g[1].length?0:parseInt(g[1],10))||
lb(0==f[2].length,0==g[2].length)||lb(f[2],g[2]);f=f[3];g=g[3]}while(0==c)}return
c}function lb(a,b){return a<b?-1:a>b?1:0};function mb(){var a=C.navigator;return
a&&(a=a.userAgent)?a:""}function D(a){return-1!=mb().indexOf(a)};function nb()
{return D("Opera")}function ob(){return D("Trident")||D("MSIE")}function pb()
{return D("Firefox")||D("FxiOS")}function qb(){return D("Safari")&&!(rb()||
D("Coast")||nb()||D("Edge")||D("Edg/")||D("OPR")||pb()||D("Silk")||
D("Android"))}function rb(){return(D("Chrome")||D("CriOS"))&&!D("Edge")||
D("Silk")}function sb(){return D("Android")&&!(rb()||pb()||nb()||D("Silk"))}
function tb(a){var b={};a.forEach(function(c){b[c[0]]=c[1]});return function(c)
{return b[t(c,"find").call(c,function(d){return d in b})]||""}}
function ub(){var a=mb();if(ob()){var b=/rv: *([\
d\.]*)/.exec(a);if(b&&b[1])a=b[1];else{b="";var c=/MSIE +([\d\.]
+)/.exec(a);if(c&&c[1])if(a=/Trident\/(\d.\
d)/.exec(a),"7.0"==c[1])if(a&&a[1])switch(a[1]){case "4.0":b="8.0";break;case
"5.0":b="9.0";break;case "6.0":b="10.0";break;case "7.0":b="11.0"}else b="7.0";else
b=c[1];a=b}return a}c=RegExp("([A-Z][\\w ]+)/([^\\s]+)\\s*(?:\\
((.*?)\\))?","g");b=[];for(var d;d=c.exec(a);)b.push([d[1],d[2],d[3]||void
0]);a=tb(b);return nb()?a(["Version","Opera"]):
D("Edge")?a(["Edge"]):D("Edg/")?a(["Edg"]):D("Silk")?a(["Silk"]):rb()?
a(["Chrome","CriOS","HeadlessChrome"]):(a=b[2])&&a[1]||""};function vb(a,b)
{if("string"===typeof a)return"string"!==typeof b||1!=b.length?-
1:a.indexOf(b,0);for(var c=0;c<a.length;c++)if(c in a&&a[c]===b)return c;return-
1}function wb(a,b){for(var c=a.length,d="string"===typeof a?
a.split(""):a,e=0;e<c;e++)e in d&&b.call(void 0,d[e],e,a)}function xb(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
h=f[g];b.call(void 0,h,g,a)&&(d[e++]=h)}return d}
function yb(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}function
zb(a,b,c){var d=c;wb(a,function(e,f){d=b.call(void 0,d,e,f,a)});return d}function
Ab(a,b){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))return!0;return!1}function Bb(a,b){return
0<=vb(a,b)}function Cb(a,b){b=vb(a,b);var c;
(c=0<=b)&&Array.prototype.splice.call(a,b,1);return c}
function Eb(a){return Array.prototype.concat.apply([],arguments)}function Fb(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[]}function Gb(a,b,c){return 2>=arguments.length?
Array.prototype.slice.call(a,b):Array.prototype.slice.call(a,b,c)}function Hb(a)
{for(var b=[],c=0;c<arguments.length;c++){var
d=arguments[c];if(Array.isArray(d))for(var e=0;e<d.length;e+=8192)for(var
f=Hb.apply(null,Gb(d,e,e+8192)),g=0;g<f.length;g++)b.push(f[g]);else
b.push(d)}return b}
function Ib(a,b){b=b||Math.random;for(var c=a.length-1;0<c;c--){var
d=Math.floor(b()*(c+1)),e=a[c];a[c]=a[d];a[d]=e}};function Jb(a){Jb[" "](a);return
a}Jb[" "]=function(){};function Kb(a,b){try{return Jb(a[b]),!0}catch(c){}return!
1}function Lb(a,b){var c=Mb;return Object.prototype.hasOwnProperty.call(c,a)?
c[a]:c[a]=b(a)};var Nb=nb(),Ob=ob(),Pb=D("Edge"),Qb=D("Gecko")&&!(-1!
=mb().toLowerCase().indexOf("webkit")&&!D("Edge"))&&!(D("Trident")||D("MSIE"))&&!
D("Edge"),Sb=-1!=mb().toLowerCase().indexOf("webkit")&&!D("Edge");function Tb(){var
a=C.document;return a?a.documentMode:void 0}var Ub;
a:{var Vb="",Wb=function(){var a=mb();if(Qb)return/rv:([^\);]+)
(\)|;)/.exec(a);if(Pb)return/Edge\/([\d\.]+)/.exec(a);if(Ob)return/\b(?:MSIE|rv)
[: ]([^\);]+)(\)|;)/.exec(a);if(Sb)return/WebKit\/(\S+)/.exec(a);if(Nb)return/
(?:Version)[ \/]?(\S+)/.exec(a)}();Wb&&(Vb=Wb?Wb[1]:"");if(Ob){var Xb=Tb();if(null!
=Xb&&Xb>parseFloat(Vb)){Ub=String(Xb);break a}}Ub=Vb}var Yb=Ub,Mb={};function Zb(a)
{return Lb(a,function(){return 0<=kb(Yb,a)})}var $b;
if(C.document&&Ob){var ac=Tb();$b=ac?ac:parseInt(Yb,10)||void 0}else $b=void 0;var
bc=$b;sb();rb();qb();var cc={},dc=null;
function ec(a,b){void 0===b&&(b=0);if(!dc){dc={};for(var
c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),d=["+/
=","+/","-_=","-_.","-_"],e=0;5>e;e++){var
f=c.concat(d[e].split(""));cc[e]=f;for(var g=0;g<f.length;g++){var h=f[g];void
0===dc[h]&&(dc[h]=g)}}}b=cc[b];c=Array(Math.floor(a.length/3));d=b[64]||"";for(e=f=
0;f<a.length-2;f+=3){var k=a[f],l=a[f+1];h=a[f+2];g=b[k>>2];k=b[(k&3)<<4|
l>>4];l=b[(l&15)<<2|h>>6];h=b[h&63];c[e++]=g+k+l+h}g=0;h=d;switch(a.length-f){case
2:g=
a[f+1],h=b[(g&15)<<2]||d;case 1:a=a[f],c[e]=b[a>>2]+b[(a&3)<<4|g>>4]+h+d}return
c.join("")}function fc(a){for(var b=[],c=0,d=0;d<a.length;d++){var
e=a.charCodeAt(d);255<e&&(b[c++]=e&255,e>>=8);b[c++]=e}return ec(b,3)};var
gc="function"===typeof Uint8Array;var hc="function"===typeof
q.Symbol&&"symbol"===typeof(0,q.Symbol)()?(0,q.Symbol)(void 0):void 0;function
ic(a,b){Object.isFrozen(a)||(hc?a[hc]|=b:void 0!==a.Vb?a.Vb|
=b:Object.defineProperties(a,{Vb:{value:b,configurable:!0,writable:!0,enumerable:!
1}}))}function jc(a){var b;hc?b=a[hc]:b=a.Vb;return null==b?0:b}function kc(a)
{ic(a,1);return a}function lc(a){return Array.isArray(a)?!!(jc(a)&2):!1}function
mc(a){if(!Array.isArray(a))throw Error("cannot mark non-array as
immutable");ic(a,2)};function nc(a){return null!==a&&"object"===typeof a&&!
Array.isArray(a)&&a.constructor===Object}var oc,qc=Object.freeze(kc([]));function
rc(a){if(lc(a.U))throw Error("Cannot mutate an immutable Message");}var
sc="undefined"!=typeof q.Symbol&&"undefined"!=typeof q.Symbol.hasInstance;function
tc(a){return{value:a,configurable:!1,writable:!1,enumerable:!1}};function E(a,b,c)
{return-1===b?null:b>=a.B?a.l?a.l[b]:void 0:(void 0===c?0:c)&&a.l&&(c=a.l[b],null!
=c)?c:a.U[b+a.A]}function F(a,b,c,d,e){d=void 0===d?!1:d;(void 0===e?0:e)||
rc(a);b<a.B&&!d?a.U[b+a.A]=c:(a.l||(a.l=a.U[a.B+a.A]={}))[b]=c;return a}function
uc(a,b){return null!=E(a,b)}function vc(a,b,c,d){c=void 0===c?!0:c;d=void 0===d?!
1:d;var e=E(a,b,d);null==e&&(e=qc);if(lc(a.U))c&&(mc(e),Object.freeze(e));else
if(e===qc||lc(e))e=kc(e.slice()),F(a,b,e,d);return e}
function wc(a,b){a=E(a,b);return null==a?a:+a}function xc(a,b){a=E(a,b);return
null==a?a:!!a}function yc(a,b,c){a=E(a,b);return null==a?c:a}function zc(a,b,c)
{a=xc(a,b);return null==a?void 0===c?!1:c:a}function Ac(a,b,c){var d=void 0===d?!
1:d;return F(a,b,null==c?kc([]):Array.isArray(c)?kc(c):c,d)}function Bc(a,b,c,d)
{rc(a);c!==d?F(a,b,c):F(a,b,void 0,!1,!1);return a}function Cc(a,b,c,d){rc(a);
(c=Dc(a,c))&&c!==b&&null!=d&&(a.j&&c in a.j&&(a.j[c]=void 0),F(a,c,void 0));return
F(a,b,d)}
function Dc(a,b){for(var c=0,d=0;d<b.length;d++){var e=b[d];null!=E(a,e)&&(0!
==c&&F(a,c,void 0,!1,!0),c=e)}return c}function I(a,b,c,d,e){if(-1===c)return
null;a.j||(a.j={});var f=a.j[c];if(f)return f;e=E(a,c,void 0===e?!
1:e);if(null==e&&!d)return f;b=new b(e);lc(a.U)&&mc(b.U);return a.j[c]=b}
function J(a,b,c,d){a.j||(a.j={});var e=lc(a.U),f=a.j[c];if(!f){d=vc(a,c,!0,void
0===d?!1:d);f=[];e=e||lc(d);for(var g=0;g<d.length;g++)f[g]=new
b(d[g]),e&&mc(f[g].U);e&&(mc(f),Object.freeze(f));a.j[c]=f}return f}function
Ec(a,b,c){var d=void 0===d?!1:d;rc(a);a.j||(a.j={});var e=c?c.U:c;a.j[b]=c;return
F(a,b,e,d)}function Fc(a,b,c,d){rc(a);a.j||(a.j={});var e=d?d.U:d;a.j[b]=d;return
Cc(a,b,c,e)}
function Gc(a,b,c){var d=void 0===d?!1:d;rc(a);if(c){var e=kc([]);for(var
f=0;f<c.length;f++)e[f]=c[f].U;a.j||(a.j={});a.j[b]=c}else a.j&&(a.j[b]=void
0),e=qc;return F(a,b,e,d)}function Hc(a,b){return yc(a,b,"")}function Ic(a,b,c,d)
{c=Dc(a,d)===c?c:-1;return I(a,b,c)}function Jc(a,b,c){return Bc(a,b,c,!1)}function
Kc(a,b){return Bc(a,b,1,0)};function Lc(a){switch(typeof a){case "number":return
isFinite(a)?a:String(a);case "object":if(a&&!Array.isArray(a)&&gc&&null!=a&&a
instanceof Uint8Array)return ec(a)}return a};function Mc(a,b){b=void 0===b?
Nc:b;return Oc(a,b)}function Pc(a,b){if(null!=a){if(Array.isArray(a))a=Oc(a,b);else
if(nc(a)){var c={},d;for(d in
a)Object.prototype.hasOwnProperty.call(a,d)&&(c[d]=Pc(a[d],b));a=c}else
a=b(a);return a}}function Oc(a,b){for(var c=a.slice(),d=0;d<c.length;d+
+)c[d]=Pc(c[d],b);Array.isArray(a)&&jc(a)&1&&kc(c);return c}function Qc(a)
{if(a&&"object"==typeof a&&a.toJSON)return a.toJSON();a=Lc(a);return
Array.isArray(a)?Mc(a,Qc):a}
function Nc(a){return gc&&null!=a&&a instanceof Uint8Array?new
Uint8Array(a):a};function Rc(a){C.setTimeout(function(){throw a;},0)};function
Sc(a,b,c){a||(a=Xc);Xc=null;var d=this.constructor.messageId;a||(a=d?[d]:
[]);this.A=(d?0:-1)-(this.constructor.j||0);this.j=void 0;this.U=a;a:
{d=this.U.length;a=d-1;if(d&&(d=this.U[a],nc(d))){this.B=a-this.A;this.l=d;break
a}void 0!==b&&-1<b?(this.B=Math.max(b,a+1-this.A),this.l=void
0):this.B=Number.MAX_VALUE}if(c)for(b=0;b<c.length;b+
+)if(a=c[b],a<this.B)a+=this.A,(d=this.U[a])?
Array.isArray(d)&&kc(d):this.U[a]=qc;else{d=this.l||
(this.l=this.U[this.B+this.A]={});var e=d[a];e?Array.isArray(e)&&
kc(e):d[a]=qc}}Sc.prototype.toJSON=function(){var a=this.U;return oc?
a:Mc(a,Qc)};function Yc(a){oc=!0;try{return
JSON.stringify(a.toJSON(),Zc)}finally{oc=!1}}function $c(a,b)
{if(null==b||""==b)return new a;b=JSON.parse(b);Array.isArray(b)||
Rc(Error("Expected to deserialize an Array but got "+Ka(b)+": "+b));Xc=b;a=new
a(b);Xc=null;return a}function Zc(a,b){return Lc(b)}
function ad(a,b){b.C&&(a.C=b.C.slice());var c=b.j;if(c){b=b.l;for(var d in
c)if(Object.prototype.hasOwnProperty.call(c,d)){var e=c[d];if(e){var f=!(!b||!
b[d]),g=+d;if(Array.isArray(e))
{if(e.length)for(f=J(a,e[0].constructor,g,f),g=0;g<Math.min(f.length,e.length);g+
+)ad(f[g],e[g])}else(f=I(a,e.constructor,g,void 0,f))&&ad(f,e)}}}}var Xc;function
bd(){Sc.apply(this,arguments)}B(bd,Sc);function K()
{bd.apply(this,arguments)}B(K,bd);if(sc){var cd={};Object.defineProperties(bd,
(cd[q.Symbol.hasInstance]=tc(function(){throw Error("Cannot perform instanceof
checks for MutableMessage");}),cd));var dd={};Object.defineProperties(K,
(dd[q.Symbol.hasInstance]=tc(Object[q.Symbol.hasInstance]),dd))};function ed(a,b)
{this.j=a===fd&&b||"";this.l=gd}ed.prototype.na=!0;ed.prototype.ga=function()
{return this.j};function hd(a){return a instanceof
ed&&a.constructor===ed&&a.l===gd?a.j:"type_error:Const"}function id(a){return new
ed(fd,a)}var gd={},fd={};var jd=id("https://tpc.googlesyndication.com/sodar/%
{basename}.js");function kd(a,b){for(var c in a)b.call(void 0,a[c],c,a)}function
ld(a,b){var c={},d;for(d in a)b.call(void 0,a[d],d,a)&&(c[d]=a[d]);return
c}function md(a){var b=nd;a:{for(var c in b)if(b[c]==a){a=!0;break a}a=!1}return
a}function od(a){var b={},c;for(c in a)b[c]=a[c];return b}var pd="constructor
hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString
valueOf".split(" ");
function qd(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<pd.length;f+
+)c=pd[f],Object.prototype.hasOwnProperty.call(d,c)&&(a[c]=d[c])}};var rd={area:!
0,base:!0,br:!0,col:!0,command:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!
0,meta:!0,param:!0,source:!0,track:!0,wbr:!0};var sd;function td(){if(void 0===sd)
{var a=null,b=C.trustedTypes;if(b&&b.createPolicy)
{try{a=b.createPolicy("goog#html",
{createHTML:Xa,createScript:Xa,createScriptURL:Xa})}catch(c)
{C.console&&C.console.error(c.message)}sd=a}else sd=a}return sd};var ud={};function
vd(a,b){this.j=b===ud?a:"";this.na=!0}vd.prototype.ga=function(){return
this.j.toString()};function wd(a){return a instanceof vd&&a.constructor===vd?
a.j:"type_error:SafeScript"}vd.prototype.toString=function(){return
this.j.toString()};function xd(a,b){this.j=b===yd?a:""}p=xd.prototype;p.na=!
0;p.ga=function(){return this.j.toString()};p.Dc=!0;p.La=function(){return
1};function zd(a,b){a=Ad.exec(Bd(a).toString());var c=a[3]||"";return
Dd(a[1]+Ed("?",a[2]||"",b)+Ed("#",c,void 0))}p.toString=function(){return
this.j+""};function Bd(a){return a instanceof xd&&a.constructor===xd?
a.j:"type_error:TrustedResourceUrl"}
function Fd(a,b){var c=hd(a);if(!Gd.test(c))throw Error("Invalid TrustedResourceUrl
format: "+c);a=c.replace(Hd,function(d,e){if(!
Object.prototype.hasOwnProperty.call(b,e))throw Error('Found marker, "'+e+'", in
format string, "'+c+'", but no valid label mapping found in args:
'+JSON.stringify(b));d=b[e];return d instanceof ed?
hd(d):encodeURIComponent(String(d))});return Dd(a)}
var Hd=/%{(\w+)}/g,Gd=RegExp("^((https:)?//[0-9a-z.:[\\]-]+/|/[^/\\\\]|[^:/\\\\%]
+/|[^:/\\\\%]*[?#]|about:blank#)","i"),Ad=/^([^?#]*)(\?[^#]*)?(#[\s\
S]*)?/,yd={};function Dd(a){var b=td();a=b?b.createScriptURL(a):a;return new
xd(a,yd)}
function Ed(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};function Id(a,b){this.j=b===Jd?
a:""}p=Id.prototype;p.na=!0;p.ga=function(){return this.j.toString()};p.Dc=!
0;p.La=function(){return 1};p.toString=function(){return
this.j.toString()};function Kd(a){return a instanceof Id&&a.constructor===Id?
a.j:"type_error:SafeUrl"}var Ld=/^data:(.*);base64,[a-z0-9+\/]+=*$/i;function Md(a)
{a=String(a);a=a.replace(/(%0A|%0D)/g,"");return a.match(Ld)?new Id(a,Jd):null}var
Nd=/^(?:(?:https?|mailto|ftp):|[^:/?#]*(?:[/?#]|$))/i;
function Od(a){a instanceof Id||(a="object"==typeof a&&a.na?
a.ga():String(a),a=Nd.test(a)?new Id(a,Jd):Md(a));return a||Pd}function Qd(a,b)
{if(a instanceof Id)return a;a="object"==typeof
a&&a.na?a.ga():String(a);if(b&&/^data:/i.test(a)&&(b=Md(a)||Pd,b.ga()==a))return
b;Nd.test(a)||(a="about:invalid#zClosurez");return new Id(a,Jd)}var Jd={},Pd=new
Id("about:invalid#zClosurez",Jd);var Rd={};function Sd(a,b){this.j=b===Rd?
a:"";this.na=!0}Sd.prototype.ga=function(){return
this.j};Sd.prototype.toString=function(){return this.j.toString()};function Td(a)
{return a instanceof Sd&&a.constructor===Sd?a.j:"type_error:SafeStyle"}
function Ud(a){var b="",c;for(c in a)if(Object.prototype.hasOwnProperty.call(a,c))
{if(!/^[-_a-zA-Z0-9]+$/.test(c))throw Error("Name allows only [-_a-zA-Z0-9], got:
"+c);var d=a[c];null!=d&&(d=Array.isArray(d)?d.map(Vd).join("
"):Vd(d),b+=c+":"+d+";")}return b?new Sd(b,Rd):Wd}var Wd=new Sd("",Rd);
function Vd(a){if(a instanceof
Id)return'url("'+Kd(a).replace(/</g,"%3c").replace(/[\\"]/g,"\\$&")+'")';if(a
instanceof ed)a=hd(a);else{a=String(a);var
b=a.replace(Xd,"$1").replace(Xd,"$1").replace(Yd,"url");if(Zd.test(b)){if(b=!
$d.test(a)){for(var c=b=!0,d=0;d<a.length;d++){var e=a.charAt(d);"'"==e&&c?b=!
b:'"'==e&&b&&(c=!c)}b=b&&c&&ae(a)}a=b?be(a):"zClosurez"}else
a="zClosurez"}if(/[{;}]/.test(a))throw new $a("Value does not allow [{;}], got:
%s.",[a]);return a}
function ae(a){for(var b=!0,c=/^[-_a-zA-Z0-9]$/,d=0;d<a.length;d++){var
e=a.charAt(d);if("]"==e){if(b)return!1;b=!0}else if("["==e){if(!b)return!1;b=!
1}else if(!b&&!c.test(e))return!1}return b}
var Zd=RegExp("^[-,.\"'%_!#/ a-zA-Z0-9\\[\\]]+$"),Yd=RegExp("\\b(url\\([ \t\n]*)('[
-&(-\\[\\]-~]*'|\"[ !#-\\[\\]-~]*\"|[!#-&*-\\[\\]-~]*)([ \t\
n]*\\))","g"),Xd=RegExp("\\b(calc|cubic-bezier|fit-content|hsl|hsla|linear-
gradient|matrix|minmax|radial-gradient|repeat|rgb|rgba|(rotate|scale|translate)(X|
Y|Z|3d)?|var)\\([-+*/0-9a-zA-Z.%#\\[\\], ]+\\)","g"),$d=/\/\*/;
function be(a){return a.replace(Yd,function(b,c,d,e){var f="";d=d.replace(/^(['"])
(.*)\1$/,function(g,h,k){f=h;return k});b=Od(d).ga();return c+f+b+f+e})};var
ce={};function de(a,b){this.j=b===ce?a:"";this.na=!0}de.prototype.ga=function()
{return this.j};de.prototype.toString=function(){return this.j.toString()};var
ee={};function fe(a,b,c){this.j=c===ee?a:"";this.l=b;this.na=this.Dc=!
0}fe.prototype.La=function(){return this.l};fe.prototype.ga=function(){return
this.j.toString()};fe.prototype.toString=function(){return
this.j.toString()};function ge(a){return a instanceof fe&&a.constructor===fe?
a.j:"type_error:SafeHtml"}function he(a){if(a instanceof fe)return a;var
b="object"==typeof a,c=null;b&&a.Dc&&(c=a.La());return ie(bb(b&&a.na?
a.ga():String(a)),c)}
function je(a,b,c){ke(String(a));return le(String(a),b,c)}function ke(a){if(!
me.test(a))throw Error("");if(a.toUpperCase()in ne)throw Error("");}function oe(a)
{function b(f){Array.isArray(f)?f.forEach(b):
(f=he(f),e.push(ge(f).toString()),f=f.La(),0==d?d=f:0!=f&&d!=f&&(d=null))}var
c=he(pe),d=c.La(),e=[];a.forEach(b);return ie(e.join(ge(c).toString()),d)}function
qe(a){return oe(Array.prototype.slice.call(arguments))}function ie(a,b){var
c=td();a=c?c.createHTML(a):a;return new fe(a,b,ee)}
function le(a,b,c){var d=null;var e="<"+a+re(b);null==c?c=[]:Array.isArray(c)||
(c=[c]);!0===rd[a.toLowerCase()]?e+=">":(d=qe(c),e+=">"+ge(d).toString()
+"</"+a+">",d=d.La());(a=b&&b.dir)&&(/^(ltr|rtl|auto)$/i.test(a)?d=0:d=null);return
ie(e,d)}
function re(a){var b="";if(a)for(var c in
a)if(Object.prototype.hasOwnProperty.call(a,c)){if(!me.test(c))throw Error("");var
d=a[c];if(null!=d){var e=c;if(d instanceof ed)d=hd(d);else
if("style"==e.toLowerCase()){if(!Ma(d))throw Error("");d instanceof Sd||
(d=Ud(d));d=Td(d)}else{if(/^on/i.test(e))throw Error("");if(e.toLowerCase()in
se)if(d instanceof xd)d=Bd(d).toString();else if(d instanceof Id)d=Kd(d);else
if("string"===typeof d)d=Od(d).ga();else throw
Error("");}d.na&&(d=d.ga());e=e+'="'+bb(String(d))+
'"';b+=" "+e}}return b}var me=/^[a-zA-Z0-9-]+$/,se={action:!0,cite:!0,data:!
0,formaction:!0,href:!0,manifest:!0,poster:!0,src:!0},ne={APPLET:!0,BASE:!0,EMBED:!
0,IFRAME:!0,LINK:!0,MATH:!0,META:!0,OBJECT:!0,SCRIPT:!0,STYLE:!0,SVG:!0,TEMPLATE:!
0},te=ie("<!DOCTYPE html>",0),pe=new
fe(C.trustedTypes&&C.trustedTypes.emptyHTML||"",0,ee),ue=ie("<br>",0);/*

SPDX-License-Identifier: Apache-2.0
*/
var ve={};function we(){var a="undefined"!==typeof window?window.trustedTypes:void
0;return null!==a&&void 0!==a?a:null};function xe(){}function ye(a)
{this.j=a}B(ye,xe);ye.prototype.toString=function(){return
this.j.toString()};function ze(a){var b,c=null===(b=td())||void 0===b?void
0:b.createScriptURL(a);return new ye(null!==c&&void 0!==c?c:a,ve)}function Ae(a)
{if(a instanceof ye)return a.j;throw Error("");}function Be(a){var
b;a=Ae(a);return(null===(b=we())||void 0===b?0:b.isScriptURL(a))?
TrustedScriptURL.prototype.toString.apply(a):a};function Ce(){}function De(a)
{this.j=a}B(De,Ce);De.prototype.toString=function(){return
this.j.toString()};function Ee(a){var b,c=null===(b=td())||void 0===b?void
0:b.createScript(a);return new De(null!==c&&void 0!==c?c:a,ve)}function Fe(a){if(a
instanceof De)return a.j;throw Error("");};function Ge(){}function He(a)
{this.j=a}B(He,Ge);He.prototype.toString=function(){return this.j};var Ie=new
He("about:invalid#zTSz",ve);function Je(a){return a instanceof xe?
Ae(a):Bd(a)}function Ke(a){if(a instanceof Ge)if(a instanceof He)a=a.j;else throw
Error("");else a=Kd(a);return a}function Le(a){return a instanceof Ce?
Fe(a):wd(a)}function Me(a){return Dd(Je(a).toString())};function Ne(a){var b=void
0===b?Oe:b;a:{b=void 0===b?Oe:b;for(var c=0;c<b.length;++c){var d=b[c];if(d
instanceof Pe&&d.He("#")){b=new He("#",ve);break a}}b=void 0}a.href=Ke(b||
Ie)};function Ye(a,b){if(void 0!==a.tagName)
{if("script"===a.tagName.toLowerCase())throw Error("Use setTextContent with a
SafeScript.");if("style"===a.tagName.toLowerCase())throw Error("Use setTextContent
with a SafeStyleSheet.");}a.innerHTML=ge(b)};function Ze(a,b){a.src=Ke(b)};var
$e="alternate author bookmark canonical cite help icon license next prefetch dns-
prefetch prerender preconnect preload prev search subresource".split(" ");function
af(a,b,c){if(b instanceof xd||b instanceof xe)b=b instanceof xe?
Ae(b).toString():Bd(b).toString(),a.href=b;else{if(-1===$e.indexOf(c))throw
Error('TrustedResourceUrl href attribute required with
rel="'+c+'"');a.href=Ke(b)}a.rel=c};function bf(a){var
b,c=(a.ownerDocument&&a.ownerDocument.defaultView||
window).document,d=null===(b=c.querySelector)||void 0===b?void
0:b.call(c,"script[nonce]");(b=d?d.nonce||
d.getAttribute("nonce")||"":"")&&a.setAttribute("nonce",b)}function cf(a,b)
{a.src=Je(b);bf(a)};function df(){return!1}function ef(){return!0}function ff(a)
{var b=arguments,c=b.length;return function(){for(var d=0;d<c;d++)if(!
b[d].apply(this,arguments))return!1;return!0}}function gf(a){return function()
{return!a.apply(this,arguments)}}function hf(a){var b=!1,c;return function(){b||
(c=a(),b=!0);return c}}function jf(a){var b=a;return function(){if(b){var
c=b;b=null;c()}}}
function kf(a,b){var c=0;return function(d){C.clearTimeout(c);var
e=arguments;c=C.setTimeout(function(){a.apply(b,e)},63)}}function lf(a,b){function
c(){e=C.setTimeout(d,63);var h=g;g=[];a.apply(b,h)}function d(){e=0;f&&(f=!
1,c())}var e=0,f=!1,g=[];return function(h){g=arguments;e?f=!0:c()}};var
mf={passive:!0},nf=hf(function(){var a=!1;try{var
b=Object.defineProperty({},"passive",{get:function(){a=!
0}});C.addEventListener("test",null,b)}catch(c){}return a});function of(a){return
a?a.passive&&nf()?a:a.capture||!1:!1}function L(a,b,c,d){return a.addEventListener?
(a.addEventListener(b,c,of(d)),!0):!1}function pf(a,b,c,d){return
a.removeEventListener?(a.removeEventListener(b,c,of(d)),!0):!1};function qf(a){var
b=window,c=!0;c=void 0===c?!1:c;new q.Promise(function(d,e){function f(){var
h;g.onload=null;g.onerror=null;null===(h=g.parentElement)||void 0===h?void
0:h.removeChild(g)}var g=b.document.createElement("script");g.onload=function()
{f();d()};g.onerror=function(){f();e(void
0)};g.type="text/javascript";cf(g,a);c&&"complete"!==b.document.readyState?
L(b,"load",function()
{b.document.body.appendChild(g)}):b.document.body.appendChild(g)})};function rf(a)
{var b,c,d,e,f,g;return Fa(function(h){switch(h.j){case 1:return
b="https://pagead2.googlesyndication.com/getconfig/sodar?sv=200&tid="+a.j+
("&tv="+a.l+"&st=")+a.eb,c=void 0,h.C=2,wa(h,sf(b),4);case 4:c=h.l;xa(h);break;case
2:ya(h);case 3:if(!c)return h.return(void 0);d=a.wb||c.sodar_query_id;e=void 0!
==c.rc_enable&&a.A?c.rc_enable:"n";f=void
0===c.bg_snapshot_delay_ms?"0":c.bg_snapshot_delay_ms;g=void
0===c.is_gen_204?"1":c.is_gen_204;return d&&c.bg_hash_basename&&c.bg_binary?
h.return({context:a.B,
ge:c.bg_hash_basename,fe:c.bg_binary,Je:a.j+"_"+a.l,wb:d,eb:a.eb,Zb:e,jc:f,Xb:g}):h
.return(void 0)}})}function sf(a){return new q.Promise(function(b,c){var d=new
XMLHttpRequest;d.onreadystatechange=function()
{d.readyState===d.DONE&&(200<=d.status&&300>d.status?
b(JSON.parse(d.responseText)):c())};d.open("GET",a,!0);d.send()})}
function tf(a){var b;Fa(function(c){if(1==c.j)return wa(c,rf(a),2);if(b=c.l){var
d="sodar2";d=void 0===d?"sodar2":d;var
e=window,f=e.GoogleGcLKhOms;f&&"function"===typeof f.push||
(f=e.GoogleGcLKhOms=[]);var
g={};f.push((g._ctx_=b.context,g._bgv_=b.ge,g._bgp_=b.fe,g._li_=b.Je,g._jk_=b.wb,g.
_st_=b.eb,g._rc_=b.Zb,g._dl_=b.jc,g._g2_=b.Xb,g));if(f=e.GoogleDX5YKUSk)e.GoogleDX5
YKUSk=void 0,f[1]();d=Fd(jd,{basename:d});qf(d)}return c.return(b)})};function
uf(a){K.call(this,a)}B(uf,K);function vf(a,b){return Ec(a,5,b)}function wf(a,b)
{return Bc(a,3,b,"")}function xf(a){K.call(this,a)}B(xf,K);function yf(a,b){return
Bc(a,1,b,"")};function zf(a){switch(a){case 1:return"gda";case 2:return"gpt";case
3:return"ima";case 4:return"pal";case 5:return"xfad";case 6:return"dv3n";case
7:return"spa";default:return"unk"}}function Af(a)
{this.j=a.l;this.l=a.A;this.B=a.B;this.wb=a.wb;this.win=a.P();this.eb=a.eb;this.Zb=
a.Zb;this.jc=a.jc;this.Xb=a.Xb;this.A=a.j}function Bf(a,b,c)
{this.l=a;this.A=b;this.B=c;this.win=window;this.eb="env";this.Zb="n";this.jc="0";t
his.Xb="1";this.j=!0}Bf.prototype.P=function(){return this.win};
Bf.prototype.build=function(){return new Af(this)};function Cf(a){K.call(this,a,-
1,Df)}B(Cf,K);var Df=[2,3];function Ef(a){K.call(this,a)}B(Ef,K);function Ff(a){var
b=new Ef;return F(b,1,a)}function Gf(a,b){return F(a,2,b)}function Hf(a,b){return
F(a,3,b)}function If(a,b){return F(a,4,b)}Ef.prototype.getVersion=function(){return
E(this,5)};var Jf=window;var
Kf={zf:"google_adtest",Df:"google_ad_client",Ef:"google_ad_format",Gf:"google_ad_he
ight",Tf:"google_ad_width",Kf:"google_ad_layout",Lf:"google_ad_layout_key",Mf:"goog
le_ad_output",Nf:"google_ad_region",Qf:"google_ad_slot",Rf:"google_ad_type",Sf:"goo
gle_ad_url",Uf:"google_allow_expandable_ads",hg:"google_analytics_domain_name",ig:"
google_analytics_uacct",wg:"google_container_id",Gg:"google_gl",
$g:"google_enable_ose",lh:"google_full_width_responsive",Vh:"google_rl_filtering",U
h:"google_rl_mode",
Wh:"google_rt",Th:"google_rl_dest_url",Eh:"google_max_radlink_len",Jh:"google_num_r
adlinks",Kh:"google_num_radlinks_per_unit",Cf:"google_ad_channel",Dh:"google_max_nu
m_ads",Fh:"google_max_responsive_height",rg:"google_color_border",Zg:"google_enable
_content_recommendations",Dg:"google_content_recommendation_ui_type",Cg:"google_sou
rce_type",Bg:"google_content_recommendation_rows_num",Ag:"google_content_recommenda
tion_columns_num",zg:"google_content_recommendation_ad_positions",Eg:"google_conten
t_recommendation_use_square_imgs",
tg:"google_color_link",sg:"google_color_line",vg:"google_color_url",Af:"google_ad_b
lock",Pf:"google_ad_section",Bf:"google_ad_callback",og:"google_captcha_token",ug:"
google_color_text",fg:"google_alternate_ad_url",Jf:"google_ad_host_tier_id",pg:"goo
gle_city",Hf:"google_ad_host",If:"google_ad_host_channel",gg:"google_alternate_colo
r",qg:"google_color_bg",ah:"google_encoding",jh:"google_font_face",Jg:"google_cust_
ch",Mg:"google_cust_job",Lg:"google_cust_interests",Kg:"google_cust_id",Ng:"google_
cust_u_url",
oh:"google_hints",qh:"google_image_size",Gh:"google_mtl",xi:"google_cpm",yg:"google
_contents",Ih:"google_native_settings_key",Fg:"google_country",ni:"google_targeting
",kh:"google_font_size",Qg:"google_disable_video_autoplay",Ci:"google_video_product
_type",Bi:"google_video_doc_id",Ai:"google_cust_gender",ji:"google_cust_lh",ii:"goo
gle_cust_l",wi:"google_tfs",Hh:"google_native_ad_template",wh:"google_kw",ki:"googl
e_tag_for_child_directed_treatment",li:"google_tag_for_under_age_of_consent",Yh:"go
ogle_region",
Ig:"google_cust_criteria",Of:"google_safe",Hg:"google_ctr_threshold",Zh:"google_res
izing_allowed",ai:"google_resizing_width",
$h:"google_resizing_height",zi:"google_cust_age",LANGUAGE:"google_language",xh:"goo
gle_kw_type",Ph:"google_pucrd",Oh:"google_page_url",mi:"google_tag_partner",ei:"goo
gle_restrict_data_processing",wf:"google_adbreak_test",Ff:"google_ad_frequency_hint
",xf:"google_admob_interstitial_slot",yf:"google_admob_rewarded_slot",Ch:"google_ma
x_ad_content_rating",Sh:"google_ad_public_floor",
Qh:"google_ad_private_floor"};var Lf=hf(function(){var
a=document.createElement("div"),b=document.createElement("div");b.appendChild(docum
ent.createElement("div"));a.appendChild(b);b=a.firstChild.firstChild;a.innerHTML=ge
(pe);return!b.parentElement});function Mf(a,b)
{if(Lf())for(;a.lastChild;)a.removeChild(a.lastChild);a.innerHTML=ge(b)}function
Nf(a,b){b=b instanceof Id?b:Qd(b,/^data:image\//i.test(b));a.src=Kd(b)}var Of=/^[\
w+/_-]+[=]{0,2}$/;
function Pf(){var a=C.document;return a.querySelector?
(a=a.querySelector("script[nonce]"))&&(a=a.nonce||
a.getAttribute("nonce"))&&Of.test(a)?a:"":""};function Qf(a,b,c){return
Math.min(Math.max(a,b),c)}function Rf(a){return
Array.prototype.reduce.call(arguments,function(b,c){return b+c},0)}function Sf(a)
{return Rf.apply(null,arguments)/arguments.length};function Tf(a,b){this.x=void 0!
==a?a:0;this.y=void 0!==b?b:0}Tf.prototype.ceil=function()
{this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return
this};Tf.prototype.floor=function()
{this.x=Math.floor(this.x);this.y=Math.floor(this.y);return
this};Tf.prototype.round=function()
{this.x=Math.round(this.x);this.y=Math.round(this.y);return this};function Uf(a,b)
{this.width=a;this.height=b}p=Uf.prototype;p.aspectRatio=function(){return
this.width/this.height};p.isEmpty=function(){return!
(this.width*this.height)};p.ceil=function()
{this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return
this};p.floor=function()
{this.width=Math.floor(this.width);this.height=Math.floor(this.height);return
this};p.round=function()
{this.width=Math.round(this.width);this.height=Math.round(this.height);return
this};function Vf(a){return a=bb(a,void 0)}function Wf(a,b){var
c={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"'};var d=b?
b.createElement("div"):C.document.createElement("div");return
a.replace(Xf,function(e,f){var g=c[e];if(g)return
g;"#"==f.charAt(0)&&(f=Number("0"+f.substr(1)),isNaN(f)||
(g=String.fromCharCode(f)));g||(g=ie(e+"
",null),Mf(d,g),g=d.firstChild.nodeValue.slice(0,-1));return c[e]=g})}var
Xf=/&([^;\s<&]+);?/g;
function Yf(){return
Math.floor(2147483648*Math.random()).toString(36)+Math.abs(Math.floor(2147483648*Ma
th.random())^Ua()).toString(36)}function Zf(a){return String(a).replace(/\-([a-
z])/g,function(b,c){return c.toUpperCase()})}function $f(a){return
a.replace(RegExp("(^|[\\s]+)([a-z])","g"),function(b,c,d){return
c+d.toUpperCase()})};function ag(a){return a?new bg(cg(a)):Za||(Za=new bg)}function
dg(a,b){kd(b,function(c,d){c&&"object"==typeof c&&c.na&&(c=c.ga());"style"==d?
a.style.cssText=c:"class"==d?a.className=c:"for"==d?
a.htmlFor=c:eg.hasOwnProperty(d)?
a.setAttribute(eg[d],c):0==d.lastIndexOf("aria-",0)||0==d.lastIndexOf("data-",0)?
a.setAttribute(d,c):a[d]=c})}
var
eg={cellpadding:"cellPadding",cellspacing:"cellSpacing",colspan:"colSpan",framebord
er:"frameBorder",height:"height",maxlength:"maxLength",nonce:"nonce",role:"role",ro
wspan:"rowSpan",type:"type",usemap:"useMap",valign:"vAlign",width:"width"};function
fg(a){a=a.document;a="CSS1Compat"==a.compatMode?a.documentElement:a.body;return new
Uf(a.clientWidth,a.clientHeight)}
function gg(a){var b=a.scrollingElement?a.scrollingElement:Sb||"CSS1Compat"!
=a.compatMode?a.body||a.documentElement:a.documentElement;a=a.parentWindow||
a.defaultView;return Ob&&Zb("10")&&a.pageYOffset!=b.scrollTop?new
Tf(b.scrollLeft,b.scrollTop):new Tf(a.pageXOffset||b.scrollLeft,a.pageYOffset||
b.scrollTop)}function hg(a){return a?a.parentWindow||a.defaultView:window}
function ig(a,b,c,d){function e(h){h&&b.appendChild("string"===typeof h?
a.createTextNode(h):h)}for(;d<c.length;d++){var f=c[d];if(!La(f)||
Ma(f)&&0<f.nodeType)e(f);else{a:{if(f&&"number"==typeof f.length){if(Ma(f)){var
g="function"==typeof f.item||"string"==typeof f.item;break a}if("function"===typeof
f){g="function"==typeof f.item;break a}}g=!1}wb(g?Fb(f):f,e)}}}function jg(a,b)
{b=String(b);"application/xhtml+xml"===a.contentType&&(b=b.toLowerCase());return
a.createElement(b)}
function kg(a){var b,c=arguments.length;if(!c)return null;if(1==c)return
arguments[0];var d=[],e=Infinity;for(b=0;b<c;b++){for(var
f=[],g=arguments[b];g;)f.unshift(g),g=g.parentNode;d.push(f);e=Math.min(e,f.length)
}f=null;for(b=0;b<e;b++){g=d[0][b];for(var h=1;h<c;h++)if(g!=d[h][b])return
f;f=g}return f}function cg(a){return 9==a.nodeType?a:a.ownerDocument||
a.document}var lg={SCRIPT:1,STYLE:1,HEAD:1,IFRAME:1,OBJECT:1},mg={IMG:" ",BR:"\n"};
function ng(a){var b=[];og(a,b,!0);a=b.join("");a=a.replace(/ \xAD /g,"
").replace(/\xAD/g,"");a=a.replace(/\u200B/g,"");a=a.replace(/ +/g," ");" "!
=a&&(a=a.replace(/^\s*/,""));return a}function og(a,b,c){if(!(a.nodeName in
lg))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 mg)b.push(mg[a.nodeName]);else
for(a=a.firstChild;a;)og(a,b,c),a=a.nextSibling}
function pg(a,b,c,d){if(!b&&!c)return null;var e=b?
String(b).toUpperCase():null;return qg(a,function(f){return(!e||f.nodeName==e)&&(!
c||"string"===typeof f.className&&Bb(f.className.split(/\s+/),c))},d)}function
qg(a,b,c){for(var d=0;a&&(null==c||d<=c);){if(b(a))return a;a=a.parentNode;d+
+}return null}function bg(a){this.j=a||C.document||
document}p=bg.prototype;p.xe=function(a){return"string"===typeof a?
this.j.getElementById(a):a};p.vf=bg.prototype.xe;
p.getElementsByTagName=function(a,b){return(b||
this.j).getElementsByTagName(String(a))};p.Da=function(a,b,c){var
d=this.j,e=arguments,f=e[1],g=jg(d,String(e[0]));f&&("string"===typeof f?
g.className=f:Array.isArray(f)?g.className=f.join("
"):dg(g,f));2<e.length&&ig(d,g,e,2);return g};p.createElement=function(a){return
jg(this.j,a)};p.createTextNode=function(a){return
this.j.createTextNode(String(a))};p.P=function(){var a=this.j;return
a.parentWindow||a.defaultView};p.appendChild=function(a,b){a.appendChild(b)};
p.append=function(a,b){ig(cg(a),a,arguments,1)};p.canHaveChildren=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};
p.contains=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};p.ve=kg;function rg(){return!(D("iPad")||D("Android")&&!D("Mobile")||
D("Silk"))&&(D("iPod")||D("iPhone")||D("Android")||D("IEMobile"))};var
sg=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?
=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$");function tg(a)
{try{return!!a&&null!=a.location.href&&Kb(a,"foo")}catch(b){return!1}}function
ug(a,b,c,d){b=void 0===b?!1:b;d=void 0===d?C:d;c=(void 0===c?0:c)?
vg(d):d;for(d=0;c&&40>d++&&(!b&&!tg(c)||!a(c));)c=vg(c)}function vg(a){try{var
b=a.parent;if(b&&b!=a)return b}catch(c){}return null}function wg(a){return
tg(a.top)?a.top:null}function xg(a,b){var c=yg("SCRIPT",a);cf(c,b);
(a=a.getElementsByTagName("script")
[0])&&a.parentNode&&a.parentNode.insertBefore(c,a)}
function zg(a,b){return b.getComputedStyle?
b.getComputedStyle(a,null):a.currentStyle}function Ag(){if(!
q.globalThis.crypto)return Math.random();try{var a=new
Uint32Array(1);q.globalThis.crypto.getRandomValues(a);return
a[0]/65536/65536}catch(b){return Math.random()}}function Bg(a,b){if(a)for(var c in
a)Object.prototype.hasOwnProperty.call(a,c)&&b(a[c],c,a)}function Cg(a){var
b=[];Bg(a,function(c){b.push(c)});return b}
function Dg(a){var b=a.length;if(0==b)return 0;for(var c=305419896,d=0;d<b;d+
+)c^=(c<<5)+(c>>2)+a.charCodeAt(d)&4294967295;return 0<c?c:4294967296+c}var
Fg=hf(function(){return Ab(["Google Web Preview","Mediapartners-Google","Google-
Read-Aloud","Google-Adwords"],Eg)||1E-4>Math.random()});function Eg(a){return-1!
=mb().indexOf(a)}var Gg=/^([0-9.]+)px$/,Hg=/^(-?[0-9.]{1,30})$/;function Ig(a,b)
{b=void 0===b?null:b;if(!Hg.test(a))return b;a=Number(a);return isNaN(a)?b:a}
function Jg(a){return/^true$/.test(a)}function Kg(a){return(a=Gg.exec(a))?
+a[1]:null}function Lg(){var a=C.document.URL;if(!a)return"";var
b=RegExp(".*[&#?]google_debug(=[^&]*)?(&.*)?$");try{var
c=b.exec(decodeURIComponent(a));if(c)return c[1]&&1<c[1].length?
c[1].substring(1):"true"}catch(d){}return""}
var Mg={Vf:"allow-forms",Wf:"allow-modals",Xf:"allow-orientation-lock",Yf:"allow-
pointer-lock",Zf:"allow-popups",$f:"allow-popups-to-escape-sandbox",ag:"allow-
presentation",bg:"allow-same-origin",cg:"allow-scripts",dg:"allow-top-
navigation",eg:"allow-top-navigation-by-user-activation"},Ng=hf(function(){return
Cg(Mg)});
function Og(){var a=["allow-top-navigation","allow-modals","allow-orientation-
lock","allow-presentation","allow-pointer-lock"],b=Ng();return a.length?
xb(b,function(c){return!Bb(a,c)}):b}function Pg(){var
a=yg("IFRAME"),b={};wb(Ng(),function(c)
{a.sandbox&&a.sandbox.supports&&a.sandbox.supports(c)&&(b[c]=!0)});return
b}function Qg(a,b){try{return!(!a.frames||!a.frames[b])}catch(c){return!1}}function
Rg(a,b){for(var c=0;50>c;++c){if(Qg(a,b))return a;if(!(a=vg(a)))break}return null}
function Q(a,b){Bg(b,function(c,d){a.style.setProperty(d,c,"important")})}var
Sg={},Tg=(Sg["http://googleads.g.doubleclick.net"]=!0,Sg["http://pagead2.googlesynd
ication.com"]=!0,Sg["https://googleads.g.doubleclick.net"]=!0,Sg["https://
pagead2.googlesyndication.com"]=!0,Sg),Ug=/\.proxy\.(googleprod|googlers)\.com(:\
d+)?$/,Vg=/.*domain\.test$/,Wg=/\.prod\.google\.com(:\d+)?$/;function Xg(a)
{return!!Tg[a]||Ug.test(a)||Vg.test(a)||Wg.test(a)}var Yg=[];
function Zg(){var a=Yg;Yg=[];a=z(a);for(var b=a.next();!b.done;b=a.next())
{b=b.value;try{b()}catch(c){}}}function $g(a,b){if("number"!==typeof
a.goog_pvsid)try{Object.defineProperty(a,"goog_pvsid",
{value:Math.floor(Math.random()*Math.pow(2,52)),configurable:!1})}catch(c)
{b&&b.Fa(784,c)}a=Number(a.goog_pvsid);b&&(!a||0>=a)&&b.Fa(784,Error("Invalid
correlator, "+a));return a||-1}
function ah(a,b,c,d){d=void 0===d?[]:d;var e=new a.MutationObserver(function(f)
{f=z(f);for(var g=f.next();!g.done;g=f.next()){g=z(g.value.removedNodes);for(var
h=g.next();!h.done;h=g.next())if(h=h.value,d&&(h===b||kg(h,b)))
{f=z(d);for(g=f.next();!
g.done;g=f.next())g.value.disconnect();d.length=0;c();return}}});d.push(e);e.observ
e(a.document.documentElement,{childList:!0,subtree:!0});ug(function(f){if(!
f.parent||!tg(f.parent))return!1;for(var
g=f.parent.document.getElementsByTagName("iframe"),h=0;h<
g.length;h++)try{a:{var k=g[h];try{var l=k.contentWindow||(k.contentDocument?
hg(k.contentDocument):null);break a}catch(m){}l=null}if(l==f)
{ah(f.parent,g[h],c,d);break}}catch(m){}return!1},!1,!1,a)}function bh(a,b)
{ah(hg(cg(a)),a,b)}function ch(a,b){"complete"===a.document.readyState?
(Yg.push(b),1==Yg.length&&(q.Promise?
q.Promise.resolve().then(Zg):window.setImmediate?
setImmediate(Zg):setTimeout(Zg,0))):a.addEventListener("load",b)}
function dh(a,b){var c=yg("DIV");c.id=a;c.textContent=b;Q(c,{height:"24px","line-
height":"24px","text-align":"center","vertical-
align":"middle",color:"white","background-color":"black",margin:"0","font-
family":"Roboto","font-style":"normal","font-weight":"500","font-
size":"11px","letter-spacing":"0.08em"});return c}function eh(a,b){return new
q.Promise(function(c){setTimeout(function(){return void c(b)},a)})}
function yg(a,b){b=void 0===b?document:b;return
b.createElement(String(a).toLowerCase())}function nh(a){for(var b=a;a&&a!
=a.parent;)a=a.parent,tg(a)&&(b=a);return b};function oh(a,b,c,d)
{this.top=a;this.right=b;this.bottom=c;this.left=d}p=oh.prototype;p.getWidth=functi
on(){return this.right-this.left};p.getHeight=function(){return this.bottom-
this.top};function ph(a){return new
oh(a.top,a.right,a.bottom,a.left)}p.contains=function(a){return this&&a?a
instanceof oh?
a.left>=this.left&&a.right<=this.right&&a.top>=this.top&&a.bottom<=this.bottom:a.x>
=this.left&&a.x<=this.right&&a.y>=this.top&&a.y<=this.bottom:!1};
function qh(a,b){return
a.left<=b.right&&b.left<=a.right&&a.top<=b.bottom&&b.top<=a.bottom}p.ceil=function(
)
{this.top=Math.ceil(this.top);this.right=Math.ceil(this.right);this.bottom=Math.cei
l(this.bottom);this.left=Math.ceil(this.left);return this};p.floor=function()
{this.top=Math.floor(this.top);this.right=Math.floor(this.right);this.bottom=Math.f
loor(this.bottom);this.left=Math.floor(this.left);return this};
p.round=function()
{this.top=Math.round(this.top);this.right=Math.round(this.right);this.bottom=Math.r
ound(this.bottom);this.left=Math.round(this.left);return this};function rh(a,b,c,d)
{this.left=a;this.top=b;this.width=c;this.height=d}function sh(a,b){var
c=Math.max(a.left,b.left),d=Math.min(a.left+a.width,b.left+b.width);if(c<=d){var
e=Math.max(a.top,b.top);a=Math.min(a.top+a.height,b.top+b.height);if(e<=a)return
new rh(c,e,d-c,a-e)}return null}
function th(a,b){var c=sh(a,b);if(!c||!c.height||!c.width)return[new
rh(a.left,a.top,a.width,a.height)];c=[];var
d=a.top,e=a.height,f=a.left+a.width,g=a.top+a.height,h=b.left+b.width,k=b.top+b.hei
ght;b.top>a.top&&(c.push(new rh(a.left,a.top,a.width,b.top-a.top)),d=b.top,e-
=b.top-a.top);k<g&&(c.push(new rh(a.left,k,a.width,g-k)),e=k-
d);b.left>a.left&&c.push(new rh(a.left,d,b.left-a.left,e));h<f&&c.push(new
rh(h,d,f-h,e));return c}
rh.prototype.contains=function(a){return a instanceof Tf?
a.x>=this.left&&a.x<=this.left+this.width&&a.y>=this.top&&a.y<=this.top+this.height
:this.left<=a.left&&this.left+this.width>=a.left+a.width&&this.top<=a.top&&this.top
+this.height>=a.top+a.height};rh.prototype.ceil=function()
{this.left=Math.ceil(this.left);this.top=Math.ceil(this.top);this.width=Math.ceil(t
his.width);this.height=Math.ceil(this.height);return this};
rh.prototype.floor=function()
{this.left=Math.floor(this.left);this.top=Math.floor(this.top);this.width=Math.floo
r(this.width);this.height=Math.floor(this.height);return
this};rh.prototype.round=function()
{this.left=Math.round(this.left);this.top=Math.round(this.top);this.width=Math.roun
d(this.width);this.height=Math.round(this.height);return this};var uh={"AMP-
CAROUSEL":"ac","AMP-FX-FLYING-CARPET":"fc","AMP-LIGHTBOX":"lb","AMP-STICKY-
AD":"sa"};function vh(a){a=void 0===a?C:a;var b=a.context||a.AMP_CONTEXT_DATA;if(!
b)try{b=a.parent.context||a.parent.AMP_CONTEXT_DATA}catch(c)
{}try{if(b&&b.pageViewId&&b.canonicalUrl)return b}catch(c){}return null}function
wh(){var a=vh();return a&&a.initialIntersection}function xh(){var a=wh();return
a&&Ma(a.rootBounds)?new Uf(a.rootBounds.width,a.rootBounds.height):null}
function yh(a){return(a=a||vh())?tg(a.master)?a.master:null:null}
function zh(a,b){function c(h){if(a.ampInaboxInitialized)h=!0;else{var k,l="amp-
ini-load"===h.data;a.ampInaboxPendingMessages&&!l&&(k=/^amp-(\
d{15,20})?/.exec(h.data))&&(a.ampInaboxPendingMessages.push(h),h=k[1],a.ampInaboxIn
itialized||h&&!/^\d{15,20}$/.test(h)||
a.document.querySelector('script[src$="amp4ads-host-v0.js"]')||xg(a.document,h?
Fd(id("https://cdn.ampproject.org/rtv/%{ampVersion}/amp4ads-host-v0.js"),
{ampVersion:h}):Dd(hd(id("https://cdn.ampproject.org/amp4ads-host-v0.js")))));h=!
1}h&&
e()}function d(){}function e(){}var f=void 0===f?!1:f;var
g=a.ampInaboxIframes=a.ampInaboxIframes||[];b&&(g.push(b),d=function()
{a.AMP&&a.AMP.inaboxUnregisterIframe&&a.AMP.inaboxUnregisterIframe(b);Cb(g,b);e()})
;if(a.ampInaboxInitialized)return
d;a.ampInaboxPendingMessages=a.ampInaboxPendingMessages||[];f||
g.google_amp_listener_added||(g.google_amp_listener_added=!
0,L(a,"message",c),e=function(){pf(a,"message",c)});return d};function Pe(a)
{this.He=a}function Ah(a){return new Pe(function(b){return
b.substr(0,a.length+1).toLowerCase()===a+":"})}var
Oe=[Ah("data"),Ah("http"),Ah("https"),Ah("mailto"),Ah("ftp"),new Pe(function(a)
{return/^[^:]*([/?#]|$)/.test(a)})];function S(a){var
b=Ga.apply(1,arguments);if(0===b.length)return ze(a[0]);for(var
c=[a[0]],d=0;d<b.length;d++)c.push(encodeURIComponent(b[d])),c.push(a[d+1]);return
ze(c.join(""))}function Bh(a,b){var c=Be(a);if(/#/.test(c))throw Error("");var
d=/\?/.test(c)?"&":"?";b.forEach(function(e,f){e=e instanceof Array?e:[e];for(var
g=0;g<e.length;g++){var h=e[g];null!==h&&void 0!==h&&(c+=d+encodeURIComponent(f)
+"="+encodeURIComponent(String(h)),d="&")}});return ze(c)};function Ch(){var
a=Dh;return function(){var b=Ga.apply(0,arguments).map(function(c){return
Ee(JSON.stringify(c).replace(/</g,"\\x3c")).toString()});return Ee("("+a.join("")
+")("+b.join(",")+")")}};function Eh(a,b,c){if("string"===typeof b)
(b=Fh(a,b))&&(a.style[b]=c);else for(var d in b){c=a;var
e=b[d],f=Fh(c,d);f&&(c.style[f]=e)}}var Gh={};function Fh(a,b){var c=Gh[b];if(!c)
{var d=Zf(b);c=d;void 0===a.style[d]&&(d=(Sb?"Webkit":Qb?"Moz":Ob?"ms":null)+
$f(d),void 0!==a.style[d]&&(c=d));Gh[b]=c}return c}function Hh(a,b){var
c=cg(a);return
c.defaultView&&c.defaultView.getComputedStyle&&(a=c.defaultView.getComputedStyle(a,
null))?a[b]||a.getPropertyValue(b)||"":""}
function Ih(a,b){return Hh(a,b)||(a.currentStyle?a.currentStyle[b]:null)||
a.style&&a.style[b]}function Jh(a){try{return a.getBoundingClientRect()}catch(b)
{return{left:0,top:0,right:0,bottom:0}}}function Kh(a){var b=cg(a),c=new
Tf(0,0);var d=b?cg(b):document;d=!Ob||
9<=Number(bc)||"CSS1Compat"==ag(d).j.compatMode?
d.documentElement:d.body;if(a==d)return
c;a=Jh(a);b=gg(ag(b).j);c.x=a.left+b.x;c.y=a.top+b.y;return c}
function Lh(a){var b=Mh;if("none"!=Ih(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}function Mh(a){var b=a.offsetWidth,c=a.offsetHeight,d=Sb&&!b&&!c;return(void
0===b||d)&&a.getBoundingClientRect?(a=Jh(a),new Uf(a.right-a.left,a.bottom-
a.top)):new Uf(b,c)}
function Nh(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.styl
e.left=b;b=a.style.pixelLeft;a.style.left=c;a.runtimeStyle.left=d;return+b}function
Oh(a,b){return(b=a.currentStyle?a.currentStyle[b]:null)?Nh(a,b):0}var
Ph={thin:2,medium:4,thick:6};function Qh(a,b){if("none"==(a.currentStyle?
a.currentStyle[b+"Style"]:null))return 0;b=a.currentStyle?
a.currentStyle[b+"Width"]:null;return b in Ph?Ph[b]:Nh(a,b)};function Rh(a)
{return"number"===typeof a&&0<a}function Sh(a,b){a=Th(a);if(!a)return b;var
c=b.slice(-1);return b+("?"===c||"#"===c?"":"&")+a}function Th(a){return
t(Object,"entries").call(Object,Uh(a)).map(function(b){var
c=z(b);b=c.next().value;c=c.next().value;return
b+"="+encodeURIComponent(String(c))}).join("&")}function Uh(a){var
b={};Bg(a,function(c,d){if(c||0===c||!1===c)"boolean"===typeof c&&(c=c?
1:0),b[d]=c});return b}
function Vh(){var a=void 0===a?Jf:a;try{return a.history.length}catch(b){return
0}}function Wh(a){var b=void 0===b?1:b;a=yh(vh(a))||
a;a.google_unique_id=(a.google_unique_id||0)+b}function Xh(a)
{a=a.google_unique_id;return"number"===typeof a?a:0}
function Yh(a){a.u_tz=-(new Date).getTimezoneOffset();a.u_his=Vh();var
b;a.u_h=null==(b=Jf.screen)?void 0:b.height;var c;a.u_w=null==(c=Jf.screen)?void
0:c.width;var d;a.u_ah=null==(d=Jf.screen)?void 0:d.availHeight;var
e;a.u_aw=null==(e=Jf.screen)?void 0:e.availWidth;var f;a.u_cd=null==(f=Jf.screen)?
void 0:f.colorDepth}
function Zh(a){var b=9!==a.nodeType&&a.id;a:{if(a&&a.nodeName&&a.parentElement){var
c=a.nodeName.toString().toLowerCase();for(var
d=a.parentElement.childNodes,e=0,f=0;f<d.length;++f){var
g=d[f];if(g.nodeName&&g.nodeName.toString().toLowerCase()===c){if(a===g)
{c="."+e;break a}++e}}}c=""}return(a.nodeName&&a.nodeName.toString().toLowerCase())
+(b?"/"+b:"")+c}function $h(a){return function(){if(a){var
b=a;a=null;b.apply(null,arguments)}}}
function ai(){var a=void 0===a?Jf:a;if(!a)return!1;try{return!(!
a.navigator.standalone&&!a.top.navigator.standalone)}catch(b){return!1}}
function bi(a){var
b=a.ActiveXObject;if(a.navigator.plugins&&a.navigator.mimeTypes.length)
{if((b=a.navigator.plugins["Shockwave Flash"])&&b.description)return
b.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s)
+r/,".")}else{if(a.navigator.userAgent&&0<=a.navigator.userAgent.indexOf("Windows
CE")){var c=3;for(a=1;a;)try{a=new b("ShockwaveFlash.ShockwaveFlash."+(c+1)),c+
+}catch(d){a=null}return c.toString()}if(ob()){a=null;try{a=new
b("ShockwaveFlash.ShockwaveFlash.7")}catch(d){c=0;try{a=new
b("ShockwaveFlash.ShockwaveFlash.6"),
c=6,a.AllowScriptAccess="always"}catch(e){if(6===c)return c.toString()}try{a=new
b("ShockwaveFlash.ShockwaveFlash")}catch(e){}}if(a)return
c=a.GetVariable("$version").split(" ")[1],c.replace(/,/g,".")}}return"0"}function
ci(a){return(a=a.google_ad_format)?0<a.indexOf("_0ads"):!1}
function di(a){var b=Number(a.google_ad_width),c=Number(a.google_ad_height);if(!
(0<b&&0<c)){a:{try{var d=String(a.google_ad_format);if(d&&d.match){var
e=d.match(/(\d+)x(\d+)/i);if(e){var
f=parseInt(e[1],10),g=parseInt(e[2],10);if(0<f&&0<g){var h={width:f,height:g};break
a}}}}catch(k){}h=null}a=h;if(!a)return null;b=0<b?b:a.width;c=0<c?
c:a.height}return{width:b,height:c}}function ei(a){return a==a.top}function fi(a,b)
{return a.source!==b.contentWindow&&a.source.parent!==b.contentWindow?!1:!
0};function gi(a,b){var c=void 0===c?
{}:c;this.error=a;this.context=b.context;this.msg=b.message||"";this.id=b.id||"jser
ror";this.meta=c};var hi=RegExp("^https?://(\\w|-)+\\.cdn\\.ampproject\\.(net|org)
(\\?|/|$)");function ii(a,b){this.j=a;this.l=b}function ji(a,b,c)
{this.url=a;this.win=b;this.nd=!!c;this.depth=null};function ki(a,b)
{a.google_image_requests||(a.google_image_requests=[]);var
c=yg("IMG",a.document);c.src=b;a.google_image_requests.push(c)}function li(a){var
b="https://pagead2.googlesyndication.com/pagead/gen_204?
id=dtt_err";Bg(a,function(c,d)
{c&&(b+="&"+d+"="+encodeURIComponent(c))});mi(b)}function mi(a){var
b=window;b.fetch?b.fetch(a,{keepalive:!
0,credentials:"include",redirect:"follow",method:"get",mode:"no-
cors"}):ki(b,a)};function ni(){this.A="&";this.l={};this.B=0;this.j=[]}function
oi(a,b){var c={};c[a]=b;return[c]}function pi(a,b,c,d,e){var
f=[];Bg(a,function(g,h){(g=qi(g,b,c,d,e))&&f.push(h+"="+g)});return f.join(b)}
function qi(a,b,c,d,e){if(null==a)return"";b=b||"&";c=c||",$";"string"==typeof
c&&(c=c.split(""));if(a instanceof Array){if(d=d||0,d<c.length){for(var
f=[],g=0;g<a.length;g++)f.push(qi(a[g],b,c,d+1,e));return f.join(c[d])}}else
if("object"==typeof a)return e=e||0,2>e?
encodeURIComponent(pi(a,b,c,d,e+1)):"...";return encodeURIComponent(String(a))}
function ri(a,b){var c="https://pagead2.googlesyndication.com"+b,d=si(a)-
b.length;if(0>d)return"";a.j.sort(function(m,n){return m-n});b=null;for(var
e="",f=0;f<a.j.length;f++)for(var g=a.j[f],h=a.l[g],k=0;k<h.length;k++){if(!d)
{b=null==b?g:b;break}var l=pi(h[k],a.A,",$");if(l){l=e+l;if(d>=l.length){d-
=l.length;c+=l;e=a.A;break}b=null==b?g:b}}a="";null!=b&&(a=e+"trn="+b);return
c+a}function si(a){var b=1,c;for(c in a.l)b=c.length>b?c.length:b;return 3997-b-
a.A.length-1};function ti(){this.j=Math.random()}function ui(){var
a=vi,b=C.google_srt;0<=b&&1>=b&&(a.j=b)}function wi(a,b,c,d,e){if((d?
a.j:Math.random())<(e||.01))try{if(c instanceof ni)var f=c;else f=new
ni,Bg(c,function(h,k){var l=f,m=l.B++;h=oi(k,h);l.j.push(m);l.l[m]=h});var
g=ri(f,"/pagead/gen_204?id="+b+"&");g&&ki(C,g)}catch(h){}};var xi=null;function
yi(){if(null===xi){xi="";try{var a="";try{a=C.top.location.hash}catch(c)
{a=C.location.hash}if(a){var b=a.match(/\bdeid=([\d,]+)/);xi=b?b[1]:""}}catch(c)
{}}return xi};function zi(){var a=void 0===a?
C:a;return(a=a.performance)&&a.now&&a.timing?Math.floor(a.now()
+a.timing.navigationStart):Ua()}function Ai(){var a=void 0===a?
C:a;return(a=a.performance)&&a.now?a.now():null};function Bi(a,b){var c=Ai()||
zi();this.label=a;this.type=b;this.value=c;this.duration=0;this.uniqueId=Math.rando
m();this.slotId=void 0};var Ci=C.performance,Di=!!
(Ci&&Ci.mark&&Ci.measure&&Ci.clearMarks),Ei=hf(function(){var a;if(a=Di)a=yi(),a=!!
a.indexOf&&0<=a.indexOf("1337");return a});function Fi(a){this.j=[];this.A=a||C;var
b=null;a&&(a.google_js_reporting_queue=a.google_js_reporting_queue||
[],this.j=a.google_js_reporting_queue,b=a.google_measure_js_timing);this.l=Ei()||
(null!=b?b:1>Math.random())}function Gi(){var a=Hi;a.l=!1;a.j!
=a.A.google_js_reporting_queue&&(Ei()&&wb(a.j,Ii),a.j.length=0)}
function Ii(a)
{a&&Ci&&Ei()&&(Ci.clearMarks("goog_"+a.label+"_"+a.uniqueId+"_start"),Ci.clearMarks
("goog_"+a.label+"_"+a.uniqueId+"_end"))}Fi.prototype.start=function(a,b){if(!
this.l)return null;a=new
Bi(a,b);b="goog_"+a.label+"_"+a.uniqueId+"_start";Ci&&Ei()&&Ci.mark(b);return
a};Fi.prototype.end=function(a){if(this.l&&"number"===typeof a.value)
{a.duration=(Ai()||zi())-a.value;var
b="goog_"+a.label+"_"+a.uniqueId+"_end";Ci&&Ei()&&Ci.mark(b);!this.l||
2048<this.j.length||this.j.push(a)}};
function Ji(a,b){if(!a.l)return b();var c=a.start("491",3);try{var d=b()}catch(e)
{throw Ii(c),e;}a.end(c);return d};function Ki(){var
a=Hi;this.l=vi;this.nc=null;this.B=this.Fa;this.j=void 0===a?null:a;this.A=!
1}Ki.prototype.ua=function(){return this.l};function Li(a,b,c,d){try{if(a.j&&a.j.l)
{var e=a.j.start(b.toString(),3);var f=c();a.j.end(e)}else f=c()}catch(k){c=!
0;try{Ii(e),c=a.B(b,new gi(k,{message:Mi(k)}),void 0,d)}catch(l){a.Fa(217,l)}if(c)
{var g,h;null==(g=window.console)||null==(h=g.error)||h.call(g,k)}else throw
k;}return f}
function Ni(a,b,c,d,e){return function(){var f=Ga.apply(0,arguments);return
Li(a,b,function(){return c.apply(d,f)},e)}}
Ki.prototype.Fa=function(a,b,c,d,e){e=e||"jserror";try{var f=new
ni;f.j.push(1);f.l[1]=oi("context",a);b.error&&b.meta&&b.id||(b=new gi(b,
{message:Mi(b)}));if(b.msg){var
g=b.msg.substring(0,512);f.j.push(2);f.l[2]=oi("msg",g)}var h=b.meta||
{};if(this.nc)try{this.nc(h)}catch(X){}if(d)try{d(h)}catch(X)
{}b=[h];f.j.push(3);f.l[3]=b;d=C;b=[];g=null;do{var k=d;if(tg(k)){var
l=k.location.href;g=k.document&&k.document.referrer||null}else
l=g,g=null;b.push(new ji(l||"",k));try{d=k.parent}catch(X){d=null}}while(d&&
k!=d);l=0;for(var m=b.length-1;l<=m;++l)b[l].depth=m-
l;k=C;if(k.location&&k.location.ancestorOrigins&&k.location.ancestorOrigins.length=
=b.length-1)for(m=1;m<b.length;++m){var n=b[m];n.url||
(n.url=k.location.ancestorOrigins[m-1]||"",n.nd=!0)}var r=new
ji(C.location.href,C,!1);k=null;var v=b.length-1;for(n=v;0<=n;--n){var w=b[n];!
k&&hi.test(w.url)&&(k=w);if(w.url&&!w.nd){r=w;break}}w=null;var
u=b.length&&b[v].url;0!=r.depth&&u&&(w=b[v]);var G=new ii(r,w);if(G.l){var
N=G.l.url||"";f.j.push(4);f.l[4]=
oi("top",N)}var M={url:G.j.url||""};if(G.j.url){var
H=G.j.url.match(sg),R=H[1],O=H[3],U=H[4];r="";R&&(r+=R+":");O&&(r+="//",r+=O,U&&(r+
=":"+U));var P=r}else P="";M=[M,
{url:P}];f.j.push(5);f.l[5]=M;wi(this.l,e,f,this.A,c)}catch(X){try{wi(this.l,e,
{context:"ecmserr",rctx:a,msg:Mi(X),url:G&&G.j.url},this.A,c)}catch(da){}}return!
0};function Oi(a,b){var c=Pi;b.catch(function(d){d=d?d:"unknown rejection";c.Fa(a,d
instanceof Error?d:Error(d))})}
function Mi(a){var b=a.toString();a.name&&-1==b.indexOf(a.name)&&(b+=":
"+a.name);a.message&&-1==b.indexOf(a.message)&&(b+=":
"+a.message);a.stack&&(b=Qi(a.stack,b));return b}function Qi(a,b){try{-
1==a.indexOf(b)&&(a=b+"\n"+a);for(var c;a!=c;)c=a,a=a.replace(/((https?:\/..*\/)
[^\/:]*:\d+(?:.|\n)*)\2/,"$1");return a.replace(/\n */g,"\n")}catch(d){return
b}};function Ri(a){return null!==a&&void 0!==a}function Si(a,b){if(!b(a))throw
Error(String(a));};function Ti(a){return"string"===typeof a}function Ui(a){return
void 0===a};var Vi;Vi={Rh:0,Id:3,Jd:4,Ld:5};var Wi=Vi.Id,Xi=Vi.Jd,Yi=Vi.Ld;function
Zi(a){a.mf.apply(a,A(Ga.apply(1,arguments).map(function(b)
{return{rf:7,message:b}})))};function $i(a){return function(){var
b=Ga.apply(0,arguments);try{return a.apply(this,b)}catch(c){}}}var
aj=$i(function(a){var b=[],c={};a=z(a);for(var d=a.next();!
d.done;c={Eb:c.Eb},d=a.next())c.Eb=d.value,$i(function(e){return function()
{b.push('[{"'+e.Eb.rf+'":'+Yc(e.Eb.message)+"}]")}}(c))();return"[["+b.join(",")
+"]]"});function bj(a,b){if(q.globalThis.fetch)q.globalThis.fetch(a,
{method:"POST",body:b,keepalive:65536>b.length,credentials:"omit",mode:"no-
cors",redirect:"follow"});else{var c=new XMLHttpRequest;c.open("POST",a,!
0);c.send(b)}};function cj(){var a;this.A=a=void 0===a?
bj:a;this.l=[];this.j=null}cj.prototype.mf=function(){var
a=Ga.apply(0,arguments),b=this;$i(function(){b.l.push.apply(b.l,A(a));var
c=$i(function(){var
d=aj(b.l);b.A("https://pagead2.googlesyndication.com/pagead/ping?
e=1",d);b.l=[];b.j=null});100<=b.l.length?(null!
==b.j&&clearTimeout(b.j),b.j=setTimeout(c,0)):null===b.j&&(b.j=setTimeout(c,100))})
()};function dj(a){var b="Ec";if(a.Ec&&a.hasOwnProperty(b))return a.Ec;b=new
a;return a.Ec=b};var ej=Jg("false");function fj(a){this.methodName=a}var gj=new
fj(15),hj=new fj(2),ij=new fj(3),jj=new fj(5),kj=new fj(6),lj=new fj(7),mj=new
fj(8),nj=new fj(14);function oj(a,b,c){return b[a.methodName]||c||function()
{}};function pj(){this.j=function(){};this.l=function(){return[]}}function
qj(a,b,c){a.j=function(d){oj(hj,b,function(){return[]})(d,c)};a.l=function(){return
oj(ij,b,function(){return[]})(c)}};var vi,Pi,Hi=new Fi(C);(function(a){vi=a||new
ti;"number"!==typeof C.google_srt&&(C.google_srt=Math.random());ui();Pi=new
Ki;Pi.A=!0;"complete"==C.document.readyState?C.google_measure_js_timing||
Gi():Hi.l&&L(C,"load",function(){C.google_measure_js_timing||Gi()})})();function
rj(a,b,c){return Li(Pi,a,b,c)}function sj(a,b){return Ni(Pi,a,b,void 0,void
0)}function T(a,b,c){var d=dj(pj).l();!
b.eid&&d.length&&(b.eid=d.toString());wi(vi,a,b,!0,c)}function tj(a,b){return
Pi.Fa(a,b,void 0,void 0)};function uj(a,b){var c=Lg();return a+(-
1==a.indexOf("?")?"?":"&")+[0<c.length?"google_debug"+(c?"="+c:"")
+"&":"","xpc=",b,"&p=",encodeURIComponent(C.document.location.protocol),"//",encode
URIComponent(C.document.location.host)].join("")}Dd(hd(id("https://
pagead2.googlesyndication.com/pagead/expansion_embed.js")));function vj(a,b,c,d)
{function e(g){try{var h=JSON.parse(g.data)}catch(k){return}!h||h.googMsgType!==b||
d&&/[:|%3A]javascript\(/i.test(g.data)&&!d(h,g)||c(h,g)}d=void 0===d?
null:d;L(a,"message",e);var f=!1;return function(){var g=!1;f||(f=!
0,g=pf(a,"message",e));return g}}function wj(a,b,c,d){var e=vj(a,b,ff(c,function()
{return e()}),void 0===d?null:d);return e}function xj(a,b,c,d)
{c.googMsgType=b;a.postMessage(JSON.stringify(c),d)}
function yj(a,b,c,d,e){if(!(0>=e)&&(xj(a,b,c,d),a=a.frames))for(var f=0;f<a.length;
++f)1<e&&yj(a[f],b,c,d,--e)};function zj(a,b,c,d){Xg(d.origin)&&"expandable-xpc-
ready"==c.notify&&Aj(a,b)}function Aj(a,b){var
c=a.Cc;c.google_eas_queue=c.google_eas_queue||
[];c.google_eas_queue.push({a:a.id,b:a.url,c:a.width,d:a.height,e:a.Xc,f:a.Xe,g:a.X
d,h:a.Fe,i:void 0});C.setTimeout(sj(220,$h(function()
{xg(c.document,Me(b))})),0)};function Bj(a){K.call(this,a,-1,Cj)}B(Bj,K);var
Cj=[15];function Dj(a){K.call(this,a)}B(Dj,K);Dj.prototype.getCorrelator=function()
{return yc(this,1,0)};Dj.prototype.setCorrelator=function(a){return
Bc(this,1,a,0)};function Ej(a){K.call(this,a)}B(Ej,K);var Fj=null,Gj=null;function
Hj(){if(null!=Fj)return Fj;Fj=!1;try{var a=wg(C);a&&-1!
==a.location.hash.indexOf("google_logging")&&(Fj=!
0);C.localStorage.getItem("google_logging")&&(Fj=!0)}catch(b){}return Fj}function
Ij(){if(null!=Gj)return Gj;Gj=!1;try{var a=wg(C);if(a&&-1!
==a.location.hash.indexOf("auto_ads_logging")||
C.localStorage.getItem("auto_ads_logging"))Gj=!0}catch(b){}return Gj}
function Jj(a,b){b=void 0===b?[]:b;var c=!1;C.google_logging_queue||(c=!
0,C.google_logging_queue=[]);C.google_logging_queue.push([a,b]);c&&Hj()&&xg(C.docum
ent,Dd(hd(id("https://pagead2.googlesyndication.com/pagead/js/
logging_library.js"))))};Dd(hd(id("https://pagead2.googlesyndication.com/pagead/
osd.js")));function Kj(a){K.call(this,a)}B(Kj,K);function Lj(a){K.call(this,a,-
1,Mj)}B(Lj,K);Lj.prototype.getId=function(){return E(this,3)};var Mj=[4];function
Nj(a){K.call(this,a)}B(Nj,K);function Oj(a){K.call(this,a)}B(Oj,K);function Pj(a)
{K.call(this,a,-1,Qj)}B(Pj,K);function Rj(a){K.call(this,a)}B(Rj,K);function Sj(a)
{K.call(this,a)}B(Sj,K);var Qj=[1];function Tj(a){K.call(this,a)}B(Tj,K);function
Uj(a){K.call(this,a,-1,Vj)}B(Uj,K);function Wj(a){K.call(this,a)}B(Wj,K);function
Xj(a){K.call(this,a)}B(Xj,K);var Vj=[3];function Yj(a){K.call(this,a,-
1,Zj)}B(Yj,K);var Zj=[2];function ak(a){K.call(this,a)}B(ak,K);function bk(a)
{K.call(this,a,-1,ck)}B(bk,K);var ck=[1];function dk(a)
{K.call(this,a)}B(dk,K);dk.prototype.Z=function(){return
I(this,Lj,1)};dk.prototype.X=function(){return E(this,2)};function ek(a)
{K.call(this,a)}B(ek,K);ek.prototype.getName=function(){return E(this,4)};function
fk(a){K.call(this,a)}B(fk,K);function gk(a){K.call(this,a)}B(gk,K);function hk(a)
{K.call(this,a)}B(hk,K);var ik=[1,2,3];function jk(a)
{K.call(this,a)}B(jk,K);function kk(a){K.call(this,a,-1,lk)}B(kk,K);function mk(a)
{K.call(this,a)}B(mk,K);var lk=[1];function nk(a){K.call(this,a,-1,ok)}B(nk,K);var
ok=[3,4];function pk(a){K.call(this,a)}B(pk,K);function qk(a)
{K.call(this,a)}B(qk,K);qk.prototype.setLocation=function(a){return
F(this,1,a)};function rk(){var a=new qk;return F(a,2,1)};function sk(a)
{K.call(this,a,-1,tk)}B(sk,K);sk.prototype.Z=function(){return
I(this,Lj,1)};sk.prototype.X=function(){return E(this,2)};var
tk=[6,7,9,10,11];function uk(a){K.call(this,a,-1,vk)}B(uk,K);var vk=[4];function
wk(a){K.call(this,a)}B(wk,K);function xk(a){K.call(this,a,-1,yk)}B(xk,K);function
zk(a){K.call(this,a,-1,Ak)}B(zk,K);function Bk(a)
{K.call(this,a)}B(Bk,K);Bk.prototype.Qb=function(){return
Hc(this,1)};Bk.prototype.Bc=function(){return yc(this,2,0)};function Ck(a)
{K.call(this,a)}B(Ck,K);function Dk(a){K.call(this,a)}B(Dk,K);function Ek(a)
{K.call(this,a)}B(Ek,K);var yk=[1],Ak=[1],Fk=[1,2];function Gk(a){K.call(this,a,-
1,Hk)}B(Gk,K);function Ik(a){return I(a,Jk,13)}function Kk(a){return
I(a,Lk,15)}function Mk(a){K.call(this,a)}B(Mk,K);function Nk(a)
{K.call(this,a)}B(Nk,K);function Ok(a){K.call(this,a,-1,Pk)}B(Ok,K);function Qk(a)
{K.call(this,a)}B(Qk,K);function Rk(a){K.call(this,a)}B(Rk,K);function Jk(a)
{K.call(this,a)}B(Jk,K);function Sk(a){K.call(this,a)}B(Sk,K);function Lk(a)
{K.call(this,a)}B(Lk,K);function Tk(a){K.call(this,a)}B(Tk,K);function Uk(a)
{K.call(this,a)}B(Uk,K);
var Hk=[1,2,5,7],Pk=[2,5,6,11];function Vk(a){K.call(this,a)}B(Vk,K);var
nd={Xh:0,bh:1,gh:2,eh:3,fh:4,mh:8,hi:9,Ah:10,Bh:11,di:16,Pg:17,Og:24,yh:25,kg:26,jg
:27,Kd:30,sh:32,uh:40};var
Wk={overlays:1,interstitials:2,vignettes:2,inserts:3,immersives:4,list_view:5},Xk={
},Yk=(Xk[1]=1,Xk[2]=1,Xk[3]=1,Xk[4]=1,Xk[8]=2,Xk[27]=3,Xk[9]=4,Xk[30]=5,Xk);functio
n Zk(){this.C=this.F=this.Ib=this.Hb=null;this.l=this.A=0}function $k(a,b){if(!
b)return!1;var c=b.adClient;if("string"!==typeof c||!c)return!1;a.Hb=c;a.Ib=!!
b.adTest;c=b.pubVars;Ma(c)&&(a.F=c);if(Array.isArray(b.fillMessage)&&0<b.fillMessag
e.length){a.C={};c=z(b.fillMessage);for(var d=c.next();!
d.done;d=c.next())d=d.value,a.C[d.key]=d.value}a.A=b.adWidth;a.l=b.adHeight;Rh(a.A)
&&Rh(a.l)||T("rctnosize",b);return!0}Zk.prototype.G=function(){return!0};function
V(a,b){this.j=a;this.defaultValue=void 0===b?!1:b}function al(a,b)
{this.j=a;this.defaultValue=void 0===b?0:b}function bl(a,b){b=void 0===b?
[]:b;this.j=a;this.defaultValue=b};var cl=new V(1084),dl=new V(1082,!0),el=new
V(236),fl=new V(1154),gl=new V(383,!0),hl=new al(1130,100),il=new V(1150),jl=new
al(1126,5E3),kl=new al(1032),ll=new function(a,b){this.j=a;this.defaultValue=void
0===b?"":b}(14),ml=new al(1044,200),nl=new V(1153),ol=new V(1132,!0),pl=new
V(1131,!0),ql=new al(1142,8),rl=new al(1103),sl=new al(1116,300),tl=new
al(1117,100),ul=new V(1121),vl=new al(1119),wl=new al(1138),xl=new V(1122),yl=new
V(316),zl=new V(1145),Al=new V(334),Bl=new al(54),Cl=new V(313),
Dl=new al(66,-1),El=new al(65,-1),Tl=new V(369),Ul=new V(368),Vl=new V(1087),Wl=new
V(265),Xl=new V(1152),Yl=new V(1155),Zl=new V(1120),$l=new V(1135),am=new
V(1151),bm=new V(1102,!0),cm=new V(260),dm=new V(1148),em=new V(1149),fm=new
V(1133),gm=new al(1072,.75),hm=new V(290),im=new V(190),jm=new V(1036,!0),km=new
V(154),lm=new V(1147),mm=new V(380254521),nm=new V(381914117),om=new V(83),pm=new
V(360245598),qm=new al(1927),rm=new bl(1934,
["A8FHS1NmdCwGqD9DwOicnHHY+y27kdWfxKa0YHSGDfv0CSpDKRHTQdQmZVPDUdaFWUsxdgVxlwAd6o+dh
JykPA0AAACWeyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiQ29u
dmVyc2lvbk1lYXN1cmVtZW50IiwiZXhwaXJ5IjoxNjQzMTU1MTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXN
UaGlyZFBhcnR5Ijp0cnVlLCJ1c2FnZSI6InN1YnNldCJ9",
"A8zdXi6dr1hwXEUjQrYiyYQGlU3557y5QWDnN0Lwgj9ePt66XMEvNkVWOEOWPd7TP9sBQ25X0Q15Lr1Nn4
oGFQkAAACceyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlI
joiQ29udmVyc2lvbk1lYXN1cmVtZW50IiwiZXhwaXJ5IjoxNjQzMTU1MTk5LCJpc1N1YmRvbWFpbiI6dHJ1
ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlLCJ1c2FnZSI6InN1YnNldCJ9","A4/
Htern2udN9w3yJK9QgWQxQFruxOXsXL7cW60DyCl0EZFGCSme/J33Q/
WzF7bBkVvhEWDlcBiUyZaim5CpFQwAAACceyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXRhZ3NlcnZpY2VzL
mNvbTo0NDMiLCJmZWF0dXJlIjoiQ29udmVyc2lvbk1lYXN1cmVtZW50IiwiZXhwaXJ5IjoxNjQzMTU1MTk5
LCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlLCJ1c2FnZSI6InN1YnNldCJ9"]),
sm=new V(77),tm=new V(78),um=new V(309),vm=new V(1953,!0),wm=new V(1960),xm=new
V(80),ym=new V(76),zm=new V(81),Am=new V(1957),Bm=new V(380025941),Cm=new
V(84),Dm=new V(188),Em=new V(1928),Fm=new V(1941),Gm=new V(370946349),Hm=new
V(392736476),Im=new al(406149835),Jm=new
bl(1932,["AxujKG9INjsZ8/gUq8+dTruNvk7RjZQ1oFhhgQbcTJKDnZfbzSTE81wvC2Hzaf3TW4avA76LT
ZEMdiedF1vIbA4AAABueyJvcmlnaW4iOiJodHRwczovL2ltYXNkay5nb29nbGVhcGlzLmNvbTo0NDMiLCJm
ZWF0dXJlIjoiVHJ1c3RUb2tlbnMiLCJleHBpcnkiOjE2NTI3NzQ0MDAsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0
=",
"Azuce85ORtSnWe1MZDTv68qpaW3iHyfL9YbLRy0cwcCZwVnePnOmkUJlG8HGikmOwhZU22dElCcfrfX2Hh
rBPAkAAAB7eyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiVHJ1c
3RUb2tlbnMiLCJleHBpcnkiOjE2NTI3NzQ0MDAsImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHki
OnRydWV9","A16nvcdeoOAqrJcmjLRpl1I6f3McDD8EfofAYTt/P/H4/
AWwB99nxiPp6kA0fXoiZav908Z8etuL16laFPUdfQsAAACBeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXRh
Z3NlcnZpY2VzLmNvbTo0NDMiLCJmZWF0dXJlIjoiVHJ1c3RUb2tlbnMiLCJleHBpcnkiOjE2NTI3NzQ0MDA
sImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9",
"AxBHdr0J44vFBQtZUqX9sjiqf5yWZ/OcHRcRMN3H9TH+t90V/
j3ENW6C8+igBZFXMJ7G3Pr8Dd13632aLng42wgAAACBeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRp
Y2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiVHJ1c3RUb2tlbnMiLCJleHBpcnkiOjE2NTI3NzQ0MDAsIml
zU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9","A88BWHFjcawUfKU3lIejLoryXoyjooB
XLgWmGh+hNcqMK44cugvsI5YZbNarYvi3roc1fYbHA1AVbhAtuHZflgEAAAB2eyJvcmlnaW4iOiJodHRwcz
ovL2dvb2dsZS5jb206NDQzIiwiZmVhdHVyZSI6IlRydXN0VG9rZW5zIiwiZXhwaXJ5IjoxNjUyNzc0NDAwL
CJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ=="]),
Km=new al(397907552,500),Lm=new al(1935);function Mm(){var
a={};this.B=function(b,c){return null!=a[b]?a[b]:c};this.C=function(b,c){return
null!=a[b]?a[b]:c};this.j=function(b,c){return null!=a[b]?a[b]:c};this.l=function()
{};this.A=function(){}}function W(a){return dj(Mm).B(a.j,a.defaultValue)}function
Nm(a){return dj(Mm).C(a.j,a.defaultValue)};function Om(){this.wasPlaTagProcessed=!
1;this.wasReactiveAdConfigReceived={};this.adCount={};this.wasReactiveAdVisible={};
this.stateForType={};this.reactiveTypeEnabledInAsfe={};this.wasReactiveTagRequestSe
nt=!
1;this.reactiveTypeDisabledByPublisher={};this.tagSpecificState={};this.messageVali
dationEnabled=!1;this.floatingAdsStacking=new
Pm;this.sideRailProcessedFixedElements=new q.Set;this.sideRailAvailableSpace=new
q.Map}
function Qm(a){a.google_reactive_ads_global_state?
(null==a.google_reactive_ads_global_state.sideRailProcessedFixedElements&&(a.google
_reactive_ads_global_state.sideRailProcessedFixedElements=new
q.Set),null==a.google_reactive_ads_global_state.sideRailAvailableSpace&&(a.google_r
eactive_ads_global_state.sideRailAvailableSpace=new
q.Map)):a.google_reactive_ads_global_state=new Om;return
a.google_reactive_ads_global_state}
function Pm()
{this.maxZIndexRestrictions={};this.nextRestrictionId=0;this.maxZIndexListeners=[]}
;var Rm=728*1.38;function Sm(a){return a!=a.top?512:0}function Tm(a,b)
{return(a=Um(a).clientWidth)?a>(void 0===b?420:b)?32768:320>a?
65536:0:16384}function Vm(a){var b=Um(a).clientWidth;a=a.innerWidth;return(b=b&&a?
b/a:0)?1.05<b?262144:.95>b?524288:0:131072}function Wm(a){return Math.max(0,Xm(a,!
0)-Ym(a))}function Um(a){a=a.document;var b={};a&&(b="CSS1Compat"==a.compatMode?
a.documentElement:a.body);return b||{}}function Ym(a){return Um(a).clientHeight}
function Xm(a,b){var c=Um(a);return b?c.scrollHeight==Ym(a)?
c.offsetHeight:c.scrollHeight:c.offsetHeight}function Zm(a,b){return $m(b)||
10===b||!a.adCount?!1:1==b||2==b?!(!a.adCount[1]&&!a.adCount[2]):(a=a.adCount[b])?
1<=a:!1}function an(a,b){return a&&a.source?a.source===b||a.source.parent===b:!
1}function bn(a){return void 0===a.pageYOffset?(a.document.documentElement||
a.document.body.parentNode||a.document.body).scrollTop:a.pageYOffset}
function cn(a){return void 0===a.pageXOffset?(a.document.documentElement||
a.document.body.parentNode||a.document.body).scrollLeft:a.pageXOffset}function
dn(a){var b={},c;Array.isArray(a)?
c=a:a&&a.key_value&&(c=a.key_value);if(c)for(a=0;a<c.length;a++){var
d=c[a];if("key"in d&&"value"in d){var e=d.value;b[d.key]=null==e?
null:String(e)}}return b}function en(a,b,c,d,e){wi(c,b,
{c:e.data.substring(0,500),u:a.location.href.substring(0,500)},!0,.1);return!
0}function $m(a){return 26===a||27===a||40===a};function fn(a,b){b=void 0===b?
[]:b;var c=Date.now();return xb(b,function(d){return c-d<1E3*a})}function gn(a,b)
{try{var c=a.getItem("__lsv__");if(!c)return[];try{var d=JSON.parse(c)}catch(e)
{}if(!Array.isArray(d)||Ab(d,function(e){return!
t(Number,"isInteger").call(Number,e)}))return a.removeItem("__lsv__"),
[];d=fn(b,d);d.length||null==a||a.removeItem("__lsv__");return d}catch(e){return
null}}
function hn(a,b){var c;if(!(c=0>=b)&&!(c=null==a))
{try{a.setItem("__storage_test__","__storage_test__");var
d=a.getItem("__storage_test__");a.removeItem("__storage_test__");var
e="__storage_test__"===d}catch(f){e=!1}c=!e}return c?null:gn(a,b)}function jn(a)
{return!!a&&1>a.length};function kn(a,b,c){var d=0;try{d|=Sm(a),d|=Vm(a),d|
=Tm(a),d|=a.innerHeight>=a.innerWidth?0:8,d|=a.navigator&&/Android
2/.test(a.navigator.userAgent)?1048576:0,b&&!jn(hn(c,3600))&&(d|
=134217728),W(Bm)&&(d|=128)}catch(e){d|=32}return d};function ln()
{Zk.call(this);this.B=!1;this.j=null;this.D=!1}B(ln,Zk);ln.prototype.G=function(a)
{this.B=!!a.enableAma;var b=a.amaConfig;if(b)try{var c=$c(Gk,b)}catch(d)
{c=null}else c=null;this.j=c;Array.isArray(a.fillMessage)&&(this.D=!0);return!
0};var mn=(new Date).getTime();function nn(a){a=parseFloat(a);return isNaN(a)||
1<a||0>a?.05:a};function on(a,b){return
a.left<b.right&&b.left<a.right&&a.top<b.bottom&&b.top<a.bottom}function pn(a)
{a=yb(a,function(b){return new
oh(b.top,b.right,b.bottom,b.left)});a=qn(a);return{top:a.top,right:a.right,bottom:a
.bottom,left:a.left}}function qn(a){if(!a.length)throw Error("pso:box:m:nb");return
zb(a.slice(1),function(b,c)
{b.left=Math.min(b.left,c.left);b.top=Math.min(b.top,c.top);b.right=Math.max(b.righ
t,c.right);b.bottom=Math.max(b.bottom,c.bottom);return b},ph(a[0]))};function rn()
{this.l=new sn(this);this.j=0}rn.prototype.resolve=function(a)
{tn(this);this.j=1;this.B=a;un(this.l)};rn.prototype.reject=function(a)
{tn(this);this.j=2;this.A=a;un(this.l)};function tn(a){if(0!=a.j)throw
Error("Already resolved/rejected.");}function sn(a)
{this.j=a}sn.prototype.then=function(a,b){if(this.l)throw Error("Then functions
already set.");this.l=a;this.A=b;un(this)};
function un(a){switch(a.j.j){case 0:break;case 1:a.l&&a.l(a.j.B);break;case
2:a.A&&a.A(a.j.A);break;default:throw Error("Unhandled deferred
state.");}};function vn(a,b){wn(a).forEach(b,void 0)}function wn(a){for(var
b=[],c=a.length,d=0;d<c;d++)b.push(a[d]);return b};function xn()
{this.j={};this.l={}}p=xn.prototype;p.set=function(a,b){var
c=yn(a);this.j[c]=b;this.l[c]=a};p.remove=function(a){a=yn(a);this.j[a]=void
0;this.l[a]=void 0};p.get=function(a,b){a=yn(a);return void 0!==this.j[a]?
this.j[a]:b};function zn(a,b){return void 0!==a.j[yn(b)]}function An(a){var
b=[],c;for(c in a.j)void 0!==a.j[c]&&a.j.hasOwnProperty(c)&&b.push(a.l[c]);return
b}function Bn(a){var b=[],c;for(c in a.j)void 0!
==a.j[c]&&a.j.hasOwnProperty(c)&&b.push(a.j[c]);return b}p.tb=function(){return
An(this).length};
p.clear=function(){this.j={};this.l={}};function yn(a){return a instanceof Object?
String(Na(a)):a+""};function Cn(a){this.j=new xn;if(a)for(var b=0;b<a.length;+
+b)this.add(a[b])}Cn.prototype.add=function(a){this.j.set(a,!
0)};Cn.prototype.remove=function(a)
{this.j.remove(a)};Cn.prototype.contains=function(a){return zn(this.j,a)};var
Dn=new Cn("IMG AMP-IMG IFRAME AMP-IFRAME HR EMBED OBJECT VIDEO AMP-VIDEO INPUT
BUTTON SVG".split(" "));function En(a,b){var c=new Fn(a,b);return function(){return
Gn(c)}}function Fn(a,b){this.A=a;this.B=b;this.l=null;this.j=!1}function Gn(a)
{if(a.j)return!1;if(null==a.l)return Hn(a),!0;var b=a.l+1E3-(new
Date).getTime();if(1>b)return Hn(a),!0;In(a,b);return!0}function In(a,b){a.j=!
0;a.A.setTimeout(function(){a.j=!1;Hn(a)},b)}function Hn(a){a.l=(new
Date).getTime();a.B()};function Jn(a,b,c){this.A=a;this.j=b;this.l=c}function
Kn(a,b){return{top:a.j-b,right:a.A+a.l,bottom:a.j+b,left:a.A}};function Ln(a,b)
{this.j=a;this.l=b}Ln.prototype.getHeight=function(){return this.l};function Mn(a)
{return new Ln(Math.round(a.j),Math.round(a.l))}function Nn(a,b)
{a=a.getBoundingClientRect();return new Ln(a.top+bn(b),a.bottom-a.top)};function
On(a){var b=this;this.j=a;this.l=[];this.D=!
1;this.C=this.A=null;this.G=En(a,function(){if(null!=b.C){var c=Xm(b.j,!0)-
b.C;1E3<c&&Pn(b,c)}});this.B=null}On.prototype.init=function(a,b){var
c=this;null==a?(this.C=a=Xm(this.j,!
0),this.j.addEventListener("scroll",this.G),null!
=b&&b(a)):this.B=this.j.setTimeout(function(){c.init(void
0,b)},a)};On.prototype.Y=function(){null!
=this.B&&this.j.clearTimeout(this.B);this.j.removeEventListener("scroll",this.G);th
is.l=[];this.A=null};
function Qn(a,b){a.D?b(a.A):a.l.push(b)}function Pn(a,b){a.D=!
0;a.A=b;a.l.forEach(function(c){c(a.A)});a.l=[]};function Rn(a,b){return
a.reduce(function(c,d){return c.concat(b(d))},[])};function Sn(a){this.j=void
0===a?1:a}Sn.prototype.next=function(){var a=48271*this.j
%2147483647;this.j=0>2147483647*a?a+2147483647:a;return this.j/2147483647};function
Tn(a){this.j=a.slice(0)}p=Tn.prototype;p.forEach=function(a){var
b=this;this.j.forEach(function(c,d){return void a(c,d,b)})};p.filter=function(a)
{return new Tn(xb(this.j,a))};function Un(a,b,c){var d=[];a=z(a.j);for(var
e=a.next();!e.done;e=a.next())e=e.value,b(e)?d.push(e):c(e);return new
Tn(d)}p.apply=function(a){return new Tn(a(this.j.slice(0)))};p.sort=function(a)
{return new Tn(this.j.slice(0).sort(a))};p.get=function(a){return this.j[a]};
p.add=function(a){var b=this.j.slice(0);b.push(a);return new Tn(b)};function
Vn(a,b){a=a.j.slice(0);var c=new Sn(void 0===b?1:b);Ib(a,function(){return
c.next()});return new Tn(a)};function Wn(a){this.j=new
Cn(a)}Wn.prototype.contains=function(a){return this.j.contains(a)};function Xn(a)
{this.j=a;this.l=[]}function Yn(a,b,c){c=void 0===c?!
1:c;a.l.push(b);c&&b(a.j)}function Zn(a,b){a.j=b;wb(a.l,function(c)
{c(a.j)})}function $n(a,b){Yn(b,function(c){return Zn(a,c)},!
0)}Xn.prototype.map=function(a){var b=new Xn(a(this.j));Yn(this,function(c){return
Zn(b,a(c))});return b};function ao(a,b){this.j=a;this.l=b}function bo(a){return
null!=a.j?a.j.value:null}function co(a,b){null!
=a.j&&b(a.j.value)}ao.prototype.map=function(a){return null!=this.j?
(a=a(this.j.value),a instanceof ao?a:eo(a)):this};function fo(a,b){null!=a.j||
b(a.l);return a}function eo(a){return new ao({value:a},null)}function go(a){return
new ao(null,Error(a))}function ho(a){try{return eo(a())}catch(b){return new
ao(null,b)}};function io(){this.j=new xn}io.prototype.set=function(a,b){var
c=this.j.get(a);c||(c=new Cn,this.j.set(a,c));c.add(b)};function jo(a,b){var c=void
0===b.pc?void 0:b.pc,d=void 0===b.Sc?void 0:b.Sc,e=void 0===b.kd?void 0:b.kd;b=void
0===b.Kc?void 0:b.Kc;this.C=a;this.A=d;this.B=new Tn(c||
[]);this.l=b;this.j=e};function ko(a){var b=a.split("~").filter(function(e){return
0<e.length});a=new xn;b=z(b);for(var c=b.next();!c.done;c=b.next()){c=c.value;var
d=c.indexOf(".");-1==d?a.set(c,""):a.set(c.substring(0,d),c.substring(d+1))}return
a}function lo(a){var b=mo(a);a=[];b=z(b);for(var c=b.next();!c.done;c=b.next())
{c=c.value;var d=String(c.nb);a.push(c.Na+"."+(20>=d.length?
d:d.slice(0,19)+"_"))}return a.join("~")}
function mo(a){var b=[],c=a.B;c&&c.j.length&&b.push({Na:"a",nb:no(c)});null!
=a.A&&b.push({Na:"as",nb:a.A});null!=a.j&&b.push({Na:"i",nb:String(a.j)});null!
=a.l&&b.push({Na:"rp",nb:String(a.l)});b.sort(function(d,e){return
d.Na.localeCompare(e.Na)});b.unshift({Na:"t",nb:oo(a.C)});return b}function oo(a)
{switch(a){case 0:return"aa";case 1:return"ma";default:throw Error("Invalid slot
type"+a);}}function no(a){a=a.j.slice(0).map(po);a=JSON.stringify(a);return Dg(a)}
function po(a){var
b={};uc(a,7)&&(b.q=E(a,7));uc(a,2)&&(b.o=E(a,2));uc(a,5)&&(b.p=E(a,5));return
b};function qo(a,b){this.Zc=a;this.j=b}qo.prototype.ub=function(){return
this.j};function ro(a){var b=[].slice.call(arguments).filter(gf(function(e){return
null===e}));if(!b.length)return null;var c=[],d={};b.forEach(function(e)
{c=c.concat(e.Zc||[]);d=t(Object,"assign").call(Object,d,e.ub())});return new
qo(c,d)}
function so(a){switch(a){case 1:return new qo(null,
{google_ad_semantic_area:"mc"});case 2:return new qo(null,
{google_ad_semantic_area:"h"});case 3:return new qo(null,
{google_ad_semantic_area:"f"});case 4:return new qo(null,
{google_ad_semantic_area:"s"});default:return null}}function to(a){return null==a?
null:new qo(null,{google_placement_id:lo(a)})};function uo(a)
{K.call(this,a)}B(uo,K);function vo(a){try{var
b=a.localStorage.getItem("google_ama_settings");return b?$c(uo,b):null}catch(c)
{return null}}function wo(a,b){if(void 0!==a.wc){var c=vo(b);c||(c=new uo);void 0!
==a.wc&&F(c,2,a.wc);F(c,1,Ua()
+864E5);a=Yc(c);try{b.localStorage.setItem("google_ama_settings",a)}catch(d){}}else
if((a=vo(b))&&E(a,1)<Ua())try{b.localStorage.removeItem("google_ama_settings")}catc
h(d){}};function xo(a){if(1!=a.nodeType)var b=!1;else if(b="INS"==a.tagName)a:
{b=["adsbygoogle-placeholder"];a=a.className?a.className.split(/\s+/):[];for(var
c={},d=0;d<a.length;++d)c[a[d]]=!0;for(d=0;d<b.length;++d)if(!c[b[d]]){b=!1;break
a}b=!0}return b}function yo(a){return wn(a.querySelectorAll("ins.adsbygoogle-
ablated-ad-slot"))};function zo(a,b){a=(new bg(a)).createElement("DIV");var
c=a.style;c.width="100%";c.height="auto";c.clear=b?"both":"none";return a}
function Ao(a,b,c){switch(c){case
0:b.parentNode&&b.parentNode.insertBefore(a,b);break;case 3:if(c=b.parentNode){var
d=b.nextSibling;if(d&&d.parentNode!
=c)for(;d&&8==d.nodeType;)d=d.nextSibling;c.insertBefore(a,d)}break;case
1:b.insertBefore(a,b.firstChild);break;case
2:b.appendChild(a)}xo(b)&&(b.setAttribute("data-init-
display",b.style.display),b.style.display="block")}
function Bo(a){if(a&&a.parentNode){var
b=a.parentNode;b.removeChild(a);xo(b)&&(b.style.display=b.getAttribute("data-init-
display")||"none")}};function Co(a,b,c,d){d=void 0===d?0:d;if(W(Cl)){d=void 0===d?
0:d;var e=Do(b,c,d);if(e.init)
{for(c=b=e.init;c=e.Pb(c);)b=c;e={anchor:b,position:e.cc}}else
e={anchor:b,position:c};a["google-ama-order-
assurance"]=d;Ao(a,e.anchor,e.position)}else Ao(a,b,c)}
function Do(a,b,c){function d(f){f=Eo(f);return null==f?!1:c>f}function e(f)
{f=Eo(f);return null==f?!1:c<f}switch(b){case
0:return{init:Fo(a.previousSibling,e),Pb:function(f){return
Fo(f.previousSibling,e)},cc:0};case 2:return{init:Fo(a.lastChild,e),Pb:function(f)
{return Fo(f.previousSibling,e)},cc:0};case
3:return{init:Fo(a.nextSibling,d),Pb:function(f){return
Fo(f.nextSibling,d)},cc:3};case 1:return{init:Fo(a.firstChild,d),Pb:function(f)
{return Fo(f.nextSibling,d)},cc:3}}throw Error("Un-handled RelativePosition: "+
b);}function Eo(a){return a.hasOwnProperty("google-ama-order-assurance")?a["google-
ama-order-assurance"]:null}function Fo(a,b){return a&&b(a)?a:null};function Go(a,b)
{try{return(void 0===b?0:b)?(new Uf(a.innerWidth,a.innerHeight)).round():fg(a||
window).round()}catch(c){return new Uf(-12245933,-12245933)}}function Ho(a){a=void
0===a?C:a;a=a.devicePixelRatio;return"number"===typeof a?
+a.toFixed(3):null}function Io(a,b){b=void 0===b?C:b;a=a.scrollingElement||
("CSS1Compat"==a.compatMode?a.documentElement:a.body);return new Tf(b.pageXOffset||
a.scrollLeft,b.pageYOffset||a.scrollTop)}
function Jo(a){try{return!(!a||!(a.offsetWidth||a.offsetHeight||
a.getClientRects().length))}catch(b){return!1}};function Ko(){this.j=[];this.l=-
1}Ko.prototype.set=function(a,b){b=void 0===b?!0:b;0<=a&&52>a&&0===a%1&&this.j[a]!
=b&&(this.j[a]=b,this.l=-1)};Ko.prototype.get=function(a){return!!
this.j[a]};function Lo(a){-1==a.l&&(a.l=zb(a.j,function(b,c,d){return c?
b+Math.pow(2,d):b},0));return a.l};var Mo={},No=(Mo[23]=.001,Mo[150]="",Mo[211]=!
1,Mo[253]=!
1,Mo[172]=null,Mo[246]=[],Mo[226]=[],Mo[252]=null,Mo[258]=null,Mo[251]=null,Mo[259]
=null,Mo[6]=function(a,b){b=void 0===b?!0:b;try{for(var c=null;c!
=a;c=a,a=a.parent)switch(a.location.protocol){case "https:":return!0;case
"file:":return b;case "http:":return!1}}catch(d){}return!0}
(window),Mo[36]=Jg("false"),Mo[148]=ej,Mo[221]=Jg("false"),Mo[260]=void
0,Mo),Oo,Po;Oo=null!==(Po=C.googletag)&&void 0!==Po?Po:C.googletag={cmd:[]};
t(Object,"assign").call(Object,No,Oo._vars_);Oo._vars_=No;var
Qo=y(["https://www.googletagservices.com/console/host/host.js"]),Ro=y(["https://
www.googletagservices.com/console/panel/index.html"]),So=y(["https://
www.googletagservices.com/console/overlay/index.html"]);S(Qo);S(Ro);S(So);function
To(a,b,c){b=b||a.google_ad_width;c=c||a.google_ad_height;if(a&&a.top==a)return!
1;var d=a.document,e=d.documentElement;if(b&&c){var f=1,g=1;a.innerHeight?
(f=a.innerWidth,g=a.innerHeight):e&&e.clientHeight?
(f=e.clientWidth,g=e.clientHeight):d.body&&(f=d.body.clientWidth,g=d.body.clientHei
ght);if(g>2*c||f>2*b)return!1}return!0}function Uo(a,b){Bg(a,function(c,d)
{b[d]=c})}
function Vo(a){var b=a.location.href;if(a==a.top)return{url:b,Fc:!0};var c=!
1,d=a.document;d&&d.referrer&&(b=d.referrer,a.parent==a.top&&(c=!0));
(a=a.location.ancestorOrigins)&&(a=a[a.length-1])&&-1==b.indexOf(a)&&(c=!
1,b=a);return{url:b,Fc:c}}function Wo(a){if(a==a.top)return 0;for(;a&&a!
=a.top&&tg(a);a=a.parent){if(a.sf_)return 2;if(a.$sf)return 3;if(a.inGptIF)return
4;if(a.inDapIF)return 5}return 1};function Xo(a,b){try{var
c=b.document.documentElement.getBoundingClientRect(),d=a.getBoundingClientRect();re
turn{x:d.left-c.left,y:d.top-c.top}}catch(e){return null}}function Yo(a,b){var
c=40===a.google_reactive_ad_format,d=16===a.google_reactive_ad_format;return!!
a.google_ad_resizable&&(!a.google_reactive_ad_format||c)&&!d&&!!b.navigator&&/
iPhone|iPod|iPad|Android|
BlackBerry/.test(b.navigator.userAgent)&&b===b.top}function Zo(a,b,c)
{a=a.style;"rtl"==b?a.marginRight=c:a.marginLeft=c}
function $o(a,b,c){a=Xo(b,a);return"rtl"==c?-a.x:a.x}function ap(a,b)
{b=b.parentElement;return b?(a=zg(b,a))?a.direction:"":""}function bp(a,b,c)
{if(0===$o(a,b,c))return!1;Zo(b,c,"0px");var d=$o(a,b,c);Zo(b,c,-
1*d+"px");a=$o(a,b,c);0!==a&&a!==d&&Zo(b,c,d/(a-d)*d+"px");return!0};var
cp=RegExp("(^| )adsbygoogle($| )");function dp(a,b){for(var c=0;c<b.length;c++){var
d=b[c],e=Zf(d.Jc);a[e]=d.value}}function ep(a,b,c,d,e,f)
{a=fp(a,e);a.pa.setAttribute("data-ad-format",d?d:"auto");gp(a,b,c,f);return
a}function gp(a,b,c,d){var e=[];if(d=d&&d.Zc)a.Ta.className=d.join("
");a=a.pa;a.className="adsbygoogle";a.setAttribute("data-ad-
client",b);c&&a.setAttribute("data-ad-slot",c);e.length&&a.setAttribute("data-ad-
channel",e.join("+"))}
function fp(a,b){var c=zo(a,b.clearBoth||!
1),d=c.style;d.textAlign="center";b.ac&&dp(d,b.ac);a=(new
bg(a)).createElement("INS");d=a.style;d.display="block";d.margin="auto";d.backgroun
dColor="transparent";b.Oc&&(d.marginTop=b.Oc);b.qc&&(d.marginBottom=b.qc);b.jb&&dp(
d,b.jb);c.appendChild(a);return{Ta:c,pa:a}}
function hp(a,b,c){b.dataset.adsbygoogleStatus="reserved";b.className+="
adsbygoogle-noablate";var d={element:b};c=c&&c.ub();if(b.hasAttribute("data-pub-
vars")){try{c=JSON.parse(b.getAttribute("data-pub-vars"))}catch(e)
{return}b.removeAttribute("data-pub-vars")}c&&(d.params=c);
(a.adsbygoogle=a.adsbygoogle||[]).push(d)}
function ip(a){var b=yo(a.document);wb(b,function(c){var
d=jp(a,c),e;if(e=d)e=Xo(c,a),e=!((e?e.y:0)<Ym(a));e&&(c.setAttribute("data-pub-
vars",JSON.stringify(d)),c.removeAttribute("height"),c.style.removeProperty("height
"),c.removeAttribute("width"),c.style.removeProperty("width"),hp(a,c))})}function
jp(a,b){b=b.getAttribute("google_element_uid");a=a.google_sv_map;if(!b||!a||!
a[b])return null;a=a[b];b={};for(var c in Kf)a[Kf[c]]&&(b[Kf[c]]=a[Kf[c]]);return
b};function kp(a,b){if(3==b.nodeType)return 3==b.nodeType?(b=b.data,a=-1!
=b.indexOf("&")?Wf(b,a.document):b,a=/\S/.test(a)):a=!1,a;if(1==b.nodeType){var
c=a.getComputedStyle(b);if("0"==c.opacity||"none"==c.display||"hidden"==c.visibilit
y)return!1;if((c=b.tagName)&&Dn.contains(c.toUpperCase()))return!
0;b=b.childNodes;for(c=0;c<b.length;c++)if(kp(a,b[c]))return!0}return!1}
function lp(a){if(460<=a)return
a=Math.min(a,1200),Math.ceil(800>a?a/4:200);a=Math.min(a,600);return 420>=a?
Math.ceil(a/1.2):Math.ceil(a/1.91)+130};function mp(){this.j={clearBoth:!
0}}mp.prototype.l=function(a,b,c,d){return
ep(d.document,a,null,null,this.j,b)};mp.prototype.A=function(a){return
lp(Math.min(a.screen.width||0,a.screen.height||0))};function np(a,b,c,d)
{this.B=a;this.l=b;this.A=c;this.j=d}function op(a,b){var
c=[];try{c=b.querySelectorAll(a.B)}catch(g){}if(!
c.length)return[];b=Fb(c);b=pp(a,b);"number"===typeof
a.l&&(c=a.l,0>c&&(c+=b.length),b=0<=c&&c<b.length?[b[c]]:[]);if("number"===typeof
a.A){c=[];for(var d=0;d<b.length;d++){var
e=qp(b[d]),f=a.A;0>f&&(f+=e.length);0<=f&&f<e.length&&c.push(e[f])}b=c}return b}
np.prototype.toString=function(){return
JSON.stringify({nativeQuery:this.B,occurrenceIndex:this.l,paragraphIndex:this.A,ign
oreMode:this.j})};function pp(a,b){if(null==a.j)return b;switch(a.j){case 1:return
b.slice(1);case 2:return b.slice(0,b.length-1);case 3:return b.slice(1,b.length-
1);case 0:return b;default:throw Error("Unknown ignore mode: "+a.j);}}function
qp(a){var b=[];vn(a.getElementsByTagName("p"),function(c)
{100<=rp(c)&&b.push(c)});return b}
function rp(a){if(3==a.nodeType)return a.length;if(1!
=a.nodeType||"SCRIPT"==a.tagName)return 0;var b=0;vn(a.childNodes,function(c)
{b+=rp(c)});return b}function sp(a){return 0==a.length||isNaN(a[0])?
a:"\\"+(30+parseInt(a[0],10))+" "+a.substring(1)};function tp(a){if(!a)return
null;var b=E(a,7);if(E(a,1)||a.getId()||0<vc(a,4).length){var
c=a.getId();b=vc(a,4);var
d=E(a,1),e="";d&&(e+=d);c&&(e+="#"+sp(c));if(b)for(c=0;c<b.length;c+
+)e+="."+sp(b[c]);a=(b=e)?new np(b,E(a,2),E(a,5),up(E(a,6))):null}else a=b?new
np(b,E(a,2),E(a,5),up(E(a,6))):null;return a}var vp={1:1,2:2,3:3,0:0};function
up(a){return null==a?a:vp[a]}
function wp(a){for(var b=[],c=0;c<a.length;c++){var
d=E(a[c],1),e=E(a[c],2);if(d&&null!=e){var f={};f.Jc=d;f.value=e;b.push(f)}}return
b}function xp(a,b){var c={};a&&(c.Oc=E(a,1),c.qc=E(a,2),c.clearBoth=!!
xc(a,3));b&&(c.ac=wp(J(b,Kj,3)),c.jb=wp(J(b,Kj,4)));return c}var
yp={1:0,2:1,3:2,4:3},zp={0:1,1:2,2:3,3:4};function Ap(a)
{this.j=a}Ap.prototype.l=function(a,b,c,d){return
ep(d.document,a,null,null,this.j,b)};Ap.prototype.A=function(){return
null};function Bp(a){this.l=a}Bp.prototype.j=function(a){a=Math.floor(a.l);var
b=lp(a),c={};return new qo(["ap_container"],
(c.google_reactive_ad_format=27,c.google_responsive_auto_format=16,c.google_max_num
_ads=1,c.google_ad_type=this.l,c.google_ad_format=a+"x"+b,c.google_ad_width=a,c.goo
gle_ad_height=b,c))};function Cp(a,b){this.A=a;this.l=b}Cp.prototype.j=function()
{return this.A};Cp.prototype.X=function(){return this.l};function Dp(a){this.j=a}
Dp.prototype.l=function(a,b,c,d){var e=0<J(this.j,nk,9).length?J(this.j,nk,9)
[0]:null,f=xp(I(this.j,pk,3),e);if(!e)return null;if(e=E(e,1)){d=d.document;var
g=c.tagName;c=(new
bg(d)).createElement(g);c.style.clear=f.clearBoth?"both":"none";"A"==g&&(c.style.di
splay="block");c.style.padding="0px";c.style.margin="0px";f.ac&&dp(c.style,f.ac);d=
(new
bg(d)).createElement("INS");f.jb&&dp(d.style,f.jb);c.appendChild(d);f={Ta:c,pa:d};f
.pa.setAttribute("data-ad-type","text");f.pa.setAttribute("data-native-settings-
key",e);
gp(f,a,null,b);a=f}else a=null;return a};Dp.prototype.A=function(){var
a=0<J(this.j,nk,9).length?J(this.j,nk,9)[0]:null;if(!a)return
null;a=J(a,Kj,3);for(var b=0;b<a.length;b++){var
c=a[b];if("height"==E(c,1)&&0<parseInt(E(c,2),10))return parseInt(E(c,2),10)}return
null};function Ep(a){this.j=a}Ep.prototype.l=function(a,b,c,d){if(!this.j)return
null;var e=this.j.google_ad_format||null,f=this.j.google_ad_slot||
null;if(c=c.style){for(var g=[],h=0;h<c.length;h++){var k=c.item(h);"width"!
==k&&"height"!==k&&g.push({Jc:k,value:c.getPropertyValue(k)})}c={jb:g}}else
c={};a=ep(d.document,a,f,e,c,b);a.pa.setAttribute("data-pub-
vars",JSON.stringify(this.j));return a};Ep.prototype.A=function(){return this.j?
parseInt(this.j.google_ad_height,10)||null:null};Ep.prototype.ub=function(){return
this.j};function Fp(a){this.l=a}Fp.prototype.j=function(){var a={};return new
qo([],
(a.google_ad_type=this.l,a.google_reactive_ad_format=26,a.google_ad_format="fluid",
a))};function Gp(a,b){this.A=a;this.l=b}Gp.prototype.X=function(){return
this.l};Gp.prototype.j=function(a){a=op(this.A,a.document);return 0<a.length?
a[0]:null};function Hp(a,b,c,d,e,f,g,h,k,l,m,n,r){l=void 0===l?null:l;m=void 0===m?
null:m;n=void 0===n?null:n;r=void 0===r?
null:r;this.G=a;this.C=b;this.L=c;this.H=d;this.Va=e;this.Gc=f;this.Ab=g?g:new
qk;this.j=h;this.M=k;this.D=l;this.l=m;this.B=n;this.O=r;this.I=[];this.A=!
1;this.J=new xn}function Ip(a){return a.C instanceof Ep?a.C.ub():null}function
Jp(a,b,c){zn(a.J,b)||a.J.set(b,[]);a.J.get(b).push(c)}Hp.prototype.P=function()
{return this.j};Hp.prototype.X=function(){return this.G.X()};
function Kp(a){return zo(a.j.document,a.H||!1)}function Lp(a){return a.C.A(a.j)}
function Mp(a,b,c,d){var e=a.Z();if(!e)return null;var f=tp(e);if(!f)return
null;var g=yp[a.X()];var h=void 0===g?null:g;if(null===h)return
null;g=(g=I(a,pk,3))?xc(g,3):null;f=new
Gp(f,h);h=vc(a,10).slice(0);uc(e,5)&&h.push(1);var k=d?d:{};d=E(a,12);e=uc(a,4)?
I(a,qk,4):null;switch(E(a,8)){case 1:return k=k.ee||null,new Hp(f,new
Ap(xp(I(a,pk,3),null)),k,g,0,h,e,c,b,d,a);case 2:return new Hp(f,new Dp(a),k.Ee||
new Fp("text"),g,1,h,e,c,b,d,a)}return null}
function Np(a,b,c){for(var d=[],e=0;e<a.length;e++){var f=Mp(a[e],e,b,c);null!
==f&&d.push(f)}return d}function Op(a){return a.A};var Pp={TABLE:{qb:new
Wn([1,2])},THEAD:{qb:new Wn([0,3,1,2])},TBODY:{qb:new Wn([0,3,1,2])},TR:{qb:new
Wn([0,3,1,2])},TD:{qb:new Wn([0,3])}};function Qp(a,b,c,d,e,f,g)
{this.A=a;this.ob=b.slice(0);this.j=c;this.lc=d;this.mc=e;this.B=f;this.l=g}Qp.prot
otype.P=function(){return this.l};function Rp(a){var b=rk();return new Hp(new
Cp(a.lc,a.mc),new Ap({clearBoth:!0}),null,!0,2,[],b,a.l,null,null,null,a.A,a.j)}
function Sp(a,b,c,d){var
e=c.childNodes,f=[];b=z(c.querySelectorAll(b));for(c=b.next();!c.done;c=b.next())
{c=c.value;var g=vb(e,c);0>g||f.push(new Qp(a,[c],g,c,3,ng(c).trim(),d))}return f}
function Tp(a,b,c){for(var d=[],e=[],f=b.childNodes,g=f.length,h=0,k="",l=0;l<g;l+
+){var m=f[l];if(1==m.nodeType||3==m.nodeType){if(1!=m.nodeType)var
n=null;else"BR"==m.tagName?n=m:
(n=c.getComputedStyle(m).getPropertyValue("display"),n="inline"==n||"inline-
block"==n?null:m);n?(d.length&&k&&e.push(new Qp(a,d,l-1,n,0,k,c)),d=[],h=l+1,k=""):
(d.push(m),m=ng(m).trim(),k+=m&&k?" "+m:m)}}d.length&&k&&e.push(new
Qp(a,d,h,b,2,k,c));return e}function Up(a,b){return a.j-b.j};function Vp(a,b,c)
{this.Ca=a;this.A=b.Lb;this.B=b.cd;this.j=b.articleStructure;this.l=c}function
Wp(a){return Eb(a.B?Tp(a.j,a.Ca,a.l):[],a.A?Sp(a.j,a.A,a.Ca,a.l):
[]).filter(function(b){var c=b.lc.tagName;c?(c=Pp[c.toUpperCase()],b=null!
=c&&c.qb.contains(b.mc)):b=!1;return!b})};function Xp(a){this.j=new
xn;this.l=a}function Yp(a,b){return Ab(b.ob,function(c){return Zp(a,c)})}function
Zp(a,b){if(!b)return!1;var c=Na(b),d=a.j.get(c);if(null!=d)return
d;if(1==b.nodeType&&("UL"==b.tagName||"OL"==b.tagName)&&"none"!
=a.l.getComputedStyle(b).getPropertyValue("list-style-type"))return a.j.set(c,!0),!
0;b=Zp(a,b.parentNode);a.j.set(c,b);return b};function $p(a,b)
{this.B=a;this.j=[];this.l=[];this.A=b};function aq(a,b){a=bq(a,b);var c=new
Xp(b);return Rn(a,function(d){var e={Dd:c},f=void 0===e?{}:e,g=void 0===f.Ce?!
1:f.Ce;e=void 0===f.Oe?3:f.Oe;f=void 0===f.Dd?null:f.Dd;var h=Wp(d);d=g;g=f;d=void
0===d?!1:d;e=void 0===e?3:e;g=void 0===g?null:g;if(2>e)throw Error("minGroupSize
should be at least 2, found "+e);h=h.slice(0);h.sort(Up);f=[];d=new
$p(d,g);h=z(h);for(g=h.next();!g.done;g=h.next())
{g=g.value;g={dc:g,Wb:51>g.B.length?!1:null!=d.A?!Yp(d.A,g):!0};if(d.B||g.Wb)
{if(d.j.length){var k=d.j[d.j.length-
1].dc;b:{var l=k.P();var m=k.ob[k.ob.length-1];k=g.dc.ob[0];if(m&&k){var
n=m.parentElement,r=k.parentElement;if(n&&r&&n==r)for(n=0,m=m.nextSibling;10>n&&m;)
{if(m==k){l=!0;break b}if(kp(l,m))break;m=m.nextSibling;n++}}l=!1}}else l=!0;l?
(d.j.push(g),g.Wb&&d.l.push(g.dc)):(d.j=[g],d.l=g.Wb?[g.dc]:[])}if(d.l.length>=e)
{if(1>=d.l.length)g=null;else{for(g=d.l[1];d.j.length&&!
d.j[0].Wb;)d.j.shift();d.j.shift();d.l.shift()}g&&f.push(g)}}return f})}
function bq(a,b){var c=new xn;a.forEach(function(d){var e=tp(I(d,Lj,1));if(e){var
f=e.toString();zn(c,f)||c.set(f,{articleStructure:d,Vd:e,Lb:null,cd:!
1});e=c.get(f);(d=(d=I(d,Lj,2))?E(d,7):null)?e.Lb=e.Lb?e.Lb+","+d:d:e.cd=!
0}});return Bn(c).map(function(d){var e=op(d.Vd,b.document);return e.length?new
Vp(e[0],d,b):null}).filter(function(d){return null!=d})};function cq(a)
{a=a.Ca.getBoundingClientRect();return 0<a.width&&0<a.height}function dq(a){var
b=0;a.forEach(function(c){return
b=Math.max(b,c.Ca.getBoundingClientRect().width)});return function(c){return
c.Ca.getBoundingClientRect().width>.5*b}}function eq(a){var b=Ym(a)||0;return
function(c){return c.Ca.getBoundingClientRect().height>=.75*b}}function fq(a,b)
{return a.Ca.getBoundingClientRect().top-b.Ca.getBoundingClientRect().top};function
gq(a){return(null==a?0:a.google_ad_slot)?eo(new jo(1,
{Sc:a.google_ad_slot})):go("Missing dimension when creating placement id")}function
hq(a){switch(a.Va){case 0:case 1:var b=a.l;null==b?a=null:(a=b.Z(),null==a?a=null:
(b=b.X(),a=null==b?null:new jo(0,{pc:[a],Kc:b})));return null!=a?eo(a):go("Missing
dimension when creating placement id");case 2:return a=iq(a),null!=a?
eo(a):go("Missing dimension when creating placement id");default:return go("Invalid
type: "+a.Va)}}
function iq(a){if(null==a||null==a.B)return null;var
b=I(a.B,Lj,1),c=I(a.B,Lj,2);if(null==b||null==c)return null;var
d=a.O;if(null==d)return null;a=a.X();return null==a?null:new jo(0,{pc:
[b,c],kd:d,Kc:zp[a]})};function jq(a,b,c)
{this.R=a;this.l=b;this.V=c;this.j=null}function kq(a){var b=Ip(a.R);return(b?
gq(b):hq(a.R)).map(function(c){return lo(c)})}function lq(a){a.j=a.j||kq(a);return
a.j}jq.prototype.Z=function(){return this.l};function mq(a,b){if(a.R.A)throw
Error("AMA:AP:AP");Co(b,a.Z(),a.R.X());a=a.R;a.A=!0;null!
=b&&a.I.push(b)}jq.prototype.fill=function(a,b){var c=this.R;
(a=c.C.l(a,b,this.l,c.j))&&mq(this,a.Ta);return a};var nq=sj(754,function(a,b){var
c=[],d=[];try{for(var e=[],f=0;f<a.length;f++){var
g=a[f],h=g.G.j(g.j);h&&e.push({vd:g,anchorElement:h})}for(f=0;f<e.length;f++)
{a=d;var k=a.push;var
l=e[f],m=l.anchorElement,n=l.vd,r=n.H,v=n.j.document.createElement("div");v.classNa
me="google-auto-placed";var
w=v.style;w.textAlign="center";w.width="100%";w.height="0px";w.clear=r?"both":"none
";var u=v;try{Co(u,m,n.X());var G=u}catch(O){throw Bo(u),O;}k.call(a,G)}var
N=bn(b),M=cn(b);for(f=0;f<d.length;f++){b=M;k=N;var H=
d[f].getBoundingClientRect(),R=e[f];c.push(new jq(R.vd,R.anchorElement,new
Jn(H.left+b,H.top+k,H.right-H.left)))}}finally{for(f=0;f<d.length;f+
+)Bo(d[f])}return c});function oq(a,b,c){this.j=a;this.C=b;this.B=c;this.l=!
1;this.A=0}oq.prototype.next=function(){if(!this.l){if(this.A>=this.B.length)var
a=null;else{a=this.B[this.A+
+].ob[0];if(Ma(a)&&1==a.nodeType)a=pq(this,a,0);else{var
b=this.j.document.createElement("div");Q(b,
{display:"none"});a.parentNode.insertBefore(b,a);a=pq(this,b,3)}a=nq([a],this.j)
[0]||null}if(a)return a;this.l=!0}return null};function pq(a,b,c){return new Hp(new
Cp(b,c),new Ap({}),null,!0,2,[],null,a.j,null,null,null,a.C.j,null)}
function qq(a,b){var c=Wp(b);c.sort(Up);return new oq(a,b,c)};function rq(a)
{this.l=a}rq.prototype.j=function(){return this.l.next()};var
sq={1:"0.5vp",2:"300px"},tq={1:700,2:1200},uq={},vq=(uq[1]={Fd:"3vp",Mc:"1vp",Ed:"0
.3vp"},uq[2]={Fd:"900px",Mc:"300px",Ed:"90px"},uq);function wq(a,b,c,d,e,f)
{this.A=a;this.C=b;this.D=c.sort(function(g,h){return g.adCount-
h.adCount});this.l=d;this.B=e;this.j=f}function xq(a){var b=yq(a);return
zq(b,Ym(a)||tq[b])}function Aq(a,b){a=z(a);for(var c=a.next();!
c.done;c=a.next())if(c=c.value,E(c,1)==b)return c;return null}
function Bq(a,b){if(void 0===a)return null;var c=[];a=z(a);for(var d=a.next();!
d.done;d=a.next()){d=d.value;var e=E(d,1),f=Cq(E(d,2),b);if("number"!==typeof e||
null===f)return null;c.push({adCount:e,Lc:{yb:f,sa:Cq(E(d,3),b)}})}return
c}function Dq(a,b){var c=Cq(E(a,2),b),d=Cq(E(a,5),b);if(null===c)return null;var
e=E(a,4);if(null==e)return null;var f=J(a,Wj,3);f=Bq(f,b);if(null===f)return
null;var g=I(a,Xj,7);return new wq(c,d,f,e,wc(a,6),g?Eq(g,b):void 0)}
function zq(a,b){a=Cq(sq[a],b);return new wq(null===a?Infinity:a,null,
[],3,null)}function Cq(a,b){if(!a)return null;var c=parseFloat(a);return isNaN(c)?
null:t(a,"endsWith").call(a,"px")?c:t(a,"endsWith").call(a,"vp")?c*b:null}function
yq(a){a=900<=Um(a).clientWidth;return rg()&&!a?1:2}function Fq(a,b,c)
{if(4>c)return[];var d=Math.ceil(c/2);return[{adCount:d,Lc:{yb:2*a,sa:2*b}},
{adCount:d+Math.ceil((c-d)/2),Lc:{yb:3*a,sa:3*b}}]}
function Eq(a,b){return{rd:Cq(E(a,2),b)||0,pd:E(a,3)||1,mb:Cq(E(a,1),b)||
0}};function Gq(a,b){this.j=a;this.l=b}function Hq(a,b,c){return on({top:a.j.top-
(c+1),right:a.j.right+(c+1),bottom:a.j.bottom+(c+1),left:a.j.left-
(c+1)},b.j)}function Iq(a){if(!a.length)return null;var b=pn(a.map(function(c)
{return c.j}));a=a.reduce(function(c,d){return c+d.l},0);return new
Gq(b,a)};function Jq(a){a=void 0===a?window:a;a=a.googletag;return(null===a||void
0===a?0:a.apiReady)?a:void 0};function Kq(a,b){var c=Lq(b,".google-auto-
placed"),d=Mq(b),e=Nq(b),f=Oq(b),g=Pq(b),h=Qq(b),k=Lq(b,"div.googlepublisherplugina
d"),l=[].concat(Lq(b,"iframe[id^=aswift_],iframe[id^=google_ads_frame]"),Lq(b,"ins.
adsbygoogle"));b=[];a=z([[a.Sb,c],[a.Ua,d],[a.De,e],[a.Tb,f],[a.Ub,g],[a.Ae,h],
[a.Be,k]]);for(c=a.next();!
c.done;c=a.next())d=z(c.value),c=d.next().value,d=d.next().value,!1===c?
b=b.concat(d):l=l.concat(d);l=Rq(l);a=Rq(b);b=l.slice(0);l=z(a);for(a=l.next();!
a.done;a=l.next())for(a=a.value,c=0;c<
b.length;c++)(a.contains(b[c])||b[c].contains(a))&&b.splice(c,1);return b}function
Sq(a){return!!a.className&&-1!=a.className.indexOf("google-auto-placed")}function
Tq(a){var b=Jq(a);return b?xb(yb(b.pubads().getSlots(),function(c){return
a.document.getElementById(c.getSlotElementId())}),function(c){return null!
=c}):null}function Lq(a,b){return Fb(a.document.querySelectorAll(b))}function Mq(a)
{return Lq(a,'ins.adsbygoogle[data-anchor-shown="true"]')}
function Nq(a){return Lq(a,"ins.adsbygoogle[data-ad-format=autorelaxed]")}function
Oq(a){return(Tq(a)||Lq(a,"div[id^=div-gpt-
ad]")).concat(Lq(a,"iframe[id^=google_ads_iframe]"))}
function Pq(a){return
Lq(a,"div.trc_related_container,div.OUTBRAIN,div[id^=rcjsload],div[id^=ligatusframe
],div[id^=crt-],iframe[id^=cto_iframe],div[id^=yandex_],
div[id^=Ya_sync],iframe[src*=adnxs],div.advertisement--appnexus,div[id^=apn-
ad],div[id^=amzn-native-ad],iframe[src*=amazon-
adsystem],iframe[id^=ox_],iframe[src*=openx],img[src*=openx],div[class*=adtech],div
[id^=adtech],iframe[src*=adtech],div[data-content-ad-placement=true],div.wpcnt
div[id^=atatags-]")}
function Qq(a){return Lq(a,"ins.adsbygoogle-ablated-ad-slot")}function Rq(a){var
b=[];a=z(a);for(var c=a.next();!c.done;c=a.next()){c=c.value;for(var d=!
0,e=0;e<b.length;e++){var f=b[e];if(f.contains(c)){d=!1;break}if(c.contains(f)){d=!
1;b[e]=c;break}}d&&b.push(c)}return b};var Uq=sj(453,Kq),Vq=sj(454,function(a,b)
{var c=Lq(b,".google-auto-
placed"),d=Mq(b),e=Nq(b),f=Oq(b),g=Pq(b),h=Qq(b);b=Lq(b,"div.googlepublisherplugina
d");return Rq([].concat(!0===a.Sb?c:[],!0===a.Ua?d:[],!0===a.De?e:[],!0===a.Tb?f:
[],!0===a.Ub?g:[],!0===a.Ae?h:[],!0===a.Be?b:[]))});function Wq(a,b,c)
{this.A=a;this.j=b.slice(0);this.B=c.slice(0);this.l=null}function Xq(a){return
a.j.map(function(b){return b.box})}function Yq(a){return a.j.reduce(function(b,c)
{return b+c.box.bottom-c.box.top},0)}function Zq(a,b,c){var
d=$q(a);b=ar(d,b,c);return new Wq(a,d,b)}function br(a){return 1<(a.bottom-
a.top)*(a.right-a.left)}
function $q(a){var b=Uq({Ua:!1},a),c=cn(a),d=bn(a);return b.map(function(e){var
f=e.getBoundingClientRect();return(e=Sq(e))||br(f)?{box:
{top:f.top+d,right:f.right+c,bottom:f.bottom+d,left:f.left+c},Di:e?
1:0}:null}).filter(gf(function(e){return null===e}))}function ar(a,b,c){return void
0!=b&&a.length<=(void 0!=c?c:8)?cr(a,b):yb(a,function(d){return new Gq(d.box,1)})}
function cr(a,b){a=yb(a,function(g){return new Gq(g.box,1)});for(var
c=[];0<a.length;){for(var d=a.pop(),e=!0;e;){e=!1;for(var f=0;f<a.length;f+
+)if(Hq(d,a[f],b)){d=Iq([d,a[f]]);Array.prototype.splice.call(a,f,1);e=!
0;break}}c.push(d)}return c};function dr(a,b,c){var d=Kn(c,b);return!
Ab(a,function(e){return on(e,d)})}function er(a,b,c,d,e){e=e.V;var
f=Kn(e,b),g=Kn(e,c),h=Kn(e,d);return!Ab(a,function(k){return on(k,g)||on(k,f)&&!
on(k,h)})}function fr(a,b,c,d){var e=Xq(a);if(dr(e,b,d.V))return!0;if(!
er(e,b,c.rd,c.mb,d))return!1;var f=new Gq(Kn(d.V,0),1);a=xb(a.B,function(g){return
Hq(g,f,c.mb)});b=zb(a,function(g,h){return g+h.l},1);return 0===a.length||b>c.pd?!
1:!0};function gr(a,b){function c()
{d.push({anchor:e.anchor,position:e.position});return
e.anchor==b.anchor&&e.position==b.position}for(var d=[],e=a;e;){switch(e.position)
{case 1:if(c())return d;e.position=2;case 2:if(c())return d;if(e.anchor.firstChild)
{e={anchor:e.anchor.firstChild,position:1};continue}else e.position=3;case
3:if(c())return d;e.position=4;case 4:if(c())return d}for(;e&&!
e.anchor.nextSibling&&e.anchor.parentNode!=e.anchor.ownerDocument.body;)
{e={anchor:e.anchor.parentNode,position:3};
if(c())return d;e.position=4;if(c())return d}e&&e.anchor.nextSibling?
e={anchor:e.anchor.nextSibling,position:1}:e=null}return d};function hr(a,b)
{this.l=a;this.j=b}
function ir(a,b){var c=new io,d=new Cn;b.forEach(function(e){if(Ic(e,fk,1,ik))
{e=Ic(e,fk,1,ik);if(I(e,dk,1)&&I(e,dk,1).Z()&&I(e,dk,2)&&I(e,dk,2).Z()){var
f=jr(a,I(e,dk,1).Z()),g=jr(a,I(e,dk,2).Z());if(f&&g)for(f=z(gr({anchor:f,position:I
(e,dk,1).X()},{anchor:g,position:I(e,dk,2).X()})),g=f.next();!
g.done;g=f.next())g=g.value,c.set(Na(g.anchor),g.position)}I(e,dk,3)&&I(e,dk,3).Z()
&&(f=jr(a,I(e,dk,3).Z()))&&c.set(Na(f),I(e,dk,3).X())}else Ic(e,gk,2,ik)?
kr(a,Ic(e,gk,2,ik),c):Ic(e,hk,3,ik)&&lr(a,Ic(e,
hk,3,ik),d)});return new hr(c,d)}function kr(a,b,c)
{I(b,Lj,1)&&(a=mr(a,I(b,Lj,1)))&&a.forEach(function(d)
{d=Na(d);c.set(d,1);c.set(d,4);c.set(d,2);c.set(d,3)})}function lr(a,b,c)
{I(b,Lj,1)&&(a=mr(a,I(b,Lj,1)))&&a.forEach(function(d){c.add(Na(d))})}function
jr(a,b){return(a=mr(a,b))&&0<a.length?a[0]:null}function mr(a,b){return(b=tp(b))?
op(b,a):null};function nr(){this.j=new q.Set}function or(a){a=pr(a);return
a.has("all")||a.has("after")}function qr(a){a=pr(a);return a.has("all")||
a.has("before")}function rr(a,b,c){switch(c){case 2:case 3:break;case 1:case
4:b=b.parentElement;break;default:throw Error("Unknown RelativePosition:
"+c);}for(c=[];b;){if(sr(b))return!
0;if(a.j.has(b))break;c.push(b);b=b.parentElement}c.forEach(function(d){return
a.j.add(d)});return!1}
function sr(a){var b=pr(a);return a&&("AUTO-ADS-EXCLUSION-AREA"===a.tagName||
b.has("inside")||b.has("all"))}function pr(a){return(a=a&&a.getAttribute("data-no-
auto-ads"))?new q.Set(a.split("|")):new q.Set};function tr(a){return function(b)
{return nq(b,a)}}function ur(a){var b=Ym(a);return b?Ta(vr,b+bn(a)):df}function
wr(a,b,c){if(0>a)throw Error("ama::ead:nd");if(Infinity===a)return df;var d=Xq(c||
Zq(b));return function(e){return dr(d,a,e.V)}}function xr(a,b,c,d){if(0>a||0>b.rd||
0>b.pd||0>b.mb)throw Error("ama::ead:nd");return Infinity===a?df:function(e){return
fr(d||Zq(c,b.mb),a,b,e)}}function yr(a){if(!a.length)return df;var b=new
Wn(a);return function(c){return b.contains(c.Va)}}
function zr(a){return function(b){b=z(b.Gc);for(var c=b.next();!
c.done;c=b.next())if(-1<a.indexOf(c.value))return!1;return!0}}function Ar(a){return
a.length?function(b){var c=b.Gc;return a.some(function(d){return-
1<c.indexOf(d)})}:ef}function Br(a,b){if(0>=a)return ef;var c=Um(b).scrollHeight-
a;return function(d){return d.V.j<=c}}function Cr(a){var
b={};a&&a.forEach(function(c){b[c]=!0});return function(c){return!b[E(c.Ab,2)||0]}}
function Dr(a){return a.length?function(b){return
t(a,"includes").call(a,E(b.Ab,2)||0)}:ef}function Er(a){return a.length?function(b)
{return t(a,"includes").call(a,E(b.Ab,1)||0)}:ef}function Fr(a,b){var
c=ir(a,b);return function(d){var e=d.Z();d=zp[d.R.X()];var
f=Na(e);f=c.l.j.get(f);if(!(f=f?f.contains(d):!1))a:
{if(c.j.contains(Na(e)))switch(d){case 2:case 3:f=!0;break a;default:f=!1;break
a}for(e=e.parentElement;e;){if(c.j.contains(Na(e))){f=!0;break
a}e=e.parentElement}f=!1}return!f}}
function Gr(){var a=new nr;return function(b){var c=b.Z();b=zp[b.R.X()];a:switch(b)
{case 1:var d=or(c.previousElementSibling)||qr(c);break a;case 4:d=or(c)||
qr(c.nextElementSibling);break a;case 2:d=qr(c.firstElementChild);break a;case
3:d=or(c.lastElementChild);break a;default:throw Error("Unknown RelativePosition:
"+b);}return!(d||rr(a,c,b))}}function vr(a,b){return b.V.j>=a}function Hr(a,b,c)
{c=c.V.l;return a<=c&&c<=b};function Ir(a,b)
{this.A=a;this.l=b}Ir.prototype.j=function(){for(var
a=ur(this.A),b=this.l.next();b;){if(a(b))return b;b=this.l.next()}return
null};function Jr(a,b){this.l=a;this.A=b}Jr.prototype.j=function(){var a=new sk;var
b=I(this.A.j,Lj,1);a=Ec(a,1,b);a=F(a,2,2);a=F(a,8,1);a=Np([a],this.l);return
nq(a,this.l)[0]||null};var Kr=y(["window.ga=window.ga||function(){(ga.q=ga.q||
[]).push(arguments)};ga.l=+new Date;"]);function Lr(a,b,c)
{a=a.createElement("script");cf(a,Dd(hd(c)));a.setAttribute("async","true");b.appen
dChild(a)}var Mr={},Nr=(Mr[1]="out_of_view",Mr);function Or(){var
a=this;this.promise=new q.Promise(function(b,c){a.resolve=b;a.reject=c})};function
Pr(){var a=new Or;return{promise:a.promise,resolve:a.resolve}};function Qr(a,b,c)
{c=void 0===c?function(){}:c;b.google_llp||(b.google_llp={});b=b.google_llp;var
d=b[a];if(d)return d;d=Pr();b[a]=d;c();return d}function Rr(a,b,c){return
Qr(a,b,function(){xg(b.document,c)}).promise};function Sr(a){this.l=a;this.j=!
1}function Tr(a,b){if(!a.j){var c=a.l.then(function(d)
{d.handleAdBreak({type:"preroll",name:"audiosense-
preroll",adBreakDone:b})});Oi(956,c);a.j=!0}}function Ur(a,b,c)
{a=Rr(7,a,c).then(function(d)
{d.init(b);d.handleAdConfig({preloadAdBreaks:"on",sound:"on"});return
d});Oi(915,a);return new Sr(a)};var Vr={qa:"ama_success",la:.1,Ea:!
0},Wr={qa:"ama_failure",la:.1,Ea:!0},Xr={qa:"ama_inf_scr",la:.1,Ea:!
0},Yr={qa:"ama_inf_scr",la:.1,Ea:!0},Zr={qa:"ama_coverage",la:.1,Ea:!0},
$r={qa:"ama_inf_scr",la:1,Ea:!0},as={qa:"ama_opt",la:.1,Ea:!
0},bs={qa:"ama_aud_sen",la:1,Ea:!0};function cs(a)
{this.G={};this.G.c=a;this.C=[];this.A=null;this.D=[];this.H=0}cs.prototype.bb=func
tion(a){this.G.wpc=a;return this};function ds(a,b){for(var c=0;c<b.length;c+
+)a.va(b[c]);return a}cs.prototype.va=function(a){for(var b=0;b<this.C.length;b+
+)if(this.C[b]==a)return this;this.C.push(a);return this};function es(a,b){a.A=a.A?
a.A:b;return a}
cs.prototype.B=function(a){var
b=od(this.G);0<this.H&&(b.t=this.H);b.err=this.C.join();b.warn=this.D.join();this.A
&&(b.excp_n=this.A.name,b.excp_m=this.A.message&&this.A.message.substring(0,512),b.
excp_s=this.A.stack&&Qi(this.A.stack,""));b.w=0<a.innerWidth?
a.innerWidth:null;b.h=0<a.innerHeight?a.innerHeight:null;return b};function fs(a)
{this.j=a}function gs(a,b,c)
{c=c.B(a.j);b.Ea&&(c.pvc=$g(a.j));0<b.la&&(c.r=b.la,T(b.qa,c,b.la))};function
hs(a,b,c,d,e)
{this.j=a;this.G=b;this.l=c;this.B=d;this.D=e;this.A=this.C=null}function is(a)
{return(a=I(a.l,Pj,3))?J(a,Rj,1).some(function(b){return 1===yc(b,1,0)}):!
1}function js(a){a.A.addEventListener("playing",function(){a.C.j||
(a.A.pause(),Tr(a.C,function(){return a.A.play()}))})}function ks(a,b){var
c;a=t(Object,"assign").call(Object,{},b,{vh:Ym(a.j),eid:null==(c=I(a.l,Sj,4))?void
0:Hc(c,2)});T(bs.qa,a,bs.la)}
function ls(a,b,c,d){var e,f=null==(e=I(b,kk,6))?void 0:J(e,mk,1);return f&&0!
=f.length?(b=I(b,Nj,27))?I(b,Oj,2)?eo(new hs(a,f,b,c,d)):go("No
AudioSenseConfig.PlacementConfig found"):go("No AudioSenseConfig found"):go("No
ArticleStructure found")};var ms=["-webkit-text-fill-color"];
function ns(){var a={"animation-delay":"0s","animation-
direction":"normal","animation-duration":"0s","animation-fill-
mode":"none","animation-iteration-count":"1","animation-name":"none","animation-
play-state":"running","animation-timing-function":"ease","background-
attachment":"scroll","background-blend-mode":"normal","background-clip":"border-
box","background-color":"rgba(0, 0, 0, 0)","background-image":"none","background-
origin":"padding-box","background-position":"0% 0%","background-repeat":"repeat",
"background-size":"auto","border-bottom-color":"rgb(0, 0, 0)","border-bottom-left-
radius":"0px","border-bottom-right-radius":"0px","border-bottom-
style":"none","border-bottom-width":"0px","border-collapse":"separate","border-
image-outset":"0px","border-image-repeat":"stretch","border-image-
slice":"100%","border-image-source":"none","border-image-width":"1","border-left-
color":"rgb(0, 0, 0)","border-left-style":"none","border-left-width":"0px","border-
right-color":"rgb(0, 0, 0)","border-right-style":"none",
"border-right-width":"0px","border-top-color":"rgb(0, 0, 0)","border-top-left-
radius":"0px","border-top-right-radius":"0px","border-top-style":"none","border-
top-width":"0px",bottom:"auto","box-shadow":"none","box-sizing":"content-
box","break-after":"auto","break-before":"auto","break-inside":"auto","caption-
side":"top",clear:"none",clip:"auto",color:"rgb(0, 0,
0)",content:"normal",cursor:"auto",direction:"ltr",display:"inline","empty-
cells":"show","float":"none","font-family":"Times","font-kerning":"auto",
"font-optical-sizing":"auto","font-size":"16px","font-stretch":"100%","font-
style":"normal","font-variant":"normal","font-variant-ligatures":"normal","font-
variant-caps":"normal","font-variant-numeric":"normal","font-variant-east-
asian":"normal","font-weight":"400",height:"auto","image-
rendering":"auto",isolation:"auto","justify-items":"normal","justify-
self":"auto",left:"auto","letter-spacing":"normal","line-height":"normal","list-
style-image":"none","list-style-position":"outside","list-style-type":"disc",
"margin-bottom":"0px","margin-left":"0px","margin-right":"0px","margin-
top":"0px","max-height":"none","max-width":"none","min-height":"0px","min-
width":"0px","mix-blend-mode":"normal","object-fit":"fill","object-position":"50%
50%","offset-distance":"0px","offset-path":"none","offset-rotate":"auto
0deg",opacity:"1",orphans:"2","outline-color":"rgb(0, 0, 0)","outline-
offset":"0px","outline-style":"none","outline-width":"0px","overflow-
anchor":"auto","overflow-wrap":"normal","overflow-x":"visible",
"overflow-y":"visible","padding-bottom":"0px","padding-left":"0px","padding-
right":"0px","padding-top":"0px","pointer-
events":"auto",position:"static",resize:"none",right:"auto","scroll-
behavior":"auto",speak:"normal","table-layout":"auto","tab-size":"8","text-
align":"start","text-align-last":"auto","text-decoration":"none solid rgb(0, 0,
0)","text-decoration-line":"none","text-decoration-style":"solid","text-decoration-
color":"rgb(0, 0, 0)","text-decoration-skip-ink":"auto","text-underline-
position":"auto",
"text-indent":"0px","text-rendering":"auto","text-shadow":"none","text-size-
adjust":"auto","text-overflow":"clip","text-transform":"none",top:"auto","touch-
action":"auto","transition-delay":"0s","transition-duration":"0s","transition-
property":"all","transition-timing-function":"ease","unicode-
bidi":"normal","vertical-align":"baseline",visibility:"visible","white-
space":"normal",widows:"2",width:"auto","will-change":"auto","word-
break":"normal","word-spacing":"0px","z-index":"auto",zoom:"1","-webkit-
appearance":"none",
"backface-visibility":"visible","-webkit-border-horizontal-spacing":"0px","-webkit-
border-image":"none","-webkit-border-vertical-spacing":"0px","-webkit-box-
align":"stretch","-webkit-box-decoration-break":"slice","-webkit-box-
direction":"normal","-webkit-box-flex":"0","-webkit-box-ordinal-group":"1","-
webkit-box-orient":"horizontal","-webkit-box-pack":"start","-webkit-box-
reflect":"none","column-count":"auto","column-gap":"normal","column-rule-
color":"rgb(0, 0, 0)","column-rule-style":"none","column-rule-width":"0px",
"column-span":"none","column-width":"auto","backdrop-filter":"none","align-
content":"normal","align-items":"normal","align-self":"auto","flex-
basis":"auto","flex-grow":"0","flex-shrink":"1","flex-direction":"row","flex-
wrap":"nowrap","justify-content":"normal","-webkit-font-smoothing":"auto","grid-
auto-columns":"auto","grid-auto-flow":"row","grid-auto-rows":"auto","grid-column-
end":"auto","grid-column-start":"auto","grid-template-areas":"none","grid-template-
columns":"none","grid-template-rows":"none",
"grid-row-end":"auto","grid-row-start":"auto","row-gap":"normal","-webkit-
highlight":"none",hyphens:"manual","-webkit-hyphenate-character":"auto","-webkit-
line-break":"auto","-webkit-line-clamp":"none","-webkit-locale":"auto","-webkit-
margin-before-collapse":"collapse","-webkit-margin-after-collapse":"collapse","-
webkit-mask-box-image":"none","-webkit-mask-box-image-outset":"0px","-webkit-mask-
box-image-repeat":"stretch","-webkit-mask-box-image-slice":"0 fill","-webkit-mask-
box-image-source":"none",
"-webkit-mask-box-image-width":"auto","-webkit-mask-clip":"border-box","-webkit-
mask-composite":"source-over","-webkit-mask-image":"none","-webkit-mask-
origin":"border-box","-webkit-mask-position":"0% 0%","-webkit-mask-
repeat":"repeat","-webkit-mask-
size":"auto",order:"0",perspective:"none","perspective-origin":"0px 0px","-webkit-
print-color-adjust":"economy","-webkit-rtl-ordering":"logical","shape-
outside":"none","shape-image-threshold":"0","shape-margin":"0px","-webkit-tap-
highlight-color":"rgba(0, 0, 0, 0.4)",
"-webkit-text-combine":"none","-webkit-text-decorations-in-effect":"none","-webkit-
text-emphasis-color":"rgb(0, 0, 0)","-webkit-text-emphasis-position":"over
right","-webkit-text-emphasis-style":"none","-webkit-text-orientation":"vertical-
right","-webkit-text-security":"none","-webkit-text-stroke-color":"rgb(0, 0, 0)","-
webkit-text-stroke-width":"0px",transform:"none","transform-origin":"0px
0px","transform-style":"flat","-webkit-user-drag":"auto","-webkit-user-
modify":"read-only","user-select":"auto",
"-webkit-writing-mode":"horizontal-tb","-webkit-app-region":"none","buffered-
rendering":"auto","clip-path":"none","clip-
rule":"nonzero",mask:"none",filter:"none","flood-color":"rgb(0, 0, 0)","flood-
opacity":"1","lighting-color":"rgb(255, 255, 255)","stop-color":"rgb(0, 0,
0)","stop-opacity":"1","color-interpolation":"srgb","color-interpolation-
filters":"linearrgb","color-rendering":"auto",fill:"rgb(0, 0, 0)","fill-
opacity":"1","fill-rule":"nonzero","marker-end":"none","marker-mid":"none","marker-
start":"none",
"mask-type":"luminance","shape-rendering":"auto",stroke:"none","stroke-
dasharray":"none","stroke-dashoffset":"0px","stroke-linecap":"butt","stroke-
linejoin":"miter","stroke-miterlimit":"4","stroke-opacity":"1","stroke-
width":"1px","alignment-baseline":"auto","baseline-shift":"0px","dominant-
baseline":"auto","text-anchor":"start","writing-mode":"horizontal-tb","vector-
effect":"none","paint-
order":"normal",d:"none",cx:"0px",cy:"0px",x:"0px",y:"0px",r:"0px",rx:"auto",ry:"au
to","caret-color":"rgb(0, 0, 0)",
"line-break":"auto"};wb(ms,function(b){delete a[b]});return a};function os(a)
{this.j=a}os.prototype.wa=function(a){var
b=a.document.createElement("div");Q(b,ns());Q(b,{width:"100%","max-
width":"1000px",margin:"auto"});b.appendChild(this.j);a=a.document.createElement("d
iv");Q(a,ns());Q(a,{width:"100%","text-align":"center",display:"block",padding:"5px
5px 2px","box-sizing":"border-box","background-
color":"#FFF"});a.appendChild(b);return a};function ps(a,b){return(b=I(b,kk,6))?
aq(J(b,mk,1),a).map(function(c){return Rp(c)}):[]};var qs={},rs={},ss={};function
ts(){throw Error("Do not instantiate
directly");}ts.prototype.rc=null;ts.prototype.wa=function(){return
this.content};ts.prototype.toString=function(){return this.content};function us(a)
{if(a.pb!==qs)throw Error("Sanitized content was not of kind HTML.");return
ie(a.toString(),a.rc||null)}function vs()
{ts.call(this)}Wa(vs,ts);vs.prototype.pb=qs;function ws(a){if(null!=a)switch(a.rc)
{case 1:return 1;case -1:return-1;case 0:return 0}return null}function xs(a){return
null!=a&&a.pb===qs?a:a instanceof fe?
ys(ge(a).toString(),a.La()):ys(String(String(a)).replace(zs,As),ws(a))}var
ys=function(a){function b(c){this.content=c}b.prototype=a.prototype;return
function(c,d){c=new b(String(c));void 0!==d&&(c.rc=d);return c}}(vs);function Bs(a)
{return a.replace(/<\//g,"<\\/").replace(/\]\]>/g,"]]\\>")}
function Cs(a){if(null!=a&&a.pb===qs){var
b=String;a=a.wa();a=String(a).replace(Ds,"").replace(Es,"&lt;");b=b(a).replace(Fs,A
s)}else b=String(a).replace(zs,As);return b}function Gs(a){function b(d,e,f)
{for(var g=Math.min(e.length-f,d.length),h=0;h<g;h++){var k=e[f+h];if(d[h]!
==("A"<=k&&"Z">=k?k.toLowerCase():k))return!1}return!0}a=String(a);for(var c=0;-1!
=(c=a.indexOf("<",c));){if(b("\x3c/script",a,c)||b("\
x3c!--",a,c))return"zSoyz";c+=1}return a}
function Hs(a){if(null==a)return" null ";if(null!=a&&a.pb===rs)return a.wa();if(a
instanceof vd)return wd(a).toString();if(a instanceof Ce){var
b;a=Fe(a);return(null===(b=we())||void 0===b?0:b.isScript(a))?
TrustedScript.prototype.toString.apply(a):a}switch(typeof a){case "boolean":case
"number":return" "+a+" ";default:return"'"+String(String(a)).replace(Is,Js)+"'"}}
function Ks(a){null!=a&&a.pb===ss?a=Bs(a.wa()):null==a?a="":a instanceof Sd?
a=Bs(Td(a)):a instanceof de?a=Bs(a instanceof de&&a.constructor===de?
a.j:"type_error:SafeStyleSheet"):(a=String(a),a=Ls.test(a)?a:"zSoyz");return a}var
Ms={"\x00":"&#0;","\t":"&#9;","\n":"&#10;","\v":"&#11;","\f":"&#12;","\r":"&#13;","
":"&#32;",'"':"&quot;","&":"&amp;","'":"&#39;","-":"&#45;","/":"&#47;","<":"&lt;","
=":"&#61;",">":"&gt;","`":"&#96;","\u0085":"&#133;","\u00a0":"&#160;","\
u2028":"&#8232;","\u2029":"&#8233;"};
function As(a){return Ms[a]}var Ns={"\x00":"\\x00","\b":"\\x08","\t":"\\t","\n":"\\
n","\v":"\\x0b","\f":"\\f","\r":"\\r",'"':"\\x22",$:"\\x24","&":"\\x26","'":"\\
x27","(":"\\x28",")":"\\x29","*":"\\x2a","+":"\\x2b",",":"\\x2c","-":"\\
x2d",".":"\\x2e","/":"\\/",":":"\\x3a","<":"\\x3c","=":"\\x3d",">":"\\x3e","?":"\\
x3f","[":"\\x5b","\\":"\\\\","]":"\\x5d","^":"\\x5e","{":"\\x7b","|":"\\
x7c","}":"\\x7d","\u0085":"\\x85","\u2028":"\\u2028","\u2029":"\\u2029"};function
Js(a){return Ns[a]}
var zs=/[\x00\x22\x26\x27\x3c\x3e]/g,Fs=/[\x00\x22\x27\x3c\x3e]/g,Is=/[\x00\x08-\
x0d\x22\x26\x27\/\x3c-\x3e\x5b-\x5d\x7b\x7d\x85\u2028\u2029]/g,Ls=/^(?!-
*(?:expression|(?:moz-)?binding))(?:(?:[.#]?-?(?:[_a-z0-9-]+)(?:-[_a-z0-9-]+)*-?|
(?:rgb|rgba|hsl|hsla|calc)\([-\u0020\t,+.!#%_0-9a-zA-Z]+\)|[-+]?(?:[0-9]+(?:\.[0-
9]*)?|\.[0-9]+)(?:e-?[0-9]+)?(?:[a-z]{1,4}|%)?|!important)(?:\s*[,\u0020]\s*|
$))*$/i,Ds=/<(?:!|\/?([a-zA-Z][a-zA-Z0-9:\-]*))(?:[^>'"]|"[^"]*"|'[^']*')*>/g,Es=/
</g;/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
function Os(a,b,c,d,e){this.j=a;this.l=b;this.host=c;this.language=d;this.A=e}
Os.prototype.init=function(){this.j.setAttribute("id","prose-
iframe");this.j.setAttribute("width","100%");this.j.setAttribute("height","100%");v
ar a=this.j,b=Ud({"box-sizing":"border-
box",border:"unset"});a.style.cssText=Td(b);a=this.l;b=this.host;var
c=this.language;a=ys('<div class="gcse-search" data-gname="'+Cs("auto-rs-prose")+'"
data-adclient="'+Cs(a)+'" data-as_sitesearch="'+Cs(b)+'"
data-gl="'+Cs(c)+'"></div>');a=us(a);b=ys("<style>.gsc-search-box {max-width: 520px
!important;}.gsc-input {padding-right: 0 !important;}.gsc-input-box {border-radius:
16px 0 0 16px !important;}.gsc-search-button-v2 {border-left: 0 !important; border-
radius: 0 16px 16px 0 !important; min-height: 30px !important; margin-left: 0 !
important;}.gsc-cursor-page, .gsc-cursor-next-page, .gsc-cursor-numbered-page
{color: #1a73e8 !important;}.gsc-cursor-chevron {fill: #1a73e8 !important;}.gsc-
cursor-box {text-align: center !important;}.gsc-cursor-current-page {color: #000 !
important;}.gcsc-find-more-on-google-root, .gcsc-find-more-on-google {display: none
!important;}</style>");
b=us(b);c={style:Ud({margin:0})};var d={src:Fd(id("https://cse.google.com/cse.js?
cx=9d449ff4a772956c6&language=%{lang}"),{lang:this.language})},e={},f={};for(h in
d)Object.prototype.hasOwnProperty.call(d,h)&&(f[h]=d[h]);for(var g in
e)Object.prototype.hasOwnProperty.call(e,g)&&(f[g]=e[g]);var
h=le("script",f);h=je("body",c,[a,b,h]);this.j.srcdoc=ge(h)};function Ps(a)
{this.j=Qm(a).floatingAdsStacking}function Qs(a,b){return new Rs(a,b)}function
Ss(a){a=Cg(a.j.maxZIndexRestrictions);return a.length?
Math.min.apply(null,a):null}function Ts(a){var
b=Ss(a);wb(a.j.maxZIndexListeners,function(c){return c(b)})}function Rs(a,b)
{this.l=a;this.A=b;this.j=null}function Us(a){if(null==a.j){var
b=a.l,c=a.A,d=b.j.nextRestrictionId++;b.j.maxZIndexRestrictions[d]=c;Ts(b);a.j=d}}
function Vs(a){if(null!=a.j){var b=a.l;delete
b.j.maxZIndexRestrictions[a.j];Ts(b);a.j=null}};function Ws(a,b,c)
{this.win=a;this.J=b;this.G=c;this.M=[];this.I=this.L=!1;this.W=this.Y=0;c=new
bg(a.document);this.H=c.Da("DIV",{"class":"cse-modal-
background",tabindex:1});a=c.Da("DIV",{"class":"cse-drawer-handle-
icon"});this.j=c.Da("DIV",{"class":"cse-drawer-handle"},a);this.D=c.Da("DIV",
{"class":"cse-drawer-contents"});this.l=c.Da("DIV",{"class":"cse-drawer-
scroller"},this.D);this.A=c.Da("DIV",{"class":"cse-
drawer"},this.j,this.l);this.C=c.Da("DIV",{"class":"cse-drawer-
container"},this.H,this.A);
this.O=c.Da("DIV",{"class":"cse-drawer-
root"});this.B=10;a=this.O.attachShadow({mode:"open"});b=a.appendChild;var
d=this.G;d=ys("<style>.cse-drawer-container {height: 100%; left: 0; position:
fixed; top: 0; transition: visibility 0s linear .5s; visibility: hidden; width:
100%; z-index: "+Ks(100002)+";}.cse-modal-background {background-color: black;
height: 100%; opacity: 0; position: absolute; transition: opacity .5s ease-in-out;
width: 100%;}.cse-drawer {bottom: 0; position: absolute; transform: translateY("+
Ks(d)+"px); transition: transform .5s ease-in-out; width: 100%;}.cse-drawer-handle
{align-items: flex-end; border-radius: 20px 20px 0 0; background: white; display:
flex; height: "+Ks(30)+"px; justify-content: center;}.cse-drawer-handle-icon
{background: #dadce0; border-radius: 2px; height: 4px; margin-bottom: 8px; width:
50px;}.cse-drawer-scroller {height: "+Ks(d)+"px; overflow: auto; scrollbar-width:
none;}.cse-drawer-scroller::-webkit-scrollbar {display: none;}.cse-drawer-contents
{background: white; min-height: "+
Ks(d)+"px; padding-top: "+Ks(10)+"px;}</style>");d=us(d);var
e=c.j;c=jg(e,"DIV");Ob?
(d=qe(ue,d),Mf(c,d),c.removeChild(c.firstChild)):Mf(c,d);if(1==c.childNodes.length)
c=c.removeChild(c.firstChild);else{for(d=e.createDocumentFragment();c.firstChild;)d
.appendChild(c.firstChild);c=d}b.call(a,c);a.appendChild(this.C);Q(this.O,ns())}Ws.
prototype.init=function(){this.win.document.body.appendChild(this.O);Xs(this)};
function Ys(a,b)
{for(;a.D.firstChild;)a.D.removeChild(a.D.firstChild);a.D.appendChild(b);a.l.scroll
Top=10}
function Zs(a){a.I=!1;a.L=!
1;a.A.style.transitionDuration=".5s";a.A.style.transform="translateY("+a.G+"px)";a.
H.style.opacity="0";a.C.style.transitionDelay=".5s";Jb(a.C.offsetHeight);a.C.style.
visibility="hidden";setTimeout(function()
{a.l.scrollTop=10;a.win.document.body.style.overflow=""},500);a.B=10;for(var
b=z(a.M),c=b.next();!c.done;c=b.next()){c=c.value;try{c()}catch(d)
{console.error(d)}}}function $s(a,b){a.M.push(b)}
function Xs(a){function b(){pf(a.l,"scroll",b);L(a.l,"scroll",function(){if(a.I)
{clearTimeout(a.Y);a.Y=setTimeout(function(){a.I&&at(a);a.W=a.l.scrollTop},66);var
c=a.B-a.l.scrollTop;a.l.scrollTop>a.B?
(bt(a,c),a.l.scrollTop=a.B):10>a.l.scrollTop&&(a.l.scrollTop=10,30>c?
bt(a,c):10>=a.W&&Zs(a))}})}L(a.H,"click",function(){return
Zs(a)});L(a.j,"click",function(){return Zs(a)});L(a.j,"mousedown",function()
{function c()
{at(a);pf(a.j,"mousemove",d);pf(a.j,"mouseup",c);pf(a.j,"mouseleave",c)}function
d(e){bt(a,
e.movementY)}L(a.j,"mousemove",d);L(a.j,"mouseup",c);L(a.j,"mouseleave",c)});L(a.j,
"touchstart",function(c){function d()
{at(a);pf(a.j,"touchmove",e);pf(a.j,"touchend",d);pf(a.j,"touchcancel",d)}function
e(g){g=g.touches[0];f&&bt(a,g.pageY-f.pageY);f=g}var
f=c.touches[0];L(a.j,"touchmove",e);L(a.j,"touchend",d);L(a.j,"touchcancel",d)});L(
a.l,"scroll",b)}
function ct(a,b){a.I=!0;0===b&&(a.L=!
0);a.win.document.body.style.overflow="hidden";a.C.style.transitionDelay="0s";a.C.s
tyle.visibility="visible";a.H.style.opacity=".5";a.A.style.transform="translateY("+
b+"px)"}function at(a){var b=dt(a);if(a.L)50<b?Zs(a):0!==b&&ct(a,0);else{var c=a.G-
a.J;b<c-50?ct(a,0):b>c+50?Zs(a):b!==c&&ct(a,a.G-a.J)}}
function bt(a,b){a.A.style.transitionDuration="0s";b=dt(a)+b;0>b&&(a.B-
=b,a.B=Math.min(a.B,a.l.scrollHeight-
a.l.offsetHeight),b=0);a.A.style.transform="translateY("+b+"px)";Jb(a.A.offsetHeigh
t);a.A.style.transitionDuration=".5s"}function dt(a){var b,c;a=null!
==(c=null===(b=a.win.getComputedStyle(a.A))||void 0===b?void 0:b.transform)&&void
0!==c?c:null;return(new DOMMatrix(a)).m42};function et()
{this.l={};this.j=0}et.prototype.A=function(a,b){a=this.l[b];if(!a)return
b;b="";a.kc&&(b+="<"+a.kc+a.attributes+">");a.hd&&(b+=a.hd);a.Nb&&(b+="</"+a.Nb+">"
);return b};et.prototype.kc=function(a,b){ke(a);return ft(this,
{kc:a,attributes:re(b)})};et.prototype.Nb=function(a){ke(a);return ft(this,
{Nb:a})};et.prototype.text=function(a){return ft(this,{hd:Vf(a)})};function ft(a,b)
{a.j++;var c="{SafeHtmlFormatter:"+a.j+"_"+Yf()+"}";a.l[Vf(c)]=b;return c};var
gt=y(["https://www.google.com/adsense/search/async-ads.js"]),ht=y(["(function(g,o)
{g[o]=g[o]||function(){(g[o]['q']=g[o]['q']||[]).push(arguments)},g[o]['t']=1*new
Date})(window,'_googCsa');"]),it=y(["https://cse.google.com/cse.js?
cx=9d449ff4a772956c6"]),Dh=y(["function(afsProperty, cseElementName, rsBlocks,
language, experimentId){\n function performSearch(query, rsToken) {\n
google.ads.autorscse.startProseSearch(query, rsToken);\n }\n
const pageOptions = {\n pubId: afsProperty,\n styleId:
'5134551505',\n hl: language,\n fexp: experimentId,\n
resultsPageBaseUrl: 'http://google.com',\n resultsPageQueryParam: 'q',\n
relatedSearchTargeting: 'content',\n relatedSearchResultClickedCallback:
performSearch,\n relatedSearchUseResultCallback: true,\n };\n
_googCsa('relatedsearch', pageOptions, rsBlocks);\n }"]);
function jt(a,b,c,d,e)
{this.A=a;this.H=b;this.C=d||"en";this.D=e;this.G=c.replace("ca","partner");this.L=
Qs(new Ps(a),1E5);this.l=new
bg(a.document);this.j=this.l.createElement("DIV");this.B=this.l.createElement("DIV"
);this.I=this.l.createElement("IFRAME");this.J=new
Os(this.I,this.G,a.location.host,this.C,this.D)}
jt.prototype.init=function(){if(0!=this.H.length&&!
this.A.document.querySelector('script[src*="cse.google.com/cse"]')){kt(this);var
a=this.l.createElement("SCRIPT");cf(a,S(gt));this.A.document.head.appendChild(a);a=
this.l.createElement("SCRIPT");a.type="text/javascript";var
b=Ee(ht[0]);a.textContent=Le(b);bf(a);this.A.document.head.appendChild(a);a=this.l.
createElement("SCRIPT");b=S(it);b=Bh(b,new
q.Map([["language",this.C]]));cf(a,b);this.A.document.head.appendChild(a);lt(this)}
};
function kt(a){function b()
{"flex"===a.j.style.display&&(a.j.style.display="none");a.B.classList.remove("gsc-
modal-background-image-visible");Vs(a.L)}a.j.id="cse-overlay-div";Q(a.j,
{"background-color":"white",border:"none","border-radius":"16px 16px 16px
16px","box-shadow":"0 3px 10px rgb(34 25 25 / 40%)",display:"none","flex-
direction":"column",height:"90%",left:"2.5%",margin:"auto",overflow:"auto",position
:"fixed",padding:"1%",top:"5%",transition:"all 0.25s linear",width:"95%","z-
index":100002});
var c=a.l.createElement("DIV");c.id="cse-overlay-close-button";Q(c,{"background-
image":"url(//www.google.com/images/nav_logo114.png)","background-position":"-140px
-230px","background-repeat":"no-
repeat",cursor:"pointer",display:"block","float":"right",height:"12px",opacity:1,po
sition:"absolute",right:"15px",top:"15px",width:"12px"});var
d=a.A.location.host,e=a.l.createElement("IMG");Ze(e,Od("https://www.google.com/s2/
favicons?sz=64&domain_url="+encodeURIComponent(d)));Q(e,
{display:"block","float":"left",
height:"16px",position:"absolute",left:"15px",top:"15px",width:"16px"});var
f=a.l.createElement("P");Ye(f,mt(a.C.trim().substring(0,2),t(d,"startsWith").call(d
,"www.")?d.slice(4):d));Q(f,{display:"inline-block","font-size":"16px","margin-
left":"35px","margin-top":"6px","margin-bottom":"unset"});a.B.classList.add("gsc-
modal-background-
image");a.B.setAttribute("tabindex",0);a.A.document.body.appendChild(a.j);a.A.docum
ent.body.appendChild(a.B);a.j.appendChild(e);a.j.appendChild(f);c.onclick=b;a.B.onc
lick=
b;a.j.appendChild(c);a.j.appendChild(a.I);a.J.init()}
function lt(a){var b=a.l.createElement("SCRIPT");b.type="text/javascript";var
c=a.H.map(function(d)
{return{container:d,relatedSearches:5}});Va("google.ads.autorscse.startProseSearch"
,function(d,e){Us(a.L);a.B.classList.add("gsc-modal-background-image-
visible");a.j.style.display="flex";var
f=a.J;f.j.contentWindow.google.search.cse.element.getElement("auto-rs-
prose").execute(d,void 0,{rsToken:e,afsExperimentId:f.A})});c=Ch()(a.G,"auto-rs-
prose",c,a.C,a.D);b.textContent=Le(c);bf(b);a.A.document.body.appendChild(b)}
function mt(a,b){var c=new et,d=c.kc("strong"),e=c.Nb("strong");b={en:"Search
results from "+d+b+e,de:"Suchergebnisse von "+d+b+e,ja:d+b+e+"\u304b\u3089\u306e\
u691c\u7d22\u7d50\u679c",fr:"R\u00e9sultats de recherche sur "+d+b+e,es:"Resultados
de b\u00fasqueda de "+d+b+e};a=b[a]||
b.en;b=Vf("SafeHtmlFormatter:");c=Vf(a).replace(new RegExp("\\{"+b+"[\\w&#;]
+\\}","g"),Sa(c.A,c,[]));return ie(c,null)};function nt(a,b,c,d)
{this.D=a;this.A=b;this.C=c;this.B=d||null;this.j=null;this.l=new
Xn(null)}nt.prototype.init=function(){var
a=ot(this);this.j=a.qe;mq(this.A,this.j);Zn(this.l,a.ke)};nt.prototype.remove=funct
ion()
{this.j&&this.j.parentNode&&this.j.parentNode.removeChild(this.j);this.j=null;Zn(th
is.l,null)};nt.prototype.G=function(){return this.l};function ot(a){var
b=Kp(a.A.R),c=a.C.wa(a.D,function(){return
a.remove()});b.appendChild(c);a.B&&(b.className=a.B);return{qe:b,ke:c}};function
pt(a,b,c){this.j=a;this.l=b;this.A=c}function qt(a,b){return a.V.j-b.V.j};function
rt(a,b,c){this.l=a;this.B=b;this.A=c;this.j=new Xn(!1)}
rt.prototype.wa=function(a,b,c,d){var
e=st(a,d),f=st(a),g=Pt(this,a),h=Qt(this,a,c);a=Rt(a);a.appendChild(e);a.appendChil
d(f);a.appendChild(g);a.appendChild(h);Yn(this.j,function(k){Q(e,
{display:k?"none":"inline"});Q(f,{display:k?"inline":"none"});k?(Q(g,{"line-
height":"24px","max-width":"100vw",opacity:"1",transition:"line-height 0s 50ms,
max-width 50ms, opacity 50ms 50ms"}),Q(h,{margin:"0px 12px 0px
8px",opacity:1,width:"24px",transition:"margin 100ms 50ms, opacity 50ms 50ms, width
100ms 50ms"})):(Q(g,
{"line-height":"0px","max-width":"0vw",opacity:"0",transition:"line-height 0s 50ms,
max-width 50ms 50ms, opacity 50ms"}),Q(h,
{margin:"0",opacity:"0",width:"0",transition:"margin 100ms, opacity 50ms, width
100ms"}))},!0);return a};
function Rt(a){a=a.document.createElement("ins");St(a);Q(a,
{"float":"left",display:"inline-flex",padding:"8px 0px","background-
color":"#FFF","border-radius":"0px 20px 20px 0px","box-shadow":"0px 1px 2px 0px
rgba(60,64,67,0.3), 0px 1px 3px 1px rgba(60,64,67,0.15)"});return a}
function
st(a,b){a=a.document.createElement("img");St(a);Nf(a,"https://www.gstatic.com/
adsense/autoads/icons/gpp_good_24px_grey_800.svg");Q(a,{margin:"0px 12px 0px
8px",width:"24px",height:"24px",cursor:null==b?"auto":"pointer"});b&&a.addEventList
ener("click",function(c){b();c.stopPropagation()});return a}
function Pt(a,b){var c=b.document.createElement("button");St(c);Q(c,
{display:"inline","line-
height":"24px",cursor:"pointer"});c.appendChild(b.document.createTextNode(a.l));c.a
ddEventListener("click",function(d){a.A();d.stopPropagation()});return c}
function
Qt(a,b,c){b=b.document.createElement("img");Nf(b,"https://www.gstatic.com/adsense/
autoads/icons/arrow_left_24px_grey_800.svg");b.setAttribute("aria-
label",a.B);St(b);Q(b,{margin:"0px 12px 0px
8px",width:"24px",height:"24px",cursor:"pointer"});b.addEventListener("click",funct
ion(d){c();d.stopPropagation()});return b}rt.prototype.gd=function(){return
40};rt.prototype.sd=function(){Zn(this.j,!1);return 0};rt.prototype.td=function()
{Zn(this.j,!0)};
function St(a){Q(a,ns());Q(a,{"font-family":"Arial,sans-serif","font-
weight":"bold","font-size":"14px","letter-spacing":"0.2px",color:"#3C4043","user-
select":"none"})};function Tt(a,b,c,d,e,f,g,h)
{this.C=a;this.D=b;this.H=c;this.l=d;this.G=e;this.B=void 0===f?null:f;this.j=void
0===g?null:g;this.A=void 0===h?null:h}
Tt.prototype.wa=function(a){var b=a.document.createElement("div");Ut(this,b);Q(b,
{display:"inline-flex",padding:"8px 0px","background-color":this.l});if(this.B){var
c=a.document.createElement("img");Nf(c,this.B);Ut(this,c);Q(c,{margin:"0px 8px 0px
0px",width:"24px",height:"24px"})}else
c=null;c&&b.appendChild(c);c=a.document.createElement("span");Ut(this,c);Q(c,
{"line-
height":"24px"});c.appendChild(a.document.createTextNode(this.C));b.appendChild(c);
c=Vt(this,a);c.appendChild(b);return this.A?Wt(this,
a,c,this.A):c};
function Wt(a,b,c,d){function e(h){h.matches?(Q(f,{"flex-
direction":"row"}),a.j&&Q(f,{"border-top":a.j,"border-bottom":a.j}),Q(g,{"margin-
left":"8px","text-align":"start"}),Q(c,{border:"0","margin-
right":"8px",width:"auto"})):(Q(f,{border:"0","flex-direction":"column"}),Q(g,
{"margin-left":"0","text-align":"center"}),Q(c,{"margin-
right":"0",width:"100%"}),a.j&&Q(c,{"border-top":a.j,"border-bottom":a.j}))}var
f=b.document.createElement("div");Q(f,ns());Q(f,{"align-
items":"center","background-color":a.l,display:"flex",
"justify-content":"center"});var
g=b.document.createElement("span");g.appendChild(b.document.createTextNode(d));Q(g,
ns());Q(g,{"font-family":"Arial,sans-serif","font-size":"12px",padding:"8px
0px"});b=b.matchMedia("(min-width:
768px)");e(b);b.addEventListener("change",e);f.appendChild(c);f.appendChild(g);retu
rn f}
function Vt(a,b){b=b.document.createElement("button");Ut(a,b);var
c={width:"100%","text-align":"center",display:"block",padding:"8px
0px","background-color":a.l};a.j&&(c["border-top"]=a.j,c["border-
bottom"]=a.j);Q(b,c);b.addEventListener("click",function(d)
{a.D();d.stopPropagation()});return b}function Ut(a,b){Q(b,ns());Q(b,{"font-
family":"Arial,sans-serif","font-weight":a.G,"font-size":"14px","letter-
spacing":"0.2px",color:a.H,"user-select":"none",cursor:"pointer"})};function
Xt(a,b){b=b.filter(function(c){return
5==E(I(c,qk,4),1)&&1==E(c,8)});b=Np(b,a);a=nq(b,a);a.sort(function(c,d){return
d.V.j-c.V.j});return a[0]||null};function
Yt(a){return!W(wm)&&/Firefox/.test(a)||/Android 2/.test(a)||/iPhone OS
[34]_/.test(a)||/Windows Phone (?:OS )?[67]/.test(a)||/MSIE.*Windows
NT/.test(a)||/Windows NT.*Trident/.test(a)}function Zt(a,b){for(var
c=a.innerWidth,d=a.innerHeight,e=d;e>b;){var f=$t(c,e-b,e);f=au(a,f);if(!f)return
d-e;e=f.getBoundingClientRect().top-1}return null}
function au(a,b,c){c=void 0===c?null:c;b=z(b);for(var d=b.next();!
d.done;d=b.next()){var e=a,f=d.value,g=c;g=void 0===g?
null:g;if(d=bu(e.document,f.x,f.y)){var h;if(!(h=cu(d,e,f,g)))a:{g=void 0===g?
null:g;h=e.document;for(d=d.offsetParent;d&&d!=h.body;d=d.offsetParent){var
k=cu(d,e,f,g);if(k){h=k;break a}}h=null}d=h||null}else d=null;if(d)return d}return
null}function bu(a,b,c){a.hasOwnProperty("_goog_efp_called_")||
(a._goog_efp_called_=a.elementFromPoint(b,c));return a.elementFromPoint(b,c)}
function $t(a,b,c){for(var d=[],e=0;3>e;e++)for(var f=0;3>f;f++){var
g=d;g.push.call(g,{x:f/2*a,y:b+e/2*(c-b)})}return d}function cu(a,b,c,d){d=void
0===d?null:d;if("fixed"!==Ih(a,"position"))return null;var
e="GoogleActiveViewInnerContainer"==a.getAttribute("class")||
1>=Lh(a).width&&1>=Lh(a).height?!0:!1;d&&wi(d,"ach_evt",
{url:b.location.href,tn:a.tagName,id:a.getAttribute("id"),cls:a.getAttribute("class
"),ign:e,pw:b.innerWidth,ph:b.innerHeight,x:c.x,y:c.y},!0,1);return e?null:a}var
du=90*1.38;function eu(a,b,c){var d=this;this.j=a;this.C=b;this.D=null;this.B=new
Xn(null);this.J=c||null;this.A=null;this.H=!
1;this.l=0;this.I=null;this.L=function(){return fu(d)}}eu.prototype.init=function()
{this.j.addEventListener("scroll",this.L);this.l=Wm(this.j);gu(this)};eu.prototype.
remove=function()
{this.A&&this.A.parentNode&&this.A.parentNode.removeChild(this.A);this.A=null;hu(th
is);Zn(this.B,null)};eu.prototype.G=function(){return this.B};function hu(a)
{a.j.removeEventListener("scroll",a.L)}
function fu(a){if(a.H){var b=bn(a.j);if(b>a.l+100||b<a.l-
100)iu(a),a.l=Wm(a.j)}a.I&&a.j.clearTimeout(a.I);a.I=a.j.setTimeout(function()
{return gu(a)},200)}function gu(a){var
b=Wm(a.j);a.l&&a.l>b&&(a.l=b);b=bn(a.j);b>=a.l-
100&&(a.l=Math.max(a.l,b),ju(a))}function iu(a){a.H=!1;var b=a.C.sd();switch(b)
{case 0:Zn(a.B,a.D);break;case 1:a.A&&(Q(a.A,
{display:"none"}),Zn(a.B,null));break;default:throw Error("Unhandled OnHideOutcome:
"+b);}}
function ju(a){a.A||(a.A=ku(a));Q(a.A,{display:"block"});a.H=!
0;a.C.td();Zn(a.B,a.D)}
function ku(a){var b=Zt(a.j,a.C.gd()+60);b=null==b?30:b+30;var
c=a.j.document.createElement("div");Q(c,ns());Q(c,
{position:"fixed",left:"0px",bottom:b+"px",width:"100vw","text-align":"center","z-
index":2147483642,display:"none","pointer-
events":"none"});a.D=a.C.wa(a.j,function(){return a.remove()},function()
{hu(a);iu(a)},function()
{hu(a);ju(a)});c.appendChild(a.D);a.J&&(c.className=a.J);a.j.document.body.appendCh
ild(c);return c};function lu(a,b,c,d,e)
{this.C=a;this.I=b;this.L=c;this.J=d;this.H=e;this.D=new Xn(0);this.B=new
Xn(null);this.l=this.A=this.j=null}lu.prototype.init=function(){var a=this;this.I?
(this.A=new nt(this.C,this.I,this.L,this.H),this.A.init(),
$n(this.B,this.A.G()),Zn(this.D,1),null==this.j&&(this.j=new
On(this.C),this.j.init(2E3)),Qn(this.j,function()
{mu(a);nu(a)})):nu(this)};lu.prototype.remove=function()
{mu(this);this.j&&(this.j.Y(),this.j=null)};lu.prototype.G=function(){return
this.B};
function nu(a){a.l=new eu(a.C,a.J,a.H);a.l.init();
$n(a.B,a.l.G());Zn(a.D,2)}function mu(a){Zn(a.D,0);null!
=a.A&&(a.A.remove(),a.A=null);null!=a.l&&(a.l.remove(),a.l=null)};function
ou(a,b,c,d,e){a=new lu(a,Xt(a,e),new Tt(b,d,"#FFF","#4A4A4A","normal"),new
rt(b,c,d),"google-dns-link-placeholder");a.init();return a};function pu(a){return
a.googlefc=a.googlefc||{}}function qu(a){a=pu(a);return a.ccpa=a.ccpa||{}};function
ru(a,b,c){this.j=a;this.A=Qs(b,2147483643);this.B=c;this.l=null}function su(a){var
b=pu(a.j);qu(a.j).overrideDnsLink=!0;b.callbackQueue=b.callbackQueue||
[];b.callbackQueue.push({INITIAL_CCPA_DATA_READY:function(){return
tu(a)}})}function tu(a){var
b=qu(a.j);if(uu(b.getInitialCcpaStatus(),b.InitialCcpaStatusEnum)){var
c=b.getLocalizedDnsText();b=b.getLocalizedDnsCollapseText();null!=c&&null!
=b&&(a.l=ou(a.j,c,b,function(){return vu(a)},a.B))}}
function vu(a){Us(a.A);qu(a.j).openConfirmationDialog(function(b)
{b&&a.l&&(a.l.remove(),a.l=null);Vs(a.A)})}function uu(a,b){switch(a){case
b.CCPA_DOES_NOT_APPLY:case b.OPTED_OUT:return!1;case b.NOT_OPTED_OUT:return!
0;default:return!0}};function wu(a,b,c,d)
{this.B=a;this.C=b;this.A=c;this.l=d;this.j=new Xn(!1)}
wu.prototype.wa=function(a,b,c,d){c=xu(a);var
e=yu(a,"https://www.gstatic.com/adsense/autoads/icons/gpp_good_24px_grey_800.svg",d
),f=yu(a,"https://www.gstatic.com/adsense/autoads/icons/
gpp_good_24px_grey_800.svg",this.l),g=zu(this,a),h=yu(a,"https://www.gstatic.com/
adsense/autoads/icons/close_24px_grey_700.svg",b,this.C);Q(h,{"margin-
left":"auto"});c.appendChild(e);c.appendChild(f);c.appendChild(g);c.appendChild(h);
var k=Au(this,a);a=Bu(a);a.appendChild(c);a.appendChild(k);Yn(this.j,function(l)
{Q(e,
{display:l?"none":"inline"});Q(f,{display:l?"inline":"none"});l?(Q(g,{"line-
height":"24px","max-width":"100vw",opacity:"1",transition:"line-height 0s 50ms,
max-width 50ms, opacity 50ms 50ms"}),Q(h,{"margin-
right":"12px",opacity:1,width:"24px",transition:"margin 50ms, opacity 50ms 50ms,
width 50ms"}),Q(k,{"border-width":"1px","line-height":"14px","max-
width":"100vw",opacity:"1",padding:"8px 32px",transition:"border-width 0s 50ms,
line-height 0s 50ms, max-width 50ms, opacity 50ms 50ms, padding 50ms"})):
(Q(g,{"line-height":"0px","max-width":"0vw",opacity:"0",transition:"line-height 0s
50ms, max-width 50ms 50ms, opacity 50ms"}),Q(h,{"margin-
right":"0",opacity:"0",width:"0",transition:"margin 50ms 50ms, opacity 50ms, width
50ms 50ms"}),Q(k,{"border-width":"0px","line-height":"0px","max-
width":"0vw",opacity:"0",padding:"0",transition:"border-width 0s 50ms, line-height
0s 50ms, max-width 50ms 50ms, opacity 50ms, padding 50ms 50ms"}))},!0);return a};
function Bu(a){a=a.document.createElement("div");Q(a,ns());Q(a,{"align-
items":"flex-start","background-color":"#FFF","border-radius":"0px 20px 20px
0px","box-shadow":"0px 1px 3px 1px rgba(60,64,67,0.5)",display:"inline-flex","flex-
direction":"column","float":"left"});return a}function xu(a)
{a=a.document.createElement("ins");Cu(a);Q(a,{display:"flex",padding:"8px
0px",width:"100%"});return a}
function yu(a,b,c,d)
{a=a.document.createElement("img");Nf(a,b);d&&a.setAttribute("aria-
label",d);Cu(a);Q(a,{margin:"0px 12px 0px
8px",width:"24px",height:"24px",cursor:"pointer"});a.addEventListener("click",funct
ion(e){c();e.stopPropagation()});return a}function zu(a,b){var
c=b.document.createElement("span");Cu(c);Q(c,{"line-
height":"24px",cursor:"pointer"});c.appendChild(b.document.createTextNode(a.B));c.a
ddEventListener("click",function(d){a.l();d.stopPropagation()});return c}
function Au(a,b){var
c=b.document.createElement("span");c.appendChild(b.document.createTextNode(a.A));Q(
c,ns());Q(c,{"border-top":"11px solid #ECEDED","font-family":"Arial,sans-
serif","font-size":"12px","line-height":"1414px",padding:"8px 32px","text-
align":"center"});return c}wu.prototype.gd=function(){return
71};wu.prototype.sd=function(){Zn(this.j,!1);return 0};wu.prototype.td=function()
{Zn(this.j,!0)};
function Cu(a){Q(a,ns());Q(a,{"font-family":"Arial,sans-serif","font-
weight":"bold","font-size":"14px","letter-spacing":"0.2px",color:"#1A73E8","user-
select":"none"})};function Du(a,b,c,d)
{this.B=a;this.j=Qs(b,2147483643);this.A=c;this.l=d}function Eu(a)
{Fu(a.l,function(b){var c=a.B,d=b.gf,e=b.ie,f=b.Yd;b=b.showRevocationMessage;(new
lu(c,Xt(c,a.A),new
Tt(d,b,"#1A73E8","#FFF","bold","https://www.gstatic.com/adsense/autoads/icons/
gpp_good_24px_blue_600.svg","2px solid #ECEDED",f),new wu(d,e,f,b),"google-
revocation-link-placeholder")).init()},function(){Vs(a.j)})};function Gu(a){if(!
a||!uc(a,1))return!1;a=E(a,1);switch(a){case 1:return!0;case 2:return!
1;default:throw Error("Unhandled AutoConsentUiStatus: "+a);}};function
Hu(a,b,c,d,e){this.l=a;this.A=b;this.j=c;this.C=d;this.B=e||null}
function Iu(a){if(!0!==a.l.adsbygoogle_ama_fc_has_run){var b=!1;Gu(a.j)&&(b=new
Du(a.l,a.C,a.B||J(a.j,sk,4),a.A),Us(b.j),Eu(b),b=!0);var
c;a:if((c=a.j)&&uc(c,3))switch(c=E(c,3),c){case 1:c=!0;break a;case 2:c=!1;break
a;default:throw Error("Unhandled AutoCcpaUiStatus: "+c);}else c=!1;c&&(su(new
ru(a.l,a.C,a.B||J(a.j,sk,4))),b=!0);if(c=(c=a.j)?!0===xc(c,5):!1)c=((c=a.j)?!
0===xc(c,6):!1)||W(am);c&&(b=!0);b&&(a.A.start(),a.l.adsbygoogle_ama_fc_has_run=!
0)}};function Ju(a,b,c,d,e,f){try{var g=a.j,h=yg("SCRIPT",g);h.async=!
0;cf(h,b);g.head.appendChild(h);h.addEventListener("load",function()
{e();d&&g.head.removeChild(h)});h.addEventListener("error",function(){0<c?Ju(a,b,c-
1,d,e,f):(d&&g.head.removeChild(h),f())})}catch(k){f()}}function Ku(a,b,c,d){c=void
0===c?function(){}:c;d=void 0===d?function(){}:d;Ju(ag(a),b,0,!1,c,d)};function
Lu(a){a=(void 0===a?null:a)||C;return a.googlefc||(a.googlefc={})};function Mu(a,b)
{function c(){if(!a.frames[b])if(d.body){var
e=yg("IFRAME",d);e.style.display="none";e.style.width="0px";e.style.height="0px";e.
style.border="none";e.style.zIndex="-1000";e.style.left="-1000px";e.style.top="-
1000px";e.name=b;d.body.appendChild(e)}else a.setTimeout(c,5)}var
d=a.document;c()};function Nu(){this.O=this.O;this.H=this.H}Nu.prototype.O=!
1;Nu.prototype.Y=function(){this.O||(this.O=!0,this.B())};function Ou(a,b){a.O?b():
(a.H||(a.H=[]),a.H.push(b))}Nu.prototype.B=function()
{if(this.H)for(;this.H.length;)this.H.shift()()};function Pu(a){void 0!
==a.addtlConsent&&"string"!==typeof a.addtlConsent&&(a.addtlConsent=void 0);void 0!
==a.gdprApplies&&"boolean"!==typeof a.gdprApplies&&(a.gdprApplies=void 0);return
void 0!==a.tcString&&"string"!==typeof a.tcString||void 0!==a.listenerId&&"number"!
==typeof a.listenerId?2:a.cmpStatus&&"error"!==a.cmpStatus?0:3}function Qu(a,b)
{b=void 0===b?
500:b;Nu.call(this);this.j=a;this.l=null;this.D={};this.G=0;this.C=b;this.A=null}B(
Qu,Nu);
Qu.prototype.B=function(){this.D={};this.A&&(pf(this.j,"message",this.A),delete
this.A);delete this.D;delete this.j;delete
this.l;Nu.prototype.B.call(this)};function Ru(a){return"function"===typeof
a.j.__tcfapi||null!=Su(a)}
function Tu(a,b){var c={internalErrorState:0},d=jf(function(){return b(c)}),e=0;-1!
==a.C&&(e=setTimeout(function()
{e=0;c.tcString="tcunavailable";c.internalErrorState=1;d()},a.C));Uu(a,"addEventLis
tener",function(f){f&&(c=f,c.internalErrorState=Pu(c),Vu(c)&&(0!
=c.internalErrorState&&(c.tcString="tcunavailable"),Uu(a,"removeEventListener",null
,c.listenerId),e&&(clearTimeout(e),e=0),d()))})}
Qu.prototype.addEventListener=function(a){function b(f,g){clearTimeout(e);f?
(c=f,c.internalErrorState=Pu(c),g&&0===c.internalErrorState||
(c.tcString="tcunavailable",g||(c.internalErrorState=3))):
(c.tcString="tcunavailable",c.internalErrorState=3);a(c)}var c={},d=jf(function()
{return a(c)}),e=0;-1!==this.C&&(e=setTimeout(function()
{c.tcString="tcunavailable";c.internalErrorState=1;d()},this.C));try{Uu(this,"addEv
entListener",b)}catch(f)
{c.tcString="tcunavailable",c.internalErrorState=3,e&&(clearTimeout(e),
e=0),d()}};Qu.prototype.removeEventListener=function(a)
{a&&a.listenerId&&Uu(this,"removeEventListener",null,a.listenerId)};
function Wu(a,b){var c={internalErrorState:0},d=jf(function(){return b(c)}),e=0;-1!
==a.C&&(e=setTimeout(function()
{c.tcString="tcunavailable";c.internalErrorState=1;d()},a.C));Uu(a,"addEventListene
r",function(f,g){e&&(clearTimeout(e),e=0);g&&(c=f);c.internalErrorState=Pu(c);0!
=c.internalErrorState&&(c.tcString="tcunavailable");if(0!=c.internalErrorState||
Vu(c))Uu(a,"removeEventListener",null,c.listenerId),d()})}function Xu(a){return new
q.Promise(function(b){Wu(a,b)})}
function Yu(a){var b=void 0===b?!1:b;if(Vu(a))if(!
1===a.gdprApplies||"tcunavailable"===a.tcString||void 0===a.gdprApplies&&!
b||"string"!==typeof a.tcString||!a.tcString.length)a=!0;else{var c=void
0===c?"755":c;b:
{if(a.publisher&&a.publisher.restrictions&&(b=a.publisher.restrictions["1"],void 0!
==b)){b=b[void 0===c?"755":c];break b}b=void 0}0===b?a=!1:a.purpose&&a.vendor?
(b=a.vendor.consents,(c=!(!b||!b[void
0===c?"755":c]))&&a.purposeOneTreatment&&"CH"===a.publisherCC?a=!0:
(c&&(a=a.purpose.consents,
c=!(!a||!a["1"])),a=c)):a=!0}else a=!1;return a}function Uu(a,b,c,d){c||
(c=function(){});if("function"===typeof a.j.__tcfapi)a=a.j.__tcfapi,a(b,2,c,d);else
if(Su(a)){Zu(a);var e=+
+a.G;a.D[e]=c;a.l&&(c={},a.l.postMessage((c.__tcfapiCall={command:b,version:2,callI
d:e,parameter:d},c),"*"))}else c({},!1)}function Su(a){if(a.l)return
a.l;a.l=Rg(a.j,"__tcfapiLocator");return a.l}
function Zu(a){a.A||(a.A=function(b){try{var c=("string"===typeof b.data?
JSON.parse(b.data):b.data).__tcfapiReturn;a.D[c.callId]
(c.returnValue,c.success)}catch(d){}},L(a.j,"message",a.A))}function Vu(a){if(!
1===a.gdprApplies)return!0;void
0===a.internalErrorState&&(a.internalErrorState=Pu(a));return"error"===a.cmpStatus|
|0!
==a.internalErrorState||"loaded"===a.cmpStatus&&("tcloaded"===a.eventStatus||"usera
ctioncomplete"===a.eventStatus)?!0:!1};function $u(a,b){this.j=a;this.l=b}
$u.prototype.start=function(){try{Mu(this.j,"googlefcPresent"),av(this)}catch(a)
{}};
function Fu(a,b,c){var d=Lu(a.j);d.callbackQueue=d.callbackQueue||
[];d.callbackQueue.push({CONSENT_DATA_READY:function(){var e=Lu(a.j),f=new
Qu(a.j);Ru(f)&&Tu(f,function(g){300===g.cmpId&&g.tcString&&"tcunavailable"!
==g.tcString&&b({gf:e.getDefaultConsentRevocationText(),ie:e.getDefaultConsentRevoc
ationCloseText(),Yd:e.getDefaultConsentRevocationAttestationText(),showRevocationMe
ssage:function(){return e.showRevocationMessage()}})});c()}})}
function av(a){var b=Fd(id("https://fundingchoicesmessages.google.com/i/%{id}?ers=%
{ers}"),{id:a.l,ers:2});Ku(a.j,b,function(){},function(){})};function bv(a,b,c){var
d=I(a,kk,6);if(!d)return[];c=aq(J(d,mk,1),c);return(a=Kk(a))&&xc(a,11)?
c.map(function(e){return Rp(e)}):c.map(function(e){var f=rk();return new Hp(new
Cp(e.lc,e.mc),new mp,new Bp(b),!0,2,[],f,e.l,null,null,null,e.A,e.j)})};function
cv(a){K.call(this,a,-1,dv)}B(cv,K);function ev(a){K.call(this,a,-
1,fv)}B(ev,K);function gv(a,b){return F(a,1,b)}function hv(a,b){return
Gc(a,2,b)}function iv(a){K.call(this,a)}B(iv,K);iv.prototype.getHeight=function()
{return yc(this,2,0)};var dv=[5],fv=[2];function jv(a){K.call(this,a)}B(jv,K);var
kv=[1,2];function lv(){}lv.prototype.j=function(a){return
mv(Math.floor(a.l))};function mv(a){a=Math.floor(a);var b={};return new
qo(["pedestal_container"],
(b.google_reactive_ad_format=30,b.google_phwr=2.189,b.google_ad_width=a,b.google_ad
_format="autorelaxed",b.google_full_width_responsive=!
0,b.google_enable_content_recommendations=!
0,b.google_content_recommendation_ui_type="pedestal",b))};var
nv={INTERSTITIAL:1,BOTTOM_ANCHOR:2,TOP_ANCHOR:3,gi:4,1:"INTERSTITIAL",2:"BOTTOM_ANC
HOR",3:"TOP_ANCHOR",4:"SCROLL_TRIGGERED_IMMERSIVE"};function ov(a){var b=["Could
not locate a suitable placement in the content below the
fold."],c,d;a=null===(c=Qm(a))||void 0===c?void 0:c.tagSpecificState[1];(c=null==a?
null:4===(null===(d=a.debugCard)||void 0===d?void 0:d.getAdType())?
a.debugCard:null)&&c.displayAdLoadedContent(b)};var pv={};function qv(a,b,c){var
d=rv(a,c,b);if(!d)return!0;for(var e=-1,f=c.D.l;d.zb&&d.zb.length;){var
g=d.zb.shift(),h=Lp(g.R),k=g.V.j,l=!!c.l.cb||!!c.l.hb||sv(c)||!!c.l.$c||k>e;h=!h||
h<=d.Jb;if(l&&h&&tv(c,g,{Hc:d.Jb})){e=k;if(d.Ha.j.length+1>=f)return!
0;d=rv(a,c,b);if(!d)return!0}}return c.B}
function rv(a,b,c){var d=b.D.l,e=b.D.B,f=b.D;f=Zq(b.P(),f.j?f.j.mb:void
0,d);if(f.j.length>=d)return null;e?(d=f.l||(f.l=Um(f.A).scrollHeight||null),e=!d||
0>d?-1:f.l*e-Yq(f)):e=void 0;a=null==e||50<=e?uv(b,f,
{types:a},c):null;return{Ha:f,Jb:e,zb:a}}pv[2]=Ta(function(a,b){a=uv(b,Zq(b.P()),
{types:a,Oa:xq(b.P())},2);if(0==a.length)return!0;for(var c=0;c<a.length;c+
+)if(tv(b,a[c]))return!0;return b.B?(b.C.push(11),!0):!1},[0]);pv[5]=Ta(qv,[0],5);
pv[3]=function(a){if(!a.B)return!1;var b=uv(a,Zq(a.P()),{types:
[0],Oa:xq(a.P())},3);if(0==b.length)return!0;for(var c=b.length-
1;0<=c;c--)if(tv(a,b[c]))return!0;a.C.push(11);return!0};function vv(a){var
b;a.l.Gd?b=new wq(0,null,[],3,null):b=xq(a.P());return{types:[0],Oa:b}}
function wv(a){var b=a.P().document.body.getBoundingClientRect().width;b=mv(b);var
c=a.A;var d=c.document.body,e=xv(c,d,null);if(e)c=e;else{if(c.document.body)
{e=Math.floor(c.document.body.getBoundingClientRect().width);for(var
f=[{element:c.document.body,depth:0,height:0}],g=-1,h=null;0<f.length;){var
k=f.pop(),l=k.element,m=k.height;0<k.depth&&m>g&&(g=m,h=l);if(5>k.depth)for(m=0;m<l
.children.length;m++){var n=l.children[m],r=n.getBoundingClientRect().width;
(null==r||null==e?0:r>=.9*e&&r<=1.01*e)&&
f.push({element:n,depth:k.depth+1,height:n.getBoundingClientRect().height})}}e=h}el
se e=null;c=e?xv(c,e.parentNode||
d,e):null}c&&(b=ro(a.L,b),d=ep(a.A.document,a.G,null,null,
{},b))&&(Co(d.Ta,c,2,256),yv(a,d,b))}function zv(a,b){var
c=vv(a);c.ic=[5];c=uv(a,Zq(a.P()),c,8);Av(a,c.reverse(),b)}function Av(a,b,c)
{b=z(b);for(var d=b.next();!d.done;d=b.next()){d=d.value;var e=c.j(d.V);if(tv(a,d,
{Rc:e}))return!0}return!1}
pv[8]=function(a){var b=a.P().document;if("complete"!=b.readyState)return
b.addEventListener("readystatechange",function(){return pv[8](a)},{once:!0}),!
0;if(!a.B)return!1;if(!a.vb())return!0;b=vv(a);b.
$a=[2,4,5];b=uv(a,Zq(a.P()),b,8);var c=new lv;if(Av(a,b,c))return!
0;if(a.l.bd)switch(a.l.ud||0){case 1:zv(a,c);break;default:wv(a)}return!
0};pv[6]=Ta(qv,[2],6);pv[7]=Ta(qv,[1],7);
pv[9]=function(a){var b=rv([0,2],a,9);if(!b||!b.zb)return
a.C.push(17),ov(a.P()),a.B;for(var c=z(b.zb),d=c.next();!d.done;d=c.next())
{d=d.value;var e=a.l.zc||null;if(null==e)var f=null;else{f=d.R;e=new
Bv(e,a.P());var g=new Cv;f=new Hp(f.G,(void 0===g?null:g)||f.C,(void 0===e?
null:e)||f.L,f.H,f.Va,f.Gc,f.Ab,f.j,f.M,f.D,f.l,f.B,f.O);f=new
jq(f,d.Z(),d.V)}if(f&&!(Lp(f.R)>b.Jb)&&tv(a,f,{Hc:b.Jb,Yc:!0}))return
a=f.R.I,b=d.R,a=0<a.length?a[0]:null,b.A=!0,null!=a&&b.I.push(a),!
0}a.C.push(17);ov(a.P());
return a.B};function Cv(){}Cv.prototype.l=function(a,b,c,d){b=void 0===b?
null:b;d=fp(d.document,{});gp(d,a,null,b);return d};Cv.prototype.A=function(a)
{return Ym(a)||0};function Dv(a,b,c)
{this.j=a;this.Ra=b;this.Ha=c}Dv.prototype.ia=function(a){return this.Ra?
xr(this.j,this.Ra,a,this.Ha):wr(this.j,a,this.Ha)};Dv.prototype.ka=function()
{return this.Ra?16:9};function Ev(a){this.Pa=a}Ev.prototype.ia=function(a){return
Fr(a.document,this.Pa)};Ev.prototype.ka=function(){return 11};function Fv(a)
{this.sa=a}Fv.prototype.ia=function(a){return
Br(this.sa,a)};Fv.prototype.ka=function(){return 13};function Gv()
{}Gv.prototype.ia=function(a){return ur(a)};Gv.prototype.ka=function(){return
12};function Hv(a){this.Ja=a}Hv.prototype.ia=function(){return
zr(this.Ja)};Hv.prototype.ka=function(){return 2};function Iv(a)
{this.j=a}Iv.prototype.ia=function(){return Cr(this.j)};Iv.prototype.ka=function()
{return 3};function Jv(){}Jv.prototype.ia=function(){return
Gr()};Jv.prototype.ka=function(){return 17};function Kv(a)
{this.ra=a}Kv.prototype.ia=function(){return
yr(this.ra)};Kv.prototype.ka=function(){return 1};function Lv()
{}Lv.prototype.ia=function(){return gf(Op)};Lv.prototype.ka=function(){return
7};function Mv(a){this.$a=a}Mv.prototype.ia=function(){return Ar(this.
$a)};Mv.prototype.ka=function(){return 6};function Nv(a)
{this.j=a}Nv.prototype.ia=function(){return Er(this.j)};Nv.prototype.ka=function()
{return 5};function Ov(a,b)
{this.minWidth=a;this.maxWidth=b}Ov.prototype.ia=function(){return
Ta(Hr,this.minWidth,this.maxWidth)};Ov.prototype.ka=function(){return 10};function
Pv(a)
{this.A=a.l.slice(0);this.j=a.j.slice(0);this.l=a.A;this.B=a.B;this.ra=a.ra}functio
n Qv(){this.A=0;this.B=!1;this.l=[].slice(0);this.j=[].slice(0)}function Rv(a){var
b=new Qv;b.ra=a;b.l.push(new Kv(a));return b}function Sv(a){a.l.push(new Lv);return
a}function Tv(a){a.j.push(new Gv);return a}Qv.prototype.build=function(){return new
Pv(this)};function Bv(a,b){this.l=a;this.A=b}Bv.prototype.j=function(){var
a=this.l,b=this.A,c=a.F||{};c.google_ad_client=a.Hb;c.google_ad_height=Ym(b)||
0;c.google_ad_width=Um(b).clientWidth||0;c.google_reactive_ad_format=9;b=new
Vk;F(b,1,a.B);a.j&&Ec(b,2,a.j);a.D&&F(b,3,!
0);c.google_rasc=Yc(b);a.Ib&&(c.google_adtest="on");return new
qo(["fsi_container"],c)};var Uv=lo(new jo(0,{})),Vv=lo(new jo(1,{}));function Wv(a)
{return a===Uv||a===Vv};function Xv(){this.j=new xn}function Yv(a,b,c){zn(a.j,b)||
a.j.set(b,[]);a.j.get(b).push(c)};function Zv(a)
{cs.call(this,a);this.l={}}B(Zv,cs);function $v(a,b)
{b&&(a.l.apv=E(b,4),uc(b,23)&&(a.l.sat=""+E(I(b,Nk,23),1)));return a}function
aw(a,b){a.l.afm=b.join(",");return a}Zv.prototype.I=function(a){null!
=a&&(this.l.allp=a);return this};Zv.prototype.B=function(a)
{try{this.l.su=a.location.hostname}catch(b)
{this.l.su="_ex"}a=cs.prototype.B.call(this,a);qd(a,this.l);return a};function
bw(a){return null==a?null:t(Number,"isInteger").call(Number,a)?
a.toString():a.toFixed(3)};function cw(a)
{Zv.call(this,0);t(Object,"assign").call(Object,this,a);this.j={}}B(cw,Zv);function
dw(a,b){a.j.op=ew(b)}function fw(a,b,c){gw(a,"fap",b);a.j.fad=ew(c)}function
hw(a,b,c){gw(a,"fmp",b);a.j.fmd=ew(c)}function iw(a,b,c)
{gw(a,"vap",b);a.j.vad=ew(c)}function jw(a,b,c)
{gw(a,"vmp",b);a.j.vmd=ew(c)}function kw(a,b,c)
{gw(a,"pap",b);a.j.pad=ew(c)}function lw(a,b,c)
{gw(a,"pmp",b);a.j.pmd=ew(c)}function mw(a,b){gw(a,"psq",b)}
cw.prototype.B=function(a)
{a=Zv.prototype.B.call(this,a);t(Object,"assign").call(Object,a,this.j);return
a};function gw(a,b,c){30>=c.length?a.j[b]=nw(c):
(a.j[b]=nw(c.slice(0,30)),a.j[b+"_c"]=c.length.toString())}function nw(a){return
a.map(function(b){var c;return null!=(c=null==b?void 0:b.toString())?
c:"null"}).join("~")}function ew(a){return null==a?"null":"string"===typeof a?
a:"boolean"===typeof a?a?"1":"0":t(Number,"isInteger").call(Number,a)?
a.toString():a.toFixed(3)};function ow(a)
{K.call(this,a)}B(ow,K);ow.prototype.Qb=function(){return
Hc(this,1)};ow.prototype.Bc=function(){return yc(this,2,0)};function pw(a)
{K.call(this,a,-1,qw)}B(pw,K);function rw(a,b){return Ac(a,1,b)}function sw(){var
a=new pw;rc(a);vc(a,2).push("irr");return a}function tw(a,b){return
F(a,3,b)}function uw(a,b){return F(a,4,b)}function vw(a,b){return F(a,5,b)}function
ww(a,b){return F(a,7,b)}function xw(a,b){return F(a,8,b)}function yw(a,b){return
F(a,9,b)}function zw(a,b){return Gc(a,10,b)}function Aw(a,b){return Ac(a,11,b)}var
qw=[1,2,10,11];function Bw(a){Cw(Dw,a,function(b){b.j=!0})}function Ew(a)
{Cw(Dw,a,function(b){b.l=!0})}function Fw(a){var b=Dw;Cw(b,a,function(c){c.A=!
0});b.I.push(a.R)}function Gw(a,b){Cw(Dw,a,function(c){c.Xa=b})}function Cw(a,b,c)
{var d=b.R;if(!zn(a.j,d)){var e;a.j.set(d,new Hw(null!=(e=bo(lq(b)))?
e:""))}c(a.j.get(d))}
function Iw(a,b,c){var d=[],e=0;b=z(c.filter(b));for(c=b.next();!c.done;c=b.next())
{c=c.value;var f=void 0;Wv(null!=(f=c.Xa)?f:"")?++e:(f=void 0,c=a.l.get(null!
=(f=c.Xa)?f:"",null),d.push(c))}return{list:d.sort(function(g,h){return(null!=g?g:-
1)-(null!=h?h:-1)}),Ya:e}}
function Jw(a,b){dw(b,a.l.tb());var c=Bn(a.j).filter(function(f){return
0===(t(f.ya,"startsWith").call(f.ya,Uv)?0:1)}),d=Bn(a.j).filter(function(f){return
1===(t(f.ya,"startsWith").call(f.ya,Uv)?0:1)}),e=Iw(a,function(f){return
f.j},c);fw(b,e.list,e.Ya);e=Iw(a,function(f){return
f.j},d);hw(b,e.list,e.Ya);e=Iw(a,function(f){return
f.l},c);iw(b,e.list,e.Ya);e=Iw(a,function(f){return
f.l},d);jw(b,e.list,e.Ya);c=Iw(a,function(f){return
f.A},c);kw(b,c.list,c.Ya);d=Iw(a,function(f){return f.A},d);lw(b,
d.list,d.Ya);mw(b,a.I.map(function(f){var g;return null==(g=a.j.get(f))?void
0:g.Xa}).map(function(f){var g;return null!=(g=a.l.get(f))?g:null}))}
function Kw(){var a=Dw;if(!a.B)return sw();var b,c,d=Aw(zw(yw(xw(ww(vw(uw(tw(rw(new
pw,null!=(b=a.B)?b:[]),a.C),a.G),a.H),a.J),a.L),null!=(c=a.D)?
c:0),Bn(a.j).map(function(e){var f;var g=new ow;g=F(g,1,e.ya);var h=a.l.get(null!
=(f=e.Xa)?f:"",-1);f=F(g,2,h);f=F(f,3,e.j);return F(f,4,e.l)})),a.I.map(function(e)
{var f;return null==(f=a.j.get(e))?void 0:f.Xa}).map(function(e){var f;return null!
=(f=a.l.get(e))?f:null}));null!=a.A&&F(d,6,a.A);return d}
function Hw(a){this.A=this.l=this.j=!1;this.Xa=null;this.ya=a}var Dw=new function()
{this.B=null;this.H=this.G=!1;this.A=null;this.L=this.C=this.J=!
1;this.D=null;this.l=new xn;this.j=new xn;this.I=[]};function Lw(a){this.j=void
0===a?0:a};function Mw(a){this.l=a;this.j=-1};function Nw(a){for(var b=0;a;)(!b||
a.previousElementSibling||a.nextElementSibling)&&b++,a=a.parentElement;return
b};function Ow(a){this.j=a;this.A=new xn;var b;this.B=((null==(b=I(a,zk,2))?void
0:J(b,Bk,1))||[]).map(function(c)
{return{Mb:ko(c.Qb()),Ye:c.Bc(),ya:c.Qb()}});this.l=[]}function Pw(a,b){var
c=a.B.filter(function(d){return An(d.Mb).every(function(e){return
d.Mb.get(e)===b.get(e)})});return 0===c.length?
(a.l.push(19),null):c.reduce(function(d,e){return d.Mb.tb()>e.Mb.tb()?d:e},c[0])}
function Qw(a,b){b=lq(b);if(null==b.j)return
a.l.push(18),null;b=b.j.value;if(zn(a.A,b))return a.A.get(b);var
c=ko(b);c=Pw(a,c);a.A.set(b,c);return c}function Rw(a,b){var
c;return(null==(c=Qw(a,b))?void 0:c.Ye)||Number.MAX_VALUE}function Sw(a,b)
{a=Qw(a,b);null!=(null==a?void 0:a.ya)&&Gw(b,a.ya)}function Tw(a,b){var c=Nm(gm)||
0;if(0==b.length||0==c)return!0;var d=(new Tn(b)).filter(function(e){var
f;e=(null==(f=Qw(a,e))?void 0:f.ya)||"";return""!=e&&!Wv(e)});return
c<=d.j.length/b.length};function Uw(a,b,c){c=void 0===c?null:c;this.A=new
Mw(a);this.l=new Lw(void 0===b?0:b);this.j=c&&new Ow(c)}function Vw(a,b){return
0==b.j.length?b:b.sort(function(c,d){return Rw(a.j,c)-Rw(a.j,d)})}function Ww(a,b)
{return 0==b.j.length?b:b.sort(function(c,d){return Xw(a,c)-Xw(a,d)})}function
Yw(a,b){return b.sort(function(c,d){var e=c.R.D,f=d.R.D,g;null==e||null==f?
g=null==e&&null==f?Xw(a,c)-Xw(a,d):null==e?1:-1:g=e-f;return g})}
function Xw(a,b){var
c=b.V.j,d=Math,e=d.min,f=b.Z(),g=b.R.X();c+=200*e.call(d,20,0==g||3==g?
Nw(f.parentElement):Nw(f));d=a.A;0>d.j&&(d.j=Um(d.l).scrollHeight||0);d=d.j-
b.V.j;c+=1E3<d?0:2*(1E3-d);a=a.l;b=b.Z();return c+("string"===typeof
b.className&&0<=b.className.indexOf("adsbygoogle-ablated-ad-slot")?a.j:0)};function
Zw(a,b,c,d){this.A=new Tn(a);this.j=new Uw(b,void 0===c?0:c,void 0===d?
null:d);this.l=b;this.B=new Xv}
function $w(a,b,c){c=void 0===c?0:c;for(var d=a.A,e=z(b.A),f=e.next();!
f.done;f=e.next())f=f.value,d=Un(d,f.ia(a.l),ax(f.ka(),c));e=d=d.apply(tr(a.l));var
g=z(b.j);for(f=g.next();!
f.done;f=g.next())f=f.value,e=Un(e,f.ia(a.l),bx(f.ka(),c));switch(b.l){case
1:e=Ww(a.j,e);break;case 2:e=Yw(a.j,e);break;case
3:e=Vw(a.j,e),d.forEach(function(k){Bw(k);var l;null==(l=a.j.j)||
Sw(l,k)}),e.forEach(function(k){return Ew(k)})}b.B&&(e=Vn(e,cx(a)));var
h;1===(null==(h=b.ra)?void 0:h.length)&&Yv(a.B,b.ra[0],{Vc:d.j.length,
Hd:e.j.length});return e.j.slice(0)}
Zw.prototype.find=function(a,b){var c=this;b=void 0===b?0:b;var d=a.ra?a.ra:
[0],e="number"===typeof a.qd?a.qd:0,f="number"===typeof a.minWidth?
a.minWidth:0,g="number"===typeof a.maxWidth?a.maxWidth:Infinity,h="number"===typeof
a.sa?a.sa:0,k=this.A;k=Un(Un(Un(Un(Un(Un(Un(k,yr(d),ax(1,b)),zr(a.Ja||
[]),ax(2,b)),Cr(a.xc||[]),ax(3,b)),Dr(a.Gi||[]),ax(4,b)),Er(a.ic||
[]),ax(5,b)),Ar(a.$a||[]),ax(6,b)),gf(Op),ax(7,b));var
l=k=k.apply(tr(this.l));l=a.lb&&a.Ra?
Un(l,xr(e,a.Ra,this.l,a.Ha),bx(16,b)):Un(l,wr(e,
this.l,a.Ha),bx(9,b));l=Un(l,Ta(Hr,f,g),bx(10,b));a.Pa&&(l=Un(l,Fr(this.l.document,
a.Pa),bx(11,b)));a.yc&&(l=Un(l,Gr(),bx(17,b)));l=Un(Un(l,ur(this.l),bx(12,b)),Br(h,
this.l),bx(13,b));a.hb?l=Yw(this.j,l):a.sf?(l=Vw(this.j,l),k.forEach(function(m)
{Bw(m);var n;null==(n=c.j.j)||Sw(n,m)}),l.forEach(function(m){return
Ew(m)})):l=Ww(this.j,l);a.cb&&(l=Vn(l,cx(this)));1===d.length&&Yv(this.B,d[0],
{Vc:k.j.length,Hd:l.j.length});return l.j.slice(0)};
function cx(a){a=a.l.location.href+a.l.localStorage.google_experiment_mod;for(var
b=0,c=0;c<a.length;++c)b=31*b+a.charCodeAt(c)>>>0;return b}function ax(a,b){return
function(c){return Jp(c,b,a)}}function bx(a,b){return function(c){return
Jp(c.R,b,a)}};function dx(a,b){if(!a)return!1;a=zg(a,b);if(!a)return!
1;a=a.cssFloat||a.styleFloat;return"left"==a||"right"==a}function ex(a)
{for(a=a.previousSibling;a&&1!=a.nodeType;)a=a.previousSibling;return a?
a:null}function fx(a){return!!a.nextSibling||!!a.parentNode&&fx(a.parentNode)};var
gx=!Ob&&!qb();function hx(a){if(/-[a-z]/.test("adFormat"))return
null;if(gx&&a.dataset){if(sb()&&!("adFormat"in a.dataset))return
null;a=a.dataset.adFormat;return void 0===a?null:a}return
a.getAttribute("data-"+"adFormat".replace(/([A-Z])/g,"-
$1").toLowerCase())};function xv(a,b,c){if(!b)return null;var
d=jg(document,"INS");d.id="google_pedestal_container";d.style.width="100%";d.style.
zIndex="-1";if(c){var e=a.getComputedStyle(c),f="";if(e&&"static"!=e.position){var
g=c.parentNode.lastElementChild;for(f=e.position;g&&g!=c;){if("none"!
=a.getComputedStyle(g).display)
{f=a.getComputedStyle(g).position;break}g=g.previousElementSibling}}if(c=f)d.style.
position=c}b.appendChild(d);if(d){var
h=a.document;f=h.createElement("div");f.style.width="100%";f.style.height=
"2000px";c=Ym(a);e=h.body.scrollHeight;a=a.innerHeight;g=h.body.getBoundingClientRe
ct().bottom;d.appendChild(f);var
k=f.getBoundingClientRect().top;h=h.body.getBoundingClientRect().top;d.removeChild(
f);f=e;e<=a&&0<c&&0<g&&(f=g-h);a=k-h>=.8*f}else a=!1;return a?d:
(b.removeChild(d),null)}function ix(a){var b=0;try{b|=Sm(a),rg()||(b|
=1048576),1200>=Math.floor(a.document.body.getBoundingClientRect().width)||(b|
=32768),jx(a)&&(b|=33554432)}catch(c){b|=32}return b}
function jx(a){a=a.document.getElementsByClassName("adsbygoogle");for(var
b=0;b<a.length;b++)if("autorelaxed"==hx(a[b]))return!0;return!1};function kx(a,b)
{this.l=a;this.j=b;this.A="633794002 633794005 21066126 21066127 21065713 21065714
21065715 21065716 42530887 42530888 42530889 42530890 42530891 42530892
42530893".split(" ")}
function lx(a,b,c,d){var e=rg()&&!(900<=Um(a.l).clientWidth);d=xb(d,function(f)
{return
Bb(a.A,f)}).join(",");return{wpc:b,su:c,eid:d,doc:a.j.pe,pg_h:mx(a.j.Ic),pg_w:mx(a.
j.Te),pg_hs:mx(a.j.Se),c:mx(a.j.Ke),aa_c:mx(a.j.Zd),av_h:mx(a.j.ae),av_w:mx(a.j.be)
,av_a:mx(a.j.
$d),s:mx(a.j.Qe),all_s:mx(a.j.Pe),b:mx(a.j.Ne),all_b:mx(a.j.Me),d:mx(a.j.tc),all_d:
mx(a.j.sc),ard:mx(a.j.Ud),all_ard:mx(a.j.Td),pd_h:mx(a.j.Ue),dt:e?"m":"d"}}
function nx(a){var b=Xm(a,!
0),c=Um(a).scrollWidth,d=Um(a).scrollHeight,e="unknown";a&&a.document&&a.document.r
eadyState&&(e=a.document.readyState);var
f=bn(a),g=[],h=[],k=[],l=[],m=[],n=[],r=[],v=0,w=0,u=Infinity,G=Infinity,N=null,M=K
q({Ua:!1},a);M=z(M);for(var H=M.next();!H.done;H=M.next()){H=H.value;var
R=H.getBoundingClientRect(),O=b-(R.bottom+f);if(H.className&&-1!
=H.className.indexOf("adsbygoogle-ablated-ad-slot")){var
U=H.getAttribute("google_element_uid");var P=a.google_sv_map;if(!U||!P||!
P[U])continue;
U=(P=di(P[U]))?P.height:0;P=P?P.width:0}else if(U=R.bottom-R.top,P=R.right-
R.left,1>=U||1>=P)continue;g.push(U);k.push(P);l.push(U*P);Sq(H)?
(w+=1,H.className&&-1!=H.className.indexOf("pedestal_container")&&(N=U)):
(u=Math.min(u,O),n.push(R),v+=1,h.push(U),m.push(U*P));G=Math.min(G,O);r.push(R)}u=
Infinity===u?null:u;G=Infinity===G?
null:G;f=ox(n);r=ox(r);h=px(b,h);n=px(b,g);m=px(b*c,m);M=px(b*c,l);return new kx(a,
{pe:e,Ic:b,Te:c,Se:d,Ke:v,Zd:w,ae:qx(g),be:qx(k),
$d:qx(l),Qe:f,Pe:r,Ne:u,Me:G,tc:h,sc:n,
Ud:m,Td:M,Ue:N})}function qx(a){return Sf.apply(null,xb(a,function(b){return
0<b}))||null}function px(a,b){return 0>=a?null:Rf.apply(null,b)/a}function ox(a)
{for(var b=Infinity,c=0;c<a.length-1;c++)for(var d=c+1;d<a.length;d++){var
e=a[c],f=a[d];e=Math.max(Math.max(0,e.left-f.right,f.left-
e.right),Math.max(0,e.top-f.bottom,f.top-e.bottom));0<e&&(b=Math.min(e,b))}return
Infinity!==b?b:null}function mx(a){return null==a?
null:t(Number,"isInteger").call(Number,a)?a.toString():a.toFixed(3)};function
rx(a,b,c,d,e){e=void 0===e?
{}:e;this.j=a;this.G=b;this.A=c;this.D=d.Oa;this.Y=d.Ja||[];this.L=d.te||
null;this.M=d.xc||[];this.H=d.Pa||[];this.W=!!d.yc;this.l=e;this.B=!
1;this.O=[];this.C=[];this.J=this.I=void 0}function sx(a){return a.I?
a.I:a.I=a.A.google_ama_state}rx.prototype.P=function(){return this.A};
function uv(a,b,c,d){var e=c.Oa?c.Oa:a.D;var f=b.j.length;for(var
g={yb:e.A,sa:e.C},h=z(e.D),k=h.next();!
k.done;k=h.next())k=k.value,k.adCount<=f&&(g=k.Lc);f=g;return W(zl)?(g=a.l.lb?
e.j:void 0,e=Rv(c.types),e.l.push(new Hv(a.Y)),e.l.push(new Mv(c.$a||
[])),e.l.push(new Iv(a.M)),e.l.push(new Nv(c.ic||[])),e=Sv(e),h=f.yb||void
0,e.j.push(new Dv(void 0===h?0:h,g,b)),b=c.minWidth,c=c.maxWidth,c=void 0===c?
Infinity:c,e.j.push(new Ov(void 0===b?0:b,c)),c=Tv(e),b=f.sa||void 0,c.j.push(new
Fv(void 0===b?
0:b)),a.H&&c.j.push(new Ev(a.H)),a.W&&c.j.push(new Jv),b=1,a.l.hb?
b=2:sv(a)&&(b=3),c.A=b,a.l.cb&&(c.B=!0),
$w(a.j,c.build(),d)):t(a.j,"find").call(a.j,
{ra:c.types,qd:f.yb,Ha:b,Ja:a.Y,sa:f.sa||void 0,cb:!!a.l.cb,hb:!!a.l.hb,sf:sv(a),
$a:c.$a,minWidth:c.minWidth,maxWidth:c.maxWidth,xc:a.M,Pa:a.H,ic:c.ic,lb:!!
a.l.lb,Ra:e.j,yc:!!a.W},d)}rx.prototype.va=function(a){this.O.push(a)};
function tv(a,b,c){c=void 0===c?{}:c;var d=void 0===c.Hc?void 0:c.Hc,e=void
0===c.Rc?void 0:c.Rc,f=void 0===c.Yc?void 0:c.Yc;c=b.R;if(c.A)return!1;var
g=b.Z(),h=c.X(),k=a.B;a:{var l=a.A;switch(h){case 0:l=dx(ex(g),l);break a;case
3:l=dx(g,l);break a;case 2:var m=g.lastChild;l=dx(m?1==m.nodeType?
m:ex(m):null,l);break a}l=!1}if(k=!l&&!(!k&&2==h&&!fx(g)))g=1==h||2==h?
g:g.parentNode,k=!(g&&!xo(g)&&0>=g.offsetWidth);if(!k)return!1;d=null==d?null:new
qo(null,{google_max_responsive_height:d});g=so(E(c.Ab,
2)||0);h=c.D;h=null==h?null:new qo(null,{google_ml_rank:h});k=tx(a,c);e=ro(a.L,c.L?
c.L.j(b.V):null,d,e||null,g,h,k);d=t(b,"fill").call(b,a.G,e);if(f){if(d)
{g=d.pa;h=g.style.width;g.style.width="100%";f=g.offsetWidth;g.style.width=h;g=a.A;
h=d.pa;k=e&&e.ub()||
{};if(g===g.top)if(488>Um(g).clientWidth)if(g.innerHeight>=g.innerWidth)if(l=Um(g).
clientWidth,!l||.3<(l-f)/l)l=6;else{if(l="true"!=k.google_full_width_responsive)c:
{l=Um(g).clientWidth;for(m=h.parentElement;m;m=m.parentElement){var n=zg(m,g);
if(n){var r=Kg(n.width);if(r&&!(r>=l)&&"visible"!=n.overflow){l=!0;break c}}}l=!
1}l=l?7:!0}else l=5;else l=4;else l=wg(g)?3:16;if(!0!==l)f=l;else{if(!
(k="true"==k.google_full_width_responsive))b:{do
if((k=zg(h,g))&&"fixed"==k.position){k=!1;break b}while(h=h.parentElement);k=!0}k?
(g=Um(g).clientWidth,f=g-f,f=g&&0<=f?!0:g?-10>f?11:0>f?14:12:10):f=9}if(f)
{f=a.A;g=d.pa;if(h=ap(f,g))g.style.border=g.style.borderStyle=g.style.outline=g.sty
le.outlineStyle=g.style.transition="none",g.style.borderSpacing=
g.style.padding="0",Zo(g,h,"0px"),g.style.width=Um(f).clientWidth+"px",bp(f,g,h),g.
style.zIndex=30;f=!0}else Bo(d.Ta),f=!1}else f=!1;f=!f}if(f||!yv(a,d,e))return!
1;Jj(9,[c.D,c.Va]);sv(a)&&Fw(b);return!0}function yv(a,b,c){if(!b)return!
1;try{hp(a.A,b.pa,c)}catch(d){return Bo(b.Ta),a.C.push(6),!1}return!0}
function sv(a){var b,c;if(0==(null!=(c=null==(b=a.j.j.j)?void 0:
[].concat(A(vc(b.j,1))).length)?c:0))return!1;if(0==(Nm(gm)||0))return!0;if(void
0===a.J){W(zl)?
(b=a.j,c=Tv(Sv(Rv([0,1,2]))),c.A=1,b=$w(b,c.build())):b=t(a.j,"find").call(a.j,{ra:
[0,1,2]});var d;a.J=(null==(d=a.j.j.j)?void 0:Tw(d,b))||!1}return
a.J}rx.prototype.Yb=function(){return!!this.l.Ad};rx.prototype.vb=function()
{return!jx(this.A)};function tx(a,b){return bo(fo(hq(b).map(to),function()
{a.C.push(18)}))}
function ux(a,b){b=(Ym(b)||0)-bn(b);for(var c=0,d=0;d<a.length;d++){var
e=a[d].getBoundingClientRect();br(e)&&e.top<=b&&(c+=1)}return c}
function vx(a){var b={},c=Uq({Ua:!1,Sb:!1,Tb:!1,Ub:!1},a).map(function(d){return
d.getBoundingClientRect()}).filter(br);b.Pd=c.length;c=Vq({Tb:!
0},a).map(function(d){return
d.getBoundingClientRect()}).filter(br);b.re=c.length;c=Vq({Ub:!
0},a).map(function(d){return
d.getBoundingClientRect()}).filter(br);b.Re=c.length;c=Vq({Sb:!
0},a).map(function(d){return
d.getBoundingClientRect()}).filter(br);b.Sd=c.length;c=(Ym(a)||0)-bn(a);c=Uq({Ua:!
1},a).map(function(d){return d.getBoundingClientRect()}).filter(br).filter(Sa(wx,
null,c));b.Qd=c.length;a=nx(a);c=null!=a.j.tc?a.j.tc:null;null!=c&&(b.Le=c);a=null!
=a.j.sc?a.j.sc:null;null!=a&&(b.Rd=a);return b}function wx(a,b){return
b.top<=a};function xx(a,b,c,d,e)
{this.Qa=a;this.errors=b;this.Cb=c;this.j=d;this.l=e};function yx(a,b)
{this.B=a.slice(0);this.l=a.slice(0);this.A=Cb(this.l,1);this.j=b};function zx(a)
{this.j=a;this.exception=void 0};function Ax(){}Ax.prototype.j=function(){var
a={};a=(a.google_reactive_ad_format=40,a.google_tag_origin="qs",a);return new
qo([],a)};function Bx(){}Bx.prototype.j=function(){return new qo(["adsbygoogle-
resurrected-ad-slot"],{})};function Cx(a){var b=new Bx;this.j=a;this.l=b||
null}function Dx(a){return yo(a.j.document).map(function(b){var c=new Cp(b,3);b=new
Ep(jp(a.j,b));return new Hp(c,b,a.l,!1,0,[],null,a.j,null)})};var
Ex={Oc:"10px",qc:"10px"};function Fx(a,b){this.j=a;this.l=b||null}function Gx(a)
{return wn(a.j.document.querySelectorAll("INS.adsbygoogle-
placeholder")).map(function(b){return new Hp(new Cp(b,1),new Ap(Ex),a.l,!1,0,
[],null,a.j,null)})};function Hx(a,b,c){this.H=-1==c.Ob;this.B=c.Ob;this.I=-
1==c.sb;this.C=c.sb;this.G=-
1==c.xb;this.l=c.xb;this.D=c.jd;this.A=b;this.j=a}function Ix(a,b){return null==a?
b+"ShouldNotBeNull":0==a?b+"ShouldNotBeZero":-1>a?
b+"ShouldNotBeLessMinusOne":null}function Jx(a,b,c){var
d=Ix(c.Ob,"gapsMeasurementWindow")||Ix(c.sb,"gapsPerMeasurementWindow")||
Ix(c.xb,"maxGapsToReport");return null!=d?go(d):c.Uc||-1!=c.sb||-1!=c.xb?eo(new
Hx(a,b,c)):go("ShouldHaveLimits")}
function Kx(a){return sx(a.A)&&sx(a.A).placed||[]}function Lx(a){return
Kx(a).map(function(b){return Mn(Nn(b.element,a.j))})}function Mx(a){return
Kx(a).map(function(b){return b.index})}function Nx(a,b){var c=b.R;return!
a.D&&c.l&&uc(c.l,8)&&1==E(c.l,8)?[]:c.A?(c.I||[]).map(function(d){return
Mn(Nn(d,a.j))}):[Mn(new Ln(b.V.j,0))]}
function Ox(a){a.sort(function(g,h){return g.j-h.j});for(var
b=[],c=0,d=0;d<a.length;++d){var e=a[d],f=e.j;e=e.j+e.l;f<=c?c=Math.max(c,e):
(b.push(new Ln(c,f-c)),c=e)}return b}function Px(a,b){b=b.map(function(c){var d=new
iv;d=F(d,1,c.j);c=c.getHeight();return F(d,2,c)});return hv(gv(new
ev,a),b)}function Qx(a){var b=J(a,iv,2).map(function(c)
{return"G"+yc(c,1,0)+"~"+c.getHeight()});return"W"+yc(a,1,0)+b.join("")}
function Rx(a,b){for(var c=[],d=0,e=z(An(b)),f=e.next();!f.done;f=e.next())
{f=f.value;var g=b.get(f);g.sort(function(h,k){return k.getHeight()-
h.getHeight()});a.I||g.splice(a.C,g.length);!a.G&&d+g.length>a.l&&g.splice(a.l-
d,g.length);c.push(Px(f,g));d+=g.length;if(!a.G&&d>=a.l)break}return c}function
Sx(a){var b=J(a,ev,5).map(function(c){return
Qx(c)});return"M"+yc(a,1,0)+"H"+yc(a,2,0)+"C"+yc(a,3,0)+"B"+Number(!!zc(a,4))
+b.join("")}
function Tx(a){for(var b=nq(a.A.j.A.j.slice(0),a.j),c=Lx(a),d=new
Cn(Mx(a)),e=0;e<b.length;++e)if(!d.contains(e)){var
f=Nx(a,b[e]);c.push.apply(c,A(f))}c.push(new Ln(0,0));c.push(Mn(new
Ln(Um(a.j).scrollHeight,0)));b=Ox(c);c=new xn;for(d=0;d<b.length;++d)e=b[d],f=a.H?
0:Math.floor(e.j/a.B),zn(c,f)||c.set(f,[]),c.get(f).push(e);b=Rx(a,c);c=new
cv;c=F(c,1,a.l);c=F(c,2,a.B);c=F(c,3,a.C);a=F(c,4,a.D);return Gc(a,5,b)}function
Ux(a){a=Tx(a);return Sx(a)};function Vx(a){K.call(this,a,-
1,Wx)}B(Vx,K);Vx.prototype.I=function(a){return F(this,8,a)};var
Wx=[3,4,5,6];function Xx(a){var b=/[a-zA-Z0-9._~-]/,c=/%[89a-zA-Z]./;return
a.replace(/(%[a-zA-Z0-9]{2})/g,function(d){if(!d.match(c)){var
e=decodeURIComponent(d);if(e.match(b))return e}return d.toUpperCase()})}function
Yx(a){for(var b="",c=/[/%?&=]/,d=0;d<a.length;++d){var e=a[d];b=e.match(c)?
b+e:b+encodeURIComponent(e)}return b};function Zx(a,b){a=vc(a,2);if(!a)return!
1;for(var c=0;c<a.length;c++)if(a[c]==b)return!0;return!1}function $x(a,b)
{a=Yx(Xx(a.location.pathname)).replace(/(^\/)|(\/$)/g,"");var
c=Dg(a),d=ay(a);return t(b,"find").call(b,function(e){var f=uc(e,7)?
E(I(e,Qk,7),1):E(e,1);e=uc(e,7)?E(I(e,Qk,7),2):2;if("number"!==typeof f)return!
1;switch(e){case 1:return f==c;case 2:return d[f]||!1}return!1})||null}function
ay(a){for(var b={};;){b[Dg(a)]=!0;if(!a)return
b;a=a.substring(0,a.lastIndexOf("/"))}};function by(a)
{K.call(this,a)}B(by,K);by.prototype.bb=function(a){return F(this,2,a)};var
cy=[4,5];function dy(){this.S={}}function ey(){if(fy)return fy;var a=yh()||
window,b=a.google_persistent_state_async;return null!=b&&"object"==typeof b&&null!
=b.S&&"object"==typeof b.S?fy=b:a.google_persistent_state_async=fy=new dy}function
gy(a,b,c){b=hy[b]||"google_ps_"+b;a=a.S;var d=a[b];return void 0===d?
a[b]=c:d}function iy(a,b,c){return a.S[hy[b]||"google_ps_"+b]=c}function jy(a,b)
{return iy(a,b,gy(a,b,0)+1)}function ky(){var a=ey();return gy(a,20,{})}function
ly(){var a=ey();return gy(a,28,[])}
var
fy=null,my={},hy=(my[8]="google_prev_ad_formats_by_region",my[9]="google_prev_ad_sl
otnames_by_region",my);function ny(a){a.google_ad_modifications||
(a.google_ad_modifications={});return a.google_ad_modifications}function oy(a)
{a=ny(a);a.eids||(a.eids=[]);return a.eids}function py(a,b)
{a=ny(a);a.processed_sra_frame_pingbacks=a.processed_sra_frame_pingbacks||{};var
c=!a.processed_sra_frame_pingbacks[b];a.processed_sra_frame_pingbacks[b]=!0;return
c};var
Y={},qy=(Y.google_ad_block="ad_block",Y.google_ad_client="client",Y.google_ad_outpu
t="output",Y.google_ad_callback="callback",Y.google_ad_height="h",Y.google_ad_resiz
e="twa",Y.google_ad_slot="slotname",Y.google_ad_unit_key="adk",Y.google_ad_dom_fing
erprint="adf",Y.google_placement_id="pi",Y.google_ad_width="w",Y.google_captcha_tok
en="captok",Y.google_content_recommendation_columns_num="cr_col",Y.google_content_r
ecommendation_rows_num="cr_row",Y.google_ctr_threshold="ctr_t",Y.google_cust_criter
ia=
"cust_params",Y.gfwrnwer="fwrn",Y.gfwrnher="fwrnh",Y.google_image_size="image_size"
,Y.google_last_modified_time="lmt",Y.google_loeid="loeid",Y.google_max_num_ads="num
_ads",Y.google_max_radlink_len="max_radlink_len",Y.google_mtl="mtl",Y.google_native
_settings_key="nsk",Y.google_enable_content_recommendations="ecr",Y.google_num_radl
inks="num_radlinks",Y.google_num_radlinks_per_unit="num_radlinks_per_unit",Y.google
_pucrd="pucrd",Y.google_reactive_plaf="plaf",Y.google_reactive_plat="plat",Y.google
_reactive_fba=
"fba",Y.google_reactive_sra_channels="plach",Y.google_responsive_auto_format="rafmt
",Y.armr="armr",Y.google_plas="plas",Y.google_rl_dest_url="rl_dest_url",Y.google_rl
_filtering="rl_filtering",Y.google_rl_mode="rl_mode",Y.google_rt="rt",Y.google_vide
o_play_muted="vpmute",Y.google_source_type="src_type",Y.google_restrict_data_proces
sing="rdp",Y.google_tag_for_child_directed_treatment="tfcd",Y.google_tag_for_under_
age_of_consent="tfua",Y.google_tag_origin="to",Y.google_ad_semantic_area="sem",Y.go
ogle_tfs=
"tfs",Y.google_package="pwprc",Y.google_tag_partner="tp",Y.fra="fpla",Y.google_ml_r
ank="mlr",Y.google_apsail="psa",Y.google_ad_channel="channel",Y.google_ad_type="ad_
type",Y.google_ad_format="format",Y.google_color_bg="color_bg",Y.google_color_borde
r="color_border",Y.google_color_link="color_link",Y.google_color_text="color_text",
Y.google_color_url="color_url",Y.google_page_url="url",Y.google_allow_expandable_ad
s="ea",Y.google_ad_section="region",Y.google_cpm="cpm",Y.google_encoding="oe",Y.goo
gle_safe=
"adsafe",Y.google_flash_version="flash",Y.google_font_face="f",Y.google_font_size="
fs",Y.google_hints="hints",Y.google_ad_host="host",Y.google_ad_host_channel="h_ch",
Y.google_ad_host_tier_id="ht_id",Y.google_kw_type="kw_type",Y.google_kw="kw",Y.goog
le_contents="contents",Y.google_targeting="targeting",Y.google_adtest="adtest",Y.go
ogle_alternate_color="alt_color",Y.google_alternate_ad_url="alternate_ad_url",Y.goo
gle_cust_age="cust_age",Y.google_cust_ch="cust_ch",Y.google_cust_gender="cust_gende
r",
Y.google_cust_interests="cust_interests",Y.google_cust_job="cust_job",Y.google_cust
_l="cust_l",Y.google_cust_lh="cust_lh",Y.google_cust_u_url="cust_u_url",Y.google_cu
st_id="cust_id",Y.google_language="hl",Y.google_city="gcs",Y.google_country="gl",Y.
google_region="gr",Y.google_content_recommendation_ad_positions="ad_pos",Y.google_c
ontent_recommendation_columns_num="cr_col",Y.google_content_recommendation_rows_num
="cr_row",Y.google_content_recommendation_ui_type="crui",Y.google_content_recommend
ation_use_square_imgs=
"cr_sq_img",Y.google_color_line="color_line",Y.google_disable_video_autoplay="disab
le_video_autoplay",Y.google_full_width_responsive_allowed="fwr",Y.google_full_width
_responsive="fwrattr",Y.efwr="efwr",Y.google_pgb_reactive="pra",Y.google_resizing_a
llowed="rs",Y.google_resizing_height="rh",Y.google_resizing_width="rw",Y.rpe="rpe",
Y.google_responsive_formats="resp_fmts",Y.google_safe_for_responsive_override="sfro
",Y.google_video_doc_id="video_doc_id",Y.google_video_product_type="video_product_t
ype",
Y.google_webgl_support="wgl",Y);function ry(a){return(a=a.innerText||
a.innerHTML)&&(a=a.replace(/^\s+/,"").split(/\r?\n/,1)[0].match(/^\x3c!--+(.*?)
(?:--+>)?\s*$/))&&RegExp("google_ad_client").test(a[1])?a[1]:null}function sy(a)
{if(a=a.innerText||a.innerHTML)if(a=a.replace(/^\s+|\s+$/g,"").replace(/\s*(\r?\n)
+\s*/g,";"),(a=a.match(/^\x3c!--+(.*?)(?:--+>)?$/)||a.match(/^\/*\s*<!\[CDATA\
[(.*?)(?:\/*\s*\]\]>)?$/i))&&RegExp("google_ad_client").test(a[1]))return
a[1];return null}
function ty(a){switch(a){case "true":return!0;case "false":return!1;case
"null":return null;case "undefined":break;default:try{var
b=a.match(/^(?:'(.*)'|"(.*)")$/);if(b)return b[1]||b[2]||"";if(/^[-+]?\d*(\.\d+)?
$/.test(a)){var c=parseFloat(a);return c===c?c:void 0}}catch(d){}}};function uy(a)
{this.A=new q.Set;var b=yh()||window;this.l=Nm(hl);var
c=0<this.l&&Ag()<1/this.l;this.B=(this.j=!!gy(ey(),30,c))?$g(b):0;if(this.j){var
d,e,f,g;if(b.google_ad_client)b=String(b.google_ad_client);else{c=ny(b).head_tag_sl
ot_vars;if(null!==(f=null!==(d=null===c||void 0===c?void
0:c.google_ad_client)&&void 0!==d?
d:null===(e=b.document.querySelector(".adsbygoogle[data-ad-client]"))||void 0===e?
void 0:e.getAttribute("data-ad-client"))&&void 0!==f)b=f;else{c:
{d=b.document.getElementsByTagName("script");
b=b.navigator&&b.navigator.userAgent||"";b=RegExp("appbankapppuzdradb|daumapps|
fban|fbios|fbav|fb_iab|gsa/|messengerforios|naver|niftyappmobile|nonavigation|
pinterest|twitter|ucbrowser|yjnewsapp|youtube","i").test(b)||/i(phone|pad|pod)/
i.test(b)&&/applewebkit/i.test(b)&&!/version|safari/i.test(b)&&!ai()?
ry:sy;for(e=d.length-1;0<=e;e--)if(f=d[e],!
f.google_parsed_script_for_pub_code&&(f.google_parsed_script_for_pub_code=!
0,f=b(f))){b=f;break c}b=null}if(b){d=/(google_\w+) *= *(['"]?[\w.-]+['"]?) *(?:;|
$)/gm;
for(e={};f=d.exec(b);)e[f[1]]=ty(f[2]);b=e.google_ad_client?
e.google_ad_client:""}else b=""}b=null!==(g=b)&&void 0!==g?g:""}}else
b="";this.webPropertyCode=b;this.ua=null!==a&&void 0!==a?a:new cj}function vy(a,b)
{var c=new by;c=F(c,1,a.B).bb(a.webPropertyCode);c=F(c,3,a.l);b=Fc(c,5,cy,b);a.j&&!
a.A.has(2)&&(a.A.add(2),Zi(a.ua,b))};function wy(a,b,c,d,e,f,g,h,k,l,m,n)
{this.l=a;this.D=b;this.C=c;this.j=d;this.B=e;this.G=f;this.W=h||
null;this.L=[];this.Y=k;this.I=l;this.O=m;this.ma=g;this.J=0;this.ua=n?n:
{url:a.location.href,Bb:void 0}}
function xy(a){a.G.forEach(function(b){switch(b){case 0:yy(a);break;case 1:var
c=new pt(a.l,a.j,a.C),d=ps(c.j,c.l);d=nq(d,c.j).sort(qt);b=0==d.length?[]:
[d[Math.floor(d.length/2)]];var e=c.j;d=[];for(var f=0;f<b.length;f++){var
g=b[f],h="autors-
container-"+f,k=e.document.createElement("div");k.setAttribute("id",h);(new
nt(e,g,new os(k))).init();d.push(h)}var l;b=(null==(l=I(c.l,Tj,28))?void
0:yc(l,3,0))||0;(new jt(c.j,d,c.A,E(I(c.l,jk,22),1),b)).init();break;case 2:
(l=I(a.j,uk,18))&&Iu(new Hu(a.l,
a.Y||new $u(a.l,a.C),l,new Ps(a.l),J(a.j,sk,1)));break;case 3:zy(a);break;case 4:
(l=I(a.j,wk,29))&&Ay(a.ma,{win:a.l,webPropertyCode:a.C,we:l,Wd:null!
=(d=null==(c=I(a.j,kk,6))?void 0:J(c,mk,1))?d:[]})}})}
function yy(a){By(a)&&Cy(a,"p",Dy(a));if(Ik(a.j)&&1===E(Ik(a.j),1)){var
b=I(Ik(a.j),Sk,6);b&&2===E(b,1)&&ip(a.l)}b=a.B.We;a:{var c=a.l;var
d=yq(c);c=Ym(c)||tq[d];var e=Aq(J(b,Uj,2),d);if(e&&(e=Dq(e,c))){d=e;break
a}d=zq(d,c)}if(a.B.aa&&uc(a.B.aa,10)&&(c=wc(I(a.B.aa,Rk,10),1),null!==c&&void 0!
==c)){var f=a.l;d=yq(f);e=Ym(f)||tq[d];var g=void 0;b&&(g=(g=(g=Aq(J(b,Uj,2),d))?
I(g,Xj,7):void 0)?Eq(g,e):void 0);var h=yq(f);f=Ym(f)||tq[h];var
k=Cq(vq[h].Mc,f);f=null===k?zq(h,f):new wq(k,k,Fq(k,k,8),8,.3,
g);g=Cq(vq[d].Fd,e);h=Cq(vq[d].Mc,e);e=Cq(vq[d].Ed,e);d=f.A;g&&e&&h&&void 0!
==c&&(d=.5>=c?h+(1-2*c)*(g-h):e+(2-2*c)*(h-e));c=d;d=new
wq(d,c,Fq(d,c,f.l),f.l,f.B,f.j)}if(uc(a.j,26))
{c=I(a.j,Uk,26);e=a.l;g=xc(c,2);c=I(c,Uj,1);f=Ym(e)||tq[yq(e)];var l;e=null!
=(l=Cq(null==c?void 0:E(c,2),f))?l:d.A;var m;l=null!=(m=Cq(null==c?void
0:E(c,5),f))?m:d.C;var n;m=g?[]:null!=(n=Bq(null==c?void 0:J(c,Wj,3),f))?n:d.D;var
r;n=null!=(r=null==c?void 0:E(c,4))?r:d.l;var v;r=null!=(v=null==c?void 0:wc(c,6))?
v:d.B;var w;
v=null!=(w=(null==c?0:uc(c,7))?Eq(I(c,Xj,7),f):null)?w:d.j;d=new
wq(e,l,m,n,r,v)}w=a.B.aa?vc(a.B.aa,6):[];v=a.B.aa?J(a.B.aa,ek,5):[];r=W($l);var
u;m=a.j;c=J(m,sk,1);l=a.B.aa&&Zx(a.B.aa,1)?"text_image":"text";e=new Ax;n=Np(c,a.l,
{ee:e,Ee:new Fp(l)});c.length!=n.length&&a.L.push(13);n=n.concat(Gx(new
Fx(a.l,e)));c=0;e=W(Tl);f=!1;Ik(m)&&1===E(Ik(m),1)&&(g=I(Ik(m),Sk,6))&&(c=E(g,2)||
0,1===E(g,1)&&(f=!0));var G,N;g=(null==(u=I(m,xk,24))?void 0:null==(G=I(u,Ck,3))?
void 0:null==(N=I(G,Dk,3))?void 0:Ic(N,
Ek,2,Fk))||!1;if(e||f||g)u=Dx(new Cx(a.l)),n=n.concat(u),Dw.J=!
0,Dw.D=u.length;n=n.concat(bv(m,l,a.l));u=I(m,xk,24);u=new
Zw(n,a.l,c,u);G=a.C;N=a.l;w={Oa:d,te:a.W,Ja:a.B.Ja,xc:w,Pa:v,yc:r};v=W(Ul);Kk(a.j)?
(r=Kk(a.j),n=wc(r,8),v={cb:v||zc(r,14,!1),hb:zc(r,2,!1),$c:zc(r,3,!1),Gd:zc(r,4,!
1),bd:zc(r,5,!1),Ad:zc(r,6,!1),Ve:null==n?
0:n,ud:E(r,10),lb:Ey(a),zc:a.O}):v={cb:v,hb:!1,$c:!1,Gd:!1,bd:!1,Ad:!
1,Ve:0,ud:0,lb:Ey(a),zc:a.O};a.A=new rx(u,G,N,w,v);var M,H;(null==(M=sx(a.A))?
0:null==(H=M.optimization)?
0:H.ablatingThisPageview)&&!sv(a.A)&&(ip(a.l),Dw.C=!0);M=a.B.aa?vc(a.B.aa,2):
[];H=a.A;b=E(b,1);u={vb:H.vb(),Yb:H.Yb(),zd:!!H.l.zc};u=void 0===u?{}:u;G=void
0===u.vb?!1:u.vb;N=void 0===u.Yb?!1:u.Yb;w=[];(void 0===u.zd?0:u.zd)&&w.push(9);-
1<M.indexOf(3)&&w.push(6);-1<M.indexOf(4)&&!N&&G&&w.push(8);-
1<M.indexOf(1)&&(3===b?w.push(1,5):w.push(1,2,3));-1<M.indexOf(2)&&w.push(7);-
1<M.indexOf(4)&&N&&G&&w.push(8);b=new yx(w,H);a.H=b;b=a.H;M=new rn;for(b.j.B=!
0;0<b.l.length;)H=b,(u=pv[b.l[0]])?H=u(H.j):(H.j.va(12),
H=!0),H||b.j.va(5),b.l.shift();try{var
R=M.resolve,O=b.j.j.A.filter(Op).j.length,U=b.j.O.slice(0),P=b.j,X;var
da=[].concat(A(P.C),A((null==(X=P.j.j.j)?void 0:[].concat(A(X.l)))||
[]));R.call(M,new zx(new xx(O,U,da,b.j.j.A.j.length,b.j.j.B.j)))}catch(Db)
{M.reject(Db)}M.l.then(Sa(a.Aa,a),Sa(a.M,a))}
function zy(a){var b={};co(ls(a.l,a.j,a.ua,(b.google_ad_client=a.C,b)),function(c)
{var d=!!c.B.Bb&&is(c);d&&(c.C=Ur(c.j,c.D,c.B.Bb));var e=c.j;var f=I(c.l,Oj,2);var
g=bq(c.G,e);g=g.filter(cq).filter(dq(g)).filter(eq(e));g.sort(fq);if(g=g[0]||null)
{a:switch(yc(f,1,0)){case 1:e=new Jr(e,g);break a;case 2:e=new rq(qq(e,g));break
a;case 3:e=new Ir(e,qq(e,g));break a;default:throw Error("Unknown player position:
"+yc(f,1,0));}e=e.j()}else e=null;if(e){f=c.j;g=I(c.l,Sj,4)||void
0;if(0<f.document.getElementsByTagName("google-read-aloud-player").length)f=
go("Player already created");else{var
h=c.B,k=f.document,l=k.createElement("div");l.id="google-auto-placed-read-aloud-
player";Q(l,{margin:"5px"});var
m=k.createElement("script"),n=Ee(Kr[0]);m.textContent=Le(n);bf(m);l.appendChild(m);
Lr(k,l,id("https://www.google-analytics.com/analytics.js"));Lr(k,l,id("https://
www.gstatic.com/readaloud/player/web/api/audiosense/js/
api.js"));k=k.createElement("google-read-aloud-player");k.setAttribute("data-api-
key","AIzaSyDTBU0XpbvyTzmA5nS-09w7cnopRavFpxs");k.setAttribute("data-tracking-ids",
"UA-199725947-1,UA-168915890-13");k.setAttribute("data-
url",h.url);k.setAttribute("data-voice","en-us-f-1");g&&(uc(g,1)&&0!
=yc(g,1,0)&&k.setAttribute("data-docking-begin-
trigger",Nr[yc(g,1,0)]),uc(g,2)&&k.setAttribute("data-
experiment",Hc(g,2)));l.appendChild(k);mq(e,l);f=eo(f.document.getElementsByTagName
("google-read-aloud-player")[0])}null!=f.j?(c.A=f.j.value,d&&js(c),ks(c,
{sts:"ok",pp:e.V.j})):ks(c,{sts:"wf"})}else ks(c,{sts:"pf"})})}
function Fy(a,b){for(var c=ds(ds(new
Zv(b.Qa),b.errors),a.L),d=b.Cb,e=0;e<d.length;e++)a:{for(var
f=d[e],g=0;g<c.D.length;g++)if(c.D[g]==f)break
a;c.D.push(f)}c.l.ppos=b.placementPositionDiffs;c.l.eatf=b.uc;c.l.eatfAbg=b.vc;c.l.
reatf=b.Rb;c.l.a=a.H.B.slice(0).join(",");a=aw($v(c,a.j),a.G).bb(a.C);if(c=b.oc)a.l
.as_count=c.Pd,a.l.d_count=c.re,a.l.ng_count=c.Re,a.l.am_count=c.Sd,a.l.atf_count=c
.Qd,a.l.mdns=bw(c.Le),a.l.alldns=bw(c.Rd);a=a.I(b.ec);if(c=b.ue)
{d=[];e=z(An(c));for(f=e.next();!f.done;f=e.next())f=
f.value,0<c.get(f).length&&(g=c.get(f)[0],d.push("("+[f,g.Vc,g.Hd].join()
+")"));a.l.fd=d.join(",")}c=b.Ic;null!=c&&(a.l.pgh=c);void 0!
==b.exception&&es(a,b.exception).va(1);return a}
function Gy(a,b){var c=Fy(a,b);gs(a.D,0<b.errors.length||0<a.L.length||void 0!
==b.exception?0<a.J?Yr:Wr:0<a.J?Xr:Vr,c);if(I(a.j,xk,24)){if(null!=(b=a.A.j.j.j))
{Dw.B=[].concat(A(vc(b.j,1)));var d,e;Dw.H=!!(null==(d=I(b.j,Ck,3))?
0:null==(e=I(d,Dk,3))?0:Ic(e,Ek,2,Fk));d=new xn;var f,g;b=z(null!
=(g=null==(f=I(b.j,zk,2))?void 0:J(f,Bk,1))?g:[]);for(f=b.next();!
f.done;f=b.next())f=f.value,d.set(f.Qb(),f.Bc());Dw.l=d}f=sx(a.A);var h;Dw.A=!!
(null==f?0:null==(h=f.optimization)?0:h.ablationFromStorage);var k;
if(null==f?0:null==(k=f.optimization)?0:k.ablatingThisPageview)Dw.G=!0;var
l;Dw.L=!!(null==f?0:null==(l=f.optimization)?0:l.availableAbg);h=Dw;c=new
cw(c);if(h.B){var m;k=null!=(m=h.B)?m:
[];c.j.sl=k.join("~");c.j.ab=ew(h.G);c.j.rr=ew(h.J);c.j.oab=ew(h.H);null!
=h.A&&(c.j.sab=ew(h.A));h.C&&(c.j.fb=ew(h.C));c.j.ls=ew(h.L);dw(c,h.l.tb());null!
=h.D&&(c.j.rp=ew(h.D));Jw(h,c)}else
m="irr".replace(RegExp("~","g"),""),c.j.e=c.j.e?c.j.e+("~"+m):m;gs(a.D,as,c)}}
function Hy(a){var b=new
Vx,c=dj(uy);c.j&&I(a.j,xk,24)&&(a=Kw(),Ec(b,1,a));vy(c,b)}function Iy(a){return
Ik(a.j)&&1===E(Ik(a.j),1)?!(I(Ik(a.j),Sk,6)&&1<=(E(I(Ik(a.j),Sk,6),3)||0)):!
1}function Jy(a){if(Iy(a)){a=a.A;var b=Vq({Tb:!0,Ub:!0},a.A);a=0<ux(b,a.A)}else
a=a.A.A,b=Uq({Ua:!1,Sb:!1},a),a=0<ux(b,a);return a}
wy.prototype.Aa=function(a){var b=this;try{var c=Jy(this)||Iy(this)?Jy(this):void
0;wo({wc:c},this.l);Ky(this);var
d=Ly(this,a,Jy(this));uc(this.j,25)&&xc(I(this.j,Tk,25),1)&&My(this,d);Gy(this,d);H
y(this);sj(753,function(){if(W(Al)&&null!=b.A){var e=Jx(b.l,b.A,
{Ob:Nm(El),sb:Nm(Dl),xb:Nm(Bl),jd:!0,Uc:!1}),f=od(d);null!=e.j?
(e=Ux(e.j.value),f.placementPositionDiffs=e):f.placementPositionDiffs="E"+e.l.messa
ge;f=Fy(b,f);gs(b.D,Zr,f)}})()}catch(e){this.M(e)}};
wy.prototype.M=function(a){Gy(this,{Qa:0,ec:void 0,errors:[],Cb:
[],exception:a,Rb:void 0,uc:void 0,vc:void 0,oc:void 0});Hy(this)};
function My(a,b){var c=a.A.A;c=c.googleSimulationState=c.googleSimulationState||
{};c.amaConfigPlacementCount=b.ec;c.numAutoAdsPlaced=b.Qa;c.hasAtfAd=b.Rb;void 0!
==b.exception&&(c.exception=b.exception);null!=a.A&&(a=Jx(a.l,a.A,{Ob:-1,sb:-1,xb:-
1,jd:!0,Uc:!0}),null!=a.j?
(c.placementPositionDiffs=Ux(a.j.value),a=Tx(a.j.value),b=new
jv,a=Fc(b,2,kv,a),c.placementPositionDiffsReport=Yc(a)):
(a=a.l.message,c.placementPositionDiffs="E"+a,b=new
jv,a=Cc(b,1,kv,a),c.placementPositionDiffsReport=Yc(a)))}
function Ly(a,b,c){var
d=sx(a.A),e=b.j,f=e.j,g=e.Qa,h=e.errors.slice(),k=e.Cb.slice(),l=b.exception;d?
(d.numAutoAdsPlaced?g+=d.numAutoAdsPlaced:a.H.A&&k.push(13),void 0!
==d.exception&&(l=d.exception),c={Qa:g,ec:f,errors:e.errors.slice(),Cb:k,exception:
l,Rb:c,uc:!!d.eatf,vc:!!d.eatfAbg}):
(k.push(12),a.H.A&&k.push(13),c={Qa:g,ec:f,errors:h,Cb:k,exception:l,Rb:c,uc:!
1,vc:!1});c.oc=vx(a.A.A);if(b=b.j.l)c.ue=b;c.Ic=Um(a.l).scrollHeight;if(Ij())
{b=[];d=z(a.A.j.A.j.slice(0));for(e=d.next();!e.done;e=d.next()){e=
e.value;f={};g=e.J;h=z(An(g));for(k=h.next();!
k.done;k=h.next())k=k.value,f[k]=g.get(k);e={anchorElement:e.G.j(e.j),position:e.X(
),clearBoth:e.H,locationType:e.Va,placed:e.A,placementProto:e.l?
e.l.toJSON():null,articleStructure:e.B?
e.B.toJSON():null,rejectionReasons:f};b.push(e)}Jj(14,
[{placementIdentifiers:b},a.A.G,c.oc])}return c}function Ey(a){return
a.B.aa&&uc(a.B.aa,10)?.5<=(wc(I(a.B.aa,Rk,10),1)||0):!0}
function Cy(a,b,c,d)
{a={r:b,pg_h:Um(a.l).scrollHeight,su:a.l.location.hostname,d:void 0==c?-1:c};void
0!==d&&(a.pg_hd=d);T($r.qa,a,$r.la)}function By(a){var b,c,d;return null!
=(d=null==(b=a.j)?void 0:null==(c=Kk(b))?void 0:zc(c,18,!1))?d:!1}function Dy(a)
{var b=null;Kk(a.j)&&uc(Kk(a.j),19)&&(b=E(Kk(a.j),19));return b}
function Ky(a){if(By(a)){var b=Dy(a);a.I.init(null==b?void 0:b,function()
{Cy(a,"s",b)});Qn(a.I,function(c){Cy(a,"d",Dy(a),c);a.I.Y();var
d,e;if(null==(d=a.j)?0:null==(e=Kk(d))?0:zc(e,21,!1)){var f,g;null!=(f=a.j)&&null!
=(g=Kk(f))&&F(g,18,!1);try{var h;if(null==(h=a.G)?0:t(h,"includes").call(h,0))a.J+
+,yy(a),Cy(a,"r",Dy(a),c)}catch(k){Cy(a,"f",Dy(a),c),gs(a.D,Yr,es(aw($v((new
Zv(0)).bb(a.C),a.j),a.G).va(1),k))}}})}};function Ny(a)
{K.call(this,a)}B(Ny,K);function Oy(a){try{var
b=a.localStorage.getItem("google_auto_fc_cmp_setting")||null}catch(d){b=null}var
c=b;return c?ho(function(){return $c(Ny,c)}):eo(null)};function Py(a){this.j=a||
{cookie:""}}p=Py.prototype;
p.set=function(a,b,c){var d=!1;if("object"===typeof c){var e=c.Hi;d=c.lf||!1;var
f=c.domain||void 0;var g=c.path||void 0;var h=c.od}if(/[;=\s]/.test(a))throw
Error('Invalid cookie name "'+a+'"');if(/[;\r\n]/.test(b))throw Error('Invalid
cookie value "'+b+'"');void 0===h&&(h=-1);this.j.cookie=a+"="+b+(f?";domain="+f:"")
+(g?";path="+g:"")+(0>h?"":0==h?";expires="+(new
Date(1970,1,1)).toUTCString():";expires="+(new Date(Date.now()
+1E3*h)).toUTCString())+(d?";secure":"")+(null!=e?";samesite="+e:"")};
p.get=function(a,b){for(var
c=a+"=",d=(this.j.cookie||"").split(";"),e=0,f;e<d.length;e++)
{f=ab(d[e]);if(0==f.lastIndexOf(c,0))return
f.substr(c.length);if(f==a)return""}return b};p.remove=function(a,b,c){var d=void
0!==this.get(a);this.set(a,"",{od:0,path:b,domain:c});return
d};p.isEmpty=function(){return!this.j.cookie};p.tb=function(){return this.j.cookie?
(this.j.cookie||"").split(";").length:0};
p.clear=function(){for(var
a=(this.j.cookie||"").split(";"),b=[],c=[],d,e,f=0;f<a.length;f+
+)e=ab(a[f]),d=e.indexOf("="),-1==d?(b.push(""),c.push(e)):
(b.push(e.substring(0,d)),c.push(e.substring(d+1)));for(a=b.length-
1;0<=a;a--)this.remove(b[a])};function Qy(a,b){b=void 0===b?
window:b;if(xc(a,5))try{return b.localStorage}catch(c){}return null}function Ry(a)
{return"null"!==a.origin}function Sy(a,b,c){b=xc(b,5)&&Ry(c)?
c.document.cookie:null;return null===b?null:(new
Py({cookie:b})).get(a)||""};function Ty(a){K.call(this,a)}B(Ty,K);function Uy(a,b)
{return F(a,5,b)};function Vy(a){var b=a.win,c=a.md,d=void 0===a.ye?!1:a.ye;if(!
(a=!(void 0===a.ze?0:a.ze)&&Ru(new Qu(b)))){if(d=!d){if(c){c=Oy(b);if(null!
=c.j)if((c=c.j.value)&&uc(c,1))b:switch(c=E(c,1),c){case 1:c=!0;break
b;default:throw Error("Unhandled AutoGdprFeatureStatus: "+c);}else c=!1;else
tj(806,c.l),c=!1;c=!c}d=c}a=d}return a?(c=gy(ey(),24,void 0))?Wy(b,Uy(new
Ty,Yu(c))):new ao(null,Error("tcunav")):Wy(b,Uy(new Ty,!0))}function Wy(a,b)
{return(a=Qy(b,a))?eo(a):new ao(null,Error("unav"))};function Xy(a)
{K.call(this,a)}B(Xy,K);function Yy(a,b,c,d){this.j=a;this.A=b;this.C=c;this.l=!
1;this.B=d};function Zy(a){K.call(this,a,-1,$y)}B(Zy,K);function az(a)
{K.call(this,a)}B(az,K);function bz(a){K.call(this,a)}B(bz,K);var $y=[7];function
cz(a){a=(a=(new Py(a)).get("FCCDCF",""))?a:null;try{return a?$c(Zy,a):null}catch(b)
{return null}};function dz(a){this.j=a;this.l=a.document;this.A=(a=(a=cz(this.l))?
I(a,bz,5)||null:null)?E(a,2):null;(a=cz(this.l))&&I(a,az,4);
(a=cz(this.l))&&I(a,az,4)}function ez(a){a.__uspapi||a.frames.__uspapiLocator||
(a=new dz(a),fz(a))}function fz(a){!a.A||a.j.__uspapi||a.j.frames.__uspapiLocator||
(a.j.__uspapiManager="fc",Mu(a.j,"__uspapiLocator"),Va("__uspapi",function(){return
a.B.apply(a,A(Ga.apply(0,arguments)))}))}
dz.prototype.B=function(a,b,c){"function"===typeof
c&&"getUSPData"===a&&c({version:1,uspString:this.A},!0)};function gz(a){var
b=a[0]/255,c=a[1]/255;a=a[2]/255;return.2126*(.03928>=b?b/12.92:Math.pow((b+.055)/
1.055,2.4))+.7152*(.03928>=c?c/12.92:Math.pow((c+.055)/1.055,2.4))
+.0722*(.03928>=a?a/12.92:Math.pow((a+.055)/1.055,2.4))}function hz(a,b)
{a=gz(a);b=gz(b);return(Math.max(a,b)+.05)/(Math.min(a,b)+.05)};var
iz={},jz=(iz.google_ad_channel=!0,iz.google_ad_host=!0,iz);function kz(a,b)
{a.location.href&&a.location.href.substring&&(b.url=a.location.href.substring(0,200
));T("ama",b,.01)}function lz(a){var b={};Bg(jz,function(c,d){d in
a&&(b[d]=a[d])});return b};function mz(a,b,c){var d=new Mk;Ec(c,3,d);var
e=Kk(c)&&E(Kk(c),13)?E(Kk(c),13):1;F(d,1,Date.now()+864E5*e);Xc=d=Mc(c.U);d=new
c.constructor(d);Xc=null;ad(d,c);if(Kk(c)){e=new Lk;var
f=xc(Kk(c),23);e=F(e,23,f);f=zc(Kk(c),12,!1);e=F(e,12,f);c=zc(Kk(c),15,!
1);c=F(e,15,c);Ec(d,15,c)}c=J(d,sk,1);for(e=0;e<c.length;e+
+)F(c[e],11,qc);Ec(d,22,void 0);if(W(yl))nz(a);else try{(b||
a.localStorage).setItem("google_ama_config",Yc(d))}catch(g){kz(a,{lserr:1})}}
function nz(a){try{try{a.localStorage.removeItem("google_ama_config")}catch(b)
{kz(a,{lserr:1})}}catch(b){kz(a,{lserr:1})}};function oz(a){this.j=a}function
Ay(a,b){var
c=b.win,d=b.webPropertyCode,e=b.we,f=b.Wd;a=Rr(8,c,a.j).then(function(g){return
g.runGallerify({win:c,webPropertyCode:d,serializedGallerifyConfig:Yc(e),serializedA
rticleStructures:f.map(function(h){return Yc(h)})})});Oi(927,a)};function
pz(a,b,c,d,e,f,g,h){g=void 0===g?null:g;try{var k=a.localStorage}catch(w)
{k=null}if(k){if(W(yl))var l=null;else
try{l=k.getItem("google_ama_config")}catch(w){l=null}try{var m=l?
$c(Gk,l):null}catch(w){m=null}l=m}else l=null;a:{if(d)try{var n=$c(Gk,d);break
a}catch(w){kz(a,{cfg:1,inv:1})}n=null}if(d=n){W(Vl)?
e&&mz(a,e,d):mz(a,null,d);n=$x(a,J(d,Ok,7));a:{if(n&&(e=E(n,3),l=I(d,bk,9),e&&l))
{b:{l=J(l,ak,1);l=z(l);for(m=l.next();!m.done;m=l.next())if(m=m.value,E(m,1)==e)
{e=I(m,Yj,2)||null;break b}e=
null}if(e)break a}e=I(d,Yj,8)||new
Yj}e={We:e};n&&(e.aa=n);n&&Zx(n,3)&&(e.Ja=[1]);if(7==c.google_pgb_reactive&&(n=e.aa
,!n||!xc(n,8)))return!1;if(py(a,2))if(Jj(5,[d.toJSON()]),c=lz(c),f=new
oz(f),n=e.aa,c.google_package=n&&E(n,4)||"",n=new qo(["google-auto-
placed"],c),c=new fs(a),n=void 0===n?null:n,l=new On(a),g=void 0===g?
null:g,h={url:a.location.href,Bb:h},m=null,n=void 0===n?null:n,m=void 0===m?
null:m,l=void 0===l?null:l,g=void 0===g?null:g,b)if(d)
{k=[];I(d,uk,18)&&k.push(2);e.aa&&k.push(0);var r=
Kk(d)&&xc(Kk(d),22),v=I(d,Tj,28)&&1==yc(I(d,Tj,28),1,0);(r||
v)&&k.push(1);I(d,Nj,27)&&1==yc(I(d,Nj,27),1,0)&&k.push(3);I(d,wk,29)&&k.push(4);tr
y{xy(new wy(a,c,b,d,e,k,f,n,m,l,g,h))}catch(w){Ij()&&Jj(15,
[w]),gs(c,Wr,es(aw($v((new Zv(0)).bb(b),d),k).va(1),w)),vy(dj(uy),new Vx)}}else
gs(c,Wr,(new Zv(0)).bb(b).va(8)),vy(dj(uy),new Vx);else gs(c,Wr,(new
Zv(0)).va(9)),vy(dj(uy),new Vx);return!0}l&&(kz(a,{cfg:1,cl:1}),nz(a));return!
1};var qz=[255,255,255];function rz(a){function b(d)
{return[Number(d[1]),Number(d[2]),Number(d[3]),4<d.length?Number(d[4]):1]}var
c=a.match(/rgb\(([0-9]+),\s*([0-9]+),\s*([0-9]+)\)/);if(c||(c=a.match(/rgba\(([0-
9]+),\s*([0-9]+),\s*([0-9]+),\s*([0-9\\.]+)\)/)))return
b(c);if("transparent"===a)return[0,0,0,0];throw Error("Invalid color: "+a);}
function sz(a){var b=getComputedStyle(a);if("none"!==b.backgroundImage)return
null;b=rz(b.backgroundColor);var c=tz(b);if(c)return c;a=(a=a.parentElement)?
sz(a):qz;if(!a)return null;c=b[3];return[Math.round(c*b[0]+(1-
c)*a[0]),Math.round(c*b[1]+(1-c)*a[1]),Math.round(c*b[2]+(1-c)*a[2])]}function
tz(a){return 1===a[3]?[a[0],a[1],a[2]]:null};function uz(a,b,c,d,e)
{this.hc=a;this.j=b;this.B=c;this.A=d;this.l=void 0===e?!1:e};function vz(a){var
b=a.Nd,c=a.Od,d=a.Ib,e=a.se,f=a.language,g=a.Ie,h=a.hc,k=a.hf,l=a.jf,m=a.kf,n=a.gb;
return ys('<link href="https://fonts.googleapis.com/css2?
family=Google+Material+Icons:wght@400;500;700" rel="stylesheet"><div style="font-
family: Roboto, sans-serif;"><div style="border: 0 solid #eee; border-bottom-width:
1px; color: #3c4043; font-size: 13px; line-height: 20px; padding: 0 15px 13px;
text-align: center">'+xs(a.ne)+'\u00a0<a
href="https://support.google.com/adsense/answer/11188578" target="_blank"
style="color: #1967d2; text-decoration: none; white-space: nowrap">'+
xs(g)+'</a></div><div style="border-bottom: 1px solid #eee; color: #202124; font-
family: \'Google Sans\'; font-size: 15px; line-height: 20px; overflow: hidden;
padding: 15px; text-align: center; text-overflow: ellipsis; white-space:
nowrap"><span style="bottom: -2px; color: #1967d2; font-family: \'Google Material
Icons\'; padding-right: 5px; position: relative">shoppingmode</span><span
style="color:#80868b"> '+xs(k)+"</span>"+xs(m)+'<span style="color:#80868b">'+xs(l)
+'</span></div><div id="adfil-csa" style="margin:5px '+
Cs(Ks(c))+"px\"></div><script>(function(g,o){g[o]=g[o]||function(){(g[o]['q']=g[o]
['q']||[]).push(arguments)},g[o]['t']=1*new Date})(window,'_googCsa');const
pageOptions = {'pubId': 'vert-pla-adfiliates-srp', 'styleId': "+Gs(Hs(n))+",
'disableCarousel': true, 'query': "+Gs(Hs(m))+", 'hl': "+Gs(Hs(f))+",
'personalizedAds': 'false', 'fexp': "+Gs(Hs(e))+", 'adfiliateWp': "+Gs(Hs(h))+",
'adtest': "+Gs(Hs(d))+"}; const adBlock = {'container': 'adfil-csa', 'linkTarget':
'_blank', 'number': "+Gs(Hs(b))+
", 'width': document.body.offsetWidth - 30}; _googCsa('plas', pageOptions,
adBlock);\x3c/script><script async=\"async\"
src=\"https://www.google.com/adsense/search/ads.js\">\x3c/script></div>")};var
wz=/[\s!'",:;\\(\\)\\?\\.]/,xz="\u00bf\u00a1\u037e\u061f\u3002\uff0c\u00b7\
u2019".split(""),yz=["block","inline","inline-block","list-item","table-
cell"],zz=[{gb:"5984482117",$b:480,kb:220},{gb:"1530485620",$b:400,kb:180},
{gb:"4440010542",$b:360,kb:160},{gb:"1138882718",$b:-
Infinity,kb:150}],Az=["ja","zh_CN","zh_TW"],Bz=[];function Cz(){this.j=Infinity}
function Dz(a,b,c,d,e,f){if(a.performance.now()>=c.A)return!1;for(var
g=0;g<b.childNodes.length;g++){var
h=b.childNodes[g];if(h.nodeType===Node.TEXT_NODE&&""!==h.textContent){a:{var
k=a;for(var l=c,m=b,n=h.textContent,r=e,v=f,w=l.j,u=[],G=0;;){var
N=n.length,M=null,H="",R=z(J(w,Ez,2)),O=R.next();b:for(;!O.done;O=R.next())
{O=O.value;for(var U=z(J(O,Fz,2)),P=U.next();!P.done;P=U.next())
{P=Hc(P.value,1);for(var X=G;X<n.length;){X=n.indexOf(P,X);if(-1===X)break;if(X>N||
X===N&&null!==M&&P.length<M.length)break;
if(!Gz(n.charAt(X-1))||!Gz(n.charAt(X+P.length)))break;if(r.j+Hz(n.substr(G,X-
G))>=Nm(tl)){var da=k.getComputedStyle(m),Db=da.fontSize.match(/\d+/);if(!
(Db&&12<=Number(Db[0])&&Bb(yz,da.display)))break
b;N=X;M=P;H=Hc(O,1);break}X+=1}}}if(null===M){if(0===G){r.j+=Hz(n);k=null;break
a}G<n.length&&(l=n.substr(G),u.push(k.document.createTextNode(l)),r.j+=Hz(l));k=u;b
reak a}N>G&&u.push(k.document.createTextNode(n.substr(G,N-
G)));u.push(Iz(k,l,H,M));r.j=0;G=N+M.length;N=v;N.j++;N.l.add(H)}}if(k&&!W(ul)){r=
z(k);for(u=r.next();!
u.done;u=r.next())u=u.value,b.insertBefore(u,h),Jz(u);b.removeChild(h);g+=k.length-
1}}else{a:if(u=r=k=void 0,h.nodeType!==Node.ELEMENT_NODE||(null===(u=h.classList)||
void 0===u?0:u.contains("google-adfil-skip")))k=!1;else
switch(null===(k=null===(r=h.tagName)||void 0===r?void 0:r.toUpperCase)||void
0===k?void 0:k.call(r)){case "A":case "IFRAME":case "AUDIO":case "BUTTON":case
"CANVAS":case "CITE":case "CODE":case "EMBED":case "FOOTER":case "FORM":case
"H1":case "H2":case "H3":case "H4":case "H5":case "H6":case "KBD":case "LABEL":case
"OBJECT":case "PRE":case "SAMP":case "SCRIPT":case "SELECT":case "SUB":case
"SUPER":case "SVG":case "TEXTAREA":case "TIME":case "VAR":case "VIDEO":case null:k=
!1;break a;default:v=n=m=l=u=r=void 0,k=!
((null===(m=null===(n=(v=h.className).toUpperCase)||void 0===n?void 0:n.call(v))||
void 0===m?0:t(m,"includes").call(m,"CRUMB"))||
(null===(r=null===(u=(l=h.id).toUpperCase)||void 0===u?void 0:u.call(l))||void
0===r?0:t(r,"includes").call(r,"CRUMB"))||
t(h.innerText,"includes").call(h.innerText,"\u00bb"))}if(k&&!
Dz(a,h,c,d,e,f))return!1}}return!0}
function Jz(a){if(a.nodeType===Node.ELEMENT_NODE){if("A"===a.tagName){var
b=tz(rz(getComputedStyle(a.parentElement).color)),c=tz(rz(getComputedStyle(a).color
));var d=sz(a);if(d=b&&c&&d?hz(c,d)<Math.min(hz(b,d),4.5)?b:null:b)
{b=d[0];c=d[1];d=d[2];b=Number(b);c=Number(c);d=Number(d);if(b!=(b&255)||c!
=(c&255)||d!=(d&255))throw Error('"('+b+","+c+","+d+'") is not a valid RGB
color');c=b<<16|c<<8|d;b=16>b?"#"+(16777216|
c).toString(16).substr(1):"#"+c.toString(16);Q(a,
{color:b})}}for(b=0;b<a.childElementCount;b++)Jz(a.children[b])}}
function Gz(a){return""===a||!!a.match(wz)||Bb(xz,a)}
function Iz(a,b,c,d){var e=a.document.createElement("SPAN");Kz(e);Q(e,{"text-
decoration":"underline"});Q(e,{"text-decoration-style":"dotted"});Q(e,{"-webkit-
text-decoration-line":"underline","-webkit-text-decoration-
style":"dotted"});e.appendChild(a.document.createTextNode(d));var
f=a.document.createElement("A");Kz(f);Q(f,{"text-
decoration":"none"});Ne(f);f.className="google-
adfil";f.appendChild(Lz(a));f.appendChild(a.document.createTextNode("\
u00a0"));f.appendChild(e);var g=a.performance.now();f.addEventListener("click",
function(h){var
k=a.performance.now();k={wp:b.hc,c:b.B,e:Nm(rl),m:d,q:c,v:Math.round(k-
g)};T("adfil-clk",k,1);var l=Qs(new Ps(a),1E5);Us(l);k=new
Ws(a,Math.round(.75*a.innerHeight-40),Math.round(.95*a.innerHeight-
40));k.init();Ys(k,Mz(a,b,c));$s(k,function(){Vs(l)});ct(k,k.G-
k.J);h.preventDefault();return!1});return f}
function Lz(a){var
b=a.document.createElement("SPAN");b.appendChild(a.document.createTextNode("shoppin
gmode"));Kz(b);Q(b,{"font-style":"normal","font-weight":"normal","text-
decoration":"none"});Q(b,{bottom:"-1px","font-family":'"Google Material
Icons"',"font-size":"90%",position:"relative"});b.className="google-material-
icons";return b}
function Mz(a,b,c){var
d=b.j,e=Hc(d,10),f=e.indexOf("TERM"),g=t(zz,"find").call(zz,function(h){return h.
$b<=a.innerWidth});b=vz({Nd:Nm(ql),Od:Math.max(Math.floor((a.innerWidth-
Math.floor(a.innerWidth/g.kb)*g.kb)/
2),5),Ib:b.l?"on":"",ne:Hc(d,3),se:""+Nm(rl),language:Hc(d,7),Ie:Hc(d,6),hc:b.hc,hf
:e.substring(0,f),jf:e.substring(f+4),kf:c,gb:g.gb});d=je("body",
{dir:"auto",lang:Hc(d,7),style:Ud({margin:"0",height:"100%"})},us(b));b=a.document.
createElement("IFRAME");Q(b,{border:"0",width:"100%"});Nz(a,
b);b.srcdoc=ge(d);return b}function Nz(a,b){var
c=a.requestAnimationFrame;b.onload=function(){var d=b.contentDocument.body,e=new
ResizeObserver(function(){c(function()
{b.height=d.parentElement.offsetHeight+"px"})});e.observe(d);Bz.push(function()
{e.disconnect()})}}function Kz(a){Q(a,{border:"0","box-
shadow":"none",display:"inline","float":"none",margin:"0",outline:"0",padding:"0"})
}function Hz(a){a=a.trim();return""===a?0:a.split(/\s+/).length};function Oz()
{this.j=0;this.l=new q.Set;this.A=0;this.B=this.C=null};function Pz(a)
{return(a=a.match(/^[a-z]{2,3}/i))?a[0].toLowerCase():""}function Qz(a){return new
q.Set(a.map(Pz).filter(function(b){return b.length}))};function Rz(a,b,c,d)
{this.C=a;this.D=c;this.j=d}fa.Object.defineProperties(Rz.prototype,{A:
{configurable:!0,enumerable:!0,get:function(){return this.C}},B:{configurable:!
0,enumerable:!0,get:function(){return this.D}},l:{configurable:!0,enumerable:!
0,get:function(){return this.j}}});function Sz(a){K.call(this,a,-
1,Tz)}B(Sz,K);function Fz(a){K.call(this,a)}B(Fz,K);function Ez(a){K.call(this,a,-
1,Uz)}B(Ez,K);var Tz=[2],Uz=[2];var
Vz={lg:"google_ads_preview",Rg:"google_mc_lab",ih:"google_anchor_debug",hh:"google_
bottom_anchor_debug",INTERSTITIAL:"google_ia_debug",rh:"google_scr_debug",th:"googl
e_ia_debug_allow_onclick",Nh:"googleads",Kd:"google_pedestal_debug",ci:"google_resp
onsive_slot_preview",bi:"google_responsive_dummy_ad"},Wz={},Xz=(Wz.google_bottom_an
chor_debug=1,Wz.google_anchor_debug=2,Wz.google_ia_debug=8,Wz.google_scr_debug=9,Wz
.googleads=2,Wz.google_pedestal_debug=30,Wz);function Yz(a,b){if(!a)return!
1;a=a.hash;if(!a||!a.indexOf)return!1;if(-1!=a.indexOf(b))return!
0;b=Zz(b);return"go"!=b&&-1!=a.indexOf(b)?!0:!1}function Zz(a){var
b="";Bg(a.split("_"),function(c){b+=c.substr(0,2)});return b}function $z(){var
a=C.location,b=!1;Bg(Vz,function(c){Yz(a,c)&&(b=!0)});return b}
function aA(a,b){switch(a){case 1:return Yz(b,"google_ia_debug");case 2:return
Yz(b,"google_bottom_anchor_debug");case 3:return Yz(b,"google_anchor_debug")||
Yz(b,"googleads");case 4:return Yz(b,"google_scr_debug")}return!1};function bA(a,b)
{var c=a.innerWidth>Rm?650:0,d=vi,e=0;try{e|=Sm(a);var f=Math.min(a.screen.width||
0,a.screen.height||0);e|=f?320>f?8192:0:2048;e|
=a.navigator&&Yt(a.navigator.userAgent)?1048576:0;e=c?e|(a.innerHeight>=c?
0:1024):e|(a.innerHeight>=a.innerWidth?0:8);e|=Tm(a,3E3);e|=Vm(a)}catch(h){e|
=32}switch(b){case 2:b=d;b=void 0===b?
null:b;c=$t(a.innerWidth,0,Math.min(Math.round(a.innerWidth/320*50),du)+15);null!
=au(a,c,void 0===b?null:b)&&(e|=16777216);break;case 1:b=d;b=void 0===b?
null:b;c=a.innerWidth;
d=a.innerHeight;f=Math.min(Math.round(a.innerWidth/320*50),du)+15;var g=$t(c,d-
f,d);25<f&&g.push({x:c-25,y:d-25});null!=au(a,g,void 0===b?null:b)&&(e|
=16777216)}return e};var cA=y(["https://fonts.googleapis.com/css2?
family=Google+Material+Icons:wght@400;500;700"]),dA=y(["https://www.google.com/
adsense/search/ads.js"]);function eA(a,b,c,d){if(!gy(ey(),29,!1)){iy(ey(),29,!
0);var e=fA(a)||gA(c);e&&rj(898,function(){return void hA(a,b,e,d)},function(f)
{f.e=""+Nm(rl)})}}
function hA(a,b,c,d){function e(){a:{try{var g=a.document.body}catch(M){break
a}if(a.performance&&g&&g.classList&&void 0!==g.classList.contains){var
h=a.performance.now(),k=Nm(vl),l=k?h+k:Infinity;if(!W(ul)){k=a.document;var
m=k.createElement("LINK");af(m,S(cA),"stylesheet");k.head.appendChild(m)}b.hasOwnPr
operty("adfcb")||(b.adfcb=Fg()?null:Math.floor(20*Ag()));k=b.adfcb;if(null!=k)
{if(W(Yl)){m=bA(a,2);var n=bA(a,1);m=new Rz(!1,!1,0===m,0===n,!1,0)}else
m=null;n=new Oz;l=new uz(d,c,k,l,"on"===b.google_adtest);
g=Hz(g.innerText);n.A=g;var r=Pz(Hc(l.j,7));var
v=Pz(a.document.documentElement.lang);if(""!==v)var w=new q.Set([v]);else{var
u=a.location;v=(v=u.host.match(/^[a-z]{2}\./i))?[v[0]]:
[];u=z(u.pathname.split("/"));for(var G=u.next();!
G.done;G=u.next())G=G.value,2===G.length&&v.push(G);v=Qz(v);v.size||
(u=a.navigator,v=Qz((null===(w=u.languages)||void 0===w?0:w.length)?u.languages:
[u.language]));w=v}n.C=r;n.B=new q.Set(w);g<Nm(sl)?
w="sw":a.document.querySelector('script[src*="www.google.com/adsense/search/
ads.js"]')?
w="si":w.has(r)?(w=l.j,g=new Cz,w=0===J(w,Ez,2).length||
Dz(a,a.document.body,l,Bb(Az,Hc(w,7))?
1:0,g,n)?"a":"p"):w="sl";h=a.performance.now()-h;!
W(ul)&&0<n.j&&(l=a.document,g=l.createElement("LINK"),af(g,S(dA),"prefetch"),g.as="
script",l.head.appendChild(g));var
N;k={wp:d,c:k,e:Nm(rl),ld:t(Array,"from").call(Array,null!==(N=n.B)&&void 0!==N?N:
[]).sort().join(","),lx:n.C||"",n:n.j,o:w,p:J(c,Ez,2).length,t:n.l.size,w:n.A,x:Mat
h.round(h)};N=m?{sap:Number(m.A),tap:Number(m.B),bap:Number(m.l)}:{};T("adfil-imp",
t(Object,"assign").call(Object,t(Object,"assign").call(Object,{},k),N),1)}}}}var
f=Nm(wl);f?iA(a,e,f):e()}function fA(a){var b,c;try{var
d=null===(c=null===(b=a.location)||void 0===b?void 0:b.hash)||void 0===c?void
0:c.match(/\bgoog_cpmi=([^&]*)/);if(!d)return null;var
e=decodeURIComponent(d[1]);return new Sz(JSON.parse(e))}catch(f){return
null}}function gA(a){return W(Zl)?I(a,Sz,11):null}function iA(a,b,c)
{a.requestIdleCallback?a.requestIdleCallback(b,
{timeout:c}):a.setTimeout(b,1)};function jA(a){var
b=a.F;null==b.google_ad_output&&(b.google_ad_output="html");if(null!
=b.google_ad_client){var c;(c=String(b.google_ad_client))?(c=c.toLowerCase(),"ca-"!
=c.substring(0,3)&&(c="ca-"+c)):c="";b.google_ad_client=c}null!
=b.google_ad_slot&&(b.google_ad_slot=String(b.google_ad_slot));if(W(Xl))b.google_fl
ash_version=null;else if(null==b.google_flash_version){var d=void 0===d?
window:d;try{var e=bi(d)}catch(f)
{e="0"}b.google_flash_version=e}b.google_webgl_support=!!Jf.WebGLRenderingContext;
b.google_ad_section=b.google_ad_section||
b.google_ad_region||"";b.google_country=b.google_country||b.google_gl||"";e=(new
Date).getTime();Array.isArray(b.google_color_bg)&&(b.google_color_bg=kA(a,b.google_
color_bg,e));Array.isArray(b.google_color_text)&&(b.google_color_text=kA(a,b.google
_color_text,e));Array.isArray(b.google_color_link)&&(b.google_color_link=kA(a,b.goo
gle_color_link,e));Array.isArray(b.google_color_url)&&(b.google_color_url=kA(a,b.go
ogle_color_url,e));Array.isArray(b.google_color_border)&&
(b.google_color_border=kA(a,b.google_color_border,e));Array.isArray(b.google_color_
line)&&(b.google_color_line=kA(a,b.google_color_line,e))}function kA(a,b,c){a.j|
=2;return b[c%b.length]};function lA(a,b){var c=Pi,d;var
e;d=(e=(e=vh())&&(d=e.initialLayoutRect)&&"number"===typeof
d.top&&"number"===typeof d.left&&"number"===typeof d.width&&"number"===typeof
d.height?new rh(d.left,d.top,d.width,d.height):null)?new Tf(e.left,e.top):
(d=wh())&&Ma(d.rootBounds)?new
Tf(d.rootBounds.left+d.boundingClientRect.left,d.rootBounds.top+d.boundingClientRec
t.top):null;if(d)return d;try{var f=new Tf(0,0),g=hg(cg(b));if(Kb(g,"parent"))
{do{if(g==a)var h=Kh(b);else{var k=Jh(b);h=new Tf(k.left,k.top)}d=
h;f.x+=d.x;f.y+=d.y}while(g&&g!=a&&g!
=g.parent&&(b=g.frameElement)&&(g=g.parent))}return f}catch(l){return
c.Fa(888,l),new Tf(-12245933,-12245933)}};function mA(a)
{K.call(this,a)}B(mA,K);function nA(a){K.call(this,a,-1,oA)}B(nA,K);var
oA=[1];function pA(a){K.call(this,a,-1,qA)}B(pA,K);var qA=[19],rA=[13,14];function
sA(){var a=this;this.j=null;var
b={};this.l=(b[Wi]={},b[Xi]={},b[Yi]={},b);b={};this.l[Xi]=(b[9]=function(){return
a.j?Dg(Ga.apply(0,arguments)[0]+" + "+a.j)%1E3:void 0},b)}var tA;function uA(a,b)
{b&&!a.j&&(a.j=t(b.split(":"),"find").call(b.split(":"),function(c){return
0===c.indexOf("ID=")})||null)};var vA=void 0;function wA(){Si(vA,Ri);return
vA}function xA(a){Si(vA,Ui);vA=a};function yA(a){try{var
b=a.getItem("google_adsense_settings");if(!b)return{};var c=JSON.parse(b);return c!
==Object(c)?{}:ld(c,function(d,e){return
Object.prototype.hasOwnProperty.call(c,e)&&"string"===typeof
e&&Array.isArray(d)})}catch(d){return{}}}function zA(a)
{W(cl)&&T("abg_adsensesettings_lserr",{s:a,g:W(dl),c:wA(),r:.01},.01)};function
AA(a){a=void 0===a?C:a;return a.ggeac||(a.ggeac={})};function BA()
{this.j=function(){}};function CA(a){var b=1;a=void 0===a?AA():a;b=void 0===b?
0:b;var c=a,d=b;d=void 0===d?
0:d;qj(dj(pj),c,d);DA(a,b);dj(BA).j=oj(nj,a);dj(Mm).A()}function DA(a,b){var
c=dj(Mm);c.B=function(d,e){return oj(jj,a,function(){return!1})
(d,e,b)};c.C=function(d,e){return oj(kj,a,function(){return 0})
(d,e,b)};c.j=function(d,e){return oj(lj,a,function(){return""})
(d,e,b)};c.l=function(d,e){oj(mj,a,function(){return[]})(d,e,b)};c.A=function()
{oj(gj,a)(b)}};function EA(a){var b=dj(pj).l();a=oy(a);return
b.concat(a).join(",")}function FA(a){var
b=yi();b&&(a.debug_experiment_id=b)};function GA(a){this.j=a;this.l=0}function
HA(a,b,c){return c?Sy(b,c,a.j):null}function IA(a,b,c,d){if(d){var e={od:E(c,2)-
Date.now()/1E3,path:E(c,3),domain:E(c,4),lf:!1};a=a.j;xc(d,5)&&Ry(a)&&(new
Py(a.document)).set(b,E(c,1),e)}}
function JA(a,b,c){if(c&&Sy(b,c,a.j)){var
d=a.j.location.hostname;if("localhost"===d)d=["localhost"];else
if(d=d.split("."),2>d.length)d=[];else{for(var e=[],f=0;f<d.length-1;+
+f)e.push(d.slice(f).join("."));d=e}d=z(d);for(e=d.next();!
e.done;e=d.next())f=a.j,xc(c,5)&&Ry(f)&&(new
Py(f.document)).remove(b,"/",e.value)}};function KA(a,b,c){return
sj(629,function(d){delete a._gfp_s_;if(!d)throw Error("Invalid JSONP
response");d=d._cookies_;if(!d)return q.Promise.resolve();if(0===d.length)throw
Error("Invalid JSONP response");d=z(d);for(var e=d.next();!e.done;e=d.next()){var
f=e.value;e=f._domain_;var g=f._value_,h=f._expires_,k=f._path_;f=f._version_||
1;if("string"!==typeof e||"string"!==typeof g||"number"!==typeof h||"string"!
==typeof k||"number"!==typeof f||!g)throw Error("Invalid JSONP
response");e=If(Hf(Gf(Ff(g),
h),k),e);switch(f){case 1:IA(c,"__gads",e,b);break;case
2:W(mm)&&IA(c,"__gpi",e,b)}}return q.Promise.resolve()})}function LA(a,b,c){var
d=void 0;if(0===a.l){if(HA(a,"__gads",b))var e=!0;else
if(e=a.j,xc(b,5)&&Ry(e)&&(new Py(e.document)).set("GoogleAdServingTest","Good",void
0),e="Good"===Sy("GoogleAdServingTest",b,a.j)){var f=a.j;xc(b,5)&&Ry(f)&&(new
Py(f.document)).remove("GoogleAdServingTest",void 0,void 0)}a.l=e?
2:1}2===a.l&&(d=KA(c,b,a));c._gfp_p_=!0;return d}
function MA(a,b,c,d){d={domain:c.location.hostname,callback:"_gfp_s_",client:d};var
e=HA(b,"__gads",a);e&&(d.cookie=e);W(mm)&&((e=HA(b,"__gpi",a))&&!
t(e,"includes").call(e,"&")&&(d.gpi_cookie=e),d.gpid_exp="1");var
f=zd(Dd(hd(id("https://partner.googleadservices.com/gampad/cookie.js"))),d),g=LA(b,
a,c);g?new q.Promise(function(h){c._gfp_s_=function(k)
{g(k).then(h)};xg(c.document,f)}):q.Promise.resolve()}
function NA(a,b,c){"_gfp_p_"in b||(b._gfp_p_=!1,"_gfp_a_"in b||(b._gfp_a_=!0));var
d=new GA(b);c=b.google_ad_client||c;var e=b._gfp_a_;if("boolean"!==typeof e)throw
Error("Illegal value of _gfp_a_: "+e);if(e){e=b._gfp_p_;if("boolean"!==typeof
e)throw Error("Illegal value of _gfp_p_: "+e);e?
q.Promise.resolve():MA(a,d,b,c)}else
q.Promise.resolve();a=HA(d,"__gads",a)||"";tA||(tA=new
sA);b=tA;uA(b,a);a=b.l;dj(BA).j(a);dj(pj).j(20);dj(pj).j(17)};var
OA=y(["https://pagead2.googlesyndication.com/pagead/js/","/","/rum",".js"]),PA=y(["
https://pagead2.googlesyndication.com/pagead/js/","/","/
rum_debug",".js"]),QA=y(["https://pagead2.googlesyndication.com/pagead/managed/js/
adsense/","/reactive_library",".js"]),RA=y(["https://
pagead2.googlesyndication.com/pagead/managed/js/adsense/","/
debug_card_library",".js"]),SA=y(["https://pagead2.googlesyndication.com/pagead/
js/","/","/creativetoolset/xpc_expansion_embed.js"]),TA=y(["https://
googleads.g.doubleclick.net/pagead/html/",
"/","/zrt_lookup.html"]),UA=y(["https://pagead2.googlesyndication.com/pagead/
managed/js/adsense/","/slotcar_library",".js"]),VA=y(["https://
pagead2.googlesyndication.com/pagead/managed/js/adsense/","/
gallerify",".js"]);function WA(a)
{this.K=a.K;this.pubWin=a.pubWin;this.F=a.F;this.ba=a.ba;this.ea=a.ea;this.Wa=a.Wa;
this.da=a.da;this.ha=a.ha;this.B=-
1;this.j=0;this.A=this.H=null;this.G=this.D=0;this.l=[];this.rb=this.C=""};function
XA(a){var b=0;try{b|=Sm(a),b|=Tm(a,1E4)}catch(c){b|=32}return b};function YA(a){var
b=0;try{b|=Sm(a),b|=Tm(a,1E4)}catch(c){b|=32}return b};function ZA(a,b,c){var
d=0;try{d|=Sm(a),d|=a.navigator&&/Android 2/.test(a.navigator.userAgent)?
1048576:0}catch(g){d|=32}var e=0;try{e|=Tm(a,2500);if(W(um)){var f=Ym(a);e|=f?
320>f?-2147483648:0:1073741824}e|=Vm(a);0<c&&!jn(hn(b,c))&&(e|=134217728)}catch(g)
{e|=32}return d|e};function $A(a,b){b=void 0===b?null:b;var c;if(!W(Am))return
32;var d=Sm(a);Yt(null===(c=a.navigator)||void 0===c?void 0:c.userAgent)&&(d|
=1048576);var e=a.innerWidth;1200>e&&(d|=65536);var f=a.innerHeight;650>f&&(d|=-
2147483648);b&&0===d&&(aB({K:a,Cd:1,position:3===b?"left":"right",N:e,T:f,Ka:new
q.Set,minWidth:120,minHeight:500})||(d|=16));return d}
function bB(a){if(0!==$A(a))return"";for(var
b=[],c=a.innerWidth,d=a.innerHeight,e=z(["left","right"]),f=e.next();!
f.done;f=e.next()){f=f.value;var g=aB({K:a,Cd:1,position:f,N:c,T:d,Ka:new
q.Set,minWidth:120,minHeight:500});g&&b.push(g.width+"x"+g.height+"_"+String(f).cha
rAt(0))}return b.join("|")}function cB(a,b){return null!==qg(a,function(c){return
c.nodeType===Node.ELEMENT_NODE&&b.has(c)})}
function dB(a,b){return null!==qg(a,function(c){return
c.nodeType===Node.ELEMENT_NODE&&"fixed"===b.getComputedStyle(c,null).position})}fun
ction eB(a){return Math.round(10*Math.round(a/10))}function fB(a){return
a.position+"-"+eB(a.N)+"x"+eB(a.T)+"-"+eB(a.scrollY+a.Za)+"Y"}function gB(a)
{return"f-"+fB({position:a.position,Za:a.Za,scrollY:0,N:a.N,T:a.T})}function
hB(a,b){a=Math.min(null!==a&&void 0!==a?a:Infinity,null!==b&&void 0!==b?
b:Infinity);return Infinity!==a?a:0}
function iB(a,b,c){var d=Qm(c.K).sideRailProcessedFixedElements;if(!d.has(a)){var
e=a.getBoundingClientRect();if(e){var
f=Math.min(e.bottom,c.T),g=Math.max(e.left,0),h=Math.min(e.right,c.N),k=.3*c.N;for(
e=Math.max(e.top,0);e<f;e+=10){if(0<h&&g<k){var
l=gB({position:"left",Za:e,N:c.N,T:c.T});b.set(l,hB(b.get(l),g))}if(g<c.N&&h>c.N-k)
{l=gB({position:"right",Za:e,N:c.N,T:c.T});var m=c.N-
h;b.set(l,hB(b.get(l),m))}}d.add(a)}}}
function aB(a){var
b=Qm(a.K).sideRailAvailableSpace,c={K:a.K,N:a.N,T:a.T,Ka:a.Ka},d="f-"+eB(c.N)
+"x"+eB(c.T);if(!b.has(d)){b.set(d,0);d=new
q.Set([].concat(A(t(Array,"from").call(Array,c.K.document.querySelectorAll("[data-
anchor-status]"))),A(c.Ka)));for(var
e=c.K,f=[],g=z(e.document.querySelectorAll("*")),h=g.next();!h.done;h=g.next())
{h=h.value;var k=e.getComputedStyle(h,null);"fixed"===k.position&&"none"!
==k.display&&"hidden"!==k.visibility&&f.push(h)}e=z(f);for(f=e.next();!
f.done;f=e.next())f=
f.value,cB(f,d)||iB(f,b,c)}c=[];e=.9*a.T;f=bn(a.K);g=d=(a.T-e)/2;h=e/
11;for(k=0;12>k;k++){var l=c,m=l.push;var n=g;var
r=a.position,v={K:a.K,N:a.N,T:a.T,Ka:a.Ka},w=gB({position:r,Za:n,N:v.N,T:v.T}),u=fB
({position:r,Za:n,scrollY:f,N:v.N,T:v.T});if(!b.has(u)){var G="left"===r?20:v.N-
20,N=G;r=.3*v.N/7*("left"===r?1:-1);for(var M=0;8>M;M++){var
H=bu(v.K.document,Math.round(N),Math.round(n)),R=cB(H,v.Ka),O=dB(H,v.K);if(!R&&O)
{iB(H,b,v);b.delete(u);break}R||(R=H.offsetHeight>=.25*v.T,R=H.offsetWidth>=.9*
v.N&&R);if(R)b.set(u,Math.round(Math.abs(N-G)+20));else
if(N!==G)N-=r,r/=2;else{b.set(u,0);break}N+=r}}n=hB(b.get(w),b.get(u));m.call(l,n);
g+=h}b=a.Cd;f=a.position;e=Math.round(e/
12);d=Math.round(d);g=a.minWidth;a=a.minHeight;l=[];h=t(Array(c.length),"fill").cal
l(Array(c.length),0);for(k=0;k<c.length;k++){for(;0!==l.length&&c[l[l.length-
1]]>=c[k];)l.pop();h[k]=0===l.length?0:l[l.length-1]+1;l.push(k)}l=[];m=c.length-
1;k=t(Array(c.length),"fill").call(Array(c.length),0);for(n=m;0<=n;n--){for(;0!==
l.length&&c[l[l.length-1]]>=c[n];)l.pop();k[n]=0===l.length?m:l[l.length-1]-
1;l.push(n)}l=null;for(m=0;m<c.length;m+
+)if(n={position:f,width:Math.round(c[m]),height:Math.round((k[m]-h[m]
+1)*e),Ji:d+h[m]*e},v=n.width>=g&&n.height>=a,0===b&&v){l=n;break}else 1===b&&v&&(!
l||n.width*n.height>l.width*l.height)&&(l=n);return l};var
jB=y(["https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"]),kB={},lB=(
kB[27]=512,kB[26]=128,kB);function mB(a,b,c,d){switch(c){case 1:case 2:return
0===bA(a,c);case 3:case 4:return 0===$A(a,c);case 8:return
b="on"===b.google_adtest||Yz(a.location,"google_ia_debug")?-
1:3600,0==ZA(a,d,b);case 9:return b=!("on"===b.google_adtest||
Yz(a.location,"google_scr_debug")),!kn(a,b,d);case 30:return 0==ix(a);case
26:return 0==YA(a);case 27:return 0===XA(a);case 40:return!0;default:return!1}}
function nB(a,b,c,d){switch(c){case 0:case 40:case 10:case 11:return 0;case 1:case
2:return bA(a,c);case 3:case 4:return $A(a,c);case 8:return
ZA(a,d,"on"===b.google_adtest||Yz(a.location,"google_ia_debug")?-1:3600);case
9:return kn(a,!("on"===b.google_adtest||Yz(a.location,"google_scr_debug")),d);case
16:return Yo(b,a)?0:8388608;case 30:return ix(a);case 26:return YA(a);case
27:return XA(a);default:return 32}}
function oB(a,b,c){var d=b.google_reactive_ad_format;if(!md(d))return!
1;a=wg(a);if(!a||!mB(a,b,d,c))return!1;b=Qm(a);if(Zm(b,d))return!1;b.adCount[d]||
(b.adCount[d]=0);b.adCount[d]++;return!0}function pB(a){var
b=a.google_reactive_ad_format;return!a.google_reactive_ads_config&&qB(a)&&16!
==b&&10!==b&&11!==b&&40!==b}function rB(a){if(!a.hash)return null;var
b=null;Bg(Vz,function(c){!b&&Yz(a,c)&&(b=Xz[c])});return b}
function sB(a,b){var c=Qm(a).tagSpecificState[1]||null;null!
=c&&null==c.debugCard&&Bg(nv,function(d){!c.debugCardRequested&&"number"===typeof
d&&aA(d,a.location)&&(c.debugCardRequested=!0,tB(a,b,function(e)
{c.debugCard=e.createDebugCard(d,a)}))})}function uB(a,b,c){if(!b)return null;var
d=Qm(b),e=0;Bg(nd,function(f){var g=lB[f];g&&0===vB(a,b,f,c)&&(e|
=g)});d.wasPlaTagProcessed&&(e|=256);a.google_reactive_tag_first&&(e|=1024);return
e?""+e:null}
function wB(a,b,c){var d=[];Bg(nd,function(e){var f=vB(b,a,e,c);0!
==f&&d.push(e+":"+f)});return d.join(",")||null}function xB(a){var
b=[],c={};Bg(a,function(d,e){if((e=Wk[e])&&!c[e]){c[e]=!0;if(d)d=1;else if(!
1===d)d=2;else return;b.push(e+":"+d)}});return b.join(",")}function yB(a)
{a=a.overlays;if(!a)return"";a=a.bottom;return"boolean"===typeof a?a?"1":"0":""}
function vB(a,b,c,d){if(!b)return 256;var
e=0,f=Qm(b),g=Zm(f,c);if(a.google_reactive_ad_format==c||g)e|=64;var h=!
1;Bg(f.reactiveTypeDisabledByPublisher,function(k,l){String(c)===String(l)&&(h=!
0)});h&&rB(b.location)!==c&&(e|=128);return e|nB(b,a,c,d)}function zB(a,b){if(a)
{var
c=Qm(a),d={};Bg(b,function(e,f){(f=Wk[f])&&(!1===e||/^false$/i.test(e))&&(d[f]=!
0)});Bg(nd,function(e){d[Yk[e]]&&(c.reactiveTypeDisabledByPublisher[e]=!0)})}}
function AB(a,b,c){b=sj(b,c);return
Rr(1,window,zd(Me(a),dj(Mm).j(ll.j,ll.defaultValue)?
{bust:dj(Mm).j(ll.j,ll.defaultValue)}:{})).then(b)}function tB(a,b,c)
{c=sj(212,c);Rr(3,a,Me(b)).then(c)}function BB(a){a.adsbygoogle||
(a.adsbygoogle=[],xg(a.document,Me(S(jB))))}function CB(a,b){L(a,"load",function()
{BB(a);a.adsbygoogle.push(b)})}function DB(a){a=a.google_reactive_ad_format;return
md(a)?""+a:null}function qB(a){return!!DB(a)||null!=a.google_pgb_reactive}
function EB(a){a=DB(a);return 26==a||27==a||30==a||16==a||40==a};function FB(a)
{return"number"===typeof a.google_reactive_sra_index}
function GB(a,b,c){var d=b.K||b.pubWin,e=b.F;e.google_reactive_plat=wB(d,e,c);var
f=xB(a);f&&(e.google_reactive_plaf=f);(f=yB(a))&&(e.google_reactive_fba=f);
(f=bB(d))&&(e.google_plas=f);HB(a,e);f=rB(b.pubWin.location);IB(a,f,e);f?
(e.fra=f,e.google_pgb_reactive=6):e.google_pgb_reactive=5;W(lm)&&(e.fsapi=!
0);xh()||Go(b.pubWin.top);f=wj(b.pubWin,"rsrai",sj(429,function(g,h){return
JB(b,d,e.google_ad_client,a,g,h,c)}),sj(430,Ta(en,b.pubWin,431,vi)));b.l.push(f);Qm
(d).wasReactiveTagRequestSent=!0;KB(b,
a,c)}function KB(a,b,c){var d=a.F,e=Ma(b.page_level_pubvars)?b.page_level_pubvars:
{};b=wj(a.pubWin,"apcnf",sj(353,function(f,g){var
h=a.pubWin,k=d.google_ad_client,l=Me(a.ea.dd),m=Me(a.ea.Bb);return Xg(g.origin)?
pz(h,k,e,f.config,c,l,null,m):!1}),sj(353,Ta(en,a.pubWin,353,vi)));a.l.push(b)}
function JB(a,b,c,d,e,f,g){if(!Xg(f.origin))return!1;f=e.data;if(!
Array.isArray(f))return!1;if(!py(b,1))return!0;f&&Jj(6,[f]);e=e.amaConfig;for(var
h=[],k=[],l=Qm(b),m=null,n=0;n<f.length;n++)if(f[n]){var
r=f[n],v=r.adFormat;l&&r.enabledInAsfe&&(l.reactiveTypeEnabledInAsfe[v]=!0);if(!
r.noCreative){r.google_reactive_sra_index=n;if(9===v&&e)
{r.pubVars=t(Object,"assign").call(Object,r.pubVars||{},LB(d,r));var w=new
ln;if($k(w,r)&&w.G(r)){m=w;continue}}h.push(r);k.push(v)}}h.length&&(T("rasra::pm",
{rt:k.join(","),
c:c},.1),AB(a.ea.wd,522,function(u)
{MB(h,b,c,u,d,g)}));e&&pz(b,c,d,e,g,Me(a.ea.dd),m);return!0}function LB(a,b){var
c=b.adFormat,d=b.adKey;delete b.adKey;var
e={};a=a.page_level_pubvars;Ma(a)&&t(Object,"assign").call(Object,e,a);e.google_ad_
unit_key=d;e.google_reactive_sra_index=b.google_reactive_sra_index;30===c&&(e.googl
e_reactive_ad_format=30);e.google_pgb_reactive=e.google_pgb_reactive||5;return
b.pubVars=e}
function MB(a,b,c,d,e,f){for(var g=[],h={},k=0;k<a.length;h={Db:h.Db,za:h.za},k++)
{h.za=a[k];var
l=h.za.adFormat,m=h.za.adKey;h.Db=d.configProcessorForAdFormat(l);l&&h.Db&&m?
(h.za.pubVars=LB(e,h.za),delete
h.za.google_reactive_sra_index,g.push(l),rj(466,function(n){return function()
{return n.Db.verifyAndProcessConfig(b,n.za,f)}}(h))):T("rasra::ivc",
{af:l,ak:m,c:c},.1)}T("rasra::pr",{rt:g.join(","),c:c},.1)}
function HB(a,b){var c=[],d=!1;Bg(Wk,function(e,f){var g;if(a.hasOwnProperty(f))
{var h=a[f];Ma(h)&&h.google_ad_channel&&(g=String(h.google_ad_channel))}f=Wk[f]-
1;c[f]&&"+"!=c[f]||(c[f]=g?g.replace(/,/g,"+"):"+",d=d||
g)});d&&(b.google_reactive_sra_channels=c.join(","))}function IB(a,b,c){var
d=a.page_level_pubvars;!c.google_adtest&&("on"==a.google_adtest||
d&&"on"==d.google_adtest||b)&&(c.google_adtest="on")};Jb("script");var NB={"image-
top":0,"image-middle":1,"image-side":2,"text-only":3,"in-article":4};function OB()
{Nu.apply(this,arguments);this.j=null}B(OB,Nu);OB.prototype.init=function(a){var
b=this,c=ey();if(!gy(c,27,!1)){iy(c,27,!0);this.j=a.innerHeight>=a.innerWidth?
1:2;var d=function(){return PB(b,a)};L(a,"resize",d);Ou(this,function()
{pf(a,"resize",d)})}};
function PB(a,b){var c=b.innerHeight>=b.innerWidth?1:2;if(a.j!=c)
{a.j=c;c=ly();a={};c=z(c);for(var d=c.next();!
d.done;a={ta:a.ta},d=c.next())if(a.ta=d.value,a.ta.Ma.offsetWidth!
=a.ta.offsetWidth||
a.ta.F.google_full_width_responsive_allowed)a.ta.offsetWidth=a.ta.Ma.offsetWidth,rj
(467,function(e){return function(){var
f=e.ta.Ma,g=e.ta.F,h=QB(f,g);g.google_full_width_responsive_allowed&&(f.style.margi
nLeft=g.gfwroml||"",f.style.marginRight=g.gfwromr||"",f.style.height=g.gfwroh?
g.gfwroh+"px":"",f.style.width=
g.gfwrow?g.gfwrow+"px":"",f.style.zIndex=g.gfwroz||"",delete
g.google_full_width_responsive_allowed);delete g.google_ad_format;delete
g.google_ad_width;delete g.google_ad_height;delete
g.google_content_recommendation_ui_type;delete
g.google_content_recommendation_rows_num;delete
g.google_content_recommendation_columns_num;b.google_spfd(f,g,b);var k=QB(f,g);!
k&&h&&1==f.childNodes.length?(RB(h,!
1),g.google_reactive_ad_format=16,g.google_ad_section="responsive_resize",f.dataset
.adsbygoogleStatus="reserved",
f.className+=" adsbygoogle-
noablate",BB(b),b.adsbygoogle.push({element:f,params:g})):k&&h?k!=h&&(RB(h,!
1),RB(k,!0)):T("auto_size_refresh",
{context:"showOrHideElm",url:b.location.href,nodes:f.childNodes.length})}}
(a))}}function SB(a,b){if(!Yo(b,a))return function(){};a=TB(b,a);if(!a)return
function(){};var c=ly(),d={Ma:a,F:od(b),offsetWidth:a.offsetWidth};c.push(d);return
function(){return Cb(c,d)}}
function RB(a,b){a.style.display=b?"inline-block":"none";var c=a.parentElement;b?
c.dataset.adStatus=a.dataset.adStatus:(a.dataset.adStatus=c.dataset.adStatus,delete
c.dataset.adStatus)}
function QB(a,b){for(var c=0;c<a.childNodes.length;c++){for(var
d={},e=a.childNodes[c],f=e.style,g=["width","height"],h=0;h<g.length;h++){var
k="google_ad_"+g[h];if(!d.hasOwnProperty(k)){var l=Kg(f[g[h]]);l=null===l?
null:Math.round(l);null!
=l&&(d[k]=l)}}if(d.google_ad_width==b.google_ad_width&&d.google_ad_height==b.google
_ad_height)return e}return null}
function TB(a,b){a=b.document.getElementById(a.google_async_iframe_id);if(!a)return
null;for(a=a.parentElement;a&&!cp.test(a.className);)a=a.parentElement;return
a};function UB(a,b,c)
{this.K=a;this.Ma=b;this.F=c;this.j=null;this.l=this.A=0}UB.prototype.B=function()
{10<=++this.A&&C.clearInterval(this.j);var
a=ap(this.K,this.Ma);a=bp(this.K,this.Ma,a);var b=Xo(this.Ma,this.K);null!
=b&&0===b.x||C.clearInterval(this.j);a&&(this.l++,T("rspv:al",
{aligns:this.l,attempt:this.A,client:this.F.google_ad_client,eoffs:String(null!=b?
b.x:null),eids:EA(this.F),slot:this.F.google_ad_slot,url:this.F.google_page_url},.0
1))};function VB(a,b){var
c=Uy(a,Yu(b));c=F(c,2,b.tcString);c=F(c,4,b.addtlConsent||"");F(c,7,b.internalError
State);null!=b.gdprApplies&&F(a,3,b.gdprApplies)}
function WB(a){var b=new Qu(a.pubWin,-1);if(!Ru(b))return
q.Promise.resolve(null);if(!W(fl))return Xu(b);var c=ey(),d=gy(c,24,void
0);if(d)return q.Promise.resolve(d);var e=new q.Promise(function(f)
{f={resolve:f};var g=gy(c,25,[]);g.push(f);iy(c,25,g)});d||null===d||
(iy(c,24,null),b.addEventListener(function(f){if(Vu(f))
{iy(c,24,f);VB(a.A,f);for(var g=z(gy(c,25,[])),h=g.next();!
h.done;h=g.next())h.value.resolve(f);iy(c,25,[])}else iy(c,24,null)}));return
e};function XB(a){var b={};b.dtd=YB((new Date).getTime(),mn);return
Sh(b,a)}function YB(a,b,c){a-=b;return a>=(void 0===c?1E5:c)?"M":0<=a?a:"-
M"};function ZB(a,b,c){var d,e=(null==(d=b.parentElement)?
0:d.classList.contains("adsbygoogle"))?
b.parentElement:b;c.addEventListener("load",function(){return $B(e)});return
wj(a,"adpnt",function(f,g){var h;if(an(g,c.contentWindow))
{f=dn(f).qid;try{c.setAttribute("data-google-query-id",f);var k;null!
==(h=a.googletag)&&void 0!==h?h:a.googletag={cmd:[]};var l=null!
==(k=a.googletag.queryIds)&&void 0!==k?k:
[];l.push(f);500<l.length&&l.shift();a.googletag.queryIds=l}catch(m)
{}e.dataset.adStatus&&T("adsense_late_fill",
{status:e.dataset.adStatus});e.dataset.adStatus="filled";h=!0}else h=!1;return
h})}function $B(a){setTimeout(function(){"filled"!
==a.dataset.adStatus&&(a.dataset.adStatus="unfilled")},1E3)};function aC(a,b,c)
{Nu.call(this);var
d=this;this.j=a;this.Aa=b;this.ua=c;this.Pc={};this.ce=Ni(this.Aa,168,function(e,f)
{return void bC(d,e,f)});this.le=Ni(this.Aa,169,function(e,f){return
en(d.j,"ras::xsf",d.ua,e,f)});this.ib=[];this.W(this.Pc);this.ib.push(vj(this.j,"st
h",this.ce,this.le))}B(aC,Nu);function bC(a,b,c){try{if(!
Xg(c.origin))return}catch(f){return}var d=b.msg_type,e;"string"===typeof
d&&(e=a.Pc[d])&&Li(a.Aa,168,function(){e.call(a,b,c)})}
aC.prototype.B=function(){for(var a=z(this.ib),b=a.next();!
b.done;b=a.next())b=b.value,b();this.ib.length=0;Nu.prototype.B.call(this)};functio
n cC(a){aC.call(this,a,Pi,vi);this.j=a}B(cC,aC);function dC(a,b)
{cC.call(this,a);this.l=b;this.A=function()
{};L(this.l,"load",this.A)}B(dC,cC);dC.prototype.B=function()
{this.l&&pf(this.l,"load",this.A);cC.prototype.B.call(this);this.l=null};
dC.prototype.W=function(a){var b=this;a["adsense-labs"]=function(c)
{if(c=dn(c).settings)try{var d=new Cf(JSON.parse(c));if(uc(d,1)){var
e=b.j,f=E(d,1)||"";if(W(dl)?null!=Vy({win:e,md:wA()}).j:1){if(W(dl)){var
g=Vy({win:e,md:wA()});if(null!=g.j){zA("ok");var h=yA(g.j.value)}else
zA(g.l.message),h={}}else h=yA(e.localStorage);null!
==d&&(h[f]=d.toJSON());try{e.localStorage.setItem("google_adsense_settings",JSON.st
ringify(h))}catch(k){}}}}catch(k){}}};function eC(a,b){cC.call(this,a.K);var
c=this;this.l=b;this.G=a.ha.firstElementChild;this.C=a.ha;this.I=this.C.parentEleme
nt&&this.C.parentElement.classList.contains("adsbygoogle")?
this.C.parentElement:this.C;this.A=parseInt(this.C.style.height,10);this.ma=null;th
is.Qc=this.Gb=!1;this.Ga="";this.Ba=this.J=this.D=0;this.he=this.A/
5;this.L=Kh(this.I).y;this.Fb=null;this.Md=lf(sj(651,function(){c.L=Kh(c.I).y;var
d=c.J;c.J=bn(c.j);c.A<c.D?(d=c.J-d,0<d&&(c.Ba+=d,c.Ba>=c.he?(fC(c),gC(c,c.D)):
(c.A=Math.min(c.D,
c.A+d),gC(c,d),hC(c)))):pf(c.j,"scroll",c.M)}),this);this.M=function(){var
d=c.Md;Jf.requestAnimationFrame?Jf.requestAnimationFrame(d):d()}}B(eC,cC);
eC.prototype.W=function(a){var b=this;a["expand-on-scroll"]=function(c,d)
{if(fi(d,b.l)&&(c=dn(c),b.ma=c.i_expid,b.Ga=c.qid,b.Fb=c.gen204_fraction,!b.Gb))
{b.Gb=!0;c=iC(b,c);"0"===c&&L(b.j,"scroll",b.M,mf);var e={};e=(e.msg_type="expand-
on-scroll-
result",e.eos_success="0"===c,e);xj(d.source,"sth",e,"*");d={err:c};d=void 0===d?
{}:d;b.ma&&(d.eid=b.ma);d.qid=b.Ga;T("eoscrl",d,nn(String(b.Fb)))}};a["expand-on-
scroll-force-expand"]=function(c,d){fi(d,b.l)&&!b.Qc&&(b.Qc=!
0,fC(b),pf(b.j,"scroll",b.M))}};
function fC(a){a.A=a.D;a.I.style.transition="height
500ms";a.C.style.transition="height 500ms";a.G.style.transition="height
500ms";a.l.style.transition="height 500ms";hC(a)}function hC(a){var b="rect(0px,
"+a.l.width+"px, "+a.A+"px,
0px)";a.l.style.clip=b;a.G.style.clip=b;a.l.setAttribute("height",a.A);a.l.style.he
ight=a.A+"px";a.G.setAttribute("height",a.A);a.G.style.height=a.A+"px";a.C.style.he
ight=a.A+"px";a.I.style.height=a.A+"px"}
function iC(a,b){b=Ig(b.r_nh);a.D=null==b?
0:b;if(0>=a.D)return"1";a.L=Kh(a.I).y;a.J=bn(a.j);if(a.L+a.A<a.J)return"2";if(a.L>X
m(a.j)-
a.j.innerHeight)return"3";b=a.J;a.l.setAttribute("height",a.D);a.l.style.height=a.D
+"px";a.G.style.overflow="hidden";a.I.style.position="relative";a.I.style.transitio
n="height 100ms";a.C.style.transition="height 100ms";a.G.style.transition="height
100ms";a.l.style.transition="height 100ms";b=Math.min(b+a.j.innerHeight-
a.L,a.A);Eh(a.C,{position:"relative",top:"auto",bottom:"auto"});
b="rect(0px, "+a.l.width+"px, "+b+"px, 0px)";Eh(a.l,{clip:b});Eh(a.G,
{clip:b});return"0"}function gC(a,b){var c={};b=(c.msg_type="expand-on-scroll-
result",c.eos_success=!0,c.eos_amount=b,c);xj(a.l.contentWindow||
a.l.contentWindow,"sth",b,"*")}eC.prototype.B=function()
{this.M&&pf(this.j,"scroll",this.M,mf);cC.prototype.B.call(this)};function
jC(a,b,c){Nu.call(this);var
d=this;this.l=a;this.C=b;this.J=c;this.D=0;this.A=kC(this);this.I=kf(this.G,this);t
his.j=sj(433,function(){var e=d.I;Jf.requestAnimationFrame?
Jf.requestAnimationFrame(e):e()});L(this.l,"scroll",this.j,mf)}B(jC,Nu);function
kC(a){var b=a.J.getBoundingClientRect(),c=0>b.top+b.height;return!
(b.top>a.l.innerHeight)&&!c}
jC.prototype.G=function(){var a=kC(this);if(a&&!this.A){var b={rr:"vis-
bcr"},c=this.C.contentWindow;c&&(yj(c,"ig",b,"*",2),10<=+
+this.D&&this.j&&pf(this.l,"scroll",this.j,mf))}this.A=a};function lC(a,b)
{a.K&&cC.call(this,a.K);this.l=b;this.C=a.ha;this.A=a.da}B(lC,cC);
lC.prototype.W=function(a){var b=this;a.interscroller=function(c,d)
{if(fi(d,b.l)&&(d=dn(c),c=d.i_h,d=d.i_f,null!=c&&""!==c&&null!=d&&""!==d))
{b.C.style.position="relative";Q(b.A,{position:"absolute",clip:"rect(0, auto, auto,
0)"});var e=b.A.firstElementChild;e&&e.id==b.l.id&&Q(e,
{position:"fixed"});e=Ig(Ih(b.A,"zIndex").toString(),0)+1;c=dh(b.l.id+"_header",c);
Q(c,{position:"absolute",top:"0px",left:"0px",right:"0px","z-
index":e});b.C.insertAdjacentElement("afterbegin",c);c=dh(b.l.id+"_footer",d);
Q(c,{position:"absolute",bottom:"0px",left:"0px",right:"0px","z-
index":e});b.C.insertAdjacentElement("beforeend",c)}}};var
mC={display:"block",left:"auto",position:"fixed",bottom:"0px"};
function nC(a,b){a.K&&cC.call(this,a.K);var
c=this;this.A=b;this.l=a.ha;this.M=this.l.parentElement;this.ma=parseInt(this.l.sty
le.height,10);this.G=null;this.L=!
1;this.I="";this.D=0;this.C=Kh(this.A).y;this.J=null;this.Ga=C.requestAnimationFram
e||C.webkitRequestAnimationFrame||C.mozRequestAnimationFrame||
C.oRequestAnimationFrame||C.msRequestAnimationFrame;this.Ba=sj(636,function()
{c.Ga.call(c.j,c.Ba);var d=c.j.innerHeight,e=bn(c.j);c.C=Kh(c.M).y;e+d>c.C?(e=e+d-
c.C,d=Math.min(e,c.ma),e=c.D-e,e=Math.max(0,
e),0>=e?Eh(c.l,{position:"absolute",top:"0px",bottom:"auto"}):Eh(c.l,
{position:"fixed",top:"auto",bottom:"0px"}),Eh(c.l,{clip:"rect("+e+"px,
"+c.A.width+"px, "+(e+d)+"px, 0px)"})):Eh(c.l,{clip:"rect(3000px, "+c.A.width+"px,
0px, 0px)"})})}B(nC,cC);
nC.prototype.W=function(a){var b=this;a["parallax-scroll"]=function(c,d)
{c=dn(c);b.G=c.i_expid;b.I=c.qid;b.J=c.gen204_fraction;if(!b.L&&fi(d,b.A)){b.L=!
0;c=oC(b,c);var e={};e=(e.msg_type="parallax-scroll-
result",e.ps_success="0"===c,e);xj(d.source,"sth",e,"*");d={err:c};d=void 0===d?
{}:d;b.G&&(d.eid=b.G);d.qid=b.I;T("pscrl",d,nn(String(b.J)))}}};
function oC(a,b){if(!a.Ga)return"1";b=Ig(b.r_nh);a.D=null==b?
0:b;if(0>=a.D)return"2";a.C=Kh(a.A).y;b=a.j.innerHeight;if(a.C+a.ma<b)return"4";if(
a.C>Xm(a.j)-
b)return"3";a.A.setAttribute("height",a.D);a.A.style.height=a.D+"px";Eh(a.l,mC);a.l
.style.height=a.D+"px";a.M.style.position="relative";a.Ba();return"0"};function
pC(a){var b=[5,8,9],c=[3,4],d=void 0,e=2;b=void 0===b?qC:b;c=void 0===c?rC:c;d=void
0===d?sC:d;e=void 0===e?0:e;this.j=ag(a);this.B=b;this.C=c;this.A=d;this.l=e}
function tC(a,b){var c=a.j.P(),d=a.j.j;return new q.Promise(function(e,f){var
g=c.IntersectionObserver;if(g)if(d.elementsFromPoint)if(d.createNodeIterator)if(d.c
reateRange)if(c.Range.prototype.getBoundingClientRect){var h=new g(function(k){var
l=new Fi,m=Ji(l,function(){return
uC(a,k)});m&&(l.j.length&&(m.executionTime=Math.round(Number(l.j[0].duration))),h.d
isconnect(),e(m))},vC);h.observe(b)}else f(Error("5"));else f(Error("4"));else
f(Error("3"));else f(Error("2"));else f(Error("1"))})}
function uC(a,b){function c(n){return
Bb(a.B,n.overlapType)&&Bb(a.C,n.overlapDepth)&&Bb(a.A,n.overlapDetectionPoint)}b=b&
&b[0];if(!b)return null;b=b.target;var d=b.getBoundingClientRect(),e=fg(a.j.P()||
window);if(0>=d.bottom||d.bottom>e.height||0>=d.right||d.left>=e.width)return
null;var f=wC(a,b,d,a.j.j.elementsFromPoint(Qf(d.left+d.width/2,d.left,d.right-
1),Qf(d.bottom-1-a.l,d.top,d.bottom-1)),1,
[]),g=wC(a,b,d,a.j.j.elementsFromPoint(Qf(d.left+d.width/2,d.left,d.right-
1),Qf(d.top+a.l,d.top,d.bottom-
1)),2,f.Ia),h=wC(a,b,d,a.j.j.elementsFromPoint(Qf(d.left+a.l,d.left,d.right-
1),Qf(d.top+d.height/2,d.top,d.bottom-1)),3,
[].concat(A(f.Ia),A(g.Ia))),k=wC(a,b,d,a.j.j.elementsFromPoint(Qf(d.right-1-
a.l,d.left,d.right-1),Qf(d.top+d.height/2,d.top,d.bottom-1)),4,
[].concat(A(f.Ia),A(g.Ia),A(h.Ia))),l=xC(a,b,d);f=xb([].concat(A(t(f,"entries")),A(
t(g,"entries")),A(t(h,"entries")),A(t(k,"entries"))),c);g=xb(l,c);l=[].concat(A(f),
A(g));h=d.left<-a.l||d.right>e.width+a.l;h=0<l.length||h;k=gg(a.j.j);var m=new
rh(d.left,
d.top,d.width,d.height);f=[].concat(A(yb(f,function(n){return new
rh(n.elementRect.left,n.elementRect.top,n.elementRect.width,n.elementRect.height)})
),A(Hb(yb(g,function(n){return th(m,n.elementRect)}))),A(xb(th(m,new
rh(0,0,e.width,e.height)),function(n){return
0<=n.top&&n.top+n.height<=e.height})));return{entries:l,isOverlappingOrOutsideViewp
ort:h,scrollPosition:{scrollX:k.x,scrollY:k.y},target:b,targetRect:d,viewportSize:
{width:e.width,height:e.height},overlappedArea:20>f.length?yC(m,f):zC(d,f)}}
function yC(a,b){if(0===a.width||0===a.height||0===b.length)return 0;for(var
c=0,d=1;d<1<<b.length;d++){for(var e=a,f=0,g=0;g<b.length&&(!(d&1<<g)||(f+
+,e=sh(e,b[g]),e));g++);e&&(c=1===f%2?c+(e.width+1)*(e.height+1):c-
(e.width+1)*(e.height+1))}return c/((a.width+1)*(a.height+1))}
function zC(a,b){if(0===a.width||0===a.height||0===b.length)return 0;for(var
c=0,d=a.left;d<=a.right;d++)for(var e=a.top;e<=a.bottom;e++)for(var
f=0;f<b.length;f+
+)if(d>=b[f].left&&d<=b[f].left+b[f].width&&e>=b[f].top&&e<=b[f].top+b[f].height)
{c++;break}return c/((a.width+1)*(a.height+1))}
function wC(a,b,c,d,e,f){if(0===c.width||0===c.height)return{entries:[],Ia:
[]};for(var g=[],h=[],k=0;k<d.length;k++){var l=d[k];if(l!==b&&!Bb(f,l))
{h.push(l);var
m=l.getBoundingClientRect();if(a.j.contains(l,b))g.push(AC(a,c,l,m,1,e));else
if(a.j.contains(b,l))g.push(AC(a,c,l,m,2,e));else{var n=a,r=b,v=n.j.ve(r,l);if(v)
{var w=BC(n,r,v,l)||{};var u=w.suspectAncestor;w=w.Sa;r=BC(n,l,v,r)||
{};n=r.suspectAncestor;r=r.Sa;u=u&&w&&n&&r?w<=r?
{suspectAncestor:u,overlapType:CC[w]}:{suspectAncestor:n,overlapType:DC[r]}:
u&&w?{suspectAncestor:u,overlapType:CC[w]}:n&&r?
{suspectAncestor:n,overlapType:DC[r]}:null}else u=null;w=u||
{};u=w.suspectAncestor;w=w.overlapType;u&&w?
g.push(AC(a,c,l,m,w,e,u)):g.push(AC(a,c,l,m,9,e))}}}return{entries:g,Ia:h}}
function xC(a,b,c){var d=[];for(b=b.parentElement;b;b=b.parentElement){var
e=b.getBoundingClientRect();if(e){var f=zg(b,a.j.P());f&&"visible"!
==f.overflow&&("auto"!==f.overflowY&&"scroll"!==f.overflowY&&c.bottom>e.bottom+a.l?
d.push(AC(a,c,b,e,5,1)):(f="auto"===f.overflowX||"scroll"===f.overflowX,!
f&&c.left<e.left-a.l?d.push(AC(a,c,b,e,5,3)):!
f&&c.right>e.right+a.l&&d.push(AC(a,c,b,e,5,4))))}}return d}
function AC(a,b,c,d,e,f,g){var
h={element:c,elementRect:d,overlapType:e,overlapDetectionPoint:f};if(Bb(a.B,e)&&Bb(
a.A,f)){b=new oh(b.top,b.right-1,b.bottom-
1,b.left);if((a=EC(a,c))&&qh(b,a))c=4;else{a=FC(c,d);if(Ob)
{e=Oh(c,"paddingLeft");f=Oh(c,"paddingRight");var
k=Oh(c,"paddingTop"),l=Oh(c,"paddingBottom");e=new oh(k,f,l,e)}else
e=Hh(c,"paddingLeft"),f=Hh(c,"paddingRight"),k=Hh(c,"paddingTop"),l=Hh(c,"paddingBo
ttom"),e=new oh(parseFloat(k),parseFloat(f),parseFloat(l),parseFloat(e));qh(b,new
oh(a.top+
e.top,a.right-e.right,a.bottom-e.bottom,a.left+e.left))?c=3:(c=FC(c,d),c=qh(b,c)?
2:1)}h.overlapDepth=c}g&&(h.suspectAncestor=g);return h}
function BC(a,b,c,d){for(var e=[],f=b;f&&f!
==c;f=f.parentElement)e.unshift(f);c=a.j.P();for(f=0;f<e.length;f++){var
g=e[f],h=zg(g,c);if(h)
{if("fixed"===h.position)return{suspectAncestor:g,Sa:1};if("sticky"===h.position&&a
.j.contains(g.parentElement,d))return{suspectAncestor:g,Sa:2};if("absolute"===h.pos
ition)return{suspectAncestor:g,Sa:3};if("none"!==h.cssFloat){h=g===e[0];var
k=GC(a,e.slice(0,f),g);if(h||
k)return{suspectAncestor:g,Sa:4}}}}return(a=GC(a,e,b))?
{suspectAncestor:a,Sa:5}:null}
function GC(a,b,c){var d=c.getBoundingClientRect();if(!d)return null;for(var
e=0;e<b.length;e++){var f=b[e];if(a.j.contains(f,c)){var
g=f.getBoundingClientRect();if(g){var
h=zg(f,a.j.P());if(h&&d.bottom>g.bottom+a.l&&"visible"===h.overflowY)return
f}}}return null}
function FC(a,b){if(!Ob||9<=Number(bc)){var
c=Hh(a,"borderLeftWidth");d=Hh(a,"borderRightWidth");e=Hh(a,"borderTopWidth");a=Hh(
a,"borderBottomWidth");c=new
oh(parseFloat(e),parseFloat(d),parseFloat(a),parseFloat(c))}else{c=Qh(a,"borderLeft
");var d=Qh(a,"borderRight"),e=Qh(a,"borderTop");a=Qh(a,"borderBottom");c=new
oh(e,d,a,c)}return new oh(b.top+c.top,b.right-1-c.right,b.bottom-1-
c.bottom,b.left+c.left)}
function EC(a,b){var c=a.j.j;a=c.createRange();if(!a)return
null;c=c.createNodeIterator(b,NodeFilter.SHOW_TEXT,{acceptNode:function(d){return/
^[\s\xa0]*$/.test(d.nodeValue)?
NodeFilter.FILTER_SKIP:NodeFilter.FILTER_ACCEPT}});for(b=c.nextNode();c.nextNode();
);c=c.previousNode();if(!b||!c)return
null;a.setStartBefore(b);a.setEndAfter(c);a=a.getBoundingClientRect();return
0===a.width||0===a.height?null:new oh(a.top,a.right,a.bottom,a.left)}
var
HC={},CC=(HC[1]=3,HC[4]=10,HC[3]=12,HC[2]=4,HC[5]=5,HC),IC={},DC=(IC[1]=6,IC[4]=11,
IC[3]=13,IC[2]=7,IC[5]=8,IC),qC=xb(Cg({Xg:1,Yg:2,ri:3,si:4,ui:5,Tg:6,Ug:7,Wg:8,Lh:9
,ti:10,Vg:11,oi:12,Sg:13}),function(a){return!
Bb([1,2],a)}),rC=Cg({mg:1,Mh:2,xg:3,vi:4}),sC=Cg({ng:1,yi:2,zh:3,fi:4}),vC={thresho
ld:[0,.25,.5,.75,.95,.96,.97,.98,.99,1]};function JC(a){return a.prerendering?3:
{visible:1,hidden:2,prerender:3,preview:4,unloaded:5}[a.visibilityState||
a.webkitVisibilityState||a.mozVisibilityState||""]||0}function KC(a){var
b;a.visibilityState?b="visibilitychange":a.mozVisibilityState?
b="mozvisibilitychange":a.webkitVisibilityState&&(b="webkitvisibilitychange");retur
n b}function LC(a){return null!=a.hidden?a.hidden:null!=a.mozHidden?
a.mozHidden:null!=a.webkitHidden?a.webkitHidden:null};function MC(a,b)
{Array.isArray(b)||(b=[b]);b=b.map(function(c){return"string"===typeof c?c:c.Jc+"
"+c.duration+"s "+c.timing+" "+c.delay+"s"});Eh(a,"transition",b.join(","))}var
NC=hf(function(){if(Ob)return Zb("10.0");var a=jg(document,"DIV"),b=Sb?"-
webkit":Qb?"-moz":Ob?"-ms":null,c={transition:"opacity 1s linear"};b&&(c[b+"-
transition"]="opacity 1s linear");b=je("div",
{style:c});Mf(a,b);a=a.firstChild;b=a.style[Zf("transition")];return""!
=("undefined"!==typeof b?b:a.style[Fh(a,"transition")]||"")});function OC(a,b)
{this.l=["",""];this.j=a||"";this.A=b||""}function PC(a,b,c)
{0>a.l[b].indexOf(c)&&(a.l[b]+=c)}function QC(a,b){0<=a.j.indexOf(b)||
(a.j=b+a.j)}function RC(a,b)
{0>a.A.indexOf(b)&&(a.A=b+a.A)}OC.prototype.toString=function()
{return[this.l[0],this.l[1],this.j,this.A].join("|")};function SC(a){var
b=TC(a,"",null,0);if(null===b)return"XS";b=b?"C":"N";a=a.j;return
0<=a.indexOf("a")?b+"A":0<=a.indexOf("f")?b+"F":b+"S"}
function TC(a,b,c,d){return""!=a.A||b?null:""==a.j.replace(UC,"")?null!=c&&a.l[0]||
null!=d&&a.l[1]?!1:!0:!1}
function VC(a,b,c,d,e,f,g)
{this.Fb=a;this.O=c;this.I=b;this.Y=(a=this.I.ownerDocument)&&(a.defaultView||
a.parentWindow);this.C=new
WC(this.I);this.B=g;this.ib=XC(this.C,d.Nc,d.height,d.Bd);this.G=this.B?
this.C.boundingClientRect?this.C.boundingClientRect.right-
this.C.boundingClientRect.left:null:e;this.D=this.B?this.C.boundingClientRect?
this.C.boundingClientRect.bottom-
this.C.boundingClientRect.top:null:f;this.A=YC(d.width);this.l=YC(d.height);this.M=
this.B?YC(d.opacity):null;this.ua=d.check;this.H=
"animate"==d.Nc&&!ZC(this.C,this.l,this.Aa)&&NC();this.Ga=!!d.Tc;this.j=new
OC;ZC(this.C,this.l,this.Aa)&&QC(this.j,"r");e=this.C;e.j&&e.l>=e.A&&QC(this.j,"b")
;this.L=this.J=null;this.W=!1;this.ma=!!d.ff;this.Gb=!!d.yd;this.Aa=!!
d.Bd;this.Ba=d.Hb}
function $C(a){if(a.B&&!a.ib||null==a.A&&null==a.l&&null==a.M&&a.B)return a.j;var
b=a.B;a.B=!1;aD(a);a.B=b;if(!b||null!=a.ua&&!TC(a.j,a.ua,a.A,a.l))return
a.j;0<=a.j.j.indexOf("n")&&(a.G=null,a.D=null);if(null==a.G&&null!==a.A||
null==a.D&&null!==a.l)a.H=!1;(0==a.A||
0==a.l)&&0<=a.j.j.indexOf("l")&&(a.A=0,a.l=0);b=a.j;b.l[0]="";b.l[1]="";b.j="";b.A=
"";bD(a);return aD(a)}
function bD(a){function b(){cD(c,h,k);if(l&&!m&&!k){var n=function(r){for(var
v=0;v<r.length;v++)Eh(l,r[v],"0px")};n(dD);n(eD)}}var
c=a.I;c.style.overflow=a.Ga?"visible":"hidden";a.H&&(a.L?
(MC(c,fD),MC(a.L,fD)):MC(c,"opacity 1s cubic-bezier(.4, 0, 1, 1), width .2s cubic-
bezier(.4, 0, 1, 1) .3s, height .5s cubic-bezier(.4, 0, 1, 1)"));null!
==a.M&&(c.style.opacity=a.M);var d=null!=a.G&&null!=a.A&&(a.ma||a.A>a.G)?
a.A:null,e=null!=a.D&&null!=a.l&&(a.ma||a.l>a.D)?a.l:null;if(a.O)for(var
f=a.O.length,g=
0;g<f;g++)cD(a.O[g],d,e);var h=a.A,k=a.l,l=a.L,m=a.W;a.H?
C.setTimeout(b,1E3):b()}function gD(a,b){var c=!
1;"none"==b.display&&(QC(a.j,"n"),a.B&&(c=!0));"hidden"!=b.visibility&&"collapse"!
=b.visibility||
QC(a.j,"v");"hidden"==b.overflow&&QC(a.j,"o");"absolute"==b.position?
(QC(a.j,"a"),c=!0):"fixed"==b.position&&(QC(a.j,"f"),c=!0);return c}
function aD(a){var b=a.Y;a.J=function(){};hD(a,a.I,b);var c=a.I.parentElement;if(!
c)return a.j;for(var d=!0,e=null;c;){try{e=/^head|html$/i.test(c.nodeName)?
null:zg(c,b)}catch(g){RC(a.j,"c")}var
f=iD(a,b,c,e);c.classList.contains("adsbygoogle")&&e&&(/^\-.*/.test(e["margin-
left"])||/^\-.*/.test(e["margin-right"]))&&(a.W=!0);if(d&&!f&&jD(e))
{QC(a.j,"l");a.L=c;break}d=d&&f;if(e&&gD(a,e))break;c=c.parentElement;if(!c)
{if(b===a.Fb)break;try{if(c=b.frameElement,b=b.parent,!tg(b))
{QC(a.j,"c");break}}catch(g){QC(a.j,
"c");break}}}a.H&&a.B&&kD(a);return a.j}
function lD(a,b,c){if(3==b.nodeType)return/\S/.test(b.data)?1:0;if(1==b.nodeType)
{if(/^(head|script|style)$/i.test(b.nodeName))return 0;var
d=null;try{d=zg(b,c)}catch(e){}if(d)
{if("none"==d.display||"fixed"==d.position)return 0;if("absolute"==d.position){if(!
a.C.boundingClientRect||"hidden"==d.visibility||"collapse"==d.visibility)return
0;c=null;try{c=b.getBoundingClientRect()}catch(e){return
0}return(c.right>a.C.boundingClientRect.left?2:0)|
(c.bottom>a.C.boundingClientRect.top?4:0)}}return 1}return 0}
function hD(a,b,c){var d=0;if(!b||!b.parentElement)return!0;for(var e=!
1,f=0,g=b.parentElement.childNodes,h=0;h<g.length;h++){var k=g[h];k==b?e=!0:
(k=lD(a,k,c),d|=k,e&&(f|=k))}f&1&&(d&2&&PC(a.j,0,"o"),d&4&&PC(a.j,1,"o"));return!
(d&1)}
function mD(a,b,c,d,e,f,g,h){if(null!=h){if("string"==typeof f){if("100%"==f||!
f)return;f=Ig(f);null==f&&(RC(a.j,"n"),PC(a.j,b,"d"))}if(null!=f)if(c)
{if(a.B)if(a.H){var k=Math.max(f+h-(g||0),0),l=a.J;a.J=function(m,n)
{m==b&&d.setAttribute(e,k-n);l&&l(m,n)}}else d.setAttribute(e,h)}else
PC(a.j,b,"d")}}
function nD(a,b,c,d,e,f,g,h,k,l){if(null!=l){f=f&&f[g];"string"!=typeof f||("m"==c?
oD(f):pD(f))||(f=Kg(f),null==f?QC(a.j,"p"):null!
=k&&QC(a.j,f==k?"E":"e"));if("string"==typeof h){if("m"==c?
oD(h):pD(h))return;h=Kg(h);null==h&&(RC(a.j,"p"),PC(a.j,b,c))}if(null!=h)if(d&&e)
{if(a.B)if(a.H){var m=Math.max(h+l-(k||0),0),n=a.J;a.J=function(r,v){r==b&&(e[g]=m-
v+"px");n&&n(r,v)}}else e[g]=l+"px"}else PC(a.j,b,c)}}
function iD(a,b,c,d){var e=null;try{e=c.style}catch(G){RC(a.j,"s")}var
f=c.getAttribute("width"),g=Ig(f),h=c.getAttribute("height"),k=Ig(h),l=d&&/
^block$/.test(d.display)||e&&/
^block$/.test(e.display),m=hD(a,c,b),n=d&&d.width,r=d&&d.height,v=e&&e.width,w=e&&e
.height,u=Kg(n)==a.G&&Kg(r)==a.D;n=u?n:v;w=u?r:w;v=Kg(n);u=Kg(w);g=null!
==a.G&&(null!==v&&a.G>=v||null!==g&&a.G>=g);u=null!==a.D&&(null!==u&&a.D>=u||null!
==k&&a.D>=k);k=!m&&jD(d);u=m||u||k||!(f||n||d&&(!oD(String(d.minWidth))||!
pD(String(d.maxWidth))));
l=m||g||k||l||!(h||w||d&&(!oD(String(d.minHeight))||!
pD(String(d.maxHeight))));mD(a,0,u,c,"width",f,a.G,a.A);nD(a,0,"d",u,e,d,"width",n,
a.G,a.A);nD(a,0,"m",u,e,d,"minWidth",e&&e.minWidth,a.G,a.A);nD(a,0,"M",u,e,d,"maxWi
dth",e&&e.maxWidth,a.G,a.A);if(a.Gb){c=/^html|body$/
i.test(c.nodeName);r=Kg(r);f=d?"auto"===d.overflowY||"scroll"===d.overflowY:!
1;if(h=null!=a.l&&d&&r&&Math.round(r)!==a.l)(f=!f)||(f=(W(cm)||
b.location&&"#gffwroe2ettq"==b.location.hash)&&Math.round(r)<.8*Math.round(b.innerH
eight)),
h=f;f=h&&"100%"!==d.minHeight;if(c=a.B&&!c&&f)c=!(a.Ba&&d&&(W(Wl)||
b.location&&"#gffwroe2etoq"==b.location.hash)&&Math.round(Kg(d.minHeight))===Math.r
ound(b.innerHeight));c&&(e.setProperty("height","auto","important"),d&&!
oD(String(d.minHeight))&&e.setProperty("min-height","0px","important"),d&&!
pD(String(d.maxHeight))&&a.l&&Math.round(r)<a.l&&e.setProperty("max-
height","none","important"))}else
mD(a,1,l,c,"height",h,a.D,a.l),nD(a,1,"d",l,e,d,"height",w,a.D,a.l),nD(a,1,"m",l,e,
d,"minHeight",e&&e.minHeight,
a.D,a.l),nD(a,1,"M",l,e,d,"maxHeight",e&&e.maxHeight,a.D,a.l);return m}function
kD(a){function b(){if(0<c){var l=zg(e,d)||{},m=Kg(l.width);l=Kg(l.height);null!
==m&&null!==f&&h&&h(0,f-m);null!==l&&null!==g&&h&&h(1,g-l);--c}else
C.clearInterval(k),h&&(h(0,0),h(1,0))}var
c=31.25,d=a.Y,e=a.I,f=a.A,g=a.l,h=a.J,k;C.setTimeout(function()
{k=C.setInterval(b,16)},990)}
function WC(a){var b=a&&a.ownerDocument,c=b&&(b.defaultView||
b.parentWindow);c=c&&wg(c);this.j=!!
c;this.boundingClientRect=null;if(a)try{this.boundingClientRect=a.getBoundingClient
Rect()}catch(k){}for(var d=a,e=0,f=this.boundingClientRect;d;)try{f&&(e+=f.top);var
g=d.ownerDocument,h=g&&(g.defaultView||g.parentWindow);
(d=h&&h.frameElement)&&(f=d.getBoundingClientRect())}catch(k){break}this.l=e;c=c||
C;this.A=("CSS1Compat"==c.document.compatMode?
c.document.documentElement:c.document.body).clientHeight;
b=b&&JC(b);this.B=!!a&&!(2==b||3==b)&&!
(this.boundingClientRect&&this.boundingClientRect.top>=this.boundingClientRect.bott
om&&this.boundingClientRect.left>=this.boundingClientRect.right)}function ZC(a,b,c)
{var d;(d=a.j)&&!(d=!a.B)&&(c?
(b=a.l+Math.min(b,YC(a.getHeight())),a=a.j&&b>=a.A):a=a.j&&a.l>=a.A,d=a);return
d}WC.prototype.isVisible=function(){return this.B};WC.prototype.getWidth=function()
{return this.boundingClientRect?this.boundingClientRect.right-
this.boundingClientRect.left:null};
WC.prototype.getHeight=function(){return this.boundingClientRect?
this.boundingClientRect.bottom-this.boundingClientRect.top:null};function
XC(a,b,c,d){switch(b){case "no_rsz":return!1;case "force":case "animate":return!
0;default:return ZC(a,c,d)}}function jD(a){return!!a&&/^left|
right$/.test(a.cssFloat||a.styleFloat)}function qD(a,b,c,d){return $C(new
VC(a,b,d,c,null,null,!0))}var rD=new
OC("s",""),UC=RegExp("[lonvafrbpEe]","g");function pD(a){return!a||/^(auto|none|
100%)$/.test(a)}
function oD(a){return!a||/^(0px|auto|none|0%)$/.test(a)}function cD(a,b,c){null!
==b&&null!==Ig(a.getAttribute("width"))&&a.setAttribute("width",b);null!==c&&null!
==Ig(a.getAttribute("height"))&&a.setAttribute("height",c);null!
==b&&(a.style.width=b+"px");null!==c&&(a.style.height=c+"px")}
for(var dD="margin-left margin-right padding-left padding-right border-left-width
border-right-width".split(" "),eD="margin-top margin-bottom padding-top padding-
bottom border-top-width border-bottom-width".split(" "),sD="opacity 1s cubic-
bezier(.4, 0, 1, 1), width .2s cubic-bezier(.4, 0, 1, 1), height .3s cubic-
bezier(.4, 0, 1, 1) .2s",tD=dD,uD=0;uD<tD.length;uD++)sD+=", "+tD[uD]+" .2s cubic-
bezier(.4, 0, 1, 1)";tD=eD;for(var vD=0;vD<tD.length;vD++)sD+=", "+tD[vD]+" .3s
cubic-bezier(.4, 0, 1, 1) .2s";
var fD=sD;function YC(a){return"string"===typeof a?Ig(a):"number"===typeof
a&&isFinite(a)?a:null};function wD(a,b,c)
{cC.call(this,a);this.l=b;this.D=String(c.google_ad_unit_key||"");this.A=String(c.g
oogle_ad_dom_fingerprint||"");this.C=String(c.google_ad_format||"");this.G=EA(c);th
is.I=String(c.google_ad_slot||"");this.J=String(c.google_page_url||"")}B(wD,cC);
wD.prototype.W=function(a){var b=this;a["resize-me"]=function(c,d)
{if(an(d,b.l.contentWindow)){c=dn(c);var e=c.r_chk;if(null==e||""===e){var
f=Ig(c.r_nw),g=Ig(c.r_nh),h=Ig(c.r_no);null!=h||0!==f&&0!==g||(h=0);var
k=c.r_str;k=k?
k:null;e=xD(b,e,f,g,h,k,Jg(c.r_ao),Jg(c.r_ifr),Jg(c.r_cab),c);xj(d.source,"sth",
{msg_type:"resize-result",r_str:k,r_status:e},"*");b.l.dataset.googleQueryId||
b.l.setAttribute("data-google-query-id",c.qid)}}}};
function yD(a,b,c){var d={scrl:bn(a.j||
window),adk:a.D,adf:a.A,fmt:a.C};b&&(d.str=ZC(b,Ig(c.r_nh),Jg(c.r_cab)),d.ad_y=b.l,
d.vph=b.A);Bg(c,function(e,f){d[f]=e});return d}
function xD(a,b,c,d,e,f,g,h,k,l){var m=window;if(!a.l||!m)return
l.err="2",zD(a,l,null),!1;if("no_rsz"===f)return l.err="7",zD(a,l,null),!0;var
n=new WC(a.l);if(!n.j)return l.err="3",zD(a,l,null),!1;var r=n.getWidth();null!
=r&&(l.w=r);r=n.getHeight();null!=r&&(l.h=r);if(XC(n,f,d,k)){var
v=a.l.ownerDocument.getElementById(a.l.id+"_anchor");r=v?[a.l]:null;v=v||a.l;var
w=W(km);b=qD(m,v,
{width:c,height:d,opacity:e,check:b,Nc:f,Tc:g,ff:h,yd:w,Bd:k},r);l.r_cui&&Jg(l.r_cu
i.toString())&&Q(v,{height:(null===
d?0:d-48)+"px",top:"24px"});null!=c&&(l.nw=c);null!
=d&&(l.nh=d);l.rsz=b.toString();l.abl=SC(b);l.frsz=("force"===f).toString();l.err="
0";zD(a,l,n);Ab(dj(pj).l(),function(u){return
Bb([248427477,248427478],u)})&&a.j===m&&tC(new pC(a.j),v).then(function(u){Jj(8,
[u]);return u}).then(function(u){T("resize-ovlp",
{adf:a.A,eid:a.G,io:Number(u.isOverlappingOrOutsideViewport),oa:u.overlappedArea.to
Fixed(2),qid:l.qid||"",slot:a.I,url:a.J,vp:u.viewportSize.width+"x"+u.viewportSize.
height},1)}).catch(function(u){T("resize-ovlp-err",
{err:u.message},1)});return!0}l.err="1";zD(a,l,n);return!1}function zD(a,b,c){var
d=nn(String(b.gen204_fraction));b=yD(a,c,b);b.url=a.j.document.URL;T("resize",b,d)}
wD.prototype.B=function(){cC.prototype.B.call(this);this.l=null};var
AD={google:1,googlegroups:1,gmail:1,googlemail:1,googleimages:1,googleprint:1};var
BD=/^blogger$/,CD=/^wordpress(.|\s|$)/i,DD=/^joomla!/i,ED=/^drupal/i,FD=/\/wp-
content\//,GD=/\/wp-content\/plugins\/advanced-ads/,HD=/\/wp-content\/themes\/
genesis/,ID=/\/wp-content\/plugins\/genesis/;
function JD(a){for(var b=a.getElementsByTagName("script"),c=b.length,d=0;d<c;++d)
{var e=b[d];if(e.hasAttribute("src"))
{e=e.getAttribute("src")||"";if(GD.test(e))return 5;if(ID.test(e))return
6}}b=a.getElementsByTagName("link");c=b.length;for(d=0;d<c;+
+d)if(e=b[d],e.hasAttribute("href")&&(e=e.getAttribute("href")||"",HD.test(e)||
ID.test(e)))return 6;a=a.getElementsByTagName("meta");d=a.length;for(e=0;e<d;++e)
{var f=a[e];if("generator"==f.getAttribute("name")&&f.hasAttribute("content"))
{f=f.getAttribute("content")||
"";if(BD.test(f))return 1;if(CD.test(f))return 2;if(DD.test(f))return
3;if(ED.test(f))return 4}}for(a=0;a<c;+
+a)if(d=b[a],"stylesheet"==d.getAttribute("rel")&&d.hasAttribute("href")&&(d=d.getA
ttribute("href")||"",FD.test(d)))return 2;return 0};var KD=navigator;function LD(a)
{var b=1,c;if(void 0!=a&&""!=a)for(b=0,c=a.length-1;0<=c;c--){var
d=a.charCodeAt(c);b=(b<<6&268435455)+d+(d<<14);d=b&266338304;b=0!=d?
b^d>>21:b}return b}function MD(a,b){if(!a||"none"==a)return
1;a=String(a);"auto"==a&&(a=b,"www."==a.substring(0,4)&&(a=a.substring(4,a.length))
);return LD(a.toLowerCase())}var ND=RegExp("^\\s*_ga=\\s*1\\.(\\d+)[^.]*\\.(.*?)\\
s*$"),OD=RegExp("^[^=]+=\\s*GA1\\.(\\d+)[^.]*\\.(.*?)\\s*$"),PD=RegExp("^\\s*_ga=\\
s*()(amp-[\\w.-]{22,64})$");function QD(){var a=void 0===a?C:a;var b=new
Ko;a.SVGElement&&a.document.createElementNS&&b.set(0);var c=Pg();c["allow-top-
navigation-by-user-activation"]&&b.set(1);c["allow-popups-to-escape-
sandbox"]&&b.set(2);a.crypto&&a.crypto.subtle&&b.set(3);a.TextDecoder&&a.TextEncode
r&&b.set(4);return Lo(b)};var
RD=y(["https://adservice.google.com/adsid/integrator.",""]),SD=y(["https://
adservice.google.ad/adsid/integrator.",""]),TD=y(["https://adservice.google.ae/
adsid/integrator.",""]),UD=y(["https://adservice.google.com.af/adsid/
integrator.",""]),VD=y(["https://adservice.google.com.ag/adsid/
integrator.",""]),WD=y(["https://adservice.google.com.ai/adsid/
integrator.",""]),XD=y(["https://adservice.google.al/adsid/
integrator.",""]),YD=y(["https://adservice.google.co.ao/adsid/
integrator.",""]),ZD=y(["https://adservice.google.com.ar/adsid/integrator.",
""]),$D=y(["https://adservice.google.as/adsid/integrator.",""]),aE=y(["https://
adservice.google.at/adsid/integrator.",""]),bE=y(["https://
adservice.google.com.au/adsid/integrator.",""]),cE=y(["https://
adservice.google.az/adsid/integrator.",""]),dE=y(["https://
adservice.google.com.bd/adsid/integrator.",""]),eE=y(["https://
adservice.google.be/adsid/integrator.",""]),fE=y(["https://adservice.google.bf/
adsid/integrator.",""]),gE=y(["https://adservice.google.bg/adsid/
integrator.",""]),hE=y(["https://adservice.google.com.bh/adsid/integrator.",
""]),iE=y(["https://adservice.google.bi/adsid/integrator.",""]),jE=y(["https://
adservice.google.bj/adsid/integrator.",""]),kE=y(["https://
adservice.google.com.bn/adsid/integrator.",""]),lE=y(["https://
adservice.google.com.bo/adsid/integrator.",""]),mE=y(["https://
adservice.google.com.br/adsid/integrator.",""]),nE=y(["https://
adservice.google.bs/adsid/integrator.",""]),oE=y(["https://adservice.google.bt/
adsid/integrator.",""]),pE=y(["https://adservice.google.co.bw/adsid/
integrator.",""]),qE=y(["https://adservice.google.com.bz/adsid/integrator.",
""]),rE=y(["https://adservice.google.ca/adsid/integrator.",""]),sE=y(["https://
adservice.google.cd/adsid/integrator.",""]),tE=y(["https://adservice.google.cf/
adsid/integrator.",""]),uE=y(["https://adservice.google.cg/adsid/
integrator.",""]),vE=y(["https://adservice.google.ch/adsid/
integrator.",""]),wE=y(["https://adservice.google.ci/adsid/
integrator.",""]),xE=y(["https://adservice.google.co.ck/adsid/
integrator.",""]),yE=y(["https://adservice.google.cl/adsid/
integrator.",""]),zE=y(["https://adservice.google.cm/adsid/integrator.",
""]),AE=y(["https://adservice.google.com.co/adsid/
integrator.",""]),BE=y(["https://adservice.google.co.cr/adsid/
integrator.",""]),CE=y(["https://adservice.google.com.cu/adsid/
integrator.",""]),DE=y(["https://adservice.google.cv/adsid/
integrator.",""]),EE=y(["https://adservice.google.com.cy/adsid/
integrator.",""]),FE=y(["https://adservice.google.cz/adsid/
integrator.",""]),GE=y(["https://adservice.google.de/adsid/
integrator.",""]),HE=y(["https://adservice.google.dj/adsid/
integrator.",""]),IE=y(["https://adservice.google.dk/adsid/integrator.",
""]),JE=y(["https://adservice.google.dm/adsid/integrator.",""]),KE=y(["https://
adservice.google.dz/adsid/integrator.",""]),LE=y(["https://
adservice.google.com.ec/adsid/integrator.",""]),ME=y(["https://
adservice.google.ee/adsid/integrator.",""]),NE=y(["https://
adservice.google.com.eg/adsid/integrator.",""]),OE=y(["https://
adservice.google.es/adsid/integrator.",""]),PE=y(["https://
adservice.google.com.et/adsid/integrator.",""]),QE=y(["https://
adservice.google.fi/adsid/integrator.",""]),RE=y(["https://
adservice.google.com.fj/adsid/integrator.",
""]),SE=y(["https://adservice.google.fm/adsid/integrator.",""]),TE=y(["https://
adservice.google.fr/adsid/integrator.",""]),UE=y(["https://adservice.google.ga/
adsid/integrator.",""]),VE=y(["https://adservice.google.ge/adsid/
integrator.",""]),WE=y(["https://adservice.google.gg/adsid/
integrator.",""]),XE=y(["https://adservice.google.com.gh/adsid/
integrator.",""]),YE=y(["https://adservice.google.com.gi/adsid/
integrator.",""]),ZE=y(["https://adservice.google.gl/adsid/integrator.",""]),
$E=y(["https://adservice.google.gm/adsid/integrator.",
""]),aF=y(["https://adservice.google.gr/adsid/integrator.",""]),bF=y(["https://
adservice.google.com.gt/adsid/integrator.",""]),cF=y(["https://
adservice.google.gy/adsid/integrator.",""]),dF=y(["https://
adservice.google.com.hk/adsid/integrator.",""]),eF=y(["https://
adservice.google.hn/adsid/integrator.",""]),fF=y(["https://adservice.google.hr/
adsid/integrator.",""]),gF=y(["https://adservice.google.ht/adsid/
integrator.",""]),hF=y(["https://adservice.google.hu/adsid/
integrator.",""]),iF=y(["https://adservice.google.co.id/adsid/integrator.",
""]),jF=y(["https://adservice.google.ie/adsid/integrator.",""]),kF=y(["https://
adservice.google.co.il/adsid/integrator.",""]),lF=y(["https://adservice.google.im/
adsid/integrator.",""]),mF=y(["https://adservice.google.co.in/adsid/
integrator.",""]),nF=y(["https://adservice.google.iq/adsid/
integrator.",""]),oF=y(["https://adservice.google.is/adsid/
integrator.",""]),pF=y(["https://adservice.google.it/adsid/
integrator.",""]),qF=y(["https://adservice.google.je/adsid/
integrator.",""]),rF=y(["https://adservice.google.com.jm/adsid/integrator.",
""]),sF=y(["https://adservice.google.jo/adsid/integrator.",""]),tF=y(["https://
adservice.google.co.jp/adsid/integrator.",""]),uF=y(["https://
adservice.google.co.ke/adsid/integrator.",""]),vF=y(["https://
adservice.google.com.kh/adsid/integrator.",""]),wF=y(["https://
adservice.google.ki/adsid/integrator.",""]),xF=y(["https://adservice.google.kg/
adsid/integrator.",""]),yF=y(["https://adservice.google.co.kr/adsid/
integrator.",""]),zF=y(["https://adservice.google.com.kw/adsid/
integrator.",""]),AF=y(["https://adservice.google.kz/adsid/integrator.",
""]),BF=y(["https://adservice.google.la/adsid/integrator.",""]),CF=y(["https://
adservice.google.com.lb/adsid/integrator.",""]),DF=y(["https://
adservice.google.li/adsid/integrator.",""]),EF=y(["https://adservice.google.lk/
adsid/integrator.",""]),FF=y(["https://adservice.google.co.ls/adsid/
integrator.",""]),GF=y(["https://adservice.google.lt/adsid/
integrator.",""]),HF=y(["https://adservice.google.lu/adsid/
integrator.",""]),IF=y(["https://adservice.google.lv/adsid/
integrator.",""]),JF=y(["https://adservice.google.com.ly/adsid/integrator.",
""]),KF=y(["https://adservice.google.md/adsid/integrator.",""]),LF=y(["https://
adservice.google.me/adsid/integrator.",""]),MF=y(["https://adservice.google.mg/
adsid/integrator.",""]),NF=y(["https://adservice.google.mk/adsid/
integrator.",""]),OF=y(["https://adservice.google.ml/adsid/
integrator.",""]),PF=y(["https://adservice.google.com.mm/adsid/
integrator.",""]),QF=y(["https://adservice.google.mn/adsid/
integrator.",""]),RF=y(["https://adservice.google.ms/adsid/
integrator.",""]),SF=y(["https://adservice.google.com.mt/adsid/integrator.",
""]),TF=y(["https://adservice.google.mu/adsid/integrator.",""]),UF=y(["https://
adservice.google.mv/adsid/integrator.",""]),VF=y(["https://adservice.google.mw/
adsid/integrator.",""]),WF=y(["https://adservice.google.com.mx/adsid/
integrator.",""]),XF=y(["https://adservice.google.com.my/adsid/
integrator.",""]),YF=y(["https://adservice.google.co.mz/adsid/
integrator.",""]),ZF=y(["https://adservice.google.com.na/adsid/integrator.",""]),
$F=y(["https://adservice.google.com.ng/adsid/integrator.",""]),aG=y(["https://
adservice.google.com.ni/adsid/integrator.",
""]),bG=y(["https://adservice.google.ne/adsid/integrator.",""]),cG=y(["https://
adservice.google.nl/adsid/integrator.",""]),dG=y(["https://adservice.google.no/
adsid/integrator.",""]),eG=y(["https://adservice.google.com.np/adsid/
integrator.",""]),fG=y(["https://adservice.google.nr/adsid/
integrator.",""]),gG=y(["https://adservice.google.nu/adsid/
integrator.",""]),hG=y(["https://adservice.google.co.nz/adsid/
integrator.",""]),iG=y(["https://adservice.google.com.om/adsid/
integrator.",""]),jG=y(["https://adservice.google.com.pa/adsid/integrator.",
""]),kG=y(["https://adservice.google.com.pe/adsid/
integrator.",""]),lG=y(["https://adservice.google.com.pg/adsid/
integrator.",""]),mG=y(["https://adservice.google.com.ph/adsid/
integrator.",""]),nG=y(["https://adservice.google.com.pk/adsid/
integrator.",""]),oG=y(["https://adservice.google.pl/adsid/
integrator.",""]),pG=y(["https://adservice.google.pn/adsid/
integrator.",""]),qG=y(["https://adservice.google.com.pr/adsid/
integrator.",""]),rG=y(["https://adservice.google.ps/adsid/
integrator.",""]),sG=y(["https://adservice.google.pt/adsid/integrator.",
""]),tG=y(["https://adservice.google.com.py/adsid/
integrator.",""]),uG=y(["https://adservice.google.com.qa/adsid/
integrator.",""]),vG=y(["https://adservice.google.ro/adsid/
integrator.",""]),wG=y(["https://adservice.google.ru/adsid/
integrator.",""]),xG=y(["https://adservice.google.rw/adsid/
integrator.",""]),yG=y(["https://adservice.google.com.sa/adsid/
integrator.",""]),zG=y(["https://adservice.google.com.sb/adsid/
integrator.",""]),AG=y(["https://adservice.google.sc/adsid/
integrator.",""]),BG=y(["https://adservice.google.se/adsid/integrator.",
""]),CG=y(["https://adservice.google.com.sg/adsid/
integrator.",""]),DG=y(["https://adservice.google.sh/adsid/
integrator.",""]),EG=y(["https://adservice.google.si/adsid/
integrator.",""]),FG=y(["https://adservice.google.sk/adsid/
integrator.",""]),GG=y(["https://adservice.google.sn/adsid/
integrator.",""]),HG=y(["https://adservice.google.so/adsid/
integrator.",""]),IG=y(["https://adservice.google.sm/adsid/
integrator.",""]),JG=y(["https://adservice.google.sr/adsid/
integrator.",""]),KG=y(["https://adservice.google.st/adsid/integrator.",
""]),LG=y(["https://adservice.google.com.sv/adsid/
integrator.",""]),MG=y(["https://adservice.google.td/adsid/
integrator.",""]),NG=y(["https://adservice.google.tg/adsid/
integrator.",""]),OG=y(["https://adservice.google.co.th/adsid/
integrator.",""]),PG=y(["https://adservice.google.com.tj/adsid/
integrator.",""]),QG=y(["https://adservice.google.tl/adsid/
integrator.",""]),RG=y(["https://adservice.google.tm/adsid/
integrator.",""]),SG=y(["https://adservice.google.tn/adsid/
integrator.",""]),TG=y(["https://adservice.google.to/adsid/integrator.",
""]),UG=y(["https://adservice.google.com.tr/adsid/
integrator.",""]),VG=y(["https://adservice.google.tt/adsid/
integrator.",""]),WG=y(["https://adservice.google.com.tw/adsid/
integrator.",""]),XG=y(["https://adservice.google.co.tz/adsid/
integrator.",""]),YG=y(["https://adservice.google.com.ua/adsid/
integrator.",""]),ZG=y(["https://adservice.google.co.ug/adsid/integrator.",""]),
$G=y(["https://adservice.google.co.uk/adsid/integrator.",""]),aH=y(["https://
adservice.google.com.uy/adsid/integrator.",""]),
bH=y(["https://adservice.google.co.uz/adsid/integrator.",""]),cH=y(["https://
adservice.google.com.vc/adsid/integrator.",""]),dH=y(["https://
adservice.google.co.ve/adsid/integrator.",""]),eH=y(["https://adservice.google.vg/
adsid/integrator.",""]),fH=y(["https://adservice.google.co.vi/adsid/
integrator.",""]),gH=y(["https://adservice.google.com.vn/adsid/
integrator.",""]),hH=y(["https://adservice.google.vu/adsid/
integrator.",""]),iH=y(["https://adservice.google.ws/adsid/
integrator.",""]),jH=y(["https://adservice.google.rs/adsid/integrator.",
""]),kH=y(["https://adservice.google.co.za/adsid/integrator.",""]),lH=y(["https://
adservice.google.co.zm/adsid/integrator.",""]),mH=y(["https://
adservice.google.co.zw/adsid/integrator.",""]),nH=y(["https://
adservice.google.cat/adsid/integrator.",""]),oH=new
q.Map([[".google.com",function(a){return S(RD,a)}],[".google.ad",function(a){return
S(SD,a)}],[".google.ae",function(a){return S(TD,a)}],[".google.com.af",function(a)
{return S(UD,a)}],[".google.com.ag",function(a){return S(VD,a)}],[".google.com.ai",
function(a){return S(WD,a)}],[".google.al",function(a){return S(XD,a)}],
[".google.co.ao",function(a){return S(YD,a)}],[".google.com.ar",function(a){return
S(ZD,a)}],[".google.as",function(a){return S($D,a)}],[".google.at",function(a)
{return S(aE,a)}],[".google.com.au",function(a){return S(bE,a)}],
[".google.az",function(a){return S(cE,a)}],[".google.com.bd",function(a){return
S(dE,a)}],[".google.be",function(a){return S(eE,a)}],[".google.bf",function(a)
{return S(fE,a)}],[".google.bg",function(a){return S(gE,
a)}],[".google.com.bh",function(a){return S(hE,a)}],[".google.bi",function(a)
{return S(iE,a)}],[".google.bj",function(a){return S(jE,a)}],
[".google.com.bn",function(a){return S(kE,a)}],[".google.com.bo",function(a){return
S(lE,a)}],[".google.com.br",function(a){return S(mE,a)}],[".google.bs",function(a)
{return S(nE,a)}],[".google.bt",function(a){return S(oE,a)}],
[".google.co.bw",function(a){return S(pE,a)}],[".google.com.bz",function(a){return
S(qE,a)}],[".google.ca",function(a){return S(rE,a)}],
[".google.cd",function(a){return S(sE,a)}],[".google.cf",function(a){return
S(tE,a)}],[".google.cg",function(a){return S(uE,a)}],[".google.ch",function(a)
{return S(vE,a)}],[".google.ci",function(a){return S(wE,a)}],
[".google.co.ck",function(a){return S(xE,a)}],[".google.cl",function(a){return
S(yE,a)}],[".google.cm",function(a){return S(zE,a)}],[".google.com.co",function(a)
{return S(AE,a)}],[".google.co.cr",function(a){return S(BE,a)}],
[".google.com.cu",function(a){return S(CE,a)}],[".google.cv",
function(a){return S(DE,a)}],[".google.com.cy",function(a){return S(EE,a)}],
[".google.cz",function(a){return S(FE,a)}],[".google.de",function(a){return
S(GE,a)}],[".google.dj",function(a){return S(HE,a)}],[".google.dk",function(a)
{return S(IE,a)}],[".google.dm",function(a){return S(JE,a)}],
[".google.dz",function(a){return S(KE,a)}],[".google.com.ec",function(a){return
S(LE,a)}],[".google.ee",function(a){return S(ME,a)}],[".google.com.eg",function(a)
{return S(NE,a)}],[".google.es",function(a){return S(OE,
a)}],[".google.com.et",function(a){return S(PE,a)}],[".google.fi",function(a)
{return S(QE,a)}],[".google.com.fj",function(a){return S(RE,a)}],
[".google.fm",function(a){return S(SE,a)}],[".google.fr",function(a){return
S(TE,a)}],[".google.ga",function(a){return S(UE,a)}],[".google.ge",function(a)
{return S(VE,a)}],[".google.gg",function(a){return S(WE,a)}],
[".google.com.gh",function(a){return S(XE,a)}],[".google.com.gi",function(a){return
S(YE,a)}],[".google.gl",function(a){return S(ZE,a)}],[".google.gm",
function(a){return S($E,a)}],[".google.gr",function(a){return S(aF,a)}],
[".google.com.gt",function(a){return S(bF,a)}],[".google.gy",function(a){return
S(cF,a)}],[".google.com.hk",function(a){return S(dF,a)}],[".google.hn",function(a)
{return S(eF,a)}],[".google.hr",function(a){return S(fF,a)}],
[".google.ht",function(a){return S(gF,a)}],[".google.hu",function(a){return
S(hF,a)}],[".google.co.id",function(a){return S(iF,a)}],[".google.ie",function(a)
{return S(jF,a)}],[".google.co.il",function(a){return S(kF,
a)}],[".google.im",function(a){return S(lF,a)}],[".google.co.in",function(a){return
S(mF,a)}],[".google.iq",function(a){return S(nF,a)}],[".google.is",function(a)
{return S(oF,a)}],[".google.it",function(a){return S(pF,a)}],
[".google.je",function(a){return S(qF,a)}],[".google.com.jm",function(a){return
S(rF,a)}],[".google.jo",function(a){return S(sF,a)}],[".google.co.jp",function(a)
{return S(tF,a)}],[".google.co.ke",function(a){return S(uF,a)}],
[".google.com.kh",function(a){return S(vF,a)}],[".google.ki",
function(a){return S(wF,a)}],[".google.kg",function(a){return S(xF,a)}],
[".google.co.kr",function(a){return S(yF,a)}],[".google.com.kw",function(a){return
S(zF,a)}],[".google.kz",function(a){return S(AF,a)}],[".google.la",function(a)
{return S(BF,a)}],[".google.com.lb",function(a){return S(CF,a)}],
[".google.li",function(a){return S(DF,a)}],[".google.lk",function(a){return
S(EF,a)}],[".google.co.ls",function(a){return S(FF,a)}],[".google.lt",function(a)
{return S(GF,a)}],[".google.lu",function(a){return S(HF,
a)}],[".google.lv",function(a){return S(IF,a)}],[".google.com.ly",function(a)
{return S(JF,a)}],[".google.md",function(a){return S(KF,a)}],
[".google.me",function(a){return S(LF,a)}],[".google.mg",function(a){return
S(MF,a)}],[".google.mk",function(a){return S(NF,a)}],[".google.ml",function(a)
{return S(OF,a)}],[".google.com.mm",function(a){return S(PF,a)}],
[".google.mn",function(a){return S(QF,a)}],[".google.ms",function(a){return
S(RF,a)}],[".google.com.mt",function(a){return S(SF,a)}],[".google.mu",
function(a){return S(TF,a)}],[".google.mv",function(a){return S(UF,a)}],
[".google.mw",function(a){return S(VF,a)}],[".google.com.mx",function(a){return
S(WF,a)}],[".google.com.my",function(a){return S(XF,a)}],
[".google.co.mz",function(a){return S(YF,a)}],[".google.com.na",function(a){return
S(ZF,a)}],[".google.com.ng",function(a){return S($F,a)}],
[".google.com.ni",function(a){return S(aG,a)}],[".google.ne",function(a){return
S(bG,a)}],[".google.nl",function(a){return S(cG,a)}],[".google.no",function(a)
{return S(dG,
a)}],[".google.com.np",function(a){return S(eG,a)}],[".google.nr",function(a)
{return S(fG,a)}],[".google.nu",function(a){return S(gG,a)}],
[".google.co.nz",function(a){return S(hG,a)}],[".google.com.om",function(a){return
S(iG,a)}],[".google.com.pa",function(a){return S(jG,a)}],
[".google.com.pe",function(a){return S(kG,a)}],[".google.com.pg",function(a){return
S(lG,a)}],[".google.com.ph",function(a){return S(mG,a)}],
[".google.com.pk",function(a){return S(nG,a)}],[".google.pl",function(a){return
S(oG,
a)}],[".google.pn",function(a){return S(pG,a)}],[".google.com.pr",function(a)
{return S(qG,a)}],[".google.ps",function(a){return S(rG,a)}],
[".google.pt",function(a){return S(sG,a)}],[".google.com.py",function(a){return
S(tG,a)}],[".google.com.qa",function(a){return S(uG,a)}],[".google.ro",function(a)
{return S(vG,a)}],[".google.ru",function(a){return S(wG,a)}],
[".google.rw",function(a){return S(xG,a)}],[".google.com.sa",function(a){return
S(yG,a)}],[".google.com.sb",function(a){return S(zG,a)}],[".google.sc",
function(a){return S(AG,a)}],[".google.se",function(a){return S(BG,a)}],
[".google.com.sg",function(a){return S(CG,a)}],[".google.sh",function(a){return
S(DG,a)}],[".google.si",function(a){return S(EG,a)}],[".google.sk",function(a)
{return S(FG,a)}],[".google.sn",function(a){return S(GG,a)}],
[".google.so",function(a){return S(HG,a)}],[".google.sm",function(a){return
S(IG,a)}],[".google.sr",function(a){return S(JG,a)}],[".google.st",function(a)
{return S(KG,a)}],[".google.com.sv",function(a){return S(LG,
a)}],[".google.td",function(a){return S(MG,a)}],[".google.tg",function(a){return
S(NG,a)}],[".google.co.th",function(a){return S(OG,a)}],
[".google.com.tj",function(a){return S(PG,a)}],[".google.tl",function(a){return
S(QG,a)}],[".google.tm",function(a){return S(RG,a)}],[".google.tn",function(a)
{return S(SG,a)}],[".google.to",function(a){return S(TG,a)}],
[".google.com.tr",function(a){return S(UG,a)}],[".google.tt",function(a){return
S(VG,a)}],[".google.com.tw",function(a){return S(WG,a)}],[".google.co.tz",
function(a){return S(XG,a)}],[".google.com.ua",function(a){return S(YG,a)}],
[".google.co.ug",function(a){return S(ZG,a)}],[".google.co.uk",function(a){return
S($G,a)}],[".google.com.uy",function(a){return S(aH,a)}],
[".google.co.uz",function(a){return S(bH,a)}],[".google.com.vc",function(a){return
S(cH,a)}],[".google.co.ve",function(a){return S(dH,a)}],[".google.vg",function(a)
{return S(eH,a)}],[".google.co.vi",function(a){return S(fH,a)}],
[".google.com.vn",function(a){return S(gH,a)}],[".google.vu",
function(a){return S(hH,a)}],[".google.ws",function(a){return S(iH,a)}],
[".google.rs",function(a){return S(jH,a)}],[".google.co.za",function(a){return
S(kH,a)}],[".google.co.zm",function(a){return S(lH,a)}],
[".google.co.zw",function(a){return S(mH,a)}],[".google.cat",function(a){return
S(nH,a)}]].map(function(a){var b=z(a);a=b.next().value;b=b.next().value;var
c={};return[a,
(c.json=b("json"),c.js=b("js"),c["sync.js"]=b("sync.js"),c)]}));function pH(a,b,c)
{var d="script";d=void 0===d?"":d;var e=yg("LINK",a);try{e.rel="preload",e.href=b
instanceof xd?Bd(b).toString():b instanceof Id?Kd(b):Kd(Qd(b))}catch(f)
{return}d&&(e.as=d);c&&e.setAttribute("nonce",c);if(a=a.getElementsByTagName("head"
)[0])try{a.appendChild(e)}catch(f){}};var qH=C;function rH(a){var b=new
q.Map([["domain",C.location.hostname]]);sH[3]>=Ua()&&b.set("adsid",sH[1]);return
Bh(oH.get(a).js,b)}var sH,tH;function uH(){qH=C;sH=qH.googleToken=qH.googleToken||
{};var a=Ua();sH[1]&&sH[3]>a&&0<sH[2]||(sH[1]="",sH[2]=-1,sH[3]=-
1,sH[4]="",sH[6]="");tH=qH.googleIMState=qH.googleIMState||{};oH.has(tH[1])||
(tH[1]=".google.com");Array.isArray(tH[5])||(tH[5]=[]);"boolean"!==typeof
tH[6]&&(tH[6]=!1);Array.isArray(tH[7])||(tH[7]=[]);"number"!==typeof
tH[8]&&(tH[8]=0)}
function vH(a){uH();oH.has(a)&&(tH[1]=a)}
var wH={Ac:function(){return 0<tH[8]},bf:function(){tH[8]++},cf:function()
{0<tH[8]&&tH[8]--},df:function(){tH[8]=0},Ii:function(){return!1},ed:function()
{return tH[5]},Wc:function(a){try{a()}catch(b){C.setTimeout(function(){throw
b;},0)}},xd:function(){if(!wH.Ac()){var a=C.document,b=function(e){e=rH(e);a:
{try{var f=Pf();break a}catch(g){}f=void
0}pH(a,e.toString(),f);f=yg("SCRIPT",a);f.type="text/javascript";f.onerror=function
(){return C.processGoogleToken({},2)};cf(f,e);try{(a.head||a.body||
a.documentElement).appendChild(f),
wH.bf()}catch(g){}},c=tH[1];b(c);".google.com"!=c&&b(".google.com");b={};var
d=(b.newToken="FBT",b);C.setTimeout(function(){return
C.processGoogleToken(d,1)},1E3)}}};function xH(a){uH();var b=qH.googleToken[5]||
0;a&&(0!=b||sH[3]>=Ua()?wH.Wc(a):
(wH.ed().push(a),wH.xd()));sH[3]>=Ua()&&sH[2]>=Ua()||wH.xd()}
function yH(a){C.processGoogleToken=C.processGoogleToken||function(b,c){var
d=b;d=void 0===d?{}:d;c=void 0===c?0:c;b=d.newToken||"";var
e="NT"==b,f=parseInt(d.freshLifetimeSecs||"",10),g=parseInt(d.validLifetimeSecs||""
,10),h=d["1p_jar"]||"";d=d.pucrd||"";uH();1==c?wH.df():wH.cf();var
k=qH.googleToken=qH.googleToken||{},l=0==c&&b&&"string"===typeof b&&!
e&&"number"===typeof f&&0<f&&"number"===typeof g&&0<g&&"string"===typeof h;e=e&&!
wH.Ac()&&(!(sH[3]>=Ua())||"NT"==sH[1]);var m=!(sH[3]>=Ua())&&0!=c;
if(l||e||m)e=Ua(),f=e+1E3*f,g=e+1E3*g,1E-5>Math.random()&&ki(C,"https://
pagead2.googlesyndication.com/pagead/gen_204?
id=imerr&err="+c),k[5]=c,k[1]=b,k[2]=f,k[3]=g,k[4]=h,k[6]=d,uH();if(l||!wH.Ac())
{c=wH.ed();for(b=0;b<c.length;b++)wH.Wc(c[b]);c.length=0}};xH(a)};var zH=new
q.Map([["navigate",1],["reload",2],["back_forward",3],["prerender",4]]),AH=new
q.Map([[0,1],[1,2],[2,3]]);function BH(a){var b,c,d,e,f,g;try{var
h=null===(c=null===(b=a.performance)||void 0===b?void
0:b.getEntriesByType("navigation"))||void 0===c?void 0:c[0];if(null===h||void
0===h?0:h.type)return null!==(d=zH.get(h.type))&&void 0!==d?d:0}catch(k){}return
null!==(g=AH.get(null===(f=null===(e=a.performance)||void 0===e?void
0:e.navigation)||void 0===f?void 0:f.type))&&void 0!==g?g:0};var
CH={issuerOrigin:"https://attestation.android.com",issuancePath:"/att/
i",redemptionPath:"/att/r"},Z={issuerOrigin:"https://
pagead2.googlesyndication.com",issuancePath:"/dtt/i",redemptionPath:"/dtt/
r",getStatePath:"/dtt/s"};dj(Mm).l(Jm.j,Jm.defaultValue);
function DH(a,b,c){Nu.call(this);var
d=this;this.l=a;this.j=[];b&&EH()&&this.j.push(CH);c&&this.j.push(Z);if(document.ha
sTrustToken&&!W(Gm)){var e=new q.Map;this.j.forEach(function(f)
{e.set(f.issuerOrigin,{issuerOrigin:f.issuerOrigin,state:d.l?
1:12,hasRedemptionRecord:!
1})});window.goog_tt_state_map=window.goog_tt_state_map&&window.goog_tt_state_map
instanceof q.Map?new
q.Map([].concat(A(e),A(window.goog_tt_state_map))):e;window.goog_tt_promise_map&&wi
ndow.goog_tt_promise_map instanceof q.Map||(window.goog_tt_promise_map=
new q.Map)}}B(DH,Nu);function EH(){var a=void 0===a?
window:a;a=a.navigator.userAgent;var
b=/Chrome/.test(a);return/Android/.test(a)&&b}function FH(){var a=window;a=void
0===a?window:a;return!a.PeriodicSyncManager}function GH(a,b,c)
{a=a.goog_tt_state_map;var d,e=[];b&&(d=null==a?void
0:a.get(CH.issuerOrigin))&&e.push(d);c&&(d=null==a?void
0:a.get(Z.issuerOrigin))&&e.push(d);return e}function HH(a){return
a.some(function(b){return b.hasRedemptionRecord})}
function IH(a,b,c){return b||".google.ch"===c||"function"===typeof
a.__tcfapi}function JH(a,b){a=a.filter(function(c){return
c.hasRedemptionRecord}).map(function(c){return
c.issuerOrigin});if(0==a.length)return null;a={type:"send-redemption-
record",issuers:a,refreshPolicy:"none",signRequestData:"include",includeTimestampHe
ader:!0,additionalSignedHeaders:["sec-time","Sec-Redemption-
Record"]};b&&0<t(Object,"keys").call(Object,b).length&&(a.additionalSigningData=fc(
JSON.stringify(b)));return a}
function KH(a,b,c){var d,e=null==(d=window.goog_tt_state_map)?void
0:d.get(a);e&&(e.state=b,void 0!=c&&(e.hasRedemptionRecord=c))}
function LH(){var a=CH.issuerOrigin+CH.redemptionPath,b={keepalive:!0,trustToken:
{type:"token-
redemption",issuer:CH.issuerOrigin,refreshPolicy:"none"}};KH(CH.issuerOrigin,2);ret
urn window.fetch(a,b).then(function(c){if(!c.ok)throw Error(c.status+": Network
response was not ok!");KH(CH.issuerOrigin,6,!0)}).catch(function(c)
{c&&"NoModificationAllowedError"===c.name?KH(CH.issuerOrigin,6,!
0):KH(CH.issuerOrigin,5)})}
function MH(){var a=CH.issuerOrigin+CH.issuancePath;KH(CH.issuerOrigin,8);return
window.fetch(a,{keepalive:!0,trustToken:{type:"token-request"}}).then(function(b)
{if(!b.ok)throw Error(b.status+": Network response was not
ok!");KH(CH.issuerOrigin,10);return LH()}).catch(function(b)
{if(b&&"NoModificationAllowedError"===b.name)return
KH(CH.issuerOrigin,10),LH();KH(CH.issuerOrigin,9)})}
function NH(){KH(CH.issuerOrigin,13);return
document.hasTrustToken(CH.issuerOrigin).then(function(a){return a?LH():MH()})}
function OH(){KH(Z.issuerOrigin,13);if(q.Promise){var
a=document.hasTrustToken(Z.issuerOrigin).then(function(e){return
e}).catch(function(e){return
q.Promise.reject({state:19,error:e})}),b=Z.issuerOrigin+Z.redemptionPath,c={keepali
ve:!0,trustToken:{type:"token-
redemption",refreshPolicy:"none"}};KH(Z.issuerOrigin,16);a=a.then(function(e)
{return window.fetch(b,c).then(function(f){if(!f.ok)throw Error(f.status+": Network
response was not ok!");KH(Z.issuerOrigin,18,!0)}).catch(function(f)
{if(f&&"NoModificationAllowedError"===
f.name)KH(Z.issuerOrigin,18,!0);else{if(e)return
q.Promise.reject({state:17,error:f});KH(Z.issuerOrigin,17)}})}).then(function()
{return document.hasTrustToken(Z.issuerOrigin).then(function(e){return
e}).catch(function(e){return
q.Promise.reject({state:19,error:e})})}).then(function(e){var
f=Z.issuerOrigin+Z.getStatePath;KH(Z.issuerOrigin,20);return window.fetch(f+"?
ht="+e,{trustToken:{type:"send-redemption-record",issuers:
[Z.issuerOrigin]}}).then(function(g){if(!g.ok)throw Error(g.status+": Network
response was not ok!");
KH(Z.issuerOrigin,22);return g.text().then(function(h){return
JSON.parse(h)})}).catch(function(g){return
q.Promise.reject({state:21,error:g})})});var d=$g(window);return a.then(function(e)
{var f=Z.issuerOrigin+Z.issuancePath;return e&&e.srqt&&e.cs?
(KH(Z.issuerOrigin,23),window.fetch(f+"?cs="+e.cs+"&correlator="+d,{keepalive:!
0,trustToken:{type:"token-request"}}).then(function(g){if(!g.ok)throw
Error(g.status+": Network response was not ok!");KH(Z.issuerOrigin,25);return
e}).catch(function(g){return q.Promise.reject({state:24,
error:g})})):e}).then(function(e){if(e&&e.srdt&&e.cs)return
KH(Z.issuerOrigin,26),window.fetch(b+"?cs="+e.cs+"&correlator="+d,{keepalive:!
0,trustToken:{type:"token-redemption",refreshPolicy:"refresh"}}).then(function(f)
{if(!f.ok)throw Error(f.status+": Network response was not
ok!");KH(Z.issuerOrigin,28,!0)}).catch(function(f){return
q.Promise.reject({state:27,error:f})})}).then(function()
{KH(Z.issuerOrigin,29)}).catch(function(e){if(e instanceof
Object&&e.hasOwnProperty("state")&&e.hasOwnProperty("error"))if("number"===
typeof e.state&&e.error instanceof Error){KH(Z.issuerOrigin,e.state);var
f=Nm(Im);Math.random()<=f&&li({state:e.state,err:e.error.toString()})}else throw
Error(e);else throw e;})}}
function PH(a){if(document.hasTrustToken&&!W(Gm)&&a.l){var
b=window.goog_tt_promise_map;if(b&&b instanceof q.Map){var
c=[];if(a.j.some(function(e){return e.issuerOrigin===CH.issuerOrigin})){var
d=b.get(CH.issuerOrigin);d||
(d=NH(),b.set(CH.issuerOrigin,d));c.push(d)}a.j.some(function(e){return
e.issuerOrigin===Z.issuerOrigin})&&(a=b.get(Z.issuerOrigin),a||
(a=OH(),b.set(Z.issuerOrigin,a)),c.push(a));if(0<c.length&&q.Promise&&q.Promise.all
)return q.Promise.all(c)}}};function QH(a){var b;if(a=null===(b=a.navigator)||void
0===b?void 0:b.userActivation){var c=0;if(null===a||void 0===a?0:a.hasBeenActive)c|
=1;if(null===a||void 0===a?0:a.isActive)c|=2;return c}};var RH=/[+, ]/;
function SH(a,b){var c=a.F,d=a.pubWin,e={},f=d.document,g;var h=nh(d);var
k=Vo(h);var l=g=To(d,c.google_ad_width,c.google_ad_height);k=k.Fc;var m=d.top==d?
0:tg(d.top)?1:2;var n=4;l||1!=m?l||2!=m?l&&1==m?n=7:l&&2==m&&(n=8):n=6:n=5;k&&(n|
=16);l=""+n;k=Wo(d);m=!!c.google_page_url;e.google_iframing=l;0!
=k&&(e.google_iframing_environment=k);if(!m&&"ad.yieldmanager.com"==f.domain)
{for(l=f.URL.substring(f.URL.lastIndexOf("http"));-
1<l.indexOf("%");)try{l=decodeURIComponent(l)}catch(v){break}c.google_page_url=l;
m=!!l}m?(e.google_page_url=c.google_page_url,e.google_page_location=(g?
f.referrer:f.URL)||"EMPTY"):
(g&&tg(d.top)&&f.referrer&&d.top.document.referrer===f.referrer?
e.google_page_url=d.top.document.URL:e.google_page_url=g?
f.referrer:f.URL,e.google_page_location=null);if(f.URL===e.google_page_url)try{var
r=Math.round(Date.parse(f.lastModified)/1E3)||null}catch(v){r=null}else
r=null;e.google_last_modified_time=r;d=h==h.top?h.document.referrer:
(d=vh())&&d.referrer||"";e.google_referrer_url=d;Uo(e,c);e=
c.google_page_location||c.google_page_url;"EMPTY"==e&&(e=c.google_page_url);e?
(e=e.toString(),0==e.indexOf("http://")?
e=e.substring(7,e.length):0==e.indexOf("https://")&&(e=e.substring(8,e.length)),d=e
.indexOf("/"),-1==d&&(d=e.length),e=e.substring(0,d).split("."),d=!
1,3<=e.length&&(d=e[e.length-3]in AD),2<=e.length&&(d=d||e[e.length-2]in
AD),e=d):e=!
1;e=e?"pagead2.googlesyndication.com":"googleads.g.doubleclick.net";b=TH(a,b);d=a.F
;f=d.google_ad_channel;r="/pagead/ads?";"ca-pub-6219811747049371"===
d.google_ad_client&&UH.test(f)&&(r="/pagead/lopri?");a=Sh(b,"https://"+e+r+
(zc(a.ba,9)&&c.google_debug_params?c.google_debug_params:""));return
c.google_ad_url=a}function VH(a){var b={};return
encodeURIComponent("RS-"+a.google_reactive_sra_index+"-")
+"&"+Th((b.adk=a.google_ad_unit_key,b.client=a.google_ad_client,b.fa=a.google_react
ive_ad_format,b))}
function WH(a){try{if(a.parentNode)return a.parentNode}catch(e){return
null}if(9===a.nodeType)a:{try{var b=hg(a);if(b){var
c=b.frameElement;if(c&&tg(b.parent)){var d=c;break a}}}catch(e){}d=null}else
d=null;return d}function XH(a,b){b.eid=EA(a.pubWin);var
c=a.F.google_loeid;"string"===typeof c&&(a.j|=4096,b.loeid=c)}function YH(a,b)
{a=(a=wg(a.pubWin))&&a.document?Io(a.document,a):new Tf(-12245933,-
12245933);b.scr_x=Math.round(a.x);b.scr_y=Math.round(a.y)}
function ZH(a){try{var b=C.top.location.hash;if(b){var c=b.match(a);return
c&&c[1]||""}}catch(d){}return""}
function $H(a,b,c){var d=a.F,e=a.pubWin,f=a.K,g=nh(window);d.fsapi&&(b.fsapi=!
0);b.ref=d.google_referrer_url;b.loc=d.google_page_location;var h;
(h=vh(e))&&Ma(h.data)&&"string"===typeof h.data.type?
(h=h.data.type.toLowerCase(),h="doubleclick"==h||"adsense"==h?
null:h):h=null;h&&(b.apn=h.substr(0,10));g=Vo(g);b.url||b.loc||!g.url||
(b.url=g.url,g.Fc||(b.usrc=1));h=d.google_trust_token_additional_signing_data||
{};h.url=b.url;d.google_trust_token_additional_signing_data=h;g.url!=(b.loc||
b.url)&&(b.top=
g.url);0<Nm(ml)&&a.rb&&(b.etu=a.rb);0<=a.B&&(b.eae=a.B);(c=uB(d,f,f?
Qy(c,f):null))&&(b.fc=c);if(!ci(d))
{c=a.pubWin.document;g="";if(c.documentMode&&(h=(new
bg(c)).createElement("IFRAME"),h.frameBorder="0",h.style.height=0,h.style.width=0,h
.style.position="absolute",c.body)){c.body.appendChild(h);try{var
k=h.contentWindow.document;k.open();k.write(ge(te));k.close();g+=k.documentMode}cat
ch(cb){}c.body.removeChild(h)}b.docm=g}try{var l=e.screenX;var
m=e.screenY}catch(cb){}try{var n=e.outerWidth;var r=
e.outerHeight}catch(cb){}try{var v=e.innerWidth;var w=e.innerHeight}catch(cb)
{}try{var u=e.screenLeft;var G=e.screenTop}catch(cb)
{}try{v=e.innerWidth,w=e.innerHeight}catch(cb){}try{var N=e.screen.availWidth;var
M=e.screen.availTop}catch(cb){}b.brdim=[u,G,l,m,N,M,n,r,v,w].join();k=0;void
0===C.postMessage&&(k|=1);0<k&&(b.osd=k);b.vis=JC(e.document);e=qB(d)?rD:$C(new
VC(e,a.da,null,{width:0,height:0},d.google_ad_width,d.google_ad_height,!
1));b.rsz=e.toString();b.abl=SC(e);if(!qB(d)&&(e=di(d),null!=
e)){k=0;a:{try{var H=d.google_async_iframe_id,R=window.document;if(H)var
O=R.getElementById(H);else{var U=R.getElementsByTagName("script"),P=U[U.length-
1];O=P&&P.parentNode||null}if(H=O){O=[];R=0;for(var X=Date.now();100>=+
+R&&50>Date.now()-X&&(H=WH(H));)1===H.nodeType&&O.push(H);b:{for(X=0;X<O.length;X+
+){c:{var
da=O[X];try{if(da.parentNode&&0<da.offsetWidth&&0<da.offsetHeight&&da.style&&"none"
!==da.style.display&&"hidden"!==da.style.visibility&&(!da.style.opacity||0!
==Number(da.style.opacity))){var Db=
da.getBoundingClientRect();var Tc=0<Db.right&&0<Db.bottom;break c}}catch(cb){}Tc=!
1}if(!Tc){var Uc=!1;break b}}Uc=!0}if(Uc){b:{var
Qe=Date.now();Uc=/^html|body$/i;Tc=/^fixed/i;for(da=0;da<O.length&&50>Date.now()-
Qe;da++){var Vc=O[da];if(!Uc.test(Vc.tagName)&&Tc.test(Vc.style.position||
Ih(Vc,"position"))){var pc=Vc;break b}}pc=null}break a}}}catch(cb)
{}pc=null}pc&&pc.offsetWidth*pc.offsetHeight<=4*e.width*e.height&&(k=1);b.pfx=k}a:
{if(.05>Math.random()&&f)try{var Re=f.document.getElementsByTagName("head")[0];
var Se=Re?JD(Re):0;break a}catch(cb){}Se=0}f=Se;0!==f&&(b.cms=f);d.google_lrv!
==Hc(a.ba,2)&&(b.alvm=d.google_lrv||"none")}function aI(a,b){var
c=0;a.location&&a.location.ancestorOrigins?
c=a.location.ancestorOrigins.length:ug(function(){c++;return!1},!0,!
0,a);c&&(b.nhd=c)}function bI(a,b){var c=gy(b,8,{});b=gy(b,9,{});var
d=a.google_ad_section,e=a.google_ad_format;a=a.google_ad_slot;e?c[d]=c[d]?c[d]+
(","+e):e:a&&(b[d]=b[d]?b[d]+(","+a):a)}
function cI(a,b,c){var
d=a.F,e=a.F;b.dt=mn;e.google_async_iframe_id&&e.google_bpp&&(b.bpp=e.google_bpp);va
r f;var g=void 0===g?C:g;a:{try{var h=g.performance;if(h&&h.timing&&h.now){var
k=h.timing.navigationStart+Math.round(h.now())-h.timing.domLoading;break
a}}catch(tt){}k=null}var l=k;(f=l?YB(l,g.Date.now()-
mn,1E6):null)&&(b.bdt=f);b.idt=YB(a.G,mn);var
m=a.F;b.shv=Hc(a.ba,2);a.Wa&&(b.mjsv=a.Wa);"sa"==m.google_loader_used?
b.ptt=5:"aa"==m.google_loader_used&&(b.ptt=9);/^\
w{1,3}$/.test(m.google_loader_used)&&
(b.saldr=m.google_loader_used);var n=vh(a.pubWin);if(n){b.is_amp=1;var r=n||
vh();b.amp_v=r&&r.mode?+r.mode.version||null:null;var v=n||vh();if(v&&v.container)
{for(var w=v.container.split(","),u=[],G=0;G<w.length;G++)u.push(uh[w[G]]||"x");var
N=u.join()}else N=null;var M=N;M&&(b.act=M)}ei(a.pubWin)&&(b.abxe=1);if("_gfp_a_"in
a.pubWin){var H=a.pubWin._gfp_a_;if("boolean"!==typeof H)throw Error("Illegal value
of _gfp_a_: "+H);if(H){var R=new
GA(a.pubWin),O=HA(R,"__gads",c);O&&(b.cookie=O);if(W(mm)){var U=
HA(R,"__gpi",c);U&&!
t(U,"includes").call(U,"&")&&(b.gpic=U)}W(nm)&&"1"===HA(R,"__gpi_opt_out",c)&&(b.gp
ico="1")}}var P=ey(),X=gy(P,8,
{}),da=d.google_ad_section;X[da]&&(b.prev_fmts=X[da]);var Db=gy(P,9,
{});Db[da]&&(b.prev_slotnames=Db[da].toLowerCase());bI(d,P);var
Tc=gy(P,15,0);0<Tc&&(b.nras=String(Tc));var Uc=vh(window);if(Uc){var Qe=Uc||
vh();if(Qe){var Vc=Qe.pageViewId,pc=Qe.clientId;"string"===typeof
pc&&(Vc+=pc.replace(/\D/g,"").substr(0,6));var Re=Vc}else Re=null;var
Se=+Re}else{var cb=nh(window),
Fl=cb.google_global_correlator;Fl||
(cb.google_global_correlator=Fl=1+Math.floor(Math.random()*Math.pow(2,43)));Se=Fl}b
.correlator=gy(P,7,Se);W(om)&&(b.rume=1);if(d.google_ad_channel){for(var
ut=gy(P,10,{}),vt="",wt=d.google_ad_channel.split(RH),Gl=0;Gl<wt.length;Gl++){var
Hl=wt[Gl];ut[Hl]?vt+=Hl+"+":ut[Hl]=!0}b.pv_ch=vt}if(d.google_ad_host_channel)
{for(var fh=gy(P,11,[]),xt=d.google_ad_host_channel.split("|"),gh=-
1,Il=[],Rb=0;Rb<xt.length;Rb++){var yt=xt[Rb].split(RH);fh[Rb]||(fh[Rb]={});for(var
Te=
"",Jl=0;Jl<yt.length;Jl++){var hh=yt[Jl];""!==hh&&(fh[Rb][hh]?Te+="+"+hh:fh[Rb]
[hh]=!0)}Te=Te.slice(1);Il[Rb]=Te;""!==Te&&(gh=Rb)}var Kl="";if(-1<gh){for(var
Ll=0;Ll<gh;Ll++)Kl+=Il[Ll]
+"|";Kl+=Il[gh]}b.pv_h_ch=Kl}b.frm=d.google_iframing;b.ife=d.google_iframing_enviro
nment;var zt=d.google_ad_client;try{var
At=nh(window),ih=At.google_prev_clients;ih||(ih=At.google_prev_clients={});if(zt in
ih)var Ml=1;else ih[zt]=!0,Ml=2}catch(tt){Ml=0}b.pv=Ml;var
Bt=a.pubWin.document,Ct=a.F,Dt=a.pubWin;var Et=Bt.domain,
Ue=(xc(c,5)&&Ry(Dt)?
Dt.document.cookie:null)||"",jh=a.pubWin.screen,uI=Bt.referrer,vI=Vh();if(vh())var
Ft=window.gaGlobal||{};else{var Nl=Math.round((new
Date).getTime()/1E3),Ol=Ct.google_analytics_domain_name,kh="undefined"==typeof Ol?
MD("auto",Et):MD(Ol,Et),wI=-1<Ue.indexOf("__utma="+kh+"."),xI=-
1<Ue.indexOf("__utmb="+kh),Pl;if(!(Pl=(yh()||window).gaGlobal)){var
yI={};Pl=(yh()||window).gaGlobal=yI}var ra=Pl,Gt=!1;if(wI){var
Ql=Ue.split("__utma="+kh+".")[1].split(";")[0].split(".");xI?ra.sid=Ql[3]:
ra.sid||(ra.sid=Nl+"");ra.vid=Ql[0]+"."+Ql[1];ra.from_cookie=!0}else{ra.sid||
(ra.sid=Nl+"");if(!ra.vid){Gt=!0;var
zI=Math.round(2147483647*Math.random()),Ht=vI,It,AI=KD.appName,BI=KD.version,CI=KD.
language?KD.language:KD.browserLanguage,DI=KD.platform,EI=KD.userAgent;try{var
Jt=KD.javaEnabled()}catch(tt){Jt=!1}var Wc=[AI,BI,CI,DI,EI,Jt?
1:0].join("");if(jh)Wc+=jh.width+"x"+jh.height+jh.colorDepth;else
if(C.java&&C.java.awt){var
Kt=C.java.awt.Toolkit.getDefaultToolkit().getScreenSize();Wc+=Kt.screen.width+
"x"+Kt.screen.height}Wc=Wc+Ue+(uI||"");for(It=Wc.length;0<Ht;)Wc+=Ht--^It+
+;ra.vid=(zI^LD(Wc)&2147483647)+"."+Nl}W(vm)&&ra.from_cookie||(ra.from_cookie=!
1)}if(!ra.cid){b:{var Cd=Ol,Lt=999;Cd&&(Cd=0==Cd.indexOf(".")?
Cd.substr(1):Cd,Lt=Cd.split(".").length);for(var
Mt,Nt=999,lh=Ue.split(";"),Ve=0;Ve<lh.length;Ve++){var mh=ND.exec(lh[Ve])||
OD.exec(lh[Ve])||PD.exec(lh[Ve]);if(mh){var Rl=mh[1]||0;if(Rl==Lt){var
Ot=mh[2];break b}Rl<Nt&&(Nt=Rl,Mt=mh[2])}}Ot=Mt}var We=Ot;Gt&&We&&-1!=We.search(/^\
d+\.\d+$/)?
(ra.vid=We,ra.from_cookie=!0):We!=ra.vid&&(ra.cid=We)}ra.dh=kh;ra.hid||
(ra.hid=Math.round(2147483647*Math.random()));Ft=ra}var
Xe=Ft;b.ga_vid=Xe.vid;b.ga_sid=Xe.sid;b.ga_hid=Xe.hid;b.ga_fc=Xe.from_cookie;b.ga_c
id=Xe.cid;b.ga_wpids=Ct.google_analytics_uacct;aI(a.pubWin,b);var
Sl=d.google_ad_layout;Sl&&0<=NB[Sl]&&(b.rplot=NB[Sl])}
function dI(a,b){a=a.A;var c;(c=null==a?0:xc(a,6))||(c=ey(),c=gy(c,26,void
0));c&&(b.npa=1);a&&(uc(a,3)&&(b.gdpr=xc(a,3)?"1":"0"),
(c=E(a,1))&&(b.us_privacy=c),(c=E(a,2))&&(b.gdpr_consent=c),
(c=E(a,4))&&(b.addtl_consent=c),(a=E(a,7))&&(b.tcfe=a))}function eI(a,b){var
c=a.F;dI(a,b);Bg(qy,function(d,e){b[d]=c[e]});qB(c)&&(b.fa=DB(c));b.pi||
null==c.google_ad_slot||(a=gq(c),null!=a.j&&(a=lo(a.j.value),b.pi=a))}
function fI(a,b){var c=xh()||
Go(a.pubWin.top);c&&(b.biw=c.width,b.bih=c.height);c=a.pubWin;c!
==c.top&&(a=Go(a.pubWin))&&(b.isw=a.width,b.ish=a.height)}function gI(a,b){var
c=a.pubWin;null!==c&&c!=c.top?(a=[c.document.URL],c.name&&a.push(c.name),c=Go(c,!
1),a.push(c.width.toString()),a.push(c.height.toString()),a=Dg(a.join(""))):a=0;0!
==a&&(b.ifk=a)}function hI(a,b){(a=ky()[a.F.google_ad_client])&&(b.psts=a.join())}
function iI(a,b,c){a:{c=Qy(c,a.pubWin);var d=-
1;try{c&&(d=parseInt(c.getItem("goog_pem_mod"),10))}catch(e){c=null;break
a}c=0<=d&&1E3>d?d:null}b.pem=c;W(bm)&&(a=a.pubWin.tmod)&&(b.tmod=a)}function
jI(a,b){(a=a.pubWin.google_user_agent_client_hint)&&(b.uach=fc(a))}function kI(a,b)
{var c=W(FH()?Fm:Em),d=W(Hm);
(a=GH(a.pubWin,c,d))&&0<a.length&&(b.tt_state=fc(JSON.stringify(a)))}function
lI(a,b){if(a=a.F.google_floc)b.floc_id=a.id,b.floc_ver=a.version}
function mI(a,b){try{var
c=a.pubWin&&a.pubWin.external&&a.pubWin.external.getHostEnvironmentValue&&a.pubWin.
external.getHostEnvironmentValue.bind(a.pubWin.external);if(c){var
d=parseInt(JSON.parse(c("os-mode"))["os-mode"],10);0<=d&&(b.wsm=d+1)}}catch(e)
{}}function nI(a,b)
{0<=a.F.google_ad_public_floor&&(b.pubf=a.F.google_ad_public_floor);0<=a.F.google_a
d_private_floor&&(b.pvtf=a.F.google_ad_private_floor)}
function oI(a,b){if(W(fm))if((new
q.Set(["e","pg","t","ma"])).has(a.F.google_max_ad_content_rating))b.macr=a.F.google
_max_ad_content_rating;else throw Error("Illegal value of
google_max_ad_content_rating: "+a.F.google_max_ad_content_rating);}
function TH(a,b){var
c={};eI(a,c);uH();c.adsid=sH[1];uH();c.pucrd=sH[6];jI(a,c);kI(a,c);lI(a,c);cI(a,c,b
);Yh(c);c.u_sd=Ho(a.pubWin);var d;c.dmc=null==(d=a.pubWin.navigator)?void
0:d.deviceMemory;rj(889,function(){if(null==a.K)c.adx=-12245933,c.ady=-
12245933;else{var e=lA(a.K,a.da);c.adx&&-12245933!=c.adx&&c.ady&&-12245933!=c.ady||
(c.adx=Math.round(e.x),c.ady=Math.round(e.y));Jo(a.da)||(c.adx=-12245933,c.ady=-
12245933,a.j|
=32768)}});fI(a,c);gI(a,c);YH(a,c);XH(a,c);a.D&&(c.oid=a.D);hI(a,c);c.pvsid=
$g(a.pubWin,Pi);iI(a,c,b);mI(a,c);W(pl)&&(c.uas=QH(a.pubWin));W(ol)&&(d=BH(a.pubWin
),0!==d&&(c.nvt=d));a.C&&(c.scar=a.C);
$H(a,c,b);c.fu=a.j;c.bc=QD();uH();c.jar=sH[4];zc(a.ba,9)&&(FA(c),c.creatives=ZH(/\
b(?:creatives)=([\d,]+)/),c.adgroups=ZH(/\b(?:adgroups)=([\d,]
+)/),c.adgroups&&(c.adtest="on",c.disable_budget_throttling=!
0,c.use_budget_filtering=!1,c.retrieve_only=!0,c.disable_fcap=!0));Hj()&&(c.atl=!
0);nI(a,c);a.F.google_max_ad_content_rating&&oI(a,c);return c}var
UH=/YtLoPri/;function pI(a){Pi.nc=function(b)
{b.shv=String(a);b.mjsv="m202203030101";b.eid=EA(C)}};function qI(a){var
b=a.nf;return a.je||("dev"===b?"dev":"")};var rI="undefined"===typeof sttc?void
0:sttc;function sI(a){var b=Pi;try{return Si(a,Ti),new pA(JSON.parse(a))}catch(c)
{b.Fa(838,c instanceof Error?c:Error(String(c)),void 0,function(d)
{d.jspb=String(a)})}return new pA};dj(Mm).l(rm.j,rm.defaultValue);function
tI(a,b,c,d){function e(w){try{var u="object"===typeof w.data?
w.data:JSON.parse(w.data);v===u.paw_id&&(pf(a,"message",e),u.error?
r.reject(Error(u.error)):r.resolve(d(u)))}catch(G){}}var f,g,h,k,l,m,n,r=new
Or,v="";return"function"===typeof(null===(f=a.gmaSdk)||void 0===f?void
0:f.getQueryInfo)?
(L(a,"message",e),v=c(a.gmaSdk),r.promise):"function"===typeof(null===(k=null===(h=
null===(g=a.webkit)||void 0===g?void 0:g.messageHandlers)||void 0===h?void
0:h.getGmaQueryInfo)||void 0===k?void 0:
k.postMessage)||"function"===typeof(null===(n=null===(m=null===(l=a.webkit)||void
0===l?void 0:l.messageHandlers)||void 0===m?void 0:m.getGmaSig)||void 0===n?void
0:n.postMessage)?
(v=String(Math.floor(2147483647*Ag())),L(a,"message",e),b(a.webkit.messageHandlers,
v),r.promise):null}function FI(a){return tI(a,function(b,c){var d;return void(null!
==(d=b.getGmaQueryInfo)&&void 0!==d?d:b.getGmaSig).postMessage(c)},function(b)
{return b.getQueryInfo()},function(b){return b.signal})};function GI(a,b){b=void
0===b?
500:b;Nu.call(this);this.l=a;this.G=b;this.j=null;this.C={};this.D=0;this.A=null}B(
GI,Nu);GI.prototype.B=function()
{this.C={};this.A&&(pf(this.l,"message",this.A),delete this.A);delete this.C;delete
this.l;delete this.j;Nu.prototype.B.call(this)};function HI(a){var
b;return"function"===typeof(null===(b=a.l)||void 0===b?void 0:b.__uspapi)||null!
=II(a)}
function JI(a,b){var c={};if(HI(a)){var d=jf(function(){return
b(c)});KI(a,function(e,f){f&&(c=e);d()});setTimeout(d,a.G)}else b(c)}function
KI(a,b){var c;if("function"===typeof(null===(c=a.l)||void 0===c?void
0:c.__uspapi))a=a.l.__uspapi,a("getUSPData",1,b);else if(II(a)){LI(a);var d=+
+a.D;a.C[d]=b;a.j&&(b={},a.j.postMessage((b.__uspapiCall={command:"getUSPData",vers
ion:1,callId:d},b),"*"))}}function II(a){if(a.j)return
a.j;a.j=Rg(a.l,"__uspapiLocator");return a.j}
function LI(a){a.A||(a.A=function(b){var c;try{var d={};"string"===typeof b.data?
d=JSON.parse(b.data):d=b.data;var e=d.__uspapiReturn;null===(c=a.C)||void 0===c?
void 0:c[e.callId](e.returnValue,e.success)}catch(f)
{}},L(a.l,"message",a.A))};function MI(a){K.call(this,a)}B(MI,K);function NI(a)
{K.call(this,a,-1,OI)}B(NI,K);var OI=[1,2];function PI(a)
{K.call(this,a)}B(PI,K);function QI(a){K.call(this,a)}B(QI,K);function RI(a)
{Nu.call(this);this.l=a;this.A=this.j=null;this.C={};this.G=0;this.D=!
1}B(RI,Nu);function SI(a){a.D||(a.j||(a.j=a.l.googlefc?
a.l:Rg(a.l,"googlefcPresent")),a.D=!0);return!!a.j}function TI(a,b,c)
{if(SI(a))if(a.j===a.l)a=a.j.googlefc||(a.j.googlefc={}),a.__fci=a.__fci||
[],a.__fci.push(b,function(f){c($c(QI,f))});else{UI(a);var d=a.G++;a.C[d]=c;var
e={};a.j.postMessage((e.__fciCall={command:b,callId:d},e),"*")}}function VI(a,b)
{return new q.Promise(function(c){TI(a,b,c)})}
function UI(a){a.A||(a.A=function(b){try{var c=$c(QI,b.data.__fciReturn);
(0,a.C[E(c,1)])(c)}catch(d){}},L(a.l,"message",a.A))}function WI(a,b,c,d){if(!
b)return q.Promise.resolve(null);var e=I(b,MI,3);b=I(b,PI,2);return
e&&b&&1===E(b,1)&&2===E(e,1)?VI(a,"getM25Consent").then(function(f){var
g=I(f,NI,4);if(g){if(f=d,c){var h=vc(g,1);h&&t(h,"includes").call(h,c)&&(f=!1);
(g=vc(g,2))&&t(g,"includes").call(g,c)&&(f=!0)}}else f=null;return
f}):q.Promise.resolve(null)};function XI(a,b){try{var c,d,e=void 0===zc(b,6)?!
0:zc(b,6);a:switch(yc(b,4,0)){case 1:var f="pt";break a;case 2:f="cr";break
a;default:f=""}var g=new Bf(zf(yc(b,2,0)),Hc(b,3),f),h=null!
==(d=null===(c=I(b,xf,5))||void 0===c?void 0:Hc(c,1))&&void 0!==d?
d:"";g.wb=h;g.j=e;g.win=a;var k=g.build();tf(k)}catch(l){}}function YI(a,b){var
c=void 0===c?XI:c;a.goog_sdr_l||(Object.defineProperty(a,"goog_sdr_l",{value:!
0}),"complete"===a.document.readyState?c(a,b):L(a,"load",function(){return void
c(a,b)}))};function ZI(a){var b,c;try{return(null!==(c=null===(b=a.top)||void
0===b?void 0:b.frames)&&void 0!==c?c:{}).google_ads_top_frame}catch(d){}return
null}function $I(a){var b=RegExp("^https?://[^/#?]+/?$");return!!a&&!b.test(a)}
function aJ(a){if(a===a.top||tg(a.top))return q.Promise.resolve({status:4});var
b=ZI(a);if(!b)return
q.Promise.resolve({status:2});if(a.parent===a.top&&$I(a.document.referrer))return
q.Promise.resolve({status:3});var c=new Or;a=new
MessageChannel;a.port1.onmessage=function(d)
{"__goog_top_url_resp"===d.data.msgType&&c.resolve({rb:d.data.topUrl,status:d.data.
topUrl?0:1})};b.postMessage({msgType:"__goog_top_url_req"},"*",[a.port2]);return
c.promise};function bJ(a,b){var
c=a.document.getElementById(b.google_async_iframe_id+"_anchor");a=a.document.getEle
mentById(b.google_async_iframe_id+"_expand");if(null==c||null==a)throw
Error("no_ins");return{da:c,ha:a}}
function cJ(a){var b=a.ba,c=a.ea,d=a.Wa,e=a.slot,f,g,h,k,l,m,n;return
Fa(function(r){switch(r.j){case 1:return
f=e.vars,g=bJ(e.pubWin,e.vars),h=g.da,k=g.ha,l=wg(e.pubWin),m=new
WA({K:l,pubWin:e.pubWin,F:f,ba:b,ea:c,Wa:d,da:h,ha:k}),m.G=Date.now(),Jj(1,
[m.F]),r.C=2,wa(r,dJ(m),4);case 4:xa(r);break;case 2:if(n=ya(r),!tj(159,n))throw
n;case 3:return rj(639,function(){var v=m.F;var
w=m.K;if(w&&1===v.google_responsive_auto_format&&!
0===v.google_full_width_responsive_allowed){var u;
(u=(u=w.document.getElementById(v.google_async_iframe_id))?
pg(u,"INS","adsbygoogle"):null)?(v=new
UB(w,u,v),v.j=C.setInterval(Sa(v.B,v),500),v.B(),v=!0):v=!1}else v=!1;return
v}),rj(914,function(){l&&eA(l,e.vars,b,e.vars.google_ad_client)}),r.return(m)}})}
function dJ(a){if(/_sdo/.test(a.F.google_ad_format))return q.Promise.resolve();var
b=ey(),c=gy(b,22,!1);c||iy(b,22,!0);c||
(c=a.F,b=a.ba,dj(pj).j(13),dj(pj).j(11),c=oy(c),(b=Hc(b,10))&&c.push(b));b=ey();
(c=gy(b,23,!1))||iy(b,23,!0);if(!c){var
d=a.F.google_ad_client;b=a.ba;if(13===Dc(b,rA))var
e=I(Ic(b,mA,13,rA),Xy,2);else{var f;b:if(c=null!=(f=null==(e=Ic(b,nA,14,rA))?void
0:vc(e,1))?f:[],e=[d],La(c)&&La(e)&&c.length==e.length){f=c.length;for(d=0;d<f;d+
+)if(c[d]!==e[d]){e=!1;break b}e=!0}else e=!1;
e=e?I(I(Ic(b,nA,14,rA),mA,2),Xy,2):new Xy}e=new
Yy(a.pubWin,a.F.google_ad_client,e,zc(a.ba,6));f=W(jm);e.l=f;f=I(e.C,uk,1);if(e.l&&
(b=e.j,e.B&&!Gu(f)?(c=new Ny,c=F(c,1,1)):c=null,c))
{c=Yc(c);try{b.localStorage.setItem("google_auto_fc_cmp_setting",c)}catch(g)
{}}f&&Iu(new Hu(e.j,new $u(e.j,e.A),f,new Ps(e.j)))}e=!vh()&&!nb();return!e||e&&!
eJ(a)?fJ(a):q.Promise.resolve()}
function gJ(a,b,c){c=void 0===c?!1:c;b=lA(a.K,b);var d=xh()||Go(a.pubWin.top);if(!
b||-12245933==b.y||-12245933==d.width||-12245933==d.height||!d.height)return 0;var
e=0;try{var f=a.pubWin.top;e=Io(f.document,f).y}catch(g){return
0}a=e+d.height;return b.y<e?c?0:(e-b.y)/d.height:b.y>a?(b.y-a)/d.height:0}function
eJ(a){return hJ(a)||iJ(a)}
function hJ(a){var b=a.F;if(!b.google_pause_ad_requests)return!1;var
c=C.setTimeout(function(){T("abg:cmppar",
{client:a.F.google_ad_client,url:a.F.google_page_url})},1E4),d=sj(450,function()
{b.google_pause_ad_requests=!
1;C.clearTimeout(c);a.pubWin.removeEventListener("adsbygoogle-pub-unpause-ad-
requests-event",d);eJ(a)||fJ(a)});a.pubWin.addEventListener("adsbygoogle-pub-
unpause-ad-requests-event",d);return!0}
function iJ(a){var b=a.pubWin.document,c=jJ();if(0>c.hidden&&0>c.visible)return!
1;var d=a.da,e=KC(b);if(!e)return!1;if(!LC(b))return kJ(a,c.visible,d);var
f=3===JC(b);if(gJ(a,d)<=c.hidden&&!f)return!1;var g=sj(332,function(){!
LC(b)&&g&&(pf(b,e,g),kJ(a,c.visible,d)||fJ(a),g=null)});return L(b,e,g)}function
jJ(){var a={hidden:0,visible:3};C.IntersectionObserver||(a.visible=-
1);rg()&&(a.visible*=2);return a}
function kJ(a,b,c){if(!c||0>b)return!1;var d=a.F;if(!
$m(d.google_reactive_ad_format)&&(qB(d)||d.google_reactive_ads_config)||!Jo(c)||
gJ(a,c)<=b)return!1;var e=ey(),f=gy(e,8,{});e=gy(e,9,{});d=d.google_ad_section||
d.google_ad_region||"";var g=!!a.pubWin.google_apltlad;if(!f[d]&&!e[d]&&!g)return!
1;b=new C.IntersectionObserver(function(h,k){wb(h,function(l)
{0>=l.intersectionRatio||(k.unobserve(l.target),rj(294,function(){fJ(a)}))})},
{rootMargin:100*b+"%"});a.H=b;b.observe(c);return!0}
function fJ(a){var b,c;return Fa(function(d){switch(d.j){case 1:return
rj(326,function(){if(1===Xh(a.F)){var e=W(Dm),f=e||W(Cm),g=a.pubWin;if(f&&g===a.K)
{var h=new Dj;f=new Ej;h.setCorrelator($g(a.pubWin));var
k=EA(a.pubWin);Bc(h,5,k,"");Kc(h,2);Ec(f,1,h);h=new Bj;h=Jc(h,10,!
0);k=W(sm);h=Jc(h,8,k);k=W(tm);h=Jc(h,9,k);k=W(ym);h=Jc(h,7,k);k=W(xm);h=Jc(h,13,k)
;k=W(zm);h=Jc(h,14,k);Ec(f,2,h);g.google_rum_config=f.toJSON();xg(g.document,Me(zc(
a.ba,9)&&e?a.ea.Ze:a.ea.$e))}else Gi()}}),d.C=2,wa(d,lJ(a),
4);case 4:xa(d);break;case 2:b=ya(d),tj(827,b);case 3:return
a.F.google_ad_channel=mJ(a,a.F.google_ad_channel),a.F.google_tag_partner=nJ(a,a.F.g
oogle_tag_partner),oJ(a),c=a.F.google_start_time,"number"===typeof
c&&(mn=c,a.F.google_start_time=null),jA(a),pJ(a),qB(a.F)&&($z()&&(a.F.google_adtest
=a.F.google_adtest||"on"),a.F.google_pgb_reactive=a.F.google_pgb_reactive||
3),qJ(a.K),d.return(rJ(a))}})}
function pJ(a){if(a.K&&(sB(a.K,a.ea.me),rB(a.K.location))){var
b=a.F.google_ad_client;var c={};b={enable_page_level_ads:(c.pltais=!
0,c),google_ad_client:b};CB(a.K,b)}}function mJ(a,b){return(b?[b]:
[]).concat(ny(a.F).ad_channels||[]).join("+")}function nJ(a,b){return(b?[b]:
[]).concat(ny(a.F).tag_partners||[]).join("+")}
function sJ(a,b,c,d){c.src=XB(a);var
e=d.pubWin.document;a=ei(d.pubWin);c=tJ(c);a&&d.l.push(zh(d.pubWin,c));uJ(d.da,c);W
(el)&&C.setTimeout(sj(644,function(){var f=e.getElementById(b);bh(f,function()
{C.setTimeout(function(){for(var g=z(d.l),h=g.next();!
h.done;h=g.next())h=h.value,h();d.l.length=0},200)})}),0);return
q.Promise.resolve(c)}function tJ(a){var b=yg("IFRAME");Bg(a,function(c,d){null!
=c&&b.setAttribute(d,c)});return b}
function vJ(a,b,c){return
9==a.F.google_reactive_ad_format&&pg(a.ha,null,"fsi_container",void 0)?
(a.da.appendChild(b),q.Promise.resolve(b)):AB(a.ea.wd,525,function(d)
{a.da.appendChild(b);d.createAdSlot(a.K,a.F,b,a.ha.parentElement,Qy(c,a.pubWin));re
turn b})}
function wJ(a,b,c){function d(h){h&&a.l.push(function()
{h.Y()})}YI(a.pubWin,Jc(wf(Kc(Kc(vf(new uf,yf(new
xf,String($g(a.pubWin)))),4),2),Hc(a.ba,2)),6,!0));var
e=a.K;a.F.google_acr&&a.F.google_acr(b);L(b,"load",function()
{b&&b.setAttribute("data-load-complete",!0);var h=e?
ny(e).enable_overlap_observer||!1:!1;(a.F.ovlp||W(im)||
h)&&e&&e===a.pubWin&&xJ(e,a,a.ha,b)});yJ(a,b);W(nm)&&zJ(a,b);!e||qB(a.F)&&!
EB(a.F)||(d(new lC(a,b)),d(new wD(e,b,a.F)),d(new nC(a,b)),d(new
eC(a,b)),d(e.IntersectionObserver?
null:new jC(e,b,a.da)));e&&(d(new
dC(e,b,a.F)),a.l.push(SB(e,a.F)),dj(OB).init(e),a.l.push(ZB(e,a.ha,b)));b&&b.setAtt
ribute("data-google-container-id",c);c=a.F.iaaso;if(null!=c){var
f=a.ha,g=f.parentElement;(g&&cp.test(g.className)?g:f).setAttribute("data-auto-ad-
size",c)}c=a.ha;c.setAttribute("tabindex","0");c.setAttribute("title","Advertisemen
t");c.setAttribute("aria-label","Advertisement");AJ(a)}
function yJ(a,b){var
c=a.pubWin,d=a.F.google_ad_client,e=ky(),f=null,g=vj(c,"pvt",function(h,k)
{"string"===typeof h.token&&k.source===b.contentWindow&&(f=h.token,g(),e[d]=e[d]||
[],e[d].push(f),100<e[d].length&&e[d].shift())});a.l.push(g)}function BJ(a,b){var
c=HA(a,"__gpi_opt_out",b.A);c&&(c=If(Hf(Gf(Ff(c),2147483647),"/"),b.pubWin.location
.hostname),IA(a,"__gpi_opt_out",c,b.A))}
function zJ(a,b){var c=vj(a.pubWin,"gpi-uoo",function(d,e)
{if(e.source===b.contentWindow)
{e=If(Hf(Gf(Ff(d.userOptOut?"1":"0"),2147483647),"/"),a.pubWin.location.hostname);v
ar f=new GA(a.pubWin);IA(f,"__gpi_opt_out",e,a.A);if(d.userOptOut||
d.clearAdsData)JA(f,"__gads",a.A),JA(f,"__gpi",a.A)}});a.l.push(c)}
function AJ(a){var b=vh(a.pubWin);if(b)if("AMP-STICKY-AD"===b.container){var
c=function(d)
{"fill_sticky"===d.data&&b.renderStart&&b.renderStart()};L(a.pubWin,"message",sj(61
6,c));a.l.push(function(){pf(a.pubWin,"message",c)})}else
b.renderStart&&b.renderStart()}
function xJ(a,b,c,d){tC(new pC(a),c).then(function(e){Jj(8,[e]);return
e}).then(function(e){var f=c.parentElement;(f&&cp.test(f.className)?
f:c).setAttribute("data-overlap-observer-
io",e.isOverlappingOrOutsideViewport);return e}).then(function(e){var
f=b.F.armr||"",g=e.executionTime||"",h=null==b.F.iaaso?"":Number(b.F.iaaso),k=Numbe
r(e.isOverlappingOrOutsideViewport),l=yb(t(e,"entries"),function(G){return
G.overlapType+":"+G.overlapDepth+":"+G.overlapDetectionPoint}),m=Number(e.overlappe
dArea.toFixed(2)),
n=d.dataset.googleQueryId||"",r=m*e.targetRect.width*e.targetRect.height,v=e.scroll
Position.scrollX+","+e.scrollPosition.scrollY,w=Zh(e.target),u=[e.targetRect.left,e
.targetRect.top,e.targetRect.right,e.targetRect.bottom].join();e=e.viewportSize.wid
th+"x"+e.viewportSize.height;T("ovlp",
{adf:b.F.google_ad_dom_fingerprint,armr:f,client:b.F.google_ad_client,eid:EA(b.F),e
t:g,fwrattr:b.F.google_full_width_responsive,iaaso:h,io:k,saldr:b.F.google_loader_u
sed,oa:m,oe:l.join(","),qid:n,rafmt:b.F.google_responsive_auto_format,
roa:r,slot:b.F.google_ad_slot,sp:v,tgt:w,tr:u,url:b.F.google_page_url,vp:e},1)}).ca
tch(function(e){Jj(8,["Error:",e.message,c]);T("ovlp-err",
{err:e.message},1)})}function CJ(a,b){b.allow=b.allow&&0<b.allow.length?b.allow+(";
"+a):a}
function DJ(a,b,c,d){var
e=a.F,f=e.google_async_iframe_id,g=e.google_ad_width,h=e.google_ad_height,k=FB(e),l
={id:f,name:f};if(k)W(em)&&(l.style=["width:"+g+"px !IMPORTANT","height:"+h+"px !
IMPORTANT"].join(";"));else{var m=W(dm)?" !
IMPORTANT":"";l.style=["left:0;position:absolute;top:0;border:0","width:"+g+"px"+m,
"height:"+h+"px"+m].join(";")}m=Pg();if(m["allow-top-navigation-by-user-
activation"]&&m["allow-popups-to-escape-sandbox"])
{m=b;if(b="fsb="+encodeURIComponent("1")){var n=m.indexOf("#");0>
n&&(n=m.length);var r=m.indexOf("?");if(0>r||r>n){r=n;var v=""}else
v=m.substring(r+1,n);m=[m.substr(0,r),v,m.substr(n)];n=m[1];m[1]=b?n?
n+"&"+b:b:n;b=m[0]+(m[1]?"?"+m[1]:"")+m[2]}else b=m;l.sandbox=Og().join("
")}W(xl)&&!1===e.google_video_play_muted&&CJ("autoplay",l);n=b;b=EJ(b);r=c?
b.replace(/&ea=[^&]*/,"")+"&ea=0":b;null!=g&&(l.width=String(g));null!
=h&&(l.height=String(h));l.frameborder="0";l.marginwidth="0";l.marginheight="0";l.v
space="0";l.hspace="0";l.allowtransparency="true";l.scrolling=
"no";m="";if(c)
{m=10;for(r="";0<m--;)r+="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234
56789".charAt(Math.floor(62*Math.random()));m=r;b=uj(b,m);uj(n,m)}else
b=r;e.dash&&(l.srcdoc=e.dash);n=W(FH()?
Fm:Em);r=W(Hm);n=GH(a.pubWin,n,r);r=e.google_trust_token_additional_signing_data;n&
&HH(n)&&(n=JH(n,r))&&(l.trustToken=JSON.stringify(n));var w;var u=void 0===u?
window.navigator.userAgent:u;u=(u=u.match(/Chrome\/([0-
9]+)/))&&92>Number(u[1])?"conversion-measurement":"attribution-reporting";(null===
(w=a.pubWin.document.featurePolicy)||void 0===w?0:
(aa=w.features(),t(aa,"includes")).call(aa,u))&&CJ(u,l);k?
(l.src=b,k=tJ(l),d=vJ(a,k,d)):d=sJ(b,f,l,a);c&&(c=a.ea.tf,e={id:f,url:b,width:g,hei
ght:h,Xc:m,Xe:a.pubWin,Xd:f,Fi:"google_expandable_ad_slot"+Xh(e),Fe:c.toString(),Cc
:a.pubWin},e=!e.id||!e.url||0>=e.width||0>=e.height||!e.Xc||!e.Cc?void
0:vj(e.Cc,"ct",Ta(zj,e,c)),e&&a.l.push(e));return d}
function EJ(a){var b=D("Edge")?4E3:8100;var c=a;c.length>b&&(c=c.substring(0,b-
8),c=c.replace(/%\w?$/,""),c=c.replace(/&[^=]*=?$/,""),c+="&trunc=1");if(c!==a){b-
=8;var d=a.lastIndexOf("&",b);-1===d&&(d=a.lastIndexOf("?",b));T("trn",
{ol:a.length,tr:-1===d?"":a.substring(d+1),url:a},.01)}return c}
function FJ(a){var b,c,d,e,f,g,h,k,l,m,n,r,v,w,u,G,N,M,H,R;return Fa(function(O)
{switch(O.j){case 1:b=a;c=b.F;d=b.pubWin;e=a.A;W(mm)&&xc(e,5)&&BJ(new
GA(a.pubWin),a);f=Qy(e,a.pubWin);if(!xc(e,5)&&W(gl))return
O.return(q.Promise.resolve());xc(e,5)&&NA(e,a.pubWin,a.F.google_ad_client);if(g=a.F
.google_reactive_ads_config)zB(a.K,g),h=Qy(e),GB(g,a,h),k=g.page_level_pubvars,Ma(k
)&&qd(a.F,k);if(!xc(e,5)){O.j=2;break}return wa(O,GJ(),2);case
2:if(IH(a.pubWin,wA(),Hc(a.ba,8)))
{O.j=4;break}l=Nm(Lm);m=d.google_trust_token_operation_promise;
if(!(0<l&&m)){O.j=4;break}return wa(O,q.Promise.race([m,new q.Promise(function(U)
{return void setTimeout(function(){U(void 0)},l)})]),4);case 4:n="";FB(c)?
(r=a.ea.uf.toString(),n=r+"#"+VH(c),bI(c,ey()),HJ(c)):
(5==c.google_pgb_reactive&&c.google_reactive_ads_config||!pB(c)||
oB(d,c,f))&&HJ(c)&&(n=SH(a,e));Jj(2,[c,n]);if(!n)return
O.return(q.Promise.resolve());c.google_async_iframe_id||
Wh(d);v=Xh(c);w=a.pubWin===a.K?"a!"+v.toString(36):v.toString(36)+"."+Yf();u=0<gJ(a
,a.da,!0);G={};N=(G.ifi=v,G.uci=
w,G);u&&(M=ey(),N.btvi=gy(M,21,1),jy(M,21));n=Sh(N,n);H=DJ(a,n,0===a.B,e);n=EJ(n);a
.F.rpe&&qD(a.pubWin,a.da,{height:a.F.google_ad_height,Nc:"force",Tc:!0,yd:!
0,Hb:a.F.google_ad_client});return wa(O,H,7);case 7:R=O.l;try{wJ(a,R,w)}catch(U)
{tj(223,U)}O.j=0}})}function GJ(){return(qb()?0<=kb(ub(),11):pb()&&0<=kb(ub(),65))?
new q.Promise(function(a){yH(a.bind(null,!0))}):(yH(null),q.Promise.resolve(!1))}
function IJ(a){var b=new GI(a);return new q.Promise(function(c){JI(b,function(d)
{d&&"string"===typeof d.uspString?c(d.uspString):c(null)})})}function JJ(a){var
b=void 0===b?C.top:b;b=Qg(b,"googlefcPresent");var c=void 0===c?C:c;c.googlefc&&!
b&&T("adsense_fc_has_namespace_but_no_iframes",{publisherId:a},1)}function KJ(a,b)
{var c=b.qf,d=b.uspString;b=b.ef;W(fl)||(a.A=new Ty);a=a.A;c?VB(a,c):Uy(a,!
0);d&&F(a,1,d);W(nl)||null===b||F(a,6,b)}
function LJ(a){var b=Nm(kl);if(0>=b)return null;var c=zi(),d=FI(a.pubWin);if(!
d)return null;a.C="0";return(W(il)?
d:q.Promise.race([d,eh(b,"0")])).then(function(e){T("adsense_paw",{time:zi()-c});
(null===e||void 0===e?void 0:e.length)>Nm(jl)?
tj(809,Error("ML:"+e.length)):a.C=e}).catch(function(e){tj(809,e)})}
function MJ(a){var b=Nm(ml);if(0>=b)return q.Promise.resolve(void 0);var
c=zi();return q.Promise.race([rj(832,function(){return
aJ(a)}),eh(b)]).then(function(d){var e,f=null!==(e=null===d||void 0===d?void
0:d.status)&&void 0!==e?e:100;T("afc_etu",{etus:f,sig:zi()-c,tms:b});return
null===d||void 0===d?void 0:d.rb})}function NJ(a){var b=Nm(Km);return
q.Promise.race([sj(779,function(){var c=W(FH()?Fm:Em),d=W(Hm);return PH(new
DH(a,c,d))})(),eh(b)])}
function OJ(a){var b,c,d,e,f,g,h,k;return Fa(function(l){switch(l.j){case 1:return
b=LJ(a),c=rj(868,function(){return
MJ(a.pubWin)}),vH(Hc(a.ba,8)),ez(a.pubWin),JJ(a.F.google_ad_client),d=new
RI(a.pubWin),wa(l,SI(d)?VI(d,"loaded"):q.Promise.resolve(null),2);case 2:return
e=l.l,W(fl)&&(a.A=new Ty),f=[WB(a),IJ(a.pubWin),W(nl)?
null:WI(d,e,a.F.google_ad_client,zc(a.ba,6))],wa(l,q.Promise.all(f),3);case
3:g=l.l;KJ(a,{qf:g[0],uspString:g[1],ef:g[2]});if(!IH(a.pubWin,wA(),Hc(a.ba,8)))
{l.j=4;break}h=a.A;
return wa(l,NJ(!!xc(h,5)),4);case 4:if(W(il)){l.j=6;break}return wa(l,b,6);case
6:return k=a,wa(l,c,8);case 8:return k.rb=l.l||"",wa(l,FJ(a),0)}})}
function rJ(a){var
b=a.pubWin.document,c=a.F,d=c.google_ad_width,e=c.google_ad_height,f=0;try{!
1===c.google_allow_expandable_ads&&(f|=1);if(!b.body||isNaN(c.google_ad_height)||
isNaN(c.google_ad_width)||!/^http/.test(b.location.protocol))f|=2;a:
{c=navigator;var g=c.userAgent,h=c.platform,k=/WebKit\/(\d+)/,l=/rv:(\d+\.\
d+)/,m=/rv:1\.8([^.]|\.0)/;if(/Win|Mac|Linux|iPad|iPod|iPhone/.test(h)&&!/
^Opera/.test(g)){var
n=(k.exec(g)||[0,0])[1],r=(l.exec(g)||[0,0])[1];if(/Win/.test(h)&&/
Trident/.test(g)&&11<=
b.documentMode||!n&&"Gecko"===c.product&&27<=r&&!m.test(g)||536<=n){var v=!0;break
a}}v=!1}v||(f|=4);To(a.pubWin,d,e)&&(f|=2)}catch(u){f|=8}a.B=f;0===a.B||
(a.F.google_allow_expandable_ads=!1);var w;nh(a.pubWin)!=a.pubWin&&(a.j|
=4);3===JC(a.pubWin.document)&&(a.j|=32);if(b=a.K)b=a.K,b=!
(Um(b).scrollWidth<=Um(b).clientWidth);b&&(a.j|
=1024);if(null===(w=a.pubWin.Prototype)||void 0===w?0:w.Version)a.j|
=16384;a.F.google_loader_features_used&&(a.j|
=a.F.google_loader_features_used);a.D=2;return OJ(a)}
function uJ(a,b){a.style.visibility="visible";for(var
c;c=a.firstChild;)a.removeChild(c);a.appendChild(b)}function HJ(a){var
b=ey(),c=a.google_ad_section;qB(a)&&jy(b,15);if(ci(a)){if(100<jy(b,5))return!1}else
if(100<jy(b,6)-gy(b,15,0)&&""==c)return!1;return!0}
function oJ(a){var b=a.K;if(b&&!ny(b).ads_density_stats_processed&&!
vh(b)&&(ny(b).ads_density_stats_processed=!0,W(hm)||.01>Ag())){var c=function()
{if(b){var
d=lx(nx(b),a.F.google_ad_client,b.location.hostname,EA(a.F).split(","));T("ama_stat
s",d,1)}};ch(b,function(){C.setTimeout(c,1E3)})}}function qJ(a){a&&!
ny(a).host_pinged_back&&(ny(a).host_pinged_back=!0,T("abg_host",
{host:a.location.host},.01))}
function lJ(a){var b,c,d,e;return Fa(function(f){if(1==f.j)
{b=a.pubWin.document;if("function"!==typeof b.interestCohort||!W(pm))
{f.j=0;return}c=Nm(qm);d=function(){var g,h,k,l;return Fa(function(m)
{if(1==m.j)return h=performance.now(),wa(m,null===(g=b.interestCohort)||void 0===g?
void 0:g.call(b),2);k=m.l;l=performance.now()-h;T("flocapi",{time:l},1);return
m.return(k)})};return wa(f,q.Promise.race([d(),new q.Promise(function(g){return
void setTimeout(function(){g(void 0)},c)})]),3)}(e=f.l)&&(a.F.google_floc=
e);f.j=0})};(function(a,b,c){rj(843,function(){var d,e=C.google_sl_win||C;if(!
e.google_sa_impl){var f=sI(a);pI(Hc(f,2));xA(zc(f,6));Jj(16,[3,f.toJSON()]);var
g=qI({je:b,nf:Hc(f,2)}),h=c(g,f);e.google_sa_impl=function(k){return Fa(function(l)
{return
l.return(cJ({ba:f,ea:h,Wa:g,slot:k}))})};CA(AA(e));null===(d=e.google_process_slots
)||void 0===d?void 0:d.call(e);e=(C.Prototype||{}).Version;null!=e&&T("prtpjs",
{version:e})}})})(rI,"m202203030101",function(a,b){var
c=2012<yc(b,1,0)?"_fy"+yc(b,1,0):"",d=Hc(b,3);b=
Hc(b,2);return{$e:S(OA,b,d,c),Ze:S(PA,b,d,c),wd:S(QA,a,c),me:S(RA,a,c),tf:S(SA,b,d)
,uf:S(TA,b,d),Bb:S(UA,a,c),dd:S(VA,a,c)}});
}).call(this,"[2012,\"r20220308\",\"r20110914\",1,null,1,null,\".google.pl\",null,n
ull,null,null,[null,[]],null,null,null,null,-1,[44759875,44759926]]");

You might also like