/* * BiwaScheme 0.8.0 - R6RS/R7RS Scheme in JavaScript * * Copyright (c) 2007-2023 Yutaka HARA (http://www.biwascheme.org/) * Licensed under the MIT license. */ /*! * jQuery JavaScript Library v3.6.0 * https://jquery.com/ * * Includes Sizzle.js * https://sizzlejs.com/ * * Copyright OpenJS Foundation and other contributors * Released under the MIT license * https://jquery.org/license * * Date: 2021-03-02T17:08Z */ !(function (e, t) { "use strict"; "object" == typeof module && "object" == typeof module.exports ? (module.exports = e.document ? t(e, !0) : function (e) { if (!e.document) throw new Error("jQuery requires a window with a document"); return t(e); }) : t(e); })("undefined" != typeof window ? window : this, function (e, t) { "use strict"; var n = [], r = Object.getPrototypeOf, i = n.slice, a = n.flat ? function (e) { return n.flat.call(e); } : function (e) { return n.concat.apply([], e); }, s = n.push, o = n.indexOf, u = {}, c = u.toString, l = u.hasOwnProperty, f = l.toString, d = f.call(Object), h = {}, p = function (e) { return ( "function" == typeof e && "number" != typeof e.nodeType && "function" != typeof e.item ); }, m = function (e) { return null != e && e === e.window; }, _ = e.document, g = { type: !0, src: !0, nonce: !0, noModule: !0 }; function b(e, t, n) { var r, i, a = (n = n || _).createElement("script"); if (((a.text = e), t)) for (r in g) (i = t[r] || (t.getAttribute && t.getAttribute(r))) && a.setAttribute(r, i); n.head.appendChild(a).parentNode.removeChild(a); } function y(e) { return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? u[c.call(e)] || "object" : typeof e; } var v = "3.6.0", w = function (e, t) { return new w.fn.init(e, t); }; function x(e) { var t = !!e && "length" in e && e.length, n = y(e); return ( !p(e) && !m(e) && ("array" === n || 0 === t || ("number" == typeof t && t > 0 && t - 1 in e)) ); } (w.fn = w.prototype = { jquery: v, constructor: w, length: 0, toArray: function () { return i.call(this); }, get: function (e) { return null == e ? i.call(this) : e < 0 ? this[e + this.length] : this[e]; }, pushStack: function (e) { var t = w.merge(this.constructor(), e); return (t.prevObject = this), t; }, each: function (e) { return w.each(this, e); }, map: function (e) { return this.pushStack( w.map(this, function (t, n) { return e.call(t, n, t); }) ); }, slice: function () { return this.pushStack(i.apply(this, arguments)); }, first: function () { return this.eq(0); }, last: function () { return this.eq(-1); }, even: function () { return this.pushStack( w.grep(this, function (e, t) { return (t + 1) % 2; }) ); }, odd: function () { return this.pushStack( w.grep(this, function (e, t) { return t % 2; }) ); }, eq: function (e) { var t = this.length, n = +e + (e < 0 ? t : 0); return this.pushStack(n >= 0 && n < t ? [this[n]] : []); }, end: function () { return this.prevObject || this.constructor(); }, push: s, sort: n.sort, splice: n.splice, }), (w.extend = w.fn.extend = function () { var e, t, n, r, i, a, s = arguments[0] || {}, o = 1, u = arguments.length, c = !1; for ( "boolean" == typeof s && ((c = s), (s = arguments[o] || {}), o++), "object" == typeof s || p(s) || (s = {}), o === u && ((s = this), o--); o < u; o++ ) if (null != (e = arguments[o])) for (t in e) (r = e[t]), "__proto__" !== t && s !== r && (c && r && (w.isPlainObject(r) || (i = Array.isArray(r))) ? ((n = s[t]), (a = i && !Array.isArray(n) ? [] : i || w.isPlainObject(n) ? n : {}), (i = !1), (s[t] = w.extend(c, a, r))) : void 0 !== r && (s[t] = r)); return s; }), w.extend({ expando: "jQuery" + (v + Math.random()).replace(/\D/g, ""), isReady: !0, error: function (e) { throw new Error(e); }, noop: function () {}, isPlainObject: function (e) { var t, n; return ( !(!e || "[object Object]" !== c.call(e)) && (!(t = r(e)) || ("function" == typeof (n = l.call(t, "constructor") && t.constructor) && f.call(n) === d)) ); }, isEmptyObject: function (e) { var t; for (t in e) return !1; return !0; }, globalEval: function (e, t, n) { b(e, { nonce: t && t.nonce }, n); }, each: function (e, t) { var n, r = 0; if (x(e)) for (n = e.length; r < n && !1 !== t.call(e[r], r, e[r]); r++); else for (r in e) if (!1 === t.call(e[r], r, e[r])) break; return e; }, makeArray: function (e, t) { var n = t || []; return ( null != e && (x(Object(e)) ? w.merge(n, "string" == typeof e ? [e] : e) : s.call(n, e)), n ); }, inArray: function (e, t, n) { return null == t ? -1 : o.call(t, e, n); }, merge: function (e, t) { for (var n = +t.length, r = 0, i = e.length; r < n; r++) e[i++] = t[r]; return (e.length = i), e; }, grep: function (e, t, n) { for (var r = [], i = 0, a = e.length, s = !n; i < a; i++) !t(e[i], i) !== s && r.push(e[i]); return r; }, map: function (e, t, n) { var r, i, s = 0, o = []; if (x(e)) for (r = e.length; s < r; s++) null != (i = t(e[s], s, n)) && o.push(i); else for (s in e) null != (i = t(e[s], s, n)) && o.push(i); return a(o); }, guid: 1, support: h, }), "function" == typeof Symbol && (w.fn[Symbol.iterator] = n[Symbol.iterator]), w.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), function (e, t) { u["[object " + t + "]"] = t.toLowerCase(); } ); var S = /*! * Sizzle CSS Selector Engine v2.3.6 * https://sizzlejs.com/ * * Copyright JS Foundation and other contributors * Released under the MIT license * https://js.foundation/ * * Date: 2021-02-16 */ (function (e) { var t, n, r, i, a, s, o, u, c, l, f, d, h, p, m, _, g, b, y, v = "sizzle" + 1 * new Date(), w = e.document, x = 0, S = 0, C = ue(), E = ue(), P = ue(), k = ue(), T = function (e, t) { return e === t && (f = !0), 0; }, j = {}.hasOwnProperty, B = [], q = B.pop, D = B.push, A = B.push, $ = B.slice, N = function (e, t) { for (var n = 0, r = e.length; n < r; n++) if (e[n] === t) return n; return -1; }, L = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", R = "[\\x20\\t\\r\\n\\f]", O = "(?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", M = "\\[[\\x20\\t\\r\\n\\f]*(" + O + ")(?:" + R + "*([*^$|!~]?=)" + R + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + O + "))|)" + R + "*\\]", I = ":(" + O + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + M + ")*)|.*)\\)|)", H = new RegExp(R + "+", "g"), F = new RegExp( "^[\\x20\\t\\r\\n\\f]+|((?:^|[^\\\\])(?:\\\\.)*)[\\x20\\t\\r\\n\\f]+$", "g" ), W = new RegExp("^[\\x20\\t\\r\\n\\f]*,[\\x20\\t\\r\\n\\f]*"), z = new RegExp( "^[\\x20\\t\\r\\n\\f]*([>+~]|[\\x20\\t\\r\\n\\f])[\\x20\\t\\r\\n\\f]*" ), U = new RegExp(R + "|>"), V = new RegExp(I), X = new RegExp("^" + O + "$"), G = { ID: new RegExp("^#(" + O + ")"), CLASS: new RegExp("^\\.(" + O + ")"), TAG: new RegExp("^(" + O + "|[*])"), ATTR: new RegExp("^" + M), PSEUDO: new RegExp("^" + I), CHILD: new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\([\\x20\\t\\r\\n\\f]*(even|odd|(([+-]|)(\\d*)n|)[\\x20\\t\\r\\n\\f]*(?:([+-]|)[\\x20\\t\\r\\n\\f]*(\\d+)|))[\\x20\\t\\r\\n\\f]*\\)|)", "i" ), bool: new RegExp("^(?:" + L + ")$", "i"), needsContext: new RegExp( "^[\\x20\\t\\r\\n\\f]*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\([\\x20\\t\\r\\n\\f]*((?:-\\d)?\\d*)[\\x20\\t\\r\\n\\f]*\\)|)(?=[^-]|$)", "i" ), }, Y = /HTML$/i, Q = /^(?:input|select|textarea|button)$/i, J = /^h\d$/i, K = /^[^{]+\{\s*\[native \w/, Z = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, ee = /[+~]/, te = new RegExp( "\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\([^\\r\\n\\f])", "g" ), ne = function (e, t) { var n = "0x" + e.slice(1) - 65536; return ( t || (n < 0 ? String.fromCharCode(n + 65536) : String.fromCharCode((n >> 10) | 55296, (1023 & n) | 56320)) ); }, re = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, ie = function (e, t) { return t ? "\0" === e ? "�" : e.slice(0, -1) + "\\" + e.charCodeAt(e.length - 1).toString(16) + " " : "\\" + e; }, ae = function () { d(); }, se = ve( function (e) { return !0 === e.disabled && "fieldset" === e.nodeName.toLowerCase(); }, { dir: "parentNode", next: "legend" } ); try { A.apply((B = $.call(w.childNodes)), w.childNodes), B[w.childNodes.length].nodeType; } catch (e) { A = { apply: B.length ? function (e, t) { D.apply(e, $.call(t)); } : function (e, t) { for (var n = e.length, r = 0; (e[n++] = t[r++]); ); e.length = n - 1; }, }; } function oe(e, t, r, i) { var a, o, c, l, f, p, g, b = t && t.ownerDocument, w = t ? t.nodeType : 9; if ( ((r = r || []), "string" != typeof e || !e || (1 !== w && 9 !== w && 11 !== w)) ) return r; if (!i && (d(t), (t = t || h), m)) { if (11 !== w && (f = Z.exec(e))) if ((a = f[1])) { if (9 === w) { if (!(c = t.getElementById(a))) return r; if (c.id === a) return r.push(c), r; } else if ( b && (c = b.getElementById(a)) && y(t, c) && c.id === a ) return r.push(c), r; } else { if (f[2]) return A.apply(r, t.getElementsByTagName(e)), r; if ( (a = f[3]) && n.getElementsByClassName && t.getElementsByClassName ) return A.apply(r, t.getElementsByClassName(a)), r; } if ( n.qsa && !k[e + " "] && (!_ || !_.test(e)) && (1 !== w || "object" !== t.nodeName.toLowerCase()) ) { if (((g = e), (b = t), 1 === w && (U.test(e) || z.test(e)))) { for ( ((b = (ee.test(e) && ge(t.parentNode)) || t) === t && n.scope) || ((l = t.getAttribute("id")) ? (l = l.replace(re, ie)) : t.setAttribute("id", (l = v))), o = (p = s(e)).length; o--; ) p[o] = (l ? "#" + l : ":scope") + " " + ye(p[o]); g = p.join(","); } try { return A.apply(r, b.querySelectorAll(g)), r; } catch (t) { k(e, !0); } finally { l === v && t.removeAttribute("id"); } } } return u(e.replace(F, "$1"), t, r, i); } function ue() { var e = []; return function t(n, i) { return ( e.push(n + " ") > r.cacheLength && delete t[e.shift()], (t[n + " "] = i) ); }; } function ce(e) { return (e[v] = !0), e; } function le(e) { var t = h.createElement("fieldset"); try { return !!e(t); } catch (e) { return !1; } finally { t.parentNode && t.parentNode.removeChild(t), (t = null); } } function fe(e, t) { for (var n = e.split("|"), i = n.length; i--; ) r.attrHandle[n[i]] = t; } function de(e, t) { var n = t && e, r = n && 1 === e.nodeType && 1 === t.nodeType && e.sourceIndex - t.sourceIndex; if (r) return r; if (n) for (; (n = n.nextSibling); ) if (n === t) return -1; return e ? 1 : -1; } function he(e) { return function (t) { return "input" === t.nodeName.toLowerCase() && t.type === e; }; } function pe(e) { return function (t) { var n = t.nodeName.toLowerCase(); return ("input" === n || "button" === n) && t.type === e; }; } function me(e) { return function (t) { return "form" in t ? t.parentNode && !1 === t.disabled ? "label" in t ? "label" in t.parentNode ? t.parentNode.disabled === e : t.disabled === e : t.isDisabled === e || (t.isDisabled !== !e && se(t) === e) : t.disabled === e : "label" in t && t.disabled === e; }; } function _e(e) { return ce(function (t) { return ( (t = +t), ce(function (n, r) { for (var i, a = e([], n.length, t), s = a.length; s--; ) n[(i = a[s])] && (n[i] = !(r[i] = n[i])); }) ); }); } function ge(e) { return e && void 0 !== e.getElementsByTagName && e; } for (t in ((n = oe.support = {}), (a = oe.isXML = function (e) { var t = e && e.namespaceURI, n = e && (e.ownerDocument || e).documentElement; return !Y.test(t || (n && n.nodeName) || "HTML"); }), (d = oe.setDocument = function (e) { var t, i, s = e ? e.ownerDocument || e : w; return s != h && 9 === s.nodeType && s.documentElement ? ((p = (h = s).documentElement), (m = !a(h)), w != h && (i = h.defaultView) && i.top !== i && (i.addEventListener ? i.addEventListener("unload", ae, !1) : i.attachEvent && i.attachEvent("onunload", ae)), (n.scope = le(function (e) { return ( p.appendChild(e).appendChild(h.createElement("div")), void 0 !== e.querySelectorAll && !e.querySelectorAll(":scope fieldset div").length ); })), (n.attributes = le(function (e) { return (e.className = "i"), !e.getAttribute("className"); })), (n.getElementsByTagName = le(function (e) { return ( e.appendChild(h.createComment("")), !e.getElementsByTagName("*").length ); })), (n.getElementsByClassName = K.test(h.getElementsByClassName)), (n.getById = le(function (e) { return ( (p.appendChild(e).id = v), !h.getElementsByName || !h.getElementsByName(v).length ); })), n.getById ? ((r.filter.ID = function (e) { var t = e.replace(te, ne); return function (e) { return e.getAttribute("id") === t; }; }), (r.find.ID = function (e, t) { if (void 0 !== t.getElementById && m) { var n = t.getElementById(e); return n ? [n] : []; } })) : ((r.filter.ID = function (e) { var t = e.replace(te, ne); return function (e) { var n = void 0 !== e.getAttributeNode && e.getAttributeNode("id"); return n && n.value === t; }; }), (r.find.ID = function (e, t) { if (void 0 !== t.getElementById && m) { var n, r, i, a = t.getElementById(e); if (a) { if ((n = a.getAttributeNode("id")) && n.value === e) return [a]; for (i = t.getElementsByName(e), r = 0; (a = i[r++]); ) if ((n = a.getAttributeNode("id")) && n.value === e) return [a]; } return []; } })), (r.find.TAG = n.getElementsByTagName ? function (e, t) { return void 0 !== t.getElementsByTagName ? t.getElementsByTagName(e) : n.qsa ? t.querySelectorAll(e) : void 0; } : function (e, t) { var n, r = [], i = 0, a = t.getElementsByTagName(e); if ("*" === e) { for (; (n = a[i++]); ) 1 === n.nodeType && r.push(n); return r; } return a; }), (r.find.CLASS = n.getElementsByClassName && function (e, t) { if (void 0 !== t.getElementsByClassName && m) return t.getElementsByClassName(e); }), (g = []), (_ = []), (n.qsa = K.test(h.querySelectorAll)) && (le(function (e) { var t; (p.appendChild(e).innerHTML = ""), e.querySelectorAll("[msallowcapture^='']").length && _.push("[*^$]=[\\x20\\t\\r\\n\\f]*(?:''|\"\")"), e.querySelectorAll("[selected]").length || _.push("\\[[\\x20\\t\\r\\n\\f]*(?:value|" + L + ")"), e.querySelectorAll("[id~=" + v + "-]").length || _.push("~="), (t = h.createElement("input")).setAttribute("name", ""), e.appendChild(t), e.querySelectorAll("[name='']").length || _.push( "\\[[\\x20\\t\\r\\n\\f]*name[\\x20\\t\\r\\n\\f]*=[\\x20\\t\\r\\n\\f]*(?:''|\"\")" ), e.querySelectorAll(":checked").length || _.push(":checked"), e.querySelectorAll("a#" + v + "+*").length || _.push(".#.+[+~]"), e.querySelectorAll("\\\f"), _.push("[\\r\\n\\f]"); }), le(function (e) { e.innerHTML = ""; var t = h.createElement("input"); t.setAttribute("type", "hidden"), e.appendChild(t).setAttribute("name", "D"), e.querySelectorAll("[name=d]").length && _.push("name[\\x20\\t\\r\\n\\f]*[*^$|!~]?="), 2 !== e.querySelectorAll(":enabled").length && _.push(":enabled", ":disabled"), (p.appendChild(e).disabled = !0), 2 !== e.querySelectorAll(":disabled").length && _.push(":enabled", ":disabled"), e.querySelectorAll("*,:x"), _.push(",.*:"); })), (n.matchesSelector = K.test( (b = p.matches || p.webkitMatchesSelector || p.mozMatchesSelector || p.oMatchesSelector || p.msMatchesSelector) )) && le(function (e) { (n.disconnectedMatch = b.call(e, "*")), b.call(e, "[s!='']:x"), g.push("!=", I); }), (_ = _.length && new RegExp(_.join("|"))), (g = g.length && new RegExp(g.join("|"))), (t = K.test(p.compareDocumentPosition)), (y = t || K.test(p.contains) ? function (e, t) { var n = 9 === e.nodeType ? e.documentElement : e, r = t && t.parentNode; return ( e === r || !( !r || 1 !== r.nodeType || !(n.contains ? n.contains(r) : e.compareDocumentPosition && 16 & e.compareDocumentPosition(r)) ) ); } : function (e, t) { if (t) for (; (t = t.parentNode); ) if (t === e) return !0; return !1; }), (T = t ? function (e, t) { if (e === t) return (f = !0), 0; var r = !e.compareDocumentPosition - !t.compareDocumentPosition; return ( r || (1 & (r = (e.ownerDocument || e) == (t.ownerDocument || t) ? e.compareDocumentPosition(t) : 1) || (!n.sortDetached && t.compareDocumentPosition(e) === r) ? e == h || (e.ownerDocument == w && y(w, e)) ? -1 : t == h || (t.ownerDocument == w && y(w, t)) ? 1 : l ? N(l, e) - N(l, t) : 0 : 4 & r ? -1 : 1) ); } : function (e, t) { if (e === t) return (f = !0), 0; var n, r = 0, i = e.parentNode, a = t.parentNode, s = [e], o = [t]; if (!i || !a) return e == h ? -1 : t == h ? 1 : i ? -1 : a ? 1 : l ? N(l, e) - N(l, t) : 0; if (i === a) return de(e, t); for (n = e; (n = n.parentNode); ) s.unshift(n); for (n = t; (n = n.parentNode); ) o.unshift(n); for (; s[r] === o[r]; ) r++; return r ? de(s[r], o[r]) : s[r] == w ? -1 : o[r] == w ? 1 : 0; }), h) : h; }), (oe.matches = function (e, t) { return oe(e, null, null, t); }), (oe.matchesSelector = function (e, t) { if ( (d(e), n.matchesSelector && m && !k[t + " "] && (!g || !g.test(t)) && (!_ || !_.test(t))) ) try { var r = b.call(e, t); if ( r || n.disconnectedMatch || (e.document && 11 !== e.document.nodeType) ) return r; } catch (e) { k(t, !0); } return oe(t, h, null, [e]).length > 0; }), (oe.contains = function (e, t) { return (e.ownerDocument || e) != h && d(e), y(e, t); }), (oe.attr = function (e, t) { (e.ownerDocument || e) != h && d(e); var i = r.attrHandle[t.toLowerCase()], a = i && j.call(r.attrHandle, t.toLowerCase()) ? i(e, t, !m) : void 0; return void 0 !== a ? a : n.attributes || !m ? e.getAttribute(t) : (a = e.getAttributeNode(t)) && a.specified ? a.value : null; }), (oe.escape = function (e) { return (e + "").replace(re, ie); }), (oe.error = function (e) { throw new Error("Syntax error, unrecognized expression: " + e); }), (oe.uniqueSort = function (e) { var t, r = [], i = 0, a = 0; if ( ((f = !n.detectDuplicates), (l = !n.sortStable && e.slice(0)), e.sort(T), f) ) { for (; (t = e[a++]); ) t === e[a] && (i = r.push(a)); for (; i--; ) e.splice(r[i], 1); } return (l = null), e; }), (i = oe.getText = function (e) { var t, n = "", r = 0, a = e.nodeType; if (a) { if (1 === a || 9 === a || 11 === a) { if ("string" == typeof e.textContent) return e.textContent; for (e = e.firstChild; e; e = e.nextSibling) n += i(e); } else if (3 === a || 4 === a) return e.nodeValue; } else for (; (t = e[r++]); ) n += i(t); return n; }), (r = oe.selectors = { cacheLength: 50, createPseudo: ce, match: G, attrHandle: {}, find: {}, relative: { ">": { dir: "parentNode", first: !0 }, " ": { dir: "parentNode" }, "+": { dir: "previousSibling", first: !0 }, "~": { dir: "previousSibling" }, }, preFilter: { ATTR: function (e) { return ( (e[1] = e[1].replace(te, ne)), (e[3] = (e[3] || e[4] || e[5] || "").replace(te, ne)), "~=" === e[2] && (e[3] = " " + e[3] + " "), e.slice(0, 4) ); }, CHILD: function (e) { return ( (e[1] = e[1].toLowerCase()), "nth" === e[1].slice(0, 3) ? (e[3] || oe.error(e[0]), (e[4] = +(e[4] ? e[5] + (e[6] || 1) : 2 * ("even" === e[3] || "odd" === e[3]))), (e[5] = +(e[7] + e[8] || "odd" === e[3]))) : e[3] && oe.error(e[0]), e ); }, PSEUDO: function (e) { var t, n = !e[6] && e[2]; return G.CHILD.test(e[0]) ? null : (e[3] ? (e[2] = e[4] || e[5] || "") : n && V.test(n) && (t = s(n, !0)) && (t = n.indexOf(")", n.length - t) - n.length) && ((e[0] = e[0].slice(0, t)), (e[2] = n.slice(0, t))), e.slice(0, 3)); }, }, filter: { TAG: function (e) { var t = e.replace(te, ne).toLowerCase(); return "*" === e ? function () { return !0; } : function (e) { return e.nodeName && e.nodeName.toLowerCase() === t; }; }, CLASS: function (e) { var t = C[e + " "]; return ( t || ((t = new RegExp( "(^|[\\x20\\t\\r\\n\\f])" + e + "(" + R + "|$)" )) && C(e, function (e) { return t.test( ("string" == typeof e.className && e.className) || (void 0 !== e.getAttribute && e.getAttribute("class")) || "" ); })) ); }, ATTR: function (e, t, n) { return function (r) { var i = oe.attr(r, e); return null == i ? "!=" === t : !t || ((i += ""), "=" === t ? i === n : "!=" === t ? i !== n : "^=" === t ? n && 0 === i.indexOf(n) : "*=" === t ? n && i.indexOf(n) > -1 : "$=" === t ? n && i.slice(-n.length) === n : "~=" === t ? (" " + i.replace(H, " ") + " ").indexOf(n) > -1 : "|=" === t && (i === n || i.slice(0, n.length + 1) === n + "-")); }; }, CHILD: function (e, t, n, r, i) { var a = "nth" !== e.slice(0, 3), s = "last" !== e.slice(-4), o = "of-type" === t; return 1 === r && 0 === i ? function (e) { return !!e.parentNode; } : function (t, n, u) { var c, l, f, d, h, p, m = a !== s ? "nextSibling" : "previousSibling", _ = t.parentNode, g = o && t.nodeName.toLowerCase(), b = !u && !o, y = !1; if (_) { if (a) { for (; m; ) { for (d = t; (d = d[m]); ) if ( o ? d.nodeName.toLowerCase() === g : 1 === d.nodeType ) return !1; p = m = "only" === e && !p && "nextSibling"; } return !0; } if (((p = [s ? _.firstChild : _.lastChild]), s && b)) { for ( y = (h = (c = (l = (f = (d = _)[v] || (d[v] = {}))[d.uniqueID] || (f[d.uniqueID] = {}))[e] || [])[0] === x && c[1]) && c[2], d = h && _.childNodes[h]; (d = (++h && d && d[m]) || (y = h = 0) || p.pop()); ) if (1 === d.nodeType && ++y && d === t) { l[e] = [x, h, y]; break; } } else if ( (b && (y = h = (c = (l = (f = (d = t)[v] || (d[v] = {}))[d.uniqueID] || (f[d.uniqueID] = {}))[e] || [])[0] === x && c[1]), !1 === y) ) for ( ; (d = (++h && d && d[m]) || (y = h = 0) || p.pop()) && ((o ? d.nodeName.toLowerCase() !== g : 1 !== d.nodeType) || !++y || (b && ((l = (f = d[v] || (d[v] = {}))[d.uniqueID] || (f[d.uniqueID] = {}))[e] = [x, y]), d !== t)); ); return (y -= i) === r || (y % r == 0 && y / r >= 0); } }; }, PSEUDO: function (e, t) { var n, i = r.pseudos[e] || r.setFilters[e.toLowerCase()] || oe.error("unsupported pseudo: " + e); return i[v] ? i(t) : i.length > 1 ? ((n = [e, e, "", t]), r.setFilters.hasOwnProperty(e.toLowerCase()) ? ce(function (e, n) { for (var r, a = i(e, t), s = a.length; s--; ) e[(r = N(e, a[s]))] = !(n[r] = a[s]); }) : function (e) { return i(e, 0, n); }) : i; }, }, pseudos: { not: ce(function (e) { var t = [], n = [], r = o(e.replace(F, "$1")); return r[v] ? ce(function (e, t, n, i) { for (var a, s = r(e, null, i, []), o = e.length; o--; ) (a = s[o]) && (e[o] = !(t[o] = a)); }) : function (e, i, a) { return (t[0] = e), r(t, null, a, n), (t[0] = null), !n.pop(); }; }), has: ce(function (e) { return function (t) { return oe(e, t).length > 0; }; }), contains: ce(function (e) { return ( (e = e.replace(te, ne)), function (t) { return (t.textContent || i(t)).indexOf(e) > -1; } ); }), lang: ce(function (e) { return ( X.test(e || "") || oe.error("unsupported lang: " + e), (e = e.replace(te, ne).toLowerCase()), function (t) { var n; do { if ( (n = m ? t.lang : t.getAttribute("xml:lang") || t.getAttribute("lang")) ) return ( (n = n.toLowerCase()) === e || 0 === n.indexOf(e + "-") ); } while ((t = t.parentNode) && 1 === t.nodeType); return !1; } ); }), target: function (t) { var n = e.location && e.location.hash; return n && n.slice(1) === t.id; }, root: function (e) { return e === p; }, focus: function (e) { return ( e === h.activeElement && (!h.hasFocus || h.hasFocus()) && !!(e.type || e.href || ~e.tabIndex) ); }, enabled: me(!1), disabled: me(!0), checked: function (e) { var t = e.nodeName.toLowerCase(); return ( ("input" === t && !!e.checked) || ("option" === t && !!e.selected) ); }, selected: function (e) { return ( e.parentNode && e.parentNode.selectedIndex, !0 === e.selected ); }, empty: function (e) { for (e = e.firstChild; e; e = e.nextSibling) if (e.nodeType < 6) return !1; return !0; }, parent: function (e) { return !r.pseudos.empty(e); }, header: function (e) { return J.test(e.nodeName); }, input: function (e) { return Q.test(e.nodeName); }, button: function (e) { var t = e.nodeName.toLowerCase(); return ("input" === t && "button" === e.type) || "button" === t; }, text: function (e) { var t; return ( "input" === e.nodeName.toLowerCase() && "text" === e.type && (null == (t = e.getAttribute("type")) || "text" === t.toLowerCase()) ); }, first: _e(function () { return [0]; }), last: _e(function (e, t) { return [t - 1]; }), eq: _e(function (e, t, n) { return [n < 0 ? n + t : n]; }), even: _e(function (e, t) { for (var n = 0; n < t; n += 2) e.push(n); return e; }), odd: _e(function (e, t) { for (var n = 1; n < t; n += 2) e.push(n); return e; }), lt: _e(function (e, t, n) { for (var r = n < 0 ? n + t : n > t ? t : n; --r >= 0; ) e.push(r); return e; }), gt: _e(function (e, t, n) { for (var r = n < 0 ? n + t : n; ++r < t; ) e.push(r); return e; }), }, }), (r.pseudos.nth = r.pseudos.eq), { radio: !0, checkbox: !0, file: !0, password: !0, image: !0 })) r.pseudos[t] = he(t); for (t in { submit: !0, reset: !0 }) r.pseudos[t] = pe(t); function be() {} function ye(e) { for (var t = 0, n = e.length, r = ""; t < n; t++) r += e[t].value; return r; } function ve(e, t, n) { var r = t.dir, i = t.next, a = i || r, s = n && "parentNode" === a, o = S++; return t.first ? function (t, n, i) { for (; (t = t[r]); ) if (1 === t.nodeType || s) return e(t, n, i); return !1; } : function (t, n, u) { var c, l, f, d = [x, o]; if (u) { for (; (t = t[r]); ) if ((1 === t.nodeType || s) && e(t, n, u)) return !0; } else for (; (t = t[r]); ) if (1 === t.nodeType || s) if ( ((l = (f = t[v] || (t[v] = {}))[t.uniqueID] || (f[t.uniqueID] = {})), i && i === t.nodeName.toLowerCase()) ) t = t[r] || t; else { if ((c = l[a]) && c[0] === x && c[1] === o) return (d[2] = c[2]); if (((l[a] = d), (d[2] = e(t, n, u)))) return !0; } return !1; }; } function we(e) { return e.length > 1 ? function (t, n, r) { for (var i = e.length; i--; ) if (!e[i](t, n, r)) return !1; return !0; } : e[0]; } function xe(e, t, n, r, i) { for (var a, s = [], o = 0, u = e.length, c = null != t; o < u; o++) (a = e[o]) && ((n && !n(a, r, i)) || (s.push(a), c && t.push(o))); return s; } function Se(e, t, n, r, i, a) { return ( r && !r[v] && (r = Se(r)), i && !i[v] && (i = Se(i, a)), ce(function (a, s, o, u) { var c, l, f, d = [], h = [], p = s.length, m = a || (function (e, t, n) { for (var r = 0, i = t.length; r < i; r++) oe(e, t[r], n); return n; })(t || "*", o.nodeType ? [o] : o, []), _ = !e || (!a && t) ? m : xe(m, d, e, o, u), g = n ? (i || (a ? e : p || r) ? [] : s) : _; if ((n && n(_, g, o, u), r)) for (c = xe(g, h), r(c, [], o, u), l = c.length; l--; ) (f = c[l]) && (g[h[l]] = !(_[h[l]] = f)); if (a) { if (i || e) { if (i) { for (c = [], l = g.length; l--; ) (f = g[l]) && c.push((_[l] = f)); i(null, (g = []), c, u); } for (l = g.length; l--; ) (f = g[l]) && (c = i ? N(a, f) : d[l]) > -1 && (a[c] = !(s[c] = f)); } } else (g = xe(g === s ? g.splice(p, g.length) : g)), i ? i(null, s, g, u) : A.apply(s, g); }) ); } function Ce(e) { for ( var t, n, i, a = e.length, s = r.relative[e[0].type], o = s || r.relative[" "], u = s ? 1 : 0, l = ve( function (e) { return e === t; }, o, !0 ), f = ve( function (e) { return N(t, e) > -1; }, o, !0 ), d = [ function (e, n, r) { var i = (!s && (r || n !== c)) || ((t = n).nodeType ? l(e, n, r) : f(e, n, r)); return (t = null), i; }, ]; u < a; u++ ) if ((n = r.relative[e[u].type])) d = [ve(we(d), n)]; else { if ((n = r.filter[e[u].type].apply(null, e[u].matches))[v]) { for (i = ++u; i < a && !r.relative[e[i].type]; i++); return Se( u > 1 && we(d), u > 1 && ye( e .slice(0, u - 1) .concat({ value: " " === e[u - 2].type ? "*" : "" }) ).replace(F, "$1"), n, u < i && Ce(e.slice(u, i)), i < a && Ce((e = e.slice(i))), i < a && ye(e) ); } d.push(n); } return we(d); } return ( (be.prototype = r.filters = r.pseudos), (r.setFilters = new be()), (s = oe.tokenize = function (e, t) { var n, i, a, s, o, u, c, l = E[e + " "]; if (l) return t ? 0 : l.slice(0); for (o = e, u = [], c = r.preFilter; o; ) { for (s in ((n && !(i = W.exec(o))) || (i && (o = o.slice(i[0].length) || o), u.push((a = []))), (n = !1), (i = z.exec(o)) && ((n = i.shift()), a.push({ value: n, type: i[0].replace(F, " ") }), (o = o.slice(n.length))), r.filter)) !(i = G[s].exec(o)) || (c[s] && !(i = c[s](i))) || ((n = i.shift()), a.push({ value: n, type: s, matches: i }), (o = o.slice(n.length))); if (!n) break; } return t ? o.length : o ? oe.error(e) : E(e, u).slice(0); }), (o = oe.compile = function (e, t) { var n, i = [], a = [], o = P[e + " "]; if (!o) { for (t || (t = s(e)), n = t.length; n--; ) (o = Ce(t[n]))[v] ? i.push(o) : a.push(o); (o = P( e, (function (e, t) { var n = t.length > 0, i = e.length > 0, a = function (a, s, o, u, l) { var f, p, _, g = 0, b = "0", y = a && [], v = [], w = c, S = a || (i && r.find.TAG("*", l)), C = (x += null == w ? 1 : Math.random() || 0.1), E = S.length; for ( l && (c = s == h || s || l); b !== E && null != (f = S[b]); b++ ) { if (i && f) { for ( p = 0, s || f.ownerDocument == h || (d(f), (o = !m)); (_ = e[p++]); ) if (_(f, s || h, o)) { u.push(f); break; } l && (x = C); } n && ((f = !_ && f) && g--, a && y.push(f)); } if (((g += b), n && b !== g)) { for (p = 0; (_ = t[p++]); ) _(y, v, s, o); if (a) { if (g > 0) for (; b--; ) y[b] || v[b] || (v[b] = q.call(u)); v = xe(v); } A.apply(u, v), l && !a && v.length > 0 && g + t.length > 1 && oe.uniqueSort(u); } return l && ((x = C), (c = w)), y; }; return n ? ce(a) : a; })(a, i) )), (o.selector = e); } return o; }), (u = oe.select = function (e, t, n, i) { var a, u, c, l, f, d = "function" == typeof e && e, h = !i && s((e = d.selector || e)); if (((n = n || []), 1 === h.length)) { if ( (u = h[0] = h[0].slice(0)).length > 2 && "ID" === (c = u[0]).type && 9 === t.nodeType && m && r.relative[u[1].type] ) { if (!(t = (r.find.ID(c.matches[0].replace(te, ne), t) || [])[0])) return n; d && (t = t.parentNode), (e = e.slice(u.shift().value.length)); } for ( a = G.needsContext.test(e) ? 0 : u.length; a-- && ((c = u[a]), !r.relative[(l = c.type)]); ) if ( (f = r.find[l]) && (i = f( c.matches[0].replace(te, ne), (ee.test(u[0].type) && ge(t.parentNode)) || t )) ) { if ((u.splice(a, 1), !(e = i.length && ye(u)))) return A.apply(n, i), n; break; } } return ( (d || o(e, h))( i, t, !m, n, !t || (ee.test(e) && ge(t.parentNode)) || t ), n ); }), (n.sortStable = v.split("").sort(T).join("") === v), (n.detectDuplicates = !!f), d(), (n.sortDetached = le(function (e) { return 1 & e.compareDocumentPosition(h.createElement("fieldset")); })), le(function (e) { return ( (e.innerHTML = ""), "#" === e.firstChild.getAttribute("href") ); }) || fe("type|href|height|width", function (e, t, n) { if (!n) return e.getAttribute(t, "type" === t.toLowerCase() ? 1 : 2); }), (n.attributes && le(function (e) { return ( (e.innerHTML = ""), e.firstChild.setAttribute("value", ""), "" === e.firstChild.getAttribute("value") ); })) || fe("value", function (e, t, n) { if (!n && "input" === e.nodeName.toLowerCase()) return e.defaultValue; }), le(function (e) { return null == e.getAttribute("disabled"); }) || fe(L, function (e, t, n) { var r; if (!n) return !0 === e[t] ? t.toLowerCase() : (r = e.getAttributeNode(t)) && r.specified ? r.value : null; }), oe ); })(e); (w.find = S), (w.expr = S.selectors), (w.expr[":"] = w.expr.pseudos), (w.uniqueSort = w.unique = S.uniqueSort), (w.text = S.getText), (w.isXMLDoc = S.isXML), (w.contains = S.contains), (w.escapeSelector = S.escape); var C = function (e, t, n) { for (var r = [], i = void 0 !== n; (e = e[t]) && 9 !== e.nodeType; ) if (1 === e.nodeType) { if (i && w(e).is(n)) break; r.push(e); } return r; }, E = function (e, t) { for (var n = []; e; e = e.nextSibling) 1 === e.nodeType && e !== t && n.push(e); return n; }, P = w.expr.match.needsContext; function k(e, t) { return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase(); } var T = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i; function j(e, t, n) { return p(t) ? w.grep(e, function (e, r) { return !!t.call(e, r, e) !== n; }) : t.nodeType ? w.grep(e, function (e) { return (e === t) !== n; }) : "string" != typeof t ? w.grep(e, function (e) { return o.call(t, e) > -1 !== n; }) : w.filter(t, e, n); } (w.filter = function (e, t, n) { var r = t[0]; return ( n && (e = ":not(" + e + ")"), 1 === t.length && 1 === r.nodeType ? w.find.matchesSelector(r, e) ? [r] : [] : w.find.matches( e, w.grep(t, function (e) { return 1 === e.nodeType; }) ) ); }), w.fn.extend({ find: function (e) { var t, n, r = this.length, i = this; if ("string" != typeof e) return this.pushStack( w(e).filter(function () { for (t = 0; t < r; t++) if (w.contains(i[t], this)) return !0; }) ); for (n = this.pushStack([]), t = 0; t < r; t++) w.find(e, i[t], n); return r > 1 ? w.uniqueSort(n) : n; }, filter: function (e) { return this.pushStack(j(this, e || [], !1)); }, not: function (e) { return this.pushStack(j(this, e || [], !0)); }, is: function (e) { return !!j(this, "string" == typeof e && P.test(e) ? w(e) : e || [], !1) .length; }, }); var B, q = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/; ((w.fn.init = function (e, t, n) { var r, i; if (!e) return this; if (((n = n || B), "string" == typeof e)) { if ( !(r = "<" === e[0] && ">" === e[e.length - 1] && e.length >= 3 ? [null, e, null] : q.exec(e)) || (!r[1] && t) ) return !t || t.jquery ? (t || n).find(e) : this.constructor(t).find(e); if (r[1]) { if ( ((t = t instanceof w ? t[0] : t), w.merge( this, w.parseHTML(r[1], t && t.nodeType ? t.ownerDocument || t : _, !0) ), T.test(r[1]) && w.isPlainObject(t)) ) for (r in t) p(this[r]) ? this[r](t[r]) : this.attr(r, t[r]); return this; } return ( (i = _.getElementById(r[2])) && ((this[0] = i), (this.length = 1)), this ); } return e.nodeType ? ((this[0] = e), (this.length = 1), this) : p(e) ? void 0 !== n.ready ? n.ready(e) : e(w) : w.makeArray(e, this); }).prototype = w.fn), (B = w(_)); var D = /^(?:parents|prev(?:Until|All))/, A = { children: !0, contents: !0, next: !0, prev: !0 }; function $(e, t) { for (; (e = e[t]) && 1 !== e.nodeType; ); return e; } w.fn.extend({ has: function (e) { var t = w(e, this), n = t.length; return this.filter(function () { for (var e = 0; e < n; e++) if (w.contains(this, t[e])) return !0; }); }, closest: function (e, t) { var n, r = 0, i = this.length, a = [], s = "string" != typeof e && w(e); if (!P.test(e)) for (; r < i; r++) for (n = this[r]; n && n !== t; n = n.parentNode) if ( n.nodeType < 11 && (s ? s.index(n) > -1 : 1 === n.nodeType && w.find.matchesSelector(n, e)) ) { a.push(n); break; } return this.pushStack(a.length > 1 ? w.uniqueSort(a) : a); }, index: function (e) { return e ? "string" == typeof e ? o.call(w(e), this[0]) : o.call(this, e.jquery ? e[0] : e) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1; }, add: function (e, t) { return this.pushStack(w.uniqueSort(w.merge(this.get(), w(e, t)))); }, addBack: function (e) { return this.add(null == e ? this.prevObject : this.prevObject.filter(e)); }, }), w.each( { parent: function (e) { var t = e.parentNode; return t && 11 !== t.nodeType ? t : null; }, parents: function (e) { return C(e, "parentNode"); }, parentsUntil: function (e, t, n) { return C(e, "parentNode", n); }, next: function (e) { return $(e, "nextSibling"); }, prev: function (e) { return $(e, "previousSibling"); }, nextAll: function (e) { return C(e, "nextSibling"); }, prevAll: function (e) { return C(e, "previousSibling"); }, nextUntil: function (e, t, n) { return C(e, "nextSibling", n); }, prevUntil: function (e, t, n) { return C(e, "previousSibling", n); }, siblings: function (e) { return E((e.parentNode || {}).firstChild, e); }, children: function (e) { return E(e.firstChild); }, contents: function (e) { return null != e.contentDocument && r(e.contentDocument) ? e.contentDocument : (k(e, "template") && (e = e.content || e), w.merge([], e.childNodes)); }, }, function (e, t) { w.fn[e] = function (n, r) { var i = w.map(this, t, n); return ( "Until" !== e.slice(-5) && (r = n), r && "string" == typeof r && (i = w.filter(r, i)), this.length > 1 && (A[e] || w.uniqueSort(i), D.test(e) && i.reverse()), this.pushStack(i) ); }; } ); var N = /[^\x20\t\r\n\f]+/g; function L(e) { return e; } function R(e) { throw e; } function O(e, t, n, r) { var i; try { e && p((i = e.promise)) ? i.call(e).done(t).fail(n) : e && p((i = e.then)) ? i.call(e, t, n) : t.apply(void 0, [e].slice(r)); } catch (e) { n.apply(void 0, [e]); } } (w.Callbacks = function (e) { e = "string" == typeof e ? (function (e) { var t = {}; return ( w.each(e.match(N) || [], function (e, n) { t[n] = !0; }), t ); })(e) : w.extend({}, e); var t, n, r, i, a = [], s = [], o = -1, u = function () { for (i = i || e.once, r = t = !0; s.length; o = -1) for (n = s.shift(); ++o < a.length; ) !1 === a[o].apply(n[0], n[1]) && e.stopOnFalse && ((o = a.length), (n = !1)); e.memory || (n = !1), (t = !1), i && (a = n ? [] : ""); }, c = { add: function () { return ( a && (n && !t && ((o = a.length - 1), s.push(n)), (function t(n) { w.each(n, function (n, r) { p(r) ? (e.unique && c.has(r)) || a.push(r) : r && r.length && "string" !== y(r) && t(r); }); })(arguments), n && !t && u()), this ); }, remove: function () { return ( w.each(arguments, function (e, t) { for (var n; (n = w.inArray(t, a, n)) > -1; ) a.splice(n, 1), n <= o && o--; }), this ); }, has: function (e) { return e ? w.inArray(e, a) > -1 : a.length > 0; }, empty: function () { return a && (a = []), this; }, disable: function () { return (i = s = []), (a = n = ""), this; }, disabled: function () { return !a; }, lock: function () { return (i = s = []), n || t || (a = n = ""), this; }, locked: function () { return !!i; }, fireWith: function (e, n) { return ( i || ((n = [e, (n = n || []).slice ? n.slice() : n]), s.push(n), t || u()), this ); }, fire: function () { return c.fireWith(this, arguments), this; }, fired: function () { return !!r; }, }; return c; }), w.extend({ Deferred: function (t) { var n = [ [ "notify", "progress", w.Callbacks("memory"), w.Callbacks("memory"), 2, ], [ "resolve", "done", w.Callbacks("once memory"), w.Callbacks("once memory"), 0, "resolved", ], [ "reject", "fail", w.Callbacks("once memory"), w.Callbacks("once memory"), 1, "rejected", ], ], r = "pending", i = { state: function () { return r; }, always: function () { return a.done(arguments).fail(arguments), this; }, catch: function (e) { return i.then(null, e); }, pipe: function () { var e = arguments; return w .Deferred(function (t) { w.each(n, function (n, r) { var i = p(e[r[4]]) && e[r[4]]; a[r[1]](function () { var e = i && i.apply(this, arguments); e && p(e.promise) ? e .promise() .progress(t.notify) .done(t.resolve) .fail(t.reject) : t[r[0] + "With"](this, i ? [e] : arguments); }); }), (e = null); }) .promise(); }, then: function (t, r, i) { var a = 0; function s(t, n, r, i) { return function () { var o = this, u = arguments, c = function () { var e, c; if (!(t < a)) { if ((e = r.apply(o, u)) === n.promise()) throw new TypeError("Thenable self-resolution"); (c = e && ("object" == typeof e || "function" == typeof e) && e.then), p(c) ? i ? c.call(e, s(a, n, L, i), s(a, n, R, i)) : (a++, c.call( e, s(a, n, L, i), s(a, n, R, i), s(a, n, L, n.notifyWith) )) : (r !== L && ((o = void 0), (u = [e])), (i || n.resolveWith)(o, u)); } }, l = i ? c : function () { try { c(); } catch (e) { w.Deferred.exceptionHook && w.Deferred.exceptionHook(e, l.stackTrace), t + 1 >= a && (r !== R && ((o = void 0), (u = [e])), n.rejectWith(o, u)); } }; t ? l() : (w.Deferred.getStackHook && (l.stackTrace = w.Deferred.getStackHook()), e.setTimeout(l)); }; } return w .Deferred(function (e) { n[0][3].add(s(0, e, p(i) ? i : L, e.notifyWith)), n[1][3].add(s(0, e, p(t) ? t : L)), n[2][3].add(s(0, e, p(r) ? r : R)); }) .promise(); }, promise: function (e) { return null != e ? w.extend(e, i) : i; }, }, a = {}; return ( w.each(n, function (e, t) { var s = t[2], o = t[5]; (i[t[1]] = s.add), o && s.add( function () { r = o; }, n[3 - e][2].disable, n[3 - e][3].disable, n[0][2].lock, n[0][3].lock ), s.add(t[3].fire), (a[t[0]] = function () { return ( a[t[0] + "With"](this === a ? void 0 : this, arguments), this ); }), (a[t[0] + "With"] = s.fireWith); }), i.promise(a), t && t.call(a, a), a ); }, when: function (e) { var t = arguments.length, n = t, r = Array(n), a = i.call(arguments), s = w.Deferred(), o = function (e) { return function (n) { (r[e] = this), (a[e] = arguments.length > 1 ? i.call(arguments) : n), --t || s.resolveWith(r, a); }; }; if ( t <= 1 && (O(e, s.done(o(n)).resolve, s.reject, !t), "pending" === s.state() || p(a[n] && a[n].then)) ) return s.then(); for (; n--; ) O(a[n], o(n), s.reject); return s.promise(); }, }); var M = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; (w.Deferred.exceptionHook = function (t, n) { e.console && e.console.warn && t && M.test(t.name) && e.console.warn("jQuery.Deferred exception: " + t.message, t.stack, n); }), (w.readyException = function (t) { e.setTimeout(function () { throw t; }); }); var I = w.Deferred(); function H() { _.removeEventListener("DOMContentLoaded", H), e.removeEventListener("load", H), w.ready(); } (w.fn.ready = function (e) { return ( I.then(e).catch(function (e) { w.readyException(e); }), this ); }), w.extend({ isReady: !1, readyWait: 1, ready: function (e) { (!0 === e ? --w.readyWait : w.isReady) || ((w.isReady = !0), (!0 !== e && --w.readyWait > 0) || I.resolveWith(_, [w])); }, }), (w.ready.then = I.then), "complete" === _.readyState || ("loading" !== _.readyState && !_.documentElement.doScroll) ? e.setTimeout(w.ready) : (_.addEventListener("DOMContentLoaded", H), e.addEventListener("load", H)); var F = function (e, t, n, r, i, a, s) { var o = 0, u = e.length, c = null == n; if ("object" === y(n)) for (o in ((i = !0), n)) F(e, t, o, n[o], !0, a, s); else if ( void 0 !== r && ((i = !0), p(r) || (s = !0), c && (s ? (t.call(e, r), (t = null)) : ((c = t), (t = function (e, t, n) { return c.call(w(e), n); }))), t) ) for (; o < u; o++) t(e[o], n, s ? r : r.call(e[o], o, t(e[o], n))); return i ? e : c ? t.call(e) : u ? t(e[0], n) : a; }, W = /^-ms-/, z = /-([a-z])/g; function U(e, t) { return t.toUpperCase(); } function V(e) { return e.replace(W, "ms-").replace(z, U); } var X = function (e) { return 1 === e.nodeType || 9 === e.nodeType || !+e.nodeType; }; function G() { this.expando = w.expando + G.uid++; } (G.uid = 1), (G.prototype = { cache: function (e) { var t = e[this.expando]; return ( t || ((t = {}), X(e) && (e.nodeType ? (e[this.expando] = t) : Object.defineProperty(e, this.expando, { value: t, configurable: !0, }))), t ); }, set: function (e, t, n) { var r, i = this.cache(e); if ("string" == typeof t) i[V(t)] = n; else for (r in t) i[V(r)] = t[r]; return i; }, get: function (e, t) { return void 0 === t ? this.cache(e) : e[this.expando] && e[this.expando][V(t)]; }, access: function (e, t, n) { return void 0 === t || (t && "string" == typeof t && void 0 === n) ? this.get(e, t) : (this.set(e, t, n), void 0 !== n ? n : t); }, remove: function (e, t) { var n, r = e[this.expando]; if (void 0 !== r) { if (void 0 !== t) { n = (t = Array.isArray(t) ? t.map(V) : (t = V(t)) in r ? [t] : t.match(N) || []).length; for (; n--; ) delete r[t[n]]; } (void 0 === t || w.isEmptyObject(r)) && (e.nodeType ? (e[this.expando] = void 0) : delete e[this.expando]); } }, hasData: function (e) { var t = e[this.expando]; return void 0 !== t && !w.isEmptyObject(t); }, }); var Y = new G(), Q = new G(), J = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, K = /[A-Z]/g; function Z(e, t, n) { var r; if (void 0 === n && 1 === e.nodeType) if ( ((r = "data-" + t.replace(K, "-$&").toLowerCase()), "string" == typeof (n = e.getAttribute(r))) ) { try { n = (function (e) { return ( "true" === e || ("false" !== e && ("null" === e ? null : e === +e + "" ? +e : J.test(e) ? JSON.parse(e) : e)) ); })(n); } catch (e) {} Q.set(e, t, n); } else n = void 0; return n; } w.extend({ hasData: function (e) { return Q.hasData(e) || Y.hasData(e); }, data: function (e, t, n) { return Q.access(e, t, n); }, removeData: function (e, t) { Q.remove(e, t); }, _data: function (e, t, n) { return Y.access(e, t, n); }, _removeData: function (e, t) { Y.remove(e, t); }, }), w.fn.extend({ data: function (e, t) { var n, r, i, a = this[0], s = a && a.attributes; if (void 0 === e) { if ( this.length && ((i = Q.get(a)), 1 === a.nodeType && !Y.get(a, "hasDataAttrs")) ) { for (n = s.length; n--; ) s[n] && 0 === (r = s[n].name).indexOf("data-") && ((r = V(r.slice(5))), Z(a, r, i[r])); Y.set(a, "hasDataAttrs", !0); } return i; } return "object" == typeof e ? this.each(function () { Q.set(this, e); }) : F( this, function (t) { var n; if (a && void 0 === t) return void 0 !== (n = Q.get(a, e)) || void 0 !== (n = Z(a, e)) ? n : void 0; this.each(function () { Q.set(this, e, t); }); }, null, t, arguments.length > 1, null, !0 ); }, removeData: function (e) { return this.each(function () { Q.remove(this, e); }); }, }), w.extend({ queue: function (e, t, n) { var r; if (e) return ( (t = (t || "fx") + "queue"), (r = Y.get(e, t)), n && (!r || Array.isArray(n) ? (r = Y.access(e, t, w.makeArray(n))) : r.push(n)), r || [] ); }, dequeue: function (e, t) { t = t || "fx"; var n = w.queue(e, t), r = n.length, i = n.shift(), a = w._queueHooks(e, t); "inprogress" === i && ((i = n.shift()), r--), i && ("fx" === t && n.unshift("inprogress"), delete a.stop, i.call( e, function () { w.dequeue(e, t); }, a )), !r && a && a.empty.fire(); }, _queueHooks: function (e, t) { var n = t + "queueHooks"; return ( Y.get(e, n) || Y.access(e, n, { empty: w.Callbacks("once memory").add(function () { Y.remove(e, [t + "queue", n]); }), }) ); }, }), w.fn.extend({ queue: function (e, t) { var n = 2; return ( "string" != typeof e && ((t = e), (e = "fx"), n--), arguments.length < n ? w.queue(this[0], e) : void 0 === t ? this : this.each(function () { var n = w.queue(this, e, t); w._queueHooks(this, e), "fx" === e && "inprogress" !== n[0] && w.dequeue(this, e); }) ); }, dequeue: function (e) { return this.each(function () { w.dequeue(this, e); }); }, clearQueue: function (e) { return this.queue(e || "fx", []); }, promise: function (e, t) { var n, r = 1, i = w.Deferred(), a = this, s = this.length, o = function () { --r || i.resolveWith(a, [a]); }; for ( "string" != typeof e && ((t = e), (e = void 0)), e = e || "fx"; s--; ) (n = Y.get(a[s], e + "queueHooks")) && n.empty && (r++, n.empty.add(o)); return o(), i.promise(t); }, }); var ee = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, te = new RegExp("^(?:([+-])=|)(" + ee + ")([a-z%]*)$", "i"), ne = ["Top", "Right", "Bottom", "Left"], re = _.documentElement, ie = function (e) { return w.contains(e.ownerDocument, e); }, ae = { composed: !0 }; re.getRootNode && (ie = function (e) { return ( w.contains(e.ownerDocument, e) || e.getRootNode(ae) === e.ownerDocument ); }); var se = function (e, t) { return ( "none" === (e = t || e).style.display || ("" === e.style.display && ie(e) && "none" === w.css(e, "display")) ); }; function oe(e, t, n, r) { var i, a, s = 20, o = r ? function () { return r.cur(); } : function () { return w.css(e, t, ""); }, u = o(), c = (n && n[3]) || (w.cssNumber[t] ? "" : "px"), l = e.nodeType && (w.cssNumber[t] || ("px" !== c && +u)) && te.exec(w.css(e, t)); if (l && l[3] !== c) { for (u /= 2, c = c || l[3], l = +u || 1; s--; ) w.style(e, t, l + c), (1 - a) * (1 - (a = o() / u || 0.5)) <= 0 && (s = 0), (l /= a); (l *= 2), w.style(e, t, l + c), (n = n || []); } return ( n && ((l = +l || +u || 0), (i = n[1] ? l + (n[1] + 1) * n[2] : +n[2]), r && ((r.unit = c), (r.start = l), (r.end = i))), i ); } var ue = {}; function ce(e) { var t, n = e.ownerDocument, r = e.nodeName, i = ue[r]; return ( i || ((t = n.body.appendChild(n.createElement(r))), (i = w.css(t, "display")), t.parentNode.removeChild(t), "none" === i && (i = "block"), (ue[r] = i), i) ); } function le(e, t) { for (var n, r, i = [], a = 0, s = e.length; a < s; a++) (r = e[a]).style && ((n = r.style.display), t ? ("none" === n && ((i[a] = Y.get(r, "display") || null), i[a] || (r.style.display = "")), "" === r.style.display && se(r) && (i[a] = ce(r))) : "none" !== n && ((i[a] = "none"), Y.set(r, "display", n))); for (a = 0; a < s; a++) null != i[a] && (e[a].style.display = i[a]); return e; } w.fn.extend({ show: function () { return le(this, !0); }, hide: function () { return le(this); }, toggle: function (e) { return "boolean" == typeof e ? e ? this.show() : this.hide() : this.each(function () { se(this) ? w(this).show() : w(this).hide(); }); }, }); var fe, de, he = /^(?:checkbox|radio)$/i, pe = /<([a-z][^\/\0>\x20\t\r\n\f]*)/i, me = /^$|^module$|\/(?:java|ecma)script/i; (fe = _.createDocumentFragment().appendChild(_.createElement("div"))), (de = _.createElement("input")).setAttribute("type", "radio"), de.setAttribute("checked", "checked"), de.setAttribute("name", "t"), fe.appendChild(de), (h.checkClone = fe.cloneNode(!0).cloneNode(!0).lastChild.checked), (fe.innerHTML = ""), (h.noCloneChecked = !!fe.cloneNode(!0).lastChild.defaultValue), (fe.innerHTML = ""), (h.option = !!fe.lastChild); var _e = { thead: [1, "", "
"], col: [2, "", "
"], tr: [2, "", "
"], td: [3, "", "
"], _default: [0, "", ""], }; function ge(e, t) { var n; return ( (n = void 0 !== e.getElementsByTagName ? e.getElementsByTagName(t || "*") : void 0 !== e.querySelectorAll ? e.querySelectorAll(t || "*") : []), void 0 === t || (t && k(e, t)) ? w.merge([e], n) : n ); } function be(e, t) { for (var n = 0, r = e.length; n < r; n++) Y.set(e[n], "globalEval", !t || Y.get(t[n], "globalEval")); } (_e.tbody = _e.tfoot = _e.colgroup = _e.caption = _e.thead), (_e.th = _e.td), h.option || (_e.optgroup = _e.option = [ 1, "", ]); var ye = /<|&#?\w+;/; function ve(e, t, n, r, i) { for ( var a, s, o, u, c, l, f = t.createDocumentFragment(), d = [], h = 0, p = e.length; h < p; h++ ) if ((a = e[h]) || 0 === a) if ("object" === y(a)) w.merge(d, a.nodeType ? [a] : a); else if (ye.test(a)) { for ( s = s || f.appendChild(t.createElement("div")), o = (pe.exec(a) || ["", ""])[1].toLowerCase(), u = _e[o] || _e._default, s.innerHTML = u[1] + w.htmlPrefilter(a) + u[2], l = u[0]; l--; ) s = s.lastChild; w.merge(d, s.childNodes), ((s = f.firstChild).textContent = ""); } else d.push(t.createTextNode(a)); for (f.textContent = "", h = 0; (a = d[h++]); ) if (r && w.inArray(a, r) > -1) i && i.push(a); else if ( ((c = ie(a)), (s = ge(f.appendChild(a), "script")), c && be(s), n) ) for (l = 0; (a = s[l++]); ) me.test(a.type || "") && n.push(a); return f; } var we = /^([^.]*)(?:\.(.+)|)/; function xe() { return !0; } function Se() { return !1; } function Ce(e, t) { return ( (e === (function () { try { return _.activeElement; } catch (e) {} })()) == ("focus" === t) ); } function Ee(e, t, n, r, i, a) { var s, o; if ("object" == typeof t) { for (o in ("string" != typeof n && ((r = r || n), (n = void 0)), t)) Ee(e, o, n, r, t[o], a); return e; } if ( (null == r && null == i ? ((i = n), (r = n = void 0)) : null == i && ("string" == typeof n ? ((i = r), (r = void 0)) : ((i = r), (r = n), (n = void 0))), !1 === i) ) i = Se; else if (!i) return e; return ( 1 === a && ((s = i), (i = function (e) { return w().off(e), s.apply(this, arguments); }), (i.guid = s.guid || (s.guid = w.guid++))), e.each(function () { w.event.add(this, t, i, r, n); }) ); } function Pe(e, t, n) { n ? (Y.set(e, t, !1), w.event.add(e, t, { namespace: !1, handler: function (e) { var r, a, s = Y.get(this, t); if (1 & e.isTrigger && this[t]) { if (s.length) (w.event.special[t] || {}).delegateType && e.stopPropagation(); else if ( ((s = i.call(arguments)), Y.set(this, t, s), (r = n(this, t)), this[t](), s !== (a = Y.get(this, t)) || r ? Y.set(this, t, !1) : (a = {}), s !== a) ) return ( e.stopImmediatePropagation(), e.preventDefault(), a && a.value ); } else s.length && (Y.set(this, t, { value: w.event.trigger( w.extend(s[0], w.Event.prototype), s.slice(1), this ), }), e.stopImmediatePropagation()); }, })) : void 0 === Y.get(e, t) && w.event.add(e, t, xe); } (w.event = { global: {}, add: function (e, t, n, r, i) { var a, s, o, u, c, l, f, d, h, p, m, _ = Y.get(e); if (X(e)) for ( n.handler && ((n = (a = n).handler), (i = a.selector)), i && w.find.matchesSelector(re, i), n.guid || (n.guid = w.guid++), (u = _.events) || (u = _.events = Object.create(null)), (s = _.handle) || (s = _.handle = function (t) { return void 0 !== w && w.event.triggered !== t.type ? w.event.dispatch.apply(e, arguments) : void 0; }), c = (t = (t || "").match(N) || [""]).length; c--; ) (h = m = (o = we.exec(t[c]) || [])[1]), (p = (o[2] || "").split(".").sort()), h && ((f = w.event.special[h] || {}), (h = (i ? f.delegateType : f.bindType) || h), (f = w.event.special[h] || {}), (l = w.extend( { type: h, origType: m, data: r, handler: n, guid: n.guid, selector: i, needsContext: i && w.expr.match.needsContext.test(i), namespace: p.join("."), }, a )), (d = u[h]) || (((d = u[h] = []).delegateCount = 0), (f.setup && !1 !== f.setup.call(e, r, p, s)) || (e.addEventListener && e.addEventListener(h, s))), f.add && (f.add.call(e, l), l.handler.guid || (l.handler.guid = n.guid)), i ? d.splice(d.delegateCount++, 0, l) : d.push(l), (w.event.global[h] = !0)); }, remove: function (e, t, n, r, i) { var a, s, o, u, c, l, f, d, h, p, m, _ = Y.hasData(e) && Y.get(e); if (_ && (u = _.events)) { for (c = (t = (t || "").match(N) || [""]).length; c--; ) if ( ((h = m = (o = we.exec(t[c]) || [])[1]), (p = (o[2] || "").split(".").sort()), h) ) { for ( f = w.event.special[h] || {}, d = u[(h = (r ? f.delegateType : f.bindType) || h)] || [], o = o[2] && new RegExp("(^|\\.)" + p.join("\\.(?:.*\\.|)") + "(\\.|$)"), s = a = d.length; a--; ) (l = d[a]), (!i && m !== l.origType) || (n && n.guid !== l.guid) || (o && !o.test(l.namespace)) || (r && r !== l.selector && ("**" !== r || !l.selector)) || (d.splice(a, 1), l.selector && d.delegateCount--, f.remove && f.remove.call(e, l)); s && !d.length && ((f.teardown && !1 !== f.teardown.call(e, p, _.handle)) || w.removeEvent(e, h, _.handle), delete u[h]); } else for (h in u) w.event.remove(e, h + t[c], n, r, !0); w.isEmptyObject(u) && Y.remove(e, "handle events"); } }, dispatch: function (e) { var t, n, r, i, a, s, o = new Array(arguments.length), u = w.event.fix(e), c = (Y.get(this, "events") || Object.create(null))[u.type] || [], l = w.event.special[u.type] || {}; for (o[0] = u, t = 1; t < arguments.length; t++) o[t] = arguments[t]; if ( ((u.delegateTarget = this), !l.preDispatch || !1 !== l.preDispatch.call(this, u)) ) { for ( s = w.event.handlers.call(this, u, c), t = 0; (i = s[t++]) && !u.isPropagationStopped(); ) for ( u.currentTarget = i.elem, n = 0; (a = i.handlers[n++]) && !u.isImmediatePropagationStopped(); ) (u.rnamespace && !1 !== a.namespace && !u.rnamespace.test(a.namespace)) || ((u.handleObj = a), (u.data = a.data), void 0 !== (r = ( (w.event.special[a.origType] || {}).handle || a.handler ).apply(i.elem, o)) && !1 === (u.result = r) && (u.preventDefault(), u.stopPropagation())); return l.postDispatch && l.postDispatch.call(this, u), u.result; } }, handlers: function (e, t) { var n, r, i, a, s, o = [], u = t.delegateCount, c = e.target; if (u && c.nodeType && !("click" === e.type && e.button >= 1)) for (; c !== this; c = c.parentNode || this) if (1 === c.nodeType && ("click" !== e.type || !0 !== c.disabled)) { for (a = [], s = {}, n = 0; n < u; n++) void 0 === s[(i = (r = t[n]).selector + " ")] && (s[i] = r.needsContext ? w(i, this).index(c) > -1 : w.find(i, this, null, [c]).length), s[i] && a.push(r); a.length && o.push({ elem: c, handlers: a }); } return ( (c = this), u < t.length && o.push({ elem: c, handlers: t.slice(u) }), o ); }, addProp: function (e, t) { Object.defineProperty(w.Event.prototype, e, { enumerable: !0, configurable: !0, get: p(t) ? function () { if (this.originalEvent) return t(this.originalEvent); } : function () { if (this.originalEvent) return this.originalEvent[e]; }, set: function (t) { Object.defineProperty(this, e, { enumerable: !0, configurable: !0, writable: !0, value: t, }); }, }); }, fix: function (e) { return e[w.expando] ? e : new w.Event(e); }, special: { load: { noBubble: !0 }, click: { setup: function (e) { var t = this || e; return ( he.test(t.type) && t.click && k(t, "input") && Pe(t, "click", xe), !1 ); }, trigger: function (e) { var t = this || e; return ( he.test(t.type) && t.click && k(t, "input") && Pe(t, "click"), !0 ); }, _default: function (e) { var t = e.target; return ( (he.test(t.type) && t.click && k(t, "input") && Y.get(t, "click")) || k(t, "a") ); }, }, beforeunload: { postDispatch: function (e) { void 0 !== e.result && e.originalEvent && (e.originalEvent.returnValue = e.result); }, }, }, }), (w.removeEvent = function (e, t, n) { e.removeEventListener && e.removeEventListener(t, n); }), (w.Event = function (e, t) { if (!(this instanceof w.Event)) return new w.Event(e, t); e && e.type ? ((this.originalEvent = e), (this.type = e.type), (this.isDefaultPrevented = e.defaultPrevented || (void 0 === e.defaultPrevented && !1 === e.returnValue) ? xe : Se), (this.target = e.target && 3 === e.target.nodeType ? e.target.parentNode : e.target), (this.currentTarget = e.currentTarget), (this.relatedTarget = e.relatedTarget)) : (this.type = e), t && w.extend(this, t), (this.timeStamp = (e && e.timeStamp) || Date.now()), (this[w.expando] = !0); }), (w.Event.prototype = { constructor: w.Event, isDefaultPrevented: Se, isPropagationStopped: Se, isImmediatePropagationStopped: Se, isSimulated: !1, preventDefault: function () { var e = this.originalEvent; (this.isDefaultPrevented = xe), e && !this.isSimulated && e.preventDefault(); }, stopPropagation: function () { var e = this.originalEvent; (this.isPropagationStopped = xe), e && !this.isSimulated && e.stopPropagation(); }, stopImmediatePropagation: function () { var e = this.originalEvent; (this.isImmediatePropagationStopped = xe), e && !this.isSimulated && e.stopImmediatePropagation(), this.stopPropagation(); }, }), w.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, }, w.event.addProp ), w.each({ focus: "focusin", blur: "focusout" }, function (e, t) { w.event.special[e] = { setup: function () { return Pe(this, e, Ce), !1; }, trigger: function () { return Pe(this, e), !0; }, _default: function () { return !0; }, delegateType: t, }; }), w.each( { mouseenter: "mouseover", mouseleave: "mouseout", pointerenter: "pointerover", pointerleave: "pointerout", }, function (e, t) { w.event.special[e] = { delegateType: t, bindType: t, handle: function (e) { var n, r = this, i = e.relatedTarget, a = e.handleObj; return ( (i && (i === r || w.contains(r, i))) || ((e.type = a.origType), (n = a.handler.apply(this, arguments)), (e.type = t)), n ); }, }; } ), w.fn.extend({ on: function (e, t, n, r) { return Ee(this, e, t, n, r); }, one: function (e, t, n, r) { return Ee(this, e, t, n, r, 1); }, off: function (e, t, n) { var r, i; if (e && e.preventDefault && e.handleObj) return ( (r = e.handleObj), w(e.delegateTarget).off( r.namespace ? r.origType + "." + r.namespace : r.origType, r.selector, r.handler ), this ); if ("object" == typeof e) { for (i in e) this.off(i, t, e[i]); return this; } return ( (!1 !== t && "function" != typeof t) || ((n = t), (t = void 0)), !1 === n && (n = Se), this.each(function () { w.event.remove(this, e, n, t); }) ); }, }); var ke = /\s*$/g; function Be(e, t) { return ( (k(e, "table") && k(11 !== t.nodeType ? t : t.firstChild, "tr") && w(e).children("tbody")[0]) || e ); } function qe(e) { return (e.type = (null !== e.getAttribute("type")) + "/" + e.type), e; } function De(e) { return ( "true/" === (e.type || "").slice(0, 5) ? (e.type = e.type.slice(5)) : e.removeAttribute("type"), e ); } function Ae(e, t) { var n, r, i, a, s, o; if (1 === t.nodeType) { if (Y.hasData(e) && (o = Y.get(e).events)) for (i in (Y.remove(t, "handle events"), o)) for (n = 0, r = o[i].length; n < r; n++) w.event.add(t, i, o[i][n]); Q.hasData(e) && ((a = Q.access(e)), (s = w.extend({}, a)), Q.set(t, s)); } } function $e(e, t) { var n = t.nodeName.toLowerCase(); "input" === n && he.test(e.type) ? (t.checked = e.checked) : ("input" !== n && "textarea" !== n) || (t.defaultValue = e.defaultValue); } function Ne(e, t, n, r) { t = a(t); var i, s, o, u, c, l, f = 0, d = e.length, m = d - 1, _ = t[0], g = p(_); if (g || (d > 1 && "string" == typeof _ && !h.checkClone && Te.test(_))) return e.each(function (i) { var a = e.eq(i); g && (t[0] = _.call(this, i, a.html())), Ne(a, t, n, r); }); if ( d && ((s = (i = ve(t, e[0].ownerDocument, !1, e, r)).firstChild), 1 === i.childNodes.length && (i = s), s || r) ) { for (u = (o = w.map(ge(i, "script"), qe)).length; f < d; f++) (c = i), f !== m && ((c = w.clone(c, !0, !0)), u && w.merge(o, ge(c, "script"))), n.call(e[f], c, f); if (u) for (l = o[o.length - 1].ownerDocument, w.map(o, De), f = 0; f < u; f++) (c = o[f]), me.test(c.type || "") && !Y.access(c, "globalEval") && w.contains(l, c) && (c.src && "module" !== (c.type || "").toLowerCase() ? w._evalUrl && !c.noModule && w._evalUrl( c.src, { nonce: c.nonce || c.getAttribute("nonce") }, l ) : b(c.textContent.replace(je, ""), c, l)); } return e; } function Le(e, t, n) { for (var r, i = t ? w.filter(t, e) : e, a = 0; null != (r = i[a]); a++) n || 1 !== r.nodeType || w.cleanData(ge(r)), r.parentNode && (n && ie(r) && be(ge(r, "script")), r.parentNode.removeChild(r)); return e; } w.extend({ htmlPrefilter: function (e) { return e; }, clone: function (e, t, n) { var r, i, a, s, o = e.cloneNode(!0), u = ie(e); if ( !( h.noCloneChecked || (1 !== e.nodeType && 11 !== e.nodeType) || w.isXMLDoc(e) ) ) for (s = ge(o), r = 0, i = (a = ge(e)).length; r < i; r++) $e(a[r], s[r]); if (t) if (n) for (a = a || ge(e), s = s || ge(o), r = 0, i = a.length; r < i; r++) Ae(a[r], s[r]); else Ae(e, o); return ( (s = ge(o, "script")).length > 0 && be(s, !u && ge(e, "script")), o ); }, cleanData: function (e) { for (var t, n, r, i = w.event.special, a = 0; void 0 !== (n = e[a]); a++) if (X(n)) { if ((t = n[Y.expando])) { if (t.events) for (r in t.events) i[r] ? w.event.remove(n, r) : w.removeEvent(n, r, t.handle); n[Y.expando] = void 0; } n[Q.expando] && (n[Q.expando] = void 0); } }, }), w.fn.extend({ detach: function (e) { return Le(this, e, !0); }, remove: function (e) { return Le(this, e); }, text: function (e) { return F( this, function (e) { return void 0 === e ? w.text(this) : this.empty().each(function () { (1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType) || (this.textContent = e); }); }, null, e, arguments.length ); }, append: function () { return Ne(this, arguments, function (e) { (1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType) || Be(this, e).appendChild(e); }); }, prepend: function () { return Ne(this, arguments, function (e) { if ( 1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType ) { var t = Be(this, e); t.insertBefore(e, t.firstChild); } }); }, before: function () { return Ne(this, arguments, function (e) { this.parentNode && this.parentNode.insertBefore(e, this); }); }, after: function () { return Ne(this, arguments, function (e) { this.parentNode && this.parentNode.insertBefore(e, this.nextSibling); }); }, empty: function () { for (var e, t = 0; null != (e = this[t]); t++) 1 === e.nodeType && (w.cleanData(ge(e, !1)), (e.textContent = "")); return this; }, clone: function (e, t) { return ( (e = null != e && e), (t = null == t ? e : t), this.map(function () { return w.clone(this, e, t); }) ); }, html: function (e) { return F( this, function (e) { var t = this[0] || {}, n = 0, r = this.length; if (void 0 === e && 1 === t.nodeType) return t.innerHTML; if ( "string" == typeof e && !ke.test(e) && !_e[(pe.exec(e) || ["", ""])[1].toLowerCase()] ) { e = w.htmlPrefilter(e); try { for (; n < r; n++) 1 === (t = this[n] || {}).nodeType && (w.cleanData(ge(t, !1)), (t.innerHTML = e)); t = 0; } catch (e) {} } t && this.empty().append(e); }, null, e, arguments.length ); }, replaceWith: function () { var e = []; return Ne( this, arguments, function (t) { var n = this.parentNode; w.inArray(this, e) < 0 && (w.cleanData(ge(this)), n && n.replaceChild(t, this)); }, e ); }, }), w.each( { appendTo: "append", prependTo: "prepend", insertBefore: "before", insertAfter: "after", replaceAll: "replaceWith", }, function (e, t) { w.fn[e] = function (e) { for (var n, r = [], i = w(e), a = i.length - 1, o = 0; o <= a; o++) (n = o === a ? this : this.clone(!0)), w(i[o])[t](n), s.apply(r, n.get()); return this.pushStack(r); }; } ); var Re = new RegExp("^(" + ee + ")(?!px)[a-z%]+$", "i"), Oe = function (t) { var n = t.ownerDocument.defaultView; return (n && n.opener) || (n = e), n.getComputedStyle(t); }, Me = function (e, t, n) { var r, i, a = {}; for (i in t) (a[i] = e.style[i]), (e.style[i] = t[i]); for (i in ((r = n.call(e)), t)) e.style[i] = a[i]; return r; }, Ie = new RegExp(ne.join("|"), "i"); function He(e, t, n) { var r, i, a, s, o = e.style; return ( (n = n || Oe(e)) && ("" !== (s = n.getPropertyValue(t) || n[t]) || ie(e) || (s = w.style(e, t)), !h.pixelBoxStyles() && Re.test(s) && Ie.test(t) && ((r = o.width), (i = o.minWidth), (a = o.maxWidth), (o.minWidth = o.maxWidth = o.width = s), (s = n.width), (o.width = r), (o.minWidth = i), (o.maxWidth = a))), void 0 !== s ? s + "" : s ); } function Fe(e, t) { return { get: function () { if (!e()) return (this.get = t).apply(this, arguments); delete this.get; }, }; } !(function () { function t() { if (l) { (c.style.cssText = "position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0"), (l.style.cssText = "position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%"), re.appendChild(c).appendChild(l); var t = e.getComputedStyle(l); (r = "1%" !== t.top), (u = 12 === n(t.marginLeft)), (l.style.right = "60%"), (s = 36 === n(t.right)), (i = 36 === n(t.width)), (l.style.position = "absolute"), (a = 12 === n(l.offsetWidth / 3)), re.removeChild(c), (l = null); } } function n(e) { return Math.round(parseFloat(e)); } var r, i, a, s, o, u, c = _.createElement("div"), l = _.createElement("div"); l.style && ((l.style.backgroundClip = "content-box"), (l.cloneNode(!0).style.backgroundClip = ""), (h.clearCloneStyle = "content-box" === l.style.backgroundClip), w.extend(h, { boxSizingReliable: function () { return t(), i; }, pixelBoxStyles: function () { return t(), s; }, pixelPosition: function () { return t(), r; }, reliableMarginLeft: function () { return t(), u; }, scrollboxSize: function () { return t(), a; }, reliableTrDimensions: function () { var t, n, r, i; return ( null == o && ((t = _.createElement("table")), (n = _.createElement("tr")), (r = _.createElement("div")), (t.style.cssText = "position:absolute;left:-11111px;border-collapse:separate"), (n.style.cssText = "border:1px solid"), (n.style.height = "1px"), (r.style.height = "9px"), (r.style.display = "block"), re.appendChild(t).appendChild(n).appendChild(r), (i = e.getComputedStyle(n)), (o = parseInt(i.height, 10) + parseInt(i.borderTopWidth, 10) + parseInt(i.borderBottomWidth, 10) === n.offsetHeight), re.removeChild(t)), o ); }, })); })(); var We = ["Webkit", "Moz", "ms"], ze = _.createElement("div").style, Ue = {}; function Ve(e) { var t = w.cssProps[e] || Ue[e]; return ( t || (e in ze ? e : (Ue[e] = (function (e) { for ( var t = e[0].toUpperCase() + e.slice(1), n = We.length; n--; ) if ((e = We[n] + t) in ze) return e; })(e) || e)) ); } var Xe = /^(none|table(?!-c[ea]).+)/, Ge = /^--/, Ye = { position: "absolute", visibility: "hidden", display: "block" }, Qe = { letterSpacing: "0", fontWeight: "400" }; function Je(e, t, n) { var r = te.exec(t); return r ? Math.max(0, r[2] - (n || 0)) + (r[3] || "px") : t; } function Ke(e, t, n, r, i, a) { var s = "width" === t ? 1 : 0, o = 0, u = 0; if (n === (r ? "border" : "content")) return 0; for (; s < 4; s += 2) "margin" === n && (u += w.css(e, n + ne[s], !0, i)), r ? ("content" === n && (u -= w.css(e, "padding" + ne[s], !0, i)), "margin" !== n && (u -= w.css(e, "border" + ne[s] + "Width", !0, i))) : ((u += w.css(e, "padding" + ne[s], !0, i)), "padding" !== n ? (u += w.css(e, "border" + ne[s] + "Width", !0, i)) : (o += w.css(e, "border" + ne[s] + "Width", !0, i))); return ( !r && a >= 0 && (u += Math.max( 0, Math.ceil( e["offset" + t[0].toUpperCase() + t.slice(1)] - a - u - o - 0.5 ) ) || 0), u ); } function Ze(e, t, n) { var r = Oe(e), i = (!h.boxSizingReliable() || n) && "border-box" === w.css(e, "boxSizing", !1, r), a = i, s = He(e, t, r), o = "offset" + t[0].toUpperCase() + t.slice(1); if (Re.test(s)) { if (!n) return s; s = "auto"; } return ( ((!h.boxSizingReliable() && i) || (!h.reliableTrDimensions() && k(e, "tr")) || "auto" === s || (!parseFloat(s) && "inline" === w.css(e, "display", !1, r))) && e.getClientRects().length && ((i = "border-box" === w.css(e, "boxSizing", !1, r)), (a = o in e) && (s = e[o])), (s = parseFloat(s) || 0) + Ke(e, t, n || (i ? "border" : "content"), a, r, s) + "px" ); } function et(e, t, n, r, i) { return new et.prototype.init(e, t, n, r, i); } w.extend({ cssHooks: { opacity: { get: function (e, t) { if (t) { var n = He(e, "opacity"); return "" === n ? "1" : n; } }, }, }, cssNumber: { animationIterationCount: !0, columnCount: !0, fillOpacity: !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, widows: !0, zIndex: !0, zoom: !0, }, cssProps: {}, style: function (e, t, n, r) { if (e && 3 !== e.nodeType && 8 !== e.nodeType && e.style) { var i, a, s, o = V(t), u = Ge.test(t), c = e.style; if ( (u || (t = Ve(o)), (s = w.cssHooks[t] || w.cssHooks[o]), void 0 === n) ) return s && "get" in s && void 0 !== (i = s.get(e, !1, r)) ? i : c[t]; "string" === (a = typeof n) && (i = te.exec(n)) && i[1] && ((n = oe(e, t, i)), (a = "number")), null != n && n == n && ("number" !== a || u || (n += (i && i[3]) || (w.cssNumber[o] ? "" : "px")), h.clearCloneStyle || "" !== n || 0 !== t.indexOf("background") || (c[t] = "inherit"), (s && "set" in s && void 0 === (n = s.set(e, n, r))) || (u ? c.setProperty(t, n) : (c[t] = n))); } }, css: function (e, t, n, r) { var i, a, s, o = V(t); return ( Ge.test(t) || (t = Ve(o)), (s = w.cssHooks[t] || w.cssHooks[o]) && "get" in s && (i = s.get(e, !0, n)), void 0 === i && (i = He(e, t, r)), "normal" === i && t in Qe && (i = Qe[t]), "" === n || n ? ((a = parseFloat(i)), !0 === n || isFinite(a) ? a || 0 : i) : i ); }, }), w.each(["height", "width"], function (e, t) { w.cssHooks[t] = { get: function (e, n, r) { if (n) return !Xe.test(w.css(e, "display")) || (e.getClientRects().length && e.getBoundingClientRect().width) ? Ze(e, t, r) : Me(e, Ye, function () { return Ze(e, t, r); }); }, set: function (e, n, r) { var i, a = Oe(e), s = !h.scrollboxSize() && "absolute" === a.position, o = (s || r) && "border-box" === w.css(e, "boxSizing", !1, a), u = r ? Ke(e, t, r, o, a) : 0; return ( o && s && (u -= Math.ceil( e["offset" + t[0].toUpperCase() + t.slice(1)] - parseFloat(a[t]) - Ke(e, t, "border", !1, a) - 0.5 )), u && (i = te.exec(n)) && "px" !== (i[3] || "px") && ((e.style[t] = n), (n = w.css(e, t))), Je(0, n, u) ); }, }; }), (w.cssHooks.marginLeft = Fe(h.reliableMarginLeft, function (e, t) { if (t) return ( (parseFloat(He(e, "marginLeft")) || e.getBoundingClientRect().left - Me(e, { marginLeft: 0 }, function () { return e.getBoundingClientRect().left; })) + "px" ); })), w.each({ margin: "", padding: "", border: "Width" }, function (e, t) { (w.cssHooks[e + t] = { expand: function (n) { for ( var r = 0, i = {}, a = "string" == typeof n ? n.split(" ") : [n]; r < 4; r++ ) i[e + ne[r] + t] = a[r] || a[r - 2] || a[0]; return i; }, }), "margin" !== e && (w.cssHooks[e + t].set = Je); }), w.fn.extend({ css: function (e, t) { return F( this, function (e, t, n) { var r, i, a = {}, s = 0; if (Array.isArray(t)) { for (r = Oe(e), i = t.length; s < i; s++) a[t[s]] = w.css(e, t[s], !1, r); return a; } return void 0 !== n ? w.style(e, t, n) : w.css(e, t); }, e, t, arguments.length > 1 ); }, }), (w.Tween = et), (et.prototype = { constructor: et, init: function (e, t, n, r, i, a) { (this.elem = e), (this.prop = n), (this.easing = i || w.easing._default), (this.options = t), (this.start = this.now = this.cur()), (this.end = r), (this.unit = a || (w.cssNumber[n] ? "" : "px")); }, cur: function () { var e = et.propHooks[this.prop]; return e && e.get ? e.get(this) : et.propHooks._default.get(this); }, run: function (e) { var t, n = et.propHooks[this.prop]; return ( this.options.duration ? (this.pos = t = w.easing[this.easing]( e, this.options.duration * e, 0, 1, this.options.duration )) : (this.pos = t = e), (this.now = (this.end - this.start) * t + this.start), this.options.step && this.options.step.call(this.elem, this.now, this), n && n.set ? n.set(this) : et.propHooks._default.set(this), this ); }, }), (et.prototype.init.prototype = et.prototype), (et.propHooks = { _default: { get: function (e) { var t; return 1 !== e.elem.nodeType || (null != e.elem[e.prop] && null == e.elem.style[e.prop]) ? e.elem[e.prop] : (t = w.css(e.elem, e.prop, "")) && "auto" !== t ? t : 0; }, set: function (e) { w.fx.step[e.prop] ? w.fx.step[e.prop](e) : 1 !== e.elem.nodeType || (!w.cssHooks[e.prop] && null == e.elem.style[Ve(e.prop)]) ? (e.elem[e.prop] = e.now) : w.style(e.elem, e.prop, e.now + e.unit); }, }, }), (et.propHooks.scrollTop = et.propHooks.scrollLeft = { set: function (e) { e.elem.nodeType && e.elem.parentNode && (e.elem[e.prop] = e.now); }, }), (w.easing = { linear: function (e) { return e; }, swing: function (e) { return 0.5 - Math.cos(e * Math.PI) / 2; }, _default: "swing", }), (w.fx = et.prototype.init), (w.fx.step = {}); var tt, nt, rt = /^(?:toggle|show|hide)$/, it = /queueHooks$/; function at() { nt && (!1 === _.hidden && e.requestAnimationFrame ? e.requestAnimationFrame(at) : e.setTimeout(at, w.fx.interval), w.fx.tick()); } function st() { return ( e.setTimeout(function () { tt = void 0; }), (tt = Date.now()) ); } function ot(e, t) { var n, r = 0, i = { height: e }; for (t = t ? 1 : 0; r < 4; r += 2 - t) i["margin" + (n = ne[r])] = i["padding" + n] = e; return t && (i.opacity = i.width = e), i; } function ut(e, t, n) { for ( var r, i = (ct.tweeners[t] || []).concat(ct.tweeners["*"]), a = 0, s = i.length; a < s; a++ ) if ((r = i[a].call(n, t, e))) return r; } function ct(e, t, n) { var r, i, a = 0, s = ct.prefilters.length, o = w.Deferred().always(function () { delete u.elem; }), u = function () { if (i) return !1; for ( var t = tt || st(), n = Math.max(0, c.startTime + c.duration - t), r = 1 - (n / c.duration || 0), a = 0, s = c.tweens.length; a < s; a++ ) c.tweens[a].run(r); return ( o.notifyWith(e, [c, r, n]), r < 1 && s ? n : (s || o.notifyWith(e, [c, 1, 0]), o.resolveWith(e, [c]), !1) ); }, c = o.promise({ elem: e, props: w.extend({}, t), opts: w.extend(!0, { specialEasing: {}, easing: w.easing._default }, n), originalProperties: t, originalOptions: n, startTime: tt || st(), duration: n.duration, tweens: [], createTween: function (t, n) { var r = w.Tween( e, c.opts, t, n, c.opts.specialEasing[t] || c.opts.easing ); return c.tweens.push(r), r; }, stop: function (t) { var n = 0, r = t ? c.tweens.length : 0; if (i) return this; for (i = !0; n < r; n++) c.tweens[n].run(1); return ( t ? (o.notifyWith(e, [c, 1, 0]), o.resolveWith(e, [c, t])) : o.rejectWith(e, [c, t]), this ); }, }), l = c.props; for ( !(function (e, t) { var n, r, i, a, s; for (n in e) if ( ((i = t[(r = V(n))]), (a = e[n]), Array.isArray(a) && ((i = a[1]), (a = e[n] = a[0])), n !== r && ((e[r] = a), delete e[n]), (s = w.cssHooks[r]) && ("expand" in s)) ) for (n in ((a = s.expand(a)), delete e[r], a)) (n in e) || ((e[n] = a[n]), (t[n] = i)); else t[r] = i; })(l, c.opts.specialEasing); a < s; a++ ) if ((r = ct.prefilters[a].call(c, e, l, c.opts))) return ( p(r.stop) && (w._queueHooks(c.elem, c.opts.queue).stop = r.stop.bind(r)), r ); return ( w.map(l, ut, c), p(c.opts.start) && c.opts.start.call(e, c), c .progress(c.opts.progress) .done(c.opts.done, c.opts.complete) .fail(c.opts.fail) .always(c.opts.always), w.fx.timer(w.extend(u, { elem: e, anim: c, queue: c.opts.queue })), c ); } (w.Animation = w.extend(ct, { tweeners: { "*": [ function (e, t) { var n = this.createTween(e, t); return oe(n.elem, e, te.exec(t), n), n; }, ], }, tweener: function (e, t) { p(e) ? ((t = e), (e = ["*"])) : (e = e.match(N)); for (var n, r = 0, i = e.length; r < i; r++) (n = e[r]), (ct.tweeners[n] = ct.tweeners[n] || []), ct.tweeners[n].unshift(t); }, prefilters: [ function (e, t, n) { var r, i, a, s, o, u, c, l, f = "width" in t || "height" in t, d = this, h = {}, p = e.style, m = e.nodeType && se(e), _ = Y.get(e, "fxshow"); for (r in (n.queue || (null == (s = w._queueHooks(e, "fx")).unqueued && ((s.unqueued = 0), (o = s.empty.fire), (s.empty.fire = function () { s.unqueued || o(); })), s.unqueued++, d.always(function () { d.always(function () { s.unqueued--, w.queue(e, "fx").length || s.empty.fire(); }); })), t)) if (((i = t[r]), rt.test(i))) { if ( (delete t[r], (a = a || "toggle" === i), i === (m ? "hide" : "show")) ) { if ("show" !== i || !_ || void 0 === _[r]) continue; m = !0; } h[r] = (_ && _[r]) || w.style(e, r); } if ((u = !w.isEmptyObject(t)) || !w.isEmptyObject(h)) for (r in (f && 1 === e.nodeType && ((n.overflow = [p.overflow, p.overflowX, p.overflowY]), null == (c = _ && _.display) && (c = Y.get(e, "display")), "none" === (l = w.css(e, "display")) && (c ? (l = c) : (le([e], !0), (c = e.style.display || c), (l = w.css(e, "display")), le([e]))), ("inline" === l || ("inline-block" === l && null != c)) && "none" === w.css(e, "float") && (u || (d.done(function () { p.display = c; }), null == c && ((l = p.display), (c = "none" === l ? "" : l))), (p.display = "inline-block"))), n.overflow && ((p.overflow = "hidden"), d.always(function () { (p.overflow = n.overflow[0]), (p.overflowX = n.overflow[1]), (p.overflowY = n.overflow[2]); })), (u = !1), h)) u || (_ ? "hidden" in _ && (m = _.hidden) : (_ = Y.access(e, "fxshow", { display: c })), a && (_.hidden = !m), m && le([e], !0), d.done(function () { for (r in (m || le([e]), Y.remove(e, "fxshow"), h)) w.style(e, r, h[r]); })), (u = ut(m ? _[r] : 0, r, d)), r in _ || ((_[r] = u.start), m && ((u.end = u.start), (u.start = 0))); }, ], prefilter: function (e, t) { t ? ct.prefilters.unshift(e) : ct.prefilters.push(e); }, })), (w.speed = function (e, t, n) { var r = e && "object" == typeof e ? w.extend({}, e) : { complete: n || (!n && t) || (p(e) && e), duration: e, easing: (n && t) || (t && !p(t) && t), }; return ( w.fx.off ? (r.duration = 0) : "number" != typeof r.duration && (r.duration in w.fx.speeds ? (r.duration = w.fx.speeds[r.duration]) : (r.duration = w.fx.speeds._default)), (null != r.queue && !0 !== r.queue) || (r.queue = "fx"), (r.old = r.complete), (r.complete = function () { p(r.old) && r.old.call(this), r.queue && w.dequeue(this, r.queue); }), r ); }), w.fn.extend({ fadeTo: function (e, t, n, r) { return this.filter(se) .css("opacity", 0) .show() .end() .animate({ opacity: t }, e, n, r); }, animate: function (e, t, n, r) { var i = w.isEmptyObject(e), a = w.speed(t, n, r), s = function () { var t = ct(this, w.extend({}, e), a); (i || Y.get(this, "finish")) && t.stop(!0); }; return ( (s.finish = s), i || !1 === a.queue ? this.each(s) : this.queue(a.queue, s) ); }, stop: function (e, t, n) { var r = function (e) { var t = e.stop; delete e.stop, t(n); }; return ( "string" != typeof e && ((n = t), (t = e), (e = void 0)), t && this.queue(e || "fx", []), this.each(function () { var t = !0, i = null != e && e + "queueHooks", a = w.timers, s = Y.get(this); if (i) s[i] && s[i].stop && r(s[i]); else for (i in s) s[i] && s[i].stop && it.test(i) && r(s[i]); for (i = a.length; i--; ) a[i].elem !== this || (null != e && a[i].queue !== e) || (a[i].anim.stop(n), (t = !1), a.splice(i, 1)); (!t && n) || w.dequeue(this, e); }) ); }, finish: function (e) { return ( !1 !== e && (e = e || "fx"), this.each(function () { var t, n = Y.get(this), r = n[e + "queue"], i = n[e + "queueHooks"], a = w.timers, s = r ? r.length : 0; for ( n.finish = !0, w.queue(this, e, []), i && i.stop && i.stop.call(this, !0), t = a.length; t--; ) a[t].elem === this && a[t].queue === e && (a[t].anim.stop(!0), a.splice(t, 1)); for (t = 0; t < s; t++) r[t] && r[t].finish && r[t].finish.call(this); delete n.finish; }) ); }, }), w.each(["toggle", "show", "hide"], function (e, t) { var n = w.fn[t]; w.fn[t] = function (e, r, i) { return null == e || "boolean" == typeof e ? n.apply(this, arguments) : this.animate(ot(t, !0), e, r, i); }; }), w.each( { slideDown: ot("show"), slideUp: ot("hide"), slideToggle: ot("toggle"), fadeIn: { opacity: "show" }, fadeOut: { opacity: "hide" }, fadeToggle: { opacity: "toggle" }, }, function (e, t) { w.fn[e] = function (e, n, r) { return this.animate(t, e, n, r); }; } ), (w.timers = []), (w.fx.tick = function () { var e, t = 0, n = w.timers; for (tt = Date.now(); t < n.length; t++) (e = n[t])() || n[t] !== e || n.splice(t--, 1); n.length || w.fx.stop(), (tt = void 0); }), (w.fx.timer = function (e) { w.timers.push(e), w.fx.start(); }), (w.fx.interval = 13), (w.fx.start = function () { nt || ((nt = !0), at()); }), (w.fx.stop = function () { nt = null; }), (w.fx.speeds = { slow: 600, fast: 200, _default: 400 }), (w.fn.delay = function (t, n) { return ( (t = (w.fx && w.fx.speeds[t]) || t), (n = n || "fx"), this.queue(n, function (n, r) { var i = e.setTimeout(n, t); r.stop = function () { e.clearTimeout(i); }; }) ); }), (function () { var e = _.createElement("input"), t = _.createElement("select").appendChild(_.createElement("option")); (e.type = "checkbox"), (h.checkOn = "" !== e.value), (h.optSelected = t.selected), ((e = _.createElement("input")).value = "t"), (e.type = "radio"), (h.radioValue = "t" === e.value); })(); var lt, ft = w.expr.attrHandle; w.fn.extend({ attr: function (e, t) { return F(this, w.attr, e, t, arguments.length > 1); }, removeAttr: function (e) { return this.each(function () { w.removeAttr(this, e); }); }, }), w.extend({ attr: function (e, t, n) { var r, i, a = e.nodeType; if (3 !== a && 8 !== a && 2 !== a) return void 0 === e.getAttribute ? w.prop(e, t, n) : ((1 === a && w.isXMLDoc(e)) || (i = w.attrHooks[t.toLowerCase()] || (w.expr.match.bool.test(t) ? lt : void 0)), void 0 !== n ? null === n ? void w.removeAttr(e, t) : i && "set" in i && void 0 !== (r = i.set(e, n, t)) ? r : (e.setAttribute(t, n + ""), n) : i && "get" in i && null !== (r = i.get(e, t)) ? r : null == (r = w.find.attr(e, t)) ? void 0 : r); }, attrHooks: { type: { set: function (e, t) { if (!h.radioValue && "radio" === t && k(e, "input")) { var n = e.value; return e.setAttribute("type", t), n && (e.value = n), t; } }, }, }, removeAttr: function (e, t) { var n, r = 0, i = t && t.match(N); if (i && 1 === e.nodeType) for (; (n = i[r++]); ) e.removeAttribute(n); }, }), (lt = { set: function (e, t, n) { return !1 === t ? w.removeAttr(e, n) : e.setAttribute(n, n), n; }, }), w.each(w.expr.match.bool.source.match(/\w+/g), function (e, t) { var n = ft[t] || w.find.attr; ft[t] = function (e, t, r) { var i, a, s = t.toLowerCase(); return ( r || ((a = ft[s]), (ft[s] = i), (i = null != n(e, t, r) ? s : null), (ft[s] = a)), i ); }; }); var dt = /^(?:input|select|textarea|button)$/i, ht = /^(?:a|area)$/i; function pt(e) { return (e.match(N) || []).join(" "); } function mt(e) { return (e.getAttribute && e.getAttribute("class")) || ""; } function _t(e) { return Array.isArray(e) ? e : ("string" == typeof e && e.match(N)) || []; } w.fn.extend({ prop: function (e, t) { return F(this, w.prop, e, t, arguments.length > 1); }, removeProp: function (e) { return this.each(function () { delete this[w.propFix[e] || e]; }); }, }), w.extend({ prop: function (e, t, n) { var r, i, a = e.nodeType; if (3 !== a && 8 !== a && 2 !== a) return ( (1 === a && w.isXMLDoc(e)) || ((t = w.propFix[t] || t), (i = w.propHooks[t])), void 0 !== n ? i && "set" in i && void 0 !== (r = i.set(e, n, t)) ? r : (e[t] = n) : i && "get" in i && null !== (r = i.get(e, t)) ? r : e[t] ); }, propHooks: { tabIndex: { get: function (e) { var t = w.find.attr(e, "tabindex"); return t ? parseInt(t, 10) : dt.test(e.nodeName) || (ht.test(e.nodeName) && e.href) ? 0 : -1; }, }, }, propFix: { for: "htmlFor", class: "className" }, }), h.optSelected || (w.propHooks.selected = { get: function (e) { var t = e.parentNode; return t && t.parentNode && t.parentNode.selectedIndex, null; }, set: function (e) { var t = e.parentNode; t && (t.selectedIndex, t.parentNode && t.parentNode.selectedIndex); }, }), w.each( [ "tabIndex", "readOnly", "maxLength", "cellSpacing", "cellPadding", "rowSpan", "colSpan", "useMap", "frameBorder", "contentEditable", ], function () { w.propFix[this.toLowerCase()] = this; } ), w.fn.extend({ addClass: function (e) { var t, n, r, i, a, s, o, u = 0; if (p(e)) return this.each(function (t) { w(this).addClass(e.call(this, t, mt(this))); }); if ((t = _t(e)).length) for (; (n = this[u++]); ) if (((i = mt(n)), (r = 1 === n.nodeType && " " + pt(i) + " "))) { for (s = 0; (a = t[s++]); ) r.indexOf(" " + a + " ") < 0 && (r += a + " "); i !== (o = pt(r)) && n.setAttribute("class", o); } return this; }, removeClass: function (e) { var t, n, r, i, a, s, o, u = 0; if (p(e)) return this.each(function (t) { w(this).removeClass(e.call(this, t, mt(this))); }); if (!arguments.length) return this.attr("class", ""); if ((t = _t(e)).length) for (; (n = this[u++]); ) if (((i = mt(n)), (r = 1 === n.nodeType && " " + pt(i) + " "))) { for (s = 0; (a = t[s++]); ) for (; r.indexOf(" " + a + " ") > -1; ) r = r.replace(" " + a + " ", " "); i !== (o = pt(r)) && n.setAttribute("class", o); } return this; }, toggleClass: function (e, t) { var n = typeof e, r = "string" === n || Array.isArray(e); return "boolean" == typeof t && r ? t ? this.addClass(e) : this.removeClass(e) : p(e) ? this.each(function (n) { w(this).toggleClass(e.call(this, n, mt(this), t), t); }) : this.each(function () { var t, i, a, s; if (r) for (i = 0, a = w(this), s = _t(e); (t = s[i++]); ) a.hasClass(t) ? a.removeClass(t) : a.addClass(t); else (void 0 !== e && "boolean" !== n) || ((t = mt(this)) && Y.set(this, "__className__", t), this.setAttribute && this.setAttribute( "class", t || !1 === e ? "" : Y.get(this, "__className__") || "" )); }); }, hasClass: function (e) { var t, n, r = 0; for (t = " " + e + " "; (n = this[r++]); ) if (1 === n.nodeType && (" " + pt(mt(n)) + " ").indexOf(t) > -1) return !0; return !1; }, }); var gt = /\r/g; w.fn.extend({ val: function (e) { var t, n, r, i = this[0]; return arguments.length ? ((r = p(e)), this.each(function (n) { var i; 1 === this.nodeType && (null == (i = r ? e.call(this, n, w(this).val()) : e) ? (i = "") : "number" == typeof i ? (i += "") : Array.isArray(i) && (i = w.map(i, function (e) { return null == e ? "" : e + ""; })), ((t = w.valHooks[this.type] || w.valHooks[this.nodeName.toLowerCase()]) && "set" in t && void 0 !== t.set(this, i, "value")) || (this.value = i)); })) : i ? (t = w.valHooks[i.type] || w.valHooks[i.nodeName.toLowerCase()]) && "get" in t && void 0 !== (n = t.get(i, "value")) ? n : "string" == typeof (n = i.value) ? n.replace(gt, "") : null == n ? "" : n : void 0; }, }), w.extend({ valHooks: { option: { get: function (e) { var t = w.find.attr(e, "value"); return null != t ? t : pt(w.text(e)); }, }, select: { get: function (e) { var t, n, r, i = e.options, a = e.selectedIndex, s = "select-one" === e.type, o = s ? null : [], u = s ? a + 1 : i.length; for (r = a < 0 ? u : s ? a : 0; r < u; r++) if ( ((n = i[r]).selected || r === a) && !n.disabled && (!n.parentNode.disabled || !k(n.parentNode, "optgroup")) ) { if (((t = w(n).val()), s)) return t; o.push(t); } return o; }, set: function (e, t) { for ( var n, r, i = e.options, a = w.makeArray(t), s = i.length; s--; ) ((r = i[s]).selected = w.inArray(w.valHooks.option.get(r), a) > -1) && (n = !0); return n || (e.selectedIndex = -1), a; }, }, }, }), w.each(["radio", "checkbox"], function () { (w.valHooks[this] = { set: function (e, t) { if (Array.isArray(t)) return (e.checked = w.inArray(w(e).val(), t) > -1); }, }), h.checkOn || (w.valHooks[this].get = function (e) { return null === e.getAttribute("value") ? "on" : e.value; }); }), (h.focusin = "onfocusin" in e); var bt = /^(?:focusinfocus|focusoutblur)$/, yt = function (e) { e.stopPropagation(); }; w.extend(w.event, { trigger: function (t, n, r, i) { var a, s, o, u, c, f, d, h, g = [r || _], b = l.call(t, "type") ? t.type : t, y = l.call(t, "namespace") ? t.namespace.split(".") : []; if ( ((s = h = o = r = r || _), 3 !== r.nodeType && 8 !== r.nodeType && !bt.test(b + w.event.triggered) && (b.indexOf(".") > -1 && ((y = b.split(".")), (b = y.shift()), y.sort()), (c = b.indexOf(":") < 0 && "on" + b), ((t = t[w.expando] ? t : new w.Event(b, "object" == typeof t && t)).isTrigger = i ? 2 : 3), (t.namespace = y.join(".")), (t.rnamespace = t.namespace ? new RegExp("(^|\\.)" + y.join("\\.(?:.*\\.|)") + "(\\.|$)") : null), (t.result = void 0), t.target || (t.target = r), (n = null == n ? [t] : w.makeArray(n, [t])), (d = w.event.special[b] || {}), i || !d.trigger || !1 !== d.trigger.apply(r, n))) ) { if (!i && !d.noBubble && !m(r)) { for ( u = d.delegateType || b, bt.test(u + b) || (s = s.parentNode); s; s = s.parentNode ) g.push(s), (o = s); o === (r.ownerDocument || _) && g.push(o.defaultView || o.parentWindow || e); } for (a = 0; (s = g[a++]) && !t.isPropagationStopped(); ) (h = s), (t.type = a > 1 ? u : d.bindType || b), (f = (Y.get(s, "events") || Object.create(null))[t.type] && Y.get(s, "handle")) && f.apply(s, n), (f = c && s[c]) && f.apply && X(s) && ((t.result = f.apply(s, n)), !1 === t.result && t.preventDefault()); return ( (t.type = b), i || t.isDefaultPrevented() || (d._default && !1 !== d._default.apply(g.pop(), n)) || !X(r) || (c && p(r[b]) && !m(r) && ((o = r[c]) && (r[c] = null), (w.event.triggered = b), t.isPropagationStopped() && h.addEventListener(b, yt), r[b](), t.isPropagationStopped() && h.removeEventListener(b, yt), (w.event.triggered = void 0), o && (r[c] = o))), t.result ); } }, simulate: function (e, t, n) { var r = w.extend(new w.Event(), n, { type: e, isSimulated: !0 }); w.event.trigger(r, null, t); }, }), w.fn.extend({ trigger: function (e, t) { return this.each(function () { w.event.trigger(e, t, this); }); }, triggerHandler: function (e, t) { var n = this[0]; if (n) return w.event.trigger(e, t, n, !0); }, }), h.focusin || w.each({ focus: "focusin", blur: "focusout" }, function (e, t) { var n = function (e) { w.event.simulate(t, e.target, w.event.fix(e)); }; w.event.special[t] = { setup: function () { var r = this.ownerDocument || this.document || this, i = Y.access(r, t); i || r.addEventListener(e, n, !0), Y.access(r, t, (i || 0) + 1); }, teardown: function () { var r = this.ownerDocument || this.document || this, i = Y.access(r, t) - 1; i ? Y.access(r, t, i) : (r.removeEventListener(e, n, !0), Y.remove(r, t)); }, }; }); var vt = e.location, wt = { guid: Date.now() }, xt = /\?/; w.parseXML = function (t) { var n, r; if (!t || "string" != typeof t) return null; try { n = new e.DOMParser().parseFromString(t, "text/xml"); } catch (e) {} return ( (r = n && n.getElementsByTagName("parsererror")[0]), (n && !r) || w.error( "Invalid XML: " + (r ? w .map(r.childNodes, function (e) { return e.textContent; }) .join("\n") : t) ), n ); }; var St = /\[\]$/, Ct = /\r?\n/g, Et = /^(?:submit|button|image|reset|file)$/i, Pt = /^(?:input|select|textarea|keygen)/i; function kt(e, t, n, r) { var i; if (Array.isArray(t)) w.each(t, function (t, i) { n || St.test(e) ? r(e, i) : kt( e + "[" + ("object" == typeof i && null != i ? t : "") + "]", i, n, r ); }); else if (n || "object" !== y(t)) r(e, t); else for (i in t) kt(e + "[" + i + "]", t[i], n, r); } (w.param = function (e, t) { var n, r = [], i = function (e, t) { var n = p(t) ? t() : t; r[r.length] = encodeURIComponent(e) + "=" + encodeURIComponent(null == n ? "" : n); }; if (null == e) return ""; if (Array.isArray(e) || (e.jquery && !w.isPlainObject(e))) w.each(e, function () { i(this.name, this.value); }); else for (n in e) kt(n, e[n], t, i); return r.join("&"); }), w.fn.extend({ serialize: function () { return w.param(this.serializeArray()); }, serializeArray: function () { return this.map(function () { var e = w.prop(this, "elements"); return e ? w.makeArray(e) : this; }) .filter(function () { var e = this.type; return ( this.name && !w(this).is(":disabled") && Pt.test(this.nodeName) && !Et.test(e) && (this.checked || !he.test(e)) ); }) .map(function (e, t) { var n = w(this).val(); return null == n ? null : Array.isArray(n) ? w.map(n, function (e) { return { name: t.name, value: e.replace(Ct, "\r\n") }; }) : { name: t.name, value: n.replace(Ct, "\r\n") }; }) .get(); }, }); var Tt = /%20/g, jt = /#.*$/, Bt = /([?&])_=[^&]*/, qt = /^(.*?):[ \t]*([^\r\n]*)$/gm, Dt = /^(?:GET|HEAD)$/, At = /^\/\//, $t = {}, Nt = {}, Lt = "*/".concat("*"), Rt = _.createElement("a"); function Ot(e) { return function (t, n) { "string" != typeof t && ((n = t), (t = "*")); var r, i = 0, a = t.toLowerCase().match(N) || []; if (p(n)) for (; (r = a[i++]); ) "+" === r[0] ? ((r = r.slice(1) || "*"), (e[r] = e[r] || []).unshift(n)) : (e[r] = e[r] || []).push(n); }; } function Mt(e, t, n, r) { var i = {}, a = e === Nt; function s(o) { var u; return ( (i[o] = !0), w.each(e[o] || [], function (e, o) { var c = o(t, n, r); return "string" != typeof c || a || i[c] ? a ? !(u = c) : void 0 : (t.dataTypes.unshift(c), s(c), !1); }), u ); } return s(t.dataTypes[0]) || (!i["*"] && s("*")); } function It(e, t) { var n, r, i = w.ajaxSettings.flatOptions || {}; for (n in t) void 0 !== t[n] && ((i[n] ? e : r || (r = {}))[n] = t[n]); return r && w.extend(!0, e, r), e; } (Rt.href = vt.href), w.extend({ active: 0, lastModified: {}, etag: {}, ajaxSettings: { url: vt.href, type: "GET", isLocal: /^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test( vt.protocol ), global: !0, processData: !0, async: !0, contentType: "application/x-www-form-urlencoded; charset=UTF-8", accepts: { "*": Lt, 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": w.parseXML, }, flatOptions: { url: !0, context: !0 }, }, ajaxSetup: function (e, t) { return t ? It(It(e, w.ajaxSettings), t) : It(w.ajaxSettings, e); }, ajaxPrefilter: Ot($t), ajaxTransport: Ot(Nt), ajax: function (t, n) { "object" == typeof t && ((n = t), (t = void 0)), (n = n || {}); var r, i, a, s, o, u, c, l, f, d, h = w.ajaxSetup({}, n), p = h.context || h, m = h.context && (p.nodeType || p.jquery) ? w(p) : w.event, g = w.Deferred(), b = w.Callbacks("once memory"), y = h.statusCode || {}, v = {}, x = {}, S = "canceled", C = { readyState: 0, getResponseHeader: function (e) { var t; if (c) { if (!s) for (s = {}; (t = qt.exec(a)); ) s[t[1].toLowerCase() + " "] = ( s[t[1].toLowerCase() + " "] || [] ).concat(t[2]); t = s[e.toLowerCase() + " "]; } return null == t ? null : t.join(", "); }, getAllResponseHeaders: function () { return c ? a : null; }, setRequestHeader: function (e, t) { return ( null == c && ((e = x[e.toLowerCase()] = x[e.toLowerCase()] || e), (v[e] = t)), this ); }, overrideMimeType: function (e) { return null == c && (h.mimeType = e), this; }, statusCode: function (e) { var t; if (e) if (c) C.always(e[C.status]); else for (t in e) y[t] = [y[t], e[t]]; return this; }, abort: function (e) { var t = e || S; return r && r.abort(t), E(0, t), this; }, }; if ( (g.promise(C), (h.url = ((t || h.url || vt.href) + "").replace( At, vt.protocol + "//" )), (h.type = n.method || n.type || h.method || h.type), (h.dataTypes = (h.dataType || "*").toLowerCase().match(N) || [""]), null == h.crossDomain) ) { u = _.createElement("a"); try { (u.href = h.url), (u.href = u.href), (h.crossDomain = Rt.protocol + "//" + Rt.host != u.protocol + "//" + u.host); } catch (e) { h.crossDomain = !0; } } if ( (h.data && h.processData && "string" != typeof h.data && (h.data = w.param(h.data, h.traditional)), Mt($t, h, n, C), c) ) return C; for (f in ((l = w.event && h.global) && 0 == w.active++ && w.event.trigger("ajaxStart"), (h.type = h.type.toUpperCase()), (h.hasContent = !Dt.test(h.type)), (i = h.url.replace(jt, "")), h.hasContent ? h.data && h.processData && 0 === (h.contentType || "").indexOf( "application/x-www-form-urlencoded" ) && (h.data = h.data.replace(Tt, "+")) : ((d = h.url.slice(i.length)), h.data && (h.processData || "string" == typeof h.data) && ((i += (xt.test(i) ? "&" : "?") + h.data), delete h.data), !1 === h.cache && ((i = i.replace(Bt, "$1")), (d = (xt.test(i) ? "&" : "?") + "_=" + wt.guid++ + d)), (h.url = i + d)), h.ifModified && (w.lastModified[i] && C.setRequestHeader("If-Modified-Since", w.lastModified[i]), w.etag[i] && C.setRequestHeader("If-None-Match", w.etag[i])), ((h.data && h.hasContent && !1 !== h.contentType) || n.contentType) && C.setRequestHeader("Content-Type", h.contentType), C.setRequestHeader( "Accept", h.dataTypes[0] && h.accepts[h.dataTypes[0]] ? h.accepts[h.dataTypes[0]] + ("*" !== h.dataTypes[0] ? ", " + Lt + "; q=0.01" : "") : h.accepts["*"] ), h.headers)) C.setRequestHeader(f, h.headers[f]); if (h.beforeSend && (!1 === h.beforeSend.call(p, C, h) || c)) return C.abort(); if ( ((S = "abort"), b.add(h.complete), C.done(h.success), C.fail(h.error), (r = Mt(Nt, h, n, C))) ) { if (((C.readyState = 1), l && m.trigger("ajaxSend", [C, h]), c)) return C; h.async && h.timeout > 0 && (o = e.setTimeout(function () { C.abort("timeout"); }, h.timeout)); try { (c = !1), r.send(v, E); } catch (e) { if (c) throw e; E(-1, e); } } else E(-1, "No Transport"); function E(t, n, s, u) { var f, d, _, v, x, S = n; c || ((c = !0), o && e.clearTimeout(o), (r = void 0), (a = u || ""), (C.readyState = t > 0 ? 4 : 0), (f = (t >= 200 && t < 300) || 304 === t), s && (v = (function (e, t, n) { for ( var r, i, a, s, o = e.contents, u = e.dataTypes; "*" === u[0]; ) u.shift(), void 0 === r && (r = e.mimeType || t.getResponseHeader("Content-Type")); if (r) for (i in o) if (o[i] && o[i].test(r)) { u.unshift(i); break; } if (u[0] in n) a = u[0]; else { for (i in n) { if (!u[0] || e.converters[i + " " + u[0]]) { a = i; break; } s || (s = i); } a = a || s; } if (a) return a !== u[0] && u.unshift(a), n[a]; })(h, C, s)), !f && w.inArray("script", h.dataTypes) > -1 && w.inArray("json", h.dataTypes) < 0 && (h.converters["text script"] = function () {}), (v = (function (e, t, n, r) { var i, a, s, o, u, c = {}, l = e.dataTypes.slice(); if (l[1]) for (s in e.converters) c[s.toLowerCase()] = e.converters[s]; for (a = l.shift(); a; ) if ( (e.responseFields[a] && (n[e.responseFields[a]] = t), !u && r && e.dataFilter && (t = e.dataFilter(t, e.dataType)), (u = a), (a = l.shift())) ) if ("*" === a) a = u; else if ("*" !== u && u !== a) { if (!(s = c[u + " " + a] || c["* " + a])) for (i in c) if ( (o = i.split(" "))[1] === a && (s = c[u + " " + o[0]] || c["* " + o[0]]) ) { !0 === s ? (s = c[i]) : !0 !== c[i] && ((a = o[0]), l.unshift(o[1])); break; } if (!0 !== s) if (s && e.throws) t = s(t); else try { t = s(t); } catch (e) { return { state: "parsererror", error: s ? e : "No conversion from " + u + " to " + a, }; } } return { state: "success", data: t }; })(h, v, C, f)), f ? (h.ifModified && ((x = C.getResponseHeader("Last-Modified")) && (w.lastModified[i] = x), (x = C.getResponseHeader("etag")) && (w.etag[i] = x)), 204 === t || "HEAD" === h.type ? (S = "nocontent") : 304 === t ? (S = "notmodified") : ((S = v.state), (d = v.data), (f = !(_ = v.error)))) : ((_ = S), (!t && S) || ((S = "error"), t < 0 && (t = 0))), (C.status = t), (C.statusText = (n || S) + ""), f ? g.resolveWith(p, [d, S, C]) : g.rejectWith(p, [C, S, _]), C.statusCode(y), (y = void 0), l && m.trigger(f ? "ajaxSuccess" : "ajaxError", [C, h, f ? d : _]), b.fireWith(p, [C, S]), l && (m.trigger("ajaxComplete", [C, h]), --w.active || w.event.trigger("ajaxStop"))); } return C; }, getJSON: function (e, t, n) { return w.get(e, t, n, "json"); }, getScript: function (e, t) { return w.get(e, void 0, t, "script"); }, }), w.each(["get", "post"], function (e, t) { w[t] = function (e, n, r, i) { return ( p(n) && ((i = i || r), (r = n), (n = void 0)), w.ajax( w.extend( { url: e, type: t, dataType: i, data: n, success: r }, w.isPlainObject(e) && e ) ) ); }; }), w.ajaxPrefilter(function (e) { var t; for (t in e.headers) "content-type" === t.toLowerCase() && (e.contentType = e.headers[t] || ""); }), (w._evalUrl = function (e, t, n) { return w.ajax({ url: e, type: "GET", dataType: "script", cache: !0, async: !1, global: !1, converters: { "text script": function () {} }, dataFilter: function (e) { w.globalEval(e, t, n); }, }); }), w.fn.extend({ wrapAll: function (e) { var t; return ( this[0] && (p(e) && (e = e.call(this[0])), (t = w(e, this[0].ownerDocument).eq(0).clone(!0)), this[0].parentNode && t.insertBefore(this[0]), t .map(function () { for (var e = this; e.firstElementChild; ) e = e.firstElementChild; return e; }) .append(this)), this ); }, wrapInner: function (e) { return p(e) ? this.each(function (t) { w(this).wrapInner(e.call(this, t)); }) : this.each(function () { var t = w(this), n = t.contents(); n.length ? n.wrapAll(e) : t.append(e); }); }, wrap: function (e) { var t = p(e); return this.each(function (n) { w(this).wrapAll(t ? e.call(this, n) : e); }); }, unwrap: function (e) { return ( this.parent(e) .not("body") .each(function () { w(this).replaceWith(this.childNodes); }), this ); }, }), (w.expr.pseudos.hidden = function (e) { return !w.expr.pseudos.visible(e); }), (w.expr.pseudos.visible = function (e) { return !!(e.offsetWidth || e.offsetHeight || e.getClientRects().length); }), (w.ajaxSettings.xhr = function () { try { return new e.XMLHttpRequest(); } catch (e) {} }); var Ht = { 0: 200, 1223: 204 }, Ft = w.ajaxSettings.xhr(); (h.cors = !!Ft && "withCredentials" in Ft), (h.ajax = Ft = !!Ft), w.ajaxTransport(function (t) { var n, r; if (h.cors || (Ft && !t.crossDomain)) return { send: function (i, a) { var s, o = t.xhr(); if ( (o.open(t.type, t.url, t.async, t.username, t.password), t.xhrFields) ) for (s in t.xhrFields) o[s] = t.xhrFields[s]; for (s in (t.mimeType && o.overrideMimeType && o.overrideMimeType(t.mimeType), t.crossDomain || i["X-Requested-With"] || (i["X-Requested-With"] = "XMLHttpRequest"), i)) o.setRequestHeader(s, i[s]); (n = function (e) { return function () { n && ((n = r = o.onload = o.onerror = o.onabort = o.ontimeout = o.onreadystatechange = null), "abort" === e ? o.abort() : "error" === e ? "number" != typeof o.status ? a(0, "error") : a(o.status, o.statusText) : a( Ht[o.status] || o.status, o.statusText, "text" !== (o.responseType || "text") || "string" != typeof o.responseText ? { binary: o.response } : { text: o.responseText }, o.getAllResponseHeaders() )); }; }), (o.onload = n()), (r = o.onerror = o.ontimeout = n("error")), void 0 !== o.onabort ? (o.onabort = r) : (o.onreadystatechange = function () { 4 === o.readyState && e.setTimeout(function () { n && r(); }); }), (n = n("abort")); try { o.send((t.hasContent && t.data) || null); } catch (e) { if (n) throw e; } }, abort: function () { n && n(); }, }; }), w.ajaxPrefilter(function (e) { e.crossDomain && (e.contents.script = !1); }), w.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 w.globalEval(e), e; }, }, }), w.ajaxPrefilter("script", function (e) { void 0 === e.cache && (e.cache = !1), e.crossDomain && (e.type = "GET"); }), w.ajaxTransport("script", function (e) { var t, n; if (e.crossDomain || e.scriptAttrs) return { send: function (r, i) { (t = w("