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