TOP ▲ itcore TOP プログラムパーツ

uHttpGet PCのユーザエージェントを指定してURLをGETする。 | itcore 2018年

PHP

PHP TOP

関数

<?php
// PCのユーザエージェントを指定してURLをGETする。
function uHttpGet($url) {
  $ua = "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36";
  $options = array(
    'http' => array(
      'method' => 'GET',
      'header' => "User-Agent: $ua",
    ),
  );
  $context = stream_context_create($options);
  $data = file_get_contents($url, false, $context);
  return $data;
}
?>

テスト

<?php include "uHttpGet.func"; ?>
<?php
print "<hr>";
$url = "https://www.google.com";
$data = uHttpGet($url);
print "$url<br>";
print htmlspecialchars($data);
?>

実行結果


https://www.google.com
<!doctype html><html itemscope="" itemtype="http://schema.org/WebPage" lang="ja"><head><meta content="世界中のあらゆる情報を検索するためのツールを提供しています。さまざまな検索機能を活用して、お探しの情報を見つけてください。" name="description"><meta content="noodp, " name="robots"><meta content="text/html; charset=UTF-8" http-equiv="Content-Type"><meta content="/images/branding/googleg/1x/googleg_standard_color_128dp.png" itemprop="image"><title>Google</title><script nonce="lD26kLUVT68NFuciilA-3Q">(function(){var _g={kEI:'VgpPaID7LLK5vr0P79CTaA',kEXPI:'0,202792,62,2,610014,491129,2396323,627,435,538661,14111,64702,94323,266578,238459,51585,5230280,11402,36812642,25228681,25518,91788,20962,14112,4561,18354,42259,6749,23878,9139,4600,328,6225,63456,709,15048,8208,7419,25092,3,5289,71222,5429,587,5308,352,18470,410,69,7807,1091,4617,5774,4310,11992,5342,5967,4621,3,95,2545,9260,3261,1551,3,4891,2864,5081,5538,12108,656,3050,1977,1,3603,11409,1,3,1734,4625,1515,1209,630,1211,3,10,4583,115,1018,8337,649,14,1873,2,5,1603,724,3,4,3554,1247,387,558,3,984,486,1,2781,654,2176,1162,3049,623,1,756,2526,181,2,898,5,2,425,1189,539,4,636,406,88,7,1735,235,756,119,158,1578,365,351,1197,6085,2829,24,227,195,941,439,587,412,206,743,648,226,716,2,323,731,85,5,1,6,63,212,77,6,1,1960,4,1887,236,656,332,661,6,34,57,1265,904,80,6,155,78,7,444,2,612,1457,9,169,109,1259,15,471,140,1714,772,472,483,963,3,2,2,2,132,1199,218,251,45,16,117,40,1297,497,175,346,1,5,745,558,467,1,137,4,111,347,281,1511,7,473,118,254,573,934,168,194,36,725,83,583,4,14,309,1170,286,3,3,388,1,2,984,108,404,271,260,40,4,450,407,19,114,47,598,872,563,409,28,560,692,54,295,55,187,4,616,130,151,50,3,169,259,74,20,813,422,26,375,79,121,24,24,267,43,825,550,8,101,2,398,66,342,686,154,2,121,536,308,2,284,209,508,634,44,299,773,150,5,4,5,4,2,3,278,233,13,5,39,7,1342,251,234,259,20,170,418,33,116,562,224,1608,629,1174,1515,2,20836190,413676,6,2398,5,2992,4,2960,3,1272,203,1371,1072,3,412,15,718,3425,2,1462,10,262,121,2148,3,171,553,72,62,1398,8494798,1940,26675,110296,336029',kBL:'W_Iz',kOPI:89978449};(function(){var a;((a=window.google)==null?0:a.stvsc)?google.kEI=_g.kEI:window.google=_g;}).call(this);})();(function(){google.sn='webhp';google.kHL='ja';})();(function(){ var g=this||self;function k(){return window.google&&window.google.kOPI||null};var l,m=[];function n(a){for(var b;a&&(!a.getAttribute||!(b=a.getAttribute("eid")));)a=a.parentNode;return b||l}function p(a){for(var b=null;a&&(!a.getAttribute||!(b=a.getAttribute("leid")));)a=a.parentNode;return b}function q(a){/^http:/i.test(a)&&window.location.protocol==="https:"&&(google.ml&&google.ml(Error("a"),!1,{src:a,glmm:1}),a="");return a} function r(a,b,d,c,h){var e="";b.search("&ei=")===-1&&(e="&ei="+n(c),b.search("&lei=")===-1&&(c=p(c))&&(e+="&lei="+c));var f=b.search("&cshid=")===-1&&a!=="slh";c="&zx="+Date.now().toString();g._cshid&&f&&(c+="&cshid="+g._cshid);(d=d())&&(c+="&opi="+d);return"/"+(h||"gen_204")+"?atyp=i&ct="+String(a)+"&cad="+(b+e+c)};l=google.kEI;google.getEI=n;google.getLEI=p;google.ml=function(){return null};google.log=function(a,b,d,c,h,e){e=e===void 0?k:e;d||(d=r(a,b,e,c,h));if(d=q(d)){a=new Image;var f=m.length;m[f]=a;a.onerror=a.onload=a.onabort=function(){delete m[f]};a.src=d}};google.logUrl=function(a,b){b=b===void 0?k:b;return r("",a,b)};}).call(this);(function(){google.y={};google.sy=[];var d;(d=google).x||(d.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1});var e;(e=google).sx||(e.sx=function(a){google.sy.push(a)});google.lm=[];var f;(f=google).plm||(f.plm=function(a){google.lm.push.apply(google.lm,a)});google.lq=[];var g;(g=google).load||(g.load=function(a,b,c){google.lq.push([[a],b,c])});var h;(h=google).loadAll||(h.loadAll=function(a,b){google.lq.push([a,b])});google.bx=!1;var k;(k=google).lx||(k.lx=function(){});var l=[],m;(m=google).fce||(m.fce=function(a,b,c,n){l.push([a,b,c,n])});google.qce=l;}).call(this);google.f={};(function(){ document.documentElement.addEventListener("submit",function(b){var a;if(a=b.target){var c=a.getAttribute("data-submitfalse");a=c==="1"||c==="q"&&!a.elements.q.value?!0:!1}else a=!1;a&&(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener("click",function(b){var a;a:{for(a=b.target;a&&a!==document.documentElement;a=a.parentElement)if(a.tagName==="A"){a=a.getAttribute("data-nohref")==="1";break a}a=!1}a&&b.preventDefault()},!0);}).call(this);</script><style>@-webkit-keyframes gb__a{0%{opacity:0}50%{opacity:1}}@keyframes gb__a{0%{opacity:0}50%{opacity:1}}.gb_dd{display:inline-block;padding:0 0 0 15px;vertical-align:middle}.gb_Oe .gb_Q{bottom:-3px;right:-5px}.gb_dd:first-child,#gbsfw:first-child+.gb_dd{padding-left:0}.gb_D{position:relative}.gb_B{display:inline-block;outline:none;vertical-align:middle;border-radius:2px;box-sizing:border-box;height:30px;width:30px;cursor:pointer;text-decoration:none}#gb#gb a.gb_B{cursor:pointer;text-decoration:none}.gb_B,a.gb_B{color:#000}.gb_ed{border-color:transparent;border-bottom-color:#fff;border-style:dashed dashed solid;border-width:0 8.5px 8.5px;display:none;position:absolute;left:6.5px;top:37px;z-index:1;height:0;width:0;-webkit-animation:gb__a .2s;animation:gb__a .2s}.gb_fd{border-color:transparent;border-style:dashed dashed solid;border-width:0 8.5px 8.5px;display:none;position:absolute;left:6.5px;z-index:1;height:0;width:0;-webkit-animation:gb__a .2s;animation:gb__a .2s;border-bottom-color:rgba(0,0,0,.2);top:36px}x:-o-prefocus,div.gb_fd{border-bottom-color:#ccc}.gb_la{background:#fff;border:1px solid #ccc;border-color:rgba(0,0,0,.2);color:#000;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.2);box-shadow:0 2px 10px rgba(0,0,0,.2);display:none;outline:none;overflow:hidden;position:absolute;right:0;top:44px;-webkit-animation:gb__a .2s;animation:gb__a .2s;border-radius:2px;-webkit-user-select:text}.gb_dd.gb_Uc .gb_ed,.gb_dd.gb_Uc .gb_fd,.gb_dd.gb_Uc .gb_la,.gb_Uc.gb_la{display:block}.gb_dd.gb_Uc.gb_gd .gb_ed,.gb_dd.gb_Uc.gb_gd .gb_fd{display:none}.gb_Pe{position:absolute;right:0;top:44px;z-index:-1}.gb_hd .gb_ed,.gb_hd .gb_fd,.gb_hd .gb_la{margin-top:-10px}.gb_R{display:none!important}.gb_od{visibility:hidden}.gb_Oe ::-webkit-scrollbar{height:15px;width:15px}.gb_Oe ::-webkit-scrollbar-button{height:0;width:0}.gb_Oe ::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:rgba(0,0,0,.3);border:5px solid transparent;-webkit-border-radius:10px;border-radius:10px;min-height:20px;min-width:20px;height:5px;width:5px}.gb_Oe ::-webkit-scrollbar-thumb:hover,.gb_Oe ::-webkit-scrollbar-thumb:active{background-color:rgba(0,0,0,.4)}.gb_J .gb_B{background-position:-35px -3668px;opacity:.55}.gb_ka .gb_J .gb_B{background-position:-35px -3668px}.gb_1 .gb_J .gb_B{background-position:-35px -3425px;opacity:1}.gb_la.gb_ma{min-height:196px;overflow-y:auto;width:320px}.gb_la.gb_ma.gb_3{-webkit-border-radius:8px;border-radius:8px;-webkit-box-shadow:0px 1px 2px 0px rgba(60,64,67,.30),0px 2px 6px 2px rgba(60,64,67,.15);box-shadow:0px 1px 2px 0px rgba(60,64,67,.30),0px 2px 6px 2px rgba(60,64,67,.15);width:328px}.gb_na{-webkit-transition:height .2s ease-in-out;transition:height .2s ease-in-out}.gb_na.gb_ma.gb_3{-webkit-transition:height 1s ease-in-out;transition:height 1s ease-in-out}.gb_oa{background:#fff;margin:0;padding:28px;padding-right:27px;text-align:left;white-space:normal;width:265px}.gb_oa:not(.gb_3){min-height:100px}.gb_ma.gb_3>.gb_oa{padding:12px 14px 20px 14px;width:300px}.gb_pa{background:#f5f5f5;cursor:pointer;height:40px;overflow:hidden}.gb_qa{position:relative}.gb_pa{display:block;line-height:40px;text-align:center;width:320px}.gb_qa{display:block;line-height:40px;text-align:center}.gb_qa.gb_ra{line-height:0}.gb_pa,.gb_pa:visited,.gb_pa:active,.gb_qa,.gb_qa:visited,.gb_qa:active,#gb a.gb_pa,#gb a.gb_pa:visited,#gb a.gb_pa:active,#gb a.gb_qa,#gb a.gb_qa:visited,#gb a.gb_qa:active{color:rgba(0,0,0,.87);text-decoration:none}.gb_qa:not(.gb_3),.gb_oa:not(.gb_3){display:none}.gb_ia,.gb_oa.gb_ia:not(.gb_3),.gb_ia+.gb_qa,.gb_sa .gb_qa,.gb_sa .gb_oa{display:block}.gb_3 .gb_ta,.gb_3 .gb_ua,.gb_sa .gb_ta,.gb_sa .gb_ua{display:inline-block}.gb_qa:hover,.gb_qa:active,#gb a.gb_qa:hover,#gb a.gb_qa:active{text-decoration:underline}.gb_qa{border-bottom:1px solid #ebebeb;left:28px;width:264px}.gb_3 .gb_qa{border-bottom:1px solid #e8eaed;left:0;width:328px}.gb_va{text-align:center}a.gb_ta,a.gb_ua{background-color:#fff;border:1px solid #dadce0;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#1a73e8;display:inline-block;font:500 14px/16px Google Sans,Roboto,Helvetica,Arial,sans-serif;margin:16px 0 18px 0;max-width:264px;outline:none;overflow:hidden;padding:10px 24px;position:static;text-align:center;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}a.gb_ta:visited,a.gb_ua:visited{color:#1a73e8}.gb_ua:hover,.gb_ta:hover{background-color:#f8fbff;border-color:#cce0fc;text-decoration:none}.gb_ua:focus,.gb_ua:hover:focus,.gb_ta:focus,.gb_ta:hover:focus{background-color:#f4f8ff;border-color:#c9ddfc}.gb_ua:active,.gb_ua:active:focus,.gb_ta:active,.gb_ta:active:focus{background-color:#ecf3fe;border-color:transparent;-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);text-decoration:none}.gb_sa .gb_pa{display:none}.gb_qa:last-child{border-bottom-width:0}.gb_6 .gb_W{display:initial}.gb_6.gb_wa{height:100px;text-align:center}.gb_6.gb_wa img{padding:34px 0;height:32px;width:32px}.gb_6 .gb_9+img{border:0;margin:8px;height:48px;width:48px}.gb_6 div.gb_xa{background:#ffa;-webkit-border-radius:5px;border-radius:5px;padding:5px;text-align:center}.gb_3.gb_6.gb_ya,.gb_3.gb_6.gb_7,.gb_6.gb_ya,.gb_6.gb_7{padding-bottom:0}.gb_3.gb_6.gb_8,.gb_3.gb_6.gb_7,.gb_6.gb_8,.gb_6.gb_7{padding-top:0}.gb_6.gb_7 a,.gb_6.gb_8 a{top:0}.gb_za .gb_pa{margin-top:0;position:static}.gb_Aa{display:inline-block}.gb_Ba:hover,#gb#gb .gb_Ba:hover{text-decoration:underline}.gb_Ca .gb_oa{position:relative}.gb_Ca .gb_3>.gb_W{top:20px;left:20px}.gb_Ca .gb_W{position:absolute;top:28px;left:28px}.gb_pa.gb_Da{display:none;height:0}.gb_V .gb_J .gb_B::before,.gb_V.gb_ka .gb_J .gb_B::before{left:-35px;top:-3668px}.gb_V.gb_1 .gb_J .gb_B::before{left:-35px;top:-3425px}.gb_1b .gb_pa{position:relative}.gb_J .gb_B:hover,.gb_J .gb_B:focus{opacity:.85}.gb_1 .gb_J .gb_B:hover,.gb_1 .gb_J .gb_B:focus{opacity:1}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-device-pixel-ratio:1.25){.gb_6 .gb_9{background-image:url("https://ssl.gstatic.com/gb/images/v2_6991d7aa.png")}}#gb#gb a.gb_W,#gb#gb a.gb_X,#gb#gb span.gb_X{color:rgba(0,0,0,.87);text-decoration:none}#gb#gb a.gb_X:focus{outline-offset:2px}#gb#gb a.gb_X:hover{text-decoration:underline}.gb_Z.gb_0{display:none;padding-left:15px;vertical-align:middle}.gb_Z.gb_0:first-child{padding-left:0}.gb_Z .gb_X{display:inline-block;line-height:24px;vertical-align:middle}#gb#gb.gb_1 a.gb_X,#gb#gb.gb_1 span.gb_X,#gb#gb .gb_1 a.gb_X,#gb#gb .gb_1 span.gb_X{color:#fff}#gb#gb.gb_1 span.gb_X,#gb#gb .gb_1 span.gb_X{opacity:.7}.gb_U.gb_U{-webkit-background-size:64px 64px;background-size:64px 64px}#gb2 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/3a1e625196.png")}.gb_V #gb2 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/3a1e625196.png")}#gb22 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/3daf4c1f88.png")}.gb_V #gb22 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/3daf4c1f88.png")}#gb45 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/f420d06f66.png")}.gb_V #gb45 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/f420d06f66.png")}#gb72 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/08ef13d8a6.png")}.gb_V #gb72 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/08ef13d8a6.png")}#gb117 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/142da27578.png")}.gb_V #gb117 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/142da27578.png")}#gb136 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/911e3628e6.png")}.gb_V #gb136 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/911e3628e6.png")}#gb166 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/41679a9ec5.png")}.gb_V #gb166 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/41679a9ec5.png")}#gb171 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/4244245d7e.png")}.gb_V #gb171 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/4244245d7e.png")}#gb177 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/4653513b7d.png")}.gb_V #gb177 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/4653513b7d.png")}#gb206 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/ad330d8459.png")}.gb_V #gb206 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/ad330d8459.png")}#gb207 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/2c21041e16.png")}.gb_V #gb207 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/2c21041e16.png")}#gb211 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/c03dda0b34.png")}.gb_V #gb211 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/c03dda0b34.png")}#gb217 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/71060be5b3.png")}.gb_V #gb217 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/71060be5b3.png")}#gb228 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/74aa55e0c2.png")}.gb_V #gb228 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/74aa55e0c2.png")}#gb249 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/afa40f6e42.png")}.gb_V #gb249 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/afa40f6e42.png")}#gb260 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/ea554714e7.png")}.gb_V #gb260 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/ea554714e7.png")}#gb261 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/0b26f6f8e4.png")}.gb_V #gb261 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/0b26f6f8e4.png")}#gb108 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/dfbeb24785.png")}.gb_V #gb108 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/dfbeb24785.png")}#gb60 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/85bb99a341.png")}.gb_V #gb60 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/85bb99a341.png")}#gb175 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/eacd033c28.png")}.gb_V #gb175 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/eacd033c28.png")}@media (min-resolution:1.25dppx),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){#gb2 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/438087d3df.png")}.gb_V #gb2 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/438087d3df.png")}#gb22 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/cfa67efcd3.png")}.gb_V #gb22 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/cfa67efcd3.png")}#gb45 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/9c561d4392.png")}.gb_V #gb45 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/9c561d4392.png")}#gb72 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/09faae41c7.png")}.gb_V #gb72 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/09faae41c7.png")}#gb117 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/e3cbb9b858.png")}.gb_V #gb117 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/e3cbb9b858.png")}#gb136 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/17bdcddea9.png")}.gb_V #gb136 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/17bdcddea9.png")}#gb166 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/be3fe52205.png")}.gb_V #gb166 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/be3fe52205.png")}#gb171 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/1b217ae532.png")}.gb_V #gb171 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/1b217ae532.png")}#gb177 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/188f0d697b.png")}.gb_V #gb177 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/188f0d697b.png")}#gb206 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/20808fb750.png")}.gb_V #gb206 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/20808fb750.png")}#gb207 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/6d9eaee7f9.png")}.gb_V #gb207 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/6d9eaee7f9.png")}#gb211 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/2d7fffa981.png")}.gb_V #gb211 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/2d7fffa981.png")}#gb217 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/e2c0b463b4.png")}.gb_V #gb217 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/e2c0b463b4.png")}#gb228 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/fe8c881457.png")}.gb_V #gb228 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/fe8c881457.png")}#gb249 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/d54db42004.png")}.gb_V #gb249 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/d54db42004.png")}#gb260 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/99be7c5086.png")}.gb_V #gb260 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/99be7c5086.png")}#gb261 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/9001dae971.png")}.gb_V #gb261 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/9001dae971.png")}#gb108 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/ca7b209615.png")}.gb_V #gb108 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/ca7b209615.png")}#gb60 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/e000432278.png")}.gb_V #gb60 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/e000432278.png")}#gb175 .gb_U{background-image:url("//ssl.gstatic.com/gb/images/a/84d52a8885.png")}.gb_V #gb175 .gb_U::before{content:url("//ssl.gstatic.com/gb/images/a/84d52a8885.png")}}.gb_2{padding:1px;display:inline-block;vertical-align:top;color:black;z-index:999;height:98px;width:86px}.gb_3.gb_2{-webkit-box-sizing:border-box;box-sizing:border-box;height:100px;width:100px;padding:1px 7px 1px 7px}.gb_2 a{text-decoration:none}.gb_3.gb_2 a{border:1px solid transparent}.gb_2[aria-grabbed=true]{visibility:hidden}.gb_2:hover{z-index:1001}.gb_2:hover a{border:1px solid #e5e5e5;-webkit-border-radius:2px;border-radius:2px}.gb_2:not(.gb_3):hover a{margin:7px 1px}.gb_3.gb_2:hover a{background:#f6fafe!important;background-color:rgba(26,115,232,.04);-webkit-border-radius:8px;border-radius:8px;border-color:transparent;overflow:hidden}.gb_3.gb_2:active a,.gb_3.gb_2:focus:active a{background:#e8f0fd!important;background-color:rgba(66,133,244,.12);-webkit-border-radius:8px;border-radius:8px}.gb_2.gb_4 a{border:1px solid #e5e5e5;box-shadow:0 1px 2px rgba(0,0,0,.1);background:#fff;cursor:-webkit-grabbing;margin:-1px;visibility:visible;z-index:1001}.gb_3.gb_2.gb_4 a{background-color:#fff;-webkit-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);opacity:.8}.gb_5{opacity:.5}.gb_2.gb_4 a{color:rgba(0,0,0,.87)!important;cursor:-webkit-grabbing;font:13px/27px Arial,sans-serif;text-decoration:none!important}.gb_W{color:rgba(0,0,0,.87);display:inline-block;font-size:13px;margin:8px 2px;text-align:center;outline:none}.gb_3.gb_6.gb_7 .gb_W,.gb_3.gb_6.gb_8 .gb_W{top:8px}.gb_W[draggable=false]{-webkit-user-select:none}.gb_W .gb_9,.gb_W .gb_U{display:inline-block;vertical-align:top;height:64px;width:64px}.gb_W .gb_aa{-webkit-background-size:64px;background-size:64px;display:inline-block;height:64px;vertical-align:top;width:64px}.gb_ba{display:block;line-height:20px;overflow:hidden;white-space:nowrap;width:84px;text-overflow:ellipsis}.gb_2.gb_3 .gb_ba{font-family:"Google Sans",Roboto,Helvetica,Arial,sans-serif;font-size:14px;letter-spacing:0.09px;line-height:16px;margin-bottom:4px;margin-left:4px;width:76px}.gb_2.gb_3>.gb_W{width:84px}.gb_2:hover .gb_W,.gb_ca .gb_3.gb_2 .gb_W:focus,.gb_3.gb_2 .gb_W:active{z-index:1}.gb_2:not(.gb_3):hover .gb_ba{background:rgba(255,255,255,.9)}.gb_2:hover .gb_ba,.gb_ca .gb_3.gb_2>.gb_W:focus .gb_ba,.gb_3.gb_2>.gb_W:active .gb_ba{white-space:normal;overflow-wrap:break-word;word-wrap:break-word}.gb_W .gb_9{background-image:url("https://ssl.gstatic.com/gb/images/v1_ff29c1d8.png");-webkit-background-size:92px 3767px;background-size:92px 3767px}.gb_V .gb_W .gb_9{background-image:none;overflow:hidden;position:relative}.gb_V .gb_W .gb_9::before{content:url("https://ssl.gstatic.com/gb/images/v1_ff29c1d8.png");position:absolute}.gb_V .gb_U{background-image:none!important;position:relative}.gb_V .gb_U::before{left:0;position:absolute;top:0}@media (min-resolution:1.25dppx),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){.gb_W .gb_9{background-image:url("https://ssl.gstatic.com/gb/images/v2_6991d7aa.png")}.gb_V .gb_W .gb_9::before{content:url("https://ssl.gstatic.com/gb/images/v2_6991d7aa.png");-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:0 0;transform-origin:0 0}.gb_V .gb_W .gb_U::before{-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:0 0;transform-origin:0 0}}.gb_ca .gb_W:focus,#gb#gb .gb_ca a.gb_W:focus{text-decoration:underline}.gb_ca .gb_3 .gb_W:focus,#gb#gb .gb_ca .gb_3 a.gb_W:focus,.gb_ca .gb_3 .gb_W:hover:focus,#gb#gb .gb_ca .gb_3 a.gb_W:hover:focus{background:#ecf2fd!important;background-color:rgba(66,133,244,.1);-webkit-border-radius:8px;border-radius:8px;text-decoration:none}.gb_2[aria-grabbed=true].gb_da{visibility:visible}.gb_ea,.gb_fa{position:relative;top:27px;visibility:hidden}.gb_ga,.gb_ha{left:37px;visibility:hidden}.gb_ea{float:left;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #4273db}.gb_fa{float:right;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #4273db}.gb_ga{position:absolute;top:0;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #4273db}.gb_ha{position:absolute;top:59px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #4273db}ul.gb_ia li.gb_da:not(:first-child) .gb_ea,ul.gb_ia li.gb_da:not(:nth-child(-n+3)) .gb_ga,ul.gb_ia li.gb_da .gb_fa,ul.gb_ia li.gb_da .gb_ha,ul.gb_ja li.gb_da .gb_ea,ul.gb_ja li.gb_da .gb_ga,ul.gb_ja li.gb_da:not(:last-child) .gb_fa,ul.gb_ja li.gb_da:not(:nth-last-child(-n+3)) .gb_ha{visibility:visible}.gb_Q{-webkit-border-radius:50%;border-radius:50%;bottom:2px;height:18px;position:absolute;right:0;width:18px}.gb_Ka{-webkit-border-radius:50%;border-radius:50%;-webkit-box-shadow:0px 1px 2px 0px rgba(60,64,67,.3),0px 1px 3px 1px rgba(60,64,67,.15);box-shadow:0px 1px 2px 0px rgba(60,64,67,.3),0px 1px 3px 1px rgba(60,64,67,.15);margin:2px}.gb_La{fill:#f9ab00}.gb_H .gb_La{fill:#fdd663}.gb_Ma>.gb_La{fill:#d93025}.gb_H .gb_Ma>.gb_La{fill:#f28b82}.gb_Ma>.gb_Na{fill:white}.gb_Na,.gb_H .gb_Ma>.gb_Na{fill:#202124}.gb_Oa{-webkit-clip-path:path("M16 0C24.8366 0 32 7.16344 32 16C32 16.4964 31.9774 16.9875 31.9332 17.4723C30.5166 16.5411 28.8215 16 27 16C22.0294 16 18 20.0294 18 25C18 27.4671 18.9927 29.7024 20.6004 31.3282C19.1443 31.7653 17.5996 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0Z");clip-path:path("M16 0C24.8366 0 32 7.16344 32 16C32 16.4964 31.9774 16.9875 31.9332 17.4723C30.5166 16.5411 28.8215 16 27 16C22.0294 16 18 20.0294 18 25C18 27.4671 18.9927 29.7024 20.6004 31.3282C19.1443 31.7653 17.5996 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0Z")}.gb_B .gb_Q{display:block}.gb_Q{display:none}.HaZYYe{display:none;max-width:70px;max-height:64px;position:absolute;top:0;right:0;pointer-events:none;z-index:992}@media (prefers-reduced-motion){.HaZYYe{visibility:hidden}}a.gb_Qa{border:none;color:#4285f4;cursor:default;font-weight:bold;outline:none;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap;-webkit-user-select:none}a.gb_Qa:hover::after,a.gb_Qa:focus::after{background-color:rgba(0,0,0,.12);content:"";height:100%;left:0;position:absolute;top:0;width:100%}a.gb_Qa:hover,a.gb_Qa:focus{text-decoration:none}a.gb_Qa:active{background-color:rgba(153,153,153,.4);text-decoration:none}a.gb_Ra{background-color:#4285f4;color:#fff}a.gb_Ra:active{background-color:#0043b2}.gb_Sa{box-shadow:0 1px 1px rgba(0,0,0,.16)}.gb_Qa,.gb_Ra,.gb_Ta,.gb_Ua{display:inline-block;line-height:28px;padding:0 12px;border-radius:2px}.gb_Ta{background:#f8f8f8;border:1px solid #c6c6c6}.gb_Ua{background:#f8f8f8}.gb_Ta,#gb a.gb_Ta.gb_Ta,.gb_Ua{color:#666;cursor:default;text-decoration:none}#gb a.gb_Ua{cursor:default;text-decoration:none}.gb_Ua{border:1px solid #4285f4;font-weight:bold;outline:none;background:#4285f4;background:-webkit-gradient(linear,left top,left bottom,from(top),color-stop(#4387fd),to(#4683ea));background:-webkit-linear-gradient(top,#4387fd,#4683ea);background:linear-gradient(top,#4387fd,#4683ea);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4387fd,endColorstr=#4683ea,GradientType=0)}#gb a.gb_Ua{color:#fff}.gb_Ua:hover{box-shadow:0 1px 0 rgba(0,0,0,.15)}.gb_Ua:active{box-shadow:inset 0 2px 0 rgba(0,0,0,.15);background:#3c78dc;background:-webkit-gradient(linear,left top,left bottom,from(top),color-stop(#3c7ae4),to(#3f76d3));background:-webkit-linear-gradient(top,#3c7ae4,#3f76d3);background:linear-gradient(top,#3c7ae4,#3f76d3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c7ae4,endColorstr=#3f76d3,GradientType=0)}#gb .gb_Va{background:#fff;border:1px solid #dadce0;color:#1a73e8;display:inline-block;text-decoration:none}#gb .gb_Va:hover{background:#f8fbff;border-color:#dadce0;color:#174ea6}#gb .gb_Va:focus{background:#f4f8ff;color:#174ea6;outline:1px solid #174ea6}#gb .gb_Va:active,#gb .gb_Va:focus:active{background:#ecf3fe;color:#174ea6}#gb .gb_Va.gb_H{background:transparent;border:1px solid #5f6368;color:#8ab4f8;text-decoration:none}#gb .gb_Va.gb_H:hover{background:rgba(255,255,255,.04);color:#e8eaed}#gb .gb_Va.gb_H:focus{background:rgba(232,234,237,.12);color:#e8eaed;outline:1px solid #e8eaed}#gb .gb_Va.gb_H:active,#gb .gb_Va.gb_H:focus:active{background:rgba(232,234,237,.1);color:#e8eaed}.gb_ef{display:inline-block;line-height:normal;position:relative;z-index:987}.gb_0d:not(.gb_V) .gb_P::before,.gb_0d:not(.gb_V) .gb_gb::before{content:none}.gb_P{-webkit-background-size:32px 32px;background-size:32px 32px;border:0;-webkit-border-radius:50%;border-radius:50%;display:block;margin:-1px;position:relative;height:32px;width:32px;z-index:0}.gb_eb{background-color:#e8f0fe;border:1px solid rgba(32,33,36,.08);position:relative}.gb_eb.gb_P{height:30px;width:30px}.gb_eb.gb_P:hover,.gb_eb.gb_P:active{-webkit-box-shadow:none;box-shadow:none}.gb_fb{background:#fff;border:none;-webkit-border-radius:50%;border-radius:50%;bottom:2px;-webkit-box-shadow:0px 1px 2px 0px rgba(60,64,67,.3),0px 1px 3px 1px rgba(60,64,67,.15);box-shadow:0px 1px 2px 0px rgba(60,64,67,.3),0px 1px 3px 1px rgba(60,64,67,.15);height:14px;margin:2px;position:absolute;right:0;width:14px}.gb_wc{color:#1f71e7;font:400 22px/32px Google Sans,Roboto,Helvetica,Arial,sans-serif;text-align:center;text-transform:uppercase}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-device-pixel-ratio:1.25){.gb_P::before,.gb_gb::before{display:inline-block;-webkit-transform:scale(0.5);-webkit-transform:scale(0.5);transform:scale(0.5);-webkit-transform-origin:left 0;-webkit-transform-origin:left 0;transform-origin:left 0}.gb_3 .gb_gb::before{-webkit-transform:scale(scale(0.416666667));-webkit-transform:scale(scale(0.416666667));transform:scale(scale(0.416666667))}}.gb_P:hover,.gb_P:focus{-webkit-box-shadow:0 1px 0 rgba(0,0,0,.15);box-shadow:0 1px 0 rgba(0,0,0,.15)}.gb_P:active{-webkit-box-shadow:inset 0 2px 0 rgba(0,0,0,.15);box-shadow:inset 0 2px 0 rgba(0,0,0,.15)}.gb_P:active::after{background:rgba(0,0,0,.1);-webkit-border-radius:50%;border-radius:50%;content:"";display:block;height:100%}.gb_hb{cursor:pointer;line-height:30px;min-width:30px;opacity:.75;overflow:hidden;vertical-align:middle;text-overflow:ellipsis}.gb_B.gb_hb{width:auto}.gb_hb:hover,.gb_hb:focus{opacity:.85}.gb_hd .gb_hb,.gb_hd .gb_Vd{line-height:26px}#gb#gb.gb_hd a.gb_hb,.gb_hd .gb_Vd{font-size:11px;height:auto}.gb_ib{border-top:4px solid #000;border-left:4px dashed transparent;border-right:4px dashed transparent;display:inline-block;margin-left:6px;opacity:.75;vertical-align:middle}.gb_Za:hover .gb_ib{opacity:.85}.gb_Wa>.gb_z{padding:3px 3px 3px 4px}.gb_Wd.gb_od{color:#fff}.gb_1 .gb_hb,.gb_1 .gb_ib{opacity:1}#gb#gb.gb_1.gb_1 a.gb_hb,#gb#gb .gb_1.gb_1 a.gb_hb{color:#fff}.gb_1.gb_1 .gb_ib{border-top-color:#fff;opacity:1}.gb_ka .gb_P:hover,.gb_1 .gb_P:hover,.gb_ka .gb_P:focus,.gb_1 .gb_P:focus{-webkit-box-shadow:0 1px 0 rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 0 rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.2)}.gb_Xd .gb_z,.gb_Zd .gb_z{position:absolute;right:1px}.gb_z.gb_0,.gb_jb.gb_0,.gb_Za.gb_0{-webkit-flex:0 1 auto;-webkit-box-flex:0;flex:0 1 auto}.gb_0d.gb_1d .gb_hb{width:30px!important}.gb_2d{height:40px;position:absolute;right:-5px;top:-5px;width:40px}.gb_3d .gb_2d,.gb_4d .gb_2d{right:0;top:0}.gb_kb{outline:none;-webkit-transform:translateZ(0);-webkit-transform:translateZ(0);transform:translateZ(0)}.gb_3.gb_kb{-webkit-border-radius:8px;border-radius:8px;margin-left:12px}@media screen and (min-width:361px){.gb_3.gb_kb{width:354px}}@media screen and (max-width:361px){.gb_3.gb_kb{width:-webkit-calc(100vw - 24px);width:calc(100vw - 24px)}}.gb_3.gb_kb.gb_lb{max-height:-webkit-calc(100vh - 44px - 100px);max-height:calc(100vh - 44px - 100px)}.gb_3.gb_kb.gb_mb{max-height:-webkit-calc(100vh - 44px - 15px - 100px);max-height:calc(100vh - 44px - 15px - 100px)}.gb_3.gb_kb.gb_nb{background-color:#2d2e30}.gb_ob.gb_pb{color:#5f6368;font:400 12px/16px Roboto,Helvetica,Arial,sans-serif}.gb_qb.gb_ob.gb_pb{background-color:rgba(138,180,248,.24);color:#e8eaed}.gb_rb,#gb a.gb_rb.gb_rb,.gb_sb a,#gb .gb_sb.gb_sb a{color:#36c;text-decoration:none}.gb_ob>.gb_rb,#gb .gb_ob>a.gb_rb.gb_rb{color:#0070ff;font:inherit;font-weight:500;outline:0}.gb_qb.gb_ob>.gb_rb,#gb .gb_qb.gb_ob>a.gb_rb.gb_rb{color:#8ab4f8}.gb_rb:active,#gb a.gb_rb.gb_rb:active,.gb_rb:hover,#gb a.gb_rb.gb_rb:hover,.gb_sb a:active,#gb .gb_sb a:active,.gb_sb a:hover,#gb .gb_sb a:hover{text-decoration:underline}#gb .gb_ob>a.gb_rb.gb_rb:focus{text-decoration:underline}.gb_tb{margin:20px;white-space:nowrap}.gb_3>.gb_tb{margin:20px 33px}.gb_ub,.gb_vb{display:inline-block;vertical-align:top}.gb_ub.gb_wb,.gb_vb.gb_xb{vertical-align:middle}.gb_3 .gb_ub,.gb_3 .gb_vb{display:block;vertical-align:top;text-align:center}.gb_wb{cursor:default}.gb_3 .gb_ub{margin-bottom:10px;position:relative;height:86px;width:86px}.gb_yb{-webkit-border-radius:50%;border-radius:50%;overflow:hidden;-webkit-transform:translateZ(0)}.gb_gb{border:none;margin-right:6px;vertical-align:top;height:80px;width:80px}.gb_zb{margin-bottom:11px;margin-top:4px}@media screen and (min-width:361px){.gb_3 .gb_ub,.gb_zb{margin-left:101px}}@media screen and (max-width:361px){.gb_3 .gb_ub,.gb_zb{margin-left:-webkit-calc((100vw - 24px - 66px - 86px)/2);margin-left:calc((100vw - 24px - 66px - 86px)/2)}}.gb_Ab.gb_Ab{fill:#1a73e8}.gb_nb .gb_Ab{fill:#8ab4f8}.gb_3 .gb_Bb.gb_gb{position:relative;left:2px;margin-right:10px;top:2px;height:76px;width:76px}.gb_3 .gb_Cb{background:#fff;bottom:0;position:absolute;right:0;overflow:visible;height:32px;width:32px}.gb_3.gb_nb .gb_Cb{background:#2d2e30}.gb_Db{bottom:0;-webkit-box-shadow:0 1px 1px 0 rgba(65,69,73,.3),0 1px 3px 1px rgba(65,69,73,.15);box-shadow:0 1px 1px 0 rgba(65,69,73,.3),0 1px 3px 1px rgba(65,69,73,.15);margin:0 2.5px 3px;outline:0;position:absolute;right:0;height:26px;width:26px}.gb_Db:hover{background-color:#f8faff}.gb_Db:focus,.gb_Db:hover:focus{background-color:#f4f8ff}.gb_Db:active,.gb_Db:focus:active{background-color:#f4f8ff;-webkit-box-shadow:0 1px 3px 0 rgba(60,64,67,.3),0 4px 8px 3px rgba(60,64,67,.15);box-shadow:0 1px 3px 0 rgba(60,64,67,.3),0 4px 8px 3px rgba(60,64,67,.15)}.gb_Db:hover>svg.gb_Eb,.gb_Db:focus>svg.gb_Eb,.gb_Db:active>svg.gb_Eb{fill:#1a73e8}.gb_Fb{font-weight:bold;margin:-4px 0 1px 0;text-overflow:ellipsis;overflow:hidden}.gb_3 .gb_Fb{color:#202124;font:500 16px/22px Google Sans,Roboto,Helvetica,Arial,sans-serif;letter-spacing:.29px;margin:0;text-align:center;text-overflow:ellipsis;overflow:hidden}.gb_3.gb_nb .gb_Fb{color:#e8eaed}.gb_Hb{color:#666;text-overflow:ellipsis;overflow:hidden}.gb_3 .gb_Hb{color:#5f6368;font:400 14px/19px Roboto,Helvetica,Arial,sans-serif;letter-spacing:normal;text-align:center;text-overflow:ellipsis;overflow:hidden}.gb_3.gb_nb .gb_Hb{color:#e8eaed}.gb_xb>.gb_Hb{color:#000;font-weight:bold;margin:-4px 0 1px 0;text-overflow:ellipsis;overflow:hidden}.gb_Ib{color:#666;font-style:italic;font-weight:500;margin:4px 0;overflow:hidden}.gb_Jb{color:#5f6368;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px;margin-top:4px;text-align:center}.gb_nb .gb_Jb{color:#9aa0a6}.gb_Kb{font-weight:500}.gb_Lb.gb_Lb{background-color:#fff;border:1px solid #dadce0;-webkit-border-radius:100px;border-radius:100px;color:#3c4043;display:inline-block;font:500 14px/16px Google Sans,Roboto,Helvetica,Arial,sans-serif;letter-spacing:.25px;margin:16px 0 0;max-width:254px;outline:0;padding:8px 16px;text-align:center;text-decoration:none;text-overflow:ellipsis;overflow:hidden}.gb_nb .gb_Lb.gb_Lb{background-color:#2d2e30;border:1px solid #5f6368;color:#e8eaed}.gb_Lb:hover{background-color:#f7f8f8}.gb_Lb:focus,.gb_Lb:hover:focus{background-color:#f4f4f4}.gb_Lb:active,.gb_Lb:focus:active{background-color:#e8e8e9;border-color:transparent;-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15)}.gb_Mb{color:#5f6368;margin:14px 33px;text-align:center;white-space:normal}.gb_nb .gb_Mb{color:#e8eaed}.gb_Nb.gb_Nb{-webkit-border-radius:4px;border-radius:4px;color:#5f6368;display:inline-block;font:400 12px/16px Roboto,Helvetica,Arial,sans-serif;outline:0;padding:4px 8px;text-decoration:none;text-align:center;white-space:normal}.gb_nb .gb_Nb.gb_Nb{border:1px solid transparent;color:#e8eaed}.gb_Nb:hover{background-color:#f7f8f8}.gb_Nb:focus,.gb_Nb:hover:focus{background-color:#f4f4f4}.gb_Nb:active,.gb_Nb:active:focus{background-color:#e8e8e9}.gb_vb .gb_Ta{background:#4d90fe;border-color:#3079ed;font-weight:bold;margin:10px 0 0 0;color:#fff}#gb .gb_vb a.gb_Ta.gb_Ta{color:#fff}.gb_vb .gb_Ta:hover{background:#357ae8;border-color:#2f5bb7}.gb_pb{background:#fef9db;font-size:11px;padding:10px 20px;white-space:normal}.gb_ob.gb_pb{background:#e8f0fe;-webkit-border-radius:4px;border-radius:4px;margin:4px;padding:4px 8px;text-align:center}.gb_ob.gb_pb>#gbpbt>span{white-space:nowrap;font-weight:500}.gb_pb b,.gb_rb{white-space:nowrap}.gb_Ob.gb_Ob{background-color:#fff;color:#3c4043;display:table;font:500 14px/16px Google Sans,Roboto,Helvetica,Arial,sans-serif;letter-spacing:.25px;outline:0;padding:14px 41px;text-align:center;text-decoration:none;width:100%}.gb_nb .gb_Ob.gb_Ob{background-color:#2d2e30;border:1px solid transparent;color:#e8eaed;width:270px}.gb_Ob:hover{background-color:#f7f8f8}.gb_Ob:focus,.gb_Ob:hover:focus{background-color:#f4f4f4}.gb_Ob:active,.gb_Ob:focus:active{background-color:#e8e8e9}.gb_Pb{border:none;display:table-cell;vertical-align:middle;height:20px;width:20px}.gb_Db>svg.gb_Eb,.gb_Pb>svg.gb_Qb,.gb_Rb>svg.gb_Sb{color:#5f6368;fill:currentColor}.gb_nb .gb_Rb>svg.gb_Sb{fill:#9aa0a6}.gb_nb .gb_Db{border:1px solid transparent;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.3),0 4px 8px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px 0 rgba(0,0,0,.3),0 4px 8px 3px rgba(0,0,0,.15)}.gb_nb .gb_Db>svg.gb_Eb,.gb_nb .gb_Pb>svg.gb_Qb{color:#e8eaed;fill:currentColor}.gb_nb .gb_Db:hover>svg.gb_Eb,.gb_nb .gb_Db:focus>svg.gb_Eb,.gb_nb .gb_Db:focus:hover>svg.gb_Eb,.gb_nb .gb_Db:active>svg.gb_Eb{fill:#8ab4f8}.gb_nb .gb_Db:hover{background-color:#353639;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.3),0 6px 10px 4px rgba(0,0,0,.15);box-shadow:0 2px 3px 0 rgba(0,0,0,.3),0 6px 10px 4px rgba(0,0,0,.15)}.gb_nb .gb_Db:focus,.gb_nb .gb_Db:focus:hover{background-color:#353639;border:1px solid #5f6368;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.3),0 6px 10px 4px rgba(0,0,0,.15);box-shadow:0 2px 3px 0 rgba(0,0,0,.3),0 6px 10px 4px rgba(0,0,0,.15)}.gb_nb .gb_Db:active{background-color:rgba(255,255,255,.12);-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.3),0 8px 12px 6px rgba(0,0,0,.15);box-shadow:0 4px 4px 0 rgba(0,0,0,.3),0 8px 12px 6px rgba(0,0,0,.15)}.gb_Tb{display:table-cell;padding:0 74px 0 16px;text-align:left;vertical-align:middle;white-space:normal}.gb_Ub{border-bottom:1px solid #e8eaed;border-top:1px solid #e8eaed;padding:0 17px;text-align:center}.gb_nb .gb_Ub{border-bottom:1px solid #5f6368;border-top:1px solid #5f6368}.gb_Vb.gb_Vb,.gb_Wb.gb_Wb{background-color:#fff;border:1px solid #dadce0;-webkit-border-radius:4px;border-radius:4px;display:inline-block;font:500 14px/16px Google Sans,Roboto,Helvetica,Arial,sans-serif;letter-spacing:.15px;margin:16px;outline:0;padding:10px 24px;text-align:center;text-decoration:none;white-space:normal}.gb_Vb.gb_Vb{color:#3c4043}.gb_Wb.gb_Wb{color:#1a73e8}.gb_nb .gb_Wb.gb_Wb,.gb_nb .gb_Vb.gb_Vb{background-color:#2d2e30;border:1px solid #5f6368;color:#e8eaed}.gb_Vb:hover{background-color:#f7f8f8}.gb_Vb:focus,.gb_Vb:hover:focus{background-color:#f4f4f4}.gb_Vb:active,.gb_Vb:active:focus{background-color:#e8e8e9;border-color:transparent;-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15)}.gb_Wb:hover{background-color:#f8fbff;border-color:#cce0fc}.gb_Wb:focus,.gb_Wb:hover:focus{background-color:#f4f8ff;border-color:#c9ddfc}.gb_Wb:active,.gb_Wb:active:focus{background-color:#ecf3fe;border-color:transparent;-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15)}.gb_Xb{border-top:1px solid #e8eaed}.gb_nb .gb_Xb{border-top:1px solid #5f6368}.gb_3.gb_kb{overflow-y:auto;overflow-x:hidden}.gb_Zb{border-top:1px solid #ccc;border-top-color:rgba(0,0,0,.2);display:block;outline-offset:-2px;padding:10px 20px;position:relative;white-space:nowrap}.gb_0b>.gb_Zb{border:none;cursor:pointer;height:35px;outline:0;padding:12px 33px 13px}.gb_1b .gb_Zb:focus .gb_2b{outline:1px dotted #fff}.gb_Zb:hover{background:#eee}.gb_0b>.gb_Zb:hover{background-color:#f7f8f8}.gb_0b>.gb_Zb:focus,.gb_0b>.gb_Zb:hover:focus{background-color:#f4f4f4}.gb_0b>.gb_Zb:active,.gb_0b>.gb_Zb:focus:active{background-color:#e8e8e9}.gb_nb .gb_3b:hover,.gb_nb .gb_Ob:hover,.gb_nb .gb_Nb:hover,.gb_nb .gb_0b>.gb_Zb:hover{background-color:rgba(255,255,255,.04);border:1px solid transparent}.gb_nb .gb_Vb:hover,.gb_nb .gb_Lb:hover{background-color:rgba(232,234,237,.04);border:1px solid #5f6368}.gb_nb .gb_3b:focus,.gb_nb .gb_3b:hover:focus,.gb_nb .gb_Lb:focus,.gb_nb .gb_Lb:hover:focus,.gb_nb .gb_Ob:focus,.gb_nb .gb_Ob:hover:focus,.gb_nb .gb_Vb:focus,.gb_nb .gb_Vb:hover:focus,.gb_nb .gb_0b>.gb_Zb:focus,.gb_nb .gb_0b>.gb_Zb:hover:focus{background-color:rgba(232,234,237,.12);border:1px solid #e8eaed}.gb_nb .gb_Nb:focus,.gb_nb .gb_Nb:hover:focus{background-color:rgba(232,234,237,.12)}.gb_nb .gb_3b:active,.gb_nb .gb_3b:focus:active,.gb_nb .gb_Ob:active,.gb_nb .gb_Ob:focus:active,.gb_nb .gb_Nb:active,.gb_nb .gb_Nb:active:focus,.gb_nb .gb_0b>.gb_Zb:active,.gb_nb .gb_0b>.gb_Zb:focus:active{background-color:rgba(232,234,237,.1);border:1px solid transparent}.gb_4b{overflow-x:hidden}.gb_nb .gb_0b>.gb_Zb{border:1px solid transparent}.gb_nb .gb_Vb:active,.gb_nb .gb_Vb:active:focus,.gb_nb .gb_Lb:active,.gb_nb .gb_Lb:focus:active{background-color:rgba(232,234,237,.1);border:1px solid #5f6368}.gb_Zb[selected=true]{overflow:hidden}.gb_0b>.gb_Zb[selected=true]{background-color:rgba(60,64,67,.1)}.gb_nb .gb_0b>.gb_Zb[selected=true]{background-color:rgba(255,255,255,.12)}.gb_Zb[selected=true]>.gb_5b{display:block;position:absolute;z-index:2}.gb_5b::-moz-focus-inner{border:0}.gb_5b{background-color:transparent;border:none;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-family:Google Sans,Roboto,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;letter-spacing:.25px;line-height:16px;margin-bottom:1px;min-height:36px;min-width:86px;outline:none;padding:10px 24px;text-align:center;text-decoration:none;top:16px;width:auto}.gb_6b.gb_7b{background-color:#1a73e8;color:#fff;margin-left:0;margin-right:12px;margin-top:14px}.gb_nb .gb_6b.gb_7b{background-color:#8ab4f8;color:#2d2e30}.gb_6b.gb_8b{background-color:#fff;border:1px solid #dadce0;color:#3c4043;margin-left:0;margin-right:0;margin-top:11px}.gb_nb .gb_6b.gb_8b{background-color:rgba(218,220,224,.01);border:1px solid #5f6368;color:#e8eaed}.gb_5b.gb_8b:hover{background-color:#f7f8f8}.gb_5b.gb_8b:focus,.gb_5b.gb_8b:hover:focus{background-color:#f4f4f4}.gb_5b.gb_8b:active{background-color:#f4f4f4;border:1px solid #5f6368;-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)}.gb_5b.gb_7b:hover{background-color:#1b66c9;border-color:transparent;-webkit-box-shadow:0 1px 3px 1px rgba(66,64,67,.15),0 1px 2px 0 rgba(60,64,67,.3);box-shadow:0 1px 3px 1px rgba(66,64,67,.15),0 1px 2px 0 rgba(60,64,67,.3)}.gb_5b.gb_7b:focus,.gb_5b.gb_7b:hover:focus{background-color:#1c5fba;border-color:transparent;-webkit-box-shadow:0 1px 3px 1px rgba(66,64,67,.15),0 1px 2px 0 rgba(60,64,67,.3);box-shadow:0 1px 3px 1px rgba(66,64,67,.15),0 1px 2px 0 rgba(60,64,67,.3)}.gb_5b.gb_7b:active{background-color:#1b63c1;-webkit-box-shadow:0 1px 3px 1px rgba(66,64,67,.15),0 1px 2px 0 rgba(60,64,67,.3);box-shadow:0 1px 3px 1px rgba(66,64,67,.15),0 1px 2px 0 rgba(60,64,67,.3)}.gb_nb .gb_5b.gb_8b:hover{background-color:rgba(232,234,237,.04)}.gb_nb .gb_5b.gb_8b:focus,.gb_nb .gb_5b.gb_8b:hover:focus{background-color:rgba(232,234,237,.12);border:1px solid #e8eaed}.gb_nb .gb_5b.gb_8b:active,.gb_nb .gb_5b.gb_8b:active:focus{background-color:rgba(232,234,237,.1);border:1px solid #5f6368;-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15)}.gb_nb .gb_5b.gb_7b:hover{background-color:#93b9f8;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.3),0 1px 3px 1px rgba(0,0,0,.15);box-shadow:0 1px 2px 0 rgba(0,0,0,.3),0 1px 3px 1px rgba(0,0,0,.15)}.gb_nb .gb_5b.gb_7b:focus,.gb_nb .gb_5b.gb_7b:hover:focus{background-color:#a5c5f9}.gb_nb .gb_5b.gb_7b:active{background-color:#8ab4f8;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.3),0 2px 6px 2px rgba(0,0,0,.15);box-shadow:0 1px 2px 0 rgba(0,0,0,.3),0 2px 6px 2px rgba(0,0,0,.15)}.gb_Zb[selected=true]>.gb_5b:focus{background-color:rgba(0,0,0,.24);-webkit-border-radius:2px;border-radius:2px;outline:0}.gb_Zb[selected=true]>.gb_5b:hover,.gb_Zb[selected=true]>.gb_5b:focus:hover{background-color:#565656;-webkit-border-radius:2px;border-radius:2px}.gb_Zb[selected=true]>.gb_5b:active{-webkit-border-radius:2px;border-radius:2px;background-color:#212121}.gb_8b{left:0;margin-left:5%}.gb_7b{margin-right:5%;right:0}.gb_Zb:first-child,.gb_9b:first-child+.gb_Zb{border-top:0}.gb_nb .gb_Zb:first-child,.gb_nb .gb_9b:first-child+.gb_Zb{border-top:1px solid transparent}.gb_nb .gb_Zb:first-child:focus:hover,.gb_nb .gb_9b:first-child+.gb_Zb:focus:hover,.gb_nb .gb_Zb:first-child:focus,.gb_nb .gb_9b:first-child+.gb_Zb:focus{border-top:1px solid #e8eaed}.gb_nb .gb_Zb:first-child:active,.gb_nb .gb_9b:first-child+.gb_Zb:active,.gb_nb .gb_Zb:first-child:active:focus,.gb_nb .gb_9b:first-child+.gb_Zb:active:focus{border-top:1px solid transparent}.gb_9b{display:none}.gb_0b>.gb_Zb.gb_ac{cursor:default;opacity:.38}.gb_0b>.gb_Zb.gb_ac:hover,.gb_0b>.gb_Zb.gb_ac:focus,.gb_0b>.gb_Zb.gb_ac:active{background-color:#fff}.gb_bc{border:none;vertical-align:top;height:32px;width:32px}.gb_2b{display:inline-block;margin:0 0 0 12px}@media screen and (min-width:361px){.gb_3 .gb_2b{width:244px}}@media screen and (max-width:361px){.gb_3 .gb_2b{width:-webkit-calc(100vw - 24px - 12px - 32px - 66px);width:calc(100vw - 24px - 12px - 32px - 66px)}}.gb_kb.gb_cc .gb_2b{max-width:222px}.gb_dc .gb_2b{margin-top:9px}.gb_ec{color:#3c4043;font:500 14px/18px Google Sans,Roboto,Helvetica,Arial,sans-serif;letter-spacing:.25px;text-overflow:ellipsis;overflow:hidden}.gb_nb .gb_ec{color:#e8eaed}.gb_fc .gb_ec{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:12px;letter-spacing:normal;line-height:16px}.gb_nb .gb_gc{color:#bdc1c6}.gb_gc{color:#5f6368;display:inline-block;font:400 12px/16px Roboto,Helvetica,Arial,sans-serif;text-overflow:ellipsis;overflow:hidden}@media screen and (min-width:361px){.gb_3 .gb_gc{max-width:244px}}@media screen and (max-width:361px){.gb_3 .gb_gc{max-width:-webkit-calc(100vw - 24px - 12px - 32px - 66px);max-width:calc(100vw - 24px - 12px - 32px - 66px)}}@media screen and (min-width:361px){.gb_2b>.gb_gc.gb_o{max-width:224px}}@media screen and (max-width:361px){.gb_2b>.gb_gc.gb_o{max-width:-webkit-calc(100vw - 24px - 12px - 32px - 66px - 20px);max-width:calc(100vw - 24px - 12px - 32px - 66px - 20px)}}.gb_fc .gb_gc{margin-top:2px}.gb_hc{color:#5d6369;display:block;float:right;font:italic 400 12px/14px Roboto,Helvetica,Arial,sans-serif;padding:3px 0 0 20px;text-align:right;visibility:visible}.gb_nb .gb_hc{color:#9aa0a6}.gb_ic{background-color:transparent;display:none;left:0;overflow-wrap:break-word;position:relative;margin-left:44px;white-space:normal;width:100%;word-wrap:break-word;z-index:1}@media screen and (min-width:361px){.gb_ic{max-width:244px}}@media screen and (max-width:361px){.gb_ic{max-width:-webkit-calc(100vw - 24px - 66px - 44px);max-width:calc(100vw - 24px - 66px - 44px)}}.gb_Zb[selected=true]>.gb_ic{display:block}.gb_0b>.gb_Zb[selected=true]{height:auto;min-height:91px}.gb_5b:hover{background-color:rgba(100,100,100,.4)}.gb_jc{display:block;padding:10px 20px}.gb_3b{outline:0;padding:14px 41px;width:280px}.gb_3b:hover{background-color:#f7f8f8}.gb_3b:focus,.gb_3b:hover:focus{background-color:#f4f4f4}.gb_3b:active,.gb_3b:focus:active{background-color:#e8e8e9}.gb_kc{display:inline-block;vertical-align:middle;height:20px;width:20px}.gb_V .gb_ff::before{left:0;top:-3188px}.gb_lc{color:#427fed;display:inline-block;padding:0 25px 0 10px;vertical-align:middle;white-space:normal}.gb_mc{color:#3c4043;font:500 14px/18px Google Sans,Roboto,Helvetica,Arial,sans-serif;padding:0 25px 0 16px;text-align:left}@media screen and (min-width:361px){.gb_mc{width:195px}}@media screen and (max-width:361px){.gb_mc{width:-webkit-calc(100vw - 24px - 12px - 32px - 66px - 24px - 25px);width:calc(100vw - 24px - 12px - 32px - 66px - 24px - 25px)}}.gb_nb .gb_mc{color:#e8eaed}.gb_nc{vertical-align:middle}.gb_oc{-webkit-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.gb_pc{height:108px;position:absolute;right:-6px;top:-6px;width:108px}.gb_qc{height:88px;position:absolute;right:2px;top:-4px;width:88px}@-webkit-keyframes progressmove{0%{margin-left:-100%}to{margin-left:100%}}@keyframes progressmove{0%{margin-left:-100%}to{margin-left:100%}}.gb_rc.gb_R{display:none}.gb_rc{background-color:#d2e3fc;height:3px;overflow:hidden}.gb_nb .gb_rc{background-color:rgba(138,180,248,.24)}.gb_sc{background-color:#1a73e8;height:100%;width:50%;-webkit-animation:progressmove 1.5s linear 0s infinite;animation:progressmove 1.5s linear 0s infinite}.gb_nb>.gb_sc{background-color:#8ab4f8}.gb_Sb,.gb_tc{height:20px;position:absolute;top:-2px;width:20px}.gb_Zb .gb_Rb{display:inline-block;height:16px;position:relative;width:20px}.gb_Sb{display:inline-block}.gb_Zb[selected=true] .gb_Sb{-webkit-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.gb_Rb{display:none}.gb_uc{margin:0 9px}.gb_eb.gb_ub{height:80px;width:80px}.gb_vc.gb_eb{height:32px;width:32px}.gb_wc.gb_gb{font:400 50px/80px Google Sans,Roboto,Helvetica,Arial,sans-serif}.gb_wc.gb_bc{font:400 22px/34px Google Sans,Roboto,Helvetica,Arial,sans-serif}.gb_xc{padding-bottom:2px;position:relative}.gb_vc>.gb_fb{bottom:-2px;left:calc(18px + 2px)}.gb_xc>.gb_fb{bottom:11px;height:24px;left:158px;width:24px}.gb_yc{color:#5f6368;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px;margin-top:4px;text-align:center}.gb_vc{display:inline-block;position:relative}.gb_2b.gb_zc{margin-left:11px}.gb_kb.gb_3::-webkit-scrollbar,.gb_ma.gb_3::-webkit-scrollbar{width:16px}.gb_kb.gb_3::-webkit-scrollbar-thumb,.gb_ma.gb_3::-webkit-scrollbar-thumb{background:#dadce0;background-clip:padding-box;border:4px solid transparent;-webkit-border-radius:8px;border-radius:8px;-webkit-box-shadow:none;box-shadow:none}.gb_ma.gb_3::-webkit-scrollbar-thumb{min-height:50px}.gb_nb.gb_3::-webkit-scrollbar-thumb{background-color:#5f6368}.gb_ma.gb_3::-webkit-scrollbar-track,.gb_kb.gb_3::-webkit-scrollbar-track,.gb_ma.gb_3::-webkit-scrollbar-track:hover,.gb_kb.gb_3::-webkit-scrollbar-track:hover{background:none;border:none}.B1975e .TkrWZb .pmsN2d::before{left:0;top:-1558px}.B1975e.g732Nd .TkrWZb .pmsN2d::before{left:0;top:-1451px}.B1975e.BOf8jf .TkrWZb .pmsN2d::before{left:0;top:-2528px}.B1975e .ZOBoyb{background-image:none!important}.B1975e .SOe93b{visibility:visible}.MJ7u3 .WBIWYe span{background:transparent}.gb_Dc{min-width:152px;overflow:hidden;position:relative;z-index:987}.gb_Ec{position:absolute;padding:0 20px 0 15px}.gb_Fc{display:inline-block;line-height:0;outline:none;vertical-align:middle}.gb_Hc .gb_Fc{position:relative;top:2px}.gb_Fc .gb_Ic,.gb_Jc{display:block}.gb_Kc{border:none;display:block;visibility:hidden}.gb_Fc .gb_Ic{background-position:0 -1558px;height:33px;width:92px}img.gb_Pd{border:0;vertical-align:middle}.gb_1 .gb_Fc .gb_Ic{background-position:0 -1451px}.gb_ka .gb_Fc .gb_Ic{background-position:0 -2528px;opacity:0.54}.gb_gf{position:relative;width:650px;z-index:986}#gbq2{padding-top:15px}.gb_hf .gb_gf{min-width:200px;-webkit-flex:0 2 auto;-webkit-box-flex:0;flex:0 2 auto}.gb_if~.gb_gf{min-width:0}.gb_hf #gbqf{margin-right:0;display:-webkit-flex;display:-webkit-box;display:flex}.gb_hf .gbqff{min-width:0;-webkit-flex:1 1 auto;-webkit-box-flex:1;flex:1 1 auto}.gb_V .gbqfi::before{left:0;top:-2911px}.gb_1b .gbqfb:focus .gbqfi{outline:1px dotted #fff}#gbq2{display:block}#gbqf{display:block;margin:0;margin-right:60px;white-space:nowrap}.gbqff{border:none;display:inline-block;margin:0;padding:0;vertical-align:top;width:100%}.gbqfqw,#gbqfb,.gbqfwa{vertical-align:top}#gbqfaa,#gbqfab,#gbqfqwb{position:absolute}#gbqfaa{left:0}#gbqfab{right:0}.gbqfqwb,.gbqfqwc{right:0;left:0;height:100%}.gbqfqwb{padding:0 8px}#gbqfbw{display:inline-block;vertical-align:top}#gbqfb{border:1px solid transparent;border-bottom-left-radius:0;border-top-left-radius:0;height:30px;margin:0;outline:none;padding:0 0;width:60px;box-shadow:none;box-sizing:border-box;background:#4285f4;background:-webkit-gradient(linear,left top,left bottom,from(top),color-stop(#4387fd),to(#4683ea));background:-webkit-linear-gradient(top,#4387fd,#4683ea);background:linear-gradient(top,#4387fd,#4683ea);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4387fd,endColorstr=#4683ea,GradientType=1)}#gbqfb:hover{box-shadow:0 1px 1px rgba(0,0,0,.1)}#gbqfb:focus{box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}#gbqfb:hover:focus{box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}#gbqfb:active:active{border:1px solid transparent;box-shadow:inset 0 2px 0 rgba(0,0,0,.15);background:#3c78dc;background:-webkit-gradient(linear,left top,left bottom,from(top),color-stop(#3c7ae4),to(#3f76d3));background:-webkit-linear-gradient(top,#3c7ae4,#3f76d3);background:linear-gradient(top,#3c7ae4,#3f76d3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c7ae4,endColorstr=#3f76d3,GradientType=1)}.gbqfi{background-position:0 -2911px;display:inline-block;margin:-1px;height:30px;width:30px}.gbqfqw{background:#fff;background-clip:padding-box;border:1px solid #cdcdcd;border-color:rgba(0,0,0,.15);border-right-width:0;height:30px;box-sizing:border-box}#gbfwc .gbqfqw{border-right-width:1px}#gbqfqw{position:relative}.gbqfqw.gbqfqw:hover{border-color:#a9a9a9;border-color:rgba(0,0,0,.3)}.gbqfwa{display:inline-block;width:100%}.gbqfwb{width:40%}.gbqfwc{width:60%}.gbqfwb .gbqfqw{margin-left:10px}.gbqfqw.gbqfqw:active,.gbqfqw.gbqfqwf.gbqfqwf{border-color:#4285f4}#gbqfq,#gbqfqb,#gbqfqc{background:transparent;border:none;height:20px;margin-top:4px;padding:0;vertical-align:top;width:100%}#gbqfq:focus,#gbqfqb:focus,#gbqfqc:focus{outline:none}.gbqfif,.gbqfsf{color:#222;font:16px arial,sans-serif}#gbqfbwa{display:none;text-align:center;height:0}#gbqfbwa .gbqfba{margin:16px 8px}#gbqfsa,#gbqfsb{font:bold 11px/27px Arial,sans-serif!important;vertical-align:top}.gb_ka .gbqfqw.gbqfqw,.gb_1 .gbqfqw.gbqfqw{border-color:rgba(255,255,255,1);box-shadow:0 1px 2px rgba(0,0,0,.2)}.gb_ka #gbqfb,.gb_1 #gbqfb{box-shadow:0 1px 2px rgba(0,0,0,.2)}.gb_ka #gbqfb:hover,.gb_1 #gbqfb:hover{box-shadow:0 1px 1px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.2)}.gb_ka #gbqfb:active,.gb_1 #gbqfb:active{box-shadow:inset 0 2px 0 rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.2)}.gbqfb,.gbqfba,.gbqfbb{cursor:default!important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;padding:0 8px;text-align:center;text-decoration:none!important;border-radius:2px;-webkit-user-select:none}.gbqfba:focus{border:1px solid #4d90fe;outline:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}.gbqfba:hover{border-color:#c6c6c6;color:#222!important;box-shadow:0 1px 1px rgba(0,0,0,.1);background:#f8f8f8;background:-webkit-gradient(linear,left top,left bottom,from(top),color-stop(#f8f8f8),to(#f1f1f1));background:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8,endColorstr=#f1f1f1,GradientType=1)}.gbqfba:hover:focus{box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner{border:0}.gbqfba{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444!important;font-size:11px;background:#f5f5f5;background:-webkit-gradient(linear,left top,left bottom,from(top),color-stop(#f5f5f5),to(#f1f1f1));background:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5f5f5,endColorstr=#f1f1f1,GradientType=1)}.gbqfba:active{box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.gb_If{color:#000;font:13px/27px Arial,sans-serif;left:0;min-width:1027px;position:absolute;top:0;-webkit-user-select:none;width:100%}.gb_Oe{font:13px/27px Arial,sans-serif;position:relative;height:60px;width:100%}.gb_hd .gb_Oe{height:28px}#gba{height:60px}#gba.gb_hd{height:28px}#gba.gb_Jf{height:90px}#gba.gb_Kf{height:132px}#gba.gb_Jf.gb_hd{height:58px}.gb_Oe>.gb_0{height:60px;line-height:58px;vertical-align:middle}.gb_hd .gb_Oe>.gb_0{height:28px;line-height:26px}.gb_Oe::before{background:#e5e5e5;bottom:0;content:"";display:none;height:1px;left:0;position:absolute;right:0}.gb_Oe{background:#f1f1f1}.gb_Lf .gb_Oe{background:#fff}.gb_Lf .gb_Oe::before,.gb_hd .gb_Oe::before{display:none}.gb_ka .gb_Oe,.gb_1 .gb_Oe,.gb_hd .gb_Oe{background:transparent}.gb_ka .gb_Oe::before{background:#e1e1e1;background:rgba(0,0,0,.12)}.gb_1 .gb_Oe::before{background:#333;background:rgba(255,255,255,.2)}.gb_0{display:inline-block;-webkit-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto}.gb_0.gb_Mf{float:right;-webkit-order:1;-webkit-box-ordinal-group:1;order:1}.gb_Nf{white-space:nowrap}.gb_hf .gb_Nf{display:-webkit-flex;display:-webkit-box;display:flex}.gb_Nf,.gb_0{margin-left:0!important;margin-right:0!important}.gb_Ic{background-image:url("https://ssl.gstatic.com/gb/images/v1_ff29c1d8.png");-webkit-background-size:92px 3767px;background-size:92px 3767px}@media (min-resolution:1.25dppx),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){.gb_Ic{background-image:url("https://ssl.gstatic.com/gb/images/v2_6991d7aa.png")}}.gb_0d{min-width:165px;padding-left:30px;padding-right:30px;position:relative;text-align:right;z-index:986;-webkit-align-items:center;-webkit-box-align:center;align-items:center;-webkit-justify-content:flex-end;-webkit-box-pack:flex-end;justify-content:flex-end;-webkit-user-select:none}.gb_hd .gb_0d{min-width:0}.gb_0d.gb_0{-webkit-flex:1 1 auto;-webkit-box-flex:1;flex:1 1 auto}.gb_Re{line-height:normal;position:relative;text-align:left}.gb_Re.gb_0,.gb_M.gb_0,.gb_Vd.gb_0{-webkit-flex:0 1 auto;-webkit-box-flex:0;flex:0 1 auto}.gb_Of,.gb_Pf{display:inline-block;padding:0 0 0 15px;position:relative;vertical-align:middle}.gb_M{line-height:normal;padding-right:15px}.gb_0d .gb_M{padding-right:0}.gb_Vd{color:#404040;line-height:30px;min-width:30px;overflow:hidden;vertical-align:middle;text-overflow:ellipsis}#gb.gb_hd.gb_hd .gb_rd,#gb.gb_hd.gb_hd .gb_Re>.gb_Pf .gb_Cf{background:none;border:none;color:#36c;cursor:pointer;filter:none;font-size:11px;line-height:26px;padding:0;box-shadow:none}#gb.gb_hd.gb_1 .gb_rd,#gb.gb_hd.gb_1 .gb_Re>.gb_Pf .gb_Cf{color:#fff}.gb_hd .gb_rd{text-transform:uppercase}.gb_0d.gb_if{padding-left:0;padding-right:29px}.gb_0d.gb_Qf{max-width:400px}.gb_Rf{background-clip:content-box;background-origin:content-box;opacity:.27;padding:22px;height:16px;width:16px}.gb_Rf.gb_0{display:none}.gb_Rf:hover,.gb_Rf:focus{opacity:.55}.gb_Sf{background-position:0 -3084px}.gb_Tf{background-position:-69px 0;padding-left:30px;padding-right:14px;position:absolute;right:0;top:0;z-index:990}.gb_Xd:not(.gb_Zd) .gb_Tf,.gb_if .gb_Sf{display:inline-block}.gb_Xd .gb_Sf{padding-left:30px;padding-right:0;width:0}.gb_Xd:not(.gb_Zd) .gb_Uf{display:none}.gb_0d.gb_0.gb_if,.gb_if:not(.gb_Zd) .gb_Re{-webkit-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto}.gb_Rf,.gb_if .gb_M,.gb_Zd .gb_Re{overflow:hidden}.gb_Xd .gb_M{padding-right:0}.gb_if .gb_Re{padding:1px 1px 1px 0}.gb_Xd .gb_Re{width:75px}.gb_0d.gb_Vf,.gb_0d.gb_Vf .gb_Sf,.gb_0d.gb_Vf .gb_Sf::before,.gb_0d.gb_Vf .gb_M,.gb_0d.gb_Vf .gb_Re{-webkit-transition:width .5s ease-in-out,min-width .5s ease-in-out,max-width .5s ease-in-out,padding .5s ease-in-out,left .5s ease-in-out;transition:width .5s ease-in-out,min-width .5s ease-in-out,max-width .5s ease-in-out,padding .5s ease-in-out,left .5s ease-in-out}.gb_hf .gb_0d{min-width:0}.gb_0d.gb_1d,.gb_0d.gb_1d .gb_Re,.gb_0d.gb_Wf,.gb_0d.gb_Wf .gb_Re{min-width:0!important}.gb_0d.gb_1d,.gb_0d.gb_1d .gb_0{-webkit-flex:0 0 auto!important;-webkit-box-flex:0 0 auto!important;-webkit-flex:0 0 auto!important;flex:0 0 auto!important}.gb_0d.gb_1d .gb_Vd{width:30px!important}.gb_Xf{margin-right:32px}.gb_od{display:none}.gb_V .gb_Sf::before{clip:rect(3084px 16px 3100px -0);left:22px;top:-3062px}.gb_V .gb_Ic.gb_Tf{position:absolute}.gb_V .gb_Tf::before{clip:rect(-0 85px 16px 69px);left:-39px;top:22px}.gb_V .gb_Xd .gb_Sf::before{left:30px}@media (min-resolution:1.25dppx),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){.gb_V .gb_Sf::before{clip:rect(6168px 32px 6200px -0)}.gb_V .gb_Tf::before{clip:rect(-0 170px 32px 138px)}}.gb_V .gb_Ic{background-image:none;overflow:hidden;position:relative}.gb_V .gb_Ic::before{content:url("https://ssl.gstatic.com/gb/images/v1_ff29c1d8.png");position:absolute}@media (min-resolution:1.25dppx),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){.gb_V .gb_Ic::before{content:url("https://ssl.gstatic.com/gb/images/v2_6991d7aa.png");-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:0 0;transform-origin:0 0}}.gb_1b a:focus{outline:1px dotted #fff!important}#gb.gb_f{min-width:980px}#gb.gb_f .gb_gf{min-width:0;position:static;width:0}.gb_u{display:none}.gb_f .gb_Oe{background:transparent;border-bottom-color:transparent}.gb_f .gb_Oe::before{display:none}.gb_f.gb_f .gb_Z{display:inline-block}.gb_f.gb_0d .gb_M{padding-right:15px}.gb_f.gb_hf #gbqf{display:block}.gb_f #gbq{height:0;position:absolute}.gb_f.gb_0d{z-index:987}sentinel{}#gbq .gbgt-hvr,#gbq .gbgt:focus{background-color:transparent;background-image:none}.gbqfh#gbq1{display:none}.gbxx{display:none !important}#gbq{line-height:normal;position:relative;top:0;white-space:nowrap}#gbq{left:0;width:100%}[dir=rtl] #gbq{right:0}#gbq2{top:0;z-index:986}#gbq4{display:inline-block;max-height:29px;overflow:hidden;position:relative}.gbqfh#gbq2{z-index:${SUM(constants.-5,gbar.css.z-index.base)}}.gbqfh#gbq2{margin:0;margin-${css.startEdge}:0 !important;padding-top:0;position:relative;top:310px}.gbqfh #gbqf{margin:auto;min-width:534px;padding:0 !important}.gbqfh #gbqfbw{display:none}.gbqfh #gbqfbwa{display:block}.gbqfh #gbqf{max-width:${elastic.searchBar.maxWidth}px;min-width:${elastic.searchBar.minWidth}px}.gbqfh .gbqfqw{border-right-width:1px} </style><style>body,td,a,p,.h{font-family:sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1967d2}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px sans-serif}.gsfs{font:17px sans-serif}.ds{display:-webkit-inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#681da8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1967d2}a:visited{color:#681da8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;color:#000;border:none;cursor:pointer;height:30px;margin:0;outline:0;font:15px sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}</style><script nonce="lD26kLUVT68NFuciilA-3Q">(function(){window.google.erd={jsr:1,bv:2236,sd:true,de:true,dpf:'R962uvvV3OKZ8M4YLhItL4DR01_ay0LoPIyv2_Za6_U'}; var g=this||self;var k,l=(k=g.mei)!=null?k:1,m,p=(m=g.diel)!=null?m:0,q,r=(q=g.sdo)!=null?q:!0,t=0,u,w=google.erd,x=w.jsr;google.ml=function(a,b,d,n,e){e=e===void 0?2:e;b&&(u=a&&a.message);d===void 0&&(d={});d.cad="ple_"+google.ple+".aple_"+google.aple;if(google.dl)return google.dl(a,e,d,!0),null;b=d;if(x<0){window.console&&console.error(a,b);if(x===-2)throw a;b=!1}else b=!a||!a.message||a.message==="Error loading script"||t>=l&&!n?!1:!0;if(!b)return null;t++;d=d||{};b=encodeURIComponent;var c="/gen_204?atyp=i&ei="+b(google.kEI);google.kEXPI&&(c+="&jexpid="+b(google.kEXPI));c+="&srcpg="+b(google.sn)+"&jsr="+b(w.jsr)+ "&bver="+b(w.bv);w.dpf&&(c+="&dpf="+b(w.dpf));var f=a.lineNumber;f!==void 0&&(c+="&line="+f);var h=a.fileName;h&&(h.indexOf("-extension:/")>0&&(e=3),c+="&script="+b(h),f&&h===window.location.href&&(f=document.documentElement.outerHTML.split("\n")[f],c+="&cad="+b(f?f.substring(0,300):"No script found.")));google.ple&&google.ple===1&&(e=2);c+="&jsel="+e;for(var v in d)c+="&",c+=b(v),c+="=",c+=b(d[v]);c=c+"&emsg="+b(a.name+": "+a.message);c=c+"&jsst="+b(a.stack||"N/A");c.length>=12288&&(c=c.substr(0,12288));a=c;n||google.log(0,"",a);return a};window.onerror=function(a,b,d,n,e){u!==a&&(a=e instanceof Error?e:Error(a),d===void 0||"lineNumber"in a||(a.lineNumber=d),b===void 0||"fileName"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,a.name==="SyntaxError"||a.message.substring(0,11)==="SyntaxError"||a.message.indexOf("Script error")!==-1?3:p));u=null;r&&t>=l&&(window.onerror=null)};})();(window['gbar']=window['gbar']||{})._CONFIG=[[[0,"www.gstatic.com","og.og.en_US.5n2Ntss9mNw.es5.O","co.jp","ja","1",0,[3,2,"","","","768919215","0"],"40400","VgpPaOfdLaWB0-kP3-_giAk",0,0,"og.og.EUQIEhhhfoY.L.W.O","AA2YrTufJVGAHQK1AWfg4zpRuKOapp4gIg","AA2YrTt9y3i5yQoCn5WAXKZjFqXBGdN5XQ","",2,0,200,"JPN",null,null,"1","1",0,null,0,89978449,null,0],null,0,["m;/_/scs/abc-static/_/js/k=gapi.gapi.en.citSWp3NP7U.O/d=1/rs=AHpOoo9xL6HUJcSIDSbTUlNBOsamhv5RMA/m=__features__","https://apis.google.com","","","","",null,1,"es_plusone_gc_20250505.0_p1","ja",null,0],["1","gci_91f30755d6a6b787dcc2a4062e6e9824.js","googleapis.client:gapi.iframes","","ja"],null,null,null,[0.009999999776482582,"co.jp","1",[["19046229","19046228","7",1,5,2592000,"","AN2NJM6ZZBWbrSQOXuQwQ1F43mJXhdqh9w:1750010454751",0,1,2,"https://www.google.com/_/og/promos/",0],"n","",["","",""],1,2592000,null,null,"https://www.google.com/url?q=https://accounts.google.com/signin/v2/identifier%3Fec%3Dfutura_hpp_co_si_001_p%26continue%3Dhttps%253A%252F%252Fwww.google.com%252F%253Fptid%253D19027681%2526ptt%253D8%2526fpts%253D0\u0026source=hpp\u0026id=19046229\u0026ct=7\u0026usg=AOvVaw33MBGJMT3TA0n4WMEDSPEO",null,null,null,null,null,1,null,0,null,1,0,0,0,null,null,0,0,null,0,0,0,0,1],null,null,null,0],null,[0,0,0,null,"","","","",0,0,0,""],null,[1,0.1000000014901161,2,1],null,[1],[0],[["ld","gl","","sd","p","vd","","","lod","eld","cpd","","","","","","","aswid","","","","qads"],["vfw"]],null,null,null,[30,127,1,0,60],null,null,null,null,null,[1,0],null,[1,null,null,40400,1,"JPN","ja","768919215.0",1,null,0,0,null,null,null,null,"3700949,3701384,102772546,103247483,103247486",null,null,null,"VgpPaOfdLaWB0-kP3-_giAk",1,0,0,null,2,5,"ta",74,0,0,0,0,1,89978449,0,0],null,null,[[[null,null,[null,null,null,"https://ogs.google.com/widget/callout?prid=19046229\u0026pgid=19046228\u0026puid=d8270a150ed17334\u0026eom=1\u0026cce=1\u0026dc=1"],0,280,420,70,25,0,null,0,null,null,8000,null,71,3,null,[19046229,19046228,"",1,5,"AN2NJM6ZZBWbrSQOXuQwQ1F43mJXhdqh9w:1750010454751","",0,2592000,"d8270a150ed17334",0,2,0,"https://www.google.com/url?q=https://accounts.google.com/signin/v2/identifier%3Fec%3Dfutura_hpp_co_si_001_p%26continue%3Dhttps%253A%252F%252Fwww.google.com%252F%253Fptid%253D19027681%2526ptt%253D8%2526fpts%253D0\u0026source=hpp\u0026id=19046229\u0026ct=7\u0026usg=AOvVaw33MBGJMT3TA0n4WMEDSPEO","https://www.google.com/_/og/promos/",0,0,0,0,0,0,0,89978449,0],0,null,null,null,0,null,76,null,null,null,107,108,109,"",null,null,null,0,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,1],[null,null,[null,null,null,"https://ogs.google.com/widget/app/so?eom=1\u0026awwd=1\u0026gdafe=1"],0,470,370,40,27,1,0,0,63,64,8000,"https://www.google.co.jp/intl/ja/about/products?tab=wh",67,1,69,null,1,70,"アプリセットの読み込み中に問題が発生しました。しばらくしてからもう一度お試しください。または、%1$sGoogle サービス%2$sのページをご覧ください。",3,0,0,74,0,null,null,null,null,null,null,null,"/widget/app/so",null,null,null,null,null,null,null,0,null,null,null,null,null,null,null,null,null,null,1,null,144,null,null,3,0,0,0,0,"(新しいタブを開きます)"],[null,null,[null,null,null,"https://ogs.google.com/widget/callout?eom=1\u0026dc=1"],null,280,420,70,25,0,null,0,null,null,8000,null,71,4,null,null,null,null,null,null,null,null,76,null,null,null,107,108,109,"",null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,1]],null,null,"1","1",0,0,null,"ja",0,null,0,0,0,[null,"",null,null,null,0,null,0,0,"","","","https://ogads-pa.clients6.google.com",0,0,0,"","",0,0,null,86400,null,1,1,null,0,null,0,0,"8559284470",0,0],0,null,null,null,1,0,""]]];(window['gbar']=window['gbar']||{})._LDD=["bt","base","bn","bu","cp","el","lo","sf","up","dd","aw","iw","gi","vi","eq","bid","bgs"];this.gbar_=this.gbar_||{};(function(_){var window=this; try{ _._F_toggles_initialize=function(a){(typeof globalThis!=="undefined"?globalThis:typeof self!=="undefined"?self:this)._F_toggles=a||[]};(0,_._F_toggles_initialize)([]); var aa,ba,ca,da,q,ea,ha,ma,na;aa=function(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}};ba=typeof Object.defineProperties=="function"?Object.defineProperty:function(a,b,c){if(a==Array.prototype||a==Object.prototype)return a;a[b]=c.value;return a}; ca=function(a){a=["object"==typeof globalThis&&globalThis,a,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var b=0;b<a.length;++b){var c=a[b];if(c&&c.Math==Math)return c}throw Error("a");};da=ca(this);q=function(a,b){if(b)a:{var c=da;a=a.split(".");for(var d=0;d<a.length-1;d++){var e=a[d];if(!(e in c))break a;c=c[e]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&b!=null&&ba(c,a,{configurable:!0,writable:!0,value:b})}}; q("Symbol",function(a){if(a)return a;var b=function(f,g){this.i=f;ba(this,"description",{configurable:!0,writable:!0,value:g})};b.prototype.toString=function(){return this.i};var c="jscomp_symbol_"+(Math.random()*1E9>>>0)+"_",d=0,e=function(f){if(this instanceof e)throw new TypeError("b");return new b(c+(f||"")+"_"+d++,f)};return e}); q("Symbol.iterator",function(a){if(a)return a;a=Symbol("c");for(var b="Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array".split(" "),c=0;c<b.length;c++){var d=da[b[c]];typeof d==="function"&&typeof d.prototype[a]!="function"&&ba(d.prototype,a,{configurable:!0,writable:!0,value:function(){return ea(aa(this))}})}return a});ea=function(a){a={next:a};a[Symbol.iterator]=function(){return this};return a}; _.fa=typeof Object.create=="function"?Object.create:function(a){var b=function(){};b.prototype=a;return new b};if(typeof Object.setPrototypeOf=="function")ha=Object.setPrototypeOf;else{var ia;a:{var ja={a:!0},ka={};try{ka.__proto__=ja;ia=ka.a;break a}catch(a){}ia=!1}ha=ia?function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError("d`"+a);return a}:null}_.la=ha; _.v=function(a){var b=typeof Symbol!="undefined"&&Symbol.iterator&&a[Symbol.iterator];if(b)return b.call(a);if(typeof a.length=="number")return{next:aa(a)};throw Error("e`"+String(a));};ma=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)};na=typeof Object.assign=="function"?Object.assign:function(a,b){for(var c=1;c<arguments.length;c++){var d=arguments[c];if(d)for(var e in d)ma(d,e)&&(a[e]=d[e])}return a};q("Object.assign",function(a){return a||na}); q("globalThis",function(a){return a||da});q("Reflect.setPrototypeOf",function(a){return a?a:_.la?function(b,c){try{return(0,_.la)(b,c),!0}catch(d){return!1}}:null}); q("Promise",function(a){function b(){this.i=null}function c(g){return g instanceof e?g:new e(function(h){h(g)})}if(a)return a;b.prototype.j=function(g){if(this.i==null){this.i=[];var h=this;this.o(function(){h.A()})}this.i.push(g)};var d=da.setTimeout;b.prototype.o=function(g){d(g,0)};b.prototype.A=function(){for(;this.i&&this.i.length;){var g=this.i;this.i=[];for(var h=0;h<g.length;++h){var k=g[h];g[h]=null;try{k()}catch(m){this.v(m)}}}this.i=null};b.prototype.v=function(g){this.o(function(){throw g; })};var e=function(g){this.i=0;this.o=void 0;this.j=[];this.C=!1;var h=this.v();try{g(h.resolve,h.reject)}catch(k){h.reject(k)}};e.prototype.v=function(){function g(m){return function(n){k||(k=!0,m.call(h,n))}}var h=this,k=!1;return{resolve:g(this.K),reject:g(this.A)}};e.prototype.K=function(g){if(g===this)this.A(new TypeError("h"));else if(g instanceof e)this.da(g);else{a:switch(typeof g){case "object":var h=g!=null;break a;case "function":h=!0;break a;default:h=!1}h?this.J(g):this.B(g)}};e.prototype.J= function(g){var h=void 0;try{h=g.then}catch(k){this.A(k);return}typeof h=="function"?this.ia(h,g):this.B(g)};e.prototype.A=function(g){this.D(2,g)};e.prototype.B=function(g){this.D(1,g)};e.prototype.D=function(g,h){if(this.i!=0)throw Error("i`"+g+"`"+h+"`"+this.i);this.i=g;this.o=h;this.i===2&&this.L();this.F()};e.prototype.L=function(){var g=this;d(function(){if(g.G()){var h=da.console;typeof h!=="undefined"&&h.error(g.o)}},1)};e.prototype.G=function(){if(this.C)return!1;var g=da.CustomEvent,h=da.Event, k=da.dispatchEvent;if(typeof k==="undefined")return!0;typeof g==="function"?g=new g("unhandledrejection",{cancelable:!0}):typeof h==="function"?g=new h("unhandledrejection",{cancelable:!0}):(g=da.document.createEvent("CustomEvent"),g.initCustomEvent("unhandledrejection",!1,!0,g));g.promise=this;g.reason=this.o;return k(g)};e.prototype.F=function(){if(this.j!=null){for(var g=0;g<this.j.length;++g)f.j(this.j[g]);this.j=null}};var f=new b;e.prototype.da=function(g){var h=this.v();g.Rc(h.resolve,h.reject)}; e.prototype.ia=function(g,h){var k=this.v();try{g.call(h,k.resolve,k.reject)}catch(m){k.reject(m)}};e.prototype.then=function(g,h){function k(r,t){return typeof r=="function"?function(u){try{m(r(u))}catch(y){n(y)}}:t}var m,n,p=new e(function(r,t){m=r;n=t});this.Rc(k(g,m),k(h,n));return p};e.prototype.catch=function(g){return this.then(void 0,g)};e.prototype.Rc=function(g,h){function k(){switch(m.i){case 1:g(m.o);break;case 2:h(m.o);break;default:throw Error("j`"+m.i);}}var m=this;this.j==null?f.j(k): this.j.push(k);this.C=!0};e.resolve=c;e.reject=function(g){return new e(function(h,k){k(g)})};e.race=function(g){return new e(function(h,k){for(var m=_.v(g),n=m.next();!n.done;n=m.next())c(n.value).Rc(h,k)})};e.all=function(g){var h=_.v(g),k=h.next();return k.done?c([]):new e(function(m,n){function p(u){return function(y){r[u]=y;t--;t==0&&m(r)}}var r=[],t=0;do r.push(void 0),t++,c(k.value).Rc(p(r.length-1),n),k=h.next();while(!k.done)})};return e}); var oa=function(a,b,c){if(a==null)throw new TypeError("k`"+c);if(b instanceof RegExp)throw new TypeError("l`"+c);return a+""};q("String.prototype.startsWith",function(a){return a?a:function(b,c){var d=oa(this,b,"startsWith"),e=d.length,f=b.length;c=Math.max(0,Math.min(c|0,d.length));for(var g=0;g<f&&c<e;)if(d[c++]!=b[g++])return!1;return g>=f}});q("Object.setPrototypeOf",function(a){return a||_.la});q("Symbol.dispose",function(a){return a?a:Symbol("m")}); q("WeakMap",function(a){function b(){}function c(k){var m=typeof k;return m==="object"&&k!==null||m==="function"}function d(k){if(!ma(k,f)){var m=new b;ba(k,f,{value:m})}}function e(k){var m=Object[k];m&&(Object[k]=function(n){if(n instanceof b)return n;Object.isExtensible(n)&&d(n);return m(n)})}if(function(){if(!a||!Object.seal)return!1;try{var k=Object.seal({}),m=Object.seal({}),n=new a([[k,2],[m,3]]);if(n.get(k)!=2||n.get(m)!=3)return!1;n.delete(k);n.set(m,4);return!n.has(k)&&n.get(m)==4}catch(p){return!1}}())return a; var f="$jscomp_hidden_"+Math.random();e("freeze");e("preventExtensions");e("seal");var g=0,h=function(k){this.i=(g+=Math.random()+1).toString();if(k){k=_.v(k);for(var m;!(m=k.next()).done;)m=m.value,this.set(m[0],m[1])}};h.prototype.set=function(k,m){if(!c(k))throw Error("n");d(k);if(!ma(k,f))throw Error("o`"+k);k[f][this.i]=m;return this};h.prototype.get=function(k){return c(k)&&ma(k,f)?k[f][this.i]:void 0};h.prototype.has=function(k){return c(k)&&ma(k,f)&&ma(k[f],this.i)};h.prototype.delete=function(k){return c(k)&& ma(k,f)&&ma(k[f],this.i)?delete k[f][this.i]:!1};return h}); q("Map",function(a){if(function(){if(!a||typeof a!="function"||!a.prototype.entries||typeof Object.seal!="function")return!1;try{var h=Object.seal({x:4}),k=new a(_.v([[h,"s"]]));if(k.get(h)!="s"||k.size!=1||k.get({x:4})||k.set({x:4},"t")!=k||k.size!=2)return!1;var m=k.entries(),n=m.next();if(n.done||n.value[0]!=h||n.value[1]!="s")return!1;n=m.next();return n.done||n.value[0].x!=4||n.value[1]!="t"||!m.next().done?!1:!0}catch(p){return!1}}())return a;var b=new WeakMap,c=function(h){this[0]={};this[1]= f();this.size=0;if(h){h=_.v(h);for(var k;!(k=h.next()).done;)k=k.value,this.set(k[0],k[1])}};c.prototype.set=function(h,k){h=h===0?0:h;var m=d(this,h);m.list||(m.list=this[0][m.id]=[]);m.entry?m.entry.value=k:(m.entry={next:this[1],eb:this[1].eb,head:this[1],key:h,value:k},m.list.push(m.entry),this[1].eb.next=m.entry,this[1].eb=m.entry,this.size++);return this};c.prototype.delete=function(h){h=d(this,h);return h.entry&&h.list?(h.list.splice(h.index,1),h.list.length||delete this[0][h.id],h.entry.eb.next= h.entry.next,h.entry.next.eb=h.entry.eb,h.entry.head=null,this.size--,!0):!1};c.prototype.clear=function(){this[0]={};this[1]=this[1].eb=f();this.size=0};c.prototype.has=function(h){return!!d(this,h).entry};c.prototype.get=function(h){return(h=d(this,h).entry)&&h.value};c.prototype.entries=function(){return e(this,function(h){return[h.key,h.value]})};c.prototype.keys=function(){return e(this,function(h){return h.key})};c.prototype.values=function(){return e(this,function(h){return h.value})};c.prototype.forEach= function(h,k){for(var m=this.entries(),n;!(n=m.next()).done;)n=n.value,h.call(k,n[1],n[0],this)};c.prototype[Symbol.iterator]=c.prototype.entries;var d=function(h,k){var m=k&&typeof k;m=="object"||m=="function"?b.has(k)?m=b.get(k):(m=""+ ++g,b.set(k,m)):m="p_"+k;var n=h[0][m];if(n&&ma(h[0],m))for(h=0;h<n.length;h++){var p=n[h];if(k!==k&&p.key!==p.key||k===p.key)return{id:m,list:n,index:h,entry:p}}return{id:m,list:n,index:-1,entry:void 0}},e=function(h,k){var m=h[1];return ea(function(){if(m){for(;m.head!= h[1];)m=m.eb;for(;m.next!=m.head;)return m=m.next,{done:!1,value:k(m)};m=null}return{done:!0,value:void 0}})},f=function(){var h={};return h.eb=h.next=h.head=h},g=0;return c}); q("Set",function(a){if(function(){if(!a||typeof a!="function"||!a.prototype.entries||typeof Object.seal!="function")return!1;try{var c=Object.seal({x:4}),d=new a(_.v([c]));if(!d.has(c)||d.size!=1||d.add(c)!=d||d.size!=1||d.add({x:4})!=d||d.size!=2)return!1;var e=d.entries(),f=e.next();if(f.done||f.value[0]!=c||f.value[1]!=c)return!1;f=e.next();return f.done||f.value[0]==c||f.value[0].x!=4||f.value[1]!=f.value[0]?!1:e.next().done}catch(g){return!1}}())return a;var b=function(c){this.i=new Map;if(c){c= _.v(c);for(var d;!(d=c.next()).done;)this.add(d.value)}this.size=this.i.size};b.prototype.add=function(c){c=c===0?0:c;this.i.set(c,c);this.size=this.i.size;return this};b.prototype.delete=function(c){c=this.i.delete(c);this.size=this.i.size;return c};b.prototype.clear=function(){this.i.clear();this.size=0};b.prototype.has=function(c){return this.i.has(c)};b.prototype.entries=function(){return this.i.entries()};b.prototype.values=function(){return this.i.values()};b.prototype.keys=b.prototype.values; b.prototype[Symbol.iterator]=b.prototype.values;b.prototype.forEach=function(c,d){var e=this;this.i.forEach(function(f){return c.call(d,f,f,e)})};return b});q("Array.from",function(a){return a?a:function(b,c,d){c=c!=null?c:function(h){return h};var e=[],f=typeof Symbol!="undefined"&&Symbol.iterator&&b[Symbol.iterator];if(typeof f=="function"){b=f.call(b);for(var g=0;!(f=b.next()).done;)e.push(c.call(d,f.value,g++))}else for(f=b.length,g=0;g<f;g++)e.push(c.call(d,b[g],g));return e}}); q("Object.entries",function(a){return a?a:function(b){var c=[],d;for(d in b)ma(b,d)&&c.push([d,b[d]]);return c}});q("Number.isFinite",function(a){return a?a:function(b){return typeof b!=="number"?!1:!isNaN(b)&&b!==Infinity&&b!==-Infinity}});q("Number.MAX_SAFE_INTEGER",function(){return 9007199254740991});q("Number.MIN_SAFE_INTEGER",function(){return-9007199254740991});q("Number.isInteger",function(a){return a?a:function(b){return Number.isFinite(b)?b===Math.floor(b):!1}}); q("Number.isSafeInteger",function(a){return a?a:function(b){return Number.isInteger(b)&&Math.abs(b)<=Number.MAX_SAFE_INTEGER}});q("Object.is",function(a){return a?a:function(b,c){return b===c?b!==0||1/b===1/c:b!==b&&c!==c}});q("Array.prototype.includes",function(a){return a?a:function(b,c){var d=this;d instanceof String&&(d=String(d));var e=d.length;c=c||0;for(c<0&&(c=Math.max(c+e,0));c<e;c++){var f=d[c];if(f===b||Object.is(f,b))return!0}return!1}}); q("String.prototype.includes",function(a){return a?a:function(b,c){return oa(this,b,"includes").indexOf(b,c||0)!==-1}});var pa=function(a,b){a instanceof String&&(a+="");var c=0,d=!1,e={next:function(){if(!d&&c<a.length){var f=c++;return{value:b(f,a[f]),done:!1}}d=!0;return{done:!0,value:void 0}}};e[Symbol.iterator]=function(){return e};return e};q("Array.prototype.entries",function(a){return a?a:function(){return pa(this,function(b,c){return[b,c]})}}); q("Math.trunc",function(a){return a?a:function(b){b=Number(b);if(isNaN(b)||b===Infinity||b===-Infinity||b===0)return b;var c=Math.floor(Math.abs(b));return b<0?-c:c}});q("Array.prototype.find",function(a){return a?a:function(b,c){a:{var d=this;d instanceof String&&(d=String(d));for(var e=d.length,f=0;f<e;f++){var g=d[f];if(b.call(c,g,f,d)){b=g;break a}}b=void 0}return b}});q("Object.values",function(a){return a?a:function(b){var c=[],d;for(d in b)ma(b,d)&&c.push(b[d]);return c}}); q("Number.isNaN",function(a){return a?a:function(b){return typeof b==="number"&&isNaN(b)}});q("Array.prototype.keys",function(a){return a?a:function(){return pa(this,function(b){return b})}});q("Array.prototype.values",function(a){return a?a:function(){return pa(this,function(b,c){return c})}});q("Array.prototype.fill",function(a){return a?a:function(b,c,d){var e=this.length||0;c<0&&(c=Math.max(0,e+c));if(d==null||d>e)d=e;d=Number(d);d<0&&(d=Math.max(0,e+d));for(c=Number(c||0);c<d;c++)this[c]=b;return this}}); var qa=function(a){return a?a:Array.prototype.fill};q("Int8Array.prototype.fill",qa);q("Uint8Array.prototype.fill",qa);q("Uint8ClampedArray.prototype.fill",qa);q("Int16Array.prototype.fill",qa);q("Uint16Array.prototype.fill",qa);q("Int32Array.prototype.fill",qa);q("Uint32Array.prototype.fill",qa);q("Float32Array.prototype.fill",qa);q("Float64Array.prototype.fill",qa); q("Array.prototype.flat",function(a){return a?a:function(b){b=b===void 0?1:b;var c=[];Array.prototype.forEach.call(this,function(d){Array.isArray(d)&&b>0?(d=Array.prototype.flat.call(d,b-1),c.push.apply(c,d)):c.push(d)});return c}});q("Promise.prototype.finally",function(a){return a?a:function(b){return this.then(function(c){return Promise.resolve(b()).then(function(){return c})},function(c){return Promise.resolve(b()).then(function(){throw c;})})}});/* Copyright The Closure Library Authors. SPDX-License-Identifier: Apache-2.0 */ _.ra=_.ra||{};_.w=this||self;_.sa=_.w._F_toggles||[];_.ta="closure_uid_"+(Math.random()*1E9>>>0);_.x=function(a,b){a=a.split(".");for(var c=_.w,d;a.length&&(d=a.shift());)a.length||b===void 0?c[d]&&c[d]!==Object.prototype[d]?c=c[d]:c=c[d]={}:c[d]=b}; }catch(e){_._DumpException(e)} try{ /* Copyright Google LLC SPDX-License-Identifier: Apache-2.0 */ var Ba,Ja,Oa,Qa,Ra,eb,mb,pb,rb,yb,ub,zb,Eb,Lb,Rb,cc,dc;_.ua=function(a,b){if(Error.captureStackTrace)Error.captureStackTrace(this,_.ua);else{var c=Error().stack;c&&(this.stack=c)}a&&(this.message=String(a));b!==void 0&&(this.cause=b)};_.va=function(a){a.pl=!0;return a};_.Aa=function(a){var b=a;if(wa(b)){if(!/^\s*(?:-?[1-9]\d*|0)?\s*$/.test(b))throw Error(String(b));}else if(xa(b)&&!Number.isSafeInteger(b))throw Error(String(b));return ya?BigInt(a):a=za(a)?a?"1":"0":wa(a)?a.trim()||"0":String(a)}; Ba=function(a,b){if(a.length>b.length)return!1;if(a.length<b.length||a===b)return!0;for(var c=0;c<a.length;c++){var d=a[c],e=b[c];if(d>e)return!1;if(d<e)return!0}};_.Ca=function(a){_.w.setTimeout(function(){throw a;},0)};_.Da=function(a,b){return a.lastIndexOf(b,0)==0};_.Ea=function(a){return/^[\s\xa0]*$/.test(a)};_.Ga=function(){return _.Fa().toLowerCase().indexOf("webkit")!=-1};_.Fa=function(){var a=_.w.navigator;return a&&(a=a.userAgent)?a:""}; Ja=function(a){if(!Ha||!_.Ia)return!1;for(var b=0;b<_.Ia.brands.length;b++){var c=_.Ia.brands[b].brand;if(c&&c.indexOf(a)!=-1)return!0}return!1};_.z=function(a){return _.Fa().indexOf(a)!=-1};_.Ka=function(){return Ha?!!_.Ia&&_.Ia.brands.length>0:!1};_.La=function(){return _.Ka()?!1:_.z("Opera")};_.Ma=function(){return _.Ka()?!1:_.z("Trident")||_.z("MSIE")};_.Na=function(){return _.z("Firefox")||_.z("FxiOS")}; _.Pa=function(){return _.z("Safari")&&!(Oa()||(_.Ka()?0:_.z("Coast"))||_.La()||(_.Ka()?0:_.z("Edge"))||(_.Ka()?Ja("Microsoft Edge"):_.z("Edg/"))||(_.Ka()?Ja("Opera"):_.z("OPR"))||_.Na()||_.z("Silk")||_.z("Android"))};Oa=function(){return _.Ka()?Ja("Chromium"):(_.z("Chrome")||_.z("CriOS"))&&!(_.Ka()?0:_.z("Edge"))||_.z("Silk")};Qa=function(){return Ha?!!_.Ia&&!!_.Ia.platform:!1};Ra=function(){return _.z("iPhone")&&!_.z("iPod")&&!_.z("iPad")};_.Sa=function(){return Ra()||_.z("iPad")||_.z("iPod")}; _.Ta=function(){return Qa()?_.Ia.platform==="macOS":_.z("Macintosh")};_.Va=function(a,b){return(0,_.Ua)(a,b)>=0};_.Wa=function(a){var b=a.length;if(b>0){for(var c=Array(b),d=0;d<b;d++)c[d]=a[d];return c}return[]};_.Xa=function(a,b,c){return typeof Symbol==="function"&&typeof Symbol()==="symbol"?(c===void 0?0:c)&&Symbol.for&&a?Symbol.for(a):a!=null?Symbol(a):Symbol():b};_.ab=function(a,b){_.Ya||_.A in a||Za(a,$a);a[_.A]|=b};_.bb=function(a,b){_.Ya||_.A in a||Za(a,$a);a[_.A]=b}; _.db=function(a,b){return b===void 0?a.i!==cb&&!!(2&(a.H[_.A]|0)):!!(2&b)&&a.i!==cb};eb=function(a){return a};_.fb=function(a,b){a.__closure__error__context__984382||(a.__closure__error__context__984382={});a.__closure__error__context__984382.severity=b};_.hb=function(a,b){if(a!=null){var c;var d=(c=gb)!=null?c:gb={};c=d[a]||0;c>=b||(d[a]=c+1,a=Error(),_.fb(a,"incident"),_.Ca(a))}};_.kb=function(a){var b=_.ib(_.jb);return b?a[b]:void 0};mb=function(a,b){b<100||_.hb(lb,1)}; pb=function(a,b,c,d){var e=d!==void 0;d=!!d;var f=_.ib(_.jb),g;!e&&_.Ya&&f&&(g=a[f])&&g.Vc(mb);f=[];var h=a.length;g=4294967295;var k=!1,m=!!(b&64),n=m?b&128?0:-1:void 0;if(!(b&1)){var p=h&&a[h-1];p!=null&&typeof p==="object"&&p.constructor===Object?(h--,g=h):p=void 0;if(m&&!(b&128)&&!e){k=!0;var r;g=((r=nb)!=null?r:eb)(g-n,n,a,p)+n}}b=void 0;for(r=0;r<h;r++){var t=a[r];if(t!=null&&(t=c(t,d))!=null)if(m&&r>=g){var u=r-n,y=void 0;((y=b)!=null?y:b={})[u]=t}else f[r]=t}if(p)for(var D in p)h=p[D],h!= null&&(h=c(h,d))!=null&&(r=+D,t=void 0,m&&!Number.isNaN(r)&&(t=r+n)<g?f[t]=h:(r=void 0,((r=b)!=null?r:b={})[D]=h));b&&(k?f.push(b):f[g]=b);e&&_.ib(_.jb)&&(a=_.kb(a))&&"function"==typeof _.ob&&a instanceof _.ob&&(f[_.jb]=a.i());return f}; rb=function(a){switch(typeof a){case "number":return Number.isFinite(a)?a:""+a;case "bigint":return(0,_.qb)(a)?Number(a):""+a;case "boolean":return a?1:0;case "object":if(Array.isArray(a)){var b=a[_.A]|0;return a.length===0&&b&1?void 0:pb(a,b,rb)}if(a!=null&&a[_.sb]===_.tb)return ub(a);if("function"==typeof _.vb&&a instanceof _.vb)return a.j();return}return a};yb=function(a,b){if(b){nb=b==null||b===eb||b[wb]!==xb?eb:b;try{return ub(a)}finally{nb=void 0}}return ub(a)}; ub=function(a){a=a.H;return pb(a,a[_.A]|0,rb)}; _.B=function(a,b,c,d){d=d===void 0?0:d;if(a==null){var e=32;c?(a=[c],e|=128):a=[];b&&(e=e&-8380417|(b&1023)<<13)}else{if(!Array.isArray(a))throw Error("F");e=a[_.A]|0;2048&e&&!(2&e)&&zb();if(e&256)throw Error("H");if(e&64)return d!==0||e&2048||_.bb(a,e|2048),a;if(c&&(e|=128,c!==a[0]))throw Error("I");a:{c=a;e|=64;var f=c.length;if(f){var g=f-1,h=c[g];if(h!=null&&typeof h==="object"&&h.constructor===Object){b=e&128?0:-1;g-=b;if(g>=1024)throw Error("K");for(var k in h)f=+k,f<g&&(c[f+b]=h[k],delete h[k]); e=e&-8380417|(g&1023)<<13;break a}}if(b){k=Math.max(b,f-(e&128?0:-1));if(k>1024)throw Error("L");e=e&-8380417|(k&1023)<<13}}}e|=64;d===0&&(e|=2048);_.bb(a,e);return a};zb=function(){_.hb(Ab,5)}; Eb=function(a,b){if(typeof a!=="object")return a;if(Array.isArray(a)){var c=a[_.A]|0;a.length===0&&c&1?a=void 0:c&2||(!b||4096&c||16&c?a=_.Bb(a,c,!1,b&&!(c&16)):(_.ab(a,34),c&4&&Object.freeze(a)));return a}if(a!=null&&a[_.sb]===_.tb)return b=a.H,c=b[_.A]|0,_.db(a,c)?a:_.Cb(a,b,c)?_.Db(a,b):_.Bb(b,c);if("function"==typeof _.vb&&a instanceof _.vb)return a};_.Db=function(a,b,c){a=new a.constructor(b);c&&(a.i=cb);a.o=cb;return a}; _.Bb=function(a,b,c,d){d!=null||(d=!!(34&b));a=pb(a,b,Eb,d);d=32;c&&(d|=2);b=b&8380609|d;_.bb(a,b);return a};_.Fb=function(a){if(a.i!==cb)return!1;var b=a.H;b=_.Bb(b,b[_.A]|0);_.ab(b,2048);a.H=b;a.i=void 0;a.o=void 0;return!0};_.Gb=function(a){if(!_.Fb(a)&&_.db(a,a.H[_.A]|0))throw Error();};_.Hb=function(a,b){b===void 0&&(b=a[_.A]|0);b&32&&!(b&4096)&&_.bb(a,b|4096)};_.Cb=function(a,b,c){return c&2?!0:c&32&&!(c&4096)?(_.bb(b,c|2),a.i=cb,!0):!1}; _.Ib=function(a,b,c,d,e){var f=c+(e?0:-1),g=a.length-1;if(g>=1+(e?0:-1)&&f>=g){var h=a[g];if(h!=null&&typeof h==="object"&&h.constructor===Object)return h[c]=d,b}if(f<=g)return a[f]=d,b;if(d!==void 0){var k;g=((k=b)!=null?k:b=a[_.A]|0)>>13&1023||536870912;c>=g?d!=null&&(f={},a[g+(e?0:-1)]=(f[c]=d,f)):a[f]=d}return b};_.Jb=function(){var a=function(){throw Error();};Object.setPrototypeOf(a,a.prototype);return a}; Lb=function(){var a=null;if(!Kb)return a;try{var b=function(c){return c};a=Kb.createPolicy("ogb-og#html",{createHTML:b,createScript:b,createScriptURL:b})}catch(c){}return a};_.Nb=function(){Mb===void 0&&(Mb=Lb());return Mb};_.Pb=function(a){var b=_.Nb();a=b?b.createScriptURL(a):a;return new _.Ob(a)};Rb=function(a){return new _.Qb(function(b){return b.substr(0,a.length+1).toLowerCase()===a+":"})};_.Tb=function(a){if(Sb.test(a))return a}; _.Vb=function(a){if(a instanceof _.Ub)if(a instanceof _.Ub)a=a.i;else throw Error("N");else a=_.Tb(a);return a};_.Xb=function(a){var b=_.Nb();a=b?b.createHTML(a):a;return new _.Wb(a)};_.Yb=function(a,b,c){for(var d in a)b.call(c,a[d],d,a)};_.Zb=function(a){var b=typeof a;return b=="object"&&a!=null||b=="function"}; _.C=function(a,b){a.prototype=(0,_.fa)(b.prototype);a.prototype.constructor=a;if(_.la)(0,_.la)(a,b);else for(var c in b)if(c!="prototype")if(Object.defineProperties){var d=Object.getOwnPropertyDescriptor(b,c);d&&Object.defineProperty(a,c,d)}else a[c]=b[c];a.U=b.prototype};_.$b=function(a,b){a=a.split(".");b=b||_.w;for(var c=0;c<a.length;c++)if(b=b[a[c]],b==null)return null;return b};_.ac=function(a){var b=typeof a;return b!="object"?b:a?Array.isArray(a)?"array":b:"null"}; _.bc=function(a){var b=_.ac(a);return b=="array"||b=="object"&&typeof a.length=="number"};cc=function(a,b,c){return a.call.apply(a.bind,arguments)};dc=function(a,b,c){if(!a)throw Error();if(arguments.length>2){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)}}; _.E=function(a,b,c){_.E=Function.prototype.bind&&Function.prototype.bind.toString().indexOf("native code")!=-1?cc:dc;return _.E.apply(null,arguments)};_.ib=function(a){return a};_.F=function(a,b){function c(){}c.prototype=b.prototype;a.U=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.el=function(d,e,f){for(var g=Array(arguments.length-2),h=2;h<arguments.length;h++)g[h-2]=arguments[h];return b.prototype[e].apply(d,g)}};_.F(_.ua,Error);_.ua.prototype.name="CustomError";var xa=_.va(function(a){return typeof a==="number"}),wa=_.va(function(a){return typeof a==="string"}),za=_.va(function(a){return typeof a==="boolean"});var ya=typeof _.w.BigInt==="function"&&typeof _.w.BigInt(0)==="bigint";var hc,ec,ic,fc;_.qb=_.va(function(a){return ya?a>=ec&&a<=fc:a[0]==="-"?Ba(a,hc):Ba(a,ic)});hc=Number.MIN_SAFE_INTEGER.toString();ec=ya?BigInt(Number.MIN_SAFE_INTEGER):void 0;ic=Number.MAX_SAFE_INTEGER.toString();fc=ya?BigInt(Number.MAX_SAFE_INTEGER):void 0;_.jc=typeof Uint8Array.prototype.slice==="function";_.kc=typeof TextDecoder!=="undefined";_.mc=typeof String.prototype.isWellFormed==="function";_.nc=typeof TextEncoder!=="undefined";_.oc=String.prototype.trim?function(a){return a.trim()}:function(a){return/^[\s\xa0]*([\s\S]*?)[\s\xa0]*$/.exec(a)[1]};var pc=!!(_.sa[0]>>16&1);var qc;if(_.sa[0]>>15&1)qc=pc;else{var rc=_.$b("WIZ_global_data.oxN3nb"),sc=rc&&rc[610401301];qc=sc!=null?sc:!1}var Ha=qc;var tc;tc=_.w.navigator;_.Ia=tc?tc.userAgentData||null:null;_.Ua=Array.prototype.indexOf?function(a,b){return Array.prototype.indexOf.call(a,b,void 0)}:function(a,b){if(typeof a==="string")return typeof b!=="string"||b.length!=1?-1:a.indexOf(b,0);for(var c=0;c<a.length;c++)if(c in a&&a[c]===b)return c;return-1};_.vc=Array.prototype.forEach?function(a,b,c){Array.prototype.forEach.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=typeof a==="string"?a.split(""):a,f=0;f<d;f++)f in e&&b.call(c,e[f],f,a)}; _.wc=Array.prototype.filter?function(a,b,c){return Array.prototype.filter.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=[],f=0,g=typeof a==="string"?a.split(""):a,h=0;h<d;h++)if(h in g){var k=g[h];b.call(c,k,h,a)&&(e[f++]=k)}return e};_.xc=Array.prototype.map?function(a,b,c){return Array.prototype.map.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=Array(d),f=typeof a==="string"?a.split(""):a,g=0;g<d;g++)g in f&&(e[g]=b.call(c,f[g],g,a));return e}; _.yc=Array.prototype.reduce?function(a,b,c){return Array.prototype.reduce.call(a,b,c)}:function(a,b,c){var d=c;(0,_.vc)(a,function(e,f){d=b.call(void 0,d,e,f,a)});return d};_.zc=Array.prototype.some?function(a,b){return Array.prototype.some.call(a,b,void 0)}:function(a,b){for(var c=a.length,d=typeof a==="string"?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a))return!0;return!1};_.Ac=function(a){_.Ac[" "](a);return a};_.Ac[" "]=function(){};var Oc;_.Bc=_.La();_.Cc=_.Ma();_.Dc=_.z("Edge");_.Ec=_.z("Gecko")&&!(_.Ga()&&!_.z("Edge"))&&!(_.z("Trident")||_.z("MSIE"))&&!_.z("Edge");_.Fc=_.Ga()&&!_.z("Edge");_.Gc=_.Ta();_.Hc=Qa()?_.Ia.platform==="Windows":_.z("Windows");_.Ic=(Qa()?_.Ia.platform==="Linux":_.z("Linux"))||(Qa()?_.Ia.platform==="Chrome OS":_.z("CrOS"));_.Jc=Qa()?_.Ia.platform==="Android":_.z("Android");_.Kc=Ra();_.Lc=_.z("iPad");_.Mc=_.z("iPod");_.Nc=_.Sa(); a:{var Pc="",Qc=function(){var a=_.Fa();if(_.Ec)return/rv:([^\);]+)(\)|;)/.exec(a);if(_.Dc)return/Edge\/([\d\.]+)/.exec(a);if(_.Cc)return/\b(?:MSIE|rv)[: ]([^\);]+)(\)|;)/.exec(a);if(_.Fc)return/WebKit\/(\S+)/.exec(a);if(_.Bc)return/(?:Version)[ \/]?(\S+)/.exec(a)}();Qc&&(Pc=Qc?Qc[1]:"");if(_.Cc){var Rc,Sc=_.w.document;Rc=Sc?Sc.documentMode:void 0;if(Rc!=null&&Rc>parseFloat(Pc)){Oc=String(Rc);break a}}Oc=Pc}_.Tc=Oc;_.Uc=_.Na();_.Vc=Ra()||_.z("iPod");_.Wc=_.z("iPad");_.Xc=_.z("Android")&&!(Oa()||_.Na()||_.La()||_.z("Silk"));_.Yc=Oa();_.Zc=_.Pa()&&!_.Sa();_.$c=typeof Uint8Array!=="undefined";_.ad=!_.Cc&&typeof btoa==="function";var bd,lb,Ab,wb;_.Ya=typeof Symbol==="function"&&typeof Symbol()==="symbol";bd=_.Xa("jas",void 0,!0);_.jb=_.Xa(void 0,Symbol());_.cd=_.Xa(void 0,"0ub");lb=_.Xa(void 0,"0ubs");_.dd=_.Xa(void 0,"0ubsb");Ab=_.Xa(void 0,"0actk");_.sb=_.Xa("m_m","ul",!0);wb=_.Xa(void 0,"vps");_.ed=_.Xa();var $a,Za,gd;$a={oj:{value:0,configurable:!0,writable:!0,enumerable:!1}};Za=Object.defineProperties;_.A=_.Ya?bd:"oj";gd=[];_.bb(gd,7);_.fd=Object.freeze(gd);var cb;_.tb={};cb={};_.hd=Object.freeze({});var xb={};var gb=void 0;_.id=typeof BigInt==="function"?BigInt.asIntN:void 0;_.jd=Number.isSafeInteger;_.kd=Number.isFinite;_.ld=Math.trunc;var nb;_.md=_.Aa(0);_.od=function(a,b,c,d,e){b=_.nd(a.H,b,c,e);if(b!==null||d&&a.o!==cb)return b};_.nd=function(a,b,c,d){if(b===-1)return null;var e=b+(c?0:-1),f=a.length-1;if(!(f<1+(c?0:-1))){if(e>=f){var g=a[f];if(g!=null&&typeof g==="object"&&g.constructor===Object){c=g[b];var h=!0}else if(e===f)c=g;else return}else c=a[e];if(d&&c!=null){d=d(c);if(d==null)return d;if(!Object.is(d,c))return h?g[b]=d:a[e]=d,d}return c}};_.pd=function(a,b,c,d){_.Gb(a);var e=a.H;_.Ib(e,e[_.A]|0,b,c,d);return a};_.G=function(a,b,c){this.H=_.B(a,b,c)};_.G.prototype.toJSON=function(){return yb(this)};_.G.prototype.ga=function(a){return JSON.stringify(yb(this,a))};_.G.prototype[_.sb]=_.tb;_.G.prototype.toString=function(){return this.H.toString()};_.qd=_.Jb();_.rd=_.Jb();_.sd=_.Jb();_.td=Symbol();var ud=globalThis.trustedTypes,Kb=ud,Mb;_.Ob=function(a){this.i=a};_.Ob.prototype.toString=function(){return this.i+""};_.Ub=function(a){this.i=a};_.Ub.prototype.toString=function(){return this.i};_.vd=new _.Ub("about:invalid#zClosurez");var Sb;_.Qb=function(a){this.qj=a};_.wd=[Rb("data"),Rb("http"),Rb("https"),Rb("mailto"),Rb("ftp"),new _.Qb(function(a){return/^[^:]*([/?#]|$)/.test(a)})];Sb=/^\s*(?!javascript:)(?:[\w+.-]+:|[^:/?#]*(?:[/?#]|$))/i;_.Wb=function(a){this.i=a};_.Wb.prototype.toString=function(){return this.i+""};_.xd=new _.Wb(ud?ud.emptyHTML:"");_.H=function(){this.ia=this.ia;this.da=this.da};_.H.prototype.ia=!1;_.H.prototype.isDisposed=function(){return this.ia};_.H.prototype.dispose=function(){this.ia||(this.ia=!0,this.O())};_.H.prototype[Symbol.dispose]=function(){this.dispose()};_.H.prototype.O=function(){if(this.da)for(;this.da.length;)this.da.shift()()};var zd,Cd;_.yd=function(a,b){return typeof b==="string"?a.getElementById(b):b};_.Ad=function(a,b){_.Yb(b,function(c,d){d=="style"?a.style.cssText=c:d=="class"?a.className=c:d=="for"?a.htmlFor=c:zd.hasOwnProperty(d)?a.setAttribute(zd[d],c):_.Da(d,"aria-")||_.Da(d,"data-")?a.setAttribute(d,c):a[d]=c})}; zd={cellpadding:"cellPadding",cellspacing:"cellSpacing",colspan:"colSpan",frameborder:"frameBorder",height:"height",maxlength:"maxLength",nonce:"nonce",role:"role",rowspan:"rowSpan",type:"type",usemap:"useMap",valign:"vAlign",width:"width"};_.Dd=function(a,b){var c=b[1],d=_.Bd(a,String(b[0]));c&&(typeof c==="string"?d.className=c:Array.isArray(c)?d.className=c.join(" "):_.Ad(d,c));b.length>2&&Cd(a,d,b);return d}; Cd=function(a,b,c){function d(h){h&&b.appendChild(typeof h==="string"?a.createTextNode(h):h)}for(var e=2;e<c.length;e++){var f=c[e];if(!_.bc(f)||_.Zb(f)&&f.nodeType>0)d(f);else{a:{if(f&&typeof f.length=="number"){if(_.Zb(f)){var g=typeof f.item=="function"||typeof f.item=="string";break a}if(typeof f==="function"){g=typeof f.item=="function";break a}}g=!1}_.vc(g?_.Wa(f):f,d)}}};_.Bd=function(a,b){b=String(b);a.contentType==="application/xhtml+xml"&&(b=b.toLowerCase());return a.createElement(b)}; _.Ed=function(a){for(var b;b=a.firstChild;)a.removeChild(b)};_.Fd=function(a){return a&&a.parentNode?a.parentNode.removeChild(a):null};_.Gd=function(a){return a.nodeType==9?a:a.ownerDocument||a.document};_.Hd=function(a,b){for(var c=0;a;){if(b(a))return a;a=a.parentNode;c++}return null};_.Id=function(a){var b="Db";if(a.Db&&a.hasOwnProperty(b))return a.Db;b=new a;return a.Db=b};_.Jd=function(){this.i={};this.j={}};_.Ld=function(a,b){if(b in a.i)return a.i[b];throw new Kd(b);};_.Md=function(a,b){return a.i[b]||null};_.Jd.fa=function(){return _.Id(_.Jd)};_.Nd=function(){_.ua.call(this)};_.C(_.Nd,_.ua);var Kd=function(){_.ua.call(this)};_.C(Kd,_.Nd); }catch(e){_._DumpException(e)} try{ var Ud;_.Od=function(a){a=Error(a);_.fb(a,"warning");return a};_.Pd=function(a){if(typeof a!=="boolean")throw Error("E`"+_.ac(a)+"`"+a);return a};_.Rd=function(a){if(!(0,_.kd)(a))throw _.Od("enum");return a|0};_.Sd=function(a){if(typeof a!=="number")throw _.Od("int32");if(!(0,_.kd)(a))throw _.Od("int32");return a|0};_.Td=function(a,b){b=(0,_.Ua)(a,b);var c;(c=b>=0)&&Array.prototype.splice.call(a,b,1);return c};Ud=function(a,b){for(var c in a)if(b.call(void 0,a[c],c,a))return!0;return!1}; _.Vd=function(a){this.src=a;this.i={};this.j=0};_.Wd=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var d=c.slice();d.push.apply(d,arguments);return a.apply(this,d)}};_.I=function(a,b,c,d){c==null&&(c=void 0);_.pd(a,b,c,d);c&&!_.db(c)&&_.Hb(a.H);return a};_.K=function(a,b,c,d){return _.pd(a,b,c==null?c:_.Pd(c),d)};_.M=function(a,b,c){return _.pd(a,b,c==null?c:_.Sd(c))};_.O=function(a,b,c,d){return _.pd(a,b,c==null?c:_.Rd(c),d)}; _.Xd=function(a){return _.Zb(a)&&a.nodeType==1};_.Yd=function(a){this.H=_.B(a)};_.C(_.Yd,_.G);_.Yd.prototype.B=function(a){return _.M(this,3,a)};var Zd=function(){if(!_.w.addEventListener||!Object.defineProperty)return!1;var a=!1,b=Object.defineProperty({},"passive",{get:function(){a=!0}});try{var c=function(){};_.w.addEventListener("test",c,b);_.w.removeEventListener("test",c,b)}catch(d){}return a}();_.$d=_.Fc?"webkitTransitionEnd":"transitionend";_.be=function(a,b){this.type="function"==typeof _.ae&&a instanceof _.ae?String(a):a;this.currentTarget=this.target=b;this.defaultPrevented=this.j=!1};_.be.prototype.stopPropagation=function(){this.j=!0};_.be.prototype.preventDefault=function(){this.defaultPrevented=!0};_.ce=function(a,b){_.be.call(this,a?a.type:"");this.relatedTarget=this.currentTarget=this.target=null;this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0;this.key="";this.charCode=this.keyCode=0;this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=!1;this.state=null;this.pointerId=0;this.pointerType="";this.timeStamp=0;this.i=null;a&&this.init(a,b)};_.F(_.ce,_.be); _.ce.prototype.init=function(a,b){var c=this.type=a.type,d=a.changedTouches&&a.changedTouches.length?a.changedTouches[0]:null;this.target=a.target||a.srcElement;this.currentTarget=b;b=a.relatedTarget;b||(c=="mouseover"?b=a.fromElement:c=="mouseout"&&(b=a.toElement));this.relatedTarget=b;d?(this.clientX=d.clientX!==void 0?d.clientX:d.pageX,this.clientY=d.clientY!==void 0?d.clientY:d.pageY,this.screenX=d.screenX||0,this.screenY=d.screenY||0):(this.offsetX=_.Fc||a.offsetX!==void 0?a.offsetX:a.layerX, this.offsetY=_.Fc||a.offsetY!==void 0?a.offsetY:a.layerY,this.clientX=a.clientX!==void 0?a.clientX:a.pageX,this.clientY=a.clientY!==void 0?a.clientY:a.pageY,this.screenX=a.screenX||0,this.screenY=a.screenY||0);this.button=a.button;this.keyCode=a.keyCode||0;this.key=a.key||"";this.charCode=a.charCode||(c=="keypress"?a.keyCode:0);this.ctrlKey=a.ctrlKey;this.altKey=a.altKey;this.shiftKey=a.shiftKey;this.metaKey=a.metaKey;this.pointerId=a.pointerId||0;this.pointerType=a.pointerType;this.state=a.state; this.timeStamp=a.timeStamp;this.i=a;a.defaultPrevented&&_.ce.U.preventDefault.call(this)};_.ce.prototype.stopPropagation=function(){_.ce.U.stopPropagation.call(this);this.i.stopPropagation?this.i.stopPropagation():this.i.cancelBubble=!0};_.ce.prototype.preventDefault=function(){_.ce.U.preventDefault.call(this);var a=this.i;a.preventDefault?a.preventDefault():a.returnValue=!1};_.ce.prototype.Fa=function(){return this.i};_.de="closure_listenable_"+(Math.random()*1E6|0);_.ee=function(a){return!(!a||!a[_.de])};var fe=0;var ge;ge=function(a,b,c,d,e){this.listener=a;this.proxy=null;this.src=b;this.type=c;this.capture=!!d;this.ed=e;this.key=++fe;this.Fc=this.Qc=!1};_.he=function(a){a.Fc=!0;a.listener=null;a.proxy=null;a.src=null;a.ed=null};_.Vd.prototype.add=function(a,b,c,d,e){var f=a.toString();a=this.i[f];a||(a=this.i[f]=[],this.j++);var g=ie(a,b,d,e);g>-1?(b=a[g],c||(b.Qc=!1)):(b=new ge(b,this.src,f,!!d,e),b.Qc=c,a.push(b));return b};_.Vd.prototype.remove=function(a,b,c,d){a=a.toString();if(!(a in this.i))return!1;var e=this.i[a];b=ie(e,b,c,d);return b>-1?(_.he(e[b]),Array.prototype.splice.call(e,b,1),e.length==0&&(delete this.i[a],this.j--),!0):!1}; _.je=function(a,b){var c=b.type;if(!(c in a.i))return!1;var d=_.Td(a.i[c],b);d&&(_.he(b),a.i[c].length==0&&(delete a.i[c],a.j--));return d};_.Vd.prototype.Zc=function(a,b){a=this.i[a.toString()];var c=[];if(a)for(var d=0;d<a.length;++d){var e=a[d];e.capture==b&&c.push(e)}return c};_.Vd.prototype.zc=function(a,b,c,d){a=this.i[a.toString()];var e=-1;a&&(e=ie(a,b,c,d));return e>-1?a[e]:null}; _.Vd.prototype.hasListener=function(a,b){var c=a!==void 0,d=c?a.toString():"",e=b!==void 0;return Ud(this.i,function(f){for(var g=0;g<f.length;++g)if(!(c&&f[g].type!=d||e&&f[g].capture!=b))return!0;return!1})};var ie=function(a,b,c,d){for(var e=0;e<a.length;++e){var f=a[e];if(!f.Fc&&f.listener==b&&f.capture==!!c&&f.ed==d)return e}return-1};var ke,le,me,qe,se,te,ue,xe;ke="closure_lm_"+(Math.random()*1E6|0);le={};me=0;_.oe=function(a,b,c,d,e){if(d&&d.once)return _.ne(a,b,c,d,e);if(Array.isArray(b)){for(var f=0;f<b.length;f++)_.oe(a,b[f],c,d,e);return null}c=_.pe(c);return _.ee(a)?a.listen(b,c,_.Zb(d)?!!d.capture:!!d,e):qe(a,b,c,!1,d,e)}; qe=function(a,b,c,d,e,f){if(!b)throw Error("R");var g=_.Zb(e)?!!e.capture:!!e,h=_.re(a);h||(a[ke]=h=new _.Vd(a));c=h.add(b,c,d,g,f);if(c.proxy)return c;d=se();c.proxy=d;d.src=a;d.listener=c;if(a.addEventListener)Zd||(e=g),e===void 0&&(e=!1),a.addEventListener(b.toString(),d,e);else if(a.attachEvent)a.attachEvent(te(b.toString()),d);else if(a.addListener&&a.removeListener)a.addListener(d);else throw Error("S");me++;return c};se=function(){var a=ue,b=function(c){return a.call(b.src,b.listener,c)};return b}; _.ne=function(a,b,c,d,e){if(Array.isArray(b)){for(var f=0;f<b.length;f++)_.ne(a,b[f],c,d,e);return null}c=_.pe(c);return _.ee(a)?a.oa(b,c,_.Zb(d)?!!d.capture:!!d,e):qe(a,b,c,!0,d,e)};_.ve=function(a,b,c,d,e){if(Array.isArray(b))for(var f=0;f<b.length;f++)_.ve(a,b[f],c,d,e);else d=_.Zb(d)?!!d.capture:!!d,c=_.pe(c),_.ee(a)?a.pa(b,c,d,e):a&&(a=_.re(a))&&(b=a.zc(b,c,d,e))&&_.we(b)}; _.we=function(a){if(typeof a==="number"||!a||a.Fc)return!1;var b=a.src;if(_.ee(b))return b.Ed(a);var c=a.type,d=a.proxy;b.removeEventListener?b.removeEventListener(c,d,a.capture):b.detachEvent?b.detachEvent(te(c),d):b.addListener&&b.removeListener&&b.removeListener(d);me--;(c=_.re(b))?(_.je(c,a),c.j==0&&(c.src=null,b[ke]=null)):_.he(a);return!0};te=function(a){return a in le?le[a]:le[a]="on"+a}; ue=function(a,b){if(a.Fc)a=!0;else{b=new _.ce(b,this);var c=a.listener,d=a.ed||a.src;a.Qc&&_.we(a);a=c.call(d,b)}return a};_.re=function(a){a=a[ke];return a instanceof _.Vd?a:null};xe="__closure_events_fn_"+(Math.random()*1E9>>>0);_.pe=function(a){if(typeof a==="function")return a;a[xe]||(a[xe]=function(b){return a.handleEvent(b)});return a[xe]}; }catch(e){_._DumpException(e)} try{ _.ye=function(a){return _.yd(document,a)};_.ze=function(a,b){if("textContent"in a)a.textContent=b;else if(a.nodeType==3)a.data=String(b);else if(a.firstChild&&a.firstChild.nodeType==3){for(;a.lastChild!=a.firstChild;)a.removeChild(a.lastChild);a.firstChild.data=String(b)}else _.Ed(a),a.appendChild(_.Gd(a).createTextNode(String(b)))}; }catch(e){_._DumpException(e)} try{ _.Ae=function(a,b){return a!=null?!!a:!!b}; }catch(e){_._DumpException(e)} try{ _.Be=function(a){if(a!=null&&typeof a!=="string")throw Error();return a};_.Ce=function(a){return a==null||typeof a==="string"?a:void 0};_.De=function(a,b,c){if(a!=null&&a[_.sb]===_.tb)return a;if(Array.isArray(a)){var d=a[_.A]|0;c=d|c&32|c&2;c!==d&&_.bb(a,c);return new b(a)}};_.Ee=function(a){var b=a.H,c=b[_.A]|0;return _.db(a,c)?_.Cb(a,b,c)?_.Db(a,b,!0):new a.constructor(_.Bb(b,c,!1)):a}; _.Fe=function(a,b,c,d,e){var f=!1;d=_.nd(a,d,e,function(g){var h=_.De(g,c,b);f=h!==g&&h!=null;return h});if(d!=null)return f&&!_.db(d)&&_.Hb(a,b),d};_.Ge=function(a){if(a==null||typeof a==="boolean")return a;if(typeof a==="number")return!!a};_.He=function(a){if(a==null)return a;if(typeof a==="string"&&a)a=+a;else if(typeof a!=="number")return;return(0,_.kd)(a)?a|0:void 0};_.Ie={}; _.P=function(a,b,c,d){var e=a.H,f=e[_.A]|0;b=_.Fe(e,f,b,c,d);if(b==null)return b;f=e[_.A]|0;if(!_.db(a,f)){var g=_.Ee(b);g!==b&&(_.Fb(a)&&(e=a.H,f=e[_.A]|0),b=g,f=_.Ib(e,f,c,b,d),_.Hb(e,f))}return b};_.Q=function(a,b,c,d){c=c===void 0?"":c;var e;return(e=_.Ce(_.od(a,b,d)))!=null?e:c};_.R=function(a,b,c,d){return _.pd(a,b,_.Be(c),d)};_.S=function(a,b,c){return _.Ge(_.od(a,b,c,_.Ie))};var Je=function(a){this.H=_.B(a)};_.C(Je,_.G);var Me;_.Ke=new Je(window.gbar&&window.gbar._CONFIG?window.gbar._CONFIG[0]:[[,,,,,,,[]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]]);Me=_.S(_.Ke,3);_.Ne=_.Ae(Me); }catch(e){_._DumpException(e)} try{ _.Oe=function(a,b){b=_.Vb(b);b!==void 0&&(a.href=b)}; }catch(e){_._DumpException(e)} try{ _.Pe=typeof AsyncContext!=="undefined"&&typeof AsyncContext.Snapshot==="function"?function(a){return a&&AsyncContext.Snapshot.wrap(a)}:function(a){return a}; }catch(e){_._DumpException(e)} try{ var Ue,Ve,$e,cf,af,bf,df,ef,gf;_.Qe=function(a){return Array.prototype.slice.call(a)};_.Re=function(a){return a==null?a:(0,_.kd)(a)?a|0:void 0};_.T={};_.Se=function(a,b,c,d){return _.Re(_.od(a,b,c,d))};_.Te=function(a,b,c){c=c===void 0?0:c;var d;return(d=_.Se(a,b))!=null?d:c};Ue=function(){this.C=!1;this.A=null;this.j=void 0;this.i=1;this.B=this.v=0;this.F=this.o=null};Ve=function(a){if(a.C)throw new TypeError("g");a.C=!0};Ue.prototype.D=function(a){this.j=a}; var We=function(a,b){a.o={Ef:b,Yf:!0};a.i=a.v||a.B};Ue.prototype.return=function(a){this.o={return:a};this.i=this.B};_.Xe=function(a,b,c){a.i=c;return{value:b}};Ue.prototype.na=function(a){this.i=a};_.Ye=function(a,b,c){a.v=b;c!=void 0&&(a.B=c)};_.Ze=function(a){a.v=0;var b=a.o.Ef;a.o=null;return b};$e=function(a){this.i=new Ue;this.j=a};cf=function(a,b){Ve(a.i);var c=a.i.A;if(c)return af(a,"return"in c?c["return"]:function(d){return{value:d,done:!0}},b,a.i.return);a.i.return(b);return bf(a)}; af=function(a,b,c,d){try{var e=b.call(a.i.A,c);if(!(e instanceof Object))throw new TypeError("f`"+e);if(!e.done)return a.i.C=!1,e;var f=e.value}catch(g){return a.i.A=null,We(a.i,g),bf(a)}a.i.A=null;d.call(a.i,f);return bf(a)};bf=function(a){for(;a.i.i;)try{var b=a.j(a.i);if(b)return a.i.C=!1,{value:b.value,done:!1}}catch(c){a.i.j=void 0,We(a.i,c)}a.i.C=!1;if(a.i.o){b=a.i.o;a.i.o=null;if(b.Yf)throw b.Ef;return{value:b.return,done:!0}}return{value:void 0,done:!0}}; df=function(a){this.next=function(b){Ve(a.i);a.i.A?b=af(a,a.i.A.next,b,a.i.D):(a.i.D(b),b=bf(a));return b};this.throw=function(b){Ve(a.i);a.i.A?b=af(a,a.i.A["throw"],b,a.i.D):(We(a.i,b),b=bf(a));return b};this.return=function(b){return cf(a,b)};this[Symbol.iterator]=function(){return this}};ef=function(a){function b(d){return a.next(d)}function c(d){return a.throw(d)}return new Promise(function(d,e){function f(g){g.done?d(g.value):Promise.resolve(g.value).then(b,c).then(f,e)}f(a.next())})};_.ff=function(a){return ef(new df(new $e(a)))}; gf={};_.hf=null;_.jf=function(){if(!_.hf){_.hf={};for(var a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),b=["+/=","+/","-_=","-_.","-_"],c=0;c<5;c++){var d=a.concat(b[c].split(""));gf[c]=d;for(var e=0;e<d.length;e++){var f=d[e];_.hf[f]===void 0&&(_.hf[f]=e)}}}}; _.kf=function(a,b){b===void 0&&(b=0);_.jf();b=gf[b];for(var c=Array(Math.floor(a.length/3)),d=b[64]||"",e=0,f=0;e<a.length-2;e+=3){var g=a[e],h=a[e+1],k=a[e+2],m=b[g>>2];g=b[(g&3)<<4|h>>4];h=b[(h&15)<<2|k>>6];k=b[k&63];c[f++]=m+g+h+k}m=0;k=d;switch(a.length-e){case 2:m=a[e+1],k=b[(m&15)<<2]||d;case 1:a=a[e],c[f]=b[a>>2]+b[(a&3)<<4|m>>4]+k+d}return c.join("")};_.lf=function(a,b,c,d,e,f,g){var h="";a&&(h+=a+":");c&&(h+="//",b&&(h+=b+"@"),h+=c,d&&(h+=":"+d));e&&(h+=e);f&&(h+="?"+f);g&&(h+="#"+g);return h};_.mf=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$"); }catch(e){_._DumpException(e)} try{ var of,pf,qf,vf,yf,Ef;_.nf=function(){return typeof BigInt==="function"};of=function(a){a=String(a);return"0000000".slice(a.length)+a};pf=function(a,b){b>>>=0;a>>>=0;if(b<=2097151)var c=""+(4294967296*b+a);else _.nf()?c=""+(BigInt(b)<<BigInt(32)|BigInt(a)):(c=(a>>>24|b<<8)&16777215,b=b>>16&65535,a=(a&16777215)+c*6777216+b*6710656,c+=b*8147497,b*=2,a>=1E7&&(c+=a/1E7>>>0,a%=1E7),c>=1E7&&(b+=c/1E7>>>0,c%=1E7),c=b+of(c)+of(a));return c};qf=function(a,b){b=~b;a?a=~a+1:b+=1;return[a,b]}; _.rf=function(a,b){b&2147483648?_.nf()?a=""+(BigInt(b|0)<<BigInt(32)|BigInt(a>>>0)):(b=_.v(qf(a,b)),a=b.next().value,b=b.next().value,a="-"+pf(a,b)):a=pf(a,b);return a};_.sf=function(a){a&&typeof a.dispose=="function"&&a.dispose()};vf=function(a){var b=a>>>0;_.tf=b;_.uf=(a-b)/4294967296>>>0};_.wf=function(a){if(a<0){vf(-a);var b=_.v(qf(_.tf,_.uf));a=b.next().value;b=b.next().value;_.tf=a>>>0;_.uf=b>>>0}else vf(a)}; _.xf=function(a){if(a.length<16)_.wf(Number(a));else if(_.nf())a=BigInt(a),_.tf=Number(a&BigInt(4294967295))>>>0,_.uf=Number(a>>BigInt(32)&BigInt(4294967295));else{var b=+(a[0]==="-");_.uf=_.tf=0;for(var c=a.length,d=b,e=(c-b)%6+b;e<=c;d=e,e+=6)d=Number(a.slice(d,e)),_.uf*=1E6,_.tf=_.tf*1E6+d,_.tf>=4294967296&&(_.uf+=Math.trunc(_.tf/4294967296),_.uf>>>=0,_.tf>>>=0);b&&(b=_.v(qf(_.tf,_.uf)),a=b.next().value,b=b.next().value,_.tf=a,_.uf=b)}}; _.zf=function(a){switch(typeof a){case "bigint":return!0;case "number":return(0,_.kd)(a);case "string":return yf.test(a);default:return!1}};_.Af=function(a){var b=a.length;return a[0]==="-"?b<20?!0:b===20&&Number(a.substring(0,7))>-922337:b<19?!0:b===19&&Number(a.substring(0,6))<922337};_.Bf=function(a){if(_.Af(a))return a;_.xf(a);return _.rf(_.tf,_.uf)};_.Cf=function(a){var b=(0,_.ld)(Number(a));if((0,_.jd)(b))return String(b);b=a.indexOf(".");b!==-1&&(a=a.substring(0,b));return _.Bf(a)}; _.Df=function(a){a=(0,_.ld)(a);if(!(0,_.jd)(a)){_.wf(a);var b=_.tf,c=_.uf;if(a=c&2147483648)b=~b+1>>>0,c=~c>>>0,b==0&&(c=c+1>>>0);var d=c*4294967296+(b>>>0);b=Number.isSafeInteger(d)?d:pf(b,c);a=typeof b==="number"?a?-b:b:a?"-"+b:b}return a};_.Ff=function(a,b){for(var c,d,e=1;e<arguments.length;e++){d=arguments[e];for(c in d)a[c]=d[c];for(var f=0;f<Ef.length;f++)c=Ef[f],Object.prototype.hasOwnProperty.call(d,c)&&(a[c]=d[c])}};_.Gf=function(a,b){a.ia?b():(a.da||(a.da=[]),a.da.push(b))}; _.Hf=function(a,b){_.Gf(a,_.Wd(_.sf,b))};_.tf=0;_.uf=0;yf=/^-?([1-9][0-9]*|0)(\.[0-9]+)?$/;_.If=function(a){var b=0,c;for(c in a.i){for(var d=a.i[c],e=0;e<d.length;e++)++b,_.he(d[e]);delete a.i[c];a.j--}};Ef="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");_.Jf=function(a){return a?a.defaultView:window};_.Kf=function(a){return _.Ld(_.Jd.fa(),a)};_.U=function(){_.H.call(this);this.Ha=new _.Vd(this);this.zh=this;this.wd=null};_.F(_.U,_.H); _.U.prototype[_.de]=!0;_.l=_.U.prototype;_.l.Me=function(a){this.wd=a};_.l.addEventListener=function(a,b,c,d){_.oe(this,a,b,c,d)};_.l.removeEventListener=function(a,b,c,d){_.ve(this,a,b,c,d)}; _.l.dispatchEvent=function(a){var b,c=this.wd;if(c)for(b=[];c;c=c.wd)b.push(c);c=this.zh;var d=a.type||a;if(typeof a==="string")a=new _.be(a,c);else if(a instanceof _.be)a.target=a.target||c;else{var e=a;a=new _.be(d,c);_.Ff(a,e)}e=!0;var f;if(b)for(f=b.length-1;!a.j&&f>=0;f--){var g=a.currentTarget=b[f];e=Lf(g,d,!0,a)&&e}a.j||(g=a.currentTarget=c,e=Lf(g,d,!0,a)&&e,a.j||(e=Lf(g,d,!1,a)&&e));if(b)for(f=0;!a.j&&f<b.length;f++)g=a.currentTarget=b[f],e=Lf(g,d,!1,a)&&e;return e}; _.l.O=function(){_.U.U.O.call(this);this.Ha&&_.If(this.Ha);this.wd=null};_.l.listen=function(a,b,c,d){return this.Ha.add(String(a),b,!1,c,d)};_.l.oa=function(a,b,c,d){return this.Ha.add(String(a),b,!0,c,d)};_.l.pa=function(a,b,c,d){this.Ha.remove(String(a),b,c,d)};_.l.Ed=function(a){return _.je(this.Ha,a)}; var Lf=function(a,b,c,d){b=a.Ha.i[String(b)];if(!b)return!0;b=b.concat();for(var e=!0,f=0;f<b.length;++f){var g=b[f];if(g&&!g.Fc&&g.capture==c){var h=g.listener,k=g.ed||g.src;g.Qc&&a.Ed(g);e=h.call(k,d)!==!1&&e}}return e&&!d.defaultPrevented};_.U.prototype.Zc=function(a,b){return this.Ha.Zc(String(a),b)};_.U.prototype.zc=function(a,b,c,d){return this.Ha.zc(String(a),b,c,d)};_.U.prototype.hasListener=function(a,b){return this.Ha.hasListener(a!==void 0?String(a):void 0,b)}; }catch(e){_._DumpException(e)} try{ _.Mf=function(a){if(a instanceof _.Ob)return a.i;throw Error("N");};_.V=function(a,b){b==void 0&&(b="");return a!=null?a:b};_.Nf=function(a,b){a.fa=function(){return _.Ld(_.Jd.fa(),b)};a.wk=function(){return _.Md(_.Jd.fa(),b)}}; }catch(e){_._DumpException(e)} try{ var Of=function(){_.ua.call(this)},Qf;_.C(Of,_.Nd);_.W=function(a,b,c,d){c=c===void 0?!1:c;var e;return(e=_.Ge(_.od(a,b,d)))!=null?e:c};_.X=function(a,b,c){c=c===void 0?0:c;var d;return(d=_.He(_.od(a,b)))!=null?d:c};_.Pf=function(a,b){return _.He(_.od(a,b,void 0,_.Ie))};_.Y=function(a,b,c){return _.Ce(_.od(a,b,c,_.Ie))};Qf=function(a){this.H=_.B(a)};_.C(Qf,_.G);_.l=Qf.prototype;_.l.xi=function(){return _.S(this,1)};_.l.Nf=function(){return _.S(this,1)};_.l.Bi=function(){return _.S(this,27)}; _.l.Mf=function(){return _.Y(this,2)};_.l.yi=function(){return _.Y(this,3)};_.l.zi=function(){return _.Y(this,16)};_.l.Of=function(){return _.Y(this,14)};_.l.Ai=function(){return _.X(this,17,1)};_.l.ti=function(){return _.Y(this,13)};_.l.Jf=function(){return _.Y(this,15)};_.l.ec=function(a){return _.R(this,24,a)};var Rf=function(a){this.H=_.B(a)};_.C(Rf,_.G);var Sf=function(a){this.H=_.B(a)};_.C(Sf,_.G); _.Tf=function(a,b){var c=_.Jd.fa();if(a in c.i){if(c.i[a]!=b)throw new Of(a);}else{c.i[a]=b;if(b=c.j[a])for(var d=0,e=b.length;d<e;d++)b[d].i(c.i,a);delete c.j[a]}};_.Uf=function(){};_.x("gbar_._DumpException",function(a){_.Uf(a)});var Vf=function(){_.H.call(this);this.i=_.Ke};_.C(Vf,_.H);_.Wf=function(){return Vf.fa().i};_.Xf=function(){var a=_.Wf();return _.P(a,Qf,1)||new Qf};_.Yf=function(){var a=_.Wf();return _.P(a,Sf,4)||new Sf};_.Zf=function(){var a=_.Wf();return _.P(a,Rf,13)||new Rf};_.Nf(Vf,"cs");_.Tf("cs",new Vf); }catch(e){_._DumpException(e)} try{ var ag,bg,eg,hg,ig,jg,kg,rg,tg,Cg,Lg,Ng;_.$f=function(a){var b=a.H,c=b[_.A]|0;return _.Cb(a,b,c)?_.Db(a,b,!0):new a.constructor(_.Bb(b,c,!1))};ag=function(a,b,c){a=_.nd(a,b,c);return Array.isArray(a)?a:_.fd};bg=function(a,b){2&b&&(a|=2);return a|1};_.cg=function(a,b){return a=(2&b?a|2:a&-3)&-273};_.dg=function(a){return!!(2&a)&&!!(4&a)||!!(256&a)}; eg=function(a,b,c,d,e,f,g,h,k){var m=b;g===1||(g!==4?0:2&b||!(16&b)&&32&d)?_.dg(b)||(b|=!a.length||h&&!(4096&b)||32&d&&!(4096&b||16&b)?2:256,b!==m&&_.bb(a,b),Object.freeze(a)):(g===2&&_.dg(b)&&(a=_.Qe(a),m=0,b=_.cg(b,d),d=_.Ib(c,d,e,a,f)),_.dg(b)||(k||(b|=16),b!==m&&_.bb(a,b)));2&b||!(4096&b||16&b)||_.Hb(c,d);return a}; _.fg=function(a,b,c,d,e,f){var g=a.H,h=g[_.A]|0;d=_.db(a,h)?1:d;e=!!e||d===3;d===2&&_.Fb(a)&&(g=a.H,h=g[_.A]|0);a=ag(g,b,f);var k=a===_.fd?7:a[_.A]|0,m=bg(k,h);var n=4&m?!1:!0;if(n){4&m&&(a=_.Qe(a),k=0,m=_.cg(m,h),h=_.Ib(g,h,b,a,f));for(var p=0,r=0;p<a.length;p++){var t=c(a[p]);t!=null&&(a[r++]=t)}r<p&&(a.length=r);c=(m|4)&-513;m=c&=-1025;m&=-4097}m!==k&&(_.bb(a,m),2&m&&Object.freeze(a));return a=eg(a,m,g,h,b,f,d,n,e)};_.gg=function(a){if(4&a)return 512&a?512:1024&a?1024:0}; hg=function(a){var b=(0,_.ld)(Number(a));if((0,_.jd)(b))return _.Aa(b);b=a.indexOf(".");b!==-1&&(a=a.substring(0,b));return _.nf()?_.Aa((0,_.id)(64,BigInt(a))):_.Aa(_.Bf(a))};ig=function(a){a=(0,_.ld)(a);if((0,_.jd)(a))a=String(a);else{var b=String(a);_.Af(b)?a=b:(_.wf(a),a=_.rf(_.tf,_.uf))}return a};jg=function(a){return(0,_.jd)(a)?_.Aa(_.Df(a)):_.Aa(ig(a))}; kg=function(a){var b=0;b=b===void 0?0:b;if(!_.zf(a))throw _.Od("int64");var c=typeof a;switch(b){case 512:switch(c){case "string":return _.Cf(a);case "bigint":return String((0,_.id)(64,a));default:return ig(a)}case 1024:switch(c){case "string":return hg(a);case "bigint":return _.Aa((0,_.id)(64,a));default:return jg(a)}case 0:switch(c){case "string":return _.Cf(a);case "bigint":return _.Aa((0,_.id)(64,a));default:return _.Df(a)}default:throw Error("Unknown format requested type for int64");}}; _.lg=function(a){return a==null?a:kg(a)};_.mg=function(a,b,c,d,e,f,g,h){_.Gb(a);b=_.fg(a,b,e,2,!0,f);var k;e=(k=_.gg(b===_.fd?7:b[_.A]|0))!=null?k:0;if(h)if(Array.isArray(d))for(g=d.length,h=0;h<g;h++)b.push(c(d[h],e));else for(d=_.v(d),g=d.next();!g.done;g=d.next())b.push(c(g.value,e));else{if(g)throw Error();b.push(c(d,e))}return a}; _.ng=function(a,b,c,d,e,f,g,h,k){var m=_.db(a,c);f=m?1:f;h=!!h||f===3;m=k&&!m;(f===2||m)&&_.Fb(a)&&(b=a.H,c=b[_.A]|0);a=ag(b,e,g);var n=a===_.fd?7:a[_.A]|0,p=bg(n,c);if(k=!(4&p)){var r=a,t=c,u=!!(2&p);u&&(t|=2);for(var y=!u,D=!0,J=0,N=0;J<r.length;J++){var L=_.De(r[J],d,t);if(L instanceof d){if(!u){var lc=_.db(L);y&&(y=!lc);D&&(D=lc)}r[N++]=L}}N<J&&(r.length=N);p|=4;p=D?p&-4097:p|4096;p=y?p|8:p&-9}p!==n&&(_.bb(a,p),2&p&&Object.freeze(a));if(m&&!(8&p||!a.length&&(f===1||(f!==4?0:2&p||!(16&p)&&32&c)))){_.dg(p)&& (a=_.Qe(a),p=_.cg(p,c),c=_.Ib(b,c,e,a,g));d=a;m=p;for(n=0;n<d.length;n++)r=d[n],p=_.Ee(r),r!==p&&(d[n]=p);m|=8;p=m=d.length?m|4096:m&-4097;_.bb(a,p)}return a=eg(a,p,b,c,e,g,f,k,h)};_.og=function(a){for(var b in a)return!1;return!0};_.pg=function(a){if(typeof a!=="number")throw _.Od("uint32");if(!(0,_.kd)(a))throw _.Od("uint32");return a>>>0};_.qg=function(a){return function(b){if(b==null||b=="")b=new a;else{b=JSON.parse(b);if(!Array.isArray(b))throw Error("M");_.ab(b,32);b=new a(b)}return b}}; rg=function(a,b,c,d){function e(g,h){g!=null&&(Array.isArray(g)?g.forEach(function(k){return e(k,h)}):(b+=f+encodeURIComponent(h)+"="+encodeURIComponent(g),f="&"))}var f=b.length?"&":"?";d.constructor===Object&&(d=Object.entries(d));Array.isArray(d)?d.forEach(function(g){return e(g[1],g[0])}):d.forEach(e);return _.Pb(a+b+c)};_.sg=function(a,b){a=_.Mf(a).toString();var c=a.split(/[?#]/),d=/[?]/.test(a)?"?"+c[1]:"";return rg(c[0],d,/[#]/.test(a)?"#"+(d?c[2]:c[1]):"",b)}; tg=function(){function a(){e[0]=1732584193;e[1]=4023233417;e[2]=2562383102;e[3]=271733878;e[4]=3285377520;n=m=0}function b(p){for(var r=g,t=0;t<64;t+=4)r[t/4]=p[t]<<24|p[t+1]<<16|p[t+2]<<8|p[t+3];for(t=16;t<80;t++)p=r[t-3]^r[t-8]^r[t-14]^r[t-16],r[t]=(p<<1|p>>>31)&4294967295;p=e[0];var u=e[1],y=e[2],D=e[3],J=e[4];for(t=0;t<80;t++){if(t<40)if(t<20){var N=D^u&(y^D);var L=1518500249}else N=u^y^D,L=1859775393;else t<60?(N=u&y|D&(u|y),L=2400959708):(N=u^y^D,L=3395469782);N=((p<<5|p>>>27)&4294967295)+N+ J+L+r[t]&4294967295;J=D;D=y;y=(u<<30|u>>>2)&4294967295;u=p;p=N}e[0]=e[0]+p&4294967295;e[1]=e[1]+u&4294967295;e[2]=e[2]+y&4294967295;e[3]=e[3]+D&4294967295;e[4]=e[4]+J&4294967295}function c(p,r){if(typeof p==="string"){p=unescape(encodeURIComponent(p));for(var t=[],u=0,y=p.length;u<y;++u)t.push(p.charCodeAt(u));p=t}r||(r=p.length);t=0;if(m==0)for(;t+64<r;)b(p.slice(t,t+64)),t+=64,n+=64;for(;t<r;)if(f[m++]=p[t++],n++,m==64)for(m=0,b(f);t+64<r;)b(p.slice(t,t+64)),t+=64,n+=64}function d(){var p=[],r= n*8;m<56?c(h,56-m):c(h,64-(m-56));for(var t=63;t>=56;t--)f[t]=r&255,r>>>=8;b(f);for(t=r=0;t<5;t++)for(var u=24;u>=0;u-=8)p[r++]=e[t]>>u&255;return p}for(var e=[],f=[],g=[],h=[128],k=1;k<64;++k)h[k]=0;var m,n;a();return{reset:a,update:c,digest:d,digestString:function(){for(var p=d(),r="",t=0;t<p.length;t++)r+="0123456789ABCDEF".charAt(Math.floor(p[t]/16))+"0123456789ABCDEF".charAt(p[t]%16);return r}}}; _.zg=function(a,b){b=b===void 0?ug:b;if(!vg){var c;a=(c=a.navigator)==null?void 0:c.userAgentData;if(!a||typeof a.getHighEntropyValues!=="function"||a.brands&&typeof a.brands.map!=="function")return Promise.reject(Error("Y"));wg((a.brands||[]).map(function(e){var f=new xg;f=_.R(f,1,e.brand);return _.R(f,2,e.version)}));typeof a.mobile==="boolean"&&_.K(yg,2,a.mobile);vg=a.getHighEntropyValues(b)}var d=new Set(b);return vg.then(function(e){var f=_.$f(yg);d.has("platform")&&_.R(f,3,e.platform);d.has("platformVersion")&& _.R(f,4,e.platformVersion);d.has("architecture")&&_.R(f,5,e.architecture);d.has("model")&&_.R(f,6,e.model);d.has("uaFullVersion")&&_.R(f,7,e.uaFullVersion);return f.ga()}).catch(function(){return yg.ga()})};_.Ag=function(a,b,c,d){this.o=a;this.v=b;this.j=this.i=a;this.A=c||0;this.B=d||2};_.Bg=function(){};Cg={ik:!0};_.Dg=function(a,b,c){return _.Se(a,b,c,_.Ie)};_.Eg=function(a,b,c){return _.pd(a,b,_.lg(c))};_.Fg=function(a){return a===_.hd?2:4}; _.Gg=function(a,b,c,d,e){var f=a.H;return _.ng(a,f,f[_.A]|0,b,c,d,e,!1,!0)};_.Hg=function(a){a.F=[a.o];a.v=0;a.B=0};_.Ig=function(a){var b=a.F.splice(0)[0];(b=a.o=a.o||b)?b.Yf?a.i=a.v||a.B:b.na!=void 0&&a.B<b.na?(a.i=b.na,a.o=null):a.i=a.B:a.i=0};Lg=function(){var a=Jg,b=Kg;this.i=175237375;this.j=b;this.o=_.P;this.defaultValue=void 0;this.v=a.ya!=null?_.T:void 0};Lg.prototype.register=function(){_.Ac(this)}; _.Mg=function(a,b,c){_.Gb(a);var d=a.H,e=d[_.A]|0;if(c==null)return _.Ib(d,e,b),a;for(var f=c===_.fd?7:c[_.A]|0,g=f,h=_.dg(f),k=h||Object.isFrozen(c),m=!0,n=!0,p=0;p<c.length;p++){var r=c[p];h||(r=_.db(r),m&&(m=!r),n&&(n=r))}h||(f=m?13:5,f=n?f&-4097:f|4096);k&&f===g||(c=_.Qe(c),g=0,f=_.cg(f,e));f!==g&&_.bb(c,f);e=_.Ib(d,e,b,c);2&f||!(4096&f||16&f)||_.Hb(d,e);return a}; Ng=function(a,b,c){c=c===void 0?_.md:c;a=_.od(a,b);b=typeof a;a=a==null?a:b==="bigint"?_.Aa((0,_.id)(64,a)):_.zf(a)?b==="string"?hg(a):jg(a):void 0;return a!=null?a:c};_.Og=function(a){var b=Number(a);return b==0&&_.Ea(a)?NaN:b};_.Pg=function(a){a=a.match(_.mf)[1]||null;!a&&_.w.self&&_.w.self.location&&(a=_.w.self.location.protocol.slice(0,-1));return a?a.toLowerCase():""}; _.Qg=function(a,b,c){c=c!=null?"="+encodeURIComponent(String(c)):"";if(b+=c){c=a.indexOf("#");c<0&&(c=a.length);var d=a.indexOf("?");if(d<0||d>c){d=c;var e=""}else e=a.substring(d+1,c);a=[a.slice(0,d),e,a.slice(c)];c=a[1];a[1]=b?c?c+"&"+b:b:c;a=a[0]+(a[1]?"?"+a[1]:"")+a[2]}return a};_.Rg=function(a,b,c,d){for(var e=c.length;(b=a.indexOf(c,b))>=0&&b<d;){var f=a.charCodeAt(b-1);if(f==38||f==63)if(f=a.charCodeAt(b+e),!f||f==61||f==38||f==35)return b;b+=e+1}return-1};_.Sg=/#|$/; _.Tg=function(){var a=window.location.href,b=a.search(_.Sg),c=_.Rg(a,0,"origin",b);if(c<0)return null;var d=a.indexOf("&",c);if(d<0||d>b)d=b;return decodeURIComponent(a.slice(c+7,d!==-1?d:0).replace(/\+/g," "))};var Ug=function(a){this.H=_.B(a)};_.C(Ug,_.G);var Vg=function(a){if(!a)return"";if(/^about:(?:blank|srcdoc)$/.test(a))return window.origin||"";a.indexOf("blob:")===0&&(a=a.substring(5));a=a.split("#")[0].split("?")[0];a=a.toLowerCase();a.indexOf("//")==0&&(a=window.location.protocol+a);/^[\w\-]*:\/\//.test(a)||(a=window.location.href);var b=a.substring(a.indexOf("://")+3),c=b.indexOf("/");c!=-1&&(b=b.substring(0,c));c=a.substring(0,a.indexOf("://"));if(!c)throw Error("U`"+a);if(c!=="http"&&c!=="https"&&c!=="chrome-extension"&&c!=="moz-extension"&& c!=="file"&&c!=="android-app"&&c!=="chrome-search"&&c!=="chrome-untrusted"&&c!=="chrome"&&c!=="app"&&c!=="devtools")throw Error("V`"+c);a="";var d=b.indexOf(":");if(d!=-1){var e=b.substring(d+1);b=b.substring(0,d);if(c==="http"&&e!=="80"||c==="https"&&e!=="443")a=":"+e}return c+"://"+b+a};var Xg=function(a,b,c){var d=String(_.w.location.href);return d&&a&&b?[b,Wg(Vg(d),a,c||null)].join(" "):null},Wg=function(a,b,c){var d=[],e=[];if((Array.isArray(c)?2:1)==1)return e=[b,a],_.vc(d,function(h){e.push(h)}),Yg(e.join(" "));var f=[],g=[];_.vc(c,function(h){g.push(h.key);f.push(h.value)});c=Math.floor((new Date).getTime()/1E3);e=f.length==0?[c,b,a]:[f.join(":"),c,b,a];_.vc(d,function(h){e.push(h)});a=Yg(e.join(" "));a=[c,a];g.length==0||a.push(g.join(""));return a.join("_")},Yg=function(a){var b= tg();b.update(a);return b.digestString().toLowerCase()};var Zg=function(a){this.i=a||{cookie:""}},$g;_.l=Zg.prototype; _.l.set=function(a,b,c){var d=!1;if(typeof c==="object"){var e=c.Jl;d=c.Ll||!1;var f=c.domain||void 0;var g=c.path||void 0;var h=c.rd}if(/[;=\s]/.test(a))throw Error("W`"+a);if(/[;\r\n]/.test(b))throw Error("X`"+b);h===void 0&&(h=-1);this.i.cookie=a+"="+b+(f?";domain="+f:"")+(g?";path="+g:"")+(h<0?"":h==0?";expires="+(new Date(1970,1,1)).toUTCString():";expires="+(new Date(Date.now()+h*1E3)).toUTCString())+(d?";secure":"")+(e!=null?";samesite="+e:"")}; _.l.get=function(a,b){for(var c=a+"=",d=(this.i.cookie||"").split(";"),e=0,f;e<d.length;e++){f=_.oc(d[e]);if(f.lastIndexOf(c,0)==0)return f.slice(c.length);if(f==a)return""}return b};_.l.remove=function(a,b,c){var d=this.get(a)!==void 0;this.set(a,"",{rd:0,path:b,domain:c});return d};_.l.zb=function(){return $g(this).keys};_.l.Wa=function(){return $g(this).values};_.l.Eb=function(){return!this.i.cookie};_.l.clear=function(){for(var a=$g(this).keys,b=a.length-1;b>=0;b--)this.remove(a[b])}; $g=function(a){a=(a.i.cookie||"").split(";");for(var b=[],c=[],d,e,f=0;f<a.length;f++)e=_.oc(a[f]),d=e.indexOf("="),d==-1?(b.push(""),c.push(e)):(b.push(e.substring(0,d)),c.push(e.substring(d+1)));return{keys:b,values:c}};_.ah=new Zg(typeof document=="undefined"?null:document);var bh;bh=function(a,b,c,d){(a=_.w[a])||typeof document==="undefined"||(a=(new Zg(document)).get(b));return a?Xg(a,c,d):null}; _.ch=function(a){var b=Vg(_.w==null?void 0:_.w.location.href),c=[],d;(d=_.w.__SAPISID||_.w.__APISID||_.w.__3PSAPISID||_.w.__1PSAPISID||_.w.__OVERRIDE_SID)?d=!0:(typeof document!=="undefined"&&(d=new Zg(document),d=d.get("SAPISID")||d.get("APISID")||d.get("__Secure-3PAPISID")||d.get("__Secure-1PAPISID")),d=!!d);d&&(d=(b=b.indexOf("https:")==0||b.indexOf("chrome-extension:")==0||b.indexOf("chrome-untrusted://new-tab-page")==0||b.indexOf("moz-extension:")==0)?_.w.__SAPISID:_.w.__APISID,d||typeof document=== "undefined"||(d=new Zg(document),d=d.get(b?"SAPISID":"APISID")||d.get("__Secure-3PAPISID")),(d=d?Xg(d,b?"SAPISIDHASH":"APISIDHASH",a):null)&&c.push(d),b&&((b=bh("__1PSAPISID","__Secure-1PAPISID","SAPISID1PHASH",a))&&c.push(b),(a=bh("__3PSAPISID","__Secure-3PAPISID","SAPISID3PHASH",a))&&c.push(a)));return c.length==0?null:c.join(" ")};var dh=function(a,b){this.o=a;this.B=b;this.j=!1;this.v=function(){return Date.now()};this.A=this.v()},eh=function(a,b){a.o=b;a.i&&a.j?(a.stop(),a.start()):a.i&&a.stop()};dh.prototype.start=function(){var a=this;this.j=!0;this.i||(this.i=setTimeout(function(){fh(a)},this.o),this.A=this.v())};dh.prototype.stop=function(){this.j=!1;this.i&&(clearTimeout(this.i),this.i=void 0)}; var fh=function(a){if(a.j){var b=Math.max(a.v()-a.A,0);b<a.o*.8?a.i=setTimeout(function(){fh(a)},a.o-b):(a.i&&(clearTimeout(a.i),a.i=void 0),a.B(),a.j&&(a.stop(),a.start()))}else a.i=void 0};var gh=function(){},hh=function(a){var b,c,d,e;return _.ff(function(f){switch(f.i){case 1:return b=new CompressionStream("gzip"),c=(new Response(b.readable)).arrayBuffer(),d=b.writable.getWriter(),_.Xe(f,d.write((new TextEncoder).encode(a)),2);case 2:return _.Xe(f,d.close(),3);case 3:return e=Uint8Array,_.Xe(f,c,4);case 4:return f.return(new e(f.j))}})};gh.prototype.hd=function(a){return a<1024?!1:typeof CompressionStream!=="undefined"};var ih=function(a){this.H=_.B(a)};_.C(ih,_.G);var jh=function(a){this.H=_.B(a)};_.C(jh,_.G);var kh=function(a){this.H=_.B(a)};_.C(kh,_.G);kh.prototype.dd=function(){return _.Te(this,1)};var xg=function(a){this.H=_.B(a)};_.C(xg,_.G);var lh=function(a){this.H=_.B(a)};_.C(lh,_.G);var wg=function(a){_.Mg(yg,1,a)},mh=_.qg(lh);var nh=function(a){this.H=_.B(a)};_.C(nh,_.G);var ug=["platform","platformVersion","architecture","model","uaFullVersion"],yg=new lh,vg=null;var oh=function(a){this.H=_.B(a)};_.C(oh,_.G);var ph=function(a){return _.O(a,1,1)};var qh=function(a){this.H=_.B(a,4)};_.C(qh,_.G);_.rh=function(a){this.H=_.B(a,36)};_.C(_.rh,_.G);_.sh=function(a,b){return _.pd(a,1,_.lg(b))};_.th=function(a,b){return _.R(a,8,b)};var uh=function(a){this.H=_.B(a,19)};_.C(uh,_.G);uh.prototype.Hc=function(a){return _.O(this,2,a)};var wh=function(a,b){this.cb=b=b===void 0?!1:b;this.o=this.locale=null;this.i=0;this.v=!1;this.j=new uh;Number.isInteger(a)&&this.j.Hc(a);b||(this.locale=document.documentElement.getAttribute("lang"));vh(this,new oh)};wh.prototype.Hc=function(a){this.j.Hc(a);return this}; var vh=function(a,b){_.I(a.j,1,b);_.Te(b,1)||ph(b);a.cb||(b=xh(a),_.Q(b,5)||_.R(b,5,a.locale));a.o&&(b=xh(a),_.P(b,lh,9)||_.I(b,9,a.o))},yh=function(a,b){a.i=b},zh=function(a,b){var c=c===void 0?ug:c;var d=a.cb?void 0:_.Jf();d?b(d,c).then(function(e){a.o=mh(e!=null?e:"[]");e=xh(a);_.I(e,9,a.o);return!0}).catch(function(){return!1}):Promise.resolve(!1)},xh=function(a){a=_.P(a.j,oh,1);var b=_.P(a,nh,11);b||(b=new nh,_.I(a,11,b));return b},Ah=function(a,b,c,d,e,f,g){c=c===void 0?0:c;d=d===void 0?0:d; e=e===void 0?null:e;f=f===void 0?0:f;g=g===void 0?0:g;if(!a.cb){var h=xh(a);var k=new kh;k=_.O(k,1,a.i);k=_.K(k,2,a.v);d=_.M(k,3,d>0?d:void 0);d=_.M(d,4,f>0?f:void 0);d=_.M(d,5,g>0?g:void 0);f=d.H;g=f[_.A]|0;d=_.db(d,g)?d:_.Cb(d,f,g)?_.Db(d,f):new d.constructor(_.Bb(f,g,!0));_.I(h,10,d)}a=_.$f(a.j);a=_.pd(a,4,_.lg(Date.now().toString()));b=_.Mg(a,3,b.slice());e&&(a=new ih,e=_.M(a,13,e),a=new jh,e=_.I(a,2,e),a=new qh,e=_.I(a,1,e),e=_.O(e,2,9),_.I(b,18,e));c&&_.Eg(b,14,c);return b};_.Ag.prototype.reset=function(){this.j=this.i=this.o};_.Bh=function(a){a.j=Math.min(a.v,a.j*a.B);a.i=Math.min(a.v,a.j+(a.A?Math.round(a.A*(Math.random()-.5)*2*a.j):0))};var Jg=function(a){this.H=_.B(a,8)};_.C(Jg,_.G);var Ch=_.qg(Jg);var Kg=function(a){this.H=_.B(a)};_.C(Kg,_.G);var Dh;Dh=new Lg;var Hh=function(a){_.H.call(this);var b=this;this.J="";this.i=[];this.Z="";this.T=this.W=this.L=!1;this.aa=this.S=-1;this.X=!1;this.K=this.A=null;this.C=this.v=0;this.G=null;this.P=this.N=0;this.ba=1;this.Kc=0;this.R=!1;this.Hb=a.Hb;this.Pb=a.Pb||function(){};this.j=new wh(a.Hb,a.cb);this.za=a.za||null;this.ob=a.ob||null;this.D=a.zk||null;this.qb=a.qb||null;this.yc=a.yc||!1;this.withCredentials=!a.Df;this.cb=a.cb||!1;this.F=!this.cb&&!!_.Jf()&&!!_.Jf().navigator&&_.Jf().navigator.sendBeacon!==void 0; this.Y=typeof URLSearchParams!=="undefined"&&!!(new URL(Eh())).searchParams&&!!(new URL(Eh())).searchParams.set;var c=ph(new oh);vh(this.j,c);this.B=new _.Ag(1E4,3E5,.1);a=Fh(this,a.nf);this.o=new dh(this.B.i,a);this.V=new dh(6E5,a);this.yc||this.V.start();this.cb||(document.addEventListener("visibilitychange",function(){if(document.visibilityState==="hidden"){Gh(b);var d;(d=b.G)==null||d.flush()}}),document.addEventListener("pagehide",function(){Gh(b);var d;(d=b.G)==null||d.flush()}))};_.C(Hh,_.H); var Fh=function(a,b){return a.Y?b?function(){b().then(function(){a.flush()})}:function(){a.flush()}:function(){}};Hh.prototype.O=function(){Gh(this);this.o.stop();this.V.stop();_.H.prototype.O.call(this)};var Ih=function(a){a.D||(a.D=Eh());try{return(new URL(a.D)).toString()}catch(b){return(new URL(a.D,_.Jf().location.origin)).toString()}};Hh.prototype.ta=function(a){if(a instanceof _.rh)this.log(a);else try{var b=_.th(new _.rh,a.ga());this.log(b)}catch(c){Jh(this,4,1)}}; var Kh=function(a,b){a.B=new _.Ag(b<1?1:b,3E5,.1);eh(a.o,a.B.i)},Jh=function(a,b,c){a.G&&a.G.Cb(b,c)}; Hh.prototype.log=function(a){Jh(this,2,1);if(this.Y){a=_.$f(a);var b=this.ba++;a=_.Eg(a,21,b);this.J&&_.R(a,26,this.J);b=a;var c=_.od(b,1);var d=d===void 0?!1:d;var e=typeof c;d=c==null?c:e==="bigint"?String((0,_.id)(64,c)):_.zf(c)?e==="string"?_.Cf(c):d?ig(c):_.Df(c):void 0;d==null&&(d=Date.now(),_.sh(b,Number.isFinite(d)?d.toString():"0"));d=_.od(b,15);d!=null&&(typeof d==="bigint"?(0,_.qb)(d)?d=Number(d):(d=(0,_.id)(64,d),d=(0,_.qb)(d)?Number(d):String(d)):d=_.zf(d)?typeof d==="number"?_.Df(d): _.Cf(d):void 0);d!=null||_.Eg(b,15,(new Date).getTimezoneOffset()*60);this.A&&(d=_.$f(this.A),_.I(b,16,d));Jh(this,1,1);b=this.i.length-1E3+1;b>0&&(this.i.splice(0,b),this.v+=b,Jh(this,3,b));this.i.push(a);this.yc||this.o.j||this.o.start()}}; Hh.prototype.flush=function(a,b){var c=this;if(this.i.length===0)a&&a();else if(this.R&&this.F)this.j.i=3,Lh(this);else{var d=Date.now();if(this.aa>d&&this.S<d)b&&b("throttled");else{this.za&&(typeof this.za.dd==="function"?yh(this.j,this.za.dd()):this.j.i=0);var e=this.i.length,f=Ah(this.j,this.i,this.v,this.C,this.ob,this.N,this.P),g=this.Pb();if(g&&this.Z===g)b&&b("stale-auth-token");else if(this.i=[],this.o.j&&this.o.stop(),this.v=0,this.L)a&&a();else{d=f.ga();var h;this.K&&this.K.hd(d.length)&& (h=hh(d));var k=Mh(this,d,g),m=function(r){c.B.reset();eh(c.o,c.B.i);if(r){var t=null;try{var u=JSON.stringify(JSON.parse(r.replace(")]}'\n","")));t=Ch(u)}catch(J){}if(t){r=Number(Ng(t,1,_.Aa("-1")));r>0&&(c.S=Date.now(),c.aa=c.S+r);r=Dh.i;u=_.ib(_.jb);var y;_.Ya&&u&&((y=t.H[u])==null?void 0:y[r])!=null&&_.hb(_.cd,3);a:{y=Dh.i;var D=D===void 0?!1:D;if(_.ib(_.ed)&&_.ib(_.jb)&&void 0===_.ed){r=t.H;u=r[_.jb];if(!u)break a;if(u=u.Ie)try{u(r,y,Cg);break a}catch(J){_.Ca(J)}}D&&(D=t.H,(r=_.ib(_.jb))&&r in D&&(D=D[r])&&delete D[y])}D=Dh.j?Dh.o(t,Dh.j,Dh.i,Dh.v):Dh.o(t,Dh.i,null,Dh.v);if(D=D===null?void 0:D)D=_.X(D,1,-1),D!==-1&&(c.X||Kh(c,D))}}a&&a();c.C=0},n=function(r,t){var u=_.Gg(f,_.rh,3,_.Fg());var y=Number(Ng(f,14));_.Bh(c.B);eh(c.o,c.B.i);r===401&&g&&(c.Z=g);y&&(c.v+=y);t===void 0&&(t=500<=r&&r<600||r===401||r===0);t&&(c.i=u.concat(c.i),c.yc||c.o.j||c.o.start());Jh(c,7,1);b&&b("net-send-failed",r);++c.C},p=function(){c.za&&c.za.send(k,m,n)};h?h.then(function(r){Jh(c,5,e);k.yd["Content-Encoding"]= "gzip";k.yd["Content-Type"]="application/binary";k.body=r;k.Ih=2;p()},function(){Jh(c,6,e);p()}):p()}}}}; var Mh=function(a,b,c){c=c===void 0?null:c;var d=d===void 0?a.withCredentials:d;var e={},f=new URL(Ih(a));c&&(e.Authorization=c);a.qb&&(e["X-Goog-AuthUser"]=a.qb,f.searchParams.set("authuser",a.qb));return{url:f.toString(),body:b,Ih:1,yd:e,Ge:"POST",withCredentials:d,Kc:a.Kc}},Gh=function(a){a.L||(a.j.v=!0,a.W&&(a.j.i=3,Lh(a)),a.T&&(a.j.i=2,Nh(a)),a.flush(),a.j.v=!1)},Lh=function(a){Oh(a,32,10,function(b,c){b=new URL(b);b.searchParams.set("format","json");var d=!1;try{d=_.Jf().navigator.sendBeacon(b.toString(), c.ga())}catch(e){}d||(a.F=!1);return d})},Nh=function(a){Oh(a,6,5,function(b,c){b=new URL(b);b.searchParams.set("format","base64json");var d=b.searchParams,e=d.set;c=c.ga();for(var f=[],g=0,h=0;h<c.length;h++){var k=c.charCodeAt(h);k>255&&(f[g++]=k&255,k>>=8);f[g++]=k}c=_.kf(f,3);e.call(d,"p",c);b=b.toString();if(b.length>15360)return!1;(new Image).src=b;return!0})},Oh=function(a,b,c,d){if(a.i.length!==0){var e=new URL(Ih(a));e.searchParams.delete("format");var f=a.Pb();f&&e.searchParams.set("auth", f);e.searchParams.set("authuser",a.qb||"0");for(f=0;f<c&&a.i.length;++f){var g=a.i.slice(0,b),h=Ah(a.j,g,a.v,a.C,a.ob,a.N,a.P);if(!d(e.toString(),h)){++a.C;break}a.v=0;a.C=0;a.N=0;a.P=0;a.i=a.i.slice(g.length)}a.o.j&&a.o.stop()}},Eh=function(){return"https://play.google.com/log?format=json&hasfast=true"};var Ph=function(){this.yh=typeof AbortController!=="undefined"}; Ph.prototype.send=function(a,b,c){var d=this,e,f,g,h,k,m,n,p,r,t;return _.ff(function(u){switch(u.i){case 1:return f=(e=d.yh?new AbortController:void 0)?setTimeout(function(){e.abort()},a.Kc):void 0,_.Ye(u,2,3),g=Object.assign({},{method:a.Ge,headers:Object.assign({},a.yd)},a.body&&{body:a.body},a.withCredentials&&{credentials:"include"},{signal:a.Kc&&e?e.signal:null}),_.Xe(u,fetch(a.url,g),5);case 5:h=u.j;if(h.status!==200){(k=c)==null||k(h.status);u.na(3);break}if((m=b)==null){u.na(7);break}return _.Xe(u, h.text(),8);case 8:m(u.j);case 7:case 3:_.Hg(u);clearTimeout(f);_.Ig(u);break;case 2:n=_.Ze(u);switch((p=n)==null?void 0:p.name){case "AbortError":(r=c)==null||r(408);break;default:(t=c)==null||t(400)}u.na(3)}})};Ph.prototype.dd=function(){return 4};_.Qh=function(a,b){b=b===void 0?"0":b;_.H.call(this);this.Hb=a;this.qb=b;this.hb="https://play.google.com/log?format=json&hasfast=true";this.G=!0;this.o=null;this.F=!1;this.za=null;this.j="";this.i=this.ob=null;this.A=this.B=!1;this.v=null;this.D=!1;this.C=null};_.C(_.Qh,_.H);_.Rh=function(a){a.G=!_.Ne;return a};_.Qh.prototype.Df=function(){this.J=!0;return this}; _.Sh=function(a){a.za||(a.za=new Ph);var b=new Hh({Hb:a.Hb,Pb:a.Pb?a.Pb:_.ch,qb:a.qb,zk:a.hb,cb:a.F,yc:!1,Df:a.J,nf:a.nf,za:a.za});_.Hf(a,b);a.G||(b.L=!0);if(a.o){var c=a.o,d=xh(b.j);_.R(d,7,c)}b.K=new gh;a.j&&(b.J=a.j);a.ob&&(b.ob=a.ob);a.i&&((d=a.i)?(b.A||(b.A=new Ug),c=b.A,d=d.ga(),_.R(c,4,d)):b.A&&_.pd(b.A,4));a.B&&(b.W=a.B&&b.F);a.A&&(b.T=a.A);a.v&&(c=a.v,b.X=!0,Kh(b,c));a.D&&(b.R=b.F);zh(b.j,_.zg);a.C&&zh(b.j,a.C);a.za.Hc&&a.za.Hc(a.Hb);a.za.nk&&a.za.nk(b);return b};_.Th=/\uffff/.test("\uffff")?/[\\"\x00-\x1f\x7f-\uffff]/g:/[\\"\x00-\x1f\x7f-\xff]/g;_.Uh=function(a){switch(a){case 200:case 201:case 202:case 204:case 206:case 304:case 1223:return!0;default:return!1}};var Wh;Wh=function(){};_.F(Wh,_.Bg);Wh.prototype.i=function(){return new XMLHttpRequest};_.Vh=new Wh;var Yh,Zh,$h;_.Xh=function(a){_.U.call(this);this.headers=new Map;this.N=a||null;this.j=!1;this.i=null;this.C="";this.o=0;this.A="";this.v=this.K=this.D=this.J=!1;this.F=0;this.B=null;this.P="";this.G=!1};_.F(_.Xh,_.U);Yh=/^https?$/i;Zh=["POST","PUT"];$h=[];_.ai=function(a,b,c,d,e,f,g){var h=new _.Xh;$h.push(h);b&&h.listen("complete",b);h.oa("ready",h.S);f&&(h.F=Math.max(0,f));g&&(h.G=g);h.send(a,c,d,e)};_.Xh.prototype.S=function(){this.dispose();_.Td($h,this)}; _.Xh.prototype.send=function(a,b,c,d){if(this.i)throw Error("aa`"+this.C+"`"+a);b=b?b.toUpperCase():"GET";this.C=a;this.A="";this.o=0;this.J=!1;this.j=!0;this.i=this.N?this.N.i():_.Vh.i();this.i.onreadystatechange=(0,_.Pe)((0,_.E)(this.L,this));try{this.K=!0,this.i.open(b,String(a),!0),this.K=!1}catch(g){bi(this,g);return}a=c||"";c=new Map(this.headers);if(d)if(Object.getPrototypeOf(d)===Object.prototype)for(var e in d)c.set(e,d[e]);else if(typeof d.keys==="function"&&typeof d.get==="function"){e= _.v(d.keys());for(var f=e.next();!f.done;f=e.next())f=f.value,c.set(f,d.get(f))}else throw Error("ba`"+String(d));d=Array.from(c.keys()).find(function(g){return"content-type"==g.toLowerCase()});e=_.w.FormData&&a instanceof _.w.FormData;!_.Va(Zh,b)||d||e||c.set("Content-Type","application/x-www-form-urlencoded;charset=utf-8");b=_.v(c);for(d=b.next();!d.done;d=b.next())c=_.v(d.value),d=c.next().value,c=c.next().value,this.i.setRequestHeader(d,c);this.P&&(this.i.responseType=this.P);"withCredentials"in this.i&&this.i.withCredentials!==this.G&&(this.i.withCredentials=this.G);try{this.B&&(clearTimeout(this.B),this.B=null),this.F>0&&(this.B=setTimeout(this.T.bind(this),this.F)),this.D=!0,this.i.send(a),this.D=!1}catch(g){bi(this,g)}};_.Xh.prototype.T=function(){typeof _.ra!="undefined"&&this.i&&(this.A="Timed out after "+this.F+"ms, aborting",this.o=8,this.dispatchEvent("timeout"),this.abort(8))}; var bi=function(a,b){a.j=!1;a.i&&(a.v=!0,a.i.abort(),a.v=!1);a.A=b;a.o=5;ci(a);di(a)},ci=function(a){a.J||(a.J=!0,a.dispatchEvent("complete"),a.dispatchEvent("error"))};_.Xh.prototype.abort=function(a){this.i&&this.j&&(this.j=!1,this.v=!0,this.i.abort(),this.v=!1,this.o=a||7,this.dispatchEvent("complete"),this.dispatchEvent("abort"),di(this))};_.Xh.prototype.O=function(){this.i&&(this.j&&(this.j=!1,this.v=!0,this.i.abort(),this.v=!1),di(this,!0));_.Xh.U.O.call(this)}; _.Xh.prototype.L=function(){this.isDisposed()||(this.K||this.D||this.v?ei(this):this.R())};_.Xh.prototype.R=function(){ei(this)}; var ei=function(a){if(a.j&&typeof _.ra!="undefined")if(a.D&&_.fi(a)==4)setTimeout(a.L.bind(a),0);else if(a.dispatchEvent("readystatechange"),_.fi(a)==4){a.j=!1;try{if(a.Ub())a.dispatchEvent("complete"),a.dispatchEvent("success");else{a.o=6;try{var b=_.fi(a)>2?a.i.statusText:""}catch(c){b=""}a.A=b+" ["+a.ib()+"]";ci(a)}}finally{di(a)}}},di=function(a,b){if(a.i){a.B&&(clearTimeout(a.B),a.B=null);var c=a.i;a.i=null;b||a.dispatchEvent("ready");try{c.onreadystatechange=null}catch(d){}}}; _.Xh.prototype.isActive=function(){return!!this.i};_.Xh.prototype.Ub=function(){var a=this.ib(),b;if(!(b=_.Uh(a))){if(a=a===0)a=_.Pg(String(this.C)),a=!Yh.test(a);b=a}return b};_.fi=function(a){return a.i?a.i.readyState:0};_.Xh.prototype.ib=function(){try{return _.fi(this)>2?this.i.status:-1}catch(a){return-1}};_.Xh.prototype.cd=function(){try{return this.i?this.i.responseText:""}catch(a){return""}}; }catch(e){_._DumpException(e)} try{ _.gi=function(a,b){b=b===void 0?document:b;var c,d;b=(d=(c=b).querySelector)==null?void 0:d.call(c,a+"[nonce]");return b==null?"":b.nonce||b.getAttribute("nonce")||""};_.hi=function(a){var b=_.gi("script",a.ownerDocument);b&&a.setAttribute("nonce",b)};_.ii=function(a,b){a.src=_.Mf(b);_.hi(a)};_.ji=function(a,b){b==void 0&&(b=0);return a!=null?a:b};_.ki=function(a,b){return(b||document).getElementsByTagName(String(a))};_.li=function(a){return _.Bd(document,a)}; }catch(e){_._DumpException(e)} try{ _.mi=function(a,b,c){return _.Dd(document,arguments)}; }catch(e){_._DumpException(e)} try{ var pi;_.ni=function(a){this.H=_.B(a)};_.C(_.ni,_.G);_.oi=function(){var a=_.Wf();return _.P(a,_.ni,15)};pi=/[?&]($|#)/;_.qi=function(a,b){for(var c=a.search(_.Sg),d=0,e,f=[];(e=_.Rg(a,d,b,c))>=0;)f.push(a.substring(d,e)),d=Math.min(a.indexOf("&",e)+1||c,c);f.push(a.slice(d));return f.join("").replace(pi,"$1")}; }catch(e){_._DumpException(e)} try{ var ri;ri=function(a){if(a==null||typeof a==="number")return a;if(a==="NaN"||a==="Infinity"||a==="-Infinity")return Number(a)};_.si=function(a,b,c){c=c===void 0?0:c;a=_.od(a,b,void 0,void 0,ri);return a!=null?a:c}; }catch(e){_._DumpException(e)} try{ var ti=function(a){this.H=_.B(a)},wi;_.C(ti,_.G);var ui=function(a){this.j=_.Ne;this.i=null;this.o=_.Ae(_.W(a,4,!0),!0)};ui.prototype.log=function(a,b,c){c=c===void 0?new _.Yd:c;_.vi(this,a,98,c);if(this.j&&this.o)throw a;};_.vi=function(a,b,c,d){c=c===void 0?98:c;d=d===void 0?new _.Yd:d;if(a.i){var e=new ti;_.R(e,1,b.message);_.R(e,2,b.stack);_.M(e,3,b.lineNumber);_.O(e,5,1);_.I(d,40,e);a.i.log(c,d)}};wi=null;_.xi=function(){if(!wi){var a=_.Zf();_.Xf();var b=_.Yf();_.Y(b,9);wi=new ui(a)}return wi}; _.Uf=function(a,b){_.xi().log(a,b)}; }catch(e){_._DumpException(e)} try{ /* Math.uuid.js (v1.4) http://www.broofa.com mailto:robert@broofa.com Copyright (c) 2010 Robert Kieffer Dual licensed under the MIT and GPL licenses. */ var Di,Hi;_.Ci=function(){var a=_.Wf();a=_.P(a,yi,29)||new yi;var b=_.zi();if(Ai)return Ai;Ai=a=new Bi(a,b);return _.xi().i=a};Di=function(a){this.H=_.B(a)};_.C(Di,_.G);var Ei=function(a){this.H=_.B(a)};_.C(Ei,_.G);var yi=function(a){this.H=_.B(a)};_.C(yi,_.G);_.Fi=function(a,b){a.za=b;return a};_.zi=function(){var a=_.Wf();return _.P(a,Ei,11)||new Ei};_.Gi=function(a){this.H=_.B(a)};_.C(_.Gi,_.G); Hi=function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(a){var b=Math.random()*16|0;return(a=="x"?b:b&3|8).toString(16)})};_.Ii=function(){};_.Ii.prototype.send=function(a,b,c){b=b===void 0?function(){}:b;c=c===void 0?function(){}:c;_.ai(a.url,function(d){d=d.target;d.Ub()?b(d.cd()):c(d.ib())},a.Ge,a.body,a.yd,a.Kc,a.withCredentials)};_.Ii.prototype.dd=function(){return 1}; var Bi=function(a,b){_.H.call(this);this.i=b;this.S=0;this.aa=_.V(_.Y(a,21),"");this.ca=_.ji(_.Dg(a,26),0);this.ba=_.ji(_.Dg(a,27),0);this.Z=_.V(_.Y(a,28),"");this.ha=_.ji(_.Pf(a,29),-1);this.ka=_.ji(_.Pf(a,4),0);this.W=_.ji(_.Pf(a,5),-1);this.F=_.V(_.Y(a,7),"");this.P=_.V(_.Y(a,6),"");this.L=_.V(_.Y(a,8),"");this.J=_.Dg(a,9);this.ja=!!_.W(a,11);this.N=!!_.W(a,12);this.j=_.S(a,22);this.v=_.S(a,24);this.T=_.S(a,23);this.o=_.Ce(_.od(a,17))!=null?_.Q(a,17).split(","):[];this.C=_.Ae(_.S(a,1));_.W(a,37); this.G=!!_.W(a,30);this.K="og-"+Hi();this.B=!!_.W(a,31);this.A=!!_.W(a,36);this.V=!!_.W(a,32);this.X=!!_.W(a,33);this.R=!!_.W(a,34);if(this.C){a=_.V(_.Y(b,5));a=new _.Qh(373,a);a.v=1E3;a=_.Fi(a,new _.Ii);a.B=!0;this.G&&this.j&&(a.A=!0);a.C=_.zg;a.ob=122505695;if(this.o.length!=0){b=new _.Gi;for(var c=0;c<this.o.length;c++){var d=Number(this.o[c]);isNaN(d)||d==0||_.mg(b,3,_.Sd,d,_.He)}a.i=b}_.Hf(this,a);this.D=_.Sh(a)}};_.C(Bi,_.H);Bi.prototype.Y=function(){return!!this.v}; Bi.prototype.log=function(a,b){var c=this.C;b=(b===void 0?null:b)||new _.Yd;_.O(b,1,a);var d=++this.S;_.M(b,38,d);_.M(b,2,this.ka);_.R(b,6,this.aa);d=_.P(b,Di,57)||new Di;_.O(d,1,this.ca);_.O(d,2,this.ba);_.R(d,3,this.Z);_.M(d,4,this.ha);_.I(b,57,d);b.B(this.W);this.T&&_.K(b,52,!0);_.R(b,11,this.P);_.R(b,10,this.F);_.R(b,5,this.L);window.performance&&window.performance.timing&&_.Eg(b,14,(new Date).getTime()-window.performance.timing.navigationStart);_.O(b,13,this.J);_.K(b,16,this.ja);_.K(b,17,this.N); _.R(b,19,this.K);d=0;_.S(this.i,1)&&(d|=1);_.S(this.i,3)&&(d|=4);_.Y(this.i,7)&&(d|=8);_.S(this.i,9)&&(d|=16);_.S(this.i,10)&&(d|=32);_.S(this.i,11)&&(d|=64);_.M(b,12,d);this.B&&_.K(b,59,this.B);this.A&&this.j&&_.K(b,64,this.A);if(a===1||a===65)_.K(b,51,this.j),this.v&&_.K(b,56,this.v);_.K(b,60,this.V);_.K(b,61,this.X);_.K(b,62,this.R);_.K(b,55,self!=top);a=new _.rh;_.th(a,b.ga());c&&this.D.ta(a)};var Ai=null;var Ji;Ji=function(){this.j=!1;this.i=[]};_.Li=function(a){var b=_.Ki;b.j?a():b.i.push(a)};Ji.prototype.o=function(a){if(!this.j){this.j=!0;_.Ci().log(1);for(var b=0;b<this.i.length;b++)try{this.i[b]()}catch(c){a(c)}this.i=null;try{_.Kf("api").ta()}catch(c){}}};_.Ki=new Ji; }catch(e){_._DumpException(e)} try{ _.Mi=function(a,b){if(a instanceof _.Wb)return a;a=String(a).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;");if(b==null?0:b.yl)a=a.replace(/(^|[\r\n\t ]) /g,"$1&#160;");if(b==null?0:b.bk)a=a.replace(/(\r\n|\n|\r)/g,"<br>");if(b==null?0:b.zl)a=a.replace(/(\t+)/g,'<span style="white-space:pre">$1</span>');return _.Xb(a)};_.Ni=_.hd; }catch(e){_._DumpException(e)} try{ _.Oi=function(a){var b=[],c=0,d;for(d in a)b[c++]=d;return b};_.Qi=function(a){a=_.Pi(a);return _.Pb(a)};_.Pi=function(a){return a===null?"null":a===void 0?"undefined":a};_.Ri=function(a,b){return(b||document).querySelectorAll("."+a)};_.Si=function(a){return a.children!=void 0?a.children:Array.prototype.filter.call(a.childNodes,function(b){return b.nodeType==1})};_.Ti=function(a,b){for(;a&&a.nodeType!=1;)a=b?a.nextSibling:a.previousSibling;return a}; _.Ui=function(a,b){return b?_.Hd(a,function(c){return!b||typeof c.className==="string"&&_.Va(c.className.split(/\s+/),b)}):null}; }catch(e){_._DumpException(e)} try{ var Vi,Wi,Xi;Vi=function(a,b){return a!==null&&b in a};Wi=function(a){var b=arguments,c=b.length;return function(){for(var d=0;d<c;d++)if(b[d].apply(this,arguments))return!0;return!1}};Xi=function(a){return function(){return!a.apply(this,arguments)}}; _.Yi=function(a,b,c,d){_.H.call(this);this.o=b;this.J=d;this.C=!1;this.j={};this.i={};this.R=[];this.v=[];this.G=a.Bi()?"":a.xi()?"http://":"https://";this.S=[this.G+_.V(a.Mf()),"og/_/js","k="+_.V(a.yi()),"rt=j"];this.D=_.V(a.Of())==""?null:a.Of();this.P=[this.G+_.V(a.Mf()),"og/_/ss","k="+_.V(a.ti())];this.B=_.V(a.Jf())==""?null:a.Jf();this.K=_.Ae(a.Nf())?"?host=www.gstatic.com&bust="+_.V(a.zi()):"";this.L=_.Ae(a.Nf())?"?host=www.gstatic.com&bust="+Math.random()*1E11:"";this.F=_.ji(a.Ai(),1);a=0; for(b=c[a];a<c.length;a++,b=c[a])this.j[b]=!0,this.i[b]=!0};_.C(_.Yi,_.H);_.$i=function(a,b,c){b=_.wc(b,Xi(Wi(_.Ea,_.Wd(Vi,a.j))));if(b.length>0){var d=a.S.join("/")+"/m="+b.join(",")+"/exm="+_.Oi(a.j).join(",")+"/d=1/ed=1";a.D&&(d+="/rs="+a.D);d+=a.K;Zi(a,d,(0,_.E)(a.N,a,c));a.R.push(d);for(c=0;c<b.length;c++)a.j[b[c]]=!0}};_.Yi.prototype.N=function(a){for(var b=0;b<this.v.length;b++)this.v[b].call(null);a&&a.call(null)}; var Zi=function(a,b,c,d){var e=_.li("SCRIPT");e.async=!0;e.type="text/javascript";e.charset="UTF-8";_.ii(e,_.Qi(b));var f=!0,g=d||1;d=(0,_.E)(function(){f=!1;g<this.F?Zi(this,b,c,g+1):this.J.log(Error("da`"+g+"`"+this.F),{url:b})},a);var h=(0,_.E)(function(){f&&(f=!1,c&&c.call(null))},a),k=function(m){m.readyState=="loaded"||m.readyState=="complete"?h():f&&window.setTimeout(function(){k(m)},100)};typeof e.addEventListener!=="undefined"?e.onload=function(){h()}:e.onreadystatechange=function(){e.onreadystatechange= null;k(e)};e.onerror=d;_.ki("HEAD")[0].appendChild(e)};_.Yi.prototype.md=function(a,b){a=_.wc(a,Xi(Wi(_.Ea,_.Wd(Vi,this.i))));if(a.length>0){var c=this.P.join("/")+"/m="+a.join(",")+"/excm="+_.Oi(this.i).join(",")+"/d=1/ed=1/ct=zgms";this.B&&(c+="/rs="+this.B);aj(c+this.L,b);for(b=0;b<a.length;b++)this.i[a[b]]=!0}}; var aj=function(a,b){var c=_.li("LINK");c.setAttribute("rel","stylesheet");c.setAttribute("type","text/css");c.setAttribute("href",a);c.onload=c.onreadystatechange=function(){c.readyState&&c.readyState!="loaded"&&c.readyState!="complete"||b&&b.call(null)};_.ki("HEAD")[0].appendChild(c)}; _.Yi.prototype.A=function(a,b){if(!this.C)if(b!=void 0)window.setTimeout((0,_.E)(this.A,this,a,void 0),b);else{_.$i(this,this.o.A(),a);a=this.o.j();if(this.o.v()){var c=(0,_.E)(this.md,this,a);a=function(){c()};typeof window.addEventListener!=="undefined"?window.addEventListener("load",a):window.attachEvent("onload",a)}else this.md(a);this.C=!0}};_.Nf(_.Yi,"m"); }catch(e){_._DumpException(e)} try{ _.x("gbar.ldb",_.E(_.Ki.o,_.Ki,_.Uf)); }catch(e){_._DumpException(e)} try{ var oj=function(){for(var a;a=kj.remove();){try{a.i.call(a.scope)}catch(b){_.Ca(b)}lj(mj,a)}nj=!1},pj=function(){},qj=function(a,b){this.o=a;this.v=b;this.j=0;this.i=null};qj.prototype.get=function(){if(this.j>0){this.j--;var a=this.i;this.i=a.next;a.next=null}else a=this.o();return a};var lj=function(a,b){a.v(b);a.j<100&&(a.j++,b.next=a.i,a.i=b)};var rj=function(){this.j=this.i=null};rj.prototype.add=function(a,b){var c=mj.get();c.set(a,b);this.j?this.j.next=c:this.i=c;this.j=c};rj.prototype.remove=function(){var a=null;this.i&&(a=this.i,this.i=this.i.next,this.i||(this.j=null),a.next=null);return a};var mj=new qj(function(){return new sj},function(a){return a.reset()}),sj=function(){this.next=this.scope=this.i=null};sj.prototype.set=function(a,b){this.i=a;this.scope=b;this.next=null}; sj.prototype.reset=function(){this.next=this.scope=this.i=null};var tj,nj=!1,kj=new rj,vj=function(a,b){tj||uj();nj||(tj(),nj=!0);kj.add(a,b)},uj=function(){var a=Promise.resolve(void 0);tj=function(){a.then(oj)}};_.wj=function(a){if(!a)return!1;try{return!!a.$goog_Thenable}catch(b){return!1}};var zj,Gj,Lj,Kj,Mj;_.yj=function(a){this.i=0;this.C=void 0;this.v=this.j=this.o=null;this.A=this.B=!1;if(a!=pj)try{var b=this;a.call(void 0,function(c){xj(b,2,c)},function(c){xj(b,3,c)})}catch(c){xj(this,3,c)}};zj=function(){this.next=this.o=this.j=this.v=this.i=null;this.A=!1};zj.prototype.reset=function(){this.o=this.j=this.v=this.i=null;this.A=!1};var Aj=new qj(function(){return new zj},function(a){a.reset()}),Bj=function(a,b,c){var d=Aj.get();d.v=a;d.j=b;d.o=c;return d}; _.yj.prototype.then=function(a,b,c){return Cj(this,(0,_.Pe)(typeof a==="function"?a:null),(0,_.Pe)(typeof b==="function"?b:null),c)};_.yj.prototype.$goog_Thenable=!0;_.yj.prototype.D=function(a,b){return Cj(this,null,(0,_.Pe)(a),b)};_.yj.prototype.catch=_.yj.prototype.D;_.yj.prototype.cancel=function(a){if(this.i==0){var b=new _.Dj(a);vj(function(){Ej(this,b)},this)}}; var Ej=function(a,b){if(a.i==0)if(a.o){var c=a.o;if(c.j){for(var d=0,e=null,f=null,g=c.j;g&&(g.A||(d++,g.i==a&&(e=g),!(e&&d>1)));g=g.next)e||(f=g);e&&(c.i==0&&d==1?Ej(c,b):(f?(d=f,d.next==c.v&&(c.v=d),d.next=d.next.next):Fj(c),Gj(c,e,3,b)))}a.o=null}else xj(a,3,b)},Ij=function(a,b){a.j||a.i!=2&&a.i!=3||Hj(a);a.v?a.v.next=b:a.j=b;a.v=b},Cj=function(a,b,c,d){var e=Bj(null,null,null);e.i=new _.yj(function(f,g){e.v=b?function(h){try{var k=b.call(d,h);f(k)}catch(m){g(m)}}:f;e.j=c?function(h){try{var k= c.call(d,h);k===void 0&&h instanceof _.Dj?g(h):f(k)}catch(m){g(m)}}:g});e.i.o=a;Ij(a,e);return e.i};_.yj.prototype.G=function(a){this.i=0;xj(this,2,a)};_.yj.prototype.J=function(a){this.i=0;xj(this,3,a)}; var xj=function(a,b,c){if(a.i==0){a===c&&(b=3,c=new TypeError("fa"));a.i=1;a:{var d=c,e=a.G,f=a.J;if(d instanceof _.yj){Ij(d,Bj(e||pj,f||null,a));var g=!0}else if(_.wj(d))d.then(e,f,a),g=!0;else{if(_.Zb(d))try{var h=d.then;if(typeof h==="function"){Jj(d,h,e,f,a);g=!0;break a}}catch(k){f.call(a,k);g=!0;break a}g=!1}}g||(a.C=c,a.i=b,a.o=null,Hj(a),b!=3||c instanceof _.Dj||Kj(a,c))}},Jj=function(a,b,c,d,e){var f=!1,g=function(k){f||(f=!0,c.call(e,k))},h=function(k){f||(f=!0,d.call(e,k))};try{b.call(a, g,h)}catch(k){h(k)}},Hj=function(a){a.B||(a.B=!0,vj(a.F,a))},Fj=function(a){var b=null;a.j&&(b=a.j,a.j=b.next,b.next=null);a.j||(a.v=null);return b};_.yj.prototype.F=function(){for(var a;a=Fj(this);)Gj(this,a,this.i,this.C);this.B=!1};Gj=function(a,b,c,d){if(c==3&&b.j&&!b.A)for(;a&&a.A;a=a.o)a.A=!1;if(b.i)b.i.o=null,Lj(b,c,d);else try{b.A?b.v.call(b.o):Lj(b,c,d)}catch(e){Mj.call(null,e)}lj(Aj,b)};Lj=function(a,b,c){b==2?a.v.call(a.o,c):a.j&&a.j.call(a.o,c)}; Kj=function(a,b){a.A=!0;vj(function(){a.A&&Mj.call(null,b)})};Mj=_.Ca;_.Dj=function(a){_.ua.call(this,a)};_.F(_.Dj,_.ua);_.Dj.prototype.name="cancel"; }catch(e){_._DumpException(e)} try{ /* Copyright 2005, 2007 Bob Ippolito. All Rights Reserved. Copyright The Closure Library Authors. SPDX-License-Identifier: MIT */ var Wj,Uj,Qj,Rj;_.Nj=function(){this.C=[];this.B=this.A=!1;this.o=void 0;this.J=this.L=this.F=!1;this.D=0;this.j=null;this.G=0};_.Nj.prototype.cancel=function(a){if(this.A)this.o instanceof _.Nj&&this.o.cancel();else{if(this.j){var b=this.j;delete this.j;a?b.cancel(a):(b.G--,b.G<=0&&b.cancel())}this.J=!0;this.A||this.i(new Oj(this))}};_.Nj.prototype.K=function(a,b){this.F=!1;Pj(this,a,b)};var Pj=function(a,b,c){a.A=!0;a.o=c;a.B=!b;Qj(a)},Sj=function(a){if(a.A){if(!a.J)throw new Rj(a);a.J=!1}}; _.Nj.prototype.v=function(a){Sj(this);Pj(this,!0,a)};_.Nj.prototype.i=function(a){Sj(this);Pj(this,!1,a)};_.Nj.prototype.addCallback=function(a,b){return _.Tj(this,a,null,b)};_.Tj=function(a,b,c,d){var e=a.A;e||(b===c?b=c=(0,_.Pe)(b):(b=(0,_.Pe)(b),c=(0,_.Pe)(c)));a.C.push([b,c,d]);e&&Qj(a);return a};_.Nj.prototype.then=function(a,b,c){var d,e,f=new _.yj(function(g,h){e=g;d=h});_.Tj(this,e,function(g){g instanceof Oj?f.cancel():d(g);return Uj},this);return f.then(a,b,c)}; _.Nj.prototype.$goog_Thenable=!0;_.Vj=function(a){var b=new _.Nj;_.Tj(a,b.v,b.i,b);return b};Wj=function(a){return _.zc(a.C,function(b){return typeof b[1]==="function"})};Uj={}; Qj=function(a){if(a.D&&a.A&&Wj(a)){var b=a.D,c=Xj[b];c&&(_.w.clearTimeout(c.i),delete Xj[b]);a.D=0}a.j&&(a.j.G--,delete a.j);b=a.o;for(var d=c=!1;a.C.length&&!a.F;){var e=a.C.shift(),f=e[0],g=e[1];e=e[2];if(f=a.B?g:f)try{var h=f.call(e||null,b);h===Uj&&(h=void 0);h!==void 0&&(a.B=a.B&&(h==b||h instanceof Error),a.o=b=h);if(_.wj(b)||typeof _.w.Promise==="function"&&b instanceof _.w.Promise)d=!0,a.F=!0}catch(k){b=k,a.B=!0,Wj(a)||(c=!0)}}a.o=b;d&&(h=(0,_.E)(a.K,a,!0),d=(0,_.E)(a.K,a,!1),b instanceof _.Nj?(_.Tj(b,h,d),b.L=!0):b.then(h,d));c&&(b=new Yj(b),Xj[b.i]=b,a.D=b.i)};_.Zj=function(a){var b=new _.Nj;b.v(a);return b};_.ak=function(a){var b=new _.Nj;a.then(function(c){b.v(c)},function(c){b.i(c)});return b};_.bk=function(a){var b=new _.Nj;b.i(a);return b};Rj=function(){_.ua.call(this)};_.F(Rj,_.ua);Rj.prototype.message="Deferred has already fired";Rj.prototype.name="AlreadyCalledError";var Oj=function(){_.ua.call(this)};_.F(Oj,_.ua);Oj.prototype.message="Deferred was canceled"; Oj.prototype.name="CanceledError";var Yj=function(a){this.i=_.w.setTimeout((0,_.E)(this.o,this),0);this.j=a};Yj.prototype.o=function(){delete Xj[this.i];throw this.j;};var Xj={}; }catch(e){_._DumpException(e)} try{ _.ck=function(a){this.H=_.B(a)};_.C(_.ck,_.G);_.dk=function(){var a=_.Wf();return _.P(a,_.ck,5)}; }catch(e){_._DumpException(e)} try{ var ek=function(a){this.H=_.B(a)};_.C(ek,_.G);ek.prototype.Va=function(){return _.Q(this,6)};var fk=function(){_.H.call(this);this.j=[];this.i=[]};_.C(fk,_.H);fk.prototype.o=function(a,b){this.j.push({features:a,options:b!=null?b:null})}; fk.prototype.init=function(a,b,c){window.gapi={};var d=window.___jsl={};d.h=_.V(_.Y(a,1));_.Ge(_.od(a,12))!=null&&(d.dpo=_.Ae(_.W(a,12)));d.ms=_.V(_.Y(a,2));d.m=_.V(_.Y(a,3));d.l=[];_.Q(b,1)&&(a=_.Y(b,3))&&this.i.push(a);_.Q(c,1)&&(c=_.Y(c,2))&&this.i.push(c);_.x("gapi.load",(0,_.E)(this.o,this));return this};var gk=new fk,hk=gk.init,ik=_.Yf(),jk=_.dk()||new _.ck,kk,lk=_.Wf();kk=_.P(lk,ek,6);_.Tf("gs",hk.call(gk,ik,jk,kk||new ek)); }catch(e){_._DumpException(e)} try{ _.mk=function(a){_.H.call(this);this.S=a;this.P={}};_.F(_.mk,_.H);var nk=[];_.mk.prototype.listen=function(a,b,c,d){return ok(this,a,b,c,d)};_.mk.prototype.A=function(a,b,c,d,e){return ok(this,a,b,c,d,e)};var ok=function(a,b,c,d,e,f){Array.isArray(c)||(c&&(nk[0]=c.toString()),c=nk);for(var g=0;g<c.length;g++){var h=_.oe(b,c[g],d||a.handleEvent,e||!1,f||a.S||a);if(!h)break;a.P[h.key]=h}return a};_.mk.prototype.oa=function(a,b,c,d){return pk(this,a,b,c,d)}; var pk=function(a,b,c,d,e,f){if(Array.isArray(c))for(var g=0;g<c.length;g++)pk(a,b,c[g],d,e,f);else{b=_.ne(b,c,d||a.handleEvent,e,f||a.S||a);if(!b)return a;a.P[b.key]=b}return a};_.mk.prototype.pa=function(a,b,c,d,e){if(Array.isArray(b))for(var f=0;f<b.length;f++)this.pa(a,b[f],c,d,e);else c=c||this.handleEvent,d=_.Zb(d)?!!d.capture:!!d,e=e||this.S||this,c=_.pe(c),d=!!d,b=_.ee(a)?a.zc(b,c,d,e):a?(a=_.re(a))?a.zc(b,c,d,e):null:null,b&&(_.we(b),delete this.P[b.key])}; _.qk=function(a){_.Yb(a.P,function(b,c){this.P.hasOwnProperty(c)&&_.we(b)},a);a.P={}};_.mk.prototype.O=function(){_.mk.U.O.call(this);_.qk(this)};_.mk.prototype.handleEvent=function(){throw Error("ga");}; }catch(e){_._DumpException(e)} try{ var rk=function(){_.H.call(this);this.i=new _.mk},sk;_.C(rk,_.H);rk.prototype.listen=function(a,b,c,d,e){(e||this.i).A(a,sk,b,c,d)};rk.prototype.pa=function(a,b,c,d,e){(e||this.i).pa(a,sk,b,c,d)};rk.prototype.O=function(){this.i.dispose();_.H.prototype.O.call(this)};_.tk=new rk;sk=["click","keydown","mousedown","touchstart"]; }catch(e){_._DumpException(e)} try{ _.uk=function(a,b,c){return function(){try{return b.apply(c,arguments)}catch(d){a.log(d)}}};_.wk=function(a,b,c,d,e,f){d=_.uk(a,d,f);a=_.oe(b,c,d,e,f);_.vk(b,c);return a};_.vk=function(a,b){if(a instanceof Element){var c=_.Md(_.Jd.fa(),"eq");c&&(b=c.B(a,b||[]))&&(_.Cc&&b instanceof MouseEvent&&a.dispatchEvent?(c=document.createEvent("MouseEvent"),c.initMouseEvent(b.type,!0,!0,b.view,b.detail,b.screenX,b.screenY,b.clientX,b.clientY,b.ctrlKey,b.altKey,b.shiftKey,b.metaKey,b.button,b.relatedTarget),a.dispatchEvent(c)):a.dispatchEvent&&a.dispatchEvent(b))}}; }catch(e){_._DumpException(e)} try{ var xk;_.yk=function(a,b,c){Array.isArray(c)&&(c=c.join(" "));var d="aria-"+b;c===""||c==void 0?(xk||(c={},xk=(c.atomic=!1,c.autocomplete="none",c.dropeffect="none",c.haspopup=!1,c.live="off",c.multiline=!1,c.multiselectable=!1,c.orientation="vertical",c.readonly=!1,c.relevant="additions text",c.required=!1,c.sort="none",c.busy=!1,c.disabled=!1,c.hidden=!1,c.invalid="false",c)),c=xk,b in c?a.setAttribute(d,c[b]):a.removeAttribute(d)):a.setAttribute(d,c)};var Dk;_.Ck=function(a,b,c,d,e,f){if(_.Gc&&e)return _.zk(a);if(e&&!d)return!1;if(!_.Ec){typeof b==="number"&&(b=_.Bk(b));var g=b==17||b==18||_.Gc&&b==91;if((!c||_.Gc)&&g||_.Gc&&b==16&&(d||f))return!1}if(_.Fc&&d&&c)switch(a){case 220:case 219:case 221:case 192:case 186:case 189:case 187:case 188:case 190:case 191:case 192:case 222:return!1}switch(a){case 13:return _.Ec?f||e?!1:!(c&&d):!0;case 27:return!_.Fc&&!_.Ec}return _.Ec&&(d||e||f)?!1:_.zk(a)}; _.zk=function(a){if(a>=48&&a<=57||a>=96&&a<=106||a>=65&&a<=90||_.Fc&&a==0)return!0;switch(a){case 32:case 43:case 63:case 64:case 107:case 109:case 110:case 111:case 186:case 59:case 189:case 187:case 61:case 188:case 190:case 191:case 192:case 222:case 219:case 220:case 221:case 163:case 58:return!0;case 173:case 171:return _.Ec;default:return!1}};_.Bk=function(a){if(_.Ec)a=Dk(a);else if(_.Gc&&_.Fc)switch(a){case 93:a=91}return a}; Dk=function(a){switch(a){case 61:return 187;case 59:return 186;case 173:return 189;case 224:return 91;case 0:return 224;default:return a}}; }catch(e){_._DumpException(e)} try{ _.Ek=function(a,b){_.U.call(this);this.v=a||1;this.o=b||_.w;this.A=(0,_.E)(this.C,this);this.B=Date.now()};_.F(_.Ek,_.U);_.Ek.prototype.j=!1;_.Ek.prototype.i=null;_.Fk=function(a,b){a.v=b;a.i&&a.j?(a.stop(),a.start()):a.i&&a.stop()};_.Ek.prototype.C=function(){if(this.j){var a=Date.now()-this.B;a>0&&a<this.v*.8?this.i=this.o.setTimeout(this.A,this.v-a):(this.i&&(this.o.clearTimeout(this.i),this.i=null),this.dispatchEvent("tick"),this.j&&(this.stop(),this.start()))}}; _.Ek.prototype.start=function(){this.j=!0;this.i||(this.i=this.o.setTimeout(this.A,this.v),this.B=Date.now())};_.Ek.prototype.stop=function(){this.j=!1;this.i&&(this.o.clearTimeout(this.i),this.i=null)};_.Ek.prototype.O=function(){_.Ek.U.O.call(this);this.stop();delete this.o};_.Gk=function(a,b,c){if(typeof a==="function")c&&(a=(0,_.E)(a,c));else if(a&&typeof a.handleEvent=="function")a=(0,_.E)(a.handleEvent,a);else throw Error("ka");return Number(b)>2147483647?-1:_.w.setTimeout(a,b||0)}; }catch(e){_._DumpException(e)} try{ _.Hk=function(){};_.Hk.Db=void 0;_.Hk.fa=function(){return _.Hk.Db?_.Hk.Db:_.Hk.Db=new _.Hk};_.Hk.prototype.i=0;_.Ik=function(a){return":"+(a.i++).toString(36)}; }catch(e){_._DumpException(e)} try{ var Jk;Jk=function(a){return Array.isArray(a)?_.xc(a,Jk):typeof a==="string"?a:a?a.toString():a};_.Kk=function(a,b){_.mk.call(this,b);this.C=a;this.ba=b||this};_.C(_.Kk,_.mk);_.Kk.prototype.listen=function(a,b,c,d){if(c){if(typeof c!="function")throw new TypeError("ha");c=_.uk(this.C,c,this.ba);c=_.mk.prototype.listen.call(this,a,b,c,d);_.vk(a,Jk(b));return c}return _.mk.prototype.listen.call(this,a,b,c,d)}; _.Kk.prototype.A=function(a,b,c,d,e){if(c){if(typeof c!="function")throw new TypeError("ha");c=_.uk(this.C,c,e||this.ba);c=_.mk.prototype.A.call(this,a,b,c,d,e);_.vk(a,Jk(b));return c}return _.mk.prototype.A.call(this,a,b,c,d,e)};_.Kk.prototype.oa=function(a,b,c,d){if(c){if(typeof c!="function")throw new TypeError("ha");c=_.uk(this.C,c,this.ba);c=_.mk.prototype.oa.call(this,a,b,c,d);_.vk(a,Jk(b));return c}return _.mk.prototype.oa.call(this,a,b,c,d)};_.Lk=function(a,b){_.Kk.call(this,b);this.i=a}; _.C(_.Lk,_.Kk);_.Lk.prototype.M=function(){return this.i};_.Lk.prototype.O=function(){this.i=null;_.Kk.prototype.O.call(this)}; }catch(e){_._DumpException(e)} try{ _.Mk=function(){this.i=0};_.Mk.prototype.reset=function(){this.i=0}; }catch(e){_._DumpException(e)} try{ var Nk,Ok,Pk;_.Z=function(a,b){var c=b||document;c.getElementsByClassName?a=c.getElementsByClassName(a)[0]:(c=document,a?a=(b||c).querySelector(a?"."+a:""):(b=b||c,a=(a?b.querySelectorAll(a?"."+a:""):b.getElementsByTagName("*"))[0]||null));return a||null};Nk=function(a){return typeof a.className=="string"?a.className:a.getAttribute&&a.getAttribute("class")||""};Ok=function(a){return a.classList?a.classList:Nk(a).match(/\S+/g)||[]}; Pk=function(a,b){typeof a.className=="string"?a.className=b:a.setAttribute&&a.setAttribute("class",b)};_.Qk=function(a,b){return a.classList?a.classList.contains(b):_.Va(Ok(a),b)};_.Rk=function(a,b){if(a.classList)a.classList.add(b);else if(!_.Qk(a,b)){var c=Nk(a);Pk(a,c+(c.length>0?" "+b:b))}}; _.Sk=function(a,b){if(a.classList)Array.prototype.forEach.call(b,function(e){_.Rk(a,e)});else{var c={};Array.prototype.forEach.call(Ok(a),function(e){c[e]=!0});Array.prototype.forEach.call(b,function(e){c[e]=!0});b="";for(var d in c)b+=b.length>0?" "+d:d;Pk(a,b)}};_.Tk=function(a,b){a.classList?a.classList.remove(b):_.Qk(a,b)&&Pk(a,Array.prototype.filter.call(Ok(a),function(c){return c!=b}).join(" "))}; _.Uk=function(a,b){a.classList?Array.prototype.forEach.call(b,function(c){_.Tk(a,c)}):Pk(a,Array.prototype.filter.call(Ok(a),function(c){return!_.Va(b,c)}).join(" "))};_.Vk=function(a,b,c){c?_.Rk(a,b):_.Tk(a,b)}; }catch(e){_._DumpException(e)} try{ var $k,bl;_.Wk=function(a){this.H=_.B(a)};_.C(_.Wk,_.G);_.Xk=function(a,b){return _.K(a,36,b)};_.Yk=function(a){return a.i.button==0&&!(_.Gc&&a.ctrlKey)};_.Zk=function(a,b,c,d,e,f){c.listen(b,d,e,f||a.S||a,a)};$k=function(){};_.al=new $k;bl=["click","keydown","keyup"]; $k.prototype.listen=function(a,b,c,d,e){var f=function(g){var h=_.pe(b),k=_.Xd(g.target)?g.target.getAttribute("role")||null:null;g.type=="click"&&_.Yk(g)?h.call(d,g):g.keyCode!=13&&g.keyCode!=3||g.type=="keyup"?g.keyCode!=32||k!="button"&&k!="tab"&&k!="radio"||(g.type=="keyup"&&h.call(d,g),g.preventDefault()):(g.type="keypress",h.call(d,g))};f.Pa=b;f.jk=d;e?e.listen(a,bl,f,c):_.oe(a,bl,f,c)}; $k.prototype.pa=function(a,b,c,d,e){for(var f,g=0;f=bl[g];g++){var h=a;var k=f;var m=!!c;k=_.ee(h)?h.Zc(k,m):h?(h=_.re(h))?h.Zc(k,m):[]:[];for(h=0;m=k[h];h++){var n=m.listener;if(n.Pa==b&&n.jk==d){e?e.pa(a,f,m.listener,c,d):_.ve(a,f,m.listener,c,d);break}}}}; }catch(e){_._DumpException(e)} try{ var cl,hl,il,tl;cl=function(a,b,c){return arguments.length<=2?Array.prototype.slice.call(a,b):Array.prototype.slice.call(a,b,c)};_.dl=function(a,b,c,d){Array.prototype.splice.apply(a,cl(arguments,1))};_.el=function(a){if(a instanceof _.Wb)return a.i;throw Error("N");};_.fl=function(a,b){if(a.nodeType===1&&/^(script|style)$/i.test(a.tagName))throw Error("N");a.innerHTML=_.el(b)};_.gl=function(){return _.Fc?"Webkit":_.Ec?"Moz":null};il=0; _.jl=function(a){return Object.prototype.hasOwnProperty.call(a,_.ta)&&a[_.ta]||(a[_.ta]=++il)};_.kl=function(a){return String(a).replace(/\-([a-z])/g,function(b,c){return c.toUpperCase()})};_.ll=function(a){return a.replace(RegExp("(^|[\\s]+)([a-z])","g"),function(b,c,d){return c+d.toUpperCase()})};_.ml=function(a,b){this.width=a;this.height=b};_.nl=function(a){return new _.ml(a.width,a.height)};_.l=_.ml.prototype;_.l.aspectRatio=function(){return this.width/this.height}; _.l.Eb=function(){return!(this.width*this.height)};_.l.ceil=function(){this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return this};_.l.floor=function(){this.width=Math.floor(this.width);this.height=Math.floor(this.height);return this};_.l.round=function(){this.width=Math.round(this.width);this.height=Math.round(this.height);return this};_.ol=function(a,b){return a==b?!0:a&&b?a.width==b.width&&a.height==b.height:!1}; _.pl=function(a){a=a.document;a=a.compatMode=="CSS1Compat"?a.documentElement:a.body;return new _.ml(a.clientWidth,a.clientHeight)};_.ql=function(a,b){var c=_.Bd(a,"DIV");_.fl(c,b);if(c.childNodes.length==1)c=c.removeChild(c.firstChild);else{for(a=a.createDocumentFragment();c.firstChild;)a.appendChild(c.firstChild);c=a}return c}; _.rl=function(a,b){if(!a||!b)return!1;if(a.contains&&b.nodeType==1)return a==b||a.contains(b);if(typeof a.compareDocumentPosition!="undefined")return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a};_.sl=function(a){try{var b=a&&a.activeElement;return b&&b.nodeName?b:null}catch(c){return null}};tl=function(a){this.i=a||_.w.document||document};_.l=tl.prototype;_.l.M=function(a){return _.yd(this.i,a)};_.l.La=function(a,b,c){return _.Dd(this.i,arguments)}; _.l.appendChild=function(a,b){a.appendChild(b)};_.l.Ve=_.Ed;_.l.Ld=_.Fd;_.l.Mg=_.rl;_.ul=function(a){return a?new tl(_.Gd(a)):hl||(hl=new tl)};var xl;_.wl=function(a,b,c){if(typeof b==="string")(b=_.vl(a,b))&&(a.style[b]=c);else for(var d in b){c=a;var e=b[d],f=_.vl(c,d);f&&(c.style[f]=e)}};xl={};_.vl=function(a,b){var c=xl[b];if(!c){var d=_.kl(b);c=d;a.style[d]===void 0&&(d=_.gl()+_.ll(d),a.style[d]!==void 0&&(c=d));xl[b]=c}return c};_.yl=function(a,b){var c=_.Gd(a);return c.defaultView&&c.defaultView.getComputedStyle&&(a=c.defaultView.getComputedStyle(a,null))?a[b]||a.getPropertyValue(b)||"":""}; _.zl=function(a,b){return _.yl(a,b)||(a.currentStyle?a.currentStyle[b]:null)||a.style&&a.style[b]};_.Al=function(a){try{return a.getBoundingClientRect()}catch(b){return{left:0,top:0,right:0,bottom:0}}};_.Bl=function(a,b){typeof a=="number"&&(a=(b?Math.round(a):a)+"px");return a}; _.Dl=function(a){var b=_.Cl;if(_.zl(a,"display")!="none")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};_.Cl=function(a){var b=a.offsetWidth,c=a.offsetHeight,d=_.Fc&&!b&&!c;return(b===void 0||d)&&a.getBoundingClientRect?(a=_.Al(a),new _.ml(a.right-a.left,a.bottom-a.top)):new _.ml(b,c)};_.El=function(a,b){a.style.display=b?"":"none"}; _.Fl=_.Ec?"MozUserSelect":_.Fc||_.Dc?"WebkitUserSelect":null; }catch(e){_._DumpException(e)} try{ var Hl,Kl,Il,Ml;_.Gl=function(a,b,c){_.H.call(this);this.Pa=a;this.o=b||0;this.i=c;this.j=(0,_.E)(this.Ng,this)};Hl=function(a){return _.Hd(a,function(b){var c;if(c=b.nodeType==1)b=b.getAttribute("aria-hidden"),c=(b==null||b==void 0?"":String(b))=="true";return c})!=null};Kl=function(a){return a?Il(a,function(b){return b.nodeType==1&&_.Jl(b)&&!Hl(b)}):[]};_.F(_.Gl,_.H);_.l=_.Gl.prototype;_.l.qc=0;_.l.O=function(){_.Gl.U.O.call(this);this.stop();delete this.Pa;delete this.i}; _.l.start=function(a){this.stop();this.qc=_.Gk(this.j,a!==void 0?a:this.o)};_.l.stop=function(){this.isActive()&&_.w.clearTimeout(this.qc);this.qc=0};_.l.isActive=function(){return this.qc!=0};_.l.Ng=function(){this.qc=0;this.Pa&&this.Pa.call(this.i)};_.Ll=function(a,b,c,d){if(a!=null)for(a=a.firstChild;a;){if(b(a)&&(c.push(a),d)||_.Ll(a,b,c,d))return!0;a=a.nextSibling}return!1};Il=function(a,b){var c=[];_.Ll(a,b,c,!1);return c};Ml=function(a){a=a.tabIndex;return typeof a==="number"&&a>=0&&a<32768}; _.Jl=function(a){return a.tagName=="A"&&a.hasAttribute("href")||a.tagName=="INPUT"||a.tagName=="TEXTAREA"||a.tagName=="SELECT"||a.tagName=="BUTTON"?!a.disabled&&(!a.hasAttribute("tabindex")||Ml(a)):a.hasAttribute("tabindex")&&Ml(a)};var Ql;_.Nl=function(a,b,c,d,e,f){e=e===void 0?!1:e;f=f===void 0?null:f;_.Lk.call(this,a,c);this.counter=new _.Mk;this.J=d;this.N=this.K=this.L=null;this.ha=b;this.R=!1;(this.o=f||_.Z("gb_B",this.i))&&this.o.setAttribute("aria-expanded","false");this.B=_.Kf("dd");this.B.xd(this);this.j=null;(a=_.Z("gb_la",this.i))&&!this.j&&(this.j=a,this.j.setAttribute("aria-hidden","true"),this.o&&_.Zk(this,this.o,_.al,this.ie,!1,this),this.ke());e||this.Dc()};_.C(_.Nl,_.Lk);_.l=_.Nl.prototype; _.l.Dc=function(){_.Zk(this,document,_.tk,this.Na,!0,this);this.A(document,_.Ck(27)?"keypress":"keyup",this.lb,!1,this);this.A(this.i,"mouseover",this.X,!1,this);this.A(this.i,"mouseout",this.V,!1,this);this.A(this.i,["keyup","keydown"],this.dj,!1,this);this.A(document.body,"focusin",this.Pi,!1,this)};_.l.dj=function(a){var b=a.target;b instanceof Element&&Ol(this,b)&&a.keyCode==32&&(a.preventDefault(),a.stopPropagation())};_.l.Pi=function(){this.Ta()&&(Ol(this,document.activeElement)||Pl(this))}; _.l.ke=function(){_.Zk(this,this.j,_.al,this.Li,!1,this);_.rl(this.i,this.j)||(this.A(this.j,"mouseover",this.X,!1,this),this.A(this.j,"mouseout",this.V,!1,this));this.Lb()!=="pc"&&this.listen(this.j,"keydown",this.kb,!0)};_.l.Lb=function(){return this.ha};_.l.Wf=function(){return!1};_.l.ie=function(a){if(this.i.getAttribute("data-ogsr-fb")==null){var b=a.type!="click";b=b===void 0?!1:b;this.Ta()?this.close(void 0,!0,1):this.open(b);a.preventDefault();a.stopPropagation()}}; _.l.Li=function(a){for(a=a.target;a&&a!=this.j;){if(a.tagName=="A"&&!_.Qk(a,"gb_xf")){this.close(!0,!0,3);break}a=a.parentNode}};var Ol=function(a,b){if(!b)return!1;var c=!!a.j&&_.rl(a.j,b);return _.rl(a.i,b)||c}; _.Nl.prototype.Na=function(a){if(!_.Nc||a.Fa().isTrusted){var b=a.target;if(Ql(this)){a:{var c=a.Fa();if(c!=null&&(c=typeof c.composedPath==="function"?c.composedPath():void 0,c!=null&&c.length>0&&(c=c[0],!(c instanceof Window))))break a;c=null}c!=null&&(b=c)}Ol(this,b)||a.keyCode==27||this.close(void 0,!0,2)}}; _.Nl.prototype.kb=function(a){if(a.keyCode===9&&this.Ta()){var b=a.target,c=Kl(this.j);c.length>0&&(b==c[0]&&a.shiftKey?(c[c.length-1].focus(),a.preventDefault()):b!=c[c.length-1]||a.shiftKey||(c[0].focus(),a.preventDefault()))}};_.Nl.prototype.X=function(a){Rl(this,(0,_.E)(this.ge,this),a)};_.Nl.prototype.V=function(a){Rl(this,(0,_.E)(this.Oa,this),a)}; var Rl=function(a,b,c){var d=c.relatedTarget,e=d&&(_.rl(a.i,d)||_.rl(a.j,d));d=d&&Sl(a,d);a=Sl(a,c.target);e||b(0,c);e&&!d||a||b(1,c);!d&&a&&b(2,c)};_.Nl.prototype.lb=function(a){if(a.keyCode==27){a=_.sl(document);var b=Ol(this,a),c=this.Ta();this.close(void 0,!1,1);c&&b?this.o.focus():a&&a.focus()}};_.Nl.prototype.ge=function(){};_.Nl.prototype.Oa=function(){};var Sl=function(a,b){return b&&a.j?!!a.j&&_.rl(a.j,b):!1};_.Nl.prototype.O=function(){_.Lk.prototype.O.call(this);this.j=null}; _.Nl.prototype.Od=function(a){a?this.open():this.close()};_.Nl.prototype.Vf=function(){return!1}; _.Nl.prototype.open=function(a){a=a===void 0?!1:a;if(!this.Ta()){this.counter.reset();this.B.Sd(0,this);this.B.Le(this);_.Rk(this.i,"gb_Uc");_.Rk(this.j,"gb_Uc");this.j.setAttribute("aria-hidden","false");this.o&&this.o.setAttribute("aria-expanded","true");if(_.Cc&&this.j){var b=_.Z("gb_Pe");if(!b){b=_.mi("IFRAME",{"class":"gb_Pe",src:'javascript:""',frameBorder:0});var c=_.Z("gb_Re");c&&c.appendChild(b)}_.Tk(b,"gb_R");this.Nd()}this.L&&(b=this.N?this.N:new _.Yd,_.Xk(b,this.R),_.Tl(this,this.L,b, !1));this.B.Sd(1,this);a&&Pl(this)}};var Pl=function(a){var b=Kl(a.j);b[0]?b[0].focus():a.j.focus()};_.Nl.prototype.Nd=function(){if(_.Cc&&this.j){var a=_.Z("gb_Pe");if(a){var b=_.Dl(this.j);if(b instanceof _.ml){var c=b.height;b=b.width}else throw Error("la");a.style.width=_.Bl(b,!0);a.style.height=_.Bl(c,!0)}}}; _.Nl.prototype.close=function(a,b,c){a=a===void 0?!1:a;b=b===void 0?!1:b;c=c===void 0?0:c;return this.Ta()&&this.B.Kh(this)?(this.B.dg(this)&&this.B.Le(null),_.Tk(this.i,"gb_Uc"),_.Tk(this.j,"gb_Uc"),this.j.setAttribute("aria-hidden","true"),this.o&&(this.o.setAttribute("aria-expanded","false"),!b&&Ol(this,document.activeElement)&&setTimeout((0,_.E)(this.o.focus,this.o),0)),_.Cc&&(b=_.Z("gb_Pe"))&&_.Rk(b,"gb_R"),a||this.K&&_.Tl(this,this.K,void 0,!0,c),this.B.Sd(2,this),!0):!1}; _.Nl.prototype.Ta=function(){return _.Qk(this.i,"gb_Uc")};Ql=function(a){a=[a.i,a.j].filter(function(d){return d!=null});for(var b,c=0;c<a.length;c++){b=a[c];if(typeof b.getRootNode!=="function")break;if(b.getRootNode().nodeType===11)return!0}return!1};_.Tl=function(a,b,c,d,e){c=c===void 0?new _.Yd:c;d=d===void 0?!1:d;var f=new _.Wk,g=++a.counter.i;_.M(f,1,g);d&&_.K(f,2,d);e!=void 0&&_.O(f,3,e);_.I(c,37,f);a.J.log(b,c)};_.Vl=function(a,b){_.U.call(this);this.i=a;this.o=Ul(this.i);this.C=b||100;this.v=_.oe(a,"resize",this.A,!1,this)};_.F(_.Vl,_.U);_.Vl.prototype.O=function(){_.we(this.v);_.Vl.U.O.call(this)};_.Vl.prototype.A=function(){this.j||(this.j=new _.Gl(this.B,this.C,this),_.Hf(this,this.j));this.j.start()}; _.Vl.prototype.B=function(){if(!this.i.isDisposed()){var a=this.o,b=Ul(this.i);this.o=b;if(a){var c=!1;a.width!=b.width&&(this.dispatchEvent("b"),c=!0);a.height!=b.height&&(this.dispatchEvent("a"),c=!0);c&&this.dispatchEvent("resize")}else this.dispatchEvent("a"),this.dispatchEvent("b"),this.dispatchEvent("resize")}};var Wl=function(a){_.U.call(this);this.j=a||window;this.o=_.oe(this.j,"resize",this.v,!1,this);this.i=_.pl(this.j||window)},Xl,Ul;_.F(Wl,_.U);_.Yl=function(){var a=window,b=_.jl(a);return Xl[b]=Xl[b]||new Wl(a)};Xl={};Ul=function(a){return a.i?_.nl(a.i):null};Wl.prototype.O=function(){Wl.U.O.call(this);this.o&&(_.we(this.o),this.o=null);this.i=this.j=null};Wl.prototype.v=function(){var a=_.pl(this.j||window);_.ol(a,this.i)||(this.i=a,this.dispatchEvent("resize"))}; }catch(e){_._DumpException(e)} try{ var Zl,$l,hm,jm,nm;Zl=function(a,b){return a<b?-1:a>b?1:0}; $l=function(a,b){var c=0;a=(0,_.oc)(String(a)).split(".");b=(0,_.oc)(String(b)).split(".");for(var d=Math.max(a.length,b.length),e=0;c==0&&e<d;e++){var f=a[e]||"",g=b[e]||"";do{f=/(\d*)(\D*)(.*)/.exec(f)||["","","",""];g=/(\d*)(\D*)(.*)/.exec(g)||["","","",""];if(f[0].length==0&&g[0].length==0)break;c=Zl(f[1].length==0?0:parseInt(f[1],10),g[1].length==0?0:parseInt(g[1],10))||Zl(f[2].length==0,g[2].length==0)||Zl(f[2],g[2]);f=f[3];g=g[3]}while(c==0)}return c}; _.am=function(a,b,c,d){this.top=a;this.right=b;this.bottom=c;this.left=d};_.bm=function(a,b){this.x=a!==void 0?a:0;this.y=b!==void 0?b:0};_.bm.prototype.equals=function(a){return a instanceof _.bm&&(this==a?!0:this&&a?this.x==a.x&&this.y==a.y:!1)};_.bm.prototype.ceil=function(){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this};_.bm.prototype.floor=function(){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this}; _.bm.prototype.round=function(){this.x=Math.round(this.x);this.y=Math.round(this.y);return this};_.cm=function(a){return new _.bm(a.x,a.y)};_.dm=function(a){return a.scrollingElement?a.scrollingElement:_.Fc||a.compatMode!="CSS1Compat"?a.body||a.documentElement:a.documentElement};_.em=function(a){var b=a.i;a=_.dm(b);b=b.defaultView;return new _.bm(b.pageXOffset||a.scrollLeft,b.pageYOffset||a.scrollTop)};_.fm=function(a){return"rtl"==_.zl(a,"direction")};_.gm=function(a,b){try{return _.Ac(a[b]),!0}catch(c){}return!1}; hm=function(a,b){return new _.bm(a.x-b.x,a.y-b.y)};_.am.prototype.expand=function(a,b,c,d){_.Zb(a)?(this.top-=a.top,this.right+=a.right,this.bottom+=a.bottom,this.left-=a.left):(this.top-=a,this.right+=Number(b),this.bottom+=Number(c),this.left-=Number(d));return this};_.am.prototype.ceil=function(){this.top=Math.ceil(this.top);this.right=Math.ceil(this.right);this.bottom=Math.ceil(this.bottom);this.left=Math.ceil(this.left);return this}; _.am.prototype.floor=function(){this.top=Math.floor(this.top);this.right=Math.floor(this.right);this.bottom=Math.floor(this.bottom);this.left=Math.floor(this.left);return this};_.am.prototype.round=function(){this.top=Math.round(this.top);this.right=Math.round(this.right);this.bottom=Math.round(this.bottom);this.left=Math.round(this.left);return this};_.im=function(a,b,c,d){this.left=a;this.top=b;this.width=c;this.height=d}; _.im.prototype.ceil=function(){this.left=Math.ceil(this.left);this.top=Math.ceil(this.top);this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return this};_.im.prototype.floor=function(){this.left=Math.floor(this.left);this.top=Math.floor(this.top);this.width=Math.floor(this.width);this.height=Math.floor(this.height);return this}; _.im.prototype.round=function(){this.left=Math.round(this.left);this.top=Math.round(this.top);this.width=Math.round(this.width);this.height=Math.round(this.height);return this}; jm=function(a){var b=_.Gd(a),c=_.zl(a,"position"),d=c=="fixed"||c=="absolute";for(a=a.parentNode;a&&a!=b;a=a.parentNode)if(a.nodeType==11&&a.host&&(a=a.host),c=_.zl(a,"position"),d=d&&c=="static"&&a!=b.documentElement&&a!=b.body,!d&&(a.scrollWidth>a.clientWidth||a.scrollHeight>a.clientHeight||c=="fixed"||c=="absolute"||c=="relative"))return a;return null}; _.km=function(a){var b=_.Gd(a),c=new _.bm(0,0);if(a==(b?_.Gd(b):document).documentElement)return c;a=_.Al(a);b=_.em(_.ul(b));c.x=a.left+b.x;c.y=a.top+b.y;return c}; _.lm=function(a){for(var b=new _.am(0,Infinity,Infinity,0),c=_.ul(a),d=c.i.body,e=c.i.documentElement,f=_.dm(c.i);a=jm(a);)if((!_.Fc||a.clientHeight!=0||a!=d)&&a!=d&&a!=e&&_.zl(a,"overflow")!="visible"){var g=_.km(a),h=new _.bm(a.clientLeft,a.clientTop);g.x+=h.x;g.y+=h.y;b.top=Math.max(b.top,g.y);b.right=Math.min(b.right,g.x+a.clientWidth);b.bottom=Math.min(b.bottom,g.y+a.clientHeight);b.left=Math.max(b.left,g.x)}d=f.scrollLeft;f=f.scrollTop;b.left=Math.max(b.left,d);b.top=Math.max(b.top,f);c=_.pl(c.i.defaultView|| window);b.right=Math.min(b.right,d+c.width);b.bottom=Math.min(b.bottom,f+c.height);return b.top>=0&&b.left>=0&&b.bottom>b.top&&b.right>b.left?b:null};_.mm=function(a){a=_.Al(a);return new _.bm(a.left,a.top)}; nm=function(){if(_.Hc){var a=/Windows NT ([0-9.]+)/;return(a=a.exec(_.Fa()))?a[1]:"0"}return _.Gc?(a=/1[0|1][_.][0-9_.]+/,(a=a.exec(_.Fa()))?a[0].replace(/_/g,"."):"10"):_.Jc?(a=/Android\s+([^\);]+)(\)|;)/,(a=a.exec(_.Fa()))?a[1]:""):_.Kc||_.Lc||_.Mc?(a=/(?:iPhone|CPU)\s+OS\s+(\S+)/,(a=a.exec(_.Fa()))?a[1].replace(/_/g,"."):""):""}();var om=function(a){return(a=a.exec(_.Fa()))?a[1]:""},pm=function(){if(_.Uc)return om(/Firefox\/([0-9.]+)/);if(_.Cc||_.Dc||_.Bc)return _.Tc;if(_.Yc){if(_.Sa()||_.Ta()){var a=om(/CriOS\/([0-9.]+)/);if(a)return a}return om(/Chrome\/([0-9.]+)/)}if(_.Zc&&!_.Sa())return om(/Version\/([0-9.]+)/);if(_.Vc||_.Wc){if(a=/Version\/(\S+).*Mobile\/(\S+)/.exec(_.Fa()))return a[1]+"."+a[2]}else if(_.Xc)return(a=om(/Android\s+([0-9.]+)/))?a:om(/Version\/([0-9.]+)/);return""}();var qm; _.sm=function(a,b,c,d,e,f,g,h,k){var m;if(m=c.offsetParent){var n=m.tagName=="HTML"||m.tagName=="BODY";if(!n||_.zl(m,"position")!="static"){var p=_.km(m);if(!n){n=_.fm(m);var r;if(r=n){r=_.Zc&&$l(pm,10)>=0;var t;if(t=_.Nc)t=$l(nm,10)>=0;var u=_.Yc&&$l(pm,85)>=0;r=_.Ec||r||t||u}n=r?-m.scrollLeft:n&&_.zl(m,"overflowX")!="visible"?m.scrollWidth-m.clientWidth-m.scrollLeft:m.scrollLeft;p=hm(p,new _.bm(n,m.scrollTop))}}}m=p||new _.bm;p=_.km(a);n=_.Dl(a);p=new _.im(p.x,p.y,n.width,n.height);if(n=_.lm(a))u= new _.im(n.left,n.top,n.right-n.left,n.bottom-n.top),n=Math.max(p.left,u.left),r=Math.min(p.left+p.width,u.left+u.width),n<=r&&(t=Math.max(p.top,u.top),u=Math.min(p.top+p.height,u.top+u.height),t<=u&&(p.left=n,p.top=t,p.width=r-n,p.height=u-t));n=_.ul(a);r=_.ul(c);if(n.i!=r.i){n=n.i.body;r=r.i.defaultView;t=new _.bm(0,0);u=_.Jf(_.Gd(n));if(_.gm(u,"parent")){var y=n;do{var D=u==r?_.km(y):_.mm(y);t.x+=D.x;t.y+=D.y}while(u&&u!=r&&u!=u.parent&&(y=u.frameElement)&&(u=u.parent))}n=hm(t,_.km(n));p.left+= n.x;p.top+=n.y}a=qm(a,b);b=p.left;a&4?b+=p.width:a&2&&(b+=p.width/2);b=new _.bm(b,p.top+(a&1?p.height:0));b=hm(b,m);e&&(b.x+=(a&4?-1:1)*e.x,b.y+=(a&1?-1:1)*e.y);if(g)if(k)var J=k;else if(J=_.lm(c))J.top-=m.y,J.right-=m.x,J.bottom-=m.y,J.left-=m.x;return _.rm(b,c,d,f,J,g,h)}; _.rm=function(a,b,c,d,e,f,g){a=_.cm(a);var h=qm(b,c);c=_.Dl(b);g=g?_.nl(g):_.nl(c);a=_.cm(a);g=_.nl(g);var k=0;if(d||h!=0)h&4?a.x-=g.width+(d?d.right:0):h&2?a.x-=g.width/2:d&&(a.x+=d.left),h&1?a.y-=g.height+(d?d.bottom:0):d&&(a.y+=d.top);f&&(e?(d=f,f=0,(d&65)==65&&(a.x<e.left||a.x>=e.right)&&(d&=-2),(d&132)==132&&(a.y<e.top||a.y>=e.bottom)&&(d&=-5),a.x<e.left&&d&1&&(a.x=e.left,f|=1),d&16&&(h=a.x,a.x<e.left&&(a.x=e.left,f|=4),a.x+g.width>e.right&&(g.width=Math.min(e.right-a.x,h+g.width-e.left),g.width= Math.max(g.width,0),f|=4)),a.x+g.width>e.right&&d&1&&(a.x=Math.max(e.right-g.width,e.left),f|=1),d&2&&(f|=(a.x<e.left?16:0)|(a.x+g.width>e.right?32:0)),a.y<e.top&&d&4&&(a.y=e.top,f|=2),d&32&&(h=a.y,a.y<e.top&&(a.y=e.top,f|=8),a.y+g.height>e.bottom&&(g.height=Math.min(e.bottom-a.y,h+g.height-e.top),g.height=Math.max(g.height,0),f|=8)),a.y+g.height>e.bottom&&d&4&&(a.y=Math.max(e.bottom-g.height,e.top),f|=2),d&8&&(f|=(a.y<e.top?64:0)|(a.y+g.height>e.bottom?128:0)),e=f):e=256,k=e);d=new _.im(0,0,0,0); d.left=a.x;d.top=a.y;d.width=g.width;d.height=g.height;e=k;if(e&496)return e;g=new _.bm(d.left,d.top);g instanceof _.bm?(a=g.x,g=g.y):(a=g,g=void 0);b.style.left=_.Bl(a,!1);b.style.top=_.Bl(g,!1);g=new _.ml(d.width,d.height);_.ol(c,g)||(c=g,b=b.style,_.Ec?b.MozBoxSizing="border-box":_.Fc?b.WebkitBoxSizing="border-box":b.boxSizing="border-box",b.width=Math.max(c.width,0)+"px",b.height=Math.max(c.height,0)+"px");return e};qm=function(a,b){return(b&8&&_.fm(a)?b^4:b)&-9};_.tm=function(a){_.U.call(this);this.i=a;this.j=_.oe(this.i,"focus",this,!0);this.o=_.oe(this.i,"blur",this,!0)};_.F(_.tm,_.U);_.tm.prototype.handleEvent=function(a){var b=a.Fa();b=new _.ce(b);b.type=a.type=="focusin"||a.type=="focus"?"focusin":"focusout";this.dispatchEvent(b)};_.tm.prototype.O=function(){_.tm.U.O.call(this);_.we(this.j);_.we(this.o);delete this.i}; }catch(e){_._DumpException(e)} try{ _.um=function(a,b,c,d){c.listen(b,d,void 0,a.S||a,a)}; }catch(e){_._DumpException(e)} try{ var vm=function(a){_.H.call(this);this.o=a;this.A=this.i=null;this.v=0;this.C={};this.j=!1;a=window.navigator.userAgent;a.indexOf("MSIE")>=0&&a.indexOf("Trident")>=0&&(a=/\b(?:MSIE|rv)[: ]([^\);]+)(\)|;)/.exec(a))&&a[1]&&parseFloat(a[1])<9&&(this.j=!0)};_.C(vm,_.H); vm.prototype.Ee=function(a,b){if(!this.j)if(b instanceof Array){b=_.v(b);for(var c=b.next();!c.done;c=b.next())this.Ee(a,c.value)}else{c=(0,_.E)(this.D,this,a);var d=this.v+b;this.v++;a.dataset.eqid=d;this.C[d]=c;a&&a.addEventListener?a.addEventListener(b,c,!1):a&&a.attachEvent?a.attachEvent("on"+b,c):this.o.log(Error("ia`"+a))}}; vm.prototype.B=function(a,b){if(this.j)return null;if(b instanceof Array){var c=null;b=_.v(b);for(var d=b.next();!d.done;d=b.next())(d=this.B(a,d.value))&&(c=d);return c}c=null;this.i&&this.i.type==b&&this.A==a&&(c=this.i,this.i=null);if(d=a.dataset.eqid)delete a.dataset.eqid,(d=this.C[d])?a.removeEventListener?a.removeEventListener(b,d,!1):a.detachEvent&&a.detachEvent("on"+b,d):this.o.log(Error("ja`"+a));return c}; vm.prototype.D=function(a,b){this.i=b;this.A=a;b.preventDefault?b.preventDefault():b.returnValue=!1};_.Tf("eq",new vm(_.xi())); }catch(e){_._DumpException(e)} try{ var wm=function(){_.Ki.o(_.Uf)},xm=function(a,b){var c=_.xi();c=_.uk(c,wm);a.addEventListener?a.addEventListener(b,c):a.attachEvent&&a.attachEvent("on"+b,c)},ym=function(a){this.H=_.B(a)};_.C(ym,_.G);var zm=function(a){this.H=_.B(a)};_.C(zm,_.G);zm.prototype.A=function(){return _.fg(this,1,_.Ce,_.Fg())};zm.prototype.j=function(){return _.fg(this,2,_.Ce,_.Fg(_.Ni))};zm.prototype.v=function(){return _.W(this,3)};var Am=function(){var a=_.Wf();return _.P(a,zm,17)},Bm=function(a,b){a.__PVT=b}; (function(){var a;window.gbar&&window.gbar._LDD?a=window.gbar._LDD:a=[];var b=_.zi();Bm(window,_.V(_.Y(b,8)));b=_.Xf();var c=_.xi();a=new _.Yi(b,Am()||new zm,a,c);_.Tf("m",a);var d=function(){_.x("gbar.qm",(0,_.E)(function(e){try{e()}catch(f){c.log(f)}},this));_.Kf("api").ta()};_.Ae(_.S(b,18),!0)?a.A(d):(b=_.ji(_.Pf(b,19),200),b=(0,_.E)(a.A,a,d,b),_.Li(b))})();xm(document,"DOMContentLoaded");xm(window,"load");_.x("gbar.mls",function(){});var Cm=new function(){var a=_.Xf();this.i=_.P(a,ym,8)||new ym};_.x("gbar.bv",{n:_.ji(_.Pf(Cm.i,2)),r:_.V(_.Y(Cm.i,4)),f:_.V(_.Y(Cm.i,3)),e:_.V(_.Y(Cm.i,5)),m:_.ji(_.X(Cm.i,1,1),1)});_.x("gbar.kn",function(){return!0});_.x("gbar.sb",function(){return!1}); }catch(e){_._DumpException(e)} try{ var bj=function(a,b){a.v.push(b)},cj=function(a,b,c){this.o=a;this.j=!1;this.i=b;this.v=c};cj.prototype.ta=function(a){if(this.j)throw Error("ea`"+this.i);try{a.apply(this.o,this.v),this.j=!0}catch(b){}};var dj=function(a){_.H.call(this);this.j=a;this.i=[];this.o={}};_.C(dj,_.H);dj.prototype.v=function(a){var b=(0,_.E)(function(){this.i.push(new cj(this.j,a,Array.prototype.slice.call(arguments)))},this);return this.o[a]=b}; dj.prototype.resolve=function(a){var b=this.j;a=a.split(".");for(var c=a.length,d=0;d<c;++d)if(b[a[d]])b=b[a[d]];else return null;return b instanceof Function?b:null};dj.prototype.ta=function(){for(var a=this.i.length,b=this.i,c=[],d=0;d<a;++d){var e=b[d].i,f=this.resolve(e);if(f&&f!=this.o[e])try{b[d].ta(f)}catch(g){}else c.push(b[d])}this.i=c.concat(b.slice(a))};var ej="bbh bbr bbs has prm sngw so".split(" "),fj=new dj(_.w);_.Tf("api",fj); for(var gj="addExtraLink addLink aomc asmc close cp.c cp.l cp.me cp.ml cp.rc cp.rel ela elc elh gpca gpcr lGC lPWF ldb mls noam paa pc pca pcm pw.clk pw.hvr qfaae qfaas qfaau qfae qfas qfau qfhi qm qs qsi rtl sa setContinueCb snaw sncw som sp spd spn spp sps tsl tst up.aeh up.aop up.dpc up.iic up.nap up.r up.sl up.spd up.tp upel upes upet".split(" ").concat(ej),hj=(0,_.E)(fj.v,fj),ij=0;ij<gj.length;ij++){var jj="gbar."+gj[ij];_.$b(jj,window)==null&&_.x(jj,hj(jj))}_.x("gbar.up.gpd",function(){return""});(function(){for(var a=0;a<ej.length;a++)_.x("gbar."+ej[a],function(){});var b=_.Jd.fa();_.Ld(b,"api").ta();bj(_.Ld(b,"m"),function(){_.Ld(b,"api").ta()})})(); }catch(e){_._DumpException(e)} try{ var Nm,cn,Om,Pm,Mm,fn,Wm,hn;Nm=function(a){return Mm[a]||""};_.Qm=function(a){if(!_.ad)return Om(a);a=Pm.test(a)?a.replace(Pm,Nm):a;a=atob(a);for(var b=new Uint8Array(a.length),c=0;c<a.length;c++)b[c]=a.charCodeAt(c);return b};_.Rm=function(a,b){var c=a.length-b.length;return c>=0&&a.indexOf(b,c)==c};_.Sm=function(a,b){return a>b?1:a<b?-1:0};_.Tm=function(a,b){a.sort(b||_.Sm)}; _.Um=function(a,b){if(!_.bc(a)||!_.bc(b)||a.length!=b.length)return!1;for(var c=a.length,d=0;d<c;d++)if(a[d]!==b[d])return!1;return!0};_.Vm=function(a,b,c,d){_.Gb(a);var e=a.H;_.Ib(e,e[_.A]|0,b,(d==="0"?Number(c)===0:c===d)?void 0:c);return a};_.Xm=function(a){if(_.Ya){var b;return(b=a[Wm])!=null?b:a[Wm]=new Map}if(Wm in a)return a[Wm];b=new Map;Object.defineProperty(a,Wm,{value:b});return b}; _.Ym=function(a,b,c,d,e){var f=a.get(d);if(f!=null)return f;for(var g=f=0;g<d.length;g++){var h=d[g];_.nd(b,h,e)!=null&&(f!==0&&(c=_.Ib(b,c,f,void 0,e)),f=h)}a.set(d,f);return f};_.Zm=function(a,b,c,d,e){var f=_.Xm(a),g=_.Ym(f,a,b,c,e);g!==d&&(g&&(b=_.Ib(a,b,g,void 0,e)),f.set(c,d));return b};_.$m=function(a,b){b=_.Vb(b);b!==void 0&&(a.href=b)};_.an=function(a){for(var b,c=[];!(b=a.next()).done;)c.push(b.value);return c};_.bn=function(a){return a instanceof Array?a:_.an(_.v(a))}; cn=function(a,b){function c(k){for(;d<a.length;){var m=a.charAt(d++),n=_.hf[m];if(n!=null)return n;if(!_.Ea(m))throw Error("A`"+m);}return k}_.jf();for(var d=0;;){var e=c(-1),f=c(0),g=c(64),h=c(64);if(h===64&&e===-1)break;b(e<<2|f>>4);g!=64&&(b(f<<4&240|g>>2),h!=64&&b(g<<6&192|h))}};Om=function(a){var b=a.length,c=b*3/4;c%3?c=Math.floor(c):"=.".indexOf(a[b-1])!=-1&&(c="=.".indexOf(a[b-2])!=-1?c-2:c-1);var d=new Uint8Array(c),e=0;cn(a,function(f){d[e++]=f});return e!==c?d.subarray(0,e):d};Pm=/[-_.]/g; Mm={"-":"+",_:"/",".":"="};_.dn={};_.vb=function(a,b){if(b!==_.dn)throw Error("C");this.i=a;if(a!=null&&a.length===0)throw Error("B");};_.vb.prototype.j=function(){var a=this.i;if(a==null)a="";else if(typeof a!=="string"){if(_.ad){for(var b="",c=0,d=a.length-10240;c<d;)b+=String.fromCharCode.apply(null,a.subarray(c,c+=10240));b+=String.fromCharCode.apply(null,c?a.subarray(c):a);a=btoa(b)}else a=_.kf(a);a=this.i=a}return a};_.vb.prototype.Eb=function(){return this.i==null}; _.en=function(a){if(_.dn!==_.dn)throw Error("C");var b=a.i;b=b==null||_.$c&&b!=null&&b instanceof Uint8Array?b:typeof b==="string"?_.Qm(b):null;return b==null?b:a.i=b};_.gn=function(){return fn||(fn=new _.vb(null,_.dn))};Wm=_.Xa(void 0,"1oa");hn=function(a,b){if(a){a=a.split("&");for(var c=0;c<a.length;c++){var d=a[c].indexOf("="),e=null;if(d>=0){var f=a[c].substring(0,d);e=a[c].substring(d+1)}else f=a[c];b(f,e?decodeURIComponent(e.replace(/\+/g," ")):"")}}};var on,qn,sn,Cn,tn,vn,un,yn,wn,rn,Dn;_.jn=function(a){this.v=this.B=this.o="";this.C=null;this.j=this.D="";this.A=!1;var b;a instanceof _.jn?(this.A=a.A,_.kn(this,a.o),this.B=a.B,_.ln(this,a.bb()),_.mn(this,a.C),_.nn(this,a.Va()),on(this,pn(a.i)),this.j=a.j):a&&(b=String(a).match(_.mf))?(this.A=!1,_.kn(this,b[1]||"",!0),this.B=qn(b[2]||""),_.ln(this,b[3]||"",!0),_.mn(this,b[4]),_.nn(this,b[5]||"",!0),on(this,b[6]||"",!0),this.j=qn(b[7]||"")):(this.A=!1,this.i=new rn(null,this.A))}; _.jn.prototype.toString=function(){var a=[],b=this.o;b&&a.push(sn(b,tn,!0),":");var c=this.bb();if(c||b=="file")a.push("//"),(b=this.B)&&a.push(sn(b,tn,!0),"@"),a.push(encodeURIComponent(String(c)).replace(/%25([0-9a-fA-F]{2})/g,"%$1")),c=this.C,c!=null&&a.push(":",String(c));if(c=this.Va())this.v&&c.charAt(0)!="/"&&a.push("/"),a.push(sn(c,c.charAt(0)=="/"?un:vn,!0));(c=this.i.toString())&&a.push("?",c);(c=this.j)&&a.push("#",sn(c,wn));return a.join("")}; _.jn.prototype.resolve=function(a){var b=new _.jn(this),c=!!a.o;c?_.kn(b,a.o):c=!!a.B;c?b.B=a.B:c=!!a.v;c?_.ln(b,a.bb()):c=a.C!=null;var d=a.Va();if(c)_.mn(b,a.C);else if(c=!!a.D){if(d.charAt(0)!="/")if(this.v&&!this.D)d="/"+d;else{var e=b.Va().lastIndexOf("/");e!=-1&&(d=b.Va().slice(0,e+1)+d)}e=d;if(e==".."||e==".")d="";else if(e.indexOf("./")!=-1||e.indexOf("/.")!=-1){d=_.Da(e,"/");e=e.split("/");for(var f=[],g=0;g<e.length;){var h=e[g++];h=="."?d&&g==e.length&&f.push(""):h==".."?((f.length>1|| f.length==1&&f[0]!="")&&f.pop(),d&&g==e.length&&f.push("")):(f.push(h),d=!0)}d=f.join("/")}else d=e}c?_.nn(b,d):c=a.i.toString()!=="";c?on(b,pn(a.i)):c=!!a.j;c&&(b.j=a.j);return b};_.kn=function(a,b,c){a.o=c?qn(b,!0):b;a.o&&(a.o=a.o.replace(/:$/,""));return a};_.jn.prototype.bb=function(){return this.v};_.ln=function(a,b,c){a.v=c?qn(b,!0):b;return a};_.mn=function(a,b){if(b){b=Number(b);if(isNaN(b)||b<0)throw Error("ua`"+b);a.C=b}else a.C=null;return a};_.jn.prototype.Va=function(){return this.D}; _.nn=function(a,b,c){a.D=c?qn(b,!0):b;return a};on=function(a,b,c){b instanceof rn?(a.i=b,xn(a.i,a.A)):(c||(b=sn(b,yn)),a.i=new rn(b,a.A))};_.zn=function(a,b,c){a.i.set(b,c);return a};_.An=function(a,b){return a.i.get(b)};_.Bn=function(a){return a instanceof _.jn?new _.jn(a):new _.jn(a)};qn=function(a,b){return a?b?decodeURI(a.replace(/%25/g,"%2525")):decodeURIComponent(a):""}; sn=function(a,b,c){return typeof a==="string"?(a=encodeURI(a).replace(b,Cn),c&&(a=a.replace(/%25([0-9a-fA-F]{2})/g,"%$1")),a):null};Cn=function(a){a=a.charCodeAt(0);return"%"+(a>>4&15).toString(16)+(a&15).toString(16)};tn=/[#\/\?@]/g;vn=/[#\?:]/g;un=/[#\?]/g;yn=/[#\?@]/g;wn=/#/g;rn=function(a,b){this.j=this.i=null;this.o=a||null;this.v=!!b};Dn=function(a){a.i||(a.i=new Map,a.j=0,a.o&&hn(a.o,function(b,c){a.add(decodeURIComponent(b.replace(/\+/g," ")),c)}))}; rn.prototype.add=function(a,b){Dn(this);this.o=null;a=En(this,a);var c=this.i.get(a);c||this.i.set(a,c=[]);c.push(b);this.j+=1;return this};rn.prototype.remove=function(a){Dn(this);a=En(this,a);return this.i.has(a)?(this.o=null,this.j-=this.i.get(a).length,this.i.delete(a)):!1};rn.prototype.clear=function(){this.i=this.o=null;this.j=0};rn.prototype.Eb=function(){Dn(this);return this.j==0};_.Fn=function(a,b){Dn(a);b=En(a,b);return a.i.has(b)};_.l=rn.prototype; _.l.forEach=function(a,b){Dn(this);this.i.forEach(function(c,d){c.forEach(function(e){a.call(b,e,d,this)},this)},this)};_.l.zb=function(){Dn(this);for(var a=Array.from(this.i.values()),b=Array.from(this.i.keys()),c=[],d=0;d<b.length;d++)for(var e=a[d],f=0;f<e.length;f++)c.push(b[d]);return c};_.l.Wa=function(a){Dn(this);var b=[];if(typeof a==="string")_.Fn(this,a)&&(b=b.concat(this.i.get(En(this,a))));else{a=Array.from(this.i.values());for(var c=0;c<a.length;c++)b=b.concat(a[c])}return b}; _.l.set=function(a,b){Dn(this);this.o=null;a=En(this,a);_.Fn(this,a)&&(this.j-=this.i.get(a).length);this.i.set(a,[b]);this.j+=1;return this};_.l.get=function(a,b){if(!a)return b;a=this.Wa(a);return a.length>0?String(a[0]):b};_.Gn=function(a,b,c){a.remove(b);c.length>0&&(a.o=null,a.i.set(En(a,b),_.Wa(c)),a.j+=c.length)}; rn.prototype.toString=function(){if(this.o)return this.o;if(!this.i)return"";for(var a=[],b=Array.from(this.i.keys()),c=0;c<b.length;c++){var d=b[c],e=encodeURIComponent(String(d));d=this.Wa(d);for(var f=0;f<d.length;f++){var g=e;d[f]!==""&&(g+="="+encodeURIComponent(String(d[f])));a.push(g)}}return this.o=a.join("&")}; var pn=function(a){var b=new rn;b.o=a.o;a.i&&(b.i=new Map(a.i),b.j=a.j);return b},En=function(a,b){b=String(b);a.v&&(b=b.toLowerCase());return b},xn=function(a,b){b&&!a.v&&(Dn(a),a.o=null,a.i.forEach(function(c,d){var e=d.toLowerCase();d!=e&&(this.remove(d),_.Gn(this,e,c))},a));a.v=b}; }catch(e){_._DumpException(e)} try{ var vo,uo;_.so=function(a){this.H=_.B(a)};_.C(_.so,_.G);_.so.prototype.bb=function(){return _.Q(this,8)};_.to=function(a,b){this.j=a;this.i=b};_.to.prototype.log=function(a,b){b=b===void 0?new _.Yd:b;uo(this,a,b)};_.wo=function(a,b,c,d,e,f,g,h){c=c===void 0?null:c;d=d===void 0?null:d;e=e===void 0?null:e;f=f===void 0?null:f;g=g===void 0?null:g;h=h===void 0?new _.Yd:h;var k=a.i?103:14;c=vo(3,d,e,b,c,f,g);_.I(h,47,c);_.R(h,18,b);uo(a,k,h)}; _.xo=function(a,b,c,d,e,f,g){g=g===void 0?new _.Yd:g;var h=a.i?94:8;c=vo(e,c,d);_.O(c,1,b);_.K(c,9,f);_.I(g,47,c);uo(a,h,g)};vo=function(a,b,c,d,e,f,g){b=b===void 0?null:b;c=c===void 0?null:c;d=d===void 0?null:d;e=e===void 0?null:e;f=f===void 0?null:f;g=g===void 0?null:g;var h=new _.so;a!=null&&_.O(h,3,a);d!=null&&_.R(h,4,d);e!=null&&_.Eg(h,10,e);b!=null&&_.M(h,5,b);c!=null&&_.M(h,6,c);f!=null&&_.K(h,7,f);g!=null&&_.R(h,8,g);return h}; uo=function(a,b,c){var d=_.P(c,_.so,47)||new _.so;_.I(c,47,d);a.j.log(b,c)}; }catch(e){_._DumpException(e)} try{ var yo=function(a,b){return a&&b?b instanceof _.am?b.left>=a.left&&b.right<=a.right&&b.top>=a.top&&b.bottom<=a.bottom:b.x>=a.left&&b.x<=a.right&&b.y>=a.top&&b.y<=a.bottom:!1},zo=function(a,b){var c=[];return _.Ll(a,b,c,!0)?c[0]:void 0};var Ao=function(a){return zo(a,function(b){return _.Xd(b)&&_.Jl(b)})},Bo=function(a){(a=Ao(a))&&a.focus()};var Co=function(a){_.H.call(this);this.i=a||_.ul();this.j={};this.o={}};_.F(Co,_.H);Co.prototype.O=function(){_.Yb(this.j,this.i.Ld,this.i);this.o=this.i=this.j=null;Co.U.O.call(this)}; var Do=function(a,b){var c;(c=a.j.polite)?c.removeAttribute("aria-hidden"):(c=_.Bd(a.i.i,"DIV"),c.id="goog-lr-"+_.jl(c),c.style.position="absolute",c.style.top="-1000px",c.style.height="1px",c.style.overflow="hidden",_.yk(c,"live","polite"),_.yk(c,"atomic","true"),a.i.i.body.appendChild(c),a.j.polite=c);var d=a.o.polite;d=d&&d===b?b+"\u00a0":b;b&&(a.o.polite=d);_.ze(c,d)};_.Eo=_.w.document&&_.w.document.documentElement&&!!_.w.document.documentElement.setCapture&&!!_.w.document.releaseCapture;_.Fo=function(){_.U.call(this);this.o=new _.mk(this);_.Hf(this,this.o);this.B=[];this.ka=[];this.P=[];this.R=this.V=this.W=!1};_.F(_.Fo,_.U);_.l=_.Fo.prototype;_.l.Qd=function(a){this.ka.push(a);this.W=a.V=!0};_.l.init=function(){if(!this.R){for(var a,b=0;a=this.B[b];b++)this.gd(a);this.R=!0}};_.l.gd=function(a){this.W&&(this.o.A(a.i,"mousedown",a.jg,!1,a),this.Z&&_.Rk(a.i,this.Z));this.V&&this.aa&&_.Rk(a.i,this.aa)}; _.l.Wd=function(a){this.W&&(this.o.pa(a.i,"mousedown",a.jg,!1,a),this.Z&&_.Tk(a.i,this.Z));this.V&&this.aa&&_.Tk(a.i,this.aa);a.dispose()}; _.l.Xe=function(a){var b=a.o?null:this.F,c=a.clientX,d=a.clientY,e=_.em(_.ul(this.K)),f=c+e.x;e=d+e.y;if(b&&b.j){var g;this.D&&(g=this.D(b.o,b.i,f,e));this.dispatchEvent(new _.Go("drag",this,this.i,b.j,b.o,b.v,c,d,f,e,void 0,a.i));b.j.dispatchEvent(new _.Go("drop",this,this.i,b.j,b.o,b.v,c,d,f,e,g,a.i))}this.dispatchEvent(new _.Go("dragend",this,this.i,b?b.j:void 0,b?b.o:void 0,b?b.v:void 0,c,d,f,e,void 0,a.i));this.o.pa(this.A,"drag",this.lg,!1);this.o.pa(this.A,"end",this.Xe,!1);this.o.pa(_.Gd(this.i.o).body, "selectstart",this.yg);for(b=0;a=this.P[b];b++)this.o.pa(a.i,"scroll",this.rf,!1),a.j=[];this.A.dispose();_.Fd(this.K);delete this.i;delete this.K;delete this.A;delete this.N;delete this.F}; _.l.lg=function(a){var b=_.em(_.ul(this.K));var c=new _.bm(a.clientX+b.x,a.clientY+b.y);b=c.x;var d=c.y,e=this.F;this.dispatchEvent(new _.Go("drag",this,this.i,e?e.j:void 0,e?e.o:void 0,e?e.v:void 0,a.clientX,a.clientY,b,d,void 0,a.i));var f;if(e){this.D&&e.j&&(f=this.D(e.o,e.i,b,d));if(yo(e.i,c)&&f==this.ba)return;e.j&&(this.dispatchEvent(new _.Go("dragout",this,this.i,e.j,e.o,e.v)),e.j.dispatchEvent(new _.Go("dragout",this,this.i,e.j,e.o,e.v,void 0,void 0,void 0,void 0,this.ba)));this.ba=f;this.F= null}if(yo(this.C,c)){a:{for(var g=0;e=this.N[g];g++)if(yo(e.i,c))if(e.A){if(yo(e.A.o,c)){c=e;break a}}else{c=e;break a}c=null}if((e=this.F=c)&&e.j)this.D&&(f=this.D(e.o,e.i,b,d)),b=new _.Go("dragover",this,this.i,e.j,e.o,e.v),b.i=f,this.dispatchEvent(b),e.j.dispatchEvent(new _.Go("dragover",this,this.i,e.j,e.o,e.v,a.clientX,a.clientY,void 0,void 0,f));else if(!e){this.j||(a=this.C,this.j=new _.Ho(new _.am(a.top,a.right,a.bottom,a.left)));a=this.j.i;a.top=this.C.top;a.right=this.C.right;a.bottom= this.C.bottom;a.left=this.C.left;for(f=0;e=this.N[f];f++)c=e.i,e.A&&(e=e.A.o,c=new _.am(Math.max(c.top,e.top),Math.min(c.right,e.right),Math.min(c.bottom,e.bottom),Math.max(c.left,e.left))),e=null,b>=c.right?e=c.right>a.left?c.right:a.left:b<c.left&&(e=c.left<a.right?c.left:a.right),g=null,d>=c.bottom?g=c.bottom>a.top?c.bottom:a.top:d<c.top&&(g=c.top<a.bottom?c.top:a.bottom),e!==null&&g!==null&&(Math.abs(e-b)>Math.abs(g-d)?g=null:e=null),e!==null?e<=b?a.left=e:a.right=e:g!==null&&(g<=d?a.top=g:a.bottom= g);this.F=(a.right-a.left)*(a.bottom-a.top)>=10?this.j:null}}};_.l.yg=function(){return!1};_.l.rf=function(a){for(var b,c=0;b=this.P[c];c++)if(a.target==b.i){var d=b.A-b.i.scrollTop,e=b.v-b.i.scrollLeft;b.A=b.i.scrollTop;b.v=b.i.scrollLeft;this.j&&this.F==this.j&&(d>0?this.j.i.top+=d:this.j.i.bottom+=d,e>0?this.j.i.left+=e:this.j.i.right+=e);for(var f,g=0;f=b.j[g];g++)f=f.i,f.top+=d,f.left+=e,f.bottom+=d,f.right+=e,_.Io(this,f)}this.A.qg(a)}; _.Io=function(a,b){a.N.length==1?a.C=new _.am(b.top,b.right,b.bottom,b.left):(a=a.C,a.left=Math.min(b.left,a.left),a.right=Math.max(b.right,a.right),a.top=Math.min(b.top,a.top),a.bottom=Math.max(b.bottom,a.bottom))};_.Fo.prototype.O=function(){_.Fo.U.O.call(this);for(var a,b=0;a=this.B[b];b++)this.Wd(a);this.B.length=0};_.Go=function(a,b,c,d,e,f,g,h,k,m,n){_.be.call(this,a);this.o=c;this.v=e;this.clientX=g;this.clientY=h;this.i=n};_.F(_.Go,_.be); _.Ho=function(a,b,c,d){this.i=a;this.j=b;this.o=c;this.v=d||null;this.A=null};var Jo=function(){_.Fo.call(this)};_.F(Jo,_.Fo);_.Ko=function(a,b){_.Fo.call(this);this.T=!1;this.v=[];this.X=_.W(b,1);this.ca=_.Q(b,2)||"";this.Aa=_.Q(b,3)||"";this.ha=this.X&&this.ca?new Co:null;this.J=null;this.G=a;this.L={};this.Y=null};_.C(_.Ko,Jo);_.l=_.Ko.prototype;_.l.Qd=function(a){Jo.prototype.Qd.call(this,a);this.v.push(a);this.T=!0};_.l.init=function(){Jo.prototype.init.call(this);this.X&&this.T&&_.oe(this.G,"keydown",this.Ze,!1,this)};_.l.O=function(){this.X&&this.T&&_.ve(this.G,"keydown",this.Ze,!1,this);Jo.prototype.O.call(this)}; _.l.gd=function(a){Jo.prototype.gd.call(this,a);var b=a.i;b=b.id||(b.id="ogbkddg"+_.Ik(this.ua));this.L[b]=a};_.l.Wd=function(a){delete this.L[a.i.id];Jo.prototype.Wd.call(this,a)}; _.l.Ze=function(a){a:{var b=a.target;if(this.L)for(var c=this.G;b&&b!==c;){var d=b.id;if(d in this.L){b=this.L[d];break a}b=b.parentNode}b=null}b&&(a.keyCode==32?(this.J?this.S(a,b):(this.J=b,_.Rk(this.G,"gb_Ff"),_.Rk(b.i,"gb_da"),this.Y=_.oe(document,"mousedown",(0,_.E)(this.S,this,a,b,!1)),_.oe(this.G,"focusin",this.Rf,!1,this),this.dispatchEvent(new Lo(b)),Bo(b.i)),a.preventDefault(),a.stopPropagation()):this.J&&Mo(this,a,b))};_.l.Rf=function(a){var b=Ao(this.J.i);a.target!=b&&this.S(a,this.J)}; var Mo=function(a,b,c){var d=null;_.Si(c.i.parentElement||null);switch(b.keyCode){case 37:d=No(a,c,-1);break;case 38:d=No(a,c,-3);break;case 39:d=No(a,c,1);break;case 40:d=No(a,c,3);break;case 9:a.S(b,c);break;case 27:a.S(b,c,!0)}if(d){a.dispatchEvent(new _.Go("dragout",null,c));var e=d.target.B[0],f=new _.Go("dragover",null,null);f.v=e;f.i=d.i;a.dispatchEvent(f);Bo(c.i);if(a.ha){c=a.v.indexOf(d.target)==1?a.Aa:a.ca;var g=[d.i+1,e?e.i.children.length:0];c=c.replace(/%([0-9]+)\$s/g,function(h,k){k= parseInt(k,10)-1;return k<g.length?g[k]:""});Do(a.ha,c)}b.preventDefault()}};_.Ko.prototype.S=function(a,b,c){_.Tk(this.G,"gb_Ff");c?this.dispatchEvent(new _.Go("dragout",null,b)):(a=Oo(this,b.i.parentElement||null),(a=a!=-1?this.v[a]:null)&&a.dispatchEvent(new _.Go("drop",null,null)));this.dispatchEvent(new _.Go("dragend",null,b));_.we(this.Y);delete this.Y;_.ve(this.G,"focusin",this.Rf,!1,this);this.J=null;_.Tk(b.i,"gb_da")}; var No=function(a,b,c){var d=b.i;b=b.i.parentElement||null;var e=Oo(a,b);_.Si(b.parentElement||null);for(var f=_.Si(b),g=_.Ua(f,d),h=c>0?1:-1;d&&c!=0;){do d=h>0?d.nextElementSibling!==void 0?d.nextElementSibling:_.Ti(d.nextSibling,!0):d.previousElementSibling!==void 0?d.previousElementSibling:_.Ti(d.previousSibling,!1);while(d&&!(d.id in a.L));c-=h;g+=h;if(!d&&e<a.v.length&&(e+=h,a.v[e]))if(b=a.v[e].B[0].i,f=_.Si(b),h>0)d=(3-g%3)%3,c=c<d?0:c-d,g=0,d=b.children[0];else{g=f.length;d=3-g%3-1;if(c=d> -c?0:c+d)g--,c++;d=b.children[g]}}return c==0&&a.v[e]?new Po(a.v[e],g):null},Oo=function(a,b){for(var c=-1,d=0;d<a.v.length;d++)if(a.v[d].B[0].i==b){c=d;break}return c};_.Ko.prototype.ua=_.Hk.fa();var Po=function(a,b){this.target=a;this.i=b},Lo=function(a){_.Go.call(this,"dragstart",null,a)};_.C(Lo,_.Go);_.Qo=new _.ml(88,100);_.Ro=new _.ml(100,100); }catch(e){_._DumpException(e)} try{ _.Wq=function(){};_.Wq.prototype.next=function(){return _.Xq};_.Xq={done:!0,value:void 0};_.Wq.prototype.uc=function(){return this};_.Yq=function(a){this.i=a};_.Yq.prototype.uc=function(){return new _.Zq(this.i())};_.Yq.prototype[Symbol.iterator]=function(){return new _.$q(this.i())};_.Yq.prototype.j=function(){return new _.$q(this.i())};_.Zq=function(a){this.i=a};_.C(_.Zq,_.Wq);_.Zq.prototype.next=function(){return this.i.next()};_.Zq.prototype[Symbol.iterator]=function(){return new _.$q(this.i)};_.Zq.prototype.j=function(){return new _.$q(this.i)};_.$q=function(a){_.Yq.call(this,function(){return a});this.o=a};_.C(_.$q,_.Yq); _.$q.prototype.next=function(){return this.o.next()}; }catch(e){_._DumpException(e)} try{ var KD=function(){};KD.prototype.toString=function(){return"n73qwf"};new KD;_.Hk.fa();RegExp.prototype.hasOwnProperty("sticky"); }catch(e){_._DumpException(e)} try{ var LD=function(a,b){var c={};c._sn=["v.gas",b].join(".");_.Uf(a,c)},MD=function(){this.i=null},PD,QD,SD,TD,UD;MD.prototype.Bc=function(){return this.i};var ND=function(a,b,c){this.i=a;this.j=b;this.o=c||_.w},OD=function(a){this.i=[];this.v=a||this};OD.prototype.j=function(a,b,c){this.A(a,b,c);this.i.push(new ND(a,b,c))};OD.prototype.A=function(a,b,c){c=c||_.w;for(var d=this.i.length,e=0;e<d;e++){var f=this.i[e];if(f.i==a&&f.j==b&&f.o==c){this.i.splice(e,1);break}}}; OD.prototype.o=function(a){a.i=this.v;for(var b=this.i.length,c=0;c<b;c++){var d=this.i[c];d.i=="catc"&&d.j.call(d.o,a)}};PD=["gbq1","gbq2","gbqfbwa"];QD=null;_.RD=function(){if(QD!=null)return QD;var a=document.body.style;if(!(a="flexGrow"in a||"webkitFlexGrow"in a))a:{if(a=window.navigator.userAgent){var b=/Trident\/(\d+)/.exec(a);if(b&&Number(b[1])>=7){a=/\bMSIE (\d+)/.exec(a);a=!a||a[1]=="10";break a}}a=!1}return QD=a}; SD=function(a,b,c){var d=NaN;window.getComputedStyle&&(a=window.getComputedStyle(a,null).getPropertyValue(b))&&a.substr(a.length-2)=="px"&&(d=c?parseFloat(a.substr(0,a.length-2)):parseInt(a.substr(0,a.length-2),10));return d}; TD=function(a){var b=a.offsetWidth,c=SD(a,"width");if(!isNaN(c))return b-c;var d=a.style.padding,e=a.style.paddingLeft,f=a.style.paddingRight;a.style.padding=a.style.paddingLeft=a.style.paddingRight=0;c=a.clientWidth;a.style.padding=d;a.style.paddingLeft=e;a.style.paddingRight=f;return b-c};UD=function(a,b){b||a-Math.round(a)!=-.5||(a-=.5);return Math.round(a)};_.VD=function(a){if(a){var b=a.style.opacity;a.style.opacity=".99";_.Ac(a.offsetWidth);a.style.opacity=b}};var WD=function(a){_.H.call(this);this.i=a;this.j=[];this.o=[]};_.C(WD,_.H);WD.prototype.O=function(){_.H.prototype.O.call(this);this.i=null;for(var a=0;a<this.j.length;a++)this.j[a].dispose();for(a=0;a<this.o.length;a++)this.o[a].dispose();this.o=this.j=null}; WD.prototype.Qa=function(a){a==void 0&&(a=this.i.offsetWidth);for(var b=TD(this.i),c=[],d=0,e=0,f=0,g=0,h=0;h<this.j.length;h++){var k=this.j[h],m=XD(k),n=TD(k.i);c.push({item:k,yb:m,Zj:n,Uc:0});d+=m.grow;e+=m.Ad;f+=m.wc;g+=n}a=a-g-b-f;d=a>0?d:e;e=a;b=c;do{f=!0;g=[];for(k=h=0;k<b.length;k++){m=b[k];n=e>0?m.yb.grow:m.yb.Ad;var p=d==0?0:n/d*e+m.Uc;p=UD(p,f);f=!f;m.Uc=YD(m.item,p,m.Zj,m.yb.wc);n>0&&p==m.Uc&&(g.push(m),h+=n)}b=g;e=a-_.yc(c,function(r,t){return r+t.Uc},0);d=h}while(e!=0&&b.length!=0); for(c=0;c<this.o.length;c++)this.o[c].Qa()};var $D=function(a){var b={};b.items=_.xc(a.j,function(c){return ZD(c)});b.children=_.xc(a.o,function(c){return $D(c)});return b},aE=function(a,b){for(var c=0;c<a.j.length;c++)a.j[c].i.style.width=b.items[c];for(c=0;c<a.o.length;c++)aE(a.o[c],b.children[c])};WD.prototype.M=function(){return this.i};var bE=function(a,b,c,d){WD.call(this,a);this.A=b;this.B=c;this.v=d};_.C(bE,WD); var XD=function(a,b){var c=a.A,d=a.B;if(a.v==-1){var e=b;e==void 0&&(e=TD(a.i));b=ZD(a);var f=$D(a),g=SD(a.i,"width",!0);isNaN(g)&&(g=a.i.offsetWidth-e);e=Math.ceil(g);a.i.style.width=b;aE(a,f);a=e}else a=a.v;return{grow:c,Ad:d,wc:a}},YD=function(a,b,c,d){c==void 0&&(c=TD(a.i));d==void 0&&(d=XD(a,c).wc);b=d+b;b<0&&(b=0);a.i.style.width=b+"px";c=a.i.offsetWidth-c;a.i.style.width=c+"px";return c-d},ZD=function(a){var b=a.i.style.width;a.i.style.width="";return b};var cE=function(a,b,c){var d;d==void 0&&(d=-1);return{className:a,yb:{grow:b||0,Ad:c||0,wc:d}}},dE={className:"gb_Oe",items:[cE("gb_Dc"),cE("gb_Df"),cE("gb_gf",0,2),cE("gb_Ef"),cE("gb_0d",1,1)],xb:[{className:"gb_0d",items:[cE("gb_M",0,1),cE("gb_Re",0,1)],xb:[function(a){a=a.gb_M;if(a)var b=a.M();else{b=document.querySelector(".gb_M");if(!b)return null;a=new WD(b)}b=b.querySelectorAll(".gb_Z");for(var c=0;c<b.length;c++){var d=new bE(b[c],0,0,-1);a.j.push(d)}return a},{className:"gb_Re",items:[cE("gb_J"), cE("gb_q"),cE("shareboxWidget"),cE("gb_z",0,1),cE("gb_Of"),cE("gb_Vd",0,1),cE("gb_Pf")],xb:[{className:"gb_z",items:[cE("gb_jb",0,1)],xb:[{className:"gb_jb",items:[cE("gb_Za",0,1)],xb:[]}]}]}]},{className:"gb_Bf",items:[cE("gbqff",1,1),cE("gb_Af")],xb:[]}]},eE=function(a,b){if(!b){b=document.querySelector("."+a.className);if(!b)return null;b=new WD(b)}for(var c={},d=0;d<a.items.length;d++){var e=a.items[d],f;if(f=(f=document.querySelector("."+e.className))?new bE(f,e.yb.grow,e.yb.Ad,e.yb.wc):null)b.j.push(f), c[e.className]=f}for(d=0;d<a.xb.length;d++){e=a.xb[d];var g;typeof e=="function"?g=e(c):g=eE(e,c[e.className]);g&&b.o.push(g)}return b};var gE=function(a){this.v=new OD(this);this.D=a;this.C=[{id:"t",max:900},{id:"f"}];this.i=fE(a.offsetWidth,this.C);this.F=new _.Vl(_.Yl(),10);_.oe(this.F,"b",function(){window.requestAnimationFrame?window.requestAnimationFrame((0,_.E)(this.B,this)):this.B()},!1,this)},fE=function(a,b){for(var c=0,d=b.length-1,e=b[0];c<d;){if(a<=e.max)return e.id;e=b[++c]}return b[d].id};gE.prototype.B=function(){var a=fE(this.D.offsetWidth,this.C);a!=this.i&&(this.i=a,this.o(new MD))}; gE.prototype.j=function(a,b,c){this.v.j(a,b,c)};gE.prototype.A=function(a,b){this.v.A(a,b)};gE.prototype.o=function(a){this.v.o(a)};_.iE=function(a,b){_.H.call(this);this.F=b;this.j=document.getElementById("gb");this.A=(this.i=document.querySelector(".gb_0d"))?this.i.querySelector(".gb_Re"):null;this.B=[];this.C=_.ji(_.Pf(a,5),60);this.D=_.Pf(a,4);this.K=_.ji(_.Pf(a,2),152);this.G=_.ji(_.Pf(a,1),30);this.v=null;this.Zf=_.Ae(_.S(a,3),!0);this.j&&this.D&&(this.j.style.minWidth=this.D+"px");this.o=null;this.j&&(this.o=new gE(this.j));this.Zf&&(this.j&&(hE(this),_.Rk(this.j,"gb_hf"),this.i&&_.Rk(this.i,"gb_hf"),_.RD()||(this.v=eE(dE))), this.Qa(),window.setTimeout((0,_.E)(this.Qa,this),0));_.x("gbar.elc",(0,_.E)(this.dk,this));_.x("gbar.ela",function(){});_.x("gbar.elh",(0,_.E)(this.Bh,this))};_.C(_.iE,_.H);_.jE=function(){var a=_.iE.wk();return{es:a?{f:a.K,h:a.C,m:a.G}:{f:152,h:60,m:30},mo:"md",vh:window.innerHeight||0,vw:window.innerWidth||0}};_.l=_.iE.prototype;_.l.O=function(){_.H.prototype.O.call(this)}; _.l.Qa=function(a){a&&hE(this);if(this.v){a=this.v;var b=a.Qa,c=Math,d=c.max,e=document.documentElement.clientWidth;var f=this.j,g=SD(f,"min-width");if(isNaN(g)){var h=f.style.width,k=f.style.padding,m=f.style.paddingLeft,n=f.style.paddingRight;f.style.width=f.style.padding=f.style.paddingLeft=f.style.paddingRight=0;g=f.clientWidth;f.style.width=h;f.style.padding=k;f.style.paddingLeft=m;f.style.paddingRight=n}b.call(a,d.call(c,e,g))}_.VD(this.i)}; _.l.mj=function(){try{var a=document.getElementById("gb"),b=a.querySelector(".gb_0d");_.Tk(a,"gb_f");b&&_.Tk(b,"gb_f");var c;for(a=0;c=PD[a];a++){var d=document.getElementById(c);d&&_.Tk(d,"gbqfh")}}catch(e){LD(e,"rhcc")}this.J&&this.J();this.Qa(!0)};_.l.kk=function(){try{var a=document.getElementById("gb"),b=a.querySelector(".gb_0d");_.Rk(a,"gb_f");b&&_.Rk(b,"gb_f");var c;for(a=0;c=PD[a];a++){var d=document.getElementById(c);d&&_.Rk(d,"gbqfh")}}catch(e){LD(e,"ahcc")}this.Qa(!0)}; _.l.yk=function(){this.o&&this.o.B()};_.l.dk=function(a){this.B.push(a)};_.l.Bh=function(a){this.C=_.jE().es.h+a;for(a=0;a<this.B.length;a++)try{this.B[a](_.jE())}catch(b){this.F.log(b)}};var hE=function(a){if(a.i){var b;a.v&&(b=$D(a.v));_.Rk(a.i,"gb_1d");a.i.style.minWidth=a.i.offsetWidth-TD(a.i)+"px";a.A.style.minWidth=a.A.offsetWidth-TD(a.A)+"px";_.Tk(a.i,"gb_1d");b&&aE(a.v,b)}};_.Nf(_.iE,"el"); }catch(e){_._DumpException(e)} try{ var CG=function(a){this.H=_.B(a)};_.C(CG,_.G);_.Li(function(){var a=_.Wf();a=_.P(a,CG,21)||new CG;var b=_.xi();a=new _.iE(a,b);_.Tf("el",a);_.x("gbar.gpca",(0,_.E)(a.kk,a));_.x("gbar.gpcr",(0,_.E)(a.mj,a))});_.x("gbar.elr",_.jE); }catch(e){_._DumpException(e)} try{ _.Li(function(){var a=document.querySelector(".gb_Fc");a&&_.Kf("eq").Ee(a,"click")}); }catch(e){_._DumpException(e)} try{ _.x("gbar.qfgw",(0,_.E)(document.getElementById,document,"gbqfqw"));_.x("gbar.qfgq",(0,_.E)(document.getElementById,document,"gbqfq"));_.x("gbar.qfgf",(0,_.E)(document.getElementById,document,"gbqf"));_.x("gbar.qfsb",(0,_.E)(document.getElementById,document,"gbqfb")); }catch(e){_._DumpException(e)} try{ var kq,lq,mq,nq,oq,pq,qq,rq,sq;_.iq=function(a){if(typeof a!=="string")throw Error();return a};_.jq=function(a,b,c,d){_.Gb(a);var e=a.H,f=e[_.A]|0;if(c==null)return _.Ib(e,f,b),a;var g=c===_.fd?7:c[_.A]|0,h=g,k=_.dg(g),m=k||Object.isFrozen(c);k||(g=0);m||(c=_.Qe(c),h=0,g=_.cg(g,f),m=!1);g|=5;var n;k=(n=_.gg(g))!=null?n:0;for(n=0;n<c.length;n++){var p=c[n],r=d(p,k);Object.is(p,r)||(m&&(c=_.Qe(c),h=0,g=_.cg(g,f),m=!1),c[n]=r)}g!==h&&(m&&(c=_.Qe(c),g=_.cg(g,f)),_.bb(c,g));_.Ib(e,f,b,c);return a}; kq=function(a,b){var c={},d;for(d in a)c[d]=b.call(void 0,a[d],d,a);return c};lq=function(a){switch(a){case 200:return 0;case 400:return 3;case 401:return 16;case 403:return 7;case 404:return 5;case 409:return 10;case 412:return 9;case 429:return 8;case 499:return 1;case 500:return 2;case 501:return 12;case 503:return 14;case 504:return 4;default:return 2}}; mq=function(a){switch(a){case 0:return"OK";case 1:return"CANCELLED";case 2:return"UNKNOWN";case 3:return"INVALID_ARGUMENT";case 4:return"DEADLINE_EXCEEDED";case 5:return"NOT_FOUND";case 6:return"ALREADY_EXISTS";case 7:return"PERMISSION_DENIED";case 16:return"UNAUTHENTICATED";case 8:return"RESOURCE_EXHAUSTED";case 9:return"FAILED_PRECONDITION";case 10:return"ABORTED";case 11:return"OUT_OF_RANGE";case 12:return"UNIMPLEMENTED";case 13:return"INTERNAL";case 14:return"UNAVAILABLE";case 15:return"DATA_LOSS"; default:return""}};nq=function(a,b){b.stack&&(a.stack+="\n"+b.stack);return a};oq=function(a){var b=1;a=a.split(":");for(var c=[];b>0&&a.length;)c.push(a.shift()),b--;a.length&&c.push(a.join(":"));return c};pq=function(a){var b={};a=(a.i&&_.fi(a)>=2?a.i.getAllResponseHeaders()||"":"").split("\r\n");for(var c=0;c<a.length;c++)if(!_.Ea(a[c])){var d=oq(a[c]),e=d[0];d=d[1];if(typeof d==="string"){d=d.trim();var f=b[e]||[];b[e]=f;f.push(d)}}return kq(b,function(g){return g.join(", ")})}; qq=function(a){return typeof a.A==="string"?a.A:String(a.A)};rq=function(a){switch(a){case 0:return"No Error";case 1:return"Access denied to content document";case 2:return"File not found";case 3:return"Firefox silently errored";case 4:return"Application custom error";case 5:return"An exception occurred";case 6:return"Http response at 400 or 500 level";case 7:return"Request was aborted";case 8:return"Request timed out";case 9:return"The resource is not available offline";default:return"Unrecognized error code"}}; sq=function(a){this.H=_.B(a)};_.C(sq,_.G);var tq=function(a,b,c){this.gk=a;this.yj=b;this.metadata=c};tq.prototype.getMetadata=function(){return this.metadata};var uq=function(a,b){b=b===void 0?{}:b;this.hk=a;this.metadata=b;this.status=null};uq.prototype.getMetadata=function(){return this.metadata};uq.prototype.ib=function(){return this.status};var wq;_.vq=function(a,b,c,d,e){this.name=a;this.Ge=b;this.responseType=c;this.i=d;this.j=e};wq=function(a,b,c){c=c===void 0?{}:c;return new tq(b,a,c)};_.vq.prototype.getName=function(){return this.name};var xq=new Set(["SAPISIDHASH","APISIDHASH"]);_.yq=function(a,b,c){c=c===void 0?{}:c;b=Error.call(this,b);this.message=b.message;"stack"in b&&(this.stack=b.stack);this.code=a;this.metadata=c;this.name="RpcError";Object.setPrototypeOf(this,this.constructor.prototype)};_.C(_.yq,Error);_.yq.prototype.toString=function(){var a="RpcError("+(mq(this.code)||String(this.code))+")";this.message&&(a+=": "+this.message);return a};var zq=function(a){this.H=_.B(a)};_.C(zq,_.G);var Aq=_.qg(zq);var Cq=function(a,b){this.C=a.Cj;this.D=b;this.i=a.Eg;this.o=[];this.A=[];this.B=[];this.v=[];this.j=[];this.C&&Bq(this)},Jq=function(a,b){var c=new Dq;_.oe(a.i,"complete",function(){if(a.i.Ub()){var d=a.i.cd();var e;if(e=b)e=a.i,e.i&&_.fi(e)==4?(e=e.i.getResponseHeader("Content-Type"),e=e===null?void 0:e):e=void 0,e=e==="text/plain";if(e){if(!atob)throw Error("Ga");d=atob(d)}try{var f=a.D(d)}catch(h){Eq(a,nq(new _.yq(13,"Error when deserializing response data; error: "+h+(", response: "+d)),c)); return}d=lq(a.i.ib());Fq(a,Gq(a));d==0?Hq(a,f):Eq(a,nq(new _.yq(d,"Xhr succeeded but the status code is not 200"),c))}else{d=a.i.cd();f=Gq(a);if(d){var g=Iq(a,d);d=g.code;e=g.details;g=g.metadata}else d=2,e="Rpc failed due to xhr error. uri: "+String(a.i.C)+", error code: "+a.i.o+", error: "+qq(a.i),g=f;Fq(a,f);Eq(a,nq(new _.yq(d,e,g),c))}})},Bq=function(a){a.C.Ib("data",function(b){if("1"in b){var c=b["1"];try{var d=a.D(c)}catch(e){Eq(a,new _.yq(13,"Error when deserializing response data; error: "+ e+(", response: "+c)))}d&&Hq(a,d)}if("2"in b)for(b=Iq(a,b["2"]),c=0;c<a.B.length;c++)a.B[c](b)});a.C.Ib("end",function(){Fq(a,Gq(a));for(var b=0;b<a.v.length;b++)a.v[b]()});a.C.Ib("error",function(){if(a.j.length!=0){var b=a.i.o;b!==0||a.i.Ub()||(b=6);var c=-1;switch(b){case 0:var d=2;break;case 7:d=10;break;case 8:d=4;break;case 6:c=a.i.ib();d=lq(c);break;default:d=14}Fq(a,Gq(a));b=rq(b)+", error: "+qq(a.i);c!=-1&&(b+=", http status code: "+c);Eq(a,new _.yq(d,b))}})},Gq=function(a){var b={},c=pq(a.i); Object.keys(c).forEach(function(d){b[d]=c[d]});return b},Iq=function(a,b){var c=2,d={};try{var e=Aq(b);c=_.X(e,1);var f=_.Q(e,2);_.Gg(e,sq,3,_.Fg()).length&&(d["grpc-web-status-details-bin"]=b)}catch(g){a.i&&a.i.ib()===404?(c=5,f="Not Found: "+String(a.i.C)):(c=14,f="Unable to parse RpcStatus: "+g)}return{code:c,details:f,metadata:d}};Cq.prototype.Ib=function(a,b){a=="data"?this.o.push(b):a=="metadata"?this.A.push(b):a=="status"?this.B.push(b):a=="end"?this.v.push(b):a=="error"&&this.j.push(b);return this}; var Kq=function(a,b){b=a.indexOf(b);b>-1&&a.splice(b,1)};Cq.prototype.removeListener=function(a,b){a=="data"?Kq(this.o,b):a=="metadata"?Kq(this.A,b):a=="status"?Kq(this.B,b):a=="end"?Kq(this.v,b):a=="error"&&Kq(this.j,b);return this};Cq.prototype.cancel=function(){this.i.abort()};var Hq=function(a,b){for(var c=0;c<a.o.length;c++)a.o[c](b)},Fq=function(a,b){for(var c=0;c<a.A.length;c++)a.A[c](b)},Eq=function(a,b){for(var c=0;c<a.j.length;c++)a.j[c](b)};Cq.prototype.cancel=Cq.prototype.cancel; Cq.prototype.removeListener=Cq.prototype.removeListener;Cq.prototype.on=Cq.prototype.Ib;var Dq=function(){var a=Error.call(this);this.message=a.message;"stack"in a&&(this.stack=a.stack);Object.setPrototypeOf(this,this.constructor.prototype);this.name="AsyncStack"};_.C(Dq,Error);var Lq=function(a){this.o=a.Bk||null;this.j=a.uk||!1};_.F(Lq,_.Bg);Lq.prototype.i=function(){return new Mq(this.o,this.j)};var Mq=function(a,b){_.U.call(this);this.K=a;this.C=b;this.B=void 0;this.status=this.readyState=0;this.responseType=this.responseText=this.response=this.statusText="";this.onreadystatechange=null;this.F=new Headers;this.j=null;this.J="GET";this.G="";this.i=!1;this.D=this.o=this.v=null};_.F(Mq,_.U); Mq.prototype.open=function(a,b){if(this.readyState!=0)throw this.abort(),Error("Ha");this.J=a;this.G=b;this.readyState=1;Nq(this)};Mq.prototype.send=function(a){if(this.readyState!=1)throw this.abort(),Error("Ia");this.i=!0;var b={headers:this.F,method:this.J,credentials:this.B,cache:void 0};a&&(b.body=a);(this.K||_.w).fetch(new Request(this.G,b)).then(this.S.bind(this),this.A.bind(this))}; Mq.prototype.abort=function(){this.response=this.responseText="";this.F=new Headers;this.status=0;this.o&&this.o.cancel("Request was aborted.").catch(function(){return null});this.readyState>=1&&this.i&&this.readyState!=4&&(this.i=!1,Oq(this));this.readyState=0}; Mq.prototype.S=function(a){if(this.i&&(this.v=a,this.j||(this.status=this.v.status,this.statusText=this.v.statusText,this.j=a.headers,this.readyState=2,Nq(this)),this.i&&(this.readyState=3,Nq(this),this.i)))if(this.responseType==="arraybuffer")a.arrayBuffer().then(this.P.bind(this),this.A.bind(this));else if(typeof _.w.ReadableStream!=="undefined"&&"body"in a){this.o=a.body.getReader();if(this.C){if(this.responseType)throw Error("Ja");this.response=[]}else this.response=this.responseText="",this.D= new TextDecoder;Pq(this)}else a.text().then(this.N.bind(this),this.A.bind(this))};var Pq=function(a){a.o.read().then(a.L.bind(a)).catch(a.A.bind(a))};Mq.prototype.L=function(a){if(this.i){if(this.C&&a.value)this.response.push(a.value);else if(!this.C){var b=a.value?a.value:new Uint8Array(0);if(b=this.D.decode(b,{stream:!a.done}))this.response=this.responseText+=b}a.done?Oq(this):Nq(this);this.readyState==3&&Pq(this)}};Mq.prototype.N=function(a){this.i&&(this.response=this.responseText=a,Oq(this))}; Mq.prototype.P=function(a){this.i&&(this.response=a,Oq(this))};Mq.prototype.A=function(){this.i&&Oq(this)};var Oq=function(a){a.readyState=4;a.v=null;a.o=null;a.D=null;Nq(a)};Mq.prototype.setRequestHeader=function(a,b){this.F.append(a,b)};Mq.prototype.getResponseHeader=function(a){return this.j?this.j.get(a.toLowerCase())||"":""};Mq.prototype.getAllResponseHeaders=function(){if(!this.j)return"";for(var a=[],b=this.j.entries(),c=b.next();!c.done;)c=c.value,a.push(c[0]+": "+c[1]),c=b.next();return a.join("\r\n")}; var Nq=function(a){a.onreadystatechange&&a.onreadystatechange.call(a)};Object.defineProperty(Mq.prototype,"withCredentials",{get:function(){return this.B==="include"},set:function(a){this.B=a?"include":"same-origin"}});var Qq=function(a){var b="";_.Yb(a,function(c,d){b+=d;b+=":";b+=c;b+="\r\n"});return b};var Uq,Tq,Sq;_.Rq=function(a){a=a===void 0?{}:a;this.xg=a.xg||_.$b("suppressCorsPreflight",a)||!1;this.withCredentials=a.withCredentials||_.$b("withCredentials",a)||!1;this.Bg=a.Bg||[];this.Te=a.Te;this.i=a.Ql||!1}; Uq=function(a,b,c,d,e,f){f=f===void 0?{}:f;var g=b.substring(0,b.length-e.name.length),h,k=(h=f)==null?void 0:h.signal;return Sq(function(m){return new Promise(function(n,p){if(k==null?0:k.aborted){var r=new _.yq(1,"Aborted");r.cause=k.reason;p(r)}else{var t={},u=Tq(a,m,g);u.Ib("error",function(y){return void p(y)});u.Ib("metadata",function(y){t=y});u.Ib("data",function(y){var D=t;D=D===void 0?{}:D;n(new uq(y,D))});k&&k.addEventListener("abort",function(){u.cancel();var y=new _.yq(1,"Aborted");y.cause= k.reason;p(y)})}})},a.Bg).call(a,wq(e,c,d)).then(function(m){return m.hk})};_.Vq=function(a,b,c,d,e,f){f=f===void 0?{}:f;return Uq(a,b,c,d,e,f)}; Tq=function(a,b,c){var d=b.yj,e=b.getMetadata();var f=a.i&&!1;f=a.Te||f?new _.Xh(new Lq({Bk:a.Te,uk:f})):new _.Xh;c+=d.getName();e["Content-Type"]="application/json+protobuf";e["X-User-Agent"]="grpc-web-javascript/0.1";var g=e.Authorization;if(g&&xq.has(g.split(" ")[0])||a.withCredentials)f.G=!0;if(a.xg)_.og(e)||(a=Qq(e),typeof c==="string"?c=_.Qg(c,encodeURIComponent("$httpHeaders"),a):_.zn(c,"$httpHeaders",a));else for(a=_.v(Object.keys(e)),g=a.next();!g.done;g=a.next())g=g.value,f.headers.set(g, e[g]);a=new Cq({Eg:f,Cj:void 0},d.j);Jq(a,e["X-Goog-Encode-Response-If-Executable"]==="base64");b=d.i(b.gk);f.send(c,"POST",b);return a};Sq=function(a,b){return b.reduce(function(c,d){return function(e){return d.intercept(e,c)}},a)}; }catch(e){_._DumpException(e)} try{ var ar;ar=function(a,b){a.raw=b;Object.freeze&&(Object.freeze(a),Object.freeze(b));return a};_.br=function(a){return ar(a,a)};_.ae=function(a){this.id=a};_.ae.prototype.toString=function(){return this.id};var cr,er,fr;for(cr={},_.dr=(cr[64]="ma",cr[73]="ogb",cr[89]="cr",cr[21]="test",cr[0]="unkn",cr[137]="con",cr[155]="hl",cr[78]="yt",cr[171]="lp",cr[172]="ap",cr[177]="amo",cr[178]="pqe",cr[74]="gg",cr[1]="gm",cr[140]="am",cr),er=_.v(Object.keys(_.dr)),fr=er.next();!fr.done;fr=er.next());_.gr=new _.ae("c");_.hr=new _.ae("d");_.ir=new _.ae("e");_.jr=new _.ae("f");_.w.U3bHHf!=null||(_.w.U3bHHf=0);_.w.U3bHHf++;_.kr=Promise; }catch(e){_._DumpException(e)} try{ var Mr,Nr,Pr,Qr,Tr,Ur,Vr,Xr,as,cs,ds,is,js,ks,ms,ps,qs,rs,ss,ts,us,ws,xs,zs,As,Ds,Es,Fs,Gs,Hs,Is,Js,Ks,Ls,Ms,Os,Ns,Xs,Ys,Or,Zs,$s,pt,vs,ys,qt,rt,st,tt,ut,vt,xt,yt,Dt,au,fu,ku,lu,iu,hu,mu,qu,pu,ru,su,tu,yu,zu,gu;Mr=function(){throw Error("x");};Nr=function(a,b){b=String.fromCharCode.apply(null,b);return a==null?b:a+b}; Pr=function(a,b){if(typeof a==="string")return new Or(_.Qm(a),b);if(Array.isArray(a))return new Or(new Uint8Array(a),b);if(a.constructor===Uint8Array)return new Or(a,!1);if(a.constructor===ArrayBuffer)return a=new Uint8Array(a),new Or(a,!1);if(a.constructor===_.vb)return b=_.en(a)||new Uint8Array(0),new Or(b,!0,a);if(a instanceof Uint8Array)return a=a.constructor===Uint8Array?a:new Uint8Array(a.buffer,a.byteOffset,a.byteLength),new Or(a,!1);throw Error();}; Qr=function(a,b,c){b=b&128?0:-1;var d=a.length,e;if(e=!!d)e=a[d-1],e=e!=null&&typeof e==="object"&&e.constructor===Object;for(var f=d+(e?-1:0),g=0;g<f;g++)c(g-b,a[g]);if(e){a=a[d-1];for(var h in a)!isNaN(h)&&c(+h,a[h])}};Tr=function(a){switch(typeof a){case "boolean":return Rr||(Rr=[0,void 0,!0]);case "number":return a>0?void 0:a===0?Sr||(Sr=[0,void 0]):[-a,void 0];case "string":return[0,a];case "object":return a}};Ur=function(a,b,c){return a=_.B(a,b[0],b[1],c?1:2)}; Vr=function(a,b,c,d,e){var f=a.v;b=b instanceof _.G?b.H:Array.isArray(b)?Ur(b,d,!1):void 0;f.call(a,c,b,e)};Xr=function(a){var b=Vr;var c=c===void 0?_.qd:c;return new Wr(a,b,c)}; as=function(a,b,c,d){var e=d[a];if(e)return e;e={};e.Hh=d;e.Ec=Tr(d[0]);var f=d[1],g=1;f&&f.constructor===Object&&(e.Yd=f,f=d[++g],typeof f==="function"&&(e.ag=!0,Yr!=null||(Yr=f),Zr!=null||(Zr=d[g+1]),f=d[g+=2]));for(var h={};f&&Array.isArray(f)&&f.length&&typeof f[0]==="number"&&f[0]>0;){for(var k=0;k<f.length;k++)h[f[k]]=f;f=d[++g]}for(k=1;f!==void 0;){typeof f==="number"&&(k+=f,f=d[++g]);var m=void 0;if(f instanceof Wr)var n=f;else n=$r,g--;f=void 0;if((f=n)==null?0:f.o){f=d[++g];m=d;var p=g; typeof f==="function"&&(f=f(),m[p]=f);m=f}f=d[++g];p=k+1;typeof f==="number"&&f<0&&(p-=f,f=d[++g]);for(;k<p;k++){var r=h[k];m?c(e,k,n,m,r):b(e,k,n,r)}}return d[a]=e};cs=function(a){return Array.isArray(a)?a[0]instanceof Wr?a:[bs,a]:[a,void 0]};ds=function(a,b,c,d){var e=c.i;a[b]=d?function(f,g,h){return e(f,g,h,d)}:e}; is=function(a,b,c,d){var e=this[es],f=this[fs],g=Ur(void 0,e.Ec,!1),h=_.kb(a);if(h){var k=!1,m=e.Yd;if(m){e=function(u,y,D){if(D.length!==0)if(m[y])for(u=_.v(D),y=u.next();!y.done;y=u.next()){y=gs(y.value);try{k=!0,f(g,y)}finally{hs(y)}}else d==null||d(a,y,D)};if(b==null)h.Vc(e);else if(h!=null){var n=h[b];n&&e(h,b,n)}if(k){var p=a[_.A]|0;if(p&2&&p&2048&&(c==null||!c.ik))throw Error();var r=p&128?_.T:void 0,t=function(u,y){if(_.nd(a,u,r)!=null)switch(c==null?void 0:c.Bl){case 1:return;default:throw Error(); }y!=null&&(p=_.Ib(a,p,u,y,r));delete h[u]};b==null?Qr(g,g[_.A]|0,function(u,y){t(u,y)}):t(b,_.nd(g,b,r))}}}};js=function(a,b,c,d,e){var f=c.i,g,h;a[b]=function(k,m,n){return f(k,m,n,h||(h=as(es,ds,js,d).Ec),g||(g=ks(d)),e)}}; ks=function(a){var b=a[fs];if(b!=null)return b;var c=as(es,ds,js,a);b=c.ag?function(d,e){return Yr(d,e,c)}:function(d,e){for(;ls(e)&&e.j!=4;){var f=e.v,g=c[f];if(g==null){var h=c.Yd;h&&(h=h[f])&&(h=ms(h),h!=null&&(g=c[f]=h))}if(g==null||!g(e,d,f)){g=e;h=g.o;ns(g);var k=g;if(k.Vd)var m=void 0;else g=k.i.i-h,k.i.i=h,h=void 0,h=k.i,k=g,k==0?m=_.gn():(g=os(h,k),h.Oc&&h.A?h=h.o.subarray(g,g+k):(h=h.o,k=g+k,h=g===k?new Uint8Array(0):_.jc?h.slice(g,k):new Uint8Array(h.subarray(g,k))),g=h,m=g.length==0?_.gn(): new _.vb(g,_.dn));k=h=g=void 0;var n=d;m&&((g=(h=(k=n[_.jb])!=null?k:n[_.jb]=new _.ob)[f])!=null?g:h[f]=[]).push(m)}}if(d=_.kb(d))d.Ie=c.Hh[_.td];return!0};a[fs]=b;a[_.td]=is.bind(a);return b};ms=function(a){a=cs(a);var b=a[0].i;if(a=a[1]){var c=ks(a),d=as(es,ds,js,a).Ec;return function(e,f,g){return b(e,f,g,d,c)}}return b};ps=function(a,b,c){return new Wr(a,b,c)};qs=function(a,b,c){_.Ib(a,a[_.A]|0,b,c,(a[_.A]|0)&128?_.T:void 0)};rs=function(a,b,c){a.A(c,_.Ce(b))}; ss=function(a,b,c){for(var d=typeof a==="string"?a.split(""):a,e=a.length-1;e>=0;--e)e in d&&b.call(c,d[e],e,a)};ts=function(a){if(a==null)return a;var b=typeof a;if(b==="bigint")return String((0,_.id)(64,a));if(_.zf(a)){if(b==="string")return _.Cf(a);if(b==="number")return _.Df(a)}};us=function(a,b,c){a[b]=c.j};ws=function(a,b,c,d){var e,f,g=c.j;a[b]=function(h,k,m){return g(h,k,m,f||(f=as(vs,us,ws,d).Ec),e||(e=xs(d)))}}; xs=function(a){var b=a[ys];if(!b){var c=as(vs,us,ws,a);b=function(d,e){return zs(d,e,c)};a[ys]=b}return b};zs=function(a,b,c){Qr(a,a[_.A]|0,function(d,e){if(e!=null){var f=As(c,d);f?f(b,e,d):d<500||_.hb(_.dd,3)}});(a=_.kb(a))&&a.Vc(function(d,e,f){Bs(b,b.i.end());for(d=0;d<f.length;d++)Bs(b,_.en(f[d])||new Uint8Array(0))})}; As=function(a,b){var c=a[b];if(c)return c;if(c=a.Yd)if(c=c[b]){c=cs(c);var d=c[0].j;if(c=c[1]){var e=xs(c),f=as(vs,us,ws,c).Ec;c=a.ag?Zr(f,e):function(g,h,k){return d(g,h,k,f,e)}}else c=d;return a[b]=c}};Ds=function(a,b,c){b=_.He(b);if(b!=null)if(b=parseInt(b,10),Cs(a.i,c*8),a=a.i,c=b,c>=0)Cs(a,c);else{for(b=0;b<9;b++)a.i.push(c&127|128),c>>=7;a.i.push(1)}}; Es=function(){var a=document.createElement("div");a.style.height="100%";a.style.position="absolute";a.style.transformOrigin="top left";a.style.width="100%";return a};Fs=function(a){var b=document.createElement("span");b.style.borderTop=a?"4px solid #669df6":"4px solid #4285f4";b.style.display="inline-block";b.style.position="absolute";b.style.width="100%";return b};Gs=function(a,b){b.style.opacity="0";a.style.opacity="0";a.style.transform="translate(-50%, -50%) scale(0.8)"}; Hs=function(a){var b=document.createElement("div");b.style.backgroundColor="rgba(32,33,36,0.6)";b.style.bottom="0";b.style.left="0";b.style.position="fixed";b.style.right="0";b.style.top="0";b.style.transition=" opacity 150 ms linear";b.style.zIndex="2001";b.addEventListener("click",a);return b};Is=function(a){var b=document.createElement("div");b.setAttribute("tabindex","0");b.setAttribute("aria-hidden","true");b.addEventListener("focus",function(){return void a.focus()});return b}; Js=function(a,b,c){var d=document.createElement("button");d.style.backgroundColor="transparent";d.style.border="none";d.style.borderRadius="50%";d.style.cursor="pointer";d.style.outline="none";d.style.padding="12px";d.setAttribute("aria-label","Close dialog");d.style.position="absolute";d.style.top="0";b?d.style.right="0":d.style.left="0";d.addEventListener("focus",function(){d.style.backgroundColor=a?"rgba(232, 234, 237,.12)":"rgba(0,0,0,.12)"});d.addEventListener("blur",function(){d.style.backgroundColor= "transparent"});d.addEventListener("mouseenter",function(){d.style.backgroundColor=a?"rgba(232, 234, 237, .04) ":"rgba(0,0,0,.04)"});d.addEventListener("mouseleave",function(){d.style.backgroundColor="transparent"});d.addEventListener("click",c);d.addEventListener("keydown",function(e){e.key!=="Enter"&&e.key!=="Space"||c()});b=document.createElement("img");b.src=a?"https://fonts.gstatic.com/s/i/googlematerialicons/close/v19/gm_grey200-24dp/1x/gm_close_gm_grey200_24dp.png":"https://fonts.gstatic.com/s/i/googlematerialicons/close/v19/gm_grey600-24dp/1x/gm_close_gm_grey600_24dp.png"; b.style.display="block";b.style.height="24px";b.style.width="24px";b.setAttribute("alt","");d.appendChild(b);return d}; Ks=function(a,b,c){var d=document.createElement("div");d.style.position="fixed";d.style.alignItems="center";d.style.backgroundColor=a?"rgb(32, 33, 36)":"white";d.style.boxShadow="0px 1px 2px rgba(60,64,67,0.3), 0px 2px 6px 2px rgba(60,64,67,0.15);";d.style.display="flex";d.style.flexDirection="column";d.style.justifyContent="center";d.style.left="50%";d.style.top="50%";d.style.transition="opacity 75ms linear,transform 150ms cubic-bezier(0,0,0.2,1)";d.style.zIndex="2002";document.body.clientWidth>= 660?(d.style.borderRadius="8px",d.style.minHeight="220px",d.style.maxHeight="90%",d.style.maxWidth="90%",d.style.minWidth="540px"):(d.style.height="100%",d.style.width="100%");d.setAttribute("aria-label","Error");d.setAttribute("aria-modal","true");d.setAttribute("role","alertdialog");d.addEventListener("keydown",function(f){f.key==="Escape"&&c()});b=Js(a,b,c);d.appendChild(Is(b));d.appendChild(b);var e=document.createElement("img");e.src=a?"https://fonts.gstatic.com/s/i/googlematerialicons/alert/v11/gm_grey200-36dp/2x/gm_alert_gm_grey200_36dp.png": "https://fonts.gstatic.com/s/i/googlematerialicons/alert/v11/gm_grey600-36dp/2x/gm_alert_gm_grey600_36dp.png";e.style.height="72px";e.style.width="72px";e.style.color="#9aa0a6";e.setAttribute("alt","");d.appendChild(e);e=document.createElement("h1");e.textContent="Something went wrong. Try again.";e.style.fontFamily="'Google Sans', Roboto, Arial, sans-serif";e.style.lineHeight="24px";e.style.fontSize="16px";e.style.textAlign="center";e.style.letterSpacing="0.1px";e.style.color=a?"rgb(232,234,237)": "#3c4043";d.appendChild(e);d.appendChild(Is(b));return d};Ls=function(a){var b=document.body,c=!1,d=function(){c||(c=!0,Gs(e,f),setTimeout(function(){b.removeChild(f);b.removeChild(e)},150))},e=Ks(a,getComputedStyle(b).direction==="rtl",d),f=Hs(d);Gs(e,f);b.appendChild(f);b.appendChild(e);window.requestAnimationFrame(function(){f.style.opacity="1";e.style.opacity="1";e.style.transform="translate(-50%, -50%) scale(1)";e.children[0].focus()})}; Ms=function(a,b){a.sandbox&&a.sandbox.add&&(a.sandbox.add("allow-same-origin","allow-scripts","allow-forms","allow-popups","allow-popups-to-escape-sandbox","allow-storage-access-by-user-activation"),a.sandbox.add("allow-downloads"));a.src=b};Os=function(a,b){if(a.constructor!==Array&&a.constructor!==Object)throw Error("db");if(a===b)return!0;if(a.constructor!==b.constructor)return!1;for(var c in a)if(!(c in b&&Ns(a[c],b[c])))return!1;for(var d in b)if(!(d in a))return!1;return!0}; Ns=function(a,b){if(a===b||!(a!==!0&&a!==1||b!==!0&&b!==1)||!(a!==!1&&a!==0||b!==!1&&b!==0))return!0;if(a instanceof Object&&b instanceof Object){if(!Os(a,b))return!1}else return!1;return!0};_.Us=function(a){if(a==null)return"";if(!Ps.test(a))return a;a.indexOf("&")!=-1&&(a=a.replace(Qs,"&amp;"));a.indexOf("<")!=-1&&(a=a.replace(Rs,"&lt;"));a.indexOf(">")!=-1&&(a=a.replace(Ss,"&gt;"));a.indexOf('"')!=-1&&(a=a.replace(Ts,"&quot;"));return a};_.ob=function(){}; _.ob.prototype.Vc=function(a){for(var b in this)!isNaN(b)&&a(this,+b,this[b])};_.ob.prototype.i=function(){var a=new _.ob;this.Vc(function(b,c,d){a[c]=_.Qe(d)});a.Ie=this.Ie;return a};_.Vs=function(a){this.H=_.B(a)};_.C(_.Vs,_.G);_.Ws=function(a,b){return _.O(a,4,b)};Xs=void 0;Or=function(a,b,c){this.i=a;if(c&&!b)throw Error();this.j=b};Zs=[];$s=function(a,b,c,d){this.o=null;this.A=!1;this.i=this.j=this.v=0;this.init(a,b,c,d)}; $s.prototype.init=function(a,b,c,d){var e=d===void 0?{}:d;d=e.Oc===void 0?!1:e.Oc;e=e.Dd===void 0?!1:e.Dd;this.Oc=d;this.Dd=e;a&&(a=Pr(a,this.Dd),this.o=a.i,this.A=a.j,this.v=b||0,this.j=c!==void 0?this.v+c:this.o.length,this.i=this.v)};$s.prototype.clear=function(){this.o=null;this.A=!1;this.i=this.j=this.v=0;this.Oc=!1};$s.prototype.reset=function(){this.i=this.v}; var at=function(a,b){a.i=b;if(b>a.j)throw Error("v`"+b+"`"+a.j);},os=function(a,b){if(b<0)throw Error("w`"+b);var c=a.i,d=c+b;if(d>a.j)throw Error("v`"+(a.j-c)+"`"+b);a.i=d;return c},bt=function(a){var b=a.o,c=a.i,d=b[c++],e=d&127;if(d&128&&(d=b[c++],e|=(d&127)<<7,d&128&&(d=b[c++],e|=(d&127)<<14,d&128&&(d=b[c++],e|=(d&127)<<21,d&128&&(d=b[c++],e|=d<<28,d&128&&b[c++]&128&&b[c++]&128&&b[c++]&128&&b[c++]&128&&b[c++]&128)))))throw Error("u");at(a,c);return e},ct=[],dt=function(a,b){b=b===void 0?{}:b; a.Vd=b.Vd===void 0?!1:b.Vd},et=function(a,b,c,d){if(Zs.length){var e=Zs.pop();e.init(a,b,c,d);a=e}else a=new $s(a,b,c,d);this.i=a;this.o=this.i.i;this.j=this.v=-1;dt(this,d)};et.prototype.reset=function(){this.i.reset();this.o=this.i.i;this.j=this.v=-1}; var hs=function(a){a.i.clear();a.v=-1;a.j=-1;ct.length<100&&ct.push(a)},ls=function(a){var b=a.i;if(b.i==b.j)return!1;a.o=a.i.i;var c=bt(a.i)>>>0;b=c>>>3;c&=7;if(!(c>=0&&c<=5))throw Error("q`"+c+"`"+a.o);if(b<1)throw Error("r`"+b+"`"+a.o);a.v=b;a.j=c;return!0},ns=function(a){switch(a.j){case 0:if(a.j!=0)ns(a);else a:{a=a.i;for(var b=a.i,c=b+10,d=a.o;b<c;)if((d[b++]&128)===0){at(a,b);break a}throw Error("u");}break;case 1:a=a.i;at(a,a.i+8);break;case 2:a.j!=2?ns(a):(b=bt(a.i)>>>0,a=a.i,at(a,a.i+b)); break;case 5:a=a.i;at(a,a.i+4);break;case 3:b=a.v;do{if(!ls(a))throw Error("s");if(a.j==4){if(a.v!=b)throw Error("t");break}ns(a)}while(1);break;default:throw Error("q`"+a.j+"`"+a.o);}},ft=function(a,b,c){var d=a.i.j,e=bt(a.i)>>>0,f=a.i.i+e,g=f-d;g<=0&&(a.i.j=f,c(b,a,void 0,void 0,void 0),g=f-a.i.i);if(g)throw Error("p`"+e+"`"+(e-g));a.i.i=f;a.i.j=d},gt=function(a){var b=bt(a.i)>>>0;a=a.i;var c=os(a,b);a=a.o;if(_.kc){var d=a,e;(e=Ys)||(e=Ys=new TextDecoder("utf-8",{fatal:!0}));b=c+b;d=c===0&&b=== d.length?d:d.subarray(c,b);try{var f=e.decode(d)}catch(m){if(Xs===void 0){try{e.decode(new Uint8Array([128]))}catch(n){}try{e.decode(new Uint8Array([97])),Xs=!0}catch(n){Xs=!1}}!Xs&&(Ys=void 0);throw m;}}else{f=c;b=f+b;c=[];for(var g=null,h,k;f<b;)h=a[f++],h<128?c.push(h):h<224?f>=b?Mr():(k=a[f++],h<194||(k&192)!==128?(f--,Mr()):c.push((h&31)<<6|k&63)):h<240?f>=b-1?Mr():(k=a[f++],(k&192)!==128||h===224&&k<160||h===237&&k>=160||((e=a[f++])&192)!==128?(f--,Mr()):c.push((h&15)<<12|(k&63)<<6|e&63)):h<= 244?f>=b-2?Mr():(k=a[f++],(k&192)!==128||(h<<28)+(k-144)>>30!==0||((e=a[f++])&192)!==128||((d=a[f++])&192)!==128?(f--,Mr()):(h=(h&7)<<18|(k&63)<<12|(e&63)<<6|d&63,h-=65536,c.push((h>>10&1023)+55296,(h&1023)+56320))):Mr(),c.length>=8192&&(g=Nr(g,c),c.length=0);f=Nr(g,c)}return f},gs=function(a,b,c,d){if(ct.length){var e=ct.pop();dt(e,d);e.i.init(a,b,c,d);return e}return new et(a,b,c,d)},Rr,Sr,ht=function(a,b,c){var d=a[_.A]|0,e=d&128?_.T:void 0,f=_.nd(a,c,e);if(f!=null&&f[_.sb]===_.tb){if(!_.db(f))return _.Fb(f), f.H;var g=f.H}else Array.isArray(f)&&(g=f);if(g){var h=g[_.A]|0;h&2&&(g=_.Bb(g,h))}g=Ur(g,b,!0);g!==f&&_.Ib(a,d,c,g,e);return g},Wr=function(a,b,c){this.i=a;this.j=b;a=_.ib(_.qd);this.o=!!a&&c===a||!1},$r=Xr(function(a,b,c,d,e){if(a.j!==2)return!1;ft(a,ht(b,d,c),e);return!0}),bs=Xr(function(a,b,c,d,e){if(a.j!==2)return!1;ft(a,ht(b,d,c),e);return!0}),es=Symbol(),fs=Symbol(),Yr,Zr,it=function(a,b){this.j=a>>>0;this.i=b>>>0},jt,kt=function(a){if(!a)return jt||(jt=new it(0,0));if(!/^-?\d+$/.test(a))return null; _.xf(a);return new it(_.tf,_.uf)},lt,mt=function(){this.i=[]};mt.prototype.length=function(){return this.i.length};mt.prototype.end=function(){var a=this.i;this.i=[];return a};var nt=function(a,b,c){for(;c>0||b>127;)a.i.push(b&127|128),b=(b>>>7|c<<25)>>>0,c>>>=7;a.i.push(b)},Cs=function(a,b){for(;b>127;)a.i.push(b&127|128),b>>>=7;a.i.push(b)},ot=function(){this.o=[];this.j=0;this.i=new mt},Bs=function(a,b){b.length!==0&&(a.o.push(b),a.j+=b.length)}; ot.prototype.A=function(a,b){if(b!=null){var c=!1;c=c===void 0?!1:c;if(_.nc){if(c&&(_.mc?!b.isWellFormed():/(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])/.test(b)))throw Error("y");b=(lt||(lt=new TextEncoder)).encode(b)}else{for(var d=0,e=new Uint8Array(3*b.length),f=0;f<b.length;f++){var g=b.charCodeAt(f);if(g<128)e[d++]=g;else{if(g<2048)e[d++]=g>>6|192;else{if(g>=55296&&g<=57343){if(g<=56319&&f<b.length){var h=b.charCodeAt(++f);if(h>=56320&&h<=57343){g=(g-55296)*1024+ h-56320+65536;e[d++]=g>>18|240;e[d++]=g>>12&63|128;e[d++]=g>>6&63|128;e[d++]=g&63|128;continue}else f--}if(c)throw Error("y");g=65533}e[d++]=g>>12|224;e[d++]=g>>6&63|128}e[d++]=g&63|128}}b=d===e.length?e:e.subarray(0,d)}Cs(this.i,a*8+2);Cs(this.i,b.length);Bs(this,this.i.end());Bs(this,b)}};ot.prototype.v=function(a,b,c){if(b!=null){Cs(this.i,a*8+2);a=this.i.end();Bs(this,a);a.push(this.j);c(b,this);b=a.pop();for(b=this.j+this.i.length()-b;b>127;)a.push(b&127|128),b>>>=7,this.j++;a.push(b);this.j++}}; pt=function(a,b,c,d){var e=a[_.A]|0,f=e&128?_.T:void 0;e=_.Zm(a,e,c,b,f);_.Ib(a,e,b,d,f)};vs=Symbol();ys=Symbol(); qt=ps(function(a,b,c,d){if(a.j!==0)return!1;a=a.i;var e=0,f=0,g=0,h=a.o,k=a.i;do{var m=h[k++];e|=(m&127)<<g;g+=7}while(g<32&&m&128);g>32&&(f|=(m&127)>>4);for(g=3;g<32&&m&128;g+=7)m=h[k++],f|=(m&127)<<g;at(a,k);if(m<128)a=_.rf(e>>>0,f>>>0);else throw Error("u");pt(b,c,d,a);return!0},function(a,b,c){b=ts(b);if(b!=null){switch(typeof b){case "string":kt(b)}if(b!=null)switch(Cs(a.i,c*8),typeof b){case "number":a=a.i;_.wf(b);nt(a,_.tf,_.uf);break;case "bigint":c=BigInt.asUintN(64,b);c=new it(Number(c& BigInt(4294967295)),Number(c>>BigInt(32)));nt(a.i,c.j,c.i);break;default:c=kt(b),nt(a.i,c.j,c.i)}}},_.Jb());rt=ps(function(a,b,c){if(a.j!==2)return!1;qs(b,c,gt(a));return!0},rs,_.rd);st=ps(function(a,b,c,d){if(a.j!==2)return!1;pt(b,c,d,gt(a));return!0},rs,_.rd);tt=ps(function(a,b,c){if(a.j!==0)return!1;qs(b,c,bt(a.i));return!0},Ds,_.sd);ut=ps(function(a,b,c){if(a.j!==0)return!1;a=bt(a.i);qs(b,c,a===0?void 0:a);return!0},Ds,_.sd); vt=ps(function(a,b,c,d){if(a.j!==0)return!1;pt(b,c,d,bt(a.i));return!0},Ds,_.sd);_.wt=function(a){return _.ql(document,a)};xt={SCRIPT:1,STYLE:1,HEAD:1,IFRAME:1,OBJECT:1};yt={IMG:" ",BR:"\n"};_.zt=function(a,b,c){if(!(a.nodeName in xt))if(a.nodeType==3)c?b.push(String(a.nodeValue).replace(/(\r\n|\r|\n)/g,"")):b.push(a.nodeValue);else if(a.nodeName in yt)b.push(yt[a.nodeName]);else for(a=a.firstChild;a;)_.zt(a,b,c),a=a.nextSibling};_.At=function(a){return a?decodeURI(a):a}; _.Bt=function(a,b){_.Da(b,"/")||(b="/"+b);a=a.match(_.mf);return _.lf(a[1],a[2],a[3],a[4],b,a[6],a[7])};_.Ct=function(a,b){var c=a.style[_.kl(b)];return typeof c!=="undefined"?c:a.style[_.vl(a,b)]||""};Dt=function(a){this.H=_.B(a)};_.C(Dt,_.G);var Et=[0,[2,3,4],tt,qt,vt,st],Ft=function(a){this.H=_.B(a)};_.C(Ft,_.G); var Gt=function(){var a=[0,ut,rt,tt,rt,tt,Et];return function(b,c){var d={Dd:!0};c&&Object.assign(d,c);b=gs(b,void 0,void 0,d);try{var e=new Ft,f=e.H;ks(a)(f,b);var g=e}finally{hs(b)}return g}}(),Ht=function(a){this.H=_.B(a)};_.C(Ht,_.G); var It=function(){var a=new Ht;return _.Vm(a,1,_.Rd(0),0)},Jt=function(a){return function(b){var c=new ot;zs(b.H,c,as(vs,us,ws,a));Bs(c,c.i.end());b=new Uint8Array(c.j);for(var d=c.o,e=d.length,f=0,g=0;g<e;g++){var h=d[g];b.set(h,f);f+=h.length}c.o=[b];return b}}([0,ut,rt,[0,tt,rt,-1]]),Kt=function(a,b){_.be.call(this,_.gr);this.Be=b};_.C(Kt,_.be);var Lt=function(a){_.be.call(this,_.hr);this.i=a};_.C(Lt,_.be);var Mt=function(){_.be.call(this,_.ir)};_.C(Mt,_.be);var Nt=function(){_.be.call(this,_.jr)}; _.C(Nt,_.be); var Ot=/^\[([a-z0-9-]+)(="([^\\"]*)")?]$/,Pt=function(a){return function(b){return b.getAttribute&&_.Qk(b,a)}},Qt=function(a,b){return function(c){return b!==void 0?c.getAttribute&&c.getAttribute(a)==b:c.hasAttribute&&c.hasAttribute(a)}},Rt=function(a){a=a.toUpperCase();return function(b){return(b=b.tagName)&&b.toUpperCase()==a}},St=function(a){if(typeof a=="string"){if(a.charAt(0)==".")return Pt(a.substr(1));if(a.charAt(0)=="["){var b=Ot.exec(a);return Qt(b[1],a.indexOf("=")==-1?void 0:b[3])}return Rt(a)}return a}, Tt=function(){return!0},Vt=function(a){if(a instanceof Ut)a=a.i;else if(a[0]instanceof Ut){for(var b=new Set,c=0;c<a.length;c++)for(var d=_.v(a[c].i),e=d.next();!e.done;e=d.next())b.add(e.value);a=b}return[].concat(_.bn(a))},Ut=function(a){this.i=Vt(a)};_.l=Ut.prototype;_.l.Ga=function(a){(0,_.vc)(this.i,a,void 0);return this};_.l.size=function(){return this.i.length};_.l.Eb=function(){return this.i.length===0};_.l.get=function(a){return this.i[a]||null};_.l.Xd=function(){return this.i[0]||null}; _.l.map=function(a,b){return _.xc(this.i,a,b)};_.l.equals=function(a){return this===a||_.Um(this.i,a.i)};_.l.ql=function(){return this.i.length==0?null:new Wt(this.i[this.i.length-1])};_.l.find=function(a){var b=[];this.Ga(function(c){c=c.querySelectorAll(String(a));for(var d=0;d<c.length;d++)b.push(c[d])});return new Ut(b)};_.l.children=function(){var a=[];this.Ga(function(b){b=_.Si(b);for(var c=0;c<b.length;c++)a.push(b[c])});return new Ut(a)};_.l.filter=function(a){a=_.wc(this.i,St(a));return new Ut(a)}; _.l.next=function(a){return Xt(this,a)};var Xt=function(a,b){var c=[];var d=b?St(b):Tt;a.Ga(function(e){(e=e.nextElementSibling!==void 0?e.nextElementSibling:_.Ti(e.nextSibling,!0))&&d(e)&&c.push(e)});return new Ut(c)},Yt=function(a){a.Ga(function(b){b.removeAttribute("aria-hidden")})};Ut.prototype.getStyle=function(a){if(this.i.length>0)return _.Ct(this.i[0],a)};Ut.prototype.focus=function(a){try{a?this.Xd().focus(a):this.Xd().focus()}catch(b){}return this}; var Zt=function(a,b){function c(g,h,k){var m=h;h&&h.parentNode&&(m=h.cloneNode(!0));g(m,k)}var d=d===void 0?!1:d;if(a.i.length==1){var e=a.i[0],f=function(g){return b(g,e)};Array.isArray(null)?(d?ss:_.vc)(null,f):f(null);return a}return a.Ga(function(g){Array.isArray(null)?_.vc(null,function(h){c(b,h,g)}):c(b,null,g)})};Ut.prototype.remove=function(){return Zt(this,function(a,b){_.Fd(b)})};var $t=function(a){return a.Ga(function(b){_.El(b,!0)})};Ut.prototype.show=function(){return $t(this)}; var Wt=function(a,b){a instanceof Ut&&(b=a.i,a=null);this.i=Vt(a!=null?[a]:b)};_.F(Wt,Ut);Wt.prototype.children=function(){return new Ut(Array.prototype.slice.call(_.Si(this.i[0])))};Wt.prototype.Ga=function(a){a.call(void 0,this.i[0],0);return this};Wt.prototype.size=function(){return 1};Wt.prototype.Xd=function(){return this.i[0]}; au=function(a,b){b=b===void 0?window:b;this.T=a;this.o=b;this.scheme="https";this.domain="myaccount.google.com";this.J=this.port=0;this.v="";this.i=document.body;this.W="fixed";this.L=!1;this.S=this.N=this.P="";this.j=new _.U;this.o.location.hostname.indexOf("youtube.com")>=0&&(this.domain="profilewidgets.youtube.com")};_.bu=function(a,b){a.domain=b;return a};_.cu=function(a,b){a.port=b};_.du=function(a,b){a.scheme=b;return a};_.eu=function(a,b){a.J=b;return a}; fu=function(a){return _.mn(_.ln(_.kn(new _.jn,a.scheme),a.domain),a.port)}; au.prototype.da=function(a){var b=this;if(this.A===void 0){var c=document.createElement("iframe");this.sa=c;Ms(c,a);this.A=new Promise(function(d,e){var f=!1,g=function(h){h.stopPropagation();c.removeEventListener("error",g);c.removeEventListener("securitypolicyviolation",g);e(Error("Pa",{cause:h}))};c.addEventListener("error",g);c.addEventListener("securitypolicyviolation",g);setTimeout(function(){f||e(Error("Qa"))},3E4);gu(b,c,function(){f=!0;c.removeEventListener("error",g);c.removeEventListener("securitypolicyviolation", g);d()})});hu(this);a=fu(this).toString();c.setAttribute("allow","camera "+a+"; display-capture "+a);this.i.appendChild(c)}return this.A}; ku=function(a,b){var c,d;return _.ff(function(e){if(e.i==1){var f=f===void 0?!1:f;var g=document.createElement("div");getComputedStyle(a.i).direction==="rtl"&&(g.style.transform="scaleX(-1)");g.style.backgroundColor=f?"rgba(138,180,248,.24)":"#e8f0fe";g.style.height="4px";g.style.overflow="hidden";g.style.position="absolute";g.style.top="0";g.style.width="100%";g.style.zIndex="1500";g.setAttribute("aria-label","Loading");g.setAttribute("aria-live","polite");var h=document.createElement("style");h.textContent= "@keyframes omdc-linear-progress-primary-indeterminate-translate {\n 0% {\n transform: translateX(0);\n }\n\n 20% {\n animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);\n transform: translateX(0);\n }\n\n 59.15% {\n animation-timing-function: cubic-bezier(\n 0.302435,\n 0.381352,\n 0.55,\n 0.956352\n );\n\n transform: translateX(83.67142%);\n }\n\n 100% {\n transform: translateX(200.611057%);\n }\n }@keyframes omdc-linear-progress-primary-indeterminate-scale {\n 0% {\n transform: scaleX(0.08);\n }\n\n 36.65% {\n animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);\n transform: scaleX(0.08);\n }\n\n 69.15% {\n animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);\n transform: scaleX(0.661479);\n }\n\n 100% {\n transform: scaleX(0.08);\n }\n }@keyframes omdc-linear-progress-secondary-indeterminate-translate {\n 0% {\n animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);\n transform: translateX(0);\n }\n\n 25% {\n animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);\n transform: translateX(37.651913%);\n }\n\n 48.35% {\n animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);\n transform: translateX(84.386165%);\n }\n\n 100% {\n transform: translateX(160.277782%);\n }\n }@keyframes omdc-linear-progress-secondary-indeterminate-scale {\n 0% {\n animation-timing-function: cubic-bezier(\n 0.205028,\n 0.057051,\n 0.57661,\n 0.453971\n );\n transform: scaleX(0.08);\n }\n\n 19.15% {\n animation-timing-function: cubic-bezier(\n 0.152313,\n 0.196432,\n 0.648374,\n 1.004315\n );\n transform: scaleX(0.457104);\n }\n\n 44.15% {\n animation-timing-function: cubic-bezier(\n 0.257759,\n -0.003163,\n 0.211762,\n 1.38179\n );\n transform: scaleX(0.72796);\n }\n\n 100% {\n transform: scaleX(0.08);\n }\n }"; g.appendChild(h);h=Es();h.style.animation="omdc-linear-progress-primary-indeterminate-translate 2s infinite linear";h.style.left="-145.166611%";var k=Fs(f);k.style.animation="omdc-linear-progress-primary-indeterminate-scale 2s infinite linear";h.appendChild(k);g.appendChild(h);h=Es();h.style.animation="omdc-linear-progress-secondary-indeterminate-translate 2s infinite linear";h.style.left="-54.888891%";f=Fs(f);f.style.animation="omdc-linear-progress-secondary-indeterminate-scale 2s infinite linear"; h.appendChild(f);g.appendChild(h);c=g;a.i.appendChild(c);document.activeElement instanceof HTMLElement&&(a.K=document.activeElement);_.Ye(e,2);return _.Xe(e,a.da(b),4)}if(e.i!=2)a.i.removeChild(c),a.P=a.i.style.overflow,a.S=document.documentElement.style.overscrollBehavior,a.N=a.i.style.overscrollBehavior,document.documentElement.style.overscrollBehavior="contain",a.i.style.overscrollBehavior="contain",a.i.style.overflow="hidden",g=a.sa,g.style.bottom="0",g.style.border="none",g.style.height="100%", g.style.left="0",g.style.position=a.W,g.style.right="0",g.style.top="0",g.style.width="100%",g.style.zIndex="2202",g.setAttribute("aria-hidden","false"),g.setAttribute("aria-modal","true"),a.L=!0,iu(a),e.i=0,e.v=0;else throw d=_.Ze(e),a.i.removeChild(c),Ls(a.v==="dark"||window.matchMedia("(prefers-color-scheme: dark)").matches&&a.v!=="light"),_.ju(a,!1),Error("Ra",{cause:d});})}; _.ju=function(a,b){b=b===void 0?!0:b;a.sa!==void 0&&(lu(a),document.documentElement.style.overscrollBehavior=a.S,a.i.style.overscrollBehavior=a.N,a.i.style.overflow=a.P,a.K!==void 0&&(a.K.focus(),a.K=void 0),b?hu(a):(a.i.removeChild(a.sa),a.sa=void 0,a.A=void 0,a.G=void 0),a.L=!1)};lu=function(a){a.D&&(Yt(a.D),a.D=void 0);a.C&&(a.C.Ga(function(b){b.setAttribute("aria-hidden","false")}),a.C=void 0);a.F&&(a.F.Ga(function(b){b.removeAttribute("inert")}),a.F=void 0)}; iu=function(a){a.D=(new Wt(a.sa.parentElement)).children().filter(function(b){return b.getAttribute("aria-hidden")===null&&b!==a.sa});a.D.Ga(function(b){b.setAttribute("aria-hidden","true")});a.C=(new Wt(a.sa.parentElement)).children().filter(function(b){return b.getAttribute("aria-hidden")==="false"&&b!==a.sa});a.C.Ga(function(b){b.setAttribute("aria-hidden","true")});a.F=(new Wt(a.sa.parentElement)).children().filter(function(b){return!b.hasAttribute("inert")&&b!==a.sa});a.F.Ga(function(b){b.setAttribute("inert", "true")})};hu=function(a){a=a.sa;a.style.bottom="-1000px";a.style.position="fixed";a.style.right="-1000px";a.style.border="";a.style.height="";a.style.left="";a.style.top="";a.style.width="";a.style.zIndex="";a.setAttribute("aria-hidden","true");a.setAttribute("aria-modal","false")};mu=function(a){this.i=a};mu.prototype.send=function(a,b,c){this.i.then(function(d){d.send(a,b,c)})};var nu=function(a,b){this.data=a;this.i=b},ou=function(a){this.i=a}; ou.prototype.send=function(a,b,c){c=c===void 0?[]:c;var d=new MessageChannel;pu(d.port1,b);this.i.postMessage(a,[d.port2].concat(c))};qu=function(a,b){pu(a,b);return new ou(a)};pu=function(a,b){b&&(a.onmessage=function(c){b(new nu(c.data,qu(c.ports[0])))})};ru=function(a){this.i=a};su=function(a){var b=Object.create(null);(typeof a==="string"?[a]:a).forEach(function(c){if(c==="null")throw Error("Sa");b[c]=!0});return function(c){return b[c]===!0}}; tu=function(a){var b=a.destination;var c=a.Bc;var d=a.Yj;var e=a.vk===void 0?void 0:a.vk;var f=a.wb;var g=a.onMessage===void 0?void 0:a.onMessage;var h=a.sd===void 0?void 0:a.sd;return new mu(new _.kr(function(k,m){var n=function(p){p.source&&p.source===c()&&d.i(p.origin)&&(p.data.n||p.data)===f&&(b.removeEventListener("message",n,!1),e&&p.data.t!==e?m(Error("Ta`"+f+"`"+e+"`"+p.data.t)):(k(qu(p.ports[0],g)),h&&h(p)))};b.addEventListener("message",n,!1)}))}; _.uu=function(a){var b=a.destination;var c=a.sa;var d=a.origin;var e=a.wb===void 0?"ZNWN1d":a.wb;var f=a.onMessage===void 0?void 0:a.onMessage;a=a.sd===void 0?void 0:a.sd;return tu({destination:b,Bc:function(){return c.contentWindow},Yj:d instanceof ru?d:typeof d==="function"?new ru(d):new ru(su(d)),wb:e,onMessage:f,sd:a})};_.vu=function(a,b){au.call(this,_.dr[a],b);this.options=[];this.style=""};_.C(_.vu,au);_.wu=function(a,b){a.j.listen(_.ir,b);return a};_.xu=function(a,b){a.j.listen(_.hr,b);return a}; yu=function(a){var b=[a.origin?a.origin:_.mn(_.ln(_.kn(new _.jn,a.o.location.protocol),a.o.location.hostname),a.o.location.port).toString()];a.ia&&b.push.apply(b,_.bn(a.ia));var c=new _.jn(a.o.location.href),d=a.B?a.B:a.options.includes("po")?"profile-picture/art":"profile-picture";d=_.nn(fu(a),d);Array.isArray(b)||(b=[String(b)]);_.Gn(d.i,"origin",b);a.B&&_.zn(d,"startPath",a.B);a.J>0&&_.zn(d,"authuser",a.J);a.R!==void 0&&_.zn(d,"pageId",a.R);_.zn(d,"hostId",a.T);a.V!==void 0&&_.zn(d,"jsmode",a.V); a.options.length>0&&_.zn(d,"opts",a.options.join(","));try{for(var e=_.v(["utm_source","utm_medium","utm_campaign","utm_content"]),f=e.next();!f.done;f=e.next()){var g=f.value;_.An(c,g)&&_.zn(d,g,_.An(c,g))}var h,k=(h=a.X)!=null?h:_.An(c,"hl");k!==void 0&&_.zn(d,"hl",k)}catch(m){if(!(m instanceof URIError))throw m;}a.v&&_.zn(d,"theme",a.v);a.style&&_.zn(d,"style",a.style);return d}; zu=function(a,b){a.G=_.uu({destination:a.o,sa:b,origin:fu(a).toString(),wb:"ow",onMessage:function(c){c=Gt(c.data);if(b===a.sa)switch(_.Te(c,1)){case 1:a.j.dispatchEvent(new Mt);_.ju(a);break;case 2:a.j.dispatchEvent(new Kt(_.Q(c,4),_.Q(c,2),_.Te(c,5),_.P(c,Dt,6)));break;case 0:var d;a.j.dispatchEvent(new Lt(_.Q(c,2),(d=_.Te(c,3))!=null?d:0));break;case 3:a.j.dispatchEvent(new Mt(!0));_.ju(a,!1);break;case 4:a.j.dispatchEvent(new Nt)}}})}; gu=function(a,b,c){_.uu({destination:a.o,sa:b,origin:_.mn(_.ln(_.kn(new _.jn,a.scheme),a.domain),a.port).toString(),wb:"owi",onMessage:function(d){b===a.sa&&(c!==void 0&&c(),zu(a,b),a.L&&a.G.send(Jt(It())),d.i.send(void 0,void 0,void 0),gu(a,b))}})};_.vu.prototype.da=function(){return this.A===void 0?au.prototype.da.call(this,yu(this).toString()):this.A}; _.Au=function(a){return _.ff(function(b){if(b.i==1)return a.B=a.options.includes("po")?"profile-picture/art":"profile-picture",_.Xe(b,ku(a,yu(a).toString()),2);if(a.G){var c=a.G,d=c.send;var e=It();e=_.R(e,2,a.B);d.call(c,Jt(e))}b.i=0})};_.Bu=RegExp("^data:image/(?:bmp|gif|jpeg|jpg|png|tiff|webp|x-icon);base64,[-+/_a-z0-9]+(?:=|%3d)*$","i");_.Cu=RegExp("^(?:[*/]?(?:(?:[+\\-.,!#%_a-zA-Z0-9\t]| )|\\)|[a-zA-Z0-9]\\(|$))*$");_.Du=RegExp("^-(?:moz|ms|o|webkit|css3)-(.*)$");Object.freeze([]);var Eu=function(){};Eu.prototype.equals=function(a){a=a&&a;return!!a&&Os(this.i,a.i)};var Fu=function(a){this.i=a||{}};_.F(Fu,Eu);var Iu=function(){Gu||(Gu=new Fu,_.Ga()&&!_.z("Edge")?Hu("-webkit-"):_.Na()?Hu("-moz-"):_.Ma()?Hu("-ms-"):_.La()&&Hu("-o-"),Gu.i.is_rtl=!1,Gu.i.language="en-US");var a=Gu.i.is_rtl;return!(a==null||!a)},Hu=function(a){Gu.i.css3_prefix=a};var Gu=null;var Qs=/&/g,Rs=/</g,Ss=/>/g,Ts=/"/g,Ps=/[&<>"]/;_.Ju=function(a){var b=a.match(/\bhref="/g);if(!b||b.length<=1)return a;var c=new _.jn;a=a.replace(/\bhref="(.*?)"/g,function(d,e){d=_.Bn(e);c.o||_.kn(c,d.o);c.v||_.ln(c,d.bb());c.D||_.nn(c,d.Va());c.j||(c.j=d.j);e=_.v(d.i.zb());for(var f=e.next();!f.done;f=e.next())f=f.value,_.Fn(c.i,f)||_.Gn(c.i,f,d.i.Wa(f));return""});a=a.replace(/\s\s+/g," ").replace(/\s+$/g,"");return a+' href="'+c.toString()+'"'};_.Ku=function(a){return a===""?"":' class="'+(a.charAt(a.length-1)===" "?a.slice(0,-1):a)+'"'}; _.Lu=function(a){return a!==""?' style="'+a+'"':""};var Mu,Nu;Mu=function(a){this.i=a=a===void 0?document:a;this.o=null;this.j=[]};Nu=function(a){var b=a.i.createElement("STYLE");a.i.head?a.i.head.appendChild(b):a.i.body.appendChild(b);return b};_.Ou=function(a){if(!a.i||a.j.length==0)return"";var b=a.j.join("");if(_.Cc){a.o||(a.o=Nu(a));var c=a.o}else c=Nu(a);c.styleSheet&&!c.sheet?c.styleSheet.cssText+=b:c.textContent+=b;a.j.length=0;return""};_.Pu=function(){var a;var b=b===void 0?document:b;this.o=a=a===void 0?new Mu(b):a;new function(){};this.j={};this.i=[Iu()]};_.Qu=function(a,b,c,d,e,f,g,h,k,m,n,p){if(!Array.isArray(c)){var r=[],t;for(t in c)r[c[t]]=t;c=r}a.j[b]={dl:c,ml:d,nl:e,Fl:f===void 0?null:f,sl:g===void 0?null:g,Gl:h===void 0?"":h,Cl:k===void 0?null:k,Hl:m===void 0?"":m,Dl:n===void 0?null:n,Il:"",El:p===void 0?null:p,rl:!0}}; _.Ru=function(a,b){a=a.i;a:{if(b)for(b=b.parentNode;_.Xd(b);b=b.parentNode){var c=b.getAttribute("dir");if(c&&(c=c.toLowerCase(),c=="ltr"||c=="rtl")){b=c;break a}}b=Iu()?"rtl":"ltr"}a[0]="rtl"==b};_.Su=function(a){a.v&&a.v.ta()}; }catch(e){_._DumpException(e)} try{ var DG=function(a){this.H=_.B(a)};_.C(DG,_.G);var EG=function(a){this.H=_.B(a)};_.C(EG,_.G);var FG=function(a){this.H=_.B(a)};_.C(FG,_.G);var GG=function(a){this.H=_.B(a)};_.C(GG,_.G);var HG=function(a){this.H=_.B(a)};_.C(HG,_.G);HG.prototype.getContext=function(){return _.P(this,EG,4)};var IG=function(a){this.H=_.B(a)};_.C(IG,_.G);_.JG=new _.vq("/google.internal.people.v2.InternalPeopleService/GetPeople",HG,IG,function(a){return a.ga()},_.qg(IG));(function(){try{if(typeof window.EventTarget==="function")return new EventTarget}catch(a){}try{return document.createElement("div")}catch(a){}return null})();new function(){};var MG,NG,OG;_.KG=_.br(["img-loaded"]);OG=new HG;NG=_.mg(OG,1,_.iq,"me",_.Ce);var PG,QG=new GG,RG,SG=new FG;RG=_.mg(SG,1,_.iq,"person.photo",_.Ce);PG=_.I(QG,1,RG);var TG;TG=_.mg(PG,3,_.Rd,1,_.Re);var UG;UG=_.mg(TG,3,_.Rd,7,_.Re);MG=_.I(NG,2,UG);var VG,WG=new DG;VG=_.mg(WG,1,_.Rd,10,_.Re);_.LG=_.I(MG,3,VG); }catch(e){_._DumpException(e)} try{ var pK=function(a){this.H=_.B(a)};_.C(pK,_.G);var qK=function(){var a=_.Wf();return _.P(a,pK,16)},rK=function(a){return a.o?a.o.i:"f"},sK=function(a){this.j=_.iE.fa();this.o=a};sK.prototype.i=function(a,b){rK(this.j)=="t"?(_.Rk(a,"gb_if"),b?(_.Tk(a,"gb_Xd"),_.Rk(a,"gb_Qf")):(_.Tk(a,"gb_Qf"),_.Rk(a,"gb_Xd"))):_.Uk(a,["gb_if","gb_Xd","gb_Qf"])};var tK=function(){var a=document.getElementsByClassName("gb_Xf");return a.length>0?a[0]:null};_.x("gbar.sos",function(){return document.querySelectorAll(".gb_Cf")}); _.x("gbar.si",function(){return document.querySelector(".gb_rd")});_.x("gbar.cph",tK);_.x("gbar.tcph",function(a){var b=tK();b&&_.Vk(b,"gb_od",!a)});var vK=function(a,b,c,d){_.Lk.call(this,a,c);this.K=d;this.o=new sK(_.Ae(_.S(b,1),!1));this.F=_.iE.fa();this.v=_.Z("gb_Re",this.i);this.o.o&&(this.j=!1,_.RD()&&(_.Tk(this.i,"gb_Xd"),_.Sk(this.i,["gb_Wf","gb_if","gb_Qf"]),this.N=_.yl(this.i,"width"),this.W=_.yl(this.v,"width"),c=this.i,_.Tk(c,"gb_Qf"),_.Rk(c,"gb_Xd"),this.L=_.yl(this.i,"width"),this.T=_.yl(this.v,"width"),_.Uk(this.i,["gb_Wf","gb_if","gb_Xd"])),uK(this),c=this.F,c.o&&c.o.j("catc",this.Qi,this),this.listen(_.Z("gb_Sf",this.i),"click", this.Hi),this.listen(_.Z("gb_Tf",this.i),"click",this.Wi));this.D=_.Ae(_.S(b,2),!1);this.G=_.Ae(_.S(b,4),!1);this.J=null;this.D&&(this.J=_.fg(b,3,_.Ce,_.Fg(_.Ni)));if(this.D||this.G)this.oa(a,["mouseover","touchstart"],this.Sf),a=new _.tm(a),this.oa(a,"focusin",this.Sf);(a=_.Z("gb_rd",this.i))&&_.Zk(this,a,_.al,this.bj,!1,this)};_.C(vK,_.Lk);_.l=vK.prototype;_.l.bj=function(){this.K.log(62)};_.l.Qi=function(){uK(this)};_.l.Hi=function(){this.j!=0&&(this.j=!1,uK(this,!0))}; _.l.Wi=function(){this.j!=1&&(this.j=!0,uK(this,!0))};_.l.Sf=function(){if(this.D){var a=this.J;_.Yi.fa().md(a,void 0)}this.G&&this.i.setAttribute("activated","1")}; var uK=function(a,b){b=b&&_.RD();rK(a.o.j)=="t"?b?(_.Sk(a.i,["gb_Vf","gb_Zd"]),_.VD(a.i),a.oa(a.i,_.$d,a.R),a.B(!0),setTimeout((0,_.E)(a.o.i,a.o,a.i,a.j),0),setTimeout((0,_.E)(a.B,a,!1),0)):(a.o.i(a.i,a.j),_.RD()&&a.B(!1)):(_.Tk(a.i,"gb_Vf"),a.o.i(a.i,a.j),b=a.i,b.style.minWidth=b.style.maxWidth="",b=a.v,b.style.minWidth=b.style.maxWidth="",a.F.Qa(!0))}; vK.prototype.B=function(a){a=this.j?!a:a;var b=this.i;b.style.minWidth=b.style.maxWidth=a?this.N:this.L;b=this.v;b.style.minWidth=b.style.maxWidth=a?this.W:this.T};vK.prototype.R=function(){_.Tk(this.i,"gb_Zd")};_.Li(function(){if(qK()){var a=document.querySelector(".gb_0d"),b=qK()||new pK;b=_.Ae(_.S(b,1),!1);b=new sK(b);a&&b.o&&b.i(a,!1)}});_.Li(function(){var a=qK()||new pK,b=_.Z("gb_0d");if(a&&b){var c=_.xi(),d=_.Ci();new vK(b,a,c,d);_.W(a,4)&&(c=function(){var e=_.fg(a,5,_.Ce,_.Fg(_.Ni));_.$i(_.Yi.fa(),e)},b.getAttribute("activated")=="1"?c():(_.ne(b,["mouseover","touchstart"],c),b=new _.tm(b),_.ne(b,"focusin",c)))}}); }catch(e){_._DumpException(e)} try{ var zG=function(a){_.H.call(this);this.A=a;this.o=null;this.i={};this.v={};this.j={}};_.C(zG,_.H);var AG=function(a){if(a.o)return a.o;for(var b in a.j)if(a.j[b].Vf()&&a.j[b].Ta())return a.j[b];return null};_.l=zG.prototype;_.l.Le=function(a){a&&AG(this)&&a!=AG(this)&&AG(this).Od(!1);this.o=a};_.l.dg=function(a){a=this.j[a]||a;return AG(this)==a};_.l.qf=function(){AG(this)&&AG(this).Od(!1);this.Le(null)};_.l.Mh=function(a){AG(this)&&AG(this).Lb()==a&&this.qf()}; _.l.vc=function(a,b,c){this.i[a]=this.i[a]||{};this.i[a][b]=this.i[a][b]||[];this.i[a][b].push(c)};_.l.Sd=function(a,b){b=b.Lb();if(this.i[a]&&this.i[a][b])for(var c=0;c<this.i[a][b].length;c++)try{this.i[a][b][c]()}catch(d){this.A.log(d)}};_.l.mk=function(a,b){this.v[a]=b};_.l.Kh=function(a){return!this.v[a.Lb()]};_.l.pj=function(){return!!AG(this)&&AG(this).Wf()};_.l.Eh=function(){return!!AG(this)};_.l.We=function(){AG(this)&&AG(this).Nd()};_.l.xd=function(a){this.j[a.Lb()]=a}; _.l.ee=function(a){return a in this.j?this.j[a]:null};var BG=new zG(_.xi());_.Tf("dd",BG);_.x("gbar.close",(0,_.E)(BG.qf,BG));_.x("gbar.cls",(0,_.E)(BG.Mh,BG));_.x("gbar.abh",(0,_.E)(BG.vc,BG,0));_.x("gbar.adh",(0,_.E)(BG.vc,BG,1));_.x("gbar.ach",(0,_.E)(BG.vc,BG,2));_.x("gbar.aeh",(0,_.E)(BG.mk,BG));_.x("gbar.bsy",(0,_.E)(BG.pj,BG));_.x("gbar.op",(0,_.E)(BG.Eh,BG)); }catch(e){_._DumpException(e)} try{ _.fq=function(a){_.Li(function(){var b=document.querySelector("."+a);b&&(b=b.querySelector(".gb_B"))&&_.Kf("eq").Ee(b,"click")})}; }catch(e){_._DumpException(e)} try{ var gq=document.querySelector(".gb_J"),hq=RegExp("(\\s+|^)gb_yf(\\s+|$)");gq&&!hq.test(gq.className)&&_.fq("gb_J"); }catch(e){_._DumpException(e)} try{ _.fq("gb_z"); }catch(e){_._DumpException(e)} })(this.gbar_); // Google Inc. </script></head><body bgcolor="#fff"><script nonce="lD26kLUVT68NFuciilA-3Q">(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n && window.n();if (document.images){new Image().src=src;} if (!iesg){document.f&&document.f.q.focus();document.gbqf&&document.gbqf.q.focus();} } })();</script><div id="mngb"><style>#gb{font-size:13px}#gb{position:relative;top:8px}#gb{top:16px}div#viewport{position:absolute;top:0;width:100%}div#searchform.jhp{margin-top:0}.jhp>#tsf{max-width:none}</style><div id="gb"><div id="gbw"><div style="top:0;left:0;right:0;width:100%"><div class="gb_0d gb_Nf gb_0 gb_Mf gb_f" data-ogsr-up=""><div class="gb_M gb_0 gb_Nf gb_Uf" data-ogbl=""><div class="gb_Z gb_0"><a class="gb_X" aria-label="Gmail " data-pid="23" href="https://mail.google.com/mail/?tab=wm&amp;ogbl" target="_top">Gmail</a></div><div class="gb_Z gb_0"><a class="gb_X" aria-label="画像を検索する " data-pid="2" href="https://www.google.com/imghp?hl=ja&amp;tab=wi&amp;ogbl" target="_top">画像</a></div></div><div class="gb_Re gb_Nf gb_0"><div class="gb_J gb_dd gb_0" data-ogsr-fb="true" data-ogsr-alt="" id="gbwa"><div class="gb_D"><a class="gb_B gb_Ic" href="https://www.google.co.jp/intl/ja/about/products?tab=wh" title="Google アプリ" aria-expanded="false" role="button" tabindex="0"></a></div></div><div class="gb_Of gb_0"><div class="gb_D"><a class="gb_rd gb_Ua gb_id" id="gb_70" aria-label="ログイン" href="https://accounts.google.com/ServiceLogin?hl=ja&amp;passive=true&amp;continue=https://www.google.com/&amp;ec=GAZAAQ" target="_top">ログイン</a></div></div></div></div></div></div></div></div><center><br clear="all" id="lgpd"><div id="XjhHGf"><img alt="Google" height="92" src="/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png" style="padding:28px 0 14px" width="272" id="hplogo"><br><br></div><form action="/search" name="f"><table cellpadding="0" cellspacing="0"><tr valign="top"><td width="25%">&nbsp;</td><td align="center" nowrap=""><input value="ja" name="hl" type="hidden"><input name="source" type="hidden" value="hp"><input name="biw" type="hidden"><input name="bih" type="hidden"><div class="ds" style="height:32px;margin:4px 0"><input class="lst" style="margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000" autocomplete="off" value="" title="Google 検索" maxlength="2048" name="q" size="57"></div><br style="line-height:0"><span class="ds"><span class="lsbb"><input class="lsb" value="Google 検索" name="btnG" type="submit"></span></span><span class="ds"><span class="lsbb"><input class="lsb" id="tsuid_VgpPaID7LLK5vr0P79CTaA_1" value="I'm Feeling Lucky" name="btnI" type="submit"><script nonce="lD26kLUVT68NFuciilA-3Q">(function(){var id='tsuid_VgpPaID7LLK5vr0P79CTaA_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;} else top.location='/doodles/';};})();</script><input value="AOw8s4IAAAAAaE8YZs4B9s-iKZcbiUQnIvuNaVjUb37l" name="iflsig" type="hidden"></span></span></td><td class="fl sblc" align="left" nowrap="" width="25%"><a href="/advanced_search?hl=ja&amp;authuser=0">検索オプション</a></td></tr></table><input id="gbv" name="gbv" type="hidden" value="1"><script nonce="lD26kLUVT68NFuciilA-3Q">(function(){var a,b="1";if(document&&document.getElementById)if(typeof XMLHttpRequest!="undefined")b="2";else if(typeof ActiveXObject!="undefined"){var c,d,e=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b="2"}catch(h){}}a=b;if(a=="2"&&location.search.indexOf("&gbv=2")==-1){var f=google.gbvu,g=document.getElementById("gbv");g&&(g.value=a);f&&window.setTimeout(function(){location.href=f},0)};}).call(this);</script></form><div style="font-size:83%;min-height:3.5em"><br></div><span id="footer"><div style="font-size:10pt"><div style="margin:19px auto;text-align:center" id="WqQANb"><a href="/intl/ja/ads/">広告</a><a href="http://www.google.co.jp/intl/ja/services/">ビジネス ソリューション</a><a href="/intl/ja/about.html">Google について</a><a href="https://www.google.com/setprefdomain?prefdom=JP&amp;prev=https://www.google.co.jp/&amp;sig=K_6F6qxj5hSu1_fJTmf173_qTZMlU%3D">Google.co.jp</a></div></div><p style="font-size:8pt;color:#636363">&copy; 2025 - <a href="/intl/ja/policies/privacy/">プライバシー</a> - <a href="/intl/ja/policies/terms/">規約</a></p></span></center><div class="gb_R"></div><script nonce="lD26kLUVT68NFuciilA-3Q">(function(){window.google.cdo={height:757,width:1440};(function(){var a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=c.compatMode=="CSS1Compat"?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}if(a&&b&&(a!=google.cdo.width||b!=google.cdo.height)){var e=google,f=e.log,g="/client_204?&atyp=i&biw="+a+"&bih="+b+"&ei="+google.kEI,h="",k=window.google&&window.google.kOPI||null;k&&(h+="&opi="+k);f.call(e,"","",g+h)};}).call(this);})();(function(){google.xjs={basecomb:'/xjs/_/js/k\x3dxjs.hp.en.hyw7v_XIHns.es5.O/ck\x3dxjs.hp.s-_kbZvgICo.L.B1.O/am\x3dAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAACXCIEECAAAAAIIAAAAAAAAAABEAIAIAIAAAAACUJADEgQAAAFoAACIQADlA6QEAgACgCAAAAgAEAAAgBABAAAAAgAAAAAAMgPAwIAAAABAACwoCAAAAiEc/d\x3d1/ed\x3d1/dg\x3d0/br\x3d1/ujg\x3d1/rs\x3dACT90oHxknxF_DUNNZl89_IMajZpqpc7Og',basecss:'/xjs/_/ss/k\x3dxjs.hp.s-_kbZvgICo.L.B1.O/am\x3dAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAACXCIEACAAAAAAAAAAAAAAAAABAAAAIAIAAAAACUBAAEAAAAAFoAACIQADlA6QEAgACgCAAAAgAEAAAgBABAAAAAgAAAAAAAACAAAAAAAAAAAAo/br\x3d1/rs\x3dACT90oGAWnAUZQtjQm6jd-ebeZRLMDDwCQ',basejs:'/xjs/_/js/k\x3dxjs.hp.en.hyw7v_XIHns.es5.O/am\x3dAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAECAAAAAIIAAAAAAAAAABEAIAIAAAAAAAAAIADAgQAAAFIAAAAAADgAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAMgPAwIAAAABAACwICAAAAiEc/dg\x3d0/br\x3d1/rs\x3dACT90oEa6Jbfrk-SfConA4yqo_1kAdfkxg',excm:[]};})();(function(){var u='/xjs/_/js/k\x3dxjs.hp.en.hyw7v_XIHns.es5.O/am\x3dAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAECAAAAAIIAAAAAAAAAABEAIAIAAAAAAAAAIADAgQAAAFIAAAAAADgAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAMgPAwIAAAABAACwoCAAAAiEc/d\x3d1/ed\x3d1/dg\x3d3/br\x3d1/rs\x3dACT90oFx9-ycahypcKsmkWcFwHjVYlQ3Dg/m\x3dsb_he,d';var st=1;var amd=1000;var mmd=0;var pod=true;var pop=true;var povp=false;var fp=''; var e=this||self;function f(){var b,a,d;if(a=b=(a=window.google)==null?void 0:(d=a.ia)==null?void 0:d.r.B2Jtyd)a=b.m,a=a===1||a===5;return a&&b.cbfd!=null&&b.cbvi!=null?b:void 0};function g(){var b=[u];if(!google.dp){for(var a=0;a<b.length;a++){var d=b[a],c=document.createElement("link");c.as="script";c.href=d;c.rel="preload";document.body.appendChild(c)}google.dp=!0}};google.ps===void 0&&(google.ps=[]);function h(){var b=u,a=function(){};google.lx=google.stvsc?a:function(){k(b);google.lx=a};google.bx||google.lx()}function l(b,a){a&&(b.src=a);fp&&google.caft&&google.caft(function(){b.fetchPriority=fp});var d=b.onload;b.onload=function(c){d&&d(c);google.ps=google.ps.filter(function(G){return b!==G})};google.ps.push(b);document.body.appendChild(b)}google.as=l;function k(b){google.timers&&google.timers.load&&google.tick&&google.tick("load","xjsls");var a=document.createElement("script");a.onerror=function(){google.ple=1};a.onload=function(){google.ple=0};google.xjsus=void 0;l(a,b);google.aple=-1;google.dp=!0};function m(b){var a=b.getAttribute("jscontroller");return(a==="UBXHI"||a==="R3fhkb"||a==="TSZEqd")&&b.hasAttribute("data-src")}function n(){for(var b=document.getElementsByTagName("img"),a=0,d=b.length;a<d;a++){var c=b[a];if(c.hasAttribute("data-lzy_")&&Number(c.getAttribute("data-atf"))&1&&!m(c))return!0}return!1}for(var p=document.getElementsByTagName("img"),q=0,r=p.length;q<r;++q){var t=p[q];Number(t.getAttribute("data-atf"))&1&&m(t)&&(t.src=t.getAttribute("data-src"))};var w,x,y,z,A,B,C,D,E,F;function H(){google.xjsu=u;e._F_jsUrl=u;A=function(){h()};w=!1;x=(st===1||st===3)&&!!google.caft&&!n();y=f();z=(st===2||st===3)&&!!y&&!n();B=pod;C=pop;D=povp;E=pop&&document.prerendering||povp&&document.hidden;F=D?"visibilitychange":"prerenderingchange"}function I(){w||x||z||E||(A(),w=!0)} setTimeout(function(){google&&google.tick&&google.timers&&google.timers.load&&google.tick("load","xjspls");H();if(x||z||E){if(x){var b=function(){x=!1;I()};google.caft(b);window.setTimeout(b,amd)}z&&(b=function(){z=!1;I()},y.cbvi.push(b),window.setTimeout(b,mmd));if(E){var a=function(){(D?document.hidden:document.prerendering)||(E=!1,I(),document.removeEventListener(F,a))};document.addEventListener(F,a,{passive:!0})}if(B||C||D)w||g()}else A()},0);})();window._ = window._ || {};window._DumpException = _._DumpException = function(e){throw e;};window._s = window._s || {};_s._DumpException = _._DumpException;window._qs = window._qs || {};_qs._DumpException = _._DumpException;(function(){var t=[0,16384,0,0,0,0,0,814301184,147744,134217729,8523784,0,536876288,714080264,3524,822086053,35201,167772536,59769090,31568,144771200,524288,64,268435720,20971520,2,252182720,2060,184553472,2088,108560384];window._F_toggles = window._xjs_toggles = t;})();window._F_installCss = window._F_installCss || function(css){};(function(){google.jl={bfl:0,dw:false,eli:false,ine:false,ubm:false,uwp:true,vs:false};})();(function(){var pmc='{\x22d\x22:{},\x22sb_he\x22:{\x22client\x22:\x22heirloom-hp\x22,\x22dh\x22:true,\x22ds\x22:\x22\x22,\x22host\x22:\x22google.com\x22,\x22jsonp\x22:true,\x22msgs\x22:{\x22cibl\x22:\x22\\u691c\\u7d22\\u3092\\u30af\\u30ea\\u30a2\x22,\x22dym\x22:\x22\\u3082\\u3057\\u304b\\u3057\\u3066:\x22,\x22lcky\x22:\x22I\\u0026#39;m Feeling Lucky\x22,\x22lml\x22:\x22\\u8a73\\u7d30\x22,\x22psrc\x22:\x22\\u3053\\u306e\\u691c\\u7d22\\u30ad\\u30fc\\u30ef\\u30fc\\u30c9\\u306f\\u003Ca href\x3d\\\x22/history\\\x22\\u003E\\u30a6\\u30a7\\u30d6\\u5c65\\u6b74\\u003C/a\\u003E\\u304b\\u3089\\u524a\\u9664\\u3055\\u308c\\u307e\\u3057\\u305f\x22,\x22psrl\x22:\x22\\u524a\\u9664\x22,\x22sbit\x22:\x22\\u753b\\u50cf\\u3067\\u691c\\u7d22\x22,\x22srch\x22:\x22Google \\u691c\\u7d22\x22},\x22ovr\x22:{},\x22pq\x22:\x22\x22,\x22rfs\x22:[],\x22stok\x22:\x22oH6JED4RGiwq-CIheeeoN8VZ3a4\x22}}';google.pmc=JSON.parse(pmc);})();</script></body></html>