/*
 Copyright (c) 2008 Yii Software LLC
 @license https://www.yiiframework.com/license/
 @author Qiang Xue <qiang.xue@gmail.com>
 @since 2.0
 jQuery JavaScript Library v3.7.1
 https://jquery.com/

 Copyright OpenJS Foundation and other contributors
 Released under the MIT license
 https://jquery.org/license

 Date: 2023-08-28T13:37Z
 Bootstrap v5.3.3 (https://getbootstrap.com/)
 Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 https://mths.be/punycode v1.3.2 by @mathias */
var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.arrayIteratorImpl=function(l){var J=0;return function(){return J<l.length?{done:!1,value:l[J++]}:{done:!0}}};$jscomp.arrayIterator=function(l){return{next:$jscomp.arrayIteratorImpl(l)}};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.SIMPLE_FROUND_POLYFILL=!1;$jscomp.ISOLATE_POLYFILLS=!1;$jscomp.FORCE_POLYFILL_PROMISE=!1;$jscomp.FORCE_POLYFILL_PROMISE_WHEN_NO_UNHANDLED_REJECTION=!1;
$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(l,J,I){if(l==Array.prototype||l==Object.prototype)return l;l[J]=I.value;return l};$jscomp.getGlobal=function(l){l=["object"==typeof globalThis&&globalThis,l,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var J=0;J<l.length;++J){var I=l[J];if(I&&I.Math==Math)return I}throw Error("Cannot find global object");};$jscomp.global=$jscomp.getGlobal(this);
$jscomp.IS_SYMBOL_NATIVE="function"===typeof Symbol&&"symbol"===typeof Symbol("x");$jscomp.TRUST_ES6_POLYFILLS=!$jscomp.ISOLATE_POLYFILLS||$jscomp.IS_SYMBOL_NATIVE;$jscomp.polyfills={};$jscomp.propertyToPolyfillSymbol={};$jscomp.POLYFILL_PREFIX="$jscp$";var $jscomp$lookupPolyfilledValue=function(l,J){var I=$jscomp.propertyToPolyfillSymbol[J];if(null==I)return l[J];I=l[I];return void 0!==I?I:l[J]};
$jscomp.polyfill=function(l,J,I,K){J&&($jscomp.ISOLATE_POLYFILLS?$jscomp.polyfillIsolated(l,J,I,K):$jscomp.polyfillUnisolated(l,J,I,K))};$jscomp.polyfillUnisolated=function(l,J,I,K){I=$jscomp.global;l=l.split(".");for(K=0;K<l.length-1;K++){var G=l[K];if(!(G in I))return;I=I[G]}l=l[l.length-1];K=I[l];J=J(K);J!=K&&null!=J&&$jscomp.defineProperty(I,l,{configurable:!0,writable:!0,value:J})};
$jscomp.polyfillIsolated=function(l,J,I,K){var G=l.split(".");l=1===G.length;K=G[0];K=!l&&K in $jscomp.polyfills?$jscomp.polyfills:$jscomp.global;for(var q=0;q<G.length-1;q++){var w=G[q];if(!(w in K))return;K=K[w]}G=G[G.length-1];I=$jscomp.IS_SYMBOL_NATIVE&&"es6"===I?K[G]:null;J=J(I);null!=J&&(l?$jscomp.defineProperty($jscomp.polyfills,G,{configurable:!0,writable:!0,value:J}):J!==I&&(void 0===$jscomp.propertyToPolyfillSymbol[G]&&(I=1E9*Math.random()>>>0,$jscomp.propertyToPolyfillSymbol[G]=$jscomp.IS_SYMBOL_NATIVE?
$jscomp.global.Symbol(G):$jscomp.POLYFILL_PREFIX+I+"$"+G),$jscomp.defineProperty(K,$jscomp.propertyToPolyfillSymbol[G],{configurable:!0,writable:!0,value:J})))};$jscomp.initSymbol=function(){};
$jscomp.polyfill("Symbol",function(l){if(l)return l;var J=function(q,w){this.$jscomp$symbol$id_=q;$jscomp.defineProperty(this,"description",{configurable:!0,writable:!0,value:w})};J.prototype.toString=function(){return this.$jscomp$symbol$id_};var I="jscomp_symbol_"+(1E9*Math.random()>>>0)+"_",K=0,G=function(q){if(this instanceof G)throw new TypeError("Symbol is not a constructor");return new J(I+(q||"")+"_"+K++,q)};return G},"es6","es3");
$jscomp.polyfill("Symbol.iterator",function(l){if(l)return l;l=Symbol("Symbol.iterator");for(var J="Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array".split(" "),I=0;I<J.length;I++){var K=$jscomp.global[J[I]];"function"===typeof K&&"function"!=typeof K.prototype[l]&&$jscomp.defineProperty(K.prototype,l,{configurable:!0,writable:!0,value:function(){return $jscomp.iteratorPrototype($jscomp.arrayIteratorImpl(this))}})}return l},"es6",
"es3");$jscomp.iteratorPrototype=function(l){l={next:l};l[Symbol.iterator]=function(){return this};return l};$jscomp.createTemplateTagFirstArg=function(l){return l.raw=l};$jscomp.createTemplateTagFirstArgWithRaw=function(l,J){l.raw=J;return l};$jscomp.makeIterator=function(l){var J="undefined"!=typeof Symbol&&Symbol.iterator&&l[Symbol.iterator];return J?J.call(l):$jscomp.arrayIterator(l)};$jscomp.arrayFromIterator=function(l){for(var J,I=[];!(J=l.next()).done;)I.push(J.value);return I};
$jscomp.arrayFromIterable=function(l){return l instanceof Array?l:$jscomp.arrayFromIterator($jscomp.makeIterator(l))};$jscomp.owns=function(l,J){return Object.prototype.hasOwnProperty.call(l,J)};$jscomp.assign=$jscomp.TRUST_ES6_POLYFILLS&&"function"==typeof Object.assign?Object.assign:function(l,J){for(var I=1;I<arguments.length;I++){var K=arguments[I];if(K)for(var G in K)$jscomp.owns(K,G)&&(l[G]=K[G])}return l};$jscomp.polyfill("Object.assign",function(l){return l||$jscomp.assign},"es6","es3");
$jscomp.objectCreate=$jscomp.ASSUME_ES5||"function"==typeof Object.create?Object.create:function(l){var J=function(){};J.prototype=l;return new J};
$jscomp.getConstructImplementation=function(){function l(){function I(){}new I;Reflect.construct(I,[],function(){});return new I instanceof I}if($jscomp.TRUST_ES6_POLYFILLS&&"undefined"!=typeof Reflect&&Reflect.construct){if(l())return Reflect.construct;var J=Reflect.construct;return function(I,K,G){I=J(I,K);G&&Reflect.setPrototypeOf(I,G.prototype);return I}}return function(I,K,G){void 0===G&&(G=I);G=$jscomp.objectCreate(G.prototype||Object.prototype);return Function.prototype.apply.call(I,G,K)||
G}};$jscomp.construct={valueOf:$jscomp.getConstructImplementation}.valueOf();$jscomp.underscoreProtoCanBeSet=function(){var l={a:!0},J={};try{return J.__proto__=l,J.a}catch(I){}return!1};$jscomp.setPrototypeOf=$jscomp.TRUST_ES6_POLYFILLS&&"function"==typeof Object.setPrototypeOf?Object.setPrototypeOf:$jscomp.underscoreProtoCanBeSet()?function(l,J){l.__proto__=J;if(l.__proto__!==J)throw new TypeError(l+" is not extensible");return l}:null;
$jscomp.inherits=function(l,J){l.prototype=$jscomp.objectCreate(J.prototype);l.prototype.constructor=l;if($jscomp.setPrototypeOf){var I=$jscomp.setPrototypeOf;I(l,J)}else for(I in J)if("prototype"!=I)if(Object.defineProperties){var K=Object.getOwnPropertyDescriptor(J,I);K&&Object.defineProperty(l,I,K)}else l[I]=J[I];l.superClass_=J.prototype};$jscomp.polyfill("Reflect",function(l){return l?l:{}},"es6","es3");$jscomp.polyfill("Reflect.construct",function(l){return $jscomp.construct},"es6","es3");
$jscomp.polyfill("Reflect.setPrototypeOf",function(l){if(l)return l;if($jscomp.setPrototypeOf){var J=$jscomp.setPrototypeOf;return function(I,K){try{return J(I,K),!0}catch(G){return!1}}}return null},"es6","es5");$jscomp.findInternal=function(l,J,I){l instanceof String&&(l=String(l));for(var K=l.length,G=0;G<K;G++){var q=l[G];if(J.call(I,q,G,l))return{i:G,v:q}}return{i:-1,v:void 0}};
$jscomp.polyfill("Array.prototype.find",function(l){return l?l:function(J,I){return $jscomp.findInternal(this,J,I).v}},"es6","es3");$jscomp.checkEs6ConformanceViaProxy=function(){try{var l={},J=Object.create(new $jscomp.global.Proxy(l,{get:function(I,K,G){return I==l&&"q"==K&&G==J}}));return!0===J.q}catch(I){return!1}};$jscomp.USE_PROXY_FOR_ES6_CONFORMANCE_CHECKS=!1;$jscomp.ES6_CONFORMANCE=$jscomp.USE_PROXY_FOR_ES6_CONFORMANCE_CHECKS&&$jscomp.checkEs6ConformanceViaProxy();
$jscomp.polyfill("WeakMap",function(l){function J(){if(!l||!Object.seal)return!1;try{var A=Object.seal({}),E=Object.seal({}),W=new l([[A,2],[E,3]]);if(2!=W.get(A)||3!=W.get(E))return!1;W.delete(A);W.set(E,4);return!W.has(A)&&4==W.get(E)}catch(la){return!1}}function I(){}function K(A){var E=typeof A;return"object"===E&&null!==A||"function"===E}function G(A){if(!$jscomp.owns(A,w)){var E=new I;$jscomp.defineProperty(A,w,{value:E})}}function q(A){if(!$jscomp.ISOLATE_POLYFILLS){var E=Object[A];E&&(Object[A]=
function(W){if(W instanceof I)return W;Object.isExtensible(W)&&G(W);return E(W)})}}if($jscomp.USE_PROXY_FOR_ES6_CONFORMANCE_CHECKS){if(l&&$jscomp.ES6_CONFORMANCE)return l}else if(J())return l;var w="$jscomp_hidden_"+Math.random();q("freeze");q("preventExtensions");q("seal");var u=0,t=function(A){this.id_=(u+=Math.random()+1).toString();if(A){A=$jscomp.makeIterator(A);for(var E;!(E=A.next()).done;)E=E.value,this.set(E[0],E[1])}};t.prototype.set=function(A,E){if(!K(A))throw Error("Invalid WeakMap key");
G(A);if(!$jscomp.owns(A,w))throw Error("WeakMap key fail: "+A);A[w][this.id_]=E;return this};t.prototype.get=function(A){return K(A)&&$jscomp.owns(A,w)?A[w][this.id_]:void 0};t.prototype.has=function(A){return K(A)&&$jscomp.owns(A,w)&&$jscomp.owns(A[w],this.id_)};t.prototype.delete=function(A){return K(A)&&$jscomp.owns(A,w)&&$jscomp.owns(A[w],this.id_)?delete A[w][this.id_]:!1};return t},"es6","es3");$jscomp.MapEntry=function(){};
$jscomp.polyfill("Map",function(l){function J(){if($jscomp.ASSUME_NO_NATIVE_MAP||!l||"function"!=typeof l||!l.prototype.entries||"function"!=typeof Object.seal)return!1;try{var t=Object.seal({x:4}),A=new l($jscomp.makeIterator([[t,"s"]]));if("s"!=A.get(t)||1!=A.size||A.get({x:4})||A.set({x:4},"t")!=A||2!=A.size)return!1;var E=A.entries(),W=E.next();if(W.done||W.value[0]!=t||"s"!=W.value[1])return!1;W=E.next();return W.done||4!=W.value[0].x||"t"!=W.value[1]||!E.next().done?!1:!0}catch(la){return!1}}
if($jscomp.USE_PROXY_FOR_ES6_CONFORMANCE_CHECKS){if(l&&$jscomp.ES6_CONFORMANCE)return l}else if(J())return l;var I=new WeakMap,K=function(t){this.data_={};this.head_=w();this.size=0;if(t){t=$jscomp.makeIterator(t);for(var A;!(A=t.next()).done;)A=A.value,this.set(A[0],A[1])}};K.prototype.set=function(t,A){t=0===t?0:t;var E=G(this,t);E.list||(E.list=this.data_[E.id]=[]);E.entry?E.entry.value=A:(E.entry={next:this.head_,previous:this.head_.previous,head:this.head_,key:t,value:A},E.list.push(E.entry),
this.head_.previous.next=E.entry,this.head_.previous=E.entry,this.size++);return this};K.prototype.delete=function(t){t=G(this,t);return t.entry&&t.list?(t.list.splice(t.index,1),t.list.length||delete this.data_[t.id],t.entry.previous.next=t.entry.next,t.entry.next.previous=t.entry.previous,t.entry.head=null,this.size--,!0):!1};K.prototype.clear=function(){this.data_={};this.head_=this.head_.previous=w();this.size=0};K.prototype.has=function(t){return!!G(this,t).entry};K.prototype.get=function(t){return(t=
G(this,t).entry)&&t.value};K.prototype.entries=function(){return q(this,function(t){return[t.key,t.value]})};K.prototype.keys=function(){return q(this,function(t){return t.key})};K.prototype.values=function(){return q(this,function(t){return t.value})};K.prototype.forEach=function(t,A){for(var E=this.entries(),W;!(W=E.next()).done;)W=W.value,t.call(A,W[1],W[0],this)};K.prototype[Symbol.iterator]=K.prototype.entries;var G=function(t,A){var E=A&&typeof A;"object"==E||"function"==E?I.has(A)?E=I.get(A):
(E=""+ ++u,I.set(A,E)):E="p_"+A;var W=t.data_[E];if(W&&$jscomp.owns(t.data_,E))for(t=0;t<W.length;t++){var la=W[t];if(A!==A&&la.key!==la.key||A===la.key)return{id:E,list:W,index:t,entry:la}}return{id:E,list:W,index:-1,entry:void 0}},q=function(t,A){var E=t.head_;return $jscomp.iteratorPrototype(function(){if(E){for(;E.head!=t.head_;)E=E.previous;for(;E.next!=E.head;)return E=E.next,{done:!1,value:A(E)};E=null}return{done:!0,value:void 0}})},w=function(){var t={};return t.previous=t.next=t.head=t},
u=0;return K},"es6","es3");$jscomp.polyfill("Array.from",function(l){return l?l:function(J,I,K){I=null!=I?I:function(u){return u};var G=[],q="undefined"!=typeof Symbol&&Symbol.iterator&&J[Symbol.iterator];if("function"==typeof q){J=q.call(J);for(var w=0;!(q=J.next()).done;)G.push(I.call(K,q.value,w++))}else for(q=J.length,w=0;w<q;w++)G.push(I.call(K,J[w],w));return G}},"es6","es3");
$jscomp.iteratorFromArray=function(l,J){l instanceof String&&(l+="");var I=0,K=!1,G={next:function(){if(!K&&I<l.length){var q=I++;return{value:J(q,l[q]),done:!1}}K=!0;return{done:!0,value:void 0}}};G[Symbol.iterator]=function(){return G};return G};$jscomp.polyfill("Array.prototype.keys",function(l){return l?l:function(){return $jscomp.iteratorFromArray(this,function(J){return J})}},"es6","es3");$jscomp.polyfill("Number.parseFloat",function(l){return l||parseFloat},"es6","es3");
$jscomp.polyfill("Set",function(l){function J(){if($jscomp.ASSUME_NO_NATIVE_SET||!l||"function"!=typeof l||!l.prototype.entries||"function"!=typeof Object.seal)return!1;try{var K=Object.seal({x:4}),G=new l($jscomp.makeIterator([K]));if(!G.has(K)||1!=G.size||G.add(K)!=G||1!=G.size||G.add({x:4})!=G||2!=G.size)return!1;var q=G.entries(),w=q.next();if(w.done||w.value[0]!=K||w.value[1]!=K)return!1;w=q.next();return w.done||w.value[0]==K||4!=w.value[0].x||w.value[1]!=w.value[0]?!1:q.next().done}catch(u){return!1}}
if($jscomp.USE_PROXY_FOR_ES6_CONFORMANCE_CHECKS){if(l&&$jscomp.ES6_CONFORMANCE)return l}else if(J())return l;var I=function(K){this.map_=new Map;if(K){K=$jscomp.makeIterator(K);for(var G;!(G=K.next()).done;)this.add(G.value)}this.size=this.map_.size};I.prototype.add=function(K){K=0===K?0:K;this.map_.set(K,K);this.size=this.map_.size;return this};I.prototype.delete=function(K){K=this.map_.delete(K);this.size=this.map_.size;return K};I.prototype.clear=function(){this.map_.clear();this.size=0};I.prototype.has=
function(K){return this.map_.has(K)};I.prototype.entries=function(){return this.map_.entries()};I.prototype.values=function(){return this.map_.values()};I.prototype.keys=I.prototype.values;I.prototype[Symbol.iterator]=I.prototype.values;I.prototype.forEach=function(K,G){var q=this;this.map_.forEach(function(w){return K.call(G,w,w,q)})};return I},"es6","es3");$jscomp.polyfill("Object.values",function(l){return l?l:function(J){var I=[],K;for(K in J)$jscomp.owns(J,K)&&I.push(J[K]);return I}},"es8","es3");
$jscomp.polyfill("Object.entries",function(l){return l?l:function(J){var I=[],K;for(K in J)$jscomp.owns(J,K)&&I.push([K,J[K]]);return I}},"es8","es3");$jscomp.polyfill("Object.is",function(l){return l?l:function(J,I){return J===I?0!==J||1/J===1/I:J!==J&&I!==I}},"es6","es3");
$jscomp.polyfill("Array.prototype.includes",function(l){return l?l:function(J,I){var K=this;K instanceof String&&(K=String(K));var G=K.length;I=I||0;for(0>I&&(I=Math.max(I+G,0));I<G;I++){var q=K[I];if(q===J||Object.is(q,J))return!0}return!1}},"es7","es3");
$jscomp.checkStringArgs=function(l,J,I){if(null==l)throw new TypeError("The 'this' value for String.prototype."+I+" must not be null or undefined");if(J instanceof RegExp)throw new TypeError("First argument to String.prototype."+I+" must not be a regular expression");return l+""};$jscomp.polyfill("String.prototype.includes",function(l){return l?l:function(J,I){return-1!==$jscomp.checkStringArgs(this,J,"includes").indexOf(J,I||0)}},"es6","es3");
$jscomp.polyfill("String.prototype.startsWith",function(l){return l?l:function(J,I){var K=$jscomp.checkStringArgs(this,J,"startsWith");J+="";var G=K.length,q=J.length;I=Math.max(0,Math.min(I|0,K.length));for(var w=0;w<q&&I<G;)if(K[I++]!=J[w++])return!1;return w>=q}},"es6","es3");$jscomp.polyfill("Number.parseInt",function(l){return l||parseInt},"es6","es3");
$jscomp.polyfill("Promise",function(l){function J(){this.batch_=null}function I(w){return w instanceof G?w:new G(function(u,t){u(w)})}if(l&&(!($jscomp.FORCE_POLYFILL_PROMISE||$jscomp.FORCE_POLYFILL_PROMISE_WHEN_NO_UNHANDLED_REJECTION&&"undefined"===typeof $jscomp.global.PromiseRejectionEvent)||!$jscomp.global.Promise||-1===$jscomp.global.Promise.toString().indexOf("[native code]")))return l;J.prototype.asyncExecute=function(w){if(null==this.batch_){this.batch_=[];var u=this;this.asyncExecuteFunction(function(){u.executeBatch_()})}this.batch_.push(w)};
var K=$jscomp.global.setTimeout;J.prototype.asyncExecuteFunction=function(w){K(w,0)};J.prototype.executeBatch_=function(){for(;this.batch_&&this.batch_.length;){var w=this.batch_;this.batch_=[];for(var u=0;u<w.length;++u){var t=w[u];w[u]=null;try{t()}catch(A){this.asyncThrow_(A)}}}this.batch_=null};J.prototype.asyncThrow_=function(w){this.asyncExecuteFunction(function(){throw w;})};var G=function(w){this.state_=0;this.result_=void 0;this.onSettledCallbacks_=[];this.isRejectionHandled_=!1;var u=this.createResolveAndReject_();
try{w(u.resolve,u.reject)}catch(t){u.reject(t)}};G.prototype.createResolveAndReject_=function(){function w(A){return function(E){t||(t=!0,A.call(u,E))}}var u=this,t=!1;return{resolve:w(this.resolveTo_),reject:w(this.reject_)}};G.prototype.resolveTo_=function(w){if(w===this)this.reject_(new TypeError("A Promise cannot resolve to itself"));else if(w instanceof G)this.settleSameAsPromise_(w);else{a:switch(typeof w){case "object":var u=null!=w;break a;case "function":u=!0;break a;default:u=!1}u?this.resolveToNonPromiseObj_(w):
this.fulfill_(w)}};G.prototype.resolveToNonPromiseObj_=function(w){var u=void 0;try{u=w.then}catch(t){this.reject_(t);return}"function"==typeof u?this.settleSameAsThenable_(u,w):this.fulfill_(w)};G.prototype.reject_=function(w){this.settle_(2,w)};G.prototype.fulfill_=function(w){this.settle_(1,w)};G.prototype.settle_=function(w,u){if(0!=this.state_)throw Error("Cannot settle("+w+", "+u+"): Promise already settled in state"+this.state_);this.state_=w;this.result_=u;2===this.state_&&this.scheduleUnhandledRejectionCheck_();
this.executeOnSettledCallbacks_()};G.prototype.scheduleUnhandledRejectionCheck_=function(){var w=this;K(function(){if(w.notifyUnhandledRejection_()){var u=$jscomp.global.console;"undefined"!==typeof u&&u.error(w.result_)}},1)};G.prototype.notifyUnhandledRejection_=function(){if(this.isRejectionHandled_)return!1;var w=$jscomp.global.CustomEvent,u=$jscomp.global.Event,t=$jscomp.global.dispatchEvent;if("undefined"===typeof t)return!0;"function"===typeof w?w=new w("unhandledrejection",{cancelable:!0}):
"function"===typeof u?w=new u("unhandledrejection",{cancelable:!0}):(w=$jscomp.global.document.createEvent("CustomEvent"),w.initCustomEvent("unhandledrejection",!1,!0,w));w.promise=this;w.reason=this.result_;return t(w)};G.prototype.executeOnSettledCallbacks_=function(){if(null!=this.onSettledCallbacks_){for(var w=0;w<this.onSettledCallbacks_.length;++w)q.asyncExecute(this.onSettledCallbacks_[w]);this.onSettledCallbacks_=null}};var q=new J;G.prototype.settleSameAsPromise_=function(w){var u=this.createResolveAndReject_();
w.callWhenSettled_(u.resolve,u.reject)};G.prototype.settleSameAsThenable_=function(w,u){var t=this.createResolveAndReject_();try{w.call(u,t.resolve,t.reject)}catch(A){t.reject(A)}};G.prototype.then=function(w,u){function t(la,ma){return"function"==typeof la?function(Da){try{A(la(Da))}catch(pa){E(pa)}}:ma}var A,E,W=new G(function(la,ma){A=la;E=ma});this.callWhenSettled_(t(w,A),t(u,E));return W};G.prototype.catch=function(w){return this.then(void 0,w)};G.prototype.callWhenSettled_=function(w,u){function t(){switch(A.state_){case 1:w(A.result_);
break;case 2:u(A.result_);break;default:throw Error("Unexpected state: "+A.state_);}}var A=this;null==this.onSettledCallbacks_?q.asyncExecute(t):this.onSettledCallbacks_.push(t);this.isRejectionHandled_=!0};G.resolve=I;G.reject=function(w){return new G(function(u,t){t(w)})};G.race=function(w){return new G(function(u,t){for(var A=$jscomp.makeIterator(w),E=A.next();!E.done;E=A.next())I(E.value).callWhenSettled_(u,t)})};G.all=function(w){var u=$jscomp.makeIterator(w),t=u.next();return t.done?I([]):new G(function(A,
E){function W(Da){return function(pa){la[Da]=pa;ma--;0==ma&&A(la)}}var la=[],ma=0;do la.push(void 0),ma++,I(t.value).callWhenSettled_(W(la.length-1),E),t=u.next();while(!t.done)})};return G},"es6","es3");$jscomp.polyfill("Array.prototype.values",function(l){return l?l:function(){return $jscomp.iteratorFromArray(this,function(J,I){return I})}},"es8","es3");
(function(l,J){"object"===typeof module&&"object"===typeof module.exports?module.exports=l.document?J(l,!0):function(I){if(!I.document)throw Error("jQuery requires a window with a document");return J(I)}:J(l)})("undefined"!==typeof window?window:this,function(l,J){function I(b,d,e){e=e||ta;var g,k=e.createElement("script");k.text=b;if(d)for(g in ib)(b=d[g]||d.getAttribute&&d.getAttribute(g))&&k.setAttribute(g,b);e.head.appendChild(k).parentNode.removeChild(k)}function K(b){return null==b?b+"":"object"===
typeof b||"function"===typeof b?jb[vb.call(b)]||"object":typeof b}function G(b){var d=!!b&&"length"in b&&b.length,e=K(b);return xa(b)||Eb(b)?!1:"array"===e||0===d||"number"===typeof d&&0<d&&d-1 in b}function q(b,d){return b.nodeName&&b.nodeName.toLowerCase()===d.toLowerCase()}function w(b,d){return d?"\x00"===b?"\ufffd":b.slice(0,-1)+"\\"+b.charCodeAt(b.length-1).toString(16)+" ":"\\"+b}function u(b,d,e){return xa(d)?h.grep(b,function(g,k){return!!d.call(g,k,g)!==e}):d.nodeType?h.grep(b,function(g){return g===
d!==e}):"string"!==typeof d?h.grep(b,function(g){return-1<wb.call(d,g)!==e}):h.filter(d,b,e)}function t(b,d){for(;(b=b[d])&&1!==b.nodeType;);return b}function A(b){var d={};h.each(b.match(ea)||[],function(e,g){d[g]=!0});return d}function E(b){return b}function W(b){throw b;}function la(b,d,e,g){var k;try{b&&xa(k=b.promise)?k.call(b).done(d).fail(e):b&&xa(k=b.then)?k.call(b,d,e):d.apply(void 0,[b].slice(g))}catch(m){e.apply(void 0,[m])}}function ma(){ta.removeEventListener("DOMContentLoaded",ma);l.removeEventListener("load",
ma);h.ready()}function Da(b,d){return d.toUpperCase()}function pa(b){return b.replace(Uc,"ms-").replace(Vc,Da)}function Ba(){this.expando=h.expando+Ba.uid++}function Ja(b,d,e){if(void 0===e&&1===b.nodeType)if(e="data-"+d.replace(Wc,"-$&").toLowerCase(),e=b.getAttribute(e),"string"===typeof e){try{var g=e;e="true"===g?!0:"false"===g?!1:"null"===g?null:g===+g+""?+g:Xc.test(g)?JSON.parse(g):g}catch(k){}cb.set(b,d,e)}else e=void 0;return e}function La(b,d,e,g){var k,m=20,p=g?function(){return g.cur()}:
function(){return h.css(b,d,"")},z=p(),x=e&&e[3]||(h.cssNumber[d]?"":"px"),y=b.nodeType&&(h.cssNumber[d]||"px"!==x&&+z)&&Sb.exec(h.css(b,d));if(y&&y[3]!==x){z/=2;x=x||y[3];for(y=+z||1;m--;)h.style(b,d,y+x),0>=(1-k)*(1-(k=p()/z||.5))&&(m=0),y/=k;y*=2;h.style(b,d,y+x);e=e||[]}if(e){y=+y||+z||0;var N=e[1]?y+(e[1]+1)*e[2]:+e[2];g&&(g.unit=x,g.start=y,g.end=N)}return N}function Ia(b,d){for(var e,g,k=[],m=0,p=b.length;m<p;m++)if(g=b[m],g.style)if(e=g.style.display,d){if("none"===e&&(k[m]=fa.get(g,"display")||
null,k[m]||(g.style.display="")),""===g.style.display&&Pb(g)){e=m;var z=g.ownerDocument;g=g.nodeName;var x=kc[g];x||(z=z.body.appendChild(z.createElement(g)),x=h.css(z,"display"),z.parentNode.removeChild(z),"none"===x&&(x="block"),kc[g]=x);z=x;k[e]=z}}else"none"!==e&&(k[m]="none",fa.set(g,"display",e));for(m=0;m<p;m++)null!=k[m]&&(b[m].style.display=k[m]);return b}function F(b,d){var e="undefined"!==typeof b.getElementsByTagName?b.getElementsByTagName(d||"*"):"undefined"!==typeof b.querySelectorAll?
b.querySelectorAll(d||"*"):[];return void 0===d||d&&q(b,d)?h.merge([b],e):e}function H(b,d){for(var e=0,g=b.length;e<g;e++)fa.set(b[e],"globalEval",!d||fa.get(d[e],"globalEval"))}function L(b,d,e,g,k){for(var m,p,z,x=d.createDocumentFragment(),y=[],N=0,a=b.length;N<a;N++)if((m=b[N])||0===m)if("object"===K(m))h.merge(y,m.nodeType?[m]:m);else if(Dc.test(m)){p=p||x.appendChild(d.createElement("div"));z=(kb.exec(m)||["",""])[1].toLowerCase();z=Wa[z]||Wa._default;p.innerHTML=z[1]+h.htmlPrefilter(m)+z[2];
for(z=z[0];z--;)p=p.lastChild;h.merge(y,p.childNodes);p=x.firstChild;p.textContent=""}else y.push(d.createTextNode(m));x.textContent="";for(N=0;m=y[N++];)if(g&&-1<h.inArray(m,g))k&&k.push(m);else if(b=qb(m),p=F(x.appendChild(m),"script"),b&&H(p),e)for(z=0;m=p[z++];)xb.test(m.type||"")&&e.push(m);return x}function O(){return!0}function Z(){return!1}function ja(b,d,e,g,k,m){var p;if("object"===typeof d){"string"!==typeof e&&(g=g||e,e=void 0);for(p in d)ja(b,p,e,g,d[p],m);return b}null==g&&null==k?(k=
e,g=e=void 0):null==k&&("string"===typeof e?(k=g,g=void 0):(k=g,g=e,e=void 0));if(!1===k)k=Z;else if(!k)return b;if(1===m){var z=k;k=function(x){h().off(x);return z.apply(this,arguments)};k.guid=z.guid||(z.guid=h.guid++)}return b.each(function(){h.event.add(this,d,k,g,e)})}function qa(b,d,e){e?(fa.set(b,d,!1),h.event.add(b,d,{namespace:!1,handler:function(g){var k=fa.get(this,d);if(g.isTrigger&1&&this[d])if(k)(h.event.special[d]||{}).delegateType&&g.stopPropagation();else{k=Ra.call(arguments);fa.set(this,
d,k);this[d]();var m=fa.get(this,d);fa.set(this,d,!1);if(k!==m)return g.stopImmediatePropagation(),g.preventDefault(),m}else k&&(fa.set(this,d,h.event.trigger(k[0],k.slice(1),this)),g.stopPropagation(),g.isImmediatePropagationStopped=O)}})):void 0===fa.get(b,d)&&h.event.add(b,d,O)}function ia(b,d){return q(b,"table")&&q(11!==d.nodeType?d:d.firstChild,"tr")?h(b).children("tbody")[0]||b:b}function Aa(b){b.type=(null!==b.getAttribute("type"))+"/"+b.type;return b}function ua(b){"true/"===(b.type||"").slice(0,
5)?b.type=b.type.slice(5):b.removeAttribute("type");return b}function Ca(b,d){var e,g,k;if(1===d.nodeType){if(fa.hasData(b)){var m=fa.get(b);if(k=m.events)for(g in fa.remove(d,"handle events"),k)for(m=0,e=k[g].length;m<e;m++)h.event.add(d,g,k[g][m])}cb.hasData(b)&&(b=cb.access(b),b=h.extend({},b),cb.set(d,b))}}function Sa(b,d,e,g){d=ac(d);var k,m=0,p=b.length,z=p-1,x=d[0],y=xa(x);if(y||1<p&&"string"===typeof x&&!ra.checkClone&&bc.test(x))return b.each(function(f){var n=b.eq(f);y&&(d[0]=x.call(this,
f,n.html()));Sa(n,d,e,g)});if(p){var N=L(d,b[0].ownerDocument,!1,b,g);var a=N.firstChild;1===N.childNodes.length&&(N=a);if(a||g){a=h.map(F(N,"script"),Aa);for(k=a.length;m<p;m++){var c=N;m!==z&&(c=h.clone(c,!0,!0),k&&h.merge(a,F(c,"script")));e.call(b[m],c,m)}if(k)for(N=a[a.length-1].ownerDocument,h.map(a,ua),m=0;m<k;m++)c=a[m],xb.test(c.type||"")&&!fa.access(c,"globalEval")&&h.contains(N,c)&&(c.src&&"module"!==(c.type||"").toLowerCase()?h._evalUrl&&!c.noModule&&h._evalUrl(c.src,{nonce:c.nonce||c.getAttribute("nonce")},
N):I(c.textContent.replace(lc,""),c,N))}}return b}function db(b,d,e){for(var g=d?h.filter(d,b):b,k=0;null!=(d=g[k]);k++)e||1!==d.nodeType||h.cleanData(F(d)),d.parentNode&&(e&&qb(d)&&H(F(d,"script")),d.parentNode.removeChild(d));return b}function hb(b,d,e){var g=mc.test(d);var k=b.style;if(e=e||Tb(b)){var m=e.getPropertyValue(d)||e[d];g&&m&&(m=m.replace(Ub,"$1")||void 0);""!==m||qb(b)||(m=h.style(b,d));!ra.pixelBoxStyles()&&nc.test(m)&&Ec.test(d)&&(b=k.width,d=k.minWidth,g=k.maxWidth,k.minWidth=k.maxWidth=
k.width=m,m=e.width,k.width=b,k.minWidth=d,k.maxWidth=g)}return void 0!==m?m+"":m}function Qb(b,d){return{get:function(){if(b())delete this.get;else return(this.get=d).apply(this,arguments)}}}function Vb(b){var d=h.cssProps[b]||oc[b];if(d)return d;if(b in pc)return b;a:{d=b;for(var e=d[0].toUpperCase()+d.slice(1),g=cc.length;g--;)if(d=cc[g]+e,d in pc)break a;d=void 0}return oc[b]=d||b}function dc(b,d,e){return(b=Sb.exec(d))?Math.max(0,b[2]-(e||0))+(b[3]||"px"):d}function Wb(b,d,e,g,k,m){var p="width"===
d?1:0,z=0,x=0,y=0;if(e===(g?"border":"content"))return 0;for(;4>p;p+=2)"margin"===e&&(y+=h.css(b,e+yb[p],!0,k)),g?("content"===e&&(x-=h.css(b,"padding"+yb[p],!0,k)),"margin"!==e&&(x-=h.css(b,"border"+yb[p]+"Width",!0,k))):(x+=h.css(b,"padding"+yb[p],!0,k),"padding"!==e?x+=h.css(b,"border"+yb[p]+"Width",!0,k):z+=h.css(b,"border"+yb[p]+"Width",!0,k));!g&&0<=m&&(x+=Math.max(0,Math.ceil(b["offset"+d[0].toUpperCase()+d.slice(1)]-m-x-z-.5))||0);return x+y}function qc(b,d,e){var g=Tb(b),k=(!ra.boxSizingReliable()||
e)&&"border-box"===h.css(b,"boxSizing",!1,g),m=k,p=hb(b,d,g),z="offset"+d[0].toUpperCase()+d.slice(1);if(nc.test(p)){if(!e)return p;p="auto"}(!ra.boxSizingReliable()&&k||!ra.reliableTrDimensions()&&q(b,"tr")||"auto"===p||!parseFloat(p)&&"inline"===h.css(b,"display",!1,g))&&b.getClientRects().length&&(k="border-box"===h.css(b,"boxSizing",!1,g),(m=z in b)&&(p=b[z]));p=parseFloat(p)||0;return p+Wb(b,d,e||(k?"border":"content"),m,g,p)+"px"}function Ta(b,d,e,g,k){return new Ta.prototype.init(b,d,e,g,k)}
function Xb(){ec&&(!1===ta.hidden&&l.requestAnimationFrame?l.requestAnimationFrame(Xb):l.setTimeout(Xb,h.fx.interval),h.fx.tick())}function rc(){l.setTimeout(function(){Gb=void 0});return Gb=Date.now()}function fc(b,d){var e=0,g={height:b};for(d=d?1:0;4>e;e+=2-d){var k=yb[e];g["margin"+k]=g["padding"+k]=b}d&&(g.opacity=g.width=b);return g}function Fc(b,d,e){for(var g,k=($a.tweeners[d]||[]).concat($a.tweeners["*"]),m=0,p=k.length;m<p;m++)if(g=k[m].call(e,d,b))return g}function Gc(b,d){var e,g;for(e in b){var k=
pa(e);var m=d[k];var p=b[e];Array.isArray(p)&&(m=p[1],p=b[e]=p[0]);e!==k&&(b[k]=p,delete b[e]);if((g=h.cssHooks[k])&&"expand"in g)for(e in p=g.expand(p),delete b[k],p)e in b||(b[e]=p[e],d[e]=m);else d[k]=m}}function $a(b,d,e){var g,k=0,m=$a.prefilters.length,p=h.Deferred().always(function(){delete z.elem}),z=function(){if(g)return!1;var y=Gb||rc();y=Math.max(0,x.startTime+x.duration-y);for(var N=1-(y/x.duration||0),a=0,c=x.tweens.length;a<c;a++)x.tweens[a].run(N);p.notifyWith(b,[x,N,y]);if(1>N&&c)return y;
c||p.notifyWith(b,[x,1,0]);p.resolveWith(b,[x]);return!1},x=p.promise({elem:b,props:h.extend({},d),opts:h.extend(!0,{specialEasing:{},easing:h.easing._default},e),originalProperties:d,originalOptions:e,startTime:Gb||rc(),duration:e.duration,tweens:[],createTween:function(y,N){y=h.Tween(b,x.opts,y,N,x.opts.specialEasing[y]||x.opts.easing);x.tweens.push(y);return y},stop:function(y){var N=0,a=y?x.tweens.length:0;if(g)return this;for(g=!0;N<a;N++)x.tweens[N].run(1);y?(p.notifyWith(b,[x,1,0]),p.resolveWith(b,
[x,y])):p.rejectWith(b,[x,y]);return this}});e=x.props;for(Gc(e,x.opts.specialEasing);k<m;k++)if(d=$a.prefilters[k].call(x,b,e,x.opts))return xa(d.stop)&&(h._queueHooks(x.elem,x.opts.queue).stop=d.stop.bind(d)),d;h.map(e,Fc,x);xa(x.opts.start)&&x.opts.start.call(b,x);x.progress(x.opts.progress).done(x.opts.done,x.opts.complete).fail(x.opts.fail).always(x.opts.always);h.fx.timer(h.extend(z,{elem:b,anim:x,queue:x.opts.queue}));return x}function Hb(b){return(b.match(ea)||[]).join(" ")}function Ib(b){return b.getAttribute&&
b.getAttribute("class")||""}function gc(b){return Array.isArray(b)?b:"string"===typeof b?b.match(ea)||[]:[]}function hc(b,d,e,g){var k;if(Array.isArray(d))h.each(d,function(m,p){e||Yc.test(b)?g(b,p):hc(b+"["+("object"===typeof p&&null!=p?m:"")+"]",p,e,g)});else if(e||"object"!==K(d))g(b,d);else for(k in d)hc(b+"["+k+"]",d[k],e,g)}function Hc(b){return function(d,e){"string"!==typeof d&&(e=d,d="*");var g=0,k=d.toLowerCase().match(ea)||[];if(xa(e))for(;d=k[g++];)"+"===d[0]?(d=d.slice(1)||"*",(b[d]=
b[d]||[]).unshift(e)):(b[d]=b[d]||[]).push(e)}}function Ic(b,d,e,g){function k(z){var x;m[z]=!0;h.each(b[z]||[],function(y,N){y=N(d,e,g);if("string"===typeof y&&!p&&!m[y])return d.dataTypes.unshift(y),k(y),!1;if(p)return!(x=y)});return x}var m={},p=b===sc;return k(d.dataTypes[0])||!m["*"]&&k("*")}function tc(b,d){var e,g,k=h.ajaxSettings.flatOptions||{};for(e in d)void 0!==d[e]&&((k[e]?b:g||(g={}))[e]=d[e]);g&&h.extend(!0,b,g);return b}function Zc(b,d,e){for(var g,k,m,p,z=b.contents,x=b.dataTypes;"*"===
x[0];)x.shift(),void 0===g&&(g=b.mimeType||d.getResponseHeader("Content-Type"));if(g)for(k in z)if(z[k]&&z[k].test(g)){x.unshift(k);break}if(x[0]in e)m=x[0];else{for(k in e){if(!x[0]||b.converters[k+" "+x[0]]){m=k;break}p||(p=k)}m=m||p}if(m)return m!==x[0]&&x.unshift(m),e[m]}function $c(b,d,e,g){var k,m,p={},z=b.dataTypes.slice();if(z[1])for(y in b.converters)p[y.toLowerCase()]=b.converters[y];for(m=z.shift();m;){b.responseFields[m]&&(e[b.responseFields[m]]=d);!x&&g&&b.dataFilter&&(d=b.dataFilter(d,
b.dataType));var x=m;if(m=z.shift())if("*"===m)m=x;else if("*"!==x&&x!==m){var y=p[x+" "+m]||p["* "+m];if(!y)for(k in p){var N=k.split(" ");if(N[1]===m&&(y=p[x+" "+N[0]]||p["* "+N[0]])){!0===y?y=p[k]:!0!==p[k]&&(m=N[0],z.unshift(N[1]));break}}if(!0!==y)if(y&&b.throws)d=y(d);else try{d=y(d)}catch(a){return{state:"parsererror",error:y?a:"No conversion from "+x+" to "+m}}}}return{state:"success",data:d}}var bb=[],Yb=Object.getPrototypeOf,Ra=bb.slice,ac=bb.flat?function(b){return bb.flat.call(b)}:function(b){return bb.concat.apply([],
b)},Jb=bb.push,wb=bb.indexOf,jb={},vb=jb.toString,ub=jb.hasOwnProperty,zb=ub.toString,Jc=zb.call(Object),ra={},xa=function(b){return"function"===typeof b&&"number"!==typeof b.nodeType&&"function"!==typeof b.item},Eb=function(b){return null!=b&&b===b.window},ta=l.document,ib={type:!0,src:!0,nonce:!0,noModule:!0},lb=/HTML$/i,h=function(b,d){return new h.fn.init(b,d)};h.fn=h.prototype={jquery:"3.7.1",constructor:h,length:0,toArray:function(){return Ra.call(this)},get:function(b){return null==b?Ra.call(this):
0>b?this[b+this.length]:this[b]},pushStack:function(b){b=h.merge(this.constructor(),b);b.prevObject=this;return b},each:function(b){return h.each(this,b)},map:function(b){return this.pushStack(h.map(this,function(d,e){return b.call(d,e,d)}))},slice:function(){return this.pushStack(Ra.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(h.grep(this,function(b,d){return(d+1)%2}))},odd:function(){return this.pushStack(h.grep(this,
function(b,d){return d%2}))},eq:function(b){var d=this.length;b=+b+(0>b?d:0);return this.pushStack(0<=b&&b<d?[this[b]]:[])},end:function(){return this.prevObject||this.constructor()},push:Jb,sort:bb.sort,splice:bb.splice};h.extend=h.fn.extend=function(){var b,d,e,g=arguments[0]||{},k=1,m=arguments.length,p=!1;"boolean"===typeof g&&(p=g,g=arguments[k]||{},k++);"object"===typeof g||xa(g)||(g={});k===m&&(g=this,k--);for(;k<m;k++)if(null!=(b=arguments[k]))for(d in b){var z=b[d];if("__proto__"!==d&&g!==
z)if(p&&z&&(h.isPlainObject(z)||(e=Array.isArray(z)))){var x=g[d];x=e&&!Array.isArray(x)?[]:e||h.isPlainObject(x)?x:{};e=!1;g[d]=h.extend(p,x,z)}else void 0!==z&&(g[d]=z)}return g};h.extend({expando:"jQuery"+("3.7.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(b){throw Error(b);},noop:function(){},isPlainObject:function(b){if(!b||"[object Object]"!==vb.call(b))return!1;b=Yb(b);if(!b)return!0;b=ub.call(b,"constructor")&&b.constructor;return"function"===typeof b&&zb.call(b)===Jc},isEmptyObject:function(b){for(var d in b)return!1;
return!0},globalEval:function(b,d,e){I(b,{nonce:d&&d.nonce},e)},each:function(b,d){var e,g=0;if(G(b))for(e=b.length;g<e&&!1!==d.call(b[g],g,b[g]);g++);else for(g in b)if(!1===d.call(b[g],g,b[g]))break;return b},text:function(b){var d,e="",g=0,k=b.nodeType;if(!k)for(;d=b[g++];)e+=h.text(d);return 1===k||11===k?b.textContent:9===k?b.documentElement.textContent:3===k||4===k?b.nodeValue:e},makeArray:function(b,d){d=d||[];null!=b&&(G(Object(b))?h.merge(d,"string"===typeof b?[b]:b):Jb.call(d,b));return d},
inArray:function(b,d,e){return null==d?-1:wb.call(d,b,e)},isXMLDoc:function(b){var d=b&&(b.ownerDocument||b).documentElement;return!lb.test(b&&b.namespaceURI||d&&d.nodeName||"HTML")},merge:function(b,d){for(var e=+d.length,g=0,k=b.length;g<e;g++)b[k++]=d[g];b.length=k;return b},grep:function(b,d,e){for(var g=[],k=0,m=b.length,p=!e;k<m;k++)e=!d(b[k],k),e!==p&&g.push(b[k]);return g},map:function(b,d,e){var g,k=0,m=[];if(G(b))for(g=b.length;k<g;k++){var p=d(b[k],k,e);null!=p&&m.push(p)}else for(k in b)p=
d(b[k],k,e),null!=p&&m.push(p);return ac(m)},guid:1,support:ra});"function"===typeof Symbol&&(h.fn[Symbol.iterator]=bb[Symbol.iterator]);h.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(b,d){jb["[object "+d+"]"]=d.toLowerCase()});var Kc=bb.pop,uc=bb.sort,ad=bb.splice,Ub=RegExp("^[\\x20\\t\\r\\n\\f]+|((?:^|[^\\\\])(?:\\\\.)*)[\\x20\\t\\r\\n\\f]+$","g");h.contains=function(b,d){d=d&&d.parentNode;return b===d||!!(d&&1===d.nodeType&&(b.contains?b.contains(d):
b.compareDocumentPosition&&b.compareDocumentPosition(d)&16))};var bd=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;h.escapeSelector=function(b){return(b+"").replace(bd,w)};var rb=ta;(function(){function b(r,D,B,Q){var S,X,ba,va,V=D&&D.ownerDocument;var na=D?D.nodeType:9;B=B||[];if("string"!==typeof r||!r||1!==na&&9!==na&&11!==na)return B;if(!Q&&(y(D),D=D||ca,sa)){if(11!==na&&(va=vd.exec(r)))if(S=va[1])if(9===na)if(X=D.getElementById(S)){if(X.id===S)return wa.call(B,X),B}else return B;else{if(V&&
(X=V.getElementById(S))&&b.contains(D,X)&&X.id===S)return wa.call(B,X),B}else{if(va[2])return wa.apply(B,D.getElementsByTagName(r)),B;if((S=va[3])&&D.getElementsByClassName)return wa.apply(B,D.getElementsByClassName(S)),B}if(!(Kb[r+" "]||Ka&&Ka.test(r))){S=r;V=D;if(1===na&&(wd.test(r)||ud.test(r))){V=cd.test(r)&&x(D.parentNode)||D;V==D&&ra.scope||((ba=D.getAttribute("id"))?ba=h.escapeSelector(ba):D.setAttribute("id",ba=oa));S=a(r);for(na=S.length;na--;)S[na]=(ba?"#"+ba:":scope")+" "+c(S[na]);S=S.join(",")}try{return wa.apply(B,
V.querySelectorAll(S)),B}catch(ya){Kb(r,!0)}finally{ba===oa&&D.removeAttribute("id")}}}return Y(r.replace(Ub,"$1"),D,B,Q)}function d(){function r(B,Q){D.push(B+" ")>Ha.cacheLength&&delete r[D.shift()];return r[B+" "]=Q}var D=[];return r}function e(r){r[oa]=!0;return r}function g(r){var D=ca.createElement("fieldset");try{return!!r(D)}catch(B){return!1}finally{D.parentNode&&D.parentNode.removeChild(D)}}function k(r){return function(D){return q(D,"input")&&D.type===r}}function m(r){return function(D){return(q(D,
"input")||q(D,"button"))&&D.type===r}}function p(r){return function(D){return"form"in D?D.parentNode&&!1===D.disabled?"label"in D?"label"in D.parentNode?D.parentNode.disabled===r:D.disabled===r:D.isDisabled===r||D.isDisabled!==!r&&xd(D)===r:D.disabled===r:"label"in D?D.disabled===r:!1}}function z(r){return e(function(D){D=+D;return e(function(B,Q){for(var S,X=r([],B.length,D),ba=X.length;ba--;)B[S=X[ba]]&&(B[S]=!(Q[S]=B[S]))})})}function x(r){return r&&"undefined"!==typeof r.getElementsByTagName&&
r}function y(r){var D;r=r?r.ownerDocument||r:rb;if(r==ca||9!==r.nodeType||!r.documentElement)return ca;ca=r;Fa=ca.documentElement;sa=!h.isXMLDoc(ca);Ua=Fa.matches||Fa.webkitMatchesSelector||Fa.msMatchesSelector;Fa.msMatchesSelector&&rb!=ca&&(D=ca.defaultView)&&D.top!==D&&D.addEventListener("unload",yd);ra.getById=g(function(B){Fa.appendChild(B).id=h.expando;return!ca.getElementsByName||!ca.getElementsByName(h.expando).length});ra.disconnectedMatch=g(function(B){return Ua.call(B,"*")});ra.scope=g(function(){return ca.querySelectorAll(":scope")});
ra.cssHas=g(function(){try{return ca.querySelector(":has(*,:jqfake)"),!1}catch(B){return!0}});ra.getById?(Ha.filter.ID=function(B){var Q=B.replace(Lb,Mb);return function(S){return S.getAttribute("id")===Q}},Ha.find.ID=function(B,Q){if("undefined"!==typeof Q.getElementById&&sa)return(B=Q.getElementById(B))?[B]:[]}):(Ha.filter.ID=function(B){var Q=B.replace(Lb,Mb);return function(S){return(S="undefined"!==typeof S.getAttributeNode&&S.getAttributeNode("id"))&&S.value===Q}},Ha.find.ID=function(B,Q){if("undefined"!==
typeof Q.getElementById&&sa){var S,X=Q.getElementById(B);if(X){if((S=X.getAttributeNode("id"))&&S.value===B)return[X];var ba=Q.getElementsByName(B);for(Q=0;X=ba[Q++];)if((S=X.getAttributeNode("id"))&&S.value===B)return[X]}return[]}});Ha.find.TAG=function(B,Q){return"undefined"!==typeof Q.getElementsByTagName?Q.getElementsByTagName(B):Q.querySelectorAll(B)};Ha.find.CLASS=function(B,Q){if("undefined"!==typeof Q.getElementsByClassName&&sa)return Q.getElementsByClassName(B)};Ka=[];g(function(B){Fa.appendChild(B).innerHTML=
"<a id='"+oa+"' href='' disabled='disabled'></a><select id='"+oa+"-\r\\' disabled='disabled'><option selected=''></option></select>";B.querySelectorAll("[selected]").length||Ka.push("\\[[\\x20\\t\\r\\n\\f]*(?:value|checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped)");B.querySelectorAll("[id~="+oa+"-]").length||Ka.push("~=");B.querySelectorAll("a#"+oa+"+*").length||Ka.push(".#.+[+~]");B.querySelectorAll(":checked").length||Ka.push(":checked");
var Q=ca.createElement("input");Q.setAttribute("type","hidden");B.appendChild(Q).setAttribute("name","D");Fa.appendChild(B).disabled=!0;2!==B.querySelectorAll(":disabled").length&&Ka.push(":enabled",":disabled");Q=ca.createElement("input");Q.setAttribute("name","");B.appendChild(Q);B.querySelectorAll("[name='']").length||Ka.push("\\[[\\x20\\t\\r\\n\\f]*name[\\x20\\t\\r\\n\\f]*=[\\x20\\t\\r\\n\\f]*(?:''|\"\")")});ra.cssHas||Ka.push(":has");Ka=Ka.length&&new RegExp(Ka.join("|"));eb=function(B,Q){if(B===
Q)return aa=!0,0;var S=!B.compareDocumentPosition-!Q.compareDocumentPosition;if(S)return S;S=(B.ownerDocument||B)==(Q.ownerDocument||Q)?B.compareDocumentPosition(Q):1;return S&1||!ra.sortDetached&&Q.compareDocumentPosition(B)===S?B===ca||B.ownerDocument==rb&&b.contains(rb,B)?-1:Q===ca||Q.ownerDocument==rb&&b.contains(rb,Q)?1:ka?wb.call(ka,B)-wb.call(ka,Q):0:S&4?-1:1};return ca}function N(){}function a(r,D){var B,Q,S,X,ba;if(X=sb[r+" "])return D?0:X.slice(0);X=r;var va=[];for(ba=Ha.preFilter;X;){if(!V||
(B=zd.exec(X)))B&&(X=X.slice(B[0].length)||X),va.push(Q=[]);var V=!1;if(B=ud.exec(X))V=B.shift(),Q.push({value:V,type:B[0].replace(Ub," ")}),X=X.slice(V.length);for(S in Ha.filter)!(B=Lc[S].exec(X))||ba[S]&&!(B=ba[S](B))||(V=B.shift(),Q.push({value:V,type:S,matches:B}),X=X.slice(V.length));if(!V)break}return D?X.length:X?b.error(r):sb(r,va).slice(0)}function c(r){for(var D=0,B=r.length,Q="";D<B;D++)Q+=r[D].value;return Q}function f(r,D,B){var Q=D.dir,S=D.next,X=S||Q,ba=B&&"parentNode"===X,va=Rb++;
return D.first?function(V,na,ya){for(;V=V[Q];)if(1===V.nodeType||ba)return r(V,na,ya);return!1}:function(V,na,ya){var ha,Ma=[Xa,va];if(ya)for(;V=V[Q];){if((1===V.nodeType||ba)&&r(V,na,ya))return!0}else for(;V=V[Q];)if(1===V.nodeType||ba){var Qa=V[oa]||(V[oa]={});if(S&&q(V,S))V=V[Q]||V;else{if((ha=Qa[X])&&ha[0]===Xa&&ha[1]===va)return Ma[2]=ha[2];Qa[X]=Ma;if(Ma[2]=r(V,na,ya))return!0}}return!1}}function n(r){return 1<r.length?function(D,B,Q){for(var S=r.length;S--;)if(!r[S](D,B,Q))return!1;return!0}:
r[0]}function v(r,D,B,Q,S){for(var X,ba=[],va=0,V=r.length,na=null!=D;va<V;va++)if(X=r[va])if(!B||B(X,Q,S))ba.push(X),na&&D.push(va);return ba}function C(r,D,B,Q,S,X){Q&&!Q[oa]&&(Q=C(Q));S&&!S[oa]&&(S=C(S,X));return e(function(ba,va,V,na){var ya,ha,Ma=[],Qa=[],Fb=va.length;if(!(ha=ba)){ha=D||"*";for(var Ya=V.nodeType?[V]:V,Na=[],Ab=0,Mc=Ya.length;Ab<Mc;Ab++)b(ha,Ya[Ab],Na);ha=Na}Ya=!r||!ba&&D?ha:v(ha,Ma,r,V,na);B?(ha=S||(ba?r:Fb||Q)?[]:va,B(Ya,ha,V,na)):ha=Ya;if(Q){var Bb=v(ha,Qa);Q(Bb,[],V,na);for(V=
Bb.length;V--;)if(ya=Bb[V])ha[Qa[V]]=!(Ya[Qa[V]]=ya)}if(ba){if(S||r){if(S){Bb=[];for(V=ha.length;V--;)(ya=ha[V])&&Bb.push(Ya[V]=ya);S(null,ha=[],Bb,na)}for(V=ha.length;V--;)(ya=ha[V])&&-1<(Bb=S?wb.call(ba,ya):Ma[V])&&(ba[Bb]=!(va[Bb]=ya))}}else ha=v(ha===va?ha.splice(Fb,ha.length):ha),S?S(null,va,ha,na):wa.apply(va,ha)})}function P(r){var D,B,Q=r.length,S=Ha.relative[r[0].type];var X=S||Ha.relative[" "];for(var ba=S?1:0,va=f(function(ya){return ya===D},X,!0),V=f(function(ya){return-1<wb.call(D,ya)},
X,!0),na=[function(ya,ha,Ma){ya=!S&&(Ma||ha!=da)||((D=ha).nodeType?va(ya,ha,Ma):V(ya,ha,Ma));D=null;return ya}];ba<Q;ba++)if(X=Ha.relative[r[ba].type])na=[f(n(na),X)];else{X=Ha.filter[r[ba].type].apply(null,r[ba].matches);if(X[oa]){for(B=++ba;B<Q&&!Ha.relative[r[B].type];B++);return C(1<ba&&n(na),1<ba&&c(r.slice(0,ba-1).concat({value:" "===r[ba-2].type?"*":""})).replace(Ub,"$1"),X,ba<B&&P(r.slice(ba,B)),B<Q&&P(r=r.slice(B)),B<Q&&c(r))}na.push(X)}return n(na)}function M(r,D){var B=0<D.length,Q=0<r.length,
S=function(X,ba,va,V,na){var ya,ha,Ma=0,Qa="0",Fb=X&&[],Ya=[],Na=da,Ab=X||Q&&Ha.find.TAG("*",na),Mc=Xa+=null==Na?1:Math.random()||.1,Bb=Ab.length;for(na&&(da=ba==ca||ba||na);Qa!==Bb&&null!=(ya=Ab[Qa]);Qa++){if(Q&&ya){var dd=0;ba||ya.ownerDocument==ca||(y(ya),va=!sa);for(;ha=r[dd++];)if(ha(ya,ba||ca,va)){wa.call(V,ya);break}na&&(Xa=Mc)}B&&((ya=!ha&&ya)&&Ma--,X&&Fb.push(ya))}Ma+=Qa;if(B&&Qa!==Ma){for(dd=0;ha=D[dd++];)ha(Fb,Ya,ba,va);if(X){if(0<Ma)for(;Qa--;)Fb[Qa]||Ya[Qa]||(Ya[Qa]=Kc.call(V));Ya=v(Ya)}wa.apply(V,
Ya);na&&!X&&0<Ya.length&&1<Ma+D.length&&h.uniqueSort(V)}na&&(Xa=Mc,da=Na);return Fb};return B?e(S):S}function U(r,D){var B,Q=[],S=[],X=fb[r+" "];if(!X){D||(D=a(r));for(B=D.length;B--;)X=P(D[B]),X[oa]?Q.push(X):S.push(X);X=fb(r,M(S,Q));X.selector=r}return X}function Y(r,D,B,Q){var S,X,ba,va="function"===typeof r&&r,V=!Q&&a(r=va.selector||r);B=B||[];if(1===V.length){var na=V[0]=V[0].slice(0);if(2<na.length&&"ID"===(X=na[0]).type&&9===D.nodeType&&sa&&Ha.relative[na[1].type]){D=(Ha.find.ID(X.matches[0].replace(Lb,
Mb),D)||[])[0];if(!D)return B;va&&(D=D.parentNode);r=r.slice(na.shift().value.length)}for(S=Lc.needsContext.test(r)?0:na.length;S--;){X=na[S];if(Ha.relative[ba=X.type])break;if(ba=Ha.find[ba])if(Q=ba(X.matches[0].replace(Lb,Mb),cd.test(na[0].type)&&x(D.parentNode)||D)){na.splice(S,1);r=Q.length&&c(na);if(!r)return wa.apply(B,Q),B;break}}}(va||U(r,V))(Q,D,!sa,B,!D||cd.test(r)&&x(D.parentNode)||D);return B}var T,da,ka,aa,wa=Jb,ca,Fa,sa,Ka,Ua,oa=h.expando,Xa=0,Rb=0,mb=d(),sb=d(),fb=d(),Kb=d(),eb=function(r,
D){r===D&&(aa=!0);return 0},Ad=RegExp("[\\x20\\t\\r\\n\\f]+","g"),zd=RegExp("^[\\x20\\t\\r\\n\\f]*,[\\x20\\t\\r\\n\\f]*"),ud=RegExp("^[\\x20\\t\\r\\n\\f]*([>+~]|[\\x20\\t\\r\\n\\f])[\\x20\\t\\r\\n\\f]*"),wd=RegExp("[\\x20\\t\\r\\n\\f]|>"),Bd=RegExp(":((?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\x00-\\x7f])+)(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|\\[[\\x20\\t\\r\\n\\f]*((?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\x00-\\x7f])+)(?:[\\x20\\t\\r\\n\\f]*([*^$|!~]?=)[\\x20\\t\\r\\n\\f]*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|((?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\x00-\\x7f])+))|)[\\x20\\t\\r\\n\\f]*\\])*)|.*)\\)|)"),
Cd=RegExp("^(?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\x00-\\x7f])+$"),Lc={ID:RegExp("^#((?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\x00-\\x7f])+)"),CLASS:RegExp("^\\.((?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\x00-\\x7f])+)"),TAG:RegExp("^((?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\x00-\\x7f])+|[*])"),ATTR:RegExp("^\\[[\\x20\\t\\r\\n\\f]*((?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\x00-\\x7f])+)(?:[\\x20\\t\\r\\n\\f]*([*^$|!~]?=)[\\x20\\t\\r\\n\\f]*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|((?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\x00-\\x7f])+))|)[\\x20\\t\\r\\n\\f]*\\]"),
PSEUDO:RegExp("^:((?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\x00-\\x7f])+)(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|\\[[\\x20\\t\\r\\n\\f]*((?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\x00-\\x7f])+)(?:[\\x20\\t\\r\\n\\f]*([*^$|!~]?=)[\\x20\\t\\r\\n\\f]*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|((?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\x00-\\x7f])+))|)[\\x20\\t\\r\\n\\f]*\\])*)|.*)\\)|)"),
CHILD:RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\([\\x20\\t\\r\\n\\f]*(even|odd|(([+-]|)(\\d*)n|)[\\x20\\t\\r\\n\\f]*(?:([+-]|)[\\x20\\t\\r\\n\\f]*(\\d+)|))[\\x20\\t\\r\\n\\f]*\\)|)","i"),bool:RegExp("^(?:checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped)$","i"),needsContext:RegExp("^[\\x20\\t\\r\\n\\f]*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\([\\x20\\t\\r\\n\\f]*((?:-\\d)?\\d*)[\\x20\\t\\r\\n\\f]*\\)|)(?=[^-]|$)",
"i")},Dd=/^(?:input|select|textarea|button)$/i,Ed=/^h\d$/i,vd=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,cd=/[+~]/,Lb=RegExp("\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\([^\\r\\n\\f])","g"),Mb=function(r,D){r="0x"+r.slice(1)-65536;return D?D:0>r?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,r&1023|56320)},yd=function(){y()},xd=f(function(r){return!0===r.disabled&&q(r,"fieldset")},{dir:"parentNode",next:"legend"});try{wa.apply(bb=Ra.call(rb.childNodes),rb.childNodes),bb[rb.childNodes.length].nodeType}catch(r){wa=
{apply:function(D,B){Jb.apply(D,Ra.call(B))},call:function(D){Jb.apply(D,Ra.call(arguments,1))}}}b.matches=function(r,D){return b(r,null,null,D)};b.matchesSelector=function(r,D){y(r);if(!(!sa||Kb[D+" "]||Ka&&Ka.test(D)))try{var B=Ua.call(r,D);if(B||ra.disconnectedMatch||r.document&&11!==r.document.nodeType)return B}catch(Q){Kb(D,!0)}return 0<b(D,ca,null,[r]).length};b.contains=function(r,D){(r.ownerDocument||r)!=ca&&y(r);return h.contains(r,D)};b.attr=function(r,D){(r.ownerDocument||r)!=ca&&y(r);
var B=Ha.attrHandle[D.toLowerCase()];B=B&&ub.call(Ha.attrHandle,D.toLowerCase())?B(r,D,!sa):void 0;return void 0!==B?B:r.getAttribute(D)};b.error=function(r){throw Error("Syntax error, unrecognized expression: "+r);};h.uniqueSort=function(r){var D,B=[],Q=0,S=0;aa=!ra.sortStable;ka=!ra.sortStable&&Ra.call(r,0);uc.call(r,eb);if(aa){for(;D=r[S++];)D===r[S]&&(Q=B.push(S));for(;Q--;)ad.call(r,B[Q],1)}ka=null;return r};h.fn.uniqueSort=function(){return this.pushStack(h.uniqueSort(Ra.apply(this)))};var Ha=
h.expr={cacheLength:50,createPseudo:e,match:Lc,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(r){r[1]=r[1].replace(Lb,Mb);r[3]=(r[3]||r[4]||r[5]||"").replace(Lb,Mb);"~="===r[2]&&(r[3]=" "+r[3]+" ");return r.slice(0,4)},CHILD:function(r){r[1]=r[1].toLowerCase();"nth"===r[1].slice(0,3)?(r[3]||b.error(r[0]),r[4]=+(r[4]?r[5]+(r[6]||1):2*("even"===r[3]||"odd"===r[3])),r[5]=
+(r[7]+r[8]||"odd"===r[3])):r[3]&&b.error(r[0]);return r},PSEUDO:function(r){var D,B=!r[6]&&r[2];if(Lc.CHILD.test(r[0]))return null;r[3]?r[2]=r[4]||r[5]||"":B&&Bd.test(B)&&(D=a(B,!0))&&(D=B.indexOf(")",B.length-D)-B.length)&&(r[0]=r[0].slice(0,D),r[2]=B.slice(0,D));return r.slice(0,3)}},filter:{TAG:function(r){var D=r.replace(Lb,Mb).toLowerCase();return"*"===r?function(){return!0}:function(B){return q(B,D)}},CLASS:function(r){var D=mb[r+" "];return D||(D=new RegExp("(^|[\\x20\\t\\r\\n\\f])"+r+"([\\x20\\t\\r\\n\\f]|$)"),
mb(r,function(B){return D.test("string"===typeof B.className&&B.className||"undefined"!==typeof B.getAttribute&&B.getAttribute("class")||"")}))},ATTR:function(r,D,B){return function(Q){Q=b.attr(Q,r);if(null==Q)return"!="===D;if(!D)return!0;Q+="";return"="===D?Q===B:"!="===D?Q!==B:"^="===D?B&&0===Q.indexOf(B):"*="===D?B&&-1<Q.indexOf(B):"$="===D?B&&Q.slice(-B.length)===B:"~="===D?-1<(" "+Q.replace(Ad," ")+" ").indexOf(B):"|="===D?Q===B||Q.slice(0,B.length+1)===B+"-":!1}},CHILD:function(r,D,B,Q,S){var X=
"nth"!==r.slice(0,3),ba="last"!==r.slice(-4),va="of-type"===D;return 1===Q&&0===S?function(V){return!!V.parentNode}:function(V,na,ya){var ha,Ma;na=X!==ba?"nextSibling":"previousSibling";var Qa=V.parentNode,Fb=va&&V.nodeName.toLowerCase(),Ya=!ya&&!va;var Na=!1;if(Qa){if(X){for(;na;){for(ha=V;ha=ha[na];)if(va?q(ha,Fb):1===ha.nodeType)return!1;var Ab=na="only"===r&&!Ab&&"nextSibling"}return!0}Ab=[ba?Qa.firstChild:Qa.lastChild];if(ba&&Ya)for(ya=Qa[oa]||(Qa[oa]={}),Na=ya[r]||[],Na=(Ma=Na[0]===Xa&&Na[1])&&
Na[2],ha=Ma&&Qa.childNodes[Ma];ha=++Ma&&ha&&ha[na]||(Na=Ma=0)||Ab.pop();){if(1===ha.nodeType&&++Na&&ha===V){ya[r]=[Xa,Ma,Na];break}}else if(Ya&&(ya=V[oa]||(V[oa]={}),Na=ya[r]||[],Na=Ma=Na[0]===Xa&&Na[1]),!1===Na)for(;(ha=++Ma&&ha&&ha[na]||(Na=Ma=0)||Ab.pop())&&((va?!q(ha,Fb):1!==ha.nodeType)||!++Na||(Ya&&(ya=ha[oa]||(ha[oa]={}),ya[r]=[Xa,Na]),ha!==V)););Na-=S;return Na===Q||0===Na%Q&&0<=Na/Q}}},PSEUDO:function(r,D){var B=Ha.pseudos[r]||Ha.setFilters[r.toLowerCase()]||b.error("unsupported pseudo: "+
r);if(B[oa])return B(D);if(1<B.length){var Q=[r,r,"",D];return Ha.setFilters.hasOwnProperty(r.toLowerCase())?e(function(S,X){for(var ba,va=B(S,D),V=va.length;V--;)ba=wb.call(S,va[V]),S[ba]=!(X[ba]=va[V])}):function(S){return B(S,0,Q)}}return B}},pseudos:{not:e(function(r){var D=[],B=[],Q=U(r.replace(Ub,"$1"));return Q[oa]?e(function(S,X,ba,va){va=Q(S,null,va,[]);for(var V=S.length;V--;)if(ba=va[V])S[V]=!(X[V]=ba)}):function(S,X,ba){D[0]=S;Q(D,null,ba,B);D[0]=null;return!B.pop()}}),has:e(function(r){return function(D){return 0<
b(r,D).length}}),contains:e(function(r){r=r.replace(Lb,Mb);return function(D){return-1<(D.textContent||h.text(D)).indexOf(r)}}),lang:e(function(r){Cd.test(r||"")||b.error("unsupported lang: "+r);r=r.replace(Lb,Mb).toLowerCase();return function(D){var B;do if(B=sa?D.lang:D.getAttribute("xml:lang")||D.getAttribute("lang"))return B=B.toLowerCase(),B===r||0===B.indexOf(r+"-");while((D=D.parentNode)&&1===D.nodeType);return!1}}),target:function(r){var D=l.location&&l.location.hash;return D&&D.slice(1)===
r.id},root:function(r){return r===Fa},focus:function(r){a:{try{var D=ca.activeElement;break a}catch(B){}D=void 0}return r===D&&ca.hasFocus()&&!!(r.type||r.href||~r.tabIndex)},enabled:p(!1),disabled:p(!0),checked:function(r){return q(r,"input")&&!!r.checked||q(r,"option")&&!!r.selected},selected:function(r){r.parentNode&&r.parentNode.selectedIndex;return!0===r.selected},empty:function(r){for(r=r.firstChild;r;r=r.nextSibling)if(6>r.nodeType)return!1;return!0},parent:function(r){return!Ha.pseudos.empty(r)},
header:function(r){return Ed.test(r.nodeName)},input:function(r){return Dd.test(r.nodeName)},button:function(r){return q(r,"input")&&"button"===r.type||q(r,"button")},text:function(r){var D;return q(r,"input")&&"text"===r.type&&(null==(D=r.getAttribute("type"))||"text"===D.toLowerCase())},first:z(function(){return[0]}),last:z(function(r,D){return[D-1]}),eq:z(function(r,D,B){return[0>B?B+D:B]}),even:z(function(r,D){for(var B=0;B<D;B+=2)r.push(B);return r}),odd:z(function(r,D){for(var B=1;B<D;B+=2)r.push(B);
return r}),lt:z(function(r,D,B){for(D=0>B?B+D:B>D?D:B;0<=--D;)r.push(D);return r}),gt:z(function(r,D,B){for(B=0>B?B+D:B;++B<D;)r.push(B);return r})}};Ha.pseudos.nth=Ha.pseudos.eq;for(T in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})Ha.pseudos[T]=k(T);for(T in{submit:!0,reset:!0})Ha.pseudos[T]=m(T);N.prototype=Ha.filters=Ha.pseudos;Ha.setFilters=new N;ra.sortStable=oa.split("").sort(eb).join("")===oa;y();ra.sortDetached=g(function(r){return r.compareDocumentPosition(ca.createElement("fieldset"))&
1});h.find=b;h.expr[":"]=h.expr.pseudos;h.unique=h.uniqueSort;b.compile=U;b.select=Y;b.setDocument=y;b.tokenize=a;b.escape=h.escapeSelector;b.getText=h.text;b.isXML=h.isXMLDoc;b.selectors=h.expr;b.support=h.support;b.uniqueSort=h.uniqueSort})();var Nb=function(b,d,e){for(var g=[],k=void 0!==e;(b=b[d])&&9!==b.nodeType;)if(1===b.nodeType){if(k&&h(b).is(e))break;g.push(b)}return g},vc=function(b,d){for(var e=[];b;b=b.nextSibling)1===b.nodeType&&b!==d&&e.push(b);return e},Nc=h.expr.match.needsContext,
R=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;h.filter=function(b,d,e){var g=d[0];e&&(b=":not("+b+")");return 1===d.length&&1===g.nodeType?h.find.matchesSelector(g,b)?[g]:[]:h.find.matches(b,h.grep(d,function(k){return 1===k.nodeType}))};h.fn.extend({find:function(b){var d,e=this.length,g=this;if("string"!==typeof b)return this.pushStack(h(b).filter(function(){for(d=0;d<e;d++)if(h.contains(g[d],this))return!0}));var k=this.pushStack([]);for(d=0;d<e;d++)h.find(b,g[d],k);return 1<
e?h.uniqueSort(k):k},filter:function(b){return this.pushStack(u(this,b||[],!1))},not:function(b){return this.pushStack(u(this,b||[],!0))},is:function(b){return!!u(this,"string"===typeof b&&Nc.test(b)?h(b):b||[],!1).length}});var Cb=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(h.fn.init=function(b,d,e){if(!b)return this;e=e||nb;if("string"===typeof b){var g="<"===b[0]&&">"===b[b.length-1]&&3<=b.length?[null,b,null]:Cb.exec(b);if(!g||!g[1]&&d)return!d||d.jquery?(d||e).find(b):this.constructor(d).find(b);
if(g[1]){if(d=d instanceof h?d[0]:d,h.merge(this,h.parseHTML(g[1],d&&d.nodeType?d.ownerDocument||d:ta,!0)),R.test(g[1])&&h.isPlainObject(d))for(g in d)if(xa(this[g]))this[g](d[g]);else this.attr(g,d[g])}else if(b=ta.getElementById(g[2]))this[0]=b,this.length=1;return this}return b.nodeType?(this[0]=b,this.length=1,this):xa(b)?void 0!==e.ready?e.ready(b):b(h):h.makeArray(b,this)}).prototype=h.fn;var nb=h(ta);var za=/^(?:parents|prev(?:Until|All))/,wc={children:!0,contents:!0,next:!0,prev:!0};h.fn.extend({has:function(b){var d=
h(b,this),e=d.length;return this.filter(function(){for(var g=0;g<e;g++)if(h.contains(this,d[g]))return!0})},closest:function(b,d){var e,g=0,k=this.length,m=[],p="string"!==typeof b&&h(b);if(!Nc.test(b))for(;g<k;g++)for(e=this[g];e&&e!==d;e=e.parentNode)if(11>e.nodeType&&(p?-1<p.index(e):1===e.nodeType&&h.find.matchesSelector(e,b))){m.push(e);break}return this.pushStack(1<m.length?h.uniqueSort(m):m)},index:function(b){return b?"string"===typeof b?wb.call(h(b),this[0]):wb.call(this,b.jquery?b[0]:b):
this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(b,d){return this.pushStack(h.uniqueSort(h.merge(this.get(),h(b,d))))},addBack:function(b){return this.add(null==b?this.prevObject:this.prevObject.filter(b))}});h.each({parent:function(b){return(b=b.parentNode)&&11!==b.nodeType?b:null},parents:function(b){return Nb(b,"parentNode")},parentsUntil:function(b,d,e){return Nb(b,"parentNode",e)},next:function(b){return t(b,"nextSibling")},prev:function(b){return t(b,"previousSibling")},
nextAll:function(b){return Nb(b,"nextSibling")},prevAll:function(b){return Nb(b,"previousSibling")},nextUntil:function(b,d,e){return Nb(b,"nextSibling",e)},prevUntil:function(b,d,e){return Nb(b,"previousSibling",e)},siblings:function(b){return vc((b.parentNode||{}).firstChild,b)},children:function(b){return vc(b.firstChild)},contents:function(b){if(null!=b.contentDocument&&Yb(b.contentDocument))return b.contentDocument;q(b,"template")&&(b=b.content||b);return h.merge([],b.childNodes)}},function(b,
d){h.fn[b]=function(e,g){var k=h.map(this,d,e);"Until"!==b.slice(-5)&&(g=e);g&&"string"===typeof g&&(k=h.filter(g,k));1<this.length&&(wc[b]||h.uniqueSort(k),za.test(b)&&k.reverse());return this.pushStack(k)}});var ea=/[^\x20\t\r\n\f]+/g;h.Callbacks=function(b){b="string"===typeof b?A(b):h.extend({},b);var d,e,g,k,m=[],p=[],z=-1,x=function(){k=k||b.once;for(g=d=!0;p.length;z=-1)for(e=p.shift();++z<m.length;)!1===m[z].apply(e[0],e[1])&&b.stopOnFalse&&(z=m.length,e=!1);b.memory||(e=!1);d=!1;k&&(m=e?
[]:"")},y={add:function(){m&&(e&&!d&&(z=m.length-1,p.push(e)),function c(a){h.each(a,function(f,n){xa(n)?b.unique&&y.has(n)||m.push(n):n&&n.length&&"string"!==K(n)&&c(n)})}(arguments),e&&!d&&x());return this},remove:function(){h.each(arguments,function(N,a){for(var c;-1<(c=h.inArray(a,m,c));)m.splice(c,1),c<=z&&z--});return this},has:function(N){return N?-1<h.inArray(N,m):0<m.length},empty:function(){m&&(m=[]);return this},disable:function(){k=p=[];m=e="";return this},disabled:function(){return!m},
lock:function(){k=p=[];e||d||(m=e="");return this},locked:function(){return!!k},fireWith:function(N,a){k||(a=a||[],a=[N,a.slice?a.slice():a],p.push(a),d||x());return this},fire:function(){y.fireWith(this,arguments);return this},fired:function(){return!!g}};return y};h.extend({Deferred:function(b){var d=[["notify","progress",h.Callbacks("memory"),h.Callbacks("memory"),2],["resolve","done",h.Callbacks("once memory"),h.Callbacks("once memory"),0,"resolved"],["reject","fail",h.Callbacks("once memory"),
h.Callbacks("once memory"),1,"rejected"]],e="pending",g={state:function(){return e},always:function(){k.done(arguments).fail(arguments);return this},"catch":function(m){return g.then(null,m)},pipe:function(){var m=arguments;return h.Deferred(function(p){h.each(d,function(z,x){var y=xa(m[x[4]])&&m[x[4]];k[x[1]](function(){var N=y&&y.apply(this,arguments);if(N&&xa(N.promise))N.promise().progress(p.notify).done(p.resolve).fail(p.reject);else p[x[0]+"With"](this,y?[N]:arguments)})});m=null}).promise()},
then:function(m,p,z){function x(N,a,c,f){return function(){var n=this,v=arguments,C=function(){if(!(N<y)){var M=c.apply(n,v);if(M===a.promise())throw new TypeError("Thenable self-resolution");var U=M&&("object"===typeof M||"function"===typeof M)&&M.then;xa(U)?f?U.call(M,x(y,a,E,f),x(y,a,W,f)):(y++,U.call(M,x(y,a,E,f),x(y,a,W,f),x(y,a,E,a.notifyWith))):(c!==E&&(n=void 0,v=[M]),(f||a.resolveWith)(n,v))}},P=f?C:function(){try{C()}catch(M){h.Deferred.exceptionHook&&h.Deferred.exceptionHook(M,P.error),
N+1>=y&&(c!==W&&(n=void 0,v=[M]),a.rejectWith(n,v))}};N?P():(h.Deferred.getErrorHook?P.error=h.Deferred.getErrorHook():h.Deferred.getStackHook&&(P.error=h.Deferred.getStackHook()),l.setTimeout(P))}}var y=0;return h.Deferred(function(N){d[0][3].add(x(0,N,xa(z)?z:E,N.notifyWith));d[1][3].add(x(0,N,xa(m)?m:E));d[2][3].add(x(0,N,xa(p)?p:W))}).promise()},promise:function(m){return null!=m?h.extend(m,g):g}},k={};h.each(d,function(m,p){var z=p[2],x=p[5];g[p[1]]=z.add;x&&z.add(function(){e=x},d[3-m][2].disable,
d[3-m][3].disable,d[0][2].lock,d[0][3].lock);z.add(p[3].fire);k[p[0]]=function(){k[p[0]+"With"](this===k?void 0:this,arguments);return this};k[p[0]+"With"]=z.fireWith});g.promise(k);b&&b.call(k,k);return k},when:function(b){var d=arguments.length,e=d,g=Array(e),k=Ra.call(arguments),m=h.Deferred(),p=function(z){return function(x){g[z]=this;k[z]=1<arguments.length?Ra.call(arguments):x;--d||m.resolveWith(g,k)}};if(1>=d&&(la(b,m.done(p(e)).resolve,m.reject,!d),"pending"===m.state()||xa(k[e]&&k[e].then)))return m.then();
for(;e--;)la(k[e],p(e),m.reject);return m.promise()}});var ic=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;h.Deferred.exceptionHook=function(b,d){l.console&&l.console.warn&&b&&ic.test(b.name)&&l.console.warn("jQuery.Deferred exception: "+b.message,b.stack,d)};h.readyException=function(b){l.setTimeout(function(){throw b;})};var tb=h.Deferred();h.fn.ready=function(b){tb.then(b).catch(function(d){h.readyException(d)});return this};h.extend({isReady:!1,readyWait:1,ready:function(b){(!0===
b?--h.readyWait:h.isReady)||(h.isReady=!0,!0!==b&&0<--h.readyWait||tb.resolveWith(ta,[h]))}});h.ready.then=tb.then;"complete"===ta.readyState||"loading"!==ta.readyState&&!ta.documentElement.doScroll?l.setTimeout(h.ready):(ta.addEventListener("DOMContentLoaded",ma),l.addEventListener("load",ma));var ab=function(b,d,e,g,k,m,p){var z=0,x=b.length,y=null==e;if("object"===K(e))for(z in k=!0,e)ab(b,d,z,e[z],!0,m,p);else if(void 0!==g&&(k=!0,xa(g)||(p=!0),y&&(p?(d.call(b,g),d=null):(y=d,d=function(N,a,c){return y.call(h(N),
c)})),d))for(;z<x;z++)d(b[z],e,p?g:g.call(b[z],z,d(b[z],e)));return k?b:y?d.call(b):x?d(b[0],e):m},Uc=/^-ms-/,Vc=/-([a-z])/g,Za=function(b){return 1===b.nodeType||9===b.nodeType||!+b.nodeType};Ba.uid=1;Ba.prototype={cache:function(b){var d=b[this.expando];d||(d={},Za(b)&&(b.nodeType?b[this.expando]=d:Object.defineProperty(b,this.expando,{value:d,configurable:!0})));return d},set:function(b,d,e){var g;b=this.cache(b);if("string"===typeof d)b[pa(d)]=e;else for(g in d)b[pa(g)]=d[g];return b},get:function(b,
d){return void 0===d?this.cache(b):b[this.expando]&&b[this.expando][pa(d)]},access:function(b,d,e){if(void 0===d||d&&"string"===typeof d&&void 0===e)return this.get(b,d);this.set(b,d,e);return void 0!==e?e:d},remove:function(b,d){var e,g=b[this.expando];if(void 0!==g){if(void 0!==d)for(Array.isArray(d)?d=d.map(pa):(d=pa(d),d=d in g?[d]:d.match(ea)||[]),e=d.length;e--;)delete g[d[e]];if(void 0===d||h.isEmptyObject(g))b.nodeType?b[this.expando]=void 0:delete b[this.expando]}},hasData:function(b){b=
b[this.expando];return void 0!==b&&!h.isEmptyObject(b)}};var fa=new Ba,cb=new Ba,Xc=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Wc=/[A-Z]/g;h.extend({hasData:function(b){return cb.hasData(b)||fa.hasData(b)},data:function(b,d,e){return cb.access(b,d,e)},removeData:function(b,d){cb.remove(b,d)},_data:function(b,d,e){return fa.access(b,d,e)},_removeData:function(b,d){fa.remove(b,d)}});h.fn.extend({data:function(b,d){var e,g=this[0],k=g&&g.attributes;if(void 0===b){if(this.length){var m=cb.get(g);if(1===g.nodeType&&
!fa.get(g,"hasDataAttrs")){for(e=k.length;e--;)if(k[e]){var p=k[e].name;0===p.indexOf("data-")&&(p=pa(p.slice(5)),Ja(g,p,m[p]))}fa.set(g,"hasDataAttrs",!0)}}return m}return"object"===typeof b?this.each(function(){cb.set(this,b)}):ab(this,function(z){if(g&&void 0===z){var x=cb.get(g,b);if(void 0!==x)return x;x=Ja(g,b);if(void 0!==x)return x}else this.each(function(){cb.set(this,b,z)})},null,d,1<arguments.length,null,!0)},removeData:function(b){return this.each(function(){cb.remove(this,b)})}});h.extend({queue:function(b,
d,e){if(b){d=(d||"fx")+"queue";var g=fa.get(b,d);e&&(!g||Array.isArray(e)?g=fa.access(b,d,h.makeArray(e)):g.push(e));return g||[]}},dequeue:function(b,d){d=d||"fx";var e=h.queue(b,d),g=e.length,k=e.shift(),m=h._queueHooks(b,d),p=function(){h.dequeue(b,d)};"inprogress"===k&&(k=e.shift(),g--);k&&("fx"===d&&e.unshift("inprogress"),delete m.stop,k.call(b,p,m));!g&&m&&m.empty.fire()},_queueHooks:function(b,d){var e=d+"queueHooks";return fa.get(b,e)||fa.access(b,e,{empty:h.Callbacks("once memory").add(function(){fa.remove(b,
[d+"queue",e])})})}});h.fn.extend({queue:function(b,d){var e=2;"string"!==typeof b&&(d=b,b="fx",e--);return arguments.length<e?h.queue(this[0],b):void 0===d?this:this.each(function(){var g=h.queue(this,b,d);h._queueHooks(this,b);"fx"===b&&"inprogress"!==g[0]&&h.dequeue(this,b)})},dequeue:function(b){return this.each(function(){h.dequeue(this,b)})},clearQueue:function(b){return this.queue(b||"fx",[])},promise:function(b,d){var e,g=1,k=h.Deferred(),m=this,p=this.length,z=function(){--g||k.resolveWith(m,
[m])};"string"!==typeof b&&(d=b,b=void 0);for(b=b||"fx";p--;)(e=fa.get(m[p],b+"queueHooks"))&&e.empty&&(g++,e.empty.add(z));z();return k.promise(d)}});var Ga=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Sb=new RegExp("^(?:([+-])=|)("+Ga+")([a-z%]*)$","i"),yb=["Top","Right","Bottom","Left"],Oa=ta.documentElement,qb=function(b){return h.contains(b.ownerDocument,b)},xc={composed:!0};Oa.getRootNode&&(qb=function(b){return h.contains(b.ownerDocument,b)||b.getRootNode(xc)===b.ownerDocument});var Pb=function(b,
d){b=d||b;return"none"===b.style.display||""===b.style.display&&qb(b)&&"none"===h.css(b,"display")},kc={};h.fn.extend({show:function(){return Ia(this,!0)},hide:function(){return Ia(this)},toggle:function(b){return"boolean"===typeof b?b?this.show():this.hide():this.each(function(){Pb(this)?h(this).show():h(this).hide()})}});var Ob=/^(?:checkbox|radio)$/i,kb=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,xb=/^$|^module$|\/(?:java|ecma)script/i;(function(){var b=ta.createDocumentFragment().appendChild(ta.createElement("div")),
d=ta.createElement("input");d.setAttribute("type","radio");d.setAttribute("checked","checked");d.setAttribute("name","t");b.appendChild(d);ra.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked;b.innerHTML="<textarea>x</textarea>";ra.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue;b.innerHTML="<option></option>";ra.option=!!b.lastChild})();var Wa={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>",
"</tr></tbody></table>"],_default:[0,"",""]};Wa.tbody=Wa.tfoot=Wa.colgroup=Wa.caption=Wa.thead;Wa.th=Wa.td;ra.option||(Wa.optgroup=Wa.option=[1,"<select multiple='multiple'>","</select>"]);var Dc=/<|&#?\w+;/,Oc=/^([^.]*)(?:\.(.+)|)/;h.event={global:{},add:function(b,d,e,g,k){var m,p,z,x;var y=fa.get(b);if(Za(b)){if(e.handler){var N=e;e=N.handler;k=N.selector}k&&h.find.matchesSelector(Oa,k);e.guid||(e.guid=h.guid++);(p=y.events)||(p=y.events=Object.create(null));(m=y.handle)||(m=y.handle=function(n){return"undefined"!==
typeof h&&h.event.triggered!==n.type?h.event.dispatch.apply(b,arguments):void 0});d=(d||"").match(ea)||[""];for(y=d.length;y--;){var a=Oc.exec(d[y])||[];var c=z=a[1];var f=(a[2]||"").split(".").sort();c&&(a=h.event.special[c]||{},c=(k?a.delegateType:a.bindType)||c,a=h.event.special[c]||{},z=h.extend({type:c,origType:z,data:g,handler:e,guid:e.guid,selector:k,needsContext:k&&h.expr.match.needsContext.test(k),namespace:f.join(".")},N),(x=p[c])||(x=p[c]=[],x.delegateCount=0,a.setup&&!1!==a.setup.call(b,
g,f,m)||b.addEventListener&&b.addEventListener(c,m)),a.add&&(a.add.call(b,z),z.handler.guid||(z.handler.guid=e.guid)),k?x.splice(x.delegateCount++,0,z):x.push(z),h.event.global[c]=!0)}}},remove:function(b,d,e,g,k){var m,p,z,x,y,N=fa.hasData(b)&&fa.get(b);if(N&&(z=N.events)){d=(d||"").match(ea)||[""];for(x=d.length;x--;){var a=Oc.exec(d[x])||[];var c=y=a[1];var f=(a[2]||"").split(".").sort();if(c){var n=h.event.special[c]||{};c=(g?n.delegateType:n.bindType)||c;var v=z[c]||[];a=a[2]&&new RegExp("(^|\\.)"+
f.join("\\.(?:.*\\.|)")+"(\\.|$)");for(p=m=v.length;m--;){var C=v[m];!k&&y!==C.origType||e&&e.guid!==C.guid||a&&!a.test(C.namespace)||g&&g!==C.selector&&("**"!==g||!C.selector)||(v.splice(m,1),C.selector&&v.delegateCount--,n.remove&&n.remove.call(b,C))}p&&!v.length&&(n.teardown&&!1!==n.teardown.call(b,f,N.handle)||h.removeEvent(b,c,N.handle),delete z[c])}else for(c in z)h.event.remove(b,c+d[x],e,g,!0)}h.isEmptyObject(z)&&fa.remove(b,"handle events")}},dispatch:function(b){var d,e,g,k=Array(arguments.length),
m=h.event.fix(b);var p=(fa.get(this,"events")||Object.create(null))[m.type]||[];var z=h.event.special[m.type]||{};k[0]=m;for(d=1;d<arguments.length;d++)k[d]=arguments[d];m.delegateTarget=this;if(!z.preDispatch||!1!==z.preDispatch.call(this,m)){var x=h.event.handlers.call(this,m,p);for(d=0;(g=x[d++])&&!m.isPropagationStopped();)for(m.currentTarget=g.elem,p=0;(e=g.handlers[p++])&&!m.isImmediatePropagationStopped();)if(!m.rnamespace||!1===e.namespace||m.rnamespace.test(e.namespace))m.handleObj=e,m.data=
e.data,e=((h.event.special[e.origType]||{}).handle||e.handler).apply(g.elem,k),void 0!==e&&!1===(m.result=e)&&(m.preventDefault(),m.stopPropagation());z.postDispatch&&z.postDispatch.call(this,m);return m.result}},handlers:function(b,d){var e,g=[],k=d.delegateCount,m=b.target;if(k&&m.nodeType&&!("click"===b.type&&1<=b.button))for(;m!==this;m=m.parentNode||this)if(1===m.nodeType&&("click"!==b.type||!0!==m.disabled)){var p=[];var z={};for(e=0;e<k;e++){var x=d[e];var y=x.selector+" ";void 0===z[y]&&(z[y]=
x.needsContext?-1<h(y,this).index(m):h.find(y,this,null,[m]).length);z[y]&&p.push(x)}p.length&&g.push({elem:m,handlers:p})}k<d.length&&g.push({elem:this,handlers:d.slice(k)});return g},addProp:function(b,d){Object.defineProperty(h.Event.prototype,b,{enumerable:!0,configurable:!0,get:xa(d)?function(){if(this.originalEvent)return d(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[b]},set:function(e){Object.defineProperty(this,b,{enumerable:!0,configurable:!0,writable:!0,
value:e})}})},fix:function(b){return b[h.expando]?b:new h.Event(b)},special:{load:{noBubble:!0},click:{setup:function(b){b=this||b;Ob.test(b.type)&&b.click&&q(b,"input")&&qa(b,"click",!0);return!1},trigger:function(b){b=this||b;Ob.test(b.type)&&b.click&&q(b,"input")&&qa(b,"click");return!0},_default:function(b){b=b.target;return Ob.test(b.type)&&b.click&&q(b,"input")&&fa.get(b,"click")||q(b,"a")}},beforeunload:{postDispatch:function(b){void 0!==b.result&&b.originalEvent&&(b.originalEvent.returnValue=
b.result)}}}};h.removeEvent=function(b,d,e){b.removeEventListener&&b.removeEventListener(d,e)};h.Event=function(b,d){if(!(this instanceof h.Event))return new h.Event(b,d);b&&b.type?(this.originalEvent=b,this.type=b.type,this.isDefaultPrevented=b.defaultPrevented||void 0===b.defaultPrevented&&!1===b.returnValue?O:Z,this.target=b.target&&3===b.target.nodeType?b.target.parentNode:b.target,this.currentTarget=b.currentTarget,this.relatedTarget=b.relatedTarget):this.type=b;d&&h.extend(this,d);this.timeStamp=
b&&b.timeStamp||Date.now();this[h.expando]=!0};h.Event.prototype={constructor:h.Event,isDefaultPrevented:Z,isPropagationStopped:Z,isImmediatePropagationStopped:Z,isSimulated:!1,preventDefault:function(){var b=this.originalEvent;this.isDefaultPrevented=O;b&&!this.isSimulated&&b.preventDefault()},stopPropagation:function(){var b=this.originalEvent;this.isPropagationStopped=O;b&&!this.isSimulated&&b.stopPropagation()},stopImmediatePropagation:function(){var b=this.originalEvent;this.isImmediatePropagationStopped=
O;b&&!this.isSimulated&&b.stopImmediatePropagation();this.stopPropagation()}};h.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},h.event.addProp);h.each({focus:"focusin",blur:"focusout"},function(b,
d){function e(g){if(ta.documentMode){var k=fa.get(this,"handle"),m=h.event.fix(g);m.type="focusin"===g.type?"focus":"blur";m.isSimulated=!0;k(g);m.target===m.currentTarget&&k(m)}else h.event.simulate(d,g.target,h.event.fix(g))}h.event.special[b]={setup:function(){var g;qa(this,b,!0);if(ta.documentMode)(g=fa.get(this,d))||this.addEventListener(d,e),fa.set(this,d,(g||0)+1);else return!1},trigger:function(){qa(this,b);return!0},teardown:function(){var g;if(ta.documentMode)(g=fa.get(this,d)-1)?fa.set(this,
d,g):(this.removeEventListener(d,e),fa.remove(this,d));else return!1},_default:function(g){return fa.get(g.target,b)},delegateType:d};h.event.special[d]={setup:function(){var g=this.ownerDocument||this.document||this,k=ta.documentMode?this:g,m=fa.get(k,d);m||(ta.documentMode?this.addEventListener(d,e):g.addEventListener(b,e,!0));fa.set(k,d,(m||0)+1)},teardown:function(){var g=this.ownerDocument||this.document||this,k=ta.documentMode?this:g,m=fa.get(k,d)-1;m?fa.set(k,d,m):(ta.documentMode?this.removeEventListener(d,
e):g.removeEventListener(b,e,!0),fa.remove(k,d))}}});h.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(b,d){h.event.special[b]={delegateType:d,bindType:d,handle:function(e){var g=e.relatedTarget,k=e.handleObj;if(!g||g!==this&&!h.contains(this,g)){e.type=k.origType;var m=k.handler.apply(this,arguments);e.type=d}return m}}});h.fn.extend({on:function(b,d,e,g){return ja(this,b,d,e,g)},one:function(b,d,e,g){return ja(this,b,d,e,g,1)},off:function(b,
d,e){if(b&&b.preventDefault&&b.handleObj){var g=b.handleObj;h(b.delegateTarget).off(g.namespace?g.origType+"."+g.namespace:g.origType,g.selector,g.handler);return this}if("object"===typeof b){for(g in b)this.off(g,d,b[g]);return this}if(!1===d||"function"===typeof d)e=d,d=void 0;!1===e&&(e=Z);return this.each(function(){h.event.remove(this,b,e,d)})}});var yc=/<script|<style|<link/i,bc=/checked\s*(?:[^=]|=\s*.checked.)/i,lc=/^\s*<!\[CDATA\[|\]\]>\s*$/g;h.extend({htmlPrefilter:function(b){return b},
clone:function(b,d,e){var g,k=b.cloneNode(!0),m=qb(b);if(!(ra.noCloneChecked||1!==b.nodeType&&11!==b.nodeType||h.isXMLDoc(b))){var p=F(k);var z=F(b);var x=0;for(g=z.length;x<g;x++){var y=z[x],N=p[x],a=N.nodeName.toLowerCase();if("input"===a&&Ob.test(y.type))N.checked=y.checked;else if("input"===a||"textarea"===a)N.defaultValue=y.defaultValue}}if(d)if(e)for(z=z||F(b),p=p||F(k),x=0,g=z.length;x<g;x++)Ca(z[x],p[x]);else Ca(b,k);p=F(k,"script");0<p.length&&H(p,!m&&F(b,"script"));return k},cleanData:function(b){for(var d,
e,g,k=h.event.special,m=0;void 0!==(e=b[m]);m++)if(Za(e)){if(d=e[fa.expando]){if(d.events)for(g in d.events)k[g]?h.event.remove(e,g):h.removeEvent(e,g,d.handle);e[fa.expando]=void 0}e[cb.expando]&&(e[cb.expando]=void 0)}}});h.fn.extend({detach:function(b){return db(this,b,!0)},remove:function(b){return db(this,b)},text:function(b){return ab(this,function(d){return void 0===d?h.text(this):this.empty().each(function(){if(1===this.nodeType||11===this.nodeType||9===this.nodeType)this.textContent=d})},
null,b,arguments.length)},append:function(){return Sa(this,arguments,function(b){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||ia(this,b).appendChild(b)})},prepend:function(){return Sa(this,arguments,function(b){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var d=ia(this,b);d.insertBefore(b,d.firstChild)}})},before:function(){return Sa(this,arguments,function(b){this.parentNode&&this.parentNode.insertBefore(b,this)})},after:function(){return Sa(this,arguments,function(b){this.parentNode&&
this.parentNode.insertBefore(b,this.nextSibling)})},empty:function(){for(var b,d=0;null!=(b=this[d]);d++)1===b.nodeType&&(h.cleanData(F(b,!1)),b.textContent="");return this},clone:function(b,d){b=null==b?!1:b;d=null==d?b:d;return this.map(function(){return h.clone(this,b,d)})},html:function(b){return ab(this,function(d){var e=this[0]||{},g=0,k=this.length;if(void 0===d&&1===e.nodeType)return e.innerHTML;if("string"===typeof d&&!yc.test(d)&&!Wa[(kb.exec(d)||["",""])[1].toLowerCase()]){d=h.htmlPrefilter(d);
try{for(;g<k;g++)e=this[g]||{},1===e.nodeType&&(h.cleanData(F(e,!1)),e.innerHTML=d);e=0}catch(m){}}e&&this.empty().append(d)},null,b,arguments.length)},replaceWith:function(){var b=[];return Sa(this,arguments,function(d){var e=this.parentNode;0>h.inArray(this,b)&&(h.cleanData(F(this)),e&&e.replaceChild(d,this))},b)}});h.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(b,d){h.fn[b]=function(e){for(var g=[],k=h(e),m=k.length-1,
p=0;p<=m;p++)e=p===m?this:this.clone(!0),h(k[p])[d](e),Jb.apply(g,e.get());return this.pushStack(g)}});var nc=new RegExp("^("+Ga+")(?!px)[a-z%]+$","i"),mc=/^--/,Tb=function(b){var d=b.ownerDocument.defaultView;d&&d.opener||(d=l);return d.getComputedStyle(b)},zc=function(b,d,e){var g,k={};for(g in d)k[g]=b.style[g],b.style[g]=d[g];e=e.call(b);for(g in d)b.style[g]=k[g];return e},Ec=new RegExp(yb.join("|"),"i");(function(){function b(){if(x){z.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0";
x.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%";Oa.appendChild(z).appendChild(x);var y=l.getComputedStyle(x);d="1%"!==y.top;p=12===Math.round(parseFloat(y.marginLeft));x.style.right="60%";k=36===Math.round(parseFloat(y.right));e=36===Math.round(parseFloat(y.width));x.style.position="absolute";g=12===Math.round(parseFloat(x.offsetWidth/3));Oa.removeChild(z);x=null}}var d,e,g,k,m,p,z=ta.createElement("div"),
x=ta.createElement("div");x.style&&(x.style.backgroundClip="content-box",x.cloneNode(!0).style.backgroundClip="",ra.clearCloneStyle="content-box"===x.style.backgroundClip,h.extend(ra,{boxSizingReliable:function(){b();return e},pixelBoxStyles:function(){b();return k},pixelPosition:function(){b();return d},reliableMarginLeft:function(){b();return p},scrollboxSize:function(){b();return g},reliableTrDimensions:function(){if(null==m){var y=ta.createElement("table");var N=ta.createElement("tr");var a=ta.createElement("div");
y.style.cssText="position:absolute;left:-11111px;border-collapse:separate";N.style.cssText="box-sizing:content-box;border:1px solid";N.style.height="1px";a.style.height="9px";a.style.display="block";Oa.appendChild(y).appendChild(N).appendChild(a);a=l.getComputedStyle(N);m=parseInt(a.height,10)+parseInt(a.borderTopWidth,10)+parseInt(a.borderBottomWidth,10)===N.offsetHeight;Oa.removeChild(y)}return m}}))})();var cc=["Webkit","Moz","ms"],pc=ta.createElement("div").style,oc={},ed=/^(none|table(?!-c[ea]).+)/,
fd={position:"absolute",visibility:"hidden",display:"block"},jc={letterSpacing:"0",fontWeight:"400"};h.extend({cssHooks:{opacity:{get:function(b,d){if(d)return b=hb(b,"opacity"),""===b?"1":b}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,widows:!0,zIndex:!0,zoom:!0,
fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(b,d,e,g){if(b&&3!==b.nodeType&&8!==b.nodeType&&b.style){var k,m=pa(d),p=mc.test(d),z=b.style;p||(d=Vb(m));var x=h.cssHooks[d]||h.cssHooks[m];if(void 0!==e){var y=typeof e;"string"===y&&(k=Sb.exec(e))&&k[1]&&(e=La(b,d,k),y="number");null!=e&&e===e&&("number"!==y||p||(e+=k&&k[3]||(h.cssNumber[m]?"":"px")),ra.clearCloneStyle||""!==e||0!==d.indexOf("background")||(z[d]="inherit"),x&&"set"in x&&
void 0===(e=x.set(b,e,g))||(p?z.setProperty(d,e):z[d]=e))}else return x&&"get"in x&&void 0!==(k=x.get(b,!1,g))?k:z[d]}},css:function(b,d,e,g){var k;var m=pa(d);mc.test(d)||(d=Vb(m));(m=h.cssHooks[d]||h.cssHooks[m])&&"get"in m&&(k=m.get(b,!0,e));void 0===k&&(k=hb(b,d,g));"normal"===k&&d in jc&&(k=jc[d]);return""===e||e?(b=parseFloat(k),!0===e||isFinite(b)?b||0:k):k}});h.each(["height","width"],function(b,d){h.cssHooks[d]={get:function(e,g,k){if(g)return!ed.test(h.css(e,"display"))||e.getClientRects().length&&
e.getBoundingClientRect().width?qc(e,d,k):zc(e,fd,function(){return qc(e,d,k)})},set:function(e,g,k){var m,p=Tb(e),z=!ra.scrollboxSize()&&"absolute"===p.position,x=(z||k)&&"border-box"===h.css(e,"boxSizing",!1,p);k=k?Wb(e,d,k,x,p):0;x&&z&&(k-=Math.ceil(e["offset"+d[0].toUpperCase()+d.slice(1)]-parseFloat(p[d])-Wb(e,d,"border",!1,p)-.5));k&&(m=Sb.exec(g))&&"px"!==(m[3]||"px")&&(e.style[d]=g,g=h.css(e,d));return dc(e,g,k)}}});h.cssHooks.marginLeft=Qb(ra.reliableMarginLeft,function(b,d){if(d)return(parseFloat(hb(b,
"marginLeft"))||b.getBoundingClientRect().left-zc(b,{marginLeft:0},function(){return b.getBoundingClientRect().left}))+"px"});h.each({margin:"",padding:"",border:"Width"},function(b,d){h.cssHooks[b+d]={expand:function(e){var g=0,k={};for(e="string"===typeof e?e.split(" "):[e];4>g;g++)k[b+yb[g]+d]=e[g]||e[g-2]||e[0];return k}};"margin"!==b&&(h.cssHooks[b+d].set=dc)});h.fn.extend({css:function(b,d){return ab(this,function(e,g,k){var m,p={},z=0;if(Array.isArray(g)){k=Tb(e);for(m=g.length;z<m;z++)p[g[z]]=
h.css(e,g[z],!1,k);return p}return void 0!==k?h.style(e,g,k):h.css(e,g)},b,d,1<arguments.length)}});h.Tween=Ta;Ta.prototype={constructor:Ta,init:function(b,d,e,g,k,m){this.elem=b;this.prop=e;this.easing=k||h.easing._default;this.options=d;this.start=this.now=this.cur();this.end=g;this.unit=m||(h.cssNumber[e]?"":"px")},cur:function(){var b=Ta.propHooks[this.prop];return b&&b.get?b.get(this):Ta.propHooks._default.get(this)},run:function(b){var d,e=Ta.propHooks[this.prop];this.pos=this.options.duration?
d=h.easing[this.easing](b,this.options.duration*b,0,1,this.options.duration):d=b;this.now=(this.end-this.start)*d+this.start;this.options.step&&this.options.step.call(this.elem,this.now,this);e&&e.set?e.set(this):Ta.propHooks._default.set(this);return this}};Ta.prototype.init.prototype=Ta.prototype;Ta.propHooks={_default:{get:function(b){return 1!==b.elem.nodeType||null!=b.elem[b.prop]&&null==b.elem.style[b.prop]?b.elem[b.prop]:(b=h.css(b.elem,b.prop,""))&&"auto"!==b?b:0},set:function(b){if(h.fx.step[b.prop])h.fx.step[b.prop](b);
else 1!==b.elem.nodeType||!h.cssHooks[b.prop]&&null==b.elem.style[Vb(b.prop)]?b.elem[b.prop]=b.now:h.style(b.elem,b.prop,b.now+b.unit)}}};Ta.propHooks.scrollTop=Ta.propHooks.scrollLeft={set:function(b){b.elem.nodeType&&b.elem.parentNode&&(b.elem[b.prop]=b.now)}};h.easing={linear:function(b){return b},swing:function(b){return.5-Math.cos(b*Math.PI)/2},_default:"swing"};h.fx=Ta.prototype.init;h.fx.step={};var Gb,ec,gd=/^(?:toggle|show|hide)$/,hd=/queueHooks$/;h.Animation=h.extend($a,{tweeners:{"*":[function(b,
d){var e=this.createTween(b,d);La(e.elem,b,Sb.exec(d),e);return e}]},tweener:function(b,d){xa(b)?(d=b,b=["*"]):b=b.match(ea);for(var e,g=0,k=b.length;g<k;g++)e=b[g],$a.tweeners[e]=$a.tweeners[e]||[],$a.tweeners[e].unshift(d)},prefilters:[function(b,d,e){var g;var k="width"in d||"height"in d;var m=this,p={},z=b.style,x=b.nodeType&&Pb(b),y=fa.get(b,"fxshow");if(!e.queue){var N=h._queueHooks(b,"fx");if(null==N.unqueued){N.unqueued=0;var a=N.empty.fire;N.empty.fire=function(){N.unqueued||a()}}N.unqueued++;
m.always(function(){m.always(function(){N.unqueued--;h.queue(b,"fx").length||N.empty.fire()})})}for(g in d){var c=d[g];if(gd.test(c)){delete d[g];var f=f||"toggle"===c;if(c===(x?"hide":"show"))if("show"===c&&y&&void 0!==y[g])x=!0;else continue;p[g]=y&&y[g]||h.style(b,g)}}if((d=!h.isEmptyObject(d))||!h.isEmptyObject(p)){if(k&&1===b.nodeType){e.overflow=[z.overflow,z.overflowX,z.overflowY];var n=y&&y.display;null==n&&(n=fa.get(b,"display"));k=h.css(b,"display");"none"===k&&(n?k=n:(Ia([b],!0),n=b.style.display||
n,k=h.css(b,"display"),Ia([b])));("inline"===k||"inline-block"===k&&null!=n)&&"none"===h.css(b,"float")&&(d||(m.done(function(){z.display=n}),null==n&&(k=z.display,n="none"===k?"":k)),z.display="inline-block")}e.overflow&&(z.overflow="hidden",m.always(function(){z.overflow=e.overflow[0];z.overflowX=e.overflow[1];z.overflowY=e.overflow[2]}));d=!1;for(g in p)d||(y?"hidden"in y&&(x=y.hidden):y=fa.access(b,"fxshow",{display:n}),f&&(y.hidden=!x),x&&Ia([b],!0),m.done(function(){x||Ia([b]);fa.remove(b,"fxshow");
for(g in p)h.style(b,g,p[g])})),d=Fc(x?y[g]:0,g,m),g in y||(y[g]=d.start,x&&(d.end=d.start,d.start=0))}}],prefilter:function(b,d){d?$a.prefilters.unshift(b):$a.prefilters.push(b)}});h.speed=function(b,d,e){var g=b&&"object"===typeof b?h.extend({},b):{complete:e||!e&&d||xa(b)&&b,duration:b,easing:e&&d||d&&!xa(d)&&d};h.fx.off?g.duration=0:"number"!==typeof g.duration&&(g.duration=g.duration in h.fx.speeds?h.fx.speeds[g.duration]:h.fx.speeds._default);if(null==g.queue||!0===g.queue)g.queue="fx";g.old=
g.complete;g.complete=function(){xa(g.old)&&g.old.call(this);g.queue&&h.dequeue(this,g.queue)};return g};h.fn.extend({fadeTo:function(b,d,e,g){return this.filter(Pb).css("opacity",0).show().end().animate({opacity:d},b,e,g)},animate:function(b,d,e,g){var k=h.isEmptyObject(b),m=h.speed(d,e,g);d=function(){var p=$a(this,h.extend({},b),m);(k||fa.get(this,"finish"))&&p.stop(!0)};d.finish=d;return k||!1===m.queue?this.each(d):this.queue(m.queue,d)},stop:function(b,d,e){var g=function(k){var m=k.stop;delete k.stop;
m(e)};"string"!==typeof b&&(e=d,d=b,b=void 0);d&&this.queue(b||"fx",[]);return this.each(function(){var k=!0,m=null!=b&&b+"queueHooks",p=h.timers,z=fa.get(this);if(m)z[m]&&z[m].stop&&g(z[m]);else for(m in z)z[m]&&z[m].stop&&hd.test(m)&&g(z[m]);for(m=p.length;m--;)p[m].elem!==this||null!=b&&p[m].queue!==b||(p[m].anim.stop(e),k=!1,p.splice(m,1));!k&&e||h.dequeue(this,b)})},finish:function(b){!1!==b&&(b=b||"fx");return this.each(function(){var d=fa.get(this),e=d[b+"queue"];var g=d[b+"queueHooks"];var k=
h.timers,m=e?e.length:0;d.finish=!0;h.queue(this,b,[]);g&&g.stop&&g.stop.call(this,!0);for(g=k.length;g--;)k[g].elem===this&&k[g].queue===b&&(k[g].anim.stop(!0),k.splice(g,1));for(g=0;g<m;g++)e[g]&&e[g].finish&&e[g].finish.call(this);delete d.finish})}});h.each(["toggle","show","hide"],function(b,d){var e=h.fn[d];h.fn[d]=function(g,k,m){return null==g||"boolean"===typeof g?e.apply(this,arguments):this.animate(fc(d,!0),g,k,m)}});h.each({slideDown:fc("show"),slideUp:fc("hide"),slideToggle:fc("toggle"),
fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(b,d){h.fn[b]=function(e,g,k){return this.animate(d,e,g,k)}});h.timers=[];h.fx.tick=function(){var b=0,d=h.timers;for(Gb=Date.now();b<d.length;b++){var e=d[b];e()||d[b]!==e||d.splice(b--,1)}d.length||h.fx.stop();Gb=void 0};h.fx.timer=function(b){h.timers.push(b);h.fx.start()};h.fx.interval=13;h.fx.start=function(){ec||(ec=!0,Xb())};h.fx.stop=function(){ec=null};h.fx.speeds={slow:600,fast:200,_default:400};h.fn.delay=
function(b,d){b=h.fx?h.fx.speeds[b]||b:b;return this.queue(d||"fx",function(e,g){var k=l.setTimeout(e,b);g.stop=function(){l.clearTimeout(k)}})};(function(){var b=ta.createElement("input"),d=ta.createElement("select").appendChild(ta.createElement("option"));b.type="checkbox";ra.checkOn=""!==b.value;ra.optSelected=d.selected;b=ta.createElement("input");b.value="t";b.type="radio";ra.radioValue="t"===b.value})();var Zb=h.expr.attrHandle;h.fn.extend({attr:function(b,d){return ab(this,h.attr,b,d,1<arguments.length)},
removeAttr:function(b){return this.each(function(){h.removeAttr(this,b)})}});h.extend({attr:function(b,d,e){var g,k,m=b.nodeType;if(3!==m&&8!==m&&2!==m){if("undefined"===typeof b.getAttribute)return h.prop(b,d,e);1===m&&h.isXMLDoc(b)||(k=h.attrHooks[d.toLowerCase()]||(h.expr.match.bool.test(d)?id:void 0));if(void 0!==e){if(null===e){h.removeAttr(b,d);return}if(k&&"set"in k&&void 0!==(g=k.set(b,e,d)))return g;b.setAttribute(d,e+"");return e}if(k&&"get"in k&&null!==(g=k.get(b,d)))return g;g=h.find.attr(b,
d);return null==g?void 0:g}},attrHooks:{type:{set:function(b,d){if(!ra.radioValue&&"radio"===d&&q(b,"input")){var e=b.value;b.setAttribute("type",d);e&&(b.value=e);return d}}}},removeAttr:function(b,d){var e=0,g=d&&d.match(ea);if(g&&1===b.nodeType)for(;d=g[e++];)b.removeAttribute(d)}});var id={set:function(b,d,e){!1===d?h.removeAttr(b,e):b.setAttribute(e,e);return e}};h.each(h.expr.match.bool.source.match(/\w+/g),function(b,d){var e=Zb[d]||h.find.attr;Zb[d]=function(g,k,m){var p=k.toLowerCase();if(!m){var z=
Zb[p];Zb[p]=x;var x=null!=e(g,k,m)?p:null;Zb[p]=z}return x}});var jd=/^(?:input|select|textarea|button)$/i,kd=/^(?:a|area)$/i;h.fn.extend({prop:function(b,d){return ab(this,h.prop,b,d,1<arguments.length)},removeProp:function(b){return this.each(function(){delete this[h.propFix[b]||b]})}});h.extend({prop:function(b,d,e){var g,k=b.nodeType;if(3!==k&&8!==k&&2!==k){if(1!==k||!h.isXMLDoc(b)){d=h.propFix[d]||d;var m=h.propHooks[d]}return void 0!==e?m&&"set"in m&&void 0!==(g=m.set(b,e,d))?g:b[d]=e:m&&"get"in
m&&null!==(g=m.get(b,d))?g:b[d]}},propHooks:{tabIndex:{get:function(b){var d=h.find.attr(b,"tabindex");return d?parseInt(d,10):jd.test(b.nodeName)||kd.test(b.nodeName)&&b.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}});ra.optSelected||(h.propHooks.selected={get:function(b){(b=b.parentNode)&&b.parentNode&&b.parentNode.selectedIndex;return null},set:function(b){if(b=b.parentNode)b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex}});h.each("tabIndex readOnly maxLength cellSpacing cellPadding rowSpan colSpan useMap frameBorder contentEditable".split(" "),
function(){h.propFix[this.toLowerCase()]=this});h.fn.extend({addClass:function(b){var d,e,g,k,m;if(xa(b))return this.each(function(z){h(this).addClass(b.call(this,z,Ib(this)))});var p=gc(b);return p.length?this.each(function(){e=Ib(this);if(d=1===this.nodeType&&" "+Hb(e)+" "){for(k=0;k<p.length;k++)g=p[k],0>d.indexOf(" "+g+" ")&&(d+=g+" ");m=Hb(d);e!==m&&this.setAttribute("class",m)}}):this},removeClass:function(b){var d,e,g,k,m;if(xa(b))return this.each(function(z){h(this).removeClass(b.call(this,
z,Ib(this)))});if(!arguments.length)return this.attr("class","");var p=gc(b);return p.length?this.each(function(){e=Ib(this);if(d=1===this.nodeType&&" "+Hb(e)+" "){for(k=0;k<p.length;k++)for(g=p[k];-1<d.indexOf(" "+g+" ");)d=d.replace(" "+g+" "," ");m=Hb(d);e!==m&&this.setAttribute("class",m)}}):this},toggleClass:function(b,d){var e,g,k,m=typeof b,p="string"===m||Array.isArray(b);if(xa(b))return this.each(function(x){h(this).toggleClass(b.call(this,x,Ib(this),d),d)});if("boolean"===typeof d&&p)return d?
this.addClass(b):this.removeClass(b);var z=gc(b);return this.each(function(){if(p)for(k=h(this),g=0;g<z.length;g++)e=z[g],k.hasClass(e)?k.removeClass(e):k.addClass(e);else if(void 0===b||"boolean"===m)(e=Ib(this))&&fa.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===b?"":fa.get(this,"__className__")||"")})},hasClass:function(b){var d,e=0;for(b=" "+b+" ";d=this[e++];)if(1===d.nodeType&&-1<(" "+Hb(Ib(d))+" ").indexOf(b))return!0;return!1}});var ld=/\r/g;h.fn.extend({val:function(b){var d,
e,g=this[0];if(arguments.length){var k=xa(b);return this.each(function(m){1===this.nodeType&&(m=k?b.call(this,m,h(this).val()):b,null==m?m="":"number"===typeof m?m+="":Array.isArray(m)&&(m=h.map(m,function(p){return null==p?"":p+""})),d=h.valHooks[this.type]||h.valHooks[this.nodeName.toLowerCase()],d&&"set"in d&&void 0!==d.set(this,m,"value")||(this.value=m))})}if(g){if((d=h.valHooks[g.type]||h.valHooks[g.nodeName.toLowerCase()])&&"get"in d&&void 0!==(e=d.get(g,"value")))return e;e=g.value;return"string"===
typeof e?e.replace(ld,""):null==e?"":e}}});h.extend({valHooks:{option:{get:function(b){var d=h.find.attr(b,"value");return null!=d?d:Hb(h.text(b))}},select:{get:function(b){var d=b.options,e=b.selectedIndex,g="select-one"===b.type,k=g?null:[],m=g?e+1:d.length;for(b=0>e?m:g?e:0;b<m;b++){var p=d[b];if(!(!p.selected&&b!==e||p.disabled||p.parentNode.disabled&&q(p.parentNode,"optgroup"))){p=h(p).val();if(g)return p;k.push(p)}}return k},set:function(b,d){for(var e,g=b.options,k=h.makeArray(d),m=g.length;m--;)if(d=
g[m],d.selected=-1<h.inArray(h.valHooks.option.get(d),k))e=!0;e||(b.selectedIndex=-1);return k}}}});h.each(["radio","checkbox"],function(){h.valHooks[this]={set:function(b,d){if(Array.isArray(d))return b.checked=-1<h.inArray(h(b).val(),d)}};ra.checkOn||(h.valHooks[this].get=function(b){return null===b.getAttribute("value")?"on":b.value})});var Ea=l.location,Pc=Date.now(),Ac=/\?/;h.parseXML=function(b){if(!b||"string"!==typeof b)return null;try{var d=(new l.DOMParser).parseFromString(b,"text/xml")}catch(g){}var e=
d&&d.getElementsByTagName("parsererror")[0];d&&!e||h.error("Invalid XML: "+(e?h.map(e.childNodes,function(g){return g.textContent}).join("\n"):b));return d};var ob=/^(?:focusinfocus|focusoutblur)$/,Qc=function(b){b.stopPropagation()};h.extend(h.event,{trigger:function(b,d,e,g){var k,m,p,z=[e||ta],x=ub.call(b,"type")?b.type:b;var y=ub.call(b,"namespace")?b.namespace.split("."):[];var N=p=k=e=e||ta;if(3!==e.nodeType&&8!==e.nodeType&&!ob.test(x+h.event.triggered)){-1<x.indexOf(".")&&(y=x.split("."),
x=y.shift(),y.sort());var a=0>x.indexOf(":")&&"on"+x;b=b[h.expando]?b:new h.Event(x,"object"===typeof b&&b);b.isTrigger=g?2:3;b.namespace=y.join(".");b.rnamespace=b.namespace?new RegExp("(^|\\.)"+y.join("\\.(?:.*\\.|)")+"(\\.|$)"):null;b.result=void 0;b.target||(b.target=e);d=null==d?[b]:h.makeArray(d,[b]);y=h.event.special[x]||{};if(g||!y.trigger||!1!==y.trigger.apply(e,d)){if(!g&&!y.noBubble&&!Eb(e)){var c=y.delegateType||x;ob.test(c+x)||(N=N.parentNode);for(;N;N=N.parentNode)z.push(N),k=N;k===
(e.ownerDocument||ta)&&z.push(k.defaultView||k.parentWindow||l)}for(k=0;(N=z[k++])&&!b.isPropagationStopped();)p=N,b.type=1<k?c:y.bindType||x,(m=(fa.get(N,"events")||Object.create(null))[b.type]&&fa.get(N,"handle"))&&m.apply(N,d),(m=a&&N[a])&&m.apply&&Za(N)&&(b.result=m.apply(N,d),!1===b.result&&b.preventDefault());b.type=x;g||b.isDefaultPrevented()||y._default&&!1!==y._default.apply(z.pop(),d)||!Za(e)||!a||!xa(e[x])||Eb(e)||((k=e[a])&&(e[a]=null),h.event.triggered=x,b.isPropagationStopped()&&p.addEventListener(x,
Qc),e[x](),b.isPropagationStopped()&&p.removeEventListener(x,Qc),h.event.triggered=void 0,k&&(e[a]=k));return b.result}}},simulate:function(b,d,e){b=h.extend(new h.Event,e,{type:b,isSimulated:!0});h.event.trigger(b,null,d)}});h.fn.extend({trigger:function(b,d){return this.each(function(){h.event.trigger(b,d,this)})},triggerHandler:function(b,d){var e=this[0];if(e)return h.event.trigger(b,d,e,!0)}});var Yc=/\[\]$/,Db=/\r?\n/g,pb=/^(?:submit|button|image|reset|file)$/i,md=/^(?:input|select|textarea|keygen)/i;
h.param=function(b,d){var e,g=[],k=function(m,p){p=xa(p)?p():p;g[g.length]=encodeURIComponent(m)+"="+encodeURIComponent(null==p?"":p)};if(null==b)return"";if(Array.isArray(b)||b.jquery&&!h.isPlainObject(b))h.each(b,function(){k(this.name,this.value)});else for(e in b)hc(e,b[e],d,k);return g.join("&")};h.fn.extend({serialize:function(){return h.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var b=h.prop(this,"elements");return b?h.makeArray(b):this}).filter(function(){var b=
this.type;return this.name&&!h(this).is(":disabled")&&md.test(this.nodeName)&&!pb.test(b)&&(this.checked||!Ob.test(b))}).map(function(b,d){b=h(this).val();return null==b?null:Array.isArray(b)?h.map(b,function(e){return{name:d.name,value:e.replace(Db,"\r\n")}}):{name:d.name,value:b.replace(Db,"\r\n")}}).get()}});var nd=/%20/g,Pa=/#.*$/,od=/([?&])_=[^&]*/,pd=/^(.*?):[ \t]*([^\r\n]*)$/mg,Va=/^(?:GET|HEAD)$/,Rc=/^\/\//,Sc={},sc={},Tc="*/".concat("*"),Bc=ta.createElement("a");Bc.href=Ea.href;h.extend({active:0,
lastModified:{},etag:{},ajaxSettings:{url:Ea.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Ea.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Tc,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,
"text html":!0,"text json":JSON.parse,"text xml":h.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(b,d){return d?tc(tc(b,h.ajaxSettings),d):tc(h.ajaxSettings,b)},ajaxPrefilter:Hc(Sc),ajaxTransport:Hc(sc),ajax:function(b,d){function e(T,da,ka,aa){var wa,ca=da;if(!Y){Y=!0;p&&l.clearTimeout(p);g=void 0;k=aa||"";M.readyState=0<T?4:0;aa=200<=T&&300>T||304===T;ka&&(wa=Zc(y,M,ka));!aa&&-1<h.inArray("script",y.dataTypes)&&0>h.inArray("json",y.dataTypes)&&(y.converters["text script"]=function(){});
wa=$c(y,wa,M,aa);if(aa)if(y.ifModified&&((ka=M.getResponseHeader("Last-Modified"))&&(h.lastModified[U]=ka),(ka=M.getResponseHeader("etag"))&&(h.etag[U]=ka)),204===T||"HEAD"===y.type)ca="nocontent";else if(304===T)ca="notmodified";else{ca=wa.state;var Fa=wa.data;var sa=wa.error;aa=!sa}else if(sa=ca,T||!ca)ca="error",0>T&&(T=0);M.status=T;M.statusText=(da||ca)+"";aa?c.resolveWith(N,[Fa,ca,M]):c.rejectWith(N,[M,ca,sa]);M.statusCode(n);n=void 0;z&&a.trigger(aa?"ajaxSuccess":"ajaxError",[M,y,aa?Fa:sa]);
f.fireWith(N,[M,ca]);z&&(a.trigger("ajaxComplete",[M,y]),--h.active||h.event.trigger("ajaxStop"))}}"object"===typeof b&&(d=b,b=void 0);d=d||{};var g,k,m,p,z,x,y=h.ajaxSetup({},d),N=y.context||y,a=y.context&&(N.nodeType||N.jquery)?h(N):h.event,c=h.Deferred(),f=h.Callbacks("once memory"),n=y.statusCode||{},v={},C={},P="canceled",M={readyState:0,getResponseHeader:function(T){var da;if(Y){if(!m)for(m={};da=pd.exec(k);)m[da[1].toLowerCase()+" "]=(m[da[1].toLowerCase()+" "]||[]).concat(da[2]);da=m[T.toLowerCase()+
" "]}return null==da?null:da.join(", ")},getAllResponseHeaders:function(){return Y?k:null},setRequestHeader:function(T,da){null==Y&&(T=C[T.toLowerCase()]=C[T.toLowerCase()]||T,v[T]=da);return this},overrideMimeType:function(T){null==Y&&(y.mimeType=T);return this},statusCode:function(T){var da;if(T)if(Y)M.always(T[M.status]);else for(da in T)n[da]=[n[da],T[da]];return this},abort:function(T){T=T||P;g&&g.abort(T);e(0,T);return this}};c.promise(M);y.url=((b||y.url||Ea.href)+"").replace(Rc,Ea.protocol+
"//");y.type=d.method||d.type||y.method||y.type;y.dataTypes=(y.dataType||"*").toLowerCase().match(ea)||[""];if(null==y.crossDomain){b=ta.createElement("a");try{b.href=y.url,b.href=b.href,y.crossDomain=Bc.protocol+"//"+Bc.host!==b.protocol+"//"+b.host}catch(T){y.crossDomain=!0}}y.data&&y.processData&&"string"!==typeof y.data&&(y.data=h.param(y.data,y.traditional));Ic(Sc,y,d,M);if(Y)return M;(z=h.event&&y.global)&&0===h.active++&&h.event.trigger("ajaxStart");y.type=y.type.toUpperCase();y.hasContent=
!Va.test(y.type);var U=y.url.replace(Pa,"");y.hasContent?y.data&&y.processData&&0===(y.contentType||"").indexOf("application/x-www-form-urlencoded")&&(y.data=y.data.replace(nd,"+")):(b=y.url.slice(U.length),y.data&&(y.processData||"string"===typeof y.data)&&(U+=(Ac.test(U)?"&":"?")+y.data,delete y.data),!1===y.cache&&(U=U.replace(od,"$1"),b=(Ac.test(U)?"&":"?")+"_="+Pc++ +b),y.url=U+b);y.ifModified&&(h.lastModified[U]&&M.setRequestHeader("If-Modified-Since",h.lastModified[U]),h.etag[U]&&M.setRequestHeader("If-None-Match",
h.etag[U]));(y.data&&y.hasContent&&!1!==y.contentType||d.contentType)&&M.setRequestHeader("Content-Type",y.contentType);M.setRequestHeader("Accept",y.dataTypes[0]&&y.accepts[y.dataTypes[0]]?y.accepts[y.dataTypes[0]]+("*"!==y.dataTypes[0]?", "+Tc+"; q=0.01":""):y.accepts["*"]);for(x in y.headers)M.setRequestHeader(x,y.headers[x]);if(y.beforeSend&&(!1===y.beforeSend.call(N,M,y)||Y))return M.abort();P="abort";f.add(y.complete);M.done(y.success);M.fail(y.error);if(g=Ic(sc,y,d,M)){M.readyState=1;z&&a.trigger("ajaxSend",
[M,y]);if(Y)return M;y.async&&0<y.timeout&&(p=l.setTimeout(function(){M.abort("timeout")},y.timeout));try{var Y=!1;g.send(v,e)}catch(T){if(Y)throw T;e(-1,T)}}else e(-1,"No Transport");return M},getJSON:function(b,d,e){return h.get(b,d,e,"json")},getScript:function(b,d){return h.get(b,void 0,d,"script")}});h.each(["get","post"],function(b,d){h[d]=function(e,g,k,m){xa(g)&&(m=m||k,k=g,g=void 0);return h.ajax(h.extend({url:e,type:d,dataType:m,data:g,success:k},h.isPlainObject(e)&&e))}});h.ajaxPrefilter(function(b){for(var d in b.headers)"content-type"===
d.toLowerCase()&&(b.contentType=b.headers[d]||"")});h._evalUrl=function(b,d,e){return h.ajax({url:b,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(g){h.globalEval(g,d,e)}})};h.fn.extend({wrapAll:function(b){this[0]&&(xa(b)&&(b=b.call(this[0])),b=h(b,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){for(var d=this;d.firstElementChild;)d=d.firstElementChild;return d}).append(this));
return this},wrapInner:function(b){return xa(b)?this.each(function(d){h(this).wrapInner(b.call(this,d))}):this.each(function(){var d=h(this),e=d.contents();e.length?e.wrapAll(b):d.append(b)})},wrap:function(b){var d=xa(b);return this.each(function(e){h(this).wrapAll(d?b.call(this,e):b)})},unwrap:function(b){this.parent(b).not("body").each(function(){h(this).replaceWith(this.childNodes)});return this}});h.expr.pseudos.hidden=function(b){return!h.expr.pseudos.visible(b)};h.expr.pseudos.visible=function(b){return!!(b.offsetWidth||
b.offsetHeight||b.getClientRects().length)};h.ajaxSettings.xhr=function(){try{return new l.XMLHttpRequest}catch(b){}};var qd={0:200,1223:204},$b=h.ajaxSettings.xhr();ra.cors=!!$b&&"withCredentials"in $b;ra.ajax=$b=!!$b;h.ajaxTransport(function(b){var d,e;if(ra.cors||$b&&!b.crossDomain)return{send:function(g,k){var m,p=b.xhr();p.open(b.type,b.url,b.async,b.username,b.password);if(b.xhrFields)for(m in b.xhrFields)p[m]=b.xhrFields[m];b.mimeType&&p.overrideMimeType&&p.overrideMimeType(b.mimeType);b.crossDomain||
g["X-Requested-With"]||(g["X-Requested-With"]="XMLHttpRequest");for(m in g)p.setRequestHeader(m,g[m]);d=function(z){return function(){d&&(d=e=p.onload=p.onerror=p.onabort=p.ontimeout=p.onreadystatechange=null,"abort"===z?p.abort():"error"===z?"number"!==typeof p.status?k(0,"error"):k(p.status,p.statusText):k(qd[p.status]||p.status,p.statusText,"text"!==(p.responseType||"text")||"string"!==typeof p.responseText?{binary:p.response}:{text:p.responseText},p.getAllResponseHeaders()))}};p.onload=d();e=
p.onerror=p.ontimeout=d("error");void 0!==p.onabort?p.onabort=e:p.onreadystatechange=function(){4===p.readyState&&l.setTimeout(function(){d&&e()})};d=d("abort");try{p.send(b.hasContent&&b.data||null)}catch(z){if(d)throw z;}},abort:function(){d&&d()}}});h.ajaxPrefilter(function(b){b.crossDomain&&(b.contents.script=!1)});h.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(b){h.globalEval(b);
return b}}});h.ajaxPrefilter("script",function(b){void 0===b.cache&&(b.cache=!1);b.crossDomain&&(b.type="GET")});h.ajaxTransport("script",function(b){if(b.crossDomain||b.scriptAttrs){var d,e;return{send:function(g,k){d=h("<script>").attr(b.scriptAttrs||{}).prop({charset:b.scriptCharset,src:b.url}).on("load error",e=function(m){d.remove();e=null;m&&k("error"===m.type?404:200,m.type)});ta.head.appendChild(d[0])},abort:function(){e&&e()}}}});var gb=[],Cc=/(=)\?(?=&|$)|\?\?/;h.ajaxSetup({jsonp:"callback",
jsonpCallback:function(){var b=gb.pop()||h.expando+"_"+Pc++;this[b]=!0;return b}});h.ajaxPrefilter("json jsonp",function(b,d,e){var g,k=!1!==b.jsonp&&(Cc.test(b.url)?"url":"string"===typeof b.data&&0===(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&Cc.test(b.data)&&"data");if(k||"jsonp"===b.dataTypes[0]){var m=b.jsonpCallback=xa(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback;k?b[k]=b[k].replace(Cc,"$1"+m):!1!==b.jsonp&&(b.url+=(Ac.test(b.url)?"&":"?")+b.jsonp+"="+m);b.converters["script json"]=
function(){g||h.error(m+" was not called");return g[0]};b.dataTypes[0]="json";var p=l[m];l[m]=function(){g=arguments};e.always(function(){void 0===p?h(l).removeProp(m):l[m]=p;b[m]&&(b.jsonpCallback=d.jsonpCallback,gb.push(m));g&&xa(p)&&p(g[0]);g=p=void 0});return"script"}});ra.createHTMLDocument=function(){var b=ta.implementation.createHTMLDocument("").body;b.innerHTML="<form></form><form></form>";return 2===b.childNodes.length}();h.parseHTML=function(b,d,e){if("string"!==typeof b)return[];"boolean"===
typeof d&&(e=d,d=!1);if(!d)if(ra.createHTMLDocument){d=ta.implementation.createHTMLDocument("");var g=d.createElement("base");g.href=ta.location.href;d.head.appendChild(g)}else d=ta;g=R.exec(b);e=!e&&[];if(g)return[d.createElement(g[1])];g=L([b],d,e);e&&e.length&&h(e).remove();return h.merge([],g.childNodes)};h.fn.load=function(b,d,e){var g,k,m=this,p=b.indexOf(" ");if(-1<p){var z=Hb(b.slice(p));b=b.slice(0,p)}xa(d)?(e=d,d=void 0):d&&"object"===typeof d&&(g="POST");0<m.length&&h.ajax({url:b,type:g||
"GET",dataType:"html",data:d}).done(function(x){k=arguments;m.html(z?h("<div>").append(h.parseHTML(x)).find(z):x)}).always(e&&function(x,y){m.each(function(){e.apply(this,k||[x.responseText,y,x])})});return this};h.expr.pseudos.animated=function(b){return h.grep(h.timers,function(d){return b===d.elem}).length};h.offset={setOffset:function(b,d,e){var g=h.css(b,"position"),k=h(b),m={};"static"===g&&(b.style.position="relative");var p=k.offset();var z=h.css(b,"top");var x=h.css(b,"left");("absolute"===
g||"fixed"===g)&&-1<(z+x).indexOf("auto")?(x=k.position(),z=x.top,x=x.left):(z=parseFloat(z)||0,x=parseFloat(x)||0);xa(d)&&(d=d.call(b,e,h.extend({},p)));null!=d.top&&(m.top=d.top-p.top+z);null!=d.left&&(m.left=d.left-p.left+x);"using"in d?d.using.call(b,m):k.css(m)}};h.fn.extend({offset:function(b){if(arguments.length)return void 0===b?this:this.each(function(g){h.offset.setOffset(this,b,g)});var d;if(d=this[0]){if(!d.getClientRects().length)return{top:0,left:0};var e=d.getBoundingClientRect();d=
d.ownerDocument.defaultView;return{top:e.top+d.pageYOffset,left:e.left+d.pageXOffset}}},position:function(){if(this[0]){var b,d=this[0],e={top:0,left:0};if("fixed"===h.css(d,"position"))var g=d.getBoundingClientRect();else{g=this.offset();var k=d.ownerDocument;for(b=d.offsetParent||k.documentElement;b&&(b===k.body||b===k.documentElement)&&"static"===h.css(b,"position");)b=b.parentNode;b&&b!==d&&1===b.nodeType&&(e=h(b).offset(),e.top+=h.css(b,"borderTopWidth",!0),e.left+=h.css(b,"borderLeftWidth",
!0))}return{top:g.top-e.top-h.css(d,"marginTop",!0),left:g.left-e.left-h.css(d,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var b=this.offsetParent;b&&"static"===h.css(b,"position");)b=b.offsetParent;return b||Oa})}});h.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(b,d){var e="pageYOffset"===d;h.fn[b]=function(g){return ab(this,function(k,m,p){if(Eb(k))var z=k;else 9===k.nodeType&&(z=k.defaultView);if(void 0===p)return z?z[d]:k[m];z?z.scrollTo(e?z.pageXOffset:
p,e?p:z.pageYOffset):k[m]=p},b,g,arguments.length)}});h.each(["top","left"],function(b,d){h.cssHooks[d]=Qb(ra.pixelPosition,function(e,g){if(g)return g=hb(e,d),nc.test(g)?h(e).position()[d]+"px":g})});h.each({Height:"height",Width:"width"},function(b,d){h.each({padding:"inner"+b,content:d,"":"outer"+b},function(e,g){h.fn[g]=function(k,m){var p=arguments.length&&(e||"boolean"!==typeof k),z=e||(!0===k||!0===m?"margin":"border");return ab(this,function(x,y,N){return Eb(x)?0===g.indexOf("outer")?x["inner"+
b]:x.document.documentElement["client"+b]:9===x.nodeType?(y=x.documentElement,Math.max(x.body["scroll"+b],y["scroll"+b],x.body["offset"+b],y["offset"+b],y["client"+b])):void 0===N?h.css(x,y,z):h.style(x,y,N,z)},d,p?k:void 0,p)}})});h.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(b,d){h.fn[d]=function(e){return this.on(d,e)}});h.fn.extend({bind:function(b,d,e){return this.on(b,null,d,e)},unbind:function(b,d){return this.off(b,null,d)},delegate:function(b,
d,e,g){return this.on(d,b,e,g)},undelegate:function(b,d,e){return 1===arguments.length?this.off(b,"**"):this.off(d,b||"**",e)},hover:function(b,d){return this.on("mouseenter",b).on("mouseleave",d||b)}});h.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(b,d){h.fn[d]=function(e,g){return 0<arguments.length?this.on(d,null,e,g):this.trigger(d)}});
var rd=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;h.proxy=function(b,d){if("string"===typeof d){var e=b[d];d=b;b=e}if(xa(b)){var g=Ra.call(arguments,2);e=function(){return b.apply(d||this,g.concat(Ra.call(arguments)))};e.guid=b.guid=b.guid||h.guid++;return e}};h.holdReady=function(b){b?h.readyWait++:h.ready(!0)};h.isArray=Array.isArray;h.parseJSON=JSON.parse;h.nodeName=q;h.isFunction=xa;h.isWindow=Eb;h.camelCase=pa;h.type=K;h.now=Date.now;h.isNumeric=function(b){var d=h.type(b);return("number"===
d||"string"===d)&&!isNaN(b-parseFloat(b))};h.trim=function(b){return null==b?"":(b+"").replace(rd,"$1")};"function"===typeof define&&define.amd&&define("jquery",[],function(){return h});var sd=l.jQuery,td=l.$;h.noConflict=function(b){l.$===h&&(l.$=td);b&&l.jQuery===h&&(l.jQuery=sd);return h};"undefined"===typeof J&&(l.jQuery=l.$=h);return h});
window.yii=function(l){function J(){l.ajaxPrefilter(function(t,A,E){!t.crossDomain&&u.getCsrfParam()&&E.setRequestHeader("X-CSRF-Token",u.getCsrfToken())});u.refreshCsrfToken()}function I(){l(document).ajaxComplete(function(t,A){(t=A&&A.getResponseHeader("X-Redirect"))&&window.location.assign(t)})}function K(){var t={};l("script[src]").each(function(){var A=w(this.src);t[A]=!0});l.ajaxPrefilter("script",function(A,E,W){if("jsonp"!=A.dataType){A=w(A.url);E=!0===t[A]&&!q(A);var la=void 0!==t[A]&&!0===
t[A].xhrDone;if(E||la)W.abort();else{if(void 0===t[A]||!0===t[A])t[A]={xhrList:[],xhrDone:!1};W.done(function(ma,Da,pa){if(!0!==t[pa.yiiUrl].xhrDone){t[pa.yiiUrl].xhrDone=!0;ma=0;for(Da=t[pa.yiiUrl].xhrList.length;ma<Da;ma++){var Ba=t[pa.yiiUrl].xhrList[ma];Ba&&Ba.readyState!==XMLHttpRequest.DONE&&Ba.abort()}t[pa.yiiUrl]=!0}}).fail(function(ma,Da){if("abort"!==Da){delete t[ma.yiiUrl].xhrList[ma.yiiIndex];Da=!0;for(var pa=0,Ba=t[ma.yiiUrl].xhrList.length;pa<Ba;pa++)t[ma.yiiUrl].xhrList[pa]&&(Da=!1);
Da&&delete t[ma.yiiUrl]}});W.yiiIndex=t[A].xhrList.length;W.yiiUrl=A;t[A].xhrList[W.yiiIndex]=W}}});l(document).ajaxComplete(function(){var A=[];l("link[rel=stylesheet]").each(function(){var E=w(this.href);q(E)||(-1===l.inArray(E,A)?A.push(E):l(this).remove())})})}function G(){var t=function(A){var E=l(this),W=E.data("method"),la=E.data("confirm"),ma=E.data("form");if(void 0===W&&void 0===la&&void 0===ma)return!0;void 0!==la&&!1!==la&&""!==la?l.proxy(u.confirm,this)(la,function(){u.handleAction(E,
A)}):u.handleAction(E,A);A.stopImmediatePropagation();return!1};l(document).on("click.yii",u.clickableSelector,t).on("change.yii",u.changeableSelector,t)}function q(t){for(var A=0;A<u.reloadableScripts.length;A++){var E=w(u.reloadableScripts[A]);if(!0===(new RegExp("^"+E.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&").split("\\*").join(".+")+"$")).test(t))return!0}return!1}function w(t){return"/"===t.charAt(0)?u.getBaseCurrentUrl()+t:t}var u={reloadableScripts:[],clickableSelector:'a, button, input[type="submit"], input[type="button"], input[type="reset"], input[type="image"]',
changeableSelector:"select, input, textarea",getCsrfParam:function(){return l("meta[name=csrf-param]").attr("content")},getCsrfToken:function(){return l("meta[name=csrf-token]").attr("content")},setCsrfToken:function(t,A){l("meta[name=csrf-param]").attr("content",t);l("meta[name=csrf-token]").attr("content",A)},refreshCsrfToken:function(){var t=u.getCsrfToken();t&&l('form input[name="'+u.getCsrfParam()+'"]').val(t)},confirm:function(t,A,E){window.confirm(t)?!A||A():!E||E()},handleAction:function(t,
A){var E=t.attr("data-form")?l("#"+t.attr("data-form")):t.closest("form"),W=!t.data("method")&&E?E.attr("method"):t.data("method"),la=t.attr("href"),ma=la&&"#"!==la,Da=t.data("params"),pa=Da&&l.isPlainObject(Da),Ba=t.data("pjax");Ba=void 0!==Ba&&0!==Ba&&l.support.pjax;var Ja={};l.each("submit reset elements length name acceptCharset action enctype method target".split(" "),function(L,O){pa&&Da.hasOwnProperty(O)&&console.error("Parameter name '"+O+"' conflicts with a same named form property. Please use another name.")});
if(Ba){var La=t.data("pjax-container");void 0!==La&&La.length||(La=t.closest("[data-pjax-container]").attr("id")?"#"+t.closest("[data-pjax-container]").attr("id"):"");La.length||(La="body");Ja={container:La,push:!!t.data("pjax-push-state"),replace:!!t.data("pjax-replace-state"),scrollTo:t.data("pjax-scrollto"),pushRedirect:t.data("pjax-push-redirect"),replaceRedirect:t.data("pjax-replace-redirect"),skipOuterContainers:t.data("pjax-skip-outer-containers"),timeout:t.data("pjax-timeout"),originalEvent:A,
originalTarget:t}}if(void 0===W)if(ma)Ba?l.pjax.click(A,Ja):window.location.assign(la);else{if(t.is(":submit")&&E.length){if(Ba)E.on("submit",function(L){l.pjax.submit(L,Ja)});E.trigger("submit")}}else{var Ia=!E.length;if(Ia)ma||(la=u.getCurrentUrl()),E=l("<form/>",{method:W,action:la}),(A=t.attr("target"))&&E.attr("target",A),/(get|post)/i.test(W)||(E.append(l("<input/>",{name:"_method",value:W,type:"hidden"})),W="post",E.attr("method",W)),/post/i.test(W)&&(W=u.getCsrfParam())&&E.append(l("<input/>",
{name:W,value:u.getCsrfToken(),type:"hidden"})),E.hide().appendTo("body");else{var F=E.attr("method");E.attr("method",W);if(ma){var H=E.attr("action");E.attr("action",la)}}if(W=E.data("yiiActiveForm"))W.submitObject=t;pa&&l.each(Da,function(L,O){E.append(l("<input/>").attr({name:L,value:O,type:"hidden"}))});if(Ba)E.on("submit",function(L){l.pjax.submit(L,Ja)});E.trigger("submit");l.when(E.data("yiiSubmitFinalizePromise")).done(function(){Ia?E.remove():(void 0!==H&&E.attr("action",H),E.attr("method",
F),pa&&l.each(Da,function(L){l('input[name="'+L+'"]',E).remove()}))})}},getQueryParams:function(t){var A=t.indexOf("?");if(0>A)return{};t=l.grep(t.substring(A+1).split("#")[0].split("&"),function(Da){return""!==Da});A={};for(var E=0,W=t.length;E<W;E++){var la=t[E].split("="),ma=decodeURIComponent(la[0].replace(/\+/g,"%20"));la=1<la.length?decodeURIComponent(la[1].replace(/\+/g,"%20")):"";ma.length&&(void 0===A[ma]?A[ma]=la||"":(l.isArray(A[ma])||(A[ma]=[A[ma]]),A[ma].push(la||"")))}return A},initModule:function(t){if(void 0===
t.isActive||t.isActive)l.isFunction(t.init)&&t.init(),l.each(t,function(){l.isPlainObject(this)&&u.initModule(this)})},init:function(){J();I();K();G()},getBaseCurrentUrl:function(){return window.location.protocol+"//"+window.location.host},getCurrentUrl:function(){return window.location.href}};return u}(window.jQuery);window.jQuery(function(){window.yii.initModule(window.yii)});
(function(l,J,I,K){var G=function(q,w){arguments.length&&this._init(q,w)};G.prototype={defaults:{debug:!1,contentSelector:"div[data-select-gift]",url:"/chat/send/gift?id={user-id}&giftId={id}"},getOptions:function(){return this.options},_init:function(q,w){this.element=l(q);this.options=l.extend({},this.defaults,w,this.element.data());this.id=!1===this.options.id?this.element.attr("id"):this.options.id;this.options.debug&&console.log("Gift bootstrapped");this._bindEvents()},_getContent:function(){return l(this.options.contentSelector).clone().removeClass("hidden")[0].outerHTML},
_send:function(q,w,u){w=this.options.confirmText.replace("{name}",w).replace("{cost}",u);confirm(w)&&(q=this.options.url.replace("{id}",q).replace("{user-id}",this.options.userId),J.location=q);return!1},_bindEvents:function(){var q=this;this.element.popover({html:!0,sanitize:!1,content:function(){return q._getContent()}}).on("click",function(){l("div.gift").on("click",function(){q._send(l(this).attr("data-gift-id"),l(this).attr("data-gift-name"),l(this).attr("data-gift-cost"))})})}};l.fn.gift=function(q){var w=
"string"===typeof q,u=Array.prototype.slice.call(arguments,1),t=this;if(w&&"_"===q.charAt(0))return t;w?this.each(function(){var A=l.data(this,"gift"),E=A&&l.isFunction(A[q])?A[q].apply(A,u):A;if(E!==A&&E!==K)return t=E,!1}):this.each(function(){l.data(this,"gift")||l.data(this,"gift",new G(this,q))});return t}})(jQuery,window,document);$("#conversation-list div.media").on("click",function(){window.location=$(this).find("a").attr("href")});
(function(l,J,I,K){var G=function(q,w){arguments.length&&this._init(q,w)};G.prototype={defaults:{debug:!0,topDown:!0,currentPage:0,appendMessageSelector:"#history div.prepend-messages",url:"/chat/conversation/messages?userId={user-id}&page={page}&bottomUp={bottom-up}"},getOptions:function(){return this.options},_init:function(q,w){this.element=l(q);this.options=l.extend({},this.defaults,w,this.element.data());this.id=!1===this.options.id?this.element.attr("id"):this.options.id;this.prependMessages=
l(this.options.appendMessageSelector);this.options.debug&&console.log("HistoryPager bootstrapped");this._bindEvents()},next:function(){var q=this.options.url.replace("{user-id}",this.options.userId).replace("{page}",this.options.currentPage+1).replace("{bottom-up}",this.options.bottomUp),w=this;l.ajax({url:q,type:"GET",dataType:"json",success:function(u){0<u.messages.length&&(w.addMessages(u.messages),w.options.currentPage++);u.isLastPage&&w.prependMessages.addClass("d-none")}})},addMessages:function(q){this.options.bottomUp?
this.prependMessages.before(q):this.prependMessages.after(q);this._sortMessages();this._rebindEvents()},_sortMessages:function(){var q=l("div.media[data-date]").get().slice(-1*this.options.pageSize);this.options.bottomUp||q.reverse();l(q).each(function(w,u){w=l(u).attr("data-date");u=l(u).prev("div.date[data-date]");u.attr("data-date")===w&&u.remove()})},_rebindEvents:function(){l("a[data-open-picture-id]").on("click",function(){var q=l(this).attr("data-open-picture-id");l("a[data-lightbox=received-pictures][data-picture-id="+
q+"]").trigger("click")})},_bindEvents:function(){var q=this;this.element.on("click",function(){q.next()});this._rebindEvents()}};l.fn.historyPager=function(q){var w="string"===typeof q,u=Array.prototype.slice.call(arguments,1),t=this;if(w&&"_"===q.charAt(0))return t;w?this.each(function(){var A=l.data(this,"historyPager"),E=A&&l.isFunction(A[q])?A[q].apply(A,u):A;if(E!==A&&E!==K)return t=E,!1}):this.each(function(){l.data(this,"historyPager")||l.data(this,"historyPager",new G(this,q))});return t}})(jQuery,
window,document);
(function(l,J){"object"===typeof exports&&"undefined"!==typeof module?module.exports=J():"function"===typeof define&&define.amd?define(J):(l="undefined"!==typeof globalThis?globalThis:l||self,l.bootstrap=J())})(this,function(){function l(a,c){return c&&c+"::"+Nb++||a.uidEvent||Nb++}function J(a){var c=l(a);a.uidEvent=c;rb[c]=rb[c]||{};return rb[c]}function I(a,c){return function v(n){A(n,{delegateTarget:a});v.oneOff&&R.off(a,n.type,c);return c.apply(a,[n])}}function K(a,c,f){return function C(v){var P=a.querySelectorAll(c),
M={$jscomp$loop$prop$target$52:void 0};for(function(T){return function(){T.$jscomp$loop$prop$target$52=v.target;return v}}(M)();M.$jscomp$loop$prop$target$52&&M.$jscomp$loop$prop$target$52!==this;M={$jscomp$loop$prop$target$52:M.$jscomp$loop$prop$target$52},M.$jscomp$loop$prop$target$52=M.$jscomp$loop$prop$target$52.parentNode)for(var U=$jscomp.makeIterator(P),Y=U.next();!Y.done;Y=U.next())if(Y.value===M.$jscomp$loop$prop$target$52)return A(v,{delegateTarget:M.$jscomp$loop$prop$target$52}),C.oneOff&&
R.off(a,v.type,c,f),f.apply(M.$jscomp$loop$prop$target$52,[v])}}function G(a,c,f){f=void 0===f?null:f;return Object.values(a).find(function(n){return n.callable===c&&n.delegationSelector===f})}function q(a,c,f){var n="string"===typeof c;c=n?f:c||f;f=t(a);Nc.has(f)||(f=a);return[n,c,f]}function w(a,c,f,n,v){if("string"===typeof c&&a){var C=$jscomp.makeIterator(q(c,f,n));n=C.next().value;var P=C.next().value;C=C.next().value;c in vc&&(P=function(Y){return function(T){if(!T.relatedTarget||T.relatedTarget!==
T.delegateTarget&&!T.delegateTarget.contains(T.relatedTarget))return Y.call(this,T)}}(P));var M=J(a);M=M[C]||(M[C]={});var U=G(M,P,n?f:null);U?U.oneOff=U.oneOff&&v:(c=l(P,c.replace(ad,"")),U=n?K(a,f,P):I(a,P),U.delegationSelector=n?f:null,U.callable=P,U.oneOff=v,U.uidEvent=c,M[c]=U,a.addEventListener(C,U,n))}}function u(a,c,f,n,v){if(n=G(c[f],n,v))a.removeEventListener(f,n,!!v),delete c[f][n.uidEvent]}function t(a){a=a.replace(Ub,"");return vc[a]||a}function A(a,c){c=void 0===c?{}:c;var f={};c=$jscomp.makeIterator(Object.entries(c));
for(var n=c.next();!n.done;f={$jscomp$loop$prop$value$54:f.$jscomp$loop$prop$value$54},n=c.next()){n=$jscomp.makeIterator(n.value);var v=n.next().value;f.$jscomp$loop$prop$value$54=n.next().value;try{a[v]=f.$jscomp$loop$prop$value$54}catch(C){Object.defineProperty(a,v,{configurable:!0,get:function(P){return function(){return P.$jscomp$loop$prop$value$54}}(f)})}}return a}function E(a){if("true"===a)return!0;if("false"===a)return!1;if(a===Number(a).toString())return Number(a);if(""===a||"null"===a)return null;
if("string"!==typeof a)return a;try{return JSON.parse(decodeURIComponent(a))}catch(c){return a}}function W(a){return a.replace(/[A-Z]/g,function(c){return"-"+c.toLowerCase()})}function la(a){return a?(a.nodeName||"").toLowerCase():null}function ma(a){return null==a?window:"[object Window]"!==a.toString()?(a=a.ownerDocument)?a.defaultView||window:window:a}function Da(a){var c=ma(a).Element;return a instanceof c||a instanceof Element}function pa(a){var c=ma(a).HTMLElement;return a instanceof c||a instanceof
HTMLElement}function Ba(a){if("undefined"===typeof ShadowRoot)return!1;var c=ma(a).ShadowRoot;return a instanceof c||a instanceof ShadowRoot}function Ja(a){return a.split("-")[0]}function La(){var a=navigator.userAgentData;return null!=a&&a.brands&&Array.isArray(a.brands)?a.brands.map(function(c){return c.brand+"/"+c.version}).join(" "):navigator.userAgent}function Ia(){return!/^((?!chrome|android).)*safari/i.test(La())}function F(a,c,f){void 0===c&&(c=!1);void 0===f&&(f=!1);var n=a.getBoundingClientRect(),
v=1,C=1;c&&pa(a)&&(v=0<a.offsetWidth?Wa(n.width)/a.offsetWidth||1:1,C=0<a.offsetHeight?Wa(n.height)/a.offsetHeight||1:1);a=(Da(a)?ma(a):window).visualViewport;c=!Ia()&&f;f=(n.left+(c&&a?a.offsetLeft:0))/v;a=(n.top+(c&&a?a.offsetTop:0))/C;v=n.width/v;n=n.height/C;return{width:v,height:n,top:a,right:f+v,bottom:a+n,left:f,x:f,y:a}}function H(a){var c=F(a),f=a.offsetWidth,n=a.offsetHeight;1>=Math.abs(c.width-f)&&(f=c.width);1>=Math.abs(c.height-n)&&(n=c.height);return{x:a.offsetLeft,y:a.offsetTop,width:f,
height:n}}function L(a,c){var f=c.getRootNode&&c.getRootNode();if(a.contains(c))return!0;if(f&&Ba(f)){do{if(c&&a.isSameNode(c))return!0;c=c.parentNode||c.host}while(c)}return!1}function O(a){return ma(a).getComputedStyle(a)}function Z(a){return((Da(a)?a.ownerDocument:a.document)||window.document).documentElement}function ja(a){return"html"===la(a)?a:a.assignedSlot||a.parentNode||(Ba(a)?a.host:null)||Z(a)}function qa(a){return pa(a)&&"fixed"!==O(a).position?a.offsetParent:null}function ia(a){for(var c=
ma(a),f=qa(a);f&&0<=["table","td","th"].indexOf(la(f))&&"static"===O(f).position;)f=qa(f);if(f&&("html"===la(f)||"body"===la(f)&&"static"===O(f).position))return c;if(!f)a:{f=/firefox/i.test(La());if(!/Trident/i.test(La())||!pa(a)||"fixed"!==O(a).position)for(a=ja(a),Ba(a)&&(a=a.host);pa(a)&&0>["html","body"].indexOf(la(a));){var n=O(a);if("none"!==n.transform||"none"!==n.perspective||"paint"===n.contain||-1!==["transform","perspective"].indexOf(n.willChange)||f&&"filter"===n.willChange||f&&n.filter&&
"none"!==n.filter){f=a;break a}else a=a.parentNode}f=null}return f||c}function Aa(a){return 0<=["top","bottom"].indexOf(a)?"x":"y"}function ua(a){return Object.assign({},{top:0,right:0,bottom:0,left:0},a)}function Ca(a,c){return c.reduce(function(f,n){f[n]=a;return f},{})}function Sa(a){return a.split("-")[1]}function db(a){var c,f=a.popper,n=a.popperRect,v=a.placement,C=a.variation,P=a.offsets,M=a.position,U=a.gpuAcceleration,Y=a.adaptive,T=a.roundOffsets,da=a.isFixed;a=P.x;var ka=void 0===a?0:a;
a=P.y;var aa=void 0===a?0:a;a="function"===typeof T?T({x:ka,y:aa}):{x:ka,y:aa};ka=a.x;aa=a.y;a=P.hasOwnProperty("x");P=P.hasOwnProperty("y");var wa="left",ca="top",Fa=window;if(Y){var sa=ia(f),Ka="clientHeight",Ua="clientWidth";sa===ma(f)&&(sa=Z(f),"static"!==O(sa).position&&"absolute"===M&&(Ka="scrollHeight",Ua="scrollWidth"));if("top"===v||("left"===v||"right"===v)&&"end"===C)ca="bottom",aa-=(da&&sa===Fa&&Fa.visualViewport?Fa.visualViewport.height:sa[Ka])-n.height,aa*=U?1:-1;if("left"===v||("top"===
v||"bottom"===v)&&"end"===C)wa="right",ka-=(da&&sa===Fa&&Fa.visualViewport?Fa.visualViewport.width:sa[Ua])-n.width,ka*=U?1:-1}n=Object.assign({position:M},Y&&Oc);!0===T?(T=ka,v=aa,f=ma(f).devicePixelRatio||1,f={x:Wa(T*f)/f||0,y:Wa(v*f)/f||0}):f={x:ka,y:aa};ka=f.x;aa=f.y;if(U){var oa;return Object.assign({},n,(oa={},oa[ca]=P?"0":"",oa[wa]=a?"0":"",oa.transform=1>=(Fa.devicePixelRatio||1)?"translate("+ka+"px, "+aa+"px)":"translate3d("+ka+"px, "+aa+"px, 0)",oa))}return Object.assign({},n,(c={},c[ca]=
P?aa+"px":"",c[wa]=a?ka+"px":"",c.transform="",c))}function hb(a){return a.replace(/left|right|bottom|top/g,function(c){return nc[c]})}function Qb(a){return a.replace(/start|end/g,function(c){return mc[c]})}function Vb(a){a=ma(a);return{scrollLeft:a.pageXOffset,scrollTop:a.pageYOffset}}function dc(a){return F(Z(a)).left+Vb(a).scrollLeft}function Wb(a){a=O(a);return/auto|scroll|overlay|hidden/.test(a.overflow+a.overflowY+a.overflowX)}function qc(a){return 0<=["html","body","#document"].indexOf(la(a))?
a.ownerDocument.body:pa(a)&&Wb(a)?a:qc(ja(a))}function Ta(a,c){var f;void 0===c&&(c=[]);var n=qc(a);a=n===(null==(f=a.ownerDocument)?void 0:f.body);f=ma(n);n=a?[f].concat(f.visualViewport||[],Wb(n)?n:[]):n;c=c.concat(n);return a?c:c.concat(Ta(ja(n)))}function Xb(a){return Object.assign({},a,{left:a.x,top:a.y,right:a.x+a.width,bottom:a.y+a.height})}function rc(a,c,f){if("viewport"===c){var n=ma(a),v=Z(a);n=n.visualViewport;c=v.clientWidth;v=v.clientHeight;var C=0,P=0;if(n){c=n.width;v=n.height;var M=
Ia();if(M||!M&&"fixed"===f)C=n.offsetLeft,P=n.offsetTop}a={width:c,height:v,x:C+dc(a),y:P};a=Xb(a)}else Da(c)?(a=F(c,!1,"fixed"===f),a.top+=c.clientTop,a.left+=c.clientLeft,a.bottom=a.top+c.clientHeight,a.right=a.left+c.clientWidth,a.width=c.clientWidth,a.height=c.clientHeight,a.x=a.left,a.y=a.top):(C=Z(a),a=Z(C),c=Vb(C),f=null==(n=C.ownerDocument)?void 0:n.body,n=kb(a.scrollWidth,a.clientWidth,f?f.scrollWidth:0,f?f.clientWidth:0),v=kb(a.scrollHeight,a.clientHeight,f?f.scrollHeight:0,f?f.clientHeight:
0),C=-c.scrollLeft+dc(C),c=-c.scrollTop,"rtl"===O(f||a).direction&&(C+=kb(a.clientWidth,f?f.clientWidth:0)-n),a=Xb({width:n,height:v,x:C,y:c}));return a}function fc(a){var c=Ta(ja(a)),f=0<=["absolute","fixed"].indexOf(O(a).position)&&pa(a)?ia(a):a;return Da(f)?c.filter(function(n){return Da(n)&&L(n,f)&&"body"!==la(n)}):[]}function Fc(a,c,f,n){c="clippingParents"===c?fc(a):[].concat(c);f=[].concat(c,[f]);f=f.reduce(function(v,C){C=rc(a,C,n);v.top=kb(C.top,v.top);v.right=xb(C.right,v.right);v.bottom=
xb(C.bottom,v.bottom);v.left=kb(C.left,v.left);return v},rc(a,f[0],n));f.width=f.right-f.left;f.height=f.bottom-f.top;f.x=f.left;f.y=f.top;return f}function Gc(a){var c=a.reference,f=a.element,n=(a=a.placement)?Ja(a):null;a=a?Sa(a):null;var v=c.x+c.width/2-f.width/2,C=c.y+c.height/2-f.height/2;switch(n){case "top":v={x:v,y:c.y-f.height};break;case "bottom":v={x:v,y:c.y+c.height};break;case "right":v={x:c.x+c.width,y:C};break;case "left":v={x:c.x-f.width,y:C};break;default:v={x:c.x,y:c.y}}n=n?Aa(n):
null;if(null!=n)switch(C="y"===n?"height":"width",a){case "start":v[n]-=c[C]/2-f[C]/2;break;case "end":v[n]+=c[C]/2-f[C]/2}return v}function $a(a,c){void 0===c&&(c={});var f=c;c=f.placement;c=void 0===c?a.placement:c;var n=f.strategy,v=void 0===n?a.strategy:n;n=f.boundary;var C=void 0===n?"clippingParents":n;n=f.rootBoundary;var P=void 0===n?"viewport":n;n=f.elementContext;n=void 0===n?"popper":n;var M=f.altBoundary,U=void 0===M?!1:M;f=f.padding;f=void 0===f?0:f;f=ua("number"!==typeof f?f:Ca(f,qb));
M=a.rects.popper;U=a.elements[U?"popper"===n?"reference":"popper":n];v=Fc(Da(U)?U:U.contextElement||Z(a.elements.popper),C,P,v);C=F(a.elements.reference);P=Gc({reference:C,element:M,strategy:"absolute",placement:c});P=Xb(Object.assign({},M,P));C="popper"===n?P:C;var Y={top:v.top-C.top+f.top,bottom:C.bottom-v.bottom+f.bottom,left:v.left-C.left+f.left,right:C.right-v.right+f.right};a=a.modifiersData.offset;if("popper"===n&&a){var T=a[c];Object.keys(Y).forEach(function(da){var ka=0<=["right","bottom"].indexOf(da)?
1:-1,aa=0<=["top","bottom"].indexOf(da)?"y":"x";Y[da]+=T[aa]*ka})}return Y}function Hb(a,c){void 0===c&&(c={});var f=c.boundary,n=c.rootBoundary,v=c.padding,C=c.flipVariations,P=c.allowedAutoPlacements,M=void 0===P?Pb:P,U=Sa(c.placement);c=U?C?xc:xc.filter(function(T){return Sa(T)===U}):qb;C=c.filter(function(T){return 0<=M.indexOf(T)});0===C.length&&(C=c);var Y=C.reduce(function(T,da){T[da]=$a(a,{placement:da,boundary:f,rootBoundary:n,padding:v})[Ja(da)];return T},{});return Object.keys(Y).sort(function(T,
da){return Y[T]-Y[da]})}function Ib(a){if("auto"===Ja(a))return[];var c=hb(a);return[Qb(a),c,Qb(c)]}function gc(a,c,f){void 0===f&&(f={x:0,y:0});return{top:a.top-c.height-f.y,right:a.right-c.width+f.x,bottom:a.bottom-c.height+f.y,left:a.left-c.width-f.x}}function hc(a){return["top","right","bottom","left"].some(function(c){return 0<=a[c]})}function Hc(a,c,f){void 0===f&&(f=!1);var n=pa(c),v;if(v=pa(c)){var C=c.getBoundingClientRect();v=Wa(C.width)/c.offsetWidth||1;C=Wa(C.height)/c.offsetHeight||1;
v=1!==v||1!==C}C=v;v=Z(c);a=F(a,C,f);C={scrollLeft:0,scrollTop:0};var P={x:0,y:0};if(n||!n&&!f){if("body"!==la(c)||Wb(v))C=c!==ma(c)&&pa(c)?{scrollLeft:c.scrollLeft,scrollTop:c.scrollTop}:Vb(c);pa(c)?(P=F(c,!0),P.x+=c.clientLeft,P.y+=c.clientTop):v&&(P.x=dc(v))}return{x:a.left+C.scrollLeft-P.x,y:a.top+C.scrollTop-P.y,width:a.width,height:a.height}}function Ic(a){function c(C){n.add(C.name);[].concat(C.requires||[],C.requiresIfExists||[]).forEach(function(P){n.has(P)||(P=f.get(P))&&c(P)});v.push(C)}
var f=new Map,n=new Set,v=[];a.forEach(function(C){f.set(C.name,C)});a.forEach(function(C){n.has(C.name)||c(C)});return v}function tc(a){var c=Ic(a);return kc.reduce(function(f,n){return f.concat(c.filter(function(v){return v.phase===n}))},[])}function Zc(a){var c;return function(){c||(c=new Promise(function(f){Promise.resolve().then(function(){c=void 0;f(a())})}));return c}}function $c(a){var c=a.reduce(function(f,n){var v=f[n.name];f[n.name]=v?Object.assign({},v,n,{options:Object.assign({},v.options,
n.options),data:Object.assign({},v.data,n.data)}):n;return f},{});return Object.keys(c).map(function(f){return c[f]})}function bb(){for(var a=arguments.length,c=Array(a),f=0;f<a;f++)c[f]=arguments[f];return!c.some(function(n){return!(n&&"function"===typeof n.getBoundingClientRect)})}function Yb(a){void 0===a&&(a={});var c=a.defaultModifiers,f=void 0===c?[]:c;a=a.defaultOptions;var n=void 0===a?oc:a;return function(v,C,P){function M(){Y.orderedModifiers.forEach(function(aa){var wa=aa.name,ca=aa.options;
ca=void 0===ca?{}:ca;aa=aa.effect;"function"===typeof aa&&(wa=aa({state:Y,name:wa,instance:ka,options:ca}),T.push(wa||function(){}))})}function U(){T.forEach(function(aa){return aa()});T=[]}void 0===P&&(P=n);var Y={placement:"bottom",orderedModifiers:[],options:Object.assign({},oc,n),modifiersData:{},elements:{reference:v,popper:C},attributes:{},styles:{}},T=[],da=!1,ka={state:Y,setOptions:function(aa){aa="function"===typeof aa?aa(Y.options):aa;U();Y.options=Object.assign({},n,Y.options,aa);Y.scrollParents=
{reference:Da(v)?Ta(v):v.contextElement?Ta(v.contextElement):[],popper:Ta(C)};aa=tc($c([].concat(f,Y.options.modifiers)));Y.orderedModifiers=aa.filter(function(wa){return wa.enabled});M();return ka.update()},forceUpdate:function(){if(!da){var aa=Y.elements,wa=aa.reference;aa=aa.popper;if(bb(wa,aa))for(Y.rects={reference:Hc(wa,ia(aa),"fixed"===Y.options.strategy),popper:H(aa)},Y.reset=!1,Y.placement=Y.options.placement,Y.orderedModifiers.forEach(function(sa){return Y.modifiersData[sa.name]=Object.assign({},
sa.data)}),wa=0;wa<Y.orderedModifiers.length;wa++)if(!0===Y.reset)Y.reset=!1,wa=-1;else{var ca=Y.orderedModifiers[wa];aa=ca.fn;var Fa=ca.options;Fa=void 0===Fa?{}:Fa;ca=ca.name;"function"===typeof aa&&(Y=aa({state:Y,options:Fa,name:ca,instance:ka})||Y)}}},update:Zc(function(){return new Promise(function(aa){ka.forceUpdate();aa(Y)})}),destroy:function(){U();da=!0}};if(!bb(v,C))return ka;ka.setOptions(P).then(function(aa){if(!da&&P.onFirstUpdate)P.onFirstUpdate(aa)});return ka}}var Ra=new Map,ac={set:function(a,
c,f){Ra.has(a)||Ra.set(a,new Map);a=Ra.get(a);a.has(c)||0===a.size?a.set(c,f):console.error("Bootstrap doesn't allow more than one instance per element. Bound instance: "+Array.from(a.keys())[0]+".")},get:function(a,c){return Ra.has(a)?Ra.get(a).get(c)||null:null},remove:function(a,c){if(Ra.has(a)){var f=Ra.get(a);f.delete(c);0===f.size&&Ra.delete(a)}}},Jb=function(a){a&&window.CSS&&window.CSS.escape&&(a=a.replace(/#([^\s"#']+)/g,function(c,f){return"#"+CSS.escape(f)}));return a},wb=function(a){if(!a)return 0;
var c=window.getComputedStyle(a);a=c.transitionDuration;c=c.transitionDelay;var f=Number.parseFloat(a),n=Number.parseFloat(c);if(!f&&!n)return 0;a=a.split(",")[0];c=c.split(",")[0];return 1E3*(Number.parseFloat(a)+Number.parseFloat(c))},jb=function(a){if(!a||"object"!==typeof a)return!1;"undefined"!==typeof a.jquery&&(a=a[0]);return"undefined"!==typeof a.nodeType},vb=function(a){return jb(a)?a.jquery?a[0]:a:"string"===typeof a&&0<a.length?document.querySelector(Jb(a)):null},ub=function(a){if(!jb(a)||
0===a.getClientRects().length)return!1;var c="visible"===getComputedStyle(a).getPropertyValue("visibility"),f=a.closest("details:not([open])");return f?f!==a&&((a=a.closest("summary"))&&a.parentNode!==f||null===a)?!1:c:c},zb=function(a){return!a||a.nodeType!==Node.ELEMENT_NODE||a.classList.contains("disabled")?!0:"undefined"!==typeof a.disabled?a.disabled:a.hasAttribute("disabled")&&"false"!==a.getAttribute("disabled")},Jc=function(a){return document.documentElement.attachShadow?"function"===typeof a.getRootNode?
(a=a.getRootNode(),a instanceof ShadowRoot?a:null):a instanceof ShadowRoot?a:a.parentNode?Jc(a.parentNode):null:null},ra=function(){},xa=function(){return window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null},Eb=[],ta=function(a){"loading"===document.readyState?(Eb.length||document.addEventListener("DOMContentLoaded",function(){for(var c=$jscomp.makeIterator(Eb),f=c.next();!f.done;f=c.next())f=f.value,f()}),Eb.push(a)):a()},ib=function(){return"rtl"===document.documentElement.dir},
lb=function(a){ta(function(){var c=xa();if(c){var f=a.NAME,n=c.fn[f];c.fn[f]=a.jQueryInterface;c.fn[f].Constructor=a;c.fn[f].noConflict=function(){c.fn[f]=n;return a.jQueryInterface}}})},h=function(a,c,f){c=void 0===c?[]:c;f=void 0===f?a:f;return"function"===typeof a?a.apply(null,$jscomp.arrayFromIterable(c)):f},Kc=function(a,c,f){if(void 0===f||f){f=wb(c)+5;var n=!1,v=function(C){C.target===c&&(n=!0,c.removeEventListener("transitionend",v),h(a))};c.addEventListener("transitionend",v);setTimeout(function(){n||
c.dispatchEvent(new Event("transitionend"))},f)}else h(a)},uc=function(a,c,f,n){var v=a.length;c=a.indexOf(c);if(-1===c)return!f&&n?a[v-1]:a[0];c+=f?1:-1;n&&(c=(c+v)%v);return a[Math.max(0,Math.min(c,v-1))]},ad=/[^.]*(?=\..*)\.|.*/,Ub=/\..*/,bd=/::\d+$/,rb={},Nb=1,vc={mouseenter:"mouseover",mouseleave:"mouseout"},Nc=new Set("click dblclick mouseup mousedown contextmenu mousewheel DOMMouseScroll mouseover mouseout mousemove selectstart selectend keydown keypress keyup orientationchange touchstart touchmove touchend touchcancel pointerdown pointermove pointerup pointerleave pointercancel gesturestart gesturechange gestureend focus blur change reset select submit focusin focusout load unload beforeunload resize move DOMContentLoaded readystatechange error abort scroll".split(" ")),
R={on:function(a,c,f,n){w(a,c,f,n,!1)},one:function(a,c,f,n){w(a,c,f,n,!0)},off:function(a,c,f,n){if("string"===typeof c&&a){n=$jscomp.makeIterator(q(c,f,n));var v=n.next().value,C=n.next().value;n=n.next().value;var P=n!==c,M=J(a),U=M[n]||{},Y=c.startsWith(".");if("undefined"!==typeof C)Object.keys(U).length&&u(a,M,n,C,v?f:null);else{if(Y)for(f=$jscomp.makeIterator(Object.keys(M)),v=f.next();!v.done;v=f.next()){v=v.value;C=a;Y=c.slice(1);for(var T=$jscomp.makeIterator(Object.entries(M[v]||{})),da=
T.next();!da.done;da=T.next()){var ka=$jscomp.makeIterator(da.value);da=ka.next().value;ka=ka.next().value;da.includes(Y)&&u(C,M,v,ka.callable,ka.delegationSelector)}}U=$jscomp.makeIterator(Object.entries(U));for(f=U.next();!f.done;f=U.next())v=$jscomp.makeIterator(f.value),f=v.next().value,v=v.next().value,f=f.replace(bd,""),P&&!c.includes(f)||u(a,M,n,v.callable,v.delegationSelector)}}},trigger:function(a,c,f){if("string"!==typeof c||!a)return null;var n=xa(),v=t(c),C=null,P=!0,M=!0,U=!1;c!==v&&
n&&(C=n.Event(c,f),n(a).trigger(C),P=!C.isPropagationStopped(),M=!C.isImmediatePropagationStopped(),U=C.isDefaultPrevented());c=A(new Event(c,{bubbles:P,cancelable:!0}),f);U&&c.preventDefault();M&&a.dispatchEvent(c);c.defaultPrevented&&C&&C.preventDefault();return c}},Cb={setDataAttribute:function(a,c,f){a.setAttribute("data-bs-"+W(c),f)},removeDataAttribute:function(a,c){a.removeAttribute("data-bs-"+W(c))},getDataAttributes:function(a){if(!a)return{};var c={},f=Object.keys(a.dataset).filter(function(C){return C.startsWith("bs")&&
!C.startsWith("bsConfig")});f=$jscomp.makeIterator(f);for(var n=f.next();!n.done;n=f.next()){n=n.value;var v=n.replace(/^bs/,"");v=v.charAt(0).toLowerCase()+v.slice(1,v.length);c[v]=E(a.dataset[n])}return c},getDataAttribute:function(a,c){return E(a.getAttribute("data-bs-"+W(c)))}},nb=function(){};nb.prototype._getConfig=function(a){a=this._mergeConfigObj(a);a=this._configAfterMerge(a);this._typeCheckConfig(a);return a};nb.prototype._configAfterMerge=function(a){return a};nb.prototype._mergeConfigObj=
function(a,c){var f=jb(c)?Cb.getDataAttribute(c,"config"):{};return Object.assign({},this.constructor.Default,"object"===typeof f?f:{},jb(c)?Cb.getDataAttributes(c):{},"object"===typeof a?a:{})};nb.prototype._typeCheckConfig=function(a,c){c=void 0===c?this.constructor.DefaultType:c;c=$jscomp.makeIterator(Object.entries(c));for(var f=c.next();!f.done;f=c.next()){var n=$jscomp.makeIterator(f.value);f=n.next().value;n=n.next().value;var v=a[f];v=jb(v)?"element":null===v||void 0===v?""+v:Object.prototype.toString.call(v).match(/\s([a-z]+)/i)[1].toLowerCase();
if(!(new RegExp(n)).test(v))throw new TypeError(this.constructor.NAME.toUpperCase()+': Option "'+f+'" provided type "'+v+'" but expected type "'+n+'".');}};$jscomp.global.Object.defineProperties(nb,{Default:{configurable:!0,enumerable:!0,get:function(){return{}}},DefaultType:{configurable:!0,enumerable:!0,get:function(){return{}}},NAME:{configurable:!0,enumerable:!0,get:function(){throw Error('You have to implement the static method "NAME", for each component!');}}});var za=function(a,c){a=vb(a);
if(!a)return this;this._element=a;this._config=this._getConfig(c);ac.set(this._element,this.constructor.DATA_KEY,this);return this};$jscomp.inherits(za,nb);za.prototype.dispose=function(){ac.remove(this._element,this.constructor.DATA_KEY);R.off(this._element,this.constructor.EVENT_KEY);for(var a=$jscomp.makeIterator(Object.getOwnPropertyNames(this)),c=a.next();!c.done;c=a.next())this[c.value]=null};za.prototype._queueCallback=function(a,c,f){Kc(a,c,void 0===f?!0:f)};za.prototype._getConfig=function(a){a=
this._mergeConfigObj(a,this._element);a=this._configAfterMerge(a);this._typeCheckConfig(a);return a};za.getInstance=function(a){return ac.get(vb(a),this.DATA_KEY)};za.getOrCreateInstance=function(a,c){c=void 0===c?{}:c;return this.getInstance(a)||new this(a,"object"===typeof c?c:null)};za.eventName=function(a){return""+a+this.EVENT_KEY};$jscomp.global.Object.defineProperties(za,{VERSION:{configurable:!0,enumerable:!0,get:function(){return"5.3.3"}},DATA_KEY:{configurable:!0,enumerable:!0,get:function(){return"bs."+
this.NAME}},EVENT_KEY:{configurable:!0,enumerable:!0,get:function(){return"."+this.DATA_KEY}}});var wc=function(a){var c=a.getAttribute("data-bs-target");if(!c||"#"===c){a=a.getAttribute("href");if(!a||!a.includes("#")&&!a.startsWith("."))return null;a.includes("#")&&!a.startsWith("#")&&(a="#"+a.split("#")[1]);c=a&&"#"!==a?a.trim():null}return c?c.split(",").map(function(f){return Jb(f)}).join(","):null},ea={find:function(a,c){c=void 0===c?document.documentElement:c;return[].concat.apply([],$jscomp.arrayFromIterable(Element.prototype.querySelectorAll.call(c,
a)))},findOne:function(a,c){c=void 0===c?document.documentElement:c;return Element.prototype.querySelector.call(c,a)},children:function(a,c){return[].concat.apply([],$jscomp.arrayFromIterable(a.children)).filter(function(f){return f.matches(c)})},parents:function(a,c){var f=[];for(a=a.parentNode.closest(c);a;)f.push(a),a=a.parentNode.closest(c);return f},prev:function(a,c){for(a=a.previousElementSibling;a;){if(a.matches(c))return[a];a=a.previousElementSibling}return[]},next:function(a,c){for(a=a.nextElementSibling;a;){if(a.matches(c))return[a];
a=a.nextElementSibling}return[]},focusableChildren:function(a){var c='a button input textarea select details [tabindex] [contenteditable="true"]'.split(" ").map(function(f){return f+':not([tabindex^="-"])'}).join(",");return this.find(c,a).filter(function(f){return!zb(f)&&ub(f)})},getSelectorFromElement:function(a){return(a=wc(a))?ea.findOne(a)?a:null:null},getElementFromSelector:function(a){return(a=wc(a))?ea.findOne(a):null},getMultipleElementsFromSelector:function(a){return(a=wc(a))?ea.find(a):
[]}},ic=function(a,c){c=void 0===c?"hide":c;var f=a.NAME;R.on(document,"click.dismiss"+a.EVENT_KEY,'[data-bs-dismiss="'+f+'"]',function(n){["A","AREA"].includes(this.tagName)&&n.preventDefault();zb(this)||(n=ea.getElementFromSelector(this)||this.closest("."+f),a.getOrCreateInstance(n)[c]())})},tb=function(){return za.apply(this,arguments)||this};$jscomp.inherits(tb,za);tb.prototype.close=function(){var a=this;if(!R.trigger(this._element,"close.bs.alert").defaultPrevented){this._element.classList.remove("show");
var c=this._element.classList.contains("fade");this._queueCallback(function(){return a._destroyElement()},this._element,c)}};tb.prototype._destroyElement=function(){this._element.remove();R.trigger(this._element,"closed.bs.alert");this.dispose()};tb.jQueryInterface=function(a){return this.each(function(){var c=tb.getOrCreateInstance(this);if("string"===typeof a){if(void 0===c[a]||a.startsWith("_")||"constructor"===a)throw new TypeError('No method named "'+a+'"');c[a](this)}})};$jscomp.global.Object.defineProperties(tb,
{NAME:{configurable:!0,enumerable:!0,get:function(){return"alert"}}});ic(tb,"close");lb(tb);var ab=function(){return za.apply(this,arguments)||this};$jscomp.inherits(ab,za);ab.prototype.toggle=function(){this._element.setAttribute("aria-pressed",this._element.classList.toggle("active"))};ab.jQueryInterface=function(a){return this.each(function(){var c=ab.getOrCreateInstance(this);if("toggle"===a)c[a]()})};$jscomp.global.Object.defineProperties(ab,{NAME:{configurable:!0,enumerable:!0,get:function(){return"button"}}});
R.on(document,"click.bs.button.data-api",'[data-bs-toggle="button"]',function(a){a.preventDefault();a=a.target.closest('[data-bs-toggle="button"]');ab.getOrCreateInstance(a).toggle()});lb(ab);var Uc={endCallback:null,leftCallback:null,rightCallback:null},Vc={endCallback:"(function|null)",leftCallback:"(function|null)",rightCallback:"(function|null)"},Za=function(a,c){this._element=a;if(!a||!Za.isSupported())return this;this._config=this._getConfig(c);this._deltaX=0;this._supportPointerEvents=!!window.PointerEvent;
this._initEvents();return this};$jscomp.inherits(Za,nb);Za.prototype.dispose=function(){R.off(this._element,".bs.swipe")};Za.prototype._start=function(a){this._supportPointerEvents?this._eventIsPointerPenTouch(a)&&(this._deltaX=a.clientX):this._deltaX=a.touches[0].clientX};Za.prototype._end=function(a){this._eventIsPointerPenTouch(a)&&(this._deltaX=a.clientX-this._deltaX);this._handleSwipe();h(this._config.endCallback)};Za.prototype._move=function(a){this._deltaX=a.touches&&1<a.touches.length?0:a.touches[0].clientX-
this._deltaX};Za.prototype._handleSwipe=function(){var a=Math.abs(this._deltaX);40>=a||(a/=this._deltaX,this._deltaX=0,a&&h(0<a?this._config.rightCallback:this._config.leftCallback))};Za.prototype._initEvents=function(){var a=this;this._supportPointerEvents?(R.on(this._element,"pointerdown.bs.swipe",function(c){return a._start(c)}),R.on(this._element,"pointerup.bs.swipe",function(c){return a._end(c)}),this._element.classList.add("pointer-event")):(R.on(this._element,"touchstart.bs.swipe",function(c){return a._start(c)}),
R.on(this._element,"touchmove.bs.swipe",function(c){return a._move(c)}),R.on(this._element,"touchend.bs.swipe",function(c){return a._end(c)}))};Za.prototype._eventIsPointerPenTouch=function(a){return this._supportPointerEvents&&("pen"===a.pointerType||"touch"===a.pointerType)};Za.isSupported=function(){return"ontouchstart"in document.documentElement||0<navigator.maxTouchPoints};$jscomp.global.Object.defineProperties(Za,{Default:{configurable:!0,enumerable:!0,get:function(){return Uc}},DefaultType:{configurable:!0,
enumerable:!0,get:function(){return Vc}},NAME:{configurable:!0,enumerable:!0,get:function(){return"swipe"}}});var fa={},cb=(fa.ArrowLeft="right",fa.ArrowRight="left",fa),Xc={interval:5E3,keyboard:!0,pause:"hover",ride:!1,touch:!0,wrap:!0},Wc={interval:"(number|boolean)",keyboard:"boolean",pause:"(string|boolean)",ride:"(boolean|string)",touch:"boolean",wrap:"boolean"},Ga=function(a,c){a=za.call(this,a,c)||this;a._interval=null;a._activeElement=null;a._isSliding=!1;a.touchTimeout=null;a._swipeHelper=
null;a._indicatorsElement=ea.findOne(".carousel-indicators",a._element);a._addEventListeners();"carousel"===a._config.ride&&a.cycle();return a};$jscomp.inherits(Ga,za);Ga.prototype.next=function(){this._slide("next")};Ga.prototype.nextWhenVisible=function(){!document.hidden&&ub(this._element)&&this.next()};Ga.prototype.prev=function(){this._slide("prev")};Ga.prototype.pause=function(){this._isSliding&&this._element.dispatchEvent(new Event("transitionend"));this._clearInterval()};Ga.prototype.cycle=
function(){var a=this;this._clearInterval();this._updateInterval();this._interval=setInterval(function(){return a.nextWhenVisible()},this._config.interval)};Ga.prototype._maybeEnableCycle=function(){var a=this;if(this._config.ride)if(this._isSliding)R.one(this._element,"slid.bs.carousel",function(){return a.cycle()});else this.cycle()};Ga.prototype.to=function(a){var c=this,f=this._getItems();if(!(a>f.length-1||0>a))if(this._isSliding)R.one(this._element,"slid.bs.carousel",function(){return c.to(a)});
else{var n=this._getItemIndex(this._getActive());n!==a&&this._slide(a>n?"next":"prev",f[a])}};Ga.prototype.dispose=function(){this._swipeHelper&&this._swipeHelper.dispose();za.prototype.dispose.call(this)};Ga.prototype._configAfterMerge=function(a){a.defaultInterval=a.interval;return a};Ga.prototype._addEventListeners=function(){var a=this;if(this._config.keyboard)R.on(this._element,"keydown.bs.carousel",function(c){return a._keydown(c)});"hover"===this._config.pause&&(R.on(this._element,"mouseenter.bs.carousel",
function(){return a.pause()}),R.on(this._element,"mouseleave.bs.carousel",function(){return a._maybeEnableCycle()}));this._config.touch&&Za.isSupported()&&this._addTouchEventListeners()};Ga.prototype._addTouchEventListeners=function(){for(var a=this,c=$jscomp.makeIterator(ea.find(".carousel-item img",this._element)),f=c.next();!f.done;f=c.next())R.on(f.value,"dragstart.bs.carousel",function(n){return n.preventDefault()});this._swipeHelper=new Za(this._element,{leftCallback:function(){return a._slide(a._directionToOrder("left"))},
rightCallback:function(){return a._slide(a._directionToOrder("right"))},endCallback:function(){"hover"===a._config.pause&&(a.pause(),a.touchTimeout&&clearTimeout(a.touchTimeout),a.touchTimeout=setTimeout(function(){return a._maybeEnableCycle()},500+a._config.interval))}})};Ga.prototype._keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){var c=cb[a.key];c&&(a.preventDefault(),this._slide(this._directionToOrder(c)))}};Ga.prototype._getItemIndex=function(a){return this._getItems().indexOf(a)};
Ga.prototype._setActiveIndicatorElement=function(a){if(this._indicatorsElement){var c=ea.findOne(".active",this._indicatorsElement);c.classList.remove("active");c.removeAttribute("aria-current");if(a=ea.findOne('[data-bs-slide-to="'+a+'"]',this._indicatorsElement))a.classList.add("active"),a.setAttribute("aria-current","true")}};Ga.prototype._updateInterval=function(){var a=this._activeElement||this._getActive();a&&(a=Number.parseInt(a.getAttribute("data-bs-interval"),10),this._config.interval=a||
this._config.defaultInterval)};Ga.prototype._slide=function(a,c){var f=this;c=void 0===c?null:c;if(!this._isSliding){var n=this._getActive(),v="next"===a,C=c||uc(this._getItems(),n,v,this._config.wrap);if(C!==n){var P=this._getItemIndex(C),M=function(T){return R.trigger(f._element,T,{relatedTarget:C,direction:f._orderToDirection(a),from:f._getItemIndex(n),to:P})};if(!M("slide.bs.carousel").defaultPrevented&&n&&C){c=!!this._interval;this.pause();this._isSliding=!0;this._setActiveIndicatorElement(P);
this._activeElement=C;var U=v?"carousel-item-start":"carousel-item-end",Y=v?"carousel-item-next":"carousel-item-prev";C.classList.add(Y);C.offsetHeight;n.classList.add(U);C.classList.add(U);this._queueCallback(function(){C.classList.remove(U,Y);C.classList.add("active");n.classList.remove("active",Y,U);f._isSliding=!1;M("slid.bs.carousel")},n,this._isAnimated());c&&this.cycle()}}}};Ga.prototype._isAnimated=function(){return this._element.classList.contains("slide")};Ga.prototype._getActive=function(){return ea.findOne(".active.carousel-item",
this._element)};Ga.prototype._getItems=function(){return ea.find(".carousel-item",this._element)};Ga.prototype._clearInterval=function(){this._interval&&(clearInterval(this._interval),this._interval=null)};Ga.prototype._directionToOrder=function(a){return ib()?"left"===a?"prev":"next":"left"===a?"next":"prev"};Ga.prototype._orderToDirection=function(a){return ib()?"prev"===a?"left":"right":"prev"===a?"right":"left"};Ga.jQueryInterface=function(a){return this.each(function(){var c=Ga.getOrCreateInstance(this,
a);if("number"===typeof a)c.to(a);else if("string"===typeof a){if(void 0===c[a]||a.startsWith("_")||"constructor"===a)throw new TypeError('No method named "'+a+'"');c[a]()}})};$jscomp.global.Object.defineProperties(Ga,{Default:{configurable:!0,enumerable:!0,get:function(){return Xc}},DefaultType:{configurable:!0,enumerable:!0,get:function(){return Wc}},NAME:{configurable:!0,enumerable:!0,get:function(){return"carousel"}}});R.on(document,"click.bs.carousel.data-api","[data-bs-slide], [data-bs-slide-to]",
function(a){var c=ea.getElementFromSelector(this);c&&c.classList.contains("carousel")&&(a.preventDefault(),a=Ga.getOrCreateInstance(c),(c=this.getAttribute("data-bs-slide-to"))?a.to(c):"next"===Cb.getDataAttribute(this,"slide")?a.next():a.prev(),a._maybeEnableCycle())});R.on(window,"load.bs.carousel.data-api",function(){var a=ea.find('[data-bs-ride="carousel"]');a=$jscomp.makeIterator(a);for(var c=a.next();!c.done;c=a.next())Ga.getOrCreateInstance(c.value)});lb(Ga);var Sb={parent:null,toggle:!0},
yb={parent:"(null|element)",toggle:"boolean"},Oa=function(a,c){var f=za.call(this,a,c)||this;f._isTransitioning=!1;f._triggerArray=[];a=ea.find('[data-bs-toggle="collapse"]');a=$jscomp.makeIterator(a);for(c=a.next();!c.done;c=a.next()){c=c.value;var n=ea.getSelectorFromElement(c),v=ea.find(n).filter(function(C){return C===f._element});null!==n&&v.length&&f._triggerArray.push(c)}f._initializeChildren();f._config.parent||f._addAriaAndCollapsedClass(f._triggerArray,f._isShown());f._config.toggle&&f.toggle();
return f};$jscomp.inherits(Oa,za);Oa.prototype.toggle=function(){this._isShown()?this.hide():this.show()};Oa.prototype.show=function(){var a=this;if(!this._isTransitioning&&!this._isShown()){var c=[];this._config.parent&&(c=this._getFirstLevelChildren(".collapse.show, .collapse.collapsing").filter(function(v){return v!==a._element}).map(function(v){return Oa.getOrCreateInstance(v,{toggle:!1})}));if(!(c.length&&c[0]._isTransitioning||R.trigger(this._element,"show.bs.collapse").defaultPrevented)){c=
$jscomp.makeIterator(c);for(var f=c.next();!f.done;f=c.next())f.value.hide();var n=this._getDimension();this._element.classList.remove("collapse");this._element.classList.add("collapsing");this._element.style[n]=0;this._addAriaAndCollapsedClass(this._triggerArray,!0);this._isTransitioning=!0;c="scroll"+(n[0].toUpperCase()+n.slice(1));this._queueCallback(function(){a._isTransitioning=!1;a._element.classList.remove("collapsing");a._element.classList.add("collapse","show");a._element.style[n]="";R.trigger(a._element,
"shown.bs.collapse")},this._element,!0);this._element.style[n]=this._element[c]+"px"}}};Oa.prototype.hide=function(){var a=this;if(!this._isTransitioning&&this._isShown()&&!R.trigger(this._element,"hide.bs.collapse").defaultPrevented){var c=this._getDimension();this._element.style[c]=this._element.getBoundingClientRect()[c]+"px";this._element.offsetHeight;this._element.classList.add("collapsing");this._element.classList.remove("collapse","show");for(var f=$jscomp.makeIterator(this._triggerArray),
n=f.next();!n.done;n=f.next()){n=n.value;var v=ea.getElementFromSelector(n);v&&!this._isShown(v)&&this._addAriaAndCollapsedClass([n],!1)}this._isTransitioning=!0;this._element.style[c]="";this._queueCallback(function(){a._isTransitioning=!1;a._element.classList.remove("collapsing");a._element.classList.add("collapse");R.trigger(a._element,"hidden.bs.collapse")},this._element,!0)}};Oa.prototype._isShown=function(a){a=void 0===a?this._element:a;return a.classList.contains("show")};Oa.prototype._configAfterMerge=
function(a){a.toggle=!!a.toggle;a.parent=vb(a.parent);return a};Oa.prototype._getDimension=function(){return this._element.classList.contains("collapse-horizontal")?"width":"height"};Oa.prototype._initializeChildren=function(){if(this._config.parent){var a=this._getFirstLevelChildren('[data-bs-toggle="collapse"]');a=$jscomp.makeIterator(a);for(var c=a.next();!c.done;c=a.next()){c=c.value;var f=ea.getElementFromSelector(c);f&&this._addAriaAndCollapsedClass([c],this._isShown(f))}}};Oa.prototype._getFirstLevelChildren=
function(a){var c=ea.find(":scope .collapse .collapse",this._config.parent);return ea.find(a,this._config.parent).filter(function(f){return!c.includes(f)})};Oa.prototype._addAriaAndCollapsedClass=function(a,c){if(a.length){a=$jscomp.makeIterator(a);for(var f=a.next();!f.done;f=a.next())f=f.value,f.classList.toggle("collapsed",!c),f.setAttribute("aria-expanded",c)}};Oa.jQueryInterface=function(a){var c={};"string"===typeof a&&/show|hide/.test(a)&&(c.toggle=!1);return this.each(function(){var f=Oa.getOrCreateInstance(this,
c);if("string"===typeof a){if("undefined"===typeof f[a])throw new TypeError('No method named "'+a+'"');f[a]()}})};$jscomp.global.Object.defineProperties(Oa,{Default:{configurable:!0,enumerable:!0,get:function(){return Sb}},DefaultType:{configurable:!0,enumerable:!0,get:function(){return yb}},NAME:{configurable:!0,enumerable:!0,get:function(){return"collapse"}}});R.on(document,"click.bs.collapse.data-api",'[data-bs-toggle="collapse"]',function(a){("A"===a.target.tagName||a.delegateTarget&&"A"===a.delegateTarget.tagName)&&
a.preventDefault();a=$jscomp.makeIterator(ea.getMultipleElementsFromSelector(this));for(var c=a.next();!c.done;c=a.next())Oa.getOrCreateInstance(c.value,{toggle:!1}).toggle()});lb(Oa);var qb=["top","bottom","right","left"],xc=qb.reduce(function(a,c){return a.concat([c+"-start",c+"-end"])},[]),Pb=[].concat(qb,["auto"]).reduce(function(a,c){return a.concat([c,c+"-start",c+"-end"])},[]),kc="beforeRead read afterRead beforeMain main afterMain beforeWrite write afterWrite".split(" "),Ob={name:"applyStyles",
enabled:!0,phase:"write",fn:function(a){var c=a.state;Object.keys(c.elements).forEach(function(f){var n=c.styles[f]||{},v=c.attributes[f]||{},C=c.elements[f];pa(C)&&la(C)&&(Object.assign(C.style,n),Object.keys(v).forEach(function(P){var M=v[P];!1===M?C.removeAttribute(P):C.setAttribute(P,!0===M?"":M)}))})},effect:function(a){var c=a.state,f={popper:{position:c.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(c.elements.popper.style,f.popper);c.styles=
f;c.elements.arrow&&Object.assign(c.elements.arrow.style,f.arrow);return function(){Object.keys(c.elements).forEach(function(n){var v=c.elements[n],C=c.attributes[n]||{};n=Object.keys(c.styles.hasOwnProperty(n)?c.styles[n]:f[n]).reduce(function(P,M){P[M]="";return P},{});pa(v)&&la(v)&&(Object.assign(v.style,n),Object.keys(C).forEach(function(P){v.removeAttribute(P)}))})}},requires:["computeStyles"]},kb=Math.max,xb=Math.min,Wa=Math.round,Dc={name:"arrow",enabled:!0,phase:"main",fn:function(a){var c,
f=a.state,n=a.name,v=a.options,C=f.elements.arrow,P=f.modifiersData.popperOffsets,M=Ja(f.placement);a=Aa(M);M=0<=["left","right"].indexOf(M)?"height":"width";if(C&&P){v=v.padding;v="function"===typeof v?v(Object.assign({},f.rects,{placement:f.placement})):v;v=ua("number"!==typeof v?v:Ca(v,qb));var U=H(C),Y="y"===a?"top":"left",T="y"===a?"bottom":"right",da=f.rects.reference[M]+f.rects.reference[a]-P[a]-f.rects.popper[M];P=P[a]-f.rects.reference[a];C=(C=ia(C))?"y"===a?C.clientHeight||0:C.clientWidth||
0:0;P=C/2-U[M]/2+(da/2-P/2);M=kb(v[Y],xb(P,C-U[M]-v[T]));f.modifiersData[n]=(c={},c[a]=M,c.centerOffset=M-P,c)}},effect:function(a){var c=a.state;a=a.options.element;a=void 0===a?"[data-popper-arrow]":a;if(null!=a){if("string"===typeof a&&(a=c.elements.popper.querySelector(a),!a))return;L(c.elements.popper,a)&&(c.elements.arrow=a)}},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]},Oc={top:"auto",right:"auto",bottom:"auto",left:"auto"},yc={name:"computeStyles",enabled:!0,phase:"beforeWrite",
fn:function(a){var c=a.state,f=a.options;a=f.gpuAcceleration;a=void 0===a?!0:a;var n=f.adaptive;n=void 0===n?!0:n;f=f.roundOffsets;f=void 0===f?!0:f;a={placement:Ja(c.placement),variation:Sa(c.placement),popper:c.elements.popper,popperRect:c.rects.popper,gpuAcceleration:a,isFixed:"fixed"===c.options.strategy};null!=c.modifiersData.popperOffsets&&(c.styles.popper=Object.assign({},c.styles.popper,db(Object.assign({},a,{offsets:c.modifiersData.popperOffsets,position:c.options.strategy,adaptive:n,roundOffsets:f}))));
null!=c.modifiersData.arrow&&(c.styles.arrow=Object.assign({},c.styles.arrow,db(Object.assign({},a,{offsets:c.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:f}))));c.attributes.popper=Object.assign({},c.attributes.popper,{"data-popper-placement":c.placement})},data:{}},bc={passive:!0},lc={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(a){var c=a.state,f=a.instance;a=a.options;var n=a.scroll,v=void 0===n?!0:n;a=a.resize;var C=void 0===a?!0:a,P=ma(c.elements.popper),
M=[].concat(c.scrollParents.reference,c.scrollParents.popper);v&&M.forEach(function(U){U.addEventListener("scroll",f.update,bc)});C&&P.addEventListener("resize",f.update,bc);return function(){v&&M.forEach(function(U){U.removeEventListener("scroll",f.update,bc)});C&&P.removeEventListener("resize",f.update,bc)}},data:{}},nc={left:"right",right:"left",bottom:"top",top:"bottom"},mc={start:"end",end:"start"},Tb={name:"flip",enabled:!0,phase:"main",fn:function(a){var c=a.state,f=a.options;a=a.name;if(!c.modifiersData[a]._skip){var n=
f.mainAxis;n=void 0===n?!0:n;var v=f.altAxis;v=void 0===v?!0:v;var C=f.fallbackPlacements,P=f.padding,M=f.boundary,U=f.rootBoundary,Y=f.altBoundary,T=f.flipVariations,da=void 0===T?!0:T,ka=f.allowedAutoPlacements;f=c.options.placement;T=Ja(f);C=C||(T!==f&&da?Ib(f):[hb(f)]);var aa=[f].concat(C).reduce(function(mb,sb){return mb.concat("auto"===Ja(sb)?Hb(c,{placement:sb,boundary:M,rootBoundary:U,padding:P,flipVariations:da,allowedAutoPlacements:ka}):sb)},[]);f=c.rects.reference;C=c.rects.popper;var wa=
new Map;T=!0;for(var ca=aa[0],Fa=0;Fa<aa.length;Fa++){var sa=aa[Fa],Ka=Ja(sa),Ua="start"===Sa(sa),oa=0<=["top","bottom"].indexOf(Ka),Xa=oa?"width":"height",Rb=$a(c,{placement:sa,boundary:M,rootBoundary:U,altBoundary:Y,padding:P});Ua=oa?Ua?"right":"left":Ua?"bottom":"top";f[Xa]>C[Xa]&&(Ua=hb(Ua));Xa=hb(Ua);oa=[];n&&oa.push(0>=Rb[Ka]);v&&oa.push(0>=Rb[Ua],0>=Rb[Xa]);if(oa.every(function(mb){return mb})){ca=sa;T=!1;break}wa.set(sa,oa)}if(T)for(n=function(mb){var sb=aa.find(function(fb){if(fb=wa.get(fb))return fb.slice(0,
mb).every(function(Kb){return Kb})});if(sb)return ca=sb,"break"},v=da?3:1;0<v&&"break"!==n(v);v--);c.placement!==ca&&(c.modifiersData[a]._skip=!0,c.placement=ca,c.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}},zc={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(a){var c=a.state;a=a.name;var f=c.rects.reference,n=c.rects.popper,v=c.modifiersData.preventOverflow,C=$a(c,{elementContext:"reference"}),P=$a(c,{altBoundary:!0});f=gc(C,f);n=gc(P,n,v);v=hc(f);
P=hc(n);c.modifiersData[a]={referenceClippingOffsets:f,popperEscapeOffsets:n,isReferenceHidden:v,hasPopperEscaped:P};c.attributes.popper=Object.assign({},c.attributes.popper,{"data-popper-reference-hidden":v,"data-popper-escaped":P})}},Ec={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(a){var c=a.state,f=a.name;a=a.options.offset;var n=void 0===a?[0,0]:a;a=Pb.reduce(function(P,M){var U=c.rects;var Y=Ja(M);var T=0<=["left","top"].indexOf(Y)?-1:1,da="function"===typeof n?
n(Object.assign({},U,{placement:M})):n;U=da[0];da=da[1];U=U||0;da=(da||0)*T;Y=0<=["left","right"].indexOf(Y)?{x:da,y:U}:{x:U,y:da};P[M]=Y;return P},{});var v=a[c.placement],C=v.x;v=v.y;null!=c.modifiersData.popperOffsets&&(c.modifiersData.popperOffsets.x+=C,c.modifiersData.popperOffsets.y+=v);c.modifiersData[f]=a}},cc={name:"popperOffsets",enabled:!0,phase:"read",fn:function(a){var c=a.state;c.modifiersData[a.name]=Gc({reference:c.rects.reference,element:c.rects.popper,strategy:"absolute",placement:c.placement})},
data:{}},pc={name:"preventOverflow",enabled:!0,phase:"main",fn:function(a){var c=a.state,f=a.options;a=a.name;var n=f.mainAxis,v=void 0===n?!0:n;n=f.altAxis;var C=void 0===n?!1:n;n=f.tether;var P=void 0===n?!0:n;n=f.tetherOffset;var M=void 0===n?0:n,U=$a(c,{boundary:f.boundary,rootBoundary:f.rootBoundary,padding:f.padding,altBoundary:f.altBoundary}),Y=Ja(c.placement),T=Sa(c.placement),da=!T,ka=Aa(Y);f="x"===ka?"y":"x";n=c.modifiersData.popperOffsets;var aa=c.rects.reference,wa=c.rects.popper;M="function"===
typeof M?M(Object.assign({},c.rects,{placement:c.placement})):M;var ca="number"===typeof M?{mainAxis:M,altAxis:M}:Object.assign({mainAxis:0,altAxis:0},M),Fa=c.modifiersData.offset?c.modifiersData.offset[c.placement]:null;M={x:0,y:0};if(n){if(v){var sa,Ka="y"===ka?"top":"left",Ua="y"===ka?"bottom":"right",oa="y"===ka?"height":"width";v=n[ka];var Xa=v+U[Ka],Rb=v-U[Ua],mb=P?-wa[oa]/2:0,sb="start"===T?aa[oa]:wa[oa];T="start"===T?-wa[oa]:-aa[oa];var fb=c.elements.arrow;fb=P&&fb?H(fb):{width:0,height:0};
var Kb=c.modifiersData["arrow#persistent"]?c.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0};Ka=Kb[Ka];Ua=Kb[Ua];fb=kb(0,xb(aa[oa],fb[oa]));sb=da?aa[oa]/2-mb-fb-Ka-ca.mainAxis:sb-fb-Ka-ca.mainAxis;da=da?-aa[oa]/2+mb+fb+Ua+ca.mainAxis:T+fb+Ua+ca.mainAxis;oa=(oa=c.elements.arrow&&ia(c.elements.arrow))?"y"===ka?oa.clientTop||0:oa.clientLeft||0:0;mb=null!=(sa=null==Fa?void 0:Fa[ka])?sa:0;sa=v+da-mb;Xa=P?xb(Xa,v+sb-mb-oa):Xa;sa=P?kb(Rb,sa):Rb;sa=kb(Xa,xb(v,sa));n[ka]=sa;M[ka]=
sa-v}if(C){var eb;C=n[f];v="y"===f?"height":"width";sa=C+U["x"===ka?"top":"left"];U=C-U["x"===ka?"bottom":"right"];Y=-1!==["top","left"].indexOf(Y);ka=null!=(eb=null==Fa?void 0:Fa[f])?eb:0;eb=Y?sa:C-aa[v]-wa[v]-ka+ca.altAxis;aa=Y?C+aa[v]+wa[v]-ka-ca.altAxis:U;P&&Y?(eb=kb(eb,xb(C,aa)),eb=eb>aa?aa:eb):eb=kb(P?eb:sa,xb(C,P?aa:U));n[f]=eb;M[f]=eb-C}c.modifiersData[a]=M}},requiresIfExists:["offset"]},oc={placement:"bottom",modifiers:[],strategy:"absolute"},ed=Yb(),fd=Yb({defaultModifiers:[lc,cc,yc,Ob]}),
jc=Yb({defaultModifiers:[lc,cc,yc,Ob,Ec,Tb,pc,Dc,zc]}),Gb=Object.freeze(Object.defineProperty({__proto__:null,afterMain:"afterMain",afterRead:"afterRead",afterWrite:"afterWrite",applyStyles:Ob,arrow:Dc,auto:"auto",basePlacements:qb,beforeMain:"beforeMain",beforeRead:"beforeRead",beforeWrite:"beforeWrite",bottom:"bottom",clippingParents:"clippingParents",computeStyles:yc,createPopper:jc,createPopperBase:ed,createPopperLite:fd,detectOverflow:$a,end:"end",eventListeners:lc,flip:Tb,hide:zc,left:"left",
main:"main",modifierPhases:kc,offset:Ec,placements:Pb,popper:"popper",popperGenerator:Yb,popperOffsets:cc,preventOverflow:pc,read:"read",reference:"reference",right:"right",start:"start",top:"top",variationPlacements:xc,viewport:"viewport",write:"write"},Symbol.toStringTag,{value:"Module"})),ec=ib()?"top-end":"top-start",gd=ib()?"top-start":"top-end",hd=ib()?"bottom-end":"bottom-start",Zb=ib()?"bottom-start":"bottom-end",id=ib()?"left-start":"right-start",jd=ib()?"right-start":"left-start",kd={autoClose:!0,
boundary:"clippingParents",display:"dynamic",offset:[0,2],popperConfig:null,reference:"toggle"},ld={autoClose:"(boolean|string)",boundary:"(string|element)",display:"string",offset:"(array|string|function)",popperConfig:"(null|object|function)",reference:"(string|element|object)"},Ea=function(a,c){a=za.call(this,a,c)||this;a._popper=null;a._parent=a._element.parentNode;a._menu=ea.next(a._element,".dropdown-menu")[0]||ea.prev(a._element,".dropdown-menu")[0]||ea.findOne(".dropdown-menu",a._parent);
a._inNavbar=a._detectNavbar();return a};$jscomp.inherits(Ea,za);Ea.prototype.toggle=function(){return this._isShown()?this.hide():this.show()};Ea.prototype.show=function(){if(!zb(this._element)&&!this._isShown()){var a={relatedTarget:this._element};if(!R.trigger(this._element,"show.bs.dropdown",a).defaultPrevented){this._createPopper();if("ontouchstart"in document.documentElement&&!this._parent.closest(".navbar-nav"))for(var c=$jscomp.makeIterator([].concat.apply([],$jscomp.arrayFromIterable(document.body.children))),
f=c.next();!f.done;f=c.next())R.on(f.value,"mouseover",ra);this._element.focus();this._element.setAttribute("aria-expanded",!0);this._menu.classList.add("show");this._element.classList.add("show");R.trigger(this._element,"shown.bs.dropdown",a)}}};Ea.prototype.hide=function(){!zb(this._element)&&this._isShown()&&this._completeHide({relatedTarget:this._element})};Ea.prototype.dispose=function(){this._popper&&this._popper.destroy();za.prototype.dispose.call(this)};Ea.prototype.update=function(){this._inNavbar=
this._detectNavbar();this._popper&&this._popper.update()};Ea.prototype._completeHide=function(a){if(!R.trigger(this._element,"hide.bs.dropdown",a).defaultPrevented){if("ontouchstart"in document.documentElement)for(var c=$jscomp.makeIterator([].concat.apply([],$jscomp.arrayFromIterable(document.body.children))),f=c.next();!f.done;f=c.next())R.off(f.value,"mouseover",ra);this._popper&&this._popper.destroy();this._menu.classList.remove("show");this._element.classList.remove("show");this._element.setAttribute("aria-expanded",
"false");Cb.removeDataAttribute(this._menu,"popper");R.trigger(this._element,"hidden.bs.dropdown",a)}};Ea.prototype._getConfig=function(a){a=za.prototype._getConfig.call(this,a);if("object"===typeof a.reference&&!jb(a.reference)&&"function"!==typeof a.reference.getBoundingClientRect)throw new TypeError('DROPDOWN: Option "reference" provided type "object" without a required "getBoundingClientRect" method.');return a};Ea.prototype._createPopper=function(){if("undefined"===typeof Gb)throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");
var a=this._element;"parent"===this._config.reference?a=this._parent:jb(this._config.reference)?a=vb(this._config.reference):"object"===typeof this._config.reference&&(a=this._config.reference);var c=this._getPopperConfig();this._popper=jc(a,this._menu,c)};Ea.prototype._isShown=function(){return this._menu.classList.contains("show")};Ea.prototype._getPlacement=function(){var a=this._parent;if(a.classList.contains("dropend"))return id;if(a.classList.contains("dropstart"))return jd;if(a.classList.contains("dropup-center"))return"top";
if(a.classList.contains("dropdown-center"))return"bottom";var c="end"===getComputedStyle(this._menu).getPropertyValue("--bs-position").trim();return a.classList.contains("dropup")?c?gd:ec:c?Zb:hd};Ea.prototype._detectNavbar=function(){return null!==this._element.closest(".navbar")};Ea.prototype._getOffset=function(){var a=this,c=this._config.offset;return"string"===typeof c?c.split(",").map(function(f){return Number.parseInt(f,10)}):"function"===typeof c?function(f){return c(f,a._element)}:c};Ea.prototype._getPopperConfig=
function(){var a={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};if(this._inNavbar||"static"===this._config.display)Cb.setDataAttribute(this._menu,"popper","static"),a.modifiers=[{name:"applyStyles",enabled:!1}];return Object.assign({},a,h(this._config.popperConfig,[a]))};Ea.prototype._selectMenuItem=function(a){var c=a.key;a=a.target;var f=ea.find(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",
this._menu).filter(function(n){return ub(n)});f.length&&uc(f,a,"ArrowDown"===c,!f.includes(a)).focus()};Ea.jQueryInterface=function(a){return this.each(function(){var c=Ea.getOrCreateInstance(this,a);if("string"===typeof a){if("undefined"===typeof c[a])throw new TypeError('No method named "'+a+'"');c[a]()}})};Ea.clearMenus=function(a){if(2!==a.button&&("keyup"!==a.type||"Tab"===a.key)){var c=ea.find('[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled).show');c=$jscomp.makeIterator(c);for(var f=
c.next();!f.done;f=c.next())if((f=Ea.getInstance(f.value))&&!1!==f._config.autoClose){var n=a.composedPath(),v=n.includes(f._menu);n.includes(f._element)||"inside"===f._config.autoClose&&!v||"outside"===f._config.autoClose&&v||f._menu.contains(a.target)&&("keyup"===a.type&&"Tab"===a.key||/input|select|option|textarea|form/i.test(a.target.tagName))||(n={relatedTarget:f._element},"click"===a.type&&(n.clickEvent=a),f._completeHide(n))}}};Ea.dataApiKeydownHandler=function(a){var c=/input|textarea/i.test(a.target.tagName),
f="Escape"===a.key,n=["ArrowUp","ArrowDown"].includes(a.key);if(n||f)if(!c||f)a.preventDefault(),c=this.matches('[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)')?this:ea.prev(this,'[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)')[0]||ea.next(this,'[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)')[0]||ea.findOne('[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)',a.delegateTarget.parentNode),f=Ea.getOrCreateInstance(c),n?(a.stopPropagation(),f.show(),f._selectMenuItem(a)):
f._isShown()&&(a.stopPropagation(),f.hide(),c.focus())};$jscomp.global.Object.defineProperties(Ea,{Default:{configurable:!0,enumerable:!0,get:function(){return kd}},DefaultType:{configurable:!0,enumerable:!0,get:function(){return ld}},NAME:{configurable:!0,enumerable:!0,get:function(){return"dropdown"}}});R.on(document,"keydown.bs.dropdown.data-api",'[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)',Ea.dataApiKeydownHandler);R.on(document,"keydown.bs.dropdown.data-api",".dropdown-menu",Ea.dataApiKeydownHandler);
R.on(document,"click.bs.dropdown.data-api",Ea.clearMenus);R.on(document,"keyup.bs.dropdown.data-api",Ea.clearMenus);R.on(document,"click.bs.dropdown.data-api",'[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)',function(a){a.preventDefault();Ea.getOrCreateInstance(this).toggle()});lb(Ea);var Pc={className:"modal-backdrop",clickCallback:null,isAnimated:!1,isVisible:!0,rootElement:"body"},Ac={className:"string",clickCallback:"(function|null)",isAnimated:"boolean",isVisible:"boolean",rootElement:"(element|string)"},
ob=function(a){this._config=this._getConfig(a);this._isAppended=!1;this._element=null;return this};$jscomp.inherits(ob,nb);ob.prototype.show=function(a){if(this._config.isVisible){this._append();var c=this._getElement();this._config.isAnimated&&c.offsetHeight;c.classList.add("show");this._emulateAnimation(function(){h(a)})}else h(a)};ob.prototype.hide=function(a){var c=this;this._config.isVisible?(this._getElement().classList.remove("show"),this._emulateAnimation(function(){c.dispose();h(a)})):h(a)};
ob.prototype.dispose=function(){this._isAppended&&(R.off(this._element,"mousedown.bs.backdrop"),this._element.remove(),this._isAppended=!1)};ob.prototype._getElement=function(){if(!this._element){var a=document.createElement("div");a.className=this._config.className;this._config.isAnimated&&a.classList.add("fade");this._element=a}return this._element};ob.prototype._configAfterMerge=function(a){a.rootElement=vb(a.rootElement);return a};ob.prototype._append=function(){var a=this;if(!this._isAppended){var c=
this._getElement();this._config.rootElement.append(c);R.on(c,"mousedown.bs.backdrop",function(){h(a._config.clickCallback)});this._isAppended=!0}};ob.prototype._emulateAnimation=function(a){Kc(a,this._getElement(),this._config.isAnimated)};$jscomp.global.Object.defineProperties(ob,{Default:{configurable:!0,enumerable:!0,get:function(){return Pc}},DefaultType:{configurable:!0,enumerable:!0,get:function(){return Ac}},NAME:{configurable:!0,enumerable:!0,get:function(){return"backdrop"}}});var Qc={autofocus:!0,
trapElement:null},Yc={autofocus:"boolean",trapElement:"element"},Db=function(a){this._config=this._getConfig(a);this._isActive=!1;this._lastTabNavDirection=null;return this};$jscomp.inherits(Db,nb);Db.prototype.activate=function(){var a=this;this._isActive||(this._config.autofocus&&this._config.trapElement.focus(),R.off(document,".bs.focustrap"),R.on(document,"focusin.bs.focustrap",function(c){return a._handleFocusin(c)}),R.on(document,"keydown.tab.bs.focustrap",function(c){return a._handleKeydown(c)}),
this._isActive=!0)};Db.prototype.deactivate=function(){this._isActive&&(this._isActive=!1,R.off(document,".bs.focustrap"))};Db.prototype._handleFocusin=function(a){var c=this._config.trapElement;a.target===document||a.target===c||c.contains(a.target)||(a=ea.focusableChildren(c),0===a.length?c.focus():"backward"===this._lastTabNavDirection?a[a.length-1].focus():a[0].focus())};Db.prototype._handleKeydown=function(a){"Tab"===a.key&&(this._lastTabNavDirection=a.shiftKey?"backward":"forward")};$jscomp.global.Object.defineProperties(Db,
{Default:{configurable:!0,enumerable:!0,get:function(){return Qc}},DefaultType:{configurable:!0,enumerable:!0,get:function(){return Yc}},NAME:{configurable:!0,enumerable:!0,get:function(){return"focustrap"}}});var pb=function(){this._element=document.body};pb.prototype.getWidth=function(){return Math.abs(window.innerWidth-document.documentElement.clientWidth)};pb.prototype.hide=function(){var a=this.getWidth();this._disableOverFlow();this._setElementAttributes(this._element,"padding-right",function(c){return c+
a});this._setElementAttributes(".fixed-top, .fixed-bottom, .is-fixed, .sticky-top","padding-right",function(c){return c+a});this._setElementAttributes(".sticky-top","margin-right",function(c){return c-a})};pb.prototype.reset=function(){this._resetElementAttributes(this._element,"overflow");this._resetElementAttributes(this._element,"padding-right");this._resetElementAttributes(".fixed-top, .fixed-bottom, .is-fixed, .sticky-top","padding-right");this._resetElementAttributes(".sticky-top","margin-right")};
pb.prototype.isOverflowing=function(){return 0<this.getWidth()};pb.prototype._disableOverFlow=function(){this._saveInitialAttribute(this._element,"overflow");this._element.style.overflow="hidden"};pb.prototype._setElementAttributes=function(a,c,f){var n=this,v=this.getWidth();this._applyManipulationCallback(a,function(C){if(!(C!==n._element&&window.innerWidth>C.clientWidth+v)){n._saveInitialAttribute(C,c);var P=window.getComputedStyle(C).getPropertyValue(c);C.style.setProperty(c,f(Number.parseFloat(P))+
"px")}})};pb.prototype._saveInitialAttribute=function(a,c){var f=a.style.getPropertyValue(c);f&&Cb.setDataAttribute(a,c,f)};pb.prototype._resetElementAttributes=function(a,c){this._applyManipulationCallback(a,function(f){var n=Cb.getDataAttribute(f,c);null===n?f.style.removeProperty(c):(Cb.removeDataAttribute(f,c),f.style.setProperty(c,n))})};pb.prototype._applyManipulationCallback=function(a,c){if(jb(a))c(a);else{a=$jscomp.makeIterator(ea.find(a,this._element));for(var f=a.next();!f.done;f=a.next())c(f.value)}};
var md={backdrop:!0,focus:!0,keyboard:!0},nd={backdrop:"(boolean|string)",focus:"boolean",keyboard:"boolean"},Pa=function(a,c){a=za.call(this,a,c)||this;a._dialog=ea.findOne(".modal-dialog",a._element);a._backdrop=a._initializeBackDrop();a._focustrap=a._initializeFocusTrap();a._isShown=!1;a._isTransitioning=!1;a._scrollBar=new pb;a._addEventListeners();return a};$jscomp.inherits(Pa,za);Pa.prototype.toggle=function(a){return this._isShown?this.hide():this.show(a)};Pa.prototype.show=function(a){var c=
this;this._isShown||this._isTransitioning||R.trigger(this._element,"show.bs.modal",{relatedTarget:a}).defaultPrevented||(this._isTransitioning=this._isShown=!0,this._scrollBar.hide(),document.body.classList.add("modal-open"),this._adjustDialog(),this._backdrop.show(function(){return c._showElement(a)}))};Pa.prototype.hide=function(){var a=this;!this._isShown||this._isTransitioning||R.trigger(this._element,"hide.bs.modal").defaultPrevented||(this._isShown=!1,this._isTransitioning=!0,this._focustrap.deactivate(),
this._element.classList.remove("show"),this._queueCallback(function(){return a._hideModal()},this._element,this._isAnimated()))};Pa.prototype.dispose=function(){R.off(window,".bs.modal");R.off(this._dialog,".bs.modal");this._backdrop.dispose();this._focustrap.deactivate();za.prototype.dispose.call(this)};Pa.prototype.handleUpdate=function(){this._adjustDialog()};Pa.prototype._initializeBackDrop=function(){return new ob({isVisible:!!this._config.backdrop,isAnimated:this._isAnimated()})};Pa.prototype._initializeFocusTrap=
function(){return new Db({trapElement:this._element})};Pa.prototype._showElement=function(a){var c=this;document.body.contains(this._element)||document.body.append(this._element);this._element.style.display="block";this._element.removeAttribute("aria-hidden");this._element.setAttribute("aria-modal",!0);this._element.setAttribute("role","dialog");this._element.scrollTop=0;var f=ea.findOne(".modal-body",this._dialog);f&&(f.scrollTop=0);this._element.offsetHeight;this._element.classList.add("show");
this._queueCallback(function(){c._config.focus&&c._focustrap.activate();c._isTransitioning=!1;R.trigger(c._element,"shown.bs.modal",{relatedTarget:a})},this._dialog,this._isAnimated())};Pa.prototype._addEventListeners=function(){var a=this;R.on(this._element,"keydown.dismiss.bs.modal",function(c){"Escape"===c.key&&(a._config.keyboard?a.hide():a._triggerBackdropTransition())});R.on(window,"resize.bs.modal",function(){a._isShown&&!a._isTransitioning&&a._adjustDialog()});R.on(this._element,"mousedown.dismiss.bs.modal",
function(c){R.one(a._element,"click.dismiss.bs.modal",function(f){a._element===c.target&&a._element===f.target&&("static"===a._config.backdrop?a._triggerBackdropTransition():a._config.backdrop&&a.hide())})})};Pa.prototype._hideModal=function(){var a=this;this._element.style.display="none";this._element.setAttribute("aria-hidden",!0);this._element.removeAttribute("aria-modal");this._element.removeAttribute("role");this._isTransitioning=!1;this._backdrop.hide(function(){document.body.classList.remove("modal-open");
a._resetAdjustments();a._scrollBar.reset();R.trigger(a._element,"hidden.bs.modal")})};Pa.prototype._isAnimated=function(){return this._element.classList.contains("fade")};Pa.prototype._triggerBackdropTransition=function(){var a=this;if(!R.trigger(this._element,"hidePrevented.bs.modal").defaultPrevented){var c=this._element.scrollHeight>document.documentElement.clientHeight,f=this._element.style.overflowY;"hidden"===f||this._element.classList.contains("modal-static")||(c||(this._element.style.overflowY=
"hidden"),this._element.classList.add("modal-static"),this._queueCallback(function(){a._element.classList.remove("modal-static");a._queueCallback(function(){a._element.style.overflowY=f},a._dialog)},this._dialog),this._element.focus())}};Pa.prototype._adjustDialog=function(){var a=this._element.scrollHeight>document.documentElement.clientHeight,c=this._scrollBar.getWidth(),f=0<c;if(f&&!a){var n=ib()?"paddingLeft":"paddingRight";this._element.style[n]=c+"px"}!f&&a&&(a=ib()?"paddingRight":"paddingLeft",
this._element.style[a]=c+"px")};Pa.prototype._resetAdjustments=function(){this._element.style.paddingLeft="";this._element.style.paddingRight=""};Pa.jQueryInterface=function(a,c){return this.each(function(){var f=Pa.getOrCreateInstance(this,a);if("string"===typeof a){if("undefined"===typeof f[a])throw new TypeError('No method named "'+a+'"');f[a](c)}})};$jscomp.global.Object.defineProperties(Pa,{Default:{configurable:!0,enumerable:!0,get:function(){return md}},DefaultType:{configurable:!0,enumerable:!0,
get:function(){return nd}},NAME:{configurable:!0,enumerable:!0,get:function(){return"modal"}}});R.on(document,"click.bs.modal.data-api",'[data-bs-toggle="modal"]',function(a){var c=this,f=ea.getElementFromSelector(this);["A","AREA"].includes(this.tagName)&&a.preventDefault();R.one(f,"show.bs.modal",function(n){if(!n.defaultPrevented)R.one(f,"hidden.bs.modal",function(){ub(c)&&c.focus()})});(a=ea.findOne(".modal.show"))&&Pa.getInstance(a).hide();Pa.getOrCreateInstance(f).toggle(this)});ic(Pa);lb(Pa);
var od={backdrop:!0,keyboard:!0,scroll:!1},pd={backdrop:"(boolean|string)",keyboard:"boolean",scroll:"boolean"},Va=function(a,c){a=za.call(this,a,c)||this;a._isShown=!1;a._backdrop=a._initializeBackDrop();a._focustrap=a._initializeFocusTrap();a._addEventListeners();return a};$jscomp.inherits(Va,za);Va.prototype.toggle=function(a){return this._isShown?this.hide():this.show(a)};Va.prototype.show=function(a){var c=this;this._isShown||R.trigger(this._element,"show.bs.offcanvas",{relatedTarget:a}).defaultPrevented||
(this._isShown=!0,this._backdrop.show(),this._config.scroll||(new pb).hide(),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add("showing"),this._queueCallback(function(){c._config.scroll&&!c._config.backdrop||c._focustrap.activate();c._element.classList.add("show");c._element.classList.remove("showing");R.trigger(c._element,"shown.bs.offcanvas",{relatedTarget:a})},this._element,!0))};Va.prototype.hide=function(){var a=this;this._isShown&&
!R.trigger(this._element,"hide.bs.offcanvas").defaultPrevented&&(this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.add("hiding"),this._backdrop.hide(),this._queueCallback(function(){a._element.classList.remove("show","hiding");a._element.removeAttribute("aria-modal");a._element.removeAttribute("role");a._config.scroll||(new pb).reset();R.trigger(a._element,"hidden.bs.offcanvas")},this._element,!0))};Va.prototype.dispose=function(){this._backdrop.dispose();
this._focustrap.deactivate();za.prototype.dispose.call(this)};Va.prototype._initializeBackDrop=function(){var a=this,c=!!this._config.backdrop;return new ob({className:"offcanvas-backdrop",isVisible:c,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:c?function(){"static"===a._config.backdrop?R.trigger(a._element,"hidePrevented.bs.offcanvas"):a.hide()}:null})};Va.prototype._initializeFocusTrap=function(){return new Db({trapElement:this._element})};Va.prototype._addEventListeners=function(){var a=
this;R.on(this._element,"keydown.dismiss.bs.offcanvas",function(c){"Escape"===c.key&&(a._config.keyboard?a.hide():R.trigger(a._element,"hidePrevented.bs.offcanvas"))})};Va.jQueryInterface=function(a){return this.each(function(){var c=Va.getOrCreateInstance(this,a);if("string"===typeof a){if(void 0===c[a]||a.startsWith("_")||"constructor"===a)throw new TypeError('No method named "'+a+'"');c[a](this)}})};$jscomp.global.Object.defineProperties(Va,{Default:{configurable:!0,enumerable:!0,get:function(){return od}},
DefaultType:{configurable:!0,enumerable:!0,get:function(){return pd}},NAME:{configurable:!0,enumerable:!0,get:function(){return"offcanvas"}}});R.on(document,"click.bs.offcanvas.data-api",'[data-bs-toggle="offcanvas"]',function(a){var c=this,f=ea.getElementFromSelector(this);["A","AREA"].includes(this.tagName)&&a.preventDefault();zb(this)||(R.one(f,"hidden.bs.offcanvas",function(){ub(c)&&c.focus()}),(a=ea.findOne(".offcanvas.show"))&&a!==f&&Va.getInstance(a).hide(),Va.getOrCreateInstance(f).toggle(this))});
R.on(window,"load.bs.offcanvas.data-api",function(){for(var a=$jscomp.makeIterator(ea.find(".offcanvas.show")),c=a.next();!c.done;c=a.next())Va.getOrCreateInstance(c.value).show()});R.on(window,"resize.bs.offcanvas",function(){for(var a=$jscomp.makeIterator(ea.find("[aria-modal][class*=show][class*=offcanvas-]")),c=a.next();!c.done;c=a.next())c=c.value,"fixed"!==getComputedStyle(c).position&&Va.getOrCreateInstance(c).hide()});ic(Va);lb(Va);var Rc={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],
a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],dd:[],div:[],dl:[],dt:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:"src srcset alt title width height".split(" "),li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},Sc=new Set("background cite href itemtype longdesc poster src xlink:href".split(" ")),sc=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:/?#]*(?:[/?#]|$))/i,Tc=function(a,c){var f=a.nodeName.toLowerCase();return c.includes(f)?Sc.has(f)?
!!sc.test(a.nodeValue):!0:c.filter(function(n){return n instanceof RegExp}).some(function(n){return n.test(f)})},Bc={allowList:Rc,content:{},extraClass:"",html:!1,sanitize:!0,sanitizeFn:null,template:"<div></div>"},qd={allowList:"object",content:"object",extraClass:"(string|function)",html:"boolean",sanitize:"boolean",sanitizeFn:"(null|function)",template:"string"},$b={entry:"(string|element|function|null)",selector:"(string|element)"},gb=function(a){this._config=this._getConfig(a);return this};$jscomp.inherits(gb,
nb);gb.prototype.getContent=function(){var a=this;return Object.values(this._config.content).map(function(c){return a._resolvePossibleFunction(c)}).filter(Boolean)};gb.prototype.hasContent=function(){return 0<this.getContent().length};gb.prototype.changeContent=function(a){this._checkContent(a);this._config.content=Object.assign({},this._config.content,a);return this};gb.prototype.toHtml=function(){var a=document.createElement("div");a.innerHTML=this._maybeSanitize(this._config.template);for(var c=
$jscomp.makeIterator(Object.entries(this._config.content)),f=c.next();!f.done;f=c.next()){var n=$jscomp.makeIterator(f.value);f=n.next().value;n=n.next().value;this._setContent(a,n,f)}a=a.children[0];(c=this._resolvePossibleFunction(this._config.extraClass))&&a.classList.add.apply(a.classList,$jscomp.arrayFromIterable(c.split(" ")));return a};gb.prototype._typeCheckConfig=function(a){nb.prototype._typeCheckConfig.call(this,a);this._checkContent(a.content)};gb.prototype._checkContent=function(a){a=
$jscomp.makeIterator(Object.entries(a));for(var c=a.next();!c.done;c=a.next()){var f=$jscomp.makeIterator(c.value);c=f.next().value;f=f.next().value;nb.prototype._typeCheckConfig.call(this,{selector:c,entry:f},$b)}};gb.prototype._setContent=function(a,c,f){if(a=ea.findOne(f,a))(c=this._resolvePossibleFunction(c))?jb(c)?this._putElementInTemplate(vb(c),a):this._config.html?a.innerHTML=this._maybeSanitize(c):a.textContent=c:a.remove()};gb.prototype._maybeSanitize=function(a){if(this._config.sanitize){var c=
this._config.allowList;var f=this._config.sanitizeFn;if(a.length)if(f&&"function"===typeof f)c=f(a);else{a=(new window.DOMParser).parseFromString(a,"text/html");f=[].concat.apply([],$jscomp.arrayFromIterable(a.body.querySelectorAll("*")));f=$jscomp.makeIterator(f);for(var n=f.next();!n.done;n=f.next()){n=n.value;var v=n.nodeName.toLowerCase();if(Object.keys(c).includes(v)){var C=[].concat.apply([],$jscomp.arrayFromIterable(n.attributes));v=[].concat(c["*"]||[],c[v]||[]);C=$jscomp.makeIterator(C);
for(var P=C.next();!P.done;P=C.next())P=P.value,Tc(P,v)||n.removeAttribute(P.nodeName)}else n.remove()}c=a.body.innerHTML}else c=a}else c=a;return c};gb.prototype._resolvePossibleFunction=function(a){return h(a,[this])};gb.prototype._putElementInTemplate=function(a,c){this._config.html?(c.innerHTML="",c.append(a)):c.textContent=a.textContent};$jscomp.global.Object.defineProperties(gb,{Default:{configurable:!0,enumerable:!0,get:function(){return Bc}},DefaultType:{configurable:!0,enumerable:!0,get:function(){return qd}},
NAME:{configurable:!0,enumerable:!0,get:function(){return"TemplateFactory"}}});var Cc=new Set(["sanitize","allowList","sanitizeFn"]),rd={AUTO:"auto",TOP:"top",RIGHT:ib()?"left":"right",BOTTOM:"bottom",LEFT:ib()?"right":"left"},sd={allowList:Rc,animation:!0,boundary:"clippingParents",container:!1,customClass:"",delay:0,fallbackPlacements:["top","right","bottom","left"],html:!1,offset:[0,6],placement:"top",popperConfig:null,sanitize:!0,sanitizeFn:null,selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',
title:"",trigger:"hover focus"},td={allowList:"object",animation:"boolean",boundary:"(string|element)",container:"(string|element|boolean)",customClass:"(string|function)",delay:"(number|object)",fallbackPlacements:"array",html:"boolean",offset:"(array|string|function)",placement:"(string|function)",popperConfig:"(null|object|function)",sanitize:"boolean",sanitizeFn:"(null|function)",selector:"(string|boolean)",template:"string",title:"(string|element|function)",trigger:"string"},b=function(a,c){if("undefined"===
typeof Gb)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");a=za.call(this,a,c)||this;a._isEnabled=!0;a._timeout=0;a._isHovered=null;a._activeTrigger={};a._popper=null;a._templateFactory=null;a._newContent=null;a.tip=null;a._setListeners();a._config.selector||a._fixTitle();return a};$jscomp.inherits(b,za);b.prototype.enable=function(){this._isEnabled=!0};b.prototype.disable=function(){this._isEnabled=!1};b.prototype.toggleEnabled=function(){this._isEnabled=!this._isEnabled};
b.prototype.toggle=function(){this._isEnabled&&(this._activeTrigger.click=!this._activeTrigger.click,this._isShown()?this._leave():this._enter())};b.prototype.dispose=function(){clearTimeout(this._timeout);R.off(this._element.closest(".modal"),"hide.bs.modal",this._hideModalHandler);this._element.getAttribute("data-bs-original-title")&&this._element.setAttribute("title",this._element.getAttribute("data-bs-original-title"));this._disposePopper();za.prototype.dispose.call(this)};b.prototype.show=function(){var a=
this;if("none"===this._element.style.display)throw Error("Please use show on visible elements");if(this._isWithContent()&&this._isEnabled){var c=R.trigger(this._element,this.constructor.eventName("show")),f=(Jc(this._element)||this._element.ownerDocument.documentElement).contains(this._element);if(!c.defaultPrevented&&f){this._disposePopper();c=this._getTipElement();this._element.setAttribute("aria-describedby",c.getAttribute("id"));f=this._config.container;this._element.ownerDocument.documentElement.contains(this.tip)||
(f.append(c),R.trigger(this._element,this.constructor.eventName("inserted")));this._popper=this._createPopper(c);c.classList.add("show");if("ontouchstart"in document.documentElement)for(c=$jscomp.makeIterator([].concat.apply([],$jscomp.arrayFromIterable(document.body.children))),f=c.next();!f.done;f=c.next())R.on(f.value,"mouseover",ra);this._queueCallback(function(){R.trigger(a._element,a.constructor.eventName("shown"));!1===a._isHovered&&a._leave();a._isHovered=!1},this.tip,this._isAnimated())}}};
b.prototype.hide=function(){var a=this;if(this._isShown()&&!R.trigger(this._element,this.constructor.eventName("hide")).defaultPrevented){this._getTipElement().classList.remove("show");if("ontouchstart"in document.documentElement)for(var c=$jscomp.makeIterator([].concat.apply([],$jscomp.arrayFromIterable(document.body.children))),f=c.next();!f.done;f=c.next())R.off(f.value,"mouseover",ra);this._activeTrigger.click=!1;this._activeTrigger.focus=!1;this._activeTrigger.hover=!1;this._isHovered=null;this._queueCallback(function(){a._isWithActiveTrigger()||
(a._isHovered||a._disposePopper(),a._element.removeAttribute("aria-describedby"),R.trigger(a._element,a.constructor.eventName("hidden")))},this.tip,this._isAnimated())}};b.prototype.update=function(){this._popper&&this._popper.update()};b.prototype._isWithContent=function(){return!!this._getTitle()};b.prototype._getTipElement=function(){this.tip||(this.tip=this._createTipElement(this._newContent||this._getContentForTemplate()));return this.tip};b.prototype._createTipElement=function(a){a=this._getTemplateFactory(a).toHtml();
if(!a)return null;a.classList.remove("fade","show");a.classList.add("bs-"+this.constructor.NAME+"-auto");var c=this.constructor.NAME;do c+=Math.floor(1E6*Math.random());while(document.getElementById(c));a.setAttribute("id",c.toString());this._isAnimated()&&a.classList.add("fade");return a};b.prototype.setContent=function(a){this._newContent=a;this._isShown()&&(this._disposePopper(),this.show())};b.prototype._getTemplateFactory=function(a){this._templateFactory?this._templateFactory.changeContent(a):
this._templateFactory=new gb(Object.assign({},this._config,{content:a,extraClass:this._resolvePossibleFunction(this._config.customClass)}));return this._templateFactory};b.prototype._getContentForTemplate=function(){var a={};return a[".tooltip-inner"]=this._getTitle(),a};b.prototype._getTitle=function(){return this._resolvePossibleFunction(this._config.title)||this._element.getAttribute("data-bs-original-title")};b.prototype._initializeOnDelegatedTarget=function(a){return this.constructor.getOrCreateInstance(a.delegateTarget,
this._getDelegateConfig())};b.prototype._isAnimated=function(){return this._config.animation||this.tip&&this.tip.classList.contains("fade")};b.prototype._isShown=function(){return this.tip&&this.tip.classList.contains("show")};b.prototype._createPopper=function(a){var c=h(this._config.placement,[this,a,this._element]);c=rd[c.toUpperCase()];return jc(this._element,a,this._getPopperConfig(c))};b.prototype._getOffset=function(){var a=this,c=this._config.offset;return"string"===typeof c?c.split(",").map(function(f){return Number.parseInt(f,
10)}):"function"===typeof c?function(f){return c(f,a._element)}:c};b.prototype._resolvePossibleFunction=function(a){return h(a,[this._element])};b.prototype._getPopperConfig=function(a){var c=this;a={placement:a,modifiers:[{name:"flip",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"arrow",options:{element:"."+this.constructor.NAME+"-arrow"}},{name:"preSetPlacement",
enabled:!0,phase:"beforeMain",fn:function(f){c._getTipElement().setAttribute("data-popper-placement",f.state.placement)}}]};return Object.assign({},a,h(this._config.popperConfig,[a]))};b.prototype._setListeners=function(){var a=this,c=this._config.trigger.split(" ");c=$jscomp.makeIterator(c);for(var f=c.next();!f.done;f=c.next()){var n=f.value;if("click"===n)R.on(this._element,this.constructor.eventName("click"),this._config.selector,function(v){a._initializeOnDelegatedTarget(v).toggle()});else"manual"!==
n&&(f="hover"===n?this.constructor.eventName("mouseenter"):this.constructor.eventName("focusin"),n="hover"===n?this.constructor.eventName("mouseleave"):this.constructor.eventName("focusout"),R.on(this._element,f,this._config.selector,function(v){var C=a._initializeOnDelegatedTarget(v);C._activeTrigger["focusin"===v.type?"focus":"hover"]=!0;C._enter()}),R.on(this._element,n,this._config.selector,function(v){var C=a._initializeOnDelegatedTarget(v);C._activeTrigger["focusout"===v.type?"focus":"hover"]=
C._element.contains(v.relatedTarget);C._leave()}))}this._hideModalHandler=function(){a._element&&a.hide()};R.on(this._element.closest(".modal"),"hide.bs.modal",this._hideModalHandler)};b.prototype._fixTitle=function(){var a=this._element.getAttribute("title");a&&(this._element.getAttribute("aria-label")||this._element.textContent.trim()||this._element.setAttribute("aria-label",a),this._element.setAttribute("data-bs-original-title",a),this._element.removeAttribute("title"))};b.prototype._enter=function(){var a=
this;this._isShown()||this._isHovered?this._isHovered=!0:(this._isHovered=!0,this._setTimeout(function(){a._isHovered&&a.show()},this._config.delay.show))};b.prototype._leave=function(){var a=this;this._isWithActiveTrigger()||(this._isHovered=!1,this._setTimeout(function(){a._isHovered||a.hide()},this._config.delay.hide))};b.prototype._setTimeout=function(a,c){clearTimeout(this._timeout);this._timeout=setTimeout(a,c)};b.prototype._isWithActiveTrigger=function(){return Object.values(this._activeTrigger).includes(!0)};
b.prototype._getConfig=function(a){for(var c=Cb.getDataAttributes(this._element),f=$jscomp.makeIterator(Object.keys(c)),n=f.next();!n.done;n=f.next())n=n.value,Cc.has(n)&&delete c[n];a=Object.assign({},c,"object"===typeof a&&a?a:{});a=this._mergeConfigObj(a);a=this._configAfterMerge(a);this._typeCheckConfig(a);return a};b.prototype._configAfterMerge=function(a){a.container=!1===a.container?document.body:vb(a.container);"number"===typeof a.delay&&(a.delay={show:a.delay,hide:a.delay});"number"===typeof a.title&&
(a.title=a.title.toString());"number"===typeof a.content&&(a.content=a.content.toString());return a};b.prototype._getDelegateConfig=function(){for(var a={},c=$jscomp.makeIterator(Object.entries(this._config)),f=c.next();!f.done;f=c.next()){var n=$jscomp.makeIterator(f.value);f=n.next().value;n=n.next().value;this.constructor.Default[f]!==n&&(a[f]=n)}a.selector=!1;a.trigger="manual";return a};b.prototype._disposePopper=function(){this._popper&&(this._popper.destroy(),this._popper=null);this.tip&&(this.tip.remove(),
this.tip=null)};b.jQueryInterface=function(a){return this.each(function(){var c=b.getOrCreateInstance(this,a);if("string"===typeof a){if("undefined"===typeof c[a])throw new TypeError('No method named "'+a+'"');c[a]()}})};$jscomp.global.Object.defineProperties(b,{Default:{configurable:!0,enumerable:!0,get:function(){return sd}},DefaultType:{configurable:!0,enumerable:!0,get:function(){return td}},NAME:{configurable:!0,enumerable:!0,get:function(){return"tooltip"}}});lb(b);var d=Object.assign({},b.Default,
{content:"",offset:[0,8],placement:"right",template:'<div class="popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>',trigger:"click"}),e=Object.assign({},b.DefaultType,{content:"(null|string|element|function)"}),g=function(){return b.apply(this,arguments)||this};$jscomp.inherits(g,b);g.prototype._isWithContent=function(){return this._getTitle()||this._getContent()};g.prototype._getContentForTemplate=function(){var a={};return a[".popover-header"]=
this._getTitle(),a[".popover-body"]=this._getContent(),a};g.prototype._getContent=function(){return this._resolvePossibleFunction(this._config.content)};g.jQueryInterface=function(a){return this.each(function(){var c=g.getOrCreateInstance(this,a);if("string"===typeof a){if("undefined"===typeof c[a])throw new TypeError('No method named "'+a+'"');c[a]()}})};$jscomp.global.Object.defineProperties(g,{Default:{configurable:!0,enumerable:!0,get:function(){return d}},DefaultType:{configurable:!0,enumerable:!0,
get:function(){return e}},NAME:{configurable:!0,enumerable:!0,get:function(){return"popover"}}});lb(g);var k={offset:null,rootMargin:"0px 0px -25%",smoothScroll:!1,target:null,threshold:[.1,.5,1]},m={offset:"(number|null)",rootMargin:"string",smoothScroll:"boolean",target:"element",threshold:"array"},p=function(a,c){a=za.call(this,a,c)||this;a._targetLinks=new Map;a._observableSections=new Map;a._rootElement="visible"===getComputedStyle(a._element).overflowY?null:a._element;a._activeTarget=null;a._observer=
null;a._previousScrollData={visibleEntryTop:0,parentScrollTop:0};a.refresh();return a};$jscomp.inherits(p,za);p.prototype.refresh=function(){this._initializeTargetsAndObservables();this._maybeEnableSmoothScroll();this._observer?this._observer.disconnect():this._observer=this._getNewObserver();for(var a=$jscomp.makeIterator(this._observableSections.values()),c=a.next();!c.done;c=a.next())this._observer.observe(c.value)};p.prototype.dispose=function(){this._observer.disconnect();za.prototype.dispose.call(this)};
p.prototype._configAfterMerge=function(a){a.target=vb(a.target)||document.body;a.rootMargin=a.offset?a.offset+"px 0px -30%":a.rootMargin;"string"===typeof a.threshold&&(a.threshold=a.threshold.split(",").map(function(c){return Number.parseFloat(c)}));return a};p.prototype._maybeEnableSmoothScroll=function(){var a=this;this._config.smoothScroll&&(R.off(this._config.target,"click.bs.scrollspy"),R.on(this._config.target,"click.bs.scrollspy","[href]",function(c){var f=a._observableSections.get(c.target.hash);
f&&(c.preventDefault(),c=a._rootElement||window,f=f.offsetTop-a._element.offsetTop,c.scrollTo?c.scrollTo({top:f,behavior:"smooth"}):c.scrollTop=f)}))};p.prototype._getNewObserver=function(){var a=this;return new IntersectionObserver(function(c){return a._observerCallback(c)},{root:this._rootElement,threshold:this._config.threshold,rootMargin:this._config.rootMargin})};p.prototype._observerCallback=function(a){var c=this,f=function(M){c._previousScrollData.visibleEntryTop=M.target.offsetTop;c._process(c._targetLinks.get("#"+
M.target.id))},n=(this._rootElement||document.documentElement).scrollTop,v=n>=this._previousScrollData.parentScrollTop;this._previousScrollData.parentScrollTop=n;a=$jscomp.makeIterator(a);for(var C=a.next();!C.done;C=a.next())if(C=C.value,C.isIntersecting){var P=C.target.offsetTop>=this._previousScrollData.visibleEntryTop;if(v&&P){if(f(C),!n)break}else v||P||f(C)}else this._activeTarget=null,this._clearActiveClass(c._targetLinks.get("#"+C.target.id))};p.prototype._initializeTargetsAndObservables=
function(){this._targetLinks=new Map;this._observableSections=new Map;var a=ea.find("[href]",this._config.target);a=$jscomp.makeIterator(a);for(var c=a.next();!c.done;c=a.next())if(c=c.value,c.hash&&!zb(c)){var f=ea.findOne(decodeURI(c.hash),this._element);ub(f)&&(this._targetLinks.set(decodeURI(c.hash),c),this._observableSections.set(c.hash,f))}};p.prototype._process=function(a){this._activeTarget!==a&&(this._clearActiveClass(this._config.target),this._activeTarget=a,a.classList.add("active"),this._activateParents(a),
R.trigger(this._element,"activate.bs.scrollspy",{relatedTarget:a}))};p.prototype._activateParents=function(a){if(a.classList.contains("dropdown-item"))ea.findOne(".dropdown-toggle",a.closest(".dropdown")).classList.add("active");else{a=$jscomp.makeIterator(ea.parents(a,".nav, .list-group"));for(var c=a.next();!c.done;c=a.next()){c=$jscomp.makeIterator(ea.prev(c.value,".nav-link, .nav-item > .nav-link, .list-group-item"));for(var f=c.next();!f.done;f=c.next())f.value.classList.add("active")}}};p.prototype._clearActiveClass=
function(a){a.classList.remove("active");a=ea.find("[href].active",a);a=$jscomp.makeIterator(a);for(var c=a.next();!c.done;c=a.next())c.value.classList.remove("active")};p.jQueryInterface=function(a){return this.each(function(){var c=p.getOrCreateInstance(this,a);if("string"===typeof a){if(void 0===c[a]||a.startsWith("_")||"constructor"===a)throw new TypeError('No method named "'+a+'"');c[a]()}})};$jscomp.global.Object.defineProperties(p,{Default:{configurable:!0,enumerable:!0,get:function(){return k}},
DefaultType:{configurable:!0,enumerable:!0,get:function(){return m}},NAME:{configurable:!0,enumerable:!0,get:function(){return"scrollspy"}}});R.on(window,"load.bs.scrollspy.data-api",function(){for(var a=$jscomp.makeIterator(ea.find('[data-bs-spy="scroll"]')),c=a.next();!c.done;c=a.next())p.getOrCreateInstance(c.value)});lb(p);var z=function(a){var c=za.call(this,a)||this;c._parent=c._element.closest('.list-group, .nav, [role="tablist"]');if(!c._parent)return c;c._setInitialAttributes(c._parent,c._getChildren());
R.on(c._element,"keydown.bs.tab",function(f){return c._keydown(f)});return c};$jscomp.inherits(z,za);z.prototype.show=function(){var a=this._element;if(!this._elemIsActive(a)){var c=this._getActiveElem(),f=c?R.trigger(c,"hide.bs.tab",{relatedTarget:a}):null;R.trigger(a,"show.bs.tab",{relatedTarget:c}).defaultPrevented||f&&f.defaultPrevented||(this._deactivate(c,a),this._activate(a,c))}};z.prototype._activate=function(a,c){var f=this;a&&(a.classList.add("active"),this._activate(ea.getElementFromSelector(a)),
this._queueCallback(function(){"tab"!==a.getAttribute("role")?a.classList.add("show"):(a.removeAttribute("tabindex"),a.setAttribute("aria-selected",!0),f._toggleDropDown(a,!0),R.trigger(a,"shown.bs.tab",{relatedTarget:c}))},a,a.classList.contains("fade")))};z.prototype._deactivate=function(a,c){var f=this;a&&(a.classList.remove("active"),a.blur(),this._deactivate(ea.getElementFromSelector(a)),this._queueCallback(function(){"tab"!==a.getAttribute("role")?a.classList.remove("show"):(a.setAttribute("aria-selected",
!1),a.setAttribute("tabindex","-1"),f._toggleDropDown(a,!1),R.trigger(a,"hidden.bs.tab",{relatedTarget:c}))},a,a.classList.contains("fade")))};z.prototype._keydown=function(a){if("ArrowLeft ArrowRight ArrowUp ArrowDown Home End".split(" ").includes(a.key)){a.stopPropagation();a.preventDefault();var c=this._getChildren().filter(function(n){return!zb(n)});if(["Home","End"].includes(a.key))a=c["Home"===a.key?0:c.length-1];else{var f=["ArrowRight","ArrowDown"].includes(a.key);a=uc(c,a.target,f,!0)}a&&
(a.focus({preventScroll:!0}),z.getOrCreateInstance(a).show())}};z.prototype._getChildren=function(){return ea.find('.nav-link:not(.dropdown-toggle), .list-group-item:not(.dropdown-toggle), [role="tab"]:not(.dropdown-toggle), [data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',this._parent)};z.prototype._getActiveElem=function(){var a=this;return this._getChildren().find(function(c){return a._elemIsActive(c)})||null};z.prototype._setInitialAttributes=function(a,c){this._setAttributeIfNotExists(a,
"role","tablist");a=$jscomp.makeIterator(c);for(c=a.next();!c.done;c=a.next())this._setInitialAttributesOnChild(c.value)};z.prototype._setInitialAttributesOnChild=function(a){a=this._getInnerElement(a);var c=this._elemIsActive(a),f=this._getOuterElement(a);a.setAttribute("aria-selected",c);f!==a&&this._setAttributeIfNotExists(f,"role","presentation");c||a.setAttribute("tabindex","-1");this._setAttributeIfNotExists(a,"role","tab");this._setInitialAttributesOnTargetPanel(a)};z.prototype._setInitialAttributesOnTargetPanel=
function(a){var c=ea.getElementFromSelector(a);c&&(this._setAttributeIfNotExists(c,"role","tabpanel"),a.id&&this._setAttributeIfNotExists(c,"aria-labelledby",""+a.id))};z.prototype._toggleDropDown=function(a,c){var f=this._getOuterElement(a);f.classList.contains("dropdown")&&(a=function(n,v){(n=ea.findOne(n,f))&&n.classList.toggle(v,c)},a(".dropdown-toggle","active"),a(".dropdown-menu","show"),f.setAttribute("aria-expanded",c))};z.prototype._setAttributeIfNotExists=function(a,c,f){a.hasAttribute(c)||
a.setAttribute(c,f)};z.prototype._elemIsActive=function(a){return a.classList.contains("active")};z.prototype._getInnerElement=function(a){return a.matches('.nav-link:not(.dropdown-toggle), .list-group-item:not(.dropdown-toggle), [role="tab"]:not(.dropdown-toggle), [data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]')?a:ea.findOne('.nav-link:not(.dropdown-toggle), .list-group-item:not(.dropdown-toggle), [role="tab"]:not(.dropdown-toggle), [data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',
a)};z.prototype._getOuterElement=function(a){return a.closest(".nav-item, .list-group-item")||a};z.jQueryInterface=function(a){return this.each(function(){var c=z.getOrCreateInstance(this);if("string"===typeof a){if(void 0===c[a]||a.startsWith("_")||"constructor"===a)throw new TypeError('No method named "'+a+'"');c[a]()}})};$jscomp.global.Object.defineProperties(z,{NAME:{configurable:!0,enumerable:!0,get:function(){return"tab"}}});R.on(document,"click.bs.tab",'[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',
function(a){["A","AREA"].includes(this.tagName)&&a.preventDefault();zb(this)||z.getOrCreateInstance(this).show()});R.on(window,"load.bs.tab",function(){for(var a=$jscomp.makeIterator(ea.find('.active[data-bs-toggle="tab"], .active[data-bs-toggle="pill"], .active[data-bs-toggle="list"]')),c=a.next();!c.done;c=a.next())z.getOrCreateInstance(c.value)});lb(z);var x={animation:"boolean",autohide:"boolean",delay:"number"},y={animation:!0,autohide:!0,delay:5E3},N=function(a,c){a=za.call(this,a,c)||this;
a._timeout=null;a._hasMouseInteraction=!1;a._hasKeyboardInteraction=!1;a._setListeners();return a};$jscomp.inherits(N,za);N.prototype.show=function(){var a=this;R.trigger(this._element,"show.bs.toast").defaultPrevented||(this._clearTimeout(),this._config.animation&&this._element.classList.add("fade"),this._element.classList.remove("hide"),this._element.offsetHeight,this._element.classList.add("show","showing"),this._queueCallback(function(){a._element.classList.remove("showing");R.trigger(a._element,
"shown.bs.toast");a._maybeScheduleHide()},this._element,this._config.animation))};N.prototype.hide=function(){var a=this;this.isShown()&&!R.trigger(this._element,"hide.bs.toast").defaultPrevented&&(this._element.classList.add("showing"),this._queueCallback(function(){a._element.classList.add("hide");a._element.classList.remove("showing","show");R.trigger(a._element,"hidden.bs.toast")},this._element,this._config.animation))};N.prototype.dispose=function(){this._clearTimeout();this.isShown()&&this._element.classList.remove("show");
za.prototype.dispose.call(this)};N.prototype.isShown=function(){return this._element.classList.contains("show")};N.prototype._maybeScheduleHide=function(){var a=this;!this._config.autohide||this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout(function(){a.hide()},this._config.delay))};N.prototype._onInteraction=function(a,c){switch(a.type){case "mouseover":case "mouseout":this._hasMouseInteraction=c;break;case "focusin":case "focusout":this._hasKeyboardInteraction=c}c?
this._clearTimeout():(a=a.relatedTarget,this._element===a||this._element.contains(a)||this._maybeScheduleHide())};N.prototype._setListeners=function(){var a=this;R.on(this._element,"mouseover.bs.toast",function(c){return a._onInteraction(c,!0)});R.on(this._element,"mouseout.bs.toast",function(c){return a._onInteraction(c,!1)});R.on(this._element,"focusin.bs.toast",function(c){return a._onInteraction(c,!0)});R.on(this._element,"focusout.bs.toast",function(c){return a._onInteraction(c,!1)})};N.prototype._clearTimeout=
function(){clearTimeout(this._timeout);this._timeout=null};N.jQueryInterface=function(a){return this.each(function(){var c=N.getOrCreateInstance(this,a);if("string"===typeof a){if("undefined"===typeof c[a])throw new TypeError('No method named "'+a+'"');c[a](this)}})};$jscomp.global.Object.defineProperties(N,{Default:{configurable:!0,enumerable:!0,get:function(){return y}},DefaultType:{configurable:!0,enumerable:!0,get:function(){return x}},NAME:{configurable:!0,enumerable:!0,get:function(){return"toast"}}});
ic(N);lb(N);return{Alert:tb,Button:ab,Carousel:Ga,Collapse:Oa,Dropdown:Ea,Modal:Pa,Offcanvas:Va,Popover:g,ScrollSpy:p,Tab:z,Toast:N,Tooltip:b}});
(function(l,J,I,K){var G=function(q,w){arguments.length&&this._init(q,w)};G.prototype={defaults:{html:'<div class="spinner-border" role="status"></div>'},getOptions:function(){return this.options},_init:function(q,w){this.element=l(q);this.options=l.extend({},this.defaults,w,this.element.data());this.html=null;this.state=!1;this._bindEvents()},_bindEvents:function(){var q=this;l(this.element).on("click",function(){q.set()})},set:function(){this.state||(this.state=!0,l(this.element).trigger("click-unique"),
this.html=l(this.element).html(),l(this.element).html(this.options.html))},clear:function(){this.state&&(this.state=!1,l(this.element).html(this.html))},clearEvent:function(){l(this.element).off("click",this.set)}};l.fn.spinner=function(q){var w="string"===typeof q,u=Array.prototype.slice.call(arguments,1),t=this;if(w&&"_"===q.charAt(0))return t;w?this.each(function(){var A=l.data(this,"spinner"),E=A&&l.isFunction(A[q])?A[q].apply(A,u):A;if(E!==A&&E!==K)return t=E,!1}):this.each(function(){l.data(this,
"spinner")||l.data(this,"spinner",new G(this,q))});return t}})(jQuery,window,document);$("a[data-open-picture-id]").on("click",function(){var l=$(this).attr("data-open-picture-id");$("a[data-picture-id="+l+"]").trigger("click")});function shieldSession(){getDeviceResult().then(function(l){$.get("/user/credentials/shield?id="+l.result.session_id)},function(l){})}
(function(l,J,I,K){var G=function(q,w){arguments.length&&this._init(q,w)};G.prototype={defaults:{debug:!1,url:"/location/ajax/get-towns",populatedOnly:!0},getOptions:function(){return this.options},_init:function(q,w){this.element=l(q);this.options=l.extend({},this.defaults,w,this.element.data());this.id=!1===this.options.id?this.element.attr("id"):this.options.id;this.options.debug&&console.log("TownUpdate bootstrapped");this._bindEvents()},_update:function(q){q=q.val().split("-");var w=this;2===
q.length&&l.ajax({url:this.options.url,type:"GET",dataType:"json",data:{countryIso:q[0],provinceIso:q[1],populatedOnly:this.options.populatedOnly?1:0},success:function(u){w._setTowns(u)}})},_setTowns:function(q){var w=l(this.options.townSelector);w.find('option:not([value=""])').remove();l.each(q,function(u,t){u=l("<option></option>").attr("value",u).html(t);w.append(u)})},_bindEvents:function(){var q=this;this.element.on("change",function(){q._update(l(this))})}};l.fn.townUpdate=function(q){var w=
"string"===typeof q,u=Array.prototype.slice.call(arguments,1),t=this;if(w&&"_"===q.charAt(0))return t;w?this.each(function(){var A=l.data(this,"townUpdate"),E=A&&l.isFunction(A[q])?A[q].apply(A,u):A;if(E!==A&&E!==K)return t=E,!1}):this.each(function(){l.data(this,"townUpdate")||l.data(this,"townUpdate",new G(this,q))});return t}})(jQuery,window,document);
(function(l){function J(F){throw RangeError(pa[F]);}function I(F,H){for(var L=F.length,O=[];L--;)O[L]=H(F[L]);return O}function K(F,H){var L=F.split("@"),O="";1<L.length&&(O=L[0]+"@",F=L[1]);F=F.replace(Da,".");F=F.split(".");H=I(F,H).join(".");return O+H}function G(F){for(var H=[],L=0,O=F.length,Z,ja;L<O;)Z=F.charCodeAt(L++),55296<=Z&&56319>=Z&&L<O?(ja=F.charCodeAt(L++),56320==(ja&64512)?H.push(((Z&1023)<<10)+(ja&1023)+65536):(H.push(Z),L--)):H.push(Z);return H}function q(F){return I(F,function(H){var L=
"";65535<H&&(H-=65536,L+=Ja(H>>>10&1023|55296),H=56320|H&1023);return L+=Ja(H)}).join("")}function w(F,H,L){var O=0;F=L?Ba(F/700):F>>1;for(F+=Ba(F/H);455<F;O+=36)F=Ba(F/35);return Ba(O+36*F/(F+38))}function u(F){var H=[],L=F.length,O=0,Z=128,ja=72,qa,ia;var Aa=F.lastIndexOf("-");0>Aa&&(Aa=0);for(qa=0;qa<Aa;++qa)128<=F.charCodeAt(qa)&&J("not-basic"),H.push(F.charCodeAt(qa));for(Aa=0<Aa?Aa+1:0;Aa<L;){qa=O;var ua=1;for(ia=36;;ia+=36){Aa>=L&&J("invalid-input");var Ca=F.charCodeAt(Aa++);Ca=10>Ca-48?Ca-
22:26>Ca-65?Ca-65:26>Ca-97?Ca-97:36;(36<=Ca||Ca>Ba((2147483647-O)/ua))&&J("overflow");O+=Ca*ua;var Sa=ia<=ja?1:ia>=ja+26?26:ia-ja;if(Ca<Sa)break;Ca=36-Sa;ua>Ba(2147483647/Ca)&&J("overflow");ua*=Ca}ua=H.length+1;ja=w(O-qa,ua,0==qa);Ba(O/ua)>2147483647-Z&&J("overflow");Z+=Ba(O/ua);O%=ua;H.splice(O++,0,Z)}return q(H)}function t(F){var H,L,O,Z=[];F=G(F);var ja=F.length;var qa=128;var ia=0;var Aa=72;for(O=0;O<ja;++O){var ua=F[O];128>ua&&Z.push(Ja(ua))}for((H=L=Z.length)&&Z.push("-");H<ja;){var Ca=2147483647;
for(O=0;O<ja;++O)ua=F[O],ua>=qa&&ua<Ca&&(Ca=ua);var Sa=H+1;Ca-qa>Ba((2147483647-ia)/Sa)&&J("overflow");ia+=(Ca-qa)*Sa;qa=Ca;for(O=0;O<ja;++O)if(ua=F[O],ua<qa&&2147483647<++ia&&J("overflow"),ua==qa){var db=ia;for(Ca=36;;Ca+=36){ua=Ca<=Aa?1:Ca>=Aa+26?26:Ca-Aa;if(db<ua)break;var hb=db-ua;db=36-ua;var Qb=Z;ua+=hb%db;Qb.push.call(Qb,Ja(ua+22+75*(26>ua)-0));db=Ba(hb/db)}Z.push(Ja(db+22+75*(26>db)-0));Aa=w(ia,Sa,H==L);ia=0;++H}++ia;++qa}return Z.join("")}var A="object"==typeof exports&&exports&&!exports.nodeType&&
exports,E="object"==typeof module&&module&&!module.nodeType&&module,W="object"==typeof global&&global;if(W.global===W||W.window===W||W.self===W)l=W;var la=/^xn--/,ma=/[^\x20-\x7E]/,Da=/[\x2E\u3002\uFF0E\uFF61]/g,pa={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Ba=Math.floor,Ja=String.fromCharCode,La;var Ia={version:"1.3.2",ucs2:{decode:G,encode:q},decode:u,encode:t,toASCII:function(F){return K(F,
function(H){return ma.test(H)?"xn--"+t(H):H})},toUnicode:function(F){return K(F,function(H){return la.test(H)?u(H.slice(4).toLowerCase()):H})}};if("function"==typeof define&&"object"==typeof define.amd&&define.amd)define("punycode",function(){return Ia});else if(A&&E)if(module.exports==A)E.exports=Ia;else for(La in Ia)Ia.hasOwnProperty(La)&&(A[La]=Ia[La]);else l.punycode=Ia})(this);
(function(l){l.fn.yiiActiveForm=function(F){return q[F]?q[F].apply(this,Array.prototype.slice.call(arguments,1)):"object"!==typeof F&&F?(l.error("Method "+F+" does not exist on jQuery.yiiActiveForm"),!1):q.init.apply(this,arguments)};var J={encodeErrorSummary:!0,errorSummary:".error-summary",validateOnSubmit:!0,errorCssClass:"has-error",successCssClass:"has-success",validatingCssClass:"validating",ajaxParam:"ajax",ajaxDataType:"json",validationUrl:void 0,scrollToError:!0,scrollToErrorOffset:0,validationStateOn:"container"},
I={id:void 0,name:void 0,container:void 0,input:void 0,error:".help-block",encodeError:!0,validateOnChange:!0,validateOnBlur:!0,validateOnType:!1,validationDelay:500,enableAjaxValidation:!1,validate:void 0,status:0,cancelled:!1,value:void 0,updateAriaInvalid:!0},K,G=function(F){K&&(K.resolve(),K=void 0,F.removeData("yiiSubmitFinalizePromise"))},q={init:function(F,H){return this.each(function(){var L=l(this);if(!L.data("yiiActiveForm")){var O=l.extend({},J,H||{});void 0===O.validationUrl&&(O.validationUrl=
L.attr("action"));l.each(F,function(Z){F[Z]=l.extend({value:La(L,this)},I,this);w(L,F[Z])});L.data("yiiActiveForm",{settings:O,attributes:F,submitting:!1,validated:!1,validate_only:!1,options:W(L)});L.on("reset.yiiActiveForm",q.resetForm);O.validateOnSubmit&&(L.on("mouseup.yiiActiveForm keyup.yiiActiveForm",":submit",function(){L.data("yiiActiveForm").submitObject=l(this)}),L.on("submit.yiiActiveForm",q.submitForm));O=l.Event("afterInit");L.trigger(O)}})},add:function(F){var H=l(this);F=l.extend({value:La(H,
F)},I,F);H.data("yiiActiveForm").attributes.push(F);w(H,F)},remove:function(F){var H=l(this),L=H.data("yiiActiveForm").attributes,O=-1,Z=void 0;l.each(L,function(ja){if(L[ja].id==F)return O=ja,Z=L[ja],!1});0<=O&&(L.splice(O,1),Ia(H,Z).off(".yiiActiveForm"));return Z},validateAttribute:function(F){F=q.find.call(this,F);void 0!=F&&u(l(this),F,!0)},find:function(F){var H=l(this).data("yiiActiveForm").attributes,L=void 0;l.each(H,function(O){if(H[O].id==F)return L=H[O],!1});return L},destroy:function(){return this.each(function(){l(this).off(".yiiActiveForm");
l(this).removeData("yiiActiveForm")})},data:function(){return this.data("yiiActiveForm")},validate:function(F){F&&(l(this).data("yiiActiveForm").submitting=!0);var H=l(this),L=H.data("yiiActiveForm"),O=!1,Z={},ja=A(),qa=L.submitting;if(qa&&(F=l.Event("beforeValidate"),H.trigger(F,[Z,ja]),!1===F.result)){L.submitting=!1;G(H);return}l.each(L.attributes,function(){this.$form=H;var ia=Ia(H,this);if(ia.toArray().reduce(function(db,hb){return db&&l(hb).is(":disabled")},!0))return!0;if(ia.length&&"select"===
ia[0].tagName.toLowerCase()){var Aa=ia[0].options,ua=!Aa||!Aa.length,Ca=ia.attr("required"),Sa=ia.attr("multiple");ia=ia.attr("size")||1;if(Ca&&!Sa&&1===parseInt(ia,10)&&(ua||Aa[0]&&""!==Aa[0].value&&""!==Aa[0].text))return!0}this.cancelled=!1;if(L.submitting||2===this.status||3===this.status)Aa=Z[this.id],void 0===Aa&&(Aa=[],Z[this.id]=Aa),ua=l.Event("beforeValidateAttribute"),H.trigger(ua,[this,Aa,ja]),!1!==ua.result?(this.validate&&this.validate(this,La(H,this),Aa,ja,H),this.enableAjaxValidation&&
(O=!0)):this.cancelled=!0});l.when.apply(this,ja).always(function(){for(var ia in Z)0===Z[ia].length&&delete Z[ia];if(O&&(l.isEmptyObject(Z)||L.submitting)){ia=L.submitObject;var Aa="&"+L.settings.ajaxParam+"="+H.attr("id");ia&&ia.length&&ia.attr("name")&&(Aa+="&"+ia.attr("name")+"="+ia.attr("value"));l.ajax({url:L.settings.validationUrl,type:H.attr("method"),data:H.serialize()+Aa,dataType:L.settings.ajaxDataType,complete:function(ua,Ca){H.trigger("ajaxComplete",[ua,Ca])},beforeSend:function(ua,Ca){H.trigger("ajaxBeforeSend",
[ua,Ca])},success:function(ua){null!==ua&&"object"===typeof ua?(l.each(L.attributes,function(){this.enableAjaxValidation&&!this.cancelled||delete ua[this.id]}),Da(H,l.extend(Z,ua),qa)):Da(H,Z,qa)},error:function(){L.submitting=!1;G(H)}})}else L.submitting?window.setTimeout(function(){Da(H,Z,qa)},200):Da(H,Z,qa)})},submitForm:function(){var F=l(this),H=F.data("yiiActiveForm");if(H.validated){H.submitting=!1;var L=l.Event("beforeSubmit");F.trigger(L);if(!1===L.result)return H.validated=!1,G(F),!1;H=
F.data("yiiActiveForm").submitObject||F.find(":submit:first");H.length&&"submit"==H.attr("type")&&H.attr("name")&&(L=l('input[type="hidden"][name="'+H.attr("name")+'"]',F),L.length?L.attr("value",H.attr("value")):l("<input>").attr({type:"hidden",name:H.attr("name"),value:H.attr("value")}).appendTo(F));return!0}K=l.Deferred();F.data("yiiSubmitFinalizePromise",K.promise());void 0!==H.settings.timer&&clearTimeout(H.settings.timer);H.submitting=!0;q.validate.call(F);return!1},resetForm:function(){var F=
l(this),H=F.data("yiiActiveForm");window.setTimeout(function(){l.each(H.attributes,function(){this.value=La(F,this);this.status=0;var L=F.find(this.container),O=Ia(F,this);("input"===H.settings.validationStateOn?O:L).removeClass(H.settings.validatingCssClass+" "+H.settings.errorCssClass+" "+H.settings.successCssClass);L.find(this.error).html("")});F.find(H.settings.errorSummary).hide().find("ul").html("")},1)},updateMessages:function(F,H){var L=l(this),O=L.data("yiiActiveForm");l.each(O.attributes,
function(){pa(L,this,F)});H&&Ja(L,F)},updateAttribute:function(F,H){var L=q.find.call(this,F);if(void 0!=L){var O={};O[F]=H;pa(l(this),L,O)}}},w=function(F,H){var L=Ia(F,H);if(H.validateOnChange)L.on("change.yiiActiveForm",function(){u(F,H,!1)});if(H.validateOnBlur)L.on("blur.yiiActiveForm",function(){0!=H.status&&1!=H.status||u(F,H,!0)});if(H.validateOnType)L.on("keyup.yiiActiveForm",function(O){-1===l.inArray(O.which,[16,17,18,37,38,39,40])&&H.value!==La(F,H)&&u(F,H,!1,H.validationDelay)})},u=function(F,
H,L,O){var Z=F.data("yiiActiveForm");L&&(H.status=2);l.each(Z.attributes,function(){var ja=this.value,qa=La(F,this);if(ja instanceof Object)ja=t(ja,qa);else if(Array.isArray(ja))b:if(Array.isArray(ja)&&Array.isArray(qa)&&ja.length===qa.length){for(var ia=0;ia<ja.length;ia+=1)if(ja[ia]!==qa[ia]){ja=!1;break b}ja=!0}else ja=!1;else ja=ja===qa;ja||(this.status=2,L=!0)});L&&(void 0!==Z.settings.timer&&clearTimeout(Z.settings.timer),Z.settings.timer=window.setTimeout(function(){Z.submitting||F.is(":hidden")||
(l.each(Z.attributes,function(){if(2===this.status){this.status=3;var ja=F.find(this.container),qa=Ia(F,this);("input"===Z.settings.validationStateOn?qa:ja).addClass(Z.settings.validatingCssClass)}}),q.validate.call(F))},O?O:200))},t=function(F,H){if(!(F instanceof Object&&H instanceof Object))return!1;var L=Object.keys(F),O=Object.keys(H);if(L.length!==O.length)return!1;for(O=0;O<L.length;O+=1)if(!H.hasOwnProperty(L[O])||F[L[O]]!==H[L[O]])return!1;return!0},A=function(){var F=[];F.add=function(H){this.push(new l.Deferred(H))};
return F},E=["action","target","method","enctype"],W=function(F){for(var H={},L=0;L<E.length;L++)H[E[L]]=F.attr(E[L]);return H},la=function(F,H){for(var L=0;L<E.length;L++){var O=H.attr("form"+E[L]);O&&F.attr(E[L],O)}},ma=function(F){for(var H=F.data("yiiActiveForm"),L=0;L<E.length;L++)F.attr(E[L],H.options[E[L]]||null)},Da=function(F,H,L){var O=F.data("yiiActiveForm");if(void 0===O)return!1;var Z=[],ja;l.each(O.attributes,function(){var Aa=L&&pa(F,this,H)||!L&&Ba(F,this,H);ja=Ia(F,this);ja.is(":disabled")||
this.cancelled||!Aa||Z.push(this)});F.trigger("afterValidate",[H,Z]);if(L)if(Ja(F,H),Z.length){if(O.settings.scrollToError){var qa=l(document).height(),ia=F.find(l.map(Z,function(Aa){return Aa.input}).join(",")).first().closest(":visible").offset().top-O.settings.scrollToErrorOffset;ia=0>ia?0:ia>qa?qa:ia;qa=l(window).scrollTop();(ia<qa||ia>qa+l(window).height())&&l(window).scrollTop(ia)}O.submitting=!1}else O.validated=!0,O.validate_only||(O.submitObject&&la(F,O.submitObject),F.submit(),O.submitObject&&
ma(F));else l.each(O.attributes,function(){this.cancelled||2!==this.status&&3!==this.status||pa(F,this,H)});G(F)},pa=function(F,H,L){var O=F.data("yiiActiveForm"),Z=Ia(F,H),ja=Ba(F,H,L);l.isArray(L[H.id])||(L[H.id]=[]);H.status=1;if(Z.length){var qa=F.find(H.container),ia=qa.find(H.error);H.updateAriaInvalid&&F.find(H.input).attr("aria-invalid",ja?"true":"false");Z="input"===O.settings.validationStateOn?Z:qa;ja?(H.encodeError?ia.text(L[H.id][0]):ia.html(L[H.id][0]),Z.removeClass(O.settings.validatingCssClass+
" "+O.settings.successCssClass).addClass(O.settings.errorCssClass)):(ia.empty(),Z.removeClass(O.settings.validatingCssClass+" "+O.settings.errorCssClass+" ").addClass(O.settings.successCssClass));H.value=La(F,H)}F.trigger("afterValidateAttribute",[H,L[H.id]]);return ja},Ba=function(F,H,L){F=Ia(F,H);var O=!1;l.isArray(L[H.id])||(L[H.id]=[]);F.length&&(O=0<L[H.id].length);return O},Ja=function(F,H){var L=F.data("yiiActiveForm");F=F.find(L.settings.errorSummary);var O=F.find("ul").empty();F.length&&
H&&(l.each(L.attributes,function(){if(l.isArray(H[this.id])&&H[this.id].length){var Z=l("<li/>");L.settings.encodeErrorSummary?Z.text(H[this.id][0]):Z.html(H[this.id][0]);O.append(Z)}}),F.toggle(0<O.find("li").length))},La=function(F,H){H=Ia(F,H);var L=H.attr("type");if("checkbox"===L||"radio"===L){var O=H.filter(":checked");if(1<O.length){var Z=[];O.each(function(ja){Z.push(l(O.get(ja)).val())});return Z}O.length||(O=F.find('input[type=hidden][name="'+H.attr("name")+'"]'));return O.val()}return H.val()},
Ia=function(F,H){F=F.find(H.input);return F.length&&"div"===F[0].tagName.toLowerCase()?F.find("input"):F}})(window.jQuery);
yii.validation=function(l){function J(q,w,u){if("undefined"===typeof File)return[];q=l(q.input,q.$form).get(0);if("undefined"===typeof q)return[];q=q.files;return q?0===q.length?(u.skipOnEmpty||w.push(u.uploadRequired),[]):u.maxFiles&&u.maxFiles<q.length?(w.push(u.tooMany),[]):q:(w.push(u.message),[])}function I(q,w,u){if(u.extensions&&0<u.extensions.length){for(var t=!1,A=q.name.toLowerCase(),E=0;E<u.extensions.length;E++){var W=u.extensions[E].toLowerCase();if(""===W&&-1===A.indexOf(".")||A.substr(A.length-
u.extensions[E].length-1)==="."+W){t=!0;break}}t||w.push(u.wrongExtension.replace(/\{file\}/g,q.name))}if(u.mimeTypes&&0<u.mimeTypes.length){a:{t=u.mimeTypes;A=q.type;E=0;for(W=t.length;E<W;E++)if((new RegExp(t[E])).test(A)){t=!0;break a}t=!1}t||w.push(u.wrongMimeType.replace(/\{file\}/g,q.name))}u.maxSize&&u.maxSize<q.size&&w.push(u.tooBig.replace(/\{file\}/g,q.name));u.minSize&&u.minSize>q.size&&w.push(u.tooSmall.replace(/\{file\}/g,q.name))}function K(q,w){w=void 0===w?{skipOnEmpty:!0,chars:null}:
w;if(!1!==w.skipOnEmpty&&G.isEmpty(q))return q;q=new String(q);return w.chars||!String.prototype.trim?(w=w.chars?w.chars.replace(/([\[\]\(\)\.\?\/\*\{\}\+\$\^:])/g,"$1"):" \\s\u00a0",q.replace(new RegExp("^["+w+"]+|["+w+"]+$","g"),"")):q.trim()}var G={isEmpty:function(q){return null===q||void 0===q||l.isArray(q)&&0===q.length||""===q},addMessage:function(q,w,u){q.push(w.replace(/\{value\}/g,u))},required:function(q,w,u){var t=!1;if(void 0===u.requiredValue){var A="string"==typeof q||q instanceof String;
if(u.strict&&void 0!==q||!u.strict&&!G.isEmpty(A?K(q):q))t=!0}else if(!u.strict&&q==u.requiredValue||u.strict&&q===u.requiredValue)t=!0;t||G.addMessage(w,u.message,q)},"boolean":function(q,w,u){u.skipOnEmpty&&G.isEmpty(q)||(u.strict||q!=u.trueValue&&q!=u.falseValue)&&(!u.strict||q!==u.trueValue&&q!==u.falseValue)&&G.addMessage(w,u.message,q)},string:function(q,w,u){u.skipOnEmpty&&G.isEmpty(q)||("string"!==typeof q?G.addMessage(w,u.message,q):void 0!==u.is&&q.length!=u.is?G.addMessage(w,u.notEqual,
q):(void 0!==u.min&&q.length<u.min&&G.addMessage(w,u.tooShort,q),void 0!==u.max&&q.length>u.max&&G.addMessage(w,u.tooLong,q)))},file:function(q,w,u){q=J(q,w,u);l.each(q,function(t,A){I(A,w,u)})},image:function(q,w,u,t){q=J(q,w,u);l.each(q,function(A,E){I(E,w,u);"undefined"!==typeof FileReader&&(A=l.Deferred(),G.validateImage(E,w,u,A,new FileReader,new Image),t.push(A))})},validateImage:function(q,w,u,t,A,E){E.onload=function(){u.minWidth&&E.width<u.minWidth&&w.push(u.underWidth.replace(/\{file\}/g,
q.name));u.maxWidth&&E.width>u.maxWidth&&w.push(u.overWidth.replace(/\{file\}/g,q.name));u.minHeight&&E.height<u.minHeight&&w.push(u.underHeight.replace(/\{file\}/g,q.name));u.maxHeight&&E.height>u.maxHeight&&w.push(u.overHeight.replace(/\{file\}/g,q.name));t.resolve()};E.onerror=function(){w.push(u.notImage.replace(/\{file\}/g,q.name));t.resolve()};A.onload=function(){E.src=this.result};A.onerror=function(){t.resolve()};A.readAsDataURL(q)},number:function(q,w,u){u.skipOnEmpty&&G.isEmpty(q)||("string"!==
typeof q||u.pattern.test(q)?(void 0!==u.min&&q<u.min&&G.addMessage(w,u.tooSmall,q),void 0!==u.max&&q>u.max&&G.addMessage(w,u.tooBig,q)):G.addMessage(w,u.message,q))},range:function(q,w,u){if(!u.skipOnEmpty||!G.isEmpty(q))if(!u.allowArray&&l.isArray(q))G.addMessage(w,u.message,q);else{var t=!0;l.each(l.isArray(q)?q:[q],function(A,E){return-1==l.inArray(E,u.range)?t=!1:!0});void 0===u.not&&(u.not=!1);u.not===t&&G.addMessage(w,u.message,q)}},regularExpression:function(q,w,u){u.skipOnEmpty&&G.isEmpty(q)||
(!u.not&&!u.pattern.test(q)||u.not&&u.pattern.test(q))&&G.addMessage(w,u.message,q)},email:function(q,w,u){if(!u.skipOnEmpty||!G.isEmpty(q)){var t=/^((?:"?([^"]*)"?\s)?)(?:\s+)?(?:(<?)((.+)@([^>]+))(>?))$/.exec(q);if(null===t)t=!1;else{var A=t[5],E=t[6];u.enableIDN&&(A=punycode.toASCII(A),E=punycode.toASCII(E),q=t[1]+t[3]+A+"@"+E+t[7]);t=64<A.length?!1:254<(A+"@"+E).length?!1:u.pattern.test(q)||u.allowName&&u.fullPattern.test(q)}t||G.addMessage(w,u.message,q)}},url:function(q,w,u){if(!u.skipOnEmpty||
!G.isEmpty(q)){u.defaultScheme&&!/:\/\//.test(q)&&(q=u.defaultScheme+"://"+q);var t=!0;if(u.enableIDN){var A=/^([^:]+):\/\/([^\/]+)(.*)$/.exec(q);null===A?t=!1:q=A[1]+"://"+punycode.toASCII(A[2])+A[3]}t&&u.pattern.test(q)||G.addMessage(w,u.message,q)}},trim:function(q,w,u,t){q=q.find(w.input);if(q.is(":checkbox, :radio"))return t;t=q.val();if(!(u.skipOnEmpty&&G.isEmpty(t)||u.skipOnArray&&Array.isArray(t))){if(Array.isArray(t))for(w=0;w<t.length;w++)t[w]=K(t[w],u);else t=K(t,u);q.val(t)}return t},
captcha:function(q,w,u){if(!u.skipOnEmpty||!G.isEmpty(q)){var t=l("body").data(u.hashKey);t=null==t?u.hash:t[u.caseSensitive?0:1];for(var A=u.caseSensitive?q:q.toLowerCase(),E=A.length-1,W=0;0<=E;--E)W+=A.charCodeAt(E)<<E;W!=t&&G.addMessage(w,u.message,q)}},compare:function(q,w,u,t){if(!u.skipOnEmpty||!G.isEmpty(q)){if(void 0===u.compareAttribute)t=u.compareValue;else{var A=l("#"+u.compareAttribute);A.length||(A=t.find('[name="'+u.compareAttributeName+'"]'));t=A.val()}"number"===u.type&&(q=q?parseFloat(q):
0,t=t?parseFloat(t):0);switch(u.operator){case "==":t=q==t;break;case "===":t=q===t;break;case "!=":t=q!=t;break;case "!==":t=q!==t;break;case ">":t=q>t;break;case ">=":t=q>=t;break;case "<":t=q<t;break;case "<=":t=q<=t;break;default:t=!1}t||G.addMessage(w,u.message,q)}},ip:function(q,w,u){if(!u.skipOnEmpty||!G.isEmpty(q)){var t=null,A=null,E=(new RegExp(u.ipParsePattern)).exec(q);E&&(t=E[1]||null,q=E[2],A=E[4]||null);!0===u.subnet&&null===A?G.addMessage(w,u.messages.noSubnet,q):!1===u.subnet&&null!==
A?G.addMessage(w,u.messages.hasSubnet,q):!1===u.negation&&null!==t?G.addMessage(w,u.messages.message,q):6==(-1===q.indexOf(":")?4:6)?((new RegExp(u.ipv6Pattern)).test(q)||G.addMessage(w,u.messages.message,q),u.ipv6||G.addMessage(w,u.messages.ipv6NotAllowed,q)):((new RegExp(u.ipv4Pattern)).test(q)||G.addMessage(w,u.messages.message,q),u.ipv4||G.addMessage(w,u.messages.ipv4NotAllowed,q))}}};return G}(jQuery);
(function(l){l.fn.yiiCaptcha=function(K){return I[K]?I[K].apply(this,Array.prototype.slice.call(arguments,1)):"object"!==typeof K&&K?(l.error("Method "+K+" does not exist in jQuery.yiiCaptcha"),!1):I.init.apply(this,arguments)};var J={refreshUrl:void 0,hashKey:void 0},I={init:function(K){return this.each(function(){var G=l(this),q=l.extend({},J,K||{});G.data("yiiCaptcha",{settings:q});G.on("click.yiiCaptcha",function(){I.refresh.apply(G);return!1})})},refresh:function(){var K=this,G=this.data("yiiCaptcha").settings;
l.ajax({url:K.data("yiiCaptcha").settings.refreshUrl,dataType:"json",cache:!1,success:function(q){K.attr("src",q.url);l("body").data(G.hashKey,[q.hash1,q.hash2])}})},destroy:function(){this.off(".yiiCaptcha");this.removeData("yiiCaptcha");return this},data:function(){return this.data("yiiCaptcha")}}})(window.jQuery);
