@chocolatey-software/docs 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,22 +1,22 @@
1
- (()=>{(()=>{var ku=Object.create,fo=Object.defineProperty,Tu=Object.getOwnPropertyDescriptor,po=Object.getOwnPropertyNames,ju=Object.getPrototypeOf,Iu=Object.prototype.hasOwnProperty,Mr=(t,n)=>function(){return n||(0,t[po(t)[0]])((n={exports:{}}).exports,n),n.exports},Pu=(t,n,r,o)=>{if(n&&typeof n=="object"||typeof n=="function")for(let s of po(n))!Iu.call(t,s)&&s!==r&&fo(t,s,{get:()=>n[s],enumerable:!(o=Tu(n,s))||o.enumerable});return t},Hr=(t,n,r)=>(r=t!=null?ku(ju(t)):{},Pu(n||!t||!t.__esModule?fo(r,"default",{value:t,enumerable:!0}):r,t)),Du=Mr({"src/scripts/lib/prism.js"(t,n){var r=typeof window!="undefined"?window:typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope?self:{},o=(function(s){var l=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,h=0,d={},m={manual:s.Prism&&s.Prism.manual,disableWorkerMessageHandler:s.Prism&&s.Prism.disableWorkerMessageHandler,util:{encode:function w(S){return S instanceof y?new y(S.type,w(S.content),S.alias):Array.isArray(S)?S.map(w):S.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(w){return Object.prototype.toString.call(w).slice(8,-1)},objId:function(w){return w.__id||Object.defineProperty(w,"__id",{value:++h}),w.__id},clone:function w(S,L){L=L||{};var M,B;switch(m.util.type(S)){case"Object":if(B=m.util.objId(S),L[B])return L[B];M={},L[B]=M;for(var u in S)S.hasOwnProperty(u)&&(M[u]=w(S[u],L));return M;case"Array":return B=m.util.objId(S),L[B]?L[B]:(M=[],L[B]=M,S.forEach(function(W,F){M[F]=w(W,L)}),M);default:return S}},getLanguage:function(w){for(;w;){var S=l.exec(w.className);if(S)return S[1].toLowerCase();w=w.parentElement}return"none"},setLanguage:function(w,S){w.className=w.className.replace(RegExp(l,"gi"),""),w.classList.add("language-"+S)},currentScript:function(){if(typeof document=="undefined")return null;if(document.currentScript&&document.currentScript.tagName==="SCRIPT")return document.currentScript;try{throw new Error}catch(M){var w=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(M.stack)||[])[1];if(w){var S=document.getElementsByTagName("script");for(var L in S)if(S[L].src==w)return S[L]}return null}},isActive:function(w,S,L){for(var M="no-"+S;w;){var B=w.classList;if(B.contains(S))return!0;if(B.contains(M))return!1;w=w.parentElement}return!!L}},languages:{plain:d,plaintext:d,text:d,txt:d,extend:function(w,S){var L=m.util.clone(m.languages[w]);for(var M in S)L[M]=S[M];return L},insertBefore:function(w,S,L,M){M=M||m.languages;var B=M[w],u={};for(var W in B)if(B.hasOwnProperty(W)){if(W==S)for(var F in L)L.hasOwnProperty(F)&&(u[F]=L[F]);L.hasOwnProperty(W)||(u[W]=B[W])}var X=M[w];return M[w]=u,m.languages.DFS(m.languages,function(oe,Ae){Ae===X&&oe!=w&&(this[oe]=u)}),u},DFS:function w(S,L,M,B){B=B||{};var u=m.util.objId;for(var W in S)if(S.hasOwnProperty(W)){L.call(S,W,S[W],M||W);var F=S[W],X=m.util.type(F);X==="Object"&&!B[u(F)]?(B[u(F)]=!0,w(F,L,null,B)):X==="Array"&&!B[u(F)]&&(B[u(F)]=!0,w(F,L,W,B))}}},plugins:{},highlightAll:function(w,S){m.highlightAllUnder(document,w,S)},highlightAllUnder:function(w,S,L){var M={callback:L,container:w,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};m.hooks.run("before-highlightall",M),M.elements=Array.prototype.slice.apply(M.container.querySelectorAll(M.selector)),m.hooks.run("before-all-elements-highlight",M);for(var B=0,u;u=M.elements[B++];)m.highlightElement(u,S===!0,M.callback)},highlightElement:function(w,S,L){var M=m.util.getLanguage(w),B=m.languages[M];m.util.setLanguage(w,M);var u=w.parentElement;u&&u.nodeName.toLowerCase()==="pre"&&m.util.setLanguage(u,M);var W=w.textContent,F={element:w,language:M,grammar:B,code:W};function X(Ae){F.highlightedCode=Ae,m.hooks.run("before-insert",F),F.element.innerHTML=F.highlightedCode,m.hooks.run("after-highlight",F),m.hooks.run("complete",F),L&&L.call(F.element)}if(m.hooks.run("before-sanity-check",F),u=F.element.parentElement,u&&u.nodeName.toLowerCase()==="pre"&&!u.hasAttribute("tabindex")&&u.setAttribute("tabindex","0"),!F.code){m.hooks.run("complete",F),L&&L.call(F.element);return}if(m.hooks.run("before-highlight",F),!F.grammar){X(m.util.encode(F.code));return}if(S&&s.Worker){var oe=new Worker(m.filename);oe.onmessage=function(Ae){X(Ae.data)},oe.postMessage(JSON.stringify({language:F.language,code:F.code,immediateClose:!0}))}else X(m.highlight(F.code,F.grammar,F.language))},highlight:function(w,S,L){var M={code:w,grammar:S,language:L};if(m.hooks.run("before-tokenize",M),!M.grammar)throw new Error('The language "'+M.language+'" has no grammar.');return M.tokens=m.tokenize(M.code,M.grammar),m.hooks.run("after-tokenize",M),y.stringify(m.util.encode(M.tokens),M.language)},tokenize:function(w,S){var L=S.rest;if(L){for(var M in L)S[M]=L[M];delete S.rest}var B=new _;return O(B,B.head,w),v(w,B,S,B.head,0),C(B)},hooks:{all:{},add:function(w,S){var L=m.hooks.all;L[w]=L[w]||[],L[w].push(S)},run:function(w,S){var L=m.hooks.all[w];if(!(!L||!L.length))for(var M=0,B;B=L[M++];)B(S)}},Token:y};s.Prism=m;function y(w,S,L,M){this.type=w,this.content=S,this.alias=L,this.length=(M||"").length|0}y.stringify=function w(S,L){if(typeof S=="string")return S;if(Array.isArray(S)){var M="";return S.forEach(function(X){M+=w(X,L)}),M}var B={type:S.type,content:w(S.content,L),tag:"span",classes:["token",S.type],attributes:{},language:L},u=S.alias;u&&(Array.isArray(u)?Array.prototype.push.apply(B.classes,u):B.classes.push(u)),m.hooks.run("wrap",B);var W="";for(var F in B.attributes)W+=" "+F+'="'+(B.attributes[F]||"").replace(/"/g,"&quot;")+'"';return"<"+B.tag+' class="'+B.classes.join(" ")+'"'+W+">"+B.content+"</"+B.tag+">"};function E(w,S,L,M){w.lastIndex=S;var B=w.exec(L);if(B&&M&&B[1]){var u=B[1].length;B.index+=u,B[0]=B[0].slice(u)}return B}function v(w,S,L,M,B,u){for(var W in L)if(!(!L.hasOwnProperty(W)||!L[W])){var F=L[W];F=Array.isArray(F)?F:[F];for(var X=0;X<F.length;++X){if(u&&u.cause==W+","+X)return;var oe=F[X],Ae=oe.inside,re=!!oe.lookbehind,xe=!!oe.greedy,Q=oe.alias;if(xe&&!oe.pattern.global){var K=oe.pattern.toString().match(/[imsuy]*$/)[0];oe.pattern=RegExp(oe.pattern.source,K+"g")}for(var G=oe.pattern||oe,ie=M.next,Z=B;ie!==S.tail&&!(u&&Z>=u.reach);Z+=ie.value.length,ie=ie.next){var pe=ie.value;if(S.length>w.length)return;if(!(pe instanceof y)){var ne=1,V;if(xe){if(V=E(G,Z,w,re),!V||V.index>=w.length)break;var le=V.index,Y=V.index+V[0].length,ee=Z;for(ee+=ie.value.length;le>=ee;)ie=ie.next,ee+=ie.value.length;if(ee-=ie.value.length,Z=ee,ie.value instanceof y)continue;for(var ce=ie;ce!==S.tail&&(ee<Y||typeof ce.value=="string");ce=ce.next)ne++,ee+=ce.value.length;ne--,pe=w.slice(Z,ee),V.index-=Z}else if(V=E(G,0,pe,re),!V)continue;var le=V.index,Ue=V[0],Ye=pe.slice(0,le),gt=pe.slice(le+Ue.length),$e=Z+pe.length;u&&$e>u.reach&&(u.reach=$e);var _t=ie.prev;Ye&&(_t=O(S,_t,Ye),Z+=Ye.length),D(S,_t,ne);var nt=new y(W,Ae?m.tokenize(Ue,Ae):Ue,Q,Ue);if(ie=O(S,_t,nt),gt&&O(S,ie,gt),ne>1){var At={cause:W+","+X,reach:$e};v(w,S,L,ie.prev,Z,At),u&&At.reach>u.reach&&(u.reach=At.reach)}}}}}}function _(){var w={value:null,prev:null,next:null},S={value:null,prev:w,next:null};w.next=S,this.head=w,this.tail=S,this.length=0}function O(w,S,L){var M=S.next,B={value:L,prev:S,next:M};return S.next=B,M.prev=B,w.length++,B}function D(w,S,L){for(var M=S.next,B=0;B<L&&M!==w.tail;B++)M=M.next;S.next=M,M.prev=S,w.length-=B}function C(w){for(var S=[],L=w.head.next;L!==w.tail;)S.push(L.value),L=L.next;return S}if(!s.document)return s.addEventListener&&(m.disableWorkerMessageHandler||s.addEventListener("message",function(w){var S=JSON.parse(w.data),L=S.language,M=S.code,B=S.immediateClose;s.postMessage(m.highlight(M,m.languages[L],L)),B&&s.close()},!1)),m;var A=m.util.currentScript();A&&(m.filename=A.src,A.hasAttribute("data-manual")&&(m.manual=!0));function P(){m.manual||m.highlightAll()}if(!m.manual){var j=document.readyState;j==="loading"||j==="interactive"&&A&&A.defer?document.addEventListener("DOMContentLoaded",P):window.requestAnimationFrame?window.requestAnimationFrame(P):window.setTimeout(P,16)}return m})(r);typeof n!="undefined"&&n.exports&&(n.exports=o),typeof global!="undefined"&&(global.Prism=o),o.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},o.languages.markup.tag.inside["attr-value"].inside.entity=o.languages.markup.entity,o.languages.markup.doctype.inside["internal-subset"].inside=o.languages.markup,o.hooks.add("wrap",function(s){s.type==="entity"&&(s.attributes.title=s.content.replace(/&amp;/,"&"))}),Object.defineProperty(o.languages.markup.tag,"addInlined",{value:function(l,h){var d={};d["language-"+h]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:o.languages[h]},d.cdata=/^<!\[CDATA\[|\]\]>$/i;var m={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:d}};m["language-"+h]={pattern:/[\s\S]+/,inside:o.languages[h]};var y={};y[l]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return l}),"i"),lookbehind:!0,greedy:!0,inside:m},o.languages.insertBefore("markup","cdata",y)}}),Object.defineProperty(o.languages.markup.tag,"addAttribute",{value:function(s,l){o.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+s+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[l,"language-"+l],inside:o.languages[l]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),o.languages.html=o.languages.markup,o.languages.mathml=o.languages.markup,o.languages.svg=o.languages.markup,o.languages.xml=o.languages.extend("markup",{}),o.languages.ssml=o.languages.xml,o.languages.atom=o.languages.xml,o.languages.rss=o.languages.xml,(function(s){var l=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;s.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+l.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+l.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+l.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+l.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:l,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},s.languages.css.atrule.inside.rest=s.languages.css;var h=s.languages.markup;h&&(h.tag.addInlined("style","css"),h.tag.addAttribute("style","css"))})(o),o.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},o.languages.javascript=o.languages.extend("clike",{"class-name":[o.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),o.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,o.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:o.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:o.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:o.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:o.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:o.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),o.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:o.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),o.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),o.languages.markup&&(o.languages.markup.tag.addInlined("script","javascript"),o.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),o.languages.js=o.languages.javascript,(function(s){var l="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",h={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},d={bash:h,environment:{pattern:RegExp("\\$"+l),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+l),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};s.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+l),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:d},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:h}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:d},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:d.entity}}],environment:{pattern:RegExp("\\$?"+l),alias:"constant"},variable:d.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|java|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|sysctl|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},h.inside=s.languages.bash;for(var m=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],y=d.variable[1].inside,E=0;E<m.length;E++)y[m[E]]=s.languages.bash[m[E]];s.languages.sh=s.languages.bash,s.languages.shell=s.languages.bash})(o),(function(s){function l(V,Y){return V.replace(/<<(\d+)>>/g,function(ee,ce){return"(?:"+Y[+ce]+")"})}function h(V,Y,ee){return RegExp(l(V,Y),ee||"")}function d(V,Y){for(var ee=0;ee<Y;ee++)V=V.replace(/<<self>>/g,function(){return"(?:"+V+")"});return V.replace(/<<self>>/g,"[^\\s\\S]")}var m={type:"bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void",typeDeclaration:"class enum interface record struct",contextual:"add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)",other:"abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield"};function y(V){return"\\b(?:"+V.trim().replace(/ /g,"|")+")\\b"}var E=y(m.typeDeclaration),v=RegExp(y(m.type+" "+m.typeDeclaration+" "+m.contextual+" "+m.other)),_=y(m.typeDeclaration+" "+m.contextual+" "+m.other),O=y(m.type+" "+m.typeDeclaration+" "+m.other),D=d(/<(?:[^<>;=+\-*/%&|^]|<<self>>)*>/.source,2),C=d(/\((?:[^()]|<<self>>)*\)/.source,2),A=/@?\b[A-Za-z_]\w*\b/.source,P=l(/<<0>>(?:\s*<<1>>)?/.source,[A,D]),j=l(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[_,P]),w=/\[\s*(?:,\s*)*\]/.source,S=l(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[j,w]),L=l(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[D,C,w]),M=l(/\(<<0>>+(?:,<<0>>+)+\)/.source,[L]),B=l(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[M,j,w]),u={keyword:v,punctuation:/[<>()?,.:[\]]/},W=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,F=/"(?:\\.|[^\\"\r\n])*"/.source,X=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;s.languages.csharp=s.languages.extend("clike",{string:[{pattern:h(/(^|[^$\\])<<0>>/.source,[X]),lookbehind:!0,greedy:!0},{pattern:h(/(^|[^@$\\])<<0>>/.source,[F]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:h(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[j]),lookbehind:!0,inside:u},{pattern:h(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[A,B]),lookbehind:!0,inside:u},{pattern:h(/(\busing\s+)<<0>>(?=\s*=)/.source,[A]),lookbehind:!0},{pattern:h(/(\b<<0>>\s+)<<1>>/.source,[E,P]),lookbehind:!0,inside:u},{pattern:h(/(\bcatch\s*\(\s*)<<0>>/.source,[j]),lookbehind:!0,inside:u},{pattern:h(/(\bwhere\s+)<<0>>/.source,[A]),lookbehind:!0},{pattern:h(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[S]),lookbehind:!0,inside:u},{pattern:h(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[B,O,A]),inside:u}],keyword:v,number:/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:[dflmu]|lu|ul)?\b/i,operator:/>>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,punctuation:/\?\.?|::|[{}[\];(),.:]/}),s.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),s.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:h(/([(,]\s*)<<0>>(?=\s*:)/.source,[A]),lookbehind:!0,alias:"punctuation"}}),s.languages.insertBefore("csharp","class-name",{namespace:{pattern:h(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[A]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:h(/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[C]),lookbehind:!0,alias:"class-name",inside:u},"return-type":{pattern:h(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[B,j]),inside:u,alias:"class-name"},"constructor-invocation":{pattern:h(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[B]),lookbehind:!0,inside:u,alias:"class-name"},"generic-method":{pattern:h(/<<0>>\s*<<1>>(?=\s*\()/.source,[A,D]),inside:{function:h(/^<<0>>/.source,[A]),generic:{pattern:RegExp(D),alias:"class-name",inside:u}}},"type-list":{pattern:h(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source,[E,P,A,B,v.source,C,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:h(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[P,C]),lookbehind:!0,greedy:!0,inside:s.languages.csharp},keyword:v,"class-name":{pattern:RegExp(B),greedy:!0,inside:u},punctuation:/[,()]/}},preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}});var oe=F+"|"+W,Ae=l(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[oe]),re=d(l(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[Ae]),2),xe=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,Q=l(/<<0>>(?:\s*\(<<1>>*\))?/.source,[j,re]);s.languages.insertBefore("csharp","class-name",{attribute:{pattern:h(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[xe,Q]),lookbehind:!0,greedy:!0,inside:{target:{pattern:h(/^<<0>>(?=\s*:)/.source,[xe]),alias:"keyword"},"attribute-arguments":{pattern:h(/\(<<0>>*\)/.source,[re]),inside:s.languages.csharp},"class-name":{pattern:RegExp(j),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var K=/:[^}\r\n]+/.source,G=d(l(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[Ae]),2),ie=l(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[G,K]),Z=d(l(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<<self>>*\)/.source,[oe]),2),pe=l(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[Z,K]);function ne(V,Y){return{interpolation:{pattern:h(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[V]),lookbehind:!0,inside:{"format-string":{pattern:h(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[Y,K]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:s.languages.csharp}}},string:/[\s\S]+/}}s.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:h(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[ie]),lookbehind:!0,greedy:!0,inside:ne(ie,G)},{pattern:h(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[pe]),lookbehind:!0,greedy:!0,inside:ne(pe,Z)}],char:{pattern:RegExp(W),greedy:!0}}),s.languages.dotnet=s.languages.cs=s.languages.csharp})(o),(function(s){s.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var l={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(l).forEach(function(h){var d=l[h],m=[];/^\w+$/.test(h)||m.push(/\w+/.exec(h)[0]),h==="diff"&&m.push("bold"),s.languages.diff[h]={pattern:RegExp("^(?:["+d+`].*(?:\r
1
+ (()=>{(()=>{var Cu=Object.create,fo=Object.defineProperty,Tu=Object.getOwnPropertyDescriptor,po=Object.getOwnPropertyNames,ju=Object.getPrototypeOf,Iu=Object.prototype.hasOwnProperty,Mr=(t,n)=>function(){return n||(0,t[po(t)[0]])((n={exports:{}}).exports,n),n.exports},Pu=(t,n,r,o)=>{if(n&&typeof n=="object"||typeof n=="function")for(let s of po(n))!Iu.call(t,s)&&s!==r&&fo(t,s,{get:()=>n[s],enumerable:!(o=Tu(n,s))||o.enumerable});return t},Hr=(t,n,r)=>(r=t!=null?Cu(ju(t)):{},Pu(n||!t||!t.__esModule?fo(r,"default",{value:t,enumerable:!0}):r,t)),Du=Mr({"src/scripts/lib/prism.js"(t,n){var r=typeof window!="undefined"?window:typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope?self:{},o=(function(s){var l=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,h=0,d={},m={manual:s.Prism&&s.Prism.manual,disableWorkerMessageHandler:s.Prism&&s.Prism.disableWorkerMessageHandler,util:{encode:function w(E){return E instanceof y?new y(E.type,w(E.content),E.alias):Array.isArray(E)?E.map(w):E.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(w){return Object.prototype.toString.call(w).slice(8,-1)},objId:function(w){return w.__id||Object.defineProperty(w,"__id",{value:++h}),w.__id},clone:function w(E,L){L=L||{};var M,B;switch(m.util.type(E)){case"Object":if(B=m.util.objId(E),L[B])return L[B];M={},L[B]=M;for(var u in E)E.hasOwnProperty(u)&&(M[u]=w(E[u],L));return M;case"Array":return B=m.util.objId(E),L[B]?L[B]:(M=[],L[B]=M,E.forEach(function(W,F){M[F]=w(W,L)}),M);default:return E}},getLanguage:function(w){for(;w;){var E=l.exec(w.className);if(E)return E[1].toLowerCase();w=w.parentElement}return"none"},setLanguage:function(w,E){w.className=w.className.replace(RegExp(l,"gi"),""),w.classList.add("language-"+E)},currentScript:function(){if(typeof document=="undefined")return null;if(document.currentScript&&document.currentScript.tagName==="SCRIPT")return document.currentScript;try{throw new Error}catch(M){var w=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(M.stack)||[])[1];if(w){var E=document.getElementsByTagName("script");for(var L in E)if(E[L].src==w)return E[L]}return null}},isActive:function(w,E,L){for(var M="no-"+E;w;){var B=w.classList;if(B.contains(E))return!0;if(B.contains(M))return!1;w=w.parentElement}return!!L}},languages:{plain:d,plaintext:d,text:d,txt:d,extend:function(w,E){var L=m.util.clone(m.languages[w]);for(var M in E)L[M]=E[M];return L},insertBefore:function(w,E,L,M){M=M||m.languages;var B=M[w],u={};for(var W in B)if(B.hasOwnProperty(W)){if(W==E)for(var F in L)L.hasOwnProperty(F)&&(u[F]=L[F]);L.hasOwnProperty(W)||(u[W]=B[W])}var X=M[w];return M[w]=u,m.languages.DFS(m.languages,function(oe,Ae){Ae===X&&oe!=w&&(this[oe]=u)}),u},DFS:function w(E,L,M,B){B=B||{};var u=m.util.objId;for(var W in E)if(E.hasOwnProperty(W)){L.call(E,W,E[W],M||W);var F=E[W],X=m.util.type(F);X==="Object"&&!B[u(F)]?(B[u(F)]=!0,w(F,L,null,B)):X==="Array"&&!B[u(F)]&&(B[u(F)]=!0,w(F,L,W,B))}}},plugins:{},highlightAll:function(w,E){m.highlightAllUnder(document,w,E)},highlightAllUnder:function(w,E,L){var M={callback:L,container:w,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};m.hooks.run("before-highlightall",M),M.elements=Array.prototype.slice.apply(M.container.querySelectorAll(M.selector)),m.hooks.run("before-all-elements-highlight",M);for(var B=0,u;u=M.elements[B++];)m.highlightElement(u,E===!0,M.callback)},highlightElement:function(w,E,L){var M=m.util.getLanguage(w),B=m.languages[M];m.util.setLanguage(w,M);var u=w.parentElement;u&&u.nodeName.toLowerCase()==="pre"&&m.util.setLanguage(u,M);var W=w.textContent,F={element:w,language:M,grammar:B,code:W};function X(Ae){F.highlightedCode=Ae,m.hooks.run("before-insert",F),F.element.innerHTML=F.highlightedCode,m.hooks.run("after-highlight",F),m.hooks.run("complete",F),L&&L.call(F.element)}if(m.hooks.run("before-sanity-check",F),u=F.element.parentElement,u&&u.nodeName.toLowerCase()==="pre"&&!u.hasAttribute("tabindex")&&u.setAttribute("tabindex","0"),!F.code){m.hooks.run("complete",F),L&&L.call(F.element);return}if(m.hooks.run("before-highlight",F),!F.grammar){X(m.util.encode(F.code));return}if(E&&s.Worker){var oe=new Worker(m.filename);oe.onmessage=function(Ae){X(Ae.data)},oe.postMessage(JSON.stringify({language:F.language,code:F.code,immediateClose:!0}))}else X(m.highlight(F.code,F.grammar,F.language))},highlight:function(w,E,L){var M={code:w,grammar:E,language:L};if(m.hooks.run("before-tokenize",M),!M.grammar)throw new Error('The language "'+M.language+'" has no grammar.');return M.tokens=m.tokenize(M.code,M.grammar),m.hooks.run("after-tokenize",M),y.stringify(m.util.encode(M.tokens),M.language)},tokenize:function(w,E){var L=E.rest;if(L){for(var M in L)E[M]=L[M];delete E.rest}var B=new _;return O(B,B.head,w),v(w,B,E,B.head,0),k(B)},hooks:{all:{},add:function(w,E){var L=m.hooks.all;L[w]=L[w]||[],L[w].push(E)},run:function(w,E){var L=m.hooks.all[w];if(!(!L||!L.length))for(var M=0,B;B=L[M++];)B(E)}},Token:y};s.Prism=m;function y(w,E,L,M){this.type=w,this.content=E,this.alias=L,this.length=(M||"").length|0}y.stringify=function w(E,L){if(typeof E=="string")return E;if(Array.isArray(E)){var M="";return E.forEach(function(X){M+=w(X,L)}),M}var B={type:E.type,content:w(E.content,L),tag:"span",classes:["token",E.type],attributes:{},language:L},u=E.alias;u&&(Array.isArray(u)?Array.prototype.push.apply(B.classes,u):B.classes.push(u)),m.hooks.run("wrap",B);var W="";for(var F in B.attributes)W+=" "+F+'="'+(B.attributes[F]||"").replace(/"/g,"&quot;")+'"';return"<"+B.tag+' class="'+B.classes.join(" ")+'"'+W+">"+B.content+"</"+B.tag+">"};function S(w,E,L,M){w.lastIndex=E;var B=w.exec(L);if(B&&M&&B[1]){var u=B[1].length;B.index+=u,B[0]=B[0].slice(u)}return B}function v(w,E,L,M,B,u){for(var W in L)if(!(!L.hasOwnProperty(W)||!L[W])){var F=L[W];F=Array.isArray(F)?F:[F];for(var X=0;X<F.length;++X){if(u&&u.cause==W+","+X)return;var oe=F[X],Ae=oe.inside,re=!!oe.lookbehind,xe=!!oe.greedy,Q=oe.alias;if(xe&&!oe.pattern.global){var K=oe.pattern.toString().match(/[imsuy]*$/)[0];oe.pattern=RegExp(oe.pattern.source,K+"g")}for(var G=oe.pattern||oe,ie=M.next,Z=B;ie!==E.tail&&!(u&&Z>=u.reach);Z+=ie.value.length,ie=ie.next){var pe=ie.value;if(E.length>w.length)return;if(!(pe instanceof y)){var ne=1,V;if(xe){if(V=S(G,Z,w,re),!V||V.index>=w.length)break;var le=V.index,Y=V.index+V[0].length,ee=Z;for(ee+=ie.value.length;le>=ee;)ie=ie.next,ee+=ie.value.length;if(ee-=ie.value.length,Z=ee,ie.value instanceof y)continue;for(var ce=ie;ce!==E.tail&&(ee<Y||typeof ce.value=="string");ce=ce.next)ne++,ee+=ce.value.length;ne--,pe=w.slice(Z,ee),V.index-=Z}else if(V=S(G,0,pe,re),!V)continue;var le=V.index,Ue=V[0],Ye=pe.slice(0,le),gt=pe.slice(le+Ue.length),$e=Z+pe.length;u&&$e>u.reach&&(u.reach=$e);var _t=ie.prev;Ye&&(_t=O(E,_t,Ye),Z+=Ye.length),D(E,_t,ne);var nt=new y(W,Ae?m.tokenize(Ue,Ae):Ue,Q,Ue);if(ie=O(E,_t,nt),gt&&O(E,ie,gt),ne>1){var At={cause:W+","+X,reach:$e};v(w,E,L,ie.prev,Z,At),u&&At.reach>u.reach&&(u.reach=At.reach)}}}}}}function _(){var w={value:null,prev:null,next:null},E={value:null,prev:w,next:null};w.next=E,this.head=w,this.tail=E,this.length=0}function O(w,E,L){var M=E.next,B={value:L,prev:E,next:M};return E.next=B,M.prev=B,w.length++,B}function D(w,E,L){for(var M=E.next,B=0;B<L&&M!==w.tail;B++)M=M.next;E.next=M,M.prev=E,w.length-=B}function k(w){for(var E=[],L=w.head.next;L!==w.tail;)E.push(L.value),L=L.next;return E}if(!s.document)return s.addEventListener&&(m.disableWorkerMessageHandler||s.addEventListener("message",function(w){var E=JSON.parse(w.data),L=E.language,M=E.code,B=E.immediateClose;s.postMessage(m.highlight(M,m.languages[L],L)),B&&s.close()},!1)),m;var A=m.util.currentScript();A&&(m.filename=A.src,A.hasAttribute("data-manual")&&(m.manual=!0));function P(){m.manual||m.highlightAll()}if(!m.manual){var j=document.readyState;j==="loading"||j==="interactive"&&A&&A.defer?document.addEventListener("DOMContentLoaded",P):window.requestAnimationFrame?window.requestAnimationFrame(P):window.setTimeout(P,16)}return m})(r);typeof n!="undefined"&&n.exports&&(n.exports=o),typeof global!="undefined"&&(global.Prism=o),o.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},o.languages.markup.tag.inside["attr-value"].inside.entity=o.languages.markup.entity,o.languages.markup.doctype.inside["internal-subset"].inside=o.languages.markup,o.hooks.add("wrap",function(s){s.type==="entity"&&(s.attributes.title=s.content.replace(/&amp;/,"&"))}),Object.defineProperty(o.languages.markup.tag,"addInlined",{value:function(l,h){var d={};d["language-"+h]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:o.languages[h]},d.cdata=/^<!\[CDATA\[|\]\]>$/i;var m={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:d}};m["language-"+h]={pattern:/[\s\S]+/,inside:o.languages[h]};var y={};y[l]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return l}),"i"),lookbehind:!0,greedy:!0,inside:m},o.languages.insertBefore("markup","cdata",y)}}),Object.defineProperty(o.languages.markup.tag,"addAttribute",{value:function(s,l){o.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+s+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[l,"language-"+l],inside:o.languages[l]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),o.languages.html=o.languages.markup,o.languages.mathml=o.languages.markup,o.languages.svg=o.languages.markup,o.languages.xml=o.languages.extend("markup",{}),o.languages.ssml=o.languages.xml,o.languages.atom=o.languages.xml,o.languages.rss=o.languages.xml,(function(s){var l=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;s.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+l.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+l.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+l.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+l.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:l,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},s.languages.css.atrule.inside.rest=s.languages.css;var h=s.languages.markup;h&&(h.tag.addInlined("style","css"),h.tag.addAttribute("style","css"))})(o),o.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},o.languages.javascript=o.languages.extend("clike",{"class-name":[o.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),o.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,o.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:o.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:o.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:o.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:o.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:o.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),o.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:o.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),o.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),o.languages.markup&&(o.languages.markup.tag.addInlined("script","javascript"),o.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),o.languages.js=o.languages.javascript,(function(s){var l="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",h={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},d={bash:h,environment:{pattern:RegExp("\\$"+l),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+l),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};s.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+l),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:d},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:h}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:d},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:d.entity}}],environment:{pattern:RegExp("\\$?"+l),alias:"constant"},variable:d.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|java|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|sysctl|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},h.inside=s.languages.bash;for(var m=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],y=d.variable[1].inside,S=0;S<m.length;S++)y[m[S]]=s.languages.bash[m[S]];s.languages.sh=s.languages.bash,s.languages.shell=s.languages.bash})(o),(function(s){function l(V,Y){return V.replace(/<<(\d+)>>/g,function(ee,ce){return"(?:"+Y[+ce]+")"})}function h(V,Y,ee){return RegExp(l(V,Y),ee||"")}function d(V,Y){for(var ee=0;ee<Y;ee++)V=V.replace(/<<self>>/g,function(){return"(?:"+V+")"});return V.replace(/<<self>>/g,"[^\\s\\S]")}var m={type:"bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void",typeDeclaration:"class enum interface record struct",contextual:"add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)",other:"abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield"};function y(V){return"\\b(?:"+V.trim().replace(/ /g,"|")+")\\b"}var S=y(m.typeDeclaration),v=RegExp(y(m.type+" "+m.typeDeclaration+" "+m.contextual+" "+m.other)),_=y(m.typeDeclaration+" "+m.contextual+" "+m.other),O=y(m.type+" "+m.typeDeclaration+" "+m.other),D=d(/<(?:[^<>;=+\-*/%&|^]|<<self>>)*>/.source,2),k=d(/\((?:[^()]|<<self>>)*\)/.source,2),A=/@?\b[A-Za-z_]\w*\b/.source,P=l(/<<0>>(?:\s*<<1>>)?/.source,[A,D]),j=l(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[_,P]),w=/\[\s*(?:,\s*)*\]/.source,E=l(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[j,w]),L=l(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[D,k,w]),M=l(/\(<<0>>+(?:,<<0>>+)+\)/.source,[L]),B=l(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[M,j,w]),u={keyword:v,punctuation:/[<>()?,.:[\]]/},W=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,F=/"(?:\\.|[^\\"\r\n])*"/.source,X=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;s.languages.csharp=s.languages.extend("clike",{string:[{pattern:h(/(^|[^$\\])<<0>>/.source,[X]),lookbehind:!0,greedy:!0},{pattern:h(/(^|[^@$\\])<<0>>/.source,[F]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:h(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[j]),lookbehind:!0,inside:u},{pattern:h(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[A,B]),lookbehind:!0,inside:u},{pattern:h(/(\busing\s+)<<0>>(?=\s*=)/.source,[A]),lookbehind:!0},{pattern:h(/(\b<<0>>\s+)<<1>>/.source,[S,P]),lookbehind:!0,inside:u},{pattern:h(/(\bcatch\s*\(\s*)<<0>>/.source,[j]),lookbehind:!0,inside:u},{pattern:h(/(\bwhere\s+)<<0>>/.source,[A]),lookbehind:!0},{pattern:h(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[E]),lookbehind:!0,inside:u},{pattern:h(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[B,O,A]),inside:u}],keyword:v,number:/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:[dflmu]|lu|ul)?\b/i,operator:/>>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,punctuation:/\?\.?|::|[{}[\];(),.:]/}),s.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),s.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:h(/([(,]\s*)<<0>>(?=\s*:)/.source,[A]),lookbehind:!0,alias:"punctuation"}}),s.languages.insertBefore("csharp","class-name",{namespace:{pattern:h(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[A]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:h(/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[k]),lookbehind:!0,alias:"class-name",inside:u},"return-type":{pattern:h(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[B,j]),inside:u,alias:"class-name"},"constructor-invocation":{pattern:h(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[B]),lookbehind:!0,inside:u,alias:"class-name"},"generic-method":{pattern:h(/<<0>>\s*<<1>>(?=\s*\()/.source,[A,D]),inside:{function:h(/^<<0>>/.source,[A]),generic:{pattern:RegExp(D),alias:"class-name",inside:u}}},"type-list":{pattern:h(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source,[S,P,A,B,v.source,k,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:h(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[P,k]),lookbehind:!0,greedy:!0,inside:s.languages.csharp},keyword:v,"class-name":{pattern:RegExp(B),greedy:!0,inside:u},punctuation:/[,()]/}},preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}});var oe=F+"|"+W,Ae=l(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[oe]),re=d(l(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[Ae]),2),xe=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,Q=l(/<<0>>(?:\s*\(<<1>>*\))?/.source,[j,re]);s.languages.insertBefore("csharp","class-name",{attribute:{pattern:h(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[xe,Q]),lookbehind:!0,greedy:!0,inside:{target:{pattern:h(/^<<0>>(?=\s*:)/.source,[xe]),alias:"keyword"},"attribute-arguments":{pattern:h(/\(<<0>>*\)/.source,[re]),inside:s.languages.csharp},"class-name":{pattern:RegExp(j),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var K=/:[^}\r\n]+/.source,G=d(l(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[Ae]),2),ie=l(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[G,K]),Z=d(l(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<<self>>*\)/.source,[oe]),2),pe=l(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[Z,K]);function ne(V,Y){return{interpolation:{pattern:h(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[V]),lookbehind:!0,inside:{"format-string":{pattern:h(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[Y,K]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:s.languages.csharp}}},string:/[\s\S]+/}}s.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:h(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[ie]),lookbehind:!0,greedy:!0,inside:ne(ie,G)},{pattern:h(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[pe]),lookbehind:!0,greedy:!0,inside:ne(pe,Z)}],char:{pattern:RegExp(W),greedy:!0}}),s.languages.dotnet=s.languages.cs=s.languages.csharp})(o),(function(s){s.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var l={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(l).forEach(function(h){var d=l[h],m=[];/^\w+$/.test(h)||m.push(/\w+/.exec(h)[0]),h==="diff"&&m.push("bold"),s.languages.diff[h]={pattern:RegExp("^(?:["+d+`].*(?:\r
2
2
  ?|
3
- |(?![\\s\\S])))+`,"m"),alias:m,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(h)[0]}}}}),Object.defineProperty(s.languages.diff,"PREFIXES",{value:l})})(o),o.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},o.languages.webmanifest=o.languages.json,(function(s){var l=s.languages.powershell={"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0},comment:[{pattern:/(^|[^`])<#[\s\S]*?#>/,lookbehind:!0},{pattern:/(^|[^`])#.*/,lookbehind:!0}],string:[{pattern:/"(?:`[\s\S]|[^`"])*"/,greedy:!0,inside:{function:{pattern:/(^|[^`])\$\((?:\$\(.*?\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:{}},"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0}}},{pattern:/'(?:[^']|'')*'/,greedy:!0}],namespace:/\[[a-z](?:\[(?:\[[^\]]*\]|[^\[\]])*\]|[^\[\]])*\]/i,boolean:/\$(?:false|true)\b/i,variable:/\$\w+\b/,function:[/\b(?:Add|Approve|Assert|Backup|Block|Checkpoint|Clear|Close|Compare|Complete|Compress|Confirm|Connect|Convert|ConvertFrom|ConvertTo|Copy|Debug|Deny|Disable|Disconnect|Dismount|Edit|Enable|Enter|Exit|Expand|Export|Find|ForEach|Format|Get|Grant|Group|Hide|Import|Initialize|Install|Invoke|Join|Limit|Lock|Measure|Merge|Move|New|Open|Optimize|Out|Ping|Pop|Protect|Publish|Push|Read|Receive|Redo|Register|Remove|Rename|Repair|Request|Reset|Resize|Resolve|Restart|Restore|Resume|Revoke|Save|Search|Select|Send|Set|Show|Skip|Sort|Split|Start|Step|Stop|Submit|Suspend|Switch|Sync|Tee|Test|Trace|Unblock|Undo|Uninstall|Unlock|Unprotect|Unpublish|Unregister|Update|Use|Wait|Watch|Where|Write)-[a-z]+\b/i,/\b(?:ac|cat|chdir|clc|cli|clp|clv|compare|copy|cp|cpi|cpp|cvpa|dbp|del|diff|dir|ebp|echo|epal|epcsv|epsn|erase|fc|fl|ft|fw|gal|gbp|gc|gci|gcs|gdr|gi|gl|gm|gp|gps|group|gsv|gu|gv|gwmi|iex|ii|ipal|ipcsv|ipsn|irm|iwmi|iwr|kill|lp|ls|measure|mi|mount|move|mp|mv|nal|ndr|ni|nv|ogv|popd|ps|pushd|pwd|rbp|rd|rdr|ren|ri|rm|rmdir|rni|rnp|rp|rv|rvpa|rwmi|sal|saps|sasv|sbp|sc|select|set|shcm|si|sl|sleep|sls|sort|sp|spps|spsv|start|sv|swmi|tee|trcm|type|write)\b/i],keyword:/\b(?:Begin|Break|Catch|Class|Continue|Data|Define|Do|DynamicParam|Else|ElseIf|End|Exit|Filter|Finally|For|ForEach|From|Function|If|InlineScript|Parallel|Param|Process|Return|Sequence|Switch|Throw|Trap|Try|Until|Using|Var|While|Workflow)\b/i,operator:{pattern:/(^|\W)(?:!|-(?:b?(?:and|x?or)|as|(?:Not)?(?:Contains|In|Like|Match)|eq|ge|gt|is(?:Not)?|Join|le|lt|ne|not|Replace|sh[lr])\b|-[-=]?|\+[+=]?|[*\/%]=?)/i,lookbehind:!0},punctuation:/[|{}[\];(),.]/};l.string[0].inside={function:{pattern:/(^|[^`])\$\((?:\$\([^\r\n()]*\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:l},boolean:l.boolean,variable:l.variable}})(o),(function(s){s.languages.puppet={heredoc:[{pattern:/(@\("([^"\r\n\/):]+)"(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r(?!\n)))*?[ \t]*(?:\|[ \t]*)?(?:-[ \t]*)?\2/,lookbehind:!0,alias:"string",inside:{punctuation:/(?=\S).*\S(?= *$)/}},{pattern:/(@\(([^"\r\n\/):]+)(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r(?!\n)))*?[ \t]*(?:\|[ \t]*)?(?:-[ \t]*)?\2/,lookbehind:!0,greedy:!0,alias:"string",inside:{punctuation:/(?=\S).*\S(?= *$)/}},{pattern:/@\("?(?:[^"\r\n\/):]+)"?(?:\/[nrts$uL]*)?\)/,alias:"string",inside:{punctuation:{pattern:/(\().+?(?=\))/,lookbehind:!0}}}],"multiline-comment":{pattern:/(^|[^\\])\/\*[\s\S]*?\*\//,lookbehind:!0,greedy:!0,alias:"comment"},regex:{pattern:/((?:\bnode\s+|[~=\(\[\{,]\s*|[=+]>\s*|^\s*))\/(?:[^\/\\]|\\[\s\S])+\/(?:[imx]+\b|\B)/,lookbehind:!0,greedy:!0,inside:{"extended-regex":{pattern:/^\/(?:[^\/\\]|\\[\s\S])+\/[im]*x[im]*$/,inside:{comment:/#.*/}}}},comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},string:{pattern:/(["'])(?:\$\{(?:[^'"}]|(["'])(?:(?!\2)[^\\]|\\[\s\S])*\2)+\}|\$(?!\{)|(?!\1)[^\\$]|\\[\s\S])*\1/,greedy:!0,inside:{"double-quoted":{pattern:/^"[\s\S]*"$/,inside:{}}}},variable:{pattern:/\$(?:::)?\w+(?:::\w+)*/,inside:{punctuation:/::/}},"attr-name":/(?:\b\w+|\*)(?=\s*=>)/,function:[{pattern:/(\.)(?!\d)\w+/,lookbehind:!0},/\b(?:contain|debug|err|fail|include|info|notice|realize|require|tag|warning)\b|\b(?!\d)\w+(?=\()/],number:/\b(?:0x[a-f\d]+|\d+(?:\.\d+)?(?:e-?\d+)?)\b/i,boolean:/\b(?:false|true)\b/,keyword:/\b(?:application|attr|case|class|consumes|default|define|else|elsif|function|if|import|inherits|node|private|produces|type|undef|unless)\b/,datatype:{pattern:/\b(?:Any|Array|Boolean|Callable|Catalogentry|Class|Collection|Data|Default|Enum|Float|Hash|Integer|NotUndef|Numeric|Optional|Pattern|Regexp|Resource|Runtime|Scalar|String|Struct|Tuple|Type|Undef|Variant)\b/,alias:"symbol"},operator:/=[=~>]?|![=~]?|<(?:<\|?|[=~|-])?|>[>=]?|->?|~>|\|>?>?|[*\/%+?]|\b(?:and|in|or)\b/,punctuation:/[\[\]{}().,;]|:+/};var l=[{pattern:/(^|[^\\])\$\{(?:[^'"{}]|\{[^}]*\}|(["'])(?:(?!\2)[^\\]|\\[\s\S])*\2)+\}/,lookbehind:!0,inside:{"short-variable":{pattern:/(^\$\{)(?!\w+\()(?:::)?\w+(?:::\w+)*/,lookbehind:!0,alias:"variable",inside:{punctuation:/::/}},delimiter:{pattern:/^\$/,alias:"variable"},rest:s.languages.puppet}},{pattern:/(^|[^\\])\$(?:::)?\w+(?:::\w+)*/,lookbehind:!0,alias:"variable",inside:{punctuation:/::/}}];s.languages.puppet.heredoc[0].inside.interpolation=l,s.languages.puppet.string.inside["double-quoted"].inside.interpolation=l})(o),o.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},o.languages.python["string-interpolation"].inside.interpolation.inside.rest=o.languages.python,o.languages.py=o.languages.python,(function(s){s.languages.ruby=s.languages.extend("clike",{comment:{pattern:/#.*|^=begin\s[\s\S]*?^=end/m,greedy:!0},"class-name":{pattern:/(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,operator:/\.{2,3}|&\.|===|<?=>|[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,punctuation:/[(){}[\].,;]/}),s.languages.insertBefore("ruby","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}});var l={pattern:/((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,lookbehind:!0,inside:{content:{pattern:/^(#\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:s.languages.ruby},delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"}}};delete s.languages.ruby.function;var h="(?:"+[/([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,/\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,/<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source].join("|")+")",d=/(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source;s.languages.insertBefore("ruby","keyword",{"regex-literal":[{pattern:RegExp(/%r/.source+h+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:l,regex:/[\s\S]+/}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:l,regex:/[\s\S]+/}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:[{pattern:RegExp(/(^|[^:]):/.source+d),lookbehind:!0,greedy:!0},{pattern:RegExp(/([\r\n{(,][ \t]*)/.source+d+/(?=:(?!:))/.source),lookbehind:!0,greedy:!0}],"method-definition":{pattern:/(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,lookbehind:!0,inside:{function:/\b\w+$/,keyword:/^self\b/,"class-name":/^\w+/,punctuation:/\./}}}),s.languages.insertBefore("ruby","string",{"string-literal":[{pattern:RegExp(/%[qQiIwWs]?/.source+h),greedy:!0,inside:{interpolation:l,string:/[\s\S]+/}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:l,string:/[\s\S]+/}},{pattern:/<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?/}},interpolation:l,string:/[\s\S]+/}},{pattern:/<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?'|'$/}},string:/[\s\S]+/}}],"command-literal":[{pattern:RegExp(/%x/.source+h),greedy:!0,inside:{interpolation:l,command:{pattern:/[\s\S]+/,alias:"string"}}},{pattern:/`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,greedy:!0,inside:{interpolation:l,command:{pattern:/[\s\S]+/,alias:"string"}}}]}),delete s.languages.ruby.string,s.languages.insertBefore("ruby","number",{builtin:/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,constant:/\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/}),s.languages.rb=s.languages.ruby})(o),o.languages.scss=o.languages.extend("css",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},atrule:{pattern:/@[\w-](?:\([^()]+\)|[^()\s]|\s+(?!\s))*?(?=\s+[{;])/,inside:{rule:/@[\w-]+/}},url:/(?:[-a-z]+-)?url(?=\()/i,selector:{pattern:/(?=\S)[^@;{}()]?(?:[^@;{}()\s]|\s+(?!\s)|#\{\$[-\w]+\})+(?=\s*\{(?:\}|\s|[^}][^:{}]*[:{][^}]))/,inside:{parent:{pattern:/&/,alias:"important"},placeholder:/%[-\w]+/,variable:/\$[-\w]+|#\{\$[-\w]+\}/}},property:{pattern:/(?:[-\w]|\$[-\w]|#\{\$[-\w]+\})+(?=\s*:)/,inside:{variable:/\$[-\w]+|#\{\$[-\w]+\}/}}}),o.languages.insertBefore("scss","atrule",{keyword:[/@(?:content|debug|each|else(?: if)?|extend|for|forward|function|if|import|include|mixin|return|use|warn|while)\b/i,{pattern:/( )(?:from|through)(?= )/,lookbehind:!0}]}),o.languages.insertBefore("scss","important",{variable:/\$[-\w]+|#\{\$[-\w]+\}/}),o.languages.insertBefore("scss","function",{"module-modifier":{pattern:/\b(?:as|hide|show|with)\b/i,alias:"keyword"},placeholder:{pattern:/%[-\w]+/,alias:"selector"},statement:{pattern:/\B!(?:default|optional)\b/i,alias:"keyword"},boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"},operator:{pattern:/(\s)(?:[-+*\/%]|[=!]=|<=?|>=?|and|not|or)(?=\s)/,lookbehind:!0}}),o.languages.scss.atrule.inside.rest=o.languages.scss,(function(s){var l=[/"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/.source,/'[^']*'/.source,/\$'(?:[^'\\]|\\[\s\S])*'/.source,/<<-?\s*(["']?)(\w+)\1\s[\s\S]*?[\r\n]\2/.source].join("|");s.languages["shell-session"]={command:{pattern:RegExp(/^/.source+"(?:"+(/[^\s@:$#%*!/\\]+@[^\r\n@:$#%*!/\\]+(?::[^\0-\x1F$#%*?"<>:;|]+)?/.source+"|"+/[/~.][^\0-\x1F$#%*?"<>@:;|]*/.source)+")?"+/[$#%](?=\s)/.source+/(?:[^\\\r\n \t'"<$]|[ \t](?:(?!#)|#.*$)|\\(?:[^\r]|\r\n?)|\$(?!')|<(?!<)|<<str>>)+/.source.replace(/<<str>>/g,function(){return l}),"m"),greedy:!0,inside:{info:{pattern:/^[^#$%]+/,alias:"punctuation",inside:{user:/^[^\s@:$#%*!/\\]+@[^\r\n@:$#%*!/\\]+/,punctuation:/:/,path:/[\s\S]+/}},bash:{pattern:/(^[$#%]\s*)\S[\s\S]*/,lookbehind:!0,alias:"language-bash",inside:s.languages.bash},"shell-symbol":{pattern:/^[$#%]/,alias:"important"}}},output:/.(?:.*(?:[\r\n]|.$))*/},s.languages["sh-session"]=s.languages.shellsession=s.languages["shell-session"]})(o),(function(s){function l(y,E){s.languages[y]&&s.languages.insertBefore(y,"comment",{"doc-comment":E})}var h=s.languages.markup.tag,d={pattern:/\/\/\/.*/,greedy:!0,alias:"comment",inside:{tag:h}},m={pattern:/'''.*/,greedy:!0,alias:"comment",inside:{tag:h}};l("csharp",d),l("fsharp",d),l("vbnet",m)})(o),(function(s){var l=/[*&][^\s[\]{},]+/,h=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,d="(?:"+h.source+"(?:[ ]+"+l.source+")?|"+l.source+"(?:[ ]+"+h.source+")?)",m=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),y=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function E(v,_){_=(_||"").replace(/m/g,"")+"m";var O=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return d}).replace(/<<value>>/g,function(){return v});return RegExp(O,_)}s.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,function(){return d})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return d}).replace(/<<key>>/g,function(){return"(?:"+m+"|"+y+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:E(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:E(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:E(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:E(y),lookbehind:!0,greedy:!0},number:{pattern:E(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:h,important:l,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},s.languages.yml=s.languages.yaml})(o),(function(s){var l={pattern:/[0-9a-fA-F]{8}[-]?([0-9a-fA-F]{4}[-]?){3}[0-9a-fA-F]{12}/i,alias:"constant"};s.languages["log-file"]={"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0},verbose:[{pattern:/\b(Trace)\b:/i,greedy:!0},{pattern:/\[(verbose|verb|vrb|vb|v)\]/i,greedy:!0}],debug:[{pattern:/\b(DEBUG|Debug)\b|\b(debug)\:/i,greedy:!0},{pattern:/\[(debug|dbug|dbg|de|d)\]/i,greedy:!0}],info:[{pattern:/\b(HINT|INFO|INFORMATION|Info|NOTICE|II)\b | \b(^[^\.\.]+$)\b | \b(info|information)\:/,greedy:!0},{pattern:/\[(information|info|inf|in|i)\]/i,greedy:!0}],warning:[{pattern:/\b(WARNING|WARN|Warn|WW)\b|\b(warning)\:/i,greedy:!0},{pattern:/\[(warning|warn|wrn|wn|w)\]/i,greedy:!0}],error:[{pattern:/\b(ALERT|CRITICAL|EMERGENCY|ERROR|FAILURE|FAIL|Fatal|FATAL|Error|EE)\b|\b(error)\:/i,greedy:!0},{pattern:/\[(error|eror|err|er|e|fatal|fatl|ftl|fa|f)\]/i,greedy:!0}],date:[{pattern:/\b\d{4}-\d{2}-\d{2}(T|\b)/i,greedy:!0},{pattern:/\b\d{2}[^\w\s]\d{2}[^\w\s]\d{4}\b/i,greedy:!0},{pattern:/\d{1,2}:\d{2}(:\d{2}([.,]\d{1,})?)?(Z| ?[+-]\d{1,2}:\d{2})?\b/i,greedy:!0}],guid:l,"text-string":[{pattern:/[a-zA-Z]'[a-zA-Z]/i,greedy:!0},{pattern:/[a-zA-Z]\('[a-zA-Z]/i,greedy:!0}],string:[{pattern:/"[^"]*"/i,greedy:!0,inside:{"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0}}},{pattern:/'[^']*'/i,greedy:!0}],exceptiontype:{pattern:/\b([a-zA-Z.]*Exception)\b/i,greedy:!0},"text-constant":{pattern:/(\\[\w-]+.\w+)/i,greedy:!0},constant:[{pattern:/\b([0-9]+|true|false|null)\b/i,greedy:!0},{pattern:/\b(http|https|ftp|file):\/\S+\b\/?/i,greedy:!0},{pattern:/([\w-]+\.)+([\w-])+(?![\w/\\])/i,greedy:!0}]},s.languages.log=s.languages["log-file"]})(o),(function(){if(typeof o=="undefined"||typeof document=="undefined")return;var s="line-numbers",l=/\n(?!$)/g,h=o.plugins.lineNumbers={getLine:function(E,v){if(!(E.tagName!=="PRE"||!E.classList.contains(s))){var _=E.querySelector(".line-numbers-rows");if(_){var O=parseInt(E.getAttribute("data-start"),10)||1,D=O+(_.children.length-1);v<O&&(v=O),v>D&&(v=D);var C=v-O;return _.children[C]}}},resize:function(E){d([E])},assumeViewportIndependence:!0};function d(E){if(E=E.filter(function(_){var O=m(_),D=O["white-space"];return D==="pre-wrap"||D==="pre-line"}),E.length!=0){var v=E.map(function(_){var O=_.querySelector("code"),D=_.querySelector(".line-numbers-rows");if(!(!O||!D)){var C=_.querySelector(".line-numbers-sizer"),A=O.textContent.split(l);C||(C=document.createElement("span"),C.className="line-numbers-sizer",O.appendChild(C)),C.innerHTML="0",C.style.display="block";var P=C.getBoundingClientRect().height;return C.innerHTML="",{element:_,lines:A,lineHeights:[],oneLinerHeight:P,sizer:C}}}).filter(Boolean);v.forEach(function(_){var O=_.sizer,D=_.lines,C=_.lineHeights,A=_.oneLinerHeight;C[D.length-1]=void 0,D.forEach(function(P,j){if(P&&P.length>1){var w=O.appendChild(document.createElement("span"));w.style.display="block",w.textContent=P}else C[j]=A})}),v.forEach(function(_){for(var O=_.sizer,D=_.lineHeights,C=0,A=0;A<D.length;A++)D[A]===void 0&&(D[A]=O.children[C++].getBoundingClientRect().height)}),v.forEach(function(_){var O=_.sizer,D=_.element.querySelector(".line-numbers-rows");O.style.display="none",O.innerHTML="",_.lineHeights.forEach(function(C,A){D.children[A].style.height=C+"px"})})}}function m(E){return E?window.getComputedStyle?getComputedStyle(E):E.currentStyle||null:null}var y=void 0;window.addEventListener("resize",function(){h.assumeViewportIndependence&&y===window.innerWidth||(y=window.innerWidth,d(Array.prototype.slice.call(document.querySelectorAll("pre."+s))))}),o.hooks.add("complete",function(E){if(E.code){var v=E.element,_=v.parentNode;if(!(!_||!/pre/i.test(_.nodeName))&&!v.querySelector(".line-numbers-rows")&&o.util.isActive(v,s)){v.classList.remove(s),_.classList.add(s);var O=E.code.match(l),D=O?O.length+1:1,C,A=new Array(D+1).join("<span></span>");C=document.createElement("span"),C.setAttribute("aria-hidden","true"),C.className="line-numbers-rows",C.innerHTML=A,_.hasAttribute("data-start")&&(_.style.counterReset="linenumber "+(parseInt(_.getAttribute("data-start"),10)-1)),E.element.appendChild(C),d([_]),o.hooks.run("line-numbers",E)}}}),o.hooks.add("line-numbers",function(E){E.plugins=E.plugins||{},E.plugins.lineNumbers=!0})})(),(function(){if(typeof o=="undefined"||typeof document=="undefined")return;var s=[],l={},h=function(){};o.plugins.toolbar={};var d=o.plugins.toolbar.registerButton=function(E,v){var _;if(typeof v=="function"?_=v:_=function(O){var D;return typeof v.onClick=="function"?(D=document.createElement("button"),D.type="button",D.addEventListener("click",function(){v.onClick.call(this,O)})):typeof v.url=="string"?(D=document.createElement("a"),D.href=v.url):D=document.createElement("span"),v.className&&D.classList.add(v.className),D.textContent=v.text,D},E in l){console.warn('There is a button with the key "'+E+'" registered already.');return}s.push(l[E]=_)};function m(E){for(;E;){var v=E.getAttribute("data-toolbar-order");if(v!=null)return v=v.trim(),v.length?v.split(/\s*,\s*/g):[];E=E.parentElement}}var y=o.plugins.toolbar.hook=function(E){var v=E.element.parentNode;if(!(!v||!/pre/i.test(v.nodeName))&&!v.parentNode.classList.contains("code-toolbar")){var _=document.createElement("div");_.classList.add("code-toolbar"),v.parentNode.insertBefore(_,v),_.appendChild(v);var O=document.createElement("div");O.classList.add("toolbar");var D=s,C=m(E.element);C&&(D=C.map(function(A){return l[A]||h})),D.forEach(function(A){var P=A(E);if(P){var j=document.createElement("div");j.classList.add("toolbar-item"),j.appendChild(P),O.appendChild(j)}}),_.appendChild(O)}};d("label",function(E){var v=E.element.parentNode;if(!(!v||!/pre/i.test(v.nodeName))&&v.hasAttribute("data-label")){var _,O,D=v.getAttribute("data-label");try{O=document.querySelector("template#"+D)}catch(C){}return O?_=O.content:(v.hasAttribute("data-url")?(_=document.createElement("a"),_.href=v.getAttribute("data-url")):_=document.createElement("span"),_.textContent=D),_}}),o.hooks.add("complete",y)})(),(function(){if(typeof o=="undefined"||typeof document=="undefined")return;if(!o.plugins.toolbar){console.warn("Copy to Clipboard plugin loaded before Toolbar plugin.");return}function s(y,E){y.addEventListener("click",function(){h(E)})}function l(y){var E=document.createElement("textarea");E.value=y.getText(),E.style.top="0",E.style.left="0",E.style.position="fixed",document.body.appendChild(E),E.focus(),E.select();try{var v=document.execCommand("copy");setTimeout(function(){v?y.success():y.error()},1)}catch(_){setTimeout(function(){y.error(_)},1)}document.body.removeChild(E)}function h(y){navigator.clipboard?navigator.clipboard.writeText(y.getText()).then(y.success,function(){l(y)}):l(y)}function d(y){window.getSelection().selectAllChildren(y)}function m(y){var E={copy:"Copy","copy-error":"Press Ctrl+C to copy","copy-success":"Copied!","copy-timeout":5e3},v="data-prismjs-";for(var _ in E){for(var O=v+_,D=y;D&&!D.hasAttribute(O);)D=D.parentElement;D&&(E[_]=D.getAttribute(O))}return E}o.plugins.toolbar.registerButton("copy-to-clipboard",function(y){var E=y.element,v=m(E),_=document.createElement("button");_.className="copy-to-clipboard-button",_.setAttribute("type","button");var O=document.createElement("span");return _.appendChild(O),C("copy"),s(_,{getText:function(){return E.textContent},success:function(){C("copy-success"),D()},error:function(){C("copy-error"),setTimeout(function(){d(E)},1),D()}}),_;function D(){setTimeout(function(){C("copy")},v["copy-timeout"])}function C(A){O.textContent=v[A],_.setAttribute("data-copy-state",A)}})})(),(function(){if(typeof o!="undefined"){var s=/^diff-([\w-]+)/i,l=/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/g,h=RegExp(/(?:__|[^\r\n<])*(?:\r\n?|\n|(?:__|[^\r\n<])(?![^\r\n]))/.source.replace(/__/g,function(){return l.source}),"gi"),d=!1;o.hooks.add("before-sanity-check",function(m){var y=m.language;s.test(y)&&!m.grammar&&(m.grammar=o.languages[y]=o.languages.diff)}),o.hooks.add("before-tokenize",function(m){!d&&!o.languages.diff&&!o.plugins.autoloader&&(d=!0,console.warn("Prism's Diff Highlight plugin requires the Diff language definition (prism-diff.js).Make sure the language definition is loaded or use Prism's Autoloader plugin."));var y=m.language;s.test(y)&&!o.languages[y]&&(o.languages[y]=o.languages.diff)}),o.hooks.add("wrap",function(m){var y,E;if(m.language!=="diff"){var v=s.exec(m.language);if(!v)return;y=v[1],E=o.languages[y]}var _=o.languages.diff&&o.languages.diff.PREFIXES;if(_&&m.type in _){var O=m.content.replace(l,""),D=O.replace(/&lt;/g,"<").replace(/&amp;/g,"&"),C=D.replace(/(^|[\r\n])./g,"$1"),A;E?A=o.highlight(C,E,y):A=o.util.encode(C);var P=new o.Token("prefix",_[m.type],[/\w+/.exec(m.type)[0]]),j=o.Token.stringify(P,m.language),w=[],S;for(h.lastIndex=0;S=h.exec(A);)w.push(j+S[0]);/(?:^|[\r\n]).$/.test(D)&&w.push(j),m.content=w.join(""),E&&m.classes.push("language-"+y)}})}})()}}),Nu=Mr({"node_modules/clipboard/dist/clipboard.js"(t,n){(function(o,s){typeof t=="object"&&typeof n=="object"?n.exports=s():typeof define=="function"&&define.amd?define([],s):typeof t=="object"?t.ClipboardJS=s():o.ClipboardJS=s()})(t,function(){return(function(){var r={686:(function(l,h,d){"use strict";d.d(h,{default:function(){return pe}});var m=d(279),y=d.n(m),E=d(370),v=d.n(E),_=d(817),O=d.n(_);function D(ne){try{return document.execCommand(ne)}catch(V){return!1}}var C=function(V){var Y=O()(V);return D("cut"),Y},A=C;function P(ne){var V=document.documentElement.getAttribute("dir")==="rtl",Y=document.createElement("textarea");Y.style.fontSize="12pt",Y.style.border="0",Y.style.padding="0",Y.style.margin="0",Y.style.position="absolute",Y.style[V?"right":"left"]="-9999px";var ee=window.pageYOffset||document.documentElement.scrollTop;return Y.style.top="".concat(ee,"px"),Y.setAttribute("readonly",""),Y.value=ne,Y}var j=function(V,Y){var ee=P(V);Y.container.appendChild(ee);var ce=O()(ee);return D("copy"),ee.remove(),ce},w=function(V){var Y=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body},ee="";return typeof V=="string"?ee=j(V,Y):V instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(V==null?void 0:V.type)?ee=j(V.value,Y):(ee=O()(V),D("copy")),ee},S=w;function L(ne){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?L=function(Y){return typeof Y}:L=function(Y){return Y&&typeof Symbol=="function"&&Y.constructor===Symbol&&Y!==Symbol.prototype?"symbol":typeof Y},L(ne)}var M=function(){var V=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},Y=V.action,ee=Y===void 0?"copy":Y,ce=V.container,le=V.target,Ue=V.text;if(ee!=="copy"&&ee!=="cut")throw new Error('Invalid "action" value, use either "copy" or "cut"');if(le!==void 0)if(le&&L(le)==="object"&&le.nodeType===1){if(ee==="copy"&&le.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if(ee==="cut"&&(le.hasAttribute("readonly")||le.hasAttribute("disabled")))throw new Error(`Invalid "target" attribute. You can't cut text from elements with "readonly" or "disabled" attributes`)}else throw new Error('Invalid "target" value, use a valid Element');if(Ue)return S(Ue,{container:ce});if(le)return ee==="cut"?A(le):S(le,{container:ce})},B=M;function u(ne){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?u=function(Y){return typeof Y}:u=function(Y){return Y&&typeof Symbol=="function"&&Y.constructor===Symbol&&Y!==Symbol.prototype?"symbol":typeof Y},u(ne)}function W(ne,V){if(!(ne instanceof V))throw new TypeError("Cannot call a class as a function")}function F(ne,V){for(var Y=0;Y<V.length;Y++){var ee=V[Y];ee.enumerable=ee.enumerable||!1,ee.configurable=!0,"value"in ee&&(ee.writable=!0),Object.defineProperty(ne,ee.key,ee)}}function X(ne,V,Y){return V&&F(ne.prototype,V),Y&&F(ne,Y),ne}function oe(ne,V){if(typeof V!="function"&&V!==null)throw new TypeError("Super expression must either be null or a function");ne.prototype=Object.create(V&&V.prototype,{constructor:{value:ne,writable:!0,configurable:!0}}),V&&Ae(ne,V)}function Ae(ne,V){return Ae=Object.setPrototypeOf||function(ee,ce){return ee.__proto__=ce,ee},Ae(ne,V)}function re(ne){var V=K();return function(){var ee=G(ne),ce;if(V){var le=G(this).constructor;ce=Reflect.construct(ee,arguments,le)}else ce=ee.apply(this,arguments);return xe(this,ce)}}function xe(ne,V){return V&&(u(V)==="object"||typeof V=="function")?V:Q(ne)}function Q(ne){if(ne===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return ne}function K(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(ne){return!1}}function G(ne){return G=Object.setPrototypeOf?Object.getPrototypeOf:function(Y){return Y.__proto__||Object.getPrototypeOf(Y)},G(ne)}function ie(ne,V){var Y="data-clipboard-".concat(ne);if(V.hasAttribute(Y))return V.getAttribute(Y)}var Z=(function(ne){oe(Y,ne);var V=re(Y);function Y(ee,ce){var le;return W(this,Y),le=V.call(this),le.resolveOptions(ce),le.listenClick(ee),le}return X(Y,[{key:"resolveOptions",value:function(){var ce=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.action=typeof ce.action=="function"?ce.action:this.defaultAction,this.target=typeof ce.target=="function"?ce.target:this.defaultTarget,this.text=typeof ce.text=="function"?ce.text:this.defaultText,this.container=u(ce.container)==="object"?ce.container:document.body}},{key:"listenClick",value:function(ce){var le=this;this.listener=v()(ce,"click",function(Ue){return le.onClick(Ue)})}},{key:"onClick",value:function(ce){var le=ce.delegateTarget||ce.currentTarget,Ue=this.action(le)||"copy",Ye=B({action:Ue,container:this.container,target:this.target(le),text:this.text(le)});this.emit(Ye?"success":"error",{action:Ue,text:Ye,trigger:le,clearSelection:function(){le&&le.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(ce){return ie("action",ce)}},{key:"defaultTarget",value:function(ce){var le=ie("target",ce);if(le)return document.querySelector(le)}},{key:"defaultText",value:function(ce){return ie("text",ce)}},{key:"destroy",value:function(){this.listener.destroy()}}],[{key:"copy",value:function(ce){var le=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body};return S(ce,le)}},{key:"cut",value:function(ce){return A(ce)}},{key:"isSupported",value:function(){var ce=arguments.length>0&&arguments[0]!==void 0?arguments[0]:["copy","cut"],le=typeof ce=="string"?[ce]:ce,Ue=!!document.queryCommandSupported;return le.forEach(function(Ye){Ue=Ue&&!!document.queryCommandSupported(Ye)}),Ue}}]),Y})(y()),pe=Z}),828:(function(l){var h=9;if(typeof Element!="undefined"&&!Element.prototype.matches){var d=Element.prototype;d.matches=d.matchesSelector||d.mozMatchesSelector||d.msMatchesSelector||d.oMatchesSelector||d.webkitMatchesSelector}function m(y,E){for(;y&&y.nodeType!==h;){if(typeof y.matches=="function"&&y.matches(E))return y;y=y.parentNode}}l.exports=m}),438:(function(l,h,d){var m=d(828);function y(_,O,D,C,A){var P=v.apply(this,arguments);return _.addEventListener(D,P,A),{destroy:function(){_.removeEventListener(D,P,A)}}}function E(_,O,D,C,A){return typeof _.addEventListener=="function"?y.apply(null,arguments):typeof D=="function"?y.bind(null,document).apply(null,arguments):(typeof _=="string"&&(_=document.querySelectorAll(_)),Array.prototype.map.call(_,function(P){return y(P,O,D,C,A)}))}function v(_,O,D,C){return function(A){A.delegateTarget=m(A.target,O),A.delegateTarget&&C.call(_,A)}}l.exports=E}),879:(function(l,h){h.node=function(d){return d!==void 0&&d instanceof HTMLElement&&d.nodeType===1},h.nodeList=function(d){var m=Object.prototype.toString.call(d);return d!==void 0&&(m==="[object NodeList]"||m==="[object HTMLCollection]")&&"length"in d&&(d.length===0||h.node(d[0]))},h.string=function(d){return typeof d=="string"||d instanceof String},h.fn=function(d){var m=Object.prototype.toString.call(d);return m==="[object Function]"}}),370:(function(l,h,d){var m=d(879),y=d(438);function E(D,C,A){if(!D&&!C&&!A)throw new Error("Missing required arguments");if(!m.string(C))throw new TypeError("Second argument must be a String");if(!m.fn(A))throw new TypeError("Third argument must be a Function");if(m.node(D))return v(D,C,A);if(m.nodeList(D))return _(D,C,A);if(m.string(D))return O(D,C,A);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}function v(D,C,A){return D.addEventListener(C,A),{destroy:function(){D.removeEventListener(C,A)}}}function _(D,C,A){return Array.prototype.forEach.call(D,function(P){P.addEventListener(C,A)}),{destroy:function(){Array.prototype.forEach.call(D,function(P){P.removeEventListener(C,A)})}}}function O(D,C,A){return y(document.body,D,C,A)}l.exports=E}),817:(function(l){function h(d){var m;if(d.nodeName==="SELECT")d.focus(),m=d.value;else if(d.nodeName==="INPUT"||d.nodeName==="TEXTAREA"){var y=d.hasAttribute("readonly");y||d.setAttribute("readonly",""),d.select(),d.setSelectionRange(0,d.value.length),y||d.removeAttribute("readonly"),m=d.value}else{d.hasAttribute("contenteditable")&&d.focus();var E=window.getSelection(),v=document.createRange();v.selectNodeContents(d),E.removeAllRanges(),E.addRange(v),m=E.toString()}return m}l.exports=h}),279:(function(l){function h(){}h.prototype={on:function(d,m,y){var E=this.e||(this.e={});return(E[d]||(E[d]=[])).push({fn:m,ctx:y}),this},once:function(d,m,y){var E=this;function v(){E.off(d,v),m.apply(y,arguments)}return v._=m,this.on(d,v,y)},emit:function(d){var m=[].slice.call(arguments,1),y=((this.e||(this.e={}))[d]||[]).slice(),E=0,v=y.length;for(E;E<v;E++)y[E].fn.apply(y[E].ctx,m);return this},off:function(d,m){var y=this.e||(this.e={}),E=y[d],v=[];if(E&&m)for(var _=0,O=E.length;_<O;_++)E[_].fn!==m&&E[_].fn._!==m&&v.push(E[_]);return v.length?y[d]=v:delete y[d],this}},l.exports=h,l.exports.TinyEmitter=h})},o={};function s(l){if(o[l])return o[l].exports;var h=o[l]={exports:{}};return r[l](h,h.exports,s),h.exports}return(function(){s.n=function(l){var h=l&&l.__esModule?(function(){return l.default}):(function(){return l});return s.d(h,{a:h}),h}})(),(function(){s.d=function(l,h){for(var d in h)s.o(h,d)&&!s.o(l,d)&&Object.defineProperty(l,d,{enumerable:!0,get:h[d]})}})(),(function(){s.o=function(l,h){return Object.prototype.hasOwnProperty.call(l,h)}})(),s(686)})().default})}}),Lu=Mr({"node_modules/anchor-js/anchor.js"(t,n){(function(r,o){"use strict";typeof define=="function"&&define.amd?define([],o):typeof n=="object"&&n.exports?n.exports=o():(r.AnchorJS=o(),r.anchors=new r.AnchorJS)})(globalThis,function(){"use strict";function r(o){this.options=o||{},this.elements=[];function s(d){d.icon=Object.prototype.hasOwnProperty.call(d,"icon")?d.icon:"\uE9CB",d.visible=Object.prototype.hasOwnProperty.call(d,"visible")?d.visible:"hover",d.placement=Object.prototype.hasOwnProperty.call(d,"placement")?d.placement:"right",d.ariaLabel=Object.prototype.hasOwnProperty.call(d,"ariaLabel")?d.ariaLabel:"Anchor",d.class=Object.prototype.hasOwnProperty.call(d,"class")?d.class:"",d.base=Object.prototype.hasOwnProperty.call(d,"base")?d.base:"",d.truncate=Object.prototype.hasOwnProperty.call(d,"truncate")?Math.floor(d.truncate):64,d.titleText=Object.prototype.hasOwnProperty.call(d,"titleText")?d.titleText:""}s(this.options),this.add=function(d){var m,y,E,v,_,O,D,C,A,P,j,w=[];if(s(this.options),d||(d="h2, h3, h4, h5, h6"),m=l(d),m.length===0)return this;for(h(),y=document.querySelectorAll("[id]"),E=[].map.call(y,function(S){return S.id}),_=0;_<m.length;_++){if(this.hasAnchorJSLink(m[_])){w.push(_);continue}if(m[_].hasAttribute("id"))v=m[_].getAttribute("id");else if(m[_].hasAttribute("data-anchor-id"))v=m[_].getAttribute("data-anchor-id");else{C=this.urlify(m[_].textContent),A=C,D=0;do O!==void 0&&(A=C+"-"+D),O=E.indexOf(A),D+=1;while(O!==-1);O=void 0,E.push(A),m[_].setAttribute("id",A),v=A}P=document.createElement("a"),P.className="anchorjs-link "+this.options.class,P.setAttribute("aria-label",this.options.ariaLabel),P.setAttribute("data-anchorjs-icon",this.options.icon),this.options.titleText&&(P.title=this.options.titleText),j=document.querySelector("base")?window.location.pathname+window.location.search:"",j=this.options.base||j,P.href=j+"#"+v,this.options.visible==="always"&&(P.style.opacity="1"),this.options.icon==="\uE9CB"&&(P.style.font="1em/1 anchorjs-icons",this.options.placement==="left"&&(P.style.lineHeight="inherit")),this.options.placement==="left"?(P.style.position="absolute",P.style.marginLeft="-1.25em",P.style.paddingRight=".25em",P.style.paddingLeft=".25em",m[_].insertBefore(P,m[_].firstChild)):(P.style.marginLeft=".1875em",P.style.paddingRight=".1875em",P.style.paddingLeft=".1875em",m[_].appendChild(P))}for(_=0;_<w.length;_++)m.splice(w[_]-_,1);return this.elements=this.elements.concat(m),this},this.remove=function(d){for(var m,y,E=l(d),v=0;v<E.length;v++)y=E[v].querySelector(".anchorjs-link"),y&&(m=this.elements.indexOf(E[v]),m!==-1&&this.elements.splice(m,1),E[v].removeChild(y));return this},this.removeAll=function(){this.remove(this.elements)},this.urlify=function(d){var m=document.createElement("textarea");m.innerHTML=d,d=m.value;var y=/[& +$,:;=?@"#{}|^~[`%!'<>\]./()*\\\n\t\b\v\u00A0]/g;return this.options.truncate||s(this.options),d.trim().replace(/'/gi,"").replace(y,"-").replace(/-{2,}/g,"-").substring(0,this.options.truncate).replace(/^-+|-+$/gm,"").toLowerCase()},this.hasAnchorJSLink=function(d){var m=d.firstChild&&(" "+d.firstChild.className+" ").indexOf(" anchorjs-link ")>-1,y=d.lastChild&&(" "+d.lastChild.className+" ").indexOf(" anchorjs-link ")>-1;return m||y||!1};function l(d){var m;if(typeof d=="string"||d instanceof String)m=[].slice.call(document.querySelectorAll(d));else if(Array.isArray(d)||d instanceof NodeList)m=[].slice.call(d);else throw new TypeError("The selector provided to AnchorJS was invalid.");return m}function h(){if(document.head.querySelector("style.anchorjs")===null){var d=document.createElement("style"),m=".anchorjs-link{opacity:0;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}",y=":hover>.anchorjs-link,.anchorjs-link:focus{opacity:1}",E='@font-face{font-family:anchorjs-icons;src:url(data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x5ZlQCcfwAAAH4AAABCGhlYWQHFvHyAAAAvAAAADZoaGVhBnACFwAAAPQAAAAkaG10eASAADEAAAGYAAAADGxvY2EACACEAAAB8AAAAAhtYXhwAAYAVwAAARgAAAAgbmFtZQGOH9cAAAMAAAAAunBvc3QAAwAAAAADvAAAACAAAQAAAAEAAHzE2p9fDzz1AAkEAAAAAADRecUWAAAAANQA6R8AAAAAAoACwAAAAAgAAgAAAAAAAAABAAADwP/AAAACgAAA/9MCrQABAAAAAAAAAAAAAAAAAAAAAwABAAAAAwBVAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAMCQAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAg//0DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAAIAAAACgAAxAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADAAAAAIAAgAAgAAACDpy//9//8AAAAg6cv//f///+EWNwADAAEAAAAAAAAAAAAAAAAACACEAAEAAAAAAAAAAAAAAAAxAAACAAQARAKAAsAAKwBUAAABIiYnJjQ3NzY2MzIWFxYUBwcGIicmNDc3NjQnJiYjIgYHBwYUFxYUBwYGIwciJicmNDc3NjIXFhQHBwYUFxYWMzI2Nzc2NCcmNDc2MhcWFAcHBgYjARQGDAUtLXoWOR8fORYtLTgKGwoKCjgaGg0gEhIgDXoaGgkJBQwHdR85Fi0tOAobCgoKOBoaDSASEiANehoaCQkKGwotLXoWOR8BMwUFLYEuehYXFxYugC44CQkKGwo4GkoaDQ0NDXoaShoKGwoFBe8XFi6ALjgJCQobCjgaShoNDQ0NehpKGgobCgoKLYEuehYXAAAADACWAAEAAAAAAAEACAAAAAEAAAAAAAIAAwAIAAEAAAAAAAMACAAAAAEAAAAAAAQACAAAAAEAAAAAAAUAAQALAAEAAAAAAAYACAAAAAMAAQQJAAEAEAAMAAMAAQQJAAIABgAcAAMAAQQJAAMAEAAMAAMAAQQJAAQAEAAMAAMAAQQJAAUAAgAiAAMAAQQJAAYAEAAMYW5jaG9yanM0MDBAAGEAbgBjAGgAbwByAGoAcwA0ADAAMABAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP) format("truetype")}',v="[data-anchorjs-icon]::after{content:attr(data-anchorjs-icon)}",_;d.className="anchorjs",d.appendChild(document.createTextNode("")),_=document.head.querySelector('[rel="stylesheet"],style'),_===void 0?document.head.appendChild(d):document.head.insertBefore(d,_),d.sheet.insertRule(m,d.sheet.cssRules.length),d.sheet.insertRule(y,d.sheet.cssRules.length),d.sheet.insertRule(v,d.sheet.cssRules.length),d.sheet.insertRule(E,d.sheet.cssRules.length)}}}return r})}}),Ru=Mr({"node_modules/jquery/dist/jquery.js"(t,n){(function(r,o){"use strict";typeof n=="object"&&typeof n.exports=="object"?n.exports=r.document?o(r,!0):function(s){if(!s.document)throw new Error("jQuery requires a window with a document");return o(s)}:o(r)})(typeof window!="undefined"?window:t,function(r,o){"use strict";var s=[],l=Object.getPrototypeOf,h=s.slice,d=s.flat?function(e){return s.flat.call(e)}:function(e){return s.concat.apply([],e)},m=s.push,y=s.indexOf,E={},v=E.toString,_=E.hasOwnProperty,O=_.toString,D=O.call(Object),C={},A=function(i){return typeof i=="function"&&typeof i.nodeType!="number"&&typeof i.item!="function"},P=function(i){return i!=null&&i===i.window},j=r.document,w={type:!0,src:!0,nonce:!0,noModule:!0};function S(e,i,a){a=a||j;var c,f,p=a.createElement("script");if(p.text=e,i)for(c in w)f=i[c]||i.getAttribute&&i.getAttribute(c),f&&p.setAttribute(c,f);a.head.appendChild(p).parentNode.removeChild(p)}function L(e){return e==null?e+"":typeof e=="object"||typeof e=="function"?E[v.call(e)]||"object":typeof e}var M="3.7.1",B=/HTML$/i,u=function(e,i){return new u.fn.init(e,i)};u.fn=u.prototype={jquery:M,constructor:u,length:0,toArray:function(){return h.call(this)},get:function(e){return e==null?h.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var i=u.merge(this.constructor(),e);return i.prevObject=this,i},each:function(e){return u.each(this,e)},map:function(e){return this.pushStack(u.map(this,function(i,a){return e.call(i,a,i)}))},slice:function(){return this.pushStack(h.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(u.grep(this,function(e,i){return(i+1)%2}))},odd:function(){return this.pushStack(u.grep(this,function(e,i){return i%2}))},eq:function(e){var i=this.length,a=+e+(e<0?i:0);return this.pushStack(a>=0&&a<i?[this[a]]:[])},end:function(){return this.prevObject||this.constructor()},push:m,sort:s.sort,splice:s.splice},u.extend=u.fn.extend=function(){var e,i,a,c,f,p,g=arguments[0]||{},k=1,x=arguments.length,N=!1;for(typeof g=="boolean"&&(N=g,g=arguments[k]||{},k++),typeof g!="object"&&!A(g)&&(g={}),k===x&&(g=this,k--);k<x;k++)if((e=arguments[k])!=null)for(i in e)c=e[i],!(i==="__proto__"||g===c)&&(N&&c&&(u.isPlainObject(c)||(f=Array.isArray(c)))?(a=g[i],f&&!Array.isArray(a)?p=[]:!f&&!u.isPlainObject(a)?p={}:p=a,f=!1,g[i]=u.extend(N,p,c)):c!==void 0&&(g[i]=c));return g},u.extend({expando:"jQuery"+(M+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var i,a;return!e||v.call(e)!=="[object Object]"?!1:(i=l(e),i?(a=_.call(i,"constructor")&&i.constructor,typeof a=="function"&&O.call(a)===D):!0)},isEmptyObject:function(e){var i;for(i in e)return!1;return!0},globalEval:function(e,i,a){S(e,{nonce:i&&i.nonce},a)},each:function(e,i){var a,c=0;if(W(e))for(a=e.length;c<a&&i.call(e[c],c,e[c])!==!1;c++);else for(c in e)if(i.call(e[c],c,e[c])===!1)break;return e},text:function(e){var i,a="",c=0,f=e.nodeType;if(!f)for(;i=e[c++];)a+=u.text(i);return f===1||f===11?e.textContent:f===9?e.documentElement.textContent:f===3||f===4?e.nodeValue:a},makeArray:function(e,i){var a=i||[];return e!=null&&(W(Object(e))?u.merge(a,typeof e=="string"?[e]:e):m.call(a,e)),a},inArray:function(e,i,a){return i==null?-1:y.call(i,e,a)},isXMLDoc:function(e){var i=e&&e.namespaceURI,a=e&&(e.ownerDocument||e).documentElement;return!B.test(i||a&&a.nodeName||"HTML")},merge:function(e,i){for(var a=+i.length,c=0,f=e.length;c<a;c++)e[f++]=i[c];return e.length=f,e},grep:function(e,i,a){for(var c,f=[],p=0,g=e.length,k=!a;p<g;p++)c=!i(e[p],p),c!==k&&f.push(e[p]);return f},map:function(e,i,a){var c,f,p=0,g=[];if(W(e))for(c=e.length;p<c;p++)f=i(e[p],p,a),f!=null&&g.push(f);else for(p in e)f=i(e[p],p,a),f!=null&&g.push(f);return d(g)},guid:1,support:C}),typeof Symbol=="function"&&(u.fn[Symbol.iterator]=s[Symbol.iterator]),u.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,i){E["[object "+i+"]"]=i.toLowerCase()});function W(e){var i=!!e&&"length"in e&&e.length,a=L(e);return A(e)||P(e)?!1:a==="array"||i===0||typeof i=="number"&&i>0&&i-1 in e}function F(e,i){return e.nodeName&&e.nodeName.toLowerCase()===i.toLowerCase()}var X=s.pop,oe=s.sort,Ae=s.splice,re="[\\x20\\t\\r\\n\\f]",xe=new RegExp("^"+re+"+|((?:^|[^\\\\])(?:\\\\.)*)"+re+"+$","g");u.contains=function(e,i){var a=i&&i.parentNode;return e===a||!!(a&&a.nodeType===1&&(e.contains?e.contains(a):e.compareDocumentPosition&&e.compareDocumentPosition(a)&16))};var Q=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function K(e,i){return i?e==="\0"?"\uFFFD":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e}u.escapeSelector=function(e){return(e+"").replace(Q,K)};var G=j,ie=m;(function(){var e,i,a,c,f,p=ie,g,k,x,N,$,z=u.expando,q=0,J=0,ye=fi(),Ie=fi(),we=fi(),it=fi(),Ze=function(b,I){return b===I&&(f=!0),0},Ht="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",Ft="(?:\\\\[\\da-fA-F]{1,6}"+re+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",Te="\\["+re+"*("+Ft+")(?:"+re+"*([*^$|!~]?=)"+re+`*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(`+Ft+"))|)"+re+"*\\]",An=":("+Ft+`)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|`+Te+")*)|.*)\\)|)",Pe=new RegExp(re+"+","g"),Qe=new RegExp("^"+re+"*,"+re+"*"),Lr=new RegExp("^"+re+"*([>+~]|"+re+")"+re+"*"),io=new RegExp(re+"|>"),$t=new RegExp(An),Rr=new RegExp("^"+Ft+"$"),Bt={ID:new RegExp("^#("+Ft+")"),CLASS:new RegExp("^\\.("+Ft+")"),TAG:new RegExp("^("+Ft+"|[*])"),ATTR:new RegExp("^"+Te),PSEUDO:new RegExp("^"+An),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+re+"*(even|odd|(([+-]|)(\\d*)n|)"+re+"*(?:([+-]|)"+re+"*(\\d+)|))"+re+"*\\)|)","i"),bool:new RegExp("^(?:"+Ht+")$","i"),needsContext:new RegExp("^"+re+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+re+"*((?:-\\d)?\\d*)"+re+"*\\)|)(?=[^-]|$)","i")},an=/^(?:input|select|textarea|button)$/i,un=/^h\d$/i,Ot=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,oo=/[+~]/,Yt=new RegExp("\\\\[\\da-fA-F]{1,6}"+re+"?|\\\\([^\\r\\n\\f])","g"),Xt=function(b,I){var R="0x"+b.slice(1)-65536;return I||(R<0?String.fromCharCode(R+65536):String.fromCharCode(R>>10|55296,R&1023|56320))},al=function(){sn()},ul=di(function(b){return b.disabled===!0&&F(b,"fieldset")},{dir:"parentNode",next:"legend"});function sl(){try{return g.activeElement}catch(b){}}try{p.apply(s=h.call(G.childNodes),G.childNodes),s[G.childNodes.length].nodeType}catch(b){p={apply:function(I,R){ie.apply(I,h.call(R))},call:function(I){ie.apply(I,h.call(arguments,1))}}}function Le(b,I,R,H){var U,te,ae,fe,ue,Oe,ve,be=I&&I.ownerDocument,Ce=I?I.nodeType:9;if(R=R||[],typeof b!="string"||!b||Ce!==1&&Ce!==9&&Ce!==11)return R;if(!H&&(sn(I),I=I||g,x)){if(Ce!==11&&(ue=Ot.exec(b)))if(U=ue[1]){if(Ce===9)if(ae=I.getElementById(U)){if(ae.id===U)return p.call(R,ae),R}else return R;else if(be&&(ae=be.getElementById(U))&&Le.contains(I,ae)&&ae.id===U)return p.call(R,ae),R}else{if(ue[2])return p.apply(R,I.getElementsByTagName(b)),R;if((U=ue[3])&&I.getElementsByClassName)return p.apply(R,I.getElementsByClassName(U)),R}if(!it[b+" "]&&(!N||!N.test(b))){if(ve=b,be=I,Ce===1&&(io.test(b)||Lr.test(b))){for(be=oo.test(b)&&ao(I.parentNode)||I,(be!=I||!C.scope)&&((fe=I.getAttribute("id"))?fe=u.escapeSelector(fe):I.setAttribute("id",fe=z)),Oe=qr(b),te=Oe.length;te--;)Oe[te]=(fe?"#"+fe:":scope")+" "+pi(Oe[te]);ve=Oe.join(",")}try{return p.apply(R,be.querySelectorAll(ve)),R}catch(he){it(b,!0)}finally{fe===z&&I.removeAttribute("id")}}}return Cu(b.replace(xe,"$1"),I,R,H)}function fi(){var b=[];function I(R,H){return b.push(R+" ")>i.cacheLength&&delete I[b.shift()],I[R+" "]=H}return I}function Dt(b){return b[z]=!0,b}function Un(b){var I=g.createElement("fieldset");try{return!!b(I)}catch(R){return!1}finally{I.parentNode&&I.parentNode.removeChild(I),I=null}}function cl(b){return function(I){return F(I,"input")&&I.type===b}}function ll(b){return function(I){return(F(I,"input")||F(I,"button"))&&I.type===b}}function xu(b){return function(I){return"form"in I?I.parentNode&&I.disabled===!1?"label"in I?"label"in I.parentNode?I.parentNode.disabled===b:I.disabled===b:I.isDisabled===b||I.isDisabled!==!b&&ul(I)===b:I.disabled===b:"label"in I?I.disabled===b:!1}}function wn(b){return Dt(function(I){return I=+I,Dt(function(R,H){for(var U,te=b([],R.length,I),ae=te.length;ae--;)R[U=te[ae]]&&(R[U]=!(H[U]=R[U]))})})}function ao(b){return b&&typeof b.getElementsByTagName!="undefined"&&b}function sn(b){var I,R=b?b.ownerDocument||b:G;return R==g||R.nodeType!==9||!R.documentElement||(g=R,k=g.documentElement,x=!u.isXMLDoc(g),$=k.matches||k.webkitMatchesSelector||k.msMatchesSelector,k.msMatchesSelector&&G!=g&&(I=g.defaultView)&&I.top!==I&&I.addEventListener("unload",al),C.getById=Un(function(H){return k.appendChild(H).id=u.expando,!g.getElementsByName||!g.getElementsByName(u.expando).length}),C.disconnectedMatch=Un(function(H){return $.call(H,"*")}),C.scope=Un(function(){return g.querySelectorAll(":scope")}),C.cssHas=Un(function(){try{return g.querySelector(":has(*,:jqfake)"),!1}catch(H){return!0}}),C.getById?(i.filter.ID=function(H){var U=H.replace(Yt,Xt);return function(te){return te.getAttribute("id")===U}},i.find.ID=function(H,U){if(typeof U.getElementById!="undefined"&&x){var te=U.getElementById(H);return te?[te]:[]}}):(i.filter.ID=function(H){var U=H.replace(Yt,Xt);return function(te){var ae=typeof te.getAttributeNode!="undefined"&&te.getAttributeNode("id");return ae&&ae.value===U}},i.find.ID=function(H,U){if(typeof U.getElementById!="undefined"&&x){var te,ae,fe,ue=U.getElementById(H);if(ue){if(te=ue.getAttributeNode("id"),te&&te.value===H)return[ue];for(fe=U.getElementsByName(H),ae=0;ue=fe[ae++];)if(te=ue.getAttributeNode("id"),te&&te.value===H)return[ue]}return[]}}),i.find.TAG=function(H,U){return typeof U.getElementsByTagName!="undefined"?U.getElementsByTagName(H):U.querySelectorAll(H)},i.find.CLASS=function(H,U){if(typeof U.getElementsByClassName!="undefined"&&x)return U.getElementsByClassName(H)},N=[],Un(function(H){var U;k.appendChild(H).innerHTML="<a id='"+z+"' href='' disabled='disabled'></a><select id='"+z+"-\r\\' disabled='disabled'><option selected=''></option></select>",H.querySelectorAll("[selected]").length||N.push("\\["+re+"*(?:value|"+Ht+")"),H.querySelectorAll("[id~="+z+"-]").length||N.push("~="),H.querySelectorAll("a#"+z+"+*").length||N.push(".#.+[+~]"),H.querySelectorAll(":checked").length||N.push(":checked"),U=g.createElement("input"),U.setAttribute("type","hidden"),H.appendChild(U).setAttribute("name","D"),k.appendChild(H).disabled=!0,H.querySelectorAll(":disabled").length!==2&&N.push(":enabled",":disabled"),U=g.createElement("input"),U.setAttribute("name",""),H.appendChild(U),H.querySelectorAll("[name='']").length||N.push("\\["+re+"*name"+re+"*="+re+`*(?:''|"")`)}),C.cssHas||N.push(":has"),N=N.length&&new RegExp(N.join("|")),Ze=function(H,U){if(H===U)return f=!0,0;var te=!H.compareDocumentPosition-!U.compareDocumentPosition;return te||(te=(H.ownerDocument||H)==(U.ownerDocument||U)?H.compareDocumentPosition(U):1,te&1||!C.sortDetached&&U.compareDocumentPosition(H)===te?H===g||H.ownerDocument==G&&Le.contains(G,H)?-1:U===g||U.ownerDocument==G&&Le.contains(G,U)?1:c?y.call(c,H)-y.call(c,U):0:te&4?-1:1)}),g}Le.matches=function(b,I){return Le(b,null,null,I)},Le.matchesSelector=function(b,I){if(sn(b),x&&!it[I+" "]&&(!N||!N.test(I)))try{var R=$.call(b,I);if(R||C.disconnectedMatch||b.document&&b.document.nodeType!==11)return R}catch(H){it(I,!0)}return Le(I,g,null,[b]).length>0},Le.contains=function(b,I){return(b.ownerDocument||b)!=g&&sn(b),u.contains(b,I)},Le.attr=function(b,I){(b.ownerDocument||b)!=g&&sn(b);var R=i.attrHandle[I.toLowerCase()],H=R&&_.call(i.attrHandle,I.toLowerCase())?R(b,I,!x):void 0;return H!==void 0?H:b.getAttribute(I)},Le.error=function(b){throw new Error("Syntax error, unrecognized expression: "+b)},u.uniqueSort=function(b){var I,R=[],H=0,U=0;if(f=!C.sortStable,c=!C.sortStable&&h.call(b,0),oe.call(b,Ze),f){for(;I=b[U++];)I===b[U]&&(H=R.push(U));for(;H--;)Ae.call(b,R[H],1)}return c=null,b},u.fn.uniqueSort=function(){return this.pushStack(u.uniqueSort(h.apply(this)))},i=u.expr={cacheLength:50,createPseudo:Dt,match:Bt,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(b){return b[1]=b[1].replace(Yt,Xt),b[3]=(b[3]||b[4]||b[5]||"").replace(Yt,Xt),b[2]==="~="&&(b[3]=" "+b[3]+" "),b.slice(0,4)},CHILD:function(b){return b[1]=b[1].toLowerCase(),b[1].slice(0,3)==="nth"?(b[3]||Le.error(b[0]),b[4]=+(b[4]?b[5]+(b[6]||1):2*(b[3]==="even"||b[3]==="odd")),b[5]=+(b[7]+b[8]||b[3]==="odd")):b[3]&&Le.error(b[0]),b},PSEUDO:function(b){var I,R=!b[6]&&b[2];return Bt.CHILD.test(b[0])?null:(b[3]?b[2]=b[4]||b[5]||"":R&&$t.test(R)&&(I=qr(R,!0))&&(I=R.indexOf(")",R.length-I)-R.length)&&(b[0]=b[0].slice(0,I),b[2]=R.slice(0,I)),b.slice(0,3))}},filter:{TAG:function(b){var I=b.replace(Yt,Xt).toLowerCase();return b==="*"?function(){return!0}:function(R){return F(R,I)}},CLASS:function(b){var I=ye[b+" "];return I||(I=new RegExp("(^|"+re+")"+b+"("+re+"|$)"))&&ye(b,function(R){return I.test(typeof R.className=="string"&&R.className||typeof R.getAttribute!="undefined"&&R.getAttribute("class")||"")})},ATTR:function(b,I,R){return function(H){var U=Le.attr(H,b);return U==null?I==="!=":I?(U+="",I==="="?U===R:I==="!="?U!==R:I==="^="?R&&U.indexOf(R)===0:I==="*="?R&&U.indexOf(R)>-1:I==="$="?R&&U.slice(-R.length)===R:I==="~="?(" "+U.replace(Pe," ")+" ").indexOf(R)>-1:I==="|="?U===R||U.slice(0,R.length+1)===R+"-":!1):!0}},CHILD:function(b,I,R,H,U){var te=b.slice(0,3)!=="nth",ae=b.slice(-4)!=="last",fe=I==="of-type";return H===1&&U===0?(function(ue){return!!ue.parentNode}):function(ue,Oe,ve){var be,Ce,he,He,bt,ct=te!==ae?"nextSibling":"previousSibling",Ct=ue.parentNode,Ut=fe&&ue.nodeName.toLowerCase(),zn=!ve&&!fe,dt=!1;if(Ct){if(te){for(;ct;){for(he=ue;he=he[ct];)if(fe?F(he,Ut):he.nodeType===1)return!1;bt=ct=b==="only"&&!bt&&"nextSibling"}return!0}if(bt=[ae?Ct.firstChild:Ct.lastChild],ae&&zn){for(Ce=Ct[z]||(Ct[z]={}),be=Ce[b]||[],He=be[0]===q&&be[1],dt=He&&be[2],he=He&&Ct.childNodes[He];he=++He&&he&&he[ct]||(dt=He=0)||bt.pop();)if(he.nodeType===1&&++dt&&he===ue){Ce[b]=[q,He,dt];break}}else if(zn&&(Ce=ue[z]||(ue[z]={}),be=Ce[b]||[],He=be[0]===q&&be[1],dt=He),dt===!1)for(;(he=++He&&he&&he[ct]||(dt=He=0)||bt.pop())&&!((fe?F(he,Ut):he.nodeType===1)&&++dt&&(zn&&(Ce=he[z]||(he[z]={}),Ce[b]=[q,dt]),he===ue)););return dt-=U,dt===H||dt%H===0&&dt/H>=0}}},PSEUDO:function(b,I){var R,H=i.pseudos[b]||i.setFilters[b.toLowerCase()]||Le.error("unsupported pseudo: "+b);return H[z]?H(I):H.length>1?(R=[b,b,"",I],i.setFilters.hasOwnProperty(b.toLowerCase())?Dt(function(U,te){for(var ae,fe=H(U,I),ue=fe.length;ue--;)ae=y.call(U,fe[ue]),U[ae]=!(te[ae]=fe[ue])}):function(U){return H(U,0,R)}):H}},pseudos:{not:Dt(function(b){var I=[],R=[],H=lo(b.replace(xe,"$1"));return H[z]?Dt(function(U,te,ae,fe){for(var ue,Oe=H(U,null,fe,[]),ve=U.length;ve--;)(ue=Oe[ve])&&(U[ve]=!(te[ve]=ue))}):function(U,te,ae){return I[0]=U,H(I,null,ae,R),I[0]=null,!R.pop()}}),has:Dt(function(b){return function(I){return Le(b,I).length>0}}),contains:Dt(function(b){return b=b.replace(Yt,Xt),function(I){return(I.textContent||u.text(I)).indexOf(b)>-1}}),lang:Dt(function(b){return Rr.test(b||"")||Le.error("unsupported lang: "+b),b=b.replace(Yt,Xt).toLowerCase(),function(I){var R;do if(R=x?I.lang:I.getAttribute("xml:lang")||I.getAttribute("lang"))return R=R.toLowerCase(),R===b||R.indexOf(b+"-")===0;while((I=I.parentNode)&&I.nodeType===1);return!1}}),target:function(b){var I=r.location&&r.location.hash;return I&&I.slice(1)===b.id},root:function(b){return b===k},focus:function(b){return b===sl()&&g.hasFocus()&&!!(b.type||b.href||~b.tabIndex)},enabled:xu(!1),disabled:xu(!0),checked:function(b){return F(b,"input")&&!!b.checked||F(b,"option")&&!!b.selected},selected:function(b){return b.parentNode&&b.parentNode.selectedIndex,b.selected===!0},empty:function(b){for(b=b.firstChild;b;b=b.nextSibling)if(b.nodeType<6)return!1;return!0},parent:function(b){return!i.pseudos.empty(b)},header:function(b){return un.test(b.nodeName)},input:function(b){return an.test(b.nodeName)},button:function(b){return F(b,"input")&&b.type==="button"||F(b,"button")},text:function(b){var I;return F(b,"input")&&b.type==="text"&&((I=b.getAttribute("type"))==null||I.toLowerCase()==="text")},first:wn(function(){return[0]}),last:wn(function(b,I){return[I-1]}),eq:wn(function(b,I,R){return[R<0?R+I:R]}),even:wn(function(b,I){for(var R=0;R<I;R+=2)b.push(R);return b}),odd:wn(function(b,I){for(var R=1;R<I;R+=2)b.push(R);return b}),lt:wn(function(b,I,R){var H;for(R<0?H=R+I:R>I?H=I:H=R;--H>=0;)b.push(H);return b}),gt:wn(function(b,I,R){for(var H=R<0?R+I:R;++H<I;)b.push(H);return b})}},i.pseudos.nth=i.pseudos.eq;for(e in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})i.pseudos[e]=cl(e);for(e in{submit:!0,reset:!0})i.pseudos[e]=ll(e);function Ou(){}Ou.prototype=i.filters=i.pseudos,i.setFilters=new Ou;function qr(b,I){var R,H,U,te,ae,fe,ue,Oe=Ie[b+" "];if(Oe)return I?0:Oe.slice(0);for(ae=b,fe=[],ue=i.preFilter;ae;){(!R||(H=Qe.exec(ae)))&&(H&&(ae=ae.slice(H[0].length)||ae),fe.push(U=[])),R=!1,(H=Lr.exec(ae))&&(R=H.shift(),U.push({value:R,type:H[0].replace(xe," ")}),ae=ae.slice(R.length));for(te in i.filter)(H=Bt[te].exec(ae))&&(!ue[te]||(H=ue[te](H)))&&(R=H.shift(),U.push({value:R,type:te,matches:H}),ae=ae.slice(R.length));if(!R)break}return I?ae.length:ae?Le.error(b):Ie(b,fe).slice(0)}function pi(b){for(var I=0,R=b.length,H="";I<R;I++)H+=b[I].value;return H}function di(b,I,R){var H=I.dir,U=I.next,te=U||H,ae=R&&te==="parentNode",fe=J++;return I.first?(function(ue,Oe,ve){for(;ue=ue[H];)if(ue.nodeType===1||ae)return b(ue,Oe,ve);return!1}):(function(ue,Oe,ve){var be,Ce,he=[q,fe];if(ve){for(;ue=ue[H];)if((ue.nodeType===1||ae)&&b(ue,Oe,ve))return!0}else for(;ue=ue[H];)if(ue.nodeType===1||ae)if(Ce=ue[z]||(ue[z]={}),U&&F(ue,U))ue=ue[H]||ue;else{if((be=Ce[te])&&be[0]===q&&be[1]===fe)return he[2]=be[2];if(Ce[te]=he,he[2]=b(ue,Oe,ve))return!0}return!1})}function uo(b){return b.length>1?function(I,R,H){for(var U=b.length;U--;)if(!b[U](I,R,H))return!1;return!0}:b[0]}function fl(b,I,R){for(var H=0,U=I.length;H<U;H++)Le(b,I[H],R);return R}function hi(b,I,R,H,U){for(var te,ae=[],fe=0,ue=b.length,Oe=I!=null;fe<ue;fe++)(te=b[fe])&&(!R||R(te,H,U))&&(ae.push(te),Oe&&I.push(fe));return ae}function so(b,I,R,H,U,te){return H&&!H[z]&&(H=so(H)),U&&!U[z]&&(U=so(U,te)),Dt(function(ae,fe,ue,Oe){var ve,be,Ce,he,He=[],bt=[],ct=fe.length,Ct=ae||fl(I||"*",ue.nodeType?[ue]:ue,[]),Ut=b&&(ae||!I)?hi(Ct,He,b,ue,Oe):Ct;if(R?(he=U||(ae?b:ct||H)?[]:fe,R(Ut,he,ue,Oe)):he=Ut,H)for(ve=hi(he,bt),H(ve,[],ue,Oe),be=ve.length;be--;)(Ce=ve[be])&&(he[bt[be]]=!(Ut[bt[be]]=Ce));if(ae){if(U||b){if(U){for(ve=[],be=he.length;be--;)(Ce=he[be])&&ve.push(Ut[be]=Ce);U(null,he=[],ve,Oe)}for(be=he.length;be--;)(Ce=he[be])&&(ve=U?y.call(ae,Ce):He[be])>-1&&(ae[ve]=!(fe[ve]=Ce))}}else he=hi(he===fe?he.splice(ct,he.length):he),U?U(null,fe,he,Oe):p.apply(fe,he)})}function co(b){for(var I,R,H,U=b.length,te=i.relative[b[0].type],ae=te||i.relative[" "],fe=te?1:0,ue=di(function(be){return be===I},ae,!0),Oe=di(function(be){return y.call(I,be)>-1},ae,!0),ve=[function(be,Ce,he){var He=!te&&(he||Ce!=a)||((I=Ce).nodeType?ue(be,Ce,he):Oe(be,Ce,he));return I=null,He}];fe<U;fe++)if(R=i.relative[b[fe].type])ve=[di(uo(ve),R)];else{if(R=i.filter[b[fe].type].apply(null,b[fe].matches),R[z]){for(H=++fe;H<U&&!i.relative[b[H].type];H++);return so(fe>1&&uo(ve),fe>1&&pi(b.slice(0,fe-1).concat({value:b[fe-2].type===" "?"*":""})).replace(xe,"$1"),R,fe<H&&co(b.slice(fe,H)),H<U&&co(b=b.slice(H)),H<U&&pi(b))}ve.push(R)}return uo(ve)}function pl(b,I){var R=I.length>0,H=b.length>0,U=function(te,ae,fe,ue,Oe){var ve,be,Ce,he=0,He="0",bt=te&&[],ct=[],Ct=a,Ut=te||H&&i.find.TAG("*",Oe),zn=q+=Ct==null?1:Math.random()||.1,dt=Ut.length;for(Oe&&(a=ae==g||ae||Oe);He!==dt&&(ve=Ut[He])!=null;He++){if(H&&ve){for(be=0,!ae&&ve.ownerDocument!=g&&(sn(ve),fe=!x);Ce=b[be++];)if(Ce(ve,ae||g,fe)){p.call(ue,ve);break}Oe&&(q=zn)}R&&((ve=!Ce&&ve)&&he--,te&&bt.push(ve))}if(he+=He,R&&He!==he){for(be=0;Ce=I[be++];)Ce(bt,ct,ae,fe);if(te){if(he>0)for(;He--;)bt[He]||ct[He]||(ct[He]=X.call(ue));ct=hi(ct)}p.apply(ue,ct),Oe&&!te&&ct.length>0&&he+I.length>1&&u.uniqueSort(ue)}return Oe&&(q=zn,a=Ct),bt};return R?Dt(U):U}function lo(b,I){var R,H=[],U=[],te=we[b+" "];if(!te){for(I||(I=qr(b)),R=I.length;R--;)te=co(I[R]),te[z]?H.push(te):U.push(te);te=we(b,pl(U,H)),te.selector=b}return te}function Cu(b,I,R,H){var U,te,ae,fe,ue,Oe=typeof b=="function"&&b,ve=!H&&qr(b=Oe.selector||b);if(R=R||[],ve.length===1){if(te=ve[0]=ve[0].slice(0),te.length>2&&(ae=te[0]).type==="ID"&&I.nodeType===9&&x&&i.relative[te[1].type]){if(I=(i.find.ID(ae.matches[0].replace(Yt,Xt),I)||[])[0],I)Oe&&(I=I.parentNode);else return R;b=b.slice(te.shift().value.length)}for(U=Bt.needsContext.test(b)?0:te.length;U--&&(ae=te[U],!i.relative[fe=ae.type]);)if((ue=i.find[fe])&&(H=ue(ae.matches[0].replace(Yt,Xt),oo.test(te[0].type)&&ao(I.parentNode)||I))){if(te.splice(U,1),b=H.length&&pi(te),!b)return p.apply(R,H),R;break}}return(Oe||lo(b,ve))(H,I,!x,R,!I||oo.test(b)&&ao(I.parentNode)||I),R}C.sortStable=z.split("").sort(Ze).join("")===z,sn(),C.sortDetached=Un(function(b){return b.compareDocumentPosition(g.createElement("fieldset"))&1}),u.find=Le,u.expr[":"]=u.expr.pseudos,u.unique=u.uniqueSort,Le.compile=lo,Le.select=Cu,Le.setDocument=sn,Le.tokenize=qr,Le.escape=u.escapeSelector,Le.getText=u.text,Le.isXML=u.isXMLDoc,Le.selectors=u.expr,Le.support=u.support,Le.uniqueSort=u.uniqueSort})();var Z=function(e,i,a){for(var c=[],f=a!==void 0;(e=e[i])&&e.nodeType!==9;)if(e.nodeType===1){if(f&&u(e).is(a))break;c.push(e)}return c},pe=function(e,i){for(var a=[];e;e=e.nextSibling)e.nodeType===1&&e!==i&&a.push(e);return a},ne=u.expr.match.needsContext,V=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function Y(e,i,a){return A(i)?u.grep(e,function(c,f){return!!i.call(c,f,c)!==a}):i.nodeType?u.grep(e,function(c){return c===i!==a}):typeof i!="string"?u.grep(e,function(c){return y.call(i,c)>-1!==a}):u.filter(i,e,a)}u.filter=function(e,i,a){var c=i[0];return a&&(e=":not("+e+")"),i.length===1&&c.nodeType===1?u.find.matchesSelector(c,e)?[c]:[]:u.find.matches(e,u.grep(i,function(f){return f.nodeType===1}))},u.fn.extend({find:function(e){var i,a,c=this.length,f=this;if(typeof e!="string")return this.pushStack(u(e).filter(function(){for(i=0;i<c;i++)if(u.contains(f[i],this))return!0}));for(a=this.pushStack([]),i=0;i<c;i++)u.find(e,f[i],a);return c>1?u.uniqueSort(a):a},filter:function(e){return this.pushStack(Y(this,e||[],!1))},not:function(e){return this.pushStack(Y(this,e||[],!0))},is:function(e){return!!Y(this,typeof e=="string"&&ne.test(e)?u(e):e||[],!1).length}});var ee,ce=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,le=u.fn.init=function(e,i,a){var c,f;if(!e)return this;if(a=a||ee,typeof e=="string")if(e[0]==="<"&&e[e.length-1]===">"&&e.length>=3?c=[null,e,null]:c=ce.exec(e),c&&(c[1]||!i))if(c[1]){if(i=i instanceof u?i[0]:i,u.merge(this,u.parseHTML(c[1],i&&i.nodeType?i.ownerDocument||i:j,!0)),V.test(c[1])&&u.isPlainObject(i))for(c in i)A(this[c])?this[c](i[c]):this.attr(c,i[c]);return this}else return f=j.getElementById(c[2]),f&&(this[0]=f,this.length=1),this;else return!i||i.jquery?(i||a).find(e):this.constructor(i).find(e);else{if(e.nodeType)return this[0]=e,this.length=1,this;if(A(e))return a.ready!==void 0?a.ready(e):e(u)}return u.makeArray(e,this)};le.prototype=u.fn,ee=u(j);var Ue=/^(?:parents|prev(?:Until|All))/,Ye={children:!0,contents:!0,next:!0,prev:!0};u.fn.extend({has:function(e){var i=u(e,this),a=i.length;return this.filter(function(){for(var c=0;c<a;c++)if(u.contains(this,i[c]))return!0})},closest:function(e,i){var a,c=0,f=this.length,p=[],g=typeof e!="string"&&u(e);if(!ne.test(e)){for(;c<f;c++)for(a=this[c];a&&a!==i;a=a.parentNode)if(a.nodeType<11&&(g?g.index(a)>-1:a.nodeType===1&&u.find.matchesSelector(a,e))){p.push(a);break}}return this.pushStack(p.length>1?u.uniqueSort(p):p)},index:function(e){return e?typeof e=="string"?y.call(u(e),this[0]):y.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,i){return this.pushStack(u.uniqueSort(u.merge(this.get(),u(e,i))))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}});function gt(e,i){for(;(e=e[i])&&e.nodeType!==1;);return e}u.each({parent:function(e){var i=e.parentNode;return i&&i.nodeType!==11?i:null},parents:function(e){return Z(e,"parentNode")},parentsUntil:function(e,i,a){return Z(e,"parentNode",a)},next:function(e){return gt(e,"nextSibling")},prev:function(e){return gt(e,"previousSibling")},nextAll:function(e){return Z(e,"nextSibling")},prevAll:function(e){return Z(e,"previousSibling")},nextUntil:function(e,i,a){return Z(e,"nextSibling",a)},prevUntil:function(e,i,a){return Z(e,"previousSibling",a)},siblings:function(e){return pe((e.parentNode||{}).firstChild,e)},children:function(e){return pe(e.firstChild)},contents:function(e){return e.contentDocument!=null&&l(e.contentDocument)?e.contentDocument:(F(e,"template")&&(e=e.content||e),u.merge([],e.childNodes))}},function(e,i){u.fn[e]=function(a,c){var f=u.map(this,i,a);return e.slice(-5)!=="Until"&&(c=a),c&&typeof c=="string"&&(f=u.filter(c,f)),this.length>1&&(Ye[e]||u.uniqueSort(f),Ue.test(e)&&f.reverse()),this.pushStack(f)}});var $e=/[^\x20\t\r\n\f]+/g;function _t(e){var i={};return u.each(e.match($e)||[],function(a,c){i[c]=!0}),i}u.Callbacks=function(e){e=typeof e=="string"?_t(e):u.extend({},e);var i,a,c,f,p=[],g=[],k=-1,x=function(){for(f=f||e.once,c=i=!0;g.length;k=-1)for(a=g.shift();++k<p.length;)p[k].apply(a[0],a[1])===!1&&e.stopOnFalse&&(k=p.length,a=!1);e.memory||(a=!1),i=!1,f&&(a?p=[]:p="")},N={add:function(){return p&&(a&&!i&&(k=p.length-1,g.push(a)),(function $(z){u.each(z,function(q,J){A(J)?(!e.unique||!N.has(J))&&p.push(J):J&&J.length&&L(J)!=="string"&&$(J)})})(arguments),a&&!i&&x()),this},remove:function(){return u.each(arguments,function($,z){for(var q;(q=u.inArray(z,p,q))>-1;)p.splice(q,1),q<=k&&k--}),this},has:function($){return $?u.inArray($,p)>-1:p.length>0},empty:function(){return p&&(p=[]),this},disable:function(){return f=g=[],p=a="",this},disabled:function(){return!p},lock:function(){return f=g=[],!a&&!i&&(p=a=""),this},locked:function(){return!!f},fireWith:function($,z){return f||(z=z||[],z=[$,z.slice?z.slice():z],g.push(z),i||x()),this},fire:function(){return N.fireWith(this,arguments),this},fired:function(){return!!c}};return N};function nt(e){return e}function At(e){throw e}function oi(e,i,a,c){var f;try{e&&A(f=e.promise)?f.call(e).done(i).fail(a):e&&A(f=e.then)?f.call(e,i,a):i.apply(void 0,[e].slice(c))}catch(p){a.apply(void 0,[p])}}u.extend({Deferred:function(e){var i=[["notify","progress",u.Callbacks("memory"),u.Callbacks("memory"),2],["resolve","done",u.Callbacks("once memory"),u.Callbacks("once memory"),0,"resolved"],["reject","fail",u.Callbacks("once memory"),u.Callbacks("once memory"),1,"rejected"]],a="pending",c={state:function(){return a},always:function(){return f.done(arguments).fail(arguments),this},catch:function(p){return c.then(null,p)},pipe:function(){var p=arguments;return u.Deferred(function(g){u.each(i,function(k,x){var N=A(p[x[4]])&&p[x[4]];f[x[1]](function(){var $=N&&N.apply(this,arguments);$&&A($.promise)?$.promise().progress(g.notify).done(g.resolve).fail(g.reject):g[x[0]+"With"](this,N?[$]:arguments)})}),p=null}).promise()},then:function(p,g,k){var x=0;function N($,z,q,J){return function(){var ye=this,Ie=arguments,we=function(){var Ze,Ht;if(!($<x)){if(Ze=q.apply(ye,Ie),Ze===z.promise())throw new TypeError("Thenable self-resolution");Ht=Ze&&(typeof Ze=="object"||typeof Ze=="function")&&Ze.then,A(Ht)?J?Ht.call(Ze,N(x,z,nt,J),N(x,z,At,J)):(x++,Ht.call(Ze,N(x,z,nt,J),N(x,z,At,J),N(x,z,nt,z.notifyWith))):(q!==nt&&(ye=void 0,Ie=[Ze]),(J||z.resolveWith)(ye,Ie))}},it=J?we:function(){try{we()}catch(Ze){u.Deferred.exceptionHook&&u.Deferred.exceptionHook(Ze,it.error),$+1>=x&&(q!==At&&(ye=void 0,Ie=[Ze]),z.rejectWith(ye,Ie))}};$?it():(u.Deferred.getErrorHook?it.error=u.Deferred.getErrorHook():u.Deferred.getStackHook&&(it.error=u.Deferred.getStackHook()),r.setTimeout(it))}}return u.Deferred(function($){i[0][3].add(N(0,$,A(k)?k:nt,$.notifyWith)),i[1][3].add(N(0,$,A(p)?p:nt)),i[2][3].add(N(0,$,A(g)?g:At))}).promise()},promise:function(p){return p!=null?u.extend(p,c):c}},f={};return u.each(i,function(p,g){var k=g[2],x=g[5];c[g[1]]=k.add,x&&k.add(function(){a=x},i[3-p][2].disable,i[3-p][3].disable,i[0][2].lock,i[0][3].lock),k.add(g[3].fire),f[g[0]]=function(){return f[g[0]+"With"](this===f?void 0:this,arguments),this},f[g[0]+"With"]=k.fireWith}),c.promise(f),e&&e.call(f,f),f},when:function(e){var i=arguments.length,a=i,c=Array(a),f=h.call(arguments),p=u.Deferred(),g=function(k){return function(x){c[k]=this,f[k]=arguments.length>1?h.call(arguments):x,--i||p.resolveWith(c,f)}};if(i<=1&&(oi(e,p.done(g(a)).resolve,p.reject,!i),p.state()==="pending"||A(f[a]&&f[a].then)))return p.then();for(;a--;)oi(f[a],g(a),p.reject);return p.promise()}});var ai=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;u.Deferred.exceptionHook=function(e,i){r.console&&r.console.warn&&e&&ai.test(e.name)&&r.console.warn("jQuery.Deferred exception: "+e.message,e.stack,i)},u.readyException=function(e){r.setTimeout(function(){throw e})};var _e=u.Deferred();u.fn.ready=function(e){return _e.then(e).catch(function(i){u.readyException(i)}),this},u.extend({isReady:!1,readyWait:1,ready:function(e){(e===!0?--u.readyWait:u.isReady)||(u.isReady=!0,!(e!==!0&&--u.readyWait>0)&&_e.resolveWith(j,[u]))}}),u.ready.then=_e.then;function je(){j.removeEventListener("DOMContentLoaded",je),r.removeEventListener("load",je),u.ready()}j.readyState==="complete"||j.readyState!=="loading"&&!j.documentElement.doScroll?r.setTimeout(u.ready):(j.addEventListener("DOMContentLoaded",je),r.addEventListener("load",je));var Me=function(e,i,a,c,f,p,g){var k=0,x=e.length,N=a==null;if(L(a)==="object"){f=!0;for(k in a)Me(e,i,k,a[k],!0,p,g)}else if(c!==void 0&&(f=!0,A(c)||(g=!0),N&&(g?(i.call(e,c),i=null):(N=i,i=function($,z,q){return N.call(u($),q)})),i))for(;k<x;k++)i(e[k],a,g?c:c.call(e[k],k,i(e[k],a)));return f?e:N?i.call(e):x?i(e[0],a):p},at=/^-ms-/,lt=/-([a-z])/g;function mt(e,i){return i.toUpperCase()}function me(e){return e.replace(at,"ms-").replace(lt,mt)}var qe=function(e){return e.nodeType===1||e.nodeType===9||!+e.nodeType};function Ne(){this.expando=u.expando+Ne.uid++}Ne.uid=1,Ne.prototype={cache:function(e){var i=e[this.expando];return i||(i={},qe(e)&&(e.nodeType?e[this.expando]=i:Object.defineProperty(e,this.expando,{value:i,configurable:!0}))),i},set:function(e,i,a){var c,f=this.cache(e);if(typeof i=="string")f[me(i)]=a;else for(c in i)f[me(c)]=i[c];return f},get:function(e,i){return i===void 0?this.cache(e):e[this.expando]&&e[this.expando][me(i)]},access:function(e,i,a){return i===void 0||i&&typeof i=="string"&&a===void 0?this.get(e,i):(this.set(e,i,a),a!==void 0?a:i)},remove:function(e,i){var a,c=e[this.expando];if(c!==void 0){if(i!==void 0)for(Array.isArray(i)?i=i.map(me):(i=me(i),i=i in c?[i]:i.match($e)||[]),a=i.length;a--;)delete c[i[a]];(i===void 0||u.isEmptyObject(c))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var i=e[this.expando];return i!==void 0&&!u.isEmptyObject(i)}};var se=new Ne,Ve=new Ne,Et=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,wt=/[A-Z]/g;function ut(e){return e==="true"?!0:e==="false"?!1:e==="null"?null:e===+e+""?+e:Et.test(e)?JSON.parse(e):e}function de(e,i,a){var c;if(a===void 0&&e.nodeType===1)if(c="data-"+i.replace(wt,"-$&").toLowerCase(),a=e.getAttribute(c),typeof a=="string"){try{a=ut(a)}catch(f){}Ve.set(e,i,a)}else a=void 0;return a}u.extend({hasData:function(e){return Ve.hasData(e)||se.hasData(e)},data:function(e,i,a){return Ve.access(e,i,a)},removeData:function(e,i){Ve.remove(e,i)},_data:function(e,i,a){return se.access(e,i,a)},_removeData:function(e,i){se.remove(e,i)}}),u.fn.extend({data:function(e,i){var a,c,f,p=this[0],g=p&&p.attributes;if(e===void 0){if(this.length&&(f=Ve.get(p),p.nodeType===1&&!se.get(p,"hasDataAttrs"))){for(a=g.length;a--;)g[a]&&(c=g[a].name,c.indexOf("data-")===0&&(c=me(c.slice(5)),de(p,c,f[c])));se.set(p,"hasDataAttrs",!0)}return f}return typeof e=="object"?this.each(function(){Ve.set(this,e)}):Me(this,function(k){var x;if(p&&k===void 0)return x=Ve.get(p,e),x!==void 0||(x=de(p,e),x!==void 0)?x:void 0;this.each(function(){Ve.set(this,e,k)})},null,i,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){Ve.remove(this,e)})}}),u.extend({queue:function(e,i,a){var c;if(e)return i=(i||"fx")+"queue",c=se.get(e,i),a&&(!c||Array.isArray(a)?c=se.access(e,i,u.makeArray(a)):c.push(a)),c||[]},dequeue:function(e,i){i=i||"fx";var a=u.queue(e,i),c=a.length,f=a.shift(),p=u._queueHooks(e,i),g=function(){u.dequeue(e,i)};f==="inprogress"&&(f=a.shift(),c--),f&&(i==="fx"&&a.unshift("inprogress"),delete p.stop,f.call(e,g,p)),!c&&p&&p.empty.fire()},_queueHooks:function(e,i){var a=i+"queueHooks";return se.get(e,a)||se.access(e,a,{empty:u.Callbacks("once memory").add(function(){se.remove(e,[i+"queue",a])})})}}),u.fn.extend({queue:function(e,i){var a=2;return typeof e!="string"&&(i=e,e="fx",a--),arguments.length<a?u.queue(this[0],e):i===void 0?this:this.each(function(){var c=u.queue(this,e,i);u._queueHooks(this,e),e==="fx"&&c[0]!=="inprogress"&&u.dequeue(this,e)})},dequeue:function(e){return this.each(function(){u.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,i){var a,c=1,f=u.Deferred(),p=this,g=this.length,k=function(){--c||f.resolveWith(p,[p])};for(typeof e!="string"&&(i=e,e=void 0),e=e||"fx";g--;)a=se.get(p[g],e+"queueHooks"),a&&a.empty&&(c++,a.empty.add(k));return k(),f.promise(i)}});var Re=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ze=new RegExp("^(?:([+-])=|)("+Re+")([a-z%]*)$","i"),Ge=["Top","Right","Bottom","Left"],et=j.documentElement,ft=function(e){return u.contains(e.ownerDocument,e)},Gt={composed:!0};et.getRootNode&&(ft=function(e){return u.contains(e.ownerDocument,e)||e.getRootNode(Gt)===e.ownerDocument});var mn=function(e,i){return e=i||e,e.style.display==="none"||e.style.display===""&&ft(e)&&u.css(e,"display")==="none"};function wr(e,i,a,c){var f,p,g=20,k=c?function(){return c.cur()}:function(){return u.css(e,i,"")},x=k(),N=a&&a[3]||(u.cssNumber[i]?"":"px"),$=e.nodeType&&(u.cssNumber[i]||N!=="px"&&+x)&&ze.exec(u.css(e,i));if($&&$[3]!==N){for(x=x/2,N=N||$[3],$=+x||1;g--;)u.style(e,i,$+N),(1-p)*(1-(p=k()/x||.5))<=0&&(g=0),$=$/p;$=$*2,u.style(e,i,$+N),a=a||[]}return a&&($=+$||+x||0,f=a[1]?$+(a[1]+1)*a[2]:+a[2],c&&(c.unit=N,c.start=$,c.end=f)),f}var Zt={};function Sr(e){var i,a=e.ownerDocument,c=e.nodeName,f=Zt[c];return f||(i=a.body.appendChild(a.createElement(c)),f=u.css(i,"display"),i.parentNode.removeChild(i),f==="none"&&(f="block"),Zt[c]=f,f)}function en(e,i){for(var a,c,f=[],p=0,g=e.length;p<g;p++)c=e[p],c.style&&(a=c.style.display,i?(a==="none"&&(f[p]=se.get(c,"display")||null,f[p]||(c.style.display="")),c.style.display===""&&mn(c)&&(f[p]=Sr(c))):a!=="none"&&(f[p]="none",se.set(c,"display",a)));for(p=0;p<g;p++)f[p]!=null&&(e[p].style.display=f[p]);return e}u.fn.extend({show:function(){return en(this,!0)},hide:function(){return en(this)},toggle:function(e){return typeof e=="boolean"?e?this.show():this.hide():this.each(function(){mn(this)?u(this).show():u(this).hide()})}});var tn=/^(?:checkbox|radio)$/i,Er=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,qn=/^$|^module$|\/(?:java|ecma)script/i;(function(){var e=j.createDocumentFragment(),i=e.appendChild(j.createElement("div")),a=j.createElement("input");a.setAttribute("type","radio"),a.setAttribute("checked","checked"),a.setAttribute("name","t"),i.appendChild(a),C.checkClone=i.cloneNode(!0).cloneNode(!0).lastChild.checked,i.innerHTML="<textarea>x</textarea>",C.noCloneChecked=!!i.cloneNode(!0).lastChild.defaultValue,i.innerHTML="<option></option>",C.option=!!i.lastChild})();var Be={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,"",""]};Be.tbody=Be.tfoot=Be.colgroup=Be.caption=Be.thead,Be.th=Be.td,C.option||(Be.optgroup=Be.option=[1,"<select multiple='multiple'>","</select>"]);function De(e,i){var a;return typeof e.getElementsByTagName!="undefined"?a=e.getElementsByTagName(i||"*"):typeof e.querySelectorAll!="undefined"?a=e.querySelectorAll(i||"*"):a=[],i===void 0||i&&F(e,i)?u.merge([e],a):a}function Ke(e,i){for(var a=0,c=e.length;a<c;a++)se.set(e[a],"globalEval",!i||se.get(i[a],"globalEval"))}var Tt=/<|&#?\w+;/;function Xe(e,i,a,c,f){for(var p,g,k,x,N,$,z=i.createDocumentFragment(),q=[],J=0,ye=e.length;J<ye;J++)if(p=e[J],p||p===0)if(L(p)==="object")u.merge(q,p.nodeType?[p]:p);else if(!Tt.test(p))q.push(i.createTextNode(p));else{for(g=g||z.appendChild(i.createElement("div")),k=(Er.exec(p)||["",""])[1].toLowerCase(),x=Be[k]||Be._default,g.innerHTML=x[1]+u.htmlPrefilter(p)+x[2],$=x[0];$--;)g=g.lastChild;u.merge(q,g.childNodes),g=z.firstChild,g.textContent=""}for(z.textContent="",J=0;p=q[J++];){if(c&&u.inArray(p,c)>-1){f&&f.push(p);continue}if(N=ft(p),g=De(z.appendChild(p),"script"),N&&Ke(g),a)for($=0;p=g[$++];)qn.test(p.type||"")&&a.push(p)}return z}var rt=/^([^.]*)(?:\.(.+)|)/;function pt(){return!0}function st(){return!1}function Je(e,i,a,c,f,p){var g,k;if(typeof i=="object"){typeof a!="string"&&(c=c||a,a=void 0);for(k in i)Je(e,k,a,c,i[k],p);return e}if(c==null&&f==null?(f=a,c=a=void 0):f==null&&(typeof a=="string"?(f=c,c=void 0):(f=c,c=a,a=void 0)),f===!1)f=st;else if(!f)return e;return p===1&&(g=f,f=function(x){return u().off(x),g.apply(this,arguments)},f.guid=g.guid||(g.guid=u.guid++)),e.each(function(){u.event.add(this,i,f,c,a)})}u.event={global:{},add:function(e,i,a,c,f){var p,g,k,x,N,$,z,q,J,ye,Ie,we=se.get(e);if(qe(e))for(a.handler&&(p=a,a=p.handler,f=p.selector),f&&u.find.matchesSelector(et,f),a.guid||(a.guid=u.guid++),(x=we.events)||(x=we.events=Object.create(null)),(g=we.handle)||(g=we.handle=function(it){return typeof u!="undefined"&&u.event.triggered!==it.type?u.event.dispatch.apply(e,arguments):void 0}),i=(i||"").match($e)||[""],N=i.length;N--;)k=rt.exec(i[N])||[],J=Ie=k[1],ye=(k[2]||"").split(".").sort(),J&&(z=u.event.special[J]||{},J=(f?z.delegateType:z.bindType)||J,z=u.event.special[J]||{},$=u.extend({type:J,origType:Ie,data:c,handler:a,guid:a.guid,selector:f,needsContext:f&&u.expr.match.needsContext.test(f),namespace:ye.join(".")},p),(q=x[J])||(q=x[J]=[],q.delegateCount=0,(!z.setup||z.setup.call(e,c,ye,g)===!1)&&e.addEventListener&&e.addEventListener(J,g)),z.add&&(z.add.call(e,$),$.handler.guid||($.handler.guid=a.guid)),f?q.splice(q.delegateCount++,0,$):q.push($),u.event.global[J]=!0)},remove:function(e,i,a,c,f){var p,g,k,x,N,$,z,q,J,ye,Ie,we=se.hasData(e)&&se.get(e);if(!(!we||!(x=we.events))){for(i=(i||"").match($e)||[""],N=i.length;N--;){if(k=rt.exec(i[N])||[],J=Ie=k[1],ye=(k[2]||"").split(".").sort(),!J){for(J in x)u.event.remove(e,J+i[N],a,c,!0);continue}for(z=u.event.special[J]||{},J=(c?z.delegateType:z.bindType)||J,q=x[J]||[],k=k[2]&&new RegExp("(^|\\.)"+ye.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=p=q.length;p--;)$=q[p],(f||Ie===$.origType)&&(!a||a.guid===$.guid)&&(!k||k.test($.namespace))&&(!c||c===$.selector||c==="**"&&$.selector)&&(q.splice(p,1),$.selector&&q.delegateCount--,z.remove&&z.remove.call(e,$));g&&!q.length&&((!z.teardown||z.teardown.call(e,ye,we.handle)===!1)&&u.removeEvent(e,J,we.handle),delete x[J])}u.isEmptyObject(x)&&se.remove(e,"handle events")}},dispatch:function(e){var i,a,c,f,p,g,k=new Array(arguments.length),x=u.event.fix(e),N=(se.get(this,"events")||Object.create(null))[x.type]||[],$=u.event.special[x.type]||{};for(k[0]=x,i=1;i<arguments.length;i++)k[i]=arguments[i];if(x.delegateTarget=this,!($.preDispatch&&$.preDispatch.call(this,x)===!1)){for(g=u.event.handlers.call(this,x,N),i=0;(f=g[i++])&&!x.isPropagationStopped();)for(x.currentTarget=f.elem,a=0;(p=f.handlers[a++])&&!x.isImmediatePropagationStopped();)(!x.rnamespace||p.namespace===!1||x.rnamespace.test(p.namespace))&&(x.handleObj=p,x.data=p.data,c=((u.event.special[p.origType]||{}).handle||p.handler).apply(f.elem,k),c!==void 0&&(x.result=c)===!1&&(x.preventDefault(),x.stopPropagation()));return $.postDispatch&&$.postDispatch.call(this,x),x.result}},handlers:function(e,i){var a,c,f,p,g,k=[],x=i.delegateCount,N=e.target;if(x&&N.nodeType&&!(e.type==="click"&&e.button>=1)){for(;N!==this;N=N.parentNode||this)if(N.nodeType===1&&!(e.type==="click"&&N.disabled===!0)){for(p=[],g={},a=0;a<x;a++)c=i[a],f=c.selector+" ",g[f]===void 0&&(g[f]=c.needsContext?u(f,this).index(N)>-1:u.find(f,this,null,[N]).length),g[f]&&p.push(c);p.length&&k.push({elem:N,handlers:p})}}return N=this,x<i.length&&k.push({elem:N,handlers:i.slice(x)}),k},addProp:function(e,i){Object.defineProperty(u.Event.prototype,e,{enumerable:!0,configurable:!0,get:A(i)?function(){if(this.originalEvent)return i(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(a){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:a})}})},fix:function(e){return e[u.expando]?e:new u.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var i=this||e;return tn.test(i.type)&&i.click&&F(i,"input")&&jt(i,"click",!0),!1},trigger:function(e){var i=this||e;return tn.test(i.type)&&i.click&&F(i,"input")&&jt(i,"click"),!0},_default:function(e){var i=e.target;return tn.test(i.type)&&i.click&&F(i,"input")&&se.get(i,"click")||F(i,"a")}},beforeunload:{postDispatch:function(e){e.result!==void 0&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}};function jt(e,i,a){if(!a){se.get(e,i)===void 0&&u.event.add(e,i,pt);return}se.set(e,i,!1),u.event.add(e,i,{namespace:!1,handler:function(c){var f,p=se.get(this,i);if(c.isTrigger&1&&this[i]){if(p)(u.event.special[i]||{}).delegateType&&c.stopPropagation();else if(p=h.call(arguments),se.set(this,i,p),this[i](),f=se.get(this,i),se.set(this,i,!1),p!==f)return c.stopImmediatePropagation(),c.preventDefault(),f}else p&&(se.set(this,i,u.event.trigger(p[0],p.slice(1),this)),c.stopPropagation(),c.isImmediatePropagationStopped=pt)}})}u.removeEvent=function(e,i,a){e.removeEventListener&&e.removeEventListener(i,a)},u.Event=function(e,i){if(!(this instanceof u.Event))return new u.Event(e,i);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.defaultPrevented===void 0&&e.returnValue===!1?pt:st,this.target=e.target&&e.target.nodeType===3?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,i&&u.extend(this,i),this.timeStamp=e&&e.timeStamp||Date.now(),this[u.expando]=!0},u.Event.prototype={constructor:u.Event,isDefaultPrevented:st,isPropagationStopped:st,isImmediatePropagationStopped:st,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=pt,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=pt,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=pt,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},u.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},u.event.addProp),u.each({focus:"focusin",blur:"focusout"},function(e,i){function a(c){if(j.documentMode){var f=se.get(this,"handle"),p=u.event.fix(c);p.type=c.type==="focusin"?"focus":"blur",p.isSimulated=!0,f(c),p.target===p.currentTarget&&f(p)}else u.event.simulate(i,c.target,u.event.fix(c))}u.event.special[e]={setup:function(){var c;if(jt(this,e,!0),j.documentMode)c=se.get(this,i),c||this.addEventListener(i,a),se.set(this,i,(c||0)+1);else return!1},trigger:function(){return jt(this,e),!0},teardown:function(){var c;if(j.documentMode)c=se.get(this,i)-1,c?se.set(this,i,c):(this.removeEventListener(i,a),se.remove(this,i));else return!1},_default:function(c){return se.get(c.target,e)},delegateType:i},u.event.special[i]={setup:function(){var c=this.ownerDocument||this.document||this,f=j.documentMode?this:c,p=se.get(f,i);p||(j.documentMode?this.addEventListener(i,a):c.addEventListener(e,a,!0)),se.set(f,i,(p||0)+1)},teardown:function(){var c=this.ownerDocument||this.document||this,f=j.documentMode?this:c,p=se.get(f,i)-1;p?se.set(f,i,p):(j.documentMode?this.removeEventListener(i,a):c.removeEventListener(e,a,!0),se.remove(f,i))}}}),u.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,i){u.event.special[e]={delegateType:i,bindType:i,handle:function(a){var c,f=this,p=a.relatedTarget,g=a.handleObj;return(!p||p!==f&&!u.contains(f,p))&&(a.type=g.origType,c=g.handler.apply(this,arguments),a.type=i),c}}}),u.fn.extend({on:function(e,i,a,c){return Je(this,e,i,a,c)},one:function(e,i,a,c){return Je(this,e,i,a,c,1)},off:function(e,i,a){var c,f;if(e&&e.preventDefault&&e.handleObj)return c=e.handleObj,u(e.delegateTarget).off(c.namespace?c.origType+"."+c.namespace:c.origType,c.selector,c.handler),this;if(typeof e=="object"){for(f in e)this.off(f,i,e[f]);return this}return(i===!1||typeof i=="function")&&(a=i,i=void 0),a===!1&&(a=st),this.each(function(){u.event.remove(this,e,a,i)})}});var xr=/<script|<style|<link/i,Kt=/checked\s*(?:[^=]|=\s*.checked.)/i,Mn=/^\s*<!\[CDATA\[|\]\]>\s*$/g;function Hn(e,i){return F(e,"table")&&F(i.nodeType!==11?i:i.firstChild,"tr")&&u(e).children("tbody")[0]||e}function ui(e){return e.type=(e.getAttribute("type")!==null)+"/"+e.type,e}function Or(e){return(e.type||"").slice(0,5)==="true/"?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Fn(e,i){var a,c,f,p,g,k,x;if(i.nodeType===1){if(se.hasData(e)&&(p=se.get(e),x=p.events,x)){se.remove(i,"handle events");for(f in x)for(a=0,c=x[f].length;a<c;a++)u.event.add(i,f,x[f][a])}Ve.hasData(e)&&(g=Ve.access(e),k=u.extend({},g),Ve.set(i,k))}}function nn(e,i){var a=i.nodeName.toLowerCase();a==="input"&&tn.test(e.type)?i.checked=e.checked:(a==="input"||a==="textarea")&&(i.defaultValue=e.defaultValue)}function xt(e,i,a,c){i=d(i);var f,p,g,k,x,N,$=0,z=e.length,q=z-1,J=i[0],ye=A(J);if(ye||z>1&&typeof J=="string"&&!C.checkClone&&Kt.test(J))return e.each(function(Ie){var we=e.eq(Ie);ye&&(i[0]=J.call(this,Ie,we.html())),xt(we,i,a,c)});if(z&&(f=Xe(i,e[0].ownerDocument,!1,e,c),p=f.firstChild,f.childNodes.length===1&&(f=p),p||c)){for(g=u.map(De(f,"script"),ui),k=g.length;$<z;$++)x=f,$!==q&&(x=u.clone(x,!0,!0),k&&u.merge(g,De(x,"script"))),a.call(e[$],x,$);if(k)for(N=g[g.length-1].ownerDocument,u.map(g,Or),$=0;$<k;$++)x=g[$],qn.test(x.type||"")&&!se.access(x,"globalEval")&&u.contains(N,x)&&(x.src&&(x.type||"").toLowerCase()!=="module"?u._evalUrl&&!x.noModule&&u._evalUrl(x.src,{nonce:x.nonce||x.getAttribute("nonce")},N):S(x.textContent.replace(Mn,""),x,N))}return e}function Cr(e,i,a){for(var c,f=i?u.filter(i,e):e,p=0;(c=f[p])!=null;p++)!a&&c.nodeType===1&&u.cleanData(De(c)),c.parentNode&&(a&&ft(c)&&Ke(De(c,"script")),c.parentNode.removeChild(c));return e}u.extend({htmlPrefilter:function(e){return e},clone:function(e,i,a){var c,f,p,g,k=e.cloneNode(!0),x=ft(e);if(!C.noCloneChecked&&(e.nodeType===1||e.nodeType===11)&&!u.isXMLDoc(e))for(g=De(k),p=De(e),c=0,f=p.length;c<f;c++)nn(p[c],g[c]);if(i)if(a)for(p=p||De(e),g=g||De(k),c=0,f=p.length;c<f;c++)Fn(p[c],g[c]);else Fn(e,k);return g=De(k,"script"),g.length>0&&Ke(g,!x&&De(e,"script")),k},cleanData:function(e){for(var i,a,c,f=u.event.special,p=0;(a=e[p])!==void 0;p++)if(qe(a)){if(i=a[se.expando]){if(i.events)for(c in i.events)f[c]?u.event.remove(a,c):u.removeEvent(a,c,i.handle);a[se.expando]=void 0}a[Ve.expando]&&(a[Ve.expando]=void 0)}}}),u.fn.extend({detach:function(e){return Cr(this,e,!0)},remove:function(e){return Cr(this,e)},text:function(e){return Me(this,function(i){return i===void 0?u.text(this):this.empty().each(function(){(this.nodeType===1||this.nodeType===11||this.nodeType===9)&&(this.textContent=i)})},null,e,arguments.length)},append:function(){return xt(this,arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var i=Hn(this,e);i.appendChild(e)}})},prepend:function(){return xt(this,arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var i=Hn(this,e);i.insertBefore(e,i.firstChild)}})},before:function(){return xt(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return xt(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,i=0;(e=this[i])!=null;i++)e.nodeType===1&&(u.cleanData(De(e,!1)),e.textContent="");return this},clone:function(e,i){return e=e==null?!1:e,i=i==null?e:i,this.map(function(){return u.clone(this,e,i)})},html:function(e){return Me(this,function(i){var a=this[0]||{},c=0,f=this.length;if(i===void 0&&a.nodeType===1)return a.innerHTML;if(typeof i=="string"&&!xr.test(i)&&!Be[(Er.exec(i)||["",""])[1].toLowerCase()]){i=u.htmlPrefilter(i);try{for(;c<f;c++)a=this[c]||{},a.nodeType===1&&(u.cleanData(De(a,!1)),a.innerHTML=i);a=0}catch(p){}}a&&this.empty().append(i)},null,e,arguments.length)},replaceWith:function(){var e=[];return xt(this,arguments,function(i){var a=this.parentNode;u.inArray(this,e)<0&&(u.cleanData(De(this)),a&&a.replaceChild(i,this))},e)}}),u.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,i){u.fn[e]=function(a){for(var c,f=[],p=u(a),g=p.length-1,k=0;k<=g;k++)c=k===g?this:this.clone(!0),u(p[k])[i](c),m.apply(f,c.get());return this.pushStack(f)}});var rn=new RegExp("^("+Re+")(?!px)[a-z%]+$","i"),vn=/^--/,Mt=function(e){var i=e.ownerDocument.defaultView;return(!i||!i.opener)&&(i=r),i.getComputedStyle(e)},yn=function(e,i,a){var c,f,p={};for(f in i)p[f]=e.style[f],e.style[f]=i[f];c=a.call(e);for(f in i)e.style[f]=p[f];return c},kr=new RegExp(Ge.join("|"),"i");(function(){function e(){if(N){x.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",N.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",et.appendChild(x).appendChild(N);var $=r.getComputedStyle(N);a=$.top!=="1%",k=i($.marginLeft)===12,N.style.right="60%",p=i($.right)===36,c=i($.width)===36,N.style.position="absolute",f=i(N.offsetWidth/3)===12,et.removeChild(x),N=null}}function i($){return Math.round(parseFloat($))}var a,c,f,p,g,k,x=j.createElement("div"),N=j.createElement("div");N.style&&(N.style.backgroundClip="content-box",N.cloneNode(!0).style.backgroundClip="",C.clearCloneStyle=N.style.backgroundClip==="content-box",u.extend(C,{boxSizingReliable:function(){return e(),c},pixelBoxStyles:function(){return e(),p},pixelPosition:function(){return e(),a},reliableMarginLeft:function(){return e(),k},scrollboxSize:function(){return e(),f},reliableTrDimensions:function(){var $,z,q,J;return g==null&&($=j.createElement("table"),z=j.createElement("tr"),q=j.createElement("div"),$.style.cssText="position:absolute;left:-11111px;border-collapse:separate",z.style.cssText="box-sizing:content-box;border:1px solid",z.style.height="1px",q.style.height="9px",q.style.display="block",et.appendChild($).appendChild(z).appendChild(q),J=r.getComputedStyle(z),g=parseInt(J.height,10)+parseInt(J.borderTopWidth,10)+parseInt(J.borderBottomWidth,10)===z.offsetHeight,et.removeChild($)),g}}))})();function Qt(e,i,a){var c,f,p,g,k=vn.test(i),x=e.style;return a=a||Mt(e),a&&(g=a.getPropertyValue(i)||a[i],k&&g&&(g=g.replace(xe,"$1")||void 0),g===""&&!ft(e)&&(g=u.style(e,i)),!C.pixelBoxStyles()&&rn.test(g)&&kr.test(i)&&(c=x.width,f=x.minWidth,p=x.maxWidth,x.minWidth=x.maxWidth=x.width=g,g=a.width,x.width=c,x.minWidth=f,x.maxWidth=p)),g!==void 0?g+"":g}function It(e,i){return{get:function(){if(e()){delete this.get;return}return(this.get=i).apply(this,arguments)}}}var Tr=["Webkit","Moz","ms"],vt=j.createElement("div").style,jr={};function Ir(e){for(var i=e[0].toUpperCase()+e.slice(1),a=Tr.length;a--;)if(e=Tr[a]+i,e in vt)return e}function on(e){var i=u.cssProps[e]||jr[e];return i||(e in vt?e:jr[e]=Ir(e)||e)}var $n=/^(none|table(?!-c[ea]).+)/,si={position:"absolute",visibility:"hidden",display:"block"},lu={letterSpacing:"0",fontWeight:"400"};function fu(e,i,a){var c=ze.exec(i);return c?Math.max(0,c[2]-(a||0))+(c[3]||"px"):i}function Qi(e,i,a,c,f,p){var g=i==="width"?1:0,k=0,x=0,N=0;if(a===(c?"border":"content"))return 0;for(;g<4;g+=2)a==="margin"&&(N+=u.css(e,a+Ge[g],!0,f)),c?(a==="content"&&(x-=u.css(e,"padding"+Ge[g],!0,f)),a!=="margin"&&(x-=u.css(e,"border"+Ge[g]+"Width",!0,f))):(x+=u.css(e,"padding"+Ge[g],!0,f),a!=="padding"?x+=u.css(e,"border"+Ge[g]+"Width",!0,f):k+=u.css(e,"border"+Ge[g]+"Width",!0,f));return!c&&p>=0&&(x+=Math.max(0,Math.ceil(e["offset"+i[0].toUpperCase()+i.slice(1)]-p-x-k-.5))||0),x+N}function pu(e,i,a){var c=Mt(e),f=!C.boxSizingReliable()||a,p=f&&u.css(e,"boxSizing",!1,c)==="border-box",g=p,k=Qt(e,i,c),x="offset"+i[0].toUpperCase()+i.slice(1);if(rn.test(k)){if(!a)return k;k="auto"}return(!C.boxSizingReliable()&&p||!C.reliableTrDimensions()&&F(e,"tr")||k==="auto"||!parseFloat(k)&&u.css(e,"display",!1,c)==="inline")&&e.getClientRects().length&&(p=u.css(e,"boxSizing",!1,c)==="border-box",g=x in e,g&&(k=e[x])),k=parseFloat(k)||0,k+Qi(e,i,a||(p?"border":"content"),g,c,k)+"px"}u.extend({cssHooks:{opacity:{get:function(e,i){if(i){var a=Qt(e,"opacity");return a===""?"1":a}}}},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(e,i,a,c){if(!(!e||e.nodeType===3||e.nodeType===8||!e.style)){var f,p,g,k=me(i),x=vn.test(i),N=e.style;if(x||(i=on(k)),g=u.cssHooks[i]||u.cssHooks[k],a!==void 0){if(p=typeof a,p==="string"&&(f=ze.exec(a))&&f[1]&&(a=wr(e,i,f),p="number"),a==null||a!==a)return;p==="number"&&!x&&(a+=f&&f[3]||(u.cssNumber[k]?"":"px")),!C.clearCloneStyle&&a===""&&i.indexOf("background")===0&&(N[i]="inherit"),(!g||!("set"in g)||(a=g.set(e,a,c))!==void 0)&&(x?N.setProperty(i,a):N[i]=a)}else return g&&"get"in g&&(f=g.get(e,!1,c))!==void 0?f:N[i]}},css:function(e,i,a,c){var f,p,g,k=me(i),x=vn.test(i);return x||(i=on(k)),g=u.cssHooks[i]||u.cssHooks[k],g&&"get"in g&&(f=g.get(e,!0,a)),f===void 0&&(f=Qt(e,i,c)),f==="normal"&&i in lu&&(f=lu[i]),a===""||a?(p=parseFloat(f),a===!0||isFinite(p)?p||0:f):f}}),u.each(["height","width"],function(e,i){u.cssHooks[i]={get:function(a,c,f){if(c)return $n.test(u.css(a,"display"))&&(!a.getClientRects().length||!a.getBoundingClientRect().width)?yn(a,si,function(){return pu(a,i,f)}):pu(a,i,f)},set:function(a,c,f){var p,g=Mt(a),k=!C.scrollboxSize()&&g.position==="absolute",x=k||f,N=x&&u.css(a,"boxSizing",!1,g)==="border-box",$=f?Qi(a,i,f,N,g):0;return N&&k&&($-=Math.ceil(a["offset"+i[0].toUpperCase()+i.slice(1)]-parseFloat(g[i])-Qi(a,i,"border",!1,g)-.5)),$&&(p=ze.exec(c))&&(p[3]||"px")!=="px"&&(a.style[i]=c,c=u.css(a,i)),fu(a,c,$)}}}),u.cssHooks.marginLeft=It(C.reliableMarginLeft,function(e,i){if(i)return(parseFloat(Qt(e,"marginLeft"))||e.getBoundingClientRect().left-yn(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),u.each({margin:"",padding:"",border:"Width"},function(e,i){u.cssHooks[e+i]={expand:function(a){for(var c=0,f={},p=typeof a=="string"?a.split(" "):[a];c<4;c++)f[e+Ge[c]+i]=p[c]||p[c-2]||p[0];return f}},e!=="margin"&&(u.cssHooks[e+i].set=fu)}),u.fn.extend({css:function(e,i){return Me(this,function(a,c,f){var p,g,k={},x=0;if(Array.isArray(c)){for(p=Mt(a),g=c.length;x<g;x++)k[c[x]]=u.css(a,c[x],!1,p);return k}return f!==void 0?u.style(a,c,f):u.css(a,c)},e,i,arguments.length>1)}});function yt(e,i,a,c,f){return new yt.prototype.init(e,i,a,c,f)}u.Tween=yt,yt.prototype={constructor:yt,init:function(e,i,a,c,f,p){this.elem=e,this.prop=a,this.easing=f||u.easing._default,this.options=i,this.start=this.now=this.cur(),this.end=c,this.unit=p||(u.cssNumber[a]?"":"px")},cur:function(){var e=yt.propHooks[this.prop];return e&&e.get?e.get(this):yt.propHooks._default.get(this)},run:function(e){var i,a=yt.propHooks[this.prop];return this.options.duration?this.pos=i=u.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=i=e,this.now=(this.end-this.start)*i+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),a&&a.set?a.set(this):yt.propHooks._default.set(this),this}},yt.prototype.init.prototype=yt.prototype,yt.propHooks={_default:{get:function(e){var i;return e.elem.nodeType!==1||e.elem[e.prop]!=null&&e.elem.style[e.prop]==null?e.elem[e.prop]:(i=u.css(e.elem,e.prop,""),!i||i==="auto"?0:i)},set:function(e){u.fx.step[e.prop]?u.fx.step[e.prop](e):e.elem.nodeType===1&&(u.cssHooks[e.prop]||e.elem.style[on(e.prop)]!=null)?u.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},yt.propHooks.scrollTop=yt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},u.easing={linear:function(e){return e},swing:function(e){return .5-Math.cos(e*Math.PI)/2},_default:"swing"},u.fx=yt.prototype.init,u.fx.step={};var Bn,ci,qc=/^(?:toggle|show|hide)$/,Mc=/queueHooks$/;function Yi(){ci&&(j.hidden===!1&&r.requestAnimationFrame?r.requestAnimationFrame(Yi):r.setTimeout(Yi,u.fx.interval),u.fx.tick())}function du(){return r.setTimeout(function(){Bn=void 0}),Bn=Date.now()}function li(e,i){var a,c=0,f={height:e};for(i=i?1:0;c<4;c+=2-i)a=Ge[c],f["margin"+a]=f["padding"+a]=e;return i&&(f.opacity=f.width=e),f}function hu(e,i,a){for(var c,f=(Pt.tweeners[i]||[]).concat(Pt.tweeners["*"]),p=0,g=f.length;p<g;p++)if(c=f[p].call(a,i,e))return c}function Hc(e,i,a){var c,f,p,g,k,x,N,$,z="width"in i||"height"in i,q=this,J={},ye=e.style,Ie=e.nodeType&&mn(e),we=se.get(e,"fxshow");a.queue||(g=u._queueHooks(e,"fx"),g.unqueued==null&&(g.unqueued=0,k=g.empty.fire,g.empty.fire=function(){g.unqueued||k()}),g.unqueued++,q.always(function(){q.always(function(){g.unqueued--,u.queue(e,"fx").length||g.empty.fire()})}));for(c in i)if(f=i[c],qc.test(f)){if(delete i[c],p=p||f==="toggle",f===(Ie?"hide":"show"))if(f==="show"&&we&&we[c]!==void 0)Ie=!0;else continue;J[c]=we&&we[c]||u.style(e,c)}if(x=!u.isEmptyObject(i),!(!x&&u.isEmptyObject(J))){z&&e.nodeType===1&&(a.overflow=[ye.overflow,ye.overflowX,ye.overflowY],N=we&&we.display,N==null&&(N=se.get(e,"display")),$=u.css(e,"display"),$==="none"&&(N?$=N:(en([e],!0),N=e.style.display||N,$=u.css(e,"display"),en([e]))),($==="inline"||$==="inline-block"&&N!=null)&&u.css(e,"float")==="none"&&(x||(q.done(function(){ye.display=N}),N==null&&($=ye.display,N=$==="none"?"":$)),ye.display="inline-block")),a.overflow&&(ye.overflow="hidden",q.always(function(){ye.overflow=a.overflow[0],ye.overflowX=a.overflow[1],ye.overflowY=a.overflow[2]})),x=!1;for(c in J)x||(we?"hidden"in we&&(Ie=we.hidden):we=se.access(e,"fxshow",{display:N}),p&&(we.hidden=!Ie),Ie&&en([e],!0),q.done(function(){Ie||en([e]),se.remove(e,"fxshow");for(c in J)u.style(e,c,J[c])})),x=hu(Ie?we[c]:0,c,q),c in we||(we[c]=x.start,Ie&&(x.end=x.start,x.start=0))}}function Fc(e,i){var a,c,f,p,g;for(a in e)if(c=me(a),f=i[c],p=e[a],Array.isArray(p)&&(f=p[1],p=e[a]=p[0]),a!==c&&(e[c]=p,delete e[a]),g=u.cssHooks[c],g&&"expand"in g){p=g.expand(p),delete e[c];for(a in p)a in e||(e[a]=p[a],i[a]=f)}else i[c]=f}function Pt(e,i,a){var c,f,p=0,g=Pt.prefilters.length,k=u.Deferred().always(function(){delete x.elem}),x=function(){if(f)return!1;for(var z=Bn||du(),q=Math.max(0,N.startTime+N.duration-z),J=q/N.duration||0,ye=1-J,Ie=0,we=N.tweens.length;Ie<we;Ie++)N.tweens[Ie].run(ye);return k.notifyWith(e,[N,ye,q]),ye<1&&we?q:(we||k.notifyWith(e,[N,1,0]),k.resolveWith(e,[N]),!1)},N=k.promise({elem:e,props:u.extend({},i),opts:u.extend(!0,{specialEasing:{},easing:u.easing._default},a),originalProperties:i,originalOptions:a,startTime:Bn||du(),duration:a.duration,tweens:[],createTween:function(z,q){var J=u.Tween(e,N.opts,z,q,N.opts.specialEasing[z]||N.opts.easing);return N.tweens.push(J),J},stop:function(z){var q=0,J=z?N.tweens.length:0;if(f)return this;for(f=!0;q<J;q++)N.tweens[q].run(1);return z?(k.notifyWith(e,[N,1,0]),k.resolveWith(e,[N,z])):k.rejectWith(e,[N,z]),this}}),$=N.props;for(Fc($,N.opts.specialEasing);p<g;p++)if(c=Pt.prefilters[p].call(N,e,$,N.opts),c)return A(c.stop)&&(u._queueHooks(N.elem,N.opts.queue).stop=c.stop.bind(c)),c;return u.map($,hu,N),A(N.opts.start)&&N.opts.start.call(e,N),N.progress(N.opts.progress).done(N.opts.done,N.opts.complete).fail(N.opts.fail).always(N.opts.always),u.fx.timer(u.extend(x,{elem:e,anim:N,queue:N.opts.queue})),N}u.Animation=u.extend(Pt,{tweeners:{"*":[function(e,i){var a=this.createTween(e,i);return wr(a.elem,e,ze.exec(i),a),a}]},tweener:function(e,i){A(e)?(i=e,e=["*"]):e=e.match($e);for(var a,c=0,f=e.length;c<f;c++)a=e[c],Pt.tweeners[a]=Pt.tweeners[a]||[],Pt.tweeners[a].unshift(i)},prefilters:[Hc],prefilter:function(e,i){i?Pt.prefilters.unshift(e):Pt.prefilters.push(e)}}),u.speed=function(e,i,a){var c=e&&typeof e=="object"?u.extend({},e):{complete:a||!a&&i||A(e)&&e,duration:e,easing:a&&i||i&&!A(i)&&i};return u.fx.off?c.duration=0:typeof c.duration!="number"&&(c.duration in u.fx.speeds?c.duration=u.fx.speeds[c.duration]:c.duration=u.fx.speeds._default),(c.queue==null||c.queue===!0)&&(c.queue="fx"),c.old=c.complete,c.complete=function(){A(c.old)&&c.old.call(this),c.queue&&u.dequeue(this,c.queue)},c},u.fn.extend({fadeTo:function(e,i,a,c){return this.filter(mn).css("opacity",0).show().end().animate({opacity:i},e,a,c)},animate:function(e,i,a,c){var f=u.isEmptyObject(e),p=u.speed(i,a,c),g=function(){var k=Pt(this,u.extend({},e),p);(f||se.get(this,"finish"))&&k.stop(!0)};return g.finish=g,f||p.queue===!1?this.each(g):this.queue(p.queue,g)},stop:function(e,i,a){var c=function(f){var p=f.stop;delete f.stop,p(a)};return typeof e!="string"&&(a=i,i=e,e=void 0),i&&this.queue(e||"fx",[]),this.each(function(){var f=!0,p=e!=null&&e+"queueHooks",g=u.timers,k=se.get(this);if(p)k[p]&&k[p].stop&&c(k[p]);else for(p in k)k[p]&&k[p].stop&&Mc.test(p)&&c(k[p]);for(p=g.length;p--;)g[p].elem===this&&(e==null||g[p].queue===e)&&(g[p].anim.stop(a),f=!1,g.splice(p,1));(f||!a)&&u.dequeue(this,e)})},finish:function(e){return e!==!1&&(e=e||"fx"),this.each(function(){var i,a=se.get(this),c=a[e+"queue"],f=a[e+"queueHooks"],p=u.timers,g=c?c.length:0;for(a.finish=!0,u.queue(this,e,[]),f&&f.stop&&f.stop.call(this,!0),i=p.length;i--;)p[i].elem===this&&p[i].queue===e&&(p[i].anim.stop(!0),p.splice(i,1));for(i=0;i<g;i++)c[i]&&c[i].finish&&c[i].finish.call(this);delete a.finish})}}),u.each(["toggle","show","hide"],function(e,i){var a=u.fn[i];u.fn[i]=function(c,f,p){return c==null||typeof c=="boolean"?a.apply(this,arguments):this.animate(li(i,!0),c,f,p)}}),u.each({slideDown:li("show"),slideUp:li("hide"),slideToggle:li("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,i){u.fn[e]=function(a,c,f){return this.animate(i,a,c,f)}}),u.timers=[],u.fx.tick=function(){var e,i=0,a=u.timers;for(Bn=Date.now();i<a.length;i++)e=a[i],!e()&&a[i]===e&&a.splice(i--,1);a.length||u.fx.stop(),Bn=void 0},u.fx.timer=function(e){u.timers.push(e),u.fx.start()},u.fx.interval=13,u.fx.start=function(){ci||(ci=!0,Yi())},u.fx.stop=function(){ci=null},u.fx.speeds={slow:600,fast:200,_default:400},u.fn.delay=function(e,i){return e=u.fx&&u.fx.speeds[e]||e,i=i||"fx",this.queue(i,function(a,c){var f=r.setTimeout(a,e);c.stop=function(){r.clearTimeout(f)}})},(function(){var e=j.createElement("input"),i=j.createElement("select"),a=i.appendChild(j.createElement("option"));e.type="checkbox",C.checkOn=e.value!=="",C.optSelected=a.selected,e=j.createElement("input"),e.value="t",e.type="radio",C.radioValue=e.value==="t"})();var gu,Pr=u.expr.attrHandle;u.fn.extend({attr:function(e,i){return Me(this,u.attr,e,i,arguments.length>1)},removeAttr:function(e){return this.each(function(){u.removeAttr(this,e)})}}),u.extend({attr:function(e,i,a){var c,f,p=e.nodeType;if(!(p===3||p===8||p===2)){if(typeof e.getAttribute=="undefined")return u.prop(e,i,a);if((p!==1||!u.isXMLDoc(e))&&(f=u.attrHooks[i.toLowerCase()]||(u.expr.match.bool.test(i)?gu:void 0)),a!==void 0){if(a===null){u.removeAttr(e,i);return}return f&&"set"in f&&(c=f.set(e,a,i))!==void 0?c:(e.setAttribute(i,a+""),a)}return f&&"get"in f&&(c=f.get(e,i))!==null?c:(c=u.find.attr(e,i),c==null?void 0:c)}},attrHooks:{type:{set:function(e,i){if(!C.radioValue&&i==="radio"&&F(e,"input")){var a=e.value;return e.setAttribute("type",i),a&&(e.value=a),i}}}},removeAttr:function(e,i){var a,c=0,f=i&&i.match($e);if(f&&e.nodeType===1)for(;a=f[c++];)e.removeAttribute(a)}}),gu={set:function(e,i,a){return i===!1?u.removeAttr(e,a):e.setAttribute(a,a),a}},u.each(u.expr.match.bool.source.match(/\w+/g),function(e,i){var a=Pr[i]||u.find.attr;Pr[i]=function(c,f,p){var g,k,x=f.toLowerCase();return p||(k=Pr[x],Pr[x]=g,g=a(c,f,p)!=null?x:null,Pr[x]=k),g}});var $c=/^(?:input|select|textarea|button)$/i,Bc=/^(?:a|area)$/i;u.fn.extend({prop:function(e,i){return Me(this,u.prop,e,i,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[u.propFix[e]||e]})}}),u.extend({prop:function(e,i,a){var c,f,p=e.nodeType;if(!(p===3||p===8||p===2))return(p!==1||!u.isXMLDoc(e))&&(i=u.propFix[i]||i,f=u.propHooks[i]),a!==void 0?f&&"set"in f&&(c=f.set(e,a,i))!==void 0?c:e[i]=a:f&&"get"in f&&(c=f.get(e,i))!==null?c:e[i]},propHooks:{tabIndex:{get:function(e){var i=u.find.attr(e,"tabindex");return i?parseInt(i,10):$c.test(e.nodeName)||Bc.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),C.optSelected||(u.propHooks.selected={get:function(e){var i=e.parentNode;return i&&i.parentNode&&i.parentNode.selectedIndex,null},set:function(e){var i=e.parentNode;i&&(i.selectedIndex,i.parentNode&&i.parentNode.selectedIndex)}}),u.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){u.propFix[this.toLowerCase()]=this});function bn(e){var i=e.match($e)||[];return i.join(" ")}function _n(e){return e.getAttribute&&e.getAttribute("class")||""}function Xi(e){return Array.isArray(e)?e:typeof e=="string"?e.match($e)||[]:[]}u.fn.extend({addClass:function(e){var i,a,c,f,p,g;return A(e)?this.each(function(k){u(this).addClass(e.call(this,k,_n(this)))}):(i=Xi(e),i.length?this.each(function(){if(c=_n(this),a=this.nodeType===1&&" "+bn(c)+" ",a){for(p=0;p<i.length;p++)f=i[p],a.indexOf(" "+f+" ")<0&&(a+=f+" ");g=bn(a),c!==g&&this.setAttribute("class",g)}}):this)},removeClass:function(e){var i,a,c,f,p,g;return A(e)?this.each(function(k){u(this).removeClass(e.call(this,k,_n(this)))}):arguments.length?(i=Xi(e),i.length?this.each(function(){if(c=_n(this),a=this.nodeType===1&&" "+bn(c)+" ",a){for(p=0;p<i.length;p++)for(f=i[p];a.indexOf(" "+f+" ")>-1;)a=a.replace(" "+f+" "," ");g=bn(a),c!==g&&this.setAttribute("class",g)}}):this):this.attr("class","")},toggleClass:function(e,i){var a,c,f,p,g=typeof e,k=g==="string"||Array.isArray(e);return A(e)?this.each(function(x){u(this).toggleClass(e.call(this,x,_n(this),i),i)}):typeof i=="boolean"&&k?i?this.addClass(e):this.removeClass(e):(a=Xi(e),this.each(function(){if(k)for(p=u(this),f=0;f<a.length;f++)c=a[f],p.hasClass(c)?p.removeClass(c):p.addClass(c);else(e===void 0||g==="boolean")&&(c=_n(this),c&&se.set(this,"__className__",c),this.setAttribute&&this.setAttribute("class",c||e===!1?"":se.get(this,"__className__")||""))}))},hasClass:function(e){var i,a,c=0;for(i=" "+e+" ";a=this[c++];)if(a.nodeType===1&&(" "+bn(_n(a))+" ").indexOf(i)>-1)return!0;return!1}});var Uc=/\r/g;u.fn.extend({val:function(e){var i,a,c,f=this[0];return arguments.length?(c=A(e),this.each(function(p){var g;this.nodeType===1&&(c?g=e.call(this,p,u(this).val()):g=e,g==null?g="":typeof g=="number"?g+="":Array.isArray(g)&&(g=u.map(g,function(k){return k==null?"":k+""})),i=u.valHooks[this.type]||u.valHooks[this.nodeName.toLowerCase()],(!i||!("set"in i)||i.set(this,g,"value")===void 0)&&(this.value=g))})):f?(i=u.valHooks[f.type]||u.valHooks[f.nodeName.toLowerCase()],i&&"get"in i&&(a=i.get(f,"value"))!==void 0?a:(a=f.value,typeof a=="string"?a.replace(Uc,""):a==null?"":a)):void 0}}),u.extend({valHooks:{option:{get:function(e){var i=u.find.attr(e,"value");return i!=null?i:bn(u.text(e))}},select:{get:function(e){var i,a,c,f=e.options,p=e.selectedIndex,g=e.type==="select-one",k=g?null:[],x=g?p+1:f.length;for(p<0?c=x:c=g?p:0;c<x;c++)if(a=f[c],(a.selected||c===p)&&!a.disabled&&(!a.parentNode.disabled||!F(a.parentNode,"optgroup"))){if(i=u(a).val(),g)return i;k.push(i)}return k},set:function(e,i){for(var a,c,f=e.options,p=u.makeArray(i),g=f.length;g--;)c=f[g],(c.selected=u.inArray(u.valHooks.option.get(c),p)>-1)&&(a=!0);return a||(e.selectedIndex=-1),p}}}}),u.each(["radio","checkbox"],function(){u.valHooks[this]={set:function(e,i){if(Array.isArray(i))return e.checked=u.inArray(u(e).val(),i)>-1}},C.checkOn||(u.valHooks[this].get=function(e){return e.getAttribute("value")===null?"on":e.value})});var Dr=r.location,mu={guid:Date.now()},Ji=/\?/;u.parseXML=function(e){var i,a;if(!e||typeof e!="string")return null;try{i=new r.DOMParser().parseFromString(e,"text/xml")}catch(c){}return a=i&&i.getElementsByTagName("parsererror")[0],(!i||a)&&u.error("Invalid XML: "+(a?u.map(a.childNodes,function(c){return c.textContent}).join(`
4
- `):e)),i};var vu=/^(?:focusinfocus|focusoutblur)$/,yu=function(e){e.stopPropagation()};u.extend(u.event,{trigger:function(e,i,a,c){var f,p,g,k,x,N,$,z,q=[a||j],J=_.call(e,"type")?e.type:e,ye=_.call(e,"namespace")?e.namespace.split("."):[];if(p=z=g=a=a||j,!(a.nodeType===3||a.nodeType===8)&&!vu.test(J+u.event.triggered)&&(J.indexOf(".")>-1&&(ye=J.split("."),J=ye.shift(),ye.sort()),x=J.indexOf(":")<0&&"on"+J,e=e[u.expando]?e:new u.Event(J,typeof e=="object"&&e),e.isTrigger=c?2:3,e.namespace=ye.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+ye.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=a),i=i==null?[e]:u.makeArray(i,[e]),$=u.event.special[J]||{},!(!c&&$.trigger&&$.trigger.apply(a,i)===!1))){if(!c&&!$.noBubble&&!P(a)){for(k=$.delegateType||J,vu.test(k+J)||(p=p.parentNode);p;p=p.parentNode)q.push(p),g=p;g===(a.ownerDocument||j)&&q.push(g.defaultView||g.parentWindow||r)}for(f=0;(p=q[f++])&&!e.isPropagationStopped();)z=p,e.type=f>1?k:$.bindType||J,N=(se.get(p,"events")||Object.create(null))[e.type]&&se.get(p,"handle"),N&&N.apply(p,i),N=x&&p[x],N&&N.apply&&qe(p)&&(e.result=N.apply(p,i),e.result===!1&&e.preventDefault());return e.type=J,!c&&!e.isDefaultPrevented()&&(!$._default||$._default.apply(q.pop(),i)===!1)&&qe(a)&&x&&A(a[J])&&!P(a)&&(g=a[x],g&&(a[x]=null),u.event.triggered=J,e.isPropagationStopped()&&z.addEventListener(J,yu),a[J](),e.isPropagationStopped()&&z.removeEventListener(J,yu),u.event.triggered=void 0,g&&(a[x]=g)),e.result}},simulate:function(e,i,a){var c=u.extend(new u.Event,a,{type:e,isSimulated:!0});u.event.trigger(c,null,i)}}),u.fn.extend({trigger:function(e,i){return this.each(function(){u.event.trigger(e,i,this)})},triggerHandler:function(e,i){var a=this[0];if(a)return u.event.trigger(e,i,a,!0)}});var zc=/\[\]$/,bu=/\r?\n/g,Wc=/^(?:submit|button|image|reset|file)$/i,Vc=/^(?:input|select|textarea|keygen)/i;function Zi(e,i,a,c){var f;if(Array.isArray(i))u.each(i,function(p,g){a||zc.test(e)?c(e,g):Zi(e+"["+(typeof g=="object"&&g!=null?p:"")+"]",g,a,c)});else if(!a&&L(i)==="object")for(f in i)Zi(e+"["+f+"]",i[f],a,c);else c(e,i)}u.param=function(e,i){var a,c=[],f=function(p,g){var k=A(g)?g():g;c[c.length]=encodeURIComponent(p)+"="+encodeURIComponent(k==null?"":k)};if(e==null)return"";if(Array.isArray(e)||e.jquery&&!u.isPlainObject(e))u.each(e,function(){f(this.name,this.value)});else for(a in e)Zi(a,e[a],i,f);return c.join("&")},u.fn.extend({serialize:function(){return u.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=u.prop(this,"elements");return e?u.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!u(this).is(":disabled")&&Vc.test(this.nodeName)&&!Wc.test(e)&&(this.checked||!tn.test(e))}).map(function(e,i){var a=u(this).val();return a==null?null:Array.isArray(a)?u.map(a,function(c){return{name:i.name,value:c.replace(bu,`\r
3
+ |(?![\\s\\S])))+`,"m"),alias:m,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(h)[0]}}}}),Object.defineProperty(s.languages.diff,"PREFIXES",{value:l})})(o),o.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},o.languages.webmanifest=o.languages.json,(function(s){var l=s.languages.powershell={"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0},comment:[{pattern:/(^|[^`])<#[\s\S]*?#>/,lookbehind:!0},{pattern:/(^|[^`])#.*/,lookbehind:!0}],string:[{pattern:/"(?:`[\s\S]|[^`"])*"/,greedy:!0,inside:{function:{pattern:/(^|[^`])\$\((?:\$\(.*?\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:{}},"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0}}},{pattern:/'(?:[^']|'')*'/,greedy:!0}],namespace:/\[[a-z](?:\[(?:\[[^\]]*\]|[^\[\]])*\]|[^\[\]])*\]/i,boolean:/\$(?:false|true)\b/i,variable:/\$\w+\b/,function:[/\b(?:Add|Approve|Assert|Backup|Block|Checkpoint|Clear|Close|Compare|Complete|Compress|Confirm|Connect|Convert|ConvertFrom|ConvertTo|Copy|Debug|Deny|Disable|Disconnect|Dismount|Edit|Enable|Enter|Exit|Expand|Export|Find|ForEach|Format|Get|Grant|Group|Hide|Import|Initialize|Install|Invoke|Join|Limit|Lock|Measure|Merge|Move|New|Open|Optimize|Out|Ping|Pop|Protect|Publish|Push|Read|Receive|Redo|Register|Remove|Rename|Repair|Request|Reset|Resize|Resolve|Restart|Restore|Resume|Revoke|Save|Search|Select|Send|Set|Show|Skip|Sort|Split|Start|Step|Stop|Submit|Suspend|Switch|Sync|Tee|Test|Trace|Unblock|Undo|Uninstall|Unlock|Unprotect|Unpublish|Unregister|Update|Use|Wait|Watch|Where|Write)-[a-z]+\b/i,/\b(?:ac|cat|chdir|clc|cli|clp|clv|compare|copy|cp|cpi|cpp|cvpa|dbp|del|diff|dir|ebp|echo|epal|epcsv|epsn|erase|fc|fl|ft|fw|gal|gbp|gc|gci|gcs|gdr|gi|gl|gm|gp|gps|group|gsv|gu|gv|gwmi|iex|ii|ipal|ipcsv|ipsn|irm|iwmi|iwr|kill|lp|ls|measure|mi|mount|move|mp|mv|nal|ndr|ni|nv|ogv|popd|ps|pushd|pwd|rbp|rd|rdr|ren|ri|rm|rmdir|rni|rnp|rp|rv|rvpa|rwmi|sal|saps|sasv|sbp|sc|select|set|shcm|si|sl|sleep|sls|sort|sp|spps|spsv|start|sv|swmi|tee|trcm|type|write)\b/i],keyword:/\b(?:Begin|Break|Catch|Class|Continue|Data|Define|Do|DynamicParam|Else|ElseIf|End|Exit|Filter|Finally|For|ForEach|From|Function|If|InlineScript|Parallel|Param|Process|Return|Sequence|Switch|Throw|Trap|Try|Until|Using|Var|While|Workflow)\b/i,operator:{pattern:/(^|\W)(?:!|-(?:b?(?:and|x?or)|as|(?:Not)?(?:Contains|In|Like|Match)|eq|ge|gt|is(?:Not)?|Join|le|lt|ne|not|Replace|sh[lr])\b|-[-=]?|\+[+=]?|[*\/%]=?)/i,lookbehind:!0},punctuation:/[|{}[\];(),.]/};l.string[0].inside={function:{pattern:/(^|[^`])\$\((?:\$\([^\r\n()]*\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:l},boolean:l.boolean,variable:l.variable}})(o),(function(s){s.languages.puppet={heredoc:[{pattern:/(@\("([^"\r\n\/):]+)"(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r(?!\n)))*?[ \t]*(?:\|[ \t]*)?(?:-[ \t]*)?\2/,lookbehind:!0,alias:"string",inside:{punctuation:/(?=\S).*\S(?= *$)/}},{pattern:/(@\(([^"\r\n\/):]+)(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r(?!\n)))*?[ \t]*(?:\|[ \t]*)?(?:-[ \t]*)?\2/,lookbehind:!0,greedy:!0,alias:"string",inside:{punctuation:/(?=\S).*\S(?= *$)/}},{pattern:/@\("?(?:[^"\r\n\/):]+)"?(?:\/[nrts$uL]*)?\)/,alias:"string",inside:{punctuation:{pattern:/(\().+?(?=\))/,lookbehind:!0}}}],"multiline-comment":{pattern:/(^|[^\\])\/\*[\s\S]*?\*\//,lookbehind:!0,greedy:!0,alias:"comment"},regex:{pattern:/((?:\bnode\s+|[~=\(\[\{,]\s*|[=+]>\s*|^\s*))\/(?:[^\/\\]|\\[\s\S])+\/(?:[imx]+\b|\B)/,lookbehind:!0,greedy:!0,inside:{"extended-regex":{pattern:/^\/(?:[^\/\\]|\\[\s\S])+\/[im]*x[im]*$/,inside:{comment:/#.*/}}}},comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},string:{pattern:/(["'])(?:\$\{(?:[^'"}]|(["'])(?:(?!\2)[^\\]|\\[\s\S])*\2)+\}|\$(?!\{)|(?!\1)[^\\$]|\\[\s\S])*\1/,greedy:!0,inside:{"double-quoted":{pattern:/^"[\s\S]*"$/,inside:{}}}},variable:{pattern:/\$(?:::)?\w+(?:::\w+)*/,inside:{punctuation:/::/}},"attr-name":/(?:\b\w+|\*)(?=\s*=>)/,function:[{pattern:/(\.)(?!\d)\w+/,lookbehind:!0},/\b(?:contain|debug|err|fail|include|info|notice|realize|require|tag|warning)\b|\b(?!\d)\w+(?=\()/],number:/\b(?:0x[a-f\d]+|\d+(?:\.\d+)?(?:e-?\d+)?)\b/i,boolean:/\b(?:false|true)\b/,keyword:/\b(?:application|attr|case|class|consumes|default|define|else|elsif|function|if|import|inherits|node|private|produces|type|undef|unless)\b/,datatype:{pattern:/\b(?:Any|Array|Boolean|Callable|Catalogentry|Class|Collection|Data|Default|Enum|Float|Hash|Integer|NotUndef|Numeric|Optional|Pattern|Regexp|Resource|Runtime|Scalar|String|Struct|Tuple|Type|Undef|Variant)\b/,alias:"symbol"},operator:/=[=~>]?|![=~]?|<(?:<\|?|[=~|-])?|>[>=]?|->?|~>|\|>?>?|[*\/%+?]|\b(?:and|in|or)\b/,punctuation:/[\[\]{}().,;]|:+/};var l=[{pattern:/(^|[^\\])\$\{(?:[^'"{}]|\{[^}]*\}|(["'])(?:(?!\2)[^\\]|\\[\s\S])*\2)+\}/,lookbehind:!0,inside:{"short-variable":{pattern:/(^\$\{)(?!\w+\()(?:::)?\w+(?:::\w+)*/,lookbehind:!0,alias:"variable",inside:{punctuation:/::/}},delimiter:{pattern:/^\$/,alias:"variable"},rest:s.languages.puppet}},{pattern:/(^|[^\\])\$(?:::)?\w+(?:::\w+)*/,lookbehind:!0,alias:"variable",inside:{punctuation:/::/}}];s.languages.puppet.heredoc[0].inside.interpolation=l,s.languages.puppet.string.inside["double-quoted"].inside.interpolation=l})(o),o.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},o.languages.python["string-interpolation"].inside.interpolation.inside.rest=o.languages.python,o.languages.py=o.languages.python,(function(s){s.languages.ruby=s.languages.extend("clike",{comment:{pattern:/#.*|^=begin\s[\s\S]*?^=end/m,greedy:!0},"class-name":{pattern:/(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,operator:/\.{2,3}|&\.|===|<?=>|[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,punctuation:/[(){}[\].,;]/}),s.languages.insertBefore("ruby","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}});var l={pattern:/((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,lookbehind:!0,inside:{content:{pattern:/^(#\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:s.languages.ruby},delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"}}};delete s.languages.ruby.function;var h="(?:"+[/([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,/\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,/<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source].join("|")+")",d=/(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source;s.languages.insertBefore("ruby","keyword",{"regex-literal":[{pattern:RegExp(/%r/.source+h+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:l,regex:/[\s\S]+/}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:l,regex:/[\s\S]+/}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:[{pattern:RegExp(/(^|[^:]):/.source+d),lookbehind:!0,greedy:!0},{pattern:RegExp(/([\r\n{(,][ \t]*)/.source+d+/(?=:(?!:))/.source),lookbehind:!0,greedy:!0}],"method-definition":{pattern:/(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,lookbehind:!0,inside:{function:/\b\w+$/,keyword:/^self\b/,"class-name":/^\w+/,punctuation:/\./}}}),s.languages.insertBefore("ruby","string",{"string-literal":[{pattern:RegExp(/%[qQiIwWs]?/.source+h),greedy:!0,inside:{interpolation:l,string:/[\s\S]+/}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:l,string:/[\s\S]+/}},{pattern:/<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?/}},interpolation:l,string:/[\s\S]+/}},{pattern:/<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?'|'$/}},string:/[\s\S]+/}}],"command-literal":[{pattern:RegExp(/%x/.source+h),greedy:!0,inside:{interpolation:l,command:{pattern:/[\s\S]+/,alias:"string"}}},{pattern:/`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,greedy:!0,inside:{interpolation:l,command:{pattern:/[\s\S]+/,alias:"string"}}}]}),delete s.languages.ruby.string,s.languages.insertBefore("ruby","number",{builtin:/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,constant:/\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/}),s.languages.rb=s.languages.ruby})(o),o.languages.scss=o.languages.extend("css",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},atrule:{pattern:/@[\w-](?:\([^()]+\)|[^()\s]|\s+(?!\s))*?(?=\s+[{;])/,inside:{rule:/@[\w-]+/}},url:/(?:[-a-z]+-)?url(?=\()/i,selector:{pattern:/(?=\S)[^@;{}()]?(?:[^@;{}()\s]|\s+(?!\s)|#\{\$[-\w]+\})+(?=\s*\{(?:\}|\s|[^}][^:{}]*[:{][^}]))/,inside:{parent:{pattern:/&/,alias:"important"},placeholder:/%[-\w]+/,variable:/\$[-\w]+|#\{\$[-\w]+\}/}},property:{pattern:/(?:[-\w]|\$[-\w]|#\{\$[-\w]+\})+(?=\s*:)/,inside:{variable:/\$[-\w]+|#\{\$[-\w]+\}/}}}),o.languages.insertBefore("scss","atrule",{keyword:[/@(?:content|debug|each|else(?: if)?|extend|for|forward|function|if|import|include|mixin|return|use|warn|while)\b/i,{pattern:/( )(?:from|through)(?= )/,lookbehind:!0}]}),o.languages.insertBefore("scss","important",{variable:/\$[-\w]+|#\{\$[-\w]+\}/}),o.languages.insertBefore("scss","function",{"module-modifier":{pattern:/\b(?:as|hide|show|with)\b/i,alias:"keyword"},placeholder:{pattern:/%[-\w]+/,alias:"selector"},statement:{pattern:/\B!(?:default|optional)\b/i,alias:"keyword"},boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"},operator:{pattern:/(\s)(?:[-+*\/%]|[=!]=|<=?|>=?|and|not|or)(?=\s)/,lookbehind:!0}}),o.languages.scss.atrule.inside.rest=o.languages.scss,(function(s){var l=[/"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/.source,/'[^']*'/.source,/\$'(?:[^'\\]|\\[\s\S])*'/.source,/<<-?\s*(["']?)(\w+)\1\s[\s\S]*?[\r\n]\2/.source].join("|");s.languages["shell-session"]={command:{pattern:RegExp(/^/.source+"(?:"+(/[^\s@:$#%*!/\\]+@[^\r\n@:$#%*!/\\]+(?::[^\0-\x1F$#%*?"<>:;|]+)?/.source+"|"+/[/~.][^\0-\x1F$#%*?"<>@:;|]*/.source)+")?"+/[$#%](?=\s)/.source+/(?:[^\\\r\n \t'"<$]|[ \t](?:(?!#)|#.*$)|\\(?:[^\r]|\r\n?)|\$(?!')|<(?!<)|<<str>>)+/.source.replace(/<<str>>/g,function(){return l}),"m"),greedy:!0,inside:{info:{pattern:/^[^#$%]+/,alias:"punctuation",inside:{user:/^[^\s@:$#%*!/\\]+@[^\r\n@:$#%*!/\\]+/,punctuation:/:/,path:/[\s\S]+/}},bash:{pattern:/(^[$#%]\s*)\S[\s\S]*/,lookbehind:!0,alias:"language-bash",inside:s.languages.bash},"shell-symbol":{pattern:/^[$#%]/,alias:"important"}}},output:/.(?:.*(?:[\r\n]|.$))*/},s.languages["sh-session"]=s.languages.shellsession=s.languages["shell-session"]})(o),(function(s){function l(y,S){s.languages[y]&&s.languages.insertBefore(y,"comment",{"doc-comment":S})}var h=s.languages.markup.tag,d={pattern:/\/\/\/.*/,greedy:!0,alias:"comment",inside:{tag:h}},m={pattern:/'''.*/,greedy:!0,alias:"comment",inside:{tag:h}};l("csharp",d),l("fsharp",d),l("vbnet",m)})(o),(function(s){var l=/[*&][^\s[\]{},]+/,h=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,d="(?:"+h.source+"(?:[ ]+"+l.source+")?|"+l.source+"(?:[ ]+"+h.source+")?)",m=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),y=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function S(v,_){_=(_||"").replace(/m/g,"")+"m";var O=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return d}).replace(/<<value>>/g,function(){return v});return RegExp(O,_)}s.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,function(){return d})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return d}).replace(/<<key>>/g,function(){return"(?:"+m+"|"+y+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:S(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:S(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:S(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:S(y),lookbehind:!0,greedy:!0},number:{pattern:S(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:h,important:l,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},s.languages.yml=s.languages.yaml})(o),(function(s){var l={pattern:/[0-9a-fA-F]{8}[-]?([0-9a-fA-F]{4}[-]?){3}[0-9a-fA-F]{12}/i,alias:"constant"};s.languages["log-file"]={"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0},verbose:[{pattern:/\b(Trace)\b:/i,greedy:!0},{pattern:/\[(verbose|verb|vrb|vb|v)\]/i,greedy:!0}],debug:[{pattern:/\b(DEBUG|Debug)\b|\b(debug)\:/i,greedy:!0},{pattern:/\[(debug|dbug|dbg|de|d)\]/i,greedy:!0}],info:[{pattern:/\b(HINT|INFO|INFORMATION|Info|NOTICE|II)\b | \b(^[^\.\.]+$)\b | \b(info|information)\:/,greedy:!0},{pattern:/\[(information|info|inf|in|i)\]/i,greedy:!0}],warning:[{pattern:/\b(WARNING|WARN|Warn|WW)\b|\b(warning)\:/i,greedy:!0},{pattern:/\[(warning|warn|wrn|wn|w)\]/i,greedy:!0}],error:[{pattern:/\b(ALERT|CRITICAL|EMERGENCY|ERROR|FAILURE|FAIL|Fatal|FATAL|Error|EE)\b|\b(error)\:/i,greedy:!0},{pattern:/\[(error|eror|err|er|e|fatal|fatl|ftl|fa|f)\]/i,greedy:!0}],date:[{pattern:/\b\d{4}-\d{2}-\d{2}(T|\b)/i,greedy:!0},{pattern:/\b\d{2}[^\w\s]\d{2}[^\w\s]\d{4}\b/i,greedy:!0},{pattern:/\d{1,2}:\d{2}(:\d{2}([.,]\d{1,})?)?(Z| ?[+-]\d{1,2}:\d{2})?\b/i,greedy:!0}],guid:l,"text-string":[{pattern:/[a-zA-Z]'[a-zA-Z]/i,greedy:!0},{pattern:/[a-zA-Z]\('[a-zA-Z]/i,greedy:!0}],string:[{pattern:/"[^"]*"/i,greedy:!0,inside:{"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0}}},{pattern:/'[^']*'/i,greedy:!0}],exceptiontype:{pattern:/\b([a-zA-Z.]*Exception)\b/i,greedy:!0},"text-constant":{pattern:/(\\[\w-]+.\w+)/i,greedy:!0},constant:[{pattern:/\b([0-9]+|true|false|null)\b/i,greedy:!0},{pattern:/\b(http|https|ftp|file):\/\S+\b\/?/i,greedy:!0},{pattern:/([\w-]+\.)+([\w-])+(?![\w/\\])/i,greedy:!0}]},s.languages.log=s.languages["log-file"]})(o),(function(){if(typeof o=="undefined"||typeof document=="undefined")return;var s="line-numbers",l=/\n(?!$)/g,h=o.plugins.lineNumbers={getLine:function(S,v){if(!(S.tagName!=="PRE"||!S.classList.contains(s))){var _=S.querySelector(".line-numbers-rows");if(_){var O=parseInt(S.getAttribute("data-start"),10)||1,D=O+(_.children.length-1);v<O&&(v=O),v>D&&(v=D);var k=v-O;return _.children[k]}}},resize:function(S){d([S])},assumeViewportIndependence:!0};function d(S){if(S=S.filter(function(_){var O=m(_),D=O["white-space"];return D==="pre-wrap"||D==="pre-line"}),S.length!=0){var v=S.map(function(_){var O=_.querySelector("code"),D=_.querySelector(".line-numbers-rows");if(!(!O||!D)){var k=_.querySelector(".line-numbers-sizer"),A=O.textContent.split(l);k||(k=document.createElement("span"),k.className="line-numbers-sizer",O.appendChild(k)),k.innerHTML="0",k.style.display="block";var P=k.getBoundingClientRect().height;return k.innerHTML="",{element:_,lines:A,lineHeights:[],oneLinerHeight:P,sizer:k}}}).filter(Boolean);v.forEach(function(_){var O=_.sizer,D=_.lines,k=_.lineHeights,A=_.oneLinerHeight;k[D.length-1]=void 0,D.forEach(function(P,j){if(P&&P.length>1){var w=O.appendChild(document.createElement("span"));w.style.display="block",w.textContent=P}else k[j]=A})}),v.forEach(function(_){for(var O=_.sizer,D=_.lineHeights,k=0,A=0;A<D.length;A++)D[A]===void 0&&(D[A]=O.children[k++].getBoundingClientRect().height)}),v.forEach(function(_){var O=_.sizer,D=_.element.querySelector(".line-numbers-rows");O.style.display="none",O.innerHTML="",_.lineHeights.forEach(function(k,A){D.children[A].style.height=k+"px"})})}}function m(S){return S?window.getComputedStyle?getComputedStyle(S):S.currentStyle||null:null}var y=void 0;window.addEventListener("resize",function(){h.assumeViewportIndependence&&y===window.innerWidth||(y=window.innerWidth,d(Array.prototype.slice.call(document.querySelectorAll("pre."+s))))}),o.hooks.add("complete",function(S){if(S.code){var v=S.element,_=v.parentNode;if(!(!_||!/pre/i.test(_.nodeName))&&!v.querySelector(".line-numbers-rows")&&o.util.isActive(v,s)){v.classList.remove(s),_.classList.add(s);var O=S.code.match(l),D=O?O.length+1:1,k,A=new Array(D+1).join("<span></span>");k=document.createElement("span"),k.setAttribute("aria-hidden","true"),k.className="line-numbers-rows",k.innerHTML=A,_.hasAttribute("data-start")&&(_.style.counterReset="linenumber "+(parseInt(_.getAttribute("data-start"),10)-1)),S.element.appendChild(k),d([_]),o.hooks.run("line-numbers",S)}}}),o.hooks.add("line-numbers",function(S){S.plugins=S.plugins||{},S.plugins.lineNumbers=!0})})(),(function(){if(typeof o=="undefined"||typeof document=="undefined")return;var s=[],l={},h=function(){};o.plugins.toolbar={};var d=o.plugins.toolbar.registerButton=function(S,v){var _;if(typeof v=="function"?_=v:_=function(O){var D;return typeof v.onClick=="function"?(D=document.createElement("button"),D.type="button",D.addEventListener("click",function(){v.onClick.call(this,O)})):typeof v.url=="string"?(D=document.createElement("a"),D.href=v.url):D=document.createElement("span"),v.className&&D.classList.add(v.className),D.textContent=v.text,D},S in l){console.warn('There is a button with the key "'+S+'" registered already.');return}s.push(l[S]=_)};function m(S){for(;S;){var v=S.getAttribute("data-toolbar-order");if(v!=null)return v=v.trim(),v.length?v.split(/\s*,\s*/g):[];S=S.parentElement}}var y=o.plugins.toolbar.hook=function(S){var v=S.element.parentNode;if(!(!v||!/pre/i.test(v.nodeName))&&!v.parentNode.classList.contains("code-toolbar")){var _=document.createElement("div");_.classList.add("code-toolbar"),v.parentNode.insertBefore(_,v),_.appendChild(v);var O=document.createElement("div");O.classList.add("toolbar");var D=s,k=m(S.element);k&&(D=k.map(function(A){return l[A]||h})),D.forEach(function(A){var P=A(S);if(P){var j=document.createElement("div");j.classList.add("toolbar-item"),j.appendChild(P),O.appendChild(j)}}),_.appendChild(O)}};d("label",function(S){var v=S.element.parentNode;if(!(!v||!/pre/i.test(v.nodeName))&&v.hasAttribute("data-label")){var _,O,D=v.getAttribute("data-label");try{O=document.querySelector("template#"+D)}catch(k){}return O?_=O.content:(v.hasAttribute("data-url")?(_=document.createElement("a"),_.href=v.getAttribute("data-url")):_=document.createElement("span"),_.textContent=D),_}}),o.hooks.add("complete",y)})(),(function(){if(typeof o=="undefined"||typeof document=="undefined")return;if(!o.plugins.toolbar){console.warn("Copy to Clipboard plugin loaded before Toolbar plugin.");return}function s(y,S){y.addEventListener("click",function(){h(S)})}function l(y){var S=document.createElement("textarea");S.value=y.getText(),S.style.top="0",S.style.left="0",S.style.position="fixed",document.body.appendChild(S),S.focus(),S.select();try{var v=document.execCommand("copy");setTimeout(function(){v?y.success():y.error()},1)}catch(_){setTimeout(function(){y.error(_)},1)}document.body.removeChild(S)}function h(y){navigator.clipboard?navigator.clipboard.writeText(y.getText()).then(y.success,function(){l(y)}):l(y)}function d(y){window.getSelection().selectAllChildren(y)}function m(y){var S={copy:"Copy","copy-error":"Press Ctrl+C to copy","copy-success":"Copied!","copy-timeout":5e3},v="data-prismjs-";for(var _ in S){for(var O=v+_,D=y;D&&!D.hasAttribute(O);)D=D.parentElement;D&&(S[_]=D.getAttribute(O))}return S}o.plugins.toolbar.registerButton("copy-to-clipboard",function(y){var S=y.element,v=m(S),_=document.createElement("button");_.className="copy-to-clipboard-button",_.setAttribute("type","button");var O=document.createElement("span");return _.appendChild(O),k("copy"),s(_,{getText:function(){return S.textContent},success:function(){k("copy-success"),D()},error:function(){k("copy-error"),setTimeout(function(){d(S)},1),D()}}),_;function D(){setTimeout(function(){k("copy")},v["copy-timeout"])}function k(A){O.textContent=v[A],_.setAttribute("data-copy-state",A)}})})(),(function(){if(typeof o!="undefined"){var s=/^diff-([\w-]+)/i,l=/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/g,h=RegExp(/(?:__|[^\r\n<])*(?:\r\n?|\n|(?:__|[^\r\n<])(?![^\r\n]))/.source.replace(/__/g,function(){return l.source}),"gi"),d=!1;o.hooks.add("before-sanity-check",function(m){var y=m.language;s.test(y)&&!m.grammar&&(m.grammar=o.languages[y]=o.languages.diff)}),o.hooks.add("before-tokenize",function(m){!d&&!o.languages.diff&&!o.plugins.autoloader&&(d=!0,console.warn("Prism's Diff Highlight plugin requires the Diff language definition (prism-diff.js).Make sure the language definition is loaded or use Prism's Autoloader plugin."));var y=m.language;s.test(y)&&!o.languages[y]&&(o.languages[y]=o.languages.diff)}),o.hooks.add("wrap",function(m){var y,S;if(m.language!=="diff"){var v=s.exec(m.language);if(!v)return;y=v[1],S=o.languages[y]}var _=o.languages.diff&&o.languages.diff.PREFIXES;if(_&&m.type in _){var O=m.content.replace(l,""),D=O.replace(/&lt;/g,"<").replace(/&amp;/g,"&"),k=D.replace(/(^|[\r\n])./g,"$1"),A;S?A=o.highlight(k,S,y):A=o.util.encode(k);var P=new o.Token("prefix",_[m.type],[/\w+/.exec(m.type)[0]]),j=o.Token.stringify(P,m.language),w=[],E;for(h.lastIndex=0;E=h.exec(A);)w.push(j+E[0]);/(?:^|[\r\n]).$/.test(D)&&w.push(j),m.content=w.join(""),S&&m.classes.push("language-"+y)}})}})()}}),Nu=Mr({"node_modules/clipboard/dist/clipboard.js"(t,n){(function(o,s){typeof t=="object"&&typeof n=="object"?n.exports=s():typeof define=="function"&&define.amd?define([],s):typeof t=="object"?t.ClipboardJS=s():o.ClipboardJS=s()})(t,function(){return(function(){var r={686:(function(l,h,d){"use strict";d.d(h,{default:function(){return pe}});var m=d(279),y=d.n(m),S=d(370),v=d.n(S),_=d(817),O=d.n(_);function D(ne){try{return document.execCommand(ne)}catch(V){return!1}}var k=function(V){var Y=O()(V);return D("cut"),Y},A=k;function P(ne){var V=document.documentElement.getAttribute("dir")==="rtl",Y=document.createElement("textarea");Y.style.fontSize="12pt",Y.style.border="0",Y.style.padding="0",Y.style.margin="0",Y.style.position="absolute",Y.style[V?"right":"left"]="-9999px";var ee=window.pageYOffset||document.documentElement.scrollTop;return Y.style.top="".concat(ee,"px"),Y.setAttribute("readonly",""),Y.value=ne,Y}var j=function(V,Y){var ee=P(V);Y.container.appendChild(ee);var ce=O()(ee);return D("copy"),ee.remove(),ce},w=function(V){var Y=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body},ee="";return typeof V=="string"?ee=j(V,Y):V instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(V==null?void 0:V.type)?ee=j(V.value,Y):(ee=O()(V),D("copy")),ee},E=w;function L(ne){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?L=function(Y){return typeof Y}:L=function(Y){return Y&&typeof Symbol=="function"&&Y.constructor===Symbol&&Y!==Symbol.prototype?"symbol":typeof Y},L(ne)}var M=function(){var V=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},Y=V.action,ee=Y===void 0?"copy":Y,ce=V.container,le=V.target,Ue=V.text;if(ee!=="copy"&&ee!=="cut")throw new Error('Invalid "action" value, use either "copy" or "cut"');if(le!==void 0)if(le&&L(le)==="object"&&le.nodeType===1){if(ee==="copy"&&le.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if(ee==="cut"&&(le.hasAttribute("readonly")||le.hasAttribute("disabled")))throw new Error(`Invalid "target" attribute. You can't cut text from elements with "readonly" or "disabled" attributes`)}else throw new Error('Invalid "target" value, use a valid Element');if(Ue)return E(Ue,{container:ce});if(le)return ee==="cut"?A(le):E(le,{container:ce})},B=M;function u(ne){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?u=function(Y){return typeof Y}:u=function(Y){return Y&&typeof Symbol=="function"&&Y.constructor===Symbol&&Y!==Symbol.prototype?"symbol":typeof Y},u(ne)}function W(ne,V){if(!(ne instanceof V))throw new TypeError("Cannot call a class as a function")}function F(ne,V){for(var Y=0;Y<V.length;Y++){var ee=V[Y];ee.enumerable=ee.enumerable||!1,ee.configurable=!0,"value"in ee&&(ee.writable=!0),Object.defineProperty(ne,ee.key,ee)}}function X(ne,V,Y){return V&&F(ne.prototype,V),Y&&F(ne,Y),ne}function oe(ne,V){if(typeof V!="function"&&V!==null)throw new TypeError("Super expression must either be null or a function");ne.prototype=Object.create(V&&V.prototype,{constructor:{value:ne,writable:!0,configurable:!0}}),V&&Ae(ne,V)}function Ae(ne,V){return Ae=Object.setPrototypeOf||function(ee,ce){return ee.__proto__=ce,ee},Ae(ne,V)}function re(ne){var V=K();return function(){var ee=G(ne),ce;if(V){var le=G(this).constructor;ce=Reflect.construct(ee,arguments,le)}else ce=ee.apply(this,arguments);return xe(this,ce)}}function xe(ne,V){return V&&(u(V)==="object"||typeof V=="function")?V:Q(ne)}function Q(ne){if(ne===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return ne}function K(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(ne){return!1}}function G(ne){return G=Object.setPrototypeOf?Object.getPrototypeOf:function(Y){return Y.__proto__||Object.getPrototypeOf(Y)},G(ne)}function ie(ne,V){var Y="data-clipboard-".concat(ne);if(V.hasAttribute(Y))return V.getAttribute(Y)}var Z=(function(ne){oe(Y,ne);var V=re(Y);function Y(ee,ce){var le;return W(this,Y),le=V.call(this),le.resolveOptions(ce),le.listenClick(ee),le}return X(Y,[{key:"resolveOptions",value:function(){var ce=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.action=typeof ce.action=="function"?ce.action:this.defaultAction,this.target=typeof ce.target=="function"?ce.target:this.defaultTarget,this.text=typeof ce.text=="function"?ce.text:this.defaultText,this.container=u(ce.container)==="object"?ce.container:document.body}},{key:"listenClick",value:function(ce){var le=this;this.listener=v()(ce,"click",function(Ue){return le.onClick(Ue)})}},{key:"onClick",value:function(ce){var le=ce.delegateTarget||ce.currentTarget,Ue=this.action(le)||"copy",Ye=B({action:Ue,container:this.container,target:this.target(le),text:this.text(le)});this.emit(Ye?"success":"error",{action:Ue,text:Ye,trigger:le,clearSelection:function(){le&&le.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(ce){return ie("action",ce)}},{key:"defaultTarget",value:function(ce){var le=ie("target",ce);if(le)return document.querySelector(le)}},{key:"defaultText",value:function(ce){return ie("text",ce)}},{key:"destroy",value:function(){this.listener.destroy()}}],[{key:"copy",value:function(ce){var le=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body};return E(ce,le)}},{key:"cut",value:function(ce){return A(ce)}},{key:"isSupported",value:function(){var ce=arguments.length>0&&arguments[0]!==void 0?arguments[0]:["copy","cut"],le=typeof ce=="string"?[ce]:ce,Ue=!!document.queryCommandSupported;return le.forEach(function(Ye){Ue=Ue&&!!document.queryCommandSupported(Ye)}),Ue}}]),Y})(y()),pe=Z}),828:(function(l){var h=9;if(typeof Element!="undefined"&&!Element.prototype.matches){var d=Element.prototype;d.matches=d.matchesSelector||d.mozMatchesSelector||d.msMatchesSelector||d.oMatchesSelector||d.webkitMatchesSelector}function m(y,S){for(;y&&y.nodeType!==h;){if(typeof y.matches=="function"&&y.matches(S))return y;y=y.parentNode}}l.exports=m}),438:(function(l,h,d){var m=d(828);function y(_,O,D,k,A){var P=v.apply(this,arguments);return _.addEventListener(D,P,A),{destroy:function(){_.removeEventListener(D,P,A)}}}function S(_,O,D,k,A){return typeof _.addEventListener=="function"?y.apply(null,arguments):typeof D=="function"?y.bind(null,document).apply(null,arguments):(typeof _=="string"&&(_=document.querySelectorAll(_)),Array.prototype.map.call(_,function(P){return y(P,O,D,k,A)}))}function v(_,O,D,k){return function(A){A.delegateTarget=m(A.target,O),A.delegateTarget&&k.call(_,A)}}l.exports=S}),879:(function(l,h){h.node=function(d){return d!==void 0&&d instanceof HTMLElement&&d.nodeType===1},h.nodeList=function(d){var m=Object.prototype.toString.call(d);return d!==void 0&&(m==="[object NodeList]"||m==="[object HTMLCollection]")&&"length"in d&&(d.length===0||h.node(d[0]))},h.string=function(d){return typeof d=="string"||d instanceof String},h.fn=function(d){var m=Object.prototype.toString.call(d);return m==="[object Function]"}}),370:(function(l,h,d){var m=d(879),y=d(438);function S(D,k,A){if(!D&&!k&&!A)throw new Error("Missing required arguments");if(!m.string(k))throw new TypeError("Second argument must be a String");if(!m.fn(A))throw new TypeError("Third argument must be a Function");if(m.node(D))return v(D,k,A);if(m.nodeList(D))return _(D,k,A);if(m.string(D))return O(D,k,A);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}function v(D,k,A){return D.addEventListener(k,A),{destroy:function(){D.removeEventListener(k,A)}}}function _(D,k,A){return Array.prototype.forEach.call(D,function(P){P.addEventListener(k,A)}),{destroy:function(){Array.prototype.forEach.call(D,function(P){P.removeEventListener(k,A)})}}}function O(D,k,A){return y(document.body,D,k,A)}l.exports=S}),817:(function(l){function h(d){var m;if(d.nodeName==="SELECT")d.focus(),m=d.value;else if(d.nodeName==="INPUT"||d.nodeName==="TEXTAREA"){var y=d.hasAttribute("readonly");y||d.setAttribute("readonly",""),d.select(),d.setSelectionRange(0,d.value.length),y||d.removeAttribute("readonly"),m=d.value}else{d.hasAttribute("contenteditable")&&d.focus();var S=window.getSelection(),v=document.createRange();v.selectNodeContents(d),S.removeAllRanges(),S.addRange(v),m=S.toString()}return m}l.exports=h}),279:(function(l){function h(){}h.prototype={on:function(d,m,y){var S=this.e||(this.e={});return(S[d]||(S[d]=[])).push({fn:m,ctx:y}),this},once:function(d,m,y){var S=this;function v(){S.off(d,v),m.apply(y,arguments)}return v._=m,this.on(d,v,y)},emit:function(d){var m=[].slice.call(arguments,1),y=((this.e||(this.e={}))[d]||[]).slice(),S=0,v=y.length;for(S;S<v;S++)y[S].fn.apply(y[S].ctx,m);return this},off:function(d,m){var y=this.e||(this.e={}),S=y[d],v=[];if(S&&m)for(var _=0,O=S.length;_<O;_++)S[_].fn!==m&&S[_].fn._!==m&&v.push(S[_]);return v.length?y[d]=v:delete y[d],this}},l.exports=h,l.exports.TinyEmitter=h})},o={};function s(l){if(o[l])return o[l].exports;var h=o[l]={exports:{}};return r[l](h,h.exports,s),h.exports}return(function(){s.n=function(l){var h=l&&l.__esModule?(function(){return l.default}):(function(){return l});return s.d(h,{a:h}),h}})(),(function(){s.d=function(l,h){for(var d in h)s.o(h,d)&&!s.o(l,d)&&Object.defineProperty(l,d,{enumerable:!0,get:h[d]})}})(),(function(){s.o=function(l,h){return Object.prototype.hasOwnProperty.call(l,h)}})(),s(686)})().default})}}),Lu=Mr({"node_modules/anchor-js/anchor.js"(t,n){(function(r,o){"use strict";typeof define=="function"&&define.amd?define([],o):typeof n=="object"&&n.exports?n.exports=o():(r.AnchorJS=o(),r.anchors=new r.AnchorJS)})(globalThis,function(){"use strict";function r(o){this.options=o||{},this.elements=[];function s(d){d.icon=Object.prototype.hasOwnProperty.call(d,"icon")?d.icon:"\uE9CB",d.visible=Object.prototype.hasOwnProperty.call(d,"visible")?d.visible:"hover",d.placement=Object.prototype.hasOwnProperty.call(d,"placement")?d.placement:"right",d.ariaLabel=Object.prototype.hasOwnProperty.call(d,"ariaLabel")?d.ariaLabel:"Anchor",d.class=Object.prototype.hasOwnProperty.call(d,"class")?d.class:"",d.base=Object.prototype.hasOwnProperty.call(d,"base")?d.base:"",d.truncate=Object.prototype.hasOwnProperty.call(d,"truncate")?Math.floor(d.truncate):64,d.titleText=Object.prototype.hasOwnProperty.call(d,"titleText")?d.titleText:""}s(this.options),this.add=function(d){var m,y,S,v,_,O,D,k,A,P,j,w=[];if(s(this.options),d||(d="h2, h3, h4, h5, h6"),m=l(d),m.length===0)return this;for(h(),y=document.querySelectorAll("[id]"),S=[].map.call(y,function(E){return E.id}),_=0;_<m.length;_++){if(this.hasAnchorJSLink(m[_])){w.push(_);continue}if(m[_].hasAttribute("id"))v=m[_].getAttribute("id");else if(m[_].hasAttribute("data-anchor-id"))v=m[_].getAttribute("data-anchor-id");else{k=this.urlify(m[_].textContent),A=k,D=0;do O!==void 0&&(A=k+"-"+D),O=S.indexOf(A),D+=1;while(O!==-1);O=void 0,S.push(A),m[_].setAttribute("id",A),v=A}P=document.createElement("a"),P.className="anchorjs-link "+this.options.class,P.setAttribute("aria-label",this.options.ariaLabel),P.setAttribute("data-anchorjs-icon",this.options.icon),this.options.titleText&&(P.title=this.options.titleText),j=document.querySelector("base")?window.location.pathname+window.location.search:"",j=this.options.base||j,P.href=j+"#"+v,this.options.visible==="always"&&(P.style.opacity="1"),this.options.icon==="\uE9CB"&&(P.style.font="1em/1 anchorjs-icons",this.options.placement==="left"&&(P.style.lineHeight="inherit")),this.options.placement==="left"?(P.style.position="absolute",P.style.marginLeft="-1.25em",P.style.paddingRight=".25em",P.style.paddingLeft=".25em",m[_].insertBefore(P,m[_].firstChild)):(P.style.marginLeft=".1875em",P.style.paddingRight=".1875em",P.style.paddingLeft=".1875em",m[_].appendChild(P))}for(_=0;_<w.length;_++)m.splice(w[_]-_,1);return this.elements=this.elements.concat(m),this},this.remove=function(d){for(var m,y,S=l(d),v=0;v<S.length;v++)y=S[v].querySelector(".anchorjs-link"),y&&(m=this.elements.indexOf(S[v]),m!==-1&&this.elements.splice(m,1),S[v].removeChild(y));return this},this.removeAll=function(){this.remove(this.elements)},this.urlify=function(d){var m=document.createElement("textarea");m.innerHTML=d,d=m.value;var y=/[& +$,:;=?@"#{}|^~[`%!'<>\]./()*\\\n\t\b\v\u00A0]/g;return this.options.truncate||s(this.options),d.trim().replace(/'/gi,"").replace(y,"-").replace(/-{2,}/g,"-").substring(0,this.options.truncate).replace(/^-+|-+$/gm,"").toLowerCase()},this.hasAnchorJSLink=function(d){var m=d.firstChild&&(" "+d.firstChild.className+" ").indexOf(" anchorjs-link ")>-1,y=d.lastChild&&(" "+d.lastChild.className+" ").indexOf(" anchorjs-link ")>-1;return m||y||!1};function l(d){var m;if(typeof d=="string"||d instanceof String)m=[].slice.call(document.querySelectorAll(d));else if(Array.isArray(d)||d instanceof NodeList)m=[].slice.call(d);else throw new TypeError("The selector provided to AnchorJS was invalid.");return m}function h(){if(document.head.querySelector("style.anchorjs")===null){var d=document.createElement("style"),m=".anchorjs-link{opacity:0;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}",y=":hover>.anchorjs-link,.anchorjs-link:focus{opacity:1}",S='@font-face{font-family:anchorjs-icons;src:url(data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x5ZlQCcfwAAAH4AAABCGhlYWQHFvHyAAAAvAAAADZoaGVhBnACFwAAAPQAAAAkaG10eASAADEAAAGYAAAADGxvY2EACACEAAAB8AAAAAhtYXhwAAYAVwAAARgAAAAgbmFtZQGOH9cAAAMAAAAAunBvc3QAAwAAAAADvAAAACAAAQAAAAEAAHzE2p9fDzz1AAkEAAAAAADRecUWAAAAANQA6R8AAAAAAoACwAAAAAgAAgAAAAAAAAABAAADwP/AAAACgAAA/9MCrQABAAAAAAAAAAAAAAAAAAAAAwABAAAAAwBVAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAMCQAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAg//0DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAAIAAAACgAAxAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADAAAAAIAAgAAgAAACDpy//9//8AAAAg6cv//f///+EWNwADAAEAAAAAAAAAAAAAAAAACACEAAEAAAAAAAAAAAAAAAAxAAACAAQARAKAAsAAKwBUAAABIiYnJjQ3NzY2MzIWFxYUBwcGIicmNDc3NjQnJiYjIgYHBwYUFxYUBwYGIwciJicmNDc3NjIXFhQHBwYUFxYWMzI2Nzc2NCcmNDc2MhcWFAcHBgYjARQGDAUtLXoWOR8fORYtLTgKGwoKCjgaGg0gEhIgDXoaGgkJBQwHdR85Fi0tOAobCgoKOBoaDSASEiANehoaCQkKGwotLXoWOR8BMwUFLYEuehYXFxYugC44CQkKGwo4GkoaDQ0NDXoaShoKGwoFBe8XFi6ALjgJCQobCjgaShoNDQ0NehpKGgobCgoKLYEuehYXAAAADACWAAEAAAAAAAEACAAAAAEAAAAAAAIAAwAIAAEAAAAAAAMACAAAAAEAAAAAAAQACAAAAAEAAAAAAAUAAQALAAEAAAAAAAYACAAAAAMAAQQJAAEAEAAMAAMAAQQJAAIABgAcAAMAAQQJAAMAEAAMAAMAAQQJAAQAEAAMAAMAAQQJAAUAAgAiAAMAAQQJAAYAEAAMYW5jaG9yanM0MDBAAGEAbgBjAGgAbwByAGoAcwA0ADAAMABAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP) format("truetype")}',v="[data-anchorjs-icon]::after{content:attr(data-anchorjs-icon)}",_;d.className="anchorjs",d.appendChild(document.createTextNode("")),_=document.head.querySelector('[rel="stylesheet"],style'),_===void 0?document.head.appendChild(d):document.head.insertBefore(d,_),d.sheet.insertRule(m,d.sheet.cssRules.length),d.sheet.insertRule(y,d.sheet.cssRules.length),d.sheet.insertRule(v,d.sheet.cssRules.length),d.sheet.insertRule(S,d.sheet.cssRules.length)}}}return r})}}),Ru=Mr({"node_modules/jquery/dist/jquery.js"(t,n){(function(r,o){"use strict";typeof n=="object"&&typeof n.exports=="object"?n.exports=r.document?o(r,!0):function(s){if(!s.document)throw new Error("jQuery requires a window with a document");return o(s)}:o(r)})(typeof window!="undefined"?window:t,function(r,o){"use strict";var s=[],l=Object.getPrototypeOf,h=s.slice,d=s.flat?function(e){return s.flat.call(e)}:function(e){return s.concat.apply([],e)},m=s.push,y=s.indexOf,S={},v=S.toString,_=S.hasOwnProperty,O=_.toString,D=O.call(Object),k={},A=function(i){return typeof i=="function"&&typeof i.nodeType!="number"&&typeof i.item!="function"},P=function(i){return i!=null&&i===i.window},j=r.document,w={type:!0,src:!0,nonce:!0,noModule:!0};function E(e,i,a){a=a||j;var c,f,p=a.createElement("script");if(p.text=e,i)for(c in w)f=i[c]||i.getAttribute&&i.getAttribute(c),f&&p.setAttribute(c,f);a.head.appendChild(p).parentNode.removeChild(p)}function L(e){return e==null?e+"":typeof e=="object"||typeof e=="function"?S[v.call(e)]||"object":typeof e}var M="3.7.1",B=/HTML$/i,u=function(e,i){return new u.fn.init(e,i)};u.fn=u.prototype={jquery:M,constructor:u,length:0,toArray:function(){return h.call(this)},get:function(e){return e==null?h.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var i=u.merge(this.constructor(),e);return i.prevObject=this,i},each:function(e){return u.each(this,e)},map:function(e){return this.pushStack(u.map(this,function(i,a){return e.call(i,a,i)}))},slice:function(){return this.pushStack(h.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(u.grep(this,function(e,i){return(i+1)%2}))},odd:function(){return this.pushStack(u.grep(this,function(e,i){return i%2}))},eq:function(e){var i=this.length,a=+e+(e<0?i:0);return this.pushStack(a>=0&&a<i?[this[a]]:[])},end:function(){return this.prevObject||this.constructor()},push:m,sort:s.sort,splice:s.splice},u.extend=u.fn.extend=function(){var e,i,a,c,f,p,g=arguments[0]||{},C=1,x=arguments.length,N=!1;for(typeof g=="boolean"&&(N=g,g=arguments[C]||{},C++),typeof g!="object"&&!A(g)&&(g={}),C===x&&(g=this,C--);C<x;C++)if((e=arguments[C])!=null)for(i in e)c=e[i],!(i==="__proto__"||g===c)&&(N&&c&&(u.isPlainObject(c)||(f=Array.isArray(c)))?(a=g[i],f&&!Array.isArray(a)?p=[]:!f&&!u.isPlainObject(a)?p={}:p=a,f=!1,g[i]=u.extend(N,p,c)):c!==void 0&&(g[i]=c));return g},u.extend({expando:"jQuery"+(M+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var i,a;return!e||v.call(e)!=="[object Object]"?!1:(i=l(e),i?(a=_.call(i,"constructor")&&i.constructor,typeof a=="function"&&O.call(a)===D):!0)},isEmptyObject:function(e){var i;for(i in e)return!1;return!0},globalEval:function(e,i,a){E(e,{nonce:i&&i.nonce},a)},each:function(e,i){var a,c=0;if(W(e))for(a=e.length;c<a&&i.call(e[c],c,e[c])!==!1;c++);else for(c in e)if(i.call(e[c],c,e[c])===!1)break;return e},text:function(e){var i,a="",c=0,f=e.nodeType;if(!f)for(;i=e[c++];)a+=u.text(i);return f===1||f===11?e.textContent:f===9?e.documentElement.textContent:f===3||f===4?e.nodeValue:a},makeArray:function(e,i){var a=i||[];return e!=null&&(W(Object(e))?u.merge(a,typeof e=="string"?[e]:e):m.call(a,e)),a},inArray:function(e,i,a){return i==null?-1:y.call(i,e,a)},isXMLDoc:function(e){var i=e&&e.namespaceURI,a=e&&(e.ownerDocument||e).documentElement;return!B.test(i||a&&a.nodeName||"HTML")},merge:function(e,i){for(var a=+i.length,c=0,f=e.length;c<a;c++)e[f++]=i[c];return e.length=f,e},grep:function(e,i,a){for(var c,f=[],p=0,g=e.length,C=!a;p<g;p++)c=!i(e[p],p),c!==C&&f.push(e[p]);return f},map:function(e,i,a){var c,f,p=0,g=[];if(W(e))for(c=e.length;p<c;p++)f=i(e[p],p,a),f!=null&&g.push(f);else for(p in e)f=i(e[p],p,a),f!=null&&g.push(f);return d(g)},guid:1,support:k}),typeof Symbol=="function"&&(u.fn[Symbol.iterator]=s[Symbol.iterator]),u.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,i){S["[object "+i+"]"]=i.toLowerCase()});function W(e){var i=!!e&&"length"in e&&e.length,a=L(e);return A(e)||P(e)?!1:a==="array"||i===0||typeof i=="number"&&i>0&&i-1 in e}function F(e,i){return e.nodeName&&e.nodeName.toLowerCase()===i.toLowerCase()}var X=s.pop,oe=s.sort,Ae=s.splice,re="[\\x20\\t\\r\\n\\f]",xe=new RegExp("^"+re+"+|((?:^|[^\\\\])(?:\\\\.)*)"+re+"+$","g");u.contains=function(e,i){var a=i&&i.parentNode;return e===a||!!(a&&a.nodeType===1&&(e.contains?e.contains(a):e.compareDocumentPosition&&e.compareDocumentPosition(a)&16))};var Q=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function K(e,i){return i?e==="\0"?"\uFFFD":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e}u.escapeSelector=function(e){return(e+"").replace(Q,K)};var G=j,ie=m;(function(){var e,i,a,c,f,p=ie,g,C,x,N,$,z=u.expando,q=0,J=0,ye=fi(),Ie=fi(),we=fi(),it=fi(),Ze=function(b,I){return b===I&&(f=!0),0},Ht="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",Ft="(?:\\\\[\\da-fA-F]{1,6}"+re+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",Te="\\["+re+"*("+Ft+")(?:"+re+"*([*^$|!~]?=)"+re+`*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(`+Ft+"))|)"+re+"*\\]",An=":("+Ft+`)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|`+Te+")*)|.*)\\)|)",Pe=new RegExp(re+"+","g"),Qe=new RegExp("^"+re+"*,"+re+"*"),Lr=new RegExp("^"+re+"*([>+~]|"+re+")"+re+"*"),io=new RegExp(re+"|>"),$t=new RegExp(An),Rr=new RegExp("^"+Ft+"$"),Bt={ID:new RegExp("^#("+Ft+")"),CLASS:new RegExp("^\\.("+Ft+")"),TAG:new RegExp("^("+Ft+"|[*])"),ATTR:new RegExp("^"+Te),PSEUDO:new RegExp("^"+An),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+re+"*(even|odd|(([+-]|)(\\d*)n|)"+re+"*(?:([+-]|)"+re+"*(\\d+)|))"+re+"*\\)|)","i"),bool:new RegExp("^(?:"+Ht+")$","i"),needsContext:new RegExp("^"+re+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+re+"*((?:-\\d)?\\d*)"+re+"*\\)|)(?=[^-]|$)","i")},an=/^(?:input|select|textarea|button)$/i,un=/^h\d$/i,Ot=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,oo=/[+~]/,Yt=new RegExp("\\\\[\\da-fA-F]{1,6}"+re+"?|\\\\([^\\r\\n\\f])","g"),Xt=function(b,I){var R="0x"+b.slice(1)-65536;return I||(R<0?String.fromCharCode(R+65536):String.fromCharCode(R>>10|55296,R&1023|56320))},ul=function(){sn()},sl=di(function(b){return b.disabled===!0&&F(b,"fieldset")},{dir:"parentNode",next:"legend"});function cl(){try{return g.activeElement}catch(b){}}try{p.apply(s=h.call(G.childNodes),G.childNodes),s[G.childNodes.length].nodeType}catch(b){p={apply:function(I,R){ie.apply(I,h.call(R))},call:function(I){ie.apply(I,h.call(arguments,1))}}}function Le(b,I,R,H){var U,te,ae,fe,ue,Oe,ve,be=I&&I.ownerDocument,ke=I?I.nodeType:9;if(R=R||[],typeof b!="string"||!b||ke!==1&&ke!==9&&ke!==11)return R;if(!H&&(sn(I),I=I||g,x)){if(ke!==11&&(ue=Ot.exec(b)))if(U=ue[1]){if(ke===9)if(ae=I.getElementById(U)){if(ae.id===U)return p.call(R,ae),R}else return R;else if(be&&(ae=be.getElementById(U))&&Le.contains(I,ae)&&ae.id===U)return p.call(R,ae),R}else{if(ue[2])return p.apply(R,I.getElementsByTagName(b)),R;if((U=ue[3])&&I.getElementsByClassName)return p.apply(R,I.getElementsByClassName(U)),R}if(!it[b+" "]&&(!N||!N.test(b))){if(ve=b,be=I,ke===1&&(io.test(b)||Lr.test(b))){for(be=oo.test(b)&&ao(I.parentNode)||I,(be!=I||!k.scope)&&((fe=I.getAttribute("id"))?fe=u.escapeSelector(fe):I.setAttribute("id",fe=z)),Oe=qr(b),te=Oe.length;te--;)Oe[te]=(fe?"#"+fe:":scope")+" "+pi(Oe[te]);ve=Oe.join(",")}try{return p.apply(R,be.querySelectorAll(ve)),R}catch(he){it(b,!0)}finally{fe===z&&I.removeAttribute("id")}}}return ku(b.replace(xe,"$1"),I,R,H)}function fi(){var b=[];function I(R,H){return b.push(R+" ")>i.cacheLength&&delete I[b.shift()],I[R+" "]=H}return I}function Dt(b){return b[z]=!0,b}function Un(b){var I=g.createElement("fieldset");try{return!!b(I)}catch(R){return!1}finally{I.parentNode&&I.parentNode.removeChild(I),I=null}}function ll(b){return function(I){return F(I,"input")&&I.type===b}}function fl(b){return function(I){return(F(I,"input")||F(I,"button"))&&I.type===b}}function xu(b){return function(I){return"form"in I?I.parentNode&&I.disabled===!1?"label"in I?"label"in I.parentNode?I.parentNode.disabled===b:I.disabled===b:I.isDisabled===b||I.isDisabled!==!b&&sl(I)===b:I.disabled===b:"label"in I?I.disabled===b:!1}}function wn(b){return Dt(function(I){return I=+I,Dt(function(R,H){for(var U,te=b([],R.length,I),ae=te.length;ae--;)R[U=te[ae]]&&(R[U]=!(H[U]=R[U]))})})}function ao(b){return b&&typeof b.getElementsByTagName!="undefined"&&b}function sn(b){var I,R=b?b.ownerDocument||b:G;return R==g||R.nodeType!==9||!R.documentElement||(g=R,C=g.documentElement,x=!u.isXMLDoc(g),$=C.matches||C.webkitMatchesSelector||C.msMatchesSelector,C.msMatchesSelector&&G!=g&&(I=g.defaultView)&&I.top!==I&&I.addEventListener("unload",ul),k.getById=Un(function(H){return C.appendChild(H).id=u.expando,!g.getElementsByName||!g.getElementsByName(u.expando).length}),k.disconnectedMatch=Un(function(H){return $.call(H,"*")}),k.scope=Un(function(){return g.querySelectorAll(":scope")}),k.cssHas=Un(function(){try{return g.querySelector(":has(*,:jqfake)"),!1}catch(H){return!0}}),k.getById?(i.filter.ID=function(H){var U=H.replace(Yt,Xt);return function(te){return te.getAttribute("id")===U}},i.find.ID=function(H,U){if(typeof U.getElementById!="undefined"&&x){var te=U.getElementById(H);return te?[te]:[]}}):(i.filter.ID=function(H){var U=H.replace(Yt,Xt);return function(te){var ae=typeof te.getAttributeNode!="undefined"&&te.getAttributeNode("id");return ae&&ae.value===U}},i.find.ID=function(H,U){if(typeof U.getElementById!="undefined"&&x){var te,ae,fe,ue=U.getElementById(H);if(ue){if(te=ue.getAttributeNode("id"),te&&te.value===H)return[ue];for(fe=U.getElementsByName(H),ae=0;ue=fe[ae++];)if(te=ue.getAttributeNode("id"),te&&te.value===H)return[ue]}return[]}}),i.find.TAG=function(H,U){return typeof U.getElementsByTagName!="undefined"?U.getElementsByTagName(H):U.querySelectorAll(H)},i.find.CLASS=function(H,U){if(typeof U.getElementsByClassName!="undefined"&&x)return U.getElementsByClassName(H)},N=[],Un(function(H){var U;C.appendChild(H).innerHTML="<a id='"+z+"' href='' disabled='disabled'></a><select id='"+z+"-\r\\' disabled='disabled'><option selected=''></option></select>",H.querySelectorAll("[selected]").length||N.push("\\["+re+"*(?:value|"+Ht+")"),H.querySelectorAll("[id~="+z+"-]").length||N.push("~="),H.querySelectorAll("a#"+z+"+*").length||N.push(".#.+[+~]"),H.querySelectorAll(":checked").length||N.push(":checked"),U=g.createElement("input"),U.setAttribute("type","hidden"),H.appendChild(U).setAttribute("name","D"),C.appendChild(H).disabled=!0,H.querySelectorAll(":disabled").length!==2&&N.push(":enabled",":disabled"),U=g.createElement("input"),U.setAttribute("name",""),H.appendChild(U),H.querySelectorAll("[name='']").length||N.push("\\["+re+"*name"+re+"*="+re+`*(?:''|"")`)}),k.cssHas||N.push(":has"),N=N.length&&new RegExp(N.join("|")),Ze=function(H,U){if(H===U)return f=!0,0;var te=!H.compareDocumentPosition-!U.compareDocumentPosition;return te||(te=(H.ownerDocument||H)==(U.ownerDocument||U)?H.compareDocumentPosition(U):1,te&1||!k.sortDetached&&U.compareDocumentPosition(H)===te?H===g||H.ownerDocument==G&&Le.contains(G,H)?-1:U===g||U.ownerDocument==G&&Le.contains(G,U)?1:c?y.call(c,H)-y.call(c,U):0:te&4?-1:1)}),g}Le.matches=function(b,I){return Le(b,null,null,I)},Le.matchesSelector=function(b,I){if(sn(b),x&&!it[I+" "]&&(!N||!N.test(I)))try{var R=$.call(b,I);if(R||k.disconnectedMatch||b.document&&b.document.nodeType!==11)return R}catch(H){it(I,!0)}return Le(I,g,null,[b]).length>0},Le.contains=function(b,I){return(b.ownerDocument||b)!=g&&sn(b),u.contains(b,I)},Le.attr=function(b,I){(b.ownerDocument||b)!=g&&sn(b);var R=i.attrHandle[I.toLowerCase()],H=R&&_.call(i.attrHandle,I.toLowerCase())?R(b,I,!x):void 0;return H!==void 0?H:b.getAttribute(I)},Le.error=function(b){throw new Error("Syntax error, unrecognized expression: "+b)},u.uniqueSort=function(b){var I,R=[],H=0,U=0;if(f=!k.sortStable,c=!k.sortStable&&h.call(b,0),oe.call(b,Ze),f){for(;I=b[U++];)I===b[U]&&(H=R.push(U));for(;H--;)Ae.call(b,R[H],1)}return c=null,b},u.fn.uniqueSort=function(){return this.pushStack(u.uniqueSort(h.apply(this)))},i=u.expr={cacheLength:50,createPseudo:Dt,match:Bt,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(b){return b[1]=b[1].replace(Yt,Xt),b[3]=(b[3]||b[4]||b[5]||"").replace(Yt,Xt),b[2]==="~="&&(b[3]=" "+b[3]+" "),b.slice(0,4)},CHILD:function(b){return b[1]=b[1].toLowerCase(),b[1].slice(0,3)==="nth"?(b[3]||Le.error(b[0]),b[4]=+(b[4]?b[5]+(b[6]||1):2*(b[3]==="even"||b[3]==="odd")),b[5]=+(b[7]+b[8]||b[3]==="odd")):b[3]&&Le.error(b[0]),b},PSEUDO:function(b){var I,R=!b[6]&&b[2];return Bt.CHILD.test(b[0])?null:(b[3]?b[2]=b[4]||b[5]||"":R&&$t.test(R)&&(I=qr(R,!0))&&(I=R.indexOf(")",R.length-I)-R.length)&&(b[0]=b[0].slice(0,I),b[2]=R.slice(0,I)),b.slice(0,3))}},filter:{TAG:function(b){var I=b.replace(Yt,Xt).toLowerCase();return b==="*"?function(){return!0}:function(R){return F(R,I)}},CLASS:function(b){var I=ye[b+" "];return I||(I=new RegExp("(^|"+re+")"+b+"("+re+"|$)"))&&ye(b,function(R){return I.test(typeof R.className=="string"&&R.className||typeof R.getAttribute!="undefined"&&R.getAttribute("class")||"")})},ATTR:function(b,I,R){return function(H){var U=Le.attr(H,b);return U==null?I==="!=":I?(U+="",I==="="?U===R:I==="!="?U!==R:I==="^="?R&&U.indexOf(R)===0:I==="*="?R&&U.indexOf(R)>-1:I==="$="?R&&U.slice(-R.length)===R:I==="~="?(" "+U.replace(Pe," ")+" ").indexOf(R)>-1:I==="|="?U===R||U.slice(0,R.length+1)===R+"-":!1):!0}},CHILD:function(b,I,R,H,U){var te=b.slice(0,3)!=="nth",ae=b.slice(-4)!=="last",fe=I==="of-type";return H===1&&U===0?(function(ue){return!!ue.parentNode}):function(ue,Oe,ve){var be,ke,he,He,bt,ct=te!==ae?"nextSibling":"previousSibling",kt=ue.parentNode,Ut=fe&&ue.nodeName.toLowerCase(),zn=!ve&&!fe,dt=!1;if(kt){if(te){for(;ct;){for(he=ue;he=he[ct];)if(fe?F(he,Ut):he.nodeType===1)return!1;bt=ct=b==="only"&&!bt&&"nextSibling"}return!0}if(bt=[ae?kt.firstChild:kt.lastChild],ae&&zn){for(ke=kt[z]||(kt[z]={}),be=ke[b]||[],He=be[0]===q&&be[1],dt=He&&be[2],he=He&&kt.childNodes[He];he=++He&&he&&he[ct]||(dt=He=0)||bt.pop();)if(he.nodeType===1&&++dt&&he===ue){ke[b]=[q,He,dt];break}}else if(zn&&(ke=ue[z]||(ue[z]={}),be=ke[b]||[],He=be[0]===q&&be[1],dt=He),dt===!1)for(;(he=++He&&he&&he[ct]||(dt=He=0)||bt.pop())&&!((fe?F(he,Ut):he.nodeType===1)&&++dt&&(zn&&(ke=he[z]||(he[z]={}),ke[b]=[q,dt]),he===ue)););return dt-=U,dt===H||dt%H===0&&dt/H>=0}}},PSEUDO:function(b,I){var R,H=i.pseudos[b]||i.setFilters[b.toLowerCase()]||Le.error("unsupported pseudo: "+b);return H[z]?H(I):H.length>1?(R=[b,b,"",I],i.setFilters.hasOwnProperty(b.toLowerCase())?Dt(function(U,te){for(var ae,fe=H(U,I),ue=fe.length;ue--;)ae=y.call(U,fe[ue]),U[ae]=!(te[ae]=fe[ue])}):function(U){return H(U,0,R)}):H}},pseudos:{not:Dt(function(b){var I=[],R=[],H=lo(b.replace(xe,"$1"));return H[z]?Dt(function(U,te,ae,fe){for(var ue,Oe=H(U,null,fe,[]),ve=U.length;ve--;)(ue=Oe[ve])&&(U[ve]=!(te[ve]=ue))}):function(U,te,ae){return I[0]=U,H(I,null,ae,R),I[0]=null,!R.pop()}}),has:Dt(function(b){return function(I){return Le(b,I).length>0}}),contains:Dt(function(b){return b=b.replace(Yt,Xt),function(I){return(I.textContent||u.text(I)).indexOf(b)>-1}}),lang:Dt(function(b){return Rr.test(b||"")||Le.error("unsupported lang: "+b),b=b.replace(Yt,Xt).toLowerCase(),function(I){var R;do if(R=x?I.lang:I.getAttribute("xml:lang")||I.getAttribute("lang"))return R=R.toLowerCase(),R===b||R.indexOf(b+"-")===0;while((I=I.parentNode)&&I.nodeType===1);return!1}}),target:function(b){var I=r.location&&r.location.hash;return I&&I.slice(1)===b.id},root:function(b){return b===C},focus:function(b){return b===cl()&&g.hasFocus()&&!!(b.type||b.href||~b.tabIndex)},enabled:xu(!1),disabled:xu(!0),checked:function(b){return F(b,"input")&&!!b.checked||F(b,"option")&&!!b.selected},selected:function(b){return b.parentNode&&b.parentNode.selectedIndex,b.selected===!0},empty:function(b){for(b=b.firstChild;b;b=b.nextSibling)if(b.nodeType<6)return!1;return!0},parent:function(b){return!i.pseudos.empty(b)},header:function(b){return un.test(b.nodeName)},input:function(b){return an.test(b.nodeName)},button:function(b){return F(b,"input")&&b.type==="button"||F(b,"button")},text:function(b){var I;return F(b,"input")&&b.type==="text"&&((I=b.getAttribute("type"))==null||I.toLowerCase()==="text")},first:wn(function(){return[0]}),last:wn(function(b,I){return[I-1]}),eq:wn(function(b,I,R){return[R<0?R+I:R]}),even:wn(function(b,I){for(var R=0;R<I;R+=2)b.push(R);return b}),odd:wn(function(b,I){for(var R=1;R<I;R+=2)b.push(R);return b}),lt:wn(function(b,I,R){var H;for(R<0?H=R+I:R>I?H=I:H=R;--H>=0;)b.push(H);return b}),gt:wn(function(b,I,R){for(var H=R<0?R+I:R;++H<I;)b.push(H);return b})}},i.pseudos.nth=i.pseudos.eq;for(e in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})i.pseudos[e]=ll(e);for(e in{submit:!0,reset:!0})i.pseudos[e]=fl(e);function Ou(){}Ou.prototype=i.filters=i.pseudos,i.setFilters=new Ou;function qr(b,I){var R,H,U,te,ae,fe,ue,Oe=Ie[b+" "];if(Oe)return I?0:Oe.slice(0);for(ae=b,fe=[],ue=i.preFilter;ae;){(!R||(H=Qe.exec(ae)))&&(H&&(ae=ae.slice(H[0].length)||ae),fe.push(U=[])),R=!1,(H=Lr.exec(ae))&&(R=H.shift(),U.push({value:R,type:H[0].replace(xe," ")}),ae=ae.slice(R.length));for(te in i.filter)(H=Bt[te].exec(ae))&&(!ue[te]||(H=ue[te](H)))&&(R=H.shift(),U.push({value:R,type:te,matches:H}),ae=ae.slice(R.length));if(!R)break}return I?ae.length:ae?Le.error(b):Ie(b,fe).slice(0)}function pi(b){for(var I=0,R=b.length,H="";I<R;I++)H+=b[I].value;return H}function di(b,I,R){var H=I.dir,U=I.next,te=U||H,ae=R&&te==="parentNode",fe=J++;return I.first?(function(ue,Oe,ve){for(;ue=ue[H];)if(ue.nodeType===1||ae)return b(ue,Oe,ve);return!1}):(function(ue,Oe,ve){var be,ke,he=[q,fe];if(ve){for(;ue=ue[H];)if((ue.nodeType===1||ae)&&b(ue,Oe,ve))return!0}else for(;ue=ue[H];)if(ue.nodeType===1||ae)if(ke=ue[z]||(ue[z]={}),U&&F(ue,U))ue=ue[H]||ue;else{if((be=ke[te])&&be[0]===q&&be[1]===fe)return he[2]=be[2];if(ke[te]=he,he[2]=b(ue,Oe,ve))return!0}return!1})}function uo(b){return b.length>1?function(I,R,H){for(var U=b.length;U--;)if(!b[U](I,R,H))return!1;return!0}:b[0]}function pl(b,I,R){for(var H=0,U=I.length;H<U;H++)Le(b,I[H],R);return R}function hi(b,I,R,H,U){for(var te,ae=[],fe=0,ue=b.length,Oe=I!=null;fe<ue;fe++)(te=b[fe])&&(!R||R(te,H,U))&&(ae.push(te),Oe&&I.push(fe));return ae}function so(b,I,R,H,U,te){return H&&!H[z]&&(H=so(H)),U&&!U[z]&&(U=so(U,te)),Dt(function(ae,fe,ue,Oe){var ve,be,ke,he,He=[],bt=[],ct=fe.length,kt=ae||pl(I||"*",ue.nodeType?[ue]:ue,[]),Ut=b&&(ae||!I)?hi(kt,He,b,ue,Oe):kt;if(R?(he=U||(ae?b:ct||H)?[]:fe,R(Ut,he,ue,Oe)):he=Ut,H)for(ve=hi(he,bt),H(ve,[],ue,Oe),be=ve.length;be--;)(ke=ve[be])&&(he[bt[be]]=!(Ut[bt[be]]=ke));if(ae){if(U||b){if(U){for(ve=[],be=he.length;be--;)(ke=he[be])&&ve.push(Ut[be]=ke);U(null,he=[],ve,Oe)}for(be=he.length;be--;)(ke=he[be])&&(ve=U?y.call(ae,ke):He[be])>-1&&(ae[ve]=!(fe[ve]=ke))}}else he=hi(he===fe?he.splice(ct,he.length):he),U?U(null,fe,he,Oe):p.apply(fe,he)})}function co(b){for(var I,R,H,U=b.length,te=i.relative[b[0].type],ae=te||i.relative[" "],fe=te?1:0,ue=di(function(be){return be===I},ae,!0),Oe=di(function(be){return y.call(I,be)>-1},ae,!0),ve=[function(be,ke,he){var He=!te&&(he||ke!=a)||((I=ke).nodeType?ue(be,ke,he):Oe(be,ke,he));return I=null,He}];fe<U;fe++)if(R=i.relative[b[fe].type])ve=[di(uo(ve),R)];else{if(R=i.filter[b[fe].type].apply(null,b[fe].matches),R[z]){for(H=++fe;H<U&&!i.relative[b[H].type];H++);return so(fe>1&&uo(ve),fe>1&&pi(b.slice(0,fe-1).concat({value:b[fe-2].type===" "?"*":""})).replace(xe,"$1"),R,fe<H&&co(b.slice(fe,H)),H<U&&co(b=b.slice(H)),H<U&&pi(b))}ve.push(R)}return uo(ve)}function dl(b,I){var R=I.length>0,H=b.length>0,U=function(te,ae,fe,ue,Oe){var ve,be,ke,he=0,He="0",bt=te&&[],ct=[],kt=a,Ut=te||H&&i.find.TAG("*",Oe),zn=q+=kt==null?1:Math.random()||.1,dt=Ut.length;for(Oe&&(a=ae==g||ae||Oe);He!==dt&&(ve=Ut[He])!=null;He++){if(H&&ve){for(be=0,!ae&&ve.ownerDocument!=g&&(sn(ve),fe=!x);ke=b[be++];)if(ke(ve,ae||g,fe)){p.call(ue,ve);break}Oe&&(q=zn)}R&&((ve=!ke&&ve)&&he--,te&&bt.push(ve))}if(he+=He,R&&He!==he){for(be=0;ke=I[be++];)ke(bt,ct,ae,fe);if(te){if(he>0)for(;He--;)bt[He]||ct[He]||(ct[He]=X.call(ue));ct=hi(ct)}p.apply(ue,ct),Oe&&!te&&ct.length>0&&he+I.length>1&&u.uniqueSort(ue)}return Oe&&(q=zn,a=kt),bt};return R?Dt(U):U}function lo(b,I){var R,H=[],U=[],te=we[b+" "];if(!te){for(I||(I=qr(b)),R=I.length;R--;)te=co(I[R]),te[z]?H.push(te):U.push(te);te=we(b,dl(U,H)),te.selector=b}return te}function ku(b,I,R,H){var U,te,ae,fe,ue,Oe=typeof b=="function"&&b,ve=!H&&qr(b=Oe.selector||b);if(R=R||[],ve.length===1){if(te=ve[0]=ve[0].slice(0),te.length>2&&(ae=te[0]).type==="ID"&&I.nodeType===9&&x&&i.relative[te[1].type]){if(I=(i.find.ID(ae.matches[0].replace(Yt,Xt),I)||[])[0],I)Oe&&(I=I.parentNode);else return R;b=b.slice(te.shift().value.length)}for(U=Bt.needsContext.test(b)?0:te.length;U--&&(ae=te[U],!i.relative[fe=ae.type]);)if((ue=i.find[fe])&&(H=ue(ae.matches[0].replace(Yt,Xt),oo.test(te[0].type)&&ao(I.parentNode)||I))){if(te.splice(U,1),b=H.length&&pi(te),!b)return p.apply(R,H),R;break}}return(Oe||lo(b,ve))(H,I,!x,R,!I||oo.test(b)&&ao(I.parentNode)||I),R}k.sortStable=z.split("").sort(Ze).join("")===z,sn(),k.sortDetached=Un(function(b){return b.compareDocumentPosition(g.createElement("fieldset"))&1}),u.find=Le,u.expr[":"]=u.expr.pseudos,u.unique=u.uniqueSort,Le.compile=lo,Le.select=ku,Le.setDocument=sn,Le.tokenize=qr,Le.escape=u.escapeSelector,Le.getText=u.text,Le.isXML=u.isXMLDoc,Le.selectors=u.expr,Le.support=u.support,Le.uniqueSort=u.uniqueSort})();var Z=function(e,i,a){for(var c=[],f=a!==void 0;(e=e[i])&&e.nodeType!==9;)if(e.nodeType===1){if(f&&u(e).is(a))break;c.push(e)}return c},pe=function(e,i){for(var a=[];e;e=e.nextSibling)e.nodeType===1&&e!==i&&a.push(e);return a},ne=u.expr.match.needsContext,V=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function Y(e,i,a){return A(i)?u.grep(e,function(c,f){return!!i.call(c,f,c)!==a}):i.nodeType?u.grep(e,function(c){return c===i!==a}):typeof i!="string"?u.grep(e,function(c){return y.call(i,c)>-1!==a}):u.filter(i,e,a)}u.filter=function(e,i,a){var c=i[0];return a&&(e=":not("+e+")"),i.length===1&&c.nodeType===1?u.find.matchesSelector(c,e)?[c]:[]:u.find.matches(e,u.grep(i,function(f){return f.nodeType===1}))},u.fn.extend({find:function(e){var i,a,c=this.length,f=this;if(typeof e!="string")return this.pushStack(u(e).filter(function(){for(i=0;i<c;i++)if(u.contains(f[i],this))return!0}));for(a=this.pushStack([]),i=0;i<c;i++)u.find(e,f[i],a);return c>1?u.uniqueSort(a):a},filter:function(e){return this.pushStack(Y(this,e||[],!1))},not:function(e){return this.pushStack(Y(this,e||[],!0))},is:function(e){return!!Y(this,typeof e=="string"&&ne.test(e)?u(e):e||[],!1).length}});var ee,ce=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,le=u.fn.init=function(e,i,a){var c,f;if(!e)return this;if(a=a||ee,typeof e=="string")if(e[0]==="<"&&e[e.length-1]===">"&&e.length>=3?c=[null,e,null]:c=ce.exec(e),c&&(c[1]||!i))if(c[1]){if(i=i instanceof u?i[0]:i,u.merge(this,u.parseHTML(c[1],i&&i.nodeType?i.ownerDocument||i:j,!0)),V.test(c[1])&&u.isPlainObject(i))for(c in i)A(this[c])?this[c](i[c]):this.attr(c,i[c]);return this}else return f=j.getElementById(c[2]),f&&(this[0]=f,this.length=1),this;else return!i||i.jquery?(i||a).find(e):this.constructor(i).find(e);else{if(e.nodeType)return this[0]=e,this.length=1,this;if(A(e))return a.ready!==void 0?a.ready(e):e(u)}return u.makeArray(e,this)};le.prototype=u.fn,ee=u(j);var Ue=/^(?:parents|prev(?:Until|All))/,Ye={children:!0,contents:!0,next:!0,prev:!0};u.fn.extend({has:function(e){var i=u(e,this),a=i.length;return this.filter(function(){for(var c=0;c<a;c++)if(u.contains(this,i[c]))return!0})},closest:function(e,i){var a,c=0,f=this.length,p=[],g=typeof e!="string"&&u(e);if(!ne.test(e)){for(;c<f;c++)for(a=this[c];a&&a!==i;a=a.parentNode)if(a.nodeType<11&&(g?g.index(a)>-1:a.nodeType===1&&u.find.matchesSelector(a,e))){p.push(a);break}}return this.pushStack(p.length>1?u.uniqueSort(p):p)},index:function(e){return e?typeof e=="string"?y.call(u(e),this[0]):y.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,i){return this.pushStack(u.uniqueSort(u.merge(this.get(),u(e,i))))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}});function gt(e,i){for(;(e=e[i])&&e.nodeType!==1;);return e}u.each({parent:function(e){var i=e.parentNode;return i&&i.nodeType!==11?i:null},parents:function(e){return Z(e,"parentNode")},parentsUntil:function(e,i,a){return Z(e,"parentNode",a)},next:function(e){return gt(e,"nextSibling")},prev:function(e){return gt(e,"previousSibling")},nextAll:function(e){return Z(e,"nextSibling")},prevAll:function(e){return Z(e,"previousSibling")},nextUntil:function(e,i,a){return Z(e,"nextSibling",a)},prevUntil:function(e,i,a){return Z(e,"previousSibling",a)},siblings:function(e){return pe((e.parentNode||{}).firstChild,e)},children:function(e){return pe(e.firstChild)},contents:function(e){return e.contentDocument!=null&&l(e.contentDocument)?e.contentDocument:(F(e,"template")&&(e=e.content||e),u.merge([],e.childNodes))}},function(e,i){u.fn[e]=function(a,c){var f=u.map(this,i,a);return e.slice(-5)!=="Until"&&(c=a),c&&typeof c=="string"&&(f=u.filter(c,f)),this.length>1&&(Ye[e]||u.uniqueSort(f),Ue.test(e)&&f.reverse()),this.pushStack(f)}});var $e=/[^\x20\t\r\n\f]+/g;function _t(e){var i={};return u.each(e.match($e)||[],function(a,c){i[c]=!0}),i}u.Callbacks=function(e){e=typeof e=="string"?_t(e):u.extend({},e);var i,a,c,f,p=[],g=[],C=-1,x=function(){for(f=f||e.once,c=i=!0;g.length;C=-1)for(a=g.shift();++C<p.length;)p[C].apply(a[0],a[1])===!1&&e.stopOnFalse&&(C=p.length,a=!1);e.memory||(a=!1),i=!1,f&&(a?p=[]:p="")},N={add:function(){return p&&(a&&!i&&(C=p.length-1,g.push(a)),(function $(z){u.each(z,function(q,J){A(J)?(!e.unique||!N.has(J))&&p.push(J):J&&J.length&&L(J)!=="string"&&$(J)})})(arguments),a&&!i&&x()),this},remove:function(){return u.each(arguments,function($,z){for(var q;(q=u.inArray(z,p,q))>-1;)p.splice(q,1),q<=C&&C--}),this},has:function($){return $?u.inArray($,p)>-1:p.length>0},empty:function(){return p&&(p=[]),this},disable:function(){return f=g=[],p=a="",this},disabled:function(){return!p},lock:function(){return f=g=[],!a&&!i&&(p=a=""),this},locked:function(){return!!f},fireWith:function($,z){return f||(z=z||[],z=[$,z.slice?z.slice():z],g.push(z),i||x()),this},fire:function(){return N.fireWith(this,arguments),this},fired:function(){return!!c}};return N};function nt(e){return e}function At(e){throw e}function oi(e,i,a,c){var f;try{e&&A(f=e.promise)?f.call(e).done(i).fail(a):e&&A(f=e.then)?f.call(e,i,a):i.apply(void 0,[e].slice(c))}catch(p){a.apply(void 0,[p])}}u.extend({Deferred:function(e){var i=[["notify","progress",u.Callbacks("memory"),u.Callbacks("memory"),2],["resolve","done",u.Callbacks("once memory"),u.Callbacks("once memory"),0,"resolved"],["reject","fail",u.Callbacks("once memory"),u.Callbacks("once memory"),1,"rejected"]],a="pending",c={state:function(){return a},always:function(){return f.done(arguments).fail(arguments),this},catch:function(p){return c.then(null,p)},pipe:function(){var p=arguments;return u.Deferred(function(g){u.each(i,function(C,x){var N=A(p[x[4]])&&p[x[4]];f[x[1]](function(){var $=N&&N.apply(this,arguments);$&&A($.promise)?$.promise().progress(g.notify).done(g.resolve).fail(g.reject):g[x[0]+"With"](this,N?[$]:arguments)})}),p=null}).promise()},then:function(p,g,C){var x=0;function N($,z,q,J){return function(){var ye=this,Ie=arguments,we=function(){var Ze,Ht;if(!($<x)){if(Ze=q.apply(ye,Ie),Ze===z.promise())throw new TypeError("Thenable self-resolution");Ht=Ze&&(typeof Ze=="object"||typeof Ze=="function")&&Ze.then,A(Ht)?J?Ht.call(Ze,N(x,z,nt,J),N(x,z,At,J)):(x++,Ht.call(Ze,N(x,z,nt,J),N(x,z,At,J),N(x,z,nt,z.notifyWith))):(q!==nt&&(ye=void 0,Ie=[Ze]),(J||z.resolveWith)(ye,Ie))}},it=J?we:function(){try{we()}catch(Ze){u.Deferred.exceptionHook&&u.Deferred.exceptionHook(Ze,it.error),$+1>=x&&(q!==At&&(ye=void 0,Ie=[Ze]),z.rejectWith(ye,Ie))}};$?it():(u.Deferred.getErrorHook?it.error=u.Deferred.getErrorHook():u.Deferred.getStackHook&&(it.error=u.Deferred.getStackHook()),r.setTimeout(it))}}return u.Deferred(function($){i[0][3].add(N(0,$,A(C)?C:nt,$.notifyWith)),i[1][3].add(N(0,$,A(p)?p:nt)),i[2][3].add(N(0,$,A(g)?g:At))}).promise()},promise:function(p){return p!=null?u.extend(p,c):c}},f={};return u.each(i,function(p,g){var C=g[2],x=g[5];c[g[1]]=C.add,x&&C.add(function(){a=x},i[3-p][2].disable,i[3-p][3].disable,i[0][2].lock,i[0][3].lock),C.add(g[3].fire),f[g[0]]=function(){return f[g[0]+"With"](this===f?void 0:this,arguments),this},f[g[0]+"With"]=C.fireWith}),c.promise(f),e&&e.call(f,f),f},when:function(e){var i=arguments.length,a=i,c=Array(a),f=h.call(arguments),p=u.Deferred(),g=function(C){return function(x){c[C]=this,f[C]=arguments.length>1?h.call(arguments):x,--i||p.resolveWith(c,f)}};if(i<=1&&(oi(e,p.done(g(a)).resolve,p.reject,!i),p.state()==="pending"||A(f[a]&&f[a].then)))return p.then();for(;a--;)oi(f[a],g(a),p.reject);return p.promise()}});var ai=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;u.Deferred.exceptionHook=function(e,i){r.console&&r.console.warn&&e&&ai.test(e.name)&&r.console.warn("jQuery.Deferred exception: "+e.message,e.stack,i)},u.readyException=function(e){r.setTimeout(function(){throw e})};var _e=u.Deferred();u.fn.ready=function(e){return _e.then(e).catch(function(i){u.readyException(i)}),this},u.extend({isReady:!1,readyWait:1,ready:function(e){(e===!0?--u.readyWait:u.isReady)||(u.isReady=!0,!(e!==!0&&--u.readyWait>0)&&_e.resolveWith(j,[u]))}}),u.ready.then=_e.then;function je(){j.removeEventListener("DOMContentLoaded",je),r.removeEventListener("load",je),u.ready()}j.readyState==="complete"||j.readyState!=="loading"&&!j.documentElement.doScroll?r.setTimeout(u.ready):(j.addEventListener("DOMContentLoaded",je),r.addEventListener("load",je));var Me=function(e,i,a,c,f,p,g){var C=0,x=e.length,N=a==null;if(L(a)==="object"){f=!0;for(C in a)Me(e,i,C,a[C],!0,p,g)}else if(c!==void 0&&(f=!0,A(c)||(g=!0),N&&(g?(i.call(e,c),i=null):(N=i,i=function($,z,q){return N.call(u($),q)})),i))for(;C<x;C++)i(e[C],a,g?c:c.call(e[C],C,i(e[C],a)));return f?e:N?i.call(e):x?i(e[0],a):p},at=/^-ms-/,lt=/-([a-z])/g;function mt(e,i){return i.toUpperCase()}function me(e){return e.replace(at,"ms-").replace(lt,mt)}var qe=function(e){return e.nodeType===1||e.nodeType===9||!+e.nodeType};function Ne(){this.expando=u.expando+Ne.uid++}Ne.uid=1,Ne.prototype={cache:function(e){var i=e[this.expando];return i||(i={},qe(e)&&(e.nodeType?e[this.expando]=i:Object.defineProperty(e,this.expando,{value:i,configurable:!0}))),i},set:function(e,i,a){var c,f=this.cache(e);if(typeof i=="string")f[me(i)]=a;else for(c in i)f[me(c)]=i[c];return f},get:function(e,i){return i===void 0?this.cache(e):e[this.expando]&&e[this.expando][me(i)]},access:function(e,i,a){return i===void 0||i&&typeof i=="string"&&a===void 0?this.get(e,i):(this.set(e,i,a),a!==void 0?a:i)},remove:function(e,i){var a,c=e[this.expando];if(c!==void 0){if(i!==void 0)for(Array.isArray(i)?i=i.map(me):(i=me(i),i=i in c?[i]:i.match($e)||[]),a=i.length;a--;)delete c[i[a]];(i===void 0||u.isEmptyObject(c))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var i=e[this.expando];return i!==void 0&&!u.isEmptyObject(i)}};var se=new Ne,Ve=new Ne,Et=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,wt=/[A-Z]/g;function ut(e){return e==="true"?!0:e==="false"?!1:e==="null"?null:e===+e+""?+e:Et.test(e)?JSON.parse(e):e}function de(e,i,a){var c;if(a===void 0&&e.nodeType===1)if(c="data-"+i.replace(wt,"-$&").toLowerCase(),a=e.getAttribute(c),typeof a=="string"){try{a=ut(a)}catch(f){}Ve.set(e,i,a)}else a=void 0;return a}u.extend({hasData:function(e){return Ve.hasData(e)||se.hasData(e)},data:function(e,i,a){return Ve.access(e,i,a)},removeData:function(e,i){Ve.remove(e,i)},_data:function(e,i,a){return se.access(e,i,a)},_removeData:function(e,i){se.remove(e,i)}}),u.fn.extend({data:function(e,i){var a,c,f,p=this[0],g=p&&p.attributes;if(e===void 0){if(this.length&&(f=Ve.get(p),p.nodeType===1&&!se.get(p,"hasDataAttrs"))){for(a=g.length;a--;)g[a]&&(c=g[a].name,c.indexOf("data-")===0&&(c=me(c.slice(5)),de(p,c,f[c])));se.set(p,"hasDataAttrs",!0)}return f}return typeof e=="object"?this.each(function(){Ve.set(this,e)}):Me(this,function(C){var x;if(p&&C===void 0)return x=Ve.get(p,e),x!==void 0||(x=de(p,e),x!==void 0)?x:void 0;this.each(function(){Ve.set(this,e,C)})},null,i,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){Ve.remove(this,e)})}}),u.extend({queue:function(e,i,a){var c;if(e)return i=(i||"fx")+"queue",c=se.get(e,i),a&&(!c||Array.isArray(a)?c=se.access(e,i,u.makeArray(a)):c.push(a)),c||[]},dequeue:function(e,i){i=i||"fx";var a=u.queue(e,i),c=a.length,f=a.shift(),p=u._queueHooks(e,i),g=function(){u.dequeue(e,i)};f==="inprogress"&&(f=a.shift(),c--),f&&(i==="fx"&&a.unshift("inprogress"),delete p.stop,f.call(e,g,p)),!c&&p&&p.empty.fire()},_queueHooks:function(e,i){var a=i+"queueHooks";return se.get(e,a)||se.access(e,a,{empty:u.Callbacks("once memory").add(function(){se.remove(e,[i+"queue",a])})})}}),u.fn.extend({queue:function(e,i){var a=2;return typeof e!="string"&&(i=e,e="fx",a--),arguments.length<a?u.queue(this[0],e):i===void 0?this:this.each(function(){var c=u.queue(this,e,i);u._queueHooks(this,e),e==="fx"&&c[0]!=="inprogress"&&u.dequeue(this,e)})},dequeue:function(e){return this.each(function(){u.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,i){var a,c=1,f=u.Deferred(),p=this,g=this.length,C=function(){--c||f.resolveWith(p,[p])};for(typeof e!="string"&&(i=e,e=void 0),e=e||"fx";g--;)a=se.get(p[g],e+"queueHooks"),a&&a.empty&&(c++,a.empty.add(C));return C(),f.promise(i)}});var Re=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ze=new RegExp("^(?:([+-])=|)("+Re+")([a-z%]*)$","i"),Ge=["Top","Right","Bottom","Left"],et=j.documentElement,ft=function(e){return u.contains(e.ownerDocument,e)},Gt={composed:!0};et.getRootNode&&(ft=function(e){return u.contains(e.ownerDocument,e)||e.getRootNode(Gt)===e.ownerDocument});var mn=function(e,i){return e=i||e,e.style.display==="none"||e.style.display===""&&ft(e)&&u.css(e,"display")==="none"};function wr(e,i,a,c){var f,p,g=20,C=c?function(){return c.cur()}:function(){return u.css(e,i,"")},x=C(),N=a&&a[3]||(u.cssNumber[i]?"":"px"),$=e.nodeType&&(u.cssNumber[i]||N!=="px"&&+x)&&ze.exec(u.css(e,i));if($&&$[3]!==N){for(x=x/2,N=N||$[3],$=+x||1;g--;)u.style(e,i,$+N),(1-p)*(1-(p=C()/x||.5))<=0&&(g=0),$=$/p;$=$*2,u.style(e,i,$+N),a=a||[]}return a&&($=+$||+x||0,f=a[1]?$+(a[1]+1)*a[2]:+a[2],c&&(c.unit=N,c.start=$,c.end=f)),f}var Zt={};function Sr(e){var i,a=e.ownerDocument,c=e.nodeName,f=Zt[c];return f||(i=a.body.appendChild(a.createElement(c)),f=u.css(i,"display"),i.parentNode.removeChild(i),f==="none"&&(f="block"),Zt[c]=f,f)}function en(e,i){for(var a,c,f=[],p=0,g=e.length;p<g;p++)c=e[p],c.style&&(a=c.style.display,i?(a==="none"&&(f[p]=se.get(c,"display")||null,f[p]||(c.style.display="")),c.style.display===""&&mn(c)&&(f[p]=Sr(c))):a!=="none"&&(f[p]="none",se.set(c,"display",a)));for(p=0;p<g;p++)f[p]!=null&&(e[p].style.display=f[p]);return e}u.fn.extend({show:function(){return en(this,!0)},hide:function(){return en(this)},toggle:function(e){return typeof e=="boolean"?e?this.show():this.hide():this.each(function(){mn(this)?u(this).show():u(this).hide()})}});var tn=/^(?:checkbox|radio)$/i,Er=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,qn=/^$|^module$|\/(?:java|ecma)script/i;(function(){var e=j.createDocumentFragment(),i=e.appendChild(j.createElement("div")),a=j.createElement("input");a.setAttribute("type","radio"),a.setAttribute("checked","checked"),a.setAttribute("name","t"),i.appendChild(a),k.checkClone=i.cloneNode(!0).cloneNode(!0).lastChild.checked,i.innerHTML="<textarea>x</textarea>",k.noCloneChecked=!!i.cloneNode(!0).lastChild.defaultValue,i.innerHTML="<option></option>",k.option=!!i.lastChild})();var Be={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,"",""]};Be.tbody=Be.tfoot=Be.colgroup=Be.caption=Be.thead,Be.th=Be.td,k.option||(Be.optgroup=Be.option=[1,"<select multiple='multiple'>","</select>"]);function De(e,i){var a;return typeof e.getElementsByTagName!="undefined"?a=e.getElementsByTagName(i||"*"):typeof e.querySelectorAll!="undefined"?a=e.querySelectorAll(i||"*"):a=[],i===void 0||i&&F(e,i)?u.merge([e],a):a}function Ke(e,i){for(var a=0,c=e.length;a<c;a++)se.set(e[a],"globalEval",!i||se.get(i[a],"globalEval"))}var Tt=/<|&#?\w+;/;function Xe(e,i,a,c,f){for(var p,g,C,x,N,$,z=i.createDocumentFragment(),q=[],J=0,ye=e.length;J<ye;J++)if(p=e[J],p||p===0)if(L(p)==="object")u.merge(q,p.nodeType?[p]:p);else if(!Tt.test(p))q.push(i.createTextNode(p));else{for(g=g||z.appendChild(i.createElement("div")),C=(Er.exec(p)||["",""])[1].toLowerCase(),x=Be[C]||Be._default,g.innerHTML=x[1]+u.htmlPrefilter(p)+x[2],$=x[0];$--;)g=g.lastChild;u.merge(q,g.childNodes),g=z.firstChild,g.textContent=""}for(z.textContent="",J=0;p=q[J++];){if(c&&u.inArray(p,c)>-1){f&&f.push(p);continue}if(N=ft(p),g=De(z.appendChild(p),"script"),N&&Ke(g),a)for($=0;p=g[$++];)qn.test(p.type||"")&&a.push(p)}return z}var rt=/^([^.]*)(?:\.(.+)|)/;function pt(){return!0}function st(){return!1}function Je(e,i,a,c,f,p){var g,C;if(typeof i=="object"){typeof a!="string"&&(c=c||a,a=void 0);for(C in i)Je(e,C,a,c,i[C],p);return e}if(c==null&&f==null?(f=a,c=a=void 0):f==null&&(typeof a=="string"?(f=c,c=void 0):(f=c,c=a,a=void 0)),f===!1)f=st;else if(!f)return e;return p===1&&(g=f,f=function(x){return u().off(x),g.apply(this,arguments)},f.guid=g.guid||(g.guid=u.guid++)),e.each(function(){u.event.add(this,i,f,c,a)})}u.event={global:{},add:function(e,i,a,c,f){var p,g,C,x,N,$,z,q,J,ye,Ie,we=se.get(e);if(qe(e))for(a.handler&&(p=a,a=p.handler,f=p.selector),f&&u.find.matchesSelector(et,f),a.guid||(a.guid=u.guid++),(x=we.events)||(x=we.events=Object.create(null)),(g=we.handle)||(g=we.handle=function(it){return typeof u!="undefined"&&u.event.triggered!==it.type?u.event.dispatch.apply(e,arguments):void 0}),i=(i||"").match($e)||[""],N=i.length;N--;)C=rt.exec(i[N])||[],J=Ie=C[1],ye=(C[2]||"").split(".").sort(),J&&(z=u.event.special[J]||{},J=(f?z.delegateType:z.bindType)||J,z=u.event.special[J]||{},$=u.extend({type:J,origType:Ie,data:c,handler:a,guid:a.guid,selector:f,needsContext:f&&u.expr.match.needsContext.test(f),namespace:ye.join(".")},p),(q=x[J])||(q=x[J]=[],q.delegateCount=0,(!z.setup||z.setup.call(e,c,ye,g)===!1)&&e.addEventListener&&e.addEventListener(J,g)),z.add&&(z.add.call(e,$),$.handler.guid||($.handler.guid=a.guid)),f?q.splice(q.delegateCount++,0,$):q.push($),u.event.global[J]=!0)},remove:function(e,i,a,c,f){var p,g,C,x,N,$,z,q,J,ye,Ie,we=se.hasData(e)&&se.get(e);if(!(!we||!(x=we.events))){for(i=(i||"").match($e)||[""],N=i.length;N--;){if(C=rt.exec(i[N])||[],J=Ie=C[1],ye=(C[2]||"").split(".").sort(),!J){for(J in x)u.event.remove(e,J+i[N],a,c,!0);continue}for(z=u.event.special[J]||{},J=(c?z.delegateType:z.bindType)||J,q=x[J]||[],C=C[2]&&new RegExp("(^|\\.)"+ye.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=p=q.length;p--;)$=q[p],(f||Ie===$.origType)&&(!a||a.guid===$.guid)&&(!C||C.test($.namespace))&&(!c||c===$.selector||c==="**"&&$.selector)&&(q.splice(p,1),$.selector&&q.delegateCount--,z.remove&&z.remove.call(e,$));g&&!q.length&&((!z.teardown||z.teardown.call(e,ye,we.handle)===!1)&&u.removeEvent(e,J,we.handle),delete x[J])}u.isEmptyObject(x)&&se.remove(e,"handle events")}},dispatch:function(e){var i,a,c,f,p,g,C=new Array(arguments.length),x=u.event.fix(e),N=(se.get(this,"events")||Object.create(null))[x.type]||[],$=u.event.special[x.type]||{};for(C[0]=x,i=1;i<arguments.length;i++)C[i]=arguments[i];if(x.delegateTarget=this,!($.preDispatch&&$.preDispatch.call(this,x)===!1)){for(g=u.event.handlers.call(this,x,N),i=0;(f=g[i++])&&!x.isPropagationStopped();)for(x.currentTarget=f.elem,a=0;(p=f.handlers[a++])&&!x.isImmediatePropagationStopped();)(!x.rnamespace||p.namespace===!1||x.rnamespace.test(p.namespace))&&(x.handleObj=p,x.data=p.data,c=((u.event.special[p.origType]||{}).handle||p.handler).apply(f.elem,C),c!==void 0&&(x.result=c)===!1&&(x.preventDefault(),x.stopPropagation()));return $.postDispatch&&$.postDispatch.call(this,x),x.result}},handlers:function(e,i){var a,c,f,p,g,C=[],x=i.delegateCount,N=e.target;if(x&&N.nodeType&&!(e.type==="click"&&e.button>=1)){for(;N!==this;N=N.parentNode||this)if(N.nodeType===1&&!(e.type==="click"&&N.disabled===!0)){for(p=[],g={},a=0;a<x;a++)c=i[a],f=c.selector+" ",g[f]===void 0&&(g[f]=c.needsContext?u(f,this).index(N)>-1:u.find(f,this,null,[N]).length),g[f]&&p.push(c);p.length&&C.push({elem:N,handlers:p})}}return N=this,x<i.length&&C.push({elem:N,handlers:i.slice(x)}),C},addProp:function(e,i){Object.defineProperty(u.Event.prototype,e,{enumerable:!0,configurable:!0,get:A(i)?function(){if(this.originalEvent)return i(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(a){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:a})}})},fix:function(e){return e[u.expando]?e:new u.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var i=this||e;return tn.test(i.type)&&i.click&&F(i,"input")&&jt(i,"click",!0),!1},trigger:function(e){var i=this||e;return tn.test(i.type)&&i.click&&F(i,"input")&&jt(i,"click"),!0},_default:function(e){var i=e.target;return tn.test(i.type)&&i.click&&F(i,"input")&&se.get(i,"click")||F(i,"a")}},beforeunload:{postDispatch:function(e){e.result!==void 0&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}};function jt(e,i,a){if(!a){se.get(e,i)===void 0&&u.event.add(e,i,pt);return}se.set(e,i,!1),u.event.add(e,i,{namespace:!1,handler:function(c){var f,p=se.get(this,i);if(c.isTrigger&1&&this[i]){if(p)(u.event.special[i]||{}).delegateType&&c.stopPropagation();else if(p=h.call(arguments),se.set(this,i,p),this[i](),f=se.get(this,i),se.set(this,i,!1),p!==f)return c.stopImmediatePropagation(),c.preventDefault(),f}else p&&(se.set(this,i,u.event.trigger(p[0],p.slice(1),this)),c.stopPropagation(),c.isImmediatePropagationStopped=pt)}})}u.removeEvent=function(e,i,a){e.removeEventListener&&e.removeEventListener(i,a)},u.Event=function(e,i){if(!(this instanceof u.Event))return new u.Event(e,i);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.defaultPrevented===void 0&&e.returnValue===!1?pt:st,this.target=e.target&&e.target.nodeType===3?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,i&&u.extend(this,i),this.timeStamp=e&&e.timeStamp||Date.now(),this[u.expando]=!0},u.Event.prototype={constructor:u.Event,isDefaultPrevented:st,isPropagationStopped:st,isImmediatePropagationStopped:st,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=pt,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=pt,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=pt,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},u.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},u.event.addProp),u.each({focus:"focusin",blur:"focusout"},function(e,i){function a(c){if(j.documentMode){var f=se.get(this,"handle"),p=u.event.fix(c);p.type=c.type==="focusin"?"focus":"blur",p.isSimulated=!0,f(c),p.target===p.currentTarget&&f(p)}else u.event.simulate(i,c.target,u.event.fix(c))}u.event.special[e]={setup:function(){var c;if(jt(this,e,!0),j.documentMode)c=se.get(this,i),c||this.addEventListener(i,a),se.set(this,i,(c||0)+1);else return!1},trigger:function(){return jt(this,e),!0},teardown:function(){var c;if(j.documentMode)c=se.get(this,i)-1,c?se.set(this,i,c):(this.removeEventListener(i,a),se.remove(this,i));else return!1},_default:function(c){return se.get(c.target,e)},delegateType:i},u.event.special[i]={setup:function(){var c=this.ownerDocument||this.document||this,f=j.documentMode?this:c,p=se.get(f,i);p||(j.documentMode?this.addEventListener(i,a):c.addEventListener(e,a,!0)),se.set(f,i,(p||0)+1)},teardown:function(){var c=this.ownerDocument||this.document||this,f=j.documentMode?this:c,p=se.get(f,i)-1;p?se.set(f,i,p):(j.documentMode?this.removeEventListener(i,a):c.removeEventListener(e,a,!0),se.remove(f,i))}}}),u.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,i){u.event.special[e]={delegateType:i,bindType:i,handle:function(a){var c,f=this,p=a.relatedTarget,g=a.handleObj;return(!p||p!==f&&!u.contains(f,p))&&(a.type=g.origType,c=g.handler.apply(this,arguments),a.type=i),c}}}),u.fn.extend({on:function(e,i,a,c){return Je(this,e,i,a,c)},one:function(e,i,a,c){return Je(this,e,i,a,c,1)},off:function(e,i,a){var c,f;if(e&&e.preventDefault&&e.handleObj)return c=e.handleObj,u(e.delegateTarget).off(c.namespace?c.origType+"."+c.namespace:c.origType,c.selector,c.handler),this;if(typeof e=="object"){for(f in e)this.off(f,i,e[f]);return this}return(i===!1||typeof i=="function")&&(a=i,i=void 0),a===!1&&(a=st),this.each(function(){u.event.remove(this,e,a,i)})}});var xr=/<script|<style|<link/i,Kt=/checked\s*(?:[^=]|=\s*.checked.)/i,Mn=/^\s*<!\[CDATA\[|\]\]>\s*$/g;function Hn(e,i){return F(e,"table")&&F(i.nodeType!==11?i:i.firstChild,"tr")&&u(e).children("tbody")[0]||e}function ui(e){return e.type=(e.getAttribute("type")!==null)+"/"+e.type,e}function Or(e){return(e.type||"").slice(0,5)==="true/"?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Fn(e,i){var a,c,f,p,g,C,x;if(i.nodeType===1){if(se.hasData(e)&&(p=se.get(e),x=p.events,x)){se.remove(i,"handle events");for(f in x)for(a=0,c=x[f].length;a<c;a++)u.event.add(i,f,x[f][a])}Ve.hasData(e)&&(g=Ve.access(e),C=u.extend({},g),Ve.set(i,C))}}function nn(e,i){var a=i.nodeName.toLowerCase();a==="input"&&tn.test(e.type)?i.checked=e.checked:(a==="input"||a==="textarea")&&(i.defaultValue=e.defaultValue)}function xt(e,i,a,c){i=d(i);var f,p,g,C,x,N,$=0,z=e.length,q=z-1,J=i[0],ye=A(J);if(ye||z>1&&typeof J=="string"&&!k.checkClone&&Kt.test(J))return e.each(function(Ie){var we=e.eq(Ie);ye&&(i[0]=J.call(this,Ie,we.html())),xt(we,i,a,c)});if(z&&(f=Xe(i,e[0].ownerDocument,!1,e,c),p=f.firstChild,f.childNodes.length===1&&(f=p),p||c)){for(g=u.map(De(f,"script"),ui),C=g.length;$<z;$++)x=f,$!==q&&(x=u.clone(x,!0,!0),C&&u.merge(g,De(x,"script"))),a.call(e[$],x,$);if(C)for(N=g[g.length-1].ownerDocument,u.map(g,Or),$=0;$<C;$++)x=g[$],qn.test(x.type||"")&&!se.access(x,"globalEval")&&u.contains(N,x)&&(x.src&&(x.type||"").toLowerCase()!=="module"?u._evalUrl&&!x.noModule&&u._evalUrl(x.src,{nonce:x.nonce||x.getAttribute("nonce")},N):E(x.textContent.replace(Mn,""),x,N))}return e}function kr(e,i,a){for(var c,f=i?u.filter(i,e):e,p=0;(c=f[p])!=null;p++)!a&&c.nodeType===1&&u.cleanData(De(c)),c.parentNode&&(a&&ft(c)&&Ke(De(c,"script")),c.parentNode.removeChild(c));return e}u.extend({htmlPrefilter:function(e){return e},clone:function(e,i,a){var c,f,p,g,C=e.cloneNode(!0),x=ft(e);if(!k.noCloneChecked&&(e.nodeType===1||e.nodeType===11)&&!u.isXMLDoc(e))for(g=De(C),p=De(e),c=0,f=p.length;c<f;c++)nn(p[c],g[c]);if(i)if(a)for(p=p||De(e),g=g||De(C),c=0,f=p.length;c<f;c++)Fn(p[c],g[c]);else Fn(e,C);return g=De(C,"script"),g.length>0&&Ke(g,!x&&De(e,"script")),C},cleanData:function(e){for(var i,a,c,f=u.event.special,p=0;(a=e[p])!==void 0;p++)if(qe(a)){if(i=a[se.expando]){if(i.events)for(c in i.events)f[c]?u.event.remove(a,c):u.removeEvent(a,c,i.handle);a[se.expando]=void 0}a[Ve.expando]&&(a[Ve.expando]=void 0)}}}),u.fn.extend({detach:function(e){return kr(this,e,!0)},remove:function(e){return kr(this,e)},text:function(e){return Me(this,function(i){return i===void 0?u.text(this):this.empty().each(function(){(this.nodeType===1||this.nodeType===11||this.nodeType===9)&&(this.textContent=i)})},null,e,arguments.length)},append:function(){return xt(this,arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var i=Hn(this,e);i.appendChild(e)}})},prepend:function(){return xt(this,arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var i=Hn(this,e);i.insertBefore(e,i.firstChild)}})},before:function(){return xt(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return xt(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,i=0;(e=this[i])!=null;i++)e.nodeType===1&&(u.cleanData(De(e,!1)),e.textContent="");return this},clone:function(e,i){return e=e==null?!1:e,i=i==null?e:i,this.map(function(){return u.clone(this,e,i)})},html:function(e){return Me(this,function(i){var a=this[0]||{},c=0,f=this.length;if(i===void 0&&a.nodeType===1)return a.innerHTML;if(typeof i=="string"&&!xr.test(i)&&!Be[(Er.exec(i)||["",""])[1].toLowerCase()]){i=u.htmlPrefilter(i);try{for(;c<f;c++)a=this[c]||{},a.nodeType===1&&(u.cleanData(De(a,!1)),a.innerHTML=i);a=0}catch(p){}}a&&this.empty().append(i)},null,e,arguments.length)},replaceWith:function(){var e=[];return xt(this,arguments,function(i){var a=this.parentNode;u.inArray(this,e)<0&&(u.cleanData(De(this)),a&&a.replaceChild(i,this))},e)}}),u.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,i){u.fn[e]=function(a){for(var c,f=[],p=u(a),g=p.length-1,C=0;C<=g;C++)c=C===g?this:this.clone(!0),u(p[C])[i](c),m.apply(f,c.get());return this.pushStack(f)}});var rn=new RegExp("^("+Re+")(?!px)[a-z%]+$","i"),vn=/^--/,Mt=function(e){var i=e.ownerDocument.defaultView;return(!i||!i.opener)&&(i=r),i.getComputedStyle(e)},yn=function(e,i,a){var c,f,p={};for(f in i)p[f]=e.style[f],e.style[f]=i[f];c=a.call(e);for(f in i)e.style[f]=p[f];return c},Cr=new RegExp(Ge.join("|"),"i");(function(){function e(){if(N){x.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",N.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",et.appendChild(x).appendChild(N);var $=r.getComputedStyle(N);a=$.top!=="1%",C=i($.marginLeft)===12,N.style.right="60%",p=i($.right)===36,c=i($.width)===36,N.style.position="absolute",f=i(N.offsetWidth/3)===12,et.removeChild(x),N=null}}function i($){return Math.round(parseFloat($))}var a,c,f,p,g,C,x=j.createElement("div"),N=j.createElement("div");N.style&&(N.style.backgroundClip="content-box",N.cloneNode(!0).style.backgroundClip="",k.clearCloneStyle=N.style.backgroundClip==="content-box",u.extend(k,{boxSizingReliable:function(){return e(),c},pixelBoxStyles:function(){return e(),p},pixelPosition:function(){return e(),a},reliableMarginLeft:function(){return e(),C},scrollboxSize:function(){return e(),f},reliableTrDimensions:function(){var $,z,q,J;return g==null&&($=j.createElement("table"),z=j.createElement("tr"),q=j.createElement("div"),$.style.cssText="position:absolute;left:-11111px;border-collapse:separate",z.style.cssText="box-sizing:content-box;border:1px solid",z.style.height="1px",q.style.height="9px",q.style.display="block",et.appendChild($).appendChild(z).appendChild(q),J=r.getComputedStyle(z),g=parseInt(J.height,10)+parseInt(J.borderTopWidth,10)+parseInt(J.borderBottomWidth,10)===z.offsetHeight,et.removeChild($)),g}}))})();function Qt(e,i,a){var c,f,p,g,C=vn.test(i),x=e.style;return a=a||Mt(e),a&&(g=a.getPropertyValue(i)||a[i],C&&g&&(g=g.replace(xe,"$1")||void 0),g===""&&!ft(e)&&(g=u.style(e,i)),!k.pixelBoxStyles()&&rn.test(g)&&Cr.test(i)&&(c=x.width,f=x.minWidth,p=x.maxWidth,x.minWidth=x.maxWidth=x.width=g,g=a.width,x.width=c,x.minWidth=f,x.maxWidth=p)),g!==void 0?g+"":g}function It(e,i){return{get:function(){if(e()){delete this.get;return}return(this.get=i).apply(this,arguments)}}}var Tr=["Webkit","Moz","ms"],vt=j.createElement("div").style,jr={};function Ir(e){for(var i=e[0].toUpperCase()+e.slice(1),a=Tr.length;a--;)if(e=Tr[a]+i,e in vt)return e}function on(e){var i=u.cssProps[e]||jr[e];return i||(e in vt?e:jr[e]=Ir(e)||e)}var $n=/^(none|table(?!-c[ea]).+)/,si={position:"absolute",visibility:"hidden",display:"block"},lu={letterSpacing:"0",fontWeight:"400"};function fu(e,i,a){var c=ze.exec(i);return c?Math.max(0,c[2]-(a||0))+(c[3]||"px"):i}function Qi(e,i,a,c,f,p){var g=i==="width"?1:0,C=0,x=0,N=0;if(a===(c?"border":"content"))return 0;for(;g<4;g+=2)a==="margin"&&(N+=u.css(e,a+Ge[g],!0,f)),c?(a==="content"&&(x-=u.css(e,"padding"+Ge[g],!0,f)),a!=="margin"&&(x-=u.css(e,"border"+Ge[g]+"Width",!0,f))):(x+=u.css(e,"padding"+Ge[g],!0,f),a!=="padding"?x+=u.css(e,"border"+Ge[g]+"Width",!0,f):C+=u.css(e,"border"+Ge[g]+"Width",!0,f));return!c&&p>=0&&(x+=Math.max(0,Math.ceil(e["offset"+i[0].toUpperCase()+i.slice(1)]-p-x-C-.5))||0),x+N}function pu(e,i,a){var c=Mt(e),f=!k.boxSizingReliable()||a,p=f&&u.css(e,"boxSizing",!1,c)==="border-box",g=p,C=Qt(e,i,c),x="offset"+i[0].toUpperCase()+i.slice(1);if(rn.test(C)){if(!a)return C;C="auto"}return(!k.boxSizingReliable()&&p||!k.reliableTrDimensions()&&F(e,"tr")||C==="auto"||!parseFloat(C)&&u.css(e,"display",!1,c)==="inline")&&e.getClientRects().length&&(p=u.css(e,"boxSizing",!1,c)==="border-box",g=x in e,g&&(C=e[x])),C=parseFloat(C)||0,C+Qi(e,i,a||(p?"border":"content"),g,c,C)+"px"}u.extend({cssHooks:{opacity:{get:function(e,i){if(i){var a=Qt(e,"opacity");return a===""?"1":a}}}},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(e,i,a,c){if(!(!e||e.nodeType===3||e.nodeType===8||!e.style)){var f,p,g,C=me(i),x=vn.test(i),N=e.style;if(x||(i=on(C)),g=u.cssHooks[i]||u.cssHooks[C],a!==void 0){if(p=typeof a,p==="string"&&(f=ze.exec(a))&&f[1]&&(a=wr(e,i,f),p="number"),a==null||a!==a)return;p==="number"&&!x&&(a+=f&&f[3]||(u.cssNumber[C]?"":"px")),!k.clearCloneStyle&&a===""&&i.indexOf("background")===0&&(N[i]="inherit"),(!g||!("set"in g)||(a=g.set(e,a,c))!==void 0)&&(x?N.setProperty(i,a):N[i]=a)}else return g&&"get"in g&&(f=g.get(e,!1,c))!==void 0?f:N[i]}},css:function(e,i,a,c){var f,p,g,C=me(i),x=vn.test(i);return x||(i=on(C)),g=u.cssHooks[i]||u.cssHooks[C],g&&"get"in g&&(f=g.get(e,!0,a)),f===void 0&&(f=Qt(e,i,c)),f==="normal"&&i in lu&&(f=lu[i]),a===""||a?(p=parseFloat(f),a===!0||isFinite(p)?p||0:f):f}}),u.each(["height","width"],function(e,i){u.cssHooks[i]={get:function(a,c,f){if(c)return $n.test(u.css(a,"display"))&&(!a.getClientRects().length||!a.getBoundingClientRect().width)?yn(a,si,function(){return pu(a,i,f)}):pu(a,i,f)},set:function(a,c,f){var p,g=Mt(a),C=!k.scrollboxSize()&&g.position==="absolute",x=C||f,N=x&&u.css(a,"boxSizing",!1,g)==="border-box",$=f?Qi(a,i,f,N,g):0;return N&&C&&($-=Math.ceil(a["offset"+i[0].toUpperCase()+i.slice(1)]-parseFloat(g[i])-Qi(a,i,"border",!1,g)-.5)),$&&(p=ze.exec(c))&&(p[3]||"px")!=="px"&&(a.style[i]=c,c=u.css(a,i)),fu(a,c,$)}}}),u.cssHooks.marginLeft=It(k.reliableMarginLeft,function(e,i){if(i)return(parseFloat(Qt(e,"marginLeft"))||e.getBoundingClientRect().left-yn(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),u.each({margin:"",padding:"",border:"Width"},function(e,i){u.cssHooks[e+i]={expand:function(a){for(var c=0,f={},p=typeof a=="string"?a.split(" "):[a];c<4;c++)f[e+Ge[c]+i]=p[c]||p[c-2]||p[0];return f}},e!=="margin"&&(u.cssHooks[e+i].set=fu)}),u.fn.extend({css:function(e,i){return Me(this,function(a,c,f){var p,g,C={},x=0;if(Array.isArray(c)){for(p=Mt(a),g=c.length;x<g;x++)C[c[x]]=u.css(a,c[x],!1,p);return C}return f!==void 0?u.style(a,c,f):u.css(a,c)},e,i,arguments.length>1)}});function yt(e,i,a,c,f){return new yt.prototype.init(e,i,a,c,f)}u.Tween=yt,yt.prototype={constructor:yt,init:function(e,i,a,c,f,p){this.elem=e,this.prop=a,this.easing=f||u.easing._default,this.options=i,this.start=this.now=this.cur(),this.end=c,this.unit=p||(u.cssNumber[a]?"":"px")},cur:function(){var e=yt.propHooks[this.prop];return e&&e.get?e.get(this):yt.propHooks._default.get(this)},run:function(e){var i,a=yt.propHooks[this.prop];return this.options.duration?this.pos=i=u.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=i=e,this.now=(this.end-this.start)*i+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),a&&a.set?a.set(this):yt.propHooks._default.set(this),this}},yt.prototype.init.prototype=yt.prototype,yt.propHooks={_default:{get:function(e){var i;return e.elem.nodeType!==1||e.elem[e.prop]!=null&&e.elem.style[e.prop]==null?e.elem[e.prop]:(i=u.css(e.elem,e.prop,""),!i||i==="auto"?0:i)},set:function(e){u.fx.step[e.prop]?u.fx.step[e.prop](e):e.elem.nodeType===1&&(u.cssHooks[e.prop]||e.elem.style[on(e.prop)]!=null)?u.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},yt.propHooks.scrollTop=yt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},u.easing={linear:function(e){return e},swing:function(e){return .5-Math.cos(e*Math.PI)/2},_default:"swing"},u.fx=yt.prototype.init,u.fx.step={};var Bn,ci,Mc=/^(?:toggle|show|hide)$/,Hc=/queueHooks$/;function Yi(){ci&&(j.hidden===!1&&r.requestAnimationFrame?r.requestAnimationFrame(Yi):r.setTimeout(Yi,u.fx.interval),u.fx.tick())}function du(){return r.setTimeout(function(){Bn=void 0}),Bn=Date.now()}function li(e,i){var a,c=0,f={height:e};for(i=i?1:0;c<4;c+=2-i)a=Ge[c],f["margin"+a]=f["padding"+a]=e;return i&&(f.opacity=f.width=e),f}function hu(e,i,a){for(var c,f=(Pt.tweeners[i]||[]).concat(Pt.tweeners["*"]),p=0,g=f.length;p<g;p++)if(c=f[p].call(a,i,e))return c}function Fc(e,i,a){var c,f,p,g,C,x,N,$,z="width"in i||"height"in i,q=this,J={},ye=e.style,Ie=e.nodeType&&mn(e),we=se.get(e,"fxshow");a.queue||(g=u._queueHooks(e,"fx"),g.unqueued==null&&(g.unqueued=0,C=g.empty.fire,g.empty.fire=function(){g.unqueued||C()}),g.unqueued++,q.always(function(){q.always(function(){g.unqueued--,u.queue(e,"fx").length||g.empty.fire()})}));for(c in i)if(f=i[c],Mc.test(f)){if(delete i[c],p=p||f==="toggle",f===(Ie?"hide":"show"))if(f==="show"&&we&&we[c]!==void 0)Ie=!0;else continue;J[c]=we&&we[c]||u.style(e,c)}if(x=!u.isEmptyObject(i),!(!x&&u.isEmptyObject(J))){z&&e.nodeType===1&&(a.overflow=[ye.overflow,ye.overflowX,ye.overflowY],N=we&&we.display,N==null&&(N=se.get(e,"display")),$=u.css(e,"display"),$==="none"&&(N?$=N:(en([e],!0),N=e.style.display||N,$=u.css(e,"display"),en([e]))),($==="inline"||$==="inline-block"&&N!=null)&&u.css(e,"float")==="none"&&(x||(q.done(function(){ye.display=N}),N==null&&($=ye.display,N=$==="none"?"":$)),ye.display="inline-block")),a.overflow&&(ye.overflow="hidden",q.always(function(){ye.overflow=a.overflow[0],ye.overflowX=a.overflow[1],ye.overflowY=a.overflow[2]})),x=!1;for(c in J)x||(we?"hidden"in we&&(Ie=we.hidden):we=se.access(e,"fxshow",{display:N}),p&&(we.hidden=!Ie),Ie&&en([e],!0),q.done(function(){Ie||en([e]),se.remove(e,"fxshow");for(c in J)u.style(e,c,J[c])})),x=hu(Ie?we[c]:0,c,q),c in we||(we[c]=x.start,Ie&&(x.end=x.start,x.start=0))}}function $c(e,i){var a,c,f,p,g;for(a in e)if(c=me(a),f=i[c],p=e[a],Array.isArray(p)&&(f=p[1],p=e[a]=p[0]),a!==c&&(e[c]=p,delete e[a]),g=u.cssHooks[c],g&&"expand"in g){p=g.expand(p),delete e[c];for(a in p)a in e||(e[a]=p[a],i[a]=f)}else i[c]=f}function Pt(e,i,a){var c,f,p=0,g=Pt.prefilters.length,C=u.Deferred().always(function(){delete x.elem}),x=function(){if(f)return!1;for(var z=Bn||du(),q=Math.max(0,N.startTime+N.duration-z),J=q/N.duration||0,ye=1-J,Ie=0,we=N.tweens.length;Ie<we;Ie++)N.tweens[Ie].run(ye);return C.notifyWith(e,[N,ye,q]),ye<1&&we?q:(we||C.notifyWith(e,[N,1,0]),C.resolveWith(e,[N]),!1)},N=C.promise({elem:e,props:u.extend({},i),opts:u.extend(!0,{specialEasing:{},easing:u.easing._default},a),originalProperties:i,originalOptions:a,startTime:Bn||du(),duration:a.duration,tweens:[],createTween:function(z,q){var J=u.Tween(e,N.opts,z,q,N.opts.specialEasing[z]||N.opts.easing);return N.tweens.push(J),J},stop:function(z){var q=0,J=z?N.tweens.length:0;if(f)return this;for(f=!0;q<J;q++)N.tweens[q].run(1);return z?(C.notifyWith(e,[N,1,0]),C.resolveWith(e,[N,z])):C.rejectWith(e,[N,z]),this}}),$=N.props;for($c($,N.opts.specialEasing);p<g;p++)if(c=Pt.prefilters[p].call(N,e,$,N.opts),c)return A(c.stop)&&(u._queueHooks(N.elem,N.opts.queue).stop=c.stop.bind(c)),c;return u.map($,hu,N),A(N.opts.start)&&N.opts.start.call(e,N),N.progress(N.opts.progress).done(N.opts.done,N.opts.complete).fail(N.opts.fail).always(N.opts.always),u.fx.timer(u.extend(x,{elem:e,anim:N,queue:N.opts.queue})),N}u.Animation=u.extend(Pt,{tweeners:{"*":[function(e,i){var a=this.createTween(e,i);return wr(a.elem,e,ze.exec(i),a),a}]},tweener:function(e,i){A(e)?(i=e,e=["*"]):e=e.match($e);for(var a,c=0,f=e.length;c<f;c++)a=e[c],Pt.tweeners[a]=Pt.tweeners[a]||[],Pt.tweeners[a].unshift(i)},prefilters:[Fc],prefilter:function(e,i){i?Pt.prefilters.unshift(e):Pt.prefilters.push(e)}}),u.speed=function(e,i,a){var c=e&&typeof e=="object"?u.extend({},e):{complete:a||!a&&i||A(e)&&e,duration:e,easing:a&&i||i&&!A(i)&&i};return u.fx.off?c.duration=0:typeof c.duration!="number"&&(c.duration in u.fx.speeds?c.duration=u.fx.speeds[c.duration]:c.duration=u.fx.speeds._default),(c.queue==null||c.queue===!0)&&(c.queue="fx"),c.old=c.complete,c.complete=function(){A(c.old)&&c.old.call(this),c.queue&&u.dequeue(this,c.queue)},c},u.fn.extend({fadeTo:function(e,i,a,c){return this.filter(mn).css("opacity",0).show().end().animate({opacity:i},e,a,c)},animate:function(e,i,a,c){var f=u.isEmptyObject(e),p=u.speed(i,a,c),g=function(){var C=Pt(this,u.extend({},e),p);(f||se.get(this,"finish"))&&C.stop(!0)};return g.finish=g,f||p.queue===!1?this.each(g):this.queue(p.queue,g)},stop:function(e,i,a){var c=function(f){var p=f.stop;delete f.stop,p(a)};return typeof e!="string"&&(a=i,i=e,e=void 0),i&&this.queue(e||"fx",[]),this.each(function(){var f=!0,p=e!=null&&e+"queueHooks",g=u.timers,C=se.get(this);if(p)C[p]&&C[p].stop&&c(C[p]);else for(p in C)C[p]&&C[p].stop&&Hc.test(p)&&c(C[p]);for(p=g.length;p--;)g[p].elem===this&&(e==null||g[p].queue===e)&&(g[p].anim.stop(a),f=!1,g.splice(p,1));(f||!a)&&u.dequeue(this,e)})},finish:function(e){return e!==!1&&(e=e||"fx"),this.each(function(){var i,a=se.get(this),c=a[e+"queue"],f=a[e+"queueHooks"],p=u.timers,g=c?c.length:0;for(a.finish=!0,u.queue(this,e,[]),f&&f.stop&&f.stop.call(this,!0),i=p.length;i--;)p[i].elem===this&&p[i].queue===e&&(p[i].anim.stop(!0),p.splice(i,1));for(i=0;i<g;i++)c[i]&&c[i].finish&&c[i].finish.call(this);delete a.finish})}}),u.each(["toggle","show","hide"],function(e,i){var a=u.fn[i];u.fn[i]=function(c,f,p){return c==null||typeof c=="boolean"?a.apply(this,arguments):this.animate(li(i,!0),c,f,p)}}),u.each({slideDown:li("show"),slideUp:li("hide"),slideToggle:li("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,i){u.fn[e]=function(a,c,f){return this.animate(i,a,c,f)}}),u.timers=[],u.fx.tick=function(){var e,i=0,a=u.timers;for(Bn=Date.now();i<a.length;i++)e=a[i],!e()&&a[i]===e&&a.splice(i--,1);a.length||u.fx.stop(),Bn=void 0},u.fx.timer=function(e){u.timers.push(e),u.fx.start()},u.fx.interval=13,u.fx.start=function(){ci||(ci=!0,Yi())},u.fx.stop=function(){ci=null},u.fx.speeds={slow:600,fast:200,_default:400},u.fn.delay=function(e,i){return e=u.fx&&u.fx.speeds[e]||e,i=i||"fx",this.queue(i,function(a,c){var f=r.setTimeout(a,e);c.stop=function(){r.clearTimeout(f)}})},(function(){var e=j.createElement("input"),i=j.createElement("select"),a=i.appendChild(j.createElement("option"));e.type="checkbox",k.checkOn=e.value!=="",k.optSelected=a.selected,e=j.createElement("input"),e.value="t",e.type="radio",k.radioValue=e.value==="t"})();var gu,Pr=u.expr.attrHandle;u.fn.extend({attr:function(e,i){return Me(this,u.attr,e,i,arguments.length>1)},removeAttr:function(e){return this.each(function(){u.removeAttr(this,e)})}}),u.extend({attr:function(e,i,a){var c,f,p=e.nodeType;if(!(p===3||p===8||p===2)){if(typeof e.getAttribute=="undefined")return u.prop(e,i,a);if((p!==1||!u.isXMLDoc(e))&&(f=u.attrHooks[i.toLowerCase()]||(u.expr.match.bool.test(i)?gu:void 0)),a!==void 0){if(a===null){u.removeAttr(e,i);return}return f&&"set"in f&&(c=f.set(e,a,i))!==void 0?c:(e.setAttribute(i,a+""),a)}return f&&"get"in f&&(c=f.get(e,i))!==null?c:(c=u.find.attr(e,i),c==null?void 0:c)}},attrHooks:{type:{set:function(e,i){if(!k.radioValue&&i==="radio"&&F(e,"input")){var a=e.value;return e.setAttribute("type",i),a&&(e.value=a),i}}}},removeAttr:function(e,i){var a,c=0,f=i&&i.match($e);if(f&&e.nodeType===1)for(;a=f[c++];)e.removeAttribute(a)}}),gu={set:function(e,i,a){return i===!1?u.removeAttr(e,a):e.setAttribute(a,a),a}},u.each(u.expr.match.bool.source.match(/\w+/g),function(e,i){var a=Pr[i]||u.find.attr;Pr[i]=function(c,f,p){var g,C,x=f.toLowerCase();return p||(C=Pr[x],Pr[x]=g,g=a(c,f,p)!=null?x:null,Pr[x]=C),g}});var Bc=/^(?:input|select|textarea|button)$/i,Uc=/^(?:a|area)$/i;u.fn.extend({prop:function(e,i){return Me(this,u.prop,e,i,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[u.propFix[e]||e]})}}),u.extend({prop:function(e,i,a){var c,f,p=e.nodeType;if(!(p===3||p===8||p===2))return(p!==1||!u.isXMLDoc(e))&&(i=u.propFix[i]||i,f=u.propHooks[i]),a!==void 0?f&&"set"in f&&(c=f.set(e,a,i))!==void 0?c:e[i]=a:f&&"get"in f&&(c=f.get(e,i))!==null?c:e[i]},propHooks:{tabIndex:{get:function(e){var i=u.find.attr(e,"tabindex");return i?parseInt(i,10):Bc.test(e.nodeName)||Uc.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),k.optSelected||(u.propHooks.selected={get:function(e){var i=e.parentNode;return i&&i.parentNode&&i.parentNode.selectedIndex,null},set:function(e){var i=e.parentNode;i&&(i.selectedIndex,i.parentNode&&i.parentNode.selectedIndex)}}),u.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){u.propFix[this.toLowerCase()]=this});function bn(e){var i=e.match($e)||[];return i.join(" ")}function _n(e){return e.getAttribute&&e.getAttribute("class")||""}function Xi(e){return Array.isArray(e)?e:typeof e=="string"?e.match($e)||[]:[]}u.fn.extend({addClass:function(e){var i,a,c,f,p,g;return A(e)?this.each(function(C){u(this).addClass(e.call(this,C,_n(this)))}):(i=Xi(e),i.length?this.each(function(){if(c=_n(this),a=this.nodeType===1&&" "+bn(c)+" ",a){for(p=0;p<i.length;p++)f=i[p],a.indexOf(" "+f+" ")<0&&(a+=f+" ");g=bn(a),c!==g&&this.setAttribute("class",g)}}):this)},removeClass:function(e){var i,a,c,f,p,g;return A(e)?this.each(function(C){u(this).removeClass(e.call(this,C,_n(this)))}):arguments.length?(i=Xi(e),i.length?this.each(function(){if(c=_n(this),a=this.nodeType===1&&" "+bn(c)+" ",a){for(p=0;p<i.length;p++)for(f=i[p];a.indexOf(" "+f+" ")>-1;)a=a.replace(" "+f+" "," ");g=bn(a),c!==g&&this.setAttribute("class",g)}}):this):this.attr("class","")},toggleClass:function(e,i){var a,c,f,p,g=typeof e,C=g==="string"||Array.isArray(e);return A(e)?this.each(function(x){u(this).toggleClass(e.call(this,x,_n(this),i),i)}):typeof i=="boolean"&&C?i?this.addClass(e):this.removeClass(e):(a=Xi(e),this.each(function(){if(C)for(p=u(this),f=0;f<a.length;f++)c=a[f],p.hasClass(c)?p.removeClass(c):p.addClass(c);else(e===void 0||g==="boolean")&&(c=_n(this),c&&se.set(this,"__className__",c),this.setAttribute&&this.setAttribute("class",c||e===!1?"":se.get(this,"__className__")||""))}))},hasClass:function(e){var i,a,c=0;for(i=" "+e+" ";a=this[c++];)if(a.nodeType===1&&(" "+bn(_n(a))+" ").indexOf(i)>-1)return!0;return!1}});var zc=/\r/g;u.fn.extend({val:function(e){var i,a,c,f=this[0];return arguments.length?(c=A(e),this.each(function(p){var g;this.nodeType===1&&(c?g=e.call(this,p,u(this).val()):g=e,g==null?g="":typeof g=="number"?g+="":Array.isArray(g)&&(g=u.map(g,function(C){return C==null?"":C+""})),i=u.valHooks[this.type]||u.valHooks[this.nodeName.toLowerCase()],(!i||!("set"in i)||i.set(this,g,"value")===void 0)&&(this.value=g))})):f?(i=u.valHooks[f.type]||u.valHooks[f.nodeName.toLowerCase()],i&&"get"in i&&(a=i.get(f,"value"))!==void 0?a:(a=f.value,typeof a=="string"?a.replace(zc,""):a==null?"":a)):void 0}}),u.extend({valHooks:{option:{get:function(e){var i=u.find.attr(e,"value");return i!=null?i:bn(u.text(e))}},select:{get:function(e){var i,a,c,f=e.options,p=e.selectedIndex,g=e.type==="select-one",C=g?null:[],x=g?p+1:f.length;for(p<0?c=x:c=g?p:0;c<x;c++)if(a=f[c],(a.selected||c===p)&&!a.disabled&&(!a.parentNode.disabled||!F(a.parentNode,"optgroup"))){if(i=u(a).val(),g)return i;C.push(i)}return C},set:function(e,i){for(var a,c,f=e.options,p=u.makeArray(i),g=f.length;g--;)c=f[g],(c.selected=u.inArray(u.valHooks.option.get(c),p)>-1)&&(a=!0);return a||(e.selectedIndex=-1),p}}}}),u.each(["radio","checkbox"],function(){u.valHooks[this]={set:function(e,i){if(Array.isArray(i))return e.checked=u.inArray(u(e).val(),i)>-1}},k.checkOn||(u.valHooks[this].get=function(e){return e.getAttribute("value")===null?"on":e.value})});var Dr=r.location,mu={guid:Date.now()},Ji=/\?/;u.parseXML=function(e){var i,a;if(!e||typeof e!="string")return null;try{i=new r.DOMParser().parseFromString(e,"text/xml")}catch(c){}return a=i&&i.getElementsByTagName("parsererror")[0],(!i||a)&&u.error("Invalid XML: "+(a?u.map(a.childNodes,function(c){return c.textContent}).join(`
4
+ `):e)),i};var vu=/^(?:focusinfocus|focusoutblur)$/,yu=function(e){e.stopPropagation()};u.extend(u.event,{trigger:function(e,i,a,c){var f,p,g,C,x,N,$,z,q=[a||j],J=_.call(e,"type")?e.type:e,ye=_.call(e,"namespace")?e.namespace.split("."):[];if(p=z=g=a=a||j,!(a.nodeType===3||a.nodeType===8)&&!vu.test(J+u.event.triggered)&&(J.indexOf(".")>-1&&(ye=J.split("."),J=ye.shift(),ye.sort()),x=J.indexOf(":")<0&&"on"+J,e=e[u.expando]?e:new u.Event(J,typeof e=="object"&&e),e.isTrigger=c?2:3,e.namespace=ye.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+ye.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=a),i=i==null?[e]:u.makeArray(i,[e]),$=u.event.special[J]||{},!(!c&&$.trigger&&$.trigger.apply(a,i)===!1))){if(!c&&!$.noBubble&&!P(a)){for(C=$.delegateType||J,vu.test(C+J)||(p=p.parentNode);p;p=p.parentNode)q.push(p),g=p;g===(a.ownerDocument||j)&&q.push(g.defaultView||g.parentWindow||r)}for(f=0;(p=q[f++])&&!e.isPropagationStopped();)z=p,e.type=f>1?C:$.bindType||J,N=(se.get(p,"events")||Object.create(null))[e.type]&&se.get(p,"handle"),N&&N.apply(p,i),N=x&&p[x],N&&N.apply&&qe(p)&&(e.result=N.apply(p,i),e.result===!1&&e.preventDefault());return e.type=J,!c&&!e.isDefaultPrevented()&&(!$._default||$._default.apply(q.pop(),i)===!1)&&qe(a)&&x&&A(a[J])&&!P(a)&&(g=a[x],g&&(a[x]=null),u.event.triggered=J,e.isPropagationStopped()&&z.addEventListener(J,yu),a[J](),e.isPropagationStopped()&&z.removeEventListener(J,yu),u.event.triggered=void 0,g&&(a[x]=g)),e.result}},simulate:function(e,i,a){var c=u.extend(new u.Event,a,{type:e,isSimulated:!0});u.event.trigger(c,null,i)}}),u.fn.extend({trigger:function(e,i){return this.each(function(){u.event.trigger(e,i,this)})},triggerHandler:function(e,i){var a=this[0];if(a)return u.event.trigger(e,i,a,!0)}});var Wc=/\[\]$/,bu=/\r?\n/g,Vc=/^(?:submit|button|image|reset|file)$/i,Gc=/^(?:input|select|textarea|keygen)/i;function Zi(e,i,a,c){var f;if(Array.isArray(i))u.each(i,function(p,g){a||Wc.test(e)?c(e,g):Zi(e+"["+(typeof g=="object"&&g!=null?p:"")+"]",g,a,c)});else if(!a&&L(i)==="object")for(f in i)Zi(e+"["+f+"]",i[f],a,c);else c(e,i)}u.param=function(e,i){var a,c=[],f=function(p,g){var C=A(g)?g():g;c[c.length]=encodeURIComponent(p)+"="+encodeURIComponent(C==null?"":C)};if(e==null)return"";if(Array.isArray(e)||e.jquery&&!u.isPlainObject(e))u.each(e,function(){f(this.name,this.value)});else for(a in e)Zi(a,e[a],i,f);return c.join("&")},u.fn.extend({serialize:function(){return u.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=u.prop(this,"elements");return e?u.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!u(this).is(":disabled")&&Gc.test(this.nodeName)&&!Vc.test(e)&&(this.checked||!tn.test(e))}).map(function(e,i){var a=u(this).val();return a==null?null:Array.isArray(a)?u.map(a,function(c){return{name:i.name,value:c.replace(bu,`\r
5
5
  `)}}):{name:i.name,value:a.replace(bu,`\r
6
- `)}}).get()}});var Gc=/%20/g,Kc=/#.*$/,Qc=/([?&])_=[^&]*/,Yc=/^(.*?):[ \t]*([^\r\n]*)$/mg,Xc=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Jc=/^(?:GET|HEAD)$/,Zc=/^\/\//,_u={},eo={},Au="*/".concat("*"),to=j.createElement("a");to.href=Dr.href;function wu(e){return function(i,a){typeof i!="string"&&(a=i,i="*");var c,f=0,p=i.toLowerCase().match($e)||[];if(A(a))for(;c=p[f++];)c[0]==="+"?(c=c.slice(1)||"*",(e[c]=e[c]||[]).unshift(a)):(e[c]=e[c]||[]).push(a)}}function Su(e,i,a,c){var f={},p=e===eo;function g(k){var x;return f[k]=!0,u.each(e[k]||[],function(N,$){var z=$(i,a,c);if(typeof z=="string"&&!p&&!f[z])return i.dataTypes.unshift(z),g(z),!1;if(p)return!(x=z)}),x}return g(i.dataTypes[0])||!f["*"]&&g("*")}function no(e,i){var a,c,f=u.ajaxSettings.flatOptions||{};for(a in i)i[a]!==void 0&&((f[a]?e:c||(c={}))[a]=i[a]);return c&&u.extend(!0,e,c),e}function el(e,i,a){for(var c,f,p,g,k=e.contents,x=e.dataTypes;x[0]==="*";)x.shift(),c===void 0&&(c=e.mimeType||i.getResponseHeader("Content-Type"));if(c){for(f in k)if(k[f]&&k[f].test(c)){x.unshift(f);break}}if(x[0]in a)p=x[0];else{for(f in a){if(!x[0]||e.converters[f+" "+x[0]]){p=f;break}g||(g=f)}p=p||g}if(p)return p!==x[0]&&x.unshift(p),a[p]}function tl(e,i,a,c){var f,p,g,k,x,N={},$=e.dataTypes.slice();if($[1])for(g in e.converters)N[g.toLowerCase()]=e.converters[g];for(p=$.shift();p;)if(e.responseFields[p]&&(a[e.responseFields[p]]=i),!x&&c&&e.dataFilter&&(i=e.dataFilter(i,e.dataType)),x=p,p=$.shift(),p){if(p==="*")p=x;else if(x!=="*"&&x!==p){if(g=N[x+" "+p]||N["* "+p],!g){for(f in N)if(k=f.split(" "),k[1]===p&&(g=N[x+" "+k[0]]||N["* "+k[0]],g)){g===!0?g=N[f]:N[f]!==!0&&(p=k[0],$.unshift(k[1]));break}}if(g!==!0)if(g&&e.throws)i=g(i);else try{i=g(i)}catch(z){return{state:"parsererror",error:g?z:"No conversion from "+x+" to "+p}}}}return{state:"success",data:i}}u.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Dr.href,type:"GET",isLocal:Xc.test(Dr.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Au,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":u.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,i){return i?no(no(e,u.ajaxSettings),i):no(u.ajaxSettings,e)},ajaxPrefilter:wu(_u),ajaxTransport:wu(eo),ajax:function(e,i){typeof e=="object"&&(i=e,e=void 0),i=i||{};var a,c,f,p,g,k,x,N,$,z,q=u.ajaxSetup({},i),J=q.context||q,ye=q.context&&(J.nodeType||J.jquery)?u(J):u.event,Ie=u.Deferred(),we=u.Callbacks("once memory"),it=q.statusCode||{},Ze={},Ht={},Ft="canceled",Te={readyState:0,getResponseHeader:function(Pe){var Qe;if(x){if(!p)for(p={};Qe=Yc.exec(f);)p[Qe[1].toLowerCase()+" "]=(p[Qe[1].toLowerCase()+" "]||[]).concat(Qe[2]);Qe=p[Pe.toLowerCase()+" "]}return Qe==null?null:Qe.join(", ")},getAllResponseHeaders:function(){return x?f:null},setRequestHeader:function(Pe,Qe){return x==null&&(Pe=Ht[Pe.toLowerCase()]=Ht[Pe.toLowerCase()]||Pe,Ze[Pe]=Qe),this},overrideMimeType:function(Pe){return x==null&&(q.mimeType=Pe),this},statusCode:function(Pe){var Qe;if(Pe)if(x)Te.always(Pe[Te.status]);else for(Qe in Pe)it[Qe]=[it[Qe],Pe[Qe]];return this},abort:function(Pe){var Qe=Pe||Ft;return a&&a.abort(Qe),An(0,Qe),this}};if(Ie.promise(Te),q.url=((e||q.url||Dr.href)+"").replace(Zc,Dr.protocol+"//"),q.type=i.method||i.type||q.method||q.type,q.dataTypes=(q.dataType||"*").toLowerCase().match($e)||[""],q.crossDomain==null){k=j.createElement("a");try{k.href=q.url,k.href=k.href,q.crossDomain=to.protocol+"//"+to.host!=k.protocol+"//"+k.host}catch(Pe){q.crossDomain=!0}}if(q.data&&q.processData&&typeof q.data!="string"&&(q.data=u.param(q.data,q.traditional)),Su(_u,q,i,Te),x)return Te;N=u.event&&q.global,N&&u.active++===0&&u.event.trigger("ajaxStart"),q.type=q.type.toUpperCase(),q.hasContent=!Jc.test(q.type),c=q.url.replace(Kc,""),q.hasContent?q.data&&q.processData&&(q.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(q.data=q.data.replace(Gc,"+")):(z=q.url.slice(c.length),q.data&&(q.processData||typeof q.data=="string")&&(c+=(Ji.test(c)?"&":"?")+q.data,delete q.data),q.cache===!1&&(c=c.replace(Qc,"$1"),z=(Ji.test(c)?"&":"?")+"_="+mu.guid+++z),q.url=c+z),q.ifModified&&(u.lastModified[c]&&Te.setRequestHeader("If-Modified-Since",u.lastModified[c]),u.etag[c]&&Te.setRequestHeader("If-None-Match",u.etag[c])),(q.data&&q.hasContent&&q.contentType!==!1||i.contentType)&&Te.setRequestHeader("Content-Type",q.contentType),Te.setRequestHeader("Accept",q.dataTypes[0]&&q.accepts[q.dataTypes[0]]?q.accepts[q.dataTypes[0]]+(q.dataTypes[0]!=="*"?", "+Au+"; q=0.01":""):q.accepts["*"]);for($ in q.headers)Te.setRequestHeader($,q.headers[$]);if(q.beforeSend&&(q.beforeSend.call(J,Te,q)===!1||x))return Te.abort();if(Ft="abort",we.add(q.complete),Te.done(q.success),Te.fail(q.error),a=Su(eo,q,i,Te),!a)An(-1,"No Transport");else{if(Te.readyState=1,N&&ye.trigger("ajaxSend",[Te,q]),x)return Te;q.async&&q.timeout>0&&(g=r.setTimeout(function(){Te.abort("timeout")},q.timeout));try{x=!1,a.send(Ze,An)}catch(Pe){if(x)throw Pe;An(-1,Pe)}}function An(Pe,Qe,Lr,io){var $t,Rr,Bt,an,un,Ot=Qe;x||(x=!0,g&&r.clearTimeout(g),a=void 0,f=io||"",Te.readyState=Pe>0?4:0,$t=Pe>=200&&Pe<300||Pe===304,Lr&&(an=el(q,Te,Lr)),!$t&&u.inArray("script",q.dataTypes)>-1&&u.inArray("json",q.dataTypes)<0&&(q.converters["text script"]=function(){}),an=tl(q,an,Te,$t),$t?(q.ifModified&&(un=Te.getResponseHeader("Last-Modified"),un&&(u.lastModified[c]=un),un=Te.getResponseHeader("etag"),un&&(u.etag[c]=un)),Pe===204||q.type==="HEAD"?Ot="nocontent":Pe===304?Ot="notmodified":(Ot=an.state,Rr=an.data,Bt=an.error,$t=!Bt)):(Bt=Ot,(Pe||!Ot)&&(Ot="error",Pe<0&&(Pe=0))),Te.status=Pe,Te.statusText=(Qe||Ot)+"",$t?Ie.resolveWith(J,[Rr,Ot,Te]):Ie.rejectWith(J,[Te,Ot,Bt]),Te.statusCode(it),it=void 0,N&&ye.trigger($t?"ajaxSuccess":"ajaxError",[Te,q,$t?Rr:Bt]),we.fireWith(J,[Te,Ot]),N&&(ye.trigger("ajaxComplete",[Te,q]),--u.active||u.event.trigger("ajaxStop")))}return Te},getJSON:function(e,i,a){return u.get(e,i,a,"json")},getScript:function(e,i){return u.get(e,void 0,i,"script")}}),u.each(["get","post"],function(e,i){u[i]=function(a,c,f,p){return A(c)&&(p=p||f,f=c,c=void 0),u.ajax(u.extend({url:a,type:i,dataType:p,data:c,success:f},u.isPlainObject(a)&&a))}}),u.ajaxPrefilter(function(e){var i;for(i in e.headers)i.toLowerCase()==="content-type"&&(e.contentType=e.headers[i]||"")}),u._evalUrl=function(e,i,a){return u.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(c){u.globalEval(c,i,a)}})},u.fn.extend({wrapAll:function(e){var i;return this[0]&&(A(e)&&(e=e.call(this[0])),i=u(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&i.insertBefore(this[0]),i.map(function(){for(var a=this;a.firstElementChild;)a=a.firstElementChild;return a}).append(this)),this},wrapInner:function(e){return A(e)?this.each(function(i){u(this).wrapInner(e.call(this,i))}):this.each(function(){var i=u(this),a=i.contents();a.length?a.wrapAll(e):i.append(e)})},wrap:function(e){var i=A(e);return this.each(function(a){u(this).wrapAll(i?e.call(this,a):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){u(this).replaceWith(this.childNodes)}),this}}),u.expr.pseudos.hidden=function(e){return!u.expr.pseudos.visible(e)},u.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},u.ajaxSettings.xhr=function(){try{return new r.XMLHttpRequest}catch(e){}};var nl={0:200,1223:204},Nr=u.ajaxSettings.xhr();C.cors=!!Nr&&"withCredentials"in Nr,C.ajax=Nr=!!Nr,u.ajaxTransport(function(e){var i,a;if(C.cors||Nr&&!e.crossDomain)return{send:function(c,f){var p,g=e.xhr();if(g.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(p in e.xhrFields)g[p]=e.xhrFields[p];e.mimeType&&g.overrideMimeType&&g.overrideMimeType(e.mimeType),!e.crossDomain&&!c["X-Requested-With"]&&(c["X-Requested-With"]="XMLHttpRequest");for(p in c)g.setRequestHeader(p,c[p]);i=function(k){return function(){i&&(i=a=g.onload=g.onerror=g.onabort=g.ontimeout=g.onreadystatechange=null,k==="abort"?g.abort():k==="error"?typeof g.status!="number"?f(0,"error"):f(g.status,g.statusText):f(nl[g.status]||g.status,g.statusText,(g.responseType||"text")!=="text"||typeof g.responseText!="string"?{binary:g.response}:{text:g.responseText},g.getAllResponseHeaders()))}},g.onload=i(),a=g.onerror=g.ontimeout=i("error"),g.onabort!==void 0?g.onabort=a:g.onreadystatechange=function(){g.readyState===4&&r.setTimeout(function(){i&&a()})},i=i("abort");try{g.send(e.hasContent&&e.data||null)}catch(k){if(i)throw k}},abort:function(){i&&i()}}}),u.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),u.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return u.globalEval(e),e}}}),u.ajaxPrefilter("script",function(e){e.cache===void 0&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),u.ajaxTransport("script",function(e){if(e.crossDomain||e.scriptAttrs){var i,a;return{send:function(c,f){i=u("<script>").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",a=function(p){i.remove(),a=null,p&&f(p.type==="error"?404:200,p.type)}),j.head.appendChild(i[0])},abort:function(){a&&a()}}}});var Eu=[],ro=/(=)\?(?=&|$)|\?\?/;u.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Eu.pop()||u.expando+"_"+mu.guid++;return this[e]=!0,e}}),u.ajaxPrefilter("json jsonp",function(e,i,a){var c,f,p,g=e.jsonp!==!1&&(ro.test(e.url)?"url":typeof e.data=="string"&&(e.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&ro.test(e.data)&&"data");if(g||e.dataTypes[0]==="jsonp")return c=e.jsonpCallback=A(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,g?e[g]=e[g].replace(ro,"$1"+c):e.jsonp!==!1&&(e.url+=(Ji.test(e.url)?"&":"?")+e.jsonp+"="+c),e.converters["script json"]=function(){return p||u.error(c+" was not called"),p[0]},e.dataTypes[0]="json",f=r[c],r[c]=function(){p=arguments},a.always(function(){f===void 0?u(r).removeProp(c):r[c]=f,e[c]&&(e.jsonpCallback=i.jsonpCallback,Eu.push(c)),p&&A(f)&&f(p[0]),p=f=void 0}),"script"}),C.createHTMLDocument=(function(){var e=j.implementation.createHTMLDocument("").body;return e.innerHTML="<form></form><form></form>",e.childNodes.length===2})(),u.parseHTML=function(e,i,a){if(typeof e!="string")return[];typeof i=="boolean"&&(a=i,i=!1);var c,f,p;return i||(C.createHTMLDocument?(i=j.implementation.createHTMLDocument(""),c=i.createElement("base"),c.href=j.location.href,i.head.appendChild(c)):i=j),f=V.exec(e),p=!a&&[],f?[i.createElement(f[1])]:(f=Xe([e],i,p),p&&p.length&&u(p).remove(),u.merge([],f.childNodes))},u.fn.load=function(e,i,a){var c,f,p,g=this,k=e.indexOf(" ");return k>-1&&(c=bn(e.slice(k)),e=e.slice(0,k)),A(i)?(a=i,i=void 0):i&&typeof i=="object"&&(f="POST"),g.length>0&&u.ajax({url:e,type:f||"GET",dataType:"html",data:i}).done(function(x){p=arguments,g.html(c?u("<div>").append(u.parseHTML(x)).find(c):x)}).always(a&&function(x,N){g.each(function(){a.apply(this,p||[x.responseText,N,x])})}),this},u.expr.pseudos.animated=function(e){return u.grep(u.timers,function(i){return e===i.elem}).length},u.offset={setOffset:function(e,i,a){var c,f,p,g,k,x,N,$=u.css(e,"position"),z=u(e),q={};$==="static"&&(e.style.position="relative"),k=z.offset(),p=u.css(e,"top"),x=u.css(e,"left"),N=($==="absolute"||$==="fixed")&&(p+x).indexOf("auto")>-1,N?(c=z.position(),g=c.top,f=c.left):(g=parseFloat(p)||0,f=parseFloat(x)||0),A(i)&&(i=i.call(e,a,u.extend({},k))),i.top!=null&&(q.top=i.top-k.top+g),i.left!=null&&(q.left=i.left-k.left+f),"using"in i?i.using.call(e,q):z.css(q)}},u.fn.extend({offset:function(e){if(arguments.length)return e===void 0?this:this.each(function(f){u.offset.setOffset(this,e,f)});var i,a,c=this[0];if(c)return c.getClientRects().length?(i=c.getBoundingClientRect(),a=c.ownerDocument.defaultView,{top:i.top+a.pageYOffset,left:i.left+a.pageXOffset}):{top:0,left:0}},position:function(){if(this[0]){var e,i,a,c=this[0],f={top:0,left:0};if(u.css(c,"position")==="fixed")i=c.getBoundingClientRect();else{for(i=this.offset(),a=c.ownerDocument,e=c.offsetParent||a.documentElement;e&&(e===a.body||e===a.documentElement)&&u.css(e,"position")==="static";)e=e.parentNode;e&&e!==c&&e.nodeType===1&&(f=u(e).offset(),f.top+=u.css(e,"borderTopWidth",!0),f.left+=u.css(e,"borderLeftWidth",!0))}return{top:i.top-f.top-u.css(c,"marginTop",!0),left:i.left-f.left-u.css(c,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&u.css(e,"position")==="static";)e=e.offsetParent;return e||et})}}),u.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,i){var a=i==="pageYOffset";u.fn[e]=function(c){return Me(this,function(f,p,g){var k;if(P(f)?k=f:f.nodeType===9&&(k=f.defaultView),g===void 0)return k?k[i]:f[p];k?k.scrollTo(a?k.pageXOffset:g,a?g:k.pageYOffset):f[p]=g},e,c,arguments.length)}}),u.each(["top","left"],function(e,i){u.cssHooks[i]=It(C.pixelPosition,function(a,c){if(c)return c=Qt(a,i),rn.test(c)?u(a).position()[i]+"px":c})}),u.each({Height:"height",Width:"width"},function(e,i){u.each({padding:"inner"+e,content:i,"":"outer"+e},function(a,c){u.fn[c]=function(f,p){var g=arguments.length&&(a||typeof f!="boolean"),k=a||(f===!0||p===!0?"margin":"border");return Me(this,function(x,N,$){var z;return P(x)?c.indexOf("outer")===0?x["inner"+e]:x.document.documentElement["client"+e]:x.nodeType===9?(z=x.documentElement,Math.max(x.body["scroll"+e],z["scroll"+e],x.body["offset"+e],z["offset"+e],z["client"+e])):$===void 0?u.css(x,N,k):u.style(x,N,$,k)},i,g?f:void 0,g)}})}),u.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,i){u.fn[i]=function(a){return this.on(i,a)}}),u.fn.extend({bind:function(e,i,a){return this.on(e,null,i,a)},unbind:function(e,i){return this.off(e,null,i)},delegate:function(e,i,a,c){return this.on(i,e,a,c)},undelegate:function(e,i,a){return arguments.length===1?this.off(e,"**"):this.off(i,e||"**",a)},hover:function(e,i){return this.on("mouseenter",e).on("mouseleave",i||e)}}),u.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(e,i){u.fn[i]=function(a,c){return arguments.length>0?this.on(i,null,a,c):this.trigger(i)}});var rl=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;u.proxy=function(e,i){var a,c,f;if(typeof i=="string"&&(a=e[i],i=e,e=a),!!A(e))return c=h.call(arguments,2),f=function(){return e.apply(i||this,c.concat(h.call(arguments)))},f.guid=e.guid=e.guid||u.guid++,f},u.holdReady=function(e){e?u.readyWait++:u.ready(!0)},u.isArray=Array.isArray,u.parseJSON=JSON.parse,u.nodeName=F,u.isFunction=A,u.isWindow=P,u.camelCase=me,u.type=L,u.now=Date.now,u.isNumeric=function(e){var i=u.type(e);return(i==="number"||i==="string")&&!isNaN(e-parseFloat(e))},u.trim=function(e){return e==null?"":(e+"").replace(rl,"$1")},typeof define=="function"&&define.amd&&define("jquery",[],function(){return u});var il=r.jQuery,ol=r.$;return u.noConflict=function(e){return r.$===u&&(r.$=ol),e&&r.jQuery===u&&(r.jQuery=il),u},typeof o=="undefined"&&(r.jQuery=r.$=u),u})}}),dl=Hr(Du()),Wn=t=>t.getBoundingClientRect().height,ho=()=>{let t=window.innerHeight*.01;document.querySelector("html").setAttribute("style",`--vh:${t}px;`);let n=document.querySelector("header"),r=document.querySelector("footer");if(!n||!r)return;let o=window.innerHeight-Wn(n)-Wn(r);document.querySelector("main").setAttribute("style",`--mh:${o}px;`)};ho(),window.onresize=ho;var Fr=()=>{let t=new Date;return t.setTime(t.getTime()+100*365*24*60*60*1e3),`expires=${t.toUTCString()};`},gi=t=>{let n=RegExp(`${t}=.[^;]*`),r=document.cookie.match(n);if(r){let o=r[0].split("=");return decodeURIComponent(o[1])}return!1};(()=>{let t=document.getElementById("topNoticeAlert"),n=window.sessionStorage.getItem("notice"),r=document.getElementById("cookieNoticeAlert"),o="chocolatey_hide_cookies_notice";t&&(n?t.remove():t.classList.remove("d-none"),t.querySelector("button").addEventListener("click",()=>sessionStorage.setItem("notice","true"),!1)),r&&(gi(o)?r.remove():r.classList.remove("d-none"),r.querySelectorAll("button").forEach(s=>{s.addEventListener("click",()=>{~location.hostname.indexOf("chocolatey.org")?document.cookie=`${o}=true; ${Fr()}path=/; domain=chocolatey.org;`:document.cookie=`${o}=true; ${Fr()}path=/;`},!1)}))})(),(()=>{let t=document.querySelectorAll(".callout"),n=document.querySelectorAll("blockquote"),r=o=>{o.forEach(s=>{let l=s.querySelector(".callout-header");if(s.nodeName==="BLOCKQUOTE"&&s.querySelector("p:first-child")&&s.querySelector("p:first-child").textContent.includes(":choco-")&&(l=s.querySelector("p:first-child")),l){let h="",d="",m=l.textContent;s.classList.contains("callout-success")||m.includes(":choco-success:")?(d="success",h="check",s.classList.add("callout-success")):s.classList.contains("callout-danger")||m.includes(":choco-danger:")?(d="danger",h="xmark",s.classList.add("callout-danger")):s.classList.contains("callout-warning")||m.includes(":choco-warning:")?(d="warning",h="triangle-exclamation",s.classList.add("callout-warning")):s.classList.contains("callout-tip")||m.includes(":choco-tip:")?(d="tip",h="lightbulb",s.classList.add("callout-tip")):(d="info",h="info",s.classList.add("callout-info")),m.includes(":choco-")&&(m=m.replace(/:.+?:/,"").trim());let y=`<div class="callout-header d-flex align-items-center"><span class="flex-shrink-0 text-bg-${d} h-px-30 w-px-30 d-flex align-items-center justify-content-center rounded me-3"><span class="fa-solid fa-${h}"></span></span><p class="lead"><strong>${m}</strong></p></div>`;l.outerHTML=y}})};r(t),r(n)})();var qu=Hr(Nu());(()=>{let t=new qu.default(".btn-copy"),n=document.querySelectorAll(".user-select-all");t.on("success",r=>{if(r.trigger.classList.contains("copy-to-clipboard-button"))r.trigger.textContent="Copied!",setTimeout(()=>{r.trigger.blur(),setTimeout(()=>{r.trigger.textContent="Copy"},200)},2e3);else{let o=new bootstrap.Button(r.trigger);setTimeout(()=>{o.toggle()},2e3)}r.clearSelection()}),n&&n.forEach(r=>r.addEventListener("click",()=>r.select(),!1))})();var Mu=t=>{t.innerHTML=t.innerHTML.trim()};(()=>{let t=document.querySelectorAll("code"),n=document.querySelectorAll("pre");t.forEach(Mu),(()=>{let o=window.location.href;if(["en-us/choco/commands/","en-us/create/commands/"].some(l=>o.includes(l))){let l=document.querySelectorAll("h2");for(let h of l){let d=h.textContent.trim();if(d==="Examples"||d==="Usage"){let m=h.nextElementSibling;for(;m&&m.tagName!=="H2";){if(m.tagName==="PRE"&&m.firstElementChild&&m.firstElementChild.tagName==="CODE"){let y=m.firstElementChild,v=y.textContent.split(`
6
+ `)}}).get()}});var Kc=/%20/g,Qc=/#.*$/,Yc=/([?&])_=[^&]*/,Xc=/^(.*?):[ \t]*([^\r\n]*)$/mg,Jc=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Zc=/^(?:GET|HEAD)$/,el=/^\/\//,_u={},eo={},Au="*/".concat("*"),to=j.createElement("a");to.href=Dr.href;function wu(e){return function(i,a){typeof i!="string"&&(a=i,i="*");var c,f=0,p=i.toLowerCase().match($e)||[];if(A(a))for(;c=p[f++];)c[0]==="+"?(c=c.slice(1)||"*",(e[c]=e[c]||[]).unshift(a)):(e[c]=e[c]||[]).push(a)}}function Su(e,i,a,c){var f={},p=e===eo;function g(C){var x;return f[C]=!0,u.each(e[C]||[],function(N,$){var z=$(i,a,c);if(typeof z=="string"&&!p&&!f[z])return i.dataTypes.unshift(z),g(z),!1;if(p)return!(x=z)}),x}return g(i.dataTypes[0])||!f["*"]&&g("*")}function no(e,i){var a,c,f=u.ajaxSettings.flatOptions||{};for(a in i)i[a]!==void 0&&((f[a]?e:c||(c={}))[a]=i[a]);return c&&u.extend(!0,e,c),e}function tl(e,i,a){for(var c,f,p,g,C=e.contents,x=e.dataTypes;x[0]==="*";)x.shift(),c===void 0&&(c=e.mimeType||i.getResponseHeader("Content-Type"));if(c){for(f in C)if(C[f]&&C[f].test(c)){x.unshift(f);break}}if(x[0]in a)p=x[0];else{for(f in a){if(!x[0]||e.converters[f+" "+x[0]]){p=f;break}g||(g=f)}p=p||g}if(p)return p!==x[0]&&x.unshift(p),a[p]}function nl(e,i,a,c){var f,p,g,C,x,N={},$=e.dataTypes.slice();if($[1])for(g in e.converters)N[g.toLowerCase()]=e.converters[g];for(p=$.shift();p;)if(e.responseFields[p]&&(a[e.responseFields[p]]=i),!x&&c&&e.dataFilter&&(i=e.dataFilter(i,e.dataType)),x=p,p=$.shift(),p){if(p==="*")p=x;else if(x!=="*"&&x!==p){if(g=N[x+" "+p]||N["* "+p],!g){for(f in N)if(C=f.split(" "),C[1]===p&&(g=N[x+" "+C[0]]||N["* "+C[0]],g)){g===!0?g=N[f]:N[f]!==!0&&(p=C[0],$.unshift(C[1]));break}}if(g!==!0)if(g&&e.throws)i=g(i);else try{i=g(i)}catch(z){return{state:"parsererror",error:g?z:"No conversion from "+x+" to "+p}}}}return{state:"success",data:i}}u.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Dr.href,type:"GET",isLocal:Jc.test(Dr.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Au,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":u.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,i){return i?no(no(e,u.ajaxSettings),i):no(u.ajaxSettings,e)},ajaxPrefilter:wu(_u),ajaxTransport:wu(eo),ajax:function(e,i){typeof e=="object"&&(i=e,e=void 0),i=i||{};var a,c,f,p,g,C,x,N,$,z,q=u.ajaxSetup({},i),J=q.context||q,ye=q.context&&(J.nodeType||J.jquery)?u(J):u.event,Ie=u.Deferred(),we=u.Callbacks("once memory"),it=q.statusCode||{},Ze={},Ht={},Ft="canceled",Te={readyState:0,getResponseHeader:function(Pe){var Qe;if(x){if(!p)for(p={};Qe=Xc.exec(f);)p[Qe[1].toLowerCase()+" "]=(p[Qe[1].toLowerCase()+" "]||[]).concat(Qe[2]);Qe=p[Pe.toLowerCase()+" "]}return Qe==null?null:Qe.join(", ")},getAllResponseHeaders:function(){return x?f:null},setRequestHeader:function(Pe,Qe){return x==null&&(Pe=Ht[Pe.toLowerCase()]=Ht[Pe.toLowerCase()]||Pe,Ze[Pe]=Qe),this},overrideMimeType:function(Pe){return x==null&&(q.mimeType=Pe),this},statusCode:function(Pe){var Qe;if(Pe)if(x)Te.always(Pe[Te.status]);else for(Qe in Pe)it[Qe]=[it[Qe],Pe[Qe]];return this},abort:function(Pe){var Qe=Pe||Ft;return a&&a.abort(Qe),An(0,Qe),this}};if(Ie.promise(Te),q.url=((e||q.url||Dr.href)+"").replace(el,Dr.protocol+"//"),q.type=i.method||i.type||q.method||q.type,q.dataTypes=(q.dataType||"*").toLowerCase().match($e)||[""],q.crossDomain==null){C=j.createElement("a");try{C.href=q.url,C.href=C.href,q.crossDomain=to.protocol+"//"+to.host!=C.protocol+"//"+C.host}catch(Pe){q.crossDomain=!0}}if(q.data&&q.processData&&typeof q.data!="string"&&(q.data=u.param(q.data,q.traditional)),Su(_u,q,i,Te),x)return Te;N=u.event&&q.global,N&&u.active++===0&&u.event.trigger("ajaxStart"),q.type=q.type.toUpperCase(),q.hasContent=!Zc.test(q.type),c=q.url.replace(Qc,""),q.hasContent?q.data&&q.processData&&(q.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(q.data=q.data.replace(Kc,"+")):(z=q.url.slice(c.length),q.data&&(q.processData||typeof q.data=="string")&&(c+=(Ji.test(c)?"&":"?")+q.data,delete q.data),q.cache===!1&&(c=c.replace(Yc,"$1"),z=(Ji.test(c)?"&":"?")+"_="+mu.guid+++z),q.url=c+z),q.ifModified&&(u.lastModified[c]&&Te.setRequestHeader("If-Modified-Since",u.lastModified[c]),u.etag[c]&&Te.setRequestHeader("If-None-Match",u.etag[c])),(q.data&&q.hasContent&&q.contentType!==!1||i.contentType)&&Te.setRequestHeader("Content-Type",q.contentType),Te.setRequestHeader("Accept",q.dataTypes[0]&&q.accepts[q.dataTypes[0]]?q.accepts[q.dataTypes[0]]+(q.dataTypes[0]!=="*"?", "+Au+"; q=0.01":""):q.accepts["*"]);for($ in q.headers)Te.setRequestHeader($,q.headers[$]);if(q.beforeSend&&(q.beforeSend.call(J,Te,q)===!1||x))return Te.abort();if(Ft="abort",we.add(q.complete),Te.done(q.success),Te.fail(q.error),a=Su(eo,q,i,Te),!a)An(-1,"No Transport");else{if(Te.readyState=1,N&&ye.trigger("ajaxSend",[Te,q]),x)return Te;q.async&&q.timeout>0&&(g=r.setTimeout(function(){Te.abort("timeout")},q.timeout));try{x=!1,a.send(Ze,An)}catch(Pe){if(x)throw Pe;An(-1,Pe)}}function An(Pe,Qe,Lr,io){var $t,Rr,Bt,an,un,Ot=Qe;x||(x=!0,g&&r.clearTimeout(g),a=void 0,f=io||"",Te.readyState=Pe>0?4:0,$t=Pe>=200&&Pe<300||Pe===304,Lr&&(an=tl(q,Te,Lr)),!$t&&u.inArray("script",q.dataTypes)>-1&&u.inArray("json",q.dataTypes)<0&&(q.converters["text script"]=function(){}),an=nl(q,an,Te,$t),$t?(q.ifModified&&(un=Te.getResponseHeader("Last-Modified"),un&&(u.lastModified[c]=un),un=Te.getResponseHeader("etag"),un&&(u.etag[c]=un)),Pe===204||q.type==="HEAD"?Ot="nocontent":Pe===304?Ot="notmodified":(Ot=an.state,Rr=an.data,Bt=an.error,$t=!Bt)):(Bt=Ot,(Pe||!Ot)&&(Ot="error",Pe<0&&(Pe=0))),Te.status=Pe,Te.statusText=(Qe||Ot)+"",$t?Ie.resolveWith(J,[Rr,Ot,Te]):Ie.rejectWith(J,[Te,Ot,Bt]),Te.statusCode(it),it=void 0,N&&ye.trigger($t?"ajaxSuccess":"ajaxError",[Te,q,$t?Rr:Bt]),we.fireWith(J,[Te,Ot]),N&&(ye.trigger("ajaxComplete",[Te,q]),--u.active||u.event.trigger("ajaxStop")))}return Te},getJSON:function(e,i,a){return u.get(e,i,a,"json")},getScript:function(e,i){return u.get(e,void 0,i,"script")}}),u.each(["get","post"],function(e,i){u[i]=function(a,c,f,p){return A(c)&&(p=p||f,f=c,c=void 0),u.ajax(u.extend({url:a,type:i,dataType:p,data:c,success:f},u.isPlainObject(a)&&a))}}),u.ajaxPrefilter(function(e){var i;for(i in e.headers)i.toLowerCase()==="content-type"&&(e.contentType=e.headers[i]||"")}),u._evalUrl=function(e,i,a){return u.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(c){u.globalEval(c,i,a)}})},u.fn.extend({wrapAll:function(e){var i;return this[0]&&(A(e)&&(e=e.call(this[0])),i=u(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&i.insertBefore(this[0]),i.map(function(){for(var a=this;a.firstElementChild;)a=a.firstElementChild;return a}).append(this)),this},wrapInner:function(e){return A(e)?this.each(function(i){u(this).wrapInner(e.call(this,i))}):this.each(function(){var i=u(this),a=i.contents();a.length?a.wrapAll(e):i.append(e)})},wrap:function(e){var i=A(e);return this.each(function(a){u(this).wrapAll(i?e.call(this,a):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){u(this).replaceWith(this.childNodes)}),this}}),u.expr.pseudos.hidden=function(e){return!u.expr.pseudos.visible(e)},u.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},u.ajaxSettings.xhr=function(){try{return new r.XMLHttpRequest}catch(e){}};var rl={0:200,1223:204},Nr=u.ajaxSettings.xhr();k.cors=!!Nr&&"withCredentials"in Nr,k.ajax=Nr=!!Nr,u.ajaxTransport(function(e){var i,a;if(k.cors||Nr&&!e.crossDomain)return{send:function(c,f){var p,g=e.xhr();if(g.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(p in e.xhrFields)g[p]=e.xhrFields[p];e.mimeType&&g.overrideMimeType&&g.overrideMimeType(e.mimeType),!e.crossDomain&&!c["X-Requested-With"]&&(c["X-Requested-With"]="XMLHttpRequest");for(p in c)g.setRequestHeader(p,c[p]);i=function(C){return function(){i&&(i=a=g.onload=g.onerror=g.onabort=g.ontimeout=g.onreadystatechange=null,C==="abort"?g.abort():C==="error"?typeof g.status!="number"?f(0,"error"):f(g.status,g.statusText):f(rl[g.status]||g.status,g.statusText,(g.responseType||"text")!=="text"||typeof g.responseText!="string"?{binary:g.response}:{text:g.responseText},g.getAllResponseHeaders()))}},g.onload=i(),a=g.onerror=g.ontimeout=i("error"),g.onabort!==void 0?g.onabort=a:g.onreadystatechange=function(){g.readyState===4&&r.setTimeout(function(){i&&a()})},i=i("abort");try{g.send(e.hasContent&&e.data||null)}catch(C){if(i)throw C}},abort:function(){i&&i()}}}),u.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),u.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return u.globalEval(e),e}}}),u.ajaxPrefilter("script",function(e){e.cache===void 0&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),u.ajaxTransport("script",function(e){if(e.crossDomain||e.scriptAttrs){var i,a;return{send:function(c,f){i=u("<script>").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",a=function(p){i.remove(),a=null,p&&f(p.type==="error"?404:200,p.type)}),j.head.appendChild(i[0])},abort:function(){a&&a()}}}});var Eu=[],ro=/(=)\?(?=&|$)|\?\?/;u.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Eu.pop()||u.expando+"_"+mu.guid++;return this[e]=!0,e}}),u.ajaxPrefilter("json jsonp",function(e,i,a){var c,f,p,g=e.jsonp!==!1&&(ro.test(e.url)?"url":typeof e.data=="string"&&(e.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&ro.test(e.data)&&"data");if(g||e.dataTypes[0]==="jsonp")return c=e.jsonpCallback=A(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,g?e[g]=e[g].replace(ro,"$1"+c):e.jsonp!==!1&&(e.url+=(Ji.test(e.url)?"&":"?")+e.jsonp+"="+c),e.converters["script json"]=function(){return p||u.error(c+" was not called"),p[0]},e.dataTypes[0]="json",f=r[c],r[c]=function(){p=arguments},a.always(function(){f===void 0?u(r).removeProp(c):r[c]=f,e[c]&&(e.jsonpCallback=i.jsonpCallback,Eu.push(c)),p&&A(f)&&f(p[0]),p=f=void 0}),"script"}),k.createHTMLDocument=(function(){var e=j.implementation.createHTMLDocument("").body;return e.innerHTML="<form></form><form></form>",e.childNodes.length===2})(),u.parseHTML=function(e,i,a){if(typeof e!="string")return[];typeof i=="boolean"&&(a=i,i=!1);var c,f,p;return i||(k.createHTMLDocument?(i=j.implementation.createHTMLDocument(""),c=i.createElement("base"),c.href=j.location.href,i.head.appendChild(c)):i=j),f=V.exec(e),p=!a&&[],f?[i.createElement(f[1])]:(f=Xe([e],i,p),p&&p.length&&u(p).remove(),u.merge([],f.childNodes))},u.fn.load=function(e,i,a){var c,f,p,g=this,C=e.indexOf(" ");return C>-1&&(c=bn(e.slice(C)),e=e.slice(0,C)),A(i)?(a=i,i=void 0):i&&typeof i=="object"&&(f="POST"),g.length>0&&u.ajax({url:e,type:f||"GET",dataType:"html",data:i}).done(function(x){p=arguments,g.html(c?u("<div>").append(u.parseHTML(x)).find(c):x)}).always(a&&function(x,N){g.each(function(){a.apply(this,p||[x.responseText,N,x])})}),this},u.expr.pseudos.animated=function(e){return u.grep(u.timers,function(i){return e===i.elem}).length},u.offset={setOffset:function(e,i,a){var c,f,p,g,C,x,N,$=u.css(e,"position"),z=u(e),q={};$==="static"&&(e.style.position="relative"),C=z.offset(),p=u.css(e,"top"),x=u.css(e,"left"),N=($==="absolute"||$==="fixed")&&(p+x).indexOf("auto")>-1,N?(c=z.position(),g=c.top,f=c.left):(g=parseFloat(p)||0,f=parseFloat(x)||0),A(i)&&(i=i.call(e,a,u.extend({},C))),i.top!=null&&(q.top=i.top-C.top+g),i.left!=null&&(q.left=i.left-C.left+f),"using"in i?i.using.call(e,q):z.css(q)}},u.fn.extend({offset:function(e){if(arguments.length)return e===void 0?this:this.each(function(f){u.offset.setOffset(this,e,f)});var i,a,c=this[0];if(c)return c.getClientRects().length?(i=c.getBoundingClientRect(),a=c.ownerDocument.defaultView,{top:i.top+a.pageYOffset,left:i.left+a.pageXOffset}):{top:0,left:0}},position:function(){if(this[0]){var e,i,a,c=this[0],f={top:0,left:0};if(u.css(c,"position")==="fixed")i=c.getBoundingClientRect();else{for(i=this.offset(),a=c.ownerDocument,e=c.offsetParent||a.documentElement;e&&(e===a.body||e===a.documentElement)&&u.css(e,"position")==="static";)e=e.parentNode;e&&e!==c&&e.nodeType===1&&(f=u(e).offset(),f.top+=u.css(e,"borderTopWidth",!0),f.left+=u.css(e,"borderLeftWidth",!0))}return{top:i.top-f.top-u.css(c,"marginTop",!0),left:i.left-f.left-u.css(c,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&u.css(e,"position")==="static";)e=e.offsetParent;return e||et})}}),u.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,i){var a=i==="pageYOffset";u.fn[e]=function(c){return Me(this,function(f,p,g){var C;if(P(f)?C=f:f.nodeType===9&&(C=f.defaultView),g===void 0)return C?C[i]:f[p];C?C.scrollTo(a?C.pageXOffset:g,a?g:C.pageYOffset):f[p]=g},e,c,arguments.length)}}),u.each(["top","left"],function(e,i){u.cssHooks[i]=It(k.pixelPosition,function(a,c){if(c)return c=Qt(a,i),rn.test(c)?u(a).position()[i]+"px":c})}),u.each({Height:"height",Width:"width"},function(e,i){u.each({padding:"inner"+e,content:i,"":"outer"+e},function(a,c){u.fn[c]=function(f,p){var g=arguments.length&&(a||typeof f!="boolean"),C=a||(f===!0||p===!0?"margin":"border");return Me(this,function(x,N,$){var z;return P(x)?c.indexOf("outer")===0?x["inner"+e]:x.document.documentElement["client"+e]:x.nodeType===9?(z=x.documentElement,Math.max(x.body["scroll"+e],z["scroll"+e],x.body["offset"+e],z["offset"+e],z["client"+e])):$===void 0?u.css(x,N,C):u.style(x,N,$,C)},i,g?f:void 0,g)}})}),u.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,i){u.fn[i]=function(a){return this.on(i,a)}}),u.fn.extend({bind:function(e,i,a){return this.on(e,null,i,a)},unbind:function(e,i){return this.off(e,null,i)},delegate:function(e,i,a,c){return this.on(i,e,a,c)},undelegate:function(e,i,a){return arguments.length===1?this.off(e,"**"):this.off(i,e||"**",a)},hover:function(e,i){return this.on("mouseenter",e).on("mouseleave",i||e)}}),u.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(e,i){u.fn[i]=function(a,c){return arguments.length>0?this.on(i,null,a,c):this.trigger(i)}});var il=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;u.proxy=function(e,i){var a,c,f;if(typeof i=="string"&&(a=e[i],i=e,e=a),!!A(e))return c=h.call(arguments,2),f=function(){return e.apply(i||this,c.concat(h.call(arguments)))},f.guid=e.guid=e.guid||u.guid++,f},u.holdReady=function(e){e?u.readyWait++:u.ready(!0)},u.isArray=Array.isArray,u.parseJSON=JSON.parse,u.nodeName=F,u.isFunction=A,u.isWindow=P,u.camelCase=me,u.type=L,u.now=Date.now,u.isNumeric=function(e){var i=u.type(e);return(i==="number"||i==="string")&&!isNaN(e-parseFloat(e))},u.trim=function(e){return e==null?"":(e+"").replace(il,"$1")},typeof define=="function"&&define.amd&&define("jquery",[],function(){return u});var ol=r.jQuery,al=r.$;return u.noConflict=function(e){return r.$===u&&(r.$=al),e&&r.jQuery===u&&(r.jQuery=ol),u},typeof o=="undefined"&&(r.jQuery=r.$=u),u})}}),hl=Hr(Du()),Wn=t=>t.getBoundingClientRect().height,ho=()=>{let t=window.innerHeight*.01;document.querySelector("html").setAttribute("style",`--vh:${t}px;`);let n=document.querySelector("header"),r=document.querySelector("footer");if(!n||!r)return;let o=window.innerHeight-Wn(n)-Wn(r);document.querySelector("main").setAttribute("style",`--mh:${o}px;`)};ho(),window.onresize=ho;var Fr=()=>{let t=new Date;return t.setTime(t.getTime()+100*365*24*60*60*1e3),`expires=${t.toUTCString()};`},gi=t=>{let n=RegExp(`${t}=.[^;]*`),r=document.cookie.match(n);if(r){let o=r[0].split("=");return decodeURIComponent(o[1])}return!1};(()=>{let t=document.getElementById("topNoticeAlert"),n=window.sessionStorage.getItem("notice"),r=document.getElementById("cookieNoticeAlert"),o="chocolatey_hide_cookies_notice";t&&(n?t.remove():t.classList.remove("d-none"),t.querySelector("button").addEventListener("click",()=>sessionStorage.setItem("notice","true"),!1)),r&&(gi(o)?r.remove():r.classList.remove("d-none"),r.querySelectorAll("button").forEach(s=>{s.addEventListener("click",()=>{~location.hostname.indexOf("chocolatey.org")?document.cookie=`${o}=true; ${Fr()}path=/; domain=chocolatey.org;`:document.cookie=`${o}=true; ${Fr()}path=/;`},!1)}))})(),(()=>{let t=document.querySelectorAll(".callout"),n=document.querySelectorAll("blockquote"),r=o=>{o.forEach(s=>{let l=s.querySelector(".callout-header");if(s.nodeName==="BLOCKQUOTE"&&s.querySelector("p:first-child")&&s.querySelector("p:first-child").textContent.includes(":choco-")&&(l=s.querySelector("p:first-child")),l){let h="",d="",m=l.textContent;s.classList.contains("callout-success")||m.includes(":choco-success:")?(d="success",h="check",s.classList.add("callout-success")):s.classList.contains("callout-danger")||m.includes(":choco-danger:")?(d="danger",h="xmark",s.classList.add("callout-danger")):s.classList.contains("callout-warning")||m.includes(":choco-warning:")?(d="warning",h="triangle-exclamation",s.classList.add("callout-warning")):s.classList.contains("callout-tip")||m.includes(":choco-tip:")?(d="tip",h="lightbulb",s.classList.add("callout-tip")):(d="info",h="info",s.classList.add("callout-info")),m.includes(":choco-")&&(m=m.replace(/:.+?:/,"").trim());let y=`<div class="callout-header d-flex align-items-center"><span class="flex-shrink-0 text-bg-${d} h-px-30 w-px-30 d-flex align-items-center justify-content-center rounded me-3"><span class="fa-solid fa-${h}"></span></span><p class="lead"><strong>${m}</strong></p></div>`;l.outerHTML=y}})};r(t),r(n)})();var qu=Hr(Nu());(()=>{let t=new qu.default(".btn-copy"),n=document.querySelectorAll(".user-select-all");t.on("success",r=>{if(r.trigger.classList.contains("copy-to-clipboard-button"))r.trigger.textContent="Copied!",setTimeout(()=>{r.trigger.blur(),setTimeout(()=>{r.trigger.textContent="Copy"},200)},2e3);else{let o=new bootstrap.Button(r.trigger);setTimeout(()=>{o.toggle()},2e3)}r.clearSelection()}),n&&n.forEach(r=>r.addEventListener("click",()=>r.select(),!1))})();var Mu=t=>{t.innerHTML=t.innerHTML.trim()};(()=>{let t=document.querySelectorAll("code"),n=document.querySelectorAll("pre");t.forEach(Mu),(()=>{let o=window.location.href;if(["en-us/choco/commands/","en-us/create/commands/"].some(l=>o.includes(l))){let l=document.querySelectorAll("h2");for(let h of l){let d=h.textContent.trim();if(d==="Examples"||d==="Usage"){let m=h.nextElementSibling;for(;m&&m.tagName!=="H2";){if(m.tagName==="PRE"&&m.firstElementChild&&m.firstElementChild.tagName==="CODE"){let y=m.firstElementChild,v=y.textContent.split(`
7
7
  `).map(_=>_.trim());y.textContent=v.join(`
8
- `)}m=m.nextElementSibling}}}}})();for(let o of n)!o.classList.contains("highlight-delay")&&!o.classList.contains("d-format-none")&&(o.classList.add("line-numbers","language-none"),Prism.highlightAll())})();var Vn=t=>t.replace(/[.]/g,"\\$&"),go=t=>{let n=[],r=t;for(;r!=document;)n.push(r.parentNode),r=r.parentNode;return n};(()=>{let t=()=>{if(location.hash){let s=document.querySelector(Vn(location.hash));if(s){let l=s,h=go(s).filter(d=>d!=document&&d.classList.contains("collapse"));h.length==0&&s.classList.contains("collapse")&&h.push(s),h.reverse().forEach((d,m,y)=>{d=document.getElementById(Vn(d.id)),bootstrap.Collapse.getOrCreateInstance(d,{toggle:!1}).show(),d.addEventListener("shown.bs.collapse",v=>{v.stopImmediatePropagation(),m===y.length-1&&l.scrollIntoView()})})}}},n=()=>{if(location.hash){let s=document.querySelector(`[data-bs-toggle="tab"][href="${Vn(location.hash)}"]`);if(s){let l=s,h=go(s).filter(d=>d!=document&&d.classList.contains("tab-pane"));h.push(s),h.reverse().forEach((d,m,y)=>{d.id.includes("-tab")||(d=document.getElementById(`${Vn(d.id)}-tab`)),bootstrap.Tab.getOrCreateInstance(d,{toggle:!1}).show(),d.addEventListener("shown.bs.tab",v=>{v.stopImmediatePropagation(),m===y.length-1&&l.scrollIntoView()})})}}};t(),n(),window.addEventListener("hashchange",t,!1),window.addEventListener("hashchange",n,!1);let r=document.querySelectorAll(".btn-collapse-target");r&&r.forEach(s=>{s.addEventListener("click",()=>{let l=document.querySelector(s.getAttribute("data-collapse-target"));bootstrap.Collapse.getOrCreateInstance(l,{toggle:!1}).show()},!1)});let o=s=>{s.addEventListener("click",l=>{history.pushState(null,null,l.target.hash)})};document.querySelectorAll('[data-bs-toggle="tab"]:not(.d-hash-none)').forEach(s=>o(s)),document.querySelectorAll('[data-bs-toggle="collapse"]:not(.d-hash-none)').forEach(s=>o(s))})(),(()=>{let t=document.querySelector(".collapse-lg");if(t){let n=window.matchMedia("(max-width: 1199px)"),r=bootstrap.Collapse.getOrCreateInstance(t,{toggle:!1});t.querySelectorAll("a").forEach(s=>{s.addEventListener("click",()=>{n.matches&&(s.classList.add("active-scroll"),r.hide())},!1)}),t.addEventListener("hidden.bs.collapse",()=>{let s=t.querySelector(".active-scroll");s&&(document.querySelector(Vn(s.getAttribute("href"))).scrollIntoView(),s.classList.remove("active-scroll"))});let o=s=>{s.matches?r.hide():r.show()};o(n),n.addEventListener("change",()=>o(n))}})(),(()=>{let t=document.querySelector(".collapse-y-height"),n=document.getElementById("mainContent"),r=o=>{let s=o.getBoundingClientRect();return{left:s.left+window.scrollX,top:s.top+window.scrollY}};if(t&&n){let o=()=>{if(window.innerWidth>=768)if(r(n).top+Wn(n)<window.innerHeight){let l=window.innerHeight-Wn(document.querySelector("header"))-Wn(document.querySelector("footer"));t.style.height=`${l}px`}else t.style.height="";else t.style.height=""};o(),new ResizeObserver(()=>o()).observe(document.body),window.onresize=o}})(),(()=>{let t=document.querySelector("h2.title-child");t&&(document.querySelectorAll("h2")[0].classList.contains("title-child")||t.classList.remove("d-none"))})();function mi(){return mi=Object.assign?Object.assign.bind():function(t){for(var n=1;n<arguments.length;n++){var r=arguments[n];for(var o in r)({}).hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},mi.apply(null,arguments)}function ge(t){return ge=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(n){return typeof n}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},ge(t)}var Gn,Se,mo,cn,vo,yo,vi,bo,yi,bi,_i,_o,Kn={},Ao=[],Hu=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,$r=Array.isArray;function zt(t,n){for(var r in n)t[r]=n[r];return t}function Ai(t){t&&t.parentNode&&t.parentNode.removeChild(t)}function Nt(t,n,r){var o,s,l,h={};for(l in n)l=="key"?o=n[l]:l=="ref"?s=n[l]:h[l]=n[l];if(arguments.length>2&&(h.children=arguments.length>3?Gn.call(arguments,2):r),typeof t=="function"&&t.defaultProps!=null)for(l in t.defaultProps)h[l]===void 0&&(h[l]=t.defaultProps[l]);return Qn(t,h,o,s,null)}function Qn(t,n,r,o,s){var l={type:t,props:n,key:r,ref:o,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:s==null?++mo:s,__i:-1,__u:0};return s==null&&Se.vnode!=null&&Se.vnode(l),l}function Wt(t){return t.children}function Lt(t,n){this.props=t,this.context=n}function Sn(t,n){if(n==null)return t.__?Sn(t.__,t.__i+1):null;for(var r;n<t.__k.length;n++)if((r=t.__k[n])!=null&&r.__e!=null)return r.__e;return typeof t.type=="function"?Sn(t):null}function wo(t){var n,r;if((t=t.__)!=null&&t.__c!=null){for(t.__e=t.__c.base=null,n=0;n<t.__k.length;n++)if((r=t.__k[n])!=null&&r.__e!=null){t.__e=t.__c.base=r.__e;break}return wo(t)}}function wi(t){(!t.__d&&(t.__d=!0)&&cn.push(t)&&!Br.__r++||vo!==Se.debounceRendering)&&((vo=Se.debounceRendering)||yo)(Br)}function Br(){var t,n,r,o,s,l,h,d;for(cn.sort(vi);t=cn.shift();)t.__d&&(n=cn.length,o=void 0,l=(s=(r=t).__v).__e,h=[],d=[],r.__P&&((o=zt({},s)).__v=s.__v+1,Se.vnode&&Se.vnode(o),Si(r.__P,o,s,r.__n,r.__P.namespaceURI,32&s.__u?[l]:null,h,l==null?Sn(s):l,!!(32&s.__u),d),o.__v=s.__v,o.__.__k[o.__i]=o,Co(h,o,d),o.__e!=l&&wo(o)),cn.length>n&&cn.sort(vi));Br.__r=0}function So(t,n,r,o,s,l,h,d,m,y,E){var v,_,O,D,C,A,P=o&&o.__k||Ao,j=n.length;for(m=(function(w,S,L,M,B){var u,W,F,X,oe,Ae=L.length,re=Ae,xe=0;for(w.__k=new Array(B),u=0;u<B;u++)(W=S[u])!=null&&typeof W!="boolean"&&typeof W!="function"?(X=u+xe,(W=w.__k[u]=typeof W=="string"||typeof W=="number"||typeof W=="bigint"||W.constructor==String?Qn(null,W,null,null,null):$r(W)?Qn(Wt,{children:W},null,null,null):W.constructor===void 0&&W.__b>0?Qn(W.type,W.props,W.key,W.ref?W.ref:null,W.__v):W).__=w,W.__b=w.__b+1,F=null,(oe=W.__i=Fu(W,L,X,re))!==-1&&(re--,(F=L[oe])&&(F.__u|=2)),F==null||F.__v===null?(oe==-1&&xe--,typeof W.type!="function"&&(W.__u|=4)):oe!=X&&(oe==X-1?xe--:oe==X+1?xe++:(oe>X?xe--:xe++,W.__u|=4))):w.__k[u]=null;if(re)for(u=0;u<Ae;u++)(F=L[u])!=null&&!(2&F.__u)&&(F.__e==M&&(M=Sn(F)),ko(F,F));return M})(r,n,P,m,j),v=0;v<j;v++)(O=r.__k[v])!=null&&(_=O.__i===-1?Kn:P[O.__i]||Kn,O.__i=v,A=Si(t,O,_,s,l,h,d,m,y,E),D=O.__e,O.ref&&_.ref!=O.ref&&(_.ref&&Ei(_.ref,null,O),E.push(O.ref,O.__c||D,O)),C==null&&D!=null&&(C=D),4&O.__u||_.__k===O.__k?m=Eo(O,m,t):typeof O.type=="function"&&A!==void 0?m=A:D&&(m=D.nextSibling),O.__u&=-7);return r.__e=C,m}function Eo(t,n,r){var o,s;if(typeof t.type=="function"){for(o=t.__k,s=0;o&&s<o.length;s++)o[s]&&(o[s].__=t,n=Eo(o[s],n,r));return n}t.__e!=n&&(n&&t.type&&!r.contains(n)&&(n=Sn(t)),r.insertBefore(t.__e,n||null),n=t.__e);do n=n&&n.nextSibling;while(n!=null&&n.nodeType==8);return n}function Vt(t,n){return n=n||[],t==null||typeof t=="boolean"||($r(t)?t.some((function(r){Vt(r,n)})):n.push(t)),n}function Fu(t,n,r,o){var s,l,h=t.key,d=t.type,m=n[r];if(m===null||m&&h==m.key&&d===m.type&&!(2&m.__u))return r;if(o>(m==null||2&m.__u?0:1))for(s=r-1,l=r+1;s>=0||l<n.length;){if(s>=0){if((m=n[s])&&!(2&m.__u)&&h==m.key&&d===m.type)return s;s--}if(l<n.length){if((m=n[l])&&!(2&m.__u)&&h==m.key&&d===m.type)return l;l++}}return-1}function xo(t,n,r){n[0]=="-"?t.setProperty(n,r==null?"":r):t[n]=r==null?"":typeof r!="number"||Hu.test(n)?r:r+"px"}function Ur(t,n,r,o,s){var l;e:if(n=="style")if(typeof r=="string")t.style.cssText=r;else{if(typeof o=="string"&&(t.style.cssText=o=""),o)for(n in o)r&&n in r||xo(t.style,n,"");if(r)for(n in r)o&&r[n]===o[n]||xo(t.style,n,r[n])}else if(n[0]=="o"&&n[1]=="n")l=n!=(n=n.replace(bo,"$1")),n=n.toLowerCase()in t||n=="onFocusOut"||n=="onFocusIn"?n.toLowerCase().slice(2):n.slice(2),t.l||(t.l={}),t.l[n+l]=r,r?o?r.u=o.u:(r.u=yi,t.addEventListener(n,l?_i:bi,l)):t.removeEventListener(n,l?_i:bi,l);else{if(s=="http://www.w3.org/2000/svg")n=n.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(n!="width"&&n!="height"&&n!="href"&&n!="list"&&n!="form"&&n!="tabIndex"&&n!="download"&&n!="rowSpan"&&n!="colSpan"&&n!="role"&&n!="popover"&&n in t)try{t[n]=r==null?"":r;break e}catch(h){}typeof r=="function"||(r==null||r===!1&&n[4]!="-"?t.removeAttribute(n):t.setAttribute(n,n=="popover"&&r==1?"":r))}}function Oo(t){return function(n){if(this.l){var r=this.l[n.type+t];if(n.t==null)n.t=yi++;else if(n.t<r.u)return;return r(Se.event?Se.event(n):n)}}}function Si(t,n,r,o,s,l,h,d,m,y){var E,v,_,O,D,C,A,P,j,w,S,L,M,B,u,W,F,X=n.type;if(n.constructor!==void 0)return null;128&r.__u&&(m=!!(32&r.__u),l=[d=n.__e=r.__e]),(E=Se.__b)&&E(n);e:if(typeof X=="function")try{if(P=n.props,j="prototype"in X&&X.prototype.render,w=(E=X.contextType)&&o[E.__c],S=E?w?w.props.value:E.__:o,r.__c?A=(v=n.__c=r.__c).__=v.__E:(j?n.__c=v=new X(P,S):(n.__c=v=new Lt(P,S),v.constructor=X,v.render=Bu),w&&w.sub(v),v.props=P,v.state||(v.state={}),v.context=S,v.__n=o,_=v.__d=!0,v.__h=[],v._sb=[]),j&&v.__s==null&&(v.__s=v.state),j&&X.getDerivedStateFromProps!=null&&(v.__s==v.state&&(v.__s=zt({},v.__s)),zt(v.__s,X.getDerivedStateFromProps(P,v.__s))),O=v.props,D=v.state,v.__v=n,_)j&&X.getDerivedStateFromProps==null&&v.componentWillMount!=null&&v.componentWillMount(),j&&v.componentDidMount!=null&&v.__h.push(v.componentDidMount);else{if(j&&X.getDerivedStateFromProps==null&&P!==O&&v.componentWillReceiveProps!=null&&v.componentWillReceiveProps(P,S),!v.__e&&(v.shouldComponentUpdate!=null&&v.shouldComponentUpdate(P,v.__s,S)===!1||n.__v==r.__v)){for(n.__v!=r.__v&&(v.props=P,v.state=v.__s,v.__d=!1),n.__e=r.__e,n.__k=r.__k,n.__k.some((function(oe){oe&&(oe.__=n)})),L=0;L<v._sb.length;L++)v.__h.push(v._sb[L]);v._sb=[],v.__h.length&&h.push(v);break e}v.componentWillUpdate!=null&&v.componentWillUpdate(P,v.__s,S),j&&v.componentDidUpdate!=null&&v.__h.push((function(){v.componentDidUpdate(O,D,C)}))}if(v.context=S,v.props=P,v.__P=t,v.__e=!1,M=Se.__r,B=0,j){for(v.state=v.__s,v.__d=!1,M&&M(n),E=v.render(v.props,v.state,v.context),u=0;u<v._sb.length;u++)v.__h.push(v._sb[u]);v._sb=[]}else do v.__d=!1,M&&M(n),E=v.render(v.props,v.state,v.context),v.state=v.__s;while(v.__d&&++B<25);v.state=v.__s,v.getChildContext!=null&&(o=zt(zt({},o),v.getChildContext())),j&&!_&&v.getSnapshotBeforeUpdate!=null&&(C=v.getSnapshotBeforeUpdate(O,D)),d=So(t,$r(W=E!=null&&E.type===Wt&&E.key==null?E.props.children:E)?W:[W],n,r,o,s,l,h,d,m,y),v.base=n.__e,n.__u&=-161,v.__h.length&&h.push(v),A&&(v.__E=v.__=null)}catch(oe){if(n.__v=null,m||l!=null)if(oe.then){for(n.__u|=m?160:128;d&&d.nodeType==8&&d.nextSibling;)d=d.nextSibling;l[l.indexOf(d)]=null,n.__e=d}else for(F=l.length;F--;)Ai(l[F]);else n.__e=r.__e,n.__k=r.__k;Se.__e(oe,n,r)}else l==null&&n.__v==r.__v?(n.__k=r.__k,n.__e=r.__e):d=n.__e=$u(r.__e,n,r,o,s,l,h,m,y);return(E=Se.diffed)&&E(n),128&n.__u?void 0:d}function Co(t,n,r){for(var o=0;o<r.length;o++)Ei(r[o],r[++o],r[++o]);Se.__c&&Se.__c(n,t),t.some((function(s){try{t=s.__h,s.__h=[],t.some((function(l){l.call(s)}))}catch(l){Se.__e(l,s.__v)}}))}function $u(t,n,r,o,s,l,h,d,m){var y,E,v,_,O,D,C,A=r.props,P=n.props,j=n.type;if(j=="svg"?s="http://www.w3.org/2000/svg":j=="math"?s="http://www.w3.org/1998/Math/MathML":s||(s="http://www.w3.org/1999/xhtml"),l!=null){for(y=0;y<l.length;y++)if((O=l[y])&&"setAttribute"in O==!!j&&(j?O.localName==j:O.nodeType==3)){t=O,l[y]=null;break}}if(t==null){if(j==null)return document.createTextNode(P);t=document.createElementNS(s,j,P.is&&P),d&&(Se.__m&&Se.__m(n,l),d=!1),l=null}if(j===null)A===P||d&&t.data===P||(t.data=P);else{if(l=l&&Gn.call(t.childNodes),A=r.props||Kn,!d&&l!=null)for(A={},y=0;y<t.attributes.length;y++)A[(O=t.attributes[y]).name]=O.value;for(y in A)if(O=A[y],y!="children"){if(y=="dangerouslySetInnerHTML")v=O;else if(!(y in P)){if(y=="value"&&"defaultValue"in P||y=="checked"&&"defaultChecked"in P)continue;Ur(t,y,null,O,s)}}for(y in P)O=P[y],y=="children"?_=O:y=="dangerouslySetInnerHTML"?E=O:y=="value"?D=O:y=="checked"?C=O:d&&typeof O!="function"||A[y]===O||Ur(t,y,O,A[y],s);if(E)d||v&&(E.__html===v.__html||E.__html===t.innerHTML)||(t.innerHTML=E.__html),n.__k=[];else if(v&&(t.innerHTML=""),So(t,$r(_)?_:[_],n,r,o,j=="foreignObject"?"http://www.w3.org/1999/xhtml":s,l,h,l?l[0]:r.__k&&Sn(r,0),d,m),l!=null)for(y=l.length;y--;)Ai(l[y]);d||(y="value",j=="progress"&&D==null?t.removeAttribute("value"):D!==void 0&&(D!==t[y]||j=="progress"&&!D||j=="option"&&D!==A[y])&&Ur(t,y,D,A[y],s),y="checked",C!==void 0&&C!==t[y]&&Ur(t,y,C,A[y],s))}return t}function Ei(t,n,r){try{if(typeof t=="function"){var o=typeof t.__u=="function";o&&t.__u(),o&&n==null||(t.__u=t(n))}else t.current=n}catch(s){Se.__e(s,r)}}function ko(t,n,r){var o,s;if(Se.unmount&&Se.unmount(t),(o=t.ref)&&(o.current&&o.current!==t.__e||Ei(o,null,n)),(o=t.__c)!=null){if(o.componentWillUnmount)try{o.componentWillUnmount()}catch(l){Se.__e(l,n)}o.base=o.__P=null}if(o=t.__k)for(s=0;s<o.length;s++)o[s]&&ko(o[s],n,r||typeof t.type!="function");r||Ai(t.__e),t.__c=t.__=t.__e=void 0}function Bu(t,n,r){return this.constructor(t,r)}function Yn(t,n,r){var o,s,l,h;n==document&&(n=document.documentElement),Se.__&&Se.__(t,n),s=(o=typeof r=="function")?null:r&&r.__k||n.__k,l=[],h=[],Si(n,t=(!o&&r||n).__k=Nt(Wt,null,[t]),s||Kn,Kn,n.namespaceURI,!o&&r?[r]:s?null:n.firstChild?Gn.call(n.childNodes):null,l,!o&&r?r:s?s.__e:n.firstChild,o,h),Co(l,t,h)}function To(t,n){Yn(t,n,To)}function Uu(t,n,r){var o,s,l,h,d=zt({},t.props);for(l in t.type&&t.type.defaultProps&&(h=t.type.defaultProps),n)l=="key"?o=n[l]:l=="ref"?s=n[l]:d[l]=n[l]===void 0&&h!==void 0?h[l]:n[l];return arguments.length>2&&(d.children=arguments.length>3?Gn.call(arguments,2):r),Qn(t.type,d,o||t.key,s||t.ref,null)}Gn=Ao.slice,Se={__e:function(t,n,r,o){for(var s,l,h;n=n.__;)if((s=n.__c)&&!s.__)try{if((l=s.constructor)&&l.getDerivedStateFromError!=null&&(s.setState(l.getDerivedStateFromError(t)),h=s.__d),s.componentDidCatch!=null&&(s.componentDidCatch(t,o||{}),h=s.__d),h)return s.__E=s}catch(d){t=d}throw t}},mo=0,Lt.prototype.setState=function(t,n){var r;r=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=zt({},this.state),typeof t=="function"&&(t=t(zt({},r),this.props)),t&&zt(r,t),t!=null&&this.__v&&(n&&this._sb.push(n),wi(this))},Lt.prototype.forceUpdate=function(t){this.__v&&(this.__e=!0,t&&this.__h.push(t),wi(this))},Lt.prototype.render=Wt,cn=[],yo=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,vi=function(t,n){return t.__v.__b-n.__v.__b},Br.__r=0,bo=/(PointerCapture)$|Capture$/i,yi=0,bi=Oo(!1),_i=Oo(!0),_o=0;var Jt,Fe,xi,jo,En=0,Io=[],We=Se,Po=We.__b,Do=We.__r,No=We.diffed,Lo=We.__c,Ro=We.unmount,qo=We.__;function xn(t,n){We.__h&&We.__h(Fe,t,En||n),En=0;var r=Fe.__H||(Fe.__H={__:[],__h:[]});return t>=r.__.length&&r.__.push({}),r.__[t]}function Xn(t){return En=1,Oi(Wo,t)}function Oi(t,n,r){var o=xn(Jt++,2);if(o.t=t,!o.__c&&(o.__=[r?r(n):Wo(void 0,n),function(d){var m=o.__N?o.__N[0]:o.__[0],y=o.t(m,d);m!==y&&(o.__N=[y,o.__[1]],o.__c.setState({}))}],o.__c=Fe,!Fe.u)){var s=function(d,m,y){if(!o.__c.__H)return!0;var E=o.__c.__H.__.filter((function(_){return!!_.__c}));if(E.every((function(_){return!_.__N})))return!l||l.call(this,d,m,y);var v=o.__c.props!==d;return E.forEach((function(_){if(_.__N){var O=_.__[0];_.__=_.__N,_.__N=void 0,O!==_.__[0]&&(v=!0)}})),l&&l.call(this,d,m,y)||v};Fe.u=!0;var l=Fe.shouldComponentUpdate,h=Fe.componentWillUpdate;Fe.componentWillUpdate=function(d,m,y){if(this.__e){var E=l;l=void 0,s(d,m,y),l=E}h&&h.call(this,d,m,y)},Fe.shouldComponentUpdate=s}return o.__N||o.__}function Jn(t,n){var r=xn(Jt++,3);!We.__s&&ki(r.__H,n)&&(r.__=t,r.i=n,Fe.__H.__h.push(r))}function Zn(t,n){var r=xn(Jt++,4);!We.__s&&ki(r.__H,n)&&(r.__=t,r.i=n,Fe.__h.push(r))}function Mo(t){return En=5,zr((function(){return{current:t}}),[])}function Ho(t,n,r){En=6,Zn((function(){return typeof t=="function"?(t(n()),function(){return t(null)}):t?(t.current=n(),function(){return t.current=null}):void 0}),r==null?r:r.concat(t))}function zr(t,n){var r=xn(Jt++,7);return ki(r.__H,n)&&(r.__=t(),r.__H=n,r.__h=t),r.__}function Fo(t,n){return En=8,zr((function(){return t}),n)}function $o(t){var n=Fe.context[t.__c],r=xn(Jt++,9);return r.c=t,n?(r.__==null&&(r.__=!0,n.sub(Fe)),n.props.value):t.__}function Bo(t,n){We.useDebugValue&&We.useDebugValue(n?n(t):t)}function Uo(){var t=xn(Jt++,11);if(!t.__){for(var n=Fe.__v;n!==null&&!n.__m&&n.__!==null;)n=n.__;var r=n.__m||(n.__m=[0,0]);t.__="P"+r[0]+"-"+r[1]++}return t.__}function zu(){for(var t;t=Io.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(Wr),t.__H.__h.forEach(Ci),t.__H.__h=[]}catch(n){t.__H.__h=[],We.__e(n,t.__v)}}We.__b=function(t){Fe=null,Po&&Po(t)},We.__=function(t,n){t&&n.__k&&n.__k.__m&&(t.__m=n.__k.__m),qo&&qo(t,n)},We.__r=function(t){Do&&Do(t),Jt=0;var n=(Fe=t.__c).__H;n&&(xi===Fe?(n.__h=[],Fe.__h=[],n.__.forEach((function(r){r.__N&&(r.__=r.__N),r.i=r.__N=void 0}))):(n.__h.forEach(Wr),n.__h.forEach(Ci),n.__h=[],Jt=0)),xi=Fe},We.diffed=function(t){No&&No(t);var n=t.__c;n&&n.__H&&(n.__H.__h.length&&(Io.push(n)!==1&&jo===We.requestAnimationFrame||((jo=We.requestAnimationFrame)||Wu)(zu)),n.__H.__.forEach((function(r){r.i&&(r.__H=r.i),r.i=void 0}))),xi=Fe=null},We.__c=function(t,n){n.some((function(r){try{r.__h.forEach(Wr),r.__h=r.__h.filter((function(o){return!o.__||Ci(o)}))}catch(o){n.some((function(s){s.__h&&(s.__h=[])})),n=[],We.__e(o,r.__v)}})),Lo&&Lo(t,n)},We.unmount=function(t){Ro&&Ro(t);var n,r=t.__c;r&&r.__H&&(r.__H.__.forEach((function(o){try{Wr(o)}catch(s){n=s}})),r.__H=void 0,n&&We.__e(n,r.__v))};var zo=typeof requestAnimationFrame=="function";function Wu(t){var n,r=function(){clearTimeout(o),zo&&cancelAnimationFrame(n),setTimeout(t)},o=setTimeout(r,100);zo&&(n=requestAnimationFrame(r))}function Wr(t){var n=Fe,r=t.__c;typeof r=="function"&&(t.__c=void 0,r()),Fe=n}function Ci(t){var n=Fe;t.__c=t.__(),Fe=n}function ki(t,n){return!t||t.length!==n.length||n.some((function(r,o){return r!==t[o]}))}function Wo(t,n){return typeof n=="function"?n(t):n}function Vo(t,n){for(var r in n)t[r]=n[r];return t}function Ti(t,n){for(var r in t)if(r!=="__source"&&!(r in n))return!0;for(var o in n)if(o!=="__source"&&t[o]!==n[o])return!0;return!1}function Go(t,n){var r=n(),o=Xn({t:{__:r,u:n}}),s=o[0].t,l=o[1];return Zn((function(){s.__=r,s.u=n,ji(s)&&l({t:s})}),[t,r,n]),Jn((function(){return ji(s)&&l({t:s}),t((function(){ji(s)&&l({t:s})}))}),[t]),r}function ji(t){var n,r,o=t.u,s=t.__;try{var l=o();return!((n=s)===(r=l)&&(n!==0||1/n==1/r)||n!=n&&r!=r)}catch(h){return!0}}function Ko(t){t()}function Qo(t){return t}function Yo(){return[!1,Ko]}var Xo=Zn;function Ii(t,n){this.props=t,this.context=n}(Ii.prototype=new Lt).isPureReactComponent=!0,Ii.prototype.shouldComponentUpdate=function(t,n){return Ti(this.props,t)||Ti(this.state,n)};var Jo=Se.__b;Se.__b=function(t){t.type&&t.type.__f&&t.ref&&(t.props.ref=t.ref,t.ref=null),Jo&&Jo(t)};var Vu=typeof Symbol!="undefined"&&Symbol.for&&Symbol.for("react.forward_ref")||3911,Zo=function(t,n){return t==null?null:Vt(Vt(t).map(n))},Gu={map:Zo,forEach:Zo,count:function(t){return t?Vt(t).length:0},only:function(t){var n=Vt(t);if(n.length!==1)throw"Children.only";return n[0]},toArray:Vt},Ku=Se.__e;Se.__e=function(t,n,r,o){if(t.then){for(var s,l=n;l=l.__;)if((s=l.__c)&&s.__c)return n.__e==null&&(n.__e=r.__e,n.__k=r.__k),s.__c(t,n)}Ku(t,n,r,o)};var ea=Se.unmount;function ta(t,n,r){return t&&(t.__c&&t.__c.__H&&(t.__c.__H.__.forEach((function(o){typeof o.__c=="function"&&o.__c()})),t.__c.__H=null),(t=Vo({},t)).__c!=null&&(t.__c.__P===r&&(t.__c.__P=n),t.__c=null),t.__k=t.__k&&t.__k.map((function(o){return ta(o,n,r)}))),t}function na(t,n,r){return t&&r&&(t.__v=null,t.__k=t.__k&&t.__k.map((function(o){return na(o,n,r)})),t.__c&&t.__c.__P===n&&(t.__e&&r.appendChild(t.__e),t.__c.__e=!0,t.__c.__P=r)),t}function Vr(){this.__u=0,this.o=null,this.__b=null}function ra(t){var n=t.__.__c;return n&&n.__a&&n.__a(t)}function er(){this.i=null,this.l=null}Se.unmount=function(t){var n=t.__c;n&&n.__R&&n.__R(),n&&32&t.__u&&(t.type=null),ea&&ea(t)},(Vr.prototype=new Lt).__c=function(t,n){var r=n.__c,o=this;o.o==null&&(o.o=[]),o.o.push(r);var s=ra(o.__v),l=!1,h=function(){l||(l=!0,r.__R=null,s?s(d):d())};r.__R=h;var d=function(){if(!--o.__u){if(o.state.__a){var m=o.state.__a;o.__v.__k[0]=na(m,m.__c.__P,m.__c.__O)}var y;for(o.setState({__a:o.__b=null});y=o.o.pop();)y.forceUpdate()}};o.__u++||32&n.__u||o.setState({__a:o.__b=o.__v.__k[0]}),t.then(h,h)},Vr.prototype.componentWillUnmount=function(){this.o=[]},Vr.prototype.render=function(t,n){if(this.__b){if(this.__v.__k){var r=document.createElement("div"),o=this.__v.__k[0].__c;this.__v.__k[0]=ta(this.__b,r,o.__O=o.__P)}this.__b=null}var s=n.__a&&Nt(Wt,null,t.fallback);return s&&(s.__u&=-33),[Nt(Wt,null,n.__a?null:t.children),s]};var ia=function(t,n,r){if(++r[1]===r[0]&&t.l.delete(n),t.props.revealOrder&&(t.props.revealOrder[0]!=="t"||!t.l.size))for(r=t.i;r;){for(;r.length>3;)r.pop()();if(r[1]<r[0])break;t.i=r=r[2]}};function Qu(t){return this.getChildContext=function(){return t.context},t.children}function Yu(t){var n=this,r=t.h;n.componentWillUnmount=function(){Yn(null,n.v),n.v=null,n.h=null},n.h&&n.h!==r&&n.componentWillUnmount(),n.v||(n.h=r,n.v={nodeType:1,parentNode:r,childNodes:[],contains:function(){return!0},appendChild:function(o){this.childNodes.push(o),n.h.appendChild(o)},insertBefore:function(o,s){this.childNodes.push(o),n.h.insertBefore(o,s)},removeChild:function(o){this.childNodes.splice(this.childNodes.indexOf(o)>>>1,1),n.h.removeChild(o)}}),Yn(Nt(Qu,{context:n.context},t.__v),n.v)}function oa(t,n){var r=Nt(Yu,{__v:t,h:n});return r.containerInfo=n,r}(er.prototype=new Lt).__a=function(t){var n=this,r=ra(n.__v),o=n.l.get(t);return o[0]++,function(s){var l=function(){n.props.revealOrder?(o.push(s),ia(n,t,o)):s()};r?r(l):l()}},er.prototype.render=function(t){this.i=null,this.l=new Map;var n=Vt(t.children);t.revealOrder&&t.revealOrder[0]==="b"&&n.reverse();for(var r=n.length;r--;)this.l.set(n[r],this.i=[1,0,this.i]);return t.children},er.prototype.componentDidUpdate=er.prototype.componentDidMount=function(){var t=this;this.l.forEach((function(n,r){ia(t,r,n)}))};var aa=typeof Symbol!="undefined"&&Symbol.for&&Symbol.for("react.element")||60103,Xu=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,Ju=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Zu=/[A-Z0-9]/g,es=typeof document!="undefined",ts=function(t){return(typeof Symbol!="undefined"&&ge(Symbol())=="symbol"?/fil|che|rad/:/fil|che|ra/).test(t)};function ua(t,n,r){return n.__k==null&&(n.textContent=""),Yn(t,n),typeof r=="function"&&r(),t?t.__c:null}Lt.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(t){Object.defineProperty(Lt.prototype,t,{configurable:!0,get:function(){return this["UNSAFE_"+t]},set:function(n){Object.defineProperty(this,t,{configurable:!0,writable:!0,value:n})}})}));var sa=Se.event;function ns(){}function rs(){return this.cancelBubble}function is(){return this.defaultPrevented}Se.event=function(t){return sa&&(t=sa(t)),t.persist=ns,t.isPropagationStopped=rs,t.isDefaultPrevented=is,t.nativeEvent=t};var Pi,os={enumerable:!1,configurable:!0,get:function(){return this.class}},ca=Se.vnode;Se.vnode=function(t){typeof t.type=="string"&&(function(n){var r=n.props,o=n.type,s={},l=o.indexOf("-")===-1;for(var h in r){var d=r[h];if(!(h==="value"&&"defaultValue"in r&&d==null||es&&h==="children"&&o==="noscript"||h==="class"||h==="className")){var m=h.toLowerCase();h==="defaultValue"&&"value"in r&&r.value==null?h="value":h==="download"&&d===!0?d="":m==="translate"&&d==="no"?d=!1:m[0]==="o"&&m[1]==="n"?m==="ondoubleclick"?h="ondblclick":m!=="onchange"||o!=="input"&&o!=="textarea"||ts(r.type)?m==="onfocus"?h="onfocusin":m==="onblur"?h="onfocusout":Ju.test(h)&&(h=m):m=h="oninput":l&&Xu.test(h)?h=h.replace(Zu,"-$&").toLowerCase():d===null&&(d=void 0),m==="oninput"&&s[h=m]&&(h="oninputCapture"),s[h]=d}}o=="select"&&s.multiple&&Array.isArray(s.value)&&(s.value=Vt(r.children).forEach((function(y){y.props.selected=s.value.indexOf(y.props.value)!=-1}))),o=="select"&&s.defaultValue!=null&&(s.value=Vt(r.children).forEach((function(y){y.props.selected=s.multiple?s.defaultValue.indexOf(y.props.value)!=-1:s.defaultValue==y.props.value}))),r.class&&!r.className?(s.class=r.class,Object.defineProperty(s,"className",os)):(r.className&&!r.class||r.class&&r.className)&&(s.class=s.className=r.className),n.props=s})(t),t.$$typeof=aa,ca&&ca(t)};var la=Se.__r;Se.__r=function(t){la&&la(t),Pi=t.__c};var fa=Se.diffed;Se.diffed=function(t){fa&&fa(t);var n=t.props,r=t.__e;r!=null&&t.type==="textarea"&&"value"in n&&n.value!==r.value&&(r.value=n.value==null?"":n.value),Pi=null};var as={ReactCurrentDispatcher:{current:{readContext:function(t){return Pi.__n[t.__c].props.value},useCallback:Fo,useContext:$o,useDebugValue:Bo,useDeferredValue:Qo,useEffect:Jn,useId:Uo,useImperativeHandle:Ho,useInsertionEffect:Xo,useLayoutEffect:Zn,useMemo:zr,useReducer:Oi,useRef:Mo,useState:Xn,useSyncExternalStore:Go,useTransition:Yo}}};function Gr(t){return!!t&&t.$$typeof===aa}var T={useState:Xn,useId:Uo,useReducer:Oi,useEffect:Jn,useLayoutEffect:Zn,useInsertionEffect:Xo,useTransition:Yo,useDeferredValue:Qo,useSyncExternalStore:Go,startTransition:Ko,useRef:Mo,useImperativeHandle:Ho,useMemo:zr,useCallback:Fo,useContext:$o,useDebugValue:Bo,version:"18.3.1",Children:Gu,render:ua,hydrate:function(t,n,r){return To(t,n),typeof r=="function"&&r(),t?t.__c:null},unmountComponentAtNode:function(t){return!!t.__k&&(Yn(null,t),!0)},createPortal:oa,createElement:Nt,createContext:function(t,n){var r={__c:n="__cC"+_o++,__:t,Consumer:function(o,s){return o.children(s)},Provider:function(o){var s,l;return this.getChildContext||(s=new Set,(l={})[n]=this,this.getChildContext=function(){return l},this.componentWillUnmount=function(){s=null},this.shouldComponentUpdate=function(h){this.props.value!==h.value&&s.forEach((function(d){d.__e=!0,wi(d)}))},this.sub=function(h){s.add(h);var d=h.componentWillUnmount;h.componentWillUnmount=function(){s&&s.delete(h),d&&d.call(h)}}),o.children}};return r.Provider.__=r.Consumer.contextType=r},createFactory:function(t){return Nt.bind(null,t)},cloneElement:function(t){return Gr(t)?Uu.apply(null,arguments):t},createRef:function(){return{current:null}},Fragment:Wt,isValidElement:Gr,isElement:Gr,isFragment:function(t){return Gr(t)&&t.type===Wt},isMemo:function(t){return!!t&&!!t.displayName&&(typeof t.displayName=="string"||t.displayName instanceof String)&&t.displayName.startsWith("Memo(")},findDOMNode:function(t){return t&&(t.base||t.nodeType===1&&t)||null},Component:Lt,PureComponent:Ii,memo:function(t,n){function r(s){var l=this.props.ref,h=l==s.ref;return!h&&l&&(l.call?l(null):l.current=null),n?!n(this.props,s)||!h:Ti(this.props,s)}function o(s){return this.shouldComponentUpdate=r,Nt(t,s)}return o.displayName="Memo("+(t.displayName||t.name)+")",o.prototype.isReactComponent=!0,o.__f=!0,o},forwardRef:function(t){function n(r){var o=Vo({},r);return delete o.ref,t(o,r.ref||null)}return n.$$typeof=Vu,n.render=n,n.prototype.isReactComponent=n.__f=!0,n.displayName="ForwardRef("+(t.displayName||t.name)+")",n},flushSync:function(t,n){return t(n)},unstable_batchedUpdates:function(t,n){return t(n)},StrictMode:Wt,Suspense:Vr,SuspenseList:er,lazy:function(t){var n,r,o;function s(l){if(n||(n=t()).then((function(h){r=h.default||h}),(function(h){o=h})),o)throw o;if(!r)throw n;return Nt(r,l)}return s.displayName="Lazy",s.__f=!0,s},__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:as};function Di(t,n){(n==null||n>t.length)&&(n=t.length);for(var r=0,o=Array(n);r<n;r++)o[r]=t[r];return o}function pa(t,n,r,o,s,l,h){try{var d=t[l](h),m=d.value}catch(y){return void r(y)}d.done?n(m):Promise.resolve(m).then(o,s)}function Ni(t){return function(){var n=this,r=arguments;return new Promise((function(o,s){var l=t.apply(n,r);function h(m){pa(l,o,s,h,d,"next",m)}function d(m){pa(l,o,s,h,d,"throw",m)}h(void 0)}))}}function On(t,n,r){return n=tr(n),(function(o,s){if(s&&(ge(s)=="object"||typeof s=="function"))return s;if(s!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return(function(l){if(l===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return l})(o)})(t,Li()?Reflect.construct(n,r||[],tr(t).constructor):n.apply(t,r))}function Cn(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function kn(t,n,r){return Object.defineProperty(t,"prototype",{writable:!1}),t}function Tn(t,n,r){return(n=(function(o){var s=(function(l){if(ge(l)!="object"||!l)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(ge(d)!="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return ge(s)=="symbol"?s:s+""})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function ot(){return ot=Object.assign?Object.assign.bind():function(t){for(var n=1;n<arguments.length;n++){var r=arguments[n];for(var o in r)({}).hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},ot.apply(null,arguments)}function tr(t){return tr=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(n){return n.__proto__||Object.getPrototypeOf(n)},tr(t)}function jn(t,n){if(typeof n!="function"&&n!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),n&&nr(t,n)}function Li(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(n){}return(Li=function(){return!!t})()}function da(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function Ee(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?da(Object(r),!0).forEach((function(o){Tn(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):da(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function Rt(t,n){if(t==null)return{};var r,o,s=(function(h,d){if(h==null)return{};var m={};for(var y in h)if({}.hasOwnProperty.call(h,y)){if(d.includes(y))continue;m[y]=h[y]}return m})(t,n);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(t);for(o=0;o<l.length;o++)r=l[o],n.includes(r)||{}.propertyIsEnumerable.call(t,r)&&(s[r]=t[r])}return s}function ln(){ln=function(){return n};var t,n={},r=Object.prototype,o=r.hasOwnProperty,s=Object.defineProperty||function(Q,K,G){Q[K]=G.value},l=typeof Symbol=="function"?Symbol:{},h=l.iterator||"@@iterator",d=l.asyncIterator||"@@asyncIterator",m=l.toStringTag||"@@toStringTag";function y(Q,K,G){return Object.defineProperty(Q,K,{value:G,enumerable:!0,configurable:!0,writable:!0}),Q[K]}try{y({},"")}catch(Q){y=function(K,G,ie){return K[G]=ie}}function E(Q,K,G,ie){var Z=K&&K.prototype instanceof P?K:P,pe=Object.create(Z.prototype),ne=new re(ie||[]);return s(pe,"_invoke",{value:F(Q,G,ne)}),pe}function v(Q,K,G){try{return{type:"normal",arg:Q.call(K,G)}}catch(ie){return{type:"throw",arg:ie}}}n.wrap=E;var _="suspendedStart",O="suspendedYield",D="executing",C="completed",A={};function P(){}function j(){}function w(){}var S={};y(S,h,(function(){return this}));var L=Object.getPrototypeOf,M=L&&L(L(xe([])));M&&M!==r&&o.call(M,h)&&(S=M);var B=w.prototype=P.prototype=Object.create(S);function u(Q){["next","throw","return"].forEach((function(K){y(Q,K,(function(G){return this._invoke(K,G)}))}))}function W(Q,K){function G(Z,pe,ne,V){var Y=v(Q[Z],Q,pe);if(Y.type!=="throw"){var ee=Y.arg,ce=ee.value;return ce&&ge(ce)=="object"&&o.call(ce,"__await")?K.resolve(ce.__await).then((function(le){G("next",le,ne,V)}),(function(le){G("throw",le,ne,V)})):K.resolve(ce).then((function(le){ee.value=le,ne(ee)}),(function(le){return G("throw",le,ne,V)}))}V(Y.arg)}var ie;s(this,"_invoke",{value:function(Z,pe){function ne(){return new K((function(V,Y){G(Z,pe,V,Y)}))}return ie=ie?ie.then(ne,ne):ne()}})}function F(Q,K,G){var ie=_;return function(Z,pe){if(ie===D)throw Error("Generator is already running");if(ie===C){if(Z==="throw")throw pe;return{value:t,done:!0}}for(G.method=Z,G.arg=pe;;){var ne=G.delegate;if(ne){var V=X(ne,G);if(V){if(V===A)continue;return V}}if(G.method==="next")G.sent=G._sent=G.arg;else if(G.method==="throw"){if(ie===_)throw ie=C,G.arg;G.dispatchException(G.arg)}else G.method==="return"&&G.abrupt("return",G.arg);ie=D;var Y=v(Q,K,G);if(Y.type==="normal"){if(ie=G.done?C:O,Y.arg===A)continue;return{value:Y.arg,done:G.done}}Y.type==="throw"&&(ie=C,G.method="throw",G.arg=Y.arg)}}}function X(Q,K){var G=K.method,ie=Q.iterator[G];if(ie===t)return K.delegate=null,G==="throw"&&Q.iterator.return&&(K.method="return",K.arg=t,X(Q,K),K.method==="throw")||G!=="return"&&(K.method="throw",K.arg=new TypeError("The iterator does not provide a '"+G+"' method")),A;var Z=v(ie,Q.iterator,K.arg);if(Z.type==="throw")return K.method="throw",K.arg=Z.arg,K.delegate=null,A;var pe=Z.arg;return pe?pe.done?(K[Q.resultName]=pe.value,K.next=Q.nextLoc,K.method!=="return"&&(K.method="next",K.arg=t),K.delegate=null,A):pe:(K.method="throw",K.arg=new TypeError("iterator result is not an object"),K.delegate=null,A)}function oe(Q){var K={tryLoc:Q[0]};1 in Q&&(K.catchLoc=Q[1]),2 in Q&&(K.finallyLoc=Q[2],K.afterLoc=Q[3]),this.tryEntries.push(K)}function Ae(Q){var K=Q.completion||{};K.type="normal",delete K.arg,Q.completion=K}function re(Q){this.tryEntries=[{tryLoc:"root"}],Q.forEach(oe,this),this.reset(!0)}function xe(Q){if(Q||Q===""){var K=Q[h];if(K)return K.call(Q);if(typeof Q.next=="function")return Q;if(!isNaN(Q.length)){var G=-1,ie=function Z(){for(;++G<Q.length;)if(o.call(Q,G))return Z.value=Q[G],Z.done=!1,Z;return Z.value=t,Z.done=!0,Z};return ie.next=ie}}throw new TypeError(ge(Q)+" is not iterable")}return j.prototype=w,s(B,"constructor",{value:w,configurable:!0}),s(w,"constructor",{value:j,configurable:!0}),j.displayName=y(w,m,"GeneratorFunction"),n.isGeneratorFunction=function(Q){var K=typeof Q=="function"&&Q.constructor;return!!K&&(K===j||(K.displayName||K.name)==="GeneratorFunction")},n.mark=function(Q){return Object.setPrototypeOf?Object.setPrototypeOf(Q,w):(Q.__proto__=w,y(Q,m,"GeneratorFunction")),Q.prototype=Object.create(B),Q},n.awrap=function(Q){return{__await:Q}},u(W.prototype),y(W.prototype,d,(function(){return this})),n.AsyncIterator=W,n.async=function(Q,K,G,ie,Z){Z===void 0&&(Z=Promise);var pe=new W(E(Q,K,G,ie),Z);return n.isGeneratorFunction(K)?pe:pe.next().then((function(ne){return ne.done?ne.value:pe.next()}))},u(B),y(B,m,"Generator"),y(B,h,(function(){return this})),y(B,"toString",(function(){return"[object Generator]"})),n.keys=function(Q){var K=Object(Q),G=[];for(var ie in K)G.push(ie);return G.reverse(),function Z(){for(;G.length;){var pe=G.pop();if(pe in K)return Z.value=pe,Z.done=!1,Z}return Z.done=!0,Z}},n.values=xe,re.prototype={constructor:re,reset:function(Q){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(Ae),!Q)for(var K in this)K.charAt(0)==="t"&&o.call(this,K)&&!isNaN(+K.slice(1))&&(this[K]=t)},stop:function(){this.done=!0;var Q=this.tryEntries[0].completion;if(Q.type==="throw")throw Q.arg;return this.rval},dispatchException:function(Q){if(this.done)throw Q;var K=this;function G(Y,ee){return pe.type="throw",pe.arg=Q,K.next=Y,ee&&(K.method="next",K.arg=t),!!ee}for(var ie=this.tryEntries.length-1;ie>=0;--ie){var Z=this.tryEntries[ie],pe=Z.completion;if(Z.tryLoc==="root")return G("end");if(Z.tryLoc<=this.prev){var ne=o.call(Z,"catchLoc"),V=o.call(Z,"finallyLoc");if(ne&&V){if(this.prev<Z.catchLoc)return G(Z.catchLoc,!0);if(this.prev<Z.finallyLoc)return G(Z.finallyLoc)}else if(ne){if(this.prev<Z.catchLoc)return G(Z.catchLoc,!0)}else{if(!V)throw Error("try statement without catch or finally");if(this.prev<Z.finallyLoc)return G(Z.finallyLoc)}}}},abrupt:function(Q,K){for(var G=this.tryEntries.length-1;G>=0;--G){var ie=this.tryEntries[G];if(ie.tryLoc<=this.prev&&o.call(ie,"finallyLoc")&&this.prev<ie.finallyLoc){var Z=ie;break}}Z&&(Q==="break"||Q==="continue")&&Z.tryLoc<=K&&K<=Z.finallyLoc&&(Z=null);var pe=Z?Z.completion:{};return pe.type=Q,pe.arg=K,Z?(this.method="next",this.next=Z.finallyLoc,A):this.complete(pe)},complete:function(Q,K){if(Q.type==="throw")throw Q.arg;return Q.type==="break"||Q.type==="continue"?this.next=Q.arg:Q.type==="return"?(this.rval=this.arg=Q.arg,this.method="return",this.next="end"):Q.type==="normal"&&K&&(this.next=K),A},finish:function(Q){for(var K=this.tryEntries.length-1;K>=0;--K){var G=this.tryEntries[K];if(G.finallyLoc===Q)return this.complete(G.completion,G.afterLoc),Ae(G),A}},catch:function(Q){for(var K=this.tryEntries.length-1;K>=0;--K){var G=this.tryEntries[K];if(G.tryLoc===Q){var ie=G.completion;if(ie.type==="throw"){var Z=ie.arg;Ae(G)}return Z}}throw Error("illegal catch attempt")},delegateYield:function(Q,K,G){return this.delegate={iterator:xe(Q),resultName:K,nextLoc:G},this.method==="next"&&(this.arg=t),A}},n}function nr(t,n){return nr=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,o){return r.__proto__=o,r},nr(t,n)}function ht(t,n){return(function(r){if(Array.isArray(r))return r})(t)||(function(r,o){var s=r==null?null:typeof Symbol!="undefined"&&r[Symbol.iterator]||r["@@iterator"];if(s!=null){var l,h,d,m,y=[],E=!0,v=!1;try{if(d=(s=s.call(r)).next,o===0){if(Object(s)!==s)return;E=!1}else for(;!(E=(l=d.call(s)).done)&&(y.push(l.value),y.length!==o);E=!0);}catch(_){v=!0,h=_}finally{try{if(!E&&s.return!=null&&(m=s.return(),Object(m)!==m))return}finally{if(v)throw h}}return y}})(t,n)||ha(t,n)||(function(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
8
+ `)}m=m.nextElementSibling}}}}})();for(let o of n)!o.classList.contains("highlight-delay")&&!o.classList.contains("d-format-none")&&(o.classList.add("line-numbers","language-none"),Prism.highlightAll())})();var Vn=t=>t.replace(/[.]/g,"\\$&"),go=t=>{let n=[],r=t;for(;r!=document;)n.push(r.parentNode),r=r.parentNode;return n};(()=>{let t=()=>{if(location.hash){let s=document.querySelector(Vn(location.hash));if(s){let l=s,h=go(s).filter(d=>d!=document&&d.classList.contains("collapse"));h.length==0&&s.classList.contains("collapse")&&h.push(s),h.reverse().forEach((d,m,y)=>{d=document.getElementById(Vn(d.id)),bootstrap.Collapse.getOrCreateInstance(d,{toggle:!1}).show(),d.addEventListener("shown.bs.collapse",v=>{v.stopImmediatePropagation(),m===y.length-1&&l.scrollIntoView()})})}}},n=()=>{if(location.hash){let s=document.querySelector(`[data-bs-toggle="tab"][href="${Vn(location.hash)}"]`);if(s){let l=s,h=go(s).filter(d=>d!=document&&d.classList.contains("tab-pane"));h.push(s),h.reverse().forEach((d,m,y)=>{d.id.includes("-tab")||(d=document.getElementById(`${Vn(d.id)}-tab`)),bootstrap.Tab.getOrCreateInstance(d,{toggle:!1}).show(),d.addEventListener("shown.bs.tab",v=>{v.stopImmediatePropagation(),m===y.length-1&&l.scrollIntoView()})})}}};t(),n(),window.addEventListener("hashchange",t,!1),window.addEventListener("hashchange",n,!1);let r=document.querySelectorAll(".btn-collapse-target");r&&r.forEach(s=>{s.addEventListener("click",()=>{let l=document.querySelector(s.getAttribute("data-collapse-target"));bootstrap.Collapse.getOrCreateInstance(l,{toggle:!1}).show()},!1)});let o=s=>{s.addEventListener("click",l=>{history.pushState(null,null,l.target.hash)})};document.querySelectorAll('[data-bs-toggle="tab"]:not(.d-hash-none)').forEach(s=>o(s)),document.querySelectorAll('[data-bs-toggle="collapse"]:not(.d-hash-none)').forEach(s=>o(s))})(),(()=>{let t=document.querySelector(".collapse-lg");if(t){let n=window.matchMedia("(max-width: 1199px)"),r=bootstrap.Collapse.getOrCreateInstance(t,{toggle:!1});t.querySelectorAll("a").forEach(s=>{s.addEventListener("click",()=>{n.matches&&(s.classList.add("active-scroll"),r.hide())},!1)}),t.addEventListener("hidden.bs.collapse",()=>{let s=t.querySelector(".active-scroll");s&&(document.querySelector(Vn(s.getAttribute("href"))).scrollIntoView(),s.classList.remove("active-scroll"))});let o=s=>{s.matches?r.hide():r.show()};o(n),n.addEventListener("change",()=>o(n))}})(),(()=>{let t=document.querySelector(".collapse-y-height"),n=document.getElementById("mainContent"),r=o=>{let s=o.getBoundingClientRect();return{left:s.left+window.scrollX,top:s.top+window.scrollY}};if(t&&n){let o=()=>{if(window.innerWidth>=768)if(r(n).top+Wn(n)<window.innerHeight){let l=window.innerHeight-Wn(document.querySelector("header"))-Wn(document.querySelector("footer"));t.style.height=`${l}px`}else t.style.height="";else t.style.height=""};o(),new ResizeObserver(()=>o()).observe(document.body),window.onresize=o}})(),(()=>{let t=document.querySelector("h2.title-child");t&&(document.querySelectorAll("h2")[0].classList.contains("title-child")||t.classList.remove("d-none"))})();function mi(){return mi=Object.assign?Object.assign.bind():function(t){for(var n=1;n<arguments.length;n++){var r=arguments[n];for(var o in r)({}).hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},mi.apply(null,arguments)}function ge(t){return ge=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(n){return typeof n}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},ge(t)}var Gn,Se,mo,cn,vo,yo,vi,bo,yi,bi,_i,_o,Kn={},Ao=[],Hu=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,$r=Array.isArray;function zt(t,n){for(var r in n)t[r]=n[r];return t}function Ai(t){t&&t.parentNode&&t.parentNode.removeChild(t)}function Nt(t,n,r){var o,s,l,h={};for(l in n)l=="key"?o=n[l]:l=="ref"?s=n[l]:h[l]=n[l];if(arguments.length>2&&(h.children=arguments.length>3?Gn.call(arguments,2):r),typeof t=="function"&&t.defaultProps!=null)for(l in t.defaultProps)h[l]===void 0&&(h[l]=t.defaultProps[l]);return Qn(t,h,o,s,null)}function Qn(t,n,r,o,s){var l={type:t,props:n,key:r,ref:o,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:s==null?++mo:s,__i:-1,__u:0};return s==null&&Se.vnode!=null&&Se.vnode(l),l}function Wt(t){return t.children}function Lt(t,n){this.props=t,this.context=n}function Sn(t,n){if(n==null)return t.__?Sn(t.__,t.__i+1):null;for(var r;n<t.__k.length;n++)if((r=t.__k[n])!=null&&r.__e!=null)return r.__e;return typeof t.type=="function"?Sn(t):null}function wo(t){var n,r;if((t=t.__)!=null&&t.__c!=null){for(t.__e=t.__c.base=null,n=0;n<t.__k.length;n++)if((r=t.__k[n])!=null&&r.__e!=null){t.__e=t.__c.base=r.__e;break}return wo(t)}}function wi(t){(!t.__d&&(t.__d=!0)&&cn.push(t)&&!Br.__r++||vo!==Se.debounceRendering)&&((vo=Se.debounceRendering)||yo)(Br)}function Br(){var t,n,r,o,s,l,h,d;for(cn.sort(vi);t=cn.shift();)t.__d&&(n=cn.length,o=void 0,l=(s=(r=t).__v).__e,h=[],d=[],r.__P&&((o=zt({},s)).__v=s.__v+1,Se.vnode&&Se.vnode(o),Si(r.__P,o,s,r.__n,r.__P.namespaceURI,32&s.__u?[l]:null,h,l==null?Sn(s):l,!!(32&s.__u),d),o.__v=s.__v,o.__.__k[o.__i]=o,ko(h,o,d),o.__e!=l&&wo(o)),cn.length>n&&cn.sort(vi));Br.__r=0}function So(t,n,r,o,s,l,h,d,m,y,S){var v,_,O,D,k,A,P=o&&o.__k||Ao,j=n.length;for(m=(function(w,E,L,M,B){var u,W,F,X,oe,Ae=L.length,re=Ae,xe=0;for(w.__k=new Array(B),u=0;u<B;u++)(W=E[u])!=null&&typeof W!="boolean"&&typeof W!="function"?(X=u+xe,(W=w.__k[u]=typeof W=="string"||typeof W=="number"||typeof W=="bigint"||W.constructor==String?Qn(null,W,null,null,null):$r(W)?Qn(Wt,{children:W},null,null,null):W.constructor===void 0&&W.__b>0?Qn(W.type,W.props,W.key,W.ref?W.ref:null,W.__v):W).__=w,W.__b=w.__b+1,F=null,(oe=W.__i=Fu(W,L,X,re))!==-1&&(re--,(F=L[oe])&&(F.__u|=2)),F==null||F.__v===null?(oe==-1&&xe--,typeof W.type!="function"&&(W.__u|=4)):oe!=X&&(oe==X-1?xe--:oe==X+1?xe++:(oe>X?xe--:xe++,W.__u|=4))):w.__k[u]=null;if(re)for(u=0;u<Ae;u++)(F=L[u])!=null&&!(2&F.__u)&&(F.__e==M&&(M=Sn(F)),Co(F,F));return M})(r,n,P,m,j),v=0;v<j;v++)(O=r.__k[v])!=null&&(_=O.__i===-1?Kn:P[O.__i]||Kn,O.__i=v,A=Si(t,O,_,s,l,h,d,m,y,S),D=O.__e,O.ref&&_.ref!=O.ref&&(_.ref&&Ei(_.ref,null,O),S.push(O.ref,O.__c||D,O)),k==null&&D!=null&&(k=D),4&O.__u||_.__k===O.__k?m=Eo(O,m,t):typeof O.type=="function"&&A!==void 0?m=A:D&&(m=D.nextSibling),O.__u&=-7);return r.__e=k,m}function Eo(t,n,r){var o,s;if(typeof t.type=="function"){for(o=t.__k,s=0;o&&s<o.length;s++)o[s]&&(o[s].__=t,n=Eo(o[s],n,r));return n}t.__e!=n&&(n&&t.type&&!r.contains(n)&&(n=Sn(t)),r.insertBefore(t.__e,n||null),n=t.__e);do n=n&&n.nextSibling;while(n!=null&&n.nodeType==8);return n}function Vt(t,n){return n=n||[],t==null||typeof t=="boolean"||($r(t)?t.some((function(r){Vt(r,n)})):n.push(t)),n}function Fu(t,n,r,o){var s,l,h=t.key,d=t.type,m=n[r];if(m===null||m&&h==m.key&&d===m.type&&!(2&m.__u))return r;if(o>(m==null||2&m.__u?0:1))for(s=r-1,l=r+1;s>=0||l<n.length;){if(s>=0){if((m=n[s])&&!(2&m.__u)&&h==m.key&&d===m.type)return s;s--}if(l<n.length){if((m=n[l])&&!(2&m.__u)&&h==m.key&&d===m.type)return l;l++}}return-1}function xo(t,n,r){n[0]=="-"?t.setProperty(n,r==null?"":r):t[n]=r==null?"":typeof r!="number"||Hu.test(n)?r:r+"px"}function Ur(t,n,r,o,s){var l;e:if(n=="style")if(typeof r=="string")t.style.cssText=r;else{if(typeof o=="string"&&(t.style.cssText=o=""),o)for(n in o)r&&n in r||xo(t.style,n,"");if(r)for(n in r)o&&r[n]===o[n]||xo(t.style,n,r[n])}else if(n[0]=="o"&&n[1]=="n")l=n!=(n=n.replace(bo,"$1")),n=n.toLowerCase()in t||n=="onFocusOut"||n=="onFocusIn"?n.toLowerCase().slice(2):n.slice(2),t.l||(t.l={}),t.l[n+l]=r,r?o?r.u=o.u:(r.u=yi,t.addEventListener(n,l?_i:bi,l)):t.removeEventListener(n,l?_i:bi,l);else{if(s=="http://www.w3.org/2000/svg")n=n.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(n!="width"&&n!="height"&&n!="href"&&n!="list"&&n!="form"&&n!="tabIndex"&&n!="download"&&n!="rowSpan"&&n!="colSpan"&&n!="role"&&n!="popover"&&n in t)try{t[n]=r==null?"":r;break e}catch(h){}typeof r=="function"||(r==null||r===!1&&n[4]!="-"?t.removeAttribute(n):t.setAttribute(n,n=="popover"&&r==1?"":r))}}function Oo(t){return function(n){if(this.l){var r=this.l[n.type+t];if(n.t==null)n.t=yi++;else if(n.t<r.u)return;return r(Se.event?Se.event(n):n)}}}function Si(t,n,r,o,s,l,h,d,m,y){var S,v,_,O,D,k,A,P,j,w,E,L,M,B,u,W,F,X=n.type;if(n.constructor!==void 0)return null;128&r.__u&&(m=!!(32&r.__u),l=[d=n.__e=r.__e]),(S=Se.__b)&&S(n);e:if(typeof X=="function")try{if(P=n.props,j="prototype"in X&&X.prototype.render,w=(S=X.contextType)&&o[S.__c],E=S?w?w.props.value:S.__:o,r.__c?A=(v=n.__c=r.__c).__=v.__E:(j?n.__c=v=new X(P,E):(n.__c=v=new Lt(P,E),v.constructor=X,v.render=Bu),w&&w.sub(v),v.props=P,v.state||(v.state={}),v.context=E,v.__n=o,_=v.__d=!0,v.__h=[],v._sb=[]),j&&v.__s==null&&(v.__s=v.state),j&&X.getDerivedStateFromProps!=null&&(v.__s==v.state&&(v.__s=zt({},v.__s)),zt(v.__s,X.getDerivedStateFromProps(P,v.__s))),O=v.props,D=v.state,v.__v=n,_)j&&X.getDerivedStateFromProps==null&&v.componentWillMount!=null&&v.componentWillMount(),j&&v.componentDidMount!=null&&v.__h.push(v.componentDidMount);else{if(j&&X.getDerivedStateFromProps==null&&P!==O&&v.componentWillReceiveProps!=null&&v.componentWillReceiveProps(P,E),!v.__e&&(v.shouldComponentUpdate!=null&&v.shouldComponentUpdate(P,v.__s,E)===!1||n.__v==r.__v)){for(n.__v!=r.__v&&(v.props=P,v.state=v.__s,v.__d=!1),n.__e=r.__e,n.__k=r.__k,n.__k.some((function(oe){oe&&(oe.__=n)})),L=0;L<v._sb.length;L++)v.__h.push(v._sb[L]);v._sb=[],v.__h.length&&h.push(v);break e}v.componentWillUpdate!=null&&v.componentWillUpdate(P,v.__s,E),j&&v.componentDidUpdate!=null&&v.__h.push((function(){v.componentDidUpdate(O,D,k)}))}if(v.context=E,v.props=P,v.__P=t,v.__e=!1,M=Se.__r,B=0,j){for(v.state=v.__s,v.__d=!1,M&&M(n),S=v.render(v.props,v.state,v.context),u=0;u<v._sb.length;u++)v.__h.push(v._sb[u]);v._sb=[]}else do v.__d=!1,M&&M(n),S=v.render(v.props,v.state,v.context),v.state=v.__s;while(v.__d&&++B<25);v.state=v.__s,v.getChildContext!=null&&(o=zt(zt({},o),v.getChildContext())),j&&!_&&v.getSnapshotBeforeUpdate!=null&&(k=v.getSnapshotBeforeUpdate(O,D)),d=So(t,$r(W=S!=null&&S.type===Wt&&S.key==null?S.props.children:S)?W:[W],n,r,o,s,l,h,d,m,y),v.base=n.__e,n.__u&=-161,v.__h.length&&h.push(v),A&&(v.__E=v.__=null)}catch(oe){if(n.__v=null,m||l!=null)if(oe.then){for(n.__u|=m?160:128;d&&d.nodeType==8&&d.nextSibling;)d=d.nextSibling;l[l.indexOf(d)]=null,n.__e=d}else for(F=l.length;F--;)Ai(l[F]);else n.__e=r.__e,n.__k=r.__k;Se.__e(oe,n,r)}else l==null&&n.__v==r.__v?(n.__k=r.__k,n.__e=r.__e):d=n.__e=$u(r.__e,n,r,o,s,l,h,m,y);return(S=Se.diffed)&&S(n),128&n.__u?void 0:d}function ko(t,n,r){for(var o=0;o<r.length;o++)Ei(r[o],r[++o],r[++o]);Se.__c&&Se.__c(n,t),t.some((function(s){try{t=s.__h,s.__h=[],t.some((function(l){l.call(s)}))}catch(l){Se.__e(l,s.__v)}}))}function $u(t,n,r,o,s,l,h,d,m){var y,S,v,_,O,D,k,A=r.props,P=n.props,j=n.type;if(j=="svg"?s="http://www.w3.org/2000/svg":j=="math"?s="http://www.w3.org/1998/Math/MathML":s||(s="http://www.w3.org/1999/xhtml"),l!=null){for(y=0;y<l.length;y++)if((O=l[y])&&"setAttribute"in O==!!j&&(j?O.localName==j:O.nodeType==3)){t=O,l[y]=null;break}}if(t==null){if(j==null)return document.createTextNode(P);t=document.createElementNS(s,j,P.is&&P),d&&(Se.__m&&Se.__m(n,l),d=!1),l=null}if(j===null)A===P||d&&t.data===P||(t.data=P);else{if(l=l&&Gn.call(t.childNodes),A=r.props||Kn,!d&&l!=null)for(A={},y=0;y<t.attributes.length;y++)A[(O=t.attributes[y]).name]=O.value;for(y in A)if(O=A[y],y!="children"){if(y=="dangerouslySetInnerHTML")v=O;else if(!(y in P)){if(y=="value"&&"defaultValue"in P||y=="checked"&&"defaultChecked"in P)continue;Ur(t,y,null,O,s)}}for(y in P)O=P[y],y=="children"?_=O:y=="dangerouslySetInnerHTML"?S=O:y=="value"?D=O:y=="checked"?k=O:d&&typeof O!="function"||A[y]===O||Ur(t,y,O,A[y],s);if(S)d||v&&(S.__html===v.__html||S.__html===t.innerHTML)||(t.innerHTML=S.__html),n.__k=[];else if(v&&(t.innerHTML=""),So(t,$r(_)?_:[_],n,r,o,j=="foreignObject"?"http://www.w3.org/1999/xhtml":s,l,h,l?l[0]:r.__k&&Sn(r,0),d,m),l!=null)for(y=l.length;y--;)Ai(l[y]);d||(y="value",j=="progress"&&D==null?t.removeAttribute("value"):D!==void 0&&(D!==t[y]||j=="progress"&&!D||j=="option"&&D!==A[y])&&Ur(t,y,D,A[y],s),y="checked",k!==void 0&&k!==t[y]&&Ur(t,y,k,A[y],s))}return t}function Ei(t,n,r){try{if(typeof t=="function"){var o=typeof t.__u=="function";o&&t.__u(),o&&n==null||(t.__u=t(n))}else t.current=n}catch(s){Se.__e(s,r)}}function Co(t,n,r){var o,s;if(Se.unmount&&Se.unmount(t),(o=t.ref)&&(o.current&&o.current!==t.__e||Ei(o,null,n)),(o=t.__c)!=null){if(o.componentWillUnmount)try{o.componentWillUnmount()}catch(l){Se.__e(l,n)}o.base=o.__P=null}if(o=t.__k)for(s=0;s<o.length;s++)o[s]&&Co(o[s],n,r||typeof t.type!="function");r||Ai(t.__e),t.__c=t.__=t.__e=void 0}function Bu(t,n,r){return this.constructor(t,r)}function Yn(t,n,r){var o,s,l,h;n==document&&(n=document.documentElement),Se.__&&Se.__(t,n),s=(o=typeof r=="function")?null:r&&r.__k||n.__k,l=[],h=[],Si(n,t=(!o&&r||n).__k=Nt(Wt,null,[t]),s||Kn,Kn,n.namespaceURI,!o&&r?[r]:s?null:n.firstChild?Gn.call(n.childNodes):null,l,!o&&r?r:s?s.__e:n.firstChild,o,h),ko(l,t,h)}function To(t,n){Yn(t,n,To)}function Uu(t,n,r){var o,s,l,h,d=zt({},t.props);for(l in t.type&&t.type.defaultProps&&(h=t.type.defaultProps),n)l=="key"?o=n[l]:l=="ref"?s=n[l]:d[l]=n[l]===void 0&&h!==void 0?h[l]:n[l];return arguments.length>2&&(d.children=arguments.length>3?Gn.call(arguments,2):r),Qn(t.type,d,o||t.key,s||t.ref,null)}Gn=Ao.slice,Se={__e:function(t,n,r,o){for(var s,l,h;n=n.__;)if((s=n.__c)&&!s.__)try{if((l=s.constructor)&&l.getDerivedStateFromError!=null&&(s.setState(l.getDerivedStateFromError(t)),h=s.__d),s.componentDidCatch!=null&&(s.componentDidCatch(t,o||{}),h=s.__d),h)return s.__E=s}catch(d){t=d}throw t}},mo=0,Lt.prototype.setState=function(t,n){var r;r=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=zt({},this.state),typeof t=="function"&&(t=t(zt({},r),this.props)),t&&zt(r,t),t!=null&&this.__v&&(n&&this._sb.push(n),wi(this))},Lt.prototype.forceUpdate=function(t){this.__v&&(this.__e=!0,t&&this.__h.push(t),wi(this))},Lt.prototype.render=Wt,cn=[],yo=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,vi=function(t,n){return t.__v.__b-n.__v.__b},Br.__r=0,bo=/(PointerCapture)$|Capture$/i,yi=0,bi=Oo(!1),_i=Oo(!0),_o=0;var Jt,Fe,xi,jo,En=0,Io=[],We=Se,Po=We.__b,Do=We.__r,No=We.diffed,Lo=We.__c,Ro=We.unmount,qo=We.__;function xn(t,n){We.__h&&We.__h(Fe,t,En||n),En=0;var r=Fe.__H||(Fe.__H={__:[],__h:[]});return t>=r.__.length&&r.__.push({}),r.__[t]}function Xn(t){return En=1,Oi(Wo,t)}function Oi(t,n,r){var o=xn(Jt++,2);if(o.t=t,!o.__c&&(o.__=[r?r(n):Wo(void 0,n),function(d){var m=o.__N?o.__N[0]:o.__[0],y=o.t(m,d);m!==y&&(o.__N=[y,o.__[1]],o.__c.setState({}))}],o.__c=Fe,!Fe.u)){var s=function(d,m,y){if(!o.__c.__H)return!0;var S=o.__c.__H.__.filter((function(_){return!!_.__c}));if(S.every((function(_){return!_.__N})))return!l||l.call(this,d,m,y);var v=o.__c.props!==d;return S.forEach((function(_){if(_.__N){var O=_.__[0];_.__=_.__N,_.__N=void 0,O!==_.__[0]&&(v=!0)}})),l&&l.call(this,d,m,y)||v};Fe.u=!0;var l=Fe.shouldComponentUpdate,h=Fe.componentWillUpdate;Fe.componentWillUpdate=function(d,m,y){if(this.__e){var S=l;l=void 0,s(d,m,y),l=S}h&&h.call(this,d,m,y)},Fe.shouldComponentUpdate=s}return o.__N||o.__}function Jn(t,n){var r=xn(Jt++,3);!We.__s&&Ci(r.__H,n)&&(r.__=t,r.i=n,Fe.__H.__h.push(r))}function Zn(t,n){var r=xn(Jt++,4);!We.__s&&Ci(r.__H,n)&&(r.__=t,r.i=n,Fe.__h.push(r))}function Mo(t){return En=5,zr((function(){return{current:t}}),[])}function Ho(t,n,r){En=6,Zn((function(){return typeof t=="function"?(t(n()),function(){return t(null)}):t?(t.current=n(),function(){return t.current=null}):void 0}),r==null?r:r.concat(t))}function zr(t,n){var r=xn(Jt++,7);return Ci(r.__H,n)&&(r.__=t(),r.__H=n,r.__h=t),r.__}function Fo(t,n){return En=8,zr((function(){return t}),n)}function $o(t){var n=Fe.context[t.__c],r=xn(Jt++,9);return r.c=t,n?(r.__==null&&(r.__=!0,n.sub(Fe)),n.props.value):t.__}function Bo(t,n){We.useDebugValue&&We.useDebugValue(n?n(t):t)}function Uo(){var t=xn(Jt++,11);if(!t.__){for(var n=Fe.__v;n!==null&&!n.__m&&n.__!==null;)n=n.__;var r=n.__m||(n.__m=[0,0]);t.__="P"+r[0]+"-"+r[1]++}return t.__}function zu(){for(var t;t=Io.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(Wr),t.__H.__h.forEach(ki),t.__H.__h=[]}catch(n){t.__H.__h=[],We.__e(n,t.__v)}}We.__b=function(t){Fe=null,Po&&Po(t)},We.__=function(t,n){t&&n.__k&&n.__k.__m&&(t.__m=n.__k.__m),qo&&qo(t,n)},We.__r=function(t){Do&&Do(t),Jt=0;var n=(Fe=t.__c).__H;n&&(xi===Fe?(n.__h=[],Fe.__h=[],n.__.forEach((function(r){r.__N&&(r.__=r.__N),r.i=r.__N=void 0}))):(n.__h.forEach(Wr),n.__h.forEach(ki),n.__h=[],Jt=0)),xi=Fe},We.diffed=function(t){No&&No(t);var n=t.__c;n&&n.__H&&(n.__H.__h.length&&(Io.push(n)!==1&&jo===We.requestAnimationFrame||((jo=We.requestAnimationFrame)||Wu)(zu)),n.__H.__.forEach((function(r){r.i&&(r.__H=r.i),r.i=void 0}))),xi=Fe=null},We.__c=function(t,n){n.some((function(r){try{r.__h.forEach(Wr),r.__h=r.__h.filter((function(o){return!o.__||ki(o)}))}catch(o){n.some((function(s){s.__h&&(s.__h=[])})),n=[],We.__e(o,r.__v)}})),Lo&&Lo(t,n)},We.unmount=function(t){Ro&&Ro(t);var n,r=t.__c;r&&r.__H&&(r.__H.__.forEach((function(o){try{Wr(o)}catch(s){n=s}})),r.__H=void 0,n&&We.__e(n,r.__v))};var zo=typeof requestAnimationFrame=="function";function Wu(t){var n,r=function(){clearTimeout(o),zo&&cancelAnimationFrame(n),setTimeout(t)},o=setTimeout(r,100);zo&&(n=requestAnimationFrame(r))}function Wr(t){var n=Fe,r=t.__c;typeof r=="function"&&(t.__c=void 0,r()),Fe=n}function ki(t){var n=Fe;t.__c=t.__(),Fe=n}function Ci(t,n){return!t||t.length!==n.length||n.some((function(r,o){return r!==t[o]}))}function Wo(t,n){return typeof n=="function"?n(t):n}function Vo(t,n){for(var r in n)t[r]=n[r];return t}function Ti(t,n){for(var r in t)if(r!=="__source"&&!(r in n))return!0;for(var o in n)if(o!=="__source"&&t[o]!==n[o])return!0;return!1}function Go(t,n){var r=n(),o=Xn({t:{__:r,u:n}}),s=o[0].t,l=o[1];return Zn((function(){s.__=r,s.u=n,ji(s)&&l({t:s})}),[t,r,n]),Jn((function(){return ji(s)&&l({t:s}),t((function(){ji(s)&&l({t:s})}))}),[t]),r}function ji(t){var n,r,o=t.u,s=t.__;try{var l=o();return!((n=s)===(r=l)&&(n!==0||1/n==1/r)||n!=n&&r!=r)}catch(h){return!0}}function Ko(t){t()}function Qo(t){return t}function Yo(){return[!1,Ko]}var Xo=Zn;function Ii(t,n){this.props=t,this.context=n}(Ii.prototype=new Lt).isPureReactComponent=!0,Ii.prototype.shouldComponentUpdate=function(t,n){return Ti(this.props,t)||Ti(this.state,n)};var Jo=Se.__b;Se.__b=function(t){t.type&&t.type.__f&&t.ref&&(t.props.ref=t.ref,t.ref=null),Jo&&Jo(t)};var Vu=typeof Symbol!="undefined"&&Symbol.for&&Symbol.for("react.forward_ref")||3911,Zo=function(t,n){return t==null?null:Vt(Vt(t).map(n))},Gu={map:Zo,forEach:Zo,count:function(t){return t?Vt(t).length:0},only:function(t){var n=Vt(t);if(n.length!==1)throw"Children.only";return n[0]},toArray:Vt},Ku=Se.__e;Se.__e=function(t,n,r,o){if(t.then){for(var s,l=n;l=l.__;)if((s=l.__c)&&s.__c)return n.__e==null&&(n.__e=r.__e,n.__k=r.__k),s.__c(t,n)}Ku(t,n,r,o)};var ea=Se.unmount;function ta(t,n,r){return t&&(t.__c&&t.__c.__H&&(t.__c.__H.__.forEach((function(o){typeof o.__c=="function"&&o.__c()})),t.__c.__H=null),(t=Vo({},t)).__c!=null&&(t.__c.__P===r&&(t.__c.__P=n),t.__c=null),t.__k=t.__k&&t.__k.map((function(o){return ta(o,n,r)}))),t}function na(t,n,r){return t&&r&&(t.__v=null,t.__k=t.__k&&t.__k.map((function(o){return na(o,n,r)})),t.__c&&t.__c.__P===n&&(t.__e&&r.appendChild(t.__e),t.__c.__e=!0,t.__c.__P=r)),t}function Vr(){this.__u=0,this.o=null,this.__b=null}function ra(t){var n=t.__.__c;return n&&n.__a&&n.__a(t)}function er(){this.i=null,this.l=null}Se.unmount=function(t){var n=t.__c;n&&n.__R&&n.__R(),n&&32&t.__u&&(t.type=null),ea&&ea(t)},(Vr.prototype=new Lt).__c=function(t,n){var r=n.__c,o=this;o.o==null&&(o.o=[]),o.o.push(r);var s=ra(o.__v),l=!1,h=function(){l||(l=!0,r.__R=null,s?s(d):d())};r.__R=h;var d=function(){if(!--o.__u){if(o.state.__a){var m=o.state.__a;o.__v.__k[0]=na(m,m.__c.__P,m.__c.__O)}var y;for(o.setState({__a:o.__b=null});y=o.o.pop();)y.forceUpdate()}};o.__u++||32&n.__u||o.setState({__a:o.__b=o.__v.__k[0]}),t.then(h,h)},Vr.prototype.componentWillUnmount=function(){this.o=[]},Vr.prototype.render=function(t,n){if(this.__b){if(this.__v.__k){var r=document.createElement("div"),o=this.__v.__k[0].__c;this.__v.__k[0]=ta(this.__b,r,o.__O=o.__P)}this.__b=null}var s=n.__a&&Nt(Wt,null,t.fallback);return s&&(s.__u&=-33),[Nt(Wt,null,n.__a?null:t.children),s]};var ia=function(t,n,r){if(++r[1]===r[0]&&t.l.delete(n),t.props.revealOrder&&(t.props.revealOrder[0]!=="t"||!t.l.size))for(r=t.i;r;){for(;r.length>3;)r.pop()();if(r[1]<r[0])break;t.i=r=r[2]}};function Qu(t){return this.getChildContext=function(){return t.context},t.children}function Yu(t){var n=this,r=t.h;n.componentWillUnmount=function(){Yn(null,n.v),n.v=null,n.h=null},n.h&&n.h!==r&&n.componentWillUnmount(),n.v||(n.h=r,n.v={nodeType:1,parentNode:r,childNodes:[],contains:function(){return!0},appendChild:function(o){this.childNodes.push(o),n.h.appendChild(o)},insertBefore:function(o,s){this.childNodes.push(o),n.h.insertBefore(o,s)},removeChild:function(o){this.childNodes.splice(this.childNodes.indexOf(o)>>>1,1),n.h.removeChild(o)}}),Yn(Nt(Qu,{context:n.context},t.__v),n.v)}function oa(t,n){var r=Nt(Yu,{__v:t,h:n});return r.containerInfo=n,r}(er.prototype=new Lt).__a=function(t){var n=this,r=ra(n.__v),o=n.l.get(t);return o[0]++,function(s){var l=function(){n.props.revealOrder?(o.push(s),ia(n,t,o)):s()};r?r(l):l()}},er.prototype.render=function(t){this.i=null,this.l=new Map;var n=Vt(t.children);t.revealOrder&&t.revealOrder[0]==="b"&&n.reverse();for(var r=n.length;r--;)this.l.set(n[r],this.i=[1,0,this.i]);return t.children},er.prototype.componentDidUpdate=er.prototype.componentDidMount=function(){var t=this;this.l.forEach((function(n,r){ia(t,r,n)}))};var aa=typeof Symbol!="undefined"&&Symbol.for&&Symbol.for("react.element")||60103,Xu=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,Ju=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Zu=/[A-Z0-9]/g,es=typeof document!="undefined",ts=function(t){return(typeof Symbol!="undefined"&&ge(Symbol())=="symbol"?/fil|che|rad/:/fil|che|ra/).test(t)};function ua(t,n,r){return n.__k==null&&(n.textContent=""),Yn(t,n),typeof r=="function"&&r(),t?t.__c:null}Lt.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(t){Object.defineProperty(Lt.prototype,t,{configurable:!0,get:function(){return this["UNSAFE_"+t]},set:function(n){Object.defineProperty(this,t,{configurable:!0,writable:!0,value:n})}})}));var sa=Se.event;function ns(){}function rs(){return this.cancelBubble}function is(){return this.defaultPrevented}Se.event=function(t){return sa&&(t=sa(t)),t.persist=ns,t.isPropagationStopped=rs,t.isDefaultPrevented=is,t.nativeEvent=t};var Pi,os={enumerable:!1,configurable:!0,get:function(){return this.class}},ca=Se.vnode;Se.vnode=function(t){typeof t.type=="string"&&(function(n){var r=n.props,o=n.type,s={},l=o.indexOf("-")===-1;for(var h in r){var d=r[h];if(!(h==="value"&&"defaultValue"in r&&d==null||es&&h==="children"&&o==="noscript"||h==="class"||h==="className")){var m=h.toLowerCase();h==="defaultValue"&&"value"in r&&r.value==null?h="value":h==="download"&&d===!0?d="":m==="translate"&&d==="no"?d=!1:m[0]==="o"&&m[1]==="n"?m==="ondoubleclick"?h="ondblclick":m!=="onchange"||o!=="input"&&o!=="textarea"||ts(r.type)?m==="onfocus"?h="onfocusin":m==="onblur"?h="onfocusout":Ju.test(h)&&(h=m):m=h="oninput":l&&Xu.test(h)?h=h.replace(Zu,"-$&").toLowerCase():d===null&&(d=void 0),m==="oninput"&&s[h=m]&&(h="oninputCapture"),s[h]=d}}o=="select"&&s.multiple&&Array.isArray(s.value)&&(s.value=Vt(r.children).forEach((function(y){y.props.selected=s.value.indexOf(y.props.value)!=-1}))),o=="select"&&s.defaultValue!=null&&(s.value=Vt(r.children).forEach((function(y){y.props.selected=s.multiple?s.defaultValue.indexOf(y.props.value)!=-1:s.defaultValue==y.props.value}))),r.class&&!r.className?(s.class=r.class,Object.defineProperty(s,"className",os)):(r.className&&!r.class||r.class&&r.className)&&(s.class=s.className=r.className),n.props=s})(t),t.$$typeof=aa,ca&&ca(t)};var la=Se.__r;Se.__r=function(t){la&&la(t),Pi=t.__c};var fa=Se.diffed;Se.diffed=function(t){fa&&fa(t);var n=t.props,r=t.__e;r!=null&&t.type==="textarea"&&"value"in n&&n.value!==r.value&&(r.value=n.value==null?"":n.value),Pi=null};var as={ReactCurrentDispatcher:{current:{readContext:function(t){return Pi.__n[t.__c].props.value},useCallback:Fo,useContext:$o,useDebugValue:Bo,useDeferredValue:Qo,useEffect:Jn,useId:Uo,useImperativeHandle:Ho,useInsertionEffect:Xo,useLayoutEffect:Zn,useMemo:zr,useReducer:Oi,useRef:Mo,useState:Xn,useSyncExternalStore:Go,useTransition:Yo}}};function Gr(t){return!!t&&t.$$typeof===aa}var T={useState:Xn,useId:Uo,useReducer:Oi,useEffect:Jn,useLayoutEffect:Zn,useInsertionEffect:Xo,useTransition:Yo,useDeferredValue:Qo,useSyncExternalStore:Go,startTransition:Ko,useRef:Mo,useImperativeHandle:Ho,useMemo:zr,useCallback:Fo,useContext:$o,useDebugValue:Bo,version:"18.3.1",Children:Gu,render:ua,hydrate:function(t,n,r){return To(t,n),typeof r=="function"&&r(),t?t.__c:null},unmountComponentAtNode:function(t){return!!t.__k&&(Yn(null,t),!0)},createPortal:oa,createElement:Nt,createContext:function(t,n){var r={__c:n="__cC"+_o++,__:t,Consumer:function(o,s){return o.children(s)},Provider:function(o){var s,l;return this.getChildContext||(s=new Set,(l={})[n]=this,this.getChildContext=function(){return l},this.componentWillUnmount=function(){s=null},this.shouldComponentUpdate=function(h){this.props.value!==h.value&&s.forEach((function(d){d.__e=!0,wi(d)}))},this.sub=function(h){s.add(h);var d=h.componentWillUnmount;h.componentWillUnmount=function(){s&&s.delete(h),d&&d.call(h)}}),o.children}};return r.Provider.__=r.Consumer.contextType=r},createFactory:function(t){return Nt.bind(null,t)},cloneElement:function(t){return Gr(t)?Uu.apply(null,arguments):t},createRef:function(){return{current:null}},Fragment:Wt,isValidElement:Gr,isElement:Gr,isFragment:function(t){return Gr(t)&&t.type===Wt},isMemo:function(t){return!!t&&!!t.displayName&&(typeof t.displayName=="string"||t.displayName instanceof String)&&t.displayName.startsWith("Memo(")},findDOMNode:function(t){return t&&(t.base||t.nodeType===1&&t)||null},Component:Lt,PureComponent:Ii,memo:function(t,n){function r(s){var l=this.props.ref,h=l==s.ref;return!h&&l&&(l.call?l(null):l.current=null),n?!n(this.props,s)||!h:Ti(this.props,s)}function o(s){return this.shouldComponentUpdate=r,Nt(t,s)}return o.displayName="Memo("+(t.displayName||t.name)+")",o.prototype.isReactComponent=!0,o.__f=!0,o},forwardRef:function(t){function n(r){var o=Vo({},r);return delete o.ref,t(o,r.ref||null)}return n.$$typeof=Vu,n.render=n,n.prototype.isReactComponent=n.__f=!0,n.displayName="ForwardRef("+(t.displayName||t.name)+")",n},flushSync:function(t,n){return t(n)},unstable_batchedUpdates:function(t,n){return t(n)},StrictMode:Wt,Suspense:Vr,SuspenseList:er,lazy:function(t){var n,r,o;function s(l){if(n||(n=t()).then((function(h){r=h.default||h}),(function(h){o=h})),o)throw o;if(!r)throw n;return Nt(r,l)}return s.displayName="Lazy",s.__f=!0,s},__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:as};function Di(t,n){(n==null||n>t.length)&&(n=t.length);for(var r=0,o=Array(n);r<n;r++)o[r]=t[r];return o}function pa(t,n,r,o,s,l,h){try{var d=t[l](h),m=d.value}catch(y){return void r(y)}d.done?n(m):Promise.resolve(m).then(o,s)}function Ni(t){return function(){var n=this,r=arguments;return new Promise((function(o,s){var l=t.apply(n,r);function h(m){pa(l,o,s,h,d,"next",m)}function d(m){pa(l,o,s,h,d,"throw",m)}h(void 0)}))}}function On(t,n,r){return n=tr(n),(function(o,s){if(s&&(ge(s)=="object"||typeof s=="function"))return s;if(s!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return(function(l){if(l===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return l})(o)})(t,Li()?Reflect.construct(n,r||[],tr(t).constructor):n.apply(t,r))}function kn(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function Cn(t,n,r){return Object.defineProperty(t,"prototype",{writable:!1}),t}function Tn(t,n,r){return(n=(function(o){var s=(function(l){if(ge(l)!="object"||!l)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(ge(d)!="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return ge(s)=="symbol"?s:s+""})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function ot(){return ot=Object.assign?Object.assign.bind():function(t){for(var n=1;n<arguments.length;n++){var r=arguments[n];for(var o in r)({}).hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},ot.apply(null,arguments)}function tr(t){return tr=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(n){return n.__proto__||Object.getPrototypeOf(n)},tr(t)}function jn(t,n){if(typeof n!="function"&&n!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),n&&nr(t,n)}function Li(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(n){}return(Li=function(){return!!t})()}function da(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function Ee(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?da(Object(r),!0).forEach((function(o){Tn(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):da(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function Rt(t,n){if(t==null)return{};var r,o,s=(function(h,d){if(h==null)return{};var m={};for(var y in h)if({}.hasOwnProperty.call(h,y)){if(d.includes(y))continue;m[y]=h[y]}return m})(t,n);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(t);for(o=0;o<l.length;o++)r=l[o],n.includes(r)||{}.propertyIsEnumerable.call(t,r)&&(s[r]=t[r])}return s}function ln(){ln=function(){return n};var t,n={},r=Object.prototype,o=r.hasOwnProperty,s=Object.defineProperty||function(Q,K,G){Q[K]=G.value},l=typeof Symbol=="function"?Symbol:{},h=l.iterator||"@@iterator",d=l.asyncIterator||"@@asyncIterator",m=l.toStringTag||"@@toStringTag";function y(Q,K,G){return Object.defineProperty(Q,K,{value:G,enumerable:!0,configurable:!0,writable:!0}),Q[K]}try{y({},"")}catch(Q){y=function(K,G,ie){return K[G]=ie}}function S(Q,K,G,ie){var Z=K&&K.prototype instanceof P?K:P,pe=Object.create(Z.prototype),ne=new re(ie||[]);return s(pe,"_invoke",{value:F(Q,G,ne)}),pe}function v(Q,K,G){try{return{type:"normal",arg:Q.call(K,G)}}catch(ie){return{type:"throw",arg:ie}}}n.wrap=S;var _="suspendedStart",O="suspendedYield",D="executing",k="completed",A={};function P(){}function j(){}function w(){}var E={};y(E,h,(function(){return this}));var L=Object.getPrototypeOf,M=L&&L(L(xe([])));M&&M!==r&&o.call(M,h)&&(E=M);var B=w.prototype=P.prototype=Object.create(E);function u(Q){["next","throw","return"].forEach((function(K){y(Q,K,(function(G){return this._invoke(K,G)}))}))}function W(Q,K){function G(Z,pe,ne,V){var Y=v(Q[Z],Q,pe);if(Y.type!=="throw"){var ee=Y.arg,ce=ee.value;return ce&&ge(ce)=="object"&&o.call(ce,"__await")?K.resolve(ce.__await).then((function(le){G("next",le,ne,V)}),(function(le){G("throw",le,ne,V)})):K.resolve(ce).then((function(le){ee.value=le,ne(ee)}),(function(le){return G("throw",le,ne,V)}))}V(Y.arg)}var ie;s(this,"_invoke",{value:function(Z,pe){function ne(){return new K((function(V,Y){G(Z,pe,V,Y)}))}return ie=ie?ie.then(ne,ne):ne()}})}function F(Q,K,G){var ie=_;return function(Z,pe){if(ie===D)throw Error("Generator is already running");if(ie===k){if(Z==="throw")throw pe;return{value:t,done:!0}}for(G.method=Z,G.arg=pe;;){var ne=G.delegate;if(ne){var V=X(ne,G);if(V){if(V===A)continue;return V}}if(G.method==="next")G.sent=G._sent=G.arg;else if(G.method==="throw"){if(ie===_)throw ie=k,G.arg;G.dispatchException(G.arg)}else G.method==="return"&&G.abrupt("return",G.arg);ie=D;var Y=v(Q,K,G);if(Y.type==="normal"){if(ie=G.done?k:O,Y.arg===A)continue;return{value:Y.arg,done:G.done}}Y.type==="throw"&&(ie=k,G.method="throw",G.arg=Y.arg)}}}function X(Q,K){var G=K.method,ie=Q.iterator[G];if(ie===t)return K.delegate=null,G==="throw"&&Q.iterator.return&&(K.method="return",K.arg=t,X(Q,K),K.method==="throw")||G!=="return"&&(K.method="throw",K.arg=new TypeError("The iterator does not provide a '"+G+"' method")),A;var Z=v(ie,Q.iterator,K.arg);if(Z.type==="throw")return K.method="throw",K.arg=Z.arg,K.delegate=null,A;var pe=Z.arg;return pe?pe.done?(K[Q.resultName]=pe.value,K.next=Q.nextLoc,K.method!=="return"&&(K.method="next",K.arg=t),K.delegate=null,A):pe:(K.method="throw",K.arg=new TypeError("iterator result is not an object"),K.delegate=null,A)}function oe(Q){var K={tryLoc:Q[0]};1 in Q&&(K.catchLoc=Q[1]),2 in Q&&(K.finallyLoc=Q[2],K.afterLoc=Q[3]),this.tryEntries.push(K)}function Ae(Q){var K=Q.completion||{};K.type="normal",delete K.arg,Q.completion=K}function re(Q){this.tryEntries=[{tryLoc:"root"}],Q.forEach(oe,this),this.reset(!0)}function xe(Q){if(Q||Q===""){var K=Q[h];if(K)return K.call(Q);if(typeof Q.next=="function")return Q;if(!isNaN(Q.length)){var G=-1,ie=function Z(){for(;++G<Q.length;)if(o.call(Q,G))return Z.value=Q[G],Z.done=!1,Z;return Z.value=t,Z.done=!0,Z};return ie.next=ie}}throw new TypeError(ge(Q)+" is not iterable")}return j.prototype=w,s(B,"constructor",{value:w,configurable:!0}),s(w,"constructor",{value:j,configurable:!0}),j.displayName=y(w,m,"GeneratorFunction"),n.isGeneratorFunction=function(Q){var K=typeof Q=="function"&&Q.constructor;return!!K&&(K===j||(K.displayName||K.name)==="GeneratorFunction")},n.mark=function(Q){return Object.setPrototypeOf?Object.setPrototypeOf(Q,w):(Q.__proto__=w,y(Q,m,"GeneratorFunction")),Q.prototype=Object.create(B),Q},n.awrap=function(Q){return{__await:Q}},u(W.prototype),y(W.prototype,d,(function(){return this})),n.AsyncIterator=W,n.async=function(Q,K,G,ie,Z){Z===void 0&&(Z=Promise);var pe=new W(S(Q,K,G,ie),Z);return n.isGeneratorFunction(K)?pe:pe.next().then((function(ne){return ne.done?ne.value:pe.next()}))},u(B),y(B,m,"Generator"),y(B,h,(function(){return this})),y(B,"toString",(function(){return"[object Generator]"})),n.keys=function(Q){var K=Object(Q),G=[];for(var ie in K)G.push(ie);return G.reverse(),function Z(){for(;G.length;){var pe=G.pop();if(pe in K)return Z.value=pe,Z.done=!1,Z}return Z.done=!0,Z}},n.values=xe,re.prototype={constructor:re,reset:function(Q){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(Ae),!Q)for(var K in this)K.charAt(0)==="t"&&o.call(this,K)&&!isNaN(+K.slice(1))&&(this[K]=t)},stop:function(){this.done=!0;var Q=this.tryEntries[0].completion;if(Q.type==="throw")throw Q.arg;return this.rval},dispatchException:function(Q){if(this.done)throw Q;var K=this;function G(Y,ee){return pe.type="throw",pe.arg=Q,K.next=Y,ee&&(K.method="next",K.arg=t),!!ee}for(var ie=this.tryEntries.length-1;ie>=0;--ie){var Z=this.tryEntries[ie],pe=Z.completion;if(Z.tryLoc==="root")return G("end");if(Z.tryLoc<=this.prev){var ne=o.call(Z,"catchLoc"),V=o.call(Z,"finallyLoc");if(ne&&V){if(this.prev<Z.catchLoc)return G(Z.catchLoc,!0);if(this.prev<Z.finallyLoc)return G(Z.finallyLoc)}else if(ne){if(this.prev<Z.catchLoc)return G(Z.catchLoc,!0)}else{if(!V)throw Error("try statement without catch or finally");if(this.prev<Z.finallyLoc)return G(Z.finallyLoc)}}}},abrupt:function(Q,K){for(var G=this.tryEntries.length-1;G>=0;--G){var ie=this.tryEntries[G];if(ie.tryLoc<=this.prev&&o.call(ie,"finallyLoc")&&this.prev<ie.finallyLoc){var Z=ie;break}}Z&&(Q==="break"||Q==="continue")&&Z.tryLoc<=K&&K<=Z.finallyLoc&&(Z=null);var pe=Z?Z.completion:{};return pe.type=Q,pe.arg=K,Z?(this.method="next",this.next=Z.finallyLoc,A):this.complete(pe)},complete:function(Q,K){if(Q.type==="throw")throw Q.arg;return Q.type==="break"||Q.type==="continue"?this.next=Q.arg:Q.type==="return"?(this.rval=this.arg=Q.arg,this.method="return",this.next="end"):Q.type==="normal"&&K&&(this.next=K),A},finish:function(Q){for(var K=this.tryEntries.length-1;K>=0;--K){var G=this.tryEntries[K];if(G.finallyLoc===Q)return this.complete(G.completion,G.afterLoc),Ae(G),A}},catch:function(Q){for(var K=this.tryEntries.length-1;K>=0;--K){var G=this.tryEntries[K];if(G.tryLoc===Q){var ie=G.completion;if(ie.type==="throw"){var Z=ie.arg;Ae(G)}return Z}}throw Error("illegal catch attempt")},delegateYield:function(Q,K,G){return this.delegate={iterator:xe(Q),resultName:K,nextLoc:G},this.method==="next"&&(this.arg=t),A}},n}function nr(t,n){return nr=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,o){return r.__proto__=o,r},nr(t,n)}function ht(t,n){return(function(r){if(Array.isArray(r))return r})(t)||(function(r,o){var s=r==null?null:typeof Symbol!="undefined"&&r[Symbol.iterator]||r["@@iterator"];if(s!=null){var l,h,d,m,y=[],S=!0,v=!1;try{if(d=(s=s.call(r)).next,o===0){if(Object(s)!==s)return;S=!1}else for(;!(S=(l=d.call(s)).done)&&(y.push(l.value),y.length!==o);S=!0);}catch(_){v=!0,h=_}finally{try{if(!S&&s.return!=null&&(m=s.return(),Object(m)!==m))return}finally{if(v)throw h}}return y}})(t,n)||ha(t,n)||(function(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
9
9
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)})()}function rr(t){return(function(n){if(Array.isArray(n))return Di(n)})(t)||(function(n){if(typeof Symbol!="undefined"&&n[Symbol.iterator]!=null||n["@@iterator"]!=null)return Array.from(n)})(t)||ha(t)||(function(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
10
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)})()}function ha(t,n){if(t){if(typeof t=="string")return Di(t,n);var r={}.toString.call(t).slice(8,-1);return r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set"?Array.from(t):r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?Di(t,n):void 0}}function Ri(t){var n=typeof Map=="function"?new Map:void 0;return Ri=function(r){if(r===null||!(function(s){try{return Function.toString.call(s).indexOf("[native code]")!==-1}catch(l){return typeof s=="function"}})(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(n!==void 0){if(n.has(r))return n.get(r);n.set(r,o)}function o(){return(function(s,l,h){if(Li())return Reflect.construct.apply(null,arguments);var d=[null];d.push.apply(d,l);var m=new(s.bind.apply(s,d));return h&&nr(m,h.prototype),m})(r,arguments,tr(this).constructor)}return o.prototype=Object.create(r.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),nr(o,r)},Ri(t)}function us(){return T.createElement("svg",{width:"15",height:"15",className:"DocSearch-Control-Key-Icon"},T.createElement("path",{d:"M4.505 4.496h2M5.505 5.496v5M8.216 4.496l.055 5.993M10 7.5c.333.333.5.667.5 1v2M12.326 4.5v5.996M8.384 4.496c1.674 0 2.116 0 2.116 1.5s-.442 1.5-2.116 1.5M3.205 9.303c-.09.448-.277 1.21-1.241 1.203C1 10.5.5 9.513.5 8V7c0-1.57.5-2.5 1.464-2.494.964.006 1.134.598 1.24 1.342M12.553 10.5h1.953",strokeWidth:"1.2",stroke:"currentColor",fill:"none",strokeLinecap:"square"}))}function ga(){return T.createElement("svg",{width:"20",height:"20",className:"DocSearch-Search-Icon",viewBox:"0 0 20 20","aria-hidden":"true"},T.createElement("path",{d:"M14.386 14.386l4.0877 4.0877-4.0877-4.0877c-2.9418 2.9419-7.7115 2.9419-10.6533 0-2.9419-2.9418-2.9419-7.7115 0-10.6533 2.9418-2.9419 7.7115-2.9419 10.6533 0 2.9419 2.9418 2.9419 7.7115 0 10.6533z",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"}))}var ss=["translations"],qi="Ctrl",cs=T.forwardRef((function(t,n){var r=t.translations,o=r===void 0?{}:r,s=Rt(t,ss),l=o.buttonText,h=l===void 0?"Search":l,d=o.buttonAriaLabel,m=d===void 0?"Search":d,y=ht(Xn(null),2),E=y[0],v=y[1];Jn((function(){typeof navigator!="undefined"&&(/(Mac|iPhone|iPod|iPad)/i.test(navigator.platform)?v("\u2318"):v(qi))}),[]);var _=ht(E===qi?[qi,"Ctrl",T.createElement(us,null)]:["Meta","Command",E],3),O=_[0],D=_[1],C=_[2];return T.createElement("button",ot({type:"button",className:"DocSearch DocSearch-Button","aria-label":"".concat(m," (").concat(D,"+K)")},s,{ref:n}),T.createElement("span",{className:"DocSearch-Button-Container"},T.createElement(ga,null),T.createElement("span",{className:"DocSearch-Button-Placeholder"},h)),T.createElement("span",{className:"DocSearch-Button-Keys"},E!==null&&T.createElement(T.Fragment,null,T.createElement(ma,{reactsToKey:O},C),T.createElement(ma,{reactsToKey:"k"},"K"))))}));function ma(t){var n=t.reactsToKey,r=t.children,o=ht(Xn(!1),2),s=o[0],l=o[1];return Jn((function(){if(n)return window.addEventListener("keydown",h),window.addEventListener("keyup",d),function(){window.removeEventListener("keydown",h),window.removeEventListener("keyup",d)};function h(m){m.key===n&&l(!0)}function d(m){m.key!==n&&m.key!=="Meta"||l(!1)}}),[n]),T.createElement("kbd",{className:s?"DocSearch-Button-Key DocSearch-Button-Key--pressed":"DocSearch-Button-Key"},r)}function va(t,n){var r=void 0;return function(){for(var o=arguments.length,s=new Array(o),l=0;l<o;l++)s[l]=arguments[l];r&&clearTimeout(r),r=setTimeout((function(){return t.apply(void 0,s)}),n)}}function ir(t){return t.reduce((function(n,r){return n.concat(r)}),[])}var ls=0;function Mi(t){return t.collections.length===0?0:t.collections.reduce((function(n,r){return n+r.items.length}),0)}function ya(t){return t!==Object(t)}function ba(t,n){if(t===n)return!0;if(ya(t)||ya(n)||typeof t=="function"||typeof n=="function")return t===n;if(Object.keys(t).length!==Object.keys(n).length)return!1;for(var r=0,o=Object.keys(t);r<o.length;r++){var s=o[r];if(!(s in n)||!ba(t[s],n[s]))return!1}return!0}var Kr=function(){},fs=[{segment:"autocomplete-core",version:"1.17.9"}];function _a(t){var n=t.item,r=t.items,o=r===void 0?[]:r;return{index:n.__autocomplete_indexName,items:[n],positions:[1+o.findIndex((function(s){return s.objectID===n.objectID}))],queryID:n.__autocomplete_queryID,algoliaSource:["autocomplete"]}}function Aa(t,n){(n==null||n>t.length)&&(n=t.length);for(var r=0,o=new Array(n);r<n;r++)o[r]=t[r];return o}var ps=["items"],ds=["items"];function or(t){return or=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},or(t)}function Qr(t){return(function(n){if(Array.isArray(n))return Hi(n)})(t)||(function(n){if(typeof Symbol!="undefined"&&n[Symbol.iterator]!=null||n["@@iterator"]!=null)return Array.from(n)})(t)||(function(n,r){if(n){if(typeof n=="string")return Hi(n,r);var o=Object.prototype.toString.call(n).slice(8,-1);return o==="Object"&&n.constructor&&(o=n.constructor.name),o==="Map"||o==="Set"?Array.from(n):o==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Hi(n,r):void 0}})(t)||(function(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
11
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)})()}function Hi(t,n){(n==null||n>t.length)&&(n=t.length);for(var r=0,o=new Array(n);r<n;r++)o[r]=t[r];return o}function wa(t,n){if(t==null)return{};var r,o,s=(function(h,d){if(h==null)return{};var m,y,E={},v=Object.keys(h);for(y=0;y<v.length;y++)m=v[y],d.indexOf(m)>=0||(E[m]=h[m]);return E})(t,n);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(t);for(o=0;o<l.length;o++)r=l[o],n.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(t,r)&&(s[r]=t[r])}return s}function Sa(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function In(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Sa(Object(r),!0).forEach((function(o){hs(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Sa(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function hs(t,n,r){return(n=(function(o){var s=(function(l){if(or(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(or(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return or(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function Yr(t){return t.map((function(n){var r=n.items,o=wa(n,ps);return In(In({},o),{},{objectIDs:(r==null?void 0:r.map((function(s){return s.objectID})))||o.objectIDs})}))}function gs(t){var n=t.items.reduce((function(r,o){var s;return r[o.__autocomplete_indexName]=((s=r[o.__autocomplete_indexName])!==null&&s!==void 0?s:[]).concat(o),r}),{});return Object.keys(n).map((function(r){return{index:r,items:n[r],algoliaSource:["autocomplete"]}}))}function ar(t){return t.objectID&&t.__autocomplete_indexName&&t.__autocomplete_queryID}function ur(t){return ur=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},ur(t)}function Pn(t){return(function(n){if(Array.isArray(n))return Fi(n)})(t)||(function(n){if(typeof Symbol!="undefined"&&n[Symbol.iterator]!=null||n["@@iterator"]!=null)return Array.from(n)})(t)||(function(n,r){if(n){if(typeof n=="string")return Fi(n,r);var o=Object.prototype.toString.call(n).slice(8,-1);return o==="Object"&&n.constructor&&(o=n.constructor.name),o==="Map"||o==="Set"?Array.from(n):o==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Fi(n,r):void 0}})(t)||(function(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
12
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)})()}function Fi(t,n){(n==null||n>t.length)&&(n=t.length);for(var r=0,o=new Array(n);r<n;r++)o[r]=t[r];return o}function Ea(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function kt(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Ea(Object(r),!0).forEach((function(o){ms(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Ea(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function ms(t,n,r){return(n=(function(o){var s=(function(l){if(ur(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(ur(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return ur(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}var xa="2.15.0",vs="https://cdn.jsdelivr.net/npm/search-insights@".concat(xa,"/dist/search-insights.min.js"),ys=va((function(t){var n=t.onItemsChange,r=t.items,o=t.insights,s=t.state;n({insights:o,insightsEvents:gs({items:r}).map((function(l){return kt({eventName:"Items Viewed"},l)})),state:s})}),400);function Oa(t){var n=(function(_){return kt({onItemsChange:function(O){var D=O.insights,C=O.insightsEvents,A=O.state;D.viewedObjectIDs.apply(D,Pn(C.map((function(P){return kt(kt({},P),{},{algoliaSource:Ca(P.algoliaSource,A.context)})}))))},onSelect:function(O){var D=O.insights,C=O.insightsEvents,A=O.state;D.clickedObjectIDsAfterSearch.apply(D,Pn(C.map((function(P){return kt(kt({},P),{},{algoliaSource:Ca(P.algoliaSource,A.context)})}))))},onActive:Kr,__autocomplete_clickAnalytics:!0},_)})(t),r=n.insightsClient,o=n.insightsInitParams,s=n.onItemsChange,l=n.onSelect,h=n.onActive,d=n.__autocomplete_clickAnalytics,m=r;if(r||typeof window!="undefined"&&(function(){var _=window,O=_.AlgoliaAnalyticsObject||"aa";typeof O=="string"&&(m=_[O]),m||(_.AlgoliaAnalyticsObject=O,_[O]||(_[O]=function(){_[O].queue||(_[O].queue=[]);for(var D=arguments.length,C=new Array(D),A=0;A<D;A++)C[A]=arguments[A];_[O].queue.push(C)}),_[O].version=xa,m=_[O],(function(D){var C="[Autocomplete]: Could not load search-insights.js. Please load it manually following https://alg.li/insights-autocomplete";try{var A=D.document.createElement("script");A.async=!0,A.src=vs,A.onerror=function(){console.error(C)},document.body.appendChild(A)}catch(P){console.error(C)}})(_))})(),!m)return{};o&&m("init",kt({partial:!0},o));var y=(function(_){var O,D,C,A=(O=(function(j){return(function(w){if(Array.isArray(w))return w})(j)||(function(w){var S=w==null?null:typeof Symbol!="undefined"&&w[Symbol.iterator]||w["@@iterator"];if(S!=null){var L,M,B,u,W=[],F=!0,X=!1;try{for(B=(S=S.call(w)).next;!(F=(L=B.call(S)).done)&&(W.push(L.value),W.length!==2);F=!0);}catch(oe){X=!0,M=oe}finally{try{if(!F&&S.return!=null&&(u=S.return(),Object(u)!==u))return}finally{if(X)throw M}}return W}})(j)||(function(w){if(w){if(typeof w=="string")return Aa(w,2);var S=Object.prototype.toString.call(w).slice(8,-1);return S==="Object"&&w.constructor&&(S=w.constructor.name),S==="Map"||S==="Set"?Array.from(w):S==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(S)?Aa(w,2):void 0}})(j)||(function(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
13
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)})()})((_.version||"").split(".").map(Number)),D=O[0],C=O[1],D>=3||D===2&&C>=4||D===1&&C>=10);function P(j,w,S){if(A&&S!==void 0){var L=S[0].__autocomplete_algoliaCredentials,M={"X-Algolia-Application-Id":L.appId,"X-Algolia-API-Key":L.apiKey};_.apply(void 0,[j].concat(Qr(w),[{headers:M}]))}else _.apply(void 0,[j].concat(Qr(w)))}return{init:function(j,w){_("init",{appId:j,apiKey:w})},setAuthenticatedUserToken:function(j){_("setAuthenticatedUserToken",j)},setUserToken:function(j){_("setUserToken",j)},clickedObjectIDsAfterSearch:function(){for(var j=arguments.length,w=new Array(j),S=0;S<j;S++)w[S]=arguments[S];w.length>0&&P("clickedObjectIDsAfterSearch",Yr(w),w[0].items)},clickedObjectIDs:function(){for(var j=arguments.length,w=new Array(j),S=0;S<j;S++)w[S]=arguments[S];w.length>0&&P("clickedObjectIDs",Yr(w),w[0].items)},clickedFilters:function(){for(var j=arguments.length,w=new Array(j),S=0;S<j;S++)w[S]=arguments[S];w.length>0&&_.apply(void 0,["clickedFilters"].concat(w))},convertedObjectIDsAfterSearch:function(){for(var j=arguments.length,w=new Array(j),S=0;S<j;S++)w[S]=arguments[S];w.length>0&&P("convertedObjectIDsAfterSearch",Yr(w),w[0].items)},convertedObjectIDs:function(){for(var j=arguments.length,w=new Array(j),S=0;S<j;S++)w[S]=arguments[S];w.length>0&&P("convertedObjectIDs",Yr(w),w[0].items)},convertedFilters:function(){for(var j=arguments.length,w=new Array(j),S=0;S<j;S++)w[S]=arguments[S];w.length>0&&_.apply(void 0,["convertedFilters"].concat(w))},viewedObjectIDs:function(){for(var j=arguments.length,w=new Array(j),S=0;S<j;S++)w[S]=arguments[S];w.length>0&&w.reduce((function(L,M){var B=M.items,u=wa(M,ds);return[].concat(Qr(L),Qr((function(W){for(var F=arguments.length>1&&arguments[1]!==void 0?arguments[1]:20,X=[],oe=0;oe<W.objectIDs.length;oe+=F)X.push(In(In({},W),{},{objectIDs:W.objectIDs.slice(oe,oe+F)}));return X})(In(In({},u),{},{objectIDs:(B==null?void 0:B.map((function(W){return W.objectID})))||u.objectIDs})).map((function(W){return{items:B,payload:W}}))))}),[]).forEach((function(L){var M=L.items;return P("viewedObjectIDs",[L.payload],M)}))},viewedFilters:function(){for(var j=arguments.length,w=new Array(j),S=0;S<j;S++)w[S]=arguments[S];w.length>0&&_.apply(void 0,["viewedFilters"].concat(w))}}})(m),E={current:[]},v=va((function(_){var O=_.state;if(O.isOpen){var D=O.collections.reduce((function(C,A){return[].concat(Pn(C),Pn(A.items))}),[]).filter(ar);ba(E.current.map((function(C){return C.objectID})),D.map((function(C){return C.objectID})))||(E.current=D,D.length>0&&ys({onItemsChange:s,items:D,insights:y,state:O}))}}),0);return{name:"aa.algoliaInsightsPlugin",subscribe:function(_){var O=_.setContext,D=_.onSelect,C=_.onActive;function A(P){O({algoliaInsightsPlugin:{__algoliaSearchParameters:kt(kt({},d?{clickAnalytics:!0}:{}),P?{userToken:bs(P)}:{}),insights:y}})}m("addAlgoliaAgent","insights-plugin"),A(),m("onUserTokenChange",(function(P){A(P)})),m("getUserToken",null,(function(P,j){A(j)})),D((function(P){var j=P.item,w=P.state,S=P.event,L=P.source;ar(j)&&l({state:w,event:S,insights:y,item:j,insightsEvents:[kt({eventName:"Item Selected"},_a({item:j,items:L.getItems().filter(ar)}))]})})),C((function(P){var j=P.item,w=P.source,S=P.state,L=P.event;ar(j)&&h({state:S,event:L,insights:y,item:j,insightsEvents:[kt({eventName:"Item Active"},_a({item:j,items:w.getItems().filter(ar)}))]})}))},onStateChange:function(_){var O=_.state;v({state:O})},__autocomplete_pluginOptions:t}}function Ca(){var t,n=arguments.length>1?arguments[1]:void 0;return[].concat(Pn(arguments.length>0&&arguments[0]!==void 0?arguments[0]:[]),["autocomplete-internal"],Pn((t=n.algoliaInsightsPlugin)!==null&&t!==void 0&&t.__automaticInsights?["autocomplete-automatic"]:[]))}function bs(t){return typeof t=="number"?t.toString():t}function Xr(t,n){var r=n;return{then:function(o,s){return Xr(t.then(Jr(o,r,t),Jr(s,r,t)),r)},catch:function(o){return Xr(t.catch(Jr(o,r,t)),r)},finally:function(o){return o&&r.onCancelList.push(o),Xr(t.finally(Jr(o&&function(){return r.onCancelList=[],o()},r,t)),r)},cancel:function(){r.isCanceled=!0;var o=r.onCancelList;r.onCancelList=[],o.forEach((function(s){s()}))},isCanceled:function(){return r.isCanceled===!0}}}function ka(t){return Xr(t,{isCanceled:!1,onCancelList:[]})}function Jr(t,n,r){return t?function(o){return n.isCanceled?o:t(o)}:r}function Ta(t,n,r,o){if(!r)return null;if(t<0&&(n===null||o!==null&&n===0))return r+t;var s=(n===null?-1:n)+t;return s<=-1||s>=r?o===null?null:0:s}function ja(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function Ia(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?ja(Object(r),!0).forEach((function(o){_s(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):ja(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function _s(t,n,r){return(n=(function(o){var s=(function(l){if(sr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(sr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return sr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function sr(t){return sr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},sr(t)}function fn(t){var n=(function(s){var l=s.collections.map((function(h){return h.items.length})).reduce((function(h,d,m){var y=(h[m-1]||0)+d;return h.push(y),h}),[]).reduce((function(h,d){return d<=s.activeItemId?h+1:h}),0);return s.collections[l]})(t);if(!n)return null;var r=n.items[(function(s){for(var l=s.state,h=s.collection,d=!1,m=0,y=0;d===!1;){var E=l.collections[m];if(E===h){d=!0;break}y+=E.items.length,m++}return l.activeItemId-y})({state:t,collection:n})],o=n.source;return{item:r,itemInputValue:o.getItemInputValue({item:r,state:t}),itemUrl:o.getItemUrl({item:r,state:t}),source:o}}function St(t,n,r){return[t,r==null?void 0:r.sourceId,n].filter(Boolean).join("-").replace(/\s/g,"")}var As=/((gt|sm)-|galaxy nexus)|samsung[- ]|samsungbrowser/i;function Pa(t){return t.nativeEvent||t}function cr(t){return cr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},cr(t)}function Da(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function ws(t,n,r){return(n=(function(o){var s=(function(l){if(cr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(cr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return cr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function lr(t){return lr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},lr(t)}function Na(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function Zr(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Na(Object(r),!0).forEach((function(o){Ss(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Na(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function Ss(t,n,r){return(n=(function(o){var s=(function(l){if(lr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(lr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return lr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function fr(t){return fr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},fr(t)}function $i(t,n){(n==null||n>t.length)&&(n=t.length);for(var r=0,o=new Array(n);r<n;r++)o[r]=t[r];return o}function La(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function Dn(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?La(Object(r),!0).forEach((function(o){Es(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):La(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function Es(t,n,r){return(n=(function(o){var s=(function(l){if(fr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(fr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return fr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function pr(t){return pr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},pr(t)}function Ra(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function ei(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Ra(Object(r),!0).forEach((function(o){qa(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Ra(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function qa(t,n,r){return(n=(function(o){var s=(function(l){if(pr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(pr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return pr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function dr(t){return dr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},dr(t)}function Ma(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function Nn(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Ma(Object(r),!0).forEach((function(o){xs(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Ma(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function xs(t,n,r){return(n=(function(o){var s=(function(l){if(dr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(dr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return dr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function Ha(t){return(function(n){if(Array.isArray(n))return Bi(n)})(t)||(function(n){if(typeof Symbol!="undefined"&&n[Symbol.iterator]!=null||n["@@iterator"]!=null)return Array.from(n)})(t)||(function(n,r){if(n){if(typeof n=="string")return Bi(n,r);var o=Object.prototype.toString.call(n).slice(8,-1);return o==="Object"&&n.constructor&&(o=n.constructor.name),o==="Map"||o==="Set"?Array.from(n):o==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Bi(n,r):void 0}})(t)||(function(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
14
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)})()}function Bi(t,n){(n==null||n>t.length)&&(n=t.length);for(var r=0,o=new Array(n);r<n;r++)o[r]=t[r];return o}function ti(t){return!!t.execute}function Os(t){var n=t.reduce((function(r,o){if(!ti(o))return r.push(o),r;var s=o.searchClient,l=o.execute,h=o.requesterId,d=o.requests,m=r.find((function(v){return ti(o)&&ti(v)&&v.searchClient===s&&!!h&&v.requesterId===h}));if(m){var y;(y=m.items).push.apply(y,Ha(d))}else{var E={execute:l,requesterId:h,items:d,searchClient:s};r.push(E)}return r}),[]).map((function(r){if(!ti(r))return Promise.resolve(r);var o=r,s=o.execute,l=o.items;return s({searchClient:o.searchClient,requests:l})}));return Promise.all(n).then((function(r){return ir(r)}))}function hr(t){return hr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},hr(t)}var Cs=["event","nextState","props","query","refresh","store"];function Fa(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function pn(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Fa(Object(r),!0).forEach((function(o){ks(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Fa(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function ks(t,n,r){return(n=(function(o){var s=(function(l){if(hr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(hr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return hr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}var $a,Ui,ni,gr=null,Ba=($a=-1,Ui=-1,ni=void 0,function(t){var n=++$a;return Promise.resolve(t).then((function(r){return ni&&n<Ui?ni:(Ui=n,ni=r,r)}))});function dn(t){var n=t.event,r=t.nextState,o=r===void 0?{}:r,s=t.props,l=t.query,h=t.refresh,d=t.store,m=(function(w,S){if(w==null)return{};var L,M,B=(function(W,F){if(W==null)return{};var X,oe,Ae={},re=Object.keys(W);for(oe=0;oe<re.length;oe++)X=re[oe],F.indexOf(X)>=0||(Ae[X]=W[X]);return Ae})(w,S);if(Object.getOwnPropertySymbols){var u=Object.getOwnPropertySymbols(w);for(M=0;M<u.length;M++)L=u[M],S.indexOf(L)>=0||Object.prototype.propertyIsEnumerable.call(w,L)&&(B[L]=w[L])}return B})(t,Cs);gr&&s.environment.clearTimeout(gr);var y=m.setCollections,E=m.setIsOpen,v=m.setQuery,_=m.setActiveItemId,O=m.setStatus,D=m.setContext;if(v(l),_(s.defaultActiveItemId),!l&&s.openOnFocus===!1){var C,A=d.getState().collections.map((function(w){return pn(pn({},w),{},{items:[]})}));O("idle"),y(A),E((C=o.isOpen)!==null&&C!==void 0?C:s.shouldPanelOpen({state:d.getState()}));var P=ka(Ba(A).then((function(){return Promise.resolve()})));return d.pendingRequests.add(P)}O("loading"),gr=s.environment.setTimeout((function(){O("stalled")}),s.stallThreshold);var j=ka(Ba(s.getSources(pn({query:l,refresh:h,state:d.getState()},m)).then((function(w){return Promise.all(w.map((function(S){return Promise.resolve(S.getItems(pn({query:l,refresh:h,state:d.getState()},m))).then((function(L){return(function(M,B,u){if(F=M,!!(F!=null&&F.execute)){var W=M.requesterId==="algolia"?Object.assign.apply(Object,[{}].concat(Ha(Object.keys(u.context).map((function(X){var oe;return(oe=u.context[X])===null||oe===void 0?void 0:oe.__algoliaSearchParameters}))))):{};return Nn(Nn({},M),{},{requests:M.queries.map((function(X){return{query:M.requesterId==="algolia"?Nn(Nn({},X),{},{params:Nn(Nn({},W),X.params)}):X,sourceId:B,transformResponse:M.transformResponse}}))})}var F;return{items:M,sourceId:B}})(L,S.sourceId,d.getState())}))}))).then(Os).then((function(S){var L,M=S.some((function(B){return(function(u){return!Array.isArray(u)&&!!(u!=null&&u._automaticInsights)})(B.items)}));return M&&D({algoliaInsightsPlugin:pn(pn({},((L=d.getState().context)===null||L===void 0?void 0:L.algoliaInsightsPlugin)||{}),{},{__automaticInsights:M})}),(function(B,u,W){return u.map((function(F){var X,oe=B.filter((function(Q){return Q.sourceId===F.sourceId})),Ae=oe.map((function(Q){return Q.items})),re=oe[0].transformResponse,xe=re?re({results:X=Ae,hits:X.map((function(Q){return Q.hits})).filter(Boolean),facetHits:X.map((function(Q){var K;return(K=Q.facetHits)===null||K===void 0?void 0:K.map((function(G){return{label:G.value,count:G.count,_highlightResult:{label:{value:G.highlighted}}}}))})).filter(Boolean)}):Ae;return F.onResolve({source:F,results:Ae,items:xe,state:W.getState()}),xe.every(Boolean),'The `getItems` function from source "'.concat(F.sourceId,'" must return an array of items but returned ').concat(JSON.stringify(void 0),`.
10
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)})()}function ha(t,n){if(t){if(typeof t=="string")return Di(t,n);var r={}.toString.call(t).slice(8,-1);return r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set"?Array.from(t):r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?Di(t,n):void 0}}function Ri(t){var n=typeof Map=="function"?new Map:void 0;return Ri=function(r){if(r===null||!(function(s){try{return Function.toString.call(s).indexOf("[native code]")!==-1}catch(l){return typeof s=="function"}})(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(n!==void 0){if(n.has(r))return n.get(r);n.set(r,o)}function o(){return(function(s,l,h){if(Li())return Reflect.construct.apply(null,arguments);var d=[null];d.push.apply(d,l);var m=new(s.bind.apply(s,d));return h&&nr(m,h.prototype),m})(r,arguments,tr(this).constructor)}return o.prototype=Object.create(r.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),nr(o,r)},Ri(t)}function us(){return T.createElement("svg",{width:"15",height:"15",className:"DocSearch-Control-Key-Icon"},T.createElement("path",{d:"M4.505 4.496h2M5.505 5.496v5M8.216 4.496l.055 5.993M10 7.5c.333.333.5.667.5 1v2M12.326 4.5v5.996M8.384 4.496c1.674 0 2.116 0 2.116 1.5s-.442 1.5-2.116 1.5M3.205 9.303c-.09.448-.277 1.21-1.241 1.203C1 10.5.5 9.513.5 8V7c0-1.57.5-2.5 1.464-2.494.964.006 1.134.598 1.24 1.342M12.553 10.5h1.953",strokeWidth:"1.2",stroke:"currentColor",fill:"none",strokeLinecap:"square"}))}function ga(){return T.createElement("svg",{width:"20",height:"20",className:"DocSearch-Search-Icon",viewBox:"0 0 20 20","aria-hidden":"true"},T.createElement("path",{d:"M14.386 14.386l4.0877 4.0877-4.0877-4.0877c-2.9418 2.9419-7.7115 2.9419-10.6533 0-2.9419-2.9418-2.9419-7.7115 0-10.6533 2.9418-2.9419 7.7115-2.9419 10.6533 0 2.9419 2.9418 2.9419 7.7115 0 10.6533z",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"}))}var ss=["translations"],qi="Ctrl",cs=T.forwardRef((function(t,n){var r=t.translations,o=r===void 0?{}:r,s=Rt(t,ss),l=o.buttonText,h=l===void 0?"Search":l,d=o.buttonAriaLabel,m=d===void 0?"Search":d,y=ht(Xn(null),2),S=y[0],v=y[1];Jn((function(){typeof navigator!="undefined"&&(/(Mac|iPhone|iPod|iPad)/i.test(navigator.platform)?v("\u2318"):v(qi))}),[]);var _=ht(S===qi?[qi,"Ctrl",T.createElement(us,null)]:["Meta","Command",S],3),O=_[0],D=_[1],k=_[2];return T.createElement("button",ot({type:"button",className:"DocSearch DocSearch-Button","aria-label":"".concat(m," (").concat(D,"+K)")},s,{ref:n}),T.createElement("span",{className:"DocSearch-Button-Container"},T.createElement(ga,null),T.createElement("span",{className:"DocSearch-Button-Placeholder"},h)),T.createElement("span",{className:"DocSearch-Button-Keys"},S!==null&&T.createElement(T.Fragment,null,T.createElement(ma,{reactsToKey:O},k),T.createElement(ma,{reactsToKey:"k"},"K"))))}));function ma(t){var n=t.reactsToKey,r=t.children,o=ht(Xn(!1),2),s=o[0],l=o[1];return Jn((function(){if(n)return window.addEventListener("keydown",h),window.addEventListener("keyup",d),function(){window.removeEventListener("keydown",h),window.removeEventListener("keyup",d)};function h(m){m.key===n&&l(!0)}function d(m){m.key!==n&&m.key!=="Meta"||l(!1)}}),[n]),T.createElement("kbd",{className:s?"DocSearch-Button-Key DocSearch-Button-Key--pressed":"DocSearch-Button-Key"},r)}function va(t,n){var r=void 0;return function(){for(var o=arguments.length,s=new Array(o),l=0;l<o;l++)s[l]=arguments[l];r&&clearTimeout(r),r=setTimeout((function(){return t.apply(void 0,s)}),n)}}function ir(t){return t.reduce((function(n,r){return n.concat(r)}),[])}var ls=0;function Mi(t){return t.collections.length===0?0:t.collections.reduce((function(n,r){return n+r.items.length}),0)}function ya(t){return t!==Object(t)}function ba(t,n){if(t===n)return!0;if(ya(t)||ya(n)||typeof t=="function"||typeof n=="function")return t===n;if(Object.keys(t).length!==Object.keys(n).length)return!1;for(var r=0,o=Object.keys(t);r<o.length;r++){var s=o[r];if(!(s in n)||!ba(t[s],n[s]))return!1}return!0}var Kr=function(){},fs=[{segment:"autocomplete-core",version:"1.17.9"}];function _a(t){var n=t.item,r=t.items,o=r===void 0?[]:r;return{index:n.__autocomplete_indexName,items:[n],positions:[1+o.findIndex((function(s){return s.objectID===n.objectID}))],queryID:n.__autocomplete_queryID,algoliaSource:["autocomplete"]}}function Aa(t,n){(n==null||n>t.length)&&(n=t.length);for(var r=0,o=new Array(n);r<n;r++)o[r]=t[r];return o}var ps=["items"],ds=["items"];function or(t){return or=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},or(t)}function Qr(t){return(function(n){if(Array.isArray(n))return Hi(n)})(t)||(function(n){if(typeof Symbol!="undefined"&&n[Symbol.iterator]!=null||n["@@iterator"]!=null)return Array.from(n)})(t)||(function(n,r){if(n){if(typeof n=="string")return Hi(n,r);var o=Object.prototype.toString.call(n).slice(8,-1);return o==="Object"&&n.constructor&&(o=n.constructor.name),o==="Map"||o==="Set"?Array.from(n):o==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Hi(n,r):void 0}})(t)||(function(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
11
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)})()}function Hi(t,n){(n==null||n>t.length)&&(n=t.length);for(var r=0,o=new Array(n);r<n;r++)o[r]=t[r];return o}function wa(t,n){if(t==null)return{};var r,o,s=(function(h,d){if(h==null)return{};var m,y,S={},v=Object.keys(h);for(y=0;y<v.length;y++)m=v[y],d.indexOf(m)>=0||(S[m]=h[m]);return S})(t,n);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(t);for(o=0;o<l.length;o++)r=l[o],n.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(t,r)&&(s[r]=t[r])}return s}function Sa(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function In(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Sa(Object(r),!0).forEach((function(o){hs(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Sa(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function hs(t,n,r){return(n=(function(o){var s=(function(l){if(or(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(or(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return or(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function Yr(t){return t.map((function(n){var r=n.items,o=wa(n,ps);return In(In({},o),{},{objectIDs:(r==null?void 0:r.map((function(s){return s.objectID})))||o.objectIDs})}))}function gs(t){var n=t.items.reduce((function(r,o){var s;return r[o.__autocomplete_indexName]=((s=r[o.__autocomplete_indexName])!==null&&s!==void 0?s:[]).concat(o),r}),{});return Object.keys(n).map((function(r){return{index:r,items:n[r],algoliaSource:["autocomplete"]}}))}function ar(t){return t.objectID&&t.__autocomplete_indexName&&t.__autocomplete_queryID}function ur(t){return ur=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},ur(t)}function Pn(t){return(function(n){if(Array.isArray(n))return Fi(n)})(t)||(function(n){if(typeof Symbol!="undefined"&&n[Symbol.iterator]!=null||n["@@iterator"]!=null)return Array.from(n)})(t)||(function(n,r){if(n){if(typeof n=="string")return Fi(n,r);var o=Object.prototype.toString.call(n).slice(8,-1);return o==="Object"&&n.constructor&&(o=n.constructor.name),o==="Map"||o==="Set"?Array.from(n):o==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Fi(n,r):void 0}})(t)||(function(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
12
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)})()}function Fi(t,n){(n==null||n>t.length)&&(n=t.length);for(var r=0,o=new Array(n);r<n;r++)o[r]=t[r];return o}function Ea(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function Ct(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Ea(Object(r),!0).forEach((function(o){ms(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Ea(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function ms(t,n,r){return(n=(function(o){var s=(function(l){if(ur(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(ur(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return ur(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}var xa="2.15.0",vs="https://cdn.jsdelivr.net/npm/search-insights@".concat(xa,"/dist/search-insights.min.js"),ys=va((function(t){var n=t.onItemsChange,r=t.items,o=t.insights,s=t.state;n({insights:o,insightsEvents:gs({items:r}).map((function(l){return Ct({eventName:"Items Viewed"},l)})),state:s})}),400);function Oa(t){var n=(function(_){return Ct({onItemsChange:function(O){var D=O.insights,k=O.insightsEvents,A=O.state;D.viewedObjectIDs.apply(D,Pn(k.map((function(P){return Ct(Ct({},P),{},{algoliaSource:ka(P.algoliaSource,A.context)})}))))},onSelect:function(O){var D=O.insights,k=O.insightsEvents,A=O.state;D.clickedObjectIDsAfterSearch.apply(D,Pn(k.map((function(P){return Ct(Ct({},P),{},{algoliaSource:ka(P.algoliaSource,A.context)})}))))},onActive:Kr,__autocomplete_clickAnalytics:!0},_)})(t),r=n.insightsClient,o=n.insightsInitParams,s=n.onItemsChange,l=n.onSelect,h=n.onActive,d=n.__autocomplete_clickAnalytics,m=r;if(r||typeof window!="undefined"&&(function(){var _=window,O=_.AlgoliaAnalyticsObject||"aa";typeof O=="string"&&(m=_[O]),m||(_.AlgoliaAnalyticsObject=O,_[O]||(_[O]=function(){_[O].queue||(_[O].queue=[]);for(var D=arguments.length,k=new Array(D),A=0;A<D;A++)k[A]=arguments[A];_[O].queue.push(k)}),_[O].version=xa,m=_[O],(function(D){var k="[Autocomplete]: Could not load search-insights.js. Please load it manually following https://alg.li/insights-autocomplete";try{var A=D.document.createElement("script");A.async=!0,A.src=vs,A.onerror=function(){console.error(k)},document.body.appendChild(A)}catch(P){console.error(k)}})(_))})(),!m)return{};o&&m("init",Ct({partial:!0},o));var y=(function(_){var O,D,k,A=(O=(function(j){return(function(w){if(Array.isArray(w))return w})(j)||(function(w){var E=w==null?null:typeof Symbol!="undefined"&&w[Symbol.iterator]||w["@@iterator"];if(E!=null){var L,M,B,u,W=[],F=!0,X=!1;try{for(B=(E=E.call(w)).next;!(F=(L=B.call(E)).done)&&(W.push(L.value),W.length!==2);F=!0);}catch(oe){X=!0,M=oe}finally{try{if(!F&&E.return!=null&&(u=E.return(),Object(u)!==u))return}finally{if(X)throw M}}return W}})(j)||(function(w){if(w){if(typeof w=="string")return Aa(w,2);var E=Object.prototype.toString.call(w).slice(8,-1);return E==="Object"&&w.constructor&&(E=w.constructor.name),E==="Map"||E==="Set"?Array.from(w):E==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(E)?Aa(w,2):void 0}})(j)||(function(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
13
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)})()})((_.version||"").split(".").map(Number)),D=O[0],k=O[1],D>=3||D===2&&k>=4||D===1&&k>=10);function P(j,w,E){if(A&&E!==void 0){var L=E[0].__autocomplete_algoliaCredentials,M={"X-Algolia-Application-Id":L.appId,"X-Algolia-API-Key":L.apiKey};_.apply(void 0,[j].concat(Qr(w),[{headers:M}]))}else _.apply(void 0,[j].concat(Qr(w)))}return{init:function(j,w){_("init",{appId:j,apiKey:w})},setAuthenticatedUserToken:function(j){_("setAuthenticatedUserToken",j)},setUserToken:function(j){_("setUserToken",j)},clickedObjectIDsAfterSearch:function(){for(var j=arguments.length,w=new Array(j),E=0;E<j;E++)w[E]=arguments[E];w.length>0&&P("clickedObjectIDsAfterSearch",Yr(w),w[0].items)},clickedObjectIDs:function(){for(var j=arguments.length,w=new Array(j),E=0;E<j;E++)w[E]=arguments[E];w.length>0&&P("clickedObjectIDs",Yr(w),w[0].items)},clickedFilters:function(){for(var j=arguments.length,w=new Array(j),E=0;E<j;E++)w[E]=arguments[E];w.length>0&&_.apply(void 0,["clickedFilters"].concat(w))},convertedObjectIDsAfterSearch:function(){for(var j=arguments.length,w=new Array(j),E=0;E<j;E++)w[E]=arguments[E];w.length>0&&P("convertedObjectIDsAfterSearch",Yr(w),w[0].items)},convertedObjectIDs:function(){for(var j=arguments.length,w=new Array(j),E=0;E<j;E++)w[E]=arguments[E];w.length>0&&P("convertedObjectIDs",Yr(w),w[0].items)},convertedFilters:function(){for(var j=arguments.length,w=new Array(j),E=0;E<j;E++)w[E]=arguments[E];w.length>0&&_.apply(void 0,["convertedFilters"].concat(w))},viewedObjectIDs:function(){for(var j=arguments.length,w=new Array(j),E=0;E<j;E++)w[E]=arguments[E];w.length>0&&w.reduce((function(L,M){var B=M.items,u=wa(M,ds);return[].concat(Qr(L),Qr((function(W){for(var F=arguments.length>1&&arguments[1]!==void 0?arguments[1]:20,X=[],oe=0;oe<W.objectIDs.length;oe+=F)X.push(In(In({},W),{},{objectIDs:W.objectIDs.slice(oe,oe+F)}));return X})(In(In({},u),{},{objectIDs:(B==null?void 0:B.map((function(W){return W.objectID})))||u.objectIDs})).map((function(W){return{items:B,payload:W}}))))}),[]).forEach((function(L){var M=L.items;return P("viewedObjectIDs",[L.payload],M)}))},viewedFilters:function(){for(var j=arguments.length,w=new Array(j),E=0;E<j;E++)w[E]=arguments[E];w.length>0&&_.apply(void 0,["viewedFilters"].concat(w))}}})(m),S={current:[]},v=va((function(_){var O=_.state;if(O.isOpen){var D=O.collections.reduce((function(k,A){return[].concat(Pn(k),Pn(A.items))}),[]).filter(ar);ba(S.current.map((function(k){return k.objectID})),D.map((function(k){return k.objectID})))||(S.current=D,D.length>0&&ys({onItemsChange:s,items:D,insights:y,state:O}))}}),0);return{name:"aa.algoliaInsightsPlugin",subscribe:function(_){var O=_.setContext,D=_.onSelect,k=_.onActive;function A(P){O({algoliaInsightsPlugin:{__algoliaSearchParameters:Ct(Ct({},d?{clickAnalytics:!0}:{}),P?{userToken:bs(P)}:{}),insights:y}})}m("addAlgoliaAgent","insights-plugin"),A(),m("onUserTokenChange",(function(P){A(P)})),m("getUserToken",null,(function(P,j){A(j)})),D((function(P){var j=P.item,w=P.state,E=P.event,L=P.source;ar(j)&&l({state:w,event:E,insights:y,item:j,insightsEvents:[Ct({eventName:"Item Selected"},_a({item:j,items:L.getItems().filter(ar)}))]})})),k((function(P){var j=P.item,w=P.source,E=P.state,L=P.event;ar(j)&&h({state:E,event:L,insights:y,item:j,insightsEvents:[Ct({eventName:"Item Active"},_a({item:j,items:w.getItems().filter(ar)}))]})}))},onStateChange:function(_){var O=_.state;v({state:O})},__autocomplete_pluginOptions:t}}function ka(){var t,n=arguments.length>1?arguments[1]:void 0;return[].concat(Pn(arguments.length>0&&arguments[0]!==void 0?arguments[0]:[]),["autocomplete-internal"],Pn((t=n.algoliaInsightsPlugin)!==null&&t!==void 0&&t.__automaticInsights?["autocomplete-automatic"]:[]))}function bs(t){return typeof t=="number"?t.toString():t}function Xr(t,n){var r=n;return{then:function(o,s){return Xr(t.then(Jr(o,r,t),Jr(s,r,t)),r)},catch:function(o){return Xr(t.catch(Jr(o,r,t)),r)},finally:function(o){return o&&r.onCancelList.push(o),Xr(t.finally(Jr(o&&function(){return r.onCancelList=[],o()},r,t)),r)},cancel:function(){r.isCanceled=!0;var o=r.onCancelList;r.onCancelList=[],o.forEach((function(s){s()}))},isCanceled:function(){return r.isCanceled===!0}}}function Ca(t){return Xr(t,{isCanceled:!1,onCancelList:[]})}function Jr(t,n,r){return t?function(o){return n.isCanceled?o:t(o)}:r}function Ta(t,n,r,o){if(!r)return null;if(t<0&&(n===null||o!==null&&n===0))return r+t;var s=(n===null?-1:n)+t;return s<=-1||s>=r?o===null?null:0:s}function ja(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function Ia(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?ja(Object(r),!0).forEach((function(o){_s(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):ja(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function _s(t,n,r){return(n=(function(o){var s=(function(l){if(sr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(sr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return sr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function sr(t){return sr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},sr(t)}function fn(t){var n=(function(s){var l=s.collections.map((function(h){return h.items.length})).reduce((function(h,d,m){var y=(h[m-1]||0)+d;return h.push(y),h}),[]).reduce((function(h,d){return d<=s.activeItemId?h+1:h}),0);return s.collections[l]})(t);if(!n)return null;var r=n.items[(function(s){for(var l=s.state,h=s.collection,d=!1,m=0,y=0;d===!1;){var S=l.collections[m];if(S===h){d=!0;break}y+=S.items.length,m++}return l.activeItemId-y})({state:t,collection:n})],o=n.source;return{item:r,itemInputValue:o.getItemInputValue({item:r,state:t}),itemUrl:o.getItemUrl({item:r,state:t}),source:o}}function St(t,n,r){return[t,r==null?void 0:r.sourceId,n].filter(Boolean).join("-").replace(/\s/g,"")}var As=/((gt|sm)-|galaxy nexus)|samsung[- ]|samsungbrowser/i;function Pa(t){return t.nativeEvent||t}function cr(t){return cr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},cr(t)}function Da(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function ws(t,n,r){return(n=(function(o){var s=(function(l){if(cr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(cr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return cr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function lr(t){return lr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},lr(t)}function Na(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function Zr(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Na(Object(r),!0).forEach((function(o){Ss(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Na(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function Ss(t,n,r){return(n=(function(o){var s=(function(l){if(lr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(lr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return lr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function fr(t){return fr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},fr(t)}function $i(t,n){(n==null||n>t.length)&&(n=t.length);for(var r=0,o=new Array(n);r<n;r++)o[r]=t[r];return o}function La(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function Dn(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?La(Object(r),!0).forEach((function(o){Es(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):La(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function Es(t,n,r){return(n=(function(o){var s=(function(l){if(fr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(fr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return fr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function pr(t){return pr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},pr(t)}function Ra(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function ei(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Ra(Object(r),!0).forEach((function(o){qa(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Ra(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function qa(t,n,r){return(n=(function(o){var s=(function(l){if(pr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(pr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return pr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function dr(t){return dr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},dr(t)}function Ma(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function Nn(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Ma(Object(r),!0).forEach((function(o){xs(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Ma(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function xs(t,n,r){return(n=(function(o){var s=(function(l){if(dr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(dr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return dr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function Ha(t){return(function(n){if(Array.isArray(n))return Bi(n)})(t)||(function(n){if(typeof Symbol!="undefined"&&n[Symbol.iterator]!=null||n["@@iterator"]!=null)return Array.from(n)})(t)||(function(n,r){if(n){if(typeof n=="string")return Bi(n,r);var o=Object.prototype.toString.call(n).slice(8,-1);return o==="Object"&&n.constructor&&(o=n.constructor.name),o==="Map"||o==="Set"?Array.from(n):o==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Bi(n,r):void 0}})(t)||(function(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
14
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)})()}function Bi(t,n){(n==null||n>t.length)&&(n=t.length);for(var r=0,o=new Array(n);r<n;r++)o[r]=t[r];return o}function ti(t){return!!t.execute}function Os(t){var n=t.reduce((function(r,o){if(!ti(o))return r.push(o),r;var s=o.searchClient,l=o.execute,h=o.requesterId,d=o.requests,m=r.find((function(v){return ti(o)&&ti(v)&&v.searchClient===s&&!!h&&v.requesterId===h}));if(m){var y;(y=m.items).push.apply(y,Ha(d))}else{var S={execute:l,requesterId:h,items:d,searchClient:s};r.push(S)}return r}),[]).map((function(r){if(!ti(r))return Promise.resolve(r);var o=r,s=o.execute,l=o.items;return s({searchClient:o.searchClient,requests:l})}));return Promise.all(n).then((function(r){return ir(r)}))}function hr(t){return hr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},hr(t)}var ks=["event","nextState","props","query","refresh","store"];function Fa(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function pn(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Fa(Object(r),!0).forEach((function(o){Cs(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Fa(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function Cs(t,n,r){return(n=(function(o){var s=(function(l){if(hr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(hr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return hr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}var $a,Ui,ni,gr=null,Ba=($a=-1,Ui=-1,ni=void 0,function(t){var n=++$a;return Promise.resolve(t).then((function(r){return ni&&n<Ui?ni:(Ui=n,ni=r,r)}))});function dn(t){var n=t.event,r=t.nextState,o=r===void 0?{}:r,s=t.props,l=t.query,h=t.refresh,d=t.store,m=(function(w,E){if(w==null)return{};var L,M,B=(function(W,F){if(W==null)return{};var X,oe,Ae={},re=Object.keys(W);for(oe=0;oe<re.length;oe++)X=re[oe],F.indexOf(X)>=0||(Ae[X]=W[X]);return Ae})(w,E);if(Object.getOwnPropertySymbols){var u=Object.getOwnPropertySymbols(w);for(M=0;M<u.length;M++)L=u[M],E.indexOf(L)>=0||Object.prototype.propertyIsEnumerable.call(w,L)&&(B[L]=w[L])}return B})(t,ks);gr&&s.environment.clearTimeout(gr);var y=m.setCollections,S=m.setIsOpen,v=m.setQuery,_=m.setActiveItemId,O=m.setStatus,D=m.setContext;if(v(l),_(s.defaultActiveItemId),!l&&s.openOnFocus===!1){var k,A=d.getState().collections.map((function(w){return pn(pn({},w),{},{items:[]})}));O("idle"),y(A),S((k=o.isOpen)!==null&&k!==void 0?k:s.shouldPanelOpen({state:d.getState()}));var P=Ca(Ba(A).then((function(){return Promise.resolve()})));return d.pendingRequests.add(P)}O("loading"),gr=s.environment.setTimeout((function(){O("stalled")}),s.stallThreshold);var j=Ca(Ba(s.getSources(pn({query:l,refresh:h,state:d.getState()},m)).then((function(w){return Promise.all(w.map((function(E){return Promise.resolve(E.getItems(pn({query:l,refresh:h,state:d.getState()},m))).then((function(L){return(function(M,B,u){if(F=M,!!(F!=null&&F.execute)){var W=M.requesterId==="algolia"?Object.assign.apply(Object,[{}].concat(Ha(Object.keys(u.context).map((function(X){var oe;return(oe=u.context[X])===null||oe===void 0?void 0:oe.__algoliaSearchParameters}))))):{};return Nn(Nn({},M),{},{requests:M.queries.map((function(X){return{query:M.requesterId==="algolia"?Nn(Nn({},X),{},{params:Nn(Nn({},W),X.params)}):X,sourceId:B,transformResponse:M.transformResponse}}))})}var F;return{items:M,sourceId:B}})(L,E.sourceId,d.getState())}))}))).then(Os).then((function(E){var L,M=E.some((function(B){return(function(u){return!Array.isArray(u)&&!!(u!=null&&u._automaticInsights)})(B.items)}));return M&&D({algoliaInsightsPlugin:pn(pn({},((L=d.getState().context)===null||L===void 0?void 0:L.algoliaInsightsPlugin)||{}),{},{__automaticInsights:M})}),(function(B,u,W){return u.map((function(F){var X,oe=B.filter((function(Q){return Q.sourceId===F.sourceId})),Ae=oe.map((function(Q){return Q.items})),re=oe[0].transformResponse,xe=re?re({results:X=Ae,hits:X.map((function(Q){return Q.hits})).filter(Boolean),facetHits:X.map((function(Q){var K;return(K=Q.facetHits)===null||K===void 0?void 0:K.map((function(G){return{label:G.value,count:G.count,_highlightResult:{label:{value:G.highlighted}}}}))})).filter(Boolean)}):Ae;return F.onResolve({source:F,results:Ae,items:xe,state:W.getState()}),xe.every(Boolean),'The `getItems` function from source "'.concat(F.sourceId,'" must return an array of items but returned ').concat(JSON.stringify(void 0),`.
15
15
 
16
16
  Did you forget to return items?
17
17
 
18
- See: https://www.algolia.com/doc/ui-libraries/autocomplete/core-concepts/sources/#param-getitems`),{source:F,items:xe}}))})(S,w,d)})).then((function(S){return(function(L){var M=L.props,B=L.state,u=L.collections.reduce((function(F,X){return ei(ei({},F),{},qa({},X.source.sourceId,ei(ei({},X.source),{},{getItems:function(){return ir(X.items)}})))}),{}),W=M.plugins.reduce((function(F,X){return X.reshape?X.reshape(F):F}),{sourcesBySourceId:u,state:B}).sourcesBySourceId;return ir(M.reshape({sourcesBySourceId:W,sources:Object.values(W),state:B})).filter(Boolean).map((function(F){return{source:F,items:F.getItems()}}))})({collections:S,props:s,state:d.getState()})}))})))).then((function(w){var S;O("idle"),y(w);var L=s.shouldPanelOpen({state:d.getState()});E((S=o.isOpen)!==null&&S!==void 0?S:s.openOnFocus&&!l&&L||L);var M=fn(d.getState());if(d.getState().activeItemId!==null&&M){var B=M.item,u=M.itemInputValue,W=M.itemUrl,F=M.source;F.onActive(pn({event:n,item:B,itemInputValue:u,itemUrl:W,refresh:h,source:F,state:d.getState()},m))}})).finally((function(){O("idle"),gr&&s.environment.clearTimeout(gr)}));return d.pendingRequests.add(j)}function mr(t){return mr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},mr(t)}var Ts=["event","props","refresh","store"];function Ua(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function hn(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Ua(Object(r),!0).forEach((function(o){js(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Ua(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function js(t,n,r){return(n=(function(o){var s=(function(l){if(mr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(mr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return mr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function vr(t){return vr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},vr(t)}var Is=["props","refresh","store"],Ps=["inputElement","formElement","panelElement"],Ds=["inputElement"],Ns=["inputElement","maxLength"],Ls=["source"],Rs=["item","source"];function za(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function tt(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?za(Object(r),!0).forEach((function(o){qs(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):za(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function qs(t,n,r){return(n=(function(o){var s=(function(l){if(vr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(vr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return vr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function Ln(t,n){if(t==null)return{};var r,o,s=(function(h,d){if(h==null)return{};var m,y,E={},v=Object.keys(h);for(y=0;y<v.length;y++)m=v[y],d.indexOf(m)>=0||(E[m]=h[m]);return E})(t,n);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(t);for(o=0;o<l.length;o++)r=l[o],n.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(t,r)&&(s[r]=t[r])}return s}function yr(t){return yr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},yr(t)}function Wa(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function Ms(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Wa(Object(r),!0).forEach((function(o){Va(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Wa(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function Va(t,n,r){return(n=(function(o){var s=(function(l){if(yr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(yr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return yr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function Hs(t){var n,r,o,s,l=t.plugins,h=t.options,d=(n=(((r=h.__autocomplete_metadata)===null||r===void 0?void 0:r.userAgents)||[])[0])===null||n===void 0?void 0:n.segment,m=d?Va({},d,Object.keys(((o=h.__autocomplete_metadata)===null||o===void 0?void 0:o.options)||{})):{};return{plugins:l.map((function(y){return{name:y.name,options:Object.keys(y.__autocomplete_pluginOptions||[])}})),options:Ms({"autocomplete-core":Object.keys(h)},m),ua:fs.concat(((s=h.__autocomplete_metadata)===null||s===void 0?void 0:s.userAgents)||[])}}function Ga(t){var n,r=t.state;return r.isOpen===!1||r.activeItemId===null?null:((n=fn(r))===null||n===void 0?void 0:n.itemInputValue)||null}function br(t){return br=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},br(t)}function Ka(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function ke(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Ka(Object(r),!0).forEach((function(o){Fs(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Ka(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function Fs(t,n,r){return(n=(function(o){var s=(function(l){if(br(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(br(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return br(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}var $s=function(t,n){switch(n.type){case"setActiveItemId":case"mousemove":return ke(ke({},t),{},{activeItemId:n.payload});case"setQuery":return ke(ke({},t),{},{query:n.payload,completion:null});case"setCollections":return ke(ke({},t),{},{collections:n.payload});case"setIsOpen":return ke(ke({},t),{},{isOpen:n.payload});case"setStatus":return ke(ke({},t),{},{status:n.payload});case"setContext":return ke(ke({},t),{},{context:ke(ke({},t.context),n.payload)});case"ArrowDown":var r=ke(ke({},t),{},{activeItemId:n.payload.hasOwnProperty("nextActiveItemId")?n.payload.nextActiveItemId:Ta(1,t.activeItemId,Mi(t),n.props.defaultActiveItemId)});return ke(ke({},r),{},{completion:Ga({state:r})});case"ArrowUp":var o=ke(ke({},t),{},{activeItemId:Ta(-1,t.activeItemId,Mi(t),n.props.defaultActiveItemId)});return ke(ke({},o),{},{completion:Ga({state:o})});case"Escape":return t.isOpen?ke(ke({},t),{},{activeItemId:null,isOpen:!1,completion:null}):ke(ke({},t),{},{activeItemId:null,query:"",status:"idle",collections:[]});case"submit":return ke(ke({},t),{},{activeItemId:null,isOpen:!1,status:"idle"});case"reset":return ke(ke({},t),{},{activeItemId:n.props.openOnFocus===!0?n.props.defaultActiveItemId:null,status:"idle",completion:null,query:""});case"focus":return ke(ke({},t),{},{activeItemId:n.props.defaultActiveItemId,isOpen:(n.props.openOnFocus||!!t.query)&&n.props.shouldPanelOpen({state:t})});case"blur":return n.props.debug?t:ke(ke({},t),{},{isOpen:!1,activeItemId:null});case"mouseleave":return ke(ke({},t),{},{activeItemId:n.props.defaultActiveItemId});default:return"The reducer action ".concat(JSON.stringify(n.type)," is not supported."),t}};function _r(t){return _r=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},_r(t)}function Qa(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function gn(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Qa(Object(r),!0).forEach((function(o){Bs(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Qa(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function Bs(t,n,r){return(n=(function(o){var s=(function(l){if(_r(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(_r(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return _r(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function Us(t){var n=[],r=(function(E,v){var _,O=typeof window!="undefined"?window:{},D=E.plugins||[];return Dn(Dn({debug:!1,openOnFocus:!1,enterKeyHint:void 0,ignoreCompositionEvents:!1,placeholder:"",autoFocus:!1,defaultActiveItemId:null,stallThreshold:300,insights:void 0,environment:O,shouldPanelOpen:function(C){return Mi(C.state)>0},reshape:function(C){return C.sources}},E),{},{id:(_=E.id)!==null&&_!==void 0?_:"autocomplete-".concat(ls++),plugins:D,initialState:Dn({activeItemId:null,query:"",completion:null,collections:[],isOpen:!1,status:"idle",context:{}},E.initialState),onStateChange:function(C){var A;(A=E.onStateChange)===null||A===void 0||A.call(E,C),D.forEach((function(P){var j;return(j=P.onStateChange)===null||j===void 0?void 0:j.call(P,C)}))},onSubmit:function(C){var A;(A=E.onSubmit)===null||A===void 0||A.call(E,C),D.forEach((function(P){var j;return(j=P.onSubmit)===null||j===void 0?void 0:j.call(P,C)}))},onReset:function(C){var A;(A=E.onReset)===null||A===void 0||A.call(E,C),D.forEach((function(P){var j;return(j=P.onReset)===null||j===void 0?void 0:j.call(P,C)}))},getSources:function(C){return Promise.all([].concat((function(A){return(function(P){if(Array.isArray(P))return $i(P)})(A)||(function(P){if(typeof Symbol!="undefined"&&P[Symbol.iterator]!=null||P["@@iterator"]!=null)return Array.from(P)})(A)||(function(P,j){if(P){if(typeof P=="string")return $i(P,j);var w=Object.prototype.toString.call(P).slice(8,-1);return w==="Object"&&P.constructor&&(w=P.constructor.name),w==="Map"||w==="Set"?Array.from(P):w==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(w)?$i(P,j):void 0}})(A)||(function(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
19
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)})()})(D.map((function(A){return A.getSources}))),[E.getSources]).filter(Boolean).map((function(A){return(function(P,j){var w=[];return Promise.resolve(P(j)).then((function(S){return Promise.all(S.filter((function(L){return!!L})).map((function(L){if(L.sourceId,w.includes(L.sourceId))throw new Error("[Autocomplete] The `sourceId` ".concat(JSON.stringify(L.sourceId)," is not unique."));w.push(L.sourceId);var M={getItemInputValue:function(u){return u.state.query},getItemUrl:function(){},onSelect:function(u){(0,u.setIsOpen)(!1)},onActive:Kr,onResolve:Kr};Object.keys(M).forEach((function(u){M[u].__default=!0}));var B=Ia(Ia({},M),L);return Promise.resolve(B)})))}))})(A,C)}))).then((function(A){return ir(A)})).then((function(A){return A.map((function(P){return Dn(Dn({},P),{},{onSelect:function(j){P.onSelect(j),v.forEach((function(w){var S;return(S=w.onSelect)===null||S===void 0?void 0:S.call(w,j)}))},onActive:function(j){P.onActive(j),v.forEach((function(w){var S;return(S=w.onActive)===null||S===void 0?void 0:S.call(w,j)}))},onResolve:function(j){P.onResolve(j),v.forEach((function(w){var S;return(S=w.onResolve)===null||S===void 0?void 0:S.call(w,j)}))}})}))}))},navigator:Dn({navigate:function(C){var A=C.itemUrl;O.location.assign(A)},navigateNewTab:function(C){var A=C.itemUrl,P=O.open(A,"_blank","noopener");P==null||P.focus()},navigateNewWindow:function(C){var A=C.itemUrl;O.open(A,"_blank","noopener")}},E.navigator)})})(t,n),o=(function(E,v,_){var O,D=v.initialState;return{getState:function(){return D},dispatch:function(C,A){var P=(function(j){for(var w=1;w<arguments.length;w++){var S=arguments[w]!=null?arguments[w]:{};w%2?Da(Object(S),!0).forEach((function(L){ws(j,L,S[L])})):Object.getOwnPropertyDescriptors?Object.defineProperties(j,Object.getOwnPropertyDescriptors(S)):Da(Object(S)).forEach((function(L){Object.defineProperty(j,L,Object.getOwnPropertyDescriptor(S,L))}))}return j})({},D);D=E(D,{type:C,props:v,payload:A}),_({state:D,prevState:P})},pendingRequests:(O=[],{add:function(C){return O.push(C),C.finally((function(){O=O.filter((function(A){return A!==C}))}))},cancelAll:function(){O.forEach((function(C){return C.cancel()}))},isEmpty:function(){return O.length===0}})}})($s,r,(function(E){var v,_,O=E.prevState,D=E.state;if(r.onStateChange(gn({prevState:O,state:D,refresh:h,navigator:r.navigator},s)),!m()&&(v=D.context)!==null&&v!==void 0&&(_=v.algoliaInsightsPlugin)!==null&&_!==void 0&&_.__automaticInsights&&r.insights!==!1){var C=Oa({__autocomplete_clickAnalytics:!1});r.plugins.push(C),d([C])}})),s=(function(E){var v=E.store;return{setActiveItemId:function(_){v.dispatch("setActiveItemId",_)},setQuery:function(_){v.dispatch("setQuery",_)},setCollections:function(_){var O=0,D=_.map((function(C){return Zr(Zr({},C),{},{items:ir(C.items).map((function(A){return Zr(Zr({},A),{},{__autocomplete_id:O++})}))})}));v.dispatch("setCollections",D)},setIsOpen:function(_){v.dispatch("setIsOpen",_)},setStatus:function(_){v.dispatch("setStatus",_)},setContext:function(_){v.dispatch("setContext",_)}}})({store:o}),l=(function(E){var v=E.props,_=E.refresh,O=E.store,D=Ln(E,Is);return{getEnvironmentProps:function(C){var A=C.inputElement,P=C.formElement,j=C.panelElement;function w(S){!O.getState().isOpen&&O.pendingRequests.isEmpty()||S.target===A||[P,j].some((function(L){return(M=L)===(B=S.target)||M.contains(B);var M,B}))===!1&&(O.dispatch("blur",null),v.debug||O.pendingRequests.cancelAll())}return tt({onTouchStart:w,onMouseDown:w,onTouchMove:function(S){O.getState().isOpen!==!1&&A===v.environment.document.activeElement&&S.target!==A&&A.blur()}},Ln(C,Ps))},getRootProps:function(C){return tt({role:"combobox","aria-expanded":O.getState().isOpen,"aria-haspopup":"listbox","aria-controls":O.getState().isOpen?O.getState().collections.map((function(A){var P=A.source;return St(v.id,"list",P)})).join(" "):void 0,"aria-labelledby":St(v.id,"label")},C)},getFormProps:function(C){return C.inputElement,tt({action:"",noValidate:!0,role:"search",onSubmit:function(A){var P;A.preventDefault(),v.onSubmit(tt({event:A,refresh:_,state:O.getState()},D)),O.dispatch("submit",null),(P=C.inputElement)===null||P===void 0||P.blur()},onReset:function(A){var P;A.preventDefault(),v.onReset(tt({event:A,refresh:_,state:O.getState()},D)),O.dispatch("reset",null),(P=C.inputElement)===null||P===void 0||P.focus()}},Ln(C,Ds))},getLabelProps:function(C){return tt({htmlFor:St(v.id,"input"),id:St(v.id,"label")},C)},getInputProps:function(C){var A;function P(W){(v.openOnFocus||O.getState().query)&&dn(tt({event:W,props:v,query:O.getState().completion||O.getState().query,refresh:_,store:O},D)),O.dispatch("focus",null)}var j=C||{};j.inputElement;var w=j.maxLength,S=w===void 0?512:w,L=Ln(j,Ns),M=fn(O.getState()),B=(function(W){return!!(W&&W.match(As))})(((A=v.environment.navigator)===null||A===void 0?void 0:A.userAgent)||""),u=v.enterKeyHint||(M!=null&&M.itemUrl&&!B?"go":"search");return tt({"aria-autocomplete":"both","aria-activedescendant":O.getState().isOpen&&O.getState().activeItemId!==null?St(v.id,"item-".concat(O.getState().activeItemId),M==null?void 0:M.source):void 0,"aria-controls":O.getState().isOpen?O.getState().collections.map((function(W){var F=W.source;return St(v.id,"list",F)})).join(" "):void 0,"aria-labelledby":St(v.id,"label"),value:O.getState().completion||O.getState().query,id:St(v.id,"input"),autoComplete:"off",autoCorrect:"off",autoCapitalize:"off",enterKeyHint:u,spellCheck:"false",autoFocus:v.autoFocus,placeholder:v.placeholder,maxLength:S,type:"search",onChange:function(W){var F=W.currentTarget.value;v.ignoreCompositionEvents&&Pa(W).isComposing?D.setQuery(F):dn(tt({event:W,props:v,query:F.slice(0,S),refresh:_,store:O},D))},onCompositionEnd:function(W){dn(tt({event:W,props:v,query:W.currentTarget.value.slice(0,S),refresh:_,store:O},D))},onKeyDown:function(W){Pa(W).isComposing||(function(F){var X=F.event,oe=F.props,Ae=F.refresh,re=F.store,xe=(function(V,Y){if(V==null)return{};var ee,ce,le=(function(Ye,gt){if(Ye==null)return{};var $e,_t,nt={},At=Object.keys(Ye);for(_t=0;_t<At.length;_t++)$e=At[_t],gt.indexOf($e)>=0||(nt[$e]=Ye[$e]);return nt})(V,Y);if(Object.getOwnPropertySymbols){var Ue=Object.getOwnPropertySymbols(V);for(ce=0;ce<Ue.length;ce++)ee=Ue[ce],Y.indexOf(ee)>=0||Object.prototype.propertyIsEnumerable.call(V,ee)&&(le[ee]=V[ee])}return le})(F,Ts);if(X.key==="ArrowUp"||X.key==="ArrowDown"){var Q=function(){var V=fn(re.getState()),Y=oe.environment.document.getElementById(St(oe.id,"item-".concat(re.getState().activeItemId),V==null?void 0:V.source));Y&&(Y.scrollIntoViewIfNeeded?Y.scrollIntoViewIfNeeded(!1):Y.scrollIntoView(!1))},K=function(){var V=fn(re.getState());if(re.getState().activeItemId!==null&&V){var Y=V.item,ee=V.itemInputValue,ce=V.itemUrl,le=V.source;le.onActive(hn({event:X,item:Y,itemInputValue:ee,itemUrl:ce,refresh:Ae,source:le,state:re.getState()},xe))}};X.preventDefault(),re.getState().isOpen===!1&&(oe.openOnFocus||re.getState().query)?dn(hn({event:X,props:oe,query:re.getState().query,refresh:Ae,store:re},xe)).then((function(){re.dispatch(X.key,{nextActiveItemId:oe.defaultActiveItemId}),K(),setTimeout(Q,0)})):(re.dispatch(X.key,{}),K(),Q())}else if(X.key==="Escape")X.preventDefault(),re.dispatch(X.key,null),re.pendingRequests.cancelAll();else if(X.key==="Tab")re.dispatch("blur",null),re.pendingRequests.cancelAll();else if(X.key==="Enter"){if(re.getState().activeItemId===null||re.getState().collections.every((function(V){return V.items.length===0})))return void(oe.debug||re.pendingRequests.cancelAll());X.preventDefault();var G=fn(re.getState()),ie=G.item,Z=G.itemInputValue,pe=G.itemUrl,ne=G.source;if(X.metaKey||X.ctrlKey)pe!==void 0&&(ne.onSelect(hn({event:X,item:ie,itemInputValue:Z,itemUrl:pe,refresh:Ae,source:ne,state:re.getState()},xe)),oe.navigator.navigateNewTab({itemUrl:pe,item:ie,state:re.getState()}));else if(X.shiftKey)pe!==void 0&&(ne.onSelect(hn({event:X,item:ie,itemInputValue:Z,itemUrl:pe,refresh:Ae,source:ne,state:re.getState()},xe)),oe.navigator.navigateNewWindow({itemUrl:pe,item:ie,state:re.getState()}));else if(!X.altKey){if(pe!==void 0)return ne.onSelect(hn({event:X,item:ie,itemInputValue:Z,itemUrl:pe,refresh:Ae,source:ne,state:re.getState()},xe)),void oe.navigator.navigate({itemUrl:pe,item:ie,state:re.getState()});dn(hn({event:X,nextState:{isOpen:!1},props:oe,query:Z,refresh:Ae,store:re},xe)).then((function(){ne.onSelect(hn({event:X,item:ie,itemInputValue:Z,itemUrl:pe,refresh:Ae,source:ne,state:re.getState()},xe))}))}}})(tt({event:W,props:v,refresh:_,store:O},D))},onFocus:P,onBlur:Kr,onClick:function(W){C.inputElement!==v.environment.document.activeElement||O.getState().isOpen||P(W)}},L)},getPanelProps:function(C){return tt({onMouseDown:function(A){A.preventDefault()},onMouseLeave:function(){O.dispatch("mouseleave",null)}},C)},getListProps:function(C){var A=C||{},P=A.source,j=Ln(A,Ls);return tt({role:"listbox","aria-labelledby":St(v.id,"label"),id:St(v.id,"list",P)},j)},getItemProps:function(C){var A=C.item,P=C.source,j=Ln(C,Rs);return tt({id:St(v.id,"item-".concat(A.__autocomplete_id),P),role:"option","aria-selected":O.getState().activeItemId===A.__autocomplete_id,onMouseMove:function(w){if(A.__autocomplete_id!==O.getState().activeItemId){O.dispatch("mousemove",A.__autocomplete_id);var S=fn(O.getState());if(O.getState().activeItemId!==null&&S){var L=S.item,M=S.itemInputValue,B=S.itemUrl,u=S.source;u.onActive(tt({event:w,item:L,itemInputValue:M,itemUrl:B,refresh:_,source:u,state:O.getState()},D))}}},onMouseDown:function(w){w.preventDefault()},onClick:function(w){var S=P.getItemInputValue({item:A,state:O.getState()}),L=P.getItemUrl({item:A,state:O.getState()});(L?Promise.resolve():dn(tt({event:w,nextState:{isOpen:!1},props:v,query:S,refresh:_,store:O},D))).then((function(){P.onSelect(tt({event:w,item:A,itemInputValue:S,itemUrl:L,refresh:_,source:P,state:O.getState()},D))}))}},j)}}})(gn({props:r,refresh:h,store:o,navigator:r.navigator},s));function h(){return dn(gn({event:new Event("input"),nextState:{isOpen:o.getState().isOpen},props:r,navigator:r.navigator,query:o.getState().query,refresh:h,store:o},s))}function d(E){E.forEach((function(v){var _;return(_=v.subscribe)===null||_===void 0?void 0:_.call(v,gn(gn({},s),{},{navigator:r.navigator,refresh:h,onSelect:function(O){n.push({onSelect:O})},onActive:function(O){n.push({onActive:O})},onResolve:function(O){n.push({onResolve:O})}}))}))}function m(){return r.plugins.some((function(E){return E.name==="aa.algoliaInsightsPlugin"}))}if(r.insights&&!m()){var y=typeof r.insights=="boolean"?{}:r.insights;r.plugins.push(Oa(y))}return d(r.plugins),(function(E){var v,_,O=E.metadata,D=E.environment;if(!((v=D.navigator)===null||v===void 0||(_=v.userAgent)===null||_===void 0)&&_.includes("Algolia Crawler")){var C=D.document.createElement("meta"),A=D.document.querySelector("head");C.name="algolia:metadata",setTimeout((function(){C.content=JSON.stringify(O),A.appendChild(C)}),0)}})({metadata:Hs({plugins:r.plugins,options:t}),environment:r.environment}),gn(gn({refresh:h,navigator:r.navigator},l),s)}function zs(t){var n=t.translations,r=(n===void 0?{}:n).searchByText,o=r===void 0?"Search by":r;return T.createElement("a",{href:"https://www.algolia.com/ref/docsearch/?utm_source=".concat(window.location.hostname,"&utm_medium=referral&utm_content=powered_by&utm_campaign=docsearch"),target:"_blank",rel:"noopener noreferrer"},T.createElement("span",{className:"DocSearch-Label"},o),T.createElement("svg",{width:"77",height:"19","aria-label":"Algolia",role:"img",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2196.2 500"},T.createElement("defs",null,T.createElement("style",null,".cls-1,.cls-2{fill:#003dff;}.cls-2{fill-rule:evenodd;}")),T.createElement("path",{className:"cls-2",d:"M1070.38,275.3V5.91c0-3.63-3.24-6.39-6.82-5.83l-50.46,7.94c-2.87,.45-4.99,2.93-4.99,5.84l.17,273.22c0,12.92,0,92.7,95.97,95.49,3.33,.1,6.09-2.58,6.09-5.91v-40.78c0-2.96-2.19-5.51-5.12-5.84-34.85-4.01-34.85-47.57-34.85-54.72Z"}),T.createElement("rect",{className:"cls-1",x:"1845.88",y:"104.73",width:"62.58",height:"277.9",rx:"5.9",ry:"5.9"}),T.createElement("path",{className:"cls-2",d:"M1851.78,71.38h50.77c3.26,0,5.9-2.64,5.9-5.9V5.9c0-3.62-3.24-6.39-6.82-5.83l-50.77,7.95c-2.87,.45-4.99,2.92-4.99,5.83v51.62c0,3.26,2.64,5.9,5.9,5.9Z"}),T.createElement("path",{className:"cls-2",d:"M1764.03,275.3V5.91c0-3.63-3.24-6.39-6.82-5.83l-50.46,7.94c-2.87,.45-4.99,2.93-4.99,5.84l.17,273.22c0,12.92,0,92.7,95.97,95.49,3.33,.1,6.09-2.58,6.09-5.91v-40.78c0-2.96-2.19-5.51-5.12-5.84-34.85-4.01-34.85-47.57-34.85-54.72Z"}),T.createElement("path",{className:"cls-2",d:"M1631.95,142.72c-11.14-12.25-24.83-21.65-40.78-28.31-15.92-6.53-33.26-9.85-52.07-9.85-18.78,0-36.15,3.17-51.92,9.85-15.59,6.66-29.29,16.05-40.76,28.31-11.47,12.23-20.38,26.87-26.76,44.03-6.38,17.17-9.24,37.37-9.24,58.36,0,20.99,3.19,36.87,9.55,54.21,6.38,17.32,15.14,32.11,26.45,44.36,11.29,12.23,24.83,21.62,40.6,28.46,15.77,6.83,40.12,10.33,52.4,10.48,12.25,0,36.78-3.82,52.7-10.48,15.92-6.68,29.46-16.23,40.78-28.46,11.29-12.25,20.05-27.04,26.25-44.36,6.22-17.34,9.24-33.22,9.24-54.21,0-20.99-3.34-41.19-10.03-58.36-6.38-17.17-15.14-31.8-26.43-44.03Zm-44.43,163.75c-11.47,15.75-27.56,23.7-48.09,23.7-20.55,0-36.63-7.8-48.1-23.7-11.47-15.75-17.21-34.01-17.21-61.2,0-26.89,5.59-49.14,17.06-64.87,11.45-15.75,27.54-23.52,48.07-23.52,20.55,0,36.63,7.78,48.09,23.52,11.47,15.57,17.36,37.98,17.36,64.87,0,27.19-5.72,45.3-17.19,61.2Z"}),T.createElement("path",{className:"cls-2",d:"M894.42,104.73h-49.33c-48.36,0-90.91,25.48-115.75,64.1-14.52,22.58-22.99,49.63-22.99,78.73,0,44.89,20.13,84.92,51.59,111.1,2.93,2.6,6.05,4.98,9.31,7.14,12.86,8.49,28.11,13.47,44.52,13.47,1.23,0,2.46-.03,3.68-.09,.36-.02,.71-.05,1.07-.07,.87-.05,1.75-.11,2.62-.2,.34-.03,.68-.08,1.02-.12,.91-.1,1.82-.21,2.73-.34,.21-.03,.42-.07,.63-.1,32.89-5.07,61.56-30.82,70.9-62.81v57.83c0,3.26,2.64,5.9,5.9,5.9h50.42c3.26,0,5.9-2.64,5.9-5.9V110.63c0-3.26-2.64-5.9-5.9-5.9h-56.32Zm0,206.92c-12.2,10.16-27.97,13.98-44.84,15.12-.16,.01-.33,.03-.49,.04-1.12,.07-2.24,.1-3.36,.1-42.24,0-77.12-35.89-77.12-79.37,0-10.25,1.96-20.01,5.42-28.98,11.22-29.12,38.77-49.74,71.06-49.74h49.33v142.83Z"}),T.createElement("path",{className:"cls-2",d:"M2133.97,104.73h-49.33c-48.36,0-90.91,25.48-115.75,64.1-14.52,22.58-22.99,49.63-22.99,78.73,0,44.89,20.13,84.92,51.59,111.1,2.93,2.6,6.05,4.98,9.31,7.14,12.86,8.49,28.11,13.47,44.52,13.47,1.23,0,2.46-.03,3.68-.09,.36-.02,.71-.05,1.07-.07,.87-.05,1.75-.11,2.62-.2,.34-.03,.68-.08,1.02-.12,.91-.1,1.82-.21,2.73-.34,.21-.03,.42-.07,.63-.1,32.89-5.07,61.56-30.82,70.9-62.81v57.83c0,3.26,2.64,5.9,5.9,5.9h50.42c3.26,0,5.9-2.64,5.9-5.9V110.63c0-3.26-2.64-5.9-5.9-5.9h-56.32Zm0,206.92c-12.2,10.16-27.97,13.98-44.84,15.12-.16,.01-.33,.03-.49,.04-1.12,.07-2.24,.1-3.36,.1-42.24,0-77.12-35.89-77.12-79.37,0-10.25,1.96-20.01,5.42-28.98,11.22-29.12,38.77-49.74,71.06-49.74h49.33v142.83Z"}),T.createElement("path",{className:"cls-2",d:"M1314.05,104.73h-49.33c-48.36,0-90.91,25.48-115.75,64.1-11.79,18.34-19.6,39.64-22.11,62.59-.58,5.3-.88,10.68-.88,16.14s.31,11.15,.93,16.59c4.28,38.09,23.14,71.61,50.66,94.52,2.93,2.6,6.05,4.98,9.31,7.14,12.86,8.49,28.11,13.47,44.52,13.47h0c17.99,0,34.61-5.93,48.16-15.97,16.29-11.58,28.88-28.54,34.48-47.75v50.26h-.11v11.08c0,21.84-5.71,38.27-17.34,49.36-11.61,11.08-31.04,16.63-58.25,16.63-11.12,0-28.79-.59-46.6-2.41-2.83-.29-5.46,1.5-6.27,4.22l-12.78,43.11c-1.02,3.46,1.27,7.02,4.83,7.53,21.52,3.08,42.52,4.68,54.65,4.68,48.91,0,85.16-10.75,108.89-32.21,21.48-19.41,33.15-48.89,35.2-88.52V110.63c0-3.26-2.64-5.9-5.9-5.9h-56.32Zm0,64.1s.65,139.13,0,143.36c-12.08,9.77-27.11,13.59-43.49,14.7-.16,.01-.33,.03-.49,.04-1.12,.07-2.24,.1-3.36,.1-1.32,0-2.63-.03-3.94-.1-40.41-2.11-74.52-37.26-74.52-79.38,0-10.25,1.96-20.01,5.42-28.98,11.22-29.12,38.77-49.74,71.06-49.74h49.33Z"}),T.createElement("path",{className:"cls-1",d:"M249.83,0C113.3,0,2,110.09,.03,246.16c-2,138.19,110.12,252.7,248.33,253.5,42.68,.25,83.79-10.19,120.3-30.03,3.56-1.93,4.11-6.83,1.08-9.51l-23.38-20.72c-4.75-4.21-11.51-5.4-17.36-2.92-25.48,10.84-53.17,16.38-81.71,16.03-111.68-1.37-201.91-94.29-200.13-205.96,1.76-110.26,92-199.41,202.67-199.41h202.69V407.41l-115-102.18c-3.72-3.31-9.42-2.66-12.42,1.31-18.46,24.44-48.53,39.64-81.93,37.34-46.33-3.2-83.87-40.5-87.34-86.81-4.15-55.24,39.63-101.52,94-101.52,49.18,0,89.68,37.85,93.91,85.95,.38,4.28,2.31,8.27,5.52,11.12l29.95,26.55c3.4,3.01,8.79,1.17,9.63-3.3,2.16-11.55,2.92-23.58,2.07-35.92-4.82-70.34-61.8-126.93-132.17-131.26-80.68-4.97-148.13,58.14-150.27,137.25-2.09,77.1,61.08,143.56,138.19,145.26,32.19,.71,62.03-9.41,86.14-26.95l150.26,133.2c6.44,5.71,16.61,1.14,16.61-7.47V9.48C499.66,4.25,495.42,0,490.18,0H249.83Z"})))}function ri(t){return T.createElement("svg",{width:"15",height:"15","aria-label":t.ariaLabel,role:"img"},T.createElement("g",{fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.2"},t.children))}function Ws(t){var n=t.translations,r=n===void 0?{}:n,o=r.selectText,s=o===void 0?"to select":o,l=r.selectKeyAriaLabel,h=l===void 0?"Enter key":l,d=r.navigateText,m=d===void 0?"to navigate":d,y=r.navigateUpKeyAriaLabel,E=y===void 0?"Arrow up":y,v=r.navigateDownKeyAriaLabel,_=v===void 0?"Arrow down":v,O=r.closeText,D=O===void 0?"to close":O,C=r.closeKeyAriaLabel,A=C===void 0?"Escape key":C,P=r.searchByText,j=P===void 0?"Search by":P;return T.createElement(T.Fragment,null,T.createElement("div",{className:"DocSearch-Logo"},T.createElement(zs,{translations:{searchByText:j}})),T.createElement("ul",{className:"DocSearch-Commands"},T.createElement("li",null,T.createElement("kbd",{className:"DocSearch-Commands-Key"},T.createElement(ri,{ariaLabel:h},T.createElement("path",{d:"M12 3.53088v3c0 1-1 2-2 2H4M7 11.53088l-3-3 3-3"}))),T.createElement("span",{className:"DocSearch-Label"},s)),T.createElement("li",null,T.createElement("kbd",{className:"DocSearch-Commands-Key"},T.createElement(ri,{ariaLabel:_},T.createElement("path",{d:"M7.5 3.5v8M10.5 8.5l-3 3-3-3"}))),T.createElement("kbd",{className:"DocSearch-Commands-Key"},T.createElement(ri,{ariaLabel:E},T.createElement("path",{d:"M7.5 11.5v-8M10.5 6.5l-3-3-3 3"}))),T.createElement("span",{className:"DocSearch-Label"},m)),T.createElement("li",null,T.createElement("kbd",{className:"DocSearch-Commands-Key"},T.createElement(ri,{ariaLabel:A},T.createElement("path",{d:"M13.6167 8.936c-.1065.3583-.6883.962-1.4875.962-.7993 0-1.653-.9165-1.653-2.1258v-.5678c0-1.2548.7896-2.1016 1.653-2.1016.8634 0 1.3601.4778 1.4875 1.0724M9 6c-.1352-.4735-.7506-.9219-1.46-.8972-.7092.0246-1.344.57-1.344 1.2166s.4198.8812 1.3445.9805C8.465 7.3992 8.968 7.9337 9 8.5c.032.5663-.454 1.398-1.4595 1.398C6.6593 9.898 6 9 5.963 8.4851m-1.4748.5368c-.2635.5941-.8099.876-1.5443.876s-1.7073-.6248-1.7073-2.204v-.4603c0-1.0416.721-2.131 1.7073-2.131.9864 0 1.6425 1.031 1.5443 2.2492h-2.956"}))),T.createElement("span",{className:"DocSearch-Label"},D))))}function Vs(t){var n=t.hit,r=t.children;return T.createElement("a",{href:n.url},r)}function Gs(){return T.createElement("svg",{viewBox:"0 0 38 38",stroke:"currentColor",strokeOpacity:".5"},T.createElement("g",{fill:"none",fillRule:"evenodd"},T.createElement("g",{transform:"translate(1 1)",strokeWidth:"2"},T.createElement("circle",{strokeOpacity:".3",cx:"18",cy:"18",r:"18"}),T.createElement("path",{d:"M36 18c0-9.94-8.06-18-18-18"},T.createElement("animateTransform",{attributeName:"transform",type:"rotate",from:"0 18 18",to:"360 18 18",dur:"1s",repeatCount:"indefinite"})))))}function Ks(){return T.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20"},T.createElement("g",{stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"},T.createElement("path",{d:"M3.18 6.6a8.23 8.23 0 1112.93 9.94h0a8.23 8.23 0 01-11.63 0"}),T.createElement("path",{d:"M6.44 7.25H2.55V3.36M10.45 6v5.6M10.45 11.6L13 13"})))}function zi(){return T.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20"},T.createElement("path",{d:"M10 10l5.09-5.09L10 10l5.09 5.09L10 10zm0 0L4.91 4.91 10 10l-5.09 5.09L10 10z",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"}))}function Qs(){return T.createElement("svg",{className:"DocSearch-Hit-Select-Icon",width:"20",height:"20",viewBox:"0 0 20 20"},T.createElement("g",{stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"},T.createElement("path",{d:"M18 3v4c0 2-2 4-4 4H2"}),T.createElement("path",{d:"M8 17l-6-6 6-6"})))}var Ys=function(){return T.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20"},T.createElement("path",{d:"M17 6v12c0 .52-.2 1-1 1H4c-.7 0-1-.33-1-1V2c0-.55.42-1 1-1h8l5 5zM14 8h-3.13c-.51 0-.87-.34-.87-.87V4",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinejoin:"round"}))};function Xs(t){switch(t.type){case"lvl1":return T.createElement(Ys,null);case"content":return T.createElement(Zs,null);default:return T.createElement(Js,null)}}function Js(){return T.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20"},T.createElement("path",{d:"M13 13h4-4V8H7v5h6v4-4H7V8H3h4V3v5h6V3v5h4-4v5zm-6 0v4-4H3h4z",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"}))}function Zs(){return T.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20"},T.createElement("path",{d:"M17 5H3h14zm0 5H3h14zm0 5H3h14z",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinejoin:"round"}))}function Ya(){return T.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20"},T.createElement("path",{d:"M10 14.2L5 17l1-5.6-4-4 5.5-.7 2.5-5 2.5 5 5.6.8-4 4 .9 5.5z",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinejoin:"round"}))}function ec(){return T.createElement("svg",{width:"40",height:"40",viewBox:"0 0 20 20",fill:"none",fillRule:"evenodd",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},T.createElement("path",{d:"M19 4.8a16 16 0 00-2-1.2m-3.3-1.2A16 16 0 001.1 4.7M16.7 8a12 12 0 00-2.8-1.4M10 6a12 12 0 00-6.7 2M12.3 14.7a4 4 0 00-4.5 0M14.5 11.4A8 8 0 0010 10M3 16L18 2M10 18h0"}))}function tc(){return T.createElement("svg",{width:"40",height:"40",viewBox:"0 0 20 20",fill:"none",fillRule:"evenodd",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},T.createElement("path",{d:"M15.5 4.8c2 3 1.7 7-1 9.7h0l4.3 4.3-4.3-4.3a7.8 7.8 0 01-9.8 1m-2.2-2.2A7.8 7.8 0 0113.2 2.4M2 18L18 2"}))}function nc(t){var n=t.translations,r=n===void 0?{}:n,o=r.titleText,s=o===void 0?"Unable to fetch results":o,l=r.helpText,h=l===void 0?"You might want to check your network connection.":l;return T.createElement("div",{className:"DocSearch-ErrorScreen"},T.createElement("div",{className:"DocSearch-Screen-Icon"},T.createElement(ec,null)),T.createElement("p",{className:"DocSearch-Title"},s),T.createElement("p",{className:"DocSearch-Help"},h))}var rc=["translations"];function ic(t){var n=t.translations,r=n===void 0?{}:n,o=Rt(t,rc),s=r.noResultsText,l=s===void 0?"No results for":s,h=r.suggestedQueryText,d=h===void 0?"Try searching for":h,m=r.reportMissingResultsText,y=m===void 0?"Believe this query should return results?":m,E=r.reportMissingResultsLinkText,v=E===void 0?"Let us know.":E,_=o.state.context.searchSuggestions;return T.createElement("div",{className:"DocSearch-NoResults"},T.createElement("div",{className:"DocSearch-Screen-Icon"},T.createElement(tc,null)),T.createElement("p",{className:"DocSearch-Title"},l,' "',T.createElement("strong",null,o.state.query),'"'),_&&_.length>0&&T.createElement("div",{className:"DocSearch-NoResults-Prefill-List"},T.createElement("p",{className:"DocSearch-Help"},d,":"),T.createElement("ul",null,_.slice(0,3).reduce((function(O,D){return[].concat(rr(O),[T.createElement("li",{key:D},T.createElement("button",{className:"DocSearch-Prefill",key:D,type:"button",onClick:function(){o.setQuery(D.toLowerCase()+" "),o.refresh(),o.inputRef.current.focus()}},D))])}),[]))),o.getMissingResultsUrl&&T.createElement("p",{className:"DocSearch-Help"},"".concat(y," "),T.createElement("a",{href:o.getMissingResultsUrl({query:o.state.query}),target:"_blank",rel:"noopener noreferrer"},v)))}var oc=["hit","attribute","tagName"];function Xa(t,n){return n.split(".").reduce((function(r,o){return r!=null&&r[o]?r[o]:null}),t)}function Rn(t){var n=t.hit,r=t.attribute,o=t.tagName;return Nt(o===void 0?"span":o,Ee(Ee({},Rt(t,oc)),{},{dangerouslySetInnerHTML:{__html:Xa(n,"_snippetResult.".concat(r,".value"))||Xa(n,r)}}))}function Wi(t){return t.collection&&t.collection.items.length!==0?T.createElement("section",{className:"DocSearch-Hits"},T.createElement("div",{className:"DocSearch-Hit-source"},t.title),T.createElement("ul",t.getListProps(),t.collection.items.map((function(n,r){return T.createElement(ac,ot({key:[t.title,n.objectID].join(":"),item:n,index:r},t))})))):null}function ac(t){var n=t.item,r=t.index,o=t.renderIcon,s=t.renderAction,l=t.getItemProps,h=t.onItemClick,d=t.collection,m=t.hitComponent,y=ht(T.useState(!1),2),E=y[0],v=y[1],_=ht(T.useState(!1),2),O=_[0],D=_[1],C=T.useRef(null),A=m;return T.createElement("li",ot({className:["DocSearch-Hit",n.__docsearch_parent&&"DocSearch-Hit--Child",E&&"DocSearch-Hit--deleting",O&&"DocSearch-Hit--favoriting"].filter(Boolean).join(" "),onTransitionEnd:function(){C.current&&C.current()}},l({item:n,source:d.source,onClick:function(P){h(n,P)}})),T.createElement(A,{hit:n},T.createElement("div",{className:"DocSearch-Hit-Container"},o({item:n,index:r}),n.hierarchy[n.type]&&n.type==="lvl1"&&T.createElement("div",{className:"DocSearch-Hit-content-wrapper"},T.createElement(Rn,{className:"DocSearch-Hit-title",hit:n,attribute:"hierarchy.lvl1"}),n.content&&T.createElement(Rn,{className:"DocSearch-Hit-path",hit:n,attribute:"content"})),n.hierarchy[n.type]&&(n.type==="lvl2"||n.type==="lvl3"||n.type==="lvl4"||n.type==="lvl5"||n.type==="lvl6")&&T.createElement("div",{className:"DocSearch-Hit-content-wrapper"},T.createElement(Rn,{className:"DocSearch-Hit-title",hit:n,attribute:"hierarchy.".concat(n.type)}),T.createElement(Rn,{className:"DocSearch-Hit-path",hit:n,attribute:"hierarchy.lvl1"})),n.type==="content"&&T.createElement("div",{className:"DocSearch-Hit-content-wrapper"},T.createElement(Rn,{className:"DocSearch-Hit-title",hit:n,attribute:"content"}),T.createElement(Rn,{className:"DocSearch-Hit-path",hit:n,attribute:"hierarchy.lvl1"})),s({item:n,runDeleteTransition:function(P){v(!0),C.current=P},runFavoriteTransition:function(P){D(!0),C.current=P}}))))}function Ja(t,n,r){return t.reduce((function(o,s){var l=n(s);return o.hasOwnProperty(l)||(o[l]=[]),o[l].length<(r||5)&&o[l].push(s),o}),{})}function Za(t){return t}function ii(t){return t.button===1||t.altKey||t.ctrlKey||t.metaKey||t.shiftKey}function uc(){}var eu=/(<mark>|<\/mark>)/g,sc=RegExp(eu.source);function tu(t){var n,r,o=t;if(!o.__docsearch_parent&&!t._highlightResult)return t.hierarchy.lvl0;var s=o.__docsearch_parent?(n=o.__docsearch_parent)===null||n===void 0||(n=n._highlightResult)===null||n===void 0||(n=n.hierarchy)===null||n===void 0?void 0:n.lvl0:(r=t._highlightResult)===null||r===void 0||(r=r.hierarchy)===null||r===void 0?void 0:r.lvl0;return s?s.value&&sc.test(s.value)?s.value.replace(eu,""):s.value:t.hierarchy.lvl0}function cc(t){return T.createElement("div",{className:"DocSearch-Dropdown-Container"},t.state.collections.map((function(n){if(n.items.length===0)return null;var r=tu(n.items[0]);return T.createElement(Wi,ot({},t,{key:n.source.sourceId,title:r,collection:n,renderIcon:function(o){var s,l=o.item,h=o.index;return T.createElement(T.Fragment,null,l.__docsearch_parent&&T.createElement("svg",{className:"DocSearch-Hit-Tree",viewBox:"0 0 24 54"},T.createElement("g",{stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"},l.__docsearch_parent!==((s=n.items[h+1])===null||s===void 0?void 0:s.__docsearch_parent)?T.createElement("path",{d:"M8 6v21M20 27H8.3"}):T.createElement("path",{d:"M8 6v42M20 27H8.3"}))),T.createElement("div",{className:"DocSearch-Hit-icon"},T.createElement(Xs,{type:l.type})))},renderAction:function(){return T.createElement("div",{className:"DocSearch-Hit-action"},T.createElement(Qs,null))}}))})),t.resultsFooterComponent&&T.createElement("section",{className:"DocSearch-HitsFooter"},T.createElement(t.resultsFooterComponent,{state:t.state})))}var lc=["translations"];function fc(t){var n=t.translations,r=n===void 0?{}:n,o=Rt(t,lc),s=r.recentSearchesTitle,l=s===void 0?"Recent":s,h=r.noRecentSearchesText,d=h===void 0?"No recent searches":h,m=r.saveRecentSearchButtonTitle,y=m===void 0?"Save this search":m,E=r.removeRecentSearchButtonTitle,v=E===void 0?"Remove this search from history":E,_=r.favoriteSearchesTitle,O=_===void 0?"Favorite":_,D=r.removeFavoriteSearchButtonTitle,C=D===void 0?"Remove this search from favorites":D;return o.state.status==="idle"&&o.hasCollections===!1?o.disableUserPersonalization?null:T.createElement("div",{className:"DocSearch-StartScreen"},T.createElement("p",{className:"DocSearch-Help"},d)):o.hasCollections===!1?null:T.createElement("div",{className:"DocSearch-Dropdown-Container"},T.createElement(Wi,ot({},o,{title:l,collection:o.state.collections[0],renderIcon:function(){return T.createElement("div",{className:"DocSearch-Hit-icon"},T.createElement(Ks,null))},renderAction:function(A){var P=A.item,j=A.runFavoriteTransition,w=A.runDeleteTransition;return T.createElement(T.Fragment,null,T.createElement("div",{className:"DocSearch-Hit-action"},T.createElement("button",{className:"DocSearch-Hit-action-button",title:y,type:"submit",onClick:function(S){S.preventDefault(),S.stopPropagation(),j((function(){o.favoriteSearches.add(P),o.recentSearches.remove(P),o.refresh()}))}},T.createElement(Ya,null))),T.createElement("div",{className:"DocSearch-Hit-action"},T.createElement("button",{className:"DocSearch-Hit-action-button",title:v,type:"submit",onClick:function(S){S.preventDefault(),S.stopPropagation(),w((function(){o.recentSearches.remove(P),o.refresh()}))}},T.createElement(zi,null))))}})),T.createElement(Wi,ot({},o,{title:O,collection:o.state.collections[1],renderIcon:function(){return T.createElement("div",{className:"DocSearch-Hit-icon"},T.createElement(Ya,null))},renderAction:function(A){var P=A.item,j=A.runDeleteTransition;return T.createElement("div",{className:"DocSearch-Hit-action"},T.createElement("button",{className:"DocSearch-Hit-action-button",title:C,type:"submit",onClick:function(w){w.preventDefault(),w.stopPropagation(),j((function(){o.favoriteSearches.remove(P),o.refresh()}))}},T.createElement(zi,null)))}})))}var pc=["translations"],dc=T.memo((function(t){var n=t.translations,r=n===void 0?{}:n,o=Rt(t,pc);if(o.state.status==="error")return T.createElement(nc,{translations:r==null?void 0:r.errorScreen});var s=o.state.collections.some((function(l){return l.items.length>0}));return o.state.query?s===!1?T.createElement(ic,ot({},o,{translations:r==null?void 0:r.noResultsScreen})):T.createElement(cc,o):T.createElement(fc,ot({},o,{hasCollections:s,translations:r==null?void 0:r.startScreen}))}),(function(t,n){return n.state.status==="loading"||n.state.status==="stalled"})),hc=["translations"];function gc(t){var n=t.translations,r=n===void 0?{}:n,o=Rt(t,hc),s=r.resetButtonTitle,l=s===void 0?"Clear the query":s,h=r.resetButtonAriaLabel,d=h===void 0?"Clear the query":h,m=r.cancelButtonText,y=m===void 0?"Cancel":m,E=r.cancelButtonAriaLabel,v=E===void 0?"Cancel":E,_=r.searchInputLabel,O=_===void 0?"Search":_,D=o.getFormProps({inputElement:o.inputRef.current}).onReset;return T.useEffect((function(){o.autoFocus&&o.inputRef.current&&o.inputRef.current.focus()}),[o.autoFocus,o.inputRef]),T.useEffect((function(){o.isFromSelection&&o.inputRef.current&&o.inputRef.current.select()}),[o.isFromSelection,o.inputRef]),T.createElement(T.Fragment,null,T.createElement("form",{className:"DocSearch-Form",onSubmit:function(C){C.preventDefault()},onReset:D},T.createElement("label",ot({className:"DocSearch-MagnifierLabel"},o.getLabelProps()),T.createElement(ga,null),T.createElement("span",{className:"DocSearch-VisuallyHiddenForAccessibility"},O)),T.createElement("div",{className:"DocSearch-LoadingIndicator"},T.createElement(Gs,null)),T.createElement("input",ot({className:"DocSearch-Input",ref:o.inputRef},o.getInputProps({inputElement:o.inputRef.current,autoFocus:o.autoFocus,maxLength:64}))),T.createElement("button",{type:"reset",title:l,className:"DocSearch-Reset","aria-label":d,hidden:!o.state.query},T.createElement(zi,null))),T.createElement("button",{className:"DocSearch-Cancel",type:"reset","aria-label":v,onClick:o.onClose},y))}var mc=["_highlightResult","_snippetResult"];function nu(t){var n=t.key,r=t.limit,o=r===void 0?5:r,s=(function(h){return(function(){var d="__TEST_KEY__";try{return localStorage.setItem(d,""),localStorage.removeItem(d),!0}catch(m){return!1}})()===!1?{setItem:function(){},getItem:function(){return[]}}:{setItem:function(d){return window.localStorage.setItem(h,JSON.stringify(d))},getItem:function(){var d=window.localStorage.getItem(h);return d?JSON.parse(d):[]}}})(n),l=s.getItem().slice(0,o);return{add:function(h){var d=h;d._highlightResult,d._snippetResult;var m=Rt(d,mc),y=l.findIndex((function(E){return E.objectID===m.objectID}));y>-1&&l.splice(y,1),l.unshift(m),l=l.slice(0,o),s.setItem(l)},remove:function(h){l=l.filter((function(d){return d.objectID!==h.objectID})),s.setItem(l)},getAll:function(){return l}}}function vc(t){var n,r="algolia-client-js-".concat(t.key);function o(){return n===void 0&&(n=t.localStorage||window.localStorage),n}function s(){return JSON.parse(o().getItem(r)||"{}")}function l(h){o().setItem(r,JSON.stringify(h))}return{get:function(h,d){var m=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{miss:function(){return Promise.resolve()}};return Promise.resolve().then((function(){var y,E,v;return y=t.timeToLive?1e3*t.timeToLive:null,E=s(),l(v=Object.fromEntries(Object.entries(E).filter((function(_){return ht(_,2)[1].timestamp!==void 0})))),y&&l(Object.fromEntries(Object.entries(v).filter((function(_){var O=ht(_,2)[1],D=new Date().getTime();return!(O.timestamp+y<D)})))),s()[JSON.stringify(h)]})).then((function(y){return Promise.all([y?y.value:d(),y!==void 0])})).then((function(y){var E=ht(y,2),v=E[0],_=E[1];return Promise.all([v,_||m.miss(v)])})).then((function(y){return ht(y,1)[0]}))},set:function(h,d){return Promise.resolve().then((function(){var m=s();return m[JSON.stringify(h)]={timestamp:new Date().getTime(),value:d},o().setItem(r,JSON.stringify(m)),d}))},delete:function(h){return Promise.resolve().then((function(){var d=s();delete d[JSON.stringify(h)],o().setItem(r,JSON.stringify(d))}))},clear:function(){return Promise.resolve().then((function(){o().removeItem(r)}))}}}function Ar(t){var n=rr(t.caches),r=n.shift();return r===void 0?{get:function(o,s){var l=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{miss:function(){return Promise.resolve()}};return s().then((function(h){return Promise.all([h,l.miss(h)])})).then((function(h){return ht(h,1)[0]}))},set:function(o,s){return Promise.resolve(s)},delete:function(o){return Promise.resolve()},clear:function(){return Promise.resolve()}}:{get:function(o,s){var l=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{miss:function(){return Promise.resolve()}};return r.get(o,s,l).catch((function(){return Ar({caches:n}).get(o,s,l)}))},set:function(o,s){return r.set(o,s).catch((function(){return Ar({caches:n}).set(o,s)}))},delete:function(o){return r.delete(o).catch((function(){return Ar({caches:n}).delete(o)}))},clear:function(){return r.clear().catch((function(){return Ar({caches:n}).clear()}))}}}function Vi(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{serializable:!0},n={};return{get:function(r,o){var s=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{miss:function(){return Promise.resolve()}},l=JSON.stringify(r);if(l in n)return Promise.resolve(t.serializable?JSON.parse(n[l]):n[l]);var h=o();return h.then((function(d){return s.miss(d)})).then((function(){return h}))},set:function(r,o){return n[JSON.stringify(r)]=t.serializable?JSON.stringify(o):o,Promise.resolve(o)},delete:function(r){return delete n[JSON.stringify(r)],Promise.resolve()},clear:function(){return n={},Promise.resolve()}}}function yc(t){var n=t.algoliaAgents,r=t.client,o=t.version,s=(function(l){var h={value:"Algolia for JavaScript (".concat(l,")"),add:function(d){var m="; ".concat(d.segment).concat(d.version!==void 0?" (".concat(d.version,")"):"");return h.value.indexOf(m)===-1&&(h.value="".concat(h.value).concat(m)),h}};return h})(o).add({segment:r,version:o});return n.forEach((function(l){return s.add(l)})),s}var ru=12e4;function iu(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"up",r=Date.now();return Ee(Ee({},t),{},{status:n,lastUpdate:r,isUp:function(){return n==="up"||Date.now()-r>ru},isTimedOut:function(){return n==="timed out"&&Date.now()-r<=ru}})}var ou=(function(){function t(n,r){var o;return Cn(this,t),Tn(o=On(this,t,[n]),"name","AlgoliaError"),r&&(o.name=r),o}return jn(t,Ri(Error)),kn(t)})(),au=(function(){function t(n,r,o){var s;return Cn(this,t),Tn(s=On(this,t,[n,o]),"stackTrace",void 0),s.stackTrace=r,s}return jn(t,ou),kn(t)})(),bc=(function(){function t(n){return Cn(this,t),On(this,t,["Unreachable hosts - your application id may be incorrect. If the error persists, please reach out to the Algolia Support team: https://alg.li/support.",n,"RetryError"])}return jn(t,au),kn(t)})(),Gi=(function(){function t(n,r,o){var s,l=arguments.length>3&&arguments[3]!==void 0?arguments[3]:"ApiError";return Cn(this,t),Tn(s=On(this,t,[n,o,l]),"status",void 0),s.status=r,s}return jn(t,au),kn(t)})(),_c=(function(){function t(n,r){var o;return Cn(this,t),Tn(o=On(this,t,[n,"DeserializationError"]),"response",void 0),o.response=r,o}return jn(t,ou),kn(t)})(),Ac=(function(){function t(n,r,o,s){var l;return Cn(this,t),Tn(l=On(this,t,[n,r,s,"DetailedApiError"]),"error",void 0),l.error=o,l}return jn(t,Gi),kn(t)})();function wc(t,n,r){var o,s=(o=r,Object.keys(o).filter((function(h){return o[h]!==void 0})).sort().map((function(h){return"".concat(h,"=").concat(encodeURIComponent(Object.prototype.toString.call(o[h])==="[object Array]"?o[h].join(","):o[h]).replace(/\+/g,"%20"))})).join("&")),l="".concat(t.protocol,"://").concat(t.url).concat(t.port?":".concat(t.port):"","/").concat(n.charAt(0)==="/"?n.substring(1):n);return s.length&&(l+="?".concat(s)),l}function Sc(t,n){if(t.method!=="GET"&&(t.data!==void 0||n.data!==void 0)){var r=Array.isArray(t.data)?t.data:Ee(Ee({},t.data),n.data);return JSON.stringify(r)}}function Ec(t,n,r){var o=Ee(Ee(Ee({Accept:"application/json"},t),n),r),s={};return Object.keys(o).forEach((function(l){var h=o[l];s[l.toLowerCase()]=h})),s}function xc(t){try{return JSON.parse(t.content)}catch(n){throw new _c(n.message,t)}}function Oc(t,n){var r=t.content,o=t.status;try{var s=JSON.parse(r);return"error"in s?new Ac(s.message,o,s.error,n):new Gi(s.message,o,n)}catch(l){}return new Gi(r,o,n)}function Cc(t){return t.map((function(n){return uu(n)}))}function uu(t){var n=t.request.headers["x-algolia-api-key"]?{"x-algolia-api-key":"*****"}:{};return Ee(Ee({},t),{},{request:Ee(Ee({},t.request),{},{headers:Ee(Ee({},t.request.headers),n)})})}var kc=["appId","apiKey","authMode","algoliaAgents"],Tc=["params"],su="5.19.0";function jc(t){return[{url:"".concat(t,"-dsn.algolia.net"),accept:"read",protocol:"https"},{url:"".concat(t,".algolia.net"),accept:"write",protocol:"https"}].concat((function(n){for(var r=n,o=n.length-1;o>0;o--){var s=Math.floor(Math.random()*(o+1)),l=n[o];r[o]=n[s],r[s]=l}return r})([{url:"".concat(t,"-1.algolianet.com"),accept:"readWrite",protocol:"https"},{url:"".concat(t,"-2.algolianet.com"),accept:"readWrite",protocol:"https"},{url:"".concat(t,"-3.algolianet.com"),accept:"readWrite",protocol:"https"}]))}var Ki="3.9.0",Ic=["footer","searchBox"];function Pc(t){var n=t.appId,r=t.apiKey,o=t.indexName,s=t.placeholder,l=s===void 0?"Search docs":s,h=t.searchParameters,d=t.maxResultsPerGroup,m=t.onClose,y=m===void 0?uc:m,E=t.transformItems,v=E===void 0?Za:E,_=t.hitComponent,O=_===void 0?Vs:_,D=t.resultsFooterComponent,C=D===void 0?function(){return null}:D,A=t.navigator,P=t.initialScrollY,j=P===void 0?0:P,w=t.transformSearchClient,S=w===void 0?Za:w,L=t.disableUserPersonalization,M=L!==void 0&&L,B=t.initialQuery,u=B===void 0?"":B,W=t.translations,F=W===void 0?{}:W,X=t.getMissingResultsUrl,oe=t.insights,Ae=oe!==void 0&&oe,re=F.footer,xe=F.searchBox,Q=Rt(F,Ic),K=ht(T.useState({query:"",collections:[],completion:null,context:{},isOpen:!1,activeItemId:null,status:"idle"}),2),G=K[0],ie=K[1],Z=T.useRef(null),pe=T.useRef(null),ne=T.useRef(null),V=T.useRef(null),Y=T.useRef(null),ee=T.useRef(10),ce=T.useRef(typeof window!="undefined"?window.getSelection().toString().slice(0,64):"").current,le=T.useRef(u||ce).current,Ue=(function(_e,je,Me){return T.useMemo((function(){var at=(function(lt,mt){if(!lt||typeof lt!="string")throw new Error("`appId` is missing.");if(!mt||typeof mt!="string")throw new Error("`apiKey` is missing.");return(function(me){var qe=me.appId,Ne=me.apiKey,se=me.authMode,Ve=me.algoliaAgents,Et=Rt(me,kc),wt=(function(de,Re){var ze=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"WithinHeaders",Ge={"x-algolia-api-key":Re,"x-algolia-application-id":de};return{headers:function(){return ze==="WithinHeaders"?Ge:{}},queryParameters:function(){return ze==="WithinQueryParameters"?Ge:{}}}})(qe,Ne,se),ut=(function(de){var Re=de.hosts,ze=de.hostsCache,Ge=de.baseHeaders,et=de.logger,ft=de.baseQueryParameters,Gt=de.algoliaAgent,mn=de.timeouts,wr=de.requester,Zt=de.requestsCache,Sr=de.responsesCache;function en(Be){return tn.apply(this,arguments)}function tn(){return(tn=Ni(ln().mark((function Be(De){var Ke,Tt,Xe,rt,pt;return ln().wrap((function(st){for(;;)switch(st.prev=st.next){case 0:return st.next=2,Promise.all(De.map((function(Je){return ze.get(Je,(function(){return Promise.resolve(iu(Je))}))})));case 2:return Ke=st.sent,Tt=Ke.filter((function(Je){return Je.isUp()})),Xe=Ke.filter((function(Je){return Je.isTimedOut()})),rt=[].concat(rr(Tt),rr(Xe)),pt=rt.length>0?rt:De,st.abrupt("return",{hosts:pt,getTimeout:function(Je,jt){return(Xe.length===0&&Je===0?1:Xe.length+3+Je)*jt}});case 8:case"end":return st.stop()}}),Be)})))).apply(this,arguments)}function Er(Be,De){return qn.apply(this,arguments)}function qn(){return qn=Ni(ln().mark((function Be(De,Ke){var Tt,Xe,rt,pt,st,Je,jt,xr,Kt,Mn,Hn,ui,Or,Fn=arguments;return ln().wrap((function(nn){for(;;)switch(nn.prev=nn.next){case 0:if(Tt=!(Fn.length>2&&Fn[2]!==void 0)||Fn[2],Xe=[],rt=Sc(De,Ke),pt=Ec(Ge,De.headers,Ke.headers),st=De.method==="GET"?Ee(Ee({},De.data),Ke.data):{},Je=Ee(Ee(Ee({},ft),De.queryParameters),st),Gt.value&&(Je["x-algolia-agent"]=Gt.value),Ke&&Ke.queryParameters)for(jt=0,xr=Object.keys(Ke.queryParameters);jt<xr.length;jt++)Kt=xr[jt],Ke.queryParameters[Kt]&&Object.prototype.toString.call(Ke.queryParameters[Kt])!=="[object Object]"?Je[Kt]=Ke.queryParameters[Kt].toString():Je[Kt]=Ke.queryParameters[Kt];return Mn=0,Hn=(function(){var xt=Ni(ln().mark((function Cr(rn,vn){var Mt,yn,kr,Qt,It,Tr;return ln().wrap((function(vt){for(;;)switch(vt.prev=vt.next){case 0:if((Mt=rn.pop())!==void 0){vt.next=3;break}throw new bc(Cc(Xe));case 3:return yn=Ee(Ee({},mn),Ke.timeouts),kr={data:rt,headers:pt,method:De.method,url:wc(Mt,De.path,Je),connectTimeout:vn(Mn,yn.connect),responseTimeout:vn(Mn,Tt?yn.read:yn.write)},Qt=function($n){var si={request:kr,response:$n,host:Mt,triesLeft:rn.length};return Xe.push(si),si},vt.next=8,wr.send(kr);case 8:if(Ir=(jr=It=vt.sent).isTimedOut,on=jr.status,!(Ir||(function($n){return!$n.isTimedOut&&!~~$n.status})({isTimedOut:Ir,status:on})||~~(on/100)!=2&&~~(on/100)!=4)){vt.next=16;break}return Tr=Qt(It),It.isTimedOut&&Mn++,et.info("Retryable failure",uu(Tr)),vt.next=15,ze.set(Mt,iu(Mt,It.isTimedOut?"timed out":"down"));case 15:return vt.abrupt("return",Hn(rn,vn));case 16:if(~~(It.status/100)!=2){vt.next=18;break}return vt.abrupt("return",xc(It));case 18:throw Qt(It),Oc(It,Xe);case 20:case"end":return vt.stop()}var jr,Ir,on}),Cr)})));return function(Cr,rn){return xt.apply(this,arguments)}})(),ui=Re.filter((function(xt){return xt.accept==="readWrite"||(Tt?xt.accept==="read":xt.accept==="write")})),nn.next=13,en(ui);case 13:return Or=nn.sent,nn.abrupt("return",Hn(rr(Or.hosts).reverse(),Or.getTimeout));case 15:case"end":return nn.stop()}}),Be)}))),qn.apply(this,arguments)}return{hostsCache:ze,requester:wr,timeouts:mn,logger:et,algoliaAgent:Gt,baseHeaders:Ge,baseQueryParameters:ft,hosts:Re,request:function(Be){var De=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Ke=Be.useReadTransporter||Be.method==="GET";if(!Ke)return Er(Be,De,Ke);var Tt=function(){return Er(Be,De)};if((De.cacheable||Be.cacheable)!==!0)return Tt();var Xe={request:Be,requestOptions:De,transporter:{queryParameters:ft,headers:Ge}};return Sr.get(Xe,(function(){return Zt.get(Xe,(function(){return Zt.set(Xe,Tt()).then((function(rt){return Promise.all([Zt.delete(Xe),rt])}),(function(rt){return Promise.all([Zt.delete(Xe),Promise.reject(rt)])})).then((function(rt){var pt=ht(rt,2);return pt[0],pt[1]}))}))}),{miss:function(rt){return Sr.set(Xe,rt)}})},requestsCache:Zt,responsesCache:Sr}})(Ee(Ee({hosts:jc(qe)},Et),{},{algoliaAgent:yc({algoliaAgents:Ve,client:"Lite",version:su}),baseHeaders:Ee(Ee({"content-type":"text/plain"},wt.headers()),Et.baseHeaders),baseQueryParameters:Ee(Ee({},wt.queryParameters()),Et.baseQueryParameters)}));return{transporter:ut,appId:qe,apiKey:Ne,clearCache:function(){return Promise.all([ut.requestsCache.clear(),ut.responsesCache.clear()]).then((function(){}))},get _ua(){return ut.algoliaAgent.value},addAlgoliaAgent:function(de,Re){ut.algoliaAgent.add({segment:de,version:Re})},setClientApiKey:function(de){var Re=de.apiKey;se&&se!=="WithinHeaders"?ut.baseQueryParameters["x-algolia-api-key"]=Re:ut.baseHeaders["x-algolia-api-key"]=Re},searchForHits:function(de,Re){return this.search(de,Re)},searchForFacets:function(de,Re){return this.search(de,Re)},customPost:function(de,Re){var ze=de.path,Ge=de.parameters,et=de.body;if(!ze)throw new Error("Parameter `path` is required when calling `customPost`.");var ft={method:"POST",path:"/{path}".replace("{path}",ze),queryParameters:Ge||{},headers:{},data:et||{}};return ut.request(ft,Re)},getRecommendations:function(de,Re){if(de&&Array.isArray(de)&&(de={requests:de}),!de)throw new Error("Parameter `getRecommendationsParams` is required when calling `getRecommendations`.");if(!de.requests)throw new Error("Parameter `getRecommendationsParams.requests` is required when calling `getRecommendations`.");var ze={method:"POST",path:"/1/indexes/*/recommendations",queryParameters:{},headers:{},data:de,useReadTransporter:!0,cacheable:!0};return ut.request(ze,Re)},search:function(de,Re){if(de&&Array.isArray(de)){var ze={requests:de.map((function(et){var ft=et.params,Gt=Rt(et,Tc);return Gt.type==="facet"?Ee(Ee(Ee({},Gt),ft),{},{type:"facet"}):Ee(Ee(Ee({},Gt),ft),{},{facet:void 0,maxFacetHits:void 0,facetQuery:void 0})}))};de=ze}if(!de)throw new Error("Parameter `searchMethodParams` is required when calling `search`.");if(!de.requests)throw new Error("Parameter `searchMethodParams.requests` is required when calling `search`.");var Ge={method:"POST",path:"/1/indexes/*/queries",queryParameters:{},headers:{},data:de,useReadTransporter:!0,cacheable:!0};return ut.request(Ge,Re)}}})(Ee({appId:lt,apiKey:mt,timeouts:{connect:1e3,read:2e3,write:3e4},logger:{debug:function(me,qe){return Promise.resolve()},info:function(me,qe){return Promise.resolve()},error:function(me,qe){return Promise.resolve()}},requester:{send:function(me){return new Promise((function(qe){var Ne=new XMLHttpRequest;Ne.open(me.method,me.url,!0),Object.keys(me.headers).forEach((function(wt){return Ne.setRequestHeader(wt,me.headers[wt])}));var se,Ve=function(wt,ut){return setTimeout((function(){Ne.abort(),qe({status:0,content:ut,isTimedOut:!0})}),wt)},Et=Ve(me.connectTimeout,"Connection timeout");Ne.onreadystatechange=function(){Ne.readyState>Ne.OPENED&&se===void 0&&(clearTimeout(Et),se=Ve(me.responseTimeout,"Socket timeout"))},Ne.onerror=function(){Ne.status===0&&(clearTimeout(Et),clearTimeout(se),qe({content:Ne.responseText||"Network request failed",status:Ne.status,isTimedOut:!1}))},Ne.onload=function(){clearTimeout(Et),clearTimeout(se),qe({content:Ne.responseText,status:Ne.status,isTimedOut:!1})},Ne.send(me.data)}))}},algoliaAgents:[{segment:"Browser"}],authMode:"WithinQueryParameters",responsesCache:Vi(),requestsCache:Vi({serializable:!1}),hostsCache:Ar({caches:[vc({key:"".concat(su,"-").concat(lt)}),Vi()]})},void 0))})(_e,je);return at.addAlgoliaAgent("docsearch",Ki),/docsearch.js \(.*\)/.test(at.transporter.algoliaAgent.value)===!1&&at.addAlgoliaAgent("docsearch-react",Ki),Me(at)}),[_e,je,Me])})(n,r,S),Ye=T.useRef(nu({key:"__DOCSEARCH_FAVORITE_SEARCHES__".concat(o),limit:10})).current,gt=T.useRef(nu({key:"__DOCSEARCH_RECENT_SEARCHES__".concat(o),limit:Ye.getAll().length===0?7:4})).current,$e=T.useCallback((function(_e){if(!M){var je=_e.type==="content"?_e.__docsearch_parent:_e;je&&Ye.getAll().findIndex((function(Me){return Me.objectID===je.objectID}))===-1&&gt.add(je)}}),[Ye,gt,M]),_t=T.useCallback((function(_e){if(G.context.algoliaInsightsPlugin&&_e.__autocomplete_id){var je=_e,Me={eventName:"Item Selected",index:je.__autocomplete_indexName,items:[je],positions:[_e.__autocomplete_id],queryID:je.__autocomplete_queryID};G.context.algoliaInsightsPlugin.insights.clickedObjectIDsAfterSearch(Me)}}),[G.context.algoliaInsightsPlugin]),nt=T.useMemo((function(){return Us({id:"docsearch",defaultActiveItemId:0,placeholder:l,openOnFocus:!0,initialState:{query:le,context:{searchSuggestions:[]}},insights:Ae,navigator:A,onStateChange:function(_e){ie(_e.state)},getSources:function(_e){var je=_e.query,Me=_e.state,at=_e.setContext,lt=_e.setStatus;if(!je)return M?[]:[{sourceId:"recentSearches",onSelect:function(me){var qe=me.item,Ne=me.event;$e(qe),ii(Ne)||y()},getItemUrl:function(me){return me.item.url},getItems:function(){return gt.getAll()}},{sourceId:"favoriteSearches",onSelect:function(me){var qe=me.item,Ne=me.event;$e(qe),ii(Ne)||y()},getItemUrl:function(me){return me.item.url},getItems:function(){return Ye.getAll()}}];var mt=!!Ae;return Ue.search({requests:[Ee({query:je,indexName:o,attributesToRetrieve:["hierarchy.lvl0","hierarchy.lvl1","hierarchy.lvl2","hierarchy.lvl3","hierarchy.lvl4","hierarchy.lvl5","hierarchy.lvl6","content","type","url"],attributesToSnippet:["hierarchy.lvl1:".concat(ee.current),"hierarchy.lvl2:".concat(ee.current),"hierarchy.lvl3:".concat(ee.current),"hierarchy.lvl4:".concat(ee.current),"hierarchy.lvl5:".concat(ee.current),"hierarchy.lvl6:".concat(ee.current),"content:".concat(ee.current)],snippetEllipsisText:"\u2026",highlightPreTag:"<mark>",highlightPostTag:"</mark>",hitsPerPage:20,clickAnalytics:mt},h)]}).catch((function(me){throw me.name==="RetryError"&&lt("error"),me})).then((function(me){var qe=me.results[0],Ne=qe.hits,se=qe.nbHits,Ve=Ja(Ne,(function(wt){return tu(wt)}),d);Me.context.searchSuggestions.length<Object.keys(Ve).length&&at({searchSuggestions:Object.keys(Ve)}),at({nbHits:se});var Et={};return mt&&(Et={__autocomplete_indexName:o,__autocomplete_queryID:qe.queryID,__autocomplete_algoliaCredentials:{appId:n,apiKey:r}}),Object.values(Ve).map((function(wt,ut){return{sourceId:"hits".concat(ut),onSelect:function(de){var Re=de.item,ze=de.event;$e(Re),ii(ze)||y()},getItemUrl:function(de){return de.item.url},getItems:function(){return Object.values(Ja(wt,(function(de){return de.hierarchy.lvl1}),d)).map(v).map((function(de){return de.map((function(Re){var ze=null,Ge=de.find((function(et){return et.type==="lvl1"&&et.hierarchy.lvl1===Re.hierarchy.lvl1}));return Re.type!=="lvl1"&&Ge&&(ze=Ge),Ee(Ee({},Re),{},{__docsearch_parent:ze},Et)}))})).flat()}}}))}))}})}),[o,h,d,Ue,y,gt,Ye,$e,le,l,A,v,M,Ae,n,r]),At=nt.getEnvironmentProps,oi=nt.getRootProps,ai=nt.refresh;return(function(_e){var je=_e.getEnvironmentProps,Me=_e.panelElement,at=_e.formElement,lt=_e.inputElement;T.useEffect((function(){if(Me&&at&&lt){var mt=je({panelElement:Me,formElement:at,inputElement:lt}),me=mt.onTouchStart,qe=mt.onTouchMove;return window.addEventListener("touchstart",me),window.addEventListener("touchmove",qe),function(){window.removeEventListener("touchstart",me),window.removeEventListener("touchmove",qe)}}}),[je,Me,at,lt])})({getEnvironmentProps:At,panelElement:V.current,formElement:ne.current,inputElement:Y.current}),(function(_e){var je=_e.container;T.useEffect((function(){if(je){var Me=je.querySelectorAll("a[href]:not([disabled]), button:not([disabled]), input:not([disabled])"),at=Me[0],lt=Me[Me.length-1];return je.addEventListener("keydown",mt),function(){je.removeEventListener("keydown",mt)}}function mt(me){me.key==="Tab"&&(me.shiftKey?document.activeElement===at&&(me.preventDefault(),lt.focus()):document.activeElement===lt&&(me.preventDefault(),at.focus()))}}),[je])})({container:Z.current}),T.useEffect((function(){return document.body.classList.add("DocSearch--active"),function(){var _e,je;document.body.classList.remove("DocSearch--active"),(_e=(je=window).scrollTo)===null||_e===void 0||_e.call(je,0,j)}}),[]),T.useLayoutEffect((function(){var _e=window.innerWidth-document.body.clientWidth;return document.body.style.marginRight="".concat(_e,"px"),function(){document.body.style.marginRight="0px"}}),[]),T.useEffect((function(){window.matchMedia("(max-width: 768px)").matches&&(ee.current=5)}),[]),T.useEffect((function(){V.current&&(V.current.scrollTop=0)}),[G.query]),T.useEffect((function(){le.length>0&&(ai(),Y.current&&Y.current.focus())}),[le,ai]),T.useEffect((function(){function _e(){if(pe.current){var je=.01*window.innerHeight;pe.current.style.setProperty("--docsearch-vh","".concat(je,"px"))}}return _e(),window.addEventListener("resize",_e),function(){window.removeEventListener("resize",_e)}}),[]),T.createElement("div",ot({ref:Z},oi({"aria-expanded":!0}),{className:["DocSearch","DocSearch-Container",G.status==="stalled"&&"DocSearch-Container--Stalled",G.status==="error"&&"DocSearch-Container--Errored"].filter(Boolean).join(" "),role:"button",tabIndex:0,onMouseDown:function(_e){_e.target===_e.currentTarget&&y()}}),T.createElement("div",{className:"DocSearch-Modal",ref:pe},T.createElement("header",{className:"DocSearch-SearchBar",ref:ne},T.createElement(gc,ot({},nt,{state:G,autoFocus:le.length===0,inputRef:Y,isFromSelection:!!le&&le===ce,translations:xe,onClose:y}))),T.createElement("div",{className:"DocSearch-Dropdown",ref:V},T.createElement(dc,ot({},nt,{indexName:o,state:G,hitComponent:O,resultsFooterComponent:C,disableUserPersonalization:M,recentSearches:gt,favoriteSearches:Ye,inputRef:Y,translations:Q,getMissingResultsUrl:X,onItemClick:function(_e,je){_t(_e),$e(_e),ii(je)||y()}}))),T.createElement("footer",{className:"DocSearch-Footer"},T.createElement(Ws,{translations:re}))))}function Dc(t){var n,r,o=T.useRef(null),s=ht(T.useState(!1),2),l=s[0],h=s[1],d=ht(T.useState((t==null?void 0:t.initialQuery)||void 0),2),m=d[0],y=d[1],E=T.useCallback((function(){h(!0)}),[h]),v=T.useCallback((function(){h(!1),y(t==null?void 0:t.initialQuery)}),[h,t.initialQuery]);return(function(_){var O=_.isOpen,D=_.onOpen,C=_.onClose,A=_.onInput,P=_.searchButtonRef;T.useEffect((function(){function j(w){var S;if(w.code==="Escape"&&O||((S=w.key)===null||S===void 0?void 0:S.toLowerCase())==="k"&&(w.metaKey||w.ctrlKey)||!(function(L){var M=L.target,B=M.tagName;return M.isContentEditable||B==="INPUT"||B==="SELECT"||B==="TEXTAREA"})(w)&&w.key==="/"&&!O)return w.preventDefault(),void(O?C():document.body.classList.contains("DocSearch--active")||D());P&&P.current===document.activeElement&&A&&/[a-zA-Z0-9]/.test(String.fromCharCode(w.keyCode))&&A(w)}return window.addEventListener("keydown",j),function(){window.removeEventListener("keydown",j)}}),[O,D,C,A,P])})({isOpen:l,onOpen:E,onClose:v,onInput:T.useCallback((function(_){h(!0),y(_.key)}),[h,y]),searchButtonRef:o}),T.createElement(T.Fragment,null,T.createElement(cs,{ref:o,translations:t==null||(n=t.translations)===null||n===void 0?void 0:n.button,onClick:E}),l&&oa(T.createElement(Pc,ot({},t,{initialScrollY:window.scrollY,initialQuery:m,translations:t==null||(r=t.translations)===null||r===void 0?void 0:r.modal,onClose:v})),document.body))}function Nc(t){ua(T.createElement(Dc,mi({},t,{transformSearchClient:function(n){return n.addAlgoliaAgent("docsearch.js",Ki),t.transformSearchClient?t.transformSearchClient(n):n}})),(function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:window;return typeof n=="string"?r.document.querySelector(n):n})(t.container,t.environment))}Nc({appId:"S4T2OSB07R",apiKey:"ea6ae2e0546ad6007f7f464a296b67de",indexName:"chocolatey",container:"#docsearchResults"}),(()=>{let t=document.querySelectorAll('.task-list-item [type="checkbox"]');t&&t.forEach(n=>{n.classList.add("form-check-input"),n.outerHTML=`<div class="form-check">${n.outerHTML}<label class="form-check-label"></label></div>`})})();var Lc=Hr(Lu());window.addEventListener("DOMContentLoaded",()=>{if(document.querySelector(".anchorjs-container")){for(let n of document.querySelectorAll("li")){let r=n.firstChild,o=n.classList.contains("task-list-item"),s;switch(o?s=r.nextElementSibling:s=r,s.nodeName){case"STRONG":case"CODE":s.classList.add("d-anchor");break;default:break}}let t=new Lc.default;t.options.placement="left",t.add(".anchorjs-container h2:not(.d-anchor-none), .anchorjs-container h3:not(.d-anchor-none), .anchorjs-container h4:not(.d-anchor-none), .anchorjs-container h5:not(.d-anchor-none), .anchorjs-container h6:not(.d-anchor-none), .anchorjs-container li .d-anchor")}});var qt=Hr(Ru());(0,qt.default)(".nav-scrollspy .nav-link").each((t,n)=>{let r=(0,qt.default)(n).attr("href"),o=s=>{if(s==="#"){(0,qt.default)(n).parent().remove();return}~s.indexOf(".")&&(s=s.replace(/\./g,"\\.")),(0,qt.default)(s).length&&((0,qt.default)(window).scrollTop()>(0,qt.default)(s).offset().top-30&&(0,qt.default)(s).is(":visible")?((0,qt.default)(`a[href="${s}"].nav-link`).addClass("active active-page"),(0,qt.default)(`a[href="${s}"].nav-link`).parent().prev().find("a.active").removeClass("active active-page")):(0,qt.default)(`a[href="${s}"].nav-link`).removeClass("active active-page"))};o(r),window.addEventListener("scroll",()=>{o(r)})}),window.addEventListener("DOMContentLoaded",()=>{let t="data-choco-tab-multi",n=document.querySelectorAll(`[${t}]`),r=new Set;if(n&&n.length>0){for(let o of n){let s=o.getAttribute(t).replace(/\s/g,""),l=null;if(s){try{l=JSON.parse(s!=null?s:"")}catch(h){return}for(let h in l)Object.prototype.hasOwnProperty.call(l,h)&&r.add(h);o.addEventListener("click",()=>{let h=o.getAttribute(t).replace(/\s/g,"");for(let m of n){let y=m.getAttribute(t).replace(/\s/g,"");y!=null&&y.includes(h!=null?h:"")&&window.bootstrap.Tab.getOrCreateInstance(m).show()}let d=~location.hostname.indexOf("chocolatey.org")?"domain=chocolatey.org;":"";for(let m in l)if(Object.prototype.hasOwnProperty.call(l,m)){let y=l[m];document.cookie=`${m}=${y}; ${Fr()}path=/; ${d}`}})}}for(let o of r){let s=gi(o);if(s)for(let l of n){let h=l.getAttribute(t).replace(/\s/g,"");h!=null&&h.includes(o)&&(h!=null&&h.includes(s))&&window.bootstrap.Tab.getOrCreateInstance(l).show()}}}}),(()=>{let t=document.querySelectorAll("table");t&&t.forEach(n=>{n.classList.add("table","table-bordered","table-striped"),n.outerHTML=`<div class="table-responsive">${n.outerHTML}</div>`})})(),document.querySelectorAll(".dropdown-theme").forEach(n=>{n.querySelectorAll(".dropdown-toggle").forEach(r=>{r.addEventListener("hide.bs.dropdown",()=>{document.querySelectorAll("main").forEach(o=>{o.classList.remove("z-0")})}),r.addEventListener("show.bs.dropdown",()=>{document.querySelectorAll("main").forEach(o=>{o.classList.add("z-0")})})})});var Rc=()=>{document.querySelectorAll(".copy-command").forEach(t=>{let n=t.querySelector("code").getAttribute("class").split(" "),r=t.querySelector("button");r&&(r.classList.add("btn-copy"),r.setAttribute("data-clipboard-target",`.${n[0]}`))})},cu=(t,n,r,o)=>{let s;if(r==="never")s=Fr();else if(r==="expired")s="expires=Thu, 01 Jan 1970 00:00:00 UTC";else{let h=new Date;h.setTime(h.getTime()+r*24*60*60*1e3),s=`expires=${h.toUTCString()}`}let l=o||"";document.cookie=`${t}=${encodeURIComponent(n)};${s};path=/;${l};`};document.addEventListener("DOMContentLoaded",()=>{let t=document.querySelectorAll(".dynamic-code-block-container"),n=document.querySelectorAll(".dynamic-code-block-input"),r=(o,s,l,h)=>{let d=document.querySelectorAll(`.${s}`),m=h||o.value;if(o.value||h)for(let y of d)y.textContent=m,cu(s,m,"never"),h&&h!==l&&(o.value=h);else for(let y of d)y.textContent=l,cu(s,l,"never")};n.forEach(o=>{let s=o.name,l=o.getAttribute("data-default-value"),h=gi(s),d=new RegExp(`\\b${s}\\b`,"g");for(let m of t)m.innerHTML=m.innerHTML.replaceAll(d,`<span class="${s}">${h||l}</span>`);r(o,s,l,h),o.addEventListener("keyup",()=>{r(o,s,l)})}),Rc()})})();})();
18
+ See: https://www.algolia.com/doc/ui-libraries/autocomplete/core-concepts/sources/#param-getitems`),{source:F,items:xe}}))})(E,w,d)})).then((function(E){return(function(L){var M=L.props,B=L.state,u=L.collections.reduce((function(F,X){return ei(ei({},F),{},qa({},X.source.sourceId,ei(ei({},X.source),{},{getItems:function(){return ir(X.items)}})))}),{}),W=M.plugins.reduce((function(F,X){return X.reshape?X.reshape(F):F}),{sourcesBySourceId:u,state:B}).sourcesBySourceId;return ir(M.reshape({sourcesBySourceId:W,sources:Object.values(W),state:B})).filter(Boolean).map((function(F){return{source:F,items:F.getItems()}}))})({collections:E,props:s,state:d.getState()})}))})))).then((function(w){var E;O("idle"),y(w);var L=s.shouldPanelOpen({state:d.getState()});S((E=o.isOpen)!==null&&E!==void 0?E:s.openOnFocus&&!l&&L||L);var M=fn(d.getState());if(d.getState().activeItemId!==null&&M){var B=M.item,u=M.itemInputValue,W=M.itemUrl,F=M.source;F.onActive(pn({event:n,item:B,itemInputValue:u,itemUrl:W,refresh:h,source:F,state:d.getState()},m))}})).finally((function(){O("idle"),gr&&s.environment.clearTimeout(gr)}));return d.pendingRequests.add(j)}function mr(t){return mr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},mr(t)}var Ts=["event","props","refresh","store"];function Ua(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function hn(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Ua(Object(r),!0).forEach((function(o){js(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Ua(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function js(t,n,r){return(n=(function(o){var s=(function(l){if(mr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(mr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return mr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function vr(t){return vr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},vr(t)}var Is=["props","refresh","store"],Ps=["inputElement","formElement","panelElement"],Ds=["inputElement"],Ns=["inputElement","maxLength"],Ls=["source"],Rs=["item","source"];function za(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function tt(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?za(Object(r),!0).forEach((function(o){qs(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):za(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function qs(t,n,r){return(n=(function(o){var s=(function(l){if(vr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(vr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return vr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function Ln(t,n){if(t==null)return{};var r,o,s=(function(h,d){if(h==null)return{};var m,y,S={},v=Object.keys(h);for(y=0;y<v.length;y++)m=v[y],d.indexOf(m)>=0||(S[m]=h[m]);return S})(t,n);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(t);for(o=0;o<l.length;o++)r=l[o],n.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(t,r)&&(s[r]=t[r])}return s}function yr(t){return yr=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},yr(t)}function Wa(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function Ms(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Wa(Object(r),!0).forEach((function(o){Va(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Wa(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function Va(t,n,r){return(n=(function(o){var s=(function(l){if(yr(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(yr(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return yr(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function Hs(t){var n,r,o,s,l=t.plugins,h=t.options,d=(n=(((r=h.__autocomplete_metadata)===null||r===void 0?void 0:r.userAgents)||[])[0])===null||n===void 0?void 0:n.segment,m=d?Va({},d,Object.keys(((o=h.__autocomplete_metadata)===null||o===void 0?void 0:o.options)||{})):{};return{plugins:l.map((function(y){return{name:y.name,options:Object.keys(y.__autocomplete_pluginOptions||[])}})),options:Ms({"autocomplete-core":Object.keys(h)},m),ua:fs.concat(((s=h.__autocomplete_metadata)===null||s===void 0?void 0:s.userAgents)||[])}}function Ga(t){var n,r=t.state;return r.isOpen===!1||r.activeItemId===null?null:((n=fn(r))===null||n===void 0?void 0:n.itemInputValue)||null}function br(t){return br=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},br(t)}function Ka(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function Ce(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Ka(Object(r),!0).forEach((function(o){Fs(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Ka(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function Fs(t,n,r){return(n=(function(o){var s=(function(l){if(br(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(br(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return br(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}var $s=function(t,n){switch(n.type){case"setActiveItemId":case"mousemove":return Ce(Ce({},t),{},{activeItemId:n.payload});case"setQuery":return Ce(Ce({},t),{},{query:n.payload,completion:null});case"setCollections":return Ce(Ce({},t),{},{collections:n.payload});case"setIsOpen":return Ce(Ce({},t),{},{isOpen:n.payload});case"setStatus":return Ce(Ce({},t),{},{status:n.payload});case"setContext":return Ce(Ce({},t),{},{context:Ce(Ce({},t.context),n.payload)});case"ArrowDown":var r=Ce(Ce({},t),{},{activeItemId:n.payload.hasOwnProperty("nextActiveItemId")?n.payload.nextActiveItemId:Ta(1,t.activeItemId,Mi(t),n.props.defaultActiveItemId)});return Ce(Ce({},r),{},{completion:Ga({state:r})});case"ArrowUp":var o=Ce(Ce({},t),{},{activeItemId:Ta(-1,t.activeItemId,Mi(t),n.props.defaultActiveItemId)});return Ce(Ce({},o),{},{completion:Ga({state:o})});case"Escape":return t.isOpen?Ce(Ce({},t),{},{activeItemId:null,isOpen:!1,completion:null}):Ce(Ce({},t),{},{activeItemId:null,query:"",status:"idle",collections:[]});case"submit":return Ce(Ce({},t),{},{activeItemId:null,isOpen:!1,status:"idle"});case"reset":return Ce(Ce({},t),{},{activeItemId:n.props.openOnFocus===!0?n.props.defaultActiveItemId:null,status:"idle",completion:null,query:""});case"focus":return Ce(Ce({},t),{},{activeItemId:n.props.defaultActiveItemId,isOpen:(n.props.openOnFocus||!!t.query)&&n.props.shouldPanelOpen({state:t})});case"blur":return n.props.debug?t:Ce(Ce({},t),{},{isOpen:!1,activeItemId:null});case"mouseleave":return Ce(Ce({},t),{},{activeItemId:n.props.defaultActiveItemId});default:return"The reducer action ".concat(JSON.stringify(n.type)," is not supported."),t}};function _r(t){return _r=typeof Symbol=="function"&&ge(Symbol.iterator)=="symbol"?function(n){return ge(n)}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":ge(n)},_r(t)}function Qa(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable}))),r.push.apply(r,o)}return r}function gn(t){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?Qa(Object(r),!0).forEach((function(o){Bs(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Qa(Object(r)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))}))}return t}function Bs(t,n,r){return(n=(function(o){var s=(function(l){if(_r(l)!=="object"||l===null)return l;var h=l[Symbol.toPrimitive];if(h!==void 0){var d=h.call(l,"string");if(_r(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(l)})(o);return _r(s)==="symbol"?s:String(s)})(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function Us(t){var n=[],r=(function(S,v){var _,O=typeof window!="undefined"?window:{},D=S.plugins||[];return Dn(Dn({debug:!1,openOnFocus:!1,enterKeyHint:void 0,ignoreCompositionEvents:!1,placeholder:"",autoFocus:!1,defaultActiveItemId:null,stallThreshold:300,insights:void 0,environment:O,shouldPanelOpen:function(k){return Mi(k.state)>0},reshape:function(k){return k.sources}},S),{},{id:(_=S.id)!==null&&_!==void 0?_:"autocomplete-".concat(ls++),plugins:D,initialState:Dn({activeItemId:null,query:"",completion:null,collections:[],isOpen:!1,status:"idle",context:{}},S.initialState),onStateChange:function(k){var A;(A=S.onStateChange)===null||A===void 0||A.call(S,k),D.forEach((function(P){var j;return(j=P.onStateChange)===null||j===void 0?void 0:j.call(P,k)}))},onSubmit:function(k){var A;(A=S.onSubmit)===null||A===void 0||A.call(S,k),D.forEach((function(P){var j;return(j=P.onSubmit)===null||j===void 0?void 0:j.call(P,k)}))},onReset:function(k){var A;(A=S.onReset)===null||A===void 0||A.call(S,k),D.forEach((function(P){var j;return(j=P.onReset)===null||j===void 0?void 0:j.call(P,k)}))},getSources:function(k){return Promise.all([].concat((function(A){return(function(P){if(Array.isArray(P))return $i(P)})(A)||(function(P){if(typeof Symbol!="undefined"&&P[Symbol.iterator]!=null||P["@@iterator"]!=null)return Array.from(P)})(A)||(function(P,j){if(P){if(typeof P=="string")return $i(P,j);var w=Object.prototype.toString.call(P).slice(8,-1);return w==="Object"&&P.constructor&&(w=P.constructor.name),w==="Map"||w==="Set"?Array.from(P):w==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(w)?$i(P,j):void 0}})(A)||(function(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
19
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)})()})(D.map((function(A){return A.getSources}))),[S.getSources]).filter(Boolean).map((function(A){return(function(P,j){var w=[];return Promise.resolve(P(j)).then((function(E){return Promise.all(E.filter((function(L){return!!L})).map((function(L){if(L.sourceId,w.includes(L.sourceId))throw new Error("[Autocomplete] The `sourceId` ".concat(JSON.stringify(L.sourceId)," is not unique."));w.push(L.sourceId);var M={getItemInputValue:function(u){return u.state.query},getItemUrl:function(){},onSelect:function(u){(0,u.setIsOpen)(!1)},onActive:Kr,onResolve:Kr};Object.keys(M).forEach((function(u){M[u].__default=!0}));var B=Ia(Ia({},M),L);return Promise.resolve(B)})))}))})(A,k)}))).then((function(A){return ir(A)})).then((function(A){return A.map((function(P){return Dn(Dn({},P),{},{onSelect:function(j){P.onSelect(j),v.forEach((function(w){var E;return(E=w.onSelect)===null||E===void 0?void 0:E.call(w,j)}))},onActive:function(j){P.onActive(j),v.forEach((function(w){var E;return(E=w.onActive)===null||E===void 0?void 0:E.call(w,j)}))},onResolve:function(j){P.onResolve(j),v.forEach((function(w){var E;return(E=w.onResolve)===null||E===void 0?void 0:E.call(w,j)}))}})}))}))},navigator:Dn({navigate:function(k){var A=k.itemUrl;O.location.assign(A)},navigateNewTab:function(k){var A=k.itemUrl,P=O.open(A,"_blank","noopener");P==null||P.focus()},navigateNewWindow:function(k){var A=k.itemUrl;O.open(A,"_blank","noopener")}},S.navigator)})})(t,n),o=(function(S,v,_){var O,D=v.initialState;return{getState:function(){return D},dispatch:function(k,A){var P=(function(j){for(var w=1;w<arguments.length;w++){var E=arguments[w]!=null?arguments[w]:{};w%2?Da(Object(E),!0).forEach((function(L){ws(j,L,E[L])})):Object.getOwnPropertyDescriptors?Object.defineProperties(j,Object.getOwnPropertyDescriptors(E)):Da(Object(E)).forEach((function(L){Object.defineProperty(j,L,Object.getOwnPropertyDescriptor(E,L))}))}return j})({},D);D=S(D,{type:k,props:v,payload:A}),_({state:D,prevState:P})},pendingRequests:(O=[],{add:function(k){return O.push(k),k.finally((function(){O=O.filter((function(A){return A!==k}))}))},cancelAll:function(){O.forEach((function(k){return k.cancel()}))},isEmpty:function(){return O.length===0}})}})($s,r,(function(S){var v,_,O=S.prevState,D=S.state;if(r.onStateChange(gn({prevState:O,state:D,refresh:h,navigator:r.navigator},s)),!m()&&(v=D.context)!==null&&v!==void 0&&(_=v.algoliaInsightsPlugin)!==null&&_!==void 0&&_.__automaticInsights&&r.insights!==!1){var k=Oa({__autocomplete_clickAnalytics:!1});r.plugins.push(k),d([k])}})),s=(function(S){var v=S.store;return{setActiveItemId:function(_){v.dispatch("setActiveItemId",_)},setQuery:function(_){v.dispatch("setQuery",_)},setCollections:function(_){var O=0,D=_.map((function(k){return Zr(Zr({},k),{},{items:ir(k.items).map((function(A){return Zr(Zr({},A),{},{__autocomplete_id:O++})}))})}));v.dispatch("setCollections",D)},setIsOpen:function(_){v.dispatch("setIsOpen",_)},setStatus:function(_){v.dispatch("setStatus",_)},setContext:function(_){v.dispatch("setContext",_)}}})({store:o}),l=(function(S){var v=S.props,_=S.refresh,O=S.store,D=Ln(S,Is);return{getEnvironmentProps:function(k){var A=k.inputElement,P=k.formElement,j=k.panelElement;function w(E){!O.getState().isOpen&&O.pendingRequests.isEmpty()||E.target===A||[P,j].some((function(L){return(M=L)===(B=E.target)||M.contains(B);var M,B}))===!1&&(O.dispatch("blur",null),v.debug||O.pendingRequests.cancelAll())}return tt({onTouchStart:w,onMouseDown:w,onTouchMove:function(E){O.getState().isOpen!==!1&&A===v.environment.document.activeElement&&E.target!==A&&A.blur()}},Ln(k,Ps))},getRootProps:function(k){return tt({role:"combobox","aria-expanded":O.getState().isOpen,"aria-haspopup":"listbox","aria-controls":O.getState().isOpen?O.getState().collections.map((function(A){var P=A.source;return St(v.id,"list",P)})).join(" "):void 0,"aria-labelledby":St(v.id,"label")},k)},getFormProps:function(k){return k.inputElement,tt({action:"",noValidate:!0,role:"search",onSubmit:function(A){var P;A.preventDefault(),v.onSubmit(tt({event:A,refresh:_,state:O.getState()},D)),O.dispatch("submit",null),(P=k.inputElement)===null||P===void 0||P.blur()},onReset:function(A){var P;A.preventDefault(),v.onReset(tt({event:A,refresh:_,state:O.getState()},D)),O.dispatch("reset",null),(P=k.inputElement)===null||P===void 0||P.focus()}},Ln(k,Ds))},getLabelProps:function(k){return tt({htmlFor:St(v.id,"input"),id:St(v.id,"label")},k)},getInputProps:function(k){var A;function P(W){(v.openOnFocus||O.getState().query)&&dn(tt({event:W,props:v,query:O.getState().completion||O.getState().query,refresh:_,store:O},D)),O.dispatch("focus",null)}var j=k||{};j.inputElement;var w=j.maxLength,E=w===void 0?512:w,L=Ln(j,Ns),M=fn(O.getState()),B=(function(W){return!!(W&&W.match(As))})(((A=v.environment.navigator)===null||A===void 0?void 0:A.userAgent)||""),u=v.enterKeyHint||(M!=null&&M.itemUrl&&!B?"go":"search");return tt({"aria-autocomplete":"both","aria-activedescendant":O.getState().isOpen&&O.getState().activeItemId!==null?St(v.id,"item-".concat(O.getState().activeItemId),M==null?void 0:M.source):void 0,"aria-controls":O.getState().isOpen?O.getState().collections.map((function(W){var F=W.source;return St(v.id,"list",F)})).join(" "):void 0,"aria-labelledby":St(v.id,"label"),value:O.getState().completion||O.getState().query,id:St(v.id,"input"),autoComplete:"off",autoCorrect:"off",autoCapitalize:"off",enterKeyHint:u,spellCheck:"false",autoFocus:v.autoFocus,placeholder:v.placeholder,maxLength:E,type:"search",onChange:function(W){var F=W.currentTarget.value;v.ignoreCompositionEvents&&Pa(W).isComposing?D.setQuery(F):dn(tt({event:W,props:v,query:F.slice(0,E),refresh:_,store:O},D))},onCompositionEnd:function(W){dn(tt({event:W,props:v,query:W.currentTarget.value.slice(0,E),refresh:_,store:O},D))},onKeyDown:function(W){Pa(W).isComposing||(function(F){var X=F.event,oe=F.props,Ae=F.refresh,re=F.store,xe=(function(V,Y){if(V==null)return{};var ee,ce,le=(function(Ye,gt){if(Ye==null)return{};var $e,_t,nt={},At=Object.keys(Ye);for(_t=0;_t<At.length;_t++)$e=At[_t],gt.indexOf($e)>=0||(nt[$e]=Ye[$e]);return nt})(V,Y);if(Object.getOwnPropertySymbols){var Ue=Object.getOwnPropertySymbols(V);for(ce=0;ce<Ue.length;ce++)ee=Ue[ce],Y.indexOf(ee)>=0||Object.prototype.propertyIsEnumerable.call(V,ee)&&(le[ee]=V[ee])}return le})(F,Ts);if(X.key==="ArrowUp"||X.key==="ArrowDown"){var Q=function(){var V=fn(re.getState()),Y=oe.environment.document.getElementById(St(oe.id,"item-".concat(re.getState().activeItemId),V==null?void 0:V.source));Y&&(Y.scrollIntoViewIfNeeded?Y.scrollIntoViewIfNeeded(!1):Y.scrollIntoView(!1))},K=function(){var V=fn(re.getState());if(re.getState().activeItemId!==null&&V){var Y=V.item,ee=V.itemInputValue,ce=V.itemUrl,le=V.source;le.onActive(hn({event:X,item:Y,itemInputValue:ee,itemUrl:ce,refresh:Ae,source:le,state:re.getState()},xe))}};X.preventDefault(),re.getState().isOpen===!1&&(oe.openOnFocus||re.getState().query)?dn(hn({event:X,props:oe,query:re.getState().query,refresh:Ae,store:re},xe)).then((function(){re.dispatch(X.key,{nextActiveItemId:oe.defaultActiveItemId}),K(),setTimeout(Q,0)})):(re.dispatch(X.key,{}),K(),Q())}else if(X.key==="Escape")X.preventDefault(),re.dispatch(X.key,null),re.pendingRequests.cancelAll();else if(X.key==="Tab")re.dispatch("blur",null),re.pendingRequests.cancelAll();else if(X.key==="Enter"){if(re.getState().activeItemId===null||re.getState().collections.every((function(V){return V.items.length===0})))return void(oe.debug||re.pendingRequests.cancelAll());X.preventDefault();var G=fn(re.getState()),ie=G.item,Z=G.itemInputValue,pe=G.itemUrl,ne=G.source;if(X.metaKey||X.ctrlKey)pe!==void 0&&(ne.onSelect(hn({event:X,item:ie,itemInputValue:Z,itemUrl:pe,refresh:Ae,source:ne,state:re.getState()},xe)),oe.navigator.navigateNewTab({itemUrl:pe,item:ie,state:re.getState()}));else if(X.shiftKey)pe!==void 0&&(ne.onSelect(hn({event:X,item:ie,itemInputValue:Z,itemUrl:pe,refresh:Ae,source:ne,state:re.getState()},xe)),oe.navigator.navigateNewWindow({itemUrl:pe,item:ie,state:re.getState()}));else if(!X.altKey){if(pe!==void 0)return ne.onSelect(hn({event:X,item:ie,itemInputValue:Z,itemUrl:pe,refresh:Ae,source:ne,state:re.getState()},xe)),void oe.navigator.navigate({itemUrl:pe,item:ie,state:re.getState()});dn(hn({event:X,nextState:{isOpen:!1},props:oe,query:Z,refresh:Ae,store:re},xe)).then((function(){ne.onSelect(hn({event:X,item:ie,itemInputValue:Z,itemUrl:pe,refresh:Ae,source:ne,state:re.getState()},xe))}))}}})(tt({event:W,props:v,refresh:_,store:O},D))},onFocus:P,onBlur:Kr,onClick:function(W){k.inputElement!==v.environment.document.activeElement||O.getState().isOpen||P(W)}},L)},getPanelProps:function(k){return tt({onMouseDown:function(A){A.preventDefault()},onMouseLeave:function(){O.dispatch("mouseleave",null)}},k)},getListProps:function(k){var A=k||{},P=A.source,j=Ln(A,Ls);return tt({role:"listbox","aria-labelledby":St(v.id,"label"),id:St(v.id,"list",P)},j)},getItemProps:function(k){var A=k.item,P=k.source,j=Ln(k,Rs);return tt({id:St(v.id,"item-".concat(A.__autocomplete_id),P),role:"option","aria-selected":O.getState().activeItemId===A.__autocomplete_id,onMouseMove:function(w){if(A.__autocomplete_id!==O.getState().activeItemId){O.dispatch("mousemove",A.__autocomplete_id);var E=fn(O.getState());if(O.getState().activeItemId!==null&&E){var L=E.item,M=E.itemInputValue,B=E.itemUrl,u=E.source;u.onActive(tt({event:w,item:L,itemInputValue:M,itemUrl:B,refresh:_,source:u,state:O.getState()},D))}}},onMouseDown:function(w){w.preventDefault()},onClick:function(w){var E=P.getItemInputValue({item:A,state:O.getState()}),L=P.getItemUrl({item:A,state:O.getState()});(L?Promise.resolve():dn(tt({event:w,nextState:{isOpen:!1},props:v,query:E,refresh:_,store:O},D))).then((function(){P.onSelect(tt({event:w,item:A,itemInputValue:E,itemUrl:L,refresh:_,source:P,state:O.getState()},D))}))}},j)}}})(gn({props:r,refresh:h,store:o,navigator:r.navigator},s));function h(){return dn(gn({event:new Event("input"),nextState:{isOpen:o.getState().isOpen},props:r,navigator:r.navigator,query:o.getState().query,refresh:h,store:o},s))}function d(S){S.forEach((function(v){var _;return(_=v.subscribe)===null||_===void 0?void 0:_.call(v,gn(gn({},s),{},{navigator:r.navigator,refresh:h,onSelect:function(O){n.push({onSelect:O})},onActive:function(O){n.push({onActive:O})},onResolve:function(O){n.push({onResolve:O})}}))}))}function m(){return r.plugins.some((function(S){return S.name==="aa.algoliaInsightsPlugin"}))}if(r.insights&&!m()){var y=typeof r.insights=="boolean"?{}:r.insights;r.plugins.push(Oa(y))}return d(r.plugins),(function(S){var v,_,O=S.metadata,D=S.environment;if(!((v=D.navigator)===null||v===void 0||(_=v.userAgent)===null||_===void 0)&&_.includes("Algolia Crawler")){var k=D.document.createElement("meta"),A=D.document.querySelector("head");k.name="algolia:metadata",setTimeout((function(){k.content=JSON.stringify(O),A.appendChild(k)}),0)}})({metadata:Hs({plugins:r.plugins,options:t}),environment:r.environment}),gn(gn({refresh:h,navigator:r.navigator},l),s)}function zs(t){var n=t.translations,r=(n===void 0?{}:n).searchByText,o=r===void 0?"Search by":r;return T.createElement("a",{href:"https://www.algolia.com/ref/docsearch/?utm_source=".concat(window.location.hostname,"&utm_medium=referral&utm_content=powered_by&utm_campaign=docsearch"),target:"_blank",rel:"noopener noreferrer"},T.createElement("span",{className:"DocSearch-Label"},o),T.createElement("svg",{width:"77",height:"19","aria-label":"Algolia",role:"img",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2196.2 500"},T.createElement("defs",null,T.createElement("style",null,".cls-1,.cls-2{fill:#003dff;}.cls-2{fill-rule:evenodd;}")),T.createElement("path",{className:"cls-2",d:"M1070.38,275.3V5.91c0-3.63-3.24-6.39-6.82-5.83l-50.46,7.94c-2.87,.45-4.99,2.93-4.99,5.84l.17,273.22c0,12.92,0,92.7,95.97,95.49,3.33,.1,6.09-2.58,6.09-5.91v-40.78c0-2.96-2.19-5.51-5.12-5.84-34.85-4.01-34.85-47.57-34.85-54.72Z"}),T.createElement("rect",{className:"cls-1",x:"1845.88",y:"104.73",width:"62.58",height:"277.9",rx:"5.9",ry:"5.9"}),T.createElement("path",{className:"cls-2",d:"M1851.78,71.38h50.77c3.26,0,5.9-2.64,5.9-5.9V5.9c0-3.62-3.24-6.39-6.82-5.83l-50.77,7.95c-2.87,.45-4.99,2.92-4.99,5.83v51.62c0,3.26,2.64,5.9,5.9,5.9Z"}),T.createElement("path",{className:"cls-2",d:"M1764.03,275.3V5.91c0-3.63-3.24-6.39-6.82-5.83l-50.46,7.94c-2.87,.45-4.99,2.93-4.99,5.84l.17,273.22c0,12.92,0,92.7,95.97,95.49,3.33,.1,6.09-2.58,6.09-5.91v-40.78c0-2.96-2.19-5.51-5.12-5.84-34.85-4.01-34.85-47.57-34.85-54.72Z"}),T.createElement("path",{className:"cls-2",d:"M1631.95,142.72c-11.14-12.25-24.83-21.65-40.78-28.31-15.92-6.53-33.26-9.85-52.07-9.85-18.78,0-36.15,3.17-51.92,9.85-15.59,6.66-29.29,16.05-40.76,28.31-11.47,12.23-20.38,26.87-26.76,44.03-6.38,17.17-9.24,37.37-9.24,58.36,0,20.99,3.19,36.87,9.55,54.21,6.38,17.32,15.14,32.11,26.45,44.36,11.29,12.23,24.83,21.62,40.6,28.46,15.77,6.83,40.12,10.33,52.4,10.48,12.25,0,36.78-3.82,52.7-10.48,15.92-6.68,29.46-16.23,40.78-28.46,11.29-12.25,20.05-27.04,26.25-44.36,6.22-17.34,9.24-33.22,9.24-54.21,0-20.99-3.34-41.19-10.03-58.36-6.38-17.17-15.14-31.8-26.43-44.03Zm-44.43,163.75c-11.47,15.75-27.56,23.7-48.09,23.7-20.55,0-36.63-7.8-48.1-23.7-11.47-15.75-17.21-34.01-17.21-61.2,0-26.89,5.59-49.14,17.06-64.87,11.45-15.75,27.54-23.52,48.07-23.52,20.55,0,36.63,7.78,48.09,23.52,11.47,15.57,17.36,37.98,17.36,64.87,0,27.19-5.72,45.3-17.19,61.2Z"}),T.createElement("path",{className:"cls-2",d:"M894.42,104.73h-49.33c-48.36,0-90.91,25.48-115.75,64.1-14.52,22.58-22.99,49.63-22.99,78.73,0,44.89,20.13,84.92,51.59,111.1,2.93,2.6,6.05,4.98,9.31,7.14,12.86,8.49,28.11,13.47,44.52,13.47,1.23,0,2.46-.03,3.68-.09,.36-.02,.71-.05,1.07-.07,.87-.05,1.75-.11,2.62-.2,.34-.03,.68-.08,1.02-.12,.91-.1,1.82-.21,2.73-.34,.21-.03,.42-.07,.63-.1,32.89-5.07,61.56-30.82,70.9-62.81v57.83c0,3.26,2.64,5.9,5.9,5.9h50.42c3.26,0,5.9-2.64,5.9-5.9V110.63c0-3.26-2.64-5.9-5.9-5.9h-56.32Zm0,206.92c-12.2,10.16-27.97,13.98-44.84,15.12-.16,.01-.33,.03-.49,.04-1.12,.07-2.24,.1-3.36,.1-42.24,0-77.12-35.89-77.12-79.37,0-10.25,1.96-20.01,5.42-28.98,11.22-29.12,38.77-49.74,71.06-49.74h49.33v142.83Z"}),T.createElement("path",{className:"cls-2",d:"M2133.97,104.73h-49.33c-48.36,0-90.91,25.48-115.75,64.1-14.52,22.58-22.99,49.63-22.99,78.73,0,44.89,20.13,84.92,51.59,111.1,2.93,2.6,6.05,4.98,9.31,7.14,12.86,8.49,28.11,13.47,44.52,13.47,1.23,0,2.46-.03,3.68-.09,.36-.02,.71-.05,1.07-.07,.87-.05,1.75-.11,2.62-.2,.34-.03,.68-.08,1.02-.12,.91-.1,1.82-.21,2.73-.34,.21-.03,.42-.07,.63-.1,32.89-5.07,61.56-30.82,70.9-62.81v57.83c0,3.26,2.64,5.9,5.9,5.9h50.42c3.26,0,5.9-2.64,5.9-5.9V110.63c0-3.26-2.64-5.9-5.9-5.9h-56.32Zm0,206.92c-12.2,10.16-27.97,13.98-44.84,15.12-.16,.01-.33,.03-.49,.04-1.12,.07-2.24,.1-3.36,.1-42.24,0-77.12-35.89-77.12-79.37,0-10.25,1.96-20.01,5.42-28.98,11.22-29.12,38.77-49.74,71.06-49.74h49.33v142.83Z"}),T.createElement("path",{className:"cls-2",d:"M1314.05,104.73h-49.33c-48.36,0-90.91,25.48-115.75,64.1-11.79,18.34-19.6,39.64-22.11,62.59-.58,5.3-.88,10.68-.88,16.14s.31,11.15,.93,16.59c4.28,38.09,23.14,71.61,50.66,94.52,2.93,2.6,6.05,4.98,9.31,7.14,12.86,8.49,28.11,13.47,44.52,13.47h0c17.99,0,34.61-5.93,48.16-15.97,16.29-11.58,28.88-28.54,34.48-47.75v50.26h-.11v11.08c0,21.84-5.71,38.27-17.34,49.36-11.61,11.08-31.04,16.63-58.25,16.63-11.12,0-28.79-.59-46.6-2.41-2.83-.29-5.46,1.5-6.27,4.22l-12.78,43.11c-1.02,3.46,1.27,7.02,4.83,7.53,21.52,3.08,42.52,4.68,54.65,4.68,48.91,0,85.16-10.75,108.89-32.21,21.48-19.41,33.15-48.89,35.2-88.52V110.63c0-3.26-2.64-5.9-5.9-5.9h-56.32Zm0,64.1s.65,139.13,0,143.36c-12.08,9.77-27.11,13.59-43.49,14.7-.16,.01-.33,.03-.49,.04-1.12,.07-2.24,.1-3.36,.1-1.32,0-2.63-.03-3.94-.1-40.41-2.11-74.52-37.26-74.52-79.38,0-10.25,1.96-20.01,5.42-28.98,11.22-29.12,38.77-49.74,71.06-49.74h49.33Z"}),T.createElement("path",{className:"cls-1",d:"M249.83,0C113.3,0,2,110.09,.03,246.16c-2,138.19,110.12,252.7,248.33,253.5,42.68,.25,83.79-10.19,120.3-30.03,3.56-1.93,4.11-6.83,1.08-9.51l-23.38-20.72c-4.75-4.21-11.51-5.4-17.36-2.92-25.48,10.84-53.17,16.38-81.71,16.03-111.68-1.37-201.91-94.29-200.13-205.96,1.76-110.26,92-199.41,202.67-199.41h202.69V407.41l-115-102.18c-3.72-3.31-9.42-2.66-12.42,1.31-18.46,24.44-48.53,39.64-81.93,37.34-46.33-3.2-83.87-40.5-87.34-86.81-4.15-55.24,39.63-101.52,94-101.52,49.18,0,89.68,37.85,93.91,85.95,.38,4.28,2.31,8.27,5.52,11.12l29.95,26.55c3.4,3.01,8.79,1.17,9.63-3.3,2.16-11.55,2.92-23.58,2.07-35.92-4.82-70.34-61.8-126.93-132.17-131.26-80.68-4.97-148.13,58.14-150.27,137.25-2.09,77.1,61.08,143.56,138.19,145.26,32.19,.71,62.03-9.41,86.14-26.95l150.26,133.2c6.44,5.71,16.61,1.14,16.61-7.47V9.48C499.66,4.25,495.42,0,490.18,0H249.83Z"})))}function ri(t){return T.createElement("svg",{width:"15",height:"15","aria-label":t.ariaLabel,role:"img"},T.createElement("g",{fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.2"},t.children))}function Ws(t){var n=t.translations,r=n===void 0?{}:n,o=r.selectText,s=o===void 0?"to select":o,l=r.selectKeyAriaLabel,h=l===void 0?"Enter key":l,d=r.navigateText,m=d===void 0?"to navigate":d,y=r.navigateUpKeyAriaLabel,S=y===void 0?"Arrow up":y,v=r.navigateDownKeyAriaLabel,_=v===void 0?"Arrow down":v,O=r.closeText,D=O===void 0?"to close":O,k=r.closeKeyAriaLabel,A=k===void 0?"Escape key":k,P=r.searchByText,j=P===void 0?"Search by":P;return T.createElement(T.Fragment,null,T.createElement("div",{className:"DocSearch-Logo"},T.createElement(zs,{translations:{searchByText:j}})),T.createElement("ul",{className:"DocSearch-Commands"},T.createElement("li",null,T.createElement("kbd",{className:"DocSearch-Commands-Key"},T.createElement(ri,{ariaLabel:h},T.createElement("path",{d:"M12 3.53088v3c0 1-1 2-2 2H4M7 11.53088l-3-3 3-3"}))),T.createElement("span",{className:"DocSearch-Label"},s)),T.createElement("li",null,T.createElement("kbd",{className:"DocSearch-Commands-Key"},T.createElement(ri,{ariaLabel:_},T.createElement("path",{d:"M7.5 3.5v8M10.5 8.5l-3 3-3-3"}))),T.createElement("kbd",{className:"DocSearch-Commands-Key"},T.createElement(ri,{ariaLabel:S},T.createElement("path",{d:"M7.5 11.5v-8M10.5 6.5l-3-3-3 3"}))),T.createElement("span",{className:"DocSearch-Label"},m)),T.createElement("li",null,T.createElement("kbd",{className:"DocSearch-Commands-Key"},T.createElement(ri,{ariaLabel:A},T.createElement("path",{d:"M13.6167 8.936c-.1065.3583-.6883.962-1.4875.962-.7993 0-1.653-.9165-1.653-2.1258v-.5678c0-1.2548.7896-2.1016 1.653-2.1016.8634 0 1.3601.4778 1.4875 1.0724M9 6c-.1352-.4735-.7506-.9219-1.46-.8972-.7092.0246-1.344.57-1.344 1.2166s.4198.8812 1.3445.9805C8.465 7.3992 8.968 7.9337 9 8.5c.032.5663-.454 1.398-1.4595 1.398C6.6593 9.898 6 9 5.963 8.4851m-1.4748.5368c-.2635.5941-.8099.876-1.5443.876s-1.7073-.6248-1.7073-2.204v-.4603c0-1.0416.721-2.131 1.7073-2.131.9864 0 1.6425 1.031 1.5443 2.2492h-2.956"}))),T.createElement("span",{className:"DocSearch-Label"},D))))}function Vs(t){var n=t.hit,r=t.children;return T.createElement("a",{href:n.url},r)}function Gs(){return T.createElement("svg",{viewBox:"0 0 38 38",stroke:"currentColor",strokeOpacity:".5"},T.createElement("g",{fill:"none",fillRule:"evenodd"},T.createElement("g",{transform:"translate(1 1)",strokeWidth:"2"},T.createElement("circle",{strokeOpacity:".3",cx:"18",cy:"18",r:"18"}),T.createElement("path",{d:"M36 18c0-9.94-8.06-18-18-18"},T.createElement("animateTransform",{attributeName:"transform",type:"rotate",from:"0 18 18",to:"360 18 18",dur:"1s",repeatCount:"indefinite"})))))}function Ks(){return T.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20"},T.createElement("g",{stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"},T.createElement("path",{d:"M3.18 6.6a8.23 8.23 0 1112.93 9.94h0a8.23 8.23 0 01-11.63 0"}),T.createElement("path",{d:"M6.44 7.25H2.55V3.36M10.45 6v5.6M10.45 11.6L13 13"})))}function zi(){return T.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20"},T.createElement("path",{d:"M10 10l5.09-5.09L10 10l5.09 5.09L10 10zm0 0L4.91 4.91 10 10l-5.09 5.09L10 10z",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"}))}function Qs(){return T.createElement("svg",{className:"DocSearch-Hit-Select-Icon",width:"20",height:"20",viewBox:"0 0 20 20"},T.createElement("g",{stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"},T.createElement("path",{d:"M18 3v4c0 2-2 4-4 4H2"}),T.createElement("path",{d:"M8 17l-6-6 6-6"})))}var Ys=function(){return T.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20"},T.createElement("path",{d:"M17 6v12c0 .52-.2 1-1 1H4c-.7 0-1-.33-1-1V2c0-.55.42-1 1-1h8l5 5zM14 8h-3.13c-.51 0-.87-.34-.87-.87V4",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinejoin:"round"}))};function Xs(t){switch(t.type){case"lvl1":return T.createElement(Ys,null);case"content":return T.createElement(Zs,null);default:return T.createElement(Js,null)}}function Js(){return T.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20"},T.createElement("path",{d:"M13 13h4-4V8H7v5h6v4-4H7V8H3h4V3v5h6V3v5h4-4v5zm-6 0v4-4H3h4z",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"}))}function Zs(){return T.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20"},T.createElement("path",{d:"M17 5H3h14zm0 5H3h14zm0 5H3h14z",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinejoin:"round"}))}function Ya(){return T.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20"},T.createElement("path",{d:"M10 14.2L5 17l1-5.6-4-4 5.5-.7 2.5-5 2.5 5 5.6.8-4 4 .9 5.5z",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinejoin:"round"}))}function ec(){return T.createElement("svg",{width:"40",height:"40",viewBox:"0 0 20 20",fill:"none",fillRule:"evenodd",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},T.createElement("path",{d:"M19 4.8a16 16 0 00-2-1.2m-3.3-1.2A16 16 0 001.1 4.7M16.7 8a12 12 0 00-2.8-1.4M10 6a12 12 0 00-6.7 2M12.3 14.7a4 4 0 00-4.5 0M14.5 11.4A8 8 0 0010 10M3 16L18 2M10 18h0"}))}function tc(){return T.createElement("svg",{width:"40",height:"40",viewBox:"0 0 20 20",fill:"none",fillRule:"evenodd",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"},T.createElement("path",{d:"M15.5 4.8c2 3 1.7 7-1 9.7h0l4.3 4.3-4.3-4.3a7.8 7.8 0 01-9.8 1m-2.2-2.2A7.8 7.8 0 0113.2 2.4M2 18L18 2"}))}function nc(t){var n=t.translations,r=n===void 0?{}:n,o=r.titleText,s=o===void 0?"Unable to fetch results":o,l=r.helpText,h=l===void 0?"You might want to check your network connection.":l;return T.createElement("div",{className:"DocSearch-ErrorScreen"},T.createElement("div",{className:"DocSearch-Screen-Icon"},T.createElement(ec,null)),T.createElement("p",{className:"DocSearch-Title"},s),T.createElement("p",{className:"DocSearch-Help"},h))}var rc=["translations"];function ic(t){var n=t.translations,r=n===void 0?{}:n,o=Rt(t,rc),s=r.noResultsText,l=s===void 0?"No results for":s,h=r.suggestedQueryText,d=h===void 0?"Try searching for":h,m=r.reportMissingResultsText,y=m===void 0?"Believe this query should return results?":m,S=r.reportMissingResultsLinkText,v=S===void 0?"Let us know.":S,_=o.state.context.searchSuggestions;return T.createElement("div",{className:"DocSearch-NoResults"},T.createElement("div",{className:"DocSearch-Screen-Icon"},T.createElement(tc,null)),T.createElement("p",{className:"DocSearch-Title"},l,' "',T.createElement("strong",null,o.state.query),'"'),_&&_.length>0&&T.createElement("div",{className:"DocSearch-NoResults-Prefill-List"},T.createElement("p",{className:"DocSearch-Help"},d,":"),T.createElement("ul",null,_.slice(0,3).reduce((function(O,D){return[].concat(rr(O),[T.createElement("li",{key:D},T.createElement("button",{className:"DocSearch-Prefill",key:D,type:"button",onClick:function(){o.setQuery(D.toLowerCase()+" "),o.refresh(),o.inputRef.current.focus()}},D))])}),[]))),o.getMissingResultsUrl&&T.createElement("p",{className:"DocSearch-Help"},"".concat(y," "),T.createElement("a",{href:o.getMissingResultsUrl({query:o.state.query}),target:"_blank",rel:"noopener noreferrer"},v)))}var oc=["hit","attribute","tagName"];function Xa(t,n){return n.split(".").reduce((function(r,o){return r!=null&&r[o]?r[o]:null}),t)}function Rn(t){var n=t.hit,r=t.attribute,o=t.tagName;return Nt(o===void 0?"span":o,Ee(Ee({},Rt(t,oc)),{},{dangerouslySetInnerHTML:{__html:Xa(n,"_snippetResult.".concat(r,".value"))||Xa(n,r)}}))}function Wi(t){return t.collection&&t.collection.items.length!==0?T.createElement("section",{className:"DocSearch-Hits"},T.createElement("div",{className:"DocSearch-Hit-source"},t.title),T.createElement("ul",t.getListProps(),t.collection.items.map((function(n,r){return T.createElement(ac,ot({key:[t.title,n.objectID].join(":"),item:n,index:r},t))})))):null}function ac(t){var n=t.item,r=t.index,o=t.renderIcon,s=t.renderAction,l=t.getItemProps,h=t.onItemClick,d=t.collection,m=t.hitComponent,y=ht(T.useState(!1),2),S=y[0],v=y[1],_=ht(T.useState(!1),2),O=_[0],D=_[1],k=T.useRef(null),A=m;return T.createElement("li",ot({className:["DocSearch-Hit",n.__docsearch_parent&&"DocSearch-Hit--Child",S&&"DocSearch-Hit--deleting",O&&"DocSearch-Hit--favoriting"].filter(Boolean).join(" "),onTransitionEnd:function(){k.current&&k.current()}},l({item:n,source:d.source,onClick:function(P){h(n,P)}})),T.createElement(A,{hit:n},T.createElement("div",{className:"DocSearch-Hit-Container"},o({item:n,index:r}),n.hierarchy[n.type]&&n.type==="lvl1"&&T.createElement("div",{className:"DocSearch-Hit-content-wrapper"},T.createElement(Rn,{className:"DocSearch-Hit-title",hit:n,attribute:"hierarchy.lvl1"}),n.content&&T.createElement(Rn,{className:"DocSearch-Hit-path",hit:n,attribute:"content"})),n.hierarchy[n.type]&&(n.type==="lvl2"||n.type==="lvl3"||n.type==="lvl4"||n.type==="lvl5"||n.type==="lvl6")&&T.createElement("div",{className:"DocSearch-Hit-content-wrapper"},T.createElement(Rn,{className:"DocSearch-Hit-title",hit:n,attribute:"hierarchy.".concat(n.type)}),T.createElement(Rn,{className:"DocSearch-Hit-path",hit:n,attribute:"hierarchy.lvl1"})),n.type==="content"&&T.createElement("div",{className:"DocSearch-Hit-content-wrapper"},T.createElement(Rn,{className:"DocSearch-Hit-title",hit:n,attribute:"content"}),T.createElement(Rn,{className:"DocSearch-Hit-path",hit:n,attribute:"hierarchy.lvl1"})),s({item:n,runDeleteTransition:function(P){v(!0),k.current=P},runFavoriteTransition:function(P){D(!0),k.current=P}}))))}function Ja(t,n,r){return t.reduce((function(o,s){var l=n(s);return o.hasOwnProperty(l)||(o[l]=[]),o[l].length<(r||5)&&o[l].push(s),o}),{})}function Za(t){return t}function ii(t){return t.button===1||t.altKey||t.ctrlKey||t.metaKey||t.shiftKey}function uc(){}var eu=/(<mark>|<\/mark>)/g,sc=RegExp(eu.source);function tu(t){var n,r,o=t;if(!o.__docsearch_parent&&!t._highlightResult)return t.hierarchy.lvl0;var s=o.__docsearch_parent?(n=o.__docsearch_parent)===null||n===void 0||(n=n._highlightResult)===null||n===void 0||(n=n.hierarchy)===null||n===void 0?void 0:n.lvl0:(r=t._highlightResult)===null||r===void 0||(r=r.hierarchy)===null||r===void 0?void 0:r.lvl0;return s?s.value&&sc.test(s.value)?s.value.replace(eu,""):s.value:t.hierarchy.lvl0}function cc(t){return T.createElement("div",{className:"DocSearch-Dropdown-Container"},t.state.collections.map((function(n){if(n.items.length===0)return null;var r=tu(n.items[0]);return T.createElement(Wi,ot({},t,{key:n.source.sourceId,title:r,collection:n,renderIcon:function(o){var s,l=o.item,h=o.index;return T.createElement(T.Fragment,null,l.__docsearch_parent&&T.createElement("svg",{className:"DocSearch-Hit-Tree",viewBox:"0 0 24 54"},T.createElement("g",{stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"},l.__docsearch_parent!==((s=n.items[h+1])===null||s===void 0?void 0:s.__docsearch_parent)?T.createElement("path",{d:"M8 6v21M20 27H8.3"}):T.createElement("path",{d:"M8 6v42M20 27H8.3"}))),T.createElement("div",{className:"DocSearch-Hit-icon"},T.createElement(Xs,{type:l.type})))},renderAction:function(){return T.createElement("div",{className:"DocSearch-Hit-action"},T.createElement(Qs,null))}}))})),t.resultsFooterComponent&&T.createElement("section",{className:"DocSearch-HitsFooter"},T.createElement(t.resultsFooterComponent,{state:t.state})))}var lc=["translations"];function fc(t){var n=t.translations,r=n===void 0?{}:n,o=Rt(t,lc),s=r.recentSearchesTitle,l=s===void 0?"Recent":s,h=r.noRecentSearchesText,d=h===void 0?"No recent searches":h,m=r.saveRecentSearchButtonTitle,y=m===void 0?"Save this search":m,S=r.removeRecentSearchButtonTitle,v=S===void 0?"Remove this search from history":S,_=r.favoriteSearchesTitle,O=_===void 0?"Favorite":_,D=r.removeFavoriteSearchButtonTitle,k=D===void 0?"Remove this search from favorites":D;return o.state.status==="idle"&&o.hasCollections===!1?o.disableUserPersonalization?null:T.createElement("div",{className:"DocSearch-StartScreen"},T.createElement("p",{className:"DocSearch-Help"},d)):o.hasCollections===!1?null:T.createElement("div",{className:"DocSearch-Dropdown-Container"},T.createElement(Wi,ot({},o,{title:l,collection:o.state.collections[0],renderIcon:function(){return T.createElement("div",{className:"DocSearch-Hit-icon"},T.createElement(Ks,null))},renderAction:function(A){var P=A.item,j=A.runFavoriteTransition,w=A.runDeleteTransition;return T.createElement(T.Fragment,null,T.createElement("div",{className:"DocSearch-Hit-action"},T.createElement("button",{className:"DocSearch-Hit-action-button",title:y,type:"submit",onClick:function(E){E.preventDefault(),E.stopPropagation(),j((function(){o.favoriteSearches.add(P),o.recentSearches.remove(P),o.refresh()}))}},T.createElement(Ya,null))),T.createElement("div",{className:"DocSearch-Hit-action"},T.createElement("button",{className:"DocSearch-Hit-action-button",title:v,type:"submit",onClick:function(E){E.preventDefault(),E.stopPropagation(),w((function(){o.recentSearches.remove(P),o.refresh()}))}},T.createElement(zi,null))))}})),T.createElement(Wi,ot({},o,{title:O,collection:o.state.collections[1],renderIcon:function(){return T.createElement("div",{className:"DocSearch-Hit-icon"},T.createElement(Ya,null))},renderAction:function(A){var P=A.item,j=A.runDeleteTransition;return T.createElement("div",{className:"DocSearch-Hit-action"},T.createElement("button",{className:"DocSearch-Hit-action-button",title:k,type:"submit",onClick:function(w){w.preventDefault(),w.stopPropagation(),j((function(){o.favoriteSearches.remove(P),o.refresh()}))}},T.createElement(zi,null)))}})))}var pc=["translations"],dc=T.memo((function(t){var n=t.translations,r=n===void 0?{}:n,o=Rt(t,pc);if(o.state.status==="error")return T.createElement(nc,{translations:r==null?void 0:r.errorScreen});var s=o.state.collections.some((function(l){return l.items.length>0}));return o.state.query?s===!1?T.createElement(ic,ot({},o,{translations:r==null?void 0:r.noResultsScreen})):T.createElement(cc,o):T.createElement(fc,ot({},o,{hasCollections:s,translations:r==null?void 0:r.startScreen}))}),(function(t,n){return n.state.status==="loading"||n.state.status==="stalled"})),hc=["translations"];function gc(t){var n=t.translations,r=n===void 0?{}:n,o=Rt(t,hc),s=r.resetButtonTitle,l=s===void 0?"Clear the query":s,h=r.resetButtonAriaLabel,d=h===void 0?"Clear the query":h,m=r.cancelButtonText,y=m===void 0?"Cancel":m,S=r.cancelButtonAriaLabel,v=S===void 0?"Cancel":S,_=r.searchInputLabel,O=_===void 0?"Search":_,D=o.getFormProps({inputElement:o.inputRef.current}).onReset;return T.useEffect((function(){o.autoFocus&&o.inputRef.current&&o.inputRef.current.focus()}),[o.autoFocus,o.inputRef]),T.useEffect((function(){o.isFromSelection&&o.inputRef.current&&o.inputRef.current.select()}),[o.isFromSelection,o.inputRef]),T.createElement(T.Fragment,null,T.createElement("form",{className:"DocSearch-Form",onSubmit:function(k){k.preventDefault()},onReset:D},T.createElement("label",ot({className:"DocSearch-MagnifierLabel"},o.getLabelProps()),T.createElement(ga,null),T.createElement("span",{className:"DocSearch-VisuallyHiddenForAccessibility"},O)),T.createElement("div",{className:"DocSearch-LoadingIndicator"},T.createElement(Gs,null)),T.createElement("input",ot({className:"DocSearch-Input",ref:o.inputRef},o.getInputProps({inputElement:o.inputRef.current,autoFocus:o.autoFocus,maxLength:64}))),T.createElement("button",{type:"reset",title:l,className:"DocSearch-Reset","aria-label":d,hidden:!o.state.query},T.createElement(zi,null))),T.createElement("button",{className:"DocSearch-Cancel",type:"reset","aria-label":v,onClick:o.onClose},y))}var mc=["_highlightResult","_snippetResult"];function nu(t){var n=t.key,r=t.limit,o=r===void 0?5:r,s=(function(h){return(function(){var d="__TEST_KEY__";try{return localStorage.setItem(d,""),localStorage.removeItem(d),!0}catch(m){return!1}})()===!1?{setItem:function(){},getItem:function(){return[]}}:{setItem:function(d){return window.localStorage.setItem(h,JSON.stringify(d))},getItem:function(){var d=window.localStorage.getItem(h);return d?JSON.parse(d):[]}}})(n),l=s.getItem().slice(0,o);return{add:function(h){var d=h;d._highlightResult,d._snippetResult;var m=Rt(d,mc),y=l.findIndex((function(S){return S.objectID===m.objectID}));y>-1&&l.splice(y,1),l.unshift(m),l=l.slice(0,o),s.setItem(l)},remove:function(h){l=l.filter((function(d){return d.objectID!==h.objectID})),s.setItem(l)},getAll:function(){return l}}}function vc(t){var n,r="algolia-client-js-".concat(t.key);function o(){return n===void 0&&(n=t.localStorage||window.localStorage),n}function s(){return JSON.parse(o().getItem(r)||"{}")}function l(h){o().setItem(r,JSON.stringify(h))}return{get:function(h,d){var m=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{miss:function(){return Promise.resolve()}};return Promise.resolve().then((function(){var y,S,v;return y=t.timeToLive?1e3*t.timeToLive:null,S=s(),l(v=Object.fromEntries(Object.entries(S).filter((function(_){return ht(_,2)[1].timestamp!==void 0})))),y&&l(Object.fromEntries(Object.entries(v).filter((function(_){var O=ht(_,2)[1],D=new Date().getTime();return!(O.timestamp+y<D)})))),s()[JSON.stringify(h)]})).then((function(y){return Promise.all([y?y.value:d(),y!==void 0])})).then((function(y){var S=ht(y,2),v=S[0],_=S[1];return Promise.all([v,_||m.miss(v)])})).then((function(y){return ht(y,1)[0]}))},set:function(h,d){return Promise.resolve().then((function(){var m=s();return m[JSON.stringify(h)]={timestamp:new Date().getTime(),value:d},o().setItem(r,JSON.stringify(m)),d}))},delete:function(h){return Promise.resolve().then((function(){var d=s();delete d[JSON.stringify(h)],o().setItem(r,JSON.stringify(d))}))},clear:function(){return Promise.resolve().then((function(){o().removeItem(r)}))}}}function Ar(t){var n=rr(t.caches),r=n.shift();return r===void 0?{get:function(o,s){var l=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{miss:function(){return Promise.resolve()}};return s().then((function(h){return Promise.all([h,l.miss(h)])})).then((function(h){return ht(h,1)[0]}))},set:function(o,s){return Promise.resolve(s)},delete:function(o){return Promise.resolve()},clear:function(){return Promise.resolve()}}:{get:function(o,s){var l=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{miss:function(){return Promise.resolve()}};return r.get(o,s,l).catch((function(){return Ar({caches:n}).get(o,s,l)}))},set:function(o,s){return r.set(o,s).catch((function(){return Ar({caches:n}).set(o,s)}))},delete:function(o){return r.delete(o).catch((function(){return Ar({caches:n}).delete(o)}))},clear:function(){return r.clear().catch((function(){return Ar({caches:n}).clear()}))}}}function Vi(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{serializable:!0},n={};return{get:function(r,o){var s=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{miss:function(){return Promise.resolve()}},l=JSON.stringify(r);if(l in n)return Promise.resolve(t.serializable?JSON.parse(n[l]):n[l]);var h=o();return h.then((function(d){return s.miss(d)})).then((function(){return h}))},set:function(r,o){return n[JSON.stringify(r)]=t.serializable?JSON.stringify(o):o,Promise.resolve(o)},delete:function(r){return delete n[JSON.stringify(r)],Promise.resolve()},clear:function(){return n={},Promise.resolve()}}}function yc(t){var n=t.algoliaAgents,r=t.client,o=t.version,s=(function(l){var h={value:"Algolia for JavaScript (".concat(l,")"),add:function(d){var m="; ".concat(d.segment).concat(d.version!==void 0?" (".concat(d.version,")"):"");return h.value.indexOf(m)===-1&&(h.value="".concat(h.value).concat(m)),h}};return h})(o).add({segment:r,version:o});return n.forEach((function(l){return s.add(l)})),s}var ru=12e4;function iu(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"up",r=Date.now();return Ee(Ee({},t),{},{status:n,lastUpdate:r,isUp:function(){return n==="up"||Date.now()-r>ru},isTimedOut:function(){return n==="timed out"&&Date.now()-r<=ru}})}var ou=(function(){function t(n,r){var o;return kn(this,t),Tn(o=On(this,t,[n]),"name","AlgoliaError"),r&&(o.name=r),o}return jn(t,Ri(Error)),Cn(t)})(),au=(function(){function t(n,r,o){var s;return kn(this,t),Tn(s=On(this,t,[n,o]),"stackTrace",void 0),s.stackTrace=r,s}return jn(t,ou),Cn(t)})(),bc=(function(){function t(n){return kn(this,t),On(this,t,["Unreachable hosts - your application id may be incorrect. If the error persists, please reach out to the Algolia Support team: https://alg.li/support.",n,"RetryError"])}return jn(t,au),Cn(t)})(),Gi=(function(){function t(n,r,o){var s,l=arguments.length>3&&arguments[3]!==void 0?arguments[3]:"ApiError";return kn(this,t),Tn(s=On(this,t,[n,o,l]),"status",void 0),s.status=r,s}return jn(t,au),Cn(t)})(),_c=(function(){function t(n,r){var o;return kn(this,t),Tn(o=On(this,t,[n,"DeserializationError"]),"response",void 0),o.response=r,o}return jn(t,ou),Cn(t)})(),Ac=(function(){function t(n,r,o,s){var l;return kn(this,t),Tn(l=On(this,t,[n,r,s,"DetailedApiError"]),"error",void 0),l.error=o,l}return jn(t,Gi),Cn(t)})();function wc(t,n,r){var o,s=(o=r,Object.keys(o).filter((function(h){return o[h]!==void 0})).sort().map((function(h){return"".concat(h,"=").concat(encodeURIComponent(Object.prototype.toString.call(o[h])==="[object Array]"?o[h].join(","):o[h]).replace(/\+/g,"%20"))})).join("&")),l="".concat(t.protocol,"://").concat(t.url).concat(t.port?":".concat(t.port):"","/").concat(n.charAt(0)==="/"?n.substring(1):n);return s.length&&(l+="?".concat(s)),l}function Sc(t,n){if(t.method!=="GET"&&(t.data!==void 0||n.data!==void 0)){var r=Array.isArray(t.data)?t.data:Ee(Ee({},t.data),n.data);return JSON.stringify(r)}}function Ec(t,n,r){var o=Ee(Ee(Ee({Accept:"application/json"},t),n),r),s={};return Object.keys(o).forEach((function(l){var h=o[l];s[l.toLowerCase()]=h})),s}function xc(t){try{return JSON.parse(t.content)}catch(n){throw new _c(n.message,t)}}function Oc(t,n){var r=t.content,o=t.status;try{var s=JSON.parse(r);return"error"in s?new Ac(s.message,o,s.error,n):new Gi(s.message,o,n)}catch(l){}return new Gi(r,o,n)}function kc(t){return t.map((function(n){return uu(n)}))}function uu(t){var n=t.request.headers["x-algolia-api-key"]?{"x-algolia-api-key":"*****"}:{};return Ee(Ee({},t),{},{request:Ee(Ee({},t.request),{},{headers:Ee(Ee({},t.request.headers),n)})})}var Cc=["appId","apiKey","authMode","algoliaAgents"],Tc=["params"],su="5.19.0";function jc(t){return[{url:"".concat(t,"-dsn.algolia.net"),accept:"read",protocol:"https"},{url:"".concat(t,".algolia.net"),accept:"write",protocol:"https"}].concat((function(n){for(var r=n,o=n.length-1;o>0;o--){var s=Math.floor(Math.random()*(o+1)),l=n[o];r[o]=n[s],r[s]=l}return r})([{url:"".concat(t,"-1.algolianet.com"),accept:"readWrite",protocol:"https"},{url:"".concat(t,"-2.algolianet.com"),accept:"readWrite",protocol:"https"},{url:"".concat(t,"-3.algolianet.com"),accept:"readWrite",protocol:"https"}]))}var Ki="3.9.0",Ic=["footer","searchBox"];function Pc(t){var n=t.appId,r=t.apiKey,o=t.indexName,s=t.placeholder,l=s===void 0?"Search docs":s,h=t.searchParameters,d=t.maxResultsPerGroup,m=t.onClose,y=m===void 0?uc:m,S=t.transformItems,v=S===void 0?Za:S,_=t.hitComponent,O=_===void 0?Vs:_,D=t.resultsFooterComponent,k=D===void 0?function(){return null}:D,A=t.navigator,P=t.initialScrollY,j=P===void 0?0:P,w=t.transformSearchClient,E=w===void 0?Za:w,L=t.disableUserPersonalization,M=L!==void 0&&L,B=t.initialQuery,u=B===void 0?"":B,W=t.translations,F=W===void 0?{}:W,X=t.getMissingResultsUrl,oe=t.insights,Ae=oe!==void 0&&oe,re=F.footer,xe=F.searchBox,Q=Rt(F,Ic),K=ht(T.useState({query:"",collections:[],completion:null,context:{},isOpen:!1,activeItemId:null,status:"idle"}),2),G=K[0],ie=K[1],Z=T.useRef(null),pe=T.useRef(null),ne=T.useRef(null),V=T.useRef(null),Y=T.useRef(null),ee=T.useRef(10),ce=T.useRef(typeof window!="undefined"?window.getSelection().toString().slice(0,64):"").current,le=T.useRef(u||ce).current,Ue=(function(_e,je,Me){return T.useMemo((function(){var at=(function(lt,mt){if(!lt||typeof lt!="string")throw new Error("`appId` is missing.");if(!mt||typeof mt!="string")throw new Error("`apiKey` is missing.");return(function(me){var qe=me.appId,Ne=me.apiKey,se=me.authMode,Ve=me.algoliaAgents,Et=Rt(me,Cc),wt=(function(de,Re){var ze=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"WithinHeaders",Ge={"x-algolia-api-key":Re,"x-algolia-application-id":de};return{headers:function(){return ze==="WithinHeaders"?Ge:{}},queryParameters:function(){return ze==="WithinQueryParameters"?Ge:{}}}})(qe,Ne,se),ut=(function(de){var Re=de.hosts,ze=de.hostsCache,Ge=de.baseHeaders,et=de.logger,ft=de.baseQueryParameters,Gt=de.algoliaAgent,mn=de.timeouts,wr=de.requester,Zt=de.requestsCache,Sr=de.responsesCache;function en(Be){return tn.apply(this,arguments)}function tn(){return(tn=Ni(ln().mark((function Be(De){var Ke,Tt,Xe,rt,pt;return ln().wrap((function(st){for(;;)switch(st.prev=st.next){case 0:return st.next=2,Promise.all(De.map((function(Je){return ze.get(Je,(function(){return Promise.resolve(iu(Je))}))})));case 2:return Ke=st.sent,Tt=Ke.filter((function(Je){return Je.isUp()})),Xe=Ke.filter((function(Je){return Je.isTimedOut()})),rt=[].concat(rr(Tt),rr(Xe)),pt=rt.length>0?rt:De,st.abrupt("return",{hosts:pt,getTimeout:function(Je,jt){return(Xe.length===0&&Je===0?1:Xe.length+3+Je)*jt}});case 8:case"end":return st.stop()}}),Be)})))).apply(this,arguments)}function Er(Be,De){return qn.apply(this,arguments)}function qn(){return qn=Ni(ln().mark((function Be(De,Ke){var Tt,Xe,rt,pt,st,Je,jt,xr,Kt,Mn,Hn,ui,Or,Fn=arguments;return ln().wrap((function(nn){for(;;)switch(nn.prev=nn.next){case 0:if(Tt=!(Fn.length>2&&Fn[2]!==void 0)||Fn[2],Xe=[],rt=Sc(De,Ke),pt=Ec(Ge,De.headers,Ke.headers),st=De.method==="GET"?Ee(Ee({},De.data),Ke.data):{},Je=Ee(Ee(Ee({},ft),De.queryParameters),st),Gt.value&&(Je["x-algolia-agent"]=Gt.value),Ke&&Ke.queryParameters)for(jt=0,xr=Object.keys(Ke.queryParameters);jt<xr.length;jt++)Kt=xr[jt],Ke.queryParameters[Kt]&&Object.prototype.toString.call(Ke.queryParameters[Kt])!=="[object Object]"?Je[Kt]=Ke.queryParameters[Kt].toString():Je[Kt]=Ke.queryParameters[Kt];return Mn=0,Hn=(function(){var xt=Ni(ln().mark((function kr(rn,vn){var Mt,yn,Cr,Qt,It,Tr;return ln().wrap((function(vt){for(;;)switch(vt.prev=vt.next){case 0:if((Mt=rn.pop())!==void 0){vt.next=3;break}throw new bc(kc(Xe));case 3:return yn=Ee(Ee({},mn),Ke.timeouts),Cr={data:rt,headers:pt,method:De.method,url:wc(Mt,De.path,Je),connectTimeout:vn(Mn,yn.connect),responseTimeout:vn(Mn,Tt?yn.read:yn.write)},Qt=function($n){var si={request:Cr,response:$n,host:Mt,triesLeft:rn.length};return Xe.push(si),si},vt.next=8,wr.send(Cr);case 8:if(Ir=(jr=It=vt.sent).isTimedOut,on=jr.status,!(Ir||(function($n){return!$n.isTimedOut&&!~~$n.status})({isTimedOut:Ir,status:on})||~~(on/100)!=2&&~~(on/100)!=4)){vt.next=16;break}return Tr=Qt(It),It.isTimedOut&&Mn++,et.info("Retryable failure",uu(Tr)),vt.next=15,ze.set(Mt,iu(Mt,It.isTimedOut?"timed out":"down"));case 15:return vt.abrupt("return",Hn(rn,vn));case 16:if(~~(It.status/100)!=2){vt.next=18;break}return vt.abrupt("return",xc(It));case 18:throw Qt(It),Oc(It,Xe);case 20:case"end":return vt.stop()}var jr,Ir,on}),kr)})));return function(kr,rn){return xt.apply(this,arguments)}})(),ui=Re.filter((function(xt){return xt.accept==="readWrite"||(Tt?xt.accept==="read":xt.accept==="write")})),nn.next=13,en(ui);case 13:return Or=nn.sent,nn.abrupt("return",Hn(rr(Or.hosts).reverse(),Or.getTimeout));case 15:case"end":return nn.stop()}}),Be)}))),qn.apply(this,arguments)}return{hostsCache:ze,requester:wr,timeouts:mn,logger:et,algoliaAgent:Gt,baseHeaders:Ge,baseQueryParameters:ft,hosts:Re,request:function(Be){var De=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Ke=Be.useReadTransporter||Be.method==="GET";if(!Ke)return Er(Be,De,Ke);var Tt=function(){return Er(Be,De)};if((De.cacheable||Be.cacheable)!==!0)return Tt();var Xe={request:Be,requestOptions:De,transporter:{queryParameters:ft,headers:Ge}};return Sr.get(Xe,(function(){return Zt.get(Xe,(function(){return Zt.set(Xe,Tt()).then((function(rt){return Promise.all([Zt.delete(Xe),rt])}),(function(rt){return Promise.all([Zt.delete(Xe),Promise.reject(rt)])})).then((function(rt){var pt=ht(rt,2);return pt[0],pt[1]}))}))}),{miss:function(rt){return Sr.set(Xe,rt)}})},requestsCache:Zt,responsesCache:Sr}})(Ee(Ee({hosts:jc(qe)},Et),{},{algoliaAgent:yc({algoliaAgents:Ve,client:"Lite",version:su}),baseHeaders:Ee(Ee({"content-type":"text/plain"},wt.headers()),Et.baseHeaders),baseQueryParameters:Ee(Ee({},wt.queryParameters()),Et.baseQueryParameters)}));return{transporter:ut,appId:qe,apiKey:Ne,clearCache:function(){return Promise.all([ut.requestsCache.clear(),ut.responsesCache.clear()]).then((function(){}))},get _ua(){return ut.algoliaAgent.value},addAlgoliaAgent:function(de,Re){ut.algoliaAgent.add({segment:de,version:Re})},setClientApiKey:function(de){var Re=de.apiKey;se&&se!=="WithinHeaders"?ut.baseQueryParameters["x-algolia-api-key"]=Re:ut.baseHeaders["x-algolia-api-key"]=Re},searchForHits:function(de,Re){return this.search(de,Re)},searchForFacets:function(de,Re){return this.search(de,Re)},customPost:function(de,Re){var ze=de.path,Ge=de.parameters,et=de.body;if(!ze)throw new Error("Parameter `path` is required when calling `customPost`.");var ft={method:"POST",path:"/{path}".replace("{path}",ze),queryParameters:Ge||{},headers:{},data:et||{}};return ut.request(ft,Re)},getRecommendations:function(de,Re){if(de&&Array.isArray(de)&&(de={requests:de}),!de)throw new Error("Parameter `getRecommendationsParams` is required when calling `getRecommendations`.");if(!de.requests)throw new Error("Parameter `getRecommendationsParams.requests` is required when calling `getRecommendations`.");var ze={method:"POST",path:"/1/indexes/*/recommendations",queryParameters:{},headers:{},data:de,useReadTransporter:!0,cacheable:!0};return ut.request(ze,Re)},search:function(de,Re){if(de&&Array.isArray(de)){var ze={requests:de.map((function(et){var ft=et.params,Gt=Rt(et,Tc);return Gt.type==="facet"?Ee(Ee(Ee({},Gt),ft),{},{type:"facet"}):Ee(Ee(Ee({},Gt),ft),{},{facet:void 0,maxFacetHits:void 0,facetQuery:void 0})}))};de=ze}if(!de)throw new Error("Parameter `searchMethodParams` is required when calling `search`.");if(!de.requests)throw new Error("Parameter `searchMethodParams.requests` is required when calling `search`.");var Ge={method:"POST",path:"/1/indexes/*/queries",queryParameters:{},headers:{},data:de,useReadTransporter:!0,cacheable:!0};return ut.request(Ge,Re)}}})(Ee({appId:lt,apiKey:mt,timeouts:{connect:1e3,read:2e3,write:3e4},logger:{debug:function(me,qe){return Promise.resolve()},info:function(me,qe){return Promise.resolve()},error:function(me,qe){return Promise.resolve()}},requester:{send:function(me){return new Promise((function(qe){var Ne=new XMLHttpRequest;Ne.open(me.method,me.url,!0),Object.keys(me.headers).forEach((function(wt){return Ne.setRequestHeader(wt,me.headers[wt])}));var se,Ve=function(wt,ut){return setTimeout((function(){Ne.abort(),qe({status:0,content:ut,isTimedOut:!0})}),wt)},Et=Ve(me.connectTimeout,"Connection timeout");Ne.onreadystatechange=function(){Ne.readyState>Ne.OPENED&&se===void 0&&(clearTimeout(Et),se=Ve(me.responseTimeout,"Socket timeout"))},Ne.onerror=function(){Ne.status===0&&(clearTimeout(Et),clearTimeout(se),qe({content:Ne.responseText||"Network request failed",status:Ne.status,isTimedOut:!1}))},Ne.onload=function(){clearTimeout(Et),clearTimeout(se),qe({content:Ne.responseText,status:Ne.status,isTimedOut:!1})},Ne.send(me.data)}))}},algoliaAgents:[{segment:"Browser"}],authMode:"WithinQueryParameters",responsesCache:Vi(),requestsCache:Vi({serializable:!1}),hostsCache:Ar({caches:[vc({key:"".concat(su,"-").concat(lt)}),Vi()]})},void 0))})(_e,je);return at.addAlgoliaAgent("docsearch",Ki),/docsearch.js \(.*\)/.test(at.transporter.algoliaAgent.value)===!1&&at.addAlgoliaAgent("docsearch-react",Ki),Me(at)}),[_e,je,Me])})(n,r,E),Ye=T.useRef(nu({key:"__DOCSEARCH_FAVORITE_SEARCHES__".concat(o),limit:10})).current,gt=T.useRef(nu({key:"__DOCSEARCH_RECENT_SEARCHES__".concat(o),limit:Ye.getAll().length===0?7:4})).current,$e=T.useCallback((function(_e){if(!M){var je=_e.type==="content"?_e.__docsearch_parent:_e;je&&Ye.getAll().findIndex((function(Me){return Me.objectID===je.objectID}))===-1&&gt.add(je)}}),[Ye,gt,M]),_t=T.useCallback((function(_e){if(G.context.algoliaInsightsPlugin&&_e.__autocomplete_id){var je=_e,Me={eventName:"Item Selected",index:je.__autocomplete_indexName,items:[je],positions:[_e.__autocomplete_id],queryID:je.__autocomplete_queryID};G.context.algoliaInsightsPlugin.insights.clickedObjectIDsAfterSearch(Me)}}),[G.context.algoliaInsightsPlugin]),nt=T.useMemo((function(){return Us({id:"docsearch",defaultActiveItemId:0,placeholder:l,openOnFocus:!0,initialState:{query:le,context:{searchSuggestions:[]}},insights:Ae,navigator:A,onStateChange:function(_e){ie(_e.state)},getSources:function(_e){var je=_e.query,Me=_e.state,at=_e.setContext,lt=_e.setStatus;if(!je)return M?[]:[{sourceId:"recentSearches",onSelect:function(me){var qe=me.item,Ne=me.event;$e(qe),ii(Ne)||y()},getItemUrl:function(me){return me.item.url},getItems:function(){return gt.getAll()}},{sourceId:"favoriteSearches",onSelect:function(me){var qe=me.item,Ne=me.event;$e(qe),ii(Ne)||y()},getItemUrl:function(me){return me.item.url},getItems:function(){return Ye.getAll()}}];var mt=!!Ae;return Ue.search({requests:[Ee({query:je,indexName:o,attributesToRetrieve:["hierarchy.lvl0","hierarchy.lvl1","hierarchy.lvl2","hierarchy.lvl3","hierarchy.lvl4","hierarchy.lvl5","hierarchy.lvl6","content","type","url"],attributesToSnippet:["hierarchy.lvl1:".concat(ee.current),"hierarchy.lvl2:".concat(ee.current),"hierarchy.lvl3:".concat(ee.current),"hierarchy.lvl4:".concat(ee.current),"hierarchy.lvl5:".concat(ee.current),"hierarchy.lvl6:".concat(ee.current),"content:".concat(ee.current)],snippetEllipsisText:"\u2026",highlightPreTag:"<mark>",highlightPostTag:"</mark>",hitsPerPage:20,clickAnalytics:mt},h)]}).catch((function(me){throw me.name==="RetryError"&&lt("error"),me})).then((function(me){var qe=me.results[0],Ne=qe.hits,se=qe.nbHits,Ve=Ja(Ne,(function(wt){return tu(wt)}),d);Me.context.searchSuggestions.length<Object.keys(Ve).length&&at({searchSuggestions:Object.keys(Ve)}),at({nbHits:se});var Et={};return mt&&(Et={__autocomplete_indexName:o,__autocomplete_queryID:qe.queryID,__autocomplete_algoliaCredentials:{appId:n,apiKey:r}}),Object.values(Ve).map((function(wt,ut){return{sourceId:"hits".concat(ut),onSelect:function(de){var Re=de.item,ze=de.event;$e(Re),ii(ze)||y()},getItemUrl:function(de){return de.item.url},getItems:function(){return Object.values(Ja(wt,(function(de){return de.hierarchy.lvl1}),d)).map(v).map((function(de){return de.map((function(Re){var ze=null,Ge=de.find((function(et){return et.type==="lvl1"&&et.hierarchy.lvl1===Re.hierarchy.lvl1}));return Re.type!=="lvl1"&&Ge&&(ze=Ge),Ee(Ee({},Re),{},{__docsearch_parent:ze},Et)}))})).flat()}}}))}))}})}),[o,h,d,Ue,y,gt,Ye,$e,le,l,A,v,M,Ae,n,r]),At=nt.getEnvironmentProps,oi=nt.getRootProps,ai=nt.refresh;return(function(_e){var je=_e.getEnvironmentProps,Me=_e.panelElement,at=_e.formElement,lt=_e.inputElement;T.useEffect((function(){if(Me&&at&&lt){var mt=je({panelElement:Me,formElement:at,inputElement:lt}),me=mt.onTouchStart,qe=mt.onTouchMove;return window.addEventListener("touchstart",me),window.addEventListener("touchmove",qe),function(){window.removeEventListener("touchstart",me),window.removeEventListener("touchmove",qe)}}}),[je,Me,at,lt])})({getEnvironmentProps:At,panelElement:V.current,formElement:ne.current,inputElement:Y.current}),(function(_e){var je=_e.container;T.useEffect((function(){if(je){var Me=je.querySelectorAll("a[href]:not([disabled]), button:not([disabled]), input:not([disabled])"),at=Me[0],lt=Me[Me.length-1];return je.addEventListener("keydown",mt),function(){je.removeEventListener("keydown",mt)}}function mt(me){me.key==="Tab"&&(me.shiftKey?document.activeElement===at&&(me.preventDefault(),lt.focus()):document.activeElement===lt&&(me.preventDefault(),at.focus()))}}),[je])})({container:Z.current}),T.useEffect((function(){return document.body.classList.add("DocSearch--active"),function(){var _e,je;document.body.classList.remove("DocSearch--active"),(_e=(je=window).scrollTo)===null||_e===void 0||_e.call(je,0,j)}}),[]),T.useLayoutEffect((function(){var _e=window.innerWidth-document.body.clientWidth;return document.body.style.marginRight="".concat(_e,"px"),function(){document.body.style.marginRight="0px"}}),[]),T.useEffect((function(){window.matchMedia("(max-width: 768px)").matches&&(ee.current=5)}),[]),T.useEffect((function(){V.current&&(V.current.scrollTop=0)}),[G.query]),T.useEffect((function(){le.length>0&&(ai(),Y.current&&Y.current.focus())}),[le,ai]),T.useEffect((function(){function _e(){if(pe.current){var je=.01*window.innerHeight;pe.current.style.setProperty("--docsearch-vh","".concat(je,"px"))}}return _e(),window.addEventListener("resize",_e),function(){window.removeEventListener("resize",_e)}}),[]),T.createElement("div",ot({ref:Z},oi({"aria-expanded":!0}),{className:["DocSearch","DocSearch-Container",G.status==="stalled"&&"DocSearch-Container--Stalled",G.status==="error"&&"DocSearch-Container--Errored"].filter(Boolean).join(" "),role:"button",tabIndex:0,onMouseDown:function(_e){_e.target===_e.currentTarget&&y()}}),T.createElement("div",{className:"DocSearch-Modal",ref:pe},T.createElement("header",{className:"DocSearch-SearchBar",ref:ne},T.createElement(gc,ot({},nt,{state:G,autoFocus:le.length===0,inputRef:Y,isFromSelection:!!le&&le===ce,translations:xe,onClose:y}))),T.createElement("div",{className:"DocSearch-Dropdown",ref:V},T.createElement(dc,ot({},nt,{indexName:o,state:G,hitComponent:O,resultsFooterComponent:k,disableUserPersonalization:M,recentSearches:gt,favoriteSearches:Ye,inputRef:Y,translations:Q,getMissingResultsUrl:X,onItemClick:function(_e,je){_t(_e),$e(_e),ii(je)||y()}}))),T.createElement("footer",{className:"DocSearch-Footer"},T.createElement(Ws,{translations:re}))))}function Dc(t){var n,r,o=T.useRef(null),s=ht(T.useState(!1),2),l=s[0],h=s[1],d=ht(T.useState((t==null?void 0:t.initialQuery)||void 0),2),m=d[0],y=d[1],S=T.useCallback((function(){h(!0)}),[h]),v=T.useCallback((function(){h(!1),y(t==null?void 0:t.initialQuery)}),[h,t.initialQuery]);return(function(_){var O=_.isOpen,D=_.onOpen,k=_.onClose,A=_.onInput,P=_.searchButtonRef;T.useEffect((function(){function j(w){var E;if(w.code==="Escape"&&O||((E=w.key)===null||E===void 0?void 0:E.toLowerCase())==="k"&&(w.metaKey||w.ctrlKey)||!(function(L){var M=L.target,B=M.tagName;return M.isContentEditable||B==="INPUT"||B==="SELECT"||B==="TEXTAREA"})(w)&&w.key==="/"&&!O)return w.preventDefault(),void(O?k():document.body.classList.contains("DocSearch--active")||D());P&&P.current===document.activeElement&&A&&/[a-zA-Z0-9]/.test(String.fromCharCode(w.keyCode))&&A(w)}return window.addEventListener("keydown",j),function(){window.removeEventListener("keydown",j)}}),[O,D,k,A,P])})({isOpen:l,onOpen:S,onClose:v,onInput:T.useCallback((function(_){h(!0),y(_.key)}),[h,y]),searchButtonRef:o}),T.createElement(T.Fragment,null,T.createElement(cs,{ref:o,translations:t==null||(n=t.translations)===null||n===void 0?void 0:n.button,onClick:S}),l&&oa(T.createElement(Pc,ot({},t,{initialScrollY:window.scrollY,initialQuery:m,translations:t==null||(r=t.translations)===null||r===void 0?void 0:r.modal,onClose:v})),document.body))}function Nc(t){ua(T.createElement(Dc,mi({},t,{transformSearchClient:function(n){return n.addAlgoliaAgent("docsearch.js",Ki),t.transformSearchClient?t.transformSearchClient(n):n}})),(function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:window;return typeof n=="string"?r.document.querySelector(n):n})(t.container,t.environment))}Nc({appId:"S4T2OSB07R",apiKey:"ea6ae2e0546ad6007f7f464a296b67de",indexName:"chocolatey",container:"#docsearchResults"}),(()=>{let t=document.querySelectorAll('.task-list-item [type="checkbox"]');t&&t.forEach(n=>{n.classList.add("form-check-input"),n.outerHTML=`<div class="form-check">${n.outerHTML}<label class="form-check-label"></label></div>`})})();var Lc=Hr(Lu());window.addEventListener("DOMContentLoaded",()=>{if(document.querySelector(".anchorjs-container")){for(let n of document.querySelectorAll("li")){let r=n.firstChild,o=n.classList.contains("task-list-item"),s;switch(o?s=r.nextElementSibling:s=r,s.nodeName){case"STRONG":case"CODE":s.classList.add("d-anchor");break;default:break}}let t=new Lc.default;t.options.placement="left",t.add(".anchorjs-container h2:not(.d-anchor-none), .anchorjs-container h3:not(.d-anchor-none), .anchorjs-container h4:not(.d-anchor-none), .anchorjs-container h5:not(.d-anchor-none), .anchorjs-container h6:not(.d-anchor-none), .anchorjs-container li .d-anchor")}});var qt=Hr(Ru());(0,qt.default)(".nav-scrollspy .nav-link").each((t,n)=>{let r=(0,qt.default)(n).attr("href"),o=s=>{if(s==="#"){(0,qt.default)(n).parent().remove();return}~s.indexOf(".")&&(s=s.replace(/\./g,"\\.")),(0,qt.default)(s).length&&((0,qt.default)(window).scrollTop()>(0,qt.default)(s).offset().top-30&&(0,qt.default)(s).is(":visible")?((0,qt.default)(`a[href="${s}"].nav-link`).addClass("active active-page"),(0,qt.default)(`a[href="${s}"].nav-link`).parent().prev().find("a.active").removeClass("active active-page")):(0,qt.default)(`a[href="${s}"].nav-link`).removeClass("active active-page"))};o(r),window.addEventListener("scroll",()=>{o(r)})}),window.addEventListener("DOMContentLoaded",()=>{let t="data-choco-tab-multi",n=document.querySelectorAll(`[${t}]`),r=new Set;if(n&&n.length>0){for(let o of n){let s=o.getAttribute(t).replace(/\s/g,""),l=null;if(s){try{l=JSON.parse(s!=null?s:"")}catch(h){return}for(let h in l)Object.prototype.hasOwnProperty.call(l,h)&&r.add(h);o.addEventListener("click",()=>{let h=o.getAttribute(t).replace(/\s/g,"");for(let m of n){let y=m.getAttribute(t).replace(/\s/g,"");y!=null&&y.includes(h!=null?h:"")&&window.bootstrap.Tab.getOrCreateInstance(m).show()}let d=~location.hostname.indexOf("chocolatey.org")?"domain=chocolatey.org;":"";for(let m in l)if(Object.prototype.hasOwnProperty.call(l,m)){let y=l[m];document.cookie=`${m}=${y}; ${Fr()}path=/; ${d}`}})}}for(let o of r){let s=gi(o);if(s)for(let l of n){let h=l.getAttribute(t).replace(/\s/g,"");h!=null&&h.includes(o)&&(h!=null&&h.includes(s))&&window.bootstrap.Tab.getOrCreateInstance(l).show()}}}}),(()=>{let t=document.querySelectorAll("table");t&&t.forEach(n=>{n.classList.add("table","table-bordered","table-striped"),n.outerHTML=`<div class="table-responsive">${n.outerHTML}</div>`})})(),document.querySelectorAll(".dropdown-theme").forEach(n=>{n.querySelectorAll(".dropdown-toggle").forEach(r=>{r.addEventListener("hide.bs.dropdown",()=>{document.querySelectorAll("main").forEach(o=>{o.classList.remove("z-0")})}),r.addEventListener("show.bs.dropdown",()=>{document.querySelectorAll("main").forEach(o=>{o.classList.add("z-0")})})})});var Rc=()=>{document.querySelectorAll(".copy-command").forEach(t=>{let n=t.querySelector("code").getAttribute("class").split(" "),r=t.querySelector("button");r&&(r.classList.add("btn-copy"),r.setAttribute("data-clipboard-target",`.${n[0]}`))})},qc=t=>t.replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&#39;").replace(/</g,"&lt;").replace(/>/g,"&gt;"),cu=(t,n,r,o)=>{let s;if(r==="never")s=Fr();else if(r==="expired")s="expires=Thu, 01 Jan 1970 00:00:00 UTC";else{let h=new Date;h.setTime(h.getTime()+r*24*60*60*1e3),s=`expires=${h.toUTCString()}`}let l=o||"";document.cookie=`${t}=${encodeURIComponent(n)};${s};path=/;${l};`};document.addEventListener("DOMContentLoaded",()=>{let t=document.querySelectorAll(".dynamic-code-block-container"),n=document.querySelectorAll(".dynamic-code-block-input"),r=document.querySelectorAll(".dynamic-code-block-validation"),o=(l,h,d,m)=>{let y=document.querySelectorAll(`.${h}`),S=m||l.value;if(l.value||m)for(let v of y)v.textContent=S,cu(h,S,"never"),m&&m!==d&&(l.value=m);else for(let v of y)v.textContent=d,cu(h,d,"never")},s=()=>{r.forEach(l=>{let h=l.getAttribute("data-input-names").split(","),d=!0;for(let m of h){let y=document.querySelector(`.dynamic-code-block-input[name="${m}"]`);y.value?y.classList.remove("is-invalid"):(d=!1,y.classList.add("is-invalid"))}d?(l.classList.remove("show"),setTimeout(()=>{l.classList.add("d-none")},150)):(l.classList.remove("d-none"),l.classList.add("show"))})};n.forEach(l=>{let h=l.name,d=l.getAttribute("data-default-value"),m=gi(h),y=new RegExp(`\\b${h}\\b`,"g");for(let S of t){let _=qc(m||d);S.innerHTML=S.innerHTML.replaceAll(y,`<span class="${h}">${_}</span>`)}o(l,h,d,m),s(),l.addEventListener("keyup",()=>{o(l,h,d),s()})}),Rc()})})();})();
20
20
  /**
21
21
  * Prism: Lightweight, robust, elegant syntax highlighting
22
22
  *