0% found this document useful (0 votes)
142 views40 pages

F

This document contains code for a JavaScript library. The code defines functions for common tasks like freezing objects, copying properties, checking property existence, and mutating objects while preserving immutability. It also includes functions for summarizing, serializing, and cloning objects.

Uploaded by

Siti Adawiah
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)
142 views40 pages

F

This document contains code for a JavaScript library. The code defines functions for common tasks like freezing objects, copying properties, checking property existence, and mutating objects while preserving immutability. It also includes functions for summarizing, serializing, and cloning objects.

Uploaded by

Siti Adawiah
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/ 40

(function(sttc){/*

Copyright The Closure Library Authors.


SPDX-License-Identifier: Apache-2.0
*/
'use strict';var p,aa={},u=this||self;function ba(a){var b=typeof a;b="object"!=b?
b:a?
Array.isArray(a)?"array":b:"null";return"array"==b||"object"==b&&"number"==typeof
a.length}function ca(a){var b=typeof a;return"object"==b&&null!
=a||"function"==b}function x(a){return
Object.prototype.hasOwnProperty.call(a,da)&&a[da]||(a[da]=++fa)}var
da="closure_uid_"+(1E9*Math.random()>>>0),fa=0;function ha(a,b,c){return
a.call.apply(a.bind,arguments)}
function ia(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 y(a,b,c)
{Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native
code")?y=ha:y=ia;return y.apply(null,arguments)}
function ja(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 ma(a)
{return a};var na;function oa(a){u.setTimeout(()=>{throw a;},0)};function pa(a)
{return/^[\s\xa0]*([\s\S]*?)[\s\xa0]*$/.exec(a)[1]}function qa(a,b){return a<b?-
1:a>b?1:0};function ra(){var a=u.navigator;return a&&(a=a.userAgent)?a:""}function
z(a){return-1!=ra().indexOf(a)};function sa(a,b){if("string"===typeof
a)return"string"!==typeof b||1!=b.length?-1:a.indexOf(b,0);for(let
c=0;c<a.length;c++)if(c in a&&a[c]===b)return c;return-1}function ta(a,b){const
c=a.length,d="string"===typeof a?a.split(""):a;for(let e=0;e<c;e++)e in
d&&b.call(void 0,d[e],e,a)}function ua(a,b){const c=a.length,d=[];let e=0;const
f="string"===typeof a?a.split(""):a;for(let g=0;g<c;g++)if(g in f){const
h=f[g];b.call(void 0,h,g,a)&&(d[e++]=h)}return d}
function va(a,b){const c=a.length,d=Array(c),e="string"===typeof a?
a.split(""):a;for(let f=0;f<c;f++)f in e&&(d[f]=b.call(void 0,e[f],f,a));return
d}function wa(a,b){const c=a.length,d="string"===typeof a?a.split(""):a;for(let
e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a))return!0;return!1}function xa(a,b)
{return 0<=sa(a,b)}function ya(a){const b=a.length;if(0<b){const c=Array(b);for(let
d=0;d<b;d++)c[d]=a[d];return c}return[]}
function za(a,b){for(let c=1;c<arguments.length;c++){const d=arguments[c];if(ba(d))
{const e=a.length||0,f=d.length||0;a.length=e+f;for(let g=0;g<f;g+
+)a[e+g]=d[g]}else a.push(d)}}function Aa(a,b){b=b||Math.random;for(let c=a.length-
1;0<c;c--){const d=Math.floor(b()*(c+1)),e=a[c];a[c]=a[d];a[d]=e}};function Ba(a)
{Ba[" "](a);return a}Ba[" "]=function(){};function Ca(a,b){var c=Da;return
Object.prototype.hasOwnProperty.call(c,a)?c[a]:c[a]=b(a)};var
Ea=z("Opera"),Fa=z("Trident")||z("MSIE"),Ga=z("Edge"),Ha=z("Gecko")&&!(-1!
=ra().toLowerCase().indexOf("webkit")&&!z("Edge"))&&!(z("Trident")||z("MSIE"))&&!
z("Edge"),Ia=-1!=ra().toLowerCase().indexOf("webkit")&&!z("Edge");function Ja(){var
a=u.document;return a?a.documentMode:void 0}var Ka;
a:{var La="",Ma=function(){var a=ra();if(Ha)return/rv:([^\);]+)
(\)|;)/.exec(a);if(Ga)return/Edge\/([\d\.]+)/.exec(a);if(Fa)return/\b(?:MSIE|rv)
[: ]([^\);]+)(\)|;)/.exec(a);if(Ia)return/WebKit\/(\S+)/.exec(a);if(Ea)return/
(?:Version)[ \/]?(\S+)/.exec(a)}();Ma&&(La=Ma?Ma[1]:"");if(Fa){var Oa=Ja();if(null!
=Oa&&Oa>parseFloat(La)){Ka=String(Oa);break a}}Ka=La}var Pa=Ka,Da={};
function Qa(a){return Ca(a,function(){let b=0;const
c=pa(String(Pa)).split("."),d=pa(String(a)).split("."),e=Math.max(c.length,d.length
);for(let h=0;0==b&&h<e;h++){var f=c[h]||"",g=d[h]||"";do{f=/(\d*)(\D*)
(.*)/.exec(f)||["","","",""];g=/(\d*)(\D*)(.*)/.exec(g)||
["","","",""];if(0==f[0].length&&0==g[0].length)break;b=qa(0==f[1].length?
0:parseInt(f[1],10),0==g[1].length?0:parseInt(g[1],10))||
qa(0==f[2].length,0==g[2].length)||qa(f[2],g[2]);f=f[3];g=g[3]}while(0==b)}return
0<=b})}var Ra;
if(u.document&&Fa){var Sa=Ja();Ra=Sa?Sa:parseInt(Pa,10)||void 0}else Ra=void 0;var
Ta=Ra;var Ua={},Va=null;
function Wa(a){var b;void 0===b&&(b=0);if(!Va){Va={};for(var
c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),d=["+/
=","+/","-_=","-_.","-_"],e=0;5>e;e++){var
f=c.concat(d[e].split(""));Ua[e]=f;for(var g=0;g<f.length;g++){var h=f[g];void
0===Va[h]&&(Va[h]=g)}}}b=Ua[b];c=Array(Math.floor(a.length/3));d=b[64]||"";for(e=f=
0;f<a.length-2;f+=3){var l=a[f],k=a[f+1];h=a[f+2];g=b[l>>2];l=b[(l&3)<<4|
k>>4];k=b[(k&15)<<2|h>>6];h=b[h&63];c[e++]=g+l+k+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("")};var Xa="undefined"!==typeof Uint8Array,Za={};let $a;var
ab=class{constructor(a){if(Za!==Za)throw Error("illegal external
caller");this.Ib=a;if(null!=a&&0===a.length)throw Error("ByteString should be
constructed with non-empty values");}isEmpty(){return null==this.Ib}};const
bb=Symbol(void 0);function B(a,b){Object.isFrozen(a)||(bb?a[bb]|=b:void 0!==a.sa?
a.sa|=b:Object.defineProperties(a,{sa:{value:b,configurable:!0,writable:!
0,enumerable:!1}}))}function cb(a,b){Object.isExtensible(a)&&(bb?
a[bb]&&(a[bb]&=~b):void 0!==a.sa&&(a.sa&=~b))}function db(a){let b;bb?
b=a[bb]:b=a.sa;return null==b?0:b}function eb(a,b){bb?a[bb]=b:void 0!==a.sa?
a.sa=b:Object.defineProperties(a,{sa:{value:b,configurable:!0,writable:!
0,enumerable:!1}})}function fb(a){B(a,1);return a}
function gb(a){B(a,17);return a}function E(a){return a?!!(db(a)&2):!1}function
hb(a){B(a,16);return a}function ib(a,b){eb(b,(db(a)|18)&-33)};var jb={};function
kb(a){return null!==a&&"object"===typeof a&&!
Array.isArray(a)&&a.constructor===Object}let lb;var
mb=Object,nb=mb.freeze,ob=[];B(ob,3);var qb=nb.call(mb,ob);function rb(a)
{if(E(a.I))throw Error("Cannot mutate an immutable Message");};function sb(a,b,c=!
1){if(Array.isArray(a))return new b(c?hb(a):a)};function tb(a){switch(typeof a)
{case "number":return isFinite(a)?a:String(a);case "object":if(a&&!
Array.isArray(a)){if(Xa&&null!=a&&a instanceof Uint8Array)return Wa(a);if(a
instanceof ab){const b=a.Ib;return null==b?"":"string"===typeof b?
b:a.Ib=Wa(b)}}}return a};function ub(a,b,c,d){if(null!=a)
{if(Array.isArray(a))a=vb(a,b,c,void 0!==d);else if(kb(a)){const e={};for(let f in
a)Object.prototype.hasOwnProperty.call(a,f)&&(e[f]=ub(a[f],b,c,d));a=e}else
a=b(a,d);return a}}function vb(a,b,c,d){d=d?!!(db(a)&16):void 0;const
e=Array.prototype.slice.call(a);c(a,e);for(a=0;a<e.length;a+
+)e[a]=ub(e[a],b,c,d);return e}function wb(a){return a.Fb===jb?
a.toJSON():tb(a)}function xb(){};function G(a,b,c=!1){return-1===b?null:b>=a.Ea?
a.ca?a.ca[b]:void 0:c&&a.ca&&(c=a.ca[b],null!=c)?c:a.I[b+a.Ba]}function H(a,b,c,d=!
1,e=!1){e||rb(a);a.g&&(a.g=void 0);if(b>=a.Ea||d)return(a.ca||
(a.ca=a.I[a.Ea+a.Ba]={}))[b]=c,a;void 0!==a.ca&&a.Ea>=a.I.length?(d=a.I.length-
1,e=b+a.Ba,e>=d?(a.I[d]=void
0,a.I[e]=c,a.I.push(a.ca)):a.I[e]=c):a.I[b+a.Ba]=c;void 0!==a.ca&&b in a.ca&&delete
a.ca[b];return a}
function yb(a,b,c){let d=G(a,b,!1);Array.isArray(d)||(d=qb);const e=db(d);e&1||
fb(d);if(E(a.I))e&2||B(d,2),c&1||Object.freeze(d);else if(d===qb||!
(c&1&&c&2)&&e&2)d=fb(Array.prototype.slice.call(d)),H(a,b,d,!1);else if(!
(c&2)&&e&16){a=d;if(!Array.isArray(a))throw Error("cannot mark non-array as shared
mutably");cb(a,16)}return d}function zb(a,b){a=G(a,b);return null==a?a:!!a}
function Ab(a){let b=yb(a,4,1);if(b.length&&!(db(b)&4))
{Object.isFrozen(b)&&(b=fb(b.slice()),H(a,4,b,!1,!0));let
c=0,d=0;for(;c<b.length;c++){const e=b[c];null!=e&&(b[d+
+]=e)}d<c&&(b.length=d);B(b,5)}E(a.I)&&!
Object.isFrozen(b)&&(B(b,2),Object.freeze(b));return b}function I(a,b,c,d){rb(a);c!
==d?H(a,b,c):H(a,b,void 0,!1);return a}
function Bb(a,b,c){const d=G(a,c,!1);{let f=!1;var e=null==d||"object"!==typeof d||
(f=Array.isArray(d))||d.Fb!==jb?f?new b(d):void 0:d}e!==d&&null!=e&&(H(a,c,e,!1,!
0),B(e.I,db(a.I)&-33));return e}function Cb(a,b,c){b=Bb(a,b,c);if(null==b)return
b;E(b.I)&&!E(a.I)&&(b=Db(b),H(a,c,b,!1));return b}
function Eb(a,b,c,d=!0){a.ja||(a.ja={});let e=a.ja[c],f=yb(a,c,3);const
g=E(a.I);if(e)g||(Object.isFrozen(e)?d||
(e=Array.prototype.slice.call(e),a.ja[c]=e):d&&Object.freeze(e));else{e=[];const
l=!!(db(a.I)&16),k=E(f);!g&&k&&(f=fb(Array.prototype.slice.call(f)),H(a,c,f,!
1));let m=k;for(let n=0;n<f.length;n++){var h=f[n];m=m||E(h);h=sb(h,b,l);void 0!
==h&&(e.push(h),k&&B(h.I,2))}a.ja[c]=e;a=f;Object.isFrozen(a)||(b=db(a)|33,eb(a,m?
b&-9:b|8));(g||d&&k)&&B(e,2);(g||d)&&Object.freeze(e)}return e}
function Fb(a,b,c){var d=E(a.I);b=Eb(a,b,c,d);a=yb(a,c,3);if(d=!d&&a){if(!a)throw
Error("cannot check mutability state of non-array");d=!(db(a)&8)}if(d)
{for(d=0;d<b.length;d++)if((c=b[d])&&E(c.I)){c=d;var
e=Db(b[d]);b[c]=e;a[d]=b[d].I}B(a,8)}return b}function Gb(a,b,c)
{rb(a);null==c&&(c=void 0);return H(a,b,c)}
function Hb(a,b,c,d){rb(a);let e;if(null!=c){e=fb([]);let f=!1;for(let
g=0;g<c.length;g++)e[g]=c[g].I,f=f||E(e[g]);a.ja||(a.ja={});a.ja[b]=c;c=e;f?
cb(c,8):B(c,8)}else a.ja&&(a.ja[b]=void 0),e=qb;H(a,b,e,d)}function Ib(a,b,c=!1)
{a=zb(a,b);return null==a?c:a};function Jb(a){if(E(a)&&Object.isFrozen(a))return
a;const b=va(a,Kb);eb(b,(db(a)|18)&-33);Object.freeze(b);return b}function Lb(a,b)
{if(null!=a){if(Xa&&a instanceof Uint8Array)return a.length?new ab(new
Uint8Array(a)):$a||($a=new ab(null));if(Array.isArray(a)){if(E(a))return
a;b&&(b=db(a),b=!(b&32)&&(!!(b&16)||0===b));return b?(B(a,2),a):vb(a,Lb,ib)}return
a.Fb===jb?Kb(a):a}}function Kb(a){if(E(a.I))return a;a=Mb(a);B(a.I,2);return a}
function Mb(a){const b=new a.constructor;a.Qb&&(b.Qb=a.Qb.slice());const c=a.I,d=!!
(db(c)&16);for(let k=0;k<c.length;k++){var e=c[k];if(k===c.length-
1&&kb(e))for(const m in e){var f=+m;if(Number.isNaN(f))(b.ca||
(b.ca=b.I[b.Ea+b.Ba]={}))[f]=e[f];else{var g=b,h=e[m],l=d;const n=a.ja&&a.ja[f];n?
Hb(g,f,Jb(n),!0):H(g,f,Lb(h,l),!0)}}else g=b,f=k-a.Ba,h=d,(l=a.ja&&a.ja[f])?
Hb(g,f,Jb(l),!1):H(g,f,Lb(e,h),!1)}return b}function Db(a){if(!E(a.I))return
a;const b=Mb(a);b.g=a;return b};function Nb(a,b){if(null==b||""==b)return new
a;b=JSON.parse(b);if(!Array.isArray(b))throw Error(void 0);Ob=b=hb(b);a=new
a(b);Ob=null;return a}
var Pb=class{constructor(a,b,c){null==a&&(a=Ob);Ob=null;var d=this.constructor.g||
0,e=0<d,f=this.constructor.messageId,g=!1;if(null==a){var h=f?[f]:
[];B(h,48);a=h;h=!0}else{if(!Array.isArray(a))throw Error();if(h=!!
(db(a)&16))g=db(a),eb(a,g|32),g=!!(g&32)}e&&0<a.length&&kb(a[a.length-1])&&"g"in
a[a.length-1]&&(d=0);this.Ba=(f?0:-1)-d;this.ja=void 0;this.I=a;a:
{f=this.I.length;d=f-1;if(f&&(f=this.I[d],kb(f)))
{this.ca=f;f=Object.keys(f);if(b=0<f.length)b:{b=f;f=isNaN;a=b.length;const
l="string"===typeof b?
b.split(""):b;for(let k=0;k<a;k++)if(k in l&&!f.call(void 0,l[k],k,b)){b=!1;break
b}b=!0}b?this.Ea=Number.MAX_VALUE:this.Ea=d-this.Ba;break a}void 0!==b&&-1<b?
(this.Ea=Math.max(b,d+1-this.Ba),this.ca=void 0):this.Ea=Number.MAX_VALUE}if(!
e&&this.ca&&"g"in this.ca)throw Error('Unexpected "g" flag in sparse object of
message that is not a group type.');if(c)for(e=h&&!g?gb:fb,h=0;h<c.length;h+
+)g=c[h],(d=G(this,g))?Array.isArray(d)&&e(d):H(this,g,qb,!1,!0)}toJSON(){const
a=this.I;return lb?a:vb(a,wb,
xb)}};Pb.prototype.Fb=jb;function Qb(a,b){return tb(b)}let Ob;let Rb=void
0;function Sb(a,b){const c=Rb;Rb=void 0;if(!b(a))throw b=c?c()+"\
n":"",Error(b+String(a));};/*

SPDX-License-Identifier: Apache-2.0
*/
var Tb;function Ub(){if(void 0===Tb){var
a=null,b=u.trustedTypes;if(b&&b.createPolicy){try{a=b.createPolicy("goog#html",
{createHTML:ma,createScript:ma,createScriptURL:ma})}catch(c)
{u.console&&u.console.error(c.message)}Tb=a}else Tb=a}return Tb};var
Wb=class{constructor(a,b){this.g=b===Vb?a:""}toString(){return this.g+""}};function
Xb(a){return a instanceof Wb&&a.constructor===Wb?
a.g:"type_error:TrustedResourceUrl"}var Vb={};function Yb(a){const b=Ub();a=b?
b.createScriptURL(a):a;return new Wb(a,Vb)};var $b=class{constructor(a,b)
{this.g=b===Zb?a:""}toString(){return this.g.toString()}},Zb={},ac=new
$b("about:invalid#zClosurez",Zb);const bc={};function cc(a){return a instanceof
dc&&a.constructor===dc?a.g:"type_error:SafeHtml"}class dc{constructor(a,b)
{this.g=b===bc?a:""}toString(){return this.g.toString()}}var ec=new
dc(u.trustedTypes&&u.trustedTypes.emptyHTML||"",bc);function fc(){return!1}function
gc(){return!0}function hc(a){return function(){return!
a.apply(this,arguments)}}function ic(a){let b=!1,c;return function(){b||(c=a(),b=!
0);return c}}function jc(a){let b=a;return function(){if(b){const
c=b;b=null;c()}}}function kc(a){function b(){d=u.setTimeout(c,100);let
g=f;f=[];a.apply(void 0,g)}function c(){d=0;e&&(e=!1,b())}let d=0,e=!1,f=[];return
function(g){f=arguments;d?e=!0:b()}};var lc={capture:!0},mc={passive:!
0},nc=ic(function(){let a=!1;try{const b=Object.defineProperty({},"passive",
{get:function(){a=!0}});u.addEventListener("test",null,b)}catch(b){}return
a});function oc(a){return a?a.passive&&nc()?a:a.capture||!1:!1}function J(a,b,c,d)
{return a.addEventListener?(a.addEventListener(b,c,oc(d)),!0):!1}function
K(a,b,c,d){return a.removeEventListener?(a.removeEventListener(b,c,oc(d)),!0):!
1};var pc=Fa||Ia;var qc=ic(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=cc
(ec);return!b.parentElement});function rc(a){return
Array.prototype.reduce.call(arguments,function(b,c){return b+c},0)}function sc(a)
{return rc.apply(null,arguments)/arguments.length};function L(a,b){this.x=void 0!
==a?a:0;this.y=void 0!==b?b:0}function tc(a,b){return new L(a.x-b.x,a.y-
b.y)}L.prototype.ceil=function()
{this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return
this};L.prototype.floor=function()
{this.x=Math.floor(this.x);this.y=Math.floor(this.y);return
this};L.prototype.round=function()
{this.x=Math.round(this.x);this.y=Math.round(this.y);return this};function uc(a,b)
{this.width=a;this.height=b}p=uc.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 vc(a,b){const c={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"'};let
d;d=b?b.createElement("div"):u.document.createElement("div");return
a.replace(wc,function(e,f){var g=c[e];if(g)return
g;"#"==f.charAt(0)&&(f=Number("0"+f.slice(1)),isNaN(f)||
(g=String.fromCharCode(f)));if(!g){g=e+" ";g=(f=Ub())?f.createHTML(g):g;g=new
dc(g,bc);if(qc())for(;d.lastChild;)d.removeChild(d.lastChild);d.innerHTML=cc(g);g=d
.firstChild.nodeValue.slice(0,-1)}return c[e]=g})}var wc=/&([^;\s<&]+);?/g;
function xc(a){let b=0;for(let c=0;c<a.length;++c)b=31*b+a.charCodeAt(c)>>>0;return
b}function yc(a){return String(a).replace(/\-([a-z])/g,function(b,c){return
c.toUpperCase()})}function zc(a){return a.replace(RegExp("(^|[\\s]+)([a-
z])","g"),function(b,c,d){return c+d.toUpperCase()})};function Ac(a){return a?new
Bc(Cc(a)):na||(na=new Bc)}function Dc(a){a=a.document;a=Ec(a)?
a.documentElement:a.body;return new uc(a.clientWidth,a.clientHeight)}function Fc(a)
{var b=a.document,c=0;if(b){c=b.body;var d=b.documentElement;if(!d||!c)return
0;a=Dc(a).height;if(Ec(b)&&d.scrollHeight)c=d.scrollHeight!=a?
d.scrollHeight:d.offsetHeight;else{b=d.scrollHeight;var
e=d.offsetHeight;d.clientHeight!=e&&(b=c.scrollHeight,e=c.offsetHeight);c=b>a?b>e?
b:e:b<e?b:e}}return c}
function Gc(a){return a?a.parentWindow||a.defaultView:window}function Hc(a,b,c)
{function d(h){h&&b.appendChild("string"===typeof h?a.createTextNode(h):h)}for(var
e=1;e<c.length;e++){var f=c[e];if(!ba(f)||ca(f)&&0<f.nodeType)d(f);else{a:
{if(f&&"number"==typeof f.length){if(ca(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}ta(g?ya(f):f,d)}}}
function
Ic(a,b){b=String(b);"application/xhtml+xml"===a.contentType&&(b=b.toLowerCase());re
turn a.createElement(b)}function Ec(a){return"CSS1Compat"==a.compatMode}function
Jc(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}function
Cc(a){return 9==a.nodeType?a:a.ownerDocument||a.document}
function Kc(a,b,c,d){a&&!c&&(a=a.parentNode);for(c=0;a&&(null==d||c<=d);)
{if(b(a))return a;a=a.parentNode;c++}return null}function Bc(a){this.g=a||
u.document||document}p=Bc.prototype;p.getElementsByTagName=function(a,b){return(b||
this.g).getElementsByTagName(String(a))};p.createElement=function(a){return
Ic(this.g,a)};p.createTextNode=function(a){return
this.g.createTextNode(String(a))};p.append=function(a,b)
{Hc(Cc(a),a,arguments)};p.contains=Jc;function Lc(){return!(z("iPad")||
z("Android")&&!z("Mobile")||z("Silk"))&&(z("iPod")||z("iPhone")||z("Android")||
z("IEMobile"))};var Mc=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?
#]*?)(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?
$");function Nc(a){try{var b;if(b=!!a&&null!=a.location.href)a:{try{Ba(a.foo);b=!
0;break a}catch(c){}b=!1}return b}catch{return!1}}function Oc(a){return Nc(a.top)?
a.top:null}function Pc(a,b){const c=Qc("SCRIPT",a);c.src=Xb(b);
(b=(b=(c.ownerDocument&&c.ownerDocument.defaultView||
window).document.querySelector?.("script[nonce]"))?b.nonce||
b.getAttribute("nonce")||"":"")&&c.setAttribute("nonce",b);
(a=a.getElementsByTagName("script")
[0])&&a.parentNode&&a.parentNode.insertBefore(c,a)}
function Rc(a,b){return b.getComputedStyle?
b.getComputedStyle(a,null):a.currentStyle}function Sc(a,b){if(a)for(const c in
a)Object.prototype.hasOwnProperty.call(a,c)&&b(a[c],c,a)}function Tc(a){const
b=[];Sc(a,function(c){b.push(c)});return b}var Uc=/^([0-9.]+)px$/,Vc=/^(-?[0-9.]
{1,30})$/;function Xc(a){if(!Vc.test(a))return null;a=Number(a);return isNaN(a)?
null:a}function N(a){return(a=Uc.exec(a))?+a[1]:null}
var O=(a,b)=>{Sc(b,
(c,d)=>{a.style.setProperty(d,c,"important")})},Yc=(a,b)=>{for(a=[a];a.length;){var
c=a.shift();!1!==b(c)&&(c=ua(c.children||c.childNodes||
[],d=>1===d.nodeType),c.length&&a.unshift(...c))}},$c=(a,b)=>{if("length"in
a.style){a=a.style;const c=a.length;for(let d=0;d<c;d++){const
e=a[d];b(a[e],e,a)}}else a=Zc(a.style.cssText),Sc(a,b)},Zc=a=>{const b={};if(a)
{const c=/\s*:\s*/;ta((a||"").split(/\s*;\s*/),d=>{if(d){var
e=d.split(c);d=e[0];e=e[1];d&&e&&(b[d.toLowerCase()]=e)}})}return b},
ad=(a,b=()=>!0)=>{const c=/!\s*important/i;$c(a,(d,e)=>{!c.test(d)&&b(e,d)?
a.style.setProperty(e,d,"important"):c.test(d)&&!
b(e,d)&&a.style.setProperty(e,d,"")})};const
bd={["http://googleads.g.doubleclick.net"]:!0,["http://pagead2.googlesyndication.co
m"]:!0,["https://googleads.g.doubleclick.net"]:!0,["https://
pagead2.googlesyndication.com"]:!0};var cd=/\.proxy\.(googleprod|googlers)\.com(:\
d+)?$/;const dd=/.*domain\.test$/,ed=/\.prod\.google\.com(:\d+)?$/;
var fd=a=>bd[a]||cd.test(a)||dd.test(a)||ed.test(a),gd=a=>{a.preventDefault?
a.preventDefault():a.returnValue=!1};function Qc(a,b=document){return
b.createElement(String(a).toLowerCase())};function hd(a,b,c,d)
{this.top=a;this.right=b;this.bottom=c;this.left=d}p=hd.prototype;p.getWidth=functi
on(){return this.right-this.left};p.getHeight=function(){return this.bottom-
this.top};function id(a){return new
hd(a.top,a.right,a.bottom,a.left)}p.contains=function(a){return this&&a?a
instanceof hd?
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};
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 jd(a,...b)
{if(0===b.length)return Yb(a[0]);const c=[a[0]];for(let d=0;d<b.length;d+
+)c.push(encodeURIComponent(b[d])),c.push(a[d+1]);return Yb(c.join(""))};class
kd{constructor(a){this.mc=a}}function ld(a){return new
kd(b=>b.substr(0,a.length+1).toLowerCase()===a+":")}const
md=[ld("data"),ld("http"),ld("https"),ld("mailto"),ld("ftp"),new kd(a=>/^[^:]*([/?
#]|$)/.test(a))];function nd(a,b=md){for(let c=0;c<b.length;++c){const d=b[c];if(d
instanceof kd&&d.mc(a))return new $b(a,Zb)}};function P(a,b,c){if("string"===typeof
b)(b=od(a,b))&&(a.style[b]=c);else for(var d in b){c=a;var
e=b[d],f=od(c,d);f&&(c.style[f]=e)}}var pd={};function od(a,b){var c=pd[b];if(!c)
{var d=yc(b);c=d;void 0===a.style[d]&&(d=(Ia?"Webkit":Ha?"Moz":Fa?"ms":null)
+zc(d),void 0!==a.style[d]&&(c=d));pd[b]=c}return c}function qd(a,b){var
c=Cc(a);return
c.defaultView&&c.defaultView.getComputedStyle&&(a=c.defaultView.getComputedStyle(a,
null))?a[b]||a.getPropertyValue(b)||"":""}
function rd(a,b){return qd(a,b)||(a.currentStyle?a.currentStyle[b]:null)||
a.style&&a.style[b]}function sd(a){try{return a.getBoundingClientRect()}catch(b)
{return{left:0,top:0,right:0,bottom:0}}}
function td(a){var b=Cc(a),c=new L(0,0);var d=b?Cc(b):document;d=!Fa||
9<=Number(Ta)||Ec(Ac(d).g)?d.documentElement:d.body;if(a==d)return
c;a=sd(a);d=Ac(b).g;b=d.scrollingElement?d.scrollingElement:!Ia&&Ec(d)?
d.documentElement:d.body||d.documentElement;d=d.parentWindow||
d.defaultView;b=Fa&&Qa("10")&&d.pageYOffset!=b.scrollTop?new
L(b.scrollLeft,b.scrollTop):new L(d.pageXOffset||b.scrollLeft,d.pageYOffset||
b.scrollTop);c.x=a.left+b.x;c.y=a.top+b.y;return c}
function ud(a){if(1==a.nodeType)return a=sd(a),new
L(a.left,a.top);a=a.changedTouches?a.changedTouches[0]:a;return new
L(a.clientX,a.clientY)}function vd(a,b){if(b instanceof uc){var
c=b.height;b=b.width}else throw Error("missing height
argument");a.style.width=wd(b,!0);a.style.height=wd(c,!0)}function wd(a,b)
{"number"==typeof a&&(a=(b?Math.round(a):a)+"px");return a}
function xd(a){var b=yd;if("none"!=rd(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 yd(a){var b=a.offsetWidth,c=a.offsetHeight,d=Ia&&!b&&!c;return(void
0===b||d)&&a.getBoundingClientRect?(a=sd(a),new uc(a.right-a.left,a.bottom-
a.top)):new uc(b,c)}
function zd(a,b){var c=a.currentStyle?a.currentStyle[b]:null;if(c)if(/^\d+px?
$/.test(c))a=parseInt(c,10);else{b=a.style.left;var
d=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;a.style.left=c;c=a.st
yle.pixelLeft;a.style.left=b;a.runtimeStyle.left=d;a=+c}else a=0;return a}
function Ad(a,b){if(Fa){var
c=zd(a,b+"Left"),d=zd(a,b+"Right"),e=zd(a,b+"Top");a=zd(a,b+"Bottom");return new
hd(e,d,a,c)}c=qd(a,b+"Left");d=qd(a,b+"Right");e=qd(a,b+"Top");a=qd(a,b+"Bottom");r
eturn new hd(parseFloat(e),parseFloat(d),parseFloat(a),parseFloat(c))};var
Bd=a=>"number"===typeof a&&0<a;function Cd(a,b){return void 0!==a.g[Dd(b)]}function
Ed(a){const b=[];for(const c in a.g)void 0!
==a.g[c]&&a.g.hasOwnProperty(c)&&b.push(a.j[c]);return b}const
Q=class{constructor(){this.g={};this.j={}}set(a,b){const
c=Dd(a);this.g[c]=b;this.j[c]=a}get(a,b){a=Dd(a);return void 0!==this.g[a]?
this.g[a]:b}Cb(){return Ed(this).length}clear(){this.g={};this.j={}}};function
Dd(a){return a instanceof Object?String(x(a)):a+""};var Fd=class{constructor(a)
{this.A=null!=a.g?a.g:!0;this.v=null!=a.D?a.D:0;this.m=null!=a.v?
a.v:.9;this.j=null!=a.j?a.j:1.05;this.minWidth=null!=a.B?a.B:0;this.B=null!=a.m?
a.m:25;this.l=null!=a.l?a.l:0;this.F=null!=a.A?a.A:!1;this.D=a.F||null;this.g=a.L||
null}},Gd=class{build(){return new Fd(this)}};function Hd(a,b){return
a.left<b.right&&b.left<a.right&&a.top<b.bottom&&b.top<a.bottom};function Id(a)
{u.google_image_requests||(u.google_image_requests=[]);const
b=Qc("IMG",u.document);b.src=a;u.google_image_requests.push(b)};function Jd(a,b)
{const c={};c[a]=b;return[c]}function Kd(a,b,c,d,e){const f=[];Sc(a,function(g,h)
{(g=Ld(g,b,c,d,e))&&f.push(h+"="+g)});return f.join(b)}
function Ld(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){const f=[];for(let
g=0;g<a.length;g++)f.push(Ld(a[g],b,c,d+1,e));return f.join(c[d])}}else
if("object"==typeof a)return e=e||0,2>e?
encodeURIComponent(Kd(a,b,c,d,e+1)):"...";return
encodeURIComponent(String(a))}function Md(a){let b=1;for(const c in
a.j)b=c.length>b?c.length:b;return 3997-b-a.l.length-1}
function Nd(a,b){let c="https://pagead2.googlesyndication.com"+b,d=Md(a)-
b.length;if(0>d)return"";a.g.sort(function(f,g){return f-g});b=null;let
e="";for(let f=0;f<a.g.length;f++){const g=a.g[f],h=a.j[g];for(let
l=0;l<h.length;l++){if(!d){b=null==b?g:b;break}let k=Kd(h[l],a.l,",$");if(k)
{k=e+k;if(d>=k.length){d-=k.length;c+=k;e=a.l;break}b=null==b?g:b}}}a="";null!
=b&&(a=e+"trn="+b);return c+a}class Od{constructor()
{this.l="&";this.j={};this.m=0;this.g=[]}};function Pd(){var
a=Qd,b=u.google_srt;0<=b&&1>=b&&(a.g=b)}function Rd(a,b,c,d=!1,e){if((d?
a.g:Math.random())<(e||.01))try{let f;c instanceof Od?f=c:(f=new Od,Sc(c,
(h,l)=>{var k=f;const m=k.m++;h=Jd(l,h);k.g.push(m);k.j[m]=h}));const
g=Nd(f,"/pagead/gen_204?id="+b+"&");g&&Id(g)}catch(f){}}class Sd{constructor()
{this.g=Math.random()}};function Td(a){a.google_reactive_ads_global_state?
(null==a.google_reactive_ads_global_state.sideRailProcessedFixedElements&&(a.google
_reactive_ads_global_state.sideRailProcessedFixedElements=new
Set),null==a.google_reactive_ads_global_state.sideRailAvailableSpace&&(a.google_rea
ctive_ads_global_state.sideRailAvailableSpace=new
Map)):a.google_reactive_ads_global_state=new Ud;return
a.google_reactive_ads_global_state}
class Ud{constructor(){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
Vd;this.sideRailProcessedFixedElements=new Set;this.sideRailAvailableSpace=new
Map}}
var Vd=class{constructor()
{this.maxZIndexRestrictions={};this.nextRestrictionId=0;this.maxZIndexListeners=[]}
};var Wd=728*1.38,Xd=a=>a.innerHeight>=a.innerWidth,Yd=a=>{const
b=R(a).clientWidth;a=a.innerWidth;return b&&a?b/a:0},R=a=>{a=a.document;let
b={};a&&(b="CSS1Compat"==a.compatMode?a.documentElement:a.body);return b||
{}},Zd=(a,b)=>{const c=R(a);return b?c.scrollHeight==R(a).clientHeight?
c.offsetHeight:c.scrollHeight:c.offsetHeight},$d=(a,b)=>a&&a.source?a.source===b||
a.source.parent===b:!1,S=a=>void 0===a.pageYOffset?(a.document.documentElement||
a.document.body.parentNode||a.document.body).scrollTop:
a.pageYOffset,ae=a=>void 0===a.pageXOffset?(a.document.documentElement||
a.document.body.parentNode||a.document.body).scrollLeft:a.pageXOffset,be=a=>{const
b={};let c;Array.isArray(a)?
c=a:a&&a.key_value&&(c=a.key_value);if(c)for(a=0;a<c.length;a++){const
d=c[a];if("key"in d&&"value"in d){const e=d.value;b[d.key]=null==e?
null:String(e)}}return b},ce=a=>{const
b={bottom:"auto",clear:"none",display:"inline","float":"none",height:"auto",left:"a
uto",margin:0,"margin-bottom":0,"margin-left":0,"margin-right":"0",
"margin-top":0,"max-height":"none","max-
width":"none",opacity:1,overflow:"visible",padding:0,"padding-bottom":0,"padding-
left":0,"padding-right":0,"padding-
top":0,position:"static",right:"auto",top:"auto","vertical-
align":"baseline",visibility:"visible",width:"auto","z-
index":"auto"};ta(Object.keys(b),c=>{var d=a.style[yc(c)];("undefined"!==typeof d?
d:a.style[od(a,c)])||P(a,c,b[c])});ad(a)};function de(a,b){var
c=R(a).clientWidth;var d=R(a).clientHeight;if("number"!==typeof c||"number"!
==typeof d)throw Error("No VP width and/or height.");c=new
uc(c,d);d=ae(a);a=S(a);a=ee(a,c.width+d,c.height+a,d);return(Hd(b,a)?new
hd(Math.max(b.top,a.top),Math.min(b.right,a.right),Math.min(b.bottom,a.bottom),Math
.max(b.left,a.left)):null)||ee(0,0,0,0)}
function fe(a,b){const c=ae(b),d=S(b);if(a.getBoundingClientRect)return
a=a.getBoundingClientRect(),ge(a)?
ee(a.top+d,a.right+c,a.bottom+d,a.left+c):ee(0,0,0,0);b=b.document.createRange();b.
selectNodeContents(a);return b.collapsed?ee(0,0,0,0):b.getBoundingClientRect?
(a=b.getBoundingClientRect(),ge(a)?
ee(a.top+d,a.right+c,a.bottom+d,a.left+c):ee(0,0,0,0)):ee(0,0,0,0)}
function ge(a){return!!a&&"number"===typeof a.top&&!isNaN(a.top)&&"number"===typeof
a.right&&!isNaN(a.right)&&"number"===typeof a.bottom&&!
isNaN(a.bottom)&&"number"===typeof a.left&&!isNaN(a.left)}const ee=(a,b,c,d)=>new
hd(Math.ceil(a),Math.floor(b),Math.floor(c),Math.ceil(d));function he(a,b)
{ie(a).forEach(b,void 0)}function ie(a){for(var b=[],c=a.length,d=0;d<c;d+
+)b.push(a[d]);return b};const je=class{constructor(a){this.g=new Q;if(a)for(var
b=0;b<a.length;++b)this.add(a[b])}add(a){this.g.set(a,!0)}contains(a){return
Cd(this.g,a)}};class ke{constructor(a,b){this.g=a[u.Symbol.iterator]();this.j=b}
[Symbol.iterator](){return this}next(){const a=this.g.next();return{value:a.done?
void 0:this.j.call(void 0,a.value),done:a.done}}}function le(a,b){return new
ke(a,b)};function me(){}me.prototype.next=function(){return ne};var ne={done:!
0,value:void 0};me.prototype.Aa=function(){return this};function oe(a){if(a
instanceof me)return a;if("function"==typeof a.Aa)return a.Aa(!1);if(ba(a)){let
b=0;const c=new me;c.next=function(){for(;;){if(b>=a.length)return ne;if(b in
a)return{value:a[b++],done:!1};b++}};return c}throw Error("Not
implemented");}function pe(a){a=oe(a);const {done:b,value:c}=a.next();return b?
null:c};function qe(a){if(a instanceof re||a instanceof se||a instanceof te)return
a;if("function"==typeof a.next)return new re(()=>a);if("function"==typeof
a[Symbol.iterator])return new re(()=>a[Symbol.iterator]());if("function"==typeof
a.Aa)return new re(()=>a.Aa());throw Error("Not an iterator or iterable.");}class
re{constructor(a){this.g=a}Aa(){return new se(this.g())}[Symbol.iterator](){return
new te(this.g())}j(){return new te(this.g())}}
class se extends me{constructor(a){super();this.g=a}next(){return this.g.next()}
[Symbol.iterator](){return new te(this.g)}j(){return new te(this.g)}}class te
extends re{constructor(a){super(()=>a);this.l=a}next(){return
this.l.next()}};function ue(a,b){this.j={};this.g=[];this.l=this.size=0;var
c=arguments.length;if(1<c){if(c%2)throw Error("Uneven number of arguments");for(var
d=0;d<c;d+=2)this.set(arguments[d],arguments[d+1])}else if(a)if(a instanceof
ue)for(c=ve(a),d=0;d<c.length;d++)this.set(c[d],a.get(c[d]));else for(d in
a)this.set(d,a[d])}p=ue.prototype;p.Cb=function(){return this.size};function ve(a)
{we(a);return a.g.concat()}p.has=function(a){return
Object.prototype.hasOwnProperty.call(this.j,a)};
p.isEmpty=function(){return 0==this.size};p.clear=function()
{this.j={};this.l=this.size=this.g.length=0};function we(a){if(a.size!=a.g.length)
{for(var b=0,c=0;b<a.g.length;){var
d=a.g[b];Object.prototype.hasOwnProperty.call(a.j,d)&&(a.g[c++]=d);b+
+}a.g.length=c}if(a.size!=a.g.length){var
e={};for(c=b=0;b<a.g.length;)d=a.g[b],Object.prototype.hasOwnProperty.call(e,d)||
(a.g[c++]=d,e[d]=1),b++;a.g.length=c}}p.get=function(a,b){return
Object.prototype.hasOwnProperty.call(this.j,a)?this.j[a]:b};
p.set=function(a,b){Object.prototype.hasOwnProperty.call(this.j,a)||
(this.size+=1,this.g.push(a),this.l++);this.j[a]=b};p.forEach=function(a,b){for(var
c=ve(this),d=0;d<c.length;d++){var
e=c[d],f=this.get(e);a.call(b,f,e,this)}};p.keys=function(){return qe(this.Aa(!
0)).j()};p.values=function(){return qe(this.Aa(!1)).j()};p.entries=function(){const
a=this;return le(this.keys(),function(b){return[b,a.get(b)]})};
p.Aa=function(a){we(this);var b=0,c=this.l,d=this,e=new me;e.next=function(){if(c!
=d.l)throw Error("The map has changed since the iterator was
created");if(b>=d.g.length)return ne;var f=d.g[b++];return{value:a?f:d.j[f],done:!
1}};return e};function xe(a)
{return"transparent"==a||"rgba"==a.substring(0,4)&&(a=a.split(","),4==a.length&&.5>
parseFloat(a[3]))?!0:!1}function ye(){ta(ze,a=>{a.L=null;a.B=null})}function Ae(a)
{if(!a.C.ownerDocument)throw Error("Wrapped node should have an owner
document.");return a.C.ownerDocument}function Be(a){a=Ae(a);return a.defaultView||
a.parentWindow}function Ce(a){const b=a.l.g(a.l.j);return b==a||b!
=a&&Jc(b.C,a.C)}function De(a){return
ie(a.C.childNodes).map(b=>a.l.g(b)).filter(hc(b=>null===b))}
function Ee(a){if(!a.g())return null;const b=De(a.g());a=sa(b,a);if(-1==a)return
null;for(a+=1;a<b.length;++a)if(b[a].m()||b[a].H())return b[a];return null}function
Fe(a){const b=Ee(a);return b?b:a.g()?Fe(a.g()):null}function Ge(a,b)
{b.push(a);a=De(a);for(let c=0;c<a.length;++c)Ge(a[c],b)}
function He(a){var b=a.j();if(0!=b.top||0!=b.right||0!=b.bottom||0!=b.left){var
c=ae(Be(a));a=S(Be(a));c=-c;a=-a;c instanceof L?
(b.left+=c.x,b.right+=c.x,b.top+=c.y,b.bottom+=c.y):
(b.left+=c,b.right+=c,"number"===typeof a&&(b.top+=a,b.bottom+=a))}return
b}function T(a,b){if(1!=a.C.nodeType)return null;a.v=a.v||
Be(a).getComputedStyle(a.C);return a.v?a.v[b]||
a.v.getPropertyValue(b)||"":""}function Ie(a,b,c){if(void 0!==a.D[b])return
a.D[b];a.D[b]=Je(a,b,c);return a.D[b]}
function Ke(a){if(void 0!==a.G)return a.G;var
b=T(a,"position");if("fixed"==b||"sticky"==b)b=a;else{var c=a.g();b=c&&"BODY"!
=a.C.tagName?(c=Ke(c))||"absolute"!=b&&"relative"!=b?c:a:null}a.G=b;return
a.G}function Le(a,b){const c=Ke(a);if(c&&"relative"!=T(c,"position"))if(null!=b)a:
{do{const d=a.j();if((d.right-d.left)*(d.bottom-d.top)>b){b=!1;break
a}if(a==c)break;a=a.g()}while(null!==a);b=!0}else b=!0;else b=!1;return b}
function Je(a,b,c){const d=T(a,"position");a:switch(b){case 0:var
e="hidden"==T(a,"overflow")||"scroll"==T(a,"overflow")||"hidden"==T(a,"overflow-
x")||"scroll"==T(a,"overflow-x");break a;case
1:e="hidden"==T(a,"overflow")||"scroll"==T(a,"overflow")||"hidden"==T(a,"overflow-
y")||"scroll"==T(a,"overflow-y");break a;default:throw Error("Unknown pageAxis:
"+b);}switch(d){case "fixed":if(e)return a;break;case "static":case "":case
null:if(e&&!c)return a;if(a.g())return Ie(a.g(),b,c);break;case "absolute":case
"relative":if(e)return a;
if(a.g())return Ie(a.g(),b,"absolute"==d);break;default:u.console.error("Unknown
position value: "+d)}return null}function Me(a){var b=a.C.scrollHeight;const
c=a.C.clientHeight,d=Ae(a).createElement("div");d.style.width="100%";d.style.height
=Math.max(b,c)
+100+"px";d.style.clear="both";a.C.appendChild(d);b=a.C.scrollHeight>a.C.clientHeig
ht&&a.C.scrollHeight-b>a.C.clientHeight-c;a.C.removeChild(d);return b}function
Ne(a){return null!==a.F?a.F:"1"!=T(a,"opacity")||a.g()&&!Ne(a.g())?a.F=!1:a.F=!0}
function Oe(a){a=a.j();a=new
hd(Math.max(a.top,0),Math.max(a.right,0),Math.max(a.bottom,0),Math.max(a.left,0));r
eturn a.left<a.right&&a.top<a.bottom}function Pe(a){return null!==a.A?
a.A:a.g()&&Pe(a.g())||"0"==T(a,"opacity")||"none"==T(a,"display")||"hidden"==T(a,"v
isibility")||
a.C.tagName&&"input"==a.C.tagName.toLowerCase()&&a.C.type&&"hidden"==a.C.type?a.A=!
0:a.A=!1}function Qe(a,b){return b(a)?!0:a.g()?Qe(a.g(),b):!1}function Re(a)
{return!Qe(a,b=>"hidden"==T(b,"overflow-y"))}
function Se(a){a=T(a,"position");return"absolute"==a||"relative"==a}function Te(a)
{return a.m()&&(a=parseInt(T(a,"z-index"),10),!isNaN(a))?a:0}function Ue(a,b)
{return Qe(a,c=>!!c.C.tagName&&c.C.tagName==b)}function Ve(a,b){return
Qe(a,c=>{c=c.C;return!!c.id&&!!c.id.match&&!!c.id.match(b)})}function We(a,b)
{return Qe(a,c=>{a:{c=Xe(c);for(let d=0;d<c.length;++d)if(c[d].match(b)){c=!0;break
a}c=!1}return c})}function Xe(a){return(a=a.C.className)&&"function"===typeof
a.split?pa(a).split(/\s+/):[]}
function Ye(a){return"A"==a.C.tagName?a.C.getAttribute("href"):(a=a.g())?
Ye(a):null}function Ze(a){if(1!=a.C.nodeType){var b=a.g();return b?Ze(b):0}const
c=Ae(a).createTextNode("A");a.C.appendChild(c);b=a.l.g(c);if(!b)throw
a.C.removeChild(c),Error("Unable to insert
textnode");a=b.j();b.C.parentNode&&b.C.parentNode.removeChild(b.C);return a.bottom-
a.top}
function $e(a,b){if(b||null==a.V){if(b&&!b(a))return 0;let
c=0;if(a.H())c=a.C.textContent.trim().length;else{const d=De(a);for(let
e=0;e<d.length;e++)c+=$e(d[e],b)}b||(a.V=c);return c}return a.V}
class af{constructor(a,b)
{this.C=a;this.l=b;this.A=this.F=this.J=this.K=null;this.D={};this.v=this.B=this.V=
null;new ue}g(){return this.C!=this.l.j&&this.C.parentNode?
this.l.g(this.C.parentNode):null}m(){return 1==this.C.nodeType}H(){return
3==this.C.nodeType}j(){if(!this.L){this.B||(this.B=fe(this.C,Be(this)));var
a=id(this.B);var b=T(this,"position");if("fixed"==b)a=de(Be(this),a);else
if(this.g()){var c=Ie(this.g(),0,"absolute"==b);if(c){var
d=c.j();c=d.left;d=d.right;a=a.left>=d||a.right<=c?null:
ee(a.top,Math.min(a.right,d),a.bottom,Math.max(a.left,c))}a&&(b=Ie(this.g(),1,"abso
lute"==b))&&(c=b.j(),b=c.top,c=c.bottom,a=a.top>=c||a.bottom<=b?
null:ee(Math.max(a.top,b),a.right,Math.min(a.bottom,c),a.left));a=a&&Ke(this)&&"fix
ed"==T(Ke(this),"position")?de(Be(this),a):a||new hd(0,0,0,0)}this.L=a}return
id(this.L)}La(){return!Oe(this)||Pe(this)}Eb(){var a=T(this,"background-
color");if(a=a?xe(a):!0)a=T(this,"background-image"),a=!(a&&"none"!=a);return
a}toString(){switch(this.C.nodeType){case 1:const a=
this.C;let b=a.tagName;a.id&&(b+="#"+a.id);a.className&&"function"===typeof
a.className.split&&(b+="."+a.className.split(/\s+/).join("."));return b;case
3:return"TEXT#"+this.C.textContent.substr(0,10);default:return"HtmlNode"}}}
function bf(a,b){const c=x(b);var d=a.m.get(c);if("boolean"===typeof d)return
d;d=a.v&&3==b.nodeType?!/\S/.test(b.data):1!=b.nodeType&&3!=b.nodeType&&9!
=b.nodeType||b.tagName&&("SCRIPT"==b.tagName||"STYLE"==b.tagName)?!0:!1;!
d&&b.parentNode&&b!=a.j&&(d=bf(a,b.parentNode));a.m.set(c,d);return d}var
cf=class{constructor(a,b){this.j=a;this.v=b;this.m=new Q;this.l=new Q}g(a){const
b=x(a),c=this.l.get(b);if(c)return c;if(bf(this,a))return null;a=new
af(a,this);this.l.set(b,a);return a}},ze=[];class df{constructor(a,b)
{this.l=a;this.j=b}g(a){return ef(this.l,a).contains(this.j)}};function ef(a,b)
{const c=x(b),d=a.j.get(c);if(d)return d;b=a.g(b);a.j.set(c,b);return b}class
ff{constructor(){this.j=new Q}};function gf(a,b){let c=Ye(b);if(a.l.g(b)&&null!
==c)return c;b=De(b);if(1>b.length)return null;c=gf(a,b[0]);for(let d=1;d<b.length;
++d)if(gf(a,b[d])!=c)return null;return c}class hf extends ff{constructor(a)
{super();this.l=a}g(a){return new je(null!==gf(this,a)?[1]:[])}};class jf extends
ff{constructor(a){super();this.l=a}g(a){a:if(3==a.C.nodeType)var
b=this.l.g(a);else{b=!1;a=De(a);for(let c of a){if((a=T(c,"display"))&&"inline"!=a)
{b=!1;break a}ef(this,c).contains(0)&&(b=!0)}}return new je(b?[0]:[])}};function
kf(a,b){return $e(b,c=>!a.l.g(c))}class lf extends ff{constructor(a,b,c)
{super();this.m=a;this.l=b;this.v=c}g(a){if(this.m.g(a)&&!this.l.g(a)&&!
this.v.g(a)&&50<=kf(this,a)){var b=Ze(a);a=a.j();b=a.bottom-a.top>=2*b||!1}else b=!
1;return new je(b?[3]:[])}};function mf(a){return a.classList?
a.classList.contains("adsbygoogle"):xa(a.classList?a.classList:("string"==typeof
a.className?a.className:a.getAttribute&&a.getAttribute("class")||"").match(/\S+/
g)||[],"adsbygoogle")};function nf(a,b){return a.l.g(b)?Qe(b,function(c)
{switch(c.C.tagName){case "H1":case "H2":case "H3":case "H4":case "H5":case
"H6":return!0}return!1})||of(b)&&5<=$e(b)?!0:(b=b.g())?ef(a,b).contains(2):!1:!
1}function of(a){a=Xe(a);for(let b of a)if(b.match(/title|titulo|hdg|heading|
header|^h[1-6]$/)&&!b.match(/subtitle/))return!0;return!1}class pf extends
ff{constructor(a){super();this.l=a}g(a){return new je(nf(this,a)?[2]:[])}};function
qf(a){const
b=[];ta(a,c=>{1==c.C.nodeType&&(rf(c,":before",b),rf(c,":after",b))});return
b}function sf(a){a=T(a,"content");if(!a||"none"==a||/\(.*\)/.test(a))return!1;/
^['"].*['"]$/.test(a)&&(a=a.substring(1,a.length-1));return 0<a.trim().length}
class tf extends af{constructor(a,b)
{super(a.C,a.l);this.M=a;this.Fa=b;this.v=Be(a).getComputedStyle(a.C,this.Fa)}m()
{return!1}H(){return!1}La(){if(!sf(this)&&this.Eb())var a=!0;else if(!
(a=this.g().La()||Pe(this)||!Oe(this))){a=sf(this);const c=T(this,"width");var
b=T(this,"height");b=a&&"auto"==b||0<parseFloat(b);a=!((a&&"auto"==c||
0<parseFloat(c))&&b)}return a}g(){return this.M}Eb(){const
a=rd(this.g().C,"backgroundColor"),b=T(this,"background-color");return null==b||
b==a||xe(b)||"fixed"!=T(this,
"position")}j(){switch(T(this,"position")){case "absolute":var a=this.g().j();const
b=a.top+parseInt(T(this,"top"),10);a=a.left+parseInt(T(this,"left"),10);let
c=parseInt(T(this,"width"),10),d=parseInt(T(this,"height"),10);return new
hd(b,a+c,b+d,a);case "fixed":return new
hd(0,parseInt(T(this,"width"),10),parseInt(T(this,"height"),10),0);default:return
this.g().j()}}}
const rf=(a,b,c)=>{if(":before"==b||":after"==b){var d=new tf(a,b);if(!
d.La())switch(c.push(d),b){case ":before":a.K=d;break;case
":after":a.J=d;break;default:throw Error("Unsupported pseudo type "+b);}}};const
uf=new je("IMG AMP-IMG IFRAME AMP-IFRAME HR EMBED OBJECT VIDEO AMP-VIDEO INPUT
BUTTON SVG".split(" "));class vf extends ff{g(a){var
b=a.C,c=Ae(a);if(3==b.nodeType){var d=b.data;c=-1!=d.indexOf("&")?vc(d,c):d;c=/\
S/.test(c)}else c=!1;(c=c||(a instanceof tf?sf(a):!1))||
(c=(b=b.tagName)&&uf.contains(b.toUpperCase()));a=c&&!a.La();return new je(a?[6]:
[])}};function wf(a){a.v||(a.v=new vf);return a.v}function xf(a){a.j||(a.j=new
jf(new df(wf(a),6)));return a.j}function yf(a){a.l||(a.l=new pf(new
df(xf(a),0)));return a.l}class zf{constructor()
{this.m=this.l=this.g=this.j=this.v=null}};const Af=class{constructor(){this.g=new
zf}};function Bf(a){const b=[];for(const c of a.g)b.push(c);return b}class
Cf{constructor(){this.g=[];this.l=new je}contains(a){return
this.l.contains(x(a))}};class Df{constructor(a,b,c){this.g=a;this.j=b;this.l=c}ba()
{return this.l}}const Ff=(a,b,c)=>{b=Ef(a.K,b,c);const d=new Df(a,0,b+
+);c.qa.push(d);for(var e of De(a))b=Ff(e,b,c);e=new Df(a,1,b+
+);c.qa.push(e);c.map.set(x(a),{start:d,end:e});return
b=Ef(a.J,b,c)},Ef=(a,b,c)=>{if(!a)return b;const d=new Df(a,0,b++),e=new Df(a,1,b+
+);c.qa.push(d);c.qa.push(e);c.map.set(x(a),{start:d,end:e});return b};function
Gf(a){if(a instanceof tf)return!0;if(!a.m())return!1;const
b=a.C,c=T(a,"position");if("HTML"==b.tagName||"fixed"==c||"auto"!=T(a,"z-
index")&&("absolute"==c||"relative"==c))return!0;a=T(a,"opacity");return"1"!=a&&""!
=a?!0:!1}function Hf(a){const b=a.g.g();return b?If(a.j,b):null}class
Jf{constructor(a,b){this.g=a;this.j=b}}
function Kf(a,b,c){var d=If(a.g,b);a=If(a.g,c);d=Lf(d,a);if(!d)return
0;switch(d.wb){case 0:return Te(b)-Te(d.rb.g);case 1:return Te(d.qb.g)-Te(c);case
2:return Te(d.qb.g)-Te(d.rb.g);default:throw Error("Unhandled adjacency.");}}var
Nf=class{constructor(){this.g=new Mf}};function If(a,b){const c=x(b);var
d=a.g.get(c);if(d)return d;d=b.g();b=!d||Gf(b)?new
Jf(b,a):If(a,d);a.g.set(c,b);return b}var Mf=class{constructor(){this.g=new Q}};
function Lf(a,b){if(a==b)return null;const c=new Q;var d=b;let e;for(;e=Hf(d);)
{if(a==e)return{qb:a,wb:0,rb:d};c.set(x(e),d);d=e}for(;e=Hf(a);)
{if(e==b)return{qb:a,wb:1,rb:b};if(d=c.get(x(e)))return{qb:a,wb:2,rb:d};a=e}throw
Error("Contexts not in same DOM.");};function Of(a,b,c,d=[]){a=[].concat(a,d);b=new
Pf(b,c);for(let e of a)e.Eb()||e.La()||(c=b,a=e,c.g.push(a),c.l.add(x(a)));return
b}
class Pf extends Cf{constructor(a,b){super();this.j=a;this.v=b}m(a,b=!1){const
c=a.j();b=b?Bf(this):this.g.slice(0);for(let f=0;f<b.length;++f){var d=b[f];if(!
Ce(d))continue;var e=d.j();if(!Hd(e,c))continue;const g=Kf(this.v,d,a);!
(e=0<g)&&(e=0==g&&!(d!=a&&Jc(d.C,a.C)))&&(e=a,Se(d)&&!Se(e)?e=!0:!Se(d)&&Se(e)?e=!
1:(e=this.j.map.get(x(e)),d=this.j.map.get(x(d)),e=e&&d&&e.end.ba()<d.start.ba()?!
0:!1));if(e)return!0}return!1}};class Qf{constructor(a,b)
{this.nc=a;this.uc=b}};function Rf(a,b){let c=0,d=null;const e=a.g.slice(0);for(let
f=0;f<e.length;++f){const
g=a.j.map.get(x(e[f]));g.end.ba()<b&&g.end.ba()>c&&(d=g,c=g.end.ba())}return
d}class Sf extends Cf{constructor(a){super();this.j=a}};const Tf=class extends
Sf{constructor(a,b){super(a);this.v=b}m(a,b=!1){const c=a.j(),d=Le(a);b=b?
Bf(this):this.g.slice(0);for(let e=0;e<b.length;++e){const f=b[e];if(Ce(f)&&(d||!
(0<Kf(this.v,a,f)))&&Hd(b[e].j(),c))return!0}return!1}};const
Uf=class{constructor(a,b,c){this.j=a;this.l=b;this.g=c}};const
Vf=class{constructor(a,b,c,d,e,f,g,h)
{this.j=a;this.v=b;this.O=c;this.R=d;this.m=e;this.l=f;this.g=g;this.A=h}};const
Wf=class{constructor(a,b,c,d){this.j=a;this.m=b;this.l=c;this.g=d}};class
Xf{constructor(a,b){this.j=a;this.l=b}g(a){if(!a)return[9];a=a.j();a=a.right-
a.left;return this.j<=a&&a<=this.l?[]:[4]}};const Yf=class{constructor(a,b)
{this.g=a;this.j=b||null}};function Zf(a){if(0!=a.l)throw Error("Already
resolved/rejected.");}var bg=class{constructor(){this.g=new
$f(this);this.l=0}resolve(a){Zf(this);this.l=1;this.v=a;ag(this.g)}j(a)
{Zf(this);this.l=2;this.m=a;ag(this.g)}};function ag(a){switch(a.g.l){case
0:break;case 1:a.j&&a.j(a.g.v);break;case 2:a.l&&a.l(a.g.m);break;default:throw
Error("Unhandled deferred state.");}}var $f=class{constructor(a){this.g=a}then(a,b)
{if(this.j)throw Error("Then functions already
set.");this.j=a;this.l=b;ag(this)}};function cg(a,b,c){var d=new bg;a.g(new
Yf(function(){d.resolve(b())},c));return d.g}function dg(a,b,c,d){a.g(new
Yf(function(){b.resolve(c)},d))}function eg(a,b){a.g(new Yf(function()
{b.j("n")},"rrej"))}var fg=class{};class gg{constructor(a){this.g=a}};function
hg(a,b){var c=new bg;a.g.g(new Yf(function(){ig(a,b,c)},"idom"));return
c.g}function jg(a){return cg(a.g,function(){return new Af},"icla")}function
kg(a,b,c){var d=new bg;lg(a,b,new gg(c.g)).then(function(e)
{mg(a,b).then(function(f){ng(a,b,e).then(function(g){d.resolve(new
Uf(f,g,e))})})});return d.g}function og(a,b,c){var d=new
bg;hg(a,b).then(function(e){jg(a).then(function(f){kg(a,e,f).then(function(g)
{dg(a.g,d,new Wf(e,g,f,c))},y(d.j,d))},y(d.j,d))},y(d.j,d));return d.g}
function ig(a,b,c){var d=b.document.body;if(d){var
e=b.document.body.getBoundingClientRect().width;if(null==e)c.j("bw");else{var
f=R(b).clientWidth,g=R(b).clientHeight;if(null==f||null==g)c.j("vp");else{var
h=(new cf(d,!0)).g(d);if(h){var l=new Nf;pg(a,h).then(function(k)
{ze=k;qg(a,h).then(function(m){c.resolve(new Vf(b,e,f,g,h,k,m,l))})})}else
c.j("nt")}}}else c.j("b")}function pg(a,b){return cg(a.g,function(){const
c=[];Ge(b,c);return c},"iflt")}
function qg(a,b){return cg(a.g,function(){const c={map:new Q,qa:
[]};Ff(b,0,c);return c},"intm")}function lg(a,b,c){return cg(a.g,function(){var
d=b.l;const e=new Tf(b.g,b.A),f=new df(wf(c.g),6);for(let h of d)if(f.g(h)){d=e;var
g=h;d.g.push(g);d.l.add(x(g))}return e},"ivis")}function mg(a,b){return
cg(a.g,function(){var c=qf(b.l);return Of(b.l,b.g,b.A,c)},"ibck")}
function ng(a,b,c){return cg(a.g,function(){var d=b.g;const e=new Q;var f=0;for(var
g=0;g<d.qa.length;++g){var
h=d.qa[g],l=h.g,k;if(k=1==h.j)k=T(l,"float"),k="left"==k||"right"==k;k&&(l=l.j().bo
ttom,l>f&&(f=l));e.set(x(h),f)}f=new Q;g=Number.MAX_VALUE;for(h=d.qa.length-
1;0<=h;--
h)l=d.qa[h],k=l.g,0==l.j&&c.contains(k)&&(k=k.j().top,k<g&&(g=k)),f.set(x(l),g);d=n
ew Q;g=Ed(e);for(h=0;h<g.length;++h){l=e.get(g[h]);k=f.get(g[h]);if("number"!
==typeof k)throw Error("No entry in minSubsequentTopBounds for terminal UID!");
d.set(g[h],new Qf(l,k))}return d},"irel")}var rg=class{constructor(a)
{this.g=a}};function sg(a){var b=[];he(a.getElementsByTagName("p"),function(c)
{100<=tg(c)&&b.push(c)});return b}function tg(a){if(3==a.nodeType)return
a.length;if(1!=a.nodeType||"SCRIPT"==a.tagName)return 0;var
b=0;he(a.childNodes,function(c){b+=tg(c)});return b}function ug(a){return
0==a.length||isNaN(a[0])?a:"\\"+(30+parseInt(a[0],10))+" "+a.substring(1)}
function vg(a,b){if(null==a.g)return b;switch(a.g){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.g);}}
const wg=class{constructor(a,b,c,d){this.m=a;this.j=b;this.l=c;this.g=d}query(a)
{var b=[];try{b=a.querySelectorAll(this.m)}catch(f){}if(!
b.length)return[];a=ya(b);a=vg(this,a);"number"===typeof
this.j&&(b=this.j,0>b&&(b+=a.length),a=0<=b&&b<a.length?[a[b]]:
[]);if("number"===typeof this.l){b=[];for(var c=0;c<a.length;c++){var
d=sg(a[c]),e=this.l;0>e&&(e+=d.length);0<=e&&e<d.length&&b.push(d[e])}a=b}return
a}toString(){return
JSON.stringify({nativeQuery:this.m,occurrenceIndex:this.j,paragraphIndex:this.l,
ignoreMode:this.g})}};function xg(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};class
yg{constructor(a=1){this.g=a}next(){var a=48271*this.g
%2147483647;this.g=0>2147483647*a?a+2147483647:a;return
this.g/2147483647}};function zg(a,b,c){const d=[];for(const e of a.g)b(e)?
d.push(e):c(e);return new Ag(d)}function Bg(a,b=1){a=a.g.slice(0);const c=new
yg(b);Aa(a,()=>c.next());return new Ag(a)}const Ag=class{constructor(a)
{this.g=a.slice(0)}forEach(a){this.g.forEach((b,c)=>void a(b,c,this))}filter(a)
{return new Ag(ua(this.g,a))}apply(a){return new Ag(a(this.g.slice(0)))}sort(a)
{return new Ag(this.g.slice(0).sort(a))}get(a){return this.g[a]}add(a){const
b=this.g.slice(0);b.push(a);return new Ag(b)}};var Dg=class extends
Pb{constructor(a){super(a,-1,Cg)}getId(){return G(this,3)}},Cg=[4];class
Eg{constructor(a,{Zb:b,Tc:c,ed:d,Bc:e}){this.v=a;this.j=c;this.m=new Ag(b||
[]);this.g=e;this.l=d}};var Fg=a=>{var b=a.split("~").filter(c=>0<c.length);a=new
Q;for(const c of b)b=c.indexOf("."),-1==b?
a.set(c,""):a.set(c.substring(0,b),c.substring(b+1));return a},Hg=a=>{var
b=Gg(a);a=[];for(let c of b)b=String(c.Wa),a.push(c.Oa+"."+(20>=b.length?
b:b.slice(0,19)+"_"));return a.join("~")};
const Gg=a=>{const b=[],c=a.m;c&&c.g.length&&b.push({Oa:"a",Wa:Ig(c)});null!
=a.j&&b.push({Oa:"as",Wa:a.j});null!=a.l&&b.push({Oa:"i",Wa:String(a.l)});null!
=a.g&&b.push({Oa:"rp",Wa:String(a.g)});b.sort(function(d,e){return
d.Oa.localeCompare(e.Oa)});b.unshift({Oa:"t",Wa:Jg(a.v)});return
b},Jg=a=>{switch(a){case 0:return"aa";case 1:return"ma";default:throw
Error("Invalid slot type"+a);}},Ig=a=>{a=a.g.slice(0).map(Kg);a=JSON.stringify(a);
{const c=a.length;if(0==c)a=0;else{var b=305419896;for(let d=0;d<
c;d++)b^=(b<<5)+(b>>2)+a.charCodeAt(d)&4294967295;a=0<b?b:4294967296+b}}return
a},Kg=a=>{const b={};null!=G(a,7)&&(b.q=G(a,7));null!=G(a,2,!1)&&(b.o=G(a,2));null!
=G(a,5,!1)&&(b.p=G(a,5));return b};var Lg=class extends Pb{constructor(a)
{super(a)}setLocation(a){return H(this,1,a)}};var Mg=class{constructor(a,b=!1)
{this.g=a;this.defaultValue=b}};var Ng=new Mg(1196),Og=new Mg(313),Pg=new
Mg(1147),Qg=new Mg(1957),Rg=new Mg(1947,!0),Sg=new class{constructor(a,b=0)
{this.g=a;this.defaultValue=b}}(1972);var U=a=>{var
b="Db";if(a.Db&&a.hasOwnProperty(b))return a.Db;b=new a;return a.Db=b};var
Tg=class{constructor(){const a={};this.j=(b,c)=>null!=a[b]?
a[b]:c;this.l=(b,c)=>null!=a[b]?a[b]:c;this.m=(b,c)=>null!=a[b]?
a[b]:c;this.v=(b,c)=>null!=a[b]?
a[b]:c;this.g=()=>{}}},Ug=a=>U(Tg).j(a.g,a.defaultValue);function Vg(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)}xg(b)&&(b.setAttribute("data-init-
display",b.style.display),b.style.display="block")}
function Wg(a){if(a&&a.parentNode){const
b=a.parentNode;b.removeChild(a);xg(b)&&(b.style.display=b.getAttribute("data-init-
display")||"none")}};var Yg=(a,b,c)=>{if(Ug(Og)){var d=Xg(b,c);if(d.Ja)
{for(c=b=d.Ja;c=d.aa(c);)b=c;d={anchor:b,position:d.lb}}else
d={anchor:b,position:c};a["google-ama-order-
assurance"]=0;Vg(a,d.anchor,d.position)}else Vg(a,b,c)};
function Xg(a,b){const c=e=>{e=Zg(e);return null==e?!1:0<e},d=e=>{e=Zg(e);return
null==e?!1:0>e};switch(b){case 0:return{Ja:
$g(a.previousSibling,c),aa:e=>$g(e.previousSibling,c),lb:0};case 2:return{Ja:
$g(a.lastChild,c),aa:e=>$g(e.previousSibling,c),lb:0};case 3:return{Ja:
$g(a.nextSibling,d),aa:e=>$g(e.nextSibling,d),lb:3};case 1:return{Ja:
$g(a.firstChild,d),aa:e=>$g(e.nextSibling,d),lb:3}}throw Error("Un-handled
RelativePosition: "+b);}
function Zg(a){return a.hasOwnProperty("google-ama-order-assurance")?a["google-ama-
order-assurance"]:null}function $g(a,b){return a&&b(a)?a:null};var
ah={0:0,1:1,2:2,3:3};var bh={BODY:{da:[1,2],ma:!1,na:2,la:4},HEADER:{da:
[0,3,1,2],ma:!1,na:1,la:3},NAV:{da:[0,3],ma:!1,na:1,la:3},H1:{da:[0],ma:!
1,na:1,la:2},IMG:{da:[0,3],ma:!0,na:0,la:1},DIV:{da:[0,3,1,2],ma:!
0,na:0,la:1},TABLE:{da:[0,3],ma:!0,na:0,la:1},TD:{da:[1,2],ma:!0,na:0,la:1},ASIDE:
{da:[0,3,1,2],ma:!0,na:0,la:1},LI:{da:[1,2],ma:!0,na:0,la:1},SECTION:{da:
[0,3,1,2],ma:!
0,na:0,la:1}},ch=a=>({da:a.da.slice(0),ma:a.ma,na:a.na,la:a.la}),dh=(a,b)=>{const
c=ch(a);c.da=ua(a.da,d=>b[d]);return c};function eh(a){var b=a.length-1,c=new
me;c.next=function(){return 0>b?ne:{value:a[b--],done:!1}};return c};var fh={0:!
0,1:!0},gh={2:!0,3:!0},hh={3:!0},ih=class{constructor(a,b,c)
{this.l=a;this.j=b;this.g=c}aa(){for(var a=pe(this.j);null!==a;a=pe(this.j)){var
b=a.g;if(1!=b.C.nodeType)b=null;else{var c=bh[b.C.tagName];c?(a=dh(c,0==a.j?
fh:0<De(a.g).length?gh:hh),b={node:b,xb:a,identifier:
{}}):b=null}if(b&&(a=b.node.j().getWidth(),c=this.l,null==a||null==c?
0:a>=c*this.g.m&&a<=c*this.g.j))return a=new bg,a.resolve(b),a.g}b=new
bg;b.j("na");return b.g}};var jh={rectangle:1,horizontal:2,vertical:4};var
kh=a=>"string"===typeof a,lh=a=>void 0===a;var nh=class extends Pb{constructor()
{super(void 0,-1,mh)}},mh=[9];function oh(a){var b=new ph;return
I(b,1,a,0)}function qh(a,b){return I(a,2,b,!1)}function rh(a,b){return I(a,3,b,!
1)}var ph=class extends Pb{constructor(){super()}};function sh(a){var b=new
th;return I(b,1,a,0)}function uh(a,b){return Gb(a,2,b)}function vh(a,b){return
I(a,3,b,0)}var th=class extends Pb{constructor(){super()}};class wh{constructor(a)
{this.methodName=a}}var xh=new wh(15),yh=new wh(3),zh=new wh(5),Ah=new wh(6),Bh=new
wh(7),Ch=new wh(8),Dh=(a,b,c)=>b[a.methodName]||c||(()=>{});function Eh(a,b)
{a.g=()=>Dh(yh,b,()=>[])(1)}class Fh{constructor(){this.g=()=>[]}};class
Gh{constructor(a,b)
{this.error=a;this.context=b.context;this.msg=b.message||"";this.id=b.id||"jserror"
;this.meta={}}};let Hh=null;function Ih(){const a=u.performance;return
a&&a.now&&a.timing?Math.floor(a.now()+a.timing.navigationStart):Date.now()}function
Jh(){const a=u.performance;return a&&a.now?a.now():null};class Kh{constructor(a,b)
{var c=Jh()||
Ih();this.label=a;this.type=b;this.value=c;this.duration=0;this.uniqueId=Math.rando
m();this.taskId=this.slotId=void 0}};const Lh=u.performance,Mh=!!
(Lh&&Lh.mark&&Lh.measure&&Lh.clearMarks),Nh=ic(()=>{var a;if(a=Mh){var
b;if(null===Hh){Hh="";try{a="";try{a=u.top.location.hash}catch(c)
{a=u.location.hash}a&&(Hh=(b=a.match(/\bdeid=([\d,]+)/))?b[1]:"")}catch(c)
{}}b=Hh;a=!!b.indexOf&&0<=b.indexOf("1337")}return a});function Oh(a)
{a&&Lh&&Nh()&&(Lh.clearMarks(`goog_${a.label}_$
{a.uniqueId}_start`),Lh.clearMarks(`goog_${a.label}_${a.uniqueId}_end`))}
class Ph{constructor(){this.j=[];this.l=u||u;let
a=null;u&&(u.google_js_reporting_queue=u.google_js_reporting_queue||
[],this.j=u.google_js_reporting_queue,a=u.google_measure_js_timing);this.g=Nh()||
(null!=a?a:1>Math.random())}start(a,b){if(!this.g)return null;a=new
Kh(a,b);b=`goog_${a.label}_${a.uniqueId}_start`;Lh&&Nh()&&Lh.mark(b);return
a}end(a){if(this.g&&"number"===typeof a.value){a.duration=(Jh()||Ih())-a.value;var
b=`goog_${a.label}_${a.uniqueId}_end`;Lh&&Nh()&&Lh.mark(b);!this.g||
2048<this.j.length||
this.j.push(a)}}};var Qh=(a,b)=>{do{const
c=Rc(a,b);if(c&&"fixed"==c.position)return!1}while(a=a.parentElement);return!0};var
Rh=(a,b)=>{try{const
c=b.document.documentElement.getBoundingClientRect(),d=a.getBoundingClientRect();re
turn{x:d.left-c.left,y:d.top-c.top}}catch(c){return null}},Sh=a=>{let b=0;for(let c
in jh)-1!=a.indexOf(c)&&(b|=jh[c]);return b},Th=(a,b,c,d,e)=>{if(a!==a.top)return
Oc(a)?3:16;if(!(488>R(a).clientWidth))return 4;if(!
(a.innerHeight>=a.innerWidth))return 5;const
f=R(a).clientWidth;if(!f||(f-c)/f>d)a=6;else{if(c="true"!
=e.google_full_width_responsive)a:{c=b.parentElement;for(b=R(a).clientWidth;c;c=
c.parentElement)if((d=Rc(c,a))&&(e=N(d.width))&&!(e>=b)&&"visible"!=d.overflow){c=!
0;break a}c=!1}a=c?7:!0}return a},Uh=(a,b,c)=>{a=a.style;"rtl"==b?
a.marginRight=c:a.marginLeft=c};const Vh=(a,b)=>{if(3==b.nodeType)return/\
S/.test(b.data);if(1==b.nodeType){if(/^(script|style)$/i.test(b.nodeName))return!
1;let c;try{c=Rc(b,a)}catch(d){}return!c||"none"!=c.display&&!
("absolute"==c.position&&("hidden"==c.visibility||"collapse"==c.visibility))}return
!1},Wh=(a,b,c)=>{a=Rh(b,a);return"rtl"==c?-a.x:a.x};
var Xh=(a,b)=>{var c;c=(c=b.parentElement)?(c=Rc(c,a))?c.direction:"":"";if(c)
{b.style.border=b.style.borderStyle=b.style.outline=b.style.outlineStyle=b.style.tr
ansition="none";b.style.borderSpacing=b.style.padding="0";Uh(b,c,"0px");b.style.wid
th=R(a).clientWidth+"px";if(0!==Wh(a,b,c)){Uh(b,c,"0px");var d=Wh(a,b,c);Uh(b,c,-
1*d+"px");a=Wh(a,b,c);0!==a&&a!==d&&Uh(b,c,d/(a-d)*d+"px")}b.style.zIndex=30}};var
Yh=class{constructor(a,b){this.Ma=a;this.l=b}height(){return this.l}g(a){return
300<a&&300<this.l?this.Ma:Math.min(1200,Math.round(a))}j(){}};var
Zh=(a,b,c,d=e=>e)=>{let e;return a.style&&a.style[c]&&d(a.style[c])||
(e=Rc(a,b))&&e[c]&&d(e[c])||null},$h=a=>b=>b.Ma<=a,ci=(a,b,c,d)=>{const
e=a&&ai(c,b),f=bi(b,d);return g=>!
(e&&g.height()>=f)},di=a=>b=>b.height()<=a,ai=(a,b)=>{a=Rh(a,b);return(a?
a.y:0)<R(b).clientHeight-100},ei=(a,b)=>{var c=Zh(b,a,"height",N);if(c)return c;var
d=b.style.height;b.style.height="inherit";c=Zh(b,a,"height",N);b.style.height=d;if(
c)return c;c=Infinity;do(d=b.style&&N(b.style.height))&&(c=Math.min(c,d)),(d=Zh(b,
a,"maxHeight",N))&&(c=Math.min(c,d));while((b=b.parentElement)&&"HTML"!
=b.tagName);return c};const bi=(a,b)=>{const c=a.google_unique_id;return
b&&0==("number"===typeof c?c:0)?Math.max(250,2*R(a).clientHeight/3):250};function
fi(a,b){for(let c=0;c<b.length;c++){const d=b[c],e=yc(d.zc);a[e]=d.value}}function
gi(a,b,c){var d=[];if(c=c&&c.g())a.Xa.className=c.join("
");a=a.Ga;a.className="adsbygoogle";a.setAttribute("data-ad-
client",b);d.length&&a.setAttribute("data-ad-channel",d.join("+"))}
function hi(a,b){var c=b.zb||!1;const d=(new
Bc(a)).createElement("DIV"),e=d.style;e.width="100%";e.height="auto";e.clear=c?"bot
h":"none";c=d.style;c.textAlign="center";b.kb&&fi(c,b.kb);a=(new
Bc(a)).createElement("INS");c=a.style;c.display="block";c.margin="auto";c.backgroun
dColor="transparent";b.Gb&&(c.marginTop=b.Gb);b.yb&&(c.marginBottom=b.yb);b.hb&&fi(
c,b.hb);d.appendChild(a);return{Xa:d,Ga:a}};function ii(a,b=!1){if(a.oa)return
a.oa;if(b=a.B(b))ye(),!a.g&&b&&(a.g=b.j());return b}function ji(a){return
a.F.node||null}function ki(a){return(a=ji(a))&&a.m()?xg(a.C):!1}function li(a)
{return Ed(a.L.g).map(b=>{switch(b){case 1:return"IN ARTICLE";case 2:return"ABOVE
FOOTER";case 3:return"ABOVE COMMENT";case 4:return"PEDESTAL";case 5:return"BELOW
CONTENT";default:return null}}).filter(b=>null!=b).join(", ")}
class mi{constructor(a){this.F=a.j;this.j=a.m;this.g=this.oa=null;this.m=!
1;this.L=new je(Ed(a.g.g))}A(){}B(){}D(){}l(){}}var ni=class{constructor(a,b)
{this.j=a;this.m=b;this.g=new je;this.l=[]}build(){}};function oi(a,b)
{za(a.l,b);return a}class pi{constructor(){this.j=[];this.l=[];this.m=[]}g(a)
{if(a=ji(a)){for(var b=0;b<this.m.length;+
+b)if(Ue(a,this.m[b]))return[6];for(b=0;b<this.j.length;+
+b)if(Ve(a,this.j[b]))return[6];for(b=0;b<this.l.length;+
+b)if(We(a,this.l[b]))return[6]}return[]}}
var qi=[/cookie/,/(^|(-|_))sticky((-|_)|$)/],ri=[/(^|(-|_))tab((-|_)|$)/,/(^|(-|
_))tabs((-|_)|$)/],si=[/(^|(-|_))slider((-|_)|$)/,/(^|(-|_))swiper((-|_)|
$)/],ti=[/(^|(-|_))taboola((-|_)|$)/,/(^|(-|_))OUTBRAIN((-|_)|$)/,/(^|(-|
_))revcontent((-|_)|$)/],ui=["A","FORM","BUTTON"];function vi(a){return b=>!!
(b.gb&a)}class V extends Yh{constructor(a,b,c,d=!1)
{super(a,b);this.gb=c;this.lc=d}sb(){return this.gb}j(a,b,c){b.google_ad_resize||
(c.style.height=this.height()+"px",b.rpe=!0)}};const
wi={image_stacked:1/1.91,image_sidebyside:1/3.82,mobile_banner_image_sidebyside:1/3
.82,pub_control_image_stacked:1/1.91,pub_control_image_sidebyside:1/3.82,pub_contro
l_image_card_stacked:1/1.91,pub_control_image_card_sidebyside:1/3.74,pub_control_te
xt:0,pub_control_text_card:0},xi={image_stacked:80,image_sidebyside:0,mobile_banner
_image_sidebyside:0,pub_control_image_stacked:80,pub_control_image_sidebyside:0,pub
_control_image_card_stacked:85,pub_control_image_card_sidebyside:0,pub_control_text
:80,
pub_control_text_card:80},yi={pub_control_image_stacked:100,pub_control_image_sideb
yside:200,pub_control_image_card_stacked:150,pub_control_image_card_sidebyside:250,
pub_control_text:100,pub_control_text_card:150};
function zi(a){var b=0;a.Da&&b++;a.ta&&b++;a.ua&&b++;if(3>b)return{za:"Tags data-
matched-content-ui-type, data-matched-content-columns-num and data-matched-content-
rows-num should be set together."};b=a.Da.split(",");const
c=a.ua.split(",");a=a.ta.split(",");if(b.length!==c.length||b.length!
==a.length)return{za:'Lengths of parameters data-matched-content-ui-type, data-
matched-content-columns-num and data-matched-content-rows-num must match.
Example: \n data-matched-content-rows-num="4,2"\ndata-matched-content-columns-
num="1,6"\ndata-matched-content-ui-type="image_stacked,image_card_sidebyside"'};
if(2<b.length)return{za:"The parameter length of attribute data-matched-content-ui-
type, data-matched-content-columns-num and data-matched-content-rows-num is too
long. At most 2 parameters for each attribute are needed: one for mobile and one
for desktop, while "+`you are providing ${b.length} parameters. Example: ${'\n
data-matched-content-rows-num="4,2"\ndata-matched-content-columns-num="1,6"\ndata-
matched-content-ui-type="image_stacked,image_card_sidebyside"'}.`};const
d=[],e=[];for(let g=0;g<
b.length;g++){var f=Number(c[g]);if(Number.isNaN(f)||0===f)return{za:`Wrong value
'${c[g]}' for ${"data-matched-content-rows-
num"}.`};d.push(f);f=Number(a[g]);if(Number.isNaN(f)||0===f)return{za:`Wrong value
'${a[g]}' for ${"data-matched-content-columns-
num"}.`};e.push(f)}return{ua:d,ta:e,Ub:b}}
function Ai(a){return 1200<=a?{width:1200,height:600}:850<=a?
{width:a,height:Math.floor(.5*a)}:550<=a?{width:a,height:Math.floor(.6*a)}:468<=a?
{width:a,height:Math.floor(.7*a)}:{width:a,height:Math.floor(3.44*a)}};function
Bi(a,b){if(!a)return!1;a=a.hash;if(!a||!a.indexOf)return!1;if(-1!
=a.indexOf(b))return!0;b=Ci(b);return"go"!=b&&-1!=a.indexOf(b)?!0:!1}function Ci(a)
{let b="";Sc(a.split("_"),c=>{b+=c.substr(0,2)});return b};const
Di=Ba("script");class
Ei{constructor(a,b,c=null,d=null,e=null,f=null,g=null,h=null,l=null,k=null,m=null,n
=null)
{this.B=a;this.J=b;this.gb=c;this.g=d;this.G=e;this.j=f;this.l=g;this.F=h;this.L=l;
this.m=k;this.v=m;this.V=n;this.H=this.D=this.A=null}size(){return this.J}};const
Fi=RegExp("^https?://(\\w|-)+\\.cdn\\.ampproject\\.(net|org)(\\?|/|$)");var
Gi=class{constructor(a,b){this.g=a;this.j=b}},Hi=class{constructor(a,b)
{this.url=a;this.Rb=!!b;this.depth=null}};function Ii(a){let
b=a.toString();a.name&&-1==b.indexOf(a.name)&&(b+=": "+a.name);a.message&&-
1==b.indexOf(a.message)&&(b+=": "+a.message);if(a.stack){a=a.stack;var c=b;try{-
1==a.indexOf(c)&&(a=c+"\n"+a);let d;for(;a!
=d;)d=a,a=a.replace(RegExp("((https?:/..*/)[^/:]*:\\d+(?:.|\n)*)\\
2"),"$1");b=a.replace(RegExp("\n *","g"),"\n")}catch(d){b=c}}return b}
class Li{constructor(a=null){this.m=Qd;this.j=null;this.A=this.Sa;this.g=a;this.l=!
1}Yb(a){this.j=a}v(a){this.l=a}ya(a,b,c){let d,e;try{this.g&&this.g.g?
(e=this.g.start(a.toString(),3),d=b(),this.g.end(e)):d=b()}catch(f){b=!
0;try{Oh(e),b=this.A(a,new Gh(f,{message:Ii(f)}),void 0,c)}catch(g)
{this.Sa(217,g)}if(b)window.console?.error?.(f);else throw f;}return d}N(a,b)
{return(...c)=>this.ya(a,()=>b.apply(void 0,c))}Sa(a,b,c,d,e){e=e||"jserror";let
f;try{const M=new Od;var g=M;g.g.push(1);g.j[1]=Jd("context",
a);b.error&&b.meta&&b.id||(b=new Gh(b,{message:Ii(b)}));if(b.msg){g=M;var
h=b.msg.substring(0,512);g.g.push(2);g.j[2]=Jd("msg",h)}var l=b.meta||
{};b=l;if(this.j)try{this.j(b)}catch(Z){}if(d)try{d(b)}catch(Z)
{}d=M;l=[l];d.g.push(3);d.j[3]=l;d=u;l=[];b=null;do{var k=d;if(Nc(k)){var
m=k.location.href;b=k.document&&k.document.referrer||null}else
m=b,b=null;l.push(new Hi(m||""));try{d=k.parent}catch(Z){d=null}}while(d&&k!
=d);for(let Z=0,ka=l.length-1;Z<=ka;++Z)l[Z].depth=ka-
Z;k=u;if(k.location&&k.location.ancestorOrigins&&
k.location.ancestorOrigins.length==l.length-1)for(m=1;m<l.length;++m){var
n=l[m];n.url||(n.url=k.location.ancestorOrigins[m-1]||"",n.Rb=!0)}var q=l;let
la=new Hi(u.location.href,!1);k=null;const ea=q.length-1;for(n=ea;0<=n;--n){var
t=q[n];!k&&Fi.test(t.url)&&(k=t);if(t.url&&!t.Rb){la=t;break}}t=null;const
Ya=q.length&&q[ea].url;0!=la.depth&&Ya&&(t=q[ea]);f=new Gi(la,t);if(f.j){q=M;var
r=f.j.url||"";q.g.push(4);q.j[4]=Jd("top",r)}var v={url:f.g.url||""};if(f.g.url)
{var A=f.g.url.match(Mc),C=A[1],D=
A[3],w=A[4];r="";C&&(r+=C+":");D&&(r+="//",r+=D,w&&(r+=":"+w));var F=r}else
F="";C=M;v=[v,{url:F}];C.g.push(5);C.j[5]=v;Rd(this.m,e,M,this.l,c)}catch(M)
{try{Rd(this.m,e,
{context:"ecmserr",rctx:a,msg:Ii(M),url:f&&f.g.url},this.l,c)}catch(la){}}return!
0}};class Mi extends Error{constructor(a="")
{super();this.name="TagError";this.message=a?"adsbygoogle.push() error:
"+a:"";Error.captureStackTrace?
Error.captureStackTrace(this,Mi):this.stack=Error().stack||""}};var Ni=class
extends Yh{g(a){return
Math.min(1200,Math.max(this.Ma,Math.round(a)))}},Qi=(a,b)=>{Oi(a,b);if("pedestal"==
b.google_content_recommendation_ui_type)return new Ei(9,new
Ni(a,Math.floor(a*b.google_phwr)));var
c=Lc();468>a?c?(c=a-8-8,c=Math.floor(c/1.91+70)+Math.floor(11*(c*wi.mobile_banner_i
mage_sidebyside+xi.mobile_banner_image_sidebyside)
+96),a={Va:a,Ua:c,ta:1,ua:12,Da:"mobile_banner_image_sidebyside"}):
(a=Ai(a),a={Va:a.width,Ua:a.height,ta:1,ua:13,Da:"image_sidebyside"}):
(a=Ai(a),a={Va:a.width,
Ua:a.height,ta:4,ua:2,Da:"image_stacked"});Pi(b,a);return new Ei(9,new
Ni(a.Va,a.Ua))},Ri=(a,b)=>{Oi(a,b);var
c=zi({ua:b.google_content_recommendation_rows_num,ta:b.google_content_recommendatio
n_columns_num,Da:b.google_content_recommendation_ui_type});if(c.za)a={Va:0,Ua:0,ta:
0,ua:0,Da:"image_stacked",za:c.za};else{var d=2===c.Ub.length&&468<=a?1:0;var
e=c.Ub[d];e=0===e.indexOf("pub_control_")?e:"pub_control_"+e;var f=yi[e];let
g=c.ta[d];for(;a/g<f&&1<g;)g--;f=g;d=c.ua[d];c=Math.floor(((a-8*f-8)/f*
wi[e]+xi[e])*d+8*d+8);a=1500<a?{width:0,height:0,Cc:"Calculated slot width is too
large: "+a}:1500<c?{width:0,height:0,Cc:"Calculated slot height is too large: "+c}:
{width:a,height:c};a={Va:a.width,Ua:a.height,ta:f,ua:d,Da:e}}if(a.za)throw new
Mi(a.za);Pi(b,a);return new Ei(9,new Ni(a.Va,a.Ua))};
function Oi(a,b){if(0>=a)throw new Mi("Invalid responsive width from Matched
Content slot "+b.google_ad_slot+": "+a+". Please ensure to put this Matched Content
slot into a non-zero width div container.");}function Pi(a,b)
{a.google_content_recommendation_ui_type=b.Da;a.google_content_recommendation_colum
ns_num=b.ta;a.google_content_recommendation_rows_num=b.ua};class Si extends Yh{g()
{return this.Ma}j(a,b,c){Xh(a,c);b.google_ad_resize||(c.style.height=this.height()
+"px",b.rpe=!0)}};const Ti={"image-top":a=>600>=a?284+.414*(a-250):429,"image-
middle":a=>500>=a?196-.13*(a-250):164+.2*(a-500),"image-side":a=>500>=a?205-.28*(a-
250):134+.21*(a-500),"text-only":a=>500>=a?187-.228*(a-250):130,"in-
article":a=>420>=a?a/1.2:460>=a?a/1.91+130:800>=a?a/4:200};
var Ui=class extends Yh{g(){return Math.min(1200,this.Ma)}},Vi=(a,b,c,d,e)=>{var
f=e.google_ad_layout||"image-top";if("in-article"==f){var
g=a;if("false"==e.google_full_width_responsive)a=g;else if(a=Th(b,c,g,.2,e),!0!
==a)e.gfwrnwer=a,a=g;else
if(a=R(b).clientWidth)if(e.google_full_width_responsive_allowed=!0,c.parentElement)
{b:{g=c;for(let h=0;100>h&&g.parentElement;++h){const
l=g.parentElement.childNodes;for(let k=0;k<l.length;++k){const m=l[k];if(m!
=g&&Vh(b,m))break b}g=g.parentElement;g.style.width=
"100%";g.style.height="auto"}}Xh(b,c)}else a=g;else a=g}if(250>a)throw new
Mi("Fluid responsive ads must be at least 250px wide:
availableWidth="+a);a=Math.min(1200,Math.floor(a));if(d&&"in-article"!=f)
{f=Math.ceil(d);if(50>f)throw new Mi("Fluid responsive ads must be at least 50px
tall: height="+f);return new Ei(11,new Yh(a,f))}if("in-article"!
=f&&(d=e.google_ad_layout_key)){f=""+d;c=Math.pow(10,3);if(e=(d=f.match(/([+-][0-
9a-z]+)/g))&&d.length)for(b=[],g=0;g<e;g++)b.push(parseInt(d[g],36)/c);else b=
null;if(!b)throw new Mi("Invalid data-ad-layout-key value:
"+f);f=(a+-725)/1E3;c=0;d=1;e=b.length;for(g=0;g<e;g+
+)c+=b[g]*d,d*=f;f=Math.ceil(1E3*c- -725+10);if(isNaN(f))throw new Mi("Invalid
height: height="+f);if(50>f)throw new Mi("Fluid responsive ads must be at least
50px tall: height="+f);if(1200<f)throw new Mi("Fluid responsive ads must be at most
1200px tall: height="+f);return new Ei(11,new Yh(a,f))}d=Ti[f];if(!d)throw new
Mi("Invalid data-ad-layout value: "+f);c=ai(c,b);b=R(b).clientWidth;
b="in-article"!==f||c||a!==b?Math.ceil(d(a)):Math.ceil(1.25*d(a));return new
Ei(11,"in-article"==f?new Ui(a,b):new Yh(a,b))};var Wi=a=>b=>{for(let c=a.length-
1;0<=c;--c)if(!a[c](b))return!1;return!0},Yi=(a,b)=>{var c=Xi.slice(0);const
d=c.length;let e=null;for(let f=0;f<d;++f){const g=c[f];if(a(g)){if(!b||b(g))return
g;null===e&&(e=g)}}return e};var W=[new V(970,90,2),new V(728,90,2),new
V(468,60,2),new V(336,280,1),new V(320,100,2),new V(320,50,2),new V(300,600,4),new
V(300,250,1),new V(250,250,1),new V(234,60,2),new V(200,200,1),new V(180,150,1),new
V(160,600,4),new V(125,125,1),new V(120,600,4),new V(120,240,4),new V(120,120,1,!
0)],Xi=[W[6],W[12],W[3],W[0],W[7],W[14],W[1],W[8],W[10],W[4],W[15],W[2],W[11],W[5],
W[13],W[9],W[16]];let Qd,Zi;const $i=new Ph;var
aj=()=>{u.google_measure_js_timing||($i.g=!1,$i.j!
=$i.l.google_js_reporting_queue&&(Nh()&&ta($i.j,Oh),$i.j.length=0))};(a=>{Qd=a||new
Sd;"number"!==typeof u.google_srt&&(u.google_srt=Math.random());Pd();Zi=new
Li($i);Zi.v(!0);"complete"==u.document.readyState?aj():$i.g&&J(u,"load",
()=>{aj()})})();var bj=(a,b,c)=>Zi.ya(a,b,c),cj=(a,b)=>Zi.N(a,b),dj=(a,b,c)=>{const
d=U(Fh).g();!b.eid&&d.length&&(b.eid=d.toString());Rd(Qd,a,b,!0,c)};var
ej=(a,b,c,d,e)=>{"false"==e.google_full_width_responsive?
c={ia:a,ka:1}:"autorelaxed"==b&&e.google_full_width_responsive||"auto"==b||/^((^|,)
*(horizontal|vertical|rectangle) *)+$/.test(b)||e.google_ad_resize?
(b=Th(c,d,a,.3,e),!0!==b?e=b:"true"==e.google_full_width_responsive||Qh(d,c)?
(e=R(c).clientWidth,b=e-a,e=e&&0<=b?!0:e?-10>b?11:0>b?14:12:10):e=9,c=!0!==e?
{ia:a,ka:e}:{ia:R(c).clientWidth||a,ka:!0}):c={ia:a,ka:2};const
{ia:f,ka:g}=c;return!0!==g?{ia:a,ka:g}:d.parentElement?{ia:f,ka:g}:{ia:a,
ka:g}},hj=(a,b,c,d,e)=>{const {ia:f,ka:g}=bj(247,()=>ej(a,b,c,d,e));var h=!
0===g;const l=N(d.style.width),k=N(d.style.height),
{Pa:m,Ka:n,sb:q,Sb:t}=fj(f,b,c,d,e,h);h=gj(b,q);var r;const
v=(r=Zh(d,c,"marginLeft",N))?r+"px":"",A=(r=Zh(d,c,"marginRight",N))?
r+"px":"";r=Zh(d,c,"zIndex")||"";return new
Ei(h,m,q,null,t,g,n,v,A,k,l,r)},fj=(a,b,c,d,e,f)=>{b="auto"==b?.25>=a/
Math.min(1200,R(c).clientWidth)?4:3:Sh(b);let g;var h=!1;let l=!1;var
k=488>R(c).clientWidth;if(k){g=Qh(d,c);var m=ai(d,c);h=!m&&g;l=
m&&g}m=[$h(a),vi(b)];m.push(ci(k,c,d,l));null!
=e.google_max_responsive_height&&m.push(di(e.google_max_responsive_height));k=[r=>!
r.lc];if(h||l)h=ei(c,d),k.push(di(h));let n=Yi(Wi(m),Wi(k));if(!n)throw new Mi("No
slot size for availableWidth="+a);const {Pa:q,Ka:t}=bj(248,()=>{var r;a:if(f)
{if(e.gfwrnh&&(r=N(e.gfwrnh))){r={Pa:new Si(a,r),Ka:!0};break a}r=a/1.2;var
v=Math;var
A=v.min;if(e.google_resizing_allowed||"true"==e.google_full_width_responsive)var
C=Infinity;else{C=d;let w=Infinity;do{var D=
Zh(C,c,"height",N);D&&(w=Math.min(w,D));
(D=Zh(C,c,"maxHeight",N))&&(w=Math.min(w,D))}while((C=C.parentElement)&&"HTML"!
=C.tagName);C=w}v=A.call(v,r,C);if(v<.5*r||100>v)v=r;r={Pa:new
Si(a,Math.floor(v)),Ka:v<r?102:!0}}else r={Pa:n,Ka:100};return r});return"in-
article"===e.google_ad_layout&&c.location&&"#hffwroe2etoq"==c.location.hash?
{Pa:ij(a,c,d,q,e),Ka:!1,sb:b,Sb:g}:{Pa:q,Ka:t,sb:b,Sb:g}};
const gj=(a,b)=>{if("auto"==a)return 1;switch(b){case 2:return 2;case 1:return
3;case 4:return 4;case 3:return 5;case 6:return 6;case 5:return 7;case 7:return
8}throw Error("bad mask");},ij=(a,b,c,d,e)=>{const f=e.google_ad_height||
Zh(c,b,"height",N);b=Vi(a,b,c,f,e).size();return b.Ma*b.height()>a*d.height()?new
V(b.Ma,b.height(),1):d};var jj=(a,b,c,d,e)=>{var f;(f=R(b).clientWidth)?
488>R(b).clientWidth?b.innerHeight>=b.innerWidth?
(e.google_full_width_responsive_allowed=!0,Xh(b,c),f={ia:f,ka:!
0}):f={ia:a,ka:5}:f={ia:a,ka:4}:f={ia:a,ka:10};const {ia:g,ka:h}=f;if(!0!==h||
a==g)return new Ei(12,new Yh(a,d),null,null,!0,h,100);const
{Pa:l,Ka:k,sb:m}=fj(g,"auto",b,c,e,!0);return new Ei(1,l,m,2,!0,h,k)};const
kj=(a,b,c,d,e)=>{const f=d.google_ad_height||Zh(c,e,"height",N);switch(a){case
5:const {ia:g,ka:h}=bj(247,()=>ej(b,d.google_ad_format,e,c,d));!0===h&&b!
=g&&Xh(e,c);!0===h?d.google_full_width_responsive_allowed=!0:
(d.google_full_width_responsive_allowed=!1,d.gfwrnwer=h);return Qi(g,d);case
9:return Ri(b,d);case 8:return Vi(b,e,c,f,d);case 10:return jj(b,e,c,f,d)}};class
lj extends mi{constructor(a){super(a);this.v=""}A(){return 1}B(a=!1){const
b=ji(this);if(!b)return null;ki(this)&&(this.v=b.C.style.display);var
c=li(this),d=Ae(b),e=hi(d,{Gb:"10px",yb:"10px",zb:this.m});e.Xa.className="google-
auto-placed";const f=e.Ga;var g=f.style;g.display="inline-
block";g.boxSizing="border-
box";g.width="100%";g.height=a?"auto":"100px";g.backgroundColor="#f60";g.border="#0
00 solid
1px";c&&(g=d.createElement("span"),g.style.fontSize="small",g.appendChild(d.createT
extNode(c)),
f.appendChild(g));c=e.Xa;e=e.Ga;Yg(c,b.C,ah[this.j]);if(a)try{this.D(e,Gc())}catch(
h){e.style.height="100px"}this.oa=b.l.g(c);this.oa||
(c.parentNode.removeChild(c),ki(this)&&(b.C.style.display=this.v));return
this.oa}D(a,b){var c={google_ad_format:"auto"},d=1,e=a.offsetWidth||
(c.google_ad_resize||!1)&&Zh(a,b,"width",N)||c.google_ad_width||
0;4===d&&(c.google_ad_format="auto",d=1);var f=(f=kj(d,e,a,c,b))?
f:hj(e,c.google_ad_format,b,a,c);f.size().j(b,c,a);null!
=f.gb&&(c.google_responsive_formats=f.gb);
null!=f.G&&(c.google_safe_for_responsive_override=f.G);null!=f.j&&(!0===f.j?
c.google_full_width_responsive_allowed=!0:(c.google_full_width_responsive_allowed=!
1,c.gfwrnwer=f.j));null!=f.l&&!0!==f.l&&(c.gfwrnher=f.l);b=f.v||
c.google_ad_width;null!=b&&(c.google_resizing_width=b);b=f.m||
c.google_ad_height;null!=b&&(c.google_resizing_height=b);b=f.size().g(e);const
g=f.size().height();if(!c.google_ad_resize)
{c.google_ad_width=b;c.google_ad_height=g;var h=f.size();e=h.g(e)
+"x"+h.height();c.google_ad_format=
e;c.google_responsive_auto_format=f.B;null!
=f.g&&(c.armr=f.g);c.google_ad_resizable=!
0;c.google_override_format=1;c.google_loader_features_used=128;!
0===f.j&&(c.gfwrnh=f.size().height()+"px")}null!=f.F&&(c.gfwroml=f.F);null!
=f.L&&(c.gfwromr=f.L);null!=f.m&&(c.gfwroh=f.m);null!=f.v&&(c.gfwrow=f.v);null!
=f.V&&(c.gfwroz=f.V);null!=f.A&&(c.gml=f.A);null!=f.D&&(c.gmr=f.D);null!
=f.H&&(c.gzi=f.H);e=Oc(window)||
window;Bi(e.location,"google_responsive_dummy_ad")&&(xa([1,2,3,4,5,6,7,8],f.B)||
1===f.g)&&2!==
f.g&&(e=JSON.stringify({googMsgType:"adpnt",key_value:
[{key:"qid",value:"DUMMY_AD"}]}),c.dash=`<${Di}>window.top.postMessage('${e}',
'*');
</${Di}>
<div id="dummyAd" style="width:${b}px;height:${g}px;
background:#ddd;border:3px solid #f00;box-sizing:border-box;
color:#000;">
<p>Requested size:${b}x${g}</p>
<p>Rendered size:${b}x${g}</p>
</div>`);1!=d&&(c=f.size().height(),a.style.height=c+"px")}l()
{if(this.oa){var
a=this.oa;a.C.parentNode&&a.C.parentNode.removeChild(a.C);this.oa=null;ki(this)&&(j
i(this).C.style.display=this.v);ye()}}}var mj=class extends ni{build(){return new
lj(this)}};new je(["comments"]);new je(["allcomments"]);new je(["post-
container","post","type-post"]);var oj=(a,b,c)=>{const
d=[];a.map(e=>nj(e,b,c)).forEach(e=>za(d,e));return d},nj=(a,b,c)=>{const
d=a.xb.da,e=a.node;if(!e)return[];const
f=[];e.g()&&xa(d,0)&&f.push(0);xa(d,1)&&f.push(1);xa(d,2)&&(!xa(d,1)||
0<De(e).length)&&f.push(2);e.g()&&xa(d,3)&&f.push(3);return f.map(g=>{g=new
mj(a,g);b.forEach(g.g.add,g.g);g.l.push(...c);return
g.build()})},pj=(a,b)=>{a=ji(b)?a.map.get(x(ji(b))):void 0;if(!a)return-
1;switch(b.j){case 0:return a.start.ba();case 1:return a.start.ba()+1;case 2:return
a.end.ba();
case 3:return a.end.ba()+1}return-1},qj=(a,b)=>{a=ji(b)?a.map.get(x(ji(b))):void
0;if(!a)return-1;switch(b.j){case 0:return a.start.ba()-.1;case 3:return a.end.ba()
+.1;case 1:return a.start.ba()+.1;case 2:return a.end.ba()-.1}return-1};function
rj(a,b){b&&a.g.push(b);return a}function sj(a,b){a.j.push(b);return a}function
tj(a,b){return cg(a.m,()=>{const c=[];for(let d=0;d<a.j.length;++d){const
e=a.j[d].g(b);za(c,e);if(0<e.length)break}return c},"flap")}
function uj(a,b){return cg(a.m,()=>{if(0==a.g.length)var c=[];else{var
d=Math.floor(qj(a.v,b));if((d=-1!=d?d+b.A()+"|"+b.m+"|10px|
10px":null)&&Cd(a.l,d))c=a.l.get(d);else{var e=[],f=ii(b);try{for(let
g=0;g<a.g.length;++g)if(c=a.g[g].g(f),za(e,c),0<c.length)
{b.l();break}}finally{b.l()}null!=d&&a.l.set(d,e);c=e}}return c},"flfa")}function
vj(a,b){const c=new bg;tj(a,b).then(d=>{0<d.length?
c.resolve(d):uj(a,b).then(e=>{c.resolve(d.concat(e))})});return c.g}
class wj{constructor(a,b){this.m=a;this.g=[];this.j=[];this.v=b;this.l=new
Q}};class xj{constructor(a){this.j=a}g(a){if(!a)return[];for(let
b=0;b<this.j.length;++b)if(this.j[b].m(a,!1))return[2];return[]}};class
yj{constructor(a,b){this.j=a;this.l=b}g(a){if(!a)return[9];const b=Zd(this.j,!
0);return null==b?[16]:b-a.j().bottom<this.l?[17]:[]}};class zj{constructor(a,b)
{this.j=a;this.l=b}g(a){for(a=Math.floor(qj(this.j,a));0<a;a--){const
b=this.j.qa[a];if(!b.g.La()){if((0==b.j?
He(b.g).top:He(b.g).bottom)<=this.l)break;return[]}}return[10]}};class
Aj{constructor(a,b,c){this.j=a;this.g=b;this.l=c}};class Bj{constructor(a){const
b=[];a=a.g.slice(0);for(let c=0;c<a.length;++c)b.push(a[c].j());this.l=b;this.j=new
Q}g(a){const b=x(a);if(Cd(this.j,b))return this.j.get(b);a:{var c=a.j();c=new
Aj(c.left,c.top+a.C.scrollHeight,a.C.scrollWidth);for(e of this.l){b:
{if(c.g>=Math.floor(e.bottom)){var d=!1;break b}d=Math.ceil(e.left);const
f=c.j+c.l;d=!(Math.floor(e.right)<=c.j||f<=d)}if(d){var e=!0;break a}}e=!1}e=!
e&&a.C.scrollHeight>a.C.clientHeight&&Re(a);c=a.g();c=!c||this.g(c);a=e&&c?!0:e?
Me(a):c&&
!Me(a);this.j.set(b,a);return a}};class Cj{constructor(a,b){this.l=a;this.j=b}g(a)
{const b=ji(a);if(!b)return[];switch(a.j){case 0:case 3:return a=b.g(),b!
=this.l&&a&&this.j.g(a)?[]:[14];case 1:case 2:return this.j.g(b)?[]:
[14];default:throw Error("Unhandled position.");}}};class Dj{constructor(a)
{this.j=a}g(a){return(a=ji(a))&&Le(a,this.j)?[11]:[]}};class Ej{};function
Fj(a=window){a=a.googletag;return a?.apiReady?a:void 0};var Ij=(a,b)=>{var
c=ya(b.document.querySelectorAll(".google-auto-placed"));const
d=ya(b.document.querySelectorAll("ins.adsbygoogle[data-anchor-
shown],ins.adsbygoogle[data-anchor-
status]")),e=ya(b.document.querySelectorAll("ins.adsbygoogle[data-ad-
format=autorelaxed]"));var f;(f=Gj(b))||
(f=ya(b.document.querySelectorAll("div[id^=div-gpt-
ad]")));f=f.concat(ya(b.document.querySelectorAll("iframe[id^=google_ads_iframe]"))
);const
g=ya(b.document.querySelectorAll("div.trc_related_container,div.OUTBRAIN,div[id^=rc
jsload],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-]")),
h=ya(b.document.querySelectorAll("ins.adsbygoogle-ablated-ad-
slot")),l=ya(b.document.querySelectorAll("div.googlepublisherpluginad")),k=ya(b.doc
ument.querySelectorAll("html > ins.adsbygoogle"));let
m=[].concat(ya(b.document.querySelectorAll("iframe[id^=aswift_],iframe[id^=google_a
ds_frame]")),ya(b.document.querySelectorAll("body
ins.adsbygoogle")));b=[];for(const [n,q]of[[a.Xc,c],[a.Pb,d],[a.bd,e],[a.Yc,f],
[a.cd,g],[a.Wc,h],[a.Zc,l],[a.dd,k]])a=q,!1===n?
b=b.concat(a):m=m.concat(a);a=Hj(m);c=Hj(b);
a=a.slice(0);for(const n of c)for(c=0;c<a.length;c++)(n.contains(a[c])||
a[c].contains(n))&&a.splice(c,1);return a},Kj=a=>{const b=Gj(Gc(Cc(a)))||
[];return!!Kc(a,c=>{if(!ca(c)||1!=c.nodeType)return!1;const d=c.matches||
c.webkitMatchesSelector||c.mozMatchesSelector||c.msMatchesSelector||
c.oMatchesSelector;return!d||xa(b,c)||wa(Tc(Jj),e=>d.call(c,e))},!1,20)};
const Gj=a=>{const b=Fj(a);return b?
ua(va(b.pubads().getSlots(),c=>a.document.getElementById(c.getSlotElementId())),c=>
null!=c):null},Jj={Hc:"ins.adsbygoogle-ablated-ad-slot",Jc:"body
ins.adsbygoogle",Ic:"iframe[id^=aswift_],iframe[id^=google_ads_frame]",Kc:".google-
auto-placed",Lc:"ins.adsbygoogle[data-anchor-shown],ins.adsbygoogle[data-anchor-
status]",Nc:"iframe[id^=google_ads_iframe]",Pc:"div[id^=div-gpt-
ad]",Qc:"ins.adsbygoogle[data-ad-
format=autorelaxed]",Rc:"div.trc_related_container,div.OUTBRAIN,div[id^=rcjsload],d
iv[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-]",
Oc:"div.googlepublisherpluginad",Sc:"html > ins.adsbygoogle"};var Hj=a=>{const
b=[];for(const c of a){a=!0;for(let d=0;d<b.length;d++){const
e=b[d];if(e.contains(c)){a=!1;break}if(c.contains(e)){a=!
1;b[d]=c;break}}a&&b.push(c)}return b};var Lj=Zi.N(453,Ij);function Mj(a)
{a=Nj(a);Oj(a);return new Pj(a)}function Qj(a){return a.g.map(b=>b.box)}class
Pj{constructor(a){this.g=a.slice(0)}}function Nj(a){const b=Lj({Pb:!
1},a),c=ae(a),d=S(a);return b.map(e=>{const f=e.getBoundingClientRect();return(e=!!
e.className&&-1!=e.className.indexOf("google-auto-placed"))||1<(f.bottom-
f.top)*(f.right-f.left)?{box:
{top:f.top+d,right:f.right+c,bottom:f.bottom+d,left:f.left+c},Uc:e?
1:0}:null}).filter(hc(e=>null===e))}function Oj(a){va(a,()=>new Ej)};class
Rj{constructor(a,b,c)
{this.j=Lj({},c).map(y(a.g,a)).filter(hc(d=>null===d));this.l=b}g(a){if(!
a)return[9];a=a.j();for(let d=0;d<this.j.length;d++){const e=this.j[d].j();var
b;if(b=1<(e.bottom-e.top)*(e.right-e.left)){b=a.top;var c=this.l;(b=e.top-
c<b&&b<e.bottom+c)||(b=a.bottom,c=this.l,b=e.top-
c<b&&b<e.bottom+c)}if(b)return[8]}return[]}};class Sj{constructor(a,b)
{this.j=a;this.l=b}g(a){if(ki(a))return[];a=qj(this.j.j,a);var b=Rf(this.j,a);if(!
b)return[];const c=this.l.g(b.start.g);b=b.end.ba();return c&&10>=a-b?[5]:
[]}};const Tj="ASIDE DIV IMG LI SECTION TABLE TD".split(" ");class Uj{g(a)
{a=ji(a);if(!a)return[12];if(!Tj.includes(a.C.tagName)||a.C.id)return[];const
b=Xe(a),c=Ae(a);for(const d of
b)if(1==c.getElementsByClassName(d).length)return[];return 150>=a.j().getHeight()?
[13]:[]}};class Vj{g(a){return a&&!a.La()&&Ne(a)?[]:[3]}};function Wj(a,b){return
0<a.g.length?(b.resolve(a.g.shift()),!0):!1}class Xj{constructor(a,b)
{this.j=a;this.v=b;this.B=[];this.m=[];this.g=[]}aa(){const a=new bg;this.j.g(new
Yf(y(this.l,this,a),"p"));return a.g}l(a){Wj(this,a)||
this.v.aa().then(y(this.A,this,a),y(a.j,a))}A(a,b)
{b=oj([b],this.B,this.m);za(this.g,b);Wj(this,a)||this.j.g(new
Yf(y(this.l,this,a),"p"))}};class Yj{constructor(a)
{this.g=a.filter(b=>ki(b));this.j=a.filter(b=>!ki(b))}aa(){return this.g.shift()||
this.j.shift()||null}};class Zj{};function ak(a,b){a.j.g(new Yf(()=>{const c=a.g?
a.g.aa():null;c?bk(a,b,c):a.v.aa().then(y(a.A,a,b),y(a.D,a,b))},"r"))}function
bk(a,b,c){a.m&&a.m.apply(c);a.l?vj(a.l,c).then(function(d){0==d.length?
(0<a.g.g.length||(a.g=null),dg(a.j,b,c,"rres")):(a.B.push(new
Zj),ak(a,b))}):dg(a.j,b,c,"rres")}class ck{constructor(a,b,c,d)
{this.j=a;this.v=b;this.m=c;this.l=d;this.g=null;this.B=[]}aa(){const a=new
bg;ak(this,a);return a.g}A(a,b){this.g=b;ak(this,a)}D(a){eg(this.j,a)}};class
dk{constructor(a){this.g=a}aa(){const a=new bg;this.g.aa().then(b=>{a.resolve(new
Yj([b]))},y(a.j,a));return a.g}};class ek{constructor(a,b)
{this.g=a;this.j=b}apply(a){var
b=pj(this.g,a);b=this.j.get(x(this.g.qa[b]));a.m=b.nc<=b.uc}};class
fk{constructor(a){this.j=a}g(a){a:{const b=ji(a);if(b){switch(a.j){case 0:case
3:if(a=b.g())break a;throw Error("An ad placement with BEFORE or AFTER position
cannot have an anchor with no parent.");case 1:case 2:a=b;break a}throw Error("Un-
handled ad placement position.");}a=null}return a&&xa(this.j,a.C)?[18]:[]}};var
gk=[{hostname:/^([a-z]+.)?m.wikihow.com$/,kc:"mw-mf-viewport"}];const hk=a=>{if(!
a.location||!a.location.hostname)return[];var
b=a.location.hostname,c=[];ta(gk,function(d)
{b.match(d.hostname)&&(d=a.document.getElementById(d.kc))&&c.push(d)});return
c};function ik(a,b){a.j.g(new Yf(function(){if(a.g)if(a.l.g(a.g)){var
c=a.g;a.g=Fe(a.g);b.resolve(c)}else{a:{c=a.g;const d=De(c);for(let e=0;e<d.length;+
+e)if(d[e].m()){c=d[e];break a}c=Fe(c)}a.g=c;ik(a,b)}else b.j(null)},"fpar"))}const
jk=class{constructor(a,b,c){this.j=a;this.g=b;this.l=c}aa(){var a=new
bg;ik(this,a);return a.g}};class kk{constructor(a){this.j=a;this.g=[]}reset(){const
a=this.g;this.g=[];return a}};var lk={da:[3],ma:!1,na:0,la:1},mk=new
je(["LI","TR","TD","TH"]);function nk(a,b){a.j.g(new Yf(function()
{a.v.aa().then(y(a.m,a,b),y(a.l,a,b))},"para"))}
const ok=class{constructor(a,b,c){this.j=a;this.v=b;this.g=new kk(c)}aa(){var a=new
bg;nk(this,a);return a.g}m(a,b){var c=this.g;if(c.g.length){var d=c.g[c.g.length-
1];var e=c.j;const f=e.j.map.get(x(b));(e=f?Rf(e,f.start.ba()):null)?
(e=e.start.g,d=d==e||d!=e&&Jc(d.C,e.C)):d=!0}else d=!0;d?
c.g.push(b):c.g=[b];b=this.g;(b=3<=b.g.length?b.g[b.g.length-3+1]:null)&&!
mk.contains(b.C.tagName)?a.resolve({node:b,xb:ch(lk),identifier:
{}}):nk(this,a)}l(a){a.j("na")}};const pk=class extends fg{constructor()
{super();this.j=[];this.l=!1}g(a){this.j.push(a);if(!this.l){this.l=!
0;try{for(;0<this.j.length;)this.j.shift().g()}finally{this.l=!1}}}};const
qk=class{constructor(){this.g=Date.now();this.j=Date.now()}};var rk;
function sk(){var a=u.MessageChannel;"undefined"===typeof a&&"undefined"!==typeof
window&&window.postMessage&&window.addEventListener&&!z("Presto")&&(a=function()
{var
e=Ic(document,"IFRAME");e.style.display="none";document.documentElement.appendChild
(e);var f=e.contentWindow;e=f.document;e.open();e.close();var
g="callImmediate"+Math.random(),h="file:"==f.location.protocol?"*":f.location.proto
col+"//"+f.location.host;e=y(function(l){if(("*"==h||
l.origin==h)&&l.data==g)this.port1.onmessage()},this);
f.addEventListener("message",e,!1);this.port1={};this.port2={postMessage:function()
{f.postMessage(g,h)}}});if("undefined"!==typeof a&&!z("Trident")&&!z("MSIE")){var
b=new a,c={},d=c;b.port1.onmessage=function(){if(void 0!==c.next){c=c.next;var
e=c.Mb;c.Mb=null;e()}};return function(e)
{d.next={Mb:e};d=d.next;b.port2.postMessage(0)}}return function(e)
{u.setTimeout(e,0)}};class tk{constructor(a,b)
{this.m=a;this.l=b;this.j=0;this.g=null}get(){let a;0<this.j?
(this.j--,a=this.g,this.g=a.next,a.next=null):a=this.m();return a}};function uk()
{var a=vk;let b=null;a.g&&(b=a.g,a.g=a.g.next,a.g||(a.j=null),b.next=null);return
b}class wk{constructor(){this.j=this.g=null}add(a,b){const
c=xk.get();c.set(a,b);this.j?this.j.next=c:this.g=c;this.j=c}}var xk=new tk(()=>new
yk,a=>a.reset());class yk{constructor(){this.next=this.g=this.j=null}set(a,b)
{this.j=a;this.g=b;this.next=null}reset(){this.next=this.g=this.j=null}};let
zk,Ak=!1,vk=new wk,Ck=()=>{if(u.Promise&&u.Promise.resolve){const
a=u.Promise.resolve(void 0);zk=()=>{a.then(Bk)}}else zk=()=>{var a=Bk;"function"!
==typeof u.setImmediate||u.Window&&u.Window.prototype&&!
z("Edge")&&u.Window.prototype.setImmediate==u.setImmediate?(rk||
(rk=sk()),rk(a)):u.setImmediate(a)}};var Bk=()=>{for(var a;a=uk();)
{try{a.j.call(a.g)}catch(c){oa(c)}var b=xk;b.l(a);100>b.j&&(b.j+
+,a.next=b.g,b.g=a)}Ak=!1};var Dk=class extends fg{constructor(a,b,c){var d=new
qk;super();this.F=a;this.j=d;this.A=b||null;this.m=c||null;this.l=[];this.v=!1}g(a)
{this.l.push(a);this.v||(a=this.D,zk||Ck(),Ak||(zk(),Ak=!0),vk.add(a,this))}D()
{this.A?this.A(y(this.B,this)):this.B()}B(){if(!this.v){this.v=!
0;try{for(this.j.g=Date.now();0<this.l.length;){var
a=this.l.shift();this.j.j=Date.now();a.g();this.m&&this.m.j(Date.now()-
this.j.j,a.j);if(50<Date.now()-
this.j.g+10)break}0<this.l.length&&this.F.setTimeout(y(this.D,this),
0)}finally{this.v=!1,this.m&&this.m.g(Date.now()-this.j.g)}}}};function Ek(a,b){var
c=new bg,d=b.F?new Dk(a,ja(bj,b.g?"lr:apf:"+b.g:"lr:apf"),b.D):new pk;d.g(new
Yf(function(){og(new rg(d),a,b).then(function(e){var f=e.j,g=e.m,h=e.l;a:{var
l=e.j,k=e.g.v;switch(k){case 2:var m=l.m;k=e.l.g;k.m||(l=new df(xf(k),0),k.g||
(k.g=new hf(new df(xf(k),0))),k.m=new lf(l,new df(k.g,1),new df(yf(k),2)));m=new
ok(d,new jk(d,m,new df(k.m,3)),e.m.g);break a;default:m=l.v;var
n=l.g.qa;l=e.g;k=1==k?eh(n):oe(n);m=new ih(m,k,l)}}m=new dk(new Xj(d,m));k=new
ek(f.g,g.l);l=new wj(d,
f.g);e.g.A&&sj(l,new zj(f.g,f.R));n=hk(f.j);h=sj(sj(sj(sj(l,new fk(n)),new
Sj(g.g,new df(yf(h.g),2))),new Uj),new Cj(f.m,new Bj(g.g)));n=new
pi;za(n.j,qi);n=oi(oi(n,ri),si);za(n.m,ui);za(n.j,ti);h=rj(sj(sj(h,oi(n,ti)),new
Dj(f.O*f.R)),new Vj);var q=e.g,t=e.j.v;n=Math.max(t*q.m,q.minWidth);q=t*q.j;n=void
0!==n?n:0;q=void 0!==q?q:Infinity;if(0>n||0>q)throw
Error("apf::wf");rj(rj(rj(h,0>=n&&Infinity===q?null:new Xf(n,q)),new
Rj(f.m.l,e.g.B,f.j)),new xj([g.g,g.j]));0<e.g.l&&rj(l,new yj(f.j,e.g.l));dg(d,
c,new ck(d,m,k,l),"itres")},y(c.j,c))},"i"));return c.g};class Fk{constructor(a)
{this.g=new je(a)}contains(a){return this.g.contains(a)}};class Gk{constructor(a)
{this.g=a}map(a){return null!=this.g?(a=a(this.g.value),a instanceof Gk?a:new
Gk({value:a})):this}};var Hk=class extends Pb{constructor(a){super(a)}};var
Jk=class extends Pb{constructor(a){super(a,-1,Ik)}},Ik=[3,4];var Kk=class extends
Pb{constructor(a){super(a)}};var Mk=class extends Pb{constructor(a){super(a,-
1,Lk)}},Lk=[6,7,9,10,11];var Ok=class extends Pb{constructor(a){super(a,-
1,Nk)}},Nk=[1,2,5,7];Hg(new Eg(0,{}));Hg(new Eg(1,{}));class Pk{constructor(){var
a=jd`https://pagead2.googlesyndication.com/pagead/js/err_rep.js`;this.g=null;this.j
=!1;this.m=Math.random();this.l=this.Sa;this.A=a}Yb(a){this.g=a}v(a)
{this.j=a}Sa(a,b,c=.01,d,e="jserror"){if((this.j?this.m:Math.random())>c)return!
1;b.error&&b.meta&&b.id||(b=new Gh(b,{context:a,id:e}));if(d||
this.g)b.meta={},this.g&&this.g(b.meta),d&&d(b.meta);u.google_js_errors=u.google_js
_errors||[];u.google_js_errors.push(b);u.error_rep_loaded||
(Pc(u.document,Yb(Xb(this.A).toString())),
u.error_rep_loaded=!0);return!1}ya(a,b,c){try{return b()}catch(d){if(!
this.l(a,d,.01,c,"jserror"))throw d;}}N(a,b){return(...c)=>this.ya(a,
()=>b.apply(void 0,c))}};const
Qk=(a,b)=>{b=b.google_js_reporting_queue=b.google_js_reporting_queue||
[];2048>b.length&&b.push(a)};
var Rk=(a,b,c)=>{const d=c||window,e="undefined"!==typeof queueMicrotask;return
function()
{e&&queueMicrotask(()=>{d.google_rum_task_id_counter=d.google_rum_task_id_counter||
1;d.google_rum_task_id_counter+=1});const f=Jh();let
g,h=3;try{g=a.apply(this,arguments)}catch(l){h=13;if(!b)throw
l;b(754,l)}finally{d.google_measure_js_timing&&f&&Qk({label:
(754).toString(),value:f,duration:(Jh()||0)-f,type:h,...
(e&&{taskId:d.google_rum_task_id_counter=d.google_rum_task_id_counter||
1})},d)}return g}},Sk=(a,b)=>
Rk(a,(c,d)=>{(new Pk).Sa(c,d)},b);function Tk(a,b){return Sk(a,b).apply()}var
Uk={1:1,2:2,3:3,0:0};function Vk(a){return null==a?a:Uk[a]}function Wk(a){for(var
b=[],c=0;c<a.length;c++){var d=G(a[c],1),e=G(a[c],2);if(d&&null!=e){var
f={};f.zc=d;f.value=e;b.push(f)}}return b}function Xk(a,b){var
c={};a&&(c.Gb=G(a,1),c.yb=G(a,2),c.zb=!!
zb(a,3));b&&(c.kb=Wk(Fb(b,Hk,3)),c.hb=Wk(Fb(b,Hk,4)));return c}var
Yk={1:0,2:1,3:2,4:3};const Zk=class{constructor(a){this.g=a}j(a,b,c,d)
{c=hi(d.document,this.g);c.Ga.setAttribute("data-ad-
format","auto");gi(c,a,b);return c}};const $k=class{constructor(a)
{this.g=a}j(a,b,c,d){var e=0<Fb(this.g,Jk,9).length?Fb(this.g,Jk,9)
[0]:null,f=Xk(Cb(this.g,Kk,3),e);if(!e)return null;if(e=G(e,1)){d=d.document;var
g=c.tagName;c=(new
Bc(d)).createElement(g);c.style.clear=f.zb?"both":"none";"A"==g&&(c.style.display="
block");c.style.padding="0px";c.style.margin="0px";f.kb&&fi(c.style,f.kb);d=(new
Bc(d)).createElement("INS");f.hb&&fi(d.style,f.hb);c.appendChild(d);f={Xa:c,Ga:d};f
.Ga.setAttribute("data-ad-type","text");f.Ga.setAttribute("data-native-settings-
key",
e);gi(f,a,b);a=f}else a=null;return a}};function al(a,b)
{a=a.j.query(b.document);return 0<a.length?a[0]:null}const
bl=class{constructor(a,b){this.j=a;this.g=b}};function cl(a){return a.m}function
dl(a){return Ug(Ng)?(a.v||(a.v=al(a.g,a.l)),a.v):al(a.g,a.l)}function el(a){var
b=a.V;a=a.l.document.createElement("div");Ug(Ng)?a.className="google-auto-placed-
ad-placeholder":a.className="google-auto-placed";var
c=a.style;c.textAlign="center";c.width="100%";c.height="0px";c.clear=b?"both":"none
";return a}function fl(a,b){Cd(a.A,0)||a.A.set(0,[]);a.A.get(0).push(b)}
class gl{constructor(a,b,c,d,e,f,g,h=null,l=null)
{this.g=a;this.L=b;this.V=c;this.Vb=d;e||new Lg;this.l=f;this.D=g;this.B=h;
(this.F=l)&&Cb(l,Dg,1)&&Cb(l,Dg,1);this.G=[];this.m=!1;this.A=new
Q;this.v=this.j=null}ba(){return this.D}};var hl=a=>{switch(a.Vb){case 0:case 1:var
b=a.F;null==b?a=null:(a=Cb(b,Dg,1),null==a?a=null:(b=G(b,2),a=null==b?null:new
Eg(0,{Zb:[a],Bc:b})));return null!=a?new Gk({value:a}):new Gk(null);case 2:return
new Gk(null);default:return new Gk(null)}};function il(a){a&&"function"==typeof
a.Ob&&a.Ob()};function jl(){this.L=this.L;this.V=this.V}jl.prototype.L=!
1;jl.prototype.Ob=function(){this.L||(this.L=!0,this.Fa())};function kl(a,b)
{X(a,ja(il,b))}function X(a,b){a.L?b():(a.V||
(a.V=[]),a.V.push(b))}jl.prototype.Fa=function()
{if(this.V)for(;this.V.length;)this.V.shift()()};function ll(a){return
hl(a.ra).map(b=>Hg(b))}function ml(a){a.j=a.j||ll(a);return a.j}const
nl=class{constructor(a,b,c){this.ra=a;this.g=b;this.Na=c;this.j=null}fill(a,b){var
c=this.ra;if(a=c.L.j(a,b,this.g,c.l)){b=a.Xa;if(this.ra.m)throw
Error("AMA:AP:AP");Yg(b,this.g,this.ra.g.g);c=this.ra;c.m=!
0;Ug(Ng)&&(c.j&&Wg(c.j),c.j=null);null!=b&&c.G.push(b)}return a}};function ol(a)
{switch(a){case 0:return 0;case 1:return 1;case 2:return 2;case 3:return
3;default:return null}};function pl(a,b){return Tk(()=>{if(Ug(Ng)){var
c=[],d=[];for(var e=0;e<a.length;e++){var f=a[e],g=dl(f);if(g){var h=f;if(!h.j&&!
h.m){var l=h;var k=h,m=null;try{var n=dl(k);if(n){m=el(k);Yg(m,n,k.g.g);var
q=m}else q=null}catch(v){throw Wg(m),v;}l.j=q}
(h=h.j)&&d.push({yc:f,ib:g,oa:h})}}if(0<d.length)for(q=S(b),n=ae(b),e=0;e<d.length;
e++){const {yc:v,ib:A,oa:C}=d[e];f=ql(C,n,q);c.push(new
nl(v,A,f))}q=c}else{q=[];n=[];try{const v=[];for(let A=0;A<a.length;A++){var
t=a[A],r=dl(t);r&&v.push({nb:t,ib:r})}for(r=
0;r<v.length;r++){t=n;g=t.push;{l=v[r];k=l.ib;m=l.nb;const
A=el(m);try{Yg(A,k,m.g.g),h=A}catch(C){throw
Wg(A),C;}}g.call(t,h)}c=S(b);d=ae(b);for(g=0;g<n.length;g+
+)e=ql(n[g],d,c),f=v[g],q.push(new nl(f.nb,f.ib,e))}finally{for(c=0;c<n.length;c+
+)Wg(n[c])}}return q},b)}function ql(a,b,c){a=a.getBoundingClientRect();return new
Aj(a.left+b,a.top+c,a.right-a.left)};function rl(a,b){const c={top:b.g-
25,right:b.j+b.l,bottom:b.g+25,left:b.j};return!wa(a,d=>Hd(d,c))};function sl(a)
{return function(b){return pl(b,a)}}function tl(a){const b=Qj(Mj(a));return
c=>rl(b,c.Na)}function ul(a){if(!a.length)return fc;const b=new Fk(a);return
c=>b.contains(c.Vb)}function vl(a,b){if(0>=a)return gc;const c=R(b).scrollHeight-
a;return function(d){return d.Na.g<=c}}const
wl=(a,b)=>b.Na.g>=a,xl=(a,b,c)=>{c=c.Na.l;return a<=c&&c<=b};var yl=class{Ha(a)
{return tl(a)}Ia(){return 9}};var zl=class{constructor(a){this.g=a}Ha(a){return
vl(this.g,a)}Ia(){return 13}};var Al=class{Ha(a){const b=R(a).clientHeight;return
b?ja(wl,b+S(a)):fc}Ia(){return 12}};var Bl=class{constructor(a){this.g=a}Ha()
{return ul(this.g)}Ia(){return 1}};var Cl=class{Ha(){return hc(cl)}Ia(){return
7}};var Dl=class{constructor(a,b){this.minWidth=a;this.g=b}Ha(){return
ja(xl,this.minWidth,this.g)}Ia(){return 10}};var El=class{constructor(a)
{this.m=a.j.slice(0);this.j=a.g.slice(0);this.l=a.l;this.v=a.v;this.g=a.m}};functio
n Fl(a,b=0,c=Infinity){a.g.push(new Dl(b,c));return a}function Gl(a,b=0)
{a.g.push(new zl(b));return a}var Hl=class{constructor(){this.l=0;this.v=!
1;this.j=[].slice(0);this.g=[].slice(0)}build(){return new El(this)}};function
Il(a,b,c){Cd(a.g,b)||a.g.set(b,[]);a.g.get(b).push(c)}class Jl{constructor()
{this.g=new Q}};function Kl(a,b,c){const d=b.ra;if(!Cd(a.g,d)){var
e=a.g,f=e.set;ml(b);f.call(e,d,new Ll)}c(a.g.get(d))}function Ml(a,b)
{Kl(a,b,c=>{c.g=!0})}function Nl(a,b){Kl(a,b,c=>{c.j=!0})}var
Ol=class{constructor(){this.g=new Q}};class Ll{constructor(){this.j=this.g=!
1}};class Pl{constructor(a){this.j=a;this.g=-1}};function Ql(a){let b=0;for(;a;)(!
b||a.previousElementSibling||a.nextElementSibling)&&b++,a=a.parentElement;return
b};function Rl(a){const
b=null.Mc.filter(c=>Ed(c.Ab).every(d=>c.Ab.get(d)===a.get(d)));return 0===b.length?
(null.Ec.push(19),null):b.reduce((c,d)=>c.Ab.Cb()>d.Ab.Cb()?c:d,b[0])}function
Sl(a){a=ml(a);if(null==a.g)return
null.Ec.push(18),null;a=a.g.value;if(Cd(null.Tb,a))return null.Tb.get(a);var
b=Fg(a);b=Rl(b);null.Tb.set(a,b);return b};function Tl(a){return 0==a.g.length?
a:a.sort((b,c)=>(Sl(b)?.Ac||Number.MAX_VALUE)-(Sl(c)?.Ac||
Number.MAX_VALUE))}function Ul(a,b){var c=b.g;const
d=b.ra.g.g;c=b.Na.g+200*Math.min(20,0==d||3==d?
Ql(c.parentElement):Ql(c));a=a.g;0>a.g&&(a.g=R(a.j).scrollHeight||0);b=a.g-
b.Na.g;return c+(1E3<b?0:2*(1E3-b))}function Vl(a,b){return 0==b.g.length?
b:b.sort((c,d)=>Ul(a,c)-Ul(a,d))}
function Wl(a,b){return b.sort((c,d)=>{const e=c.ra.B,f=d.ra.B;var g;null==e||
null==f?g=null==e&&null==f?Ul(a,c)-Ul(a,d):null==e?1:-1:g=e-f;return g})}class
Xl{constructor(a){this.g=new Pl(a)}};function Yl(a,b){var c=a.l;for(var d of
b.m)c=zg(c,d.Ha(a.g),Zl(d.Ia()));d=c=c.apply(sl(a.g));for(const e of
b.j)d=zg(d,e.Ha(a.g),$l(e.Ia()));switch(b.l){case 1:d=Vl(a.j,d);break;case
2:d=Wl(a.j,d);break;case 3:const
e=U(Ol);d=Tl(d);c.forEach(f=>{Ml(e,f);null?.hd(f)});d.forEach(f=>Nl(e,f))}b.v&&(d=B
g(d,xc(a.g.location.href+a.g.localStorage.google_experiment_mod)));1===b.g?.length&
&Il(a.m,b.g[0],{Vc:c.g.length,gd:d.g.length});return d.g.slice(0)}
class am{constructor(a,b){this.l=new Ag(a);this.j=new Xl(b);this.g=b;this.m=new
Jl}}const Zl=a=>b=>fl(b,a),$l=a=>b=>fl(b.ra,a);var bm=(a,b,c,d=null)=>{const
e=g=>{let h;try{h=JSON.parse(g.data)}catch(l){return}!h||h.googMsgType!==b||d&&/[:|
%3A]javascript\(/i.test(g.data)&&!d(h,g)||c(h,g)};J(a,"message",e);let f=!
1;return()=>{let g=!1;f||(f=!0,g=K(a,"message",e));return g}},cm=(a,b,c,d,e)=>{if(!
(0>=e)&&(c.googMsgType=b,a.postMessage(JSON.stringify(c),d),a=a.frames))for(let
f=0;f<a.length;++f)1<e&&cm(a[f],b,c,d,--e)};function dm(a,b,c,d){return
bm(a,"fullscreen",d.N(952,(e,f)=>{if(f.source===b){if(!("eventType"in e))throw
Error(`bad message ${JSON.stringify(e)}`);delete e.googMsgType;c(e)}}))};class
em{constructor(){this.promise=new Promise(a=>{this.resolve=a})}};async function
fm(a){return a.m.promise}async function gm(a){return a.j.promise}async function
hm(a){return a.l.promise}function im(a,b)
{b.type="err_st";b.slot=a.slotType;Rd(a.A,"fullscreen_tag",b)}
class jm extends jl{constructor(a,b,c,d)
{super();this.slotType=1;this.pubWin=a;this.Nb=b;this.v=c;this.A=d;this.g=1;this.m=
new em;this.j=new em;this.l=new em}Ja(){const
a=dm(this.pubWin,this.Nb,b=>{"adError"===b.eventType?
(this.l.resolve(),this.g=0):"adReady"===b.eventType&&1===this.g?(b.slotType!
==this.slotType&&im(this,
{cur_st:this.g,evt:b.eventType,adp_tp:b.slotType}),this.m.resolve(),this.g=2):"adCl
osed"===b.eventType&&2===this.g?(this.j.resolve(b.result),this.g=3):(im(this,
{cur_st:this.g,evt:b.eventType}),
this.g=0)},this.v);X(this,a)}}function km(a,b,c,d){a=new jm(a,b,c,d);a.Ja();return
a};var mm=class extends Pb{constructor(a){super(a,-1,lm)}},lm=[19];function nm(a,b)
{a=Td(a)?.tagSpecificState[1];return null==a?null:a.debugCard?.getAdType()===b?
a.debugCard:null}function om(a,b){(a=nm(a,4))&&a.displayAdLoadedContent(b)};let
pm=void 0;function qm(a,b){if(b){var c=b.adClient;if("string"===typeof c&&c)
{a.l=c;a.j=!!
b.adTest;c=b.pubVars;ca(c)&&(a.A=c);if(Array.isArray(b.fillMessage)&&0<b.fillMessag
e.length){a.g={};for(d of
b.fillMessage)a.g[d.key]=d.value}a.v=b.adWidth;a.m=b.adHeight;Bd(a.v)&&Bd(a.m)||
dj("rctnosize",b);var d=!0}else d=!1}else d=!1;return d&&a.D(b)}class
rm{constructor(){this.g=this.A=this.j=this.l=null;this.m=this.v=0}D(){return!
0}};class sm extends rm{D(a){a.hasFillMessage||(this.g=null);return!0}};function
tm(a,b){for(const e of b){b=a;var c=e,d=um(b.document,c.x,c.y);if(d){if(!
(c=vm(d)))a:{c=d;b=b.document;for(c=c.offsetParent;c&&c!
==b.body;c=c.offsetParent)if(d=vm(c)){c=d;break a}c=null}b=c||null}else
b=null;if(b)return b}return null}var
um=(a,b,c)=>{a.hasOwnProperty("_goog_efp_called_")||
(a._goog_efp_called_=a.elementFromPoint(b,c));return
a.elementFromPoint(b,c)},wm=(a,b,c)=>{const d=[];for(let f=0;3>f;f++)for(let
g=0;3>g;g++){var e=d;e.push.call(e,{x:g/2*a,y:b+f/2*(c-b)})}return d};
function vm(a){return"fixed"!==rd(a,"position")?
null:"GoogleActiveViewInnerContainer"===a.getAttribute("class")||
1>=xd(a).width&&1>=xd(a).height?null:a}var xm=a=>{const
b=812===a.screen.height&&375===a.screen.width||
812===a.screen.width&&375===a.screen.height||
414===a.screen.width&&896===a.screen.height||
896===a.screen.width&&414===a.screen.height;return null!
=(a.navigator&&a.navigator.userAgent&&a.navigator.userAgent.match(/iPhone OS 1[1-
9]|[2-9]\d/))&&b};const ym=90*1.38;var zm=(a,b)=>{const
c=a&&Bi(a.location,"google_anchor_debug");if(2===b||c){var
d=wm(a.innerWidth,0,Math.min(Math.round(a.innerWidth/320*50),ym)+15);return null!
=tm(a,d)?(dj("flgr::top",
{c:"fixed",d:c,p:b,url:a?.location?.href??""}),"bottom"):"top"}d=a.innerWidth;const
e=a.innerHeight,f=Math.min(Math.round(a.innerWidth/320*50),ym)+15,g=wm(d,e-
f,e);25<f&&g.push({x:d-25,y:e-25});return null!=tm(a,g)?(dj("flgr::bottom",
{c:"fixed",d:c,p:b,url:a?.location?.href??""}),"top"):"bottom"};function Am(a=[])
{const b=Date.now();return ua(a,c=>36E5>b-c)}function Bm(a){try{const
b=a.getItem("__lsv__");if(!b)return[];let c;try{c=JSON.parse(b)}catch(d){}if(!
Array.isArray(c)||wa(c,d=>!Number.isInteger(d)))return a.removeItem("__lsv__"),
[];c=Am(c);c.length||a?.removeItem("__lsv__");return c}catch(b){return null}};const
Cm={SCRIPT:1,STYLE:1,HEAD:1,IFRAME:1,OBJECT:1,NOSCRIPT:1},Dm={IMG:" ",BR:"\n"};var
Em=(a,b,c,d)=>{if(!(a.nodeName in Cm))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 Dm)d&&"IMG"==a.nodeName&&a.hasAttribute("alt")&&b.push("
"+a.getAttribute("alt")),b.push(Dm[a.nodeName]);else
for(a=a.firstChild;a;)Em(a,b,c,d),a=a.nextSibling},Fm=/ \xAD /g,Gm=/\xAD/g,Hm=/\
u200B/g,Im=/ +/g,Jm=/^\s*/;function Km(a,b){return null!
==Kc(a,c=>c.nodeType===Node.ELEMENT_NODE&&b.has(c),!0)}function Lm(a,b){return
Kc(a,c=>c.nodeType===Node.ELEMENT_NODE&&"fixed"===b.getComputedStyle(c,null).positi
on,!0)}function Mm(a){const b=[];for(const c of a.document.querySelectorAll("*"))
{const d=a.getComputedStyle(c,null);"fixed"===d.position&&"none"!
==d.display&&"hidden"!==d.visibility&&b.push(c)}return b}function Nm(a){return
Math.round(10*Math.round(a/10))}
function Om(a){return`${a.position}-${Nm(a.O)}x${Nm(a.R)}-$
{Nm(a.scrollY+a.Ta)}Y`}function Pm(a){return`f-$
{Om({position:a.position,Ta:a.Ta,scrollY:0,O:a.O,R:a.R})}`}function Qm(a,b)
{a=Math.min(a??Infinity,b??Infinity);return Infinity!==a?a:0}
function Rm(a,b,c){const d=Td(c.X).sideRailProcessedFixedElements;if(!d.has(a)){var
e=a.getBoundingClientRect();if(e){var f=Math.max(e.top-
10,0),g=Math.min(e.bottom+10,c.R),h=Math.max(e.left-
10,0);e=Math.min(e.right+10,c.O);for(var l=.3*c.O;f<=g;f+=10){if(0<e&&h<l){var
k=Pm({position:"left",Ta:f,O:c.O,R:c.R});b.set(k,Qm(b.get(k),h))}if(h<c.O&&e>c.O-l)
{k=Pm({position:"right",Ta:f,O:c.O,R:c.R});const m=c.O-
e;b.set(k,Qm(b.get(k),m))}}d.add(a)}}};var
Sm=(a,b,c)=>{a.dataset.adsbygoogleStatus="reserved";a.className+=" adsbygoogle-
noablate";c.adsbygoogle||(c.adsbygoogle=[],Pc(c.document,jd`https://
pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js`));c.adsbygoogle.push({element:a,params:b})};const Tm=[1,2];function
Um(a,b,c){const
d=Ic(document,"INS");d.className="adsbygoogle";b.document.body.appendChild(d);const
e=c.A||
{};e.google_ad_client=c.l;e.google_ad_width=c.v;e.google_ad_height=c.m;e.google_rea
ctive_ad_format=a.g;c.g&&(e.google_reactive_fill_message=c.g);c.j&&(e.google_adtest
="on");Sm(d,e,b)}
class Vm{constructor(a){this.g=a}verifyAndProcessConfig(a,b){const
c=Td(a);if(c.wasReactiveAdConfigReceived[this.g])return!1;const d=new sm;if(!
qm(d,b))return!1;Tm.forEach(e=>{c.wasReactiveAdConfigReceived[e]=!
0});Um(this,a,d);return!0}};class Wm{constructor(a,b){this.l=a;this.g=!
1;this.m=b;this.j=this.m.N(264,c=>{this.g&&(Xm||(c=Date.now()),this.l(c),Xm?
Ym.call(u,this.j):u.setTimeout(this.j,17))})}start(){this.g||(this.g=!0,Xm?
Ym.call(u,this.j):this.j(0))}}var Ym=u.requestAnimationFrame||
u.webkitRequestAnimationFrame,Xm=!!
Ym&&!/'iPhone'/.test(u.navigator.userAgent);function Zm(a){return a*a*a}function
$m(a){a=1-a;return 1-a*a*a}function an(a){a.L=!1;a.v.start()}
class bn{constructor(a,b,c,d)
{this.j=a;this.A=b;this.V=c;this.progress=0;this.g=null;this.L=!
1;this.l=[];this.m=null;this.v=new Wm(y(this.G,this),d)}G(a){if(this.L)this.v.g=!
1;else{null===this.g&&(this.g=a);this.progress=(a-this.g)/
this.V;1<=this.progress&&(this.progress=1);a=this.m?
this.m(this.progress):this.progress;this.l=[];for(let b=0;b<this.j.length;b+
+)this.l.push((this.A[b]-
this.j[b])*a+this.j[b]);this.F();1==this.progress&&(this.v.g=!1,this.B())}}B(){}F()
{}reset(a,b,c){this.g=null;this.j=
a;this.A=b;this.V=c;this.progress=0}};class cn extends
bn{constructor(a,b,c,d,e,f,g,h){super([b],[c],d,f);this.H=a;this.J=e;this.D=g?
g:null;this.m=h||null}F(){const a={};a[this.J]=this.l[0]+"px";P(this.H,a)}B()
{this.D&&this.D()}};function dn(a){a.g&&K(a.g,a.l,a.m,a.j)}class en extends
jl{constructor(a,b,c)
{super();this.g=a;this.l=b;this.m=c;this.j=lc;J(this.g,this.l,this.m,this.j);X(this
,()=>void dn(this))}}class fn{constructor(){this.reset()}add(a){const
b=Date.now();this.g.push({time:b,coords:a});for(a=this.j;a<this.g.length;+
+a)if(100<=b-this.g[a].time)delete this.g[a];else
break;this.j=a;a>=this.g.length&&this.reset()}reset(){this.g=[];this.j=0}}
function gn(a,b){a.A&&hn(a);a.A=!0;a.l=a.J();a.j=jn(b);a.g=a.j;a.v=new
fn;a.v.add(a.j);a.F=new en(a.m,"mousemove",y(a.Y,a));kl(a,a.F);a.H=new
en(a.m,"touchmove",y(a.Y,a));kl(a,a.H);a.D=new
en(a.m,"mouseup",y(a.Z,a));kl(a,a.D);a.G=new
en(a.m,"touchend",y(a.Z,a));kl(a,a.G)}function jn(a){a=a.touches&&a.touches[0]||
a;return new L(a.clientX,a.clientY)}function hn(a){a.A=!1;a.B=!
1;a.l=null;a.j=null;a.g=null;a.v=null;a.F&&dn(a.F);a.H&&dn(a.H);a.D&&dn(a.D);a.G&&d
n(a.G)}
class kn extends jl{constructor(a,b,c){super();this.m=a;this.target=b;this.K=c||
b;this.B=this.A=this.M=!
1;this.v=this.g=this.j=this.l=this.G=this.D=this.H=this.F=null;this.pa=new
en(this.K,"mousedown",d=>{0==d.button&&gn(this,d)});kl(this,this.pa);this.ha=new
en(this.K,"touchstart",d=>gn(this,d));kl(this,this.ha);this.ga=new
en(this.K,"click",d=>{this.M?this.M=!1:d.stopPropagation()});kl(this,this.ga)}P()
{if(this.l&&this.j&&this.g){var a=this.l,b=tc(this.g,this.j);var c=new
L(a.x+b.x,a.y+b.y);a=this.target;
c instanceof L?(b=c.x,c=c.y):(b=c,c=void 0);a.style.left=wd(b,!
1);a.style.top=wd(c,!1)}}T(){}J(){var a=this.target,b;a:{if(pc&&!(Fa&&Qa("9")&&!
Qa("10")&&u.SVGElement&&a instanceof u.SVGElement)&&(b=a.parentElement))break
a;b=a.parentNode;b=ca(b)&&1==b.nodeType?b:null}var c=b;b=ud(a);c=ud(c);b=new L(b.x-
c.x,b.y-c.y);a=Ad(a,"margin");return tc(b,new L(a.left,a.top))}Y(a)
{if(this.A)if(a.preventDefault(),this.g=jn(a),this.v.add(this.g),this.B)this.P();el
se{var b=this.j,c=this.g;a=b.x-c.x;b=b.y-c.y;10<=
Math.sqrt(a*a+b*b)&&(this.P(),this.B=!0)}}Z(a){this.B?
(a.preventDefault(),this.g=jn(a),this.T()):this.M=!0;hn(this)}};function ln(a)
{const b=mn(a);ta(a.g.maxZIndexListeners,c=>c(b))}function mn(a)
{a=Tc(a.g.maxZIndexRestrictions);return a.length?
Math.min.apply(null,a):null}function nn(a,b)
{a.g.maxZIndexListeners.push(b);b(mn(a))}class on{constructor(a)
{this.g=Td(a).floatingAdsStacking}}class pn{constructor(a)
{this.j=a;this.g=null}};function qn(a){var b=a.ownerDocument;const
c=b.createElementNS("http://www.w3.org/2000/svg","line");c.setAttribute("x1","22");
c.setAttribute("y1","18");c.setAttribute("x2","28");c.setAttribute("y2","12");a.app
endChild(c);b=b.createElementNS("http://www.w3.org/2000/
svg","line");b.setAttribute("x1","28");b.setAttribute("y1","12");b.setAttribute("x2
","34");b.setAttribute("y2","18");a.appendChild(b)}
function rn(a){var b=a.ownerDocument;const
c=b.createElementNS("http://www.w3.org/2000/svg","line");c.setAttribute("x1","22");
c.setAttribute("y1","12");c.setAttribute("x2","28");c.setAttribute("y2","18");a.app
endChild(c);b=b.createElementNS("http://www.w3.org/2000/
svg","line");b.setAttribute("x1","28");b.setAttribute("y1","18");b.setAttribute("x2
","34");b.setAttribute("y2","12");a.appendChild(b)}
function sn(a,b){if(!a.v&&a.l){var c=parseInt(a.l.style[a.g],10),d=-a.A.height-(b?
30:0),e=(c-d)/.1;"bottom"==a.g&&xm(a.X)&&a.F.ya(405,()=>tn(a,"21px",e,"ease-
in"));b||un(a,!0);c===d?a.m=!b:(a.v=!0,c=new cn(a.l,c,d,e,a.g,a.F,()=>{a.v=!1;a.m=!
b;b||un(a,!0);b&&a.Z();a.l.setAttribute("data-anchor-
status","dismissed")},Zm),a.ea(),an(c))}}
function vn(a,b){ce(b);O(b,{"background-
color":"#FAFAFA",display:"block",position:"relative","z-index":1,height:"5px","box-
shadow":"top"==a.g?"rgba(0, 0, 0, 0.2) 0px 1px 5px -1px, rgba(0, 0, 0, 0.1) 0px -
1px 2px -1px":"rgba(0, 0, 0, 0.2) 0px -1px 5px -1px, rgba(0, 0, 0, 0.1) 0px 1px 2px
-1px"});"top"==a.g&&O(a.j??b,
{position:"absolute",top:a.A.height+"px",width:"100%"});const
c=Qc("SPAN",a.X.document);c.appendChild(wn(a));const
d=e=>{e.target===c&&(e.preventDefault&&e.preventDefault(),e.stopImmediatePropagatio
n&&
e.stopImmediatePropagation(),e.stopPropagation&&e.stopPropagation())};J(c,"click",d
);X(a,()=>K(c,"click",d));xn(a,c);b.className="ee";b.appendChild(c)}
function wn(a){let b;let c,d;switch(a.g){case "top":var
e="dropShadowBottom";b="M0,4 L0,22 A6,6 0 0,0 6,28 L50,28 A6,6 0 0,0 56,22 L56,10
A6,6 0 0,1 61,4 Z";var f="0";c="up";d=qn;break;case
"bottom":e="dropShadowTop",b="M0,26 L0,6 A6,6 0 0,1 6,1 L50,1 A6,6 0 0,1 56,6
L56,20 A6,6 0 0,0 62,26 Z",f="25",c="down",d=rn}const
g=a.X.document,h=g.createElementNS("http://www.w3.org/2000/svg","svg");h.style.setP
roperty("margin","0 0 0
0px","important");h.style.setProperty("position","absolute","important");
h.style.setProperty(a.g,"0","important");h.style.setProperty("left","0%","important
");h.style.setProperty("display","block","important");h.style.setProperty("width","
80px","important");h.style.setProperty("height","30px","important");h.style.setProp
erty("transform","none","important");h.style.setProperty("pointer-
events","initial","important");a=g.createElementNS("http://www.w3.org/2000/
svg","defs");const
l=g.createElementNS("http://www.w3.org/2000/svg","filter");l.setAttribute("id",e);l
.setAttribute("filterUnits",
"userSpaceOnUse");l.setAttribute("color-interpolation-filters","sRGB");var
k=g.createElementNS("http://www.w3.org/2000/svg","feComponentTransfer");k.setAttrib
ute("in","SourceAlpha");k.setAttribute("result","TransferredAlpha");var
m=g.createElementNS("http://www.w3.org/2000/svg","feFuncR");m.setAttribute("type","
discrete");m.setAttribute("tableValues","0.5");k.appendChild(m);m=g.createElementNS
("http://www.w3.org/2000/
svg","feFuncG");m.setAttribute("type","discrete");m.setAttribute("tableValues","0.5
");
k.appendChild(m);m=g.createElementNS("http://www.w3.org/2000/
svg","feFuncB");m.setAttribute("type","discrete");m.setAttribute("tableValues","0.5
");k.appendChild(m);l.appendChild(k);k=g.createElementNS("http://www.w3.org/2000/
svg","feGaussianBlur");k.setAttribute("in","TransferredAlpha");k.setAttribute("stdD
eviation","2");l.appendChild(k);k=g.createElementNS("http://www.w3.org/2000/
svg","feOffset");k.setAttribute("dx","0");k.setAttribute("dy","0");k.setAttribute("
result","offsetblur");l.appendChild(k);
k=g.createElementNS("http://www.w3.org/2000/
svg","feMerge");k.appendChild(g.createElementNS("http://www.w3.org/2000/
svg","feMergeNode"));m=g.createElementNS("http://www.w3.org/2000/
svg","feMergeNode");m.setAttribute("in","SourceGraphic");k.appendChild(m);l.appendC
hild(k);a.appendChild(l);h.appendChild(a);a=g.createElementNS("http://www.w3.org/
2000/
svg","path");a.setAttribute("d",b);a.setAttribute("stroke","#FAFAFA");a.setAttribut
e("stroke-
width","1");a.setAttribute("fill","#FAFAFA");a.style.setProperty("filter",
`url(#${e})`);h.appendChild(a);e=g.createElementNS("http://www.w3.org/2000/
svg","rect");e.setAttribute("x","0");e.setAttribute("y",f);e.setAttribute("width","
80");e.setAttribute("height","5");e.style.setProperty("fill","#FAFAFA");h.appendChi
ld(e);f=g.createElementNS("http://www.w3.org/2000/
svg","g");f.setAttribute("class",c);f.setAttribute("stroke","#616161");f.setAttribu
te("stroke-width","2px");f.setAttribute("stroke-
linecap","square");d(f);h.appendChild(f);return h}
function xn(a,b){const c=b.getElementsByTagName("svg")[0];O(b,
{display:"block",width:"80px",height:"45px",
[a.g]:"0",left:"0%",marginLeft:"0px","pointer-events":"none"});ad(c)}
function yn(a){if(!a.v){var b=parseInt(a.l.style[a.g],10);if(b){a.v=!0;const c=-
b/.1;"bottom"==a.g&&xm(a.X)&&a.F.ya(404,()=>tn(a,"0px",c,"ease-out"));un(a,!
1);b=new cn(a.l,b,0,c,a.g,a.F,()=>{a.v=!1;a.m=!1;zn(a);a.l.setAttribute("data-
anchor-status","displayed");a.l.setAttribute("data-anchor-shown",!0);un(a,!1)},
$m);a.W();an(b)}else a.m=!1}}function An(a){return a.j??a.B}
function un(a,b){const c=a.B.getElementsByTagName("svg")
[0].getElementsByTagName("g")[0];for(var
d;d=c.firstChild;)c.removeChild(d);switch(a.g){case "top":(b?rn:qn)(c);break;case
"bottom":(b?qn:rn)(c)}}function Bn(a,b,c,d){Rd(a.Y,"flgr",
{i:b,dc:a.m?"1":"0",fdc:c?"1":"0",ds:a.H?"1":"0",expId:a.ga,sc:a.P?"1":"0",off:d,vw
:R(a.X).clientWidth,req:a.K.src,tp:a.g,h:a.A.height,w:a.A.width,qemId:a.fa},!
0,1)}function tn(a,b,c,d){P(a.K,{transition:c/1E3+"s","transition-timing-
function":d,"margin-top":b})}
function zn(a){a.T();a.T=()=>{}}
function Cn(a,b){if("bottom"!==a.g&&"top"!==a.g)throw Error("unsupported reactive
type");const c=f=>{f.preventDefault();a.v||(a.J=!0,a.m?yn(a):sn(a,a.H),Bn(a,"c",!
a.m,0))},d=a.B;J(d,"click",c);X(a,()=>K(d,"click",c));a.j&&(J(a.j,"click",c),X(a,
()=>a.j&&K(a.j,"click",c)));P(b,{opacity:1});var
e=a.X.document;e&&(a.l=b,a.ha&&(a.M=new ("top"==a.g?Dn:En)
(a,e,a.A.height,b,a.B),kl(a,a.M)),e={position:"fixed",left:"0px"},e[a.g]=-
a.A.height-30+"px",P(b,e),O(b,{overflow:"visible",background:"#FAFAFA"}),nn(a.pa,
f=>{const g=null==a.U?2147483647:a.U;P(b,{zIndex:null==f?
g:Math.min(f,g)})}),yn(a))}
class Fn extends jl{constructor(a,b,c,d,e,f,g,h,l,k,m)
{super();this.D=a;this.X=b;this.K=c;this.A=d;this.Z=f||(()=>{});this.T=g||
(()=>{});this.F=h;this.Y=l;this.ea=k;this.W=m;X(this,()=>sn(this,!
0));this.B=Qc("INS",b.document);X(this,
()=>this.B=null);this.j=null;HTMLElement.prototype.attachShadow&&!this.F.ya(1013,
()=>{this.j=Qc("DIV",b.document);this.j.className="grippy-
host";this.j.attachShadow({mode:"closed"}).appendChild(this.B);X(this,
()=>this.j=null);return!0})&&(this.j=null);this.m=this.v=!1;
this.G=0;this.g=e;this.J=!
1;this.l=this.M=null;this.R=b.innerHeight;this.P="true"===this.D.scroll_detached;th
is.H="true"===this.D.dismissable;this.ha="true"===this.D.draggable||"top"!
=this.g;this.ga=this.D.expId||"";this.fa=this.D.qemId||"";a=parseInt(this.D.z_index
_override,10);this.U=isNaN(a)?null:a;this.pa=new on(b);!
this.H&&u.navigator.userAgent.match(/iPhone OS 7/)&&b.setInterval(()=>{const
n=this.X.innerHeight;if(2>Math.abs(n-460)||2>Math.abs(n-
529))n<this.R&&2>Math.abs(S(this.X)-this.G-68)&&
(this.J=!0,this.m&&yn(this)),this.R=n},300);vn(this,this.B)}}class Gn extends
kn{constructor(a,b,c,d,e){super(b,d,e);this.fa=a;this.W=c}T(){var a=this.fa;if(!
a.v){const b=parseInt(a.l.style[a.g],10);b>=-(a.A.height/2)?(yn(a),Bn(a,"d",!1,b)):
(sn(a,a.H),Bn(a,"d",!0,b))}}P(){if(null!==this.l&&null!==this.j&&null!==this.g){var
a=this.ea(this.l.y,tc(this.g,this.j).y);0<a&&(a=0);a<-this.W&&(a=-this.W);var
b={};b[this.U()]=a+"px";P(this.target,b)}}}
class Dn extends Gn{J(){return new L(0,parseInt(this.target.style.top,10))}ea(a,b)
{return b-a}U(){return"top"}}class En extends Gn{J(){return new
L(0,parseInt(this.target.style.bottom,10))}ea(a,b){return a-b}U()
{return"bottom"}};function Hn(a,b,c,d){if(!a.K){a.K=[];for(var
e=a.l.parentElement;e;)
{a.K.push(e);if(a.Y(e))break;e=e.parentNode&&1===e.parentNode.nodeType?
e.parentNode:null}}e=a.K.slice();!c&&a.Y(e[e.length-1])&&e.pop();let
f;if(d)for(c=e.length-1;0<=c;--c)(f=e[c])&&b.call(a,f,c,e);else for(c=0;c<e.length;
++c)(f=e[c])&&b.call(a,f,c,e)}var In=class extends jl{constructor(a,b,c)
{super();this.l=a;this.g=b;this.j=c;this.K=null;X(this,()=>this.K=null)}Y(a){return
this.j===a}};function Jn(a,b,c){null!==b&&null!
==Xc(a.getAttribute("width"))&&a.setAttribute("width",b);null!==c&&null!
==Xc(a.getAttribute("height"))&&a.setAttribute("height",c);null!
==b&&(a.style.width=b+"px");null!==c&&(a.style.height=c+"px")};function Kn(a)
{Ln(a);const b=a.g.innerWidth;a=xd(a.l).height||+a.l.height||0;return new
uc(b,a)}function Mn(a){if(a.ea){var b=a.j;b&&(b.style.display="none");Nn(a);a.ea=!
1}}function On(a){a.G="touchcancel";u.setTimeout(a.A.N(274,
()=>{"touchcancel"===a.G&&(a.H=0,a.P=!1,Pn(a))}),1E3)}function Qn(a,b)
{if(b&&b.touches){a.G="touchend";var c=b.touches.length;2>c?u.setTimeout(a.A.N(256,
()=>{"touchend"===a.G&&(a.H=c,a.P=!1,Pn(a))}),1E3):(a.H=c,Pn(a));!
a.F||.05>Math.abs(Yd(a.g)-1)||sn(a.m,!0)}}
function Rn(a){const
b=a.g;K(b,"orientationchange",a.Ya);K(b,"resize",a.Za);K(b,"scroll",a.fb);K(b,"touc
hcancel",a.jb);K(b,"touchend",a.mb);K(b,"touchmove",a.ob);K(b,"touchstart",a.pb)}fu
nction Sn(a){const
b=a.g;J(b,"orientationchange",a.Ya);J(b,"resize",a.Za);J(b,"scroll",a.fb);J(b,"touc
hcancel",a.jb);J(b,"touchend",a.mb);J(b,"touchmove",a.ob);J(b,"touchstart",a.pb);X(
a,()=>Rn(a))}
function Tn(a,b){const c=parseInt(b.ht,10),d=0<c?c:null;b=parseInt(b.wd,10);const
e=0<b?b:null;null!=d&&(a.B.height=d);null!=e&&(a.B.width=e);Hn(a,f=>{Jn(f,e,d)},!
1,!0);Jn(a.l,e,d)}function Un(a,b){b=new Fn(b,a.g,a.l,a.B,a.v,()=>{if(!a.va){a.va=!
0;Rn(a);var
c=a.j;c&&c.parentNode&&c.parentNode.removeChild(c);Nn(a);c&&(c.style.display="none"
)}},()=>void Vn(a),a.A,a.Hb,()=>{Ug(Rg)&&!a.U&&(a.U=!0,Wn(a,null))},
()=>{Ug(Rg)&&a.U&&(a.U=!1,Wn(a,null))});kl(a,b);return b}
function Vn(a){a.vb&&!a.cb&&(a.cb=!0,a.A.ya(257,()=>{const b={msg_type:"manual-
send-
view"},c=a.l.contentWindow;c&&c.postMessage(a.g.JSON.stringify(b),"*")}))}function
Nn(a){if(Ug(Rg))Xn(a,a.W,!0,!0);else{a.Z=S(a.g);if(a.g.document.body){var
b=Ad(a.g.document.body,"padding");Yn(a.g.document.body,a.W)}"top"==a.v&&b&&0<b.top&
&a.g.scrollTo(0,a.Z-b.top)}}
function Zn(a){if(!a.wa())return!1;const b=a.g;if(!a.F&&a.ga)switch(a.v){case
"bottom":return a.J>=a.Jb||a.Ca;case "top":return
a.J>$n(a)}return.05>Math.abs(Yd(b)-1)}function ao(a){const
b=a.j;if(b&&a.l.parentElement){vd(b,a.T);var c=a.g.innerWidth;R(a.g).scrollWidth>c?
b.style.width=c:b.style.width="100%";bo(a)}}
function co(a){const b=a.j;if(b){var c=a.m,d=c.X;const e=S(d);10>Math.abs(e-c.G)||
(d=e+10+R(d).clientHeight>Zd(d),d=10>e||d,c.P||c.J||c.v||(c.m||d?
c.m&&d&&yn(c):sn(c,!1)),c.G=e);a.ea||(Ug(Rg)?
Xn(a,eo(a)):a.g.document.body&&Yn(a.g.document.body,eo(a)),b.style.display="block",
a.ea=!0)}}function fo(a){a.eb=!0;if(!a.F&&Zn(a)&&(a.pa||!a.Qa)){var
b=a.j;b&&(ao(a),Hn(a,c=>{ce(c)},!0),Cn(a.m,b),co(a),a.F=!0,
(a=a.l.contentWindow)&&cm(a,"ig",{rr:"vis-aa"},"*",2))}}
function Xn(a,b,c=!0,d=!1){const e=a.D.top-b.top,f=S(a.g);f<e&&!d||
(Yn(a.g.document.body,b),a.D=b,c&&a.g.scrollTo(0,f-e))}function eo(a){Ln(a);const
b=Ad(a.g.document.body,"padding");"bottom"==a.v&&(b.bottom+=a.T.height+25);return
b}function Yn(a,b)
{a.style.paddingTop=b.top+"px";a.style.paddingRight=b.right+"px";a.style.paddingBot
tom=b.bottom+"px";a.style.paddingLeft=b.left+"px"}
function bo(a){Hn(a,b=>{vd(b,a.B);b.style.width="100%"},!1,!
0);a.l.style.display="block";a.l.style.margin="0 auto";if(a.ub){const
b=a.j;Yc(b,c=>{ad(c,d=>c===b&&/display|bottom/i.test(d)?!1:!
0);if("svg"===c.nodeName)return!1})}}function Ln(a){if("bottom"!==a.v&&"top"!
==a.v)throw Error("Unexpected position: "+a.v);}function Pn(a){!a.M||a.va||
2<=a.H&&a.P||!Zn(a)?Mn(a):(fo(a),co(a))}
function Wn(a,b){const c=a.ea?
$n(a,a.U):a.W.top;if("top"===a.v&&a.g.document.body&&a.M&&a.m&&a.F&&a.D.top!==c&&0!
==b){var d=id(a.D);null===b?(d.top=c,Xn(a,d)):
(0<b&&a.D.top>c&&(d.top=Math.max(c,a.D.top-b),Xn(a,d,!
1)),0>b&&a.D.top<c&&(d.top=Math.min(c,a.D.top-b),Xn(a,d,!1)))}}function go(a,b)
{if("top"==a.v&&a.M&&a.m&&a.F&&0>b){const
c=$n(a);a.fa<c&&(a.fa=Math.min(Math.floor(a.fa-
b),c),a.g.document.body.style.paddingTop=a.fa+"px")}}
function $n(a,b=!1){return Ug(Rg)?b?a.W.top+30:a.W.top+30+a.T.height-
5:a.T.height+30-5}
class ho extends In{constructor(a,b,c,d){var
e=Zi,f=Qd;super(a,b,d);this.A=e;this.Hb=f;this.J=this.xa=this.Z=0;this.tb=!
1;this.fa=0;this.va=!1;this.m=null;this.P=this.M=!
1;this.G=null;this.W=Ad(b.document.body,"padding");this.D=Ad(b.document.body,"paddi
ng");this.H=0;this.eb=this.F=!1;this.ea=!
0;this.v=c;this.B=Kn(this);this.T=null;this.ga=this.Qa=this.pa=this.cb=this.ub=this
.vb=!1;this.Jb=Dc(b||window).height/2;this.ab=Dc(b||
window).height;this.bb=Fc(b);this.U=this.Ca=!1;Mn(this);this.Ya=this.A.N(266,
()=>{Pn(this)});this.Za=this.A.N(267,()=>{Pn(this)});this.fb=this.A.N(268,
()=>{if(this.F&&this.j&&this.m){var g=this.m;g.G=S(g.X)}g=S(this.g);const h=g-
this.Z;Ug(Rg)?Wn(this,h):go(this,h);this.ga&&(0<h&&(this.J+=h),this.Ca=this.bb-
g<=this.ab,this.Z=g);Pn(this)});this.jb=this.A.N(269,
()=>{On(this)});this.mb=this.A.N(270,g=>{Qn(this,g)});this.ob=this.A.N(271,g=>{if(g
&&g.touches){this.G="touchmove";this.H=g.touches.length;this.P=!0;Pn(this);if(!
this.tb&&g.touches&&0!=g.touches.length&&g.touches[0]){g=
g.touches[0].pageY;var h=g-this.xa;this.xa=g;g=h}else g=0;0<g&&(this.J+=g);Ug(Rg)?
Wn(this,g):go(this,g)}});this.pb=this.A.N(272,g=>{g&&g.touches&&g.touches[0]&&(this
.G="touchstart",this.H=g.touches.length,this.P=!
1,Pn(this),this.xa=g.touches[0].pageY,this.tb=(g=g.target)&&"top"==this.v&&this.M&&
this.m&&An(this.m)&&1===g.nodeType?Jc(An(this.m),g):!1)});this.Ra=this.A.N(273,
()=>{this.ha()});J(a,"load",this.Ra);X(this,()=>K(a,"load",this.Ra))}ha()
{if(this.pa)return!1;this.pa=!0;K(this.l,"load",this.Ra);
if(this.Qa&&!this.eb)return!1;Pn(this);return!0}wa(){return Xd(this.g)}}var
io={ui:"gr",gvar:"ar",scroll_detached:"true",dismissable:"false"};class jo extends
ho{Y(a){return mf(a)}ha(){if(!super.ha())return!1;const a=nm(this.g,"top"===this.v?
3:2);a&&a.displayAdLoadedContent(!this.ga);return!0}wa(){if(this.B.width>Wd){var
a=this.g;var b=this.B.width;a=a.innerWidth>=b&&a.innerHeight>=(b>Wd?650:0)}else
a=super.wa();return a}};function ko(a,b,c){try{if(!fd(c.origin)||a.D&&!
$d(c,a.D.contentWindow))return}catch(f){return}const d=b.msg_type;let
e;"string"===typeof d&&(e=a.ab[d])&&a.J.ya(168,()=>{e.call(a,b,c)})}
class lo extends jl{constructor(a,b,c,d,e={})
{super();this.g=a;this.D=b;this.J=c;this.Qa=d;this.ab={};this.Hb=this.J.N(168,
(f,g)=>void ko(this,f,g));this.Gc=this.J.N(169,(f,g)=>{Rd(this.Qa,"ras::xsf",
{c:g.data.substring(0,500),u:this.g.location.href.substring(0,500)},!0,.1);return!
0});this.pa=[];this.ea(this.ab,e);this.pa.push(bm(this.g,"sth",this.Hb,this.Gc))}Fa
(){for(const a of this.pa)a();this.pa.length=0;super.Fa()}};class mo extends
lo{constructor(a,b=null){super(a,b,Zi,Qd);this.g=a}};class no extends
mo{constructor(a,b,c){super(a,b.l);a=this.j=b;if((b=a.j)&&!a.m){for(var d in io)!
io.hasOwnProperty(d)||d in c||
(c[d]=io[d]);a.vb="true"===c.use_manual_view||"top"===a.v||!!
Td(a.g).wasReactiveAdConfigReceived[2];a.ub="true"===c.use_important;if(d=c.af_l)a.
Qa="true"===d;a.ga="true"===c.wait_for_scroll||"top"==a.v;Tn(a,c);a.m=Un(a,c);c=a.B
.height+5;"bottom"==a.v&&xm(a.g)&&(c+=20);a.T=new
uc(a.B.width,c);a.Ca=a.ab>=a.bb;c=a.j;d=a.m&&An(a.m);c&&d&&("top"==a.v?
c.appendChild(d):c.insertBefore(d,
c.firstChild));Sn(a);a.M=!0;b.setAttribute("data-anchor-status","ready-to-
display")}fo(this.j)}ea(a){a.dismiss=jc(()=>{var b=this.j;b.m&&sn(b.m,!0)})}};var
oo=class extends Pb{constructor(a){super(a)}};function po(a){qo(a,!1);const
b=a.j;Hn(a,c=>{O(c,ro);ce(c)},!
0);a.l.setAttribute("width","");a.l.setAttribute("height","");P(a.l,ro);P(a.l,so);P
(b,to);ce(b);ce(a.l)}function qo(a,b){const c=a.j;b?uo(a,c):(O(c,
{display:"none"}),a.m&&O(a.m,
{display:"none"}),a.A&&(u.clearInterval(a.A),a.A=0),vo(a))}
function wo(a,b){const c=a.j;if(!b)return!1;var d=ji(b);if(!d||!d.m())return!
1;d=d.C;if(!d)return!1;a.m=a.g.document.createElement("ins");O(a.m,
{display:"inline-block",width:"100%"});Yg(a.m,d,ah[b.j]);a.B();O(c,
{position:"absolute"});qo(a,!0);return!0}function uo(a,b){O(b,
{display:"block"});a.A=u.setInterval(()=>a.B,250)}function vo(a){null!
=a.D&&(a.v.body.style.overflow=a.D);null!
=a.F&&(a.v.documentElement.style.overflow=a.F)}
function xo(a){const b=a.j,c=a.g.innerHeight;O(b,
{height:c+"px"});a.g.scrollTo(0,td(a.m).y);b&&(O(b,{top:"0"}),a.m&&O(a.m,
{height:c+"px"}),O(b,{position:"fixed"}),a.v.body&&"hidden"!
=a.v.body.style.overflow&&(a.D=a.v.body.style.overflow,a.F=a.v.documentElement.styl
e.overflow,a.v.body.style.overflow="hidden",a.v.documentElement.style.overflow="hid
den"))}
class yo extends In{constructor(a,b,c)
{super(a,b,c);this.D=null;this.A=0;this.F=null;this.G=0;this.v=b.document;this.m=nu
ll;this.H=0;po(this)}B(){if("hidden"!=this.v.body.style.overflow&&"fixed"!
=this.v.body.style.position){var a=this.j;const b=this.g.innerHeight;if(this.H<b)
{const c={height:b+"px"};O(a,c);this.m&&O(this.m,c);this.H=b}
(a=this.j)&&this.m&&(this.G=td(this.m).y,a.style.top!=this.G+"px"&&O(a,
{top:this.G+"px"}))}}}
var
to={backgroundColor:"white",opacity:"1",position:"fixed",left:"0px",top:"0px",displ
ay:"none !
important",zIndex:"2147483646"},ro={width:"100%",height:"100%",zIndex:"2147483646"}
,so={left:"0",position:"absolute",top:"0"};var zo=(a,b)=>{var
c=a.document.body;if(!c||!b)return dj("sci_evt",
{amacerr:1},.1),null;b=Fb(b,Mk,1);var d=[];for(var e=0;e<b.length;e++){var
f=b[e];var g=e,h=a,l=Cb(f,Dg,1);if(l){var k;if(k=l){var m=G(k,7);if(G(k,1)||
k.getId()||0<Ab(k).length){m=Ab(k);var
n=G(k,3),q=G(k,1),t="";q&&(t+=q);n&&(t+="#"+ug(n));if(m)for(n=0;n<m.length;n+
+)t+="."+ug(m[n]);k=(m=t)?new wg(m,G(k,2),G(k,5),Vk(G(k,6))):null}else k=m?new
wg(m,G(k,2),G(k,5),Vk(G(k,6))):null}else k=null;(m=k)?(k=Yk[G(f,2)],t=void 0===k?
null:k,
null===t?f=null:(k=(k=Cb(f,Kk,3))?zb(k,3):null,m=new
bl(m,t),t=yb(f,10,0).slice(0),null!=G(l,5,!1)&&t.push(1),l=G(f,12),t=void 0!
==Bb(f,Lg,4)?Cb(f,Lg,4):null,f=1==G(f,8)?new gl(m,new
Zk(Xk(Cb(f,Kk,3),null)),k,0,t,h,g,l,f):2==G(f,8)?new gl(m,new
$k(f),k,1,t,h,g,l,f):null)):f=null}else f=null;null!==f&&d.push(f)}b=new
am(d,a);d=a.innerHeight;a=a.innerWidth;e=new Hl;f=[0];e.m=f;e.j.push(new
Bl(f));e.j.push(new Cl);e.g.push(new yl);a=Gl(Fl(e,.85*a,a),d);a.g.push(new
Al);a.l=1;a=a.build();a=Yl(b,a)[0]||
null;if(!a)return null;c={node:(new cf(c,!1)).g(a.g)||void 0,xb:void 0,identifier:
{}};if(!c.node)throw Error("amac:n");b=ol(a.ra.g.g);if(null===b)throw
Error("amac:p");return(c=(new mj(c,b)).build())?{nb:c,Fc:a.Na.g}:null},Ao=a=>{var
b=new Gd;b.g=!0;b.v=.85;b.j=1;b.m=25;b.l=a.innerHeight;b.A=!0;b=b.build();return
Ek(a,b)};function Bo(a){const b=Zd(a,!0),c=R(a).scrollWidth,d=R(a).scrollHeight;let
e="unknown";a&&a.document&&a.document.readyState&&(e=a.document.readyState);var
f=S(a);const g=[];var h=[];const l=[],k=[];var m=[],n=[],q=[];let
t=0,r=0,v=Infinity,A=Infinity,C=null;var D=Ij({Pb:!1},a);for(const ea of D)
{D=ea.getBoundingClientRect();const Ya=b-(D.bottom+f);var w=void 0,F=void
0;if(ea.className&&-1!=ea.className.indexOf("adsbygoogle-ablated-ad-slot"))
{w=ea.getAttribute("google_element_uid");F=a.google_sv_map;
if(!w||!F||!F[w])continue;a:{var
M=F[w];w=Number(M.google_ad_width);F=Number(M.google_ad_height);if(!(0<w&&0<F)){b:
{try{const Z=String(M.google_ad_format);if(Z&&Z.match){const ka=Z.match(/(\d+)x(\
d+)/i);if(ka){const pb=parseInt(ka[1],10),Na=parseInt(ka[2],10);if(0<pb&&0<Na){var
la={width:pb,height:Na};break b}}}}catch(Z){}la=null}M=la;if(!M){w=null;break
a}w=0<w?w:M.width;F=0<F?F:M.height}w={width:w,height:F}}w=(F=w)?F.height:0;F=F?
F.width:0}else if(w=D.bottom-D.top,F=D.right-D.left,1>=w||1>=F)continue;
g.push(w);l.push(F);k.push(w*F);ea.className&&-1!=ea.className.indexOf("google-
auto-placed")?(r+=1,ea.className&&-1!
=ea.className.indexOf("pedestal_container")&&(C=w)):
(v=Math.min(v,Ya),n.push(D),t+=1,h.push(w),m.push(w*F));A=Math.min(A,Ya);q.push(D)}
v=Infinity===v?null:v;A=Infinity===A?
null:A;f=Co(n);q=Co(q);h=Do(b,h);n=Do(b,g);m=Do(b*c,m);la=Do(b*c,k);return new
Eo(a,
{jc:e,Xb:b,wc:c,vc:d,Wb:t,Kb:r,Lb:Fo(g),ec:Fo(l),cc:Fo(k),tc:f,rc:q,qc:v,oc:A,ic:h,
hc:n,bc:m,ac:la,xc:C})}
function
Go(a,b=0){a=Bo(a);return((a.g.Lb||0)*(a.g.Wb+a.g.Kb)+b)/(a.g.Xb+b)}function Ho(a,b)
{const c=Lc()&&!
(900<=R(a.j).clientWidth),d=ua([],e=>xa(a.l,e)).join(",");return{wpc:"",su:b,eid:d,
doc:a.g.jc,pg_h:Y(a.g.Xb),pg_w:Y(a.g.wc),pg_hs:Y(a.g.vc),c:Y(a.g.Wb),aa_c:Y(a.g.Kb)
,av_h:Y(a.g.Lb),av_w:Y(a.g.ec),av_a:Y(a.g.cc),s:Y(a.g.tc),all_s:Y(a.g.rc),b:Y(a.g.q
c),all_b:Y(a.g.oc),d:Y(a.g.ic),all_d:Y(a.g.hc),ard:Y(a.g.bc),all_ard:Y(a.g.ac),pd_h
:Y(a.g.xc),dt:c?"m":"d"}}
class Eo{constructor(a,b){this.j=a;this.g=b;this.l="633794002 633794005 21066126
21066127 21065713 21065714 21065715 21065716 42530887 42530888 42530889 42530890
42530891 42530892 42530893".split(" ")}}function Fo(a){return
sc.apply(null,ua(a,b=>0<b))||null}function Do(a,b){return 0>=a?
null:rc.apply(null,b)/a}
function Co(a){let b=Infinity;for(let e=0;e<a.length-1;e++)for(let
f=e+1;f<a.length;f++){var c=a[e],d=a[f];c=Math.max(Math.max(0,c.left-
d.right,d.left-c.right),Math.max(0,c.top-d.bottom,d.top-
c.bottom));0<c&&(b=Math.min(c,b))}return Infinity!==b?b:null}function Y(a){return
null==a?null:Number.isInteger(a)?a.toString():a.toFixed(3)};function Io(a,b){var
c;if(!(c=null==b)){try{b.setItem("__storage_test__","__storage_test__");const
e=b.getItem("__storage_test__");b.removeItem("__storage_test__");var
d="__storage_test__"===e}catch(e){d=!1}c=!d}b=c?null:Bm(b);a.g=b;if(b=!!
a.g)a=a.g,b=!!a&&1>a.length;return b}function Jo(a,b){try{if(!b||!Io(a,b))return!
1;a.g.push(Date.now());const c=JSON.stringify(a.g);b.setItem("__lsv__",c);return
b.getItem("__lsv__")==c}catch(c){return!1}}class Ko{constructor()
{this.g=null}};function Lo(a,b){if(a.ha)Promise.resolve(!1);else{a.ha=!
0;b=be(b);a.Z="true"===b["i-fvs"];var
c=b.i_expid;c&&(a.M=c);b.qid&&(a.P=b.qid);a.B=parseFloat(b.den_lim)||
0;b=parseInt(b.sti_lt,10);isNaN(b)||(a.U=b);a.H=!0;if(Mo(a))Promise.resolve(!
1);else{var d=new em,e=()=>{No(a,{nip:1,ph:Zd(a.g,!
0),vh:a.g.innerHeight,iplt:Date.now()-a.T,ama:a.K,url:a.g.location?
a.g.location.href:void 0},.1);a.F.push("Could not locate a suitable placement in
the content below the fold.");om(a.g,a.F);d.resolve(!1)},f=(g,
h)=>{No(a,{iplt:Date.now()-
a.T,ama:a.K,y:h},.01);d.resolve(Oo(a,g))};a.T=Date.now();a.K?
(b=zo(a.g,a.Ca))&&a.H&&!Mo(a)?f(b.nb,b.Fc):(No(a,
{amacerr:1},.1),e()):Ao(a.g).then(g=>{if(a.H&&!Mo(a))return
g.aa().then(h=>{if(h.g)var l=h.g;else h.oa||(ii(h,!1),h.l()),l=h.oa,!
h.g&&l&&(h.g=l.j()),l=h.g;f(h,l?l.top:-1)},e);d.resolve(!1)})}}}function Mo(a)
{return a.Z?!1:Td(a.g).wasReactiveAdVisible[8]?(No(a,{vigs:1},.1),!0):!1}
function No(a,b,c){b=b||
{};a.P&&(b.qid=a.P);a.M&&(b.eid=a.M);a.j&&(b.tsl=Date.now()-
a.j);a.W&&(b.tslo=Date.now()-
a.W,b.tl=a.wa);a.D.src&&(b.req=a.D.src);dj("sci_evt",b,c)}function Oo(a,b)
{Po(a)&&Qo(a)&&wo(a.l,b)&&(a.j=Date.now(),Ro(a),a.Z?So(a):a.Y.call(a.g,
()=>To(a)));om(a.g,a.F);return!!a.j}function Uo(a){a.G=!0;a.m=!1;qo(a.l,!
1);a.v&&(K(a.g,"orientationchange",a.v),a.v=null);a.A&&(K(a.g,"resize",a.A),a.A=nul
l)}
function Po(a){const b=a.g.innerHeight;if(!b)return!1;var
c=a.g;c=R(c).scrollWidth<=R(c).clientWidth;let d;if(!Xd(a.g))return No(a,
{lnd:1},.1),a.F.push("Landscape is not supported"),!
1;if(a.B&&(d=Go(a.g,b))>a.B)return
No(a,Object.assign({den:d,lim:a.B},Ho(Bo(a.g),a.g.location.hostname)),1),a.F.push(`
Insertion would cause ad density greater than ${100*a.B}%.`),!1;c||No(a,
{fd:1},.1);return!0}function Qo(a){return a.fa?!0:Io(U(Ko),a.ga)}
function Ro(a){a.v=cj(519,()=>{!a.G&&a.m&&No(a,{tto:Date.now()-a.j,por:Xd(a.g)?
1:0},.1)});J(a.g,"orientationchange",a.v);a.A=cj(520,()=>{a.G||(a.l.B(),a.m&&No(a,
{ttre:Date.now()-a.j},.1))});J(a.g,"resize",a.A)}function So(a){a.va||
(a.D.contentWindow.postMessage(JSON.stringify({msg_type:"i-view"}),"https://
googleads.g.doubleclick.net"),a.va=!0)}
function To(a){if(!a.G)if(Mo(a))Uo(a);else{var
b=a.l.j.getBoundingClientRect().top,c=a.g.innerHeight;a.l.B();.5<=(c-b)/
c&&So(a);b<c&&(Td(a.g).wasReactiveAdVisible[9]=!0,a.fa||Jo(U(Ko),a.ga),a.xa=!
0);0>=b?(0<=a.U&&Vo(a),No(a,{sice:!0,vh:c,gvto:b},.1)):a.Y&&a.Y.call(a.g,
()=>To(a))}}function Vo(a){a.W=Date.now();a.m=!0;a.wa+
+;xo(a.l);u.setTimeout(()=>{if(a.m){a.m=!1;var b=a.l;const c=b.j;O(c,
{top:td(b.m).y+"px"});O(c,{position:"absolute"});vo(b)}},Math.max(0,a.U))}
class Wo extends mo{constructor(a,b,c,d,e,f)
{super(a,b);this.ga=f;this.fa=d;this.G=!1;this.M=null;this.Z=this.H=this.ha=!
1;this.F=[];this.m=!
1;this.wa=this.W=this.j=0;this.A=this.v=this.P=null;this.Y=u.requestAnimationFrame|
|u.webkitRequestAnimationFrame||u.mozRequestAnimationFrame||
u.oRequestAnimationFrame||u.msRequestAnimationFrame;this.va=!1;this.l=new
yo(b,a,e);this.xa=!1;this.T=this.U=0;this.K=Ib(c,1,!
1);this.Ca=Cb(c,Ok,2);this.B=0}ea(a){a["sti-fill"]=b=>{Lo(this,b)};a["i-
no"]=()=>{this.H=!1;
!this.xa&&this.j&&Uo(this)}}};class Xo extends rm{constructor(){super();this.F=!
1;this.B=null;this.L=!1}D(a){this.F=!!a.enableAma;var b=a.amaConfig;if(b)try{var
c=Nb(Ok,b)}catch(d){c=null}else
c=null;this.B=c;Array.isArray(a.fillMessage)&&(this.L=!0);return!0}};class
Yo{verifyAndProcessConfig(a,b,c){var
d=Td(a);if(d.wasReactiveAdConfigReceived[9])return!1;const e=new Xo;if(!
qm(e,b))return!1;d.wasReactiveAdConfigReceived[9]=!0;if(!e.j&&!Io(U(Ko),c))return!
1;b=Ic(document,"INS");b.className="adsbygoogle";O(b,
{display:"none"});a.document.documentElement.appendChild(b);c=e.A||
{};c.google_ad_client=e.l;c.google_ad_height=R(a).clientHeight||
0;c.google_ad_width=R(a).clientWidth||0;c.google_reactive_ad_format=9;d=new
oo;H(d,1,e.F);e.B&&Gb(d,2,e.B);e.L&&H(d,3,!0);
a:{lb=!0;try{var f=JSON.stringify(d.toJSON(),Qb);break a}finally{lb=!1}f=void
0}c.google_rasc=f;e.j&&(c.google_adtest="on");Sm(b,c,a);return!0}};var ap=class
extends mo{constructor(a,b){super(a,b.l);this.j=b}ea(a){a.dismiss=()=>{var
b=this.j;Zo(b,-30);$o(b,"dismissed")}}};var cp=(a,b)=>{if(!a.body)return null;const
c=new bp;c.apply(a,b);return()=>{P(a.body,
{filter:c.g,webkitFilter:c.g,overflow:c.l,position:c.m,top:c.v});b.scrollTo(0,c.j)}
};class bp{constructor(){this.g=this.v=this.m=this.l=null;this.j=0}apply(a,b)
{this.l=a.body.style.overflow;this.m=a.body.style.position;this.v=a.body.style.top;
this.g=a.body.style.filter?
a.body.style.filter:a.body.style.webkitFilter;this.j=S(b);P(a.body,"top",-
this.j+"px")}};function dp(a,b){const c=a.j;if(c)if(b){b=a.A;if(null==b.g){var
d=b.j;const e=d.g.nextRestrictionId+
+;d.g.maxZIndexRestrictions[e]=2147483646;ln(d);b.g=e}O(c,
{display:"block"});a.v.body&&!
a.m&&(a.m=cp(a.v,a.g));c.setAttribute("tabindex","0");c.setAttribute("aria-
hidden","false");a.v.body.setAttribute("aria-hidden","true")}else b=a.A,null!
=b.g&&(d=b.j,delete d.g.maxZIndexRestrictions[b.g],ln(d),b.g=null),O(c,
{display:"none"}),a.m&&(a.m(),a.m=null),a.v.body.setAttribute("aria-
hidden","false"),c.setAttribute("aria-hidden",
"true")}function ep(a){dp(a,!1);const b=a.j;b&&(Hn(a,c=>{O(c,fp);ce(c)},!
0),a.l.setAttribute("width",""),a.l.setAttribute("height",""),P(a.l,fp),P(a.l,gp),P
(b,hp),P(b,{background:"transparent"}),O(b,
{display:"none",position:"fixed"}),ce(b),ce(a.l))}class ip extends
In{constructor(a,b,c){super(a,b,c);this.m=null;this.v=b.document;a=new
on(b);this.A=new pn(a)}}
var
hp={backgroundColor:"white",opacity:"1",position:"fixed",left:"0px",top:"0px",margi
n:"0px",padding:"0px",display:"none",zIndex:"2147483647"},fp={width:"100vw",height:
"100vh"},gp={left:"0",position:"absolute",top:"0"};class jp extends
ip{constructor(a,b,c){super(b,a,c);ep(this)}Y(a){return mf(a)}};function kp(a)
{a=a.match(Mc);const b=a[6];return(a[5]||"")+(b?"?"+b:"")||"/"}function lp(a,b){b?
a.g=new RegExp("\\b("+b.join("|").toLowerCase()+")\\b","ig"):a.g=null}function
mp(a,b,c,d,e){if(!c)return!1;switch(b.target){case "_top":case "_parent":break;case
"":case "_self":if(e)return!1;break;default:return!1}return!d||
np(a,d)&&kp(c)==a.m?!1:!0}function np(a,b){return
b.replace(op,"")==a.l.replace(op,"")}
function pp(a,b,c){if(wa(["data-google-vignette","data-google-
interstitial"],f=>"false"===b.getAttribute(f)||!1))return!1;const
d=b.href,e=d&&(d.match(Mc)[3]||null);if(!mp(a,b,d,e,c))return!1;a.j=!!
e&&np(a,e);return a.j||!c&&!Kj(b)&&/^https?:\/\//i.test(d)&&!/((facebook|whatsapp|
youtube|google)\.com)|\/ads?\//i.test(d)}
function qp(a,b){if(!b||!a.g)return[];var c=[];Em(b,c,!0,!
0);b=c.join("");b=b.replace(Fm,"
").replace(Gm,"");b=b.replace(Hm,"");b=b.replace(Im," ");" "!
=b&&(b=b.replace(Jm,""));if(!
b)return[];a=b.match(a.g);b=[];for(c=0;a&&c<a.length;c++){const
d=a[c].toLowerCase();0<=sa(b,d)||b.push(d)}return b}class rp{constructor(a)
{this.g=null;this.l=a.match(Mc)[3]||"";this.m=kp(a);this.j=!1}}var op=/^(www\.|m\.|
mobile\.)*/i;function sp(a){a.j?.setAttribute("data-vignette-
loaded","true")}function tp(a,b,c)
{a.xa&&(b.qid=a.xa);a.wa&&(b.eid=a.wa);a.ga&&(b.lnk=a.ga.substr(0,100),a.B.j||
(b.inter="1"));const d=Jh();d&&(b.ns=String(d));b.fs=String(Ih()-
a.v);b.req=a.D.src;b.ptt=9;null!=a.F&&(b.comm=!0);Rd(a.Qa,"ia_evt",b,!0,c)}function
up(a){a.F&&(fm(a.F).then(()=>{sp(a.M);vp(a)}),gm(a.F).then(()=>void
wp(a)),hm(a.F).then(()=>{a.U=!0}))}function vp(a){a.j||(a.j=Ih(),xp(a),tp(a,
{aflvr:!0,al:a.j-a.v},.01))}
function wp(a){tp(a,{dis:Date.now()-a.A,dha:Number(a.Z)},.01);if(a.Z)yp(a)?
a.g.history.back():zp(a);else if(u.setTimeout(()=>{zp(a)},1E3),a.l){var
b=Date.now();a.g.addEventListener("pagehide",()=>{tp(a,{pg_hid:Date.now()-
b},.01)});a.W&&(a.fa=!1);Ap(a,a.l.href)}}function xp(a){if(!a.m)
{a.m=a.J.N(527,d=>Bp(a,d));var b=a.Ya?{}:lc;J(a.g.document,"click",a.m,b);var
c=a.g.frames;for(let d=0;d<c.length;d++)try{a.cb(c[d].frameElement)||
J(c[d].document,"click",a.m,b)}catch(e){}}}
function yp(a){return-1!=a.g.location.hash.indexOf("google_vignette")}function
zp(a){a.A&&(a.va=!
0,a.m&&(K(a.g.document,"click",a.m),a.m=null),a.H&&a.H.parentNode&&(a.H.parentNode.
removeChild(a.H),a.H=null),a.G&&a.G.parentNode&&(a.G.parentNode.removeChild(a.G),a.
G=null),dp(a.M,!1),a.bb())}
function Ap(a,b){a=a.g.location;b=nd(b,md)||ac;if(b instanceof $b)var c=b
instanceof $b&&b.constructor===$b?b.g:"type_error:SafeUrl";else{b:{try{c=new
URL(b)}catch(d){c="https:";break b}c=c.protocol}c="javascript:"!==c?b:void 0}void
0!==c&&a.replace(c)}function Cp(a){if(a.ob){var b=a.g.innerWidth/a.K.width-
1;if(0>b&&Math.abs(b)>a.fb)return!1;b=a.g.innerHeight/a.K.height-1;return
0>b&&Math.abs(b)>a.fb?!1:!0}return a.K.width<a.K.height===Xd(a.g)}
function Dp(a,b){var c=Ih(),d=!
Td(a.g).wasReactiveAdVisible[9],e=qp(a.B,b),f=.05>Math.abs(Yd(a.g)-
1);b=Cp(a);if(864E5>c-a.v&&a.P&&!a.U&&!yp(a)&&a.j&&(a.Ra||d)&&!
e.length&&f&&b)b=null;else{var g=new nh;c=I(g,1,c,0);c=I(c,2,864E5,0);c=I(c,3,a.P,!
1);c=I(c,4,a.U,!1);c=I(c,5,yp(a),!1);c=I(c,6,!!a.j,!1);a=I(c,7,a.Ra,!1);d=I(a,8,!
d,!1);if(null==e)e=qb;else{for(a=0;a<e.length;a++);B(e,5)}d=H(d,9,e);f=I(d,10,f,!
1);b=I(f,11,b,!1)}return b}
function Ep(a,b,c)
{a=Qc("LINK",a.g.document);a.setAttribute("rel",c);a.setAttribute("href",b);return
a}function Fp(a,b){for(b=b.target;b;){if("A"==b.nodeName)
{if(pp(a.B,b,b.ownerDocument!=a.g.document))return b;break}b=b.parentElement}return
null}
function Bp(a,b){if(!b||b.defaultPrevented||a.A||a.L){var
c=vh(sh(1),a.v);a.j&&H(c,4,a.j)}else if(a.l)c=vh(sh(2),a.v),a.j&&H(c,4,a.j);else
if(c=Fp(a,b)){var d=Dp(a,c);d?(Gp(a,c,!1),c=uh(vh(sh(4),a.v),d),a.j&&H(c,4,a.j)):
(a.l=c,gd(b),b.preventDefault=()=>b&&(b.preventDefaultTriggered_=!
0),c=vh(sh(5),a.v),a.j&&H(c,4,a.j),u.setTimeout(y(a.ub,a,b),0))}else
c=vh(sh(3),a.v),a.j&&H(c,4,a.j)}
function Gp(a,b,c){const d=a.g;var e=Td(d);const f=!
Cp(a);e={zm:Number(.05>Math.abs(Yd(d)-
1)),sz:Number(f),fc:Number(a.P),vp:Number(yp(a)),al:Number(!!a.j),fsi:Number(!!
e.wasReactiveAdVisible[9]),ag:Number(864E5>Ih()-a.v)};c&&(e.wsdojl=!
0);f&&(e.rs_sz=`${a.K.width}x${a.K.height}`,e.cr_sz=`${d.innerWidth}x$
{d.innerHeight}`);b=qp(a.B,b);b.length&&(e.sw=b.join());a.ha&&(e.ts=a.ha);tp(a,e,.0
1)}
var Hp=class extends lo{constructor(a,b,c,d,e,f){var g=Qd,h=Ug(Pg);super(a,b,c,g,
{fullscreenApi:h});this.j=NaN;this.va=!1;this.l=null;this.Z=!1;this.wa=f.i_expid??
null;this.v=Ih();this.P=!0;this.U=!1;this.Ra="true"===f["i-fvs"];this.fa=!
0;this.ga=null;this.A=0;this.xa=f.qid??null;this.m=this.H=this.G=null;this.W=void
0;this.ha=null;this.M=d;this.B=new
rp(a.location.href);this.K=e;this.ob="true"===f.check_screen_change;this.fb=Number.
isNaN(Number(f.screen_size_threshold))?0:Number(f.screen_size_threshold);
this.tb="true"===f.iobs&&!!this.g.IntersectionObserver;this.Jb=jc(()=>void tp(this,
{tth:Date.now()-
this.A},.01));this.Ya="true"===f.click_bubble;lp(this.B,f.stop_word?.split(";")??
null);this.F=h?km(a,b.contentWindow,c,g):null;up(this);this.Ya||xp(this)}ea(a,b)
{a["i-blur"]=()=>{this.Z=!0;this.W&&(this.fa=!0)};a["i-no"]=c=>{this.P=!
1;this.ha=c.i_tslv?c.i_tslv:null};b.fullscreenApi||(a["i-adframe-
load"]=()=>{sp(this.M);const c=U(Tg).l(Sg.g,Sg.defaultValue);0<c?
setTimeout(()=>vp(this),c):vp(this)},a["i-dismiss"]=
()=>{wp(this)},a.i_iif=()=>{this.U=!0})}pb(){this.fa&&(yp(this)?(tp(this,
{fnv:1},.01),Ap(this,this.l.href)):(this.Jb(),zp(this)))}Fa()
{super.Fa();yp(this)&&Ap(this,this.l.href);this.m&&(K(this.g.document,"click",this.
m),this.m=null)}bb(){}cb(){return!1}ub(a){if(this.A||!this.l||
this.L)oh(1);else{a=a.preventDefaultTriggered_;var
b=pp(this.B,this.l,this.l.ownerDocument!=this.g.document),c=Dp(this,this.l);a||!b||
c?(Gp(this,this.l,a),b=rh(qh(oh(2),a),b),c&&Gb(b,4,c),a?
this.l=null:Ap(this,this.l.href)):
this.eb()?(tp(this,{lif:Ih(),lase:this.j,latt:!!this.M.j?.getAttribute("data-
vignette-loaded"),t:9},.1),this.A=Date.now(),a=rh(qh(oh(4),a),b),c=!!
this.M.j?.getAttribute("data-vignette-loaded"),a=I(a,6,c,!
1),H(a,5,this.A),Td(this.g).wasReactiveAdVisible[8]=!
0,this.ga=this.l.href.substr(0,100),this.tb||(this.F?u.IntersectionObserver||
this.F.Nb.postMessage(JSON.stringify({eventType:"visible",googMsgType:"fullscreen"}
),"*"):this.D.contentWindow.postMessage(JSON.stringify({msg_type:"i-
view"}),"*")),a=
this.l.href,this.H=Ep(this,a,"prerender"),this.G=Ep(this,a,"prefetch"),this.g.docum
ent.body.appendChild(this.H),this.g.document.body.appendChild(this.G),yp(this)||
(this.g.location.hash="google_vignette"),this.W=this.J.N(526,y(this.pb,this)),u.set
Timeout(ja(J,this.g,"hashchange",this.W),0),a=this.J.N(528,y(this.vb,this)),J(this.
g,"pagehide",a),dp(this.M,!0)):(rh(qh(oh(3),a),b),Ap(this,this.l.href))}}eb()
{return!0}vb(){this.va||tp(this,{ttr:Date.now()-this.A},.01);zp(this)}};function
Ip(a,b){b=b||a.g.document;if(!b.getElementById("vignette-style-id")){var
c=Ac(b).createElement("STYLE");c.id="vignette-style-
id";c.textContent="a.google_vignette_inst {border:1px solid
#000;color:#6c12b9}";b.head.appendChild(c);a.T.push(c)}}function Jp(a,b,c){let
d=0;for(let e=b.links.length;0<=e;e--){const
f=b.links[e];f&&(f.classList.remove("google_vignette_inst"),pp(a.B,f,c)&&!
qp(a.B,f).length&&(d++,f.classList.add("google_vignette_inst")))}return d}
class Kp extends Hp{constructor(a,b,c,d,e,f,g){super(a,b,Zi,new
jp(a,b,e),d,g);this.mb=f;this.T=[];this.Y=0;this.Za=Bi(this.g.location,"google_ia_d
ebug");this.jb=c;this.Za&&(this.Ca(),this.Y=u.setInterval(y(this.Ca,this),5E3))}bb(
){if(this.Za){for(let b=0;b<this.T.length;++b){var a=this.T[b];(a=a.ownerNode||
a.owningElement||
a)&&a.parentNode&&a.parentNode.removeChild(a)}this.T=[];this.Y&&u.clearInterval(thi
s.Y)}}Ca(){let a=Jp(this,this.g.document,!1);Ip(this);var b=this.g.frames;for(let
c=0;c<b.length;c++)try{a+=
Jp(this,b[c].document,!0),Ip(this,b[c].document)}catch(d){}b=nm(this.g,1);null!
=b&&b.setLinksInstrumented(a)}eb(){return
this.jb||Jo(U(Ko),this.mb)}cb(a){return/aswift_[0-9]+/.test(a.id)}};function Lp(a)
{const b=a.j.document.createElement("span"),c=Math.round((Mp(a)-50)/2);O(b,
{background:"#FAFAFA",position:"absolute",left:c+"px",right:c+"px",top:Np(a)
+5+"px","box-shadow":"rgba(0, 0, 0, 0.5) 0px 1px 5px -1px, rgba(0, 0, 0, 0.1) 0px -
1px 2px -1px"});b.className=`${a.l}-side-rail-dismiss-
btn`;b.appendChild(Op(a));const d=()=>{a.B()};J(b,"click",d);X(a,
()=>K(b,"click",d));return b}function Np(a){return Number(xd(a.g).height||
a.g.height)}
function Mp(a){return Number(xd(a.g).width||a.g.width)}
function Op(a){var b=a.j.document;const
c=b.createElementNS("http://www.w3.org/2000/svg","svg");O(c,
{position:"absolute",top:"0px",display:"block",width:"50px",height:"30px","margin-
top":"-5px",transform:"none","pointer-events":"initial"});var
d=b.createElementNS("http://www.w3.org/2000/svg","defs"),e=b.createElementNS("http:
//www.w3.org/2000/svg","filter");a=`${a.l}-side-rail-drop-
shadow`;e.setAttribute("id",a);e.setAttribute("filterUnits","userSpaceOnUse");e.set
Attribute("color-interpolation-filters",
"sRGB");var
f=b.createElementNS("http://www.w3.org/2000/svg","feComponentTransfer");f.setAttrib
ute("in","SourceAlpha");f.setAttribute("result","TransferredAlpha");var
g=b.createElementNS("http://www.w3.org/2000/svg","feFuncR");g.setAttribute("type","
discrete");g.setAttribute("tableValues","0.5");f.appendChild(g);g=b.createElementNS
("http://www.w3.org/2000/
svg","feFuncG");g.setAttribute("type","discrete");g.setAttribute("tableValues","0.5
");f.appendChild(g);g=b.createElementNS("http://www.w3.org/2000/svg",
"feFuncB");g.setAttribute("type","discrete");g.setAttribute("tableValues","0.5");f.
appendChild(g);e.appendChild(f);f=b.createElementNS("http://www.w3.org/2000/
svg","feGaussianBlur");f.setAttribute("in","TransferredAlpha");f.setAttribute("stdD
eviation","2");e.appendChild(f);f=b.createElementNS("http://www.w3.org/2000/
svg","feOffset");f.setAttribute("dx","0");f.setAttribute("dy","0");f.setAttribute("
result","offsetblur");e.appendChild(f);f=b.createElementNS("http://www.w3.org/
2000/svg","feMerge");f.appendChild(b.createElementNS("http://www.w3.org/2000/svg",
"feMergeNode"));g=b.createElementNS("http://www.w3.org/2000/
svg","feMergeNode");g.setAttribute("in","SourceGraphic");f.appendChild(g);e.appendC
hild(f);d.appendChild(e);c.appendChild(d);d=b.createElementNS("http://www.w3.org/
2000/svg","path");d.setAttribute("d","M5,5 L5,17 A8,8 0 0,0 13,25 L37,25 A8,8 0 0,0
45,17 L45,5 Z");d.setAttribute("stroke","#FAFAFA");d.setAttribute("stroke-
width","1");d.setAttribute("fill","#FAFAFA");d.style.setProperty("filter",`url(#$
{a})`);c.appendChild(d);d=b.createElementNS("http://www.w3.org/2000/svg",
"rect");d.setAttribute("x","0");d.setAttribute("y","0");d.setAttribute("width","50"
);d.setAttribute("height","5");d.style.setProperty("fill","#FAFAFA");c.appendChild(
d);d=b.createElementNS("http://www.w3.org/2000/
svg","g");d.setAttribute("stroke","#616161");d.setAttribute("stroke-
width","2px");d.setAttribute("stroke-
linecap","square");e=b.createElementNS("http://www.w3.org/2000/
svg","line");e.setAttribute("x1","18");e.setAttribute("y1","18");e.setAttribute("x2
","25");e.setAttribute("y2","12");d.appendChild(e);
b=b.createElementNS("http://www.w3.org/2000/
svg","line");b.setAttribute("x1","25");b.setAttribute("y1","12");b.setAttribute("x2
","32");b.setAttribute("y2","18");d.appendChild(b);c.appendChild(d);return c}
var Pp=class extends jl{constructor(a,b,c,d,e)
{super();this.g=a;this.j=b;this.m=c;this.l=d;this.B=e;a=this.j.document.createEleme
nt("span");a.className=`${this.l}-side-rail-edge`;O(a,
{background:"#FAFAFA",position:"absolute",left:"0px",top:Np(this)
+"px",width:Mp(this)+"px",height:"5px","box-shadow":"rgba(0, 0, 0, 0.5) 0px 1px 5px
-1px, rgba(0, 0, 0, 0.1) 0px -1px 2px -
1px"});this.v=a;this.A=Lp(this);this.m.appendChild(this.v);this.m.appendChild(this.
A)}};function $o(a,b){"dismissed"!==a.m&&(a.m=b,a.j.setAttribute("data-side-rail-
status",a.m))}
function Qp(a,b){if("dismissed"===a.m)var c=!1;else{c=a.j;var d=a.g;var
e=a.position;var f=a.g.innerWidth,g=a.g.innerHeight,h=new
Set([c]),l=a.B.width+15,k=a.B.height+35,m=Td(d).sideRailAvailableSpace,n=m,q={X:d,O
:f,R:g,Bb:h},t=`f-${Nm(q.O)}x${Nm(q.R)}`;if(!n.has(t))
{n.set(t,0);Td(q.X).sideRailProcessedFixedElements.clear();t=new
Set([...Array.from(q.X.document.querySelectorAll("[data-anchor-status],[data-side-
rail-status]")),...q.Bb]);for(var r of Mm(q.X))Km(r,t)||Rm(r,n,q)}const
F=[];q=.9*g;const M=
S(d);let la=n=(g-q)/2;const ea=q/11;for(let Ya=0;12>Ya;Ya++){r=F;t=r.push;b:{var
v=la;var A=e,C=m,D={X:d,O:f,R:g,Bb:h};const
Z=Pm({position:A,Ta:v,O:D.O,R:D.R}),ka=Om({position:A,Ta:v,scrollY:M,O:D.O,R:D.R});
if(C.has(ka)){v=Qm(C.get(Z),C.get(ka));break b}const pb="left"===A?20:D.O-20;let
Na=pb;A=.3*D.O/7*("left"===A?1:-1);for(let Ji=0;8>Ji;Ji++){const
Wc=um(D.X.document,Math.round(Na),Math.round(v));var w=Km(Wc,D.Bb);const
Ki=Lm(Wc,D.X);if(!w&&null!==Ki){Rm(Ki,C,D);C.delete(ka);break}w||
(w=Wc.offsetHeight>=
.25*D.R,w=Wc.offsetWidth>=.9*D.O&&w);if(w)C.set(ka,Math.round(Math.abs(Na-pb)
+20));else
if(Na!==pb)Na-=A,A/=2;else{C.set(ka,0);break}Na+=A}v=Qm(C.get(Z),C.get(ka))}t.call(
r,v);la+=ea}d=F;f=Math.round(q/
12);g=Math.round(n);n=[];h=Array(d.length).fill(0);for(m=0;m<d.length;m++){for(;0!
==n.length&&d[n[n.length-1]]>=d[m];)n.pop();h[m]=0===n.length?0:n[n.length-
1]+1;n.push(m)}n=[];q=d.length-1;m=Array(d.length).fill(0);for(r=q;0<=r;r--)
{for(;0!==n.length&&d[n[n.length-1]]>=d[r];)n.pop();m[r]=0===n.length?
q:n[n.length-1]-1;n.push(r)}n=null;for(q=0;q<d.length;q+
+)if(r={position:e,width:Math.round(d[q]),height:Math.round((m[q]-h[q]
+1)*f),Dc:g+h[q]*f},r.width>=l&&r.height>=k){n=r;break}(e=n)?(l=Math.round(e.width-
a.B.width-15),a.A=Math.min(a.A??l,l),a.v=Math.round(e.Dc),O(c,
{margin:"0px",padding:"0px",position:"fixed",
[a.position]:a.A+"px",top:a.v+"px",transition:"all 500ms ease-in","z-
index":"1"}),c=!0):c=!1}c?Rp(a,b):Zo(a,b)}
function Zo(a,b=0){"displayed"===a.m&&(O(a.j,{transition:"all 500ms ease-
in",opacity:"0",top:a.v+b+"px"}),clearTimeout(a.D),a.D=setTimeout(()=>{$o(a,"idle")
;O(a.j,{display:"none"})},500))}function Rp(a,b=0){"idle"===a.m&&(O(a.j,
{transition:"",display:"block",opacity:"0",top:a.v-
b+"px"}),clearTimeout(a.D),a.D=setTimeout(()=>{$o(a,"displayed");O(a.j,
{transition:"all 500ms ease-in",opacity:"1",top:a.v+"px"})},10))}
var Sp=class extends In{constructor(a,b,c,d,e){var
f=Zi;super(a,b,c);this.B=e;this.m="idle";this.v=this.D=0;this.A=null;this.F=0;this.
position=3===d?"left":"right";new Pp(a,b,c,this.position,()=>{Zo(this,-30);
$o(this,"dismissed")});$o(this,"idle");O(c,{display:"none"});const g=f.N(273,
()=>{Qp(this)});J(a,"load",g);X(this,()=>K(a,"load",g));const h=f.N(267,
()=>{this.A=null;Qp(this)});J(b,"resize",h);X(this,()=>K(b,"resize",h));const
l=f.N(268,kc(()=>{const k=S(this.g);Qp(this,this.B.height/3*Math.sign(this.F-
k));this.F=k}));J(b,"scroll",l,mc);X(this,()=>K(b,"scroll",l))}};var
Tp=class{constructor(a){this.g=a}verifyAndProcessConfig(a,b){if(3!==this.g&&4!
==this.g)return!1;const c=new rm;if(!qm(c,b))return!
1;b=a.document.createElement("ins");b.className="adsbygoogle";a.document.body.appen
dChild(b);const d=c.A||
{};d.google_ad_client=c.l;d.google_ad_width=c.v;d.google_ad_height=c.m;d.google_rea
ctive_ad_format=this.g;Sm(b,d,a);return!0}};class Up{verifyAndProcessConfig(a,b,c)
{const d=Td(a);if(d.wasReactiveAdConfigReceived[8])return!1;const e=new rm;if(!
qm(e,b))return!1;d.wasReactiveAdConfigReceived[8]=!0;if(!e.j&&!Io(U(Ko),c))return!
1;b=Qc("INS");b.className="adsbygoogle";O(b,
{display:"none"});a.document.documentElement.appendChild(b);c=e.A||
{};c.google_ad_client=e.l;c.google_ad_width=e.v;c.google_ad_height=e.m;c.google_rea
ctive_ad_format=8;e.g&&(c.google_reactive_fill_message=e.g);e.j&&(c.google_adtest="
on");Sm(b,c,a);return!0}}
;class Vp{configProcessorForAdFormat(a){switch(a){case 1:case 2:return new
Vm(a);case 3:case 4:return Ug(Qg)?new Tp(a):null;case 8:return U(Up);case 9:return
U(Yo);default:return null}}createAdSlot(a,b,c,d,e){a:{var
f=b.google_reactive_ad_format;switch(f){case 1:case 2:e=zm(a,f);c=new
jo(c,a,e,d);new no(a,c,b.google_reactive_fill_message);break a;case 3:case 4:new
ap(a,new Sp(c,a,d,f,new uc(b.google_ad_width,b.google_ad_height)));break a;case
8:new Kp(a,c,"on"==b.google_adtest,new uc(b.google_ad_width,
b.google_ad_height),d,e,b.google_reactive_fill_message);break a;case
9:f=b.google_rasc;if(void 0===f||null===f)var g=null;else try{g=Nb(oo,f)}catch(h)
{dj("rasf_fsi_ama",{},.1),g=null}g=g||new oo;new
Wo(a,c,g,"on"==b.google_adtest,d,e)}}}};class Wp{};var Xp=a=>{const
b=U(Tg);b.j=(c,d)=>Dh(zh,a,()=>!1)(c,d,1);b.l=(c,d)=>Dh(Ah,a,()=>0)
(c,d,1);b.m=(c,d)=>Dh(Bh,a,()=>"")(c,d,1);b.v=(c,d)=>Dh(Ch,a,()=>[])
(c,d,1);b.g=()=>{Dh(xh,a)(1)}};function Yp(a)
{Zi.Yb(b=>{b.shv=String(a);b.mjsv="m202210250101";const
c=U(Fh).g();u.google_ad_modifications||(u.google_ad_modifications={});var
d=u.google_ad_modifications;d.eids||
(d.eids=[]);b.eid=c.concat(d.eids).join(",")})};var Zp="undefined"===typeof sttc?
void 0:sttc;function $p(){var a=Zi;try{return Sb(Zp,kh),new
mm(JSON.parse(Zp))}catch(b){a.Sa(838,b instanceof Error?b:Error(String(b)),void
0,c=>{c.jspb=String(Zp)})}return new mm};bj(210,()=>{var a=$p();var
b=G(a,2);Yp(null==b?"":b);a=Ib(a,6);Sb(pm,lh);pm=a;a=u.ggeac||
(u.ggeac={});Eh(U(Fh),a);Xp(a);U(Wp);U(Tg).g();a=new Vp;{u.google_llp||
(u.google_llp={});b=u.google_llp;let c=b[1];if(!c){const {promise:d,resolve:e}=new
em;c={promise:d,resolve:e};b[1]=c}b=c}b.resolve(a)});
}).call(this,"[2021,\"r20221026\",\"r20110914\",null,null,null,null,\".google.com.m
y\",null,null,null,null,[null,[]],null,null,null,null,-1,
[44759876,44759927,44759837]]");

You might also like