/*! jQuery v1.11.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */(function(L,He){typeof module=="object"&&typeof module.exports=="object"?module.exports=L.document?He(L,!0):function(Z){if(!Z.document)throw new Error("jQuery requires a window with a document");return He(Z)}:He(L)})(typeof window!="undefined"?window:this,function(L,He){var Z=[],se=Z.slice,Lt=Z.concat,nt=Z.push,Ht=Z.indexOf,We={},Fn=We.toString,ke=We.hasOwnProperty,C={},qt="1.11.1",r=function(e,t){return new r.fn.init(e,t)},Bn=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,Pn=/^-ms-/,Rn=/-([\da-z])/gi,Wn=function(e,t){return t.toUpperCase()};r.fn=r.prototype={jquery:qt,constructor:r,selector:"",length:0,toArray:function(){return se.call(this)},get:function(e){return e!=null?0>e?this[e+this.length]:this[e]:se.call(this)},pushStack:function(e){var t=r.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return r.each(this,e,t)},map:function(e){return this.pushStack(r.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(se.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(0>e?t:0);return this.pushStack(n>=0&&t>n?[this[n]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:nt,sort:Z.sort,splice:Z.splice},r.extend=r.fn.extend=function(){var e,t,n,i,o,s,l=arguments[0]||{},c=1,f=arguments.length,p=!1;for(typeof l=="boolean"&&(p=l,l=arguments[c]||{},c++),typeof l=="object"||r.isFunction(l)||(l={}),c===f&&(l=this,c--);f>c;c++)if((o=arguments[c])!=null)for(i in o)e=l[i],n=o[i],l!==n&&(p&&n&&(r.isPlainObject(n)||(t=r.isArray(n)))?(t?(t=!1,s=e&&r.isArray(e)?e:[]):s=e&&r.isPlainObject(e)?e:{},l[i]=r.extend(p,s,n)):n!==void 0&&(l[i]=n));return l},r.extend({expando:"jQuery"+(qt+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isFunction:function(e){return r.type(e)==="function"},isArray:Array.isArray||function(e){return r.type(e)==="array"},isWindow:function(e){return e!=null&&e==e.window},isNumeric:function(e){return!r.isArray(e)&&e-parseFloat(e)>=0},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},isPlainObject:function(e){var t;if(!e||r.type(e)!=="object"||e.nodeType||r.isWindow(e))return!1;try{if(e.constructor&&!ke.call(e,"constructor")&&!ke.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}if(C.ownLast)for(t in e)return ke.call(e,t);for(t in e);return t===void 0||ke.call(e,t)},type:function(e){return e==null?e+"":typeof e=="object"||typeof e=="function"?We[Fn.call(e)]||"object":typeof e},globalEval:function(e){e&&r.trim(e)&&(L.execScript||function(t){L.eval.call(L,t)})(e)},camelCase:function(e){return e.replace(Pn,"ms-").replace(Rn,Wn)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,n){var i,o=0,s=e.length,l=rt(e);if(n){if(l)for(;s>o&&(i=t.apply(e[o],n),i!==!1);o++);else for(o in e)if(i=t.apply(e[o],n),i===!1)break}else if(l)for(;s>o&&(i=t.call(e[o],o,e[o]),i!==!1);o++);else for(o in e)if(i=t.call(e[o],o,e[o]),i===!1)break;return e},trim:function(e){return e==null?"":(e+"").replace(Bn,"")},makeArray:function(e,t){var n=t||[];return e!=null&&(rt(Object(e))?r.merge(n,typeof e=="string"?[e]:e):nt.call(n,e)),n},inArray:function(e,t,n){var i;if(t){if(Ht)return Ht.call(t,e,n);for(i=t.length,n=n?0>n?Math.max(0,i+n):n:0;i>n;n++)if(n in t&&t[n]===e)return n}return-1},merge:function(e,t){for(var n=+t.length,i=0,o=e.length;n>i;)e[o++]=t[i++];if(n!==n)for(;t[i]!==void 0;)e[o++]=t[i++];return e.length=o,e},grep:function(e,t,n){for(var i,o=[],s=0,l=e.length,c=!n;l>s;s++)i=!t(e[s],s),i!==c&&o.push(e[s]);return o},map:function(e,t,n){var i,o=0,s=e.length,l=rt(e),c=[];if(l)for(;s>o;o++)i=t(e[o],o,n),i!=null&&c.push(i);else for(o in e)i=t(e[o],o,n),i!=null&&c.push(i);return Lt.apply([],c)},guid:1,proxy:function(e,t){var n,i,o;return typeof t=="string"&&(o=e[t],t=e,e=o),r.isFunction(e)?(n=se.call(arguments,2),i=function(){return e.apply(t||this,n.concat(se.call(arguments)))},i.guid=e.guid=e.guid||r.guid++,i):void 0},now:function(){return+new Date},support:C}),r.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(e,t){We["[object "+t+"]"]=t.toLowerCase()});function rt(e){var t=e.length,n=r.type(e);return n==="function"||r.isWindow(e)?!1:e.nodeType===1&&t?!0:n==="array"||t===0||typeof t=="number"&&t>0&&t-1 in e}var Se=function(e){var t,n,i,o,s,l,c,f,p,m,w,x,T,H,D,M,Y,b,ae,k="sizzle"+-new Date,X=e.document,_=0,$=0,de=Nt(),Qe=Nt(),re=Nt(),Ce=function(u,a){return u===a&&(w=!0),0},K="undefined",oe=1<<31,fe={}.hasOwnProperty,z=[],Or=z.pop,Fr=z.push,pe=z.push,Hn=z.slice,Ne=z.indexOf||function(u){for(var a=0,d=this.length;d>a;a++)if(this[a]===u)return a;return-1},wt="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",F="[\\x20\\t\\r\\n\\f]",Le="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",qn=Le.replace("w","w#"),_n="\\["+F+"*("+Le+")(?:"+F+"*([*^$|!~]?=)"+F+`*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(`+qn+"))|)"+F+"*\\]",Tt=":("+Le+`)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|`+_n+")*)|.*)\\)|)",Ke=new RegExp("^"+F+"+|((?:^|[^\\\\])(?:\\\\.)*)"+F+"+$","g"),Br=new RegExp("^"+F+"*,"+F+"*"),Pr=new RegExp("^"+F+"*([>+~]|"+F+")"+F+"*"),Rr=new RegExp("="+F+`*([^\\]'"]*?)`+F+"*\\]","g"),Wr=new RegExp(Tt),$r=new RegExp("^"+qn+"$"),Ze={ID:new RegExp("^#("+Le+")"),CLASS:new RegExp("^\\.("+Le+")"),TAG:new RegExp("^("+Le.replace("w","w*")+")"),ATTR:new RegExp("^"+_n),PSEUDO:new RegExp("^"+Tt),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+F+"*(even|odd|(([+-]|)(\\d*)n|)"+F+"*(?:([+-]|)"+F+"*(\\d+)|))"+F+"*\\)|)","i"),bool:new RegExp("^(?:"+wt+")$","i"),needsContext:new RegExp("^"+F+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+F+"*((?:-\\d)?\\d*)"+F+"*\\)|)(?=[^-]|$)","i")},zr=/^(?:input|select|textarea|button)$/i,Ir=/^h\d$/i,Be=/^[^{]+\{\s*\[native \w/,br=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Ct=/[+~]/,Xr=/'|\\/g,he=new RegExp("\\\\([\\da-f]{1,6}"+F+"?|("+F+")|.)","ig"),me=function(u,a,d){var g="0x"+a-65536;return g!==g||d?a:0>g?String.fromCharCode(g+65536):String.fromCharCode(g>>10|55296,1023&g|56320)};try{pe.apply(z=Hn.call(X.childNodes),X.childNodes),z[X.childNodes.length].nodeType}catch(u){pe={apply:z.length?function(a,d){Fr.apply(a,Hn.call(d))}:function(a,d){for(var g=a.length,h=0;a[g++]=d[h++];);a.length=g-1}}}function P(u,a,d,g){var h,v,y,N,S,q,j,A,R,O;if((a?a.ownerDocument||a:X)!==T&&x(a),a=a||T,d=d||[],!u||typeof u!="string")return d;if((N=a.nodeType)!==1&&N!==9)return[];if(D&&!g){if(h=br.exec(u))if(y=h[1]){if(N===9){if(v=a.getElementById(y),!v||!v.parentNode)return d;if(v.id===y)return d.push(v),d}else if(a.ownerDocument&&(v=a.ownerDocument.getElementById(y))&&ae(a,v)&&v.id===y)return d.push(v),d}else{if(h[2])return pe.apply(d,a.getElementsByTagName(u)),d;if((y=h[3])&&n.getElementsByClassName&&a.getElementsByClassName)return pe.apply(d,a.getElementsByClassName(y)),d}if(n.qsa&&(!M||!M.test(u))){if(A=j=k,R=a,O=N===9&&u,N===1&&a.nodeName.toLowerCase()!=="object"){for(q=l(u),(j=a.getAttribute("id"))?A=j.replace(Xr,"\\$&"):a.setAttribute("id",A),A="[id='"+A+"'] ",S=q.length;S--;)q[S]=A+et(q[S]);R=Ct.test(u)&&kt(a.parentNode)||a,O=q.join(",")}if(O)try{return pe.apply(d,R.querySelectorAll(O)),d}catch(B){}finally{j||a.removeAttribute("id")}}}return f(u.replace(Ke,"$1"),a,d,g)}function Nt(){var u=[];function a(d,g){return u.push(d+" ")>i.cacheLength&&delete a[u.shift()],a[d+" "]=g}return a}function te(u){return u[k]=!0,u}function ne(u){var a=T.createElement("div");try{return!!u(a)}catch(d){return!1}finally{a.parentNode&&a.parentNode.removeChild(a),a=null}}function Et(u,a){for(var d=u.split("|"),g=u.length;g--;)i.attrHandle[d[g]]=a}function Mn(u,a){var d=a&&u,g=d&&u.nodeType===1&&a.nodeType===1&&(~a.sourceIndex||oe)-(~u.sourceIndex||oe);if(g)return g;if(d){for(;d=d.nextSibling;)if(d===a)return-1}return u?1:-1}function Ur(u){return function(a){var d=a.nodeName.toLowerCase();return d==="input"&&a.type===u}}function Vr(u){return function(a){var d=a.nodeName.toLowerCase();return(d==="input"||d==="button")&&a.type===u}}function Ee(u){return te(function(a){return a=+a,te(function(d,g){for(var h,v=u([],d.length,a),y=v.length;y--;)d[h=v[y]]&&(d[h]=!(g[h]=d[h]))})})}function kt(u){return u&&typeof u.getElementsByTagName!==K&&u}n=P.support={},s=P.isXML=function(u){var a=u&&(u.ownerDocument||u).documentElement;return a?a.nodeName!=="HTML":!1},x=P.setDocument=function(u){var a,d=u?u.ownerDocument||u:X,g=d.defaultView;return d!==T&&d.nodeType===9&&d.documentElement?(T=d,H=d.documentElement,D=!s(d),g&&g!==g.top&&(g.addEventListener?g.addEventListener("unload",function(){x()},!1):g.attachEvent&&g.attachEvent("onunload",function(){x()})),n.attributes=ne(function(h){return h.className="i",!h.getAttribute("className")}),n.getElementsByTagName=ne(function(h){return h.appendChild(d.createComment("")),!h.getElementsByTagName("*").length}),n.getElementsByClassName=Be.test(d.getElementsByClassName)&&ne(function(h){return h.innerHTML="
",h.firstChild.className="i",h.getElementsByClassName("i").length===2}),n.getById=ne(function(h){return H.appendChild(h).id=k,!d.getElementsByName||!d.getElementsByName(k).length}),n.getById?(i.find.ID=function(h,v){if(typeof v.getElementById!==K&&D){var y=v.getElementById(h);return y&&y.parentNode?[y]:[]}},i.filter.ID=function(h){var v=h.replace(he,me);return function(y){return y.getAttribute("id")===v}}):(delete i.find.ID,i.filter.ID=function(h){var v=h.replace(he,me);return function(y){var N=typeof y.getAttributeNode!==K&&y.getAttributeNode("id");return N&&N.value===v}}),i.find.TAG=n.getElementsByTagName?function(h,v){return typeof v.getElementsByTagName!==K?v.getElementsByTagName(h):void 0}:function(h,v){var y,N=[],S=0,q=v.getElementsByTagName(h);if(h==="*"){for(;y=q[S++];)y.nodeType===1&&N.push(y);return N}return q},i.find.CLASS=n.getElementsByClassName&&function(h,v){return typeof v.getElementsByClassName!==K&&D?v.getElementsByClassName(h):void 0},Y=[],M=[],(n.qsa=Be.test(d.querySelectorAll))&&(ne(function(h){h.innerHTML="",h.querySelectorAll("[msallowclip^='']").length&&M.push("[*^$]="+F+`*(?:''|"")`),h.querySelectorAll("[selected]").length||M.push("\\["+F+"*(?:value|"+wt+")"),h.querySelectorAll(":checked").length||M.push(":checked")}),ne(function(h){var v=d.createElement("input");v.setAttribute("type","hidden"),h.appendChild(v).setAttribute("name","D"),h.querySelectorAll("[name=d]").length&&M.push("name"+F+"*[*^$|!~]?="),h.querySelectorAll(":enabled").length||M.push(":enabled",":disabled"),h.querySelectorAll("*,:x"),M.push(",.*:")})),(n.matchesSelector=Be.test(b=H.matches||H.webkitMatchesSelector||H.mozMatchesSelector||H.oMatchesSelector||H.msMatchesSelector))&&ne(function(h){n.disconnectedMatch=b.call(h,"div"),b.call(h,"[s!='']:x"),Y.push("!=",Tt)}),M=M.length&&new RegExp(M.join("|")),Y=Y.length&&new RegExp(Y.join("|")),a=Be.test(H.compareDocumentPosition),ae=a||Be.test(H.contains)?function(h,v){var y=h.nodeType===9?h.documentElement:h,N=v&&v.parentNode;return h===N||!(!N||N.nodeType!==1||!(y.contains?y.contains(N):h.compareDocumentPosition&&16&h.compareDocumentPosition(N)))}:function(h,v){if(v){for(;v=v.parentNode;)if(v===h)return!0}return!1},Ce=a?function(h,v){if(h===v)return w=!0,0;var y=!h.compareDocumentPosition-!v.compareDocumentPosition;return y||(y=(h.ownerDocument||h)===(v.ownerDocument||v)?h.compareDocumentPosition(v):1,1&y||!n.sortDetached&&v.compareDocumentPosition(h)===y?h===d||h.ownerDocument===X&&ae(X,h)?-1:v===d||v.ownerDocument===X&&ae(X,v)?1:m?Ne.call(m,h)-Ne.call(m,v):0:4&y?-1:1)}:function(h,v){if(h===v)return w=!0,0;var y,N=0,S=h.parentNode,q=v.parentNode,j=[h],A=[v];if(!S||!q)return h===d?-1:v===d?1:S?-1:q?1:m?Ne.call(m,h)-Ne.call(m,v):0;if(S===q)return Mn(h,v);for(y=h;y=y.parentNode;)j.unshift(y);for(y=v;y=y.parentNode;)A.unshift(y);for(;j[N]===A[N];)N++;return N?Mn(j[N],A[N]):j[N]===X?-1:A[N]===X?1:0},d):T},P.matches=function(u,a){return P(u,null,null,a)},P.matchesSelector=function(u,a){if((u.ownerDocument||u)!==T&&x(u),a=a.replace(Rr,"='$1']"),!(!n.matchesSelector||!D||Y&&Y.test(a)||M&&M.test(a)))try{var d=b.call(u,a);if(d||n.disconnectedMatch||u.document&&u.document.nodeType!==11)return d}catch(g){}return P(a,T,null,[u]).length>0},P.contains=function(u,a){return(u.ownerDocument||u)!==T&&x(u),ae(u,a)},P.attr=function(u,a){(u.ownerDocument||u)!==T&&x(u);var d=i.attrHandle[a.toLowerCase()],g=d&&fe.call(i.attrHandle,a.toLowerCase())?d(u,a,!D):void 0;return g!==void 0?g:n.attributes||!D?u.getAttribute(a):(g=u.getAttributeNode(a))&&g.specified?g.value:null},P.error=function(u){throw new Error("Syntax error, unrecognized expression: "+u)},P.uniqueSort=function(u){var a,d=[],g=0,h=0;if(w=!n.detectDuplicates,m=!n.sortStable&&u.slice(0),u.sort(Ce),w){for(;a=u[h++];)a===u[h]&&(g=d.push(h));for(;g--;)u.splice(d[g],1)}return m=null,u},o=P.getText=function(u){var a,d="",g=0,h=u.nodeType;if(h){if(h===1||h===9||h===11){if(typeof u.textContent=="string")return u.textContent;for(u=u.firstChild;u;u=u.nextSibling)d+=o(u)}else if(h===3||h===4)return u.nodeValue}else for(;a=u[g++];)d+=o(a);return d},i=P.selectors={cacheLength:50,createPseudo:te,match:Ze,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(u){return u[1]=u[1].replace(he,me),u[3]=(u[3]||u[4]||u[5]||"").replace(he,me),u[2]==="~="&&(u[3]=" "+u[3]+" "),u.slice(0,4)},CHILD:function(u){return u[1]=u[1].toLowerCase(),u[1].slice(0,3)==="nth"?(u[3]||P.error(u[0]),u[4]=+(u[4]?u[5]+(u[6]||1):2*(u[3]==="even"||u[3]==="odd")),u[5]=+(u[7]+u[8]||u[3]==="odd")):u[3]&&P.error(u[0]),u},PSEUDO:function(u){var a,d=!u[6]&&u[2];return Ze.CHILD.test(u[0])?null:(u[3]?u[2]=u[4]||u[5]||"":d&&Wr.test(d)&&(a=l(d,!0))&&(a=d.indexOf(")",d.length-a)-d.length)&&(u[0]=u[0].slice(0,a),u[2]=d.slice(0,a)),u.slice(0,3))}},filter:{TAG:function(u){var a=u.replace(he,me).toLowerCase();return u==="*"?function(){return!0}:function(d){return d.nodeName&&d.nodeName.toLowerCase()===a}},CLASS:function(u){var a=de[u+" "];return a||(a=new RegExp("(^|"+F+")"+u+"("+F+"|$)"))&&de(u,function(d){return a.test(typeof d.className=="string"&&d.className||typeof d.getAttribute!==K&&d.getAttribute("class")||"")})},ATTR:function(u,a,d){return function(g){var h=P.attr(g,u);return h==null?a==="!=":a?(h+="",a==="="?h===d:a==="!="?h!==d:a==="^="?d&&h.indexOf(d)===0:a==="*="?d&&h.indexOf(d)>-1:a==="$="?d&&h.slice(-d.length)===d:a==="~="?(" "+h+" ").indexOf(d)>-1:a==="|="?h===d||h.slice(0,d.length+1)===d+"-":!1):!0}},CHILD:function(u,a,d,g,h){var v=u.slice(0,3)!=="nth",y=u.slice(-4)!=="last",N=a==="of-type";return g===1&&h===0?function(S){return!!S.parentNode}:function(S,q,j){var A,R,O,B,U,V,G=v!==y?"nextSibling":"previousSibling",W=S.parentNode,Pe=N&&S.nodeName.toLowerCase(),Re=!j&&!N;if(W){if(v){for(;G;){for(O=S;O=O[G];)if(N?O.nodeName.toLowerCase()===Pe:O.nodeType===1)return!1;V=G=u==="only"&&!V&&"nextSibling"}return!0}if(V=[y?W.firstChild:W.lastChild],y&&Re){for(R=W[k]||(W[k]={}),A=R[u]||[],U=A[0]===_&&A[1],B=A[0]===_&&A[2],O=U&&W.childNodes[U];O=++U&&O&&O[G]||(B=U=0)||V.pop();)if(O.nodeType===1&&++B&&O===S){R[u]=[_,U,B];break}}else if(Re&&(A=(S[k]||(S[k]={}))[u])&&A[0]===_)B=A[1];else for(;(O=++U&&O&&O[G]||(B=U=0)||V.pop())&&!((N?O.nodeName.toLowerCase()===Pe:O.nodeType===1)&&++B&&(Re&&((O[k]||(O[k]={}))[u]=[_,B]),O===S)););return B-=h,B===g||B%g==0&&B/g>=0}}},PSEUDO:function(u,a){var d,g=i.pseudos[u]||i.setFilters[u.toLowerCase()]||P.error("unsupported pseudo: "+u);return g[k]?g(a):g.length>1?(d=[u,u,"",a],i.setFilters.hasOwnProperty(u.toLowerCase())?te(function(h,v){for(var y,N=g(h,a),S=N.length;S--;)y=Ne.call(h,N[S]),h[y]=!(v[y]=N[S])}):function(h){return g(h,0,d)}):g}},pseudos:{not:te(function(u){var a=[],d=[],g=c(u.replace(Ke,"$1"));return g[k]?te(function(h,v,y,N){for(var S,q=g(h,null,N,[]),j=h.length;j--;)(S=q[j])&&(h[j]=!(v[j]=S))}):function(h,v,y){return a[0]=h,g(a,null,y,d),!d.pop()}}),has:te(function(u){return function(a){return P(u,a).length>0}}),contains:te(function(u){return function(a){return(a.textContent||a.innerText||o(a)).indexOf(u)>-1}}),lang:te(function(u){return $r.test(u||"")||P.error("unsupported lang: "+u),u=u.replace(he,me).toLowerCase(),function(a){var d;do if(d=D?a.lang:a.getAttribute("xml:lang")||a.getAttribute("lang"))return d=d.toLowerCase(),d===u||d.indexOf(u+"-")===0;while((a=a.parentNode)&&a.nodeType===1);return!1}}),target:function(u){var a=e.location&&e.location.hash;return a&&a.slice(1)===u.id},root:function(u){return u===H},focus:function(u){return u===T.activeElement&&(!T.hasFocus||T.hasFocus())&&!!(u.type||u.href||~u.tabIndex)},enabled:function(u){return u.disabled===!1},disabled:function(u){return u.disabled===!0},checked:function(u){var a=u.nodeName.toLowerCase();return a==="input"&&!!u.checked||a==="option"&&!!u.selected},selected:function(u){return u.parentNode&&u.parentNode.selectedIndex,u.selected===!0},empty:function(u){for(u=u.firstChild;u;u=u.nextSibling)if(u.nodeType<6)return!1;return!0},parent:function(u){return!i.pseudos.empty(u)},header:function(u){return Ir.test(u.nodeName)},input:function(u){return zr.test(u.nodeName)},button:function(u){var a=u.nodeName.toLowerCase();return a==="input"&&u.type==="button"||a==="button"},text:function(u){var a;return u.nodeName.toLowerCase()==="input"&&u.type==="text"&&((a=u.getAttribute("type"))==null||a.toLowerCase()==="text")},first:Ee(function(){return[0]}),last:Ee(function(u,a){return[a-1]}),eq:Ee(function(u,a,d){return[0>d?d+a:d]}),even:Ee(function(u,a){for(var d=0;a>d;d+=2)u.push(d);return u}),odd:Ee(function(u,a){for(var d=1;a>d;d+=2)u.push(d);return u}),lt:Ee(function(u,a,d){for(var g=0>d?d+a:d;--g>=0;)u.push(g);return u}),gt:Ee(function(u,a,d){for(var g=0>d?d+a:d;++ga;a++)g+=u[a].value;return g}function St(u,a,d){var g=a.dir,h=d&&g==="parentNode",v=$++;return a.first?function(y,N,S){for(;y=y[g];)if(y.nodeType===1||h)return u(y,N,S)}:function(y,N,S){var q,j,A=[_,v];if(S){for(;y=y[g];)if((y.nodeType===1||h)&&u(y,N,S))return!0}else for(;y=y[g];)if(y.nodeType===1||h){if(j=y[k]||(y[k]={}),(q=j[g])&&q[0]===_&&q[1]===v)return A[2]=q[2];if(j[g]=A,A[2]=u(y,N,S))return!0}}}function jt(u){return u.length>1?function(a,d,g){for(var h=u.length;h--;)if(!u[h](a,d,g))return!1;return!0}:u[0]}function Jr(u,a,d){for(var g=0,h=a.length;h>g;g++)P(u,a[g],d);return d}function tt(u,a,d,g,h){for(var v,y=[],N=0,S=u.length,q=a!=null;S>N;N++)(v=u[N])&&(!d||d(v,g,h))&&(y.push(v),q&&a.push(N));return y}function At(u,a,d,g,h,v){return g&&!g[k]&&(g=At(g)),h&&!h[k]&&(h=At(h,v)),te(function(y,N,S,q){var j,A,R,O=[],B=[],U=N.length,V=y||Jr(a||"*",S.nodeType?[S]:S,[]),G=!u||!y&&a?V:tt(V,O,u,S,q),W=d?h||(y?u:U||g)?[]:N:G;if(d&&d(G,W,S,q),g)for(j=tt(W,B),g(j,[],S,q),A=j.length;A--;)(R=j[A])&&(W[B[A]]=!(G[B[A]]=R));if(y){if(h||u){if(h){for(j=[],A=W.length;A--;)(R=W[A])&&j.push(G[A]=R);h(null,W=[],j,q)}for(A=W.length;A--;)(R=W[A])&&(j=h?Ne.call(y,R):O[A])>-1&&(y[j]=!(N[j]=R))}}else W=tt(W===N?W.splice(U,W.length):W),h?h(null,N,W,q):pe.apply(N,W)})}function Dt(u){for(var a,d,g,h=u.length,v=i.relative[u[0].type],y=v||i.relative[" "],N=v?1:0,S=St(function(A){return A===a},y,!0),q=St(function(A){return Ne.call(a,A)>-1},y,!0),j=[function(A,R,O){return!v&&(O||R!==p)||((a=R).nodeType?S(A,R,O):q(A,R,O))}];h>N;N++)if(d=i.relative[u[N].type])j=[St(jt(j),d)];else{if(d=i.filter[u[N].type].apply(null,u[N].matches),d[k]){for(g=++N;h>g&&!i.relative[u[g].type];g++);return At(N>1&&jt(j),N>1&&et(u.slice(0,N-1).concat({value:u[N-2].type===" "?"*":""})).replace(Ke,"$1"),d,g>N&&Dt(u.slice(N,g)),h>g&&Dt(u=u.slice(g)),h>g&&et(u))}j.push(d)}return jt(j)}function Yr(u,a){var d=a.length>0,g=u.length>0,h=function(v,y,N,S,q){var j,A,R,O=0,B="0",U=v&&[],V=[],G=p,W=v||g&&i.find.TAG("*",q),Pe=_+=G==null?1:Math.random()||.1,Re=W.length;for(q&&(p=y!==T&&y);B!==Re&&(j=W[B])!=null;B++){if(g&&j){for(A=0;R=u[A++];)if(R(j,y,N)){S.push(j);break}q&&(_=Pe)}d&&((j=!R&&j)&&O--,v&&U.push(j))}if(O+=B,d&&B!==O){for(A=0;R=a[A++];)R(U,V,y,N);if(v){if(O>0)for(;B--;)U[B]||V[B]||(V[B]=Or.call(S));V=tt(V)}pe.apply(S,V),q&&!v&&V.length>0&&O+a.length>1&&P.uniqueSort(S)}return q&&(_=Pe,p=G),U};return d?te(h):h}return c=P.compile=function(u,a){var d,g=[],h=[],v=re[u+" "];if(!v){for(a||(a=l(u)),d=a.length;d--;)v=Dt(a[d]),v[k]?g.push(v):h.push(v);v=re(u,Yr(h,g)),v.selector=u}return v},f=P.select=function(u,a,d,g){var h,v,y,N,S,q=typeof u=="function"&&u,j=!g&&l(u=q.selector||u);if(d=d||[],j.length===1){if(v=j[0]=j[0].slice(0),v.length>2&&(y=v[0]).type==="ID"&&n.getById&&a.nodeType===9&&D&&i.relative[v[1].type]){if(a=(i.find.ID(y.matches[0].replace(he,me),a)||[])[0],!a)return d;q&&(a=a.parentNode),u=u.slice(v.shift().value.length)}for(h=Ze.needsContext.test(u)?0:v.length;h--&&(y=v[h],!i.relative[N=y.type]);)if((S=i.find[N])&&(g=S(y.matches[0].replace(he,me),Ct.test(v[0].type)&&kt(a.parentNode)||a))){if(v.splice(h,1),u=g.length&&et(v),!u)return pe.apply(d,g),d;break}}return(q||c(u,j))(g,a,!D,d,Ct.test(u)&&kt(a.parentNode)||a),d},n.sortStable=k.split("").sort(Ce).join("")===k,n.detectDuplicates=!!w,x(),n.sortDetached=ne(function(u){return 1&u.compareDocumentPosition(T.createElement("div"))}),ne(function(u){return u.innerHTML="",u.firstChild.getAttribute("href")==="#"})||Et("type|href|height|width",function(u,a,d){return d?void 0:u.getAttribute(a,a.toLowerCase()==="type"?1:2)}),n.attributes&&ne(function(u){return u.innerHTML="",u.firstChild.setAttribute("value",""),u.firstChild.getAttribute("value")===""})||Et("value",function(u,a,d){return d||u.nodeName.toLowerCase()!=="input"?void 0:u.defaultValue}),ne(function(u){return u.getAttribute("disabled")==null})||Et(wt,function(u,a,d){var g;return d?void 0:u[a]===!0?a.toLowerCase():(g=u.getAttributeNode(a))&&g.specified?g.value:null}),P}(L);r.find=Se,r.expr=Se.selectors,r.expr[":"]=r.expr.pseudos,r.unique=Se.uniqueSort,r.text=Se.getText,r.isXMLDoc=Se.isXML,r.contains=Se.contains;var _t=r.expr.match.needsContext,Mt=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,$n=/^.[^:#\[\.,]*$/;function it(e,t,n){if(r.isFunction(t))return r.grep(e,function(i,o){return!!t.call(i,o,i)!==n});if(t.nodeType)return r.grep(e,function(i){return i===t!==n});if(typeof t=="string"){if($n.test(t))return r.filter(t,e,n);t=r.filter(t,e)}return r.grep(e,function(i){return r.inArray(i,t)>=0!==n})}r.filter=function(e,t,n){var i=t[0];return n&&(e=":not("+e+")"),t.length===1&&i.nodeType===1?r.find.matchesSelector(i,e)?[i]:[]:r.find.matches(e,r.grep(t,function(o){return o.nodeType===1}))},r.fn.extend({find:function(e){var t,n=[],i=this,o=i.length;if(typeof e!="string")return this.pushStack(r(e).filter(function(){for(t=0;o>t;t++)if(r.contains(i[t],this))return!0}));for(t=0;o>t;t++)r.find(e,i[t],n);return n=this.pushStack(o>1?r.unique(n):n),n.selector=this.selector?this.selector+" "+e:e,n},filter:function(e){return this.pushStack(it(this,e||[],!1))},not:function(e){return this.pushStack(it(this,e||[],!0))},is:function(e){return!!it(this,typeof e=="string"&&_t.test(e)?r(e):e||[],!1).length}});var qe,E=L.document,zn=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,In=r.fn.init=function(e,t){var n,i;if(!e)return this;if(typeof e=="string"){if(n=e.charAt(0)==="<"&&e.charAt(e.length-1)===">"&&e.length>=3?[null,e,null]:zn.exec(e),!n||!n[1]&&t)return!t||t.jquery?(t||qe).find(e):this.constructor(t).find(e);if(n[1]){if(t=t instanceof r?t[0]:t,r.merge(this,r.parseHTML(n[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),Mt.test(n[1])&&r.isPlainObject(t))for(n in t)r.isFunction(this[n])?this[n](t[n]):this.attr(n,t[n]);return this}if(i=E.getElementById(n[2]),i&&i.parentNode){if(i.id!==n[2])return qe.find(e);this.length=1,this[0]=i}return this.context=E,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):r.isFunction(e)?typeof qe.ready!="undefined"?qe.ready(e):e(r):(e.selector!==void 0&&(this.selector=e.selector,this.context=e.context),r.makeArray(e,this))};In.prototype=r.fn,qe=r(E);var bn=/^(?:parents|prev(?:Until|All))/,Xn={children:!0,contents:!0,next:!0,prev:!0};r.extend({dir:function(e,t,n){for(var i=[],o=e[t];o&&o.nodeType!==9&&(n===void 0||o.nodeType!==1||!r(o).is(n));)o.nodeType===1&&i.push(o),o=o[t];return i},sibling:function(e,t){for(var n=[];e;e=e.nextSibling)e.nodeType===1&&e!==t&&n.push(e);return n}}),r.fn.extend({has:function(e){var t,n=r(e,this),i=n.length;return this.filter(function(){for(t=0;i>t;t++)if(r.contains(this,n[t]))return!0})},closest:function(e,t){for(var n,i=0,o=this.length,s=[],l=_t.test(e)||typeof e!="string"?r(e,t||this.context):0;o>i;i++)for(n=this[i];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(l?l.index(n)>-1:n.nodeType===1&&r.find.matchesSelector(n,e))){s.push(n);break}return this.pushStack(s.length>1?r.unique(s):s)},index:function(e){return e?typeof e=="string"?r.inArray(this[0],r(e)):r.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(r.unique(r.merge(this.get(),r(e,t))))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}});function Ot(e,t){do e=e[t];while(e&&e.nodeType!==1);return e}r.each({parent:function(e){var t=e.parentNode;return t&&t.nodeType!==11?t:null},parents:function(e){return r.dir(e,"parentNode")},parentsUntil:function(e,t,n){return r.dir(e,"parentNode",n)},next:function(e){return Ot(e,"nextSibling")},prev:function(e){return Ot(e,"previousSibling")},nextAll:function(e){return r.dir(e,"nextSibling")},prevAll:function(e){return r.dir(e,"previousSibling")},nextUntil:function(e,t,n){return r.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return r.dir(e,"previousSibling",n)},siblings:function(e){return r.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return r.sibling(e.firstChild)},contents:function(e){return r.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:r.merge([],e.childNodes)}},function(e,t){r.fn[e]=function(n,i){var o=r.map(this,t,n);return e.slice(-5)!=="Until"&&(i=n),i&&typeof i=="string"&&(o=r.filter(i,o)),this.length>1&&(Xn[e]||(o=r.unique(o)),bn.test(e)&&(o=o.reverse())),this.pushStack(o)}});var ie=/\S+/g,Ft={};function Un(e){var t=Ft[e]={};return r.each(e.match(ie)||[],function(n,i){t[i]=!0}),t}r.Callbacks=function(e){e=typeof e=="string"?Ft[e]||Un(e):r.extend({},e);var t,n,i,o,s,l,c=[],f=!e.once&&[],p=function(w){for(n=e.memory&&w,i=!0,s=l||0,l=0,o=c.length,t=!0;c&&o>s;s++)if(c[s].apply(w[0],w[1])===!1&&e.stopOnFalse){n=!1;break}t=!1,c&&(f?f.length&&p(f.shift()):n?c=[]:m.disable())},m={add:function(){if(c){var w=c.length;(function x(T){r.each(T,function(H,D){var M=r.type(D);M==="function"?e.unique&&m.has(D)||c.push(D):D&&D.length&&M!=="string"&&x(D)})})(arguments),t?o=c.length:n&&(l=w,p(n))}return this},remove:function(){return c&&r.each(arguments,function(w,x){for(var T;(T=r.inArray(x,c,T))>-1;)c.splice(T,1),t&&(o>=T&&o--,s>=T&&s--)}),this},has:function(w){return w?r.inArray(w,c)>-1:!(!c||!c.length)},empty:function(){return c=[],o=0,this},disable:function(){return c=f=n=void 0,this},disabled:function(){return!c},lock:function(){return f=void 0,n||m.disable(),this},locked:function(){return!f},fireWith:function(w,x){return!c||i&&!f||(x=x||[],x=[w,x.slice?x.slice():x],t?f.push(x):p(x)),this},fire:function(){return m.fireWith(this,arguments),this},fired:function(){return!!i}};return m},r.extend({Deferred:function(e){var t=[["resolve","done",r.Callbacks("once memory"),"resolved"],["reject","fail",r.Callbacks("once memory"),"rejected"],["notify","progress",r.Callbacks("memory")]],n="pending",i={state:function(){return n},always:function(){return o.done(arguments).fail(arguments),this},then:function(){var s=arguments;return r.Deferred(function(l){r.each(t,function(c,f){var p=r.isFunction(s[c])&&s[c];o[f[1]](function(){var m=p&&p.apply(this,arguments);m&&r.isFunction(m.promise)?m.promise().done(l.resolve).fail(l.reject).progress(l.notify):l[f[0]+"With"](this===i?l.promise():this,p?[m]:arguments)})}),s=null}).promise()},promise:function(s){return s!=null?r.extend(s,i):i}},o={};return i.pipe=i.then,r.each(t,function(s,l){var c=l[2],f=l[3];i[l[1]]=c.add,f&&c.add(function(){n=f},t[1^s][2].disable,t[2][2].lock),o[l[0]]=function(){return o[l[0]+"With"](this===o?i:this,arguments),this},o[l[0]+"With"]=c.fireWith}),i.promise(o),e&&e.call(o,o),o},when:function(e){var t=0,n=se.call(arguments),i=n.length,o=i!==1||e&&r.isFunction(e.promise)?i:0,s=o===1?e:r.Deferred(),l=function(m,w,x){return function(T){w[m]=this,x[m]=arguments.length>1?se.call(arguments):T,x===c?s.notifyWith(w,x):--o||s.resolveWith(w,x)}},c,f,p;if(i>1)for(c=new Array(i),f=new Array(i),p=new Array(i);i>t;t++)n[t]&&r.isFunction(n[t].promise)?n[t].promise().done(l(t,p,n)).fail(s.reject).progress(l(t,f,c)):--o;return o||s.resolveWith(p,n),s.promise()}});var $e;r.fn.ready=function(e){return r.ready.promise().done(e),this},r.extend({isReady:!1,readyWait:1,holdReady:function(e){e?r.readyWait++:r.ready(!0)},ready:function(e){if(e===!0?!--r.readyWait:!r.isReady){if(!E.body)return setTimeout(r.ready);r.isReady=!0,e!==!0&&--r.readyWait>0||($e.resolveWith(E,[r]),r.fn.triggerHandler&&(r(E).triggerHandler("ready"),r(E).off("ready")))}}});function Bt(){E.addEventListener?(E.removeEventListener("DOMContentLoaded",le,!1),L.removeEventListener("load",le,!1)):(E.detachEvent("onreadystatechange",le),L.detachEvent("onload",le))}function le(){(E.addEventListener||event.type==="load"||E.readyState==="complete")&&(Bt(),r.ready())}r.ready.promise=function(e){if(!$e)if($e=r.Deferred(),E.readyState==="complete")setTimeout(r.ready);else if(E.addEventListener)E.addEventListener("DOMContentLoaded",le,!1),L.addEventListener("load",le,!1);else{E.attachEvent("onreadystatechange",le),L.attachEvent("onload",le);var t=!1;try{t=L.frameElement==null&&E.documentElement}catch(n){}t&&t.doScroll&&function n(){if(!r.isReady){try{t.doScroll("left")}catch(i){return setTimeout(n,50)}Bt(),r.ready()}}()}return $e.promise(e)};var ee="undefined",Pt;for(Pt in r(C))break;C.ownLast=Pt!=="0",C.inlineBlockNeedsLayout=!1,r(function(){var e,t,n,i;n=E.getElementsByTagName("body")[0],n&&n.style&&(t=E.createElement("div"),i=E.createElement("div"),i.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",n.appendChild(i).appendChild(t),typeof t.style.zoom!==ee&&(t.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",C.inlineBlockNeedsLayout=e=t.offsetWidth===3,e&&(n.style.zoom=1)),n.removeChild(i))}),function(){var e=E.createElement("div");if(C.deleteExpando==null){C.deleteExpando=!0;try{delete e.test}catch(t){C.deleteExpando=!1}}e=null}(),r.acceptData=function(e){var t=r.noData[(e.nodeName+" ").toLowerCase()],n=+e.nodeType||1;return n!==1&&n!==9?!1:!t||t!==!0&&e.getAttribute("classid")===t};var Vn=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Jn=/([A-Z])/g;function Rt(e,t,n){if(n===void 0&&e.nodeType===1){var i="data-"+t.replace(Jn,"-$1").toLowerCase();if(n=e.getAttribute(i),typeof n=="string"){try{n=n==="true"?!0:n==="false"?!1:n==="null"?null:+n+""===n?+n:Vn.test(n)?r.parseJSON(n):n}catch(o){}r.data(e,t,n)}else n=void 0}return n}function ot(e){var t;for(t in e)if((t!=="data"||!r.isEmptyObject(e[t]))&&t!=="toJSON")return!1;return!0}function Wt(e,t,n,i){if(r.acceptData(e)){var o,s,l=r.expando,c=e.nodeType,f=c?r.cache:e,p=c?e[l]:e[l]&&l;if(p&&f[p]&&(i||f[p].data)||n!==void 0||typeof t!="string")return p||(p=c?e[l]=Z.pop()||r.guid++:l),f[p]||(f[p]=c?{}:{toJSON:r.noop}),(typeof t=="object"||typeof t=="function")&&(i?f[p]=r.extend(f[p],t):f[p].data=r.extend(f[p].data,t)),s=f[p],i||(s.data||(s.data={}),s=s.data),n!==void 0&&(s[r.camelCase(t)]=n),typeof t=="string"?(o=s[t],o==null&&(o=s[r.camelCase(t)])):o=s,o}}function $t(e,t,n){if(r.acceptData(e)){var i,o,s=e.nodeType,l=s?r.cache:e,c=s?e[r.expando]:r.expando;if(l[c]){if(t&&(i=n?l[c]:l[c].data)){for(r.isArray(t)?t=t.concat(r.map(t,r.camelCase)):(t in i)?t=[t]:(t=r.camelCase(t),t=t in i?[t]:t.split(" ")),o=t.length;o--;)delete i[t[o]];if(n?!ot(i):!r.isEmptyObject(i))return}(n||(delete l[c].data,ot(l[c])))&&(s?r.cleanData([e],!0):C.deleteExpando||l!=l.window?delete l[c]:l[c]=null)}}}r.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(e){return e=e.nodeType?r.cache[e[r.expando]]:e[r.expando],!!e&&!ot(e)},data:function(e,t,n){return Wt(e,t,n)},removeData:function(e,t){return $t(e,t)},_data:function(e,t,n){return Wt(e,t,n,!0)},_removeData:function(e,t){return $t(e,t,!0)}}),r.fn.extend({data:function(e,t){var n,i,o,s=this[0],l=s&&s.attributes;if(e===void 0){if(this.length&&(o=r.data(s),s.nodeType===1&&!r._data(s,"parsedAttrs"))){for(n=l.length;n--;)l[n]&&(i=l[n].name,i.indexOf("data-")===0&&(i=r.camelCase(i.slice(5)),Rt(s,i,o[i])));r._data(s,"parsedAttrs",!0)}return o}return typeof e=="object"?this.each(function(){r.data(this,e)}):arguments.length>1?this.each(function(){r.data(this,e,t)}):s?Rt(s,e,r.data(s,e)):void 0},removeData:function(e){return this.each(function(){r.removeData(this,e)})}}),r.extend({queue:function(e,t,n){var i;return e?(t=(t||"fx")+"queue",i=r._data(e,t),n&&(!i||r.isArray(n)?i=r._data(e,t,r.makeArray(n)):i.push(n)),i||[]):void 0},dequeue:function(e,t){t=t||"fx";var n=r.queue(e,t),i=n.length,o=n.shift(),s=r._queueHooks(e,t),l=function(){r.dequeue(e,t)};o==="inprogress"&&(o=n.shift(),i--),o&&(t==="fx"&&n.unshift("inprogress"),delete s.stop,o.call(e,l,s)),!i&&s&&s.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return r._data(e,n)||r._data(e,n,{empty:r.Callbacks("once memory").add(function(){r._removeData(e,t+"queue"),r._removeData(e,n)})})}}),r.fn.extend({queue:function(e,t){var n=2;return typeof e!="string"&&(t=e,e="fx",n--),arguments.lengthc;c++)t(e[c],n,l?i:i.call(e[c],c,t(e[c],n)));return o?e:p?t.call(e):f?t(e[0],n):s},st=/^(?:checkbox|radio)$/i;(function(){var e=E.createElement("input"),t=E.createElement("div"),n=E.createDocumentFragment();if(t.innerHTML=" a",C.leadingWhitespace=t.firstChild.nodeType===3,C.tbody=!t.getElementsByTagName("tbody").length,C.htmlSerialize=!!t.getElementsByTagName("link").length,C.html5Clone=E.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",e.type="checkbox",e.checked=!0,n.appendChild(e),C.appendChecked=e.checked,t.innerHTML="",C.noCloneChecked=!!t.cloneNode(!0).lastChild.defaultValue,n.appendChild(t),t.innerHTML="",C.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked,C.noCloneEvent=!0,t.attachEvent&&(t.attachEvent("onclick",function(){C.noCloneEvent=!1}),t.cloneNode(!0).click()),C.deleteExpando==null){C.deleteExpando=!0;try{delete t.test}catch(i){C.deleteExpando=!1}}})(),function(){var e,t,n=E.createElement("div");for(e in{submit:!0,change:!0,focusin:!0})t="on"+e,(C[e+"Bubbles"]=t in L)||(n.setAttribute(t,"t"),C[e+"Bubbles"]=n.attributes[t].expando===!1);n=null}();var lt=/^(?:input|select|textarea)$/i,Yn=/^key/,Gn=/^(?:mouse|pointer|contextmenu)|click/,zt=/^(?:focusinfocus|focusoutblur)$/,It=/^([^.]*)(?:\.(.+)|)$/;function Ie(){return!0}function je(){return!1}function bt(){try{return E.activeElement}catch(e){}}r.event={global:{},add:function(e,t,n,i,o){var s,l,c,f,p,m,w,x,T,H,D,M=r._data(e);if(M){for(n.handler&&(f=n,n=f.handler,o=f.selector),n.guid||(n.guid=r.guid++),(l=M.events)||(l=M.events={}),(m=M.handle)||(m=M.handle=function(Y){return typeof r===ee||Y&&r.event.triggered===Y.type?void 0:r.event.dispatch.apply(m.elem,arguments)},m.elem=e),t=(t||"").match(ie)||[""],c=t.length;c--;)s=It.exec(t[c])||[],T=D=s[1],H=(s[2]||"").split(".").sort(),T&&(p=r.event.special[T]||{},T=(o?p.delegateType:p.bindType)||T,p=r.event.special[T]||{},w=r.extend({type:T,origType:D,data:i,handler:n,guid:n.guid,selector:o,needsContext:o&&r.expr.match.needsContext.test(o),namespace:H.join(".")},f),(x=l[T])||(x=l[T]=[],x.delegateCount=0,p.setup&&p.setup.call(e,i,H,m)!==!1||(e.addEventListener?e.addEventListener(T,m,!1):e.attachEvent&&e.attachEvent("on"+T,m))),p.add&&(p.add.call(e,w),w.handler.guid||(w.handler.guid=n.guid)),o?x.splice(x.delegateCount++,0,w):x.push(w),r.event.global[T]=!0);e=null}},remove:function(e,t,n,i,o){var s,l,c,f,p,m,w,x,T,H,D,M=r.hasData(e)&&r._data(e);if(M&&(m=M.events)){for(t=(t||"").match(ie)||[""],p=t.length;p--;)if(c=It.exec(t[p])||[],T=D=c[1],H=(c[2]||"").split(".").sort(),T){for(w=r.event.special[T]||{},T=(i?w.delegateType:w.bindType)||T,x=m[T]||[],c=c[2]&&new RegExp("(^|\\.)"+H.join("\\.(?:.*\\.|)")+"(\\.|$)"),f=s=x.length;s--;)l=x[s],!o&&D!==l.origType||n&&n.guid!==l.guid||c&&!c.test(l.namespace)||i&&i!==l.selector&&(i!=="**"||!l.selector)||(x.splice(s,1),l.selector&&x.delegateCount--,w.remove&&w.remove.call(e,l));f&&!x.length&&(w.teardown&&w.teardown.call(e,H,M.handle)!==!1||r.removeEvent(e,T,M.handle),delete m[T])}else for(T in m)r.event.remove(e,T+t[p],n,i,!0);r.isEmptyObject(m)&&(delete M.handle,r._removeData(e,"events"))}},trigger:function(e,t,n,i){var o,s,l,c,f,p,m,w=[n||E],x=ke.call(e,"type")?e.type:e,T=ke.call(e,"namespace")?e.namespace.split("."):[];if(l=p=n=n||E,n.nodeType!==3&&n.nodeType!==8&&!zt.test(x+r.event.triggered)&&(x.indexOf(".")>=0&&(T=x.split("."),x=T.shift(),T.sort()),s=x.indexOf(":")<0&&"on"+x,e=e[r.expando]?e:new r.Event(x,typeof e=="object"&&e),e.isTrigger=i?2:3,e.namespace=T.join("."),e.namespace_re=e.namespace?new RegExp("(^|\\.)"+T.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=t==null?[e]:r.makeArray(t,[e]),f=r.event.special[x]||{},i||!f.trigger||f.trigger.apply(n,t)!==!1)){if(!i&&!f.noBubble&&!r.isWindow(n)){for(c=f.delegateType||x,zt.test(c+x)||(l=l.parentNode);l;l=l.parentNode)w.push(l),p=l;p===(n.ownerDocument||E)&&w.push(p.defaultView||p.parentWindow||L)}for(m=0;(l=w[m++])&&!e.isPropagationStopped();)e.type=m>1?c:f.bindType||x,o=(r._data(l,"events")||{})[e.type]&&r._data(l,"handle"),o&&o.apply(l,t),o=s&&l[s],o&&o.apply&&r.acceptData(l)&&(e.result=o.apply(l,t),e.result===!1&&e.preventDefault());if(e.type=x,!i&&!e.isDefaultPrevented()&&(!f._default||f._default.apply(w.pop(),t)===!1)&&r.acceptData(n)&&s&&n[x]&&!r.isWindow(n)){p=n[s],p&&(n[s]=null),r.event.triggered=x;try{n[x]()}catch(H){}r.event.triggered=void 0,p&&(n[s]=p)}return e.result}},dispatch:function(e){e=r.event.fix(e);var t,n,i,o,s,l=[],c=se.call(arguments),f=(r._data(this,"events")||{})[e.type]||[],p=r.event.special[e.type]||{};if(c[0]=e,e.delegateTarget=this,!p.preDispatch||p.preDispatch.call(this,e)!==!1){for(l=r.event.handlers.call(this,e,f),t=0;(o=l[t++])&&!e.isPropagationStopped();)for(e.currentTarget=o.elem,s=0;(i=o.handlers[s++])&&!e.isImmediatePropagationStopped();)(!e.namespace_re||e.namespace_re.test(i.namespace))&&(e.handleObj=i,e.data=i.data,n=((r.event.special[i.origType]||{}).handle||i.handler).apply(o.elem,c),n!==void 0&&(e.result=n)===!1&&(e.preventDefault(),e.stopPropagation()));return p.postDispatch&&p.postDispatch.call(this,e),e.result}},handlers:function(e,t){var n,i,o,s,l=[],c=t.delegateCount,f=e.target;if(c&&f.nodeType&&(!e.button||e.type!=="click")){for(;f!=this;f=f.parentNode||this)if(f.nodeType===1&&(f.disabled!==!0||e.type!=="click")){for(o=[],s=0;c>s;s++)i=t[s],n=i.selector+" ",o[n]===void 0&&(o[n]=i.needsContext?r(n,this).index(f)>=0:r.find(n,this,null,[f]).length),o[n]&&o.push(i);o.length&&l.push({elem:f,handlers:o})}}return c]","i"),ut=/^\s+/,Jt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,Yt=/<([\w:]+)/,Gt=/\s*$/g,Q={option:[1,""],legend:[1,""],area:[1,""],param:[1,""],thead:[1,""],tr:[2,""],col:[2,""],td:[3,""],_default:C.htmlSerialize?[0,"",""]:[1,"X","
"]},rr=Xt(E),ct=rr.appendChild(E.createElement("div"));Q.optgroup=Q.option,Q.tbody=Q.tfoot=Q.colgroup=Q.caption=Q.thead,Q.th=Q.td;function I(e,t){var n,i,o=0,s=typeof e.getElementsByTagName!==ee?e.getElementsByTagName(t||"*"):typeof e.querySelectorAll!==ee?e.querySelectorAll(t||"*"):void 0;if(!s)for(s=[],n=e.childNodes||e;(i=n[o])!=null;o++)!t||r.nodeName(i,t)?s.push(i):r.merge(s,I(i,t));return t===void 0||t&&r.nodeName(e,t)?r.merge([e],s):s}function ir(e){st.test(e.type)&&(e.defaultChecked=e.checked)}function Kt(e,t){return r.nodeName(e,"table")&&r.nodeName(t.nodeType!==11?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function Zt(e){return e.type=(r.find.attr(e,"type")!==null)+"/"+e.type,e}function en(e){var t=tr.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function at(e,t){for(var n,i=0;(n=e[i])!=null;i++)r._data(n,"globalEval",!t||r._data(t[i],"globalEval"))}function tn(e,t){if(t.nodeType===1&&r.hasData(e)){var n,i,o,s=r._data(e),l=r._data(t,s),c=s.events;if(c){delete l.handle,l.events={};for(n in c)for(i=0,o=c[n].length;o>i;i++)r.event.add(t,n,c[n][i])}l.data&&(l.data=r.extend({},l.data))}}function or(e,t){var n,i,o;if(t.nodeType===1){if(n=t.nodeName.toLowerCase(),!C.noCloneEvent&&t[r.expando]){o=r._data(t);for(i in o.events)r.removeEvent(t,i,o.handle);t.removeAttribute(r.expando)}n==="script"&&t.text!==e.text?(Zt(t).text=e.text,en(t)):n==="object"?(t.parentNode&&(t.outerHTML=e.outerHTML),C.html5Clone&&e.innerHTML&&!r.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):n==="input"&&st.test(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value&&(t.value=e.value)):n==="option"?t.defaultSelected=t.selected=e.defaultSelected:(n==="input"||n==="textarea")&&(t.defaultValue=e.defaultValue)}}r.extend({clone:function(e,t,n){var i,o,s,l,c,f=r.contains(e.ownerDocument,e);if(C.html5Clone||r.isXMLDoc(e)||!Vt.test("<"+e.nodeName+">")?s=e.cloneNode(!0):(ct.innerHTML=e.outerHTML,ct.removeChild(s=ct.firstChild)),!(C.noCloneEvent&&C.noCloneChecked||e.nodeType!==1&&e.nodeType!==11||r.isXMLDoc(e)))for(i=I(s),c=I(e),l=0;(o=c[l])!=null;++l)i[l]&&or(o,i[l]);if(t)if(n)for(c=c||I(e),i=i||I(s),l=0;(o=c[l])!=null;l++)tn(o,i[l]);else tn(e,s);return i=I(s,"script"),i.length>0&&at(i,!f&&I(e,"script")),i=c=o=null,s},buildFragment:function(e,t,n,i){for(var o,s,l,c,f,p,m,w=e.length,x=Xt(t),T=[],H=0;w>H;H++)if(s=e[H],s||s===0)if(r.type(s)==="object")r.merge(T,s.nodeType?[s]:s);else if(Kn.test(s)){for(c=c||x.appendChild(t.createElement("div")),f=(Yt.exec(s)||["",""])[1].toLowerCase(),m=Q[f]||Q._default,c.innerHTML=m[1]+s.replace(Jt,"<$1>$2>")+m[2],o=m[0];o--;)c=c.lastChild;if(!C.leadingWhitespace&&ut.test(s)&&T.push(t.createTextNode(ut.exec(s)[0])),!C.tbody)for(s=f!=="table"||Gt.test(s)?m[1]!==""||Gt.test(s)?0:c:c.firstChild,o=s&&s.childNodes.length;o--;)r.nodeName(p=s.childNodes[o],"tbody")&&!p.childNodes.length&&s.removeChild(p);for(r.merge(T,c.childNodes),c.textContent="";c.firstChild;)c.removeChild(c.firstChild);c=x.lastChild}else T.push(t.createTextNode(s));for(c&&x.removeChild(c),C.appendChecked||r.grep(I(T,"input"),ir),H=0;s=T[H++];)if((!i||r.inArray(s,i)===-1)&&(l=r.contains(s.ownerDocument,s),c=I(x.appendChild(s),"script"),l&&at(c),n))for(o=0;s=c[o++];)Qt.test(s.type||"")&&n.push(s);return c=null,x},cleanData:function(e,t){for(var n,i,o,s,l=0,c=r.expando,f=r.cache,p=C.deleteExpando,m=r.event.special;(n=e[l])!=null;l++)if((t||r.acceptData(n))&&(o=n[c],s=o&&f[o])){if(s.events)for(i in s.events)m[i]?r.event.remove(n,i):r.removeEvent(n,i,s.handle);f[o]&&(delete f[o],p?delete n[c]:typeof n.removeAttribute!==ee?n.removeAttribute(c):n[c]=null,Z.push(o))}}}),r.fn.extend({text:function(e){return ve(this,function(t){return t===void 0?r.text(this):this.empty().append((this[0]&&this[0].ownerDocument||E).createTextNode(t))},null,e,arguments.length)},append:function(){return this.domManip(arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var t=Kt(this,e);t.appendChild(e)}})},prepend:function(){return this.domManip(arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var t=Kt(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},remove:function(e,t){for(var n,i=e?r.filter(e,this):this,o=0;(n=i[o])!=null;o++)t||n.nodeType!==1||r.cleanData(I(n)),n.parentNode&&(t&&r.contains(n.ownerDocument,n)&&at(I(n,"script")),n.parentNode.removeChild(n));return this},empty:function(){for(var e,t=0;(e=this[t])!=null;t++){for(e.nodeType===1&&r.cleanData(I(e,!1));e.firstChild;)e.removeChild(e.firstChild);e.options&&r.nodeName(e,"select")&&(e.options.length=0)}return this},clone:function(e,t){return e=e==null?!1:e,t=t==null?e:t,this.map(function(){return r.clone(this,e,t)})},html:function(e){return ve(this,function(t){var n=this[0]||{},i=0,o=this.length;if(t===void 0)return n.nodeType===1?n.innerHTML.replace(Qn,""):void 0;if(!(typeof t!="string"||Zn.test(t)||!C.htmlSerialize&&Vt.test(t)||!C.leadingWhitespace&&ut.test(t)||Q[(Yt.exec(t)||["",""])[1].toLowerCase()])){t=t.replace(Jt,"<$1>$2>");try{for(;o>i;i++)n=this[i]||{},n.nodeType===1&&(r.cleanData(I(n,!1)),n.innerHTML=t);n=0}catch(s){}}n&&this.empty().append(t)},null,e,arguments.length)},replaceWith:function(){var e=arguments[0];return this.domManip(arguments,function(t){e=this.parentNode,r.cleanData(I(this)),e&&e.replaceChild(t,this)}),e&&(e.length||e.nodeType)?this:this.remove()},detach:function(e){return this.remove(e,!0)},domManip:function(e,t){e=Lt.apply([],e);var n,i,o,s,l,c,f=0,p=this.length,m=this,w=p-1,x=e[0],T=r.isFunction(x);if(T||p>1&&typeof x=="string"&&!C.checkClone&&er.test(x))return this.each(function(H){var D=m.eq(H);T&&(e[0]=x.call(this,H,D.html())),D.domManip(e,t)});if(p&&(c=r.buildFragment(e,this[0].ownerDocument,!1,this),n=c.firstChild,c.childNodes.length===1&&(c=n),n)){for(s=r.map(I(c,"script"),Zt),o=s.length;p>f;f++)i=c,f!==w&&(i=r.clone(i,!0,!0),o&&r.merge(s,I(i,"script"))),t.call(this[f],i,f);if(o)for(l=s[s.length-1].ownerDocument,r.map(s,en),f=0;o>f;f++)i=s[f],Qt.test(i.type||"")&&!r._data(i,"globalEval")&&r.contains(l,i)&&(i.src?r._evalUrl&&r._evalUrl(i.src):r.globalEval((i.text||i.textContent||i.innerHTML||"").replace(nr,"")));c=n=null}return this}}),r.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){r.fn[e]=function(n){for(var i,o=0,s=[],l=r(n),c=l.length-1;c>=o;o++)i=o===c?this:this.clone(!0),r(l[o])[t](i),nt.apply(s,i.get());return this.pushStack(s)}});var Me,nn={};function rn(e,t){var n,i=r(t.createElement(e)).appendTo(t.body),o=L.getDefaultComputedStyle&&(n=L.getDefaultComputedStyle(i[0]))?n.display:r.css(i[0],"display");return i.detach(),o}function be(e){var t=E,n=nn[e];return n||(n=rn(e,t),n!=="none"&&n||(Me=(Me||r("")).appendTo(t.documentElement),t=(Me[0].contentWindow||Me[0].contentDocument).document,t.write(),t.close(),n=rn(e,t),Me.detach()),nn[e]=n),n}(function(){var e;C.shrinkWrapBlocks=function(){if(e!=null)return e;e=!1;var t,n,i;return n=E.getElementsByTagName("body")[0],n&&n.style?(t=E.createElement("div"),i=E.createElement("div"),i.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",n.appendChild(i).appendChild(t),typeof t.style.zoom!==ee&&(t.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1",t.appendChild(E.createElement("div")).style.width="5px",e=t.offsetWidth!==3),n.removeChild(i),e):void 0}})();var on=/^margin/,Xe=new RegExp("^("+ze+")(?!px)[a-z%]+$","i"),ye,xe,sr=/^(top|right|bottom|left)$/;L.getComputedStyle?(ye=function(e){return e.ownerDocument.defaultView.getComputedStyle(e,null)},xe=function(e,t,n){var i,o,s,l,c=e.style;return n=n||ye(e),l=n?n.getPropertyValue(t)||n[t]:void 0,n&&(l!==""||r.contains(e.ownerDocument,e)||(l=r.style(e,t)),Xe.test(l)&&on.test(t)&&(i=c.width,o=c.minWidth,s=c.maxWidth,c.minWidth=c.maxWidth=c.width=l,l=n.width,c.width=i,c.minWidth=o,c.maxWidth=s)),l===void 0?l:l+""}):E.documentElement.currentStyle&&(ye=function(e){return e.currentStyle},xe=function(e,t,n){var i,o,s,l,c=e.style;return n=n||ye(e),l=n?n[t]:void 0,l==null&&c&&c[t]&&(l=c[t]),Xe.test(l)&&!sr.test(t)&&(i=c.left,o=e.runtimeStyle,s=o&&o.left,s&&(o.left=e.currentStyle.left),c.left=t==="fontSize"?"1em":l,l=c.pixelLeft+"px",c.left=i,s&&(o.left=s)),l===void 0?l:l+""||"auto"});function sn(e,t){return{get:function(){var n=e();if(n!=null)return n?void delete this.get:(this.get=t).apply(this,arguments)}}}(function(){var e,t,n,i,o,s,l;if(e=E.createElement("div"),e.innerHTML=" a",n=e.getElementsByTagName("a")[0],t=n&&n.style){let f=function(){var p,m,w,x;m=E.getElementsByTagName("body")[0],m&&m.style&&(p=E.createElement("div"),w=E.createElement("div"),w.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",m.appendChild(w).appendChild(p),p.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",i=o=!1,l=!0,L.getComputedStyle&&(i=(L.getComputedStyle(p,null)||{}).top!=="1%",o=(L.getComputedStyle(p,null)||{width:"4px"}).width==="4px",x=p.appendChild(E.createElement("div")),x.style.cssText=p.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",x.style.marginRight=x.style.width="0",p.style.width="1px",l=!parseFloat((L.getComputedStyle(x,null)||{}).marginRight)),p.innerHTML="",x=p.getElementsByTagName("td"),x[0].style.cssText="margin:0;border:0;padding:0;display:none",s=x[0].offsetHeight===0,s&&(x[0].style.display="",x[1].style.display="none",s=x[0].offsetHeight===0),m.removeChild(w))};var c=f;t.cssText="float:left;opacity:.5",C.opacity=t.opacity==="0.5",C.cssFloat=!!t.cssFloat,e.style.backgroundClip="content-box",e.cloneNode(!0).style.backgroundClip="",C.clearCloneStyle=e.style.backgroundClip==="content-box",C.boxSizing=t.boxSizing===""||t.MozBoxSizing===""||t.WebkitBoxSizing==="",r.extend(C,{reliableHiddenOffsets:function(){return s==null&&f(),s},boxSizingReliable:function(){return o==null&&f(),o},pixelPosition:function(){return i==null&&f(),i},reliableMarginRight:function(){return l==null&&f(),l}})}})(),r.swap=function(e,t,n,i){var o,s,l={};for(s in t)l[s]=e.style[s],e.style[s]=t[s];o=n.apply(e,i||[]);for(s in t)e.style[s]=l[s];return o};var dt=/alpha\([^)]*\)/i,lr=/opacity\s*=\s*([^)]*)/,ur=/^(none|table(?!-c[ea]).+)/,cr=new RegExp("^("+ze+")(.*)$","i"),ar=new RegExp("^([+-])=("+ze+")","i"),dr={position:"absolute",visibility:"hidden",display:"block"},ln={letterSpacing:"0",fontWeight:"400"},un=["Webkit","O","Moz","ms"];function cn(e,t){if(t in e)return t;for(var n=t.charAt(0).toUpperCase()+t.slice(1),i=t,o=un.length;o--;)if(t=un[o]+n,t in e)return t;return i}function an(e,t){for(var n,i,o,s=[],l=0,c=e.length;c>l;l++)i=e[l],i.style&&(s[l]=r._data(i,"olddisplay"),n=i.style.display,t?(s[l]||n!=="none"||(i.style.display=""),i.style.display===""&&_e(i)&&(s[l]=r._data(i,"olddisplay",be(i.nodeName)))):(o=_e(i),(n&&n!=="none"||!o)&&r._data(i,"olddisplay",o?n:r.css(i,"display"))));for(l=0;c>l;l++)i=e[l],i.style&&(t&&i.style.display!=="none"&&i.style.display!==""||(i.style.display=t?s[l]||"":"none"));return e}function dn(e,t,n){var i=cr.exec(t);return i?Math.max(0,i[1]-(n||0))+(i[2]||"px"):t}function fn(e,t,n,i,o){for(var s=n===(i?"border":"content")?4:t==="width"?1:0,l=0;4>s;s+=2)n==="margin"&&(l+=r.css(e,n+ge[s],!0,o)),i?(n==="content"&&(l-=r.css(e,"padding"+ge[s],!0,o)),n!=="margin"&&(l-=r.css(e,"border"+ge[s]+"Width",!0,o))):(l+=r.css(e,"padding"+ge[s],!0,o),n!=="padding"&&(l+=r.css(e,"border"+ge[s]+"Width",!0,o)));return l}function pn(e,t,n){var i=!0,o=t==="width"?e.offsetWidth:e.offsetHeight,s=ye(e),l=C.boxSizing&&r.css(e,"boxSizing",!1,s)==="border-box";if(0>=o||o==null){if(o=xe(e,t,s),(0>o||o==null)&&(o=e.style[t]),Xe.test(o))return o;i=l&&(C.boxSizingReliable()||o===e.style[t]),o=parseFloat(o)||0}return o+fn(e,t,n||(l?"border":"content"),i,s)+"px"}r.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=xe(e,"opacity");return n===""?"1":n}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{float:C.cssFloat?"cssFloat":"styleFloat"},style:function(e,t,n,i){if(e&&e.nodeType!==3&&e.nodeType!==8&&e.style){var o,s,l,c=r.camelCase(t),f=e.style;if(t=r.cssProps[c]||(r.cssProps[c]=cn(f,c)),l=r.cssHooks[t]||r.cssHooks[c],n===void 0)return l&&"get"in l&&(o=l.get(e,!1,i))!==void 0?o:f[t];if(s=typeof n,s==="string"&&(o=ar.exec(n))&&(n=(o[1]+1)*o[2]+parseFloat(r.css(e,t)),s="number"),n!=null&&n===n&&(s!=="number"||r.cssNumber[c]||(n+="px"),C.clearCloneStyle||n!==""||t.indexOf("background")!==0||(f[t]="inherit"),!(l&&"set"in l&&(n=l.set(e,n,i))===void 0)))try{f[t]=n}catch(p){}}},css:function(e,t,n,i){var o,s,l,c=r.camelCase(t);return t=r.cssProps[c]||(r.cssProps[c]=cn(e.style,c)),l=r.cssHooks[t]||r.cssHooks[c],l&&"get"in l&&(s=l.get(e,!0,n)),s===void 0&&(s=xe(e,t,i)),s==="normal"&&t in ln&&(s=ln[t]),n===""||n?(o=parseFloat(s),n===!0||r.isNumeric(o)?o||0:s):s}}),r.each(["height","width"],function(e,t){r.cssHooks[t]={get:function(n,i,o){return i?ur.test(r.css(n,"display"))&&n.offsetWidth===0?r.swap(n,dr,function(){return pn(n,t,o)}):pn(n,t,o):void 0},set:function(n,i,o){var s=o&&ye(n);return dn(n,i,o?fn(n,t,o,C.boxSizing&&r.css(n,"boxSizing",!1,s)==="border-box",s):0)}}}),C.opacity||(r.cssHooks.opacity={get:function(e,t){return lr.test((t&&e.currentStyle?e.currentStyle.filter:e.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":t?"1":""},set:function(e,t){var n=e.style,i=e.currentStyle,o=r.isNumeric(t)?"alpha(opacity="+100*t+")":"",s=i&&i.filter||n.filter||"";n.zoom=1,(t>=1||t==="")&&r.trim(s.replace(dt,""))===""&&n.removeAttribute&&(n.removeAttribute("filter"),t===""||i&&!i.filter)||(n.filter=dt.test(s)?s.replace(dt,o):s+" "+o)}}),r.cssHooks.marginRight=sn(C.reliableMarginRight,function(e,t){return t?r.swap(e,{display:"inline-block"},xe,[e,"marginRight"]):void 0}),r.each({margin:"",padding:"",border:"Width"},function(e,t){r.cssHooks[e+t]={expand:function(n){for(var i=0,o={},s=typeof n=="string"?n.split(" "):[n];4>i;i++)o[e+ge[i]+t]=s[i]||s[i-2]||s[0];return o}},on.test(e)||(r.cssHooks[e+t].set=dn)}),r.fn.extend({css:function(e,t){return ve(this,function(n,i,o){var s,l,c={},f=0;if(r.isArray(i)){for(s=ye(n),l=i.length;l>f;f++)c[i[f]]=r.css(n,i[f],!1,s);return c}return o!==void 0?r.style(n,i,o):r.css(n,i)},e,t,arguments.length>1)},show:function(){return an(this,!0)},hide:function(){return an(this)},toggle:function(e){return typeof e=="boolean"?e?this.show():this.hide():this.each(function(){_e(this)?r(this).show():r(this).hide()})}});function J(e,t,n,i,o){return new J.prototype.init(e,t,n,i,o)}r.Tween=J,J.prototype={constructor:J,init:function(e,t,n,i,o,s){this.elem=e,this.prop=n,this.easing=o||"swing",this.options=t,this.start=this.now=this.cur(),this.end=i,this.unit=s||(r.cssNumber[n]?"":"px")},cur:function(){var e=J.propHooks[this.prop];return e&&e.get?e.get(this):J.propHooks._default.get(this)},run:function(e){var t,n=J.propHooks[this.prop];return this.pos=t=this.options.duration?r.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):J.propHooks._default.set(this),this}},J.prototype.init.prototype=J.prototype,J.propHooks={_default:{get:function(e){var t;return e.elem[e.prop]==null||e.elem.style&&e.elem.style[e.prop]!=null?(t=r.css(e.elem,e.prop,""),t&&t!=="auto"?t:0):e.elem[e.prop]},set:function(e){r.fx.step[e.prop]?r.fx.step[e.prop](e):e.elem.style&&(e.elem.style[r.cssProps[e.prop]]!=null||r.cssHooks[e.prop])?r.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},J.propHooks.scrollTop=J.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},r.easing={linear:function(e){return e},swing:function(e){return .5-Math.cos(e*Math.PI)/2}},r.fx=J.prototype.init,r.fx.step={};var Ae,Ue,fr=/^(?:toggle|show|hide)$/,hn=new RegExp("^(?:([+-])=|)("+ze+")([a-z%]*)$","i"),pr=/queueHooks$/,Ve=[hr],Oe={"*":[function(e,t){var n=this.createTween(e,t),i=n.cur(),o=hn.exec(t),s=o&&o[3]||(r.cssNumber[e]?"":"px"),l=(r.cssNumber[e]||s!=="px"&&+i)&&hn.exec(r.css(n.elem,e)),c=1,f=20;if(l&&l[3]!==s){s=s||l[3],o=o||[],l=+i||1;do c=c||".5",l/=c,r.style(n.elem,e,l+s);while(c!==(c=n.cur()/i)&&c!==1&&--f)}return o&&(l=n.start=+l||+i||0,n.unit=s,n.end=o[1]?l+(o[1]+1)*o[2]:+o[2]),n}]};function mn(){return setTimeout(function(){Ae=void 0}),Ae=r.now()}function Je(e,t){var n,i={height:e},o=0;for(t=t?1:0;4>o;o+=2-t)n=ge[o],i["margin"+n]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function gn(e,t,n){for(var i,o=(Oe[t]||[]).concat(Oe["*"]),s=0,l=o.length;l>s;s++)if(i=o[s].call(n,t,e))return i}function hr(e,t,n){var i,o,s,l,c,f,p,m,w=this,x={},T=e.style,H=e.nodeType&&_e(e),D=r._data(e,"fxshow");n.queue||(c=r._queueHooks(e,"fx"),c.unqueued==null&&(c.unqueued=0,f=c.empty.fire,c.empty.fire=function(){c.unqueued||f()}),c.unqueued++,w.always(function(){w.always(function(){c.unqueued--,r.queue(e,"fx").length||c.empty.fire()})})),e.nodeType===1&&("height"in t||"width"in t)&&(n.overflow=[T.overflow,T.overflowX,T.overflowY],p=r.css(e,"display"),m=p==="none"?r._data(e,"olddisplay")||be(e.nodeName):p,m==="inline"&&r.css(e,"float")==="none"&&(C.inlineBlockNeedsLayout&&be(e.nodeName)!=="inline"?T.zoom=1:T.display="inline-block")),n.overflow&&(T.overflow="hidden",C.shrinkWrapBlocks()||w.always(function(){T.overflow=n.overflow[0],T.overflowX=n.overflow[1],T.overflowY=n.overflow[2]}));for(i in t)if(o=t[i],fr.exec(o)){if(delete t[i],s=s||o==="toggle",o===(H?"hide":"show")){if(o!=="show"||!D||D[i]===void 0)continue;H=!0}x[i]=D&&D[i]||r.style(e,i)}else p=void 0;if(r.isEmptyObject(x))(p==="none"?be(e.nodeName):p)==="inline"&&(T.display=p);else{D?"hidden"in D&&(H=D.hidden):D=r._data(e,"fxshow",{}),s&&(D.hidden=!H),H?r(e).show():w.done(function(){r(e).hide()}),w.done(function(){var M;r._removeData(e,"fxshow");for(M in x)r.style(e,M,x[M])});for(i in x)l=gn(H?D[i]:0,i,w),i in D||(D[i]=l.start,H&&(l.end=l.start,l.start=i==="width"||i==="height"?1:0))}}function mr(e,t){var n,i,o,s,l;for(n in e)if(i=r.camelCase(n),o=t[i],s=e[n],r.isArray(s)&&(o=s[1],s=e[n]=s[0]),n!==i&&(e[i]=s,delete e[n]),l=r.cssHooks[i],l&&"expand"in l){s=l.expand(s),delete e[i];for(n in s)n in e||(e[n]=s[n],t[n]=o)}else t[i]=o}function vn(e,t,n){var i,o,s=0,l=Ve.length,c=r.Deferred().always(function(){delete f.elem}),f=function(){if(o)return!1;for(var w=Ae||mn(),x=Math.max(0,p.startTime+p.duration-w),T=x/p.duration||0,H=1-T,D=0,M=p.tweens.length;M>D;D++)p.tweens[D].run(H);return c.notifyWith(e,[p,H,x]),1>H&&M?x:(c.resolveWith(e,[p]),!1)},p=c.promise({elem:e,props:r.extend({},t),opts:r.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:Ae||mn(),duration:n.duration,tweens:[],createTween:function(w,x){var T=r.Tween(e,p.opts,w,x,p.opts.specialEasing[w]||p.opts.easing);return p.tweens.push(T),T},stop:function(w){var x=0,T=w?p.tweens.length:0;if(o)return this;for(o=!0;T>x;x++)p.tweens[x].run(1);return w?c.resolveWith(e,[p,w]):c.rejectWith(e,[p,w]),this}}),m=p.props;for(mr(m,p.opts.specialEasing);l>s;s++)if(i=Ve[s].call(p,e,m,p.opts))return i;return r.map(m,gn,p),r.isFunction(p.opts.start)&&p.opts.start.call(e,p),r.fx.timer(r.extend(f,{elem:e,anim:p,queue:p.opts.queue})),p.progress(p.opts.progress).done(p.opts.done,p.opts.complete).fail(p.opts.fail).always(p.opts.always)}r.Animation=r.extend(vn,{tweener:function(e,t){r.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");for(var n,i=0,o=e.length;o>i;i++)n=e[i],Oe[n]=Oe[n]||[],Oe[n].unshift(t)},prefilter:function(e,t){t?Ve.unshift(e):Ve.push(e)}}),r.speed=function(e,t,n){var i=e&&typeof e=="object"?r.extend({},e):{complete:n||!n&&t||r.isFunction(e)&&e,duration:e,easing:n&&t||t&&!r.isFunction(t)&&t};return i.duration=r.fx.off?0:typeof i.duration=="number"?i.duration:i.duration in r.fx.speeds?r.fx.speeds[i.duration]:r.fx.speeds._default,(i.queue==null||i.queue===!0)&&(i.queue="fx"),i.old=i.complete,i.complete=function(){r.isFunction(i.old)&&i.old.call(this),i.queue&&r.dequeue(this,i.queue)},i},r.fn.extend({fadeTo:function(e,t,n,i){return this.filter(_e).css("opacity",0).show().end().animate({opacity:t},e,n,i)},animate:function(e,t,n,i){var o=r.isEmptyObject(e),s=r.speed(t,n,i),l=function(){var c=vn(this,r.extend({},e),s);(o||r._data(this,"finish"))&&c.stop(!0)};return l.finish=l,o||s.queue===!1?this.each(l):this.queue(s.queue,l)},stop:function(e,t,n){var i=function(o){var s=o.stop;delete o.stop,s(n)};return typeof e!="string"&&(n=t,t=e,e=void 0),t&&e!==!1&&this.queue(e||"fx",[]),this.each(function(){var o=!0,s=e!=null&&e+"queueHooks",l=r.timers,c=r._data(this);if(s)c[s]&&c[s].stop&&i(c[s]);else for(s in c)c[s]&&c[s].stop&&pr.test(s)&&i(c[s]);for(s=l.length;s--;)l[s].elem!==this||e!=null&&l[s].queue!==e||(l[s].anim.stop(n),o=!1,l.splice(s,1));(o||!n)&&r.dequeue(this,e)})},finish:function(e){return e!==!1&&(e=e||"fx"),this.each(function(){var t,n=r._data(this),i=n[e+"queue"],o=n[e+"queueHooks"],s=r.timers,l=i?i.length:0;for(n.finish=!0,r.queue(this,e,[]),o&&o.stop&&o.stop.call(this,!0),t=s.length;t--;)s[t].elem===this&&s[t].queue===e&&(s[t].anim.stop(!0),s.splice(t,1));for(t=0;l>t;t++)i[t]&&i[t].finish&&i[t].finish.call(this);delete n.finish})}}),r.each(["toggle","show","hide"],function(e,t){var n=r.fn[t];r.fn[t]=function(i,o,s){return i==null||typeof i=="boolean"?n.apply(this,arguments):this.animate(Je(t,!0),i,o,s)}}),r.each({slideDown:Je("show"),slideUp:Je("hide"),slideToggle:Je("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){r.fn[e]=function(n,i,o){return this.animate(t,n,i,o)}}),r.timers=[],r.fx.tick=function(){var e,t=r.timers,n=0;for(Ae=r.now();na",i=t.getElementsByTagName("a")[0],n=E.createElement("select"),o=n.appendChild(E.createElement("option")),e=t.getElementsByTagName("input")[0],i.style.cssText="top:1px",C.getSetAttribute=t.className!=="t",C.style=/top/.test(i.getAttribute("style")),C.hrefNormalized=i.getAttribute("href")==="/a",C.checkOn=!!e.value,C.optSelected=o.selected,C.enctype=!!E.createElement("form").enctype,n.disabled=!0,C.optDisabled=!o.disabled,e=E.createElement("input"),e.setAttribute("value",""),C.input=e.getAttribute("value")==="",e.value="t",e.setAttribute("type","radio"),C.radioValue=e.value==="t"}();var gr=/\r/g;r.fn.extend({val:function(e){var t,n,i,o=this[0];{if(arguments.length)return i=r.isFunction(e),this.each(function(s){var l;this.nodeType===1&&(l=i?e.call(this,s,r(this).val()):e,l==null?l="":typeof l=="number"?l+="":r.isArray(l)&&(l=r.map(l,function(c){return c==null?"":c+""})),t=r.valHooks[this.type]||r.valHooks[this.nodeName.toLowerCase()],t&&"set"in t&&t.set(this,l,"value")!==void 0||(this.value=l))});if(o)return t=r.valHooks[o.type]||r.valHooks[o.nodeName.toLowerCase()],t&&"get"in t&&(n=t.get(o,"value"))!==void 0?n:(n=o.value,typeof n=="string"?n.replace(gr,""):n==null?"":n)}}}),r.extend({valHooks:{option:{get:function(e){var t=r.find.attr(e,"value");return t!=null?t:r.trim(r.text(e))}},select:{get:function(e){for(var t,n,i=e.options,o=e.selectedIndex,s=e.type==="select-one"||0>o,l=s?null:[],c=s?o+1:i.length,f=0>o?c:s?o:0;c>f;f++)if(n=i[f],!(!n.selected&&f!==o||(C.optDisabled?n.disabled:n.getAttribute("disabled")!==null)||n.parentNode.disabled&&r.nodeName(n.parentNode,"optgroup"))){if(t=r(n).val(),s)return t;l.push(t)}return l},set:function(e,t){for(var n,i,o=e.options,s=r.makeArray(t),l=o.length;l--;)if(i=o[l],r.inArray(r.valHooks.option.get(i),s)>=0)try{i.selected=n=!0}catch(c){i.scrollHeight}else i.selected=!1;return n||(e.selectedIndex=-1),o}}}}),r.each(["radio","checkbox"],function(){r.valHooks[this]={set:function(e,t){return r.isArray(t)?e.checked=r.inArray(r(e).val(),t)>=0:void 0}},C.checkOn||(r.valHooks[this].get=function(e){return e.getAttribute("value")===null?"on":e.value})});var De,yn,ue=r.expr.attrHandle,ft=/^(?:checked|selected)$/i,we=C.getSetAttribute,Ye=C.input;r.fn.extend({attr:function(e,t){return ve(this,r.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){r.removeAttr(this,e)})}}),r.extend({attr:function(e,t,n){var i,o,s=e.nodeType;if(e&&s!==3&&s!==8&&s!==2)return typeof e.getAttribute===ee?r.prop(e,t,n):(s===1&&r.isXMLDoc(e)||(t=t.toLowerCase(),i=r.attrHooks[t]||(r.expr.match.bool.test(t)?yn:De)),n===void 0?i&&"get"in i&&(o=i.get(e,t))!==null?o:(o=r.find.attr(e,t),o==null?void 0:o):n!==null?i&&"set"in i&&(o=i.set(e,n,t))!==void 0?o:(e.setAttribute(t,n+""),n):void r.removeAttr(e,t))},removeAttr:function(e,t){var n,i,o=0,s=t&&t.match(ie);if(s&&e.nodeType===1)for(;n=s[o++];)i=r.propFix[n]||n,r.expr.match.bool.test(n)?Ye&&we||!ft.test(n)?e[i]=!1:e[r.camelCase("default-"+n)]=e[i]=!1:r.attr(e,n,""),e.removeAttribute(we?n:i)},attrHooks:{type:{set:function(e,t){if(!C.radioValue&&t==="radio"&&r.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}}}),yn={set:function(e,t,n){return t===!1?r.removeAttr(e,n):Ye&&we||!ft.test(n)?e.setAttribute(!we&&r.propFix[n]||n,n):e[r.camelCase("default-"+n)]=e[n]=!0,n}},r.each(r.expr.match.bool.source.match(/\w+/g),function(e,t){var n=ue[t]||r.find.attr;ue[t]=Ye&&we||!ft.test(t)?function(i,o,s){var l,c;return s||(c=ue[o],ue[o]=l,l=n(i,o,s)!=null?o.toLowerCase():null,ue[o]=c),l}:function(i,o,s){return s?void 0:i[r.camelCase("default-"+o)]?o.toLowerCase():null}}),Ye&&we||(r.attrHooks.value={set:function(e,t,n){return r.nodeName(e,"input")?void(e.defaultValue=t):De&&De.set(e,t,n)}}),we||(De={set:function(e,t,n){var i=e.getAttributeNode(n);return i||e.setAttributeNode(i=e.ownerDocument.createAttribute(n)),i.value=t+="",n==="value"||t===e.getAttribute(n)?t:void 0}},ue.id=ue.name=ue.coords=function(e,t,n){var i;return n?void 0:(i=e.getAttributeNode(t))&&i.value!==""?i.value:null},r.valHooks.button={get:function(e,t){var n=e.getAttributeNode(t);return n&&n.specified?n.value:void 0},set:De.set},r.attrHooks.contenteditable={set:function(e,t,n){De.set(e,t===""?!1:t,n)}},r.each(["width","height"],function(e,t){r.attrHooks[t]={set:function(n,i){return i===""?(n.setAttribute(t,"auto"),i):void 0}}})),C.style||(r.attrHooks.style={get:function(e){return e.style.cssText||void 0},set:function(e,t){return e.style.cssText=t+""}});var vr=/^(?:input|select|textarea|button|object)$/i,yr=/^(?:a|area)$/i;r.fn.extend({prop:function(e,t){return ve(this,r.prop,e,t,arguments.length>1)},removeProp:function(e){return e=r.propFix[e]||e,this.each(function(){try{this[e]=void 0,delete this[e]}catch(t){}})}}),r.extend({propFix:{for:"htmlFor",class:"className"},prop:function(e,t,n){var i,o,s,l=e.nodeType;if(e&&l!==3&&l!==8&&l!==2)return s=l!==1||!r.isXMLDoc(e),s&&(t=r.propFix[t]||t,o=r.propHooks[t]),n!==void 0?o&&"set"in o&&(i=o.set(e,n,t))!==void 0?i:e[t]=n:o&&"get"in o&&(i=o.get(e,t))!==null?i:e[t]},propHooks:{tabIndex:{get:function(e){var t=r.find.attr(e,"tabindex");return t?parseInt(t,10):vr.test(e.nodeName)||yr.test(e.nodeName)&&e.href?0:-1}}}}),C.hrefNormalized||r.each(["href","src"],function(e,t){r.propHooks[t]={get:function(n){return n.getAttribute(t,4)}}}),C.optSelected||(r.propHooks.selected={get:function(e){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null}}),r.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){r.propFix[this.toLowerCase()]=this}),C.enctype||(r.propFix.enctype="encoding");var pt=/[\t\r\n\f]/g;r.fn.extend({addClass:function(e){var t,n,i,o,s,l,c=0,f=this.length,p=typeof e=="string"&&e;if(r.isFunction(e))return this.each(function(m){r(this).addClass(e.call(this,m,this.className))});if(p){for(t=(e||"").match(ie)||[];f>c;c++)if(n=this[c],i=n.nodeType===1&&(n.className?(" "+n.className+" ").replace(pt," "):" ")){for(s=0;o=t[s++];)i.indexOf(" "+o+" ")<0&&(i+=o+" ");l=r.trim(i),n.className!==l&&(n.className=l)}}return this},removeClass:function(e){var t,n,i,o,s,l,c=0,f=this.length,p=arguments.length===0||typeof e=="string"&&e;if(r.isFunction(e))return this.each(function(m){r(this).removeClass(e.call(this,m,this.className))});if(p){for(t=(e||"").match(ie)||[];f>c;c++)if(n=this[c],i=n.nodeType===1&&(n.className?(" "+n.className+" ").replace(pt," "):"")){for(s=0;o=t[s++];)for(;i.indexOf(" "+o+" ")>=0;)i=i.replace(" "+o+" "," ");l=e?r.trim(i):"",n.className!==l&&(n.className=l)}}return this},toggleClass:function(e,t){var n=typeof e;return typeof t=="boolean"&&n==="string"?t?this.addClass(e):this.removeClass(e):this.each(r.isFunction(e)?function(i){r(this).toggleClass(e.call(this,i,this.className,t),t)}:function(){if(n==="string")for(var i,o=0,s=r(this),l=e.match(ie)||[];i=l[o++];)s.hasClass(i)?s.removeClass(i):s.addClass(i);else(n===ee||n==="boolean")&&(this.className&&r._data(this,"__className__",this.className),this.className=this.className||e===!1?"":r._data(this,"__className__")||"")})},hasClass:function(e){for(var t=" "+e+" ",n=0,i=this.length;i>n;n++)if(this[n].nodeType===1&&(" "+this[n].className+" ").replace(pt," ").indexOf(t)>=0)return!0;return!1}}),r.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(e,t){r.fn[t]=function(n,i){return arguments.length>0?this.on(t,null,n,i):this.trigger(t)}}),r.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,i){return this.on(t,e,n,i)},undelegate:function(e,t,n){return arguments.length===1?this.off(e,"**"):this.off(t,e||"**",n)}});var ht=r.now(),mt=/\?/,xr=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;r.parseJSON=function(e){if(L.JSON&&L.JSON.parse)return L.JSON.parse(e+"");var t,n=null,i=r.trim(e+"");return i&&!r.trim(i.replace(xr,function(o,s,l,c){return t&&s&&(n=0),n===0?o:(t=l||s,n+=!c-!l,"")}))?Function("return "+i)():r.error("Invalid JSON: "+e)},r.parseXML=function(e){var t,n;if(!e||typeof e!="string")return null;try{L.DOMParser?(n=new DOMParser,t=n.parseFromString(e,"text/xml")):(t=new ActiveXObject("Microsoft.XMLDOM"),t.async="false",t.loadXML(e))}catch(i){t=void 0}return t&&t.documentElement&&!t.getElementsByTagName("parsererror").length||r.error("Invalid XML: "+e),t};var Te,ce,wr=/#.*$/,xn=/([?&])_=[^&]*/,Tr=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Cr=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Nr=/^(?:GET|HEAD)$/,Er=/^\/\//,wn=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Tn={},gt={},Cn="*/".concat("*");try{ce=location.href}catch(e){ce=E.createElement("a"),ce.href="",ce=ce.href}Te=wn.exec(ce.toLowerCase())||[];function Nn(e){return function(t,n){typeof t!="string"&&(n=t,t="*");var i,o=0,s=t.toLowerCase().match(ie)||[];if(r.isFunction(n))for(;i=s[o++];)i.charAt(0)==="+"?(i=i.slice(1)||"*",(e[i]=e[i]||[]).unshift(n)):(e[i]=e[i]||[]).push(n)}}function En(e,t,n,i){var o={},s=e===gt;function l(c){var f;return o[c]=!0,r.each(e[c]||[],function(p,m){var w=m(t,n,i);return typeof w!="string"||s||o[w]?s?!(f=w):void 0:(t.dataTypes.unshift(w),l(w),!1)}),f}return l(t.dataTypes[0])||!o["*"]&&l("*")}function vt(e,t){var n,i,o=r.ajaxSettings.flatOptions||{};for(i in t)t[i]!==void 0&&((o[i]?e:n||(n={}))[i]=t[i]);return n&&r.extend(!0,e,n),e}function kr(e,t,n){for(var i,o,s,l,c=e.contents,f=e.dataTypes;f[0]==="*";)f.shift(),o===void 0&&(o=e.mimeType||t.getResponseHeader("Content-Type"));if(o){for(l in c)if(c[l]&&c[l].test(o)){f.unshift(l);break}}if(f[0]in n)s=f[0];else{for(l in n){if(!f[0]||e.converters[l+" "+f[0]]){s=l;break}i||(i=l)}s=s||i}return s?(s!==f[0]&&f.unshift(s),n[s]):void 0}function Sr(e,t,n,i){var o,s,l,c,f,p={},m=e.dataTypes.slice();if(m[1])for(l in e.converters)p[l.toLowerCase()]=e.converters[l];for(s=m.shift();s;)if(e.responseFields[s]&&(n[e.responseFields[s]]=t),!f&&i&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),f=s,s=m.shift()){if(s==="*")s=f;else if(f!=="*"&&f!==s){if(l=p[f+" "+s]||p["* "+s],!l){for(o in p)if(c=o.split(" "),c[1]===s&&(l=p[f+" "+c[0]]||p["* "+c[0]])){l===!0?l=p[o]:p[o]!==!0&&(s=c[0],m.unshift(c[1]));break}}if(l!==!0)if(l&&e.throws)t=l(t);else try{t=l(t)}catch(w){return{state:"parsererror",error:l?w:"No conversion from "+f+" to "+s}}}}return{state:"success",data:t}}r.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:ce,type:"GET",isLocal:Cr.test(Te[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Cn,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":r.parseJSON,"text xml":r.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?vt(vt(e,r.ajaxSettings),t):vt(r.ajaxSettings,e)},ajaxPrefilter:Nn(Tn),ajaxTransport:Nn(gt),ajax:function(e,t){typeof e=="object"&&(t=e,e=void 0),t=t||{};var n,i,o,s,l,c,f,p,m=r.ajaxSetup({},t),w=m.context||m,x=m.context&&(w.nodeType||w.jquery)?r(w):r.event,T=r.Deferred(),H=r.Callbacks("once memory"),D=m.statusCode||{},M={},Y={},b=0,ae="canceled",k={readyState:0,getResponseHeader:function(_){var $;if(b===2){if(!p)for(p={};$=Tr.exec(s);)p[$[1].toLowerCase()]=$[2];$=p[_.toLowerCase()]}return $==null?null:$},getAllResponseHeaders:function(){return b===2?s:null},setRequestHeader:function(_,$){var de=_.toLowerCase();return b||(_=Y[de]=Y[de]||_,M[_]=$),this},overrideMimeType:function(_){return b||(m.mimeType=_),this},statusCode:function(_){var $;if(_)if(2>b)for($ in _)D[$]=[D[$],_[$]];else k.always(_[k.status]);return this},abort:function(_){var $=_||ae;return f&&f.abort($),X(0,$),this}};if(T.promise(k).complete=H.add,k.success=k.done,k.error=k.fail,m.url=((e||m.url||ce)+"").replace(wr,"").replace(Er,Te[1]+"//"),m.type=t.method||t.type||m.method||m.type,m.dataTypes=r.trim(m.dataType||"*").toLowerCase().match(ie)||[""],m.crossDomain==null&&(n=wn.exec(m.url.toLowerCase()),m.crossDomain=!(!n||n[1]===Te[1]&&n[2]===Te[2]&&(n[3]||(n[1]==="http:"?"80":"443"))===(Te[3]||(Te[1]==="http:"?"80":"443")))),m.data&&m.processData&&typeof m.data!="string"&&(m.data=r.param(m.data,m.traditional)),En(Tn,m,t,k),b===2)return k;c=m.global,c&&r.active++==0&&r.event.trigger("ajaxStart"),m.type=m.type.toUpperCase(),m.hasContent=!Nr.test(m.type),o=m.url,m.hasContent||(m.data&&(o=m.url+=(mt.test(o)?"&":"?")+m.data,delete m.data),m.cache===!1&&(m.url=xn.test(o)?o.replace(xn,"$1_="+ht++):o+(mt.test(o)?"&":"?")+"_="+ht++)),m.ifModified&&(r.lastModified[o]&&k.setRequestHeader("If-Modified-Since",r.lastModified[o]),r.etag[o]&&k.setRequestHeader("If-None-Match",r.etag[o])),(m.data&&m.hasContent&&m.contentType!==!1||t.contentType)&&k.setRequestHeader("Content-Type",m.contentType),k.setRequestHeader("Accept",m.dataTypes[0]&&m.accepts[m.dataTypes[0]]?m.accepts[m.dataTypes[0]]+(m.dataTypes[0]!=="*"?", "+Cn+"; q=0.01":""):m.accepts["*"]);for(i in m.headers)k.setRequestHeader(i,m.headers[i]);if(m.beforeSend&&(m.beforeSend.call(w,k,m)===!1||b===2))return k.abort();ae="abort";for(i in{success:1,error:1,complete:1})k[i](m[i]);if(f=En(gt,m,t,k)){k.readyState=1,c&&x.trigger("ajaxSend",[k,m]),m.async&&m.timeout>0&&(l=setTimeout(function(){k.abort("timeout")},m.timeout));try{b=1,f.send(M,X)}catch(_){if(!(2>b))throw _;X(-1,_)}}else X(-1,"No Transport");function X(_,$,de,Qe){var re,Ce,K,oe,fe,z=$;b!==2&&(b=2,l&&clearTimeout(l),f=void 0,s=Qe||"",k.readyState=_>0?4:0,re=_>=200&&300>_||_===304,de&&(oe=kr(m,k,de)),oe=Sr(m,oe,k,re),re?(m.ifModified&&(fe=k.getResponseHeader("Last-Modified"),fe&&(r.lastModified[o]=fe),fe=k.getResponseHeader("etag"),fe&&(r.etag[o]=fe)),_===204||m.type==="HEAD"?z="nocontent":_===304?z="notmodified":(z=oe.state,Ce=oe.data,K=oe.error,re=!K)):(K=z,(_||!z)&&(z="error",0>_&&(_=0))),k.status=_,k.statusText=($||z)+"",re?T.resolveWith(w,[Ce,z,k]):T.rejectWith(w,[k,z,K]),k.statusCode(D),D=void 0,c&&x.trigger(re?"ajaxSuccess":"ajaxError",[k,m,re?Ce:K]),H.fireWith(w,[k,z]),c&&(x.trigger("ajaxComplete",[k,m]),--r.active||r.event.trigger("ajaxStop")))}return k},getJSON:function(e,t,n){return r.get(e,t,n,"json")},getScript:function(e,t){return r.get(e,void 0,t,"script")}}),r.each(["get","post"],function(e,t){r[t]=function(n,i,o,s){return r.isFunction(i)&&(s=s||o,o=i,i=void 0),r.ajax({url:n,type:t,dataType:s,data:i,success:o})}}),r.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){r.fn[t]=function(n){return this.on(t,n)}}),r._evalUrl=function(e){return r.ajax({url:e,type:"GET",dataType:"script",async:!1,global:!1,throws:!0})},r.fn.extend({wrapAll:function(e){if(r.isFunction(e))return this.each(function(n){r(this).wrapAll(e.call(this,n))});if(this[0]){var t=r(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var n=this;n.firstChild&&n.firstChild.nodeType===1;)n=n.firstChild;return n}).append(this)}return this},wrapInner:function(e){return this.each(r.isFunction(e)?function(t){r(this).wrapInner(e.call(this,t))}:function(){var t=r(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=r.isFunction(e);return this.each(function(n){r(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){r.nodeName(this,"body")||r(this).replaceWith(this.childNodes)}).end()}}),r.expr.filters.hidden=function(e){return e.offsetWidth<=0&&e.offsetHeight<=0||!C.reliableHiddenOffsets()&&(e.style&&e.style.display||r.css(e,"display"))==="none"},r.expr.filters.visible=function(e){return!r.expr.filters.hidden(e)};var jr=/%20/g,Ar=/\[\]$/,kn=/\r?\n/g,Dr=/^(?:submit|button|image|reset|file)$/i,Lr=/^(?:input|select|textarea|keygen)/i;function yt(e,t,n,i){var o;if(r.isArray(t))r.each(t,function(s,l){n||Ar.test(e)?i(e,l):yt(e+"["+(typeof l=="object"?s:"")+"]",l,n,i)});else if(n||r.type(t)!=="object")i(e,t);else for(o in t)yt(e+"["+o+"]",t[o],n,i)}r.param=function(e,t){var n,i=[],o=function(s,l){l=r.isFunction(l)?l():l==null?"":l,i[i.length]=encodeURIComponent(s)+"="+encodeURIComponent(l)};if(t===void 0&&(t=r.ajaxSettings&&r.ajaxSettings.traditional),r.isArray(e)||e.jquery&&!r.isPlainObject(e))r.each(e,function(){o(this.name,this.value)});else for(n in e)yt(n,e[n],t,o);return i.join("&").replace(jr,"+")},r.fn.extend({serialize:function(){return r.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=r.prop(this,"elements");return e?r.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!r(this).is(":disabled")&&Lr.test(this.nodeName)&&!Dr.test(e)&&(this.checked||!st.test(e))}).map(function(e,t){var n=r(this).val();return n==null?null:r.isArray(n)?r.map(n,function(i){return{name:t.name,value:i.replace(kn,`\r
`)}}):{name:t.name,value:n.replace(kn,`\r
`)}}).get()}}),r.ajaxSettings.xhr=L.ActiveXObject!==void 0?function(){return!this.isLocal&&/^(get|post|head|put|delete|options)$/i.test(this.type)&&Sn()||qr()}:Sn;var Hr=0,Ge={},Fe=r.ajaxSettings.xhr();L.ActiveXObject&&r(L).on("unload",function(){for(var e in Ge)Ge[e](void 0,!0)}),C.cors=!!Fe&&"withCredentials"in Fe,Fe=C.ajax=!!Fe,Fe&&r.ajaxTransport(function(e){if(!e.crossDomain||C.cors){var t;return{send:function(n,i){var o,s=e.xhr(),l=++Hr;if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(o in e.xhrFields)s[o]=e.xhrFields[o];e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||n["X-Requested-With"]||(n["X-Requested-With"]="XMLHttpRequest");for(o in n)n[o]!==void 0&&s.setRequestHeader(o,n[o]+"");s.send(e.hasContent&&e.data||null),t=function(c,f){var p,m,w;if(t&&(f||s.readyState===4))if(delete Ge[l],t=void 0,s.onreadystatechange=r.noop,f)s.readyState!==4&&s.abort();else{w={},p=s.status,typeof s.responseText=="string"&&(w.text=s.responseText);try{m=s.statusText}catch(x){m=""}p||!e.isLocal||e.crossDomain?p===1223&&(p=204):p=w.text?200:404}w&&i(p,m,w,s.getAllResponseHeaders())},e.async?s.readyState===4?setTimeout(t):s.onreadystatechange=Ge[l]=t:t()},abort:function(){t&&t(void 0,!0)}}}});function Sn(){try{return new L.XMLHttpRequest}catch(e){}}function qr(){try{return new L.ActiveXObject("Microsoft.XMLHTTP")}catch(e){}}r.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(e){return r.globalEval(e),e}}}),r.ajaxPrefilter("script",function(e){e.cache===void 0&&(e.cache=!1),e.crossDomain&&(e.type="GET",e.global=!1)}),r.ajaxTransport("script",function(e){if(e.crossDomain){var t,n=E.head||r("head")[0]||E.documentElement;return{send:function(i,o){t=E.createElement("script"),t.async=!0,e.scriptCharset&&(t.charset=e.scriptCharset),t.src=e.url,t.onload=t.onreadystatechange=function(s,l){(l||!t.readyState||/loaded|complete/.test(t.readyState))&&(t.onload=t.onreadystatechange=null,t.parentNode&&t.parentNode.removeChild(t),t=null,l||o(200,"success"))},n.insertBefore(t,n.firstChild)},abort:function(){t&&t.onload(void 0,!0)}}}});var jn=[],xt=/(=)\?(?=&|$)|\?\?/;r.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=jn.pop()||r.expando+"_"+ht++;return this[e]=!0,e}}),r.ajaxPrefilter("json jsonp",function(e,t,n){var i,o,s,l=e.jsonp!==!1&&(xt.test(e.url)?"url":typeof e.data=="string"&&!(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&xt.test(e.data)&&"data");return l||e.dataTypes[0]==="jsonp"?(i=e.jsonpCallback=r.isFunction(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,l?e[l]=e[l].replace(xt,"$1"+i):e.jsonp!==!1&&(e.url+=(mt.test(e.url)?"&":"?")+e.jsonp+"="+i),e.converters["script json"]=function(){return s||r.error(i+" was not called"),s[0]},e.dataTypes[0]="json",o=L[i],L[i]=function(){s=arguments},n.always(function(){L[i]=o,e[i]&&(e.jsonpCallback=t.jsonpCallback,jn.push(i)),s&&r.isFunction(o)&&o(s[0]),s=o=void 0}),"script"):void 0}),r.parseHTML=function(e,t,n){if(!e||typeof e!="string")return null;typeof t=="boolean"&&(n=t,t=!1),t=t||E;var i=Mt.exec(e),o=!n&&[];return i?[t.createElement(i[1])]:(i=r.buildFragment([e],t,o),o&&o.length&&r(o).remove(),r.merge([],i.childNodes))};var An=r.fn.load;r.fn.load=function(e,t,n){if(typeof e!="string"&&An)return An.apply(this,arguments);var i,o,s,l=this,c=e.indexOf(" ");return c>=0&&(i=r.trim(e.slice(c,e.length)),e=e.slice(0,c)),r.isFunction(t)?(n=t,t=void 0):t&&typeof t=="object"&&(s="POST"),l.length>0&&r.ajax({url:e,type:s,dataType:"html",data:t}).done(function(f){o=arguments,l.html(i?r("").append(r.parseHTML(f)).find(i):f)}).complete(n&&function(f,p){l.each(n,o||[f.responseText,p,f])}),this},r.expr.filters.animated=function(e){return r.grep(r.timers,function(t){return e===t.elem}).length};var Dn=L.document.documentElement;function Ln(e){return r.isWindow(e)?e:e.nodeType===9?e.defaultView||e.parentWindow:!1}r.offset={setOffset:function(e,t,n){var i,o,s,l,c,f,p,m=r.css(e,"position"),w=r(e),x={};m==="static"&&(e.style.position="relative"),c=w.offset(),s=r.css(e,"top"),f=r.css(e,"left"),p=(m==="absolute"||m==="fixed")&&r.inArray("auto",[s,f])>-1,p?(i=w.position(),l=i.top,o=i.left):(l=parseFloat(s)||0,o=parseFloat(f)||0),r.isFunction(t)&&(t=t.call(e,n,c)),t.top!=null&&(x.top=t.top-c.top+l),t.left!=null&&(x.left=t.left-c.left+o),"using"in t?t.using.call(e,x):w.css(x)}},r.fn.extend({offset:function(e){if(arguments.length)return e===void 0?this:this.each(function(l){r.offset.setOffset(this,e,l)});var t,n,i={top:0,left:0},o=this[0],s=o&&o.ownerDocument;if(s)return t=s.documentElement,r.contains(t,o)?(typeof o.getBoundingClientRect!==ee&&(i=o.getBoundingClientRect()),n=Ln(s),{top:i.top+(n.pageYOffset||t.scrollTop)-(t.clientTop||0),left:i.left+(n.pageXOffset||t.scrollLeft)-(t.clientLeft||0)}):i},position:function(){if(this[0]){var e,t,n={top:0,left:0},i=this[0];return r.css(i,"position")==="fixed"?t=i.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),r.nodeName(e[0],"html")||(n=e.offset()),n.top+=r.css(e[0],"borderTopWidth",!0),n.left+=r.css(e[0],"borderLeftWidth",!0)),{top:t.top-n.top-r.css(i,"marginTop",!0),left:t.left-n.left-r.css(i,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent||Dn;e&&!r.nodeName(e,"html")&&r.css(e,"position")==="static";)e=e.offsetParent;return e||Dn})}}),r.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n=/Y/.test(t);r.fn[e]=function(i){return ve(this,function(o,s,l){var c=Ln(o);return l===void 0?c?t in c?c[t]:c.document.documentElement[s]:o[s]:void(c?c.scrollTo(n?r(c).scrollLeft():l,n?l:r(c).scrollTop()):o[s]=l)},e,i,arguments.length,null)}}),r.each(["top","left"],function(e,t){r.cssHooks[t]=sn(C.pixelPosition,function(n,i){return i?(i=xe(n,t),Xe.test(i)?r(n).position()[t]+"px":i):void 0})}),r.each({Height:"height",Width:"width"},function(e,t){r.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,i){r.fn[i]=function(o,s){var l=arguments.length&&(n||typeof o!="boolean"),c=n||(o===!0||s===!0?"margin":"border");return ve(this,function(f,p,m){var w;return r.isWindow(f)?f.document.documentElement["client"+e]:f.nodeType===9?(w=f.documentElement,Math.max(f.body["scroll"+e],w["scroll"+e],f.body["offset"+e],w["offset"+e],w["client"+e])):m===void 0?r.css(f,p,c):r.style(f,p,m,c)},t,l?o:void 0,l,null)}})}),r.fn.size=function(){return this.length},r.fn.andSelf=r.fn.addBack,typeof define=="function"&&define.amd&&define("jquery",[],function(){return r});var _r=L.jQuery,Mr=L.$;return r.noConflict=function(e){return L.$===r&&(L.$=Mr),e&&L.jQuery===r&&(L.jQuery=_r),r},typeof He===ee&&(L.jQuery=L.$=r),r});