/*! * jQuery JavaScript Library v3.7.1 * https://jquery.com/ * * Copyright OpenJS Foundation and other contributors * Released under the MIT license * https://jquery.org/license * * Date: 2023-08-28T13:37Z */ ! 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 = [], i = Object.getPrototypeOf, r = n.slice, s = n.flat ? function(e) { return n.flat.call(e) } : function(e) { return n.concat.apply([], e) }, a = n.push, o = n.indexOf, l = {}, c = l.toString, d = l.hasOwnProperty, u = d.toString, p = u.call(Object), f = {}, m = function(e) { return "function" == typeof e && "number" != typeof e.nodeType && "function" != typeof e.item }, h = function(e) { return null != e && e === e.window }, g = e.document, v = { type: !0, src: !0, nonce: !0, noModule: !0 }; function y(e, t, n) { var i, r, s = (n = n || g).createElement("script"); if (s.text = e, t) for (i in v)(r = t[i] || t.getAttribute && t.getAttribute(i)) && s.setAttribute(i, r); n.head.appendChild(s).parentNode.removeChild(s) } function b(e) { return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? l[c.call(e)] || "object" : typeof e } var w = "3.7.1", x = /HTML$/i, T = function(e, t) { return new T.fn.init(e, t) }; function E(e) { var t = !!e && "length" in e && e.length, n = b(e); return !m(e) && !h(e) && ("array" === n || 0 === t || "number" == typeof t && t > 0 && t - 1 in e) } function C(e, t) { return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase() } T.fn = T.prototype = { jquery: w, constructor: T, length: 0, toArray: function() { return r.call(this) }, get: function(e) { return null == e ? r.call(this) : e < 0 ? this[e + this.length] : this[e] }, pushStack: function(e) { var t = T.merge(this.constructor(), e); return t.prevObject = this, t }, each: function(e) { return T.each(this, e) }, map: function(e) { return this.pushStack(T.map(this, (function(t, n) { return e.call(t, n, t) }))) }, slice: function() { return this.pushStack(r.apply(this, arguments)) }, first: function() { return this.eq(0) }, last: function() { return this.eq(-1) }, even: function() { return this.pushStack(T.grep(this, (function(e, t) { return (t + 1) % 2 }))) }, odd: function() { return this.pushStack(T.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: a, sort: n.sort, splice: n.splice }, T.extend = T.fn.extend = function() { var e, t, n, i, r, s, a = arguments[0] || {}, o = 1, l = arguments.length, c = !1; for ("boolean" == typeof a && (c = a, a = arguments[o] || {}, o++), "object" == typeof a || m(a) || (a = {}), o === l && (a = this, o--); o < l; o++) if (null != (e = arguments[o])) for (t in e) i = e[t], "__proto__" !== t && a !== i && (c && i && (T.isPlainObject(i) || (r = Array.isArray(i))) ? (n = a[t], s = r && !Array.isArray(n) ? [] : r || T.isPlainObject(n) ? n : {}, r = !1, a[t] = T.extend(c, s, i)) : void 0 !== i && (a[t] = i)); return a }, T.extend({ expando: "jQuery" + (w + 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 = i(e)) && ("function" != typeof(n = d.call(t, "constructor") && t.constructor) || u.call(n) !== p)) }, isEmptyObject: function(e) { var t; for (t in e) return !1; return !0 }, globalEval: function(e, t, n) { y(e, { nonce: t && t.nonce }, n) }, each: function(e, t) { var n, i = 0; if (E(e)) for (n = e.length; i < n && !1 !== t.call(e[i], i, e[i]); i++); else for (i in e) if (!1 === t.call(e[i], i, e[i])) break; return e }, text: function(e) { var t, n = "", i = 0, r = e.nodeType; if (!r) for (; t = e[i++];) n += T.text(t); return 1 === r || 11 === r ? e.textContent : 9 === r ? e.documentElement.textContent : 3 === r || 4 === r ? e.nodeValue : n }, makeArray: function(e, t) { var n = t || []; return null != e && (E(Object(e)) ? T.merge(n, "string" == typeof e ? [e] : e) : a.call(n, e)), n }, inArray: function(e, t, n) { return null == t ? -1 : o.call(t, e, n) }, isXMLDoc: function(e) { var t = e && e.namespaceURI, n = e && (e.ownerDocument || e).documentElement; return !x.test(t || n && n.nodeName || "HTML") }, merge: function(e, t) { for (var n = +t.length, i = 0, r = e.length; i < n; i++) e[r++] = t[i]; return e.length = r, e }, grep: function(e, t, n) { for (var i = [], r = 0, s = e.length, a = !n; r < s; r++) !t(e[r], r) !== a && i.push(e[r]); return i }, map: function(e, t, n) { var i, r, a = 0, o = []; if (E(e)) for (i = e.length; a < i; a++) null != (r = t(e[a], a, n)) && o.push(r); else for (a in e) null != (r = t(e[a], a, n)) && o.push(r); return s(o) }, guid: 1, support: f }), "function" == typeof Symbol && (T.fn[Symbol.iterator] = n[Symbol.iterator]), T.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "), (function(e, t) { l["[object " + t + "]"] = t.toLowerCase() })); var S = n.pop, M = n.sort, _ = n.splice, k = "[\\x20\\t\\r\\n\\f]", I = new RegExp("^" + k + "+|((?:^|[^\\\\])(?:\\\\.)*)" + k + "+$", "g"); T.contains = function(e, t) { var n = t && t.parentNode; return e === n || !(!n || 1 !== n.nodeType || !(e.contains ? e.contains(n) : e.compareDocumentPosition && 16 & e.compareDocumentPosition(n))) }; var P = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g; function A(e, t) { return t ? "\0" === e ? "�" : e.slice(0, -1) + "\\" + e.charCodeAt(e.length - 1).toString(16) + " " : "\\" + e } T.escapeSelector = function(e) { return (e + "").replace(P, A) }; var D = g, L = a; ! function() { var t, i, s, a, l, c, u, p, m, h, g = L, v = T.expando, y = 0, b = 0, w = ee(), x = ee(), E = ee(), P = ee(), A = function(e, t) { return e === t && (l = !0), 0 }, O = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", z = "(?:\\\\[\\da-fA-F]{1,6}" + k + "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", $ = "\\[" + k + "*(" + z + ")(?:" + k + "*([*^$|!~]?=)" + k + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + z + "))|)" + k + "*\\]", F = ":(" + z + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + $ + ")*)|.*)\\)|)", N = new RegExp(k + "+", "g"), j = new RegExp("^" + k + "*," + k + "*"), R = new RegExp("^" + k + "*([>+~]|" + k + ")" + k + "*"), H = new RegExp(k + "|>"), q = new RegExp(F), B = new RegExp("^" + z + "$"), W = { ID: new RegExp("^#(" + z + ")"), CLASS: new RegExp("^\\.(" + z + ")"), TAG: new RegExp("^(" + z + "|[*])"), ATTR: new RegExp("^" + $), PSEUDO: new RegExp("^" + F), CHILD: new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + k + "*(even|odd|(([+-]|)(\\d*)n|)" + k + "*(?:([+-]|)" + k + "*(\\d+)|))" + k + "*\\)|)", "i"), bool: new RegExp("^(?:" + O + ")$", "i"), needsContext: new RegExp("^" + k + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + k + "*((?:-\\d)?\\d*)" + k + "*\\)|)(?=[^-]|$)", "i") }, G = /^(?:input|select|textarea|button)$/i, Y = /^h\d$/i, X = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, V = /[+~]/, U = new RegExp("\\\\[\\da-fA-F]{1,6}" + k + "?|\\\\([^\\r\\n\\f])", "g"), Z = 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)) }, K = function() { le() }, J = pe((function(e) { return !0 === e.disabled && C(e, "fieldset") }), { dir: "parentNode", next: "legend" }); try { g.apply(n = r.call(D.childNodes), D.childNodes), n[D.childNodes.length].nodeType } catch (e) { g = { apply: function(e, t) { L.apply(e, r.call(t)) }, call: function(e) { L.apply(e, r.call(arguments, 1)) } } } function Q(e, t, n, i) { var r, s, a, o, l, d, u, h = t && t.ownerDocument, y = t ? t.nodeType : 9; if (n = n || [], "string" != typeof e || !e || 1 !== y && 9 !== y && 11 !== y) return n; if (!i && (le(t), t = t || c, p)) { if (11 !== y && (l = X.exec(e))) if (r = l[1]) { if (9 === y) { if (!(a = t.getElementById(r))) return n; if (a.id === r) return g.call(n, a), n } else if (h && (a = h.getElementById(r)) && Q.contains(t, a) && a.id === r) return g.call(n, a), n } else { if (l[2]) return g.apply(n, t.getElementsByTagName(e)), n; if ((r = l[3]) && t.getElementsByClassName) return g.apply(n, t.getElementsByClassName(r)), n } if (!(P[e + " "] || m && m.test(e))) { if (u = e, h = t, 1 === y && (H.test(e) || R.test(e))) { for ((h = V.test(e) && oe(t.parentNode) || t) == t && f.scope || ((o = t.getAttribute("id")) ? o = T.escapeSelector(o) : t.setAttribute("id", o = v)), s = (d = de(e)).length; s--;) d[s] = (o ? "#" + o : ":scope") + " " + ue(d[s]); u = d.join(",") } try { return g.apply(n, h.querySelectorAll(u)), n } catch (t) { P(e, !0) } finally { o === v && t.removeAttribute("id") } } } return ye(e.replace(I, "$1"), t, n, i) } function ee() { var e = []; return function t(n, r) { return e.push(n + " ") > i.cacheLength && delete t[e.shift()], t[n + " "] = r } } function te(e) { return e[v] = !0, e } function ne(e) { var t = c.createElement("fieldset"); try { return !!e(t) } catch (e) { return !1 } finally { t.parentNode && t.parentNode.removeChild(t), t = null } } function ie(e) { return function(t) { return C(t, "input") && t.type === e } } function re(e) { return function(t) { return (C(t, "input") || C(t, "button")) && t.type === e } } function se(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 && J(t) === e : t.disabled === e : "label" in t && t.disabled === e } } function ae(e) { return te((function(t) { return t = +t, te((function(n, i) { for (var r, s = e([], n.length, t), a = s.length; a--;) n[r = s[a]] && (n[r] = !(i[r] = n[r])) })) })) } function oe(e) { return e && void 0 !== e.getElementsByTagName && e } function le(e) { var t, n = e ? e.ownerDocument || e : D; return n != c && 9 === n.nodeType && n.documentElement ? (u = (c = n).documentElement, p = !T.isXMLDoc(c), h = u.matches || u.webkitMatchesSelector || u.msMatchesSelector, u.msMatchesSelector && D != c && (t = c.defaultView) && t.top !== t && t.addEventListener("unload", K), f.getById = ne((function(e) { return u.appendChild(e).id = T.expando, !c.getElementsByName || !c.getElementsByName(T.expando).length })), f.disconnectedMatch = ne((function(e) { return h.call(e, "*") })), f.scope = ne((function() { return c.querySelectorAll(":scope") })), f.cssHas = ne((function() { try { return c.querySelector(":has(*,:jqfake)"), !1 } catch (e) { return !0 } })), f.getById ? (i.filter.ID = function(e) { var t = e.replace(U, Z); return function(e) { return e.getAttribute("id") === t } }, i.find.ID = function(e, t) { if (void 0 !== t.getElementById && p) { var n = t.getElementById(e); return n ? [n] : [] } }) : (i.filter.ID = function(e) { var t = e.replace(U, Z); return function(e) { var n = void 0 !== e.getAttributeNode && e.getAttributeNode("id"); return n && n.value === t } }, i.find.ID = function(e, t) { if (void 0 !== t.getElementById && p) { var n, i, r, s = t.getElementById(e); if (s) { if ((n = s.getAttributeNode("id")) && n.value === e) return [s]; for (r = t.getElementsByName(e), i = 0; s = r[i++];) if ((n = s.getAttributeNode("id")) && n.value === e) return [s] } return [] } }), i.find.TAG = function(e, t) { return void 0 !== t.getElementsByTagName ? t.getElementsByTagName(e) : t.querySelectorAll(e) }, i.find.CLASS = function(e, t) { if (void 0 !== t.getElementsByClassName && p) return t.getElementsByClassName(e) }, m = [], ne((function(e) { var t; u.appendChild(e).innerHTML = "", e.querySelectorAll("[selected]").length || m.push("\\[" + k + "*(?:value|" + O + ")"), e.querySelectorAll("[id~=" + v + "-]").length || m.push("~="), e.querySelectorAll("a#" + v + "+*").length || m.push(".#.+[+~]"), e.querySelectorAll(":checked").length || m.push(":checked"), (t = c.createElement("input")).setAttribute("type", "hidden"), e.appendChild(t).setAttribute("name", "D"), u.appendChild(e).disabled = !0, 2 !== e.querySelectorAll(":disabled").length && m.push(":enabled", ":disabled"), (t = c.createElement("input")).setAttribute("name", ""), e.appendChild(t), e.querySelectorAll("[name='']").length || m.push("\\[" + k + "*name" + k + "*=" + k + "*(?:''|\"\")") })), f.cssHas || m.push(":has"), m = m.length && new RegExp(m.join("|")), A = function(e, t) { if (e === t) return l = !0, 0; var n = !e.compareDocumentPosition - !t.compareDocumentPosition; return n || (1 & (n = (e.ownerDocument || e) == (t.ownerDocument || t) ? e.compareDocumentPosition(t) : 1) || !f.sortDetached && t.compareDocumentPosition(e) === n ? e === c || e.ownerDocument == D && Q.contains(D, e) ? -1 : t === c || t.ownerDocument == D && Q.contains(D, t) ? 1 : a ? o.call(a, e) - o.call(a, t) : 0 : 4 & n ? -1 : 1) }, c) : c } for (t in Q.matches = function(e, t) { return Q(e, null, null, t) }, Q.matchesSelector = function(e, t) { if (le(e), p && !P[t + " "] && (!m || !m.test(t))) try { var n = h.call(e, t); if (n || f.disconnectedMatch || e.document && 11 !== e.document.nodeType) return n } catch (e) { P(t, !0) } return Q(t, c, null, [e]).length > 0 }, Q.contains = function(e, t) { return (e.ownerDocument || e) != c && le(e), T.contains(e, t) }, Q.attr = function(e, t) { (e.ownerDocument || e) != c && le(e); var n = i.attrHandle[t.toLowerCase()], r = n && d.call(i.attrHandle, t.toLowerCase()) ? n(e, t, !p) : void 0; return void 0 !== r ? r : e.getAttribute(t) }, Q.error = function(e) { throw new Error("Syntax error, unrecognized expression: " + e) }, T.uniqueSort = function(e) { var t, n = [], i = 0, s = 0; if (l = !f.sortStable, a = !f.sortStable && r.call(e, 0), M.call(e, A), l) { for (; t = e[s++];) t === e[s] && (i = n.push(s)); for (; i--;) _.call(e, n[i], 1) } return a = null, e }, T.fn.uniqueSort = function() { return this.pushStack(T.uniqueSort(r.apply(this))) }, i = T.expr = { cacheLength: 50, createPseudo: te, match: W, 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(U, Z), e[3] = (e[3] || e[4] || e[5] || "").replace(U, Z), "~=" === 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] || Q.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] && Q.error(e[0]), e }, PSEUDO: function(e) { var t, n = !e[6] && e[2]; return W.CHILD.test(e[0]) ? null : (e[3] ? e[2] = e[4] || e[5] || "" : n && q.test(n) && (t = de(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(U, Z).toLowerCase(); return "*" === e ? function() { return !0 } : function(e) { return C(e, t) } }, CLASS: function(e) { var t = w[e + " "]; return t || (t = new RegExp("(^|" + k + ")" + e + "(" + k + "|$)")) && w(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(i) { var r = Q.attr(i, e); return null == r ? "!=" === t : !t || (r += "", "=" === t ? r === n : "!=" === t ? r !== n : "^=" === t ? n && 0 === r.indexOf(n) : "*=" === t ? n && r.indexOf(n) > -1 : "$=" === t ? n && r.slice(-n.length) === n : "~=" === t ? (" " + r.replace(N, " ") + " ").indexOf(n) > -1 : "|=" === t && (r === n || r.slice(0, n.length + 1) === n + "-")) } }, CHILD: function(e, t, n, i, r) { var s = "nth" !== e.slice(0, 3), a = "last" !== e.slice(-4), o = "of-type" === t; return 1 === i && 0 === r ? function(e) { return !!e.parentNode } : function(t, n, l) { var c, d, u, p, f, m = s !== a ? "nextSibling" : "previousSibling", h = t.parentNode, g = o && t.nodeName.toLowerCase(), b = !l && !o, w = !1; if (h) { if (s) { for (; m;) { for (u = t; u = u[m];) if (o ? C(u, g) : 1 === u.nodeType) return !1; f = m = "only" === e && !f && "nextSibling" } return !0 } if (f = [a ? h.firstChild : h.lastChild], a && b) { for (w = (p = (c = (d = h[v] || (h[v] = {}))[e] || [])[0] === y && c[1]) && c[2], u = p && h.childNodes[p]; u = ++p && u && u[m] || (w = p = 0) || f.pop();) if (1 === u.nodeType && ++w && u === t) { d[e] = [y, p, w]; break } } else if (b && (w = p = (c = (d = t[v] || (t[v] = {}))[e] || [])[0] === y && c[1]), !1 === w) for (; (u = ++p && u && u[m] || (w = p = 0) || f.pop()) && (!(o ? C(u, g) : 1 === u.nodeType) || !++w || (b && ((d = u[v] || (u[v] = {}))[e] = [y, w]), u !== t));); return (w -= r) === i || w % i == 0 && w / i >= 0 } } }, PSEUDO: function(e, t) { var n, r = i.pseudos[e] || i.setFilters[e.toLowerCase()] || Q.error("unsupported pseudo: " + e); return r[v] ? r(t) : r.length > 1 ? (n = [e, e, "", t], i.setFilters.hasOwnProperty(e.toLowerCase()) ? te((function(e, n) { for (var i, s = r(e, t), a = s.length; a--;) e[i = o.call(e, s[a])] = !(n[i] = s[a]) })) : function(e) { return r(e, 0, n) }) : r } }, pseudos: { not: te((function(e) { var t = [], n = [], i = ve(e.replace(I, "$1")); return i[v] ? te((function(e, t, n, r) { for (var s, a = i(e, null, r, []), o = e.length; o--;)(s = a[o]) && (e[o] = !(t[o] = s)) })) : function(e, r, s) { return t[0] = e, i(t, null, s, n), t[0] = null, !n.pop() } })), has: te((function(e) { return function(t) { return Q(e, t).length > 0 } })), contains: te((function(e) { return e = e.replace(U, Z), function(t) { return (t.textContent || T.text(t)).indexOf(e) > -1 } })), lang: te((function(e) { return B.test(e || "") || Q.error("unsupported lang: " + e), e = e.replace(U, Z).toLowerCase(), function(t) { var n; do { if (n = p ? 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 === u }, focus: function(e) { return e === function() { try { return c.activeElement } catch (e) {} }() && c.hasFocus() && !!(e.type || e.href || ~e.tabIndex) }, enabled: se(!1), disabled: se(!0), checked: function(e) { return C(e, "input") && !!e.checked || C(e, "option") && !!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 !i.pseudos.empty(e) }, header: function(e) { return Y.test(e.nodeName) }, input: function(e) { return G.test(e.nodeName) }, button: function(e) { return C(e, "input") && "button" === e.type || C(e, "button") }, text: function(e) { var t; return C(e, "input") && "text" === e.type && (null == (t = e.getAttribute("type")) || "text" === t.toLowerCase()) }, first: ae((function() { return [0] })), last: ae((function(e, t) { return [t - 1] })), eq: ae((function(e, t, n) { return [n < 0 ? n + t : n] })), even: ae((function(e, t) { for (var n = 0; n < t; n += 2) e.push(n); return e })), odd: ae((function(e, t) { for (var n = 1; n < t; n += 2) e.push(n); return e })), lt: ae((function(e, t, n) { var i; for (i = n < 0 ? n + t : n > t ? t : n; --i >= 0;) e.push(i); return e })), gt: ae((function(e, t, n) { for (var i = n < 0 ? n + t : n; ++i < t;) e.push(i); return e })) } }, i.pseudos.nth = i.pseudos.eq, { radio: !0, checkbox: !0, file: !0, password: !0, image: !0 }) i.pseudos[t] = ie(t); for (t in { submit: !0, reset: !0 }) i.pseudos[t] = re(t); function ce() {} function de(e, t) { var n, r, s, a, o, l, c, d = x[e + " "]; if (d) return t ? 0 : d.slice(0); for (o = e, l = [], c = i.preFilter; o;) { for (a in n && !(r = j.exec(o)) || (r && (o = o.slice(r[0].length) || o), l.push(s = [])), n = !1, (r = R.exec(o)) && (n = r.shift(), s.push({ value: n, type: r[0].replace(I, " ") }), o = o.slice(n.length)), i.filter) !(r = W[a].exec(o)) || c[a] && !(r = c[a](r)) || (n = r.shift(), s.push({ value: n, type: a, matches: r }), o = o.slice(n.length)); if (!n) break } return t ? o.length : o ? Q.error(e) : x(e, l).slice(0) } function ue(e) { for (var t = 0, n = e.length, i = ""; t < n; t++) i += e[t].value; return i } function pe(e, t, n) { var i = t.dir, r = t.next, s = r || i, a = n && "parentNode" === s, o = b++; return t.first ? function(t, n, r) { for (; t = t[i];) if (1 === t.nodeType || a) return e(t, n, r); return !1 } : function(t, n, l) { var c, d, u = [y, o]; if (l) { for (; t = t[i];) if ((1 === t.nodeType || a) && e(t, n, l)) return !0 } else for (; t = t[i];) if (1 === t.nodeType || a) if (d = t[v] || (t[v] = {}), r && C(t, r)) t = t[i] || t; else { if ((c = d[s]) && c[0] === y && c[1] === o) return u[2] = c[2]; if (d[s] = u, u[2] = e(t, n, l)) return !0 } return !1 } } function fe(e) { return e.length > 1 ? function(t, n, i) { for (var r = e.length; r--;) if (!e[r](t, n, i)) return !1; return !0 } : e[0] } function me(e, t, n, i, r) { for (var s, a = [], o = 0, l = e.length, c = null != t; o < l; o++)(s = e[o]) && (n && !n(s, i, r) || (a.push(s), c && t.push(o))); return a } function he(e, t, n, i, r, s) { return i && !i[v] && (i = he(i)), r && !r[v] && (r = he(r, s)), te((function(s, a, l, c) { var d, u, p, f, m = [], h = [], v = a.length, y = s || function(e, t, n) { for (var i = 0, r = t.length; i < r; i++) Q(e, t[i], n); return n }(t || "*", l.nodeType ? [l] : l, []), b = !e || !s && t ? y : me(y, m, e, l, c); if (n ? n(b, f = r || (s ? e : v || i) ? [] : a, l, c) : f = b, i) for (d = me(f, h), i(d, [], l, c), u = d.length; u--;)(p = d[u]) && (f[h[u]] = !(b[h[u]] = p)); if (s) { if (r || e) { if (r) { for (d = [], u = f.length; u--;)(p = f[u]) && d.push(b[u] = p); r(null, f = [], d, c) } for (u = f.length; u--;)(p = f[u]) && (d = r ? o.call(s, p) : m[u]) > -1 && (s[d] = !(a[d] = p)) } } else f = me(f === a ? f.splice(v, f.length) : f), r ? r(null, a, f, c) : g.apply(a, f) })) } function ge(e) { for (var t, n, r, a = e.length, l = i.relative[e[0].type], c = l || i.relative[" "], d = l ? 1 : 0, u = pe((function(e) { return e === t }), c, !0), p = pe((function(e) { return o.call(t, e) > -1 }), c, !0), f = [function(e, n, i) { var r = !l && (i || n != s) || ((t = n).nodeType ? u(e, n, i) : p(e, n, i)); return t = null, r }]; d < a; d++) if (n = i.relative[e[d].type]) f = [pe(fe(f), n)]; else { if ((n = i.filter[e[d].type].apply(null, e[d].matches))[v]) { for (r = ++d; r < a && !i.relative[e[r].type]; r++); return he(d > 1 && fe(f), d > 1 && ue(e.slice(0, d - 1).concat({ value: " " === e[d - 2].type ? "*" : "" })).replace(I, "$1"), n, d < r && ge(e.slice(d, r)), r < a && ge(e = e.slice(r)), r < a && ue(e)) } f.push(n) } return fe(f) } function ve(e, t) { var n, r = [], a = [], o = E[e + " "]; if (!o) { for (t || (t = de(e)), n = t.length; n--;)(o = ge(t[n]))[v] ? r.push(o) : a.push(o); o = E(e, function(e, t) { var n = t.length > 0, r = e.length > 0, a = function(a, o, l, d, u) { var f, m, h, v = 0, b = "0", w = a && [], x = [], E = s, C = a || r && i.find.TAG("*", u), M = y += null == E ? 1 : Math.random() || .1, _ = C.length; for (u && (s = o == c || o || u); b !== _ && null != (f = C[b]); b++) { if (r && f) { for (m = 0, o || f.ownerDocument == c || (le(f), l = !p); h = e[m++];) if (h(f, o || c, l)) { g.call(d, f); break } u && (y = M) } n && ((f = !h && f) && v--, a && w.push(f)) } if (v += b, n && b !== v) { for (m = 0; h = t[m++];) h(w, x, o, l); if (a) { if (v > 0) for (; b--;) w[b] || x[b] || (x[b] = S.call(d)); x = me(x) } g.apply(d, x), u && !a && x.length > 0 && v + t.length > 1 && T.uniqueSort(d) } return u && (y = M, s = E), w }; return n ? te(a) : a }(a, r)), o.selector = e } return o } function ye(e, t, n, r) { var s, a, o, l, c, d = "function" == typeof e && e, u = !r && de(e = d.selector || e); if (n = n || [], 1 === u.length) { if ((a = u[0] = u[0].slice(0)).length > 2 && "ID" === (o = a[0]).type && 9 === t.nodeType && p && i.relative[a[1].type]) { if (!(t = (i.find.ID(o.matches[0].replace(U, Z), t) || [])[0])) return n; d && (t = t.parentNode), e = e.slice(a.shift().value.length) } for (s = W.needsContext.test(e) ? 0 : a.length; s-- && (o = a[s], !i.relative[l = o.type]);) if ((c = i.find[l]) && (r = c(o.matches[0].replace(U, Z), V.test(a[0].type) && oe(t.parentNode) || t))) { if (a.splice(s, 1), !(e = r.length && ue(a))) return g.apply(n, r), n; break } } return (d || ve(e, u))(r, t, !p, n, !t || V.test(e) && oe(t.parentNode) || t), n } ce.prototype = i.filters = i.pseudos, i.setFilters = new ce, f.sortStable = v.split("").sort(A).join("") === v, le(), f.sortDetached = ne((function(e) { return 1 & e.compareDocumentPosition(c.createElement("fieldset")) })), T.find = Q, T.expr[":"] = T.expr.pseudos, T.unique = T.uniqueSort, Q.compile = ve, Q.select = ye, Q.setDocument = le, Q.tokenize = de, Q.escape = T.escapeSelector, Q.getText = T.text, Q.isXML = T.isXMLDoc, Q.selectors = T.expr, Q.support = T.support, Q.uniqueSort = T.uniqueSort }(); var O = function(e, t, n) { for (var i = [], r = void 0 !== n; (e = e[t]) && 9 !== e.nodeType;) if (1 === e.nodeType) { if (r && T(e).is(n)) break; i.push(e) } return i }, z = function(e, t) { for (var n = []; e; e = e.nextSibling) 1 === e.nodeType && e !== t && n.push(e); return n }, $ = T.expr.match.needsContext, F = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i; function N(e, t, n) { return m(t) ? T.grep(e, (function(e, i) { return !!t.call(e, i, e) !== n })) : t.nodeType ? T.grep(e, (function(e) { return e === t !== n })) : "string" != typeof t ? T.grep(e, (function(e) { return o.call(t, e) > -1 !== n })) : T.filter(t, e, n) } T.filter = function(e, t, n) { var i = t[0]; return n && (e = ":not(" + e + ")"), 1 === t.length && 1 === i.nodeType ? T.find.matchesSelector(i, e) ? [i] : [] : T.find.matches(e, T.grep(t, (function(e) { return 1 === e.nodeType }))) }, T.fn.extend({ find: function(e) { var t, n, i = this.length, r = this; if ("string" != typeof e) return this.pushStack(T(e).filter((function() { for (t = 0; t < i; t++) if (T.contains(r[t], this)) return !0 }))); for (n = this.pushStack([]), t = 0; t < i; t++) T.find(e, r[t], n); return i > 1 ? T.uniqueSort(n) : n }, filter: function(e) { return this.pushStack(N(this, e || [], !1)) }, not: function(e) { return this.pushStack(N(this, e || [], !0)) }, is: function(e) { return !!N(this, "string" == typeof e && $.test(e) ? T(e) : e || [], !1).length } }); var j, R = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/; (T.fn.init = function(e, t, n) { var i, r; if (!e) return this; if (n = n || j, "string" == typeof e) { if (!(i = "<" === e[0] && ">" === e[e.length - 1] && e.length >= 3 ? [null, e, null] : R.exec(e)) || !i[1] && t) return !t || t.jquery ? (t || n).find(e) : this.constructor(t).find(e); if (i[1]) { if (t = t instanceof T ? t[0] : t, T.merge(this, T.parseHTML(i[1], t && t.nodeType ? t.ownerDocument || t : g, !0)), F.test(i[1]) && T.isPlainObject(t)) for (i in t) m(this[i]) ? this[i](t[i]) : this.attr(i, t[i]); return this } return (r = g.getElementById(i[2])) && (this[0] = r, this.length = 1), this } return e.nodeType ? (this[0] = e, this.length = 1, this) : m(e) ? void 0 !== n.ready ? n.ready(e) : e(T) : T.makeArray(e, this) }).prototype = T.fn, j = T(g); var H = /^(?:parents|prev(?:Until|All))/, q = { children: !0, contents: !0, next: !0, prev: !0 }; function B(e, t) { for (; (e = e[t]) && 1 !== e.nodeType;); return e } T.fn.extend({ has: function(e) { var t = T(e, this), n = t.length; return this.filter((function() { for (var e = 0; e < n; e++) if (T.contains(this, t[e])) return !0 })) }, closest: function(e, t) { var n, i = 0, r = this.length, s = [], a = "string" != typeof e && T(e); if (!$.test(e)) for (; i < r; i++) for (n = this[i]; n && n !== t; n = n.parentNode) if (n.nodeType < 11 && (a ? a.index(n) > -1 : 1 === n.nodeType && T.find.matchesSelector(n, e))) { s.push(n); break } return this.pushStack(s.length > 1 ? T.uniqueSort(s) : s) }, index: function(e) { return e ? "string" == typeof e ? o.call(T(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(T.uniqueSort(T.merge(this.get(), T(e, t)))) }, addBack: function(e) { return this.add(null == e ? this.prevObject : this.prevObject.filter(e)) } }), T.each({ parent: function(e) { var t = e.parentNode; return t && 11 !== t.nodeType ? t : null }, parents: function(e) { return O(e, "parentNode") }, parentsUntil: function(e, t, n) { return O(e, "parentNode", n) }, next: function(e) { return B(e, "nextSibling") }, prev: function(e) { return B(e, "previousSibling") }, nextAll: function(e) { return O(e, "nextSibling") }, prevAll: function(e) { return O(e, "previousSibling") }, nextUntil: function(e, t, n) { return O(e, "nextSibling", n) }, prevUntil: function(e, t, n) { return O(e, "previousSibling", n) }, siblings: function(e) { return z((e.parentNode || {}).firstChild, e) }, children: function(e) { return z(e.firstChild) }, contents: function(e) { return null != e.contentDocument && i(e.contentDocument) ? e.contentDocument : (C(e, "template") && (e = e.content || e), T.merge([], e.childNodes)) } }, (function(e, t) { T.fn[e] = function(n, i) { var r = T.map(this, t, n); return "Until" !== e.slice(-5) && (i = n), i && "string" == typeof i && (r = T.filter(i, r)), this.length > 1 && (q[e] || T.uniqueSort(r), H.test(e) && r.reverse()), this.pushStack(r) } })); var W = /[^\x20\t\r\n\f]+/g; function G(e) { return e } function Y(e) { throw e } function X(e, t, n, i) { var r; try { e && m(r = e.promise) ? r.call(e).done(t).fail(n) : e && m(r = e.then) ? r.call(e, t, n) : t.apply(void 0, [e].slice(i)) } catch (e) { n.apply(void 0, [e]) } } T.Callbacks = function(e) { e = "string" == typeof e ? function(e) { var t = {}; return T.each(e.match(W) || [], (function(e, n) { t[n] = !0 })), t }(e) : T.extend({}, e); var t, n, i, r, s = [], a = [], o = -1, l = function() { for (r = r || e.once, i = t = !0; a.length; o = -1) for (n = a.shift(); ++o < s.length;) !1 === s[o].apply(n[0], n[1]) && e.stopOnFalse && (o = s.length, n = !1); e.memory || (n = !1), t = !1, r && (s = n ? [] : "") }, c = { add: function() { return s && (n && !t && (o = s.length - 1, a.push(n)), function t(n) { T.each(n, (function(n, i) { m(i) ? e.unique && c.has(i) || s.push(i) : i && i.length && "string" !== b(i) && t(i) })) }(arguments), n && !t && l()), this }, remove: function() { return T.each(arguments, (function(e, t) { for (var n; (n = T.inArray(t, s, n)) > -1;) s.splice(n, 1), n <= o && o-- })), this }, has: function(e) { return e ? T.inArray(e, s) > -1 : s.length > 0 }, empty: function() { return s && (s = []), this }, disable: function() { return r = a = [], s = n = "", this }, disabled: function() { return !s }, lock: function() { return r = a = [], n || t || (s = n = ""), this }, locked: function() { return !!r }, fireWith: function(e, n) { return r || (n = [e, (n = n || []).slice ? n.slice() : n], a.push(n), t || l()), this }, fire: function() { return c.fireWith(this, arguments), this }, fired: function() { return !!i } }; return c }, T.extend({ Deferred: function(t) { var n = [ ["notify", "progress", T.Callbacks("memory"), T.Callbacks("memory"), 2], ["resolve", "done", T.Callbacks("once memory"), T.Callbacks("once memory"), 0, "resolved"], ["reject", "fail", T.Callbacks("once memory"), T.Callbacks("once memory"), 1, "rejected"] ], i = "pending", r = { state: function() { return i }, always: function() { return s.done(arguments).fail(arguments), this }, catch: function(e) { return r.then(null, e) }, pipe: function() { var e = arguments; return T.Deferred((function(t) { T.each(n, (function(n, i) { var r = m(e[i[4]]) && e[i[4]]; s[i[1]]((function() { var e = r && r.apply(this, arguments); e && m(e.promise) ? e.promise().progress(t.notify).done(t.resolve).fail(t.reject) : t[i[0] + "With"](this, r ? [e] : arguments) })) })), e = null })).promise() }, then: function(t, i, r) { var s = 0; function a(t, n, i, r) { return function() { var o = this, l = arguments, c = function() { var e, c; if (!(t < s)) { if ((e = i.apply(o, l)) === n.promise()) throw new TypeError("Thenable self-resolution"); c = e && ("object" == typeof e || "function" == typeof e) && e.then, m(c) ? r ? c.call(e, a(s, n, G, r), a(s, n, Y, r)) : (s++, c.call(e, a(s, n, G, r), a(s, n, Y, r), a(s, n, G, n.notifyWith))) : (i !== G && (o = void 0, l = [e]), (r || n.resolveWith)(o, l)) } }, d = r ? c : function() { try { c() } catch (e) { T.Deferred.exceptionHook && T.Deferred.exceptionHook(e, d.error), t + 1 >= s && (i !== Y && (o = void 0, l = [e]), n.rejectWith(o, l)) } }; t ? d() : (T.Deferred.getErrorHook ? d.error = T.Deferred.getErrorHook() : T.Deferred.getStackHook && (d.error = T.Deferred.getStackHook()), e.setTimeout(d)) } } return T.Deferred((function(e) { n[0][3].add(a(0, e, m(r) ? r : G, e.notifyWith)), n[1][3].add(a(0, e, m(t) ? t : G)), n[2][3].add(a(0, e, m(i) ? i : Y)) })).promise() }, promise: function(e) { return null != e ? T.extend(e, r) : r } }, s = {}; return T.each(n, (function(e, t) { var a = t[2], o = t[5]; r[t[1]] = a.add, o && a.add((function() { i = o }), n[3 - e][2].disable, n[3 - e][3].disable, n[0][2].lock, n[0][3].lock), a.add(t[3].fire), s[t[0]] = function() { return s[t[0] + "With"](this === s ? void 0 : this, arguments), this }, s[t[0] + "With"] = a.fireWith })), r.promise(s), t && t.call(s, s), s }, when: function(e) { var t = arguments.length, n = t, i = Array(n), s = r.call(arguments), a = T.Deferred(), o = function(e) { return function(n) { i[e] = this, s[e] = arguments.length > 1 ? r.call(arguments) : n, --t || a.resolveWith(i, s) } }; if (t <= 1 && (X(e, a.done(o(n)).resolve, a.reject, !t), "pending" === a.state() || m(s[n] && s[n].then))) return a.then(); for (; n--;) X(s[n], o(n), a.reject); return a.promise() } }); var V = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; T.Deferred.exceptionHook = function(t, n) { e.console && e.console.warn && t && V.test(t.name) && e.console.warn("jQuery.Deferred exception: " + t.message, t.stack, n) }, T.readyException = function(t) { e.setTimeout((function() { throw t })) }; var U = T.Deferred(); function Z() { g.removeEventListener("DOMContentLoaded", Z), e.removeEventListener("load", Z), T.ready() } T.fn.ready = function(e) { return U.then(e).catch((function(e) { T.readyException(e) })), this }, T.extend({ isReady: !1, readyWait: 1, ready: function(e) { (!0 === e ? --T.readyWait : T.isReady) || (T.isReady = !0, !0 !== e && --T.readyWait > 0 || U.resolveWith(g, [T])) } }), T.ready.then = U.then, "complete" === g.readyState || "loading" !== g.readyState && !g.documentElement.doScroll ? e.setTimeout(T.ready) : (g.addEventListener("DOMContentLoaded", Z), e.addEventListener("load", Z)); var K = function(e, t, n, i, r, s, a) { var o = 0, l = e.length, c = null == n; if ("object" === b(n)) for (o in r = !0, n) K(e, t, o, n[o], !0, s, a); else if (void 0 !== i && (r = !0, m(i) || (a = !0), c && (a ? (t.call(e, i), t = null) : (c = t, t = function(e, t, n) { return c.call(T(e), n) })), t)) for (; o < l; o++) t(e[o], n, a ? i : i.call(e[o], o, t(e[o], n))); return r ? e : c ? t.call(e) : l ? t(e[0], n) : s }, J = /^-ms-/, Q = /-([a-z])/g; function ee(e, t) { return t.toUpperCase() } function te(e) { return e.replace(J, "ms-").replace(Q, ee) } var ne = function(e) { return 1 === e.nodeType || 9 === e.nodeType || !+e.nodeType }; function ie() { this.expando = T.expando + ie.uid++ } ie.uid = 1, ie.prototype = { cache: function(e) { var t = e[this.expando]; return t || (t = {}, ne(e) && (e.nodeType ? e[this.expando] = t : Object.defineProperty(e, this.expando, { value: t, configurable: !0 }))), t }, set: function(e, t, n) { var i, r = this.cache(e); if ("string" == typeof t) r[te(t)] = n; else for (i in t) r[te(i)] = t[i]; return r }, get: function(e, t) { return void 0 === t ? this.cache(e) : e[this.expando] && e[this.expando][te(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, i = e[this.expando]; if (void 0 !== i) { if (void 0 !== t) { n = (t = Array.isArray(t) ? t.map(te) : (t = te(t)) in i ? [t] : t.match(W) || []).length; for (; n--;) delete i[t[n]] }(void 0 === t || T.isEmptyObject(i)) && (e.nodeType ? e[this.expando] = void 0 : delete e[this.expando]) } }, hasData: function(e) { var t = e[this.expando]; return void 0 !== t && !T.isEmptyObject(t) } }; var re = new ie, se = new ie, ae = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, oe = /[A-Z]/g; function le(e, t, n) { var i; if (void 0 === n && 1 === e.nodeType) if (i = "data-" + t.replace(oe, "-$&").toLowerCase(), "string" == typeof(n = e.getAttribute(i))) { try { n = function(e) { return "true" === e || "false" !== e && ("null" === e ? null : e === +e + "" ? +e : ae.test(e) ? JSON.parse(e) : e) }(n) } catch (e) {} se.set(e, t, n) } else n = void 0; return n } T.extend({ hasData: function(e) { return se.hasData(e) || re.hasData(e) }, data: function(e, t, n) { return se.access(e, t, n) }, removeData: function(e, t) { se.remove(e, t) }, _data: function(e, t, n) { return re.access(e, t, n) }, _removeData: function(e, t) { re.remove(e, t) } }), T.fn.extend({ data: function(e, t) { var n, i, r, s = this[0], a = s && s.attributes; if (void 0 === e) { if (this.length && (r = se.get(s), 1 === s.nodeType && !re.get(s, "hasDataAttrs"))) { for (n = a.length; n--;) a[n] && 0 === (i = a[n].name).indexOf("data-") && (i = te(i.slice(5)), le(s, i, r[i])); re.set(s, "hasDataAttrs", !0) } return r } return "object" == typeof e ? this.each((function() { se.set(this, e) })) : K(this, (function(t) { var n; if (s && void 0 === t) return void 0 !== (n = se.get(s, e)) || void 0 !== (n = le(s, e)) ? n : void 0; this.each((function() { se.set(this, e, t) })) }), null, t, arguments.length > 1, null, !0) }, removeData: function(e) { return this.each((function() { se.remove(this, e) })) } }), T.extend({ queue: function(e, t, n) { var i; if (e) return t = (t || "fx") + "queue", i = re.get(e, t), n && (!i || Array.isArray(n) ? i = re.access(e, t, T.makeArray(n)) : i.push(n)), i || [] }, dequeue: function(e, t) { t = t || "fx"; var n = T.queue(e, t), i = n.length, r = n.shift(), s = T._queueHooks(e, t); "inprogress" === r && (r = n.shift(), i--), r && ("fx" === t && n.unshift("inprogress"), delete s.stop, r.call(e, (function() { T.dequeue(e, t) }), s)), !i && s && s.empty.fire() }, _queueHooks: function(e, t) { var n = t + "queueHooks"; return re.get(e, n) || re.access(e, n, { empty: T.Callbacks("once memory").add((function() { re.remove(e, [t + "queue", n]) })) }) } }), T.fn.extend({ queue: function(e, t) { var n = 2; return "string" != typeof e && (t = e, e = "fx", n--), arguments.length < n ? T.queue(this[0], e) : void 0 === t ? this : this.each((function() { var n = T.queue(this, e, t); T._queueHooks(this, e), "fx" === e && "inprogress" !== n[0] && T.dequeue(this, e) })) }, dequeue: function(e) { return this.each((function() { T.dequeue(this, e) })) }, clearQueue: function(e) { return this.queue(e || "fx", []) }, promise: function(e, t) { var n, i = 1, r = T.Deferred(), s = this, a = this.length, o = function() { --i || r.resolveWith(s, [s]) }; for ("string" != typeof e && (t = e, e = void 0), e = e || "fx"; a--;)(n = re.get(s[a], e + "queueHooks")) && n.empty && (i++, n.empty.add(o)); return o(), r.promise(t) } }); var ce = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, de = new RegExp("^(?:([+-])=|)(" + ce + ")([a-z%]*)$", "i"), ue = ["Top", "Right", "Bottom", "Left"], pe = g.documentElement, fe = function(e) { return T.contains(e.ownerDocument, e) }, me = { composed: !0 }; pe.getRootNode && (fe = function(e) { return T.contains(e.ownerDocument, e) || e.getRootNode(me) === e.ownerDocument }); var he = function(e, t) { return "none" === (e = t || e).style.display || "" === e.style.display && fe(e) && "none" === T.css(e, "display") }; function ge(e, t, n, i) { var r, s, a = 20, o = i ? function() { return i.cur() } : function() { return T.css(e, t, "") }, l = o(), c = n && n[3] || (T.cssNumber[t] ? "" : "px"), d = e.nodeType && (T.cssNumber[t] || "px" !== c && +l) && de.exec(T.css(e, t)); if (d && d[3] !== c) { for (l /= 2, c = c || d[3], d = +l || 1; a--;) T.style(e, t, d + c), (1 - s) * (1 - (s = o() / l || .5)) <= 0 && (a = 0), d /= s; d *= 2, T.style(e, t, d + c), n = n || [] } return n && (d = +d || +l || 0, r = n[1] ? d + (n[1] + 1) * n[2] : +n[2], i && (i.unit = c, i.start = d, i.end = r)), r } var ve = {}; function ye(e) { var t, n = e.ownerDocument, i = e.nodeName, r = ve[i]; return r || (t = n.body.appendChild(n.createElement(i)), r = T.css(t, "display"), t.parentNode.removeChild(t), "none" === r && (r = "block"), ve[i] = r, r) } function be(e, t) { for (var n, i, r = [], s = 0, a = e.length; s < a; s++)(i = e[s]).style && (n = i.style.display, t ? ("none" === n && (r[s] = re.get(i, "display") || null, r[s] || (i.style.display = "")), "" === i.style.display && he(i) && (r[s] = ye(i))) : "none" !== n && (r[s] = "none", re.set(i, "display", n))); for (s = 0; s < a; s++) null != r[s] && (e[s].style.display = r[s]); return e } T.fn.extend({ show: function() { return be(this, !0) }, hide: function() { return be(this) }, toggle: function(e) { return "boolean" == typeof e ? e ? this.show() : this.hide() : this.each((function() { he(this) ? T(this).show() : T(this).hide() })) } }); var we, xe, Te = /^(?:checkbox|radio)$/i, Ee = /<([a-z][^\/\0>\x20\t\r\n\f]*)/i, Ce = /^$|^module$|\/(?:java|ecma)script/i; we = g.createDocumentFragment().appendChild(g.createElement("div")), (xe = g.createElement("input")).setAttribute("type", "radio"), xe.setAttribute("checked", "checked"), xe.setAttribute("name", "t"), we.appendChild(xe), f.checkClone = we.cloneNode(!0).cloneNode(!0).lastChild.checked, we.innerHTML = "", f.noCloneChecked = !!we.cloneNode(!0).lastChild.defaultValue, we.innerHTML = "", f.option = !!we.lastChild; var Se = { thead: [1, "